From 8b820a5adf119f50757e0236ac98e842eedd35db Mon Sep 17 00:00:00 2001 From: h44z Date: Fri, 4 Aug 2023 13:34:18 +0200 Subject: [PATCH] V2 alpha - initial version (#172) Initial alpha codebase for version 2 of WireGuard Portal. This version is considered unstable and incomplete (for example, no public REST API)! Use with care! Fixes/Implements the following issues: - OAuth support #154, #1 - New Web UI with internationalisation support #98, #107, #89, #62 - Postgres Support #49 - Improved Email handling #47, #119 - DNS Search Domain support #46 - Bugfixes #94, #48 --------- Co-authored-by: Fabian Wechselberger --- .circleci/config.yml | 35 +- .gitignore | 7 +- .run/swag_build_tool.run.xml | 11 + .run/wg-portal-migrate.run.xml | 17 + .run/wg-portal.run.xml | 16 + Dockerfile | 7 +- LICENSE.txt | 2 +- Makefile | 27 +- README-RASPBERRYPI.md | 51 - README.md | 365 ++-- assets/css/_bootswatch.scss | 190 -- assets/css/_variables.scss | 106 -- assets/css/bootstrap-tokenfield.min.css | 5 - assets/css/custom.css | 118 -- assets/css/jquery-ui.min.css | 7 - assets/css/signin.css | 8 - assets/css/tokenfield-typeahead.min.css | 5 - assets/fonts/font-awesome.min.css | 4 - assets/js/bootstrap-confirmation.min.js | 13 - assets/js/bootstrap-tokenfield.min.js | 7 - assets/js/custom.js | 39 - assets/js/jquery-ui.min.js | 13 - assets/tpl/admin_create_clients.html | 73 - assets/tpl/admin_edit_client.html | 221 --- assets/tpl/admin_edit_interface.html | 263 --- assets/tpl/admin_edit_user.html | 95 - assets/tpl/admin_index.html | 278 --- assets/tpl/admin_user_index.html | 69 - assets/tpl/error.html | 33 - assets/tpl/index.html | 89 - assets/tpl/login.html | 66 - assets/tpl/prt_flashes.html | 5 - assets/tpl/prt_footer.html | 5 - assets/tpl/prt_nav.html | 61 - assets/tpl/user_create_client.html | 44 - assets/tpl/user_edit_client.html | 54 - assets/tpl/user_index.html | 137 -- cmd/api_build_tool/main.go | 70 + cmd/hc/main.go | 35 - cmd/wg-portal/main.go | 189 +- config.yml.sample | 47 + docker-compose.yml | 4 +- efs.go | 12 - frontend/.env.development | 1 + frontend/.env.production | 1 + frontend/.gitignore | 28 + frontend/.vscode/extensions.json | 3 + frontend/README.md | 29 + frontend/index.html | 35 + frontend/package-lock.json | 1684 +++++++++++++++++ frontend/package.json | 31 + .../img => frontend/public}/favicon-large.png | Bin {assets/img => frontend/public}/favicon.ico | Bin {assets/img => frontend/public}/favicon.png | Bin .../public}/img/header-logo.png | Bin frontend/src/App.vue | 128 ++ frontend/src/assets/base.css | 5 + frontend/src/assets/logo.svg | 1 + frontend/src/components/Confirmation.vue | 54 + .../src/components/InterfaceEditModal.vue | 513 +++++ .../src/components/InterfaceViewModal.vue | 60 + frontend/src/components/Modal.vue | 59 + frontend/src/components/PeerEditModal.vue | 431 +++++ .../src/components/PeerMultiCreateModal.vue | 110 ++ frontend/src/components/PeerViewModal.vue | 199 ++ frontend/src/components/UserEditModal.vue | 174 ++ frontend/src/components/UserViewModal.vue | 143 ++ .../src/components/icons/IconCommunity.vue | 7 + .../components/icons/IconDocumentation.vue | 7 + .../src/components/icons/IconEcosystem.vue | 7 + frontend/src/components/icons/IconSupport.vue | 7 + frontend/src/components/icons/IconTooling.vue | 19 + frontend/src/helpers/encoding.js | 7 + frontend/src/helpers/fetch-wrapper.js | 95 + frontend/src/helpers/models.js | 164 ++ frontend/src/helpers/validators.js | 14 + frontend/src/lang/index.js | 27 + frontend/src/lang/translations/de.json | 489 +++++ frontend/src/lang/translations/en.json | 489 +++++ frontend/src/main.js | 45 + frontend/src/router/index.js | 109 ++ frontend/src/stores/auth.js | 125 ++ frontend/src/stores/interfaces.js | 152 ++ frontend/src/stores/peers.js | 258 +++ frontend/src/stores/profile.js | 137 ++ frontend/src/stores/security.js | 32 + frontend/src/stores/settings.js | 36 + frontend/src/stores/users.js | 147 ++ frontend/src/views/HomeView.vue | 73 + frontend/src/views/InterfaceView.vue | 390 ++++ frontend/src/views/LoginView.vue | 113 ++ frontend/src/views/ProfileView.vue | 126 ++ frontend/src/views/UserView.vue | 126 ++ frontend/vite.config.js | 34 + go.mod | 114 +- go.sum | 319 ++-- internal/adapters/database.go | 887 +++++++++ .../adapters/database_integration_test.go | 43 + internal/adapters/filesystem.go | 54 + internal/adapters/mailer.go | 138 ++ internal/adapters/wgquick.go | 99 + internal/adapters/wireguard.go | 430 +++++ .../adapters/wireguard_integration_test.go | 121 ++ internal/app/api/core/assets.go | 21 + .../api/core/assets}/css/bootstrap.min.css | 0 .../app/api/core/assets/doc/v0_swagger.json | 1569 +++++++++++++++ .../app/api/core/assets/doc/v0_swagger.yaml | 1041 ++++++++++ .../api/core/assets}/fonts/FontAwesome.otf | Bin .../api/core/assets}/fonts/fa-brands-400.eot | Bin .../api/core/assets}/fonts/fa-brands-400.svg | 0 .../api/core/assets}/fonts/fa-brands-400.ttf | Bin .../api/core/assets}/fonts/fa-brands-400.woff | Bin .../core/assets}/fonts/fa-brands-400.woff2 | Bin .../api/core/assets}/fonts/fa-regular-400.eot | Bin .../api/core/assets}/fonts/fa-regular-400.svg | 0 .../api/core/assets}/fonts/fa-regular-400.ttf | Bin .../core/assets}/fonts/fa-regular-400.woff | Bin .../core/assets}/fonts/fa-regular-400.woff2 | Bin .../api/core/assets}/fonts/fa-solid-900.eot | Bin .../api/core/assets}/fonts/fa-solid-900.svg | 0 .../api/core/assets}/fonts/fa-solid-900.ttf | Bin .../api/core/assets}/fonts/fa-solid-900.woff | Bin .../api/core/assets}/fonts/fa-solid-900.woff2 | Bin .../core/assets/fonts/font-awesome.min.css | 4 + .../assets}/fonts/fontawesome-all.min.css | 2 +- .../assets}/fonts/fontawesome-webfont.eot | Bin .../assets}/fonts/fontawesome-webfont.svg | 0 .../assets}/fonts/fontawesome-webfont.ttf | Bin .../assets}/fonts/fontawesome-webfont.woff | Bin .../assets}/fonts/fontawesome-webfont.woff2 | Bin .../fonts/fontawesome5-overrides.min.css | 0 .../api/core/assets/img/header-logo-small.png | Bin 0 -> 7713 bytes .../app/api/core/assets/img/header-logo.png | Bin 0 -> 10556 bytes .../core/assets}/js/bootstrap.bundle.min.js | 0 .../app/api/core/assets}/js/jquery.easing.js | 0 .../app/api/core/assets}/js/jquery.min.js | 0 .../app/api/core/assets}/js/popper.min.js | 0 .../app/api/core/assets/js/rapidoc-min.js | 2 + internal/app/api/core/assets/tpl/index.gohtml | 59 + .../app/api/core/assets/tpl/prt_footer.gohtml | 5 + .../app/api/core/assets/tpl/prt_nav.gohtml | 11 + .../app/api/core/assets/tpl/rapidoc.gohtml | 29 + .../assets/ProfileView-d2140a6a.js | 1 + .../frontend-dist/assets/UserView-e0476ed5.js | 1 + .../core/frontend-dist/assets/ac-7f066d2b.svg | 76 + .../core/frontend-dist/assets/ac-a4ddad70.svg | 76 + .../core/frontend-dist/assets/ad-399354a9.svg | 148 ++ .../core/frontend-dist/assets/ad-e411c81d.svg | 150 ++ .../core/frontend-dist/assets/ae-534fefed.svg | 6 + .../core/frontend-dist/assets/ae-e646ea13.svg | 6 + .../core/frontend-dist/assets/af-318f28f1.svg | 81 + .../core/frontend-dist/assets/af-6c420329.svg | 81 + .../core/frontend-dist/assets/ag-84dd2f68.svg | 14 + .../core/frontend-dist/assets/ag-d4e7c300.svg | 14 + .../core/frontend-dist/assets/ai-2113432b.svg | 758 ++++++++ .../core/frontend-dist/assets/ai-61c43adb.svg | 758 ++++++++ .../core/frontend-dist/assets/al-2253bcd8.svg | 5 + .../core/frontend-dist/assets/al-f9b79f25.svg | 5 + .../core/frontend-dist/assets/am-57edcffa.svg | 5 + .../core/frontend-dist/assets/am-efb6cdaa.svg | 5 + .../core/frontend-dist/assets/ao-3c52ff53.svg | 13 + .../core/frontend-dist/assets/ao-a296c39c.svg | 13 + .../core/frontend-dist/assets/aq-454424bf.svg | 5 + .../core/frontend-dist/assets/aq-733794b7.svg | 5 + .../core/frontend-dist/assets/ar-49a0084b.svg | 32 + .../core/frontend-dist/assets/ar-92dd89b1.svg | 32 + .../core/frontend-dist/assets/as-0af12c4a.svg | 73 + .../core/frontend-dist/assets/as-a9ea837d.svg | 72 + .../core/frontend-dist/assets/at-2754ed2f.svg | 6 + .../core/frontend-dist/assets/at-9152f136.svg | 6 + .../core/frontend-dist/assets/au-01aa7963.svg | 8 + .../core/frontend-dist/assets/au-6cf0b0da.svg | 8 + .../core/frontend-dist/assets/aw-0379172e.svg | 186 ++ .../core/frontend-dist/assets/aw-5e136f5b.svg | 186 ++ .../core/frontend-dist/assets/ax-140f94bb.svg | 18 + .../core/frontend-dist/assets/ax-e2162713.svg | 18 + .../core/frontend-dist/assets/az-b942e12d.svg | 8 + .../core/frontend-dist/assets/az-fef5c465.svg | 8 + .../core/frontend-dist/assets/ba-7fe2acc6.svg | 12 + .../core/frontend-dist/assets/ba-f7fbd614.svg | 12 + .../core/frontend-dist/assets/bb-20bd0c90.svg | 6 + .../core/frontend-dist/assets/bb-beaf3ae6.svg | 6 + .../core/frontend-dist/assets/bd-1aabb4a7.svg | 4 + .../core/frontend-dist/assets/bd-90f8f20e.svg | 4 + .../core/frontend-dist/assets/be-42f09ed6.svg | 7 + .../core/frontend-dist/assets/be-a2f62b54.svg | 7 + .../core/frontend-dist/assets/bf-606b17ad.svg | 7 + .../core/frontend-dist/assets/bf-62cdc2bd.svg | 7 + .../core/frontend-dist/assets/bg-40e29b66.svg | 7 + .../core/frontend-dist/assets/bg-a2282477.svg | 7 + .../core/frontend-dist/assets/bh-102fe27e.svg | 4 + .../core/frontend-dist/assets/bh-7a519f58.svg | 4 + .../core/frontend-dist/assets/bi-3e1ff149.svg | 15 + .../core/frontend-dist/assets/bi-46ceb5f8.svg | 15 + .../core/frontend-dist/assets/bj-6f5043b4.svg | 14 + .../core/frontend-dist/assets/bj-ab7b5a85.svg | 14 + .../core/frontend-dist/assets/bl-025f596f.svg | 7 + .../core/frontend-dist/assets/bl-ec0bc216.svg | 5 + .../core/frontend-dist/assets/bm-d0a9f672.svg | 97 + .../core/frontend-dist/assets/bm-def86a14.svg | 97 + .../core/frontend-dist/assets/bn-07740542.svg | 36 + .../core/frontend-dist/assets/bn-db17f97a.svg | 36 + .../core/frontend-dist/assets/bo-4806a8c7.svg | 678 +++++++ .../core/frontend-dist/assets/bo-63594b20.svg | 676 +++++++ .../core/frontend-dist/assets/bq-23881e6c.svg | 5 + .../core/frontend-dist/assets/bq-83723941.svg | 5 + .../core/frontend-dist/assets/br-ce7e334e.svg | 45 + .../core/frontend-dist/assets/br-fc872e71.svg | 45 + .../core/frontend-dist/assets/bs-90305318.svg | 13 + .../core/frontend-dist/assets/bs-ee46721d.svg | 13 + .../core/frontend-dist/assets/bt-84e84171.svg | 89 + .../core/frontend-dist/assets/bt-dc7fe8fa.svg | 89 + .../core/frontend-dist/assets/bv-03917bba.svg | 13 + .../core/frontend-dist/assets/bv-091fb966.svg | 13 + .../core/frontend-dist/assets/bw-1fc9322c.svg | 7 + .../core/frontend-dist/assets/bw-e1e15926.svg | 7 + .../core/frontend-dist/assets/by-b0ac20fe.svg | 20 + .../core/frontend-dist/assets/by-c74090d5.svg | 22 + .../core/frontend-dist/assets/bz-4085bcd0.svg | 145 ++ .../core/frontend-dist/assets/bz-c57817a5.svg | 145 ++ .../core/frontend-dist/assets/ca-5e8736c4.svg | 4 + .../core/frontend-dist/assets/ca-73bd9657.svg | 4 + .../core/frontend-dist/assets/cc-eec3b923.svg | 19 + .../core/frontend-dist/assets/cc-f4e9b00e.svg | 19 + .../core/frontend-dist/assets/cd-23f049df.svg | 5 + .../core/frontend-dist/assets/cd-620c7263.svg | 12 + .../frontend-dist/assets/cefta-803f454b.svg | 13 + .../frontend-dist/assets/cefta-fd94979b.svg | 13 + .../core/frontend-dist/assets/cf-3c6b6c0b.svg | 15 + .../core/frontend-dist/assets/cf-cd11e360.svg | 15 + .../core/frontend-dist/assets/cg-66f98bc1.svg | 12 + .../core/frontend-dist/assets/cg-f8467d04.svg | 12 + .../core/frontend-dist/assets/ch-ac676cd3.svg | 9 + .../core/frontend-dist/assets/ch-be4b8257.svg | 9 + .../core/frontend-dist/assets/ci-4ecfea70.svg | 7 + .../core/frontend-dist/assets/ci-c3f20b8e.svg | 7 + .../core/frontend-dist/assets/ck-b17c039f.svg | 9 + .../core/frontend-dist/assets/ck-e5457495.svg | 9 + .../core/frontend-dist/assets/cl-bde5c7c2.svg | 13 + .../core/frontend-dist/assets/cl-dc9bc06f.svg | 13 + .../core/frontend-dist/assets/cm-db88be4b.svg | 15 + .../core/frontend-dist/assets/cm-f351617f.svg | 15 + .../core/frontend-dist/assets/cn-9f7f1ab6.svg | 11 + .../core/frontend-dist/assets/cn-c1f22841.svg | 11 + .../core/frontend-dist/assets/co-596558a2.svg | 7 + .../core/frontend-dist/assets/co-6bab3c96.svg | 7 + .../core/frontend-dist/assets/cp-582fc375.svg | 7 + .../core/frontend-dist/assets/cp-907b4b54.svg | 7 + .../core/frontend-dist/assets/cr-4775ef01.svg | 7 + .../core/frontend-dist/assets/cr-b70b33c4.svg | 7 + .../core/frontend-dist/assets/cu-34aa5ec2.svg | 13 + .../core/frontend-dist/assets/cu-9d2a35ff.svg | 13 + .../core/frontend-dist/assets/cv-237307fe.svg | 13 + .../core/frontend-dist/assets/cv-a855505a.svg | 13 + .../core/frontend-dist/assets/cw-929063b2.svg | 14 + .../core/frontend-dist/assets/cw-a689736d.svg | 14 + .../core/frontend-dist/assets/cx-81387568.svg | 15 + .../core/frontend-dist/assets/cx-8c09357b.svg | 15 + .../core/frontend-dist/assets/cy-aa9b4c30.svg | 6 + .../core/frontend-dist/assets/cy-ed929efd.svg | 6 + .../core/frontend-dist/assets/cz-5a462b5f.svg | 5 + .../core/frontend-dist/assets/cz-d601fcc2.svg | 5 + .../core/frontend-dist/assets/de-7318c9aa.svg | 5 + .../core/frontend-dist/assets/de-d5f40046.svg | 5 + .../core/frontend-dist/assets/dg-07d28e0a.svg | 130 ++ .../core/frontend-dist/assets/dg-530a107e.svg | 130 ++ .../core/frontend-dist/assets/dj-0a60922e.svg | 13 + .../core/frontend-dist/assets/dj-7baede08.svg | 13 + .../core/frontend-dist/assets/dk-4d7c9c44.svg | 5 + .../core/frontend-dist/assets/dk-d2847c0b.svg | 5 + .../core/frontend-dist/assets/dm-4ac56c6b.svg | 152 ++ .../core/frontend-dist/assets/dm-5758b806.svg | 152 ++ .../core/frontend-dist/assets/do-302ada56.svg | 128 ++ .../core/frontend-dist/assets/do-dd35c806.svg | 129 ++ .../core/frontend-dist/assets/dz-73f56cc7.svg | 5 + .../core/frontend-dist/assets/dz-9ea0cf93.svg | 5 + .../core/frontend-dist/assets/ea-bb4ff4a8.svg | 547 ++++++ .../core/frontend-dist/assets/ea-e86d317d.svg | 544 ++++++ .../core/frontend-dist/assets/ec-73be1a4b.svg | 138 ++ .../core/frontend-dist/assets/ec-c1196d0f.svg | 138 ++ .../core/frontend-dist/assets/ee-1c30ac2c.svg | 7 + .../core/frontend-dist/assets/ee-733a082e.svg | 7 + .../core/frontend-dist/assets/eg-60288e26.svg | 38 + .../core/frontend-dist/assets/eg-bc19c9ba.svg | 38 + .../core/frontend-dist/assets/eh-5661bb32.svg | 16 + .../core/frontend-dist/assets/eh-cd0c4d05.svg | 11 + .../core/frontend-dist/assets/er-21cdc1d1.svg | 8 + .../core/frontend-dist/assets/er-6e90ebb6.svg | 13 + .../core/frontend-dist/assets/es-6fe80291.svg | 544 ++++++ .../frontend-dist/assets/es-ct-11229703.svg | 4 + .../frontend-dist/assets/es-ct-95f4033c.svg | 4 + .../core/frontend-dist/assets/es-edd3ba17.svg | 547 ++++++ .../frontend-dist/assets/es-ga-0f1c2551.svg | 187 ++ .../frontend-dist/assets/es-ga-1955fb3b.svg | 187 ++ .../frontend-dist/assets/es-pv-34a8c48a.svg | 5 + .../frontend-dist/assets/es-pv-fcbf89c6.svg | 5 + .../core/frontend-dist/assets/et-25b637b7.svg | 14 + .../core/frontend-dist/assets/et-b2239ad7.svg | 14 + .../core/frontend-dist/assets/eu-605225b6.svg | 28 + .../core/frontend-dist/assets/eu-f8fd4ae7.svg | 28 + .../core/frontend-dist/assets/fi-012edd98.svg | 5 + .../core/frontend-dist/assets/fi-f4064089.svg | 5 + .../core/frontend-dist/assets/fj-0243d39f.svg | 123 ++ .../core/frontend-dist/assets/fj-f8b5b752.svg | 120 ++ .../core/frontend-dist/assets/fk-398be37e.svg | 89 + .../core/frontend-dist/assets/fk-4862e30d.svg | 90 + .../core/frontend-dist/assets/fm-07fe66ad.svg | 11 + .../core/frontend-dist/assets/fm-f7906ddc.svg | 11 + .../core/frontend-dist/assets/fo-87270006.svg | 12 + .../core/frontend-dist/assets/fo-9b46d4a8.svg | 12 + .../core/frontend-dist/assets/fr-a459a088.svg | 5 + .../core/frontend-dist/assets/ga-cb2951db.svg | 7 + .../core/frontend-dist/assets/ga-f7b775c4.svg | 7 + .../core/frontend-dist/assets/gb-4b739ae8.svg | 7 + .../core/frontend-dist/assets/gb-51a8613a.svg | 7 + .../frontend-dist/assets/gb-eng-2dd36838.svg | 5 + .../frontend-dist/assets/gb-eng-53797ba9.svg | 5 + .../frontend-dist/assets/gb-nir-14593385.svg | 131 ++ .../frontend-dist/assets/gb-nir-ae91c319.svg | 132 ++ .../frontend-dist/assets/gb-sct-19ed371e.svg | 4 + .../frontend-dist/assets/gb-sct-7b55bce7.svg | 4 + .../frontend-dist/assets/gb-wls-3a95845d.svg | 9 + .../frontend-dist/assets/gb-wls-d3c5b996.svg | 9 + .../core/frontend-dist/assets/gd-495e20bd.svg | 27 + .../core/frontend-dist/assets/gd-b8fdff46.svg | 27 + .../core/frontend-dist/assets/ge-3821d90a.svg | 6 + .../core/frontend-dist/assets/ge-c89af007.svg | 6 + .../core/frontend-dist/assets/gf-41b1f103.svg | 5 + .../core/frontend-dist/assets/gg-3457d341.svg | 9 + .../core/frontend-dist/assets/gg-f6ec0e51.svg | 9 + .../core/frontend-dist/assets/gh-4afd4198.svg | 6 + .../core/frontend-dist/assets/gh-86635202.svg | 6 + .../core/frontend-dist/assets/gi-053a0a90.svg | 32 + .../core/frontend-dist/assets/gi-05d68008.svg | 32 + .../core/frontend-dist/assets/gl-15a60b07.svg | 4 + .../core/frontend-dist/assets/gl-debe7773.svg | 4 + .../core/frontend-dist/assets/gm-26a1fd6b.svg | 14 + .../core/frontend-dist/assets/gm-726e760b.svg | 9 + .../core/frontend-dist/assets/gn-8d20e686.svg | 7 + .../core/frontend-dist/assets/gn-ee01e7dd.svg | 7 + .../core/frontend-dist/assets/gq-a3bf98e3.svg | 23 + .../core/frontend-dist/assets/gq-be2561d6.svg | 23 + .../core/frontend-dist/assets/gr-a184070f.svg | 16 + .../core/frontend-dist/assets/gr-a4519d98.svg | 16 + .../core/frontend-dist/assets/gs-dcac009d.svg | 132 ++ .../core/frontend-dist/assets/gs-fd6ad76e.svg | 133 ++ .../core/frontend-dist/assets/gt-53d6bd19.svg | 220 +++ .../core/frontend-dist/assets/gt-cb60868c.svg | 220 +++ .../core/frontend-dist/assets/gu-0fc8abf7.svg | 23 + .../core/frontend-dist/assets/gu-865d2c85.svg | 23 + .../core/frontend-dist/assets/gw-35d8c841.svg | 15 + .../core/frontend-dist/assets/gw-9383444c.svg | 13 + .../core/frontend-dist/assets/gy-81301929.svg | 9 + .../core/frontend-dist/assets/gy-97253f86.svg | 9 + .../core/frontend-dist/assets/hk-3a01db4f.svg | 8 + .../core/frontend-dist/assets/hk-73c6a5fc.svg | 8 + .../core/frontend-dist/assets/hm-3c45173f.svg | 8 + .../core/frontend-dist/assets/hm-962e9410.svg | 8 + .../core/frontend-dist/assets/hn-2b4bafff.svg | 18 + .../core/frontend-dist/assets/hn-f7828d93.svg | 18 + .../core/frontend-dist/assets/hr-a6187e3f.svg | 56 + .../core/frontend-dist/assets/hr-c853a9f1.svg | 58 + .../core/frontend-dist/assets/ht-84187767.svg | 116 ++ .../core/frontend-dist/assets/ht-9877b482.svg | 116 ++ .../core/frontend-dist/assets/hu-9e6bc6d7.svg | 7 + .../core/frontend-dist/assets/hu-ffc4edd5.svg | 7 + .../core/frontend-dist/assets/ic-4e5a5e63.svg | 7 + .../core/frontend-dist/assets/ic-9a584e04.svg | 7 + .../core/frontend-dist/assets/id-5cd3acc4.svg | 4 + .../core/frontend-dist/assets/id-b8cd30f2.svg | 4 + .../core/frontend-dist/assets/ie-860168f5.svg | 7 + .../core/frontend-dist/assets/ie-f82568d7.svg | 7 + .../core/frontend-dist/assets/il-0004f90f.svg | 14 + .../core/frontend-dist/assets/il-a9c90b0c.svg | 14 + .../core/frontend-dist/assets/im-56a6eed5.svg | 36 + .../core/frontend-dist/assets/im-bf7e365b.svg | 36 + .../core/frontend-dist/assets/in-24cd1522.svg | 25 + .../core/frontend-dist/assets/in-9a372951.svg | 25 + .../frontend-dist/assets/index-7144f109.css | 11 + .../frontend-dist/assets/index-86f5a28a.js | 223 +++ .../core/frontend-dist/assets/io-01c8fe00.svg | 130 ++ .../core/frontend-dist/assets/io-34982578.svg | 130 ++ .../core/frontend-dist/assets/iq-591149b8.svg | 10 + .../core/frontend-dist/assets/iq-798e6f15.svg | 10 + .../core/frontend-dist/assets/ir-0473dddb.svg | 219 +++ .../core/frontend-dist/assets/ir-0d921dd5.svg | 219 +++ .../core/frontend-dist/assets/is-33111797.svg | 12 + .../core/frontend-dist/assets/is-eec3f1e9.svg | 12 + .../core/frontend-dist/assets/it-03086f2e.svg | 7 + .../core/frontend-dist/assets/it-9fa88118.svg | 7 + .../core/frontend-dist/assets/je-38af9b35.svg | 44 + .../core/frontend-dist/assets/je-6a220774.svg | 45 + .../core/frontend-dist/assets/jm-61441775.svg | 8 + .../core/frontend-dist/assets/jm-a556453f.svg | 8 + .../core/frontend-dist/assets/jo-5cef1493.svg | 16 + .../core/frontend-dist/assets/jo-844439f2.svg | 16 + .../core/frontend-dist/assets/jp-48cbe3d7.svg | 11 + .../core/frontend-dist/assets/jp-d1182a34.svg | 11 + .../core/frontend-dist/assets/ke-be4fa3bd.svg | 23 + .../core/frontend-dist/assets/ke-ec022d0b.svg | 23 + .../core/frontend-dist/assets/kg-bc5fb7c3.svg | 15 + .../core/frontend-dist/assets/kg-d9788d16.svg | 15 + .../core/frontend-dist/assets/kh-53ac72c8.svg | 61 + .../core/frontend-dist/assets/kh-d4e0c527.svg | 61 + .../core/frontend-dist/assets/ki-9c323e29.svg | 36 + .../core/frontend-dist/assets/ki-c275fe86.svg | 36 + .../core/frontend-dist/assets/km-467ca3de.svg | 16 + .../core/frontend-dist/assets/km-d84d85a0.svg | 16 + .../core/frontend-dist/assets/kn-033a17ff.svg | 14 + .../core/frontend-dist/assets/kn-a57a8e10.svg | 14 + .../core/frontend-dist/assets/kp-536277a9.svg | 15 + .../core/frontend-dist/assets/kp-7495f008.svg | 15 + .../core/frontend-dist/assets/kr-268e0a2d.svg | 24 + .../core/frontend-dist/assets/kr-f4369bf4.svg | 17 + .../core/frontend-dist/assets/kw-0a98e54b.svg | 13 + .../core/frontend-dist/assets/kw-c976ecde.svg | 13 + .../core/frontend-dist/assets/ky-6b48ca73.svg | 109 ++ .../core/frontend-dist/assets/ky-762191bf.svg | 109 ++ .../core/frontend-dist/assets/kz-4d7a5b7d.svg | 36 + .../core/frontend-dist/assets/kz-59041046.svg | 36 + .../core/frontend-dist/assets/la-012421df.svg | 12 + .../core/frontend-dist/assets/la-e9e3ae6b.svg | 12 + .../core/frontend-dist/assets/lb-727faae7.svg | 15 + .../core/frontend-dist/assets/lb-8fa85ea1.svg | 15 + .../core/frontend-dist/assets/lc-525ad8c3.svg | 8 + .../core/frontend-dist/assets/lc-539914cb.svg | 8 + .../core/frontend-dist/assets/li-3694c865.svg | 43 + .../core/frontend-dist/assets/li-c312a745.svg | 43 + .../core/frontend-dist/assets/lk-8e2d1942.svg | 22 + .../core/frontend-dist/assets/lk-f54e3c5a.svg | 22 + .../core/frontend-dist/assets/lr-2521f360.svg | 14 + .../core/frontend-dist/assets/lr-a75c0e30.svg | 14 + .../core/frontend-dist/assets/ls-9491616e.svg | 8 + .../core/frontend-dist/assets/ls-d59e8226.svg | 8 + .../core/frontend-dist/assets/lt-8ef0e9cb.svg | 7 + .../core/frontend-dist/assets/lt-dc040199.svg | 7 + .../core/frontend-dist/assets/lu-965964b5.svg | 5 + .../core/frontend-dist/assets/lu-a6c17cd0.svg | 5 + .../core/frontend-dist/assets/lv-15d4e812.svg | 6 + .../core/frontend-dist/assets/lv-f4e0567e.svg | 6 + .../core/frontend-dist/assets/ly-167e6177.svg | 13 + .../core/frontend-dist/assets/ly-9f3bec18.svg | 13 + .../core/frontend-dist/assets/ma-28cfcdec.svg | 4 + .../core/frontend-dist/assets/ma-8f1a0be2.svg | 4 + .../core/frontend-dist/assets/mc-690c23fe.svg | 6 + .../core/frontend-dist/assets/mc-c3aaba7e.svg | 6 + .../core/frontend-dist/assets/md-ae4fd022.svg | 70 + .../core/frontend-dist/assets/md-e678dd90.svg | 71 + .../core/frontend-dist/assets/me-73f05f92.svg | 116 ++ .../core/frontend-dist/assets/me-8d3f7f89.svg | 118 ++ .../core/frontend-dist/assets/mg-59246c21.svg | 7 + .../core/frontend-dist/assets/mg-f16ffe66.svg | 7 + .../core/frontend-dist/assets/mh-7bd55f27.svg | 8 + .../core/frontend-dist/assets/mh-f4d41b34.svg | 7 + .../core/frontend-dist/assets/mk-22488dc8.svg | 5 + .../core/frontend-dist/assets/mk-8faba052.svg | 5 + .../core/frontend-dist/assets/ml-34021383.svg | 7 + .../core/frontend-dist/assets/ml-49e84081.svg | 7 + .../core/frontend-dist/assets/mm-02b92ceb.svg | 12 + .../core/frontend-dist/assets/mm-24ae103d.svg | 10 + .../core/frontend-dist/assets/mn-0d3973cf.svg | 14 + .../core/frontend-dist/assets/mn-9b39f1b9.svg | 14 + .../core/frontend-dist/assets/mo-42ae5ab4.svg | 9 + .../core/frontend-dist/assets/mo-f23114c3.svg | 9 + .../core/frontend-dist/assets/mp-0072e467.svg | 86 + .../core/frontend-dist/assets/mp-ede556ff.svg | 86 + .../core/frontend-dist/assets/mr-1fe95778.svg | 6 + .../core/frontend-dist/assets/mr-c106d19e.svg | 6 + .../core/frontend-dist/assets/ms-3ec666d9.svg | 25 + .../core/frontend-dist/assets/ms-62f315e0.svg | 33 + .../core/frontend-dist/assets/mt-5b9d6101.svg | 49 + .../core/frontend-dist/assets/mt-ae7e5df1.svg | 50 + .../core/frontend-dist/assets/mu-3a73b077.svg | 8 + .../core/frontend-dist/assets/mu-51f86810.svg | 8 + .../core/frontend-dist/assets/mv-5546d527.svg | 6 + .../core/frontend-dist/assets/mv-ecc358a3.svg | 6 + .../core/frontend-dist/assets/mw-18dfe0c3.svg | 15 + .../core/frontend-dist/assets/mw-2a3cc640.svg | 10 + .../core/frontend-dist/assets/mx-64553d6b.svg | 382 ++++ .../core/frontend-dist/assets/mx-e5a0dc8c.svg | 378 ++++ .../core/frontend-dist/assets/my-412fcd27.svg | 26 + .../core/frontend-dist/assets/my-ab77d984.svg | 18 + .../core/frontend-dist/assets/mz-8c3ebb36.svg | 21 + .../core/frontend-dist/assets/mz-c087cb47.svg | 21 + .../core/frontend-dist/assets/na-80df4b01.svg | 16 + .../core/frontend-dist/assets/na-fbbde88c.svg | 16 + .../core/frontend-dist/assets/nc-8b7ef8a4.svg | 12 + .../core/frontend-dist/assets/nc-cff3afeb.svg | 13 + .../core/frontend-dist/assets/ne-4b91653d.svg | 6 + .../core/frontend-dist/assets/ne-c92686fc.svg | 6 + .../core/frontend-dist/assets/nf-9cf4bf10.svg | 9 + .../core/frontend-dist/assets/nf-d458b917.svg | 11 + .../core/frontend-dist/assets/ng-a41dbb75.svg | 6 + .../core/frontend-dist/assets/ng-b7a2a45a.svg | 6 + .../core/frontend-dist/assets/ni-1d464374.svg | 129 ++ .../core/frontend-dist/assets/ni-23bfeacd.svg | 129 ++ .../core/frontend-dist/assets/nl-54b194d9.svg | 5 + .../core/frontend-dist/assets/nl-a8b56f7d.svg | 5 + .../core/frontend-dist/assets/no-55fc1564.svg | 7 + .../core/frontend-dist/assets/no-ceea17af.svg | 7 + .../core/frontend-dist/assets/np-3f1bb2db.svg | 18 + .../core/frontend-dist/assets/np-50cdee4b.svg | 13 + .../core/frontend-dist/assets/nr-68ffbe53.svg | 12 + .../core/frontend-dist/assets/nr-707765a6.svg | 12 + .../core/frontend-dist/assets/nu-835c94f3.svg | 10 + .../core/frontend-dist/assets/nu-93e802ac.svg | 10 + .../core/frontend-dist/assets/nz-30a785d1.svg | 36 + .../core/frontend-dist/assets/nz-8e77ded3.svg | 36 + .../core/frontend-dist/assets/om-78351c31.svg | 115 ++ .../core/frontend-dist/assets/om-b19a16d1.svg | 115 ++ .../core/frontend-dist/assets/pa-6f2195a5.svg | 13 + .../core/frontend-dist/assets/pa-9d1b2b70.svg | 14 + .../core/frontend-dist/assets/pe-5272e92f.svg | 244 +++ .../core/frontend-dist/assets/pe-b68f41fa.svg | 244 +++ .../core/frontend-dist/assets/pf-cea36e28.svg | 19 + .../core/frontend-dist/assets/pf-eea47b61.svg | 18 + .../core/frontend-dist/assets/pg-04752d7c.svg | 16 + .../core/frontend-dist/assets/pg-45e15441.svg | 9 + .../core/frontend-dist/assets/ph-3c2c5087.svg | 8 + .../core/frontend-dist/assets/ph-4cccf403.svg | 6 + .../core/frontend-dist/assets/pk-e2e82907.svg | 15 + .../core/frontend-dist/assets/pk-f812c368.svg | 15 + .../core/frontend-dist/assets/pl-369bb3e1.svg | 6 + .../core/frontend-dist/assets/pl-698cda1f.svg | 6 + .../core/frontend-dist/assets/pn-ae3c517c.svg | 53 + .../core/frontend-dist/assets/pn-e0f59844.svg | 53 + .../core/frontend-dist/assets/pr-de232a57.svg | 13 + .../core/frontend-dist/assets/pr-ed792fc3.svg | 13 + .../core/frontend-dist/assets/ps-1ebcb0e1.svg | 15 + .../core/frontend-dist/assets/ps-accd4461.svg | 15 + .../core/frontend-dist/assets/pt-21237ce4.svg | 57 + .../core/frontend-dist/assets/pt-a24d5bb8.svg | 57 + .../core/frontend-dist/assets/pw-452a030a.svg | 11 + .../core/frontend-dist/assets/pw-cab1c31f.svg | 11 + .../core/frontend-dist/assets/py-6eb85947.svg | 157 ++ .../core/frontend-dist/assets/py-93651722.svg | 156 ++ .../core/frontend-dist/assets/qa-4d41fa3c.svg | 4 + .../core/frontend-dist/assets/qa-a781df63.svg | 4 + .../core/frontend-dist/assets/re-a5347d1a.svg | 7 + .../core/frontend-dist/assets/ro-17a3a747.svg | 7 + .../core/frontend-dist/assets/ro-b56a867a.svg | 7 + .../core/frontend-dist/assets/rs-1f2c25e6.svg | 296 +++ .../core/frontend-dist/assets/rs-4d92f460.svg | 292 +++ .../core/frontend-dist/assets/ru-5224e89e.svg | 7 + .../core/frontend-dist/assets/ru-6c62f886.svg | 7 + .../core/frontend-dist/assets/rw-67a5e9a0.svg | 13 + .../core/frontend-dist/assets/rw-726c1546.svg | 13 + .../core/frontend-dist/assets/sa-a6c756d8.svg | 26 + .../core/frontend-dist/assets/sa-fc167621.svg | 26 + .../core/frontend-dist/assets/sb-b28813c8.svg | 13 + .../core/frontend-dist/assets/sb-f1a38c9d.svg | 13 + .../core/frontend-dist/assets/sc-30cdbe42.svg | 7 + .../core/frontend-dist/assets/sc-4363a818.svg | 7 + .../core/frontend-dist/assets/sd-43f9ed92.svg | 13 + .../core/frontend-dist/assets/sd-7c85028c.svg | 13 + .../core/frontend-dist/assets/se-b4cc09f1.svg | 4 + .../core/frontend-dist/assets/se-bc8a97e1.svg | 4 + .../core/frontend-dist/assets/sg-010b1e94.svg | 13 + .../core/frontend-dist/assets/sg-b0a8dfe9.svg | 13 + .../core/frontend-dist/assets/sh-22794630.svg | 76 + .../core/frontend-dist/assets/sh-78eb5275.svg | 76 + .../core/frontend-dist/assets/si-260a7276.svg | 18 + .../core/frontend-dist/assets/si-494ab288.svg | 18 + .../core/frontend-dist/assets/sj-880802e4.svg | 7 + .../core/frontend-dist/assets/sj-b60dad0e.svg | 7 + .../core/frontend-dist/assets/sk-01a41b70.svg | 9 + .../core/frontend-dist/assets/sk-40b3a188.svg | 9 + .../core/frontend-dist/assets/sl-d0c384b0.svg | 7 + .../core/frontend-dist/assets/sl-e8ca2dae.svg | 12 + .../core/frontend-dist/assets/sm-c2055b28.svg | 75 + .../core/frontend-dist/assets/sm-d2f10302.svg | 73 + .../core/frontend-dist/assets/sn-2c7a8737.svg | 8 + .../core/frontend-dist/assets/sn-6437db13.svg | 8 + .../core/frontend-dist/assets/so-09df0ab2.svg | 11 + .../core/frontend-dist/assets/so-b85dd16d.svg | 11 + .../core/frontend-dist/assets/sr-5194a6af.svg | 6 + .../core/frontend-dist/assets/sr-81b54581.svg | 6 + .../core/frontend-dist/assets/ss-6aa031ba.svg | 8 + .../core/frontend-dist/assets/ss-d09319a4.svg | 8 + .../core/frontend-dist/assets/st-16db84cc.svg | 16 + .../core/frontend-dist/assets/st-fc411d32.svg | 16 + .../core/frontend-dist/assets/sv-a382a7a3.svg | 594 ++++++ .../core/frontend-dist/assets/sv-ebbd7d5a.svg | 594 ++++++ .../core/frontend-dist/assets/sx-2d9fbccb.svg | 56 + .../core/frontend-dist/assets/sx-3a56525c.svg | 56 + .../core/frontend-dist/assets/sy-38125aa4.svg | 6 + .../core/frontend-dist/assets/sy-6e3feb72.svg | 6 + .../core/frontend-dist/assets/sz-00015a76.svg | 34 + .../core/frontend-dist/assets/sz-e92e7315.svg | 34 + .../core/frontend-dist/assets/ta-3a19b022.svg | 76 + .../core/frontend-dist/assets/ta-d8fc0858.svg | 76 + .../core/frontend-dist/assets/tc-1a90d773.svg | 50 + .../core/frontend-dist/assets/tc-f44b6d22.svg | 50 + .../core/frontend-dist/assets/td-8e475ace.svg | 7 + .../core/frontend-dist/assets/td-ec75ab08.svg | 7 + .../core/frontend-dist/assets/tf-280ce967.svg | 15 + .../core/frontend-dist/assets/tf-5dbdbb8b.svg | 15 + .../core/frontend-dist/assets/tg-409bd447.svg | 14 + .../core/frontend-dist/assets/tg-921aad6e.svg | 14 + .../core/frontend-dist/assets/th-329cc0d5.svg | 7 + .../core/frontend-dist/assets/th-bb8a18d6.svg | 7 + .../core/frontend-dist/assets/tj-2df43c7b.svg | 22 + .../core/frontend-dist/assets/tj-9a2533f9.svg | 26 + .../core/frontend-dist/assets/tk-a12ef3ff.svg | 5 + .../core/frontend-dist/assets/tk-a8540a4a.svg | 5 + .../core/frontend-dist/assets/tl-3da88325.svg | 13 + .../core/frontend-dist/assets/tl-41be899b.svg | 13 + .../core/frontend-dist/assets/tm-abeba3aa.svg | 202 ++ .../core/frontend-dist/assets/tm-d8491445.svg | 205 ++ .../core/frontend-dist/assets/tn-18e36316.svg | 4 + .../core/frontend-dist/assets/tn-8a5fca15.svg | 4 + .../core/frontend-dist/assets/to-8f2f476b.svg | 10 + .../core/frontend-dist/assets/to-b351703f.svg | 10 + .../core/frontend-dist/assets/tr-479d84d0.svg | 8 + .../core/frontend-dist/assets/tr-be7d115b.svg | 8 + .../core/frontend-dist/assets/tt-125d18de.svg | 7 + .../core/frontend-dist/assets/tt-92f1261b.svg | 5 + .../core/frontend-dist/assets/tv-7415f816.svg | 9 + .../core/frontend-dist/assets/tv-d94fa5f1.svg | 9 + .../core/frontend-dist/assets/tw-822ce3b1.svg | 32 + .../core/frontend-dist/assets/tw-8b830c51.svg | 34 + .../core/frontend-dist/assets/tz-0130959e.svg | 15 + .../core/frontend-dist/assets/tz-7fa97f71.svg | 13 + .../core/frontend-dist/assets/ua-2d869c23.svg | 6 + .../core/frontend-dist/assets/ua-fd9ad29b.svg | 6 + .../core/frontend-dist/assets/ug-06e928bb.svg | 30 + .../core/frontend-dist/assets/ug-1b9f3a17.svg | 30 + .../core/frontend-dist/assets/um-0cbf7a17.svg | 15 + .../core/frontend-dist/assets/um-58e347e9.svg | 15 + .../core/frontend-dist/assets/un-a7c66b36.svg | 16 + .../core/frontend-dist/assets/un-d8446e2c.svg | 16 + .../core/frontend-dist/assets/us-5615dee6.svg | 9 + .../core/frontend-dist/assets/us-811eba23.svg | 9 + .../core/frontend-dist/assets/uy-1b07da41.svg | 28 + .../core/frontend-dist/assets/uy-3a18a094.svg | 28 + .../core/frontend-dist/assets/uz-0d059f47.svg | 30 + .../core/frontend-dist/assets/uz-f5f13057.svg | 30 + .../core/frontend-dist/assets/va-24701344.svg | 479 +++++ .../core/frontend-dist/assets/va-b46ebf1a.svg | 479 +++++ .../core/frontend-dist/assets/vc-2ef7fd06.svg | 8 + .../core/frontend-dist/assets/vc-6357f389.svg | 8 + .../core/frontend-dist/assets/ve-4a331236.svg | 26 + .../core/frontend-dist/assets/ve-5005d69f.svg | 26 + .../core/frontend-dist/assets/vg-ad72d6eb.svg | 63 + .../core/frontend-dist/assets/vg-f2cf67f2.svg | 63 + .../core/frontend-dist/assets/vi-8db50145.svg | 28 + .../core/frontend-dist/assets/vi-9a9baae2.svg | 28 + .../core/frontend-dist/assets/vn-2ac15179.svg | 11 + .../core/frontend-dist/assets/vn-cc93480c.svg | 11 + .../core/frontend-dist/assets/vu-612e2497.svg | 21 + .../core/frontend-dist/assets/vu-f61a101c.svg | 21 + .../core/frontend-dist/assets/ws-48d15d76.svg | 7 + .../core/frontend-dist/assets/ws-6b1a7ebc.svg | 7 + .../core/frontend-dist/assets/xk-69f770ff.svg | 8 + .../core/frontend-dist/assets/xk-b55b1b7c.svg | 8 + .../core/frontend-dist/assets/xx-972e0781.svg | 4 + .../core/frontend-dist/assets/xx-e2d258c5.svg | 4 + .../core/frontend-dist/assets/ye-15c1b50c.svg | 7 + .../core/frontend-dist/assets/ye-dc5607f4.svg | 7 + .../core/frontend-dist/assets/za-4ed696bd.svg | 17 + .../core/frontend-dist/assets/za-91238fb5.svg | 17 + .../core/frontend-dist/assets/zm-8a105b73.svg | 27 + .../core/frontend-dist/assets/zm-dced1cb7.svg | 27 + .../core/frontend-dist/assets/zw-66b55a96.svg | 21 + .../core/frontend-dist/assets/zw-8629d7c5.svg | 21 + .../api/core/frontend-dist/favicon-large.png | Bin 0 -> 18346 bytes .../app/api/core/frontend-dist/favicon.ico | Bin 0 -> 101544 bytes .../app/api/core/frontend-dist/favicon.png | Bin 0 -> 6230 bytes .../core/frontend-dist/img/header-logo.png | Bin 0 -> 10556 bytes .../app/api/core/frontend-dist/index.html | 37 + internal/app/api/core/server.go | 186 ++ internal/app/api/v0/handlers/base.go | 95 + internal/app/api/v0/handlers/encoding.go | 15 + .../v0/handlers/endpoint_authentication.go | 327 ++++ .../app/api/v0/handlers/endpoint_config.go | 101 + .../api/v0/handlers/endpoint_interfaces.go | 378 ++++ .../app/api/v0/handlers/endpoint_peers.go | 438 +++++ .../app/api/v0/handlers/endpoint_testing.go | 65 + .../app/api/v0/handlers/endpoint_users.go | 250 +++ .../api/v0/handlers/frontend_config.js.gotpl | 6 + .../v0/handlers/middleware_authentication.go | 85 + internal/app/api/v0/handlers/session.go | 92 + internal/app/api/v0/model/model_options.go | 136 ++ internal/app/api/v0/model/models.go | 12 + .../app/api/v0/model/models_authentication.go | 41 + internal/app/api/v0/model/models_interface.go | 166 ++ internal/app/api/v0/model/models_peer.go | 224 +++ internal/app/api/v0/model/models_user.go | 94 + internal/app/app.go | 149 ++ internal/app/audit/recorder.go | 81 + internal/app/audit/repos.go | 10 + internal/app/auth/auth.go | 386 ++++ internal/app/auth/auth_ldap.go | 168 ++ internal/app/auth/auth_oauth.go | 149 ++ internal/app/auth/auth_oidc.go | 107 ++ internal/app/cli.go | 20 + internal/app/configfile/manager.go | 200 ++ internal/app/configfile/qrwriter.go | 88 + internal/app/configfile/repos.go | 21 + internal/app/configfile/template.go | 68 + .../app/configfile/tpl_files/wg_interface.tpl | 89 + internal/app/configfile/tpl_files/wg_peer.tpl | 65 + internal/app/eventbus.go | 11 + internal/app/mail/manager.go | 127 ++ internal/app/mail/repos.go | 27 + internal/app/mail/template.go | 93 + .../tpl_files/mail_with_attachment.gohtml | 187 ++ .../mail/tpl_files/mail_with_attachment.gotpl | 24 + .../app/mail/tpl_files/mail_with_link.gohtml | 6 +- .../app/mail/tpl_files/mail_with_link.gotpl | 24 + internal/app/migrate_v1.go | 395 ++++ internal/app/repos.go | 65 + internal/app/route/repos.go | 11 + internal/app/route/routes.go | 471 +++++ internal/app/users/ldap_helper.go | 69 + internal/app/users/repos.go | 18 + internal/app/users/user_manager.go | 430 +++++ internal/app/wireguard/repos.go | 50 + internal/app/wireguard/statistics.go | 263 +++ internal/app/wireguard/statistics_test.go | 134 ++ internal/app/wireguard/wireguard.go | 103 + .../app/wireguard/wireguard_interfaces.go | 734 +++++++ internal/app/wireguard/wireguard_peers.go | 369 ++++ internal/authentication/provider.go | 32 - .../authentication/providers/ldap/provider.go | 210 -- .../providers/password/provider.go | 195 -- internal/authentication/user.go | 12 - internal/common/db.go | 195 -- internal/common/email.go | 116 -- internal/common/util.go | 95 - internal/config/auth.go | 118 ++ internal/config/config.go | 173 ++ internal/config/database.go | 19 + internal/config/mail.go | 30 + internal/config/web.go | 12 + internal/domain/audit.go | 20 + internal/domain/auth.go | 51 + internal/domain/base.go | 37 + internal/domain/context.go | 74 + internal/domain/crypto.go | 67 + internal/domain/errors.go | 6 + internal/domain/interface.go | 246 +++ internal/domain/ip.go | 201 ++ internal/domain/ip_test.go | 204 ++ internal/domain/mail.go | 18 + internal/domain/options.go | 113 ++ internal/domain/peer.go | 243 +++ internal/domain/statistics.go | 37 + internal/domain/user.go | 139 ++ internal/ldap/config.go | 37 - internal/ldap/ldap.go | 137 -- internal/ldap_utils.go | 138 ++ internal/lowlevel/doc.go | 6 + internal/lowlevel/mocks/NetlinkClient.go | 157 ++ internal/lowlevel/mocks/WireGuardClient.go | 87 + internal/lowlevel/netlink.go | 108 ++ internal/lowlevel/wgctrl.go | 15 + internal/server/api.go | 947 --------- internal/server/auth.go | 90 - internal/server/configuration.go | 153 -- internal/server/docs/docs.go | 1538 --------------- internal/server/handlers_auth.go | 151 -- internal/server/handlers_common.go | 202 -- internal/server/handlers_interface.go | 177 -- internal/server/handlers_peer.go | 521 ----- internal/server/handlers_user.go | 212 --- internal/server/ldapsync.go | 222 --- internal/server/routes.go | 215 --- internal/server/server.go | 356 ---- internal/server/server_helper.go | 447 ----- internal/server/version.go | 4 - internal/users/manager.go | 229 --- internal/users/user.go | 45 - internal/util.go | 128 ++ internal/version.go | 3 + internal/wireguard/config.go | 18 - internal/wireguard/manager.go | 121 -- internal/wireguard/manager_net.go | 121 -- internal/wireguard/peermanager.go | 930 --------- internal/wireguard/template.go | 20 - internal/wireguard/tpl/interface.tpl | 81 - internal/wireguard/tpl/peer.tpl | 31 - screenshot.png | Bin 153753 -> 109762 bytes tests/README.md | 59 - tests/conf/config.yml | 27 - tests/conf/wg-example0.conf | 16 - tests/pytest_UI.py | 214 --- tests/test_API.py | 484 ----- 788 files changed, 46139 insertions(+), 11281 deletions(-) create mode 100644 .run/swag_build_tool.run.xml create mode 100644 .run/wg-portal-migrate.run.xml create mode 100644 .run/wg-portal.run.xml delete mode 100644 README-RASPBERRYPI.md delete mode 100644 assets/css/_bootswatch.scss delete mode 100644 assets/css/_variables.scss delete mode 100644 assets/css/bootstrap-tokenfield.min.css delete mode 100644 assets/css/custom.css delete mode 100644 assets/css/jquery-ui.min.css delete mode 100644 assets/css/signin.css delete mode 100644 assets/css/tokenfield-typeahead.min.css delete mode 100644 assets/fonts/font-awesome.min.css delete mode 100644 assets/js/bootstrap-confirmation.min.js delete mode 100644 assets/js/bootstrap-tokenfield.min.js delete mode 100644 assets/js/custom.js delete mode 100644 assets/js/jquery-ui.min.js delete mode 100644 assets/tpl/admin_create_clients.html delete mode 100644 assets/tpl/admin_edit_client.html delete mode 100644 assets/tpl/admin_edit_interface.html delete mode 100644 assets/tpl/admin_edit_user.html delete mode 100644 assets/tpl/admin_index.html delete mode 100644 assets/tpl/admin_user_index.html delete mode 100644 assets/tpl/error.html delete mode 100644 assets/tpl/index.html delete mode 100644 assets/tpl/login.html delete mode 100644 assets/tpl/prt_flashes.html delete mode 100644 assets/tpl/prt_footer.html delete mode 100644 assets/tpl/prt_nav.html delete mode 100644 assets/tpl/user_create_client.html delete mode 100644 assets/tpl/user_edit_client.html delete mode 100644 assets/tpl/user_index.html create mode 100644 cmd/api_build_tool/main.go delete mode 100644 cmd/hc/main.go create mode 100644 config.yml.sample delete mode 100644 efs.go create mode 100644 frontend/.env.development create mode 100644 frontend/.env.production create mode 100644 frontend/.gitignore create mode 100644 frontend/.vscode/extensions.json create mode 100644 frontend/README.md create mode 100644 frontend/index.html create mode 100644 frontend/package-lock.json create mode 100644 frontend/package.json rename {assets/img => frontend/public}/favicon-large.png (100%) rename {assets/img => frontend/public}/favicon.ico (100%) rename {assets/img => frontend/public}/favicon.png (100%) rename {assets => frontend/public}/img/header-logo.png (100%) create mode 100644 frontend/src/App.vue create mode 100644 frontend/src/assets/base.css create mode 100644 frontend/src/assets/logo.svg create mode 100644 frontend/src/components/Confirmation.vue create mode 100644 frontend/src/components/InterfaceEditModal.vue create mode 100644 frontend/src/components/InterfaceViewModal.vue create mode 100644 frontend/src/components/Modal.vue create mode 100644 frontend/src/components/PeerEditModal.vue create mode 100644 frontend/src/components/PeerMultiCreateModal.vue create mode 100644 frontend/src/components/PeerViewModal.vue create mode 100644 frontend/src/components/UserEditModal.vue create mode 100644 frontend/src/components/UserViewModal.vue create mode 100644 frontend/src/components/icons/IconCommunity.vue create mode 100644 frontend/src/components/icons/IconDocumentation.vue create mode 100644 frontend/src/components/icons/IconEcosystem.vue create mode 100644 frontend/src/components/icons/IconSupport.vue create mode 100644 frontend/src/components/icons/IconTooling.vue create mode 100644 frontend/src/helpers/encoding.js create mode 100644 frontend/src/helpers/fetch-wrapper.js create mode 100644 frontend/src/helpers/models.js create mode 100644 frontend/src/helpers/validators.js create mode 100644 frontend/src/lang/index.js create mode 100644 frontend/src/lang/translations/de.json create mode 100644 frontend/src/lang/translations/en.json create mode 100644 frontend/src/main.js create mode 100644 frontend/src/router/index.js create mode 100644 frontend/src/stores/auth.js create mode 100644 frontend/src/stores/interfaces.js create mode 100644 frontend/src/stores/peers.js create mode 100644 frontend/src/stores/profile.js create mode 100644 frontend/src/stores/security.js create mode 100644 frontend/src/stores/settings.js create mode 100644 frontend/src/stores/users.js create mode 100644 frontend/src/views/HomeView.vue create mode 100644 frontend/src/views/InterfaceView.vue create mode 100644 frontend/src/views/LoginView.vue create mode 100644 frontend/src/views/ProfileView.vue create mode 100644 frontend/src/views/UserView.vue create mode 100644 frontend/vite.config.js create mode 100644 internal/adapters/database.go create mode 100644 internal/adapters/database_integration_test.go create mode 100644 internal/adapters/filesystem.go create mode 100644 internal/adapters/mailer.go create mode 100644 internal/adapters/wgquick.go create mode 100644 internal/adapters/wireguard.go create mode 100644 internal/adapters/wireguard_integration_test.go create mode 100644 internal/app/api/core/assets.go rename {assets => internal/app/api/core/assets}/css/bootstrap.min.css (100%) create mode 100644 internal/app/api/core/assets/doc/v0_swagger.json create mode 100644 internal/app/api/core/assets/doc/v0_swagger.yaml rename {assets => internal/app/api/core/assets}/fonts/FontAwesome.otf (100%) rename {assets => internal/app/api/core/assets}/fonts/fa-brands-400.eot (100%) rename {assets => internal/app/api/core/assets}/fonts/fa-brands-400.svg (100%) rename {assets => internal/app/api/core/assets}/fonts/fa-brands-400.ttf (100%) rename {assets => internal/app/api/core/assets}/fonts/fa-brands-400.woff (100%) rename {assets => internal/app/api/core/assets}/fonts/fa-brands-400.woff2 (100%) rename {assets => internal/app/api/core/assets}/fonts/fa-regular-400.eot (100%) rename {assets => internal/app/api/core/assets}/fonts/fa-regular-400.svg (100%) rename {assets => internal/app/api/core/assets}/fonts/fa-regular-400.ttf (100%) rename {assets => internal/app/api/core/assets}/fonts/fa-regular-400.woff (100%) rename {assets => internal/app/api/core/assets}/fonts/fa-regular-400.woff2 (100%) rename {assets => internal/app/api/core/assets}/fonts/fa-solid-900.eot (100%) rename {assets => internal/app/api/core/assets}/fonts/fa-solid-900.svg (100%) rename {assets => internal/app/api/core/assets}/fonts/fa-solid-900.ttf (100%) rename {assets => internal/app/api/core/assets}/fonts/fa-solid-900.woff (100%) rename {assets => internal/app/api/core/assets}/fonts/fa-solid-900.woff2 (100%) create mode 100644 internal/app/api/core/assets/fonts/font-awesome.min.css rename {assets => internal/app/api/core/assets}/fonts/fontawesome-all.min.css (97%) rename {assets => internal/app/api/core/assets}/fonts/fontawesome-webfont.eot (100%) rename {assets => internal/app/api/core/assets}/fonts/fontawesome-webfont.svg (100%) rename {assets => internal/app/api/core/assets}/fonts/fontawesome-webfont.ttf (100%) rename {assets => internal/app/api/core/assets}/fonts/fontawesome-webfont.woff (100%) rename {assets => internal/app/api/core/assets}/fonts/fontawesome-webfont.woff2 (100%) rename {assets => internal/app/api/core/assets}/fonts/fontawesome5-overrides.min.css (100%) create mode 100644 internal/app/api/core/assets/img/header-logo-small.png create mode 100644 internal/app/api/core/assets/img/header-logo.png rename {assets => internal/app/api/core/assets}/js/bootstrap.bundle.min.js (100%) rename {assets => internal/app/api/core/assets}/js/jquery.easing.js (100%) rename {assets => internal/app/api/core/assets}/js/jquery.min.js (100%) rename {assets => internal/app/api/core/assets}/js/popper.min.js (100%) create mode 100644 internal/app/api/core/assets/js/rapidoc-min.js create mode 100644 internal/app/api/core/assets/tpl/index.gohtml create mode 100644 internal/app/api/core/assets/tpl/prt_footer.gohtml create mode 100644 internal/app/api/core/assets/tpl/prt_nav.gohtml create mode 100644 internal/app/api/core/assets/tpl/rapidoc.gohtml create mode 100644 internal/app/api/core/frontend-dist/assets/ProfileView-d2140a6a.js create mode 100644 internal/app/api/core/frontend-dist/assets/UserView-e0476ed5.js create mode 100644 internal/app/api/core/frontend-dist/assets/ac-7f066d2b.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ac-a4ddad70.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ad-399354a9.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ad-e411c81d.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ae-534fefed.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ae-e646ea13.svg create mode 100644 internal/app/api/core/frontend-dist/assets/af-318f28f1.svg create mode 100644 internal/app/api/core/frontend-dist/assets/af-6c420329.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ag-84dd2f68.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ag-d4e7c300.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ai-2113432b.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ai-61c43adb.svg create mode 100644 internal/app/api/core/frontend-dist/assets/al-2253bcd8.svg create mode 100644 internal/app/api/core/frontend-dist/assets/al-f9b79f25.svg create mode 100644 internal/app/api/core/frontend-dist/assets/am-57edcffa.svg create mode 100644 internal/app/api/core/frontend-dist/assets/am-efb6cdaa.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ao-3c52ff53.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ao-a296c39c.svg create mode 100644 internal/app/api/core/frontend-dist/assets/aq-454424bf.svg create mode 100644 internal/app/api/core/frontend-dist/assets/aq-733794b7.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ar-49a0084b.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ar-92dd89b1.svg create mode 100644 internal/app/api/core/frontend-dist/assets/as-0af12c4a.svg create mode 100644 internal/app/api/core/frontend-dist/assets/as-a9ea837d.svg create mode 100644 internal/app/api/core/frontend-dist/assets/at-2754ed2f.svg create mode 100644 internal/app/api/core/frontend-dist/assets/at-9152f136.svg create mode 100644 internal/app/api/core/frontend-dist/assets/au-01aa7963.svg create mode 100644 internal/app/api/core/frontend-dist/assets/au-6cf0b0da.svg create mode 100644 internal/app/api/core/frontend-dist/assets/aw-0379172e.svg create mode 100644 internal/app/api/core/frontend-dist/assets/aw-5e136f5b.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ax-140f94bb.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ax-e2162713.svg create mode 100644 internal/app/api/core/frontend-dist/assets/az-b942e12d.svg create mode 100644 internal/app/api/core/frontend-dist/assets/az-fef5c465.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ba-7fe2acc6.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ba-f7fbd614.svg create mode 100644 internal/app/api/core/frontend-dist/assets/bb-20bd0c90.svg create mode 100644 internal/app/api/core/frontend-dist/assets/bb-beaf3ae6.svg create mode 100644 internal/app/api/core/frontend-dist/assets/bd-1aabb4a7.svg create mode 100644 internal/app/api/core/frontend-dist/assets/bd-90f8f20e.svg create mode 100644 internal/app/api/core/frontend-dist/assets/be-42f09ed6.svg create mode 100644 internal/app/api/core/frontend-dist/assets/be-a2f62b54.svg create mode 100644 internal/app/api/core/frontend-dist/assets/bf-606b17ad.svg create mode 100644 internal/app/api/core/frontend-dist/assets/bf-62cdc2bd.svg create mode 100644 internal/app/api/core/frontend-dist/assets/bg-40e29b66.svg create mode 100644 internal/app/api/core/frontend-dist/assets/bg-a2282477.svg create mode 100644 internal/app/api/core/frontend-dist/assets/bh-102fe27e.svg create mode 100644 internal/app/api/core/frontend-dist/assets/bh-7a519f58.svg create mode 100644 internal/app/api/core/frontend-dist/assets/bi-3e1ff149.svg create mode 100644 internal/app/api/core/frontend-dist/assets/bi-46ceb5f8.svg create mode 100644 internal/app/api/core/frontend-dist/assets/bj-6f5043b4.svg create mode 100644 internal/app/api/core/frontend-dist/assets/bj-ab7b5a85.svg create mode 100644 internal/app/api/core/frontend-dist/assets/bl-025f596f.svg create mode 100644 internal/app/api/core/frontend-dist/assets/bl-ec0bc216.svg create mode 100644 internal/app/api/core/frontend-dist/assets/bm-d0a9f672.svg create mode 100644 internal/app/api/core/frontend-dist/assets/bm-def86a14.svg create mode 100644 internal/app/api/core/frontend-dist/assets/bn-07740542.svg create mode 100644 internal/app/api/core/frontend-dist/assets/bn-db17f97a.svg create mode 100644 internal/app/api/core/frontend-dist/assets/bo-4806a8c7.svg create mode 100644 internal/app/api/core/frontend-dist/assets/bo-63594b20.svg create mode 100644 internal/app/api/core/frontend-dist/assets/bq-23881e6c.svg create mode 100644 internal/app/api/core/frontend-dist/assets/bq-83723941.svg create mode 100644 internal/app/api/core/frontend-dist/assets/br-ce7e334e.svg create mode 100644 internal/app/api/core/frontend-dist/assets/br-fc872e71.svg create mode 100644 internal/app/api/core/frontend-dist/assets/bs-90305318.svg create mode 100644 internal/app/api/core/frontend-dist/assets/bs-ee46721d.svg create mode 100644 internal/app/api/core/frontend-dist/assets/bt-84e84171.svg create mode 100644 internal/app/api/core/frontend-dist/assets/bt-dc7fe8fa.svg create mode 100644 internal/app/api/core/frontend-dist/assets/bv-03917bba.svg create mode 100644 internal/app/api/core/frontend-dist/assets/bv-091fb966.svg create mode 100644 internal/app/api/core/frontend-dist/assets/bw-1fc9322c.svg create mode 100644 internal/app/api/core/frontend-dist/assets/bw-e1e15926.svg create mode 100644 internal/app/api/core/frontend-dist/assets/by-b0ac20fe.svg create mode 100644 internal/app/api/core/frontend-dist/assets/by-c74090d5.svg create mode 100644 internal/app/api/core/frontend-dist/assets/bz-4085bcd0.svg create mode 100644 internal/app/api/core/frontend-dist/assets/bz-c57817a5.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ca-5e8736c4.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ca-73bd9657.svg create mode 100644 internal/app/api/core/frontend-dist/assets/cc-eec3b923.svg create mode 100644 internal/app/api/core/frontend-dist/assets/cc-f4e9b00e.svg create mode 100644 internal/app/api/core/frontend-dist/assets/cd-23f049df.svg create mode 100644 internal/app/api/core/frontend-dist/assets/cd-620c7263.svg create mode 100644 internal/app/api/core/frontend-dist/assets/cefta-803f454b.svg create mode 100644 internal/app/api/core/frontend-dist/assets/cefta-fd94979b.svg create mode 100644 internal/app/api/core/frontend-dist/assets/cf-3c6b6c0b.svg create mode 100644 internal/app/api/core/frontend-dist/assets/cf-cd11e360.svg create mode 100644 internal/app/api/core/frontend-dist/assets/cg-66f98bc1.svg create mode 100644 internal/app/api/core/frontend-dist/assets/cg-f8467d04.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ch-ac676cd3.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ch-be4b8257.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ci-4ecfea70.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ci-c3f20b8e.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ck-b17c039f.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ck-e5457495.svg create mode 100644 internal/app/api/core/frontend-dist/assets/cl-bde5c7c2.svg create mode 100644 internal/app/api/core/frontend-dist/assets/cl-dc9bc06f.svg create mode 100644 internal/app/api/core/frontend-dist/assets/cm-db88be4b.svg create mode 100644 internal/app/api/core/frontend-dist/assets/cm-f351617f.svg create mode 100644 internal/app/api/core/frontend-dist/assets/cn-9f7f1ab6.svg create mode 100644 internal/app/api/core/frontend-dist/assets/cn-c1f22841.svg create mode 100644 internal/app/api/core/frontend-dist/assets/co-596558a2.svg create mode 100644 internal/app/api/core/frontend-dist/assets/co-6bab3c96.svg create mode 100644 internal/app/api/core/frontend-dist/assets/cp-582fc375.svg create mode 100644 internal/app/api/core/frontend-dist/assets/cp-907b4b54.svg create mode 100644 internal/app/api/core/frontend-dist/assets/cr-4775ef01.svg create mode 100644 internal/app/api/core/frontend-dist/assets/cr-b70b33c4.svg create mode 100644 internal/app/api/core/frontend-dist/assets/cu-34aa5ec2.svg create mode 100644 internal/app/api/core/frontend-dist/assets/cu-9d2a35ff.svg create mode 100644 internal/app/api/core/frontend-dist/assets/cv-237307fe.svg create mode 100644 internal/app/api/core/frontend-dist/assets/cv-a855505a.svg create mode 100644 internal/app/api/core/frontend-dist/assets/cw-929063b2.svg create mode 100644 internal/app/api/core/frontend-dist/assets/cw-a689736d.svg create mode 100644 internal/app/api/core/frontend-dist/assets/cx-81387568.svg create mode 100644 internal/app/api/core/frontend-dist/assets/cx-8c09357b.svg create mode 100644 internal/app/api/core/frontend-dist/assets/cy-aa9b4c30.svg create mode 100644 internal/app/api/core/frontend-dist/assets/cy-ed929efd.svg create mode 100644 internal/app/api/core/frontend-dist/assets/cz-5a462b5f.svg create mode 100644 internal/app/api/core/frontend-dist/assets/cz-d601fcc2.svg create mode 100644 internal/app/api/core/frontend-dist/assets/de-7318c9aa.svg create mode 100644 internal/app/api/core/frontend-dist/assets/de-d5f40046.svg create mode 100644 internal/app/api/core/frontend-dist/assets/dg-07d28e0a.svg create mode 100644 internal/app/api/core/frontend-dist/assets/dg-530a107e.svg create mode 100644 internal/app/api/core/frontend-dist/assets/dj-0a60922e.svg create mode 100644 internal/app/api/core/frontend-dist/assets/dj-7baede08.svg create mode 100644 internal/app/api/core/frontend-dist/assets/dk-4d7c9c44.svg create mode 100644 internal/app/api/core/frontend-dist/assets/dk-d2847c0b.svg create mode 100644 internal/app/api/core/frontend-dist/assets/dm-4ac56c6b.svg create mode 100644 internal/app/api/core/frontend-dist/assets/dm-5758b806.svg create mode 100644 internal/app/api/core/frontend-dist/assets/do-302ada56.svg create mode 100644 internal/app/api/core/frontend-dist/assets/do-dd35c806.svg create mode 100644 internal/app/api/core/frontend-dist/assets/dz-73f56cc7.svg create mode 100644 internal/app/api/core/frontend-dist/assets/dz-9ea0cf93.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ea-bb4ff4a8.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ea-e86d317d.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ec-73be1a4b.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ec-c1196d0f.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ee-1c30ac2c.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ee-733a082e.svg create mode 100644 internal/app/api/core/frontend-dist/assets/eg-60288e26.svg create mode 100644 internal/app/api/core/frontend-dist/assets/eg-bc19c9ba.svg create mode 100644 internal/app/api/core/frontend-dist/assets/eh-5661bb32.svg create mode 100644 internal/app/api/core/frontend-dist/assets/eh-cd0c4d05.svg create mode 100644 internal/app/api/core/frontend-dist/assets/er-21cdc1d1.svg create mode 100644 internal/app/api/core/frontend-dist/assets/er-6e90ebb6.svg create mode 100644 internal/app/api/core/frontend-dist/assets/es-6fe80291.svg create mode 100644 internal/app/api/core/frontend-dist/assets/es-ct-11229703.svg create mode 100644 internal/app/api/core/frontend-dist/assets/es-ct-95f4033c.svg create mode 100644 internal/app/api/core/frontend-dist/assets/es-edd3ba17.svg create mode 100644 internal/app/api/core/frontend-dist/assets/es-ga-0f1c2551.svg create mode 100644 internal/app/api/core/frontend-dist/assets/es-ga-1955fb3b.svg create mode 100644 internal/app/api/core/frontend-dist/assets/es-pv-34a8c48a.svg create mode 100644 internal/app/api/core/frontend-dist/assets/es-pv-fcbf89c6.svg create mode 100644 internal/app/api/core/frontend-dist/assets/et-25b637b7.svg create mode 100644 internal/app/api/core/frontend-dist/assets/et-b2239ad7.svg create mode 100644 internal/app/api/core/frontend-dist/assets/eu-605225b6.svg create mode 100644 internal/app/api/core/frontend-dist/assets/eu-f8fd4ae7.svg create mode 100644 internal/app/api/core/frontend-dist/assets/fi-012edd98.svg create mode 100644 internal/app/api/core/frontend-dist/assets/fi-f4064089.svg create mode 100644 internal/app/api/core/frontend-dist/assets/fj-0243d39f.svg create mode 100644 internal/app/api/core/frontend-dist/assets/fj-f8b5b752.svg create mode 100644 internal/app/api/core/frontend-dist/assets/fk-398be37e.svg create mode 100644 internal/app/api/core/frontend-dist/assets/fk-4862e30d.svg create mode 100644 internal/app/api/core/frontend-dist/assets/fm-07fe66ad.svg create mode 100644 internal/app/api/core/frontend-dist/assets/fm-f7906ddc.svg create mode 100644 internal/app/api/core/frontend-dist/assets/fo-87270006.svg create mode 100644 internal/app/api/core/frontend-dist/assets/fo-9b46d4a8.svg create mode 100644 internal/app/api/core/frontend-dist/assets/fr-a459a088.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ga-cb2951db.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ga-f7b775c4.svg create mode 100644 internal/app/api/core/frontend-dist/assets/gb-4b739ae8.svg create mode 100644 internal/app/api/core/frontend-dist/assets/gb-51a8613a.svg create mode 100644 internal/app/api/core/frontend-dist/assets/gb-eng-2dd36838.svg create mode 100644 internal/app/api/core/frontend-dist/assets/gb-eng-53797ba9.svg create mode 100644 internal/app/api/core/frontend-dist/assets/gb-nir-14593385.svg create mode 100644 internal/app/api/core/frontend-dist/assets/gb-nir-ae91c319.svg create mode 100644 internal/app/api/core/frontend-dist/assets/gb-sct-19ed371e.svg create mode 100644 internal/app/api/core/frontend-dist/assets/gb-sct-7b55bce7.svg create mode 100644 internal/app/api/core/frontend-dist/assets/gb-wls-3a95845d.svg create mode 100644 internal/app/api/core/frontend-dist/assets/gb-wls-d3c5b996.svg create mode 100644 internal/app/api/core/frontend-dist/assets/gd-495e20bd.svg create mode 100644 internal/app/api/core/frontend-dist/assets/gd-b8fdff46.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ge-3821d90a.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ge-c89af007.svg create mode 100644 internal/app/api/core/frontend-dist/assets/gf-41b1f103.svg create mode 100644 internal/app/api/core/frontend-dist/assets/gg-3457d341.svg create mode 100644 internal/app/api/core/frontend-dist/assets/gg-f6ec0e51.svg create mode 100644 internal/app/api/core/frontend-dist/assets/gh-4afd4198.svg create mode 100644 internal/app/api/core/frontend-dist/assets/gh-86635202.svg create mode 100644 internal/app/api/core/frontend-dist/assets/gi-053a0a90.svg create mode 100644 internal/app/api/core/frontend-dist/assets/gi-05d68008.svg create mode 100644 internal/app/api/core/frontend-dist/assets/gl-15a60b07.svg create mode 100644 internal/app/api/core/frontend-dist/assets/gl-debe7773.svg create mode 100644 internal/app/api/core/frontend-dist/assets/gm-26a1fd6b.svg create mode 100644 internal/app/api/core/frontend-dist/assets/gm-726e760b.svg create mode 100644 internal/app/api/core/frontend-dist/assets/gn-8d20e686.svg create mode 100644 internal/app/api/core/frontend-dist/assets/gn-ee01e7dd.svg create mode 100644 internal/app/api/core/frontend-dist/assets/gq-a3bf98e3.svg create mode 100644 internal/app/api/core/frontend-dist/assets/gq-be2561d6.svg create mode 100644 internal/app/api/core/frontend-dist/assets/gr-a184070f.svg create mode 100644 internal/app/api/core/frontend-dist/assets/gr-a4519d98.svg create mode 100644 internal/app/api/core/frontend-dist/assets/gs-dcac009d.svg create mode 100644 internal/app/api/core/frontend-dist/assets/gs-fd6ad76e.svg create mode 100644 internal/app/api/core/frontend-dist/assets/gt-53d6bd19.svg create mode 100644 internal/app/api/core/frontend-dist/assets/gt-cb60868c.svg create mode 100644 internal/app/api/core/frontend-dist/assets/gu-0fc8abf7.svg create mode 100644 internal/app/api/core/frontend-dist/assets/gu-865d2c85.svg create mode 100644 internal/app/api/core/frontend-dist/assets/gw-35d8c841.svg create mode 100644 internal/app/api/core/frontend-dist/assets/gw-9383444c.svg create mode 100644 internal/app/api/core/frontend-dist/assets/gy-81301929.svg create mode 100644 internal/app/api/core/frontend-dist/assets/gy-97253f86.svg create mode 100644 internal/app/api/core/frontend-dist/assets/hk-3a01db4f.svg create mode 100644 internal/app/api/core/frontend-dist/assets/hk-73c6a5fc.svg create mode 100644 internal/app/api/core/frontend-dist/assets/hm-3c45173f.svg create mode 100644 internal/app/api/core/frontend-dist/assets/hm-962e9410.svg create mode 100644 internal/app/api/core/frontend-dist/assets/hn-2b4bafff.svg create mode 100644 internal/app/api/core/frontend-dist/assets/hn-f7828d93.svg create mode 100644 internal/app/api/core/frontend-dist/assets/hr-a6187e3f.svg create mode 100644 internal/app/api/core/frontend-dist/assets/hr-c853a9f1.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ht-84187767.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ht-9877b482.svg create mode 100644 internal/app/api/core/frontend-dist/assets/hu-9e6bc6d7.svg create mode 100644 internal/app/api/core/frontend-dist/assets/hu-ffc4edd5.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ic-4e5a5e63.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ic-9a584e04.svg create mode 100644 internal/app/api/core/frontend-dist/assets/id-5cd3acc4.svg create mode 100644 internal/app/api/core/frontend-dist/assets/id-b8cd30f2.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ie-860168f5.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ie-f82568d7.svg create mode 100644 internal/app/api/core/frontend-dist/assets/il-0004f90f.svg create mode 100644 internal/app/api/core/frontend-dist/assets/il-a9c90b0c.svg create mode 100644 internal/app/api/core/frontend-dist/assets/im-56a6eed5.svg create mode 100644 internal/app/api/core/frontend-dist/assets/im-bf7e365b.svg create mode 100644 internal/app/api/core/frontend-dist/assets/in-24cd1522.svg create mode 100644 internal/app/api/core/frontend-dist/assets/in-9a372951.svg create mode 100644 internal/app/api/core/frontend-dist/assets/index-7144f109.css create mode 100644 internal/app/api/core/frontend-dist/assets/index-86f5a28a.js create mode 100644 internal/app/api/core/frontend-dist/assets/io-01c8fe00.svg create mode 100644 internal/app/api/core/frontend-dist/assets/io-34982578.svg create mode 100644 internal/app/api/core/frontend-dist/assets/iq-591149b8.svg create mode 100644 internal/app/api/core/frontend-dist/assets/iq-798e6f15.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ir-0473dddb.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ir-0d921dd5.svg create mode 100644 internal/app/api/core/frontend-dist/assets/is-33111797.svg create mode 100644 internal/app/api/core/frontend-dist/assets/is-eec3f1e9.svg create mode 100644 internal/app/api/core/frontend-dist/assets/it-03086f2e.svg create mode 100644 internal/app/api/core/frontend-dist/assets/it-9fa88118.svg create mode 100644 internal/app/api/core/frontend-dist/assets/je-38af9b35.svg create mode 100644 internal/app/api/core/frontend-dist/assets/je-6a220774.svg create mode 100644 internal/app/api/core/frontend-dist/assets/jm-61441775.svg create mode 100644 internal/app/api/core/frontend-dist/assets/jm-a556453f.svg create mode 100644 internal/app/api/core/frontend-dist/assets/jo-5cef1493.svg create mode 100644 internal/app/api/core/frontend-dist/assets/jo-844439f2.svg create mode 100644 internal/app/api/core/frontend-dist/assets/jp-48cbe3d7.svg create mode 100644 internal/app/api/core/frontend-dist/assets/jp-d1182a34.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ke-be4fa3bd.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ke-ec022d0b.svg create mode 100644 internal/app/api/core/frontend-dist/assets/kg-bc5fb7c3.svg create mode 100644 internal/app/api/core/frontend-dist/assets/kg-d9788d16.svg create mode 100644 internal/app/api/core/frontend-dist/assets/kh-53ac72c8.svg create mode 100644 internal/app/api/core/frontend-dist/assets/kh-d4e0c527.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ki-9c323e29.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ki-c275fe86.svg create mode 100644 internal/app/api/core/frontend-dist/assets/km-467ca3de.svg create mode 100644 internal/app/api/core/frontend-dist/assets/km-d84d85a0.svg create mode 100644 internal/app/api/core/frontend-dist/assets/kn-033a17ff.svg create mode 100644 internal/app/api/core/frontend-dist/assets/kn-a57a8e10.svg create mode 100644 internal/app/api/core/frontend-dist/assets/kp-536277a9.svg create mode 100644 internal/app/api/core/frontend-dist/assets/kp-7495f008.svg create mode 100644 internal/app/api/core/frontend-dist/assets/kr-268e0a2d.svg create mode 100644 internal/app/api/core/frontend-dist/assets/kr-f4369bf4.svg create mode 100644 internal/app/api/core/frontend-dist/assets/kw-0a98e54b.svg create mode 100644 internal/app/api/core/frontend-dist/assets/kw-c976ecde.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ky-6b48ca73.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ky-762191bf.svg create mode 100644 internal/app/api/core/frontend-dist/assets/kz-4d7a5b7d.svg create mode 100644 internal/app/api/core/frontend-dist/assets/kz-59041046.svg create mode 100644 internal/app/api/core/frontend-dist/assets/la-012421df.svg create mode 100644 internal/app/api/core/frontend-dist/assets/la-e9e3ae6b.svg create mode 100644 internal/app/api/core/frontend-dist/assets/lb-727faae7.svg create mode 100644 internal/app/api/core/frontend-dist/assets/lb-8fa85ea1.svg create mode 100644 internal/app/api/core/frontend-dist/assets/lc-525ad8c3.svg create mode 100644 internal/app/api/core/frontend-dist/assets/lc-539914cb.svg create mode 100644 internal/app/api/core/frontend-dist/assets/li-3694c865.svg create mode 100644 internal/app/api/core/frontend-dist/assets/li-c312a745.svg create mode 100644 internal/app/api/core/frontend-dist/assets/lk-8e2d1942.svg create mode 100644 internal/app/api/core/frontend-dist/assets/lk-f54e3c5a.svg create mode 100644 internal/app/api/core/frontend-dist/assets/lr-2521f360.svg create mode 100644 internal/app/api/core/frontend-dist/assets/lr-a75c0e30.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ls-9491616e.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ls-d59e8226.svg create mode 100644 internal/app/api/core/frontend-dist/assets/lt-8ef0e9cb.svg create mode 100644 internal/app/api/core/frontend-dist/assets/lt-dc040199.svg create mode 100644 internal/app/api/core/frontend-dist/assets/lu-965964b5.svg create mode 100644 internal/app/api/core/frontend-dist/assets/lu-a6c17cd0.svg create mode 100644 internal/app/api/core/frontend-dist/assets/lv-15d4e812.svg create mode 100644 internal/app/api/core/frontend-dist/assets/lv-f4e0567e.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ly-167e6177.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ly-9f3bec18.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ma-28cfcdec.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ma-8f1a0be2.svg create mode 100644 internal/app/api/core/frontend-dist/assets/mc-690c23fe.svg create mode 100644 internal/app/api/core/frontend-dist/assets/mc-c3aaba7e.svg create mode 100644 internal/app/api/core/frontend-dist/assets/md-ae4fd022.svg create mode 100644 internal/app/api/core/frontend-dist/assets/md-e678dd90.svg create mode 100644 internal/app/api/core/frontend-dist/assets/me-73f05f92.svg create mode 100644 internal/app/api/core/frontend-dist/assets/me-8d3f7f89.svg create mode 100644 internal/app/api/core/frontend-dist/assets/mg-59246c21.svg create mode 100644 internal/app/api/core/frontend-dist/assets/mg-f16ffe66.svg create mode 100644 internal/app/api/core/frontend-dist/assets/mh-7bd55f27.svg create mode 100644 internal/app/api/core/frontend-dist/assets/mh-f4d41b34.svg create mode 100644 internal/app/api/core/frontend-dist/assets/mk-22488dc8.svg create mode 100644 internal/app/api/core/frontend-dist/assets/mk-8faba052.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ml-34021383.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ml-49e84081.svg create mode 100644 internal/app/api/core/frontend-dist/assets/mm-02b92ceb.svg create mode 100644 internal/app/api/core/frontend-dist/assets/mm-24ae103d.svg create mode 100644 internal/app/api/core/frontend-dist/assets/mn-0d3973cf.svg create mode 100644 internal/app/api/core/frontend-dist/assets/mn-9b39f1b9.svg create mode 100644 internal/app/api/core/frontend-dist/assets/mo-42ae5ab4.svg create mode 100644 internal/app/api/core/frontend-dist/assets/mo-f23114c3.svg create mode 100644 internal/app/api/core/frontend-dist/assets/mp-0072e467.svg create mode 100644 internal/app/api/core/frontend-dist/assets/mp-ede556ff.svg create mode 100644 internal/app/api/core/frontend-dist/assets/mr-1fe95778.svg create mode 100644 internal/app/api/core/frontend-dist/assets/mr-c106d19e.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ms-3ec666d9.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ms-62f315e0.svg create mode 100644 internal/app/api/core/frontend-dist/assets/mt-5b9d6101.svg create mode 100644 internal/app/api/core/frontend-dist/assets/mt-ae7e5df1.svg create mode 100644 internal/app/api/core/frontend-dist/assets/mu-3a73b077.svg create mode 100644 internal/app/api/core/frontend-dist/assets/mu-51f86810.svg create mode 100644 internal/app/api/core/frontend-dist/assets/mv-5546d527.svg create mode 100644 internal/app/api/core/frontend-dist/assets/mv-ecc358a3.svg create mode 100644 internal/app/api/core/frontend-dist/assets/mw-18dfe0c3.svg create mode 100644 internal/app/api/core/frontend-dist/assets/mw-2a3cc640.svg create mode 100644 internal/app/api/core/frontend-dist/assets/mx-64553d6b.svg create mode 100644 internal/app/api/core/frontend-dist/assets/mx-e5a0dc8c.svg create mode 100644 internal/app/api/core/frontend-dist/assets/my-412fcd27.svg create mode 100644 internal/app/api/core/frontend-dist/assets/my-ab77d984.svg create mode 100644 internal/app/api/core/frontend-dist/assets/mz-8c3ebb36.svg create mode 100644 internal/app/api/core/frontend-dist/assets/mz-c087cb47.svg create mode 100644 internal/app/api/core/frontend-dist/assets/na-80df4b01.svg create mode 100644 internal/app/api/core/frontend-dist/assets/na-fbbde88c.svg create mode 100644 internal/app/api/core/frontend-dist/assets/nc-8b7ef8a4.svg create mode 100644 internal/app/api/core/frontend-dist/assets/nc-cff3afeb.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ne-4b91653d.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ne-c92686fc.svg create mode 100644 internal/app/api/core/frontend-dist/assets/nf-9cf4bf10.svg create mode 100644 internal/app/api/core/frontend-dist/assets/nf-d458b917.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ng-a41dbb75.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ng-b7a2a45a.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ni-1d464374.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ni-23bfeacd.svg create mode 100644 internal/app/api/core/frontend-dist/assets/nl-54b194d9.svg create mode 100644 internal/app/api/core/frontend-dist/assets/nl-a8b56f7d.svg create mode 100644 internal/app/api/core/frontend-dist/assets/no-55fc1564.svg create mode 100644 internal/app/api/core/frontend-dist/assets/no-ceea17af.svg create mode 100644 internal/app/api/core/frontend-dist/assets/np-3f1bb2db.svg create mode 100644 internal/app/api/core/frontend-dist/assets/np-50cdee4b.svg create mode 100644 internal/app/api/core/frontend-dist/assets/nr-68ffbe53.svg create mode 100644 internal/app/api/core/frontend-dist/assets/nr-707765a6.svg create mode 100644 internal/app/api/core/frontend-dist/assets/nu-835c94f3.svg create mode 100644 internal/app/api/core/frontend-dist/assets/nu-93e802ac.svg create mode 100644 internal/app/api/core/frontend-dist/assets/nz-30a785d1.svg create mode 100644 internal/app/api/core/frontend-dist/assets/nz-8e77ded3.svg create mode 100644 internal/app/api/core/frontend-dist/assets/om-78351c31.svg create mode 100644 internal/app/api/core/frontend-dist/assets/om-b19a16d1.svg create mode 100644 internal/app/api/core/frontend-dist/assets/pa-6f2195a5.svg create mode 100644 internal/app/api/core/frontend-dist/assets/pa-9d1b2b70.svg create mode 100644 internal/app/api/core/frontend-dist/assets/pe-5272e92f.svg create mode 100644 internal/app/api/core/frontend-dist/assets/pe-b68f41fa.svg create mode 100644 internal/app/api/core/frontend-dist/assets/pf-cea36e28.svg create mode 100644 internal/app/api/core/frontend-dist/assets/pf-eea47b61.svg create mode 100644 internal/app/api/core/frontend-dist/assets/pg-04752d7c.svg create mode 100644 internal/app/api/core/frontend-dist/assets/pg-45e15441.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ph-3c2c5087.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ph-4cccf403.svg create mode 100644 internal/app/api/core/frontend-dist/assets/pk-e2e82907.svg create mode 100644 internal/app/api/core/frontend-dist/assets/pk-f812c368.svg create mode 100644 internal/app/api/core/frontend-dist/assets/pl-369bb3e1.svg create mode 100644 internal/app/api/core/frontend-dist/assets/pl-698cda1f.svg create mode 100644 internal/app/api/core/frontend-dist/assets/pn-ae3c517c.svg create mode 100644 internal/app/api/core/frontend-dist/assets/pn-e0f59844.svg create mode 100644 internal/app/api/core/frontend-dist/assets/pr-de232a57.svg create mode 100644 internal/app/api/core/frontend-dist/assets/pr-ed792fc3.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ps-1ebcb0e1.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ps-accd4461.svg create mode 100644 internal/app/api/core/frontend-dist/assets/pt-21237ce4.svg create mode 100644 internal/app/api/core/frontend-dist/assets/pt-a24d5bb8.svg create mode 100644 internal/app/api/core/frontend-dist/assets/pw-452a030a.svg create mode 100644 internal/app/api/core/frontend-dist/assets/pw-cab1c31f.svg create mode 100644 internal/app/api/core/frontend-dist/assets/py-6eb85947.svg create mode 100644 internal/app/api/core/frontend-dist/assets/py-93651722.svg create mode 100644 internal/app/api/core/frontend-dist/assets/qa-4d41fa3c.svg create mode 100644 internal/app/api/core/frontend-dist/assets/qa-a781df63.svg create mode 100644 internal/app/api/core/frontend-dist/assets/re-a5347d1a.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ro-17a3a747.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ro-b56a867a.svg create mode 100644 internal/app/api/core/frontend-dist/assets/rs-1f2c25e6.svg create mode 100644 internal/app/api/core/frontend-dist/assets/rs-4d92f460.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ru-5224e89e.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ru-6c62f886.svg create mode 100644 internal/app/api/core/frontend-dist/assets/rw-67a5e9a0.svg create mode 100644 internal/app/api/core/frontend-dist/assets/rw-726c1546.svg create mode 100644 internal/app/api/core/frontend-dist/assets/sa-a6c756d8.svg create mode 100644 internal/app/api/core/frontend-dist/assets/sa-fc167621.svg create mode 100644 internal/app/api/core/frontend-dist/assets/sb-b28813c8.svg create mode 100644 internal/app/api/core/frontend-dist/assets/sb-f1a38c9d.svg create mode 100644 internal/app/api/core/frontend-dist/assets/sc-30cdbe42.svg create mode 100644 internal/app/api/core/frontend-dist/assets/sc-4363a818.svg create mode 100644 internal/app/api/core/frontend-dist/assets/sd-43f9ed92.svg create mode 100644 internal/app/api/core/frontend-dist/assets/sd-7c85028c.svg create mode 100644 internal/app/api/core/frontend-dist/assets/se-b4cc09f1.svg create mode 100644 internal/app/api/core/frontend-dist/assets/se-bc8a97e1.svg create mode 100644 internal/app/api/core/frontend-dist/assets/sg-010b1e94.svg create mode 100644 internal/app/api/core/frontend-dist/assets/sg-b0a8dfe9.svg create mode 100644 internal/app/api/core/frontend-dist/assets/sh-22794630.svg create mode 100644 internal/app/api/core/frontend-dist/assets/sh-78eb5275.svg create mode 100644 internal/app/api/core/frontend-dist/assets/si-260a7276.svg create mode 100644 internal/app/api/core/frontend-dist/assets/si-494ab288.svg create mode 100644 internal/app/api/core/frontend-dist/assets/sj-880802e4.svg create mode 100644 internal/app/api/core/frontend-dist/assets/sj-b60dad0e.svg create mode 100644 internal/app/api/core/frontend-dist/assets/sk-01a41b70.svg create mode 100644 internal/app/api/core/frontend-dist/assets/sk-40b3a188.svg create mode 100644 internal/app/api/core/frontend-dist/assets/sl-d0c384b0.svg create mode 100644 internal/app/api/core/frontend-dist/assets/sl-e8ca2dae.svg create mode 100644 internal/app/api/core/frontend-dist/assets/sm-c2055b28.svg create mode 100644 internal/app/api/core/frontend-dist/assets/sm-d2f10302.svg create mode 100644 internal/app/api/core/frontend-dist/assets/sn-2c7a8737.svg create mode 100644 internal/app/api/core/frontend-dist/assets/sn-6437db13.svg create mode 100644 internal/app/api/core/frontend-dist/assets/so-09df0ab2.svg create mode 100644 internal/app/api/core/frontend-dist/assets/so-b85dd16d.svg create mode 100644 internal/app/api/core/frontend-dist/assets/sr-5194a6af.svg create mode 100644 internal/app/api/core/frontend-dist/assets/sr-81b54581.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ss-6aa031ba.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ss-d09319a4.svg create mode 100644 internal/app/api/core/frontend-dist/assets/st-16db84cc.svg create mode 100644 internal/app/api/core/frontend-dist/assets/st-fc411d32.svg create mode 100644 internal/app/api/core/frontend-dist/assets/sv-a382a7a3.svg create mode 100644 internal/app/api/core/frontend-dist/assets/sv-ebbd7d5a.svg create mode 100644 internal/app/api/core/frontend-dist/assets/sx-2d9fbccb.svg create mode 100644 internal/app/api/core/frontend-dist/assets/sx-3a56525c.svg create mode 100644 internal/app/api/core/frontend-dist/assets/sy-38125aa4.svg create mode 100644 internal/app/api/core/frontend-dist/assets/sy-6e3feb72.svg create mode 100644 internal/app/api/core/frontend-dist/assets/sz-00015a76.svg create mode 100644 internal/app/api/core/frontend-dist/assets/sz-e92e7315.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ta-3a19b022.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ta-d8fc0858.svg create mode 100644 internal/app/api/core/frontend-dist/assets/tc-1a90d773.svg create mode 100644 internal/app/api/core/frontend-dist/assets/tc-f44b6d22.svg create mode 100644 internal/app/api/core/frontend-dist/assets/td-8e475ace.svg create mode 100644 internal/app/api/core/frontend-dist/assets/td-ec75ab08.svg create mode 100644 internal/app/api/core/frontend-dist/assets/tf-280ce967.svg create mode 100644 internal/app/api/core/frontend-dist/assets/tf-5dbdbb8b.svg create mode 100644 internal/app/api/core/frontend-dist/assets/tg-409bd447.svg create mode 100644 internal/app/api/core/frontend-dist/assets/tg-921aad6e.svg create mode 100644 internal/app/api/core/frontend-dist/assets/th-329cc0d5.svg create mode 100644 internal/app/api/core/frontend-dist/assets/th-bb8a18d6.svg create mode 100644 internal/app/api/core/frontend-dist/assets/tj-2df43c7b.svg create mode 100644 internal/app/api/core/frontend-dist/assets/tj-9a2533f9.svg create mode 100644 internal/app/api/core/frontend-dist/assets/tk-a12ef3ff.svg create mode 100644 internal/app/api/core/frontend-dist/assets/tk-a8540a4a.svg create mode 100644 internal/app/api/core/frontend-dist/assets/tl-3da88325.svg create mode 100644 internal/app/api/core/frontend-dist/assets/tl-41be899b.svg create mode 100644 internal/app/api/core/frontend-dist/assets/tm-abeba3aa.svg create mode 100644 internal/app/api/core/frontend-dist/assets/tm-d8491445.svg create mode 100644 internal/app/api/core/frontend-dist/assets/tn-18e36316.svg create mode 100644 internal/app/api/core/frontend-dist/assets/tn-8a5fca15.svg create mode 100644 internal/app/api/core/frontend-dist/assets/to-8f2f476b.svg create mode 100644 internal/app/api/core/frontend-dist/assets/to-b351703f.svg create mode 100644 internal/app/api/core/frontend-dist/assets/tr-479d84d0.svg create mode 100644 internal/app/api/core/frontend-dist/assets/tr-be7d115b.svg create mode 100644 internal/app/api/core/frontend-dist/assets/tt-125d18de.svg create mode 100644 internal/app/api/core/frontend-dist/assets/tt-92f1261b.svg create mode 100644 internal/app/api/core/frontend-dist/assets/tv-7415f816.svg create mode 100644 internal/app/api/core/frontend-dist/assets/tv-d94fa5f1.svg create mode 100644 internal/app/api/core/frontend-dist/assets/tw-822ce3b1.svg create mode 100644 internal/app/api/core/frontend-dist/assets/tw-8b830c51.svg create mode 100644 internal/app/api/core/frontend-dist/assets/tz-0130959e.svg create mode 100644 internal/app/api/core/frontend-dist/assets/tz-7fa97f71.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ua-2d869c23.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ua-fd9ad29b.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ug-06e928bb.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ug-1b9f3a17.svg create mode 100644 internal/app/api/core/frontend-dist/assets/um-0cbf7a17.svg create mode 100644 internal/app/api/core/frontend-dist/assets/um-58e347e9.svg create mode 100644 internal/app/api/core/frontend-dist/assets/un-a7c66b36.svg create mode 100644 internal/app/api/core/frontend-dist/assets/un-d8446e2c.svg create mode 100644 internal/app/api/core/frontend-dist/assets/us-5615dee6.svg create mode 100644 internal/app/api/core/frontend-dist/assets/us-811eba23.svg create mode 100644 internal/app/api/core/frontend-dist/assets/uy-1b07da41.svg create mode 100644 internal/app/api/core/frontend-dist/assets/uy-3a18a094.svg create mode 100644 internal/app/api/core/frontend-dist/assets/uz-0d059f47.svg create mode 100644 internal/app/api/core/frontend-dist/assets/uz-f5f13057.svg create mode 100644 internal/app/api/core/frontend-dist/assets/va-24701344.svg create mode 100644 internal/app/api/core/frontend-dist/assets/va-b46ebf1a.svg create mode 100644 internal/app/api/core/frontend-dist/assets/vc-2ef7fd06.svg create mode 100644 internal/app/api/core/frontend-dist/assets/vc-6357f389.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ve-4a331236.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ve-5005d69f.svg create mode 100644 internal/app/api/core/frontend-dist/assets/vg-ad72d6eb.svg create mode 100644 internal/app/api/core/frontend-dist/assets/vg-f2cf67f2.svg create mode 100644 internal/app/api/core/frontend-dist/assets/vi-8db50145.svg create mode 100644 internal/app/api/core/frontend-dist/assets/vi-9a9baae2.svg create mode 100644 internal/app/api/core/frontend-dist/assets/vn-2ac15179.svg create mode 100644 internal/app/api/core/frontend-dist/assets/vn-cc93480c.svg create mode 100644 internal/app/api/core/frontend-dist/assets/vu-612e2497.svg create mode 100644 internal/app/api/core/frontend-dist/assets/vu-f61a101c.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ws-48d15d76.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ws-6b1a7ebc.svg create mode 100644 internal/app/api/core/frontend-dist/assets/xk-69f770ff.svg create mode 100644 internal/app/api/core/frontend-dist/assets/xk-b55b1b7c.svg create mode 100644 internal/app/api/core/frontend-dist/assets/xx-972e0781.svg create mode 100644 internal/app/api/core/frontend-dist/assets/xx-e2d258c5.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ye-15c1b50c.svg create mode 100644 internal/app/api/core/frontend-dist/assets/ye-dc5607f4.svg create mode 100644 internal/app/api/core/frontend-dist/assets/za-4ed696bd.svg create mode 100644 internal/app/api/core/frontend-dist/assets/za-91238fb5.svg create mode 100644 internal/app/api/core/frontend-dist/assets/zm-8a105b73.svg create mode 100644 internal/app/api/core/frontend-dist/assets/zm-dced1cb7.svg create mode 100644 internal/app/api/core/frontend-dist/assets/zw-66b55a96.svg create mode 100644 internal/app/api/core/frontend-dist/assets/zw-8629d7c5.svg create mode 100644 internal/app/api/core/frontend-dist/favicon-large.png create mode 100644 internal/app/api/core/frontend-dist/favicon.ico create mode 100644 internal/app/api/core/frontend-dist/favicon.png create mode 100644 internal/app/api/core/frontend-dist/img/header-logo.png create mode 100644 internal/app/api/core/frontend-dist/index.html create mode 100644 internal/app/api/core/server.go create mode 100644 internal/app/api/v0/handlers/base.go create mode 100644 internal/app/api/v0/handlers/encoding.go create mode 100644 internal/app/api/v0/handlers/endpoint_authentication.go create mode 100644 internal/app/api/v0/handlers/endpoint_config.go create mode 100644 internal/app/api/v0/handlers/endpoint_interfaces.go create mode 100644 internal/app/api/v0/handlers/endpoint_peers.go create mode 100644 internal/app/api/v0/handlers/endpoint_testing.go create mode 100644 internal/app/api/v0/handlers/endpoint_users.go create mode 100644 internal/app/api/v0/handlers/frontend_config.js.gotpl create mode 100644 internal/app/api/v0/handlers/middleware_authentication.go create mode 100644 internal/app/api/v0/handlers/session.go create mode 100644 internal/app/api/v0/model/model_options.go create mode 100644 internal/app/api/v0/model/models.go create mode 100644 internal/app/api/v0/model/models_authentication.go create mode 100644 internal/app/api/v0/model/models_interface.go create mode 100644 internal/app/api/v0/model/models_peer.go create mode 100644 internal/app/api/v0/model/models_user.go create mode 100644 internal/app/app.go create mode 100644 internal/app/audit/recorder.go create mode 100644 internal/app/audit/repos.go create mode 100644 internal/app/auth/auth.go create mode 100644 internal/app/auth/auth_ldap.go create mode 100644 internal/app/auth/auth_oauth.go create mode 100644 internal/app/auth/auth_oidc.go create mode 100644 internal/app/cli.go create mode 100644 internal/app/configfile/manager.go create mode 100644 internal/app/configfile/qrwriter.go create mode 100644 internal/app/configfile/repos.go create mode 100644 internal/app/configfile/template.go create mode 100644 internal/app/configfile/tpl_files/wg_interface.tpl create mode 100644 internal/app/configfile/tpl_files/wg_peer.tpl create mode 100644 internal/app/eventbus.go create mode 100644 internal/app/mail/manager.go create mode 100644 internal/app/mail/repos.go create mode 100644 internal/app/mail/template.go create mode 100644 internal/app/mail/tpl_files/mail_with_attachment.gohtml create mode 100644 internal/app/mail/tpl_files/mail_with_attachment.gotpl rename assets/tpl/email.html => internal/app/mail/tpl_files/mail_with_link.gohtml (96%) create mode 100644 internal/app/mail/tpl_files/mail_with_link.gotpl create mode 100644 internal/app/migrate_v1.go create mode 100644 internal/app/repos.go create mode 100644 internal/app/route/repos.go create mode 100644 internal/app/route/routes.go create mode 100644 internal/app/users/ldap_helper.go create mode 100644 internal/app/users/repos.go create mode 100644 internal/app/users/user_manager.go create mode 100644 internal/app/wireguard/repos.go create mode 100644 internal/app/wireguard/statistics.go create mode 100644 internal/app/wireguard/statistics_test.go create mode 100644 internal/app/wireguard/wireguard.go create mode 100644 internal/app/wireguard/wireguard_interfaces.go create mode 100644 internal/app/wireguard/wireguard_peers.go delete mode 100644 internal/authentication/provider.go delete mode 100644 internal/authentication/providers/ldap/provider.go delete mode 100644 internal/authentication/providers/password/provider.go delete mode 100644 internal/authentication/user.go delete mode 100644 internal/common/db.go delete mode 100644 internal/common/email.go delete mode 100644 internal/common/util.go create mode 100644 internal/config/auth.go create mode 100644 internal/config/config.go create mode 100644 internal/config/database.go create mode 100644 internal/config/mail.go create mode 100644 internal/config/web.go create mode 100644 internal/domain/audit.go create mode 100644 internal/domain/auth.go create mode 100644 internal/domain/base.go create mode 100644 internal/domain/context.go create mode 100644 internal/domain/crypto.go create mode 100644 internal/domain/errors.go create mode 100644 internal/domain/interface.go create mode 100644 internal/domain/ip.go create mode 100644 internal/domain/ip_test.go create mode 100644 internal/domain/mail.go create mode 100644 internal/domain/options.go create mode 100644 internal/domain/peer.go create mode 100644 internal/domain/statistics.go create mode 100644 internal/domain/user.go delete mode 100644 internal/ldap/config.go delete mode 100644 internal/ldap/ldap.go create mode 100644 internal/ldap_utils.go create mode 100644 internal/lowlevel/doc.go create mode 100644 internal/lowlevel/mocks/NetlinkClient.go create mode 100644 internal/lowlevel/mocks/WireGuardClient.go create mode 100644 internal/lowlevel/netlink.go create mode 100644 internal/lowlevel/wgctrl.go delete mode 100644 internal/server/api.go delete mode 100644 internal/server/auth.go delete mode 100644 internal/server/configuration.go delete mode 100644 internal/server/docs/docs.go delete mode 100644 internal/server/handlers_auth.go delete mode 100644 internal/server/handlers_common.go delete mode 100644 internal/server/handlers_interface.go delete mode 100644 internal/server/handlers_peer.go delete mode 100644 internal/server/handlers_user.go delete mode 100644 internal/server/ldapsync.go delete mode 100644 internal/server/routes.go delete mode 100644 internal/server/server.go delete mode 100644 internal/server/server_helper.go delete mode 100644 internal/server/version.go delete mode 100644 internal/users/manager.go delete mode 100644 internal/users/user.go create mode 100644 internal/util.go create mode 100644 internal/version.go delete mode 100644 internal/wireguard/config.go delete mode 100644 internal/wireguard/manager.go delete mode 100644 internal/wireguard/manager_net.go delete mode 100644 internal/wireguard/peermanager.go delete mode 100644 internal/wireguard/template.go delete mode 100644 internal/wireguard/tpl/interface.tpl delete mode 100644 internal/wireguard/tpl/peer.tpl delete mode 100644 tests/README.md delete mode 100644 tests/conf/config.yml delete mode 100644 tests/conf/wg-example0.conf delete mode 100644 tests/pytest_UI.py delete mode 100644 tests/test_API.py diff --git a/.circleci/config.yml b/.circleci/config.yml index f7b4cdf..5d199e3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,6 +7,10 @@ jobs: - restore_cache: keys: - go-mod-latest-v4-{{ checksum "go.sum" }} + - run: + name: Build Frontend + command: | + make frontend - run: name: Install Dependencies command: | @@ -51,42 +55,13 @@ jobs: fi working_directory: ~/repo docker: - - image: cimg/go:1.19 - build-118: # just to validate compatibility with minimum go version - steps: - - checkout - - restore_cache: - keys: - - go-mod-118-v4-{{ checksum "go.sum" }} - - run: - name: Install Dependencies - command: | - make build-dependencies - - save_cache: - key: go-mod-118-v4-{{ checksum "go.sum" }} - paths: - - "~/go/pkg/mod" - - run: - name: Build - command: | - VERSION=$CIRCLE_BRANCH - if [ ! -z "${CIRCLE_TAG}" ]; then VERSION=$CIRCLE_TAG; fi - make ENV_BUILD_IDENTIFIER=$VERSION ENV_BUILD_VERSION=$(echo $CIRCLE_SHA1 | cut -c1-7) build - working_directory: ~/repo118 - docker: - - image: cimg/go:1.18 + - image: cimg/go:1.20-node workflows: build-and-release: jobs: #--------------- BUILD ---------------# - build-latest: - filters: - tags: - only: /^v.*/ - - build-118: - requires: - - build-latest filters: tags: only: /^v.*/ \ No newline at end of file diff --git a/.gitignore b/.gitignore index db3d067..3435ea1 100644 --- a/.gitignore +++ b/.gitignore @@ -28,12 +28,11 @@ out/ dist/ data/ -docker_images/ ssh.key .testCoverage.txt wg_portal.db +sqlite.db +go.sum swagger.json swagger.yaml -/config.yml -sqlite.db -node_modules/ \ No newline at end of file +/config.yml \ No newline at end of file diff --git a/.run/swag_build_tool.run.xml b/.run/swag_build_tool.run.xml new file mode 100644 index 0000000..2b8cf7c --- /dev/null +++ b/.run/swag_build_tool.run.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.run/wg-portal-migrate.run.xml b/.run/wg-portal-migrate.run.xml new file mode 100644 index 0000000..1cb7679 --- /dev/null +++ b/.run/wg-portal-migrate.run.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.run/wg-portal.run.xml b/.run/wg-portal.run.xml new file mode 100644 index 0000000..7d3669e --- /dev/null +++ b/.run/wg-portal.run.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index e01b2e6..2925698 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ######- # Start from the latest golang base image as builder image (only used to compile the code) ######- -FROM golang:1.18 as builder +FROM golang:1.20 as builder ARG BUILD_IDENTIFIER ENV ENV_BUILD_IDENTIFIER=$BUILD_IDENTIFIER @@ -42,12 +42,9 @@ COPY --from=builder /etc/group /etc/group # Copy binaries COPY --from=builder /build/dist/wg-portal /app/wg-portal -COPY --from=builder /build/dist/hc /app/hc # Set the Current Working Directory inside the container WORKDIR /app # Command to run the executable -CMD [ "/app/wg-portal" ] - -HEALTHCHECK --interval=30s --timeout=5s --start-period=30s --retries=3 CMD [ "/app/hc", "http://localhost:11223/health" ] +CMD [ "/app/wg-portal" ] \ No newline at end of file diff --git a/LICENSE.txt b/LICENSE.txt index ebe1307..74ca367 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2020 Christoph Haas +Copyright (c) 2020-2023 Christoph Haas Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/Makefile b/Makefile index 0acf54a..969d305 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ GOFILES:=$(shell go list ./... | grep -v /vendor/) BUILDDIR=dist BINARIES=$(subst cmd/,,$(wildcard cmd/*)) IMAGE=h44z/wg-portal +NPMCMD=npm all: help @@ -79,10 +80,6 @@ build: build-dependencies -tags netgo \ cmd/wg-portal/main.go - CGO_ENABLED=0 $(GOCMD) build -o $(BUILDDIR)/hc \ - -ldflags "-w -s -extldflags \"-static\"" \ - cmd/hc/main.go - #< build-amd64: Build all executables for AMD64 .PHONY: build-amd64 build-amd64: build-dependencies @@ -91,10 +88,6 @@ build-amd64: build-dependencies -tags netgo \ cmd/wg-portal/main.go - CGO_ENABLED=0 $(GOCMD) build -o $(BUILDDIR)/hc-amd64 \ - -ldflags "-w -s -extldflags \"-static\"" \ - cmd/hc/main.go - #< build-arm64: Build all executables for ARM64 .PHONY: build-arm64 build-arm64: build-dependencies @@ -103,10 +96,6 @@ build-arm64: build-dependencies -tags netgo \ cmd/wg-portal/main.go - CGO_ENABLED=0 GOOS=linux GOARCH=arm64 $(GOCMD) build -o $(BUILDDIR)/hc-arm64 \ - -ldflags "-w -s -extldflags \"-static\"" \ - cmd/hc/main.go - #< build-arm: Build all executables for ARM32 .PHONY: build-arm build-arm: build-dependencies @@ -115,10 +104,6 @@ build-arm: build-dependencies -tags netgo \ cmd/wg-portal/main.go - CGO_ENABLED=0 GOOS=linux GOARCH=arm GOARM=7 $(GOCMD) build -o $(BUILDDIR)/hc-arm \ - -ldflags "-w -s -extldflags \"-static\"" \ - cmd/hc/main.go - #< build-dependencies: Generate the output directory for compiled executables and download dependencies .PHONY: build-dependencies build-dependencies: @@ -126,3 +111,13 @@ build-dependencies: @mkdir -p $(BUILDDIR) cp scripts/wg-portal.service $(BUILDDIR) cp scripts/wg-portal.env $(BUILDDIR) + +#< frontend: Build Vue.js frontend +frontend: frontend-dependencies + cd frontend; $(NPMCMD) run build + +#< frontend-dependencies: Generate the output directory for compiled executables and download frontend dependencies +.PHONY: frontend-dependencies +frontend-dependencies: + @mkdir -p $(BUILDDIR) + cd frontend; $(NPMCMD) install diff --git a/README-RASPBERRYPI.md b/README-RASPBERRYPI.md deleted file mode 100644 index aad1e82..0000000 --- a/README-RASPBERRYPI.md +++ /dev/null @@ -1,51 +0,0 @@ -# WireGuard Portal on Raspberry Pi - -This readme only contains a detailed explanation of how to set up the WireGuard Portal service on a raspberry pi (>= 3). - -## Setup - -You can either download prebuild binaries from the [release page](https://github.com/h44z/wg-portal/releases) or use Docker images for ARM. -If you want to build the binary yourself, use the following building instructions. - -### Building -This section describes how to build the WireGuard Portal code. -To compile the final binary, use the Makefile provided in the repository. -As WireGuard Portal is written in Go, **golang >= 1.18** must be installed prior to building. -If you want to cross compile ARM binaries from AMD64 systems, install *arm-linux-gnueabi-gcc* (armv7) or *aarch64-linux-gnu-gcc* (arm64). - -``` -# for 64 bit OS -make build-arm64 - -# for 32 bit OS -make build-arm -``` - -The compiled binary and all necessary assets will be located in the dist folder. - -### Service setup - - - Copy the contents from the dist folder (or from the downloaded zip file) to `/opt/wg-portal`. You can choose a different path as well, but make sure to update the systemd service file accordingly. - - Update the provided systemd `wg-portal.service` file: - - Make sure that the binary matches the system architecture. - - There are three pre-build binaries available: wg-portal-**amd64**, wg-portal-**arm64** and wg-portal-**arm**. - - For a raspberry pi use the arm binary if you are using armv7l architecture. If armv8 is used, the arm64 version should work. - - Make sure that the paths to the binary and the working directory are set correctly (defaults to /opt/wg-portal/wg-portal-amd64): - - ConditionPathExists - - WorkingDirectory - - ExecStart - - EnvironmentFile - - Update environment variables in the `wg-portal.env` file to fit your needs - - Make sure that the binary application file is executable - - `sudo chmod +x /opt/wg-portal/wg-portal-*` - - Link the system service file to the correct folder: - - `sudo ln -s /opt/wg-portal/wg-portal.service /etc/systemd/system/wg-portal.service` - - Reload the systemctl daemon: - - `sudo systemctl daemon-reload` - -### Manage the service -Once the service has been setup, you can simply manage the service using `systemctl`: - - Enable on startup: `systemctl enable wg-portal.service` - - Start: `systemctl start wg-portal.service` - - Stop: `systemctl stop wg-portal.service` - - Status: `systemctl status wg-portal.service` \ No newline at end of file diff --git a/README.md b/README.md index 3703459..3bde83b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# WireGuard Portal +# WireGuard Portal (V2 - alpha testing) [![Build Status](https://travis-ci.com/h44z/wg-portal.svg?token=q4pSqaqT58Jzpxdx62xk&branch=master)](https://travis-ci.com/h44z/wg-portal) [![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](https://opensource.org/licenses/MIT) @@ -8,249 +8,196 @@ ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/h44z/wg-portal) [![Docker Pulls](https://img.shields.io/docker/pulls/h44z/wg-portal.svg)](https://hub.docker.com/r/h44z/wg-portal/) +> :warning: **IMPORTANT** Version 2 is currently under development and may contain bugs. It is currently not advised to use this version +in production. Use version [1.0.18](https://github.com/h44z/wg-portal/releases) instead. + A simple, web based configuration portal for [WireGuard](https://wireguard.com). The portal uses the WireGuard [wgctrl](https://github.com/WireGuard/wgctrl-go) library to manage existing VPN interfaces. This allows for seamless activation or deactivation of new users, without disturbing existing VPN connections. -The configuration portal currently supports using SQLite and MySQL as a user source for authentication and profile data. -It also supports LDAP (Active Directory or OpenLDAP) as authentication provider. +The configuration portal supports using a database (SQLite, MySQL, MsSQL or Postgres), OAuth or LDAP (Active Directory or OpenLDAP) as a user source for authentication and profile data. + ## Features - * Self-hosted and web based + * Self-hosted - the whole application is a single binary + * Responsive web UI written in Vue.JS * Automatically select IP from the network pool assigned to client * QR-Code for convenient mobile client configuration * Sent email to client with QR-code and client config * Enable / Disable clients seamlessly - * Generation of `wgX.conf` after any modification + * Generation of wg-quick configuration file (`wgX.conf`) if required + * User authentication (database, OAuth or LDAP) * IPv6 ready - * User authentication (SQLite/MySQL and LDAP) - * Dockerized - * Responsive template - * One single binary + * Docker ready * Can be used with existing WireGuard setups * Support for multiple WireGuard interfaces - * REST API for management and client deployment * Peer Expiry Feature + * Handle route and DNS settings like wg-quick does + * ~~REST API for management and client deployment~~ (coming soon) ![Screenshot](screenshot.png) -## Setup -Make sure that your host system has at least one WireGuard interface (for example wg0) available. -If you did not start up a WireGuard interface yet, take a look at [wg-quick](https://manpages.debian.org/unstable/wireguard-tools/wg-quick.8.en.html) in order to get started. - -### Docker -The easiest way to run WireGuard Portal is to use the Docker image provided. - -HINT: the *latest* tag always refers to the master branch and might contain unstable or incompatible code! - -Docker Compose snippet with some sample configuration values: -``` -version: '3.6' -services: - wg-portal: - image: h44z/wg-portal:latest - container_name: wg-portal - restart: unless-stopped - cap_add: - - NET_ADMIN - network_mode: "host" - volumes: - - /etc/wireguard:/etc/wireguard - - ./data:/app/data - ports: - - '8123:8123' - environment: - # WireGuard Settings - - WG_DEVICES=wg0 - - WG_DEFAULT_DEVICE=wg0 - - WG_CONFIG_PATH=/etc/wireguard - # Core Settings - - EXTERNAL_URL=https://vpn.company.com - - WEBSITE_TITLE=WireGuard VPN - - COMPANY_NAME=Your Company Name - - ADMIN_USER=admin@domain.com - - ADMIN_PASS=supersecret - # Mail Settings - - MAIL_FROM=WireGuard VPN - - EMAIL_HOST=10.10.10.10 - - EMAIL_PORT=25 - # LDAP Settings - - LDAP_ENABLED=true - - LDAP_URL=ldap://srv-ad01.company.local:389 - - LDAP_BASEDN=DC=COMPANY,DC=LOCAL - - LDAP_USER=ldap_wireguard@company.local - - LDAP_PASSWORD=supersecretldappassword - - LDAP_ADMIN_GROUP=CN=WireGuardAdmins,OU=Users,DC=COMPANY,DC=LOCAL -``` -Please note that mapping ```/etc/wireguard``` to ```/etc/wireguard``` inside the docker, will erase your host's current configuration. -If needed, please make sure to back up your files from ```/etc/wireguard```. -For a full list of configuration options take a look at the source file [internal/server/configuration.go](internal/server/configuration.go#L58). - -### Standalone -For a standalone application, use the Makefile provided in the repository to build the application. Go version 1.18 or higher has to be installed to build WireGuard Portal. - -```shell -# show all possible make commands -make - -# build wg-portal for current system architecture -make build -``` - -The compiled binary will be located in the dist folder. -A detailed description for using this software with a raspberry pi can be found in the [README-RASPBERRYPI.md](README-RASPBERRYPI.md). - -To build the Docker image, Docker (> 20.x) with buildx is required. If you want to build cross-platform images, you need to install qemu. -On arch linux for example install: `docker-buildx qemu-user-static qemu-user-static-binfmt`. - -Once the Docker setup is completed, create a new buildx builder: -```shell -docker buildx create --name wgportalbuilder --platform linux/arm/v7,linux/arm64,linux/amd64 -docker buildx use wgportalbuilder -docker buildx inspect --bootstrap -``` -Now you can compile the Docker image: -```shell -# multi platform build, can only be exported to tar archives -docker buildx build --platform linux/arm/v7,linux/arm64,linux/amd64 --output type=local,dest=docker_images \ - --build-arg BUILD_IDENTIFIER=dev --build-arg BUILD_VERSION=0.1 -t h44z/wg-portal . - - -# image for current platform only (same as docker build) -docker buildx build --load \ - --build-arg BUILD_IDENTIFIER=dev --build-arg BUILD_VERSION=0.1 -t h44z/wg-portal . -``` ## Configuration -You can configure WireGuard Portal using either environment variables or a yaml configuration file. +You can configure WireGuard Portal using a yaml configuration file. The filepath of the yaml configuration file defaults to **config.yml** in the working directory of the executable. -It is possible to override the configuration filepath using the environment variable **CONFIG_FILE**. -For example: `CONFIG_FILE=/home/test/config.yml ./wg-portal-amd64`. +It is possible to override the configuration filepath using the environment variable **WG_PORTAL_CONFIG**. +For example: `WG_PORTAL_CONFIG=/home/test/config.yml ./wg-portal-amd64`. ### Configuration Options The following configuration options are available: -| environment | yaml | yaml_parent | default_value | description | -|----------------------------|-------------------------|-------------|-----------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------| -| LISTENING_ADDRESS | listeningAddress | core | :8123 | The address on which the web server is listening. Optional IP address and port, e.g.: 127.0.0.1:8080. | -| EXTERNAL_URL | externalUrl | core | http://localhost:8123 | The external URL where the web server is reachable. This link is used in emails that are created by the WireGuard Portal. | -| WEBSITE_TITLE | title | core | WireGuard VPN | The website title. | -| COMPANY_NAME | company | core | WireGuard Portal | The company name (for branding). | -| MAIL_FROM | mailFrom | core | WireGuard VPN | The email address from which emails are sent. | -| LOGO_URL | logoUrl | core | /img/header-logo.png | The logo displayed in the page's header. | -| ADMIN_USER | adminUser | core | admin@wgportal.local | The administrator user. Must be a valid email address. | -| ADMIN_PASS | adminPass | core | wgportal | The administrator password. If unchanged, a random password will be set on first startup. | -| EDITABLE_KEYS | editableKeys | core | true | Allow to edit key-pairs in the UI. | -| CREATE_DEFAULT_PEER | createDefaultPeer | core | false | If an LDAP user logs in for the first time, a new WireGuard peer will be created on the WG_DEFAULT_DEVICE if this option is enabled. | -| SELF_PROVISIONING | selfProvisioning | core | false | Allow registered users to automatically create peers via the RESTful API. | -| WG_EXPORTER_FRIENDLY_NAMES | wgExporterFriendlyNames | core | false | Enable integration with [prometheus_wireguard_exporter friendly name](https://github.com/MindFlavor/prometheus_wireguard_exporter#friendly-tags). | -| LDAP_ENABLED | ldapEnabled | core | false | Enable or disable the LDAP backend. | -| SESSION_SECRET | sessionSecret | core | secret | Use a custom secret to encrypt session data. | -| BACKGROUND_TASK_INTERVAL | backgroundTaskInterval | core | 900 | The interval (in seconds) for the background tasks (like peer expiry check). | -| EXPIRY_REENABLE | expiryReEnable | core | false | Reactivate expired peers if the expiration date is in the future. | -| DATABASE_TYPE | typ | database | sqlite | Either mysql or sqlite. | -| DATABASE_HOST | host | database | | The mysql server address. | -| DATABASE_PORT | port | database | | The mysql server port. | -| DATABASE_NAME | database | database | data/wg_portal.db | For sqlite database: the database file-path, otherwise the database name. | -| DATABASE_USERNAME | user | database | | The mysql user. | -| DATABASE_PASSWORD | password | database | | The mysql password. | -| EMAIL_HOST | host | email | 127.0.0.1 | The email server address. | -| EMAIL_PORT | port | email | 25 | The email server port. | -| EMAIL_TLS | tls | email | false | Use STARTTLS. DEPRECATED: use EMAIL_ENCRYPTION instead. | -| EMAIL_ENCRYPTION | encryption | email | none | Either none, tls or starttls. | -| EMAIL_CERT_VALIDATION | certcheck | email | false | Validate the email server certificate. | -| EMAIL_USERNAME | user | email | | An optional username for SMTP authentication. | -| EMAIL_PASSWORD | pass | email | | An optional password for SMTP authentication. | -| EMAIL_AUTHTYPE | auth | email | plain | Either plain, login or crammd5. If username and password are empty, this value is ignored. | -| WG_DEVICES | devices | wg | wg0 | A comma separated list of WireGuard devices. | -| WG_DEFAULT_DEVICE | defaultDevice | wg | wg0 | This device is used for auto-created peers (if CREATE_DEFAULT_PEER is enabled). | -| WG_CONFIG_PATH | configDirectory | wg | /etc/wireguard | If set, interface configuration updates will be written to this path, filename: .conf. | -| MANAGE_IPS | manageIPAddresses | wg | true | Handle IP address setup of interface, only available on linux. | -| USER_MANAGE_PEERS | userManagePeers | wg | false | Logged in user can create or update peers (partially). | -| LDAP_URL | url | ldap | ldap://srv-ad01.company.local:389 | The LDAP server url. | -| LDAP_STARTTLS | startTLS | ldap | true | Use STARTTLS. | -| LDAP_CERT_VALIDATION | certcheck | ldap | false | Validate the LDAP server certificate. | -| LDAP_BASEDN | dn | ldap | DC=COMPANY,DC=LOCAL | The base DN for searching users. | -| LDAP_USER | user | ldap | company\\\\ldap_wireguard | The bind user. | -| LDAP_PASSWORD | pass | ldap | SuperSecret | The bind password. | -| LDAP_LOGIN_FILTER | loginFilter | ldap | (&(objectClass=organizationalPerson)(mail={{login_identifier}})(!userAccountControl:1.2.840.113556.1.4.803:=2)) | {{login_identifier}} will be replaced with the login email address. | -| LDAP_SYNC_FILTER | syncFilter | ldap | (&(objectClass=organizationalPerson)(!userAccountControl:1.2.840.113556.1.4.803:=2)(mail=*)) | The filter string for the LDAP synchronization service. Users matching this filter will be synchronized with the WireGuard Portal database. | -| LDAP_SYNC_GROUP_FILTER | syncGroupFilter | ldap | | The filter string for the LDAP groups, for example: (objectClass=group). The groups are used to recursively check for admin group member ship of users. | -| LDAP_ADMIN_GROUP | adminGroup | ldap | CN=WireGuardAdmins,OU=_O_IT,DC=COMPANY,DC=LOCAL | Users in this group are marked as administrators. | -| LDAP_ATTR_EMAIL | attrEmail | ldap | mail | User email attribute. | -| LDAP_ATTR_FIRSTNAME | attrFirstname | ldap | givenName | User firstname attribute. | -| LDAP_ATTR_LASTNAME | attrLastname | ldap | sn | User lastname attribute. | -| LDAP_ATTR_PHONE | attrPhone | ldap | telephoneNumber | User phone number attribute. | -| LDAP_ATTR_GROUPS | attrGroups | ldap | memberOf | User groups attribute. | -| LDAP_CERT_CONN | ldapCertConn | ldap | false | Allow connection with certificate against LDAP server without user/password | -| LDAPTLS_CERT | ldapTlsCert | ldap | | The LDAP cert's path | -| LDAPTLS_KEY | ldapTlsKey | ldap | | The LDAP key's path | -| LOG_LEVEL | | | debug | Specify log level, one of: trace, debug, info, off. | -| LOG_JSON | | | false | Format log output as JSON. | -| LOG_COLOR | | | true | Colorize log output. | -| CONFIG_FILE | | | config.yml | The config file path. | +| configuration key | parent key | default_value | description | +|---------------------------|------------|--------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------| +| admin_user | core | admin@wgportal.local | The administrator user. This user will be created as default admin if it does not yet exist. | +| admin_password | core | wgportal | The administrator password. If unchanged, a random password will be set on first startup. | +| editable_keys | core | true | Allow to edit key-pairs in the UI. | +| create_default_peer | core | false | If an LDAP user logs in for the first time, a new WireGuard peer will be created on the WG_DEFAULT_DEVICE if this option is enabled. | +| self_provisioning_allowed | core | false | Allow registered users to automatically create peers via their profile page. | +| import_existing | core | true | Import existing WireGuard interfaces and peers into WireGuard Portal. | +| restore_state | core | true | Restore the WireGuard interface state after WireGuard Portal has started. | +| log_level | advanced | warn | The loglevel, can be one of: trace, debug, info, warn, error. | +| log_pretty | advanced | false | Uses pretty, colorized log messages. | +| log_json | advanced | false | Logs in JSON format. | +| ldap_sync_interval | advanced | 15m | The time interval after which users will be synchronized from LDAP. | +| start_listen_port | advanced | 51820 | The first port number that will be used as listening port for new interfaces. | +| start_cidr_v4 | advanced | 10.11.12.0/24 | The first IPv4 subnet that will be used for new interfaces. | +| start_cidr_v6 | advanced | fdfd:d3ad:c0de:1234::0/64 | The first IPv6 subnet that will be used for new interfaces. | +| use_ip_v6 | advanced | true | Enable IPv6 support. | +| config_storage_path | advanced | | If a wg-quick style configuration should be stored to the filesystem, specify a storage directory. | +| expiry_check_interval | advanced | 15m | The interval after which existing peers will be checked if they expired. | +| rule_prio_offset | advanced | 20000 | The default offset for ip route rule priorities. | +| route_table_offset | advanced | 20000 | The default offset for ip route table id's. | +| use_ping_checks | statistics | true | If enabled, peers will be pinged periodically to check if they are still connected. | +| ping_check_workers | statistics | 10 | Number of parallel ping checks that will be executed. | +| ping_unprivileged | statistics | false | If set to false, the ping checks will run without root permissions (BETA). | +| ping_check_interval | statistics | 1m | The interval time between two ping check runs. | +| data_collection_interval | statistics | 10m | The interval between the data collection cycles. | +| collect_interface_data | statistics | true | A flag to enable interface data collection like bytes sent and received. | +| collect_peer_data | statistics | true | A flag to enable peer data collection like bytes sent and received, last handshake and remote endpoint address. | +| collect_audit_data | statistics | true | If enabled, some events, like portal logins, will be logged to the database. | +| host | mail | 127.0.0.1 | The mail-server address. | +| port | mail | 25 | The mail-server SMTP port. | +| encryption | mail | none | SMTP encryption type, allowed values: none, tls, starttls. | +| cert_validation | mail | false | Validate the mail server certificate (if encryption tls is used). | +| username | mail | | The SMTP user name. | +| password | mail | | The SMTP password. | +| auth_type | mail | plain | SMTP authentication type, allowed values: plain, login, crammd5. | +| from | mail | Wireguard Portal | The address that is used to send mails. | +| link_only | mail | false | Only send links to WireGuard Portal instead of the full configuration. | +| callback_url_prefix | auth | /api/v0 | OAuth callback URL prefix. The full callback URL will look like: https://wg.portal.local/callback_url_prefix/provider_name/callback | +| oidc | auth | Empty Array - no providers configured | A list of OpenID Connect providers. See auth/oidc properties to setup a new provider. | +| oauth | auth | Empty Array - no providers configured | A list of plain OAuth providers. See auth/oauth properties to setup a new provider. | +| ldap | auth | Empty Array - no providers configured | A list of LDAP providers. See auth/ldap properties to setup a new provider. | +| provider_name | auth/oidc | | A unique provider name. This name must be unique throughout all authentication providers (even other types). | +| display_name | auth/oidc | | The display name is shown at the login page (the login button). | +| base_url | auth/oidc | | The base_url is the URL identifier for the service. For example: "https://accounts.google.com". | +| client_id | auth/oidc | | The OAuth client id. | +| client_secret | auth/oidc | | The OAuth client secret. | +| extra_scopes | auth/oidc | | Extra scopes that should be used in the OpenID Connect authentication flow. | +| field_map | auth/oidc | | Mapping of user fields. Internal fields: user_identifier, email, firstname, lastname, phone, department and is_admin. | +| registration_enabled | auth/oidc | | If registration is enabled, new user accounts will created in WireGuard Portal. | +| provider_name | auth/oauth | | A unique provider name. This name must be unique throughout all authentication providers (even other types). | +| display_name | auth/oauth | | The display name is shown at the login page (the login button). | +| base_url | auth/oauth | | The base_url is the URL identifier for the service. For example: "https://accounts.google.com". | +| client_id | auth/oauth | | The OAuth client id. | +| client_secret | auth/oauth | | The OAuth client secret. | +| auth_url | auth/oauth | | The URL for the authentication endpoint. | +| token_url | auth/oauth | | The URL for the token endpoint. | +| redirect_url | auth/oauth | | The redirect URL. | +| user_info_url | auth/oauth | | The URL for the user information endpoint. | +| scopes | auth/oauth | | OAuth scopes. | +| field_map | auth/oauth | | Mapping of user fields. Internal fields: user_identifier, email, firstname, lastname, phone, department and is_admin. | +| registration_enabled | auth/oauth | | If registration is enabled, new user accounts will created in WireGuard Portal. | +| url | auth/ldap | | The LDAP server url. For example: ldap://srv-ad01.company.local:389 | +| start_tls | auth/ldap | | Use STARTTLS to encrypt LDAP requests. | +| cert_validation | auth/ldap | | Validate the LDAP server certificate. | +| tls_certificate_path | auth/ldap | | A path to the TLS certificate. | +| tls_key_path | auth/ldap | | A path to the TLS key. | +| base_dn | auth/ldap | | The base DN for searching users. For example: DC=COMPANY,DC=LOCAL | +| bind_user | auth/ldap | | The bind user. For example: company\\ldap_wireguard | +| bind_pass | auth/ldap | | The bind password. | +| field_map | auth/ldap | | Mapping of user fields. Internal fields: user_identifier, email, firstname, lastname, phone, department and memberof. | +| login_filter | auth/ldap | | LDAP filters for users that should be allowed to log in. {{login_identifier}} will be replaced with the login username. | +| admin_group | auth/ldap | | Users in this group are marked as administrators. | +| synchronize | auth/ldap | | Periodically synchronize users (name, department, phone, status, ...) to the WireGuard Portal database. | +| disable_missing | auth/ldap | | If synchronization is enabled, missing LDAP users will be disabled in WireGuard Portal. | +| sync_filter | auth/ldap | | LDAP filters for users that should be synchronized to WireGuard Portal. | +| registration_enabled | auth/ldap | | If registration is enabled, new user accounts will created in WireGuard Portal. | +| debug | database | false | Debug database statements (log each statement). | +| slow_query_threshold | database | | A threshold for slow database queries. If the threshold is exceeded, a warning message will be logged. | +| type | database | sqlite | The database type. Allowed values: sqlite, mssql, mysql or postgres. | +| dsn | database | sqlite.db | The database DSN. For example: user:pass@tcp(1.2.3.4:3306)/dbname?charset=utf8mb4&parseTime=True&loc=Local | +| request_logging | web | false | Log all HTTP requests. | +| external_url | web | http://localhost:8888 | The URL where a client can access WireGuard Portal. | +| listening_address | web | :8888 | The listening port of the web server. | +| session_identifier | web | wgPortalSession | The session identifier for the web frontend. | +| session_secret | web | very_secret | The session secret for the web frontend. | +| csrf_secret | web | extremely_secret | The CSRF secret. | +| site_title | web | WireGuard Portal | The title that is shown in the web frontend. | +| site_company_name | web | WireGuard Portal | The company name that is shown at the bottom of the web frontend. | -### Sample yaml configuration -config.yml: -```yaml -core: - listeningAddress: :8123 - externalUrl: https://wg-test.test.com - adminUser: test@test.com - adminPass: test - editableKeys: true - createDefaultPeer: false - ldapEnabled: true - mailFrom: WireGuard VPN -ldap: - url: ldap://10.10.10.10:389 - dn: DC=test,DC=test - startTLS: false - user: wireguard@test.test - pass: test - adminGroup: CN=WireGuardAdmins,CN=Users,DC=test,DC=test -database: - typ: sqlite - database: data/wg_portal.db -email: - host: smtp.gmail.com - port: 587 - tls: true - user: test@gmail.com - pass: topsecret -wg: - devices: - - wg0 - - wg1 - defaultDevice: wg0 - configDirectory: /etc/wireguard - manageIPAddresses: true + +## Upgrading from V1 + +> :warning: Before upgrading from V1, make sure that you have a backup of your currently working configuration files and database! + +To start the upgrade process, start the wg-portal binary with the **-migrateFrom** parameter. +The configuration (config.yml) for WireGuard Portal must be updated and valid before starting the upgrade. + +To upgrade from a previous SQLite database, start wg-portal like: + +```shell +./wg-portal-amd64 -migrateFrom=old_wg_portal.db ``` -### RESTful API -WireGuard Portal offers a RESTful API to interact with. -The API is documented using OpenAPI 2.0, the Swagger UI can be found -under the URL `http:///swagger/index.html?displayOperationId=true`. +You can also specify the database type using the parameter **-migrateFromType**, supported types: mysql, mssql, postgres or sqlite. +For example: -The [API's unittesting](tests/test_API.py) may serve as an example how to make use of the API with python3 & pyswagger. +```shell +./wg-portal-amd64 -migrateFromType=mysql -migrateFrom=user:pass@tcp(1.2.3.4:3306)/dbname?charset=utf8mb4&parseTime=True&loc=Local +``` + +The upgrade will transform the old, existing database and store the values in the new database specified in config.yml. +Ensure that the new database does not contain any data! + + +## V2 TODOs + * Public REST API + * Translations + * Documentation + * Audit UI + + +## Building + +To build a standalone application, use the Makefile provided in the repository. +Go version 1.20 or higher has to be installed to build WireGuard Portal. +If you want to re-compile the frontend, NodeJS 18 and NPM >= 9 is required. + +```shell +# build the frontend (optional) +make frontend + +# build the binary +make build +``` ## What is out of scope - * Creating or removing WireGuard (wgX) interfaces. - * Generation or application of any `iptables` or `nftables` rules. - * Setting up or changing IP-addresses of the WireGuard interface on operating systems other than linux. - * Importing private keys of an existing WireGuard setup. + * Automatic generation or application of any `iptables` or `nftables` rules. + * Support for operating systems other than linux. + * Automatic import of private keys of an existing WireGuard setup. + ## Application stack - * [Gin, HTTP web framework written in Go](https://github.com/gin-gonic/gin) - * [go-template, data-driven templates for generating textual output](https://golang.org/pkg/text/template/) - * [Bootstrap, for the HTML templates](https://getbootstrap.com/) - * [JQuery, for some nice JavaScript effects ;)](https://jquery.com/) + * [wgctrl-go](https://github.com/WireGuard/wgctrl-go) and [netlink](https://github.com/vishvananda/netlink) for interface handling + * [Gin](https://github.com/gin-gonic/gin), HTTP web framework written in Go + * [Bootstrap](https://getbootstrap.com/), for the HTML templates + * [Vue.JS](https://vuejs.org/), for the frontend + ## License * MIT License. [MIT](LICENSE.txt) or https://opensource.org/licenses/MIT - - -This project was inspired by [wg-gen-web](https://github.com/vx3r/wg-gen-web). diff --git a/assets/css/_bootswatch.scss b/assets/css/_bootswatch.scss deleted file mode 100644 index f100b67..0000000 --- a/assets/css/_bootswatch.scss +++ /dev/null @@ -1,190 +0,0 @@ -// Lux 4.5.3 -// Bootswatch - - -// Variables =================================================================== - -$web-font-path: "https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600&display=swap" !default; -@import url($web-font-path); - -// Navbar ====================================================================== - -.navbar { - font-size: $font-size-sm; - text-transform: uppercase; - font-weight: 600; - - &-nav { - .nav-link { - padding-top: .715rem; - padding-bottom: .715rem; - } - } - - &-brand { - margin-right: 2rem; - } -} - -.bg-primary { - background-color: theme-color("primary") !important; -} - -.bg-light { - border: 1px solid rgba(0, 0, 0, .1); - - &.navbar-fixed-top { - border-width: 0 0 1px; - } - - &.navbar-bottom-top { - border-width: 1px 0 0; - } -} - -.nav-item { - margin-right: 2rem; -} - -// Buttons ===================================================================== - -.btn { - font-size: $font-size-sm; - text-transform: uppercase; - - &-sm { - font-size: 10px; - } - - &-warning { - &, - &:hover, - &:not([disabled]):not(.disabled):active, - &:focus { - color: $white; - } - } -} - -.btn-outline-secondary { - border-color: $gray-600; - color: $gray-600; - - &:not([disabled]):not(.disabled):hover, - &:not([disabled]):not(.disabled):focus, - &:not([disabled]):not(.disabled):active { - background-color: $gray-400; - border-color: $gray-400; - color: $white; - } - - &:not([disabled]):not(.disabled):focus { - box-shadow: 0 0 0 .2rem rgba($gray-400, .5); - } -} - -[class*="btn-outline-"] { - border-width: 2px; -} - -.border-secondary { - border: 1px solid $gray-400 !important; -} - -// Typography ================================================================== - -body { - font-weight: 200; - letter-spacing: 1px; -} - -h1, -h2, -h3, -h4, -h5, -h6 { - text-transform: uppercase; - letter-spacing: 3px; -} - -.text-secondary { - color: $body-color !important; -} - -// Tables ====================================================================== - -th { - font-size: $font-size-sm; - text-transform: uppercase; -} - -.table { - th, - td { - padding: 1.5rem; - } - - &-sm { - th, - td { - padding: .75rem; - } - } -} - -// Forms ======================================================================= - -.custom-switch { - .custom-control-label { - &::after { - top: add(.15625rem, 2px); - left: add(-2.25rem, 2px); - width: subtract(1rem, 4px); - height: subtract(1rem, 4px); - } - } -} - -// Navs ======================================================================== - -.dropdown-menu { - font-size: $font-size-sm; - text-transform: none; -} - -// Indicators ================================================================== - -.badge { - padding-top: .28rem; - - &-pill { - border-radius: 10rem; - } -} - -// Containers ================================================================== - -.list-group-item { - h1, - h2, - h3, - h4, - h5, - h6, - .h1, - .h2, - .h3, - .h4, - .h5, - .h6 { - color: inherit; - } -} - -.card { - &-title, - &-header { - color: inherit; - } -} diff --git a/assets/css/_variables.scss b/assets/css/_variables.scss deleted file mode 100644 index 81cf2cc..0000000 --- a/assets/css/_variables.scss +++ /dev/null @@ -1,106 +0,0 @@ -// Lux 4.5.3 -// Bootswatch - -// -// Color system -// - -$white: #fff !default; -$gray-100: #f8f9fa !default; -$gray-200: #f7f7f9 !default; -$gray-300: #eceeef !default; -$gray-400: #ced4da !default; -$gray-500: #adb5bd !default; -$gray-600: #919aa1 !default; -$gray-700: #55595c !default; -$gray-800: #343a40 !default; -$gray-900: #1a1a1a !default; -$black: #000 !default; - -$blue: #007bff !default; -$indigo: #6610f2 !default; -$purple: #6f42c1 !default; -$pink: #e83e8c !default; -$red: #d9534f !default; -$orange: #fd7e14 !default; -$yellow: #f0ad4e !default; -$green: #4bbf73 !default; -$teal: #20c997 !default; -$cyan: #1f9bcf !default; - -$primary: $gray-900 !default; -$secondary: $white !default; -$success: $green !default; -$info: $cyan !default; -$warning: $yellow !default; -$danger: $red !default; -$light: $white !default; -$dark: $gray-800 !default; - -$yiq-contrasted-threshold: 185 !default; - -// Options - -$enable-rounded: false !default; - -// Body - -$body-color: $gray-700 !default; - -// Fonts - -// stylelint-disable-next-line value-keyword-case -$font-family-sans-serif: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default; -$font-size-base: .875rem !default; -$h1-font-size: 2rem !default; -$h2-font-size: 1.75rem !default; -$h3-font-size: 1.5rem !default; -$h4-font-size: 1.25rem !default; -$h5-font-size: 1rem !default; -$h6-font-size: .75rem !default; -$headings-font-weight: 600 !default; -$headings-color: $gray-900 !default; - -// Tables - -$table-border-color: rgba(0, 0, 0, .05) !default; - -// Buttons + Forms - -$input-btn-border-width: 0 !default; - -// Buttons - -$btn-line-height: 1.5rem !default; -$input-btn-padding-y: .75rem !default; -$input-btn-padding-x: 1.5rem !default; -$input-btn-padding-y-sm: .5rem !default; -$input-btn-padding-x-sm: 1rem !default; -$input-btn-padding-y-lg: 2rem !default; -$input-btn-padding-x-lg: 2rem !default; -$btn-font-weight: 600 !default; - -// Forms - -$input-line-height: 1.5 !default; -$input-bg: $gray-200 !default; -$input-disabled-bg: $gray-300 !default; -$input-group-addon-bg: $gray-300 !default; - -// Navbar - -$navbar-padding-y: 1.5rem !default; -$navbar-dark-hover-color: $white !default; -$navbar-light-color: rgba($black, .3) !default; -$navbar-light-hover-color: $gray-900 !default; -$navbar-light-active-color: $gray-900 !default; - -// Pagination - -$pagination-border-color: transparent !default; -$pagination-hover-border-color: $pagination-border-color !default; -$pagination-disabled-border-color: $pagination-border-color !default; - -// Breadcrumbs - -$breadcrumb-bg: transparent !default; diff --git a/assets/css/bootstrap-tokenfield.min.css b/assets/css/bootstrap-tokenfield.min.css deleted file mode 100644 index f6af516..0000000 --- a/assets/css/bootstrap-tokenfield.min.css +++ /dev/null @@ -1,5 +0,0 @@ -/*! - * bootstrap-tokenfield - * https://github.com/sliptree/bootstrap-tokenfield - * Copyright 2013-2014 Sliptree and other contributors; Licensed MIT - */@-webkit-keyframes blink{0%{border-color:#ededed}100%{border-color:#b94a48}}@-moz-keyframes blink{0%{border-color:#ededed}100%{border-color:#b94a48}}@keyframes blink{0%{border-color:#ededed}100%{border-color:#b94a48}}.tokenfield{height:auto;min-height:34px;padding-bottom:0}.tokenfield.focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.tokenfield .token{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;display:inline-block;border:1px solid #d9d9d9;background-color:#ededed;white-space:nowrap;margin:-1px 5px 5px 0;height:22px;vertical-align:top;cursor:default}.tokenfield .token:hover{border-color:#b9b9b9}.tokenfield .token.active{border-color:#52a8ec;border-color:rgba(82,168,236,.8)}.tokenfield .token.duplicate{border-color:#ebccd1;-webkit-animation-name:blink;animation-name:blink;-webkit-animation-duration:.1s;animation-duration:.1s;-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.tokenfield .token.invalid{background:0 0;border:1px solid transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border-bottom:1px dotted #d9534f}.tokenfield .token.invalid.active{background:#ededed;border:1px solid #ededed;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.tokenfield .token .token-label{display:inline-block;overflow:hidden;text-overflow:ellipsis;padding-left:4px;vertical-align:top}.tokenfield .token .close{font-family:Arial;display:inline-block;line-height:100%;font-size:1.1em;line-height:1.49em;margin-left:5px;float:none;height:100%;vertical-align:top;padding-right:4px}.tokenfield .token-input{background:0 0;width:60px;min-width:60px;border:0;height:20px;padding:0;margin-bottom:6px;-webkit-box-shadow:none;box-shadow:none}.tokenfield .token-input:focus{border-color:transparent;outline:0;-webkit-box-shadow:none;box-shadow:none}.tokenfield.disabled{cursor:not-allowed;background-color:#eee}.tokenfield.disabled .token-input{cursor:not-allowed}.tokenfield.disabled .token:hover{cursor:not-allowed;border-color:#d9d9d9}.tokenfield.disabled .token:hover .close{cursor:not-allowed;opacity:.2;filter:alpha(opacity=20)}.has-warning .tokenfield.focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-error .tokenfield.focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-success .tokenfield.focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.tokenfield.input-sm,.input-group-sm .tokenfield{min-height:30px;padding-bottom:0}.input-group-sm .token,.tokenfield.input-sm .token{height:20px;margin-bottom:4px}.input-group-sm .token-input,.tokenfield.input-sm .token-input{height:18px;margin-bottom:5px}.tokenfield.input-lg,.input-group-lg .tokenfield{height:auto;min-height:45px;padding-bottom:4px}.input-group-lg .token,.tokenfield.input-lg .token{height:25px}.input-group-lg .token-label,.tokenfield.input-lg .token-label{line-height:23px}.input-group-lg .token .close,.tokenfield.input-lg .token .close{line-height:1.3em}.input-group-lg .token-input,.tokenfield.input-lg .token-input{height:23px;line-height:23px;margin-bottom:6px;vertical-align:top}.tokenfield.rtl{direction:rtl;text-align:right}.tokenfield.rtl .token{margin:-1px 0 5px 5px}.tokenfield.rtl .token .token-label{padding-left:0;padding-right:4px} \ No newline at end of file diff --git a/assets/css/custom.css b/assets/css/custom.css deleted file mode 100644 index ae0b24f..0000000 --- a/assets/css/custom.css +++ /dev/null @@ -1,118 +0,0 @@ -/* THEME STYLE */ -pre{background:#f7f7f9}iframe{overflow:hidden;border:none}@media (min-width: 768px){body>.navbar-transparent{box-shadow:none}body>.navbar-transparent .navbar-nav>.open>a{box-shadow:none}}#home,#help{font-size:.9rem}#home .navbar,#help .navbar{background:#349aed;background:linear-gradient(145deg, #349aed 50%, #34d8ed 100%);transition:box-shadow 200ms ease-in}#home .navbar-transparent,#help .navbar-transparent{background:none !important;box-shadow:none}#home .navbar-brand .nav-link,#help .navbar-brand .nav-link{display:inline-block;margin-right:-30px}#home .nav-link,#help .nav-link{text-transform:uppercase;font-weight:500;color:#fff}#home{padding-top:0}#home .btn{padding:.6rem .55rem .5rem;box-shadow:none;font-size:.7rem;font-weight:500}.bs-docs-section{margin-top:4em}.bs-docs-section .page-header h1{padding:2rem 0;font-size:3rem}.dropdown-menu.show[aria-labelledby="themes"]{display:-ms-flexbox;display:flex;width:420px;-ms-flex-wrap:wrap;flex-wrap:wrap}.dropdown-menu.show[aria-labelledby="themes"] .dropdown-item{width:33.333%}.dropdown-menu.show[aria-labelledby="themes"] .dropdown-item:first-child{width:100%}.bs-component{position:relative}.bs-component+.bs-component{margin-top:1rem}.bs-component .card{margin-bottom:1rem}.bs-component .modal{position:relative;top:auto;right:auto;left:auto;bottom:auto;z-index:1;display:block}.bs-component .modal-dialog{width:90%}.bs-component .popover{position:relative;display:inline-block;width:220px;margin:20px}.source-button{display:none;position:absolute;top:0;right:0;z-index:100;font-weight:700}.source-button:hover{cursor:pointer}.bs-component:hover .source-button{display:block}#source-modal pre{max-height:calc(100vh - 11rem);background-color:rgba(0,0,0,0.7);color:rgba(255,255,255,0.7)}.nav-tabs{margin-bottom:15px}.progress{margin-bottom:10px}#footer{margin:5em 0}#footer li{float:left;margin-right:1.5em;margin-bottom:1.5em}#footer p{clear:left;margin-bottom:0}.splash{padding:12em 0 6em;background:#349aed;background:linear-gradient(145deg, #349aed 50%, #34d8ed 100%);color:#fff;text-align:center}.splash .logo{width:160px}.splash h1{font-size:3em;color:#fff}.splash #social{margin:2em 0 3em}.splash .alert{margin:2em 0;border:none}.splash .sponsor a{color:#fff}.section-tout{padding:6em 0 1em;border-bottom:1px solid rgba(0,0,0,0.05);background-color:#eaf1f1;text-align:center}.section-tout .icon{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:80px;height:80px;margin:0 auto 1rem;background:#349aed;background:linear-gradient(145deg, #3b9cea 50%, #3db8eb 100%);border-radius:50%;font-size:2rem;color:rgba(0,0,0,0.5)}.section-tout p{margin-bottom:5em}.section-preview{padding:4em 0}.section-preview .preview{margin-bottom:4em;background-color:#eaf1f1}.section-preview .preview .image{position:relative}.section-preview .preview .image::before{box-shadow:inset 0 0 0 1px rgba(0,0,0,0.1);position:absolute;top:0;left:0;width:100%;height:100%;content:"";pointer-events:none}.section-preview .preview .options{padding:2em;border:1px solid rgba(0,0,0,0.05);border-top:none;text-align:center}.section-preview .preview .options p{margin-bottom:2em}.section-preview .dropdown-menu{text-align:left}.section-preview .lead{margin-bottom:2em}.sponsor #carbonads{max-width:240px;margin:0 auto}.sponsor .carbon-text{display:block;margin-top:1em;font-size:12px}.sponsor .carbon-poweredby{float:right;margin-top:1em;font-size:10px}@media (max-width: 767px){.splash{padding-top:8em}.splash .logo{width:100px}.splash h1{font-size:2em}#banner{margin-bottom:2em;text-align:center}} - -/* CUSTOM STYLE */ - -/* Start collapsable table --------------------------------------------------- */ - -.hiddenRow, .hiddenCell { - padding: 0px!important; - border-top: 0px!important; -} - -.collapsedRow .col-md-6{ - display:inline-block; -} - -.collapsedRow { - padding: 10px 0px; - border-top: 1px solid lightgray; - margin-left: 0px; - margin-right: 0px; -} - -.collapse-indicator { - text-decoration: none; -} - -.collapse-indicator:after { - font-weight: 900; - font-family: "Font Awesome 5 Free"; - content: "\f056"; -} -.collapse-indicator.collapsed:after { - font-weight: 900; - font-family: "Font Awesome 5 Free"; - content: "\f055"; -} - -/* -------------------------------------------------- - End collapsable table*/ - -.jumbotron-home { - padding: 1rem 1rem; -} - -@media (min-width: 576px) { - .jumbotron-home { - padding: 2rem 2rem; - } -} - -@media (min-width: 1440px) { - .container, .container-lg, .container-md, .container-sm, .container-xl { - max-width: 1400px; - } -} - -.device-status-table { - font-size: small; -} - -.navbar { - padding: 0.5rem 1rem; -} - -.navbar-brand > img { - height: 2rem; - width: auto; -} - -.disabled-peer { - color: #d03131; -} - -.expiring-peer { - color: #d09d12; -} - -.tokenfield .token { - border-radius: 0px; - border: 1px solid #1a1a1a; - color: #1a1a1a; - background-color: #f7f7f9; - margin: -4px 5px 5px 0; - height: 22px; -} - -.form-group.required label:after { - content:"*"; - color:red; -} - -a.advanced-settings:before { - content: "Hide"; -} - -a.advanced-settings.collapsed:before { - content: "Show"; -} - -.form-group.global-config label:after, .custom-control.global-config label:after { - content: "g"; - color: #0057bb; - font-size: xx-small; - top: -5px; - position: absolute; -} - -.text-blue { - color: #0057bb; -} - -@media (min-width: 992px) { - .pull-right-lg { - float: right; - } -} \ No newline at end of file diff --git a/assets/css/jquery-ui.min.css b/assets/css/jquery-ui.min.css deleted file mode 100644 index 776e259..0000000 --- a/assets/css/jquery-ui.min.css +++ /dev/null @@ -1,7 +0,0 @@ -/*! jQuery UI - v1.12.1 - 2016-09-14 -* http://jqueryui.com -* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css -* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6 -* Copyright jQuery Foundation and other contributors; Licensed MIT */ - -.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,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");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("images/ui-icons_777777_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.003;filter:Alpha(Opacity=.3)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666} \ No newline at end of file diff --git a/assets/css/signin.css b/assets/css/signin.css deleted file mode 100644 index cf8c8ea..0000000 --- a/assets/css/signin.css +++ /dev/null @@ -1,8 +0,0 @@ -.navbar { - padding: 0.5rem 1rem; -} - -.navbar-brand > img { - height: 2rem; - width: auto; -} \ No newline at end of file diff --git a/assets/css/tokenfield-typeahead.min.css b/assets/css/tokenfield-typeahead.min.css deleted file mode 100644 index 1a28440..0000000 --- a/assets/css/tokenfield-typeahead.min.css +++ /dev/null @@ -1,5 +0,0 @@ -/*! - * bootstrap-tokenfield - * https://github.com/sliptree/bootstrap-tokenfield - * Copyright 2013-2014 Sliptree and other contributors; Licensed MIT - */.twitter-typeahead{width:100%;position:relative;vertical-align:top}.twitter-typeahead .tt-input,.twitter-typeahead .tt-hint{margin:0;width:100%;vertical-align:middle;background-color:#fff}.twitter-typeahead .tt-hint{color:#999;z-index:1;border:1px solid transparent}.twitter-typeahead .tt-input{color:#555;z-index:2}.twitter-typeahead .tt-input,.twitter-typeahead .tt-hint{height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429}.twitter-typeahead .input-sm.tt-input,.twitter-typeahead .hint-sm.tt-hint{border-radius:3px}.twitter-typeahead .input-lg.tt-input,.twitter-typeahead .hint-lg.tt-hint{border-radius:6px}.input-group .twitter-typeahead:first-child .tt-input,.input-group .twitter-typeahead:first-child .tt-hint{border-radius:4px 0 0 4px!important}.input-group .twitter-typeahead:last-child .tt-input,.input-group .twitter-typeahead:last-child .tt-hint{border-radius:0 4px 4px 0!important}.input-group.input-group-sm .twitter-typeahead:first-child .tt-input,.input-group.input-group-sm .twitter-typeahead:first-child .tt-hint{border-radius:3px 0 0 3px!important}.input-group.input-group-sm .twitter-typeahead:last-child .tt-input,.input-group.input-group-sm .twitter-typeahead:last-child .tt-hint{border-radius:0 3px 3px 0!important}.input-sm.tt-input,.hint-sm.tt-hint,.input-group.input-group-sm .tt-input,.input-group.input-group-sm .tt-hint{height:30px;padding:5px 10px;font-size:12px;line-height:1.5}.input-group.input-group-lg .twitter-typeahead:first-child .tt-input,.input-group.input-group-lg .twitter-typeahead:first-child .tt-hint{border-radius:6px 0 0 6px!important}.input-group.input-group-lg .twitter-typeahead:last-child .tt-input,.input-group.input-group-lg .twitter-typeahead:last-child .tt-hint{border-radius:0 6px 6px 0!important}.input-lg.tt-input,.hint-lg.tt-hint,.input-group.input-group-lg .tt-input,.input-group.input-group-lg .tt-hint{height:45px;padding:10px 16px;font-size:18px;line-height:1.33}.tt-dropdown-menu{width:100%;min-width:160px;margin-top:2px;padding:5px 0;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);*border-right-width:2px;*border-bottom-width:2px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.tt-suggestion{display:block;padding:3px 20px}.tt-suggestion.tt-cursor{color:#262626;background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0)}.tt-suggestion.tt-cursor a{color:#fff}.tt-suggestion p{margin:0}.tokenfield .twitter-typeahead{width:auto}.tokenfield .twitter-typeahead .tt-hint{padding:0;height:20px}.tokenfield.input-sm .twitter-typeahead .tt-input,.tokenfield.input-sm .twitter-typeahead .tt-hint{height:18px;font-size:12px;line-height:1.5}.tokenfield.input-lg .twitter-typeahead .tt-input,.tokenfield.input-lg .twitter-typeahead .tt-hint{height:23px;font-size:18px;line-height:1.33}.tokenfield .twitter-typeahead .tt-suggestions{font-size:14px} \ No newline at end of file diff --git a/assets/fonts/font-awesome.min.css b/assets/fonts/font-awesome.min.css deleted file mode 100644 index 540440c..0000000 --- a/assets/fonts/font-awesome.min.css +++ /dev/null @@ -1,4 +0,0 @@ -/*! - * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;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{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .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);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.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/assets/js/bootstrap-confirmation.min.js b/assets/js/bootstrap-confirmation.min.js deleted file mode 100644 index 7859afd..0000000 --- a/assets/js/bootstrap-confirmation.min.js +++ /dev/null @@ -1,13 +0,0 @@ -/** - * Minified by jsDelivr using Terser v5.3.5. - * Original file: /npm/bootstrap-confirmation2@4.2.1/dist/bootstrap-confirmation.js - * - * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files - */ -/*! - * Bootstrap Confirmation (v4.2.1) - * @copyright 2013 Nimit Suwannagate - * @copyright 2014-2021 Damien "Mistic" Sorel - * @licence Apache License, Version 2.0 - */ -!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(require("jquery"),require("bootstrap")):"function"==typeof define&&define.amd?define(["jquery","bootstrap"],e):e((t="undefined"!=typeof globalThis?globalThis:t||self).jQuery)}(this,(function(t){"use strict";function e(t,e){for(var n=0;n\n
\n

\n
\n

\n
\n
\n
\n
\n'});f.whiteList&&f.whiteList["*"].push("data-apply","data-dismiss");var u,h="fade",p="show",g=".popover-header",d=".confirmation-content",b=".confirmation-buttons .btn-group",C={13:"Enter",27:"Escape",39:"ArrowRight",40:"ArrowDown"},v={HIDE:"hide"+c,HIDDEN:"hidden"+c,SHOW:"show"+c,SHOWN:"shown"+c,INSERTED:"inserted"+c,CLICK:"click"+c,FOCUSIN:"focusin"+c,FOCUSOUT:"focusout"+c,MOUSEENTER:"mouseenter"+c,MOUSELEAVE:"mouseleave"+c,CONFIRMED:"confirmed"+c,CANCELED:"canceled"+c,KEYUP:"keyup"+c},y=function(i){var a,y;function m(t,e){var n;if(((n=i.call(this,t,e)||this).config.popout||n.config.singleton)&&!n.config.rootSelector)throw new Error("The rootSelector option is required to use popout and singleton features since jQuery 3.");return n._isDelegate=!1,e.selector?(e._selector=e.rootSelector+" "+e.selector,n.config._selector=e._selector):e._selector?(n.config._selector=e._selector,n._isDelegate=!0):n.config._selector=e.rootSelector,void 0===n.config.confirmationEvent&&(n.config.confirmationEvent=n.config.trigger),n.config.selector||n._copyAttributes(),n._setConfirmationListeners(),n}y=i,(a=m).prototype=Object.create(y.prototype),a.prototype.constructor=a,o(a,y);var E,_,O,I=m.prototype;return I.isWithContent=function(){return!0},I.setContent=function(){var e=t(this.getTipElement()),n=this._getContent();"function"==typeof n&&(n=n.call(this.element)),this.setElementContent(e.find(g),this.getTitle()),e.find(d).toggle(!!n),n&&this.setElementContent(e.find(d),n),this.config.buttons.length>0?this._setButtons(e,this.config.buttons):this._setStandardButtons(e),e.removeClass(h+" "+p),this._setupKeyupEvent()},I.dispose=function(){t("body").off(v.CLICK+"."+this.uid),this.eventBody=!1,this._cleanKeyupEvent(),i.prototype.dispose.call(this)},I.hide=function(t){this._cleanKeyupEvent(),i.prototype.hide.call(this,t)},I._getConfig=function(e){e=i.prototype._getConfig.call(this,e);var o=t(this.element).data();return Object.keys(o).forEach((function(t){0!==t.indexOf("btn")&&delete o[t]})),n({},e,o)},I._copyAttributes=function(){var e=this;this.config._attributes={},this.config.copyAttributes?"string"==typeof this.config.copyAttributes&&(this.config.copyAttributes=this.config.copyAttributes.split(" ")):this.config.copyAttributes=[],this.config.copyAttributes.forEach((function(n){e.config._attributes[n]=t(e.element).attr(n)}))},I._setConfirmationListeners=function(){var e=this;this.config.selector?t(this.element).on(this.config.trigger,this.config.selector,(function(t,e){e||(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation())})):(t(this.element).on(this.config.trigger,(function(t,e){e||(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation())})),t(this.element).on(v.SHOWN,(function(){e.config.singleton&&t(e.config._selector).not(t(this)).filter((function(){return void 0!==t(this).data(s)})).confirmation("hide")}))),this._isDelegate||(this.eventBody=!1,this.uid=this.element.id||m.getUID(r+"_group"),t(this.element).on(v.SHOWN,(function(){e.config.popout&&!e.eventBody&&(e.eventBody=t("body").on(v.CLICK+"."+e.uid,(function(n){t(e.config._selector).is(n.target)||t(e.config._selector).has(n.target).length>0||(t(e.config._selector).filter((function(){return void 0!==t(this).data(s)})).confirmation("hide"),t("body").off(v.CLICK+"."+e.uid),e.eventBody=!1)})))})))},I._setStandardButtons=function(t){var e=[{class:this.config.btnOkClass,label:this.config.btnOkLabel,iconClass:this.config.btnOkIconClass,iconContent:this.config.btnOkIconContent,attr:this.config._attributes},{class:this.config.btnCancelClass,label:this.config.btnCancelLabel,iconClass:this.config.btnCancelIconClass,iconContent:this.config.btnCancelIconContent,cancel:!0}];this._setButtons(t,e)},I._setButtons=function(e,n){var o=this,i=e.find(b).empty();n.forEach((function(e){var n=t('').addClass("h-100 d-flex align-items-center").addClass(e.class||"btn btn-sm btn-secondary").html(e.label||"").attr(e.attr||(e.cancel?{}:o.config._attributes));(e.iconClass||e.iconContent)&&n.prepend(t("").addClass(e.iconClass||"").text(e.iconContent||"")),n.one("click",(function(n){"#"===t(this).attr("href")&&n.preventDefault(),e.onClick&&e.onClick.call(t(o.element)),e.cancel?(o.config.onCancel.call(o.element,e.value),t(o.element).trigger(v.CANCELED,[e.value])):(o.config.onConfirm.call(o.element,e.value),t(o.element).trigger(v.CONFIRMED,[e.value]),t(o.element).trigger(o.config.confirmationEvent,[!0])),o.hide()})),i.append(n)}))},I._setupKeyupEvent=function(){u=this,t(window).off(v.KEYUP).on(v.KEYUP,this._onKeyup.bind(this))},I._cleanKeyupEvent=function(){u===this&&(u=void 0,t(window).off(v.KEYUP))},I._onKeyup=function(e){if(this.tip){var n,o=t(this.getTipElement()),i=e.key||C[e.keyCode||e.which],r=o.find(b),s=r.find(".active");switch(i){case"Escape":this.hide();break;case"ArrowRight":n=s.length&&s.next().length?s.next():r.children().first(),s.removeClass("active"),n.addClass("active").focus();break;case"ArrowLeft":n=s.length&&s.prev().length?s.prev():r.children().last(),s.removeClass("active"),n.addClass("active").focus()}}else this._cleanKeyupEvent()},m.getUID=function(t){var e=t;do{e+=~~(1e6*Math.random())}while(document.getElementById(e));return e},m._jQueryInterface=function(e){return this.each((function(){var n=t(this).data(s),o="object"==typeof e?e:{};if(o.rootSelector=t(this).selector||o.rootSelector,(n||!/destroy|hide/.test(e))&&(n||(n=new m(this,o),t(this).data(s,n)),"string"==typeof e)){if(void 0===n[e])throw new TypeError('No method named "'+e+'"');n[e]()}}))},E=m,O=[{key:"VERSION",get:function(){return"4.2.1"}},{key:"Default",get:function(){return f}},{key:"NAME",get:function(){return r}},{key:"DATA_KEY",get:function(){return s}},{key:"Event",get:function(){return v}},{key:"EVENT_KEY",get:function(){return c}},{key:"DefaultType",get:function(){return l}}],(_=null)&&e(E.prototype,_),O&&e(E,O),m}(i);t.fn[r]=y._jQueryInterface,t.fn[r].Constructor=y,t.fn[r].noConflict=function(){return t.fn[r]=a,y._jQueryInterface}})); \ No newline at end of file diff --git a/assets/js/bootstrap-tokenfield.min.js b/assets/js/bootstrap-tokenfield.min.js deleted file mode 100644 index 6fe6a02..0000000 --- a/assets/js/bootstrap-tokenfield.min.js +++ /dev/null @@ -1,7 +0,0 @@ -/*! - * bootstrap-tokenfield 0.12.1 - * https://github.com/sliptree/bootstrap-tokenfield - * Copyright 2013-2014 Sliptree and other contributors; Licensed MIT - */ - -!function(a){"function"==typeof define&&define.amd?define(["jquery"],a):"object"==typeof exports?module.exports=global.window&&global.window.$?a(global.window.$):function(b){if(!b.$&&!b.fn)throw new Error("Tokenfield requires a window object with jQuery or a jQuery instance");return a(b.$||b)}:a(jQuery,window)}(function(a,b){"use strict";var c=function(c,d){var e=this;this.$element=a(c),this.textDirection=this.$element.css("direction"),this.options=a.extend(!0,{},a.fn.tokenfield.defaults,{tokens:this.$element.val()},this.$element.data(),d),this._delimiters="string"==typeof this.options.delimiter?[this.options.delimiter]:this.options.delimiter,this._triggerKeys=a.map(this._delimiters,function(a){return a.charCodeAt(0)}),this._firstDelimiter=this._delimiters[0];var f=a.inArray(" ",this._delimiters),g=a.inArray("-",this._delimiters);f>=0&&(this._delimiters[f]="\\s"),g>=0&&(delete this._delimiters[g],this._delimiters.unshift("-"));var h=["\\","$","[","{","^",".","|","?","*","+","(",")"];a.each(this._delimiters,function(b,c){var d=a.inArray(c,h);d>=0&&(e._delimiters[b]="\\"+c)});var i,j=b&&"function"==typeof b.getMatchedCSSRules?b.getMatchedCSSRules(c):null,k=c.style.width,l=this.$element.width();j&&a.each(j,function(a,b){b.style.width&&(i=b.style.width)});var m="rtl"===a("body").css("direction")?"right":"left",n={position:this.$element.css("position")};n[m]=this.$element.css(m),this.$element.data("original-styles",n).data("original-tabindex",this.$element.prop("tabindex")).css("position","absolute").css(m,"-10000px").prop("tabindex",-1),this.$wrapper=a('
'),this.$element.hasClass("input-lg")&&this.$wrapper.addClass("input-lg"),this.$element.hasClass("input-sm")&&this.$wrapper.addClass("input-sm"),"rtl"===this.textDirection&&this.$wrapper.addClass("rtl");var o=this.$element.prop("id")||(new Date).getTime()+""+Math.floor(100*(1+Math.random()));this.$input=a('').appendTo(this.$wrapper).prop("placeholder",this.$element.prop("placeholder")).prop("id",o+"-tokenfield").prop("tabindex",this.$element.data("original-tabindex"));var p=a('label[for="'+this.$element.prop("id")+'"]');if(p.length&&p.prop("for",this.$input.prop("id")),this.$copyHelper=a('').css("position","absolute").css(m,"-10000px").prop("tabindex",-1).prependTo(this.$wrapper),k?this.$wrapper.css("width",k):i?this.$wrapper.css("width",i):this.$element.parents(".form-inline").length&&this.$wrapper.width(l),(this.$element.prop("disabled")||this.$element.parents("fieldset[disabled]").length)&&this.disable(),this.$element.prop("readonly")&&this.readonly(),this.$mirror=a(''),this.$input.css("min-width",this.options.minWidth+"px"),a.each(["fontFamily","fontSize","fontWeight","fontStyle","letterSpacing","textTransform","wordSpacing","textIndent"],function(a,b){e.$mirror[0].style[b]=e.$input.css(b)}),this.$mirror.appendTo("body"),this.$wrapper.insertBefore(this.$element),this.$element.prependTo(this.$wrapper),this.update(),this.setTokens(this.options.tokens,!1,!this.$element.val()&&this.options.tokens),this.listen(),!a.isEmptyObject(this.options.autocomplete)){var q="rtl"===this.textDirection?"right":"left",r=a.extend({minLength:this.options.showAutocompleteOnFocus?0:null,position:{my:q+" top",at:q+" bottom",of:this.$wrapper}},this.options.autocomplete);this.$input.autocomplete(r)}if(!a.isEmptyObject(this.options.typeahead)){var s=this.options.typeahead,t={minLength:this.options.showAutocompleteOnFocus?0:null},u=a.isArray(s)?s:[s,s];u[0]=a.extend({},t,u[0]),this.$input.typeahead.apply(this.$input,u),this.typeahead=!0}};c.prototype={constructor:c,createToken:function(b,c){var d=this;if(b="string"==typeof b?{value:b,label:b}:a.extend({},b),"undefined"==typeof c&&(c=!0),b.value=a.trim(b.value.toString()),b.label=b.label&&b.label.length?a.trim(b.label):b.value,!(!b.value.length||!b.label.length||b.label.length<=this.options.minLength||this.options.limit&&this.getTokens().length>=this.options.limit)){var e=a.Event("tokenfield:createtoken",{attrs:b});if(this.$element.trigger(e),e.attrs&&!e.isDefaultPrevented()){var f=a('
').append('').append('×').data("attrs",b);this.$input.hasClass("tt-input")?this.$input.parent().before(f):this.$input.before(f),this.$input.css("width",this.options.minWidth+"px");var g=f.find(".token-label"),h=f.find(".close");return this.maxTokenWidth||(this.maxTokenWidth=this.$wrapper.width()-h.outerWidth()-parseInt(h.css("margin-left"),10)-parseInt(h.css("margin-right"),10)-parseInt(f.css("border-left-width"),10)-parseInt(f.css("border-right-width"),10)-parseInt(f.css("padding-left"),10)-parseInt(f.css("padding-right"),10),parseInt(g.css("border-left-width"),10)-parseInt(g.css("border-right-width"),10)-parseInt(g.css("padding-left"),10)-parseInt(g.css("padding-right"),10),parseInt(g.css("margin-left"),10)-parseInt(g.css("margin-right"),10)),g.text(b.label).css("max-width",this.maxTokenWidth),f.on("mousedown",function(){return d._disabled||d._readonly?!1:(d.preventDeactivation=!0,void 0)}).on("click",function(a){return d._disabled||d._readonly?!1:(d.preventDeactivation=!1,a.ctrlKey||a.metaKey?(a.preventDefault(),d.toggle(f)):(d.activate(f,a.shiftKey,a.shiftKey),void 0))}).on("dblclick",function(){return d._disabled||d._readonly||!d.options.allowEditing?!1:(d.edit(f),void 0)}),h.on("click",a.proxy(this.remove,this)),this.$element.trigger(a.Event("tokenfield:createdtoken",{attrs:b,relatedTarget:f.get(0)})),c&&this.$element.val(this.getTokensList()).trigger(a.Event("change",{initiator:"tokenfield"})),this.update(),this.$element.get(0)}}},setTokens:function(b,c,d){if(b){c||this.$wrapper.find(".token").remove(),"undefined"==typeof d&&(d=!0),"string"==typeof b&&(b=this._delimiters.length?b.split(new RegExp("["+this._delimiters.join("")+"]")):[b]);var e=this;return a.each(b,function(a,b){e.createToken(b,d)}),this.$element.get(0)}},getTokenData:function(b){var c=b.map(function(){var b=a(this);return b.data("attrs")}).get();return 1==c.length&&(c=c[0]),c},getTokens:function(b){var c=this,d=[],e=b?".active":"";return this.$wrapper.find(".token"+e).each(function(){d.push(c.getTokenData(a(this)))}),d},getTokensList:function(b,c,d){b=b||this._firstDelimiter,c="undefined"!=typeof c&&null!==c?c:this.options.beautify;var e=b+(c&&" "!==b?" ":"");return a.map(this.getTokens(d),function(a){return a.value}).join(e)},getInput:function(){return this.$input.val()},listen:function(){var c=this;this.$element.on("change",a.proxy(this.change,this)),this.$wrapper.on("mousedown",a.proxy(this.focusInput,this)),this.$input.on("focus",a.proxy(this.focus,this)).on("blur",a.proxy(this.blur,this)).on("paste",a.proxy(this.paste,this)).on("keydown",a.proxy(this.keydown,this)).on("keypress",a.proxy(this.keypress,this)).on("keyup",a.proxy(this.keyup,this)),this.$copyHelper.on("focus",a.proxy(this.focus,this)).on("blur",a.proxy(this.blur,this)).on("keydown",a.proxy(this.keydown,this)).on("keyup",a.proxy(this.keyup,this)),this.$input.on("keypress",a.proxy(this.update,this)).on("keyup",a.proxy(this.update,this)),this.$input.on("autocompletecreate",function(){var b=a(this).data("ui-autocomplete").menu.element,d=c.$wrapper.outerWidth()-parseInt(b.css("border-left-width"),10)-parseInt(b.css("border-right-width"),10);b.css("min-width",d+"px")}).on("autocompleteselect",function(a,b){return c.createToken(b.item)&&(c.$input.val(""),c.$input.data("edit")&&c.unedit(!0)),!1}).on("typeahead:selected typeahead:autocompleted",function(a,b){c.createToken(b)&&(c.$input.typeahead("val",""),c.$input.data("edit")&&c.unedit(!0))}),a(b).on("resize",a.proxy(this.update,this))},keydown:function(b){function c(a){if(e.$input.is(document.activeElement)){if(e.$input.val().length>0)return;a+="All";var c=e.$input.hasClass("tt-input")?e.$input.parent()[a](".token:first"):e.$input[a](".token:first");if(!c.length)return;e.preventInputFocus=!0,e.preventDeactivation=!0,e.activate(c),b.preventDefault()}else e[a](b.shiftKey),b.preventDefault()}function d(c){if(b.shiftKey){if(e.$input.is(document.activeElement)){if(e.$input.val().length>0)return;var d=e.$input.hasClass("tt-input")?e.$input.parent()[c+"All"](".token:first"):e.$input[c+"All"](".token:first");if(!d.length)return;e.activate(d)}var f="prev"===c?"next":"prev",g="prev"===c?"first":"last";e.$firstActiveToken[f+"All"](".token").each(function(){e.deactivate(a(this))}),e.activate(e.$wrapper.find(".token:"+g),!0,!0),b.preventDefault()}}if(this.focused){var e=this;switch(b.keyCode){case 8:if(!this.$input.is(document.activeElement))break;this.lastInputValue=this.$input.val();break;case 37:c("rtl"===this.textDirection?"next":"prev");break;case 38:d("prev");break;case 39:c("rtl"===this.textDirection?"prev":"next");break;case 40:d("next");break;case 65:if(this.$input.val().length>0||!b.ctrlKey&&!b.metaKey)break;this.activateAll(),b.preventDefault();break;case 9:case 13:if(this.$input.data("ui-autocomplete")&&this.$input.data("ui-autocomplete").menu.element.find("li:has(a.ui-state-focus), li.ui-state-focus").length)break;if(this.$input.hasClass("tt-input")&&this.$wrapper.find(".tt-cursor").length)break;if(this.$input.hasClass("tt-input")&&this.$wrapper.find(".tt-hint").val()&&this.$wrapper.find(".tt-hint").val().length)break;if(this.$input.is(document.activeElement)&&this.$input.val().length||this.$input.data("edit"))return this.createTokensFromInput(b,this.$input.data("edit"));if(13===b.keyCode){if(!this.$copyHelper.is(document.activeElement)||1!==this.$wrapper.find(".token.active").length)break;if(!e.options.allowEditing)break;this.edit(this.$wrapper.find(".token.active"))}}this.lastKeyDown=b.keyCode}},keypress:function(b){return-1!==a.inArray(b.which,this._triggerKeys)&&this.$input.is(document.activeElement)?(this.$input.val()&&this.createTokensFromInput(b),!1):void 0},keyup:function(a){if(this.preventInputFocus=!1,this.focused){switch(a.keyCode){case 8:if(this.$input.is(document.activeElement)){if(this.$input.val().length||this.lastInputValue.length&&8===this.lastKeyDown)break;this.preventDeactivation=!0;var b=this.$input.hasClass("tt-input")?this.$input.parent().prevAll(".token:first"):this.$input.prevAll(".token:first");if(!b.length)break;this.activate(b)}else this.remove(a);break;case 46:this.remove(a,"next")}this.lastKeyUp=a.keyCode}},focus:function(){this.focused=!0,this.$wrapper.addClass("focus"),this.$input.is(document.activeElement)&&(this.$wrapper.find(".active").removeClass("active"),this.$firstActiveToken=null,this.options.showAutocompleteOnFocus&&this.search())},blur:function(a){this.focused=!1,this.$wrapper.removeClass("focus"),this.preventDeactivation||this.$element.is(document.activeElement)||(this.$wrapper.find(".active").removeClass("active"),this.$firstActiveToken=null),!this.preventCreateTokens&&(this.$input.data("edit")&&!this.$input.is(document.activeElement)||this.options.createTokensOnBlur)&&this.createTokensFromInput(a),this.preventDeactivation=!1,this.preventCreateTokens=!1},paste:function(a){var b=this;b.options.allowPasting&&setTimeout(function(){b.createTokensFromInput(a)},1)},change:function(a){"tokenfield"!==a.initiator&&this.setTokens(this.$element.val())},createTokensFromInput:function(a,b){if(!(this.$input.val().lengththis.$firstActiveToken.index():!1;if(c)return this.deactivate(b)}var d=this.$wrapper.find(".active:first"),e=d.prevAll(".token:first");return e.length||(e=this.$wrapper.find(".token:first")),e.length||a?(this.activate(e,a),void 0):(this.$input.focus(),void 0)},activate:function(b,c,d,e){if(b){if("undefined"==typeof e)var e=!0;if(d)var c=!0;if(this.$copyHelper.focus(),c||(this.$wrapper.find(".active").removeClass("active"),e?this.$firstActiveToken=b:delete this.$firstActiveToken),d&&this.$firstActiveToken){var f=this.$firstActiveToken.index()-2,g=b.index()-2,h=this;this.$wrapper.find(".token").slice(Math.min(f,g)+1,Math.max(f,g)).each(function(){h.activate(a(this),!0)})}b.addClass("active"),this.$copyHelper.val(this.getTokensList(null,null,!0)).select()}},activateAll:function(){var b=this;this.$wrapper.find(".token").each(function(c){b.activate(a(this),0!==c,!1,!1)})},deactivate:function(a){a&&(a.removeClass("active"),this.$copyHelper.val(this.getTokensList(null,null,!0)).select())},toggle:function(a){a&&(a.toggleClass("active"),this.$copyHelper.val(this.getTokensList(null,null,!0)).select())},edit:function(b){if(b){var c=b.data("attrs"),d={attrs:c,relatedTarget:b.get(0)},e=a.Event("tokenfield:edittoken",d);if(this.$element.trigger(e),!e.isDefaultPrevented()){b.find(".token-label").text(c.value);var f=b.outerWidth(),g=this.$input.hasClass("tt-input")?this.$input.parent():this.$input;b.replaceWith(g),this.preventCreateTokens=!0,this.$input.val(c.value).select().data("edit",!0).width(f),this.update(),this.$element.trigger(a.Event("tokenfield:editedtoken",d))}}},unedit:function(a){var b=this.$input.hasClass("tt-input")?this.$input.parent():this.$input;if(b.appendTo(this.$wrapper),this.$input.data("edit",!1),this.$mirror.text(""),this.update(),a){var c=this;setTimeout(function(){c.$input.focus()},1)}},remove:function(b,c){if(!(this.$input.is(document.activeElement)||this._disabled||this._readonly)){var d="click"===b.type?a(b.target).closest(".token"):this.$wrapper.find(".token.active");if("click"!==b.type){if(!c)var c="prev";if(this[c](),"prev"===c)var e=0===d.first().prevAll(".token:first").length}var f={attrs:this.getTokenData(d),relatedTarget:d.get(0)},g=a.Event("tokenfield:removetoken",f);if(this.$element.trigger(g),!g.isDefaultPrevented()){var h=a.Event("tokenfield:removedtoken",f),i=a.Event("change",{initiator:"tokenfield"});d.remove(),this.$element.val(this.getTokensList()).trigger(h).trigger(i),(!this.$wrapper.find(".token").length||"click"===b.type||e)&&this.$input.focus(),this.$input.css("width",this.options.minWidth+"px"),this.update(),b.preventDefault(),b.stopPropagation()}}},update:function(){var a=this.$input.val(),b=parseInt(this.$input.css("padding-left"),10),c=parseInt(this.$input.css("padding-right"),10),d=b+c;if(this.$input.data("edit")){if(a||(a=this.$input.prop("placeholder")),a===this.$mirror.text())return;this.$mirror.text(a);var e=this.$mirror.width()+10;if(e>this.$wrapper.width())return this.$input.width(this.$wrapper.width());this.$input.width(e)}else{var f="rtl"===this.textDirection?this.$input.offset().left+this.$input.outerWidth()-this.$wrapper.offset().left-parseInt(this.$wrapper.css("padding-left"),10)-d-1:this.$wrapper.offset().left+this.$wrapper.width()+parseInt(this.$wrapper.css("padding-left"),10)-this.$input.offset().left-d;isNaN(f)?this.$input.width("100%"):this.$input.width(f)}},focusInput:function(b){if(!(a(b.target).closest(".token").length||a(b.target).closest(".token-input").length||a(b.target).closest(".tt-dropdown-menu").length)){var c=this;setTimeout(function(){c.$input.focus()},0)}},search:function(){this.$input.data("ui-autocomplete")&&this.$input.autocomplete("search")},disable:function(){this.setProperty("disabled",!0)},enable:function(){this.setProperty("disabled",!1)},readonly:function(){this.setProperty("readonly",!0)},writeable:function(){this.setProperty("readonly",!1)},setProperty:function(a,b){this["_"+a]=b,this.$input.prop(a,b),this.$element.prop(a,b),this.$wrapper[b?"addClass":"removeClass"](a)},destroy:function(){this.$element.val(this.getTokensList()),this.$element.css(this.$element.data("original-styles")),this.$element.prop("tabindex",this.$element.data("original-tabindex"));var b=a('label[for="'+this.$input.prop("id")+'"]');b.length&&b.prop("for",this.$element.prop("id")),this.$element.insertBefore(this.$wrapper),this.$element.removeData("original-styles").removeData("original-tabindex").removeData("bs.tokenfield"),this.$wrapper.remove(),this.$mirror.remove();var c=this.$element;return c}};var d=a.fn.tokenfield;return a.fn.tokenfield=function(b,d){var e,f=[];Array.prototype.push.apply(f,arguments);var g=this.each(function(){var g=a(this),h=g.data("bs.tokenfield"),i="object"==typeof b&&b;"string"==typeof b&&h&&h[b]?(f.shift(),e=h[b].apply(h,f)):h||"string"==typeof b||d||(g.data("bs.tokenfield",h=new c(this,i)),g.trigger("tokenfield:initialize"))});return"undefined"!=typeof e?e:g},a.fn.tokenfield.defaults={minWidth:60,minLength:0,allowEditing:!0,allowPasting:!0,limit:0,autocomplete:{},typeahead:{},showAutocompleteOnFocus:!1,createTokensOnBlur:!1,delimiter:",",beautify:!0,inputType:"text"},a.fn.tokenfield.Constructor=c,a.fn.tokenfield.noConflict=function(){return a.fn.tokenfield=d,this},c}); \ No newline at end of file diff --git a/assets/js/custom.js b/assets/js/custom.js deleted file mode 100644 index 9cd7e27..0000000 --- a/assets/js/custom.js +++ /dev/null @@ -1,39 +0,0 @@ -(function($) { - "use strict"; // Start of use strict - - // Smooth scrolling using jQuery easing - $(document).on('click', 'a.scroll-to-top', function(e) { - var $anchor = $(this); - $('html, body').stop().animate({ - scrollTop: ($($anchor.attr('href')).offset().top) - }, 1000, 'easeInOutExpo'); - e.preventDefault(); - }); - - $(function () { - $('[data-toggle="tooltip"]').tooltip() - }); - - $(".online-status").each(function(){ - const onlineStatusID = "#" + $(this).attr('id'); - $.get( "/user/status?pkey=" + encodeURIComponent($(this).attr('data-pkey')), function( data ) { - console.log(onlineStatusID + " " + data) - if(data === true) { - $(onlineStatusID).html(''); - } else { - $(onlineStatusID).html(''); - } - }); - }); - $(function() { - $('select.device-selector').change(function() { - this.form.submit(); - }); - }); - $('[data-toggle=confirmation]').confirmation({ - rootSelector: '[data-toggle=confirmation]', - // other options - }); -})(jQuery); // End of use strict - - diff --git a/assets/js/jquery-ui.min.js b/assets/js/jquery-ui.min.js deleted file mode 100644 index 25398a1..0000000 --- a/assets/js/jquery-ui.min.js +++ /dev/null @@ -1,13 +0,0 @@ -/*! jQuery UI - v1.12.1 - 2016-09-14 -* http://jqueryui.com -* Includes: widget.js, position.js, data.js, disable-selection.js, effect.js, effects/effect-blind.js, effects/effect-bounce.js, effects/effect-clip.js, effects/effect-drop.js, effects/effect-explode.js, effects/effect-fade.js, effects/effect-fold.js, effects/effect-highlight.js, effects/effect-puff.js, effects/effect-pulsate.js, effects/effect-scale.js, effects/effect-shake.js, effects/effect-size.js, effects/effect-slide.js, effects/effect-transfer.js, focusable.js, form-reset-mixin.js, jquery-1-7.js, keycode.js, labels.js, scroll-parent.js, tabbable.js, unique-id.js, widgets/accordion.js, widgets/autocomplete.js, widgets/button.js, widgets/checkboxradio.js, widgets/controlgroup.js, widgets/datepicker.js, widgets/dialog.js, widgets/draggable.js, widgets/droppable.js, widgets/menu.js, widgets/mouse.js, widgets/progressbar.js, widgets/resizable.js, widgets/selectable.js, widgets/selectmenu.js, widgets/slider.js, widgets/sortable.js, widgets/spinner.js, widgets/tabs.js, widgets/tooltip.js -* Copyright jQuery Foundation and other contributors; Licensed MIT */ - -(function(t){"function"==typeof define&&define.amd?define(["jquery"],t):t(jQuery)})(function(t){function e(t){for(var e=t.css("visibility");"inherit"===e;)t=t.parent(),e=t.css("visibility");return"hidden"!==e}function i(t){for(var e,i;t.length&&t[0]!==document;){if(e=t.css("position"),("absolute"===e||"relative"===e||"fixed"===e)&&(i=parseInt(t.css("zIndex"),10),!isNaN(i)&&0!==i))return i;t=t.parent()}return 0}function s(){this._curInst=null,this._keyEvent=!1,this._disabledInputs=[],this._datepickerShowing=!1,this._inDialog=!1,this._mainDivId="ui-datepicker-div",this._inlineClass="ui-datepicker-inline",this._appendClass="ui-datepicker-append",this._triggerClass="ui-datepicker-trigger",this._dialogClass="ui-datepicker-dialog",this._disableClass="ui-datepicker-disabled",this._unselectableClass="ui-datepicker-unselectable",this._currentClass="ui-datepicker-current-day",this._dayOverClass="ui-datepicker-days-cell-over",this.regional=[],this.regional[""]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],weekHeader:"Wk",dateFormat:"mm/dd/yy",firstDay:0,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},this._defaults={showOn:"focus",showAnim:"fadeIn",showOptions:{},defaultDate:null,appendText:"",buttonText:"...",buttonImage:"",buttonImageOnly:!1,hideIfNoPrevNext:!1,navigationAsDateFormat:!1,gotoCurrent:!1,changeMonth:!1,changeYear:!1,yearRange:"c-10:c+10",showOtherMonths:!1,selectOtherMonths:!1,showWeek:!1,calculateWeek:this.iso8601Week,shortYearCutoff:"+10",minDate:null,maxDate:null,duration:"fast",beforeShowDay:null,beforeShow:null,onSelect:null,onChangeMonthYear:null,onClose:null,numberOfMonths:1,showCurrentAtPos:0,stepMonths:1,stepBigMonths:12,altField:"",altFormat:"",constrainInput:!0,showButtonPanel:!1,autoSize:!1,disabled:!1},t.extend(this._defaults,this.regional[""]),this.regional.en=t.extend(!0,{},this.regional[""]),this.regional["en-US"]=t.extend(!0,{},this.regional.en),this.dpDiv=n(t("
"))}function n(e){var i="button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a";return e.on("mouseout",i,function(){t(this).removeClass("ui-state-hover"),-1!==this.className.indexOf("ui-datepicker-prev")&&t(this).removeClass("ui-datepicker-prev-hover"),-1!==this.className.indexOf("ui-datepicker-next")&&t(this).removeClass("ui-datepicker-next-hover")}).on("mouseover",i,o)}function o(){t.datepicker._isDisabledDatepicker(m.inline?m.dpDiv.parent()[0]:m.input[0])||(t(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover"),t(this).addClass("ui-state-hover"),-1!==this.className.indexOf("ui-datepicker-prev")&&t(this).addClass("ui-datepicker-prev-hover"),-1!==this.className.indexOf("ui-datepicker-next")&&t(this).addClass("ui-datepicker-next-hover"))}function a(e,i){t.extend(e,i);for(var s in i)null==i[s]&&(e[s]=i[s]);return e}function r(t){return function(){var e=this.element.val();t.apply(this,arguments),this._refresh(),e!==this.element.val()&&this._trigger("change")}}t.ui=t.ui||{},t.ui.version="1.12.1";var h=0,l=Array.prototype.slice;t.cleanData=function(e){return function(i){var s,n,o;for(o=0;null!=(n=i[o]);o++)try{s=t._data(n,"events"),s&&s.remove&&t(n).triggerHandler("remove")}catch(a){}e(i)}}(t.cleanData),t.widget=function(e,i,s){var n,o,a,r={},h=e.split(".")[0];e=e.split(".")[1];var l=h+"-"+e;return s||(s=i,i=t.Widget),t.isArray(s)&&(s=t.extend.apply(null,[{}].concat(s))),t.expr[":"][l.toLowerCase()]=function(e){return!!t.data(e,l)},t[h]=t[h]||{},n=t[h][e],o=t[h][e]=function(t,e){return this._createWidget?(arguments.length&&this._createWidget(t,e),void 0):new o(t,e)},t.extend(o,n,{version:s.version,_proto:t.extend({},s),_childConstructors:[]}),a=new i,a.options=t.widget.extend({},a.options),t.each(s,function(e,s){return t.isFunction(s)?(r[e]=function(){function t(){return i.prototype[e].apply(this,arguments)}function n(t){return i.prototype[e].apply(this,t)}return function(){var e,i=this._super,o=this._superApply;return this._super=t,this._superApply=n,e=s.apply(this,arguments),this._super=i,this._superApply=o,e}}(),void 0):(r[e]=s,void 0)}),o.prototype=t.widget.extend(a,{widgetEventPrefix:n?a.widgetEventPrefix||e:e},r,{constructor:o,namespace:h,widgetName:e,widgetFullName:l}),n?(t.each(n._childConstructors,function(e,i){var s=i.prototype;t.widget(s.namespace+"."+s.widgetName,o,i._proto)}),delete n._childConstructors):i._childConstructors.push(o),t.widget.bridge(e,o),o},t.widget.extend=function(e){for(var i,s,n=l.call(arguments,1),o=0,a=n.length;a>o;o++)for(i in n[o])s=n[o][i],n[o].hasOwnProperty(i)&&void 0!==s&&(e[i]=t.isPlainObject(s)?t.isPlainObject(e[i])?t.widget.extend({},e[i],s):t.widget.extend({},s):s);return e},t.widget.bridge=function(e,i){var s=i.prototype.widgetFullName||e;t.fn[e]=function(n){var o="string"==typeof n,a=l.call(arguments,1),r=this;return o?this.length||"instance"!==n?this.each(function(){var i,o=t.data(this,s);return"instance"===n?(r=o,!1):o?t.isFunction(o[n])&&"_"!==n.charAt(0)?(i=o[n].apply(o,a),i!==o&&void 0!==i?(r=i&&i.jquery?r.pushStack(i.get()):i,!1):void 0):t.error("no such method '"+n+"' for "+e+" widget instance"):t.error("cannot call methods on "+e+" prior to initialization; "+"attempted to call method '"+n+"'")}):r=void 0:(a.length&&(n=t.widget.extend.apply(null,[n].concat(a))),this.each(function(){var e=t.data(this,s);e?(e.option(n||{}),e._init&&e._init()):t.data(this,s,new i(n,this))})),r}},t.Widget=function(){},t.Widget._childConstructors=[],t.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",defaultElement:"
",options:{classes:{},disabled:!1,create:null},_createWidget:function(e,i){i=t(i||this.defaultElement||this)[0],this.element=t(i),this.uuid=h++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=t(),this.hoverable=t(),this.focusable=t(),this.classesElementLookup={},i!==this&&(t.data(i,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===i&&this.destroy()}}),this.document=t(i.style?i.ownerDocument:i.document||i),this.window=t(this.document[0].defaultView||this.document[0].parentWindow)),this.options=t.widget.extend({},this.options,this._getCreateOptions(),e),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:t.noop,_create:t.noop,_init:t.noop,destroy:function(){var e=this;this._destroy(),t.each(this.classesElementLookup,function(t,i){e._removeClass(i,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:t.noop,widget:function(){return this.element},option:function(e,i){var s,n,o,a=e;if(0===arguments.length)return t.widget.extend({},this.options);if("string"==typeof e)if(a={},s=e.split("."),e=s.shift(),s.length){for(n=a[e]=t.widget.extend({},this.options[e]),o=0;s.length-1>o;o++)n[s[o]]=n[s[o]]||{},n=n[s[o]];if(e=s.pop(),1===arguments.length)return void 0===n[e]?null:n[e];n[e]=i}else{if(1===arguments.length)return void 0===this.options[e]?null:this.options[e];a[e]=i}return this._setOptions(a),this},_setOptions:function(t){var e;for(e in t)this._setOption(e,t[e]);return this},_setOption:function(t,e){return"classes"===t&&this._setOptionClasses(e),this.options[t]=e,"disabled"===t&&this._setOptionDisabled(e),this},_setOptionClasses:function(e){var i,s,n;for(i in e)n=this.classesElementLookup[i],e[i]!==this.options.classes[i]&&n&&n.length&&(s=t(n.get()),this._removeClass(n,i),s.addClass(this._classes({element:s,keys:i,classes:e,add:!0})))},_setOptionDisabled:function(t){this._toggleClass(this.widget(),this.widgetFullName+"-disabled",null,!!t),t&&(this._removeClass(this.hoverable,null,"ui-state-hover"),this._removeClass(this.focusable,null,"ui-state-focus"))},enable:function(){return this._setOptions({disabled:!1})},disable:function(){return this._setOptions({disabled:!0})},_classes:function(e){function i(i,o){var a,r;for(r=0;i.length>r;r++)a=n.classesElementLookup[i[r]]||t(),a=e.add?t(t.unique(a.get().concat(e.element.get()))):t(a.not(e.element).get()),n.classesElementLookup[i[r]]=a,s.push(i[r]),o&&e.classes[i[r]]&&s.push(e.classes[i[r]])}var s=[],n=this;return e=t.extend({element:this.element,classes:this.options.classes||{}},e),this._on(e.element,{remove:"_untrackClassesElement"}),e.keys&&i(e.keys.match(/\S+/g)||[],!0),e.extra&&i(e.extra.match(/\S+/g)||[]),s.join(" ")},_untrackClassesElement:function(e){var i=this;t.each(i.classesElementLookup,function(s,n){-1!==t.inArray(e.target,n)&&(i.classesElementLookup[s]=t(n.not(e.target).get()))})},_removeClass:function(t,e,i){return this._toggleClass(t,e,i,!1)},_addClass:function(t,e,i){return this._toggleClass(t,e,i,!0)},_toggleClass:function(t,e,i,s){s="boolean"==typeof s?s:i;var n="string"==typeof t||null===t,o={extra:n?e:i,keys:n?t:e,element:n?this.element:t,add:s};return o.element.toggleClass(this._classes(o),s),this},_on:function(e,i,s){var n,o=this;"boolean"!=typeof e&&(s=i,i=e,e=!1),s?(i=n=t(i),this.bindings=this.bindings.add(i)):(s=i,i=this.element,n=this.widget()),t.each(s,function(s,a){function r(){return e||o.options.disabled!==!0&&!t(this).hasClass("ui-state-disabled")?("string"==typeof a?o[a]:a).apply(o,arguments):void 0}"string"!=typeof a&&(r.guid=a.guid=a.guid||r.guid||t.guid++);var h=s.match(/^([\w:-]*)\s*(.*)$/),l=h[1]+o.eventNamespace,c=h[2];c?n.on(l,c,r):i.on(l,r)})},_off:function(e,i){i=(i||"").split(" ").join(this.eventNamespace+" ")+this.eventNamespace,e.off(i).off(i),this.bindings=t(this.bindings.not(e).get()),this.focusable=t(this.focusable.not(e).get()),this.hoverable=t(this.hoverable.not(e).get())},_delay:function(t,e){function i(){return("string"==typeof t?s[t]:t).apply(s,arguments)}var s=this;return setTimeout(i,e||0)},_hoverable:function(e){this.hoverable=this.hoverable.add(e),this._on(e,{mouseenter:function(e){this._addClass(t(e.currentTarget),null,"ui-state-hover")},mouseleave:function(e){this._removeClass(t(e.currentTarget),null,"ui-state-hover")}})},_focusable:function(e){this.focusable=this.focusable.add(e),this._on(e,{focusin:function(e){this._addClass(t(e.currentTarget),null,"ui-state-focus")},focusout:function(e){this._removeClass(t(e.currentTarget),null,"ui-state-focus")}})},_trigger:function(e,i,s){var n,o,a=this.options[e];if(s=s||{},i=t.Event(i),i.type=(e===this.widgetEventPrefix?e:this.widgetEventPrefix+e).toLowerCase(),i.target=this.element[0],o=i.originalEvent)for(n in o)n in i||(i[n]=o[n]);return this.element.trigger(i,s),!(t.isFunction(a)&&a.apply(this.element[0],[i].concat(s))===!1||i.isDefaultPrevented())}},t.each({show:"fadeIn",hide:"fadeOut"},function(e,i){t.Widget.prototype["_"+e]=function(s,n,o){"string"==typeof n&&(n={effect:n});var a,r=n?n===!0||"number"==typeof n?i:n.effect||i:e;n=n||{},"number"==typeof n&&(n={duration:n}),a=!t.isEmptyObject(n),n.complete=o,n.delay&&s.delay(n.delay),a&&t.effects&&t.effects.effect[r]?s[e](n):r!==e&&s[r]?s[r](n.duration,n.easing,o):s.queue(function(i){t(this)[e](),o&&o.call(s[0]),i()})}}),t.widget,function(){function e(t,e,i){return[parseFloat(t[0])*(u.test(t[0])?e/100:1),parseFloat(t[1])*(u.test(t[1])?i/100:1)]}function i(e,i){return parseInt(t.css(e,i),10)||0}function s(e){var i=e[0];return 9===i.nodeType?{width:e.width(),height:e.height(),offset:{top:0,left:0}}:t.isWindow(i)?{width:e.width(),height:e.height(),offset:{top:e.scrollTop(),left:e.scrollLeft()}}:i.preventDefault?{width:0,height:0,offset:{top:i.pageY,left:i.pageX}}:{width:e.outerWidth(),height:e.outerHeight(),offset:e.offset()}}var n,o=Math.max,a=Math.abs,r=/left|center|right/,h=/top|center|bottom/,l=/[\+\-]\d+(\.[\d]+)?%?/,c=/^\w+/,u=/%$/,d=t.fn.position;t.position={scrollbarWidth:function(){if(void 0!==n)return n;var e,i,s=t("
"),o=s.children()[0];return t("body").append(s),e=o.offsetWidth,s.css("overflow","scroll"),i=o.offsetWidth,e===i&&(i=s[0].clientWidth),s.remove(),n=e-i},getScrollInfo:function(e){var i=e.isWindow||e.isDocument?"":e.element.css("overflow-x"),s=e.isWindow||e.isDocument?"":e.element.css("overflow-y"),n="scroll"===i||"auto"===i&&e.widthi?"left":e>0?"right":"center",vertical:0>r?"top":s>0?"bottom":"middle"};l>p&&p>a(e+i)&&(u.horizontal="center"),c>f&&f>a(s+r)&&(u.vertical="middle"),u.important=o(a(e),a(i))>o(a(s),a(r))?"horizontal":"vertical",n.using.call(this,t,u)}),h.offset(t.extend(D,{using:r}))})},t.ui.position={fit:{left:function(t,e){var i,s=e.within,n=s.isWindow?s.scrollLeft:s.offset.left,a=s.width,r=t.left-e.collisionPosition.marginLeft,h=n-r,l=r+e.collisionWidth-a-n;e.collisionWidth>a?h>0&&0>=l?(i=t.left+h+e.collisionWidth-a-n,t.left+=h-i):t.left=l>0&&0>=h?n:h>l?n+a-e.collisionWidth:n:h>0?t.left+=h:l>0?t.left-=l:t.left=o(t.left-r,t.left)},top:function(t,e){var i,s=e.within,n=s.isWindow?s.scrollTop:s.offset.top,a=e.within.height,r=t.top-e.collisionPosition.marginTop,h=n-r,l=r+e.collisionHeight-a-n;e.collisionHeight>a?h>0&&0>=l?(i=t.top+h+e.collisionHeight-a-n,t.top+=h-i):t.top=l>0&&0>=h?n:h>l?n+a-e.collisionHeight:n:h>0?t.top+=h:l>0?t.top-=l:t.top=o(t.top-r,t.top)}},flip:{left:function(t,e){var i,s,n=e.within,o=n.offset.left+n.scrollLeft,r=n.width,h=n.isWindow?n.scrollLeft:n.offset.left,l=t.left-e.collisionPosition.marginLeft,c=l-h,u=l+e.collisionWidth-r-h,d="left"===e.my[0]?-e.elemWidth:"right"===e.my[0]?e.elemWidth:0,p="left"===e.at[0]?e.targetWidth:"right"===e.at[0]?-e.targetWidth:0,f=-2*e.offset[0];0>c?(i=t.left+d+p+f+e.collisionWidth-r-o,(0>i||a(c)>i)&&(t.left+=d+p+f)):u>0&&(s=t.left-e.collisionPosition.marginLeft+d+p+f-h,(s>0||u>a(s))&&(t.left+=d+p+f))},top:function(t,e){var i,s,n=e.within,o=n.offset.top+n.scrollTop,r=n.height,h=n.isWindow?n.scrollTop:n.offset.top,l=t.top-e.collisionPosition.marginTop,c=l-h,u=l+e.collisionHeight-r-h,d="top"===e.my[1],p=d?-e.elemHeight:"bottom"===e.my[1]?e.elemHeight:0,f="top"===e.at[1]?e.targetHeight:"bottom"===e.at[1]?-e.targetHeight:0,g=-2*e.offset[1];0>c?(s=t.top+p+f+g+e.collisionHeight-r-o,(0>s||a(c)>s)&&(t.top+=p+f+g)):u>0&&(i=t.top-e.collisionPosition.marginTop+p+f+g-h,(i>0||u>a(i))&&(t.top+=p+f+g))}},flipfit:{left:function(){t.ui.position.flip.left.apply(this,arguments),t.ui.position.fit.left.apply(this,arguments)},top:function(){t.ui.position.flip.top.apply(this,arguments),t.ui.position.fit.top.apply(this,arguments)}}}}(),t.ui.position,t.extend(t.expr[":"],{data:t.expr.createPseudo?t.expr.createPseudo(function(e){return function(i){return!!t.data(i,e)}}):function(e,i,s){return!!t.data(e,s[3])}}),t.fn.extend({disableSelection:function(){var t="onselectstart"in document.createElement("div")?"selectstart":"mousedown";return function(){return this.on(t+".ui-disableSelection",function(t){t.preventDefault()})}}(),enableSelection:function(){return this.off(".ui-disableSelection")}});var c="ui-effects-",u="ui-effects-style",d="ui-effects-animated",p=t;t.effects={effect:{}},function(t,e){function i(t,e,i){var s=u[e.type]||{};return null==t?i||!e.def?null:e.def:(t=s.floor?~~t:parseFloat(t),isNaN(t)?e.def:s.mod?(t+s.mod)%s.mod:0>t?0:t>s.max?s.max:t)}function s(i){var s=l(),n=s._rgba=[];return i=i.toLowerCase(),f(h,function(t,o){var a,r=o.re.exec(i),h=r&&o.parse(r),l=o.space||"rgba";return h?(a=s[l](h),s[c[l].cache]=a[c[l].cache],n=s._rgba=a._rgba,!1):e}),n.length?("0,0,0,0"===n.join()&&t.extend(n,o.transparent),s):o[i]}function n(t,e,i){return i=(i+1)%1,1>6*i?t+6*(e-t)*i:1>2*i?e:2>3*i?t+6*(e-t)*(2/3-i):t}var o,a="backgroundColor borderBottomColor borderLeftColor borderRightColor borderTopColor color columnRuleColor outlineColor textDecorationColor textEmphasisColor",r=/^([\-+])=\s*(\d+\.?\d*)/,h=[{re:/rgba?\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,parse:function(t){return[t[1],t[2],t[3],t[4]]}},{re:/rgba?\(\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,parse:function(t){return[2.55*t[1],2.55*t[2],2.55*t[3],t[4]]}},{re:/#([a-f0-9]{2})([a-f0-9]{2})([a-f0-9]{2})/,parse:function(t){return[parseInt(t[1],16),parseInt(t[2],16),parseInt(t[3],16)]}},{re:/#([a-f0-9])([a-f0-9])([a-f0-9])/,parse:function(t){return[parseInt(t[1]+t[1],16),parseInt(t[2]+t[2],16),parseInt(t[3]+t[3],16)]}},{re:/hsla?\(\s*(\d+(?:\.\d+)?)\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,space:"hsla",parse:function(t){return[t[1],t[2]/100,t[3]/100,t[4]]}}],l=t.Color=function(e,i,s,n){return new t.Color.fn.parse(e,i,s,n)},c={rgba:{props:{red:{idx:0,type:"byte"},green:{idx:1,type:"byte"},blue:{idx:2,type:"byte"}}},hsla:{props:{hue:{idx:0,type:"degrees"},saturation:{idx:1,type:"percent"},lightness:{idx:2,type:"percent"}}}},u={"byte":{floor:!0,max:255},percent:{max:1},degrees:{mod:360,floor:!0}},d=l.support={},p=t("

")[0],f=t.each;p.style.cssText="background-color:rgba(1,1,1,.5)",d.rgba=p.style.backgroundColor.indexOf("rgba")>-1,f(c,function(t,e){e.cache="_"+t,e.props.alpha={idx:3,type:"percent",def:1}}),l.fn=t.extend(l.prototype,{parse:function(n,a,r,h){if(n===e)return this._rgba=[null,null,null,null],this;(n.jquery||n.nodeType)&&(n=t(n).css(a),a=e);var u=this,d=t.type(n),p=this._rgba=[];return a!==e&&(n=[n,a,r,h],d="array"),"string"===d?this.parse(s(n)||o._default):"array"===d?(f(c.rgba.props,function(t,e){p[e.idx]=i(n[e.idx],e)}),this):"object"===d?(n instanceof l?f(c,function(t,e){n[e.cache]&&(u[e.cache]=n[e.cache].slice())}):f(c,function(e,s){var o=s.cache;f(s.props,function(t,e){if(!u[o]&&s.to){if("alpha"===t||null==n[t])return;u[o]=s.to(u._rgba)}u[o][e.idx]=i(n[t],e,!0)}),u[o]&&0>t.inArray(null,u[o].slice(0,3))&&(u[o][3]=1,s.from&&(u._rgba=s.from(u[o])))}),this):e},is:function(t){var i=l(t),s=!0,n=this;return f(c,function(t,o){var a,r=i[o.cache];return r&&(a=n[o.cache]||o.to&&o.to(n._rgba)||[],f(o.props,function(t,i){return null!=r[i.idx]?s=r[i.idx]===a[i.idx]:e})),s}),s},_space:function(){var t=[],e=this;return f(c,function(i,s){e[s.cache]&&t.push(i)}),t.pop()},transition:function(t,e){var s=l(t),n=s._space(),o=c[n],a=0===this.alpha()?l("transparent"):this,r=a[o.cache]||o.to(a._rgba),h=r.slice();return s=s[o.cache],f(o.props,function(t,n){var o=n.idx,a=r[o],l=s[o],c=u[n.type]||{};null!==l&&(null===a?h[o]=l:(c.mod&&(l-a>c.mod/2?a+=c.mod:a-l>c.mod/2&&(a-=c.mod)),h[o]=i((l-a)*e+a,n)))}),this[n](h)},blend:function(e){if(1===this._rgba[3])return this;var i=this._rgba.slice(),s=i.pop(),n=l(e)._rgba;return l(t.map(i,function(t,e){return(1-s)*n[e]+s*t}))},toRgbaString:function(){var e="rgba(",i=t.map(this._rgba,function(t,e){return null==t?e>2?1:0:t});return 1===i[3]&&(i.pop(),e="rgb("),e+i.join()+")"},toHslaString:function(){var e="hsla(",i=t.map(this.hsla(),function(t,e){return null==t&&(t=e>2?1:0),e&&3>e&&(t=Math.round(100*t)+"%"),t});return 1===i[3]&&(i.pop(),e="hsl("),e+i.join()+")"},toHexString:function(e){var i=this._rgba.slice(),s=i.pop();return e&&i.push(~~(255*s)),"#"+t.map(i,function(t){return t=(t||0).toString(16),1===t.length?"0"+t:t}).join("")},toString:function(){return 0===this._rgba[3]?"transparent":this.toRgbaString()}}),l.fn.parse.prototype=l.fn,c.hsla.to=function(t){if(null==t[0]||null==t[1]||null==t[2])return[null,null,null,t[3]];var e,i,s=t[0]/255,n=t[1]/255,o=t[2]/255,a=t[3],r=Math.max(s,n,o),h=Math.min(s,n,o),l=r-h,c=r+h,u=.5*c;return e=h===r?0:s===r?60*(n-o)/l+360:n===r?60*(o-s)/l+120:60*(s-n)/l+240,i=0===l?0:.5>=u?l/c:l/(2-c),[Math.round(e)%360,i,u,null==a?1:a]},c.hsla.from=function(t){if(null==t[0]||null==t[1]||null==t[2])return[null,null,null,t[3]];var e=t[0]/360,i=t[1],s=t[2],o=t[3],a=.5>=s?s*(1+i):s+i-s*i,r=2*s-a;return[Math.round(255*n(r,a,e+1/3)),Math.round(255*n(r,a,e)),Math.round(255*n(r,a,e-1/3)),o]},f(c,function(s,n){var o=n.props,a=n.cache,h=n.to,c=n.from;l.fn[s]=function(s){if(h&&!this[a]&&(this[a]=h(this._rgba)),s===e)return this[a].slice();var n,r=t.type(s),u="array"===r||"object"===r?s:arguments,d=this[a].slice();return f(o,function(t,e){var s=u["object"===r?t:e.idx];null==s&&(s=d[e.idx]),d[e.idx]=i(s,e)}),c?(n=l(c(d)),n[a]=d,n):l(d)},f(o,function(e,i){l.fn[e]||(l.fn[e]=function(n){var o,a=t.type(n),h="alpha"===e?this._hsla?"hsla":"rgba":s,l=this[h](),c=l[i.idx];return"undefined"===a?c:("function"===a&&(n=n.call(this,c),a=t.type(n)),null==n&&i.empty?this:("string"===a&&(o=r.exec(n),o&&(n=c+parseFloat(o[2])*("+"===o[1]?1:-1))),l[i.idx]=n,this[h](l)))})})}),l.hook=function(e){var i=e.split(" ");f(i,function(e,i){t.cssHooks[i]={set:function(e,n){var o,a,r="";if("transparent"!==n&&("string"!==t.type(n)||(o=s(n)))){if(n=l(o||n),!d.rgba&&1!==n._rgba[3]){for(a="backgroundColor"===i?e.parentNode:e;(""===r||"transparent"===r)&&a&&a.style;)try{r=t.css(a,"backgroundColor"),a=a.parentNode}catch(h){}n=n.blend(r&&"transparent"!==r?r:"_default")}n=n.toRgbaString()}try{e.style[i]=n}catch(h){}}},t.fx.step[i]=function(e){e.colorInit||(e.start=l(e.elem,i),e.end=l(e.end),e.colorInit=!0),t.cssHooks[i].set(e.elem,e.start.transition(e.end,e.pos))}})},l.hook(a),t.cssHooks.borderColor={expand:function(t){var e={};return f(["Top","Right","Bottom","Left"],function(i,s){e["border"+s+"Color"]=t}),e}},o=t.Color.names={aqua:"#00ffff",black:"#000000",blue:"#0000ff",fuchsia:"#ff00ff",gray:"#808080",green:"#008000",lime:"#00ff00",maroon:"#800000",navy:"#000080",olive:"#808000",purple:"#800080",red:"#ff0000",silver:"#c0c0c0",teal:"#008080",white:"#ffffff",yellow:"#ffff00",transparent:[null,null,null,0],_default:"#ffffff"}}(p),function(){function e(e){var i,s,n=e.ownerDocument.defaultView?e.ownerDocument.defaultView.getComputedStyle(e,null):e.currentStyle,o={};if(n&&n.length&&n[0]&&n[n[0]])for(s=n.length;s--;)i=n[s],"string"==typeof n[i]&&(o[t.camelCase(i)]=n[i]);else for(i in n)"string"==typeof n[i]&&(o[i]=n[i]);return o}function i(e,i){var s,o,a={};for(s in i)o=i[s],e[s]!==o&&(n[s]||(t.fx.step[s]||!isNaN(parseFloat(o)))&&(a[s]=o));return a}var s=["add","remove","toggle"],n={border:1,borderBottom:1,borderColor:1,borderLeft:1,borderRight:1,borderTop:1,borderWidth:1,margin:1,padding:1};t.each(["borderLeftStyle","borderRightStyle","borderBottomStyle","borderTopStyle"],function(e,i){t.fx.step[i]=function(t){("none"!==t.end&&!t.setAttr||1===t.pos&&!t.setAttr)&&(p.style(t.elem,i,t.end),t.setAttr=!0)}}),t.fn.addBack||(t.fn.addBack=function(t){return this.add(null==t?this.prevObject:this.prevObject.filter(t))}),t.effects.animateClass=function(n,o,a,r){var h=t.speed(o,a,r);return this.queue(function(){var o,a=t(this),r=a.attr("class")||"",l=h.children?a.find("*").addBack():a;l=l.map(function(){var i=t(this);return{el:i,start:e(this)}}),o=function(){t.each(s,function(t,e){n[e]&&a[e+"Class"](n[e])})},o(),l=l.map(function(){return this.end=e(this.el[0]),this.diff=i(this.start,this.end),this}),a.attr("class",r),l=l.map(function(){var e=this,i=t.Deferred(),s=t.extend({},h,{queue:!1,complete:function(){i.resolve(e)}});return this.el.animate(this.diff,s),i.promise()}),t.when.apply(t,l.get()).done(function(){o(),t.each(arguments,function(){var e=this.el;t.each(this.diff,function(t){e.css(t,"")})}),h.complete.call(a[0])})})},t.fn.extend({addClass:function(e){return function(i,s,n,o){return s?t.effects.animateClass.call(this,{add:i},s,n,o):e.apply(this,arguments)}}(t.fn.addClass),removeClass:function(e){return function(i,s,n,o){return arguments.length>1?t.effects.animateClass.call(this,{remove:i},s,n,o):e.apply(this,arguments)}}(t.fn.removeClass),toggleClass:function(e){return function(i,s,n,o,a){return"boolean"==typeof s||void 0===s?n?t.effects.animateClass.call(this,s?{add:i}:{remove:i},n,o,a):e.apply(this,arguments):t.effects.animateClass.call(this,{toggle:i},s,n,o)}}(t.fn.toggleClass),switchClass:function(e,i,s,n,o){return t.effects.animateClass.call(this,{add:i,remove:e},s,n,o)}})}(),function(){function e(e,i,s,n){return t.isPlainObject(e)&&(i=e,e=e.effect),e={effect:e},null==i&&(i={}),t.isFunction(i)&&(n=i,s=null,i={}),("number"==typeof i||t.fx.speeds[i])&&(n=s,s=i,i={}),t.isFunction(s)&&(n=s,s=null),i&&t.extend(e,i),s=s||i.duration,e.duration=t.fx.off?0:"number"==typeof s?s:s in t.fx.speeds?t.fx.speeds[s]:t.fx.speeds._default,e.complete=n||i.complete,e}function i(e){return!e||"number"==typeof e||t.fx.speeds[e]?!0:"string"!=typeof e||t.effects.effect[e]?t.isFunction(e)?!0:"object"!=typeof e||e.effect?!1:!0:!0}function s(t,e){var i=e.outerWidth(),s=e.outerHeight(),n=/^rect\((-?\d*\.?\d*px|-?\d+%|auto),?\s*(-?\d*\.?\d*px|-?\d+%|auto),?\s*(-?\d*\.?\d*px|-?\d+%|auto),?\s*(-?\d*\.?\d*px|-?\d+%|auto)\)$/,o=n.exec(t)||["",0,i,s,0];return{top:parseFloat(o[1])||0,right:"auto"===o[2]?i:parseFloat(o[2]),bottom:"auto"===o[3]?s:parseFloat(o[3]),left:parseFloat(o[4])||0}}t.expr&&t.expr.filters&&t.expr.filters.animated&&(t.expr.filters.animated=function(e){return function(i){return!!t(i).data(d)||e(i)}}(t.expr.filters.animated)),t.uiBackCompat!==!1&&t.extend(t.effects,{save:function(t,e){for(var i=0,s=e.length;s>i;i++)null!==e[i]&&t.data(c+e[i],t[0].style[e[i]])},restore:function(t,e){for(var i,s=0,n=e.length;n>s;s++)null!==e[s]&&(i=t.data(c+e[s]),t.css(e[s],i))},setMode:function(t,e){return"toggle"===e&&(e=t.is(":hidden")?"show":"hide"),e},createWrapper:function(e){if(e.parent().is(".ui-effects-wrapper"))return e.parent();var i={width:e.outerWidth(!0),height:e.outerHeight(!0),"float":e.css("float")},s=t("

").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent",border:"none",margin:0,padding:0}),n={width:e.width(),height:e.height()},o=document.activeElement;try{o.id}catch(a){o=document.body}return e.wrap(s),(e[0]===o||t.contains(e[0],o))&&t(o).trigger("focus"),s=e.parent(),"static"===e.css("position")?(s.css({position:"relative"}),e.css({position:"relative"})):(t.extend(i,{position:e.css("position"),zIndex:e.css("z-index")}),t.each(["top","left","bottom","right"],function(t,s){i[s]=e.css(s),isNaN(parseInt(i[s],10))&&(i[s]="auto")}),e.css({position:"relative",top:0,left:0,right:"auto",bottom:"auto"})),e.css(n),s.css(i).show()},removeWrapper:function(e){var i=document.activeElement;return e.parent().is(".ui-effects-wrapper")&&(e.parent().replaceWith(e),(e[0]===i||t.contains(e[0],i))&&t(i).trigger("focus")),e}}),t.extend(t.effects,{version:"1.12.1",define:function(e,i,s){return s||(s=i,i="effect"),t.effects.effect[e]=s,t.effects.effect[e].mode=i,s},scaledDimensions:function(t,e,i){if(0===e)return{height:0,width:0,outerHeight:0,outerWidth:0};var s="horizontal"!==i?(e||100)/100:1,n="vertical"!==i?(e||100)/100:1;return{height:t.height()*n,width:t.width()*s,outerHeight:t.outerHeight()*n,outerWidth:t.outerWidth()*s}},clipToBox:function(t){return{width:t.clip.right-t.clip.left,height:t.clip.bottom-t.clip.top,left:t.clip.left,top:t.clip.top}},unshift:function(t,e,i){var s=t.queue();e>1&&s.splice.apply(s,[1,0].concat(s.splice(e,i))),t.dequeue()},saveStyle:function(t){t.data(u,t[0].style.cssText)},restoreStyle:function(t){t[0].style.cssText=t.data(u)||"",t.removeData(u)},mode:function(t,e){var i=t.is(":hidden");return"toggle"===e&&(e=i?"show":"hide"),(i?"hide"===e:"show"===e)&&(e="none"),e},getBaseline:function(t,e){var i,s;switch(t[0]){case"top":i=0;break;case"middle":i=.5;break;case"bottom":i=1;break;default:i=t[0]/e.height}switch(t[1]){case"left":s=0;break;case"center":s=.5;break;case"right":s=1;break;default:s=t[1]/e.width}return{x:s,y:i}},createPlaceholder:function(e){var i,s=e.css("position"),n=e.position();return e.css({marginTop:e.css("marginTop"),marginBottom:e.css("marginBottom"),marginLeft:e.css("marginLeft"),marginRight:e.css("marginRight")}).outerWidth(e.outerWidth()).outerHeight(e.outerHeight()),/^(static|relative)/.test(s)&&(s="absolute",i=t("<"+e[0].nodeName+">").insertAfter(e).css({display:/^(inline|ruby)/.test(e.css("display"))?"inline-block":"block",visibility:"hidden",marginTop:e.css("marginTop"),marginBottom:e.css("marginBottom"),marginLeft:e.css("marginLeft"),marginRight:e.css("marginRight"),"float":e.css("float")}).outerWidth(e.outerWidth()).outerHeight(e.outerHeight()).addClass("ui-effects-placeholder"),e.data(c+"placeholder",i)),e.css({position:s,left:n.left,top:n.top}),i},removePlaceholder:function(t){var e=c+"placeholder",i=t.data(e);i&&(i.remove(),t.removeData(e))},cleanUp:function(e){t.effects.restoreStyle(e),t.effects.removePlaceholder(e)},setTransition:function(e,i,s,n){return n=n||{},t.each(i,function(t,i){var o=e.cssUnit(i);o[0]>0&&(n[i]=o[0]*s+o[1])}),n}}),t.fn.extend({effect:function(){function i(e){function i(){r.removeData(d),t.effects.cleanUp(r),"hide"===s.mode&&r.hide(),a()}function a(){t.isFunction(h)&&h.call(r[0]),t.isFunction(e)&&e()}var r=t(this);s.mode=c.shift(),t.uiBackCompat===!1||o?"none"===s.mode?(r[l](),a()):n.call(r[0],s,i):(r.is(":hidden")?"hide"===l:"show"===l)?(r[l](),a()):n.call(r[0],s,a)}var s=e.apply(this,arguments),n=t.effects.effect[s.effect],o=n.mode,a=s.queue,r=a||"fx",h=s.complete,l=s.mode,c=[],u=function(e){var i=t(this),s=t.effects.mode(i,l)||o;i.data(d,!0),c.push(s),o&&("show"===s||s===o&&"hide"===s)&&i.show(),o&&"none"===s||t.effects.saveStyle(i),t.isFunction(e)&&e()};return t.fx.off||!n?l?this[l](s.duration,h):this.each(function(){h&&h.call(this)}):a===!1?this.each(u).each(i):this.queue(r,u).queue(r,i)},show:function(t){return function(s){if(i(s))return t.apply(this,arguments);var n=e.apply(this,arguments);return n.mode="show",this.effect.call(this,n) -}}(t.fn.show),hide:function(t){return function(s){if(i(s))return t.apply(this,arguments);var n=e.apply(this,arguments);return n.mode="hide",this.effect.call(this,n)}}(t.fn.hide),toggle:function(t){return function(s){if(i(s)||"boolean"==typeof s)return t.apply(this,arguments);var n=e.apply(this,arguments);return n.mode="toggle",this.effect.call(this,n)}}(t.fn.toggle),cssUnit:function(e){var i=this.css(e),s=[];return t.each(["em","px","%","pt"],function(t,e){i.indexOf(e)>0&&(s=[parseFloat(i),e])}),s},cssClip:function(t){return t?this.css("clip","rect("+t.top+"px "+t.right+"px "+t.bottom+"px "+t.left+"px)"):s(this.css("clip"),this)},transfer:function(e,i){var s=t(this),n=t(e.to),o="fixed"===n.css("position"),a=t("body"),r=o?a.scrollTop():0,h=o?a.scrollLeft():0,l=n.offset(),c={top:l.top-r,left:l.left-h,height:n.innerHeight(),width:n.innerWidth()},u=s.offset(),d=t("
").appendTo("body").addClass(e.className).css({top:u.top-r,left:u.left-h,height:s.innerHeight(),width:s.innerWidth(),position:o?"fixed":"absolute"}).animate(c,e.duration,e.easing,function(){d.remove(),t.isFunction(i)&&i()})}}),t.fx.step.clip=function(e){e.clipInit||(e.start=t(e.elem).cssClip(),"string"==typeof e.end&&(e.end=s(e.end,e.elem)),e.clipInit=!0),t(e.elem).cssClip({top:e.pos*(e.end.top-e.start.top)+e.start.top,right:e.pos*(e.end.right-e.start.right)+e.start.right,bottom:e.pos*(e.end.bottom-e.start.bottom)+e.start.bottom,left:e.pos*(e.end.left-e.start.left)+e.start.left})}}(),function(){var e={};t.each(["Quad","Cubic","Quart","Quint","Expo"],function(t,i){e[i]=function(e){return Math.pow(e,t+2)}}),t.extend(e,{Sine:function(t){return 1-Math.cos(t*Math.PI/2)},Circ:function(t){return 1-Math.sqrt(1-t*t)},Elastic:function(t){return 0===t||1===t?t:-Math.pow(2,8*(t-1))*Math.sin((80*(t-1)-7.5)*Math.PI/15)},Back:function(t){return t*t*(3*t-2)},Bounce:function(t){for(var e,i=4;((e=Math.pow(2,--i))-1)/11>t;);return 1/Math.pow(4,3-i)-7.5625*Math.pow((3*e-2)/22-t,2)}}),t.each(e,function(e,i){t.easing["easeIn"+e]=i,t.easing["easeOut"+e]=function(t){return 1-i(1-t)},t.easing["easeInOut"+e]=function(t){return.5>t?i(2*t)/2:1-i(-2*t+2)/2}})}();var f=t.effects;t.effects.define("blind","hide",function(e,i){var s={up:["bottom","top"],vertical:["bottom","top"],down:["top","bottom"],left:["right","left"],horizontal:["right","left"],right:["left","right"]},n=t(this),o=e.direction||"up",a=n.cssClip(),r={clip:t.extend({},a)},h=t.effects.createPlaceholder(n);r.clip[s[o][0]]=r.clip[s[o][1]],"show"===e.mode&&(n.cssClip(r.clip),h&&h.css(t.effects.clipToBox(r)),r.clip=a),h&&h.animate(t.effects.clipToBox(r),e.duration,e.easing),n.animate(r,{queue:!1,duration:e.duration,easing:e.easing,complete:i})}),t.effects.define("bounce",function(e,i){var s,n,o,a=t(this),r=e.mode,h="hide"===r,l="show"===r,c=e.direction||"up",u=e.distance,d=e.times||5,p=2*d+(l||h?1:0),f=e.duration/p,g=e.easing,m="up"===c||"down"===c?"top":"left",_="up"===c||"left"===c,v=0,b=a.queue().length;for(t.effects.createPlaceholder(a),o=a.css(m),u||(u=a["top"===m?"outerHeight":"outerWidth"]()/3),l&&(n={opacity:1},n[m]=o,a.css("opacity",0).css(m,_?2*-u:2*u).animate(n,f,g)),h&&(u/=Math.pow(2,d-1)),n={},n[m]=o;d>v;v++)s={},s[m]=(_?"-=":"+=")+u,a.animate(s,f,g).animate(n,f,g),u=h?2*u:u/2;h&&(s={opacity:0},s[m]=(_?"-=":"+=")+u,a.animate(s,f,g)),a.queue(i),t.effects.unshift(a,b,p+1)}),t.effects.define("clip","hide",function(e,i){var s,n={},o=t(this),a=e.direction||"vertical",r="both"===a,h=r||"horizontal"===a,l=r||"vertical"===a;s=o.cssClip(),n.clip={top:l?(s.bottom-s.top)/2:s.top,right:h?(s.right-s.left)/2:s.right,bottom:l?(s.bottom-s.top)/2:s.bottom,left:h?(s.right-s.left)/2:s.left},t.effects.createPlaceholder(o),"show"===e.mode&&(o.cssClip(n.clip),n.clip=s),o.animate(n,{queue:!1,duration:e.duration,easing:e.easing,complete:i})}),t.effects.define("drop","hide",function(e,i){var s,n=t(this),o=e.mode,a="show"===o,r=e.direction||"left",h="up"===r||"down"===r?"top":"left",l="up"===r||"left"===r?"-=":"+=",c="+="===l?"-=":"+=",u={opacity:0};t.effects.createPlaceholder(n),s=e.distance||n["top"===h?"outerHeight":"outerWidth"](!0)/2,u[h]=l+s,a&&(n.css(u),u[h]=c+s,u.opacity=1),n.animate(u,{queue:!1,duration:e.duration,easing:e.easing,complete:i})}),t.effects.define("explode","hide",function(e,i){function s(){b.push(this),b.length===u*d&&n()}function n(){p.css({visibility:"visible"}),t(b).remove(),i()}var o,a,r,h,l,c,u=e.pieces?Math.round(Math.sqrt(e.pieces)):3,d=u,p=t(this),f=e.mode,g="show"===f,m=p.show().css("visibility","hidden").offset(),_=Math.ceil(p.outerWidth()/d),v=Math.ceil(p.outerHeight()/u),b=[];for(o=0;u>o;o++)for(h=m.top+o*v,c=o-(u-1)/2,a=0;d>a;a++)r=m.left+a*_,l=a-(d-1)/2,p.clone().appendTo("body").wrap("
").css({position:"absolute",visibility:"visible",left:-a*_,top:-o*v}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:_,height:v,left:r+(g?l*_:0),top:h+(g?c*v:0),opacity:g?0:1}).animate({left:r+(g?0:l*_),top:h+(g?0:c*v),opacity:g?1:0},e.duration||500,e.easing,s)}),t.effects.define("fade","toggle",function(e,i){var s="show"===e.mode;t(this).css("opacity",s?0:1).animate({opacity:s?1:0},{queue:!1,duration:e.duration,easing:e.easing,complete:i})}),t.effects.define("fold","hide",function(e,i){var s=t(this),n=e.mode,o="show"===n,a="hide"===n,r=e.size||15,h=/([0-9]+)%/.exec(r),l=!!e.horizFirst,c=l?["right","bottom"]:["bottom","right"],u=e.duration/2,d=t.effects.createPlaceholder(s),p=s.cssClip(),f={clip:t.extend({},p)},g={clip:t.extend({},p)},m=[p[c[0]],p[c[1]]],_=s.queue().length;h&&(r=parseInt(h[1],10)/100*m[a?0:1]),f.clip[c[0]]=r,g.clip[c[0]]=r,g.clip[c[1]]=0,o&&(s.cssClip(g.clip),d&&d.css(t.effects.clipToBox(g)),g.clip=p),s.queue(function(i){d&&d.animate(t.effects.clipToBox(f),u,e.easing).animate(t.effects.clipToBox(g),u,e.easing),i()}).animate(f,u,e.easing).animate(g,u,e.easing).queue(i),t.effects.unshift(s,_,4)}),t.effects.define("highlight","show",function(e,i){var s=t(this),n={backgroundColor:s.css("backgroundColor")};"hide"===e.mode&&(n.opacity=0),t.effects.saveStyle(s),s.css({backgroundImage:"none",backgroundColor:e.color||"#ffff99"}).animate(n,{queue:!1,duration:e.duration,easing:e.easing,complete:i})}),t.effects.define("size",function(e,i){var s,n,o,a=t(this),r=["fontSize"],h=["borderTopWidth","borderBottomWidth","paddingTop","paddingBottom"],l=["borderLeftWidth","borderRightWidth","paddingLeft","paddingRight"],c=e.mode,u="effect"!==c,d=e.scale||"both",p=e.origin||["middle","center"],f=a.css("position"),g=a.position(),m=t.effects.scaledDimensions(a),_=e.from||m,v=e.to||t.effects.scaledDimensions(a,0);t.effects.createPlaceholder(a),"show"===c&&(o=_,_=v,v=o),n={from:{y:_.height/m.height,x:_.width/m.width},to:{y:v.height/m.height,x:v.width/m.width}},("box"===d||"both"===d)&&(n.from.y!==n.to.y&&(_=t.effects.setTransition(a,h,n.from.y,_),v=t.effects.setTransition(a,h,n.to.y,v)),n.from.x!==n.to.x&&(_=t.effects.setTransition(a,l,n.from.x,_),v=t.effects.setTransition(a,l,n.to.x,v))),("content"===d||"both"===d)&&n.from.y!==n.to.y&&(_=t.effects.setTransition(a,r,n.from.y,_),v=t.effects.setTransition(a,r,n.to.y,v)),p&&(s=t.effects.getBaseline(p,m),_.top=(m.outerHeight-_.outerHeight)*s.y+g.top,_.left=(m.outerWidth-_.outerWidth)*s.x+g.left,v.top=(m.outerHeight-v.outerHeight)*s.y+g.top,v.left=(m.outerWidth-v.outerWidth)*s.x+g.left),a.css(_),("content"===d||"both"===d)&&(h=h.concat(["marginTop","marginBottom"]).concat(r),l=l.concat(["marginLeft","marginRight"]),a.find("*[width]").each(function(){var i=t(this),s=t.effects.scaledDimensions(i),o={height:s.height*n.from.y,width:s.width*n.from.x,outerHeight:s.outerHeight*n.from.y,outerWidth:s.outerWidth*n.from.x},a={height:s.height*n.to.y,width:s.width*n.to.x,outerHeight:s.height*n.to.y,outerWidth:s.width*n.to.x};n.from.y!==n.to.y&&(o=t.effects.setTransition(i,h,n.from.y,o),a=t.effects.setTransition(i,h,n.to.y,a)),n.from.x!==n.to.x&&(o=t.effects.setTransition(i,l,n.from.x,o),a=t.effects.setTransition(i,l,n.to.x,a)),u&&t.effects.saveStyle(i),i.css(o),i.animate(a,e.duration,e.easing,function(){u&&t.effects.restoreStyle(i)})})),a.animate(v,{queue:!1,duration:e.duration,easing:e.easing,complete:function(){var e=a.offset();0===v.opacity&&a.css("opacity",_.opacity),u||(a.css("position","static"===f?"relative":f).offset(e),t.effects.saveStyle(a)),i()}})}),t.effects.define("scale",function(e,i){var s=t(this),n=e.mode,o=parseInt(e.percent,10)||(0===parseInt(e.percent,10)?0:"effect"!==n?0:100),a=t.extend(!0,{from:t.effects.scaledDimensions(s),to:t.effects.scaledDimensions(s,o,e.direction||"both"),origin:e.origin||["middle","center"]},e);e.fade&&(a.from.opacity=1,a.to.opacity=0),t.effects.effect.size.call(this,a,i)}),t.effects.define("puff","hide",function(e,i){var s=t.extend(!0,{},e,{fade:!0,percent:parseInt(e.percent,10)||150});t.effects.effect.scale.call(this,s,i)}),t.effects.define("pulsate","show",function(e,i){var s=t(this),n=e.mode,o="show"===n,a="hide"===n,r=o||a,h=2*(e.times||5)+(r?1:0),l=e.duration/h,c=0,u=1,d=s.queue().length;for((o||!s.is(":visible"))&&(s.css("opacity",0).show(),c=1);h>u;u++)s.animate({opacity:c},l,e.easing),c=1-c;s.animate({opacity:c},l,e.easing),s.queue(i),t.effects.unshift(s,d,h+1)}),t.effects.define("shake",function(e,i){var s=1,n=t(this),o=e.direction||"left",a=e.distance||20,r=e.times||3,h=2*r+1,l=Math.round(e.duration/h),c="up"===o||"down"===o?"top":"left",u="up"===o||"left"===o,d={},p={},f={},g=n.queue().length;for(t.effects.createPlaceholder(n),d[c]=(u?"-=":"+=")+a,p[c]=(u?"+=":"-=")+2*a,f[c]=(u?"-=":"+=")+2*a,n.animate(d,l,e.easing);r>s;s++)n.animate(p,l,e.easing).animate(f,l,e.easing);n.animate(p,l,e.easing).animate(d,l/2,e.easing).queue(i),t.effects.unshift(n,g,h+1)}),t.effects.define("slide","show",function(e,i){var s,n,o=t(this),a={up:["bottom","top"],down:["top","bottom"],left:["right","left"],right:["left","right"]},r=e.mode,h=e.direction||"left",l="up"===h||"down"===h?"top":"left",c="up"===h||"left"===h,u=e.distance||o["top"===l?"outerHeight":"outerWidth"](!0),d={};t.effects.createPlaceholder(o),s=o.cssClip(),n=o.position()[l],d[l]=(c?-1:1)*u+n,d.clip=o.cssClip(),d.clip[a[h][1]]=d.clip[a[h][0]],"show"===r&&(o.cssClip(d.clip),o.css(l,d[l]),d.clip=s,d[l]=n),o.animate(d,{queue:!1,duration:e.duration,easing:e.easing,complete:i})});var f;t.uiBackCompat!==!1&&(f=t.effects.define("transfer",function(e,i){t(this).transfer(e,i)})),t.ui.focusable=function(i,s){var n,o,a,r,h,l=i.nodeName.toLowerCase();return"area"===l?(n=i.parentNode,o=n.name,i.href&&o&&"map"===n.nodeName.toLowerCase()?(a=t("img[usemap='#"+o+"']"),a.length>0&&a.is(":visible")):!1):(/^(input|select|textarea|button|object)$/.test(l)?(r=!i.disabled,r&&(h=t(i).closest("fieldset")[0],h&&(r=!h.disabled))):r="a"===l?i.href||s:s,r&&t(i).is(":visible")&&e(t(i)))},t.extend(t.expr[":"],{focusable:function(e){return t.ui.focusable(e,null!=t.attr(e,"tabindex"))}}),t.ui.focusable,t.fn.form=function(){return"string"==typeof this[0].form?this.closest("form"):t(this[0].form)},t.ui.formResetMixin={_formResetHandler:function(){var e=t(this);setTimeout(function(){var i=e.data("ui-form-reset-instances");t.each(i,function(){this.refresh()})})},_bindFormResetHandler:function(){if(this.form=this.element.form(),this.form.length){var t=this.form.data("ui-form-reset-instances")||[];t.length||this.form.on("reset.ui-form-reset",this._formResetHandler),t.push(this),this.form.data("ui-form-reset-instances",t)}},_unbindFormResetHandler:function(){if(this.form.length){var e=this.form.data("ui-form-reset-instances");e.splice(t.inArray(this,e),1),e.length?this.form.data("ui-form-reset-instances",e):this.form.removeData("ui-form-reset-instances").off("reset.ui-form-reset")}}},"1.7"===t.fn.jquery.substring(0,3)&&(t.each(["Width","Height"],function(e,i){function s(e,i,s,o){return t.each(n,function(){i-=parseFloat(t.css(e,"padding"+this))||0,s&&(i-=parseFloat(t.css(e,"border"+this+"Width"))||0),o&&(i-=parseFloat(t.css(e,"margin"+this))||0)}),i}var n="Width"===i?["Left","Right"]:["Top","Bottom"],o=i.toLowerCase(),a={innerWidth:t.fn.innerWidth,innerHeight:t.fn.innerHeight,outerWidth:t.fn.outerWidth,outerHeight:t.fn.outerHeight};t.fn["inner"+i]=function(e){return void 0===e?a["inner"+i].call(this):this.each(function(){t(this).css(o,s(this,e)+"px")})},t.fn["outer"+i]=function(e,n){return"number"!=typeof e?a["outer"+i].call(this,e):this.each(function(){t(this).css(o,s(this,e,!0,n)+"px")})}}),t.fn.addBack=function(t){return this.add(null==t?this.prevObject:this.prevObject.filter(t))}),t.ui.keyCode={BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32,TAB:9,UP:38},t.ui.escapeSelector=function(){var t=/([!"#$%&'()*+,.\/:;<=>?@[\]^`{|}~])/g;return function(e){return e.replace(t,"\\$1")}}(),t.fn.labels=function(){var e,i,s,n,o;return this[0].labels&&this[0].labels.length?this.pushStack(this[0].labels):(n=this.eq(0).parents("label"),s=this.attr("id"),s&&(e=this.eq(0).parents().last(),o=e.add(e.length?e.siblings():this.siblings()),i="label[for='"+t.ui.escapeSelector(s)+"']",n=n.add(o.find(i).addBack(i))),this.pushStack(n))},t.fn.scrollParent=function(e){var i=this.css("position"),s="absolute"===i,n=e?/(auto|scroll|hidden)/:/(auto|scroll)/,o=this.parents().filter(function(){var e=t(this);return s&&"static"===e.css("position")?!1:n.test(e.css("overflow")+e.css("overflow-y")+e.css("overflow-x"))}).eq(0);return"fixed"!==i&&o.length?o:t(this[0].ownerDocument||document)},t.extend(t.expr[":"],{tabbable:function(e){var i=t.attr(e,"tabindex"),s=null!=i;return(!s||i>=0)&&t.ui.focusable(e,s)}}),t.fn.extend({uniqueId:function(){var t=0;return function(){return this.each(function(){this.id||(this.id="ui-id-"+ ++t)})}}(),removeUniqueId:function(){return this.each(function(){/^ui-id-\d+$/.test(this.id)&&t(this).removeAttr("id")})}}),t.widget("ui.accordion",{version:"1.12.1",options:{active:0,animate:{},classes:{"ui-accordion-header":"ui-corner-top","ui-accordion-header-collapsed":"ui-corner-all","ui-accordion-content":"ui-corner-bottom"},collapsible:!1,event:"click",header:"> li > :first-child, > :not(li):even",heightStyle:"auto",icons:{activeHeader:"ui-icon-triangle-1-s",header:"ui-icon-triangle-1-e"},activate:null,beforeActivate:null},hideProps:{borderTopWidth:"hide",borderBottomWidth:"hide",paddingTop:"hide",paddingBottom:"hide",height:"hide"},showProps:{borderTopWidth:"show",borderBottomWidth:"show",paddingTop:"show",paddingBottom:"show",height:"show"},_create:function(){var e=this.options;this.prevShow=this.prevHide=t(),this._addClass("ui-accordion","ui-widget ui-helper-reset"),this.element.attr("role","tablist"),e.collapsible||e.active!==!1&&null!=e.active||(e.active=0),this._processPanels(),0>e.active&&(e.active+=this.headers.length),this._refresh()},_getCreateEventData:function(){return{header:this.active,panel:this.active.length?this.active.next():t()}},_createIcons:function(){var e,i,s=this.options.icons;s&&(e=t(""),this._addClass(e,"ui-accordion-header-icon","ui-icon "+s.header),e.prependTo(this.headers),i=this.active.children(".ui-accordion-header-icon"),this._removeClass(i,s.header)._addClass(i,null,s.activeHeader)._addClass(this.headers,"ui-accordion-icons"))},_destroyIcons:function(){this._removeClass(this.headers,"ui-accordion-icons"),this.headers.children(".ui-accordion-header-icon").remove()},_destroy:function(){var t;this.element.removeAttr("role"),this.headers.removeAttr("role aria-expanded aria-selected aria-controls tabIndex").removeUniqueId(),this._destroyIcons(),t=this.headers.next().css("display","").removeAttr("role aria-hidden aria-labelledby").removeUniqueId(),"content"!==this.options.heightStyle&&t.css("height","")},_setOption:function(t,e){return"active"===t?(this._activate(e),void 0):("event"===t&&(this.options.event&&this._off(this.headers,this.options.event),this._setupEvents(e)),this._super(t,e),"collapsible"!==t||e||this.options.active!==!1||this._activate(0),"icons"===t&&(this._destroyIcons(),e&&this._createIcons()),void 0)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",t),this._toggleClass(null,"ui-state-disabled",!!t),this._toggleClass(this.headers.add(this.headers.next()),null,"ui-state-disabled",!!t)},_keydown:function(e){if(!e.altKey&&!e.ctrlKey){var i=t.ui.keyCode,s=this.headers.length,n=this.headers.index(e.target),o=!1;switch(e.keyCode){case i.RIGHT:case i.DOWN:o=this.headers[(n+1)%s];break;case i.LEFT:case i.UP:o=this.headers[(n-1+s)%s];break;case i.SPACE:case i.ENTER:this._eventHandler(e);break;case i.HOME:o=this.headers[0];break;case i.END:o=this.headers[s-1]}o&&(t(e.target).attr("tabIndex",-1),t(o).attr("tabIndex",0),t(o).trigger("focus"),e.preventDefault())}},_panelKeyDown:function(e){e.keyCode===t.ui.keyCode.UP&&e.ctrlKey&&t(e.currentTarget).prev().trigger("focus")},refresh:function(){var e=this.options;this._processPanels(),e.active===!1&&e.collapsible===!0||!this.headers.length?(e.active=!1,this.active=t()):e.active===!1?this._activate(0):this.active.length&&!t.contains(this.element[0],this.active[0])?this.headers.length===this.headers.find(".ui-state-disabled").length?(e.active=!1,this.active=t()):this._activate(Math.max(0,e.active-1)):e.active=this.headers.index(this.active),this._destroyIcons(),this._refresh()},_processPanels:function(){var t=this.headers,e=this.panels;this.headers=this.element.find(this.options.header),this._addClass(this.headers,"ui-accordion-header ui-accordion-header-collapsed","ui-state-default"),this.panels=this.headers.next().filter(":not(.ui-accordion-content-active)").hide(),this._addClass(this.panels,"ui-accordion-content","ui-helper-reset ui-widget-content"),e&&(this._off(t.not(this.headers)),this._off(e.not(this.panels)))},_refresh:function(){var e,i=this.options,s=i.heightStyle,n=this.element.parent();this.active=this._findActive(i.active),this._addClass(this.active,"ui-accordion-header-active","ui-state-active")._removeClass(this.active,"ui-accordion-header-collapsed"),this._addClass(this.active.next(),"ui-accordion-content-active"),this.active.next().show(),this.headers.attr("role","tab").each(function(){var e=t(this),i=e.uniqueId().attr("id"),s=e.next(),n=s.uniqueId().attr("id");e.attr("aria-controls",n),s.attr("aria-labelledby",i)}).next().attr("role","tabpanel"),this.headers.not(this.active).attr({"aria-selected":"false","aria-expanded":"false",tabIndex:-1}).next().attr({"aria-hidden":"true"}).hide(),this.active.length?this.active.attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0}).next().attr({"aria-hidden":"false"}):this.headers.eq(0).attr("tabIndex",0),this._createIcons(),this._setupEvents(i.event),"fill"===s?(e=n.height(),this.element.siblings(":visible").each(function(){var i=t(this),s=i.css("position");"absolute"!==s&&"fixed"!==s&&(e-=i.outerHeight(!0))}),this.headers.each(function(){e-=t(this).outerHeight(!0)}),this.headers.next().each(function(){t(this).height(Math.max(0,e-t(this).innerHeight()+t(this).height()))}).css("overflow","auto")):"auto"===s&&(e=0,this.headers.next().each(function(){var i=t(this).is(":visible");i||t(this).show(),e=Math.max(e,t(this).css("height","").height()),i||t(this).hide()}).height(e))},_activate:function(e){var i=this._findActive(e)[0];i!==this.active[0]&&(i=i||this.active[0],this._eventHandler({target:i,currentTarget:i,preventDefault:t.noop}))},_findActive:function(e){return"number"==typeof e?this.headers.eq(e):t()},_setupEvents:function(e){var i={keydown:"_keydown"};e&&t.each(e.split(" "),function(t,e){i[e]="_eventHandler"}),this._off(this.headers.add(this.headers.next())),this._on(this.headers,i),this._on(this.headers.next(),{keydown:"_panelKeyDown"}),this._hoverable(this.headers),this._focusable(this.headers)},_eventHandler:function(e){var i,s,n=this.options,o=this.active,a=t(e.currentTarget),r=a[0]===o[0],h=r&&n.collapsible,l=h?t():a.next(),c=o.next(),u={oldHeader:o,oldPanel:c,newHeader:h?t():a,newPanel:l};e.preventDefault(),r&&!n.collapsible||this._trigger("beforeActivate",e,u)===!1||(n.active=h?!1:this.headers.index(a),this.active=r?t():a,this._toggle(u),this._removeClass(o,"ui-accordion-header-active","ui-state-active"),n.icons&&(i=o.children(".ui-accordion-header-icon"),this._removeClass(i,null,n.icons.activeHeader)._addClass(i,null,n.icons.header)),r||(this._removeClass(a,"ui-accordion-header-collapsed")._addClass(a,"ui-accordion-header-active","ui-state-active"),n.icons&&(s=a.children(".ui-accordion-header-icon"),this._removeClass(s,null,n.icons.header)._addClass(s,null,n.icons.activeHeader)),this._addClass(a.next(),"ui-accordion-content-active")))},_toggle:function(e){var i=e.newPanel,s=this.prevShow.length?this.prevShow:e.oldPanel;this.prevShow.add(this.prevHide).stop(!0,!0),this.prevShow=i,this.prevHide=s,this.options.animate?this._animate(i,s,e):(s.hide(),i.show(),this._toggleComplete(e)),s.attr({"aria-hidden":"true"}),s.prev().attr({"aria-selected":"false","aria-expanded":"false"}),i.length&&s.length?s.prev().attr({tabIndex:-1,"aria-expanded":"false"}):i.length&&this.headers.filter(function(){return 0===parseInt(t(this).attr("tabIndex"),10)}).attr("tabIndex",-1),i.attr("aria-hidden","false").prev().attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0})},_animate:function(t,e,i){var s,n,o,a=this,r=0,h=t.css("box-sizing"),l=t.length&&(!e.length||t.index()",delay:300,options:{icons:{submenu:"ui-icon-caret-1-e"},items:"> *",menus:"ul",position:{my:"left top",at:"right top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.element.uniqueId().attr({role:this.options.role,tabIndex:0}),this._addClass("ui-menu","ui-widget ui-widget-content"),this._on({"mousedown .ui-menu-item":function(t){t.preventDefault()},"click .ui-menu-item":function(e){var i=t(e.target),s=t(t.ui.safeActiveElement(this.document[0]));!this.mouseHandled&&i.not(".ui-state-disabled").length&&(this.select(e),e.isPropagationStopped()||(this.mouseHandled=!0),i.has(".ui-menu").length?this.expand(e):!this.element.is(":focus")&&s.closest(".ui-menu").length&&(this.element.trigger("focus",[!0]),this.active&&1===this.active.parents(".ui-menu").length&&clearTimeout(this.timer)))},"mouseenter .ui-menu-item":function(e){if(!this.previousFilter){var i=t(e.target).closest(".ui-menu-item"),s=t(e.currentTarget);i[0]===s[0]&&(this._removeClass(s.siblings().children(".ui-state-active"),null,"ui-state-active"),this.focus(e,s))}},mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(t,e){var i=this.active||this.element.find(this.options.items).eq(0);e||this.focus(t,i)},blur:function(e){this._delay(function(){var i=!t.contains(this.element[0],t.ui.safeActiveElement(this.document[0]));i&&this.collapseAll(e)})},keydown:"_keydown"}),this.refresh(),this._on(this.document,{click:function(t){this._closeOnDocumentClick(t)&&this.collapseAll(t),this.mouseHandled=!1}})},_destroy:function(){var e=this.element.find(".ui-menu-item").removeAttr("role aria-disabled"),i=e.children(".ui-menu-item-wrapper").removeUniqueId().removeAttr("tabIndex role aria-haspopup");this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeAttr("role aria-labelledby aria-expanded aria-hidden aria-disabled tabIndex").removeUniqueId().show(),i.children().each(function(){var e=t(this);e.data("ui-menu-submenu-caret")&&e.remove()})},_keydown:function(e){var i,s,n,o,a=!0;switch(e.keyCode){case t.ui.keyCode.PAGE_UP:this.previousPage(e);break;case t.ui.keyCode.PAGE_DOWN:this.nextPage(e);break;case t.ui.keyCode.HOME:this._move("first","first",e);break;case t.ui.keyCode.END:this._move("last","last",e);break;case t.ui.keyCode.UP:this.previous(e);break;case t.ui.keyCode.DOWN:this.next(e);break;case t.ui.keyCode.LEFT:this.collapse(e);break;case t.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(e);break;case t.ui.keyCode.ENTER:case t.ui.keyCode.SPACE:this._activate(e);break;case t.ui.keyCode.ESCAPE:this.collapse(e);break;default:a=!1,s=this.previousFilter||"",o=!1,n=e.keyCode>=96&&105>=e.keyCode?""+(e.keyCode-96):String.fromCharCode(e.keyCode),clearTimeout(this.filterTimer),n===s?o=!0:n=s+n,i=this._filterMenuItems(n),i=o&&-1!==i.index(this.active.next())?this.active.nextAll(".ui-menu-item"):i,i.length||(n=String.fromCharCode(e.keyCode),i=this._filterMenuItems(n)),i.length?(this.focus(e,i),this.previousFilter=n,this.filterTimer=this._delay(function(){delete this.previousFilter},1e3)):delete this.previousFilter}a&&e.preventDefault()},_activate:function(t){this.active&&!this.active.is(".ui-state-disabled")&&(this.active.children("[aria-haspopup='true']").length?this.expand(t):this.select(t))},refresh:function(){var e,i,s,n,o,a=this,r=this.options.icons.submenu,h=this.element.find(this.options.menus);this._toggleClass("ui-menu-icons",null,!!this.element.find(".ui-icon").length),s=h.filter(":not(.ui-menu)").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each(function(){var e=t(this),i=e.prev(),s=t("").data("ui-menu-submenu-caret",!0);a._addClass(s,"ui-menu-icon","ui-icon "+r),i.attr("aria-haspopup","true").prepend(s),e.attr("aria-labelledby",i.attr("id"))}),this._addClass(s,"ui-menu","ui-widget ui-widget-content ui-front"),e=h.add(this.element),i=e.find(this.options.items),i.not(".ui-menu-item").each(function(){var e=t(this);a._isDivider(e)&&a._addClass(e,"ui-menu-divider","ui-widget-content")}),n=i.not(".ui-menu-item, .ui-menu-divider"),o=n.children().not(".ui-menu").uniqueId().attr({tabIndex:-1,role:this._itemRole()}),this._addClass(n,"ui-menu-item")._addClass(o,"ui-menu-item-wrapper"),i.filter(".ui-state-disabled").attr("aria-disabled","true"),this.active&&!t.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(t,e){if("icons"===t){var i=this.element.find(".ui-menu-icon");this._removeClass(i,null,this.options.icons.submenu)._addClass(i,null,e.submenu)}this._super(t,e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",t+""),this._toggleClass(null,"ui-state-disabled",!!t)},focus:function(t,e){var i,s,n;this.blur(t,t&&"focus"===t.type),this._scrollIntoView(e),this.active=e.first(),s=this.active.children(".ui-menu-item-wrapper"),this._addClass(s,null,"ui-state-active"),this.options.role&&this.element.attr("aria-activedescendant",s.attr("id")),n=this.active.parent().closest(".ui-menu-item").children(".ui-menu-item-wrapper"),this._addClass(n,null,"ui-state-active"),t&&"keydown"===t.type?this._close():this.timer=this._delay(function(){this._close()},this.delay),i=e.children(".ui-menu"),i.length&&t&&/^mouse/.test(t.type)&&this._startOpening(i),this.activeMenu=e.parent(),this._trigger("focus",t,{item:e})},_scrollIntoView:function(e){var i,s,n,o,a,r;this._hasScroll()&&(i=parseFloat(t.css(this.activeMenu[0],"borderTopWidth"))||0,s=parseFloat(t.css(this.activeMenu[0],"paddingTop"))||0,n=e.offset().top-this.activeMenu.offset().top-i-s,o=this.activeMenu.scrollTop(),a=this.activeMenu.height(),r=e.outerHeight(),0>n?this.activeMenu.scrollTop(o+n):n+r>a&&this.activeMenu.scrollTop(o+n-a+r))},blur:function(t,e){e||clearTimeout(this.timer),this.active&&(this._removeClass(this.active.children(".ui-menu-item-wrapper"),null,"ui-state-active"),this._trigger("blur",t,{item:this.active}),this.active=null)},_startOpening:function(t){clearTimeout(this.timer),"true"===t.attr("aria-hidden")&&(this.timer=this._delay(function(){this._close(),this._open(t)},this.delay))},_open:function(e){var i=t.extend({of:this.active},this.options.position);clearTimeout(this.timer),this.element.find(".ui-menu").not(e.parents(".ui-menu")).hide().attr("aria-hidden","true"),e.show().removeAttr("aria-hidden").attr("aria-expanded","true").position(i)},collapseAll:function(e,i){clearTimeout(this.timer),this.timer=this._delay(function(){var s=i?this.element:t(e&&e.target).closest(this.element.find(".ui-menu"));s.length||(s=this.element),this._close(s),this.blur(e),this._removeClass(s.find(".ui-state-active"),null,"ui-state-active"),this.activeMenu=s},this.delay)},_close:function(t){t||(t=this.active?this.active.parent():this.element),t.find(".ui-menu").hide().attr("aria-hidden","true").attr("aria-expanded","false")},_closeOnDocumentClick:function(e){return!t(e.target).closest(".ui-menu").length},_isDivider:function(t){return!/[^\-\u2014\u2013\s]/.test(t.text())},collapse:function(t){var e=this.active&&this.active.parent().closest(".ui-menu-item",this.element);e&&e.length&&(this._close(),this.focus(t,e))},expand:function(t){var e=this.active&&this.active.children(".ui-menu ").find(this.options.items).first();e&&e.length&&(this._open(e.parent()),this._delay(function(){this.focus(t,e)}))},next:function(t){this._move("next","first",t)},previous:function(t){this._move("prev","last",t)},isFirstItem:function(){return this.active&&!this.active.prevAll(".ui-menu-item").length},isLastItem:function(){return this.active&&!this.active.nextAll(".ui-menu-item").length},_move:function(t,e,i){var s;this.active&&(s="first"===t||"last"===t?this.active["first"===t?"prevAll":"nextAll"](".ui-menu-item").eq(-1):this.active[t+"All"](".ui-menu-item").eq(0)),s&&s.length&&this.active||(s=this.activeMenu.find(this.options.items)[e]()),this.focus(i,s)},nextPage:function(e){var i,s,n;return this.active?(this.isLastItem()||(this._hasScroll()?(s=this.active.offset().top,n=this.element.height(),this.active.nextAll(".ui-menu-item").each(function(){return i=t(this),0>i.offset().top-s-n}),this.focus(e,i)):this.focus(e,this.activeMenu.find(this.options.items)[this.active?"last":"first"]())),void 0):(this.next(e),void 0)},previousPage:function(e){var i,s,n;return this.active?(this.isFirstItem()||(this._hasScroll()?(s=this.active.offset().top,n=this.element.height(),this.active.prevAll(".ui-menu-item").each(function(){return i=t(this),i.offset().top-s+n>0}),this.focus(e,i)):this.focus(e,this.activeMenu.find(this.options.items).first())),void 0):(this.next(e),void 0)},_hasScroll:function(){return this.element.outerHeight()",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,_create:function(){var e,i,s,n=this.element[0].nodeName.toLowerCase(),o="textarea"===n,a="input"===n; -this.isMultiLine=o||!a&&this._isContentEditable(this.element),this.valueMethod=this.element[o||a?"val":"text"],this.isNewMenu=!0,this._addClass("ui-autocomplete-input"),this.element.attr("autocomplete","off"),this._on(this.element,{keydown:function(n){if(this.element.prop("readOnly"))return e=!0,s=!0,i=!0,void 0;e=!1,s=!1,i=!1;var o=t.ui.keyCode;switch(n.keyCode){case o.PAGE_UP:e=!0,this._move("previousPage",n);break;case o.PAGE_DOWN:e=!0,this._move("nextPage",n);break;case o.UP:e=!0,this._keyEvent("previous",n);break;case o.DOWN:e=!0,this._keyEvent("next",n);break;case o.ENTER:this.menu.active&&(e=!0,n.preventDefault(),this.menu.select(n));break;case o.TAB:this.menu.active&&this.menu.select(n);break;case o.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(n),n.preventDefault());break;default:i=!0,this._searchTimeout(n)}},keypress:function(s){if(e)return e=!1,(!this.isMultiLine||this.menu.element.is(":visible"))&&s.preventDefault(),void 0;if(!i){var n=t.ui.keyCode;switch(s.keyCode){case n.PAGE_UP:this._move("previousPage",s);break;case n.PAGE_DOWN:this._move("nextPage",s);break;case n.UP:this._keyEvent("previous",s);break;case n.DOWN:this._keyEvent("next",s)}}},input:function(t){return s?(s=!1,t.preventDefault(),void 0):(this._searchTimeout(t),void 0)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(t){return this.cancelBlur?(delete this.cancelBlur,void 0):(clearTimeout(this.searching),this.close(t),this._change(t),void 0)}}),this._initSource(),this.menu=t("
    ").appendTo(this._appendTo()).menu({role:null}).hide().menu("instance"),this._addClass(this.menu.element,"ui-autocomplete","ui-front"),this._on(this.menu.element,{mousedown:function(e){e.preventDefault(),this.cancelBlur=!0,this._delay(function(){delete this.cancelBlur,this.element[0]!==t.ui.safeActiveElement(this.document[0])&&this.element.trigger("focus")})},menufocus:function(e,i){var s,n;return this.isNewMenu&&(this.isNewMenu=!1,e.originalEvent&&/^mouse/.test(e.originalEvent.type))?(this.menu.blur(),this.document.one("mousemove",function(){t(e.target).trigger(e.originalEvent)}),void 0):(n=i.item.data("ui-autocomplete-item"),!1!==this._trigger("focus",e,{item:n})&&e.originalEvent&&/^key/.test(e.originalEvent.type)&&this._value(n.value),s=i.item.attr("aria-label")||n.value,s&&t.trim(s).length&&(this.liveRegion.children().hide(),t("
    ").text(s).appendTo(this.liveRegion)),void 0)},menuselect:function(e,i){var s=i.item.data("ui-autocomplete-item"),n=this.previous;this.element[0]!==t.ui.safeActiveElement(this.document[0])&&(this.element.trigger("focus"),this.previous=n,this._delay(function(){this.previous=n,this.selectedItem=s})),!1!==this._trigger("select",e,{item:s})&&this._value(s.value),this.term=this._value(),this.close(e),this.selectedItem=s}}),this.liveRegion=t("
    ",{role:"status","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_destroy:function(){clearTimeout(this.searching),this.element.removeAttr("autocomplete"),this.menu.element.remove(),this.liveRegion.remove()},_setOption:function(t,e){this._super(t,e),"source"===t&&this._initSource(),"appendTo"===t&&this.menu.element.appendTo(this._appendTo()),"disabled"===t&&e&&this.xhr&&this.xhr.abort()},_isEventTargetInWidget:function(e){var i=this.menu.element[0];return e.target===this.element[0]||e.target===i||t.contains(i,e.target)},_closeOnClickOutside:function(t){this._isEventTargetInWidget(t)||this.close()},_appendTo:function(){var e=this.options.appendTo;return e&&(e=e.jquery||e.nodeType?t(e):this.document.find(e).eq(0)),e&&e[0]||(e=this.element.closest(".ui-front, dialog")),e.length||(e=this.document[0].body),e},_initSource:function(){var e,i,s=this;t.isArray(this.options.source)?(e=this.options.source,this.source=function(i,s){s(t.ui.autocomplete.filter(e,i.term))}):"string"==typeof this.options.source?(i=this.options.source,this.source=function(e,n){s.xhr&&s.xhr.abort(),s.xhr=t.ajax({url:i,data:e,dataType:"json",success:function(t){n(t)},error:function(){n([])}})}):this.source=this.options.source},_searchTimeout:function(t){clearTimeout(this.searching),this.searching=this._delay(function(){var e=this.term===this._value(),i=this.menu.element.is(":visible"),s=t.altKey||t.ctrlKey||t.metaKey||t.shiftKey;(!e||e&&!i&&!s)&&(this.selectedItem=null,this.search(null,t))},this.options.delay)},search:function(t,e){return t=null!=t?t:this._value(),this.term=this._value(),t.length").append(t("
    ").text(i.label)).appendTo(e)},_move:function(t,e){return this.menu.element.is(":visible")?this.menu.isFirstItem()&&/^previous/.test(t)||this.menu.isLastItem()&&/^next/.test(t)?(this.isMultiLine||this._value(this.term),this.menu.blur(),void 0):(this.menu[t](e),void 0):(this.search(null,e),void 0)},widget:function(){return this.menu.element},_value:function(){return this.valueMethod.apply(this.element,arguments)},_keyEvent:function(t,e){(!this.isMultiLine||this.menu.element.is(":visible"))&&(this._move(t,e),e.preventDefault())},_isContentEditable:function(t){if(!t.length)return!1;var e=t.prop("contentEditable");return"inherit"===e?this._isContentEditable(t.parent()):"true"===e}}),t.extend(t.ui.autocomplete,{escapeRegex:function(t){return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},filter:function(e,i){var s=RegExp(t.ui.autocomplete.escapeRegex(i),"i");return t.grep(e,function(t){return s.test(t.label||t.value||t)})}}),t.widget("ui.autocomplete",t.ui.autocomplete,{options:{messages:{noResults:"No search results.",results:function(t){return t+(t>1?" results are":" result is")+" available, use up and down arrow keys to navigate."}}},__response:function(e){var i;this._superApply(arguments),this.options.disabled||this.cancelSearch||(i=e&&e.length?this.options.messages.results(e.length):this.options.messages.noResults,this.liveRegion.children().hide(),t("
    ").text(i).appendTo(this.liveRegion))}}),t.ui.autocomplete;var g=/ui-corner-([a-z]){2,6}/g;t.widget("ui.controlgroup",{version:"1.12.1",defaultElement:"
    ",options:{direction:"horizontal",disabled:null,onlyVisible:!0,items:{button:"input[type=button], input[type=submit], input[type=reset], button, a",controlgroupLabel:".ui-controlgroup-label",checkboxradio:"input[type='checkbox'], input[type='radio']",selectmenu:"select",spinner:".ui-spinner-input"}},_create:function(){this._enhance()},_enhance:function(){this.element.attr("role","toolbar"),this.refresh()},_destroy:function(){this._callChildMethod("destroy"),this.childWidgets.removeData("ui-controlgroup-data"),this.element.removeAttr("role"),this.options.items.controlgroupLabel&&this.element.find(this.options.items.controlgroupLabel).find(".ui-controlgroup-label-contents").contents().unwrap()},_initWidgets:function(){var e=this,i=[];t.each(this.options.items,function(s,n){var o,a={};return n?"controlgroupLabel"===s?(o=e.element.find(n),o.each(function(){var e=t(this);e.children(".ui-controlgroup-label-contents").length||e.contents().wrapAll("")}),e._addClass(o,null,"ui-widget ui-widget-content ui-state-default"),i=i.concat(o.get()),void 0):(t.fn[s]&&(a=e["_"+s+"Options"]?e["_"+s+"Options"]("middle"):{classes:{}},e.element.find(n).each(function(){var n=t(this),o=n[s]("instance"),r=t.widget.extend({},a);if("button"!==s||!n.parent(".ui-spinner").length){o||(o=n[s]()[s]("instance")),o&&(r.classes=e._resolveClassesValues(r.classes,o)),n[s](r);var h=n[s]("widget");t.data(h[0],"ui-controlgroup-data",o?o:n[s]("instance")),i.push(h[0])}})),void 0):void 0}),this.childWidgets=t(t.unique(i)),this._addClass(this.childWidgets,"ui-controlgroup-item")},_callChildMethod:function(e){this.childWidgets.each(function(){var i=t(this),s=i.data("ui-controlgroup-data");s&&s[e]&&s[e]()})},_updateCornerClass:function(t,e){var i="ui-corner-top ui-corner-bottom ui-corner-left ui-corner-right ui-corner-all",s=this._buildSimpleOptions(e,"label").classes.label;this._removeClass(t,null,i),this._addClass(t,null,s)},_buildSimpleOptions:function(t,e){var i="vertical"===this.options.direction,s={classes:{}};return s.classes[e]={middle:"",first:"ui-corner-"+(i?"top":"left"),last:"ui-corner-"+(i?"bottom":"right"),only:"ui-corner-all"}[t],s},_spinnerOptions:function(t){var e=this._buildSimpleOptions(t,"ui-spinner");return e.classes["ui-spinner-up"]="",e.classes["ui-spinner-down"]="",e},_buttonOptions:function(t){return this._buildSimpleOptions(t,"ui-button")},_checkboxradioOptions:function(t){return this._buildSimpleOptions(t,"ui-checkboxradio-label")},_selectmenuOptions:function(t){var e="vertical"===this.options.direction;return{width:e?"auto":!1,classes:{middle:{"ui-selectmenu-button-open":"","ui-selectmenu-button-closed":""},first:{"ui-selectmenu-button-open":"ui-corner-"+(e?"top":"tl"),"ui-selectmenu-button-closed":"ui-corner-"+(e?"top":"left")},last:{"ui-selectmenu-button-open":e?"":"ui-corner-tr","ui-selectmenu-button-closed":"ui-corner-"+(e?"bottom":"right")},only:{"ui-selectmenu-button-open":"ui-corner-top","ui-selectmenu-button-closed":"ui-corner-all"}}[t]}},_resolveClassesValues:function(e,i){var s={};return t.each(e,function(n){var o=i.options.classes[n]||"";o=t.trim(o.replace(g,"")),s[n]=(o+" "+e[n]).replace(/\s+/g," ")}),s},_setOption:function(t,e){return"direction"===t&&this._removeClass("ui-controlgroup-"+this.options.direction),this._super(t,e),"disabled"===t?(this._callChildMethod(e?"disable":"enable"),void 0):(this.refresh(),void 0)},refresh:function(){var e,i=this;this._addClass("ui-controlgroup ui-controlgroup-"+this.options.direction),"horizontal"===this.options.direction&&this._addClass(null,"ui-helper-clearfix"),this._initWidgets(),e=this.childWidgets,this.options.onlyVisible&&(e=e.filter(":visible")),e.length&&(t.each(["first","last"],function(t,s){var n=e[s]().data("ui-controlgroup-data");if(n&&i["_"+n.widgetName+"Options"]){var o=i["_"+n.widgetName+"Options"](1===e.length?"only":s);o.classes=i._resolveClassesValues(o.classes,n),n.element[n.widgetName](o)}else i._updateCornerClass(e[s](),s)}),this._callChildMethod("refresh"))}}),t.widget("ui.checkboxradio",[t.ui.formResetMixin,{version:"1.12.1",options:{disabled:null,label:null,icon:!0,classes:{"ui-checkboxradio-label":"ui-corner-all","ui-checkboxradio-icon":"ui-corner-all"}},_getCreateOptions:function(){var e,i,s=this,n=this._super()||{};return this._readType(),i=this.element.labels(),this.label=t(i[i.length-1]),this.label.length||t.error("No label found for checkboxradio widget"),this.originalLabel="",this.label.contents().not(this.element[0]).each(function(){s.originalLabel+=3===this.nodeType?t(this).text():this.outerHTML}),this.originalLabel&&(n.label=this.originalLabel),e=this.element[0].disabled,null!=e&&(n.disabled=e),n},_create:function(){var t=this.element[0].checked;this._bindFormResetHandler(),null==this.options.disabled&&(this.options.disabled=this.element[0].disabled),this._setOption("disabled",this.options.disabled),this._addClass("ui-checkboxradio","ui-helper-hidden-accessible"),this._addClass(this.label,"ui-checkboxradio-label","ui-button ui-widget"),"radio"===this.type&&this._addClass(this.label,"ui-checkboxradio-radio-label"),this.options.label&&this.options.label!==this.originalLabel?this._updateLabel():this.originalLabel&&(this.options.label=this.originalLabel),this._enhance(),t&&(this._addClass(this.label,"ui-checkboxradio-checked","ui-state-active"),this.icon&&this._addClass(this.icon,null,"ui-state-hover")),this._on({change:"_toggleClasses",focus:function(){this._addClass(this.label,null,"ui-state-focus ui-visual-focus")},blur:function(){this._removeClass(this.label,null,"ui-state-focus ui-visual-focus")}})},_readType:function(){var e=this.element[0].nodeName.toLowerCase();this.type=this.element[0].type,"input"===e&&/radio|checkbox/.test(this.type)||t.error("Can't create checkboxradio on element.nodeName="+e+" and element.type="+this.type)},_enhance:function(){this._updateIcon(this.element[0].checked)},widget:function(){return this.label},_getRadioGroup:function(){var e,i=this.element[0].name,s="input[name='"+t.ui.escapeSelector(i)+"']";return i?(e=this.form.length?t(this.form[0].elements).filter(s):t(s).filter(function(){return 0===t(this).form().length}),e.not(this.element)):t([])},_toggleClasses:function(){var e=this.element[0].checked;this._toggleClass(this.label,"ui-checkboxradio-checked","ui-state-active",e),this.options.icon&&"checkbox"===this.type&&this._toggleClass(this.icon,null,"ui-icon-check ui-state-checked",e)._toggleClass(this.icon,null,"ui-icon-blank",!e),"radio"===this.type&&this._getRadioGroup().each(function(){var e=t(this).checkboxradio("instance");e&&e._removeClass(e.label,"ui-checkboxradio-checked","ui-state-active")})},_destroy:function(){this._unbindFormResetHandler(),this.icon&&(this.icon.remove(),this.iconSpace.remove())},_setOption:function(t,e){return"label"!==t||e?(this._super(t,e),"disabled"===t?(this._toggleClass(this.label,null,"ui-state-disabled",e),this.element[0].disabled=e,void 0):(this.refresh(),void 0)):void 0},_updateIcon:function(e){var i="ui-icon ui-icon-background ";this.options.icon?(this.icon||(this.icon=t(""),this.iconSpace=t(" "),this._addClass(this.iconSpace,"ui-checkboxradio-icon-space")),"checkbox"===this.type?(i+=e?"ui-icon-check ui-state-checked":"ui-icon-blank",this._removeClass(this.icon,null,e?"ui-icon-blank":"ui-icon-check")):i+="ui-icon-blank",this._addClass(this.icon,"ui-checkboxradio-icon",i),e||this._removeClass(this.icon,null,"ui-icon-check ui-state-checked"),this.icon.prependTo(this.label).after(this.iconSpace)):void 0!==this.icon&&(this.icon.remove(),this.iconSpace.remove(),delete this.icon)},_updateLabel:function(){var t=this.label.contents().not(this.element[0]);this.icon&&(t=t.not(this.icon[0])),this.iconSpace&&(t=t.not(this.iconSpace[0])),t.remove(),this.label.append(this.options.label)},refresh:function(){var t=this.element[0].checked,e=this.element[0].disabled;this._updateIcon(t),this._toggleClass(this.label,"ui-checkboxradio-checked","ui-state-active",t),null!==this.options.label&&this._updateLabel(),e!==this.options.disabled&&this._setOptions({disabled:e})}}]),t.ui.checkboxradio,t.widget("ui.button",{version:"1.12.1",defaultElement:"").addClass(this._triggerClass).html(o?t("").attr({src:o,alt:n,title:n}):n)),e[r?"before":"after"](i.trigger),i.trigger.on("click",function(){return t.datepicker._datepickerShowing&&t.datepicker._lastInput===e[0]?t.datepicker._hideDatepicker():t.datepicker._datepickerShowing&&t.datepicker._lastInput!==e[0]?(t.datepicker._hideDatepicker(),t.datepicker._showDatepicker(e[0])):t.datepicker._showDatepicker(e[0]),!1}))},_autoSize:function(t){if(this._get(t,"autoSize")&&!t.inline){var e,i,s,n,o=new Date(2009,11,20),a=this._get(t,"dateFormat");a.match(/[DM]/)&&(e=function(t){for(i=0,s=0,n=0;t.length>n;n++)t[n].length>i&&(i=t[n].length,s=n);return s},o.setMonth(e(this._get(t,a.match(/MM/)?"monthNames":"monthNamesShort"))),o.setDate(e(this._get(t,a.match(/DD/)?"dayNames":"dayNamesShort"))+20-o.getDay())),t.input.attr("size",this._formatDate(t,o).length)}},_inlineDatepicker:function(e,i){var s=t(e);s.hasClass(this.markerClassName)||(s.addClass(this.markerClassName).append(i.dpDiv),t.data(e,"datepicker",i),this._setDate(i,this._getDefaultDate(i),!0),this._updateDatepicker(i),this._updateAlternate(i),i.settings.disabled&&this._disableDatepicker(e),i.dpDiv.css("display","block"))},_dialogDatepicker:function(e,i,s,n,o){var r,h,l,c,u,d=this._dialogInst;return d||(this.uuid+=1,r="dp"+this.uuid,this._dialogInput=t(""),this._dialogInput.on("keydown",this._doKeyDown),t("body").append(this._dialogInput),d=this._dialogInst=this._newInst(this._dialogInput,!1),d.settings={},t.data(this._dialogInput[0],"datepicker",d)),a(d.settings,n||{}),i=i&&i.constructor===Date?this._formatDate(d,i):i,this._dialogInput.val(i),this._pos=o?o.length?o:[o.pageX,o.pageY]:null,this._pos||(h=document.documentElement.clientWidth,l=document.documentElement.clientHeight,c=document.documentElement.scrollLeft||document.body.scrollLeft,u=document.documentElement.scrollTop||document.body.scrollTop,this._pos=[h/2-100+c,l/2-150+u]),this._dialogInput.css("left",this._pos[0]+20+"px").css("top",this._pos[1]+"px"),d.settings.onSelect=s,this._inDialog=!0,this.dpDiv.addClass(this._dialogClass),this._showDatepicker(this._dialogInput[0]),t.blockUI&&t.blockUI(this.dpDiv),t.data(this._dialogInput[0],"datepicker",d),this},_destroyDatepicker:function(e){var i,s=t(e),n=t.data(e,"datepicker");s.hasClass(this.markerClassName)&&(i=e.nodeName.toLowerCase(),t.removeData(e,"datepicker"),"input"===i?(n.append.remove(),n.trigger.remove(),s.removeClass(this.markerClassName).off("focus",this._showDatepicker).off("keydown",this._doKeyDown).off("keypress",this._doKeyPress).off("keyup",this._doKeyUp)):("div"===i||"span"===i)&&s.removeClass(this.markerClassName).empty(),m===n&&(m=null))},_enableDatepicker:function(e){var i,s,n=t(e),o=t.data(e,"datepicker");n.hasClass(this.markerClassName)&&(i=e.nodeName.toLowerCase(),"input"===i?(e.disabled=!1,o.trigger.filter("button").each(function(){this.disabled=!1}).end().filter("img").css({opacity:"1.0",cursor:""})):("div"===i||"span"===i)&&(s=n.children("."+this._inlineClass),s.children().removeClass("ui-state-disabled"),s.find("select.ui-datepicker-month, select.ui-datepicker-year").prop("disabled",!1)),this._disabledInputs=t.map(this._disabledInputs,function(t){return t===e?null:t}))},_disableDatepicker:function(e){var i,s,n=t(e),o=t.data(e,"datepicker");n.hasClass(this.markerClassName)&&(i=e.nodeName.toLowerCase(),"input"===i?(e.disabled=!0,o.trigger.filter("button").each(function(){this.disabled=!0}).end().filter("img").css({opacity:"0.5",cursor:"default"})):("div"===i||"span"===i)&&(s=n.children("."+this._inlineClass),s.children().addClass("ui-state-disabled"),s.find("select.ui-datepicker-month, select.ui-datepicker-year").prop("disabled",!0)),this._disabledInputs=t.map(this._disabledInputs,function(t){return t===e?null:t}),this._disabledInputs[this._disabledInputs.length]=e)},_isDisabledDatepicker:function(t){if(!t)return!1;for(var e=0;this._disabledInputs.length>e;e++)if(this._disabledInputs[e]===t)return!0;return!1},_getInst:function(e){try{return t.data(e,"datepicker")}catch(i){throw"Missing instance data for this datepicker"}},_optionDatepicker:function(e,i,s){var n,o,r,h,l=this._getInst(e);return 2===arguments.length&&"string"==typeof i?"defaults"===i?t.extend({},t.datepicker._defaults):l?"all"===i?t.extend({},l.settings):this._get(l,i):null:(n=i||{},"string"==typeof i&&(n={},n[i]=s),l&&(this._curInst===l&&this._hideDatepicker(),o=this._getDateDatepicker(e,!0),r=this._getMinMaxDate(l,"min"),h=this._getMinMaxDate(l,"max"),a(l.settings,n),null!==r&&void 0!==n.dateFormat&&void 0===n.minDate&&(l.settings.minDate=this._formatDate(l,r)),null!==h&&void 0!==n.dateFormat&&void 0===n.maxDate&&(l.settings.maxDate=this._formatDate(l,h)),"disabled"in n&&(n.disabled?this._disableDatepicker(e):this._enableDatepicker(e)),this._attachments(t(e),l),this._autoSize(l),this._setDate(l,o),this._updateAlternate(l),this._updateDatepicker(l)),void 0)},_changeDatepicker:function(t,e,i){this._optionDatepicker(t,e,i)},_refreshDatepicker:function(t){var e=this._getInst(t);e&&this._updateDatepicker(e)},_setDateDatepicker:function(t,e){var i=this._getInst(t);i&&(this._setDate(i,e),this._updateDatepicker(i),this._updateAlternate(i))},_getDateDatepicker:function(t,e){var i=this._getInst(t);return i&&!i.inline&&this._setDateFromField(i,e),i?this._getDate(i):null},_doKeyDown:function(e){var i,s,n,o=t.datepicker._getInst(e.target),a=!0,r=o.dpDiv.is(".ui-datepicker-rtl");if(o._keyEvent=!0,t.datepicker._datepickerShowing)switch(e.keyCode){case 9:t.datepicker._hideDatepicker(),a=!1;break;case 13:return n=t("td."+t.datepicker._dayOverClass+":not(."+t.datepicker._currentClass+")",o.dpDiv),n[0]&&t.datepicker._selectDay(e.target,o.selectedMonth,o.selectedYear,n[0]),i=t.datepicker._get(o,"onSelect"),i?(s=t.datepicker._formatDate(o),i.apply(o.input?o.input[0]:null,[s,o])):t.datepicker._hideDatepicker(),!1;case 27:t.datepicker._hideDatepicker();break;case 33:t.datepicker._adjustDate(e.target,e.ctrlKey?-t.datepicker._get(o,"stepBigMonths"):-t.datepicker._get(o,"stepMonths"),"M");break;case 34:t.datepicker._adjustDate(e.target,e.ctrlKey?+t.datepicker._get(o,"stepBigMonths"):+t.datepicker._get(o,"stepMonths"),"M");break;case 35:(e.ctrlKey||e.metaKey)&&t.datepicker._clearDate(e.target),a=e.ctrlKey||e.metaKey;break;case 36:(e.ctrlKey||e.metaKey)&&t.datepicker._gotoToday(e.target),a=e.ctrlKey||e.metaKey;break;case 37:(e.ctrlKey||e.metaKey)&&t.datepicker._adjustDate(e.target,r?1:-1,"D"),a=e.ctrlKey||e.metaKey,e.originalEvent.altKey&&t.datepicker._adjustDate(e.target,e.ctrlKey?-t.datepicker._get(o,"stepBigMonths"):-t.datepicker._get(o,"stepMonths"),"M");break;case 38:(e.ctrlKey||e.metaKey)&&t.datepicker._adjustDate(e.target,-7,"D"),a=e.ctrlKey||e.metaKey;break;case 39:(e.ctrlKey||e.metaKey)&&t.datepicker._adjustDate(e.target,r?-1:1,"D"),a=e.ctrlKey||e.metaKey,e.originalEvent.altKey&&t.datepicker._adjustDate(e.target,e.ctrlKey?+t.datepicker._get(o,"stepBigMonths"):+t.datepicker._get(o,"stepMonths"),"M");break;case 40:(e.ctrlKey||e.metaKey)&&t.datepicker._adjustDate(e.target,7,"D"),a=e.ctrlKey||e.metaKey;break;default:a=!1}else 36===e.keyCode&&e.ctrlKey?t.datepicker._showDatepicker(this):a=!1;a&&(e.preventDefault(),e.stopPropagation())},_doKeyPress:function(e){var i,s,n=t.datepicker._getInst(e.target);return t.datepicker._get(n,"constrainInput")?(i=t.datepicker._possibleChars(t.datepicker._get(n,"dateFormat")),s=String.fromCharCode(null==e.charCode?e.keyCode:e.charCode),e.ctrlKey||e.metaKey||" ">s||!i||i.indexOf(s)>-1):void 0},_doKeyUp:function(e){var i,s=t.datepicker._getInst(e.target);if(s.input.val()!==s.lastVal)try{i=t.datepicker.parseDate(t.datepicker._get(s,"dateFormat"),s.input?s.input.val():null,t.datepicker._getFormatConfig(s)),i&&(t.datepicker._setDateFromField(s),t.datepicker._updateAlternate(s),t.datepicker._updateDatepicker(s))}catch(n){}return!0},_showDatepicker:function(e){if(e=e.target||e,"input"!==e.nodeName.toLowerCase()&&(e=t("input",e.parentNode)[0]),!t.datepicker._isDisabledDatepicker(e)&&t.datepicker._lastInput!==e){var s,n,o,r,h,l,c;s=t.datepicker._getInst(e),t.datepicker._curInst&&t.datepicker._curInst!==s&&(t.datepicker._curInst.dpDiv.stop(!0,!0),s&&t.datepicker._datepickerShowing&&t.datepicker._hideDatepicker(t.datepicker._curInst.input[0])),n=t.datepicker._get(s,"beforeShow"),o=n?n.apply(e,[e,s]):{},o!==!1&&(a(s.settings,o),s.lastVal=null,t.datepicker._lastInput=e,t.datepicker._setDateFromField(s),t.datepicker._inDialog&&(e.value=""),t.datepicker._pos||(t.datepicker._pos=t.datepicker._findPos(e),t.datepicker._pos[1]+=e.offsetHeight),r=!1,t(e).parents().each(function(){return r|="fixed"===t(this).css("position"),!r}),h={left:t.datepicker._pos[0],top:t.datepicker._pos[1]},t.datepicker._pos=null,s.dpDiv.empty(),s.dpDiv.css({position:"absolute",display:"block",top:"-1000px"}),t.datepicker._updateDatepicker(s),h=t.datepicker._checkOffset(s,h,r),s.dpDiv.css({position:t.datepicker._inDialog&&t.blockUI?"static":r?"fixed":"absolute",display:"none",left:h.left+"px",top:h.top+"px"}),s.inline||(l=t.datepicker._get(s,"showAnim"),c=t.datepicker._get(s,"duration"),s.dpDiv.css("z-index",i(t(e))+1),t.datepicker._datepickerShowing=!0,t.effects&&t.effects.effect[l]?s.dpDiv.show(l,t.datepicker._get(s,"showOptions"),c):s.dpDiv[l||"show"](l?c:null),t.datepicker._shouldFocusInput(s)&&s.input.trigger("focus"),t.datepicker._curInst=s)) -}},_updateDatepicker:function(e){this.maxRows=4,m=e,e.dpDiv.empty().append(this._generateHTML(e)),this._attachHandlers(e);var i,s=this._getNumberOfMonths(e),n=s[1],a=17,r=e.dpDiv.find("."+this._dayOverClass+" a");r.length>0&&o.apply(r.get(0)),e.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width(""),n>1&&e.dpDiv.addClass("ui-datepicker-multi-"+n).css("width",a*n+"em"),e.dpDiv[(1!==s[0]||1!==s[1]?"add":"remove")+"Class"]("ui-datepicker-multi"),e.dpDiv[(this._get(e,"isRTL")?"add":"remove")+"Class"]("ui-datepicker-rtl"),e===t.datepicker._curInst&&t.datepicker._datepickerShowing&&t.datepicker._shouldFocusInput(e)&&e.input.trigger("focus"),e.yearshtml&&(i=e.yearshtml,setTimeout(function(){i===e.yearshtml&&e.yearshtml&&e.dpDiv.find("select.ui-datepicker-year:first").replaceWith(e.yearshtml),i=e.yearshtml=null},0))},_shouldFocusInput:function(t){return t.input&&t.input.is(":visible")&&!t.input.is(":disabled")&&!t.input.is(":focus")},_checkOffset:function(e,i,s){var n=e.dpDiv.outerWidth(),o=e.dpDiv.outerHeight(),a=e.input?e.input.outerWidth():0,r=e.input?e.input.outerHeight():0,h=document.documentElement.clientWidth+(s?0:t(document).scrollLeft()),l=document.documentElement.clientHeight+(s?0:t(document).scrollTop());return i.left-=this._get(e,"isRTL")?n-a:0,i.left-=s&&i.left===e.input.offset().left?t(document).scrollLeft():0,i.top-=s&&i.top===e.input.offset().top+r?t(document).scrollTop():0,i.left-=Math.min(i.left,i.left+n>h&&h>n?Math.abs(i.left+n-h):0),i.top-=Math.min(i.top,i.top+o>l&&l>o?Math.abs(o+r):0),i},_findPos:function(e){for(var i,s=this._getInst(e),n=this._get(s,"isRTL");e&&("hidden"===e.type||1!==e.nodeType||t.expr.filters.hidden(e));)e=e[n?"previousSibling":"nextSibling"];return i=t(e).offset(),[i.left,i.top]},_hideDatepicker:function(e){var i,s,n,o,a=this._curInst;!a||e&&a!==t.data(e,"datepicker")||this._datepickerShowing&&(i=this._get(a,"showAnim"),s=this._get(a,"duration"),n=function(){t.datepicker._tidyDialog(a)},t.effects&&(t.effects.effect[i]||t.effects[i])?a.dpDiv.hide(i,t.datepicker._get(a,"showOptions"),s,n):a.dpDiv["slideDown"===i?"slideUp":"fadeIn"===i?"fadeOut":"hide"](i?s:null,n),i||n(),this._datepickerShowing=!1,o=this._get(a,"onClose"),o&&o.apply(a.input?a.input[0]:null,[a.input?a.input.val():"",a]),this._lastInput=null,this._inDialog&&(this._dialogInput.css({position:"absolute",left:"0",top:"-100px"}),t.blockUI&&(t.unblockUI(),t("body").append(this.dpDiv))),this._inDialog=!1)},_tidyDialog:function(t){t.dpDiv.removeClass(this._dialogClass).off(".ui-datepicker-calendar")},_checkExternalClick:function(e){if(t.datepicker._curInst){var i=t(e.target),s=t.datepicker._getInst(i[0]);(i[0].id!==t.datepicker._mainDivId&&0===i.parents("#"+t.datepicker._mainDivId).length&&!i.hasClass(t.datepicker.markerClassName)&&!i.closest("."+t.datepicker._triggerClass).length&&t.datepicker._datepickerShowing&&(!t.datepicker._inDialog||!t.blockUI)||i.hasClass(t.datepicker.markerClassName)&&t.datepicker._curInst!==s)&&t.datepicker._hideDatepicker()}},_adjustDate:function(e,i,s){var n=t(e),o=this._getInst(n[0]);this._isDisabledDatepicker(n[0])||(this._adjustInstDate(o,i+("M"===s?this._get(o,"showCurrentAtPos"):0),s),this._updateDatepicker(o))},_gotoToday:function(e){var i,s=t(e),n=this._getInst(s[0]);this._get(n,"gotoCurrent")&&n.currentDay?(n.selectedDay=n.currentDay,n.drawMonth=n.selectedMonth=n.currentMonth,n.drawYear=n.selectedYear=n.currentYear):(i=new Date,n.selectedDay=i.getDate(),n.drawMonth=n.selectedMonth=i.getMonth(),n.drawYear=n.selectedYear=i.getFullYear()),this._notifyChange(n),this._adjustDate(s)},_selectMonthYear:function(e,i,s){var n=t(e),o=this._getInst(n[0]);o["selected"+("M"===s?"Month":"Year")]=o["draw"+("M"===s?"Month":"Year")]=parseInt(i.options[i.selectedIndex].value,10),this._notifyChange(o),this._adjustDate(n)},_selectDay:function(e,i,s,n){var o,a=t(e);t(n).hasClass(this._unselectableClass)||this._isDisabledDatepicker(a[0])||(o=this._getInst(a[0]),o.selectedDay=o.currentDay=t("a",n).html(),o.selectedMonth=o.currentMonth=i,o.selectedYear=o.currentYear=s,this._selectDate(e,this._formatDate(o,o.currentDay,o.currentMonth,o.currentYear)))},_clearDate:function(e){var i=t(e);this._selectDate(i,"")},_selectDate:function(e,i){var s,n=t(e),o=this._getInst(n[0]);i=null!=i?i:this._formatDate(o),o.input&&o.input.val(i),this._updateAlternate(o),s=this._get(o,"onSelect"),s?s.apply(o.input?o.input[0]:null,[i,o]):o.input&&o.input.trigger("change"),o.inline?this._updateDatepicker(o):(this._hideDatepicker(),this._lastInput=o.input[0],"object"!=typeof o.input[0]&&o.input.trigger("focus"),this._lastInput=null)},_updateAlternate:function(e){var i,s,n,o=this._get(e,"altField");o&&(i=this._get(e,"altFormat")||this._get(e,"dateFormat"),s=this._getDate(e),n=this.formatDate(i,s,this._getFormatConfig(e)),t(o).val(n))},noWeekends:function(t){var e=t.getDay();return[e>0&&6>e,""]},iso8601Week:function(t){var e,i=new Date(t.getTime());return i.setDate(i.getDate()+4-(i.getDay()||7)),e=i.getTime(),i.setMonth(0),i.setDate(1),Math.floor(Math.round((e-i)/864e5)/7)+1},parseDate:function(e,i,s){if(null==e||null==i)throw"Invalid arguments";if(i="object"==typeof i?""+i:i+"",""===i)return null;var n,o,a,r,h=0,l=(s?s.shortYearCutoff:null)||this._defaults.shortYearCutoff,c="string"!=typeof l?l:(new Date).getFullYear()%100+parseInt(l,10),u=(s?s.dayNamesShort:null)||this._defaults.dayNamesShort,d=(s?s.dayNames:null)||this._defaults.dayNames,p=(s?s.monthNamesShort:null)||this._defaults.monthNamesShort,f=(s?s.monthNames:null)||this._defaults.monthNames,g=-1,m=-1,_=-1,v=-1,b=!1,y=function(t){var i=e.length>n+1&&e.charAt(n+1)===t;return i&&n++,i},w=function(t){var e=y(t),s="@"===t?14:"!"===t?20:"y"===t&&e?4:"o"===t?3:2,n="y"===t?s:1,o=RegExp("^\\d{"+n+","+s+"}"),a=i.substring(h).match(o);if(!a)throw"Missing number at position "+h;return h+=a[0].length,parseInt(a[0],10)},k=function(e,s,n){var o=-1,a=t.map(y(e)?n:s,function(t,e){return[[e,t]]}).sort(function(t,e){return-(t[1].length-e[1].length)});if(t.each(a,function(t,e){var s=e[1];return i.substr(h,s.length).toLowerCase()===s.toLowerCase()?(o=e[0],h+=s.length,!1):void 0}),-1!==o)return o+1;throw"Unknown name at position "+h},x=function(){if(i.charAt(h)!==e.charAt(n))throw"Unexpected literal at position "+h;h++};for(n=0;e.length>n;n++)if(b)"'"!==e.charAt(n)||y("'")?x():b=!1;else switch(e.charAt(n)){case"d":_=w("d");break;case"D":k("D",u,d);break;case"o":v=w("o");break;case"m":m=w("m");break;case"M":m=k("M",p,f);break;case"y":g=w("y");break;case"@":r=new Date(w("@")),g=r.getFullYear(),m=r.getMonth()+1,_=r.getDate();break;case"!":r=new Date((w("!")-this._ticksTo1970)/1e4),g=r.getFullYear(),m=r.getMonth()+1,_=r.getDate();break;case"'":y("'")?x():b=!0;break;default:x()}if(i.length>h&&(a=i.substr(h),!/^\s+/.test(a)))throw"Extra/unparsed characters found in date: "+a;if(-1===g?g=(new Date).getFullYear():100>g&&(g+=(new Date).getFullYear()-(new Date).getFullYear()%100+(c>=g?0:-100)),v>-1)for(m=1,_=v;;){if(o=this._getDaysInMonth(g,m-1),o>=_)break;m++,_-=o}if(r=this._daylightSavingAdjust(new Date(g,m-1,_)),r.getFullYear()!==g||r.getMonth()+1!==m||r.getDate()!==_)throw"Invalid date";return r},ATOM:"yy-mm-dd",COOKIE:"D, dd M yy",ISO_8601:"yy-mm-dd",RFC_822:"D, d M y",RFC_850:"DD, dd-M-y",RFC_1036:"D, d M y",RFC_1123:"D, d M yy",RFC_2822:"D, d M yy",RSS:"D, d M y",TICKS:"!",TIMESTAMP:"@",W3C:"yy-mm-dd",_ticksTo1970:1e7*60*60*24*(718685+Math.floor(492.5)-Math.floor(19.7)+Math.floor(4.925)),formatDate:function(t,e,i){if(!e)return"";var s,n=(i?i.dayNamesShort:null)||this._defaults.dayNamesShort,o=(i?i.dayNames:null)||this._defaults.dayNames,a=(i?i.monthNamesShort:null)||this._defaults.monthNamesShort,r=(i?i.monthNames:null)||this._defaults.monthNames,h=function(e){var i=t.length>s+1&&t.charAt(s+1)===e;return i&&s++,i},l=function(t,e,i){var s=""+e;if(h(t))for(;i>s.length;)s="0"+s;return s},c=function(t,e,i,s){return h(t)?s[e]:i[e]},u="",d=!1;if(e)for(s=0;t.length>s;s++)if(d)"'"!==t.charAt(s)||h("'")?u+=t.charAt(s):d=!1;else switch(t.charAt(s)){case"d":u+=l("d",e.getDate(),2);break;case"D":u+=c("D",e.getDay(),n,o);break;case"o":u+=l("o",Math.round((new Date(e.getFullYear(),e.getMonth(),e.getDate()).getTime()-new Date(e.getFullYear(),0,0).getTime())/864e5),3);break;case"m":u+=l("m",e.getMonth()+1,2);break;case"M":u+=c("M",e.getMonth(),a,r);break;case"y":u+=h("y")?e.getFullYear():(10>e.getFullYear()%100?"0":"")+e.getFullYear()%100;break;case"@":u+=e.getTime();break;case"!":u+=1e4*e.getTime()+this._ticksTo1970;break;case"'":h("'")?u+="'":d=!0;break;default:u+=t.charAt(s)}return u},_possibleChars:function(t){var e,i="",s=!1,n=function(i){var s=t.length>e+1&&t.charAt(e+1)===i;return s&&e++,s};for(e=0;t.length>e;e++)if(s)"'"!==t.charAt(e)||n("'")?i+=t.charAt(e):s=!1;else switch(t.charAt(e)){case"d":case"m":case"y":case"@":i+="0123456789";break;case"D":case"M":return null;case"'":n("'")?i+="'":s=!0;break;default:i+=t.charAt(e)}return i},_get:function(t,e){return void 0!==t.settings[e]?t.settings[e]:this._defaults[e]},_setDateFromField:function(t,e){if(t.input.val()!==t.lastVal){var i=this._get(t,"dateFormat"),s=t.lastVal=t.input?t.input.val():null,n=this._getDefaultDate(t),o=n,a=this._getFormatConfig(t);try{o=this.parseDate(i,s,a)||n}catch(r){s=e?"":s}t.selectedDay=o.getDate(),t.drawMonth=t.selectedMonth=o.getMonth(),t.drawYear=t.selectedYear=o.getFullYear(),t.currentDay=s?o.getDate():0,t.currentMonth=s?o.getMonth():0,t.currentYear=s?o.getFullYear():0,this._adjustInstDate(t)}},_getDefaultDate:function(t){return this._restrictMinMax(t,this._determineDate(t,this._get(t,"defaultDate"),new Date))},_determineDate:function(e,i,s){var n=function(t){var e=new Date;return e.setDate(e.getDate()+t),e},o=function(i){try{return t.datepicker.parseDate(t.datepicker._get(e,"dateFormat"),i,t.datepicker._getFormatConfig(e))}catch(s){}for(var n=(i.toLowerCase().match(/^c/)?t.datepicker._getDate(e):null)||new Date,o=n.getFullYear(),a=n.getMonth(),r=n.getDate(),h=/([+\-]?[0-9]+)\s*(d|D|w|W|m|M|y|Y)?/g,l=h.exec(i);l;){switch(l[2]||"d"){case"d":case"D":r+=parseInt(l[1],10);break;case"w":case"W":r+=7*parseInt(l[1],10);break;case"m":case"M":a+=parseInt(l[1],10),r=Math.min(r,t.datepicker._getDaysInMonth(o,a));break;case"y":case"Y":o+=parseInt(l[1],10),r=Math.min(r,t.datepicker._getDaysInMonth(o,a))}l=h.exec(i)}return new Date(o,a,r)},a=null==i||""===i?s:"string"==typeof i?o(i):"number"==typeof i?isNaN(i)?s:n(i):new Date(i.getTime());return a=a&&"Invalid Date"==""+a?s:a,a&&(a.setHours(0),a.setMinutes(0),a.setSeconds(0),a.setMilliseconds(0)),this._daylightSavingAdjust(a)},_daylightSavingAdjust:function(t){return t?(t.setHours(t.getHours()>12?t.getHours()+2:0),t):null},_setDate:function(t,e,i){var s=!e,n=t.selectedMonth,o=t.selectedYear,a=this._restrictMinMax(t,this._determineDate(t,e,new Date));t.selectedDay=t.currentDay=a.getDate(),t.drawMonth=t.selectedMonth=t.currentMonth=a.getMonth(),t.drawYear=t.selectedYear=t.currentYear=a.getFullYear(),n===t.selectedMonth&&o===t.selectedYear||i||this._notifyChange(t),this._adjustInstDate(t),t.input&&t.input.val(s?"":this._formatDate(t))},_getDate:function(t){var e=!t.currentYear||t.input&&""===t.input.val()?null:this._daylightSavingAdjust(new Date(t.currentYear,t.currentMonth,t.currentDay));return e},_attachHandlers:function(e){var i=this._get(e,"stepMonths"),s="#"+e.id.replace(/\\\\/g,"\\");e.dpDiv.find("[data-handler]").map(function(){var e={prev:function(){t.datepicker._adjustDate(s,-i,"M")},next:function(){t.datepicker._adjustDate(s,+i,"M")},hide:function(){t.datepicker._hideDatepicker()},today:function(){t.datepicker._gotoToday(s)},selectDay:function(){return t.datepicker._selectDay(s,+this.getAttribute("data-month"),+this.getAttribute("data-year"),this),!1},selectMonth:function(){return t.datepicker._selectMonthYear(s,this,"M"),!1},selectYear:function(){return t.datepicker._selectMonthYear(s,this,"Y"),!1}};t(this).on(this.getAttribute("data-event"),e[this.getAttribute("data-handler")])})},_generateHTML:function(t){var e,i,s,n,o,a,r,h,l,c,u,d,p,f,g,m,_,v,b,y,w,k,x,C,D,I,T,P,M,S,H,z,O,A,N,W,E,F,L,R=new Date,B=this._daylightSavingAdjust(new Date(R.getFullYear(),R.getMonth(),R.getDate())),Y=this._get(t,"isRTL"),j=this._get(t,"showButtonPanel"),q=this._get(t,"hideIfNoPrevNext"),K=this._get(t,"navigationAsDateFormat"),U=this._getNumberOfMonths(t),V=this._get(t,"showCurrentAtPos"),$=this._get(t,"stepMonths"),X=1!==U[0]||1!==U[1],G=this._daylightSavingAdjust(t.currentDay?new Date(t.currentYear,t.currentMonth,t.currentDay):new Date(9999,9,9)),Q=this._getMinMaxDate(t,"min"),J=this._getMinMaxDate(t,"max"),Z=t.drawMonth-V,te=t.drawYear;if(0>Z&&(Z+=12,te--),J)for(e=this._daylightSavingAdjust(new Date(J.getFullYear(),J.getMonth()-U[0]*U[1]+1,J.getDate())),e=Q&&Q>e?Q:e;this._daylightSavingAdjust(new Date(te,Z,1))>e;)Z--,0>Z&&(Z=11,te--);for(t.drawMonth=Z,t.drawYear=te,i=this._get(t,"prevText"),i=K?this.formatDate(i,this._daylightSavingAdjust(new Date(te,Z-$,1)),this._getFormatConfig(t)):i,s=this._canAdjustMonth(t,-1,te,Z)?""+i+"":q?"":""+i+"",n=this._get(t,"nextText"),n=K?this.formatDate(n,this._daylightSavingAdjust(new Date(te,Z+$,1)),this._getFormatConfig(t)):n,o=this._canAdjustMonth(t,1,te,Z)?""+n+"":q?"":""+n+"",a=this._get(t,"currentText"),r=this._get(t,"gotoCurrent")&&t.currentDay?G:B,a=K?this.formatDate(a,r,this._getFormatConfig(t)):a,h=t.inline?"":"",l=j?"
    "+(Y?h:"")+(this._isInRange(t,r)?"":"")+(Y?"":h)+"
    ":"",c=parseInt(this._get(t,"firstDay"),10),c=isNaN(c)?0:c,u=this._get(t,"showWeek"),d=this._get(t,"dayNames"),p=this._get(t,"dayNamesMin"),f=this._get(t,"monthNames"),g=this._get(t,"monthNamesShort"),m=this._get(t,"beforeShowDay"),_=this._get(t,"showOtherMonths"),v=this._get(t,"selectOtherMonths"),b=this._getDefaultDate(t),y="",k=0;U[0]>k;k++){for(x="",this.maxRows=4,C=0;U[1]>C;C++){if(D=this._daylightSavingAdjust(new Date(te,Z,t.selectedDay)),I=" ui-corner-all",T="",X){if(T+="
    "}for(T+="
    "+(/all|left/.test(I)&&0===k?Y?o:s:"")+(/all|right/.test(I)&&0===k?Y?s:o:"")+this._generateMonthYearHeader(t,Z,te,Q,J,k>0||C>0,f,g)+"
    "+"",P=u?"":"",w=0;7>w;w++)M=(w+c)%7,P+="";for(T+=P+"",S=this._getDaysInMonth(te,Z),te===t.selectedYear&&Z===t.selectedMonth&&(t.selectedDay=Math.min(t.selectedDay,S)),H=(this._getFirstDayOfMonth(te,Z)-c+7)%7,z=Math.ceil((H+S)/7),O=X?this.maxRows>z?this.maxRows:z:z,this.maxRows=O,A=this._daylightSavingAdjust(new Date(te,Z,1-H)),N=0;O>N;N++){for(T+="",W=u?"":"",w=0;7>w;w++)E=m?m.apply(t.input?t.input[0]:null,[A]):[!0,""],F=A.getMonth()!==Z,L=F&&!v||!E[0]||Q&&Q>A||J&&A>J,W+="",A.setDate(A.getDate()+1),A=this._daylightSavingAdjust(A);T+=W+""}Z++,Z>11&&(Z=0,te++),T+="
    "+this._get(t,"weekHeader")+"=5?" class='ui-datepicker-week-end'":"")+">"+""+p[M]+"
    "+this._get(t,"calculateWeek")(A)+""+(F&&!_?" ":L?""+A.getDate()+"":""+A.getDate()+"")+"
    "+(X?"
    "+(U[0]>0&&C===U[1]-1?"
    ":""):""),x+=T}y+=x}return y+=l,t._keyEvent=!1,y},_generateMonthYearHeader:function(t,e,i,s,n,o,a,r){var h,l,c,u,d,p,f,g,m=this._get(t,"changeMonth"),_=this._get(t,"changeYear"),v=this._get(t,"showMonthAfterYear"),b="
    ",y="";if(o||!m)y+=""+a[e]+"";else{for(h=s&&s.getFullYear()===i,l=n&&n.getFullYear()===i,y+=""}if(v||(b+=y+(!o&&m&&_?"":" ")),!t.yearshtml)if(t.yearshtml="",o||!_)b+=""+i+"";else{for(u=this._get(t,"yearRange").split(":"),d=(new Date).getFullYear(),p=function(t){var e=t.match(/c[+\-].*/)?i+parseInt(t.substring(1),10):t.match(/[+\-].*/)?d+parseInt(t,10):parseInt(t,10);return isNaN(e)?d:e},f=p(u[0]),g=Math.max(f,p(u[1]||"")),f=s?Math.max(f,s.getFullYear()):f,g=n?Math.min(g,n.getFullYear()):g,t.yearshtml+="",b+=t.yearshtml,t.yearshtml=null}return b+=this._get(t,"yearSuffix"),v&&(b+=(!o&&m&&_?"":" ")+y),b+="
    "},_adjustInstDate:function(t,e,i){var s=t.selectedYear+("Y"===i?e:0),n=t.selectedMonth+("M"===i?e:0),o=Math.min(t.selectedDay,this._getDaysInMonth(s,n))+("D"===i?e:0),a=this._restrictMinMax(t,this._daylightSavingAdjust(new Date(s,n,o)));t.selectedDay=a.getDate(),t.drawMonth=t.selectedMonth=a.getMonth(),t.drawYear=t.selectedYear=a.getFullYear(),("M"===i||"Y"===i)&&this._notifyChange(t)},_restrictMinMax:function(t,e){var i=this._getMinMaxDate(t,"min"),s=this._getMinMaxDate(t,"max"),n=i&&i>e?i:e;return s&&n>s?s:n},_notifyChange:function(t){var e=this._get(t,"onChangeMonthYear");e&&e.apply(t.input?t.input[0]:null,[t.selectedYear,t.selectedMonth+1,t])},_getNumberOfMonths:function(t){var e=this._get(t,"numberOfMonths");return null==e?[1,1]:"number"==typeof e?[1,e]:e},_getMinMaxDate:function(t,e){return this._determineDate(t,this._get(t,e+"Date"),null)},_getDaysInMonth:function(t,e){return 32-this._daylightSavingAdjust(new Date(t,e,32)).getDate()},_getFirstDayOfMonth:function(t,e){return new Date(t,e,1).getDay()},_canAdjustMonth:function(t,e,i,s){var n=this._getNumberOfMonths(t),o=this._daylightSavingAdjust(new Date(i,s+(0>e?e:n[0]*n[1]),1));return 0>e&&o.setDate(this._getDaysInMonth(o.getFullYear(),o.getMonth())),this._isInRange(t,o)},_isInRange:function(t,e){var i,s,n=this._getMinMaxDate(t,"min"),o=this._getMinMaxDate(t,"max"),a=null,r=null,h=this._get(t,"yearRange");return h&&(i=h.split(":"),s=(new Date).getFullYear(),a=parseInt(i[0],10),r=parseInt(i[1],10),i[0].match(/[+\-].*/)&&(a+=s),i[1].match(/[+\-].*/)&&(r+=s)),(!n||e.getTime()>=n.getTime())&&(!o||e.getTime()<=o.getTime())&&(!a||e.getFullYear()>=a)&&(!r||r>=e.getFullYear())},_getFormatConfig:function(t){var e=this._get(t,"shortYearCutoff");return e="string"!=typeof e?e:(new Date).getFullYear()%100+parseInt(e,10),{shortYearCutoff:e,dayNamesShort:this._get(t,"dayNamesShort"),dayNames:this._get(t,"dayNames"),monthNamesShort:this._get(t,"monthNamesShort"),monthNames:this._get(t,"monthNames")}},_formatDate:function(t,e,i,s){e||(t.currentDay=t.selectedDay,t.currentMonth=t.selectedMonth,t.currentYear=t.selectedYear);var n=e?"object"==typeof e?e:this._daylightSavingAdjust(new Date(s,i,e)):this._daylightSavingAdjust(new Date(t.currentYear,t.currentMonth,t.currentDay));return this.formatDate(this._get(t,"dateFormat"),n,this._getFormatConfig(t))}}),t.fn.datepicker=function(e){if(!this.length)return this;t.datepicker.initialized||(t(document).on("mousedown",t.datepicker._checkExternalClick),t.datepicker.initialized=!0),0===t("#"+t.datepicker._mainDivId).length&&t("body").append(t.datepicker.dpDiv);var i=Array.prototype.slice.call(arguments,1);return"string"!=typeof e||"isDisabled"!==e&&"getDate"!==e&&"widget"!==e?"option"===e&&2===arguments.length&&"string"==typeof arguments[1]?t.datepicker["_"+e+"Datepicker"].apply(t.datepicker,[this[0]].concat(i)):this.each(function(){"string"==typeof e?t.datepicker["_"+e+"Datepicker"].apply(t.datepicker,[this].concat(i)):t.datepicker._attachDatepicker(this,e)}):t.datepicker["_"+e+"Datepicker"].apply(t.datepicker,[this[0]].concat(i))},t.datepicker=new s,t.datepicker.initialized=!1,t.datepicker.uuid=(new Date).getTime(),t.datepicker.version="1.12.1",t.datepicker,t.ui.ie=!!/msie [\w.]+/.exec(navigator.userAgent.toLowerCase());var _=!1;t(document).on("mouseup",function(){_=!1}),t.widget("ui.mouse",{version:"1.12.1",options:{cancel:"input, textarea, button, select, option",distance:1,delay:0},_mouseInit:function(){var e=this;this.element.on("mousedown."+this.widgetName,function(t){return e._mouseDown(t)}).on("click."+this.widgetName,function(i){return!0===t.data(i.target,e.widgetName+".preventClickEvent")?(t.removeData(i.target,e.widgetName+".preventClickEvent"),i.stopImmediatePropagation(),!1):void 0}),this.started=!1},_mouseDestroy:function(){this.element.off("."+this.widgetName),this._mouseMoveDelegate&&this.document.off("mousemove."+this.widgetName,this._mouseMoveDelegate).off("mouseup."+this.widgetName,this._mouseUpDelegate)},_mouseDown:function(e){if(!_){this._mouseMoved=!1,this._mouseStarted&&this._mouseUp(e),this._mouseDownEvent=e;var i=this,s=1===e.which,n="string"==typeof this.options.cancel&&e.target.nodeName?t(e.target).closest(this.options.cancel).length:!1;return s&&!n&&this._mouseCapture(e)?(this.mouseDelayMet=!this.options.delay,this.mouseDelayMet||(this._mouseDelayTimer=setTimeout(function(){i.mouseDelayMet=!0},this.options.delay)),this._mouseDistanceMet(e)&&this._mouseDelayMet(e)&&(this._mouseStarted=this._mouseStart(e)!==!1,!this._mouseStarted)?(e.preventDefault(),!0):(!0===t.data(e.target,this.widgetName+".preventClickEvent")&&t.removeData(e.target,this.widgetName+".preventClickEvent"),this._mouseMoveDelegate=function(t){return i._mouseMove(t)},this._mouseUpDelegate=function(t){return i._mouseUp(t)},this.document.on("mousemove."+this.widgetName,this._mouseMoveDelegate).on("mouseup."+this.widgetName,this._mouseUpDelegate),e.preventDefault(),_=!0,!0)):!0}},_mouseMove:function(e){if(this._mouseMoved){if(t.ui.ie&&(!document.documentMode||9>document.documentMode)&&!e.button)return this._mouseUp(e);if(!e.which)if(e.originalEvent.altKey||e.originalEvent.ctrlKey||e.originalEvent.metaKey||e.originalEvent.shiftKey)this.ignoreMissingWhich=!0;else if(!this.ignoreMissingWhich)return this._mouseUp(e)}return(e.which||e.button)&&(this._mouseMoved=!0),this._mouseStarted?(this._mouseDrag(e),e.preventDefault()):(this._mouseDistanceMet(e)&&this._mouseDelayMet(e)&&(this._mouseStarted=this._mouseStart(this._mouseDownEvent,e)!==!1,this._mouseStarted?this._mouseDrag(e):this._mouseUp(e)),!this._mouseStarted)},_mouseUp:function(e){this.document.off("mousemove."+this.widgetName,this._mouseMoveDelegate).off("mouseup."+this.widgetName,this._mouseUpDelegate),this._mouseStarted&&(this._mouseStarted=!1,e.target===this._mouseDownEvent.target&&t.data(e.target,this.widgetName+".preventClickEvent",!0),this._mouseStop(e)),this._mouseDelayTimer&&(clearTimeout(this._mouseDelayTimer),delete this._mouseDelayTimer),this.ignoreMissingWhich=!1,_=!1,e.preventDefault()},_mouseDistanceMet:function(t){return Math.max(Math.abs(this._mouseDownEvent.pageX-t.pageX),Math.abs(this._mouseDownEvent.pageY-t.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return!0}}),t.ui.plugin={add:function(e,i,s){var n,o=t.ui[e].prototype;for(n in s)o.plugins[n]=o.plugins[n]||[],o.plugins[n].push([i,s[n]])},call:function(t,e,i,s){var n,o=t.plugins[e];if(o&&(s||t.element[0].parentNode&&11!==t.element[0].parentNode.nodeType))for(n=0;o.length>n;n++)t.options[o[n][0]]&&o[n][1].apply(t.element,i)}},t.ui.safeBlur=function(e){e&&"body"!==e.nodeName.toLowerCase()&&t(e).trigger("blur")},t.widget("ui.draggable",t.ui.mouse,{version:"1.12.1",widgetEventPrefix:"drag",options:{addClasses:!0,appendTo:"parent",axis:!1,connectToSortable:!1,containment:!1,cursor:"auto",cursorAt:!1,grid:!1,handle:!1,helper:"original",iframeFix:!1,opacity:!1,refreshPositions:!1,revert:!1,revertDuration:500,scope:"default",scroll:!0,scrollSensitivity:20,scrollSpeed:20,snap:!1,snapMode:"both",snapTolerance:20,stack:!1,zIndex:!1,drag:null,start:null,stop:null},_create:function(){"original"===this.options.helper&&this._setPositionRelative(),this.options.addClasses&&this._addClass("ui-draggable"),this._setHandleClassName(),this._mouseInit()},_setOption:function(t,e){this._super(t,e),"handle"===t&&(this._removeHandleClassName(),this._setHandleClassName())},_destroy:function(){return(this.helper||this.element).is(".ui-draggable-dragging")?(this.destroyOnClear=!0,void 0):(this._removeHandleClassName(),this._mouseDestroy(),void 0)},_mouseCapture:function(e){var i=this.options;return this.helper||i.disabled||t(e.target).closest(".ui-resizable-handle").length>0?!1:(this.handle=this._getHandle(e),this.handle?(this._blurActiveElement(e),this._blockFrames(i.iframeFix===!0?"iframe":i.iframeFix),!0):!1)},_blockFrames:function(e){this.iframeBlocks=this.document.find(e).map(function(){var e=t(this);return t("
    ").css("position","absolute").appendTo(e.parent()).outerWidth(e.outerWidth()).outerHeight(e.outerHeight()).offset(e.offset())[0]})},_unblockFrames:function(){this.iframeBlocks&&(this.iframeBlocks.remove(),delete this.iframeBlocks)},_blurActiveElement:function(e){var i=t.ui.safeActiveElement(this.document[0]),s=t(e.target);s.closest(i).length||t.ui.safeBlur(i)},_mouseStart:function(e){var i=this.options;return this.helper=this._createHelper(e),this._addClass(this.helper,"ui-draggable-dragging"),this._cacheHelperProportions(),t.ui.ddmanager&&(t.ui.ddmanager.current=this),this._cacheMargins(),this.cssPosition=this.helper.css("position"),this.scrollParent=this.helper.scrollParent(!0),this.offsetParent=this.helper.offsetParent(),this.hasFixedAncestor=this.helper.parents().filter(function(){return"fixed"===t(this).css("position")}).length>0,this.positionAbs=this.element.offset(),this._refreshOffsets(e),this.originalPosition=this.position=this._generatePosition(e,!1),this.originalPageX=e.pageX,this.originalPageY=e.pageY,i.cursorAt&&this._adjustOffsetFromHelper(i.cursorAt),this._setContainment(),this._trigger("start",e)===!1?(this._clear(),!1):(this._cacheHelperProportions(),t.ui.ddmanager&&!i.dropBehaviour&&t.ui.ddmanager.prepareOffsets(this,e),this._mouseDrag(e,!0),t.ui.ddmanager&&t.ui.ddmanager.dragStart(this,e),!0)},_refreshOffsets:function(t){this.offset={top:this.positionAbs.top-this.margins.top,left:this.positionAbs.left-this.margins.left,scroll:!1,parent:this._getParentOffset(),relative:this._getRelativeOffset()},this.offset.click={left:t.pageX-this.offset.left,top:t.pageY-this.offset.top}},_mouseDrag:function(e,i){if(this.hasFixedAncestor&&(this.offset.parent=this._getParentOffset()),this.position=this._generatePosition(e,!0),this.positionAbs=this._convertPositionTo("absolute"),!i){var s=this._uiHash();if(this._trigger("drag",e,s)===!1)return this._mouseUp(new t.Event("mouseup",e)),!1;this.position=s.position}return this.helper[0].style.left=this.position.left+"px",this.helper[0].style.top=this.position.top+"px",t.ui.ddmanager&&t.ui.ddmanager.drag(this,e),!1},_mouseStop:function(e){var i=this,s=!1;return t.ui.ddmanager&&!this.options.dropBehaviour&&(s=t.ui.ddmanager.drop(this,e)),this.dropped&&(s=this.dropped,this.dropped=!1),"invalid"===this.options.revert&&!s||"valid"===this.options.revert&&s||this.options.revert===!0||t.isFunction(this.options.revert)&&this.options.revert.call(this.element,s)?t(this.helper).animate(this.originalPosition,parseInt(this.options.revertDuration,10),function(){i._trigger("stop",e)!==!1&&i._clear()}):this._trigger("stop",e)!==!1&&this._clear(),!1},_mouseUp:function(e){return this._unblockFrames(),t.ui.ddmanager&&t.ui.ddmanager.dragStop(this,e),this.handleElement.is(e.target)&&this.element.trigger("focus"),t.ui.mouse.prototype._mouseUp.call(this,e)},cancel:function(){return this.helper.is(".ui-draggable-dragging")?this._mouseUp(new t.Event("mouseup",{target:this.element[0]})):this._clear(),this},_getHandle:function(e){return this.options.handle?!!t(e.target).closest(this.element.find(this.options.handle)).length:!0},_setHandleClassName:function(){this.handleElement=this.options.handle?this.element.find(this.options.handle):this.element,this._addClass(this.handleElement,"ui-draggable-handle")},_removeHandleClassName:function(){this._removeClass(this.handleElement,"ui-draggable-handle")},_createHelper:function(e){var i=this.options,s=t.isFunction(i.helper),n=s?t(i.helper.apply(this.element[0],[e])):"clone"===i.helper?this.element.clone().removeAttr("id"):this.element;return n.parents("body").length||n.appendTo("parent"===i.appendTo?this.element[0].parentNode:i.appendTo),s&&n[0]===this.element[0]&&this._setPositionRelative(),n[0]===this.element[0]||/(fixed|absolute)/.test(n.css("position"))||n.css("position","absolute"),n},_setPositionRelative:function(){/^(?:r|a|f)/.test(this.element.css("position"))||(this.element[0].style.position="relative")},_adjustOffsetFromHelper:function(e){"string"==typeof e&&(e=e.split(" ")),t.isArray(e)&&(e={left:+e[0],top:+e[1]||0}),"left"in e&&(this.offset.click.left=e.left+this.margins.left),"right"in e&&(this.offset.click.left=this.helperProportions.width-e.right+this.margins.left),"top"in e&&(this.offset.click.top=e.top+this.margins.top),"bottom"in e&&(this.offset.click.top=this.helperProportions.height-e.bottom+this.margins.top)},_isRootNode:function(t){return/(html|body)/i.test(t.tagName)||t===this.document[0]},_getParentOffset:function(){var e=this.offsetParent.offset(),i=this.document[0];return"absolute"===this.cssPosition&&this.scrollParent[0]!==i&&t.contains(this.scrollParent[0],this.offsetParent[0])&&(e.left+=this.scrollParent.scrollLeft(),e.top+=this.scrollParent.scrollTop()),this._isRootNode(this.offsetParent[0])&&(e={top:0,left:0}),{top:e.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:e.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if("relative"!==this.cssPosition)return{top:0,left:0};var t=this.element.position(),e=this._isRootNode(this.scrollParent[0]);return{top:t.top-(parseInt(this.helper.css("top"),10)||0)+(e?0:this.scrollParent.scrollTop()),left:t.left-(parseInt(this.helper.css("left"),10)||0)+(e?0:this.scrollParent.scrollLeft())} -},_cacheMargins:function(){this.margins={left:parseInt(this.element.css("marginLeft"),10)||0,top:parseInt(this.element.css("marginTop"),10)||0,right:parseInt(this.element.css("marginRight"),10)||0,bottom:parseInt(this.element.css("marginBottom"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var e,i,s,n=this.options,o=this.document[0];return this.relativeContainer=null,n.containment?"window"===n.containment?(this.containment=[t(window).scrollLeft()-this.offset.relative.left-this.offset.parent.left,t(window).scrollTop()-this.offset.relative.top-this.offset.parent.top,t(window).scrollLeft()+t(window).width()-this.helperProportions.width-this.margins.left,t(window).scrollTop()+(t(window).height()||o.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top],void 0):"document"===n.containment?(this.containment=[0,0,t(o).width()-this.helperProportions.width-this.margins.left,(t(o).height()||o.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top],void 0):n.containment.constructor===Array?(this.containment=n.containment,void 0):("parent"===n.containment&&(n.containment=this.helper[0].parentNode),i=t(n.containment),s=i[0],s&&(e=/(scroll|auto)/.test(i.css("overflow")),this.containment=[(parseInt(i.css("borderLeftWidth"),10)||0)+(parseInt(i.css("paddingLeft"),10)||0),(parseInt(i.css("borderTopWidth"),10)||0)+(parseInt(i.css("paddingTop"),10)||0),(e?Math.max(s.scrollWidth,s.offsetWidth):s.offsetWidth)-(parseInt(i.css("borderRightWidth"),10)||0)-(parseInt(i.css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left-this.margins.right,(e?Math.max(s.scrollHeight,s.offsetHeight):s.offsetHeight)-(parseInt(i.css("borderBottomWidth"),10)||0)-(parseInt(i.css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top-this.margins.bottom],this.relativeContainer=i),void 0):(this.containment=null,void 0)},_convertPositionTo:function(t,e){e||(e=this.position);var i="absolute"===t?1:-1,s=this._isRootNode(this.scrollParent[0]);return{top:e.top+this.offset.relative.top*i+this.offset.parent.top*i-("fixed"===this.cssPosition?-this.offset.scroll.top:s?0:this.offset.scroll.top)*i,left:e.left+this.offset.relative.left*i+this.offset.parent.left*i-("fixed"===this.cssPosition?-this.offset.scroll.left:s?0:this.offset.scroll.left)*i}},_generatePosition:function(t,e){var i,s,n,o,a=this.options,r=this._isRootNode(this.scrollParent[0]),h=t.pageX,l=t.pageY;return r&&this.offset.scroll||(this.offset.scroll={top:this.scrollParent.scrollTop(),left:this.scrollParent.scrollLeft()}),e&&(this.containment&&(this.relativeContainer?(s=this.relativeContainer.offset(),i=[this.containment[0]+s.left,this.containment[1]+s.top,this.containment[2]+s.left,this.containment[3]+s.top]):i=this.containment,t.pageX-this.offset.click.lefti[2]&&(h=i[2]+this.offset.click.left),t.pageY-this.offset.click.top>i[3]&&(l=i[3]+this.offset.click.top)),a.grid&&(n=a.grid[1]?this.originalPageY+Math.round((l-this.originalPageY)/a.grid[1])*a.grid[1]:this.originalPageY,l=i?n-this.offset.click.top>=i[1]||n-this.offset.click.top>i[3]?n:n-this.offset.click.top>=i[1]?n-a.grid[1]:n+a.grid[1]:n,o=a.grid[0]?this.originalPageX+Math.round((h-this.originalPageX)/a.grid[0])*a.grid[0]:this.originalPageX,h=i?o-this.offset.click.left>=i[0]||o-this.offset.click.left>i[2]?o:o-this.offset.click.left>=i[0]?o-a.grid[0]:o+a.grid[0]:o),"y"===a.axis&&(h=this.originalPageX),"x"===a.axis&&(l=this.originalPageY)),{top:l-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+("fixed"===this.cssPosition?-this.offset.scroll.top:r?0:this.offset.scroll.top),left:h-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+("fixed"===this.cssPosition?-this.offset.scroll.left:r?0:this.offset.scroll.left)}},_clear:function(){this._removeClass(this.helper,"ui-draggable-dragging"),this.helper[0]===this.element[0]||this.cancelHelperRemoval||this.helper.remove(),this.helper=null,this.cancelHelperRemoval=!1,this.destroyOnClear&&this.destroy()},_trigger:function(e,i,s){return s=s||this._uiHash(),t.ui.plugin.call(this,e,[i,s,this],!0),/^(drag|start|stop)/.test(e)&&(this.positionAbs=this._convertPositionTo("absolute"),s.offset=this.positionAbs),t.Widget.prototype._trigger.call(this,e,i,s)},plugins:{},_uiHash:function(){return{helper:this.helper,position:this.position,originalPosition:this.originalPosition,offset:this.positionAbs}}}),t.ui.plugin.add("draggable","connectToSortable",{start:function(e,i,s){var n=t.extend({},i,{item:s.element});s.sortables=[],t(s.options.connectToSortable).each(function(){var i=t(this).sortable("instance");i&&!i.options.disabled&&(s.sortables.push(i),i.refreshPositions(),i._trigger("activate",e,n))})},stop:function(e,i,s){var n=t.extend({},i,{item:s.element});s.cancelHelperRemoval=!1,t.each(s.sortables,function(){var t=this;t.isOver?(t.isOver=0,s.cancelHelperRemoval=!0,t.cancelHelperRemoval=!1,t._storedCSS={position:t.placeholder.css("position"),top:t.placeholder.css("top"),left:t.placeholder.css("left")},t._mouseStop(e),t.options.helper=t.options._helper):(t.cancelHelperRemoval=!0,t._trigger("deactivate",e,n))})},drag:function(e,i,s){t.each(s.sortables,function(){var n=!1,o=this;o.positionAbs=s.positionAbs,o.helperProportions=s.helperProportions,o.offset.click=s.offset.click,o._intersectsWith(o.containerCache)&&(n=!0,t.each(s.sortables,function(){return this.positionAbs=s.positionAbs,this.helperProportions=s.helperProportions,this.offset.click=s.offset.click,this!==o&&this._intersectsWith(this.containerCache)&&t.contains(o.element[0],this.element[0])&&(n=!1),n})),n?(o.isOver||(o.isOver=1,s._parent=i.helper.parent(),o.currentItem=i.helper.appendTo(o.element).data("ui-sortable-item",!0),o.options._helper=o.options.helper,o.options.helper=function(){return i.helper[0]},e.target=o.currentItem[0],o._mouseCapture(e,!0),o._mouseStart(e,!0,!0),o.offset.click.top=s.offset.click.top,o.offset.click.left=s.offset.click.left,o.offset.parent.left-=s.offset.parent.left-o.offset.parent.left,o.offset.parent.top-=s.offset.parent.top-o.offset.parent.top,s._trigger("toSortable",e),s.dropped=o.element,t.each(s.sortables,function(){this.refreshPositions()}),s.currentItem=s.element,o.fromOutside=s),o.currentItem&&(o._mouseDrag(e),i.position=o.position)):o.isOver&&(o.isOver=0,o.cancelHelperRemoval=!0,o.options._revert=o.options.revert,o.options.revert=!1,o._trigger("out",e,o._uiHash(o)),o._mouseStop(e,!0),o.options.revert=o.options._revert,o.options.helper=o.options._helper,o.placeholder&&o.placeholder.remove(),i.helper.appendTo(s._parent),s._refreshOffsets(e),i.position=s._generatePosition(e,!0),s._trigger("fromSortable",e),s.dropped=!1,t.each(s.sortables,function(){this.refreshPositions()}))})}}),t.ui.plugin.add("draggable","cursor",{start:function(e,i,s){var n=t("body"),o=s.options;n.css("cursor")&&(o._cursor=n.css("cursor")),n.css("cursor",o.cursor)},stop:function(e,i,s){var n=s.options;n._cursor&&t("body").css("cursor",n._cursor)}}),t.ui.plugin.add("draggable","opacity",{start:function(e,i,s){var n=t(i.helper),o=s.options;n.css("opacity")&&(o._opacity=n.css("opacity")),n.css("opacity",o.opacity)},stop:function(e,i,s){var n=s.options;n._opacity&&t(i.helper).css("opacity",n._opacity)}}),t.ui.plugin.add("draggable","scroll",{start:function(t,e,i){i.scrollParentNotHidden||(i.scrollParentNotHidden=i.helper.scrollParent(!1)),i.scrollParentNotHidden[0]!==i.document[0]&&"HTML"!==i.scrollParentNotHidden[0].tagName&&(i.overflowOffset=i.scrollParentNotHidden.offset())},drag:function(e,i,s){var n=s.options,o=!1,a=s.scrollParentNotHidden[0],r=s.document[0];a!==r&&"HTML"!==a.tagName?(n.axis&&"x"===n.axis||(s.overflowOffset.top+a.offsetHeight-e.pageY=0;d--)h=s.snapElements[d].left-s.margins.left,l=h+s.snapElements[d].width,c=s.snapElements[d].top-s.margins.top,u=c+s.snapElements[d].height,h-g>_||m>l+g||c-g>b||v>u+g||!t.contains(s.snapElements[d].item.ownerDocument,s.snapElements[d].item)?(s.snapElements[d].snapping&&s.options.snap.release&&s.options.snap.release.call(s.element,e,t.extend(s._uiHash(),{snapItem:s.snapElements[d].item})),s.snapElements[d].snapping=!1):("inner"!==f.snapMode&&(n=g>=Math.abs(c-b),o=g>=Math.abs(u-v),a=g>=Math.abs(h-_),r=g>=Math.abs(l-m),n&&(i.position.top=s._convertPositionTo("relative",{top:c-s.helperProportions.height,left:0}).top),o&&(i.position.top=s._convertPositionTo("relative",{top:u,left:0}).top),a&&(i.position.left=s._convertPositionTo("relative",{top:0,left:h-s.helperProportions.width}).left),r&&(i.position.left=s._convertPositionTo("relative",{top:0,left:l}).left)),p=n||o||a||r,"outer"!==f.snapMode&&(n=g>=Math.abs(c-v),o=g>=Math.abs(u-b),a=g>=Math.abs(h-m),r=g>=Math.abs(l-_),n&&(i.position.top=s._convertPositionTo("relative",{top:c,left:0}).top),o&&(i.position.top=s._convertPositionTo("relative",{top:u-s.helperProportions.height,left:0}).top),a&&(i.position.left=s._convertPositionTo("relative",{top:0,left:h}).left),r&&(i.position.left=s._convertPositionTo("relative",{top:0,left:l-s.helperProportions.width}).left)),!s.snapElements[d].snapping&&(n||o||a||r||p)&&s.options.snap.snap&&s.options.snap.snap.call(s.element,e,t.extend(s._uiHash(),{snapItem:s.snapElements[d].item})),s.snapElements[d].snapping=n||o||a||r||p)}}),t.ui.plugin.add("draggable","stack",{start:function(e,i,s){var n,o=s.options,a=t.makeArray(t(o.stack)).sort(function(e,i){return(parseInt(t(e).css("zIndex"),10)||0)-(parseInt(t(i).css("zIndex"),10)||0)});a.length&&(n=parseInt(t(a[0]).css("zIndex"),10)||0,t(a).each(function(e){t(this).css("zIndex",n+e)}),this.css("zIndex",n+a.length))}}),t.ui.plugin.add("draggable","zIndex",{start:function(e,i,s){var n=t(i.helper),o=s.options;n.css("zIndex")&&(o._zIndex=n.css("zIndex")),n.css("zIndex",o.zIndex)},stop:function(e,i,s){var n=s.options;n._zIndex&&t(i.helper).css("zIndex",n._zIndex)}}),t.ui.draggable,t.widget("ui.resizable",t.ui.mouse,{version:"1.12.1",widgetEventPrefix:"resize",options:{alsoResize:!1,animate:!1,animateDuration:"slow",animateEasing:"swing",aspectRatio:!1,autoHide:!1,classes:{"ui-resizable-se":"ui-icon ui-icon-gripsmall-diagonal-se"},containment:!1,ghost:!1,grid:!1,handles:"e,s,se",helper:!1,maxHeight:null,maxWidth:null,minHeight:10,minWidth:10,zIndex:90,resize:null,start:null,stop:null},_num:function(t){return parseFloat(t)||0},_isNumber:function(t){return!isNaN(parseFloat(t))},_hasScroll:function(e,i){if("hidden"===t(e).css("overflow"))return!1;var s=i&&"left"===i?"scrollLeft":"scrollTop",n=!1;return e[s]>0?!0:(e[s]=1,n=e[s]>0,e[s]=0,n)},_create:function(){var e,i=this.options,s=this;this._addClass("ui-resizable"),t.extend(this,{_aspectRatio:!!i.aspectRatio,aspectRatio:i.aspectRatio,originalElement:this.element,_proportionallyResizeElements:[],_helper:i.helper||i.ghost||i.animate?i.helper||"ui-resizable-helper":null}),this.element[0].nodeName.match(/^(canvas|textarea|input|select|button|img)$/i)&&(this.element.wrap(t("
    ").css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left:this.element.css("left")})),this.element=this.element.parent().data("ui-resizable",this.element.resizable("instance")),this.elementIsWrapper=!0,e={marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom"),marginLeft:this.originalElement.css("marginLeft")},this.element.css(e),this.originalElement.css("margin",0),this.originalResizeStyle=this.originalElement.css("resize"),this.originalElement.css("resize","none"),this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"})),this.originalElement.css(e),this._proportionallyResize()),this._setupHandles(),i.autoHide&&t(this.element).on("mouseenter",function(){i.disabled||(s._removeClass("ui-resizable-autohide"),s._handles.show())}).on("mouseleave",function(){i.disabled||s.resizing||(s._addClass("ui-resizable-autohide"),s._handles.hide())}),this._mouseInit()},_destroy:function(){this._mouseDestroy();var e,i=function(e){t(e).removeData("resizable").removeData("ui-resizable").off(".resizable").find(".ui-resizable-handle").remove()};return this.elementIsWrapper&&(i(this.element),e=this.element,this.originalElement.css({position:e.css("position"),width:e.outerWidth(),height:e.outerHeight(),top:e.css("top"),left:e.css("left")}).insertAfter(e),e.remove()),this.originalElement.css("resize",this.originalResizeStyle),i(this.originalElement),this},_setOption:function(t,e){switch(this._super(t,e),t){case"handles":this._removeHandles(),this._setupHandles();break;default:}},_setupHandles:function(){var e,i,s,n,o,a=this.options,r=this;if(this.handles=a.handles||(t(".ui-resizable-handle",this.element).length?{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne",nw:".ui-resizable-nw"}:"e,s,se"),this._handles=t(),this.handles.constructor===String)for("all"===this.handles&&(this.handles="n,e,s,w,se,sw,ne,nw"),s=this.handles.split(","),this.handles={},i=0;s.length>i;i++)e=t.trim(s[i]),n="ui-resizable-"+e,o=t("
    "),this._addClass(o,"ui-resizable-handle "+n),o.css({zIndex:a.zIndex}),this.handles[e]=".ui-resizable-"+e,this.element.append(o);this._renderAxis=function(e){var i,s,n,o;e=e||this.element;for(i in this.handles)this.handles[i].constructor===String?this.handles[i]=this.element.children(this.handles[i]).first().show():(this.handles[i].jquery||this.handles[i].nodeType)&&(this.handles[i]=t(this.handles[i]),this._on(this.handles[i],{mousedown:r._mouseDown})),this.elementIsWrapper&&this.originalElement[0].nodeName.match(/^(textarea|input|select|button)$/i)&&(s=t(this.handles[i],this.element),o=/sw|ne|nw|se|n|s/.test(i)?s.outerHeight():s.outerWidth(),n=["padding",/ne|nw|n/.test(i)?"Top":/se|sw|s/.test(i)?"Bottom":/^e$/.test(i)?"Right":"Left"].join(""),e.css(n,o),this._proportionallyResize()),this._handles=this._handles.add(this.handles[i])},this._renderAxis(this.element),this._handles=this._handles.add(this.element.find(".ui-resizable-handle")),this._handles.disableSelection(),this._handles.on("mouseover",function(){r.resizing||(this.className&&(o=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i)),r.axis=o&&o[1]?o[1]:"se")}),a.autoHide&&(this._handles.hide(),this._addClass("ui-resizable-autohide"))},_removeHandles:function(){this._handles.remove()},_mouseCapture:function(e){var i,s,n=!1;for(i in this.handles)s=t(this.handles[i])[0],(s===e.target||t.contains(s,e.target))&&(n=!0);return!this.options.disabled&&n},_mouseStart:function(e){var i,s,n,o=this.options,a=this.element;return this.resizing=!0,this._renderProxy(),i=this._num(this.helper.css("left")),s=this._num(this.helper.css("top")),o.containment&&(i+=t(o.containment).scrollLeft()||0,s+=t(o.containment).scrollTop()||0),this.offset=this.helper.offset(),this.position={left:i,top:s},this.size=this._helper?{width:this.helper.width(),height:this.helper.height()}:{width:a.width(),height:a.height()},this.originalSize=this._helper?{width:a.outerWidth(),height:a.outerHeight()}:{width:a.width(),height:a.height()},this.sizeDiff={width:a.outerWidth()-a.width(),height:a.outerHeight()-a.height()},this.originalPosition={left:i,top:s},this.originalMousePosition={left:e.pageX,top:e.pageY},this.aspectRatio="number"==typeof o.aspectRatio?o.aspectRatio:this.originalSize.width/this.originalSize.height||1,n=t(".ui-resizable-"+this.axis).css("cursor"),t("body").css("cursor","auto"===n?this.axis+"-resize":n),this._addClass("ui-resizable-resizing"),this._propagate("start",e),!0},_mouseDrag:function(e){var i,s,n=this.originalMousePosition,o=this.axis,a=e.pageX-n.left||0,r=e.pageY-n.top||0,h=this._change[o];return this._updatePrevProperties(),h?(i=h.apply(this,[e,a,r]),this._updateVirtualBoundaries(e.shiftKey),(this._aspectRatio||e.shiftKey)&&(i=this._updateRatio(i,e)),i=this._respectSize(i,e),this._updateCache(i),this._propagate("resize",e),s=this._applyChanges(),!this._helper&&this._proportionallyResizeElements.length&&this._proportionallyResize(),t.isEmptyObject(s)||(this._updatePrevProperties(),this._trigger("resize",e,this.ui()),this._applyChanges()),!1):!1},_mouseStop:function(e){this.resizing=!1;var i,s,n,o,a,r,h,l=this.options,c=this;return this._helper&&(i=this._proportionallyResizeElements,s=i.length&&/textarea/i.test(i[0].nodeName),n=s&&this._hasScroll(i[0],"left")?0:c.sizeDiff.height,o=s?0:c.sizeDiff.width,a={width:c.helper.width()-o,height:c.helper.height()-n},r=parseFloat(c.element.css("left"))+(c.position.left-c.originalPosition.left)||null,h=parseFloat(c.element.css("top"))+(c.position.top-c.originalPosition.top)||null,l.animate||this.element.css(t.extend(a,{top:h,left:r})),c.helper.height(c.size.height),c.helper.width(c.size.width),this._helper&&!l.animate&&this._proportionallyResize()),t("body").css("cursor","auto"),this._removeClass("ui-resizable-resizing"),this._propagate("stop",e),this._helper&&this.helper.remove(),!1},_updatePrevProperties:function(){this.prevPosition={top:this.position.top,left:this.position.left},this.prevSize={width:this.size.width,height:this.size.height}},_applyChanges:function(){var t={};return this.position.top!==this.prevPosition.top&&(t.top=this.position.top+"px"),this.position.left!==this.prevPosition.left&&(t.left=this.position.left+"px"),this.size.width!==this.prevSize.width&&(t.width=this.size.width+"px"),this.size.height!==this.prevSize.height&&(t.height=this.size.height+"px"),this.helper.css(t),t},_updateVirtualBoundaries:function(t){var e,i,s,n,o,a=this.options;o={minWidth:this._isNumber(a.minWidth)?a.minWidth:0,maxWidth:this._isNumber(a.maxWidth)?a.maxWidth:1/0,minHeight:this._isNumber(a.minHeight)?a.minHeight:0,maxHeight:this._isNumber(a.maxHeight)?a.maxHeight:1/0},(this._aspectRatio||t)&&(e=o.minHeight*this.aspectRatio,s=o.minWidth/this.aspectRatio,i=o.maxHeight*this.aspectRatio,n=o.maxWidth/this.aspectRatio,e>o.minWidth&&(o.minWidth=e),s>o.minHeight&&(o.minHeight=s),o.maxWidth>i&&(o.maxWidth=i),o.maxHeight>n&&(o.maxHeight=n)),this._vBoundaries=o},_updateCache:function(t){this.offset=this.helper.offset(),this._isNumber(t.left)&&(this.position.left=t.left),this._isNumber(t.top)&&(this.position.top=t.top),this._isNumber(t.height)&&(this.size.height=t.height),this._isNumber(t.width)&&(this.size.width=t.width)},_updateRatio:function(t){var e=this.position,i=this.size,s=this.axis;return this._isNumber(t.height)?t.width=t.height*this.aspectRatio:this._isNumber(t.width)&&(t.height=t.width/this.aspectRatio),"sw"===s&&(t.left=e.left+(i.width-t.width),t.top=null),"nw"===s&&(t.top=e.top+(i.height-t.height),t.left=e.left+(i.width-t.width)),t},_respectSize:function(t){var e=this._vBoundaries,i=this.axis,s=this._isNumber(t.width)&&e.maxWidth&&e.maxWidtht.width,a=this._isNumber(t.height)&&e.minHeight&&e.minHeight>t.height,r=this.originalPosition.left+this.originalSize.width,h=this.originalPosition.top+this.originalSize.height,l=/sw|nw|w/.test(i),c=/nw|ne|n/.test(i);return o&&(t.width=e.minWidth),a&&(t.height=e.minHeight),s&&(t.width=e.maxWidth),n&&(t.height=e.maxHeight),o&&l&&(t.left=r-e.minWidth),s&&l&&(t.left=r-e.maxWidth),a&&c&&(t.top=h-e.minHeight),n&&c&&(t.top=h-e.maxHeight),t.width||t.height||t.left||!t.top?t.width||t.height||t.top||!t.left||(t.left=null):t.top=null,t},_getPaddingPlusBorderDimensions:function(t){for(var e=0,i=[],s=[t.css("borderTopWidth"),t.css("borderRightWidth"),t.css("borderBottomWidth"),t.css("borderLeftWidth")],n=[t.css("paddingTop"),t.css("paddingRight"),t.css("paddingBottom"),t.css("paddingLeft")];4>e;e++)i[e]=parseFloat(s[e])||0,i[e]+=parseFloat(n[e])||0;return{height:i[0]+i[2],width:i[1]+i[3]}},_proportionallyResize:function(){if(this._proportionallyResizeElements.length)for(var t,e=0,i=this.helper||this.element;this._proportionallyResizeElements.length>e;e++)t=this._proportionallyResizeElements[e],this.outerDimensions||(this.outerDimensions=this._getPaddingPlusBorderDimensions(t)),t.css({height:i.height()-this.outerDimensions.height||0,width:i.width()-this.outerDimensions.width||0})},_renderProxy:function(){var e=this.element,i=this.options;this.elementOffset=e.offset(),this._helper?(this.helper=this.helper||t("
    "),this._addClass(this.helper,this._helper),this.helper.css({width:this.element.outerWidth(),height:this.element.outerHeight(),position:"absolute",left:this.elementOffset.left+"px",top:this.elementOffset.top+"px",zIndex:++i.zIndex}),this.helper.appendTo("body").disableSelection()):this.helper=this.element},_change:{e:function(t,e){return{width:this.originalSize.width+e}},w:function(t,e){var i=this.originalSize,s=this.originalPosition;return{left:s.left+e,width:i.width-e}},n:function(t,e,i){var s=this.originalSize,n=this.originalPosition;return{top:n.top+i,height:s.height-i}},s:function(t,e,i){return{height:this.originalSize.height+i}},se:function(e,i,s){return t.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[e,i,s]))},sw:function(e,i,s){return t.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[e,i,s]))},ne:function(e,i,s){return t.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[e,i,s]))},nw:function(e,i,s){return t.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[e,i,s]))}},_propagate:function(e,i){t.ui.plugin.call(this,e,[i,this.ui()]),"resize"!==e&&this._trigger(e,i,this.ui())},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}}),t.ui.plugin.add("resizable","animate",{stop:function(e){var i=t(this).resizable("instance"),s=i.options,n=i._proportionallyResizeElements,o=n.length&&/textarea/i.test(n[0].nodeName),a=o&&i._hasScroll(n[0],"left")?0:i.sizeDiff.height,r=o?0:i.sizeDiff.width,h={width:i.size.width-r,height:i.size.height-a},l=parseFloat(i.element.css("left"))+(i.position.left-i.originalPosition.left)||null,c=parseFloat(i.element.css("top"))+(i.position.top-i.originalPosition.top)||null;i.element.animate(t.extend(h,c&&l?{top:c,left:l}:{}),{duration:s.animateDuration,easing:s.animateEasing,step:function(){var s={width:parseFloat(i.element.css("width")),height:parseFloat(i.element.css("height")),top:parseFloat(i.element.css("top")),left:parseFloat(i.element.css("left"))};n&&n.length&&t(n[0]).css({width:s.width,height:s.height}),i._updateCache(s),i._propagate("resize",e)}})}}),t.ui.plugin.add("resizable","containment",{start:function(){var e,i,s,n,o,a,r,h=t(this).resizable("instance"),l=h.options,c=h.element,u=l.containment,d=u instanceof t?u.get(0):/parent/.test(u)?c.parent().get(0):u;d&&(h.containerElement=t(d),/document/.test(u)||u===document?(h.containerOffset={left:0,top:0},h.containerPosition={left:0,top:0},h.parentData={element:t(document),left:0,top:0,width:t(document).width(),height:t(document).height()||document.body.parentNode.scrollHeight}):(e=t(d),i=[],t(["Top","Right","Left","Bottom"]).each(function(t,s){i[t]=h._num(e.css("padding"+s))}),h.containerOffset=e.offset(),h.containerPosition=e.position(),h.containerSize={height:e.innerHeight()-i[3],width:e.innerWidth()-i[1]},s=h.containerOffset,n=h.containerSize.height,o=h.containerSize.width,a=h._hasScroll(d,"left")?d.scrollWidth:o,r=h._hasScroll(d)?d.scrollHeight:n,h.parentData={element:d,left:s.left,top:s.top,width:a,height:r}))},resize:function(e){var i,s,n,o,a=t(this).resizable("instance"),r=a.options,h=a.containerOffset,l=a.position,c=a._aspectRatio||e.shiftKey,u={top:0,left:0},d=a.containerElement,p=!0;d[0]!==document&&/static/.test(d.css("position"))&&(u=h),l.left<(a._helper?h.left:0)&&(a.size.width=a.size.width+(a._helper?a.position.left-h.left:a.position.left-u.left),c&&(a.size.height=a.size.width/a.aspectRatio,p=!1),a.position.left=r.helper?h.left:0),l.top<(a._helper?h.top:0)&&(a.size.height=a.size.height+(a._helper?a.position.top-h.top:a.position.top),c&&(a.size.width=a.size.height*a.aspectRatio,p=!1),a.position.top=a._helper?h.top:0),n=a.containerElement.get(0)===a.element.parent().get(0),o=/relative|absolute/.test(a.containerElement.css("position")),n&&o?(a.offset.left=a.parentData.left+a.position.left,a.offset.top=a.parentData.top+a.position.top):(a.offset.left=a.element.offset().left,a.offset.top=a.element.offset().top),i=Math.abs(a.sizeDiff.width+(a._helper?a.offset.left-u.left:a.offset.left-h.left)),s=Math.abs(a.sizeDiff.height+(a._helper?a.offset.top-u.top:a.offset.top-h.top)),i+a.size.width>=a.parentData.width&&(a.size.width=a.parentData.width-i,c&&(a.size.height=a.size.width/a.aspectRatio,p=!1)),s+a.size.height>=a.parentData.height&&(a.size.height=a.parentData.height-s,c&&(a.size.width=a.size.height*a.aspectRatio,p=!1)),p||(a.position.left=a.prevPosition.left,a.position.top=a.prevPosition.top,a.size.width=a.prevSize.width,a.size.height=a.prevSize.height)},stop:function(){var e=t(this).resizable("instance"),i=e.options,s=e.containerOffset,n=e.containerPosition,o=e.containerElement,a=t(e.helper),r=a.offset(),h=a.outerWidth()-e.sizeDiff.width,l=a.outerHeight()-e.sizeDiff.height;e._helper&&!i.animate&&/relative/.test(o.css("position"))&&t(this).css({left:r.left-n.left-s.left,width:h,height:l}),e._helper&&!i.animate&&/static/.test(o.css("position"))&&t(this).css({left:r.left-n.left-s.left,width:h,height:l})}}),t.ui.plugin.add("resizable","alsoResize",{start:function(){var e=t(this).resizable("instance"),i=e.options;t(i.alsoResize).each(function(){var e=t(this);e.data("ui-resizable-alsoresize",{width:parseFloat(e.width()),height:parseFloat(e.height()),left:parseFloat(e.css("left")),top:parseFloat(e.css("top"))})})},resize:function(e,i){var s=t(this).resizable("instance"),n=s.options,o=s.originalSize,a=s.originalPosition,r={height:s.size.height-o.height||0,width:s.size.width-o.width||0,top:s.position.top-a.top||0,left:s.position.left-a.left||0};t(n.alsoResize).each(function(){var e=t(this),s=t(this).data("ui-resizable-alsoresize"),n={},o=e.parents(i.originalElement[0]).length?["width","height"]:["width","height","top","left"];t.each(o,function(t,e){var i=(s[e]||0)+(r[e]||0);i&&i>=0&&(n[e]=i||null)}),e.css(n)})},stop:function(){t(this).removeData("ui-resizable-alsoresize")}}),t.ui.plugin.add("resizable","ghost",{start:function(){var e=t(this).resizable("instance"),i=e.size;e.ghost=e.originalElement.clone(),e.ghost.css({opacity:.25,display:"block",position:"relative",height:i.height,width:i.width,margin:0,left:0,top:0}),e._addClass(e.ghost,"ui-resizable-ghost"),t.uiBackCompat!==!1&&"string"==typeof e.options.ghost&&e.ghost.addClass(this.options.ghost),e.ghost.appendTo(e.helper)},resize:function(){var e=t(this).resizable("instance");e.ghost&&e.ghost.css({position:"relative",height:e.size.height,width:e.size.width})},stop:function(){var e=t(this).resizable("instance");e.ghost&&e.helper&&e.helper.get(0).removeChild(e.ghost.get(0))}}),t.ui.plugin.add("resizable","grid",{resize:function(){var e,i=t(this).resizable("instance"),s=i.options,n=i.size,o=i.originalSize,a=i.originalPosition,r=i.axis,h="number"==typeof s.grid?[s.grid,s.grid]:s.grid,l=h[0]||1,c=h[1]||1,u=Math.round((n.width-o.width)/l)*l,d=Math.round((n.height-o.height)/c)*c,p=o.width+u,f=o.height+d,g=s.maxWidth&&p>s.maxWidth,m=s.maxHeight&&f>s.maxHeight,_=s.minWidth&&s.minWidth>p,v=s.minHeight&&s.minHeight>f;s.grid=h,_&&(p+=l),v&&(f+=c),g&&(p-=l),m&&(f-=c),/^(se|s|e)$/.test(r)?(i.size.width=p,i.size.height=f):/^(ne)$/.test(r)?(i.size.width=p,i.size.height=f,i.position.top=a.top-d):/^(sw)$/.test(r)?(i.size.width=p,i.size.height=f,i.position.left=a.left-u):((0>=f-c||0>=p-l)&&(e=i._getPaddingPlusBorderDimensions(this)),f-c>0?(i.size.height=f,i.position.top=a.top-d):(f=c-e.height,i.size.height=f,i.position.top=a.top+o.height-f),p-l>0?(i.size.width=p,i.position.left=a.left-u):(p=l-e.width,i.size.width=p,i.position.left=a.left+o.width-p))}}),t.ui.resizable,t.widget("ui.dialog",{version:"1.12.1",options:{appendTo:"body",autoOpen:!0,buttons:[],classes:{"ui-dialog":"ui-corner-all","ui-dialog-titlebar":"ui-corner-all"},closeOnEscape:!0,closeText:"Close",draggable:!0,hide:null,height:"auto",maxHeight:null,maxWidth:null,minHeight:150,minWidth:150,modal:!1,position:{my:"center",at:"center",of:window,collision:"fit",using:function(e){var i=t(this).css(e).offset().top;0>i&&t(this).css("top",e.top-i)}},resizable:!0,show:null,title:null,width:300,beforeClose:null,close:null,drag:null,dragStart:null,dragStop:null,focus:null,open:null,resize:null,resizeStart:null,resizeStop:null},sizeRelatedOptions:{buttons:!0,height:!0,maxHeight:!0,maxWidth:!0,minHeight:!0,minWidth:!0,width:!0},resizableRelatedOptions:{maxHeight:!0,maxWidth:!0,minHeight:!0,minWidth:!0},_create:function(){this.originalCss={display:this.element[0].style.display,width:this.element[0].style.width,minHeight:this.element[0].style.minHeight,maxHeight:this.element[0].style.maxHeight,height:this.element[0].style.height},this.originalPosition={parent:this.element.parent(),index:this.element.parent().children().index(this.element)},this.originalTitle=this.element.attr("title"),null==this.options.title&&null!=this.originalTitle&&(this.options.title=this.originalTitle),this.options.disabled&&(this.options.disabled=!1),this._createWrapper(),this.element.show().removeAttr("title").appendTo(this.uiDialog),this._addClass("ui-dialog-content","ui-widget-content"),this._createTitlebar(),this._createButtonPane(),this.options.draggable&&t.fn.draggable&&this._makeDraggable(),this.options.resizable&&t.fn.resizable&&this._makeResizable(),this._isOpen=!1,this._trackFocus()},_init:function(){this.options.autoOpen&&this.open()},_appendTo:function(){var e=this.options.appendTo;return e&&(e.jquery||e.nodeType)?t(e):this.document.find(e||"body").eq(0)},_destroy:function(){var t,e=this.originalPosition;this._untrackInstance(),this._destroyOverlay(),this.element.removeUniqueId().css(this.originalCss).detach(),this.uiDialog.remove(),this.originalTitle&&this.element.attr("title",this.originalTitle),t=e.parent.children().eq(e.index),t.length&&t[0]!==this.element[0]?t.before(this.element):e.parent.append(this.element)},widget:function(){return this.uiDialog -},disable:t.noop,enable:t.noop,close:function(e){var i=this;this._isOpen&&this._trigger("beforeClose",e)!==!1&&(this._isOpen=!1,this._focusedElement=null,this._destroyOverlay(),this._untrackInstance(),this.opener.filter(":focusable").trigger("focus").length||t.ui.safeBlur(t.ui.safeActiveElement(this.document[0])),this._hide(this.uiDialog,this.options.hide,function(){i._trigger("close",e)}))},isOpen:function(){return this._isOpen},moveToTop:function(){this._moveToTop()},_moveToTop:function(e,i){var s=!1,n=this.uiDialog.siblings(".ui-front:visible").map(function(){return+t(this).css("z-index")}).get(),o=Math.max.apply(null,n);return o>=+this.uiDialog.css("z-index")&&(this.uiDialog.css("z-index",o+1),s=!0),s&&!i&&this._trigger("focus",e),s},open:function(){var e=this;return this._isOpen?(this._moveToTop()&&this._focusTabbable(),void 0):(this._isOpen=!0,this.opener=t(t.ui.safeActiveElement(this.document[0])),this._size(),this._position(),this._createOverlay(),this._moveToTop(null,!0),this.overlay&&this.overlay.css("z-index",this.uiDialog.css("z-index")-1),this._show(this.uiDialog,this.options.show,function(){e._focusTabbable(),e._trigger("focus")}),this._makeFocusTarget(),this._trigger("open"),void 0)},_focusTabbable:function(){var t=this._focusedElement;t||(t=this.element.find("[autofocus]")),t.length||(t=this.element.find(":tabbable")),t.length||(t=this.uiDialogButtonPane.find(":tabbable")),t.length||(t=this.uiDialogTitlebarClose.filter(":tabbable")),t.length||(t=this.uiDialog),t.eq(0).trigger("focus")},_keepFocus:function(e){function i(){var e=t.ui.safeActiveElement(this.document[0]),i=this.uiDialog[0]===e||t.contains(this.uiDialog[0],e);i||this._focusTabbable()}e.preventDefault(),i.call(this),this._delay(i)},_createWrapper:function(){this.uiDialog=t("
    ").hide().attr({tabIndex:-1,role:"dialog"}).appendTo(this._appendTo()),this._addClass(this.uiDialog,"ui-dialog","ui-widget ui-widget-content ui-front"),this._on(this.uiDialog,{keydown:function(e){if(this.options.closeOnEscape&&!e.isDefaultPrevented()&&e.keyCode&&e.keyCode===t.ui.keyCode.ESCAPE)return e.preventDefault(),this.close(e),void 0;if(e.keyCode===t.ui.keyCode.TAB&&!e.isDefaultPrevented()){var i=this.uiDialog.find(":tabbable"),s=i.filter(":first"),n=i.filter(":last");e.target!==n[0]&&e.target!==this.uiDialog[0]||e.shiftKey?e.target!==s[0]&&e.target!==this.uiDialog[0]||!e.shiftKey||(this._delay(function(){n.trigger("focus")}),e.preventDefault()):(this._delay(function(){s.trigger("focus")}),e.preventDefault())}},mousedown:function(t){this._moveToTop(t)&&this._focusTabbable()}}),this.element.find("[aria-describedby]").length||this.uiDialog.attr({"aria-describedby":this.element.uniqueId().attr("id")})},_createTitlebar:function(){var e;this.uiDialogTitlebar=t("
    "),this._addClass(this.uiDialogTitlebar,"ui-dialog-titlebar","ui-widget-header ui-helper-clearfix"),this._on(this.uiDialogTitlebar,{mousedown:function(e){t(e.target).closest(".ui-dialog-titlebar-close")||this.uiDialog.trigger("focus")}}),this.uiDialogTitlebarClose=t("").button({label:t("").text(this.options.closeText).html(),icon:"ui-icon-closethick",showLabel:!1}).appendTo(this.uiDialogTitlebar),this._addClass(this.uiDialogTitlebarClose,"ui-dialog-titlebar-close"),this._on(this.uiDialogTitlebarClose,{click:function(t){t.preventDefault(),this.close(t)}}),e=t("").uniqueId().prependTo(this.uiDialogTitlebar),this._addClass(e,"ui-dialog-title"),this._title(e),this.uiDialogTitlebar.prependTo(this.uiDialog),this.uiDialog.attr({"aria-labelledby":e.attr("id")})},_title:function(t){this.options.title?t.text(this.options.title):t.html(" ")},_createButtonPane:function(){this.uiDialogButtonPane=t("
    "),this._addClass(this.uiDialogButtonPane,"ui-dialog-buttonpane","ui-widget-content ui-helper-clearfix"),this.uiButtonSet=t("
    ").appendTo(this.uiDialogButtonPane),this._addClass(this.uiButtonSet,"ui-dialog-buttonset"),this._createButtons()},_createButtons:function(){var e=this,i=this.options.buttons;return this.uiDialogButtonPane.remove(),this.uiButtonSet.empty(),t.isEmptyObject(i)||t.isArray(i)&&!i.length?(this._removeClass(this.uiDialog,"ui-dialog-buttons"),void 0):(t.each(i,function(i,s){var n,o;s=t.isFunction(s)?{click:s,text:i}:s,s=t.extend({type:"button"},s),n=s.click,o={icon:s.icon,iconPosition:s.iconPosition,showLabel:s.showLabel,icons:s.icons,text:s.text},delete s.click,delete s.icon,delete s.iconPosition,delete s.showLabel,delete s.icons,"boolean"==typeof s.text&&delete s.text,t("",s).button(o).appendTo(e.uiButtonSet).on("click",function(){n.apply(e.element[0],arguments)})}),this._addClass(this.uiDialog,"ui-dialog-buttons"),this.uiDialogButtonPane.appendTo(this.uiDialog),void 0)},_makeDraggable:function(){function e(t){return{position:t.position,offset:t.offset}}var i=this,s=this.options;this.uiDialog.draggable({cancel:".ui-dialog-content, .ui-dialog-titlebar-close",handle:".ui-dialog-titlebar",containment:"document",start:function(s,n){i._addClass(t(this),"ui-dialog-dragging"),i._blockFrames(),i._trigger("dragStart",s,e(n))},drag:function(t,s){i._trigger("drag",t,e(s))},stop:function(n,o){var a=o.offset.left-i.document.scrollLeft(),r=o.offset.top-i.document.scrollTop();s.position={my:"left top",at:"left"+(a>=0?"+":"")+a+" "+"top"+(r>=0?"+":"")+r,of:i.window},i._removeClass(t(this),"ui-dialog-dragging"),i._unblockFrames(),i._trigger("dragStop",n,e(o))}})},_makeResizable:function(){function e(t){return{originalPosition:t.originalPosition,originalSize:t.originalSize,position:t.position,size:t.size}}var i=this,s=this.options,n=s.resizable,o=this.uiDialog.css("position"),a="string"==typeof n?n:"n,e,s,w,se,sw,ne,nw";this.uiDialog.resizable({cancel:".ui-dialog-content",containment:"document",alsoResize:this.element,maxWidth:s.maxWidth,maxHeight:s.maxHeight,minWidth:s.minWidth,minHeight:this._minHeight(),handles:a,start:function(s,n){i._addClass(t(this),"ui-dialog-resizing"),i._blockFrames(),i._trigger("resizeStart",s,e(n))},resize:function(t,s){i._trigger("resize",t,e(s))},stop:function(n,o){var a=i.uiDialog.offset(),r=a.left-i.document.scrollLeft(),h=a.top-i.document.scrollTop();s.height=i.uiDialog.height(),s.width=i.uiDialog.width(),s.position={my:"left top",at:"left"+(r>=0?"+":"")+r+" "+"top"+(h>=0?"+":"")+h,of:i.window},i._removeClass(t(this),"ui-dialog-resizing"),i._unblockFrames(),i._trigger("resizeStop",n,e(o))}}).css("position",o)},_trackFocus:function(){this._on(this.widget(),{focusin:function(e){this._makeFocusTarget(),this._focusedElement=t(e.target)}})},_makeFocusTarget:function(){this._untrackInstance(),this._trackingInstances().unshift(this)},_untrackInstance:function(){var e=this._trackingInstances(),i=t.inArray(this,e);-1!==i&&e.splice(i,1)},_trackingInstances:function(){var t=this.document.data("ui-dialog-instances");return t||(t=[],this.document.data("ui-dialog-instances",t)),t},_minHeight:function(){var t=this.options;return"auto"===t.height?t.minHeight:Math.min(t.minHeight,t.height)},_position:function(){var t=this.uiDialog.is(":visible");t||this.uiDialog.show(),this.uiDialog.position(this.options.position),t||this.uiDialog.hide()},_setOptions:function(e){var i=this,s=!1,n={};t.each(e,function(t,e){i._setOption(t,e),t in i.sizeRelatedOptions&&(s=!0),t in i.resizableRelatedOptions&&(n[t]=e)}),s&&(this._size(),this._position()),this.uiDialog.is(":data(ui-resizable)")&&this.uiDialog.resizable("option",n)},_setOption:function(e,i){var s,n,o=this.uiDialog;"disabled"!==e&&(this._super(e,i),"appendTo"===e&&this.uiDialog.appendTo(this._appendTo()),"buttons"===e&&this._createButtons(),"closeText"===e&&this.uiDialogTitlebarClose.button({label:t("").text(""+this.options.closeText).html()}),"draggable"===e&&(s=o.is(":data(ui-draggable)"),s&&!i&&o.draggable("destroy"),!s&&i&&this._makeDraggable()),"position"===e&&this._position(),"resizable"===e&&(n=o.is(":data(ui-resizable)"),n&&!i&&o.resizable("destroy"),n&&"string"==typeof i&&o.resizable("option","handles",i),n||i===!1||this._makeResizable()),"title"===e&&this._title(this.uiDialogTitlebar.find(".ui-dialog-title")))},_size:function(){var t,e,i,s=this.options;this.element.show().css({width:"auto",minHeight:0,maxHeight:"none",height:0}),s.minWidth>s.width&&(s.width=s.minWidth),t=this.uiDialog.css({height:"auto",width:s.width}).outerHeight(),e=Math.max(0,s.minHeight-t),i="number"==typeof s.maxHeight?Math.max(0,s.maxHeight-t):"none","auto"===s.height?this.element.css({minHeight:e,maxHeight:i,height:"auto"}):this.element.height(Math.max(0,s.height-t)),this.uiDialog.is(":data(ui-resizable)")&&this.uiDialog.resizable("option","minHeight",this._minHeight())},_blockFrames:function(){this.iframeBlocks=this.document.find("iframe").map(function(){var e=t(this);return t("
    ").css({position:"absolute",width:e.outerWidth(),height:e.outerHeight()}).appendTo(e.parent()).offset(e.offset())[0]})},_unblockFrames:function(){this.iframeBlocks&&(this.iframeBlocks.remove(),delete this.iframeBlocks)},_allowInteraction:function(e){return t(e.target).closest(".ui-dialog").length?!0:!!t(e.target).closest(".ui-datepicker").length},_createOverlay:function(){if(this.options.modal){var e=!0;this._delay(function(){e=!1}),this.document.data("ui-dialog-overlays")||this._on(this.document,{focusin:function(t){e||this._allowInteraction(t)||(t.preventDefault(),this._trackingInstances()[0]._focusTabbable())}}),this.overlay=t("
    ").appendTo(this._appendTo()),this._addClass(this.overlay,null,"ui-widget-overlay ui-front"),this._on(this.overlay,{mousedown:"_keepFocus"}),this.document.data("ui-dialog-overlays",(this.document.data("ui-dialog-overlays")||0)+1)}},_destroyOverlay:function(){if(this.options.modal&&this.overlay){var t=this.document.data("ui-dialog-overlays")-1;t?this.document.data("ui-dialog-overlays",t):(this._off(this.document,"focusin"),this.document.removeData("ui-dialog-overlays")),this.overlay.remove(),this.overlay=null}}}),t.uiBackCompat!==!1&&t.widget("ui.dialog",t.ui.dialog,{options:{dialogClass:""},_createWrapper:function(){this._super(),this.uiDialog.addClass(this.options.dialogClass)},_setOption:function(t,e){"dialogClass"===t&&this.uiDialog.removeClass(this.options.dialogClass).addClass(e),this._superApply(arguments)}}),t.ui.dialog,t.widget("ui.droppable",{version:"1.12.1",widgetEventPrefix:"drop",options:{accept:"*",addClasses:!0,greedy:!1,scope:"default",tolerance:"intersect",activate:null,deactivate:null,drop:null,out:null,over:null},_create:function(){var e,i=this.options,s=i.accept;this.isover=!1,this.isout=!0,this.accept=t.isFunction(s)?s:function(t){return t.is(s)},this.proportions=function(){return arguments.length?(e=arguments[0],void 0):e?e:e={width:this.element[0].offsetWidth,height:this.element[0].offsetHeight}},this._addToManager(i.scope),i.addClasses&&this._addClass("ui-droppable")},_addToManager:function(e){t.ui.ddmanager.droppables[e]=t.ui.ddmanager.droppables[e]||[],t.ui.ddmanager.droppables[e].push(this)},_splice:function(t){for(var e=0;t.length>e;e++)t[e]===this&&t.splice(e,1)},_destroy:function(){var e=t.ui.ddmanager.droppables[this.options.scope];this._splice(e)},_setOption:function(e,i){if("accept"===e)this.accept=t.isFunction(i)?i:function(t){return t.is(i)};else if("scope"===e){var s=t.ui.ddmanager.droppables[this.options.scope];this._splice(s),this._addToManager(i)}this._super(e,i)},_activate:function(e){var i=t.ui.ddmanager.current;this._addActiveClass(),i&&this._trigger("activate",e,this.ui(i))},_deactivate:function(e){var i=t.ui.ddmanager.current;this._removeActiveClass(),i&&this._trigger("deactivate",e,this.ui(i))},_over:function(e){var i=t.ui.ddmanager.current;i&&(i.currentItem||i.element)[0]!==this.element[0]&&this.accept.call(this.element[0],i.currentItem||i.element)&&(this._addHoverClass(),this._trigger("over",e,this.ui(i)))},_out:function(e){var i=t.ui.ddmanager.current;i&&(i.currentItem||i.element)[0]!==this.element[0]&&this.accept.call(this.element[0],i.currentItem||i.element)&&(this._removeHoverClass(),this._trigger("out",e,this.ui(i)))},_drop:function(e,i){var s=i||t.ui.ddmanager.current,n=!1;return s&&(s.currentItem||s.element)[0]!==this.element[0]?(this.element.find(":data(ui-droppable)").not(".ui-draggable-dragging").each(function(){var i=t(this).droppable("instance");return i.options.greedy&&!i.options.disabled&&i.options.scope===s.options.scope&&i.accept.call(i.element[0],s.currentItem||s.element)&&v(s,t.extend(i,{offset:i.element.offset()}),i.options.tolerance,e)?(n=!0,!1):void 0}),n?!1:this.accept.call(this.element[0],s.currentItem||s.element)?(this._removeActiveClass(),this._removeHoverClass(),this._trigger("drop",e,this.ui(s)),this.element):!1):!1},ui:function(t){return{draggable:t.currentItem||t.element,helper:t.helper,position:t.position,offset:t.positionAbs}},_addHoverClass:function(){this._addClass("ui-droppable-hover")},_removeHoverClass:function(){this._removeClass("ui-droppable-hover")},_addActiveClass:function(){this._addClass("ui-droppable-active")},_removeActiveClass:function(){this._removeClass("ui-droppable-active")}});var v=t.ui.intersect=function(){function t(t,e,i){return t>=e&&e+i>t}return function(e,i,s,n){if(!i.offset)return!1;var o=(e.positionAbs||e.position.absolute).left+e.margins.left,a=(e.positionAbs||e.position.absolute).top+e.margins.top,r=o+e.helperProportions.width,h=a+e.helperProportions.height,l=i.offset.left,c=i.offset.top,u=l+i.proportions().width,d=c+i.proportions().height;switch(s){case"fit":return o>=l&&u>=r&&a>=c&&d>=h;case"intersect":return o+e.helperProportions.width/2>l&&u>r-e.helperProportions.width/2&&a+e.helperProportions.height/2>c&&d>h-e.helperProportions.height/2;case"pointer":return t(n.pageY,c,i.proportions().height)&&t(n.pageX,l,i.proportions().width);case"touch":return(a>=c&&d>=a||h>=c&&d>=h||c>a&&h>d)&&(o>=l&&u>=o||r>=l&&u>=r||l>o&&r>u);default:return!1}}}();t.ui.ddmanager={current:null,droppables:{"default":[]},prepareOffsets:function(e,i){var s,n,o=t.ui.ddmanager.droppables[e.options.scope]||[],a=i?i.type:null,r=(e.currentItem||e.element).find(":data(ui-droppable)").addBack();t:for(s=0;o.length>s;s++)if(!(o[s].options.disabled||e&&!o[s].accept.call(o[s].element[0],e.currentItem||e.element))){for(n=0;r.length>n;n++)if(r[n]===o[s].element[0]){o[s].proportions().height=0;continue t}o[s].visible="none"!==o[s].element.css("display"),o[s].visible&&("mousedown"===a&&o[s]._activate.call(o[s],i),o[s].offset=o[s].element.offset(),o[s].proportions({width:o[s].element[0].offsetWidth,height:o[s].element[0].offsetHeight}))}},drop:function(e,i){var s=!1;return t.each((t.ui.ddmanager.droppables[e.options.scope]||[]).slice(),function(){this.options&&(!this.options.disabled&&this.visible&&v(e,this,this.options.tolerance,i)&&(s=this._drop.call(this,i)||s),!this.options.disabled&&this.visible&&this.accept.call(this.element[0],e.currentItem||e.element)&&(this.isout=!0,this.isover=!1,this._deactivate.call(this,i)))}),s},dragStart:function(e,i){e.element.parentsUntil("body").on("scroll.droppable",function(){e.options.refreshPositions||t.ui.ddmanager.prepareOffsets(e,i)})},drag:function(e,i){e.options.refreshPositions&&t.ui.ddmanager.prepareOffsets(e,i),t.each(t.ui.ddmanager.droppables[e.options.scope]||[],function(){if(!this.options.disabled&&!this.greedyChild&&this.visible){var s,n,o,a=v(e,this,this.options.tolerance,i),r=!a&&this.isover?"isout":a&&!this.isover?"isover":null;r&&(this.options.greedy&&(n=this.options.scope,o=this.element.parents(":data(ui-droppable)").filter(function(){return t(this).droppable("instance").options.scope===n}),o.length&&(s=t(o[0]).droppable("instance"),s.greedyChild="isover"===r)),s&&"isover"===r&&(s.isover=!1,s.isout=!0,s._out.call(s,i)),this[r]=!0,this["isout"===r?"isover":"isout"]=!1,this["isover"===r?"_over":"_out"].call(this,i),s&&"isout"===r&&(s.isout=!1,s.isover=!0,s._over.call(s,i)))}})},dragStop:function(e,i){e.element.parentsUntil("body").off("scroll.droppable"),e.options.refreshPositions||t.ui.ddmanager.prepareOffsets(e,i)}},t.uiBackCompat!==!1&&t.widget("ui.droppable",t.ui.droppable,{options:{hoverClass:!1,activeClass:!1},_addActiveClass:function(){this._super(),this.options.activeClass&&this.element.addClass(this.options.activeClass)},_removeActiveClass:function(){this._super(),this.options.activeClass&&this.element.removeClass(this.options.activeClass)},_addHoverClass:function(){this._super(),this.options.hoverClass&&this.element.addClass(this.options.hoverClass)},_removeHoverClass:function(){this._super(),this.options.hoverClass&&this.element.removeClass(this.options.hoverClass)}}),t.ui.droppable,t.widget("ui.progressbar",{version:"1.12.1",options:{classes:{"ui-progressbar":"ui-corner-all","ui-progressbar-value":"ui-corner-left","ui-progressbar-complete":"ui-corner-right"},max:100,value:0,change:null,complete:null},min:0,_create:function(){this.oldValue=this.options.value=this._constrainedValue(),this.element.attr({role:"progressbar","aria-valuemin":this.min}),this._addClass("ui-progressbar","ui-widget ui-widget-content"),this.valueDiv=t("
    ").appendTo(this.element),this._addClass(this.valueDiv,"ui-progressbar-value","ui-widget-header"),this._refreshValue()},_destroy:function(){this.element.removeAttr("role aria-valuemin aria-valuemax aria-valuenow"),this.valueDiv.remove()},value:function(t){return void 0===t?this.options.value:(this.options.value=this._constrainedValue(t),this._refreshValue(),void 0)},_constrainedValue:function(t){return void 0===t&&(t=this.options.value),this.indeterminate=t===!1,"number"!=typeof t&&(t=0),this.indeterminate?!1:Math.min(this.options.max,Math.max(this.min,t))},_setOptions:function(t){var e=t.value;delete t.value,this._super(t),this.options.value=this._constrainedValue(e),this._refreshValue()},_setOption:function(t,e){"max"===t&&(e=Math.max(this.min,e)),this._super(t,e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",t),this._toggleClass(null,"ui-state-disabled",!!t)},_percentage:function(){return this.indeterminate?100:100*(this.options.value-this.min)/(this.options.max-this.min)},_refreshValue:function(){var e=this.options.value,i=this._percentage();this.valueDiv.toggle(this.indeterminate||e>this.min).width(i.toFixed(0)+"%"),this._toggleClass(this.valueDiv,"ui-progressbar-complete",null,e===this.options.max)._toggleClass("ui-progressbar-indeterminate",null,this.indeterminate),this.indeterminate?(this.element.removeAttr("aria-valuenow"),this.overlayDiv||(this.overlayDiv=t("
    ").appendTo(this.valueDiv),this._addClass(this.overlayDiv,"ui-progressbar-overlay"))):(this.element.attr({"aria-valuemax":this.options.max,"aria-valuenow":e}),this.overlayDiv&&(this.overlayDiv.remove(),this.overlayDiv=null)),this.oldValue!==e&&(this.oldValue=e,this._trigger("change")),e===this.options.max&&this._trigger("complete")}}),t.widget("ui.selectable",t.ui.mouse,{version:"1.12.1",options:{appendTo:"body",autoRefresh:!0,distance:0,filter:"*",tolerance:"touch",selected:null,selecting:null,start:null,stop:null,unselected:null,unselecting:null},_create:function(){var e=this;this._addClass("ui-selectable"),this.dragged=!1,this.refresh=function(){e.elementPos=t(e.element[0]).offset(),e.selectees=t(e.options.filter,e.element[0]),e._addClass(e.selectees,"ui-selectee"),e.selectees.each(function(){var i=t(this),s=i.offset(),n={left:s.left-e.elementPos.left,top:s.top-e.elementPos.top};t.data(this,"selectable-item",{element:this,$element:i,left:n.left,top:n.top,right:n.left+i.outerWidth(),bottom:n.top+i.outerHeight(),startselected:!1,selected:i.hasClass("ui-selected"),selecting:i.hasClass("ui-selecting"),unselecting:i.hasClass("ui-unselecting")})})},this.refresh(),this._mouseInit(),this.helper=t("
    "),this._addClass(this.helper,"ui-selectable-helper")},_destroy:function(){this.selectees.removeData("selectable-item"),this._mouseDestroy()},_mouseStart:function(e){var i=this,s=this.options;this.opos=[e.pageX,e.pageY],this.elementPos=t(this.element[0]).offset(),this.options.disabled||(this.selectees=t(s.filter,this.element[0]),this._trigger("start",e),t(s.appendTo).append(this.helper),this.helper.css({left:e.pageX,top:e.pageY,width:0,height:0}),s.autoRefresh&&this.refresh(),this.selectees.filter(".ui-selected").each(function(){var s=t.data(this,"selectable-item");s.startselected=!0,e.metaKey||e.ctrlKey||(i._removeClass(s.$element,"ui-selected"),s.selected=!1,i._addClass(s.$element,"ui-unselecting"),s.unselecting=!0,i._trigger("unselecting",e,{unselecting:s.element}))}),t(e.target).parents().addBack().each(function(){var s,n=t.data(this,"selectable-item");return n?(s=!e.metaKey&&!e.ctrlKey||!n.$element.hasClass("ui-selected"),i._removeClass(n.$element,s?"ui-unselecting":"ui-selected")._addClass(n.$element,s?"ui-selecting":"ui-unselecting"),n.unselecting=!s,n.selecting=s,n.selected=s,s?i._trigger("selecting",e,{selecting:n.element}):i._trigger("unselecting",e,{unselecting:n.element}),!1):void 0}))},_mouseDrag:function(e){if(this.dragged=!0,!this.options.disabled){var i,s=this,n=this.options,o=this.opos[0],a=this.opos[1],r=e.pageX,h=e.pageY;return o>r&&(i=r,r=o,o=i),a>h&&(i=h,h=a,a=i),this.helper.css({left:o,top:a,width:r-o,height:h-a}),this.selectees.each(function(){var i=t.data(this,"selectable-item"),l=!1,c={};i&&i.element!==s.element[0]&&(c.left=i.left+s.elementPos.left,c.right=i.right+s.elementPos.left,c.top=i.top+s.elementPos.top,c.bottom=i.bottom+s.elementPos.top,"touch"===n.tolerance?l=!(c.left>r||o>c.right||c.top>h||a>c.bottom):"fit"===n.tolerance&&(l=c.left>o&&r>c.right&&c.top>a&&h>c.bottom),l?(i.selected&&(s._removeClass(i.$element,"ui-selected"),i.selected=!1),i.unselecting&&(s._removeClass(i.$element,"ui-unselecting"),i.unselecting=!1),i.selecting||(s._addClass(i.$element,"ui-selecting"),i.selecting=!0,s._trigger("selecting",e,{selecting:i.element}))):(i.selecting&&((e.metaKey||e.ctrlKey)&&i.startselected?(s._removeClass(i.$element,"ui-selecting"),i.selecting=!1,s._addClass(i.$element,"ui-selected"),i.selected=!0):(s._removeClass(i.$element,"ui-selecting"),i.selecting=!1,i.startselected&&(s._addClass(i.$element,"ui-unselecting"),i.unselecting=!0),s._trigger("unselecting",e,{unselecting:i.element}))),i.selected&&(e.metaKey||e.ctrlKey||i.startselected||(s._removeClass(i.$element,"ui-selected"),i.selected=!1,s._addClass(i.$element,"ui-unselecting"),i.unselecting=!0,s._trigger("unselecting",e,{unselecting:i.element})))))}),!1}},_mouseStop:function(e){var i=this;return this.dragged=!1,t(".ui-unselecting",this.element[0]).each(function(){var s=t.data(this,"selectable-item");i._removeClass(s.$element,"ui-unselecting"),s.unselecting=!1,s.startselected=!1,i._trigger("unselected",e,{unselected:s.element})}),t(".ui-selecting",this.element[0]).each(function(){var s=t.data(this,"selectable-item");i._removeClass(s.$element,"ui-selecting")._addClass(s.$element,"ui-selected"),s.selecting=!1,s.selected=!0,s.startselected=!0,i._trigger("selected",e,{selected:s.element})}),this._trigger("stop",e),this.helper.remove(),!1}}),t.widget("ui.selectmenu",[t.ui.formResetMixin,{version:"1.12.1",defaultElement:"",widgetEventPrefix:"spin",options:{classes:{"ui-spinner":"ui-corner-all","ui-spinner-down":"ui-corner-br","ui-spinner-up":"ui-corner-tr"},culture:null,icons:{down:"ui-icon-triangle-1-s",up:"ui-icon-triangle-1-n"},incremental:!0,max:null,min:null,numberFormat:null,page:10,step:1,change:null,spin:null,start:null,stop:null},_create:function(){this._setOption("max",this.options.max),this._setOption("min",this.options.min),this._setOption("step",this.options.step),""!==this.value()&&this._value(this.element.val(),!0),this._draw(),this._on(this._events),this._refresh(),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_getCreateOptions:function(){var e=this._super(),i=this.element;return t.each(["min","max","step"],function(t,s){var n=i.attr(s);null!=n&&n.length&&(e[s]=n)}),e},_events:{keydown:function(t){this._start(t)&&this._keydown(t)&&t.preventDefault()},keyup:"_stop",focus:function(){this.previous=this.element.val()},blur:function(t){return this.cancelBlur?(delete this.cancelBlur,void 0):(this._stop(),this._refresh(),this.previous!==this.element.val()&&this._trigger("change",t),void 0)},mousewheel:function(t,e){if(e){if(!this.spinning&&!this._start(t))return!1;this._spin((e>0?1:-1)*this.options.step,t),clearTimeout(this.mousewheelTimer),this.mousewheelTimer=this._delay(function(){this.spinning&&this._stop(t)},100),t.preventDefault()}},"mousedown .ui-spinner-button":function(e){function i(){var e=this.element[0]===t.ui.safeActiveElement(this.document[0]);e||(this.element.trigger("focus"),this.previous=s,this._delay(function(){this.previous=s}))}var s;s=this.element[0]===t.ui.safeActiveElement(this.document[0])?this.previous:this.element.val(),e.preventDefault(),i.call(this),this.cancelBlur=!0,this._delay(function(){delete this.cancelBlur,i.call(this)}),this._start(e)!==!1&&this._repeat(null,t(e.currentTarget).hasClass("ui-spinner-up")?1:-1,e)},"mouseup .ui-spinner-button":"_stop","mouseenter .ui-spinner-button":function(e){return t(e.currentTarget).hasClass("ui-state-active")?this._start(e)===!1?!1:(this._repeat(null,t(e.currentTarget).hasClass("ui-spinner-up")?1:-1,e),void 0):void 0},"mouseleave .ui-spinner-button":"_stop"},_enhance:function(){this.uiSpinner=this.element.attr("autocomplete","off").wrap("").parent().append("")},_draw:function(){this._enhance(),this._addClass(this.uiSpinner,"ui-spinner","ui-widget ui-widget-content"),this._addClass("ui-spinner-input"),this.element.attr("role","spinbutton"),this.buttons=this.uiSpinner.children("a").attr("tabIndex",-1).attr("aria-hidden",!0).button({classes:{"ui-button":""}}),this._removeClass(this.buttons,"ui-corner-all"),this._addClass(this.buttons.first(),"ui-spinner-button ui-spinner-up"),this._addClass(this.buttons.last(),"ui-spinner-button ui-spinner-down"),this.buttons.first().button({icon:this.options.icons.up,showLabel:!1}),this.buttons.last().button({icon:this.options.icons.down,showLabel:!1}),this.buttons.height()>Math.ceil(.5*this.uiSpinner.height())&&this.uiSpinner.height()>0&&this.uiSpinner.height(this.uiSpinner.height())},_keydown:function(e){var i=this.options,s=t.ui.keyCode;switch(e.keyCode){case s.UP:return this._repeat(null,1,e),!0;case s.DOWN:return this._repeat(null,-1,e),!0;case s.PAGE_UP:return this._repeat(null,i.page,e),!0;case s.PAGE_DOWN:return this._repeat(null,-i.page,e),!0}return!1},_start:function(t){return this.spinning||this._trigger("start",t)!==!1?(this.counter||(this.counter=1),this.spinning=!0,!0):!1},_repeat:function(t,e,i){t=t||500,clearTimeout(this.timer),this.timer=this._delay(function(){this._repeat(40,e,i)},t),this._spin(e*this.options.step,i)},_spin:function(t,e){var i=this.value()||0;this.counter||(this.counter=1),i=this._adjustValue(i+t*this._increment(this.counter)),this.spinning&&this._trigger("spin",e,{value:i})===!1||(this._value(i),this.counter++)},_increment:function(e){var i=this.options.incremental;return i?t.isFunction(i)?i(e):Math.floor(e*e*e/5e4-e*e/500+17*e/200+1):1},_precision:function(){var t=this._precisionOf(this.options.step);return null!==this.options.min&&(t=Math.max(t,this._precisionOf(this.options.min))),t},_precisionOf:function(t){var e=""+t,i=e.indexOf(".");return-1===i?0:e.length-i-1},_adjustValue:function(t){var e,i,s=this.options;return e=null!==s.min?s.min:0,i=t-e,i=Math.round(i/s.step)*s.step,t=e+i,t=parseFloat(t.toFixed(this._precision())),null!==s.max&&t>s.max?s.max:null!==s.min&&s.min>t?s.min:t},_stop:function(t){this.spinning&&(clearTimeout(this.timer),clearTimeout(this.mousewheelTimer),this.counter=0,this.spinning=!1,this._trigger("stop",t))},_setOption:function(t,e){var i,s,n;return"culture"===t||"numberFormat"===t?(i=this._parse(this.element.val()),this.options[t]=e,this.element.val(this._format(i)),void 0):(("max"===t||"min"===t||"step"===t)&&"string"==typeof e&&(e=this._parse(e)),"icons"===t&&(s=this.buttons.first().find(".ui-icon"),this._removeClass(s,null,this.options.icons.up),this._addClass(s,null,e.up),n=this.buttons.last().find(".ui-icon"),this._removeClass(n,null,this.options.icons.down),this._addClass(n,null,e.down)),this._super(t,e),void 0)},_setOptionDisabled:function(t){this._super(t),this._toggleClass(this.uiSpinner,null,"ui-state-disabled",!!t),this.element.prop("disabled",!!t),this.buttons.button(t?"disable":"enable")},_setOptions:r(function(t){this._super(t)}),_parse:function(t){return"string"==typeof t&&""!==t&&(t=window.Globalize&&this.options.numberFormat?Globalize.parseFloat(t,10,this.options.culture):+t),""===t||isNaN(t)?null:t},_format:function(t){return""===t?"":window.Globalize&&this.options.numberFormat?Globalize.format(t,this.options.numberFormat,this.options.culture):t},_refresh:function(){this.element.attr({"aria-valuemin":this.options.min,"aria-valuemax":this.options.max,"aria-valuenow":this._parse(this.element.val())})},isValid:function(){var t=this.value();return null===t?!1:t===this._adjustValue(t)},_value:function(t,e){var i;""!==t&&(i=this._parse(t),null!==i&&(e||(i=this._adjustValue(i)),t=this._format(i))),this.element.val(t),this._refresh()},_destroy:function(){this.element.prop("disabled",!1).removeAttr("autocomplete role aria-valuemin aria-valuemax aria-valuenow"),this.uiSpinner.replaceWith(this.element)},stepUp:r(function(t){this._stepUp(t)}),_stepUp:function(t){this._start()&&(this._spin((t||1)*this.options.step),this._stop())},stepDown:r(function(t){this._stepDown(t)}),_stepDown:function(t){this._start()&&(this._spin((t||1)*-this.options.step),this._stop())},pageUp:r(function(t){this._stepUp((t||1)*this.options.page)}),pageDown:r(function(t){this._stepDown((t||1)*this.options.page)}),value:function(t){return arguments.length?(r(this._value).call(this,t),void 0):this._parse(this.element.val())},widget:function(){return this.uiSpinner}}),t.uiBackCompat!==!1&&t.widget("ui.spinner",t.ui.spinner,{_enhance:function(){this.uiSpinner=this.element.attr("autocomplete","off").wrap(this._uiSpinnerHtml()).parent().append(this._buttonHtml())},_uiSpinnerHtml:function(){return""},_buttonHtml:function(){return""}}),t.ui.spinner,t.widget("ui.tabs",{version:"1.12.1",delay:300,options:{active:null,classes:{"ui-tabs":"ui-corner-all","ui-tabs-nav":"ui-corner-all","ui-tabs-panel":"ui-corner-bottom","ui-tabs-tab":"ui-corner-top"},collapsible:!1,event:"click",heightStyle:"content",hide:null,show:null,activate:null,beforeActivate:null,beforeLoad:null,load:null},_isLocal:function(){var t=/#.*$/;return function(e){var i,s;i=e.href.replace(t,""),s=location.href.replace(t,"");try{i=decodeURIComponent(i)}catch(n){}try{s=decodeURIComponent(s)}catch(n){}return e.hash.length>1&&i===s}}(),_create:function(){var e=this,i=this.options;this.running=!1,this._addClass("ui-tabs","ui-widget ui-widget-content"),this._toggleClass("ui-tabs-collapsible",null,i.collapsible),this._processTabs(),i.active=this._initialActive(),t.isArray(i.disabled)&&(i.disabled=t.unique(i.disabled.concat(t.map(this.tabs.filter(".ui-state-disabled"),function(t){return e.tabs.index(t)}))).sort()),this.active=this.options.active!==!1&&this.anchors.length?this._findActive(i.active):t(),this._refresh(),this.active.length&&this.load(i.active)},_initialActive:function(){var e=this.options.active,i=this.options.collapsible,s=location.hash.substring(1);return null===e&&(s&&this.tabs.each(function(i,n){return t(n).attr("aria-controls")===s?(e=i,!1):void 0}),null===e&&(e=this.tabs.index(this.tabs.filter(".ui-tabs-active"))),(null===e||-1===e)&&(e=this.tabs.length?0:!1)),e!==!1&&(e=this.tabs.index(this.tabs.eq(e)),-1===e&&(e=i?!1:0)),!i&&e===!1&&this.anchors.length&&(e=0),e},_getCreateEventData:function(){return{tab:this.active,panel:this.active.length?this._getPanelForTab(this.active):t()}},_tabKeydown:function(e){var i=t(t.ui.safeActiveElement(this.document[0])).closest("li"),s=this.tabs.index(i),n=!0;if(!this._handlePageNav(e)){switch(e.keyCode){case t.ui.keyCode.RIGHT:case t.ui.keyCode.DOWN:s++;break;case t.ui.keyCode.UP:case t.ui.keyCode.LEFT:n=!1,s--;break;case t.ui.keyCode.END:s=this.anchors.length-1;break;case t.ui.keyCode.HOME:s=0;break;case t.ui.keyCode.SPACE:return e.preventDefault(),clearTimeout(this.activating),this._activate(s),void 0;case t.ui.keyCode.ENTER:return e.preventDefault(),clearTimeout(this.activating),this._activate(s===this.options.active?!1:s),void 0;default:return}e.preventDefault(),clearTimeout(this.activating),s=this._focusNextTab(s,n),e.ctrlKey||e.metaKey||(i.attr("aria-selected","false"),this.tabs.eq(s).attr("aria-selected","true"),this.activating=this._delay(function(){this.option("active",s)},this.delay))}},_panelKeydown:function(e){this._handlePageNav(e)||e.ctrlKey&&e.keyCode===t.ui.keyCode.UP&&(e.preventDefault(),this.active.trigger("focus"))},_handlePageNav:function(e){return e.altKey&&e.keyCode===t.ui.keyCode.PAGE_UP?(this._activate(this._focusNextTab(this.options.active-1,!1)),!0):e.altKey&&e.keyCode===t.ui.keyCode.PAGE_DOWN?(this._activate(this._focusNextTab(this.options.active+1,!0)),!0):void 0},_findNextTab:function(e,i){function s(){return e>n&&(e=0),0>e&&(e=n),e}for(var n=this.tabs.length-1;-1!==t.inArray(s(),this.options.disabled);)e=i?e+1:e-1;return e},_focusNextTab:function(t,e){return t=this._findNextTab(t,e),this.tabs.eq(t).trigger("focus"),t},_setOption:function(t,e){return"active"===t?(this._activate(e),void 0):(this._super(t,e),"collapsible"===t&&(this._toggleClass("ui-tabs-collapsible",null,e),e||this.options.active!==!1||this._activate(0)),"event"===t&&this._setupEvents(e),"heightStyle"===t&&this._setupHeightStyle(e),void 0)},_sanitizeSelector:function(t){return t?t.replace(/[!"$%&'()*+,.\/:;<=>?@\[\]\^`{|}~]/g,"\\$&"):""},refresh:function(){var e=this.options,i=this.tablist.children(":has(a[href])");e.disabled=t.map(i.filter(".ui-state-disabled"),function(t){return i.index(t)}),this._processTabs(),e.active!==!1&&this.anchors.length?this.active.length&&!t.contains(this.tablist[0],this.active[0])?this.tabs.length===e.disabled.length?(e.active=!1,this.active=t()):this._activate(this._findNextTab(Math.max(0,e.active-1),!1)):e.active=this.tabs.index(this.active):(e.active=!1,this.active=t()),this._refresh()},_refresh:function(){this._setOptionDisabled(this.options.disabled),this._setupEvents(this.options.event),this._setupHeightStyle(this.options.heightStyle),this.tabs.not(this.active).attr({"aria-selected":"false","aria-expanded":"false",tabIndex:-1}),this.panels.not(this._getPanelForTab(this.active)).hide().attr({"aria-hidden":"true"}),this.active.length?(this.active.attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0}),this._addClass(this.active,"ui-tabs-active","ui-state-active"),this._getPanelForTab(this.active).show().attr({"aria-hidden":"false"})):this.tabs.eq(0).attr("tabIndex",0)},_processTabs:function(){var e=this,i=this.tabs,s=this.anchors,n=this.panels;this.tablist=this._getList().attr("role","tablist"),this._addClass(this.tablist,"ui-tabs-nav","ui-helper-reset ui-helper-clearfix ui-widget-header"),this.tablist.on("mousedown"+this.eventNamespace,"> li",function(e){t(this).is(".ui-state-disabled")&&e.preventDefault()}).on("focus"+this.eventNamespace,".ui-tabs-anchor",function(){t(this).closest("li").is(".ui-state-disabled")&&this.blur()}),this.tabs=this.tablist.find("> li:has(a[href])").attr({role:"tab",tabIndex:-1}),this._addClass(this.tabs,"ui-tabs-tab","ui-state-default"),this.anchors=this.tabs.map(function(){return t("a",this)[0]}).attr({role:"presentation",tabIndex:-1}),this._addClass(this.anchors,"ui-tabs-anchor"),this.panels=t(),this.anchors.each(function(i,s){var n,o,a,r=t(s).uniqueId().attr("id"),h=t(s).closest("li"),l=h.attr("aria-controls");e._isLocal(s)?(n=s.hash,a=n.substring(1),o=e.element.find(e._sanitizeSelector(n))):(a=h.attr("aria-controls")||t({}).uniqueId()[0].id,n="#"+a,o=e.element.find(n),o.length||(o=e._createPanel(a),o.insertAfter(e.panels[i-1]||e.tablist)),o.attr("aria-live","polite")),o.length&&(e.panels=e.panels.add(o)),l&&h.data("ui-tabs-aria-controls",l),h.attr({"aria-controls":a,"aria-labelledby":r}),o.attr("aria-labelledby",r)}),this.panels.attr("role","tabpanel"),this._addClass(this.panels,"ui-tabs-panel","ui-widget-content"),i&&(this._off(i.not(this.tabs)),this._off(s.not(this.anchors)),this._off(n.not(this.panels)))},_getList:function(){return this.tablist||this.element.find("ol, ul").eq(0)},_createPanel:function(e){return t("
    ").attr("id",e).data("ui-tabs-destroy",!0)},_setOptionDisabled:function(e){var i,s,n;for(t.isArray(e)&&(e.length?e.length===this.anchors.length&&(e=!0):e=!1),n=0;s=this.tabs[n];n++)i=t(s),e===!0||-1!==t.inArray(n,e)?(i.attr("aria-disabled","true"),this._addClass(i,null,"ui-state-disabled")):(i.removeAttr("aria-disabled"),this._removeClass(i,null,"ui-state-disabled"));this.options.disabled=e,this._toggleClass(this.widget(),this.widgetFullName+"-disabled",null,e===!0)},_setupEvents:function(e){var i={};e&&t.each(e.split(" "),function(t,e){i[e]="_eventHandler"}),this._off(this.anchors.add(this.tabs).add(this.panels)),this._on(!0,this.anchors,{click:function(t){t.preventDefault()}}),this._on(this.anchors,i),this._on(this.tabs,{keydown:"_tabKeydown"}),this._on(this.panels,{keydown:"_panelKeydown"}),this._focusable(this.tabs),this._hoverable(this.tabs)},_setupHeightStyle:function(e){var i,s=this.element.parent();"fill"===e?(i=s.height(),i-=this.element.outerHeight()-this.element.height(),this.element.siblings(":visible").each(function(){var e=t(this),s=e.css("position");"absolute"!==s&&"fixed"!==s&&(i-=e.outerHeight(!0))}),this.element.children().not(this.panels).each(function(){i-=t(this).outerHeight(!0)}),this.panels.each(function(){t(this).height(Math.max(0,i-t(this).innerHeight()+t(this).height()))}).css("overflow","auto")):"auto"===e&&(i=0,this.panels.each(function(){i=Math.max(i,t(this).height("").height())}).height(i))},_eventHandler:function(e){var i=this.options,s=this.active,n=t(e.currentTarget),o=n.closest("li"),a=o[0]===s[0],r=a&&i.collapsible,h=r?t():this._getPanelForTab(o),l=s.length?this._getPanelForTab(s):t(),c={oldTab:s,oldPanel:l,newTab:r?t():o,newPanel:h};e.preventDefault(),o.hasClass("ui-state-disabled")||o.hasClass("ui-tabs-loading")||this.running||a&&!i.collapsible||this._trigger("beforeActivate",e,c)===!1||(i.active=r?!1:this.tabs.index(o),this.active=a?t():o,this.xhr&&this.xhr.abort(),l.length||h.length||t.error("jQuery UI Tabs: Mismatching fragment identifier."),h.length&&this.load(this.tabs.index(o),e),this._toggle(e,c))},_toggle:function(e,i){function s(){o.running=!1,o._trigger("activate",e,i)}function n(){o._addClass(i.newTab.closest("li"),"ui-tabs-active","ui-state-active"),a.length&&o.options.show?o._show(a,o.options.show,s):(a.show(),s())}var o=this,a=i.newPanel,r=i.oldPanel;this.running=!0,r.length&&this.options.hide?this._hide(r,this.options.hide,function(){o._removeClass(i.oldTab.closest("li"),"ui-tabs-active","ui-state-active"),n()}):(this._removeClass(i.oldTab.closest("li"),"ui-tabs-active","ui-state-active"),r.hide(),n()),r.attr("aria-hidden","true"),i.oldTab.attr({"aria-selected":"false","aria-expanded":"false"}),a.length&&r.length?i.oldTab.attr("tabIndex",-1):a.length&&this.tabs.filter(function(){return 0===t(this).attr("tabIndex")}).attr("tabIndex",-1),a.attr("aria-hidden","false"),i.newTab.attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0})},_activate:function(e){var i,s=this._findActive(e);s[0]!==this.active[0]&&(s.length||(s=this.active),i=s.find(".ui-tabs-anchor")[0],this._eventHandler({target:i,currentTarget:i,preventDefault:t.noop}))},_findActive:function(e){return e===!1?t():this.tabs.eq(e)},_getIndex:function(e){return"string"==typeof e&&(e=this.anchors.index(this.anchors.filter("[href$='"+t.ui.escapeSelector(e)+"']"))),e},_destroy:function(){this.xhr&&this.xhr.abort(),this.tablist.removeAttr("role").off(this.eventNamespace),this.anchors.removeAttr("role tabIndex").removeUniqueId(),this.tabs.add(this.panels).each(function(){t.data(this,"ui-tabs-destroy")?t(this).remove():t(this).removeAttr("role tabIndex aria-live aria-busy aria-selected aria-labelledby aria-hidden aria-expanded")}),this.tabs.each(function(){var e=t(this),i=e.data("ui-tabs-aria-controls");i?e.attr("aria-controls",i).removeData("ui-tabs-aria-controls"):e.removeAttr("aria-controls")}),this.panels.show(),"content"!==this.options.heightStyle&&this.panels.css("height","")},enable:function(e){var i=this.options.disabled;i!==!1&&(void 0===e?i=!1:(e=this._getIndex(e),i=t.isArray(i)?t.map(i,function(t){return t!==e?t:null}):t.map(this.tabs,function(t,i){return i!==e?i:null})),this._setOptionDisabled(i))},disable:function(e){var i=this.options.disabled;if(i!==!0){if(void 0===e)i=!0;else{if(e=this._getIndex(e),-1!==t.inArray(e,i))return;i=t.isArray(i)?t.merge([e],i).sort():[e]}this._setOptionDisabled(i)}},load:function(e,i){e=this._getIndex(e);var s=this,n=this.tabs.eq(e),o=n.find(".ui-tabs-anchor"),a=this._getPanelForTab(n),r={tab:n,panel:a},h=function(t,e){"abort"===e&&s.panels.stop(!1,!0),s._removeClass(n,"ui-tabs-loading"),a.removeAttr("aria-busy"),t===s.xhr&&delete s.xhr};this._isLocal(o[0])||(this.xhr=t.ajax(this._ajaxSettings(o,i,r)),this.xhr&&"canceled"!==this.xhr.statusText&&(this._addClass(n,"ui-tabs-loading"),a.attr("aria-busy","true"),this.xhr.done(function(t,e,n){setTimeout(function(){a.html(t),s._trigger("load",i,r),h(n,e)},1)}).fail(function(t,e){setTimeout(function(){h(t,e)},1)})))},_ajaxSettings:function(e,i,s){var n=this;return{url:e.attr("href").replace(/#.*$/,""),beforeSend:function(e,o){return n._trigger("beforeLoad",i,t.extend({jqXHR:e,ajaxSettings:o},s))}}},_getPanelForTab:function(e){var i=t(e).attr("aria-controls");return this.element.find(this._sanitizeSelector("#"+i))}}),t.uiBackCompat!==!1&&t.widget("ui.tabs",t.ui.tabs,{_processTabs:function(){this._superApply(arguments),this._addClass(this.tabs,"ui-tab")}}),t.ui.tabs,t.widget("ui.tooltip",{version:"1.12.1",options:{classes:{"ui-tooltip":"ui-corner-all ui-widget-shadow"},content:function(){var e=t(this).attr("title")||"";return t("").text(e).html()},hide:!0,items:"[title]:not([disabled])",position:{my:"left top+15",at:"left bottom",collision:"flipfit flip"},show:!0,track:!1,close:null,open:null},_addDescribedBy:function(e,i){var s=(e.attr("aria-describedby")||"").split(/\s+/);s.push(i),e.data("ui-tooltip-id",i).attr("aria-describedby",t.trim(s.join(" ")))},_removeDescribedBy:function(e){var i=e.data("ui-tooltip-id"),s=(e.attr("aria-describedby")||"").split(/\s+/),n=t.inArray(i,s);-1!==n&&s.splice(n,1),e.removeData("ui-tooltip-id"),s=t.trim(s.join(" ")),s?e.attr("aria-describedby",s):e.removeAttr("aria-describedby")},_create:function(){this._on({mouseover:"open",focusin:"open"}),this.tooltips={},this.parents={},this.liveRegion=t("
    ").attr({role:"log","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this.disabledTitles=t([])},_setOption:function(e,i){var s=this;this._super(e,i),"content"===e&&t.each(this.tooltips,function(t,e){s._updateContent(e.element)})},_setOptionDisabled:function(t){this[t?"_disable":"_enable"]()},_disable:function(){var e=this;t.each(this.tooltips,function(i,s){var n=t.Event("blur");n.target=n.currentTarget=s.element[0],e.close(n,!0)}),this.disabledTitles=this.disabledTitles.add(this.element.find(this.options.items).addBack().filter(function(){var e=t(this);return e.is("[title]")?e.data("ui-tooltip-title",e.attr("title")).removeAttr("title"):void 0}))},_enable:function(){this.disabledTitles.each(function(){var e=t(this);e.data("ui-tooltip-title")&&e.attr("title",e.data("ui-tooltip-title"))}),this.disabledTitles=t([])},open:function(e){var i=this,s=t(e?e.target:this.element).closest(this.options.items);s.length&&!s.data("ui-tooltip-id")&&(s.attr("title")&&s.data("ui-tooltip-title",s.attr("title")),s.data("ui-tooltip-open",!0),e&&"mouseover"===e.type&&s.parents().each(function(){var e,s=t(this);s.data("ui-tooltip-open")&&(e=t.Event("blur"),e.target=e.currentTarget=this,i.close(e,!0)),s.attr("title")&&(s.uniqueId(),i.parents[this.id]={element:this,title:s.attr("title")},s.attr("title",""))}),this._registerCloseHandlers(e,s),this._updateContent(s,e))},_updateContent:function(t,e){var i,s=this.options.content,n=this,o=e?e.type:null;return"string"==typeof s||s.nodeType||s.jquery?this._open(e,t,s):(i=s.call(t[0],function(i){n._delay(function(){t.data("ui-tooltip-open")&&(e&&(e.type=o),this._open(e,t,i))})}),i&&this._open(e,t,i),void 0)},_open:function(e,i,s){function n(t){l.of=t,a.is(":hidden")||a.position(l)}var o,a,r,h,l=t.extend({},this.options.position);if(s){if(o=this._find(i))return o.tooltip.find(".ui-tooltip-content").html(s),void 0;i.is("[title]")&&(e&&"mouseover"===e.type?i.attr("title",""):i.removeAttr("title")),o=this._tooltip(i),a=o.tooltip,this._addDescribedBy(i,a.attr("id")),a.find(".ui-tooltip-content").html(s),this.liveRegion.children().hide(),h=t("
    ").html(a.find(".ui-tooltip-content").html()),h.removeAttr("name").find("[name]").removeAttr("name"),h.removeAttr("id").find("[id]").removeAttr("id"),h.appendTo(this.liveRegion),this.options.track&&e&&/^mouse/.test(e.type)?(this._on(this.document,{mousemove:n}),n(e)):a.position(t.extend({of:i},this.options.position)),a.hide(),this._show(a,this.options.show),this.options.track&&this.options.show&&this.options.show.delay&&(r=this.delayedShow=setInterval(function(){a.is(":visible")&&(n(l.of),clearInterval(r))},t.fx.interval)),this._trigger("open",e,{tooltip:a})}},_registerCloseHandlers:function(e,i){var s={keyup:function(e){if(e.keyCode===t.ui.keyCode.ESCAPE){var s=t.Event(e);s.currentTarget=i[0],this.close(s,!0)}}};i[0]!==this.element[0]&&(s.remove=function(){this._removeTooltip(this._find(i).tooltip)}),e&&"mouseover"!==e.type||(s.mouseleave="close"),e&&"focusin"!==e.type||(s.focusout="close"),this._on(!0,i,s)},close:function(e){var i,s=this,n=t(e?e.currentTarget:this.element),o=this._find(n);return o?(i=o.tooltip,o.closing||(clearInterval(this.delayedShow),n.data("ui-tooltip-title")&&!n.attr("title")&&n.attr("title",n.data("ui-tooltip-title")),this._removeDescribedBy(n),o.hiding=!0,i.stop(!0),this._hide(i,this.options.hide,function(){s._removeTooltip(t(this))}),n.removeData("ui-tooltip-open"),this._off(n,"mouseleave focusout keyup"),n[0]!==this.element[0]&&this._off(n,"remove"),this._off(this.document,"mousemove"),e&&"mouseleave"===e.type&&t.each(this.parents,function(e,i){t(i.element).attr("title",i.title),delete s.parents[e]}),o.closing=!0,this._trigger("close",e,{tooltip:i}),o.hiding||(o.closing=!1)),void 0):(n.removeData("ui-tooltip-open"),void 0)},_tooltip:function(e){var i=t("
    ").attr("role","tooltip"),s=t("
    ").appendTo(i),n=i.uniqueId().attr("id");return this._addClass(s,"ui-tooltip-content"),this._addClass(i,"ui-tooltip","ui-widget ui-widget-content"),i.appendTo(this._appendTo(e)),this.tooltips[n]={element:e,tooltip:i}},_find:function(t){var e=t.data("ui-tooltip-id");return e?this.tooltips[e]:null},_removeTooltip:function(t){t.remove(),delete this.tooltips[t.attr("id")]},_appendTo:function(t){var e=t.closest(".ui-front, dialog");return e.length||(e=this.document[0].body),e},_destroy:function(){var e=this;t.each(this.tooltips,function(i,s){var n=t.Event("blur"),o=s.element;n.target=n.currentTarget=o[0],e.close(n,!0),t("#"+i).remove(),o.data("ui-tooltip-title")&&(o.attr("title")||o.attr("title",o.data("ui-tooltip-title")),o.removeData("ui-tooltip-title"))}),this.liveRegion.remove()}}),t.uiBackCompat!==!1&&t.widget("ui.tooltip",t.ui.tooltip,{options:{tooltipClass:null},_tooltip:function(){var t=this._superApply(arguments);return this.options.tooltipClass&&t.tooltip.addClass(this.options.tooltipClass),t}}),t.ui.tooltip}); \ No newline at end of file diff --git a/assets/tpl/admin_create_clients.html b/assets/tpl/admin_create_clients.html deleted file mode 100644 index 3d59b41..0000000 --- a/assets/tpl/admin_create_clients.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - {{ .Static.WebsiteTitle }} - Admin - - - - - - - - - - - {{template "prt_nav.html" .}} - - {{template "prt_footer.html" .}} - - - - - - - - - - - \ No newline at end of file diff --git a/assets/tpl/admin_edit_client.html b/assets/tpl/admin_edit_client.html deleted file mode 100644 index d7d5cbf..0000000 --- a/assets/tpl/admin_edit_client.html +++ /dev/null @@ -1,221 +0,0 @@ - - - - - - {{ .Static.WebsiteTitle }} - Admin - - - - - - - - {{template "prt_nav.html" .}} -
    - {{template "prt_flashes.html" .}} - - - {{if eq .Device.Type "server"}} - {{if .Peer.IsNew}} -

    Create a new client

    - {{else}} -

    Edit client: {{.Peer.Identifier}}

    - {{end}} - -
    - - - - - - {{if .EditableKeys}} -
    -
    - - -
    -
    -
    -
    - - -
    -
    -
    -
    - - -
    -
    - {{else}} - - -
    -
    - - -
    -
    - {{end}} -
    -
    - - -
    -
    -
    -
    - - -
    -
    -
    -
    - - -
    -
    -
    -
    - - -
    -
    -
    -
    - - -
    -
    -
    -
    - - -
    -
    -
    -
    - - -
    -
    - - -
    -
    - -
    -
    -
    - - -
    -
    - - -
    -
    -
    - - -
    -
    - - - - Cancel -
    - {{end}} - - - {{if eq .Device.Type "client"}} - {{if .Peer.IsNew}} -

    Create a new remote endpoint

    - {{else}} -

    Edit remote endpoint: {{.Peer.Identifier}}

    - {{end}} - -
    - - - - - - -
    -
    - - -
    -
    -
    -
    - - -
    -
    -
    -
    - - -
    -
    -
    -
    - - -
    -
    -
    -
    - - -
    -
    -
    -
    - - -
    -
    - - -
    -
    - -
    -
    -
    - - -
    -
    -
    - - -
    -
    - - - - Cancel -
    - {{end}} -
    - {{template "prt_footer.html" .}} - - - - - - - - - \ No newline at end of file diff --git a/assets/tpl/admin_edit_interface.html b/assets/tpl/admin_edit_interface.html deleted file mode 100644 index 737f006..0000000 --- a/assets/tpl/admin_edit_interface.html +++ /dev/null @@ -1,263 +0,0 @@ - - - - - - {{ .Static.WebsiteTitle }} - Admin - - - - - - - - {{template "prt_nav.html" .}} -
    -

    Edit interface {{.Device.DeviceName}}

    - {{template "prt_flashes.html" .}} - - - -
    - -
    -
    - - - -

    Server's interface configuration

    -
    -
    - - -
    -
    - {{if .EditableKeys}} -
    -
    - - -
    -
    -
    -
    - - -
    -
    - {{else}} - -
    -
    - - -
    -
    - {{end}} -
    -
    - - -
    -
    - - -
    -
    -

    Client's global configuration (g)

    -
    -
    - - -
    -
    -
    -
    - - -
    -
    - - -
    -
    -
    -
    - - -
    -
    - - -
    -
    -

    Interface configuration hooks

    -
    -
    - - -
    -
    -
    -
    - - -
    -
    -
    -
    - - -
    -
    -
    -
    - - -
    -
    - - -
    -
    -
    - - -
    -
    - - -
    -
    -
    -
    -
    - - -
    -
    -
    -
    - - - Cancel - Apply Global Settings (g) to clients -
    -
    - - -
    -
    - - - -

    Client's interface configuration

    -
    -
    - - -
    -
    - {{if .EditableKeys}} -
    -
    - - -
    -
    -
    -
    - - -
    -
    - {{else}} - -
    -
    - - -
    -
    - {{end}} -
    -
    - - -
    -
    - - -
    -
    -
    -
    - - -
    -
    - - -
    -
    - - -
    -
    -

    Interface configuration hooks

    -
    -
    - - -
    -
    -
    -
    - - -
    -
    -
    -
    - - -
    -
    -
    -
    - - -
    -
    - - - Cancel -
    -
    -
    -
    - {{template "prt_footer.html" .}} - - - - - - - - - \ No newline at end of file diff --git a/assets/tpl/admin_edit_user.html b/assets/tpl/admin_edit_user.html deleted file mode 100644 index 1218ca5..0000000 --- a/assets/tpl/admin_edit_user.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - {{ .Static.WebsiteTitle }} - Users - - - - - - - - {{template "prt_nav.html" .}} -
    - {{if eq .User.CreatedAt .Epoch}} -

    Create a new user

    - {{else}} -

    Edit user {{.User.Email}}

    - {{end}} - - {{template "prt_flashes.html" .}} - -
    - - {{if eq .User.CreatedAt .Epoch}} -
    -
    - - -
    -
    - {{else}} - - {{end}} -
    -
    - - -
    -
    -
    -
    - - -
    -
    -
    -
    - - -
    -
    -
    -
    - - -
    -
    -
    -
    -
    - - -
    -
    - - -
    -
    -
    - - - Cancel - {{if eq $.Session.IsAdmin true}} - {{if eq .User.Source "db"}} - Delete - {{end}} - {{end}} -
    -
    - {{template "prt_footer.html" .}} - - - - - - - - - \ No newline at end of file diff --git a/assets/tpl/admin_index.html b/assets/tpl/admin_index.html deleted file mode 100644 index f4e5544..0000000 --- a/assets/tpl/admin_index.html +++ /dev/null @@ -1,278 +0,0 @@ - - - - - - {{ .Static.WebsiteTitle }} - Admin - - - - - - - - {{template "prt_nav.html" .}} -
    -

    WireGuard VPN Administration

    - {{template "prt_flashes.html" .}} -
    -
    -
    - Interface status for {{.Device.DeviceName}} {{if eq $.Device.Type "server"}}(server mode){{end}}{{if eq $.Device.Type "client"}}(client mode){{end}} - -     - -     - -
    -
    -
    -
    - {{if eq $.Device.Type "server"}} -
    - - - - - - - - - - - - - - - - - - - - - - - -
    Public Key:{{.Device.PublicKey}}
    Public Endpoint:{{.Device.DefaultEndpoint}}
    Listening Port:{{.Device.ListenPort}}
    Enabled Peers:{{len .Device.Interface.Peers}}
    Total Peers:{{.TotalPeers}}
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - -
    IP Address:{{.Device.IPsStr}}
    Default allowed IP's:{{.Device.DefaultAllowedIPsStr}}
    Default DNS servers:{{.Device.DNSStr}}
    Default MTU:{{.Device.Mtu}}
    Default Keepalive Interval:{{.Device.DefaultPersistentKeepalive}}
    -
    - {{end}} - {{if eq $.Device.Type "client"}} -
    - - - - - - - - - - - - - - - -
    Public Key:{{.Device.PublicKey}}
    Enabled Endpoints:{{len .Device.Interface.Peers}}
    Total Endpoints:{{.TotalPeers}}
    -
    -
    - - - - - - - - - - - - - - - -
    IP Address:{{.Device.IPsStr}}
    DNS servers:{{.Device.DNSStr}}
    Default MTU:{{.Device.Mtu}}
    -
    - {{end}} -
    - -
    -
    -
    -
    - {{if eq $.Device.Type "server"}} -

    Current VPN Peers

    - {{end}} - {{if eq $.Device.Type "client"}} -

    Current VPN Endpoints

    - {{end}} -
    -
    - - {{if eq $.Device.Type "server"}} - - {{end}} - -
    -
    -
    - - - - - - - {{if eq $.Device.Type "server"}} - - {{end}} - {{if eq $.Device.Type "server"}} - - {{end}} - {{if eq $.Device.Type "client"}} - - {{end}} - - - - - - {{range $i, $p :=.Peers}} - {{$peerUser:=(userForEmail $.Users $p.Email)}} - - - - - {{if eq $.Device.Type "server"}} - - {{end}} - {{if eq $.Device.Type "server"}} - - {{end}} - {{if eq $.Device.Type "client"}} - - {{end}} - - - - - - - {{end}} - -
    Identifier Public Key E-Mail IP's Endpoint Handshake
    - - - - {{$p.Identifier}}{{if $p.WillExpire}} {{end}}{{$p.PublicKey}}{{$p.Email}}{{$p.IPsStr}}{{$p.Endpoint}}{{$p.LastHandshake}} - {{if eq $.Session.IsAdmin true}} - - {{end}} -
    -
    -
    -
    - -
    -
    -

    User details

    - {{if not $peerUser}} -

    No user information available...

    - {{else}} -
      -
    • Firstname: {{$peerUser.Firstname}}
    • -
    • Lastname: {{$peerUser.Lastname}}
    • -
    • Phone: {{$peerUser.Phone}}
    • -
    • Mail: {{$peerUser.Email}}
    • -
    - {{end}} -

    Connection / Traffic

    - {{if not $p.Peer}} -

    No Traffic data available...

    - {{else}} -

    {{if $p.DeactivatedAt}}-{{else}} {{$p.Peer.Endpoint}}{{end}}

    -

    {{if $p.DeactivatedAt}}-{{else}} {{formatBytes $p.Peer.ReceiveBytes}} / {{formatBytes $p.Peer.TransmitBytes}}{{end}}

    - {{end}} -
    - {{if eq $.Device.Type "server"}} -
    -
    {{$p.Config}}
    -
    - {{end}} -
    - Delete -
    -
    -
    -
    - {{if eq $.Device.Type "server"}} - Configuration QR Code - {{end}} -
    -
    - {{if $p.DeactivatedAt}} -
    Peer is disabled!
    - {{end}} - {{if $p.WillExpire}} -
    Peer will expire on {{ formatDate $p.ExpiresAt}}
    - {{end}} - {{if eq $.Device.Type "server"}} -
    - Download - Email -
    - {{end}} -
    -
    -
    -
    -

    Currently listed peers: {{len .Peers}}

    -
    -
    - {{template "prt_footer.html" .}} - - - - - - - - - \ No newline at end of file diff --git a/assets/tpl/admin_user_index.html b/assets/tpl/admin_user_index.html deleted file mode 100644 index 87dd814..0000000 --- a/assets/tpl/admin_user_index.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - {{ .Static.WebsiteTitle }} - Users - - - - - - - - {{template "prt_nav.html" .}} -
    -

    WireGuard VPN Users

    - {{template "prt_flashes.html" .}} -
    -
    -

    All Users

    -
    -
    - M -
    -
    -
    - - - - - - - - - - - - - {{range $i, $u :=.Users}} - - - - - - - - - {{end}} - -
    E-Mail Lastname Firstname Source Is Admin
    {{$u.Email}}{{$u.Lastname}}{{$u.Firstname}}{{$u.Source}}{{if $u.IsAdmin}}True{{else}}False{{end}} - {{if eq $.Session.IsAdmin true}} - {{if eq $u.Source "db"}} - - {{end}} - {{end}} -
    -

    Currently listed users: {{len .Users}}

    -
    -
    - {{template "prt_footer.html" .}} - - - - - - - - - \ No newline at end of file diff --git a/assets/tpl/error.html b/assets/tpl/error.html deleted file mode 100644 index b2cda50..0000000 --- a/assets/tpl/error.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - {{ .Static.WebsiteTitle }} - Error - - - - - - - - {{template "prt_nav.html" .}} -
    -
    -
    -

    {{.Data.Code}}

    -
    -

    {{.Data.Message}}

    -

    {{.Data.Details}}

    ← Back to Dashboard -
    -
    - {{template "prt_footer.html" .}} - - - - - - - - - \ No newline at end of file diff --git a/assets/tpl/index.html b/assets/tpl/index.html deleted file mode 100644 index 10d93c5..0000000 --- a/assets/tpl/index.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - {{ .Static.WebsiteTitle }} - - - - - - - - {{template "prt_nav.html" .}} -
    - - {{template "prt_flashes.html" .}} -

    WireGuard® is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPsec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN.

    -

    More Information

    -
    -
    -
    -
    WireGuard Installation
    -
    -

    Installation

    -

    Installation instructions for client software can be found on the official WireGuard website.

    - Open Instructions -
    -
    -
    -
    -
    -
    About WireGuard
    -
    -

    About

    -

    WireGuard® is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography.

    - More details -
    -
    -
    -
    -
    -
    About WireGuard Portal
    -
    -

    WireGuard Portal

    -

    WireGuard Portal is a simple, web based configuration portal for WireGuard.

    - More details -
    -
    -
    -
    - -
    -

    VPN Profiles

    -

    You can access and download your personal VPN configurations via your Userprofile.

    -
    -

    To find all your configured profiles click on the button below.

    -

    - Open My Profile -

    -
    - - {{with eq $.Session.LoggedIn true}}{{with eq $.Session.IsAdmin true}} -
    -

    Administration Area

    -

    In the administration area you can manage WireGuard peers and the server interface as well as users that are allowed to log in to the WireGuard Portal.

    -
    -

    To find all your configured profiles click on the button below.

    -

    - Open WireGuard Administration - Open User Administration -

    -
    - {{end}}{{end}} - -
    - {{template "prt_footer.html" .}} - - - - - - - - - \ No newline at end of file diff --git a/assets/tpl/login.html b/assets/tpl/login.html deleted file mode 100644 index 402be7d..0000000 --- a/assets/tpl/login.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - {{ .static.WebsiteTitle }} - Login - - - - - - - - - - -
    -
    -
    Please sign in
    -
    - - -
    -
    - Go Home -
    -
    -
    -
    - {{template "prt_flashes.html" .}} -
    - - - - - - - - - \ No newline at end of file diff --git a/assets/tpl/prt_flashes.html b/assets/tpl/prt_flashes.html deleted file mode 100644 index f21c787..0000000 --- a/assets/tpl/prt_flashes.html +++ /dev/null @@ -1,5 +0,0 @@ -{{range $flash := $.Alerts}} - -{{end}} \ No newline at end of file diff --git a/assets/tpl/prt_footer.html b/assets/tpl/prt_footer.html deleted file mode 100644 index f454568..0000000 --- a/assets/tpl/prt_footer.html +++ /dev/null @@ -1,5 +0,0 @@ -
    -
    -

    Copyright © {{ $.Static.CompanyName }} {{$.Static.Year}}, version {{$.Static.Version}}

    -
    -
    \ No newline at end of file diff --git a/assets/tpl/prt_nav.html b/assets/tpl/prt_nav.html deleted file mode 100644 index e997a44..0000000 --- a/assets/tpl/prt_nav.html +++ /dev/null @@ -1,61 +0,0 @@ - -{{if not $.Device.IsValid}} -
    -
    Warning: WireGuard Interface {{$.Device.DeviceName}} is not fully configured! Configurations may be incomplete and non functional!
    -
    -{{end}} \ No newline at end of file diff --git a/assets/tpl/user_create_client.html b/assets/tpl/user_create_client.html deleted file mode 100644 index 5e6540c..0000000 --- a/assets/tpl/user_create_client.html +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - {{ .Static.WebsiteTitle }} - Admin - - - - - - - - {{template "prt_nav.html" .}} -
    - {{template "prt_flashes.html" .}} - - -

    Create a new client

    - -
    - - -
    -
    - - -
    -
    - - - Cancel -
    -
    - {{template "prt_footer.html" .}} - - - - - - - - - \ No newline at end of file diff --git a/assets/tpl/user_edit_client.html b/assets/tpl/user_edit_client.html deleted file mode 100644 index 9d73174..0000000 --- a/assets/tpl/user_edit_client.html +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - {{ .Static.WebsiteTitle }} - Admin - - - - - - - - {{template "prt_nav.html" .}} -
    - {{template "prt_flashes.html" .}} - - -

    Edit client: {{.Peer.Identifier}}

    - -
    - - -
    -
    - - -
    -
    - -
    -
    -
    - - -
    -
    -
    - - Cancel -
    -
    - {{template "prt_footer.html" .}} - - - - - - - - - \ No newline at end of file diff --git a/assets/tpl/user_index.html b/assets/tpl/user_index.html deleted file mode 100644 index 1968aba..0000000 --- a/assets/tpl/user_index.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - {{ .Static.WebsiteTitle }} - Profile - - - - - - - - {{template "prt_nav.html" .}} -
    -

    WireGuard VPN User-Portal

    - -
    -
    -

    Your VPN Profiles

    -
    -
    - {{if eq $.UserManagePeers true}} - - {{end}} -
    -
    -
    - - - - - - - - - - - {{if eq $.UserManagePeers true}} - - {{end}} - - - - {{range $i, $p :=.Peers}} - {{$peerUser:=(userForEmail $.Users $p.Email)}} - - - - - - - - - {{if eq $.UserManagePeers true}} - - {{end}} - - - - - {{end}} - -
    Identifier Public Key E-Mail IP's Interface Handshake
    - - - - {{$p.Identifier}}{{if $p.WillExpire}} {{end}}{{$p.PublicKey}}{{$p.Email}}{{$p.IPsStr}}{{$p.DeviceName}}{{$p.LastHandshake}} - -
    -
    -
    -
    - -
    -
    -

    User details

    - {{if not $peerUser}} -

    No user information available...

    - {{else}} -
      -
    • Firstname: {{$peerUser.Firstname}}
    • -
    • Lastname: {{$peerUser.Lastname}}
    • -
    • Phone: {{$peerUser.Phone}}
    • -
    • Mail: {{$peerUser.Email}}
    • -
    - {{end}} -

    Traffic

    - {{if not $p.Peer}} -

    No Traffic data available...

    - {{else}} -

    {{if $p.DeactivatedAt}}-{{else}} {{formatBytes $p.Peer.ReceiveBytes}} / {{formatBytes $p.Peer.TransmitBytes}}{{end}}

    - {{end}} -
    -
    -
    {{$p.Config}}
    -
    -
    -
    -
    - -
    -
    - {{if $p.DeactivatedAt}} -
    Peer is disabled!
    - {{end}} - {{if $p.WillExpire}} -
    Profile expires on {{ formatDate $p.ExpiresAt}}
    - {{end}} -
    - Download - Email -
    -
    -
    -
    -
    -

    Currently listed peers: {{len .Peers}}

    -
    -
    - {{template "prt_footer.html" .}} - - - - - - - - - \ No newline at end of file diff --git a/cmd/api_build_tool/main.go b/cmd/api_build_tool/main.go new file mode 100644 index 0000000..4b0caad --- /dev/null +++ b/cmd/api_build_tool/main.go @@ -0,0 +1,70 @@ +package main + +import ( + "fmt" + "log" + "os" + "path/filepath" + "strings" + + "github.com/sirupsen/logrus" + "github.com/swaggo/swag" + "github.com/swaggo/swag/gen" +) + +// this replaces the call to: swag init --propertyStrategy pascalcase --parseDependency --parseInternal --generalInfo base.go +func main() { + wd, err := os.Getwd() // should be the project root + if err != nil { + panic(err) + } + + apiBasePath := filepath.Join(wd, "/internal/app/api") + apis := []string{"v0"} + + hasError := false + for _, apiVersion := range apis { + apiPath := filepath.Join(apiBasePath, apiVersion, "handlers") + + apiVersion = strings.TrimLeft(apiVersion, "api-") + log.Println("") + log.Println("Generate swagger docs for API", apiVersion) + log.Println("Api path:", apiPath) + + err := generateApi(apiBasePath, apiPath, apiVersion) + if err != nil { + hasError = true + logrus.Errorf("failed to generate API docs for %s: %v", apiVersion, err) + } + + log.Println("Generated swagger docs for API", apiVersion) + } + + if hasError { + os.Exit(1) + } +} + +func generateApi(basePath, apiPath, version string) error { + err := gen.New().Build(&gen.Config{ + SearchDir: apiPath, + Excludes: "", + MainAPIFile: "base.go", + PropNamingStrategy: swag.PascalCase, + OutputDir: filepath.Join(basePath, "core/assets/doc"), + OutputTypes: []string{"json", "yaml"}, + ParseVendor: false, + ParseDependency: true, + MarkdownFilesDir: "", + ParseInternal: true, + GeneratedTime: false, + CodeExampleFilesDir: "", + ParseDepth: 3, + InstanceName: version, + }) + if err != nil { + return fmt.Errorf("swag failed: %w", err) + } + + return nil +} diff --git a/cmd/hc/main.go b/cmd/hc/main.go deleted file mode 100644 index ece44d1..0000000 --- a/cmd/hc/main.go +++ /dev/null @@ -1,35 +0,0 @@ -// source taken from https://git.prolicht.digital/golib/healthcheck/-/blob/master/cmd/hc/main.go - -package main - -import ( - "net/http" - "os" - "time" -) - -// main checks the given URL, if the response is not 200, it will return with exit code 1 -// on success, exit code 0 will be returned -func main() { - os.Exit(checkWebEndpointFromArgs()) -} - -func checkWebEndpointFromArgs() int { - if len(os.Args) < 2 { - return 1 - } - if status := checkWebEndpoint(os.Args[1]); !status { - return 1 - } - return 0 -} - -func checkWebEndpoint(url string) bool { - client := &http.Client{ - Timeout: time.Second * 2, - } - if resp, err := client.Get(url); err != nil || resp.StatusCode < 200 || resp.StatusCode > 299 { - return false - } - return true -} diff --git a/cmd/wg-portal/main.go b/cmd/wg-portal/main.go index 430d92d..f56a64c 100644 --- a/cmd/wg-portal/main.go +++ b/cmd/wg-portal/main.go @@ -2,103 +2,144 @@ package main import ( "context" - "io" + "github.com/h44z/wg-portal/internal/app/api/core" + handlersV0 "github.com/h44z/wg-portal/internal/app/api/v0/handlers" + "github.com/h44z/wg-portal/internal/app/audit" + "github.com/h44z/wg-portal/internal/app/auth" + "github.com/h44z/wg-portal/internal/app/configfile" + "github.com/h44z/wg-portal/internal/app/mail" + "github.com/h44z/wg-portal/internal/app/route" + "github.com/h44z/wg-portal/internal/app/users" + "github.com/h44z/wg-portal/internal/app/wireguard" "os" - "os/signal" - "runtime" + "strings" "syscall" "time" - "git.prolicht.digital/golib/healthcheck" - "github.com/h44z/wg-portal/internal/server" + "github.com/h44z/wg-portal/internal" + "github.com/h44z/wg-portal/internal/adapters" + "github.com/h44z/wg-portal/internal/app" + "github.com/h44z/wg-portal/internal/config" "github.com/sirupsen/logrus" + evbus "github.com/vardius/message-bus" ) +// main entry point for WireGuard Portal func main() { - _ = setupLogger(logrus.StandardLogger()) + ctx := internal.SignalAwareContext(context.Background(), syscall.SIGHUP, syscall.SIGINT, syscall.SIGTERM) - c := make(chan os.Signal, 1) - signal.Notify(c, syscall.SIGINT, syscall.SIGTERM, syscall.SIGHUP) + logrus.Infof("Starting WireGuard Portal V2...") + logrus.Infof("WireGuard Portal version: %s", internal.Version) - logrus.Infof("sysinfo: os=%s, arch=%s", runtime.GOOS, runtime.GOARCH) - logrus.Infof("starting WireGuard Portal Server [%s]...", server.Version) + cfg, err := config.GetConfig() + internal.AssertNoError(err) + setupLogging(cfg) - // Context for clean shutdown - ctx, cancel := context.WithCancel(context.Background()) - defer cancel() + cfg.LogStartupValues() - // start health check service on port 11223 - healthcheck.New(healthcheck.ListenOn("127.0.0.1:11223")).StartWithContext(ctx) + rawDb, err := adapters.NewDatabase(cfg.Database) + internal.AssertNoError(err) - service := server.Server{} - if err := service.Setup(ctx); err != nil { - logrus.Fatalf("setup failed: %v", err) + database, err := adapters.NewSqlRepository(rawDb) + internal.AssertNoError(err) + + wireGuard := adapters.NewWireGuardRepository() + + wgQuick := adapters.NewWgQuickRepo() + + mailer := adapters.NewSmtpMailRepo(cfg.Mail) + + cfgFileSystem, err := adapters.NewFileSystemRepository(cfg.Advanced.ConfigStoragePath) + internal.AssertNoError(err) + + shouldExit, err := app.HandleProgramArgs(cfg, rawDb) + switch { + case shouldExit && err == nil: + return + case shouldExit && err != nil: + logrus.Errorf("Failed to process program args: %v", err) + os.Exit(1) + case !shouldExit: + internal.AssertNoError(err) } - // Attach signal handlers to context - go func() { - osCall := <-c - logrus.Tracef("received system call: %v", osCall) - cancel() // cancel the context - }() + queueSize := 100 + eventBus := evbus.New(queueSize) - // Start main process in background - go service.Run() + userManager, err := users.NewUserManager(cfg, eventBus, database, database) + internal.AssertNoError(err) - <-ctx.Done() // Wait until the context gets canceled + authenticator, err := auth.NewAuthenticator(&cfg.Auth, eventBus, userManager) + internal.AssertNoError(err) - // Give goroutines some time to stop gracefully - logrus.Info("stopping WireGuard Portal Server...") - time.Sleep(2 * time.Second) + wireGuardManager, err := wireguard.NewWireGuardManager(cfg, eventBus, wireGuard, wgQuick, database) + internal.AssertNoError(err) - logrus.Infof("stopped WireGuard Portal Server...") - logrus.Exit(0) + statisticsCollector, err := wireguard.NewStatisticsCollector(cfg, database, wireGuard) + internal.AssertNoError(err) + + cfgFileManager, err := configfile.NewConfigFileManager(cfg, eventBus, database, database, cfgFileSystem) + internal.AssertNoError(err) + + mailManager, err := mail.NewMailManager(cfg, mailer, cfgFileManager, database, database) + internal.AssertNoError(err) + + auditRecorder, err := audit.NewAuditRecorder(cfg, eventBus, database) + internal.AssertNoError(err) + auditRecorder.StartBackgroundJobs(ctx) + + routeManager, err := route.NewRouteManager(cfg, eventBus, database) + internal.AssertNoError(err) + routeManager.StartBackgroundJobs(ctx) + + backend, err := app.New(cfg, eventBus, authenticator, userManager, wireGuardManager, + statisticsCollector, cfgFileManager, mailManager) + internal.AssertNoError(err) + err = backend.Startup(ctx) + internal.AssertNoError(err) + + apiFrontend := handlersV0.NewRestApi(cfg, backend) + + webSrv, err := core.NewServer(cfg, apiFrontend) + internal.AssertNoError(err) + + go webSrv.Run(ctx, cfg.Web.ListeningAddress) + + // wait until context gets cancelled + <-ctx.Done() + + logrus.Infof("Stopping WireGuard Portal") + + time.Sleep(5 * time.Second) // wait for (most) goroutines to finish gracefully + + logrus.Infof("Stopped WireGuard Portal") } -func setupLogger(logger *logrus.Logger) error { - // Check environment variables for logrus settings - level, ok := os.LookupEnv("LOG_LEVEL") - if !ok { - level = "debug" // Default logrus level - } - - useJSON, ok := os.LookupEnv("LOG_JSON") - if !ok { - useJSON = "false" // Default use human readable logging - } - - useColor, ok := os.LookupEnv("LOG_COLOR") - if !ok { - useColor = "true" - } - - switch level { - case "off": - logger.SetOutput(io.Discard) - case "info": - logger.SetLevel(logrus.InfoLevel) - case "debug": - logger.SetLevel(logrus.DebugLevel) +func setupLogging(cfg *config.Config) { + switch strings.ToLower(cfg.Advanced.LogLevel) { case "trace": - logger.SetLevel(logrus.TraceLevel) + logrus.SetLevel(logrus.TraceLevel) + case "debug": + logrus.SetLevel(logrus.DebugLevel) + case "info", "information": + logrus.SetLevel(logrus.InfoLevel) + case "warn", "warning": + logrus.SetLevel(logrus.WarnLevel) + case "error": + logrus.SetLevel(logrus.ErrorLevel) + default: + logrus.SetLevel(logrus.WarnLevel) } - var formatter logrus.Formatter - if useJSON == "false" { - f := new(logrus.TextFormatter) - f.TimestampFormat = "2006-01-02 15:04:05" - f.FullTimestamp = true - if useColor == "true" { - f.ForceColors = true - } - formatter = f - } else { - f := new(logrus.JSONFormatter) - f.TimestampFormat = "2006-01-02 15:04:05" - formatter = f + switch { + case cfg.Advanced.LogJson: + logrus.SetFormatter(&logrus.JSONFormatter{ + PrettyPrint: cfg.Advanced.LogPretty, + }) + case cfg.Advanced.LogPretty: + logrus.SetFormatter(&logrus.TextFormatter{ + ForceColors: true, + DisableColors: false, + }) } - - logger.SetFormatter(formatter) - - return nil } diff --git a/config.yml.sample b/config.yml.sample new file mode 100644 index 0000000..1303274 --- /dev/null +++ b/config.yml.sample @@ -0,0 +1,47 @@ +advanced: + log_level: trace + +core: + admin_user: test@test.de + admin_password: secret + +web: + external_url: http://localhost:8888 + request_logging: true + +auth: + callback_url_prefix: http://localhost:8888/api/v0 + ldap: + - id: ldap1 + provider_name: company ldap + display_name: Login with
    LDAP + url: ldap://ldap.yourcompany.local:389 + bind_user: ldap_wireguard@yourcompany.local + bind_pass: super_Secret_PASSWORD + base_dn: DC=YOURCOMPANY,DC=LOCAL + login_filter: (&(objectClass=organizationalPerson)(mail={{login_identifier}})(!userAccountControl:1.2.840.113556.1.4.803:=2)) + admin_group: CN=WireGuardAdmins,OU=it,DC=YOURCOMPANY,DC=LOCAL + synchronize: false + sync_filter: (&(objectClass=organizationalPerson)(!userAccountControl:1.2.840.113556.1.4.803:=2)(mail=*)) + registration_enabled: true + oidc: + - id: oidc1 + provider_name: google + display_name: Login with
    Google + base_url: https://accounts.google.com + client_id: the-client-id-1234.apps.googleusercontent.com + client_secret: A_CLIENT_SECRET + extra_scopes: + - https://www.googleapis.com/auth/userinfo.email + - https://www.googleapis.com/auth/userinfo.profile + registration_enabled: true + - id: oidc2 + provider_name: google2 + display_name: Login with
    Google2 + base_url: https://accounts.google.com + client_id: another-client-id-1234.apps.googleusercontent.com + client_secret: A_CLIENT_SECRET + extra_scopes: + - https://www.googleapis.com/auth/userinfo.email + - https://www.googleapis.com/auth/userinfo.profile + registration_enabled: true \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 25e1ffa..8b640a6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.6' services: wg-portal: - image: h44z/wg-portal:1.0.17 + image: h44z/wg-portal:2.0.0-alpha1 container_name: wg-portal restart: unless-stopped logging: @@ -16,4 +16,4 @@ services: - /etc/wireguard:/etc/wireguard - ./data:/app/data environment: - - EXTERNAL_URL=http://localhost:8123 + - EXTERNAL_URL=http://localhost:8888 diff --git a/efs.go b/efs.go deleted file mode 100644 index cb7469b..0000000 --- a/efs.go +++ /dev/null @@ -1,12 +0,0 @@ -package wg_portal - -import "embed" - -//go:embed assets/tpl/* -var Templates embed.FS - -//go:embed assets/css/* -//go:embed assets/fonts/* -//go:embed assets/img/* -//go:embed assets/js/* -var Statics embed.FS diff --git a/frontend/.env.development b/frontend/.env.development new file mode 100644 index 0000000..3abdd03 --- /dev/null +++ b/frontend/.env.development @@ -0,0 +1 @@ +VITE_SOME_EXAMPLE_VAR=http://localhost:5000 (can be used internally like: import.meta.env.VITE_SOME_EXAMPLE_VAR) \ No newline at end of file diff --git a/frontend/.env.production b/frontend/.env.production new file mode 100644 index 0000000..4a9f415 --- /dev/null +++ b/frontend/.env.production @@ -0,0 +1 @@ +VITE_API_BASE_URL=https://wgportal.server.com \ No newline at end of file diff --git a/frontend/.gitignore b/frontend/.gitignore new file mode 100644 index 0000000..6821a23 --- /dev/null +++ b/frontend/.gitignore @@ -0,0 +1,28 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +.DS_Store +dist +dist-ssr +coverage +*.local + +/cypress/videos/ +/cypress/screenshots/ + +# Editor directories and files +.vscode/extensions.json +!.vscode/extensions.json +.idea +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/frontend/.vscode/extensions.json b/frontend/.vscode/extensions.json new file mode 100644 index 0000000..806eacd --- /dev/null +++ b/frontend/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["johnsoncodehk.volar", "johnsoncodehk.vscode-typescript-vue-plugin"] +} diff --git a/frontend/README.md b/frontend/README.md new file mode 100644 index 0000000..0d7f9af --- /dev/null +++ b/frontend/README.md @@ -0,0 +1,29 @@ +# frontend + +This template should help get you started developing with Vue 3 in Vite. + +## Recommended IDE Setup + +[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.vscode-typescript-vue-plugin). + +## Customize configuration + +See [Vite Configuration Reference](https://vitejs.dev/config/). + +## Project Setup + +```sh +npm install +``` + +### Compile and Hot-Reload for Development + +```sh +npm run dev +``` + +### Compile and Minify for Production + +```sh +npm run build +``` diff --git a/frontend/index.html b/frontend/index.html new file mode 100644 index 0000000..b667f8d --- /dev/null +++ b/frontend/index.html @@ -0,0 +1,35 @@ + + + + + + + WireGuard Portal + + + + + + + + +
    + + +
    + + +
    +
    + + + + diff --git a/frontend/package-lock.json b/frontend/package-lock.json new file mode 100644 index 0000000..55e18b2 --- /dev/null +++ b/frontend/package-lock.json @@ -0,0 +1,1684 @@ +{ + "name": "frontend", + "version": "0.0.0", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "name": "frontend", + "version": "0.0.0", + "dependencies": { + "@fortawesome/fontawesome-free": "^6.4.0", + "@kyvg/vue3-notification": "^2.9.1", + "@popperjs/core": "^2.11.8", + "bootstrap": "^5.3.0", + "bootswatch": "^5.3.0", + "flag-icons": "^6.7.0", + "is-cidr": "^5.0.3", + "is-ip": "^5.0.0", + "pinia": "^2.1.4", + "prismjs": "^1.29.0", + "vue": "^3.3.4", + "vue-i18n": "^9.2.2", + "vue-prism-component": "github:h44z/vue-prism-component", + "vue-router": "^4.2.2", + "vue3-tags-input": "^1.0.12" + }, + "devDependencies": { + "@vitejs/plugin-vue": "^4.2.3", + "vite": "^4.3.9" + } + }, + "node_modules/@babel/parser": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.5.tgz", + "integrity": "sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==", + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@esbuild/android-arm": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.17.19.tgz", + "integrity": "sha512-rIKddzqhmav7MSmoFCmDIb6e2W57geRsM94gV2l38fzhXMwq7hZoClug9USI2pFRGL06f4IOPHHpFNOkWieR8A==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-arm64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.17.19.tgz", + "integrity": "sha512-KBMWvEZooR7+kzY0BtbTQn0OAYY7CsiydT63pVEaPtVYF0hXbUaOyZog37DKxK7NF3XacBJOpYT4adIJh+avxA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.17.19.tgz", + "integrity": "sha512-uUTTc4xGNDT7YSArp/zbtmbhO0uEEK9/ETW29Wk1thYUJBz3IVnvgEiEwEa9IeLyvnpKrWK64Utw2bgUmDveww==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/darwin-arm64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.17.19.tgz", + "integrity": "sha512-80wEoCfF/hFKM6WE1FyBHc9SfUblloAWx6FJkFWTWiCoht9Mc0ARGEM47e67W9rI09YoUxJL68WHfDRYEAvOhg==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/darwin-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.17.19.tgz", + "integrity": "sha512-IJM4JJsLhRYr9xdtLytPLSH9k/oxR3boaUIYiHkAawtwNOXKE8KoU8tMvryogdcT8AU+Bflmh81Xn6Q0vTZbQw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/freebsd-arm64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.17.19.tgz", + "integrity": "sha512-pBwbc7DufluUeGdjSU5Si+P3SoMF5DQ/F/UmTSb8HXO80ZEAJmrykPyzo1IfNbAoaqw48YRpv8shwd1NoI0jcQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/freebsd-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.17.19.tgz", + "integrity": "sha512-4lu+n8Wk0XlajEhbEffdy2xy53dpR06SlzvhGByyg36qJw6Kpfk7cp45DR/62aPH9mtJRmIyrXAS5UWBrJT6TQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-arm": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.17.19.tgz", + "integrity": "sha512-cdmT3KxjlOQ/gZ2cjfrQOtmhG4HJs6hhvm3mWSRDPtZ/lP5oe8FWceS10JaSJC13GBd4eH/haHnqf7hhGNLerA==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-arm64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.17.19.tgz", + "integrity": "sha512-ct1Tg3WGwd3P+oZYqic+YZF4snNl2bsnMKRkb3ozHmnM0dGWuxcPTTntAF6bOP0Sp4x0PjSF+4uHQ1xvxfRKqg==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-ia32": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.17.19.tgz", + "integrity": "sha512-w4IRhSy1VbsNxHRQpeGCHEmibqdTUx61Vc38APcsRbuVgK0OPEnQ0YD39Brymn96mOx48Y2laBQGqgZ0j9w6SQ==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-loong64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.17.19.tgz", + "integrity": "sha512-2iAngUbBPMq439a+z//gE+9WBldoMp1s5GWsUSgqHLzLJ9WoZLZhpwWuym0u0u/4XmZ3gpHmzV84PonE+9IIdQ==", + "cpu": [ + "loong64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-mips64el": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.17.19.tgz", + "integrity": "sha512-LKJltc4LVdMKHsrFe4MGNPp0hqDFA1Wpt3jE1gEyM3nKUvOiO//9PheZZHfYRfYl6AwdTH4aTcXSqBerX0ml4A==", + "cpu": [ + "mips64el" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-ppc64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.17.19.tgz", + "integrity": "sha512-/c/DGybs95WXNS8y3Ti/ytqETiW7EU44MEKuCAcpPto3YjQbyK3IQVKfF6nbghD7EcLUGl0NbiL5Rt5DMhn5tg==", + "cpu": [ + "ppc64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-riscv64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.17.19.tgz", + "integrity": "sha512-FC3nUAWhvFoutlhAkgHf8f5HwFWUL6bYdvLc/TTuxKlvLi3+pPzdZiFKSWz/PF30TB1K19SuCxDTI5KcqASJqA==", + "cpu": [ + "riscv64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-s390x": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.17.19.tgz", + "integrity": "sha512-IbFsFbxMWLuKEbH+7sTkKzL6NJmG2vRyy6K7JJo55w+8xDk7RElYn6xvXtDW8HCfoKBFK69f3pgBJSUSQPr+4Q==", + "cpu": [ + "s390x" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.17.19.tgz", + "integrity": "sha512-68ngA9lg2H6zkZcyp22tsVt38mlhWde8l3eJLWkyLrp4HwMUr3c1s/M2t7+kHIhvMjglIBrFpncX1SzMckomGw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/netbsd-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.17.19.tgz", + "integrity": "sha512-CwFq42rXCR8TYIjIfpXCbRX0rp1jo6cPIUPSaWwzbVI4aOfX96OXY8M6KNmtPcg7QjYeDmN+DD0Wp3LaBOLf4Q==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/openbsd-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.17.19.tgz", + "integrity": "sha512-cnq5brJYrSZ2CF6c35eCmviIN3k3RczmHz8eYaVlNasVqsNY+JKohZU5MKmaOI+KkllCdzOKKdPs762VCPC20g==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/sunos-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.17.19.tgz", + "integrity": "sha512-vCRT7yP3zX+bKWFeP/zdS6SqdWB8OIpaRq/mbXQxTGHnIxspRtigpkUcDMlSCOejlHowLqII7K2JKevwyRP2rg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-arm64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.17.19.tgz", + "integrity": "sha512-yYx+8jwowUstVdorcMdNlzklLYhPxjniHWFKgRqH7IFlUEa0Umu3KuYplf1HUZZ422e3NU9F4LGb+4O0Kdcaag==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-ia32": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.17.19.tgz", + "integrity": "sha512-eggDKanJszUtCdlVs0RB+h35wNlb5v4TWEkq4vZcmVt5u/HiDZrTXe2bWFQUez3RgNHwx/x4sk5++4NSSicKkw==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.17.19.tgz", + "integrity": "sha512-lAhycmKnVOuRYNtRtatQR1LPQf2oYCkRGkSFnseDAKPl8lu5SOsK/e1sXe5a0Pc5kHIHe6P2I/ilntNv2xf3cA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@fortawesome/fontawesome-free": { + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-6.4.0.tgz", + "integrity": "sha512-0NyytTlPJwB/BF5LtRV8rrABDbe3TdTXqNB3PdZ+UUUZAEIrdOJdmABqKjt4AXwIoJNaRVVZEXxpNrqvE1GAYQ==", + "hasInstallScript": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/@intlify/core-base": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-9.2.2.tgz", + "integrity": "sha512-JjUpQtNfn+joMbrXvpR4hTF8iJQ2sEFzzK3KIESOx+f+uwIjgw20igOyaIdhfsVVBCds8ZM64MoeNSx+PHQMkA==", + "dependencies": { + "@intlify/devtools-if": "9.2.2", + "@intlify/message-compiler": "9.2.2", + "@intlify/shared": "9.2.2", + "@intlify/vue-devtools": "9.2.2" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/@intlify/devtools-if": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/@intlify/devtools-if/-/devtools-if-9.2.2.tgz", + "integrity": "sha512-4ttr/FNO29w+kBbU7HZ/U0Lzuh2cRDhP8UlWOtV9ERcjHzuyXVZmjyleESK6eVP60tGC9QtQW9yZE+JeRhDHkg==", + "dependencies": { + "@intlify/shared": "9.2.2" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/@intlify/message-compiler": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-9.2.2.tgz", + "integrity": "sha512-IUrQW7byAKN2fMBe8z6sK6riG1pue95e5jfokn8hA5Q3Bqy4MBJ5lJAofUsawQJYHeoPJ7svMDyBaVJ4d0GTtA==", + "dependencies": { + "@intlify/shared": "9.2.2", + "source-map": "0.6.1" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/@intlify/shared": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-9.2.2.tgz", + "integrity": "sha512-wRwTpsslgZS5HNyM7uDQYZtxnbI12aGiBZURX3BTR9RFIKKRWpllTsgzHWvj3HKm3Y2Sh5LPC1r0PDCKEhVn9Q==", + "engines": { + "node": ">= 14" + } + }, + "node_modules/@intlify/vue-devtools": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/@intlify/vue-devtools/-/vue-devtools-9.2.2.tgz", + "integrity": "sha512-+dUyqyCHWHb/UcvY1MlIpO87munedm3Gn6E9WWYdWrMuYLcoIoOEVDWSS8xSwtlPU+kA+MEQTP6Q1iI/ocusJg==", + "dependencies": { + "@intlify/core-base": "9.2.2", + "@intlify/shared": "9.2.2" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.4.15", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", + "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==" + }, + "node_modules/@kyvg/vue3-notification": { + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/@kyvg/vue3-notification/-/vue3-notification-2.9.1.tgz", + "integrity": "sha512-FsY8g25tQetr3etnarxHtCeNFKssH8sheFu13LyL2JJmOOel437QqKV5n4RBDDDTIo55iKgIVYXeojliXYdEhw==", + "peerDependencies": { + "vue": "^3.0.0" + } + }, + "node_modules/@popperjs/core": { + "version": "2.11.8", + "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz", + "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/popperjs" + } + }, + "node_modules/@vitejs/plugin-vue": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.2.3.tgz", + "integrity": "sha512-R6JDUfiZbJA9cMiguQ7jxALsgiprjBeHL5ikpXfJCH62pPHtI+JdJ5xWj6Ev73yXSlYl86+blXn1kZHQ7uElxw==", + "dev": true, + "engines": { + "node": "^14.18.0 || >=16.0.0" + }, + "peerDependencies": { + "vite": "^4.0.0", + "vue": "^3.2.25" + } + }, + "node_modules/@vue/compiler-core": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.3.4.tgz", + "integrity": "sha512-cquyDNvZ6jTbf/+x+AgM2Arrp6G4Dzbb0R64jiG804HRMfRiFXWI6kqUVqZ6ZR0bQhIoQjB4+2bhNtVwndW15g==", + "dependencies": { + "@babel/parser": "^7.21.3", + "@vue/shared": "3.3.4", + "estree-walker": "^2.0.2", + "source-map-js": "^1.0.2" + } + }, + "node_modules/@vue/compiler-dom": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.3.4.tgz", + "integrity": "sha512-wyM+OjOVpuUukIq6p5+nwHYtj9cFroz9cwkfmP9O1nzH68BenTTv0u7/ndggT8cIQlnBeOo6sUT/gvHcIkLA5w==", + "dependencies": { + "@vue/compiler-core": "3.3.4", + "@vue/shared": "3.3.4" + } + }, + "node_modules/@vue/compiler-sfc": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.3.4.tgz", + "integrity": "sha512-6y/d8uw+5TkCuzBkgLS0v3lSM3hJDntFEiUORM11pQ/hKvkhSKZrXW6i69UyXlJQisJxuUEJKAWEqWbWsLeNKQ==", + "dependencies": { + "@babel/parser": "^7.20.15", + "@vue/compiler-core": "3.3.4", + "@vue/compiler-dom": "3.3.4", + "@vue/compiler-ssr": "3.3.4", + "@vue/reactivity-transform": "3.3.4", + "@vue/shared": "3.3.4", + "estree-walker": "^2.0.2", + "magic-string": "^0.30.0", + "postcss": "^8.1.10", + "source-map-js": "^1.0.2" + } + }, + "node_modules/@vue/compiler-ssr": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.3.4.tgz", + "integrity": "sha512-m0v6oKpup2nMSehwA6Uuu+j+wEwcy7QmwMkVNVfrV9P2qE5KshC6RwOCq8fjGS/Eak/uNb8AaWekfiXxbBB6gQ==", + "dependencies": { + "@vue/compiler-dom": "3.3.4", + "@vue/shared": "3.3.4" + } + }, + "node_modules/@vue/devtools-api": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.5.0.tgz", + "integrity": "sha512-o9KfBeaBmCKl10usN4crU53fYtC1r7jJwdGKjPT24t348rHxgfpZ0xL3Xm/gLUYnc0oTp8LAmrxOeLyu6tbk2Q==" + }, + "node_modules/@vue/reactivity": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.3.4.tgz", + "integrity": "sha512-kLTDLwd0B1jG08NBF3R5rqULtv/f8x3rOFByTDz4J53ttIQEDmALqKqXY0J+XQeN0aV2FBxY8nJDf88yvOPAqQ==", + "dependencies": { + "@vue/shared": "3.3.4" + } + }, + "node_modules/@vue/reactivity-transform": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@vue/reactivity-transform/-/reactivity-transform-3.3.4.tgz", + "integrity": "sha512-MXgwjako4nu5WFLAjpBnCj/ieqcjE2aJBINUNQzkZQfzIZA4xn+0fV1tIYBJvvva3N3OvKGofRLvQIwEQPpaXw==", + "dependencies": { + "@babel/parser": "^7.20.15", + "@vue/compiler-core": "3.3.4", + "@vue/shared": "3.3.4", + "estree-walker": "^2.0.2", + "magic-string": "^0.30.0" + } + }, + "node_modules/@vue/runtime-core": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.3.4.tgz", + "integrity": "sha512-R+bqxMN6pWO7zGI4OMlmvePOdP2c93GsHFM/siJI7O2nxFRzj55pLwkpCedEY+bTMgp5miZ8CxfIZo3S+gFqvA==", + "dependencies": { + "@vue/reactivity": "3.3.4", + "@vue/shared": "3.3.4" + } + }, + "node_modules/@vue/runtime-dom": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.3.4.tgz", + "integrity": "sha512-Aj5bTJ3u5sFsUckRghsNjVTtxZQ1OyMWCr5dZRAPijF/0Vy4xEoRCwLyHXcj4D0UFbJ4lbx3gPTgg06K/GnPnQ==", + "dependencies": { + "@vue/runtime-core": "3.3.4", + "@vue/shared": "3.3.4", + "csstype": "^3.1.1" + } + }, + "node_modules/@vue/server-renderer": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.3.4.tgz", + "integrity": "sha512-Q6jDDzR23ViIb67v+vM1Dqntu+HUexQcsWKhhQa4ARVzxOY2HbC7QRW/ggkDBd5BU+uM1sV6XOAP0b216o34JQ==", + "dependencies": { + "@vue/compiler-ssr": "3.3.4", + "@vue/shared": "3.3.4" + }, + "peerDependencies": { + "vue": "3.3.4" + } + }, + "node_modules/@vue/shared": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.3.4.tgz", + "integrity": "sha512-7OjdcV8vQ74eiz1TZLzZP4JwqM5fA94K6yntPS5Z25r9HDuGNzaGdgvwKYq6S+MxwF0TFRwe50fIR/MYnakdkQ==" + }, + "node_modules/bootstrap": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.0.tgz", + "integrity": "sha512-UnBV3E3v4STVNQdms6jSGO2CvOkjUMdDAVR2V5N4uCMdaIkaQjbcEAMqRimDHIs4uqBYzDAKCQwCB+97tJgHQw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/twbs" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/bootstrap" + } + ], + "peerDependencies": { + "@popperjs/core": "^2.11.7" + } + }, + "node_modules/bootswatch": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/bootswatch/-/bootswatch-5.3.0.tgz", + "integrity": "sha512-ga2hHognDrh5h3+CaBBug6ktx3MTlnDzH57s+Mvjt9ZcNxqwpK+m3sE3YIUSr8zf2iG05elOb1mnqqcdbce2ow==" + }, + "node_modules/cidr-regex": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/cidr-regex/-/cidr-regex-4.0.3.tgz", + "integrity": "sha512-HOwDIy/rhKeMf6uOzxtv7FAbrz8zPjmVKfSpM+U7/bNBXC5rtOyr758jxcptiSx6ZZn5LOhPJT5WWxPAGDV8dw==", + "dependencies": { + "ip-regex": "^5.0.0" + }, + "engines": { + "node": ">=14" + } + }, + "node_modules/click-outside-vue3": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/click-outside-vue3/-/click-outside-vue3-4.0.1.tgz", + "integrity": "sha512-sbplNecrup5oGqA3o4bo8XmvHRT6q9fvw21Z67aDbTqB9M6LF7CuYLTlLvNtOgKU6W3zst5H5zJuEh4auqA34g==", + "engines": { + "node": ">=6" + } + }, + "node_modules/clone-regexp": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/clone-regexp/-/clone-regexp-3.0.0.tgz", + "integrity": "sha512-ujdnoq2Kxb8s3ItNBtnYeXdm07FcU0u8ARAT1lQ2YdMwQC+cdiXX8KoqMVuglztILivceTtp4ivqGSmEmhBUJw==", + "dependencies": { + "is-regexp": "^3.0.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/convert-hrtime": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/convert-hrtime/-/convert-hrtime-5.0.0.tgz", + "integrity": "sha512-lOETlkIeYSJWcbbcvjRKGxVMXJR+8+OQb/mTPbA4ObPMytYIsUbuOE0Jzy60hjARYszq1id0j8KgVhC+WGZVTg==", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/csstype": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz", + "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==" + }, + "node_modules/esbuild": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.17.19.tgz", + "integrity": "sha512-XQ0jAPFkK/u3LcVRcvVHQcTIqD6E2H1fvZMA5dQPSOWb3suUbWbfbRf94pjc0bNzRYLfIrDRQXr7X+LHIm5oHw==", + "dev": true, + "hasInstallScript": true, + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=12" + }, + "optionalDependencies": { + "@esbuild/android-arm": "0.17.19", + "@esbuild/android-arm64": "0.17.19", + "@esbuild/android-x64": "0.17.19", + "@esbuild/darwin-arm64": "0.17.19", + "@esbuild/darwin-x64": "0.17.19", + "@esbuild/freebsd-arm64": "0.17.19", + "@esbuild/freebsd-x64": "0.17.19", + "@esbuild/linux-arm": "0.17.19", + "@esbuild/linux-arm64": "0.17.19", + "@esbuild/linux-ia32": "0.17.19", + "@esbuild/linux-loong64": "0.17.19", + "@esbuild/linux-mips64el": "0.17.19", + "@esbuild/linux-ppc64": "0.17.19", + "@esbuild/linux-riscv64": "0.17.19", + "@esbuild/linux-s390x": "0.17.19", + "@esbuild/linux-x64": "0.17.19", + "@esbuild/netbsd-x64": "0.17.19", + "@esbuild/openbsd-x64": "0.17.19", + "@esbuild/sunos-x64": "0.17.19", + "@esbuild/win32-arm64": "0.17.19", + "@esbuild/win32-ia32": "0.17.19", + "@esbuild/win32-x64": "0.17.19" + } + }, + "node_modules/estree-walker": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", + "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" + }, + "node_modules/flag-icons": { + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/flag-icons/-/flag-icons-6.7.0.tgz", + "integrity": "sha512-+KXrrrXN2jiETFxisFl+3f83Bq7tj5nuIWnbv9fX59k05lvldEXRCOffybb5hAIjMWt4nmG0E8OfKt7Flm99Eg==" + }, + "node_modules/fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/function-timeout": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/function-timeout/-/function-timeout-0.1.1.tgz", + "integrity": "sha512-0NVVC0TaP7dSTvn1yMiy6d6Q8gifzbvQafO46RtLG/kHJUBNd+pVRGOBoK44wNBvtSPUJRfdVvkFdD3p0xvyZg==", + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ip-regex": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-5.0.0.tgz", + "integrity": "sha512-fOCG6lhoKKakwv+C6KdsOnGvgXnmgfmp0myi3bcNwj3qfwPAxRKWEuFhvEFF7ceYIz6+1jRZ+yguLFAmUNPEfw==", + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-cidr": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-5.0.3.tgz", + "integrity": "sha512-lKkM0tmz07dAxNsr8Ii9MGreExa9ZR34N9j8mTG5op824kcwBqinZPowNjcVWWc7j+jR8XAMMItOmBkniN0jOA==", + "dependencies": { + "cidr-regex": "4.0.3" + }, + "engines": { + "node": ">=14" + } + }, + "node_modules/is-ip": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-ip/-/is-ip-5.0.0.tgz", + "integrity": "sha512-uhmKwcdWJ1nTmBdoBxdHilfJs4qdLBIvVHKRels2+UCZmfcfefuQWziadaYLpN7t/bUrJOjJHv+R1di1q7Q1HQ==", + "dependencies": { + "ip-regex": "^5.0.0", + "super-regex": "^0.2.0" + }, + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-regexp": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-3.1.0.tgz", + "integrity": "sha512-rbku49cWloU5bSMI+zaRaXdQHXnthP6DZ/vLnfdSKyL4zUzuWnomtOEiZZOd+ioQ+avFo/qau3KPTc7Fjy1uPA==", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/magic-string": { + "version": "0.30.0", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.0.tgz", + "integrity": "sha512-LA+31JYDJLs82r2ScLrlz1GjSgu66ZV518eyWT+S8VhyQn/JL0u9MeBOvQMGYiPk1DBiSN9DDMOcXvigJZaViQ==", + "dependencies": { + "@jridgewell/sourcemap-codec": "^1.4.13" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/nanoid": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", + "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, + "node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + }, + "node_modules/pinia": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.1.4.tgz", + "integrity": "sha512-vYlnDu+Y/FXxv1ABo1vhjC+IbqvzUdiUC3sfDRrRyY2CQSrqqaa+iiHmqtARFxJVqWQMCJfXx1PBvFs9aJVLXQ==", + "dependencies": { + "@vue/devtools-api": "^6.5.0", + "vue-demi": ">=0.14.5" + }, + "funding": { + "url": "https://github.com/sponsors/posva" + }, + "peerDependencies": { + "@vue/composition-api": "^1.4.0", + "typescript": ">=4.4.4", + "vue": "^2.6.14 || ^3.3.0" + }, + "peerDependenciesMeta": { + "@vue/composition-api": { + "optional": true + }, + "typescript": { + "optional": true + } + } + }, + "node_modules/pinia/node_modules/vue-demi": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.5.tgz", + "integrity": "sha512-o9NUVpl/YlsGJ7t+xuqJKx8EBGf1quRhCiT6D/J0pfwmk9zUwYkC7yrF4SZCe6fETvSM3UNL2edcbYrSyc4QHA==", + "hasInstallScript": true, + "bin": { + "vue-demi-fix": "bin/vue-demi-fix.js", + "vue-demi-switch": "bin/vue-demi-switch.js" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/antfu" + }, + "peerDependencies": { + "@vue/composition-api": "^1.0.0-rc.1", + "vue": "^3.0.0-0 || ^2.6.0" + }, + "peerDependenciesMeta": { + "@vue/composition-api": { + "optional": true + } + } + }, + "node_modules/postcss": { + "version": "8.4.24", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.24.tgz", + "integrity": "sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "nanoid": "^3.3.6", + "picocolors": "^1.0.0", + "source-map-js": "^1.0.2" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, + "node_modules/prismjs": { + "version": "1.29.0", + "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.29.0.tgz", + "integrity": "sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==", + "engines": { + "node": ">=6" + } + }, + "node_modules/rollup": { + "version": "3.25.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.25.1.tgz", + "integrity": "sha512-tywOR+rwIt5m2ZAWSe5AIJcTat8vGlnPFAv15ycCrw33t6iFsXZ6mzHVFh2psSjxQPmI+xgzMZZizUAukBI4aQ==", + "dev": true, + "bin": { + "rollup": "dist/bin/rollup" + }, + "engines": { + "node": ">=14.18.0", + "npm": ">=8.0.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-js": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", + "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/super-regex": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/super-regex/-/super-regex-0.2.0.tgz", + "integrity": "sha512-WZzIx3rC1CvbMDloLsVw0lkZVKJWbrkJ0k1ghKFmcnPrW1+jWbgTkTEWVtD9lMdmI4jZEz40+naBxl1dCUhXXw==", + "dependencies": { + "clone-regexp": "^3.0.0", + "function-timeout": "^0.1.0", + "time-span": "^5.1.0" + }, + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/time-span": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/time-span/-/time-span-5.1.0.tgz", + "integrity": "sha512-75voc/9G4rDIJleOo4jPvN4/YC4GRZrY8yy1uU4lwrB3XEQbWve8zXoO5No4eFrGcTAMYyoY67p8jRQdtA1HbA==", + "dependencies": { + "convert-hrtime": "^5.0.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/vite": { + "version": "4.3.9", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.3.9.tgz", + "integrity": "sha512-qsTNZjO9NoJNW7KnOrgYwczm0WctJ8m/yqYAMAK9Lxt4SoySUfS5S8ia9K7JHpa3KEeMfyF8LoJ3c5NeBJy6pg==", + "dev": true, + "dependencies": { + "esbuild": "^0.17.5", + "postcss": "^8.4.23", + "rollup": "^3.21.0" + }, + "bin": { + "vite": "bin/vite.js" + }, + "engines": { + "node": "^14.18.0 || >=16.0.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + }, + "peerDependencies": { + "@types/node": ">= 14", + "less": "*", + "sass": "*", + "stylus": "*", + "sugarss": "*", + "terser": "^5.4.0" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "less": { + "optional": true + }, + "sass": { + "optional": true + }, + "stylus": { + "optional": true + }, + "sugarss": { + "optional": true + }, + "terser": { + "optional": true + } + } + }, + "node_modules/vue": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/vue/-/vue-3.3.4.tgz", + "integrity": "sha512-VTyEYn3yvIeY1Py0WaYGZsXnz3y5UnGi62GjVEqvEGPl6nxbOrCXbVOTQWBEJUqAyTUk2uJ5JLVnYJ6ZzGbrSw==", + "dependencies": { + "@vue/compiler-dom": "3.3.4", + "@vue/compiler-sfc": "3.3.4", + "@vue/runtime-dom": "3.3.4", + "@vue/server-renderer": "3.3.4", + "@vue/shared": "3.3.4" + } + }, + "node_modules/vue-i18n": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-9.2.2.tgz", + "integrity": "sha512-yswpwtj89rTBhegUAv9Mu37LNznyu3NpyLQmozF3i1hYOhwpG8RjcjIFIIfnu+2MDZJGSZPXaKWvnQA71Yv9TQ==", + "dependencies": { + "@intlify/core-base": "9.2.2", + "@intlify/shared": "9.2.2", + "@intlify/vue-devtools": "9.2.2", + "@vue/devtools-api": "^6.2.1" + }, + "engines": { + "node": ">= 14" + }, + "peerDependencies": { + "vue": "^3.0.0" + } + }, + "node_modules/vue-prism-component": { + "version": "1.0.0", + "resolved": "git+ssh://git@github.com/h44z/vue-prism-component.git#ec539f9533a7ecb2a030a27b2b7bdf21c08b8da0", + "license": "MIT" + }, + "node_modules/vue-router": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.2.2.tgz", + "integrity": "sha512-cChBPPmAflgBGmy3tBsjeoe3f3VOSG6naKyY5pjtrqLGbNEXdzCigFUHgBvp9e3ysAtFtEx7OLqcSDh/1Cq2TQ==", + "dependencies": { + "@vue/devtools-api": "^6.5.0" + }, + "funding": { + "url": "https://github.com/sponsors/posva" + }, + "peerDependencies": { + "vue": "^3.2.0" + } + }, + "node_modules/vue3-tags-input": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/vue3-tags-input/-/vue3-tags-input-1.0.12.tgz", + "integrity": "sha512-s5rG+1W3M8+be0nd9H1nv/8WLjJOO6pShgVz8ALAqOiz3tDH5QhGrDH6fzD14ZjJNRWSa3bRBSXQwHEXffPQ6g==", + "dependencies": { + "click-outside-vue3": "^4.0.1" + }, + "engines": { + "node": ">=12" + }, + "peerDependencies": { + "vue": "^3.0.5" + } + } + }, + "dependencies": { + "@babel/parser": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.5.tgz", + "integrity": "sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==" + }, + "@esbuild/android-arm": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.17.19.tgz", + "integrity": "sha512-rIKddzqhmav7MSmoFCmDIb6e2W57geRsM94gV2l38fzhXMwq7hZoClug9USI2pFRGL06f4IOPHHpFNOkWieR8A==", + "dev": true, + "optional": true + }, + "@esbuild/android-arm64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.17.19.tgz", + "integrity": "sha512-KBMWvEZooR7+kzY0BtbTQn0OAYY7CsiydT63pVEaPtVYF0hXbUaOyZog37DKxK7NF3XacBJOpYT4adIJh+avxA==", + "dev": true, + "optional": true + }, + "@esbuild/android-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.17.19.tgz", + "integrity": "sha512-uUTTc4xGNDT7YSArp/zbtmbhO0uEEK9/ETW29Wk1thYUJBz3IVnvgEiEwEa9IeLyvnpKrWK64Utw2bgUmDveww==", + "dev": true, + "optional": true + }, + "@esbuild/darwin-arm64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.17.19.tgz", + "integrity": "sha512-80wEoCfF/hFKM6WE1FyBHc9SfUblloAWx6FJkFWTWiCoht9Mc0ARGEM47e67W9rI09YoUxJL68WHfDRYEAvOhg==", + "dev": true, + "optional": true + }, + "@esbuild/darwin-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.17.19.tgz", + "integrity": "sha512-IJM4JJsLhRYr9xdtLytPLSH9k/oxR3boaUIYiHkAawtwNOXKE8KoU8tMvryogdcT8AU+Bflmh81Xn6Q0vTZbQw==", + "dev": true, + "optional": true + }, + "@esbuild/freebsd-arm64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.17.19.tgz", + "integrity": "sha512-pBwbc7DufluUeGdjSU5Si+P3SoMF5DQ/F/UmTSb8HXO80ZEAJmrykPyzo1IfNbAoaqw48YRpv8shwd1NoI0jcQ==", + "dev": true, + "optional": true + }, + "@esbuild/freebsd-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.17.19.tgz", + "integrity": "sha512-4lu+n8Wk0XlajEhbEffdy2xy53dpR06SlzvhGByyg36qJw6Kpfk7cp45DR/62aPH9mtJRmIyrXAS5UWBrJT6TQ==", + "dev": true, + "optional": true + }, + "@esbuild/linux-arm": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.17.19.tgz", + "integrity": "sha512-cdmT3KxjlOQ/gZ2cjfrQOtmhG4HJs6hhvm3mWSRDPtZ/lP5oe8FWceS10JaSJC13GBd4eH/haHnqf7hhGNLerA==", + "dev": true, + "optional": true + }, + "@esbuild/linux-arm64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.17.19.tgz", + "integrity": "sha512-ct1Tg3WGwd3P+oZYqic+YZF4snNl2bsnMKRkb3ozHmnM0dGWuxcPTTntAF6bOP0Sp4x0PjSF+4uHQ1xvxfRKqg==", + "dev": true, + "optional": true + }, + "@esbuild/linux-ia32": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.17.19.tgz", + "integrity": "sha512-w4IRhSy1VbsNxHRQpeGCHEmibqdTUx61Vc38APcsRbuVgK0OPEnQ0YD39Brymn96mOx48Y2laBQGqgZ0j9w6SQ==", + "dev": true, + "optional": true + }, + "@esbuild/linux-loong64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.17.19.tgz", + "integrity": "sha512-2iAngUbBPMq439a+z//gE+9WBldoMp1s5GWsUSgqHLzLJ9WoZLZhpwWuym0u0u/4XmZ3gpHmzV84PonE+9IIdQ==", + "dev": true, + "optional": true + }, + "@esbuild/linux-mips64el": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.17.19.tgz", + "integrity": "sha512-LKJltc4LVdMKHsrFe4MGNPp0hqDFA1Wpt3jE1gEyM3nKUvOiO//9PheZZHfYRfYl6AwdTH4aTcXSqBerX0ml4A==", + "dev": true, + "optional": true + }, + "@esbuild/linux-ppc64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.17.19.tgz", + "integrity": "sha512-/c/DGybs95WXNS8y3Ti/ytqETiW7EU44MEKuCAcpPto3YjQbyK3IQVKfF6nbghD7EcLUGl0NbiL5Rt5DMhn5tg==", + "dev": true, + "optional": true + }, + "@esbuild/linux-riscv64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.17.19.tgz", + "integrity": "sha512-FC3nUAWhvFoutlhAkgHf8f5HwFWUL6bYdvLc/TTuxKlvLi3+pPzdZiFKSWz/PF30TB1K19SuCxDTI5KcqASJqA==", + "dev": true, + "optional": true + }, + "@esbuild/linux-s390x": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.17.19.tgz", + "integrity": "sha512-IbFsFbxMWLuKEbH+7sTkKzL6NJmG2vRyy6K7JJo55w+8xDk7RElYn6xvXtDW8HCfoKBFK69f3pgBJSUSQPr+4Q==", + "dev": true, + "optional": true + }, + "@esbuild/linux-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.17.19.tgz", + "integrity": "sha512-68ngA9lg2H6zkZcyp22tsVt38mlhWde8l3eJLWkyLrp4HwMUr3c1s/M2t7+kHIhvMjglIBrFpncX1SzMckomGw==", + "dev": true, + "optional": true + }, + "@esbuild/netbsd-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.17.19.tgz", + "integrity": "sha512-CwFq42rXCR8TYIjIfpXCbRX0rp1jo6cPIUPSaWwzbVI4aOfX96OXY8M6KNmtPcg7QjYeDmN+DD0Wp3LaBOLf4Q==", + "dev": true, + "optional": true + }, + "@esbuild/openbsd-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.17.19.tgz", + "integrity": "sha512-cnq5brJYrSZ2CF6c35eCmviIN3k3RczmHz8eYaVlNasVqsNY+JKohZU5MKmaOI+KkllCdzOKKdPs762VCPC20g==", + "dev": true, + "optional": true + }, + "@esbuild/sunos-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.17.19.tgz", + "integrity": "sha512-vCRT7yP3zX+bKWFeP/zdS6SqdWB8OIpaRq/mbXQxTGHnIxspRtigpkUcDMlSCOejlHowLqII7K2JKevwyRP2rg==", + "dev": true, + "optional": true + }, + "@esbuild/win32-arm64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.17.19.tgz", + "integrity": "sha512-yYx+8jwowUstVdorcMdNlzklLYhPxjniHWFKgRqH7IFlUEa0Umu3KuYplf1HUZZ422e3NU9F4LGb+4O0Kdcaag==", + "dev": true, + "optional": true + }, + "@esbuild/win32-ia32": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.17.19.tgz", + "integrity": "sha512-eggDKanJszUtCdlVs0RB+h35wNlb5v4TWEkq4vZcmVt5u/HiDZrTXe2bWFQUez3RgNHwx/x4sk5++4NSSicKkw==", + "dev": true, + "optional": true + }, + "@esbuild/win32-x64": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.17.19.tgz", + "integrity": "sha512-lAhycmKnVOuRYNtRtatQR1LPQf2oYCkRGkSFnseDAKPl8lu5SOsK/e1sXe5a0Pc5kHIHe6P2I/ilntNv2xf3cA==", + "dev": true, + "optional": true + }, + "@fortawesome/fontawesome-free": { + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-6.4.0.tgz", + "integrity": "sha512-0NyytTlPJwB/BF5LtRV8rrABDbe3TdTXqNB3PdZ+UUUZAEIrdOJdmABqKjt4AXwIoJNaRVVZEXxpNrqvE1GAYQ==" + }, + "@intlify/core-base": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/@intlify/core-base/-/core-base-9.2.2.tgz", + "integrity": "sha512-JjUpQtNfn+joMbrXvpR4hTF8iJQ2sEFzzK3KIESOx+f+uwIjgw20igOyaIdhfsVVBCds8ZM64MoeNSx+PHQMkA==", + "requires": { + "@intlify/devtools-if": "9.2.2", + "@intlify/message-compiler": "9.2.2", + "@intlify/shared": "9.2.2", + "@intlify/vue-devtools": "9.2.2" + } + }, + "@intlify/devtools-if": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/@intlify/devtools-if/-/devtools-if-9.2.2.tgz", + "integrity": "sha512-4ttr/FNO29w+kBbU7HZ/U0Lzuh2cRDhP8UlWOtV9ERcjHzuyXVZmjyleESK6eVP60tGC9QtQW9yZE+JeRhDHkg==", + "requires": { + "@intlify/shared": "9.2.2" + } + }, + "@intlify/message-compiler": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/@intlify/message-compiler/-/message-compiler-9.2.2.tgz", + "integrity": "sha512-IUrQW7byAKN2fMBe8z6sK6riG1pue95e5jfokn8hA5Q3Bqy4MBJ5lJAofUsawQJYHeoPJ7svMDyBaVJ4d0GTtA==", + "requires": { + "@intlify/shared": "9.2.2", + "source-map": "0.6.1" + } + }, + "@intlify/shared": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/@intlify/shared/-/shared-9.2.2.tgz", + "integrity": "sha512-wRwTpsslgZS5HNyM7uDQYZtxnbI12aGiBZURX3BTR9RFIKKRWpllTsgzHWvj3HKm3Y2Sh5LPC1r0PDCKEhVn9Q==" + }, + "@intlify/vue-devtools": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/@intlify/vue-devtools/-/vue-devtools-9.2.2.tgz", + "integrity": "sha512-+dUyqyCHWHb/UcvY1MlIpO87munedm3Gn6E9WWYdWrMuYLcoIoOEVDWSS8xSwtlPU+kA+MEQTP6Q1iI/ocusJg==", + "requires": { + "@intlify/core-base": "9.2.2", + "@intlify/shared": "9.2.2" + } + }, + "@jridgewell/sourcemap-codec": { + "version": "1.4.15", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", + "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==" + }, + "@kyvg/vue3-notification": { + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/@kyvg/vue3-notification/-/vue3-notification-2.9.1.tgz", + "integrity": "sha512-FsY8g25tQetr3etnarxHtCeNFKssH8sheFu13LyL2JJmOOel437QqKV5n4RBDDDTIo55iKgIVYXeojliXYdEhw==", + "requires": {} + }, + "@popperjs/core": { + "version": "2.11.8", + "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz", + "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==" + }, + "@vitejs/plugin-vue": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.2.3.tgz", + "integrity": "sha512-R6JDUfiZbJA9cMiguQ7jxALsgiprjBeHL5ikpXfJCH62pPHtI+JdJ5xWj6Ev73yXSlYl86+blXn1kZHQ7uElxw==", + "dev": true, + "requires": {} + }, + "@vue/compiler-core": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.3.4.tgz", + "integrity": "sha512-cquyDNvZ6jTbf/+x+AgM2Arrp6G4Dzbb0R64jiG804HRMfRiFXWI6kqUVqZ6ZR0bQhIoQjB4+2bhNtVwndW15g==", + "requires": { + "@babel/parser": "^7.21.3", + "@vue/shared": "3.3.4", + "estree-walker": "^2.0.2", + "source-map-js": "^1.0.2" + } + }, + "@vue/compiler-dom": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.3.4.tgz", + "integrity": "sha512-wyM+OjOVpuUukIq6p5+nwHYtj9cFroz9cwkfmP9O1nzH68BenTTv0u7/ndggT8cIQlnBeOo6sUT/gvHcIkLA5w==", + "requires": { + "@vue/compiler-core": "3.3.4", + "@vue/shared": "3.3.4" + } + }, + "@vue/compiler-sfc": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.3.4.tgz", + "integrity": "sha512-6y/d8uw+5TkCuzBkgLS0v3lSM3hJDntFEiUORM11pQ/hKvkhSKZrXW6i69UyXlJQisJxuUEJKAWEqWbWsLeNKQ==", + "requires": { + "@babel/parser": "^7.20.15", + "@vue/compiler-core": "3.3.4", + "@vue/compiler-dom": "3.3.4", + "@vue/compiler-ssr": "3.3.4", + "@vue/reactivity-transform": "3.3.4", + "@vue/shared": "3.3.4", + "estree-walker": "^2.0.2", + "magic-string": "^0.30.0", + "postcss": "^8.1.10", + "source-map-js": "^1.0.2" + } + }, + "@vue/compiler-ssr": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.3.4.tgz", + "integrity": "sha512-m0v6oKpup2nMSehwA6Uuu+j+wEwcy7QmwMkVNVfrV9P2qE5KshC6RwOCq8fjGS/Eak/uNb8AaWekfiXxbBB6gQ==", + "requires": { + "@vue/compiler-dom": "3.3.4", + "@vue/shared": "3.3.4" + } + }, + "@vue/devtools-api": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.5.0.tgz", + "integrity": "sha512-o9KfBeaBmCKl10usN4crU53fYtC1r7jJwdGKjPT24t348rHxgfpZ0xL3Xm/gLUYnc0oTp8LAmrxOeLyu6tbk2Q==" + }, + "@vue/reactivity": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.3.4.tgz", + "integrity": "sha512-kLTDLwd0B1jG08NBF3R5rqULtv/f8x3rOFByTDz4J53ttIQEDmALqKqXY0J+XQeN0aV2FBxY8nJDf88yvOPAqQ==", + "requires": { + "@vue/shared": "3.3.4" + } + }, + "@vue/reactivity-transform": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@vue/reactivity-transform/-/reactivity-transform-3.3.4.tgz", + "integrity": "sha512-MXgwjako4nu5WFLAjpBnCj/ieqcjE2aJBINUNQzkZQfzIZA4xn+0fV1tIYBJvvva3N3OvKGofRLvQIwEQPpaXw==", + "requires": { + "@babel/parser": "^7.20.15", + "@vue/compiler-core": "3.3.4", + "@vue/shared": "3.3.4", + "estree-walker": "^2.0.2", + "magic-string": "^0.30.0" + } + }, + "@vue/runtime-core": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.3.4.tgz", + "integrity": "sha512-R+bqxMN6pWO7zGI4OMlmvePOdP2c93GsHFM/siJI7O2nxFRzj55pLwkpCedEY+bTMgp5miZ8CxfIZo3S+gFqvA==", + "requires": { + "@vue/reactivity": "3.3.4", + "@vue/shared": "3.3.4" + } + }, + "@vue/runtime-dom": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.3.4.tgz", + "integrity": "sha512-Aj5bTJ3u5sFsUckRghsNjVTtxZQ1OyMWCr5dZRAPijF/0Vy4xEoRCwLyHXcj4D0UFbJ4lbx3gPTgg06K/GnPnQ==", + "requires": { + "@vue/runtime-core": "3.3.4", + "@vue/shared": "3.3.4", + "csstype": "^3.1.1" + } + }, + "@vue/server-renderer": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.3.4.tgz", + "integrity": "sha512-Q6jDDzR23ViIb67v+vM1Dqntu+HUexQcsWKhhQa4ARVzxOY2HbC7QRW/ggkDBd5BU+uM1sV6XOAP0b216o34JQ==", + "requires": { + "@vue/compiler-ssr": "3.3.4", + "@vue/shared": "3.3.4" + } + }, + "@vue/shared": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.3.4.tgz", + "integrity": "sha512-7OjdcV8vQ74eiz1TZLzZP4JwqM5fA94K6yntPS5Z25r9HDuGNzaGdgvwKYq6S+MxwF0TFRwe50fIR/MYnakdkQ==" + }, + "bootstrap": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.0.tgz", + "integrity": "sha512-UnBV3E3v4STVNQdms6jSGO2CvOkjUMdDAVR2V5N4uCMdaIkaQjbcEAMqRimDHIs4uqBYzDAKCQwCB+97tJgHQw==", + "requires": {} + }, + "bootswatch": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/bootswatch/-/bootswatch-5.3.0.tgz", + "integrity": "sha512-ga2hHognDrh5h3+CaBBug6ktx3MTlnDzH57s+Mvjt9ZcNxqwpK+m3sE3YIUSr8zf2iG05elOb1mnqqcdbce2ow==" + }, + "cidr-regex": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/cidr-regex/-/cidr-regex-4.0.3.tgz", + "integrity": "sha512-HOwDIy/rhKeMf6uOzxtv7FAbrz8zPjmVKfSpM+U7/bNBXC5rtOyr758jxcptiSx6ZZn5LOhPJT5WWxPAGDV8dw==", + "requires": { + "ip-regex": "^5.0.0" + } + }, + "click-outside-vue3": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/click-outside-vue3/-/click-outside-vue3-4.0.1.tgz", + "integrity": "sha512-sbplNecrup5oGqA3o4bo8XmvHRT6q9fvw21Z67aDbTqB9M6LF7CuYLTlLvNtOgKU6W3zst5H5zJuEh4auqA34g==" + }, + "clone-regexp": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/clone-regexp/-/clone-regexp-3.0.0.tgz", + "integrity": "sha512-ujdnoq2Kxb8s3ItNBtnYeXdm07FcU0u8ARAT1lQ2YdMwQC+cdiXX8KoqMVuglztILivceTtp4ivqGSmEmhBUJw==", + "requires": { + "is-regexp": "^3.0.0" + } + }, + "convert-hrtime": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/convert-hrtime/-/convert-hrtime-5.0.0.tgz", + "integrity": "sha512-lOETlkIeYSJWcbbcvjRKGxVMXJR+8+OQb/mTPbA4ObPMytYIsUbuOE0Jzy60hjARYszq1id0j8KgVhC+WGZVTg==" + }, + "csstype": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz", + "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==" + }, + "esbuild": { + "version": "0.17.19", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.17.19.tgz", + "integrity": "sha512-XQ0jAPFkK/u3LcVRcvVHQcTIqD6E2H1fvZMA5dQPSOWb3suUbWbfbRf94pjc0bNzRYLfIrDRQXr7X+LHIm5oHw==", + "dev": true, + "requires": { + "@esbuild/android-arm": "0.17.19", + "@esbuild/android-arm64": "0.17.19", + "@esbuild/android-x64": "0.17.19", + "@esbuild/darwin-arm64": "0.17.19", + "@esbuild/darwin-x64": "0.17.19", + "@esbuild/freebsd-arm64": "0.17.19", + "@esbuild/freebsd-x64": "0.17.19", + "@esbuild/linux-arm": "0.17.19", + "@esbuild/linux-arm64": "0.17.19", + "@esbuild/linux-ia32": "0.17.19", + "@esbuild/linux-loong64": "0.17.19", + "@esbuild/linux-mips64el": "0.17.19", + "@esbuild/linux-ppc64": "0.17.19", + "@esbuild/linux-riscv64": "0.17.19", + "@esbuild/linux-s390x": "0.17.19", + "@esbuild/linux-x64": "0.17.19", + "@esbuild/netbsd-x64": "0.17.19", + "@esbuild/openbsd-x64": "0.17.19", + "@esbuild/sunos-x64": "0.17.19", + "@esbuild/win32-arm64": "0.17.19", + "@esbuild/win32-ia32": "0.17.19", + "@esbuild/win32-x64": "0.17.19" + } + }, + "estree-walker": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", + "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" + }, + "flag-icons": { + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/flag-icons/-/flag-icons-6.7.0.tgz", + "integrity": "sha512-+KXrrrXN2jiETFxisFl+3f83Bq7tj5nuIWnbv9fX59k05lvldEXRCOffybb5hAIjMWt4nmG0E8OfKt7Flm99Eg==" + }, + "fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, + "optional": true + }, + "function-timeout": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/function-timeout/-/function-timeout-0.1.1.tgz", + "integrity": "sha512-0NVVC0TaP7dSTvn1yMiy6d6Q8gifzbvQafO46RtLG/kHJUBNd+pVRGOBoK44wNBvtSPUJRfdVvkFdD3p0xvyZg==" + }, + "ip-regex": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-5.0.0.tgz", + "integrity": "sha512-fOCG6lhoKKakwv+C6KdsOnGvgXnmgfmp0myi3bcNwj3qfwPAxRKWEuFhvEFF7ceYIz6+1jRZ+yguLFAmUNPEfw==" + }, + "is-cidr": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-5.0.3.tgz", + "integrity": "sha512-lKkM0tmz07dAxNsr8Ii9MGreExa9ZR34N9j8mTG5op824kcwBqinZPowNjcVWWc7j+jR8XAMMItOmBkniN0jOA==", + "requires": { + "cidr-regex": "4.0.3" + } + }, + "is-ip": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-ip/-/is-ip-5.0.0.tgz", + "integrity": "sha512-uhmKwcdWJ1nTmBdoBxdHilfJs4qdLBIvVHKRels2+UCZmfcfefuQWziadaYLpN7t/bUrJOjJHv+R1di1q7Q1HQ==", + "requires": { + "ip-regex": "^5.0.0", + "super-regex": "^0.2.0" + } + }, + "is-regexp": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-3.1.0.tgz", + "integrity": "sha512-rbku49cWloU5bSMI+zaRaXdQHXnthP6DZ/vLnfdSKyL4zUzuWnomtOEiZZOd+ioQ+avFo/qau3KPTc7Fjy1uPA==" + }, + "magic-string": { + "version": "0.30.0", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.0.tgz", + "integrity": "sha512-LA+31JYDJLs82r2ScLrlz1GjSgu66ZV518eyWT+S8VhyQn/JL0u9MeBOvQMGYiPk1DBiSN9DDMOcXvigJZaViQ==", + "requires": { + "@jridgewell/sourcemap-codec": "^1.4.13" + } + }, + "nanoid": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", + "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==" + }, + "picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + }, + "pinia": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/pinia/-/pinia-2.1.4.tgz", + "integrity": "sha512-vYlnDu+Y/FXxv1ABo1vhjC+IbqvzUdiUC3sfDRrRyY2CQSrqqaa+iiHmqtARFxJVqWQMCJfXx1PBvFs9aJVLXQ==", + "requires": { + "@vue/devtools-api": "^6.5.0", + "vue-demi": ">=0.14.5" + }, + "dependencies": { + "vue-demi": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.5.tgz", + "integrity": "sha512-o9NUVpl/YlsGJ7t+xuqJKx8EBGf1quRhCiT6D/J0pfwmk9zUwYkC7yrF4SZCe6fETvSM3UNL2edcbYrSyc4QHA==", + "requires": {} + } + } + }, + "postcss": { + "version": "8.4.24", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.24.tgz", + "integrity": "sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==", + "requires": { + "nanoid": "^3.3.6", + "picocolors": "^1.0.0", + "source-map-js": "^1.0.2" + } + }, + "prismjs": { + "version": "1.29.0", + "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.29.0.tgz", + "integrity": "sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==" + }, + "rollup": { + "version": "3.25.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.25.1.tgz", + "integrity": "sha512-tywOR+rwIt5m2ZAWSe5AIJcTat8vGlnPFAv15ycCrw33t6iFsXZ6mzHVFh2psSjxQPmI+xgzMZZizUAukBI4aQ==", + "dev": true, + "requires": { + "fsevents": "~2.3.2" + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + }, + "source-map-js": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", + "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==" + }, + "super-regex": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/super-regex/-/super-regex-0.2.0.tgz", + "integrity": "sha512-WZzIx3rC1CvbMDloLsVw0lkZVKJWbrkJ0k1ghKFmcnPrW1+jWbgTkTEWVtD9lMdmI4jZEz40+naBxl1dCUhXXw==", + "requires": { + "clone-regexp": "^3.0.0", + "function-timeout": "^0.1.0", + "time-span": "^5.1.0" + } + }, + "time-span": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/time-span/-/time-span-5.1.0.tgz", + "integrity": "sha512-75voc/9G4rDIJleOo4jPvN4/YC4GRZrY8yy1uU4lwrB3XEQbWve8zXoO5No4eFrGcTAMYyoY67p8jRQdtA1HbA==", + "requires": { + "convert-hrtime": "^5.0.0" + } + }, + "vite": { + "version": "4.3.9", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.3.9.tgz", + "integrity": "sha512-qsTNZjO9NoJNW7KnOrgYwczm0WctJ8m/yqYAMAK9Lxt4SoySUfS5S8ia9K7JHpa3KEeMfyF8LoJ3c5NeBJy6pg==", + "dev": true, + "requires": { + "esbuild": "^0.17.5", + "fsevents": "~2.3.2", + "postcss": "^8.4.23", + "rollup": "^3.21.0" + } + }, + "vue": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/vue/-/vue-3.3.4.tgz", + "integrity": "sha512-VTyEYn3yvIeY1Py0WaYGZsXnz3y5UnGi62GjVEqvEGPl6nxbOrCXbVOTQWBEJUqAyTUk2uJ5JLVnYJ6ZzGbrSw==", + "requires": { + "@vue/compiler-dom": "3.3.4", + "@vue/compiler-sfc": "3.3.4", + "@vue/runtime-dom": "3.3.4", + "@vue/server-renderer": "3.3.4", + "@vue/shared": "3.3.4" + } + }, + "vue-i18n": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/vue-i18n/-/vue-i18n-9.2.2.tgz", + "integrity": "sha512-yswpwtj89rTBhegUAv9Mu37LNznyu3NpyLQmozF3i1hYOhwpG8RjcjIFIIfnu+2MDZJGSZPXaKWvnQA71Yv9TQ==", + "requires": { + "@intlify/core-base": "9.2.2", + "@intlify/shared": "9.2.2", + "@intlify/vue-devtools": "9.2.2", + "@vue/devtools-api": "^6.2.1" + } + }, + "vue-prism-component": { + "version": "git+ssh://git@github.com/h44z/vue-prism-component.git#ec539f9533a7ecb2a030a27b2b7bdf21c08b8da0", + "from": "vue-prism-component@github:h44z/vue-prism-component" + }, + "vue-router": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.2.2.tgz", + "integrity": "sha512-cChBPPmAflgBGmy3tBsjeoe3f3VOSG6naKyY5pjtrqLGbNEXdzCigFUHgBvp9e3ysAtFtEx7OLqcSDh/1Cq2TQ==", + "requires": { + "@vue/devtools-api": "^6.5.0" + } + }, + "vue3-tags-input": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/vue3-tags-input/-/vue3-tags-input-1.0.12.tgz", + "integrity": "sha512-s5rG+1W3M8+be0nd9H1nv/8WLjJOO6pShgVz8ALAqOiz3tDH5QhGrDH6fzD14ZjJNRWSa3bRBSXQwHEXffPQ6g==", + "requires": { + "click-outside-vue3": "^4.0.1" + } + } + } +} diff --git a/frontend/package.json b/frontend/package.json new file mode 100644 index 0000000..3c6aab4 --- /dev/null +++ b/frontend/package.json @@ -0,0 +1,31 @@ +{ + "name": "frontend", + "version": "0.0.0", + "scripts": { + "dev": "vite", + "build-dev": "vite build --mode development --base=/app/", + "build": "vite build --base=/app/", + "preview": "vite preview --port 5050" + }, + "dependencies": { + "@fortawesome/fontawesome-free": "^6.4.0", + "@kyvg/vue3-notification": "^2.9.1", + "@popperjs/core": "^2.11.8", + "bootstrap": "^5.3.0", + "bootswatch": "^5.3.0", + "flag-icons": "^6.7.0", + "is-cidr": "^5.0.3", + "is-ip": "^5.0.0", + "pinia": "^2.1.4", + "prismjs": "^1.29.0", + "vue": "^3.3.4", + "vue-i18n": "^9.2.2", + "vue-prism-component": "github:h44z/vue-prism-component", + "vue-router": "^4.2.2", + "vue3-tags-input": "^1.0.12" + }, + "devDependencies": { + "@vitejs/plugin-vue": "^4.2.3", + "vite": "^4.3.9" + } +} diff --git a/assets/img/favicon-large.png b/frontend/public/favicon-large.png similarity index 100% rename from assets/img/favicon-large.png rename to frontend/public/favicon-large.png diff --git a/assets/img/favicon.ico b/frontend/public/favicon.ico similarity index 100% rename from assets/img/favicon.ico rename to frontend/public/favicon.ico diff --git a/assets/img/favicon.png b/frontend/public/favicon.png similarity index 100% rename from assets/img/favicon.png rename to frontend/public/favicon.png diff --git a/assets/img/header-logo.png b/frontend/public/img/header-logo.png similarity index 100% rename from assets/img/header-logo.png rename to frontend/public/img/header-logo.png diff --git a/frontend/src/App.vue b/frontend/src/App.vue new file mode 100644 index 0000000..dfe1641 --- /dev/null +++ b/frontend/src/App.vue @@ -0,0 +1,128 @@ + + + + + \ No newline at end of file diff --git a/frontend/src/assets/base.css b/frontend/src/assets/base.css new file mode 100644 index 0000000..5dcf4b6 --- /dev/null +++ b/frontend/src/assets/base.css @@ -0,0 +1,5 @@ +a.disabled { + pointer-events: none; + cursor: default; + color: #888888; +} \ No newline at end of file diff --git a/frontend/src/assets/logo.svg b/frontend/src/assets/logo.svg new file mode 100644 index 0000000..bc826fe --- /dev/null +++ b/frontend/src/assets/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontend/src/components/Confirmation.vue b/frontend/src/components/Confirmation.vue new file mode 100644 index 0000000..d5a5318 --- /dev/null +++ b/frontend/src/components/Confirmation.vue @@ -0,0 +1,54 @@ + + + + + diff --git a/frontend/src/components/InterfaceEditModal.vue b/frontend/src/components/InterfaceEditModal.vue new file mode 100644 index 0000000..0496566 --- /dev/null +++ b/frontend/src/components/InterfaceEditModal.vue @@ -0,0 +1,513 @@ + + + + + diff --git a/frontend/src/components/InterfaceViewModal.vue b/frontend/src/components/InterfaceViewModal.vue new file mode 100644 index 0000000..b71c400 --- /dev/null +++ b/frontend/src/components/InterfaceViewModal.vue @@ -0,0 +1,60 @@ + + + diff --git a/frontend/src/components/Modal.vue b/frontend/src/components/Modal.vue new file mode 100644 index 0000000..7409b57 --- /dev/null +++ b/frontend/src/components/Modal.vue @@ -0,0 +1,59 @@ + + + + + \ No newline at end of file diff --git a/frontend/src/components/PeerEditModal.vue b/frontend/src/components/PeerEditModal.vue new file mode 100644 index 0000000..51e47ff --- /dev/null +++ b/frontend/src/components/PeerEditModal.vue @@ -0,0 +1,431 @@ + + + + + diff --git a/frontend/src/components/PeerMultiCreateModal.vue b/frontend/src/components/PeerMultiCreateModal.vue new file mode 100644 index 0000000..f8b7bd8 --- /dev/null +++ b/frontend/src/components/PeerMultiCreateModal.vue @@ -0,0 +1,110 @@ + + + diff --git a/frontend/src/components/PeerViewModal.vue b/frontend/src/components/PeerViewModal.vue new file mode 100644 index 0000000..d06f24b --- /dev/null +++ b/frontend/src/components/PeerViewModal.vue @@ -0,0 +1,199 @@ + + + + + diff --git a/frontend/src/components/UserEditModal.vue b/frontend/src/components/UserEditModal.vue new file mode 100644 index 0000000..cf2ac0c --- /dev/null +++ b/frontend/src/components/UserEditModal.vue @@ -0,0 +1,174 @@ + + + diff --git a/frontend/src/components/UserViewModal.vue b/frontend/src/components/UserViewModal.vue new file mode 100644 index 0000000..c2edbb7 --- /dev/null +++ b/frontend/src/components/UserViewModal.vue @@ -0,0 +1,143 @@ + + + diff --git a/frontend/src/components/icons/IconCommunity.vue b/frontend/src/components/icons/IconCommunity.vue new file mode 100644 index 0000000..2dc8b05 --- /dev/null +++ b/frontend/src/components/icons/IconCommunity.vue @@ -0,0 +1,7 @@ + diff --git a/frontend/src/components/icons/IconDocumentation.vue b/frontend/src/components/icons/IconDocumentation.vue new file mode 100644 index 0000000..6d4791c --- /dev/null +++ b/frontend/src/components/icons/IconDocumentation.vue @@ -0,0 +1,7 @@ + diff --git a/frontend/src/components/icons/IconEcosystem.vue b/frontend/src/components/icons/IconEcosystem.vue new file mode 100644 index 0000000..c3a4f07 --- /dev/null +++ b/frontend/src/components/icons/IconEcosystem.vue @@ -0,0 +1,7 @@ + diff --git a/frontend/src/components/icons/IconSupport.vue b/frontend/src/components/icons/IconSupport.vue new file mode 100644 index 0000000..7452834 --- /dev/null +++ b/frontend/src/components/icons/IconSupport.vue @@ -0,0 +1,7 @@ + diff --git a/frontend/src/components/icons/IconTooling.vue b/frontend/src/components/icons/IconTooling.vue new file mode 100644 index 0000000..660598d --- /dev/null +++ b/frontend/src/components/icons/IconTooling.vue @@ -0,0 +1,19 @@ + + diff --git a/frontend/src/helpers/encoding.js b/frontend/src/helpers/encoding.js new file mode 100644 index 0000000..391c9e8 --- /dev/null +++ b/frontend/src/helpers/encoding.js @@ -0,0 +1,7 @@ +export function base64_url_encode(input) { + let output = btoa(input) + output = output.replace('+', '.') + output = output.replace('/', '_') + output = output.replace('=', '-') + return output +} \ No newline at end of file diff --git a/frontend/src/helpers/fetch-wrapper.js b/frontend/src/helpers/fetch-wrapper.js new file mode 100644 index 0000000..8ac930a --- /dev/null +++ b/frontend/src/helpers/fetch-wrapper.js @@ -0,0 +1,95 @@ +import { authStore } from '@/stores/auth'; +import { securityStore } from '@/stores/security'; + +export const fetchWrapper = { + url: apiUrl(), + get: request('GET'), + post: request('POST'), + put: request('PUT'), + delete: request('DELETE') +}; + +export const apiWrapper = { + url: apiUrl(), + get: apiRequest('GET'), + post: apiRequest('POST'), + put: apiRequest('PUT'), + delete: apiRequest('DELETE') +}; + +// request can be used to query arbitrary URLs +function request(method) { + return (url, body = undefined) => { + const requestOptions = { + method, + headers: getHeaders(url) + }; + if (body) { + requestOptions.headers['Content-Type'] = 'application/json'; + requestOptions.body = JSON.stringify(body); + } + return fetch(url, requestOptions).then(handleResponse); + } +} + +// apiRequest uses WGPORTAL_BACKEND_BASE_URL as base URL +function apiRequest(method) { + return (path, body = undefined) => { + const url = WGPORTAL_BACKEND_BASE_URL + path + const requestOptions = { + method, + headers: getHeaders(method, url) + }; + if (body) { + requestOptions.headers['Content-Type'] = 'application/json'; + requestOptions.body = JSON.stringify(body); + } + return fetch(url, requestOptions).then(handleResponse); + } +} + +// apiUrl uses WGPORTAL_BACKEND_BASE_URL as base URL +function apiUrl() { + return (path) => { + return WGPORTAL_BACKEND_BASE_URL + path + } +} + +// helper functions + +function getHeaders(method, url) { + // return auth header with jwt if user is logged in and request is to the api url + const auth = authStore(); + const sec = securityStore(); + const isApiUrl = url.startsWith(WGPORTAL_BACKEND_BASE_URL); + + let headers = {}; + if (isApiUrl && ['POST', 'PUT', 'PATCH', 'DELETE'].includes(method)) { + headers["X-CSRF-TOKEN"] = sec.CsrfToken; + } + if (isApiUrl && auth.IsAuthenticated) { + headers["X-FRONTEND-UID"] = auth.UserIdentifier; + } + + return headers; +} + +function handleResponse(response) { + return response.text().then(text => { + const data = text && JSON.parse(text); + + if (!response.ok) { + const auth = authStore(); + if ([401, 403].includes(response.status) && auth.IsAuthenticated) { + console.log("automatic logout initiated..."); + // auto logout if 401 Unauthorized or 403 Forbidden response returned from api + auth.Logout(); + } + + const error = (data && data.Message) || response.statusText; + return Promise.reject(error); + } + + return data; + }); +} \ No newline at end of file diff --git a/frontend/src/helpers/models.js b/frontend/src/helpers/models.js new file mode 100644 index 0000000..3dfa4d6 --- /dev/null +++ b/frontend/src/helpers/models.js @@ -0,0 +1,164 @@ + +export function freshInterface() { + return { + Disabled: false, + DisplayName: "", + Identifier: "", + Mode: "server", + + PublicKey: "", + PrivateKey: "", + + ListenPort: 51820, + Addresses: [], + DnsStr: [], + DnsSearch: [], + + Mtu: 0, + FirewallMark: 0, + RoutingTable: "", + + PreUp: "", + PostUp: "", + PreDown: "", + PostDown: "", + + SaveConfig: false, + + // Peer defaults + + PeerDefNetwork: [], + PeerDefDns: [], + PeerDefDnsSearch: [], + PeerDefEndpoint: "", + PeerDefAllowedIPs: [], + PeerDefMtu: 0, + PeerDefPersistentKeepalive: 0, + PeerDefFirewallMark: 0, + PeerDefRoutingTable: "", + PeerDefPreUp: "", + PeerDefPostUp: "", + PeerDefPreDown: "", + PeerDefPostDown: "", + + TotalPeers: 0, + EnabledPeers: 0 + } +} + +export function freshPeer() { + return { + Identifier: "", + DisplayName: "", + UserIdentifier: "", + InterfaceIdentifier: "", + Disabled: false, + ExpiresAt: null, + Notes: "", + + Endpoint: { + Value: "", + Overridable: true, + }, + EndpointPublicKey: { + Value: "", + Overridable: true, + }, + AllowedIPs: { + Value: [], + Overridable: true, + }, + ExtraAllowedIPs: [], + PresharedKey: "", + PersistentKeepalive: { + Value: 0, + Overridable: true, + }, + + PrivateKey: "", + PublicKey: "", + + Mode: "client", + + Addresses: [], + CheckAliveAddress: "", + Dns: { + Value: [], + Overridable: true, + }, + DnsSearch: { + Value: [], + Overridable: true, + }, + Mtu: { + Value: 0, + Overridable: true, + }, + FirewallMark: { + Value: 0, + Overridable: true, + }, + RoutingTable: { + Value: "", + Overridable: true, + }, + + PreUp: { + Value: "", + Overridable: true, + }, + PostUp: { + Value: "", + Overridable: true, + }, + PreDown: { + Value: "", + Overridable: true, + }, + PostDown: { + Value: "", + Overridable: true, + }, + + // Internal value + IgnoreGlobalSettings: false + } +} + +export function freshUser() { + return { + Identifier: "", + + Email: "", + Source: "db", + IsAdmin: false, + + Firstname: "", + Lastname: "", + Phone: "", + Department: "", + Notes: "", + + Password: "", + + Disabled: false, + DisabledReason: "", + Locked: false, + LockedReason: "", + + PeerCount: 0 + } +} + +export function freshStats() { + return { + IsConnected: false, + IsPingable: false, + LastHandshake: null, + LastPing: null, + LastSessionStart: null, + BytesTransmitted: 0, + BytesReceived: 0, + EndpointAddress: "" + } +} \ No newline at end of file diff --git a/frontend/src/helpers/validators.js b/frontend/src/helpers/validators.js new file mode 100644 index 0000000..90766ba --- /dev/null +++ b/frontend/src/helpers/validators.js @@ -0,0 +1,14 @@ +import isCidr from "is-cidr"; +import {isIP} from 'is-ip'; + +export function validateCIDR(value) { + return isCidr(value) !== 0 +} + +export function validateIP(value) { + return isIP(value) +} + +export function validateDomain(value) { + return true +} \ No newline at end of file diff --git a/frontend/src/lang/index.js b/frontend/src/lang/index.js new file mode 100644 index 0000000..1b6460a --- /dev/null +++ b/frontend/src/lang/index.js @@ -0,0 +1,27 @@ +// src/lang/index.js +import de from './translations/de.json'; +import en from './translations/en.json'; +import {createI18n} from "vue-i18n"; + +function getStoredLanguage() { + let initialLang = localStorage.getItem('wgLang'); + if (!initialLang) { + initialLang = "en" + } + return initialLang +} + +// Create i18n instance with options +const i18n = createI18n({ + legacy: false, + globalInjection: true, + allowComposition: true, + locale: getStoredLanguage(), // set locale + fallbackLocale: "en", // set fallback locale + messages: { + "de": de, + "en": en + } +}); + +export default i18n \ No newline at end of file diff --git a/frontend/src/lang/translations/de.json b/frontend/src/lang/translations/de.json new file mode 100644 index 0000000..0e9c414 --- /dev/null +++ b/frontend/src/lang/translations/de.json @@ -0,0 +1,489 @@ +{ + "general": { + "pagination": { + "size": "Anzahl an Elementen", + "all": "Alle (langsam)" + }, + "search": { + "placeholder": "Suche...", + "button": "Suchen" + }, + "select-all": "Alle auswählen", + "yes": "Ja", + "no": "Nein", + "cancel": "Abbrechen", + "close": "Schließen", + "save": "Speichern", + "delete": "Löschen" + }, + "login": { + "headline": "Bitte melden Sie sich an", + "username": { + "label": "Benutzername", + "placeholder": "Bitte geben Sie Ihren Benutzernamen ein" + }, + "password": { + "label": "Kennwort", + "placeholder": "Bitte geben Sie Ihr Passwort ein" + }, + "button": "Anmelden" + }, + "menu": { + "home": "Home", + "interfaces": "Schnittstellen", + "users": "Benutzer", + "lang": "Sprache ändern", + "profile": "Mein Profil", + "login": "Anmelden", + "logout": "Abmelden" + }, + "home": { + "headline": "WireGuard® VPN Portal", + "info-headline": "Mehr Informationen", + "abstract": "WireGuard® ist ein extrem einfaches, aber dennoch schnelles und modernes VPN, das modernste Kryptographie nutzt. Es zielt darauf ab, schneller, einfacher, schlanker und nützlicher als IPsec zu sein, während es die massiven Kopfschmerzen vermeidet. Es soll wesentlich leistungsfähiger sein als OpenVPN.", + "installation": { + "box-header": "WireGuard Installation", + "headline": "Installation", + "content": "Die Installationsanweisungen für die Client-Software finden Sie auf der offiziellen WireGuard-Website.", + "btn": "Anleitung öffnen" + }, + "about-wg": { + "box-header": "Über WireGuard", + "headline": "Über", + "content": "WireGuard® ist ein extrem einfaches, aber schnelles und modernes VPN, das modernste Kryptographie verwendet.", + "button": "Details" + }, + "about-portal": { + "box-header": "Über WireGuard Portal", + "headline": "WireGuard Portal", + "content": "WireGuard Portal ist ein einfaches, webbasiertes Konfigurationsportal für WireGuard.", + "button": "Details" + }, + "profiles": { + "headline": "VPN Profile", + "abstract": "Über Ihr Benutzerprofil können Sie auf Ihre persönlichen VPN-Konfigurationen zugreifen und diese herunterladen.", + "content": "Um alle Ihre konfigurierten Profile zu finden, klicken Sie auf die Schaltfläche unten.", + "button": "Mein Profil öffnen" + }, + "admin": { + "headline": "Verwaltungsbereich", + "abstract": "Im Administrationsbereich können Sie VPN-Zugänge und die Serverschnittstelle sowie die Benutzer, die sich am VPN-Portal anmelden dürfen, verwalten.", + "content": "", + "button-admin": "Schnittstellenverwaltung", + "button-user": "Benutzerverwaltung" + } + }, + "interfaces": { + "headline": "Schnittstellenverwaltung", + "headline-peers": "Current VPN Peers", + "headline-endpoints": "Current Endpoints", + "no-interface": { + "default-selection": "No Interface available", + "headline": "No interfaces found...", + "abstract": "Click the plus button above to create a new WireGuard interface." + }, + "no-peer": { + "headline": "No peers available", + "abstract": "Currently, there are no peers available for the selected WireGuard interface." + }, + "table-heading": { + "name": "Name", + "user": "User", + "ip": "IP's", + "endpoint": "Endpoint", + "status": "Status" + }, + "interface": { + "headline": "Interface status for", + "mode": "mode", + "key": "Public Key", + "endpoint": "Public Endpoint", + "port": "Listening Port", + "peers": "Enabled Peers", + "total-peers": "Total Peers", + "endpoints": "Enabled Endpoints", + "total-endpoints": "Total Endpoints", + "ip": "IP Address", + "default-allowed-ip": "Default allowed IPs", + "dns": "DNS Servers", + "mtu": "MTU", + "default-keep-alive": "Default Keepalive Interval", + "button-show-config": "Show configuration", + "button-download-config": "Download configuration", + "button-store-config": "Store configuration for wg-quick", + "button-edit": "Edit interface" + }, + "button-add-interface": "Add Interface", + "button-add-peer": "Add Peer", + "button-add-peers": "Add Multiple Peers", + "button-show-peer": "Show Peer", + "button-edit-peer": "Edit Peer", + "peer-disabled": "Peer is disabled, reason:", + "peer-expiring": "Peer is expiring at", + "peer-connected": "Connected", + "peer-not-connected": "Not Connected", + "peer-handshake": "Last handshake:" + }, + "users": { + "headline": "Benutzerverwaltung", + "table-heading": { + "id": "ID", + "email": "E-Mail", + "firstname": "Firstname", + "lastname": "Lastname", + "source": "Source", + "peers": "Peers", + "admin": "Admin" + }, + "no-user": { + "headline": "No users available", + "abstract": "Currently, there are no users registered with WireGuard Portal." + }, + "button-add-user": "Add User", + "button-show-user": "Show User", + "button-edit-user": "Edit User", + "user-disabled": "User is disabled, reason:", + "user-locked": "Account is locked, reason:", + "admin": "User has administrator privileges", + "no-admin": "User has no administrator privileges" + }, + "profile": { + "headline": "Meine VPN-Konfigurationen", + "table-heading": { + "name": "Name", + "ip": "IP's", + "stats": "Status", + "interface": "Server Interface" + }, + "no-peer": { + "headline": "No peers available", + "abstract": "Currently, there are no peers associated with your user profile." + }, + "peer-connected": "Connected", + "button-add-peer": "Add Peer", + "button-show-peer": "Show Peer", + "button-edit-peer": "Edit Peer" + }, + "modals": { + "user-view": { + "headline": "User Account:", + "tab-user": "Information", + "tab-peers": "Peers", + "headline-info": "User Information:", + "headline-notes": "Notes:", + "email": "E-Mail", + "firstname": "Firstname", + "lastname": "Lastname", + "phone": "Phone number", + "department": "Department", + "disabled": "Account Disabled", + "locked": "Account Locked", + "no-peers": "User has no associated peers.", + "peers": { + "name": "Name", + "interface": "Interface", + "ip": "IP's" + } + }, + "user-edit": { + "headline-edit": "Edit user:", + "headline-new": "New user", + "header-general": "General", + "header-personal": "User Information", + "header-notes": "Notes", + "header-state": "State", + "identifier": { + "label": "Identifier", + "placeholder": "The unique user identifier" + }, + "source": { + "label": "Source", + "placeholder": "The user source" + }, + "password": { + "label": "Password", + "placeholder": "A super secret password", + "description": "Leave this field blank to keep current password." + }, + "email": { + "label": "Email", + "placeholder": "The email address" + }, + "phone": { + "label": "Phone", + "placeholder": "The phone number" + }, + "department": { + "label": "Department", + "placeholder": "The department" + }, + "firstname": { + "label": "Firstname", + "placeholder": "Firstname" + }, + "lastname": { + "label": "Lastname", + "placeholder": "Lastname" + }, + "notes": { + "label": "Notes", + "placeholder": "" + }, + "disabled": { + "label": "Disabled (no WireGuard connection and no login possible)" + }, + "locked": { + "label": "Locked (no login possible, WireGuard connections still work)" + }, + "admin": { + "label": "Is Admin" + } + }, + "interface-view": { + "headline": "Config for Interface:" + }, + "interface-edit": { + "headline-edit": "Edit Interface:", + "headline-new": "New Interface", + "tab-interface": "Interface", + "tab-peerdef": "Peer Defaults", + "header-general": "General", + "header-network": "Network", + "header-crypto": "Cryptography", + "header-hooks": "Interface Hooks", + "header-peer-hooks": "Hooks", + "header-state": "State", + "identifier": { + "label": "Identifier", + "placeholder": "The unique interface identifier" + }, + "mode": { + "label": "Interface Mode", + "server": "Server Mode", + "client": "Client Mode", + "any": "Unknown Mode" + }, + "display-name": { + "label": "Display Name", + "placeholder": "The descriptive name for the interface" + }, + "private-key": { + "label": "Private Key", + "placeholder": "The private key" + }, + "public-key": { + "label": "Public Key", + "placeholder": "The public key" + }, + "ip": { + "label": "IP Addresses", + "placeholder": "IP Addresses (CIDR format)" + }, + "listen-port": { + "label": "Listen Port", + "placeholder": "The listening port" + }, + "dns": { + "label": "DNS Server", + "placeholder": "The DNS servers that should be used" + }, + "dns-search": { + "label": "DNS Search Domains", + "placeholder": "DNS search prefixes" + }, + "mtu": { + "label": "MTU", + "placeholder": "The interface MTU (0 = keep default)" + }, + "firewall-mark": { + "label": "Firewall Mark", + "placeholder": "Firewall mark that is applied to outgoing traffic. (0 = automatic)" + }, + "routing-table": { + "label": "Routing Table", + "placeholder": "The routing table ID", + "description": "Special cases: off = do not manage routes, 0 = automatic" + }, + "pre-up": { + "label": "Pre-Up", + "placeholder": "One or multiple bash commands separated by ;" + }, + "post-up": { + "label": "Post-Up", + "placeholder": "One or multiple bash commands separated by ;" + }, + "pre-down": { + "label": "Pre-Down", + "placeholder": "One or multiple bash commands separated by ;" + }, + "post-down": { + "label": "Post-Down", + "placeholder": "One or multiple bash commands separated by ;" + }, + "disabled": { + "label": "Interface Disabled" + }, + "save-config": { + "label": "Automatically save wg-quick config" + }, + "defaults": { + "endpoint": { + "label": "Endpoint Address", + "placeholder": "Endpoint Address", + "description": "The endpoint address that peers will connect to." + }, + "networks": { + "label": "IP Networks", + "placeholder": "Network Addresses", + "description": "Peers will get IP addresses from those subnets." + }, + "allowed-ip": { + "label": "Allowed IP Addresses", + "placeholder": "Default Allowed IP Addresses" + }, + "mtu": { + "label": "MTU", + "placeholder": "The client MTU (0 = keep default)" + }, + "keep-alive": { + "label": "Keep Alive Interval", + "placeholder": "Persistent Keepalive (0 = default)" + } + }, + + "button-apply-defaults": "Apply Peer Defaults" + }, + "peer-view": { + "headline-peer": "Peer:", + "headline-endpoint": "Endpoint:", + "section-info": "Peer Information", + "section-status": "Current Status", + "section-config": "Configuration", + "identifier": "Identifier", + "ip": "IP Addresses", + "user": "Associated User", + "notes": "Notes", + "expiry-status": "Expires At", + "disabled-status": "Disabled At", + "traffic": "Traffic", + "connection-status": "Connection Stats", + "upload": "Uploaded Bytes (from Server to Peer)", + "download": "Downloaded Bytes (from Peer to Server)", + "pingable": "Is Pingable", + "handshake": "Last Handshake", + "connected-since": "Connected since", + "endpoint": "Endpoint", + "button-download": "Download configuration", + "button-email": "Send configuration via E-Mail" + }, + "peer-edit": { + "headline-edit-peer": "Edit peer:", + "headline-edit-endpoint": "Edit endpoint:", + "headline-new-peer": "Create peer", + "headline-new-endpoint": "Create endpoint", + "header-general": "General", + "header-network": "Network", + "header-crypto": "Cryptography", + "header-hooks": "Hooks (Executed on Peer)", + "header-state": "State", + "display-name": { + "label": "Display Name", + "placeholder": "The descriptive name for the peer" + }, + "linked-user": { + "label": "Linked User", + "placeholder": "The user account which owns this peer" + }, + "private-key": { + "label": "Private Key", + "placeholder": "The private key" + }, + "public-key": { + "label": "Public Key", + "placeholder": "The public key" + }, + "preshared-key": { + "label": "Preshared Key", + "placeholder": "Optional pre-shared key" + }, + "endpoint-public-key": { + "label": "Endpoint public Key", + "placeholder": "The public key of the remote endpoint" + }, + "endpoint": { + "label": "Endpoint Address", + "placeholder": "The address of the remote endpoint" + }, + "ip": { + "label": "IP Addresses", + "placeholder": "IP Addresses (CIDR format)" + }, + "allowed-ip": { + "label": "Allowed IP Addresses", + "placeholder": "Allowed IP Addresses (CIDR format)" + }, + "extra-allowed-ip": { + "label": "Extra allowed IP Addresses", + "placeholder": "Extra allowed IP's (Server Sided)", + "description": "Those IP's will be added on the remote WireGuard interface as allowed IP's." + }, + "dns": { + "label": "DNS Server", + "placeholder": "The DNS servers that should be used" + }, + "dns-search": { + "label": "DNS Search Domains", + "placeholder": "DNS search prefixes" + }, + "keep-alive": { + "label": "Keep Alive Interval", + "placeholder": "Persistent Keepalive (0 = default)" + }, + "mtu": { + "label": "MTU", + "placeholder": "The client MTU (0 = keep default)" + }, + "pre-up": { + "label": "Pre-Up", + "placeholder": "One or multiple bash commands separated by ;" + }, + "post-up": { + "label": "Post-Up", + "placeholder": "One or multiple bash commands separated by ;" + }, + "pre-down": { + "label": "Pre-Down", + "placeholder": "One or multiple bash commands separated by ;" + }, + "post-down": { + "label": "Post-Down", + "placeholder": "One or multiple bash commands separated by ;" + }, + "disabled": { + "label": "Peer Disabled" + }, + "ignore-global": { + "label": "Ignore global settings" + }, + "expires-at": { + "label": "Expiry date" + } + }, + "peer-multi-create": { + "headline-peer": "Create multiple peers", + "headline-endpoint": "Create multiple endpoints", + "identifiers": { + "label": "User Identifiers", + "placeholder": "User Identifiers", + "description": "A user identifier (the username) for which a peer should be created." + }, + "prefix": { + "headline-peer": "Peer:", + "headline-endpoint": "Endpoint:", + "label": "Display Name Prefix", + "placeholder": "The prefix", + "description": "A prefix that is added to the peers display name." + } + } + } +} \ No newline at end of file diff --git a/frontend/src/lang/translations/en.json b/frontend/src/lang/translations/en.json new file mode 100644 index 0000000..fa0739b --- /dev/null +++ b/frontend/src/lang/translations/en.json @@ -0,0 +1,489 @@ +{ + "general": { + "pagination": { + "size": "Number of Elements", + "all": "All (slow)" + }, + "search": { + "placeholder": "Search...", + "button": "Search" + }, + "select-all": "Select all", + "yes": "Yes", + "no": "No", + "cancel": "Cancel", + "close": "Close", + "save": "Save", + "delete": "Delete" + }, + "login": { + "headline": "Please sign in", + "username": { + "label": "Username", + "placeholder": "Please enter your username" + }, + "password": { + "label": "Password", + "placeholder": "Please enter your password" + }, + "button": "Sign in" + }, + "menu": { + "home": "Home", + "interfaces": "Interfaces", + "users": "Users", + "lang": "Toggle Language", + "profile": "My Profile", + "login": "Login", + "logout": "Logout" + }, + "home": { + "headline": "WireGuard® VPN Portal", + "info-headline": "More Information", + "abstract": "WireGuard® is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPsec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN.", + "installation": { + "box-header": "WireGuard Installation", + "headline": "Installation", + "content": "Installation instructions for client software can be found on the official WireGuard website.", + "btn": "Open Instructions" + }, + "about-wg": { + "box-header": "About WireGuard", + "headline": "About", + "content": "WireGuard® is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography.", + "button": "More" + }, + "about-portal": { + "box-header": "About WireGuard Portal", + "headline": "WireGuard Portal", + "content": "WireGuard Portal is a simple, web based configuration portal for WireGuard.", + "button": "More" + }, + "profiles": { + "headline": "VPN Profiles", + "abstract": "You can access and download your personal VPN configurations via your Userprofile.", + "content": "To find all your configured profiles click on the button below.", + "button": "Open my profile" + }, + "admin": { + "headline": "Administration Area", + "abstract": "In the administration area you can manage WireGuard peers and the server interface as well as users that are allowed to log in to the WireGuard Portal.", + "content": "", + "button-admin": "Open Server Administration", + "button-user": "Open User Administration" + } + }, + "interfaces": { + "headline": "Interface Administration", + "headline-peers": "Current VPN Peers", + "headline-endpoints": "Current Endpoints", + "no-interface": { + "default-selection": "No Interface available", + "headline": "No interfaces found...", + "abstract": "Click the plus button above to create a new WireGuard interface." + }, + "no-peer": { + "headline": "No peers available", + "abstract": "Currently, there are no peers available for the selected WireGuard interface." + }, + "table-heading": { + "name": "Name", + "user": "User", + "ip": "IP's", + "endpoint": "Endpoint", + "status": "Status" + }, + "interface": { + "headline": "Interface status for", + "mode": "mode", + "key": "Public Key", + "endpoint": "Public Endpoint", + "port": "Listening Port", + "peers": "Enabled Peers", + "total-peers": "Total Peers", + "endpoints": "Enabled Endpoints", + "total-endpoints": "Total Endpoints", + "ip": "IP Address", + "default-allowed-ip": "Default allowed IPs", + "dns": "DNS Servers", + "mtu": "MTU", + "default-keep-alive": "Default Keepalive Interval", + "button-show-config": "Show configuration", + "button-download-config": "Download configuration", + "button-store-config": "Store configuration for wg-quick", + "button-edit": "Edit interface" + }, + "button-add-interface": "Add Interface", + "button-add-peer": "Add Peer", + "button-add-peers": "Add Multiple Peers", + "button-show-peer": "Show Peer", + "button-edit-peer": "Edit Peer", + "peer-disabled": "Peer is disabled, reason:", + "peer-expiring": "Peer is expiring at", + "peer-connected": "Connected", + "peer-not-connected": "Not Connected", + "peer-handshake": "Last handshake:" + }, + "users": { + "headline": "User Administration", + "table-heading": { + "id": "ID", + "email": "E-Mail", + "firstname": "Firstname", + "lastname": "Lastname", + "source": "Source", + "peers": "Peers", + "admin": "Admin" + }, + "no-user": { + "headline": "No users available", + "abstract": "Currently, there are no users registered with WireGuard Portal." + }, + "button-add-user": "Add User", + "button-show-user": "Show User", + "button-edit-user": "Edit User", + "user-disabled": "User is disabled, reason:", + "user-locked": "Account is locked, reason:", + "admin": "User has administrator privileges", + "no-admin": "User has no administrator privileges" + }, + "profile": { + "headline": "My VPN Peers", + "table-heading": { + "name": "Name", + "ip": "IP's", + "stats": "Status", + "interface": "Server Interface" + }, + "no-peer": { + "headline": "No peers available", + "abstract": "Currently, there are no peers associated with your user profile." + }, + "peer-connected": "Connected", + "button-add-peer": "Add Peer", + "button-show-peer": "Show Peer", + "button-edit-peer": "Edit Peer" + }, + "modals": { + "user-view": { + "headline": "User Account:", + "tab-user": "Information", + "tab-peers": "Peers", + "headline-info": "User Information:", + "headline-notes": "Notes:", + "email": "E-Mail", + "firstname": "Firstname", + "lastname": "Lastname", + "phone": "Phone number", + "department": "Department", + "disabled": "Account Disabled", + "locked": "Account Locked", + "no-peers": "User has no associated peers.", + "peers": { + "name": "Name", + "interface": "Interface", + "ip": "IP's" + } + }, + "user-edit": { + "headline-edit": "Edit user:", + "headline-new": "New user", + "header-general": "General", + "header-personal": "User Information", + "header-notes": "Notes", + "header-state": "State", + "identifier": { + "label": "Identifier", + "placeholder": "The unique user identifier" + }, + "source": { + "label": "Source", + "placeholder": "The user source" + }, + "password": { + "label": "Password", + "placeholder": "A super secret password", + "description": "Leave this field blank to keep current password." + }, + "email": { + "label": "Email", + "placeholder": "The email address" + }, + "phone": { + "label": "Phone", + "placeholder": "The phone number" + }, + "department": { + "label": "Department", + "placeholder": "The department" + }, + "firstname": { + "label": "Firstname", + "placeholder": "Firstname" + }, + "lastname": { + "label": "Lastname", + "placeholder": "Lastname" + }, + "notes": { + "label": "Notes", + "placeholder": "" + }, + "disabled": { + "label": "Disabled (no WireGuard connection and no login possible)" + }, + "locked": { + "label": "Locked (no login possible, WireGuard connections still work)" + }, + "admin": { + "label": "Is Admin" + } + }, + "interface-view": { + "headline": "Config for Interface:" + }, + "interface-edit": { + "headline-edit": "Edit Interface:", + "headline-new": "New Interface", + "tab-interface": "Interface", + "tab-peerdef": "Peer Defaults", + "header-general": "General", + "header-network": "Network", + "header-crypto": "Cryptography", + "header-hooks": "Interface Hooks", + "header-peer-hooks": "Hooks", + "header-state": "State", + "identifier": { + "label": "Identifier", + "placeholder": "The unique interface identifier" + }, + "mode": { + "label": "Interface Mode", + "server": "Server Mode", + "client": "Client Mode", + "any": "Unknown Mode" + }, + "display-name": { + "label": "Display Name", + "placeholder": "The descriptive name for the interface" + }, + "private-key": { + "label": "Private Key", + "placeholder": "The private key" + }, + "public-key": { + "label": "Public Key", + "placeholder": "The public key" + }, + "ip": { + "label": "IP Addresses", + "placeholder": "IP Addresses (CIDR format)" + }, + "listen-port": { + "label": "Listen Port", + "placeholder": "The listening port" + }, + "dns": { + "label": "DNS Server", + "placeholder": "The DNS servers that should be used" + }, + "dns-search": { + "label": "DNS Search Domains", + "placeholder": "DNS search prefixes" + }, + "mtu": { + "label": "MTU", + "placeholder": "The interface MTU (0 = keep default)" + }, + "firewall-mark": { + "label": "Firewall Mark", + "placeholder": "Firewall mark that is applied to outgoing traffic. (0 = automatic)" + }, + "routing-table": { + "label": "Routing Table", + "placeholder": "The routing table ID", + "description": "Special cases: off = do not manage routes, 0 = automatic" + }, + "pre-up": { + "label": "Pre-Up", + "placeholder": "One or multiple bash commands separated by ;" + }, + "post-up": { + "label": "Post-Up", + "placeholder": "One or multiple bash commands separated by ;" + }, + "pre-down": { + "label": "Pre-Down", + "placeholder": "One or multiple bash commands separated by ;" + }, + "post-down": { + "label": "Post-Down", + "placeholder": "One or multiple bash commands separated by ;" + }, + "disabled": { + "label": "Interface Disabled" + }, + "save-config": { + "label": "Automatically save wg-quick config" + }, + "defaults": { + "endpoint": { + "label": "Endpoint Address", + "placeholder": "Endpoint Address", + "description": "The endpoint address that peers will connect to." + }, + "networks": { + "label": "IP Networks", + "placeholder": "Network Addresses", + "description": "Peers will get IP addresses from those subnets." + }, + "allowed-ip": { + "label": "Allowed IP Addresses", + "placeholder": "Default Allowed IP Addresses" + }, + "mtu": { + "label": "MTU", + "placeholder": "The client MTU (0 = keep default)" + }, + "keep-alive": { + "label": "Keep Alive Interval", + "placeholder": "Persistent Keepalive (0 = default)" + } + }, + + "button-apply-defaults": "Apply Peer Defaults" + }, + "peer-view": { + "headline-peer": "Peer:", + "headline-endpoint": "Endpoint:", + "section-info": "Peer Information", + "section-status": "Current Status", + "section-config": "Configuration", + "identifier": "Identifier", + "ip": "IP Addresses", + "user": "Associated User", + "notes": "Notes", + "expiry-status": "Expires At", + "disabled-status": "Disabled At", + "traffic": "Traffic", + "connection-status": "Connection Stats", + "upload": "Uploaded Bytes (from Server to Peer)", + "download": "Downloaded Bytes (from Peer to Server)", + "pingable": "Is Pingable", + "handshake": "Last Handshake", + "connected-since": "Connected since", + "endpoint": "Endpoint", + "button-download": "Download configuration", + "button-email": "Send configuration via E-Mail" + }, + "peer-edit": { + "headline-edit-peer": "Edit peer:", + "headline-edit-endpoint": "Edit endpoint:", + "headline-new-peer": "Create peer", + "headline-new-endpoint": "Create endpoint", + "header-general": "General", + "header-network": "Network", + "header-crypto": "Cryptography", + "header-hooks": "Hooks (Executed on Peer)", + "header-state": "State", + "display-name": { + "label": "Display Name", + "placeholder": "The descriptive name for the peer" + }, + "linked-user": { + "label": "Linked User", + "placeholder": "The user account which owns this peer" + }, + "private-key": { + "label": "Private Key", + "placeholder": "The private key" + }, + "public-key": { + "label": "Public Key", + "placeholder": "The public key" + }, + "preshared-key": { + "label": "Preshared Key", + "placeholder": "Optional pre-shared key" + }, + "endpoint-public-key": { + "label": "Endpoint public Key", + "placeholder": "The public key of the remote endpoint" + }, + "endpoint": { + "label": "Endpoint Address", + "placeholder": "The address of the remote endpoint" + }, + "ip": { + "label": "IP Addresses", + "placeholder": "IP Addresses (CIDR format)" + }, + "allowed-ip": { + "label": "Allowed IP Addresses", + "placeholder": "Allowed IP Addresses (CIDR format)" + }, + "extra-allowed-ip": { + "label": "Extra allowed IP Addresses", + "placeholder": "Extra allowed IP's (Server Sided)", + "description": "Those IP's will be added on the remote WireGuard interface as allowed IP's." + }, + "dns": { + "label": "DNS Server", + "placeholder": "The DNS servers that should be used" + }, + "dns-search": { + "label": "DNS Search Domains", + "placeholder": "DNS search prefixes" + }, + "keep-alive": { + "label": "Keep Alive Interval", + "placeholder": "Persistent Keepalive (0 = default)" + }, + "mtu": { + "label": "MTU", + "placeholder": "The client MTU (0 = keep default)" + }, + "pre-up": { + "label": "Pre-Up", + "placeholder": "One or multiple bash commands separated by ;" + }, + "post-up": { + "label": "Post-Up", + "placeholder": "One or multiple bash commands separated by ;" + }, + "pre-down": { + "label": "Pre-Down", + "placeholder": "One or multiple bash commands separated by ;" + }, + "post-down": { + "label": "Post-Down", + "placeholder": "One or multiple bash commands separated by ;" + }, + "disabled": { + "label": "Peer Disabled" + }, + "ignore-global": { + "label": "Ignore global settings" + }, + "expires-at": { + "label": "Expiry date" + } + }, + "peer-multi-create": { + "headline-peer": "Create multiple peers", + "headline-endpoint": "Create multiple endpoints", + "identifiers": { + "label": "User Identifiers", + "placeholder": "User Identifiers", + "description": "A user identifier (the username) for which a peer should be created." + }, + "prefix": { + "headline-peer": "Peer:", + "headline-endpoint": "Endpoint:", + "label": "Display Name Prefix", + "placeholder": "The prefix", + "description": "A prefix that is added to the peers display name." + } + } + } +} diff --git a/frontend/src/main.js b/frontend/src/main.js new file mode 100644 index 0000000..300a8fb --- /dev/null +++ b/frontend/src/main.js @@ -0,0 +1,45 @@ +import { createApp } from "vue"; +import { createPinia } from "pinia"; + +import App from "./App.vue"; +import router from "./router"; + +import i18n from "./lang"; + +import Notifications from '@kyvg/vue3-notification' + +// Bootstrap (and theme) +//import "bootstrap/dist/css/bootstrap.min.css" +import "bootswatch/dist/lux/bootstrap.min.css"; +import "bootstrap"; +import "./assets/base.css"; + +// Fontawesome +import "@fortawesome/fontawesome-free/js/all.js" + +// Flags +import "flag-icons/css/flag-icons.min.css" + +// Syntax Highlighting +import 'prismjs' +import 'prismjs/themes/prism-okaidia.css' + +const app = createApp(App); + +app.use(i18n) +app.use(createPinia()); +app.use(router); +app.use(Notifications); + +app.config.globalProperties.$filters = { + truncate(value, maxLength, suffix) { + suffix = suffix || '...' + if (value.length > maxLength) { + return value.substring(0, maxLength) + suffix; + } else { + return value; + } + } +} + +app.mount("#app"); diff --git a/frontend/src/router/index.js b/frontend/src/router/index.js new file mode 100644 index 0000000..09ef969 --- /dev/null +++ b/frontend/src/router/index.js @@ -0,0 +1,109 @@ +import {createRouter, createWebHashHistory} from 'vue-router' +import HomeView from '../views/HomeView.vue' +import LoginView from '../views/LoginView.vue' +import InterfaceView from '../views/InterfaceView.vue' + +import {authStore} from '@/stores/auth' +import {notify} from "@kyvg/vue3-notification"; + +const router = createRouter({ + history: createWebHashHistory(), + routes: [ + { + path: '/', + name: 'home', + component: HomeView + }, + { + path: '/login', + name: 'login', + component: LoginView + }, + { + path: '/interface', + name: 'interface', + component: InterfaceView + }, + { + path: '/interfaces', + name: 'interfaces', + // route level code-splitting + // this generates a separate chunk (About.[hash].js) for this route + // which is lazy-loaded when the route is visited. + component: () => import('../views/InterfaceView.vue') + }, + { + path: '/users', + name: 'users', + // route level code-splitting + // this generates a separate chunk (About.[hash].js) for this route + // which is lazy-loaded when the route is visited. + component: () => import('../views/UserView.vue') + }, + { + path: '/profile', + name: 'profile', + // route level code-splitting + // this generates a separate chunk (About.[hash].js) for this route + // which is lazy-loaded when the route is visited. + component: () => import('../views/ProfileView.vue') + } + ], + linkActiveClass: "active", + linkExactActiveClass: "exact-active", +}) + +router.beforeEach(async (to) => { + const auth = authStore() + + // check if the request was a successful oauth login + if ('wgLoginState' in to.query && !auth.IsAuthenticated) { + const state = to.query['wgLoginState'] + const returnUrl = auth.ReturnUrl + console.log("Oauth login callback:", state) + + if (state === "success") { + try { + const uid = await auth.LoadSession() + console.log("Oauth login completed for UID:", uid) + console.log("Continuing to:", returnUrl) + + notify({ + title: "Logged in", + text: "Authentication suceeded!", + type: 'success', + }) + + auth.ResetReturnUrl() + return returnUrl + } catch (e) { + notify({ + title: "Login failed!", + text: "Oauth session is invalid!", + type: 'error', + }) + + return '/login' + } + } else { + notify({ + title: "Login failed!", + text: "Authentication via Oauth failed!", + type: 'error', + }) + + return '/login' + } + } + + // redirect to login page if not logged in and trying to access a restricted page + const publicPages = ['/', '/login'] + const authRequired = !publicPages.includes(to.path) + + if (authRequired && !auth.IsAuthenticated) { + auth.SetReturnUrl(to.fullPath) // store original destination before starting the auth process + return '/login' + } +}) + +export default router diff --git a/frontend/src/stores/auth.js b/frontend/src/stores/auth.js new file mode 100644 index 0000000..58b3759 --- /dev/null +++ b/frontend/src/stores/auth.js @@ -0,0 +1,125 @@ +import { defineStore } from 'pinia' + +import { notify } from "@kyvg/vue3-notification"; +import { apiWrapper } from '@/helpers/fetch-wrapper' +import router from '../router' + +export const authStore = defineStore({ + id: 'auth', + state: () => ({ + // initialize state from local storage to enable user to stay logged in + user: JSON.parse(localStorage.getItem('user')), + providers: [], + returnUrl: localStorage.getItem('returnUrl') + }), + getters: { + UserIdentifier: (state) => state.user?.Identifier || 'unknown', + User: (state) => state.user, + LoginProviders: (state) => state.providers, + IsAuthenticated: (state) => state.user != null, + IsAdmin: (state) => state.user?.IsAdmin || false, + ReturnUrl: (state) => state.returnUrl || '/', + }, + actions: { + SetReturnUrl(link) { + this.returnUrl = link + localStorage.setItem('returnUrl', link) + }, + ResetReturnUrl() { + this.returnUrl = null + localStorage.removeItem('returnUrl') + }, + // LoadProviders always returns a fulfilled promise, even if the request failed. + async LoadProviders() { + apiWrapper.get(`/auth/providers`) + .then(providers => this.providers = providers) + .catch(error => { + this.providers = [] + console.log("Failed to load auth providers: ", error) + notify({ + title: "Backend Connection Failure", + text: "Failed to load external authentication providers!", + }) + }) + }, + + // LoadSession returns promise that might have been rejected if the session was not authenticated. + async LoadSession() { + return apiWrapper.get(`/auth/session`) + .then(session => { + if (session.LoggedIn === true) { + this.ResetReturnUrl() + this.setUserInfo(session) + return session.UserIdentifier + } else { + this.setUserInfo(null) + return Promise.reject(new Error('session not authenticated')) + } + }) + .catch(err => { + this.setUserInfo(null) + return Promise.reject(err) + }) + }, + // Login returns promise that might have been rejected if the login attempt was not successful. + async Login(username, password) { + return apiWrapper.post(`/auth/login`, { username, password }) + .then(user => { + this.ResetReturnUrl() + this.setUserInfo(user) + return user.Identifier + }) + .catch(err => { + console.log("Login failed:", err) + this.setUserInfo(null) + return Promise.reject(new Error("login failed")) + }) + }, + async Logout() { + this.setUserInfo(null) + this.ResetReturnUrl() // just to be sure^^ + + try { + await apiWrapper.post(`/auth/logout`) + } catch (e) { + console.log("Logout request failed:", e) + } + + notify({ + title: "Logged Out", + text: "Logout successful!", + type: "warn", + }) + + + await router.push('/login') + }, + // -- internal setters + setUserInfo(userInfo) { + // store user details and jwt in local storage to keep user logged in between page refreshes + if (userInfo) { + if ('UserIdentifier' in userInfo) { // session object + this.user = { + Identifier: userInfo['UserIdentifier'], + Firstname: userInfo['UserFirstname'], + Lastname: userInfo['UserLastname'], + Email: userInfo['UserEmail'], + IsAdmin: userInfo['IsAdmin'] + } + } else { // user object + this.user = { + Identifier: userInfo['Identifier'], + Firstname: userInfo['Firstname'], + Lastname: userInfo['Lastname'], + Email: userInfo['Email'], + IsAdmin: userInfo['IsAdmin'] + } + } + localStorage.setItem('user', JSON.stringify(this.user)) + } else { + this.user = null + localStorage.removeItem('user') + } + }, + } +}); \ No newline at end of file diff --git a/frontend/src/stores/interfaces.js b/frontend/src/stores/interfaces.js new file mode 100644 index 0000000..58917bf --- /dev/null +++ b/frontend/src/stores/interfaces.js @@ -0,0 +1,152 @@ +import { defineStore } from 'pinia' + +import {apiWrapper} from '@/helpers/fetch-wrapper' +import {notify} from "@kyvg/vue3-notification"; +import { freshInterface } from '@/helpers/models'; +import { base64_url_encode } from '@/helpers/encoding'; + +const baseUrl = `/interface` + +export const interfaceStore = defineStore({ + id: 'interfaces', + state: () => ({ + interfaces: [], + prepared: freshInterface(), + configuration: "", + selected: "", + fetching: false, + }), + getters: { + Count: (state) => state.interfaces.length, + Prepared: (state) => {console.log("STATE:", state.prepared); return state.prepared}, + All: (state) => state.interfaces, + Find: (state) => { + return (id) => state.interfaces.find((p) => p.Identifier === id) + }, + GetSelected: (state) => state.interfaces.find((i) => i.Identifier === state.selected) || state.interfaces[0], + isFetching: (state) => state.fetching, + }, + actions: { + setInterfaces(interfaces) { + this.interfaces = interfaces + if (this.interfaces.length > 0) { + this.selected = this.interfaces[0].Identifier + } else { + this.selected = "" + } + this.fetching = false + }, + async LoadInterfaces() { + this.fetching = true + return apiWrapper.get(`${baseUrl}/all`) + .then(this.setInterfaces) + .catch(error => { + this.setInterfaces([]) + console.log("Failed to load interfaces: ", error) + notify({ + title: "Backend Connection Failure", + text: "Failed to load interfaces!", + }) + }) + }, + setPreparedInterface(iface) { + this.prepared = iface; + }, + setInterfaceConfig(ifaceConfig) { + this.configuration = ifaceConfig; + }, + async PrepareInterface() { + return apiWrapper.get(`${baseUrl}/prepare`) + .then(this.setPreparedInterface) + .catch(error => { + this.prepared = freshInterface() + console.log("Failed to load prepared interface: ", error) + notify({ + title: "Backend Connection Failure", + text: "Failed to load prepared interface!", + }) + }) + }, + async LoadInterfaceConfig(id) { + return apiWrapper.get(`${baseUrl}/config/${base64_url_encode(id)}`) + .then(this.setInterfaceConfig) + .catch(error => { + this.configuration = "" + console.log("Failed to load interface configuration: ", error) + notify({ + title: "Backend Connection Failure", + text: "Failed to load interface configuration!", + }) + }) + }, + async DeleteInterface(id) { + this.fetching = true + return apiWrapper.delete(`${baseUrl}/${base64_url_encode(id)}`) + .then(() => { + this.interfaces = this.interfaces.filter(i => i.Identifier !== id) + if (this.interfaces.length > 0) { + this.selected = this.interfaces[0].Identifier + } else { + this.selected = "" + } + this.fetching = false + }) + .catch(error => { + this.fetching = false + console.log(error) + throw new Error(error) + }) + }, + async UpdateInterface(id, formData) { + this.fetching = true + return apiWrapper.put(`${baseUrl}/${base64_url_encode(id)}`, formData) + .then(iface => { + let idx = this.interfaces.findIndex((i) => i.Identifier === id) + this.interfaces[idx] = iface + this.fetching = false + }) + .catch(error => { + this.fetching = false + console.log(error) + throw new Error(error) + }) + }, + async CreateInterface(formData) { + this.fetching = true + return apiWrapper.post(`${baseUrl}/new`, formData) + .then(iface => { + this.interfaces.push(iface) + this.fetching = false + }) + .catch(error => { + this.fetching = false + console.log(error) + throw new Error(error) + }) + }, + async ApplyPeerDefaults(id, formData) { + this.fetching = true + return apiWrapper.post(`${baseUrl}/${base64_url_encode(id)}/apply-peer-defaults`, formData) + .then(() => { + this.fetching = false + }) + .catch(error => { + this.fetching = false + console.log(error) + throw new Error(error) + }) + }, + async SaveConfiguration(id) { + this.fetching = true + return apiWrapper.post(`${baseUrl}/${base64_url_encode(id)}/save-config`) + .then(() => { + this.fetching = false + }) + .catch(error => { + this.fetching = false + console.log(error) + throw new Error(error) + }) + } + } +}) diff --git a/frontend/src/stores/peers.js b/frontend/src/stores/peers.js new file mode 100644 index 0000000..df68116 --- /dev/null +++ b/frontend/src/stores/peers.js @@ -0,0 +1,258 @@ +import { defineStore } from 'pinia' +import {apiWrapper} from "@/helpers/fetch-wrapper"; +import {notify} from "@kyvg/vue3-notification"; +import {interfaceStore} from "./interfaces"; +import {freshPeer, freshStats} from '@/helpers/models'; +import { base64_url_encode } from '@/helpers/encoding'; + +const baseUrl = `/peer` + +export const peerStore = defineStore({ + id: 'peers', + state: () => ({ + peers: [], + stats: {}, + statsEnabled: false, + peer: freshPeer(), + prepared: freshPeer(), + configuration: "", + filter: "", + pageSize: 10, + pageOffset: 0, + pages: [], + fetching: false, + }), + getters: { + Find: (state) => { + return (id) => state.peers.find((p) => p.Identifier === id) + }, + + Count: (state) => state.peers.length, + Prepared: (state) => {console.log("STATE:", state.prepared); return state.prepared}, + FilteredCount: (state) => state.Filtered.length, + All: (state) => state.peers, + Filtered: (state) => { + if (!state.filter) { + return state.peers + } + return state.peers.filter((p) => { + return p.DisplayName.includes(state.filter) || p.Identifier.includes(state.filter) + }) + }, + FilteredAndPaged: (state) => { + return state.Filtered.slice(state.pageOffset, state.pageOffset + state.pageSize) + }, + ConfigQrUrl: (state) => { + return (id) => state.peers.find((p) => p.Identifier === id) ? apiWrapper.url(`${baseUrl}/config-qr/${base64_url_encode(id)}`) : '' + }, + isFetching: (state) => state.fetching, + hasNextPage: (state) => state.pageOffset < (state.FilteredCount - state.pageSize), + hasPrevPage: (state) => state.pageOffset > 0, + currentPage: (state) => (state.pageOffset / state.pageSize)+1, + Statistics: (state) => { + return (id) => state.statsEnabled && (id in state.stats) ? state.stats[id] : freshStats() + }, + hasStatistics: (state) => state.statsEnabled, + + }, + actions: { + afterPageSizeChange() { + // reset pageOffset to avoid problems with new page sizes + this.pageOffset = 0 + this.calculatePages() + }, + calculatePages() { + let pageCounter = 1; + this.pages = [] + for (let i = 0; i < this.FilteredCount; i+=this.pageSize) { + this.pages.push(pageCounter++) + } + }, + gotoPage(page) { + this.pageOffset = (page-1) * this.pageSize + + this.calculatePages() + }, + nextPage() { + this.pageOffset += this.pageSize + + this.calculatePages() + }, + previousPage() { + this.pageOffset -= this.pageSize + + this.calculatePages() + }, + setPeers(peers) { + this.peers = peers + this.calculatePages() + this.fetching = false + }, + setPeer(peer) { + this.peer = peer + this.fetching = false + }, + setPreparedPeer(peer) { + this.prepared = peer; + }, + setPeerConfig(config) { + this.configuration = config; + }, + setStats(statsResponse) { + if (!statsResponse) { + this.stats = {} + this.statsEnabled = false + } + this.stats = statsResponse.Stats + this.statsEnabled = statsResponse.Enabled + }, + async PreparePeer(interfaceId) { + return apiWrapper.get(`${baseUrl}/iface/${base64_url_encode(interfaceId)}/prepare`) + .then(this.setPreparedPeer) + .catch(error => { + this.prepared = freshPeer() + console.log("Failed to load prepared peer: ", error) + notify({ + title: "Backend Connection Failure", + text: "Failed to load prepared peer!", + }) + }) + }, + async MailPeerConfig(linkOnly, ids) { + return apiWrapper.post(`${baseUrl}/config-mail`, { + Identifiers: ids, + LinkOnly: linkOnly + }) + .then(() => { + notify({ + title: "Peer Configuration sent", + text: "Email sent to linked user!", + }) + }) + .catch(error => { + console.log("Failed to send peer configuration: ", error) + throw new Error(error) + }) + }, + async LoadPeerConfig(id) { + return apiWrapper.get(`${baseUrl}/config/${base64_url_encode(id)}`) + .then(this.setPeerConfig) + .catch(error => { + this.configuration = "" + console.log("Failed to load peer configuration: ", error) + notify({ + title: "Backend Connection Failure", + text: "Failed to load peer configuration!", + }) + }) + }, + async LoadPeer(id) { + this.fetching = true + return apiWrapper.get(`${baseUrl}/${base64_url_encode(id)}`) + .then(this.setPeer) + .catch(error => { + this.setPeers([]) + console.log("Failed to load peer: ", error) + notify({ + title: "Backend Connection Failure", + text: "Failed to load peer!", + }) + }) + }, + async LoadStats(interfaceId) { + // if no interfaceId is given, use the currently selected interface + if (!interfaceId) { + interfaceId = interfaceStore().GetSelected.Identifier + if (!interfaceId) { + return // no interface, nothing to load + } + } + this.fetching = true + + return apiWrapper.get(`${baseUrl}/iface/${base64_url_encode(interfaceId)}/stats`) + .then(this.setStats) + .catch(error => { + this.setStats(undefined) + console.log("Failed to load peer stats: ", error) + notify({ + title: "Backend Connection Failure", + text: "Failed to load peer stats!", + }) + }) + }, + async DeletePeer(id) { + this.fetching = true + return apiWrapper.delete(`${baseUrl}/${base64_url_encode(id)}`) + .then(() => { + this.peers = this.peers.filter(p => p.Identifier !== id) + this.fetching = false + }) + .catch(error => { + this.fetching = false + console.log(error) + throw new Error(error) + }) + }, + async UpdatePeer(id, formData) { + this.fetching = true + return apiWrapper.put(`${baseUrl}/${base64_url_encode(id)}`, formData) + .then(peer => { + let idx = this.peers.findIndex((p) => p.Identifier === id) + this.peers[idx] = peer + this.fetching = false + }) + .catch(error => { + this.fetching = false + console.log(error) + throw new Error(error) + }) + }, + async CreatePeer(interfaceId, formData) { + this.fetching = true + return apiWrapper.post(`${baseUrl}/iface/${base64_url_encode(interfaceId)}/new`, formData) + .then(peer => { + this.peers.push(peer) + this.fetching = false + }) + .catch(error => { + this.fetching = false + console.log(error) + throw new Error(error) + }) + }, + async CreateMultiplePeers(interfaceId, formData) { + this.fetching = true + return apiWrapper.post(`${baseUrl}/iface/${base64_url_encode(interfaceId)}/multiplenew`, formData) + .then(peers => { + this.peers.push(...peers) + this.fetching = false + }) + .catch(error => { + this.fetching = false + console.log(error) + throw new Error(error) + }) + }, + async LoadPeers(interfaceId) { + // if no interfaceId is given, use the currently selected interface + if (!interfaceId) { + interfaceId = interfaceStore().GetSelected.Identifier + if (!interfaceId) { + return // no interface, nothing to load + } + } + this.fetching = true + + return apiWrapper.get(`${baseUrl}/iface/${base64_url_encode(interfaceId)}/all`) + .then(this.setPeers) + .catch(error => { + this.setPeers([]) + console.log("Failed to load peers: ", error) + notify({ + title: "Backend Connection Failure", + text: "Failed to load peers!", + }) + }) + } + } +}) diff --git a/frontend/src/stores/profile.js b/frontend/src/stores/profile.js new file mode 100644 index 0000000..f795d22 --- /dev/null +++ b/frontend/src/stores/profile.js @@ -0,0 +1,137 @@ +import { defineStore } from 'pinia' +import {apiWrapper} from "@/helpers/fetch-wrapper"; +import {notify} from "@kyvg/vue3-notification"; +import {authStore} from "@/stores/auth"; +import { base64_url_encode } from '@/helpers/encoding'; +import {freshStats} from "@/helpers/models"; + +const baseUrl = `/user` + +export const profileStore = defineStore({ + id: 'profile', + state: () => ({ + peers: [], + stats: {}, + statsEnabled: false, + user: {}, + filter: "", + pageSize: 10, + pageOffset: 0, + pages: [], + fetching: false, + }), + getters: { + FindPeers: (state) => { + return (id) => state.peers.find((p) => p.Identifier === id) + }, + CountPeers: (state) => state.peers.length, + FilteredPeerCount: (state) => state.FilteredPeers.length, + Peers: (state) => state.peers, + FilteredPeers: (state) => { + if (!state.filter) { + return state.peers + } + return state.peers.filter((p) => { + return p.DisplayName.includes(state.filter) || p.Identifier.includes(state.filter) + }) + }, + FilteredAndPagedPeers: (state) => { + return state.FilteredPeers.slice(state.pageOffset, state.pageOffset + state.pageSize) + }, + isFetching: (state) => state.fetching, + hasNextPage: (state) => state.pageOffset < (state.FilteredPeerCount - state.pageSize), + hasPrevPage: (state) => state.pageOffset > 0, + currentPage: (state) => (state.pageOffset / state.pageSize)+1, + Statistics: (state) => { + return (id) => state.statsEnabled && (id in state.stats) ? state.stats[id] : freshStats() + }, + hasStatistics: (state) => state.statsEnabled, + }, + actions: { + afterPageSizeChange() { + // reset pageOffset to avoid problems with new page sizes + this.pageOffset = 0 + this.calculatePages() + }, + calculatePages() { + let pageCounter = 1; + this.pages = [] + for (let i = 0; i < this.FilteredPeerCount; i+=this.pageSize) { + this.pages.push(pageCounter++) + } + }, + gotoPage(page) { + this.pageOffset = (page-1) * this.pageSize + + this.calculatePages() + }, + nextPage() { + this.pageOffset += this.pageSize + + this.calculatePages() + }, + previousPage() { + this.pageOffset -= this.pageSize + + this.calculatePages() + }, + setPeers(peers) { + this.peers = peers + this.fetching = false + }, + setUser(user) { + this.user = user + this.fetching = false + }, + setStats(statsResponse) { + if (!statsResponse) { + this.stats = {} + this.statsEnabled = false + } + this.stats = statsResponse.Stats + this.statsEnabled = statsResponse.Enabled + }, + async LoadPeers() { + this.fetching = true + let currentUser = authStore().user.Identifier + return apiWrapper.get(`${baseUrl}/${base64_url_encode(currentUser)}/peers`) + .then(this.setPeers) + .catch(error => { + this.setPeers([]) + console.log("Failed to load user peers for ", currentUser, ": ", error) + notify({ + title: "Backend Connection Failure", + text: "Failed to load user peers!", + }) + }) + }, + async LoadStats() { + this.fetching = true + let currentUser = authStore().user.Identifier + return apiWrapper.get(`${baseUrl}/${base64_url_encode(currentUser)}/stats`) + .then(this.setStats) + .catch(error => { + this.setStats(undefined) + console.log("Failed to load peer stats: ", error) + notify({ + title: "Backend Connection Failure", + text: "Failed to load peer stats!", + }) + }) + }, + async LoadUser() { + this.fetching = true + let currentUser = authStore().user.Identifier + return apiWrapper.get(`${baseUrl}/${base64_url_encode(currentUser)}`) + .then(this.setUser) + .catch(error => { + this.setUser({}) + console.log("Failed to load user for ", currentUser, ": ", error) + notify({ + title: "Backend Connection Failure", + text: "Failed to load user!", + }) + }) + }, + } +}) diff --git a/frontend/src/stores/security.js b/frontend/src/stores/security.js new file mode 100644 index 0000000..1d81a38 --- /dev/null +++ b/frontend/src/stores/security.js @@ -0,0 +1,32 @@ +import { defineStore } from 'pinia' + +import { notify } from "@kyvg/vue3-notification"; +import { apiWrapper } from '@/helpers/fetch-wrapper' + +export const securityStore = defineStore({ + id: 'security', + state: () => ({ + csrfToken: "", + }), + getters: { + CsrfToken: (state) => state.csrfToken, + }, + actions: { + SetCsrfToken(token) { + this.csrfToken = token + }, + // LoadSecurityProperties always returns a fulfilled promise, even if the request failed. + async LoadSecurityProperties() { + await apiWrapper.get(`/csrf`) + .then(token => this.SetCsrfToken(token)) + .catch(error => { + this.SetCsrfToken(""); + console.log("Failed to load csrf token: ", error); + notify({ + title: "Backend Connection Failure", + text: "Failed to load csrf token!", + }); + }) + } + } +}); \ No newline at end of file diff --git a/frontend/src/stores/settings.js b/frontend/src/stores/settings.js new file mode 100644 index 0000000..6a404d8 --- /dev/null +++ b/frontend/src/stores/settings.js @@ -0,0 +1,36 @@ +import { defineStore } from 'pinia' + +import { notify } from "@kyvg/vue3-notification"; +import { apiWrapper } from '@/helpers/fetch-wrapper' + +const baseUrl = `/config` + +export const settingsStore = defineStore({ + id: 'settings', + state: () => ({ + settings: {}, + }), + getters: { + Setting: (state) => { + return (key) => (key in state.settings) ? state.settings[key] : undefined + } + }, + actions: { + setSettings(settings) { + this.settings = settings + }, + // LoadSecurityProperties always returns a fulfilled promise, even if the request failed. + async LoadSettings() { + await apiWrapper.get(`${baseUrl}/settings`) + .then(data => this.setSettings(data)) + .catch(error => { + this.setSettings({}); + console.log("Failed to load settings: ", error); + notify({ + title: "Backend Connection Failure", + text: "Failed to load settings!", + }); + }) + } + } +}); \ No newline at end of file diff --git a/frontend/src/stores/users.js b/frontend/src/stores/users.js new file mode 100644 index 0000000..feeff18 --- /dev/null +++ b/frontend/src/stores/users.js @@ -0,0 +1,147 @@ +import { defineStore } from 'pinia' +import {apiWrapper} from "@/helpers/fetch-wrapper"; +import {notify} from "@kyvg/vue3-notification"; +import { base64_url_encode } from '@/helpers/encoding'; + +const baseUrl = `/user` + +export const userStore = defineStore({ + id: 'users', + state: () => ({ + userPeers: [], + users: [], + filter: "", + pageSize: 10, + pageOffset: 0, + pages: [], + fetching: false, + }), + getters: { + Find: (state) => { + return (id) => state.users.find((p) => p.Identifier === id) + }, + Count: (state) => state.users.length, + FilteredCount: (state) => state.Filtered.length, + All: (state) => state.users, + Peers: (state) => state.userPeers, + Filtered: (state) => { + if (!state.filter) { + return state.users + } + return state.users.filter((u) => { + return u.Firstname.includes(state.filter) || u.Lastname.includes(state.filter) || u.Email.includes(state.filter) || u.Identifier.includes(state.filter) + }) + }, + FilteredAndPaged: (state) => { + return state.Filtered.slice(state.pageOffset, state.pageOffset + state.pageSize) + }, + isFetching: (state) => state.fetching, + hasNextPage: (state) => state.pageOffset < (state.FilteredCount - state.pageSize), + hasPrevPage: (state) => state.pageOffset > 0, + currentPage: (state) => (state.pageOffset / state.pageSize)+1, + }, + actions: { + afterPageSizeChange() { + // reset pageOffset to avoid problems with new page sizes + this.pageOffset = 0 + this.calculatePages() + }, + calculatePages() { + let pageCounter = 1; + this.pages = [] + for (let i = 0; i < this.FilteredCount; i+=this.pageSize) { + this.pages.push(pageCounter++) + } + }, + gotoPage(page) { + this.pageOffset = (page-1) * this.pageSize + + this.calculatePages() + }, + nextPage() { + this.pageOffset += this.pageSize + + this.calculatePages() + }, + previousPage() { + this.pageOffset -= this.pageSize + + this.calculatePages() + }, + setUsers(users) { + this.users = users + this.calculatePages() + this.fetching = false + }, + setUserPeers(peers) { + this.userPeers = peers + this.fetching = false + }, + async LoadUsers() { + this.fetching = true + return apiWrapper.get(`${baseUrl}/all`) + .then(this.setUsers) + .catch(error => { + this.setUsers([]) + console.log("Failed to load users: ", error) + notify({ + title: "Backend Connection Failure", + text: "Failed to load users!", + }) + }) + }, + async DeleteUser(id) { + this.fetching = true + return apiWrapper.delete(`${baseUrl}/${base64_url_encode(id)}`) + .then(() => { + this.users = this.users.filter(u => u.Identifier !== id) + this.fetching = false + }) + .catch(error => { + this.fetching = false + console.log(error) + throw new Error(error) + }) + }, + async UpdateUser(id, formData) { + this.fetching = true + return apiWrapper.put(`${baseUrl}/${base64_url_encode(id)}`, formData) + .then(user => { + let idx = this.users.findIndex((u) => u.Identifier === id) + this.users[idx] = user + this.fetching = false + }) + .catch(error => { + this.fetching = false + console.log(error) + throw new Error(error) + }) + }, + async CreateUser(formData) { + this.fetching = true + return apiWrapper.post(`${baseUrl}/new`, formData) + .then(user => { + this.users.push(user) + this.fetching = false + }) + .catch(error => { + this.fetching = false + console.log(error) + throw new Error(error) + }) + }, + async LoadUserPeers(id) { + this.fetching = true + return apiWrapper.get(`${baseUrl}/${base64_url_encode(id)}/peers`) + .then(this.setUserPeers) + .catch(error => { + this.setUserPeers([]) + console.log("Failed to load user peers for ",id ,": ", error) + notify({ + title: "Backend Connection Failure", + text: "Failed to load user peers!", + }) + }) + }, + } +}) diff --git a/frontend/src/views/HomeView.vue b/frontend/src/views/HomeView.vue new file mode 100644 index 0000000..b0dafe8 --- /dev/null +++ b/frontend/src/views/HomeView.vue @@ -0,0 +1,73 @@ + + + diff --git a/frontend/src/views/InterfaceView.vue b/frontend/src/views/InterfaceView.vue new file mode 100644 index 0000000..e88e0c2 --- /dev/null +++ b/frontend/src/views/InterfaceView.vue @@ -0,0 +1,390 @@ + + + diff --git a/frontend/src/views/LoginView.vue b/frontend/src/views/LoginView.vue new file mode 100644 index 0000000..1523c27 --- /dev/null +++ b/frontend/src/views/LoginView.vue @@ -0,0 +1,113 @@ + + + diff --git a/frontend/src/views/ProfileView.vue b/frontend/src/views/ProfileView.vue new file mode 100644 index 0000000..9020481 --- /dev/null +++ b/frontend/src/views/ProfileView.vue @@ -0,0 +1,126 @@ + + + diff --git a/frontend/src/views/UserView.vue b/frontend/src/views/UserView.vue new file mode 100644 index 0000000..c460060 --- /dev/null +++ b/frontend/src/views/UserView.vue @@ -0,0 +1,126 @@ + + + diff --git a/frontend/vite.config.js b/frontend/vite.config.js new file mode 100644 index 0000000..1a0bc42 --- /dev/null +++ b/frontend/vite.config.js @@ -0,0 +1,34 @@ +import { fileURLToPath, URL } from 'url' + +import { defineConfig } from 'vite' +import vue from '@vitejs/plugin-vue' + +// https://vitejs.dev/config/ +export default defineConfig({ + plugins: [vue()], + resolve: { + alias: { + '@': fileURLToPath(new URL('./src', import.meta.url)) + } + }, + build: { + outDir: '../internal/app/api/core/frontend-dist', + emptyOutDir: true + }, + // local dev api (proxy to avoid cors problems) + server: { + port: 5000, + proxy: { + "/api/v0": { + target: "http://localhost:8888", + changeOrigin: true, + secure: false, + withCredentials: true, + headers: { + "x-wg-dev": true, + }, + rewrite: (path) => path, + }, + }, + }, +}) diff --git a/go.mod b/go.mod index 0523699..7786e4e 100644 --- a/go.mod +++ b/go.mod @@ -1,78 +1,106 @@ module github.com/h44z/wg-portal -go 1.18 +go 1.20 require ( - git.prolicht.digital/golib/healthcheck v1.1.1 - github.com/evanphx/json-patch v5.6.0+incompatible + github.com/coreos/go-oidc/v3 v3.6.0 + github.com/gin-contrib/cors v1.4.0 github.com/gin-contrib/sessions v0.0.5 - github.com/gin-gonic/gin v1.8.2 - github.com/go-ldap/ldap/v3 v3.4.4 - github.com/go-playground/validator/v10 v10.11.2 - github.com/kelseyhightower/envconfig v1.4.0 - github.com/milosgajdos/tenus v0.0.3 - github.com/pkg/errors v0.9.1 - github.com/sirupsen/logrus v1.9.0 - github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e - github.com/swaggo/files v1.0.0 - github.com/swaggo/gin-swagger v1.5.3 - github.com/swaggo/swag v1.8.10 - github.com/tatsushid/go-fastping v0.0.0-20160109021039-d7bb493dee3e + github.com/gin-gonic/gin v1.9.1 + github.com/glebarez/sqlite v1.9.0 + github.com/go-ldap/ldap/v3 v3.4.5 + github.com/prometheus-community/pro-bing v0.3.0 + github.com/sirupsen/logrus v1.9.3 + github.com/stretchr/testify v1.8.4 + github.com/swaggo/swag v1.16.1 github.com/toorop/gin-logrus v0.0.0-20210225092905-2c785434f26f github.com/utrack/gin-csrf v0.0.0-20190424104817-40fb8d2c8fca - github.com/xhit/go-simple-mail/v2 v2.13.0 - golang.org/x/crypto v0.6.0 - golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230215201556-9c5414ab4bde - gopkg.in/yaml.v3 v3.0.1 - gorm.io/driver/mysql v1.4.7 - gorm.io/driver/sqlite v1.4.4 - gorm.io/gorm v1.24.5 + github.com/vardius/message-bus v1.1.5 + github.com/vishvananda/netlink v1.1.0 + github.com/xhit/go-simple-mail/v2 v2.15.0 + github.com/yeqown/go-qrcode/v2 v2.2.2 + golang.org/x/crypto v0.11.0 + golang.org/x/oauth2 v0.10.0 + golang.org/x/sys v0.10.0 + golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6 + gopkg.in/yaml.v2 v2.4.0 + gorm.io/driver/mysql v1.5.1 + gorm.io/driver/postgres v1.5.2 + gorm.io/driver/sqlserver v1.5.1 + gorm.io/gorm v1.25.2 ) require ( github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect github.com/KyleBanks/depth v1.2.1 // indirect + github.com/bytedance/sonic v1.9.1 // indirect + github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect + github.com/davecgh/go-spew v1.1.1 // indirect github.com/dchest/uniuri v1.2.0 // indirect - github.com/docker/libcontainer v2.2.1+incompatible // indirect + github.com/dustin/go-humanize v1.0.1 // indirect + github.com/gabriel-vasile/mimetype v1.4.2 // indirect github.com/gin-contrib/sse v0.1.0 // indirect + github.com/glebarez/go-sqlite v1.21.2 // indirect github.com/go-asn1-ber/asn1-ber v1.5.4 // indirect + github.com/go-jose/go-jose/v3 v3.0.0 // indirect github.com/go-openapi/jsonpointer v0.19.6 // indirect github.com/go-openapi/jsonreference v0.20.2 // indirect - github.com/go-openapi/spec v0.20.8 // indirect - github.com/go-openapi/swag v0.22.3 // indirect + github.com/go-openapi/spec v0.20.9 // indirect + github.com/go-openapi/swag v0.22.4 // indirect github.com/go-playground/locales v0.14.1 // indirect github.com/go-playground/universal-translator v0.18.1 // indirect - github.com/go-sql-driver/mysql v1.7.0 // indirect + github.com/go-playground/validator/v10 v10.14.1 // indirect + github.com/go-sql-driver/mysql v1.7.1 // indirect github.com/go-test/deep v1.0.8 // indirect - github.com/goccy/go-json v0.10.0 // indirect + github.com/goccy/go-json v0.10.2 // indirect + github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect + github.com/golang-sql/sqlexp v0.1.0 // indirect + github.com/golang/protobuf v1.5.3 // indirect github.com/google/go-cmp v0.5.9 // indirect + github.com/google/uuid v1.3.0 // indirect github.com/gorilla/context v1.1.1 // indirect github.com/gorilla/securecookie v1.1.1 // indirect github.com/gorilla/sessions v1.2.1 // indirect + github.com/jackc/pgpassfile v1.0.0 // indirect + github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect + github.com/jackc/pgx/v5 v5.4.0 // indirect github.com/jinzhu/inflection v1.0.0 // indirect github.com/jinzhu/now v1.1.5 // indirect github.com/josharian/intern v1.0.0 // indirect github.com/josharian/native v1.1.0 // indirect github.com/json-iterator/go v1.1.12 // indirect - github.com/leodido/go-urn v1.2.1 // indirect + github.com/klauspost/cpuid/v2 v2.2.5 // indirect + github.com/leodido/go-urn v1.2.4 // indirect github.com/mailru/easyjson v0.7.7 // indirect - github.com/mattn/go-isatty v0.0.17 // indirect - github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect - github.com/mdlayher/genetlink v1.3.1 // indirect - github.com/mdlayher/netlink v1.7.1 // indirect - github.com/mdlayher/socket v0.4.0 // indirect + github.com/mattn/go-isatty v0.0.19 // indirect + github.com/mdlayher/genetlink v1.3.2 // indirect + github.com/mdlayher/netlink v1.7.2 // indirect + github.com/mdlayher/socket v0.4.1 // indirect + github.com/microsoft/go-mssqldb v1.1.0 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.2 // indirect - github.com/pelletier/go-toml/v2 v2.0.6 // indirect + github.com/pelletier/go-toml/v2 v2.0.8 // indirect + github.com/pmezard/go-difflib v1.0.0 // indirect github.com/quasoft/memstore v0.0.0-20191010062613-2bce066d2b0b // indirect + github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect + github.com/stretchr/objx v0.5.0 // indirect github.com/toorop/go-dkim v0.0.0-20201103131630-e1cd1a0a5208 // indirect - github.com/ugorji/go/codec v1.2.9 // indirect - golang.org/x/net v0.7.0 // indirect - golang.org/x/sync v0.1.0 // indirect - golang.org/x/sys v0.5.0 // indirect - golang.org/x/text v0.7.0 // indirect - golang.org/x/tools v0.6.0 // indirect - golang.zx2c4.com/wireguard v0.0.0-20230216153314-c7b76d3d9ecd // indirect - google.golang.org/protobuf v1.28.1 // indirect - gopkg.in/yaml.v2 v2.4.0 // indirect + github.com/twitchyliquid64/golang-asm v0.15.1 // indirect + github.com/ugorji/go/codec v1.2.11 // indirect + github.com/vishvananda/netns v0.0.4 // indirect + github.com/yeqown/reedsolomon v1.0.0 // indirect + golang.org/x/arch v0.3.0 // indirect + golang.org/x/net v0.12.0 // indirect + golang.org/x/sync v0.3.0 // indirect + golang.org/x/text v0.11.0 // indirect + golang.org/x/tools v0.9.3 // indirect + golang.zx2c4.com/wireguard v0.0.0-20230325221338-052af4a8072b // indirect + google.golang.org/appengine v1.6.7 // indirect + google.golang.org/protobuf v1.31.0 // indirect + gopkg.in/yaml.v3 v3.0.1 // indirect + modernc.org/libc v1.22.5 // indirect + modernc.org/mathutil v1.5.0 // indirect + modernc.org/memory v1.5.0 // indirect + modernc.org/sqlite v1.23.1 // indirect + sigs.k8s.io/yaml v1.3.0 // indirect ) diff --git a/go.sum b/go.sum index d1f4a12..5490328 100644 --- a/go.sum +++ b/go.sum @@ -1,18 +1,24 @@ -git.prolicht.digital/golib/healthcheck v1.1.1 h1:bdx0MuGqAq0PCooPpiuPXsr4/Ok+yfJwq8P9ITq2eLI= -git.prolicht.digital/golib/healthcheck v1.1.1/go.mod h1:wEqVrqHJ8NsSx5qlFGUlw74wJ/wDSKaA34QoyvsEkdc= -github.com/Azure/go-ntlmssp v0.0.0-20220621081337-cb9428e4ac1e/go.mod h1:chxPXzSsl7ZWRAuOIE23GDNzjWuZquvFlgA8xmpunjU= +github.com/Azure/azure-sdk-for-go/sdk/azcore v1.6.0/go.mod h1:bjGvMhVMb+EEm3VRNQawDMUyMMjo+S5ewNjflkep/0Q= +github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.3.0/go.mod h1:OQeznEEkTZ9OrhHJoDD8ZDq51FHgXjqtP9z6bEwBq9U= +github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0/go.mod h1:okt5dMMTOFjX/aovMlrjvvXoPMBVSPzk9185BT0+eZM= github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 h1:mFRzDkZVAjdal+s7s0MwaRv9igoPqLRdzOLzw/8Xvq8= github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358/go.mod h1:chxPXzSsl7ZWRAuOIE23GDNzjWuZquvFlgA8xmpunjU= -github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= +github.com/AzureAD/microsoft-authentication-library-for-go v1.0.0/go.mod h1:kgDmCTgBzIEPFElEF+FK0SdjAor06dRq2Go927dnQ6o= github.com/KyleBanks/depth v1.2.1 h1:5h8fQADFrWtarTdtDudMmGsC7GPbOAu6RVB3ffsVFHc= github.com/KyleBanks/depth v1.2.1/go.mod h1:jzSb9d0L43HxTQfT+oSA1EEp2q+ne2uh6XgeJcm8brE= -github.com/PuerkitoBio/purell v1.1.1/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= -github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE= -github.com/agiledragon/gomonkey/v2 v2.3.1/go.mod h1:ap1AmDzcVOAz1YpeJ3TCzIgstoaWLA6jbbgxfB4w2iY= +github.com/alexbrainman/sspi v0.0.0-20210105120005-909beea2cc74 h1:Kk6a4nehpJ3UuJRqlA3JxYxBZEqCeOmATOvrbT4p9RA= +github.com/alexbrainman/sspi v0.0.0-20210105120005-909beea2cc74/go.mod h1:cEWa1LVoE5KvSD9ONXsZrj0z6KqySlCCNKHlLzbqAt4= github.com/boj/redistore v0.0.0-20180917114910-cd5dcc76aeff/go.mod h1:+RTT1BOk5P97fT2CiHkbFQwkK3mjsFAP6zCYV2aXtjw= github.com/bradfitz/gomemcache v0.0.0-20180710155616-bc664df96737/go.mod h1:PmM6Mmwb0LSuEubjR8N7PtNe1KxZLtOUHtbeikc5h60= github.com/bradleypeabody/gorilla-sessions-memcache v0.0.0-20181103040241-659414f458e1/go.mod h1:dkChI7Tbtx7H1Tj7TqGSZMOeGpMP5gLHtjroHd4agiI= -github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU= +github.com/bytedance/sonic v1.5.0/go.mod h1:ED5hyg4y6t3/9Ku1R6dU/4KyJ48DZ4jPhfY1O2AihPM= +github.com/bytedance/sonic v1.9.1 h1:6iJ6NqdoxCDr6mbY8h18oSO+cShGSMRGCEo7F2h0x8s= +github.com/bytedance/sonic v1.9.1/go.mod h1:i736AoUSYt75HyZLoJW9ERYxcy6eaN6h4BZXU064P/U= +github.com/chenzhuoyu/base64x v0.0.0-20211019084208-fb5309c8db06/go.mod h1:DH46F32mSOjUmXrMHnKwZdA8wcEefY7UVqBKYGjpdQY= +github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 h1:qSGYFH7+jGhDF8vLC+iwCD4WpbV1EBDSzWkJODFLams= +github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311/go.mod h1:b583jCggY9gE99b6G5LEC39OIiVsWj+R97kbl5odCEk= +github.com/coreos/go-oidc/v3 v3.6.0 h1:AKVxfYw1Gmkn/w96z0DbT/B/xFnzTd3MkZvWLjF4n/o= +github.com/coreos/go-oidc/v3 v3.6.0/go.mod h1:ZpHUsHBucTUj6WOkrP4E20UPynbLZzhTQ1XKCXkxyPc= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= @@ -20,14 +26,15 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/dchest/uniuri v0.0.0-20160212164326-8902c56451e9/go.mod h1:GgB8SF9nRG+GqaDtLcwJZsQFhcogVCJ79j4EdT0c2V4= github.com/dchest/uniuri v1.2.0 h1:koIcOUdrTIivZgSLhHQvKgqdWZq5d7KdMEWF1Ud6+5g= github.com/dchest/uniuri v1.2.0/go.mod h1:fSzm4SLHzNZvWLvWJew423PhAzkpNQYq+uNLq4kxhkY= -github.com/docker/libcontainer v2.2.1+incompatible h1:++SbbkCw+X8vAd4j2gOCzZ2Nn7s2xFALTf7LZKmM1/0= -github.com/docker/libcontainer v2.2.1+incompatible/go.mod h1:osvj61pYsqhNCMLGX31xr7klUBhHb/ZBuXS0o1Fvwbw= -github.com/evanphx/json-patch v5.6.0+incompatible h1:jBYDEEiFBPxA0v50tFdvOzQQTCvpL6mnFh5mB2/l16U= -github.com/evanphx/json-patch v5.6.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= +github.com/dnaeon/go-vcr v1.1.0/go.mod h1:M7tiix8f0r6mKKJ3Yq/kqU1OYf3MnfmBWVbPx/yU9ko= +github.com/dnaeon/go-vcr v1.2.0/go.mod h1:R4UdLID7HZT3taECzJs4YgbbH6PIGXB6W/sc5OLb6RQ= +github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY= +github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto= +github.com/gabriel-vasile/mimetype v1.4.2 h1:w5qFW6JKBz9Y393Y4q372O9A7cUSequkh1Q7OhCmWKU= +github.com/gabriel-vasile/mimetype v1.4.2/go.mod h1:zApsH/mKG4w07erKIaJPFiX0Tsq9BFQgN3qGY5GnNgA= github.com/garyburd/redigo v1.6.0/go.mod h1:NR3MbYisc3/PwhQ00EMzDiPmrwpPxAn5GI05/YaO1SY= -github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= -github.com/gin-contrib/gzip v0.0.6 h1:NjcunTcGAj5CO1gn4N8jHOSIeRFHIbn51z6K+xaN4d4= -github.com/gin-contrib/gzip v0.0.6/go.mod h1:QOJlmV2xmayAjkNS2Y8NQsMneuRShOU/kjovCXNuzzk= +github.com/gin-contrib/cors v1.4.0 h1:oJ6gwtUl3lqV0WEIwM/LxPF1QZ5qe2lGWdY2+bz7y0g= +github.com/gin-contrib/cors v1.4.0/go.mod h1:bs9pNM0x/UsmHPBWT2xZz9ROh8xYjYkiURUfmBoMlcs= github.com/gin-contrib/sessions v0.0.0-20190101140330-dc5246754963/go.mod h1:4lkInX8nHSR62NSmhXM3xtPeMSyfiR58NaEz+om1lHM= github.com/gin-contrib/sessions v0.0.5 h1:CATtfHmLMQrMNpJRgzjWXD7worTh7g7ritsQfmF+0jE= github.com/gin-contrib/sessions v0.0.5/go.mod h1:vYAuaUPqie3WUSsft6HUlCjlwwoJQs97miaG2+7neKY= @@ -36,28 +43,33 @@ github.com/gin-contrib/sse v0.1.0 h1:Y/yl/+YNO8GZSjAhjMsSuLt29uWRFHdHYUb5lYOV9qE github.com/gin-contrib/sse v0.1.0/go.mod h1:RHrZQHXnP2xjPF+u1gW/2HnVO7nvIa9PG3Gm+fLHvGI= github.com/gin-gonic/gin v1.3.0/go.mod h1:7cKuhb5qV2ggCFctp2fJQ+ErvciLZrIeoOSOm6mUr7Y= github.com/gin-gonic/gin v1.8.1/go.mod h1:ji8BvRH1azfM+SYow9zQ6SZMvR8qOMZHmsCuWR9tTTk= -github.com/gin-gonic/gin v1.8.2 h1:UzKToD9/PoFj/V4rvlKqTRKnQYyz8Sc1MJlv4JHPtvY= -github.com/gin-gonic/gin v1.8.2/go.mod h1:qw5AYuDrzRTnhvusDsrov+fDIxp9Dleuu12h8nfB398= +github.com/gin-gonic/gin v1.9.1 h1:4idEAncQnU5cB7BeOkPtxjfCSye0AAm1R0RVIqJ+Jmg= +github.com/gin-gonic/gin v1.9.1/go.mod h1:hPrL7YrpYKXt5YId3A/Tnip5kqbEAP+KLuI3SUcPTeU= +github.com/glebarez/go-sqlite v1.21.2 h1:3a6LFC4sKahUunAmynQKLZceZCOzUthkRkEAl9gAXWo= +github.com/glebarez/go-sqlite v1.21.2/go.mod h1:sfxdZyhQjTM2Wry3gVYWaW072Ri1WMdWJi0k6+3382k= +github.com/glebarez/sqlite v1.9.0 h1:Aj6bPA12ZEx5GbSF6XADmCkYXlljPNUY+Zf1EQxynXs= +github.com/glebarez/sqlite v1.9.0/go.mod h1:YBYCoyupOao60lzp1MVBLEjZfgkq0tdB1voAQ09K9zw= github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8/go.mod h1:xkRDCp4j0OGD1HRkm4kmhM+pmpv3AKq5SU7GMg4oO/Q= github.com/go-asn1-ber/asn1-ber v1.5.4 h1:vXT6d/FNDiELJnLb6hGNa309LMsrCoYFvpwHDF0+Y1A= github.com/go-asn1-ber/asn1-ber v1.5.4/go.mod h1:hEBeB/ic+5LoWskz+yKT7vGhhPYkProFKoKdwZRWMe0= -github.com/go-ldap/ldap/v3 v3.4.4 h1:qPjipEpt+qDa6SI/h1fzuGWoRUY+qqQ9sOZq67/PYUs= -github.com/go-ldap/ldap/v3 v3.4.4/go.mod h1:fe1MsuN5eJJ1FeLT/LEBVdWfNWKh459R7aXgXtJC+aI= +github.com/go-jose/go-jose/v3 v3.0.0 h1:s6rrhirfEP/CGIoc6p+PZAeogN2SxKav6Wp7+dyMWVo= +github.com/go-jose/go-jose/v3 v3.0.0/go.mod h1:RNkWWRld676jZEYoV3+XK8L2ZnNSvIsxFMht0mSX+u8= +github.com/go-ldap/ldap/v3 v3.4.5 h1:ekEKmaDrpvR2yf5Nc/DClsGG9lAmdDixe44mLzlW5r8= +github.com/go-ldap/ldap/v3 v3.4.5/go.mod h1:bMGIq3AGbytbaMwf8wdv5Phdxz0FWHTIYMSzyrYgnQs= github.com/go-openapi/jsonpointer v0.19.3/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg= github.com/go-openapi/jsonpointer v0.19.5/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg= github.com/go-openapi/jsonpointer v0.19.6 h1:eCs3fxoIi3Wh6vtgmLTOjdhSpiqphQ+DaPn38N2ZdrE= github.com/go-openapi/jsonpointer v0.19.6/go.mod h1:osyAmYz/mB/C3I+WsTTSgw1ONzaLJoLCyoi6/zppojs= -github.com/go-openapi/jsonreference v0.19.6/go.mod h1:diGHMEHg2IqXZGKxqyvWdfWU/aim5Dprw5bqpKkTvns= github.com/go-openapi/jsonreference v0.20.0/go.mod h1:Ag74Ico3lPc+zR+qjn4XBUmXymS4zJbYVCZmcgkasdo= github.com/go-openapi/jsonreference v0.20.2 h1:3sVjiK66+uXK/6oQ8xgcRKcFgQ5KXa2KvnJRumpMGbE= github.com/go-openapi/jsonreference v0.20.2/go.mod h1:Bl1zwGIM8/wsvqjsOQLJ/SH+En5Ap4rVB5KVcIDZG2k= -github.com/go-openapi/spec v0.20.4/go.mod h1:faYFR1CvsJZ0mNsmsphTMSoRrNV3TEDoAM7FOEWeq8I= -github.com/go-openapi/spec v0.20.8 h1:ubHmXNY3FCIOinT8RNrrPfGc9t7I1qhPtdOGoG2AxRU= -github.com/go-openapi/spec v0.20.8/go.mod h1:2OpW+JddWPrpXSCIX8eOx7lZ5iyuWj3RYR6VaaBKcWA= +github.com/go-openapi/spec v0.20.9 h1:xnlYNQAwKd2VQRRfwTEI0DcK+2cbuvI/0c7jx3gA8/8= +github.com/go-openapi/spec v0.20.9/go.mod h1:2OpW+JddWPrpXSCIX8eOx7lZ5iyuWj3RYR6VaaBKcWA= github.com/go-openapi/swag v0.19.5/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh66Z9tfKk= github.com/go-openapi/swag v0.19.15/go.mod h1:QYRuS/SOXUCsnplDa677K7+DxSOj6IPNl/eQntq43wQ= -github.com/go-openapi/swag v0.22.3 h1:yMBqmnQ0gyZvEb/+KzuWZOXgllrXT4SADYbvDaXHv/g= github.com/go-openapi/swag v0.22.3/go.mod h1:UzaqsxGiab7freDnrUUra0MwWfN/q7tE4j+VcZ0yl14= +github.com/go-openapi/swag v0.22.4 h1:QLMzNJnMGPRNDCbySlcj1x01tzU8/9LTTL9hZZZogBU= +github.com/go-openapi/swag v0.22.4/go.mod h1:UzaqsxGiab7freDnrUUra0MwWfN/q7tE4j+VcZ0yl14= github.com/go-playground/assert/v2 v2.0.1/go.mod h1:VDjEfimB/XKnb+ZQfWdccd7VUvScMdVu0Titje2rxJ4= github.com/go-playground/assert/v2 v2.2.0 h1:JvknZsQTYeFEAhQwI4qEt9cyV5ONwRHC+lYKSsYSR8s= github.com/go-playground/locales v0.14.0/go.mod h1:sawfccIbzZTqEDETgFXqTho0QybSa7l++s0DH+LDiLs= @@ -67,23 +79,36 @@ github.com/go-playground/universal-translator v0.18.0/go.mod h1:UvRDBj+xPUEGrFYl github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJnYK9S473LQFuzCbDbfSFY= github.com/go-playground/universal-translator v0.18.1/go.mod h1:xekY+UJKNuX9WP91TpwSH2VMlDf28Uj24BCp08ZFTUY= github.com/go-playground/validator/v10 v10.10.0/go.mod h1:74x4gJWsvQexRdW8Pn3dXSGrTK4nAUsbPlLADvpJkos= -github.com/go-playground/validator/v10 v10.11.2 h1:q3SHpufmypg+erIExEKUmsgmhDTyhcJ38oeKGACXohU= -github.com/go-playground/validator/v10 v10.11.2/go.mod h1:NieE624vt4SCTJtD87arVLvdmjPAeV8BQlHtMnw9D7s= -github.com/go-sql-driver/mysql v1.7.0 h1:ueSltNNllEqE3qcWBTD0iQd3IpL/6U+mJxLkazJ7YPc= +github.com/go-playground/validator/v10 v10.14.1 h1:9c50NUPC30zyuKprjL3vNZ0m5oG+jU0zvx4AqHGnv4k= +github.com/go-playground/validator/v10 v10.14.1/go.mod h1:9iXMNT7sEkjXb0I+enO7QXmzG6QCsPWY4zveKFVRSyU= github.com/go-sql-driver/mysql v1.7.0/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI= +github.com/go-sql-driver/mysql v1.7.1 h1:lUIinVbN1DY0xBg0eMOzmmtGoHwWBbvnWubQUrtU8EI= +github.com/go-sql-driver/mysql v1.7.1/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI= github.com/go-test/deep v1.0.8 h1:TDsG77qcSprGbC6vTN8OuXp5g+J+b5Pcguhf7Zt61VM= github.com/go-test/deep v1.0.8/go.mod h1:5C2ZWiW0ErCdrYzpqxLbTX7MG14M9iiw8DgHncVwcsE= github.com/goccy/go-json v0.9.7/go.mod h1:6MelG93GURQebXPDq3khkgXZkazVtN9CRI+MGFi0w8I= -github.com/goccy/go-json v0.10.0 h1:mXKd9Qw4NuzShiRlOXKews24ufknHO7gx30lsDyokKA= -github.com/goccy/go-json v0.10.0/go.mod h1:6MelG93GURQebXPDq3khkgXZkazVtN9CRI+MGFi0w8I= +github.com/goccy/go-json v0.10.2 h1:CrxCmQqYDkv1z7lO7Wbh2HN93uovUHgrECaO5ZrCXAU= +github.com/goccy/go-json v0.10.2/go.mod h1:6MelG93GURQebXPDq3khkgXZkazVtN9CRI+MGFi0w8I= +github.com/golang-jwt/jwt/v4 v4.4.3/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0= +github.com/golang-jwt/jwt/v4 v4.5.0/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0= +github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 h1:au07oEsX2xN0ktxqI+Sida1w446QrXBRJ0nee3SNZlA= +github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9/go.mod h1:8vg3r2VgvsThLBIFL93Qb5yWzgyZWhEmBwUJWevAkK0= +github.com/golang-sql/sqlexp v0.1.0 h1:ZCD6MBpcuOVfGVqsEmY5/4FtYiKz6tSyUv9LPEDei6A= +github.com/golang-sql/sqlexp v0.1.0/go.mod h1:J4ad9Vo8ZCWQ2GMrC4UCQy1JpCbwU9m3EOqtpKwwwHI= github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= +github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= +github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg= +github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= github.com/gomodule/redigo v2.0.0+incompatible/go.mod h1:B4C85qUVwatsJoIUNIfCRsp7qO0iAmpGFZ4EELWSbC4= +github.com/google/go-cmp v0.5.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38= github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= -github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= +github.com/google/pprof v0.0.0-20221118152302-e6195bd50e26 h1:Xim43kblpZXfIBQsbuBVKCudVG457BR2GZFIz3uw3hQ= +github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I= +github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/gorilla/context v1.1.1 h1:AWwleXJkX/nhcU9bZSnZoi3h/qGYqQAGhq6zZe/aQW8= github.com/gorilla/context v1.1.1/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= github.com/gorilla/securecookie v1.1.1 h1:miw7JPhV+b/lAHSXz4qd/nN9jRiAFV5FwjeKyCS8BvQ= @@ -92,9 +117,22 @@ github.com/gorilla/sessions v1.1.1/go.mod h1:8KCfur6+4Mqcc6S0FEfKuN15Vl5MgXW92AE github.com/gorilla/sessions v1.1.3/go.mod h1:8KCfur6+4Mqcc6S0FEfKuN15Vl5MgXW92AE8ovaJD0w= github.com/gorilla/sessions v1.2.1 h1:DHd3rPN5lE3Ts3D8rKkQ8x/0kqfeNmBAaiSi+o7FsgI= github.com/gorilla/sessions v1.2.1/go.mod h1:dk2InVEVJ0sfLlnXv9EAgkf6ecYs/i80K/zI+bUmuGM= +github.com/hashicorp/go-uuid v1.0.2/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= +github.com/hashicorp/go-uuid v1.0.3/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= +github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsIM= +github.com/jackc/pgpassfile v1.0.0/go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg= +github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a h1:bbPeKD0xmW/Y25WS6cokEszi5g+S0QxI/d45PkRi7Nk= +github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a/go.mod h1:5TJZWKEWniPve33vlWYSoGYefn3gLQRzjfDlhSJ9ZKM= +github.com/jackc/pgx/v5 v5.4.0 h1:BSr+GCm4N6QcgIwv0DyTFHK9ugfEFF9DzSbbzxOiXU0= +github.com/jackc/pgx/v5 v5.4.0/go.mod h1:q6iHT8uDNXWiFNOlRqJzBTaSH3+2xCXkokxHZC5qWFY= +github.com/jcmturner/aescts/v2 v2.0.0/go.mod h1:AiaICIRyfYg35RUkr8yESTqvSy7csK90qZ5xfvvsoNs= +github.com/jcmturner/dnsutils/v2 v2.0.0/go.mod h1:b0TnjGOvI/n42bZa+hmXL+kFJZsFT7G4t3HTlQ184QM= +github.com/jcmturner/gofork v1.7.6/go.mod h1:1622LH6i/EZqLloHfE7IeZ0uEJwMSUyQ/nDd82IeqRo= +github.com/jcmturner/goidentity/v6 v6.0.1/go.mod h1:X1YW3bgtvwAXju7V3LCIMpY0Gbxyjn/mY9zx4tFonSg= +github.com/jcmturner/gokrb5/v8 v8.4.4/go.mod h1:1btQEpgT6k+unzCwX1KdWMEwPPkkgBtP+F6aCACiMrs= +github.com/jcmturner/rpc/v2 v2.0.3/go.mod h1:VUJYCIDm3PVOEHw8sgt091/20OJjskO/YJki3ELg/Hc= github.com/jinzhu/inflection v1.0.0 h1:K317FqzuhWc8YvSVlFMCCUb36O/S9MCKRDI7QkRKD/E= github.com/jinzhu/inflection v1.0.0/go.mod h1:h+uFLlag+Qp1Va5pdKtLDYj+kHp5pxUVkryuEj+Srlc= -github.com/jinzhu/now v1.1.4/go.mod h1:d3SSVoowX0Lcu0IBviAWJpolVfI5UJVZZ7cO71lE/z8= github.com/jinzhu/now v1.1.5 h1:/o9tlHleP7gOFmsnYNz3RGnqzefHA47wQpKrrdTIwXQ= github.com/jinzhu/now v1.1.5/go.mod h1:d3SSVoowX0Lcu0IBviAWJpolVfI5UJVZZ7cO71lE/z8= github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY= @@ -104,10 +142,10 @@ github.com/josharian/native v1.1.0/go.mod h1:7X/raswPFr05uY3HiLlYeyQntB6OO7E/d2C github.com/json-iterator/go v1.1.5/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU= github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM= github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo= -github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU= -github.com/kelseyhightower/envconfig v1.4.0 h1:Im6hONhd3pLkfDFsbRgu68RDNkGF1r3dvMUtDTo2cv8= -github.com/kelseyhightower/envconfig v1.4.0/go.mod h1:cccZRl6mQpaq41TPp5QxidR+Sa3axMbJDNb//FQX6Gg= github.com/kidstuff/mongostore v0.0.0-20181113001930-e650cd85ee4b/go.mod h1:g2nVr8KZVXJSS97Jo8pJ0jgq29P6H7dG0oplUA86MQw= +github.com/klauspost/cpuid/v2 v2.0.9/go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg= +github.com/klauspost/cpuid/v2 v2.2.5 h1:0E5MSMDEoAulmXNFquVs//DdoomxaoTY1kUhbc/qbZg= +github.com/klauspost/cpuid/v2 v2.2.5/go.mod h1:Lcz8mBdAVJIBVzewtcLocK12l3Y+JytZYpaMropDUws= github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= github.com/kr/pretty v0.3.0 h1:WgNl7dwNpEZ6jJ9k1snq4pZsg7DOEN8hP9Xw0Tsjwk0= @@ -116,8 +154,10 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= -github.com/leodido/go-urn v1.2.1 h1:BqpAaACuzVSgi/VLzGZIobT2z4v53pjosyNd9Yv6n/w= +github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw= github.com/leodido/go-urn v1.2.1/go.mod h1:zt4jvISO2HfUBqxjfIshjdMTYS56ZS/qv49ictyFfxY= +github.com/leodido/go-urn v1.2.4 h1:XlAE/cm/ms7TE/VMVoduSpNBoyc2dOxHs5MZSwAN63Q= +github.com/leodido/go-urn v1.2.4/go.mod h1:7ZrI8mTSeBSHl/UaRyKQW1qZeMgak41ANeCNaVckg+4= github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.7.6/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc= @@ -125,169 +165,179 @@ github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0 github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc= github.com/mattn/go-isatty v0.0.4/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4= github.com/mattn/go-isatty v0.0.14/go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27kJ6hsGG94= -github.com/mattn/go-isatty v0.0.17 h1:BTarxUcIeDqL27Mc+vyvdWYSL28zpIhv3RoTdsLMPng= -github.com/mattn/go-isatty v0.0.17/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM= -github.com/mattn/go-sqlite3 v1.14.15/go.mod h1:2eHXhiwb8IkHr+BDWZGa96P6+rkvnG63S2DGjv9HUNg= -github.com/mattn/go-sqlite3 v2.0.3+incompatible h1:gXHsfypPkaMZrKbD5209QV9jbUTJKjyR5WD3HYQSd+U= -github.com/mattn/go-sqlite3 v2.0.3+incompatible/go.mod h1:FPy6KqzDD04eiIsT53CuJW3U88zkxoIYsOqkbpncsNc= -github.com/mdlayher/genetlink v1.3.1 h1:roBiPnual+eqtRkKX2Jb8UQN5ZPWnhDCGj/wR6Jlz2w= -github.com/mdlayher/genetlink v1.3.1/go.mod h1:uaIPxkWmGk753VVIzDtROxQ8+T+dkHqOI0vB1NA9S/Q= -github.com/mdlayher/netlink v1.7.1 h1:FdUaT/e33HjEXagwELR8R3/KL1Fq5x3G5jgHLp/BTmg= -github.com/mdlayher/netlink v1.7.1/go.mod h1:nKO5CSjE/DJjVhk/TNp6vCE1ktVxEA8VEh8drhZzxsQ= -github.com/mdlayher/socket v0.4.0 h1:280wsy40IC9M9q1uPGcLBwXpcTQDtoGwVt+BNoITxIw= -github.com/mdlayher/socket v0.4.0/go.mod h1:xxFqz5GRCUN3UEOm9CZqEJsAbe1C8OwSK46NlmWuVoc= +github.com/mattn/go-isatty v0.0.19 h1:JITubQf0MOLdlGRuRq+jtsDlekdYPia9ZFsB8h/APPA= +github.com/mattn/go-isatty v0.0.19/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y= +github.com/mdlayher/genetlink v1.3.2 h1:KdrNKe+CTu+IbZnm/GVUMXSqBBLqcGpRDa0xkQy56gw= +github.com/mdlayher/genetlink v1.3.2/go.mod h1:tcC3pkCrPUGIKKsCsp0B3AdaaKuHtaxoJRz3cc+528o= +github.com/mdlayher/netlink v1.7.2 h1:/UtM3ofJap7Vl4QWCPDGXY8d3GIY2UGSDbK+QWmY8/g= +github.com/mdlayher/netlink v1.7.2/go.mod h1:xraEF7uJbxLhc5fpHL4cPe221LI2bdttWlU+ZGLfQSw= +github.com/mdlayher/socket v0.4.1 h1:eM9y2/jlbs1M615oshPQOHZzj6R6wMT7bX5NPiQvn2U= +github.com/mdlayher/socket v0.4.1/go.mod h1:cAqeGjoufqdxWkD7DkpyS+wcefOtmu5OQ8KuoJGIReA= github.com/memcachier/mc v2.0.1+incompatible/go.mod h1:7bkvFE61leUBvXz+yxsOnGBQSZpBSPIMUQSmmSHvuXc= +github.com/microsoft/go-mssqldb v1.1.0 h1:jsV+tpvcPTbNNKW0o3kiCD69kOHICsfjZ2VcVu2lKYc= +github.com/microsoft/go-mssqldb v1.1.0/go.mod h1:LzkFdl4z2Ck+Hi+ycGOTbL56VEfgoyA2DvYejrNGbRk= github.com/mikioh/ipaddr v0.0.0-20190404000644-d465c8ab6721 h1:RlZweED6sbSArvlE924+mUcZuXKLBHA35U7LN621Bws= -github.com/milosgajdos/tenus v0.0.3 h1:jmaJzwaY1DUyYVD0lM4U+uvP2kkEg1VahDqRFxIkVBE= -github.com/milosgajdos/tenus v0.0.3/go.mod h1:eIjx29vNeDOYWJuCnaHY2r4fq5egetV26ry3on7p8qY= github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg= github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M= github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk= +github.com/modocache/gover v0.0.0-20171022184752-b58185e213c5/go.mod h1:caMODM3PzxT8aQXRPkAt8xlV/e7d7w8GM5g0fa5F0D8= +github.com/montanaflynn/stats v0.7.0/go.mod h1:etXPPgVO6n31NxCd9KQUMvCM+ve0ruNzt6R8Bnaayow= github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno= -github.com/otiai10/copy v1.7.0/go.mod h1:rmRl6QPdJj6EiUqXQ/4Nn2lLXoNQjFCQbbNrxgc/t3U= -github.com/otiai10/curr v0.0.0-20150429015615-9b4961190c95/go.mod h1:9qAhocn7zKJG+0mI8eUu6xqkFDYS2kb2saOteoSB3cE= -github.com/otiai10/curr v1.0.0/go.mod h1:LskTG5wDwr8Rs+nNQ+1LlxRjAtTZZjtJW4rMXl6j4vs= -github.com/otiai10/mint v1.3.0/go.mod h1:F5AjcsTsWUqX+Na9fpHb52P8pcRX2CI6A3ctIT91xUo= -github.com/otiai10/mint v1.3.3/go.mod h1:/yxELlJQ0ufhjUwhshSj+wFjZ78CnZ48/1wtmBH1OTc= github.com/pelletier/go-toml/v2 v2.0.1/go.mod h1:r9LEWfGN8R5k0VXJ+0BkIe7MYkRdwZOjgMj2KwnJFUo= -github.com/pelletier/go-toml/v2 v2.0.6 h1:nrzqCb7j9cDFj2coyLNLaZuJTLjWjlaz6nvTvIwycIU= -github.com/pelletier/go-toml/v2 v2.0.6/go.mod h1:eumQOmlWiOPt5WriQQqoM5y18pDHwha2N+QD+EUNTek= +github.com/pelletier/go-toml/v2 v2.0.8 h1:0ctb6s9mE31h0/lhu+J6OPmVeDxJn+kYnJc2jZR9tGQ= +github.com/pelletier/go-toml/v2 v2.0.8/go.mod h1:vuYfssBdrU2XDZ9bYydBu6t+6a6PYNcZljzZR9VXg+4= +github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8/go.mod h1:HKlIX3XHQyzLZPlr7++PzdhaXEj94dEiJgZDTsxEqUI= github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA= -github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= -github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= +github.com/prometheus-community/pro-bing v0.3.0 h1:SFT6gHqXwbItEDJhTkzPWVqU6CLEtqEfNAPp47RUON4= +github.com/prometheus-community/pro-bing v0.3.0/go.mod h1:p9dLb9zdmv+eLxWfCT6jESWuDrS+YzpPkQBgysQF8a0= github.com/quasoft/memstore v0.0.0-20180925164028-84a050167438/go.mod h1:wTPjTepVu7uJBYgZ0SdWHQlIas582j6cn2jgk4DDdlg= github.com/quasoft/memstore v0.0.0-20191010062613-2bce066d2b0b h1:aUNXCGgukb4gtY99imuIeoh8Vr0GSwAlYxPAhqZrpFc= github.com/quasoft/memstore v0.0.0-20191010062613-2bce066d2b0b/go.mod h1:wTPjTepVu7uJBYgZ0SdWHQlIas582j6cn2jgk4DDdlg= +github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo= +github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec h1:W09IVJc94icq4NjY3clb7Lk8O1qJ8BdBEF8z0ibU0rE= +github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo= github.com/rogpeppe/go-internal v1.6.1/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= github.com/rogpeppe/go-internal v1.8.0 h1:FCbCCtXNOY3UtUuHUYaghJg4y7Fd14rXifAYUAtL9R8= github.com/rogpeppe/go-internal v1.8.0/go.mod h1:WmiCO8CzOY8rg0OYDC4/i/2WRWAB6poM+XZ2dLUbcbE= -github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= -github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= -github.com/sirupsen/logrus v1.9.0 h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0= -github.com/sirupsen/logrus v1.9.0/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= -github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e h1:MRM5ITcdelLK2j1vwZ3Je0FKVCfqOLp5zO6trqMLYs0= -github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e/go.mod h1:XV66xRDqSt+GTGFMVlhk3ULuV0y9ZmzeVGR4mloJI3M= -github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc= -github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA= +github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ= +github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw= +github.com/stretchr/objx v0.5.0 h1:1zr/of2m5FGMsad5YfcqgdqdWrIhu+EBEJRhR1U7z/c= github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo= github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= +github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/stretchr/testify v1.7.2/go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1FQKckRals= github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= -github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk= github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= -github.com/swaggo/files v0.0.0-20220728132757-551d4a08d97a/go.mod h1:lKJPbtWzJ9JhsTN1k1gZgleJWY/cqq0psdoMmaThG3w= -github.com/swaggo/files v1.0.0 h1:1gGXVIeUFCS/dta17rnP0iOpr6CXFwKD7EO5ID233e4= -github.com/swaggo/files v1.0.0/go.mod h1:N59U6URJLyU1PQgFqPM7wXLMhJx7QAolnvfQkqO13kc= -github.com/swaggo/gin-swagger v1.5.3 h1:8mWmHLolIbrhJJTflsaFoZzRBYVmEE7JZGIq08EiC0Q= -github.com/swaggo/gin-swagger v1.5.3/go.mod h1:3XJKSfHjDMB5dBo/0rrTXidPmgLeqsX89Yp4uA50HpI= -github.com/swaggo/swag v1.8.1/go.mod h1:ugemnJsPZm/kRwFUnzBlbHRd0JY9zE1M4F+uy2pAaPQ= -github.com/swaggo/swag v1.8.10 h1:eExW4bFa52WOjqRzRD58bgWsWfdFJso50lpbeTcmTfo= -github.com/swaggo/swag v1.8.10/go.mod h1:ezQVUUhly8dludpVk+/PuwJWvLLanB13ygV5Pr9enSk= -github.com/tatsushid/go-fastping v0.0.0-20160109021039-d7bb493dee3e h1:nt2877sKfojlHCTOBXbpWjBkuWKritFaGIfgQwbQUls= -github.com/tatsushid/go-fastping v0.0.0-20160109021039-d7bb493dee3e/go.mod h1:B4+Kq1u5FlULTjFSM707Q6e/cOHFv0z/6QRoxubDIQ8= +github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= +github.com/stretchr/testify v1.8.3/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= +github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= +github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= +github.com/swaggo/swag v1.16.1 h1:fTNRhKstPKxcnoKsytm4sahr8FaYzUcT7i1/3nd/fBg= +github.com/swaggo/swag v1.16.1/go.mod h1:9/LMvHycG3NFHfR6LwvikHv5iFvmPADQ359cKikGxto= github.com/toorop/gin-logrus v0.0.0-20210225092905-2c785434f26f h1:oqdnd6OGlOUu1InG37hWcCB3a+Jy3fwjylyVboaNMwY= github.com/toorop/gin-logrus v0.0.0-20210225092905-2c785434f26f/go.mod h1:X3Dd1SB8Gt1V968NTzpKFjMM6O8ccta2NPC6MprOxZQ= github.com/toorop/go-dkim v0.0.0-20201103131630-e1cd1a0a5208 h1:PM5hJF7HVfNWmCjMdEfbuOBNXSVF2cMFGgQTPdKCbwM= github.com/toorop/go-dkim v0.0.0-20201103131630-e1cd1a0a5208/go.mod h1:BzWtXXrXzZUvMacR0oF/fbDDgUPO8L36tDMmRAf14ns= +github.com/twitchyliquid64/golang-asm v0.15.1 h1:SU5vSMR7hnwNxj24w34ZyCi/FmDZTkS4MhqMhdFk5YI= +github.com/twitchyliquid64/golang-asm v0.15.1/go.mod h1:a1lVb/DtPvCB8fslRZhAngC2+aY1QWCk3Cedj/Gdt08= github.com/ugorji/go v1.2.7/go.mod h1:nF9osbDWLy6bDVv/Rtoh6QgnvNDpmCalQV5urGCCS6M= github.com/ugorji/go/codec v0.0.0-20181209151446-772ced7fd4c2/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= github.com/ugorji/go/codec v1.2.7/go.mod h1:WGN1fab3R1fzQlVQTkfxVtIBhWDRqOviHU95kRgeqEY= -github.com/ugorji/go/codec v1.2.9 h1:rmenucSohSTiyL09Y+l2OCk+FrMxGMzho2+tjr5ticU= -github.com/ugorji/go/codec v1.2.9/go.mod h1:UNopzCgEMSXjBc6AOMqYvWC1ktqTAfzJZUZgYf6w6lg= -github.com/urfave/cli/v2 v2.3.0/go.mod h1:LJmUH05zAU44vOAcrfzZQKsZbVcdbOG8rtL3/XcUArI= +github.com/ugorji/go/codec v1.2.11 h1:BMaWp1Bb6fHwEtbplGBGJ498wD+LKlNSl25MjdZY4dU= +github.com/ugorji/go/codec v1.2.11/go.mod h1:UNopzCgEMSXjBc6AOMqYvWC1ktqTAfzJZUZgYf6w6lg= github.com/utrack/gin-csrf v0.0.0-20190424104817-40fb8d2c8fca h1:lpvAjPK+PcxnbcB8H7axIb4fMNwjX9bE4DzwPjGg8aE= github.com/utrack/gin-csrf v0.0.0-20190424104817-40fb8d2c8fca/go.mod h1:XXKxNbpoLihvvT7orUZbs/iZayg1n4ip7iJakJPAwA8= -github.com/xhit/go-simple-mail/v2 v2.13.0 h1:OANWU9jHZrVfBkNkvLf8Ww0fexwpQVF/v/5f96fFTLI= -github.com/xhit/go-simple-mail/v2 v2.13.0/go.mod h1:b7P5ygho6SYE+VIqpxA6QkYfv4teeyG4MKqB3utRu98= -github.com/yuin/goldmark v1.4.0/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= +github.com/vardius/message-bus v1.1.5 h1:YSAC2WB4HRlwc4neFPTmT88kzzoiQ+9WRRbej/E/LZc= +github.com/vardius/message-bus v1.1.5/go.mod h1:6xladCV2lMkUAE4bzzS85qKOiB5miV7aBVRafiTJGqw= +github.com/vishvananda/netlink v1.1.0 h1:1iyaYNBLmP6L0220aDnYQpo1QEV4t4hJ+xEEhhJH8j0= +github.com/vishvananda/netlink v1.1.0/go.mod h1:cTgwzPIzzgDAYoQrMm0EdrjRUBkTqKYppBueQtXaqoE= +github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df/go.mod h1:JP3t17pCcGlemwknint6hfoeCVQrEMVwxRLRjXpq+BU= +github.com/vishvananda/netns v0.0.4 h1:Oeaw1EM2JMxD51g9uhtC0D7erkIjgmj8+JZc26m1YX8= +github.com/vishvananda/netns v0.0.4/go.mod h1:SpkAiCQRtJ6TvvxPnOSyH3BMl6unz3xZlaprSwhNNJM= +github.com/xhit/go-simple-mail/v2 v2.15.0 h1:qMXeqcZErUW/Dw6EXxmPuxHzVI8MdxWnEnu2xcisohU= +github.com/xhit/go-simple-mail/v2 v2.15.0/go.mod h1:b7P5ygho6SYE+VIqpxA6QkYfv4teeyG4MKqB3utRu98= +github.com/yeqown/go-qrcode/v2 v2.2.2 h1:0comk6jEwi0oWNhKEmzx4JI+Q7XIneAApmFSMKWmSVc= +github.com/yeqown/go-qrcode/v2 v2.2.2/go.mod h1:2Qsk2APUCPne0TsRo40DIkI5MYnbzYKCnKGEFWrxd24= +github.com/yeqown/reedsolomon v1.0.0 h1:x1h/Ej/uJnNu8jaX7GLHBWmZKCAWjEJTetkqaabr4B0= +github.com/yeqown/reedsolomon v1.0.0/go.mod h1:P76zpcn2TCuL0ul1Fso373qHRc69LKwAw/Iy6g1WiiM= github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= +golang.org/x/arch v0.0.0-20210923205945-b76863e36670/go.mod h1:5om86z9Hs0C8fWVUuoMHwpExlXzs5Tkyp9hOrfG7pp8= +golang.org/x/arch v0.3.0 h1:02VY4/ZcO/gBOH6PUaoiptASxtXU10jazRCP865E97k= +golang.org/x/arch v0.3.0/go.mod h1:5om86z9Hs0C8fWVUuoMHwpExlXzs5Tkyp9hOrfG7pp8= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= -golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= +golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= -golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= -golang.org/x/crypto v0.6.0 h1:qfktjS5LUO+fFKeJXZ+ikTRijMmljikvG68fpMMruSc= golang.org/x/crypto v0.6.0/go.mod h1:OFC/31mSvZgRz0V1QTNCzfAI1aIRzbiufJtkMIlEp58= -golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= +golang.org/x/crypto v0.7.0/go.mod h1:pYwdfH91IfpZVANVyUOhSIPZaFoJGxTFbZhFTx+dXZU= +golang.org/x/crypto v0.9.0/go.mod h1:yrmDGqONDYtNj3tH8X9dzUun2m2lzPa9ngI6/RUPGR0= +golang.org/x/crypto v0.11.0 h1:6Ewdq3tDic1mg5xRO4milcWCfMVQhI4NkqWWvqejpuA= +golang.org/x/crypto v0.11.0/go.mod h1:xgJhtzW8F9jGdVFWZESrid1U1bjeNy4zgy5cRr/CIio= golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= -golang.org/x/mod v0.8.0 h1:LUYupSeNrTNCGzR/hVBk2NHZO4hXcVaW1k4Qx7rjPx8= +golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= +golang.org/x/mod v0.10.0 h1:lFO9qtOdlre5W1jxS3r/4szv2/6iXxScdzjoBMXNhYk= golang.org/x/net v0.0.0-20181220203305-927f97764cc3/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= +golang.org/x/net v0.0.0-20190603091049-60506f45cf65/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= +golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= -golang.org/x/net v0.0.0-20210421230115-4e50805a0758/go.mod h1:72T/g9IO56b78aLF+1Kcs5dz7/ng1VjMUvfKvpfy+jM= -golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= -golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY= -golang.org/x/net v0.7.0 h1:rJrUqqhjsgNp7KqAIc25s9pZnjU7TUcSY7HcVZjdn1g= +golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= golang.org/x/net v0.7.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= +golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc= +golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= +golang.org/x/net v0.12.0 h1:cfawfvKITfUsFCeJIHJrbSxpeu/E81khclypR0GVT50= +golang.org/x/net v0.12.0/go.mod h1:zEVYFnQC7m/vmpQFELhcD1EWkZlX69l4oqgmer6hfKA= +golang.org/x/oauth2 v0.10.0 h1:zHCpF2Khkwy4mMB4bv0U37YtJdTGW8jI0glAApi0Kh8= +golang.org/x/oauth2 v0.10.0/go.mod h1:kTpgurOux7LqtuxjuyZa4Gj2gdezIt/jQtGnNFfypQI= golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.1.0 h1:wsuoTGHzEhffawBOhz5CYhcrV4IdKZbEyZjBMuTp12o= golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.3.0 h1:ftCYgMx6zT/asHUrPw8BLLscYtGznsLAnjq5RH9P66E= +golang.org/x/sync v0.3.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y= golang.org/x/sys v0.0.0-20181228144115-9a3f9b0469bb/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20190606203320-7fc4e5ec1444/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210420072515-93ed5bcd2bfe/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20210616045830-e2b7044e8c71/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.5.0 h1:MUK/U/4lj1t1oPg0HfuXDN/Z1wv31ZJ/YcPiGccS4DU= golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.10.0 h1:SqMFp9UcQJZa+pmYuAKjd9xq1f0j5rLcDIk0mj4qAsA= +golang.org/x/sys v0.10.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= -golang.org/x/term v0.2.0/go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc= +golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= +golang.org/x/term v0.6.0/go.mod h1:m6U89DPEgQRMq3DNkDClhWw02AUbt2daBVO4cn4Hv9U= +golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= +golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= -golang.org/x/text v0.4.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= -golang.org/x/text v0.7.0 h1:4BRB4x83lYWy72KwLD/qYDuTu7q9PjSagHvijDw7cLo= golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= +golang.org/x/text v0.8.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= +golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= +golang.org/x/text v0.11.0 h1:LAntKIrcmeSKERyiOh0XMV39LXS8IE9UL2yP7+f5ij4= +golang.org/x/text v0.11.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20190328211700-ab21143f2384/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.1.7/go.mod h1:LGqMHiF4EqQNHR1JncWGqT5BVaXmza+X+BDGol+dOxo= golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= -golang.org/x/tools v0.6.0 h1:BOw41kyTf3PuCW1pVQf8+Cyg8pMlkYB1oo9iJ6D/lKM= golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU= +golang.org/x/tools v0.9.3 h1:Gn1I8+64MsuTb/HpH+LmQtNas23LhUVr3rYZ0eKuaMM= +golang.org/x/tools v0.9.3/go.mod h1:owI94Op576fPu3cIGQeHs3joujW/2Oc6MtlxbF5dfNc= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -golang.zx2c4.com/wireguard v0.0.0-20230216153314-c7b76d3d9ecd h1:thMXEWXMWIiGlp5T/V+CoetkzBJi4INNaglxdvyfK0c= -golang.zx2c4.com/wireguard v0.0.0-20230216153314-c7b76d3d9ecd/go.mod h1:whfbyDBt09xhCYQWtO2+3UVjlaq6/9hDZrjg2ZE6SyA= -golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230215201556-9c5414ab4bde h1:ybF7AMzIUikL9x4LgwEmzhXtzRpKNqngme1VGDWz+Nk= -golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230215201556-9c5414ab4bde/go.mod h1:mQqgjkW8GQQcJQsbBvK890TKqUK1DfKWkuBGbOkuMHQ= +golang.zx2c4.com/wireguard v0.0.0-20230325221338-052af4a8072b h1:J1CaxgLerRR5lgx3wnr6L04cJFbWoceSK9JWBdglINo= +golang.zx2c4.com/wireguard v0.0.0-20230325221338-052af4a8072b/go.mod h1:tqur9LnfstdR9ep2LaJT4lFUl0EjlHtge+gAjmsHUG4= +golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6 h1:CawjfCvYQH2OU3/TnxLx97WDSUDRABfT18pCOYwc2GE= +golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6/go.mod h1:3rxYc4HtVcSG9gVaTs2GEBdehh+sYPOwKtyUWEOTb80= +google.golang.org/appengine v1.6.7 h1:FZR1q0exgwxzPzp/aF+VccGrSfxfPpkBqjIIEq3ru6c= +google.golang.org/appengine v1.6.7/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= +google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= google.golang.org/protobuf v1.28.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= -google.golang.org/protobuf v1.28.1 h1:d0NfwRgPtno5B1Wa6L2DAG+KivqkdutMf1UhdNx175w= -google.golang.org/protobuf v1.28.1/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= +google.golang.org/protobuf v1.31.0 h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8= +google.golang.org/protobuf v1.31.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= @@ -297,8 +347,11 @@ gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI= gopkg.in/go-playground/assert.v1 v1.2.1/go.mod h1:9RXL0bg/zibRAgZUYszZSwO/z8Y/a8bDuhia5mkpMnE= gopkg.in/go-playground/validator.v8 v8.18.2/go.mod h1:RX2a/7Ha8BgOhfk7j780h4/u/RRjR0eouCJSH80/M2Y= gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce/go.mod h1:yeKp02qBN3iKW1OzL3MGk2IdtZzaj7SFntXj72NppTA= +gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce h1:+JknDZhAj8YMt7GC73Ei8pv4MzjDUNPHgQWJdtMAaDU= +gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce/go.mod h1:5AcXVHNjg+BDxry382+8OKon8SEWiKktQR07RKPsv1c= +gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.2.3/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= +gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= @@ -306,11 +359,23 @@ gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776/go.mod h1:K4uyk7z7BCEPqu6E+C gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -gorm.io/driver/mysql v1.4.7 h1:rY46lkCspzGHn7+IYsNpSfEv9tA+SU4SkkB+GFX125Y= -gorm.io/driver/mysql v1.4.7/go.mod h1:SxzItlnT1cb6e1e4ZRpgJN2VYtcqJgqnHxWr4wsP8oc= -gorm.io/driver/sqlite v1.4.4 h1:gIufGoR0dQzjkyqDyYSCvsYR6fba1Gw5YKDqKeChxFc= -gorm.io/driver/sqlite v1.4.4/go.mod h1:0Aq3iPO+v9ZKbcdiz8gLWRw5VOPcBOPUQJFLq5e2ecI= -gorm.io/gorm v1.23.8/go.mod h1:l2lP/RyAtc1ynaTjFksBde/O8v9oOGIApu2/xRitmZk= -gorm.io/gorm v1.24.0/go.mod h1:DVrVomtaYTbqs7gB/x2uVvqnXzv0nqjB396B8cG4dBA= -gorm.io/gorm v1.24.5 h1:g6OPREKqqlWq4kh/3MCQbZKImeB9e6Xgc4zD+JgNZGE= -gorm.io/gorm v1.24.5/go.mod h1:DVrVomtaYTbqs7gB/x2uVvqnXzv0nqjB396B8cG4dBA= +gorm.io/driver/mysql v1.5.1 h1:WUEH5VF9obL/lTtzjmML/5e6VfFR/788coz2uaVCAZw= +gorm.io/driver/mysql v1.5.1/go.mod h1:Jo3Xu7mMhCyj8dlrb3WoCaRd1FhsVh+yMXb1jUInf5o= +gorm.io/driver/postgres v1.5.2 h1:ytTDxxEv+MplXOfFe3Lzm7SjG09fcdb3Z/c056DTBx0= +gorm.io/driver/postgres v1.5.2/go.mod h1:fmpX0m2I1PKuR7mKZiEluwrP3hbs+ps7JIGMUBpCgl8= +gorm.io/driver/sqlserver v1.5.1 h1:wpyW/pR26U94uaujltiFGXY7fd2Jw5hC9PB1ZF/Y5s4= +gorm.io/driver/sqlserver v1.5.1/go.mod h1:AYHzzte2msKTmYBYsSIq8ZUsznLJwBdkB2wpI+kt0nM= +gorm.io/gorm v1.25.1/go.mod h1:L4uxeKpfBml98NYqVqwAdmV1a2nBtAec/cf3fpucW/k= +gorm.io/gorm v1.25.2 h1:gs1o6Vsa+oVKG/a9ElL3XgyGfghFfkKA2SInQaCyMho= +gorm.io/gorm v1.25.2/go.mod h1:L4uxeKpfBml98NYqVqwAdmV1a2nBtAec/cf3fpucW/k= +modernc.org/libc v1.22.5 h1:91BNch/e5B0uPbJFgqbxXuOnxBQjlS//icfQEGmvyjE= +modernc.org/libc v1.22.5/go.mod h1:jj+Z7dTNX8fBScMVNRAYZ/jF91K8fdT2hYMThc3YjBY= +modernc.org/mathutil v1.5.0 h1:rV0Ko/6SfM+8G+yKiyI830l3Wuz1zRutdslNoQ0kfiQ= +modernc.org/mathutil v1.5.0/go.mod h1:mZW8CKdRPY1v87qxC/wUdX5O1qDzXMP5TH3wjfpga6E= +modernc.org/memory v1.5.0 h1:N+/8c5rE6EqugZwHii4IFsaJ7MUhoWX07J5tC/iI5Ds= +modernc.org/memory v1.5.0/go.mod h1:PkUhL0Mugw21sHPeskwZW4D6VscE/GQJOnIpCnW6pSU= +modernc.org/sqlite v1.23.1 h1:nrSBg4aRQQwq59JpvGEQ15tNxoO5pX/kUjcRNwSAGQM= +modernc.org/sqlite v1.23.1/go.mod h1:OrDj17Mggn6MhE+iPbBNf7RGKODDE9NFT0f3EwDzJqk= +rsc.io/pdf v0.1.1/go.mod h1:n8OzWcQ6Sp37PL01nO98y4iUCRdTGarVfzxY20ICaU4= +sigs.k8s.io/yaml v1.3.0 h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo= +sigs.k8s.io/yaml v1.3.0/go.mod h1:GeOyir5tyXNByN85N/dRIT9es5UQNerPYEKK56eTBm8= diff --git a/internal/adapters/database.go b/internal/adapters/database.go new file mode 100644 index 0000000..8ddc31f --- /dev/null +++ b/internal/adapters/database.go @@ -0,0 +1,887 @@ +package adapters + +import ( + "context" + "errors" + "fmt" + "github.com/sirupsen/logrus" + "gorm.io/gorm/clause" + "gorm.io/gorm/logger" + "gorm.io/gorm/utils" + "os" + "path/filepath" + "strings" + "time" + + "github.com/glebarez/sqlite" + "github.com/h44z/wg-portal/internal/config" + "github.com/h44z/wg-portal/internal/domain" + gormMySQL "gorm.io/driver/mysql" + "gorm.io/driver/postgres" + "gorm.io/driver/sqlserver" + "gorm.io/gorm" +) + +// SchemaVersion describes the current database schema version. It must be incremented if a manual migration is needed. +var SchemaVersion uint64 = 1 + +// SysStat stores the current database schema version and the timestamp when it was applied. +type SysStat struct { + MigratedAt time.Time `gorm:"column:migrated_at"` + SchemaVersion uint64 `gorm:"primaryKey,column:schema_version"` +} + +// GormLogger is a custom logger for Gorm, making it use logrus. +type GormLogger struct { + SlowThreshold time.Duration + SourceField string + IgnoreErrRecordNotFound bool + Debug bool + Silent bool +} + +func NewLogger(slowThreshold time.Duration, debug bool) *GormLogger { + return &GormLogger{ + SlowThreshold: slowThreshold, + Debug: debug, + IgnoreErrRecordNotFound: true, + Silent: false, + SourceField: "src", + } +} + +func (l *GormLogger) LogMode(level logger.LogLevel) logger.Interface { + if level == logger.Silent { + l.Silent = true + } else { + l.Silent = false + } + return l +} + +func (l *GormLogger) Info(ctx context.Context, s string, args ...interface{}) { + if l.Silent { + return + } + logrus.WithContext(ctx).Infof(s, args...) +} + +func (l *GormLogger) Warn(ctx context.Context, s string, args ...interface{}) { + if l.Silent { + return + } + logrus.WithContext(ctx).Warnf(s, args...) +} + +func (l *GormLogger) Error(ctx context.Context, s string, args ...interface{}) { + if l.Silent { + return + } + logrus.WithContext(ctx).Errorf(s, args...) +} + +func (l *GormLogger) Trace(ctx context.Context, begin time.Time, fc func() (string, int64), err error) { + if l.Silent { + return + } + + elapsed := time.Since(begin) + sql, rows := fc() + fields := logrus.Fields{ + "rows": rows, + "duration": elapsed, + } + if l.SourceField != "" { + fields[l.SourceField] = utils.FileWithLineNum() + } + if err != nil && !(errors.Is(err, gorm.ErrRecordNotFound) && l.IgnoreErrRecordNotFound) { + fields[logrus.ErrorKey] = err + logrus.WithContext(ctx).WithFields(fields).Errorf("%s", sql) + return + } + + if l.SlowThreshold != 0 && elapsed > l.SlowThreshold { + logrus.WithContext(ctx).WithFields(fields).Warnf("%s", sql) + return + } + + if l.Debug { + logrus.WithContext(ctx).WithFields(fields).Tracef("%s", sql) + } +} + +func NewDatabase(cfg config.DatabaseConfig) (*gorm.DB, error) { + var gormDb *gorm.DB + var err error + + switch cfg.Type { + case config.DatabaseMySQL: + gormDb, err = gorm.Open(gormMySQL.Open(cfg.DSN), &gorm.Config{ + Logger: NewLogger(cfg.SlowQueryThreshold, cfg.Debug), + }) + if err != nil { + return nil, fmt.Errorf("failed to open MySQL database: %w", err) + } + + sqlDB, _ := gormDb.DB() + sqlDB.SetConnMaxLifetime(time.Minute * 5) + sqlDB.SetMaxIdleConns(2) + sqlDB.SetMaxOpenConns(10) + err = sqlDB.Ping() // This DOES open a connection if necessary. This makes sure the database is accessible + if err != nil { + return nil, fmt.Errorf("failed to ping MySQL database: %w", err) + } + case config.DatabaseMsSQL: + gormDb, err = gorm.Open(sqlserver.Open(cfg.DSN), &gorm.Config{ + Logger: NewLogger(cfg.SlowQueryThreshold, cfg.Debug), + }) + if err != nil { + return nil, fmt.Errorf("failed to open sqlserver database: %w", err) + } + case config.DatabasePostgres: + gormDb, err = gorm.Open(postgres.Open(cfg.DSN), &gorm.Config{ + Logger: NewLogger(cfg.SlowQueryThreshold, cfg.Debug), + }) + if err != nil { + return nil, fmt.Errorf("failed to open Postgres database: %w", err) + } + case config.DatabaseSQLite: + if _, err = os.Stat(filepath.Dir(cfg.DSN)); os.IsNotExist(err) { + if err = os.MkdirAll(filepath.Dir(cfg.DSN), 0700); err != nil { + return nil, fmt.Errorf("failed to create database base directory: %w", err) + } + } + gormDb, err = gorm.Open(sqlite.Open(cfg.DSN), &gorm.Config{ + Logger: NewLogger(cfg.SlowQueryThreshold, cfg.Debug), + DisableForeignKeyConstraintWhenMigrating: true, + }) + if err != nil { + return nil, fmt.Errorf("failed to open sqlite database: %w", err) + } + sqlDB, _ := gormDb.DB() + sqlDB.SetMaxOpenConns(1) + } + + return gormDb, nil +} + +// SqlRepo is a SQL database repository implementation. +// Currently, it supports MySQL, SQLite, Microsoft SQL and Postgresql database systems. +type SqlRepo struct { + db *gorm.DB +} + +func NewSqlRepository(db *gorm.DB) (*SqlRepo, error) { + repo := &SqlRepo{ + db: db, + } + + if err := repo.preCheck(); err != nil { + return nil, fmt.Errorf("failed to initialize database: %w", err) + } + + if err := repo.migrate(); err != nil { + return nil, fmt.Errorf("failed to initialize database: %w", err) + } + + return repo, nil +} + +func (r *SqlRepo) preCheck() error { + // WireGuard Portal v1 database migration table + type DatabaseMigrationInfo struct { + Version string `gorm:"primaryKey"` + Applied time.Time + } + + // temporarily disable logger as the next request might fail (intentionally) + r.db.Logger.LogMode(logger.Silent) + defer func() { r.db.Logger.LogMode(logger.Info) }() + + lastVersion := DatabaseMigrationInfo{} + err := r.db.Order("applied desc, version desc").FirstOrInit(&lastVersion).Error + if err != nil { + return nil // we probably don't have a V1 database =) + } + + return fmt.Errorf("detected a WireGuard Portal V1 database (version: %s) - please migrate first", lastVersion.Version) +} + +func (r *SqlRepo) migrate() error { + logrus.Tracef("sysstat migration: %v", r.db.AutoMigrate(&SysStat{})) + logrus.Tracef("user migration: %v", r.db.AutoMigrate(&domain.User{})) + logrus.Tracef("interface migration: %v", r.db.AutoMigrate(&domain.Interface{})) + logrus.Tracef("peer migration: %v", r.db.AutoMigrate(&domain.Peer{})) + logrus.Tracef("peer status migration: %v", r.db.AutoMigrate(&domain.PeerStatus{})) + logrus.Tracef("interface status migration: %v", r.db.AutoMigrate(&domain.InterfaceStatus{})) + logrus.Tracef("audit data migration: %v", r.db.AutoMigrate(&domain.AuditEntry{})) + + existingSysStat := SysStat{} + r.db.Where("schema_version = ?", SchemaVersion).First(&existingSysStat) + if existingSysStat.SchemaVersion == 0 { + sysStat := SysStat{ + MigratedAt: time.Now(), + SchemaVersion: SchemaVersion, + } + if err := r.db.Create(&sysStat).Error; err != nil { + return fmt.Errorf("failed to write sysstat entry for schema version %d: %w", SchemaVersion, err) + } + logrus.Debugf("sysstat entry for schema version %d written", SchemaVersion) + } + + return nil +} + +// region interfaces + +func (r *SqlRepo) GetInterface(ctx context.Context, id domain.InterfaceIdentifier) (*domain.Interface, error) { + var in domain.Interface + + err := r.db.WithContext(ctx).Preload("Addresses").First(&in, id).Error + + if err != nil && errors.Is(err, gorm.ErrRecordNotFound) { + return nil, domain.ErrNotFound + } + if err != nil { + return nil, err + } + + return &in, nil +} + +func (r *SqlRepo) GetInterfaceAndPeers(ctx context.Context, id domain.InterfaceIdentifier) (*domain.Interface, []domain.Peer, error) { + in, err := r.GetInterface(ctx, id) + if err != nil { + return nil, nil, fmt.Errorf("failed to load interface: %w", err) + } + + peers, err := r.GetInterfacePeers(ctx, id) + if err != nil { + return nil, nil, fmt.Errorf("failed to load peers: %w", err) + } + + return in, peers, nil +} + +func (r *SqlRepo) GetPeersStats(ctx context.Context, ids ...domain.PeerIdentifier) ([]domain.PeerStatus, error) { + if len(ids) == 0 { + return nil, nil + } + + var stats []domain.PeerStatus + + err := r.db.WithContext(ctx).Where("identifier IN ?", ids).Find(&stats).Error + if err != nil { + return nil, err + } + + return stats, nil +} + +func (r *SqlRepo) GetAllInterfaces(ctx context.Context) ([]domain.Interface, error) { + var interfaces []domain.Interface + + err := r.db.WithContext(ctx).Preload("Addresses").Find(&interfaces).Error + if err != nil { + return nil, err + } + + return interfaces, nil +} + +func (r *SqlRepo) FindInterfaces(ctx context.Context, search string) ([]domain.Interface, error) { + var users []domain.Interface + + searchValue := "%" + strings.ToLower(search) + "%" + err := r.db.WithContext(ctx). + Where("identifier LIKE ?", searchValue). + Or("display_name LIKE ?", searchValue). + Preload("Addresses"). + Find(&users).Error + if err != nil { + return nil, err + } + + return users, nil +} + +func (r *SqlRepo) SaveInterface(ctx context.Context, id domain.InterfaceIdentifier, updateFunc func(in *domain.Interface) (*domain.Interface, error)) error { + userInfo := domain.GetUserInfo(ctx) + err := r.db.WithContext(ctx).Transaction(func(tx *gorm.DB) error { + in, err := r.getOrCreateInterface(userInfo, tx, id) + if err != nil { + return err // return any error will roll back + } + + in, err = updateFunc(in) + if err != nil { + return err + } + + err = r.upsertInterface(userInfo, tx, in) + if err != nil { + return err + } + + // return nil will commit the whole transaction + return nil + }) + if err != nil { + return err + } + + return nil +} + +func (r *SqlRepo) getOrCreateInterface(ui *domain.ContextUserInfo, tx *gorm.DB, id domain.InterfaceIdentifier) (*domain.Interface, error) { + var in domain.Interface + + // interfaceDefaults will be applied to newly created interface records + interfaceDefaults := domain.Interface{ + BaseModel: domain.BaseModel{ + CreatedBy: ui.UserId(), + UpdatedBy: ui.UserId(), + CreatedAt: time.Now(), + UpdatedAt: time.Now(), + }, + Identifier: id, + } + + err := tx.Attrs(interfaceDefaults).FirstOrCreate(&in, id).Error + if err != nil { + return nil, err + } + + return &in, nil +} + +func (r *SqlRepo) upsertInterface(ui *domain.ContextUserInfo, tx *gorm.DB, in *domain.Interface) error { + in.UpdatedBy = ui.UserId() + in.UpdatedAt = time.Now() + + err := tx.Save(in).Error + if err != nil { + return err + } + + err = tx.Model(in).Association("Addresses").Replace(in.Addresses) + if err != nil { + return fmt.Errorf("failed to update interface addresses: %w", err) + } + + return nil +} + +func (r *SqlRepo) DeleteInterface(ctx context.Context, id domain.InterfaceIdentifier) error { + err := r.db.WithContext(ctx).Transaction(func(tx *gorm.DB) error { + err := tx.Where("interface_identifier = ?", id).Delete(&domain.Peer{}).Error + if err != nil { + return err + } + + err = tx.Delete(&domain.InterfaceStatus{InterfaceId: id}).Error + if err != nil { + return err + } + + err = tx.Select(clause.Associations).Delete(&domain.Interface{Identifier: id}).Error + if err != nil { + return err + } + + return nil + }) + if err != nil { + return err + } + + return nil +} + +func (r *SqlRepo) GetInterfaceIps(ctx context.Context) (map[domain.InterfaceIdentifier][]domain.Cidr, error) { + var ips []struct { + domain.Cidr + InterfaceId domain.InterfaceIdentifier `gorm:"column:interface_identifier"` + } + + err := r.db.WithContext(ctx). + Table("interface_addresses"). + Joins("LEFT JOIN cidrs ON interface_addresses.cidr_cidr = cidrs.cidr"). + Scan(&ips).Error + if err != nil { + return nil, err + } + + result := make(map[domain.InterfaceIdentifier][]domain.Cidr) + for _, ip := range ips { + result[ip.InterfaceId] = append(result[ip.InterfaceId], ip.Cidr) + } + return result, nil +} + +// endregion interfaces + +// region peers + +func (r *SqlRepo) GetPeer(ctx context.Context, id domain.PeerIdentifier) (*domain.Peer, error) { + var peer domain.Peer + + err := r.db.WithContext(ctx).Preload("Addresses").First(&peer, id).Error + + if err != nil && errors.Is(err, gorm.ErrRecordNotFound) { + return nil, domain.ErrNotFound + } + if err != nil { + return nil, err + } + + return &peer, nil +} + +func (r *SqlRepo) GetInterfacePeers(ctx context.Context, id domain.InterfaceIdentifier) ([]domain.Peer, error) { + var peers []domain.Peer + + err := r.db.WithContext(ctx).Preload("Addresses").Where("interface_identifier = ?", id).Find(&peers).Error + if err != nil { + return nil, err + } + + return peers, nil +} + +func (r *SqlRepo) FindInterfacePeers(ctx context.Context, id domain.InterfaceIdentifier, search string) ([]domain.Peer, error) { + var peers []domain.Peer + + searchValue := "%" + strings.ToLower(search) + "%" + err := r.db.WithContext(ctx).Where("interface_identifier = ?", id). + Where("identifier LIKE ?", searchValue). + Or("display_name LIKE ?", searchValue). + Or("iface_address_str_v LIKE ?", searchValue). + Find(&peers).Error + if err != nil { + return nil, err + } + + return peers, nil +} + +func (r *SqlRepo) GetUserPeers(ctx context.Context, id domain.UserIdentifier) ([]domain.Peer, error) { + var peers []domain.Peer + + err := r.db.WithContext(ctx).Preload("Addresses").Where("user_identifier = ?", id).Find(&peers).Error + if err != nil { + return nil, err + } + + return peers, nil +} + +func (r *SqlRepo) FindUserPeers(ctx context.Context, id domain.UserIdentifier, search string) ([]domain.Peer, error) { + var peers []domain.Peer + + searchValue := "%" + strings.ToLower(search) + "%" + err := r.db.WithContext(ctx).Where("user_identifier = ?", id). + Where("identifier LIKE ?", searchValue). + Or("display_name LIKE ?", searchValue). + Or("iface_address_str_v LIKE ?", searchValue). + Find(&peers).Error + if err != nil { + return nil, err + } + + return peers, nil +} + +func (r *SqlRepo) SavePeer(ctx context.Context, id domain.PeerIdentifier, updateFunc func(in *domain.Peer) (*domain.Peer, error)) error { + userInfo := domain.GetUserInfo(ctx) + err := r.db.WithContext(ctx).Transaction(func(tx *gorm.DB) error { + peer, err := r.getOrCreatePeer(userInfo, tx, id) + if err != nil { + return err // return any error will roll back + } + + peer, err = updateFunc(peer) + if err != nil { + return err + } + + err = r.upsertPeer(userInfo, tx, peer) + if err != nil { + return err + } + + // return nil will commit the whole transaction + return nil + }) + if err != nil { + return err + } + + return nil +} + +func (r *SqlRepo) getOrCreatePeer(ui *domain.ContextUserInfo, tx *gorm.DB, id domain.PeerIdentifier) (*domain.Peer, error) { + var peer domain.Peer + + // interfaceDefaults will be applied to newly created interface records + interfaceDefaults := domain.Peer{ + BaseModel: domain.BaseModel{ + CreatedBy: ui.UserId(), + UpdatedBy: ui.UserId(), + CreatedAt: time.Now(), + UpdatedAt: time.Now(), + }, + Identifier: id, + } + + err := tx.Attrs(interfaceDefaults).FirstOrCreate(&peer, id).Error + if err != nil { + return nil, err + } + + return &peer, nil +} + +func (r *SqlRepo) upsertPeer(ui *domain.ContextUserInfo, tx *gorm.DB, peer *domain.Peer) error { + peer.UpdatedBy = ui.UserId() + peer.UpdatedAt = time.Now() + + err := tx.Save(peer).Error + if err != nil { + return err + } + + err = tx.Model(peer).Association("Addresses").Replace(peer.Interface.Addresses) + if err != nil { + return fmt.Errorf("failed to update peer addresses: %w", err) + } + + return nil +} + +func (r *SqlRepo) DeletePeer(ctx context.Context, id domain.PeerIdentifier) error { + err := r.db.WithContext(ctx).Transaction(func(tx *gorm.DB) error { + err := tx.Delete(&domain.PeerStatus{PeerId: id}).Error + if err != nil { + return err + } + + err = tx.Select(clause.Associations).Delete(&domain.Peer{Identifier: id}).Error + if err != nil { + return err + } + + return nil + }) + if err != nil { + return err + } + + return nil +} + +func (r *SqlRepo) GetPeerIps(ctx context.Context) (map[domain.PeerIdentifier][]domain.Cidr, error) { + var ips []struct { + domain.Cidr + PeerId domain.PeerIdentifier `gorm:"column:peer_identifier"` + } + + err := r.db.WithContext(ctx). + Table("peer_addresses"). + Joins("LEFT JOIN cidrs ON peer_addresses.cidr_cidr = cidrs.cidr"). + Scan(&ips).Error + if err != nil { + return nil, err + } + + result := make(map[domain.PeerIdentifier][]domain.Cidr) + for _, ip := range ips { + result[ip.PeerId] = append(result[ip.PeerId], ip.Cidr) + } + return result, nil +} + +func (r *SqlRepo) GetUsedIpsPerSubnet(ctx context.Context) (map[domain.Cidr][]domain.Cidr, error) { + var peerIps []struct { + domain.Cidr + PeerId domain.PeerIdentifier `gorm:"column:peer_identifier"` + } + + err := r.db.WithContext(ctx). + Table("peer_addresses"). + Joins("LEFT JOIN cidrs ON peer_addresses.cidr_cidr = cidrs.cidr"). + Scan(&peerIps).Error + if err != nil { + return nil, fmt.Errorf("failed to fetch peer IP's: %w", err) + } + + var interfaceIps []struct { + domain.Cidr + InterfaceId domain.InterfaceIdentifier `gorm:"column:interface_identifier"` + } + + err = r.db.WithContext(ctx). + Table("interface_addresses"). + Joins("LEFT JOIN cidrs ON interface_addresses.cidr_cidr = cidrs.cidr"). + Scan(&interfaceIps).Error + if err != nil { + return nil, fmt.Errorf("failed to fetch interface IP's: %w", err) + } + + result := make(map[domain.Cidr][]domain.Cidr) + for _, ip := range interfaceIps { + networkAddr := ip.Cidr.NetworkAddr() + result[networkAddr] = append(result[networkAddr], ip.Cidr) + } + for _, ip := range peerIps { + networkAddr := ip.Cidr.NetworkAddr() + result[networkAddr] = append(result[networkAddr], ip.Cidr) + } + return result, nil +} + +// endregion peers + +// region users + +func (r *SqlRepo) GetUser(ctx context.Context, id domain.UserIdentifier) (*domain.User, error) { + var user domain.User + + err := r.db.WithContext(ctx).First(&user, id).Error + + if err != nil && errors.Is(err, gorm.ErrRecordNotFound) { + return nil, domain.ErrNotFound + } + if err != nil { + return nil, err + } + + return &user, nil +} + +func (r *SqlRepo) GetAllUsers(ctx context.Context) ([]domain.User, error) { + var users []domain.User + + err := r.db.WithContext(ctx).Find(&users).Error + if err != nil { + return nil, err + } + + return users, nil +} + +func (r *SqlRepo) FindUsers(ctx context.Context, search string) ([]domain.User, error) { + var users []domain.User + + searchValue := "%" + strings.ToLower(search) + "%" + err := r.db.WithContext(ctx). + Where("identifier LIKE ?", searchValue). + Or("firstname LIKE ?", searchValue). + Or("lastname LIKE ?", searchValue). + Or("email LIKE ?", searchValue). + Find(&users).Error + if err != nil { + return nil, err + } + + return users, nil +} + +func (r *SqlRepo) SaveUser(ctx context.Context, id domain.UserIdentifier, updateFunc func(u *domain.User) (*domain.User, error)) error { + userInfo := domain.GetUserInfo(ctx) + + err := r.db.WithContext(ctx).Transaction(func(tx *gorm.DB) error { + user, err := r.getOrCreateUser(userInfo, tx, id) + if err != nil { + return err // return any error will roll back + } + + user, err = updateFunc(user) + if err != nil { + return err + } + + err = r.upsertUser(userInfo, tx, user) + if err != nil { + return err + } + + // return nil will commit the whole transaction + return nil + }) + if err != nil { + return err + } + + return nil +} + +func (r *SqlRepo) DeleteUser(ctx context.Context, id domain.UserIdentifier) error { + err := r.db.WithContext(ctx).Delete(&domain.User{}, id).Error + if err != nil { + return err + } + + return nil +} + +func (r *SqlRepo) getOrCreateUser(ui *domain.ContextUserInfo, tx *gorm.DB, id domain.UserIdentifier) (*domain.User, error) { + var user domain.User + + // userDefaults will be applied to newly created user records + userDefaults := domain.User{ + BaseModel: domain.BaseModel{ + CreatedBy: ui.UserId(), + UpdatedBy: ui.UserId(), + CreatedAt: time.Now(), + UpdatedAt: time.Now(), + }, + Identifier: id, + Source: domain.UserSourceDatabase, + IsAdmin: false, + } + + err := tx.Attrs(userDefaults).FirstOrCreate(&user, id).Error + if err != nil { + return nil, err + } + + return &user, nil +} + +func (r *SqlRepo) upsertUser(ui *domain.ContextUserInfo, tx *gorm.DB, user *domain.User) error { + user.UpdatedBy = ui.UserId() + user.UpdatedAt = time.Now() + + err := tx.Save(user).Error + if err != nil { + return err + } + + return nil +} + +// endregion users + +// region statistics + +func (r *SqlRepo) UpdateInterfaceStatus(ctx context.Context, id domain.InterfaceIdentifier, updateFunc func(in *domain.InterfaceStatus) (*domain.InterfaceStatus, error)) error { + err := r.db.WithContext(ctx).Transaction(func(tx *gorm.DB) error { + in, err := r.getOrCreateInterfaceStatus(tx, id) + if err != nil { + return err // return any error will roll back + } + + in, err = updateFunc(in) + if err != nil { + return err + } + + err = r.upsertInterfaceStatus(tx, in) + if err != nil { + return err + } + + // return nil will commit the whole transaction + return nil + }) + if err != nil { + return err + } + + return nil +} + +func (r *SqlRepo) getOrCreateInterfaceStatus(tx *gorm.DB, id domain.InterfaceIdentifier) (*domain.InterfaceStatus, error) { + var in domain.InterfaceStatus + + // defaults will be applied to newly created record + defaults := domain.InterfaceStatus{ + InterfaceId: id, + UpdatedAt: time.Now(), + } + + err := tx.Attrs(defaults).FirstOrCreate(&in, id).Error + if err != nil { + return nil, err + } + + return &in, nil +} + +func (r *SqlRepo) upsertInterfaceStatus(tx *gorm.DB, in *domain.InterfaceStatus) error { + err := tx.Save(in).Error + if err != nil { + return err + } + + return nil +} + +func (r *SqlRepo) UpdatePeerStatus(ctx context.Context, id domain.PeerIdentifier, updateFunc func(in *domain.PeerStatus) (*domain.PeerStatus, error)) error { + err := r.db.WithContext(ctx).Transaction(func(tx *gorm.DB) error { + in, err := r.getOrCreatePeerStatus(tx, id) + if err != nil { + return err // return any error will roll back + } + + in, err = updateFunc(in) + if err != nil { + return err + } + + err = r.upsertPeerStatus(tx, in) + if err != nil { + return err + } + + // return nil will commit the whole transaction + return nil + }) + if err != nil { + return err + } + + return nil +} + +func (r *SqlRepo) getOrCreatePeerStatus(tx *gorm.DB, id domain.PeerIdentifier) (*domain.PeerStatus, error) { + var in domain.PeerStatus + + // defaults will be applied to newly created record + defaults := domain.PeerStatus{ + PeerId: id, + UpdatedAt: time.Now(), + } + + err := tx.Attrs(defaults).FirstOrCreate(&in, id).Error + if err != nil { + return nil, err + } + + return &in, nil +} + +func (r *SqlRepo) upsertPeerStatus(tx *gorm.DB, in *domain.PeerStatus) error { + err := tx.Save(in).Error + if err != nil { + return err + } + + return nil +} + +// endregion statistics + +// region audit + +func (r *SqlRepo) SaveAuditEntry(ctx context.Context, entry *domain.AuditEntry) error { + err := r.db.WithContext(ctx).Save(entry).Error + if err != nil { + return err + } + + return nil +} + +// endregion audit diff --git a/internal/adapters/database_integration_test.go b/internal/adapters/database_integration_test.go new file mode 100644 index 0000000..0ad8419 --- /dev/null +++ b/internal/adapters/database_integration_test.go @@ -0,0 +1,43 @@ +//go:build integration + +package adapters + +import ( + "database/sql" + "fmt" + + "github.com/glebarez/sqlite" + "github.com/stretchr/testify/assert" + "gorm.io/gorm" + + "testing" +) + +func tempSqliteDb(t *testing.T) *gorm.DB { + + // github.com/mattn/go-sqlite3 + db, err := gorm.Open(sqlite.Open("file::memory:?cache=shared"), &gorm.Config{}) + if err != nil { + t.Fatal(err) + } + return db +} + +func Test_sqlRepo_migrate(t *testing.T) { + db := tempSqliteDb(t) + + r := SqlRepo{db: db} + + err := r.migrate() + assert.NoError(t, err) + + // check result + var sqlStatement []sql.NullString + db.Raw("SELECT sql FROM sqlite_master").Find(&sqlStatement) + fmt.Println("Table Schemas:") + for _, stm := range sqlStatement { + if stm.Valid { + fmt.Println(stm.String) + } + } +} diff --git a/internal/adapters/filesystem.go b/internal/adapters/filesystem.go new file mode 100644 index 0000000..22bccc4 --- /dev/null +++ b/internal/adapters/filesystem.go @@ -0,0 +1,54 @@ +package adapters + +import ( + "fmt" + "github.com/sirupsen/logrus" + "io" + "os" + "path/filepath" +) + +type FilesystemRepo struct { + basePath string +} + +func NewFileSystemRepository(basePath string) (*FilesystemRepo, error) { + if basePath == "" { + return nil, nil // no path, return empty repository + } + + r := &FilesystemRepo{basePath: basePath} + + if err := os.MkdirAll(r.basePath, os.ModePerm); err != nil { + return nil, fmt.Errorf("failed to create base directory %s: %w", basePath, err) + } + + return r, nil +} + +func (r *FilesystemRepo) WriteFile(path string, contents io.Reader) error { + filePath := filepath.Join(r.basePath, path) + parentDirectory := filepath.Dir(filePath) + + if err := os.MkdirAll(parentDirectory, os.ModePerm); err != nil { + return fmt.Errorf("failed to create parent directory %s: %w", parentDirectory, err) + } + + file, err := os.OpenFile(filePath, os.O_RDWR|os.O_CREATE|os.O_TRUNC, os.ModePerm) + if err != nil { + return fmt.Errorf("failed to open file %s: %w", file.Name(), err) + } + defer func(file *os.File) { + if err := file.Close(); err != nil { + logrus.Errorf("failed to close file %s: %v", file.Name(), err) + } + }(file) + + _, err = io.Copy(file, contents) + if err != nil { + return fmt.Errorf("failed to write file contents: %w", err) + } + + return nil + +} diff --git a/internal/adapters/mailer.go b/internal/adapters/mailer.go new file mode 100644 index 0000000..becd433 --- /dev/null +++ b/internal/adapters/mailer.go @@ -0,0 +1,138 @@ +package adapters + +import ( + "context" + "crypto/tls" + "errors" + "fmt" + "github.com/h44z/wg-portal/internal" + "github.com/h44z/wg-portal/internal/config" + "github.com/h44z/wg-portal/internal/domain" + mail "github.com/xhit/go-simple-mail/v2" + "io" + "time" +) + +type MailRepo struct { + cfg *config.MailConfig +} + +func NewSmtpMailRepo(cfg config.MailConfig) MailRepo { + return MailRepo{cfg: &cfg} +} + +// Send sends a mail. +func (r MailRepo) Send(_ context.Context, subject, body string, to []string, options *domain.MailOptions) error { + if options == nil { + options = &domain.MailOptions{} + } + r.setDefaultOptions(r.cfg.From, options) + + if len(to) == 0 { + return errors.New("missing email recipient") + } + + uniqueTo := internal.UniqueStringSlice(to) + email := mail.NewMSG() + email.SetFrom(r.cfg.From). + AddTo(uniqueTo...). + SetReplyTo(options.ReplyTo). + SetSubject(subject). + SetBody(mail.TextPlain, body) + + if len(options.Cc) > 0 { + // the underlying mail library does not allow the same address to appear in TO and CC... so filter entries that are already included + // in the TO addresses + cc := RemoveDuplicates(internal.UniqueStringSlice(options.Cc), uniqueTo) + email.AddCc(cc...) + } + if len(options.Bcc) > 0 { + // the underlying mail library does not allow the same address to appear in TO or CC and BCC... so filter entries that are already + // included in the TO and CC addresses + bcc := RemoveDuplicates(internal.UniqueStringSlice(options.Bcc), uniqueTo) + bcc = RemoveDuplicates(bcc, options.Cc) + + email.AddCc(internal.UniqueStringSlice(options.Bcc)...) + } + if options.HtmlBody != "" { + email.AddAlternative(mail.TextHTML, options.HtmlBody) + } + + for _, attachment := range options.Attachments { + attachmentData, err := io.ReadAll(attachment.Data) + if err != nil { + return fmt.Errorf("failed to read attachment data for %s: %w", attachment.Name, err) + } + + if attachment.Embedded { + email.AddInlineData(attachmentData, attachment.Name, attachment.ContentType) + } else { + email.AddAttachmentData(attachmentData, attachment.Name, attachment.ContentType) + } + } + + // Call Send and pass the client + srv := r.getMailServer() + client, err := srv.Connect() + if err != nil { + return fmt.Errorf("failed to connect to SMTP server: %w", err) + } + + err = email.Send(client) + if err != nil { + return fmt.Errorf("failed to send email: %w", err) + } + + return nil +} + +func (r MailRepo) setDefaultOptions(sender string, options *domain.MailOptions) { + if options.ReplyTo == "" { + options.ReplyTo = sender + } +} + +func (r MailRepo) getMailServer() *mail.SMTPServer { + srv := mail.NewSMTPClient() + + srv.ConnectTimeout = 30 * time.Second + srv.SendTimeout = 30 * time.Second + srv.Host = r.cfg.Host + srv.Port = r.cfg.Port + srv.Username = r.cfg.Username + srv.Password = r.cfg.Password + + switch r.cfg.Encryption { + case config.MailEncryptionTLS: + srv.Encryption = mail.EncryptionSSLTLS + case config.MailEncryptionStartTLS: + srv.Encryption = mail.EncryptionSTARTTLS + default: // MailEncryptionNone + srv.Encryption = mail.EncryptionNone + } + srv.TLSConfig = &tls.Config{ServerName: srv.Host, InsecureSkipVerify: !r.cfg.CertValidation} + switch r.cfg.AuthType { + case config.MailAuthPlain: + srv.Authentication = mail.AuthPlain + case config.MailAuthLogin: + srv.Authentication = mail.AuthLogin + case config.MailAuthCramMD5: + srv.Authentication = mail.AuthCRAMMD5 + } + + return srv +} + +// RemoveDuplicates removes addresses from the given string slice which are contained in the remove slice. +func RemoveDuplicates(slice []string, remove []string) []string { + uniqueSlice := make([]string, 0, len(slice)) + + for _, i := range remove { + for _, j := range slice { + if i != j { + uniqueSlice = append(uniqueSlice, j) + } + } + } + return uniqueSlice +} diff --git a/internal/adapters/wgquick.go b/internal/adapters/wgquick.go new file mode 100644 index 0000000..58de124 --- /dev/null +++ b/internal/adapters/wgquick.go @@ -0,0 +1,99 @@ +package adapters + +import ( + "bytes" + "fmt" + "github.com/h44z/wg-portal/internal" + "github.com/h44z/wg-portal/internal/domain" + "github.com/sirupsen/logrus" + "os/exec" + "strings" +) + +// WgQuickRepo implements higher level wg-quick like interactions like setting DNS, routing tables or interface hooks. +type WgQuickRepo struct { + shellCmd string + resolvConfIfacePrefix string +} + +func NewWgQuickRepo() *WgQuickRepo { + return &WgQuickRepo{ + shellCmd: "bash", + resolvConfIfacePrefix: "tun.", + } +} + +func (r *WgQuickRepo) ExecuteInterfaceHook(id domain.InterfaceIdentifier, hookCmd string) error { + if hookCmd == "" { + return nil + } + + err := r.exec(hookCmd, id) + if err != nil { + return fmt.Errorf("failed to exec hook: %w", err) + } + + return nil +} + +func (r *WgQuickRepo) SetDNS(id domain.InterfaceIdentifier, dnsStr, dnsSearchStr string) error { + if dnsStr == "" && dnsSearchStr == "" { + return nil + } + + dnsServers := internal.SliceString(dnsStr) + dnsSearchDomains := internal.SliceString(dnsSearchStr) + + dnsCommand := "resolvconf -a %resPref%i -m 0 -x" + dnsCommandInput := make([]string, 0, len(dnsServers)+len(dnsSearchDomains)) + + for _, dnsServer := range dnsServers { + dnsCommandInput = append(dnsCommandInput, fmt.Sprintf("nameserver %s", dnsServer)) + } + for _, searchDomain := range dnsSearchDomains { + dnsCommandInput = append(dnsCommandInput, fmt.Sprintf("search %s", searchDomain)) + } + + err := r.exec(dnsCommand, id, dnsCommandInput...) + if err != nil { + return fmt.Errorf("failed to set dns settings: %w", err) + } + + return nil +} + +func (r *WgQuickRepo) UnsetDNS(id domain.InterfaceIdentifier) error { + dnsCommand := "resolvconf -d %resPref%i -f" + + err := r.exec(dnsCommand, id) + if err != nil { + return fmt.Errorf("failed to unset dns settings: %w", err) + } + + return nil +} + +func (r *WgQuickRepo) replaceCommandPlaceHolders(command string, interfaceId domain.InterfaceIdentifier) string { + command = strings.ReplaceAll(command, "%resPref", r.resolvConfIfacePrefix) + return strings.ReplaceAll(command, "%i", string(interfaceId)) +} + +func (r *WgQuickRepo) exec(command string, interfaceId domain.InterfaceIdentifier, stdin ...string) error { + commandWithInterfaceName := r.replaceCommandPlaceHolders(command, interfaceId) + cmd := exec.Command(r.shellCmd, "-ce", commandWithInterfaceName) + if len(stdin) > 0 { + b := &bytes.Buffer{} + for _, ln := range stdin { + if _, err := fmt.Fprint(b, ln); err != nil { + return err + } + } + cmd.Stdin = b + } + out, err := cmd.CombinedOutput() // execute and wait for output + if err != nil { + return fmt.Errorf("failed to exexute shell command %s: %w", commandWithInterfaceName, err) + } + logrus.Tracef("executed shell command %s, with output: %s", commandWithInterfaceName, string(out)) + return nil +} diff --git a/internal/adapters/wireguard.go b/internal/adapters/wireguard.go new file mode 100644 index 0000000..434c246 --- /dev/null +++ b/internal/adapters/wireguard.go @@ -0,0 +1,430 @@ +package adapters + +import ( + "context" + "errors" + "fmt" + "github.com/h44z/wg-portal/internal/domain" + "github.com/h44z/wg-portal/internal/lowlevel" + "github.com/vishvananda/netlink" + "golang.zx2c4.com/wireguard/wgctrl" + "golang.zx2c4.com/wireguard/wgctrl/wgtypes" + "os" +) + +// WgRepo implements all low-level WireGuard interactions. +type WgRepo struct { + wg lowlevel.WireGuardClient + nl lowlevel.NetlinkClient +} + +func NewWireGuardRepository() *WgRepo { + wg, err := wgctrl.New() + if err != nil { + panic("failed to init wgctrl: " + err.Error()) + } + + nl := &lowlevel.NetlinkManager{} + + repo := &WgRepo{ + wg: wg, + nl: nl, + } + + return repo +} + +func (r *WgRepo) GetInterfaces(_ context.Context) ([]domain.PhysicalInterface, error) { + devices, err := r.wg.Devices() + if err != nil { + return nil, fmt.Errorf("device list error: %w", err) + } + + interfaces := make([]domain.PhysicalInterface, 0, len(devices)) + for _, device := range devices { + interfaceModel, err := r.convertWireGuardInterface(device) + if err != nil { + return nil, fmt.Errorf("interface convert failed for %s: %w", device.Name, err) + } + interfaces = append(interfaces, interfaceModel) + } + + return interfaces, nil +} + +func (r *WgRepo) GetInterface(_ context.Context, id domain.InterfaceIdentifier) (*domain.PhysicalInterface, error) { + return r.getInterface(id) +} + +func (r *WgRepo) GetPeers(_ context.Context, deviceId domain.InterfaceIdentifier) ([]domain.PhysicalPeer, error) { + device, err := r.wg.Device(string(deviceId)) + if err != nil { + return nil, fmt.Errorf("device error: %w", err) + } + + peers := make([]domain.PhysicalPeer, 0, len(device.Peers)) + for _, peer := range device.Peers { + peerModel, err := r.convertWireGuardPeer(&peer) + if err != nil { + return nil, fmt.Errorf("peer convert failed for %v: %w", peer.PublicKey, err) + } + peers = append(peers, peerModel) + } + + return peers, nil +} + +func (r *WgRepo) GetPeer(_ context.Context, deviceId domain.InterfaceIdentifier, id domain.PeerIdentifier) (*domain.PhysicalPeer, error) { + return r.getPeer(deviceId, id) +} + +func (r *WgRepo) convertWireGuardInterface(device *wgtypes.Device) (domain.PhysicalInterface, error) { + // read data from wgctrl interface + + iface := domain.PhysicalInterface{ + Identifier: domain.InterfaceIdentifier(device.Name), + KeyPair: domain.KeyPair{ + PrivateKey: device.PrivateKey.String(), + PublicKey: device.PublicKey.String(), + }, + ListenPort: device.ListenPort, + Addresses: nil, + Mtu: 0, + FirewallMark: int32(device.FirewallMark), + DeviceUp: false, + ImportSource: "wgctrl", + DeviceType: device.Type.String(), + BytesUpload: 0, + BytesDownload: 0, + } + + // read data from netlink interface + + lowLevelInterface, err := r.nl.LinkByName(device.Name) + if err != nil { + return domain.PhysicalInterface{}, fmt.Errorf("netlink error for %s: %w", device.Name, err) + } + ipAddresses, err := r.nl.AddrList(lowLevelInterface) + if err != nil { + return domain.PhysicalInterface{}, fmt.Errorf("ip read error for %s: %w", device.Name, err) + } + + for _, addr := range ipAddresses { + iface.Addresses = append(iface.Addresses, domain.CidrFromNetlinkAddr(addr)) + } + iface.Mtu = lowLevelInterface.Attrs().MTU + iface.DeviceUp = lowLevelInterface.Attrs().OperState == netlink.OperUnknown // wg only supports unknown + if stats := lowLevelInterface.Attrs().Statistics; stats != nil { + iface.BytesUpload = stats.TxBytes + iface.BytesDownload = stats.RxBytes + } + + return iface, nil +} + +func (r *WgRepo) convertWireGuardPeer(peer *wgtypes.Peer) (domain.PhysicalPeer, error) { + peerModel := domain.PhysicalPeer{ + Identifier: domain.PeerIdentifier(peer.PublicKey.String()), + Endpoint: "", + AllowedIPs: nil, + KeyPair: domain.KeyPair{ + PublicKey: peer.PublicKey.String(), + }, + PresharedKey: "", + PersistentKeepalive: int(peer.PersistentKeepaliveInterval.Seconds()), + LastHandshake: peer.LastHandshakeTime, + ProtocolVersion: peer.ProtocolVersion, + BytesUpload: uint64(peer.ReceiveBytes), + BytesDownload: uint64(peer.TransmitBytes), + } + + for _, addr := range peer.AllowedIPs { + peerModel.AllowedIPs = append(peerModel.AllowedIPs, domain.CidrFromIpNet(addr)) + } + if peer.Endpoint != nil { + peerModel.Endpoint = peer.Endpoint.String() + } + if peer.PresharedKey != (wgtypes.Key{}) { + peerModel.PresharedKey = domain.PreSharedKey(peer.PresharedKey.String()) + } + + return peerModel, nil +} + +func (r *WgRepo) SaveInterface(_ context.Context, id domain.InterfaceIdentifier, updateFunc func(pi *domain.PhysicalInterface) (*domain.PhysicalInterface, error)) error { + physicalInterface, err := r.getOrCreateInterface(id) + if err != nil { + return err + } + + if updateFunc != nil { + physicalInterface, err = updateFunc(physicalInterface) + if err != nil { + return err + } + } + + if err := r.updateLowLevelInterface(physicalInterface); err != nil { + return err + } + if err := r.updateWireGuardInterface(physicalInterface); err != nil { + return err + } + + return nil +} + +func (r *WgRepo) getOrCreateInterface(id domain.InterfaceIdentifier) (*domain.PhysicalInterface, error) { + device, err := r.getInterface(id) + if err == nil { + return device, nil + } + if err != nil && !errors.Is(err, os.ErrNotExist) { + return nil, fmt.Errorf("device error: %w", err) + } + + // create new device + if err := r.createLowLevelInterface(id); err != nil { + return nil, err + } + + device, err = r.getInterface(id) + return device, err +} + +func (r *WgRepo) getInterface(id domain.InterfaceIdentifier) (*domain.PhysicalInterface, error) { + device, err := r.wg.Device(string(id)) + if err != nil { + return nil, err + } + + pi, err := r.convertWireGuardInterface(device) + return &pi, err +} + +func (r *WgRepo) createLowLevelInterface(id domain.InterfaceIdentifier) error { + link := &netlink.GenericLink{ + LinkAttrs: netlink.LinkAttrs{ + Name: string(id), + }, + LinkType: "wireguard", + } + err := r.nl.LinkAdd(link) + if err != nil { + return fmt.Errorf("link add failed: %w", err) + } + + return nil +} + +func (r *WgRepo) updateLowLevelInterface(pi *domain.PhysicalInterface) error { + link, err := r.nl.LinkByName(string(pi.Identifier)) + if err != nil { + return err + } + if pi.Mtu != 0 { + if err := r.nl.LinkSetMTU(link, pi.Mtu); err != nil { + return fmt.Errorf("mtu error: %w", err) + } + } + + for _, addr := range pi.Addresses { + err := r.nl.AddrReplace(link, addr.NetlinkAddr()) + if err != nil { + return fmt.Errorf("failed to set ip %s: %w", addr.String(), err) + } + } + + // Remove unwanted IP addresses + rawAddresses, err := r.nl.AddrList(link) + if err != nil { + return fmt.Errorf("failed to fetch interface ips: %w", err) + } + for _, rawAddr := range rawAddresses { + netlinkAddr := domain.CidrFromNetlinkAddr(rawAddr) + remove := true + for _, addr := range pi.Addresses { + if addr == netlinkAddr { + remove = false + break + } + } + + if !remove { + continue + } + + err := r.nl.AddrDel(link, &rawAddr) + if err != nil { + return fmt.Errorf("failed to remove deprecated ip %s: %w", netlinkAddr.String(), err) + } + } + + // Update link state + if pi.DeviceUp { + if err := r.nl.LinkSetUp(link); err != nil { + return fmt.Errorf("failed to bring up device: %w", err) + } + } else { + if err := r.nl.LinkSetDown(link); err != nil { + return fmt.Errorf("failed to bring down device: %w", err) + } + } + + return nil +} + +func (r *WgRepo) updateWireGuardInterface(pi *domain.PhysicalInterface) error { + pKey, err := wgtypes.NewKey(pi.KeyPair.GetPrivateKeyBytes()) + if err != nil { + return err + } + + var fwMark *int + if pi.FirewallMark != 0 { + *fwMark = int(pi.FirewallMark) + } + err = r.wg.ConfigureDevice(string(pi.Identifier), wgtypes.Config{ + PrivateKey: &pKey, + ListenPort: &pi.ListenPort, + FirewallMark: fwMark, + ReplacePeers: false, + }) + if err != nil { + return err + } + + return nil +} + +func (r *WgRepo) DeleteInterface(_ context.Context, id domain.InterfaceIdentifier) error { + if err := r.deleteLowLevelInterface(id); err != nil { + return err + } + + return nil +} + +func (r *WgRepo) deleteLowLevelInterface(id domain.InterfaceIdentifier) error { + link, err := r.nl.LinkByName(string(id)) + if err != nil { + var linkNotFoundError netlink.LinkNotFoundError + if errors.As(err, &linkNotFoundError) { + return nil // ignore not found error + } + return fmt.Errorf("unable to find low level interface: %w", err) + } + + err = r.nl.LinkDel(link) + if err != nil { + return fmt.Errorf("failed to delete low level interface: %w", err) + } + + return nil +} + +func (r *WgRepo) SavePeer(_ context.Context, deviceId domain.InterfaceIdentifier, id domain.PeerIdentifier, updateFunc func(pp *domain.PhysicalPeer) (*domain.PhysicalPeer, error)) error { + physicalPeer, err := r.getOrCreatePeer(deviceId, id) + if err != nil { + return err + } + + physicalPeer, err = updateFunc(physicalPeer) + if err != nil { + return err + } + + if err := r.updatePeer(deviceId, physicalPeer); err != nil { + return err + } + + return nil +} + +func (r *WgRepo) getOrCreatePeer(deviceId domain.InterfaceIdentifier, id domain.PeerIdentifier) (*domain.PhysicalPeer, error) { + peer, err := r.getPeer(deviceId, id) + if err == nil { + return peer, nil + } + if err != nil && !errors.Is(err, os.ErrNotExist) { + return nil, fmt.Errorf("peer error: %w", err) + } + + // create new peer + err = r.wg.ConfigureDevice(string(deviceId), wgtypes.Config{Peers: []wgtypes.PeerConfig{{ + PublicKey: id.ToPublicKey(), + }}}) + + peer, err = r.getPeer(deviceId, id) + return peer, nil +} + +func (r *WgRepo) getPeer(deviceId domain.InterfaceIdentifier, id domain.PeerIdentifier) (*domain.PhysicalPeer, error) { + if !id.IsPublicKey() { + return nil, errors.New("invalid public key") + } + + device, err := r.wg.Device(string(deviceId)) + if err != nil { + return nil, err + } + + publicKey := id.ToPublicKey() + for _, peer := range device.Peers { + if peer.PublicKey != publicKey { + continue + } + + peerModel, err := r.convertWireGuardPeer(&peer) + return &peerModel, err + } + + return nil, os.ErrNotExist +} + +func (r *WgRepo) updatePeer(deviceId domain.InterfaceIdentifier, pp *domain.PhysicalPeer) error { + cfg := wgtypes.PeerConfig{ + PublicKey: pp.GetPublicKey(), + Remove: false, + UpdateOnly: true, + PresharedKey: pp.GetPresharedKey(), + Endpoint: pp.GetEndpointAddress(), + PersistentKeepaliveInterval: pp.GetPersistentKeepaliveTime(), + ReplaceAllowedIPs: true, + AllowedIPs: pp.GetAllowedIPs(), + } + + err := r.wg.ConfigureDevice(string(deviceId), wgtypes.Config{ReplacePeers: false, Peers: []wgtypes.PeerConfig{cfg}}) + if err != nil { + return err + } + + return nil +} + +func (r *WgRepo) DeletePeer(_ context.Context, deviceId domain.InterfaceIdentifier, id domain.PeerIdentifier) error { + if !id.IsPublicKey() { + return errors.New("invalid public key") + } + + err := r.deletePeer(deviceId, id) + if err != nil { + return err + } + + return nil +} + +func (r *WgRepo) deletePeer(deviceId domain.InterfaceIdentifier, id domain.PeerIdentifier) error { + cfg := wgtypes.PeerConfig{ + PublicKey: id.ToPublicKey(), + Remove: true, + } + + err := r.wg.ConfigureDevice(string(deviceId), wgtypes.Config{ReplacePeers: false, Peers: []wgtypes.PeerConfig{cfg}}) + if err != nil { + return err + } + + return nil +} diff --git a/internal/adapters/wireguard_integration_test.go b/internal/adapters/wireguard_integration_test.go new file mode 100644 index 0000000..07b35f2 --- /dev/null +++ b/internal/adapters/wireguard_integration_test.go @@ -0,0 +1,121 @@ +//go:build integration + +package adapters + +import ( + "context" + "fmt" + "net" + "os" + "os/exec" + "strconv" + "strings" + "testing" + + "github.com/stretchr/testify/require" + + "github.com/h44z/wg-portal/internal/domain" + + "github.com/stretchr/testify/assert" +) + +// setup WireGuard manager with no linked store +func setup(t *testing.T) *WgRepo { + if getProcessOwner() != "root" { + t.Fatalf("this tests need to be executed as root user") + } + + repo := NewWireGuardRepository() + + return repo +} + +func getProcessOwner() string { + stdout, err := exec.Command("ps", "-o", "user=", "-p", strconv.Itoa(os.Getpid())).Output() + if err != nil { + fmt.Println(err) + os.Exit(1) + } + return strings.TrimSpace(string(stdout)) +} + +func Test_wgRepository_GetInterfaces(t *testing.T) { + mgr := setup(t) + + interfaceName := domain.InterfaceIdentifier("wg_test_001") + defer mgr.DeleteInterface(context.Background(), interfaceName) + err := mgr.SaveInterface(context.Background(), interfaceName, nil) + require.NoError(t, err) + + interfaceName2 := domain.InterfaceIdentifier("wg_test_002") + defer mgr.DeleteInterface(context.Background(), interfaceName2) + err = mgr.SaveInterface(context.Background(), interfaceName2, nil) + require.NoError(t, err) + + interfaces, err := mgr.GetInterfaces(context.Background()) + assert.NoError(t, err) + assert.Len(t, interfaces, 2) + for _, iface := range interfaces { + assert.True(t, iface.Identifier == interfaceName || iface.Identifier == interfaceName2) + } +} + +func TestWireGuardCreateInterface(t *testing.T) { + mgr := setup(t) + + interfaceName := domain.InterfaceIdentifier("wg_test_001") + ipAddress := "10.11.12.13" + ipV6Address := "1337:d34d:b33f::2" + defer mgr.DeleteInterface(context.Background(), interfaceName) + + err := mgr.SaveInterface(context.Background(), interfaceName, func(pi *domain.PhysicalInterface) (*domain.PhysicalInterface, error) { + pi.Addresses = []domain.Cidr{ + domain.CidrFromIpNet(net.IPNet{IP: net.ParseIP(ipAddress), Mask: net.CIDRMask(24, 32)}), + domain.CidrFromIpNet(net.IPNet{IP: net.ParseIP(ipV6Address), Mask: net.CIDRMask(64, 128)}), + } + return pi, nil + }) + assert.NoError(t, err) + + // Validate that the interface has been created + cmd := exec.Command("ip", "addr") + out, err := cmd.CombinedOutput() + assert.NoError(t, err) + assert.Contains(t, string(out), interfaceName) + assert.Contains(t, string(out), ipAddress) + assert.Contains(t, string(out), ipV6Address) +} + +func TestWireGuardUpdateInterface(t *testing.T) { + mgr := setup(t) + + interfaceName := domain.InterfaceIdentifier("wg_test_001") + defer mgr.DeleteInterface(context.Background(), interfaceName) + + err := mgr.SaveInterface(context.Background(), interfaceName, nil) + require.NoError(t, err) + + cmd := exec.Command("ip", "addr") + out, err := cmd.CombinedOutput() + require.NoError(t, err) + require.Contains(t, string(out), interfaceName) + + ipAddress := "10.11.12.13" + ipV6Address := "1337:d34d:b33f::2" + err = mgr.SaveInterface(context.Background(), interfaceName, func(pi *domain.PhysicalInterface) (*domain.PhysicalInterface, error) { + pi.Addresses = []domain.Cidr{ + domain.CidrFromIpNet(net.IPNet{IP: net.ParseIP(ipAddress), Mask: net.CIDRMask(24, 32)}), + domain.CidrFromIpNet(net.IPNet{IP: net.ParseIP(ipV6Address), Mask: net.CIDRMask(64, 128)}), + } + return pi, nil + }) + assert.NoError(t, err) + + // Validate that the interface has been updated + cmd = exec.Command("ip", "addr") + out, err = cmd.CombinedOutput() + assert.NoError(t, err) + assert.Contains(t, string(out), interfaceName) + assert.Contains(t, string(out), ipAddress) + assert.Contains(t, string(out), ipV6Address) +} diff --git a/internal/app/api/core/assets.go b/internal/app/api/core/assets.go new file mode 100644 index 0000000..67be5be --- /dev/null +++ b/internal/app/api/core/assets.go @@ -0,0 +1,21 @@ +package core + +import "embed" + +//go:embed assets/tpl/* +var apiTemplates embed.FS + +//go:embed assets/css/* +//go:embed assets/fonts/* +//go:embed assets/img/* +//go:embed assets/js/* +//go:embed assets/doc/* +var apiStatics embed.FS + +//go:embed frontend-dist/assets/* +//go:embed frontend-dist/img/* +//go:embed frontend-dist/index.html +//go:embed frontend-dist/favicon.ico +//go:embed frontend-dist/favicon.png +//go:embed frontend-dist/favicon-large.png +var frontendStatics embed.FS diff --git a/assets/css/bootstrap.min.css b/internal/app/api/core/assets/css/bootstrap.min.css similarity index 100% rename from assets/css/bootstrap.min.css rename to internal/app/api/core/assets/css/bootstrap.min.css diff --git a/internal/app/api/core/assets/doc/v0_swagger.json b/internal/app/api/core/assets/doc/v0_swagger.json new file mode 100644 index 0000000..ee1ed7a --- /dev/null +++ b/internal/app/api/core/assets/doc/v0_swagger.json @@ -0,0 +1,1569 @@ +{ + "swagger": "2.0", + "info": { + "description": "WireGuard Portal API - a testing API endpoint", + "title": "WireGuard Portal API", + "contact": { + "name": "WireGuard Portal Developers", + "url": "https://github.com/h44z/wg-portal" + }, + "version": "0.0" + }, + "basePath": "/api/v0", + "paths": { + "/auth/login": { + "post": { + "produces": [ + "application/json" + ], + "tags": [ + "Authentication" + ], + "summary": "Get all available external login providers.", + "operationId": "auth_handleLoginPost", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/model.LoginProviderInfo" + } + } + } + } + } + }, + "/auth/logout": { + "get": { + "produces": [ + "application/json" + ], + "tags": [ + "Authentication" + ], + "summary": "Get all available external login providers.", + "operationId": "auth_handleLogoutGet", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/model.LoginProviderInfo" + } + } + } + } + } + }, + "/auth/providers": { + "get": { + "produces": [ + "application/json" + ], + "tags": [ + "Authentication" + ], + "summary": "Get all available external login providers.", + "operationId": "auth_handleExternalLoginProvidersGet", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/model.LoginProviderInfo" + } + } + } + } + } + }, + "/auth/session": { + "get": { + "produces": [ + "application/json" + ], + "tags": [ + "Authentication" + ], + "summary": "Get information about the currently logged-in user.", + "operationId": "auth_handleSessionInfoGet", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/model.SessionInfo" + } + } + }, + "500": { + "description": "Internal Server Error", + "schema": { + "$ref": "#/definitions/model.Error" + } + } + } + } + }, + "/auth/{provider}/callback": { + "get": { + "produces": [ + "application/json" + ], + "tags": [ + "Authentication" + ], + "summary": "Handle the OAuth callback.", + "operationId": "auth_handleOauthCallbackGet", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/model.LoginProviderInfo" + } + } + } + } + } + }, + "/auth/{provider}/init": { + "get": { + "produces": [ + "application/json" + ], + "tags": [ + "Authentication" + ], + "summary": "Initiate the OAuth login flow.", + "operationId": "auth_handleOauthInitiateGet", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/model.LoginProviderInfo" + } + } + } + } + } + }, + "/config/frontend.js": { + "get": { + "produces": [ + "text/javascript" + ], + "tags": [ + "Configuration" + ], + "summary": "Get the dynamic frontend configuration javascript.", + "operationId": "config_handleConfigJsGet", + "responses": { + "200": { + "description": "The JavaScript contents", + "schema": { + "type": "string" + } + } + } + } + }, + "/csrf": { + "get": { + "produces": [ + "application/json" + ], + "tags": [ + "Security" + ], + "summary": "Get a CSRF token for the current session.", + "operationId": "base_handleCsrfGet", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + } + } + } + }, + "/hostname": { + "get": { + "description": "Nothing more to describe...", + "produces": [ + "application/json" + ], + "tags": [ + "Testing" + ], + "summary": "Get the current host name.", + "operationId": "test_handleHostnameGet", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "500": { + "description": "Internal Server Error", + "schema": { + "$ref": "#/definitions/model.Error" + } + } + } + } + }, + "/interface/all": { + "get": { + "produces": [ + "application/json" + ], + "tags": [ + "Interface" + ], + "summary": "Get all available interfaces.", + "operationId": "interfaces_handleAllGet", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/model.Interface" + } + } + }, + "500": { + "description": "Internal Server Error", + "schema": { + "$ref": "#/definitions/model.Error" + } + } + } + } + }, + "/interface/config/{id}": { + "get": { + "produces": [ + "application/json" + ], + "tags": [ + "Interface" + ], + "summary": "Get interface configuration as string.", + "operationId": "interfaces_handleConfigGet", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "400": { + "description": "Bad Request", + "schema": { + "$ref": "#/definitions/model.Error" + } + }, + "500": { + "description": "Internal Server Error", + "schema": { + "$ref": "#/definitions/model.Error" + } + } + } + } + }, + "/interface/get/{id}": { + "get": { + "produces": [ + "application/json" + ], + "tags": [ + "Interface" + ], + "summary": "Get single interface.", + "operationId": "interfaces_handleSingleGet", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/model.Interface" + } + }, + "400": { + "description": "Bad Request", + "schema": { + "$ref": "#/definitions/model.Error" + } + }, + "500": { + "description": "Internal Server Error", + "schema": { + "$ref": "#/definitions/model.Error" + } + } + } + } + }, + "/interface/new": { + "post": { + "produces": [ + "application/json" + ], + "tags": [ + "Interface" + ], + "summary": "Create the new interface record.", + "operationId": "interfaces_handleCreatePost", + "parameters": [ + { + "description": "The interface data", + "name": "request", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/model.Interface" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/model.Interface" + } + }, + "400": { + "description": "Bad Request", + "schema": { + "$ref": "#/definitions/model.Error" + } + }, + "500": { + "description": "Internal Server Error", + "schema": { + "$ref": "#/definitions/model.Error" + } + } + } + } + }, + "/interface/peers/{id}": { + "get": { + "produces": [ + "application/json" + ], + "tags": [ + "Interface" + ], + "summary": "Get peers for the given interface.", + "operationId": "interfaces_handlePeersGet", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/model.Peer" + } + } + }, + "500": { + "description": "Internal Server Error", + "schema": { + "$ref": "#/definitions/model.Error" + } + } + } + } + }, + "/interface/prepare": { + "get": { + "produces": [ + "application/json" + ], + "tags": [ + "Interface" + ], + "summary": "Prepare a new interface.", + "operationId": "interfaces_handlePrepareGet", + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/model.Interface" + } + }, + "500": { + "description": "Internal Server Error", + "schema": { + "$ref": "#/definitions/model.Error" + } + } + } + } + }, + "/interface/{id}": { + "put": { + "produces": [ + "application/json" + ], + "tags": [ + "Interface" + ], + "summary": "Update the interface record.", + "operationId": "interfaces_handleUpdatePut", + "parameters": [ + { + "type": "string", + "description": "The interface identifier", + "name": "id", + "in": "path", + "required": true + }, + { + "description": "The interface data", + "name": "request", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/model.Interface" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/model.Interface" + } + }, + "400": { + "description": "Bad Request", + "schema": { + "$ref": "#/definitions/model.Error" + } + }, + "500": { + "description": "Internal Server Error", + "schema": { + "$ref": "#/definitions/model.Error" + } + } + } + }, + "delete": { + "produces": [ + "application/json" + ], + "tags": [ + "Interface" + ], + "summary": "Delete the interface record.", + "operationId": "interfaces_handleDelete", + "parameters": [ + { + "type": "string", + "description": "The interface identifier", + "name": "id", + "in": "path", + "required": true + } + ], + "responses": { + "204": { + "description": "No content if deletion was successful" + }, + "400": { + "description": "Bad Request", + "schema": { + "$ref": "#/definitions/model.Error" + } + }, + "500": { + "description": "Internal Server Error", + "schema": { + "$ref": "#/definitions/model.Error" + } + } + } + } + }, + "/now": { + "get": { + "description": "Nothing more to describe...", + "produces": [ + "application/json" + ], + "tags": [ + "Testing" + ], + "summary": "Get the current local time.", + "operationId": "test_handleCurrentTimeGet", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "500": { + "description": "Internal Server Error", + "schema": { + "$ref": "#/definitions/model.Error" + } + } + } + } + }, + "/peer/config-qr/{id}": { + "get": { + "produces": [ + "application/json" + ], + "tags": [ + "Peer" + ], + "summary": "Get peer configuration as qr code.", + "operationId": "peers_handleQrCodeGet", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "400": { + "description": "Bad Request", + "schema": { + "$ref": "#/definitions/model.Error" + } + }, + "500": { + "description": "Internal Server Error", + "schema": { + "$ref": "#/definitions/model.Error" + } + } + } + } + }, + "/peer/config/{id}": { + "get": { + "produces": [ + "application/json" + ], + "tags": [ + "Peer" + ], + "summary": "Get peer configuration as string.", + "operationId": "peers_handleConfigGet", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "string" + } + }, + "400": { + "description": "Bad Request", + "schema": { + "$ref": "#/definitions/model.Error" + } + }, + "500": { + "description": "Internal Server Error", + "schema": { + "$ref": "#/definitions/model.Error" + } + } + } + } + }, + "/peer/iface/{iface}/all": { + "get": { + "produces": [ + "application/json" + ], + "tags": [ + "Peer" + ], + "summary": "Get peers for the given interface.", + "operationId": "peers_handleAllGet", + "parameters": [ + { + "type": "string", + "description": "The interface identifier", + "name": "iface", + "in": "path", + "required": true + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/model.Peer" + } + } + }, + "400": { + "description": "Bad Request", + "schema": { + "$ref": "#/definitions/model.Error" + } + }, + "500": { + "description": "Internal Server Error", + "schema": { + "$ref": "#/definitions/model.Error" + } + } + } + } + }, + "/peer/iface/{iface}/new": { + "post": { + "produces": [ + "application/json" + ], + "tags": [ + "Peer" + ], + "summary": "Prepare a new peer for the given interface.", + "operationId": "peers_handleCreatePost", + "parameters": [ + { + "type": "string", + "description": "The interface identifier", + "name": "iface", + "in": "path", + "required": true + }, + { + "description": "The peer data", + "name": "request", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/model.Peer" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/model.Peer" + } + }, + "400": { + "description": "Bad Request", + "schema": { + "$ref": "#/definitions/model.Error" + } + }, + "500": { + "description": "Internal Server Error", + "schema": { + "$ref": "#/definitions/model.Error" + } + } + } + } + }, + "/peer/iface/{iface}/prepare": { + "get": { + "produces": [ + "application/json" + ], + "tags": [ + "Peer" + ], + "summary": "Prepare a new peer for the given interface.", + "operationId": "peers_handlePrepareGet", + "parameters": [ + { + "type": "string", + "description": "The interface identifier", + "name": "iface", + "in": "path", + "required": true + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/model.Peer" + } + }, + "400": { + "description": "Bad Request", + "schema": { + "$ref": "#/definitions/model.Error" + } + }, + "500": { + "description": "Internal Server Error", + "schema": { + "$ref": "#/definitions/model.Error" + } + } + } + } + }, + "/peer/{id}": { + "get": { + "produces": [ + "application/json" + ], + "tags": [ + "Peer" + ], + "summary": "Get peer for the given identifier.", + "operationId": "peers_handleSingleGet", + "parameters": [ + { + "type": "string", + "description": "The peer identifier", + "name": "id", + "in": "path", + "required": true + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/model.Peer" + } + }, + "400": { + "description": "Bad Request", + "schema": { + "$ref": "#/definitions/model.Error" + } + }, + "500": { + "description": "Internal Server Error", + "schema": { + "$ref": "#/definitions/model.Error" + } + } + } + }, + "put": { + "produces": [ + "application/json" + ], + "tags": [ + "Peer" + ], + "summary": "Update the given peer record.", + "operationId": "peers_handleUpdatePut", + "parameters": [ + { + "type": "string", + "description": "The peer identifier", + "name": "id", + "in": "path", + "required": true + }, + { + "description": "The peer data", + "name": "request", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/model.Peer" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/model.Peer" + } + }, + "400": { + "description": "Bad Request", + "schema": { + "$ref": "#/definitions/model.Error" + } + }, + "500": { + "description": "Internal Server Error", + "schema": { + "$ref": "#/definitions/model.Error" + } + } + } + }, + "delete": { + "produces": [ + "application/json" + ], + "tags": [ + "Peer" + ], + "summary": "Delete the peer record.", + "operationId": "peers_handleDelete", + "parameters": [ + { + "type": "string", + "description": "The peer identifier", + "name": "id", + "in": "path", + "required": true + } + ], + "responses": { + "204": { + "description": "No content if deletion was successful" + }, + "400": { + "description": "Bad Request", + "schema": { + "$ref": "#/definitions/model.Error" + } + }, + "500": { + "description": "Internal Server Error", + "schema": { + "$ref": "#/definitions/model.Error" + } + } + } + } + }, + "/user/all": { + "get": { + "produces": [ + "application/json" + ], + "tags": [ + "Users" + ], + "summary": "Get all user records.", + "operationId": "users_handleAllGet", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/model.User" + } + } + }, + "500": { + "description": "Internal Server Error", + "schema": { + "$ref": "#/definitions/model.Error" + } + } + } + } + }, + "/user/new": { + "post": { + "produces": [ + "application/json" + ], + "tags": [ + "Users" + ], + "summary": "Create the new user record.", + "operationId": "users_handleCreatePost", + "parameters": [ + { + "description": "The user data", + "name": "request", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/model.User" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/model.User" + } + }, + "400": { + "description": "Bad Request", + "schema": { + "$ref": "#/definitions/model.Error" + } + }, + "500": { + "description": "Internal Server Error", + "schema": { + "$ref": "#/definitions/model.Error" + } + } + } + } + }, + "/user/{id}": { + "get": { + "produces": [ + "application/json" + ], + "tags": [ + "Users" + ], + "summary": "Get a single user record.", + "operationId": "users_handleSingleGet", + "parameters": [ + { + "type": "string", + "description": "The user identifier", + "name": "id", + "in": "path", + "required": true + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/model.User" + } + }, + "500": { + "description": "Internal Server Error", + "schema": { + "$ref": "#/definitions/model.Error" + } + } + } + }, + "put": { + "produces": [ + "application/json" + ], + "tags": [ + "Users" + ], + "summary": "Update the user record.", + "operationId": "users_handleUpdatePut", + "parameters": [ + { + "type": "string", + "description": "The user identifier", + "name": "id", + "in": "path", + "required": true + }, + { + "description": "The user data", + "name": "request", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/model.User" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/model.User" + } + }, + "400": { + "description": "Bad Request", + "schema": { + "$ref": "#/definitions/model.Error" + } + }, + "500": { + "description": "Internal Server Error", + "schema": { + "$ref": "#/definitions/model.Error" + } + } + } + }, + "delete": { + "produces": [ + "application/json" + ], + "tags": [ + "Users" + ], + "summary": "Delete the user record.", + "operationId": "users_handleDelete", + "parameters": [ + { + "type": "string", + "description": "The user identifier", + "name": "id", + "in": "path", + "required": true + } + ], + "responses": { + "204": { + "description": "No content if deletion was successful" + }, + "400": { + "description": "Bad Request", + "schema": { + "$ref": "#/definitions/model.Error" + } + }, + "500": { + "description": "Internal Server Error", + "schema": { + "$ref": "#/definitions/model.Error" + } + } + } + } + }, + "/user/{id}/peers": { + "get": { + "produces": [ + "application/json" + ], + "tags": [ + "Users" + ], + "summary": "Get peers for the given user.", + "operationId": "users_handlePeersGet", + "responses": { + "200": { + "description": "OK", + "schema": { + "type": "array", + "items": { + "$ref": "#/definitions/model.Peer" + } + } + }, + "500": { + "description": "Internal Server Error", + "schema": { + "$ref": "#/definitions/model.Error" + } + } + } + } + } + }, + "definitions": { + "model.Error": { + "type": "object", + "properties": { + "Code": { + "type": "integer" + }, + "Message": { + "type": "string" + } + } + }, + "model.Int32ConfigOption": { + "type": "object", + "properties": { + "Overridable": { + "type": "boolean" + }, + "Value": { + "type": "integer" + } + } + }, + "model.IntConfigOption": { + "type": "object", + "properties": { + "Overridable": { + "type": "boolean" + }, + "Value": { + "type": "integer" + } + } + }, + "model.Interface": { + "type": "object", + "properties": { + "Addresses": { + "description": "the interface ip addresses", + "type": "array", + "items": { + "type": "string" + } + }, + "Disabled": { + "description": "flag that specifies if the interface is enabled (up) or not (down)", + "type": "boolean" + }, + "DisabledReason": { + "description": "the reason why the interface has been disabled", + "type": "string" + }, + "DisplayName": { + "description": "a nice display name/ description for the interface", + "type": "string" + }, + "Dns": { + "description": "the dns server that should be set if the interface is up, comma separated", + "type": "array", + "items": { + "type": "string" + } + }, + "DnsSearch": { + "description": "the dns search option string that should be set if the interface is up, will be appended to DnsStr", + "type": "array", + "items": { + "type": "string" + } + }, + "EnabledPeers": { + "type": "integer" + }, + "FirewallMark": { + "description": "a firewall mark", + "type": "integer" + }, + "Identifier": { + "description": "device name, for example: wg0", + "type": "string", + "example": "wg0" + }, + "ListenPort": { + "description": "the listening port, for example: 51820", + "type": "integer" + }, + "Mode": { + "description": "the interface type, either 'server', 'client' or 'any'", + "type": "string", + "example": "server" + }, + "Mtu": { + "description": "the device MTU", + "type": "integer" + }, + "PeerDefAllowedIPs": { + "description": "the default allowed IP string for the peer", + "type": "array", + "items": { + "type": "string" + } + }, + "PeerDefDns": { + "description": "the default dns server for the peer", + "type": "array", + "items": { + "type": "string" + } + }, + "PeerDefDnsSearch": { + "description": "the default dns search options for the peer", + "type": "array", + "items": { + "type": "string" + } + }, + "PeerDefEndpoint": { + "description": "the default endpoint for the peer", + "type": "string" + }, + "PeerDefFirewallMark": { + "description": "default firewall mark", + "type": "integer" + }, + "PeerDefMtu": { + "description": "the default device MTU", + "type": "integer" + }, + "PeerDefNetwork": { + "description": "the default subnets from which peers will get their IP addresses, comma seperated", + "type": "array", + "items": { + "type": "string" + } + }, + "PeerDefPersistentKeepalive": { + "description": "the default persistent keep-alive Value", + "type": "integer" + }, + "PeerDefPostDown": { + "description": "default action that is executed after the device is down", + "type": "string" + }, + "PeerDefPostUp": { + "description": "default action that is executed after the device is up", + "type": "string" + }, + "PeerDefPreDown": { + "description": "default action that is executed before the device is down", + "type": "string" + }, + "PeerDefPreUp": { + "description": "default action that is executed before the device is up", + "type": "string" + }, + "PeerDefRoutingTable": { + "description": "the default routing table", + "type": "string" + }, + "PostDown": { + "description": "action that is executed after the device is down", + "type": "string" + }, + "PostUp": { + "description": "action that is executed after the device is up", + "type": "string" + }, + "PreDown": { + "description": "action that is executed before the device is down", + "type": "string" + }, + "PreUp": { + "description": "action that is executed before the device is up", + "type": "string" + }, + "PrivateKey": { + "description": "private Key of the server interface", + "type": "string", + "example": "abcdef==" + }, + "PublicKey": { + "description": "public Key of the server interface", + "type": "string", + "example": "abcdef==" + }, + "RoutingTable": { + "description": "the routing table", + "type": "string" + }, + "SaveConfig": { + "description": "automatically persist config changes to the wgX.conf file", + "type": "boolean" + }, + "TotalPeers": { + "type": "integer" + } + } + }, + "model.LoginProviderInfo": { + "type": "object", + "properties": { + "CallbackUrl": { + "type": "string", + "example": "/auth/google/callback" + }, + "Identifier": { + "type": "string", + "example": "google" + }, + "Name": { + "type": "string", + "example": "Login with Google" + }, + "ProviderUrl": { + "type": "string", + "example": "/auth/google/login" + } + } + }, + "model.Peer": { + "type": "object", + "properties": { + "Addresses": { + "description": "the interface ip addresses", + "type": "array", + "items": { + "type": "string" + } + }, + "AllowedIPs": { + "description": "all allowed ip subnets, comma seperated", + "allOf": [ + { + "$ref": "#/definitions/model.StringSliceConfigOption" + } + ] + }, + "CheckAliveAddress": { + "description": "optional ip address or DNS name that is used for ping checks", + "type": "string" + }, + "Disabled": { + "description": "flag that specifies if the peer is enabled (up) or not (down)", + "type": "boolean" + }, + "DisabledReason": { + "description": "the reason why the peer has been disabled", + "type": "string" + }, + "DisplayName": { + "description": "a nice display name/ description for the peer", + "type": "string" + }, + "Dns": { + "description": "the dns server that should be set if the interface is up, comma separated", + "allOf": [ + { + "$ref": "#/definitions/model.StringSliceConfigOption" + } + ] + }, + "DnsSearch": { + "description": "the dns search option string that should be set if the interface is up, will be appended to DnsStr", + "allOf": [ + { + "$ref": "#/definitions/model.StringSliceConfigOption" + } + ] + }, + "Endpoint": { + "description": "the endpoint address", + "allOf": [ + { + "$ref": "#/definitions/model.StringConfigOption" + } + ] + }, + "EndpointPublicKey": { + "description": "the endpoint public key", + "allOf": [ + { + "$ref": "#/definitions/model.StringConfigOption" + } + ] + }, + "ExpiresAt": { + "description": "expiry dates for peers", + "type": "string" + }, + "ExtraAllowedIPs": { + "description": "all allowed ip subnets on the server side, comma seperated", + "type": "array", + "items": { + "type": "string" + } + }, + "FirewallMark": { + "description": "a firewall mark", + "allOf": [ + { + "$ref": "#/definitions/model.Int32ConfigOption" + } + ] + }, + "Identifier": { + "description": "peer unique identifier", + "type": "string", + "example": "super_nice_peer" + }, + "InterfaceIdentifier": { + "description": "the interface id", + "type": "string" + }, + "Mode": { + "description": "the peer interface type (server, client, any)", + "type": "string" + }, + "Mtu": { + "description": "the device MTU", + "allOf": [ + { + "$ref": "#/definitions/model.IntConfigOption" + } + ] + }, + "Notes": { + "description": "a note field for peers", + "type": "string" + }, + "PersistentKeepalive": { + "description": "the persistent keep-alive interval", + "allOf": [ + { + "$ref": "#/definitions/model.IntConfigOption" + } + ] + }, + "PostDown": { + "description": "action that is executed after the device is down", + "allOf": [ + { + "$ref": "#/definitions/model.StringConfigOption" + } + ] + }, + "PostUp": { + "description": "action that is executed after the device is up", + "allOf": [ + { + "$ref": "#/definitions/model.StringConfigOption" + } + ] + }, + "PreDown": { + "description": "action that is executed before the device is down", + "allOf": [ + { + "$ref": "#/definitions/model.StringConfigOption" + } + ] + }, + "PreUp": { + "description": "action that is executed before the device is up", + "allOf": [ + { + "$ref": "#/definitions/model.StringConfigOption" + } + ] + }, + "PresharedKey": { + "description": "the pre-shared Key of the peer", + "type": "string" + }, + "PrivateKey": { + "description": "private Key of the server peer", + "type": "string", + "example": "abcdef==" + }, + "PublicKey": { + "description": "public Key of the server peer", + "type": "string", + "example": "abcdef==" + }, + "RoutingTable": { + "description": "the routing table", + "allOf": [ + { + "$ref": "#/definitions/model.StringConfigOption" + } + ] + }, + "UserIdentifier": { + "description": "the owner", + "type": "string" + } + } + }, + "model.SessionInfo": { + "type": "object", + "properties": { + "IsAdmin": { + "type": "boolean" + }, + "LoggedIn": { + "type": "boolean" + }, + "UserEmail": { + "type": "string" + }, + "UserFirstname": { + "type": "string" + }, + "UserIdentifier": { + "type": "string" + }, + "UserLastname": { + "type": "string" + } + } + }, + "model.StringConfigOption": { + "type": "object", + "properties": { + "Overridable": { + "type": "boolean" + }, + "Value": { + "type": "string" + } + } + }, + "model.StringSliceConfigOption": { + "type": "object", + "properties": { + "Overridable": { + "type": "boolean" + }, + "Value": { + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "model.User": { + "type": "object", + "properties": { + "Department": { + "type": "string" + }, + "Disabled": { + "description": "if this field is set, the user is disabled", + "type": "boolean" + }, + "DisabledReason": { + "description": "the reason why the user has been disabled", + "type": "string" + }, + "Email": { + "type": "string" + }, + "Firstname": { + "type": "string" + }, + "Identifier": { + "type": "string" + }, + "IsAdmin": { + "type": "boolean" + }, + "Lastname": { + "type": "string" + }, + "Notes": { + "type": "string" + }, + "Password": { + "type": "string" + }, + "PeerCount": { + "type": "integer" + }, + "Phone": { + "type": "string" + }, + "ProviderName": { + "type": "string" + }, + "Source": { + "type": "string" + } + } + } + } +} \ No newline at end of file diff --git a/internal/app/api/core/assets/doc/v0_swagger.yaml b/internal/app/api/core/assets/doc/v0_swagger.yaml new file mode 100644 index 0000000..5e921db --- /dev/null +++ b/internal/app/api/core/assets/doc/v0_swagger.yaml @@ -0,0 +1,1041 @@ +basePath: /api/v0 +definitions: + model.Error: + properties: + Code: + type: integer + Message: + type: string + type: object + model.Int32ConfigOption: + properties: + Overridable: + type: boolean + Value: + type: integer + type: object + model.IntConfigOption: + properties: + Overridable: + type: boolean + Value: + type: integer + type: object + model.Interface: + properties: + Addresses: + description: the interface ip addresses + items: + type: string + type: array + Disabled: + description: flag that specifies if the interface is enabled (up) or not (down) + type: boolean + DisabledReason: + description: the reason why the interface has been disabled + type: string + DisplayName: + description: a nice display name/ description for the interface + type: string + Dns: + description: the dns server that should be set if the interface is up, comma + separated + items: + type: string + type: array + DnsSearch: + description: the dns search option string that should be set if the interface + is up, will be appended to DnsStr + items: + type: string + type: array + EnabledPeers: + type: integer + FirewallMark: + description: a firewall mark + type: integer + Identifier: + description: 'device name, for example: wg0' + example: wg0 + type: string + ListenPort: + description: 'the listening port, for example: 51820' + type: integer + Mode: + description: the interface type, either 'server', 'client' or 'any' + example: server + type: string + Mtu: + description: the device MTU + type: integer + PeerDefAllowedIPs: + description: the default allowed IP string for the peer + items: + type: string + type: array + PeerDefDns: + description: the default dns server for the peer + items: + type: string + type: array + PeerDefDnsSearch: + description: the default dns search options for the peer + items: + type: string + type: array + PeerDefEndpoint: + description: the default endpoint for the peer + type: string + PeerDefFirewallMark: + description: default firewall mark + type: integer + PeerDefMtu: + description: the default device MTU + type: integer + PeerDefNetwork: + description: the default subnets from which peers will get their IP addresses, + comma seperated + items: + type: string + type: array + PeerDefPersistentKeepalive: + description: the default persistent keep-alive Value + type: integer + PeerDefPostDown: + description: default action that is executed after the device is down + type: string + PeerDefPostUp: + description: default action that is executed after the device is up + type: string + PeerDefPreDown: + description: default action that is executed before the device is down + type: string + PeerDefPreUp: + description: default action that is executed before the device is up + type: string + PeerDefRoutingTable: + description: the default routing table + type: string + PostDown: + description: action that is executed after the device is down + type: string + PostUp: + description: action that is executed after the device is up + type: string + PreDown: + description: action that is executed before the device is down + type: string + PreUp: + description: action that is executed before the device is up + type: string + PrivateKey: + description: private Key of the server interface + example: abcdef== + type: string + PublicKey: + description: public Key of the server interface + example: abcdef== + type: string + RoutingTable: + description: the routing table + type: string + SaveConfig: + description: automatically persist config changes to the wgX.conf file + type: boolean + TotalPeers: + type: integer + type: object + model.LoginProviderInfo: + properties: + CallbackUrl: + example: /auth/google/callback + type: string + Identifier: + example: google + type: string + Name: + example: Login with Google + type: string + ProviderUrl: + example: /auth/google/login + type: string + type: object + model.Peer: + properties: + Addresses: + description: the interface ip addresses + items: + type: string + type: array + AllowedIPs: + allOf: + - $ref: '#/definitions/model.StringSliceConfigOption' + description: all allowed ip subnets, comma seperated + CheckAliveAddress: + description: optional ip address or DNS name that is used for ping checks + type: string + Disabled: + description: flag that specifies if the peer is enabled (up) or not (down) + type: boolean + DisabledReason: + description: the reason why the peer has been disabled + type: string + DisplayName: + description: a nice display name/ description for the peer + type: string + Dns: + allOf: + - $ref: '#/definitions/model.StringSliceConfigOption' + description: the dns server that should be set if the interface is up, comma + separated + DnsSearch: + allOf: + - $ref: '#/definitions/model.StringSliceConfigOption' + description: the dns search option string that should be set if the interface + is up, will be appended to DnsStr + Endpoint: + allOf: + - $ref: '#/definitions/model.StringConfigOption' + description: the endpoint address + EndpointPublicKey: + allOf: + - $ref: '#/definitions/model.StringConfigOption' + description: the endpoint public key + ExpiresAt: + description: expiry dates for peers + type: string + ExtraAllowedIPs: + description: all allowed ip subnets on the server side, comma seperated + items: + type: string + type: array + FirewallMark: + allOf: + - $ref: '#/definitions/model.Int32ConfigOption' + description: a firewall mark + Identifier: + description: peer unique identifier + example: super_nice_peer + type: string + InterfaceIdentifier: + description: the interface id + type: string + Mode: + description: the peer interface type (server, client, any) + type: string + Mtu: + allOf: + - $ref: '#/definitions/model.IntConfigOption' + description: the device MTU + Notes: + description: a note field for peers + type: string + PersistentKeepalive: + allOf: + - $ref: '#/definitions/model.IntConfigOption' + description: the persistent keep-alive interval + PostDown: + allOf: + - $ref: '#/definitions/model.StringConfigOption' + description: action that is executed after the device is down + PostUp: + allOf: + - $ref: '#/definitions/model.StringConfigOption' + description: action that is executed after the device is up + PreDown: + allOf: + - $ref: '#/definitions/model.StringConfigOption' + description: action that is executed before the device is down + PreUp: + allOf: + - $ref: '#/definitions/model.StringConfigOption' + description: action that is executed before the device is up + PresharedKey: + description: the pre-shared Key of the peer + type: string + PrivateKey: + description: private Key of the server peer + example: abcdef== + type: string + PublicKey: + description: public Key of the server peer + example: abcdef== + type: string + RoutingTable: + allOf: + - $ref: '#/definitions/model.StringConfigOption' + description: the routing table + UserIdentifier: + description: the owner + type: string + type: object + model.SessionInfo: + properties: + IsAdmin: + type: boolean + LoggedIn: + type: boolean + UserEmail: + type: string + UserFirstname: + type: string + UserIdentifier: + type: string + UserLastname: + type: string + type: object + model.StringConfigOption: + properties: + Overridable: + type: boolean + Value: + type: string + type: object + model.StringSliceConfigOption: + properties: + Overridable: + type: boolean + Value: + items: + type: string + type: array + type: object + model.User: + properties: + Department: + type: string + Disabled: + description: if this field is set, the user is disabled + type: boolean + DisabledReason: + description: the reason why the user has been disabled + type: string + Email: + type: string + Firstname: + type: string + Identifier: + type: string + IsAdmin: + type: boolean + Lastname: + type: string + Notes: + type: string + Password: + type: string + PeerCount: + type: integer + Phone: + type: string + ProviderName: + type: string + Source: + type: string + type: object +info: + contact: + name: WireGuard Portal Developers + url: https://github.com/h44z/wg-portal + description: WireGuard Portal API - a testing API endpoint + title: WireGuard Portal API + version: "0.0" +paths: + /auth/{provider}/callback: + get: + operationId: auth_handleOauthCallbackGet + produces: + - application/json + responses: + "200": + description: OK + schema: + items: + $ref: '#/definitions/model.LoginProviderInfo' + type: array + summary: Handle the OAuth callback. + tags: + - Authentication + /auth/{provider}/init: + get: + operationId: auth_handleOauthInitiateGet + produces: + - application/json + responses: + "200": + description: OK + schema: + items: + $ref: '#/definitions/model.LoginProviderInfo' + type: array + summary: Initiate the OAuth login flow. + tags: + - Authentication + /auth/login: + post: + operationId: auth_handleLoginPost + produces: + - application/json + responses: + "200": + description: OK + schema: + items: + $ref: '#/definitions/model.LoginProviderInfo' + type: array + summary: Get all available external login providers. + tags: + - Authentication + /auth/logout: + get: + operationId: auth_handleLogoutGet + produces: + - application/json + responses: + "200": + description: OK + schema: + items: + $ref: '#/definitions/model.LoginProviderInfo' + type: array + summary: Get all available external login providers. + tags: + - Authentication + /auth/providers: + get: + operationId: auth_handleExternalLoginProvidersGet + produces: + - application/json + responses: + "200": + description: OK + schema: + items: + $ref: '#/definitions/model.LoginProviderInfo' + type: array + summary: Get all available external login providers. + tags: + - Authentication + /auth/session: + get: + operationId: auth_handleSessionInfoGet + produces: + - application/json + responses: + "200": + description: OK + schema: + items: + $ref: '#/definitions/model.SessionInfo' + type: array + "500": + description: Internal Server Error + schema: + $ref: '#/definitions/model.Error' + summary: Get information about the currently logged-in user. + tags: + - Authentication + /config/frontend.js: + get: + operationId: config_handleConfigJsGet + produces: + - text/javascript + responses: + "200": + description: The JavaScript contents + schema: + type: string + summary: Get the dynamic frontend configuration javascript. + tags: + - Configuration + /csrf: + get: + operationId: base_handleCsrfGet + produces: + - application/json + responses: + "200": + description: OK + schema: + type: string + summary: Get a CSRF token for the current session. + tags: + - Security + /hostname: + get: + description: Nothing more to describe... + operationId: test_handleHostnameGet + produces: + - application/json + responses: + "200": + description: OK + schema: + type: string + "500": + description: Internal Server Error + schema: + $ref: '#/definitions/model.Error' + summary: Get the current host name. + tags: + - Testing + /interface/{id}: + delete: + operationId: interfaces_handleDelete + parameters: + - description: The interface identifier + in: path + name: id + required: true + type: string + produces: + - application/json + responses: + "204": + description: No content if deletion was successful + "400": + description: Bad Request + schema: + $ref: '#/definitions/model.Error' + "500": + description: Internal Server Error + schema: + $ref: '#/definitions/model.Error' + summary: Delete the interface record. + tags: + - Interface + put: + operationId: interfaces_handleUpdatePut + parameters: + - description: The interface identifier + in: path + name: id + required: true + type: string + - description: The interface data + in: body + name: request + required: true + schema: + $ref: '#/definitions/model.Interface' + produces: + - application/json + responses: + "200": + description: OK + schema: + $ref: '#/definitions/model.Interface' + "400": + description: Bad Request + schema: + $ref: '#/definitions/model.Error' + "500": + description: Internal Server Error + schema: + $ref: '#/definitions/model.Error' + summary: Update the interface record. + tags: + - Interface + /interface/all: + get: + operationId: interfaces_handleAllGet + produces: + - application/json + responses: + "200": + description: OK + schema: + items: + $ref: '#/definitions/model.Interface' + type: array + "500": + description: Internal Server Error + schema: + $ref: '#/definitions/model.Error' + summary: Get all available interfaces. + tags: + - Interface + /interface/config/{id}: + get: + operationId: interfaces_handleConfigGet + produces: + - application/json + responses: + "200": + description: OK + schema: + type: string + "400": + description: Bad Request + schema: + $ref: '#/definitions/model.Error' + "500": + description: Internal Server Error + schema: + $ref: '#/definitions/model.Error' + summary: Get interface configuration as string. + tags: + - Interface + /interface/get/{id}: + get: + operationId: interfaces_handleSingleGet + produces: + - application/json + responses: + "200": + description: OK + schema: + $ref: '#/definitions/model.Interface' + "400": + description: Bad Request + schema: + $ref: '#/definitions/model.Error' + "500": + description: Internal Server Error + schema: + $ref: '#/definitions/model.Error' + summary: Get single interface. + tags: + - Interface + /interface/new: + post: + operationId: interfaces_handleCreatePost + parameters: + - description: The interface data + in: body + name: request + required: true + schema: + $ref: '#/definitions/model.Interface' + produces: + - application/json + responses: + "200": + description: OK + schema: + $ref: '#/definitions/model.Interface' + "400": + description: Bad Request + schema: + $ref: '#/definitions/model.Error' + "500": + description: Internal Server Error + schema: + $ref: '#/definitions/model.Error' + summary: Create the new interface record. + tags: + - Interface + /interface/peers/{id}: + get: + operationId: interfaces_handlePeersGet + produces: + - application/json + responses: + "200": + description: OK + schema: + items: + $ref: '#/definitions/model.Peer' + type: array + "500": + description: Internal Server Error + schema: + $ref: '#/definitions/model.Error' + summary: Get peers for the given interface. + tags: + - Interface + /interface/prepare: + get: + operationId: interfaces_handlePrepareGet + produces: + - application/json + responses: + "200": + description: OK + schema: + $ref: '#/definitions/model.Interface' + "500": + description: Internal Server Error + schema: + $ref: '#/definitions/model.Error' + summary: Prepare a new interface. + tags: + - Interface + /now: + get: + description: Nothing more to describe... + operationId: test_handleCurrentTimeGet + produces: + - application/json + responses: + "200": + description: OK + schema: + type: string + "500": + description: Internal Server Error + schema: + $ref: '#/definitions/model.Error' + summary: Get the current local time. + tags: + - Testing + /peer/{id}: + delete: + operationId: peers_handleDelete + parameters: + - description: The peer identifier + in: path + name: id + required: true + type: string + produces: + - application/json + responses: + "204": + description: No content if deletion was successful + "400": + description: Bad Request + schema: + $ref: '#/definitions/model.Error' + "500": + description: Internal Server Error + schema: + $ref: '#/definitions/model.Error' + summary: Delete the peer record. + tags: + - Peer + get: + operationId: peers_handleSingleGet + parameters: + - description: The peer identifier + in: path + name: id + required: true + type: string + produces: + - application/json + responses: + "200": + description: OK + schema: + $ref: '#/definitions/model.Peer' + "400": + description: Bad Request + schema: + $ref: '#/definitions/model.Error' + "500": + description: Internal Server Error + schema: + $ref: '#/definitions/model.Error' + summary: Get peer for the given identifier. + tags: + - Peer + put: + operationId: peers_handleUpdatePut + parameters: + - description: The peer identifier + in: path + name: id + required: true + type: string + - description: The peer data + in: body + name: request + required: true + schema: + $ref: '#/definitions/model.Peer' + produces: + - application/json + responses: + "200": + description: OK + schema: + $ref: '#/definitions/model.Peer' + "400": + description: Bad Request + schema: + $ref: '#/definitions/model.Error' + "500": + description: Internal Server Error + schema: + $ref: '#/definitions/model.Error' + summary: Update the given peer record. + tags: + - Peer + /peer/config-qr/{id}: + get: + operationId: peers_handleQrCodeGet + produces: + - application/json + responses: + "200": + description: OK + schema: + type: string + "400": + description: Bad Request + schema: + $ref: '#/definitions/model.Error' + "500": + description: Internal Server Error + schema: + $ref: '#/definitions/model.Error' + summary: Get peer configuration as qr code. + tags: + - Peer + /peer/config/{id}: + get: + operationId: peers_handleConfigGet + produces: + - application/json + responses: + "200": + description: OK + schema: + type: string + "400": + description: Bad Request + schema: + $ref: '#/definitions/model.Error' + "500": + description: Internal Server Error + schema: + $ref: '#/definitions/model.Error' + summary: Get peer configuration as string. + tags: + - Peer + /peer/iface/{iface}/all: + get: + operationId: peers_handleAllGet + parameters: + - description: The interface identifier + in: path + name: iface + required: true + type: string + produces: + - application/json + responses: + "200": + description: OK + schema: + items: + $ref: '#/definitions/model.Peer' + type: array + "400": + description: Bad Request + schema: + $ref: '#/definitions/model.Error' + "500": + description: Internal Server Error + schema: + $ref: '#/definitions/model.Error' + summary: Get peers for the given interface. + tags: + - Peer + /peer/iface/{iface}/new: + post: + operationId: peers_handleCreatePost + parameters: + - description: The interface identifier + in: path + name: iface + required: true + type: string + - description: The peer data + in: body + name: request + required: true + schema: + $ref: '#/definitions/model.Peer' + produces: + - application/json + responses: + "200": + description: OK + schema: + $ref: '#/definitions/model.Peer' + "400": + description: Bad Request + schema: + $ref: '#/definitions/model.Error' + "500": + description: Internal Server Error + schema: + $ref: '#/definitions/model.Error' + summary: Prepare a new peer for the given interface. + tags: + - Peer + /peer/iface/{iface}/prepare: + get: + operationId: peers_handlePrepareGet + parameters: + - description: The interface identifier + in: path + name: iface + required: true + type: string + produces: + - application/json + responses: + "200": + description: OK + schema: + $ref: '#/definitions/model.Peer' + "400": + description: Bad Request + schema: + $ref: '#/definitions/model.Error' + "500": + description: Internal Server Error + schema: + $ref: '#/definitions/model.Error' + summary: Prepare a new peer for the given interface. + tags: + - Peer + /user/{id}: + delete: + operationId: users_handleDelete + parameters: + - description: The user identifier + in: path + name: id + required: true + type: string + produces: + - application/json + responses: + "204": + description: No content if deletion was successful + "400": + description: Bad Request + schema: + $ref: '#/definitions/model.Error' + "500": + description: Internal Server Error + schema: + $ref: '#/definitions/model.Error' + summary: Delete the user record. + tags: + - Users + get: + operationId: users_handleSingleGet + parameters: + - description: The user identifier + in: path + name: id + required: true + type: string + produces: + - application/json + responses: + "200": + description: OK + schema: + $ref: '#/definitions/model.User' + "500": + description: Internal Server Error + schema: + $ref: '#/definitions/model.Error' + summary: Get a single user record. + tags: + - Users + put: + operationId: users_handleUpdatePut + parameters: + - description: The user identifier + in: path + name: id + required: true + type: string + - description: The user data + in: body + name: request + required: true + schema: + $ref: '#/definitions/model.User' + produces: + - application/json + responses: + "200": + description: OK + schema: + $ref: '#/definitions/model.User' + "400": + description: Bad Request + schema: + $ref: '#/definitions/model.Error' + "500": + description: Internal Server Error + schema: + $ref: '#/definitions/model.Error' + summary: Update the user record. + tags: + - Users + /user/{id}/peers: + get: + operationId: users_handlePeersGet + produces: + - application/json + responses: + "200": + description: OK + schema: + items: + $ref: '#/definitions/model.Peer' + type: array + "500": + description: Internal Server Error + schema: + $ref: '#/definitions/model.Error' + summary: Get peers for the given user. + tags: + - Users + /user/all: + get: + operationId: users_handleAllGet + produces: + - application/json + responses: + "200": + description: OK + schema: + items: + $ref: '#/definitions/model.User' + type: array + "500": + description: Internal Server Error + schema: + $ref: '#/definitions/model.Error' + summary: Get all user records. + tags: + - Users + /user/new: + post: + operationId: users_handleCreatePost + parameters: + - description: The user data + in: body + name: request + required: true + schema: + $ref: '#/definitions/model.User' + produces: + - application/json + responses: + "200": + description: OK + schema: + $ref: '#/definitions/model.User' + "400": + description: Bad Request + schema: + $ref: '#/definitions/model.Error' + "500": + description: Internal Server Error + schema: + $ref: '#/definitions/model.Error' + summary: Create the new user record. + tags: + - Users +swagger: "2.0" diff --git a/assets/fonts/FontAwesome.otf b/internal/app/api/core/assets/fonts/FontAwesome.otf similarity index 100% rename from assets/fonts/FontAwesome.otf rename to internal/app/api/core/assets/fonts/FontAwesome.otf diff --git a/assets/fonts/fa-brands-400.eot b/internal/app/api/core/assets/fonts/fa-brands-400.eot similarity index 100% rename from assets/fonts/fa-brands-400.eot rename to internal/app/api/core/assets/fonts/fa-brands-400.eot diff --git a/assets/fonts/fa-brands-400.svg b/internal/app/api/core/assets/fonts/fa-brands-400.svg similarity index 100% rename from assets/fonts/fa-brands-400.svg rename to internal/app/api/core/assets/fonts/fa-brands-400.svg diff --git a/assets/fonts/fa-brands-400.ttf b/internal/app/api/core/assets/fonts/fa-brands-400.ttf similarity index 100% rename from assets/fonts/fa-brands-400.ttf rename to internal/app/api/core/assets/fonts/fa-brands-400.ttf diff --git a/assets/fonts/fa-brands-400.woff b/internal/app/api/core/assets/fonts/fa-brands-400.woff similarity index 100% rename from assets/fonts/fa-brands-400.woff rename to internal/app/api/core/assets/fonts/fa-brands-400.woff diff --git a/assets/fonts/fa-brands-400.woff2 b/internal/app/api/core/assets/fonts/fa-brands-400.woff2 similarity index 100% rename from assets/fonts/fa-brands-400.woff2 rename to internal/app/api/core/assets/fonts/fa-brands-400.woff2 diff --git a/assets/fonts/fa-regular-400.eot b/internal/app/api/core/assets/fonts/fa-regular-400.eot similarity index 100% rename from assets/fonts/fa-regular-400.eot rename to internal/app/api/core/assets/fonts/fa-regular-400.eot diff --git a/assets/fonts/fa-regular-400.svg b/internal/app/api/core/assets/fonts/fa-regular-400.svg similarity index 100% rename from assets/fonts/fa-regular-400.svg rename to internal/app/api/core/assets/fonts/fa-regular-400.svg diff --git a/assets/fonts/fa-regular-400.ttf b/internal/app/api/core/assets/fonts/fa-regular-400.ttf similarity index 100% rename from assets/fonts/fa-regular-400.ttf rename to internal/app/api/core/assets/fonts/fa-regular-400.ttf diff --git a/assets/fonts/fa-regular-400.woff b/internal/app/api/core/assets/fonts/fa-regular-400.woff similarity index 100% rename from assets/fonts/fa-regular-400.woff rename to internal/app/api/core/assets/fonts/fa-regular-400.woff diff --git a/assets/fonts/fa-regular-400.woff2 b/internal/app/api/core/assets/fonts/fa-regular-400.woff2 similarity index 100% rename from assets/fonts/fa-regular-400.woff2 rename to internal/app/api/core/assets/fonts/fa-regular-400.woff2 diff --git a/assets/fonts/fa-solid-900.eot b/internal/app/api/core/assets/fonts/fa-solid-900.eot similarity index 100% rename from assets/fonts/fa-solid-900.eot rename to internal/app/api/core/assets/fonts/fa-solid-900.eot diff --git a/assets/fonts/fa-solid-900.svg b/internal/app/api/core/assets/fonts/fa-solid-900.svg similarity index 100% rename from assets/fonts/fa-solid-900.svg rename to internal/app/api/core/assets/fonts/fa-solid-900.svg diff --git a/assets/fonts/fa-solid-900.ttf b/internal/app/api/core/assets/fonts/fa-solid-900.ttf similarity index 100% rename from assets/fonts/fa-solid-900.ttf rename to internal/app/api/core/assets/fonts/fa-solid-900.ttf diff --git a/assets/fonts/fa-solid-900.woff b/internal/app/api/core/assets/fonts/fa-solid-900.woff similarity index 100% rename from assets/fonts/fa-solid-900.woff rename to internal/app/api/core/assets/fonts/fa-solid-900.woff diff --git a/assets/fonts/fa-solid-900.woff2 b/internal/app/api/core/assets/fonts/fa-solid-900.woff2 similarity index 100% rename from assets/fonts/fa-solid-900.woff2 rename to internal/app/api/core/assets/fonts/fa-solid-900.woff2 diff --git a/internal/app/api/core/assets/fonts/font-awesome.min.css b/internal/app/api/core/assets/fonts/font-awesome.min.css new file mode 100644 index 0000000..09de3b7 --- /dev/null +++ b/internal/app/api/core/assets/fonts/font-awesome.min.css @@ -0,0 +1,4 @@ +/*! + * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) + */@font-face{font-family:'FontAwesome';src:url('fontawesome-webfont.eot?v=4.7.0');src:url('fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('fontawesome-webfont.woff?v=4.7.0') format('woff'),url('fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} .fa-lg{font-size:1.33333333em;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{width:1.28571429em;text-align:center} .fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none} .fa-ul>li{position:relative} .fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center} .fa-li.fa-lg{left:-1.85714286em} .fa-border{padding:.2em .25em .15em;border:solid .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);-ms-transform:rotate(90deg);transform:rotate(90deg)} .fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)} .fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)} .fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)} .fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)} :root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none} .fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle} .fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center} .fa-stack-1x{line-height:inherit} .fa-stack-2x{font-size:2em} .fa-inverse{color:#fff} .fa-glass:before{content:"\f000"} .fa-music:before{content:"\f001"} .fa-search:before{content:"\f002"} .fa-envelope-o:before{content:"\f003"} .fa-heart:before{content:"\f004"} .fa-star:before{content:"\f005"} .fa-star-o:before{content:"\f006"} .fa-user:before{content:"\f007"} .fa-film:before{content:"\f008"} .fa-th-large:before{content:"\f009"} .fa-th:before{content:"\f00a"} .fa-th-list:before{content:"\f00b"} .fa-check:before{content:"\f00c"} .fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"} .fa-search-plus:before{content:"\f00e"} .fa-search-minus:before{content:"\f010"} .fa-power-off:before{content:"\f011"} .fa-signal:before{content:"\f012"} .fa-gear:before,.fa-cog:before{content:"\f013"} .fa-trash-o:before{content:"\f014"} .fa-home:before{content:"\f015"} .fa-file-o:before{content:"\f016"} .fa-clock-o:before{content:"\f017"} .fa-road:before{content:"\f018"} .fa-download:before{content:"\f019"} .fa-arrow-circle-o-down:before{content:"\f01a"} .fa-arrow-circle-o-up:before{content:"\f01b"} .fa-inbox:before{content:"\f01c"} .fa-play-circle-o:before{content:"\f01d"} .fa-rotate-right:before,.fa-repeat:before{content:"\f01e"} .fa-refresh:before{content:"\f021"} .fa-list-alt:before{content:"\f022"} .fa-lock:before{content:"\f023"} .fa-flag:before{content:"\f024"} .fa-headphones:before{content:"\f025"} .fa-volume-off:before{content:"\f026"} .fa-volume-down:before{content:"\f027"} .fa-volume-up:before{content:"\f028"} .fa-qrcode:before{content:"\f029"} .fa-barcode:before{content:"\f02a"} .fa-tag:before{content:"\f02b"} .fa-tags:before{content:"\f02c"} .fa-book:before{content:"\f02d"} .fa-bookmark:before{content:"\f02e"} .fa-print:before{content:"\f02f"} .fa-camera:before{content:"\f030"} .fa-font:before{content:"\f031"} .fa-bold:before{content:"\f032"} .fa-italic:before{content:"\f033"} .fa-text-height:before{content:"\f034"} .fa-text-width:before{content:"\f035"} .fa-align-left:before{content:"\f036"} .fa-align-center:before{content:"\f037"} .fa-align-right:before{content:"\f038"} .fa-align-justify:before{content:"\f039"} .fa-list:before{content:"\f03a"} .fa-dedent:before,.fa-outdent:before{content:"\f03b"} .fa-indent:before{content:"\f03c"} .fa-video-camera:before{content:"\f03d"} .fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"} .fa-pencil:before{content:"\f040"} .fa-map-marker:before{content:"\f041"} .fa-adjust:before{content:"\f042"} .fa-tint:before{content:"\f043"} .fa-edit:before,.fa-pencil-square-o:before{content:"\f044"} .fa-share-square-o:before{content:"\f045"} .fa-check-square-o:before{content:"\f046"} .fa-arrows:before{content:"\f047"} .fa-step-backward:before{content:"\f048"} .fa-fast-backward:before{content:"\f049"} .fa-backward:before{content:"\f04a"} .fa-play:before{content:"\f04b"} .fa-pause:before{content:"\f04c"} .fa-stop:before{content:"\f04d"} .fa-forward:before{content:"\f04e"} .fa-fast-forward:before{content:"\f050"} .fa-step-forward:before{content:"\f051"} .fa-eject:before{content:"\f052"} .fa-chevron-left:before{content:"\f053"} .fa-chevron-right:before{content:"\f054"} .fa-plus-circle:before{content:"\f055"} .fa-minus-circle:before{content:"\f056"} .fa-times-circle:before{content:"\f057"} .fa-check-circle:before{content:"\f058"} .fa-question-circle:before{content:"\f059"} .fa-info-circle:before{content:"\f05a"} .fa-crosshairs:before{content:"\f05b"} .fa-times-circle-o:before{content:"\f05c"} .fa-check-circle-o:before{content:"\f05d"} .fa-ban:before{content:"\f05e"} .fa-arrow-left:before{content:"\f060"} .fa-arrow-right:before{content:"\f061"} .fa-arrow-up:before{content:"\f062"} .fa-arrow-down:before{content:"\f063"} .fa-mail-forward:before,.fa-share:before{content:"\f064"} .fa-expand:before{content:"\f065"} .fa-compress:before{content:"\f066"} .fa-plus:before{content:"\f067"} .fa-minus:before{content:"\f068"} .fa-asterisk:before{content:"\f069"} .fa-exclamation-circle:before{content:"\f06a"} .fa-gift:before{content:"\f06b"} .fa-leaf:before{content:"\f06c"} .fa-fire:before{content:"\f06d"} .fa-eye:before{content:"\f06e"} .fa-eye-slash:before{content:"\f070"} .fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"} .fa-plane:before{content:"\f072"} .fa-calendar:before{content:"\f073"} .fa-random:before{content:"\f074"} .fa-comment:before{content:"\f075"} .fa-magnet:before{content:"\f076"} .fa-chevron-up:before{content:"\f077"} .fa-chevron-down:before{content:"\f078"} .fa-retweet:before{content:"\f079"} .fa-shopping-cart:before{content:"\f07a"} .fa-folder:before{content:"\f07b"} .fa-folder-open:before{content:"\f07c"} .fa-arrows-v:before{content:"\f07d"} .fa-arrows-h:before{content:"\f07e"} .fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"} .fa-twitter-square:before{content:"\f081"} .fa-facebook-square:before{content:"\f082"} .fa-camera-retro:before{content:"\f083"} .fa-key:before{content:"\f084"} .fa-gears:before,.fa-cogs:before{content:"\f085"} .fa-comments:before{content:"\f086"} .fa-thumbs-o-up:before{content:"\f087"} .fa-thumbs-o-down:before{content:"\f088"} .fa-star-half:before{content:"\f089"} .fa-heart-o:before{content:"\f08a"} .fa-sign-out:before{content:"\f08b"} .fa-linkedin-square:before{content:"\f08c"} .fa-thumb-tack:before{content:"\f08d"} .fa-external-link:before{content:"\f08e"} .fa-sign-in:before{content:"\f090"} .fa-trophy:before{content:"\f091"} .fa-github-square:before{content:"\f092"} .fa-upload:before{content:"\f093"} .fa-lemon-o:before{content:"\f094"} .fa-phone:before{content:"\f095"} .fa-square-o:before{content:"\f096"} .fa-bookmark-o:before{content:"\f097"} .fa-phone-square:before{content:"\f098"} .fa-twitter:before{content:"\f099"} .fa-facebook-f:before,.fa-facebook:before{content:"\f09a"} .fa-github:before{content:"\f09b"} .fa-unlock:before{content:"\f09c"} .fa-credit-card:before{content:"\f09d"} .fa-feed:before,.fa-rss:before{content:"\f09e"} .fa-hdd-o:before{content:"\f0a0"} .fa-bullhorn:before{content:"\f0a1"} .fa-bell:before{content:"\f0f3"} .fa-certificate:before{content:"\f0a3"} .fa-hand-o-right:before{content:"\f0a4"} .fa-hand-o-left:before{content:"\f0a5"} .fa-hand-o-up:before{content:"\f0a6"} .fa-hand-o-down:before{content:"\f0a7"} .fa-arrow-circle-left:before{content:"\f0a8"} .fa-arrow-circle-right:before{content:"\f0a9"} .fa-arrow-circle-up:before{content:"\f0aa"} .fa-arrow-circle-down:before{content:"\f0ab"} .fa-globe:before{content:"\f0ac"} .fa-wrench:before{content:"\f0ad"} .fa-tasks:before{content:"\f0ae"} .fa-filter:before{content:"\f0b0"} .fa-briefcase:before{content:"\f0b1"} .fa-arrows-alt:before{content:"\f0b2"} .fa-group:before,.fa-users:before{content:"\f0c0"} .fa-chain:before,.fa-link:before{content:"\f0c1"} .fa-cloud:before{content:"\f0c2"} .fa-flask:before{content:"\f0c3"} .fa-cut:before,.fa-scissors:before{content:"\f0c4"} .fa-copy:before,.fa-files-o:before{content:"\f0c5"} .fa-paperclip:before{content:"\f0c6"} .fa-save:before,.fa-floppy-o:before{content:"\f0c7"} .fa-square:before{content:"\f0c8"} .fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"} .fa-list-ul:before{content:"\f0ca"} .fa-list-ol:before{content:"\f0cb"} .fa-strikethrough:before{content:"\f0cc"} .fa-underline:before{content:"\f0cd"} .fa-table:before{content:"\f0ce"} .fa-magic:before{content:"\f0d0"} .fa-truck:before{content:"\f0d1"} .fa-pinterest:before{content:"\f0d2"} .fa-pinterest-square:before{content:"\f0d3"} .fa-google-plus-square:before{content:"\f0d4"} .fa-google-plus:before{content:"\f0d5"} .fa-money:before{content:"\f0d6"} .fa-caret-down:before{content:"\f0d7"} .fa-caret-up:before{content:"\f0d8"} .fa-caret-left:before{content:"\f0d9"} .fa-caret-right:before{content:"\f0da"} .fa-columns:before{content:"\f0db"} .fa-unsorted:before,.fa-sort:before{content:"\f0dc"} .fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"} .fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"} .fa-envelope:before{content:"\f0e0"} .fa-linkedin:before{content:"\f0e1"} .fa-rotate-left:before,.fa-undo:before{content:"\f0e2"} .fa-legal:before,.fa-gavel:before{content:"\f0e3"} .fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"} .fa-comment-o:before{content:"\f0e5"} .fa-comments-o:before{content:"\f0e6"} .fa-flash:before,.fa-bolt:before{content:"\f0e7"} .fa-sitemap:before{content:"\f0e8"} .fa-umbrella:before{content:"\f0e9"} .fa-paste:before,.fa-clipboard:before{content:"\f0ea"} .fa-lightbulb-o:before{content:"\f0eb"} .fa-exchange:before{content:"\f0ec"} .fa-cloud-download:before{content:"\f0ed"} .fa-cloud-upload:before{content:"\f0ee"} .fa-user-md:before{content:"\f0f0"} .fa-stethoscope:before{content:"\f0f1"} .fa-suitcase:before{content:"\f0f2"} .fa-bell-o:before{content:"\f0a2"} .fa-coffee:before{content:"\f0f4"} .fa-cutlery:before{content:"\f0f5"} .fa-file-text-o:before{content:"\f0f6"} .fa-building-o:before{content:"\f0f7"} .fa-hospital-o:before{content:"\f0f8"} .fa-ambulance:before{content:"\f0f9"} .fa-medkit:before{content:"\f0fa"} .fa-fighter-jet:before{content:"\f0fb"} .fa-beer:before{content:"\f0fc"} .fa-h-square:before{content:"\f0fd"} .fa-plus-square:before{content:"\f0fe"} .fa-angle-double-left:before{content:"\f100"} .fa-angle-double-right:before{content:"\f101"} .fa-angle-double-up:before{content:"\f102"} .fa-angle-double-down:before{content:"\f103"} .fa-angle-left:before{content:"\f104"} .fa-angle-right:before{content:"\f105"} .fa-angle-up:before{content:"\f106"} .fa-angle-down:before{content:"\f107"} .fa-desktop:before{content:"\f108"} .fa-laptop:before{content:"\f109"} .fa-tablet:before{content:"\f10a"} .fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"} .fa-circle-o:before{content:"\f10c"} .fa-quote-left:before{content:"\f10d"} .fa-quote-right:before{content:"\f10e"} .fa-spinner:before{content:"\f110"} .fa-circle:before{content:"\f111"} .fa-mail-reply:before,.fa-reply:before{content:"\f112"} .fa-github-alt:before{content:"\f113"} .fa-folder-o:before{content:"\f114"} .fa-folder-open-o:before{content:"\f115"} .fa-smile-o:before{content:"\f118"} .fa-frown-o:before{content:"\f119"} .fa-meh-o:before{content:"\f11a"} .fa-gamepad:before{content:"\f11b"} .fa-keyboard-o:before{content:"\f11c"} .fa-flag-o:before{content:"\f11d"} .fa-flag-checkered:before{content:"\f11e"} .fa-terminal:before{content:"\f120"} .fa-code:before{content:"\f121"} .fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"} .fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"} .fa-location-arrow:before{content:"\f124"} .fa-crop:before{content:"\f125"} .fa-code-fork:before{content:"\f126"} .fa-unlink:before,.fa-chain-broken:before{content:"\f127"} .fa-question:before{content:"\f128"} .fa-info:before{content:"\f129"} .fa-exclamation:before{content:"\f12a"} .fa-superscript:before{content:"\f12b"} .fa-subscript:before{content:"\f12c"} .fa-eraser:before{content:"\f12d"} .fa-puzzle-piece:before{content:"\f12e"} .fa-microphone:before{content:"\f130"} .fa-microphone-slash:before{content:"\f131"} .fa-shield:before{content:"\f132"} .fa-calendar-o:before{content:"\f133"} .fa-fire-extinguisher:before{content:"\f134"} .fa-rocket:before{content:"\f135"} .fa-maxcdn:before{content:"\f136"} .fa-chevron-circle-left:before{content:"\f137"} .fa-chevron-circle-right:before{content:"\f138"} .fa-chevron-circle-up:before{content:"\f139"} .fa-chevron-circle-down:before{content:"\f13a"} .fa-html5:before{content:"\f13b"} .fa-css3:before{content:"\f13c"} .fa-anchor:before{content:"\f13d"} .fa-unlock-alt:before{content:"\f13e"} .fa-bullseye:before{content:"\f140"} .fa-ellipsis-h:before{content:"\f141"} .fa-ellipsis-v:before{content:"\f142"} .fa-rss-square:before{content:"\f143"} .fa-play-circle:before{content:"\f144"} .fa-ticket:before{content:"\f145"} .fa-minus-square:before{content:"\f146"} .fa-minus-square-o:before{content:"\f147"} .fa-level-up:before{content:"\f148"} .fa-level-down:before{content:"\f149"} .fa-check-square:before{content:"\f14a"} .fa-pencil-square:before{content:"\f14b"} .fa-external-link-square:before{content:"\f14c"} .fa-share-square:before{content:"\f14d"} .fa-compass:before{content:"\f14e"} .fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"} .fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"} .fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"} .fa-euro:before,.fa-eur:before{content:"\f153"} .fa-gbp:before{content:"\f154"} .fa-dollar:before,.fa-usd:before{content:"\f155"} .fa-rupee:before,.fa-inr:before{content:"\f156"} .fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"} .fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"} .fa-won:before,.fa-krw:before{content:"\f159"} .fa-bitcoin:before,.fa-btc:before{content:"\f15a"} .fa-file:before{content:"\f15b"} .fa-file-text:before{content:"\f15c"} .fa-sort-alpha-asc:before{content:"\f15d"} .fa-sort-alpha-desc:before{content:"\f15e"} .fa-sort-amount-asc:before{content:"\f160"} .fa-sort-amount-desc:before{content:"\f161"} .fa-sort-numeric-asc:before{content:"\f162"} .fa-sort-numeric-desc:before{content:"\f163"} .fa-thumbs-up:before{content:"\f164"} .fa-thumbs-down:before{content:"\f165"} .fa-youtube-square:before{content:"\f166"} .fa-youtube:before{content:"\f167"} .fa-xing:before{content:"\f168"} .fa-xing-square:before{content:"\f169"} .fa-youtube-play:before{content:"\f16a"} .fa-dropbox:before{content:"\f16b"} .fa-stack-overflow:before{content:"\f16c"} .fa-instagram:before{content:"\f16d"} .fa-flickr:before{content:"\f16e"} .fa-adn:before{content:"\f170"} .fa-bitbucket:before{content:"\f171"} .fa-bitbucket-square:before{content:"\f172"} .fa-tumblr:before{content:"\f173"} .fa-tumblr-square:before{content:"\f174"} .fa-long-arrow-down:before{content:"\f175"} .fa-long-arrow-up:before{content:"\f176"} .fa-long-arrow-left:before{content:"\f177"} .fa-long-arrow-right:before{content:"\f178"} .fa-apple:before{content:"\f179"} .fa-windows:before{content:"\f17a"} .fa-android:before{content:"\f17b"} .fa-linux:before{content:"\f17c"} .fa-dribbble:before{content:"\f17d"} .fa-skype:before{content:"\f17e"} .fa-foursquare:before{content:"\f180"} .fa-trello:before{content:"\f181"} .fa-female:before{content:"\f182"} .fa-male:before{content:"\f183"} .fa-gittip:before,.fa-gratipay:before{content:"\f184"} .fa-sun-o:before{content:"\f185"} .fa-moon-o:before{content:"\f186"} .fa-archive:before{content:"\f187"} .fa-bug:before{content:"\f188"} .fa-vk:before{content:"\f189"} .fa-weibo:before{content:"\f18a"} .fa-renren:before{content:"\f18b"} .fa-pagelines:before{content:"\f18c"} .fa-stack-exchange:before{content:"\f18d"} .fa-arrow-circle-o-right:before{content:"\f18e"} .fa-arrow-circle-o-left:before{content:"\f190"} .fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"} .fa-dot-circle-o:before{content:"\f192"} .fa-wheelchair:before{content:"\f193"} .fa-vimeo-square:before{content:"\f194"} .fa-turkish-lira:before,.fa-try:before{content:"\f195"} .fa-plus-square-o:before{content:"\f196"} .fa-space-shuttle:before{content:"\f197"} .fa-slack:before{content:"\f198"} .fa-envelope-square:before{content:"\f199"} .fa-wordpress:before{content:"\f19a"} .fa-openid:before{content:"\f19b"} .fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"} .fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"} .fa-yahoo:before{content:"\f19e"} .fa-google:before{content:"\f1a0"} .fa-reddit:before{content:"\f1a1"} .fa-reddit-square:before{content:"\f1a2"} .fa-stumbleupon-circle:before{content:"\f1a3"} .fa-stumbleupon:before{content:"\f1a4"} .fa-delicious:before{content:"\f1a5"} .fa-digg:before{content:"\f1a6"} .fa-pied-piper-pp:before{content:"\f1a7"} .fa-pied-piper-alt:before{content:"\f1a8"} .fa-drupal:before{content:"\f1a9"} .fa-joomla:before{content:"\f1aa"} .fa-language:before{content:"\f1ab"} .fa-fax:before{content:"\f1ac"} .fa-building:before{content:"\f1ad"} .fa-child:before{content:"\f1ae"} .fa-paw:before{content:"\f1b0"} .fa-spoon:before{content:"\f1b1"} .fa-cube:before{content:"\f1b2"} .fa-cubes:before{content:"\f1b3"} .fa-behance:before{content:"\f1b4"} .fa-behance-square:before{content:"\f1b5"} .fa-steam:before{content:"\f1b6"} .fa-steam-square:before{content:"\f1b7"} .fa-recycle:before{content:"\f1b8"} .fa-automobile:before,.fa-car:before{content:"\f1b9"} .fa-cab:before,.fa-taxi:before{content:"\f1ba"} .fa-tree:before{content:"\f1bb"} .fa-spotify:before{content:"\f1bc"} .fa-deviantart:before{content:"\f1bd"} .fa-soundcloud:before{content:"\f1be"} .fa-database:before{content:"\f1c0"} .fa-file-pdf-o:before{content:"\f1c1"} .fa-file-word-o:before{content:"\f1c2"} .fa-file-excel-o:before{content:"\f1c3"} .fa-file-powerpoint-o:before{content:"\f1c4"} .fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"} .fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"} .fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"} .fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"} .fa-file-code-o:before{content:"\f1c9"} .fa-vine:before{content:"\f1ca"} .fa-codepen:before{content:"\f1cb"} .fa-jsfiddle:before{content:"\f1cc"} .fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"} .fa-circle-o-notch:before{content:"\f1ce"} .fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"} .fa-ge:before,.fa-empire:before{content:"\f1d1"} .fa-git-square:before{content:"\f1d2"} .fa-git:before{content:"\f1d3"} .fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"} .fa-tencent-weibo:before{content:"\f1d5"} .fa-qq:before{content:"\f1d6"} .fa-wechat:before,.fa-weixin:before{content:"\f1d7"} .fa-send:before,.fa-paper-plane:before{content:"\f1d8"} .fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"} .fa-history:before{content:"\f1da"} .fa-circle-thin:before{content:"\f1db"} .fa-header:before{content:"\f1dc"} .fa-paragraph:before{content:"\f1dd"} .fa-sliders:before{content:"\f1de"} .fa-share-alt:before{content:"\f1e0"} .fa-share-alt-square:before{content:"\f1e1"} .fa-bomb:before{content:"\f1e2"} .fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"} .fa-tty:before{content:"\f1e4"} .fa-binoculars:before{content:"\f1e5"} .fa-plug:before{content:"\f1e6"} .fa-slideshare:before{content:"\f1e7"} .fa-twitch:before{content:"\f1e8"} .fa-yelp:before{content:"\f1e9"} .fa-newspaper-o:before{content:"\f1ea"} .fa-wifi:before{content:"\f1eb"} .fa-calculator:before{content:"\f1ec"} .fa-paypal:before{content:"\f1ed"} .fa-google-wallet:before{content:"\f1ee"} .fa-cc-visa:before{content:"\f1f0"} .fa-cc-mastercard:before{content:"\f1f1"} .fa-cc-discover:before{content:"\f1f2"} .fa-cc-amex:before{content:"\f1f3"} .fa-cc-paypal:before{content:"\f1f4"} .fa-cc-stripe:before{content:"\f1f5"} .fa-bell-slash:before{content:"\f1f6"} .fa-bell-slash-o:before{content:"\f1f7"} .fa-trash:before{content:"\f1f8"} .fa-copyright:before{content:"\f1f9"} .fa-at:before{content:"\f1fa"} .fa-eyedropper:before{content:"\f1fb"} .fa-paint-brush:before{content:"\f1fc"} .fa-birthday-cake:before{content:"\f1fd"} .fa-area-chart:before{content:"\f1fe"} .fa-pie-chart:before{content:"\f200"} .fa-line-chart:before{content:"\f201"} .fa-lastfm:before{content:"\f202"} .fa-lastfm-square:before{content:"\f203"} .fa-toggle-off:before{content:"\f204"} .fa-toggle-on:before{content:"\f205"} .fa-bicycle:before{content:"\f206"} .fa-bus:before{content:"\f207"} .fa-ioxhost:before{content:"\f208"} .fa-angellist:before{content:"\f209"} .fa-cc:before{content:"\f20a"} .fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"} .fa-meanpath:before{content:"\f20c"} .fa-buysellads:before{content:"\f20d"} .fa-connectdevelop:before{content:"\f20e"} .fa-dashcube:before{content:"\f210"} .fa-forumbee:before{content:"\f211"} .fa-leanpub:before{content:"\f212"} .fa-sellsy:before{content:"\f213"} .fa-shirtsinbulk:before{content:"\f214"} .fa-simplybuilt:before{content:"\f215"} .fa-skyatlas:before{content:"\f216"} .fa-cart-plus:before{content:"\f217"} .fa-cart-arrow-down:before{content:"\f218"} .fa-diamond:before{content:"\f219"} .fa-ship:before{content:"\f21a"} .fa-user-secret:before{content:"\f21b"} .fa-motorcycle:before{content:"\f21c"} .fa-street-view:before{content:"\f21d"} .fa-heartbeat:before{content:"\f21e"} .fa-venus:before{content:"\f221"} .fa-mars:before{content:"\f222"} .fa-mercury:before{content:"\f223"} .fa-intersex:before,.fa-transgender:before{content:"\f224"} .fa-transgender-alt:before{content:"\f225"} .fa-venus-double:before{content:"\f226"} .fa-mars-double:before{content:"\f227"} .fa-venus-mars:before{content:"\f228"} .fa-mars-stroke:before{content:"\f229"} .fa-mars-stroke-v:before{content:"\f22a"} .fa-mars-stroke-h:before{content:"\f22b"} .fa-neuter:before{content:"\f22c"} .fa-genderless:before{content:"\f22d"} .fa-facebook-official:before{content:"\f230"} .fa-pinterest-p:before{content:"\f231"} .fa-whatsapp:before{content:"\f232"} .fa-server:before{content:"\f233"} .fa-user-plus:before{content:"\f234"} .fa-user-times:before{content:"\f235"} .fa-hotel:before,.fa-bed:before{content:"\f236"} .fa-viacoin:before{content:"\f237"} .fa-train:before{content:"\f238"} .fa-subway:before{content:"\f239"} .fa-medium:before{content:"\f23a"} .fa-yc:before,.fa-y-combinator:before{content:"\f23b"} .fa-optin-monster:before{content:"\f23c"} .fa-opencart:before{content:"\f23d"} .fa-expeditedssl:before{content:"\f23e"} .fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"} .fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"} .fa-battery-2:before,.fa-battery-half:before{content:"\f242"} .fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"} .fa-battery-0:before,.fa-battery-empty:before{content:"\f244"} .fa-mouse-pointer:before{content:"\f245"} .fa-i-cursor:before{content:"\f246"} .fa-object-group:before{content:"\f247"} .fa-object-ungroup:before{content:"\f248"} .fa-sticky-note:before{content:"\f249"} .fa-sticky-note-o:before{content:"\f24a"} .fa-cc-jcb:before{content:"\f24b"} .fa-cc-diners-club:before{content:"\f24c"} .fa-clone:before{content:"\f24d"} .fa-balance-scale:before{content:"\f24e"} .fa-hourglass-o:before{content:"\f250"} .fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"} .fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"} .fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"} .fa-hourglass:before{content:"\f254"} .fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"} .fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"} .fa-hand-scissors-o:before{content:"\f257"} .fa-hand-lizard-o:before{content:"\f258"} .fa-hand-spock-o:before{content:"\f259"} .fa-hand-pointer-o:before{content:"\f25a"} .fa-hand-peace-o:before{content:"\f25b"} .fa-trademark:before{content:"\f25c"} .fa-registered:before{content:"\f25d"} .fa-creative-commons:before{content:"\f25e"} .fa-gg:before{content:"\f260"} .fa-gg-circle:before{content:"\f261"} .fa-tripadvisor:before{content:"\f262"} .fa-odnoklassniki:before{content:"\f263"} .fa-odnoklassniki-square:before{content:"\f264"} .fa-get-pocket:before{content:"\f265"} .fa-wikipedia-w:before{content:"\f266"} .fa-safari:before{content:"\f267"} .fa-chrome:before{content:"\f268"} .fa-firefox:before{content:"\f269"} .fa-opera:before{content:"\f26a"} .fa-internet-explorer:before{content:"\f26b"} .fa-tv:before,.fa-television:before{content:"\f26c"} .fa-contao:before{content:"\f26d"} .fa-500px:before{content:"\f26e"} .fa-amazon:before{content:"\f270"} .fa-calendar-plus-o:before{content:"\f271"} .fa-calendar-minus-o:before{content:"\f272"} .fa-calendar-times-o:before{content:"\f273"} .fa-calendar-check-o:before{content:"\f274"} .fa-industry:before{content:"\f275"} .fa-map-pin:before{content:"\f276"} .fa-map-signs:before{content:"\f277"} .fa-map-o:before{content:"\f278"} .fa-map:before{content:"\f279"} .fa-commenting:before{content:"\f27a"} .fa-commenting-o:before{content:"\f27b"} .fa-houzz:before{content:"\f27c"} .fa-vimeo:before{content:"\f27d"} .fa-black-tie:before{content:"\f27e"} .fa-fonticons:before{content:"\f280"} .fa-reddit-alien:before{content:"\f281"} .fa-edge:before{content:"\f282"} .fa-credit-card-alt:before{content:"\f283"} .fa-codiepie:before{content:"\f284"} .fa-modx:before{content:"\f285"} .fa-fort-awesome:before{content:"\f286"} .fa-usb:before{content:"\f287"} .fa-product-hunt:before{content:"\f288"} .fa-mixcloud:before{content:"\f289"} .fa-scribd:before{content:"\f28a"} .fa-pause-circle:before{content:"\f28b"} .fa-pause-circle-o:before{content:"\f28c"} .fa-stop-circle:before{content:"\f28d"} .fa-stop-circle-o:before{content:"\f28e"} .fa-shopping-bag:before{content:"\f290"} .fa-shopping-basket:before{content:"\f291"} .fa-hashtag:before{content:"\f292"} .fa-bluetooth:before{content:"\f293"} .fa-bluetooth-b:before{content:"\f294"} .fa-percent:before{content:"\f295"} .fa-gitlab:before{content:"\f296"} .fa-wpbeginner:before{content:"\f297"} .fa-wpforms:before{content:"\f298"} .fa-envira:before{content:"\f299"} .fa-universal-access:before{content:"\f29a"} .fa-wheelchair-alt:before{content:"\f29b"} .fa-question-circle-o:before{content:"\f29c"} .fa-blind:before{content:"\f29d"} .fa-audio-description:before{content:"\f29e"} .fa-volume-control-phone:before{content:"\f2a0"} .fa-braille:before{content:"\f2a1"} .fa-assistive-listening-systems:before{content:"\f2a2"} .fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"} .fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"} .fa-glide:before{content:"\f2a5"} .fa-glide-g:before{content:"\f2a6"} .fa-signing:before,.fa-sign-language:before{content:"\f2a7"} .fa-low-vision:before{content:"\f2a8"} .fa-viadeo:before{content:"\f2a9"} .fa-viadeo-square:before{content:"\f2aa"} .fa-snapchat:before{content:"\f2ab"} .fa-snapchat-ghost:before{content:"\f2ac"} .fa-snapchat-square:before{content:"\f2ad"} .fa-pied-piper:before{content:"\f2ae"} .fa-first-order:before{content:"\f2b0"} .fa-yoast:before{content:"\f2b1"} .fa-themeisle:before{content:"\f2b2"} .fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"} .fa-fa:before,.fa-font-awesome:before{content:"\f2b4"} .fa-handshake-o:before{content:"\f2b5"} .fa-envelope-open:before{content:"\f2b6"} .fa-envelope-open-o:before{content:"\f2b7"} .fa-linode:before{content:"\f2b8"} .fa-address-book:before{content:"\f2b9"} .fa-address-book-o:before{content:"\f2ba"} .fa-vcard:before,.fa-address-card:before{content:"\f2bb"} .fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"} .fa-user-circle:before{content:"\f2bd"} .fa-user-circle-o:before{content:"\f2be"} .fa-user-o:before{content:"\f2c0"} .fa-id-badge:before{content:"\f2c1"} .fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"} .fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"} .fa-quora:before{content:"\f2c4"} .fa-free-code-camp:before{content:"\f2c5"} .fa-telegram:before{content:"\f2c6"} .fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"} .fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"} .fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"} .fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"} .fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"} .fa-shower:before{content:"\f2cc"} .fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"} .fa-podcast:before{content:"\f2ce"} .fa-window-maximize:before{content:"\f2d0"} .fa-window-minimize:before{content:"\f2d1"} .fa-window-restore:before{content:"\f2d2"} .fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"} .fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"} .fa-bandcamp:before{content:"\f2d5"} .fa-grav:before{content:"\f2d6"} .fa-etsy:before{content:"\f2d7"} .fa-imdb:before{content:"\f2d8"} .fa-ravelry:before{content:"\f2d9"} .fa-eercast:before{content:"\f2da"} .fa-microchip:before{content:"\f2db"} .fa-snowflake-o:before{content:"\f2dc"} .fa-superpowers:before{content:"\f2dd"} .fa-wpexplorer:before{content:"\f2de"} .fa-meetup:before{content:"\f2e0"} .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/assets/fonts/fontawesome-all.min.css b/internal/app/api/core/assets/fonts/fontawesome-all.min.css similarity index 97% rename from assets/fonts/fontawesome-all.min.css rename to internal/app/api/core/assets/fonts/fontawesome-all.min.css index 27e7ddd..9367cb6 100644 --- a/assets/fonts/fontawesome-all.min.css +++ b/internal/app/api/core/assets/fonts/fontawesome-all.min.css @@ -2,4 +2,4 @@ * Font Awesome Free 5.12.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ -.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.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:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.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-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.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-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\f907"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\f913"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\f91a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\f91e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\f941"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\f949"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(../fonts/fa-brands-400.eot);src:url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-brands-400.woff2) format("woff2"),url(../fonts/fa-brands-400.woff) format("woff"),url(../fonts/fa-brands-400.ttf) format("truetype"),url(../fonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url(../fonts/fa-regular-400.eot);src:url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-regular-400.woff2) format("woff2"),url(../fonts/fa-regular-400.woff) format("woff"),url(../fonts/fa-regular-400.ttf) format("truetype"),url(../fonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url(../fonts/fa-solid-900.eot);src:url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-solid-900.woff2) format("woff2"),url(../fonts/fa-solid-900.woff) format("woff"),url(../fonts/fa-solid-900.ttf) format("truetype"),url(../fonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900} \ No newline at end of file +.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.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:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.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-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.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-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\f907"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\f913"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\f91a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\f91e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\f941"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\f949"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(fa-brands-400.eot);src:url(fa-brands-400.eot?#iefix) format("embedded-opentype"),url(fa-brands-400.woff2) format("woff2"),url(fa-brands-400.woff) format("woff"),url(fa-brands-400.ttf) format("truetype"),url(fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url(fa-regular-400.eot);src:url(fa-regular-400.eot?#iefix) format("embedded-opentype"),url(fa-regular-400.woff2) format("woff2"),url(fa-regular-400.woff) format("woff"),url(fa-regular-400.ttf) format("truetype"),url(fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url(fa-solid-900.eot);src:url(fa-solid-900.eot?#iefix) format("embedded-opentype"),url(fa-solid-900.woff2) format("woff2"),url(fa-solid-900.woff) format("woff"),url(fa-solid-900.ttf) format("truetype"),url(fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900} \ No newline at end of file diff --git a/assets/fonts/fontawesome-webfont.eot b/internal/app/api/core/assets/fonts/fontawesome-webfont.eot similarity index 100% rename from assets/fonts/fontawesome-webfont.eot rename to internal/app/api/core/assets/fonts/fontawesome-webfont.eot diff --git a/assets/fonts/fontawesome-webfont.svg b/internal/app/api/core/assets/fonts/fontawesome-webfont.svg similarity index 100% rename from assets/fonts/fontawesome-webfont.svg rename to internal/app/api/core/assets/fonts/fontawesome-webfont.svg diff --git a/assets/fonts/fontawesome-webfont.ttf b/internal/app/api/core/assets/fonts/fontawesome-webfont.ttf similarity index 100% rename from assets/fonts/fontawesome-webfont.ttf rename to internal/app/api/core/assets/fonts/fontawesome-webfont.ttf diff --git a/assets/fonts/fontawesome-webfont.woff b/internal/app/api/core/assets/fonts/fontawesome-webfont.woff similarity index 100% rename from assets/fonts/fontawesome-webfont.woff rename to internal/app/api/core/assets/fonts/fontawesome-webfont.woff diff --git a/assets/fonts/fontawesome-webfont.woff2 b/internal/app/api/core/assets/fonts/fontawesome-webfont.woff2 similarity index 100% rename from assets/fonts/fontawesome-webfont.woff2 rename to internal/app/api/core/assets/fonts/fontawesome-webfont.woff2 diff --git a/assets/fonts/fontawesome5-overrides.min.css b/internal/app/api/core/assets/fonts/fontawesome5-overrides.min.css similarity index 100% rename from assets/fonts/fontawesome5-overrides.min.css rename to internal/app/api/core/assets/fonts/fontawesome5-overrides.min.css diff --git a/internal/app/api/core/assets/img/header-logo-small.png b/internal/app/api/core/assets/img/header-logo-small.png new file mode 100644 index 0000000000000000000000000000000000000000..474353501cda27cea79ef6281049f0b5a5015b34 GIT binary patch literal 7713 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 R6*~oFVql?Pu6z8<{{YN)*@XZA literal 0 HcmV?d00001 diff --git a/internal/app/api/core/assets/img/header-logo.png b/internal/app/api/core/assets/img/header-logo.png new file mode 100644 index 0000000000000000000000000000000000000000..7df31d70570e530d49219f1424db7159e42a38c0 GIT binary patch literal 10556 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 e4@&qqrHsS^)~`*8s-!PJ0Qeab-BNAGEB^{var e,t,r={310:(e,t,r)=>{"use strict";const n=new WeakMap,a=e=>(...t)=>{const r=e(...t);return n.set(r,!0),r},o=e=>"function"==typeof e&&n.has(e),i="undefined"!=typeof window&&null!=window.customElements&&void 0!==window.customElements.polyfillWrapFlushCallback,s=(e,t,r=null)=>{for(;t!==r;){const r=t.nextSibling;e.removeChild(t),t=r}},l={},c={},p=`{{lit-${String(Math.random()).slice(2)}}}`,u=`\x3c!--${p}--\x3e`,d=new RegExp(`${p}|${u}`),h="$lit$";class f{constructor(e,t){this.parts=[],this.element=t;const r=[],n=[],a=document.createTreeWalker(t.content,133,null,!1);let o=0,i=-1,s=0;const{strings:l,values:{length:c}}=e;for(;s0;){const t=l[s],r=v.exec(t)[2],n=r.toLowerCase()+h,a=e.getAttribute(n);e.removeAttribute(n);const o=a.split(d);this.parts.push({type:"attribute",index:i,name:r,strings:o}),s+=o.length-1}}"TEMPLATE"===e.tagName&&(n.push(e),a.currentNode=e.content)}else if(3===e.nodeType){const t=e.data;if(t.indexOf(p)>=0){const n=e.parentNode,a=t.split(d),o=a.length-1;for(let t=0;t{const r=e.length-t.length;return r>=0&&e.slice(r)===t},y=e=>-1!==e.index,g=()=>document.createComment(""),v=/([ \x09\x0a\x0c\x0d])([^\0-\x1F\x7F-\x9F "'>=/]+)([ \x09\x0a\x0c\x0d]*=[ \x09\x0a\x0c\x0d]*(?:[^ \x09\x0a\x0c\x0d"'`<>=]*|"[^"]*|'[^']*))$/;class b{constructor(e,t,r){this.__parts=[],this.template=e,this.processor=t,this.options=r}update(e){let t=0;for(const r of this.__parts)void 0!==r&&r.setValue(e[t]),t++;for(const e of this.__parts)void 0!==e&&e.commit()}_clone(){const e=i?this.template.element.content.cloneNode(!0):document.importNode(this.template.element.content,!0),t=[],r=this.template.parts,n=document.createTreeWalker(e,133,null,!1);let a,o=0,s=0,l=n.nextNode();for(;oe}),w=` ${p} `;class S{constructor(e,t,r,n){this.strings=e,this.values=t,this.type=r,this.processor=n}getHTML(){const e=this.strings.length-1;let t="",r=!1;for(let n=0;n-1||r)&&-1===e.indexOf("--\x3e",a+1);const o=v.exec(e);t+=null===o?e+(r?w:u):e.substr(0,o.index)+o[1]+o[2]+h+o[3]+p}return t+=this.strings[e],t}getTemplateElement(){const e=document.createElement("template");let t=this.getHTML();return void 0!==x&&(t=x.createHTML(t)),e.innerHTML=t,e}}const k=e=>null===e||!("object"==typeof e||"function"==typeof e),$=e=>Array.isArray(e)||!(!e||!e[Symbol.iterator]);class A{constructor(e,t,r){this.dirty=!0,this.element=e,this.name=t,this.strings=r,this.parts=[];for(let e=0;e{try{const e={get capture(){return j=!0,!1}};window.addEventListener("test",e,e),window.removeEventListener("test",e,e)}catch(e){}})();class I{constructor(e,t,r){this.value=void 0,this.__pendingValue=void 0,this.element=e,this.eventName=t,this.eventContext=r,this.__boundHandleEvent=e=>this.handleEvent(e)}setValue(e){this.__pendingValue=e}commit(){for(;o(this.__pendingValue);){const e=this.__pendingValue;this.__pendingValue=l,e(this)}if(this.__pendingValue===l)return;const e=this.__pendingValue,t=this.value,r=null==e||null!=t&&(e.capture!==t.capture||e.once!==t.once||e.passive!==t.passive),n=null!=e&&(null==t||r);r&&this.element.removeEventListener(this.eventName,this.__boundHandleEvent,this.__options),n&&(this.__options=P(e),this.element.addEventListener(this.eventName,this.__boundHandleEvent,this.__options)),this.value=e,this.__pendingValue=l}handleEvent(e){"function"==typeof this.value?this.value.call(this.eventContext||this.element,e):this.value.handleEvent(e)}}const P=e=>e&&(j?{capture:e.capture,passive:e.passive,once:e.once}:e.capture);const R=new class{handleAttributeExpressions(e,t,r,n){const a=t[0];if("."===a){return new _(e,t.slice(1),r).parts}if("@"===a)return[new I(e,t.slice(1),n.eventContext)];if("?"===a)return[new T(e,t.slice(1),r)];return new A(e,t,r).parts}handleTextExpression(e){return new O(e)}};function L(e){let t=N.get(e.type);void 0===t&&(t={stringsArray:new WeakMap,keyString:new Map},N.set(e.type,t));let r=t.stringsArray.get(e.strings);if(void 0!==r)return r;const n=e.strings.join(p);return r=t.keyString.get(n),void 0===r&&(r=new f(e,e.getTemplateElement()),t.keyString.set(n,r)),t.stringsArray.set(e.strings,r),r}const N=new Map,F=new WeakMap;"undefined"!=typeof window&&(window.litHtmlVersions||(window.litHtmlVersions=[])).push("1.4.1");const D=(e,...t)=>new S(e,t,"html",R);window.JSCompiler_renameProperty=(e,t)=>e;const B={toAttribute(e,t){switch(t){case Boolean:return e?"":null;case Object:case Array:return null==e?e:JSON.stringify(e)}return e},fromAttribute(e,t){switch(t){case Boolean:return null!==e;case Number:return null===e?null:Number(e);case Object:case Array:return JSON.parse(e)}return e}},z=(e,t)=>t!==e&&(t==t||e==e),q={attribute:!0,type:String,converter:B,reflect:!1,hasChanged:z},U="finalized";class M extends HTMLElement{constructor(){super(),this.initialize()}static get observedAttributes(){this.finalize();const e=[];return this._classProperties.forEach(((t,r)=>{const n=this._attributeNameForProperty(r,t);void 0!==n&&(this._attributeToPropertyMap.set(n,r),e.push(n))})),e}static _ensureClassProperties(){if(!this.hasOwnProperty(JSCompiler_renameProperty("_classProperties",this))){this._classProperties=new Map;const e=Object.getPrototypeOf(this)._classProperties;void 0!==e&&e.forEach(((e,t)=>this._classProperties.set(t,e)))}}static createProperty(e,t=q){if(this._ensureClassProperties(),this._classProperties.set(e,t),t.noAccessor||this.prototype.hasOwnProperty(e))return;const r="symbol"==typeof e?Symbol():`__${e}`,n=this.getPropertyDescriptor(e,r,t);void 0!==n&&Object.defineProperty(this.prototype,e,n)}static getPropertyDescriptor(e,t,r){return{get(){return this[t]},set(n){const a=this[e];this[t]=n,this.requestUpdateInternal(e,a,r)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this._classProperties&&this._classProperties.get(e)||q}static finalize(){const e=Object.getPrototypeOf(this);if(e.hasOwnProperty(U)||e.finalize(),this.finalized=!0,this._ensureClassProperties(),this._attributeToPropertyMap=new Map,this.hasOwnProperty(JSCompiler_renameProperty("properties",this))){const e=this.properties,t=[...Object.getOwnPropertyNames(e),..."function"==typeof Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e):[]];for(const r of t)this.createProperty(r,e[r])}}static _attributeNameForProperty(e,t){const r=t.attribute;return!1===r?void 0:"string"==typeof r?r:"string"==typeof e?e.toLowerCase():void 0}static _valueHasChanged(e,t,r=z){return r(e,t)}static _propertyValueFromAttribute(e,t){const r=t.type,n=t.converter||B,a="function"==typeof n?n:n.fromAttribute;return a?a(e,r):e}static _propertyValueToAttribute(e,t){if(void 0===t.reflect)return;const r=t.type,n=t.converter;return(n&&n.toAttribute||B.toAttribute)(e,r)}initialize(){this._updateState=0,this._updatePromise=new Promise((e=>this._enableUpdatingResolver=e)),this._changedProperties=new Map,this._saveInstanceProperties(),this.requestUpdateInternal()}_saveInstanceProperties(){this.constructor._classProperties.forEach(((e,t)=>{if(this.hasOwnProperty(t)){const e=this[t];delete this[t],this._instanceProperties||(this._instanceProperties=new Map),this._instanceProperties.set(t,e)}}))}_applyInstanceProperties(){this._instanceProperties.forEach(((e,t)=>this[t]=e)),this._instanceProperties=void 0}connectedCallback(){this.enableUpdating()}enableUpdating(){void 0!==this._enableUpdatingResolver&&(this._enableUpdatingResolver(),this._enableUpdatingResolver=void 0)}disconnectedCallback(){}attributeChangedCallback(e,t,r){t!==r&&this._attributeToProperty(e,r)}_propertyToAttribute(e,t,r=q){const n=this.constructor,a=n._attributeNameForProperty(e,r);if(void 0!==a){const e=n._propertyValueToAttribute(t,r);if(void 0===e)return;this._updateState=8|this._updateState,null==e?this.removeAttribute(a):this.setAttribute(a,e),this._updateState=-9&this._updateState}}_attributeToProperty(e,t){if(8&this._updateState)return;const r=this.constructor,n=r._attributeToPropertyMap.get(e);if(void 0!==n){const e=r.getPropertyOptions(n);this._updateState=16|this._updateState,this[n]=r._propertyValueFromAttribute(t,e),this._updateState=-17&this._updateState}}requestUpdateInternal(e,t,r){let n=!0;if(void 0!==e){const a=this.constructor;r=r||a.getPropertyOptions(e),a._valueHasChanged(this[e],t,r.hasChanged)?(this._changedProperties.has(e)||this._changedProperties.set(e,t),!0!==r.reflect||16&this._updateState||(void 0===this._reflectingProperties&&(this._reflectingProperties=new Map),this._reflectingProperties.set(e,r))):n=!1}!this._hasRequestedUpdate&&n&&(this._updatePromise=this._enqueueUpdate())}requestUpdate(e,t){return this.requestUpdateInternal(e,t),this.updateComplete}async _enqueueUpdate(){this._updateState=4|this._updateState;try{await this._updatePromise}catch(e){}const e=this.performUpdate();return null!=e&&await e,!this._hasRequestedUpdate}get _hasRequestedUpdate(){return 4&this._updateState}get hasUpdated(){return 1&this._updateState}performUpdate(){if(!this._hasRequestedUpdate)return;this._instanceProperties&&this._applyInstanceProperties();let e=!1;const t=this._changedProperties;try{e=this.shouldUpdate(t),e?this.update(t):this._markUpdated()}catch(t){throw e=!1,this._markUpdated(),t}e&&(1&this._updateState||(this._updateState=1|this._updateState,this.firstUpdated(t)),this.updated(t))}_markUpdated(){this._changedProperties=new Map,this._updateState=-5&this._updateState}get updateComplete(){return this._getUpdateComplete()}_getUpdateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._updatePromise}shouldUpdate(e){return!0}update(e){void 0!==this._reflectingProperties&&this._reflectingProperties.size>0&&(this._reflectingProperties.forEach(((e,t)=>this._propertyToAttribute(t,this[t],e))),this._reflectingProperties=void 0),this._markUpdated()}updated(e){}firstUpdated(e){}}M.finalized=!0;const H=Element.prototype;H.msMatchesSelector||H.webkitMatchesSelector;const V=window.ShadowRoot&&(void 0===window.ShadyCSS||window.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,W=Symbol();class G{constructor(e,t){if(t!==W)throw new Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e}get styleSheet(){return void 0===this._styleSheet&&(V?(this._styleSheet=new CSSStyleSheet,this._styleSheet.replaceSync(this.cssText)):this._styleSheet=null),this._styleSheet}toString(){return this.cssText}}const K=e=>new G(String(e),W),J=(e,...t)=>{const r=t.reduce(((t,r,n)=>t+(e=>{if(e instanceof G)return e.cssText;if("number"==typeof e)return e;throw new Error(`Value passed to 'css' function must be a 'css' function result: ${e}. Use 'unsafeCSS' to pass non-literal values, but\n take care to ensure page security.`)})(r)+e[n+1]),e[0]);return new G(r,W)};(window.litElementVersions||(window.litElementVersions=[])).push("2.5.1");const Y={};class Z extends M{static getStyles(){return this.styles}static _getUniqueStyles(){if(this.hasOwnProperty(JSCompiler_renameProperty("_styles",this)))return;const e=this.getStyles();if(Array.isArray(e)){const t=(e,r)=>e.reduceRight(((e,r)=>Array.isArray(r)?t(r,e):(e.add(r),e)),r),r=t(e,new Set),n=[];r.forEach((e=>n.unshift(e))),this._styles=n}else this._styles=void 0===e?[]:[e];this._styles=this._styles.map((e=>{if(e instanceof CSSStyleSheet&&!V){const t=Array.prototype.slice.call(e.cssRules).reduce(((e,t)=>e+t.cssText),"");return K(t)}return e}))}initialize(){super.initialize(),this.constructor._getUniqueStyles(),this.renderRoot=this.createRenderRoot(),window.ShadowRoot&&this.renderRoot instanceof window.ShadowRoot&&this.adoptStyles()}createRenderRoot(){return this.attachShadow(this.constructor.shadowRootOptions)}adoptStyles(){const e=this.constructor._styles;0!==e.length&&(void 0===window.ShadyCSS||window.ShadyCSS.nativeShadow?V?this.renderRoot.adoptedStyleSheets=e.map((e=>e instanceof CSSStyleSheet?e:e.styleSheet)):this._needsShimAdoptedStyleSheets=!0:window.ShadyCSS.ScopingShim.prepareAdoptedCssText(e.map((e=>e.cssText)),this.localName))}connectedCallback(){super.connectedCallback(),this.hasUpdated&&void 0!==window.ShadyCSS&&window.ShadyCSS.styleElement(this)}update(e){const t=this.render();super.update(e),t!==Y&&this.constructor.render(t,this.renderRoot,{scopeName:this.localName,eventContext:this}),this._needsShimAdoptedStyleSheets&&(this._needsShimAdoptedStyleSheets=!1,this.constructor._styles.forEach((e=>{const t=document.createElement("style");t.textContent=e.cssText,this.renderRoot.appendChild(t)})))}render(){return Y}}function Q(){return{baseUrl:null,breaks:!1,extensions:null,gfm:!0,headerIds:!0,headerPrefix:"",highlight:null,langPrefix:"language-",mangle:!0,pedantic:!1,renderer:null,sanitize:!1,sanitizer:null,silent:!1,smartLists:!1,smartypants:!1,tokenizer:null,walkTokens:null,xhtml:!1}}Z.finalized=!0,Z.render=(e,t,r)=>{let n=F.get(t);void 0===n&&(s(t,t.firstChild),F.set(t,n=new O(Object.assign({templateFactory:L},r))),n.appendInto(t)),n.setValue(e),n.commit()},Z.shadowRootOptions={mode:"open"};let X={baseUrl:null,breaks:!1,extensions:null,gfm:!0,headerIds:!0,headerPrefix:"",highlight:null,langPrefix:"language-",mangle:!0,pedantic:!1,renderer:null,sanitize:!1,sanitizer:null,silent:!1,smartLists:!1,smartypants:!1,tokenizer:null,walkTokens:null,xhtml:!1};const ee=/[&<>"']/,te=/[&<>"']/g,re=/[<>"']|&(?!#?\w+;)/,ne=/[<>"']|&(?!#?\w+;)/g,ae={"&":"&","<":"<",">":">",'"':""","'":"'"},oe=e=>ae[e];function ie(e,t){if(t){if(ee.test(e))return e.replace(te,oe)}else if(re.test(e))return e.replace(ne,oe);return e}const se=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/gi;function le(e){return e.replace(se,((e,t)=>"colon"===(t=t.toLowerCase())?":":"#"===t.charAt(0)?"x"===t.charAt(1)?String.fromCharCode(parseInt(t.substring(2),16)):String.fromCharCode(+t.substring(1)):""))}const ce=/(^|[^\[])\^/g;function pe(e,t){e=e.source||e,t=t||"";const r={replace:(t,n)=>(n=(n=n.source||n).replace(ce,"$1"),e=e.replace(t,n),r),getRegex:()=>new RegExp(e,t)};return r}const ue=/[^\w:]/g,de=/^$|^[a-z][a-z0-9+.-]*:|^[?#]/i;function he(e,t,r){if(e){let e;try{e=decodeURIComponent(le(r)).replace(ue,"").toLowerCase()}catch(e){return null}if(0===e.indexOf("javascript:")||0===e.indexOf("vbscript:")||0===e.indexOf("data:"))return null}t&&!de.test(r)&&(r=function(e,t){fe[" "+e]||(me.test(e)?fe[" "+e]=e+"/":fe[" "+e]=we(e,"/",!0));const r=-1===(e=fe[" "+e]).indexOf(":");return"//"===t.substring(0,2)?r?t:e.replace(ye,"$1")+t:"/"===t.charAt(0)?r?t:e.replace(ge,"$1")+t:e+t}(t,r));try{r=encodeURI(r).replace(/%25/g,"%")}catch(e){return null}return r}const fe={},me=/^[^:]+:\/*[^/]*$/,ye=/^([^:]+:)[\s\S]*$/,ge=/^([^:]+:\/*[^/]*)[\s\S]*$/;const ve={exec:function(){}};function be(e){let t,r,n=1;for(;n{let n=!1,a=t;for(;--a>=0&&"\\"===r[a];)n=!n;return n?"|":" |"})).split(/ \|/);let n=0;if(r[0].trim()||r.shift(),r.length>0&&!r[r.length-1].trim()&&r.pop(),r.length>t)r.splice(t);else for(;r.length1;)1&t&&(r+=e),t>>=1,e+=e;return r+e}function $e(e,t,r,n){const a=t.href,o=t.title?ie(t.title):null,i=e[1].replace(/\\([\[\]])/g,"$1");if("!"!==e[0].charAt(0)){n.state.inLink=!0;const e={type:"link",raw:r,href:a,title:o,text:i,tokens:n.inlineTokens(i,[])};return n.state.inLink=!1,e}return{type:"image",raw:r,href:a,title:o,text:ie(i)}}class Ae{constructor(e){this.options=e||X}space(e){const t=this.rules.block.newline.exec(e);if(t&&t[0].length>0)return{type:"space",raw:t[0]}}code(e){const t=this.rules.block.code.exec(e);if(t){const e=t[0].replace(/^ {1,4}/gm,"");return{type:"code",raw:t[0],codeBlockStyle:"indented",text:this.options.pedantic?e:we(e,"\n")}}}fences(e){const t=this.rules.block.fences.exec(e);if(t){const e=t[0],r=function(e,t){const r=e.match(/^(\s+)(?:```)/);if(null===r)return t;const n=r[1];return t.split("\n").map((e=>{const t=e.match(/^\s+/);if(null===t)return e;const[r]=t;return r.length>=n.length?e.slice(n.length):e})).join("\n")}(e,t[3]||"");return{type:"code",raw:e,lang:t[2]?t[2].trim():t[2],text:r}}}heading(e){const t=this.rules.block.heading.exec(e);if(t){let e=t[2].trim();if(/#$/.test(e)){const t=we(e,"#");this.options.pedantic?e=t.trim():t&&!/ $/.test(t)||(e=t.trim())}const r={type:"heading",raw:t[0],depth:t[1].length,text:e,tokens:[]};return this.lexer.inline(r.text,r.tokens),r}}hr(e){const t=this.rules.block.hr.exec(e);if(t)return{type:"hr",raw:t[0]}}blockquote(e){const t=this.rules.block.blockquote.exec(e);if(t){const e=t[0].replace(/^ *> ?/gm,"");return{type:"blockquote",raw:t[0],tokens:this.lexer.blockTokens(e,[]),text:e}}}list(e){let t=this.rules.block.list.exec(e);if(t){let r,n,a,o,i,s,l,c,p,u,d,h,f=t[1].trim();const m=f.length>1,y={type:"list",raw:"",ordered:m,start:m?+f.slice(0,-1):"",loose:!1,items:[]};f=m?`\\d{1,9}\\${f.slice(-1)}`:`\\${f}`,this.options.pedantic&&(f=m?f:"[*+-]");const g=new RegExp(`^( {0,3}${f})((?: [^\\n]*)?(?:\\n|$))`);for(;e&&(h=!1,t=g.exec(e))&&!this.rules.block.hr.test(e);){if(r=t[0],e=e.substring(r.length),c=t[2].split("\n",1)[0],p=e.split("\n",1)[0],this.options.pedantic?(o=2,d=c.trimLeft()):(o=t[2].search(/[^ ]/),o=o>4?1:o,d=c.slice(o),o+=t[1].length),s=!1,!c&&/^ *$/.test(p)&&(r+=p+"\n",e=e.substring(p.length+1),h=!0),!h){const t=new RegExp(`^ {0,${Math.min(3,o-1)}}(?:[*+-]|\\d{1,9}[.)])`);for(;e&&(u=e.split("\n",1)[0],c=u,this.options.pedantic&&(c=c.replace(/^ {1,4}(?=( {4})*[^ ])/g," ")),!t.test(c));){if(c.search(/[^ ]/)>=o||!c.trim())d+="\n"+c.slice(o);else{if(s)break;d+="\n"+c}s||c.trim()||(s=!0),r+=u+"\n",e=e.substring(u.length+1)}}y.loose||(l?y.loose=!0:/\n *\n *$/.test(r)&&(l=!0)),this.options.gfm&&(n=/^\[[ xX]\] /.exec(d),n&&(a="[ ] "!==n[0],d=d.replace(/^\[[ xX]\] +/,""))),y.items.push({type:"list_item",raw:r,task:!!n,checked:a,loose:!1,text:d}),y.raw+=r}y.items[y.items.length-1].raw=r.trimRight(),y.items[y.items.length-1].text=d.trimRight(),y.raw=y.raw.trimRight();const v=y.items.length;for(i=0;i"space"===e.type)),t=e.every((e=>{const t=e.raw.split("");let r=0;for(const e of t)if("\n"===e&&(r+=1),r>1)return!0;return!1}));!y.loose&&e.length&&t&&(y.loose=!0,y.items[i].loose=!0)}return y}}html(e){const t=this.rules.block.html.exec(e);if(t){const e={type:"html",raw:t[0],pre:!this.options.sanitizer&&("pre"===t[1]||"script"===t[1]||"style"===t[1]),text:t[0]};return this.options.sanitize&&(e.type="paragraph",e.text=this.options.sanitizer?this.options.sanitizer(t[0]):ie(t[0]),e.tokens=[],this.lexer.inline(e.text,e.tokens)),e}}def(e){const t=this.rules.block.def.exec(e);if(t){t[3]&&(t[3]=t[3].substring(1,t[3].length-1));return{type:"def",tag:t[1].toLowerCase().replace(/\s+/g," "),raw:t[0],href:t[2],title:t[3]}}}table(e){const t=this.rules.block.table.exec(e);if(t){const e={type:"table",header:xe(t[1]).map((e=>({text:e}))),align:t[2].replace(/^ *|\| *$/g,"").split(/ *\| */),rows:t[3]&&t[3].trim()?t[3].replace(/\n[ \t]*$/,"").split("\n"):[]};if(e.header.length===e.align.length){e.raw=t[0];let r,n,a,o,i=e.align.length;for(r=0;r({text:e})));for(i=e.header.length,n=0;n/i.test(t[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&/^<(pre|code|kbd|script)(\s|>)/i.test(t[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&/^<\/(pre|code|kbd|script)(\s|>)/i.test(t[0])&&(this.lexer.state.inRawBlock=!1),{type:this.options.sanitize?"text":"html",raw:t[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,text:this.options.sanitize?this.options.sanitizer?this.options.sanitizer(t[0]):ie(t[0]):t[0]}}link(e){const t=this.rules.inline.link.exec(e);if(t){const e=t[2].trim();if(!this.options.pedantic&&/^$/.test(e))return;const t=we(e.slice(0,-1),"\\");if((e.length-t.length)%2==0)return}else{const e=function(e,t){if(-1===e.indexOf(t[1]))return-1;const r=e.length;let n=0,a=0;for(;a-1){const r=(0===t[0].indexOf("!")?5:4)+t[1].length+e;t[2]=t[2].substring(0,e),t[0]=t[0].substring(0,r).trim(),t[3]=""}}let r=t[2],n="";if(this.options.pedantic){const e=/^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(r);e&&(r=e[1],n=e[3])}else n=t[3]?t[3].slice(1,-1):"";return r=r.trim(),/^$/.test(e)?r.slice(1):r.slice(1,-1)),$e(t,{href:r?r.replace(this.rules.inline._escapes,"$1"):r,title:n?n.replace(this.rules.inline._escapes,"$1"):n},t[0],this.lexer)}}reflink(e,t){let r;if((r=this.rules.inline.reflink.exec(e))||(r=this.rules.inline.nolink.exec(e))){let e=(r[2]||r[1]).replace(/\s+/g," ");if(e=t[e.toLowerCase()],!e||!e.href){const e=r[0].charAt(0);return{type:"text",raw:e,text:e}}return $e(r,e,r[0],this.lexer)}}emStrong(e,t,r=""){let n=this.rules.inline.emStrong.lDelim.exec(e);if(!n)return;if(n[3]&&r.match(/[\p{L}\p{N}]/u))return;const a=n[1]||n[2]||"";if(!a||a&&(""===r||this.rules.inline.punctuation.exec(r))){const r=n[0].length-1;let a,o,i=r,s=0;const l="*"===n[0][0]?this.rules.inline.emStrong.rDelimAst:this.rules.inline.emStrong.rDelimUnd;for(l.lastIndex=0,t=t.slice(-1*e.length+r);null!=(n=l.exec(t));){if(a=n[1]||n[2]||n[3]||n[4]||n[5]||n[6],!a)continue;if(o=a.length,n[3]||n[4]){i+=o;continue}if((n[5]||n[6])&&r%3&&!((r+o)%3)){s+=o;continue}if(i-=o,i>0)continue;if(o=Math.min(o,o+i+s),Math.min(r,o)%2){const t=e.slice(1,r+n.index+o);return{type:"em",raw:e.slice(0,r+n.index+o+1),text:t,tokens:this.lexer.inlineTokens(t,[])}}const t=e.slice(2,r+n.index+o-1);return{type:"strong",raw:e.slice(0,r+n.index+o+1),text:t,tokens:this.lexer.inlineTokens(t,[])}}}}codespan(e){const t=this.rules.inline.code.exec(e);if(t){let e=t[2].replace(/\n/g," ");const r=/[^ ]/.test(e),n=/^ /.test(e)&&/ $/.test(e);return r&&n&&(e=e.substring(1,e.length-1)),e=ie(e,!0),{type:"codespan",raw:t[0],text:e}}}br(e){const t=this.rules.inline.br.exec(e);if(t)return{type:"br",raw:t[0]}}del(e){const t=this.rules.inline.del.exec(e);if(t)return{type:"del",raw:t[0],text:t[2],tokens:this.lexer.inlineTokens(t[2],[])}}autolink(e,t){const r=this.rules.inline.autolink.exec(e);if(r){let e,n;return"@"===r[2]?(e=ie(this.options.mangle?t(r[1]):r[1]),n="mailto:"+e):(e=ie(r[1]),n=e),{type:"link",raw:r[0],text:e,href:n,tokens:[{type:"text",raw:e,text:e}]}}}url(e,t){let r;if(r=this.rules.inline.url.exec(e)){let e,n;if("@"===r[2])e=ie(this.options.mangle?t(r[0]):r[0]),n="mailto:"+e;else{let t;do{t=r[0],r[0]=this.rules.inline._backpedal.exec(r[0])[0]}while(t!==r[0]);e=ie(r[0]),n="www."===r[1]?"http://"+e:e}return{type:"link",raw:r[0],text:e,href:n,tokens:[{type:"text",raw:e,text:e}]}}}inlineText(e,t){const r=this.rules.inline.text.exec(e);if(r){let e;return e=this.lexer.state.inRawBlock?this.options.sanitize?this.options.sanitizer?this.options.sanitizer(r[0]):ie(r[0]):r[0]:ie(this.options.smartypants?t(r[0]):r[0]),{type:"text",raw:r[0],text:e}}}}const Ee={newline:/^(?: *(?:\n|$))+/,code:/^( {4}[^\n]+(?:\n(?: *(?:\n|$))*)?)+/,fences:/^ {0,3}(`{3,}(?=[^`\n]*\n)|~{3,})([^\n]*)\n(?:|([\s\S]*?)\n)(?: {0,3}\1[~`]* *(?=\n|$)|$)/,hr:/^ {0,3}((?:- *){3,}|(?:_ *){3,}|(?:\* *){3,})(?:\n+|$)/,heading:/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,blockquote:/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/,list:/^( {0,3}bull)( [^\n]+?)?(?:\n|$)/,html:"^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|\\n*|$)|\\n*|$)|)[\\s\\S]*?(?:(?:\\n *)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$)|(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$))",def:/^ {0,3}\[(label)\]: *(?:\n *)?]+)>?(?:(?: +(?:\n *)?| *\n *)(title))? *(?:\n+|$)/,table:ve,lheading:/^([^\n]+)\n {0,3}(=+|-+) *(?:\n+|$)/,_paragraph:/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,text:/^[^\n]+/,_label:/(?!\s*\])(?:\\.|[^\[\]\\])+/,_title:/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/};Ee.def=pe(Ee.def).replace("label",Ee._label).replace("title",Ee._title).getRegex(),Ee.bullet=/(?:[*+-]|\d{1,9}[.)])/,Ee.listItemStart=pe(/^( *)(bull) */).replace("bull",Ee.bullet).getRegex(),Ee.list=pe(Ee.list).replace(/bull/g,Ee.bullet).replace("hr","\\n+(?=\\1?(?:(?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$))").replace("def","\\n+(?="+Ee.def.source+")").getRegex(),Ee._tag="address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|section|source|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul",Ee._comment=/|$)/,Ee.html=pe(Ee.html,"i").replace("comment",Ee._comment).replace("tag",Ee._tag).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),Ee.paragraph=pe(Ee._paragraph).replace("hr",Ee.hr).replace("heading"," {0,3}#{1,6} ").replace("|lheading","").replace("|table","").replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",Ee._tag).getRegex(),Ee.blockquote=pe(Ee.blockquote).replace("paragraph",Ee.paragraph).getRegex(),Ee.normal=be({},Ee),Ee.gfm=be({},Ee.normal,{table:"^ *([^\\n ].*\\|.*)\\n {0,3}(?:\\| *)?(:?-+:? *(?:\\| *:?-+:? *)*)(?:\\| *)?(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)"}),Ee.gfm.table=pe(Ee.gfm.table).replace("hr",Ee.hr).replace("heading"," {0,3}#{1,6} ").replace("blockquote"," {0,3}>").replace("code"," {4}[^\\n]").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",Ee._tag).getRegex(),Ee.gfm.paragraph=pe(Ee._paragraph).replace("hr",Ee.hr).replace("heading"," {0,3}#{1,6} ").replace("|lheading","").replace("table",Ee.gfm.table).replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html",")|<(?:script|pre|style|textarea|!--)").replace("tag",Ee._tag).getRegex(),Ee.pedantic=be({},Ee.normal,{html:pe("^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+? *(?:\\n{2,}|\\s*$)|\\s]*)*?/?> *(?:\\n{2,}|\\s*$))").replace("comment",Ee._comment).replace(/tag/g,"(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),def:/^ *\[([^\]]+)\]: *]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^(#{1,6})(.*)(?:\n+|$)/,fences:ve,paragraph:pe(Ee.normal._paragraph).replace("hr",Ee.hr).replace("heading"," *#{1,6} *[^\n]").replace("lheading",Ee.lheading).replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").getRegex()});const Oe={escape:/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,autolink:/^<(scheme:[^\s\x00-\x1f<>]*|email)>/,url:ve,tag:"^comment|^|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^|^",link:/^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/,reflink:/^!?\[(label)\]\[(ref)\]/,nolink:/^!?\[(ref)\](?:\[\])?/,reflinkSearch:"reflink|nolink(?!\\()",emStrong:{lDelim:/^(?:\*+(?:([punct_])|[^\s*]))|^_+(?:([punct*])|([^\s_]))/,rDelimAst:/^[^_*]*?\_\_[^_*]*?\*[^_*]*?(?=\_\_)|[punct_](\*+)(?=[\s]|$)|[^punct*_\s](\*+)(?=[punct_\s]|$)|[punct_\s](\*+)(?=[^punct*_\s])|[\s](\*+)(?=[punct_])|[punct_](\*+)(?=[punct_])|[^punct*_\s](\*+)(?=[^punct*_\s])/,rDelimUnd:/^[^_*]*?\*\*[^_*]*?\_[^_*]*?(?=\*\*)|[punct*](\_+)(?=[\s]|$)|[^punct*_\s](\_+)(?=[punct*\s]|$)|[punct*\s](\_+)(?=[^punct*_\s])|[\s](\_+)(?=[punct*])|[punct*](\_+)(?=[punct*])/},code:/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,br:/^( {2,}|\\)\n(?!\s*$)/,del:ve,text:/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\.5&&(r="x"+r.toString(16)),n+="&#"+r+";";return n}Oe._punctuation="!\"#$%&'()+\\-.,/:;<=>?@\\[\\]`^{|}~",Oe.punctuation=pe(Oe.punctuation).replace(/punctuation/g,Oe._punctuation).getRegex(),Oe.blockSkip=/\[[^\]]*?\]\([^\)]*?\)|`[^`]*?`|<[^>]*?>/g,Oe.escapedEmSt=/\\\*|\\_/g,Oe._comment=pe(Ee._comment).replace("(?:--\x3e|$)","--\x3e").getRegex(),Oe.emStrong.lDelim=pe(Oe.emStrong.lDelim).replace(/punct/g,Oe._punctuation).getRegex(),Oe.emStrong.rDelimAst=pe(Oe.emStrong.rDelimAst,"g").replace(/punct/g,Oe._punctuation).getRegex(),Oe.emStrong.rDelimUnd=pe(Oe.emStrong.rDelimUnd,"g").replace(/punct/g,Oe._punctuation).getRegex(),Oe._escapes=/\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/g,Oe._scheme=/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/,Oe._email=/[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/,Oe.autolink=pe(Oe.autolink).replace("scheme",Oe._scheme).replace("email",Oe._email).getRegex(),Oe._attribute=/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/,Oe.tag=pe(Oe.tag).replace("comment",Oe._comment).replace("attribute",Oe._attribute).getRegex(),Oe._label=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,Oe._href=/<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/,Oe._title=/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/,Oe.link=pe(Oe.link).replace("label",Oe._label).replace("href",Oe._href).replace("title",Oe._title).getRegex(),Oe.reflink=pe(Oe.reflink).replace("label",Oe._label).replace("ref",Ee._label).getRegex(),Oe.nolink=pe(Oe.nolink).replace("ref",Ee._label).getRegex(),Oe.reflinkSearch=pe(Oe.reflinkSearch,"g").replace("reflink",Oe.reflink).replace("nolink",Oe.nolink).getRegex(),Oe.normal=be({},Oe),Oe.pedantic=be({},Oe.normal,{strong:{start:/^__|\*\*/,middle:/^__(?=\S)([\s\S]*?\S)__(?!_)|^\*\*(?=\S)([\s\S]*?\S)\*\*(?!\*)/,endAst:/\*\*(?!\*)/g,endUnd:/__(?!_)/g},em:{start:/^_|\*/,middle:/^()\*(?=\S)([\s\S]*?\S)\*(?!\*)|^_(?=\S)([\s\S]*?\S)_(?!_)/,endAst:/\*(?!\*)/g,endUnd:/_(?!_)/g},link:pe(/^!?\[(label)\]\((.*?)\)/).replace("label",Oe._label).getRegex(),reflink:pe(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",Oe._label).getRegex()}),Oe.gfm=be({},Oe.normal,{escape:pe(Oe.escape).replace("])","~|])").getRegex(),_extended_email:/[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/,url:/^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/,_backpedal:/(?:[^?!.,:;*_~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_~)]+(?!$))+/,del:/^(~~?)(?=[^\s~])([\s\S]*?[^\s~])\1(?=[^~]|$)/,text:/^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\!!(r=n.call({lexer:this},e,t))&&(e=e.substring(r.raw.length),t.push(r),!0)))))if(r=this.tokenizer.space(e))e=e.substring(r.raw.length),1===r.raw.length&&t.length>0?t[t.length-1].raw+="\n":t.push(r);else if(r=this.tokenizer.code(e))e=e.substring(r.raw.length),n=t[t.length-1],!n||"paragraph"!==n.type&&"text"!==n.type?t.push(r):(n.raw+="\n"+r.raw,n.text+="\n"+r.text,this.inlineQueue[this.inlineQueue.length-1].src=n.text);else if(r=this.tokenizer.fences(e))e=e.substring(r.raw.length),t.push(r);else if(r=this.tokenizer.heading(e))e=e.substring(r.raw.length),t.push(r);else if(r=this.tokenizer.hr(e))e=e.substring(r.raw.length),t.push(r);else if(r=this.tokenizer.blockquote(e))e=e.substring(r.raw.length),t.push(r);else if(r=this.tokenizer.list(e))e=e.substring(r.raw.length),t.push(r);else if(r=this.tokenizer.html(e))e=e.substring(r.raw.length),t.push(r);else if(r=this.tokenizer.def(e))e=e.substring(r.raw.length),n=t[t.length-1],!n||"paragraph"!==n.type&&"text"!==n.type?this.tokens.links[r.tag]||(this.tokens.links[r.tag]={href:r.href,title:r.title}):(n.raw+="\n"+r.raw,n.text+="\n"+r.raw,this.inlineQueue[this.inlineQueue.length-1].src=n.text);else if(r=this.tokenizer.table(e))e=e.substring(r.raw.length),t.push(r);else if(r=this.tokenizer.lheading(e))e=e.substring(r.raw.length),t.push(r);else{if(a=e,this.options.extensions&&this.options.extensions.startBlock){let t=1/0;const r=e.slice(1);let n;this.options.extensions.startBlock.forEach((function(e){n=e.call({lexer:this},r),"number"==typeof n&&n>=0&&(t=Math.min(t,n))})),t<1/0&&t>=0&&(a=e.substring(0,t+1))}if(this.state.top&&(r=this.tokenizer.paragraph(a)))n=t[t.length-1],o&&"paragraph"===n.type?(n.raw+="\n"+r.raw,n.text+="\n"+r.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=n.text):t.push(r),o=a.length!==e.length,e=e.substring(r.raw.length);else if(r=this.tokenizer.text(e))e=e.substring(r.raw.length),n=t[t.length-1],n&&"text"===n.type?(n.raw+="\n"+r.raw,n.text+="\n"+r.text,this.inlineQueue.pop(),this.inlineQueue[this.inlineQueue.length-1].src=n.text):t.push(r);else if(e){const t="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(t);break}throw new Error(t)}}return this.state.top=!0,t}inline(e,t){this.inlineQueue.push({src:e,tokens:t})}inlineTokens(e,t=[]){let r,n,a,o,i,s,l=e;if(this.tokens.links){const e=Object.keys(this.tokens.links);if(e.length>0)for(;null!=(o=this.tokenizer.rules.inline.reflinkSearch.exec(l));)e.includes(o[0].slice(o[0].lastIndexOf("[")+1,-1))&&(l=l.slice(0,o.index)+"["+ke("a",o[0].length-2)+"]"+l.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;null!=(o=this.tokenizer.rules.inline.blockSkip.exec(l));)l=l.slice(0,o.index)+"["+ke("a",o[0].length-2)+"]"+l.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);for(;null!=(o=this.tokenizer.rules.inline.escapedEmSt.exec(l));)l=l.slice(0,o.index)+"++"+l.slice(this.tokenizer.rules.inline.escapedEmSt.lastIndex);for(;e;)if(i||(s=""),i=!1,!(this.options.extensions&&this.options.extensions.inline&&this.options.extensions.inline.some((n=>!!(r=n.call({lexer:this},e,t))&&(e=e.substring(r.raw.length),t.push(r),!0)))))if(r=this.tokenizer.escape(e))e=e.substring(r.raw.length),t.push(r);else if(r=this.tokenizer.tag(e))e=e.substring(r.raw.length),n=t[t.length-1],n&&"text"===r.type&&"text"===n.type?(n.raw+=r.raw,n.text+=r.text):t.push(r);else if(r=this.tokenizer.link(e))e=e.substring(r.raw.length),t.push(r);else if(r=this.tokenizer.reflink(e,this.tokens.links))e=e.substring(r.raw.length),n=t[t.length-1],n&&"text"===r.type&&"text"===n.type?(n.raw+=r.raw,n.text+=r.text):t.push(r);else if(r=this.tokenizer.emStrong(e,l,s))e=e.substring(r.raw.length),t.push(r);else if(r=this.tokenizer.codespan(e))e=e.substring(r.raw.length),t.push(r);else if(r=this.tokenizer.br(e))e=e.substring(r.raw.length),t.push(r);else if(r=this.tokenizer.del(e))e=e.substring(r.raw.length),t.push(r);else if(r=this.tokenizer.autolink(e,_e))e=e.substring(r.raw.length),t.push(r);else if(this.state.inLink||!(r=this.tokenizer.url(e,_e))){if(a=e,this.options.extensions&&this.options.extensions.startInline){let t=1/0;const r=e.slice(1);let n;this.options.extensions.startInline.forEach((function(e){n=e.call({lexer:this},r),"number"==typeof n&&n>=0&&(t=Math.min(t,n))})),t<1/0&&t>=0&&(a=e.substring(0,t+1))}if(r=this.tokenizer.inlineText(a,Te))e=e.substring(r.raw.length),"_"!==r.raw.slice(-1)&&(s=r.raw.slice(-1)),i=!0,n=t[t.length-1],n&&"text"===n.type?(n.raw+=r.raw,n.text+=r.text):t.push(r);else if(e){const t="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(t);break}throw new Error(t)}}else e=e.substring(r.raw.length),t.push(r);return t}}class je{constructor(e){this.options=e||X}code(e,t,r){const n=(t||"").match(/\S*/)[0];if(this.options.highlight){const t=this.options.highlight(e,n);null!=t&&t!==e&&(r=!0,e=t)}return e=e.replace(/\n$/,"")+"\n",n?'
    '+(r?e:ie(e,!0))+"
    \n":"
    "+(r?e:ie(e,!0))+"
    \n"}blockquote(e){return"
    \n"+e+"
    \n"}html(e){return e}heading(e,t,r,n){return this.options.headerIds?"'+e+"\n":""+e+"\n"}hr(){return this.options.xhtml?"
    \n":"
    \n"}list(e,t,r){const n=t?"ol":"ul";return"<"+n+(t&&1!==r?' start="'+r+'"':"")+">\n"+e+"\n"}listitem(e){return"
  • "+e+"
  • \n"}checkbox(e){return" "}paragraph(e){return"

    "+e+"

    \n"}table(e,t){return t&&(t=""+t+""),"\n\n"+e+"\n"+t+"
    \n"}tablerow(e){return"\n"+e+"\n"}tablecell(e,t){const r=t.header?"th":"td";return(t.align?"<"+r+' align="'+t.align+'">':"<"+r+">")+e+"\n"}strong(e){return""+e+""}em(e){return""+e+""}codespan(e){return""+e+""}br(){return this.options.xhtml?"
    ":"
    "}del(e){return""+e+""}link(e,t,r){if(null===(e=he(this.options.sanitize,this.options.baseUrl,e)))return r;let n='",n}image(e,t,r){if(null===(e=he(this.options.sanitize,this.options.baseUrl,e)))return r;let n=''+r+'":">",n}text(e){return e}}class Ie{strong(e){return e}em(e){return e}codespan(e){return e}del(e){return e}html(e){return e}text(e){return e}link(e,t,r){return""+r}image(e,t,r){return""+r}br(){return""}}class Pe{constructor(){this.seen={}}serialize(e){return e.toLowerCase().trim().replace(/<[!\/a-z].*?>/gi,"").replace(/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&()*+,./:;<=>?@[\]^`{|}~]/g,"").replace(/\s/g,"-")}getNextSafeSlug(e,t){let r=e,n=0;if(this.seen.hasOwnProperty(r)){n=this.seen[e];do{n++,r=e+"-"+n}while(this.seen.hasOwnProperty(r))}return t||(this.seen[e]=n,this.seen[r]=0),r}slug(e,t={}){const r=this.serialize(e);return this.getNextSafeSlug(r,t.dryrun)}}class Re{constructor(e){this.options=e||X,this.options.renderer=this.options.renderer||new je,this.renderer=this.options.renderer,this.renderer.options=this.options,this.textRenderer=new Ie,this.slugger=new Pe}static parse(e,t){return new Re(t).parse(e)}static parseInline(e,t){return new Re(t).parseInline(e)}parse(e,t=!0){let r,n,a,o,i,s,l,c,p,u,d,h,f,m,y,g,v,b,x,w="";const S=e.length;for(r=0;r0&&"paragraph"===y.tokens[0].type?(y.tokens[0].text=b+" "+y.tokens[0].text,y.tokens[0].tokens&&y.tokens[0].tokens.length>0&&"text"===y.tokens[0].tokens[0].type&&(y.tokens[0].tokens[0].text=b+" "+y.tokens[0].tokens[0].text)):y.tokens.unshift({type:"text",text:b}):m+=b),m+=this.parse(y.tokens,f),p+=this.renderer.listitem(m,v,g);w+=this.renderer.list(p,d,h);continue;case"html":w+=this.renderer.html(u.text);continue;case"paragraph":w+=this.renderer.paragraph(this.parseInline(u.tokens));continue;case"text":for(p=u.tokens?this.parseInline(u.tokens):u.text;r+1{n(e.text,e.lang,(function(t,r){if(t)return o(t);null!=r&&r!==e.text&&(e.text=r,e.escaped=!0),i--,0===i&&o()}))}),0))})),void(0===i&&o())}try{const r=Ce.lex(e,t);return t.walkTokens&&Le.walkTokens(r,t.walkTokens),Re.parse(r,t)}catch(e){if(e.message+="\nPlease report this to https://github.com/markedjs/marked.",t.silent)return"

    An error occurred:

    "+ie(e.message+"",!0)+"
    ";throw e}}Le.options=Le.setOptions=function(e){var t;return be(Le.defaults,e),t=Le.defaults,X=t,Le},Le.getDefaults=Q,Le.defaults=X,Le.use=function(...e){const t=be({},...e),r=Le.defaults.extensions||{renderers:{},childTokens:{}};let n;e.forEach((e=>{if(e.extensions&&(n=!0,e.extensions.forEach((e=>{if(!e.name)throw new Error("extension name required");if(e.renderer){const t=r.renderers?r.renderers[e.name]:null;r.renderers[e.name]=t?function(...r){let n=e.renderer.apply(this,r);return!1===n&&(n=t.apply(this,r)),n}:e.renderer}if(e.tokenizer){if(!e.level||"block"!==e.level&&"inline"!==e.level)throw new Error("extension level must be 'block' or 'inline'");r[e.level]?r[e.level].unshift(e.tokenizer):r[e.level]=[e.tokenizer],e.start&&("block"===e.level?r.startBlock?r.startBlock.push(e.start):r.startBlock=[e.start]:"inline"===e.level&&(r.startInline?r.startInline.push(e.start):r.startInline=[e.start]))}e.childTokens&&(r.childTokens[e.name]=e.childTokens)}))),e.renderer){const r=Le.defaults.renderer||new je;for(const t in e.renderer){const n=r[t];r[t]=(...a)=>{let o=e.renderer[t].apply(r,a);return!1===o&&(o=n.apply(r,a)),o}}t.renderer=r}if(e.tokenizer){const r=Le.defaults.tokenizer||new Ae;for(const t in e.tokenizer){const n=r[t];r[t]=(...a)=>{let o=e.tokenizer[t].apply(r,a);return!1===o&&(o=n.apply(r,a)),o}}t.tokenizer=r}if(e.walkTokens){const r=Le.defaults.walkTokens;t.walkTokens=function(t){e.walkTokens.call(this,t),r&&r.call(this,t)}}n&&(t.extensions=r),Le.setOptions(t)}))},Le.walkTokens=function(e,t){for(const r of e)switch(t.call(Le,r),r.type){case"table":for(const e of r.header)Le.walkTokens(e.tokens,t);for(const e of r.rows)for(const r of e)Le.walkTokens(r.tokens,t);break;case"list":Le.walkTokens(r.items,t);break;default:Le.defaults.extensions&&Le.defaults.extensions.childTokens&&Le.defaults.extensions.childTokens[r.type]?Le.defaults.extensions.childTokens[r.type].forEach((function(e){Le.walkTokens(r[e],t)})):r.tokens&&Le.walkTokens(r.tokens,t)}},Le.parseInline=function(e,t){if(null==e)throw new Error("marked.parseInline(): input parameter is undefined or null");if("string"!=typeof e)throw new Error("marked.parseInline(): input parameter is of type "+Object.prototype.toString.call(e)+", string expected");Se(t=be({},Le.defaults,t||{}));try{const r=Ce.lexInline(e,t);return t.walkTokens&&Le.walkTokens(r,t.walkTokens),Re.parseInline(r,t)}catch(e){if(e.message+="\nPlease report this to https://github.com/markedjs/marked.",t.silent)return"

    An error occurred:

    "+ie(e.message+"",!0)+"
    ";throw e}},Le.Parser=Re,Le.parser=Re.parse,Le.Renderer=je,Le.TextRenderer=Ie,Le.Lexer=Ce,Le.lexer=Ce.lex,Le.Tokenizer=Ae,Le.Slugger=Pe,Le.parse=Le;Le.options,Le.setOptions,Le.use,Le.walkTokens,Le.parseInline,Re.parse,Ce.lex;var Ne=r(660),Fe=r.n(Ne);r(251),r(358),r(46),r(503),r(277),r(874),r(366),r(57),r(16);const De=J`.hover-bg:hover{background:var(--bg3)}::selection{background:var(--selection-bg);color:var(--selection-fg)}.regular-font{font-family:var(--font-regular)}.mono-font{font-family:var(--font-mono)}.title{font-size:calc(var(--font-size-small) + 18px);font-weight:400}.sub-title{font-size:20px}.req-res-title{font-family:var(--font-regular);font-size:calc(var(--font-size-small) + 4px);font-weight:700;margin-bottom:8px;text-align:left}.tiny-title{font-size:calc(var(--font-size-small) + 1px);font-weight:700}.regular-font-size{font-size:var(--font-size-regular)}.small-font-size{font-size:var(--font-size-small)}.upper{text-transform:uppercase}.primary-text{color:var(--primary-color)}.bold-text{font-weight:700}.gray-text{color:var(--light-fg)}.red-text{color:var(--red)}.blue-text{color:var(--blue)}.multiline{overflow:scroll;max-height:var(--resp-area-height,300px);color:var(--fg3)}.method-fg.put{color:var(--orange)}.method-fg.post{color:var(--green)}.method-fg.get{color:var(--blue)}.method-fg.delete{color:var(--red)}.method-fg.head,.method-fg.options,.method-fg.patch{color:var(--yellow)}h1{font-family:var(--font-regular);font-size:28px;padding-top:10px;letter-spacing:normal;font-weight:400}h2{font-family:var(--font-regular);font-size:24px;padding-top:10px;letter-spacing:normal;font-weight:400}h3{font-family:var(--font-regular);font-size:18px;padding-top:10px;letter-spacing:normal;font-weight:400}h4{font-family:var(--font-regular);font-size:16px;padding-top:10px;letter-spacing:normal;font-weight:400}h5{font-family:var(--font-regular);font-size:14px;padding-top:10px;letter-spacing:normal;font-weight:400}h6{font-family:var(--font-regular);font-size:14px;padding-top:10px;letter-spacing:normal;font-weight:400}h1,h2,h3,h4,h5{margin-block-end:.2em}p{margin-block-start:.5em}a{color:var(--blue);cursor:pointer}a.inactive-link{color:var(--fg);text-decoration:none;cursor:text}code,pre{margin:0;font-family:var(--font-mono);font-size:calc(var(--font-size-mono) - 1px)}.m-markdown,.m-markdown-small{display:block}.m-markdown p,.m-markdown span{font-size:var(--font-size-regular);line-height:calc(var(--font-size-regular) + 8px)}.m-markdown li{font-size:var(--font-size-regular);line-height:calc(var(--font-size-regular) + 10px)}.m-markdown-small li,.m-markdown-small p,.m-markdown-small span{font-size:var(--font-size-small);line-height:calc(var(--font-size-small) + 6px)}.m-markdown-small li{line-height:calc(var(--font-size-small) + 8px)}.m-markdown p:not(:first-child){margin-block-start:24px}.m-markdown-small p:not(:first-child){margin-block-start:12px}.m-markdown-small p:first-child{margin-block-start:0}.m-markdown p,.m-markdown-small p{margin-block-end:0}.m-markdown code span{font-size:var(--font-size-mono)}.m-markdown code,.m-markdown-small code{padding:1px 6px;border-radius:2px;color:var(--inline-code-fg);background-color:var(--bg3);font-size:calc(var(--font-size-mono));line-height:1.2}.m-markdown-small code{font-size:calc(var(--font-size-mono) - 1px)}.m-markdown pre,.m-markdown-small pre{white-space:pre-wrap;overflow-x:auto;line-height:normal;border-radius:2px;border:1px solid var(--code-border-color)}.m-markdown pre{padding:12px;background-color:var(--code-bg);color:var(--code-fg)}.m-markdown-small pre{margin-top:4px;padding:2px 4px;background-color:var(--bg3);color:var(--fg2)}.m-markdown pre code,.m-markdown-small pre code{border:none;padding:0}.m-markdown pre code{color:var(--code-fg);background-color:var(--code-bg);background-color:transparent}.m-markdown-small pre code{color:var(--fg2);background-color:var(--bg3)}.m-markdown ol,.m-markdown ul{padding-inline-start:30px}.m-markdown-small ol,.m-markdown-small ul{padding-inline-start:20px}.m-markdown a,.m-markdown-small a{color:var(--blue)}.m-markdown img,.m-markdown-small img{max-width:100%}.m-markdown table,.m-markdown-small table{border-spacing:0;margin:10px 0;border-collapse:separate;border:1px solid var(--border-color);border-radius:var(--border-radius);font-size:calc(var(--font-size-small) + 1px);line-height:calc(var(--font-size-small) + 4px);max-width:100%}.m-markdown-small table{font-size:var(--font-size-small);line-height:calc(var(--font-size-small) + 2px);margin:8px 0}.m-markdown td,.m-markdown th,.m-markdown-small td,.m-markdown-small th{vertical-align:top;border-top:1px solid var(--border-color);line-height:calc(var(--font-size-small) + 4px)}.m-markdown tr:first-child th,.m-markdown-small tr:first-child th{border-top:0 none}.m-markdown td,.m-markdown th{padding:10px 12px}.m-markdown-small td,.m-markdown-small th{padding:8px 8px}.m-markdown th,.m-markdown-small th{font-weight:600;background-color:var(--bg2);vertical-align:middle}.m-markdown-small table code{font-size:calc(var(--font-size-mono) - 2px)}.m-markdown table code{font-size:calc(var(--font-size-mono) - 1px)}.m-markdown blockquote,.m-markdown-small blockquote{margin-inline-start:0;margin-inline-end:0;border-left:3px solid var(--border-color);padding:6px 0 6px 6px}.m-markdown hr{border:1px solid var(--border-color)}`,Be=J`.m-btn{border-radius:var(--border-radius);font-weight:600;display:inline-block;padding:6px 16px;font-size:var(--font-size-small);outline:0;line-height:1;text-align:center;white-space:nowrap;border:2px solid var(--primary-color);background-color:transparent;transition:background-color .2s;user-select:none;cursor:pointer;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)}.m-btn.primary{background-color:var(--primary-color);color:var(--primary-color-invert)}.m-btn.thin-border{border-width:1px}.m-btn.large{padding:8px 14px}.m-btn.small{padding:5px 12px}.m-btn.tiny{padding:5px 6px}.m-btn.circle{border-radius:50%}.m-btn:hover{background-color:var(--primary-color);color:var(--primary-color-invert)}.m-btn.nav{border:2px solid var(--nav-accent-color)}.m-btn.nav:hover{background-color:var(--nav-accent-color)}.m-btn:disabled{background-color:var(--bg3);color:var(--fg3);border-color:var(--fg3);cursor:not-allowed;opacity:.4}.toolbar-btn{cursor:pointer;padding:4px;margin:0 2px;font-size:var(--font-size-small);min-width:50px;color:var(--primary-color-invert);border-radius:2px;border:none;background-color:var(--primary-color)}button,input,pre,select,textarea{color:var(--fg);outline:0;background-color:var(--input-bg);border:1px solid var(--border-color);border-radius:var(--border-radius)}button{font-family:var(--font-regular)}input[type=file],input[type=password],input[type=text],pre,select,textarea{font-family:var(--font-mono);font-weight:400;font-size:var(--font-size-small);transition:border .2s;padding:6px 5px}select{font-family:var(--font-regular);padding:5px 30px 5px 5px;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%3E%3Cpath%20d%3D%22M10.3%203.3L6%207.6%201.7%203.3A1%201%200%2000.3%204.7l5%205a1%201%200%20001.4%200l5-5a1%201%200%2010-1.4-1.4z%22%20fill%3D%22%23777777%22%2F%3E%3C%2Fsvg%3E");background-position:calc(100% - 5px) center;background-repeat:no-repeat;background-size:10px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}select:hover{border-color:var(--primary-color)}input[type=password]::placeholder,input[type=text]::placeholder,textarea::placeholder{color:var(--placeholder-color);opacity:1}input[type=password]:active,input[type=password]:focus,input[type=text]:active,input[type=text]:focus,select:focus,textarea:active,textarea:focus{border:1px solid var(--primary-color)}input[type=file]{font-family:var(--font-regular);padding:2px;cursor:pointer;border:1px solid var(--primary-color);min-height:calc(var(--font-size-small) + 18px)}input[type=file]::-webkit-file-upload-button{font-family:var(--font-regular);font-size:var(--font-size-small);outline:0;cursor:pointer;padding:3px 8px;border:1px solid var(--primary-color);background-color:var(--primary-color);color:var(--primary-color-invert);border-radius:var(--border-radius);-webkit-appearance:none}pre,textarea{scrollbar-width:thin;scrollbar-color:var(--border-color) var(--input-bg)}pre::-webkit-scrollbar,textarea::-webkit-scrollbar{width:8px;height:8px}pre::-webkit-scrollbar-track,textarea::-webkit-scrollbar-track{background:var(--input-bg)}pre::-webkit-scrollbar-thumb,textarea::-webkit-scrollbar-thumb{border-radius:2px;background-color:var(--border-color)}.link{font-size:var(--font-size-small);text-decoration:underline;color:var(--blue);font-family:var(--font-mono);margin-bottom:2px}input[type=checkbox]:focus{outline:0}input[type=checkbox]{appearance:none;display:inline-block;background-color:var(--light-bg);border:1px solid var(--light-bg);border-radius:9px;cursor:pointer;height:18px;position:relative;transition:border .25s .15s,box-shadow .25s .3s,padding .25s;min-width:36px;width:36px;vertical-align:top}input[type=checkbox]:after{position:absolute;background-color:var(--bg);border:1px solid var(--light-bg);border-radius:8px;content:'';top:0;left:0;right:16px;display:block;height:16px;transition:border .25s .15s,left .25s .1s,right .15s .175s}input[type=checkbox]:checked{box-shadow:inset 0 0 0 13px var(--green);border-color:var(--green)}input[type=checkbox]:checked:after{border:1px solid var(--green);left:16px;right:1px;transition:border .25s,left .15s .25s,right .25s .175s}`,ze=J`.col,.row{display:flex}.row{align-items:center;flex-direction:row}.col{align-items:stretch;flex-direction:column}`,qe=J`.m-table{border-spacing:0;border-collapse:separate;border:1px solid var(--light-border-color);border-radius:var(--border-radius);margin:0;max-width:100%;direction:ltr}.m-table tr:first-child td,.m-table tr:first-child th{border-top:0 none}.m-table td,.m-table th{font-size:var(--font-size-small);line-height:calc(var(--font-size-small) + 4px);padding:4px 5px 4px;vertical-align:top}.m-table.padded-12 td,.m-table.padded-12 th{padding:12px}.m-table td:not([align]),.m-table th:not([align]){text-align:left}.m-table th{color:var(--fg2);font-size:var(--font-size-small);line-height:calc(var(--font-size-small) + 18px);font-weight:600;letter-spacing:normal;background-color:var(--bg2);vertical-align:bottom;border-bottom:1px solid var(--light-border-color)}.m-table>tbody>tr>td,.m-table>tr>td{border-top:1px solid var(--light-border-color);text-overflow:ellipsis;overflow:hidden}.table-title{font-size:var(--font-size-small);font-weight:700;vertical-align:middle;margin:12px 0 4px 0}`,Ue=J`.only-large-screen{display:none}.endpoint-head .path{display:flex;font-family:var(--font-mono);font-size:var(--font-size-small);align-items:center;overflow-wrap:break-word;word-break:break-all}.endpoint-head .descr{font-size:var(--font-size-small);color:var(--light-fg);font-weight:400;align-items:center;overflow-wrap:break-word;word-break:break-all;display:none}.m-endpoint.expanded{margin-bottom:16px}.m-endpoint>.endpoint-head{border-width:1px 1px 1px 5px;border-style:solid;border-color:transparent;border-top-color:var(--light-border-color);display:flex;padding:6px 16px;align-items:center;cursor:pointer}.m-endpoint>.endpoint-head.put.expanded,.m-endpoint>.endpoint-head.put:hover{border-color:var(--orange);background-color:var(--light-orange)}.m-endpoint>.endpoint-head.post.expanded,.m-endpoint>.endpoint-head.post:hover{border-color:var(--green);background-color:var(--light-green)}.m-endpoint>.endpoint-head.get.expanded,.m-endpoint>.endpoint-head.get:hover{border-color:var(--blue);background-color:var(--light-blue)}.m-endpoint>.endpoint-head.delete.expanded,.m-endpoint>.endpoint-head.delete:hover{border-color:var(--red);background-color:var(--light-red)}.m-endpoint>.endpoint-head.head.expanded,.m-endpoint>.endpoint-head.head:hover,.m-endpoint>.endpoint-head.options.expanded,.m-endpoint>.endpoint-head.options:hover,.m-endpoint>.endpoint-head.patch.expanded,.m-endpoint>.endpoint-head.patch:hover{border-color:var(--yellow);background-color:var(--light-yellow)}.m-endpoint>.endpoint-head.deprecated.expanded,.m-endpoint>.endpoint-head.deprecated:hover{border-color:var(--border-color);filter:opacity(.6)}.m-endpoint .endpoint-body{flex-wrap:wrap;padding:16px 0 0 0;border-width:0 1px 1px 5px;border-style:solid;box-shadow:0 4px 3px -3px rgba(0,0,0,.15)}.m-endpoint .endpoint-body.delete{border-color:var(--red)}.m-endpoint .endpoint-body.put{border-color:var(--orange)}.m-endpoint .endpoint-body.post{border-color:var(--green)}.m-endpoint .endpoint-body.get{border-color:var(--blue)}.m-endpoint .endpoint-body.head,.m-endpoint .endpoint-body.options,.m-endpoint .endpoint-body.patch{border-color:var(--yellow)}.m-endpoint .endpoint-body.deprecated{border-color:var(--border-color);filter:opacity(.6)}.endpoint-head .deprecated{color:var(--light-fg);filter:opacity(.6)}.summary{padding:8px 8px}.summary .title{font-size:calc(var(--font-size-regular) + 2px);margin-bottom:6px;word-break:break-all}.method{padding:2px 5px;vertical-align:middle;font-size:var(--font-size-small);height:calc(var(--font-size-small) + 16px);line-height:calc(var(--font-size-small) + 8px);width:60px;border-radius:2px;display:inline-block;text-align:center;font-weight:700;text-transform:uppercase;margin-right:5px}.method.delete{border:2px solid var(--red)}.method.put{border:2px solid var(--orange)}.method.post{border:2px solid var(--green)}.method.get{border:2px solid var(--blue)}.method.get.deprecated{border:2px solid var(--border-color)}.method.head,.method.options,.method.patch{border:2px solid var(--yellow)}.req-resp-container{display:flex;margin-top:16px;align-items:stretch;flex-wrap:wrap;flex-direction:column;border-top:1px solid var(--light-border-color)}.view-mode-request,api-response.view-mode{flex:1;min-height:100px;padding:16px 8px;overflow:hidden}.view-mode-request{border-width:0 0 1px 0;border-style:dashed}.head .view-mode-request,.options .view-mode-request,.patch .view-mode-request{border-color:var(--yellow)}.put .view-mode-request{border-color:var(--orange)}.post .view-mode-request{border-color:var(--green)}.get .view-mode-request{border-color:var(--blue)}.delete .view-mode-request{border-color:var(--red)}@media only screen and (min-width:1024px){.only-large-screen{display:block}.endpoint-head .path{font-size:var(--font-size-regular)}.endpoint-head .descr{display:flex}.descr .m-markdown-small,.endpoint-head .m-markdown-small{display:block}.req-resp-container{flex-direction:var(--layout,row);flex-wrap:nowrap}api-response.view-mode{padding:16px}.view-mode-request.row-layout{border-width:0 1px 0 0;padding:16px}.summary{padding:8px 16px}}`,Me=J`code[class*=language-],pre[class*=language-]{text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;tab-size:2;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-]{white-space:normal}.token.block-comment,.token.cdata,.token.comment,.token.doctype,.token.prolog{color:var(--light-fg)}.token.punctuation{color:var(--fg)}.token.attr-name,.token.deleted,.token.namespace,.token.tag{color:var(--pink)}.token.function-name{color:var(--blue)}.token.boolean,.token.function,.token.number{color:var(--red)}.token.class-name,.token.constant,.token.property,.token.symbol{color:var(--code-property-color)}.token.atrule,.token.builtin,.token.important,.token.keyword,.token.selector{color:var(--code-keyword-color)}.token.attr-value,.token.char,.token.regex,.token.string,.token.variable{color:var(--green)}.token.entity,.token.operator,.token.url{color:var(--code-operator-color)}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.token.inserted{color:green}`,He=J`.tab-panel{border:none}.tab-buttons{height:30px;border-bottom:1px solid var(--light-border-color);align-items:stretch;overflow-y:hidden;overflow-x:auto;scrollbar-width:thin}.tab-buttons::-webkit-scrollbar{height:1px;background-color:var(--border-color)}.tab-btn{border:none;border-bottom:3px solid transparent;color:var(--light-fg);background-color:transparent;white-space:nowrap;cursor:pointer;outline:0;font-family:var(--font-regular);font-size:var(--font-size-small);margin-right:16px;padding:1px}.tab-btn.active{border-bottom:3px solid var(--primary-color);font-weight:700;color:var(--primary-color)}.tab-btn:hover{color:var(--primary-color)}.tab-content{margin:-1px 0 0 0;position:relative}`,Ve=J`.nav-bar{width:0;height:100%;overflow:hidden;color:var(--nav-text-color);background-color:var(--nav-bg-color);background-blend-mode:multiply;line-height:calc(var(--font-size-small) + 4px);display:none;position:relative;flex-direction:column;flex-wrap:nowrap;word-break:break-word}::slotted([slot=nav-logo]){padding:16px 16px 0 16px}.nav-scroll{overflow-x:hidden;overflow-y:auto;overflow-y:overlay;scrollbar-width:thin;scrollbar-color:var(--nav-hover-bg-color) transparent}.nav-bar-tag{display:flex;align-items:center;justify-content:space-between;flex-direction:row}.nav-bar.read .nav-bar-tag-icon{display:none}.nav-bar-tag-icon{color:var(--nav-text-color);font-size:20px}.nav-bar-tag-icon:hover{color:var(--nav-hover-text-color)}.nav-bar.focused .nav-bar-tag-and-paths.collapsed .nav-bar-paths-under-tag{display:none}.nav-bar.focused .nav-bar-tag-and-paths.collapsed .nav-bar-tag-icon::after{content:'⌵';width:16px;height:16px;text-align:center;display:inline-block;transform:rotate(270deg)}.nav-bar.focused .nav-bar-tag-and-paths.expanded .nav-bar-tag-icon::after{content:'⌵';width:16px;height:16px;text-align:center;display:inline-block}.nav-scroll::-webkit-scrollbar{width:var(--scroll-bar-width,8px)}.nav-scroll::-webkit-scrollbar-track{background:0 0}.nav-scroll::-webkit-scrollbar-thumb{background-color:var(--nav-hover-bg-color)}.nav-bar-tag{font-size:var(--font-size-regular);color:var(--nav-accent-color);border-left:4px solid transparent;font-weight:700;padding:15px 15px 15px 10px;text-transform:capitalize}.nav-bar-components,.nav-bar-h1,.nav-bar-h2,.nav-bar-info,.nav-bar-path,.nav-bar-tag{display:flex;cursor:pointer;border-left:4px solid transparent}.nav-bar-h1,.nav-bar-h2,.nav-bar-path{font-size:calc(var(--font-size-small) + 1px);padding:var(--nav-item-padding)}.nav-bar-path.small-font{font-size:var(--font-size-small)}.nav-bar-info{font-size:var(--font-size-regular);padding:16px 10px;font-weight:700}.nav-bar-section{display:flex;flex-direction:row;justify-content:space-between;font-size:var(--font-size-small);color:var(--nav-text-color);padding:var(--nav-item-padding);font-weight:700}.nav-bar-section.operations{cursor:pointer}.nav-bar-section.operations:hover{color:var(--nav-hover-text-color);background-color:var(--nav-hover-bg-color)}.nav-bar-section:first-child{display:none}.nav-bar-h2{margin-left:12px}.nav-bar-h1.active,.nav-bar-h2.active,.nav-bar-info.active,.nav-bar-path.active,.nav-bar-section.operations.active,.nav-bar-tag.active{border-left:4px solid var(--nav-accent-color);color:var(--nav-hover-text-color)}.nav-bar-h1:hover,.nav-bar-h2:hover,.nav-bar-info:hover,.nav-bar-path:hover,.nav-bar-tag:hover{color:var(--nav-hover-text-color);background-color:var(--nav-hover-bg-color)}`,We=J`#api-info{font-size:calc(var(--font-size-regular) - 1px);margin-top:8px margin-left: -15px}#api-info span:before{content:"|";display:inline-block;opacity:.5;width:15px;text-align:center}#api-info span:first-child:before{content:"";width:0}`,Ge=J``;const Ke=/[\s#:?&={}]/g,Je="_rapidoc_api_key";function Ye(e){return new Promise((t=>setTimeout(t,e)))}function Ze(e,t){const r=t.currentTarget,n=document.createElement("textarea");n.value=e,n.style.position="fixed",document.body.appendChild(n),n.focus(),n.select();try{document.execCommand("copy"),r.innerText="Copied",setTimeout((()=>{r.innerText="Copy"}),5e3)}catch(e){console.error("Unable to copy",e)}document.body.removeChild(n)}function Qe(e,t,r="includes"){if("includes"===r){return`${t.method} ${t.path} ${t.summary||t.description||""} ${t.operationId||""}`.toLowerCase().includes(e.toLowerCase())}return new RegExp(e,"i").test(`${t.method} ${t.path}`)}function Xe(e,t=new Set){return e?(Object.keys(e).forEach((r=>{var n;if(t.add(r),e[r].properties)Xe(e[r].properties,t);else if(null!==(n=e[r].items)&&void 0!==n&&n.properties){var a;Xe(null===(a=e[r].items)||void 0===a?void 0:a.properties,t)}})),t):t}function et(e,t){if(e){const r=document.createElement("a");document.body.appendChild(r),r.style="display: none",r.href=e,r.download=t,r.click(),r.remove()}}function tt(e){if(e){const t=document.createElement("a");document.body.appendChild(t),t.style="display: none",t.href=e,t.target="_blank",t.click(),t.remove()}}var rt=r(764).Buffer;function nt(e){if(e.__esModule)return e;var t=Object.defineProperty({},"__esModule",{value:!0});return Object.keys(e).forEach((function(r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})})),t}var at=function(e){return e&&e.Math==Math&&e},ot=at("object"==typeof globalThis&&globalThis)||at("object"==typeof window&&window)||at("object"==typeof self&&self)||at("object"==typeof ot&&ot)||function(){return this}()||Function("return this")(),it=function(e){try{return!!e()}catch(e){return!0}},st=!it((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")})),lt=st,ct=Function.prototype,pt=ct.apply,ut=ct.call,dt="object"==typeof Reflect&&Reflect.apply||(lt?ut.bind(pt):function(){return ut.apply(pt,arguments)}),ht=st,ft=Function.prototype,mt=ft.bind,yt=ft.call,gt=ht&&mt.bind(yt,yt),vt=ht?function(e){return e&>(e)}:function(e){return e&&function(){return yt.apply(e,arguments)}},bt=function(e){return"function"==typeof e},xt={},wt=!it((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),St=st,kt=Function.prototype.call,$t=St?kt.bind(kt):function(){return kt.apply(kt,arguments)},At={},Et={}.propertyIsEnumerable,Ot=Object.getOwnPropertyDescriptor,Tt=Ot&&!Et.call({1:2},1);At.f=Tt?function(e){var t=Ot(this,e);return!!t&&t.enumerable}:Et;var _t,Ct,jt=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},It=vt,Pt=It({}.toString),Rt=It("".slice),Lt=function(e){return Rt(Pt(e),8,-1)},Nt=vt,Ft=it,Dt=Lt,Bt=ot.Object,zt=Nt("".split),qt=Ft((function(){return!Bt("z").propertyIsEnumerable(0)}))?function(e){return"String"==Dt(e)?zt(e,""):Bt(e)}:Bt,Ut=ot.TypeError,Mt=function(e){if(null==e)throw Ut("Can't call method on "+e);return e},Ht=qt,Vt=Mt,Wt=function(e){return Ht(Vt(e))},Gt=bt,Kt=function(e){return"object"==typeof e?null!==e:Gt(e)},Jt={},Yt=Jt,Zt=ot,Qt=bt,Xt=function(e){return Qt(e)?e:void 0},er=function(e,t){return arguments.length<2?Xt(Yt[e])||Xt(Zt[e]):Yt[e]&&Yt[e][t]||Zt[e]&&Zt[e][t]},tr=vt({}.isPrototypeOf),rr=er("navigator","userAgent")||"",nr=ot,ar=rr,or=nr.process,ir=nr.Deno,sr=or&&or.versions||ir&&ir.version,lr=sr&&sr.v8;lr&&(Ct=(_t=lr.split("."))[0]>0&&_t[0]<4?1:+(_t[0]+_t[1])),!Ct&&ar&&(!(_t=ar.match(/Edge\/(\d+)/))||_t[1]>=74)&&(_t=ar.match(/Chrome\/(\d+)/))&&(Ct=+_t[1]);var cr=Ct,pr=cr,ur=it,dr=!!Object.getOwnPropertySymbols&&!ur((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&pr&&pr<41})),hr=dr&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,fr=er,mr=bt,yr=tr,gr=hr,vr=ot.Object,br=gr?function(e){return"symbol"==typeof e}:function(e){var t=fr("Symbol");return mr(t)&&yr(t.prototype,vr(e))},xr=ot.String,wr=function(e){try{return xr(e)}catch(e){return"Object"}},Sr=bt,kr=wr,$r=ot.TypeError,Ar=function(e){if(Sr(e))return e;throw $r(kr(e)+" is not a function")},Er=Ar,Or=function(e,t){var r=e[t];return null==r?void 0:Er(r)},Tr=$t,_r=bt,Cr=Kt,jr=ot.TypeError,Ir={exports:{}},Pr=ot,Rr=Object.defineProperty,Lr=function(e,t){try{Rr(Pr,e,{value:t,configurable:!0,writable:!0})}catch(r){Pr[e]=t}return t},Nr="__core-js_shared__",Fr=ot[Nr]||Lr(Nr,{}),Dr=Fr;(Ir.exports=function(e,t){return Dr[e]||(Dr[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.21.1",mode:"pure",copyright:"© 2014-2022 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.21.1/LICENSE",source:"https://github.com/zloirock/core-js"});var Br=Mt,zr=ot.Object,qr=function(e){return zr(Br(e))},Ur=qr,Mr=vt({}.hasOwnProperty),Hr=Object.hasOwn||function(e,t){return Mr(Ur(e),t)},Vr=vt,Wr=0,Gr=Math.random(),Kr=Vr(1..toString),Jr=function(e){return"Symbol("+(void 0===e?"":e)+")_"+Kr(++Wr+Gr,36)},Yr=ot,Zr=Ir.exports,Qr=Hr,Xr=Jr,en=dr,tn=hr,rn=Zr("wks"),nn=Yr.Symbol,an=nn&&nn.for,on=tn?nn:nn&&nn.withoutSetter||Xr,sn=function(e){if(!Qr(rn,e)||!en&&"string"!=typeof rn[e]){var t="Symbol."+e;en&&Qr(nn,e)?rn[e]=nn[e]:rn[e]=tn&&an?an(t):on(t)}return rn[e]},ln=$t,cn=Kt,pn=br,un=Or,dn=function(e,t){var r,n;if("string"===t&&_r(r=e.toString)&&!Cr(n=Tr(r,e)))return n;if(_r(r=e.valueOf)&&!Cr(n=Tr(r,e)))return n;if("string"!==t&&_r(r=e.toString)&&!Cr(n=Tr(r,e)))return n;throw jr("Can't convert object to primitive value")},hn=sn,fn=ot.TypeError,mn=hn("toPrimitive"),yn=function(e,t){if(!cn(e)||pn(e))return e;var r,n=un(e,mn);if(n){if(void 0===t&&(t="default"),r=ln(n,e,t),!cn(r)||pn(r))return r;throw fn("Can't convert object to primitive value")}return void 0===t&&(t="number"),dn(e,t)},gn=br,vn=function(e){var t=yn(e,"string");return gn(t)?t:t+""},bn=Kt,xn=ot.document,wn=bn(xn)&&bn(xn.createElement),Sn=function(e){return wn?xn.createElement(e):{}},kn=Sn,$n=!wt&&!it((function(){return 7!=Object.defineProperty(kn("div"),"a",{get:function(){return 7}}).a})),An=wt,En=$t,On=At,Tn=jt,_n=Wt,Cn=vn,jn=Hr,In=$n,Pn=Object.getOwnPropertyDescriptor;xt.f=An?Pn:function(e,t){if(e=_n(e),t=Cn(t),In)try{return Pn(e,t)}catch(e){}if(jn(e,t))return Tn(!En(On.f,e,t),e[t])};var Rn=it,Ln=bt,Nn=/#|\.prototype\./,Fn=function(e,t){var r=Bn[Dn(e)];return r==qn||r!=zn&&(Ln(t)?Rn(t):!!t)},Dn=Fn.normalize=function(e){return String(e).replace(Nn,".").toLowerCase()},Bn=Fn.data={},zn=Fn.NATIVE="N",qn=Fn.POLYFILL="P",Un=Fn,Mn=Ar,Hn=st,Vn=vt(vt.bind),Wn=function(e,t){return Mn(e),void 0===t?e:Hn?Vn(e,t):function(){return e.apply(t,arguments)}},Gn={},Kn=wt&&it((function(){return 42!=Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype})),Jn=ot,Yn=Kt,Zn=Jn.String,Qn=Jn.TypeError,Xn=function(e){if(Yn(e))return e;throw Qn(Zn(e)+" is not an object")},ea=wt,ta=$n,ra=Kn,na=Xn,aa=vn,oa=ot.TypeError,ia=Object.defineProperty,sa=Object.getOwnPropertyDescriptor,la="enumerable",ca="configurable",pa="writable";Gn.f=ea?ra?function(e,t,r){if(na(e),t=aa(t),na(r),"function"==typeof e&&"prototype"===t&&"value"in r&&pa in r&&!r.writable){var n=sa(e,t);n&&n.writable&&(e[t]=r.value,r={configurable:ca in r?r.configurable:n.configurable,enumerable:la in r?r.enumerable:n.enumerable,writable:!1})}return ia(e,t,r)}:ia:function(e,t,r){if(na(e),t=aa(t),na(r),ta)try{return ia(e,t,r)}catch(e){}if("get"in r||"set"in r)throw oa("Accessors not supported");return"value"in r&&(e[t]=r.value),e};var ua=Gn,da=jt,ha=wt?function(e,t,r){return ua.f(e,t,da(1,r))}:function(e,t,r){return e[t]=r,e},fa=ot,ma=dt,ya=vt,ga=bt,va=xt.f,ba=Un,xa=Jt,wa=Wn,Sa=ha,ka=Hr,$a=function(e){var t=function(r,n,a){if(this instanceof t){switch(arguments.length){case 0:return new e;case 1:return new e(r);case 2:return new e(r,n)}return new e(r,n,a)}return ma(e,this,arguments)};return t.prototype=e.prototype,t},Aa=function(e,t){var r,n,a,o,i,s,l,c,p=e.target,u=e.global,d=e.stat,h=e.proto,f=u?fa:d?fa[p]:(fa[p]||{}).prototype,m=u?xa:xa[p]||Sa(xa,p,{})[p],y=m.prototype;for(a in t)r=!ba(u?a:p+(d?".":"#")+a,e.forced)&&f&&ka(f,a),i=m[a],r&&(s=e.noTargetGet?(c=va(f,a))&&c.value:f[a]),o=r&&s?s:t[a],r&&typeof i==typeof o||(l=e.bind&&r?wa(o,fa):e.wrap&&r?$a(o):h&&ga(o)?ya(o):o,(e.sham||o&&o.sham||i&&i.sham)&&Sa(l,"sham",!0),Sa(m,a,l),h&&(ka(xa,n=p+"Prototype")||Sa(xa,n,{}),Sa(xa[n],a,o),e.real&&y&&!y[a]&&Sa(y,a,o)))},Ea=Math.ceil,Oa=Math.floor,Ta=function(e){var t=+e;return t!=t||0===t?0:(t>0?Oa:Ea)(t)},_a=Ta,Ca=Math.max,ja=Math.min,Ia=function(e,t){var r=_a(e);return r<0?Ca(r+t,0):ja(r,t)},Pa=Ta,Ra=Math.min,La=function(e){return e>0?Ra(Pa(e),9007199254740991):0},Na=La,Fa=function(e){return Na(e.length)},Da=Wt,Ba=Ia,za=Fa,qa=function(e){return function(t,r,n){var a,o=Da(t),i=za(o),s=Ba(n,i);if(e&&r!=r){for(;i>s;)if((a=o[s++])!=a)return!0}else for(;i>s;s++)if((e||s in o)&&o[s]===r)return e||s||0;return!e&&-1}},Ua={includes:qa(!0),indexOf:qa(!1)},Ma={},Ha=Hr,Va=Wt,Wa=Ua.indexOf,Ga=Ma,Ka=vt([].push),Ja=function(e,t){var r,n=Va(e),a=0,o=[];for(r in n)!Ha(Ga,r)&&Ha(n,r)&&Ka(o,r);for(;t.length>a;)Ha(n,r=t[a++])&&(~Wa(o,r)||Ka(o,r));return o},Ya=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],Za=Ja,Qa=Ya,Xa=Object.keys||function(e){return Za(e,Qa)},eo=qr,to=Xa;Aa({target:"Object",stat:!0,forced:it((function(){to(1)}))},{keys:function(e){return to(eo(e))}});var ro=Jt.Object.keys,no=ro,ao=Lt,oo=Array.isArray||function(e){return"Array"==ao(e)},io={};io[sn("toStringTag")]="z";var so="[object z]"===String(io),lo=ot,co=so,po=bt,uo=Lt,ho=sn("toStringTag"),fo=lo.Object,mo="Arguments"==uo(function(){return arguments}()),yo=co?uo:function(e){var t,r,n;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(r=function(e,t){try{return e[t]}catch(e){}}(t=fo(e),ho))?r:mo?uo(t):"Object"==(n=uo(t))&&po(t.callee)?"Arguments":n},go=yo,vo=ot.String,bo=function(e){if("Symbol"===go(e))throw TypeError("Cannot convert a Symbol value to a string");return vo(e)},xo={},wo=wt,So=Kn,ko=Gn,$o=Xn,Ao=Wt,Eo=Xa;xo.f=wo&&!So?Object.defineProperties:function(e,t){$o(e);for(var r,n=Ao(t),a=Eo(t),o=a.length,i=0;o>i;)ko.f(e,r=a[i++],n[r]);return e};var Oo,To=er("document","documentElement"),_o=Ir.exports,Co=Jr,jo=_o("keys"),Io=function(e){return jo[e]||(jo[e]=Co(e))},Po=Xn,Ro=xo,Lo=Ya,No=Ma,Fo=To,Do=Sn,Bo=Io("IE_PROTO"),zo=function(){},qo=function(e){return" + + + + + + \ No newline at end of file diff --git a/internal/app/api/core/assets/tpl/prt_footer.gohtml b/internal/app/api/core/assets/tpl/prt_footer.gohtml new file mode 100644 index 0000000..ff70e6b --- /dev/null +++ b/internal/app/api/core/assets/tpl/prt_footer.gohtml @@ -0,0 +1,5 @@ +
    \ No newline at end of file diff --git a/internal/app/api/core/assets/tpl/prt_nav.gohtml b/internal/app/api/core/assets/tpl/prt_nav.gohtml new file mode 100644 index 0000000..9337daf --- /dev/null +++ b/internal/app/api/core/assets/tpl/prt_nav.gohtml @@ -0,0 +1,11 @@ + \ No newline at end of file diff --git a/internal/app/api/core/assets/tpl/rapidoc.gohtml b/internal/app/api/core/assets/tpl/rapidoc.gohtml new file mode 100644 index 0000000..cdff0cf --- /dev/null +++ b/internal/app/api/core/assets/tpl/rapidoc.gohtml @@ -0,0 +1,29 @@ + + + + + + + + + + +

    + Copyright © WireGuard Portal {{$.Year}}, version {{$.Version}} +

    +

    + WireGuard Portal API documentation +

    +
    + + \ No newline at end of file diff --git a/internal/app/api/core/frontend-dist/assets/ProfileView-d2140a6a.js b/internal/app/api/core/frontend-dist/assets/ProfileView-d2140a6a.js new file mode 100644 index 0000000..e6ad326 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ProfileView-d2140a6a.js @@ -0,0 +1 @@ +import{d as F,B as z,C as _,a as v,b,A as P,s as w,r as $,p as x,o as r,h as d,q as y,D,E,i as e,t as c,j as I,v as O,x as l,m,k as h,F as g,n as k,y as S,z as U,G as N}from"./index-86f5a28a.js";const C="/user",L=F({id:"profile",state:()=>({peers:[],stats:{},statsEnabled:!1,user:{},filter:"",pageSize:10,pageOffset:0,pages:[],fetching:!1}),getters:{FindPeers:t=>a=>t.peers.find(i=>i.Identifier===a),CountPeers:t=>t.peers.length,FilteredPeerCount:t=>t.FilteredPeers.length,Peers:t=>t.peers,FilteredPeers:t=>t.filter?t.peers.filter(a=>a.DisplayName.includes(t.filter)||a.Identifier.includes(t.filter)):t.peers,FilteredAndPagedPeers:t=>t.FilteredPeers.slice(t.pageOffset,t.pageOffset+t.pageSize),isFetching:t=>t.fetching,hasNextPage:t=>t.pageOffsett.pageOffset>0,currentPage:t=>t.pageOffset/t.pageSize+1,Statistics:t=>a=>t.statsEnabled&&a in t.stats?t.stats[a]:z(),hasStatistics:t=>t.statsEnabled},actions:{afterPageSizeChange(){this.pageOffset=0,this.calculatePages()},calculatePages(){let t=1;this.pages=[];for(let a=0;a{this.setPeers([]),console.log("Failed to load user peers for ",t,": ",a),P({title:"Backend Connection Failure",text:"Failed to load user peers!"})})},async LoadStats(){this.fetching=!0;let t=_().user.Identifier;return v.get(`${C}/${b(t)}/stats`).then(this.setStats).catch(a=>{this.setStats(void 0),console.log("Failed to load peer stats: ",a),P({title:"Backend Connection Failure",text:"Failed to load peer stats!"})})},async LoadUser(){this.fetching=!0;let t=_().user.Identifier;return v.get(`${C}/${b(t)}`).then(this.setUser).catch(a=>{this.setUser({}),console.log("Failed to load user for ",t,": ",a),P({title:"Backend Connection Failure",text:"Failed to load user!"})})}}}),B={class:"mt-4 row"},V={class:"col-12 col-lg-5"},A={class:"mt-2"},M={class:"col-12 col-lg-4 text-lg-end"},T={class:"form-group d-inline"},W={class:"input-group mb-3"},j=["placeholder"],q=["title"],G=e("i",{class:"fa-solid fa-search"},null,-1),H=[G],K={class:"col-12 col-lg-3 text-lg-end"},J=["title"],Q=e("i",{class:"fa fa-plus me-1"},null,-1),X=e("i",{class:"fa fa-user"},null,-1),Y=[Q,X],Z={class:"mt-2 table-responsive"},R={key:0},ee={key:1,id:"peerTable",class:"table table-sm"},te={scope:"col"},se=["title"],ie=e("th",{scope:"col"},null,-1),le={scope:"col"},ae={scope:"col"},oe={key:0,scope:"col"},ne={scope:"col"},re=e("th",{scope:"col"},null,-1),de=e("th",{scope:"row"},[e("input",{id:"flexCheckDefault",class:"form-check-input",type:"checkbox",value:""})],-1),ce={class:"text-center"},he={key:0,class:"text-danger"},ue=["title"],fe={key:1,class:"text-warning"},pe=["title"],ge=["title"],_e=["title"],ve={key:0},be={key:0},Pe=e("span",{class:"badge rounded-pill bg-success"},[e("i",{class:"fa-solid fa-link"})],-1),me=["title"],ke={key:1},Se=e("span",{class:"badge rounded-pill bg-light"},[e("i",{class:"fa-solid fa-link-slash"})],-1),Ce=[Se],$e={class:"text-center"},ye=["title","onClick"],Ie=e("i",{class:"fas fa-eye me-2"},null,-1),Fe=[Ie],ze=["title","onClick"],we=e("i",{class:"fas fa-cog"},null,-1),xe=[we],De=e("hr",null,null,-1),Ee={class:"mt-3"},Oe={class:"row"},Ue={class:"col-6"},Ne={class:"pagination pagination-sm"},Le=["onClick"],Be={class:"col-6"},Ve={class:"form-group row"},Ae={class:"col-sm-6 col-form-label text-end",for:"paginationSelector"},Me={class:"col-sm-6"},Te=e("option",{value:"10"},"10",-1),We=e("option",{value:"25"},"25",-1),je=e("option",{value:"50"},"50",-1),qe=e("option",{value:"100"},"100",-1),Ge={value:"999999999"},Ke={__name:"ProfileView",setup(t){const a=w(),i=L(),p=$(""),u=$("");return x(async()=>{await i.LoadUser(),await i.LoadPeers(),await i.LoadStats()}),(o,n)=>(r(),d(g,null,[y(D,{peerId:p.value,visible:p.value!=="",onClose:n[0]||(n[0]=s=>p.value="")},null,8,["peerId","visible"]),y(E,{peerId:u.value,visible:u.value!=="",onClose:n[1]||(n[1]=s=>u.value="")},null,8,["peerId","visible"]),e("div",B,[e("div",V,[e("h2",A,c(o.$t("profile.headline")),1)]),e("div",M,[e("div",T,[e("div",W,[I(e("input",{"onUpdate:modelValue":n[2]||(n[2]=s=>l(i).filter=s),class:"form-control",placeholder:o.$t("general.search.placeholder"),type:"text",onKeyup:n[3]||(n[3]=(...s)=>l(i).afterPageSizeChange&&l(i).afterPageSizeChange(...s))},null,40,j),[[O,l(i).filter]]),e("button",{class:"input-group-text btn btn-primary",title:o.$t("general.search.button")},H,8,q)])])]),e("div",K,[l(a).Setting("SelfProvisioning")?(r(),d("a",{key:0,class:"btn btn-primary ms-2",href:"#",title:o.$t("general.search.button-add-peer"),onClick:n[4]||(n[4]=m(s=>u.value="#NEW#",["prevent"]))},Y,8,J)):h("",!0)])]),e("div",Z,[l(i).CountPeers===0?(r(),d("div",R,[e("h4",null,c(o.$t("profile.no-peer.headline")),1),e("p",null,c(o.$t("profile.no-peer.abstract")),1)])):h("",!0),l(i).CountPeers!==0?(r(),d("table",ee,[e("thead",null,[e("tr",null,[e("th",te,[e("input",{id:"flexCheckDefault",class:"form-check-input",title:o.$t("general.select-all"),type:"checkbox",value:""},null,8,se)]),ie,e("th",le,c(o.$t("profile.table-heading.name")),1),e("th",ae,c(o.$t("profile.table-heading.ip")),1),l(i).hasStatistics?(r(),d("th",oe,c(o.$t("profile.table-heading.stats")),1)):h("",!0),e("th",ne,c(o.$t("profile.table-heading.interface")),1),re])]),e("tbody",null,[(r(!0),d(g,null,k(l(i).FilteredAndPagedPeers,s=>(r(),d("tr",{key:s.Identifier},[de,e("td",ce,[s.Disabled?(r(),d("span",he,[e("i",{class:"fa fa-circle-xmark",title:s.DisabledReason},null,8,ue)])):h("",!0),!s.Disabled&&s.ExpiresAt?(r(),d("span",fe,[e("i",{class:"fas fa-hourglass-end",title:s.ExpiresAt},null,8,pe)])):h("",!0)]),e("td",null,[s.DisplayName?(r(),d("span",{key:0,title:s.Identifier},c(s.DisplayName),9,ge)):(r(),d("span",{key:1,title:s.Identifier},c(o.$filters.truncate(s.Identifier,10)),9,_e))]),e("td",null,[(r(!0),d(g,null,k(s.Addresses,f=>(r(),d("span",{key:f,class:"badge rounded-pill bg-light"},c(f),1))),128))]),l(i).hasStatistics?(r(),d("td",ve,[l(i).Statistics(s.Identifier).IsConnected?(r(),d("div",be,[Pe,N(),e("span",{title:o.peers.Statistics(s.Identifier).LastHandshake},c(o.$t("profile.peer-connected")),9,me)])):(r(),d("div",ke,Ce))])):h("",!0),e("td",null,c(s.InterfaceIdentifier),1),e("td",$e,[e("a",{href:"#",title:o.$t("profile.button-show-peer"),onClick:m(f=>p.value=s.Identifier,["prevent"])},Fe,8,ye),e("a",{href:"#",title:o.$t("profile.button-edit-peer"),onClick:m(f=>u.value=s.Identifier,["prevent"])},xe,8,ze)])]))),128))])])):h("",!0)]),De,e("div",Ee,[e("div",Oe,[e("div",Ue,[e("ul",Ne,[e("li",{class:S([{disabled:l(i).pageOffset===0},"page-item"])},[e("a",{class:"page-link",onClick:n[5]||(n[5]=(...s)=>l(i).previousPage&&l(i).previousPage(...s))},"«")],2),(r(!0),d(g,null,k(l(i).pages,s=>(r(),d("li",{key:s,class:S([{active:l(i).currentPage===s},"page-item"])},[e("a",{class:"page-link",onClick:f=>l(i).gotoPage(s)},c(s),9,Le)],2))),128)),e("li",{class:S([{disabled:!l(i).hasNextPage},"page-item"])},[e("a",{class:"page-link",onClick:n[6]||(n[6]=(...s)=>l(i).nextPage&&l(i).nextPage(...s))},"»")],2)])]),e("div",Be,[e("div",Ve,[e("label",Ae,c(o.$t("general.pagination.size"))+":",1),e("div",Me,[I(e("select",{"onUpdate:modelValue":n[7]||(n[7]=s=>l(i).pageSize=s),class:"form-select",onClick:n[8]||(n[8]=s=>l(i).afterPageSizeChange())},[Te,We,je,qe,e("option",Ge,c(o.$t("general.pagination.all")),1)],512),[[U,l(i).pageSize,void 0,{number:!0}]])])])])])])],64))}};export{Ke as default}; diff --git a/internal/app/api/core/frontend-dist/assets/UserView-e0476ed5.js b/internal/app/api/core/frontend-dist/assets/UserView-e0476ed5.js new file mode 100644 index 0000000..f192f06 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/UserView-e0476ed5.js @@ -0,0 +1 @@ +import{d as R,a as y,A as U,b as D,u as A,c as P,r as E,w as B,o as u,e as M,f as S,_ as W,g as V,h as c,i as e,t as s,j as _,v as b,k as v,l as L,m as k,F as C,n as F,s as T,p as H,q as O,x as f,y as z,z as j}from"./index-86f5a28a.js";const w="/user",N=R({id:"users",state:()=>({userPeers:[],users:[],filter:"",pageSize:10,pageOffset:0,pages:[],fetching:!1}),getters:{Find:t=>o=>t.users.find(h=>h.Identifier===o),Count:t=>t.users.length,FilteredCount:t=>t.Filtered.length,All:t=>t.users,Peers:t=>t.userPeers,Filtered:t=>t.filter?t.users.filter(o=>o.Firstname.includes(t.filter)||o.Lastname.includes(t.filter)||o.Email.includes(t.filter)||o.Identifier.includes(t.filter)):t.users,FilteredAndPaged:t=>t.Filtered.slice(t.pageOffset,t.pageOffset+t.pageSize),isFetching:t=>t.fetching,hasNextPage:t=>t.pageOffsett.pageOffset>0,currentPage:t=>t.pageOffset/t.pageSize+1},actions:{afterPageSizeChange(){this.pageOffset=0,this.calculatePages()},calculatePages(){let t=1;this.pages=[];for(let o=0;o{this.setUsers([]),console.log("Failed to load users: ",t),U({title:"Backend Connection Failure",text:"Failed to load users!"})})},async DeleteUser(t){return this.fetching=!0,y.delete(`${w}/${D(t)}`).then(()=>{this.users=this.users.filter(o=>o.Identifier!==t),this.fetching=!1}).catch(o=>{throw this.fetching=!1,console.log(o),new Error(o)})},async UpdateUser(t,o){return this.fetching=!0,y.put(`${w}/${D(t)}`,o).then(h=>{let g=this.users.findIndex(r=>r.Identifier===t);this.users[g]=h,this.fetching=!1}).catch(h=>{throw this.fetching=!1,console.log(h),new Error(h)})},async CreateUser(t){return this.fetching=!0,y.post(`${w}/new`,t).then(o=>{this.users.push(o),this.fetching=!1}).catch(o=>{throw this.fetching=!1,console.log(o),new Error(o)})},async LoadUserPeers(t){return this.fetching=!0,y.get(`${w}/${D(t)}/peers`).then(this.setUserPeers).catch(o=>{this.setUserPeers([]),console.log("Failed to load user peers for ",t,": ",o),U({title:"Backend Connection Failure",text:"Failed to load user peers!"})})}}}),q={key:0},K={class:"mt-4"},G={key:0,class:"form-group"},J={class:"form-label mt-4"},Q=["placeholder"],X={class:"form-group"},Y={class:"form-label mt-4"},Z=["placeholder"],x={key:1,class:"form-group"},ee={class:"form-label mt-4"},se=["placeholder"],te={key:0,id:"passwordHelp",class:"form-text text-muted"},le={key:1},oe={class:"mt-4"},ae={class:"form-group"},ie={class:"form-label mt-4"},ne=["placeholder"],re={class:"row"},de={class:"form-group col-md-6"},ue={class:"form-label mt-4"},ce=["placeholder"],he={class:"form-group col-md-6"},pe={class:"form-label mt-4"},me=["placeholder"],fe={class:"row"},ve={class:"form-group col-md-6"},_e={class:"form-label mt-4"},ge=["placeholder"],be={class:"form-group col-md-6"},$e={class:"form-label mt-4"},ke=["placeholder"],ye={class:"mt-4"},we={class:"form-group"},Pe={class:"form-label mt-4"},Ce={class:"mt-4"},Ie={class:"form-check form-switch"},Ue={class:"form-check-label"},Se={class:"form-check form-switch"},Fe={class:"form-check-label"},De={key:0,class:"form-check form-switch"},Ve={class:"form-check-label"},Le={class:"flex-fill text-start"},ze=["onClick"],Ee=["onClick"],Ne=["onClick"],Oe={__name:"UserEditModal",props:{userId:String,visible:Boolean},emits:["close"],setup(t,{emit:o}){const h=t,{t:g}=A(),r=N(),a=P(()=>r.Find(h.userId)),n=P(()=>h.visible?a.value?g("modals.user-edit.headline-edit")+" "+a.value.Identifier:g("modals.user-edit.headline-new"):""),l=E(V());B(()=>h.visible,async(i,d)=>{d===!1&&i===!0&&(a.value?(l.value.Identifier=a.value.Identifier,l.value.Email=a.value.Email,l.value.Source=a.value.Source,l.value.IsAdmin=a.value.IsAdmin,l.value.Firstname=a.value.Firstname,l.value.Lastname=a.value.Lastname,l.value.Phone=a.value.Phone,l.value.Department=a.value.Department,l.value.Notes=a.value.Notes,l.value.Password="",l.value.Disabled=a.value.Disabled):l.value=V())});function $(){l.value=V(),o("close")}async function p(){try{h.userId!=="#NEW#"?await r.UpdateUser(a.value.Identifier,l.value):await r.CreateUser(l.value),$()}catch(i){U({title:"Failed to save user!",text:i.toString(),type:"error"})}}async function I(){try{await r.DeleteUser(a.value.Identifier),$()}catch(i){U({title:"Failed to delete user!",text:i.toString(),type:"error"})}}return(i,d)=>(u(),M(W,{title:n.value,visible:t.visible,onClose:$},{default:S(()=>[l.value.Source==="db"?(u(),c("fieldset",q,[e("legend",K,s(i.$t("modals.user-edit.header-general")),1),h.userId==="#NEW#"?(u(),c("div",G,[e("label",J,s(i.$t("modals.user-edit.identifier.label")),1),_(e("input",{"onUpdate:modelValue":d[0]||(d[0]=m=>l.value.Identifier=m),class:"form-control",placeholder:i.$t("modals.user-edit.identifier.placeholder"),type:"text"},null,8,Q),[[b,l.value.Identifier]])])):v("",!0),e("div",X,[e("label",Y,s(i.$t("modals.user-edit.source.label")),1),_(e("input",{"onUpdate:modelValue":d[1]||(d[1]=m=>l.value.Source=m),class:"form-control",disabled:"disabled",placeholder:i.$t("modals.user-edit.source.placeholder"),type:"text"},null,8,Z),[[b,l.value.Source]])]),l.value.Source==="db"?(u(),c("div",x,[e("label",ee,s(i.$t("modals.user-edit.password.label")),1),_(e("input",{"onUpdate:modelValue":d[2]||(d[2]=m=>l.value.Password=m),"aria-describedby":"passwordHelp",class:"form-control",placeholder:i.$t("modals.user-edit.password.placeholder"),type:"text"},null,8,se),[[b,l.value.Password]]),h.userId!=="#NEW#"?(u(),c("small",te,s(i.$t("modals.user-edit.password.description")),1)):v("",!0)])):v("",!0)])):v("",!0),l.value.Source==="db"?(u(),c("fieldset",le,[e("legend",oe,s(i.$t("modals.user-edit.header-personal")),1),e("div",ae,[e("label",ie,s(i.$t("modals.user-edit.email.label")),1),_(e("input",{"onUpdate:modelValue":d[3]||(d[3]=m=>l.value.Email=m),class:"form-control",placeholder:i.$t("modals.user-edit.email.placeholder"),type:"email"},null,8,ne),[[b,l.value.Email]])]),e("div",re,[e("div",de,[e("label",ue,s(i.$t("modals.user-edit.firstname.label")),1),_(e("input",{"onUpdate:modelValue":d[4]||(d[4]=m=>l.value.Firstname=m),class:"form-control",placeholder:i.$t("modals.user-edit.firstname.placeholder"),type:"text"},null,8,ce),[[b,l.value.Firstname]])]),e("div",he,[e("label",pe,s(i.$t("modals.user-edit.lastname.label")),1),_(e("input",{"onUpdate:modelValue":d[5]||(d[5]=m=>l.value.Lastname=m),class:"form-control",placeholder:i.$t("modals.user-edit.lastname.placeholder"),type:"text"},null,8,me),[[b,l.value.Lastname]])])]),e("div",fe,[e("div",ve,[e("label",_e,s(i.$t("modals.user-edit.phone.label")),1),_(e("input",{"onUpdate:modelValue":d[6]||(d[6]=m=>l.value.Phone=m),class:"form-control",placeholder:i.$t("modals.user-edit.phone.placeholder"),type:"text"},null,8,ge),[[b,l.value.Phone]])]),e("div",be,[e("label",$e,s(i.$t("modals.user-edit.department.label")),1),_(e("input",{"onUpdate:modelValue":d[7]||(d[7]=m=>l.value.Department=m),class:"form-control",placeholder:i.$t("modals.user-edit.department.placeholder"),type:"text"},null,8,ke),[[b,l.value.Department]])])])])):v("",!0),e("fieldset",null,[e("legend",ye,s(i.$t("modals.user-edit.header-notes")),1),e("div",we,[e("label",Pe,s(i.$t("modals.user-edit.notes.label")),1),_(e("textarea",{"onUpdate:modelValue":d[8]||(d[8]=m=>l.value.Notes=m),class:"form-control",rows:"2"},null,512),[[b,l.value.Notes]])])]),e("fieldset",null,[e("legend",Ce,s(i.$t("modals.user-edit.header-state")),1),e("div",Ie,[_(e("input",{"onUpdate:modelValue":d[9]||(d[9]=m=>l.value.Disabled=m),class:"form-check-input",type:"checkbox"},null,512),[[L,l.value.Disabled]]),e("label",Ue,s(i.$t("modals.user-edit.disabled.label")),1)]),e("div",Se,[_(e("input",{"onUpdate:modelValue":d[10]||(d[10]=m=>l.value.Locked=m),class:"form-check-input",type:"checkbox"},null,512),[[L,l.value.Locked]]),e("label",Fe,s(i.$t("modals.user-edit.locked.label")),1)]),l.value.Source==="db"?(u(),c("div",De,[_(e("input",{"onUpdate:modelValue":d[11]||(d[11]=m=>l.value.IsAdmin=m),checked:"",class:"form-check-input",type:"checkbox"},null,512),[[L,l.value.IsAdmin]]),e("label",Ve,s(i.$t("modals.user-edit.admin.label")),1)])):v("",!0)])]),footer:S(()=>[e("div",Le,[h.userId!=="#NEW#"&&l.value.Source==="db"?(u(),c("button",{key:0,class:"btn btn-danger me-1",type:"button",onClick:k(I,["prevent"])},s(i.$t("general.delete")),9,ze)):v("",!0)]),e("button",{class:"btn btn-primary me-1",type:"button",onClick:k(p,["prevent"])},s(i.$t("general.save")),9,Ee),e("button",{class:"btn btn-secondary",type:"button",onClick:k($,["prevent"])},s(i.$t("general.close")),9,Ne)]),_:1},8,["title","visible"]))}},Ae={class:"nav nav-tabs"},Be={class:"nav-item"},Me={class:"nav-link active","data-bs-toggle":"tab",href:"#user"},We={class:"nav-item"},Re={class:"nav-link","data-bs-toggle":"tab",href:"#peers"},Te={id:"interfaceTabs",class:"tab-content"},He={id:"user",class:"tab-pane fade active show"},je={class:"list-group list-group-flush"},qe={class:"list-group-item"},Ke={class:"table table-sm table-borderless device-status-table"},Ge={key:0},Je={key:1},Qe={key:0,class:"list-group-item"},Xe={class:"table table-sm table-borderless device-status-table"},Ye={id:"peers",class:"tab-pane fade"},Ze={key:0,class:"list-group list-group-flush"},xe={class:"list-group-item"},es={key:1,id:"peerTable",class:"table table-sm"},ss={scope:"col"},ts={scope:"col"},ls={scope:"col"},os=e("th",{scope:"col"},null,-1),as=["onClick"],is={__name:"UserViewModal",props:{userId:String,visible:Boolean},emits:["close"],setup(t,{emit:o}){const h=t,{t:g}=A(),r=N(),a=P(()=>{let p=r.Find(h.userId);return p||{}}),n=P(()=>h.visible?g("modals.user-view.headline")+" "+a.value.Identifier:""),l=P(()=>r.Peers);B(()=>h.visible,async(p,I)=>{I===!1&&p===!0&&await r.LoadUserPeers(a.value.Identifier)});function $(){o("close")}return(p,I)=>(u(),M(W,{title:n.value,visible:t.visible,onClose:$},{default:S(()=>[e("ul",Ae,[e("li",Be,[e("a",Me,s(p.$t("modals.user-view.tab-user")),1)]),e("li",We,[e("a",Re,s(p.$t("modals.user-view.tab-peers")),1)])]),e("div",Te,[e("div",He,[e("ul",je,[e("li",qe,[e("h4",null,s(p.$t("modals.user-view.headline-info")),1),e("table",Ke,[e("tbody",null,[e("tr",null,[e("td",null,s(p.$t("modals.user-view.email"))+":",1),e("td",null,s(a.value.Email),1)]),e("tr",null,[e("td",null,s(p.$t("modals.user-view.firstname"))+":",1),e("td",null,s(a.value.Firstname),1)]),e("tr",null,[e("td",null,s(p.$t("modals.user-view.lastname"))+":",1),e("td",null,s(a.value.Lastname),1)]),e("tr",null,[e("td",null,s(p.$t("modals.user-view.phone"))+":",1),e("td",null,s(a.value.Phone),1)]),e("tr",null,[e("td",null,s(p.$t("modals.user-view.department"))+":",1),e("td",null,s(a.value.Department),1)]),a.value.Disabled?(u(),c("tr",Ge,[e("td",null,s(p.$t("modals.user-view.disabled"))+":",1),e("td",null,s(a.value.DisabledReason),1)])):v("",!0),a.value.Locked?(u(),c("tr",Je,[e("td",null,s(p.$t("modals.user-view.locked"))+":",1),e("td",null,s(a.value.LockedReason),1)])):v("",!0)])])]),a.value.Notes?(u(),c("li",Qe,[e("h4",null,s(p.$t("modals.user-view.headline-notes")),1),e("table",Xe,[e("tbody",null,[e("tr",null,[e("td",null,s(a.value.Notes),1)])])])])):v("",!0)])]),e("div",Ye,[l.value.length===0?(u(),c("ul",Ze,[e("li",xe,s(p.$t("modals.user-view.no-peers")),1)])):v("",!0),l.value.length!==0?(u(),c("table",es,[e("thead",null,[e("tr",null,[e("th",ss,s(p.$t("modals.user-view.peers.name")),1),e("th",ts,s(p.$t("modals.user-view.peers.interface")),1),e("th",ls,s(p.$t("modals.user-view.peers.ip")),1),os])]),e("tbody",null,[(u(!0),c(C,null,F(l.value,i=>(u(),c("tr",{key:i.Identifier},[e("td",null,s(i.DisplayName),1),e("td",null,s(i.InterfaceIdentifier),1),e("td",null,[(u(!0),c(C,null,F(i.Addresses,d=>(u(),c("span",{key:d,class:"badge pill bg-light"},s(d),1))),128))])]))),128))])])):v("",!0)])])]),footer:S(()=>[e("button",{class:"btn btn-primary",type:"button",onClick:k($,["prevent"])},s(p.$t("general.close")),9,as)]),_:1},8,["title","visible"]))}},ns={class:"mt-4 row"},rs={class:"col-12 col-lg-5"},ds={class:"col-12 col-lg-4 text-lg-end"},us={class:"form-group d-inline"},cs={class:"input-group mb-3"},hs=["placeholder"],ps=["title"],ms=e("i",{class:"fa-solid fa-search"},null,-1),fs=[ms],vs={class:"col-12 col-lg-3 text-lg-end"},_s=["title"],gs=e("i",{class:"fa fa-plus me-1"},null,-1),bs=e("i",{class:"fa fa-user"},null,-1),$s=[gs,bs],ks={class:"mt-2 table-responsive"},ys={key:0},ws={key:1,id:"userTable",class:"table table-sm"},Ps={scope:"col"},Cs=["title"],Is=e("th",{scope:"col"},null,-1),Us={scope:"col"},Ss={scope:"col"},Fs={scope:"col"},Ds={scope:"col"},Vs={class:"text-center",scope:"col"},Ls={class:"text-center",scope:"col"},zs={class:"text-center",scope:"col"},Es=e("th",{scope:"col"},null,-1),Ns=e("th",{scope:"row"},[e("input",{id:"flexCheckDefault",class:"form-check-input",type:"checkbox",value:""})],-1),Os={class:"text-center"},As=["title"],Bs=e("i",{class:"fa fa-circle-xmark"},null,-1),Ms=[Bs],Ws=["title"],Rs=e("i",{class:"fas fa-lock"},null,-1),Ts=[Rs],Hs={class:"text-center"},js={class:"badge rounded-pill bg-light"},qs={class:"text-center"},Ks={class:"text-center"},Gs=["title"],Js=e("i",{class:"fa fa-check-circle"},null,-1),Qs=[Js],Xs={key:1},Ys=["title"],Zs={class:"text-center"},xs=["title","onClick"],et=e("i",{class:"fas fa-eye me-2"},null,-1),st=[et],tt=["title","onClick"],lt=e("i",{class:"fas fa-cog me-2"},null,-1),ot=[lt],at=e("hr",null,null,-1),it={class:"mt-3"},nt={class:"row"},rt={class:"col-6"},dt={class:"pagination pagination-sm"},ut=["onClick"],ct={class:"col-6"},ht={class:"form-group row"},pt={class:"col-sm-6 col-form-label text-end",for:"paginationSelector"},mt={class:"col-sm-6"},ft=e("option",{value:"10"},"10",-1),vt=e("option",{value:"25"},"25",-1),_t=e("option",{value:"50"},"50",-1),gt=e("option",{value:"100"},"100",-1),bt={value:"999999999"},kt={__name:"UserView",setup(t){T();const o=N(),h=E(""),g=E("");return H(()=>{o.LoadUsers()}),(r,a)=>(u(),c(C,null,[O(Oe,{userId:h.value,visible:h.value!=="",onClose:a[0]||(a[0]=n=>h.value="")},null,8,["userId","visible"]),O(is,{userId:g.value,visible:g.value!=="",onClose:a[1]||(a[1]=n=>g.value="")},null,8,["userId","visible"]),e("div",ns,[e("div",rs,[e("h1",null,s(r.$t("users.headline")),1)]),e("div",ds,[e("div",us,[e("div",cs,[_(e("input",{"onUpdate:modelValue":a[2]||(a[2]=n=>f(o).filter=n),class:"form-control",placeholder:r.$t("general.search.placeholder"),type:"text",onKeyup:a[3]||(a[3]=(...n)=>f(o).afterPageSizeChange&&f(o).afterPageSizeChange(...n))},null,40,hs),[[b,f(o).filter]]),e("button",{class:"input-group-text btn btn-primary",title:r.$t("general.search.button")},fs,8,ps)])])]),e("div",vs,[e("a",{class:"btn btn-primary ms-2",href:"#",title:r.$t("users.button-add-user"),onClick:a[4]||(a[4]=k(n=>h.value="#NEW#",["prevent"]))},$s,8,_s)])]),e("div",ks,[f(o).Count===0?(u(),c("div",ys,[e("h4",null,s(r.$t("users.no-user.headline")),1),e("p",null,s(r.$t("users.no-user.abstract")),1)])):v("",!0),f(o).Count!==0?(u(),c("table",ws,[e("thead",null,[e("tr",null,[e("th",Ps,[e("input",{id:"flexCheckDefault",class:"form-check-input",title:r.$t("general.select-all"),type:"checkbox",value:""},null,8,Cs)]),Is,e("th",Us,s(r.$t("users.table-heading.id")),1),e("th",Ss,s(r.$t("users.table-heading.email")),1),e("th",Fs,s(r.$t("users.table-heading.firstname")),1),e("th",Ds,s(r.$t("users.table-heading.lastname")),1),e("th",Vs,s(r.$t("users.table-heading.source")),1),e("th",Ls,s(r.$t("users.table-heading.peers")),1),e("th",zs,s(r.$t("users.table-heading.admin")),1),Es])]),e("tbody",null,[(u(!0),c(C,null,F(f(o).FilteredAndPaged,n=>(u(),c("tr",{key:n.Identifier},[Ns,e("td",Os,[n.Disabled?(u(),c("span",{key:0,class:"text-danger",title:r.$t("users.user-disabled")+" "+n.DisabledReason},Ms,8,As)):v("",!0),n.Locked?(u(),c("span",{key:1,class:"text-danger",title:r.$t("users.user-locked")+" "+n.LockedReason},Ts,8,Ws)):v("",!0)]),e("td",null,s(n.Identifier),1),e("td",null,s(n.Email),1),e("td",null,s(n.Firstname),1),e("td",null,s(n.Lastname),1),e("td",Hs,[e("span",js,s(n.Source),1)]),e("td",qs,s(n.PeerCount),1),e("td",Ks,[n.IsAdmin?(u(),c("span",{key:0,class:"text-danger",title:r.$t("users.admin")},Qs,8,Gs)):(u(),c("span",Xs,[e("i",{class:"fa fa-circle-xmark",title:r.$t("users.no-admin")},null,8,Ys)]))]),e("td",Zs,[e("a",{href:"#",title:r.$t("users.button-show-user"),onClick:k(l=>g.value=n.Identifier,["prevent"])},st,8,xs),e("a",{href:"#",title:r.$t("users.button-edit-user"),onClick:k(l=>h.value=n.Identifier,["prevent"])},ot,8,tt)])]))),128))])])):v("",!0)]),at,e("div",it,[e("div",nt,[e("div",rt,[e("ul",dt,[e("li",{class:z([{disabled:f(o).pageOffset===0},"page-item"])},[e("a",{class:"page-link",onClick:a[5]||(a[5]=(...n)=>f(o).previousPage&&f(o).previousPage(...n))},"«")],2),(u(!0),c(C,null,F(f(o).pages,n=>(u(),c("li",{key:n,class:z([{active:f(o).currentPage===n},"page-item"])},[e("a",{class:"page-link",onClick:l=>f(o).gotoPage(n)},s(n),9,ut)],2))),128)),e("li",{class:z([{disabled:!f(o).hasNextPage},"page-item"])},[e("a",{class:"page-link",onClick:a[6]||(a[6]=(...n)=>f(o).nextPage&&f(o).nextPage(...n))},"»")],2)])]),e("div",ct,[e("div",ht,[e("label",pt,s(r.$t("general.pagination.size"))+":",1),e("div",mt,[_(e("select",{"onUpdate:modelValue":a[7]||(a[7]=n=>f(o).pageSize=n),class:"form-select",onClick:a[8]||(a[8]=n=>f(o).afterPageSizeChange())},[ft,vt,_t,gt,e("option",bt,s(r.$t("general.pagination.all")),1)],512),[[j,f(o).pageSize,void 0,{number:!0}]])])])])])])],64))}};export{kt as default}; diff --git a/internal/app/api/core/frontend-dist/assets/ac-7f066d2b.svg b/internal/app/api/core/frontend-dist/assets/ac-7f066d2b.svg new file mode 100644 index 0000000..3840caf --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ac-7f066d2b.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ac-a4ddad70.svg b/internal/app/api/core/frontend-dist/assets/ac-a4ddad70.svg new file mode 100644 index 0000000..1a6d508 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ac-a4ddad70.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ad-399354a9.svg b/internal/app/api/core/frontend-dist/assets/ad-399354a9.svg new file mode 100644 index 0000000..f1d7fde --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ad-399354a9.svg @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ad-e411c81d.svg b/internal/app/api/core/frontend-dist/assets/ad-e411c81d.svg new file mode 100644 index 0000000..726f981 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ad-e411c81d.svg @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ae-534fefed.svg b/internal/app/api/core/frontend-dist/assets/ae-534fefed.svg new file mode 100644 index 0000000..058c16e --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ae-534fefed.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ae-e646ea13.svg b/internal/app/api/core/frontend-dist/assets/ae-e646ea13.svg new file mode 100644 index 0000000..b7acdbd --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ae-e646ea13.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/af-318f28f1.svg b/internal/app/api/core/frontend-dist/assets/af-318f28f1.svg new file mode 100644 index 0000000..6e75539 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/af-318f28f1.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/af-6c420329.svg b/internal/app/api/core/frontend-dist/assets/af-6c420329.svg new file mode 100644 index 0000000..04d064a --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/af-6c420329.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ag-84dd2f68.svg b/internal/app/api/core/frontend-dist/assets/ag-84dd2f68.svg new file mode 100644 index 0000000..59d73ff --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ag-84dd2f68.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ag-d4e7c300.svg b/internal/app/api/core/frontend-dist/assets/ag-d4e7c300.svg new file mode 100644 index 0000000..875f975 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ag-d4e7c300.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ai-2113432b.svg b/internal/app/api/core/frontend-dist/assets/ai-2113432b.svg new file mode 100644 index 0000000..cf91b39 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ai-2113432b.svg @@ -0,0 +1,758 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ai-61c43adb.svg b/internal/app/api/core/frontend-dist/assets/ai-61c43adb.svg new file mode 100644 index 0000000..a82f26e --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ai-61c43adb.svg @@ -0,0 +1,758 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/al-2253bcd8.svg b/internal/app/api/core/frontend-dist/assets/al-2253bcd8.svg new file mode 100644 index 0000000..d4c6d5d --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/al-2253bcd8.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/al-f9b79f25.svg b/internal/app/api/core/frontend-dist/assets/al-f9b79f25.svg new file mode 100644 index 0000000..4e7098f --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/al-f9b79f25.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/am-57edcffa.svg b/internal/app/api/core/frontend-dist/assets/am-57edcffa.svg new file mode 100644 index 0000000..a188adf --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/am-57edcffa.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/am-efb6cdaa.svg b/internal/app/api/core/frontend-dist/assets/am-efb6cdaa.svg new file mode 100644 index 0000000..99fa4dc --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/am-efb6cdaa.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ao-3c52ff53.svg b/internal/app/api/core/frontend-dist/assets/ao-3c52ff53.svg new file mode 100644 index 0000000..4dc39f6 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ao-3c52ff53.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ao-a296c39c.svg b/internal/app/api/core/frontend-dist/assets/ao-a296c39c.svg new file mode 100644 index 0000000..ba77036 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ao-a296c39c.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/aq-454424bf.svg b/internal/app/api/core/frontend-dist/assets/aq-454424bf.svg new file mode 100644 index 0000000..53840cc --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/aq-454424bf.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/aq-733794b7.svg b/internal/app/api/core/frontend-dist/assets/aq-733794b7.svg new file mode 100644 index 0000000..a4d9a20 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/aq-733794b7.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ar-49a0084b.svg b/internal/app/api/core/frontend-dist/assets/ar-49a0084b.svg new file mode 100644 index 0000000..d1810f2 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ar-49a0084b.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ar-92dd89b1.svg b/internal/app/api/core/frontend-dist/assets/ar-92dd89b1.svg new file mode 100644 index 0000000..1db3825 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ar-92dd89b1.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/as-0af12c4a.svg b/internal/app/api/core/frontend-dist/assets/as-0af12c4a.svg new file mode 100644 index 0000000..3c9c8b5 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/as-0af12c4a.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/as-a9ea837d.svg b/internal/app/api/core/frontend-dist/assets/as-a9ea837d.svg new file mode 100644 index 0000000..88e2ca5 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/as-a9ea837d.svg @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/at-2754ed2f.svg b/internal/app/api/core/frontend-dist/assets/at-2754ed2f.svg new file mode 100644 index 0000000..c282508 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/at-2754ed2f.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/at-9152f136.svg b/internal/app/api/core/frontend-dist/assets/at-9152f136.svg new file mode 100644 index 0000000..4736319 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/at-9152f136.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/au-01aa7963.svg b/internal/app/api/core/frontend-dist/assets/au-01aa7963.svg new file mode 100644 index 0000000..d0465a2 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/au-01aa7963.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/au-6cf0b0da.svg b/internal/app/api/core/frontend-dist/assets/au-6cf0b0da.svg new file mode 100644 index 0000000..407fef4 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/au-6cf0b0da.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/aw-0379172e.svg b/internal/app/api/core/frontend-dist/assets/aw-0379172e.svg new file mode 100644 index 0000000..6445b66 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/aw-0379172e.svg @@ -0,0 +1,186 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/aw-5e136f5b.svg b/internal/app/api/core/frontend-dist/assets/aw-5e136f5b.svg new file mode 100644 index 0000000..e840233 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/aw-5e136f5b.svg @@ -0,0 +1,186 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ax-140f94bb.svg b/internal/app/api/core/frontend-dist/assets/ax-140f94bb.svg new file mode 100644 index 0000000..43cd591 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ax-140f94bb.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ax-e2162713.svg b/internal/app/api/core/frontend-dist/assets/ax-e2162713.svg new file mode 100644 index 0000000..9f04648 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ax-e2162713.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/az-b942e12d.svg b/internal/app/api/core/frontend-dist/assets/az-b942e12d.svg new file mode 100644 index 0000000..8e56ef5 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/az-b942e12d.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/az-fef5c465.svg b/internal/app/api/core/frontend-dist/assets/az-fef5c465.svg new file mode 100644 index 0000000..eedd9e6 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/az-fef5c465.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ba-7fe2acc6.svg b/internal/app/api/core/frontend-dist/assets/ba-7fe2acc6.svg new file mode 100644 index 0000000..7c30421 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ba-7fe2acc6.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ba-f7fbd614.svg b/internal/app/api/core/frontend-dist/assets/ba-f7fbd614.svg new file mode 100644 index 0000000..28184da --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ba-f7fbd614.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/bb-20bd0c90.svg b/internal/app/api/core/frontend-dist/assets/bb-20bd0c90.svg new file mode 100644 index 0000000..026bb0a --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/bb-20bd0c90.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/bb-beaf3ae6.svg b/internal/app/api/core/frontend-dist/assets/bb-beaf3ae6.svg new file mode 100644 index 0000000..420a688 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/bb-beaf3ae6.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/bd-1aabb4a7.svg b/internal/app/api/core/frontend-dist/assets/bd-1aabb4a7.svg new file mode 100644 index 0000000..16b794d --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/bd-1aabb4a7.svg @@ -0,0 +1,4 @@ + + + + diff --git a/internal/app/api/core/frontend-dist/assets/bd-90f8f20e.svg b/internal/app/api/core/frontend-dist/assets/bd-90f8f20e.svg new file mode 100644 index 0000000..86fcfba --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/bd-90f8f20e.svg @@ -0,0 +1,4 @@ + + + + diff --git a/internal/app/api/core/frontend-dist/assets/be-42f09ed6.svg b/internal/app/api/core/frontend-dist/assets/be-42f09ed6.svg new file mode 100644 index 0000000..327f28f --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/be-42f09ed6.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/be-a2f62b54.svg b/internal/app/api/core/frontend-dist/assets/be-a2f62b54.svg new file mode 100644 index 0000000..31b9723 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/be-a2f62b54.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/bf-606b17ad.svg b/internal/app/api/core/frontend-dist/assets/bf-606b17ad.svg new file mode 100644 index 0000000..4713822 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/bf-606b17ad.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/bf-62cdc2bd.svg b/internal/app/api/core/frontend-dist/assets/bf-62cdc2bd.svg new file mode 100644 index 0000000..a5078df --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/bf-62cdc2bd.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/bg-40e29b66.svg b/internal/app/api/core/frontend-dist/assets/bg-40e29b66.svg new file mode 100644 index 0000000..16fe7e0 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/bg-40e29b66.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/bg-a2282477.svg b/internal/app/api/core/frontend-dist/assets/bg-a2282477.svg new file mode 100644 index 0000000..b100dd0 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/bg-a2282477.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/bh-102fe27e.svg b/internal/app/api/core/frontend-dist/assets/bh-102fe27e.svg new file mode 100644 index 0000000..2d131aa --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/bh-102fe27e.svg @@ -0,0 +1,4 @@ + + + + diff --git a/internal/app/api/core/frontend-dist/assets/bh-7a519f58.svg b/internal/app/api/core/frontend-dist/assets/bh-7a519f58.svg new file mode 100644 index 0000000..7a2ea54 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/bh-7a519f58.svg @@ -0,0 +1,4 @@ + + + + diff --git a/internal/app/api/core/frontend-dist/assets/bi-3e1ff149.svg b/internal/app/api/core/frontend-dist/assets/bi-3e1ff149.svg new file mode 100644 index 0000000..a37bc67 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/bi-3e1ff149.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/bi-46ceb5f8.svg b/internal/app/api/core/frontend-dist/assets/bi-46ceb5f8.svg new file mode 100644 index 0000000..db5df38 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/bi-46ceb5f8.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/bj-6f5043b4.svg b/internal/app/api/core/frontend-dist/assets/bj-6f5043b4.svg new file mode 100644 index 0000000..871c57e --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/bj-6f5043b4.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/bj-ab7b5a85.svg b/internal/app/api/core/frontend-dist/assets/bj-ab7b5a85.svg new file mode 100644 index 0000000..34c30b1 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/bj-ab7b5a85.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/bl-025f596f.svg b/internal/app/api/core/frontend-dist/assets/bl-025f596f.svg new file mode 100644 index 0000000..65550d9 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/bl-025f596f.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/bl-ec0bc216.svg b/internal/app/api/core/frontend-dist/assets/bl-ec0bc216.svg new file mode 100644 index 0000000..79689fe --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/bl-ec0bc216.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/bm-d0a9f672.svg b/internal/app/api/core/frontend-dist/assets/bm-d0a9f672.svg new file mode 100644 index 0000000..0dca49b --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/bm-d0a9f672.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/bm-def86a14.svg b/internal/app/api/core/frontend-dist/assets/bm-def86a14.svg new file mode 100644 index 0000000..330d5ec --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/bm-def86a14.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/bn-07740542.svg b/internal/app/api/core/frontend-dist/assets/bn-07740542.svg new file mode 100644 index 0000000..19f15fa --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/bn-07740542.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/bn-db17f97a.svg b/internal/app/api/core/frontend-dist/assets/bn-db17f97a.svg new file mode 100644 index 0000000..afad727 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/bn-db17f97a.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/bo-4806a8c7.svg b/internal/app/api/core/frontend-dist/assets/bo-4806a8c7.svg new file mode 100644 index 0000000..5f1311a --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/bo-4806a8c7.svg @@ -0,0 +1,678 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/bo-63594b20.svg b/internal/app/api/core/frontend-dist/assets/bo-63594b20.svg new file mode 100644 index 0000000..391e226 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/bo-63594b20.svg @@ -0,0 +1,676 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/bq-23881e6c.svg b/internal/app/api/core/frontend-dist/assets/bq-23881e6c.svg new file mode 100644 index 0000000..0e6bc76 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/bq-23881e6c.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/bq-83723941.svg b/internal/app/api/core/frontend-dist/assets/bq-83723941.svg new file mode 100644 index 0000000..4b9168e --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/bq-83723941.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/br-ce7e334e.svg b/internal/app/api/core/frontend-dist/assets/br-ce7e334e.svg new file mode 100644 index 0000000..6c854ac --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/br-ce7e334e.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/br-fc872e71.svg b/internal/app/api/core/frontend-dist/assets/br-fc872e71.svg new file mode 100644 index 0000000..354a701 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/br-fc872e71.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/bs-90305318.svg b/internal/app/api/core/frontend-dist/assets/bs-90305318.svg new file mode 100644 index 0000000..b26d476 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/bs-90305318.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/bs-ee46721d.svg b/internal/app/api/core/frontend-dist/assets/bs-ee46721d.svg new file mode 100644 index 0000000..6914138 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/bs-ee46721d.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/bt-84e84171.svg b/internal/app/api/core/frontend-dist/assets/bt-84e84171.svg new file mode 100644 index 0000000..0a9dfeb --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/bt-84e84171.svg @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/bt-dc7fe8fa.svg b/internal/app/api/core/frontend-dist/assets/bt-dc7fe8fa.svg new file mode 100644 index 0000000..cea6006 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/bt-dc7fe8fa.svg @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/bv-03917bba.svg b/internal/app/api/core/frontend-dist/assets/bv-03917bba.svg new file mode 100644 index 0000000..86431fc --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/bv-03917bba.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/bv-091fb966.svg b/internal/app/api/core/frontend-dist/assets/bv-091fb966.svg new file mode 100644 index 0000000..36fefad --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/bv-091fb966.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/bw-1fc9322c.svg b/internal/app/api/core/frontend-dist/assets/bw-1fc9322c.svg new file mode 100644 index 0000000..a1c8db0 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/bw-1fc9322c.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/bw-e1e15926.svg b/internal/app/api/core/frontend-dist/assets/bw-e1e15926.svg new file mode 100644 index 0000000..d276018 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/bw-e1e15926.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/by-b0ac20fe.svg b/internal/app/api/core/frontend-dist/assets/by-b0ac20fe.svg new file mode 100644 index 0000000..20ae52b --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/by-b0ac20fe.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/by-c74090d5.svg b/internal/app/api/core/frontend-dist/assets/by-c74090d5.svg new file mode 100644 index 0000000..9fd7121 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/by-c74090d5.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/bz-4085bcd0.svg b/internal/app/api/core/frontend-dist/assets/bz-4085bcd0.svg new file mode 100644 index 0000000..48bd0b0 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/bz-4085bcd0.svg @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/bz-c57817a5.svg b/internal/app/api/core/frontend-dist/assets/bz-c57817a5.svg new file mode 100644 index 0000000..fbc6d7c --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/bz-c57817a5.svg @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ca-5e8736c4.svg b/internal/app/api/core/frontend-dist/assets/ca-5e8736c4.svg new file mode 100644 index 0000000..84cde34 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ca-5e8736c4.svg @@ -0,0 +1,4 @@ + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ca-73bd9657.svg b/internal/app/api/core/frontend-dist/assets/ca-73bd9657.svg new file mode 100644 index 0000000..f1b2c96 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ca-73bd9657.svg @@ -0,0 +1,4 @@ + + + + diff --git a/internal/app/api/core/frontend-dist/assets/cc-eec3b923.svg b/internal/app/api/core/frontend-dist/assets/cc-eec3b923.svg new file mode 100644 index 0000000..d107bdc --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/cc-eec3b923.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/cc-f4e9b00e.svg b/internal/app/api/core/frontend-dist/assets/cc-f4e9b00e.svg new file mode 100644 index 0000000..c4457de --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/cc-f4e9b00e.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/cd-23f049df.svg b/internal/app/api/core/frontend-dist/assets/cd-23f049df.svg new file mode 100644 index 0000000..e106ddd --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/cd-23f049df.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/cd-620c7263.svg b/internal/app/api/core/frontend-dist/assets/cd-620c7263.svg new file mode 100644 index 0000000..4c804d8 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/cd-620c7263.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/cefta-803f454b.svg b/internal/app/api/core/frontend-dist/assets/cefta-803f454b.svg new file mode 100644 index 0000000..d66e18b --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/cefta-803f454b.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/cefta-fd94979b.svg b/internal/app/api/core/frontend-dist/assets/cefta-fd94979b.svg new file mode 100644 index 0000000..1fcc0aa --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/cefta-fd94979b.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/cf-3c6b6c0b.svg b/internal/app/api/core/frontend-dist/assets/cf-3c6b6c0b.svg new file mode 100644 index 0000000..667fc93 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/cf-3c6b6c0b.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/cf-cd11e360.svg b/internal/app/api/core/frontend-dist/assets/cf-cd11e360.svg new file mode 100644 index 0000000..fd30063 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/cf-cd11e360.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/cg-66f98bc1.svg b/internal/app/api/core/frontend-dist/assets/cg-66f98bc1.svg new file mode 100644 index 0000000..df4e316 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/cg-66f98bc1.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/cg-f8467d04.svg b/internal/app/api/core/frontend-dist/assets/cg-f8467d04.svg new file mode 100644 index 0000000..a290234 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/cg-f8467d04.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ch-ac676cd3.svg b/internal/app/api/core/frontend-dist/assets/ch-ac676cd3.svg new file mode 100644 index 0000000..b42d670 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ch-ac676cd3.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ch-be4b8257.svg b/internal/app/api/core/frontend-dist/assets/ch-be4b8257.svg new file mode 100644 index 0000000..52578bf --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ch-be4b8257.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ci-4ecfea70.svg b/internal/app/api/core/frontend-dist/assets/ci-4ecfea70.svg new file mode 100644 index 0000000..e400f0c --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ci-4ecfea70.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ci-c3f20b8e.svg b/internal/app/api/core/frontend-dist/assets/ci-c3f20b8e.svg new file mode 100644 index 0000000..2abf641 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ci-c3f20b8e.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ck-b17c039f.svg b/internal/app/api/core/frontend-dist/assets/ck-b17c039f.svg new file mode 100644 index 0000000..18e547b --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ck-b17c039f.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ck-e5457495.svg b/internal/app/api/core/frontend-dist/assets/ck-e5457495.svg new file mode 100644 index 0000000..43a1057 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ck-e5457495.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/cl-bde5c7c2.svg b/internal/app/api/core/frontend-dist/assets/cl-bde5c7c2.svg new file mode 100644 index 0000000..50218c8 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/cl-bde5c7c2.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/cl-dc9bc06f.svg b/internal/app/api/core/frontend-dist/assets/cl-dc9bc06f.svg new file mode 100644 index 0000000..7cc494d --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/cl-dc9bc06f.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/cm-db88be4b.svg b/internal/app/api/core/frontend-dist/assets/cm-db88be4b.svg new file mode 100644 index 0000000..d06f656 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/cm-db88be4b.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/cm-f351617f.svg b/internal/app/api/core/frontend-dist/assets/cm-f351617f.svg new file mode 100644 index 0000000..9233b92 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/cm-f351617f.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/cn-9f7f1ab6.svg b/internal/app/api/core/frontend-dist/assets/cn-9f7f1ab6.svg new file mode 100644 index 0000000..7f27dae --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/cn-9f7f1ab6.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/cn-c1f22841.svg b/internal/app/api/core/frontend-dist/assets/cn-c1f22841.svg new file mode 100644 index 0000000..2416236 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/cn-c1f22841.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/co-596558a2.svg b/internal/app/api/core/frontend-dist/assets/co-596558a2.svg new file mode 100644 index 0000000..5804bfe --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/co-596558a2.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/co-6bab3c96.svg b/internal/app/api/core/frontend-dist/assets/co-6bab3c96.svg new file mode 100644 index 0000000..ebd0a0f --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/co-6bab3c96.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/cp-582fc375.svg b/internal/app/api/core/frontend-dist/assets/cp-582fc375.svg new file mode 100644 index 0000000..c3157fb --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/cp-582fc375.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/cp-907b4b54.svg b/internal/app/api/core/frontend-dist/assets/cp-907b4b54.svg new file mode 100644 index 0000000..b3efb07 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/cp-907b4b54.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/cr-4775ef01.svg b/internal/app/api/core/frontend-dist/assets/cr-4775ef01.svg new file mode 100644 index 0000000..5a409ee --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/cr-4775ef01.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/cr-b70b33c4.svg b/internal/app/api/core/frontend-dist/assets/cr-b70b33c4.svg new file mode 100644 index 0000000..4e7889e --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/cr-b70b33c4.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/cu-34aa5ec2.svg b/internal/app/api/core/frontend-dist/assets/cu-34aa5ec2.svg new file mode 100644 index 0000000..f1f90d8 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/cu-34aa5ec2.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/cu-9d2a35ff.svg b/internal/app/api/core/frontend-dist/assets/cu-9d2a35ff.svg new file mode 100644 index 0000000..528ebac --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/cu-9d2a35ff.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/cv-237307fe.svg b/internal/app/api/core/frontend-dist/assets/cv-237307fe.svg new file mode 100644 index 0000000..381985a --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/cv-237307fe.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/cv-a855505a.svg b/internal/app/api/core/frontend-dist/assets/cv-a855505a.svg new file mode 100644 index 0000000..cb8b597 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/cv-a855505a.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/cw-929063b2.svg b/internal/app/api/core/frontend-dist/assets/cw-929063b2.svg new file mode 100644 index 0000000..4294b5b --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/cw-929063b2.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/cw-a689736d.svg b/internal/app/api/core/frontend-dist/assets/cw-a689736d.svg new file mode 100644 index 0000000..88fddec --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/cw-a689736d.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/cx-81387568.svg b/internal/app/api/core/frontend-dist/assets/cx-81387568.svg new file mode 100644 index 0000000..44d3757 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/cx-81387568.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/cx-8c09357b.svg b/internal/app/api/core/frontend-dist/assets/cx-8c09357b.svg new file mode 100644 index 0000000..39fa9b0 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/cx-8c09357b.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/cy-aa9b4c30.svg b/internal/app/api/core/frontend-dist/assets/cy-aa9b4c30.svg new file mode 100644 index 0000000..b72473a --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/cy-aa9b4c30.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/cy-ed929efd.svg b/internal/app/api/core/frontend-dist/assets/cy-ed929efd.svg new file mode 100644 index 0000000..58d87e7 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/cy-ed929efd.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/cz-5a462b5f.svg b/internal/app/api/core/frontend-dist/assets/cz-5a462b5f.svg new file mode 100644 index 0000000..dcd0a6b --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/cz-5a462b5f.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/cz-d601fcc2.svg b/internal/app/api/core/frontend-dist/assets/cz-d601fcc2.svg new file mode 100644 index 0000000..7913de3 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/cz-d601fcc2.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/de-7318c9aa.svg b/internal/app/api/core/frontend-dist/assets/de-7318c9aa.svg new file mode 100644 index 0000000..b08334b --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/de-7318c9aa.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/de-d5f40046.svg b/internal/app/api/core/frontend-dist/assets/de-d5f40046.svg new file mode 100644 index 0000000..ccb5ff1 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/de-d5f40046.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/dg-07d28e0a.svg b/internal/app/api/core/frontend-dist/assets/dg-07d28e0a.svg new file mode 100644 index 0000000..7ab4111 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/dg-07d28e0a.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/dg-530a107e.svg b/internal/app/api/core/frontend-dist/assets/dg-530a107e.svg new file mode 100644 index 0000000..f101d52 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/dg-530a107e.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/dj-0a60922e.svg b/internal/app/api/core/frontend-dist/assets/dj-0a60922e.svg new file mode 100644 index 0000000..674d7ef --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/dj-0a60922e.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/dj-7baede08.svg b/internal/app/api/core/frontend-dist/assets/dj-7baede08.svg new file mode 100644 index 0000000..9530b06 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/dj-7baede08.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/dk-4d7c9c44.svg b/internal/app/api/core/frontend-dist/assets/dk-4d7c9c44.svg new file mode 100644 index 0000000..5aaaa19 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/dk-4d7c9c44.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/dk-d2847c0b.svg b/internal/app/api/core/frontend-dist/assets/dk-d2847c0b.svg new file mode 100644 index 0000000..563277f --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/dk-d2847c0b.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/dm-4ac56c6b.svg b/internal/app/api/core/frontend-dist/assets/dm-4ac56c6b.svg new file mode 100644 index 0000000..0bcf5b2 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/dm-4ac56c6b.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/dm-5758b806.svg b/internal/app/api/core/frontend-dist/assets/dm-5758b806.svg new file mode 100644 index 0000000..7fa4dd8 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/dm-5758b806.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/do-302ada56.svg b/internal/app/api/core/frontend-dist/assets/do-302ada56.svg new file mode 100644 index 0000000..76dd8e4 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/do-302ada56.svg @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/do-dd35c806.svg b/internal/app/api/core/frontend-dist/assets/do-dd35c806.svg new file mode 100644 index 0000000..df21264 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/do-dd35c806.svg @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/dz-73f56cc7.svg b/internal/app/api/core/frontend-dist/assets/dz-73f56cc7.svg new file mode 100644 index 0000000..8abcd25 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/dz-73f56cc7.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/dz-9ea0cf93.svg b/internal/app/api/core/frontend-dist/assets/dz-9ea0cf93.svg new file mode 100644 index 0000000..5ff29a7 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/dz-9ea0cf93.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ea-bb4ff4a8.svg b/internal/app/api/core/frontend-dist/assets/ea-bb4ff4a8.svg new file mode 100644 index 0000000..bab6a69 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ea-bb4ff4a8.svg @@ -0,0 +1,547 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ea-e86d317d.svg b/internal/app/api/core/frontend-dist/assets/ea-e86d317d.svg new file mode 100644 index 0000000..d55c9b6 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ea-e86d317d.svg @@ -0,0 +1,544 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ec-73be1a4b.svg b/internal/app/api/core/frontend-dist/assets/ec-73be1a4b.svg new file mode 100644 index 0000000..65b7885 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ec-73be1a4b.svg @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ec-c1196d0f.svg b/internal/app/api/core/frontend-dist/assets/ec-c1196d0f.svg new file mode 100644 index 0000000..06495b9 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ec-c1196d0f.svg @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ee-1c30ac2c.svg b/internal/app/api/core/frontend-dist/assets/ee-1c30ac2c.svg new file mode 100644 index 0000000..36ea288 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ee-1c30ac2c.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ee-733a082e.svg b/internal/app/api/core/frontend-dist/assets/ee-733a082e.svg new file mode 100644 index 0000000..a921ce4 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ee-733a082e.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/eg-60288e26.svg b/internal/app/api/core/frontend-dist/assets/eg-60288e26.svg new file mode 100644 index 0000000..900abc6 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/eg-60288e26.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/eg-bc19c9ba.svg b/internal/app/api/core/frontend-dist/assets/eg-bc19c9ba.svg new file mode 100644 index 0000000..728538b --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/eg-bc19c9ba.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/eh-5661bb32.svg b/internal/app/api/core/frontend-dist/assets/eh-5661bb32.svg new file mode 100644 index 0000000..8743371 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/eh-5661bb32.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/eh-cd0c4d05.svg b/internal/app/api/core/frontend-dist/assets/eh-cd0c4d05.svg new file mode 100644 index 0000000..0f9d3c2 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/eh-cd0c4d05.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/er-21cdc1d1.svg b/internal/app/api/core/frontend-dist/assets/er-21cdc1d1.svg new file mode 100644 index 0000000..2705295 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/er-21cdc1d1.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/er-6e90ebb6.svg b/internal/app/api/core/frontend-dist/assets/er-6e90ebb6.svg new file mode 100644 index 0000000..8f04e39 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/er-6e90ebb6.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/es-6fe80291.svg b/internal/app/api/core/frontend-dist/assets/es-6fe80291.svg new file mode 100644 index 0000000..815e0f8 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/es-6fe80291.svg @@ -0,0 +1,544 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/es-ct-11229703.svg b/internal/app/api/core/frontend-dist/assets/es-ct-11229703.svg new file mode 100644 index 0000000..4d85911 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/es-ct-11229703.svg @@ -0,0 +1,4 @@ + + + + diff --git a/internal/app/api/core/frontend-dist/assets/es-ct-95f4033c.svg b/internal/app/api/core/frontend-dist/assets/es-ct-95f4033c.svg new file mode 100644 index 0000000..a06a2e3 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/es-ct-95f4033c.svg @@ -0,0 +1,4 @@ + + + + diff --git a/internal/app/api/core/frontend-dist/assets/es-edd3ba17.svg b/internal/app/api/core/frontend-dist/assets/es-edd3ba17.svg new file mode 100644 index 0000000..f9c9b4b --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/es-edd3ba17.svg @@ -0,0 +1,547 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/es-ga-0f1c2551.svg b/internal/app/api/core/frontend-dist/assets/es-ga-0f1c2551.svg new file mode 100644 index 0000000..cc52c84 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/es-ga-0f1c2551.svg @@ -0,0 +1,187 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/es-ga-1955fb3b.svg b/internal/app/api/core/frontend-dist/assets/es-ga-1955fb3b.svg new file mode 100644 index 0000000..bb1abbb --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/es-ga-1955fb3b.svg @@ -0,0 +1,187 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/es-pv-34a8c48a.svg b/internal/app/api/core/frontend-dist/assets/es-pv-34a8c48a.svg new file mode 100644 index 0000000..4a83268 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/es-pv-34a8c48a.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/internal/app/api/core/frontend-dist/assets/es-pv-fcbf89c6.svg b/internal/app/api/core/frontend-dist/assets/es-pv-fcbf89c6.svg new file mode 100644 index 0000000..0128915 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/es-pv-fcbf89c6.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/et-25b637b7.svg b/internal/app/api/core/frontend-dist/assets/et-25b637b7.svg new file mode 100644 index 0000000..0c62956 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/et-25b637b7.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/et-b2239ad7.svg b/internal/app/api/core/frontend-dist/assets/et-b2239ad7.svg new file mode 100644 index 0000000..7075040 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/et-b2239ad7.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/eu-605225b6.svg b/internal/app/api/core/frontend-dist/assets/eu-605225b6.svg new file mode 100644 index 0000000..f992981 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/eu-605225b6.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/eu-f8fd4ae7.svg b/internal/app/api/core/frontend-dist/assets/eu-f8fd4ae7.svg new file mode 100644 index 0000000..1bb04ec --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/eu-f8fd4ae7.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/fi-012edd98.svg b/internal/app/api/core/frontend-dist/assets/fi-012edd98.svg new file mode 100644 index 0000000..470be2d --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/fi-012edd98.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/fi-f4064089.svg b/internal/app/api/core/frontend-dist/assets/fi-f4064089.svg new file mode 100644 index 0000000..aba2ef3 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/fi-f4064089.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/fj-0243d39f.svg b/internal/app/api/core/frontend-dist/assets/fj-0243d39f.svg new file mode 100644 index 0000000..e2ca5b4 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/fj-0243d39f.svg @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/fj-f8b5b752.svg b/internal/app/api/core/frontend-dist/assets/fj-f8b5b752.svg new file mode 100644 index 0000000..2d7cd98 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/fj-f8b5b752.svg @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/fk-398be37e.svg b/internal/app/api/core/frontend-dist/assets/fk-398be37e.svg new file mode 100644 index 0000000..1156f36 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/fk-398be37e.svg @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/fk-4862e30d.svg b/internal/app/api/core/frontend-dist/assets/fk-4862e30d.svg new file mode 100644 index 0000000..8aeee57 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/fk-4862e30d.svg @@ -0,0 +1,90 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/fm-07fe66ad.svg b/internal/app/api/core/frontend-dist/assets/fm-07fe66ad.svg new file mode 100644 index 0000000..baa9668 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/fm-07fe66ad.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/fm-f7906ddc.svg b/internal/app/api/core/frontend-dist/assets/fm-f7906ddc.svg new file mode 100644 index 0000000..4077f47 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/fm-f7906ddc.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/fo-87270006.svg b/internal/app/api/core/frontend-dist/assets/fo-87270006.svg new file mode 100644 index 0000000..898f669 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/fo-87270006.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/fo-9b46d4a8.svg b/internal/app/api/core/frontend-dist/assets/fo-9b46d4a8.svg new file mode 100644 index 0000000..2a2b065 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/fo-9b46d4a8.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/fr-a459a088.svg b/internal/app/api/core/frontend-dist/assets/fr-a459a088.svg new file mode 100644 index 0000000..0946ba0 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/fr-a459a088.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ga-cb2951db.svg b/internal/app/api/core/frontend-dist/assets/ga-cb2951db.svg new file mode 100644 index 0000000..113a5b5 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ga-cb2951db.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ga-f7b775c4.svg b/internal/app/api/core/frontend-dist/assets/ga-f7b775c4.svg new file mode 100644 index 0000000..76edab4 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ga-f7b775c4.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/gb-4b739ae8.svg b/internal/app/api/core/frontend-dist/assets/gb-4b739ae8.svg new file mode 100644 index 0000000..b261273 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/gb-4b739ae8.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/gb-51a8613a.svg b/internal/app/api/core/frontend-dist/assets/gb-51a8613a.svg new file mode 100644 index 0000000..dbac25e --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/gb-51a8613a.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/gb-eng-2dd36838.svg b/internal/app/api/core/frontend-dist/assets/gb-eng-2dd36838.svg new file mode 100644 index 0000000..ee48fed --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/gb-eng-2dd36838.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/gb-eng-53797ba9.svg b/internal/app/api/core/frontend-dist/assets/gb-eng-53797ba9.svg new file mode 100644 index 0000000..12e3b67 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/gb-eng-53797ba9.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/gb-nir-14593385.svg b/internal/app/api/core/frontend-dist/assets/gb-nir-14593385.svg new file mode 100644 index 0000000..c4d2a85 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/gb-nir-14593385.svg @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/gb-nir-ae91c319.svg b/internal/app/api/core/frontend-dist/assets/gb-nir-ae91c319.svg new file mode 100644 index 0000000..e34b224 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/gb-nir-ae91c319.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/gb-sct-19ed371e.svg b/internal/app/api/core/frontend-dist/assets/gb-sct-19ed371e.svg new file mode 100644 index 0000000..44d38cc --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/gb-sct-19ed371e.svg @@ -0,0 +1,4 @@ + + + + diff --git a/internal/app/api/core/frontend-dist/assets/gb-sct-7b55bce7.svg b/internal/app/api/core/frontend-dist/assets/gb-sct-7b55bce7.svg new file mode 100644 index 0000000..f50cd32 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/gb-sct-7b55bce7.svg @@ -0,0 +1,4 @@ + + + + diff --git a/internal/app/api/core/frontend-dist/assets/gb-wls-3a95845d.svg b/internal/app/api/core/frontend-dist/assets/gb-wls-3a95845d.svg new file mode 100644 index 0000000..6e15fd0 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/gb-wls-3a95845d.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/gb-wls-d3c5b996.svg b/internal/app/api/core/frontend-dist/assets/gb-wls-d3c5b996.svg new file mode 100644 index 0000000..3126882 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/gb-wls-d3c5b996.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/gd-495e20bd.svg b/internal/app/api/core/frontend-dist/assets/gd-495e20bd.svg new file mode 100644 index 0000000..dad1107 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/gd-495e20bd.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/gd-b8fdff46.svg b/internal/app/api/core/frontend-dist/assets/gd-b8fdff46.svg new file mode 100644 index 0000000..97d87f4 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/gd-b8fdff46.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ge-3821d90a.svg b/internal/app/api/core/frontend-dist/assets/ge-3821d90a.svg new file mode 100644 index 0000000..d8126ec --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ge-3821d90a.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ge-c89af007.svg b/internal/app/api/core/frontend-dist/assets/ge-c89af007.svg new file mode 100644 index 0000000..a1c3808 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ge-c89af007.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/gf-41b1f103.svg b/internal/app/api/core/frontend-dist/assets/gf-41b1f103.svg new file mode 100644 index 0000000..a38c0ac --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/gf-41b1f103.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/internal/app/api/core/frontend-dist/assets/gg-3457d341.svg b/internal/app/api/core/frontend-dist/assets/gg-3457d341.svg new file mode 100644 index 0000000..e40a838 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/gg-3457d341.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/gg-f6ec0e51.svg b/internal/app/api/core/frontend-dist/assets/gg-f6ec0e51.svg new file mode 100644 index 0000000..23aca9e --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/gg-f6ec0e51.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/gh-4afd4198.svg b/internal/app/api/core/frontend-dist/assets/gh-4afd4198.svg new file mode 100644 index 0000000..84f4bab --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/gh-4afd4198.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/gh-86635202.svg b/internal/app/api/core/frontend-dist/assets/gh-86635202.svg new file mode 100644 index 0000000..a6497de --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/gh-86635202.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/gi-053a0a90.svg b/internal/app/api/core/frontend-dist/assets/gi-053a0a90.svg new file mode 100644 index 0000000..ded225d --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/gi-053a0a90.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/gi-05d68008.svg b/internal/app/api/core/frontend-dist/assets/gi-05d68008.svg new file mode 100644 index 0000000..64a69e8 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/gi-05d68008.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/gl-15a60b07.svg b/internal/app/api/core/frontend-dist/assets/gl-15a60b07.svg new file mode 100644 index 0000000..eb5a52e --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/gl-15a60b07.svg @@ -0,0 +1,4 @@ + + + + diff --git a/internal/app/api/core/frontend-dist/assets/gl-debe7773.svg b/internal/app/api/core/frontend-dist/assets/gl-debe7773.svg new file mode 100644 index 0000000..eaa817b --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/gl-debe7773.svg @@ -0,0 +1,4 @@ + + + + diff --git a/internal/app/api/core/frontend-dist/assets/gm-26a1fd6b.svg b/internal/app/api/core/frontend-dist/assets/gm-26a1fd6b.svg new file mode 100644 index 0000000..2fbcb19 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/gm-26a1fd6b.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/gm-726e760b.svg b/internal/app/api/core/frontend-dist/assets/gm-726e760b.svg new file mode 100644 index 0000000..2a8f724 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/gm-726e760b.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/gn-8d20e686.svg b/internal/app/api/core/frontend-dist/assets/gn-8d20e686.svg new file mode 100644 index 0000000..ae81f9d --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/gn-8d20e686.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/gn-ee01e7dd.svg b/internal/app/api/core/frontend-dist/assets/gn-ee01e7dd.svg new file mode 100644 index 0000000..40d6ad4 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/gn-ee01e7dd.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/gq-a3bf98e3.svg b/internal/app/api/core/frontend-dist/assets/gq-a3bf98e3.svg new file mode 100644 index 0000000..3fb086e --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/gq-a3bf98e3.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/gq-be2561d6.svg b/internal/app/api/core/frontend-dist/assets/gq-be2561d6.svg new file mode 100644 index 0000000..ba2acf2 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/gq-be2561d6.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/gr-a184070f.svg b/internal/app/api/core/frontend-dist/assets/gr-a184070f.svg new file mode 100644 index 0000000..599741e --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/gr-a184070f.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/gr-a4519d98.svg b/internal/app/api/core/frontend-dist/assets/gr-a4519d98.svg new file mode 100644 index 0000000..a268830 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/gr-a4519d98.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/gs-dcac009d.svg b/internal/app/api/core/frontend-dist/assets/gs-dcac009d.svg new file mode 100644 index 0000000..791bf01 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/gs-dcac009d.svg @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/gs-fd6ad76e.svg b/internal/app/api/core/frontend-dist/assets/gs-fd6ad76e.svg new file mode 100644 index 0000000..7e0692c --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/gs-fd6ad76e.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/gt-53d6bd19.svg b/internal/app/api/core/frontend-dist/assets/gt-53d6bd19.svg new file mode 100644 index 0000000..be45324 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/gt-53d6bd19.svg @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/gt-cb60868c.svg b/internal/app/api/core/frontend-dist/assets/gt-cb60868c.svg new file mode 100644 index 0000000..790f9a1 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/gt-cb60868c.svg @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/gu-0fc8abf7.svg b/internal/app/api/core/frontend-dist/assets/gu-0fc8abf7.svg new file mode 100644 index 0000000..316edc8 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/gu-0fc8abf7.svg @@ -0,0 +1,23 @@ + + + + + + + + + + G + U + A + M + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/gu-865d2c85.svg b/internal/app/api/core/frontend-dist/assets/gu-865d2c85.svg new file mode 100644 index 0000000..a5584ff --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/gu-865d2c85.svg @@ -0,0 +1,23 @@ + + + + + + + + + + G + U + A + M + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/gw-35d8c841.svg b/internal/app/api/core/frontend-dist/assets/gw-35d8c841.svg new file mode 100644 index 0000000..cae163d --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/gw-35d8c841.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/gw-9383444c.svg b/internal/app/api/core/frontend-dist/assets/gw-9383444c.svg new file mode 100644 index 0000000..9e0aeeb --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/gw-9383444c.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/gy-81301929.svg b/internal/app/api/core/frontend-dist/assets/gy-81301929.svg new file mode 100644 index 0000000..f4d9b8a --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/gy-81301929.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/gy-97253f86.svg b/internal/app/api/core/frontend-dist/assets/gy-97253f86.svg new file mode 100644 index 0000000..8188c44 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/gy-97253f86.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/hk-3a01db4f.svg b/internal/app/api/core/frontend-dist/assets/hk-3a01db4f.svg new file mode 100644 index 0000000..84ff340 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/hk-3a01db4f.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/internal/app/api/core/frontend-dist/assets/hk-73c6a5fc.svg b/internal/app/api/core/frontend-dist/assets/hk-73c6a5fc.svg new file mode 100644 index 0000000..bf81198 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/hk-73c6a5fc.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/internal/app/api/core/frontend-dist/assets/hm-3c45173f.svg b/internal/app/api/core/frontend-dist/assets/hm-3c45173f.svg new file mode 100644 index 0000000..51e236a --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/hm-3c45173f.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/hm-962e9410.svg b/internal/app/api/core/frontend-dist/assets/hm-962e9410.svg new file mode 100644 index 0000000..c0748d3 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/hm-962e9410.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/hn-2b4bafff.svg b/internal/app/api/core/frontend-dist/assets/hn-2b4bafff.svg new file mode 100644 index 0000000..432ead6 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/hn-2b4bafff.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/hn-f7828d93.svg b/internal/app/api/core/frontend-dist/assets/hn-f7828d93.svg new file mode 100644 index 0000000..6f92950 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/hn-f7828d93.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/hr-a6187e3f.svg b/internal/app/api/core/frontend-dist/assets/hr-a6187e3f.svg new file mode 100644 index 0000000..8e98781 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/hr-a6187e3f.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/hr-c853a9f1.svg b/internal/app/api/core/frontend-dist/assets/hr-c853a9f1.svg new file mode 100644 index 0000000..70115ae --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/hr-c853a9f1.svg @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ht-84187767.svg b/internal/app/api/core/frontend-dist/assets/ht-84187767.svg new file mode 100644 index 0000000..965dd03 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ht-84187767.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ht-9877b482.svg b/internal/app/api/core/frontend-dist/assets/ht-9877b482.svg new file mode 100644 index 0000000..9cddb29 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ht-9877b482.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/hu-9e6bc6d7.svg b/internal/app/api/core/frontend-dist/assets/hu-9e6bc6d7.svg new file mode 100644 index 0000000..088242d --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/hu-9e6bc6d7.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/hu-ffc4edd5.svg b/internal/app/api/core/frontend-dist/assets/hu-ffc4edd5.svg new file mode 100644 index 0000000..baddf7f --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/hu-ffc4edd5.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ic-4e5a5e63.svg b/internal/app/api/core/frontend-dist/assets/ic-4e5a5e63.svg new file mode 100644 index 0000000..096603d --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ic-4e5a5e63.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ic-9a584e04.svg b/internal/app/api/core/frontend-dist/assets/ic-9a584e04.svg new file mode 100644 index 0000000..81e6ee2 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ic-9a584e04.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/id-5cd3acc4.svg b/internal/app/api/core/frontend-dist/assets/id-5cd3acc4.svg new file mode 100644 index 0000000..3b7c8fc --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/id-5cd3acc4.svg @@ -0,0 +1,4 @@ + + + + diff --git a/internal/app/api/core/frontend-dist/assets/id-b8cd30f2.svg b/internal/app/api/core/frontend-dist/assets/id-b8cd30f2.svg new file mode 100644 index 0000000..df08018 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/id-b8cd30f2.svg @@ -0,0 +1,4 @@ + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ie-860168f5.svg b/internal/app/api/core/frontend-dist/assets/ie-860168f5.svg new file mode 100644 index 0000000..e13de22 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ie-860168f5.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ie-f82568d7.svg b/internal/app/api/core/frontend-dist/assets/ie-f82568d7.svg new file mode 100644 index 0000000..049be14 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ie-f82568d7.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/il-0004f90f.svg b/internal/app/api/core/frontend-dist/assets/il-0004f90f.svg new file mode 100644 index 0000000..9c19148 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/il-0004f90f.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/il-a9c90b0c.svg b/internal/app/api/core/frontend-dist/assets/il-a9c90b0c.svg new file mode 100644 index 0000000..d9d8213 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/il-a9c90b0c.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/im-56a6eed5.svg b/internal/app/api/core/frontend-dist/assets/im-56a6eed5.svg new file mode 100644 index 0000000..af18aa4 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/im-56a6eed5.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/im-bf7e365b.svg b/internal/app/api/core/frontend-dist/assets/im-bf7e365b.svg new file mode 100644 index 0000000..ce1243c --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/im-bf7e365b.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/in-24cd1522.svg b/internal/app/api/core/frontend-dist/assets/in-24cd1522.svg new file mode 100644 index 0000000..53c29b3 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/in-24cd1522.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/in-9a372951.svg b/internal/app/api/core/frontend-dist/assets/in-9a372951.svg new file mode 100644 index 0000000..7b79eeb --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/in-9a372951.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/index-7144f109.css b/internal/app/api/core/frontend-dist/assets/index-7144f109.css new file mode 100644 index 0000000..8c5aa19 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/index-7144f109.css @@ -0,0 +1,11 @@ +@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600&display=swap";.modal.show{display:block}.modal.show{opacity:1}.modal-backdrop{background-color:#0009!important}.modal-backdrop.show{opacity:1!important}.config-qr-img{max-width:100%}/*! + * Bootswatch v5.3.0 (https://bootswatch.com) + * Theme: lux + * Copyright 2012-2023 Thomas Park + * Licensed under MIT + * Based on Bootstrap +*//*! +* Bootstrap v5.3.0 (https://getbootstrap.com/) +* Copyright 2011-2023 The Bootstrap Authors +* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) +*/:root,[data-bs-theme=light]{--bs-blue:#007bff;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#e83e8c;--bs-red:#d9534f;--bs-orange:#fd7e14;--bs-yellow:#f0ad4e;--bs-green:#4bbf73;--bs-teal:#20c997;--bs-cyan:#1f9bcf;--bs-black:#000;--bs-white:#fff;--bs-gray:#919aa1;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#f7f7f9;--bs-gray-300:#eceeef;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#919aa1;--bs-gray-700:#55595c;--bs-gray-800:#343a40;--bs-gray-900:#1a1a1a;--bs-primary:#1a1a1a;--bs-secondary:#fff;--bs-success:#4bbf73;--bs-info:#1f9bcf;--bs-warning:#f0ad4e;--bs-danger:#d9534f;--bs-light:#fff;--bs-dark:#343a40;--bs-primary-rgb:26,26,26;--bs-secondary-rgb:255,255,255;--bs-success-rgb:75,191,115;--bs-info-rgb:31,155,207;--bs-warning-rgb:240,173,78;--bs-danger-rgb:217,83,79;--bs-light-rgb:255,255,255;--bs-dark-rgb:52,58,64;--bs-primary-text-emphasis:#0a0a0a;--bs-secondary-text-emphasis:#666666;--bs-success-text-emphasis:#1e4c2e;--bs-info-text-emphasis:#0c3e53;--bs-warning-text-emphasis:#60451f;--bs-danger-text-emphasis:#572120;--bs-light-text-emphasis:#55595c;--bs-dark-text-emphasis:#55595c;--bs-primary-bg-subtle:#d1d1d1;--bs-secondary-bg-subtle:white;--bs-success-bg-subtle:#dbf2e3;--bs-info-bg-subtle:#d2ebf5;--bs-warning-bg-subtle:#fcefdc;--bs-danger-bg-subtle:#f7dddc;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#a3a3a3;--bs-secondary-border-subtle:white;--bs-success-border-subtle:#b7e5c7;--bs-info-border-subtle:#a5d7ec;--bs-warning-border-subtle:#f9deb8;--bs-danger-border-subtle:#f0bab9;--bs-light-border-subtle:#f7f7f9;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-font-sans-serif:"Nunito Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#55595c;--bs-body-color-rgb:85,89,92;--bs-body-bg:#fff;--bs-body-bg-rgb:255,255,255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:rgba(85, 89, 92, .75);--bs-secondary-color-rgb:85,89,92;--bs-secondary-bg:#f7f7f9;--bs-secondary-bg-rgb:247,247,249;--bs-tertiary-color:rgba(85, 89, 92, .5);--bs-tertiary-color-rgb:85,89,92;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248,249,250;--bs-heading-color:#1a1a1a;--bs-link-color:#1a1a1a;--bs-link-color-rgb:26,26,26;--bs-link-decoration:underline;--bs-link-hover-color:#151515;--bs-link-hover-color-rgb:21,21,21;--bs-code-color:#e83e8c;--bs-highlight-bg:#fcefdc;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#eceeef;--bs-border-color-translucent:rgba(0, 0, 0, .175);--bs-border-radius:.375rem;--bs-border-radius-sm:.25rem;--bs-border-radius-lg:.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 .5rem 1rem rgba(0, 0, 0, .15);--bs-box-shadow-sm:0 .125rem .25rem rgba(0, 0, 0, .075);--bs-box-shadow-lg:0 1rem 3rem rgba(0, 0, 0, .175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0, 0, 0, .075);--bs-focus-ring-width:.25rem;--bs-focus-ring-opacity:.25;--bs-focus-ring-color:rgba(26, 26, 26, .25);--bs-form-valid-color:#4bbf73;--bs-form-valid-border-color:#4bbf73;--bs-form-invalid-color:#d9534f;--bs-form-invalid-border-color:#d9534f}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color:#adb5bd;--bs-body-color-rgb:173,181,189;--bs-body-bg:#1a1a1a;--bs-body-bg-rgb:26,26,26;--bs-emphasis-color:#fff;--bs-emphasis-color-rgb:255,255,255;--bs-secondary-color:rgba(173, 181, 189, .75);--bs-secondary-color-rgb:173,181,189;--bs-secondary-bg:#343a40;--bs-secondary-bg-rgb:52,58,64;--bs-tertiary-color:rgba(173, 181, 189, .5);--bs-tertiary-color-rgb:173,181,189;--bs-tertiary-bg:#272a2d;--bs-tertiary-bg-rgb:39,42,45;--bs-primary-text-emphasis:#767676;--bs-secondary-text-emphasis:white;--bs-success-text-emphasis:#93d9ab;--bs-info-text-emphasis:#79c3e2;--bs-warning-text-emphasis:#f6ce95;--bs-danger-text-emphasis:#e89895;--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#eceeef;--bs-primary-bg-subtle:#050505;--bs-secondary-bg-subtle:#333333;--bs-success-bg-subtle:#0f2617;--bs-info-bg-subtle:#061f29;--bs-warning-bg-subtle:#302310;--bs-danger-bg-subtle:#2b1110;--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:#101010;--bs-secondary-border-subtle:#999999;--bs-success-border-subtle:#2d7345;--bs-info-border-subtle:#135d7c;--bs-warning-border-subtle:#90682f;--bs-danger-border-subtle:#82322f;--bs-light-border-subtle:#55595c;--bs-dark-border-subtle:#343a40;--bs-heading-color:inherit;--bs-link-color:#767676;--bs-link-hover-color:#919191;--bs-link-color-rgb:118,118,118;--bs-link-hover-color-rgb:145,145,145;--bs-code-color:#f18bba;--bs-border-color:#55595c;--bs-border-color-translucent:rgba(255, 255, 255, .15);--bs-form-valid-color:#93d9ab;--bs-form-valid-border-color:#93d9ab;--bs-form-invalid-color:#e89895;--bs-form-invalid-border-color:#e89895}*,:after,:before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:600;line-height:1.2;color:var(--bs-heading-color)}.h1,h1{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h1,h1{font-size:2rem}}.h2,h2{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h2,h2{font-size:1.75rem}}.h3,h3{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h3,h3{font-size:1.5rem}}.h4,h4{font-size:1.25rem}.h5,h5{font-size:1rem}.h6,h6{font-size:.75rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.1875em;background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));text-decoration:underline}a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color)}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled,.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#919aa1}.blockquote-footer:before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:var(--bs-secondary-color)}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:.25rem}.g-1,.gy-1{--bs-gutter-y:.25rem}.g-2,.gx-2{--bs-gutter-x:.5rem}.g-2,.gy-2{--bs-gutter-y:.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-color-type:initial;--bs-table-bg-type:initial;--bs-table-color-state:initial;--bs-table-bg-state:initial;--bs-table-color:var(--bs-body-color);--bs-table-bg:var(--bs-body-bg);--bs-table-border-color:rgba(0, 0, 0, .05);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-body-color);--bs-table-striped-bg:rgba(0, 0, 0, .05);--bs-table-active-color:var(--bs-body-color);--bs-table-active-bg:rgba(0, 0, 0, .1);--bs-table-hover-color:var(--bs-body-color);--bs-table-hover-bg:rgba(0, 0, 0, .075);width:100%;margin-bottom:1rem;vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.5rem;color:var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)))}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--bs-border-width) * 2) solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type:var(--bs-table-striped-color);--bs-table-bg-type:var(--bs-table-striped-bg)}.table-striped-columns>:not(caption)>tr>:nth-child(2n){--bs-table-color-type:var(--bs-table-striped-color);--bs-table-bg-type:var(--bs-table-striped-bg)}.table-active{--bs-table-color-state:var(--bs-table-active-color);--bs-table-bg-state:var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state:var(--bs-table-hover-color);--bs-table-bg-state:var(--bs-table-hover-bg)}.table-primary{--bs-table-color:#000;--bs-table-bg:#d1d1d1;--bs-table-border-color:#bcbcbc;--bs-table-striped-bg:#c7c7c7;--bs-table-striped-color:#000;--bs-table-active-bg:#bcbcbc;--bs-table-active-color:#000;--bs-table-hover-bg:#c1c1c1;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color:#000;--bs-table-bg:white;--bs-table-border-color:#e6e6e6;--bs-table-striped-bg:#f2f2f2;--bs-table-striped-color:#000;--bs-table-active-bg:#e6e6e6;--bs-table-active-color:#000;--bs-table-hover-bg:#ececec;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color:#000;--bs-table-bg:#dbf2e3;--bs-table-border-color:#c5dacc;--bs-table-striped-bg:#d0e6d8;--bs-table-striped-color:#000;--bs-table-active-bg:#c5dacc;--bs-table-active-color:#000;--bs-table-hover-bg:#cbe0d2;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color:#000;--bs-table-bg:#d2ebf5;--bs-table-border-color:#bdd4dd;--bs-table-striped-bg:#c8dfe9;--bs-table-striped-color:#000;--bs-table-active-bg:#bdd4dd;--bs-table-active-color:#000;--bs-table-hover-bg:#c2d9e3;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color:#000;--bs-table-bg:#fcefdc;--bs-table-border-color:#e3d7c6;--bs-table-striped-bg:#efe3d1;--bs-table-striped-color:#000;--bs-table-active-bg:#e3d7c6;--bs-table-active-color:#000;--bs-table-hover-bg:#e9ddcc;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color:#000;--bs-table-bg:#f7dddc;--bs-table-border-color:#dec7c6;--bs-table-striped-bg:#ebd2d1;--bs-table-striped-color:#000;--bs-table-active-bg:#dec7c6;--bs-table-active-color:#000;--bs-table-hover-bg:#e4cccc;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color:#000;--bs-table-bg:#fff;--bs-table-border-color:#e6e6e6;--bs-table-striped-bg:#f2f2f2;--bs-table-striped-color:#000;--bs-table-active-bg:#e6e6e6;--bs-table-active-color:#000;--bs-table-hover-bg:#ececec;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color:#fff;--bs-table-bg:#343a40;--bs-table-border-color:#484e53;--bs-table-striped-bg:#3e444a;--bs-table-striped-color:#fff;--bs-table-active-bg:#484e53;--bs-table-active-color:#fff;--bs-table-hover-bg:#43494e;--bs-table-hover-color:#fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:.75rem;padding-bottom:.75rem;margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:2rem;padding-bottom:2rem;font-size:1.25rem}.col-form-label-sm{padding-top:.5rem;padding-bottom:.5rem;font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:var(--bs-secondary-color)}.form-control{display:block;width:100%;padding:.75rem 1.5rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);background-color:#f7f7f9;background-clip:padding-box;border:0 solid var(--bs-border-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:var(--bs-body-color);background-color:#f7f7f9;border-color:#8d8d8d;outline:0;box-shadow:0 0 0 .25rem #1a1a1a40}.form-control::-webkit-date-and-time-value{min-width:85px;height:1.5em;margin:0}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::-moz-placeholder{color:var(--bs-secondary-color);opacity:1}.form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.form-control:disabled{background-color:#eceeef;opacity:1}.form-control::-webkit-file-upload-button{padding:.75rem 1.5rem;margin:-.75rem -1.5rem;-webkit-margin-end:1.5rem;margin-inline-end:1.5rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:0;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::file-selector-button{padding:.75rem 1.5rem;margin:-.75rem -1.5rem;-webkit-margin-end:1.5rem;margin-inline-end:1.5rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:0;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:var(--bs-secondary-bg)}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}.form-control-plaintext{display:block;width:100%;padding:.75rem 0;margin-bottom:0;line-height:1.5;color:var(--bs-body-color);background-color:transparent;border:solid transparent;border-width:0 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + 1rem + 0);padding:.5rem 1rem;font-size:.875rem}.form-control-sm::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-sm::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg{min-height:calc(1.5em + 4rem + 0);padding:2rem;font-size:1.25rem}.form-control-lg::-webkit-file-upload-button{padding:2rem;margin:-2rem;-webkit-margin-end:2rem;margin-inline-end:2rem}.form-control-lg::file-selector-button{padding:2rem;margin:-2rem;-webkit-margin-end:2rem;margin-inline-end:2rem}textarea.form-control{min-height:calc(1.5em + 1.5rem + 0)}textarea.form-control-sm{min-height:calc(1.5em + 1rem + 0)}textarea.form-control-lg{min-height:calc(1.5em + 4rem + 0)}.form-control-color{width:3rem;height:calc(1.5em + 1.5rem + 0);padding:.75rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0!important}.form-control-color::-webkit-color-swatch{border:0!important}.form-control-color.form-control-sm{height:calc(1.5em + 1rem + 0)}.form-control-color.form-control-lg{height:calc(1.5em + 4rem + 0)}.form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");display:block;width:100%;padding:.75rem 4.5rem .75rem 1.5rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);background-color:#f7f7f9;background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);background-repeat:no-repeat;background-position:right 1.5rem center;background-size:16px 12px;border:0 solid var(--bs-border-color);border-radius:0;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#8d8d8d;outline:0;box-shadow:0 0 0 .25rem #1a1a1a40}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:1.5rem;background-image:none}.form-select:disabled{color:#919aa1;background-color:#eceeef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:.875rem}.form-select-lg{padding-top:2rem;padding-bottom:2rem;padding-left:2rem;font-size:1.25rem}[data-bs-theme=dark] .form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.form-check-input{--bs-form-check-bg:#f7f7f9;width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-repeat:no-repeat;background-position:center;background-size:contain;border:var(--bs-border-width) solid var(--bs-border-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact;print-color-adjust:exact}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#8d8d8d;outline:0;box-shadow:0 0 0 .25rem #1a1a1a40}.form-check-input:checked{background-color:#1a1a1a;border-color:#1a1a1a}.form-check-input:checked[type=checkbox]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#1a1a1a;border-color:#1a1a1a;--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");width:2em;margin-left:-2.5em;background-image:var(--bs-form-switch-bg);background-position:left center;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238d8d8d'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #1a1a1a40}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #1a1a1a40}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#1a1a1a;border:0;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#bababa}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-tertiary-bg);border-color:transparent}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#1a1a1a;border:0;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#bababa}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-tertiary-bg);border-color:transparent}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + 0);min-height:calc(3.5rem + 0);line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;z-index:2;height:100%;padding:1rem 1.5rem;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:0 solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem 1.5rem}.form-floating>.form-control-plaintext::-moz-placeholder,.form-floating>.form-control::-moz-placeholder{color:transparent}.form-floating>.form-control-plaintext::placeholder,.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control-plaintext:not(:-moz-placeholder-shown),.form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control-plaintext:-webkit-autofill,.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translate(.15rem)}.form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translate(.15rem)}.form-floating>.form-control:not(:-moz-placeholder-shown)~label:after{position:absolute;inset:1rem .75rem;z-index:-1;height:1.5em;content:"";background-color:#f7f7f9}.form-floating>.form-control-plaintext~label:after,.form-floating>.form-control:focus~label:after,.form-floating>.form-control:not(:placeholder-shown)~label:after,.form-floating>.form-select~label:after{position:absolute;inset:1rem .75rem;z-index:-1;height:1.5em;content:"";background-color:#f7f7f9}.form-floating>.form-control:-webkit-autofill~label{color:rgba(var(--bs-body-color-rgb),.65);transform:scale(.85) translateY(-.5rem) translate(.15rem)}.form-floating>.form-control-plaintext~label{border-width:0 0}.form-floating>:disabled~label{color:#919aa1}.form-floating>:disabled~label:after{background-color:#eceeef}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-floating,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-floating:focus-within,.input-group>.form-select:focus{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);text-align:center;white-space:nowrap;background-color:#eceeef;border:0 solid var(--bs-border-color)}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:2rem;font-size:1.25rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.5rem 1rem;font-size:.875rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:6rem}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-valid-color)}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:var(--bs-success)}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:var(--bs-form-valid-border-color);padding-right:calc(1.5em + 1.5rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%234bbf73' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .375rem) center;background-size:calc(.75em + .75rem) calc(.75em + .75rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + 1.5rem);background-position:top calc(.375em + .375rem) right calc(.375em + .375rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:var(--bs-form-valid-border-color)}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%234bbf73' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");padding-right:8.25rem;background-position:right 1.5rem center,center right 4.5rem;background-size:16px 12px,calc(.75em + .75rem) calc(.75em + .75rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-control-color.is-valid,.was-validated .form-control-color:valid{width:calc(4.5rem + 1.5em)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:var(--bs-form-valid-border-color)}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:var(--bs-form-valid-color)}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:var(--bs-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-valid,.input-group>.form-floating:not(:focus-within).is-valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-control:not(:focus):valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.was-validated .input-group>.form-select:not(:focus):valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-invalid-color)}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:var(--bs-danger)}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.5em + 1.5rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23d9534f'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d9534f' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .375rem) center;background-size:calc(.75em + .75rem) calc(.75em + .75rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + 1.5rem);background-position:top calc(.375em + .375rem) right calc(.375em + .375rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:var(--bs-form-invalid-border-color)}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23d9534f'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d9534f' stroke='none'/%3e%3c/svg%3e");padding-right:8.25rem;background-position:right 1.5rem center,center right 4.5rem;background-size:16px 12px,calc(.75em + .75rem) calc(.75em + .75rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-control-color.is-invalid,.was-validated .form-control-color:invalid{width:calc(4.5rem + 1.5em)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:var(--bs-form-invalid-border-color)}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:var(--bs-form-invalid-color)}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:var(--bs-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-invalid,.input-group>.form-floating:not(:focus-within).is-invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-control:not(:focus):invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.was-validated .input-group>.form-select:not(:focus):invalid{z-index:4}.btn{--bs-btn-padding-x:1.5rem;--bs-btn-padding-y:.75rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight:600;--bs-btn-line-height:1.5rem;--bs-btn-color:var(--bs-body-color);--bs-btn-bg:transparent;--bs-btn-border-width:0;--bs-btn-border-color:transparent;--bs-btn-border-radius:var(--bs-border-radius);--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:inset 0 1px 0 rgba(255, 255, 255, .15),0 1px 1px rgba(0, 0, 0, .075);--bs-btn-disabled-opacity:.65;--bs-btn-focus-box-shadow:0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,.btn.active,.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible,.btn:first-child:active:focus-visible,:not(.btn-check)+.btn:active:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#1a1a1a;--bs-btn-border-color:#1a1a1a;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#161616;--bs-btn-hover-border-color:#151515;--bs-btn-focus-shadow-rgb:60,60,60;--bs-btn-active-color:#fff;--bs-btn-active-bg:#151515;--bs-btn-active-border-color:#141414;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#1a1a1a;--bs-btn-disabled-border-color:#1a1a1a}.btn-secondary{--bs-btn-color:#000;--bs-btn-bg:#fff;--bs-btn-border-color:#fff;--bs-btn-hover-color:#000;--bs-btn-hover-bg:white;--bs-btn-hover-border-color:white;--bs-btn-focus-shadow-rgb:217,217,217;--bs-btn-active-color:#000;--bs-btn-active-bg:white;--bs-btn-active-border-color:white;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#fff;--bs-btn-disabled-border-color:#fff}.btn-success{--bs-btn-color:#fff;--bs-btn-bg:#4bbf73;--bs-btn-border-color:#4bbf73;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#40a262;--bs-btn-hover-border-color:#3c995c;--bs-btn-focus-shadow-rgb:102,201,136;--bs-btn-active-color:#fff;--bs-btn-active-bg:#3c995c;--bs-btn-active-border-color:#388f56;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#4bbf73;--bs-btn-disabled-border-color:#4bbf73}.btn-info{--bs-btn-color:#fff;--bs-btn-bg:#1f9bcf;--bs-btn-border-color:#1f9bcf;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#1a84b0;--bs-btn-hover-border-color:#197ca6;--bs-btn-focus-shadow-rgb:65,170,214;--bs-btn-active-color:#fff;--bs-btn-active-bg:#197ca6;--bs-btn-active-border-color:#17749b;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#1f9bcf;--bs-btn-disabled-border-color:#1f9bcf}.btn-warning{--bs-btn-color:#000;--bs-btn-bg:#f0ad4e;--bs-btn-border-color:#f0ad4e;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f2b969;--bs-btn-hover-border-color:#f2b560;--bs-btn-focus-shadow-rgb:204,147,66;--bs-btn-active-color:#000;--bs-btn-active-bg:#f3bd71;--bs-btn-active-border-color:#f2b560;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#f0ad4e;--bs-btn-disabled-border-color:#f0ad4e}.btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#d9534f;--bs-btn-border-color:#d9534f;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#b84743;--bs-btn-hover-border-color:#ae423f;--bs-btn-focus-shadow-rgb:223,109,105;--bs-btn-active-color:#fff;--bs-btn-active-bg:#ae423f;--bs-btn-active-border-color:#a33e3b;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#d9534f;--bs-btn-disabled-border-color:#d9534f}.btn-light{--bs-btn-color:#000;--bs-btn-bg:#fff;--bs-btn-border-color:#fff;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#d9d9d9;--bs-btn-hover-border-color:#cccccc;--bs-btn-focus-shadow-rgb:217,217,217;--bs-btn-active-color:#000;--bs-btn-active-bg:#cccccc;--bs-btn-active-border-color:#bfbfbf;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#fff;--bs-btn-disabled-border-color:#fff}.btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#343a40;--bs-btn-border-color:#343a40;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#52585d;--bs-btn-hover-border-color:#484e53;--bs-btn-focus-shadow-rgb:82,88,93;--bs-btn-active-color:#fff;--bs-btn-active-bg:#5d6166;--bs-btn-active-border-color:#484e53;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#343a40;--bs-btn-disabled-border-color:#343a40}.btn-outline-primary{--bs-btn-color:#1a1a1a;--bs-btn-border-color:#1a1a1a;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#1a1a1a;--bs-btn-hover-border-color:#1a1a1a;--bs-btn-focus-shadow-rgb:26,26,26;--bs-btn-active-color:#fff;--bs-btn-active-bg:#1a1a1a;--bs-btn-active-border-color:#1a1a1a;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#1a1a1a;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#1a1a1a;--bs-gradient:none}.btn-outline-secondary{--bs-btn-color:#fff;--bs-btn-border-color:#fff;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#fff;--bs-btn-hover-border-color:#fff;--bs-btn-focus-shadow-rgb:255,255,255;--bs-btn-active-color:#000;--bs-btn-active-bg:#fff;--bs-btn-active-border-color:#fff;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#fff;--bs-gradient:none}.btn-outline-success{--bs-btn-color:#4bbf73;--bs-btn-border-color:#4bbf73;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#4bbf73;--bs-btn-hover-border-color:#4bbf73;--bs-btn-focus-shadow-rgb:75,191,115;--bs-btn-active-color:#fff;--bs-btn-active-bg:#4bbf73;--bs-btn-active-border-color:#4bbf73;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#4bbf73;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#4bbf73;--bs-gradient:none}.btn-outline-info{--bs-btn-color:#1f9bcf;--bs-btn-border-color:#1f9bcf;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#1f9bcf;--bs-btn-hover-border-color:#1f9bcf;--bs-btn-focus-shadow-rgb:31,155,207;--bs-btn-active-color:#fff;--bs-btn-active-bg:#1f9bcf;--bs-btn-active-border-color:#1f9bcf;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#1f9bcf;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#1f9bcf;--bs-gradient:none}.btn-outline-warning{--bs-btn-color:#f0ad4e;--bs-btn-border-color:#f0ad4e;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f0ad4e;--bs-btn-hover-border-color:#f0ad4e;--bs-btn-focus-shadow-rgb:240,173,78;--bs-btn-active-color:#000;--bs-btn-active-bg:#f0ad4e;--bs-btn-active-border-color:#f0ad4e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#f0ad4e;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f0ad4e;--bs-gradient:none}.btn-outline-danger{--bs-btn-color:#d9534f;--bs-btn-border-color:#d9534f;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#d9534f;--bs-btn-hover-border-color:#d9534f;--bs-btn-focus-shadow-rgb:217,83,79;--bs-btn-active-color:#fff;--bs-btn-active-bg:#d9534f;--bs-btn-active-border-color:#d9534f;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#d9534f;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#d9534f;--bs-gradient:none}.btn-outline-light{--bs-btn-color:#fff;--bs-btn-border-color:#fff;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#fff;--bs-btn-hover-border-color:#fff;--bs-btn-focus-shadow-rgb:255,255,255;--bs-btn-active-color:#000;--bs-btn-active-bg:#fff;--bs-btn-active-border-color:#fff;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#fff;--bs-gradient:none}.btn-outline-dark{--bs-btn-color:#343a40;--bs-btn-border-color:#343a40;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#343a40;--bs-btn-hover-border-color:#343a40;--bs-btn-focus-shadow-rgb:52,58,64;--bs-btn-active-color:#fff;--bs-btn-active-bg:#343a40;--bs-btn-active-border-color:#343a40;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color:#343a40;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#343a40;--bs-gradient:none}.btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:transparent;--bs-btn-border-color:transparent;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:transparent;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:transparent;--bs-btn-disabled-color:#919aa1;--bs-btn-disabled-border-color:transparent;--bs-btn-box-shadow:0 0 0 #000;--bs-btn-focus-shadow-rgb:60,60,60;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-group-lg>.btn,.btn-lg{--bs-btn-padding-y:2rem;--bs-btn-padding-x:2rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius:var(--bs-border-radius-lg)}.btn-group-sm>.btn,.btn-sm{--bs-btn-padding-y:.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:.875rem;--bs-btn-border-radius:var(--bs-border-radius-sm)}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropdown-center,.dropend,.dropstart,.dropup,.dropup-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex:1000;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:.5rem;--bs-dropdown-spacer:.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color:var(--bs-body-color);--bs-dropdown-bg:var(--bs-body-bg);--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-radius:var(--bs-border-radius);--bs-dropdown-border-width:var(--bs-border-width);--bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y:.5rem;--bs-dropdown-box-shadow:0 .5rem 1rem rgba(0, 0, 0, .15);--bs-dropdown-link-color:var(--bs-body-color);--bs-dropdown-link-hover-color:var(--bs-body-color);--bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#1a1a1a;--bs-dropdown-link-disabled-color:var(--bs-tertiary-color);--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:.25rem;--bs-dropdown-header-color:#919aa1;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:.5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle:after{display:none}.dropstart .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:.875rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color:#eceeef;--bs-dropdown-bg:#343a40;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color:#eceeef;--bs-dropdown-link-hover-color:#fff;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg:rgba(255, 255, 255, .15);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#1a1a1a;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-header-color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>:not(.btn-check:first-child)+.btn{margin-left:-0}.dropdown-toggle-split{padding-right:1.125rem;padding-left:1.125rem}.dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:1.5rem;padding-left:1.5rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-0}.nav{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-link-color);--bs-nav-link-hover-color:var(--bs-link-hover-color);--bs-nav-link-disabled-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;background:0 0;border:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{outline:0;box-shadow:0 0 0 .25rem #1a1a1a40}.nav-link.disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width:var(--bs-border-width);--bs-nav-tabs-border-color:var(--bs-border-color);--bs-nav-tabs-border-radius:var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color:var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color:var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg:var(--bs-body-bg);--bs-nav-tabs-link-active-border-color:var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1 * var(--bs-nav-tabs-border-width));border:var(--bs-nav-tabs-border-width) solid transparent}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-link.disabled,.nav-tabs .nav-link:disabled{color:var(--bs-nav-link-disabled-color);background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1 * var(--bs-nav-tabs-border-width))}.nav-pills{--bs-nav-pills-border-radius:var(--bs-border-radius);--bs-nav-pills-link-active-color:#fff;--bs-nav-pills-link-active-bg:#1a1a1a}.nav-pills .nav-link:disabled{color:var(--bs-nav-link-disabled-color);background-color:transparent;border-color:transparent}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-underline{--bs-nav-underline-gap:1rem;--bs-nav-underline-border-width:.125rem;--bs-nav-underline-link-active-color:var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.nav-underline .nav-link{padding-right:0;padding-left:0;border-bottom:var(--bs-nav-underline-border-width) solid transparent}.nav-underline .nav-link:focus,.nav-underline .nav-link:hover{border-bottom-color:currentcolor}.nav-underline .nav-link.active,.nav-underline .show>.nav-link{font-weight:700;color:var(--bs-nav-underline-link-active-color);border-bottom-color:currentcolor}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x:0;--bs-navbar-padding-y:1.5rem;--bs-navbar-color:rgba(0, 0, 0, .3);--bs-navbar-hover-color:#1a1a1a;--bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb), .3);--bs-navbar-active-color:#1a1a1a;--bs-navbar-brand-padding-y:.3125rem;--bs-navbar-brand-margin-end:1rem;--bs-navbar-brand-font-size:1.25rem;--bs-navbar-brand-color:#1a1a1a;--bs-navbar-brand-hover-color:#1a1a1a;--bs-navbar-nav-link-padding-x:.5rem;--bs-navbar-toggler-padding-y:.25rem;--bs-navbar-toggler-padding-x:.75rem;--bs-navbar-toggler-font-size:1.25rem;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2885, 89, 92, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color:rgba(var(--bs-emphasis-color-rgb), .15);--bs-navbar-toggler-border-radius:var(--bs-border-radius);--bs-navbar-toggler-focus-width:.25rem;--bs-navbar-toggler-transition:box-shadow .15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x:0;--bs-nav-link-padding-y:.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-navbar-color);--bs-nav-link-hover-color:var(--bs-navbar-hover-color);--bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:focus,.navbar-text a:hover{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:transparent;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);transition:var(--bs-navbar-toggler-transition)}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-dark,.navbar[data-bs-theme=dark]{--bs-navbar-color:rgba(255, 255, 255, .55);--bs-navbar-hover-color:#fff;--bs-navbar-disabled-color:rgba(255, 255, 255, .25);--bs-navbar-active-color:#fff;--bs-navbar-brand-color:#fff;--bs-navbar-brand-hover-color:#fff;--bs-navbar-toggler-border-color:rgba(255, 255, 255, .1);--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}[data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.card{--bs-card-spacer-y:1rem;--bs-card-spacer-x:1rem;--bs-card-title-spacer-y:.5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width:var(--bs-border-width);--bs-card-border-color:var(--bs-border-color-translucent);--bs-card-border-radius:var(--bs-border-radius);--bs-card-box-shadow: ;--bs-card-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-card-cap-padding-y:.5rem;--bs-card-cap-padding-x:1rem;--bs-card-cap-bg:rgba(var(--bs-body-color-rgb), .03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg:var(--bs-body-bg);--bs-card-img-overlay-padding:1rem;--bs-card-group-margin:.75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);color:var(--bs-body-color);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0}.card>.list-group:last-child{border-bottom-width:0}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.card-subtitle{margin-top:calc(-.5 * var(--bs-card-title-spacer-y));margin-bottom:0;color:var(--bs-card-subtitle-color)}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header-tabs{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-bottom:calc(-1 * var(--bs-card-cap-padding-y));margin-left:calc(-.5 * var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-left:calc(-.5 * var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--bs-card-img-overlay-padding)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}}.accordion{--bs-accordion-color:var(--bs-body-color);--bs-accordion-bg:var(--bs-body-bg);--bs-accordion-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;--bs-accordion-border-color:var(--bs-border-color);--bs-accordion-border-width:var(--bs-border-width);--bs-accordion-border-radius:var(--bs-border-radius);--bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-accordion-btn-padding-x:1.25rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:var(--bs-body-color);--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2355595c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-icon-width:1.25rem;--bs-accordion-btn-icon-transform:rotate(-180deg);--bs-accordion-btn-icon-transition:transform .2s ease-in-out;--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230a0a0a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-focus-border-color:#8d8d8d;--bs-accordion-btn-focus-box-shadow:0 0 0 .25rem rgba(26, 26, 26, .25);--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:var(--bs-primary-text-emphasis);--bs-accordion-active-bg:var(--bs-primary-bg-subtle)}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed):after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button:after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media (prefers-reduced-motion:reduce){.accordion-button:after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:var(--bs-accordion-btn-focus-border-color);outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:not(:first-of-type){border-top:0}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}[data-bs-theme=dark] .accordion-button:after{--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23767676'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23767676'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.breadcrumb{--bs-breadcrumb-padding-x:0;--bs-breadcrumb-padding-y:0;--bs-breadcrumb-margin-bottom:1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color:var(--bs-secondary-color);--bs-breadcrumb-item-padding-x:.5rem;--bs-breadcrumb-item-active-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x:.75rem;--bs-pagination-padding-y:.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color:var(--bs-link-color);--bs-pagination-bg:var(--bs-body-bg);--bs-pagination-border-width:var(--bs-border-width);--bs-pagination-border-color:transparent;--bs-pagination-border-radius:var(--bs-border-radius);--bs-pagination-hover-color:var(--bs-link-hover-color);--bs-pagination-hover-bg:var(--bs-tertiary-bg);--bs-pagination-hover-border-color:transparent;--bs-pagination-focus-color:var(--bs-link-hover-color);--bs-pagination-focus-bg:var(--bs-secondary-bg);--bs-pagination-focus-box-shadow:0 0 0 .25rem rgba(26, 26, 26, .25);--bs-pagination-active-color:#fff;--bs-pagination-active-bg:#1a1a1a;--bs-pagination-active-border-color:#1a1a1a;--bs-pagination-disabled-color:var(--bs-secondary-color);--bs-pagination-disabled-bg:var(--bs-secondary-bg);--bs-pagination-disabled-border-color:transparent;display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);text-decoration:none;background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.active>.page-link,.page-link.active{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.disabled>.page-link,.page-link.disabled{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:calc(var(--bs-border-width) * -1)}.pagination-lg{--bs-pagination-padding-x:1.5rem;--bs-pagination-padding-y:.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius:var(--bs-border-radius-lg)}.pagination-sm{--bs-pagination-padding-x:.5rem;--bs-pagination-padding-y:.25rem;--bs-pagination-font-size:.875rem;--bs-pagination-border-radius:var(--bs-border-radius-sm)}.badge{--bs-badge-padding-x:.65em;--bs-badge-padding-y:.35em;--bs-badge-font-size:.75em;--bs-badge-font-weight:700;--bs-badge-color:#fff;--bs-badge-border-radius:var(--bs-border-radius);display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg:transparent;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:1rem;--bs-alert-color:inherit;--bs-alert-border-color:transparent;--bs-alert-border:var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius:var(--bs-border-radius);--bs-alert-link-color:inherit;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border)}.alert-heading{color:inherit}.alert-link{font-weight:700;color:var(--bs-alert-link-color)}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{--bs-alert-color:var(--bs-primary-text-emphasis);--bs-alert-bg:var(--bs-primary-bg-subtle);--bs-alert-border-color:var(--bs-primary-border-subtle);--bs-alert-link-color:var(--bs-primary-text-emphasis)}.alert-secondary{--bs-alert-color:var(--bs-secondary-text-emphasis);--bs-alert-bg:var(--bs-secondary-bg-subtle);--bs-alert-border-color:var(--bs-secondary-border-subtle);--bs-alert-link-color:var(--bs-secondary-text-emphasis)}.alert-success{--bs-alert-color:var(--bs-success-text-emphasis);--bs-alert-bg:var(--bs-success-bg-subtle);--bs-alert-border-color:var(--bs-success-border-subtle);--bs-alert-link-color:var(--bs-success-text-emphasis)}.alert-info{--bs-alert-color:var(--bs-info-text-emphasis);--bs-alert-bg:var(--bs-info-bg-subtle);--bs-alert-border-color:var(--bs-info-border-subtle);--bs-alert-link-color:var(--bs-info-text-emphasis)}.alert-warning{--bs-alert-color:var(--bs-warning-text-emphasis);--bs-alert-bg:var(--bs-warning-bg-subtle);--bs-alert-border-color:var(--bs-warning-border-subtle);--bs-alert-link-color:var(--bs-warning-text-emphasis)}.alert-danger{--bs-alert-color:var(--bs-danger-text-emphasis);--bs-alert-bg:var(--bs-danger-bg-subtle);--bs-alert-border-color:var(--bs-danger-border-subtle);--bs-alert-link-color:var(--bs-danger-text-emphasis)}.alert-light{--bs-alert-color:var(--bs-light-text-emphasis);--bs-alert-bg:var(--bs-light-bg-subtle);--bs-alert-border-color:var(--bs-light-border-subtle);--bs-alert-link-color:var(--bs-light-text-emphasis)}.alert-dark{--bs-alert-color:var(--bs-dark-text-emphasis);--bs-alert-bg:var(--bs-dark-bg-subtle);--bs-alert-border-color:var(--bs-dark-border-subtle);--bs-alert-link-color:var(--bs-dark-text-emphasis)}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress,.progress-stacked{--bs-progress-height:1rem;--bs-progress-font-size:.75rem;--bs-progress-bg:var(--bs-secondary-bg);--bs-progress-border-radius:var(--bs-border-radius);--bs-progress-box-shadow:var(--bs-box-shadow-inset);--bs-progress-bar-color:#fff;--bs-progress-bar-bg:#1a1a1a;--bs-progress-bar-transition:width .6s ease;display:flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-stacked>.progress{overflow:visible}.progress-stacked>.progress>.progress-bar{width:100%}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color:var(--bs-body-color);--bs-list-group-bg:var(--bs-body-bg);--bs-list-group-border-color:var(--bs-border-color);--bs-list-group-border-width:var(--bs-border-width);--bs-list-group-border-radius:var(--bs-border-radius);--bs-list-group-item-padding-x:1rem;--bs-list-group-item-padding-y:.5rem;--bs-list-group-action-color:var(--bs-secondary-color);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-tertiary-bg);--bs-list-group-action-active-color:var(--bs-body-color);--bs-list-group-action-active-bg:var(--bs-secondary-bg);--bs-list-group-disabled-color:var(--bs-secondary-color);--bs-list-group-disabled-bg:var(--bs-body-bg);--bs-list-group-active-color:#fff;--bs-list-group-active-bg:#1a1a1a;--bs-list-group-active-border-color:#1a1a1a;display:flex;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>.list-group-item:before{content:counters(section,".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}.list-group-item.disabled,.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1 * var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{--bs-list-group-color:var(--bs-primary-text-emphasis);--bs-list-group-bg:var(--bs-primary-bg-subtle);--bs-list-group-border-color:var(--bs-primary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-primary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-primary-border-subtle);--bs-list-group-active-color:var(--bs-primary-bg-subtle);--bs-list-group-active-bg:var(--bs-primary-text-emphasis);--bs-list-group-active-border-color:var(--bs-primary-text-emphasis)}.list-group-item-secondary{--bs-list-group-color:var(--bs-secondary-text-emphasis);--bs-list-group-bg:var(--bs-secondary-bg-subtle);--bs-list-group-border-color:var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-secondary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-secondary-border-subtle);--bs-list-group-active-color:var(--bs-secondary-bg-subtle);--bs-list-group-active-bg:var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color:var(--bs-secondary-text-emphasis)}.list-group-item-success{--bs-list-group-color:var(--bs-success-text-emphasis);--bs-list-group-bg:var(--bs-success-bg-subtle);--bs-list-group-border-color:var(--bs-success-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-success-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-success-border-subtle);--bs-list-group-active-color:var(--bs-success-bg-subtle);--bs-list-group-active-bg:var(--bs-success-text-emphasis);--bs-list-group-active-border-color:var(--bs-success-text-emphasis)}.list-group-item-info{--bs-list-group-color:var(--bs-info-text-emphasis);--bs-list-group-bg:var(--bs-info-bg-subtle);--bs-list-group-border-color:var(--bs-info-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-info-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-info-border-subtle);--bs-list-group-active-color:var(--bs-info-bg-subtle);--bs-list-group-active-bg:var(--bs-info-text-emphasis);--bs-list-group-active-border-color:var(--bs-info-text-emphasis)}.list-group-item-warning{--bs-list-group-color:var(--bs-warning-text-emphasis);--bs-list-group-bg:var(--bs-warning-bg-subtle);--bs-list-group-border-color:var(--bs-warning-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-warning-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-warning-border-subtle);--bs-list-group-active-color:var(--bs-warning-bg-subtle);--bs-list-group-active-bg:var(--bs-warning-text-emphasis);--bs-list-group-active-border-color:var(--bs-warning-text-emphasis)}.list-group-item-danger{--bs-list-group-color:var(--bs-danger-text-emphasis);--bs-list-group-bg:var(--bs-danger-bg-subtle);--bs-list-group-border-color:var(--bs-danger-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-danger-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-danger-border-subtle);--bs-list-group-active-color:var(--bs-danger-bg-subtle);--bs-list-group-active-bg:var(--bs-danger-text-emphasis);--bs-list-group-active-border-color:var(--bs-danger-text-emphasis)}.list-group-item-light{--bs-list-group-color:var(--bs-light-text-emphasis);--bs-list-group-bg:var(--bs-light-bg-subtle);--bs-list-group-border-color:var(--bs-light-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-light-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-light-border-subtle);--bs-list-group-active-color:var(--bs-light-bg-subtle);--bs-list-group-active-bg:var(--bs-light-text-emphasis);--bs-list-group-active-border-color:var(--bs-light-text-emphasis)}.list-group-item-dark{--bs-list-group-color:var(--bs-dark-text-emphasis);--bs-list-group-bg:var(--bs-dark-bg-subtle);--bs-list-group-border-color:var(--bs-dark-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-dark-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-dark-border-subtle);--bs-list-group-active-color:var(--bs-dark-bg-subtle);--bs-list-group-active-bg:var(--bs-dark-text-emphasis);--bs-list-group-active-border-color:var(--bs-dark-text-emphasis)}.btn-close{--bs-btn-close-color:#000;--bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");--bs-btn-close-opacity:.5;--bs-btn-close-hover-opacity:.75;--bs-btn-close-focus-shadow:0 0 0 .25rem rgba(26, 26, 26, .25);--bs-btn-close-focus-opacity:1;--bs-btn-close-disabled-opacity:.25;--bs-btn-close-white-filter:invert(1) grayscale(100%) brightness(200%);box-sizing:content-box;width:1em;height:1em;padding:.25em;color:var(--bs-btn-close-color);background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;border:0;opacity:var(--bs-btn-close-opacity)}.btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}.btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}.btn-close-white,[data-bs-theme=dark] .btn-close{filter:var(--bs-btn-close-white-filter)}.toast{--bs-toast-zindex:1090;--bs-toast-padding-x:.75rem;--bs-toast-padding-y:.5rem;--bs-toast-spacing:1.5rem;--bs-toast-max-width:350px;--bs-toast-font-size:.875rem;--bs-toast-color: ;--bs-toast-bg:rgba(var(--bs-body-bg-rgb), .85);--bs-toast-border-width:var(--bs-border-width);--bs-toast-border-color:var(--bs-border-color-translucent);--bs-toast-border-radius:var(--bs-border-radius);--bs-toast-box-shadow:var(--bs-box-shadow);--bs-toast-header-color:var(--bs-secondary-color);--bs-toast-header-bg:rgba(var(--bs-body-bg-rgb), .85);--bs-toast-header-border-color:var(--bs-border-color-translucent);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex:1090;position:absolute;z-index:var(--bs-toast-zindex);width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{display:flex;align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color)}.toast-header .btn-close{margin-right:calc(-.5 * var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex:1055;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:.5rem;--bs-modal-color: ;--bs-modal-bg:var(--bs-body-bg);--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:var(--bs-border-width);--bs-modal-border-radius:var(--bs-border-radius-lg);--bs-modal-box-shadow:0 .125rem .25rem rgba(0, 0, 0, .075);--bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:var(--bs-border-width);--bs-modal-title-line-height:1.5;--bs-modal-footer-gap:.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:var(--bs-border-width);position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin) * 2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin) * 2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);outline:0}.modal-backdrop{--bs-backdrop-zindex:1050;--bs-backdrop-bg:#000;--bs-backdrop-opacity:.5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);margin:calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap) * .5)}@media (min-width:576px){.modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:0 .5rem 1rem rgba(0, 0, 0, .15)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{--bs-modal-width:800px}}@media (min-width:1200px){.modal-xl{--bs-modal-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0}.modal-fullscreen .modal-body{overflow-y:auto}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex:1080;--bs-tooltip-max-width:200px;--bs-tooltip-padding-x:.5rem;--bs-tooltip-padding-y:.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:.875rem;--bs-tooltip-color:var(--bs-body-bg);--bs-tooltip-bg:var(--bs-emphasis-color);--bs-tooltip-border-radius:var(--bs-border-radius);--bs-tooltip-opacity:.9;--bs-tooltip-arrow-width:.8rem;--bs-tooltip-arrow-height:.4rem;z-index:var(--bs-tooltip-zindex);display:block;margin:var(--bs-tooltip-margin);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.bs-tooltip-top .tooltip-arrow:before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.bs-tooltip-end .tooltip-arrow:before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.bs-tooltip-bottom .tooltip-arrow:before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.bs-tooltip-start .tooltip-arrow:before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg)}.popover{--bs-popover-zindex:1070;--bs-popover-max-width:276px;--bs-popover-font-size:.875rem;--bs-popover-bg:var(--bs-body-bg);--bs-popover-border-width:var(--bs-border-width);--bs-popover-border-color:var(--bs-border-color-translucent);--bs-popover-border-radius:var(--bs-border-radius-lg);--bs-popover-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-popover-box-shadow:0 .5rem 1rem rgba(0, 0, 0, .15);--bs-popover-header-padding-x:1rem;--bs-popover-header-padding-y:.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color:#1a1a1a;--bs-popover-header-bg:var(--bs-secondary-bg);--bs-popover-body-padding-x:1rem;--bs-popover-body-padding-y:1rem;--bs-popover-body-color:var(--bs-body-color);--bs-popover-arrow-width:1rem;--bs-popover-arrow-height:.5rem;--bs-popover-arrow-border:var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color)}.popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}.popover .popover-arrow:after,.popover .popover-arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid;border-width:0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:after,.bs-popover-top>.popover-arrow:before{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-top>.popover-arrow:after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:after,.bs-popover-end>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:before{left:0;border-right-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-end>.popover-arrow:after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:before{border-width:0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(-.5 * var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:after,.bs-popover-start>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:before{right:0;border-left-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-start>.popover-arrow:after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color)}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translate(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translate(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}[data-bs-theme=dark] .carousel .carousel-control-next-icon,[data-bs-theme=dark] .carousel .carousel-control-prev-icon,[data-bs-theme=dark].carousel .carousel-control-next-icon,[data-bs-theme=dark].carousel .carousel-control-prev-icon{filter:invert(1) grayscale(100)}[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target]{background-color:#000}[data-bs-theme=dark] .carousel .carousel-caption,[data-bs-theme=dark].carousel .carousel-caption{color:#000}.spinner-border,.spinner-grow{display:inline-block;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-.125em;--bs-spinner-border-width:.25em;--bs-spinner-animation-speed:.75s;--bs-spinner-animation-name:spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:transparent}.spinner-border-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem;--bs-spinner-border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-.125em;--bs-spinner-animation-speed:.75s;--bs-spinner-animation-name:spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed:1.5s}}.offcanvas,.offcanvas-lg,.offcanvas-md,.offcanvas-sm,.offcanvas-xl,.offcanvas-xxl{--bs-offcanvas-zindex:1045;--bs-offcanvas-width:400px;--bs-offcanvas-height:30vh;--bs-offcanvas-padding-x:1rem;--bs-offcanvas-padding-y:1rem;--bs-offcanvas-color:var(--bs-body-color);--bs-offcanvas-bg:var(--bs-body-bg);--bs-offcanvas-border-width:var(--bs-border-width);--bs-offcanvas-border-color:var(--bs-border-color-translucent);--bs-offcanvas-box-shadow:0 .125rem .25rem rgba(0, 0, 0, .075);--bs-offcanvas-transition:transform .3s ease-in-out;--bs-offcanvas-title-line-height:1.5}@media (max-width:575.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:575.98px) and (prefers-reduced-motion:reduce){.offcanvas-sm{transition:none}}@media (max-width:575.98px){.offcanvas-sm.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}.offcanvas-sm.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-sm.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-sm.show:not(.hiding),.offcanvas-sm.showing{transform:none}.offcanvas-sm.hiding,.offcanvas-sm.show,.offcanvas-sm.showing{visibility:visible}}@media (min-width:576px){.offcanvas-sm{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:767.98px){.offcanvas-md{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:767.98px) and (prefers-reduced-motion:reduce){.offcanvas-md{transition:none}}@media (max-width:767.98px){.offcanvas-md.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}.offcanvas-md.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-md.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-md.show:not(.hiding),.offcanvas-md.showing{transform:none}.offcanvas-md.hiding,.offcanvas-md.show,.offcanvas-md.showing{visibility:visible}}@media (min-width:768px){.offcanvas-md{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:991.98px){.offcanvas-lg{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:991.98px) and (prefers-reduced-motion:reduce){.offcanvas-lg{transition:none}}@media (max-width:991.98px){.offcanvas-lg.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}.offcanvas-lg.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-lg.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-lg.show:not(.hiding),.offcanvas-lg.showing{transform:none}.offcanvas-lg.hiding,.offcanvas-lg.show,.offcanvas-lg.showing{visibility:visible}}@media (min-width:992px){.offcanvas-lg{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:1199.98px){.offcanvas-xl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:1199.98px) and (prefers-reduced-motion:reduce){.offcanvas-xl{transition:none}}@media (max-width:1199.98px){.offcanvas-xl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}.offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}.offcanvas-xl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xl.show:not(.hiding),.offcanvas-xl.showing{transform:none}.offcanvas-xl.hiding,.offcanvas-xl.show,.offcanvas-xl.showing{visibility:visible}}@media (min-width:1200px){.offcanvas-xl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:1399.98px){.offcanvas-xxl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width:1399.98px) and (prefers-reduced-motion:reduce){.offcanvas-xxl{transition:none}}@media (max-width:1399.98px){.offcanvas-xxl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}.offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}.offcanvas-xxl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xxl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xxl.show:not(.hiding),.offcanvas-xxl.showing{transform:none}.offcanvas-xxl.hiding,.offcanvas-xxl.show,.offcanvas-xxl.showing{visibility:visible}}@media (min-width:1400px){.offcanvas-xxl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}.offcanvas{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}.offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}.offcanvas.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.show:not(.hiding),.offcanvas.showing{transform:none}.offcanvas.hiding,.offcanvas.show,.offcanvas.showing{visibility:visible}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);margin-top:calc(-.5 * var(--bs-offcanvas-padding-y));margin-right:calc(-.5 * var(--bs-offcanvas-padding-x));margin-bottom:calc(-.5 * var(--bs-offcanvas-padding-y))}.offcanvas-title{margin-bottom:0;line-height:var(--bs-offcanvas-title-line-height)}.offcanvas-body{flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentcolor;opacity:.5}.placeholder.btn:before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{to{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}.clearfix:after{display:block;clear:both;content:""}.text-bg-primary{color:#fff!important;background-color:RGBA(26,26,26,var(--bs-bg-opacity,1))!important}.text-bg-secondary{color:#000!important;background-color:RGBA(255,255,255,var(--bs-bg-opacity,1))!important}.text-bg-success{color:#fff!important;background-color:RGBA(75,191,115,var(--bs-bg-opacity,1))!important}.text-bg-info{color:#fff!important;background-color:RGBA(31,155,207,var(--bs-bg-opacity,1))!important}.text-bg-warning{color:#000!important;background-color:RGBA(240,173,78,var(--bs-bg-opacity,1))!important}.text-bg-danger{color:#fff!important;background-color:RGBA(217,83,79,var(--bs-bg-opacity,1))!important}.text-bg-light{color:#000!important;background-color:RGBA(255,255,255,var(--bs-bg-opacity,1))!important}.text-bg-dark{color:#fff!important;background-color:RGBA(52,58,64,var(--bs-bg-opacity,1))!important}.link-primary{color:RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important}.link-primary:focus,.link-primary:hover{color:RGBA(21,21,21,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(21,21,21,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(21,21,21,var(--bs-link-underline-opacity,1))!important}.link-secondary{color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important}.link-secondary:focus,.link-secondary:hover{color:RGBA(255,255,255,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(255,255,255,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(255,255,255,var(--bs-link-underline-opacity,1))!important}.link-success{color:RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important}.link-success:focus,.link-success:hover{color:RGBA(60,153,92,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(60,153,92,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(60,153,92,var(--bs-link-underline-opacity,1))!important}.link-info{color:RGBA(var(--bs-info-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important}.link-info:focus,.link-info:hover{color:RGBA(25,124,166,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(25,124,166,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(25,124,166,var(--bs-link-underline-opacity,1))!important}.link-warning{color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important}.link-warning:focus,.link-warning:hover{color:RGBA(243,189,113,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(243,189,113,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(243,189,113,var(--bs-link-underline-opacity,1))!important}.link-danger{color:RGBA(var(--bs-danger-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important}.link-danger:focus,.link-danger:hover{color:RGBA(174,66,63,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(174,66,63,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(174,66,63,var(--bs-link-underline-opacity,1))!important}.link-light{color:RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important}.link-light:focus,.link-light:hover{color:RGBA(255,255,255,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(255,255,255,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(255,255,255,var(--bs-link-underline-opacity,1))!important}.link-dark{color:RGBA(var(--bs-dark-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important}.link-dark:focus,.link-dark:hover{color:RGBA(42,46,51,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(42,46,51,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(42,46,51,var(--bs-link-underline-opacity,1))!important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-body-emphasis:focus,.link-body-emphasis:hover{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75))!important;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,.75))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,.75))!important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,.5));text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,.5));text-underline-offset:.25em;-webkit-backface-visibility:hidden;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:.2s ease-in-out transform}@media (prefers-reduced-motion:reduce){.icon-link>.bi{transition:none}}.icon-link-hover:focus-visible>.bi,.icon-link-hover:hover>.bi{transform:var(--bs-icon-link-transform,translate3d(.25em,0,0))}.ratio{position:relative;width:100%}.ratio:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),.visually-hidden:not(caption){position:absolute!important}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentcolor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.object-fit-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-none{-o-object-fit:none!important;object-fit:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-visible{overflow-x:visible!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-visible{overflow-y:visible!important}.overflow-y-scroll{overflow-y:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem #00000026!important}.shadow-sm{box-shadow:0 .125rem .25rem #00000013!important}.shadow-lg{box-shadow:0 1rem 3rem #0000002d!important}.shadow-none{box-shadow:none!important}.focus-ring-primary{--bs-focus-ring-color:rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color:rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color:rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color:rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color:rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color:rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color:rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color:rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translate(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.border-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.border-black{--bs-border-opacity:1;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important}.border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle)!important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle)!important}.border-success-subtle{border-color:var(--bs-success-border-subtle)!important}.border-info-subtle{border-color:var(--bs-info-border-subtle)!important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle)!important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle)!important}.border-light-subtle{border-color:var(--bs-light-border-subtle)!important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle)!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.border-opacity-10{--bs-border-opacity:.1}.border-opacity-25{--bs-border-opacity:.25}.border-opacity-50{--bs-border-opacity:.5}.border-opacity-75{--bs-border-opacity:.75}.border-opacity-100{--bs-border-opacity:1}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.row-gap-0{row-gap:0!important}.row-gap-1{row-gap:.25rem!important}.row-gap-2{row-gap:.5rem!important}.row-gap-3{row-gap:1rem!important}.row-gap-4{row-gap:1.5rem!important}.row-gap-5{row-gap:3rem!important}.column-gap-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.325rem + .9vw)!important}.fs-2{font-size:calc(1.3rem + .6vw)!important}.fs-3{font-size:calc(1.275rem + .3vw)!important}.fs-4{font-size:1.25rem!important}.fs-5{font-size:1rem!important}.fs-6{font-size:.75rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-lighter{font-weight:lighter!important}.fw-light{font-weight:300!important}.fw-normal{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.text-black-50{--bs-text-opacity:1;color:#00000080!important}.text-white-50{--bs-text-opacity:1;color:#ffffff80!important}.text-body-secondary{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.text-body-tertiary{--bs-text-opacity:1;color:var(--bs-tertiary-color)!important}.text-body-emphasis{--bs-text-opacity:1;color:var(--bs-emphasis-color)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:.25}.text-opacity-50{--bs-text-opacity:.5}.text-opacity-75{--bs-text-opacity:.75}.text-opacity-100{--bs-text-opacity:1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis)!important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis)!important}.text-success-emphasis{color:var(--bs-success-text-emphasis)!important}.text-info-emphasis{color:var(--bs-info-text-emphasis)!important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis)!important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis)!important}.text-light-emphasis{color:var(--bs-light-text-emphasis)!important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis)!important}.link-opacity-10,.link-opacity-10-hover:hover{--bs-link-opacity:.1}.link-opacity-25,.link-opacity-25-hover:hover{--bs-link-opacity:.25}.link-opacity-50,.link-opacity-50-hover:hover{--bs-link-opacity:.5}.link-opacity-75,.link-opacity-75-hover:hover{--bs-link-opacity:.75}.link-opacity-100,.link-opacity-100-hover:hover{--bs-link-opacity:1}.link-offset-1,.link-offset-1-hover:hover{text-underline-offset:.125em!important}.link-offset-2,.link-offset-2-hover:hover{text-underline-offset:.25em!important}.link-offset-3,.link-offset-3-hover:hover{text-underline-offset:.375em!important}.link-underline-primary{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-secondary{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-success{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important}.link-underline-info{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important}.link-underline-warning{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important}.link-underline-danger{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important}.link-underline-light{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important}.link-underline-dark{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important}.link-underline{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-underline-opacity-0,.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity:0}.link-underline-opacity-10,.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity:.1}.link-underline-opacity-25,.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity:.25}.link-underline-opacity-50,.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity:.5}.link-underline-opacity-75,.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity:.75}.link-underline-opacity-100,.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-body-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important}.bg-body-tertiary{--bs-bg-opacity:1;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important}.bg-opacity-10{--bs-bg-opacity:.1}.bg-opacity-25{--bs-bg-opacity:.25}.bg-opacity-50{--bs-bg-opacity:.5}.bg-opacity-75{--bs-bg-opacity:.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle)!important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle)!important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle)!important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle)!important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle)!important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle)!important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle)!important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle)!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:var(--bs-border-radius-xxl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.rounded-top-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.rounded-end{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm)!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg)!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl)!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important}.rounded-end-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill)!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-0{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm)!important;border-bottom-left-radius:var(--bs-border-radius-sm)!important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg)!important;border-bottom-left-radius:var(--bs-border-radius-lg)!important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl)!important;border-bottom-left-radius:var(--bs-border-radius-xl)!important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-left-radius:var(--bs-border-radius-xxl)!important}.rounded-bottom-circle{border-bottom-right-radius:50%!important;border-bottom-left-radius:50%!important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill)!important;border-bottom-left-radius:var(--bs-border-radius-pill)!important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-0{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-top-left-radius:var(--bs-border-radius-sm)!important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-top-left-radius:var(--bs-border-radius-lg)!important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-top-left-radius:var(--bs-border-radius-xl)!important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-top-left-radius:var(--bs-border-radius-xxl)!important}.rounded-start-circle{border-bottom-left-radius:50%!important;border-top-left-radius:50%!important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-top-left-radius:var(--bs-border-radius-pill)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.z-n1{z-index:-1!important}.z-0{z-index:0!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.object-fit-sm-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-sm-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-sm-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-sm-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-sm-none{-o-object-fit:none!important;object-fit:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.25rem!important}.row-gap-sm-2{row-gap:.5rem!important}.row-gap-sm-3{row-gap:1rem!important}.row-gap-sm-4{row-gap:1.5rem!important}.row-gap-sm-5{row-gap:3rem!important}.column-gap-sm-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-sm-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-sm-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-sm-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-sm-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-sm-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.object-fit-md-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-md-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-md-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-md-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-md-none{-o-object-fit:none!important;object-fit:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.25rem!important}.row-gap-md-2{row-gap:.5rem!important}.row-gap-md-3{row-gap:1rem!important}.row-gap-md-4{row-gap:1.5rem!important}.row-gap-md-5{row-gap:3rem!important}.column-gap-md-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-md-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-md-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-md-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-md-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-md-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.object-fit-lg-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-lg-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-lg-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-lg-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-lg-none{-o-object-fit:none!important;object-fit:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.25rem!important}.row-gap-lg-2{row-gap:.5rem!important}.row-gap-lg-3{row-gap:1rem!important}.row-gap-lg-4{row-gap:1.5rem!important}.row-gap-lg-5{row-gap:3rem!important}.column-gap-lg-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-lg-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-lg-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-lg-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-lg-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-lg-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.object-fit-xl-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-xl-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-xl-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-xl-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-xl-none{-o-object-fit:none!important;object-fit:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.25rem!important}.row-gap-xl-2{row-gap:.5rem!important}.row-gap-xl-3{row-gap:1rem!important}.row-gap-xl-4{row-gap:1.5rem!important}.row-gap-xl-5{row-gap:3rem!important}.column-gap-xl-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-xl-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-xl-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-xl-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-xl-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-xl-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.object-fit-xxl-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-xxl-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-xxl-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-xxl-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-xxl-none{-o-object-fit:none!important;object-fit:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-1{row-gap:.25rem!important}.row-gap-xxl-2{row-gap:.5rem!important}.row-gap-xxl-3{row-gap:1rem!important}.row-gap-xxl-4{row-gap:1.5rem!important}.row-gap-xxl-5{row-gap:3rem!important}.column-gap-xxl-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-xxl-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-xxl-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-xxl-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-xxl-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-xxl-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2rem!important}.fs-2{font-size:1.75rem!important}.fs-3{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}:root{color-scheme:light}.navbar{font-size:.875rem;font-weight:600;text-transform:uppercase}.navbar-nav .nav-link{padding-top:.715rem;padding-bottom:.715rem}.navbar-brand{margin-right:2rem}.bg-light{border:1px solid rgba(0,0,0,.1)}.bg-light.navbar-fixed-top{border-width:0 0 1px}.bg-light.navbar-bottom-top{border-width:1px 0 0}.nav-item{margin-right:2rem}.btn{font-size:.875rem;text-transform:uppercase}.btn-group-sm>.btn,.btn-sm{font-size:10px}.btn-warning,.btn-warning:focus,.btn-warning:hover,.btn-warning:not([disabled]):not(.disabled):active{color:#fff}.btn-outline-secondary{color:#919aa1;border-color:#919aa1}.btn-outline-secondary:not([disabled]):not(.disabled):active,.btn-outline-secondary:not([disabled]):not(.disabled):focus,.btn-outline-secondary:not([disabled]):not(.disabled):hover{color:#fff;background-color:#ced4da;border-color:#ced4da}.btn-outline-secondary:not([disabled]):not(.disabled):focus{box-shadow:0 0 0 .2rem #ced4da80}[class*=btn-outline-]{border-width:2px}.border-secondary{border:1px solid #ced4da!important}body{font-weight:200;letter-spacing:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{text-transform:uppercase;letter-spacing:3px}.text-secondary{color:#55595c!important}th{font-size:.875rem;text-transform:uppercase}.table td,.table th{padding:1.5rem}.table-sm td,.table-sm th{padding:.75rem}.dropdown-menu{font-size:.875rem;text-transform:none}.badge{padding-top:.28rem}.badge-pill{border-radius:10rem}.badge.bg-light,.badge.bg-secondary{color:#343a40}.card .h1,.card .h2,.card .h3,.card .h4,.card .h5,.card .h6,.card h1,.card h2,.card h3,.card h4,.card h5,.card h6,.list-group-item .h1,.list-group-item .h2,.list-group-item .h3,.list-group-item .h4,.list-group-item .h5,.list-group-item .h6,.list-group-item h1,.list-group-item h2,.list-group-item h3,.list-group-item h4,.list-group-item h5,.list-group-item h6{color:inherit}a.disabled{pointer-events:none;cursor:default;color:#888}.fib{background-size:contain;background-position:50%;background-repeat:no-repeat}.fi{background-size:contain;background-position:50%;background-repeat:no-repeat;position:relative;display:inline-block;width:1.33333333em;line-height:1em}.fi:before{content:" "}.fi.fis{width:1em}.fi-xx{background-image:url(/app/assets/xx-972e0781.svg)}.fi-xx.fis{background-image:url(/app/assets/xx-e2d258c5.svg)}.fi-ad{background-image:url(/app/assets/ad-e411c81d.svg)}.fi-ad.fis{background-image:url(/app/assets/ad-399354a9.svg)}.fi-ae{background-image:url(/app/assets/ae-e646ea13.svg)}.fi-ae.fis{background-image:url(/app/assets/ae-534fefed.svg)}.fi-af{background-image:url(/app/assets/af-318f28f1.svg)}.fi-af.fis{background-image:url(/app/assets/af-6c420329.svg)}.fi-ag{background-image:url(/app/assets/ag-d4e7c300.svg)}.fi-ag.fis{background-image:url(/app/assets/ag-84dd2f68.svg)}.fi-ai{background-image:url(/app/assets/ai-2113432b.svg)}.fi-ai.fis{background-image:url(/app/assets/ai-61c43adb.svg)}.fi-al{background-image:url(/app/assets/al-f9b79f25.svg)}.fi-al.fis{background-image:url(/app/assets/al-2253bcd8.svg)}.fi-am{background-image:url(/app/assets/am-efb6cdaa.svg)}.fi-am.fis{background-image:url(/app/assets/am-57edcffa.svg)}.fi-ao{background-image:url(/app/assets/ao-3c52ff53.svg)}.fi-ao.fis{background-image:url(/app/assets/ao-a296c39c.svg)}.fi-aq{background-image:url(/app/assets/aq-454424bf.svg)}.fi-aq.fis{background-image:url(/app/assets/aq-733794b7.svg)}.fi-ar{background-image:url(/app/assets/ar-49a0084b.svg)}.fi-ar.fis{background-image:url(/app/assets/ar-92dd89b1.svg)}.fi-as{background-image:url(/app/assets/as-a9ea837d.svg)}.fi-as.fis{background-image:url(/app/assets/as-0af12c4a.svg)}.fi-at{background-image:url(/app/assets/at-2754ed2f.svg)}.fi-at.fis{background-image:url(/app/assets/at-9152f136.svg)}.fi-au{background-image:url(/app/assets/au-6cf0b0da.svg)}.fi-au.fis{background-image:url(/app/assets/au-01aa7963.svg)}.fi-aw{background-image:url(/app/assets/aw-5e136f5b.svg)}.fi-aw.fis{background-image:url(/app/assets/aw-0379172e.svg)}.fi-ax{background-image:url(/app/assets/ax-e2162713.svg)}.fi-ax.fis{background-image:url(/app/assets/ax-140f94bb.svg)}.fi-az{background-image:url(/app/assets/az-b942e12d.svg)}.fi-az.fis{background-image:url(/app/assets/az-fef5c465.svg)}.fi-ba{background-image:url(/app/assets/ba-7fe2acc6.svg)}.fi-ba.fis{background-image:url(/app/assets/ba-f7fbd614.svg)}.fi-bb{background-image:url(/app/assets/bb-beaf3ae6.svg)}.fi-bb.fis{background-image:url(/app/assets/bb-20bd0c90.svg)}.fi-bd{background-image:url(/app/assets/bd-1aabb4a7.svg)}.fi-bd.fis{background-image:url(/app/assets/bd-90f8f20e.svg)}.fi-be{background-image:url(/app/assets/be-42f09ed6.svg)}.fi-be.fis{background-image:url(/app/assets/be-a2f62b54.svg)}.fi-bf{background-image:url(/app/assets/bf-606b17ad.svg)}.fi-bf.fis{background-image:url(/app/assets/bf-62cdc2bd.svg)}.fi-bg{background-image:url(/app/assets/bg-a2282477.svg)}.fi-bg.fis{background-image:url(/app/assets/bg-40e29b66.svg)}.fi-bh{background-image:url(/app/assets/bh-7a519f58.svg)}.fi-bh.fis{background-image:url(/app/assets/bh-102fe27e.svg)}.fi-bi{background-image:url(/app/assets/bi-3e1ff149.svg)}.fi-bi.fis{background-image:url(/app/assets/bi-46ceb5f8.svg)}.fi-bj{background-image:url(/app/assets/bj-6f5043b4.svg)}.fi-bj.fis{background-image:url(/app/assets/bj-ab7b5a85.svg)}.fi-bl{background-image:url(/app/assets/bl-ec0bc216.svg)}.fi-bl.fis{background-image:url(/app/assets/bl-025f596f.svg)}.fi-bm{background-image:url(/app/assets/bm-def86a14.svg)}.fi-bm.fis{background-image:url(/app/assets/bm-d0a9f672.svg)}.fi-bn{background-image:url(/app/assets/bn-07740542.svg)}.fi-bn.fis{background-image:url(/app/assets/bn-db17f97a.svg)}.fi-bo{background-image:url(/app/assets/bo-63594b20.svg)}.fi-bo.fis{background-image:url(/app/assets/bo-4806a8c7.svg)}.fi-bq{background-image:url(/app/assets/bq-23881e6c.svg)}.fi-bq.fis{background-image:url(/app/assets/bq-83723941.svg)}.fi-br{background-image:url(/app/assets/br-fc872e71.svg)}.fi-br.fis{background-image:url(/app/assets/br-ce7e334e.svg)}.fi-bs{background-image:url(/app/assets/bs-90305318.svg)}.fi-bs.fis{background-image:url(/app/assets/bs-ee46721d.svg)}.fi-bt{background-image:url(/app/assets/bt-dc7fe8fa.svg)}.fi-bt.fis{background-image:url(/app/assets/bt-84e84171.svg)}.fi-bv{background-image:url(/app/assets/bv-03917bba.svg)}.fi-bv.fis{background-image:url(/app/assets/bv-091fb966.svg)}.fi-bw{background-image:url(/app/assets/bw-1fc9322c.svg)}.fi-bw.fis{background-image:url(/app/assets/bw-e1e15926.svg)}.fi-by{background-image:url(/app/assets/by-b0ac20fe.svg)}.fi-by.fis{background-image:url(/app/assets/by-c74090d5.svg)}.fi-bz{background-image:url(/app/assets/bz-c57817a5.svg)}.fi-bz.fis{background-image:url(/app/assets/bz-4085bcd0.svg)}.fi-ca{background-image:url(/app/assets/ca-73bd9657.svg)}.fi-ca.fis{background-image:url(/app/assets/ca-5e8736c4.svg)}.fi-cc{background-image:url(/app/assets/cc-f4e9b00e.svg)}.fi-cc.fis{background-image:url(/app/assets/cc-eec3b923.svg)}.fi-cd{background-image:url(/app/assets/cd-23f049df.svg)}.fi-cd.fis{background-image:url(/app/assets/cd-620c7263.svg)}.fi-cf{background-image:url(/app/assets/cf-cd11e360.svg)}.fi-cf.fis{background-image:url(/app/assets/cf-3c6b6c0b.svg)}.fi-cg{background-image:url(/app/assets/cg-f8467d04.svg)}.fi-cg.fis{background-image:url(/app/assets/cg-66f98bc1.svg)}.fi-ch{background-image:url(/app/assets/ch-ac676cd3.svg)}.fi-ch.fis{background-image:url(/app/assets/ch-be4b8257.svg)}.fi-ci{background-image:url(/app/assets/ci-4ecfea70.svg)}.fi-ci.fis{background-image:url(/app/assets/ci-c3f20b8e.svg)}.fi-ck{background-image:url(/app/assets/ck-b17c039f.svg)}.fi-ck.fis{background-image:url(/app/assets/ck-e5457495.svg)}.fi-cl{background-image:url(/app/assets/cl-bde5c7c2.svg)}.fi-cl.fis{background-image:url(/app/assets/cl-dc9bc06f.svg)}.fi-cm{background-image:url(/app/assets/cm-db88be4b.svg)}.fi-cm.fis{background-image:url(/app/assets/cm-f351617f.svg)}.fi-cn{background-image:url(/app/assets/cn-c1f22841.svg)}.fi-cn.fis{background-image:url(/app/assets/cn-9f7f1ab6.svg)}.fi-co{background-image:url(/app/assets/co-6bab3c96.svg)}.fi-co.fis{background-image:url(/app/assets/co-596558a2.svg)}.fi-cr{background-image:url(/app/assets/cr-4775ef01.svg)}.fi-cr.fis{background-image:url(/app/assets/cr-b70b33c4.svg)}.fi-cu{background-image:url(/app/assets/cu-9d2a35ff.svg)}.fi-cu.fis{background-image:url(/app/assets/cu-34aa5ec2.svg)}.fi-cv{background-image:url(/app/assets/cv-237307fe.svg)}.fi-cv.fis{background-image:url(/app/assets/cv-a855505a.svg)}.fi-cw{background-image:url(/app/assets/cw-929063b2.svg)}.fi-cw.fis{background-image:url(/app/assets/cw-a689736d.svg)}.fi-cx{background-image:url(/app/assets/cx-8c09357b.svg)}.fi-cx.fis{background-image:url(/app/assets/cx-81387568.svg)}.fi-cy{background-image:url(/app/assets/cy-aa9b4c30.svg)}.fi-cy.fis{background-image:url(/app/assets/cy-ed929efd.svg)}.fi-cz{background-image:url(/app/assets/cz-d601fcc2.svg)}.fi-cz.fis{background-image:url(/app/assets/cz-5a462b5f.svg)}.fi-de{background-image:url(/app/assets/de-7318c9aa.svg)}.fi-de.fis{background-image:url(/app/assets/de-d5f40046.svg)}.fi-dj{background-image:url(/app/assets/dj-0a60922e.svg)}.fi-dj.fis{background-image:url(/app/assets/dj-7baede08.svg)}.fi-dk{background-image:url(/app/assets/dk-d2847c0b.svg)}.fi-dk.fis{background-image:url(/app/assets/dk-4d7c9c44.svg)}.fi-dm{background-image:url(/app/assets/dm-5758b806.svg)}.fi-dm.fis{background-image:url(/app/assets/dm-4ac56c6b.svg)}.fi-do{background-image:url(/app/assets/do-dd35c806.svg)}.fi-do.fis{background-image:url(/app/assets/do-302ada56.svg)}.fi-dz{background-image:url(/app/assets/dz-9ea0cf93.svg)}.fi-dz.fis{background-image:url(/app/assets/dz-73f56cc7.svg)}.fi-ec{background-image:url(/app/assets/ec-73be1a4b.svg)}.fi-ec.fis{background-image:url(/app/assets/ec-c1196d0f.svg)}.fi-ee{background-image:url(/app/assets/ee-1c30ac2c.svg)}.fi-ee.fis{background-image:url(/app/assets/ee-733a082e.svg)}.fi-eg{background-image:url(/app/assets/eg-bc19c9ba.svg)}.fi-eg.fis{background-image:url(/app/assets/eg-60288e26.svg)}.fi-eh{background-image:url(/app/assets/eh-5661bb32.svg)}.fi-eh.fis{background-image:url(/app/assets/eh-cd0c4d05.svg)}.fi-er{background-image:url(/app/assets/er-21cdc1d1.svg)}.fi-er.fis{background-image:url(/app/assets/er-6e90ebb6.svg)}.fi-es{background-image:url(/app/assets/es-6fe80291.svg)}.fi-es.fis{background-image:url(/app/assets/es-edd3ba17.svg)}.fi-et{background-image:url(/app/assets/et-b2239ad7.svg)}.fi-et.fis{background-image:url(/app/assets/et-25b637b7.svg)}.fi-fi{background-image:url(/app/assets/fi-012edd98.svg)}.fi-fi.fis{background-image:url(/app/assets/fi-f4064089.svg)}.fi-fj{background-image:url(/app/assets/fj-f8b5b752.svg)}.fi-fj.fis{background-image:url(/app/assets/fj-0243d39f.svg)}.fi-fk{background-image:url(/app/assets/fk-4862e30d.svg)}.fi-fk.fis{background-image:url(/app/assets/fk-398be37e.svg)}.fi-fm{background-image:url(/app/assets/fm-07fe66ad.svg)}.fi-fm.fis{background-image:url(/app/assets/fm-f7906ddc.svg)}.fi-fo{background-image:url(/app/assets/fo-87270006.svg)}.fi-fo.fis{background-image:url(/app/assets/fo-9b46d4a8.svg)}.fi-fr{background-image:url(/app/assets/bl-ec0bc216.svg)}.fi-fr.fis{background-image:url(/app/assets/fr-a459a088.svg)}.fi-ga{background-image:url(/app/assets/ga-f7b775c4.svg)}.fi-ga.fis{background-image:url(/app/assets/ga-cb2951db.svg)}.fi-gb{background-image:url(/app/assets/gb-51a8613a.svg)}.fi-gb.fis{background-image:url(/app/assets/gb-4b739ae8.svg)}.fi-gd{background-image:url(/app/assets/gd-495e20bd.svg)}.fi-gd.fis{background-image:url(/app/assets/gd-b8fdff46.svg)}.fi-ge{background-image:url(/app/assets/ge-3821d90a.svg)}.fi-ge.fis{background-image:url(/app/assets/ge-c89af007.svg)}.fi-gf{background-image:url(/app/assets/bl-ec0bc216.svg)}.fi-gf.fis{background-image:url(/app/assets/gf-41b1f103.svg)}.fi-gg{background-image:url(/app/assets/gg-3457d341.svg)}.fi-gg.fis{background-image:url(/app/assets/gg-f6ec0e51.svg)}.fi-gh{background-image:url(/app/assets/gh-86635202.svg)}.fi-gh.fis{background-image:url(/app/assets/gh-4afd4198.svg)}.fi-gi{background-image:url(/app/assets/gi-05d68008.svg)}.fi-gi.fis{background-image:url(/app/assets/gi-053a0a90.svg)}.fi-gl{background-image:url(/app/assets/gl-15a60b07.svg)}.fi-gl.fis{background-image:url(/app/assets/gl-debe7773.svg)}.fi-gm{background-image:url(/app/assets/gm-26a1fd6b.svg)}.fi-gm.fis{background-image:url(/app/assets/gm-726e760b.svg)}.fi-gn{background-image:url(/app/assets/gn-ee01e7dd.svg)}.fi-gn.fis{background-image:url(/app/assets/gn-8d20e686.svg)}.fi-gp{background-image:url(/app/assets/bl-ec0bc216.svg)}.fi-gp.fis{background-image:url(/app/assets/gf-41b1f103.svg)}.fi-gq{background-image:url(/app/assets/gq-be2561d6.svg)}.fi-gq.fis{background-image:url(/app/assets/gq-a3bf98e3.svg)}.fi-gr{background-image:url(/app/assets/gr-a184070f.svg)}.fi-gr.fis{background-image:url(/app/assets/gr-a4519d98.svg)}.fi-gs{background-image:url(/app/assets/gs-fd6ad76e.svg)}.fi-gs.fis{background-image:url(/app/assets/gs-dcac009d.svg)}.fi-gt{background-image:url(/app/assets/gt-53d6bd19.svg)}.fi-gt.fis{background-image:url(/app/assets/gt-cb60868c.svg)}.fi-gu{background-image:url(/app/assets/gu-865d2c85.svg)}.fi-gu.fis{background-image:url(/app/assets/gu-0fc8abf7.svg)}.fi-gw{background-image:url(/app/assets/gw-9383444c.svg)}.fi-gw.fis{background-image:url(/app/assets/gw-35d8c841.svg)}.fi-gy{background-image:url(/app/assets/gy-81301929.svg)}.fi-gy.fis{background-image:url(/app/assets/gy-97253f86.svg)}.fi-hk{background-image:url(/app/assets/hk-3a01db4f.svg)}.fi-hk.fis{background-image:url(/app/assets/hk-73c6a5fc.svg)}.fi-hm{background-image:url(/app/assets/hm-962e9410.svg)}.fi-hm.fis{background-image:url(/app/assets/hm-3c45173f.svg)}.fi-hn{background-image:url(/app/assets/hn-f7828d93.svg)}.fi-hn.fis{background-image:url(/app/assets/hn-2b4bafff.svg)}.fi-hr{background-image:url(/app/assets/hr-c853a9f1.svg)}.fi-hr.fis{background-image:url(/app/assets/hr-a6187e3f.svg)}.fi-ht{background-image:url(/app/assets/ht-9877b482.svg)}.fi-ht.fis{background-image:url(/app/assets/ht-84187767.svg)}.fi-hu{background-image:url(/app/assets/hu-ffc4edd5.svg)}.fi-hu.fis{background-image:url(/app/assets/hu-9e6bc6d7.svg)}.fi-id{background-image:url(/app/assets/id-5cd3acc4.svg)}.fi-id.fis{background-image:url(/app/assets/id-b8cd30f2.svg)}.fi-ie{background-image:url(/app/assets/ie-f82568d7.svg)}.fi-ie.fis{background-image:url(/app/assets/ie-860168f5.svg)}.fi-il{background-image:url(/app/assets/il-a9c90b0c.svg)}.fi-il.fis{background-image:url(/app/assets/il-0004f90f.svg)}.fi-im{background-image:url(/app/assets/im-bf7e365b.svg)}.fi-im.fis{background-image:url(/app/assets/im-56a6eed5.svg)}.fi-in{background-image:url(/app/assets/in-24cd1522.svg)}.fi-in.fis{background-image:url(/app/assets/in-9a372951.svg)}.fi-io{background-image:url(/app/assets/io-01c8fe00.svg)}.fi-io.fis{background-image:url(/app/assets/io-34982578.svg)}.fi-iq{background-image:url(/app/assets/iq-798e6f15.svg)}.fi-iq.fis{background-image:url(/app/assets/iq-591149b8.svg)}.fi-ir{background-image:url(/app/assets/ir-0473dddb.svg)}.fi-ir.fis{background-image:url(/app/assets/ir-0d921dd5.svg)}.fi-is{background-image:url(/app/assets/is-eec3f1e9.svg)}.fi-is.fis{background-image:url(/app/assets/is-33111797.svg)}.fi-it{background-image:url(/app/assets/it-9fa88118.svg)}.fi-it.fis{background-image:url(/app/assets/it-03086f2e.svg)}.fi-je{background-image:url(/app/assets/je-6a220774.svg)}.fi-je.fis{background-image:url(/app/assets/je-38af9b35.svg)}.fi-jm{background-image:url(/app/assets/jm-61441775.svg)}.fi-jm.fis{background-image:url(/app/assets/jm-a556453f.svg)}.fi-jo{background-image:url(/app/assets/jo-844439f2.svg)}.fi-jo.fis{background-image:url(/app/assets/jo-5cef1493.svg)}.fi-jp{background-image:url(/app/assets/jp-48cbe3d7.svg)}.fi-jp.fis{background-image:url(/app/assets/jp-d1182a34.svg)}.fi-ke{background-image:url(/app/assets/ke-be4fa3bd.svg)}.fi-ke.fis{background-image:url(/app/assets/ke-ec022d0b.svg)}.fi-kg{background-image:url(/app/assets/kg-d9788d16.svg)}.fi-kg.fis{background-image:url(/app/assets/kg-bc5fb7c3.svg)}.fi-kh{background-image:url(/app/assets/kh-53ac72c8.svg)}.fi-kh.fis{background-image:url(/app/assets/kh-d4e0c527.svg)}.fi-ki{background-image:url(/app/assets/ki-9c323e29.svg)}.fi-ki.fis{background-image:url(/app/assets/ki-c275fe86.svg)}.fi-km{background-image:url(/app/assets/km-467ca3de.svg)}.fi-km.fis{background-image:url(/app/assets/km-d84d85a0.svg)}.fi-kn{background-image:url(/app/assets/kn-033a17ff.svg)}.fi-kn.fis{background-image:url(/app/assets/kn-a57a8e10.svg)}.fi-kp{background-image:url(/app/assets/kp-536277a9.svg)}.fi-kp.fis{background-image:url(/app/assets/kp-7495f008.svg)}.fi-kr{background-image:url(/app/assets/kr-268e0a2d.svg)}.fi-kr.fis{background-image:url(/app/assets/kr-f4369bf4.svg)}.fi-kw{background-image:url(/app/assets/kw-0a98e54b.svg)}.fi-kw.fis{background-image:url(/app/assets/kw-c976ecde.svg)}.fi-ky{background-image:url(/app/assets/ky-6b48ca73.svg)}.fi-ky.fis{background-image:url(/app/assets/ky-762191bf.svg)}.fi-kz{background-image:url(/app/assets/kz-4d7a5b7d.svg)}.fi-kz.fis{background-image:url(/app/assets/kz-59041046.svg)}.fi-la{background-image:url(/app/assets/la-e9e3ae6b.svg)}.fi-la.fis{background-image:url(/app/assets/la-012421df.svg)}.fi-lb{background-image:url(/app/assets/lb-8fa85ea1.svg)}.fi-lb.fis{background-image:url(/app/assets/lb-727faae7.svg)}.fi-lc{background-image:url(/app/assets/lc-525ad8c3.svg)}.fi-lc.fis{background-image:url(/app/assets/lc-539914cb.svg)}.fi-li{background-image:url(/app/assets/li-c312a745.svg)}.fi-li.fis{background-image:url(/app/assets/li-3694c865.svg)}.fi-lk{background-image:url(/app/assets/lk-f54e3c5a.svg)}.fi-lk.fis{background-image:url(/app/assets/lk-8e2d1942.svg)}.fi-lr{background-image:url(/app/assets/lr-2521f360.svg)}.fi-lr.fis{background-image:url(/app/assets/lr-a75c0e30.svg)}.fi-ls{background-image:url(/app/assets/ls-9491616e.svg)}.fi-ls.fis{background-image:url(/app/assets/ls-d59e8226.svg)}.fi-lt{background-image:url(/app/assets/lt-dc040199.svg)}.fi-lt.fis{background-image:url(/app/assets/lt-8ef0e9cb.svg)}.fi-lu{background-image:url(/app/assets/lu-a6c17cd0.svg)}.fi-lu.fis{background-image:url(/app/assets/lu-965964b5.svg)}.fi-lv{background-image:url(/app/assets/lv-15d4e812.svg)}.fi-lv.fis{background-image:url(/app/assets/lv-f4e0567e.svg)}.fi-ly{background-image:url(/app/assets/ly-9f3bec18.svg)}.fi-ly.fis{background-image:url(/app/assets/ly-167e6177.svg)}.fi-ma{background-image:url(/app/assets/ma-28cfcdec.svg)}.fi-ma.fis{background-image:url(/app/assets/ma-8f1a0be2.svg)}.fi-mc{background-image:url(/app/assets/mc-690c23fe.svg)}.fi-mc.fis{background-image:url(/app/assets/mc-c3aaba7e.svg)}.fi-md{background-image:url(/app/assets/md-ae4fd022.svg)}.fi-md.fis{background-image:url(/app/assets/md-e678dd90.svg)}.fi-me{background-image:url(/app/assets/me-73f05f92.svg)}.fi-me.fis{background-image:url(/app/assets/me-8d3f7f89.svg)}.fi-mf{background-image:url(/app/assets/bl-ec0bc216.svg)}.fi-mf.fis{background-image:url(/app/assets/fr-a459a088.svg)}.fi-mg{background-image:url(/app/assets/mg-59246c21.svg)}.fi-mg.fis{background-image:url(/app/assets/mg-f16ffe66.svg)}.fi-mh{background-image:url(/app/assets/mh-f4d41b34.svg)}.fi-mh.fis{background-image:url(/app/assets/mh-7bd55f27.svg)}.fi-mk{background-image:url(/app/assets/mk-22488dc8.svg)}.fi-mk.fis{background-image:url(/app/assets/mk-8faba052.svg)}.fi-ml{background-image:url(/app/assets/ml-49e84081.svg)}.fi-ml.fis{background-image:url(/app/assets/ml-34021383.svg)}.fi-mm{background-image:url(/app/assets/mm-02b92ceb.svg)}.fi-mm.fis{background-image:url(/app/assets/mm-24ae103d.svg)}.fi-mn{background-image:url(/app/assets/mn-0d3973cf.svg)}.fi-mn.fis{background-image:url(/app/assets/mn-9b39f1b9.svg)}.fi-mo{background-image:url(/app/assets/mo-f23114c3.svg)}.fi-mo.fis{background-image:url(/app/assets/mo-42ae5ab4.svg)}.fi-mp{background-image:url(/app/assets/mp-ede556ff.svg)}.fi-mp.fis{background-image:url(/app/assets/mp-0072e467.svg)}.fi-mq{background-image:url(/app/assets/bl-ec0bc216.svg)}.fi-mq.fis{background-image:url(/app/assets/gf-41b1f103.svg)}.fi-mr{background-image:url(/app/assets/mr-1fe95778.svg)}.fi-mr.fis{background-image:url(/app/assets/mr-c106d19e.svg)}.fi-ms{background-image:url(/app/assets/ms-62f315e0.svg)}.fi-ms.fis{background-image:url(/app/assets/ms-3ec666d9.svg)}.fi-mt{background-image:url(/app/assets/mt-5b9d6101.svg)}.fi-mt.fis{background-image:url(/app/assets/mt-ae7e5df1.svg)}.fi-mu{background-image:url(/app/assets/mu-51f86810.svg)}.fi-mu.fis{background-image:url(/app/assets/mu-3a73b077.svg)}.fi-mv{background-image:url(/app/assets/mv-5546d527.svg)}.fi-mv.fis{background-image:url(/app/assets/mv-ecc358a3.svg)}.fi-mw{background-image:url(/app/assets/mw-2a3cc640.svg)}.fi-mw.fis{background-image:url(/app/assets/mw-18dfe0c3.svg)}.fi-mx{background-image:url(/app/assets/mx-64553d6b.svg)}.fi-mx.fis{background-image:url(/app/assets/mx-e5a0dc8c.svg)}.fi-my{background-image:url(/app/assets/my-412fcd27.svg)}.fi-my.fis{background-image:url(/app/assets/my-ab77d984.svg)}.fi-mz{background-image:url(/app/assets/mz-c087cb47.svg)}.fi-mz.fis{background-image:url(/app/assets/mz-8c3ebb36.svg)}.fi-na{background-image:url(/app/assets/na-80df4b01.svg)}.fi-na.fis{background-image:url(/app/assets/na-fbbde88c.svg)}.fi-nc{background-image:url(/app/assets/nc-cff3afeb.svg)}.fi-nc.fis{background-image:url(/app/assets/nc-8b7ef8a4.svg)}.fi-ne{background-image:url(/app/assets/ne-4b91653d.svg)}.fi-ne.fis{background-image:url(/app/assets/ne-c92686fc.svg)}.fi-nf{background-image:url(/app/assets/nf-9cf4bf10.svg)}.fi-nf.fis{background-image:url(/app/assets/nf-d458b917.svg)}.fi-ng{background-image:url(/app/assets/ng-b7a2a45a.svg)}.fi-ng.fis{background-image:url(/app/assets/ng-a41dbb75.svg)}.fi-ni{background-image:url(/app/assets/ni-23bfeacd.svg)}.fi-ni.fis{background-image:url(/app/assets/ni-1d464374.svg)}.fi-nl{background-image:url(/app/assets/nl-54b194d9.svg)}.fi-nl.fis{background-image:url(/app/assets/nl-a8b56f7d.svg)}.fi-no{background-image:url(/app/assets/no-ceea17af.svg)}.fi-no.fis{background-image:url(/app/assets/no-55fc1564.svg)}.fi-np{background-image:url(/app/assets/np-50cdee4b.svg)}.fi-np.fis{background-image:url(/app/assets/np-3f1bb2db.svg)}.fi-nr{background-image:url(/app/assets/nr-707765a6.svg)}.fi-nr.fis{background-image:url(/app/assets/nr-68ffbe53.svg)}.fi-nu{background-image:url(/app/assets/nu-835c94f3.svg)}.fi-nu.fis{background-image:url(/app/assets/nu-93e802ac.svg)}.fi-nz{background-image:url(/app/assets/nz-30a785d1.svg)}.fi-nz.fis{background-image:url(/app/assets/nz-8e77ded3.svg)}.fi-om{background-image:url(/app/assets/om-b19a16d1.svg)}.fi-om.fis{background-image:url(/app/assets/om-78351c31.svg)}.fi-pa{background-image:url(/app/assets/pa-9d1b2b70.svg)}.fi-pa.fis{background-image:url(/app/assets/pa-6f2195a5.svg)}.fi-pe{background-image:url(/app/assets/pe-5272e92f.svg)}.fi-pe.fis{background-image:url(/app/assets/pe-b68f41fa.svg)}.fi-pf{background-image:url(/app/assets/pf-cea36e28.svg)}.fi-pf.fis{background-image:url(/app/assets/pf-eea47b61.svg)}.fi-pg{background-image:url(/app/assets/pg-45e15441.svg)}.fi-pg.fis{background-image:url(/app/assets/pg-04752d7c.svg)}.fi-ph{background-image:url(/app/assets/ph-4cccf403.svg)}.fi-ph.fis{background-image:url(/app/assets/ph-3c2c5087.svg)}.fi-pk{background-image:url(/app/assets/pk-f812c368.svg)}.fi-pk.fis{background-image:url(/app/assets/pk-e2e82907.svg)}.fi-pl{background-image:url(/app/assets/pl-369bb3e1.svg)}.fi-pl.fis{background-image:url(/app/assets/pl-698cda1f.svg)}.fi-pm{background-image:url(/app/assets/bl-ec0bc216.svg)}.fi-pm.fis{background-image:url(/app/assets/gf-41b1f103.svg)}.fi-pn{background-image:url(/app/assets/pn-ae3c517c.svg)}.fi-pn.fis{background-image:url(/app/assets/pn-e0f59844.svg)}.fi-pr{background-image:url(/app/assets/pr-ed792fc3.svg)}.fi-pr.fis{background-image:url(/app/assets/pr-de232a57.svg)}.fi-ps{background-image:url(/app/assets/ps-accd4461.svg)}.fi-ps.fis{background-image:url(/app/assets/ps-1ebcb0e1.svg)}.fi-pt{background-image:url(/app/assets/pt-a24d5bb8.svg)}.fi-pt.fis{background-image:url(/app/assets/pt-21237ce4.svg)}.fi-pw{background-image:url(/app/assets/pw-cab1c31f.svg)}.fi-pw.fis{background-image:url(/app/assets/pw-452a030a.svg)}.fi-py{background-image:url(/app/assets/py-6eb85947.svg)}.fi-py.fis{background-image:url(/app/assets/py-93651722.svg)}.fi-qa{background-image:url(/app/assets/qa-4d41fa3c.svg)}.fi-qa.fis{background-image:url(/app/assets/qa-a781df63.svg)}.fi-re{background-image:url(/app/assets/bl-ec0bc216.svg)}.fi-re.fis{background-image:url(/app/assets/re-a5347d1a.svg)}.fi-ro{background-image:url(/app/assets/ro-17a3a747.svg)}.fi-ro.fis{background-image:url(/app/assets/ro-b56a867a.svg)}.fi-rs{background-image:url(/app/assets/rs-4d92f460.svg)}.fi-rs.fis{background-image:url(/app/assets/rs-1f2c25e6.svg)}.fi-ru{background-image:url(/app/assets/ru-6c62f886.svg)}.fi-ru.fis{background-image:url(/app/assets/ru-5224e89e.svg)}.fi-rw{background-image:url(/app/assets/rw-67a5e9a0.svg)}.fi-rw.fis{background-image:url(/app/assets/rw-726c1546.svg)}.fi-sa{background-image:url(/app/assets/sa-a6c756d8.svg)}.fi-sa.fis{background-image:url(/app/assets/sa-fc167621.svg)}.fi-sb{background-image:url(/app/assets/sb-f1a38c9d.svg)}.fi-sb.fis{background-image:url(/app/assets/sb-b28813c8.svg)}.fi-sc{background-image:url(/app/assets/sc-30cdbe42.svg)}.fi-sc.fis{background-image:url(/app/assets/sc-4363a818.svg)}.fi-sd{background-image:url(/app/assets/sd-7c85028c.svg)}.fi-sd.fis{background-image:url(/app/assets/sd-43f9ed92.svg)}.fi-se{background-image:url(/app/assets/se-bc8a97e1.svg)}.fi-se.fis{background-image:url(/app/assets/se-b4cc09f1.svg)}.fi-sg{background-image:url(/app/assets/sg-010b1e94.svg)}.fi-sg.fis{background-image:url(/app/assets/sg-b0a8dfe9.svg)}.fi-sh{background-image:url(/app/assets/sh-78eb5275.svg)}.fi-sh.fis{background-image:url(/app/assets/sh-22794630.svg)}.fi-si{background-image:url(/app/assets/si-260a7276.svg)}.fi-si.fis{background-image:url(/app/assets/si-494ab288.svg)}.fi-sj{background-image:url(/app/assets/sj-b60dad0e.svg)}.fi-sj.fis{background-image:url(/app/assets/sj-880802e4.svg)}.fi-sk{background-image:url(/app/assets/sk-01a41b70.svg)}.fi-sk.fis{background-image:url(/app/assets/sk-40b3a188.svg)}.fi-sl{background-image:url(/app/assets/sl-d0c384b0.svg)}.fi-sl.fis{background-image:url(/app/assets/sl-e8ca2dae.svg)}.fi-sm{background-image:url(/app/assets/sm-c2055b28.svg)}.fi-sm.fis{background-image:url(/app/assets/sm-d2f10302.svg)}.fi-sn{background-image:url(/app/assets/sn-6437db13.svg)}.fi-sn.fis{background-image:url(/app/assets/sn-2c7a8737.svg)}.fi-so{background-image:url(/app/assets/so-b85dd16d.svg)}.fi-so.fis{background-image:url(/app/assets/so-09df0ab2.svg)}.fi-sr{background-image:url(/app/assets/sr-5194a6af.svg)}.fi-sr.fis{background-image:url(/app/assets/sr-81b54581.svg)}.fi-ss{background-image:url(/app/assets/ss-d09319a4.svg)}.fi-ss.fis{background-image:url(/app/assets/ss-6aa031ba.svg)}.fi-st{background-image:url(/app/assets/st-16db84cc.svg)}.fi-st.fis{background-image:url(/app/assets/st-fc411d32.svg)}.fi-sv{background-image:url(/app/assets/sv-a382a7a3.svg)}.fi-sv.fis{background-image:url(/app/assets/sv-ebbd7d5a.svg)}.fi-sx{background-image:url(/app/assets/sx-2d9fbccb.svg)}.fi-sx.fis{background-image:url(/app/assets/sx-3a56525c.svg)}.fi-sy{background-image:url(/app/assets/sy-38125aa4.svg)}.fi-sy.fis{background-image:url(/app/assets/sy-6e3feb72.svg)}.fi-sz{background-image:url(/app/assets/sz-00015a76.svg)}.fi-sz.fis{background-image:url(/app/assets/sz-e92e7315.svg)}.fi-tc{background-image:url(/app/assets/tc-f44b6d22.svg)}.fi-tc.fis{background-image:url(/app/assets/tc-1a90d773.svg)}.fi-td{background-image:url(/app/assets/td-ec75ab08.svg)}.fi-td.fis{background-image:url(/app/assets/td-8e475ace.svg)}.fi-tf{background-image:url(/app/assets/tf-5dbdbb8b.svg)}.fi-tf.fis{background-image:url(/app/assets/tf-280ce967.svg)}.fi-tg{background-image:url(/app/assets/tg-409bd447.svg)}.fi-tg.fis{background-image:url(/app/assets/tg-921aad6e.svg)}.fi-th{background-image:url(/app/assets/th-329cc0d5.svg)}.fi-th.fis{background-image:url(/app/assets/th-bb8a18d6.svg)}.fi-tj{background-image:url(/app/assets/tj-2df43c7b.svg)}.fi-tj.fis{background-image:url(/app/assets/tj-9a2533f9.svg)}.fi-tk{background-image:url(/app/assets/tk-a8540a4a.svg)}.fi-tk.fis{background-image:url(/app/assets/tk-a12ef3ff.svg)}.fi-tl{background-image:url(/app/assets/tl-41be899b.svg)}.fi-tl.fis{background-image:url(/app/assets/tl-3da88325.svg)}.fi-tm{background-image:url(/app/assets/tm-d8491445.svg)}.fi-tm.fis{background-image:url(/app/assets/tm-abeba3aa.svg)}.fi-tn{background-image:url(/app/assets/tn-8a5fca15.svg)}.fi-tn.fis{background-image:url(/app/assets/tn-18e36316.svg)}.fi-to{background-image:url(/app/assets/to-b351703f.svg)}.fi-to.fis{background-image:url(/app/assets/to-8f2f476b.svg)}.fi-tr{background-image:url(/app/assets/tr-479d84d0.svg)}.fi-tr.fis{background-image:url(/app/assets/tr-be7d115b.svg)}.fi-tt{background-image:url(/app/assets/tt-92f1261b.svg)}.fi-tt.fis{background-image:url(/app/assets/tt-125d18de.svg)}.fi-tv{background-image:url(/app/assets/tv-d94fa5f1.svg)}.fi-tv.fis{background-image:url(/app/assets/tv-7415f816.svg)}.fi-tw{background-image:url(/app/assets/tw-8b830c51.svg)}.fi-tw.fis{background-image:url(/app/assets/tw-822ce3b1.svg)}.fi-tz{background-image:url(/app/assets/tz-7fa97f71.svg)}.fi-tz.fis{background-image:url(/app/assets/tz-0130959e.svg)}.fi-ua{background-image:url(/app/assets/ua-2d869c23.svg)}.fi-ua.fis{background-image:url(/app/assets/ua-fd9ad29b.svg)}.fi-ug{background-image:url(/app/assets/ug-1b9f3a17.svg)}.fi-ug.fis{background-image:url(/app/assets/ug-06e928bb.svg)}.fi-um{background-image:url(/app/assets/um-0cbf7a17.svg)}.fi-um.fis{background-image:url(/app/assets/um-58e347e9.svg)}.fi-us{background-image:url(/app/assets/us-5615dee6.svg)}.fi-us.fis{background-image:url(/app/assets/us-811eba23.svg)}.fi-uy{background-image:url(/app/assets/uy-3a18a094.svg)}.fi-uy.fis{background-image:url(/app/assets/uy-1b07da41.svg)}.fi-uz{background-image:url(/app/assets/uz-f5f13057.svg)}.fi-uz.fis{background-image:url(/app/assets/uz-0d059f47.svg)}.fi-va{background-image:url(/app/assets/va-24701344.svg)}.fi-va.fis{background-image:url(/app/assets/va-b46ebf1a.svg)}.fi-vc{background-image:url(/app/assets/vc-6357f389.svg)}.fi-vc.fis{background-image:url(/app/assets/vc-2ef7fd06.svg)}.fi-ve{background-image:url(/app/assets/ve-4a331236.svg)}.fi-ve.fis{background-image:url(/app/assets/ve-5005d69f.svg)}.fi-vg{background-image:url(/app/assets/vg-ad72d6eb.svg)}.fi-vg.fis{background-image:url(/app/assets/vg-f2cf67f2.svg)}.fi-vi{background-image:url(/app/assets/vi-8db50145.svg)}.fi-vi.fis{background-image:url(/app/assets/vi-9a9baae2.svg)}.fi-vn{background-image:url(/app/assets/vn-2ac15179.svg)}.fi-vn.fis{background-image:url(/app/assets/vn-cc93480c.svg)}.fi-vu{background-image:url(/app/assets/vu-612e2497.svg)}.fi-vu.fis{background-image:url(/app/assets/vu-f61a101c.svg)}.fi-wf{background-image:url(/app/assets/bl-ec0bc216.svg)}.fi-wf.fis{background-image:url(/app/assets/fr-a459a088.svg)}.fi-ws{background-image:url(/app/assets/ws-6b1a7ebc.svg)}.fi-ws.fis{background-image:url(/app/assets/ws-48d15d76.svg)}.fi-ye{background-image:url(/app/assets/ye-dc5607f4.svg)}.fi-ye.fis{background-image:url(/app/assets/ye-15c1b50c.svg)}.fi-yt{background-image:url(/app/assets/bl-ec0bc216.svg)}.fi-yt.fis{background-image:url(/app/assets/gf-41b1f103.svg)}.fi-za{background-image:url(/app/assets/za-91238fb5.svg)}.fi-za.fis{background-image:url(/app/assets/za-4ed696bd.svg)}.fi-zm{background-image:url(/app/assets/zm-dced1cb7.svg)}.fi-zm.fis{background-image:url(/app/assets/zm-8a105b73.svg)}.fi-zw{background-image:url(/app/assets/zw-8629d7c5.svg)}.fi-zw.fis{background-image:url(/app/assets/zw-66b55a96.svg)}.fi-ac{background-image:url(/app/assets/ac-a4ddad70.svg)}.fi-ac.fis{background-image:url(/app/assets/ac-7f066d2b.svg)}.fi-cefta{background-image:url(/app/assets/cefta-803f454b.svg)}.fi-cefta.fis{background-image:url(/app/assets/cefta-fd94979b.svg)}.fi-cp{background-image:url(/app/assets/cp-907b4b54.svg)}.fi-cp.fis{background-image:url(/app/assets/cp-582fc375.svg)}.fi-dg{background-image:url(/app/assets/dg-530a107e.svg)}.fi-dg.fis{background-image:url(/app/assets/dg-07d28e0a.svg)}.fi-ea{background-image:url(/app/assets/ea-e86d317d.svg)}.fi-ea.fis{background-image:url(/app/assets/ea-bb4ff4a8.svg)}.fi-es-ct{background-image:url(/app/assets/es-ct-11229703.svg)}.fi-es-ct.fis{background-image:url(/app/assets/es-ct-95f4033c.svg)}.fi-es-ga{background-image:url(/app/assets/es-ga-0f1c2551.svg)}.fi-es-ga.fis{background-image:url(/app/assets/es-ga-1955fb3b.svg)}.fi-es-pv{background-image:url(/app/assets/es-pv-fcbf89c6.svg)}.fi-es-pv.fis{background-image:url(/app/assets/es-pv-34a8c48a.svg)}.fi-eu{background-image:url(/app/assets/eu-f8fd4ae7.svg)}.fi-eu.fis{background-image:url(/app/assets/eu-605225b6.svg)}.fi-gb-eng{background-image:url(/app/assets/gb-eng-53797ba9.svg)}.fi-gb-eng.fis{background-image:url(/app/assets/gb-eng-2dd36838.svg)}.fi-gb-nir{background-image:url(/app/assets/gb-nir-ae91c319.svg)}.fi-gb-nir.fis{background-image:url(/app/assets/gb-nir-14593385.svg)}.fi-gb-sct{background-image:url(/app/assets/gb-sct-7b55bce7.svg)}.fi-gb-sct.fis{background-image:url(/app/assets/gb-sct-19ed371e.svg)}.fi-gb-wls{background-image:url(/app/assets/gb-wls-3a95845d.svg)}.fi-gb-wls.fis{background-image:url(/app/assets/gb-wls-d3c5b996.svg)}.fi-ic{background-image:url(/app/assets/ic-9a584e04.svg)}.fi-ic.fis{background-image:url(/app/assets/ic-4e5a5e63.svg)}.fi-ta{background-image:url(/app/assets/ta-3a19b022.svg)}.fi-ta.fis{background-image:url(/app/assets/ta-d8fc0858.svg)}.fi-un{background-image:url(/app/assets/un-d8446e2c.svg)}.fi-un.fis{background-image:url(/app/assets/un-a7c66b36.svg)}.fi-xk{background-image:url(/app/assets/xk-69f770ff.svg)}.fi-xk.fis{background-image:url(/app/assets/xk-b55b1b7c.svg)}code[class*=language-],pre[class*=language-]{color:#f8f8f2;background:none;text-shadow:0 1px rgba(0,0,0,.3);font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto;border-radius:.3em}:not(pre)>code[class*=language-],pre[class*=language-]{background:#272822}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:#8292a2}.token.punctuation{color:#f8f8f2}.token.namespace{opacity:.7}.token.property,.token.tag,.token.constant,.token.symbol,.token.deleted{color:#f92672}.token.boolean,.token.number{color:#ae81ff}.token.selector,.token.attr-name,.token.string,.token.char,.token.builtin,.token.inserted{color:#a6e22e}.token.operator,.token.entity,.token.url,.language-css .token.string,.style .token.string,.token.variable{color:#f8f8f2}.token.atrule,.token.attr-value,.token.function,.token.class-name{color:#e6db74}.token.keyword{color:#66d9ef}.token.regex,.token.important{color:#fd971f}.token.important,.token.bold{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help} diff --git a/internal/app/api/core/frontend-dist/assets/index-86f5a28a.js b/internal/app/api/core/frontend-dist/assets/index-86f5a28a.js new file mode 100644 index 0000000..b977bd9 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/index-86f5a28a.js @@ -0,0 +1,223 @@ +(function(){const e=document.createElement("link").relList;if(e&&e.supports&&e.supports("modulepreload"))return;for(const l of document.querySelectorAll('link[rel="modulepreload"]'))s(l);new MutationObserver(l=>{for(const a of l)if(a.type==="childList")for(const n of a.addedNodes)n.tagName==="LINK"&&n.rel==="modulepreload"&&s(n)}).observe(document,{childList:!0,subtree:!0});function t(l){const a={};return l.integrity&&(a.integrity=l.integrity),l.referrerPolicy&&(a.referrerPolicy=l.referrerPolicy),l.crossOrigin==="use-credentials"?a.credentials="include":l.crossOrigin==="anonymous"?a.credentials="omit":a.credentials="same-origin",a}function s(l){if(l.ep)return;l.ep=!0;const a=t(l);fetch(l.href,a)}})();function q7(c,e){const t=Object.create(null),s=c.split(",");for(let l=0;l!!t[l.toLowerCase()]:l=>!!t[l]}const t2={},s6=[],e3=()=>{},Hr=()=>!1,Vr=/^on[^a-z]/,P0=c=>Vr.test(c),B7=c=>c.startsWith("onUpdate:"),i2=Object.assign,K7=(c,e)=>{const t=c.indexOf(e);t>-1&&c.splice(t,1)},gr=Object.prototype.hasOwnProperty,q1=(c,e)=>gr.call(c,e),b1=Array.isArray,l6=c=>H8(c)==="[object Map]",L6=c=>H8(c)==="[object Set]",Ac=c=>H8(c)==="[object Date]",I1=c=>typeof c=="function",l2=c=>typeof c=="string",a8=c=>typeof c=="symbol",Q1=c=>c!==null&&typeof c=="object",Qt=c=>Q1(c)&&I1(c.then)&&I1(c.catch),Jt=Object.prototype.toString,H8=c=>Jt.call(c),Mr=c=>H8(c).slice(8,-1),cs=c=>H8(c)==="[object Object]",G7=c=>l2(c)&&c!=="NaN"&&c[0]!=="-"&&""+parseInt(c,10)===c,o0=q7(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),T0=c=>{const e=Object.create(null);return t=>e[t]||(e[t]=c(t))},Cr=/-(\w)/g,z3=T0(c=>c.replace(Cr,(e,t)=>t?t.toUpperCase():"")),Lr=/\B([A-Z])/g,I4=T0(c=>c.replace(Lr,"-$1").toLowerCase()),$0=T0(c=>c.charAt(0).toUpperCase()+c.slice(1)),w5=T0(c=>c?`on${$0(c)}`:""),n8=(c,e)=>!Object.is(c,e),u0=(c,e)=>{for(let t=0;t{Object.defineProperty(c,e,{configurable:!0,enumerable:!1,value:t})},H0=c=>{const e=parseFloat(c);return isNaN(e)?c:e},br=c=>{const e=l2(c)?Number(c):NaN;return isNaN(e)?c:e};let Ec;const l7=()=>Ec||(Ec=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function o6(c){if(b1(c)){const e={};for(let t=0;t{if(t){const s=t.split(yr);s.length>1&&(e[s[0].trim()]=s[1].trim())}}),e}function f2(c){let e="";if(l2(c))e=c;else if(b1(c))for(let t=0;tV8(t,e))}const P=c=>l2(c)?c:c==null?"":b1(c)||Q1(c)&&(c.toString===Jt||!I1(c.toString))?JSON.stringify(c,ts,2):String(c),ts=(c,e)=>e&&e.__v_isRef?ts(c,e.value):l6(e)?{[`Map(${e.size})`]:[...e.entries()].reduce((t,[s,l])=>(t[`${s} =>`]=l,t),{})}:L6(e)?{[`Set(${e.size})`]:[...e.values()]}:Q1(e)&&!b1(e)&&!cs(e)?String(e):e;let O2;class ss{constructor(e=!1){this.detached=e,this._active=!0,this.effects=[],this.cleanups=[],this.parent=O2,!e&&O2&&(this.index=(O2.scopes||(O2.scopes=[])).push(this)-1)}get active(){return this._active}run(e){if(this._active){const t=O2;try{return O2=this,e()}finally{O2=t}}}on(){O2=this}off(){O2=this.parent}stop(e){if(this._active){let t,s;for(t=0,s=this.effects.length;t{const e=new Set(c);return e.w=0,e.n=0,e},as=c=>(c.w&e4)>0,ns=c=>(c.n&e4)>0,$r=({deps:c})=>{if(c.length)for(let e=0;e{const{deps:e}=c;if(e.length){let t=0;for(let s=0;s{(d==="length"||d>=r)&&i.push(o)})}else switch(t!==void 0&&i.push(n.get(t)),e){case"add":b1(c)?G7(t)&&i.push(n.get("length")):(i.push(n.get(_4)),l6(c)&&i.push(n.get(n7)));break;case"delete":b1(c)||(i.push(n.get(_4)),l6(c)&&i.push(n.get(n7)));break;case"set":l6(c)&&i.push(n.get(_4));break}if(i.length===1)i[0]&&r7(i[0]);else{const r=[];for(const o of i)o&&r.push(...o);r7(X7(r))}}function r7(c,e){const t=b1(c)?c:[...c];for(const s of t)s.computed&&Pc(s);for(const s of t)s.computed||Pc(s)}function Pc(c,e){(c!==J2||c.allowRecurse)&&(c.scheduler?c.scheduler():c.run())}function xr(c,e){var t;return(t=V0.get(c))==null?void 0:t.get(e)}const Or=q7("__proto__,__v_isRef,__isVue"),os=new Set(Object.getOwnPropertyNames(Symbol).filter(c=>c!=="arguments"&&c!=="caller").map(c=>Symbol[c]).filter(a8)),Nr=J7(),Dr=J7(!1,!0),Rr=J7(!0),Tc=Fr();function Fr(){const c={};return["includes","indexOf","lastIndexOf"].forEach(e=>{c[e]=function(...t){const s=W1(this);for(let a=0,n=this.length;a{c[e]=function(...t){b6();const s=W1(this)[e].apply(this,t);return _6(),s}}),c}function Ur(c){const e=W1(this);return $2(e,"has",c),e.hasOwnProperty(c)}function J7(c=!1,e=!1){return function(s,l,a){if(l==="__v_isReactive")return!c;if(l==="__v_isReadonly")return c;if(l==="__v_isShallow")return e;if(l==="__v_raw"&&a===(c?e?li:ms:e?ds:hs).get(s))return s;const n=b1(s);if(!c){if(n&&q1(Tc,l))return Reflect.get(Tc,l,a);if(l==="hasOwnProperty")return Ur}const i=Reflect.get(s,l,a);return(a8(l)?os.has(l):Or(l))||(c||$2(s,"get",l),e)?i:a2(i)?n&&G7(l)?i:i.value:Q1(i)?c?zs(i):y6(i):i}}const jr=us(),Wr=us(!0);function us(c=!1){return function(t,s,l,a){let n=t[s];if(u6(n)&&a2(n)&&!a2(l))return!1;if(!c&&(!g0(l)&&!u6(l)&&(n=W1(n),l=W1(l)),!b1(t)&&a2(n)&&!a2(l)))return n.value=l,!0;const i=b1(t)&&G7(s)?Number(s)c,I0=c=>Reflect.getPrototypeOf(c);function B8(c,e,t=!1,s=!1){c=c.__v_raw;const l=W1(c),a=W1(e);t||(e!==a&&$2(l,"get",e),$2(l,"get",a));const{has:n}=I0(l),i=s?c9:t?s9:r8;if(n.call(l,e))return i(c.get(e));if(n.call(l,a))return i(c.get(a));c!==l&&c.get(e)}function K8(c,e=!1){const t=this.__v_raw,s=W1(t),l=W1(c);return e||(c!==l&&$2(s,"has",c),$2(s,"has",l)),c===l?t.has(c):t.has(c)||t.has(l)}function G8(c,e=!1){return c=c.__v_raw,!e&&$2(W1(c),"iterate",_4),Reflect.get(c,"size",c)}function $c(c){c=W1(c);const e=W1(this);return I0(e).has.call(e,c)||(e.add(c),A3(e,"add",c,c)),this}function Ic(c,e){e=W1(e);const t=W1(this),{has:s,get:l}=I0(t);let a=s.call(t,c);a||(c=W1(c),a=s.call(t,c));const n=l.call(t,c);return t.set(c,e),a?n8(e,n)&&A3(t,"set",c,e):A3(t,"add",c,e),this}function xc(c){const e=W1(this),{has:t,get:s}=I0(e);let l=t.call(e,c);l||(c=W1(c),l=t.call(e,c)),s&&s.call(e,c);const a=e.delete(c);return l&&A3(e,"delete",c,void 0),a}function Oc(){const c=W1(this),e=c.size!==0,t=c.clear();return e&&A3(c,"clear",void 0,void 0),t}function Y8(c,e){return function(s,l){const a=this,n=a.__v_raw,i=W1(n),r=e?c9:c?s9:r8;return!c&&$2(i,"iterate",_4),n.forEach((o,d)=>s.call(l,r(o),r(d),a))}}function Z8(c,e,t){return function(...s){const l=this.__v_raw,a=W1(l),n=l6(a),i=c==="entries"||c===Symbol.iterator&&n,r=c==="keys"&&n,o=l[c](...s),d=t?c9:e?s9:r8;return!e&&$2(a,"iterate",r?n7:_4),{next(){const{value:g,done:p}=o.next();return p?{value:g,done:p}:{value:i?[d(g[0]),d(g[1])]:d(g),done:p}},[Symbol.iterator](){return this}}}}function R3(c){return function(...e){return c==="delete"?!1:this}}function Zr(){const c={get(a){return B8(this,a)},get size(){return G8(this)},has:K8,add:$c,set:Ic,delete:xc,clear:Oc,forEach:Y8(!1,!1)},e={get(a){return B8(this,a,!1,!0)},get size(){return G8(this)},has:K8,add:$c,set:Ic,delete:xc,clear:Oc,forEach:Y8(!1,!0)},t={get(a){return B8(this,a,!0)},get size(){return G8(this,!0)},has(a){return K8.call(this,a,!0)},add:R3("add"),set:R3("set"),delete:R3("delete"),clear:R3("clear"),forEach:Y8(!0,!1)},s={get(a){return B8(this,a,!0,!0)},get size(){return G8(this,!0)},has(a){return K8.call(this,a,!0)},add:R3("add"),set:R3("set"),delete:R3("delete"),clear:R3("clear"),forEach:Y8(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach(a=>{c[a]=Z8(a,!1,!1),t[a]=Z8(a,!0,!1),e[a]=Z8(a,!1,!0),s[a]=Z8(a,!0,!0)}),[c,t,e,s]}const[Xr,Qr,Jr,ci]=Zr();function e9(c,e){const t=e?c?ci:Jr:c?Qr:Xr;return(s,l,a)=>l==="__v_isReactive"?!c:l==="__v_isReadonly"?c:l==="__v_raw"?s:Reflect.get(q1(t,l)&&l in s?t:s,l,a)}const ei={get:e9(!1,!1)},ti={get:e9(!1,!0)},si={get:e9(!0,!1)},hs=new WeakMap,ds=new WeakMap,ms=new WeakMap,li=new WeakMap;function ai(c){switch(c){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function ni(c){return c.__v_skip||!Object.isExtensible(c)?0:ai(Mr(c))}function y6(c){return u6(c)?c:t9(c,!1,fs,ei,hs)}function ri(c){return t9(c,!1,Yr,ti,ds)}function zs(c){return t9(c,!0,Gr,si,ms)}function t9(c,e,t,s,l){if(!Q1(c)||c.__v_raw&&!(e&&c.__v_isReactive))return c;const a=l.get(c);if(a)return a;const n=ni(c);if(n===0)return c;const i=new Proxy(c,n===2?s:t);return l.set(c,i),i}function J3(c){return u6(c)?J3(c.__v_raw):!!(c&&c.__v_isReactive)}function u6(c){return!!(c&&c.__v_isReadonly)}function g0(c){return!!(c&&c.__v_isShallow)}function vs(c){return J3(c)||u6(c)}function W1(c){const e=c&&c.__v_raw;return e?W1(e):c}function x0(c){return p0(c,"__v_skip",!0),c}const r8=c=>Q1(c)?y6(c):c,s9=c=>Q1(c)?zs(c):c;function ps(c){Q3&&J2&&(c=W1(c),is(c.dep||(c.dep=X7())))}function Hs(c,e){c=W1(c);const t=c.dep;t&&r7(t)}function a2(c){return!!(c&&c.__v_isRef===!0)}function X1(c){return gs(c,!1)}function Vs(c){return gs(c,!0)}function gs(c,e){return a2(c)?c:new ii(c,e)}class ii{constructor(e,t){this.__v_isShallow=t,this.dep=void 0,this.__v_isRef=!0,this._rawValue=t?e:W1(e),this._value=t?e:r8(e)}get value(){return ps(this),this._value}set value(e){const t=this.__v_isShallow||g0(e)||u6(e);e=t?e:W1(e),n8(e,this._rawValue)&&(this._rawValue=e,this._value=t?e:r8(e),Hs(this))}}function K(c){return a2(c)?c.value:c}const oi={get:(c,e,t)=>K(Reflect.get(c,e,t)),set:(c,e,t,s)=>{const l=c[e];return a2(l)&&!a2(t)?(l.value=t,!0):Reflect.set(c,e,t,s)}};function Ms(c){return J3(c)?c:new Proxy(c,oi)}function ui(c){const e=b1(c)?new Array(c.length):{};for(const t in c)e[t]=hi(c,t);return e}class fi{constructor(e,t,s){this._object=e,this._key=t,this._defaultValue=s,this.__v_isRef=!0}get value(){const e=this._object[this._key];return e===void 0?this._defaultValue:e}set value(e){this._object[this._key]=e}get dep(){return xr(W1(this._object),this._key)}}function hi(c,e,t){const s=c[e];return a2(s)?s:new fi(c,e,t)}class di{constructor(e,t,s,l){this._setter=t,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this._dirty=!0,this.effect=new Q7(e,()=>{this._dirty||(this._dirty=!0,Hs(this))}),this.effect.computed=this,this.effect.active=this._cacheable=!l,this.__v_isReadonly=s}get value(){const e=W1(this);return ps(e),(e._dirty||!e._cacheable)&&(e._dirty=!1,e._value=e.effect.run()),e._value}set value(e){this._setter(e)}}function mi(c,e,t=!1){let s,l;const a=I1(c);return a?(s=c,l=e3):(s=c.get,l=c.set),new di(s,l,a||!l,t)}function c4(c,e,t,s){let l;try{l=s?c(...s):c()}catch(a){O0(a,e,t)}return l}function W2(c,e,t,s){if(I1(c)){const a=c4(c,e,t,s);return a&&Qt(a)&&a.catch(n=>{O0(n,e,t)}),a}const l=[];for(let a=0;a>>1;o8(M2[s])h3&&M2.splice(e,1)}function Hi(c){b1(c)?a6.push(...c):(!L3||!L3.includes(c,c.allowRecurse?g4+1:g4))&&a6.push(c),Ls()}function Nc(c,e=i8?h3+1:0){for(;eo8(t)-o8(s)),g4=0;g4c.id==null?1/0:c.id,Vi=(c,e)=>{const t=o8(c)-o8(e);if(t===0){if(c.pre&&!e.pre)return-1;if(e.pre&&!c.pre)return 1}return t};function _s(c){i7=!1,i8=!0,M2.sort(Vi);const e=e3;try{for(h3=0;h3l2(L)?L.trim():L)),g&&(l=t.map(H0))}let i,r=s[i=w5(e)]||s[i=w5(z3(e))];!r&&a&&(r=s[i=w5(I4(e))]),r&&W2(r,c,6,l);const o=s[i+"Once"];if(o){if(!c.emitted)c.emitted={};else if(c.emitted[i])return;c.emitted[i]=!0,W2(o,c,6,l)}}function ys(c,e,t=!1){const s=e.emitsCache,l=s.get(c);if(l!==void 0)return l;const a=c.emits;let n={},i=!1;if(!I1(c)){const r=o=>{const d=ys(o,e,!0);d&&(i=!0,i2(n,d))};!t&&e.mixins.length&&e.mixins.forEach(r),c.extends&&r(c.extends),c.mixins&&c.mixins.forEach(r)}return!a&&!i?(Q1(c)&&s.set(c,null),null):(b1(a)?a.forEach(r=>n[r]=null):i2(n,a),Q1(c)&&s.set(c,n),n)}function N0(c,e){return!c||!P0(e)?!1:(e=e.slice(2).replace(/Once$/,""),q1(c,e[0].toLowerCase()+e.slice(1))||q1(c,I4(e))||q1(c,e))}let p2=null,ws=null;function M0(c){const e=p2;return p2=c,ws=c&&c.type.__scopeId||null,e}function s2(c,e=p2,t){if(!e||c._n)return c;const s=(...l)=>{s._d&&Zc(-1);const a=M0(e);let n;try{n=c(...l)}finally{M0(a),s._d&&Zc(1)}return n};return s._n=!0,s._c=!0,s._d=!0,s}function A5(c){const{type:e,vnode:t,proxy:s,withProxy:l,props:a,propsOptions:[n],slots:i,attrs:r,emit:o,render:d,renderCache:g,data:p,setupState:L,ctx:y,inheritAttrs:E}=c;let $,_;const h=M0(c);try{if(t.shapeFlag&4){const u=l||s;$=u3(d.call(u,u,g,a,L,p,y)),_=r}else{const u=e;$=u3(u.length>1?u(a,{attrs:r,slots:i,emit:o}):u(a,null)),_=e.props?r:Mi(r)}}catch(u){X6.length=0,O0(u,c,1),$=P1(E3)}let z=$;if(_&&E!==!1){const u=Object.keys(_),{shapeFlag:v}=z;u.length&&v&7&&(n&&u.some(B7)&&(_=Ci(_,n)),z=E4(z,_))}return t.dirs&&(z=E4(z),z.dirs=z.dirs?z.dirs.concat(t.dirs):t.dirs),t.transition&&(z.transition=t.transition),$=z,M0(h),$}const Mi=c=>{let e;for(const t in c)(t==="class"||t==="style"||P0(t))&&((e||(e={}))[t]=c[t]);return e},Ci=(c,e)=>{const t={};for(const s in c)(!B7(s)||!(s.slice(9)in e))&&(t[s]=c[s]);return t};function Li(c,e,t){const{props:s,children:l,component:a}=c,{props:n,children:i,patchFlag:r}=e,o=a.emitsOptions;if(e.dirs||e.transition)return!0;if(t&&r>=0){if(r&1024)return!0;if(r&16)return s?Dc(s,n,o):!!n;if(r&8){const d=e.dynamicProps;for(let g=0;gc.__isSuspense;function yi(c,e){e&&e.pendingBranch?b1(c)?e.effects.push(...c):e.effects.push(c):Hi(c)}const X8={};function T2(c,e,t){return As(c,e,t)}function As(c,e,{immediate:t,deep:s,flush:l,onTrack:a,onTrigger:n}=t2){var i;const r=ls()===((i=h2)==null?void 0:i.scope)?h2:null;let o,d=!1,g=!1;if(a2(c)?(o=()=>c.value,d=g0(c)):J3(c)?(o=()=>c,s=!0):b1(c)?(g=!0,d=c.some(u=>J3(u)||g0(u)),o=()=>c.map(u=>{if(a2(u))return u.value;if(J3(u))return C4(u);if(I1(u))return c4(u,r,2)})):I1(c)?e?o=()=>c4(c,r,2):o=()=>{if(!(r&&r.isUnmounted))return p&&p(),W2(c,r,3,[L])}:o=e3,e&&s){const u=o;o=()=>C4(u())}let p,L=u=>{p=h.onStop=()=>{c4(u,r,4)}},y;if(h8)if(L=e3,e?t&&W2(e,r,3,[o(),g?[]:void 0,L]):o(),l==="sync"){const u=Co();y=u.__watcherHandles||(u.__watcherHandles=[])}else return e3;let E=g?new Array(c.length).fill(X8):X8;const $=()=>{if(h.active)if(e){const u=h.run();(s||d||(g?u.some((v,M)=>n8(v,E[M])):n8(u,E)))&&(p&&p(),W2(e,r,3,[u,E===X8?void 0:g&&E[0]===X8?[]:E,L]),E=u)}else h.run()};$.allowRecurse=!!e;let _;l==="sync"?_=$:l==="post"?_=()=>S2($,r&&r.suspense):($.pre=!0,r&&($.id=r.uid),_=()=>n9($));const h=new Q7(o,_);e?t?$():E=h.run():l==="post"?S2(h.run.bind(h),r&&r.suspense):h.run();const z=()=>{h.stop(),r&&r.scope&&K7(r.scope.effects,h)};return y&&y.push(z),z}function wi(c,e,t){const s=this.proxy,l=l2(c)?c.includes(".")?Es(s,c):()=>s[c]:c.bind(s,s);let a;I1(e)?a=e:(a=e.handler,t=e);const n=h2;f6(this);const i=As(l,a.bind(s),t);return n?f6(n):y4(),i}function Es(c,e){const t=e.split(".");return()=>{let s=c;for(let l=0;l{C4(t,e)});else if(cs(c))for(const t in c)C4(c[t],e);return c}function S1(c,e){const t=p2;if(t===null)return c;const s=F0(t)||t.proxy,l=c.dirs||(c.dirs=[]);for(let a=0;a{c.isMounted=!0}),Is(()=>{c.isUnmounting=!0}),c}const j2=[Function,Array],Ei={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:j2,onEnter:j2,onAfterEnter:j2,onEnterCancelled:j2,onBeforeLeave:j2,onLeave:j2,onAfterLeave:j2,onLeaveCancelled:j2,onBeforeAppear:j2,onAppear:j2,onAfterAppear:j2,onAppearCancelled:j2};function ki(c,e){const{leavingVNodes:t}=c;let s=t.get(e.type);return s||(s=Object.create(null),t.set(e.type,s)),s}function o7(c,e,t,s){const{appear:l,mode:a,persisted:n=!1,onBeforeEnter:i,onEnter:r,onAfterEnter:o,onEnterCancelled:d,onBeforeLeave:g,onLeave:p,onAfterLeave:L,onLeaveCancelled:y,onBeforeAppear:E,onAppear:$,onAfterAppear:_,onAppearCancelled:h}=e,z=String(c.key),u=ki(t,c),v=(O,T)=>{O&&W2(O,s,9,T)},M=(O,T)=>{const D=T[1];v(O,T),b1(O)?O.every(J=>J.length<=1)&&D():O.length<=1&&D()},S={mode:a,persisted:n,beforeEnter(O){let T=i;if(!t.isMounted)if(l)T=E||i;else return;O._leaveCb&&O._leaveCb(!0);const D=u[z];D&&K4(c,D)&&D.el._leaveCb&&D.el._leaveCb(),v(T,[O])},enter(O){let T=r,D=o,J=d;if(!t.isMounted)if(l)T=$||r,D=_||o,J=h||d;else return;let Q=!1;const h1=O._enterCb=g1=>{Q||(Q=!0,g1?v(J,[O]):v(D,[O]),S.delayedLeave&&S.delayedLeave(),O._enterCb=void 0)};T?M(T,[O,h1]):h1()},leave(O,T){const D=String(c.key);if(O._enterCb&&O._enterCb(!0),t.isUnmounting)return T();v(g,[O]);let J=!1;const Q=O._leaveCb=h1=>{J||(J=!0,T(),h1?v(y,[O]):v(L,[O]),O._leaveCb=void 0,u[D]===c&&delete u[D])};u[D]=c,p?M(p,[O,Q]):Q()},clone(O){return o7(O,e,t,s)}};return S}function u7(c,e){c.shapeFlag&6&&c.component?u7(c.component.subTree,e):c.shapeFlag&128?(c.ssContent.transition=e.clone(c.ssContent),c.ssFallback.transition=e.clone(c.ssFallback)):c.transition=e}function ks(c,e=!1,t){let s=[],l=0;for(let a=0;a1)for(let a=0;ai2({name:c.name},e,{setup:c}))():c}const G6=c=>!!c.type.__asyncLoader,Ss=c=>c.type.__isKeepAlive;function Si(c,e){Ps(c,"a",e)}function Pi(c,e){Ps(c,"da",e)}function Ps(c,e,t=h2){const s=c.__wdc||(c.__wdc=()=>{let l=t;for(;l;){if(l.isDeactivated)return;l=l.parent}return c()});if(D0(e,s,t),t){let l=t.parent;for(;l&&l.parent;)Ss(l.parent.vnode)&&Ti(s,e,t,l),l=l.parent}}function Ti(c,e,t,s){const l=D0(e,c,s,!0);r9(()=>{K7(s[e],l)},t)}function D0(c,e,t=h2,s=!1){if(t){const l=t[c]||(t[c]=[]),a=e.__weh||(e.__weh=(...n)=>{if(t.isUnmounted)return;b6(),f6(t);const i=W2(e,t,c,n);return y4(),_6(),i});return s?l.unshift(a):l.push(a),a}}const S3=c=>(e,t=h2)=>(!h8||c==="sp")&&D0(c,(...s)=>e(...s),t),Ts=S3("bm"),M8=S3("m"),$i=S3("bu"),$s=S3("u"),Is=S3("bum"),r9=S3("um"),Ii=S3("sp"),xi=S3("rtg"),Oi=S3("rtc");function Ni(c,e=h2){D0("ec",c,e)}const i9="components",Di="directives";function o9(c,e){return u9(i9,c,!0,e)||c}const xs=Symbol.for("v-ndc");function Ri(c){return l2(c)?u9(i9,c,!1)||c:c||xs}function Fi(c){return u9(Di,c)}function u9(c,e,t=!0,s=!1){const l=p2||h2;if(l){const a=l.type;if(c===i9){const i=Vo(a,!1);if(i&&(i===e||i===z3(e)||i===$0(z3(e))))return a}const n=Rc(l[c]||a[c],e)||Rc(l.appContext[c],e);return!n&&s?a:n}}function Rc(c,e){return c&&(c[e]||c[z3(e)]||c[$0(z3(e))])}function V2(c,e,t,s){let l;const a=t&&t[s];if(b1(c)||l2(c)){l=new Array(c.length);for(let n=0,i=c.length;ne(n,i,void 0,a&&a[i]));else{const n=Object.keys(c);l=new Array(n.length);for(let i=0,r=n.length;iL0(e)?!(e.type===E3||e.type===j1&&!Os(e.children)):!0)?c:null}const f7=c=>c?Zs(c)?F0(c)||c.proxy:f7(c.parent):null,Y6=i2(Object.create(null),{$:c=>c,$el:c=>c.vnode.el,$data:c=>c.data,$props:c=>c.props,$attrs:c=>c.attrs,$slots:c=>c.slots,$refs:c=>c.refs,$parent:c=>f7(c.parent),$root:c=>f7(c.root),$emit:c=>c.emit,$options:c=>f9(c),$forceUpdate:c=>c.f||(c.f=()=>n9(c.update)),$nextTick:c=>c.n||(c.n=a9.bind(c.proxy)),$watch:c=>wi.bind(c)}),E5=(c,e)=>c!==t2&&!c.__isScriptSetup&&q1(c,e),Ui={get({_:c},e){const{ctx:t,setupState:s,data:l,props:a,accessCache:n,type:i,appContext:r}=c;let o;if(e[0]!=="$"){const L=n[e];if(L!==void 0)switch(L){case 1:return s[e];case 2:return l[e];case 4:return t[e];case 3:return a[e]}else{if(E5(s,e))return n[e]=1,s[e];if(l!==t2&&q1(l,e))return n[e]=2,l[e];if((o=c.propsOptions[0])&&q1(o,e))return n[e]=3,a[e];if(t!==t2&&q1(t,e))return n[e]=4,t[e];h7&&(n[e]=0)}}const d=Y6[e];let g,p;if(d)return e==="$attrs"&&$2(c,"get",e),d(c);if((g=i.__cssModules)&&(g=g[e]))return g;if(t!==t2&&q1(t,e))return n[e]=4,t[e];if(p=r.config.globalProperties,q1(p,e))return p[e]},set({_:c},e,t){const{data:s,setupState:l,ctx:a}=c;return E5(l,e)?(l[e]=t,!0):s!==t2&&q1(s,e)?(s[e]=t,!0):q1(c.props,e)||e[0]==="$"&&e.slice(1)in c?!1:(a[e]=t,!0)},has({_:{data:c,setupState:e,accessCache:t,ctx:s,appContext:l,propsOptions:a}},n){let i;return!!t[n]||c!==t2&&q1(c,n)||E5(e,n)||(i=a[0])&&q1(i,n)||q1(s,n)||q1(Y6,n)||q1(l.config.globalProperties,n)},defineProperty(c,e,t){return t.get!=null?c._.accessCache[e]=0:q1(t,"value")&&this.set(c,e,t.value,null),Reflect.defineProperty(c,e,t)}};function Fc(c){return b1(c)?c.reduce((e,t)=>(e[t]=null,e),{}):c}let h7=!0;function ji(c){const e=f9(c),t=c.proxy,s=c.ctx;h7=!1,e.beforeCreate&&Uc(e.beforeCreate,c,"bc");const{data:l,computed:a,methods:n,watch:i,provide:r,inject:o,created:d,beforeMount:g,mounted:p,beforeUpdate:L,updated:y,activated:E,deactivated:$,beforeDestroy:_,beforeUnmount:h,destroyed:z,unmounted:u,render:v,renderTracked:M,renderTriggered:S,errorCaptured:O,serverPrefetch:T,expose:D,inheritAttrs:J,components:Q,directives:h1,filters:g1}=e;if(o&&Wi(o,s,null),n)for(const u1 in n){const i1=n[u1];I1(i1)&&(s[u1]=i1.bind(t))}if(l){const u1=l.call(t,t);Q1(u1)&&(c.data=y6(u1))}if(h7=!0,a)for(const u1 in a){const i1=a[u1],M1=I1(i1)?i1.bind(t,t):I1(i1.get)?i1.get.bind(t,t):e3,A1=!I1(i1)&&I1(i1.set)?i1.set.bind(t):e3,k1=D1({get:M1,set:A1});Object.defineProperty(s,u1,{enumerable:!0,configurable:!0,get:()=>k1.value,set:x=>k1.value=x})}if(i)for(const u1 in i)Ns(i[u1],s,t,u1);if(r){const u1=I1(r)?r.call(t):r;Reflect.ownKeys(u1).forEach(i1=>{f0(i1,u1[i1])})}d&&Uc(d,c,"c");function d1(u1,i1){b1(i1)?i1.forEach(M1=>u1(M1.bind(t))):i1&&u1(i1.bind(t))}if(d1(Ts,g),d1(M8,p),d1($i,L),d1($s,y),d1(Si,E),d1(Pi,$),d1(Ni,O),d1(Oi,M),d1(xi,S),d1(Is,h),d1(r9,u),d1(Ii,T),b1(D))if(D.length){const u1=c.exposed||(c.exposed={});D.forEach(i1=>{Object.defineProperty(u1,i1,{get:()=>t[i1],set:M1=>t[i1]=M1})})}else c.exposed||(c.exposed={});v&&c.render===e3&&(c.render=v),J!=null&&(c.inheritAttrs=J),Q&&(c.components=Q),h1&&(c.directives=h1)}function Wi(c,e,t=e3){b1(c)&&(c=d7(c));for(const s in c){const l=c[s];let a;Q1(l)?"default"in l?a=t3(l.from||s,l.default,!0):a=t3(l.from||s):a=t3(l),a2(a)?Object.defineProperty(e,s,{enumerable:!0,configurable:!0,get:()=>a.value,set:n=>a.value=n}):e[s]=a}}function Uc(c,e,t){W2(b1(c)?c.map(s=>s.bind(e.proxy)):c.bind(e.proxy),e,t)}function Ns(c,e,t,s){const l=s.includes(".")?Es(t,s):()=>t[s];if(l2(c)){const a=e[c];I1(a)&&T2(l,a)}else if(I1(c))T2(l,c.bind(t));else if(Q1(c))if(b1(c))c.forEach(a=>Ns(a,e,t,s));else{const a=I1(c.handler)?c.handler.bind(t):e[c.handler];I1(a)&&T2(l,a,c)}}function f9(c){const e=c.type,{mixins:t,extends:s}=e,{mixins:l,optionsCache:a,config:{optionMergeStrategies:n}}=c.appContext,i=a.get(e);let r;return i?r=i:!l.length&&!t&&!s?r=e:(r={},l.length&&l.forEach(o=>C0(r,o,n,!0)),C0(r,e,n)),Q1(e)&&a.set(e,r),r}function C0(c,e,t,s=!1){const{mixins:l,extends:a}=e;a&&C0(c,a,t,!0),l&&l.forEach(n=>C0(c,n,t,!0));for(const n in e)if(!(s&&n==="expose")){const i=qi[n]||t&&t[n];c[n]=i?i(c[n],e[n]):e[n]}return c}const qi={data:jc,props:Wc,emits:Wc,methods:B6,computed:B6,beforeCreate:_2,created:_2,beforeMount:_2,mounted:_2,beforeUpdate:_2,updated:_2,beforeDestroy:_2,beforeUnmount:_2,destroyed:_2,unmounted:_2,activated:_2,deactivated:_2,errorCaptured:_2,serverPrefetch:_2,components:B6,directives:B6,watch:Ki,provide:jc,inject:Bi};function jc(c,e){return e?c?function(){return i2(I1(c)?c.call(this,this):c,I1(e)?e.call(this,this):e)}:e:c}function Bi(c,e){return B6(d7(c),d7(e))}function d7(c){if(b1(c)){const e={};for(let t=0;t1)return t&&I1(e)?e.call(s&&s.proxy):e}}function Zi(){return!!(h2||p2||u8)}function Xi(c,e,t,s=!1){const l={},a={};p0(a,R0,1),c.propsDefaults=Object.create(null),Rs(c,e,l,a);for(const n in c.propsOptions[0])n in l||(l[n]=void 0);t?c.props=s?l:ri(l):c.type.props?c.props=l:c.props=a,c.attrs=a}function Qi(c,e,t,s){const{props:l,attrs:a,vnode:{patchFlag:n}}=c,i=W1(l),[r]=c.propsOptions;let o=!1;if((s||n>0)&&!(n&16)){if(n&8){const d=c.vnode.dynamicProps;for(let g=0;g{r=!0;const[p,L]=Fs(g,e,!0);i2(n,p),L&&i.push(...L)};!t&&e.mixins.length&&e.mixins.forEach(d),c.extends&&d(c.extends),c.mixins&&c.mixins.forEach(d)}if(!a&&!r)return Q1(c)&&s.set(c,s6),s6;if(b1(a))for(let d=0;d-1,L[1]=E<0||y-1||q1(L,"default"))&&i.push(g)}}}const o=[n,i];return Q1(c)&&s.set(c,o),o}function qc(c){return c[0]!=="$"}function Bc(c){const e=c&&c.toString().match(/^\s*(function|class) (\w+)/);return e?e[2]:c===null?"null":""}function Kc(c,e){return Bc(c)===Bc(e)}function Gc(c,e){return b1(e)?e.findIndex(t=>Kc(t,c)):I1(e)&&Kc(e,c)?0:-1}const Us=c=>c[0]==="_"||c==="$stable",h9=c=>b1(c)?c.map(u3):[u3(c)],Ji=(c,e,t)=>{if(e._n)return e;const s=s2((...l)=>h9(e(...l)),t);return s._c=!1,s},js=(c,e,t)=>{const s=c._ctx;for(const l in c){if(Us(l))continue;const a=c[l];if(I1(a))e[l]=Ji(l,a,s);else if(a!=null){const n=h9(a);e[l]=()=>n}}},Ws=(c,e)=>{const t=h9(e);c.slots.default=()=>t},co=(c,e)=>{if(c.vnode.shapeFlag&32){const t=e._;t?(c.slots=W1(e),p0(e,"_",t)):js(e,c.slots={})}else c.slots={},e&&Ws(c,e);p0(c.slots,R0,1)},eo=(c,e,t)=>{const{vnode:s,slots:l}=c;let a=!0,n=t2;if(s.shapeFlag&32){const i=e._;i?t&&i===1?a=!1:(i2(l,e),!t&&i===1&&delete l._):(a=!e.$stable,js(e,l)),n=e}else e&&(Ws(c,e),n={default:1});if(a)for(const i in l)!Us(i)&&!(i in n)&&delete l[i]};function z7(c,e,t,s,l=!1){if(b1(c)){c.forEach((p,L)=>z7(p,e&&(b1(e)?e[L]:e),t,s,l));return}if(G6(s)&&!l)return;const a=s.shapeFlag&4?F0(s.component)||s.component.proxy:s.el,n=l?null:a,{i,r}=c,o=e&&e.r,d=i.refs===t2?i.refs={}:i.refs,g=i.setupState;if(o!=null&&o!==r&&(l2(o)?(d[o]=null,q1(g,o)&&(g[o]=null)):a2(o)&&(o.value=null)),I1(r))c4(r,i,12,[n,d]);else{const p=l2(r),L=a2(r);if(p||L){const y=()=>{if(c.f){const E=p?q1(g,r)?g[r]:d[r]:r.value;l?b1(E)&&K7(E,a):b1(E)?E.includes(a)||E.push(a):p?(d[r]=[a],q1(g,r)&&(g[r]=d[r])):(r.value=[a],c.k&&(d[c.k]=r.value))}else p?(d[r]=n,q1(g,r)&&(g[r]=n)):L&&(r.value=n,c.k&&(d[c.k]=n))};n?(y.id=-1,S2(y,t)):y()}}}const S2=yi;function to(c){return so(c)}function so(c,e){const t=l7();t.__VUE__=!0;const{insert:s,remove:l,patchProp:a,createElement:n,createText:i,createComment:r,setText:o,setElementText:d,parentNode:g,nextSibling:p,setScopeId:L=e3,insertStaticContent:y}=c,E=(k,H,m,w=null,N=null,W=null,e1=!1,t1=null,s1=!!H.dynamicChildren)=>{if(k===H)return;k&&!K4(k,H)&&(w=B(k),x(k,N,W,!0),k=null),H.patchFlag===-2&&(s1=!1,H.dynamicChildren=null);const{type:Z,ref:R,shapeFlag:q}=H;switch(Z){case C8:$(k,H,m,w);break;case E3:_(k,H,m,w);break;case k5:k==null&&h(H,m,w,e1);break;case j1:Q(k,H,m,w,N,W,e1,t1,s1);break;default:q&1?v(k,H,m,w,N,W,e1,t1,s1):q&6?h1(k,H,m,w,N,W,e1,t1,s1):(q&64||q&128)&&Z.process(k,H,m,w,N,W,e1,t1,s1,n1)}R!=null&&N&&z7(R,k&&k.ref,W,H||k,!H)},$=(k,H,m,w)=>{if(k==null)s(H.el=i(H.children),m,w);else{const N=H.el=k.el;H.children!==k.children&&o(N,H.children)}},_=(k,H,m,w)=>{k==null?s(H.el=r(H.children||""),m,w):H.el=k.el},h=(k,H,m,w)=>{[k.el,k.anchor]=y(k.children,H,m,w,k.el,k.anchor)},z=({el:k,anchor:H},m,w)=>{let N;for(;k&&k!==H;)N=p(k),s(k,m,w),k=N;s(H,m,w)},u=({el:k,anchor:H})=>{let m;for(;k&&k!==H;)m=p(k),l(k),k=m;l(H)},v=(k,H,m,w,N,W,e1,t1,s1)=>{e1=e1||H.type==="svg",k==null?M(H,m,w,N,W,e1,t1,s1):T(k,H,N,W,e1,t1,s1)},M=(k,H,m,w,N,W,e1,t1)=>{let s1,Z;const{type:R,props:q,shapeFlag:z1,transition:H1,dirs:T1}=k;if(s1=k.el=n(k.type,W,q&&q.is,q),z1&8?d(s1,k.children):z1&16&&O(k.children,s1,null,w,N,W&&R!=="foreignObject",e1,t1),T1&&p4(k,null,w,"created"),S(s1,k,k.scopeId,e1,w),q){for(const x1 in q)x1!=="value"&&!o0(x1)&&a(s1,x1,null,q[x1],W,k.children,w,N,p1);"value"in q&&a(s1,"value",null,q.value),(Z=q.onVnodeBeforeMount)&&i3(Z,w,k)}T1&&p4(k,null,w,"beforeMount");const R1=(!N||N&&!N.pendingBranch)&&H1&&!H1.persisted;R1&&H1.beforeEnter(s1),s(s1,H,m),((Z=q&&q.onVnodeMounted)||R1||T1)&&S2(()=>{Z&&i3(Z,w,k),R1&&H1.enter(s1),T1&&p4(k,null,w,"mounted")},N)},S=(k,H,m,w,N)=>{if(m&&L(k,m),w)for(let W=0;W{for(let Z=s1;Z{const t1=H.el=k.el;let{patchFlag:s1,dynamicChildren:Z,dirs:R}=H;s1|=k.patchFlag&16;const q=k.props||t2,z1=H.props||t2;let H1;m&&H4(m,!1),(H1=z1.onVnodeBeforeUpdate)&&i3(H1,m,H,k),R&&p4(H,k,m,"beforeUpdate"),m&&H4(m,!0);const T1=N&&H.type!=="foreignObject";if(Z?D(k.dynamicChildren,Z,t1,m,w,T1,W):e1||i1(k,H,t1,null,m,w,T1,W,!1),s1>0){if(s1&16)J(t1,H,q,z1,m,w,N);else if(s1&2&&q.class!==z1.class&&a(t1,"class",null,z1.class,N),s1&4&&a(t1,"style",q.style,z1.style,N),s1&8){const R1=H.dynamicProps;for(let x1=0;x1{H1&&i3(H1,m,H,k),R&&p4(H,k,m,"updated")},w)},D=(k,H,m,w,N,W,e1)=>{for(let t1=0;t1{if(m!==w){if(m!==t2)for(const t1 in m)!o0(t1)&&!(t1 in w)&&a(k,t1,m[t1],null,e1,H.children,N,W,p1);for(const t1 in w){if(o0(t1))continue;const s1=w[t1],Z=m[t1];s1!==Z&&t1!=="value"&&a(k,t1,Z,s1,e1,H.children,N,W,p1)}"value"in w&&a(k,"value",m.value,w.value)}},Q=(k,H,m,w,N,W,e1,t1,s1)=>{const Z=H.el=k?k.el:i(""),R=H.anchor=k?k.anchor:i("");let{patchFlag:q,dynamicChildren:z1,slotScopeIds:H1}=H;H1&&(t1=t1?t1.concat(H1):H1),k==null?(s(Z,m,w),s(R,m,w),O(H.children,m,R,N,W,e1,t1,s1)):q>0&&q&64&&z1&&k.dynamicChildren?(D(k.dynamicChildren,z1,m,N,W,e1,t1),(H.key!=null||N&&H===N.subTree)&&d9(k,H,!0)):i1(k,H,m,R,N,W,e1,t1,s1)},h1=(k,H,m,w,N,W,e1,t1,s1)=>{H.slotScopeIds=t1,k==null?H.shapeFlag&512?N.ctx.activate(H,m,w,e1,s1):g1(H,m,w,N,W,e1,s1):_1(k,H,s1)},g1=(k,H,m,w,N,W,e1)=>{const t1=k.component=mo(k,w,N);if(Ss(k)&&(t1.ctx.renderer=n1),zo(t1),t1.asyncDep){if(N&&N.registerDep(t1,d1),!k.el){const s1=t1.subTree=P1(E3);_(null,s1,H,m)}return}d1(t1,k,H,m,N,W,e1)},_1=(k,H,m)=>{const w=H.component=k.component;if(Li(k,H,m))if(w.asyncDep&&!w.asyncResolved){u1(w,H,m);return}else w.next=H,pi(w.update),w.update();else H.el=k.el,w.vnode=H},d1=(k,H,m,w,N,W,e1)=>{const t1=()=>{if(k.isMounted){let{next:R,bu:q,u:z1,parent:H1,vnode:T1}=k,R1=R,x1;H4(k,!1),R?(R.el=T1.el,u1(k,R,e1)):R=T1,q&&u0(q),(x1=R.props&&R.props.onVnodeBeforeUpdate)&&i3(x1,H1,R,T1),H4(k,!0);const G1=A5(k),z2=k.subTree;k.subTree=G1,E(z2,G1,g(z2.el),B(z2),k,N,W),R.el=G1.el,R1===null&&bi(k,G1.el),z1&&S2(z1,N),(x1=R.props&&R.props.onVnodeUpdated)&&S2(()=>i3(x1,H1,R,T1),N)}else{let R;const{el:q,props:z1}=H,{bm:H1,m:T1,parent:R1}=k,x1=G6(H);if(H4(k,!1),H1&&u0(H1),!x1&&(R=z1&&z1.onVnodeBeforeMount)&&i3(R,R1,H),H4(k,!0),q&&y1){const G1=()=>{k.subTree=A5(k),y1(q,k.subTree,k,N,null)};x1?H.type.__asyncLoader().then(()=>!k.isUnmounted&&G1()):G1()}else{const G1=k.subTree=A5(k);E(null,G1,m,w,k,N,W),H.el=G1.el}if(T1&&S2(T1,N),!x1&&(R=z1&&z1.onVnodeMounted)){const G1=H;S2(()=>i3(R,R1,G1),N)}(H.shapeFlag&256||R1&&G6(R1.vnode)&&R1.vnode.shapeFlag&256)&&k.a&&S2(k.a,N),k.isMounted=!0,H=m=w=null}},s1=k.effect=new Q7(t1,()=>n9(Z),k.scope),Z=k.update=()=>s1.run();Z.id=k.uid,H4(k,!0),Z()},u1=(k,H,m)=>{H.component=k;const w=k.vnode.props;k.vnode=H,k.next=null,Qi(k,H.props,w,m),eo(k,H.children,m),b6(),Nc(),_6()},i1=(k,H,m,w,N,W,e1,t1,s1=!1)=>{const Z=k&&k.children,R=k?k.shapeFlag:0,q=H.children,{patchFlag:z1,shapeFlag:H1}=H;if(z1>0){if(z1&128){A1(Z,q,m,w,N,W,e1,t1,s1);return}else if(z1&256){M1(Z,q,m,w,N,W,e1,t1,s1);return}}H1&8?(R&16&&p1(Z,N,W),q!==Z&&d(m,q)):R&16?H1&16?A1(Z,q,m,w,N,W,e1,t1,s1):p1(Z,N,W,!0):(R&8&&d(m,""),H1&16&&O(q,m,w,N,W,e1,t1,s1))},M1=(k,H,m,w,N,W,e1,t1,s1)=>{k=k||s6,H=H||s6;const Z=k.length,R=H.length,q=Math.min(Z,R);let z1;for(z1=0;z1R?p1(k,N,W,!0,!1,q):O(H,m,w,N,W,e1,t1,s1,q)},A1=(k,H,m,w,N,W,e1,t1,s1)=>{let Z=0;const R=H.length;let q=k.length-1,z1=R-1;for(;Z<=q&&Z<=z1;){const H1=k[Z],T1=H[Z]=s1?G3(H[Z]):u3(H[Z]);if(K4(H1,T1))E(H1,T1,m,null,N,W,e1,t1,s1);else break;Z++}for(;Z<=q&&Z<=z1;){const H1=k[q],T1=H[z1]=s1?G3(H[z1]):u3(H[z1]);if(K4(H1,T1))E(H1,T1,m,null,N,W,e1,t1,s1);else break;q--,z1--}if(Z>q){if(Z<=z1){const H1=z1+1,T1=H1z1)for(;Z<=q;)x(k[Z],N,W,!0),Z++;else{const H1=Z,T1=Z,R1=new Map;for(Z=T1;Z<=z1;Z++){const C2=H[Z]=s1?G3(H[Z]):u3(H[Z]);C2.key!=null&&R1.set(C2.key,Z)}let x1,G1=0;const z2=z1-T1+1;let T3=!1,$3=0;const d4=new Array(z2);for(Z=0;Z=z2){x(C2,N,W,!0);continue}let I2;if(C2.key!=null)I2=R1.get(C2.key);else for(x1=T1;x1<=z1;x1++)if(d4[x1-T1]===0&&K4(C2,H[x1])){I2=x1;break}I2===void 0?x(C2,N,W,!0):(d4[I2-T1]=Z+1,I2>=$3?$3=I2:T3=!0,E(C2,H[I2],m,null,N,W,e1,t1,s1),G1++)}const $8=T3?lo(d4):s6;for(x1=$8.length-1,Z=z2-1;Z>=0;Z--){const C2=T1+Z,I2=H[C2],p3=C2+1{const{el:W,type:e1,transition:t1,children:s1,shapeFlag:Z}=k;if(Z&6){k1(k.component.subTree,H,m,w);return}if(Z&128){k.suspense.move(H,m,w);return}if(Z&64){e1.move(k,H,m,n1);return}if(e1===j1){s(W,H,m);for(let q=0;qt1.enter(W),N);else{const{leave:q,delayLeave:z1,afterLeave:H1}=t1,T1=()=>s(W,H,m),R1=()=>{q(W,()=>{T1(),H1&&H1()})};z1?z1(W,T1,R1):R1()}else s(W,H,m)},x=(k,H,m,w=!1,N=!1)=>{const{type:W,props:e1,ref:t1,children:s1,dynamicChildren:Z,shapeFlag:R,patchFlag:q,dirs:z1}=k;if(t1!=null&&z7(t1,null,m,k,!0),R&256){H.ctx.deactivate(k);return}const H1=R&1&&z1,T1=!G6(k);let R1;if(T1&&(R1=e1&&e1.onVnodeBeforeUnmount)&&i3(R1,H,k),R&6)G(k.component,m,w);else{if(R&128){k.suspense.unmount(m,w);return}H1&&p4(k,null,H,"beforeUnmount"),R&64?k.type.remove(k,H,m,N,n1,w):Z&&(W!==j1||q>0&&q&64)?p1(Z,H,m,!1,!0):(W===j1&&q&384||!N&&R&16)&&p1(s1,H,m),w&&Y(k)}(T1&&(R1=e1&&e1.onVnodeUnmounted)||H1)&&S2(()=>{R1&&i3(R1,H,k),H1&&p4(k,null,H,"unmounted")},m)},Y=k=>{const{type:H,el:m,anchor:w,transition:N}=k;if(H===j1){j(m,w);return}if(H===k5){u(k);return}const W=()=>{l(m),N&&!N.persisted&&N.afterLeave&&N.afterLeave()};if(k.shapeFlag&1&&N&&!N.persisted){const{leave:e1,delayLeave:t1}=N,s1=()=>e1(m,W);t1?t1(k.el,W,s1):s1()}else W()},j=(k,H)=>{let m;for(;k!==H;)m=p(k),l(k),k=m;l(H)},G=(k,H,m)=>{const{bum:w,scope:N,update:W,subTree:e1,um:t1}=k;w&&u0(w),N.stop(),W&&(W.active=!1,x(e1,k,H,m)),t1&&S2(t1,H),S2(()=>{k.isUnmounted=!0},H),H&&H.pendingBranch&&!H.isUnmounted&&k.asyncDep&&!k.asyncResolved&&k.suspenseId===H.pendingId&&(H.deps--,H.deps===0&&H.resolve())},p1=(k,H,m,w=!1,N=!1,W=0)=>{for(let e1=W;e1k.shapeFlag&6?B(k.component.subTree):k.shapeFlag&128?k.suspense.next():p(k.anchor||k.el),o1=(k,H,m)=>{k==null?H._vnode&&x(H._vnode,null,null,!0):E(H._vnode||null,k,H,null,null,null,m),Nc(),bs(),H._vnode=k},n1={p:E,um:x,m:k1,r:Y,mt:g1,mc:O,pc:i1,pbc:D,n:B,o:c};let f1,y1;return e&&([f1,y1]=e(n1)),{render:o1,hydrate:f1,createApp:Yi(o1,f1)}}function H4({effect:c,update:e},t){c.allowRecurse=e.allowRecurse=t}function d9(c,e,t=!1){const s=c.children,l=e.children;if(b1(s)&&b1(l))for(let a=0;a>1,c[t[i]]0&&(e[s]=t[a-1]),t[a]=s)}}for(a=t.length,n=t[a-1];a-- >0;)t[a]=n,n=e[n];return t}const ao=c=>c.__isTeleport,Z6=c=>c&&(c.disabled||c.disabled===""),Yc=c=>typeof SVGElement<"u"&&c instanceof SVGElement,v7=(c,e)=>{const t=c&&c.to;return l2(t)?e?e(t):null:t},no={__isTeleport:!0,process(c,e,t,s,l,a,n,i,r,o){const{mc:d,pc:g,pbc:p,o:{insert:L,querySelector:y,createText:E,createComment:$}}=o,_=Z6(e.props);let{shapeFlag:h,children:z,dynamicChildren:u}=e;if(c==null){const v=e.el=E(""),M=e.anchor=E("");L(v,t,s),L(M,t,s);const S=e.target=v7(e.props,y),O=e.targetAnchor=E("");S&&(L(O,S),n=n||Yc(S));const T=(D,J)=>{h&16&&d(z,D,J,l,a,n,i,r)};_?T(t,M):S&&T(S,O)}else{e.el=c.el;const v=e.anchor=c.anchor,M=e.target=c.target,S=e.targetAnchor=c.targetAnchor,O=Z6(c.props),T=O?t:M,D=O?v:S;if(n=n||Yc(M),u?(p(c.dynamicChildren,u,T,l,a,n,i),d9(c,e,!0)):r||g(c,e,T,D,l,a,n,i,!1),_)O||Q8(e,t,v,o,1);else if((e.props&&e.props.to)!==(c.props&&c.props.to)){const J=e.target=v7(e.props,y);J&&Q8(e,J,null,o,0)}else O&&Q8(e,M,S,o,1)}qs(e)},remove(c,e,t,s,{um:l,o:{remove:a}},n){const{shapeFlag:i,children:r,anchor:o,targetAnchor:d,target:g,props:p}=c;if(g&&a(d),(n||!Z6(p))&&(a(o),i&16))for(let L=0;L0?c3||s6:null,oo(),f8>0&&c3&&c3.push(c),c}function a1(c,e,t,s,l,a){return Bs(f(c,e,t,s,l,a,!0))}function G2(c,e,t,s,l){return Bs(P1(c,e,t,s,l,!0))}function L0(c){return c?c.__v_isVNode===!0:!1}function K4(c,e){return c.type===e.type&&c.key===e.key}const R0="__vInternal",Ks=({key:c})=>c??null,h0=({ref:c,ref_key:e,ref_for:t})=>(typeof c=="number"&&(c=""+c),c!=null?l2(c)||a2(c)||I1(c)?{i:p2,r:c,k:e,f:!!t}:c:null);function f(c,e=null,t=null,s=0,l=null,a=c===j1?0:1,n=!1,i=!1){const r={__v_isVNode:!0,__v_skip:!0,type:c,props:e,key:e&&Ks(e),ref:e&&h0(e),scopeId:ws,slotScopeIds:null,children:t,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:a,patchFlag:s,dynamicProps:l,dynamicChildren:null,appContext:null,ctx:p2};return i?(m9(r,t),a&128&&c.normalize(r)):t&&(r.shapeFlag|=l2(t)?8:16),f8>0&&!n&&c3&&(r.patchFlag>0||a&6)&&r.patchFlag!==32&&c3.push(r),r}const P1=uo;function uo(c,e=null,t=null,s=0,l=null,a=!1){if((!c||c===xs)&&(c=E3),L0(c)){const i=E4(c,e,!0);return t&&m9(i,t),f8>0&&!a&&c3&&(i.shapeFlag&6?c3[c3.indexOf(c)]=i:c3.push(i)),i.patchFlag|=-2,i}if(go(c)&&(c=c.__vccOpts),e){e=Gs(e);let{class:i,style:r}=e;i&&!l2(i)&&(e.class=f2(i)),Q1(r)&&(vs(r)&&!b1(r)&&(r=i2({},r)),e.style=o6(r))}const n=l2(c)?1:_i(c)?128:ao(c)?64:Q1(c)?4:I1(c)?2:0;return f(c,e,t,s,l,n,a,!0)}function Gs(c){return c?vs(c)||R0 in c?i2({},c):c:null}function E4(c,e,t=!1){const{props:s,ref:l,patchFlag:a,children:n}=c,i=e?Ys(s||{},e):s;return{__v_isVNode:!0,__v_skip:!0,type:c.type,props:i,key:i&&Ks(i),ref:e&&e.ref?t&&l?b1(l)?l.concat(h0(e)):[l,h0(e)]:h0(e):l,scopeId:c.scopeId,slotScopeIds:c.slotScopeIds,children:n,target:c.target,targetAnchor:c.targetAnchor,staticCount:c.staticCount,shapeFlag:c.shapeFlag,patchFlag:e&&c.type!==j1?a===-1?16:a|16:a,dynamicProps:c.dynamicProps,dynamicChildren:c.dynamicChildren,appContext:c.appContext,dirs:c.dirs,transition:c.transition,component:c.component,suspense:c.suspense,ssContent:c.ssContent&&E4(c.ssContent),ssFallback:c.ssFallback&&E4(c.ssFallback),el:c.el,anchor:c.anchor,ctx:c.ctx,ce:c.ce}}function n2(c=" ",e=0){return P1(C8,null,c,e)}function E1(c="",e=!1){return e?(c1(),G2(E3,null,c)):P1(E3,null,c)}function u3(c){return c==null||typeof c=="boolean"?P1(E3):b1(c)?P1(j1,null,c.slice()):typeof c=="object"?G3(c):P1(C8,null,String(c))}function G3(c){return c.el===null&&c.patchFlag!==-1||c.memo?c:E4(c)}function m9(c,e){let t=0;const{shapeFlag:s}=c;if(e==null)e=null;else if(b1(e))t=16;else if(typeof e=="object")if(s&65){const l=e.default;l&&(l._c&&(l._d=!1),m9(c,l()),l._c&&(l._d=!0));return}else{t=32;const l=e._;!l&&!(R0 in e)?e._ctx=p2:l===3&&p2&&(p2.slots._===1?e._=1:(e._=2,c.patchFlag|=1024))}else I1(e)?(e={default:e,_ctx:p2},t=32):(e=String(e),s&64?(t=16,e=[n2(e)]):t=8);c.children=e,c.shapeFlag|=t}function Ys(...c){const e={};for(let t=0;th2||p2;let z9,j4,Xc="__VUE_INSTANCE_SETTERS__";(j4=l7()[Xc])||(j4=l7()[Xc]=[]),j4.push(c=>h2=c),z9=c=>{j4.length>1?j4.forEach(e=>e(c)):j4[0](c)};const f6=c=>{z9(c),c.scope.on()},y4=()=>{h2&&h2.scope.off(),z9(null)};function Zs(c){return c.vnode.shapeFlag&4}let h8=!1;function zo(c,e=!1){h8=e;const{props:t,children:s}=c.vnode,l=Zs(c);Xi(c,t,l,e),co(c,s);const a=l?vo(c,e):void 0;return h8=!1,a}function vo(c,e){const t=c.type;c.accessCache=Object.create(null),c.proxy=x0(new Proxy(c.ctx,Ui));const{setup:s}=t;if(s){const l=c.setupContext=s.length>1?Ho(c):null;f6(c),b6();const a=c4(s,c,0,[c.props,l]);if(_6(),y4(),Qt(a)){if(a.then(y4,y4),e)return a.then(n=>{Qc(c,n,e)}).catch(n=>{O0(n,c,0)});c.asyncDep=a}else Qc(c,a,e)}else Xs(c,e)}function Qc(c,e,t){I1(e)?c.type.__ssrInlineRender?c.ssrRender=e:c.render=e:Q1(e)&&(c.setupState=Ms(e)),Xs(c,t)}let Jc;function Xs(c,e,t){const s=c.type;if(!c.render){if(!e&&Jc&&!s.render){const l=s.template||f9(c).template;if(l){const{isCustomElement:a,compilerOptions:n}=c.appContext.config,{delimiters:i,compilerOptions:r}=s,o=i2(i2({isCustomElement:a,delimiters:i},n),r);s.render=Jc(l,o)}}c.render=s.render||e3}f6(c),b6(),ji(c),_6(),y4()}function po(c){return c.attrsProxy||(c.attrsProxy=new Proxy(c.attrs,{get(e,t){return $2(c,"get","$attrs"),e[t]}}))}function Ho(c){const e=t=>{c.exposed=t||{}};return{get attrs(){return po(c)},slots:c.slots,emit:c.emit,expose:e}}function F0(c){if(c.exposed)return c.exposeProxy||(c.exposeProxy=new Proxy(Ms(x0(c.exposed)),{get(e,t){if(t in e)return e[t];if(t in Y6)return Y6[t](c)},has(e,t){return t in e||t in Y6}}))}function Vo(c,e=!0){return I1(c)?c.displayName||c.name:c.name||e&&c.__name}function go(c){return I1(c)&&"__vccOpts"in c}const D1=(c,e)=>mi(c,e,h8);function U0(c,e,t){const s=arguments.length;return s===2?Q1(e)&&!b1(e)?L0(e)?P1(c,null,[e]):P1(c,e):P1(c,null,e):(s>3?t=Array.prototype.slice.call(arguments,2):s===3&&L0(t)&&(t=[t]),P1(c,e,t))}const Mo=Symbol.for("v-scx"),Co=()=>t3(Mo),Lo="3.3.4",bo="http://www.w3.org/2000/svg",M4=typeof document<"u"?document:null,ce=M4&&M4.createElement("template"),_o={insert:(c,e,t)=>{e.insertBefore(c,t||null)},remove:c=>{const e=c.parentNode;e&&e.removeChild(c)},createElement:(c,e,t,s)=>{const l=e?M4.createElementNS(bo,c):M4.createElement(c,t?{is:t}:void 0);return c==="select"&&s&&s.multiple!=null&&l.setAttribute("multiple",s.multiple),l},createText:c=>M4.createTextNode(c),createComment:c=>M4.createComment(c),setText:(c,e)=>{c.nodeValue=e},setElementText:(c,e)=>{c.textContent=e},parentNode:c=>c.parentNode,nextSibling:c=>c.nextSibling,querySelector:c=>M4.querySelector(c),setScopeId(c,e){c.setAttribute(e,"")},insertStaticContent(c,e,t,s,l,a){const n=t?t.previousSibling:e.lastChild;if(l&&(l===a||l.nextSibling))for(;e.insertBefore(l.cloneNode(!0),t),!(l===a||!(l=l.nextSibling)););else{ce.innerHTML=s?`${c}`:c;const i=ce.content;if(s){const r=i.firstChild;for(;r.firstChild;)i.appendChild(r.firstChild);i.removeChild(r)}e.insertBefore(i,t)}return[n?n.nextSibling:e.firstChild,t?t.previousSibling:e.lastChild]}};function yo(c,e,t){const s=c._vtc;s&&(e=(e?[e,...s]:[...s]).join(" ")),e==null?c.removeAttribute("class"):t?c.setAttribute("class",e):c.className=e}function wo(c,e,t){const s=c.style,l=l2(t);if(t&&!l){if(e&&!l2(e))for(const a in e)t[a]==null&&p7(s,a,"");for(const a in t)p7(s,a,t[a])}else{const a=s.display;l?e!==t&&(s.cssText=t):e&&c.removeAttribute("style"),"_vod"in c&&(s.display=a)}}const ee=/\s*!important$/;function p7(c,e,t){if(b1(t))t.forEach(s=>p7(c,e,s));else if(t==null&&(t=""),e.startsWith("--"))c.setProperty(e,t);else{const s=Ao(c,e);ee.test(t)?c.setProperty(I4(s),t.replace(ee,""),"important"):c[s]=t}}const te=["Webkit","Moz","ms"],S5={};function Ao(c,e){const t=S5[e];if(t)return t;let s=z3(e);if(s!=="filter"&&s in c)return S5[e]=s;s=$0(s);for(let l=0;lP5||($o.then(()=>P5=0),P5=Date.now());function xo(c,e){const t=s=>{if(!s._vts)s._vts=Date.now();else if(s._vts<=t.attached)return;W2(Oo(s,t.value),e,5,[s])};return t.value=c,t.attached=Io(),t}function Oo(c,e){if(b1(e)){const t=c.stopImmediatePropagation;return c.stopImmediatePropagation=()=>{t.call(c),c._stopped=!0},e.map(s=>l=>!l._stopped&&s&&s(l))}else return e}const ae=/^on[a-z]/,No=(c,e,t,s,l=!1,a,n,i,r)=>{e==="class"?yo(c,s,l):e==="style"?wo(c,t,s):P0(e)?B7(e)||Po(c,e,t,s,n):(e[0]==="."?(e=e.slice(1),!0):e[0]==="^"?(e=e.slice(1),!1):Do(c,e,s,l))?ko(c,e,s,a,n,i,r):(e==="true-value"?c._trueValue=s:e==="false-value"&&(c._falseValue=s),Eo(c,e,s,l))};function Do(c,e,t,s){return s?!!(e==="innerHTML"||e==="textContent"||e in c&&ae.test(e)&&I1(t)):e==="spellcheck"||e==="draggable"||e==="translate"||e==="form"||e==="list"&&c.tagName==="INPUT"||e==="type"&&c.tagName==="TEXTAREA"||ae.test(e)&&l2(t)?!1:e in c}const F3="transition",D6="animation",Qs={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String},Ro=i2({},Ei,Qs),V4=(c,e=[])=>{b1(c)?c.forEach(t=>t(...e)):c&&c(...e)},ne=c=>c?b1(c)?c.some(e=>e.length>1):c.length>1:!1;function Fo(c){const e={};for(const Q in c)Q in Qs||(e[Q]=c[Q]);if(c.css===!1)return e;const{name:t="v",type:s,duration:l,enterFromClass:a=`${t}-enter-from`,enterActiveClass:n=`${t}-enter-active`,enterToClass:i=`${t}-enter-to`,appearFromClass:r=a,appearActiveClass:o=n,appearToClass:d=i,leaveFromClass:g=`${t}-leave-from`,leaveActiveClass:p=`${t}-leave-active`,leaveToClass:L=`${t}-leave-to`}=c,y=Uo(l),E=y&&y[0],$=y&&y[1],{onBeforeEnter:_,onEnter:h,onEnterCancelled:z,onLeave:u,onLeaveCancelled:v,onBeforeAppear:M=_,onAppear:S=h,onAppearCancelled:O=z}=e,T=(Q,h1,g1)=>{B3(Q,h1?d:i),B3(Q,h1?o:n),g1&&g1()},D=(Q,h1)=>{Q._isLeaving=!1,B3(Q,g),B3(Q,L),B3(Q,p),h1&&h1()},J=Q=>(h1,g1)=>{const _1=Q?S:h,d1=()=>T(h1,Q,g1);V4(_1,[h1,d1]),re(()=>{B3(h1,Q?r:a),C3(h1,Q?d:i),ne(_1)||ie(h1,s,E,d1)})};return i2(e,{onBeforeEnter(Q){V4(_,[Q]),C3(Q,a),C3(Q,n)},onBeforeAppear(Q){V4(M,[Q]),C3(Q,r),C3(Q,o)},onEnter:J(!1),onAppear:J(!0),onLeave(Q,h1){Q._isLeaving=!0;const g1=()=>D(Q,h1);C3(Q,g),cl(),C3(Q,p),re(()=>{Q._isLeaving&&(B3(Q,g),C3(Q,L),ne(u)||ie(Q,s,$,g1))}),V4(u,[Q,g1])},onEnterCancelled(Q){T(Q,!1),V4(z,[Q])},onAppearCancelled(Q){T(Q,!0),V4(O,[Q])},onLeaveCancelled(Q){D(Q),V4(v,[Q])}})}function Uo(c){if(c==null)return null;if(Q1(c))return[T5(c.enter),T5(c.leave)];{const e=T5(c);return[e,e]}}function T5(c){return br(c)}function C3(c,e){e.split(/\s+/).forEach(t=>t&&c.classList.add(t)),(c._vtc||(c._vtc=new Set)).add(e)}function B3(c,e){e.split(/\s+/).forEach(s=>s&&c.classList.remove(s));const{_vtc:t}=c;t&&(t.delete(e),t.size||(c._vtc=void 0))}function re(c){requestAnimationFrame(()=>{requestAnimationFrame(c)})}let jo=0;function ie(c,e,t,s){const l=c._endId=++jo,a=()=>{l===c._endId&&s()};if(t)return setTimeout(a,t);const{type:n,timeout:i,propCount:r}=Js(c,e);if(!n)return s();const o=n+"end";let d=0;const g=()=>{c.removeEventListener(o,p),a()},p=L=>{L.target===c&&++d>=r&&g()};setTimeout(()=>{d(t[y]||"").split(", "),l=s(`${F3}Delay`),a=s(`${F3}Duration`),n=oe(l,a),i=s(`${D6}Delay`),r=s(`${D6}Duration`),o=oe(i,r);let d=null,g=0,p=0;e===F3?n>0&&(d=F3,g=n,p=a.length):e===D6?o>0&&(d=D6,g=o,p=r.length):(g=Math.max(n,o),d=g>0?n>o?F3:D6:null,p=d?d===F3?a.length:r.length:0);const L=d===F3&&/\b(transform|all)(,|$)/.test(s(`${F3}Property`).toString());return{type:d,timeout:g,propCount:p,hasTransform:L}}function oe(c,e){for(;c.lengthue(t)+ue(c[s])))}function ue(c){return Number(c.slice(0,-1).replace(",","."))*1e3}function cl(){return document.body.offsetHeight}const el=new WeakMap,tl=new WeakMap,sl={name:"TransitionGroup",props:i2({},Ro,{tag:String,moveClass:String}),setup(c,{slots:e}){const t=k4(),s=Ai();let l,a;return $s(()=>{if(!l.length)return;const n=c.moveClass||`${c.name||"v"}-move`;if(!Go(l[0].el,t.vnode.el,n))return;l.forEach(qo),l.forEach(Bo);const i=l.filter(Ko);cl(),i.forEach(r=>{const o=r.el,d=o.style;C3(o,n),d.transform=d.webkitTransform=d.transitionDuration="";const g=o._moveCb=p=>{p&&p.target!==o||(!p||/transform$/.test(p.propertyName))&&(o.removeEventListener("transitionend",g),o._moveCb=null,B3(o,n))};o.addEventListener("transitionend",g)})}),()=>{const n=W1(c),i=Fo(n);let r=n.tag||j1;l=a,a=e.default?ks(e.default()):[];for(let o=0;odelete c.mode;sl.props;const ll=sl;function qo(c){const e=c.el;e._moveCb&&e._moveCb(),e._enterCb&&e._enterCb()}function Bo(c){tl.set(c,c.el.getBoundingClientRect())}function Ko(c){const e=el.get(c),t=tl.get(c),s=e.left-t.left,l=e.top-t.top;if(s||l){const a=c.el.style;return a.transform=a.webkitTransform=`translate(${s}px,${l}px)`,a.transitionDuration="0s",c}}function Go(c,e,t){const s=c.cloneNode();c._vtc&&c._vtc.forEach(n=>{n.split(/\s+/).forEach(i=>i&&s.classList.remove(i))}),t.split(/\s+/).forEach(n=>n&&s.classList.add(n)),s.style.display="none";const l=e.nodeType===1?e:e.parentNode;l.appendChild(s);const{hasTransform:a}=Js(s);return l.removeChild(s),a}const h6=c=>{const e=c.props["onUpdate:modelValue"]||!1;return b1(e)?t=>u0(e,t):e};function Yo(c){c.target.composing=!0}function fe(c){const e=c.target;e.composing&&(e.composing=!1,e.dispatchEvent(new Event("input")))}const O1={created(c,{modifiers:{lazy:e,trim:t,number:s}},l){c._assign=h6(l);const a=s||l.props&&l.props.type==="number";Z3(c,e?"change":"input",n=>{if(n.target.composing)return;let i=c.value;t&&(i=i.trim()),a&&(i=H0(i)),c._assign(i)}),t&&Z3(c,"change",()=>{c.value=c.value.trim()}),e||(Z3(c,"compositionstart",Yo),Z3(c,"compositionend",fe),Z3(c,"change",fe))},mounted(c,{value:e}){c.value=e??""},beforeUpdate(c,{value:e,modifiers:{lazy:t,trim:s,number:l}},a){if(c._assign=h6(a),c.composing||document.activeElement===c&&c.type!=="range"&&(t||s&&c.value.trim()===e||(l||c.type==="number")&&H0(c.value)===e))return;const n=e??"";c.value!==n&&(c.value=n)}},b0={deep:!0,created(c,e,t){c._assign=h6(t),Z3(c,"change",()=>{const s=c._modelValue,l=d8(c),a=c.checked,n=c._assign;if(b1(s)){const i=Y7(s,l),r=i!==-1;if(a&&!r)n(s.concat(l));else if(!a&&r){const o=[...s];o.splice(i,1),n(o)}}else if(L6(s)){const i=new Set(s);a?i.add(l):i.delete(l),n(i)}else n(al(c,a))})},mounted:he,beforeUpdate(c,e,t){c._assign=h6(t),he(c,e,t)}};function he(c,{value:e,oldValue:t},s){c._modelValue=e,b1(e)?c.checked=Y7(e,s.props.value)>-1:L6(e)?c.checked=e.has(s.props.value):e!==t&&(c.checked=V8(e,al(c,!0)))}const H7={deep:!0,created(c,{value:e,modifiers:{number:t}},s){const l=L6(e);Z3(c,"change",()=>{const a=Array.prototype.filter.call(c.options,n=>n.selected).map(n=>t?H0(d8(n)):d8(n));c._assign(c.multiple?l?new Set(a):a:a[0])}),c._assign=h6(s)},mounted(c,{value:e}){de(c,e)},beforeUpdate(c,e,t){c._assign=h6(t)},updated(c,{value:e}){de(c,e)}};function de(c,e){const t=c.multiple;if(!(t&&!b1(e)&&!L6(e))){for(let s=0,l=c.options.length;s-1:a.selected=e.has(n);else if(V8(d8(a),e)){c.selectedIndex!==s&&(c.selectedIndex=s);return}}!t&&c.selectedIndex!==-1&&(c.selectedIndex=-1)}}function d8(c){return"_value"in c?c._value:c.value}function al(c,e){const t=e?"_trueValue":"_falseValue";return t in c?c[t]:e}const Zo=["ctrl","shift","alt","meta"],Xo={stop:c=>c.stopPropagation(),prevent:c=>c.preventDefault(),self:c=>c.target!==c.currentTarget,ctrl:c=>!c.ctrlKey,shift:c=>!c.shiftKey,alt:c=>!c.altKey,meta:c=>!c.metaKey,left:c=>"button"in c&&c.button!==0,middle:c=>"button"in c&&c.button!==1,right:c=>"button"in c&&c.button!==2,exact:(c,e)=>Zo.some(t=>c[`${t}Key`]&&!e.includes(t))},K1=(c,e)=>(t,...s)=>{for(let l=0;lt=>{if(!("key"in t))return;const s=I4(t.key);if(e.some(l=>l===s||Qo[l]===s))return c(t)},cu={beforeMount(c,{value:e},{transition:t}){c._vod=c.style.display==="none"?"":c.style.display,t&&e?t.beforeEnter(c):R6(c,e)},mounted(c,{value:e},{transition:t}){t&&e&&t.enter(c)},updated(c,{value:e,oldValue:t},{transition:s}){!e!=!t&&(s?e?(s.beforeEnter(c),R6(c,!0),s.enter(c)):s.leave(c,()=>{R6(c,!1)}):R6(c,e))},beforeUnmount(c,{value:e}){R6(c,e)}};function R6(c,e){c.style.display=e?c._vod:"none"}const eu=i2({patchProp:No},_o);let me;function tu(){return me||(me=to(eu))}const su=(...c)=>{const e=tu().createApp(...c),{mount:t}=e;return e.mount=s=>{const l=lu(s);if(!l)return;const a=e._component;!I1(a)&&!a.render&&!a.template&&(a.template=l.innerHTML),l.innerHTML="";const n=t(l,!1,l instanceof SVGElement);return l instanceof Element&&(l.removeAttribute("v-cloak"),l.setAttribute("data-v-app","")),n},e};function lu(c){return l2(c)?document.querySelector(c):c}var au=!1;/*! + * pinia v2.1.4 + * (c) 2023 Eduardo San Martin Morote + * @license MIT + */let nl;const j0=c=>nl=c,rl=Symbol();function V7(c){return c&&typeof c=="object"&&Object.prototype.toString.call(c)==="[object Object]"&&typeof c.toJSON!="function"}var Q6;(function(c){c.direct="direct",c.patchObject="patch object",c.patchFunction="patch function"})(Q6||(Q6={}));function nu(){const c=Z7(!0),e=c.run(()=>X1({}));let t=[],s=[];const l=x0({install(a){j0(l),l._a=a,a.provide(rl,l),a.config.globalProperties.$pinia=l,s.forEach(n=>t.push(n)),s=[]},use(a){return!this._a&&!au?s.push(a):t.push(a),this},_p:t,_a:null,_e:c,_s:new Map,state:e});return l}const il=()=>{};function ze(c,e,t,s=il){c.push(e);const l=()=>{const a=c.indexOf(e);a>-1&&(c.splice(a,1),s())};return!t&&ls()&&Tr(l),l}function W4(c,...e){c.slice().forEach(t=>{t(...e)})}const ru=c=>c();function g7(c,e){c instanceof Map&&e instanceof Map&&e.forEach((t,s)=>c.set(s,t)),c instanceof Set&&e instanceof Set&&e.forEach(c.add,c);for(const t in e){if(!e.hasOwnProperty(t))continue;const s=e[t],l=c[t];V7(l)&&V7(s)&&c.hasOwnProperty(t)&&!a2(s)&&!J3(s)?c[t]=g7(l,s):c[t]=s}return c}const iu=Symbol();function ou(c){return!V7(c)||!c.hasOwnProperty(iu)}const{assign:K3}=Object;function uu(c){return!!(a2(c)&&c.effect)}function fu(c,e,t,s){const{state:l,actions:a,getters:n}=e,i=t.state.value[c];let r;function o(){i||(t.state.value[c]=l?l():{});const d=ui(t.state.value[c]);return K3(d,a,Object.keys(n||{}).reduce((g,p)=>(g[p]=x0(D1(()=>{j0(t);const L=t._s.get(c);return n[p].call(L,L)})),g),{}))}return r=ol(c,o,e,t,s,!0),r}function ol(c,e,t={},s,l,a){let n;const i=K3({actions:{}},t),r={deep:!0};let o,d,g=[],p=[],L;const y=s.state.value[c];!a&&!y&&(s.state.value[c]={}),X1({});let E;function $(O){let T;o=d=!1,typeof O=="function"?(O(s.state.value[c]),T={type:Q6.patchFunction,storeId:c,events:L}):(g7(s.state.value[c],O),T={type:Q6.patchObject,payload:O,storeId:c,events:L});const D=E=Symbol();a9().then(()=>{E===D&&(o=!0)}),d=!0,W4(g,T,s.state.value[c])}const _=a?function(){const{state:T}=t,D=T?T():{};this.$patch(J=>{K3(J,D)})}:il;function h(){n.stop(),g=[],p=[],s._s.delete(c)}function z(O,T){return function(){j0(s);const D=Array.from(arguments),J=[],Q=[];function h1(d1){J.push(d1)}function g1(d1){Q.push(d1)}W4(p,{args:D,name:O,store:v,after:h1,onError:g1});let _1;try{_1=T.apply(this&&this.$id===c?this:v,D)}catch(d1){throw W4(Q,d1),d1}return _1 instanceof Promise?_1.then(d1=>(W4(J,d1),d1)).catch(d1=>(W4(Q,d1),Promise.reject(d1))):(W4(J,_1),_1)}}const u={_p:s,$id:c,$onAction:ze.bind(null,p),$patch:$,$reset:_,$subscribe(O,T={}){const D=ze(g,O,T.detached,()=>J()),J=n.run(()=>T2(()=>s.state.value[c],Q=>{(T.flush==="sync"?d:o)&&O({storeId:c,type:Q6.direct,events:L},Q)},K3({},r,T)));return D},$dispose:h},v=y6(u);s._s.set(c,v);const M=s._a&&s._a.runWithContext||ru,S=s._e.run(()=>(n=Z7(),M(()=>n.run(e))));for(const O in S){const T=S[O];if(a2(T)&&!uu(T)||J3(T))a||(y&&ou(T)&&(a2(T)?T.value=y[O]:g7(T,y[O])),s.state.value[c][O]=T);else if(typeof T=="function"){const D=z(O,T);S[O]=D,i.actions[O]=T}}return K3(v,S),K3(W1(v),S),Object.defineProperty(v,"$state",{get:()=>s.state.value[c],set:O=>{$(T=>{K3(T,O)})}}),s._p.forEach(O=>{K3(v,n.run(()=>O({store:v,app:s._a,pinia:s,options:i})))}),y&&a&&t.hydrate&&t.hydrate(v.$state,y),o=!0,d=!0,v}function L8(c,e,t){let s,l;const a=typeof e=="function";typeof c=="string"?(s=c,l=a?t:e):(l=c,s=c.id);function n(i,r){const o=Zi();return i=i||(o?t3(rl,null):null),i&&j0(i),i=nl,i._s.has(s)||(a?ol(s,e,l,i):fu(s,l,i)),i._s.get(s)}return n.$id=s,n}const hu="/app/img/header-logo.png";/*! + * vue-router v4.2.2 + * (c) 2023 Eduardo San Martin Morote + * @license MIT + */const G4=typeof window<"u";function du(c){return c.__esModule||c[Symbol.toStringTag]==="Module"}const Z1=Object.assign;function $5(c,e){const t={};for(const s in e){const l=e[s];t[s]=s3(l)?l.map(c):c(l)}return t}const J6=()=>{},s3=Array.isArray,mu=/\/$/,zu=c=>c.replace(mu,"");function I5(c,e,t="/"){let s,l={},a="",n="";const i=e.indexOf("#");let r=e.indexOf("?");return i=0&&(r=-1),r>-1&&(s=e.slice(0,r),a=e.slice(r+1,i>-1?i:e.length),l=c(a)),i>-1&&(s=s||e.slice(0,i),n=e.slice(i,e.length)),s=Vu(s??e,t),{fullPath:s+(a&&"?")+a+n,path:s,query:l,hash:n}}function vu(c,e){const t=e.query?c(e.query):"";return e.path+(t&&"?")+t+(e.hash||"")}function ve(c,e){return!e||!c.toLowerCase().startsWith(e.toLowerCase())?c:c.slice(e.length)||"/"}function pu(c,e,t){const s=e.matched.length-1,l=t.matched.length-1;return s>-1&&s===l&&d6(e.matched[s],t.matched[l])&&ul(e.params,t.params)&&c(e.query)===c(t.query)&&e.hash===t.hash}function d6(c,e){return(c.aliasOf||c)===(e.aliasOf||e)}function ul(c,e){if(Object.keys(c).length!==Object.keys(e).length)return!1;for(const t in c)if(!Hu(c[t],e[t]))return!1;return!0}function Hu(c,e){return s3(c)?pe(c,e):s3(e)?pe(e,c):c===e}function pe(c,e){return s3(e)?c.length===e.length&&c.every((t,s)=>t===e[s]):c.length===1&&c[0]===e}function Vu(c,e){if(c.startsWith("/"))return c;if(!c)return e;const t=e.split("/"),s=c.split("/"),l=s[s.length-1];(l===".."||l===".")&&s.push("");let a=t.length-1,n,i;for(n=0;n1&&a--;else break;return t.slice(0,a).join("/")+"/"+s.slice(n-(n===s.length?1:0)).join("/")}var m8;(function(c){c.pop="pop",c.push="push"})(m8||(m8={}));var c8;(function(c){c.back="back",c.forward="forward",c.unknown=""})(c8||(c8={}));function gu(c){if(!c)if(G4){const e=document.querySelector("base");c=e&&e.getAttribute("href")||"/",c=c.replace(/^\w+:\/\/[^\/]+/,"")}else c="/";return c[0]!=="/"&&c[0]!=="#"&&(c="/"+c),zu(c)}const Mu=/^[^#]+#/;function Cu(c,e){return c.replace(Mu,"#")+e}function Lu(c,e){const t=document.documentElement.getBoundingClientRect(),s=c.getBoundingClientRect();return{behavior:e.behavior,left:s.left-t.left-(e.left||0),top:s.top-t.top-(e.top||0)}}const W0=()=>({left:window.pageXOffset,top:window.pageYOffset});function bu(c){let e;if("el"in c){const t=c.el,s=typeof t=="string"&&t.startsWith("#"),l=typeof t=="string"?s?document.getElementById(t.slice(1)):document.querySelector(t):t;if(!l)return;e=Lu(l,c)}else e=c;"scrollBehavior"in document.documentElement.style?window.scrollTo(e):window.scrollTo(e.left!=null?e.left:window.pageXOffset,e.top!=null?e.top:window.pageYOffset)}function He(c,e){return(history.state?history.state.position-e:-1)+c}const M7=new Map;function _u(c,e){M7.set(c,e)}function yu(c){const e=M7.get(c);return M7.delete(c),e}let wu=()=>location.protocol+"//"+location.host;function fl(c,e){const{pathname:t,search:s,hash:l}=e,a=c.indexOf("#");if(a>-1){let i=l.includes(c.slice(a))?c.slice(a).length:1,r=l.slice(i);return r[0]!=="/"&&(r="/"+r),ve(r,"")}return ve(t,c)+s+l}function Au(c,e,t,s){let l=[],a=[],n=null;const i=({state:p})=>{const L=fl(c,location),y=t.value,E=e.value;let $=0;if(p){if(t.value=L,e.value=p,n&&n===y){n=null;return}$=E?p.position-E.position:0}else s(L);l.forEach(_=>{_(t.value,y,{delta:$,type:m8.pop,direction:$?$>0?c8.forward:c8.back:c8.unknown})})};function r(){n=t.value}function o(p){l.push(p);const L=()=>{const y=l.indexOf(p);y>-1&&l.splice(y,1)};return a.push(L),L}function d(){const{history:p}=window;p.state&&p.replaceState(Z1({},p.state,{scroll:W0()}),"")}function g(){for(const p of a)p();a=[],window.removeEventListener("popstate",i),window.removeEventListener("beforeunload",d)}return window.addEventListener("popstate",i),window.addEventListener("beforeunload",d,{passive:!0}),{pauseListeners:r,listen:o,destroy:g}}function Ve(c,e,t,s=!1,l=!1){return{back:c,current:e,forward:t,replaced:s,position:window.history.length,scroll:l?W0():null}}function Eu(c){const{history:e,location:t}=window,s={value:fl(c,t)},l={value:e.state};l.value||a(s.value,{back:null,current:s.value,forward:null,position:e.length-1,replaced:!0,scroll:null},!0);function a(r,o,d){const g=c.indexOf("#"),p=g>-1?(t.host&&document.querySelector("base")?c:c.slice(g))+r:wu()+c+r;try{e[d?"replaceState":"pushState"](o,"",p),l.value=o}catch(L){console.error(L),t[d?"replace":"assign"](p)}}function n(r,o){const d=Z1({},e.state,Ve(l.value.back,r,l.value.forward,!0),o,{position:l.value.position});a(r,d,!0),s.value=r}function i(r,o){const d=Z1({},l.value,e.state,{forward:r,scroll:W0()});a(d.current,d,!0);const g=Z1({},Ve(s.value,r,null),{position:d.position+1},o);a(r,g,!1),s.value=r}return{location:s,state:l,push:i,replace:n}}function ku(c){c=gu(c);const e=Eu(c),t=Au(c,e.state,e.location,e.replace);function s(a,n=!0){n||t.pauseListeners(),history.go(a)}const l=Z1({location:"",base:c,go:s,createHref:Cu.bind(null,c)},e,t);return Object.defineProperty(l,"location",{enumerable:!0,get:()=>e.location.value}),Object.defineProperty(l,"state",{enumerable:!0,get:()=>e.state.value}),l}function Su(c){return c=location.host?c||location.pathname+location.search:"",c.includes("#")||(c+="#"),ku(c)}function Pu(c){return typeof c=="string"||c&&typeof c=="object"}function hl(c){return typeof c=="string"||typeof c=="symbol"}const U3={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0},dl=Symbol("");var ge;(function(c){c[c.aborted=4]="aborted",c[c.cancelled=8]="cancelled",c[c.duplicated=16]="duplicated"})(ge||(ge={}));function m6(c,e){return Z1(new Error,{type:c,[dl]:!0},e)}function g3(c,e){return c instanceof Error&&dl in c&&(e==null||!!(c.type&e))}const Me="[^/]+?",Tu={sensitive:!1,strict:!1,start:!0,end:!0},$u=/[.+*?^${}()[\]/\\]/g;function Iu(c,e){const t=Z1({},Tu,e),s=[];let l=t.start?"^":"";const a=[];for(const o of c){const d=o.length?[]:[90];t.strict&&!o.length&&(l+="/");for(let g=0;ge.length?e.length===1&&e[0]===40+40?1:-1:0}function Ou(c,e){let t=0;const s=c.score,l=e.score;for(;t0&&e[e.length-1]<0}const Nu={type:0,value:""},Du=/[a-zA-Z0-9_]/;function Ru(c){if(!c)return[[]];if(c==="/")return[[Nu]];if(!c.startsWith("/"))throw new Error(`Invalid path "${c}"`);function e(L){throw new Error(`ERR (${t})/"${o}": ${L}`)}let t=0,s=t;const l=[];let a;function n(){a&&l.push(a),a=[]}let i=0,r,o="",d="";function g(){o&&(t===0?a.push({type:0,value:o}):t===1||t===2||t===3?(a.length>1&&(r==="*"||r==="+")&&e(`A repeatable param (${o}) must be alone in its segment. eg: '/:ids+.`),a.push({type:1,value:o,regexp:d,repeatable:r==="*"||r==="+",optional:r==="*"||r==="?"})):e("Invalid state to consume buffer"),o="")}function p(){o+=r}for(;i{n(h)}:J6}function n(d){if(hl(d)){const g=s.get(d);g&&(s.delete(d),t.splice(t.indexOf(g),1),g.children.forEach(n),g.alias.forEach(n))}else{const g=t.indexOf(d);g>-1&&(t.splice(g,1),d.record.name&&s.delete(d.record.name),d.children.forEach(n),d.alias.forEach(n))}}function i(){return t}function r(d){let g=0;for(;g=0&&(d.record.path!==t[g].record.path||!ml(d,t[g]));)g++;t.splice(g,0,d),d.record.name&&!be(d)&&s.set(d.record.name,d)}function o(d,g){let p,L={},y,E;if("name"in d&&d.name){if(p=s.get(d.name),!p)throw m6(1,{location:d});E=p.record.name,L=Z1(Le(g.params,p.keys.filter(h=>!h.optional).map(h=>h.name)),d.params&&Le(d.params,p.keys.map(h=>h.name))),y=p.stringify(L)}else if("path"in d)y=d.path,p=t.find(h=>h.re.test(y)),p&&(L=p.parse(y),E=p.record.name);else{if(p=g.name?s.get(g.name):t.find(h=>h.re.test(g.path)),!p)throw m6(1,{location:d,currentLocation:g});E=p.record.name,L=Z1({},g.params,d.params),y=p.stringify(L)}const $=[];let _=p;for(;_;)$.unshift(_.record),_=_.parent;return{name:E,path:y,params:L,matched:$,meta:qu($)}}return c.forEach(d=>a(d)),{addRoute:a,resolve:o,removeRoute:n,getRoutes:i,getRecordMatcher:l}}function Le(c,e){const t={};for(const s of e)s in c&&(t[s]=c[s]);return t}function ju(c){return{path:c.path,redirect:c.redirect,name:c.name,meta:c.meta||{},aliasOf:void 0,beforeEnter:c.beforeEnter,props:Wu(c),children:c.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in c?c.components||null:c.component&&{default:c.component}}}function Wu(c){const e={},t=c.props||!1;if("component"in c)e.default=t;else for(const s in c.components)e[s]=typeof t=="boolean"?t:t[s];return e}function be(c){for(;c;){if(c.record.aliasOf)return!0;c=c.parent}return!1}function qu(c){return c.reduce((e,t)=>Z1(e,t.meta),{})}function _e(c,e){const t={};for(const s in c)t[s]=s in e?e[s]:c[s];return t}function ml(c,e){return e.children.some(t=>t===c||ml(c,t))}const zl=/#/g,Bu=/&/g,Ku=/\//g,Gu=/=/g,Yu=/\?/g,vl=/\+/g,Zu=/%5B/g,Xu=/%5D/g,pl=/%5E/g,Qu=/%60/g,Hl=/%7B/g,Ju=/%7C/g,Vl=/%7D/g,cf=/%20/g;function v9(c){return encodeURI(""+c).replace(Ju,"|").replace(Zu,"[").replace(Xu,"]")}function ef(c){return v9(c).replace(Hl,"{").replace(Vl,"}").replace(pl,"^")}function C7(c){return v9(c).replace(vl,"%2B").replace(cf,"+").replace(zl,"%23").replace(Bu,"%26").replace(Qu,"`").replace(Hl,"{").replace(Vl,"}").replace(pl,"^")}function tf(c){return C7(c).replace(Gu,"%3D")}function sf(c){return v9(c).replace(zl,"%23").replace(Yu,"%3F")}function lf(c){return c==null?"":sf(c).replace(Ku,"%2F")}function _0(c){try{return decodeURIComponent(""+c)}catch{}return""+c}function af(c){const e={};if(c===""||c==="?")return e;const s=(c[0]==="?"?c.slice(1):c).split("&");for(let l=0;la&&C7(a)):[s&&C7(s)]).forEach(a=>{a!==void 0&&(e+=(e.length?"&":"")+t,a!=null&&(e+="="+a))})}return e}function nf(c){const e={};for(const t in c){const s=c[t];s!==void 0&&(e[t]=s3(s)?s.map(l=>l==null?null:""+l):s==null?s:""+s)}return e}const rf=Symbol(""),we=Symbol(""),p9=Symbol(""),gl=Symbol(""),L7=Symbol("");function F6(){let c=[];function e(s){return c.push(s),()=>{const l=c.indexOf(s);l>-1&&c.splice(l,1)}}function t(){c=[]}return{add:e,list:()=>c,reset:t}}function Y3(c,e,t,s,l){const a=s&&(s.enterCallbacks[l]=s.enterCallbacks[l]||[]);return()=>new Promise((n,i)=>{const r=g=>{g===!1?i(m6(4,{from:t,to:e})):g instanceof Error?i(g):Pu(g)?i(m6(2,{from:e,to:g})):(a&&s.enterCallbacks[l]===a&&typeof g=="function"&&a.push(g),n())},o=c.call(s&&s.instances[l],e,t,r);let d=Promise.resolve(o);c.length<3&&(d=d.then(r)),d.catch(g=>i(g))})}function x5(c,e,t,s){const l=[];for(const a of c)for(const n in a.components){let i=a.components[n];if(!(e!=="beforeRouteEnter"&&!a.instances[n]))if(of(i)){const o=(i.__vccOpts||i)[e];o&&l.push(Y3(o,t,s,a,n))}else{let r=i();l.push(()=>r.then(o=>{if(!o)return Promise.reject(new Error(`Couldn't resolve component "${n}" at "${a.path}"`));const d=du(o)?o.default:o;a.components[n]=d;const p=(d.__vccOpts||d)[e];return p&&Y3(p,t,s,a,n)()}))}}return l}function of(c){return typeof c=="object"||"displayName"in c||"props"in c||"__vccOpts"in c}function Ae(c){const e=t3(p9),t=t3(gl),s=D1(()=>e.resolve(K(c.to))),l=D1(()=>{const{matched:r}=s.value,{length:o}=r,d=r[o-1],g=t.matched;if(!d||!g.length)return-1;const p=g.findIndex(d6.bind(null,d));if(p>-1)return p;const L=Ee(r[o-2]);return o>1&&Ee(d)===L&&g[g.length-1].path!==L?g.findIndex(d6.bind(null,r[o-2])):p}),a=D1(()=>l.value>-1&&hf(t.params,s.value.params)),n=D1(()=>l.value>-1&&l.value===t.matched.length-1&&ul(t.params,s.value.params));function i(r={}){return ff(r)?e[K(c.replace)?"replace":"push"](K(c.to)).catch(J6):Promise.resolve()}return{route:s,href:D1(()=>s.value.href),isActive:a,isExactActive:n,navigate:i}}const uf=g8({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"}},useLink:Ae,setup(c,{slots:e}){const t=y6(Ae(c)),{options:s}=t3(p9),l=D1(()=>({[ke(c.activeClass,s.linkActiveClass,"router-link-active")]:t.isActive,[ke(c.exactActiveClass,s.linkExactActiveClass,"router-link-exact-active")]:t.isExactActive}));return()=>{const a=e.default&&e.default(t);return c.custom?a:U0("a",{"aria-current":t.isExactActive?c.ariaCurrentValue:null,href:t.href,onClick:t.navigate,class:l.value},a)}}}),b3=uf;function ff(c){if(!(c.metaKey||c.altKey||c.ctrlKey||c.shiftKey)&&!c.defaultPrevented&&!(c.button!==void 0&&c.button!==0)){if(c.currentTarget&&c.currentTarget.getAttribute){const e=c.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(e))return}return c.preventDefault&&c.preventDefault(),!0}}function hf(c,e){for(const t in e){const s=e[t],l=c[t];if(typeof s=="string"){if(s!==l)return!1}else if(!s3(l)||l.length!==s.length||s.some((a,n)=>a!==l[n]))return!1}return!0}function Ee(c){return c?c.aliasOf?c.aliasOf.path:c.path:""}const ke=(c,e,t)=>c??e??t,df=g8({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(c,{attrs:e,slots:t}){const s=t3(L7),l=D1(()=>c.route||s.value),a=t3(we,0),n=D1(()=>{let o=K(a);const{matched:d}=l.value;let g;for(;(g=d[o])&&!g.components;)o++;return o}),i=D1(()=>l.value.matched[n.value]);f0(we,D1(()=>n.value+1)),f0(rf,i),f0(L7,l);const r=X1();return T2(()=>[r.value,i.value,c.name],([o,d,g],[p,L,y])=>{d&&(d.instances[g]=o,L&&L!==d&&o&&o===p&&(d.leaveGuards.size||(d.leaveGuards=L.leaveGuards),d.updateGuards.size||(d.updateGuards=L.updateGuards))),o&&d&&(!L||!d6(d,L)||!p)&&(d.enterCallbacks[g]||[]).forEach(E=>E(o))},{flush:"post"}),()=>{const o=l.value,d=c.name,g=i.value,p=g&&g.components[d];if(!p)return Se(t.default,{Component:p,route:o});const L=g.props[d],y=L?L===!0?o.params:typeof L=="function"?L(o):L:null,$=U0(p,Z1({},y,e,{onVnodeUnmounted:_=>{_.component.isUnmounted&&(g.instances[d]=null)},ref:r}));return Se(t.default,{Component:$,route:o})||$}}});function Se(c,e){if(!c)return null;const t=c(e);return t.length===1?t[0]:t}const Ml=df;function mf(c){const e=Uu(c.routes,c),t=c.parseQuery||af,s=c.stringifyQuery||ye,l=c.history,a=F6(),n=F6(),i=F6(),r=Vs(U3);let o=U3;G4&&c.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const d=$5.bind(null,B=>""+B),g=$5.bind(null,lf),p=$5.bind(null,_0);function L(B,o1){let n1,f1;return hl(B)?(n1=e.getRecordMatcher(B),f1=o1):f1=B,e.addRoute(f1,n1)}function y(B){const o1=e.getRecordMatcher(B);o1&&e.removeRoute(o1)}function E(){return e.getRoutes().map(B=>B.record)}function $(B){return!!e.getRecordMatcher(B)}function _(B,o1){if(o1=Z1({},o1||r.value),typeof B=="string"){const m=I5(t,B,o1.path),w=e.resolve({path:m.path},o1),N=l.createHref(m.fullPath);return Z1(m,w,{params:p(w.params),hash:_0(m.hash),redirectedFrom:void 0,href:N})}let n1;if("path"in B)n1=Z1({},B,{path:I5(t,B.path,o1.path).path});else{const m=Z1({},B.params);for(const w in m)m[w]==null&&delete m[w];n1=Z1({},B,{params:g(m)}),o1.params=g(o1.params)}const f1=e.resolve(n1,o1),y1=B.hash||"";f1.params=d(p(f1.params));const k=vu(s,Z1({},B,{hash:ef(y1),path:f1.path})),H=l.createHref(k);return Z1({fullPath:k,hash:y1,query:s===ye?nf(B.query):B.query||{}},f1,{redirectedFrom:void 0,href:H})}function h(B){return typeof B=="string"?I5(t,B,r.value.path):Z1({},B)}function z(B,o1){if(o!==B)return m6(8,{from:o1,to:B})}function u(B){return S(B)}function v(B){return u(Z1(h(B),{replace:!0}))}function M(B){const o1=B.matched[B.matched.length-1];if(o1&&o1.redirect){const{redirect:n1}=o1;let f1=typeof n1=="function"?n1(B):n1;return typeof f1=="string"&&(f1=f1.includes("?")||f1.includes("#")?f1=h(f1):{path:f1},f1.params={}),Z1({query:B.query,hash:B.hash,params:"path"in f1?{}:B.params},f1)}}function S(B,o1){const n1=o=_(B),f1=r.value,y1=B.state,k=B.force,H=B.replace===!0,m=M(n1);if(m)return S(Z1(h(m),{state:typeof m=="object"?Z1({},y1,m.state):y1,force:k,replace:H}),o1||n1);const w=n1;w.redirectedFrom=o1;let N;return!k&&pu(s,f1,n1)&&(N=m6(16,{to:w,from:f1}),k1(f1,f1,!0,!1)),(N?Promise.resolve(N):D(w,f1)).catch(W=>g3(W)?g3(W,2)?W:A1(W):i1(W,w,f1)).then(W=>{if(W){if(g3(W,2))return S(Z1({replace:H},h(W.to),{state:typeof W.to=="object"?Z1({},y1,W.to.state):y1,force:k}),o1||w)}else W=Q(w,f1,!0,H,y1);return J(w,f1,W),W})}function O(B,o1){const n1=z(B,o1);return n1?Promise.reject(n1):Promise.resolve()}function T(B){const o1=j.values().next().value;return o1&&typeof o1.runWithContext=="function"?o1.runWithContext(B):B()}function D(B,o1){let n1;const[f1,y1,k]=zf(B,o1);n1=x5(f1.reverse(),"beforeRouteLeave",B,o1);for(const m of f1)m.leaveGuards.forEach(w=>{n1.push(Y3(w,B,o1))});const H=O.bind(null,B,o1);return n1.push(H),p1(n1).then(()=>{n1=[];for(const m of a.list())n1.push(Y3(m,B,o1));return n1.push(H),p1(n1)}).then(()=>{n1=x5(y1,"beforeRouteUpdate",B,o1);for(const m of y1)m.updateGuards.forEach(w=>{n1.push(Y3(w,B,o1))});return n1.push(H),p1(n1)}).then(()=>{n1=[];for(const m of B.matched)if(m.beforeEnter&&!o1.matched.includes(m))if(s3(m.beforeEnter))for(const w of m.beforeEnter)n1.push(Y3(w,B,o1));else n1.push(Y3(m.beforeEnter,B,o1));return n1.push(H),p1(n1)}).then(()=>(B.matched.forEach(m=>m.enterCallbacks={}),n1=x5(k,"beforeRouteEnter",B,o1),n1.push(H),p1(n1))).then(()=>{n1=[];for(const m of n.list())n1.push(Y3(m,B,o1));return n1.push(H),p1(n1)}).catch(m=>g3(m,8)?m:Promise.reject(m))}function J(B,o1,n1){for(const f1 of i.list())T(()=>f1(B,o1,n1))}function Q(B,o1,n1,f1,y1){const k=z(B,o1);if(k)return k;const H=o1===U3,m=G4?history.state:{};n1&&(f1||H?l.replace(B.fullPath,Z1({scroll:H&&m&&m.scroll},y1)):l.push(B.fullPath,y1)),r.value=B,k1(B,o1,n1,H),A1()}let h1;function g1(){h1||(h1=l.listen((B,o1,n1)=>{if(!G.listening)return;const f1=_(B),y1=M(f1);if(y1){S(Z1(y1,{replace:!0}),f1).catch(J6);return}o=f1;const k=r.value;G4&&_u(He(k.fullPath,n1.delta),W0()),D(f1,k).catch(H=>g3(H,12)?H:g3(H,2)?(S(H.to,f1).then(m=>{g3(m,20)&&!n1.delta&&n1.type===m8.pop&&l.go(-1,!1)}).catch(J6),Promise.reject()):(n1.delta&&l.go(-n1.delta,!1),i1(H,f1,k))).then(H=>{H=H||Q(f1,k,!1),H&&(n1.delta&&!g3(H,8)?l.go(-n1.delta,!1):n1.type===m8.pop&&g3(H,20)&&l.go(-1,!1)),J(f1,k,H)}).catch(J6)}))}let _1=F6(),d1=F6(),u1;function i1(B,o1,n1){A1(B);const f1=d1.list();return f1.length?f1.forEach(y1=>y1(B,o1,n1)):console.error(B),Promise.reject(B)}function M1(){return u1&&r.value!==U3?Promise.resolve():new Promise((B,o1)=>{_1.add([B,o1])})}function A1(B){return u1||(u1=!B,g1(),_1.list().forEach(([o1,n1])=>B?n1(B):o1()),_1.reset()),B}function k1(B,o1,n1,f1){const{scrollBehavior:y1}=c;if(!G4||!y1)return Promise.resolve();const k=!n1&&yu(He(B.fullPath,0))||(f1||!n1)&&history.state&&history.state.scroll||null;return a9().then(()=>y1(B,o1,k)).then(H=>H&&bu(H)).catch(H=>i1(H,B,o1))}const x=B=>l.go(B);let Y;const j=new Set,G={currentRoute:r,listening:!0,addRoute:L,removeRoute:y,hasRoute:$,getRoutes:E,resolve:_,options:c,push:u,replace:v,go:x,back:()=>x(-1),forward:()=>x(1),beforeEach:a.add,beforeResolve:n.add,afterEach:i.add,onError:d1.add,isReady:M1,install(B){const o1=this;B.component("RouterLink",b3),B.component("RouterView",Ml),B.config.globalProperties.$router=o1,Object.defineProperty(B.config.globalProperties,"$route",{enumerable:!0,get:()=>K(r)}),G4&&!Y&&r.value===U3&&(Y=!0,u(l.location).catch(y1=>{}));const n1={};for(const y1 in U3)n1[y1]=D1(()=>r.value[y1]);B.provide(p9,o1),B.provide(gl,y6(n1)),B.provide(L7,r);const f1=B.unmount;j.add(B),B.unmount=function(){j.delete(B),j.size<1&&(o=U3,h1&&h1(),h1=null,r.value=U3,Y=!1,u1=!1),f1()}}};function p1(B){return B.reduce((o1,n1)=>o1.then(()=>T(n1)),Promise.resolve())}return G}function zf(c,e){const t=[],s=[],l=[],a=Math.max(e.matched.length,c.matched.length);for(let n=0;nd6(o,i))?s.push(i):t.push(i));const r=c.matched[n];r&&(e.matched.find(o=>d6(o,r))||l.push(r))}return[t,s,l]}function vf(c){return{all:c=c||new Map,on:function(e,t){var s=c.get(e);s?s.push(t):c.set(e,[t])},off:function(e,t){var s=c.get(e);s&&(t?s.splice(s.indexOf(t)>>>0,1):c.set(e,[]))},emit:function(e,t){var s=c.get(e);s&&s.slice().map(function(l){l(t)}),(s=c.get("*"))&&s.slice().map(function(l){l(e,t)})}}}const y0=vf(),Cl=new Map,Pe={x:["left","center","right"],y:["top","bottom"]},pf=(c=>()=>c++)(0),Hf=c=>typeof c!="string"?[]:c.split(/\s+/gi).filter(e=>e),Vf=c=>{typeof c=="string"&&(c=Hf(c));let e=null,t=null;return c.forEach(s=>{Pe.y.indexOf(s)!==-1&&(t=s),Pe.x.indexOf(s)!==-1&&(e=s)}),{x:e,y:t}};class gf{constructor(e,t,s){this.remaining=t,this.callback=e,this.notifyItem=s,this.resume()}pause(){clearTimeout(this.notifyItem.timer),this.remaining-=Date.now()-this.start}resume(){this.start=Date.now(),clearTimeout(this.notifyItem.timer),this.notifyItem.timer=setTimeout(this.callback,this.remaining)}}const O5={position:["top","right"],cssAnimation:"vn-fade",velocityAnimation:{enter:c=>({height:[c.clientHeight,0],opacity:[1,0]}),leave:{height:0,opacity:[0,1]}}},Mf=g8({name:"velocity-group",emits:["after-leave","leave","enter"],methods:{enter(c,e){this.$emit("enter",c,e)},leave(c,e){this.$emit("leave",c,e)},afterLeave(){this.$emit("after-leave")}}}),H9=(c,e)=>{const t=c.__vccOpts||c;for(const[s,l]of e)t[s]=l;return t};function Cf(c,e,t,s,l,a){return c1(),G2(ll,{tag:"span",css:!1,onEnter:c.enter,onLeave:c.leave,onAfterLeave:c.afterLeave},{default:s2(()=>[_3(c.$slots,"default")]),_:3},8,["onEnter","onLeave","onAfterLeave"])}const Lf=H9(Mf,[["render",Cf]]),bf=g8({name:"css-group",inheritAttrs:!1,props:{name:{type:String,required:!0}}});function _f(c,e,t,s,l,a){return c1(),G2(ll,{tag:"span",name:c.name},{default:s2(()=>[_3(c.$slots,"default")]),_:3},8,["name"])}const yf=H9(bf,[["render",_f]]),N5="[-+]?[0-9]*.?[0-9]+",Te=[{name:"px",regexp:new RegExp(`^${N5}px$`)},{name:"%",regexp:new RegExp(`^${N5}%$`)},{name:"px",regexp:new RegExp(`^${N5}$`)}],wf=c=>{if(c==="auto")return{type:c,value:0};for(let e=0;e{switch(typeof c){case"number":return{type:"px",value:c};case"string":return wf(c);default:return{type:"",value:c}}},J8={IDLE:0,DESTROYED:2},Ef=g8({name:"notifications",components:{VelocityGroup:Lf,CssGroup:yf},props:{group:{type:String,default:""},width:{type:[Number,String],default:300},reverse:{type:Boolean,default:!1},position:{type:[String,Array],default:O5.position},classes:{type:String,default:"vue-notification"},animationType:{type:String,default:"css"},animation:{type:Object,default:O5.velocityAnimation},animationName:{type:String,default:O5.cssAnimation},speed:{type:Number,default:300},cooldown:{type:Number,default:0},duration:{type:Number,default:3e3},delay:{type:Number,default:0},max:{type:Number,default:1/0},ignoreDuplicates:{type:Boolean,default:!1},closeOnClick:{type:Boolean,default:!0},pauseOnHover:{type:Boolean,default:!1}},emits:["click","destroy","start"],data(){return{list:[],velocity:Cl.get("velocity"),timerControl:null}},computed:{actualWidth(){return Af(this.width)},isVA(){return this.animationType==="velocity"},componentName(){return this.isVA?"velocity-group":"css-group"},styles(){const{x:c,y:e}=Vf(this.position),t=this.actualWidth.value,s=this.actualWidth.type,l={width:t+s};return e&&(l[e]="0px"),c&&(c==="center"?l.left=`calc(50% - ${+t/2}${s})`:l[c]="0px"),l},active(){return this.list.filter(c=>c.state!==J8.DESTROYED)},botToTop(){return this.styles.hasOwnProperty("bottom")}},mounted(){y0.on("add",this.addItem),y0.on("close",this.closeItem)},methods:{destroyIfNecessary(c){this.$emit("click",c),this.closeOnClick&&this.destroy(c)},pauseTimeout(){var c;this.pauseOnHover&&((c=this.timerControl)==null||c.pause())},resumeTimeout(){var c;this.pauseOnHover&&((c=this.timerControl)==null||c.resume())},addItem(c={}){if(c.group||(c.group=""),c.data||(c.data={}),this.group!==c.group)return;if(c.clean||c.clear){this.destroyAll();return}const e=typeof c.duration=="number"?c.duration:this.duration,t=typeof c.speed=="number"?c.speed:this.speed,s=typeof c.ignoreDuplicates=="boolean"?c.ignoreDuplicates:this.ignoreDuplicates,{title:l,text:a,type:n,data:i,id:r}=c,o={id:r||pf(),title:l,text:a,type:n,state:J8.IDLE,speed:t,length:e+2*t,data:i};e>=0&&(this.timerControl=new gf(()=>this.destroy(o),o.length,o));const d=this.reverse?!this.botToTop:this.botToTop;let g=-1;const p=this.active.some(L=>L.title===c.title&&L.text===c.text);(!s||!p)&&(d?(this.list.push(o),this.$emit("start",o),this.active.length>this.max&&(g=0)):(this.list.unshift(o),this.$emit("start",o),this.active.length>this.max&&(g=this.active.length-1)),g!==-1&&this.destroy(this.active[g]))},closeItem(c){this.destroyById(c)},notifyClass(c){return["vue-notification-template",this.classes,c.type||""]},notifyWrapperStyle(c){return this.isVA?void 0:{transition:`all ${c.speed}ms`}},destroy(c){clearTimeout(c.timer),c.state=J8.DESTROYED,this.clean(),this.$emit("destroy",c)},destroyById(c){const e=this.list.find(t=>t.id===c);e&&this.destroy(e)},destroyAll(){this.active.forEach(this.destroy)},getAnimation(c,e){var t;const s=(t=this.animation)==null?void 0:t[c];return typeof s=="function"?s.call(this,e):s},enter(c,e){if(!this.isVA)return;const t=this.getAnimation("enter",c);this.velocity(c,t,{duration:this.speed,complete:e})},leave(c,e){if(!this.isVA)return;const t=this.getAnimation("leave",c);this.velocity(c,t,{duration:this.speed,complete:e})},clean(){this.list=this.list.filter(c=>c.state!==J8.DESTROYED)}}}),kf=["data-id"],Sf=["onClick"],Pf=["innerHTML"],Tf=["innerHTML"];function $f(c,e,t,s,l,a){return c1(),a1("div",{class:"vue-notification-group",style:o6(c.styles)},[(c1(),G2(Ri(c.componentName),{name:c.animationName,onEnter:c.enter,onLeave:c.leave,onAfterLeave:c.clean},{default:s2(()=>[(c1(!0),a1(j1,null,V2(c.active,n=>(c1(),a1("div",{key:n.id,class:"vue-notification-wrapper",style:o6(c.notifyWrapperStyle(n)),"data-id":n.id,onMouseenter:e[0]||(e[0]=(...i)=>c.pauseTimeout&&c.pauseTimeout(...i)),onMouseleave:e[1]||(e[1]=(...i)=>c.resumeTimeout&&c.resumeTimeout(...i))},[_3(c.$slots,"body",{class:f2([c.classes,n.type]),item:n,close:()=>c.destroy(n)},()=>[f("div",{class:f2(c.notifyClass(n)),onClick:i=>c.destroyIfNecessary(n)},[n.title?(c1(),a1("div",{key:0,class:"notification-title",innerHTML:n.title},null,8,Pf)):E1("",!0),f("div",{class:"notification-content",innerHTML:n.text},null,8,Tf)],10,Sf)])],44,kf))),128))]),_:3},40,["name","onEnter","onLeave","onAfterLeave"]))],4)}const If=H9(Ef,[["render",$f]]),N1=c=>{typeof c=="string"&&(c={title:"",text:c}),typeof c=="object"&&y0.emit("add",c)};N1.close=c=>{y0.emit("close",c)};function xf(c,e={}){Object.entries(e).forEach(s=>Cl.set(...s));const t=e.name||"notify";c.config.globalProperties["$"+t]=N1,c.component(e.componentName||"Notifications",If)}const Of={install:xf};(function(){var c;try{if(typeof document<"u"){var e=document.createElement("style");e.nonce=(c=document.head.querySelector("meta[property=csp-nonce]"))==null?void 0:c.content,e.appendChild(document.createTextNode(".vue-notification-group{display:block;position:fixed;z-index:5000}.vue-notification-wrapper{display:block;overflow:hidden;width:100%;margin:0;padding:0}.notification-title{font-weight:600}.vue-notification-template{display:block;box-sizing:border-box;background:white;text-align:left}.vue-notification{display:block;box-sizing:border-box;text-align:left;font-size:12px;padding:10px;margin:0 5px 5px;color:#fff;background:#44A4FC;border-left:5px solid #187FE7}.vue-notification.warn{background:#ffb648;border-left-color:#f48a06}.vue-notification.error{background:#E54D42;border-left-color:#b82e24}.vue-notification.success{background:#68CD86;border-left-color:#42a85f}.vn-fade-enter-active,.vn-fade-leave-active,.vn-fade-move{transition:all .5s}.vn-fade-enter-from,.vn-fade-leave-to{opacity:0}")),document.head.appendChild(e)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();const Ll=L8({id:"security",state:()=>({csrfToken:""}),getters:{CsrfToken:c=>c.csrfToken},actions:{SetCsrfToken(c){this.csrfToken=c},async LoadSecurityProperties(){await e2.get("/csrf").then(c=>this.SetCsrfToken(c)).catch(c=>{this.SetCsrfToken(""),console.log("Failed to load csrf token: ",c),N1({title:"Backend Connection Failure",text:"Failed to load csrf token!"})})}}}),e2={url:Nf(),get:c0("GET"),post:c0("POST"),put:c0("PUT"),delete:c0("DELETE")};function c0(c){return(e,t=void 0)=>{const s=WGPORTAL_BACKEND_BASE_URL+e,l={method:c,headers:Df(c,s)};return t&&(l.headers["Content-Type"]="application/json",l.body=JSON.stringify(t)),fetch(s,l).then(Rf)}}function Nf(){return c=>WGPORTAL_BACKEND_BASE_URL+c}function Df(c,e){const t=w6(),s=Ll(),l=e.startsWith(WGPORTAL_BACKEND_BASE_URL);let a={};return l&&["POST","PUT","PATCH","DELETE"].includes(c)&&(a["X-CSRF-TOKEN"]=s.CsrfToken),l&&t.IsAuthenticated&&(a["X-FRONTEND-UID"]=t.UserIdentifier),a}function Rf(c){return c.text().then(e=>{const t=e&&JSON.parse(e);if(!c.ok){const s=w6();[401,403].includes(c.status)&&s.IsAuthenticated&&(console.log("automatic logout initiated..."),s.Logout());const l=t&&t.Message||c.statusText;return Promise.reject(l)}return t})}const Ff="modulepreload",Uf=function(c){return"/app/"+c},$e={},D5=function(e,t,s){if(!t||t.length===0)return e();const l=document.getElementsByTagName("link");return Promise.all(t.map(a=>{if(a=Uf(a),a in $e)return;$e[a]=!0;const n=a.endsWith(".css"),i=n?'[rel="stylesheet"]':"";if(!!s)for(let d=l.length-1;d>=0;d--){const g=l[d];if(g.href===a&&(!n||g.rel==="stylesheet"))return}else if(document.querySelector(`link[href="${a}"]${i}`))return;const o=document.createElement("link");if(o.rel=n?"stylesheet":Ff,n||(o.as="script",o.crossOrigin=""),o.href=a,document.head.appendChild(o),n)return new Promise((d,g)=>{o.addEventListener("load",d),o.addEventListener("error",()=>g(new Error(`Unable to preload CSS for ${a}`)))})})).then(()=>e())},jf={class:"page-header"},Wf={class:"lead"},qf={key:0,class:"bg-light p-5"},Bf={class:"display-5"},Kf={class:"lead"},Gf=f("hr",{class:"my-4"},null,-1),Yf={class:"lead"},Zf={key:1,class:"bg-light p-5 mt-4"},Xf={class:"display-5"},Qf={class:"lead"},Jf=f("hr",{class:"my-4"},null,-1),ch={class:"lead"},eh={class:"mt-5"},th={class:"row"},sh={class:"col-lg-4"},lh={class:"card border-secondary mb-4",style:{"min-height":"15rem"}},ah={class:"card-header"},nh={class:"card-body d-flex flex-column"},rh={class:"card-title"},ih={class:"card-text"},oh={href:"https://www.wireguard.com/install/",title:"WireGuard Installation",target:"_blank",rel:"noopener noreferrer",class:"mt-auto btn btn-primary btn-sm"},uh={class:"col-lg-4"},fh={class:"card border-secondary mb-4",style:{"min-height":"15rem"}},hh={class:"card-header"},dh={class:"card-body d-flex flex-column"},mh={class:"card-title"},zh={class:"card-text"},vh={href:"https://www.wireguard.com/",title:"WireGuard",target:"_blank",rel:"noopener noreferrer",class:"mt-auto btn btn-primary btn-sm"},ph={class:"col-lg-4"},Hh={class:"card border-secondary mb-4",style:{"min-height":"15rem"}},Vh={class:"card-header"},gh={class:"card-body d-flex flex-column"},Mh={class:"card-title"},Ch={class:"card-text"},Lh={href:"https://github.com/h44z/wg-portal/",title:"WireGuard Portal",target:"_blank",rel:"noopener noreferrer",class:"mt-auto btn btn-primary btn-sm"},bh={__name:"HomeView",setup(c){const e=w6();return(t,s)=>(c1(),a1(j1,null,[f("div",jf,[f("h1",null,P(t.$t("home.headline")),1)]),f("p",Wf,P(t.$t("home.abstract")),1),K(e).IsAuthenticated?(c1(),a1("div",qf,[f("h2",Bf,P(t.$t("home.profiles.headline")),1),f("p",Kf,P(t.$t("home.profiles.abstract")),1),Gf,f("p",null,P(t.$t("home.profiles.content")),1),f("p",Yf,[P1(K(b3),{to:{name:"profile"},class:"btn btn-primary btn-lg"},{default:s2(()=>[n2(P(t.$t("home.profiles.button")),1)]),_:1})])])):E1("",!0),K(e).IsAuthenticated&&K(e).IsAdmin?(c1(),a1("div",Zf,[f("h2",Xf,P(t.$t("home.admin.headline")),1),f("p",Qf,P(t.$t("home.admin.abstract")),1),Jf,f("p",null,P(t.$t("home.admin.content")),1),f("p",ch,[P1(K(b3),{to:{name:"interfaces"},class:"btn btn-primary btn-lg me-2"},{default:s2(()=>[n2(P(t.$t("home.admin.button-admin")),1)]),_:1}),P1(K(b3),{to:{name:"users"},class:"btn btn-primary btn-lg"},{default:s2(()=>[n2(P(t.$t("home.admin.button-user")),1)]),_:1})])])):E1("",!0),f("h3",eh,P(t.$t("home.info-headline")),1),f("div",th,[f("div",sh,[f("div",lh,[f("div",ah,P(t.$t("home.installation.box-header")),1),f("div",nh,[f("h4",rh,P(t.$t("home.installation.headline")),1),f("p",ih,P(t.$t("home.installation.content")),1),f("a",oh,P(t.$t("home.installation.button")),1)])])]),f("div",uh,[f("div",fh,[f("div",hh,P(t.$t("home.about-wg.box-header")),1),f("div",dh,[f("h4",mh,P(t.$t("home.about-wg.headline")),1),f("p",zh,P(t.$t("home.about-wg.content")),1),f("a",vh,P(t.$t("home.about-wg.button")),1)])])]),f("div",ph,[f("div",Hh,[f("div",Vh,P(t.$t("home.about-portal.box-header")),1),f("div",gh,[f("h4",Mh,P(t.$t("home.about-portal.headline")),1),f("p",Ch,P(t.$t("home.about-portal.content")),1),f("a",Lh,P(t.$t("home.about-portal.button")),1)])])])])],64))}},_h="/config",q0=L8({id:"settings",state:()=>({settings:{}}),getters:{Setting:c=>e=>e in c.settings?c.settings[e]:void 0},actions:{setSettings(c){this.settings=c},async LoadSettings(){await e2.get(`${_h}/settings`).then(c=>this.setSettings(c)).catch(c=>{this.setSettings({}),console.log("Failed to load settings: ",c),N1({title:"Backend Connection Failure",text:"Failed to load settings!"})})}}}),yh={class:"row"},wh=f("div",{class:"col-lg-3"},null,-1),Ah={class:"col-lg-6"},Eh={class:"card mt-5"},kh={class:"card-header"},Sh={class:"float-end"},Ph=f("i",{class:"fas fa-times-circle"},null,-1),Th={class:"card-body"},$h={method:"post"},Ih={class:"form-group"},xh={class:"form-label",for:"inputUsername"},Oh={class:"input-group mb-3"},Nh=f("span",{class:"input-group-text"},[f("span",{class:"far fa-user p-2"})],-1),Dh=["placeholder"],Rh={class:"form-group"},Fh={class:"form-label",for:"inputPassword"},Uh={class:"input-group mb-3"},jh=f("span",{class:"input-group-text"},[f("span",{class:"fas fa-lock p-2"})],-1),Wh=["placeholder"],qh={class:"row mt-5 d-flex"},Bh=["disabled","onClick"],Kh={key:0,class:"d-inline"},Gh=f("i",{class:"ms-2 fa-solid fa-circle-notch fa-spin"},null,-1),Yh=[Gh],Zh=["disabled","title","innerHTML","onClick"],Xh=f("div",{class:"mt-3"},null,-1),Qh=f("div",{class:"col-lg-3"},null,-1),Jh={__name:"LoginView",setup(c){const e=w6(),t=q0(),s=X1(!1),l=X1(""),a=X1(""),n=D1(()=>l.value===""),i=D1(()=>a.value===""),r=D1(()=>l.value===""||a.value===""||s.value),o=async function(){console.log("Performing login for user:",l.value),s.value=!0,e.Login(l.value,a.value).then(g=>{N1({title:"Logged in",text:"Authentication succeeded!",type:"success"}),s.value=!1,t.LoadSettings(),i6.push(e.ReturnUrl)}).catch(g=>{N1({title:"Login failed!",text:"Authentication failed!",type:"error"}),setTimeout(()=>s.value=!1,1e3)})},d=function(g){console.log("Performing external login for provider",g.Identifier),s.value=!0,console.log(i6.currentRoute.value);let p=window.location.origin+"/#"+i6.currentRoute.value.fullPath,L=`${WGPORTAL_BACKEND_BASE_URL}${g.ProviderUrl}`;L+="?redirect=true",L+="&return="+encodeURIComponent(p),window.location.href=L};return(g,p)=>{const L=o9("RouterLink");return c1(),a1("div",yh,[wh,f("div",Ah,[f("div",Eh,[f("div",kh,[n2(P(g.$t("login.headline")),1),f("div",Sh,[P1(L,{to:{name:"home"},class:"nav-link",title:g.$t("menu.home")},{default:s2(()=>[Ph]),_:1},8,["title"])])]),f("div",Th,[f("form",$h,[f("fieldset",null,[f("div",Ih,[f("label",xh,P(g.$t("login.username.label")),1),f("div",Oh,[Nh,S1(f("input",{id:"inputUsername","onUpdate:modelValue":p[0]||(p[0]=y=>l.value=y),class:f2([{"is-invalid":n.value,"is-valid":!n.value},"form-control"]),placeholder:g.$t("login.username.placeholder"),"aria-describedby":"usernameHelp",name:"username",type:"text"},null,10,Dh),[[O1,l.value]])])]),f("div",Rh,[f("label",Fh,P(g.$t("login.password.label")),1),f("div",Uh,[jh,S1(f("input",{id:"inputPassword","onUpdate:modelValue":p[1]||(p[1]=y=>a.value=y),class:f2([{"is-invalid":i.value,"is-valid":!i.value},"form-control"]),placeholder:g.$t("login.password.placeholder"),name:"password",type:"password"},null,10,Wh),[[O1,a.value]])])]),f("div",qh,[f("div",{class:f2([{"col-lg-4":K(e).LoginProviders.length<3,"col-lg-12":K(e).LoginProviders.length>=3},"d-flex mb-2"])},[f("button",{disabled:r.value,class:"btn btn-primary flex-fill",type:"submit",onClick:K1(o,["prevent"])},[n2(P(g.$t("login.button"))+" ",1),s.value?(c1(),a1("div",Kh,Yh)):E1("",!0)],8,Bh)],2),f("div",{class:f2([{"col-lg-8":K(e).LoginProviders.length<3,"col-lg-12":K(e).LoginProviders.length>=3},"d-flex mb-2"])},[(c1(!0),a1(j1,null,V2(K(e).LoginProviders,(y,E)=>(c1(),a1("button",{key:y.Identifier,class:f2([{"ms-1":E>0},"btn btn-outline-primary flex-fill"]),disabled:s.value,title:y.Name,innerHTML:y.Name,onClick:K1($=>d(y),["prevent"])},null,10,Zh))),128))],2)]),Xh])])])])]),Qh])}}};const cd={class:"modal fade show",tabindex:"-1"},ed={class:"modal-content",ref:"body"},td={class:"modal-header"},sd={class:"modal-title"},ld={class:"modal-body col-md-12"},ad={class:"modal-footer"},b8={__name:"Modal",props:{title:String,visible:Boolean,closeOnBackdrop:Boolean},emits:["close"],setup(c,{emit:e}){const t=c;function s(){t.closeOnBackdrop&&(console.log("CLOSING BD"),e("close"))}function l(){console.log("CLOSING"),e("close")}return(a,n)=>(c1(),G2(io,{to:"#modals"},[S1(f("div",{class:"modal-backdrop fade show",onClick:s},[f("div",cd,[f("div",{class:"modal-dialog modal-lg modal-dialog-centered modal-dialog-scrollable",onClick:n[0]||(n[0]=K1(()=>{},["stop"]))},[f("div",ed,[f("div",td,[f("h5",sd,P(c.title),1),f("button",{onClick:l,class:"btn-close","aria-label":"Close"})]),f("div",ld,[_3(a.$slots,"default")]),f("div",ad,[_3(a.$slots,"footer")])],512)])])],512),[[cu,c.visible]])]))}};function S4(){return{Disabled:!1,DisplayName:"",Identifier:"",Mode:"server",PublicKey:"",PrivateKey:"",ListenPort:51820,Addresses:[],DnsStr:[],DnsSearch:[],Mtu:0,FirewallMark:0,RoutingTable:"",PreUp:"",PostUp:"",PreDown:"",PostDown:"",SaveConfig:!1,PeerDefNetwork:[],PeerDefDns:[],PeerDefDnsSearch:[],PeerDefEndpoint:"",PeerDefAllowedIPs:[],PeerDefMtu:0,PeerDefPersistentKeepalive:0,PeerDefFirewallMark:0,PeerDefRoutingTable:"",PeerDefPreUp:"",PeerDefPostUp:"",PeerDefPreDown:"",PeerDefPostDown:"",TotalPeers:0,EnabledPeers:0}}function n6(){return{Identifier:"",DisplayName:"",UserIdentifier:"",InterfaceIdentifier:"",Disabled:!1,ExpiresAt:null,Notes:"",Endpoint:{Value:"",Overridable:!0},EndpointPublicKey:{Value:"",Overridable:!0},AllowedIPs:{Value:[],Overridable:!0},ExtraAllowedIPs:[],PresharedKey:"",PersistentKeepalive:{Value:0,Overridable:!0},PrivateKey:"",PublicKey:"",Mode:"client",Addresses:[],CheckAliveAddress:"",Dns:{Value:[],Overridable:!0},DnsSearch:{Value:[],Overridable:!0},Mtu:{Value:0,Overridable:!0},FirewallMark:{Value:0,Overridable:!0},RoutingTable:{Value:"",Overridable:!0},PreUp:{Value:"",Overridable:!0},PostUp:{Value:"",Overridable:!0},PreDown:{Value:"",Overridable:!0},PostDown:{Value:"",Overridable:!0},IgnoreGlobalSettings:!1}}function EA(){return{Identifier:"",Email:"",Source:"db",IsAdmin:!1,Firstname:"",Lastname:"",Phone:"",Department:"",Notes:"",Password:"",Disabled:!1,DisabledReason:"",Locked:!1,LockedReason:"",PeerCount:0}}function bl(){return{IsConnected:!1,IsPingable:!1,LastHandshake:null,LastPing:null,LastSessionStart:null,BytesTransmitted:0,BytesReceived:0,EndpointAddress:""}}function w2(c){let e=btoa(c);return e=e.replace("+","."),e=e.replace("/","_"),e=e.replace("=","-"),e}const j3="/interface",t4=L8({id:"interfaces",state:()=>({interfaces:[],prepared:S4(),configuration:"",selected:"",fetching:!1}),getters:{Count:c=>c.interfaces.length,Prepared:c=>(console.log("STATE:",c.prepared),c.prepared),All:c=>c.interfaces,Find:c=>e=>c.interfaces.find(t=>t.Identifier===e),GetSelected:c=>c.interfaces.find(e=>e.Identifier===c.selected)||c.interfaces[0],isFetching:c=>c.fetching},actions:{setInterfaces(c){this.interfaces=c,this.interfaces.length>0?this.selected=this.interfaces[0].Identifier:this.selected="",this.fetching=!1},async LoadInterfaces(){return this.fetching=!0,e2.get(`${j3}/all`).then(this.setInterfaces).catch(c=>{this.setInterfaces([]),console.log("Failed to load interfaces: ",c),N1({title:"Backend Connection Failure",text:"Failed to load interfaces!"})})},setPreparedInterface(c){this.prepared=c},setInterfaceConfig(c){this.configuration=c},async PrepareInterface(){return e2.get(`${j3}/prepare`).then(this.setPreparedInterface).catch(c=>{this.prepared=S4(),console.log("Failed to load prepared interface: ",c),N1({title:"Backend Connection Failure",text:"Failed to load prepared interface!"})})},async LoadInterfaceConfig(c){return e2.get(`${j3}/config/${w2(c)}`).then(this.setInterfaceConfig).catch(e=>{this.configuration="",console.log("Failed to load interface configuration: ",e),N1({title:"Backend Connection Failure",text:"Failed to load interface configuration!"})})},async DeleteInterface(c){return this.fetching=!0,e2.delete(`${j3}/${w2(c)}`).then(()=>{this.interfaces=this.interfaces.filter(e=>e.Identifier!==c),this.interfaces.length>0?this.selected=this.interfaces[0].Identifier:this.selected="",this.fetching=!1}).catch(e=>{throw this.fetching=!1,console.log(e),new Error(e)})},async UpdateInterface(c,e){return this.fetching=!0,e2.put(`${j3}/${w2(c)}`,e).then(t=>{let s=this.interfaces.findIndex(l=>l.Identifier===c);this.interfaces[s]=t,this.fetching=!1}).catch(t=>{throw this.fetching=!1,console.log(t),new Error(t)})},async CreateInterface(c){return this.fetching=!0,e2.post(`${j3}/new`,c).then(e=>{this.interfaces.push(e),this.fetching=!1}).catch(e=>{throw this.fetching=!1,console.log(e),new Error(e)})},async ApplyPeerDefaults(c,e){return this.fetching=!0,e2.post(`${j3}/${w2(c)}/apply-peer-defaults`,e).then(()=>{this.fetching=!1}).catch(t=>{throw this.fetching=!1,console.log(t),new Error(t)})},async SaveConfiguration(c){return this.fetching=!0,e2.post(`${j3}/${w2(c)}/save-config`).then(()=>{this.fetching=!1}).catch(e=>{throw this.fetching=!1,console.log(e),new Error(e)})}}}),X2="/peer",_8=L8({id:"peers",state:()=>({peers:[],stats:{},statsEnabled:!1,peer:n6(),prepared:n6(),configuration:"",filter:"",pageSize:10,pageOffset:0,pages:[],fetching:!1}),getters:{Find:c=>e=>c.peers.find(t=>t.Identifier===e),Count:c=>c.peers.length,Prepared:c=>(console.log("STATE:",c.prepared),c.prepared),FilteredCount:c=>c.Filtered.length,All:c=>c.peers,Filtered:c=>c.filter?c.peers.filter(e=>e.DisplayName.includes(c.filter)||e.Identifier.includes(c.filter)):c.peers,FilteredAndPaged:c=>c.Filtered.slice(c.pageOffset,c.pageOffset+c.pageSize),ConfigQrUrl:c=>e=>c.peers.find(t=>t.Identifier===e)?e2.url(`${X2}/config-qr/${w2(e)}`):"",isFetching:c=>c.fetching,hasNextPage:c=>c.pageOffsetc.pageOffset>0,currentPage:c=>c.pageOffset/c.pageSize+1,Statistics:c=>e=>c.statsEnabled&&e in c.stats?c.stats[e]:bl(),hasStatistics:c=>c.statsEnabled},actions:{afterPageSizeChange(){this.pageOffset=0,this.calculatePages()},calculatePages(){let c=1;this.pages=[];for(let e=0;e{this.prepared=n6(),console.log("Failed to load prepared peer: ",e),N1({title:"Backend Connection Failure",text:"Failed to load prepared peer!"})})},async MailPeerConfig(c,e){return e2.post(`${X2}/config-mail`,{Identifiers:e,LinkOnly:c}).then(()=>{N1({title:"Peer Configuration sent",text:"Email sent to linked user!"})}).catch(t=>{throw console.log("Failed to send peer configuration: ",t),new Error(t)})},async LoadPeerConfig(c){return e2.get(`${X2}/config/${w2(c)}`).then(this.setPeerConfig).catch(e=>{this.configuration="",console.log("Failed to load peer configuration: ",e),N1({title:"Backend Connection Failure",text:"Failed to load peer configuration!"})})},async LoadPeer(c){return this.fetching=!0,e2.get(`${X2}/${w2(c)}`).then(this.setPeer).catch(e=>{this.setPeers([]),console.log("Failed to load peer: ",e),N1({title:"Backend Connection Failure",text:"Failed to load peer!"})})},async LoadStats(c){if(!(!c&&(c=t4().GetSelected.Identifier,!c)))return this.fetching=!0,e2.get(`${X2}/iface/${w2(c)}/stats`).then(this.setStats).catch(e=>{this.setStats(void 0),console.log("Failed to load peer stats: ",e),N1({title:"Backend Connection Failure",text:"Failed to load peer stats!"})})},async DeletePeer(c){return this.fetching=!0,e2.delete(`${X2}/${w2(c)}`).then(()=>{this.peers=this.peers.filter(e=>e.Identifier!==c),this.fetching=!1}).catch(e=>{throw this.fetching=!1,console.log(e),new Error(e)})},async UpdatePeer(c,e){return this.fetching=!0,e2.put(`${X2}/${w2(c)}`,e).then(t=>{let s=this.peers.findIndex(l=>l.Identifier===c);this.peers[s]=t,this.fetching=!1}).catch(t=>{throw this.fetching=!1,console.log(t),new Error(t)})},async CreatePeer(c,e){return this.fetching=!0,e2.post(`${X2}/iface/${w2(c)}/new`,e).then(t=>{this.peers.push(t),this.fetching=!1}).catch(t=>{throw this.fetching=!1,console.log(t),new Error(t)})},async CreateMultiplePeers(c,e){return this.fetching=!0,e2.post(`${X2}/iface/${w2(c)}/multiplenew`,e).then(t=>{this.peers.push(...t),this.fetching=!1}).catch(t=>{throw this.fetching=!1,console.log(t),new Error(t)})},async LoadPeers(c){if(!(!c&&(c=t4().GetSelected.Identifier,!c)))return this.fetching=!0,e2.get(`${X2}/iface/${w2(c)}/all`).then(this.setPeers).catch(e=>{this.setPeers([]),console.log("Failed to load peers: ",e),N1({title:"Backend Connection Failure",text:"Failed to load peers!"})})}}});/*! + * shared v9.2.2 + * (c) 2022 kazuya kawaguchi + * Released under the MIT License. + */const b7=typeof window<"u",nd=typeof Symbol=="function"&&typeof Symbol.toStringTag=="symbol",r4=c=>nd?Symbol(c):c,rd=(c,e,t)=>id({l:c,k:e,s:t}),id=c=>JSON.stringify(c).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029").replace(/\u0027/g,"\\u0027"),d2=c=>typeof c=="number"&&isFinite(c),od=c=>g9(c)==="[object Date]",s4=c=>g9(c)==="[object RegExp]",B0=c=>$1(c)&&Object.keys(c).length===0;function ud(c,e){typeof console<"u"&&(console.warn("[intlify] "+c),e&&console.warn(e.stack))}const H2=Object.assign;let Ie;const e8=()=>Ie||(Ie=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function xe(c){return c.replace(//g,">").replace(/"/g,""").replace(/'/g,"'")}const fd=Object.prototype.hasOwnProperty;function V9(c,e){return fd.call(c,e)}const J1=Array.isArray,r2=c=>typeof c=="function",m1=c=>typeof c=="string",U1=c=>typeof c=="boolean",c2=c=>c!==null&&typeof c=="object",_l=Object.prototype.toString,g9=c=>_l.call(c),$1=c=>g9(c)==="[object Object]",hd=c=>c==null?"":J1(c)||$1(c)&&c.toString===_l?JSON.stringify(c,null,2):String(c);/*! + * message-compiler v9.2.2 + * (c) 2022 kazuya kawaguchi + * Released under the MIT License. + */const B1={EXPECTED_TOKEN:1,INVALID_TOKEN_IN_PLACEHOLDER:2,UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER:3,UNKNOWN_ESCAPE_SEQUENCE:4,INVALID_UNICODE_ESCAPE_SEQUENCE:5,UNBALANCED_CLOSING_BRACE:6,UNTERMINATED_CLOSING_BRACE:7,EMPTY_PLACEHOLDER:8,NOT_ALLOW_NEST_PLACEHOLDER:9,INVALID_LINKED_FORMAT:10,MUST_HAVE_MESSAGES_IN_PLURAL:11,UNEXPECTED_EMPTY_LINKED_MODIFIER:12,UNEXPECTED_EMPTY_LINKED_KEY:13,UNEXPECTED_LEXICAL_ANALYSIS:14,__EXTEND_POINT__:15};function K0(c,e,t={}){const{domain:s,messages:l,args:a}=t,n=c,i=new SyntaxError(String(n));return i.code=c,e&&(i.location=e),i.domain=s,i}function dd(c){throw c}function md(c,e,t){return{line:c,column:e,offset:t}}function _7(c,e,t){const s={start:c,end:e};return t!=null&&(s.source=t),s}const M3=" ",zd="\r",y2=` +`,vd=String.fromCharCode(8232),pd=String.fromCharCode(8233);function Hd(c){const e=c;let t=0,s=1,l=1,a=0;const n=S=>e[S]===zd&&e[S+1]===y2,i=S=>e[S]===y2,r=S=>e[S]===pd,o=S=>e[S]===vd,d=S=>n(S)||i(S)||r(S)||o(S),g=()=>t,p=()=>s,L=()=>l,y=()=>a,E=S=>n(S)||r(S)||o(S)?y2:e[S],$=()=>E(t),_=()=>E(t+a);function h(){return a=0,d(t)&&(s++,l=0),n(t)&&t++,t++,l++,e[t]}function z(){return n(t+a)&&a++,a++,e[t+a]}function u(){t=0,s=1,l=1,a=0}function v(S=0){a=S}function M(){const S=t+a;for(;S!==t;)h();a=0}return{index:g,line:p,column:L,peekOffset:y,charAt:E,currentChar:$,currentPeek:_,next:h,peek:z,reset:u,resetPeek:v,skipToPeek:M}}const W3=void 0,Oe="'",Vd="tokenizer";function gd(c,e={}){const t=e.location!==!1,s=Hd(c),l=()=>s.index(),a=()=>md(s.line(),s.column(),s.index()),n=a(),i=l(),r={currentType:14,offset:i,startLoc:n,endLoc:n,lastType:14,lastOffset:i,lastStartLoc:n,lastEndLoc:n,braceNest:0,inLinked:!1,text:""},o=()=>r,{onError:d}=e;function g(H,m,w,...N){const W=o();if(m.column+=w,m.offset+=w,d){const e1=_7(W.startLoc,m),t1=K0(H,e1,{domain:Vd,args:N});d(t1)}}function p(H,m,w){H.endLoc=a(),H.currentType=m;const N={type:m};return t&&(N.loc=_7(H.startLoc,H.endLoc)),w!=null&&(N.value=w),N}const L=H=>p(H,14);function y(H,m){return H.currentChar()===m?(H.next(),m):(g(B1.EXPECTED_TOKEN,a(),0,m),"")}function E(H){let m="";for(;H.currentPeek()===M3||H.currentPeek()===y2;)m+=H.currentPeek(),H.peek();return m}function $(H){const m=E(H);return H.skipToPeek(),m}function _(H){if(H===W3)return!1;const m=H.charCodeAt(0);return m>=97&&m<=122||m>=65&&m<=90||m===95}function h(H){if(H===W3)return!1;const m=H.charCodeAt(0);return m>=48&&m<=57}function z(H,m){const{currentType:w}=m;if(w!==2)return!1;E(H);const N=_(H.currentPeek());return H.resetPeek(),N}function u(H,m){const{currentType:w}=m;if(w!==2)return!1;E(H);const N=H.currentPeek()==="-"?H.peek():H.currentPeek(),W=h(N);return H.resetPeek(),W}function v(H,m){const{currentType:w}=m;if(w!==2)return!1;E(H);const N=H.currentPeek()===Oe;return H.resetPeek(),N}function M(H,m){const{currentType:w}=m;if(w!==8)return!1;E(H);const N=H.currentPeek()===".";return H.resetPeek(),N}function S(H,m){const{currentType:w}=m;if(w!==9)return!1;E(H);const N=_(H.currentPeek());return H.resetPeek(),N}function O(H,m){const{currentType:w}=m;if(!(w===8||w===12))return!1;E(H);const N=H.currentPeek()===":";return H.resetPeek(),N}function T(H,m){const{currentType:w}=m;if(w!==10)return!1;const N=()=>{const e1=H.currentPeek();return e1==="{"?_(H.peek()):e1==="@"||e1==="%"||e1==="|"||e1===":"||e1==="."||e1===M3||!e1?!1:e1===y2?(H.peek(),N()):_(e1)},W=N();return H.resetPeek(),W}function D(H){E(H);const m=H.currentPeek()==="|";return H.resetPeek(),m}function J(H){const m=E(H),w=H.currentPeek()==="%"&&H.peek()==="{";return H.resetPeek(),{isModulo:w,hasSpace:m.length>0}}function Q(H,m=!0){const w=(W=!1,e1="",t1=!1)=>{const s1=H.currentPeek();return s1==="{"?e1==="%"?!1:W:s1==="@"||!s1?e1==="%"?!0:W:s1==="%"?(H.peek(),w(W,"%",!0)):s1==="|"?e1==="%"||t1?!0:!(e1===M3||e1===y2):s1===M3?(H.peek(),w(!0,M3,t1)):s1===y2?(H.peek(),w(!0,y2,t1)):!0},N=w();return m&&H.resetPeek(),N}function h1(H,m){const w=H.currentChar();return w===W3?W3:m(w)?(H.next(),w):null}function g1(H){return h1(H,w=>{const N=w.charCodeAt(0);return N>=97&&N<=122||N>=65&&N<=90||N>=48&&N<=57||N===95||N===36})}function _1(H){return h1(H,w=>{const N=w.charCodeAt(0);return N>=48&&N<=57})}function d1(H){return h1(H,w=>{const N=w.charCodeAt(0);return N>=48&&N<=57||N>=65&&N<=70||N>=97&&N<=102})}function u1(H){let m="",w="";for(;m=_1(H);)w+=m;return w}function i1(H){$(H);const m=H.currentChar();return m!=="%"&&g(B1.EXPECTED_TOKEN,a(),0,m),H.next(),"%"}function M1(H){let m="";for(;;){const w=H.currentChar();if(w==="{"||w==="}"||w==="@"||w==="|"||!w)break;if(w==="%")if(Q(H))m+=w,H.next();else break;else if(w===M3||w===y2)if(Q(H))m+=w,H.next();else{if(D(H))break;m+=w,H.next()}else m+=w,H.next()}return m}function A1(H){$(H);let m="",w="";for(;m=g1(H);)w+=m;return H.currentChar()===W3&&g(B1.UNTERMINATED_CLOSING_BRACE,a(),0),w}function k1(H){$(H);let m="";return H.currentChar()==="-"?(H.next(),m+=`-${u1(H)}`):m+=u1(H),H.currentChar()===W3&&g(B1.UNTERMINATED_CLOSING_BRACE,a(),0),m}function x(H){$(H),y(H,"'");let m="",w="";const N=e1=>e1!==Oe&&e1!==y2;for(;m=h1(H,N);)m==="\\"?w+=Y(H):w+=m;const W=H.currentChar();return W===y2||W===W3?(g(B1.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER,a(),0),W===y2&&(H.next(),y(H,"'")),w):(y(H,"'"),w)}function Y(H){const m=H.currentChar();switch(m){case"\\":case"'":return H.next(),`\\${m}`;case"u":return j(H,m,4);case"U":return j(H,m,6);default:return g(B1.UNKNOWN_ESCAPE_SEQUENCE,a(),0,m),""}}function j(H,m,w){y(H,m);let N="";for(let W=0;WW!=="{"&&W!=="}"&&W!==M3&&W!==y2;for(;m=h1(H,N);)w+=m;return w}function p1(H){let m="",w="";for(;m=g1(H);)w+=m;return w}function B(H){const m=(w=!1,N)=>{const W=H.currentChar();return W==="{"||W==="%"||W==="@"||W==="|"||!W||W===M3?N:W===y2?(N+=W,H.next(),m(w,N)):(N+=W,H.next(),m(!0,N))};return m(!1,"")}function o1(H){$(H);const m=y(H,"|");return $(H),m}function n1(H,m){let w=null;switch(H.currentChar()){case"{":return m.braceNest>=1&&g(B1.NOT_ALLOW_NEST_PLACEHOLDER,a(),0),H.next(),w=p(m,2,"{"),$(H),m.braceNest++,w;case"}":return m.braceNest>0&&m.currentType===2&&g(B1.EMPTY_PLACEHOLDER,a(),0),H.next(),w=p(m,3,"}"),m.braceNest--,m.braceNest>0&&$(H),m.inLinked&&m.braceNest===0&&(m.inLinked=!1),w;case"@":return m.braceNest>0&&g(B1.UNTERMINATED_CLOSING_BRACE,a(),0),w=f1(H,m)||L(m),m.braceNest=0,w;default:let W=!0,e1=!0,t1=!0;if(D(H))return m.braceNest>0&&g(B1.UNTERMINATED_CLOSING_BRACE,a(),0),w=p(m,1,o1(H)),m.braceNest=0,m.inLinked=!1,w;if(m.braceNest>0&&(m.currentType===5||m.currentType===6||m.currentType===7))return g(B1.UNTERMINATED_CLOSING_BRACE,a(),0),m.braceNest=0,y1(H,m);if(W=z(H,m))return w=p(m,5,A1(H)),$(H),w;if(e1=u(H,m))return w=p(m,6,k1(H)),$(H),w;if(t1=v(H,m))return w=p(m,7,x(H)),$(H),w;if(!W&&!e1&&!t1)return w=p(m,13,G(H)),g(B1.INVALID_TOKEN_IN_PLACEHOLDER,a(),0,w.value),$(H),w;break}return w}function f1(H,m){const{currentType:w}=m;let N=null;const W=H.currentChar();switch((w===8||w===9||w===12||w===10)&&(W===y2||W===M3)&&g(B1.INVALID_LINKED_FORMAT,a(),0),W){case"@":return H.next(),N=p(m,8,"@"),m.inLinked=!0,N;case".":return $(H),H.next(),p(m,9,".");case":":return $(H),H.next(),p(m,10,":");default:return D(H)?(N=p(m,1,o1(H)),m.braceNest=0,m.inLinked=!1,N):M(H,m)||O(H,m)?($(H),f1(H,m)):S(H,m)?($(H),p(m,12,p1(H))):T(H,m)?($(H),W==="{"?n1(H,m)||N:p(m,11,B(H))):(w===8&&g(B1.INVALID_LINKED_FORMAT,a(),0),m.braceNest=0,m.inLinked=!1,y1(H,m))}}function y1(H,m){let w={type:14};if(m.braceNest>0)return n1(H,m)||L(m);if(m.inLinked)return f1(H,m)||L(m);switch(H.currentChar()){case"{":return n1(H,m)||L(m);case"}":return g(B1.UNBALANCED_CLOSING_BRACE,a(),0),H.next(),p(m,3,"}");case"@":return f1(H,m)||L(m);default:if(D(H))return w=p(m,1,o1(H)),m.braceNest=0,m.inLinked=!1,w;const{isModulo:W,hasSpace:e1}=J(H);if(W)return e1?p(m,0,M1(H)):p(m,4,i1(H));if(Q(H))return p(m,0,M1(H));break}return w}function k(){const{currentType:H,offset:m,startLoc:w,endLoc:N}=r;return r.lastType=H,r.lastOffset=m,r.lastStartLoc=w,r.lastEndLoc=N,r.offset=l(),r.startLoc=a(),s.currentChar()===W3?p(r,14):y1(s,r)}return{nextToken:k,currentOffset:l,currentPosition:a,context:o}}const Md="parser",Cd=/(?:\\\\|\\'|\\u([0-9a-fA-F]{4})|\\U([0-9a-fA-F]{6}))/g;function Ld(c,e,t){switch(c){case"\\\\":return"\\";case"\\'":return"'";default:{const s=parseInt(e||t,16);return s<=55295||s>=57344?String.fromCodePoint(s):"�"}}}function bd(c={}){const e=c.location!==!1,{onError:t}=c;function s(_,h,z,u,...v){const M=_.currentPosition();if(M.offset+=u,M.column+=u,t){const S=_7(z,M),O=K0(h,S,{domain:Md,args:v});t(O)}}function l(_,h,z){const u={type:_,start:h,end:h};return e&&(u.loc={start:z,end:z}),u}function a(_,h,z,u){_.end=h,u&&(_.type=u),e&&_.loc&&(_.loc.end=z)}function n(_,h){const z=_.context(),u=l(3,z.offset,z.startLoc);return u.value=h,a(u,_.currentOffset(),_.currentPosition()),u}function i(_,h){const z=_.context(),{lastOffset:u,lastStartLoc:v}=z,M=l(5,u,v);return M.index=parseInt(h,10),_.nextToken(),a(M,_.currentOffset(),_.currentPosition()),M}function r(_,h){const z=_.context(),{lastOffset:u,lastStartLoc:v}=z,M=l(4,u,v);return M.key=h,_.nextToken(),a(M,_.currentOffset(),_.currentPosition()),M}function o(_,h){const z=_.context(),{lastOffset:u,lastStartLoc:v}=z,M=l(9,u,v);return M.value=h.replace(Cd,Ld),_.nextToken(),a(M,_.currentOffset(),_.currentPosition()),M}function d(_){const h=_.nextToken(),z=_.context(),{lastOffset:u,lastStartLoc:v}=z,M=l(8,u,v);return h.type!==12?(s(_,B1.UNEXPECTED_EMPTY_LINKED_MODIFIER,z.lastStartLoc,0),M.value="",a(M,u,v),{nextConsumeToken:h,node:M}):(h.value==null&&s(_,B1.UNEXPECTED_LEXICAL_ANALYSIS,z.lastStartLoc,0,o3(h)),M.value=h.value||"",a(M,_.currentOffset(),_.currentPosition()),{node:M})}function g(_,h){const z=_.context(),u=l(7,z.offset,z.startLoc);return u.value=h,a(u,_.currentOffset(),_.currentPosition()),u}function p(_){const h=_.context(),z=l(6,h.offset,h.startLoc);let u=_.nextToken();if(u.type===9){const v=d(_);z.modifier=v.node,u=v.nextConsumeToken||_.nextToken()}switch(u.type!==10&&s(_,B1.UNEXPECTED_LEXICAL_ANALYSIS,h.lastStartLoc,0,o3(u)),u=_.nextToken(),u.type===2&&(u=_.nextToken()),u.type){case 11:u.value==null&&s(_,B1.UNEXPECTED_LEXICAL_ANALYSIS,h.lastStartLoc,0,o3(u)),z.key=g(_,u.value||"");break;case 5:u.value==null&&s(_,B1.UNEXPECTED_LEXICAL_ANALYSIS,h.lastStartLoc,0,o3(u)),z.key=r(_,u.value||"");break;case 6:u.value==null&&s(_,B1.UNEXPECTED_LEXICAL_ANALYSIS,h.lastStartLoc,0,o3(u)),z.key=i(_,u.value||"");break;case 7:u.value==null&&s(_,B1.UNEXPECTED_LEXICAL_ANALYSIS,h.lastStartLoc,0,o3(u)),z.key=o(_,u.value||"");break;default:s(_,B1.UNEXPECTED_EMPTY_LINKED_KEY,h.lastStartLoc,0);const v=_.context(),M=l(7,v.offset,v.startLoc);return M.value="",a(M,v.offset,v.startLoc),z.key=M,a(z,v.offset,v.startLoc),{nextConsumeToken:u,node:z}}return a(z,_.currentOffset(),_.currentPosition()),{node:z}}function L(_){const h=_.context(),z=h.currentType===1?_.currentOffset():h.offset,u=h.currentType===1?h.endLoc:h.startLoc,v=l(2,z,u);v.items=[];let M=null;do{const T=M||_.nextToken();switch(M=null,T.type){case 0:T.value==null&&s(_,B1.UNEXPECTED_LEXICAL_ANALYSIS,h.lastStartLoc,0,o3(T)),v.items.push(n(_,T.value||""));break;case 6:T.value==null&&s(_,B1.UNEXPECTED_LEXICAL_ANALYSIS,h.lastStartLoc,0,o3(T)),v.items.push(i(_,T.value||""));break;case 5:T.value==null&&s(_,B1.UNEXPECTED_LEXICAL_ANALYSIS,h.lastStartLoc,0,o3(T)),v.items.push(r(_,T.value||""));break;case 7:T.value==null&&s(_,B1.UNEXPECTED_LEXICAL_ANALYSIS,h.lastStartLoc,0,o3(T)),v.items.push(o(_,T.value||""));break;case 8:const D=p(_);v.items.push(D.node),M=D.nextConsumeToken||null;break}}while(h.currentType!==14&&h.currentType!==1);const S=h.currentType===1?h.lastOffset:_.currentOffset(),O=h.currentType===1?h.lastEndLoc:_.currentPosition();return a(v,S,O),v}function y(_,h,z,u){const v=_.context();let M=u.items.length===0;const S=l(1,h,z);S.cases=[],S.cases.push(u);do{const O=L(_);M||(M=O.items.length===0),S.cases.push(O)}while(v.currentType!==14);return M&&s(_,B1.MUST_HAVE_MESSAGES_IN_PLURAL,z,0),a(S,_.currentOffset(),_.currentPosition()),S}function E(_){const h=_.context(),{offset:z,startLoc:u}=h,v=L(_);return h.currentType===14?v:y(_,z,u,v)}function $(_){const h=gd(_,H2({},c)),z=h.context(),u=l(0,z.offset,z.startLoc);return e&&u.loc&&(u.loc.source=_),u.body=E(h),z.currentType!==14&&s(h,B1.UNEXPECTED_LEXICAL_ANALYSIS,z.lastStartLoc,0,_[z.offset]||""),a(u,h.currentOffset(),h.currentPosition()),u}return{parse:$}}function o3(c){if(c.type===14)return"EOF";const e=(c.value||"").replace(/\r?\n/gu,"\\n");return e.length>10?e.slice(0,9)+"…":e}function _d(c,e={}){const t={ast:c,helpers:new Set};return{context:()=>t,helper:a=>(t.helpers.add(a),a)}}function Ne(c,e){for(let t=0;tn;function r(E,$){n.code+=E}function o(E,$=!0){const _=$?l:"";r(a?_+" ".repeat(E):_)}function d(E=!0){const $=++n.indentLevel;E&&o($)}function g(E=!0){const $=--n.indentLevel;E&&o($)}function p(){o(n.indentLevel)}return{context:i,push:r,indent:d,deindent:g,newline:p,helper:E=>`_${E}`,needIndent:()=>n.needIndent}}function Ad(c,e){const{helper:t}=c;c.push(`${t("linked")}(`),z6(c,e.key),e.modifier?(c.push(", "),z6(c,e.modifier),c.push(", _type")):c.push(", undefined, _type"),c.push(")")}function Ed(c,e){const{helper:t,needIndent:s}=c;c.push(`${t("normalize")}([`),c.indent(s());const l=e.items.length;for(let a=0;a1){c.push(`${t("plural")}([`),c.indent(s());const l=e.cases.length;for(let a=0;a{const t=m1(e.mode)?e.mode:"normal",s=m1(e.filename)?e.filename:"message.intl",l=!!e.sourceMap,a=e.breakLineCode!=null?e.breakLineCode:t==="arrow"?";":` +`,n=e.needIndent?e.needIndent:t!=="arrow",i=c.helpers||[],r=wd(c,{mode:t,filename:s,sourceMap:l,breakLineCode:a,needIndent:n});r.push(t==="normal"?"function __msg__ (ctx) {":"(ctx) => {"),r.indent(n),i.length>0&&(r.push(`const { ${i.map(g=>`${g}: _${g}`).join(", ")} } = ctx`),r.newline()),r.push("return "),z6(r,c),r.deindent(n),r.push("}");const{code:o,map:d}=r.context();return{ast:c,code:o,map:d?d.toJSON():void 0}};function Td(c,e={}){const t=H2({},e),l=bd(t).parse(c);return yd(l,t),Pd(l,t)}/*! + * devtools-if v9.2.2 + * (c) 2022 kazuya kawaguchi + * Released under the MIT License. + */const yl={I18nInit:"i18n:init",FunctionTranslate:"function:translate"};/*! + * core-base v9.2.2 + * (c) 2022 kazuya kawaguchi + * Released under the MIT License. + */const i4=[];i4[0]={w:[0],i:[3,0],["["]:[4],o:[7]};i4[1]={w:[1],["."]:[2],["["]:[4],o:[7]};i4[2]={w:[2],i:[3,0],[0]:[3,0]};i4[3]={i:[3,0],[0]:[3,0],w:[1,1],["."]:[2,1],["["]:[4,1],o:[7,1]};i4[4]={["'"]:[5,0],['"']:[6,0],["["]:[4,2],["]"]:[1,3],o:8,l:[4,0]};i4[5]={["'"]:[4,0],o:8,l:[5,0]};i4[6]={['"']:[4,0],o:8,l:[6,0]};const $d=/^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;function Id(c){return $d.test(c)}function xd(c){const e=c.charCodeAt(0),t=c.charCodeAt(c.length-1);return e===t&&(e===34||e===39)?c.slice(1,-1):c}function Od(c){if(c==null)return"o";switch(c.charCodeAt(0)){case 91:case 93:case 46:case 34:case 39:return c;case 95:case 36:case 45:return"i";case 9:case 10:case 13:case 160:case 65279:case 8232:case 8233:return"w"}return"i"}function Nd(c){const e=c.trim();return c.charAt(0)==="0"&&isNaN(parseInt(c))?!1:Id(e)?xd(e):"*"+e}function Dd(c){const e=[];let t=-1,s=0,l=0,a,n,i,r,o,d,g;const p=[];p[0]=()=>{n===void 0?n=i:n+=i},p[1]=()=>{n!==void 0&&(e.push(n),n=void 0)},p[2]=()=>{p[0](),l++},p[3]=()=>{if(l>0)l--,s=4,p[0]();else{if(l=0,n===void 0||(n=Nd(n),n===!1))return!1;p[1]()}};function L(){const y=c[t+1];if(s===5&&y==="'"||s===6&&y==='"')return t++,i="\\"+y,p[0](),!0}for(;s!==null;)if(t++,a=c[t],!(a==="\\"&&L())){if(r=Od(a),g=i4[s],o=g[r]||g.l||8,o===8||(s=o[0],o[1]!==void 0&&(d=p[o[1]],d&&(i=a,d()===!1))))return;if(s===7)return e}}const De=new Map;function Rd(c,e){return c2(c)?c[e]:null}function Fd(c,e){if(!c2(c))return null;let t=De.get(e);if(t||(t=Dd(e),t&&De.set(e,t)),!t)return null;const s=t.length;let l=c,a=0;for(;ac,jd=c=>"",Wd="text",qd=c=>c.length===0?"":c.join(""),Bd=hd;function Re(c,e){return c=Math.abs(c),e===2?c?c>1?1:0:1:c?Math.min(c,2):0}function Kd(c){const e=d2(c.pluralIndex)?c.pluralIndex:-1;return c.named&&(d2(c.named.count)||d2(c.named.n))?d2(c.named.count)?c.named.count:d2(c.named.n)?c.named.n:e:e}function Gd(c,e){e.count||(e.count=c),e.n||(e.n=c)}function Yd(c={}){const e=c.locale,t=Kd(c),s=c2(c.pluralRules)&&m1(e)&&r2(c.pluralRules[e])?c.pluralRules[e]:Re,l=c2(c.pluralRules)&&m1(e)&&r2(c.pluralRules[e])?Re:void 0,a=_=>_[s(t,_.length,l)],n=c.list||[],i=_=>n[_],r=c.named||{};d2(c.pluralIndex)&&Gd(t,r);const o=_=>r[_];function d(_){const h=r2(c.messages)?c.messages(_):c2(c.messages)?c.messages[_]:!1;return h||(c.parent?c.parent.message(_):jd)}const g=_=>c.modifiers?c.modifiers[_]:Ud,p=$1(c.processor)&&r2(c.processor.normalize)?c.processor.normalize:qd,L=$1(c.processor)&&r2(c.processor.interpolate)?c.processor.interpolate:Bd,y=$1(c.processor)&&m1(c.processor.type)?c.processor.type:Wd,$={list:i,named:o,plural:a,linked:(_,...h)=>{const[z,u]=h;let v="text",M="";h.length===1?c2(z)?(M=z.modifier||M,v=z.type||v):m1(z)&&(M=z||M):h.length===2&&(m1(z)&&(M=z||M),m1(u)&&(v=u||v));let S=d(_)($);return v==="vnode"&&J1(S)&&M&&(S=S[0]),M?g(M)(S,v):S},message:d,type:y,interpolate:L,normalize:p};return $}let z8=null;function Zd(c){z8=c}function Xd(c,e,t){z8&&z8.emit(yl.I18nInit,{timestamp:Date.now(),i18n:c,version:e,meta:t})}const Qd=Jd(yl.FunctionTranslate);function Jd(c){return e=>z8&&z8.emit(c,e)}function cm(c,e,t){return[...new Set([t,...J1(e)?e:c2(e)?Object.keys(e):m1(e)?[e]:[t]])]}function wl(c,e,t){const s=m1(t)?t:y8,l=c;l.__localeChainCache||(l.__localeChainCache=new Map);let a=l.__localeChainCache.get(s);if(!a){a=[];let n=[t];for(;J1(n);)n=Fe(a,n,e);const i=J1(e)||!$1(e)?e:e.default?e.default:null;n=m1(i)?[i]:i,J1(n)&&Fe(a,n,!1),l.__localeChainCache.set(s,a)}return a}function Fe(c,e,t){let s=!0;for(let l=0;l`${c.charAt(0).toLocaleUpperCase()}${c.substr(1)}`;function lm(){return{upper:(c,e)=>e==="text"&&m1(c)?c.toUpperCase():e==="vnode"&&c2(c)&&"__v_isVNode"in c?c.children.toUpperCase():c,lower:(c,e)=>e==="text"&&m1(c)?c.toLowerCase():e==="vnode"&&c2(c)&&"__v_isVNode"in c?c.children.toLowerCase():c,capitalize:(c,e)=>e==="text"&&m1(c)?je(c):e==="vnode"&&c2(c)&&"__v_isVNode"in c?je(c.children):c}}let Al;function am(c){Al=c}let El;function nm(c){El=c}let kl;function rm(c){kl=c}let Sl=null;const We=c=>{Sl=c},im=()=>Sl;let Pl=null;const qe=c=>{Pl=c},om=()=>Pl;let Be=0;function um(c={}){const e=m1(c.version)?c.version:sm,t=m1(c.locale)?c.locale:y8,s=J1(c.fallbackLocale)||$1(c.fallbackLocale)||m1(c.fallbackLocale)||c.fallbackLocale===!1?c.fallbackLocale:t,l=$1(c.messages)?c.messages:{[t]:{}},a=$1(c.datetimeFormats)?c.datetimeFormats:{[t]:{}},n=$1(c.numberFormats)?c.numberFormats:{[t]:{}},i=H2({},c.modifiers||{},lm()),r=c.pluralRules||{},o=r2(c.missing)?c.missing:null,d=U1(c.missingWarn)||s4(c.missingWarn)?c.missingWarn:!0,g=U1(c.fallbackWarn)||s4(c.fallbackWarn)?c.fallbackWarn:!0,p=!!c.fallbackFormat,L=!!c.unresolving,y=r2(c.postTranslation)?c.postTranslation:null,E=$1(c.processor)?c.processor:null,$=U1(c.warnHtmlMessage)?c.warnHtmlMessage:!0,_=!!c.escapeParameter,h=r2(c.messageCompiler)?c.messageCompiler:Al,z=r2(c.messageResolver)?c.messageResolver:El||Rd,u=r2(c.localeFallbacker)?c.localeFallbacker:kl||cm,v=c2(c.fallbackContext)?c.fallbackContext:void 0,M=r2(c.onWarn)?c.onWarn:ud,S=c,O=c2(S.__datetimeFormatters)?S.__datetimeFormatters:new Map,T=c2(S.__numberFormatters)?S.__numberFormatters:new Map,D=c2(S.__meta)?S.__meta:{};Be++;const J={version:e,cid:Be,locale:t,fallbackLocale:s,messages:l,modifiers:i,pluralRules:r,missing:o,missingWarn:d,fallbackWarn:g,fallbackFormat:p,unresolving:L,postTranslation:y,processor:E,warnHtmlMessage:$,escapeParameter:_,messageCompiler:h,messageResolver:z,localeFallbacker:u,fallbackContext:v,onWarn:M,__meta:D};return J.datetimeFormats=a,J.numberFormats=n,J.__datetimeFormatters=O,J.__numberFormatters=T,__INTLIFY_PROD_DEVTOOLS__&&Xd(J,e,D),J}function C9(c,e,t,s,l){const{missing:a,onWarn:n}=c;if(a!==null){const i=a(c,t,e,l);return m1(i)?i:e}else return e}function U6(c,e,t){const s=c;s.__localeChainCache=new Map,c.localeFallbacker(c,t,e)}const fm=c=>c;let Ke=Object.create(null);function hm(c,e={}){{const s=(e.onCacheKey||fm)(c),l=Ke[s];if(l)return l;let a=!1;const n=e.onError||dd;e.onError=o=>{a=!0,n(o)};const{code:i}=Td(c,e),r=new Function(`return ${i}`)();return a?r:Ke[s]=r}}let Tl=B1.__EXTEND_POINT__;const R5=()=>++Tl,Q4={INVALID_ARGUMENT:Tl,INVALID_DATE_ARGUMENT:R5(),INVALID_ISO_DATE_ARGUMENT:R5(),__EXTEND_POINT__:R5()};function J4(c){return K0(c,null,void 0)}const Ge=()=>"",f3=c=>r2(c);function Ye(c,...e){const{fallbackFormat:t,postTranslation:s,unresolving:l,messageCompiler:a,fallbackLocale:n,messages:i}=c,[r,o]=y7(...e),d=U1(o.missingWarn)?o.missingWarn:c.missingWarn,g=U1(o.fallbackWarn)?o.fallbackWarn:c.fallbackWarn,p=U1(o.escapeParameter)?o.escapeParameter:c.escapeParameter,L=!!o.resolvedMessage,y=m1(o.default)||U1(o.default)?U1(o.default)?a?r:()=>r:o.default:t?a?r:()=>r:"",E=t||y!=="",$=m1(o.locale)?o.locale:c.locale;p&&dm(o);let[_,h,z]=L?[r,$,i[$]||{}]:$l(c,r,$,n,g,d),u=_,v=r;if(!L&&!(m1(u)||f3(u))&&E&&(u=y,v=u),!L&&(!(m1(u)||f3(u))||!m1(h)))return l?G0:r;let M=!1;const S=()=>{M=!0},O=f3(u)?u:Il(c,r,h,u,v,S);if(M)return u;const T=vm(c,h,z,o),D=Yd(T),J=mm(c,O,D),Q=s?s(J,r):J;if(__INTLIFY_PROD_DEVTOOLS__){const h1={timestamp:Date.now(),key:m1(r)?r:f3(u)?u.key:"",locale:h||(f3(u)?u.locale:""),format:m1(u)?u:f3(u)?u.source:"",message:Q};h1.meta=H2({},c.__meta,im()||{}),Qd(h1)}return Q}function dm(c){J1(c.list)?c.list=c.list.map(e=>m1(e)?xe(e):e):c2(c.named)&&Object.keys(c.named).forEach(e=>{m1(c.named[e])&&(c.named[e]=xe(c.named[e]))})}function $l(c,e,t,s,l,a){const{messages:n,onWarn:i,messageResolver:r,localeFallbacker:o}=c,d=o(c,s,t);let g={},p,L=null;const y="translate";for(let E=0;Es;return o.locale=t,o.key=e,o}const r=n(s,zm(c,t,l,s,i,a));return r.locale=t,r.key=e,r.source=s,r}function mm(c,e,t){return e(t)}function y7(...c){const[e,t,s]=c,l={};if(!m1(e)&&!d2(e)&&!f3(e))throw J4(Q4.INVALID_ARGUMENT);const a=d2(e)?String(e):(f3(e),e);return d2(t)?l.plural=t:m1(t)?l.default=t:$1(t)&&!B0(t)?l.named=t:J1(t)&&(l.list=t),d2(s)?l.plural=s:m1(s)?l.default=s:$1(s)&&H2(l,s),[a,l]}function zm(c,e,t,s,l,a){return{warnHtmlMessage:l,onError:n=>{throw a&&a(n),n},onCacheKey:n=>rd(e,t,n)}}function vm(c,e,t,s){const{modifiers:l,pluralRules:a,messageResolver:n,fallbackLocale:i,fallbackWarn:r,missingWarn:o,fallbackContext:d}=c,p={locale:e,modifiers:l,pluralRules:a,messages:L=>{let y=n(t,L);if(y==null&&d){const[,,E]=$l(d,L,e,i,r,o);y=n(E,L)}if(m1(y)){let E=!1;const _=Il(c,L,e,y,L,()=>{E=!0});return E?Ge:_}else return f3(y)?y:Ge}};return c.processor&&(p.processor=c.processor),s.list&&(p.list=s.list),s.named&&(p.named=s.named),d2(s.plural)&&(p.pluralIndex=s.plural),p}function Ze(c,...e){const{datetimeFormats:t,unresolving:s,fallbackLocale:l,onWarn:a,localeFallbacker:n}=c,{__datetimeFormatters:i}=c,[r,o,d,g]=w7(...e),p=U1(d.missingWarn)?d.missingWarn:c.missingWarn;U1(d.fallbackWarn)?d.fallbackWarn:c.fallbackWarn;const L=!!d.part,y=m1(d.locale)?d.locale:c.locale,E=n(c,l,y);if(!m1(r)||r==="")return new Intl.DateTimeFormat(y,g).format(o);let $={},_,h=null;const z="datetime format";for(let M=0;M{xl.includes(r)?n[r]=t[r]:a[r]=t[r]}),m1(s)?a.locale=s:$1(s)&&(n=s),$1(l)&&(n=l),[a.key||"",i,a,n]}function Xe(c,e,t){const s=c;for(const l in t){const a=`${e}__${l}`;s.__datetimeFormatters.has(a)&&s.__datetimeFormatters.delete(a)}}function Qe(c,...e){const{numberFormats:t,unresolving:s,fallbackLocale:l,onWarn:a,localeFallbacker:n}=c,{__numberFormatters:i}=c,[r,o,d,g]=A7(...e),p=U1(d.missingWarn)?d.missingWarn:c.missingWarn;U1(d.fallbackWarn)?d.fallbackWarn:c.fallbackWarn;const L=!!d.part,y=m1(d.locale)?d.locale:c.locale,E=n(c,l,y);if(!m1(r)||r==="")return new Intl.NumberFormat(y,g).format(o);let $={},_,h=null;const z="number format";for(let M=0;M{Ol.includes(r)?n[r]=t[r]:a[r]=t[r]}),m1(s)?a.locale=s:$1(s)&&(n=s),$1(l)&&(n=l),[a.key||"",i,a,n]}function Je(c,e,t){const s=c;for(const l in t){const a=`${e}__${l}`;s.__numberFormatters.has(a)&&s.__numberFormatters.delete(a)}}typeof __INTLIFY_PROD_DEVTOOLS__!="boolean"&&(e8().__INTLIFY_PROD_DEVTOOLS__=!1);/*! + * vue-i18n v9.2.2 + * (c) 2022 kazuya kawaguchi + * Released under the MIT License. + */const pm="9.2.2";function Hm(){typeof __VUE_I18N_FULL_INSTALL__!="boolean"&&(e8().__VUE_I18N_FULL_INSTALL__=!0),typeof __VUE_I18N_LEGACY_API__!="boolean"&&(e8().__VUE_I18N_LEGACY_API__=!0),typeof __INTLIFY_PROD_DEVTOOLS__!="boolean"&&(e8().__INTLIFY_PROD_DEVTOOLS__=!1)}let Nl=B1.__EXTEND_POINT__;const k2=()=>++Nl,u2={UNEXPECTED_RETURN_TYPE:Nl,INVALID_ARGUMENT:k2(),MUST_BE_CALL_SETUP_TOP:k2(),NOT_INSLALLED:k2(),NOT_AVAILABLE_IN_LEGACY_MODE:k2(),REQUIRED_VALUE:k2(),INVALID_VALUE:k2(),CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN:k2(),NOT_INSLALLED_WITH_PROVIDE:k2(),UNEXPECTED_ERROR:k2(),NOT_COMPATIBLE_LEGACY_VUE_I18N:k2(),BRIDGE_SUPPORT_VUE_2_ONLY:k2(),MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION:k2(),NOT_AVAILABLE_COMPOSITION_IN_LEGACY:k2(),__EXTEND_POINT__:k2()};function m2(c,...e){return K0(c,null,void 0)}const E7=r4("__transrateVNode"),k7=r4("__datetimeParts"),S7=r4("__numberParts"),Dl=r4("__setPluralRules");r4("__intlifyMeta");const Rl=r4("__injectWithOption");function P7(c){if(!c2(c))return c;for(const e in c)if(V9(c,e))if(!e.includes("."))c2(c[e])&&P7(c[e]);else{const t=e.split("."),s=t.length-1;let l=c;for(let a=0;a{if("locale"in i&&"resource"in i){const{locale:r,resource:o}=i;r?(n[r]=n[r]||{},t8(o,n[r])):t8(o,n)}else m1(i)&&t8(JSON.parse(i),n)}),l==null&&a)for(const i in n)V9(n,i)&&P7(n[i]);return n}const e0=c=>!c2(c)||J1(c);function t8(c,e){if(e0(c)||e0(e))throw m2(u2.INVALID_VALUE);for(const t in c)V9(c,t)&&(e0(c[t])||e0(e[t])?e[t]=c[t]:t8(c[t],e[t]))}function Fl(c){return c.type}function Ul(c,e,t){let s=c2(e.messages)?e.messages:{};"__i18nGlobal"in t&&(s=Y0(c.locale.value,{messages:s,__i18n:t.__i18nGlobal}));const l=Object.keys(s);l.length&&l.forEach(a=>{c.mergeLocaleMessage(a,s[a])});{if(c2(e.datetimeFormats)){const a=Object.keys(e.datetimeFormats);a.length&&a.forEach(n=>{c.mergeDateTimeFormat(n,e.datetimeFormats[n])})}if(c2(e.numberFormats)){const a=Object.keys(e.numberFormats);a.length&&a.forEach(n=>{c.mergeNumberFormat(n,e.numberFormats[n])})}}}function ct(c){return P1(C8,null,c,0)}const et="__INTLIFY_META__";let tt=0;function st(c){return(e,t,s,l)=>c(t,s,k4()||void 0,l)}const Vm=()=>{const c=k4();let e=null;return c&&(e=Fl(c)[et])?{[et]:e}:null};function L9(c={},e){const{__root:t}=c,s=t===void 0;let l=U1(c.inheritLocale)?c.inheritLocale:!0;const a=X1(t&&l?t.locale.value:m1(c.locale)?c.locale:y8),n=X1(t&&l?t.fallbackLocale.value:m1(c.fallbackLocale)||J1(c.fallbackLocale)||$1(c.fallbackLocale)||c.fallbackLocale===!1?c.fallbackLocale:a.value),i=X1(Y0(a.value,c)),r=X1($1(c.datetimeFormats)?c.datetimeFormats:{[a.value]:{}}),o=X1($1(c.numberFormats)?c.numberFormats:{[a.value]:{}});let d=t?t.missingWarn:U1(c.missingWarn)||s4(c.missingWarn)?c.missingWarn:!0,g=t?t.fallbackWarn:U1(c.fallbackWarn)||s4(c.fallbackWarn)?c.fallbackWarn:!0,p=t?t.fallbackRoot:U1(c.fallbackRoot)?c.fallbackRoot:!0,L=!!c.fallbackFormat,y=r2(c.missing)?c.missing:null,E=r2(c.missing)?st(c.missing):null,$=r2(c.postTranslation)?c.postTranslation:null,_=t?t.warnHtmlMessage:U1(c.warnHtmlMessage)?c.warnHtmlMessage:!0,h=!!c.escapeParameter;const z=t?t.modifiers:$1(c.modifiers)?c.modifiers:{};let u=c.pluralRules||t&&t.pluralRules,v;v=(()=>{s&&qe(null);const R={version:pm,locale:a.value,fallbackLocale:n.value,messages:i.value,modifiers:z,pluralRules:u,missing:E===null?void 0:E,missingWarn:d,fallbackWarn:g,fallbackFormat:L,unresolving:!0,postTranslation:$===null?void 0:$,warnHtmlMessage:_,escapeParameter:h,messageResolver:c.messageResolver,__meta:{framework:"vue"}};R.datetimeFormats=r.value,R.numberFormats=o.value,R.__datetimeFormatters=$1(v)?v.__datetimeFormatters:void 0,R.__numberFormatters=$1(v)?v.__numberFormatters:void 0;const q=um(R);return s&&qe(q),q})(),U6(v,a.value,n.value);function S(){return[a.value,n.value,i.value,r.value,o.value]}const O=D1({get:()=>a.value,set:R=>{a.value=R,v.locale=a.value}}),T=D1({get:()=>n.value,set:R=>{n.value=R,v.fallbackLocale=n.value,U6(v,a.value,R)}}),D=D1(()=>i.value),J=D1(()=>r.value),Q=D1(()=>o.value);function h1(){return r2($)?$:null}function g1(R){$=R,v.postTranslation=R}function _1(){return y}function d1(R){R!==null&&(E=st(R)),y=R,v.missing=E}const u1=(R,q,z1,H1,T1,R1)=>{S();let x1;if(__INTLIFY_PROD_DEVTOOLS__)try{We(Vm()),s||(v.fallbackContext=t?om():void 0),x1=R(v)}finally{We(null),s||(v.fallbackContext=void 0)}else x1=R(v);if(d2(x1)&&x1===G0){const[G1,z2]=q();return t&&p?H1(t):T1(G1)}else{if(R1(x1))return x1;throw m2(u2.UNEXPECTED_RETURN_TYPE)}};function i1(...R){return u1(q=>Reflect.apply(Ye,null,[q,...R]),()=>y7(...R),"translate",q=>Reflect.apply(q.t,q,[...R]),q=>q,q=>m1(q))}function M1(...R){const[q,z1,H1]=R;if(H1&&!c2(H1))throw m2(u2.INVALID_ARGUMENT);return i1(q,z1,H2({resolvedMessage:!0},H1||{}))}function A1(...R){return u1(q=>Reflect.apply(Ze,null,[q,...R]),()=>w7(...R),"datetime format",q=>Reflect.apply(q.d,q,[...R]),()=>Ue,q=>m1(q))}function k1(...R){return u1(q=>Reflect.apply(Qe,null,[q,...R]),()=>A7(...R),"number format",q=>Reflect.apply(q.n,q,[...R]),()=>Ue,q=>m1(q))}function x(R){return R.map(q=>m1(q)||d2(q)||U1(q)?ct(String(q)):q)}const j={normalize:x,interpolate:R=>R,type:"vnode"};function G(...R){return u1(q=>{let z1;const H1=q;try{H1.processor=j,z1=Reflect.apply(Ye,null,[H1,...R])}finally{H1.processor=null}return z1},()=>y7(...R),"translate",q=>q[E7](...R),q=>[ct(q)],q=>J1(q))}function p1(...R){return u1(q=>Reflect.apply(Qe,null,[q,...R]),()=>A7(...R),"number format",q=>q[S7](...R),()=>[],q=>m1(q)||J1(q))}function B(...R){return u1(q=>Reflect.apply(Ze,null,[q,...R]),()=>w7(...R),"datetime format",q=>q[k7](...R),()=>[],q=>m1(q)||J1(q))}function o1(R){u=R,v.pluralRules=u}function n1(R,q){const z1=m1(q)?q:a.value,H1=k(z1);return v.messageResolver(H1,R)!==null}function f1(R){let q=null;const z1=wl(v,n.value,a.value);for(let H1=0;H1{l&&(a.value=R,v.locale=R,U6(v,a.value,n.value))}),T2(t.fallbackLocale,R=>{l&&(n.value=R,v.fallbackLocale=R,U6(v,a.value,n.value))}));const Z={id:tt,locale:O,fallbackLocale:T,get inheritLocale(){return l},set inheritLocale(R){l=R,R&&t&&(a.value=t.locale.value,n.value=t.fallbackLocale.value,U6(v,a.value,n.value))},get availableLocales(){return Object.keys(i.value).sort()},messages:D,get modifiers(){return z},get pluralRules(){return u||{}},get isGlobal(){return s},get missingWarn(){return d},set missingWarn(R){d=R,v.missingWarn=d},get fallbackWarn(){return g},set fallbackWarn(R){g=R,v.fallbackWarn=g},get fallbackRoot(){return p},set fallbackRoot(R){p=R},get fallbackFormat(){return L},set fallbackFormat(R){L=R,v.fallbackFormat=L},get warnHtmlMessage(){return _},set warnHtmlMessage(R){_=R,v.warnHtmlMessage=R},get escapeParameter(){return h},set escapeParameter(R){h=R,v.escapeParameter=R},t:i1,getLocaleMessage:k,setLocaleMessage:H,mergeLocaleMessage:m,getPostTranslationHandler:h1,setPostTranslationHandler:g1,getMissingHandler:_1,setMissingHandler:d1,[Dl]:o1};return Z.datetimeFormats=J,Z.numberFormats=Q,Z.rt=M1,Z.te=n1,Z.tm=y1,Z.d=A1,Z.n=k1,Z.getDateTimeFormat=w,Z.setDateTimeFormat=N,Z.mergeDateTimeFormat=W,Z.getNumberFormat=e1,Z.setNumberFormat=t1,Z.mergeNumberFormat=s1,Z[Rl]=c.__injectWithOption,Z[E7]=G,Z[k7]=B,Z[S7]=p1,Z}function gm(c){const e=m1(c.locale)?c.locale:y8,t=m1(c.fallbackLocale)||J1(c.fallbackLocale)||$1(c.fallbackLocale)||c.fallbackLocale===!1?c.fallbackLocale:e,s=r2(c.missing)?c.missing:void 0,l=U1(c.silentTranslationWarn)||s4(c.silentTranslationWarn)?!c.silentTranslationWarn:!0,a=U1(c.silentFallbackWarn)||s4(c.silentFallbackWarn)?!c.silentFallbackWarn:!0,n=U1(c.fallbackRoot)?c.fallbackRoot:!0,i=!!c.formatFallbackMessages,r=$1(c.modifiers)?c.modifiers:{},o=c.pluralizationRules,d=r2(c.postTranslation)?c.postTranslation:void 0,g=m1(c.warnHtmlInMessage)?c.warnHtmlInMessage!=="off":!0,p=!!c.escapeParameterHtml,L=U1(c.sync)?c.sync:!0;let y=c.messages;if($1(c.sharedMessages)){const v=c.sharedMessages;y=Object.keys(v).reduce((S,O)=>{const T=S[O]||(S[O]={});return H2(T,v[O]),S},y||{})}const{__i18n:E,__root:$,__injectWithOption:_}=c,h=c.datetimeFormats,z=c.numberFormats,u=c.flatJson;return{locale:e,fallbackLocale:t,messages:y,flatJson:u,datetimeFormats:h,numberFormats:z,missing:s,missingWarn:l,fallbackWarn:a,fallbackRoot:n,fallbackFormat:i,modifiers:r,pluralRules:o,postTranslation:d,warnHtmlMessage:g,escapeParameter:p,messageResolver:c.messageResolver,inheritLocale:L,__i18n:E,__root:$,__injectWithOption:_}}function T7(c={},e){{const t=L9(gm(c)),s={id:t.id,get locale(){return t.locale.value},set locale(l){t.locale.value=l},get fallbackLocale(){return t.fallbackLocale.value},set fallbackLocale(l){t.fallbackLocale.value=l},get messages(){return t.messages.value},get datetimeFormats(){return t.datetimeFormats.value},get numberFormats(){return t.numberFormats.value},get availableLocales(){return t.availableLocales},get formatter(){return{interpolate(){return[]}}},set formatter(l){},get missing(){return t.getMissingHandler()},set missing(l){t.setMissingHandler(l)},get silentTranslationWarn(){return U1(t.missingWarn)?!t.missingWarn:t.missingWarn},set silentTranslationWarn(l){t.missingWarn=U1(l)?!l:l},get silentFallbackWarn(){return U1(t.fallbackWarn)?!t.fallbackWarn:t.fallbackWarn},set silentFallbackWarn(l){t.fallbackWarn=U1(l)?!l:l},get modifiers(){return t.modifiers},get formatFallbackMessages(){return t.fallbackFormat},set formatFallbackMessages(l){t.fallbackFormat=l},get postTranslation(){return t.getPostTranslationHandler()},set postTranslation(l){t.setPostTranslationHandler(l)},get sync(){return t.inheritLocale},set sync(l){t.inheritLocale=l},get warnHtmlInMessage(){return t.warnHtmlMessage?"warn":"off"},set warnHtmlInMessage(l){t.warnHtmlMessage=l!=="off"},get escapeParameterHtml(){return t.escapeParameter},set escapeParameterHtml(l){t.escapeParameter=l},get preserveDirectiveContent(){return!0},set preserveDirectiveContent(l){},get pluralizationRules(){return t.pluralRules||{}},__composer:t,t(...l){const[a,n,i]=l,r={};let o=null,d=null;if(!m1(a))throw m2(u2.INVALID_ARGUMENT);const g=a;return m1(n)?r.locale=n:J1(n)?o=n:$1(n)&&(d=n),J1(i)?o=i:$1(i)&&(d=i),Reflect.apply(t.t,t,[g,o||d||{},r])},rt(...l){return Reflect.apply(t.rt,t,[...l])},tc(...l){const[a,n,i]=l,r={plural:1};let o=null,d=null;if(!m1(a))throw m2(u2.INVALID_ARGUMENT);const g=a;return m1(n)?r.locale=n:d2(n)?r.plural=n:J1(n)?o=n:$1(n)&&(d=n),m1(i)?r.locale=i:J1(i)?o=i:$1(i)&&(d=i),Reflect.apply(t.t,t,[g,o||d||{},r])},te(l,a){return t.te(l,a)},tm(l){return t.tm(l)},getLocaleMessage(l){return t.getLocaleMessage(l)},setLocaleMessage(l,a){t.setLocaleMessage(l,a)},mergeLocaleMessage(l,a){t.mergeLocaleMessage(l,a)},d(...l){return Reflect.apply(t.d,t,[...l])},getDateTimeFormat(l){return t.getDateTimeFormat(l)},setDateTimeFormat(l,a){t.setDateTimeFormat(l,a)},mergeDateTimeFormat(l,a){t.mergeDateTimeFormat(l,a)},n(...l){return Reflect.apply(t.n,t,[...l])},getNumberFormat(l){return t.getNumberFormat(l)},setNumberFormat(l,a){t.setNumberFormat(l,a)},mergeNumberFormat(l,a){t.mergeNumberFormat(l,a)},getChoiceIndex(l,a){return-1},__onComponentInstanceCreated(l){const{componentInstanceCreatedListener:a}=c;a&&a(l,s)}};return s}}const b9={tag:{type:[String,Object]},locale:{type:String},scope:{type:String,validator:c=>c==="parent"||c==="global",default:"parent"},i18n:{type:Object}};function Mm({slots:c},e){return e.length===1&&e[0]==="default"?(c.default?c.default():[]).reduce((s,l)=>s=[...s,...J1(l.children)?l.children:[l]],[]):e.reduce((t,s)=>{const l=c[s];return l&&(t[s]=l()),t},{})}function jl(c){return j1}const lt={name:"i18n-t",props:H2({keypath:{type:String,required:!0},plural:{type:[Number,String],validator:c=>d2(c)||!isNaN(c)}},b9),setup(c,e){const{slots:t,attrs:s}=e,l=c.i18n||o4({useScope:c.scope,__useComponent:!0});return()=>{const a=Object.keys(t).filter(g=>g!=="_"),n={};c.locale&&(n.locale=c.locale),c.plural!==void 0&&(n.plural=m1(c.plural)?+c.plural:c.plural);const i=Mm(e,a),r=l[E7](c.keypath,i,n),o=H2({},s),d=m1(c.tag)||c2(c.tag)?c.tag:jl();return U0(d,o,r)}}};function Cm(c){return J1(c)&&!m1(c[0])}function Wl(c,e,t,s){const{slots:l,attrs:a}=e;return()=>{const n={part:!0};let i={};c.locale&&(n.locale=c.locale),m1(c.format)?n.key=c.format:c2(c.format)&&(m1(c.format.key)&&(n.key=c.format.key),i=Object.keys(c.format).reduce((p,L)=>t.includes(L)?H2({},p,{[L]:c.format[L]}):p,{}));const r=s(c.value,n,i);let o=[n.key];J1(r)?o=r.map((p,L)=>{const y=l[p.type],E=y?y({[p.type]:p.value,index:L,parts:r}):[p.value];return Cm(E)&&(E[0].key=`${p.type}-${L}`),E}):m1(r)&&(o=[r]);const d=H2({},a),g=m1(c.tag)||c2(c.tag)?c.tag:jl();return U0(g,d,o)}}const at={name:"i18n-n",props:H2({value:{type:Number,required:!0},format:{type:[String,Object]}},b9),setup(c,e){const t=c.i18n||o4({useScope:"parent",__useComponent:!0});return Wl(c,e,Ol,(...s)=>t[S7](...s))}},nt={name:"i18n-d",props:H2({value:{type:[Number,Date],required:!0},format:{type:[String,Object]}},b9),setup(c,e){const t=c.i18n||o4({useScope:"parent",__useComponent:!0});return Wl(c,e,xl,(...s)=>t[k7](...s))}};function Lm(c,e){const t=c;if(c.mode==="composition")return t.__getInstance(e)||c.global;{const s=t.__getInstance(e);return s!=null?s.__composer:c.global.__composer}}function bm(c){const e=n=>{const{instance:i,modifiers:r,value:o}=n;if(!i||!i.$)throw m2(u2.UNEXPECTED_ERROR);const d=Lm(c,i.$),g=rt(o);return[Reflect.apply(d.t,d,[...it(g)]),d]};return{created:(n,i)=>{const[r,o]=e(i);b7&&c.global===o&&(n.__i18nWatcher=T2(o.locale,()=>{i.instance&&i.instance.$forceUpdate()})),n.__composer=o,n.textContent=r},unmounted:n=>{b7&&n.__i18nWatcher&&(n.__i18nWatcher(),n.__i18nWatcher=void 0,delete n.__i18nWatcher),n.__composer&&(n.__composer=void 0,delete n.__composer)},beforeUpdate:(n,{value:i})=>{if(n.__composer){const r=n.__composer,o=rt(i);n.textContent=Reflect.apply(r.t,r,[...it(o)])}},getSSRProps:n=>{const[i]=e(n);return{textContent:i}}}}function rt(c){if(m1(c))return{path:c};if($1(c)){if(!("path"in c))throw m2(u2.REQUIRED_VALUE,"path");return c}else throw m2(u2.INVALID_VALUE)}function it(c){const{path:e,locale:t,args:s,choice:l,plural:a}=c,n={},i=s||{};return m1(t)&&(n.locale=t),d2(l)&&(n.plural=l),d2(a)&&(n.plural=a),[e,i,n]}function _m(c,e,...t){const s=$1(t[0])?t[0]:{},l=!!s.useI18nComponentName;(U1(s.globalInstall)?s.globalInstall:!0)&&(c.component(l?"i18n":lt.name,lt),c.component(at.name,at),c.component(nt.name,nt)),c.directive("t",bm(e))}function ym(c,e,t){return{beforeCreate(){const s=k4();if(!s)throw m2(u2.UNEXPECTED_ERROR);const l=this.$options;if(l.i18n){const a=l.i18n;l.__i18n&&(a.__i18n=l.__i18n),a.__root=e,this===this.$root?this.$i18n=ot(c,a):(a.__injectWithOption=!0,this.$i18n=T7(a))}else l.__i18n?this===this.$root?this.$i18n=ot(c,l):this.$i18n=T7({__i18n:l.__i18n,__injectWithOption:!0,__root:e}):this.$i18n=c;l.__i18nGlobal&&Ul(e,l,l),c.__onComponentInstanceCreated(this.$i18n),t.__setInstance(s,this.$i18n),this.$t=(...a)=>this.$i18n.t(...a),this.$rt=(...a)=>this.$i18n.rt(...a),this.$tc=(...a)=>this.$i18n.tc(...a),this.$te=(a,n)=>this.$i18n.te(a,n),this.$d=(...a)=>this.$i18n.d(...a),this.$n=(...a)=>this.$i18n.n(...a),this.$tm=a=>this.$i18n.tm(a)},mounted(){},unmounted(){const s=k4();if(!s)throw m2(u2.UNEXPECTED_ERROR);delete this.$t,delete this.$rt,delete this.$tc,delete this.$te,delete this.$d,delete this.$n,delete this.$tm,t.__deleteInstance(s),delete this.$i18n}}}function ot(c,e){c.locale=e.locale||c.locale,c.fallbackLocale=e.fallbackLocale||c.fallbackLocale,c.missing=e.missing||c.missing,c.silentTranslationWarn=e.silentTranslationWarn||c.silentFallbackWarn,c.silentFallbackWarn=e.silentFallbackWarn||c.silentFallbackWarn,c.formatFallbackMessages=e.formatFallbackMessages||c.formatFallbackMessages,c.postTranslation=e.postTranslation||c.postTranslation,c.warnHtmlInMessage=e.warnHtmlInMessage||c.warnHtmlInMessage,c.escapeParameterHtml=e.escapeParameterHtml||c.escapeParameterHtml,c.sync=e.sync||c.sync,c.__composer[Dl](e.pluralizationRules||c.pluralizationRules);const t=Y0(c.locale,{messages:e.messages,__i18n:e.__i18n});return Object.keys(t).forEach(s=>c.mergeLocaleMessage(s,t[s])),e.datetimeFormats&&Object.keys(e.datetimeFormats).forEach(s=>c.mergeDateTimeFormat(s,e.datetimeFormats[s])),e.numberFormats&&Object.keys(e.numberFormats).forEach(s=>c.mergeNumberFormat(s,e.numberFormats[s])),c}const wm=r4("global-vue-i18n");function Am(c={},e){const t=__VUE_I18N_LEGACY_API__&&U1(c.legacy)?c.legacy:__VUE_I18N_LEGACY_API__,s=U1(c.globalInjection)?c.globalInjection:!0,l=__VUE_I18N_LEGACY_API__&&t?!!c.allowComposition:!0,a=new Map,[n,i]=Em(c,t),r=r4("");function o(p){return a.get(p)||null}function d(p,L){a.set(p,L)}function g(p){a.delete(p)}{const p={get mode(){return __VUE_I18N_LEGACY_API__&&t?"legacy":"composition"},get allowComposition(){return l},async install(L,...y){L.__VUE_I18N_SYMBOL__=r,L.provide(L.__VUE_I18N_SYMBOL__,p),!t&&s&&Nm(L,p.global),__VUE_I18N_FULL_INSTALL__&&_m(L,p,...y),__VUE_I18N_LEGACY_API__&&t&&L.mixin(ym(i,i.__composer,p));const E=L.unmount;L.unmount=()=>{p.dispose(),E()}},get global(){return i},dispose(){n.stop()},__instances:a,__getInstance:o,__setInstance:d,__deleteInstance:g};return p}}function o4(c={}){const e=k4();if(e==null)throw m2(u2.MUST_BE_CALL_SETUP_TOP);if(!e.isCE&&e.appContext.app!=null&&!e.appContext.app.__VUE_I18N_SYMBOL__)throw m2(u2.NOT_INSLALLED);const t=km(e),s=Pm(t),l=Fl(e),a=Sm(c,l);if(__VUE_I18N_LEGACY_API__&&t.mode==="legacy"&&!c.__useComponent){if(!t.allowComposition)throw m2(u2.NOT_AVAILABLE_IN_LEGACY_MODE);return Im(e,a,s,c)}if(a==="global")return Ul(s,c,l),s;if(a==="parent"){let r=Tm(t,e,c.__useComponent);return r==null&&(r=s),r}const n=t;let i=n.__getInstance(e);if(i==null){const r=H2({},c);"__i18n"in l&&(r.__i18n=l.__i18n),s&&(r.__root=s),i=L9(r),$m(n,e),n.__setInstance(e,i)}return i}function Em(c,e,t){const s=Z7();{const l=__VUE_I18N_LEGACY_API__&&e?s.run(()=>T7(c)):s.run(()=>L9(c));if(l==null)throw m2(u2.UNEXPECTED_ERROR);return[s,l]}}function km(c){{const e=t3(c.isCE?wm:c.appContext.app.__VUE_I18N_SYMBOL__);if(!e)throw m2(c.isCE?u2.NOT_INSLALLED_WITH_PROVIDE:u2.UNEXPECTED_ERROR);return e}}function Sm(c,e){return B0(c)?"__i18n"in e?"local":"global":c.useScope?c.useScope:"local"}function Pm(c){return c.mode==="composition"?c.global:c.global.__composer}function Tm(c,e,t=!1){let s=null;const l=e.root;let a=e.parent;for(;a!=null;){const n=c;if(c.mode==="composition")s=n.__getInstance(a);else if(__VUE_I18N_LEGACY_API__){const i=n.__getInstance(a);i!=null&&(s=i.__composer,t&&s&&!s[Rl]&&(s=null))}if(s!=null||l===a)break;a=a.parent}return s}function $m(c,e,t){M8(()=>{},e),r9(()=>{c.__deleteInstance(e)},e)}function Im(c,e,t,s={}){const l=e==="local",a=Vs(null);if(l&&c.proxy&&!(c.proxy.$options.i18n||c.proxy.$options.__i18n))throw m2(u2.MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION);const n=U1(s.inheritLocale)?s.inheritLocale:!0,i=X1(l&&n?t.locale.value:m1(s.locale)?s.locale:y8),r=X1(l&&n?t.fallbackLocale.value:m1(s.fallbackLocale)||J1(s.fallbackLocale)||$1(s.fallbackLocale)||s.fallbackLocale===!1?s.fallbackLocale:i.value),o=X1(Y0(i.value,s)),d=X1($1(s.datetimeFormats)?s.datetimeFormats:{[i.value]:{}}),g=X1($1(s.numberFormats)?s.numberFormats:{[i.value]:{}}),p=l?t.missingWarn:U1(s.missingWarn)||s4(s.missingWarn)?s.missingWarn:!0,L=l?t.fallbackWarn:U1(s.fallbackWarn)||s4(s.fallbackWarn)?s.fallbackWarn:!0,y=l?t.fallbackRoot:U1(s.fallbackRoot)?s.fallbackRoot:!0,E=!!s.fallbackFormat,$=r2(s.missing)?s.missing:null,_=r2(s.postTranslation)?s.postTranslation:null,h=l?t.warnHtmlMessage:U1(s.warnHtmlMessage)?s.warnHtmlMessage:!0,z=!!s.escapeParameter,u=l?t.modifiers:$1(s.modifiers)?s.modifiers:{},v=s.pluralRules||l&&t.pluralRules;function M(){return[i.value,r.value,o.value,d.value,g.value]}const S=D1({get:()=>a.value?a.value.locale.value:i.value,set:m=>{a.value&&(a.value.locale.value=m),i.value=m}}),O=D1({get:()=>a.value?a.value.fallbackLocale.value:r.value,set:m=>{a.value&&(a.value.fallbackLocale.value=m),r.value=m}}),T=D1(()=>a.value?a.value.messages.value:o.value),D=D1(()=>d.value),J=D1(()=>g.value);function Q(){return a.value?a.value.getPostTranslationHandler():_}function h1(m){a.value&&a.value.setPostTranslationHandler(m)}function g1(){return a.value?a.value.getMissingHandler():$}function _1(m){a.value&&a.value.setMissingHandler(m)}function d1(m){return M(),m()}function u1(...m){return a.value?d1(()=>Reflect.apply(a.value.t,null,[...m])):d1(()=>"")}function i1(...m){return a.value?Reflect.apply(a.value.rt,null,[...m]):""}function M1(...m){return a.value?d1(()=>Reflect.apply(a.value.d,null,[...m])):d1(()=>"")}function A1(...m){return a.value?d1(()=>Reflect.apply(a.value.n,null,[...m])):d1(()=>"")}function k1(m){return a.value?a.value.tm(m):{}}function x(m,w){return a.value?a.value.te(m,w):!1}function Y(m){return a.value?a.value.getLocaleMessage(m):{}}function j(m,w){a.value&&(a.value.setLocaleMessage(m,w),o.value[m]=w)}function G(m,w){a.value&&a.value.mergeLocaleMessage(m,w)}function p1(m){return a.value?a.value.getDateTimeFormat(m):{}}function B(m,w){a.value&&(a.value.setDateTimeFormat(m,w),d.value[m]=w)}function o1(m,w){a.value&&a.value.mergeDateTimeFormat(m,w)}function n1(m){return a.value?a.value.getNumberFormat(m):{}}function f1(m,w){a.value&&(a.value.setNumberFormat(m,w),g.value[m]=w)}function y1(m,w){a.value&&a.value.mergeNumberFormat(m,w)}const k={get id(){return a.value?a.value.id:-1},locale:S,fallbackLocale:O,messages:T,datetimeFormats:D,numberFormats:J,get inheritLocale(){return a.value?a.value.inheritLocale:n},set inheritLocale(m){a.value&&(a.value.inheritLocale=m)},get availableLocales(){return a.value?a.value.availableLocales:Object.keys(o.value)},get modifiers(){return a.value?a.value.modifiers:u},get pluralRules(){return a.value?a.value.pluralRules:v},get isGlobal(){return a.value?a.value.isGlobal:!1},get missingWarn(){return a.value?a.value.missingWarn:p},set missingWarn(m){a.value&&(a.value.missingWarn=m)},get fallbackWarn(){return a.value?a.value.fallbackWarn:L},set fallbackWarn(m){a.value&&(a.value.missingWarn=m)},get fallbackRoot(){return a.value?a.value.fallbackRoot:y},set fallbackRoot(m){a.value&&(a.value.fallbackRoot=m)},get fallbackFormat(){return a.value?a.value.fallbackFormat:E},set fallbackFormat(m){a.value&&(a.value.fallbackFormat=m)},get warnHtmlMessage(){return a.value?a.value.warnHtmlMessage:h},set warnHtmlMessage(m){a.value&&(a.value.warnHtmlMessage=m)},get escapeParameter(){return a.value?a.value.escapeParameter:z},set escapeParameter(m){a.value&&(a.value.escapeParameter=m)},t:u1,getPostTranslationHandler:Q,setPostTranslationHandler:h1,getMissingHandler:g1,setMissingHandler:_1,rt:i1,d:M1,n:A1,tm:k1,te:x,getLocaleMessage:Y,setLocaleMessage:j,mergeLocaleMessage:G,getDateTimeFormat:p1,setDateTimeFormat:B,mergeDateTimeFormat:o1,getNumberFormat:n1,setNumberFormat:f1,mergeNumberFormat:y1};function H(m){m.locale.value=i.value,m.fallbackLocale.value=r.value,Object.keys(o.value).forEach(w=>{m.mergeLocaleMessage(w,o.value[w])}),Object.keys(d.value).forEach(w=>{m.mergeDateTimeFormat(w,d.value[w])}),Object.keys(g.value).forEach(w=>{m.mergeNumberFormat(w,g.value[w])}),m.escapeParameter=z,m.fallbackFormat=E,m.fallbackRoot=y,m.fallbackWarn=L,m.missingWarn=p,m.warnHtmlMessage=h}return Ts(()=>{if(c.proxy==null||c.proxy.$i18n==null)throw m2(u2.NOT_AVAILABLE_COMPOSITION_IN_LEGACY);const m=a.value=c.proxy.$i18n.__composer;e==="global"?(i.value=m.locale.value,r.value=m.fallbackLocale.value,o.value=m.messages.value,d.value=m.datetimeFormats.value,g.value=m.numberFormats.value):l&&H(m)}),k}const xm=["locale","fallbackLocale","availableLocales"],Om=["t","rt","d","n","tm"];function Nm(c,e){const t=Object.create(null);xm.forEach(s=>{const l=Object.getOwnPropertyDescriptor(e,s);if(!l)throw m2(u2.UNEXPECTED_ERROR);const a=a2(l.value)?{get(){return l.value.value},set(n){l.value.value=n}}:{get(){return l.get&&l.get()}};Object.defineProperty(t,s,a)}),c.config.globalProperties.$i18n=t,Om.forEach(s=>{const l=Object.getOwnPropertyDescriptor(e,s);if(!l||!l.value)throw m2(u2.UNEXPECTED_ERROR);Object.defineProperty(c.config.globalProperties,`$${s}`,l)})}am(hm);nm(Fd);rm(wl);Hm();if(__INTLIFY_PROD_DEVTOOLS__){const c=e8();c.__INTLIFY__=!0,Zd(c.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__)}const Dm=/^on[^a-z]/,Rm=c=>Dm.test(c),_9=Object.assign,x4=Array.isArray,w8=c=>typeof c=="function",P4=c=>typeof c=="string",Fm=c=>typeof c=="symbol",v8=c=>c!==null&&typeof c=="object";let ut;const ft=()=>ut||(ut=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function y9(c){if(x4(c)){const e={};for(let t=0;t{if(t){const s=t.split(jm);s.length>1&&(e[s[0].trim()]=s[1].trim())}}),e}function w9(c){let e="";if(P4(c))e=c;else if(x4(c))for(let t=0;tc!=="arguments"&&c!=="caller").map(c=>Symbol[c]).filter(Fm));function ql(c){return Bl(c)?ql(c.__v_raw):!!(c&&c.__v_isReactive)}function Bl(c){return!!(c&&c.__v_isReadonly)}function Kl(c){return ql(c)||Bl(c)}function Bm(c){return!!(c&&c.__v_isRef===!0)}let c6=null,Km=null;const Gm=c=>c.__isSuspense;function Ym(c,e){return w8(c)?(()=>_9({name:c.name},e,{setup:c}))():c}const Zm=Symbol.for("v-ndc"),Xm=c=>c.__isTeleport,Gl=Symbol.for("v-fgt"),Qm=Symbol.for("v-txt"),Jm=Symbol.for("v-cmt");let e6=null;function $7(c){return c?c.__v_isVNode===!0:!1}const Yl="__vInternal",Zl=({key:c})=>c??null,d0=({ref:c,ref_key:e,ref_for:t})=>(typeof c=="number"&&(c=""+c),c!=null?P4(c)||Bm(c)||w8(c)?{i:c6,r:c,k:e,f:!!t}:c:null);function cz(c,e=null,t=null,s=0,l=null,a=c===Gl?0:1,n=!1,i=!1){const r={__v_isVNode:!0,__v_skip:!0,type:c,props:e,key:e&&Zl(e),ref:e&&d0(e),scopeId:Km,slotScopeIds:null,children:t,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:a,patchFlag:s,dynamicProps:l,dynamicChildren:null,appContext:null,ctx:c6};return i?(A9(r,t),a&128&&c.normalize(r)):t&&(r.shapeFlag|=P4(t)?8:16),!n&&e6&&(r.patchFlag>0||a&6)&&r.patchFlag!==32&&e6.push(r),r}const K6=ez;function ez(c,e=null,t=null,s=0,l=null,a=!1){if((!c||c===Zm)&&(c=Jm),$7(c)){const i=I7(c,e,!0);return t&&A9(i,t),!a&&e6&&(i.shapeFlag&6?e6[e6.indexOf(c)]=i:e6.push(i)),i.patchFlag|=-2,i}if(az(c)&&(c=c.__vccOpts),e){e=tz(e);let{class:i,style:r}=e;i&&!P4(i)&&(e.class=w9(i)),v8(r)&&(Kl(r)&&!x4(r)&&(r=_9({},r)),e.style=y9(r))}const n=P4(c)?1:Gm(c)?128:Xm(c)?64:v8(c)?4:w8(c)?2:0;return cz(c,e,t,s,l,n,a,!0)}function tz(c){return c?Kl(c)||Yl in c?_9({},c):c:null}function I7(c,e,t=!1){const{props:s,ref:l,patchFlag:a,children:n}=c,i=e?lz(s||{},e):s;return{__v_isVNode:!0,__v_skip:!0,type:c.type,props:i,key:i&&Zl(i),ref:e&&e.ref?t&&l?x4(l)?l.concat(d0(e)):[l,d0(e)]:d0(e):l,scopeId:c.scopeId,slotScopeIds:c.slotScopeIds,children:n,target:c.target,targetAnchor:c.targetAnchor,staticCount:c.staticCount,shapeFlag:c.shapeFlag,patchFlag:e&&c.type!==Gl?a===-1?16:a|16:a,dynamicProps:c.dynamicProps,dynamicChildren:c.dynamicChildren,appContext:c.appContext,dirs:c.dirs,transition:c.transition,component:c.component,suspense:c.suspense,ssContent:c.ssContent&&I7(c.ssContent),ssFallback:c.ssFallback&&I7(c.ssFallback),el:c.el,anchor:c.anchor,ctx:c.ctx,ce:c.ce}}function sz(c=" ",e=0){return K6(Qm,null,c,e)}function A9(c,e){let t=0;const{shapeFlag:s}=c;if(e==null)e=null;else if(x4(e))t=16;else if(typeof e=="object")if(s&65){const l=e.default;l&&(l._c&&(l._d=!1),A9(c,l()),l._c&&(l._d=!0));return}else{t=32;const l=e._;!l&&!(Yl in e)?e._ctx=c6:l===3&&c6&&(c6.slots._===1?e._=1:(e._=2,c.patchFlag|=1024))}else w8(e)?(e={default:e,_ctx:c6},t=32):(e=String(e),s&64?(t=16,e=[sz(e)]):t=8);c.children=e,c.shapeFlag|=t}function lz(...c){const e={};for(let t=0;tc);function az(c){return w8(c)&&"__vccOpts"in c}function U5(c,e,t){const s=arguments.length;return s===2?v8(e)&&!x4(e)?$7(e)?K6(c,null,[e]):K6(c,e):K6(c,null,e):(s>3?t=Array.prototype.slice.call(arguments,2):s===3&&$7(t)&&(t=[t]),K6(c,e,t))}var dt=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function nz(c,e,t){return t={path:e,exports:{},require:function(s,l){return rz(s,l??t.path)}},c(t,t.exports),t.exports}function rz(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}var j5=nz(function(c){var e=typeof window<"u"?window:typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope?self:{};/** + * Prism: Lightweight, robust, elegant syntax highlighting + * + * @license MIT + * @author Lea Verou + * @namespace + * @public + */var t=function(s){var l=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,a=0,n={},i={manual:s.Prism&&s.Prism.manual,disableWorkerMessageHandler:s.Prism&&s.Prism.disableWorkerMessageHandler,util:{encode:function h(z){return z instanceof r?new r(z.type,h(z.content),z.alias):Array.isArray(z)?z.map(h):z.replace(/&/g,"&").replace(/"u")return null;if("currentScript"in document&&1<2)return document.currentScript;try{throw new Error}catch(v){var h=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(v.stack)||[])[1];if(h){var z=document.getElementsByTagName("script");for(var u in z)if(z[u].src==h)return z[u]}return null}},isActive:function(h,z,u){for(var v="no-"+z;h;){var M=h.classList;if(M.contains(z))return!0;if(M.contains(v))return!1;h=h.parentElement}return!!u}},languages:{plain:n,plaintext:n,text:n,txt:n,extend:function(h,z){var u=i.util.clone(i.languages[h]);for(var v in z)u[v]=z[v];return u},insertBefore:function(h,z,u,v){v=v||i.languages;var M=v[h],S={};for(var O in M)if(M.hasOwnProperty(O)){if(O==z)for(var T in u)u.hasOwnProperty(T)&&(S[T]=u[T]);u.hasOwnProperty(O)||(S[O]=M[O])}var D=v[h];return v[h]=S,i.languages.DFS(i.languages,function(J,Q){Q===D&&J!=h&&(this[J]=S)}),S},DFS:function h(z,u,v,M){M=M||{};var S=i.util.objId;for(var O in z)if(z.hasOwnProperty(O)){u.call(z,O,z[O],v||O);var T=z[O],D=i.util.type(T);D==="Object"&&!M[S(T)]?(M[S(T)]=!0,h(T,u,null,M)):D==="Array"&&!M[S(T)]&&(M[S(T)]=!0,h(T,u,O,M))}}},plugins:{},highlightAll:function(h,z){i.highlightAllUnder(document,h,z)},highlightAllUnder:function(h,z,u){var v={callback:u,container:h,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};i.hooks.run("before-highlightall",v),v.elements=Array.prototype.slice.apply(v.container.querySelectorAll(v.selector)),i.hooks.run("before-all-elements-highlight",v);for(var M=0,S;S=v.elements[M++];)i.highlightElement(S,z===!0,v.callback)},highlightElement:function(h,z,u){var v=i.util.getLanguage(h),M=i.languages[v];i.util.setLanguage(h,v);var S=h.parentElement;S&&S.nodeName.toLowerCase()==="pre"&&i.util.setLanguage(S,v);var O=h.textContent,T={element:h,language:v,grammar:M,code:O};function D(Q){T.highlightedCode=Q,i.hooks.run("before-insert",T),T.element.innerHTML=T.highlightedCode,i.hooks.run("after-highlight",T),i.hooks.run("complete",T),u&&u.call(T.element)}if(i.hooks.run("before-sanity-check",T),S=T.element.parentElement,S&&S.nodeName.toLowerCase()==="pre"&&!S.hasAttribute("tabindex")&&S.setAttribute("tabindex","0"),!T.code){i.hooks.run("complete",T),u&&u.call(T.element);return}if(i.hooks.run("before-highlight",T),!T.grammar){D(i.util.encode(T.code));return}if(z&&s.Worker){var J=new Worker(i.filename);J.onmessage=function(Q){D(Q.data)},J.postMessage(JSON.stringify({language:T.language,code:T.code,immediateClose:!0}))}else D(i.highlight(T.code,T.grammar,T.language))},highlight:function(h,z,u){var v={code:h,grammar:z,language:u};if(i.hooks.run("before-tokenize",v),!v.grammar)throw new Error('The language "'+v.language+'" has no grammar.');return v.tokens=i.tokenize(v.code,v.grammar),i.hooks.run("after-tokenize",v),r.stringify(i.util.encode(v.tokens),v.language)},tokenize:function(h,z){var u=z.rest;if(u){for(var v in u)z[v]=u[v];delete z.rest}var M=new g;return p(M,M.head,h),d(h,M,z,M.head,0),y(M)},hooks:{all:{},add:function(h,z){var u=i.hooks.all;u[h]=u[h]||[],u[h].push(z)},run:function(h,z){var u=i.hooks.all[h];if(!(!u||!u.length))for(var v=0,M;M=u[v++];)M(z)}},Token:r};s.Prism=i;function r(h,z,u,v){this.type=h,this.content=z,this.alias=u,this.length=(v||"").length|0}r.stringify=function h(z,u){if(typeof z=="string")return z;if(Array.isArray(z)){var v="";return z.forEach(function(D){v+=h(D,u)}),v}var M={type:z.type,content:h(z.content,u),tag:"span",classes:["token",z.type],attributes:{},language:u},S=z.alias;S&&(Array.isArray(S)?Array.prototype.push.apply(M.classes,S):M.classes.push(S)),i.hooks.run("wrap",M);var O="";for(var T in M.attributes)O+=" "+T+'="'+(M.attributes[T]||"").replace(/"/g,""")+'"';return"<"+M.tag+' class="'+M.classes.join(" ")+'"'+O+">"+M.content+""};function o(h,z,u,v){h.lastIndex=z;var M=h.exec(u);if(M&&v&&M[1]){var S=M[1].length;M.index+=S,M[0]=M[0].slice(S)}return M}function d(h,z,u,v,M,S){for(var O in u)if(!(!u.hasOwnProperty(O)||!u[O])){var T=u[O];T=Array.isArray(T)?T:[T];for(var D=0;D=S.reach);M1+=i1.value.length,i1=i1.next){var A1=i1.value;if(z.length>h.length)return;if(!(A1 instanceof r)){var k1=1,x;if(g1){if(x=o(u1,M1,h,h1),!x||x.index>=h.length)break;var p1=x.index,Y=x.index+x[0].length,j=M1;for(j+=i1.value.length;p1>=j;)i1=i1.next,j+=i1.value.length;if(j-=i1.value.length,M1=j,i1.value instanceof r)continue;for(var G=i1;G!==z.tail&&(jS.reach&&(S.reach=f1);var y1=i1.prev;o1&&(y1=p(z,y1,o1),M1+=o1.length),L(z,y1,k1);var k=new r(O,Q?i.tokenize(B,Q):B,_1,B);if(i1=p(z,y1,k),n1&&p(z,i1,n1),k1>1){var H={cause:O+","+D,reach:f1};d(h,z,u,i1.prev,M1,H),S&&H.reach>S.reach&&(S.reach=H.reach)}}}}}}function g(){var h={value:null,prev:null,next:null},z={value:null,prev:h,next:null};h.next=z,this.head=h,this.tail=z,this.length=0}function p(h,z,u){var v=z.next,M={value:u,prev:z,next:v};return z.next=M,v.prev=M,h.length++,M}function L(h,z,u){for(var v=z.next,M=0;M/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern://i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},t.languages.markup.tag.inside["attr-value"].inside.entity=t.languages.markup.entity,t.languages.markup.doctype.inside["internal-subset"].inside=t.languages.markup,t.hooks.add("wrap",function(s){s.type==="entity"&&(s.attributes.title=s.content.replace(/&/,"&"))}),Object.defineProperty(t.languages.markup.tag,"addInlined",{value:function(l,a){var n={};n["language-"+a]={pattern:/(^$)/i,lookbehind:!0,inside:t.languages[a]},n.cdata=/^$/i;var i={"included-cdata":{pattern://i,inside:n}};i["language-"+a]={pattern:/[\s\S]+/,inside:t.languages[a]};var r={};r[l]={pattern:RegExp(/(<__[^>]*>)(?:))*\]\]>|(?!)/.source.replace(/__/g,function(){return l}),"i"),lookbehind:!0,greedy:!0,inside:i},t.languages.insertBefore("markup","cdata",r)}}),Object.defineProperty(t.languages.markup.tag,"addAttribute",{value:function(s,l){t.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+s+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[l,"language-"+l],inside:t.languages[l]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),t.languages.html=t.languages.markup,t.languages.mathml=t.languages.markup,t.languages.svg=t.languages.markup,t.languages.xml=t.languages.extend("markup",{}),t.languages.ssml=t.languages.xml,t.languages.atom=t.languages.xml,t.languages.rss=t.languages.xml,function(s){var l=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;s.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:"+/[^;{\s"']|\s+(?!\s)/.source+"|"+l.source+")*?"+/(?:;|(?=\s*\{))/.source),inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+l.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+l.source+"$"),alias:"url"}}},selector:{pattern:RegExp(`(^|[{}\\s])[^{}\\s](?:[^{};"'\\s]|\\s+(?![\\s{])|`+l.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:l,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},s.languages.css.atrule.inside.rest=s.languages.css;var a=s.languages.markup;a&&(a.tag.addInlined("style","css"),a.tag.addAttribute("style","css"))}(t),t.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/},t.languages.javascript=t.languages.extend("clike",{"class-name":[t.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+(/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source)+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),t.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,t.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:t.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:t.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:t.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:t.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:t.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),t.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:t.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),t.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),t.languages.markup&&(t.languages.markup.tag.addInlined("script","javascript"),t.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),t.languages.js=t.languages.javascript,function(){if(typeof t>"u"||typeof document>"u")return;Element.prototype.matches||(Element.prototype.matches=Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector);var s="Loading…",l=function(E,$){return"✖ Error "+E+" while fetching file: "+$},a="✖ Error: File does not exist or is empty",n={js:"javascript",py:"python",rb:"ruby",ps1:"powershell",psm1:"powershell",sh:"bash",bat:"batch",h:"c",tex:"latex"},i="data-src-status",r="loading",o="loaded",d="failed",g="pre[data-src]:not(["+i+'="'+o+'"]):not(['+i+'="'+r+'"])';function p(E,$,_){var h=new XMLHttpRequest;h.open("GET",E,!0),h.onreadystatechange=function(){h.readyState==4&&(h.status<400&&h.responseText?$(h.responseText):h.status>=400?_(l(h.status,h.statusText)):_(a))},h.send(null)}function L(E){var $=/^\s*(\d+)\s*(?:(,)\s*(?:(\d+)\s*)?)?$/.exec(E||"");if($){var _=Number($[1]),h=$[2],z=$[3];return h?z?[_,Number(z)]:[_,void 0]:[_,_]}}t.hooks.add("before-highlightall",function(E){E.selector+=", "+g}),t.hooks.add("before-sanity-check",function(E){var $=E.element;if($.matches(g)){E.code="",$.setAttribute(i,r);var _=$.appendChild(document.createElement("CODE"));_.textContent=s;var h=$.getAttribute("data-src"),z=E.language;if(z==="none"){var u=(/\.(\w+)$/.exec(h)||[,"none"])[1];z=n[u]||u}t.util.setLanguage(_,z),t.util.setLanguage($,z);var v=t.plugins.autoloader;v&&v.loadLanguages(z),p(h,function(M){$.setAttribute(i,o);var S=L($.getAttribute("data-range"));if(S){var O=M.split(/\r\n?|\n/g),T=S[0],D=S[1]==null?O.length:S[1];T<0&&(T+=O.length),T=Math.max(0,Math.min(T-1,O.length)),D<0&&(D+=O.length),D=Math.max(0,Math.min(D,O.length)),M=O.slice(T,D).join(` +`),$.hasAttribute("data-start")||$.setAttribute("data-start",String(T+1))}_.textContent=M,t.highlightElement(_)},function(M){$.setAttribute(i,d),_.textContent=M})}}),t.plugins.fileHighlight={highlight:function($){for(var _=($||document).querySelectorAll(g),h=0,z;z=_[h++];)t.highlightElement(z)}};var y=!1;t.fileHighlight=function(){y||(console.warn("Prism.fileHighlight is deprecated. Use `Prism.plugins.fileHighlight.highlight` instead."),y=!0),t.plugins.fileHighlight.highlight.apply(this,arguments)}}()}),Xl=Ym({props:{code:{type:String},inline:{type:Boolean,default:!1},language:{type:String,default:"markup"}},setup:function(e,t){var s=t.slots,l=t.attrs;return function(){var a=s&&s.default&&s.default()||[],n=e.code||(a.length?a[0].children:"")||"",i=e.inline,r=e.language,o=j5.languages[r],d="language-".concat(r);return i?U5("code",{class:[d],innerHTML:j5.highlight(n,o)}):U5("pre",Object.assign({},l,{class:[l.class,d]}),[U5("code",Object.assign({},l,{class:[l.class,d],innerHTML:j5.highlight(n,o)}))])}}});const iz={class:"accordion",id:"peerInformation"},oz={class:"accordion-item"},uz={class:"accordion-header"},fz={class:"accordion-button",type:"button","data-bs-toggle":"collapse","data-bs-target":"#collapseDetails","aria-expanded":"true","aria-controls":"collapseDetails"},hz={id:"collapseDetails",class:"accordion-collapse collapse show","aria-labelledby":"headingDetails","data-bs-parent":"#peerInformation",style:{}},dz={class:"accordion-body"},mz={class:"row"},zz={class:"col-md-8"},vz={key:0},pz={key:1},Hz={key:2},Vz={class:"col-md-4"},gz=["src"],Mz={class:"accordion-item"},Cz={class:"accordion-header",id:"headingStatus"},Lz={class:"accordion-button collapsed",type:"button","data-bs-toggle":"collapse","data-bs-target":"#collapseStatus","aria-expanded":"false","aria-controls":"collapseStatus"},bz={id:"collapseStatus",class:"accordion-collapse collapse","aria-labelledby":"headingStatus","data-bs-parent":"#peerInformation",style:{}},_z={class:"accordion-body"},yz={class:"row"},wz={class:"col-md-12"},Az=["title"],Ez=["title"],kz={key:0,class:"accordion-item"},Sz={class:"accordion-header",id:"headingConfig"},Pz={class:"accordion-button collapsed",type:"button","data-bs-toggle":"collapse","data-bs-target":"#collapseConfig","aria-expanded":"false","aria-controls":"collapseConfig"},Tz={id:"collapseConfig",class:"accordion-collapse collapse","aria-labelledby":"headingConfig","data-bs-parent":"#peerInformation",style:{}},$z={class:"accordion-body"},Iz={class:"flex-fill text-start"},xz=["onClick"],Oz=["onClick"],Nz=["onClick"],Dz={__name:"PeerViewModal",props:{peerId:String,visible:Boolean},emits:["close"],setup(c,{emit:e}){const t=c,{t:s}=o4(),l=q0(),a=_8(),n=t4();function i(){e("close")}const r=X1(""),o=D1(()=>{let E=a.Find(t.peerId);return E||(E=n6()),E}),d=D1(()=>{let E=a.Statistics(t.peerId);return E||(E=bl()),E}),g=D1(()=>{let E=n.GetSelected;return E||(E=S4()),E}),p=D1(()=>t.visible?g.value.Mode==="server"?s("modals.peer-view.headline-peer")+" "+o.value.DisplayName:s("modals.peer-view.headline-endpoint")+" "+o.value.DisplayName:"");T2(()=>t.visible,async(E,$)=>{$===!1&&E===!0&&(await a.LoadPeerConfig(o.value.Identifier),r.value=a.configuration)});function L(){let E="WireGuard-Tunnel.conf";o.value.DisplayName&&(E=o.value.DisplayName.replace(/ /g,"_").replace(/[^a-zA-Z0-9-_]/g,"").substring(0,16)+".conf");let $=r.value,_=document.createElement("a");_.setAttribute("href","data:text/plain;charset=utf-8,"+encodeURIComponent($)),_.setAttribute("download",E),_.style.display="none",document.body.appendChild(_),_.click(),document.body.removeChild(_)}function y(){a.MailPeerConfig(l.Setting("MailLinkOnly"),[o.value.Identifier]).catch(E=>{N1({title:"Failed to send mail with peer configuration!",text:E.toString(),type:"error"})})}return(E,$)=>(c1(),G2(b8,{title:p.value,visible:c.visible,onClose:i},{default:s2(()=>[f("div",iz,[f("div",oz,[f("h2",uz,[f("button",fz,P(E.$t("modals.peer-view.section-info")),1)]),f("div",hz,[f("div",dz,[f("div",mz,[f("div",zz,[f("ul",null,[f("li",null,P(E.$t("modals.peer-view.identifier"))+": "+P(o.value.PublicKey),1),f("li",null,[n2(P(E.$t("modals.peer-view.ip"))+": ",1),(c1(!0),a1(j1,null,V2(o.value.Addresses,_=>(c1(),a1("span",{key:_,class:"badge rounded-pill bg-light"},P(_),1))),128))]),f("li",null,P(E.$t("modals.peer-view.user"))+": "+P(o.value.UserIdentifier),1),o.value.Notes?(c1(),a1("li",vz,P(E.$t("modals.peer-view.notes"))+": "+P(o.value.Notes),1)):E1("",!0),o.value.ExpiresAt?(c1(),a1("li",pz,P(E.$t("modals.peer-view.expiry-status"))+": "+P(o.value.ExpiresAt),1)):E1("",!0),o.value.Disabled?(c1(),a1("li",Hz,P(E.$t("modals.peer-view.disabled-status"))+": "+P(o.value.DisabledReason),1)):E1("",!0)])]),f("div",Vz,[f("img",{class:"config-qr-img",src:K(a).ConfigQrUrl(t.peerId),loading:"lazy",alt:"Configuration QR Code"},null,8,gz)])])])])]),f("div",Mz,[f("h2",Cz,[f("button",Lz,P(E.$t("modals.peer-view.section-status")),1)]),f("div",bz,[f("div",_z,[f("div",yz,[f("div",wz,[f("h4",null,P(E.$t("modals.peer-view.traffic")),1),f("p",null,[f("i",{class:"fas fa-long-arrow-alt-down",title:E.$t("modals.peer-view.download")},null,8,Az),n2(" "+P(d.value.BytesReceived)+" Bytes / ",1),f("i",{class:"fas fa-long-arrow-alt-up",title:E.$t("modals.peer-view.upload")},null,8,Ez),n2(" "+P(d.value.BytesTransmitted)+" Bytes",1)]),f("h4",null,P(E.$t("modals.peer-view.connection-status")),1),f("ul",null,[f("li",null,P(E.$t("modals.peer-view.pingable"))+": "+P(d.value.IsPingable),1),f("li",null,P(E.$t("modals.peer-view.handshake"))+": "+P(d.value.LastHandshake),1),f("li",null,P(E.$t("modals.peer-view.connected-since"))+": "+P(d.value.LastSessionStart),1),f("li",null,P(E.$t("modals.peer-view.endpoint"))+": "+P(d.value.EndpointAddress),1)])])])])])]),g.value.Mode==="server"?(c1(),a1("div",kz,[f("h2",Sz,[f("button",Pz,P(E.$t("modals.peer-view.section-config")),1)]),f("div",Tz,[f("div",$z,[P1(K(Xl),{language:"ini",code:r.value},null,8,["code"])])])])):E1("",!0)])]),footer:s2(()=>[f("div",Iz,[f("button",{onClick:K1(L,["prevent"]),type:"button",class:"btn btn-primary me-1"},P(E.$t("modals.peer-view.button-download")),9,xz),f("button",{onClick:K1(y,["prevent"]),type:"button",class:"btn btn-primary me-1"},P(E.$t("modals.peer-view.button-email")),9,Oz)]),f("button",{onClick:K1(i,["prevent"]),type:"button",class:"btn btn-secondary"},P(E.$t("general.close")),9,Nz)]),_:1},8,["title","visible"]))}};var Rz=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Fz(c,e,t){return t={path:e,exports:{},require:function(s,l){return Uz(s,l??t.path)}},c(t,t.exports),t.exports}function Uz(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}var jz=Fz(function(c,e){(function(t,s){c.exports=s()})(Rz,function(){var t="__v-click-outside",s=typeof window<"u",l=typeof navigator<"u",a=s&&("ontouchstart"in window||l&&navigator.msMaxTouchPoints>0)?["touchstart"]:["click"],n=function(d){var g=d.event,p=d.handler;(0,d.middleware)(g)&&p(g)},i=function(d,g){var p=function(h){var z=typeof h=="function";if(!z&&typeof h!="object")throw new Error("v-click-outside: Binding value must be a function or an object");return{handler:z?h:h.handler,middleware:h.middleware||function(u){return u},events:h.events||a,isActive:h.isActive!==!1,detectIframe:h.detectIframe!==!1,capture:!!h.capture}}(g.value),L=p.handler,y=p.middleware,E=p.detectIframe,$=p.capture;if(p.isActive){if(d[t]=p.events.map(function(h){return{event:h,srcTarget:document.documentElement,handler:function(z){return function(u){var v=u.el,M=u.event,S=u.handler,O=u.middleware,T=M.path||M.composedPath&&M.composedPath();(T?T.indexOf(v)<0:!v.contains(M.target))&&n({event:M,handler:S,middleware:O})}({el:d,event:z,handler:L,middleware:y})},capture:$}}),E){var _={event:"blur",srcTarget:window,handler:function(h){return function(z){var u=z.el,v=z.event,M=z.handler,S=z.middleware;setTimeout(function(){var O=document.activeElement;O&&O.tagName==="IFRAME"&&!u.contains(O)&&n({event:v,handler:M,middleware:S})},0)}({el:d,event:h,handler:L,middleware:y})},capture:$};d[t]=[].concat(d[t],[_])}d[t].forEach(function(h){var z=h.event,u=h.srcTarget,v=h.handler;return setTimeout(function(){d[t]&&u.addEventListener(z,v,$)},0)})}},r=function(d){(d[t]||[]).forEach(function(g){return g.srcTarget.removeEventListener(g.event,g.handler,g.capture)}),delete d[t]},o=s?{beforeMount:i,updated:function(d,g){var p=g.value,L=g.oldValue;JSON.stringify(p)!==JSON.stringify(L)&&(r(d),i(d,{value:p}))},unmounted:r}:{};return{install:function(d){d.directive("click-outside",o)},directive:o}})}),Wz=jz;const qz={class:"v3ti-loader-wrapper"},Bz=f("div",{class:"v3ti-loader"},null,-1),Kz=f("span",null,"Loading",-1),Gz=[Bz,Kz];function Yz(c,e){return c1(),a1("div",qz,Gz)}function Ql(c,e){e===void 0&&(e={});var t=e.insertAt;if(!(!c||typeof document>"u")){var s=document.head||document.getElementsByTagName("head")[0],l=document.createElement("style");l.type="text/css",t==="top"&&s.firstChild?s.insertBefore(l,s.firstChild):s.appendChild(l),l.styleSheet?l.styleSheet.cssText=c:l.appendChild(document.createTextNode(c))}}var Zz=`.v3ti-loader-wrapper { + display: flex; + align-items: center; + justify-content: center; + color: #112B3C; +} +.v3ti-loader-wrapper .v3ti-loader { + width: 18px; + height: 18px; + border-radius: 50%; + display: inline-block; + border-top: 2px solid #112B3C; + border-right: 2px solid transparent; + box-sizing: border-box; + animation: rotation 0.8s linear infinite; + margin-right: 8px; +} +@keyframes rotation { +0% { + transform: rotate(0deg); +} +100% { + transform: rotate(360deg); +} +}`;Ql(Zz);const Jl={};Jl.render=Yz;var Xz=Jl,ca={name:"Vue3TagsInput",emits:["update:modelValue","update:tags","on-limit","on-tags-changed","on-remove","on-error","on-focus","on-blur","on-select","on-select-duplicate-tag","on-new-tag"],props:{readOnly:{type:Boolean,default:!1},modelValue:{type:String,default:""},validate:{type:[String,Function,Object],default:""},addTagOnKeys:{type:Array,default:function(){return[13,",",32]}},placeholder:{type:String,default:""},tags:{type:Array,default:()=>[]},loading:{type:Boolean,default:!1},limit:{type:Number,default:-1},allowDuplicates:{type:Boolean,default:!1},addTagOnBlur:{type:Boolean,default:!1},selectItems:{type:Array,default:()=>[]},select:{type:Boolean,default:!1},duplicateSelectItem:{type:Boolean,default:!0},uniqueSelectField:{type:String,default:"id"},addTagOnKeysWhenSelect:{type:Boolean,default:!1},isShowNoData:{type:Boolean,default:!0}},components:{Loading:Xz},directives:{clickOutside:Wz.directive},data(){return{isInputActive:!1,isError:!1,newTag:"",innerTags:[],multiple:!1}},computed:{isLimit(){const c=this.limit>0&&Number(this.limit)===this.innerTags.length;return c&&this.$emit("on-limit"),c},selectedItemsIds(){return this.duplicateSelectItem?[]:this.tags.map(c=>c[this.uniqueSelectField]||"")}},watch:{error(){this.isError=this.error},modelValue:{immediate:!0,handler(c){this.newTag=c}},tags:{deep:!0,immediate:!0,handler(c){this.innerTags=[...c]}}},methods:{isShot(c){return!!this.$slots[c]},makeItNormal(c){this.$emit("update:modelValue",c.target.value),this.$refs.inputTag.className="v3ti-new-tag",this.$refs.inputTag.style.textDecoration="none"},resetData(){this.innerTags=[]},resetInputValue(){this.newTag="",this.$emit("update:modelValue","")},setPosition(){const c=this.$refs.inputBox,e=this.$refs.contextMenu;if(c&&e){e.style.display="block";const t=c.clientHeight||32,s=3;e.style.top=t+s+"px"}},closeContextMenu(){this.$refs.contextMenu&&(this.$refs.contextMenu.style={display:"none"})},handleSelect(c){if(this.isShowCheckmark(c)){const e=this.tags.filter(t=>c.id!==t.id);this.$emit("update:tags",e),this.$emit("on-select-duplicate-tag",c),this.resetInputValue()}else this.$emit("on-select",c);this.$nextTick(()=>{this.closeContextMenu()})},isShowCheckmark(c){return this.duplicateSelectItem?!1:this.selectedItemsIds.includes(c[this.uniqueSelectField])},focusNewTag(){this.select&&!this.disabled&&this.setPosition(),!(this.readOnly||!this.$el.querySelector(".v3ti-new-tag"))&&this.$el.querySelector(".v3ti-new-tag").focus()},handleInputFocus(c){this.isInputActive=!0,this.$emit("on-focus",c)},handleInputBlur(c){this.isInputActive=!1,this.addNew(c),this.$emit("on-blur",c)},addNew(c){if(this.select&&!this.addTagOnKeysWhenSelect)return;const e=c?this.addTagOnKeys.indexOf(c.keyCode)!==-1||this.addTagOnKeys.indexOf(c.key)!==-1:!0,t=c&&c.type!=="blur";!e&&(t||!this.addTagOnBlur)||this.isLimit||(this.newTag&&(this.allowDuplicates||this.innerTags.indexOf(this.newTag)===-1)&&this.validateIfNeeded(this.newTag)?(this.innerTags.push(this.newTag),this.addTagOnKeysWhenSelect&&(this.$emit("on-new-tag",this.newTag),this.updatePositionContextMenu()),this.resetInputValue(),this.tagChange(),c&&c.preventDefault()):(this.validateIfNeeded(this.newTag)?this.makeItError(!0):this.makeItError(!1),c&&c.preventDefault()))},updatePositionContextMenu(){this.$nextTick(()=>{this.setPosition()})},makeItError(c){this.newTag!==""&&(this.$refs.inputTag.className="v3ti-new-tag v3ti-new-tag--error",this.$refs.inputTag.style.textDecoration="underline",this.$emit("on-error",c))},validateIfNeeded(c){return this.validate===""||this.validate===void 0?!0:typeof this.validate=="function"?this.validate(c):!0},removeLastTag(){this.newTag||(this.innerTags.pop(),this.tagChange(),this.updatePositionContextMenu())},remove(c){this.innerTags.splice(c,1),this.tagChange(),this.$emit("on-remove",c),this.updatePositionContextMenu()},tagChange(){this.$emit("on-tags-changed",this.innerTags)}}};const Qz={key:1,class:"v3ti-tag-content"},Jz=["onClick"],cv=["placeholder","disabled"],ev={key:0,class:"v3ti-loading"},tv={key:1,class:"v3ti-no-data"},sv={key:1},lv={key:2},av=["onClick"],nv={class:"v3ti-context-item--label"},rv={key:0,class:"v3ti-icon-selected-tag",width:"44",height:"44",viewBox:"0 0 24 24","stroke-width":"1.5",fill:"none","stroke-linecap":"round","stroke-linejoin":"round"},iv=f("path",{stroke:"none",d:"M0 0h24v24H0z"},null,-1),ov=f("path",{d:"M5 12l5 5l10 -10"},null,-1),uv=[iv,ov];function fv(c,e,t,s,l,a){const n=o9("Loading"),i=Fi("click-outside");return S1((c1(),a1("div",{onClick:e[6]||(e[6]=r=>a.focusNewTag()),class:f2([{"v3ti--focus":l.isInputActive,"v3ti--error":l.isError},"v3ti"])},[f("div",{class:f2(["v3ti-content",{"v3ti-content--select":t.select}]),ref:"inputBox"},[(c1(!0),a1(j1,null,V2(l.innerTags,(r,o)=>(c1(),a1("span",{key:o,class:"v3ti-tag"},[a.isShot("item")?_3(c.$slots,"item",kc(Ys({key:0},{name:r,index:o,tag:r}))):(c1(),a1("span",Qz,P(r),1)),t.readOnly?E1("",!0):(c1(),a1("a",{key:2,onClick:K1(d=>a.remove(o),["prevent","stop"]),class:"v3ti-remove-tag"},null,8,Jz))]))),128)),S1(f("input",{ref:"inputTag",placeholder:t.placeholder,"onUpdate:modelValue":e[0]||(e[0]=r=>l.newTag=r),onKeydown:[e[1]||(e[1]=Jo(K1(function(){return a.removeLastTag&&a.removeLastTag(...arguments)},["stop"]),["delete"])),e[2]||(e[2]=function(){return a.addNew&&a.addNew(...arguments)})],onBlur:e[3]||(e[3]=function(){return a.handleInputBlur&&a.handleInputBlur(...arguments)}),onFocus:e[4]||(e[4]=function(){return a.handleInputFocus&&a.handleInputFocus(...arguments)}),onInput:e[5]||(e[5]=function(){return a.makeItNormal&&a.makeItNormal(...arguments)}),class:"v3ti-new-tag",disabled:t.readOnly},null,40,cv),[[O1,l.newTag]])],2),t.select?(c1(),a1("section",{key:0,class:f2(["v3ti-context-menu",{"v3ti-context-menu-no-data":!t.isShowNoData&&t.selectItems.length===0}]),ref:"contextMenu"},[t.loading?(c1(),a1("div",ev,[a.isShot("loading")?_3(c.$slots,"default",{key:0}):(c1(),G2(n,{key:1}))])):E1("",!0),!t.loading&&t.selectItems.length===0&&t.isShowNoData?(c1(),a1("div",tv,[a.isShot("no-data")?_3(c.$slots,"no-data",{key:0}):(c1(),a1("span",sv," No data "))])):E1("",!0),!t.loading&&t.selectItems.length>0?(c1(),a1("div",lv,[(c1(!0),a1(j1,null,V2(t.selectItems,(r,o)=>(c1(),a1("div",{key:o,class:f2(["v3ti-context-item",{"v3ti-context-item--active":a.isShowCheckmark(r)}]),onClick:K1(d=>a.handleSelect(r,o),["stop"])},[f("div",nv,[_3(c.$slots,"select-item",kc(Gs(r)))]),a.isShowCheckmark(r)?(c1(),a1("svg",rv,uv)):E1("",!0)],10,av))),128))])):E1("",!0)],2)):E1("",!0)],2)),[[i,a.closeContextMenu]])}var hv=`.v3ti { + border-radius: 5px; + min-height: 32px; + line-height: 1.4; + background-color: #fff; + border: 1px solid #9ca3af; + cursor: text; + text-align: left; + -webkit-appearance: textfield; + display: flex; + flex-wrap: wrap; + position: relative; +} +.v3ti .v3ti-icon-selected-tag { + stroke: #19be6b; + width: 1rem; + height: 1rem; + margin-left: 4px; +} +.v3ti--focus { + outline: 0; + border-color: #000000; + box-shadow: 0 0 0 1px #000000; +} +.v3ti--error { + border-color: #F56C6C; +} +.v3ti .v3ti-no-data { + color: #d8d8d8; + text-align: center; + padding: 4px 7px; +} +.v3ti .v3ti-loading { + padding: 4px 7px; + text-align: center; +} +.v3ti .v3ti-context-menu { + max-height: 150px; + min-width: 150px; + overflow: auto; + display: none; + outline: none; + position: absolute; + top: 0; + left: 0; + right: 0; + margin: 0; + padding: 5px 0; + background: #ffffff; + z-index: 1050; + color: #475569; + box-shadow: 0 3px 8px 2px rgba(0, 0, 0, 0.1); + border-radius: 0 0 6px 6px; +} +.v3ti .v3ti-context-menu .v3ti-context-item { + padding: 4px 7px; + display: flex; + align-items: center; +} +.v3ti .v3ti-context-menu .v3ti-context-item:hover { + background: #e8e8e8; + cursor: pointer; +} +.v3ti .v3ti-context-menu .v3ti-context-item--label { + flex: 1; + min-width: 1px; +} +.v3ti .v3ti-context-menu .v3ti-context-item--active { + color: #317CAF; +} +.v3ti .v3ti-context-menu-no-data { + padding: 0; +} +.v3ti .v3ti-content { + width: 100%; + display: flex; + flex-wrap: wrap; +} +.v3ti .v3ti-content--select { + padding-right: 30px; +} +.v3ti .v3ti-tag { + display: flex; + font-weight: 400; + margin: 3px; + padding: 0 5px; + background: #317CAF; + color: #ffffff; + height: 27px; + border-radius: 5px; + align-items: center; + max-width: calc(100% - 16px); +} +.v3ti .v3ti-tag .v3ti-tag-content { + flex: 1; + min-width: 1px; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} +.v3ti .v3ti-tag .v3ti-remove-tag { + color: #ffffff; + transition: opacity 0.3s ease; + opacity: 0.5; + cursor: pointer; + padding: 0 5px 0 7px; +} +.v3ti .v3ti-tag .v3ti-remove-tag::before { + content: "x"; +} +.v3ti .v3ti-tag .v3ti-remove-tag:hover { + opacity: 1; +} +.v3ti .v3ti-new-tag { + background: transparent; + border: 0; + font-weight: 400; + margin: 3px; + outline: none; + padding: 0 4px; + flex: 1; + min-width: 60px; + height: 27px; +} +.v3ti .v3ti-new-tag--error { + color: #F56C6C; +}`;Ql(hv);ca.render=fv;var N2=(()=>{const c=ca;return c.install=e=>{e.component("Vue3TagsInput",c)},c})();const mt="[a-fA-F\\d:]",X3=c=>c&&c.includeBoundaries?`(?:(?<=\\s|^)(?=${mt})|(?<=${mt})(?=\\s|$))`:"",Q2="(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}",o2="[a-fA-F\\d]{1,4}",Z0=` +(?: +(?:${o2}:){7}(?:${o2}|:)| // 1:2:3:4:5:6:7:: 1:2:3:4:5:6:7:8 +(?:${o2}:){6}(?:${Q2}|:${o2}|:)| // 1:2:3:4:5:6:: 1:2:3:4:5:6::8 1:2:3:4:5:6::8 1:2:3:4:5:6::1.2.3.4 +(?:${o2}:){5}(?::${Q2}|(?::${o2}){1,2}|:)| // 1:2:3:4:5:: 1:2:3:4:5::7:8 1:2:3:4:5::8 1:2:3:4:5::7:1.2.3.4 +(?:${o2}:){4}(?:(?::${o2}){0,1}:${Q2}|(?::${o2}){1,3}|:)| // 1:2:3:4:: 1:2:3:4::6:7:8 1:2:3:4::8 1:2:3:4::6:7:1.2.3.4 +(?:${o2}:){3}(?:(?::${o2}){0,2}:${Q2}|(?::${o2}){1,4}|:)| // 1:2:3:: 1:2:3::5:6:7:8 1:2:3::8 1:2:3::5:6:7:1.2.3.4 +(?:${o2}:){2}(?:(?::${o2}){0,3}:${Q2}|(?::${o2}){1,5}|:)| // 1:2:: 1:2::4:5:6:7:8 1:2::8 1:2::4:5:6:7:1.2.3.4 +(?:${o2}:){1}(?:(?::${o2}){0,4}:${Q2}|(?::${o2}){1,6}|:)| // 1:: 1::3:4:5:6:7:8 1::8 1::3:4:5:6:7:1.2.3.4 +(?::(?:(?::${o2}){0,5}:${Q2}|(?::${o2}){1,7}|:)) // ::2:3:4:5:6:7:8 ::2:3:4:5:6:7:8 ::8 ::1.2.3.4 +)(?:%[0-9a-zA-Z]{1,})? // %eth0 %1 +`.replace(/\s*\/\/.*$/gm,"").replace(/\n/g,"").trim(),dv=new RegExp(`(?:^${Q2}$)|(?:^${Z0}$)`),mv=new RegExp(`^${Q2}$`),zv=new RegExp(`^${Z0}$`),A8=c=>c&&c.exact?dv:new RegExp(`(?:${X3(c)}${Q2}${X3(c)})|(?:${X3(c)}${Z0}${X3(c)})`,"g");A8.v4=c=>c&&c.exact?mv:new RegExp(`${X3(c)}${Q2}${X3(c)}`,"g");A8.v6=c=>c&&c.exact?zv:new RegExp(`${X3(c)}${Z0}${X3(c)}`,"g");const ea={exact:!1},ta=`${A8.v4().source}\\/(3[0-2]|[12]?[0-9])`,sa=`${A8.v6().source}\\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])`,vv=new RegExp(`^${ta}$`),pv=new RegExp(`^${sa}$`),Hv=({exact:c}=ea)=>c?vv:new RegExp(ta,"g"),Vv=({exact:c}=ea)=>c?pv:new RegExp(sa,"g"),la=Hv({exact:!0}),aa=Vv({exact:!0}),E9=c=>la.test(c)?4:aa.test(c)?6:0;E9.v4=c=>la.test(c);E9.v6=c=>aa.test(c);const w4=E9;function gv(c){const e=(...t)=>c(...t);return Object.defineProperty(e,"name",{value:`functionTimeout(${c.name||""})`,configurable:!0}),e}const{toString:Mv}=Object.prototype;function Cv(c){return Mv.call(c)==="[object RegExp]"}const zt={global:"g",ignoreCase:"i",multiline:"m",dotAll:"s",sticky:"y",unicode:"u"};function Lv(c,e={}){if(!Cv(c))throw new TypeError("Expected a RegExp instance");const t=Object.keys(zt).map(l=>(typeof e[l]=="boolean"?e[l]:c[l])?zt[l]:"").join(""),s=new RegExp(e.source||c.source,t);return s.lastIndex=typeof e.lastIndex=="number"?e.lastIndex:c.lastIndex,s}function bv(c,e,{timeout:t}={}){try{return gv(()=>Lv(c).test(e),{timeout:t})()}catch(s){throw s}}const _v=45,yv={timeout:400};function w0(c){return bv(A8({exact:!0}),c.slice(0,_v),yv)}function r6(c){return w4(c)!==0}function x7(c){return w0(c)}function O7(c){return!0}const wv={class:"mt-4"},Av={class:"form-group"},Ev={class:"form-label mt-4"},kv=["placeholder"],Sv={class:"form-group"},Pv={class:"form-label mt-4"},Tv=["placeholder"],$v={class:"mt-4"},Iv={key:0,class:"form-group"},xv={class:"form-label mt-4"},Ov=["placeholder"],Nv={class:"form-group"},Dv={class:"form-label mt-4"},Rv=["placeholder"],Fv={class:"form-group"},Uv={class:"form-label mt-4"},jv=["placeholder"],Wv={key:1,class:"form-group"},qv={class:"form-label mt-4"},Bv=["placeholder"],Kv={class:"mt-4"},Gv={key:0,class:"form-group"},Yv={class:"form-label mt-4"},Zv=["placeholder"],Xv={class:"form-group"},Qv={class:"form-label mt-4"},Jv={class:"form-group"},cp={class:"form-label mt-4"},ep={class:"form-group"},tp={class:"form-label mt-4"},sp={class:"form-text text-muted"},lp={class:"form-group"},ap={class:"form-label mt-4"},np={class:"form-group"},rp={class:"form-label mt-4"},ip={class:"row"},op={class:"form-group col-md-6"},up={class:"form-label mt-4"},fp=["placeholder"],hp={class:"form-group col-md-6"},dp={class:"form-label mt-4"},mp=["placeholder"],zp={class:"mt-4"},vp={class:"form-group"},pp={class:"form-label mt-4"},Hp=["placeholder"],Vp={class:"form-group"},gp={class:"form-label mt-4"},Mp=["placeholder"],Cp={class:"form-group"},Lp={class:"form-label mt-4"},bp=["placeholder"],_p={class:"form-group"},yp={class:"form-label mt-4"},wp=["placeholder"],Ap={class:"mt-4"},Ep={class:"row"},kp={class:"form-group col-md-6"},Sp={class:"form-check form-switch"},Pp={class:"form-check-label"},Tp={class:"form-check form-switch"},$p={class:"form-check-label"},Ip={class:"form-group col-md-6"},xp={class:"form-label"},Op={class:"flex-fill text-start"},Np=["onClick"],Dp=["onClick"],Rp=["onClick"],Fp={__name:"PeerEditModal",props:{peerId:String,visible:Boolean},emits:["close"],setup(c,{emit:e}){const t=c,{t:s}=o4(),l=_8(),a=t4(),n=D1(()=>l.Find(t.peerId)),i=D1(()=>{let h=a.GetSelected;return h||(h=S4()),h}),r=D1(()=>t.visible?i.value.Mode==="server"?n.value?s("modals.peer-edit.headline-edit-peer")+" "+n.value.Identifier:s("modals.peer-edit.headline-new-peer"):n.value?s("modals.peer-edit.headline-edit-endpoint")+" "+n.value.Identifier:s("modals.peer-edit.headline-new-endpoint"):""),o=X1(n6());T2(()=>t.visible,async(h,z)=>{z===!1&&h===!0&&(console.log(i.value),console.log(n.value),n.value?(o.value.Identifier=n.value.Identifier,o.value.DisplayName=n.value.DisplayName,o.value.UserIdentifier=n.value.UserIdentifier,o.value.InterfaceIdentifier=n.value.InterfaceIdentifier,o.value.Disabled=n.value.Disabled,o.value.ExpiresAt=n.value.ExpiresAt,o.value.Notes=n.value.Notes,o.value.Endpoint=n.value.Endpoint,o.value.EndpointPublicKey=n.value.EndpointPublicKey,o.value.AllowedIPs=n.value.AllowedIPs,o.value.ExtraAllowedIPs=n.value.ExtraAllowedIPs,o.value.PresharedKey=n.value.PresharedKey,o.value.PersistentKeepalive=n.value.PersistentKeepalive,o.value.PrivateKey=n.value.PrivateKey,o.value.PublicKey=n.value.PublicKey,o.value.Mode=n.value.Mode,o.value.Addresses=n.value.Addresses,o.value.CheckAliveAddress=n.value.CheckAliveAddress,o.value.Dns=n.value.Dns,o.value.DnsSearch=n.value.DnsSearch,o.value.Mtu=n.value.Mtu,o.value.FirewallMark=n.value.FirewallMark,o.value.RoutingTable=n.value.RoutingTable,o.value.PreUp=n.value.PreUp,o.value.PostUp=n.value.PostUp,o.value.PreDown=n.value.PreDown,o.value.PostDown=n.value.PostDown,(!o.value.Endpoint.Overridable||!o.value.EndpointPublicKey.Overridable||!o.value.AllowedIPs.Overridable||!o.value.PersistentKeepalive.Overridable||!o.value.Dns.Overridable||!o.value.DnsSearch.Overridable||!o.value.Mtu.Overridable||!o.value.FirewallMark.Overridable||!o.value.RoutingTable.Overridable||!o.value.PreUp.Overridable||!o.value.PostUp.Overridable||!o.value.PreDown.Overridable||!o.value.PostDown.Overridable)&&(o.value.IgnoreGlobalSettings=!0)):(await l.PreparePeer(i.value.Identifier),o.value.Identifier=l.Prepared.Identifier,o.value.DisplayName=l.Prepared.DisplayName,o.value.UserIdentifier=l.Prepared.UserIdentifier,o.value.InterfaceIdentifier=l.Prepared.InterfaceIdentifier,o.value.Disabled=l.Prepared.Disabled,o.value.ExpiresAt=l.Prepared.ExpiresAt,o.value.Notes=l.Prepared.Notes,o.value.Endpoint=l.Prepared.Endpoint,o.value.EndpointPublicKey=l.Prepared.EndpointPublicKey,o.value.AllowedIPs=l.Prepared.AllowedIPs,o.value.ExtraAllowedIPs=l.Prepared.ExtraAllowedIPs,o.value.PresharedKey=l.Prepared.PresharedKey,o.value.PersistentKeepalive=l.Prepared.PersistentKeepalive,o.value.PrivateKey=l.Prepared.PrivateKey,o.value.PublicKey=l.Prepared.PublicKey,o.value.Mode=l.Prepared.Mode,o.value.Addresses=l.Prepared.Addresses,o.value.CheckAliveAddress=l.Prepared.CheckAliveAddress,o.value.Dns=l.Prepared.Dns,o.value.DnsSearch=l.Prepared.DnsSearch,o.value.Mtu=l.Prepared.Mtu,o.value.FirewallMark=l.Prepared.FirewallMark,o.value.RoutingTable=l.Prepared.RoutingTable,o.value.PreUp=l.Prepared.PreUp,o.value.PostUp=l.Prepared.PostUp,o.value.PreDown=l.Prepared.PreDown,o.value.PostDown=l.Prepared.PostDown))}),T2(()=>o.value.IgnoreGlobalSettings,async(h,z)=>{o.value.Endpoint.Overridable=!h,o.value.EndpointPublicKey.Overridable=!h,o.value.AllowedIPs.Overridable=!h,o.value.PersistentKeepalive.Overridable=!h,o.value.Dns.Overridable=!h,o.value.DnsSearch.Overridable=!h,o.value.Mtu.Overridable=!h,o.value.FirewallMark.Overridable=!h,o.value.RoutingTable.Overridable=!h,o.value.PreUp.Overridable=!h,o.value.PostUp.Overridable=!h,o.value.PreDown.Overridable=!h,o.value.PostDown.Overridable=!h}),T2(()=>o.value.Disabled,async(h,z)=>{z&&!h&&o.value.ExpiresAt&&(o.value.ExpiresAt="")});function d(){o.value=n6(),e("close")}function g(h){let z=!0;h.forEach(u=>{w4(u)===0&&(z=!1,N1({title:"Invalid CIDR",text:u+" is not a valid IP address",type:"error"}))}),z&&(o.value.Addresses=h)}function p(h){let z=!0;h.forEach(u=>{w4(u)===0&&(z=!1,N1({title:"Invalid CIDR",text:u+" is not a valid IP address",type:"error"}))}),z&&(o.value.AllowedIPs.Value=h)}function L(h){let z=!0;h.forEach(u=>{w4(u)===0&&(z=!1,N1({title:"Invalid CIDR",text:u+" is not a valid IP address",type:"error"}))}),z&&(o.value.ExtraAllowedIPs=h)}function y(h){let z=!0;h.forEach(u=>{w0(u)||(z=!1,N1({title:"Invalid IP",text:u+" is not a valid IP address",type:"error"}))}),z&&(o.value.Dns=h)}function E(h){o.value.DnsSearch=h}async function $(){try{t.peerId!=="#NEW#"?await l.UpdatePeer(n.value.Identifier,o.value):await l.CreatePeer(i.value.Identifier,o.value),d()}catch(h){console.log(h),N1({title:"Failed to save peer!",text:h.toString(),type:"error"})}}async function _(){try{await l.DeletePeer(n.value.Identifier),d()}catch(h){console.log(h),N1({title:"Failed to delete peer!",text:h.toString(),type:"error"})}}return(h,z)=>(c1(),G2(b8,{title:r.value,visible:c.visible,onClose:d},{default:s2(()=>[f("fieldset",null,[f("legend",wv,P(h.$t("modals.peer-edit.header-general")),1),f("div",Av,[f("label",Ev,P(h.$t("modals.peer-edit.display-name.label")),1),S1(f("input",{type:"text",class:"form-control",placeholder:h.$t("modals.peer-edit.display-name.placeholder"),"onUpdate:modelValue":z[0]||(z[0]=u=>o.value.DisplayName=u)},null,8,kv),[[O1,o.value.DisplayName]])]),f("div",Sv,[f("label",Pv,P(h.$t("modals.peer-edit.linked-user.label")),1),S1(f("input",{type:"text",class:"form-control",placeholder:h.$t("modals.peer-edit.linked-user.placeholder"),"onUpdate:modelValue":z[1]||(z[1]=u=>o.value.UserIdentifier=u)},null,8,Tv),[[O1,o.value.UserIdentifier]])])]),f("fieldset",null,[f("legend",$v,P(h.$t("modals.peer-edit.header-crypto")),1),i.value.Mode==="server"?(c1(),a1("div",Iv,[f("label",xv,P(h.$t("modals.peer-edit.private-key.label")),1),S1(f("input",{type:"email",class:"form-control",placeholder:h.$t("modals.peer-edit.private-key.placeholder"),required:"","onUpdate:modelValue":z[2]||(z[2]=u=>o.value.PrivateKey=u)},null,8,Ov),[[O1,o.value.PrivateKey]])])):E1("",!0),f("div",Nv,[f("label",Dv,P(h.$t("modals.peer-edit.public-key.label")),1),S1(f("input",{type:"email",class:"form-control",placeholder:h.$t("modals.peer-edit.public-key.placeholder"),required:"","onUpdate:modelValue":z[3]||(z[3]=u=>o.value.PublicKey=u)},null,8,Rv),[[O1,o.value.PublicKey]])]),f("div",Fv,[f("label",Uv,P(h.$t("modals.peer-edit.preshared-key.label")),1),S1(f("input",{type:"email",class:"form-control",placeholder:h.$t("modals.peer-edit.preshared-key.placeholder"),"onUpdate:modelValue":z[4]||(z[4]=u=>o.value.PresharedKey=u)},null,8,jv),[[O1,o.value.PresharedKey]])]),o.value.Mode==="client"?(c1(),a1("div",Wv,[f("label",qv,P(h.$t("modals.peer-edit.endpoint-public-key.label")),1),S1(f("input",{type:"text",class:"form-control",placeholder:h.$t("modals.peer-edit.endpoint-public-key.placeholder"),"onUpdate:modelValue":z[5]||(z[5]=u=>o.value.EndpointPublicKey.Value=u)},null,8,Bv),[[O1,o.value.EndpointPublicKey.Value]])])):E1("",!0)]),f("fieldset",null,[f("legend",Kv,P(h.$t("modals.peer-edit.header-network")),1),i.value.Mode==="client"?(c1(),a1("div",Gv,[f("label",Yv,P(h.$t("modals.peer-edit.endpoint.label")),1),S1(f("input",{type:"text",class:"form-control",placeholder:h.$t("modals.peer-edit.endpoint.placeholder"),"onUpdate:modelValue":z[6]||(z[6]=u=>o.value.Endpoint.Value=u)},null,8,Zv),[[O1,o.value.Endpoint.Value]])])):E1("",!0),f("div",Xv,[f("label",Qv,P(h.$t("modals.peer-edit.ip.label")),1),P1(K(N2),{class:"form-control",tags:o.value.Addresses,placeholder:h.$t("modals.peer-edit.ip.placeholder"),"add-tag-on-keys":[13,188,32,9],validate:K(r6),onOnTagsChanged:g},null,8,["tags","placeholder","validate"])]),f("div",Jv,[f("label",cp,P(h.$t("modals.peer-edit.allowed-ip.label")),1),P1(K(N2),{class:"form-control",tags:o.value.AllowedIPs.Value,placeholder:h.$t("modals.peer-edit.allowed-ip.placeholder"),"add-tag-on-keys":[13,188,32,9],validate:K(r6),onOnTagsChanged:p},null,8,["tags","placeholder","validate"])]),f("div",ep,[f("label",tp,P(h.$t("modals.peer-edit.extra-allowed-ip.label")),1),P1(K(N2),{class:"form-control",tags:o.value.ExtraAllowedIPs,placeholder:h.$t("modals.peer-edit.extra-allowed-ip.placeholder"),"add-tag-on-keys":[13,188,32,9],validate:K(r6),onOnTagsChanged:L},null,8,["tags","placeholder","validate"]),f("small",sp,P(h.$t("modals.peer-edit.extra-allowed-ip.description")),1)]),f("div",lp,[f("label",ap,P(h.$t("modals.peer-edit.dns.label")),1),P1(K(N2),{class:"form-control",tags:o.value.Dns.Value,placeholder:h.$t("modals.peer-edit.dns.placeholder"),"add-tag-on-keys":[13,188,32,9],validate:K(x7),onOnTagsChanged:y},null,8,["tags","placeholder","validate"])]),f("div",np,[f("label",rp,P(h.$t("modals.peer-edit.dns-search.label")),1),P1(K(N2),{class:"form-control",tags:o.value.DnsSearch.Value,placeholder:h.$t("modals.peer-edit.dns-search.label"),"add-tag-on-keys":[13,188,32,9],validate:K(O7),onOnTagsChanged:E},null,8,["tags","placeholder","validate"])]),f("div",ip,[f("div",op,[f("label",up,P(h.$t("modals.peer-edit.keep-alive.label")),1),S1(f("input",{type:"number",class:"form-control",placeholder:h.$t("modals.peer-edit.keep-alive.label"),"onUpdate:modelValue":z[7]||(z[7]=u=>o.value.PersistentKeepalive.Value=u)},null,8,fp),[[O1,o.value.PersistentKeepalive.Value]])]),f("div",hp,[f("label",dp,P(h.$t("modals.peer-edit.mtu.label")),1),S1(f("input",{type:"number",class:"form-control",placeholder:h.$t("modals.peer-edit.mtu.label"),"onUpdate:modelValue":z[8]||(z[8]=u=>o.value.Mtu.Value=u)},null,8,mp),[[O1,o.value.Mtu.Value]])])])]),f("fieldset",null,[f("legend",zp,P(h.$t("modals.peer-edit.header-hooks")),1),f("div",vp,[f("label",pp,P(h.$t("modals.peer-edit.pre-up.label")),1),S1(f("textarea",{"onUpdate:modelValue":z[9]||(z[9]=u=>o.value.PreUp.Value=u),class:"form-control",rows:"2",placeholder:h.$t("modals.peer-edit.pre-up.placeholder")},null,8,Hp),[[O1,o.value.PreUp.Value]])]),f("div",Vp,[f("label",gp,P(h.$t("modals.peer-edit.post-up.label")),1),S1(f("textarea",{"onUpdate:modelValue":z[10]||(z[10]=u=>o.value.PostUp.Value=u),class:"form-control",rows:"2",placeholder:h.$t("modals.peer-edit.post-up.placeholder")},null,8,Mp),[[O1,o.value.PostUp.Value]])]),f("div",Cp,[f("label",Lp,P(h.$t("modals.peer-edit.pre-down.label")),1),S1(f("textarea",{"onUpdate:modelValue":z[11]||(z[11]=u=>o.value.PreDown.Value=u),class:"form-control",rows:"2",placeholder:h.$t("modals.peer-edit.pre-down.placeholder")},null,8,bp),[[O1,o.value.PreDown.Value]])]),f("div",_p,[f("label",yp,P(h.$t("modals.peer-edit.post-down.label")),1),S1(f("textarea",{"onUpdate:modelValue":z[12]||(z[12]=u=>o.value.PostDown.Value=u),class:"form-control",rows:"2",placeholder:h.$t("modals.peer-edit.post-down.placeholder")},null,8,wp),[[O1,o.value.PostDown.Value]])])]),f("fieldset",null,[f("legend",Ap,P(h.$t("modals.peer-edit.header-state")),1),f("div",Ep,[f("div",kp,[f("div",Sp,[S1(f("input",{class:"form-check-input",type:"checkbox","onUpdate:modelValue":z[13]||(z[13]=u=>o.value.Disabled=u)},null,512),[[b0,o.value.Disabled]]),f("label",Pp,P(h.$t("modals.peer-edit.disabled.label")),1)]),f("div",Tp,[S1(f("input",{class:"form-check-input",type:"checkbox","onUpdate:modelValue":z[14]||(z[14]=u=>o.value.IgnoreGlobalSettings=u)},null,512),[[b0,o.value.IgnoreGlobalSettings]]),f("label",$p,P(h.$t("modals.peer-edit.ignore-global.label")),1)])]),f("div",Ip,[f("label",xp,P(h.$t("modals.peer-edit.expires-at.label")),1),S1(f("input",{type:"date",pattern:"\\d{4}-\\d{2}-\\d{2}",class:"form-control",min:"2023-01-01","onUpdate:modelValue":z[15]||(z[15]=u=>o.value.ExpiresAt=u)},null,512),[[O1,o.value.ExpiresAt]])])])])]),footer:s2(()=>[f("div",Op,[t.peerId!=="#NEW#"?(c1(),a1("button",{key:0,class:"btn btn-danger me-1",type:"button",onClick:K1(_,["prevent"])},P(h.$t("general.delete")),9,Np)):E1("",!0)]),f("button",{class:"btn btn-primary me-1",type:"button",onClick:K1($,["prevent"])},P(h.$t("general.save")),9,Dp),f("button",{class:"btn btn-secondary",type:"button",onClick:K1(d,["prevent"])},P(h.$t("general.close")),9,Rp)]),_:1},8,["title","visible"]))}},Up={class:"form-group"},jp={class:"form-label mt-4"},Wp={class:"form-text text-muted"},qp={class:"form-group"},Bp={class:"form-label mt-4"},Kp=["placeholder"],Gp={class:"form-text text-muted"},Yp=["onClick"],Zp=["onClick"],Xp={__name:"PeerMultiCreateModal",props:{visible:Boolean},emits:["close"],setup(c,{emit:e}){const t=c,{t:s}=o4(),l=_8(),a=t4(),n=D1(()=>{let L=a.GetSelected;return L||(L=S4()),L});function i(){return{Identifiers:[],Suffix:""}}const r=X1(i()),o=D1(()=>t.visible?n.value.Mode==="server"?s("modals.peer-multi-create.headline-peer"):s("modals.peer-multi-create.headline-endpoint"):"");function d(){r.value=i(),e("close")}function g(L){r.value.Identifiers=L}async function p(){if(r.value.Identifiers.length===0){N1({title:"Missing Identifiers",text:"At least one identifier is required to create a new peer.",type:"error"});return}try{await l.CreateMultiplePeers(n.value.Identifier,r.value),d()}catch(L){console.log(L),N1({title:"Failed to create peers!",text:L.toString(),type:"error"})}}return(L,y)=>(c1(),G2(b8,{title:o.value,visible:c.visible,onClose:d},{default:s2(()=>[f("fieldset",null,[f("div",Up,[f("label",jp,P(L.$t("modals.peer-multi-create.identifiers.label")),1),P1(K(N2),{class:"form-control",tags:r.value.Identifiers,placeholder:L.$t("modals.peer-multi-create.identifiers.placeholder"),"add-tag-on-keys":[13,188,32,9],onOnTagsChanged:g},null,8,["tags","placeholder"]),f("small",Wp,P(L.$t("modals.peer-multi-create.identifiers.description")),1)]),f("div",qp,[f("label",Bp,P(L.$t("modals.peer-multi-create.prefix.label")),1),S1(f("input",{type:"text",class:"form-control",placeholder:L.$t("modals.peer-multi-create.prefix.placeholder"),"onUpdate:modelValue":y[0]||(y[0]=E=>r.value.Suffix=E)},null,8,Kp),[[O1,r.value.Suffix]]),f("small",Gp,P(L.$t("modals.peer-multi-create.prefix.description")),1)])])]),footer:s2(()=>[f("button",{class:"btn btn-primary me-1",type:"button",onClick:K1(p,["prevent"])},P(L.$t("general.save")),9,Yp),f("button",{class:"btn btn-secondary",type:"button",onClick:K1(d,["prevent"])},P(L.$t("general.close")),9,Zp)]),_:1},8,["title","visible"]))}},Qp={class:"nav nav-tabs"},Jp={class:"nav-item"},cH={class:"nav-link active","data-bs-toggle":"tab",href:"#interface"},eH={key:0,class:"nav-item"},tH={class:"nav-link","data-bs-toggle":"tab",href:"#peerdefaults"},sH={id:"interfaceTabs",class:"tab-content"},lH={id:"interface",class:"tab-pane fade active show"},aH={class:"mt-4"},nH={key:0,class:"form-group"},rH={class:"form-label mt-4"},iH=["placeholder"],oH={class:"form-group"},uH={class:"form-label mt-4"},fH={value:"server"},hH={value:"client"},dH={value:"any"},mH={class:"form-group"},zH={class:"form-label mt-4"},vH=["placeholder"],pH={class:"mt-4"},HH={class:"form-group"},VH={class:"form-label mt-4"},gH=["placeholder"],MH={class:"form-group"},CH={class:"form-label mt-4"},LH=["placeholder"],bH={class:"mt-4"},_H={class:"form-group"},yH={class:"form-label mt-4"},wH={key:0,class:"form-group"},AH={class:"form-label mt-4"},EH=["placeholder"],kH={key:1,class:"form-group"},SH={class:"form-label mt-4"},PH={key:2,class:"form-group"},TH={class:"form-label mt-4"},$H={class:"row"},IH={class:"form-group col-md-6"},xH={class:"form-label mt-4"},OH=["placeholder"],NH={class:"form-group col-md-6"},DH={class:"form-label mt-4"},RH=["placeholder"],FH={class:"row"},UH={class:"form-group col-md-6"},jH={class:"form-label mt-4"},WH=["placeholder"],qH={id:"routingTableHelp",class:"form-text text-muted"},BH=f("div",{class:"form-group col-md-6"},null,-1),KH={class:"mt-4"},GH={class:"form-group"},YH={class:"form-label mt-4"},ZH=["placeholder"],XH={class:"form-group"},QH={class:"form-label mt-4"},JH=["placeholder"],cV={class:"form-group"},eV={class:"form-label mt-4"},tV=["placeholder"],sV={class:"form-group"},lV={class:"form-label mt-4"},aV=["placeholder"],nV={class:"mt-4"},rV={class:"form-check form-switch"},iV={class:"form-check-label"},oV={class:"form-check form-switch"},uV={class:"form-check-label"},fV={id:"peerdefaults",class:"tab-pane fade"},hV={class:"mt-4"},dV={class:"form-group"},mV={class:"form-label mt-4"},zV=["placeholder"],vV={class:"form-text text-muted"},pV={class:"form-group"},HV={class:"form-label mt-4"},VV={class:"form-text text-muted"},gV={class:"form-group"},MV={class:"form-label mt-4"},CV={class:"form-group"},LV={class:"form-label mt-4"},bV={class:"form-group"},_V={class:"form-label mt-4"},yV={class:"row"},wV={class:"form-group col-md-6"},AV={class:"form-label mt-4"},EV=["placeholder"],kV={class:"form-group col-md-6"},SV={class:"form-label mt-4"},PV=["placeholder"],TV={class:"row"},$V={class:"form-group col-md-6"},IV={class:"form-label mt-4"},xV=["placeholder"],OV={class:"form-group col-md-6"},NV={class:"form-label mt-4"},DV=["placeholder"],RV={class:"mt-4"},FV={class:"form-group"},UV={class:"form-label mt-4"},jV=["placeholder"],WV={class:"form-group"},qV={class:"form-label mt-4"},BV=["placeholder"],KV={class:"form-group"},GV={class:"form-label mt-4"},YV=["placeholder"],ZV={class:"form-group"},XV={class:"form-label mt-4"},QV=["placeholder"],JV={key:0,class:"text-end"},cg=f("hr",{class:"mt-4"},null,-1),eg=["onClick"],tg={class:"flex-fill text-start"},sg=["onClick"],lg=["onClick"],ag=["onClick"],ng={__name:"InterfaceEditModal",props:{interfaceId:String,visible:Boolean},emits:["close"],setup(c,{emit:e}){const t=c,{t:s}=o4(),l=t4(),a=_8(),n=D1(()=>l.Find(t.interfaceId)),i=D1(()=>t.visible?n.value?s("modals.interface-edit.headline-edit")+" "+n.value.Identifier:s("modals.interface-edit.headline-new"):""),r=X1(S4());T2(()=>t.visible,async(u,v)=>{v===!1&&u===!0&&(console.log(n.value),n.value?(r.value.Disabled=n.value.Disabled,r.value.Identifier=n.value.Identifier,r.value.DisplayName=n.value.DisplayName,r.value.Mode=n.value.Mode,r.value.PublicKey=n.value.PublicKey,r.value.PrivateKey=n.value.PrivateKey,r.value.ListenPort=n.value.ListenPort,r.value.Addresses=n.value.Addresses,r.value.Dns=n.value.Dns,r.value.DnsSearch=n.value.DnsSearch,r.value.Mtu=n.value.Mtu,r.value.FirewallMark=n.value.FirewallMark,r.value.RoutingTable=n.value.RoutingTable,r.value.PreUp=n.value.PreUp,r.value.PostUp=n.value.PostUp,r.value.PreDown=n.value.PreDown,r.value.PostDown=n.value.PostDown,r.value.SaveConfig=n.value.SaveConfig,r.value.PeerDefNetwork=n.value.PeerDefNetwork,r.value.PeerDefDns=n.value.PeerDefDns,r.value.PeerDefDnsSearch=n.value.PeerDefDnsSearch,r.value.PeerDefEndpoint=n.value.PeerDefEndpoint,r.value.PeerDefAllowedIPs=n.value.PeerDefAllowedIPs,r.value.PeerDefMtu=n.value.PeerDefMtu,r.value.PeerDefPersistentKeepalive=n.value.PeerDefPersistentKeepalive,r.value.PeerDefFirewallMark=n.value.PeerDefFirewallMark,r.value.PeerDefRoutingTable=n.value.PeerDefRoutingTable,r.value.PeerDefPreUp=n.value.PeerDefPreUp,r.value.PeerDefPostUp=n.value.PeerDefPostUp,r.value.PeerDefPreDown=n.value.PeerDefPreDown,r.value.PeerDefPostDown=n.value.PeerDefPostDown):(await l.PrepareInterface(),r.value.Identifier=l.Prepared.Identifier,r.value.DisplayName=l.Prepared.DisplayName,r.value.Mode=l.Prepared.Mode,r.value.PublicKey=l.Prepared.PublicKey,r.value.PrivateKey=l.Prepared.PrivateKey,r.value.ListenPort=l.Prepared.ListenPort,r.value.Addresses=l.Prepared.Addresses,r.value.Dns=l.Prepared.Dns,r.value.DnsSearch=l.Prepared.DnsSearch,r.value.Mtu=l.Prepared.Mtu,r.value.FirewallMark=l.Prepared.FirewallMark,r.value.RoutingTable=l.Prepared.RoutingTable,r.value.PreUp=l.Prepared.PreUp,r.value.PostUp=l.Prepared.PostUp,r.value.PreDown=l.Prepared.PreDown,r.value.PostDown=l.Prepared.PostDown,r.value.SaveConfig=l.Prepared.SaveConfig,r.value.PeerDefNetwork=l.Prepared.PeerDefNetwork,r.value.PeerDefDns=l.Prepared.PeerDefDns,r.value.PeerDefDnsSearch=l.Prepared.PeerDefDnsSearch,r.value.PeerDefEndpoint=l.Prepared.PeerDefEndpoint,r.value.PeerDefAllowedIPs=l.Prepared.PeerDefAllowedIPs,r.value.PeerDefMtu=l.Prepared.PeerDefMtu,r.value.PeerDefPersistentKeepalive=l.Prepared.PeerDefPersistentKeepalive,r.value.PeerDefFirewallMark=l.Prepared.PeerDefFirewallMark,r.value.PeerDefRoutingTable=l.Prepared.PeerDefRoutingTable,r.value.PeerDefPreUp=l.Prepared.PeerDefPreUp,r.value.PeerDefPostUp=l.Prepared.PeerDefPostUp,r.value.PeerDefPreDown=l.Prepared.PeerDefPreDown,r.value.PeerDefPostDown=l.Prepared.PeerDefPostDown))});function o(){r.value=S4(),e("close")}function d(u){let v=!0;u.forEach(M=>{w4(M)===0&&(v=!1,N1({title:"Invalid CIDR",text:M+" is not a valid IP address",type:"error"}))}),v&&(r.value.Addresses=u)}function g(u){let v=!0;u.forEach(M=>{w0(M)||(v=!1,N1({title:"Invalid IP",text:M+" is not a valid IP address",type:"error"}))}),v&&(r.value.Dns=u)}function p(u){r.value.DnsSearch=u}function L(u){let v=!0;u.forEach(M=>{w4(M)===0&&(v=!1,N1({title:"Invalid CIDR",text:M+" is not a valid IP address",type:"error"}))}),v&&(r.value.PeerDefNetwork=u)}function y(u){let v=!0;u.forEach(M=>{w4(M)===0&&(v=!1,N1({title:"Invalid CIDR",text:M+" is not a valid IP address",type:"error"}))}),v&&(r.value.PeerDefAllowedIPs=u)}function E(u){let v=!0;u.forEach(M=>{w0(M)||(v=!1,N1({title:"Invalid IP",text:M+" is not a valid IP address",type:"error"}))}),v&&(r.value.PeerDefDns=u)}function $(u){r.value.PeerDefDnsSearch=u}async function _(){try{t.interfaceId!=="#NEW#"?await l.UpdateInterface(n.value.Identifier,r.value):await l.CreateInterface(r.value),o()}catch(u){console.log(u),N1({title:"Failed to save interface!",text:u.toString(),type:"error"})}}async function h(){if(t.interfaceId!=="#NEW#")try{await l.ApplyPeerDefaults(n.value.Identifier,r.value),N1({title:"Peer Defaults Applied",text:"Applied current peer defaults to all available peers.",type:"success"}),await a.LoadPeers(n.value.Identifier)}catch(u){console.log(u),N1({title:"Failed to apply peer defaults!",text:u.toString(),type:"error"})}}async function z(){try{await l.DeleteInterface(n.value.Identifier),o()}catch(u){console.log(u),N1({title:"Failed to delete interface!",text:u.toString(),type:"error"})}}return(u,v)=>(c1(),G2(b8,{title:i.value,visible:c.visible,onClose:o},{default:s2(()=>[f("ul",Qp,[f("li",Jp,[f("a",cH,P(u.$t("modals.interface-edit.tab-interface")),1)]),r.value.Mode==="server"?(c1(),a1("li",eH,[f("a",tH,P(u.$t("modals.interface-edit.tab-peerdef")),1)])):E1("",!0)]),f("div",sH,[f("div",lH,[f("fieldset",null,[f("legend",aH,P(u.$t("modals.interface-edit.header-general")),1),t.interfaceId==="#NEW#"?(c1(),a1("div",nH,[f("label",rH,P(u.$t("modals.interface-edit.identifier.label")),1),S1(f("input",{"onUpdate:modelValue":v[0]||(v[0]=M=>r.value.Identifier=M),class:"form-control",placeholder:u.$t("modals.interface-edit.identifier.placeholder"),type:"text"},null,8,iH),[[O1,r.value.Identifier]])])):E1("",!0),f("div",oH,[f("label",uH,P(u.$t("modals.interface-edit.mode.label")),1),S1(f("select",{"onUpdate:modelValue":v[1]||(v[1]=M=>r.value.Mode=M),class:"form-select"},[f("option",fH,P(u.$t("modals.interface-edit.mode.server")),1),f("option",hH,P(u.$t("modals.interface-edit.mode.client")),1),f("option",dH,P(u.$t("modals.interface-edit.mode.any")),1)],512),[[H7,r.value.Mode]])]),f("div",mH,[f("label",zH,P(u.$t("modals.interface-edit.display-name.label")),1),S1(f("input",{"onUpdate:modelValue":v[2]||(v[2]=M=>r.value.DisplayName=M),class:"form-control",placeholder:u.$t("modals.interface-edit.display-name.placeholder"),type:"text"},null,8,vH),[[O1,r.value.DisplayName]])])]),f("fieldset",null,[f("legend",pH,P(u.$t("modals.interface-edit.header-crypto")),1),f("div",HH,[f("label",VH,P(u.$t("modals.interface-edit.private-key.label")),1),S1(f("input",{"onUpdate:modelValue":v[3]||(v[3]=M=>r.value.PrivateKey=M),class:"form-control",placeholder:u.$t("modals.interface-edit.private-key.placeholder"),required:"",type:"email"},null,8,gH),[[O1,r.value.PrivateKey]])]),f("div",MH,[f("label",CH,P(u.$t("modals.interface-edit.public-key.label")),1),S1(f("input",{"onUpdate:modelValue":v[4]||(v[4]=M=>r.value.PublicKey=M),class:"form-control",placeholder:u.$t("modals.interface-edit.public-key.placeholder"),required:"",type:"email"},null,8,LH),[[O1,r.value.PublicKey]])])]),f("fieldset",null,[f("legend",bH,P(u.$t("modals.interface-edit.header-network")),1),f("div",_H,[f("label",yH,P(u.$t("modals.interface-edit.ip.label")),1),P1(K(N2),{class:"form-control",tags:r.value.Addresses,placeholder:u.$t("modals.interface-edit.ip.placeholder"),"add-tag-on-keys":[13,188,32,9],validate:K(r6),onOnTagsChanged:d},null,8,["tags","placeholder","validate"])]),r.value.Mode==="server"?(c1(),a1("div",wH,[f("label",AH,P(u.$t("modals.interface-edit.listen-port.label")),1),S1(f("input",{"onUpdate:modelValue":v[5]||(v[5]=M=>r.value.ListenPort=M),class:"form-control",placeholder:u.$t("modals.interface-edit.listen-port.placeholder"),type:"number"},null,8,EH),[[O1,r.value.ListenPort]])])):E1("",!0),r.value.Mode!=="server"?(c1(),a1("div",kH,[f("label",SH,P(u.$t("modals.interface-edit.dns.label")),1),P1(K(N2),{class:"form-control",tags:r.value.Dns,placeholder:u.$t("modals.interface-edit.dns.placeholder"),"add-tag-on-keys":[13,188,32,9],validate:K(x7),onOnTagsChanged:g},null,8,["tags","placeholder","validate"])])):E1("",!0),r.value.Mode!=="server"?(c1(),a1("div",PH,[f("label",TH,P(u.$t("modals.interface-edit.dns-search.label")),1),P1(K(N2),{class:"form-control",tags:r.value.DnsSearch,placeholder:u.$t("modals.interface-edit.dns-search.placeholder"),"add-tag-on-keys":[13,188,32,9],validate:K(O7),onOnTagsChanged:p},null,8,["tags","placeholder","validate"])])):E1("",!0),f("div",$H,[f("div",IH,[f("label",xH,P(u.$t("modals.interface-edit.mtu.label")),1),S1(f("input",{"onUpdate:modelValue":v[6]||(v[6]=M=>r.value.Mtu=M),class:"form-control",placeholder:u.$t("modals.interface-edit.mtu.placeholder"),type:"number"},null,8,OH),[[O1,r.value.Mtu]])]),f("div",NH,[f("label",DH,P(u.$t("modals.interface-edit.firewall-mark.label")),1),S1(f("input",{"onUpdate:modelValue":v[7]||(v[7]=M=>r.value.FirewallMark=M),class:"form-control",placeholder:u.$t("modals.interface-edit.firewall-mark.placeholder"),type:"number"},null,8,RH),[[O1,r.value.FirewallMark]])])]),f("div",FH,[f("div",UH,[f("label",jH,P(u.$t("modals.interface-edit.routing-table.label")),1),S1(f("input",{"onUpdate:modelValue":v[8]||(v[8]=M=>r.value.RoutingTable=M),"aria-describedby":"routingTableHelp",class:"form-control",placeholder:u.$t("modals.interface-edit.routing-table.placeholder"),type:"text"},null,8,WH),[[O1,r.value.RoutingTable]]),f("small",qH,P(u.$t("modals.interface-edit.routing-table.description")),1)]),BH])]),f("fieldset",null,[f("legend",KH,P(u.$t("modals.interface-edit.header-hooks")),1),f("div",GH,[f("label",YH,P(u.$t("modals.interface-edit.pre-up.label")),1),S1(f("textarea",{"onUpdate:modelValue":v[9]||(v[9]=M=>r.value.PreUp=M),class:"form-control",rows:"2",placeholder:u.$t("modals.interface-edit.pre-up.placeholder")},null,8,ZH),[[O1,r.value.PreUp]])]),f("div",XH,[f("label",QH,P(u.$t("modals.interface-edit.post-up.label")),1),S1(f("textarea",{"onUpdate:modelValue":v[10]||(v[10]=M=>r.value.PostUp=M),class:"form-control",rows:"2",placeholder:u.$t("modals.interface-edit.post-up.placeholder")},null,8,JH),[[O1,r.value.PostUp]])]),f("div",cV,[f("label",eV,P(u.$t("modals.interface-edit.pre-down.label")),1),S1(f("textarea",{"onUpdate:modelValue":v[11]||(v[11]=M=>r.value.PreDown=M),class:"form-control",rows:"2",placeholder:u.$t("modals.interface-edit.pre-down.placeholder")},null,8,tV),[[O1,r.value.PreDown]])]),f("div",sV,[f("label",lV,P(u.$t("modals.interface-edit.post-down.label")),1),S1(f("textarea",{"onUpdate:modelValue":v[12]||(v[12]=M=>r.value.PostDown=M),class:"form-control",rows:"2",placeholder:u.$t("modals.interface-edit.post-down.placeholder")},null,8,aV),[[O1,r.value.PostDown]])])]),f("fieldset",null,[f("legend",nV,P(u.$t("modals.interface-edit.header-state")),1),f("div",rV,[S1(f("input",{"onUpdate:modelValue":v[13]||(v[13]=M=>r.value.Disabled=M),class:"form-check-input",type:"checkbox"},null,512),[[b0,r.value.Disabled]]),f("label",iV,P(u.$t("modals.interface-edit.disabled.label")),1)]),f("div",oV,[S1(f("input",{"onUpdate:modelValue":v[14]||(v[14]=M=>r.value.SaveConfig=M),checked:"",class:"form-check-input",type:"checkbox"},null,512),[[b0,r.value.SaveConfig]]),f("label",uV,P(u.$t("modals.interface-edit.save-config.label")),1)])])]),f("div",fV,[f("fieldset",null,[f("legend",hV,P(u.$t("modals.interface-edit.header-network")),1),f("div",dV,[f("label",mV,P(u.$t("modals.interface-edit.defaults.endpoint.label")),1),S1(f("input",{"onUpdate:modelValue":v[15]||(v[15]=M=>r.value.PeerDefEndpoint=M),class:"form-control",placeholder:u.$t("modals.interface-edit.defaults.endpoint.placeholder"),type:"text"},null,8,zV),[[O1,r.value.PeerDefEndpoint]]),f("small",vV,P(u.$t("modals.interface-edit.defaults.endpoint.description")),1)]),f("div",pV,[f("label",HV,P(u.$t("modals.interface-edit.defaults.networks.label")),1),P1(K(N2),{class:"form-control",tags:r.value.PeerDefNetwork,placeholder:u.$t("modals.interface-edit.defaults.networks.placeholder"),"add-tag-on-keys":[13,188,32,9],validate:K(r6),onOnTagsChanged:L},null,8,["tags","placeholder","validate"]),f("small",VV,P(u.$t("modals.interface-edit.defaults.networks.description")),1)]),f("div",gV,[f("label",MV,P(u.$t("modals.interface-edit.defaults.allowed-ip.label")),1),P1(K(N2),{class:"form-control",tags:r.value.PeerDefAllowedIPs,placeholder:u.$t("modals.interface-edit.defaults.allowed-ip.placeholder"),"add-tag-on-keys":[13,188,32,9],validate:K(r6),onOnTagsChanged:y},null,8,["tags","placeholder","validate"])]),f("div",CV,[f("label",LV,P(u.$t("modals.interface-edit.dns.label")),1),P1(K(N2),{class:"form-control",tags:r.value.PeerDefDns,placeholder:u.$t("modals.interface-edit.dns.placeholder"),"add-tag-on-keys":[13,188,32,9],validate:K(x7),onOnTagsChanged:E},null,8,["tags","placeholder","validate"])]),f("div",bV,[f("label",_V,P(u.$t("modals.interface-edit.dns-search.label")),1),P1(K(N2),{class:"form-control",tags:r.value.PeerDefDnsSearch,placeholder:u.$t("modals.interface-edit.dns-search.placeholder"),"add-tag-on-keys":[13,188,32,9],validate:K(O7),onOnTagsChanged:$},null,8,["tags","placeholder","validate"])]),f("div",yV,[f("div",wV,[f("label",AV,P(u.$t("modals.interface-edit.defaults.mtu.label")),1),S1(f("input",{"onUpdate:modelValue":v[16]||(v[16]=M=>r.value.PeerDefMtu=M),class:"form-control",placeholder:u.$t("modals.interface-edit.defaults.mtu.placeholder"),type:"number"},null,8,EV),[[O1,r.value.PeerDefMtu]])]),f("div",kV,[f("label",SV,P(u.$t("modals.interface-edit.firewall-mark.label")),1),S1(f("input",{"onUpdate:modelValue":v[17]||(v[17]=M=>r.value.PeerDefFirewallMark=M),class:"form-control",placeholder:u.$t("modals.interface-edit.firewall-mark.placeholder"),type:"number"},null,8,PV),[[O1,r.value.PeerDefFirewallMark]])])]),f("div",TV,[f("div",$V,[f("label",IV,P(u.$t("modals.interface-edit.routing-table.label")),1),S1(f("input",{"onUpdate:modelValue":v[18]||(v[18]=M=>r.value.PeerDefRoutingTable=M),class:"form-control",placeholder:u.$t("modals.interface-edit.routing-table.placeholder"),type:"number"},null,8,xV),[[O1,r.value.PeerDefRoutingTable]])]),f("div",OV,[f("label",NV,P(u.$t("modals.interface-edit.defaults.keep-alive.label")),1),S1(f("input",{"onUpdate:modelValue":v[19]||(v[19]=M=>r.value.PeerDefPersistentKeepalive=M),class:"form-control",placeholder:u.$t("modals.interface-edit.defaults.keep-alive.placeholder"),type:"number"},null,8,DV),[[O1,r.value.PeerDefPersistentKeepalive]])])])]),f("fieldset",null,[f("legend",RV,P(u.$t("modals.interface-edit.header-peer-hooks")),1),f("div",FV,[f("label",UV,P(u.$t("modals.interface-edit.pre-up.label")),1),S1(f("textarea",{"onUpdate:modelValue":v[20]||(v[20]=M=>r.value.PeerDefPreUp=M),class:"form-control",rows:"2",placeholder:u.$t("modals.interface-edit.pre-up.placeholder")},null,8,jV),[[O1,r.value.PeerDefPreUp]])]),f("div",WV,[f("label",qV,P(u.$t("modals.interface-edit.post-up.label")),1),S1(f("textarea",{"onUpdate:modelValue":v[21]||(v[21]=M=>r.value.PeerDefPostUp=M),class:"form-control",rows:"2",placeholder:u.$t("modals.interface-edit.post-up.placeholder")},null,8,BV),[[O1,r.value.PeerDefPostUp]])]),f("div",KV,[f("label",GV,P(u.$t("modals.interface-edit.pre-down.label")),1),S1(f("textarea",{"onUpdate:modelValue":v[22]||(v[22]=M=>r.value.PeerDefPreDown=M),class:"form-control",rows:"2",placeholder:u.$t("modals.interface-edit.pre-down.placeholder")},null,8,YV),[[O1,r.value.PeerDefPreDown]])]),f("div",ZV,[f("label",XV,P(u.$t("modals.interface-edit.post-down.label")),1),S1(f("textarea",{"onUpdate:modelValue":v[23]||(v[23]=M=>r.value.PeerDefPostDown=M),class:"form-control",rows:"2",placeholder:u.$t("modals.interface-edit.post-down.placeholder")},null,8,QV),[[O1,r.value.PeerDefPostDown]])])]),t.interfaceId!=="#NEW#"?(c1(),a1("fieldset",JV,[cg,f("button",{class:"btn btn-primary me-1",type:"button",onClick:K1(h,["prevent"])},P(u.$t("modals.interface-edit.button-apply-defaults")),9,eg)])):E1("",!0)])])]),footer:s2(()=>[f("div",tg,[t.interfaceId!=="#NEW#"?(c1(),a1("button",{key:0,class:"btn btn-danger me-1",type:"button",onClick:K1(z,["prevent"])},P(u.$t("general.delete")),9,sg)):E1("",!0)]),f("button",{class:"btn btn-primary me-1",type:"button",onClick:K1(_,["prevent"])},P(u.$t("general.save")),9,lg),f("button",{class:"btn btn-secondary",type:"button",onClick:K1(o,["prevent"])},P(u.$t("general.close")),9,ag)]),_:1},8,["title","visible"]))}};Prism.languages.ini={comment:{pattern:/(^[ \f\t\v]*)[#;][^\n\r]*/m,lookbehind:!0},section:{pattern:/(^[ \f\t\v]*)\[[^\n\r\]]*\]?/m,lookbehind:!0,inside:{"section-name":{pattern:/(^\[[ \f\t\v]*)[^ \f\t\v\]]+(?:[ \f\t\v]+[^ \f\t\v\]]+)*/,lookbehind:!0,alias:"selector"},punctuation:/\[|\]/}},key:{pattern:/(^[ \f\t\v]*)[^ \f\n\r\t\v=]+(?:[ \f\t\v]+[^ \f\n\r\t\v=]+)*(?=[ \f\t\v]*=)/m,lookbehind:!0,alias:"attr-name"},value:{pattern:/(=[ \f\t\v]*)[^ \f\n\r\t\v]+(?:[ \f\t\v]+[^ \f\n\r\t\v]+)*/,lookbehind:!0,alias:"attr-value",inside:{"inner-value":{pattern:/^("|').+(?=\1$)/,lookbehind:!0}}},punctuation:/=/};const rg=["onClick"],ig={__name:"InterfaceViewModal",props:{interfaceId:String,visible:Boolean},emits:["close"],setup(c,{emit:e}){const t=c,{t:s}=o4(),l=t4(),a=X1(""),n=D1(()=>l.Find(t.interfaceId)),i=D1(()=>t.visible?s("modals.interface-view.headline")+" "+n.value.Identifier:"");T2(()=>t.visible,async(o,d)=>{d===!1&&o===!0&&(console.log(n.value),await l.LoadInterfaceConfig(n.value.Identifier),a.value=l.configuration)});function r(){e("close")}return(o,d)=>(c1(),G2(b8,{title:i.value,visible:c.visible,onClose:r},{default:s2(()=>[P1(K(Xl),{language:"ini",code:a.value},null,8,["code"])]),footer:s2(()=>[f("button",{class:"btn btn-primary",type:"button",onClick:K1(r,["prevent"])},P(o.$t("general.close")),9,rg)]),_:1},8,["title","visible"]))}},og={class:"page-header row"},ug={class:"col-12 col-lg-8"},fg={class:"col-12 col-lg-4 text-end"},hg=f("div",{class:"form-group"},null,-1),dg={class:"form-group"},mg={class:"input-group mb-3"},zg=["title"],vg=f("i",{class:"fa-solid fa-plus-circle"},null,-1),pg=[vg],Hg=["disabled"],Vg={key:0,value:"nothing"},gg=["value"],Mg={key:0,class:"row"},Cg={class:"col-lg-12"},Lg={class:"mt-5"},bg={key:1,class:"row"},_g={class:"col-lg-12"},yg={class:"card border-secondary mb-4",style:{"min-height":"15rem"}},wg={class:"card-header"},Ag={class:"row"},Eg={class:"col-12 col-lg-8"},kg={key:0,class:"text-danger"},Sg=["title"],Pg={class:"col-12 col-lg-4 text-lg-end"},Tg=["title"],$g=f("i",{class:"fas fa-eye"},null,-1),Ig=[$g],xg=["title","onClick"],Og=f("i",{class:"fas fa-download"},null,-1),Ng=[Og],Dg=["title","onClick"],Rg=f("i",{class:"fas fa-save"},null,-1),Fg=[Rg],Ug=["title"],jg=f("i",{class:"fas fa-cog"},null,-1),Wg=[jg],qg={class:"card-body d-flex flex-column"},Bg={key:0,class:"row"},Kg={class:"col-sm-6"},Gg={class:"table table-sm table-borderless device-status-table"},Yg={class:"col-sm-6"},Zg={class:"table table-sm table-borderless device-status-table"},Xg={key:1,class:"row"},Qg={class:"col-sm-6"},Jg={class:"table table-sm table-borderless device-status-table"},cM={class:"col-sm-6"},eM={class:"table table-sm table-borderless device-status-table"},tM={key:2,class:"row"},sM={class:"col-sm-6"},lM={class:"table table-sm table-borderless device-status-table"},aM={class:"col-sm-6"},nM={class:"table table-sm table-borderless device-status-table"},rM={key:2,class:"mt-4 row"},iM={class:"col-12 col-lg-5"},oM={key:0,class:"mt-2"},uM={key:1,class:"mt-2"},fM={class:"col-12 col-lg-4 text-lg-end"},hM={class:"form-group d-inline"},dM={class:"input-group mb-3"},mM=["placeholder"],zM=["title"],vM=f("i",{class:"fa-solid fa-search"},null,-1),pM=[vM],HM={class:"col-12 col-lg-3 text-lg-end"},VM=["title"],gM=f("i",{class:"fa fa-plus me-1"},null,-1),MM=f("i",{class:"fa fa-users"},null,-1),CM=[gM,MM],LM=["title"],bM=f("i",{class:"fa fa-plus me-1"},null,-1),_M=f("i",{class:"fa fa-user"},null,-1),yM=[bM,_M],wM={key:3,class:"mt-2 table-responsive"},AM={key:0},EM={key:1,id:"peerTable",class:"table table-sm"},kM={scope:"col"},SM=["title"],PM=f("th",{scope:"col"},null,-1),TM={scope:"col"},$M={scope:"col"},IM={scope:"col"},xM={key:0,scope:"col"},OM={key:1,scope:"col"},NM=f("th",{scope:"col"},null,-1),DM=f("th",{scope:"row"},[f("input",{id:"flexCheckDefault",class:"form-check-input",type:"checkbox",value:""})],-1),RM={class:"text-center"},FM=["title"],UM=f("i",{class:"fa fa-circle-xmark"},null,-1),jM=[UM],WM=["title"],qM=f("i",{class:"fas fa-hourglass-end expiring-peer"},null,-1),BM=[qM],KM=["title"],GM=["title"],YM={key:0},ZM={key:1},XM={key:0},QM=["title"],JM=f("i",{class:"fa-solid fa-link"},null,-1),cC=[JM],eC=["title"],tC={key:1},sC=["title"],lC=f("i",{class:"fa-solid fa-link-slash"},null,-1),aC=[lC],nC={class:"text-center"},rC=["title","onClick"],iC=f("i",{class:"fas fa-eye me-2"},null,-1),oC=[iC],uC=["title","onClick"],fC=f("i",{class:"fas fa-cog"},null,-1),hC=[fC],dC={key:4},mC={key:5,class:"mt-3"},zC={class:"row"},vC={class:"col-6"},pC={class:"pagination pagination-sm"},HC=["onClick"],VC={class:"col-6"},gC={class:"form-group row"},MC={class:"col-sm-6 col-form-label text-end",for:"paginationSelector"},CC={class:"col-sm-6"},LC=f("option",{value:"10"},"10",-1),bC=f("option",{value:"25"},"25",-1),_C=f("option",{value:"50"},"50",-1),yC=f("option",{value:"100"},"100",-1),wC={value:"999999999"},na={__name:"InterfaceView",setup(c){const e=q0(),t=t4(),s=_8(),l=X1(""),a=X1(""),n=X1(""),i=X1(""),r=X1("");function o(p,L){let y=p;return L&&(y+=" ("+L+")"),y}async function d(){await t.LoadInterfaceConfig(t.GetSelected.Identifier);let p=t.GetSelected.Identifier+".conf",L=t.configuration,y=document.createElement("a");y.setAttribute("href","data:text/plain;charset=utf-8,"+encodeURIComponent(L)),y.setAttribute("download",p),y.style.display="none",document.body.appendChild(y),y.click(),document.body.removeChild(y)}async function g(){try{await t.SaveConfiguration(t.GetSelected.Identifier),N1({title:"Interface configuration persisted to file",text:"The interface configuration has been written to the wg-quick configuration file.",type:"success"})}catch(p){console.log(p),N1({title:"Failed to persist interface configuration file!",text:p.toString(),type:"error"})}}return M8(async()=>{await t.LoadInterfaces(),await s.LoadPeers(void 0),await s.LoadStats(void 0)}),(p,L)=>(c1(),a1(j1,null,[P1(Dz,{peerId:l.value,visible:l.value!=="",onClose:L[0]||(L[0]=y=>l.value="")},null,8,["peerId","visible"]),P1(Fp,{peerId:a.value,visible:a.value!=="",onClose:L[1]||(L[1]=y=>a.value="")},null,8,["peerId","visible"]),P1(Xp,{visible:n.value!=="",onClose:L[2]||(L[2]=y=>n.value="")},null,8,["visible"]),P1(ng,{interfaceId:i.value,visible:i.value!=="",onClose:L[3]||(L[3]=y=>i.value="")},null,8,["interfaceId","visible"]),P1(ig,{interfaceId:r.value,visible:r.value!=="",onClose:L[4]||(L[4]=y=>r.value="")},null,8,["interfaceId","visible"]),f("div",og,[f("div",ug,[f("h1",null,P(p.$t("interfaces.headline")),1)]),f("div",fg,[hg,f("div",dg,[f("div",mg,[f("button",{class:"input-group-text btn btn-primary",title:p.$t("interfaces.button-add-interface"),onClick:L[5]||(L[5]=K1(y=>i.value="#NEW#",["prevent"]))},pg,8,zg),S1(f("select",{"onUpdate:modelValue":L[6]||(L[6]=y=>K(t).selected=y),disabled:K(t).Count===0,class:"form-select",onChange:L[7]||(L[7]=y=>K(s).LoadPeers())},[K(t).Count===0?(c1(),a1("option",Vg,P(p.$t("interfaces.no-interface.default-selection")),1)):E1("",!0),(c1(!0),a1(j1,null,V2(K(t).All,y=>(c1(),a1("option",{key:y.Identifier,value:y.Identifier},P(o(y.Identifier,y.DisplayName)),9,gg))),128))],40,Hg),[[H7,K(t).selected]])])])])]),K(t).Count===0?(c1(),a1("div",Mg,[f("div",Cg,[f("div",Lg,[f("h4",null,P(p.$t("interfaces.no-interface.headline")),1),f("p",null,P(p.$t("interfaces.no-interface.abstract")),1)])])])):E1("",!0),K(t).Count!==0?(c1(),a1("div",bg,[f("div",_g,[f("div",yg,[f("div",wg,[f("div",Ag,[f("div",Eg,[n2(P(p.$t("interfaces.interface.headline"))+" ",1),f("strong",null,P(K(t).GetSelected.Identifier),1),n2(" ("+P(K(t).GetSelected.Mode)+" "+P(p.$t("interfaces.interface.mode"))+") ",1),K(t).GetSelected.Disabled?(c1(),a1("span",kg,[f("i",{class:"fa fa-circle-xmark",title:K(t).GetSelected.DisabledReason},null,8,Sg)])):E1("",!0)]),f("div",Pg,[f("a",{class:"btn-link",href:"#",title:p.$t("interfaces.interface.button-show-config"),onClick:L[8]||(L[8]=K1(y=>r.value=K(t).GetSelected.Identifier,["prevent"]))},Ig,8,Tg),f("a",{class:"ms-5 btn-link",href:"#",title:p.$t("interfaces.interface.button-download-config"),onClick:K1(d,["prevent"])},Ng,8,xg),K(e).Setting("PersistentConfigSupported")?(c1(),a1("a",{key:0,class:"ms-5 btn-link",href:"#",title:p.$t("interfaces.interface.button-store-config"),onClick:K1(g,["prevent"])},Fg,8,Dg)):E1("",!0),f("a",{class:"ms-5 btn-link",href:"#",title:p.$t("interfaces.interface.button-edit"),onClick:L[9]||(L[9]=K1(y=>i.value=K(t).GetSelected.Identifier,["prevent"]))},Wg,8,Ug)])])]),f("div",qg,[K(t).GetSelected.Mode==="server"?(c1(),a1("div",Bg,[f("div",Kg,[f("table",Gg,[f("tbody",null,[f("tr",null,[f("td",null,P(p.$t("interfaces.interface.key"))+":",1),f("td",null,P(K(t).GetSelected.PublicKey),1)]),f("tr",null,[f("td",null,P(p.$t("interfaces.interface.endpoint"))+":",1),f("td",null,P(K(t).GetSelected.PeerDefEndpoint),1)]),f("tr",null,[f("td",null,P(p.$t("interfaces.interface.port"))+":",1),f("td",null,P(K(t).GetSelected.ListenPort),1)]),f("tr",null,[f("td",null,P(p.$t("interfaces.interface.peers"))+":",1),f("td",null,P(K(t).GetSelected.EnabledPeers),1)]),f("tr",null,[f("td",null,P(p.$t("interfaces.interface.total-peers"))+":",1),f("td",null,P(K(t).GetSelected.TotalPeers),1)])])])]),f("div",Yg,[f("table",Zg,[f("tbody",null,[f("tr",null,[f("td",null,P(p.$t("interfaces.interface.ip"))+":",1),f("td",null,[(c1(!0),a1(j1,null,V2(K(t).GetSelected.Addresses,y=>(c1(),a1("span",{class:"badge bg-light me-1",key:y},P(y),1))),128))])]),f("tr",null,[f("td",null,P(p.$t("interfaces.interface.dns"))+":",1),f("td",null,[(c1(!0),a1(j1,null,V2(K(t).GetSelected.Dns,y=>(c1(),a1("span",{class:"badge bg-light me-1",key:y},P(y),1))),128))])]),f("tr",null,[f("td",null,P(p.$t("interfaces.interface.mtu"))+":",1),f("td",null,P(K(t).GetSelected.Mtu),1)]),f("tr",null,[f("td",null,P(p.$t("interfaces.interface.default-keep-alive"))+":",1),f("td",null,P(K(t).GetSelected.PeerDefPersistentKeepalive),1)]),f("tr",null,[f("td",null,P(p.$t("interfaces.interface.default-allowed-ip"))+":",1),f("td",null,[(c1(!0),a1(j1,null,V2(K(t).GetSelected.PeerDefAllowedIPs,y=>(c1(),a1("span",{class:"badge bg-light me-1",key:y},P(y),1))),128))])])])])])])):E1("",!0),K(t).GetSelected.Mode==="client"?(c1(),a1("div",Xg,[f("div",Qg,[f("table",Jg,[f("tbody",null,[f("tr",null,[f("td",null,P(p.$t("interfaces.interface.key"))+":",1),f("td",null,P(K(t).GetSelected.PublicKey),1)]),f("tr",null,[f("td",null,P(p.$t("interfaces.interface.endpoints"))+":",1),f("td",null,P(K(t).GetSelected.EnabledPeers),1)]),f("tr",null,[f("td",null,P(p.$t("interfaces.interface.total-endpoints"))+":",1),f("td",null,P(K(t).GetSelected.TotalPeers),1)])])])]),f("div",cM,[f("table",eM,[f("tbody",null,[f("tr",null,[f("td",null,P(p.$t("interfaces.interface.ip"))+":",1),f("td",null,[(c1(!0),a1(j1,null,V2(K(t).GetSelected.Addresses,y=>(c1(),a1("span",{class:"badge bg-light me-1",key:y},P(y),1))),128))])]),f("tr",null,[f("td",null,P(p.$t("interfaces.interface.dns"))+":",1),f("td",null,[(c1(!0),a1(j1,null,V2(K(t).GetSelected.Dns,y=>(c1(),a1("span",{class:"badge bg-light me-1",key:y},P(y),1))),128))])]),f("tr",null,[f("td",null,P(p.$t("interfaces.interface.mtu"))+":",1),f("td",null,P(K(t).GetSelected.Mtu),1)])])])])])):E1("",!0),K(t).GetSelected.Mode==="any"?(c1(),a1("div",tM,[f("div",sM,[f("table",lM,[f("tbody",null,[f("tr",null,[f("td",null,P(p.$t("interfaces.interface.key"))+":",1),f("td",null,P(K(t).GetSelected.PublicKey),1)]),f("tr",null,[f("td",null,P(p.$t("interfaces.interface.endpoint"))+":",1),f("td",null,P(K(t).GetSelected.PeerDefEndpoint),1)]),f("tr",null,[f("td",null,P(p.$t("interfaces.interface.port"))+":",1),f("td",null,P(K(t).GetSelected.ListenPort),1)]),f("tr",null,[f("td",null,P(p.$t("interfaces.interface.peers"))+":",1),f("td",null,P(K(t).GetSelected.EnabledPeers),1)]),f("tr",null,[f("td",null,P(p.$t("interfaces.interface.total-peers"))+":",1),f("td",null,P(K(t).GetSelected.TotalPeers),1)])])])]),f("div",aM,[f("table",nM,[f("tbody",null,[f("tr",null,[f("td",null,P(p.$t("interfaces.interface.ip"))+":",1),f("td",null,[(c1(!0),a1(j1,null,V2(K(t).GetSelected.Addresses,y=>(c1(),a1("span",{class:"badge bg-light me-1",key:y},P(y),1))),128))])]),f("tr",null,[f("td",null,P(p.$t("interfaces.interface.default-allowed-ip"))+":",1),f("td",null,[(c1(!0),a1(j1,null,V2(K(t).GetSelected.PeerDefAllowedIPs,y=>(c1(),a1("span",{class:"badge bg-light me-1",key:y},P(y),1))),128))])]),f("tr",null,[f("td",null,P(p.$t("interfaces.interface.dns"))+":",1),f("td",null,[(c1(!0),a1(j1,null,V2(K(t).GetSelected.PeerDefDns,y=>(c1(),a1("span",{class:"badge bg-light me-1",key:y},P(y),1))),128))])]),f("tr",null,[f("td",null,P(p.$t("interfaces.interface.mtu"))+":",1),f("td",null,P(K(t).GetSelected.Mtu),1)]),f("tr",null,[f("td",null,P(p.$t("interfaces.interface.default-keep-alive"))+":",1),f("td",null,P(K(t).GetSelected.PeerDefPersistentKeepalive),1)])])])])])):E1("",!0)])])])])):E1("",!0),K(t).Count!==0?(c1(),a1("div",rM,[f("div",iM,[K(t).GetSelected.Mode==="server"?(c1(),a1("h2",oM,P(p.$t("interfaces.headline-peers")),1)):(c1(),a1("h2",uM,P(p.$t("interfaces.headline-endpoints")),1))]),f("div",fM,[f("div",hM,[f("div",dM,[S1(f("input",{"onUpdate:modelValue":L[10]||(L[10]=y=>K(s).filter=y),class:"form-control",placeholder:p.$t("general.search.placeholder"),type:"text",onKeyup:L[11]||(L[11]=(...y)=>K(s).afterPageSizeChange&&K(s).afterPageSizeChange(...y))},null,40,mM),[[O1,K(s).filter]]),f("button",{class:"input-group-text btn btn-primary",title:p.$t("general.search.button")},pM,8,zM)])])]),f("div",HM,[f("a",{class:"btn btn-primary ms-2",href:"#",title:p.$t("interfaces.button-add-peers"),onClick:L[12]||(L[12]=K1(y=>n.value="#NEW#",["prevent"]))},CM,8,VM),f("a",{class:"btn btn-primary ms-2",href:"#",title:p.$t("interfaces.button-add-peer"),onClick:L[13]||(L[13]=K1(y=>a.value="#NEW#",["prevent"]))},yM,8,LM)])])):E1("",!0),K(t).Count!==0?(c1(),a1("div",wM,[K(s).Count===0?(c1(),a1("div",AM,[f("h4",null,P(p.$t("interfaces.no-peer.headline")),1),f("p",null,P(p.$t("interfaces.no-peer.abstract")),1)])):E1("",!0),K(s).Count!==0?(c1(),a1("table",EM,[f("thead",null,[f("tr",null,[f("th",kM,[f("input",{id:"flexCheckDefault",class:"form-check-input",title:p.$t("general.select-all"),type:"checkbox",value:""},null,8,SM)]),PM,f("th",TM,P(p.$t("interfaces.table-heading.name")),1),f("th",$M,P(p.$t("interfaces.table-heading.user")),1),f("th",IM,P(p.$t("interfaces.table-heading.ip")),1),K(t).GetSelected.Mode==="client"?(c1(),a1("th",xM,P(p.$t("interfaces.table-heading.endpoint")),1)):E1("",!0),K(s).hasStatistics?(c1(),a1("th",OM,P(p.$t("interfaces.table-heading.status")),1)):E1("",!0),NM])]),f("tbody",null,[(c1(!0),a1(j1,null,V2(K(s).FilteredAndPaged,y=>(c1(),a1("tr",{key:y.Identifier},[DM,f("td",RM,[y.Disabled?(c1(),a1("span",{key:0,class:"text-danger",title:p.$t("interfaces.peer-disabled")+" "+y.DisabledReason},jM,8,FM)):E1("",!0),!y.Disabled&&y.ExpiresAt?(c1(),a1("span",{key:1,class:"text-warning",title:p.$t("interfaces.peer-expiring")+" "+y.ExpiresAt},BM,8,WM)):E1("",!0)]),f("td",null,[y.DisplayName?(c1(),a1("span",{key:0,title:y.Identifier},P(y.DisplayName),9,KM)):(c1(),a1("span",{key:1,title:y.Identifier},P(p.$filters.truncate(y.Identifier,10)),9,GM))]),f("td",null,P(y.UserIdentifier),1),f("td",null,[(c1(!0),a1(j1,null,V2(y.Addresses,E=>(c1(),a1("span",{key:E,class:"badge bg-light me-1"},P(E),1))),128))]),K(t).GetSelected.Mode==="client"?(c1(),a1("td",YM,P(y.Endpoint.Value),1)):E1("",!0),K(s).hasStatistics?(c1(),a1("td",ZM,[K(s).Statistics(y.Identifier).IsConnected?(c1(),a1("div",XM,[f("span",{class:"badge rounded-pill bg-success",title:p.$t("interfaces.peer-connected")},cC,8,QM),n2(),f("span",{title:p.$t("interfaces.peer-handshake")+" "+K(s).Statistics(y.Identifier).LastHandshake},P(p.$t("interfaces.peer-connected")),9,eC)])):(c1(),a1("div",tC,[f("span",{class:"badge rounded-pill bg-light",title:p.$t("interfaces.peer-not-connected")},aC,8,sC)]))])):E1("",!0),f("td",nC,[f("a",{href:"#",title:p.$t("interfaces.button-show-peer"),onClick:K1(E=>l.value=y.Identifier,["prevent"])},oC,8,rC),f("a",{href:"#",title:p.$t("interfaces.button-edit-peer"),onClick:K1(E=>a.value=y.Identifier,["prevent"])},hC,8,uC)])]))),128))])])):E1("",!0)])):E1("",!0),K(t).Count!==0?(c1(),a1("hr",dC)):E1("",!0),K(t).Count!==0?(c1(),a1("div",mC,[f("div",zC,[f("div",vC,[f("ul",pC,[f("li",{class:f2([{disabled:K(s).pageOffset===0},"page-item"])},[f("a",{class:"page-link",onClick:L[14]||(L[14]=(...y)=>K(s).previousPage&&K(s).previousPage(...y))},"«")],2),(c1(!0),a1(j1,null,V2(K(s).pages,y=>(c1(),a1("li",{key:y,class:f2([{active:K(s).currentPage===y},"page-item"])},[f("a",{class:"page-link",onClick:E=>K(s).gotoPage(y)},P(y),9,HC)],2))),128)),f("li",{class:f2([{disabled:!K(s).hasNextPage},"page-item"])},[f("a",{class:"page-link",onClick:L[15]||(L[15]=(...y)=>K(s).nextPage&&K(s).nextPage(...y))},"»")],2)])]),f("div",VC,[f("div",gC,[f("label",MC,P(p.$t("general.pagination.size"))+":",1),f("div",CC,[S1(f("select",{"onUpdate:modelValue":L[16]||(L[16]=y=>K(s).pageSize=y),class:"form-select",onClick:L[17]||(L[17]=y=>K(s).afterPageSizeChange())},[LC,bC,_C,yC,f("option",wC,P(p.$t("general.pagination.all")),1)],512),[[H7,K(s).pageSize,void 0,{number:!0}]])])])])])])):E1("",!0)],64))}},AC=Object.freeze(Object.defineProperty({__proto__:null,default:na},Symbol.toStringTag,{value:"Module"})),i6=mf({history:Su(),routes:[{path:"/",name:"home",component:bh},{path:"/login",name:"login",component:Jh},{path:"/interface",name:"interface",component:na},{path:"/interfaces",name:"interfaces",component:()=>D5(()=>Promise.resolve().then(()=>AC),void 0)},{path:"/users",name:"users",component:()=>D5(()=>import("./UserView-e0476ed5.js"),[])},{path:"/profile",name:"profile",component:()=>D5(()=>import("./ProfileView-d2140a6a.js"),[])}],linkActiveClass:"active",linkExactActiveClass:"exact-active"});i6.beforeEach(async c=>{const e=w6();if("wgLoginState"in c.query&&!e.IsAuthenticated){const l=c.query.wgLoginState,a=e.ReturnUrl;if(console.log("Oauth login callback:",l),l==="success")try{const n=await e.LoadSession();return console.log("Oauth login completed for UID:",n),console.log("Continuing to:",a),N1({title:"Logged in",text:"Authentication suceeded!",type:"success"}),e.ResetReturnUrl(),a}catch{return N1({title:"Login failed!",text:"Oauth session is invalid!",type:"error"}),"/login"}else return N1({title:"Login failed!",text:"Authentication via Oauth failed!",type:"error"}),"/login"}if(!["/","/login"].includes(c.path)&&!e.IsAuthenticated)return e.SetReturnUrl(c.fullPath),"/login"});const w6=L8({id:"auth",state:()=>({user:JSON.parse(localStorage.getItem("user")),providers:[],returnUrl:localStorage.getItem("returnUrl")}),getters:{UserIdentifier:c=>{var e;return((e=c.user)==null?void 0:e.Identifier)||"unknown"},User:c=>c.user,LoginProviders:c=>c.providers,IsAuthenticated:c=>c.user!=null,IsAdmin:c=>{var e;return((e=c.user)==null?void 0:e.IsAdmin)||!1},ReturnUrl:c=>c.returnUrl||"/"},actions:{SetReturnUrl(c){this.returnUrl=c,localStorage.setItem("returnUrl",c)},ResetReturnUrl(){this.returnUrl=null,localStorage.removeItem("returnUrl")},async LoadProviders(){e2.get("/auth/providers").then(c=>this.providers=c).catch(c=>{this.providers=[],console.log("Failed to load auth providers: ",c),N1({title:"Backend Connection Failure",text:"Failed to load external authentication providers!"})})},async LoadSession(){return e2.get("/auth/session").then(c=>c.LoggedIn===!0?(this.ResetReturnUrl(),this.setUserInfo(c),c.UserIdentifier):(this.setUserInfo(null),Promise.reject(new Error("session not authenticated")))).catch(c=>(this.setUserInfo(null),Promise.reject(c)))},async Login(c,e){return e2.post("/auth/login",{username:c,password:e}).then(t=>(this.ResetReturnUrl(),this.setUserInfo(t),t.Identifier)).catch(t=>(console.log("Login failed:",t),this.setUserInfo(null),Promise.reject(new Error("login failed"))))},async Logout(){this.setUserInfo(null),this.ResetReturnUrl();try{await e2.post("/auth/logout")}catch(c){console.log("Logout request failed:",c)}N1({title:"Logged Out",text:"Logout successful!",type:"warn"}),await i6.push("/login")},setUserInfo(c){c?("UserIdentifier"in c?this.user={Identifier:c.UserIdentifier,Firstname:c.UserFirstname,Lastname:c.UserLastname,Email:c.UserEmail,IsAdmin:c.IsAdmin}:this.user={Identifier:c.Identifier,Firstname:c.Firstname,Lastname:c.Lastname,Email:c.Email,IsAdmin:c.IsAdmin},localStorage.setItem("user",JSON.stringify(this.user))):(this.user=null,localStorage.removeItem("user"))}}}),EC={class:"navbar navbar-expand-lg navbar-dark bg-primary"},kC={class:"container-fluid"},SC=f("a",{class:"navbar-brand",href:"/"},[f("img",{alt:"WireGuard Portal",src:hu})],-1),PC=f("button",{"aria-controls":"navbarColor01","aria-expanded":"false","aria-label":"Toggle navigation",class:"navbar-toggler","data-bs-target":"#navbarTop","data-bs-toggle":"collapse",type:"button"},[f("span",{class:"navbar-toggler-icon"})],-1),TC={id:"navbarTop",class:"collapse navbar-collapse"},$C={class:"navbar-nav me-auto"},IC={class:"nav-item"},xC={key:0,class:"nav-item"},OC={key:1,class:"nav-item"},NC={class:"navbar-nav d-flex justify-content-end"},DC={key:0,class:"nav-item dropdown"},RC={"aria-expanded":"false","aria-haspopup":"true",class:"nav-link dropdown-toggle","data-bs-toggle":"dropdown",href:"#",role:"button"},FC={class:"dropdown-menu"},UC=f("i",{class:"fas fa-user"},null,-1),jC=f("div",{class:"dropdown-divider"},null,-1),WC=f("i",{class:"fas fa-sign-out-alt"},null,-1),qC={key:1,class:"nav-item"},BC=f("i",{class:"fas fa-sign-in-alt fa-sm fa-fw me-2"},null,-1),KC={class:"container mt-5 flex-shrink-0"},GC={class:"page-footer mt-auto"},YC={class:"container mt-5"},ZC={class:"row align-items-center"},XC={class:"col-6"},QC={key:0},JC={class:"col-6 text-end"},cL=["aria-label"],eL={class:"btn-group",role:"group"},tL={"aria-expanded":"false","aria-haspopup":"true",class:"btn btn btn-secondary pe-0","data-bs-toggle":"dropdown",type:"button"},sL={"aria-labelledby":"btnGroupDrop3",class:"dropdown-menu",style:{}},lL=f("span",{class:"fi fi-us"},null,-1),aL=f("span",{class:"fi fi-de"},null,-1),nL={__name:"App",setup(c){const e=k4().appContext.config.globalProperties,t=w6(),s=Ll(),l=q0();M8(async()=>{console.log("Starting WireGuard Portal frontend..."),await s.LoadSecurityProperties(),await t.LoadProviders();let d=t.IsAuthenticated;try{await t.LoadSession(),await l.LoadSettings(),console.log("WireGuard Portal session is valid")}catch{d&&(console.log("WireGuard Portal invalid - logging out"),await t.Logout())}console.log("WireGuard Portal ready!")});const a=function(d){e.$i18n.locale!==d&&(localStorage.setItem("wgLang",d),e.$i18n.locale=d)},n=D1(()=>{let d=e.$i18n.locale.toLowerCase();return d==="en"&&(d="us"),"fi-"+d}),i=X1(WGPORTAL_SITE_COMPANY_NAME),r=X1(WGPORTAL_VERSION),o=X1(new Date().getFullYear());return(d,g)=>{const p=o9("notifications");return c1(),a1(j1,null,[P1(p,{duration:3e3,"ignore-duplicates":!0,position:"top right"}),f("nav",EC,[f("div",kC,[SC,PC,f("div",TC,[f("ul",$C,[f("li",IC,[P1(K(b3),{to:{name:"home"},class:"nav-link"},{default:s2(()=>[n2(P(d.$t("menu.home")),1)]),_:1})]),K(t).IsAuthenticated&&K(t).IsAdmin?(c1(),a1("li",xC,[P1(K(b3),{to:{name:"interfaces"},class:"nav-link"},{default:s2(()=>[n2(P(d.$t("menu.interfaces")),1)]),_:1})])):E1("",!0),K(t).IsAuthenticated&&K(t).IsAdmin?(c1(),a1("li",OC,[P1(K(b3),{to:{name:"users"},class:"nav-link"},{default:s2(()=>[n2(P(d.$t("menu.users")),1)]),_:1})])):E1("",!0)]),f("div",NC,[K(t).IsAuthenticated?(c1(),a1("div",DC,[f("a",RC,P(K(t).User.Firstname)+" "+P(K(t).User.Lastname),1),f("div",FC,[P1(K(b3),{to:{name:"profile"},class:"dropdown-item"},{default:s2(()=>[UC,n2(" "+P(d.$t("menu.profile")),1)]),_:1}),jC,f("a",{class:"dropdown-item",href:"#",onClick:g[0]||(g[0]=K1((...L)=>K(t).Logout&&K(t).Logout(...L),["prevent"]))},[WC,n2(" "+P(d.$t("menu.logout")),1)])])])):E1("",!0),K(t).IsAuthenticated?E1("",!0):(c1(),a1("div",qC,[P1(K(b3),{to:{name:"login"},class:"nav-link"},{default:s2(()=>[BC,n2(P(d.$t("menu.login")),1)]),_:1})]))])])])]),f("div",KC,[P1(K(Ml))]),f("footer",GC,[f("div",YC,[f("div",ZC,[f("div",XC,[n2("Copyright © "+P(i.value)+" "+P(o.value)+" ",1),K(t).IsAuthenticated?(c1(),a1("span",QC," - version "+P(r.value),1)):E1("",!0)]),f("div",JC,[f("div",{"aria-label":d.$t("menu.lang"),class:"btn-group",role:"group"},[f("div",eL,[f("button",tL,[f("span",{class:f2([n.value,"fi"])},null,2)]),f("div",sL,[f("a",{class:"dropdown-item",href:"#",onClick:g[1]||(g[1]=K1(L=>a("en"),["prevent"]))},[lL,n2(" English")]),f("a",{class:"dropdown-item",href:"#",onClick:g[2]||(g[2]=K1(L=>a("de"),["prevent"]))},[aL,n2(" Deutsch")])])])],8,cL)])])])])],64)}}},rL={pagination:{size:"Anzahl an Elementen",all:"Alle (langsam)"},search:{placeholder:"Suche...",button:"Suchen"},"select-all":"Alle auswählen",yes:"Ja",no:"Nein",cancel:"Abbrechen",close:"Schließen",save:"Speichern",delete:"Löschen"},iL={headline:"Bitte melden Sie sich an",username:{label:"Benutzername",placeholder:"Bitte geben Sie Ihren Benutzernamen ein"},password:{label:"Kennwort",placeholder:"Bitte geben Sie Ihr Passwort ein"},button:"Anmelden"},oL={home:"Home",interfaces:"Schnittstellen",users:"Benutzer",lang:"Sprache ändern",profile:"Mein Profil",login:"Anmelden",logout:"Abmelden"},uL={headline:"WireGuard® VPN Portal","info-headline":"Mehr Informationen",abstract:"WireGuard® ist ein extrem einfaches, aber dennoch schnelles und modernes VPN, das modernste Kryptographie nutzt. Es zielt darauf ab, schneller, einfacher, schlanker und nützlicher als IPsec zu sein, während es die massiven Kopfschmerzen vermeidet. Es soll wesentlich leistungsfähiger sein als OpenVPN.",installation:{"box-header":"WireGuard Installation",headline:"Installation",content:"Die Installationsanweisungen für die Client-Software finden Sie auf der offiziellen WireGuard-Website.",btn:"Anleitung öffnen"},"about-wg":{"box-header":"Über WireGuard",headline:"Über",content:"WireGuard® ist ein extrem einfaches, aber schnelles und modernes VPN, das modernste Kryptographie verwendet.",button:"Details"},"about-portal":{"box-header":"Über WireGuard Portal",headline:"WireGuard Portal",content:"WireGuard Portal ist ein einfaches, webbasiertes Konfigurationsportal für WireGuard.",button:"Details"},profiles:{headline:"VPN Profile",abstract:"Über Ihr Benutzerprofil können Sie auf Ihre persönlichen VPN-Konfigurationen zugreifen und diese herunterladen.",content:"Um alle Ihre konfigurierten Profile zu finden, klicken Sie auf die Schaltfläche unten.",button:"Mein Profil öffnen"},admin:{headline:"Verwaltungsbereich",abstract:"Im Administrationsbereich können Sie VPN-Zugänge und die Serverschnittstelle sowie die Benutzer, die sich am VPN-Portal anmelden dürfen, verwalten.",content:"","button-admin":"Schnittstellenverwaltung","button-user":"Benutzerverwaltung"}},fL={headline:"Schnittstellenverwaltung","headline-peers":"Current VPN Peers","headline-endpoints":"Current Endpoints","no-interface":{"default-selection":"No Interface available",headline:"No interfaces found...",abstract:"Click the plus button above to create a new WireGuard interface."},"no-peer":{headline:"No peers available",abstract:"Currently, there are no peers available for the selected WireGuard interface."},"table-heading":{name:"Name",user:"User",ip:"IP's",endpoint:"Endpoint",status:"Status"},interface:{headline:"Interface status for",mode:"mode",key:"Public Key",endpoint:"Public Endpoint",port:"Listening Port",peers:"Enabled Peers","total-peers":"Total Peers",endpoints:"Enabled Endpoints","total-endpoints":"Total Endpoints",ip:"IP Address","default-allowed-ip":"Default allowed IPs",dns:"DNS Servers",mtu:"MTU","default-keep-alive":"Default Keepalive Interval","button-show-config":"Show configuration","button-download-config":"Download configuration","button-store-config":"Store configuration for wg-quick","button-edit":"Edit interface"},"button-add-interface":"Add Interface","button-add-peer":"Add Peer","button-add-peers":"Add Multiple Peers","button-show-peer":"Show Peer","button-edit-peer":"Edit Peer","peer-disabled":"Peer is disabled, reason:","peer-expiring":"Peer is expiring at","peer-connected":"Connected","peer-not-connected":"Not Connected","peer-handshake":"Last handshake:"},hL={headline:"Benutzerverwaltung","table-heading":{id:"ID",email:"E-Mail",firstname:"Firstname",lastname:"Lastname",source:"Source",peers:"Peers",admin:"Admin"},"no-user":{headline:"No users available",abstract:"Currently, there are no users registered with WireGuard Portal."},"button-add-user":"Add User","button-show-user":"Show User","button-edit-user":"Edit User","user-disabled":"User is disabled, reason:","user-locked":"Account is locked, reason:",admin:"User has administrator privileges","no-admin":"User has no administrator privileges"},dL={headline:"Meine VPN-Konfigurationen","table-heading":{name:"Name",ip:"IP's",stats:"Status",interface:"Server Interface"},"no-peer":{headline:"No peers available",abstract:"Currently, there are no peers associated with your user profile."},"peer-connected":"Connected","button-add-peer":"Add Peer","button-show-peer":"Show Peer","button-edit-peer":"Edit Peer"},mL={"user-view":{headline:"User Account:","tab-user":"Information","tab-peers":"Peers","headline-info":"User Information:","headline-notes":"Notes:",email:"E-Mail",firstname:"Firstname",lastname:"Lastname",phone:"Phone number",department:"Department",disabled:"Account Disabled",locked:"Account Locked","no-peers":"User has no associated peers.",peers:{name:"Name",interface:"Interface",ip:"IP's"}},"user-edit":{"headline-edit":"Edit user:","headline-new":"New user","header-general":"General","header-personal":"User Information","header-notes":"Notes","header-state":"State",identifier:{label:"Identifier",placeholder:"The unique user identifier"},source:{label:"Source",placeholder:"The user source"},password:{label:"Password",placeholder:"A super secret password",description:"Leave this field blank to keep current password."},email:{label:"Email",placeholder:"The email address"},phone:{label:"Phone",placeholder:"The phone number"},department:{label:"Department",placeholder:"The department"},firstname:{label:"Firstname",placeholder:"Firstname"},lastname:{label:"Lastname",placeholder:"Lastname"},notes:{label:"Notes",placeholder:""},disabled:{label:"Disabled (no WireGuard connection and no login possible)"},locked:{label:"Locked (no login possible, WireGuard connections still work)"},admin:{label:"Is Admin"}},"interface-view":{headline:"Config for Interface:"},"interface-edit":{"headline-edit":"Edit Interface:","headline-new":"New Interface","tab-interface":"Interface","tab-peerdef":"Peer Defaults","header-general":"General","header-network":"Network","header-crypto":"Cryptography","header-hooks":"Interface Hooks","header-peer-hooks":"Hooks","header-state":"State",identifier:{label:"Identifier",placeholder:"The unique interface identifier"},mode:{label:"Interface Mode",server:"Server Mode",client:"Client Mode",any:"Unknown Mode"},"display-name":{label:"Display Name",placeholder:"The descriptive name for the interface"},"private-key":{label:"Private Key",placeholder:"The private key"},"public-key":{label:"Public Key",placeholder:"The public key"},ip:{label:"IP Addresses",placeholder:"IP Addresses (CIDR format)"},"listen-port":{label:"Listen Port",placeholder:"The listening port"},dns:{label:"DNS Server",placeholder:"The DNS servers that should be used"},"dns-search":{label:"DNS Search Domains",placeholder:"DNS search prefixes"},mtu:{label:"MTU",placeholder:"The interface MTU (0 = keep default)"},"firewall-mark":{label:"Firewall Mark",placeholder:"Firewall mark that is applied to outgoing traffic. (0 = automatic)"},"routing-table":{label:"Routing Table",placeholder:"The routing table ID",description:"Special cases: off = do not manage routes, 0 = automatic"},"pre-up":{label:"Pre-Up",placeholder:"One or multiple bash commands separated by ;"},"post-up":{label:"Post-Up",placeholder:"One or multiple bash commands separated by ;"},"pre-down":{label:"Pre-Down",placeholder:"One or multiple bash commands separated by ;"},"post-down":{label:"Post-Down",placeholder:"One or multiple bash commands separated by ;"},disabled:{label:"Interface Disabled"},"save-config":{label:"Automatically save wg-quick config"},defaults:{endpoint:{label:"Endpoint Address",placeholder:"Endpoint Address",description:"The endpoint address that peers will connect to."},networks:{label:"IP Networks",placeholder:"Network Addresses",description:"Peers will get IP addresses from those subnets."},"allowed-ip":{label:"Allowed IP Addresses",placeholder:"Default Allowed IP Addresses"},mtu:{label:"MTU",placeholder:"The client MTU (0 = keep default)"},"keep-alive":{label:"Keep Alive Interval",placeholder:"Persistent Keepalive (0 = default)"}},"button-apply-defaults":"Apply Peer Defaults"},"peer-view":{"headline-peer":"Peer:","headline-endpoint":"Endpoint:","section-info":"Peer Information","section-status":"Current Status","section-config":"Configuration",identifier:"Identifier",ip:"IP Addresses",user:"Associated User",notes:"Notes","expiry-status":"Expires At","disabled-status":"Disabled At",traffic:"Traffic","connection-status":"Connection Stats",upload:"Uploaded Bytes (from Server to Peer)",download:"Downloaded Bytes (from Peer to Server)",pingable:"Is Pingable",handshake:"Last Handshake","connected-since":"Connected since",endpoint:"Endpoint","button-download":"Download configuration","button-email":"Send configuration via E-Mail"},"peer-edit":{"headline-edit-peer":"Edit peer:","headline-edit-endpoint":"Edit endpoint:","headline-new-peer":"Create peer","headline-new-endpoint":"Create endpoint","header-general":"General","header-network":"Network","header-crypto":"Cryptography","header-hooks":"Hooks (Executed on Peer)","header-state":"State","display-name":{label:"Display Name",placeholder:"The descriptive name for the peer"},"linked-user":{label:"Linked User",placeholder:"The user account which owns this peer"},"private-key":{label:"Private Key",placeholder:"The private key"},"public-key":{label:"Public Key",placeholder:"The public key"},"preshared-key":{label:"Preshared Key",placeholder:"Optional pre-shared key"},"endpoint-public-key":{label:"Endpoint public Key",placeholder:"The public key of the remote endpoint"},endpoint:{label:"Endpoint Address",placeholder:"The address of the remote endpoint"},ip:{label:"IP Addresses",placeholder:"IP Addresses (CIDR format)"},"allowed-ip":{label:"Allowed IP Addresses",placeholder:"Allowed IP Addresses (CIDR format)"},"extra-allowed-ip":{label:"Extra allowed IP Addresses",placeholder:"Extra allowed IP's (Server Sided)",description:"Those IP's will be added on the remote WireGuard interface as allowed IP's."},dns:{label:"DNS Server",placeholder:"The DNS servers that should be used"},"dns-search":{label:"DNS Search Domains",placeholder:"DNS search prefixes"},"keep-alive":{label:"Keep Alive Interval",placeholder:"Persistent Keepalive (0 = default)"},mtu:{label:"MTU",placeholder:"The client MTU (0 = keep default)"},"pre-up":{label:"Pre-Up",placeholder:"One or multiple bash commands separated by ;"},"post-up":{label:"Post-Up",placeholder:"One or multiple bash commands separated by ;"},"pre-down":{label:"Pre-Down",placeholder:"One or multiple bash commands separated by ;"},"post-down":{label:"Post-Down",placeholder:"One or multiple bash commands separated by ;"},disabled:{label:"Peer Disabled"},"ignore-global":{label:"Ignore global settings"},"expires-at":{label:"Expiry date"}},"peer-multi-create":{"headline-peer":"Create multiple peers","headline-endpoint":"Create multiple endpoints",identifiers:{label:"User Identifiers",placeholder:"User Identifiers",description:"A user identifier (the username) for which a peer should be created."},prefix:{"headline-peer":"Peer:","headline-endpoint":"Endpoint:",label:"Display Name Prefix",placeholder:"The prefix",description:"A prefix that is added to the peers display name."}}},zL={general:rL,login:iL,menu:oL,home:uL,interfaces:fL,users:hL,profile:dL,modals:mL},vL={pagination:{size:"Number of Elements",all:"All (slow)"},search:{placeholder:"Search...",button:"Search"},"select-all":"Select all",yes:"Yes",no:"No",cancel:"Cancel",close:"Close",save:"Save",delete:"Delete"},pL={headline:"Please sign in",username:{label:"Username",placeholder:"Please enter your username"},password:{label:"Password",placeholder:"Please enter your password"},button:"Sign in"},HL={home:"Home",interfaces:"Interfaces",users:"Users",lang:"Toggle Language",profile:"My Profile",login:"Login",logout:"Logout"},VL={headline:"WireGuard® VPN Portal","info-headline":"More Information",abstract:"WireGuard® is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPsec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN.",installation:{"box-header":"WireGuard Installation",headline:"Installation",content:"Installation instructions for client software can be found on the official WireGuard website.",btn:"Open Instructions"},"about-wg":{"box-header":"About WireGuard",headline:"About",content:"WireGuard® is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography.",button:"More"},"about-portal":{"box-header":"About WireGuard Portal",headline:"WireGuard Portal",content:"WireGuard Portal is a simple, web based configuration portal for WireGuard.",button:"More"},profiles:{headline:"VPN Profiles",abstract:"You can access and download your personal VPN configurations via your Userprofile.",content:"To find all your configured profiles click on the button below.",button:"Open my profile"},admin:{headline:"Administration Area",abstract:"In the administration area you can manage WireGuard peers and the server interface as well as users that are allowed to log in to the WireGuard Portal.",content:"","button-admin":"Open Server Administration","button-user":"Open User Administration"}},gL={headline:"Interface Administration","headline-peers":"Current VPN Peers","headline-endpoints":"Current Endpoints","no-interface":{"default-selection":"No Interface available",headline:"No interfaces found...",abstract:"Click the plus button above to create a new WireGuard interface."},"no-peer":{headline:"No peers available",abstract:"Currently, there are no peers available for the selected WireGuard interface."},"table-heading":{name:"Name",user:"User",ip:"IP's",endpoint:"Endpoint",status:"Status"},interface:{headline:"Interface status for",mode:"mode",key:"Public Key",endpoint:"Public Endpoint",port:"Listening Port",peers:"Enabled Peers","total-peers":"Total Peers",endpoints:"Enabled Endpoints","total-endpoints":"Total Endpoints",ip:"IP Address","default-allowed-ip":"Default allowed IPs",dns:"DNS Servers",mtu:"MTU","default-keep-alive":"Default Keepalive Interval","button-show-config":"Show configuration","button-download-config":"Download configuration","button-store-config":"Store configuration for wg-quick","button-edit":"Edit interface"},"button-add-interface":"Add Interface","button-add-peer":"Add Peer","button-add-peers":"Add Multiple Peers","button-show-peer":"Show Peer","button-edit-peer":"Edit Peer","peer-disabled":"Peer is disabled, reason:","peer-expiring":"Peer is expiring at","peer-connected":"Connected","peer-not-connected":"Not Connected","peer-handshake":"Last handshake:"},ML={headline:"User Administration","table-heading":{id:"ID",email:"E-Mail",firstname:"Firstname",lastname:"Lastname",source:"Source",peers:"Peers",admin:"Admin"},"no-user":{headline:"No users available",abstract:"Currently, there are no users registered with WireGuard Portal."},"button-add-user":"Add User","button-show-user":"Show User","button-edit-user":"Edit User","user-disabled":"User is disabled, reason:","user-locked":"Account is locked, reason:",admin:"User has administrator privileges","no-admin":"User has no administrator privileges"},CL={headline:"My VPN Peers","table-heading":{name:"Name",ip:"IP's",stats:"Status",interface:"Server Interface"},"no-peer":{headline:"No peers available",abstract:"Currently, there are no peers associated with your user profile."},"peer-connected":"Connected","button-add-peer":"Add Peer","button-show-peer":"Show Peer","button-edit-peer":"Edit Peer"},LL={"user-view":{headline:"User Account:","tab-user":"Information","tab-peers":"Peers","headline-info":"User Information:","headline-notes":"Notes:",email:"E-Mail",firstname:"Firstname",lastname:"Lastname",phone:"Phone number",department:"Department",disabled:"Account Disabled",locked:"Account Locked","no-peers":"User has no associated peers.",peers:{name:"Name",interface:"Interface",ip:"IP's"}},"user-edit":{"headline-edit":"Edit user:","headline-new":"New user","header-general":"General","header-personal":"User Information","header-notes":"Notes","header-state":"State",identifier:{label:"Identifier",placeholder:"The unique user identifier"},source:{label:"Source",placeholder:"The user source"},password:{label:"Password",placeholder:"A super secret password",description:"Leave this field blank to keep current password."},email:{label:"Email",placeholder:"The email address"},phone:{label:"Phone",placeholder:"The phone number"},department:{label:"Department",placeholder:"The department"},firstname:{label:"Firstname",placeholder:"Firstname"},lastname:{label:"Lastname",placeholder:"Lastname"},notes:{label:"Notes",placeholder:""},disabled:{label:"Disabled (no WireGuard connection and no login possible)"},locked:{label:"Locked (no login possible, WireGuard connections still work)"},admin:{label:"Is Admin"}},"interface-view":{headline:"Config for Interface:"},"interface-edit":{"headline-edit":"Edit Interface:","headline-new":"New Interface","tab-interface":"Interface","tab-peerdef":"Peer Defaults","header-general":"General","header-network":"Network","header-crypto":"Cryptography","header-hooks":"Interface Hooks","header-peer-hooks":"Hooks","header-state":"State",identifier:{label:"Identifier",placeholder:"The unique interface identifier"},mode:{label:"Interface Mode",server:"Server Mode",client:"Client Mode",any:"Unknown Mode"},"display-name":{label:"Display Name",placeholder:"The descriptive name for the interface"},"private-key":{label:"Private Key",placeholder:"The private key"},"public-key":{label:"Public Key",placeholder:"The public key"},ip:{label:"IP Addresses",placeholder:"IP Addresses (CIDR format)"},"listen-port":{label:"Listen Port",placeholder:"The listening port"},dns:{label:"DNS Server",placeholder:"The DNS servers that should be used"},"dns-search":{label:"DNS Search Domains",placeholder:"DNS search prefixes"},mtu:{label:"MTU",placeholder:"The interface MTU (0 = keep default)"},"firewall-mark":{label:"Firewall Mark",placeholder:"Firewall mark that is applied to outgoing traffic. (0 = automatic)"},"routing-table":{label:"Routing Table",placeholder:"The routing table ID",description:"Special cases: off = do not manage routes, 0 = automatic"},"pre-up":{label:"Pre-Up",placeholder:"One or multiple bash commands separated by ;"},"post-up":{label:"Post-Up",placeholder:"One or multiple bash commands separated by ;"},"pre-down":{label:"Pre-Down",placeholder:"One or multiple bash commands separated by ;"},"post-down":{label:"Post-Down",placeholder:"One or multiple bash commands separated by ;"},disabled:{label:"Interface Disabled"},"save-config":{label:"Automatically save wg-quick config"},defaults:{endpoint:{label:"Endpoint Address",placeholder:"Endpoint Address",description:"The endpoint address that peers will connect to."},networks:{label:"IP Networks",placeholder:"Network Addresses",description:"Peers will get IP addresses from those subnets."},"allowed-ip":{label:"Allowed IP Addresses",placeholder:"Default Allowed IP Addresses"},mtu:{label:"MTU",placeholder:"The client MTU (0 = keep default)"},"keep-alive":{label:"Keep Alive Interval",placeholder:"Persistent Keepalive (0 = default)"}},"button-apply-defaults":"Apply Peer Defaults"},"peer-view":{"headline-peer":"Peer:","headline-endpoint":"Endpoint:","section-info":"Peer Information","section-status":"Current Status","section-config":"Configuration",identifier:"Identifier",ip:"IP Addresses",user:"Associated User",notes:"Notes","expiry-status":"Expires At","disabled-status":"Disabled At",traffic:"Traffic","connection-status":"Connection Stats",upload:"Uploaded Bytes (from Server to Peer)",download:"Downloaded Bytes (from Peer to Server)",pingable:"Is Pingable",handshake:"Last Handshake","connected-since":"Connected since",endpoint:"Endpoint","button-download":"Download configuration","button-email":"Send configuration via E-Mail"},"peer-edit":{"headline-edit-peer":"Edit peer:","headline-edit-endpoint":"Edit endpoint:","headline-new-peer":"Create peer","headline-new-endpoint":"Create endpoint","header-general":"General","header-network":"Network","header-crypto":"Cryptography","header-hooks":"Hooks (Executed on Peer)","header-state":"State","display-name":{label:"Display Name",placeholder:"The descriptive name for the peer"},"linked-user":{label:"Linked User",placeholder:"The user account which owns this peer"},"private-key":{label:"Private Key",placeholder:"The private key"},"public-key":{label:"Public Key",placeholder:"The public key"},"preshared-key":{label:"Preshared Key",placeholder:"Optional pre-shared key"},"endpoint-public-key":{label:"Endpoint public Key",placeholder:"The public key of the remote endpoint"},endpoint:{label:"Endpoint Address",placeholder:"The address of the remote endpoint"},ip:{label:"IP Addresses",placeholder:"IP Addresses (CIDR format)"},"allowed-ip":{label:"Allowed IP Addresses",placeholder:"Allowed IP Addresses (CIDR format)"},"extra-allowed-ip":{label:"Extra allowed IP Addresses",placeholder:"Extra allowed IP's (Server Sided)",description:"Those IP's will be added on the remote WireGuard interface as allowed IP's."},dns:{label:"DNS Server",placeholder:"The DNS servers that should be used"},"dns-search":{label:"DNS Search Domains",placeholder:"DNS search prefixes"},"keep-alive":{label:"Keep Alive Interval",placeholder:"Persistent Keepalive (0 = default)"},mtu:{label:"MTU",placeholder:"The client MTU (0 = keep default)"},"pre-up":{label:"Pre-Up",placeholder:"One or multiple bash commands separated by ;"},"post-up":{label:"Post-Up",placeholder:"One or multiple bash commands separated by ;"},"pre-down":{label:"Pre-Down",placeholder:"One or multiple bash commands separated by ;"},"post-down":{label:"Post-Down",placeholder:"One or multiple bash commands separated by ;"},disabled:{label:"Peer Disabled"},"ignore-global":{label:"Ignore global settings"},"expires-at":{label:"Expiry date"}},"peer-multi-create":{"headline-peer":"Create multiple peers","headline-endpoint":"Create multiple endpoints",identifiers:{label:"User Identifiers",placeholder:"User Identifiers",description:"A user identifier (the username) for which a peer should be created."},prefix:{"headline-peer":"Peer:","headline-endpoint":"Endpoint:",label:"Display Name Prefix",placeholder:"The prefix",description:"A prefix that is added to the peers display name."}}},bL={general:vL,login:pL,menu:HL,home:VL,interfaces:gL,users:ML,profile:CL,modals:LL};function _L(){let c=localStorage.getItem("wgLang");return c||(c="en"),c}const yL=Am({legacy:!1,globalInjection:!0,allowComposition:!0,locale:_L(),fallbackLocale:"en",messages:{de:zL,en:bL}});var A2="top",D2="bottom",R2="right",E2="left",X0="auto",A6=[A2,D2,R2,E2],T4="start",v6="end",ra="clippingParents",k9="viewport",Y4="popper",ia="reference",N7=A6.reduce(function(c,e){return c.concat([e+"-"+T4,e+"-"+v6])},[]),S9=[].concat(A6,[X0]).reduce(function(c,e){return c.concat([e,e+"-"+T4,e+"-"+v6])},[]),oa="beforeRead",ua="read",fa="afterRead",ha="beforeMain",da="main",ma="afterMain",za="beforeWrite",va="write",pa="afterWrite",Ha=[oa,ua,fa,ha,da,ma,za,va,pa];function v3(c){return c?(c.nodeName||"").toLowerCase():null}function F2(c){if(c==null)return window;if(c.toString()!=="[object Window]"){var e=c.ownerDocument;return e&&e.defaultView||window}return c}function $4(c){var e=F2(c).Element;return c instanceof e||c instanceof Element}function q2(c){var e=F2(c).HTMLElement;return c instanceof e||c instanceof HTMLElement}function P9(c){if(typeof ShadowRoot>"u")return!1;var e=F2(c).ShadowRoot;return c instanceof e||c instanceof ShadowRoot}function wL(c){var e=c.state;Object.keys(e.elements).forEach(function(t){var s=e.styles[t]||{},l=e.attributes[t]||{},a=e.elements[t];!q2(a)||!v3(a)||(Object.assign(a.style,s),Object.keys(l).forEach(function(n){var i=l[n];i===!1?a.removeAttribute(n):a.setAttribute(n,i===!0?"":i)}))})}function AL(c){var e=c.state,t={popper:{position:e.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(e.elements.popper.style,t.popper),e.styles=t,e.elements.arrow&&Object.assign(e.elements.arrow.style,t.arrow),function(){Object.keys(e.elements).forEach(function(s){var l=e.elements[s],a=e.attributes[s]||{},n=Object.keys(e.styles.hasOwnProperty(s)?e.styles[s]:t[s]),i=n.reduce(function(r,o){return r[o]="",r},{});!q2(l)||!v3(l)||(Object.assign(l.style,i),Object.keys(a).forEach(function(r){l.removeAttribute(r)}))})}}const T9={name:"applyStyles",enabled:!0,phase:"write",fn:wL,effect:AL,requires:["computeStyles"]};function d3(c){return c.split("-")[0]}var A4=Math.max,A0=Math.min,p6=Math.round;function D7(){var c=navigator.userAgentData;return c!=null&&c.brands&&Array.isArray(c.brands)?c.brands.map(function(e){return e.brand+"/"+e.version}).join(" "):navigator.userAgent}function Va(){return!/^((?!chrome|android).)*safari/i.test(D7())}function H6(c,e,t){e===void 0&&(e=!1),t===void 0&&(t=!1);var s=c.getBoundingClientRect(),l=1,a=1;e&&q2(c)&&(l=c.offsetWidth>0&&p6(s.width)/c.offsetWidth||1,a=c.offsetHeight>0&&p6(s.height)/c.offsetHeight||1);var n=$4(c)?F2(c):window,i=n.visualViewport,r=!Va()&&t,o=(s.left+(r&&i?i.offsetLeft:0))/l,d=(s.top+(r&&i?i.offsetTop:0))/a,g=s.width/l,p=s.height/a;return{width:g,height:p,top:d,right:o+g,bottom:d+p,left:o,x:o,y:d}}function $9(c){var e=H6(c),t=c.offsetWidth,s=c.offsetHeight;return Math.abs(e.width-t)<=1&&(t=e.width),Math.abs(e.height-s)<=1&&(s=e.height),{x:c.offsetLeft,y:c.offsetTop,width:t,height:s}}function ga(c,e){var t=e.getRootNode&&e.getRootNode();if(c.contains(e))return!0;if(t&&P9(t)){var s=e;do{if(s&&c.isSameNode(s))return!0;s=s.parentNode||s.host}while(s)}return!1}function k3(c){return F2(c).getComputedStyle(c)}function EL(c){return["table","td","th"].indexOf(v3(c))>=0}function u4(c){return(($4(c)?c.ownerDocument:c.document)||window.document).documentElement}function Q0(c){return v3(c)==="html"?c:c.assignedSlot||c.parentNode||(P9(c)?c.host:null)||u4(c)}function vt(c){return!q2(c)||k3(c).position==="fixed"?null:c.offsetParent}function kL(c){var e=/firefox/i.test(D7()),t=/Trident/i.test(D7());if(t&&q2(c)){var s=k3(c);if(s.position==="fixed")return null}var l=Q0(c);for(P9(l)&&(l=l.host);q2(l)&&["html","body"].indexOf(v3(l))<0;){var a=k3(l);if(a.transform!=="none"||a.perspective!=="none"||a.contain==="paint"||["transform","perspective"].indexOf(a.willChange)!==-1||e&&a.willChange==="filter"||e&&a.filter&&a.filter!=="none")return l;l=l.parentNode}return null}function E8(c){for(var e=F2(c),t=vt(c);t&&EL(t)&&k3(t).position==="static";)t=vt(t);return t&&(v3(t)==="html"||v3(t)==="body"&&k3(t).position==="static")?e:t||kL(c)||e}function I9(c){return["top","bottom"].indexOf(c)>=0?"x":"y"}function s8(c,e,t){return A4(c,A0(e,t))}function SL(c,e,t){var s=s8(c,e,t);return s>t?t:s}function Ma(){return{top:0,right:0,bottom:0,left:0}}function Ca(c){return Object.assign({},Ma(),c)}function La(c,e){return e.reduce(function(t,s){return t[s]=c,t},{})}var PL=function(e,t){return e=typeof e=="function"?e(Object.assign({},t.rects,{placement:t.placement})):e,Ca(typeof e!="number"?e:La(e,A6))};function TL(c){var e,t=c.state,s=c.name,l=c.options,a=t.elements.arrow,n=t.modifiersData.popperOffsets,i=d3(t.placement),r=I9(i),o=[E2,R2].indexOf(i)>=0,d=o?"height":"width";if(!(!a||!n)){var g=PL(l.padding,t),p=$9(a),L=r==="y"?A2:E2,y=r==="y"?D2:R2,E=t.rects.reference[d]+t.rects.reference[r]-n[r]-t.rects.popper[d],$=n[r]-t.rects.reference[r],_=E8(a),h=_?r==="y"?_.clientHeight||0:_.clientWidth||0:0,z=E/2-$/2,u=g[L],v=h-p[d]-g[y],M=h/2-p[d]/2+z,S=s8(u,M,v),O=r;t.modifiersData[s]=(e={},e[O]=S,e.centerOffset=S-M,e)}}function $L(c){var e=c.state,t=c.options,s=t.element,l=s===void 0?"[data-popper-arrow]":s;l!=null&&(typeof l=="string"&&(l=e.elements.popper.querySelector(l),!l)||ga(e.elements.popper,l)&&(e.elements.arrow=l))}const ba={name:"arrow",enabled:!0,phase:"main",fn:TL,effect:$L,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function V6(c){return c.split("-")[1]}var IL={top:"auto",right:"auto",bottom:"auto",left:"auto"};function xL(c,e){var t=c.x,s=c.y,l=e.devicePixelRatio||1;return{x:p6(t*l)/l||0,y:p6(s*l)/l||0}}function pt(c){var e,t=c.popper,s=c.popperRect,l=c.placement,a=c.variation,n=c.offsets,i=c.position,r=c.gpuAcceleration,o=c.adaptive,d=c.roundOffsets,g=c.isFixed,p=n.x,L=p===void 0?0:p,y=n.y,E=y===void 0?0:y,$=typeof d=="function"?d({x:L,y:E}):{x:L,y:E};L=$.x,E=$.y;var _=n.hasOwnProperty("x"),h=n.hasOwnProperty("y"),z=E2,u=A2,v=window;if(o){var M=E8(t),S="clientHeight",O="clientWidth";if(M===F2(t)&&(M=u4(t),k3(M).position!=="static"&&i==="absolute"&&(S="scrollHeight",O="scrollWidth")),M=M,l===A2||(l===E2||l===R2)&&a===v6){u=D2;var T=g&&M===v&&v.visualViewport?v.visualViewport.height:M[S];E-=T-s.height,E*=r?1:-1}if(l===E2||(l===A2||l===D2)&&a===v6){z=R2;var D=g&&M===v&&v.visualViewport?v.visualViewport.width:M[O];L-=D-s.width,L*=r?1:-1}}var J=Object.assign({position:i},o&&IL),Q=d===!0?xL({x:L,y:E},F2(t)):{x:L,y:E};if(L=Q.x,E=Q.y,r){var h1;return Object.assign({},J,(h1={},h1[u]=h?"0":"",h1[z]=_?"0":"",h1.transform=(v.devicePixelRatio||1)<=1?"translate("+L+"px, "+E+"px)":"translate3d("+L+"px, "+E+"px, 0)",h1))}return Object.assign({},J,(e={},e[u]=h?E+"px":"",e[z]=_?L+"px":"",e.transform="",e))}function OL(c){var e=c.state,t=c.options,s=t.gpuAcceleration,l=s===void 0?!0:s,a=t.adaptive,n=a===void 0?!0:a,i=t.roundOffsets,r=i===void 0?!0:i,o={placement:d3(e.placement),variation:V6(e.placement),popper:e.elements.popper,popperRect:e.rects.popper,gpuAcceleration:l,isFixed:e.options.strategy==="fixed"};e.modifiersData.popperOffsets!=null&&(e.styles.popper=Object.assign({},e.styles.popper,pt(Object.assign({},o,{offsets:e.modifiersData.popperOffsets,position:e.options.strategy,adaptive:n,roundOffsets:r})))),e.modifiersData.arrow!=null&&(e.styles.arrow=Object.assign({},e.styles.arrow,pt(Object.assign({},o,{offsets:e.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:r})))),e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-placement":e.placement})}const x9={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:OL,data:{}};var t0={passive:!0};function NL(c){var e=c.state,t=c.instance,s=c.options,l=s.scroll,a=l===void 0?!0:l,n=s.resize,i=n===void 0?!0:n,r=F2(e.elements.popper),o=[].concat(e.scrollParents.reference,e.scrollParents.popper);return a&&o.forEach(function(d){d.addEventListener("scroll",t.update,t0)}),i&&r.addEventListener("resize",t.update,t0),function(){a&&o.forEach(function(d){d.removeEventListener("scroll",t.update,t0)}),i&&r.removeEventListener("resize",t.update,t0)}}const O9={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:NL,data:{}};var DL={left:"right",right:"left",bottom:"top",top:"bottom"};function m0(c){return c.replace(/left|right|bottom|top/g,function(e){return DL[e]})}var RL={start:"end",end:"start"};function Ht(c){return c.replace(/start|end/g,function(e){return RL[e]})}function N9(c){var e=F2(c),t=e.pageXOffset,s=e.pageYOffset;return{scrollLeft:t,scrollTop:s}}function D9(c){return H6(u4(c)).left+N9(c).scrollLeft}function FL(c,e){var t=F2(c),s=u4(c),l=t.visualViewport,a=s.clientWidth,n=s.clientHeight,i=0,r=0;if(l){a=l.width,n=l.height;var o=Va();(o||!o&&e==="fixed")&&(i=l.offsetLeft,r=l.offsetTop)}return{width:a,height:n,x:i+D9(c),y:r}}function UL(c){var e,t=u4(c),s=N9(c),l=(e=c.ownerDocument)==null?void 0:e.body,a=A4(t.scrollWidth,t.clientWidth,l?l.scrollWidth:0,l?l.clientWidth:0),n=A4(t.scrollHeight,t.clientHeight,l?l.scrollHeight:0,l?l.clientHeight:0),i=-s.scrollLeft+D9(c),r=-s.scrollTop;return k3(l||t).direction==="rtl"&&(i+=A4(t.clientWidth,l?l.clientWidth:0)-a),{width:a,height:n,x:i,y:r}}function R9(c){var e=k3(c),t=e.overflow,s=e.overflowX,l=e.overflowY;return/auto|scroll|overlay|hidden/.test(t+l+s)}function _a(c){return["html","body","#document"].indexOf(v3(c))>=0?c.ownerDocument.body:q2(c)&&R9(c)?c:_a(Q0(c))}function l8(c,e){var t;e===void 0&&(e=[]);var s=_a(c),l=s===((t=c.ownerDocument)==null?void 0:t.body),a=F2(s),n=l?[a].concat(a.visualViewport||[],R9(s)?s:[]):s,i=e.concat(n);return l?i:i.concat(l8(Q0(n)))}function R7(c){return Object.assign({},c,{left:c.x,top:c.y,right:c.x+c.width,bottom:c.y+c.height})}function jL(c,e){var t=H6(c,!1,e==="fixed");return t.top=t.top+c.clientTop,t.left=t.left+c.clientLeft,t.bottom=t.top+c.clientHeight,t.right=t.left+c.clientWidth,t.width=c.clientWidth,t.height=c.clientHeight,t.x=t.left,t.y=t.top,t}function Vt(c,e,t){return e===k9?R7(FL(c,t)):$4(e)?jL(e,t):R7(UL(u4(c)))}function WL(c){var e=l8(Q0(c)),t=["absolute","fixed"].indexOf(k3(c).position)>=0,s=t&&q2(c)?E8(c):c;return $4(s)?e.filter(function(l){return $4(l)&&ga(l,s)&&v3(l)!=="body"}):[]}function qL(c,e,t,s){var l=e==="clippingParents"?WL(c):[].concat(e),a=[].concat(l,[t]),n=a[0],i=a.reduce(function(r,o){var d=Vt(c,o,s);return r.top=A4(d.top,r.top),r.right=A0(d.right,r.right),r.bottom=A0(d.bottom,r.bottom),r.left=A4(d.left,r.left),r},Vt(c,n,s));return i.width=i.right-i.left,i.height=i.bottom-i.top,i.x=i.left,i.y=i.top,i}function ya(c){var e=c.reference,t=c.element,s=c.placement,l=s?d3(s):null,a=s?V6(s):null,n=e.x+e.width/2-t.width/2,i=e.y+e.height/2-t.height/2,r;switch(l){case A2:r={x:n,y:e.y-t.height};break;case D2:r={x:n,y:e.y+e.height};break;case R2:r={x:e.x+e.width,y:i};break;case E2:r={x:e.x-t.width,y:i};break;default:r={x:e.x,y:e.y}}var o=l?I9(l):null;if(o!=null){var d=o==="y"?"height":"width";switch(a){case T4:r[o]=r[o]-(e[d]/2-t[d]/2);break;case v6:r[o]=r[o]+(e[d]/2-t[d]/2);break}}return r}function g6(c,e){e===void 0&&(e={});var t=e,s=t.placement,l=s===void 0?c.placement:s,a=t.strategy,n=a===void 0?c.strategy:a,i=t.boundary,r=i===void 0?ra:i,o=t.rootBoundary,d=o===void 0?k9:o,g=t.elementContext,p=g===void 0?Y4:g,L=t.altBoundary,y=L===void 0?!1:L,E=t.padding,$=E===void 0?0:E,_=Ca(typeof $!="number"?$:La($,A6)),h=p===Y4?ia:Y4,z=c.rects.popper,u=c.elements[y?h:p],v=qL($4(u)?u:u.contextElement||u4(c.elements.popper),r,d,n),M=H6(c.elements.reference),S=ya({reference:M,element:z,strategy:"absolute",placement:l}),O=R7(Object.assign({},z,S)),T=p===Y4?O:M,D={top:v.top-T.top+_.top,bottom:T.bottom-v.bottom+_.bottom,left:v.left-T.left+_.left,right:T.right-v.right+_.right},J=c.modifiersData.offset;if(p===Y4&&J){var Q=J[l];Object.keys(D).forEach(function(h1){var g1=[R2,D2].indexOf(h1)>=0?1:-1,_1=[A2,D2].indexOf(h1)>=0?"y":"x";D[h1]+=Q[_1]*g1})}return D}function BL(c,e){e===void 0&&(e={});var t=e,s=t.placement,l=t.boundary,a=t.rootBoundary,n=t.padding,i=t.flipVariations,r=t.allowedAutoPlacements,o=r===void 0?S9:r,d=V6(s),g=d?i?N7:N7.filter(function(y){return V6(y)===d}):A6,p=g.filter(function(y){return o.indexOf(y)>=0});p.length===0&&(p=g);var L=p.reduce(function(y,E){return y[E]=g6(c,{placement:E,boundary:l,rootBoundary:a,padding:n})[d3(E)],y},{});return Object.keys(L).sort(function(y,E){return L[y]-L[E]})}function KL(c){if(d3(c)===X0)return[];var e=m0(c);return[Ht(c),e,Ht(e)]}function GL(c){var e=c.state,t=c.options,s=c.name;if(!e.modifiersData[s]._skip){for(var l=t.mainAxis,a=l===void 0?!0:l,n=t.altAxis,i=n===void 0?!0:n,r=t.fallbackPlacements,o=t.padding,d=t.boundary,g=t.rootBoundary,p=t.altBoundary,L=t.flipVariations,y=L===void 0?!0:L,E=t.allowedAutoPlacements,$=e.options.placement,_=d3($),h=_===$,z=r||(h||!y?[m0($)]:KL($)),u=[$].concat(z).reduce(function(j,G){return j.concat(d3(G)===X0?BL(e,{placement:G,boundary:d,rootBoundary:g,padding:o,flipVariations:y,allowedAutoPlacements:E}):G)},[]),v=e.rects.reference,M=e.rects.popper,S=new Map,O=!0,T=u[0],D=0;D=0,_1=g1?"width":"height",d1=g6(e,{placement:J,boundary:d,rootBoundary:g,altBoundary:p,padding:o}),u1=g1?h1?R2:E2:h1?D2:A2;v[_1]>M[_1]&&(u1=m0(u1));var i1=m0(u1),M1=[];if(a&&M1.push(d1[Q]<=0),i&&M1.push(d1[u1]<=0,d1[i1]<=0),M1.every(function(j){return j})){T=J,O=!1;break}S.set(J,M1)}if(O)for(var A1=y?3:1,k1=function(G){var p1=u.find(function(B){var o1=S.get(B);if(o1)return o1.slice(0,G).every(function(n1){return n1})});if(p1)return T=p1,"break"},x=A1;x>0;x--){var Y=k1(x);if(Y==="break")break}e.placement!==T&&(e.modifiersData[s]._skip=!0,e.placement=T,e.reset=!0)}}const wa={name:"flip",enabled:!0,phase:"main",fn:GL,requiresIfExists:["offset"],data:{_skip:!1}};function gt(c,e,t){return t===void 0&&(t={x:0,y:0}),{top:c.top-e.height-t.y,right:c.right-e.width+t.x,bottom:c.bottom-e.height+t.y,left:c.left-e.width-t.x}}function Mt(c){return[A2,R2,D2,E2].some(function(e){return c[e]>=0})}function YL(c){var e=c.state,t=c.name,s=e.rects.reference,l=e.rects.popper,a=e.modifiersData.preventOverflow,n=g6(e,{elementContext:"reference"}),i=g6(e,{altBoundary:!0}),r=gt(n,s),o=gt(i,l,a),d=Mt(r),g=Mt(o);e.modifiersData[t]={referenceClippingOffsets:r,popperEscapeOffsets:o,isReferenceHidden:d,hasPopperEscaped:g},e.attributes.popper=Object.assign({},e.attributes.popper,{"data-popper-reference-hidden":d,"data-popper-escaped":g})}const Aa={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:YL};function ZL(c,e,t){var s=d3(c),l=[E2,A2].indexOf(s)>=0?-1:1,a=typeof t=="function"?t(Object.assign({},e,{placement:c})):t,n=a[0],i=a[1];return n=n||0,i=(i||0)*l,[E2,R2].indexOf(s)>=0?{x:i,y:n}:{x:n,y:i}}function XL(c){var e=c.state,t=c.options,s=c.name,l=t.offset,a=l===void 0?[0,0]:l,n=S9.reduce(function(d,g){return d[g]=ZL(g,e.rects,a),d},{}),i=n[e.placement],r=i.x,o=i.y;e.modifiersData.popperOffsets!=null&&(e.modifiersData.popperOffsets.x+=r,e.modifiersData.popperOffsets.y+=o),e.modifiersData[s]=n}const Ea={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:XL};function QL(c){var e=c.state,t=c.name;e.modifiersData[t]=ya({reference:e.rects.reference,element:e.rects.popper,strategy:"absolute",placement:e.placement})}const F9={name:"popperOffsets",enabled:!0,phase:"read",fn:QL,data:{}};function JL(c){return c==="x"?"y":"x"}function cb(c){var e=c.state,t=c.options,s=c.name,l=t.mainAxis,a=l===void 0?!0:l,n=t.altAxis,i=n===void 0?!1:n,r=t.boundary,o=t.rootBoundary,d=t.altBoundary,g=t.padding,p=t.tether,L=p===void 0?!0:p,y=t.tetherOffset,E=y===void 0?0:y,$=g6(e,{boundary:r,rootBoundary:o,padding:g,altBoundary:d}),_=d3(e.placement),h=V6(e.placement),z=!h,u=I9(_),v=JL(u),M=e.modifiersData.popperOffsets,S=e.rects.reference,O=e.rects.popper,T=typeof E=="function"?E(Object.assign({},e.rects,{placement:e.placement})):E,D=typeof T=="number"?{mainAxis:T,altAxis:T}:Object.assign({mainAxis:0,altAxis:0},T),J=e.modifiersData.offset?e.modifiersData.offset[e.placement]:null,Q={x:0,y:0};if(M){if(a){var h1,g1=u==="y"?A2:E2,_1=u==="y"?D2:R2,d1=u==="y"?"height":"width",u1=M[u],i1=u1+$[g1],M1=u1-$[_1],A1=L?-O[d1]/2:0,k1=h===T4?S[d1]:O[d1],x=h===T4?-O[d1]:-S[d1],Y=e.elements.arrow,j=L&&Y?$9(Y):{width:0,height:0},G=e.modifiersData["arrow#persistent"]?e.modifiersData["arrow#persistent"].padding:Ma(),p1=G[g1],B=G[_1],o1=s8(0,S[d1],j[d1]),n1=z?S[d1]/2-A1-o1-p1-D.mainAxis:k1-o1-p1-D.mainAxis,f1=z?-S[d1]/2+A1+o1+B+D.mainAxis:x+o1+B+D.mainAxis,y1=e.elements.arrow&&E8(e.elements.arrow),k=y1?u==="y"?y1.clientTop||0:y1.clientLeft||0:0,H=(h1=J==null?void 0:J[u])!=null?h1:0,m=u1+n1-H-k,w=u1+f1-H,N=s8(L?A0(i1,m):i1,u1,L?A4(M1,w):M1);M[u]=N,Q[u]=N-u1}if(i){var W,e1=u==="x"?A2:E2,t1=u==="x"?D2:R2,s1=M[v],Z=v==="y"?"height":"width",R=s1+$[e1],q=s1-$[t1],z1=[A2,E2].indexOf(_)!==-1,H1=(W=J==null?void 0:J[v])!=null?W:0,T1=z1?R:s1-S[Z]-O[Z]-H1+D.altAxis,R1=z1?s1+S[Z]+O[Z]-H1-D.altAxis:q,x1=L&&z1?SL(T1,s1,R1):s8(L?T1:R,s1,L?R1:q);M[v]=x1,Q[v]=x1-s1}e.modifiersData[s]=Q}}const ka={name:"preventOverflow",enabled:!0,phase:"main",fn:cb,requiresIfExists:["offset"]};function eb(c){return{scrollLeft:c.scrollLeft,scrollTop:c.scrollTop}}function tb(c){return c===F2(c)||!q2(c)?N9(c):eb(c)}function sb(c){var e=c.getBoundingClientRect(),t=p6(e.width)/c.offsetWidth||1,s=p6(e.height)/c.offsetHeight||1;return t!==1||s!==1}function lb(c,e,t){t===void 0&&(t=!1);var s=q2(e),l=q2(e)&&sb(e),a=u4(e),n=H6(c,l,t),i={scrollLeft:0,scrollTop:0},r={x:0,y:0};return(s||!s&&!t)&&((v3(e)!=="body"||R9(a))&&(i=tb(e)),q2(e)?(r=H6(e,!0),r.x+=e.clientLeft,r.y+=e.clientTop):a&&(r.x=D9(a))),{x:n.left+i.scrollLeft-r.x,y:n.top+i.scrollTop-r.y,width:n.width,height:n.height}}function ab(c){var e=new Map,t=new Set,s=[];c.forEach(function(a){e.set(a.name,a)});function l(a){t.add(a.name);var n=[].concat(a.requires||[],a.requiresIfExists||[]);n.forEach(function(i){if(!t.has(i)){var r=e.get(i);r&&l(r)}}),s.push(a)}return c.forEach(function(a){t.has(a.name)||l(a)}),s}function nb(c){var e=ab(c);return Ha.reduce(function(t,s){return t.concat(e.filter(function(l){return l.phase===s}))},[])}function rb(c){var e;return function(){return e||(e=new Promise(function(t){Promise.resolve().then(function(){e=void 0,t(c())})})),e}}function ib(c){var e=c.reduce(function(t,s){var l=t[s.name];return t[s.name]=l?Object.assign({},l,s,{options:Object.assign({},l.options,s.options),data:Object.assign({},l.data,s.data)}):s,t},{});return Object.keys(e).map(function(t){return e[t]})}var Ct={placement:"bottom",modifiers:[],strategy:"absolute"};function Lt(){for(var c=arguments.length,e=new Array(c),t=0;t(c&&window.CSS&&window.CSS.escape&&(c=c.replace(/#([^\s"#']+)/g,(e,t)=>`#${CSS.escape(t)}`)),c),zb=c=>c==null?`${c}`:Object.prototype.toString.call(c).match(/\s([a-z]+)/i)[1].toLowerCase(),vb=c=>{do c+=Math.floor(Math.random()*db);while(document.getElementById(c));return c},pb=c=>{if(!c)return 0;let{transitionDuration:e,transitionDelay:t}=window.getComputedStyle(c);const s=Number.parseFloat(e),l=Number.parseFloat(t);return!s&&!l?0:(e=e.split(",")[0],t=t.split(",")[0],(Number.parseFloat(e)+Number.parseFloat(t))*mb)},Ta=c=>{c.dispatchEvent(new Event(F7))},y3=c=>!c||typeof c!="object"?!1:(typeof c.jquery<"u"&&(c=c[0]),typeof c.nodeType<"u"),l4=c=>y3(c)?c.jquery?c[0]:c:typeof c=="string"&&c.length>0?document.querySelector(Pa(c)):null,E6=c=>{if(!y3(c)||c.getClientRects().length===0)return!1;const e=getComputedStyle(c).getPropertyValue("visibility")==="visible",t=c.closest("details:not([open])");if(!t)return e;if(t!==c){const s=c.closest("summary");if(s&&s.parentNode!==t||s===null)return!1}return e},a4=c=>!c||c.nodeType!==Node.ELEMENT_NODE||c.classList.contains("disabled")?!0:typeof c.disabled<"u"?c.disabled:c.hasAttribute("disabled")&&c.getAttribute("disabled")!=="false",$a=c=>{if(!document.documentElement.attachShadow)return null;if(typeof c.getRootNode=="function"){const e=c.getRootNode();return e instanceof ShadowRoot?e:null}return c instanceof ShadowRoot?c:c.parentNode?$a(c.parentNode):null},E0=()=>{},k8=c=>{c.offsetHeight},Ia=()=>window.jQuery&&!document.body.hasAttribute("data-bs-no-jquery")?window.jQuery:null,q5=[],Hb=c=>{document.readyState==="loading"?(q5.length||document.addEventListener("DOMContentLoaded",()=>{for(const e of q5)e()}),q5.push(c)):c()},B2=()=>document.documentElement.dir==="rtl",Y2=c=>{Hb(()=>{const e=Ia();if(e){const t=c.NAME,s=e.fn[t];e.fn[t]=c.jQueryInterface,e.fn[t].Constructor=c,e.fn[t].noConflict=()=>(e.fn[t]=s,c.jQueryInterface)}})},P2=(c,e=[],t=c)=>typeof c=="function"?c(...e):t,xa=(c,e,t=!0)=>{if(!t){P2(c);return}const s=5,l=pb(e)+s;let a=!1;const n=({target:i})=>{i===e&&(a=!0,e.removeEventListener(F7,n),P2(c))};e.addEventListener(F7,n),setTimeout(()=>{a||Ta(e)},l)},j9=(c,e,t,s)=>{const l=c.length;let a=c.indexOf(e);return a===-1?!t&&s?c[l-1]:c[0]:(a+=t?1:-1,s&&(a=(a+l)%l),c[Math.max(0,Math.min(a,l-1))])},Vb=/[^.]*(?=\..*)\.|.*/,gb=/\..*/,Mb=/::\d+$/,B5={};let bt=1;const Oa={mouseenter:"mouseover",mouseleave:"mouseout"},Cb=new Set(["click","dblclick","mouseup","mousedown","contextmenu","mousewheel","DOMMouseScroll","mouseover","mouseout","mousemove","selectstart","selectend","keydown","keypress","keyup","orientationchange","touchstart","touchmove","touchend","touchcancel","pointerdown","pointermove","pointerup","pointerleave","pointercancel","gesturestart","gesturechange","gestureend","focus","blur","change","reset","select","submit","focusin","focusout","load","unload","beforeunload","resize","move","DOMContentLoaded","readystatechange","error","abort","scroll"]);function Na(c,e){return e&&`${e}::${bt++}`||c.uidEvent||bt++}function Da(c){const e=Na(c);return c.uidEvent=e,B5[e]=B5[e]||{},B5[e]}function Lb(c,e){return function t(s){return W9(s,{delegateTarget:c}),t.oneOff&&l1.off(c,s.type,e),e.apply(c,[s])}}function bb(c,e,t){return function s(l){const a=c.querySelectorAll(e);for(let{target:n}=l;n&&n!==this;n=n.parentNode)for(const i of a)if(i===n)return W9(l,{delegateTarget:n}),s.oneOff&&l1.off(c,l.type,e,t),t.apply(n,[l])}}function Ra(c,e,t=null){return Object.values(c).find(s=>s.callable===e&&s.delegationSelector===t)}function Fa(c,e,t){const s=typeof e=="string",l=s?t:e||t;let a=Ua(c);return Cb.has(a)||(a=c),[s,l,a]}function _t(c,e,t,s,l){if(typeof e!="string"||!c)return;let[a,n,i]=Fa(e,t,s);e in Oa&&(n=(y=>function(E){if(!E.relatedTarget||E.relatedTarget!==E.delegateTarget&&!E.delegateTarget.contains(E.relatedTarget))return y.call(this,E)})(n));const r=Da(c),o=r[i]||(r[i]={}),d=Ra(o,n,a?t:null);if(d){d.oneOff=d.oneOff&&l;return}const g=Na(n,e.replace(Vb,"")),p=a?bb(c,t,n):Lb(c,n);p.delegationSelector=a?t:null,p.callable=n,p.oneOff=l,p.uidEvent=g,o[g]=p,c.addEventListener(i,p,a)}function U7(c,e,t,s,l){const a=Ra(e[t],s,l);a&&(c.removeEventListener(t,a,!!l),delete e[t][a.uidEvent])}function _b(c,e,t,s){const l=e[t]||{};for(const[a,n]of Object.entries(l))a.includes(s)&&U7(c,e,t,n.callable,n.delegationSelector)}function Ua(c){return c=c.replace(gb,""),Oa[c]||c}const l1={on(c,e,t,s){_t(c,e,t,s,!1)},one(c,e,t,s){_t(c,e,t,s,!0)},off(c,e,t,s){if(typeof e!="string"||!c)return;const[l,a,n]=Fa(e,t,s),i=n!==e,r=Da(c),o=r[n]||{},d=e.startsWith(".");if(typeof a<"u"){if(!Object.keys(o).length)return;U7(c,r,n,a,l?t:null);return}if(d)for(const g of Object.keys(r))_b(c,r,g,e.slice(1));for(const[g,p]of Object.entries(o)){const L=g.replace(Mb,"");(!i||e.includes(L))&&U7(c,r,n,p.callable,p.delegationSelector)}},trigger(c,e,t){if(typeof e!="string"||!c)return null;const s=Ia(),l=Ua(e),a=e!==l;let n=null,i=!0,r=!0,o=!1;a&&s&&(n=s.Event(e,t),s(c).trigger(n),i=!n.isPropagationStopped(),r=!n.isImmediatePropagationStopped(),o=n.isDefaultPrevented());const d=W9(new Event(e,{bubbles:i,cancelable:!0}),t);return o&&d.preventDefault(),r&&c.dispatchEvent(d),d.defaultPrevented&&n&&n.preventDefault(),d}};function W9(c,e={}){for(const[t,s]of Object.entries(e))try{c[t]=s}catch{Object.defineProperty(c,t,{configurable:!0,get(){return s}})}return c}function yt(c){if(c==="true")return!0;if(c==="false")return!1;if(c===Number(c).toString())return Number(c);if(c===""||c==="null")return null;if(typeof c!="string")return c;try{return JSON.parse(decodeURIComponent(c))}catch{return c}}function K5(c){return c.replace(/[A-Z]/g,e=>`-${e.toLowerCase()}`)}const w3={setDataAttribute(c,e,t){c.setAttribute(`data-bs-${K5(e)}`,t)},removeDataAttribute(c,e){c.removeAttribute(`data-bs-${K5(e)}`)},getDataAttributes(c){if(!c)return{};const e={},t=Object.keys(c.dataset).filter(s=>s.startsWith("bs")&&!s.startsWith("bsConfig"));for(const s of t){let l=s.replace(/^bs/,"");l=l.charAt(0).toLowerCase()+l.slice(1,l.length),e[l]=yt(c.dataset[s])}return e},getDataAttribute(c,e){return yt(c.getAttribute(`data-bs-${K5(e)}`))}};class S8{static get Default(){return{}}static get DefaultType(){return{}}static get NAME(){throw new Error('You have to implement the static method "NAME", for each component!')}_getConfig(e){return e=this._mergeConfigObj(e),e=this._configAfterMerge(e),this._typeCheckConfig(e),e}_configAfterMerge(e){return e}_mergeConfigObj(e,t){const s=y3(t)?w3.getDataAttribute(t,"config"):{};return{...this.constructor.Default,...typeof s=="object"?s:{},...y3(t)?w3.getDataAttributes(t):{},...typeof e=="object"?e:{}}}_typeCheckConfig(e,t=this.constructor.DefaultType){for(const[s,l]of Object.entries(t)){const a=e[s],n=y3(a)?"element":zb(a);if(!new RegExp(l).test(n))throw new TypeError(`${this.constructor.NAME.toUpperCase()}: Option "${s}" provided type "${n}" but expected type "${l}".`)}}}const yb="5.3.0";class l3 extends S8{constructor(e,t){super(),e=l4(e),e&&(this._element=e,this._config=this._getConfig(t),W5.set(this._element,this.constructor.DATA_KEY,this))}dispose(){W5.remove(this._element,this.constructor.DATA_KEY),l1.off(this._element,this.constructor.EVENT_KEY);for(const e of Object.getOwnPropertyNames(this))this[e]=null}_queueCallback(e,t,s=!0){xa(e,t,s)}_getConfig(e){return e=this._mergeConfigObj(e,this._element),e=this._configAfterMerge(e),this._typeCheckConfig(e),e}static getInstance(e){return W5.get(l4(e),this.DATA_KEY)}static getOrCreateInstance(e,t={}){return this.getInstance(e)||new this(e,typeof t=="object"?t:null)}static get VERSION(){return yb}static get DATA_KEY(){return`bs.${this.NAME}`}static get EVENT_KEY(){return`.${this.DATA_KEY}`}static eventName(e){return`${e}${this.EVENT_KEY}`}}const G5=c=>{let e=c.getAttribute("data-bs-target");if(!e||e==="#"){let t=c.getAttribute("href");if(!t||!t.includes("#")&&!t.startsWith("."))return null;t.includes("#")&&!t.startsWith("#")&&(t=`#${t.split("#")[1]}`),e=t&&t!=="#"?t.trim():null}return Pa(e)},w1={find(c,e=document.documentElement){return[].concat(...Element.prototype.querySelectorAll.call(e,c))},findOne(c,e=document.documentElement){return Element.prototype.querySelector.call(e,c)},children(c,e){return[].concat(...c.children).filter(t=>t.matches(e))},parents(c,e){const t=[];let s=c.parentNode.closest(e);for(;s;)t.push(s),s=s.parentNode.closest(e);return t},prev(c,e){let t=c.previousElementSibling;for(;t;){if(t.matches(e))return[t];t=t.previousElementSibling}return[]},next(c,e){let t=c.nextElementSibling;for(;t;){if(t.matches(e))return[t];t=t.nextElementSibling}return[]},focusableChildren(c){const e=["a","button","input","textarea","select","details","[tabindex]",'[contenteditable="true"]'].map(t=>`${t}:not([tabindex^="-"])`).join(",");return this.find(e,c).filter(t=>!a4(t)&&E6(t))},getSelectorFromElement(c){const e=G5(c);return e&&w1.findOne(e)?e:null},getElementFromSelector(c){const e=G5(c);return e?w1.findOne(e):null},getMultipleElementsFromSelector(c){const e=G5(c);return e?w1.find(e):[]}},c5=(c,e="hide")=>{const t=`click.dismiss${c.EVENT_KEY}`,s=c.NAME;l1.on(document,t,`[data-bs-dismiss="${s}"]`,function(l){if(["A","AREA"].includes(this.tagName)&&l.preventDefault(),a4(this))return;const a=w1.getElementFromSelector(this)||this.closest(`.${s}`);c.getOrCreateInstance(a)[e]()})},wb="alert",Ab="bs.alert",ja=`.${Ab}`,Eb=`close${ja}`,kb=`closed${ja}`,Sb="fade",Pb="show";class e5 extends l3{static get NAME(){return wb}close(){if(l1.trigger(this._element,Eb).defaultPrevented)return;this._element.classList.remove(Pb);const t=this._element.classList.contains(Sb);this._queueCallback(()=>this._destroyElement(),this._element,t)}_destroyElement(){this._element.remove(),l1.trigger(this._element,kb),this.dispose()}static jQueryInterface(e){return this.each(function(){const t=e5.getOrCreateInstance(this);if(typeof e=="string"){if(t[e]===void 0||e.startsWith("_")||e==="constructor")throw new TypeError(`No method named "${e}"`);t[e](this)}})}}c5(e5,"close");Y2(e5);const Tb="button",$b="bs.button",Ib=`.${$b}`,xb=".data-api",Ob="active",wt='[data-bs-toggle="button"]',Nb=`click${Ib}${xb}`;class t5 extends l3{static get NAME(){return Tb}toggle(){this._element.setAttribute("aria-pressed",this._element.classList.toggle(Ob))}static jQueryInterface(e){return this.each(function(){const t=t5.getOrCreateInstance(this);e==="toggle"&&t[e]()})}}l1.on(document,Nb,wt,c=>{c.preventDefault();const e=c.target.closest(wt);t5.getOrCreateInstance(e).toggle()});Y2(t5);const Db="swipe",k6=".bs.swipe",Rb=`touchstart${k6}`,Fb=`touchmove${k6}`,Ub=`touchend${k6}`,jb=`pointerdown${k6}`,Wb=`pointerup${k6}`,qb="touch",Bb="pen",Kb="pointer-event",Gb=40,Yb={endCallback:null,leftCallback:null,rightCallback:null},Zb={endCallback:"(function|null)",leftCallback:"(function|null)",rightCallback:"(function|null)"};class k0 extends S8{constructor(e,t){super(),this._element=e,!(!e||!k0.isSupported())&&(this._config=this._getConfig(t),this._deltaX=0,this._supportPointerEvents=!!window.PointerEvent,this._initEvents())}static get Default(){return Yb}static get DefaultType(){return Zb}static get NAME(){return Db}dispose(){l1.off(this._element,k6)}_start(e){if(!this._supportPointerEvents){this._deltaX=e.touches[0].clientX;return}this._eventIsPointerPenTouch(e)&&(this._deltaX=e.clientX)}_end(e){this._eventIsPointerPenTouch(e)&&(this._deltaX=e.clientX-this._deltaX),this._handleSwipe(),P2(this._config.endCallback)}_move(e){this._deltaX=e.touches&&e.touches.length>1?0:e.touches[0].clientX-this._deltaX}_handleSwipe(){const e=Math.abs(this._deltaX);if(e<=Gb)return;const t=e/this._deltaX;this._deltaX=0,t&&P2(t>0?this._config.rightCallback:this._config.leftCallback)}_initEvents(){this._supportPointerEvents?(l1.on(this._element,jb,e=>this._start(e)),l1.on(this._element,Wb,e=>this._end(e)),this._element.classList.add(Kb)):(l1.on(this._element,Rb,e=>this._start(e)),l1.on(this._element,Fb,e=>this._move(e)),l1.on(this._element,Ub,e=>this._end(e)))}_eventIsPointerPenTouch(e){return this._supportPointerEvents&&(e.pointerType===Bb||e.pointerType===qb)}static isSupported(){return"ontouchstart"in document.documentElement||navigator.maxTouchPoints>0}}const Xb="carousel",Qb="bs.carousel",f4=`.${Qb}`,Wa=".data-api",Jb="ArrowLeft",c_="ArrowRight",e_=500,j6="next",q4="prev",Z4="left",z0="right",t_=`slide${f4}`,Y5=`slid${f4}`,s_=`keydown${f4}`,l_=`mouseenter${f4}`,a_=`mouseleave${f4}`,n_=`dragstart${f4}`,r_=`load${f4}${Wa}`,i_=`click${f4}${Wa}`,qa="carousel",s0="active",o_="slide",u_="carousel-item-end",f_="carousel-item-start",h_="carousel-item-next",d_="carousel-item-prev",Ba=".active",Ka=".carousel-item",m_=Ba+Ka,z_=".carousel-item img",v_=".carousel-indicators",p_="[data-bs-slide], [data-bs-slide-to]",H_='[data-bs-ride="carousel"]',V_={[Jb]:z0,[c_]:Z4},g_={interval:5e3,keyboard:!0,pause:"hover",ride:!1,touch:!0,wrap:!0},M_={interval:"(number|boolean)",keyboard:"boolean",pause:"(string|boolean)",ride:"(boolean|string)",touch:"boolean",wrap:"boolean"};class P8 extends l3{constructor(e,t){super(e,t),this._interval=null,this._activeElement=null,this._isSliding=!1,this.touchTimeout=null,this._swipeHelper=null,this._indicatorsElement=w1.findOne(v_,this._element),this._addEventListeners(),this._config.ride===qa&&this.cycle()}static get Default(){return g_}static get DefaultType(){return M_}static get NAME(){return Xb}next(){this._slide(j6)}nextWhenVisible(){!document.hidden&&E6(this._element)&&this.next()}prev(){this._slide(q4)}pause(){this._isSliding&&Ta(this._element),this._clearInterval()}cycle(){this._clearInterval(),this._updateInterval(),this._interval=setInterval(()=>this.nextWhenVisible(),this._config.interval)}_maybeEnableCycle(){if(this._config.ride){if(this._isSliding){l1.one(this._element,Y5,()=>this.cycle());return}this.cycle()}}to(e){const t=this._getItems();if(e>t.length-1||e<0)return;if(this._isSliding){l1.one(this._element,Y5,()=>this.to(e));return}const s=this._getItemIndex(this._getActive());if(s===e)return;const l=e>s?j6:q4;this._slide(l,t[e])}dispose(){this._swipeHelper&&this._swipeHelper.dispose(),super.dispose()}_configAfterMerge(e){return e.defaultInterval=e.interval,e}_addEventListeners(){this._config.keyboard&&l1.on(this._element,s_,e=>this._keydown(e)),this._config.pause==="hover"&&(l1.on(this._element,l_,()=>this.pause()),l1.on(this._element,a_,()=>this._maybeEnableCycle())),this._config.touch&&k0.isSupported()&&this._addTouchEventListeners()}_addTouchEventListeners(){for(const s of w1.find(z_,this._element))l1.on(s,n_,l=>l.preventDefault());const t={leftCallback:()=>this._slide(this._directionToOrder(Z4)),rightCallback:()=>this._slide(this._directionToOrder(z0)),endCallback:()=>{this._config.pause==="hover"&&(this.pause(),this.touchTimeout&&clearTimeout(this.touchTimeout),this.touchTimeout=setTimeout(()=>this._maybeEnableCycle(),e_+this._config.interval))}};this._swipeHelper=new k0(this._element,t)}_keydown(e){if(/input|textarea/i.test(e.target.tagName))return;const t=V_[e.key];t&&(e.preventDefault(),this._slide(this._directionToOrder(t)))}_getItemIndex(e){return this._getItems().indexOf(e)}_setActiveIndicatorElement(e){if(!this._indicatorsElement)return;const t=w1.findOne(Ba,this._indicatorsElement);t.classList.remove(s0),t.removeAttribute("aria-current");const s=w1.findOne(`[data-bs-slide-to="${e}"]`,this._indicatorsElement);s&&(s.classList.add(s0),s.setAttribute("aria-current","true"))}_updateInterval(){const e=this._activeElement||this._getActive();if(!e)return;const t=Number.parseInt(e.getAttribute("data-bs-interval"),10);this._config.interval=t||this._config.defaultInterval}_slide(e,t=null){if(this._isSliding)return;const s=this._getActive(),l=e===j6,a=t||j9(this._getItems(),s,l,this._config.wrap);if(a===s)return;const n=this._getItemIndex(a),i=L=>l1.trigger(this._element,L,{relatedTarget:a,direction:this._orderToDirection(e),from:this._getItemIndex(s),to:n});if(i(t_).defaultPrevented||!s||!a)return;const o=!!this._interval;this.pause(),this._isSliding=!0,this._setActiveIndicatorElement(n),this._activeElement=a;const d=l?f_:u_,g=l?h_:d_;a.classList.add(g),k8(a),s.classList.add(d),a.classList.add(d);const p=()=>{a.classList.remove(d,g),a.classList.add(s0),s.classList.remove(s0,g,d),this._isSliding=!1,i(Y5)};this._queueCallback(p,s,this._isAnimated()),o&&this.cycle()}_isAnimated(){return this._element.classList.contains(o_)}_getActive(){return w1.findOne(m_,this._element)}_getItems(){return w1.find(Ka,this._element)}_clearInterval(){this._interval&&(clearInterval(this._interval),this._interval=null)}_directionToOrder(e){return B2()?e===Z4?q4:j6:e===Z4?j6:q4}_orderToDirection(e){return B2()?e===q4?Z4:z0:e===q4?z0:Z4}static jQueryInterface(e){return this.each(function(){const t=P8.getOrCreateInstance(this,e);if(typeof e=="number"){t.to(e);return}if(typeof e=="string"){if(t[e]===void 0||e.startsWith("_")||e==="constructor")throw new TypeError(`No method named "${e}"`);t[e]()}})}}l1.on(document,i_,p_,function(c){const e=w1.getElementFromSelector(this);if(!e||!e.classList.contains(qa))return;c.preventDefault();const t=P8.getOrCreateInstance(e),s=this.getAttribute("data-bs-slide-to");if(s){t.to(s),t._maybeEnableCycle();return}if(w3.getDataAttribute(this,"slide")==="next"){t.next(),t._maybeEnableCycle();return}t.prev(),t._maybeEnableCycle()});l1.on(window,r_,()=>{const c=w1.find(H_);for(const e of c)P8.getOrCreateInstance(e)});Y2(P8);const C_="collapse",L_="bs.collapse",T8=`.${L_}`,b_=".data-api",__=`show${T8}`,y_=`shown${T8}`,w_=`hide${T8}`,A_=`hidden${T8}`,E_=`click${T8}${b_}`,Z5="show",t6="collapse",l0="collapsing",k_="collapsed",S_=`:scope .${t6} .${t6}`,P_="collapse-horizontal",T_="width",$_="height",I_=".collapse.show, .collapse.collapsing",j7='[data-bs-toggle="collapse"]',x_={parent:null,toggle:!0},O_={parent:"(null|element)",toggle:"boolean"};class p8 extends l3{constructor(e,t){super(e,t),this._isTransitioning=!1,this._triggerArray=[];const s=w1.find(j7);for(const l of s){const a=w1.getSelectorFromElement(l),n=w1.find(a).filter(i=>i===this._element);a!==null&&n.length&&this._triggerArray.push(l)}this._initializeChildren(),this._config.parent||this._addAriaAndCollapsedClass(this._triggerArray,this._isShown()),this._config.toggle&&this.toggle()}static get Default(){return x_}static get DefaultType(){return O_}static get NAME(){return C_}toggle(){this._isShown()?this.hide():this.show()}show(){if(this._isTransitioning||this._isShown())return;let e=[];if(this._config.parent&&(e=this._getFirstLevelChildren(I_).filter(i=>i!==this._element).map(i=>p8.getOrCreateInstance(i,{toggle:!1}))),e.length&&e[0]._isTransitioning||l1.trigger(this._element,__).defaultPrevented)return;for(const i of e)i.hide();const s=this._getDimension();this._element.classList.remove(t6),this._element.classList.add(l0),this._element.style[s]=0,this._addAriaAndCollapsedClass(this._triggerArray,!0),this._isTransitioning=!0;const l=()=>{this._isTransitioning=!1,this._element.classList.remove(l0),this._element.classList.add(t6,Z5),this._element.style[s]="",l1.trigger(this._element,y_)},n=`scroll${s[0].toUpperCase()+s.slice(1)}`;this._queueCallback(l,this._element,!0),this._element.style[s]=`${this._element[n]}px`}hide(){if(this._isTransitioning||!this._isShown()||l1.trigger(this._element,w_).defaultPrevented)return;const t=this._getDimension();this._element.style[t]=`${this._element.getBoundingClientRect()[t]}px`,k8(this._element),this._element.classList.add(l0),this._element.classList.remove(t6,Z5);for(const l of this._triggerArray){const a=w1.getElementFromSelector(l);a&&!this._isShown(a)&&this._addAriaAndCollapsedClass([l],!1)}this._isTransitioning=!0;const s=()=>{this._isTransitioning=!1,this._element.classList.remove(l0),this._element.classList.add(t6),l1.trigger(this._element,A_)};this._element.style[t]="",this._queueCallback(s,this._element,!0)}_isShown(e=this._element){return e.classList.contains(Z5)}_configAfterMerge(e){return e.toggle=!!e.toggle,e.parent=l4(e.parent),e}_getDimension(){return this._element.classList.contains(P_)?T_:$_}_initializeChildren(){if(!this._config.parent)return;const e=this._getFirstLevelChildren(j7);for(const t of e){const s=w1.getElementFromSelector(t);s&&this._addAriaAndCollapsedClass([t],this._isShown(s))}}_getFirstLevelChildren(e){const t=w1.find(S_,this._config.parent);return w1.find(e,this._config.parent).filter(s=>!t.includes(s))}_addAriaAndCollapsedClass(e,t){if(e.length)for(const s of e)s.classList.toggle(k_,!t),s.setAttribute("aria-expanded",t)}static jQueryInterface(e){const t={};return typeof e=="string"&&/show|hide/.test(e)&&(t.toggle=!1),this.each(function(){const s=p8.getOrCreateInstance(this,t);if(typeof e=="string"){if(typeof s[e]>"u")throw new TypeError(`No method named "${e}"`);s[e]()}})}}l1.on(document,E_,j7,function(c){(c.target.tagName==="A"||c.delegateTarget&&c.delegateTarget.tagName==="A")&&c.preventDefault();for(const e of w1.getMultipleElementsFromSelector(this))p8.getOrCreateInstance(e,{toggle:!1}).toggle()});Y2(p8);const At="dropdown",N_="bs.dropdown",O4=`.${N_}`,q9=".data-api",D_="Escape",Et="Tab",R_="ArrowUp",kt="ArrowDown",F_=2,U_=`hide${O4}`,j_=`hidden${O4}`,W_=`show${O4}`,q_=`shown${O4}`,Ga=`click${O4}${q9}`,Ya=`keydown${O4}${q9}`,B_=`keyup${O4}${q9}`,X4="show",K_="dropup",G_="dropend",Y_="dropstart",Z_="dropup-center",X_="dropdown-center",L4='[data-bs-toggle="dropdown"]:not(.disabled):not(:disabled)',Q_=`${L4}.${X4}`,v0=".dropdown-menu",J_=".navbar",cy=".navbar-nav",ey=".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)",ty=B2()?"top-end":"top-start",sy=B2()?"top-start":"top-end",ly=B2()?"bottom-end":"bottom-start",ay=B2()?"bottom-start":"bottom-end",ny=B2()?"left-start":"right-start",ry=B2()?"right-start":"left-start",iy="top",oy="bottom",uy={autoClose:!0,boundary:"clippingParents",display:"dynamic",offset:[0,2],popperConfig:null,reference:"toggle"},fy={autoClose:"(boolean|string)",boundary:"(string|element)",display:"string",offset:"(array|string|function)",popperConfig:"(null|object|function)",reference:"(string|element|object)"};class m3 extends l3{constructor(e,t){super(e,t),this._popper=null,this._parent=this._element.parentNode,this._menu=w1.next(this._element,v0)[0]||w1.prev(this._element,v0)[0]||w1.findOne(v0,this._parent),this._inNavbar=this._detectNavbar()}static get Default(){return uy}static get DefaultType(){return fy}static get NAME(){return At}toggle(){return this._isShown()?this.hide():this.show()}show(){if(a4(this._element)||this._isShown())return;const e={relatedTarget:this._element};if(!l1.trigger(this._element,W_,e).defaultPrevented){if(this._createPopper(),"ontouchstart"in document.documentElement&&!this._parent.closest(cy))for(const s of[].concat(...document.body.children))l1.on(s,"mouseover",E0);this._element.focus(),this._element.setAttribute("aria-expanded",!0),this._menu.classList.add(X4),this._element.classList.add(X4),l1.trigger(this._element,q_,e)}}hide(){if(a4(this._element)||!this._isShown())return;const e={relatedTarget:this._element};this._completeHide(e)}dispose(){this._popper&&this._popper.destroy(),super.dispose()}update(){this._inNavbar=this._detectNavbar(),this._popper&&this._popper.update()}_completeHide(e){if(!l1.trigger(this._element,U_,e).defaultPrevented){if("ontouchstart"in document.documentElement)for(const s of[].concat(...document.body.children))l1.off(s,"mouseover",E0);this._popper&&this._popper.destroy(),this._menu.classList.remove(X4),this._element.classList.remove(X4),this._element.setAttribute("aria-expanded","false"),w3.removeDataAttribute(this._menu,"popper"),l1.trigger(this._element,j_,e)}}_getConfig(e){if(e=super._getConfig(e),typeof e.reference=="object"&&!y3(e.reference)&&typeof e.reference.getBoundingClientRect!="function")throw new TypeError(`${At.toUpperCase()}: Option "reference" provided type "object" without a required "getBoundingClientRect" method.`);return e}_createPopper(){if(typeof Sa>"u")throw new TypeError("Bootstrap's dropdowns require Popper (https://popper.js.org)");let e=this._element;this._config.reference==="parent"?e=this._parent:y3(this._config.reference)?e=l4(this._config.reference):typeof this._config.reference=="object"&&(e=this._config.reference);const t=this._getPopperConfig();this._popper=U9(e,this._menu,t)}_isShown(){return this._menu.classList.contains(X4)}_getPlacement(){const e=this._parent;if(e.classList.contains(G_))return ny;if(e.classList.contains(Y_))return ry;if(e.classList.contains(Z_))return iy;if(e.classList.contains(X_))return oy;const t=getComputedStyle(this._menu).getPropertyValue("--bs-position").trim()==="end";return e.classList.contains(K_)?t?sy:ty:t?ay:ly}_detectNavbar(){return this._element.closest(J_)!==null}_getOffset(){const{offset:e}=this._config;return typeof e=="string"?e.split(",").map(t=>Number.parseInt(t,10)):typeof e=="function"?t=>e(t,this._element):e}_getPopperConfig(){const e={placement:this._getPlacement(),modifiers:[{name:"preventOverflow",options:{boundary:this._config.boundary}},{name:"offset",options:{offset:this._getOffset()}}]};return(this._inNavbar||this._config.display==="static")&&(w3.setDataAttribute(this._menu,"popper","static"),e.modifiers=[{name:"applyStyles",enabled:!1}]),{...e,...P2(this._config.popperConfig,[e])}}_selectMenuItem({key:e,target:t}){const s=w1.find(ey,this._menu).filter(l=>E6(l));s.length&&j9(s,t,e===kt,!s.includes(t)).focus()}static jQueryInterface(e){return this.each(function(){const t=m3.getOrCreateInstance(this,e);if(typeof e=="string"){if(typeof t[e]>"u")throw new TypeError(`No method named "${e}"`);t[e]()}})}static clearMenus(e){if(e.button===F_||e.type==="keyup"&&e.key!==Et)return;const t=w1.find(Q_);for(const s of t){const l=m3.getInstance(s);if(!l||l._config.autoClose===!1)continue;const a=e.composedPath(),n=a.includes(l._menu);if(a.includes(l._element)||l._config.autoClose==="inside"&&!n||l._config.autoClose==="outside"&&n||l._menu.contains(e.target)&&(e.type==="keyup"&&e.key===Et||/input|select|option|textarea|form/i.test(e.target.tagName)))continue;const i={relatedTarget:l._element};e.type==="click"&&(i.clickEvent=e),l._completeHide(i)}}static dataApiKeydownHandler(e){const t=/input|textarea/i.test(e.target.tagName),s=e.key===D_,l=[R_,kt].includes(e.key);if(!l&&!s||t&&!s)return;e.preventDefault();const a=this.matches(L4)?this:w1.prev(this,L4)[0]||w1.next(this,L4)[0]||w1.findOne(L4,e.delegateTarget.parentNode),n=m3.getOrCreateInstance(a);if(l){e.stopPropagation(),n.show(),n._selectMenuItem(e);return}n._isShown()&&(e.stopPropagation(),n.hide(),a.focus())}}l1.on(document,Ya,L4,m3.dataApiKeydownHandler);l1.on(document,Ya,v0,m3.dataApiKeydownHandler);l1.on(document,Ga,m3.clearMenus);l1.on(document,B_,m3.clearMenus);l1.on(document,Ga,L4,function(c){c.preventDefault(),m3.getOrCreateInstance(this).toggle()});Y2(m3);const Za="backdrop",hy="fade",St="show",Pt=`mousedown.bs.${Za}`,dy={className:"modal-backdrop",clickCallback:null,isAnimated:!1,isVisible:!0,rootElement:"body"},my={className:"string",clickCallback:"(function|null)",isAnimated:"boolean",isVisible:"boolean",rootElement:"(element|string)"};class Xa extends S8{constructor(e){super(),this._config=this._getConfig(e),this._isAppended=!1,this._element=null}static get Default(){return dy}static get DefaultType(){return my}static get NAME(){return Za}show(e){if(!this._config.isVisible){P2(e);return}this._append();const t=this._getElement();this._config.isAnimated&&k8(t),t.classList.add(St),this._emulateAnimation(()=>{P2(e)})}hide(e){if(!this._config.isVisible){P2(e);return}this._getElement().classList.remove(St),this._emulateAnimation(()=>{this.dispose(),P2(e)})}dispose(){this._isAppended&&(l1.off(this._element,Pt),this._element.remove(),this._isAppended=!1)}_getElement(){if(!this._element){const e=document.createElement("div");e.className=this._config.className,this._config.isAnimated&&e.classList.add(hy),this._element=e}return this._element}_configAfterMerge(e){return e.rootElement=l4(e.rootElement),e}_append(){if(this._isAppended)return;const e=this._getElement();this._config.rootElement.append(e),l1.on(e,Pt,()=>{P2(this._config.clickCallback)}),this._isAppended=!0}_emulateAnimation(e){xa(e,this._getElement(),this._config.isAnimated)}}const zy="focustrap",vy="bs.focustrap",S0=`.${vy}`,py=`focusin${S0}`,Hy=`keydown.tab${S0}`,Vy="Tab",gy="forward",Tt="backward",My={autofocus:!0,trapElement:null},Cy={autofocus:"boolean",trapElement:"element"};class Qa extends S8{constructor(e){super(),this._config=this._getConfig(e),this._isActive=!1,this._lastTabNavDirection=null}static get Default(){return My}static get DefaultType(){return Cy}static get NAME(){return zy}activate(){this._isActive||(this._config.autofocus&&this._config.trapElement.focus(),l1.off(document,S0),l1.on(document,py,e=>this._handleFocusin(e)),l1.on(document,Hy,e=>this._handleKeydown(e)),this._isActive=!0)}deactivate(){this._isActive&&(this._isActive=!1,l1.off(document,S0))}_handleFocusin(e){const{trapElement:t}=this._config;if(e.target===document||e.target===t||t.contains(e.target))return;const s=w1.focusableChildren(t);s.length===0?t.focus():this._lastTabNavDirection===Tt?s[s.length-1].focus():s[0].focus()}_handleKeydown(e){e.key===Vy&&(this._lastTabNavDirection=e.shiftKey?Tt:gy)}}const $t=".fixed-top, .fixed-bottom, .is-fixed, .sticky-top",It=".sticky-top",a0="padding-right",xt="margin-right";class W7{constructor(){this._element=document.body}getWidth(){const e=document.documentElement.clientWidth;return Math.abs(window.innerWidth-e)}hide(){const e=this.getWidth();this._disableOverFlow(),this._setElementAttributes(this._element,a0,t=>t+e),this._setElementAttributes($t,a0,t=>t+e),this._setElementAttributes(It,xt,t=>t-e)}reset(){this._resetElementAttributes(this._element,"overflow"),this._resetElementAttributes(this._element,a0),this._resetElementAttributes($t,a0),this._resetElementAttributes(It,xt)}isOverflowing(){return this.getWidth()>0}_disableOverFlow(){this._saveInitialAttribute(this._element,"overflow"),this._element.style.overflow="hidden"}_setElementAttributes(e,t,s){const l=this.getWidth(),a=n=>{if(n!==this._element&&window.innerWidth>n.clientWidth+l)return;this._saveInitialAttribute(n,t);const i=window.getComputedStyle(n).getPropertyValue(t);n.style.setProperty(t,`${s(Number.parseFloat(i))}px`)};this._applyManipulationCallback(e,a)}_saveInitialAttribute(e,t){const s=e.style.getPropertyValue(t);s&&w3.setDataAttribute(e,t,s)}_resetElementAttributes(e,t){const s=l=>{const a=w3.getDataAttribute(l,t);if(a===null){l.style.removeProperty(t);return}w3.removeDataAttribute(l,t),l.style.setProperty(t,a)};this._applyManipulationCallback(e,s)}_applyManipulationCallback(e,t){if(y3(e)){t(e);return}for(const s of w1.find(e,this._element))t(s)}}const Ly="modal",by="bs.modal",K2=`.${by}`,_y=".data-api",yy="Escape",wy=`hide${K2}`,Ay=`hidePrevented${K2}`,Ja=`hidden${K2}`,cn=`show${K2}`,Ey=`shown${K2}`,ky=`resize${K2}`,Sy=`click.dismiss${K2}`,Py=`mousedown.dismiss${K2}`,Ty=`keydown.dismiss${K2}`,$y=`click${K2}${_y}`,Ot="modal-open",Iy="fade",Nt="show",X5="modal-static",xy=".modal.show",Oy=".modal-dialog",Ny=".modal-body",Dy='[data-bs-toggle="modal"]',Ry={backdrop:!0,focus:!0,keyboard:!0},Fy={backdrop:"(boolean|string)",focus:"boolean",keyboard:"boolean"};class M6 extends l3{constructor(e,t){super(e,t),this._dialog=w1.findOne(Oy,this._element),this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._isShown=!1,this._isTransitioning=!1,this._scrollBar=new W7,this._addEventListeners()}static get Default(){return Ry}static get DefaultType(){return Fy}static get NAME(){return Ly}toggle(e){return this._isShown?this.hide():this.show(e)}show(e){this._isShown||this._isTransitioning||l1.trigger(this._element,cn,{relatedTarget:e}).defaultPrevented||(this._isShown=!0,this._isTransitioning=!0,this._scrollBar.hide(),document.body.classList.add(Ot),this._adjustDialog(),this._backdrop.show(()=>this._showElement(e)))}hide(){!this._isShown||this._isTransitioning||l1.trigger(this._element,wy).defaultPrevented||(this._isShown=!1,this._isTransitioning=!0,this._focustrap.deactivate(),this._element.classList.remove(Nt),this._queueCallback(()=>this._hideModal(),this._element,this._isAnimated()))}dispose(){l1.off(window,K2),l1.off(this._dialog,K2),this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}handleUpdate(){this._adjustDialog()}_initializeBackDrop(){return new Xa({isVisible:!!this._config.backdrop,isAnimated:this._isAnimated()})}_initializeFocusTrap(){return new Qa({trapElement:this._element})}_showElement(e){document.body.contains(this._element)||document.body.append(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.scrollTop=0;const t=w1.findOne(Ny,this._dialog);t&&(t.scrollTop=0),k8(this._element),this._element.classList.add(Nt);const s=()=>{this._config.focus&&this._focustrap.activate(),this._isTransitioning=!1,l1.trigger(this._element,Ey,{relatedTarget:e})};this._queueCallback(s,this._dialog,this._isAnimated())}_addEventListeners(){l1.on(this._element,Ty,e=>{if(e.key===yy){if(this._config.keyboard){this.hide();return}this._triggerBackdropTransition()}}),l1.on(window,ky,()=>{this._isShown&&!this._isTransitioning&&this._adjustDialog()}),l1.on(this._element,Py,e=>{l1.one(this._element,Sy,t=>{if(!(this._element!==e.target||this._element!==t.target)){if(this._config.backdrop==="static"){this._triggerBackdropTransition();return}this._config.backdrop&&this.hide()}})})}_hideModal(){this._element.style.display="none",this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._isTransitioning=!1,this._backdrop.hide(()=>{document.body.classList.remove(Ot),this._resetAdjustments(),this._scrollBar.reset(),l1.trigger(this._element,Ja)})}_isAnimated(){return this._element.classList.contains(Iy)}_triggerBackdropTransition(){if(l1.trigger(this._element,Ay).defaultPrevented)return;const t=this._element.scrollHeight>document.documentElement.clientHeight,s=this._element.style.overflowY;s==="hidden"||this._element.classList.contains(X5)||(t||(this._element.style.overflowY="hidden"),this._element.classList.add(X5),this._queueCallback(()=>{this._element.classList.remove(X5),this._queueCallback(()=>{this._element.style.overflowY=s},this._dialog)},this._dialog),this._element.focus())}_adjustDialog(){const e=this._element.scrollHeight>document.documentElement.clientHeight,t=this._scrollBar.getWidth(),s=t>0;if(s&&!e){const l=B2()?"paddingLeft":"paddingRight";this._element.style[l]=`${t}px`}if(!s&&e){const l=B2()?"paddingRight":"paddingLeft";this._element.style[l]=`${t}px`}}_resetAdjustments(){this._element.style.paddingLeft="",this._element.style.paddingRight=""}static jQueryInterface(e,t){return this.each(function(){const s=M6.getOrCreateInstance(this,e);if(typeof e=="string"){if(typeof s[e]>"u")throw new TypeError(`No method named "${e}"`);s[e](t)}})}}l1.on(document,$y,Dy,function(c){const e=w1.getElementFromSelector(this);["A","AREA"].includes(this.tagName)&&c.preventDefault(),l1.one(e,cn,l=>{l.defaultPrevented||l1.one(e,Ja,()=>{E6(this)&&this.focus()})});const t=w1.findOne(xy);t&&M6.getInstance(t).hide(),M6.getOrCreateInstance(e).toggle(this)});c5(M6);Y2(M6);const Uy="offcanvas",jy="bs.offcanvas",P3=`.${jy}`,en=".data-api",Wy=`load${P3}${en}`,qy="Escape",Dt="show",Rt="showing",Ft="hiding",By="offcanvas-backdrop",tn=".offcanvas.show",Ky=`show${P3}`,Gy=`shown${P3}`,Yy=`hide${P3}`,Ut=`hidePrevented${P3}`,sn=`hidden${P3}`,Zy=`resize${P3}`,Xy=`click${P3}${en}`,Qy=`keydown.dismiss${P3}`,Jy='[data-bs-toggle="offcanvas"]',cw={backdrop:!0,keyboard:!0,scroll:!1},ew={backdrop:"(boolean|string)",keyboard:"boolean",scroll:"boolean"};class n4 extends l3{constructor(e,t){super(e,t),this._isShown=!1,this._backdrop=this._initializeBackDrop(),this._focustrap=this._initializeFocusTrap(),this._addEventListeners()}static get Default(){return cw}static get DefaultType(){return ew}static get NAME(){return Uy}toggle(e){return this._isShown?this.hide():this.show(e)}show(e){if(this._isShown||l1.trigger(this._element,Ky,{relatedTarget:e}).defaultPrevented)return;this._isShown=!0,this._backdrop.show(),this._config.scroll||new W7().hide(),this._element.setAttribute("aria-modal",!0),this._element.setAttribute("role","dialog"),this._element.classList.add(Rt);const s=()=>{(!this._config.scroll||this._config.backdrop)&&this._focustrap.activate(),this._element.classList.add(Dt),this._element.classList.remove(Rt),l1.trigger(this._element,Gy,{relatedTarget:e})};this._queueCallback(s,this._element,!0)}hide(){if(!this._isShown||l1.trigger(this._element,Yy).defaultPrevented)return;this._focustrap.deactivate(),this._element.blur(),this._isShown=!1,this._element.classList.add(Ft),this._backdrop.hide();const t=()=>{this._element.classList.remove(Dt,Ft),this._element.removeAttribute("aria-modal"),this._element.removeAttribute("role"),this._config.scroll||new W7().reset(),l1.trigger(this._element,sn)};this._queueCallback(t,this._element,!0)}dispose(){this._backdrop.dispose(),this._focustrap.deactivate(),super.dispose()}_initializeBackDrop(){const e=()=>{if(this._config.backdrop==="static"){l1.trigger(this._element,Ut);return}this.hide()},t=!!this._config.backdrop;return new Xa({className:By,isVisible:t,isAnimated:!0,rootElement:this._element.parentNode,clickCallback:t?e:null})}_initializeFocusTrap(){return new Qa({trapElement:this._element})}_addEventListeners(){l1.on(this._element,Qy,e=>{if(e.key===qy){if(this._config.keyboard){this.hide();return}l1.trigger(this._element,Ut)}})}static jQueryInterface(e){return this.each(function(){const t=n4.getOrCreateInstance(this,e);if(typeof e=="string"){if(t[e]===void 0||e.startsWith("_")||e==="constructor")throw new TypeError(`No method named "${e}"`);t[e](this)}})}}l1.on(document,Xy,Jy,function(c){const e=w1.getElementFromSelector(this);if(["A","AREA"].includes(this.tagName)&&c.preventDefault(),a4(this))return;l1.one(e,sn,()=>{E6(this)&&this.focus()});const t=w1.findOne(tn);t&&t!==e&&n4.getInstance(t).hide(),n4.getOrCreateInstance(e).toggle(this)});l1.on(window,Wy,()=>{for(const c of w1.find(tn))n4.getOrCreateInstance(c).show()});l1.on(window,Zy,()=>{for(const c of w1.find("[aria-modal][class*=show][class*=offcanvas-]"))getComputedStyle(c).position!=="fixed"&&n4.getOrCreateInstance(c).hide()});c5(n4);Y2(n4);const tw=/^aria-[\w-]*$/i,ln={"*":["class","dir","id","lang","role",tw],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","srcset","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},sw=new Set(["background","cite","href","itemtype","longdesc","poster","src","xlink:href"]),lw=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:/?#]*(?:[/?#]|$))/i,aw=(c,e)=>{const t=c.nodeName.toLowerCase();return e.includes(t)?sw.has(t)?!!lw.test(c.nodeValue):!0:e.filter(s=>s instanceof RegExp).some(s=>s.test(t))};function nw(c,e,t){if(!c.length)return c;if(t&&typeof t=="function")return t(c);const l=new window.DOMParser().parseFromString(c,"text/html"),a=[].concat(...l.body.querySelectorAll("*"));for(const n of a){const i=n.nodeName.toLowerCase();if(!Object.keys(e).includes(i)){n.remove();continue}const r=[].concat(...n.attributes),o=[].concat(e["*"]||[],e[i]||[]);for(const d of r)aw(d,o)||n.removeAttribute(d.nodeName)}return l.body.innerHTML}const rw="TemplateFactory",iw={allowList:ln,content:{},extraClass:"",html:!1,sanitize:!0,sanitizeFn:null,template:"
    "},ow={allowList:"object",content:"object",extraClass:"(string|function)",html:"boolean",sanitize:"boolean",sanitizeFn:"(null|function)",template:"string"},uw={entry:"(string|element|function|null)",selector:"(string|element)"};class fw extends S8{constructor(e){super(),this._config=this._getConfig(e)}static get Default(){return iw}static get DefaultType(){return ow}static get NAME(){return rw}getContent(){return Object.values(this._config.content).map(e=>this._resolvePossibleFunction(e)).filter(Boolean)}hasContent(){return this.getContent().length>0}changeContent(e){return this._checkContent(e),this._config.content={...this._config.content,...e},this}toHtml(){const e=document.createElement("div");e.innerHTML=this._maybeSanitize(this._config.template);for(const[l,a]of Object.entries(this._config.content))this._setContent(e,a,l);const t=e.children[0],s=this._resolvePossibleFunction(this._config.extraClass);return s&&t.classList.add(...s.split(" ")),t}_typeCheckConfig(e){super._typeCheckConfig(e),this._checkContent(e.content)}_checkContent(e){for(const[t,s]of Object.entries(e))super._typeCheckConfig({selector:t,entry:s},uw)}_setContent(e,t,s){const l=w1.findOne(s,e);if(l){if(t=this._resolvePossibleFunction(t),!t){l.remove();return}if(y3(t)){this._putElementInTemplate(l4(t),l);return}if(this._config.html){l.innerHTML=this._maybeSanitize(t);return}l.textContent=t}}_maybeSanitize(e){return this._config.sanitize?nw(e,this._config.allowList,this._config.sanitizeFn):e}_resolvePossibleFunction(e){return P2(e,[this])}_putElementInTemplate(e,t){if(this._config.html){t.innerHTML="",t.append(e);return}t.textContent=e.textContent}}const hw="tooltip",dw=new Set(["sanitize","allowList","sanitizeFn"]),Q5="fade",mw="modal",n0="show",zw=".tooltip-inner",jt=`.${mw}`,Wt="hide.bs.modal",W6="hover",J5="focus",vw="click",pw="manual",Hw="hide",Vw="hidden",gw="show",Mw="shown",Cw="inserted",Lw="click",bw="focusin",_w="focusout",yw="mouseenter",ww="mouseleave",Aw={AUTO:"auto",TOP:"top",RIGHT:B2()?"left":"right",BOTTOM:"bottom",LEFT:B2()?"right":"left"},Ew={allowList:ln,animation:!0,boundary:"clippingParents",container:!1,customClass:"",delay:0,fallbackPlacements:["top","right","bottom","left"],html:!1,offset:[0,6],placement:"top",popperConfig:null,sanitize:!0,sanitizeFn:null,selector:!1,template:'',title:"",trigger:"hover focus"},kw={allowList:"object",animation:"boolean",boundary:"(string|element)",container:"(string|element|boolean)",customClass:"(string|function)",delay:"(number|object)",fallbackPlacements:"array",html:"boolean",offset:"(array|string|function)",placement:"(string|function)",popperConfig:"(null|object|function)",sanitize:"boolean",sanitizeFn:"(null|function)",selector:"(string|boolean)",template:"string",title:"(string|element|function)",trigger:"string"};class S6 extends l3{constructor(e,t){if(typeof Sa>"u")throw new TypeError("Bootstrap's tooltips require Popper (https://popper.js.org)");super(e,t),this._isEnabled=!0,this._timeout=0,this._isHovered=null,this._activeTrigger={},this._popper=null,this._templateFactory=null,this._newContent=null,this.tip=null,this._setListeners(),this._config.selector||this._fixTitle()}static get Default(){return Ew}static get DefaultType(){return kw}static get NAME(){return hw}enable(){this._isEnabled=!0}disable(){this._isEnabled=!1}toggleEnabled(){this._isEnabled=!this._isEnabled}toggle(){if(this._isEnabled){if(this._activeTrigger.click=!this._activeTrigger.click,this._isShown()){this._leave();return}this._enter()}}dispose(){clearTimeout(this._timeout),l1.off(this._element.closest(jt),Wt,this._hideModalHandler),this._element.getAttribute("data-bs-original-title")&&this._element.setAttribute("title",this._element.getAttribute("data-bs-original-title")),this._disposePopper(),super.dispose()}show(){if(this._element.style.display==="none")throw new Error("Please use show on visible elements");if(!(this._isWithContent()&&this._isEnabled))return;const e=l1.trigger(this._element,this.constructor.eventName(gw)),s=($a(this._element)||this._element.ownerDocument.documentElement).contains(this._element);if(e.defaultPrevented||!s)return;this._disposePopper();const l=this._getTipElement();this._element.setAttribute("aria-describedby",l.getAttribute("id"));const{container:a}=this._config;if(this._element.ownerDocument.documentElement.contains(this.tip)||(a.append(l),l1.trigger(this._element,this.constructor.eventName(Cw))),this._popper=this._createPopper(l),l.classList.add(n0),"ontouchstart"in document.documentElement)for(const i of[].concat(...document.body.children))l1.on(i,"mouseover",E0);const n=()=>{l1.trigger(this._element,this.constructor.eventName(Mw)),this._isHovered===!1&&this._leave(),this._isHovered=!1};this._queueCallback(n,this.tip,this._isAnimated())}hide(){if(!this._isShown()||l1.trigger(this._element,this.constructor.eventName(Hw)).defaultPrevented)return;if(this._getTipElement().classList.remove(n0),"ontouchstart"in document.documentElement)for(const l of[].concat(...document.body.children))l1.off(l,"mouseover",E0);this._activeTrigger[vw]=!1,this._activeTrigger[J5]=!1,this._activeTrigger[W6]=!1,this._isHovered=null;const s=()=>{this._isWithActiveTrigger()||(this._isHovered||this._disposePopper(),this._element.removeAttribute("aria-describedby"),l1.trigger(this._element,this.constructor.eventName(Vw)))};this._queueCallback(s,this.tip,this._isAnimated())}update(){this._popper&&this._popper.update()}_isWithContent(){return!!this._getTitle()}_getTipElement(){return this.tip||(this.tip=this._createTipElement(this._newContent||this._getContentForTemplate())),this.tip}_createTipElement(e){const t=this._getTemplateFactory(e).toHtml();if(!t)return null;t.classList.remove(Q5,n0),t.classList.add(`bs-${this.constructor.NAME}-auto`);const s=vb(this.constructor.NAME).toString();return t.setAttribute("id",s),this._isAnimated()&&t.classList.add(Q5),t}setContent(e){this._newContent=e,this._isShown()&&(this._disposePopper(),this.show())}_getTemplateFactory(e){return this._templateFactory?this._templateFactory.changeContent(e):this._templateFactory=new fw({...this._config,content:e,extraClass:this._resolvePossibleFunction(this._config.customClass)}),this._templateFactory}_getContentForTemplate(){return{[zw]:this._getTitle()}}_getTitle(){return this._resolvePossibleFunction(this._config.title)||this._element.getAttribute("data-bs-original-title")}_initializeOnDelegatedTarget(e){return this.constructor.getOrCreateInstance(e.delegateTarget,this._getDelegateConfig())}_isAnimated(){return this._config.animation||this.tip&&this.tip.classList.contains(Q5)}_isShown(){return this.tip&&this.tip.classList.contains(n0)}_createPopper(e){const t=P2(this._config.placement,[this,e,this._element]),s=Aw[t.toUpperCase()];return U9(this._element,e,this._getPopperConfig(s))}_getOffset(){const{offset:e}=this._config;return typeof e=="string"?e.split(",").map(t=>Number.parseInt(t,10)):typeof e=="function"?t=>e(t,this._element):e}_resolvePossibleFunction(e){return P2(e,[this._element])}_getPopperConfig(e){const t={placement:e,modifiers:[{name:"flip",options:{fallbackPlacements:this._config.fallbackPlacements}},{name:"offset",options:{offset:this._getOffset()}},{name:"preventOverflow",options:{boundary:this._config.boundary}},{name:"arrow",options:{element:`.${this.constructor.NAME}-arrow`}},{name:"preSetPlacement",enabled:!0,phase:"beforeMain",fn:s=>{this._getTipElement().setAttribute("data-popper-placement",s.state.placement)}}]};return{...t,...P2(this._config.popperConfig,[t])}}_setListeners(){const e=this._config.trigger.split(" ");for(const t of e)if(t==="click")l1.on(this._element,this.constructor.eventName(Lw),this._config.selector,s=>{this._initializeOnDelegatedTarget(s).toggle()});else if(t!==pw){const s=t===W6?this.constructor.eventName(yw):this.constructor.eventName(bw),l=t===W6?this.constructor.eventName(ww):this.constructor.eventName(_w);l1.on(this._element,s,this._config.selector,a=>{const n=this._initializeOnDelegatedTarget(a);n._activeTrigger[a.type==="focusin"?J5:W6]=!0,n._enter()}),l1.on(this._element,l,this._config.selector,a=>{const n=this._initializeOnDelegatedTarget(a);n._activeTrigger[a.type==="focusout"?J5:W6]=n._element.contains(a.relatedTarget),n._leave()})}this._hideModalHandler=()=>{this._element&&this.hide()},l1.on(this._element.closest(jt),Wt,this._hideModalHandler)}_fixTitle(){const e=this._element.getAttribute("title");e&&(!this._element.getAttribute("aria-label")&&!this._element.textContent.trim()&&this._element.setAttribute("aria-label",e),this._element.setAttribute("data-bs-original-title",e),this._element.removeAttribute("title"))}_enter(){if(this._isShown()||this._isHovered){this._isHovered=!0;return}this._isHovered=!0,this._setTimeout(()=>{this._isHovered&&this.show()},this._config.delay.show)}_leave(){this._isWithActiveTrigger()||(this._isHovered=!1,this._setTimeout(()=>{this._isHovered||this.hide()},this._config.delay.hide))}_setTimeout(e,t){clearTimeout(this._timeout),this._timeout=setTimeout(e,t)}_isWithActiveTrigger(){return Object.values(this._activeTrigger).includes(!0)}_getConfig(e){const t=w3.getDataAttributes(this._element);for(const s of Object.keys(t))dw.has(s)&&delete t[s];return e={...t,...typeof e=="object"&&e?e:{}},e=this._mergeConfigObj(e),e=this._configAfterMerge(e),this._typeCheckConfig(e),e}_configAfterMerge(e){return e.container=e.container===!1?document.body:l4(e.container),typeof e.delay=="number"&&(e.delay={show:e.delay,hide:e.delay}),typeof e.title=="number"&&(e.title=e.title.toString()),typeof e.content=="number"&&(e.content=e.content.toString()),e}_getDelegateConfig(){const e={};for(const[t,s]of Object.entries(this._config))this.constructor.Default[t]!==s&&(e[t]=s);return e.selector=!1,e.trigger="manual",e}_disposePopper(){this._popper&&(this._popper.destroy(),this._popper=null),this.tip&&(this.tip.remove(),this.tip=null)}static jQueryInterface(e){return this.each(function(){const t=S6.getOrCreateInstance(this,e);if(typeof e=="string"){if(typeof t[e]>"u")throw new TypeError(`No method named "${e}"`);t[e]()}})}}Y2(S6);const Sw="popover",Pw=".popover-header",Tw=".popover-body",$w={...S6.Default,content:"",offset:[0,8],placement:"right",template:'',trigger:"click"},Iw={...S6.DefaultType,content:"(null|string|element|function)"};class B9 extends S6{static get Default(){return $w}static get DefaultType(){return Iw}static get NAME(){return Sw}_isWithContent(){return this._getTitle()||this._getContent()}_getContentForTemplate(){return{[Pw]:this._getTitle(),[Tw]:this._getContent()}}_getContent(){return this._resolvePossibleFunction(this._config.content)}static jQueryInterface(e){return this.each(function(){const t=B9.getOrCreateInstance(this,e);if(typeof e=="string"){if(typeof t[e]>"u")throw new TypeError(`No method named "${e}"`);t[e]()}})}}Y2(B9);const xw="scrollspy",Ow="bs.scrollspy",K9=`.${Ow}`,Nw=".data-api",Dw=`activate${K9}`,qt=`click${K9}`,Rw=`load${K9}${Nw}`,Fw="dropdown-item",B4="active",Uw='[data-bs-spy="scroll"]',c7="[href]",jw=".nav, .list-group",Bt=".nav-link",Ww=".nav-item",qw=".list-group-item",Bw=`${Bt}, ${Ww} > ${Bt}, ${qw}`,Kw=".dropdown",Gw=".dropdown-toggle",Yw={offset:null,rootMargin:"0px 0px -25%",smoothScroll:!1,target:null,threshold:[.1,.5,1]},Zw={offset:"(number|null)",rootMargin:"string",smoothScroll:"boolean",target:"element",threshold:"array"};class s5 extends l3{constructor(e,t){super(e,t),this._targetLinks=new Map,this._observableSections=new Map,this._rootElement=getComputedStyle(this._element).overflowY==="visible"?null:this._element,this._activeTarget=null,this._observer=null,this._previousScrollData={visibleEntryTop:0,parentScrollTop:0},this.refresh()}static get Default(){return Yw}static get DefaultType(){return Zw}static get NAME(){return xw}refresh(){this._initializeTargetsAndObservables(),this._maybeEnableSmoothScroll(),this._observer?this._observer.disconnect():this._observer=this._getNewObserver();for(const e of this._observableSections.values())this._observer.observe(e)}dispose(){this._observer.disconnect(),super.dispose()}_configAfterMerge(e){return e.target=l4(e.target)||document.body,e.rootMargin=e.offset?`${e.offset}px 0px -30%`:e.rootMargin,typeof e.threshold=="string"&&(e.threshold=e.threshold.split(",").map(t=>Number.parseFloat(t))),e}_maybeEnableSmoothScroll(){this._config.smoothScroll&&(l1.off(this._config.target,qt),l1.on(this._config.target,qt,c7,e=>{const t=this._observableSections.get(e.target.hash);if(t){e.preventDefault();const s=this._rootElement||window,l=t.offsetTop-this._element.offsetTop;if(s.scrollTo){s.scrollTo({top:l,behavior:"smooth"});return}s.scrollTop=l}}))}_getNewObserver(){const e={root:this._rootElement,threshold:this._config.threshold,rootMargin:this._config.rootMargin};return new IntersectionObserver(t=>this._observerCallback(t),e)}_observerCallback(e){const t=n=>this._targetLinks.get(`#${n.target.id}`),s=n=>{this._previousScrollData.visibleEntryTop=n.target.offsetTop,this._process(t(n))},l=(this._rootElement||document.documentElement).scrollTop,a=l>=this._previousScrollData.parentScrollTop;this._previousScrollData.parentScrollTop=l;for(const n of e){if(!n.isIntersecting){this._activeTarget=null,this._clearActiveClass(t(n));continue}const i=n.target.offsetTop>=this._previousScrollData.visibleEntryTop;if(a&&i){if(s(n),!l)return;continue}!a&&!i&&s(n)}}_initializeTargetsAndObservables(){this._targetLinks=new Map,this._observableSections=new Map;const e=w1.find(c7,this._config.target);for(const t of e){if(!t.hash||a4(t))continue;const s=w1.findOne(decodeURI(t.hash),this._element);E6(s)&&(this._targetLinks.set(decodeURI(t.hash),t),this._observableSections.set(t.hash,s))}}_process(e){this._activeTarget!==e&&(this._clearActiveClass(this._config.target),this._activeTarget=e,e.classList.add(B4),this._activateParents(e),l1.trigger(this._element,Dw,{relatedTarget:e}))}_activateParents(e){if(e.classList.contains(Fw)){w1.findOne(Gw,e.closest(Kw)).classList.add(B4);return}for(const t of w1.parents(e,jw))for(const s of w1.prev(t,Bw))s.classList.add(B4)}_clearActiveClass(e){e.classList.remove(B4);const t=w1.find(`${c7}.${B4}`,e);for(const s of t)s.classList.remove(B4)}static jQueryInterface(e){return this.each(function(){const t=s5.getOrCreateInstance(this,e);if(typeof e=="string"){if(t[e]===void 0||e.startsWith("_")||e==="constructor")throw new TypeError(`No method named "${e}"`);t[e]()}})}}l1.on(window,Rw,()=>{for(const c of w1.find(Uw))s5.getOrCreateInstance(c)});Y2(s5);const Xw="tab",Qw="bs.tab",N4=`.${Qw}`,Jw=`hide${N4}`,cA=`hidden${N4}`,eA=`show${N4}`,tA=`shown${N4}`,sA=`click${N4}`,lA=`keydown${N4}`,aA=`load${N4}`,nA="ArrowLeft",Kt="ArrowRight",rA="ArrowUp",Gt="ArrowDown",b4="active",Yt="fade",e7="show",iA="dropdown",oA=".dropdown-toggle",uA=".dropdown-menu",t7=":not(.dropdown-toggle)",fA='.list-group, .nav, [role="tablist"]',hA=".nav-item, .list-group-item",dA=`.nav-link${t7}, .list-group-item${t7}, [role="tab"]${t7}`,an='[data-bs-toggle="tab"], [data-bs-toggle="pill"], [data-bs-toggle="list"]',s7=`${dA}, ${an}`,mA=`.${b4}[data-bs-toggle="tab"], .${b4}[data-bs-toggle="pill"], .${b4}[data-bs-toggle="list"]`;class C6 extends l3{constructor(e){super(e),this._parent=this._element.closest(fA),this._parent&&(this._setInitialAttributes(this._parent,this._getChildren()),l1.on(this._element,lA,t=>this._keydown(t)))}static get NAME(){return Xw}show(){const e=this._element;if(this._elemIsActive(e))return;const t=this._getActiveElem(),s=t?l1.trigger(t,Jw,{relatedTarget:e}):null;l1.trigger(e,eA,{relatedTarget:t}).defaultPrevented||s&&s.defaultPrevented||(this._deactivate(t,e),this._activate(e,t))}_activate(e,t){if(!e)return;e.classList.add(b4),this._activate(w1.getElementFromSelector(e));const s=()=>{if(e.getAttribute("role")!=="tab"){e.classList.add(e7);return}e.removeAttribute("tabindex"),e.setAttribute("aria-selected",!0),this._toggleDropDown(e,!0),l1.trigger(e,tA,{relatedTarget:t})};this._queueCallback(s,e,e.classList.contains(Yt))}_deactivate(e,t){if(!e)return;e.classList.remove(b4),e.blur(),this._deactivate(w1.getElementFromSelector(e));const s=()=>{if(e.getAttribute("role")!=="tab"){e.classList.remove(e7);return}e.setAttribute("aria-selected",!1),e.setAttribute("tabindex","-1"),this._toggleDropDown(e,!1),l1.trigger(e,cA,{relatedTarget:t})};this._queueCallback(s,e,e.classList.contains(Yt))}_keydown(e){if(![nA,Kt,rA,Gt].includes(e.key))return;e.stopPropagation(),e.preventDefault();const t=[Kt,Gt].includes(e.key),s=j9(this._getChildren().filter(l=>!a4(l)),e.target,t,!0);s&&(s.focus({preventScroll:!0}),C6.getOrCreateInstance(s).show())}_getChildren(){return w1.find(s7,this._parent)}_getActiveElem(){return this._getChildren().find(e=>this._elemIsActive(e))||null}_setInitialAttributes(e,t){this._setAttributeIfNotExists(e,"role","tablist");for(const s of t)this._setInitialAttributesOnChild(s)}_setInitialAttributesOnChild(e){e=this._getInnerElement(e);const t=this._elemIsActive(e),s=this._getOuterElement(e);e.setAttribute("aria-selected",t),s!==e&&this._setAttributeIfNotExists(s,"role","presentation"),t||e.setAttribute("tabindex","-1"),this._setAttributeIfNotExists(e,"role","tab"),this._setInitialAttributesOnTargetPanel(e)}_setInitialAttributesOnTargetPanel(e){const t=w1.getElementFromSelector(e);t&&(this._setAttributeIfNotExists(t,"role","tabpanel"),e.id&&this._setAttributeIfNotExists(t,"aria-labelledby",`${e.id}`))}_toggleDropDown(e,t){const s=this._getOuterElement(e);if(!s.classList.contains(iA))return;const l=(a,n)=>{const i=w1.findOne(a,s);i&&i.classList.toggle(n,t)};l(oA,b4),l(uA,e7),s.setAttribute("aria-expanded",t)}_setAttributeIfNotExists(e,t,s){e.hasAttribute(t)||e.setAttribute(t,s)}_elemIsActive(e){return e.classList.contains(b4)}_getInnerElement(e){return e.matches(s7)?e:w1.findOne(s7,e)}_getOuterElement(e){return e.closest(hA)||e}static jQueryInterface(e){return this.each(function(){const t=C6.getOrCreateInstance(this);if(typeof e=="string"){if(t[e]===void 0||e.startsWith("_")||e==="constructor")throw new TypeError(`No method named "${e}"`);t[e]()}})}}l1.on(document,sA,an,function(c){["A","AREA"].includes(this.tagName)&&c.preventDefault(),!a4(this)&&C6.getOrCreateInstance(this).show()});l1.on(window,aA,()=>{for(const c of w1.find(mA))C6.getOrCreateInstance(c)});Y2(C6);const zA="toast",vA="bs.toast",h4=`.${vA}`,pA=`mouseover${h4}`,HA=`mouseout${h4}`,VA=`focusin${h4}`,gA=`focusout${h4}`,MA=`hide${h4}`,CA=`hidden${h4}`,LA=`show${h4}`,bA=`shown${h4}`,_A="fade",Zt="hide",r0="show",i0="showing",yA={animation:"boolean",autohide:"boolean",delay:"number"},wA={animation:!0,autohide:!0,delay:5e3};class l5 extends l3{constructor(e,t){super(e,t),this._timeout=null,this._hasMouseInteraction=!1,this._hasKeyboardInteraction=!1,this._setListeners()}static get Default(){return wA}static get DefaultType(){return yA}static get NAME(){return zA}show(){if(l1.trigger(this._element,LA).defaultPrevented)return;this._clearTimeout(),this._config.animation&&this._element.classList.add(_A);const t=()=>{this._element.classList.remove(i0),l1.trigger(this._element,bA),this._maybeScheduleHide()};this._element.classList.remove(Zt),k8(this._element),this._element.classList.add(r0,i0),this._queueCallback(t,this._element,this._config.animation)}hide(){if(!this.isShown()||l1.trigger(this._element,MA).defaultPrevented)return;const t=()=>{this._element.classList.add(Zt),this._element.classList.remove(i0,r0),l1.trigger(this._element,CA)};this._element.classList.add(i0),this._queueCallback(t,this._element,this._config.animation)}dispose(){this._clearTimeout(),this.isShown()&&this._element.classList.remove(r0),super.dispose()}isShown(){return this._element.classList.contains(r0)}_maybeScheduleHide(){this._config.autohide&&(this._hasMouseInteraction||this._hasKeyboardInteraction||(this._timeout=setTimeout(()=>{this.hide()},this._config.delay)))}_onInteraction(e,t){switch(e.type){case"mouseover":case"mouseout":{this._hasMouseInteraction=t;break}case"focusin":case"focusout":{this._hasKeyboardInteraction=t;break}}if(t){this._clearTimeout();return}const s=e.relatedTarget;this._element===s||this._element.contains(s)||this._maybeScheduleHide()}_setListeners(){l1.on(this._element,pA,e=>this._onInteraction(e,!0)),l1.on(this._element,HA,e=>this._onInteraction(e,!1)),l1.on(this._element,VA,e=>this._onInteraction(e,!0)),l1.on(this._element,gA,e=>this._onInteraction(e,!1))}_clearTimeout(){clearTimeout(this._timeout),this._timeout=null}static jQueryInterface(e){return this.each(function(){const t=l5.getOrCreateInstance(this,e);if(typeof e=="string"){if(typeof t[e]>"u")throw new TypeError(`No method named "${e}"`);t[e](this)}})}}c5(l5);Y2(l5);/*! + * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com + * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) + * Copyright 2023 Fonticons, Inc. + */(function(){var c={},e={};try{typeof window<"u"&&(c=window),typeof document<"u"&&(e=document)}catch{}var t=c.navigator||{},s=t.userAgent,l=s===void 0?"":s,a=c,n=e;a.document,n.documentElement&&n.head&&typeof n.addEventListener=="function"&&n.createElement,~l.indexOf("MSIE")||~l.indexOf("Trident/");function i(x,Y){var j=Object.keys(x);if(Object.getOwnPropertySymbols){var G=Object.getOwnPropertySymbols(x);Y&&(G=G.filter(function(p1){return Object.getOwnPropertyDescriptor(x,p1).enumerable})),j.push.apply(j,G)}return j}function r(x){for(var Y=1;Yx.length)&&(Y=x.length);for(var j=0,G=new Array(Y);j1?Y-1:0),G=1;G2&&arguments[2]!==void 0?arguments[2]:{},G=j.skipHooks,p1=G===void 0?!1:G,B=M1(Y);typeof i1.hooks.addPack=="function"&&!p1?i1.hooks.addPack(x,M1(Y)):i1.styles[x]=r(r({},i1.styles[x]||{}),B),x==="fas"&&A1("fa",Y)}var k1={monero:[496,512,[],"f3d0","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"],hooli:[640,512,[],"f427","M144.5 352l38.3.8c-13.2-4.6-26-10.2-38.3-16.8zm57.7-5.3v5.3l-19.4.8c36.5 12.5 69.9 14.2 94.7 7.2-19.9.2-45.8-2.6-75.3-13.3zm408.9-115.2c15.9 0 28.9-12.9 28.9-28.9s-12.9-24.5-28.9-24.5c-15.9 0-28.9 8.6-28.9 24.5s12.9 28.9 28.9 28.9zm-29 120.5H640V241.5h-57.9zm-73.7 0h57.9V156.7L508.4 184zm-31-119.4c-18.2-18.2-50.4-17.1-50.4-17.1s-32.3-1.1-50.4 17.1c-18.2 18.2-16.8 33.9-16.8 52.6s-1.4 34.3 16.8 52.5 50.4 17.1 50.4 17.1 32.3 1.1 50.4-17.1c18.2-18.2 16.8-33.8 16.8-52.5-.1-18.8 1.3-34.5-16.8-52.6zm-39.8 71.9c0 3.6-1.8 12.5-10.7 12.5s-10.7-8.9-10.7-12.5v-40.4c0-8.7 7.3-10.9 10.7-10.9s10.7 2.1 10.7 10.9zm-106.2-71.9c-18.2-18.2-50.4-17.1-50.4-17.1s-32.2-1.1-50.4 17.1c-1.9 1.9-3.7 3.9-5.3 6-38.2-29.6-72.5-46.5-102.1-61.1v-20.7l-22.5 10.6c-54.4-22.1-89-18.2-97.3.1 0 0-24.9 32.8 61.8 110.8V352h57.9v-28.6c-6.5-4.2-13-8.7-19.4-13.6-14.8-11.2-27.4-21.6-38.4-31.4v-31c13.1 14.7 30.5 31.4 53.4 50.3l4.5 3.6v-29.8c0-6.9 1.7-18.2 10.8-18.2s10.6 6.9 10.6 15V317c18 12.2 37.3 22.1 57.7 29.6v-93.9c0-18.7-13.4-37.4-40.6-37.4-15.8-.1-30.5 8.2-38.5 21.9v-54.3c41.9 20.9 83.9 46.5 99.9 58.3-10.2 14.6-9.3 28.1-9.3 43.7 0 18.7-1.4 34.3 16.8 52.5s50.4 17.1 50.4 17.1 32.3 1.1 50.4-17.1c18.2-18.2 16.7-33.8 16.7-52.5 0-18.5 1.5-34.2-16.7-52.3zM65.2 184v63.3c-48.7-54.5-38.9-76-35.2-79.1 13.5-11.4 37.5-8 64.4 2.1zm226.5 120.5c0 3.6-1.8 12.5-10.7 12.5s-10.7-8.9-10.7-12.5v-40.4c0-8.7 7.3-10.9 10.7-10.9s10.7 2.1 10.7 10.9z"],yelp:[384,512,[],"f1e9","M42.9 240.32l99.62 48.61c19.2 9.4 16.2 37.51-4.5 42.71L30.5 358.45a22.79 22.79 0 0 1-28.21-19.6 197.16 197.16 0 0 1 9-85.32 22.8 22.8 0 0 1 31.61-13.21zm44 239.25a199.45 199.45 0 0 0 79.42 32.11A22.78 22.78 0 0 0 192.94 490l3.9-110.82c.7-21.3-25.5-31.91-39.81-16.1l-74.21 82.4a22.82 22.82 0 0 0 4.09 34.09zm145.34-109.92l58.81 94a22.93 22.93 0 0 0 34 5.5 198.36 198.36 0 0 0 52.71-67.61A23 23 0 0 0 364.17 370l-105.42-34.26c-20.31-6.5-37.81 15.8-26.51 33.91zm148.33-132.23a197.44 197.44 0 0 0-50.41-69.31 22.85 22.85 0 0 0-34 4.4l-62 91.92c-11.9 17.7 4.7 40.61 25.2 34.71L366 268.63a23 23 0 0 0 14.61-31.21zM62.11 30.18a22.86 22.86 0 0 0-9.9 32l104.12 180.44c11.7 20.2 42.61 11.9 42.61-11.4V22.88a22.67 22.67 0 0 0-24.5-22.8 320.37 320.37 0 0 0-112.33 30.1z"],"cc-visa":[576,512,[],"f1f0","M470.1 231.3s7.6 37.2 9.3 45H446c3.3-8.9 16-43.5 16-43.5-.2.3 3.3-9.1 5.3-14.9l2.8 13.4zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM152.5 331.2L215.7 176h-42.5l-39.3 106-4.3-21.5-14-71.4c-2.3-9.9-9.4-12.7-18.2-13.1H32.7l-.7 3.1c15.8 4 29.9 9.8 42.2 17.1l35.8 135h42.5zm94.4.2L272.1 176h-40.2l-25.1 155.4h40.1zm139.9-50.8c.2-17.7-10.6-31.2-33.7-42.3-14.1-7.1-22.7-11.9-22.7-19.2.2-6.6 7.3-13.4 23.1-13.4 13.1-.3 22.7 2.8 29.9 5.9l3.6 1.7 5.5-33.6c-7.9-3.1-20.5-6.6-36-6.6-39.7 0-67.6 21.2-67.8 51.4-.3 22.3 20 34.7 35.2 42.2 15.5 7.6 20.8 12.6 20.8 19.3-.2 10.4-12.6 15.2-24.1 15.2-16 0-24.6-2.5-37.7-8.3l-5.3-2.5-5.6 34.9c9.4 4.3 26.8 8.1 44.8 8.3 42.2.1 69.7-20.8 70-53zM528 331.4L495.6 176h-31.1c-9.6 0-16.9 2.8-21 12.9l-59.7 142.5H426s6.9-19.2 8.4-23.3H486c1.2 5.5 4.8 23.3 4.8 23.3H528z"],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"],shopware:[512,512,[],"f5b5","M403.5 455.41A246.17 246.17 0 0 1 256 504C118.81 504 8 393 8 256 8 118.81 119 8 256 8a247.39 247.39 0 0 1 165.7 63.5 3.57 3.57 0 0 1-2.86 6.18A418.62 418.62 0 0 0 362.13 74c-129.36 0-222.4 53.47-222.4 155.35 0 109 92.13 145.88 176.83 178.73 33.64 13 65.4 25.36 87 41.59a3.58 3.58 0 0 1 0 5.72zM503 233.09a3.64 3.64 0 0 0-1.27-2.44c-51.76-43-93.62-60.48-144.48-60.48-84.13 0-80.25 52.17-80.25 53.63 0 42.6 52.06 62 112.34 84.49 31.07 11.59 63.19 23.57 92.68 39.93a3.57 3.57 0 0 0 5-1.82A249 249 0 0 0 503 233.09z"],"creative-commons-nc":[496,512,[],"f4e8","M247.6 8C387.4 8 496 115.9 496 256c0 147.2-118.5 248-248.4 248C113.1 504 0 393.2 0 256 0 123.1 104.7 8 247.6 8zM55.8 189.1c-7.4 20.4-11.1 42.7-11.1 66.9 0 110.9 92.1 202.4 203.7 202.4 122.4 0 177.2-101.8 178.5-104.1l-93.4-41.6c-7.7 37.1-41.2 53-68.2 55.4v38.1h-28.8V368c-27.5-.3-52.6-10.2-75.3-29.7l34.1-34.5c31.7 29.4 86.4 31.8 86.4-2.2 0-6.2-2.2-11.2-6.6-15.1-14.2-6-1.8-.1-219.3-97.4zM248.4 52.3c-38.4 0-112.4 8.7-170.5 93l94.8 42.5c10-31.3 40.4-42.9 63.8-44.3v-38.1h28.8v38.1c22.7 1.2 43.4 8.9 62 23L295 199.7c-42.7-29.9-83.5-8-70 11.1 53.4 24.1 43.8 19.8 93 41.6l127.1 56.7c4.1-17.4 6.2-35.1 6.2-53.1 0-57-19.8-105-59.3-143.9-39.3-39.9-87.2-59.8-143.6-59.8z"],aws:[640,512,[],"f375","M180.41 203.01c-.72 22.65 10.6 32.68 10.88 39.05a8.164 8.164 0 0 1-4.1 6.27l-12.8 8.96a10.66 10.66 0 0 1-5.63 1.92c-.43-.02-8.19 1.83-20.48-25.61a78.608 78.608 0 0 1-62.61 29.45c-16.28.89-60.4-9.24-58.13-56.21-1.59-38.28 34.06-62.06 70.93-60.05 7.1.02 21.6.37 46.99 6.27v-15.62c2.69-26.46-14.7-46.99-44.81-43.91-2.4.01-19.4-.5-45.84 10.11-7.36 3.38-8.3 2.82-10.75 2.82-7.41 0-4.36-21.48-2.94-24.2 5.21-6.4 35.86-18.35 65.94-18.18a76.857 76.857 0 0 1 55.69 17.28 70.285 70.285 0 0 1 17.67 52.36l-.01 69.29zM93.99 235.4c32.43-.47 46.16-19.97 49.29-30.47 2.46-10.05 2.05-16.41 2.05-27.4-9.67-2.32-23.59-4.85-39.56-4.87-15.15-1.14-42.82 5.63-41.74 32.26-1.24 16.79 11.12 31.4 29.96 30.48zm170.92 23.05c-7.86.72-11.52-4.86-12.68-10.37l-49.8-164.65c-.97-2.78-1.61-5.65-1.92-8.58a4.61 4.61 0 0 1 3.86-5.25c.24-.04-2.13 0 22.25 0 8.78-.88 11.64 6.03 12.55 10.37l35.72 140.83 33.16-140.83c.53-3.22 2.94-11.07 12.8-10.24h17.16c2.17-.18 11.11-.5 12.68 10.37l33.42 142.63L420.98 80.1c.48-2.18 2.72-11.37 12.68-10.37h19.72c.85-.13 6.15-.81 5.25 8.58-.43 1.85 3.41-10.66-52.75 169.9-1.15 5.51-4.82 11.09-12.68 10.37h-18.69c-10.94 1.15-12.51-9.66-12.68-10.75L328.67 110.7l-32.78 136.99c-.16 1.09-1.73 11.9-12.68 10.75h-18.3zm273.48 5.63c-5.88.01-33.92-.3-57.36-12.29a12.802 12.802 0 0 1-7.81-11.91v-10.75c0-8.45 6.2-6.9 8.83-5.89 10.04 4.06 16.48 7.14 28.81 9.6 36.65 7.53 52.77-2.3 56.72-4.48 13.15-7.81 14.19-25.68 5.25-34.95-10.48-8.79-15.48-9.12-53.13-21-4.64-1.29-43.7-13.61-43.79-52.36-.61-28.24 25.05-56.18 69.52-55.95 12.67-.01 46.43 4.13 55.57 15.62 1.35 2.09 2.02 4.55 1.92 7.04v10.11c0 4.44-1.62 6.66-4.87 6.66-7.71-.86-21.39-11.17-49.16-10.75-6.89-.36-39.89.91-38.41 24.97-.43 18.96 26.61 26.07 29.7 26.89 36.46 10.97 48.65 12.79 63.12 29.58 17.14 22.25 7.9 48.3 4.35 55.44-19.08 37.49-68.42 34.44-69.26 34.42zm40.2 104.86c-70.03 51.72-171.69 79.25-258.49 79.25A469.127 469.127 0 0 1 2.83 327.46c-6.53-5.89-.77-13.96 7.17-9.47a637.37 637.37 0 0 0 316.88 84.12 630.22 630.22 0 0 0 241.59-49.55c11.78-5 21.77 7.8 10.12 16.38zm29.19-33.29c-8.96-11.52-59.28-5.38-81.81-2.69-6.79.77-7.94-5.12-1.79-9.47 40.07-28.17 105.88-20.1 113.44-10.63 7.55 9.47-2.05 75.41-39.56 106.91-5.76 4.87-11.27 2.3-8.71-4.1 8.44-21.25 27.39-68.49 18.43-80.02z"],redhat:[512,512,[],"f7bc","M341.52 285.56c33.65 0 82.34-6.94 82.34-47 .22-6.74.86-1.82-20.88-96.24-4.62-19.15-8.68-27.84-42.31-44.65-26.09-13.34-82.92-35.37-99.73-35.37-15.66 0-20.2 20.17-38.87 20.17-18 0-31.31-15.06-48.12-15.06-16.14 0-26.66 11-34.78 33.62-27.5 77.55-26.28 74.27-26.12 78.27 0 24.8 97.64 106.11 228.47 106.11M429 254.84c4.65 22 4.65 24.35 4.65 27.25 0 37.66-42.33 58.56-98 58.56-125.74.08-235.91-73.65-235.91-122.33a49.55 49.55 0 0 1 4.06-19.72C58.56 200.86 0 208.93 0 260.63c0 84.67 200.63 189 359.49 189 121.79 0 152.51-55.08 152.51-98.58 0-34.21-29.59-73.05-82.93-96.24"],yoast:[448,512,[],"f2b1","M91.3 76h186l-7 18.9h-179c-39.7 0-71.9 31.6-71.9 70.3v205.4c0 35.4 24.9 70.3 84 70.3V460H91.3C41.2 460 0 419.8 0 370.5V165.2C0 115.9 40.7 76 91.3 76zm229.1-56h66.5C243.1 398.1 241.2 418.9 202.2 459.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 299 320.4 20zM448 161.5V460H234c6.6-9.6 10.7-16.3 12.1-19.4h182.5V161.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"],cloudflare:[640,512,[],"e07d","M407.906,319.913l-230.8-2.928a4.58,4.58,0,0,1-3.632-1.926,4.648,4.648,0,0,1-.494-4.147,6.143,6.143,0,0,1,5.361-4.076L411.281,303.9c27.631-1.26,57.546-23.574,68.022-50.784l13.286-34.542a7.944,7.944,0,0,0,.524-2.936,7.735,7.735,0,0,0-.164-1.631A151.91,151.91,0,0,0,201.257,198.4,68.12,68.12,0,0,0,94.2,269.59C41.924,271.106,0,313.728,0,366.12a96.054,96.054,0,0,0,1.029,13.958,4.508,4.508,0,0,0,4.445,3.871l426.1.051c.043,0,.08-.019.122-.02a5.606,5.606,0,0,0,5.271-4l3.273-11.265c3.9-13.4,2.448-25.8-4.1-34.9C430.124,325.423,420.09,320.487,407.906,319.913ZM513.856,221.1c-2.141,0-4.271.062-6.391.164a3.771,3.771,0,0,0-3.324,2.653l-9.077,31.193c-3.9,13.4-2.449,25.786,4.1,34.89,6.02,8.4,16.054,13.323,28.238,13.9l49.2,2.939a4.491,4.491,0,0,1,3.51,1.894,4.64,4.64,0,0,1,.514,4.169,6.153,6.153,0,0,1-5.351,4.075l-51.125,2.939c-27.754,1.27-57.669,23.574-68.145,50.784l-3.695,9.606a2.716,2.716,0,0,0,2.427,3.68c.046,0,.088.017.136.017h175.91a4.69,4.69,0,0,0,4.539-3.37,124.807,124.807,0,0,0,4.682-34C640,277.3,583.524,221.1,513.856,221.1Z"],ups:[384,512,[],"f7e0","M103.2 303c-5.2 3.6-32.6 13.1-32.6-19V180H37.9v102.6c0 74.9 80.2 51.1 97.9 39V180h-32.6zM4 74.82v220.9c0 103.7 74.9 135.2 187.7 184.1 112.4-48.9 187.7-80.2 187.7-184.1V74.82c-116.3-61.6-281.8-49.6-375.4 0zm358.1 220.9c0 86.6-53.2 113.6-170.4 165.3-117.5-51.8-170.5-78.7-170.5-165.3v-126.4c102.3-93.8 231.6-100 340.9-89.8zm-209.6-107.4v212.8h32.7v-68.7c24.4 7.3 71.7-2.6 71.7-78.5 0-97.4-80.7-80.92-104.4-65.6zm32.7 117.3v-100.3c8.4-4.2 38.4-12.7 38.4 49.3 0 67.9-36.4 51.8-38.4 51zm79.1-86.4c.1 47.3 51.6 42.5 52.2 70.4.6 23.5-30.4 23-50.8 4.9v30.1c36.2 21.5 81.9 8.1 83.2-33.5 1.7-51.5-54.1-46.6-53.4-73.2.6-20.3 30.6-20.5 48.5-2.2v-28.4c-28.5-22-79.9-9.2-79.7 31.9z"],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"],dyalog:[416,512,[],"f399","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"],bity:[496,512,[],"f37a","M78.4 67.2C173.8-22 324.5-24 421.5 71c14.3 14.1-6.4 37.1-22.4 21.5-84.8-82.4-215.8-80.3-298.9-3.2-16.3 15.1-36.5-8.3-21.8-22.1zm98.9 418.6c19.3 5.7 29.3-23.6 7.9-30C73 421.9 9.4 306.1 37.7 194.8c5-19.6-24.9-28.1-30.2-7.1-32.1 127.4 41.1 259.8 169.8 298.1zm148.1-2c121.9-40.2 192.9-166.9 164.4-291-4.5-19.7-34.9-13.8-30 7.9 24.2 107.7-37.1 217.9-143.2 253.4-21.2 7-10.4 36 8.8 29.7zm-62.9-79l.2-71.8c0-8.2-6.6-14.8-14.8-14.8-8.2 0-14.8 6.7-14.8 14.8l-.2 71.8c0 8.2 6.6 14.8 14.8 14.8s14.8-6.6 14.8-14.8zm71-269c2.1 90.9 4.7 131.9-85.5 132.5-92.5-.7-86.9-44.3-85.5-132.5 0-21.8-32.5-19.6-32.5 0v71.6c0 69.3 60.7 90.9 118 90.1 57.3.8 118-20.8 118-90.1v-71.6c0-19.6-32.5-21.8-32.5 0z"],stackpath:[448,512,[],"f842","M244.6 232.4c0 8.5-4.26 20.49-21.34 20.49h-19.61v-41.47h19.61c17.13 0 21.34 12.36 21.34 20.98zM448 32v448H0V32zM151.3 287.84c0-21.24-12.12-34.54-46.72-44.85-20.57-7.41-26-10.91-26-18.63s7-14.61 20.41-14.61c14.09 0 20.79 8.45 20.79 18.35h30.7l.19-.57c.5-19.57-15.06-41.65-51.12-41.65-23.37 0-52.55 10.75-52.55 38.29 0 19.4 9.25 31.29 50.74 44.37 17.26 6.15 21.91 10.4 21.91 19.48 0 15.2-19.13 14.23-19.47 14.23-20.4 0-25.65-9.1-25.65-21.9h-30.8l-.18.56c-.68 31.32 28.38 45.22 56.63 45.22 29.98 0 51.12-13.55 51.12-38.29zm125.38-55.63c0-25.3-18.43-45.46-53.42-45.46h-51.78v138.18h32.17v-47.36h19.61c30.25 0 53.42-15.95 53.42-45.36zM297.94 325L347 186.78h-31.09L268 325zm106.52-138.22h-31.09L325.46 325h29.94z"],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"],"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"],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"],guilded:[448,512,[],"e07e","M443.427,64H4.571c0,103.26,22.192,180.06,43.418,222.358C112.046,414.135,224,448,225.256,448a312.824,312.824,0,0,0,140.55-103.477c25.907-33.923,53.1-87.19,65.916-145.761H171.833c4.14,36.429,22.177,67.946,45.1,86.944h88.589c-17.012,28.213-48.186,54.4-80.456,69.482-31.232-13.259-69.09-46.544-96.548-98.362-26.726-53.833-27.092-105.883-27.092-105.883H437.573A625.91,625.91,0,0,0,443.427,64Z"],vnv:[640,512,[],"f40b","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"],"square-js":[448,512,["js-square"],"f3b9","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-48zM243.8 381.4c0 43.6-25.6 63.5-62.9 63.5-33.7 0-53.2-17.4-63.2-38.5l34.3-20.7c6.6 11.7 12.6 21.6 27.1 21.6 13.8 0 22.6-5.4 22.6-26.5V237.7h42.1v143.7zm99.6 63.5c-39.1 0-64.4-18.6-76.7-43l34.3-19.8c9 14.7 20.8 25.6 41.5 25.6 17.4 0 28.6-8.7 28.6-20.8 0-14.4-11.4-19.5-30.7-28l-10.5-4.5c-30.4-12.9-50.5-29.2-50.5-63.5 0-31.6 24.1-55.6 61.6-55.6 26.8 0 46 9.3 59.8 33.7L368 290c-7.2-12.9-15-18-27.1-18-12.3 0-20.1 7.8-20.1 18 0 12.6 7.8 17.7 25.9 25.6l10.5 4.5c35.8 15.3 55.9 31 55.9 66.2 0 37.8-29.8 58.6-69.7 58.6z"],microsoft:[448,512,[],"f3ca","M0 32h214.6v214.6H0V32zm233.4 0H448v214.6H233.4V32zM0 265.4h214.6V480H0V265.4zm233.4 0H448V480H233.4V265.4z"],qq:[448,512,[],"f1d6","M433.754 420.445c-11.526 1.393-44.86-52.741-44.86-52.741 0 31.345-16.136 72.247-51.051 101.786 16.842 5.192 54.843 19.167 45.803 34.421-7.316 12.343-125.51 7.881-159.632 4.037-34.122 3.844-152.316 8.306-159.632-4.037-9.045-15.25 28.918-29.214 45.783-34.415-34.92-29.539-51.059-70.445-51.059-101.792 0 0-33.334 54.134-44.859 52.741-5.37-.65-12.424-29.644 9.347-99.704 10.261-33.024 21.995-60.478 40.144-105.779C60.683 98.063 108.982.006 224 0c113.737.006 163.156 96.133 160.264 214.963 18.118 45.223 29.912 72.85 40.144 105.778 21.768 70.06 14.716 99.053 9.346 99.704z"],orcid:[512,512,[],"f8d2","M294.75 188.19h-45.92V342h47.47c67.62 0 83.12-51.34 83.12-76.91 0-41.64-26.54-76.9-84.67-76.9zM256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm-80.79 360.76h-29.84v-207.5h29.84zm-14.92-231.14a19.57 19.57 0 1 1 19.57-19.57 19.64 19.64 0 0 1-19.57 19.57zM300 369h-81V161.26h80.6c76.73 0 110.44 54.83 110.44 103.85C410 318.39 368.38 369 300 369z"],java:[384,512,[],"f4e4","M277.74 312.9c9.8-6.7 23.4-12.5 23.4-12.5s-38.7 7-77.2 10.2c-47.1 3.9-97.7 4.7-123.1 1.3-60.1-8 33-30.1 33-30.1s-36.1-2.4-80.6 19c-52.5 25.4 130 37 224.5 12.1zm-85.4-32.1c-19-42.7-83.1-80.2 0-145.8C296 53.2 242.84 0 242.84 0c21.5 84.5-75.6 110.1-110.7 162.6-23.9 35.9 11.7 74.4 60.2 118.2zm114.6-176.2c.1 0-175.2 43.8-91.5 140.2 24.7 28.4-6.5 54-6.5 54s62.7-32.4 33.9-72.9c-26.9-37.8-47.5-56.6 64.1-121.3zm-6.1 270.5a12.19 12.19 0 0 1-2 2.6c128.3-33.7 81.1-118.9 19.8-97.3a17.33 17.33 0 0 0-8.2 6.3 70.45 70.45 0 0 1 11-3c31-6.5 75.5 41.5-20.6 91.4zM348 437.4s14.5 11.9-15.9 21.2c-57.9 17.5-240.8 22.8-291.6.7-18.3-7.9 16-19 26.8-21.3 11.2-2.4 17.7-2 17.7-2-20.3-14.3-131.3 28.1-56.4 40.2C232.84 509.4 401 461.3 348 437.4zM124.44 396c-78.7 22 47.9 67.4 148.1 24.5a185.89 185.89 0 0 1-28.2-13.8c-44.7 8.5-65.4 9.1-106 4.5-33.5-3.8-13.9-15.2-13.9-15.2zm179.8 97.2c-78.7 14.8-175.8 13.1-233.3 3.6 0-.1 11.8 9.7 72.4 13.6 92.2 5.9 233.8-3.3 237.1-46.9 0 0-6.4 16.5-76.2 29.7zM260.64 353c-59.2 11.4-93.5 11.1-136.8 6.6-33.5-3.5-11.6-19.7-11.6-19.7-86.8 28.8 48.2 61.4 169.5 25.9a60.37 60.37 0 0 1-21.1-12.8z"],invision:[448,512,[],"f7b0","M407.4 32H40.6C18.2 32 0 50.2 0 72.6v366.8C0 461.8 18.2 480 40.6 480h366.8c22.4 0 40.6-18.2 40.6-40.6V72.6c0-22.4-18.2-40.6-40.6-40.6zM176.1 145.6c.4 23.4-22.4 27.3-26.6 27.4-14.9 0-27.1-12-27.1-27 .1-35.2 53.1-35.5 53.7-.4zM332.8 377c-65.6 0-34.1-74-25-106.6 14.1-46.4-45.2-59-59.9.7l-25.8 103.3H177l8.1-32.5c-31.5 51.8-94.6 44.4-94.6-4.3.1-14.3.9-14 23-104.1H81.7l9.7-35.6h76.4c-33.6 133.7-32.6 126.9-32.9 138.2 0 20.9 40.9 13.5 57.4-23.2l19.8-79.4h-32.3l9.7-35.6h68.8l-8.9 40.5c40.5-75.5 127.9-47.8 101.8 38-14.2 51.1-14.6 50.7-14.9 58.8 0 15.5 17.5 22.6 31.8-16.9L386 325c-10.5 36.7-29.4 52-53.2 52z"],"creative-commons-pd-alt":[496,512,[],"f4ed","M247.6 8C104.7 8 0 123.1 0 256c0 138.5 113.6 248 247.6 248C377.5 504 496 403.1 496 256 496 118.1 389.4 8 247.6 8zm.8 450.8c-112.5 0-203.7-93-203.7-202.8 0-105.4 85.5-203.3 203.7-203.3 112.6 0 202.9 89.5 202.8 203.3 0 121.7-99.6 202.8-202.8 202.8zM316.7 186h-53.2v137.2h53.2c21.4 0 70-5.1 70-68.6 0-63.4-48.6-68.6-70-68.6zm.8 108.5h-19.9v-79.7l19.4-.1c3.8 0 35-2.1 35 39.9 0 24.6-10.5 39.9-34.5 39.9zM203.7 186h-68.2v137.3h34.6V279h27c54.1 0 57.1-37.5 57.1-46.5 0-31-16.8-46.5-50.5-46.5zm-4.9 67.3h-29.2v-41.6h28.3c30.9 0 28.8 41.6.9 41.6z"],centercode:[512,512,[],"f380","M329.2 268.6c-3.8 35.2-35.4 60.6-70.6 56.8-35.2-3.8-60.6-35.4-56.8-70.6 3.8-35.2 35.4-60.6 70.6-56.8 35.1 3.8 60.6 35.4 56.8 70.6zm-85.8 235.1C96.7 496-8.2 365.5 10.1 224.3c11.2-86.6 65.8-156.9 139.1-192 161-77.1 349.7 37.4 354.7 216.6 4.1 147-118.4 262.2-260.5 254.8zm179.9-180c27.9-118-160.5-205.9-237.2-234.2-57.5 56.3-69.1 188.6-33.8 344.4 68.8 15.8 169.1-26.4 271-110.2z"],"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"],drupal:[448,512,[],"f1a9","M303.973,108.136C268.2,72.459,234.187,38.35,224.047,0c-9.957,38.35-44.25,72.459-80.019,108.136C90.467,161.7,29.716,222.356,29.716,313.436c-2.337,107.3,82.752,196.18,190.053,198.517S415.948,429.2,418.285,321.9q.091-4.231,0-8.464C418.285,222.356,357.534,161.7,303.973,108.136Zm-174.326,223a130.282,130.282,0,0,0-15.211,24.153,4.978,4.978,0,0,1-3.319,2.766h-1.659c-4.333,0-9.219-8.481-9.219-8.481h0c-1.29-2.028-2.489-4.149-3.687-6.361l-.83-1.752c-11.247-25.72-1.475-62.318-1.475-62.318h0a160.585,160.585,0,0,1,23.231-49.873A290.8,290.8,0,0,1,138.5,201.613l9.219,9.219,43.512,44.434a4.979,4.979,0,0,1,0,6.638L145.78,312.33h0Zm96.612,127.311a67.2,67.2,0,0,1-49.781-111.915c14.2-16.871,31.528-33.464,50.334-55.313,22.309,23.785,36.875,40.1,51.164,57.986a28.413,28.413,0,0,1,2.95,4.425,65.905,65.905,0,0,1,11.984,37.981,66.651,66.651,0,0,1-66.466,66.836ZM352.371,351.6h0a7.743,7.743,0,0,1-6.176,5.347H344.9a11.249,11.249,0,0,1-6.269-5.07h0a348.21,348.21,0,0,0-39.456-48.952L281.387,284.49,222.3,223.185a497.888,497.888,0,0,1-35.4-36.322,12.033,12.033,0,0,0-.922-1.382,35.4,35.4,0,0,1-4.7-9.219V174.51a31.346,31.346,0,0,1,9.218-27.656c11.432-11.431,22.955-22.954,33.833-34.939,11.984,13.275,24.8,26,37.428,38.627h0a530.991,530.991,0,0,1,69.6,79.1,147.494,147.494,0,0,1,27.011,83.8A134.109,134.109,0,0,1,352.371,351.6Z"],"hire-a-helper":[512,512,[],"f3b0","M443.1 0H71.9C67.9 37.3 37.4 67.8 0 71.7v371.5c37.4 4.9 66 32.4 71.9 68.8h372.2c3-36.4 32.5-65.8 67.9-69.8V71.7c-36.4-5.9-65-35.3-68.9-71.7zm-37 404.9c-36.3 0-18.8-2-55.1-2-35.8 0-21 2-56.1 2-5.9 0-4.9-8.2 0-9.8 22.8-7.6 22.9-10.2 24.6-12.8 10.4-15.6 5.9-83 5.9-113 0-5.3-6.4-12.8-13.8-12.8H200.4c-7.4 0-13.8 7.5-13.8 12.8 0 30-4.5 97.4 5.9 113 1.7 2.5 1.8 5.2 24.6 12.8 4.9 1.6 6 9.8 0 9.8-35.1 0-20.3-2-56.1-2-36.3 0-18.8 2-55.1 2-7.9 0-5.8-10.8 0-10.8 10.2-3.4 13.5-3.5 21.7-13.8 7.7-12.9 7.9-44.4 7.9-127.8V151.3c0-22.2-12.2-28.3-28.6-32.4-8.8-2.2-4-11.8 1-11.8 36.5 0 20.6 2 57.1 2 32.7 0 16.5-2 49.2-2 3.3 0 8.5 8.3 1 10.8-4.9 1.6-27.6 3.7-27.6 39.3 0 45.6-.2 55.8 1 68.8 0 1.3 2.3 12.8 12.8 12.8h109.2c10.5 0 12.8-11.5 12.8-12.8 1.2-13 1-23.2 1-68.8 0-35.6-22.7-37.7-27.6-39.3-7.5-2.5-2.3-10.8 1-10.8 32.7 0 16.5 2 49.2 2 36.5 0 20.6-2 57.1-2 4.9 0 9.9 9.6 1 11.8-16.4 4.1-28.6 10.3-28.6 32.4v101.2c0 83.4.1 114.9 7.9 127.8 8.2 10.2 11.4 10.4 21.7 13.8 5.8 0 7.8 10.8 0 10.8z"],"creative-commons-by":[496,512,[],"f4e7","M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z"],unity:[448,512,[],"e049","M243.583 91.6027L323.695 138.384C326.575 140.026 326.68 144.583 323.695 146.225L228.503 201.854C225.623 203.55 222.22 203.444 219.549 201.854L124.357 146.225C121.425 144.636 121.373 139.973 124.357 138.384L204.417 91.6027V0L0 119.417V358.252L78.3843 312.477V218.914C78.3319 215.576 82.2066 213.192 85.0865 214.993L180.279 270.622C183.159 272.318 184.782 275.338 184.782 278.464V389.669C184.834 393.007 180.959 395.391 178.079 393.589L97.9673 346.808L19.583 392.583L224 512L428.417 392.583L350.033 346.808L269.921 393.589C267.093 395.338 263.114 393.06 263.218 389.669V278.464C263.218 275.126 265.051 272.159 267.721 270.622L362.914 214.993C365.741 213.245 369.72 215.47 369.616 218.914V312.477L448 358.252V119.417L243.583 0V91.6027Z"],whmcs:[448,512,[],"f40d","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"],rocketchat:[576,512,[],"f3e8","M284.046,224.8a34.114,34.114,0,1,0,34.317,34.113A34.217,34.217,0,0,0,284.046,224.8Zm-110.45,0a34.114,34.114,0,1,0,34.317,34.113A34.217,34.217,0,0,0,173.6,224.8Zm220.923,0a34.114,34.114,0,1,0,34.317,34.113A34.215,34.215,0,0,0,394.519,224.8Zm153.807-55.319c-15.535-24.172-37.31-45.57-64.681-63.618-52.886-34.817-122.374-54-195.666-54a405.975,405.975,0,0,0-72.032,6.357,238.524,238.524,0,0,0-49.51-36.588C99.684-11.7,40.859.711,11.135,11.421A14.291,14.291,0,0,0,5.58,34.782C26.542,56.458,61.222,99.3,52.7,138.252c-33.142,33.9-51.112,74.776-51.112,117.337,0,43.372,17.97,84.248,51.112,118.148,8.526,38.956-26.154,81.816-47.116,103.491a14.284,14.284,0,0,0,5.555,23.34c29.724,10.709,88.549,23.147,155.324-10.2a238.679,238.679,0,0,0,49.51-36.589A405.972,405.972,0,0,0,288,460.14c73.313,0,142.8-19.159,195.667-53.975,27.371-18.049,49.145-39.426,64.679-63.619,17.309-26.923,26.07-55.916,26.07-86.125C574.394,225.4,565.634,196.43,548.326,169.485ZM284.987,409.9a345.65,345.65,0,0,1-89.446-11.5l-20.129,19.393a184.366,184.366,0,0,1-37.138,27.585,145.767,145.767,0,0,1-52.522,14.87c.983-1.771,1.881-3.563,2.842-5.356q30.258-55.68,16.325-100.078c-32.992-25.962-52.778-59.2-52.778-95.4,0-83.1,104.254-150.469,232.846-150.469s232.867,67.373,232.867,150.469C517.854,342.525,413.6,409.9,284.987,409.9Z"],vk:[448,512,[],"f189","M31.4907 63.4907C0 94.9813 0 145.671 0 247.04V264.96C0 366.329 0 417.019 31.4907 448.509C62.9813 480 113.671 480 215.04 480H232.96C334.329 480 385.019 480 416.509 448.509C448 417.019 448 366.329 448 264.96V247.04C448 145.671 448 94.9813 416.509 63.4907C385.019 32 334.329 32 232.96 32H215.04C113.671 32 62.9813 32 31.4907 63.4907ZM75.6 168.267H126.747C128.427 253.76 166.133 289.973 196 297.44V168.267H244.16V242C273.653 238.827 304.64 205.227 315.093 168.267H363.253C359.313 187.435 351.46 205.583 340.186 221.579C328.913 237.574 314.461 251.071 297.733 261.227C316.41 270.499 332.907 283.63 346.132 299.751C359.357 315.873 369.01 334.618 374.453 354.747H321.44C316.555 337.262 306.614 321.61 292.865 309.754C279.117 297.899 262.173 290.368 244.16 288.107V354.747H238.373C136.267 354.747 78.0267 284.747 75.6 168.267Z"],untappd:[640,512,[],"f405","M401.3 49.9c-79.8 160.1-84.6 152.5-87.9 173.2l-5.2 32.8c-1.9 12-6.6 23.5-13.7 33.4L145.6 497.1c-7.6 10.6-20.4 16.2-33.4 14.6-40.3-5-77.8-32.2-95.3-68.5-5.7-11.8-4.5-25.8 3.1-36.4l148.9-207.9c7.1-9.9 16.4-18 27.2-23.7l29.3-15.5c18.5-9.8 9.7-11.9 135.6-138.9 1-4.8 1-7.3 3.6-8 3-.7 6.6-1 6.3-4.6l-.4-4.6c-.2-1.9 1.3-3.6 3.2-3.6 4.5-.1 13.2 1.2 25.6 10 12.3 8.9 16.4 16.8 17.7 21.1.6 1.8-.6 3.7-2.4 4.2l-4.5 1.1c-3.4.9-2.5 4.4-2.3 7.4.1 2.8-2.3 3.6-6.5 6.1zM230.1 36.4c3.4.9 2.5 4.4 2.3 7.4-.2 2.7 2.1 3.5 6.4 6 7.9 15.9 15.3 30.5 22.2 44 .7 1.3 2.3 1.5 3.3.5 11.2-12 24.6-26.2 40.5-42.6 1.3-1.4 1.4-3.5.1-4.9-8-8.2-16.5-16.9-25.6-26.1-1-4.7-1-7.3-3.6-8-3-.8-6.6-1-6.3-4.6.3-3.3 1.4-8.1-2.8-8.2-4.5-.1-13.2 1.1-25.6 10-12.3 8.9-16.4 16.8-17.7 21.1-1.4 4.2 3.6 4.6 6.8 5.4zM620 406.7L471.2 198.8c-13.2-18.5-26.6-23.4-56.4-39.1-11.2-5.9-14.2-10.9-30.5-28.9-1-1.1-2.9-.9-3.6.5-46.3 88.8-47.1 82.8-49 94.8-1.7 10.7-1.3 20 .3 29.8 1.9 12 6.6 23.5 13.7 33.4l148.9 207.9c7.6 10.6 20.2 16.2 33.1 14.7 40.3-4.9 78-32 95.7-68.6 5.4-11.9 4.3-25.9-3.4-36.6z"],mailchimp:[448,512,[],"f59e","M330.61 243.52a36.15 36.15 0 0 1 9.3 0c1.66-3.83 1.95-10.43.45-17.61-2.23-10.67-5.25-17.14-11.48-16.13s-6.47 8.74-4.24 19.42c1.26 6 3.49 11.14 6 14.32zM277.05 252c4.47 2 7.2 3.26 8.28 2.13 1.89-1.94-3.48-9.39-12.12-13.09a31.44 31.44 0 0 0-30.61 3.68c-3 2.18-5.81 5.22-5.41 7.06.85 3.74 10-2.71 22.6-3.48 7-.44 12.8 1.75 17.26 3.71zm-9 5.13c-9.07 1.42-15 6.53-13.47 10.1.9.34 1.17.81 5.21-.81a37 37 0 0 1 18.72-1.95c2.92.34 4.31.52 4.94-.49 1.46-2.22-5.71-8-15.39-6.85zm54.17 17.1c3.38-6.87-10.9-13.93-14.3-7s10.92 13.88 14.32 6.97zm15.66-20.47c-7.66-.13-7.95 15.8-.26 15.93s7.98-15.81.28-15.96zm-218.79 78.9c-1.32.31-6 1.45-8.47-2.35-5.2-8 11.11-20.38 3-35.77-9.1-17.47-27.82-13.54-35.05-5.54-8.71 9.6-8.72 23.54-5 24.08 4.27.57 4.08-6.47 7.38-11.63a12.83 12.83 0 0 1 17.85-3.72c11.59 7.59 1.37 17.76 2.28 28.62 1.39 16.68 18.42 16.37 21.58 9a2.08 2.08 0 0 0-.2-2.33c.03.89.68-1.3-3.35-.39zm299.72-17.07c-3.35-11.73-2.57-9.22-6.78-20.52 2.45-3.67 15.29-24-3.07-43.25-10.4-10.92-33.9-16.54-41.1-18.54-1.5-11.39 4.65-58.7-21.52-83 20.79-21.55 33.76-45.29 33.73-65.65-.06-39.16-48.15-51-107.42-26.47l-12.55 5.33c-.06-.05-22.71-22.27-23.05-22.57C169.5-18-41.77 216.81 25.78 273.85l14.76 12.51a72.49 72.49 0 0 0-4.1 33.5c3.36 33.4 36 60.42 67.53 60.38 57.73 133.06 267.9 133.28 322.29 3 1.74-4.47 9.11-24.61 9.11-42.38s-10.09-25.27-16.53-25.27zm-316 48.16c-22.82-.61-47.46-21.15-49.91-45.51-6.17-61.31 74.26-75.27 84-12.33 4.54 29.64-4.67 58.49-34.12 57.81zM84.3 249.55C69.14 252.5 55.78 261.09 47.6 273c-4.88-4.07-14-12-15.59-15-13.01-24.85 14.24-73 33.3-100.21C112.42 90.56 186.19 39.68 220.36 48.91c5.55 1.57 23.94 22.89 23.94 22.89s-34.15 18.94-65.8 45.35c-42.66 32.85-74.89 80.59-94.2 132.4zM323.18 350.7s-35.74 5.3-69.51-7.07c6.21-20.16 27 6.1 96.4-13.81 15.29-4.38 35.37-13 51-25.35a102.85 102.85 0 0 1 7.12 24.28c3.66-.66 14.25-.52 11.44 18.1-3.29 19.87-11.73 36-25.93 50.84A106.86 106.86 0 0 1 362.55 421a132.45 132.45 0 0 1-20.34 8.58c-53.51 17.48-108.3-1.74-126-43a66.33 66.33 0 0 1-3.55-9.74c-7.53-27.2-1.14-59.83 18.84-80.37 1.23-1.31 2.48-2.85 2.48-4.79a8.45 8.45 0 0 0-1.92-4.54c-7-10.13-31.19-27.4-26.33-60.83 3.5-24 24.49-40.91 44.07-39.91l5 .29c8.48.5 15.89 1.59 22.88 1.88 11.69.5 22.2-1.19 34.64-11.56 4.2-3.5 7.57-6.54 13.26-7.51a17.45 17.45 0 0 1 13.6 2.24c10 6.64 11.4 22.73 11.92 34.49.29 6.72 1.1 23 1.38 27.63.63 10.67 3.43 12.17 9.11 14 3.19 1.05 6.15 1.83 10.51 3.06 13.21 3.71 21 7.48 26 12.31a16.38 16.38 0 0 1 4.74 9.29c1.56 11.37-8.82 25.4-36.31 38.16-46.71 21.68-93.68 14.45-100.48 13.68-20.15-2.71-31.63 23.32-19.55 41.15 22.64 33.41 122.4 20 151.37-21.35.69-1 .12-1.59-.73-1-41.77 28.58-97.06 38.21-128.46 26-4.77-1.85-14.73-6.44-15.94-16.67 43.6 13.49 71 .74 71 .74s2.03-2.79-.56-2.53zm-68.47-5.7zm-83.4-187.5c16.74-19.35 37.36-36.18 55.83-45.63a.73.73 0 0 1 1 1c-1.46 2.66-4.29 8.34-5.19 12.65a.75.75 0 0 0 1.16.79c11.49-7.83 31.48-16.22 49-17.3a.77.77 0 0 1 .52 1.38 41.86 41.86 0 0 0-7.71 7.74.75.75 0 0 0 .59 1.19c12.31.09 29.66 4.4 41 10.74.76.43.22 1.91-.64 1.72-69.55-15.94-123.08 18.53-134.5 26.83a.76.76 0 0 1-1-1.12z"],"css3-alt":[384,512,[],"f38b","M0 32l34.9 395.8L192 480l157.1-52.2L384 32H0zm313.1 80l-4.8 47.3L193 208.6l-.3.1h111.5l-12.8 146.6-98.2 28.7-98.8-29.2-6.4-73.9h48.9l3.2 38.3 52.6 13.3 54.7-15.4 3.7-61.6-166.3-.5v-.1l-.2.1-3.6-46.3L193.1 162l6.5-2.7H76.7L70.9 112h242.2z"],"square-reddit":[448,512,["reddit-square"],"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"],"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"],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"],"square-font-awesome":[448,512,[],"e5ad","M384.5,32.5h-320c-35.3,0-64,28.7-64,64v320c0,35.3,28.7,64,64,64h320c35.3,0,64-28.7,64-64v-320 C448.5,61.2,419.8,32.5,384.5,32.5z M336.5,312.5c-31.6,11.2-41.2,16-59.8,16c-31.4,0-43.2-16-74.6-16c-10.2,0-18.2,1.6-25.6,4v-32 c7.4-2.2,15.4-4,25.6-4c31.2,0,43.2,16,74.6,16c10.2,0,17.8-1.4,27.8-4.6v-96c-10,3.2-17.6,4.6-27.8,4.6c-31.4,0-43.2-16-74.6-16 c-25.4,0-37.4,10.4-57.6,14.4v153.6c0,8.8-7.2,16-16,16c-8.8,0-16-7.2-16-16v-192c0-8.8,7.2-16,16-16c8.8,0,16,7.2,16,16v6.4 c20.2-4,32.2-14.4,57.6-14.4c31.2,0,43.2,16,74.6,16c18.6,0,28.2-4.8,59.8-16V312.5z"],deskpro:[480,512,[],"f38f","M205.9 512l31.1-38.4c12.3-.2 25.6-1.4 36.5-6.6 38.9-18.6 38.4-61.9 38.3-63.8-.1-5-.8-4.4-28.9-37.4H362c-.2 50.1-7.3 68.5-10.2 75.7-9.4 23.7-43.9 62.8-95.2 69.4-8.7 1.1-32.8 1.2-50.7 1.1zm200.4-167.7c38.6 0 58.5-13.6 73.7-30.9l-175.5-.3-17.4 31.3 119.2-.1zm-43.6-223.9v168.3h-73.5l-32.7 55.5H250c-52.3 0-58.1-56.5-58.3-58.9-1.2-13.2-21.3-11.6-20.1 1.8 1.4 15.8 8.8 40 26.4 57.1h-91c-25.5 0-110.8-26.8-107-114V16.9C0 .9 9.7.3 15 .1h82c.2 0 .3.1.5.1 4.3-.4 50.1-2.1 50.1 43.7 0 13.3 20.2 13.4 20.2 0 0-18.2-5.5-32.8-15.8-43.7h84.2c108.7-.4 126.5 79.4 126.5 120.2zm-132.5 56l64 29.3c13.3-45.5-42.2-71.7-64-29.3z"],sistrix:[448,512,[],"f3ee","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"],"square-instagram":[448,512,["instagram-square"],"e055","M224,202.66A53.34,53.34,0,1,0,277.36,256,53.38,53.38,0,0,0,224,202.66Zm124.71-41a54,54,0,0,0-30.41-30.41c-21-8.29-71-6.43-94.3-6.43s-73.25-1.93-94.31,6.43a54,54,0,0,0-30.41,30.41c-8.28,21-6.43,71.05-6.43,94.33S91,329.26,99.32,350.33a54,54,0,0,0,30.41,30.41c21,8.29,71,6.43,94.31,6.43s73.24,1.93,94.3-6.43a54,54,0,0,0,30.41-30.41c8.35-21,6.43-71.05,6.43-94.33S357.1,182.74,348.75,161.67ZM224,338a82,82,0,1,1,82-82A81.9,81.9,0,0,1,224,338Zm85.38-148.3a19.14,19.14,0,1,1,19.13-19.14A19.1,19.1,0,0,1,309.42,189.74ZM400,32H48A48,48,0,0,0,0,80V432a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V80A48,48,0,0,0,400,32ZM382.88,322c-1.29,25.63-7.14,48.34-25.85,67s-41.4,24.63-67,25.85c-26.41,1.49-105.59,1.49-132,0-25.63-1.29-48.26-7.15-67-25.85s-24.63-41.42-25.85-67c-1.49-26.42-1.49-105.61,0-132,1.29-25.63,7.07-48.34,25.85-67s41.47-24.56,67-25.78c26.41-1.49,105.59-1.49,132,0,25.63,1.29,48.33,7.15,67,25.85s24.63,41.42,25.85,67.05C384.37,216.44,384.37,295.56,382.88,322Z"],"battle-net":[512,512,[],"f835","M448.61 225.62c26.87.18 35.57-7.43 38.92-12.37 12.47-16.32-7.06-47.6-52.85-71.33 17.76-33.58 30.11-63.68 36.34-85.3 3.38-11.83 1.09-19 .45-20.25-1.72 10.52-15.85 48.46-48.2 100.05-25-11.22-56.52-20.1-93.77-23.8-8.94-16.94-34.88-63.86-60.48-88.93C252.18 7.14 238.7 1.07 228.18.22h-.05c-13.83-1.55-22.67 5.85-27.4 11-17.2 18.53-24.33 48.87-25 84.07-7.24-12.35-17.17-24.63-28.5-25.93h-.18c-20.66-3.48-38.39 29.22-36 81.29-38.36 1.38-71 5.75-93 11.23-9.9 2.45-16.22 7.27-17.76 9.72 1-.38 22.4-9.22 111.56-9.22 5.22 53 29.75 101.82 26 93.19-9.73 15.4-38.24 62.36-47.31 97.7-5.87 22.88-4.37 37.61.15 47.14 5.57 12.75 16.41 16.72 23.2 18.26 25 5.71 55.38-3.63 86.7-21.14-7.53 12.84-13.9 28.51-9.06 39.34 7.31 19.65 44.49 18.66 88.44-9.45 20.18 32.18 40.07 57.94 55.7 74.12a39.79 39.79 0 0 0 8.75 7.09c5.14 3.21 8.58 3.37 8.58 3.37-8.24-6.75-34-38-62.54-91.78 22.22-16 45.65-38.87 67.47-69.27 122.82 4.6 143.29-24.76 148-31.64 14.67-19.88 3.43-57.44-57.32-93.69zm-77.85 106.22c23.81-37.71 30.34-67.77 29.45-92.33 27.86 17.57 47.18 37.58 49.06 58.83 1.14 12.93-8.1 29.12-78.51 33.5zM216.9 387.69c9.76-6.23 19.53-13.12 29.2-20.49 6.68 13.33 13.6 26.1 20.6 38.19-40.6 21.86-68.84 12.76-49.8-17.7zm215-171.35c-10.29-5.34-21.16-10.34-32.38-15.05a722.459 722.459 0 0 0 22.74-36.9c39.06 24.1 45.9 53.18 9.64 51.95zM279.18 398c-5.51-11.35-11-23.5-16.5-36.44 43.25 1.27 62.42-18.73 63.28-20.41 0 .07-25 15.64-62.53 12.25a718.78 718.78 0 0 0 85.06-84q13.06-15.31 24.93-31.11c-.36-.29-1.54-3-16.51-12-51.7 60.27-102.34 98-132.75 115.92-20.59-11.18-40.84-31.78-55.71-61.49-20-39.92-30-82.39-31.57-116.07 12.3.91 25.27 2.17 38.85 3.88-22.29 36.8-14.39 63-13.47 64.23 0-.07-.95-29.17 20.14-59.57a695.23 695.23 0 0 0 44.67 152.84c.93-.38 1.84.88 18.67-8.25-26.33-74.47-33.76-138.17-34-173.43 20-12.42 48.18-19.8 81.63-17.81 44.57 2.67 86.36 15.25 116.32 30.71q-10.69 15.66-23.33 32.47C365.63 152 339.1 145.84 337.5 146c.11 0 25.9 14.07 41.52 47.22a717.63 717.63 0 0 0-115.34-31.71 646.608 646.608 0 0 0-39.39-6.05c-.07.45-1.81 1.85-2.16 20.33C300 190.28 358.78 215.68 389.36 233c.74 23.55-6.95 51.61-25.41 79.57-24.6 37.31-56.39 67.23-84.77 85.43zm27.4-287c-44.56-1.66-73.58 7.43-94.69 20.67 2-52.3 21.31-76.38 38.21-75.28C267 52.15 305 108.55 306.58 111zm-130.65 3.1c.48 12.11 1.59 24.62 3.21 37.28-14.55-.85-28.74-1.25-42.4-1.26-.08 3.24-.12-51 24.67-49.59h.09c5.76 1.09 10.63 6.88 14.43 13.57zm-28.06 162c20.76 39.7 43.3 60.57 65.25 72.31-46.79 24.76-77.53 20-84.92 4.51-.2-.21-11.13-15.3 19.67-76.81zm210.06 74.8"],"the-red-yeti":[512,512,[],"f69d","M488.23 241.7l20.7 7.1c-9.6-23.9-23.9-37-31.7-44.8l7.1-18.2c.2 0 12.3-27.8-2.5-30.7-.6-11.3-6.6-27-18.4-27-7.6-10.6-17.7-12.3-30.7-5.9a122.2 122.2 0 0 0-25.3 16.5c-5.3-6.4-3 .4-3-29.8-37.1-24.3-45.4-11.7-74.8 3l.5.5a239.36 239.36 0 0 0-68.4-13.3c-5.5-8.7-18.6-19.1-25.1-25.1l24.8 7.1c-5.5-5.5-26.8-12.9-34.2-15.2 18.2-4.1 29.8-20.8 42.5-33-34.9-10.1-67.9-5.9-97.9 11.8l12-44.2L182 0c-31.6 24.2-33 41.9-33.7 45.5-.9-2.4-6.3-19.6-15.2-27a35.12 35.12 0 0 0-.5 25.3c3 8.4 5.9 14.8 8.4 18.9-16-3.3-28.3-4.9-49.2 0h-3.7l33 14.3a194.26 194.26 0 0 0-46.7 67.4l-1.7 8.4 1.7 1.7 7.6-4.7c-3.3 11.6-5.3 19.4-6.6 25.8a200.18 200.18 0 0 0-27.8 40.3c-15 1-31.8 10.8-40.3 14.3l3 3.4 28.8 1c-.5 1-.7 2.2-1.2 3.2-7.3 6.4-39.8 37.7-33 80.7l20.2-22.4c.5 1.7.7 3.4 1.2 5.2 0 25.5.4 89.6 64.9 150.5 43.6 40 96 60.2 157.5 60.2 121.7 0 223-87.3 223-211.5 6.8-9.7-1.2 3 16.7-25.1l13 14.3 2.5-.5A181.84 181.84 0 0 0 495 255a44.74 44.74 0 0 0-6.8-13.3zM398 111.2l-.5 21.9c5.5 18.1 16.9 17.2 22.4 17.2l-3.4-4.7 22.4-5.4a242.44 242.44 0 0 1-27 0c12.8-2.1 33.3-29 43-11.3 3.4 7.6 6.4 17.2 9.3 27.8l1.7-5.9a56.38 56.38 0 0 1-1.7-15.2c5.4.5 8.8 3.4 9.3 10.1.5 6.4 1.7 14.8 3.4 25.3l4.7-11.3c4.6 0 4.5-3.6-2.5 20.7-20.9-8.7-35.1-8.4-46.5-8.4l18.2-16c-25.3 8.2-33 10.8-54.8 20.9-1.1-5.4-5-13.5-16-19.9-3.2 3.8-2.8.9-.7 14.8h-2.5a62.32 62.32 0 0 0-8.4-23.1l4.2-3.4c8.4-7.1 11.8-14.3 10.6-21.9-.5-6.4-5.4-13.5-13.5-20.7 5.6-3.4 15.2-.4 28.3 8.5zm-39.6-10.1c2.7 1.9 11.4 5.4 18.9 17.2 4.2 8.4 4 9.8 3.4 11.1-.5 2.4-.5 4.3-3 7.1-1.7 2.5-5.4 4.7-11.8 7.6-7.6-13-16.5-23.6-27.8-31.2zM91 143.1l1.2-1.7c1.2-2.9 4.2-7.6 9.3-15.2l2.5-3.4-13 12.3 5.4-4.7-10.1 9.3-4.2 1.2c12.3-24.1 23.1-41.3 32.5-50.2 9.3-9.3 16-16 20.2-19.4l-6.4 1.2c-11.3-4.2-19.4-7.1-24.8-8.4 2.5-.5 3.7-.5 3.2-.5 10.3 0 17.5.5 20.9 1.2a52.35 52.35 0 0 0 16 2.5l.5-1.7-8.4-35.8 13.5 29a42.89 42.89 0 0 0 5.9-14.3c1.7-6.4 5.4-13 10.1-19.4s7.6-10.6 9.3-11.3a234.68 234.68 0 0 0-6.4 25.3l-1.7 7.1-.5 4.7 2.5 2.5C190.4 39.9 214 34 239.8 34.5l21.1.5c-11.8 13.5-27.8 21.9-48.5 24.8a201.26 201.26 0 0 1-23.4 2.9l-.2-.5-2.5-1.2a20.75 20.75 0 0 0-14 2c-2.5-.2-4.9-.5-7.1-.7l-2.5 1.7.5 1.2c2 .2 3.9.5 6.2.7l-2 3.4 3.4-.5-10.6 11.3c-4.2 3-5.4 6.4-4.2 9.3l5.4-3.4h1.2a39.4 39.4 0 0 1 25.3-15.2v-3c6.4.5 13 1 19.4 1.2 6.4 0 8.4.5 5.4 1.2a189.6 189.6 0 0 1 20.7 13.5c13.5 10.1 23.6 21.9 30 35.4 8.8 18.2 13.5 37.1 13.5 56.6a141.13 141.13 0 0 1-3 28.3 209.91 209.91 0 0 1-16 46l2.5.5c18.2-19.7 41.9-16 49.2-16l-6.4 5.9 22.4 17.7-1.7 30.7c-5.4-12.3-16.5-21.1-33-27.8 16.5 14.8 23.6 21.1 21.9 20.2-4.8-2.8-3.5-1.9-10.8-3.7 4.1 4.1 17.5 18.8 18.2 20.7l.2.2-.2.2c0 1.8 1.6-1.2-14 22.9-75.2-15.3-106.27-42.7-141.2-63.2l11.8 1.2c-11.8-18.5-15.6-17.7-38.4-26.1L149 225c-8.8-3-18.2-3-28.3.5l7.6-10.6-1.2-1.7c-14.9 4.3-19.8 9.2-22.6 11.3-1.1-5.5-2.8-12.4-12.3-28.8l-1.2 27-13.2-5c1.5-25.2 5.4-50.5 13.2-74.6zm276.5 330c-49.9 25-56.1 22.4-59 23.9-29.8-11.8-50.9-31.7-63.5-58.8l30 16.5c-9.8-9.3-18.3-16.5-38.4-44.3l11.8 23.1-17.7-7.6c14.2 21.1 23.5 51.7 66.6 73.5-120.8 24.2-199-72.1-200.9-74.3a262.57 262.57 0 0 0 35.4 24.8c3.4 1.7 7.1 2.5 10.1 1.2l-16-20.7c9.2 4.2 9.5 4.5 69.1 29-42.5-20.7-73.8-40.8-93.2-60.2-.5 6.4-1.2 10.1-1.2 10.1a80.25 80.25 0 0 1 20.7 26.6c-39-18.9-57.6-47.6-71.3-82.6 49.9 55.1 118.9 37.5 120.5 37.1 34.8 16.4 69.9 23.6 113.9 10.6 3.3 0 20.3 17 25.3 39.1l4.2-3-2.5-23.6c9 9 24.9 22.6 34.4 13-15.6-5.3-23.5-9.5-29.5-31.7 4.6 4.2 7.6 9 27.8 15l1.2-1.2-10.5-14.2c11.7-4.8-3.5 1 32-10.8 4.3 34.3 9 49.2.7 89.5zm115.3-214.4l-2.5.5 3 9.3c-3.5 5.9-23.7 44.3-71.6 79.7-39.5 29.8-76.6 39.1-80.9 40.3l-7.6-7.1-1.2 3 14.3 16-7.1-4.7 3.4 4.2h-1.2l-21.9-13.5 9.3 26.6-19-27.9-1.2 2.5 7.6 29c-6.1-8.2-21-32.6-56.8-39.6l32.5 21.2a214.82 214.82 0 0 1-93.2-6.4c-4.2-1.2-8.9-2.5-13.5-4.2l1.2-3-44.8-22.4 26.1 22.4c-57.7 9.1-113-25.4-126.4-83.4l-2.5-16.4-22.27 22.3c19.5-57.5 25.6-57.9 51.4-70.1-9.1-5.3-1.6-3.3-38.4-9.3 15.8-5.8 33-15.4 73 5.2a18.5 18.5 0 0 1 3.7-1.7c.6-3.2.4-.8 1-11.8 3.9 10 3.6 8.7 3 9.3l1.7.5c12.7-6.5 8.9-4.5 17-8.9l-5.4 13.5 22.3-5.8-8.4 8.4 2.5 2.5c4.5-1.8 30.3 3.4 40.8 16l-23.6-2.5c39.4 23 51.5 54 55.8 69.6l1.7-1.2c-2.8-22.3-12.4-33.9-16-40.1 4.2 5 39.2 34.6 110.4 46-11.3-.5-23.1 5.4-34.9 18.9l46.7-20.2-9.3 21.9c7.6-10.1 14.8-23.6 21.2-39.6v-.5l1.2-3-1.2 16c13.5-41.8 25.3-78.5 35.4-109.7l13.5-27.8v-2l-5.4-4.2h10.1l5.9 4.2 2.5-1.2-3.4-16 12.3 18.9 41.8-20.2-14.8 13 .5 2.9 17.7-.5a184 184 0 0 1 33 4.2l-23.6 2.5-1.2 3 26.6 23.1a254.21 254.21 0 0 1 27 32c-11.2-3.3-10.3-3.4-21.2-3.4l12.3 32.5zm-6.1-71.3l-3.9 13-14.3-11.8zm-254.8 7.1c1.7 10.6 4.7 17.7 8.8 21.9-9.3 6.6-27.5 13.9-46.5 16l.5 1.2a50.22 50.22 0 0 0 24.8-2.5l-7.1 13c4.2-1.7 10.1-7.1 17.7-14.8 11.9-5.5 12.7-5.1 20.2-16-12.7-6.4-15.7-13.7-18.4-18.8zm3.7-102.3c-6.4-3.4-10.6 3-12.3 18.9s2.5 29.5 11.8 39.6 18.2 10.6 26.1 3 3.4-23.6-11.3-47.7a39.57 39.57 0 0 0-14.27-13.8zm-4.7 46.3c5.4 2.2 10.5 1.9 12.3-10.6v-4.7l-1.2.5c-4.3-3.1-2.5-4.5-1.7-6.2l.5-.5c-.9-1.2-5-8.1-12.5 4.7-.5-13.5.5-21.9 3-24.8 1.2-2.5 4.7-1.2 11.3 4.2 6.4 5.4 11.3 16 15.2 32.5 6.5 28-19.8 26.2-26.9 4.9zm-45-5.5c1.6.3 9.3-1.1 9.3-14.8h-.5c-5.4-1.1-2.2-5.5-.7-5.9-1.7-3-3.4-4.2-5.4-4.7-8.1 0-11.6 12.7-8.1 21.2a7.51 7.51 0 0 0 5.43 4.2zM216 82.9l-2.5.5.5 3a48.94 48.94 0 0 1 26.1 5.9c-2.5-5.5-10-14.3-28.3-14.3l.5 2.5zm-71.8 49.4c21.7 16.8 16.5 21.4 46.5 23.6l-2.9-4.7a42.67 42.67 0 0 0 14.8-28.3c1.7-16-1.2-29.5-8.8-41.3l13-7.6a2.26 2.26 0 0 0-.5-1.7 14.21 14.21 0 0 0-13.5 1.7c-12.7 6.7-28 20.9-29 22.4-1.7 1.7-3.4 5.9-5.4 13.5a99.61 99.61 0 0 0-2.9 23.6c-4.7-8-10.5-6.4-19.9-5.9l7.1 7.6c-16.5 0-23.3 15.4-23.6 16 6.8 0 4.6-7.6 30-12.3-4.3-6.3-3.3-5-4.9-6.6zm18.7-18.7c1.2-7.6 3.4-13 6.4-17.2 5.4-6.4 10.6-10.1 16-11.8 4.2-1.7 7.1 1.2 10.1 9.3a72.14 72.14 0 0 1 3 25.3c-.5 9.3-3.4 17.2-8.4 23.1-2.9 3.4-5.4 5.9-6.4 7.6a39.21 39.21 0 0 1-11.3-.5l-7.1-3.4-5.4-6.4c.8-10 1.3-18.8 3.1-26zm42 56.1c-34.8 14.4-34.7 14-36.1 14.3-20.8 4.7-19-24.4-18.9-24.8l5.9-1.2-.5-2.5c-20.2-2.6-31 4.2-32.5 4.9.5.5 3 3.4 5.9 9.3 4.2-6.4 8.8-10.1 15.2-10.6a83.47 83.47 0 0 0 1.7 33.7c.1.5 2.6 17.4 27.5 24.1 11.3 3 27 1.2 48.9-5.4l-9.2.5c-4.2-14.8-6.4-24.8-5.9-29.5 11.3-8.8 21.9-11.3 30.7-7.6h2.5l-11.8-7.6-7.1.5c-5.9 1.2-12.3 4.2-19.4 8.4z"],"square-hacker-news":[448,512,["hacker-news-square"],"f3af","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"],edge:[512,512,[],"f282","M120.1 37.44C161.1 12.23 207.7-.7753 255 .0016C423 .0016 512 123.8 512 219.5C511.9 252.2 499 283.4 476.1 306.7C453.2 329.9 422.1 343.2 389.4 343.7C314.2 343.7 297.9 320.6 297.9 311.7C297.9 307.9 299.1 305.5 302.7 302.3L303.7 301.1L304.1 299.5C314.6 288 320 273.3 320 257.9C320 179.2 237.8 115.2 136 115.2C98.46 114.9 61.46 124.1 28.48 142.1C55.48 84.58 111.2 44.5 119.8 38.28C120.6 37.73 120.1 37.44 120.1 37.44V37.44zM135.7 355.5C134.3 385.5 140.3 415.5 152.1 442.7C165.7 469.1 184.8 493.7 208.6 512C149.1 500.5 97.11 468.1 59.2 422.7C21.12 376.3 0 318.4 0 257.9C0 206.7 62.4 163.5 136 163.5C172.6 162.9 208.4 174.4 237.8 196.2L234.2 197.4C182.7 215 135.7 288.1 135.7 355.5V355.5zM469.8 400L469.1 400.1C457.3 418.9 443.2 435.2 426.9 449.6C396.1 477.6 358.8 495.1 318.1 499.5C299.5 499.8 281.3 496.3 264.3 488.1C238.7 477.8 217.2 458.1 202.7 435.1C188.3 411.2 181.6 383.4 183.7 355.5C183.1 335.4 189.1 315.2 198.7 297.3C212.6 330.4 236.2 358.6 266.3 378.1C296.4 397.6 331.8 407.6 367.7 406.7C398.7 407 429.8 400 457.9 386.2L459.8 385.3C463.7 383 467.5 381.4 471.4 385.3C475.9 390.2 473.2 394.5 470.2 399.3C470 399.5 469.9 399.8 469.8 400V400z"],napster:[496,512,[],"f3d2","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"],"square-snapchat":[448,512,["snapchat-square"],"f2ad","M384,32H64A64,64,0,0,0,0,96V416a64,64,0,0,0,64,64H384a64,64,0,0,0,64-64V96A64,64,0,0,0,384,32Zm-3.907,319.309-.083.1a32.364,32.364,0,0,1-8.717,6.823,90.26,90.26,0,0,1-20.586,8.2,12.694,12.694,0,0,0-3.852,1.76c-2.158,1.909-2.1,4.64-4.4,8.55a23.137,23.137,0,0,1-6.84,7.471c-6.707,4.632-14.244,4.923-22.23,5.23-7.214.274-15.39.581-24.729,3.669-3.761,1.245-7.753,3.694-12.377,6.533-11.265,6.9-26.68,16.353-52.3,16.353s-40.925-9.4-52.106-16.279c-4.657-2.888-8.675-5.362-12.543-6.64-9.339-3.08-17.516-3.4-24.729-3.67-7.986-.307-15.523-.6-22.231-5.229a23.085,23.085,0,0,1-6.01-6.11c-3.2-4.632-2.855-7.8-5.254-9.895a13.428,13.428,0,0,0-4.1-1.834,89.986,89.986,0,0,1-20.313-8.127,32.905,32.905,0,0,1-8.3-6.284c-6.583-6.757-8.276-14.776-5.686-21.824,3.436-9.338,11.571-12.111,19.4-16.262,14.776-8.027,26.348-18.055,34.433-29.884a68.236,68.236,0,0,0,5.985-10.567c.789-2.158.772-3.329.241-4.416a7.386,7.386,0,0,0-2.208-2.217c-2.532-1.676-5.113-3.353-6.882-4.5-3.27-2.141-5.868-3.818-7.529-4.98-6.267-4.383-10.65-9.04-13.4-14.245a28.4,28.4,0,0,1-1.369-23.584c4.134-10.924,14.469-17.706,26.978-17.706a37.141,37.141,0,0,1,7.845.83c.689.15,1.37.307,2.042.482-.108-7.43.058-15.357.722-23.119,2.358-27.261,11.912-41.589,21.874-52.994a86.836,86.836,0,0,1,22.28-17.931C188.254,100.383,205.312,96,224,96s35.828,4.383,50.944,13.016a87.169,87.169,0,0,1,22.239,17.9c9.961,11.406,19.516,25.709,21.874,52.995a231.194,231.194,0,0,1,.713,23.118c.673-.174,1.362-.332,2.051-.481a37.131,37.131,0,0,1,7.844-.83c12.5,0,22.82,6.782,26.971,17.706a28.37,28.37,0,0,1-1.4,23.559c-2.74,5.2-7.123,9.861-13.39,14.244-1.668,1.187-4.258,2.864-7.529,4.981-1.835,1.187-4.541,2.947-7.164,4.682a6.856,6.856,0,0,0-1.951,2.034c-.506,1.046-.539,2.191.166,4.208a69.015,69.015,0,0,0,6.085,10.792c8.268,12.1,20.188,22.313,35.454,30.407,1.486.772,2.98,1.5,4.441,2.258.722.332,1.569.763,2.491,1.3,4.9,2.723,9.2,6.01,11.455,12.153C387.821,336.915,386.269,344.7,380.093,351.309Zm-16.719-18.461c-50.313-24.314-58.332-61.918-58.689-64.749-.431-3.379-.921-6.035,2.806-9.472,3.594-3.328,19.541-13.19,23.965-16.278,7.33-5.114,10.534-10.219,8.16-16.495-1.66-4.316-5.686-5.976-9.961-5.976a18.5,18.5,0,0,0-3.993.448c-8.035,1.743-15.838,5.769-20.354,6.857a7.1,7.1,0,0,1-1.66.224c-2.408,0-3.279-1.071-3.088-3.968.564-8.783,1.759-25.925.373-41.937-1.884-22.032-8.99-32.948-17.432-42.6-4.051-4.624-23.135-24.654-59.536-24.654S168.53,134.359,164.479,139c-8.434,9.654-15.531,20.57-17.432,42.6-1.386,16.013-.141,33.147.373,41.937.166,2.756-.68,3.968-3.088,3.968a7.1,7.1,0,0,1-1.66-.224c-4.507-1.087-12.31-5.113-20.346-6.856a18.494,18.494,0,0,0-3.993-.449c-4.25,0-8.3,1.636-9.961,5.977-2.374,6.276.847,11.381,8.168,16.494,4.425,3.088,20.371,12.958,23.966,16.279,3.719,3.437,3.237,6.093,2.805,9.471-.356,2.79-8.384,40.394-58.689,64.749-2.946,1.428-7.96,4.45.88,9.331,13.88,7.628,23.111,6.807,30.3,11.43,6.093,3.927,2.5,12.394,6.923,15.449,5.454,3.76,21.583-.266,42.335,6.6,17.433,5.744,28.116,22.015,58.963,22.015s41.788-16.3,58.938-21.973c20.795-6.865,36.89-2.839,42.336-6.6,4.433-3.055.822-11.522,6.923-15.448,7.181-4.624,16.411-3.8,30.3-11.472C371.36,337.355,366.346,334.333,363.374,332.848Z"],"google-plus-g":[640,512,[],"f0d5","M386.061 228.496c1.834 9.692 3.143 19.384 3.143 31.956C389.204 370.205 315.599 448 204.8 448c-106.084 0-192-85.915-192-192s85.916-192 192-192c51.864 0 95.083 18.859 128.611 50.292l-52.126 50.03c-14.145-13.621-39.028-29.599-76.485-29.599-65.484 0-118.92 54.221-118.92 121.277 0 67.056 53.436 121.277 118.92 121.277 75.961 0 104.513-54.745 108.965-82.773H204.8v-66.009h181.261zm185.406 6.437V179.2h-56.001v55.733h-55.733v56.001h55.733v55.733h56.001v-55.733H627.2v-56.001h-55.733z"],artstation:[512,512,[],"f77a","M2 377.4l43 74.3A51.35 51.35 0 0 0 90.9 480h285.4l-59.2-102.6zM501.8 350L335.6 59.3A51.38 51.38 0 0 0 290.2 32h-88.4l257.3 447.6 40.7-70.5c1.9-3.2 21-29.7 2-59.1zM275 304.5l-115.5-200L44 304.5z"],markdown:[640,512,[],"f60f","M593.8 59.1H46.2C20.7 59.1 0 79.8 0 105.2v301.5c0 25.5 20.7 46.2 46.2 46.2h547.7c25.5 0 46.2-20.7 46.1-46.1V105.2c0-25.4-20.7-46.1-46.2-46.1zM338.5 360.6H277v-120l-61.5 76.9-61.5-76.9v120H92.3V151.4h61.5l61.5 76.9 61.5-76.9h61.5v209.2zm135.3 3.1L381.5 256H443V151.4h61.5V256H566z"],sourcetree:[448,512,[],"f7d3","M427.2 203c0-112.1-90.9-203-203-203C112.1-.2 21.2 90.6 21 202.6A202.86 202.86 0 0 0 161.5 396v101.7a14.3 14.3 0 0 0 14.3 14.3h96.4a14.3 14.3 0 0 0 14.3-14.3V396.1A203.18 203.18 0 0 0 427.2 203zm-271.6 0c0-90.8 137.3-90.8 137.3 0-.1 89.9-137.3 91-137.3 0z"],"google-plus":[512,512,[],"f2b3","M256,8C119.1,8,8,119.1,8,256S119.1,504,256,504,504,392.9,504,256,392.9,8,256,8ZM185.3,380a124,124,0,0,1,0-248c31.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.1S142.3,334,185.3,334c32.6,0,64.9-19.1,70.1-53.3H185.3V238.1H302.2a109.2,109.2,0,0,1,1.9,20.7c0,70.8-47.5,121.2-118.8,121.2ZM415.5,273.8v35.5H380V273.8H344.5V238.3H380V202.8h35.5v35.5h35.2v35.5Z"],diaspora:[512,512,[],"f791","M251.64 354.55c-1.4 0-88 119.9-88.7 119.9S76.34 414 76 413.25s86.6-125.7 86.6-127.4c0-2.2-129.6-44-137.6-47.1-1.3-.5 31.4-101.8 31.7-102.1.6-.7 144.4 47 145.5 47 .4 0 .9-.6 1-1.3.4-2 1-148.6 1.7-149.6.8-1.2 104.5-.7 105.1-.3 1.5 1 3.5 156.1 6.1 156.1 1.4 0 138.7-47 139.3-46.3.8.9 31.9 102.2 31.5 102.6-.9.9-140.2 47.1-140.6 48.8-.3 1.4 82.8 122.1 82.5 122.9s-85.5 63.5-86.3 63.5c-1-.2-89-125.5-90.9-125.5z"],foursquare:[368,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"],"stack-overflow":[384,512,[],"f16c","M290.7 311L95 269.7 86.8 309l195.7 41zm51-87L188.2 95.7l-25.5 30.8 153.5 128.3zm-31.2 39.7L129.2 179l-16.7 36.5L293.7 300zM262 32l-32 24 119.3 160.3 32-24zm20.5 328h-200v39.7h200zm39.7 80H42.7V320h-40v160h359.5V320h-40z"],"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"],"phoenix-squadron":[512,512,[],"f511","M96 63.38C142.49 27.25 201.55 7.31 260.51 8.81c29.58-.38 59.11 5.37 86.91 15.33-24.13-4.63-49-6.34-73.38-2.45C231.17 27 191 48.84 162.21 80.87c5.67-1 10.78-3.67 16-5.86 18.14-7.87 37.49-13.26 57.23-14.83 19.74-2.13 39.64-.43 59.28 1.92-14.42 2.79-29.12 4.57-43 9.59-34.43 11.07-65.27 33.16-86.3 62.63-13.8 19.71-23.63 42.86-24.67 67.13-.35 16.49 5.22 34.81 19.83 44a53.27 53.27 0 0 0 37.52 6.74c15.45-2.46 30.07-8.64 43.6-16.33 11.52-6.82 22.67-14.55 32-24.25 3.79-3.22 2.53-8.45 2.62-12.79-2.12-.34-4.38-1.11-6.3.3a203 203 0 0 1-35.82 15.37c-20 6.17-42.16 8.46-62.1.78 12.79 1.73 26.06.31 37.74-5.44 20.23-9.72 36.81-25.2 54.44-38.77a526.57 526.57 0 0 1 88.9-55.31c25.71-12 52.94-22.78 81.57-24.12-15.63 13.72-32.15 26.52-46.78 41.38-14.51 14-27.46 29.5-40.11 45.18-3.52 4.6-8.95 6.94-13.58 10.16a150.7 150.7 0 0 0-51.89 60.1c-9.33 19.68-14.5 41.85-11.77 63.65 1.94 13.69 8.71 27.59 20.9 34.91 12.9 8 29.05 8.07 43.48 5.1 32.8-7.45 61.43-28.89 81-55.84 20.44-27.52 30.52-62.2 29.16-96.35-.52-7.5-1.57-15-1.66-22.49 8 19.48 14.82 39.71 16.65 60.83 2 14.28.75 28.76-1.62 42.9-1.91 11-5.67 21.51-7.78 32.43a165 165 0 0 0 39.34-81.07 183.64 183.64 0 0 0-14.21-104.64c20.78 32 32.34 69.58 35.71 107.48.49 12.73.49 25.51 0 38.23A243.21 243.21 0 0 1 482 371.34c-26.12 47.34-68 85.63-117.19 108-78.29 36.23-174.68 31.32-248-14.68A248.34 248.34 0 0 1 25.36 366 238.34 238.34 0 0 1 0 273.08v-31.34C3.93 172 40.87 105.82 96 63.38m222 80.33a79.13 79.13 0 0 0 16-4.48c5-1.77 9.24-5.94 10.32-11.22-8.96 4.99-17.98 9.92-26.32 15.7z"],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"],algolia:[512,512,[],"f36c","M256 0C116.1 0 2 112.7 0 252.1C-2 393.6 112.9 510.8 254.5 511.6c43.7 .3 85.9-10.4 123.3-30.7c3.6-2 4.2-7 1.1-9.7l-24-21.2c-4.9-4.3-11.8-5.5-17.8-3c-26.1 11.1-54.5 16.8-83.7 16.4C139 461.9 46.5 366.8 48.3 252.4C50.1 139.5 142.6 48.2 256 48.2H463.7V417.2L345.9 312.5c-3.8-3.4-9.7-2.7-12.7 1.3c-18.9 25-49.7 40.6-83.9 38.2c-47.5-3.3-85.9-41.5-89.5-88.9c-4.2-56.6 40.6-103.9 96.3-103.9c50.4 0 91.9 38.8 96.2 88c.4 4.4 2.4 8.5 5.7 11.4l30.7 27.2c3.5 3.1 9 1.2 9.9-3.4c2.2-11.8 3-24.2 2.1-36.8c-4.9-72-63.3-130-135.4-134.4c-82.7-5.1-151.8 59.5-154 140.6c-2.1 78.9 62.6 147 141.6 148.7c33 .7 63.6-9.6 88.3-27.6L495 509.4c6.6 5.8 17 1.2 17-7.7V9.7c0-5.4-4.4-9.7-9.7-9.7H256z"],"red-river":[448,512,[],"f3e3","M353.2 32H94.8C42.4 32 0 74.4 0 126.8v258.4C0 437.6 42.4 480 94.8 480h258.4c52.4 0 94.8-42.4 94.8-94.8V126.8c0-52.4-42.4-94.8-94.8-94.8zM144.9 200.9v56.3c0 27-21.9 48.9-48.9 48.9V151.9c0-13.2 10.7-23.9 23.9-23.9h154.2c0 27-21.9 48.9-48.9 48.9h-56.3c-12.3-.6-24.6 11.6-24 24zm176.3 72h-56.3c-12.3-.6-24.6 11.6-24 24v56.3c0 27-21.9 48.9-48.9 48.9V247.9c0-13.2 10.7-23.9 23.9-23.9h154.2c0 27-21.9 48.9-48.9 48.9z"],"creative-commons-sa":[496,512,[],"f4ef","M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zM137.7 221c13-83.9 80.5-95.7 108.9-95.7 99.8 0 127.5 82.5 127.5 134.2 0 63.6-41 132.9-128.9 132.9-38.9 0-99.1-20-109.4-97h62.5c1.5 30.1 19.6 45.2 54.5 45.2 23.3 0 58-18.2 58-82.8 0-82.5-49.1-80.6-56.7-80.6-33.1 0-51.7 14.6-55.8 43.8h18.2l-49.2 49.2-49-49.2h19.4z"],safari:[512,512,[],"f267","M274.69,274.69l-37.38-37.38L166,346ZM256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8ZM411.85,182.79l14.78-6.13A8,8,0,0,1,437.08,181h0a8,8,0,0,1-4.33,10.46L418,197.57a8,8,0,0,1-10.45-4.33h0A8,8,0,0,1,411.85,182.79ZM314.43,94l6.12-14.78A8,8,0,0,1,331,74.92h0a8,8,0,0,1,4.33,10.45l-6.13,14.78a8,8,0,0,1-10.45,4.33h0A8,8,0,0,1,314.43,94ZM256,60h0a8,8,0,0,1,8,8V84a8,8,0,0,1-8,8h0a8,8,0,0,1-8-8V68A8,8,0,0,1,256,60ZM181,74.92a8,8,0,0,1,10.46,4.33L197.57,94a8,8,0,1,1-14.78,6.12l-6.13-14.78A8,8,0,0,1,181,74.92Zm-63.58,42.49h0a8,8,0,0,1,11.31,0L140,128.72A8,8,0,0,1,140,140h0a8,8,0,0,1-11.31,0l-11.31-11.31A8,8,0,0,1,117.41,117.41ZM60,256h0a8,8,0,0,1,8-8H84a8,8,0,0,1,8,8h0a8,8,0,0,1-8,8H68A8,8,0,0,1,60,256Zm40.15,73.21-14.78,6.13A8,8,0,0,1,74.92,331h0a8,8,0,0,1,4.33-10.46L94,314.43a8,8,0,0,1,10.45,4.33h0A8,8,0,0,1,100.15,329.21Zm4.33-136h0A8,8,0,0,1,94,197.57l-14.78-6.12A8,8,0,0,1,74.92,181h0a8,8,0,0,1,10.45-4.33l14.78,6.13A8,8,0,0,1,104.48,193.24ZM197.57,418l-6.12,14.78a8,8,0,0,1-14.79-6.12l6.13-14.78A8,8,0,1,1,197.57,418ZM264,444a8,8,0,0,1-8,8h0a8,8,0,0,1-8-8V428a8,8,0,0,1,8-8h0a8,8,0,0,1,8,8Zm67-6.92h0a8,8,0,0,1-10.46-4.33L314.43,418a8,8,0,0,1,4.33-10.45h0a8,8,0,0,1,10.45,4.33l6.13,14.78A8,8,0,0,1,331,437.08Zm63.58-42.49h0a8,8,0,0,1-11.31,0L372,383.28A8,8,0,0,1,372,372h0a8,8,0,0,1,11.31,0l11.31,11.31A8,8,0,0,1,394.59,394.59ZM286.25,286.25,110.34,401.66,225.75,225.75,401.66,110.34ZM437.08,331h0a8,8,0,0,1-10.45,4.33l-14.78-6.13a8,8,0,0,1-4.33-10.45h0A8,8,0,0,1,418,314.43l14.78,6.12A8,8,0,0,1,437.08,331ZM444,264H428a8,8,0,0,1-8-8h0a8,8,0,0,1,8-8h16a8,8,0,0,1,8,8h0A8,8,0,0,1,444,264Z"],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"],"square-font-awesome-stroke":[448,512,["font-awesome-alt"],"f35c","M201.6,152c-25.4,0-37.4,10.4-57.6,14.4V160c0-8.8-7.2-16-16-16s-16,7.2-16,16v192c0,0.8,0.1,1.6,0.2,2.4 c0.1,0.4,0.1,0.8,0.2,1.2c1.6,7.1,8,12.4,15.6,12.4s14-5.3,15.6-12.4c0.1-0.4,0.2-0.8,0.2-1.2c0.1-0.8,0.2-1.6,0.2-2.4V198.4 c4-0.8,7.7-1.8,11.2-3c14.3-4.7,26-11.4,46.4-11.4c31.4,0,43.2,16,74.6,16c8.9,0,15.9-1.1,24.2-3.5c1.2-0.3,2.4-0.7,3.6-1.1v96 c-10,3.2-17.6,4.6-27.8,4.6c-31.4,0-43.4-16-74.6-16c-10.2,0-18.2,1.8-25.6,4v32c7.4-2.4,15.4-4,25.6-4c31.4,0,43.2,16,74.6,16 c18.6,0,28.2-4.8,59.8-16V152c-31.6,11.2-41.2,16-59.8,16C244.8,168,232.8,152,201.6,152z M384,32H64C28.7,32,0,60.7,0,96v320 c0,35.3,28.7,64,64,64h320c35.3,0,64-28.7,64-64V96C448,60.7,419.3,32,384,32z M416,416c0,17.6-14.4,32-32,32H64 c-17.6,0-32-14.4-32-32V96c0-17.6,14.4-32,32-32h320c17.6,0,32,14.4,32,32V416z"],atlassian:[512,512,[],"f77b","M152.2 236.4c-7.7-8.2-19.7-7.7-24.8 2.8L1.6 490.2c-5 10 2.4 21.7 13.4 21.7h175c5.8.1 11-3.2 13.4-8.4 37.9-77.8 15.1-196.3-51.2-267.1zM244.4 8.1c-122.3 193.4-8.5 348.6 65 495.5 2.5 5.1 7.7 8.4 13.4 8.4H497c11.2 0 18.4-11.8 13.4-21.7 0 0-234.5-470.6-240.4-482.3-5.3-10.6-18.8-10.8-25.6.1z"],"linkedin-in":[448,512,[],"f0e1","M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"],"digital-ocean":[512,512,[],"f391","M87 481.8h73.7v-73.6H87zM25.4 346.6v61.6H87v-61.6zm466.2-169.7c-23-74.2-82.4-133.3-156.6-156.6C164.9-32.8 8 93.7 8 255.9h95.8c0-101.8 101-180.5 208.1-141.7 39.7 14.3 71.5 46.1 85.8 85.7 39.1 107-39.7 207.8-141.4 208v.3h-.3V504c162.6 0 288.8-156.8 235.6-327.1zm-235.3 231v-95.3h-95.6v95.6H256v-.3z"],nimblr:[384,512,[],"f5a8","M246.6 299.29c15.57 0 27.15 11.46 27.15 27s-11.62 27-27.15 27c-15.7 0-27.15-11.57-27.15-27s11.55-27 27.15-27zM113 326.25c0-15.61 11.68-27 27.15-27s27.15 11.46 27.15 27-11.47 27-27.15 27c-15.44 0-27.15-11.31-27.15-27M191.76 159C157 159 89.45 178.77 59.25 227L14 0v335.48C14 433.13 93.61 512 191.76 512s177.76-78.95 177.76-176.52S290.13 159 191.76 159zm0 308.12c-73.27 0-132.51-58.9-132.51-131.59s59.24-131.59 132.51-131.59 132.51 58.86 132.51 131.54S265 467.07 191.76 467.07z"],chromecast:[512,512,[],"f838","M447.8,64H64c-23.6,0-42.7,19.1-42.7,42.7v63.9H64v-63.9h383.8v298.6H298.6V448H448c23.6,0,42.7-19.1,42.7-42.7V106.7 C490.7,83.1,471.4,64,447.8,64z M21.3,383.6L21.3,383.6l0,63.9h63.9C85.2,412.2,56.6,383.6,21.3,383.6L21.3,383.6z M21.3,298.6V341 c58.9,0,106.6,48.1,106.6,107h42.7C170.7,365.6,103.7,298.7,21.3,298.6z M213.4,448h42.7c-0.5-129.5-105.3-234.3-234.8-234.6l0,42.4 C127.3,255.6,213.3,342,213.4,448z"],evernote:[384,512,[],"f839","M120.82 132.21c1.6 22.31-17.55 21.59-21.61 21.59-68.93 0-73.64-1-83.58 3.34-.56.22-.74 0-.37-.37L123.79 46.45c.38-.37.6-.22.38.37-4.35 9.99-3.35 15.09-3.35 85.39zm79 308c-14.68-37.08 13-76.93 52.52-76.62 17.49 0 22.6 23.21 7.95 31.42-6.19 3.3-24.95 1.74-25.14 19.2-.05 17.09 19.67 25 31.2 24.89A45.64 45.64 0 0 0 312 393.45v-.08c0-11.63-7.79-47.22-47.54-55.34-7.72-1.54-65-6.35-68.35-50.52-3.74 16.93-17.4 63.49-43.11 69.09-8.74 1.94-69.68 7.64-112.92-36.77 0 0-18.57-15.23-28.23-57.95-3.38-15.75-9.28-39.7-11.14-62 0-18 11.14-30.45 25.07-32.2 81 0 90 2.32 101-7.8 9.82-9.24 7.8-15.5 7.8-102.78 1-8.3 7.79-30.81 53.41-24.14 6 .86 31.91 4.18 37.48 30.64l64.26 11.15c20.43 3.71 70.94 7 80.6 57.94 22.66 121.09 8.91 238.46 7.8 238.46C362.15 485.53 267.06 480 267.06 480c-18.95-.23-54.25-9.4-67.27-39.83zm80.94-204.84c-1 1.92-2.2 6 .85 7 14.09 4.93 39.75 6.84 45.88 5.53 3.11-.25 3.05-4.43 2.48-6.65-3.53-21.85-40.83-26.5-49.24-5.92z"],"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"],"creative-commons-sampling":[496,512,[],"f4f0","M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm3.6 53.2c2.8-.3 11.5 1 11.5 11.5l6.6 107.2 4.9-59.3c0-6 4.7-10.6 10.6-10.6 5.9 0 10.6 4.7 10.6 10.6 0 2.5-.5-5.7 5.7 81.5l5.8-64.2c.3-2.9 2.9-9.3 10.2-9.3 3.8 0 9.9 2.3 10.6 8.9l11.5 96.5 5.3-12.8c1.8-4.4 5.2-6.6 10.2-6.6h58v21.3h-50.9l-18.2 44.3c-3.9 9.9-19.5 9.1-20.8-3.1l-4-31.9-7.5 92.6c-.3 3-3 9.3-10.2 9.3-3 0-9.8-2.1-10.6-9.3 0-1.9.6 5.8-6.2-77.9l-5.3 72.2c-1.1 4.8-4.8 9.3-10.6 9.3-2.9 0-9.8-2-10.6-9.3 0-1.9.5 6.7-5.8-87.7l-5.8 94.8c0 6.3-3.6 12.4-10.6 12.4-5.2 0-10.6-4.1-10.6-12l-5.8-87.7c-5.8 92.5-5.3 84-5.3 85.9-1.1 4.8-4.8 9.3-10.6 9.3-3 0-9.8-2.1-10.6-9.3 0-.7-.4-1.1-.4-2.6l-6.2-88.6L182 348c-.7 6.5-6.7 9.3-10.6 9.3-5.8 0-9.6-4.1-10.6-8.9L149.7 272c-2 4-3.5 8.4-11.1 8.4H87.2v-21.3H132l13.7-27.9c4.4-9.9 18.2-7.2 19.9 2.7l3.1 20.4 8.4-97.9c0-6 4.8-10.6 10.6-10.6.5 0 10.6-.2 10.6 12.4l4.9 69.1 6.6-92.6c0-10.1 9.5-10.6 10.2-10.6.6 0 10.6.7 10.6 10.6l5.3 80.6 6.2-97.9c.1-1.1-.6-10.3 9.9-11.5z"],adversal:[512,512,[],"f36a","M482.1 32H28.7C5.8 32 0 37.9 0 60.9v390.2C0 474.4 5.8 480 28.7 480h453.4c24.4 0 29.9-5.2 29.9-29.7V62.2c0-24.6-5.4-30.2-29.9-30.2zM178.4 220.3c-27.5-20.2-72.1-8.7-84.2 23.4-4.3 11.1-9.3 9.5-17.5 8.3-9.7-1.5-17.2-3.2-22.5-5.5-28.8-11.4 8.6-55.3 24.9-64.3 41.1-21.4 83.4-22.2 125.3-4.8 40.9 16.8 34.5 59.2 34.5 128.5 2.7 25.8-4.3 58.3 9.3 88.8 1.9 4.4.4 7.9-2.7 10.7-8.4 6.7-39.3 2.2-46.6-7.4-1.9-2.2-1.8-3.6-3.9-6.2-3.6-3.9-7.3-2.2-11.9 1-57.4 36.4-140.3 21.4-147-43.3-3.1-29.3 12.4-57.1 39.6-71 38.2-19.5 112.2-11.8 114-30.9 1.1-10.2-1.9-20.1-11.3-27.3zm286.7 222c0 15.1-11.1 9.9-17.8 9.9H52.4c-7.4 0-18.2 4.8-17.8-10.7.4-13.9 10.5-9.1 17.1-9.1 132.3-.4 264.5-.4 396.8 0 6.8 0 16.6-4.4 16.6 9.9zm3.8-340.5v291c0 5.7-.7 13.9-8.1 13.9-12.4-.4-27.5 7.1-36.1-5.6-5.8-8.7-7.8-4-12.4-1.2-53.4 29.7-128.1 7.1-144.4-85.2-6.1-33.4-.7-67.1 15.7-100 11.8-23.9 56.9-76.1 136.1-30.5v-71c0-26.2-.1-26.2 26-26.2 3.1 0 6.6.4 9.7 0 10.1-.8 13.6 4.4 13.6 14.3-.1.2-.1.3-.1.5zm-51.5 232.3c-19.5 47.6-72.9 43.3-90 5.2-15.1-33.3-15.5-68.2.4-101.5 16.3-34.1 59.7-35.7 81.5-4.8 20.6 28.8 14.9 84.6 8.1 101.1zm-294.8 35.3c-7.5-1.3-33-3.3-33.7-27.8-.4-13.9 7.8-23 19.8-25.8 24.4-5.9 49.3-9.9 73.7-14.7 8.9-2 7.4 4.4 7.8 9.5 1.4 33-26.1 59.2-67.6 58.8z"],"creative-commons":[496,512,[],"f25e","M245.83 214.87l-33.22 17.28c-9.43-19.58-25.24-19.93-27.46-19.93-22.13 0-33.22 14.61-33.22 43.84 0 23.57 9.21 43.84 33.22 43.84 14.47 0 24.65-7.09 30.57-21.26l30.55 15.5c-6.17 11.51-25.69 38.98-65.1 38.98-22.6 0-73.96-10.32-73.96-77.05 0-58.69 43-77.06 72.63-77.06 30.72-.01 52.7 11.95 65.99 35.86zm143.05 0l-32.78 17.28c-9.5-19.77-25.72-19.93-27.9-19.93-22.14 0-33.22 14.61-33.22 43.84 0 23.55 9.23 43.84 33.22 43.84 14.45 0 24.65-7.09 30.54-21.26l31 15.5c-2.1 3.75-21.39 38.98-65.09 38.98-22.69 0-73.96-9.87-73.96-77.05 0-58.67 42.97-77.06 72.63-77.06 30.71-.01 52.58 11.95 65.56 35.86zM247.56 8.05C104.74 8.05 0 123.11 0 256.05c0 138.49 113.6 248 247.56 248 129.93 0 248.44-100.87 248.44-248 0-137.87-106.62-248-248.44-248zm.87 450.81c-112.54 0-203.7-93.04-203.7-202.81 0-105.42 85.43-203.27 203.72-203.27 112.53 0 202.82 89.46 202.82 203.26-.01 121.69-99.68 202.82-202.84 202.82z"],"watchman-monitoring":[512,512,[],"e087","M256,16C123.452,16,16,123.452,16,256S123.452,496,256,496,496,388.548,496,256,388.548,16,256,16ZM121.69,429.122C70.056,388.972,36.741,326.322,36.741,256a218.519,218.519,0,0,1,9.587-64.122l102.9-17.895-.121,10.967-13.943,2.013s-.144,12.5-.144,19.549a12.778,12.778,0,0,0,4.887,10.349l9.468,7.4Zm105.692-283.27,8.48-7.618s6.934-5.38-.143-9.344c-7.188-4.024-39.53-34.5-39.53-34.5-5.348-5.477-8.257-7.347-15.46,0,0,0-32.342,30.474-39.529,34.5-7.078,3.964-.144,9.344-.144,9.344l8.481,7.618-.048,4.369L75.982,131.045c39.644-56.938,105.532-94.3,180.018-94.3A218.754,218.754,0,0,1,420.934,111.77l-193.512,37.7Zm34.063,329.269-33.9-250.857,9.467-7.4a12.778,12.778,0,0,0,4.888-10.349c0-7.044-.144-19.549-.144-19.549l-13.943-2.013-.116-10.474,241.711,31.391A218.872,218.872,0,0,1,475.259,256C475.259,375.074,379.831,472.212,261.445,475.121Z"],fonticons:[448,512,[],"f280","M0 32v448h448V32zm187 140.9c-18.4 0-19 9.9-19 27.4v23.3c0 2.4-3.5 4.4-.6 4.4h67.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-23zm74.3 241.8v-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.1zm80.8-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.6z"],weixin:[576,512,[],"f1d7","M385.2 167.6c6.4 0 12.6.3 18.8 1.1C387.4 90.3 303.3 32 207.7 32 100.5 32 13 104.8 13 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 72.9-154 165.3-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.1-14.7 14.6-24.4 29.3-24.4zm-136.4 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 0 14.6-9.6 24.2-24.4 24.2zM563 319.4c0-77.9-77.9-141.3-165.4-141.3-92.7 0-165.4 63.4-165.4 141.3S305 460.7 397.6 460.7c19.3 0 38.9-5.1 58.6-9.9l53.4 29.3-14.8-48.6C534 402.1 563 363.2 563 319.4zm-219.1-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.7 19.6-24.4 19.6zm107.1 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.1 10-9.9 19.6-24.4 19.6z"],shirtsinbulk:[448,512,[],"f214","M100 410.3l30.6 13.4 4.4-9.9-30.6-13.4zm39.4 17.5l30.6 13.4 4.4-9.9-30.6-13.4zm172.1-14l4.4 9.9 30.6-13.4-4.4-9.9zM179.1 445l30.3 13.7 4.4-9.9-30.3-13.4zM60.4 392.8L91 406.2l4.4-9.6-30.6-13.7zm211.4 38.5l4.4 9.9 30.6-13.4-4.4-9.9zm-39.3 17.5l4.4 9.9 30.6-13.7-4.4-9.6zm118.4-52.2l4.4 9.6 30.6-13.4-4.4-9.9zM170 46.6h-33.5v10.5H170zm-47.2 0H89.2v10.5h33.5zm-47.3 0H42.3v10.5h33.3zm141.5 0h-33.2v10.5H217zm94.5 0H278v10.5h33.5zm47.3 0h-33.5v10.5h33.5zm-94.6 0H231v10.5h33.2zm141.5 0h-33.3v10.5h33.3zM52.8 351.1H42v33.5h10.8zm70-215.9H89.2v10.5h33.5zm-70 10.6h22.8v-10.5H42v33.5h10.8zm168.9 228.6c50.5 0 91.3-40.8 91.3-91.3 0-50.2-40.8-91.3-91.3-91.3-50.2 0-91.3 41.1-91.3 91.3 0 50.5 41.1 91.3 91.3 91.3zm-48.2-111.1c0-25.4 29.5-31.8 49.6-31.8 16.9 0 29.2 5.8 44.3 12l-8.8 16.9h-.9c-6.4-9.9-24.8-13.1-35.6-13.1-9 0-29.8 1.8-29.8 14.9 0 21.6 78.5-10.2 78.5 37.9 0 25.4-31.5 31.2-51 31.2-18.1 0-32.4-2.9-47.2-12.2l9-18.4h.9c6.1 12.2 23.6 14.9 35.9 14.9 8.7 0 32.7-1.2 32.7-14.3 0-26.1-77.6 6.3-77.6-38zM52.8 178.4H42V212h10.8zm342.4 206.2H406v-33.5h-10.8zM52.8 307.9H42v33.5h10.8zM0 3.7v406l221.7 98.6L448 409.7V3.7zm418.8 387.1L222 476.5 29.2 390.8V120.7h389.7v270.1zm0-299.3H29.2V32.9h389.7v58.6zm-366 130.1H42v33.5h10.8zm0 43.2H42v33.5h10.8zM170 135.2h-33.5v10.5H170zm225.2 163.1H406v-33.5h-10.8zm0-43.2H406v-33.5h-10.8zM217 135.2h-33.2v10.5H217zM395.2 212H406v-33.5h-10.8zm0 129.5H406V308h-10.8zm-131-206.3H231v10.5h33.2zm47.3 0H278v10.5h33.5zm83.7 33.6H406v-33.5h-33.5v10.5h22.8zm-36.4-33.6h-33.5v10.5h33.5z"],codepen:[512,512,[],"f1cb","M502.285 159.704l-234-156c-7.987-4.915-16.511-4.96-24.571 0l-234 156C3.714 163.703 0 170.847 0 177.989v155.999c0 7.143 3.714 14.286 9.715 18.286l234 156.022c7.987 4.915 16.511 4.96 24.571 0l234-156.022c6-3.999 9.715-11.143 9.715-18.286V177.989c-.001-7.142-3.715-14.286-9.716-18.285zM278 63.131l172.286 114.858-76.857 51.429L278 165.703V63.131zm-44 0v102.572l-95.429 63.715-76.857-51.429L234 63.131zM44 219.132l55.143 36.857L44 292.846v-73.714zm190 229.715L61.714 333.989l76.857-51.429L234 346.275v102.572zm22-140.858l-77.715-52 77.715-52 77.715 52-77.715 52zm22 140.858V346.275l95.429-63.715 76.857 51.429L278 448.847zm190-156.001l-55.143-36.857L468 219.132v73.714z"],"git-alt":[448,512,[],"f841","M439.55 236.05L244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"],lyft:[512,512,[],"f3c3","M0 81.1h77.8v208.7c0 33.1 15 52.8 27.2 61-12.7 11.1-51.2 20.9-80.2-2.8C7.8 334 0 310.7 0 289V81.1zm485.9 173.5v-22h23.8v-76.8h-26.1c-10.1-46.3-51.2-80.7-100.3-80.7-56.6 0-102.7 46-102.7 102.7V357c16 2.3 35.4-.3 51.7-14 17.1-14 24.8-37.2 24.8-59v-6.7h38.8v-76.8h-38.8v-23.3c0-34.6 52.2-34.6 52.2 0v77.1c0 56.6 46 102.7 102.7 102.7v-76.5c-14.5 0-26.1-11.7-26.1-25.9zm-294.3-99v113c0 15.4-23.8 15.4-23.8 0v-113H91v132.7c0 23.8 8 54 45 63.9 37 9.8 58.2-10.6 58.2-10.6-2.1 13.4-14.5 23.3-34.9 25.3-15.5 1.6-35.2-3.6-45-7.8v70.3c25.1 7.5 51.5 9.8 77.6 4.7 47.1-9.1 76.8-48.4 76.8-100.8V155.1h-77.1v.5z"],rev:[448,512,[],"f5b2","M289.67 274.89a65.57 65.57 0 1 1-65.56-65.56 65.64 65.64 0 0 1 65.56 65.56zm139.55-5.05h-.13a204.69 204.69 0 0 0-74.32-153l-45.38 26.2a157.07 157.07 0 0 1 71.81 131.84C381.2 361.5 310.73 432 224.11 432S67 361.5 67 274.88c0-81.88 63-149.27 143-156.43v39.12l108.77-62.79L210 32v38.32c-106.7 7.25-191 96-191 204.57 0 111.59 89.12 202.29 200.06 205v.11h210.16V269.84z"],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"],"wizards-of-the-coast":[640,512,[],"f730","M219.19 345.69c-1.9 1.38-11.07 8.44-.26 23.57 4.64 6.42 14.11 12.79 21.73 6.55 6.5-4.88 7.35-12.92.26-23.04-5.47-7.76-14.28-12.88-21.73-7.08zm336.75 75.94c-.34 1.7-.55 1.67.79 0 2.09-4.19 4.19-10.21 4.98-19.9 3.14-38.49-40.33-71.49-101.34-78.03-54.73-6.02-124.38 9.17-188.8 60.49l-.26 1.57c2.62 4.98 4.98 10.74 3.4 21.21l.79.26c63.89-58.4 131.19-77.25 184.35-73.85 58.4 3.67 100.03 34.04 100.03 68.08-.01 9.96-2.63 15.72-3.94 20.17zM392.28 240.42c.79 7.07 4.19 10.21 9.17 10.47 5.5.26 9.43-2.62 10.47-6.55.79-3.4 2.09-29.85 2.09-29.85s-11.26 6.55-14.93 10.47c-3.66 3.68-7.33 8.39-6.8 15.46zm-50.02-151.1C137.75 89.32 13.1 226.8.79 241.2c-1.05.52-1.31.79.79 1.31 60.49 16.5 155.81 81.18 196.13 202.16l1.05.26c55.25-69.92 140.88-128.05 236.99-128.05 80.92 0 130.15 42.16 130.15 80.39 0 18.33-6.55 33.52-22.26 46.35 0 .96-.2.79.79.79 14.66-10.74 27.5-28.8 27.5-48.18 0-22.78-12.05-38.23-12.05-38.23 7.07 7.07 10.74 16.24 10.74 16.24 5.76-40.85 26.97-62.32 26.97-62.32-2.36-9.69-6.81-17.81-6.81-17.81 7.59 8.12 14.4 27.5 14.4 41.37 0 10.47-3.4 22.78-12.57 31.95l.26.52c8.12-4.98 16.5-16.76 16.5-37.97 0-15.71-4.71-25.92-4.71-25.92 5.76-5.24 11.26-9.17 15.97-11.78.79 3.4 2.09 9.69 2.36 14.93 0 1.05.79 1.83 1.05 0 .79-5.76-.26-16.24-.26-16.5 6.02-3.14 9.69-4.45 9.69-4.45C617.74 176 489.43 89.32 342.26 89.32zm-99.24 289.62c-11.06 8.99-24.2 4.08-30.64-4.19-7.45-9.58-6.76-24.09 4.19-32.47 14.85-11.35 27.08-.49 31.16 5.5.28.39 12.13 16.57-4.71 31.16zm2.09-136.43l9.43-17.81 11.78 70.96-12.57 6.02-24.62-28.8 14.14-26.71 3.67 4.45-1.83-8.11zm18.59 117.58l-.26-.26c2.05-4.1-2.5-6.61-17.54-31.69-1.31-2.36-3.14-2.88-4.45-2.62l-.26-.52c7.86-5.76 15.45-10.21 25.4-15.71l.52.26c1.31 1.83 2.09 2.88 3.4 4.71l-.26.52c-1.05-.26-2.36-.79-5.24.26-2.09.79-7.86 3.67-12.31 7.59v1.31c1.57 2.36 3.93 6.55 5.76 9.69h.26c10.05-6.28 7.56-4.55 11.52-7.86h.26c.52 1.83.52 1.83 1.83 5.5l-.26.26c-3.06.61-4.65.34-11.52 5.5v.26c9.46 17.02 11.01 16.75 12.57 15.97l.26.26c-2.34 1.59-6.27 4.21-9.68 6.57zm55.26-32.47c-3.14 1.57-6.02 2.88-9.95 4.98l-.26-.26c1.29-2.59 1.16-2.71-11.78-32.47l-.26-.26c-.15 0-8.9 3.65-9.95 7.33h-.52l-1.05-5.76.26-.52c7.29-4.56 25.53-11.64 27.76-12.57l.52.26 3.14 4.98-.26.52c-3.53-1.76-7.35.76-12.31 2.62v.26c12.31 32.01 12.67 30.64 14.66 30.64v.25zm44.77-16.5c-4.19 1.05-5.24 1.31-9.69 2.88l-.26-.26.52-4.45c-1.05-3.4-3.14-11.52-3.67-13.62l-.26-.26c-3.4.79-8.9 2.62-12.83 3.93l-.26.26c.79 2.62 3.14 9.95 4.19 13.88.79 2.36 1.83 2.88 2.88 3.14v.52c-3.67 1.05-7.07 2.62-10.21 3.93l-.26-.26c1.05-1.31 1.05-2.88.26-4.98-1.05-3.14-8.12-23.83-9.17-27.23-.52-1.83-1.57-3.14-2.62-3.14v-.52c3.14-1.05 6.02-2.09 10.74-3.4l.26.26-.26 4.71c1.31 3.93 2.36 7.59 3.14 9.69h.26c3.93-1.31 9.43-2.88 12.83-3.93l.26-.26-2.62-9.43c-.52-1.83-1.05-3.4-2.62-3.93v-.26c4.45-1.05 7.33-1.83 10.74-2.36l.26.26c-1.05 1.31-1.05 2.88-.52 4.45 1.57 6.28 4.71 20.43 6.28 26.45.54 2.62 1.85 3.41 2.63 3.93zm32.21-6.81l-.26.26c-4.71.52-14.14 2.36-22.52 4.19l-.26-.26.79-4.19c-1.57-7.86-3.4-18.59-4.98-26.19-.26-1.83-.79-2.88-2.62-3.67l.79-.52c9.17-1.57 20.16-2.36 24.88-2.62l.26.26c.52 2.36.79 3.14 1.57 5.5l-.26.26c-1.14-1.14-3.34-3.2-16.24-.79l-.26.26c.26 1.57 1.05 6.55 1.57 9.95l.26.26c9.52-1.68 4.76-.06 10.74-2.36h.26c0 1.57-.26 1.83-.26 5.24h-.26c-4.81-1.03-2.15-.9-10.21 0l-.26.26c.26 2.09 1.57 9.43 2.09 12.57l.26.26c1.15.38 14.21-.65 16.24-4.71h.26c-.53 2.38-1.05 4.21-1.58 6.04zm10.74-44.51c-4.45 2.36-8.12 2.88-11 2.88-.25.02-11.41 1.09-17.54-9.95-6.74-10.79-.98-25.2 5.5-31.69 8.8-8.12 23.35-10.1 28.54-17.02 8.03-10.33-13.04-22.31-29.59-5.76l-2.62-2.88 5.24-16.24c25.59-1.57 45.2-3.04 50.02 16.24.79 3.14 0 9.43-.26 12.05 0 2.62-1.83 18.85-2.09 23.04-.52 4.19-.79 18.33-.79 20.69.26 2.36.52 4.19 1.57 5.5 1.57 1.83 5.76 1.83 5.76 1.83l-.79 4.71c-11.82-1.07-10.28-.59-20.43-1.05-3.22-5.15-2.23-3.28-4.19-7.86 0 .01-4.19 3.94-7.33 5.51zm37.18 21.21c-6.35-10.58-19.82-7.16-21.73 5.5-2.63 17.08 14.3 19.79 20.69 10.21l.26.26c-.52 1.83-1.83 6.02-1.83 6.28l-.52.52c-10.3 6.87-28.5-2.5-25.66-18.59 1.94-10.87 14.44-18.93 28.8-9.95l.26.52c0 1.06-.27 3.41-.27 5.25zm5.77-87.73v-6.55c.69 0 19.65 3.28 27.76 7.33l-1.57 17.54s10.21-9.43 15.45-10.74c5.24-1.57 14.93 7.33 14.93 7.33l-11.26 11.26c-12.07-6.35-19.59-.08-20.69.79-5.29 38.72-8.6 42.17 4.45 46.09l-.52 4.71c-17.55-4.29-18.53-4.5-36.92-7.33l.79-4.71c7.25 0 7.48-5.32 7.59-6.81 0 0 4.98-53.16 4.98-55.25-.02-2.87-4.99-3.66-4.99-3.66zm10.99 114.44c-8.12-2.09-14.14-11-10.74-20.69 3.14-9.43 12.31-12.31 18.85-10.21 9.17 2.62 12.83 11.78 10.74 19.38-2.61 8.9-9.42 13.87-18.85 11.52zm42.16 9.69c-2.36-.52-7.07-2.36-8.64-2.88v-.26l1.57-1.83c.59-8.24.59-7.27.26-7.59-4.82-1.81-6.66-2.36-7.07-2.36-1.31 1.83-2.88 4.45-3.67 5.5l-.79 3.4v.26c-1.31-.26-3.93-1.31-6.02-1.57v-.26l2.62-1.83c3.4-4.71 9.95-14.14 13.88-20.16v-2.09l.52-.26c2.09.79 5.5 2.09 7.59 2.88.48.48.18-1.87-1.05 25.14-.24 1.81.02 2.6.8 3.91zm-4.71-89.82c11.25-18.27 30.76-16.19 34.04-3.4L539.7 198c2.34-6.25-2.82-9.9-4.45-11.26l1.83-3.67c12.22 10.37 16.38 13.97 22.52 20.43-25.91 73.07-30.76 80.81-24.62 84.32l-1.83 4.45c-6.37-3.35-8.9-4.42-17.81-8.64l2.09-6.81c-.26-.26-3.93 3.93-9.69 3.67-19.06-1.3-22.89-31.75-9.67-52.9zm29.33 79.34c0-5.71-6.34-7.89-7.86-5.24-1.31 2.09 1.05 4.98 2.88 8.38 1.57 2.62 2.62 6.28 1.05 9.43-2.64 6.34-12.4 5.31-15.45-.79 0-.7-.27.09 1.83-4.71l.79-.26c-.57 5.66 6.06 9.61 8.38 4.98 1.05-2.09-.52-5.5-2.09-8.38-1.57-2.62-3.67-6.28-1.83-9.69 2.72-5.06 11.25-4.47 14.66 2.36v.52l-2.36 3.4zm21.21 13.36c-1.96-3.27-.91-2.14-4.45-4.71h-.26c-2.36 4.19-5.76 10.47-8.64 16.24-1.31 2.36-1.05 3.4-.79 3.93l-.26.26-5.76-4.45.26-.26 2.09-1.31c3.14-5.76 6.55-12.05 9.17-17.02v-.26c-2.64-1.98-1.22-1.51-6.02-1.83v-.26l3.14-3.4h.26c3.67 2.36 9.95 6.81 12.31 8.9l.26.26-1.31 3.91zm27.23-44.26l-2.88-2.88c.79-2.36 1.83-4.98 2.09-7.59.75-9.74-11.52-11.84-11.52-4.98 0 4.98 7.86 19.38 7.86 27.76 0 10.21-5.76 15.71-13.88 16.5-8.38.79-20.16-10.47-20.16-10.47l4.98-14.4 2.88 2.09c-2.97 17.8 17.68 20.37 13.35 5.24-1.06-4.02-18.75-34.2 2.09-38.23 13.62-2.36 23.04 16.5 23.04 16.5l-7.85 10.46zm35.62-10.21c-11-30.38-60.49-127.53-191.95-129.62-53.42-1.05-94.27 15.45-132.76 37.97l85.63-9.17-91.39 20.69 25.14 19.64-3.93-16.5c7.5-1.71 39.15-8.45 66.77-8.9l-22.26 80.39c13.61-.7 18.97-8.98 19.64-22.78l4.98-1.05.26 26.71c-22.46 3.21-37.3 6.69-49.49 9.95l13.09-43.21-61.54-36.66 2.36 8.12 10.21 4.98c6.28 18.59 19.38 56.56 20.43 58.66 1.95 4.28 3.16 5.78 12.05 4.45l1.05 4.98c-16.08 4.86-23.66 7.61-39.02 14.4l-2.36-4.71c4.4-2.94 8.73-3.94 5.5-12.83-23.7-62.5-21.48-58.14-22.78-59.44l2.36-4.45 33.52 67.3c-3.84-11.87 1.68 1.69-32.99-78.82l-41.9 88.51 4.71-13.88-35.88-42.16 27.76 93.48-11.78 8.38C95 228.58 101.05 231.87 93.23 231.52c-5.5-.26-13.62 5.5-13.62 5.5L74.63 231c30.56-23.53 31.62-24.33 58.4-42.68l4.19 7.07s-5.76 4.19-7.86 7.07c-5.9 9.28 1.67 13.28 61.8 75.68l-18.85-58.92 39.8-10.21 25.66 30.64 4.45-12.31-4.98-24.62 13.09-3.4.52 3.14 3.67-10.47-94.27 29.33 11.26-4.98-13.62-42.42 17.28-9.17 30.11 36.14 28.54-13.09c-1.41-7.47-2.47-14.5-4.71-19.64l17.28 13.88 4.71-2.09-59.18-42.68 23.08 11.5c18.98-6.07 25.23-7.47 32.21-9.69l2.62 11c-12.55 12.55 1.43 16.82 6.55 19.38l-13.62-61.01 12.05 28.28c4.19-1.31 7.33-2.09 7.33-2.09l2.62 8.64s-3.14 1.05-6.28 2.09l8.9 20.95 33.78-65.73-20.69 61.01c42.42-24.09 81.44-36.66 131.98-35.88 67.04 1.05 167.33 40.85 199.8 139.83.78 2.1-.01 2.63-.79.27zM203.48 152.43s1.83-.52 4.19-1.31l9.43 7.59c-.4 0-3.44-.25-11.26 2.36l-2.36-8.64zm143.76 38.5c-1.57-.6-26.46-4.81-33.26 20.69l21.73 17.02 11.53-37.71zM318.43 67.07c-58.4 0-106.05 12.05-114.96 14.4v.79c8.38 2.09 14.4 4.19 21.21 11.78l1.57.26c6.55-1.83 48.97-13.88 110.24-13.88 180.16 0 301.67 116.79 301.67 223.37v9.95c0 1.31.79 2.62 1.05.52.52-2.09.79-8.64.79-19.64.26-83.79-96.63-227.55-321.57-227.55zm211.06 169.68c1.31-5.76 0-12.31-7.33-13.09-9.62-1.13-16.14 23.79-17.02 33.52-.79 5.5-1.31 14.93 6.02 14.93 4.68-.01 9.72-.91 18.33-35.36zm-61.53 42.95c-2.62-.79-9.43-.79-12.57 10.47-1.83 6.81.52 13.35 6.02 14.66 3.67 1.05 8.9.52 11.78-10.74 2.62-9.94-1.83-13.61-5.23-14.39zM491 300.65c1.83.52 3.14 1.05 5.76 1.83 0-1.83.52-8.38.79-12.05-1.05 1.31-5.5 8.12-6.55 9.95v.27z"],"square-viadeo":[448,512,["viadeo-square"],"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"],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"],centos:[448,512,[],"f789","M289.6 97.5l31.6 31.7-76.3 76.5V97.5zm-162.4 31.7l76.3 76.5V97.5h-44.7zm41.5-41.6h44.7v127.9l10.8 10.8 10.8-10.8V87.6h44.7L224.2 32zm26.2 168.1l-10.8-10.8H55.5v-44.8L0 255.7l55.5 55.6v-44.8h128.6l10.8-10.8zm79.3-20.7h107.9v-44.8l-31.6-31.7zm173.3 20.7L392 200.1v44.8H264.3l-10.8 10.8 10.8 10.8H392v44.8l55.5-55.6zM65.4 176.2l32.5-31.7 90.3 90.5h15.3v-15.3l-90.3-90.5 31.6-31.7H65.4zm316.7-78.7h-78.5l31.6 31.7-90.3 90.5V235h15.3l90.3-90.5 31.6 31.7zM203.5 413.9V305.8l-76.3 76.5 31.6 31.7h44.7zM65.4 235h108.8l-76.3-76.5-32.5 31.7zm316.7 100.2l-31.6 31.7-90.3-90.5h-15.3v15.3l90.3 90.5-31.6 31.7h78.5zm0-58.8H274.2l76.3 76.5 31.6-31.7zm-60.9 105.8l-76.3-76.5v108.1h44.7zM97.9 352.9l76.3-76.5H65.4v44.8zm181.8 70.9H235V295.9l-10.8-10.8-10.8 10.8v127.9h-44.7l55.5 55.6zm-166.5-41.6l90.3-90.5v-15.3h-15.3l-90.3 90.5-32.5-31.7v78.7h79.4z"],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"],cloudsmith:[332,512,[],"f384","M332.5 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 84zm-84-243.9c46.4 0 80-37.6 80-84s-33.6-84-80-84-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"],"pied-piper-alt":[576,512,[],"f1a8","M244 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.9zm135.9 197.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.1zM340.8 177c6.6 2.8 11.5 9.2 22.7 22.1 2-1.4 7.5-5.2 7.5-8.6 0-4.9-11.8-13.2-13.2-23 11.2-5.7 25.2-6 37.6-8.9 68.1-16.4 116.3-52.9 146.8-116.7C548.3 29.3 554 16.1 554.6 2l-2 2.6c-28.4 50-33 63.2-81.3 100-31.9 24.4-69.2 40.2-106.6 54.6l-6.3-.3v-21.8c-19.6 1.6-19.7-14.6-31.6-23-18.7 20.6-31.6 40.8-58.9 51.1-12.7 4.8-19.6 10-25.9 21.8 34.9-16.4 91.2-13.5 98.8-10zM555.5 0l-.6 1.1-.3.9.6-.6zm-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 46.1v27.2l11.8-3.4-2.9-23.8zm-68.7-150.4l24.1 61.2 21-13.8-31.3-50.9zm84.4 154.9l2 12.4c9-1.5 58.4-6.6 58.4-14.1 0-1.4-.6-3.2-.9-4.6-26.8 0-36.9 3.8-59.5 6.3z"],"square-dribbble":[448,512,["dribbble-square"],"f397","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"],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"],node:[640,512,[],"f419","M316.3 452c-2.1 0-4.2-.6-6.1-1.6L291 439c-2.9-1.6-1.5-2.2-.5-2.5 3.8-1.3 4.6-1.6 8.7-4 .4-.2 1-.1 1.4.1l14.8 8.8c.5.3 1.3.3 1.8 0L375 408c.5-.3.9-.9.9-1.6v-66.7c0-.7-.3-1.3-.9-1.6l-57.8-33.3c-.5-.3-1.2-.3-1.8 0l-57.8 33.3c-.6.3-.9 1-.9 1.6v66.7c0 .6.4 1.2.9 1.5l15.8 9.1c8.6 4.3 13.9-.8 13.9-5.8v-65.9c0-.9.7-1.7 1.7-1.7h7.3c.9 0 1.7.7 1.7 1.7v65.9c0 11.5-6.2 18-17.1 18-3.3 0-6 0-13.3-3.6l-15.2-8.7c-3.7-2.2-6.1-6.2-6.1-10.5v-66.7c0-4.3 2.3-8.4 6.1-10.5l57.8-33.4c3.7-2.1 8.5-2.1 12.1 0l57.8 33.4c3.7 2.2 6.1 6.2 6.1 10.5v66.7c0 4.3-2.3 8.4-6.1 10.5l-57.8 33.4c-1.7 1.1-3.8 1.7-6 1.7zm46.7-65.8c0-12.5-8.4-15.8-26.2-18.2-18-2.4-19.8-3.6-19.8-7.8 0-3.5 1.5-8.1 14.8-8.1 11.9 0 16.3 2.6 18.1 10.6.2.8.8 1.3 1.6 1.3h7.5c.5 0 .9-.2 1.2-.5.3-.4.5-.8.4-1.3-1.2-13.8-10.3-20.2-28.8-20.2-16.5 0-26.3 7-26.3 18.6 0 12.7 9.8 16.1 25.6 17.7 18.9 1.9 20.4 4.6 20.4 8.3 0 6.5-5.2 9.2-17.4 9.2-15.3 0-18.7-3.8-19.8-11.4-.1-.8-.8-1.4-1.7-1.4h-7.5c-.9 0-1.7.7-1.7 1.7 0 9.7 5.3 21.3 30.6 21.3 18.5 0 29-7.2 29-19.8zm54.5-50.1c0 6.1-5 11.1-11.1 11.1s-11.1-5-11.1-11.1c0-6.3 5.2-11.1 11.1-11.1 6-.1 11.1 4.8 11.1 11.1zm-1.8 0c0-5.2-4.2-9.3-9.4-9.3-5.1 0-9.3 4.1-9.3 9.3 0 5.2 4.2 9.4 9.3 9.4 5.2-.1 9.4-4.3 9.4-9.4zm-4.5 6.2h-2.6c-.1-.6-.5-3.8-.5-3.9-.2-.7-.4-1.1-1.3-1.1h-2.2v5h-2.4v-12.5h4.3c1.5 0 4.4 0 4.4 3.3 0 2.3-1.5 2.8-2.4 3.1 1.7.1 1.8 1.2 2.1 2.8.1 1 .3 2.7.6 3.3zm-2.8-8.8c0-1.7-1.2-1.7-1.8-1.7h-2v3.5h1.9c1.6 0 1.9-1.1 1.9-1.8zM137.3 191c0-2.7-1.4-5.1-3.7-6.4l-61.3-35.3c-1-.6-2.2-.9-3.4-1h-.6c-1.2 0-2.3.4-3.4 1L3.7 184.6C1.4 185.9 0 188.4 0 191l.1 95c0 1.3.7 2.5 1.8 3.2 1.1.7 2.5.7 3.7 0L42 268.3c2.3-1.4 3.7-3.8 3.7-6.4v-44.4c0-2.6 1.4-5.1 3.7-6.4l15.5-8.9c1.2-.7 2.4-1 3.7-1 1.3 0 2.6.3 3.7 1l15.5 8.9c2.3 1.3 3.7 3.8 3.7 6.4v44.4c0 2.6 1.4 5.1 3.7 6.4l36.4 20.9c1.1.7 2.6.7 3.7 0 1.1-.6 1.8-1.9 1.8-3.2l.2-95zM472.5 87.3v176.4c0 2.6-1.4 5.1-3.7 6.4l-61.3 35.4c-2.3 1.3-5.1 1.3-7.4 0l-61.3-35.4c-2.3-1.3-3.7-3.8-3.7-6.4v-70.8c0-2.6 1.4-5.1 3.7-6.4l61.3-35.4c2.3-1.3 5.1-1.3 7.4 0l15.3 8.8c1.7 1 3.9-.3 3.9-2.2v-94c0-2.8 3-4.6 5.5-3.2l36.5 20.4c2.3 1.2 3.8 3.7 3.8 6.4zm-46 128.9c0-.7-.4-1.3-.9-1.6l-21-12.2c-.6-.3-1.3-.3-1.9 0l-21 12.2c-.6.3-.9.9-.9 1.6v24.3c0 .7.4 1.3.9 1.6l21 12.1c.6.3 1.3.3 1.8 0l21-12.1c.6-.3.9-.9.9-1.6v-24.3zm209.8-.7c2.3-1.3 3.7-3.8 3.7-6.4V192c0-2.6-1.4-5.1-3.7-6.4l-60.9-35.4c-2.3-1.3-5.1-1.3-7.4 0l-61.3 35.4c-2.3 1.3-3.7 3.8-3.7 6.4v70.8c0 2.7 1.4 5.1 3.7 6.4l60.9 34.7c2.2 1.3 5 1.3 7.3 0l36.8-20.5c2.5-1.4 2.5-5 0-6.4L550 241.6c-1.2-.7-1.9-1.9-1.9-3.2v-22.2c0-1.3.7-2.5 1.9-3.2l19.2-11.1c1.1-.7 2.6-.7 3.7 0l19.2 11.1c1.1.7 1.9 1.9 1.9 3.2v17.4c0 2.8 3.1 4.6 5.6 3.2l36.7-21.3zM559 219c-.4.3-.7.7-.7 1.2v13.6c0 .5.3 1 .7 1.2l11.8 6.8c.4.3 1 .3 1.4 0L584 235c.4-.3.7-.7.7-1.2v-13.6c0-.5-.3-1-.7-1.2l-11.8-6.8c-.4-.3-1-.3-1.4 0L559 219zm-254.2 43.5v-70.4c0-2.6-1.6-5.1-3.9-6.4l-61.1-35.2c-2.1-1.2-5-1.4-7.4 0l-61.1 35.2c-2.3 1.3-3.9 3.7-3.9 6.4v70.4c0 2.8 1.9 5.2 4 6.4l61.2 35.2c2.4 1.4 5.2 1.3 7.4 0l61-35.2c1.8-1 3.1-2.7 3.6-4.7.1-.5.2-1.1.2-1.7zm-74.3-124.9l-.8.5h1.1l-.3-.5zm76.2 130.2l-.4-.7v.9l.4-.2z"],mix:[448,512,[],"f3cb","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"],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"],"cc-apple-pay":[576,512,[],"f416","M302.2 218.4c0 17.2-10.5 27.1-29 27.1h-24.3v-54.2h24.4c18.4 0 28.9 9.8 28.9 27.1zm47.5 62.6c0 8.3 7.2 13.7 18.5 13.7 14.4 0 25.2-9.1 25.2-21.9v-7.7l-23.5 1.5c-13.3.9-20.2 5.8-20.2 14.4zM576 79v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V79c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM127.8 197.2c8.4.7 16.8-4.2 22.1-10.4 5.2-6.4 8.6-15 7.7-23.7-7.4.3-16.6 4.9-21.9 11.3-4.8 5.5-8.9 14.4-7.9 22.8zm60.6 74.5c-.2-.2-19.6-7.6-19.8-30-.2-18.7 15.3-27.7 16-28.2-8.8-13-22.4-14.4-27.1-14.7-12.2-.7-22.6 6.9-28.4 6.9-5.9 0-14.7-6.6-24.3-6.4-12.5.2-24.2 7.3-30.5 18.6-13.1 22.6-3.4 56 9.3 74.4 6.2 9.1 13.7 19.1 23.5 18.7 9.3-.4 13-6 24.2-6 11.3 0 14.5 6 24.3 5.9 10.2-.2 16.5-9.1 22.8-18.2 6.9-10.4 9.8-20.4 10-21zm135.4-53.4c0-26.6-18.5-44.8-44.9-44.8h-51.2v136.4h21.2v-46.6h29.3c26.8 0 45.6-18.4 45.6-45zm90 23.7c0-19.7-15.8-32.4-40-32.4-22.5 0-39.1 12.9-39.7 30.5h19.1c1.6-8.4 9.4-13.9 20-13.9 13 0 20.2 6 20.2 17.2v7.5l-26.4 1.6c-24.6 1.5-37.9 11.6-37.9 29.1 0 17.7 13.7 29.4 33.4 29.4 13.3 0 25.6-6.7 31.2-17.4h.4V310h19.6v-68zM516 210.9h-21.5l-24.9 80.6h-.4l-24.9-80.6H422l35.9 99.3-1.9 6c-3.2 10.2-8.5 14.2-17.9 14.2-1.7 0-4.9-.2-6.2-.3v16.4c1.2.4 6.5.5 8.1.5 20.7 0 30.4-7.9 38.9-31.8L516 210.9z"],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"],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"],instalod:[512,512,[],"e081","M153.384,480H387.113L502.554,275.765,204.229,333.211ZM504.726,240.078,387.113,32H155.669L360.23,267.9ZM124.386,48.809,7.274,256,123.236,461.154,225.627,165.561Z"],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"],sellcast:[448,512,[],"f2da","M353.4 32H94.7C42.6 32 0 74.6 0 126.6v258.7C0 437.4 42.6 480 94.7 480h258.7c52.1 0 94.7-42.6 94.7-94.6V126.6c0-52-42.6-94.6-94.7-94.6zm-50 316.4c-27.9 48.2-89.9 64.9-138.2 37.2-22.9 39.8-54.9 8.6-42.3-13.2l15.7-27.2c5.9-10.3 19.2-13.9 29.5-7.9 18.6 10.8-.1-.1 18.5 10.7 27.6 15.9 63.4 6.3 79.4-21.3 15.9-27.6 6.3-63.4-21.3-79.4-17.8-10.2-.6-.4-18.6-10.6-24.6-14.2-3.4-51.9 21.6-37.5 18.6 10.8-.1-.1 18.5 10.7 48.4 28 65.1 90.3 37.2 138.5zm21.8-208.8c-17 29.5-16.3 28.8-19 31.5-6.5 6.5-16.3 8.7-26.5 3.6-18.6-10.8.1.1-18.5-10.7-27.6-15.9-63.4-6.3-79.4 21.3s-6.3 63.4 21.3 79.4c0 0 18.5 10.6 18.6 10.6 24.6 14.2 3.4 51.9-21.6 37.5-18.6-10.8.1.1-18.5-10.7-48.2-27.8-64.9-90.1-37.1-138.4 27.9-48.2 89.9-64.9 138.2-37.2l4.8-8.4c14.3-24.9 52-3.3 37.7 21.5z"],"square-twitter":[448,512,["twitter-square"],"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"],"r-project":[581,512,[],"f4f7","M581 226.6C581 119.1 450.9 32 290.5 32S0 119.1 0 226.6C0 322.4 103.3 402 239.4 418.1V480h99.1v-61.5c24.3-2.7 47.6-7.4 69.4-13.9L448 480h112l-67.4-113.7c54.5-35.4 88.4-84.9 88.4-139.7zm-466.8 14.5c0-73.5 98.9-133 220.8-133s211.9 40.7 211.9 133c0 50.1-26.5 85-70.3 106.4-2.4-1.6-4.7-2.9-6.4-3.7-10.2-5.2-27.8-10.5-27.8-10.5s86.6-6.4 86.6-92.7-90.6-87.9-90.6-87.9h-199V361c-74.1-21.5-125.2-67.1-125.2-119.9zm225.1 38.3v-55.6c57.8 0 87.8-6.8 87.8 27.3 0 36.5-38.2 28.3-87.8 28.3zm-.9 72.5H365c10.8 0 18.9 11.7 24 19.2-16.1 1.9-33 2.8-50.6 2.9v-22.1z"],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-16h176v192h192z"],freebsd:[448,512,[],"f3a4","M303.7 96.2c11.1-11.1 115.5-77 139.2-53.2 23.7 23.7-42.1 128.1-53.2 139.2-11.1 11.1-39.4.9-63.1-22.9-23.8-23.7-34.1-52-22.9-63.1zM109.9 68.1C73.6 47.5 22 24.6 5.6 41.1c-16.6 16.6 7.1 69.4 27.9 105.7 18.5-32.2 44.8-59.3 76.4-78.7zM406.7 174c3.3 11.3 2.7 20.7-2.7 26.1-20.3 20.3-87.5-27-109.3-70.1-18-32.3-11.1-53.4 14.9-48.7 5.7-3.6 12.3-7.6 19.6-11.6-29.8-15.5-63.6-24.3-99.5-24.3-119.1 0-215.6 96.5-215.6 215.6 0 119 96.5 215.6 215.6 215.6S445.3 380.1 445.3 261c0-38.4-10.1-74.5-27.7-105.8-3.9 7-7.6 13.3-10.9 18.8z"],vuejs:[448,512,[],"f41f","M356.9 64.3H280l-56 88.6-48-88.6H0L224 448 448 64.3h-91.1zm-301.2 32h53.8L224 294.5 338.4 96.3h53.8L224 384.5 55.7 96.3z"],accusoft:[640,512,[],"f369","M322.1 252v-1l-51.2-65.8s-12 1.6-25 15.1c-9 9.3-242.1 239.1-243.4 240.9-7 10 1.6 6.8 15.7 1.7.8 0 114.5-36.6 114.5-36.6.5-.6-.1-.1.6-.6-.4-5.1-.8-26.2-1-27.7-.6-5.2 2.2-6.9 7-8.9l92.6-33.8c.6-.8 88.5-81.7 90.2-83.3zm160.1 120.1c13.3 16.1 20.7 13.3 30.8 9.3 3.2-1.2 115.4-47.6 117.8-48.9 8-4.3-1.7-16.7-7.2-23.4-2.1-2.5-205.1-245.6-207.2-248.3-9.7-12.2-14.3-12.9-38.4-12.8-10.2 0-106.8.5-116.5.6-19.2.1-32.9-.3-19.2 16.9C250 75 476.5 365.2 482.2 372.1zm152.7 1.6c-2.3-.3-24.6-4.7-38-7.2 0 0-115 50.4-117.5 51.6-16 7.3-26.9-3.2-36.7-14.6l-57.1-74c-5.4-.9-60.4-9.6-65.3-9.3-3.1.2-9.6.8-14.4 2.9-4.9 2.1-145.2 52.8-150.2 54.7-5.1 2-11.4 3.6-11.1 7.6.2 2.5 2 2.6 4.6 3.5 2.7.8 300.9 67.6 308 69.1 15.6 3.3 38.5 10.5 53.6 1.7 2.1-1.2 123.8-76.4 125.8-77.8 5.4-4 4.3-6.8-1.7-8.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"],"fonticons-fi":[384,512,[],"f3a2","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"],"app-store":[512,512,[],"f36f","M255.9 120.9l9.1-15.7c5.6-9.8 18.1-13.1 27.9-7.5 9.8 5.6 13.1 18.1 7.5 27.9l-87.5 151.5h63.3c20.5 0 32 24.1 23.1 40.8H113.8c-11.3 0-20.4-9.1-20.4-20.4 0-11.3 9.1-20.4 20.4-20.4h52l66.6-115.4-20.8-36.1c-5.6-9.8-2.3-22.2 7.5-27.9 9.8-5.6 22.2-2.3 27.9 7.5l8.9 15.7zm-78.7 218l-19.6 34c-5.6 9.8-18.1 13.1-27.9 7.5-9.8-5.6-13.1-18.1-7.5-27.9l14.6-25.2c16.4-5.1 29.8-1.2 40.4 11.6zm168.9-61.7h53.1c11.3 0 20.4 9.1 20.4 20.4 0 11.3-9.1 20.4-20.4 20.4h-29.5l19.9 34.5c5.6 9.8 2.3 22.2-7.5 27.9-9.8 5.6-22.2 2.3-27.9-7.5-33.5-58.1-58.7-101.6-75.4-130.6-17.1-29.5-4.9-59.1 7.2-69.1 13.4 23 33.4 57.7 60.1 104zM256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm216 248c0 118.7-96.1 216-216 216-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216z"],"cc-mastercard":[576,512,[],"f1f1","M482.9 410.3c0 6.8-4.6 11.7-11.2 11.7-6.8 0-11.2-5.2-11.2-11.7 0-6.5 4.4-11.7 11.2-11.7 6.6 0 11.2 5.2 11.2 11.7zm-310.8-11.7c-7.1 0-11.2 5.2-11.2 11.7 0 6.5 4.1 11.7 11.2 11.7 6.5 0 10.9-4.9 10.9-11.7-.1-6.5-4.4-11.7-10.9-11.7zm117.5-.3c-5.4 0-8.7 3.5-9.5 8.7h19.1c-.9-5.7-4.4-8.7-9.6-8.7zm107.8.3c-6.8 0-10.9 5.2-10.9 11.7 0 6.5 4.1 11.7 10.9 11.7 6.8 0 11.2-4.9 11.2-11.7 0-6.5-4.4-11.7-11.2-11.7zm105.9 26.1c0 .3.3.5.3 1.1 0 .3-.3.5-.3 1.1-.3.3-.3.5-.5.8-.3.3-.5.5-1.1.5-.3.3-.5.3-1.1.3-.3 0-.5 0-1.1-.3-.3 0-.5-.3-.8-.5-.3-.3-.5-.5-.5-.8-.3-.5-.3-.8-.3-1.1 0-.5 0-.8.3-1.1 0-.5.3-.8.5-1.1.3-.3.5-.3.8-.5.5-.3.8-.3 1.1-.3.5 0 .8 0 1.1.3.5.3.8.3 1.1.5s.2.6.5 1.1zm-2.2 1.4c.5 0 .5-.3.8-.3.3-.3.3-.5.3-.8 0-.3 0-.5-.3-.8-.3 0-.5-.3-1.1-.3h-1.6v3.5h.8V426h.3l1.1 1.4h.8l-1.1-1.3zM576 81v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V81c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM64 220.6c0 76.5 62.1 138.5 138.5 138.5 27.2 0 53.9-8.2 76.5-23.1-72.9-59.3-72.4-171.2 0-230.5-22.6-15-49.3-23.1-76.5-23.1-76.4-.1-138.5 62-138.5 138.2zm224 108.8c70.5-55 70.2-162.2 0-217.5-70.2 55.3-70.5 162.6 0 217.5zm-142.3 76.3c0-8.7-5.7-14.4-14.7-14.7-4.6 0-9.5 1.4-12.8 6.5-2.4-4.1-6.5-6.5-12.2-6.5-3.8 0-7.6 1.4-10.6 5.4V392h-8.2v36.7h8.2c0-18.9-2.5-30.2 9-30.2 10.2 0 8.2 10.2 8.2 30.2h7.9c0-18.3-2.5-30.2 9-30.2 10.2 0 8.2 10 8.2 30.2h8.2v-23zm44.9-13.7h-7.9v4.4c-2.7-3.3-6.5-5.4-11.7-5.4-10.3 0-18.2 8.2-18.2 19.3 0 11.2 7.9 19.3 18.2 19.3 5.2 0 9-1.9 11.7-5.4v4.6h7.9V392zm40.5 25.6c0-15-22.9-8.2-22.9-15.2 0-5.7 11.9-4.8 18.5-1.1l3.3-6.5c-9.4-6.1-30.2-6-30.2 8.2 0 14.3 22.9 8.3 22.9 15 0 6.3-13.5 5.8-20.7.8l-3.5 6.3c11.2 7.6 32.6 6 32.6-7.5zm35.4 9.3l-2.2-6.8c-3.8 2.1-12.2 4.4-12.2-4.1v-16.6h13.1V392h-13.1v-11.2h-8.2V392h-7.6v7.3h7.6V416c0 17.6 17.3 14.4 22.6 10.9zm13.3-13.4h27.5c0-16.2-7.4-22.6-17.4-22.6-10.6 0-18.2 7.9-18.2 19.3 0 20.5 22.6 23.9 33.8 14.2l-3.8-6c-7.8 6.4-19.6 5.8-21.9-4.9zm59.1-21.5c-4.6-2-11.6-1.8-15.2 4.4V392h-8.2v36.7h8.2V408c0-11.6 9.5-10.1 12.8-8.4l2.4-7.6zm10.6 18.3c0-11.4 11.6-15.1 20.7-8.4l3.8-6.5c-11.6-9.1-32.7-4.1-32.7 15 0 19.8 22.4 23.8 32.7 15l-3.8-6.5c-9.2 6.5-20.7 2.6-20.7-8.6zm66.7-18.3H408v4.4c-8.3-11-29.9-4.8-29.9 13.9 0 19.2 22.4 24.7 29.9 13.9v4.6h8.2V392zm33.7 0c-2.4-1.2-11-2.9-15.2 4.4V392h-7.9v36.7h7.9V408c0-11 9-10.3 12.8-8.4l2.4-7.6zm40.3-14.9h-7.9v19.3c-8.2-10.9-29.9-5.1-29.9 13.9 0 19.4 22.5 24.6 29.9 13.9v4.6h7.9v-51.7zm7.6-75.1v4.6h.8V302h1.9v-.8h-4.6v.8h1.9zm6.6 123.8c0-.5 0-1.1-.3-1.6-.3-.3-.5-.8-.8-1.1-.3-.3-.8-.5-1.1-.8-.5 0-1.1-.3-1.6-.3-.3 0-.8.3-1.4.3-.5.3-.8.5-1.1.8-.5.3-.8.8-.8 1.1-.3.5-.3 1.1-.3 1.6 0 .3 0 .8.3 1.4 0 .3.3.8.8 1.1.3.3.5.5 1.1.8.5.3 1.1.3 1.4.3.5 0 1.1 0 1.6-.3.3-.3.8-.5 1.1-.8.3-.3.5-.8.8-1.1.3-.6.3-1.1.3-1.4zm3.2-124.7h-1.4l-1.6 3.5-1.6-3.5h-1.4v5.4h.8v-4.1l1.6 3.5h1.1l1.4-3.5v4.1h1.1v-5.4zm4.4-80.5c0-76.2-62.1-138.3-138.5-138.3-27.2 0-53.9 8.2-76.5 23.1 72.1 59.3 73.2 171.5 0 230.5 22.6 15 49.5 23.1 76.5 23.1 76.4.1 138.5-61.9 138.5-138.4z"],"itunes-note":[384,512,[],"f3b5","M381.9 388.2c-6.4 27.4-27.2 42.8-55.1 48-24.5 4.5-44.9 5.6-64.5-10.2-23.9-20.1-24.2-53.4-2.7-74.4 17-16.2 40.9-19.5 76.8-25.8 6-1.1 11.2-2.5 15.6-7.4 6.4-7.2 4.4-4.1 4.4-163.2 0-11.2-5.5-14.3-17-12.3-8.2 1.4-185.7 34.6-185.7 34.6-10.2 2.2-13.4 5.2-13.4 16.7 0 234.7 1.1 223.9-2.5 239.5-4.2 18.2-15.4 31.9-30.2 39.5-16.8 9.3-47.2 13.4-63.4 10.4-43.2-8.1-58.4-58-29.1-86.6 17-16.2 40.9-19.5 76.8-25.8 6-1.1 11.2-2.5 15.6-7.4 10.1-11.5 1.8-256.6 5.2-270.2.8-5.2 3-9.6 7.1-12.9 4.2-3.5 11.8-5.5 13.4-5.5 204-38.2 228.9-43.1 232.4-43.1 11.5-.8 18.1 6 18.1 17.6.2 344.5 1.1 326-1.8 338.5z"],golang:[640,512,[],"e40f","M400.1 194.8C389.2 197.6 380.2 199.1 371 202.4C363.7 204.3 356.3 206.3 347.8 208.5L347.2 208.6C343 209.8 342.6 209.9 338.7 205.4C334 200.1 330.6 196.7 324.1 193.5C304.4 183.9 285.4 186.7 267.7 198.2C246.5 211.9 235.6 232.2 235.9 257.4C236.2 282.4 253.3 302.9 277.1 306.3C299.1 309.1 316.9 301.7 330.9 285.8C333 283.2 334.9 280.5 337 277.5V277.5L337 277.5C337.8 276.5 338.5 275.4 339.3 274.2H279.2C272.7 274.2 271.1 270.2 273.3 264.9C277.3 255.2 284.8 239 289.2 230.9C290.1 229.1 292.3 225.1 296.1 225.1H397.2C401.7 211.7 409 198.2 418.8 185.4C441.5 155.5 468.1 139.9 506 133.4C537.8 127.8 567.7 130.9 594.9 149.3C619.5 166.1 634.7 188.9 638.8 218.8C644.1 260.9 631.9 295.1 602.1 324.4C582.4 345.3 557.2 358.4 528.2 364.3C522.6 365.3 517.1 365.8 511.7 366.3C508.8 366.5 506 366.8 503.2 367.1C474.9 366.5 449 358.4 427.2 339.7C411.9 326.4 401.3 310.1 396.1 291.2C392.4 298.5 388.1 305.6 382.1 312.3C360.5 341.9 331.2 360.3 294.2 365.2C263.6 369.3 235.3 363.4 210.3 344.7C187.3 327.2 174.2 304.2 170.8 275.5C166.7 241.5 176.7 210.1 197.2 184.2C219.4 155.2 248.7 136.8 284.5 130.3C313.8 124.1 341.8 128.4 367.1 145.6C383.6 156.5 395.4 171.4 403.2 189.5C405.1 192.3 403.8 193.9 400.1 194.8zM48.3 200.4C47.05 200.4 46.74 199.8 47.36 198.8L53.91 190.4C54.53 189.5 56.09 188.9 57.34 188.9H168.6C169.8 188.9 170.1 189.8 169.5 190.7L164.2 198.8C163.6 199.8 162 200.7 161.1 200.7L48.3 200.4zM1.246 229.1C0 229.1-.3116 228.4 .3116 227.5L6.855 219.1C7.479 218.2 9.037 217.5 10.28 217.5H152.4C153.6 217.5 154.2 218.5 153.9 219.4L151.4 226.9C151.1 228.1 149.9 228.8 148.6 228.8L1.246 229.1zM75.72 255.9C75.1 256.8 75.41 257.7 76.65 257.7L144.6 258C145.5 258 146.8 257.1 146.8 255.9L147.4 248.4C147.4 247.1 146.8 246.2 145.5 246.2H83.2C81.95 246.2 80.71 247.1 80.08 248.1L75.72 255.9zM577.2 237.9C577 235.3 576.9 233.1 576.5 230.9C570.9 200.1 542.5 182.6 512.9 189.5C483.9 196 465.2 214.4 458.4 243.7C452.8 268 464.6 292.6 487 302.6C504.2 310.1 521.3 309.2 537.8 300.7C562.4 287.1 575.8 268 577.4 241.2C577.3 240 577.3 238.9 577.2 237.9z"],kickstarter:[448,512,[],"f3bb","M400 480H48c-26.4 0-48-21.6-48-48V80c0-26.4 21.6-48 48-48h352c26.4 0 48 21.6 48 48v352c0 26.4-21.6 48-48 48zM199.6 178.5c0-30.7-17.6-45.1-39.7-45.1-25.8 0-40 19.8-40 44.5v154.8c0 25.8 13.7 45.6 40.5 45.6 21.5 0 39.2-14 39.2-45.6v-41.8l60.6 75.7c12.3 14.9 39 16.8 55.8 0 14.6-15.1 14.8-36.8 4-50.4l-49.1-62.8 40.5-58.7c9.4-13.5 9.5-34.5-5.6-49.1-16.4-15.9-44.6-17.3-61.4 7l-44.8 64.7v-38.8z"],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"],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"],uncharted:[448,512,[],"e084","M171.73,232.813A5.381,5.381,0,0,0,176.7,229.5,48.081,48.081,0,0,1,191.6,204.244c1.243-.828,1.657-2.484,1.657-4.141a4.22,4.22,0,0,0-2.071-3.312L74.429,128.473,148.958,85a9.941,9.941,0,0,0,4.968-8.281,9.108,9.108,0,0,0-4.968-8.281L126.6,55.6a9.748,9.748,0,0,0-9.523,0l-100.2,57.966a9.943,9.943,0,0,0-4.969,8.281V236.954a9.109,9.109,0,0,0,4.969,8.281L39.235,258.07a8.829,8.829,0,0,0,4.968,1.242,9.4,9.4,0,0,0,6.625-2.484,10.8,10.8,0,0,0,2.9-7.039V164.5L169.66,232.4A4.5,4.5,0,0,0,171.73,232.813ZM323.272,377.73a12.478,12.478,0,0,0-4.969,1.242l-74.528,43.062V287.882c0-2.9-2.9-5.8-6.211-4.555a53.036,53.036,0,0,1-28.984.414,4.86,4.86,0,0,0-6.21,4.555V421.619l-74.529-43.061a8.83,8.83,0,0,0-4.969-1.242,9.631,9.631,0,0,0-9.523,9.523v26.085a9.107,9.107,0,0,0,4.969,8.281l100.2,57.553A8.829,8.829,0,0,0,223.486,480a11.027,11.027,0,0,0,4.969-1.242l100.2-57.553a9.941,9.941,0,0,0,4.968-8.281V386.839C332.8,382.285,328.24,377.73,323.272,377.73ZM286.007,78a23,23,0,1,0-23-23A23,23,0,0,0,286.007,78Zm63.627-10.086a23,23,0,1,0,23,23A23,23,0,0,0,349.634,67.914ZM412.816,151.6a23,23,0,1,0-23-23A23,23,0,0,0,412.816,151.6Zm-63.182-9.2a23,23,0,1,0,23,23A23,23,0,0,0,349.634,142.4Zm-63.627,83.244a23,23,0,1,0-23-23A23,23,0,0,0,286.007,225.648Zm-62.074,36.358a23,23,0,1,0-23-23A23,23,0,0,0,223.933,262.006Zm188.883-82.358a23,23,0,1,0,23,23A23,23,0,0,0,412.816,179.648Zm0,72.272a23,23,0,1,0,23,23A23,23,0,0,0,412.816,251.92Z"],firstdraft:[384,512,[],"f3a1","M384 192h-64v128H192v128H0v-25.6h166.4v-128h128v-128H384V192zm-25.6 38.4v128h-128v128H64V512h192V384h128V230.4h-25.6zm25.6 192h-89.6V512H320v-64h64v-25.6zM0 0v384h128V256h128V128h128V0H0z"],"square-youtube":[448,512,[61798,"youtube-square"],"f431","M186.8 202.1l95.2 54.1-95.2 54.1V202.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 48zm-42 176.3s0-59.6-7.6-88.2c-4.2-15.8-16.5-28.2-32.2-32.4C337.9 128 224 128 224 128s-113.9 0-142.2 7.7c-15.7 4.2-28 16.6-32.2 32.4-7.6 28.5-7.6 88.2-7.6 88.2s0 59.6 7.6 88.2c4.2 15.8 16.5 27.7 32.2 31.9C110.1 384 224 384 224 384s113.9 0 142.2-7.7c15.7-4.2 28-16.1 32.2-31.9 7.6-28.5 7.6-88.1 7.6-88.1z"],"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"],wpressr:[496,512,["rendact"],"f3e4","M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm171.33 158.6c-15.18 34.51-30.37 69.02-45.63 103.5-2.44 5.51-6.89 8.24-12.97 8.24-23.02-.01-46.03.06-69.05-.05-5.12-.03-8.25 1.89-10.34 6.72-10.19 23.56-20.63 47-30.95 70.5-1.54 3.51-4.06 5.29-7.92 5.29-45.94-.01-91.87-.02-137.81 0-3.13 0-5.63-1.15-7.72-3.45-11.21-12.33-22.46-24.63-33.68-36.94-2.69-2.95-2.79-6.18-1.21-9.73 8.66-19.54 17.27-39.1 25.89-58.66 12.93-29.35 25.89-58.69 38.75-88.08 1.7-3.88 4.28-5.68 8.54-5.65 14.24.1 28.48.02 42.72.05 6.24.01 9.2 4.84 6.66 10.59-13.6 30.77-27.17 61.55-40.74 92.33-5.72 12.99-11.42 25.99-17.09 39-3.91 8.95 7.08 11.97 10.95 5.6.23-.37-1.42 4.18 30.01-67.69 1.36-3.1 3.41-4.4 6.77-4.39 15.21.08 30.43.02 45.64.04 5.56.01 7.91 3.64 5.66 8.75-8.33 18.96-16.71 37.9-24.98 56.89-4.98 11.43 8.08 12.49 11.28 5.33.04-.08 27.89-63.33 32.19-73.16 2.02-4.61 5.44-6.51 10.35-6.5 26.43.05 52.86 0 79.29.05 12.44.02 13.93-13.65 3.9-13.64-25.26.03-50.52.02-75.78.02-6.27 0-7.84-2.47-5.27-8.27 5.78-13.06 11.59-26.11 17.3-39.21 1.73-3.96 4.52-5.79 8.84-5.78 23.09.06 25.98.02 130.78.03 6.08-.01 8.03 2.79 5.62 8.27z"],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"],"galactic-republic":[496,512,[],"f50c","M248 504C111.25 504 0 392.75 0 256S111.25 8 248 8s248 111.25 248 248-111.25 248-248 248zm0-479.47C120.37 24.53 16.53 128.37 16.53 256S120.37 487.47 248 487.47 479.47 383.63 479.47 256 375.63 24.53 248 24.53zm27.62 21.81v24.62a185.933 185.933 0 0 1 83.57 34.54l17.39-17.36c-28.75-22.06-63.3-36.89-100.96-41.8zm-55.37.07c-37.64 4.94-72.16 19.8-100.88 41.85l17.28 17.36h.08c24.07-17.84 52.55-30.06 83.52-34.67V46.41zm12.25 50.17v82.87c-10.04 2.03-19.42 5.94-27.67 11.42l-58.62-58.59-21.93 21.93 58.67 58.67c-5.47 8.23-9.45 17.59-11.47 27.62h-82.9v31h82.9c2.02 10.02 6.01 19.31 11.47 27.54l-58.67 58.69 21.93 21.93 58.62-58.62a77.873 77.873 0 0 0 27.67 11.47v82.9h31v-82.9c10.05-2.03 19.37-6.06 27.62-11.55l58.67 58.69 21.93-21.93-58.67-58.69c5.46-8.23 9.47-17.52 11.5-27.54h82.87v-31h-82.87c-2.02-10.02-6.03-19.38-11.5-27.62l58.67-58.67-21.93-21.93-58.67 58.67c-8.25-5.49-17.57-9.47-27.62-11.5V96.58h-31zm183.24 30.72l-17.36 17.36a186.337 186.337 0 0 1 34.67 83.67h24.62c-4.95-37.69-19.83-72.29-41.93-101.03zm-335.55.13c-22.06 28.72-36.91 63.26-41.85 100.91h24.65c4.6-30.96 16.76-59.45 34.59-83.52l-17.39-17.39zM38.34 283.67c4.92 37.64 19.75 72.18 41.8 100.9l17.36-17.39c-17.81-24.07-29.92-52.57-34.51-83.52H38.34zm394.7 0c-4.61 30.99-16.8 59.5-34.67 83.6l17.36 17.36c22.08-28.74 36.98-63.29 41.93-100.96h-24.62zM136.66 406.38l-17.36 17.36c28.73 22.09 63.3 36.98 100.96 41.93v-24.64c-30.99-4.63-59.53-16.79-83.6-34.65zm222.53.05c-24.09 17.84-52.58 30.08-83.57 34.67v24.57c37.67-4.92 72.21-19.79 100.96-41.85l-17.31-17.39h-.08z"],"nfc-directional":[512,512,[],"e530","M211.8 488.6C213.4 491.1 213.9 494.2 213.2 497.1C212.6 500 210.8 502.6 208.3 504.2C205.7 505.8 202.7 506.3 199.7 505.7C138.3 491.8 84.1 455.8 47.53 404.5C10.97 353.2-5.395 290.3 1.57 227.7C8.536 165 38.34 107.2 85.29 65.21C132.2 23.2 193-.0131 256 0C257.5 0 258.1 .2931 260.3 .8627C261.7 1.432 262.1 2.267 264 3.319C265.1 4.371 265.9 5.619 266.5 6.993C267 8.367 267.3 9.839 267.3 11.32V112.3L291.8 86.39C292.8 85.31 294 84.44 295.4 83.84C296.7 83.23 298.2 82.9 299.7 82.86C301.2 82.81 302.6 83.06 304 83.59C305.4 84.12 306.7 84.92 307.8 85.94C308.8 86.96 309.7 88.18 310.3 89.54C310.9 90.89 311.3 92.35 311.3 93.84C311.3 95.32 311.1 96.8 310.6 98.18C310 99.57 309.2 100.8 308.2 101.9L264.2 148.5C263.1 149.6 261.9 150.5 260.5 151.1C259 151.7 257.5 152 255.1 152C254.5 152 252.9 151.7 251.5 151.1C250.1 150.5 248.8 149.6 247.8 148.5L203.7 101.9C201.7 99.74 200.6 96.83 200.7 93.84C200.7 90.84 202 87.1 204.2 85.94C206.4 83.88 209.3 82.77 212.3 82.86C215.3 82.94 218.1 84.21 220.2 86.39L244.7 112.4V22.89C188.3 25.64 134.9 48.73 94.23 87.87C53.58 127 28.49 179.6 23.61 235.8C18.73 292 34.38 348.1 67.68 393.7C100.1 439.2 149.7 471.2 204.7 483.6C207.6 484.3 210.2 486.1 211.8 488.6L211.8 488.6zM171.4 126.1C170.6 127.4 169.5 128.5 168.3 129.3C147.8 143.2 131.1 161.9 119.5 183.8C107.9 205.7 101.8 230.1 101.8 254.9C101.8 279.7 107.9 304.1 119.5 325.1C131.1 347.9 147.8 366.6 168.3 380.5C170.8 382.2 172.5 384.8 173 387.8C173.6 390.7 172.1 393.8 171.3 396.2C169.6 398.7 166.1 400.4 164 400.1C161.1 401.5 158 400.9 155.6 399.2C132 383.2 112.8 361.7 99.46 336.5C86.15 311.4 79.19 283.4 79.19 254.9C79.19 226.5 86.15 198.4 99.46 173.3C112.8 148.1 132 126.6 155.6 110.6C156.8 109.8 158.2 109.2 159.6 108.8C161.1 108.5 162.6 108.5 164.1 108.8C165.5 109 166.9 109.6 168.2 110.4C169.5 111.2 170.5 112.3 171.4 113.5C172.2 114.7 172.8 116.1 173.1 117.6C173.4 119.1 173.4 120.6 173.1 122C172.8 123.5 172.3 124.9 171.4 126.1H171.4zM340.9 383.5C341.7 382.3 342.8 381.2 343.1 380.4V380.3C364.4 366.3 381.1 347.6 392.7 325.7C404.2 303.9 410.2 279.5 410.2 254.8C410.2 230.1 404.2 205.7 392.7 183.8C381.1 161.1 364.4 143.3 343.1 129.3C342.8 128.5 341.7 127.4 340.9 126.2C340.1 124.9 339.5 123.5 339.3 122.1C338.1 120.6 339 119.1 339.3 117.7C339.6 116.2 340.2 114.8 341 113.6C341.9 112.4 342.1 111.3 344.2 110.5C345.4 109.7 346.8 109.2 348.3 108.9C349.8 108.6 351.2 108.6 352.7 108.9C354.2 109.2 355.5 109.8 356.8 110.7C380.2 126.7 399.5 148.2 412.7 173.3C426 198.4 432.1 226.4 432.1 254.8C432.1 283.3 426 311.3 412.7 336.4C399.5 361.5 380.2 383 356.8 399C355.5 399.9 354.2 400.5 352.7 400.8C351.2 401.1 349.8 401.1 348.3 400.8C346.8 400.5 345.4 399.1 344.2 399.2C342.1 398.4 341.9 397.3 341 396.1C340.2 394.9 339.6 393.5 339.3 392C339 390.6 338.1 389.1 339.3 387.6C339.5 386.2 340.1 384.8 340.9 383.5V383.5zM312.3 6.307C368.5 19.04 418.7 50.28 455 95.01C485.4 132.6 504.6 178 510.3 226C515.9 274 507.9 322.7 487.1 366.3C466.2 409.9 433.5 446.8 392.6 472.6C351.7 498.3 304.4 512 256 512C254.5 512 253.1 511.7 251.7 511.1C250.3 510.6 249.1 509.7 248 508.7C246.1 507.6 246.1 506.4 245.6 505C245 503.6 244.7 502.2 244.7 500.7V401.5L220.2 427.5C218.1 429.7 215.3 430.1 212.3 431.1C209.3 431.2 206.4 430 204.2 427.1C202 425.9 200.7 423.1 200.7 420.1C200.6 417.1 201.7 414.2 203.7 412L247.8 365.4C249.1 363.2 252.9 362 255.1 362C259.1 362 262 363.2 264.2 365.4L308.2 412C310.3 414.2 311.4 417.1 311.3 420.1C311.2 423.1 309.9 425.9 307.8 427.1C305.6 430 302.7 431.2 299.7 431.1C296.7 430.1 293.8 429.7 291.8 427.5L267.3 401.6V489.1C323.7 486.3 377.1 463.3 417.8 424.1C458.5 384.1 483.6 332.4 488.5 276.2C493.3 219.1 477.7 163.9 444.4 118.3C411.1 72.75 362.4 40.79 307.4 28.36C305.9 28.03 304.6 27.42 303.3 26.57C302.1 25.71 301.1 24.63 300.3 23.37C299.5 22.12 298.1 20.72 298.7 19.26C298.5 17.8 298.5 16.3 298.8 14.85C299.2 13.41 299.8 12.04 300.6 10.82C301.5 9.61 302.6 8.577 303.8 7.784C305.1 6.99 306.5 6.451 307.9 6.198C309.4 5.945 310.9 5.982 312.3 6.307L312.3 6.307zM353.1 256.1C353.1 287.5 335.6 317.2 303.8 339.6C301.7 341.1 299 341.9 296.4 341.6C293.7 341.4 291.2 340.3 289.4 338.4L219.3 268.6C217.1 266.5 215.1 263.6 215.9 260.6C215.9 257.6 217.1 254.7 219.2 252.6C221.4 250.5 224.2 249.3 227.2 249.3C230.2 249.3 233.1 250.5 235.2 252.6L298.3 315.4C319.1 298.3 330.5 277.5 330.5 256.1C330.5 232.2 316.4 209.1 290.8 191C288.3 189.3 286.7 186.7 286.2 183.7C285.7 180.8 286.3 177.7 288.1 175.3C289.8 172.8 292.4 171.2 295.4 170.7C298.3 170.2 301.4 170.8 303.8 172.6C335.6 195 353.1 224.7 353.1 256.1V256.1zM216.7 341.5C213.7 342 210.7 341.3 208.2 339.6C176.5 317.2 158.1 287.5 158.1 256.1C158.1 224.7 176.5 195 208.2 172.6C210.4 171 213.1 170.3 215.7 170.5C218.4 170.8 220.8 171.9 222.7 173.8L292.8 243.6C294.9 245.7 296.1 248.6 296.1 251.6C296.1 254.6 294.1 257.4 292.8 259.6C290.7 261.7 287.8 262.9 284.9 262.9C281.9 262.9 278.1 261.7 276.9 259.6L213.8 196.7C192.9 214 181.6 234.7 181.6 256.1C181.6 279.1 195.7 303.1 221.3 321.1C223.7 322.9 225.4 325.5 225.9 328.5C226.4 331.4 225.7 334.4 224 336.9C222.3 339.3 219.6 341 216.7 341.5L216.7 341.5z"],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"],joget:[496,512,[],"f3b7","M378.1 45C337.6 19.9 292.6 8 248.2 8 165 8 83.8 49.9 36.9 125.9c-71.9 116.6-35.6 269.3 81 341.2s269.3 35.6 341.2-80.9c71.9-116.6 35.6-269.4-81-341.2zm51.8 323.2c-40.4 65.5-110.4 101.5-182 101.5-6.8 0-13.6-.4-20.4-1-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.6zm-200.8-86.3c-55.5-1.4-81.7-20.8-58.5-48.2s51.1-40.7 68.9-51.2c17.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.1C128 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.9zm183.8-54.8c-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.5 31.9-14 13.4-24.6c-3.2-1.8-6.7-2.7-10.4-2.7-17.8 0-41.5 18.7-67.5 35.6-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.5z"],fedora:[448,512,[],"f798","M.0413 255.8C.1219 132.2 100.3 32 224 32C347.7 32 448 132.3 448 256C448 379.7 347.8 479.9 224.1 480H50.93C22.84 480 .0832 457.3 .0416 429.2H0V255.8H.0413zM342.6 192.7C342.6 153 307 124.2 269.4 124.2C234.5 124.2 203.6 150.5 199.3 184.1C199.1 187.9 198.9 189.1 198.9 192.6C198.8 213.7 198.9 235.4 198.1 257C199 283.1 199.1 309.1 198.1 333.6C198.1 360.7 178.7 379.1 153.4 379.1C128.1 379.1 107.6 358.9 107.6 333.6C108.1 305.9 130.2 288.3 156.1 287.5H156.3L182.6 287.3V250L156.3 250.2C109.2 249.8 71.72 286.7 70.36 333.6C70.36 379.2 107.9 416.5 153.4 416.5C196.4 416.5 232.1 382.9 236 340.9L236.2 287.4L268.8 287.1C294.1 287.3 293.8 249.3 268.6 249.8L236.2 250.1C236.2 243.7 236.3 237.3 236.3 230.9C236.4 218.2 236.4 205.5 236.2 192.7C236.3 176.2 252 161.5 269.4 161.5C286.9 161.5 305.3 170.2 305.3 192.7C305.3 195.9 305.2 197.8 305 199C303.1 209.5 310.2 219.4 320.7 220.9C331.3 222.4 340.9 214.8 341.9 204.3C342.5 200.1 342.6 196.4 342.6 192.7H342.6z"],"stripe-s":[384,512,[],"f42a","M155.3 154.6c0-22.3 18.6-30.9 48.4-30.9 43.4 0 98.5 13.3 141.9 36.7V26.1C298.3 7.2 251.1 0 203.8 0 88.1 0 11 60.4 11 161.4c0 157.9 216.8 132.3 216.8 200.4 0 26.4-22.9 34.9-54.7 34.9-47.2 0-108.2-19.5-156.1-45.5v128.5a396.09 396.09 0 0 0 156 32.4c118.6 0 200.3-51 200.3-153.6 0-170.2-218-139.7-218-203.9z"],meta:[640,512,[],"e49b","M640 317.9C640 409.2 600.6 466.4 529.7 466.4C467.1 466.4 433.9 431.8 372.8 329.8L341.4 277.2C333.1 264.7 326.9 253 320.2 242.2C300.1 276 273.1 325.2 273.1 325.2C206.1 441.8 168.5 466.4 116.2 466.4C43.42 466.4 0 409.1 0 320.5C0 177.5 79.78 42.4 183.9 42.4C234.1 42.4 277.7 67.08 328.7 131.9C365.8 81.8 406.8 42.4 459.3 42.4C558.4 42.4 640 168.1 640 317.9H640zM287.4 192.2C244.5 130.1 216.5 111.7 183 111.7C121.1 111.7 69.22 217.8 69.22 321.7C69.22 370.2 87.7 397.4 118.8 397.4C149 397.4 167.8 378.4 222 293.6C222 293.6 246.7 254.5 287.4 192.2V192.2zM531.2 397.4C563.4 397.4 578.1 369.9 578.1 322.5C578.1 198.3 523.8 97.08 454.9 97.08C421.7 97.08 393.8 123 360 175.1C369.4 188.9 379.1 204.1 389.3 220.5L426.8 282.9C485.5 377 500.3 397.4 531.2 397.4L531.2 397.4z"],laravel:[512,512,[],"f3bd","M504.4,115.83a5.72,5.72,0,0,0-.28-.68,8.52,8.52,0,0,0-.53-1.25,6,6,0,0,0-.54-.71,9.36,9.36,0,0,0-.72-.94c-.23-.22-.52-.4-.77-.6a8.84,8.84,0,0,0-.9-.68L404.4,55.55a8,8,0,0,0-8,0L300.12,111h0a8.07,8.07,0,0,0-.88.69,7.68,7.68,0,0,0-.78.6,8.23,8.23,0,0,0-.72.93c-.17.24-.39.45-.54.71a9.7,9.7,0,0,0-.52,1.25c-.08.23-.21.44-.28.68a8.08,8.08,0,0,0-.28,2.08V223.18l-80.22,46.19V63.44a7.8,7.8,0,0,0-.28-2.09c-.06-.24-.2-.45-.28-.68a8.35,8.35,0,0,0-.52-1.24c-.14-.26-.37-.47-.54-.72a9.36,9.36,0,0,0-.72-.94,9.46,9.46,0,0,0-.78-.6,9.8,9.8,0,0,0-.88-.68h0L115.61,1.07a8,8,0,0,0-8,0L11.34,56.49h0a6.52,6.52,0,0,0-.88.69,7.81,7.81,0,0,0-.79.6,8.15,8.15,0,0,0-.71.93c-.18.25-.4.46-.55.72a7.88,7.88,0,0,0-.51,1.24,6.46,6.46,0,0,0-.29.67,8.18,8.18,0,0,0-.28,2.1v329.7a8,8,0,0,0,4,6.95l192.5,110.84a8.83,8.83,0,0,0,1.33.54c.21.08.41.2.63.26a7.92,7.92,0,0,0,4.1,0c.2-.05.37-.16.55-.22a8.6,8.6,0,0,0,1.4-.58L404.4,400.09a8,8,0,0,0,4-6.95V287.88l92.24-53.11a8,8,0,0,0,4-7V117.92A8.63,8.63,0,0,0,504.4,115.83ZM111.6,17.28h0l80.19,46.15-80.2,46.18L31.41,63.44Zm88.25,60V278.6l-46.53,26.79-33.69,19.4V123.5l46.53-26.79Zm0,412.78L23.37,388.5V77.32L57.06,96.7l46.52,26.8V338.68a6.94,6.94,0,0,0,.12.9,8,8,0,0,0,.16,1.18h0a5.92,5.92,0,0,0,.38.9,6.38,6.38,0,0,0,.42,1v0a8.54,8.54,0,0,0,.6.78,7.62,7.62,0,0,0,.66.84l0,0c.23.22.52.38.77.58a8.93,8.93,0,0,0,.86.66l0,0,0,0,92.19,52.18Zm8-106.17-80.06-45.32,84.09-48.41,92.26-53.11,80.13,46.13-58.8,33.56Zm184.52,4.57L215.88,490.11V397.8L346.6,323.2l45.77-26.15Zm0-119.13L358.68,250l-46.53-26.79V131.79l33.69,19.4L392.37,178Zm8-105.28-80.2-46.17,80.2-46.16,80.18,46.15Zm8,105.28V178L455,151.19l33.68-19.4v91.39h0Z"],hotjar:[448,512,[],"f3b1","M414.9 161.5C340.2 29 121.1 0 121.1 0S222.2 110.4 93 197.7C11.3 252.8-21 324.4 14 402.6c26.8 59.9 83.5 84.3 144.6 93.4-29.2-55.1-6.6-122.4-4.1-129.6 57.1 86.4 165 0 110.8-93.9 71 15.4 81.6 138.6 27.1 215.5 80.5-25.3 134.1-88.9 148.8-145.6 15.5-59.3 3.7-127.9-26.3-180.9z"],"bluetooth-b":[320,512,[],"f294","M196.48 260.023l92.626-103.333L143.125 0v206.33l-86.111-86.111-31.406 31.405 108.061 108.399L25.608 368.422l31.406 31.405 86.111-86.111L145.84 512l148.552-148.644-97.912-103.333zm40.86-102.996l-49.977 49.978-.338-100.295 50.315 50.317zM187.363 313.04l49.977 49.978-50.315 50.316.338-100.294z"],"sticker-mule":[576,512,[],"f3f7","M561.7 199.6c-1.3.3.3 0 0 0zm-6.2-77.4c-7.7-22.3-5.1-7.2-13.4-36.9-1.6-6.5-3.6-14.5-6.2-20-4.4-8.7-4.6-7.5-4.6-9.5 0-5.3 30.7-45.3 19-46.9-5.7-.6-12.2 11.6-20.6 17-8.6 4.2-8 5-10.3 5-2.6 0-5.7-3-6.2-5-2-5.7 1.9-25.9-3.6-25.9-3.6 0-12.3 24.8-17 25.8-5.2 1.3-27.9-11.4-75.1 18-25.3 13.2-86.9 65.2-87 65.3-6.7 4.7-20 4.7-35.5 16-44.4 30.1-109.6 9.4-110.7 9-110.6-26.8-128-15.2-159 11.5-20.8 17.9-23.7 36.5-24.2 38.9-4.2 20.4 5.2 48.3 6.7 64.3 1.8 19.3-2.7 17.7 7.7 98.3.5 1 4.1 0 5.1 1.5 0 8.4-3.8 12.1-4.1 13-1.5 4.5-1.5 10.5 0 16 2.3 8.2 8.2 37.2 8.2 46.9 0 41.8.4 44 2.6 49.4 3.9 10 12.5 9.1 17 12 3.1 3.5-.5 8.5 1 12.5.5 2 3.6 4 6.2 5 9.2 3.6 27 .3 29.9-2.5 1.6-1.5.5-4.5 3.1-5 5.1 0 10.8-.5 14.4-2.5 5.1-2.5 4.1-6 1.5-10.5-.4-.8-7-13.3-9.8-16-2.1-2-5.1-3-7.2-4.5-5.8-4.9-10.3-19.4-10.3-19.5-4.6-19.4-10.3-46.3-4.1-66.8 4.6-17.2 39.5-87.7 39.6-87.8 4.1-6.5 17-11.5 27.3-7 6 1.9 19.3 22 65.4 30.9 47.9 8.7 97.4-2 112.2-2 2.8 2-1.9 13-.5 38.9 0 26.4-.4 13.7-4.1 29.9-2.2 9.7 3.4 23.2-1.5 46.9-1.4 9.8-9.9 32.7-8.2 43.4.5 1 1 2 1.5 3.5.5 4.5 1.5 8.5 4.6 10 7.3 3.6 12-3.5 9.8 11.5-.7 3.1-2.6 12 1.5 15 4.4 3.7 30.6 3.4 36.5.5 2.6-1.5 1.6-4.5 6.4-7.4 1.9-.9 11.3-.4 11.3-6.5.3-1.8-9.2-19.9-9.3-20-2.6-3.5-9.2-4.5-11.3-8-6.9-10.1-1.7-52.6.5-59.4 3-11 5.6-22.4 8.7-32.4 11-42.5 10.3-50.6 16.5-68.3.8-1.8 6.4-23.1 10.3-29.9 9.3-17 21.7-32.4 33.5-47.4 18-22.9 34-46.9 52-69.8 6.1-7 8.2-13.7 18-8 10.8 5.7 21.6 7 31.9 17 14.6 12.8 10.2 18.2 11.8 22.9 1.5 5 7.7 10.5 14.9 9.5 10.4-2 13-2.5 13.4-2.5 2.6-.5 5.7-5 7.2-8 3.1-5.5 7.2-9 7.2-16.5 0-7.7-.4-2.8-20.6-52.9z"],"creative-commons-zero":[496,512,[],"f4f3","M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm-.4 60.5c-81.9 0-102.5 77.3-102.5 142.8 0 65.5 20.6 142.8 102.5 142.8S350.5 321.5 350.5 256c0-65.5-20.6-142.8-102.5-142.8zm0 53.9c3.3 0 6.4.5 9.2 1.2 5.9 5.1 8.8 12.1 3.1 21.9l-54.5 100.2c-1.7-12.7-1.9-25.1-1.9-34.4 0-28.8 2-88.9 44.1-88.9zm40.8 46.2c2.9 15.4 3.3 31.4 3.3 42.7 0 28.9-2 88.9-44.1 88.9-13.5 0-32.6-7.7-20.1-26.4l60.9-105.2z"],hips:[640,512,[],"f452","M251.6 157.6c0-1.9-.9-2.8-2.8-2.8h-40.9c-1.6 0-2.7 1.4-2.7 2.8v201.8c0 1.4 1.1 2.8 2.7 2.8h40.9c1.9 0 2.8-.9 2.8-2.8zM156.5 168c-16.1-11.8-36.3-17.9-60.3-18-18.1-.1-34.6 3.7-49.8 11.4V80.2c0-1.8-.9-2.7-2.8-2.7H2.7c-1.8 0-2.7.9-2.7 2.7v279.2c0 1.9.9 2.8 2.7 2.8h41c1.9 0 2.8-.9 2.8-2.8V223.3c0-.8-2.8-27 45.8-27 48.5 0 45.8 26.1 45.8 27v122.6c0 9 7.3 16.3 16.4 16.3h27.3c1.8 0 2.7-.9 2.7-2.8V223.3c0-23.4-9.3-41.8-28-55.3zm478.4 110.1c-6.8-15.7-18.4-27-34.9-34.1l-57.6-25.3c-8.6-3.6-9.2-11.2-2.6-16.1 7.4-5.5 44.3-13.9 84 6.8 1.7 1 4-.3 4-2.4v-44.7c0-1.3-.6-2.1-1.9-2.6-17.7-6.6-36.1-9.9-55.1-9.9-26.5 0-45.3 5.8-58.5 15.4-.5.4-28.4 20-22.7 53.7 3.4 19.6 15.8 34.2 37.2 43.6l53.6 23.5c11.6 5.1 15.2 13.3 12.2 21.2-3.7 9.1-13.2 13.6-36.5 13.6-24.3 0-44.7-8.9-58.4-19.1-2.1-1.4-4.4.2-4.4 2.3v34.4c0 10.4 4.9 17.3 14.6 20.7 15.6 5.5 31.6 8.2 48.2 8.2 12.7 0 25.8-1.2 36.3-4.3.7-.3 36-8.9 45.6-45.8 3.5-13.5 2.4-26.5-3.1-39.1zM376.2 149.8c-31.7 0-104.2 20.1-104.2 103.5v183.5c0 .8.6 2.7 2.7 2.7h40.9c1.9 0 2.8-.9 2.8-2.7V348c16.5 12.7 35.8 19.1 57.7 19.1 60.5 0 108.7-48.5 108.7-108.7.1-60.3-48.2-108.6-108.6-108.6zm0 170.9c-17.2 0-31.9-6.1-44-18.2-12.2-12.2-18.2-26.8-18.2-44 0-34.5 27.6-62.2 62.2-62.2 34.5 0 62.2 27.6 62.2 62.2.1 34.3-27.3 62.2-62.2 62.2zM228.3 72.5c-15.9 0-28.8 12.9-28.9 28.9 0 15.6 12.7 28.9 28.9 28.9s28.9-13.1 28.9-28.9c0-16.2-13-28.9-28.9-28.9z"],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"],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"],discord:[640,512,[],"f392","M524.531,69.836a1.5,1.5,0,0,0-.764-.7A485.065,485.065,0,0,0,404.081,32.03a1.816,1.816,0,0,0-1.923.91,337.461,337.461,0,0,0-14.9,30.6,447.848,447.848,0,0,0-134.426,0,309.541,309.541,0,0,0-15.135-30.6,1.89,1.89,0,0,0-1.924-.91A483.689,483.689,0,0,0,116.085,69.137a1.712,1.712,0,0,0-.788.676C39.068,183.651,18.186,294.69,28.43,404.354a2.016,2.016,0,0,0,.765,1.375A487.666,487.666,0,0,0,176.02,479.918a1.9,1.9,0,0,0,2.063-.676A348.2,348.2,0,0,0,208.12,430.4a1.86,1.86,0,0,0-1.019-2.588,321.173,321.173,0,0,1-45.868-21.853,1.885,1.885,0,0,1-.185-3.126c3.082-2.309,6.166-4.711,9.109-7.137a1.819,1.819,0,0,1,1.9-.256c96.229,43.917,200.41,43.917,295.5,0a1.812,1.812,0,0,1,1.924.233c2.944,2.426,6.027,4.851,9.132,7.16a1.884,1.884,0,0,1-.162,3.126,301.407,301.407,0,0,1-45.89,21.83,1.875,1.875,0,0,0-1,2.611,391.055,391.055,0,0,0,30.014,48.815,1.864,1.864,0,0,0,2.063.7A486.048,486.048,0,0,0,610.7,405.729a1.882,1.882,0,0,0,.765-1.352C623.729,277.594,590.933,167.465,524.531,69.836ZM222.491,337.58c-28.972,0-52.844-26.587-52.844-59.239S193.056,219.1,222.491,219.1c29.665,0,53.306,26.82,52.843,59.239C275.334,310.993,251.924,337.58,222.491,337.58Zm195.38,0c-28.971,0-52.843-26.587-52.843-59.239S388.437,219.1,417.871,219.1c29.667,0,53.307,26.82,52.844,59.239C470.715,310.993,447.538,337.58,417.871,337.58Z"],chrome:[512,512,[],"f268","M0 256C0 209.4 12.47 165.6 34.27 127.1L144.1 318.3C166 357.5 207.9 384 256 384C270.3 384 283.1 381.7 296.8 377.4L220.5 509.6C95.9 492.3 0 385.3 0 256zM365.1 321.6C377.4 302.4 384 279.1 384 256C384 217.8 367.2 183.5 340.7 160H493.4C505.4 189.6 512 222.1 512 256C512 397.4 397.4 511.1 256 512L365.1 321.6zM477.8 128H256C193.1 128 142.3 172.1 130.5 230.7L54.19 98.47C101 38.53 174 0 256 0C350.8 0 433.5 51.48 477.8 128V128zM168 256C168 207.4 207.4 168 256 168C304.6 168 344 207.4 344 256C344 304.6 304.6 344 256 344C207.4 344 168 304.6 168 256z"],"app-store-ios":[448,512,[],"f370","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-48zM127 384.5c-5.5 9.6-17.8 12.8-27.3 7.3-9.6-5.5-12.8-17.8-7.3-27.3l14.3-24.7c16.1-4.9 29.3-1.1 39.6 11.4L127 384.5zm138.9-53.9H84c-11 0-20-9-20-20s9-20 20-20h51l65.4-113.2-20.5-35.4c-5.5-9.6-2.2-21.8 7.3-27.3 9.6-5.5 21.8-2.2 27.3 7.3l8.9 15.4 8.9-15.4c5.5-9.6 17.8-12.8 27.3-7.3 9.6 5.5 12.8 17.8 7.3 27.3l-85.8 148.6h62.1c20.2 0 31.5 23.7 22.7 40zm98.1 0h-29l19.6 33.9c5.5 9.6 2.2 21.8-7.3 27.3-9.6 5.5-21.8 2.2-27.3-7.3-32.9-56.9-57.5-99.7-74-128.1-16.7-29-4.8-58 7.1-67.8 13.1 22.7 32.7 56.7 58.9 102h52c11 0 20 9 20 20 0 11.1-9 20-20 20z"],"cc-discover":[576,512,[],"f1f2","M520.4 196.1c0-7.9-5.5-12.1-15.6-12.1h-4.9v24.9h4.7c10.3 0 15.8-4.4 15.8-12.8zM528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-44.1 138.9c22.6 0 52.9-4.1 52.9 24.4 0 12.6-6.6 20.7-18.7 23.2l25.8 34.4h-19.6l-22.2-32.8h-2.2v32.8h-16zm-55.9.1h45.3v14H444v18.2h28.3V217H444v22.2h29.3V253H428zm-68.7 0l21.9 55.2 22.2-55.2h17.5l-35.5 84.2h-8.6l-35-84.2zm-55.9-3c24.7 0 44.6 20 44.6 44.6 0 24.7-20 44.6-44.6 44.6-24.7 0-44.6-20-44.6-44.6 0-24.7 20-44.6 44.6-44.6zm-49.3 6.1v19c-20.1-20.1-46.8-4.7-46.8 19 0 25 27.5 38.5 46.8 19.2v19c-29.7 14.3-63.3-5.7-63.3-38.2 0-31.2 33.1-53 63.3-38zm-97.2 66.3c11.4 0 22.4-15.3-3.3-24.4-15-5.5-20.2-11.4-20.2-22.7 0-23.2 30.6-31.4 49.7-14.3l-8.4 10.8c-10.4-11.6-24.9-6.2-24.9 2.5 0 4.4 2.7 6.9 12.3 10.3 18.2 6.6 23.6 12.5 23.6 25.6 0 29.5-38.8 37.4-56.6 11.3l10.3-9.9c3.7 7.1 9.9 10.8 17.5 10.8zM55.4 253H32v-82h23.4c26.1 0 44.1 17 44.1 41.1 0 18.5-13.2 40.9-44.1 40.9zm67.5 0h-16v-82h16zM544 433c0 8.2-6.8 15-15 15H128c189.6-35.6 382.7-139.2 416-160zM74.1 191.6c-5.2-4.9-11.6-6.6-21.9-6.6H48v54.2h4.2c10.3 0 17-2 21.9-6.4 5.7-5.2 8.9-12.8 8.9-20.7s-3.2-15.5-8.9-20.5z"],wpbeginner:[512,512,[],"f297","M462.799 322.374C519.01 386.682 466.961 480 370.944 480c-39.602 0-78.824-17.687-100.142-50.04-6.887.356-22.702.356-29.59 0C219.848 462.381 180.588 480 141.069 480c-95.49 0-148.348-92.996-91.855-157.626C-29.925 190.523 80.479 32 256.006 32c175.632 0 285.87 158.626 206.793 290.374zm-339.647-82.972h41.529v-58.075h-41.529v58.075zm217.18 86.072v-23.839c-60.506 20.915-132.355 9.198-187.589-33.971l.246 24.897c51.101 46.367 131.746 57.875 187.343 32.913zm-150.753-86.072h166.058v-58.075H189.579v58.075z"],confluence:[512,512,[],"f78d","M2.3 412.2c-4.5 7.6-2.1 17.5 5.5 22.2l105.9 65.2c7.7 4.7 17.7 2.4 22.4-5.3 0-.1.1-.2.1-.2 67.1-112.2 80.5-95.9 280.9-.7 8.1 3.9 17.8.4 21.7-7.7.1-.1.1-.3.2-.4l50.4-114.1c3.6-8.1-.1-17.6-8.1-21.3-22.2-10.4-66.2-31.2-105.9-50.3C127.5 179 44.6 345.3 2.3 412.2zm507.4-312.1c4.5-7.6 2.1-17.5-5.5-22.2L398.4 12.8c-7.5-5-17.6-3.1-22.6 4.4-.2.3-.4.6-.6 1-67.3 112.6-81.1 95.6-280.6.9-8.1-3.9-17.8-.4-21.7 7.7-.1.1-.1.3-.2.4L22.2 141.3c-3.6 8.1.1 17.6 8.1 21.3 22.2 10.4 66.3 31.2 106 50.4 248 120 330.8-45.4 373.4-112.9z"],mdb:[576,512,[],"f8ca","M17.37 160.41L7 352h43.91l5.59-79.83L84.43 352h44.71l25.54-77.43 4.79 77.43H205l-12.79-191.59H146.7L106 277.74 63.67 160.41zm281 0h-47.9V352h47.9s95 .8 94.2-95.79c-.78-94.21-94.18-95.78-94.18-95.78zm-1.2 146.46V204.78s46 4.27 46.8 50.57-46.78 51.54-46.78 51.54zm238.29-74.24a56.16 56.16 0 0 0 8-38.31c-5.34-35.76-55.08-34.32-55.08-34.32h-51.9v191.58H482s87 4.79 87-63.85c0-43.14-33.52-55.08-33.52-55.08zm-51.9-31.94s13.57-1.59 16 9.59c1.43 6.66-4 12-4 12h-12v-21.57zm-.1 109.46l.1-24.92V267h.08s41.58-4.73 41.19 22.43c-.33 25.65-41.35 20.74-41.35 20.74z"],dochub:[416,512,[],"f394","M397.9 160H256V19.6L397.9 160zM304 192v130c0 66.8-36.5 100.1-113.3 100.1H96V84.8h94.7c12 0 23.1.8 33.1 2.5v-84C212.9 1.1 201.4 0 189.2 0H0v512h189.2C329.7 512 400 447.4 400 318.1V192h-96z"],"accessible-icon":[448,512,[62107],"f368","M423.9 255.8L411 413.1c-3.3 40.7-63.9 35.1-60.6-4.9l10-122.5-41.1 2.3c10.1 20.7 15.8 43.9 15.8 68.5 0 41.2-16.1 78.7-42.3 106.5l-39.3-39.3c57.9-63.7 13.1-167.2-74-167.2-25.9 0-49.5 9.9-67.2 26L73 243.2c22-20.7 50.1-35.1 81.4-40.2l75.3-85.7-42.6-24.8-51.6 46c-30 26.8-70.6-18.5-40.5-45.4l68-60.7c9.8-8.8 24.1-10.2 35.5-3.6 0 0 139.3 80.9 139.5 81.1 16.2 10.1 20.7 36 6.1 52.6L285.7 229l106.1-5.9c18.5-1.1 33.6 14.4 32.1 32.7zm-64.9-154c28.1 0 50.9-22.8 50.9-50.9C409.9 22.8 387.1 0 359 0c-28.1 0-50.9 22.8-50.9 50.9 0 28.1 22.8 50.9 50.9 50.9zM179.6 456.5c-80.6 0-127.4-90.6-82.7-156.1l-39.7-39.7C36.4 287 24 320.3 24 356.4c0 130.7 150.7 201.4 251.4 122.5l-39.7-39.7c-16 10.9-35.3 17.3-56.1 17.3z"],ebay:[640,512,[],"f4f4","M606 189.5l-54.8 109.9-54.9-109.9h-37.5l10.9 20.6c-11.5-19-35.9-26-63.3-26-31.8 0-67.9 8.7-71.5 43.1h33.7c1.4-13.8 15.7-21.8 35-21.8 26 0 41 9.6 41 33v3.4c-12.7 0-28 .1-41.7.4-42.4.9-69.6 10-76.7 34.4 1-5.2 1.5-10.6 1.5-16.2 0-52.1-39.7-76.2-75.4-76.2-21.3 0-43 5.5-58.7 24.2v-80.6h-32.1v169.5c0 10.3-.6 22.9-1.1 33.1h31.5c.7-6.3 1.1-12.9 1.1-19.5 13.6 16.6 35.4 24.9 58.7 24.9 36.9 0 64.9-21.9 73.3-54.2-.5 2.8-.7 5.8-.7 9 0 24.1 21.1 45 60.6 45 26.6 0 45.8-5.7 61.9-25.5 0 6.6.3 13.3 1.1 20.2h29.8c-.7-8.2-1-17.5-1-26.8v-65.6c0-9.3-1.7-17.2-4.8-23.8l61.5 116.1-28.5 54.1h35.9L640 189.5zM243.7 313.8c-29.6 0-50.2-21.5-50.2-53.8 0-32.4 20.6-53.8 50.2-53.8 29.8 0 50.2 21.4 50.2 53.8 0 32.3-20.4 53.8-50.2 53.8zm200.9-47.3c0 30-17.9 48.4-51.6 48.4-25.1 0-35-13.4-35-25.8 0-19.1 18.1-24.4 47.2-25.3 13.1-.5 27.6-.6 39.4-.6zm-411.9 1.6h128.8v-8.5c0-51.7-33.1-75.4-78.4-75.4-56.8 0-83 30.8-83 77.6 0 42.5 25.3 74 82.5 74 31.4 0 68-11.7 74.4-46.1h-33.1c-12 35.8-87.7 36.7-91.2-21.6zm95-21.4H33.3c6.9-56.6 92.1-54.7 94.4 0z"],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"],unsplash:[448,512,[],"e07c","M448,230.17V480H0V230.17H141.13V355.09H306.87V230.17ZM306.87,32H141.13V156.91H306.87Z"],yarn:[496,512,[],"f7e3","M393.9 345.2c-39 9.3-48.4 32.1-104 47.4 0 0-2.7 4-10.4 5.8-13.4 3.3-63.9 6-68.5 6.1-12.4.1-19.9-3.2-22-8.2-6.4-15.3 9.2-22 9.2-22-8.1-5-9-9.9-9.8-8.1-2.4 5.8-3.6 20.1-10.1 26.5-8.8 8.9-25.5 5.9-35.3.8-10.8-5.7.8-19.2.8-19.2s-5.8 3.4-10.5-3.6c-6-9.3-17.1-37.3 11.5-62-1.3-10.1-4.6-53.7 40.6-85.6 0 0-20.6-22.8-12.9-43.3 5-13.4 7-13.3 8.6-13.9 5.7-2.2 11.3-4.6 15.4-9.1 20.6-22.2 46.8-18 46.8-18s12.4-37.8 23.9-30.4c3.5 2.3 16.3 30.6 16.3 30.6s13.6-7.9 15.1-5c8.2 16 9.2 46.5 5.6 65.1-6.1 30.6-21.4 47.1-27.6 57.5-1.4 2.4 16.5 10 27.8 41.3 10.4 28.6 1.1 52.7 2.8 55.3.8 1.4 13.7.8 36.4-13.2 12.8-7.9 28.1-16.9 45.4-17 16.7-.5 17.6 19.2 4.9 22.2zM496 256c0 136.9-111.1 248-248 248S0 392.9 0 256 111.1 8 248 8s248 111.1 248 248zm-79.3 75.2c-1.7-13.6-13.2-23-28-22.8-22 .3-40.5 11.7-52.8 19.2-4.8 3-8.9 5.2-12.4 6.8 3.1-44.5-22.5-73.1-28.7-79.4 7.8-11.3 18.4-27.8 23.4-53.2 4.3-21.7 3-55.5-6.9-74.5-1.6-3.1-7.4-11.2-21-7.4-9.7-20-13-22.1-15.6-23.8-1.1-.7-23.6-16.4-41.4 28-12.2.9-31.3 5.3-47.5 22.8-2 2.2-5.9 3.8-10.1 5.4h.1c-8.4 3-12.3 9.9-16.9 22.3-6.5 17.4.2 34.6 6.8 45.7-17.8 15.9-37 39.8-35.7 82.5-34 36-11.8 73-5.6 79.6-1.6 11.1 3.7 19.4 12 23.8 12.6 6.7 30.3 9.6 43.9 2.8 4.9 5.2 13.8 10.1 30 10.1 6.8 0 58-2.9 72.6-6.5 6.8-1.6 11.5-4.5 14.6-7.1 9.8-3.1 36.8-12.3 62.2-28.7 18-11.7 24.2-14.2 37.6-17.4 12.9-3.2 21-15.1 19.4-28.2z"],"square-steam":[448,512,["steam-square"],"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"],"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"],"square-vimeo":[448,512,["vimeo-square"],"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"],asymmetrik:[576,512,[],"f372","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"],"font-awesome":[448,512,[62501,62694,"font-awesome-flag","font-awesome-logo-full"],"f2b4","M448 48V384C385 407 366 416 329 416C266 416 242 384 179 384C159 384 143 388 128 392V328C143 324 159 320 179 320C242 320 266 352 329 352C349 352 364 349 384 343V135C364 141 349 144 329 144C266 144 242 112 179 112C128 112 104 133 64 141V448C64 466 50 480 32 480S0 466 0 448V64C0 46 14 32 32 32S64 46 64 64V77C104 69 128 48 179 48C242 48 266 80 329 80C366 80 385 71 448 48Z"],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"],apple:[384,512,[],"f179","M318.7 268.7c-.2-36.7 16.4-64.4 50-84.8-18.8-26.9-47.2-41.7-84.7-44.6-35.5-2.8-74.3 20.7-88.5 20.7-15 0-49.4-19.7-76.4-19.7C63.3 141.2 4 184.8 4 273.5q0 39.3 14.4 81.2c12.8 36.7 59 126.7 107.2 125.2 25.2-.6 43-17.9 75.8-17.9 31.8 0 48.3 17.9 76.4 17.9 48.6-.7 90.4-82.5 102.6-119.3-65.2-30.7-61.7-90-61.7-91.9zm-56.6-164.2c27.3-32.4 24.8-61.9 24-72.5-24.1 1.4-52 16.4-67.9 34.9-17.5 19.8-27.8 44.3-25.6 71.9 26.1 2 49.9-11.4 69.5-34.3z"],hive:[512,512,[],"e07f","M260.353,254.878,131.538,33.1a2.208,2.208,0,0,0-3.829.009L.3,254.887A2.234,2.234,0,0,0,.3,257.122L129.116,478.9a2.208,2.208,0,0,0,3.83-.009L260.358,257.113A2.239,2.239,0,0,0,260.353,254.878Zm39.078-25.713a2.19,2.19,0,0,0,1.9,1.111h66.509a2.226,2.226,0,0,0,1.9-3.341L259.115,33.111a2.187,2.187,0,0,0-1.9-1.111H190.707a2.226,2.226,0,0,0-1.9,3.341ZM511.7,254.886,384.9,33.112A2.2,2.2,0,0,0,382.99,32h-66.6a2.226,2.226,0,0,0-1.906,3.34L440.652,256,314.481,476.66a2.226,2.226,0,0,0,1.906,3.34h66.6a2.2,2.2,0,0,0,1.906-1.112L511.7,257.114A2.243,2.243,0,0,0,511.7,254.886ZM366.016,284.917H299.508a2.187,2.187,0,0,0-1.9,1.111l-108.8,190.631a2.226,2.226,0,0,0,1.9,3.341h66.509a2.187,2.187,0,0,0,1.9-1.111l108.8-190.631A2.226,2.226,0,0,0,366.016,284.917Z"],gitkraken:[592,512,[],"f3a6","M565.7 118.1c-2.3-6.1-9.3-9.2-15.3-6.6-5.7 2.4-8.5 8.9-6.3 14.6 10.9 29 16.9 60.5 16.9 93.3 0 134.6-100.3 245.7-230.2 262.7V358.4c7.9-1.5 15.5-3.6 23-6.2v104c106.7-25.9 185.9-122.1 185.9-236.8 0-91.8-50.8-171.8-125.8-213.3-5.7-3.2-13-.9-15.9 5-2.7 5.5-.6 12.2 4.7 15.1 67.9 37.6 113.9 110 113.9 193.2 0 93.3-57.9 173.1-139.8 205.4v-92.2c14.2-4.5 24.9-17.7 24.9-33.5 0-13.1-6.8-24.4-17.3-30.5 8.3-79.5 44.5-58.6 44.5-83.9V170c0-38-87.9-161.8-129-164.7-2.5-.2-5-.2-7.6 0C251.1 8.3 163.2 132 163.2 170v14.8c0 25.3 36.3 4.3 44.5 83.9-10.6 6.1-17.3 17.4-17.3 30.5 0 15.8 10.6 29 24.8 33.5v92.2c-81.9-32.2-139.8-112-139.8-205.4 0-83.1 46-155.5 113.9-193.2 5.4-3 7.4-9.6 4.7-15.1-2.9-5.9-10.1-8.2-15.9-5-75 41.5-125.8 121.5-125.8 213.3 0 114.7 79.2 210.8 185.9 236.8v-104c7.6 2.5 15.1 4.6 23 6.2v123.7C131.4 465.2 31 354.1 31 219.5c0-32.8 6-64.3 16.9-93.3 2.2-5.8-.6-12.2-6.3-14.6-6-2.6-13 .4-15.3 6.6C14.5 149.7 8 183.8 8 219.5c0 155.1 122.6 281.6 276.3 287.8V361.4c6.8.4 15 .5 23.4 0v145.8C461.4 501.1 584 374.6 584 219.5c0-35.7-6.5-69.8-18.3-101.4zM365.9 275.5c13 0 23.7 10.5 23.7 23.7 0 13.1-10.6 23.7-23.7 23.7-13 0-23.7-10.5-23.7-23.7 0-13.1 10.6-23.7 23.7-23.7zm-139.8 47.3c-13.2 0-23.7-10.7-23.7-23.7s10.5-23.7 23.7-23.7c13.1 0 23.7 10.6 23.7 23.7 0 13-10.5 23.7-23.7 23.7z"],keybase:[448,512,[],"f4f5","M286.17 419a18 18 0 1 0 18 18 18 18 0 0 0-18-18zm111.92-147.6c-9.5-14.62-39.37-52.45-87.26-73.71q-9.1-4.06-18.38-7.27a78.43 78.43 0 0 0-47.88-104.13c-12.41-4.1-23.33-6-32.41-5.77-.6-2-1.89-11 9.4-35L198.66 32l-5.48 7.56c-8.69 12.06-16.92 23.55-24.34 34.89a51 51 0 0 0-8.29-1.25c-41.53-2.45-39-2.33-41.06-2.33-50.61 0-50.75 52.12-50.75 45.88l-2.36 36.68c-1.61 27 19.75 50.21 47.63 51.85l8.93.54a214 214 0 0 0-46.29 35.54C14 304.66 14 374 14 429.77v33.64l23.32-29.8a148.6 148.6 0 0 0 14.56 37.56c5.78 10.13 14.87 9.45 19.64 7.33 4.21-1.87 10-6.92 3.75-20.11a178.29 178.29 0 0 1-15.76-53.13l46.82-59.83-24.66 74.11c58.23-42.4 157.38-61.76 236.25-38.59 34.2 10.05 67.45.69 84.74-23.84.72-1 1.2-2.16 1.85-3.22a156.09 156.09 0 0 1 2.8 28.43c0 23.3-3.69 52.93-14.88 81.64-2.52 6.46 1.76 14.5 8.6 15.74 7.42 1.57 15.33-3.1 18.37-11.15C429 443 434 414 434 382.32c0-38.58-13-77.46-35.91-110.92zM142.37 128.58l-15.7-.93-1.39 21.79 13.13.78a93 93 0 0 0 .32 19.57l-22.38-1.34a12.28 12.28 0 0 1-11.76-12.79L107 119c1-12.17 13.87-11.27 13.26-11.32l29.11 1.73a144.35 144.35 0 0 0-7 19.17zm148.42 172.18a10.51 10.51 0 0 1-14.35-1.39l-9.68-11.49-34.42 27a8.09 8.09 0 0 1-11.13-1.08l-15.78-18.64a7.38 7.38 0 0 1 1.34-10.34l34.57-27.18-14.14-16.74-17.09 13.45a7.75 7.75 0 0 1-10.59-1s-3.72-4.42-3.8-4.53a7.38 7.38 0 0 1 1.37-10.34L214 225.19s-18.51-22-18.6-22.14a9.56 9.56 0 0 1 1.74-13.42 10.38 10.38 0 0 1 14.3 1.37l81.09 96.32a9.58 9.58 0 0 1-1.74 13.44zM187.44 419a18 18 0 1 0 18 18 18 18 0 0 0-18-18z"],"apple-pay":[640,512,[],"f415","M116.9 158.5c-7.5 8.9-19.5 15.9-31.5 14.9-1.5-12 4.4-24.8 11.3-32.6 7.5-9.1 20.6-15.6 31.3-16.1 1.2 12.4-3.7 24.7-11.1 33.8m10.9 17.2c-17.4-1-32.3 9.9-40.5 9.9-8.4 0-21-9.4-34.8-9.1-17.9.3-34.5 10.4-43.6 26.5-18.8 32.3-4.9 80 13.3 106.3 8.9 13 19.5 27.3 33.5 26.8 13.3-.5 18.5-8.6 34.5-8.6 16.1 0 20.8 8.6 34.8 8.4 14.5-.3 23.6-13 32.5-26 10.1-14.8 14.3-29.1 14.5-29.9-.3-.3-28-10.9-28.3-42.9-.3-26.8 21.9-39.5 22.9-40.3-12.5-18.6-32-20.6-38.8-21.1m100.4-36.2v194.9h30.3v-66.6h41.9c38.3 0 65.1-26.3 65.1-64.3s-26.4-64-64.1-64h-73.2zm30.3 25.5h34.9c26.3 0 41.3 14 41.3 38.6s-15 38.8-41.4 38.8h-34.8V165zm162.2 170.9c19 0 36.6-9.6 44.6-24.9h.6v23.4h28v-97c0-28.1-22.5-46.3-57.1-46.3-32.1 0-55.9 18.4-56.8 43.6h27.3c2.3-12 13.4-19.9 28.6-19.9 18.5 0 28.9 8.6 28.9 24.5v10.8l-37.8 2.3c-35.1 2.1-54.1 16.5-54.1 41.5.1 25.2 19.7 42 47.8 42zm8.2-23.1c-16.1 0-26.4-7.8-26.4-19.6 0-12.3 9.9-19.4 28.8-20.5l33.6-2.1v11c0 18.2-15.5 31.2-36 31.2zm102.5 74.6c29.5 0 43.4-11.3 55.5-45.4L640 193h-30.8l-35.6 115.1h-.6L537.4 193h-31.6L557 334.9l-2.8 8.6c-4.6 14.6-12.1 20.3-25.5 20.3-2.4 0-7-.3-8.9-.5v23.4c1.8.4 9.3.7 11.6.7z"],padlet:[640,512,[],"e4a0","M297.9 0L298 .001C305.6 .1078 312.4 4.72 315.5 11.78L447.5 320.3L447.8 320.2L448 320.6L445.2 330.6L402.3 488.6C398.6 504.8 382.6 514.9 366.5 511.2L298.1 495.6L229.6 511.2C213.5 514.9 197.5 504.8 193.8 488.6L150.9 330.6L148.2 320.6L148.3 320.2L280.4 11.78C283.4 4.797 290.3 .1837 297.9 .0006L297.9 0zM160.1 322.1L291.1 361.2L298 483.7L305.9 362.2L436.5 322.9L436.7 322.8L305.7 347.9L297.1 27.72L291.9 347.9L160.1 322.1zM426 222.6L520.4 181.6H594.2L437.2 429.2L468.8 320.2L426 222.6zM597.5 181.4L638.9 257.6C642.9 265.1 635 273.5 627.3 269.8L579.7 247.1L597.5 181.4zM127.3 318.5L158.7 430L1.61 154.5C-4.292 144.1 7.128 132.5 17.55 138.3L169.4 222.5L127.3 318.5z"],"amazon-pay":[640,512,[],"f42c","M14 325.3c2.3-4.2 5.2-4.9 9.7-2.5 10.4 5.6 20.6 11.4 31.2 16.7a595.88 595.88 0 0 0 127.4 46.3 616.61 616.61 0 0 0 63.2 11.8 603.33 603.33 0 0 0 95 5.2c17.4-.4 34.8-1.8 52.1-3.8a603.66 603.66 0 0 0 163.3-42.8c2.9-1.2 5.9-2 9.1-1.2 6.7 1.8 9 9 4.1 13.9a70 70 0 0 1-9.6 7.4c-30.7 21.1-64.2 36.4-99.6 47.9a473.31 473.31 0 0 1-75.1 17.6 431 431 0 0 1-53.2 4.8 21.3 21.3 0 0 0-2.5.3H308a21.3 21.3 0 0 0-2.5-.3c-3.6-.2-7.2-.3-10.7-.4a426.3 426.3 0 0 1-50.4-5.3A448.4 448.4 0 0 1 164 420a443.33 443.33 0 0 1-145.6-87c-1.8-1.6-3-3.8-4.4-5.7zM172 65.1l-4.3.6a80.92 80.92 0 0 0-38 15.1c-2.4 1.7-4.6 3.5-7.1 5.4a4.29 4.29 0 0 1-.4-1.4c-.4-2.7-.8-5.5-1.3-8.2-.7-4.6-3-6.6-7.6-6.6h-11.5c-6.9 0-8.2 1.3-8.2 8.2v209.3c0 1 0 2 .1 3 .2 3 2 4.9 4.9 5 7 .1 14.1.1 21.1 0 2.9 0 4.7-2 5-5 .1-1 .1-2 .1-3v-72.4c1.1.9 1.7 1.4 2.2 1.9 17.9 14.9 38.5 19.8 61 15.4 20.4-4 34.6-16.5 43.8-34.9 7-13.9 9.9-28.7 10.3-44.1.5-17.1-1.2-33.9-8.1-49.8-8.5-19.6-22.6-32.5-43.9-36.9-3.2-.7-6.5-1-9.8-1.5-2.8-.1-5.5-.1-8.3-.1zM124.6 107a3.48 3.48 0 0 1 1.7-3.3c13.7-9.5 28.8-14.5 45.6-13.2 14.9 1.1 27.1 8.4 33.5 25.9 3.9 10.7 4.9 21.8 4.9 33 0 10.4-.8 20.6-4 30.6-6.8 21.3-22.4 29.4-42.6 28.5-14-.6-26.2-6-37.4-13.9a3.57 3.57 0 0 1-1.7-3.3c.1-14.1 0-28.1 0-42.2s.1-28 0-42.1zm205.7-41.9c-1 .1-2 .3-2.9.4a148 148 0 0 0-28.9 4.1c-6.1 1.6-12 3.8-17.9 5.8-3.6 1.2-5.4 3.8-5.3 7.7.1 3.3-.1 6.6 0 9.9.1 4.8 2.1 6.1 6.8 4.9 7.8-2 15.6-4.2 23.5-5.7 12.3-2.3 24.7-3.3 37.2-1.4 6.5 1 12.6 2.9 16.8 8.4 3.7 4.8 5.1 10.5 5.3 16.4.3 8.3.2 16.6.3 24.9a7.84 7.84 0 0 1-.2 1.4c-.5-.1-.9 0-1.3-.1a180.56 180.56 0 0 0-32-4.9c-11.3-.6-22.5.1-33.3 3.9-12.9 4.5-23.3 12.3-29.4 24.9-4.7 9.8-5.4 20.2-3.9 30.7 2 14 9 24.8 21.4 31.7 11.9 6.6 24.8 7.4 37.9 5.4 15.1-2.3 28.5-8.7 40.3-18.4a7.36 7.36 0 0 1 1.6-1.1c.6 3.8 1.1 7.4 1.8 11 .6 3.1 2.5 5.1 5.4 5.2 5.4.1 10.9.1 16.3 0a4.84 4.84 0 0 0 4.8-4.7 26.2 26.2 0 0 0 .1-2.8v-106a80 80 0 0 0-.9-12.9c-1.9-12.9-7.4-23.5-19-30.4-6.7-4-14.1-6-21.8-7.1-3.6-.5-7.2-.8-10.8-1.3-3.9.1-7.9.1-11.9.1zm35 127.7a3.33 3.33 0 0 1-1.5 3c-11.2 8.1-23.5 13.5-37.4 14.9-5.7.6-11.4.4-16.8-1.8a20.08 20.08 0 0 1-12.4-13.3 32.9 32.9 0 0 1-.1-19.4c2.5-8.3 8.4-13 16.4-15.6a61.33 61.33 0 0 1 24.8-2.2c8.4.7 16.6 2.3 25 3.4 1.6.2 2.1 1 2.1 2.6-.1 4.8 0 9.5 0 14.3s-.2 9.4-.1 14.1zm259.9 129.4c-1-5-4.8-6.9-9.1-8.3a88.42 88.42 0 0 0-21-3.9 147.32 147.32 0 0 0-39.2 1.9c-14.3 2.7-27.9 7.3-40 15.6a13.75 13.75 0 0 0-3.7 3.5 5.11 5.11 0 0 0-.5 4c.4 1.5 2.1 1.9 3.6 1.8a16.2 16.2 0 0 0 2.2-.1c7.8-.8 15.5-1.7 23.3-2.5 11.4-1.1 22.9-1.8 34.3-.9a71.64 71.64 0 0 1 14.4 2.7c5.1 1.4 7.4 5.2 7.6 10.4.4 8-1.4 15.7-3.5 23.3-4.1 15.4-10 30.3-15.8 45.1a17.6 17.6 0 0 0-1 3c-.5 2.9 1.2 4.8 4.1 4.1a10.56 10.56 0 0 0 4.8-2.5 145.91 145.91 0 0 0 12.7-13.4c12.8-16.4 20.3-35.3 24.7-55.6.8-3.6 1.4-7.3 2.1-10.9v-17.3zM493.1 199q-19.35-53.55-38.7-107.2c-2-5.7-4.2-11.3-6.3-16.9-1.1-2.9-3.2-4.8-6.4-4.8-7.6-.1-15.2-.2-22.9-.1-2.5 0-3.7 2-3.2 4.5a43.1 43.1 0 0 0 1.9 6.1q29.4 72.75 59.1 145.5c1.7 4.1 2.1 7.6.2 11.8-3.3 7.3-5.9 15-9.3 22.3-3 6.5-8 11.4-15.2 13.3a42.13 42.13 0 0 1-15.4 1.1c-2.5-.2-5-.8-7.5-1-3.4-.2-5.1 1.3-5.2 4.8q-.15 5 0 9.9c.1 5.5 2 8 7.4 8.9a108.18 108.18 0 0 0 16.9 2c17.1.4 30.7-6.5 39.5-21.4a131.63 131.63 0 0 0 9.2-18.4q35.55-89.7 70.6-179.6a26.62 26.62 0 0 0 1.6-5.5c.4-2.8-.9-4.4-3.7-4.4-6.6-.1-13.3 0-19.9 0a7.54 7.54 0 0 0-7.7 5.2c-.5 1.4-1.1 2.7-1.6 4.1l-34.8 100c-2.5 7.2-5.1 14.5-7.7 22.2-.4-1.1-.6-1.7-.9-2.4z"],"square-github":[448,512,["github-square"],"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"],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"],fedex:[640,512,[],"f797","M586 284.5l53.3-59.9h-62.4l-21.7 24.8-22.5-24.8H414v-16h56.1v-48.1H318.9V236h-.5c-9.6-11-21.5-14.8-35.4-14.8-28.4 0-49.8 19.4-57.3 44.9-18-59.4-97.4-57.6-121.9-14v-24.2H49v-26.2h60v-41.1H0V345h49v-77.5h48.9c-1.5 5.7-2.3 11.8-2.3 18.2 0 73.1 102.6 91.4 130.2 23.7h-42c-14.7 20.9-45.8 8.9-45.8-14.6h85.5c3.7 30.5 27.4 56.9 60.1 56.9 14.1 0 27-6.9 34.9-18.6h.5V345h212.2l22.1-25 22.3 25H640l-54-60.5zm-446.7-16.6c6.1-26.3 41.7-25.6 46.5 0h-46.5zm153.4 48.9c-34.6 0-34-62.8 0-62.8 32.6 0 34.5 62.8 0 62.8zm167.8 19.1h-94.4V169.4h95v30.2H405v33.9h55.5v28.1h-56.1v44.7h56.1v29.6zm-45.9-39.8v-24.4h56.1v-44l50.7 57-50.7 57v-45.6h-56.1zm138.6 10.3l-26.1 29.5H489l45.6-51.2-45.6-51.2h39.7l26.6 29.3 25.6-29.3h38.5l-45.4 51 46 51.4h-40.5l-26.3-29.5z"],"phoenix-framework":[640,512,[],"f3dc","M212.9 344.3c3.8-.1 22.8-1.4 25.6-2.2-2.4-2.6-43.6-1-68-49.6-4.3-8.6-7.5-17.6-6.4-27.6 2.9-25.5 32.9-30 52-18.5 36 21.6 63.3 91.3 113.7 97.5 37 4.5 84.6-17 108.2-45.4-.6-.1-.8-.2-1-.1-.4.1-.8.2-1.1.3-33.3 12.1-94.3 9.7-134.7-14.8-37.6-22.8-53.1-58.7-51.8-74.6 1.8-21.3 22.9-23.2 35.9-19.6 14.4 3.9 24.4 17.6 38.9 27.4 15.6 10.4 32.9 13.7 51.3 10.3 14.9-2.7 34.4-12.3 36.5-14.5-1.1-.1-1.8-.1-2.5-.2-6.2-.6-12.4-.8-18.5-1.7C279.8 194.5 262.1 47.4 138.5 37.9 94.2 34.5 39.1 46 2.2 72.9c-.8.6-1.5 1.2-2.2 1.8.1.2.1.3.2.5.8 0 1.6-.1 2.4-.2 6.3-1 12.5-.8 18.7.3 23.8 4.3 47.7 23.1 55.9 76.5 5.3 34.3-.7 50.8 8 86.1 19 77.1 91 107.6 127.7 106.4zM75.3 64.9c-.9-1-.9-1.2-1.3-2 12.1-2.6 24.2-4.1 36.6-4.8-1.1 14.7-22.2 21.3-35.3 6.8zm196.9 350.5c-42.8 1.2-92-26.7-123.5-61.4-4.6-5-16.8-20.2-18.6-23.4l.4-.4c6.6 4.1 25.7 18.6 54.8 27 24.2 7 48.1 6.3 71.6-3.3 22.7-9.3 41-.5 43.1 2.9-18.5 3.8-20.1 4.4-24 7.9-5.1 4.4-4.6 11.7 7 17.2 26.2 12.4 63-2.8 97.2 25.4 2.4 2 8.1 7.8 10.1 10.7-.1.2-.3.3-.4.5-4.8-1.5-16.4-7.5-40.2-9.3-24.7-2-46.3 5.3-77.5 6.2zm174.8-252c16.4-5.2 41.3-13.4 66.5-3.3 16.1 6.5 26.2 18.7 32.1 34.6 3.5 9.4 5.1 19.7 5.1 28.7-.2 0-.4 0-.6.1-.2-.4-.4-.9-.5-1.3-5-22-29.9-43.8-67.6-29.9-50.2 18.6-130.4 9.7-176.9-48-.7-.9-2.4-1.7-1.3-3.2.1-.2 2.1.6 3 1.3 18.1 13.4 38.3 21.9 60.3 26.2 30.5 6.1 54.6 2.9 79.9-5.2zm102.7 117.5c-32.4.2-33.8 50.1-103.6 64.4-18.2 3.7-38.7 4.6-44.9 4.2v-.4c2.8-1.5 14.7-2.6 29.7-16.6 7.9-7.3 15.3-15.1 22.8-22.9 19.5-20.2 41.4-42.2 81.9-39 23.1 1.8 29.3 8.2 36.1 12.7.3.2.4.5.7.9-.5 0-.7.1-.9 0-7-2.7-14.3-3.3-21.8-3.3zm-12.3-24.1c-.1.2-.1.4-.2.6-28.9-4.4-48-7.9-68.5 4-17 9.9-31.4 20.5-62 24.4-27.1 3.4-45.1 2.4-66.1-8-.3-.2-.6-.4-1-.6 0-.2.1-.3.1-.5 24.9 3.8 36.4 5.1 55.5-5.8 22.3-12.9 40.1-26.6 71.3-31 29.6-4.1 51.3 2.5 70.9 16.9zM268.6 97.3c-.6-.6-1.1-1.2-2.1-2.3 7.6 0 29.7-1.2 53.4 8.4 19.7 8 32.2 21 50.2 32.9 11.1 7.3 23.4 9.3 36.4 8.1 4.3-.4 8.5-1.2 12.8-1.7.4-.1.9 0 1.5.3-.6.4-1.2.9-1.8 1.2-8.1 4-16.7 6.3-25.6 7.1-26.1 2.6-50.3-3.7-73.4-15.4-19.3-9.9-36.4-22.9-51.4-38.6zM640 335.7c-3.5 3.1-22.7 11.6-42.7 5.3-12.3-3.9-19.5-14.9-31.6-24.1-10-7.6-20.9-7.9-28.1-8.4.6-.8.9-1.2 1.2-1.4 14.8-9.2 30.5-12.2 47.3-6.5 12.5 4.2 19.2 13.5 30.4 24.2 10.8 10.4 21 9.9 23.1 10.5.1-.1.2 0 .4.4zm-212.5 137c2.2 1.2 1.6 1.5 1.5 2-18.5-1.4-33.9-7.6-46.8-22.2-21.8-24.7-41.7-27.9-48.6-29.7.5-.2.8-.4 1.1-.4 13.1.1 26.1.7 38.9 3.9 25.3 6.4 35 25.4 41.6 35.3 3.2 4.8 7.3 8.3 12.3 11.1z"],shopify:[448,512,[],"e057","M388.32,104.1a4.66,4.66,0,0,0-4.4-4c-2,0-37.23-.8-37.23-.8s-21.61-20.82-29.62-28.83V503.2L442.76,472S388.72,106.5,388.32,104.1ZM288.65,70.47a116.67,116.67,0,0,0-7.21-17.61C271,32.85,255.42,22,237,22a15,15,0,0,0-4,.4c-.4-.8-1.2-1.2-1.6-2C223.4,11.63,213,7.63,200.58,8c-24,.8-48,18-67.25,48.83-13.61,21.62-24,48.84-26.82,70.06-27.62,8.4-46.83,14.41-47.23,14.81-14,4.4-14.41,4.8-16,18-1.2,10-38,291.82-38,291.82L307.86,504V65.67a41.66,41.66,0,0,0-4.4.4S297.86,67.67,288.65,70.47ZM233.41,87.69c-16,4.8-33.63,10.4-50.84,15.61,4.8-18.82,14.41-37.63,25.62-50,4.4-4.4,10.41-9.61,17.21-12.81C232.21,54.86,233.81,74.48,233.41,87.69ZM200.58,24.44A27.49,27.49,0,0,1,215,28c-6.4,3.2-12.81,8.41-18.81,14.41-15.21,16.42-26.82,42-31.62,66.45-14.42,4.41-28.83,8.81-42,12.81C131.33,83.28,163.75,25.24,200.58,24.44ZM154.15,244.61c1.6,25.61,69.25,31.22,73.25,91.66,2.8,47.64-25.22,80.06-65.65,82.47-48.83,3.2-75.65-25.62-75.65-25.62l10.4-44s26.82,20.42,48.44,18.82c14-.8,19.22-12.41,18.81-20.42-2-33.62-57.24-31.62-60.84-86.86-3.2-46.44,27.22-93.27,94.47-97.68,26-1.6,39.23,4.81,39.23,4.81L221.4,225.39s-17.21-8-37.63-6.4C154.15,221,153.75,239.8,154.15,244.61ZM249.42,82.88c0-12-1.6-29.22-7.21-43.63,18.42,3.6,27.22,24,31.23,36.43Q262.63,78.68,249.42,82.88Z"],neos:[512,512,[],"f612","M415.44 512h-95.11L212.12 357.46v91.1L125.69 512H28V29.82L68.47 0h108.05l123.74 176.13V63.45L386.69 0h97.69v461.5zM38.77 35.27V496l72-52.88V194l215.5 307.64h84.79l52.35-38.17h-78.27L69 13zm82.54 466.61l80-58.78v-101l-79.76-114.4v220.94L49 501.89h72.34zM80.63 10.77l310.6 442.57h82.37V10.77h-79.75v317.56L170.91 10.77zM311 191.65l72 102.81V15.93l-72 53v122.72z"],hackerrank:[512,512,[],"f5f7","M477.5 128C463 103.05 285.13 0 256.16 0S49.25 102.79 34.84 128s-14.49 230.8 0 256 192.38 128 221.32 128S463 409.08 477.49 384s14.51-231 .01-256zM316.13 414.22c-4 0-40.91-35.77-38-38.69.87-.87 6.26-1.48 17.55-1.83 0-26.23.59-68.59.94-86.32 0-2-.44-3.43-.44-5.85h-79.93c0 7.1-.46 36.2 1.37 72.88.23 4.54-1.58 6-5.74 5.94-10.13 0-20.27-.11-30.41-.08-4.1 0-5.87-1.53-5.74-6.11.92-33.44 3-84-.15-212.67v-3.17c-9.67-.35-16.38-1-17.26-1.84-2.92-2.92 34.54-38.69 38.49-38.69s41.17 35.78 38.27 38.69c-.87.87-7.9 1.49-16.77 1.84v3.16c-2.42 25.75-2 79.59-2.63 105.39h80.26c0-4.55.39-34.74-1.2-83.64-.1-3.39.95-5.17 4.21-5.2 11.07-.08 22.15-.13 33.23-.06 3.46 0 4.57 1.72 4.5 5.38C333 354.64 336 341.29 336 373.69c8.87.35 16.82 1 17.69 1.84 2.88 2.91-33.62 38.69-37.58 38.69z"],researchgate:[448,512,[],"f4f8","M0 32v448h448V32H0zm262.2 334.4c-6.6 3-33.2 6-50-14.2-9.2-10.6-25.3-33.3-42.2-63.6-8.9 0-14.7 0-21.4-.6v46.4c0 23.5 6 21.2 25.8 23.9v8.1c-6.9-.3-23.1-.8-35.6-.8-13.1 0-26.1.6-33.6.8v-8.1c15.5-2.9 22-1.3 22-23.9V225c0-22.6-6.4-21-22-23.9V193c25.8 1 53.1-.6 70.9-.6 31.7 0 55.9 14.4 55.9 45.6 0 21.1-16.7 42.2-39.2 47.5 13.6 24.2 30 45.6 42.2 58.9 7.2 7.8 17.2 14.7 27.2 14.7v7.3zm22.9-135c-23.3 0-32.2-15.7-32.2-32.2V167c0-12.2 8.8-30.4 34-30.4s30.4 17.9 30.4 17.9l-10.7 7.2s-5.5-12.5-19.7-12.5c-7.9 0-19.7 7.3-19.7 19.7v26.8c0 13.4 6.6 23.3 17.9 23.3 14.1 0 21.5-10.9 21.5-26.8h-17.9v-10.7h30.4c0 20.5 4.7 49.9-34 49.9zm-116.5 44.7c-9.4 0-13.6-.3-20-.8v-69.7c6.4-.6 15-.6 22.5-.6 23.3 0 37.2 12.2 37.2 34.5 0 21.9-15 36.6-39.7 36.6z"],swift:[448,512,[],"f8e1","M448 156.09c0-4.51-.08-9-.2-13.52a196.31 196.31 0 0 0-2.58-29.42 99.62 99.62 0 0 0-9.22-28A94.08 94.08 0 0 0 394.84 44a99.17 99.17 0 0 0-28-9.22 195 195 0 0 0-29.43-2.59c-4.51-.12-9-.17-13.52-.2H124.14c-4.51 0-9 .08-13.52.2-2.45.07-4.91.15-7.37.27a171.68 171.68 0 0 0-22.06 2.32 103.06 103.06 0 0 0-21.21 6.1q-3.46 1.45-6.81 3.12a94.66 94.66 0 0 0-18.39 12.32c-1.88 1.61-3.69 3.28-5.43 5A93.86 93.86 0 0 0 12 85.17a99.45 99.45 0 0 0-9.22 28 196.31 196.31 0 0 0-2.54 29.4c-.13 4.51-.18 9-.21 13.52v199.83c0 4.51.08 9 .21 13.51a196.08 196.08 0 0 0 2.58 29.42 99.3 99.3 0 0 0 9.22 28A94.31 94.31 0 0 0 53.17 468a99.47 99.47 0 0 0 28 9.21 195 195 0 0 0 29.43 2.59c4.5.12 9 .17 13.52.2H323.91c4.51 0 9-.08 13.52-.2a196.59 196.59 0 0 0 29.44-2.59 99.57 99.57 0 0 0 28-9.21A94.22 94.22 0 0 0 436 426.84a99.3 99.3 0 0 0 9.22-28 194.79 194.79 0 0 0 2.59-29.42c.12-4.5.17-9 .2-13.51V172.14c-.01-5.35-.01-10.7-.01-16.05zm-69.88 241c-20-38.93-57.23-29.27-76.31-19.47-1.72 1-3.48 2-5.25 3l-.42.25c-39.5 21-92.53 22.54-145.85-.38A234.64 234.64 0 0 1 45 290.12a230.63 230.63 0 0 0 39.17 23.37c56.36 26.4 113 24.49 153 0-57-43.85-104.6-101-141.09-147.22a197.09 197.09 0 0 1-18.78-25.9c43.7 40 112.7 90.22 137.48 104.12-52.57-55.49-98.89-123.94-96.72-121.74 82.79 83.42 159.18 130.59 159.18 130.59 2.88 1.58 5 2.85 6.73 4a127.44 127.44 0 0 0 4.16-12.47c13.22-48.33-1.66-103.58-35.31-149.2C329.61 141.75 375 229.34 356.4 303.42c-.44 1.73-.95 3.4-1.44 5.09 38.52 47.4 28.04 98.17 23.13 88.59z"],angular:[448,512,[],"f420","M185.7 268.1h76.2l-38.1-91.6-38.1 91.6zM223.8 32L16 106.4l31.8 275.7 176 97.9 176-97.9 31.8-275.7zM354 373.8h-48.6l-26.2-65.4H168.6l-26.2 65.4H93.7L223.8 81.5z"],speakap:[448,512,[],"f3f3","M64 391.78C-15.41 303.59-8 167.42 80.64 87.64s224.8-73 304.21 15.24 72 224.36-16.64 304.14c-18.74 16.87 64 43.09 42 52.26-82.06 34.21-253.91 35-346.23-67.5zm213.31-211.6l38.5-40.86c-9.61-8.89-32-26.83-76.17-27.6-52.33-.91-95.86 28.3-96.77 80-.2 11.33.29 36.72 29.42 54.83 34.46 21.42 86.52 21.51 86 52.26-.37 21.28-26.42 25.81-38.59 25.6-3-.05-30.23-.46-47.61-24.62l-40 42.61c28.16 27 59 32.62 83.49 33.05 10.23.18 96.42.33 97.84-81 .28-15.81-2.07-39.72-28.86-56.59-34.36-21.64-85-19.45-84.43-49.75.41-23.25 31-25.37 37.53-25.26.43 0 26.62.26 39.62 17.37z"],angrycreative:[640,512,[],"f36e","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"],"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"],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"],"square-gitlab":[448,512,["gitlab-square"],"e5ae","M48 32H400C426.5 32 448 53.5 448 80V432C448 458.5 426.5 480 400 480H48C21.5 480 0 458.5 0 432V80C0 53.5 21.5 32 48 32zM382.1 224.9L337.5 108.5C336.6 106.2 334.9 104.2 332.9 102.9C331.3 101.9 329.5 101.3 327.7 101.1C325.9 100.9 324 101.2 322.3 101.8C320.6 102.5 319 103.5 317.8 104.9C316.6 106.3 315.7 107.9 315.2 109.7L285 201.9H162.1L132.9 109.7C132.4 107.9 131.4 106.3 130.2 104.9C128.1 103.6 127.4 102.5 125.7 101.9C123.1 101.2 122.1 100.1 120.3 101.1C118.5 101.3 116.7 101.9 115.1 102.9C113.1 104.2 111.5 106.2 110.6 108.5L65.94 224.9L65.47 226.1C59.05 242.9 58.26 261.3 63.22 278.6C68.18 295.9 78.62 311.1 92.97 321.9L93.14 322L93.52 322.3L161.4 373.2L215.6 414.1C217.1 415.1 220.9 416.9 223.9 416.9C226.9 416.9 229.9 415.1 232.3 414.1L286.4 373.2L354.8 322L355 321.9C369.4 311 379.8 295.8 384.8 278.6C389.7 261.3 388.1 242.9 382.5 226.1L382.1 224.9z"],studiovinari:[512,512,[],"f3f8","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"],"pied-piper":[480,512,[],"f2ae","M455.93,23.2C429.23,30,387.79,51.69,341.35,90.66A206,206,0,0,0,240,64C125.13,64,32,157.12,32,272s93.13,208,208,208,208-93.13,208-208a207.25,207.25,0,0,0-58.75-144.81,155.35,155.35,0,0,0-17,27.4A176.16,176.16,0,0,1,417.1,272c0,97.66-79.44,177.11-177.09,177.11a175.81,175.81,0,0,1-87.63-23.4c82.94-107.33,150.79-37.77,184.31-226.65,5.79-32.62,28-94.26,126.23-160.18C471,33.45,465.35,20.8,455.93,23.2ZM125,406.4A176.66,176.66,0,0,1,62.9,272C62.9,174.34,142.35,94.9,240,94.9a174,174,0,0,1,76.63,17.75C250.64,174.76,189.77,265.52,125,406.4Z"],wordpress:[512,512,[],"f19a","M61.7 169.4l101.5 278C92.2 413 43.3 340.2 43.3 256c0-30.9 6.6-60.1 18.4-86.6zm337.9 75.9c0-26.3-9.4-44.5-17.5-58.7-10.8-17.5-20.9-32.4-20.9-49.9 0-19.6 14.8-37.8 35.7-37.8.9 0 1.8.1 2.8.2-37.9-34.7-88.3-55.9-143.7-55.9-74.3 0-139.7 38.1-177.8 95.9 5 .2 9.7.3 13.7.3 22.2 0 56.7-2.7 56.7-2.7 11.5-.7 12.8 16.2 1.4 17.5 0 0-11.5 1.3-24.3 2l77.5 230.4L249.8 247l-33.1-90.8c-11.5-.7-22.3-2-22.3-2-11.5-.7-10.1-18.2 1.3-17.5 0 0 35.1 2.7 56 2.7 22.2 0 56.7-2.7 56.7-2.7 11.5-.7 12.8 16.2 1.4 17.5 0 0-11.5 1.3-24.3 2l76.9 228.7 21.2-70.9c9-29.4 16-50.5 16-68.7zm-139.9 29.3l-63.8 185.5c19.1 5.6 39.2 8.7 60.1 8.7 24.8 0 48.5-4.3 70.6-12.1-.6-.9-1.1-1.9-1.5-2.9l-65.4-179.2zm183-120.7c.9 6.8 1.4 14 1.4 21.9 0 21.6-4 45.8-16.2 76.2l-65 187.9C426.2 403 468.7 334.5 468.7 256c0-37-9.4-71.8-26-102.1zM504 256c0 136.8-111.3 248-248 248C119.2 504 8 392.7 8 256 8 119.2 119.2 8 256 8c136.7 0 248 111.2 248 248zm-11.4 0c0-130.5-106.2-236.6-236.6-236.6C125.5 19.4 19.4 125.5 19.4 256S125.6 492.6 256 492.6c130.5 0 236.6-106.1 236.6-236.6z"],"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"],firefox:[512,512,[],"f269","M503.52,241.48c-.12-1.56-.24-3.12-.24-4.68v-.12l-.36-4.68v-.12a245.86,245.86,0,0,0-7.32-41.15c0-.12,0-.12-.12-.24l-1.08-4c-.12-.24-.12-.48-.24-.6-.36-1.2-.72-2.52-1.08-3.72-.12-.24-.12-.6-.24-.84-.36-1.2-.72-2.4-1.08-3.48-.12-.36-.24-.6-.36-1-.36-1.2-.72-2.28-1.2-3.48l-.36-1.08c-.36-1.08-.84-2.28-1.2-3.36a8.27,8.27,0,0,0-.36-1c-.48-1.08-.84-2.28-1.32-3.36-.12-.24-.24-.6-.36-.84-.48-1.2-1-2.28-1.44-3.48,0-.12-.12-.24-.12-.36-1.56-3.84-3.24-7.68-5-11.4l-.36-.72c-.48-1-.84-1.8-1.32-2.64-.24-.48-.48-1.08-.72-1.56-.36-.84-.84-1.56-1.2-2.4-.36-.6-.6-1.2-1-1.8s-.84-1.44-1.2-2.28c-.36-.6-.72-1.32-1.08-1.92s-.84-1.44-1.2-2.16a18.07,18.07,0,0,0-1.2-2c-.36-.72-.84-1.32-1.2-2s-.84-1.32-1.2-2-.84-1.32-1.2-1.92-.84-1.44-1.32-2.16a15.63,15.63,0,0,0-1.2-1.8L463.2,119a15.63,15.63,0,0,0-1.2-1.8c-.48-.72-1.08-1.56-1.56-2.28-.36-.48-.72-1.08-1.08-1.56l-1.8-2.52c-.36-.48-.6-.84-1-1.32-1-1.32-1.8-2.52-2.76-3.72a248.76,248.76,0,0,0-23.51-26.64A186.82,186.82,0,0,0,412,62.46c-4-3.48-8.16-6.72-12.48-9.84a162.49,162.49,0,0,0-24.6-15.12c-2.4-1.32-4.8-2.52-7.2-3.72a254,254,0,0,0-55.43-19.56c-1.92-.36-3.84-.84-5.64-1.2h-.12c-1-.12-1.8-.36-2.76-.48a236.35,236.35,0,0,0-38-4H255.14a234.62,234.62,0,0,0-45.48,5c-33.59,7.08-63.23,21.24-82.91,39-1.08,1-1.92,1.68-2.4,2.16l-.48.48H124l-.12.12.12-.12a.12.12,0,0,0,.12-.12l-.12.12a.42.42,0,0,1,.24-.12c14.64-8.76,34.92-16,49.44-19.56l5.88-1.44c.36-.12.84-.12,1.2-.24,1.68-.36,3.36-.72,5.16-1.08.24,0,.6-.12.84-.12C250.94,20.94,319.34,40.14,367,85.61a171.49,171.49,0,0,1,26.88,32.76c30.36,49.2,27.48,111.11,3.84,147.59-34.44,53-111.35,71.27-159,24.84a84.19,84.19,0,0,1-25.56-59,74.05,74.05,0,0,1,6.24-31c1.68-3.84,13.08-25.67,18.24-24.59-13.08-2.76-37.55,2.64-54.71,28.19-15.36,22.92-14.52,58.2-5,83.28a132.85,132.85,0,0,1-12.12-39.24c-12.24-82.55,43.31-153,94.31-170.51-27.48-24-96.47-22.31-147.71,15.36-29.88,22-51.23,53.16-62.51,90.36,1.68-20.88,9.6-52.08,25.8-83.88-17.16,8.88-39,37-49.8,62.88-15.6,37.43-21,82.19-16.08,124.79.36,3.24.72,6.36,1.08,9.6,19.92,117.11,122,206.38,244.78,206.38C392.77,503.42,504,392.19,504,255,503.88,250.48,503.76,245.92,503.52,241.48Z"],linode:[448,512,[],"f2b8","M366.036,186.867l-59.5,36.871-.838,36.871-29.329-19.273-39.384,24.3c2.238,55.211,2.483,59.271,2.51,59.5l-97.2,65.359L127.214,285.748l108.1-62.01L195.09,197.761l-75.417,38.547L98.723,93.015,227.771,43.574,136.432,0,10.737,39.385,38.39,174.3l41.9,32.681L48.445,222.062,69.394,323.457,98.723,351.11,77.774,363.679l16.76,78.769L160.733,512c-10.8-74.842-11.658-78.641-11.725-78.773l77.925-55.3c16.759-12.57,15.083-10.894,15.083-10.894l.838,24.3,33.519,28.491-.838-77.093,46.927-33.519,26.815-18.435-2.514,36.033,25.139,17.6,6.7-74.579,58.657-43.575Z"],goodreads:[448,512,[],"f3a8","M299.9 191.2c5.1 37.3-4.7 79-35.9 100.7-22.3 15.5-52.8 14.1-70.8 5.7-37.1-17.3-49.5-58.6-46.8-97.2 4.3-60.9 40.9-87.9 75.3-87.5 46.9-.2 71.8 31.8 78.2 78.3zM448 88v336c0 30.9-25.1 56-56 56H56c-30.9 0-56-25.1-56-56V88c0-30.9 25.1-56 56-56h336c30.9 0 56 25.1 56 56zM330 313.2s-.1-34-.1-217.3h-29v40.3c-.8.3-1.2-.5-1.6-1.2-9.6-20.7-35.9-46.3-76-46-51.9.4-87.2 31.2-100.6 77.8-4.3 14.9-5.8 30.1-5.5 45.6 1.7 77.9 45.1 117.8 112.4 115.2 28.9-1.1 54.5-17 69-45.2.5-1 1.1-1.9 1.7-2.9.2.1.4.1.6.2.3 3.8.2 30.7.1 34.5-.2 14.8-2 29.5-7.2 43.5-7.8 21-22.3 34.7-44.5 39.5-17.8 3.9-35.6 3.8-53.2-1.2-21.5-6.1-36.5-19-41.1-41.8-.3-1.6-1.3-1.3-2.3-1.3h-26.8c.8 10.6 3.2 20.3 8.5 29.2 24.2 40.5 82.7 48.5 128.2 37.4 49.9-12.3 67.3-54.9 67.4-106.3z"],"square-odnoklassniki":[448,512,["odnoklassniki-square"],"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"],jsfiddle:[576,512,[],"f1cc","M510.634 237.462c-4.727-2.621-5.664-5.748-6.381-10.776-2.352-16.488-3.539-33.619-9.097-49.095-35.895-99.957-153.99-143.386-246.849-91.646-27.37 15.25-48.971 36.369-65.493 63.903-3.184-1.508-5.458-2.71-7.824-3.686-30.102-12.421-59.049-10.121-85.331 9.167-25.531 18.737-36.422 44.548-32.676 76.408.355 3.025-1.967 7.621-4.514 9.545-39.712 29.992-56.031 78.065-41.902 124.615 13.831 45.569 57.514 79.796 105.608 81.433 30.291 1.031 60.637.546 90.959.539 84.041-.021 168.09.531 252.12-.48 52.664-.634 96.108-36.873 108.212-87.293 11.54-48.074-11.144-97.3-56.832-122.634zm21.107 156.88c-18.23 22.432-42.343 35.253-71.28 35.65-56.874.781-113.767.23-170.652.23 0 .7-163.028.159-163.728.154-43.861-.332-76.739-19.766-95.175-59.995-18.902-41.245-4.004-90.848 34.186-116.106 9.182-6.073 12.505-11.566 10.096-23.136-5.49-26.361 4.453-47.956 26.42-62.981 22.987-15.723 47.422-16.146 72.034-3.083 10.269 5.45 14.607 11.564 22.198-2.527 14.222-26.399 34.557-46.727 60.671-61.294 97.46-54.366 228.37 7.568 230.24 132.697.122 8.15 2.412 12.428 9.848 15.894 57.56 26.829 74.456 96.122 35.142 144.497zm-87.789-80.499c-5.848 31.157-34.622 55.096-66.666 55.095-16.953-.001-32.058-6.545-44.079-17.705-27.697-25.713-71.141-74.98-95.937-93.387-20.056-14.888-41.99-12.333-60.272 3.782-49.996 44.071 15.859 121.775 67.063 77.188 4.548-3.96 7.84-9.543 12.744-12.844 8.184-5.509 20.766-.884 13.168 10.622-17.358 26.284-49.33 38.197-78.863 29.301-28.897-8.704-48.84-35.968-48.626-70.179 1.225-22.485 12.364-43.06 35.414-55.965 22.575-12.638 46.369-13.146 66.991 2.474C295.68 280.7 320.467 323.97 352.185 343.47c24.558 15.099 54.254 7.363 68.823-17.506 28.83-49.209-34.592-105.016-78.868-63.46-3.989 3.744-6.917 8.932-11.41 11.72-10.975 6.811-17.333-4.113-12.809-10.353 20.703-28.554 50.464-40.44 83.271-28.214 31.429 11.714 49.108 44.366 42.76 78.186z"],sith:[448,512,[],"f512","M0 32l69.71 118.75-58.86-11.52 69.84 91.03a146.741 146.741 0 0 0 0 51.45l-69.84 91.03 58.86-11.52L0 480l118.75-69.71-11.52 58.86 91.03-69.84c17.02 3.04 34.47 3.04 51.48 0l91.03 69.84-11.52-58.86L448 480l-69.71-118.78 58.86 11.52-69.84-91.03c3.03-17.01 3.04-34.44 0-51.45l69.84-91.03-58.86 11.52L448 32l-118.75 69.71 11.52-58.9-91.06 69.87c-8.5-1.52-17.1-2.29-25.71-2.29s-17.21.78-25.71 2.29l-91.06-69.87 11.52 58.9L0 32zm224 99.78c31.8 0 63.6 12.12 87.85 36.37 48.5 48.5 48.49 127.21 0 175.7s-127.2 48.46-175.7-.03c-48.5-48.5-48.49-127.21 0-175.7 24.24-24.25 56.05-36.34 87.85-36.34zm0 36.66c-22.42 0-44.83 8.52-61.92 25.61-34.18 34.18-34.19 89.68 0 123.87s89.65 34.18 123.84 0c34.18-34.18 34.19-89.68 0-123.87-17.09-17.09-39.5-25.61-61.92-25.61z"],themeisle:[512,512,[],"f2b2","M208 88.286c0-10 6.286-21.714 17.715-21.714 11.142 0 17.714 11.714 17.714 21.714 0 10.285-6.572 21.714-17.714 21.714C214.286 110 208 98.571 208 88.286zm304 160c0 36.001-11.429 102.286-36.286 129.714-22.858 24.858-87.428 61.143-120.857 70.572l-1.143.286v32.571c0 16.286-12.572 30.571-29.143 30.571-10 0-19.429-5.714-24.572-14.286-5.427 8.572-14.856 14.286-24.856 14.286-10 0-19.429-5.714-24.858-14.286-5.142 8.572-14.571 14.286-24.57 14.286-10.286 0-19.429-5.714-24.858-14.286-5.143 8.572-14.571 14.286-24.571 14.286-18.857 0-29.429-15.714-29.429-32.857-16.286 12.285-35.715 19.428-56.571 19.428-22 0-43.429-8.285-60.286-22.857 10.285-.286 20.571-2.286 30.285-5.714-20.857-5.714-39.428-18.857-52-36.286 21.37 4.645 46.209 1.673 67.143-11.143-22-22-56.571-58.857-68.572-87.428C1.143 321.714 0 303.714 0 289.429c0-49.714 20.286-160 86.286-160 10.571 0 18.857 4.858 23.143 14.857a158.792 158.792 0 0 1 12-15.428c2-2.572 5.714-5.429 7.143-8.286 7.999-12.571 11.714-21.142 21.714-34C182.571 45.428 232 17.143 285.143 17.143c6 0 12 .285 17.714 1.143C313.714 6.571 328.857 0 344.572 0c14.571 0 29.714 6 40 16.286.857.858 1.428 2.286 1.428 3.428 0 3.714-10.285 13.429-12.857 16.286 4.286 1.429 15.714 6.858 15.714 12 0 2.857-2.857 5.143-4.571 7.143 31.429 27.714 49.429 67.143 56.286 108 4.286-5.143 10.285-8.572 17.143-8.572 10.571 0 20.857 7.144 28.571 14.001C507.143 187.143 512 221.714 512 248.286zM188 89.428c0 18.286 12.571 37.143 32.286 37.143 19.714 0 32.285-18.857 32.285-37.143 0-18-12.571-36.857-32.285-36.857-19.715 0-32.286 18.858-32.286 36.857zM237.714 194c0-19.714 3.714-39.143 8.571-58.286-52.039 79.534-13.531 184.571 68.858 184.571 21.428 0 42.571-7.714 60-20 2-7.429 3.714-14.857 3.714-22.572 0-14.286-6.286-21.428-20.572-21.428-4.571 0-9.143.857-13.429 1.714-63.343 12.668-107.142 3.669-107.142-63.999zm-41.142 254.858c0-11.143-8.858-20.857-20.286-20.857-11.429 0-20 9.715-20 20.857v32.571c0 11.143 8.571 21.142 20 21.142 11.428 0 20.286-9.715 20.286-21.142v-32.571zm49.143 0c0-11.143-8.572-20.857-20-20.857-11.429 0-20.286 9.715-20.286 20.857v32.571c0 11.143 8.857 21.142 20.286 21.142 11.428 0 20-10 20-21.142v-32.571zm49.713 0c0-11.143-8.857-20.857-20.285-20.857-11.429 0-20.286 9.715-20.286 20.857v32.571c0 11.143 8.857 21.142 20.286 21.142 11.428 0 20.285-9.715 20.285-21.142v-32.571zm49.715 0c0-11.143-8.857-20.857-20.286-20.857-11.428 0-20.286 9.715-20.286 20.857v32.571c0 11.143 8.858 21.142 20.286 21.142 11.429 0 20.286-10 20.286-21.142v-32.571zM421.714 286c-30.857 59.142-90.285 102.572-158.571 102.572-96.571 0-160.571-84.572-160.571-176.572 0-16.857 2-33.429 6-49.714-20 33.715-29.714 72.572-29.714 111.429 0 60.286 24.857 121.715 71.429 160.857 5.143-9.714 14.857-16.286 26-16.286 10 0 19.428 5.714 24.571 14.286 5.429-8.571 14.571-14.286 24.858-14.286 10 0 19.428 5.714 24.571 14.286 5.429-8.571 14.857-14.286 24.858-14.286 10 0 19.428 5.714 24.857 14.286 5.143-8.571 14.571-14.286 24.572-14.286 10.857 0 20.857 6.572 25.714 16 43.427-36.286 68.569-92 71.426-148.286zm10.572-99.714c0-53.714-34.571-105.714-92.572-105.714-30.285 0-58.571 15.143-78.857 36.857C240.862 183.812 233.41 254 302.286 254c28.805 0 97.357-28.538 84.286 36.857 28.857-26 45.714-65.714 45.714-104.571z"],page4:[496,512,[],"f3d7","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"],hashnode:[512,512,[],"e499","M35.19 171.1C-11.72 217.1-11.72 294 35.19 340.9L171.1 476.8C217.1 523.7 294 523.7 340.9 476.8L476.8 340.9C523.7 294 523.7 217.1 476.8 171.1L340.9 35.19C294-11.72 217.1-11.72 171.1 35.19L35.19 171.1zM315.5 315.5C282.6 348.3 229.4 348.3 196.6 315.5C163.7 282.6 163.7 229.4 196.6 196.6C229.4 163.7 282.6 163.7 315.5 196.6C348.3 229.4 348.3 282.6 315.5 315.5z"],react:[512,512,[],"f41b","M418.2 177.2c-5.4-1.8-10.8-3.5-16.2-5.1.9-3.7 1.7-7.4 2.5-11.1 12.3-59.6 4.2-107.5-23.1-123.3-26.3-15.1-69.2.6-112.6 38.4-4.3 3.7-8.5 7.6-12.5 11.5-2.7-2.6-5.5-5.2-8.3-7.7-45.5-40.4-91.1-57.4-118.4-41.5-26.2 15.2-34 60.3-23 116.7 1.1 5.6 2.3 11.1 3.7 16.7-6.4 1.8-12.7 3.8-18.6 5.9C38.3 196.2 0 225.4 0 255.6c0 31.2 40.8 62.5 96.3 81.5 4.5 1.5 9 3 13.6 4.3-1.5 6-2.8 11.9-4 18-10.5 55.5-2.3 99.5 23.9 114.6 27 15.6 72.4-.4 116.6-39.1 3.5-3.1 7-6.3 10.5-9.7 4.4 4.3 9 8.4 13.6 12.4 42.8 36.8 85.1 51.7 111.2 36.6 27-15.6 35.8-62.9 24.4-120.5-.9-4.4-1.9-8.9-3-13.5 3.2-.9 6.3-1.9 9.4-2.9 57.7-19.1 99.5-50 99.5-81.7 0-30.3-39.4-59.7-93.8-78.4zM282.9 92.3c37.2-32.4 71.9-45.1 87.7-36 16.9 9.7 23.4 48.9 12.8 100.4-.7 3.4-1.4 6.7-2.3 10-22.2-5-44.7-8.6-67.3-10.6-13-18.6-27.2-36.4-42.6-53.1 3.9-3.7 7.7-7.2 11.7-10.7zM167.2 307.5c5.1 8.7 10.3 17.4 15.8 25.9-15.6-1.7-31.1-4.2-46.4-7.5 4.4-14.4 9.9-29.3 16.3-44.5 4.6 8.8 9.3 17.5 14.3 26.1zm-30.3-120.3c14.4-3.2 29.7-5.8 45.6-7.8-5.3 8.3-10.5 16.8-15.4 25.4-4.9 8.5-9.7 17.2-14.2 26-6.3-14.9-11.6-29.5-16-43.6zm27.4 68.9c6.6-13.8 13.8-27.3 21.4-40.6s15.8-26.2 24.4-38.9c15-1.1 30.3-1.7 45.9-1.7s31 .6 45.9 1.7c8.5 12.6 16.6 25.5 24.3 38.7s14.9 26.7 21.7 40.4c-6.7 13.8-13.9 27.4-21.6 40.8-7.6 13.3-15.7 26.2-24.2 39-14.9 1.1-30.4 1.6-46.1 1.6s-30.9-.5-45.6-1.4c-8.7-12.7-16.9-25.7-24.6-39s-14.8-26.8-21.5-40.6zm180.6 51.2c5.1-8.8 9.9-17.7 14.6-26.7 6.4 14.5 12 29.2 16.9 44.3-15.5 3.5-31.2 6.2-47 8 5.4-8.4 10.5-17 15.5-25.6zm14.4-76.5c-4.7-8.8-9.5-17.6-14.5-26.2-4.9-8.5-10-16.9-15.3-25.2 16.1 2 31.5 4.7 45.9 8-4.6 14.8-10 29.2-16.1 43.4zM256.2 118.3c10.5 11.4 20.4 23.4 29.6 35.8-19.8-.9-39.7-.9-59.5 0 9.8-12.9 19.9-24.9 29.9-35.8zM140.2 57c16.8-9.8 54.1 4.2 93.4 39 2.5 2.2 5 4.6 7.6 7-15.5 16.7-29.8 34.5-42.9 53.1-22.6 2-45 5.5-67.2 10.4-1.3-5.1-2.4-10.3-3.5-15.5-9.4-48.4-3.2-84.9 12.6-94zm-24.5 263.6c-4.2-1.2-8.3-2.5-12.4-3.9-21.3-6.7-45.5-17.3-63-31.2-10.1-7-16.9-17.8-18.8-29.9 0-18.3 31.6-41.7 77.2-57.6 5.7-2 11.5-3.8 17.3-5.5 6.8 21.7 15 43 24.5 63.6-9.6 20.9-17.9 42.5-24.8 64.5zm116.6 98c-16.5 15.1-35.6 27.1-56.4 35.3-11.1 5.3-23.9 5.8-35.3 1.3-15.9-9.2-22.5-44.5-13.5-92 1.1-5.6 2.3-11.2 3.7-16.7 22.4 4.8 45 8.1 67.9 9.8 13.2 18.7 27.7 36.6 43.2 53.4-3.2 3.1-6.4 6.1-9.6 8.9zm24.5-24.3c-10.2-11-20.4-23.2-30.3-36.3 9.6.4 19.5.6 29.5.6 10.3 0 20.4-.2 30.4-.7-9.2 12.7-19.1 24.8-29.6 36.4zm130.7 30c-.9 12.2-6.9 23.6-16.5 31.3-15.9 9.2-49.8-2.8-86.4-34.2-4.2-3.6-8.4-7.5-12.7-11.5 15.3-16.9 29.4-34.8 42.2-53.6 22.9-1.9 45.7-5.4 68.2-10.5 1 4.1 1.9 8.2 2.7 12.2 4.9 21.6 5.7 44.1 2.5 66.3zm18.2-107.5c-2.8.9-5.6 1.8-8.5 2.6-7-21.8-15.6-43.1-25.5-63.8 9.6-20.4 17.7-41.4 24.5-62.9 5.2 1.5 10.2 3.1 15 4.7 46.6 16 79.3 39.8 79.3 58 0 19.6-34.9 44.9-84.8 61.4zm-149.7-15c25.3 0 45.8-20.5 45.8-45.8s-20.5-45.8-45.8-45.8c-25.3 0-45.8 20.5-45.8 45.8s20.5 45.8 45.8 45.8z"],"cc-paypal":[576,512,[],"f1f4","M186.3 258.2c0 12.2-9.7 21.5-22 21.5-9.2 0-16-5.2-16-15 0-12.2 9.5-22 21.7-22 9.3 0 16.3 5.7 16.3 15.5zM80.5 209.7h-4.7c-1.5 0-3 1-3.2 2.7l-4.3 26.7 8.2-.3c11 0 19.5-1.5 21.5-14.2 2.3-13.4-6.2-14.9-17.5-14.9zm284 0H360c-1.8 0-3 1-3.2 2.7l-4.2 26.7 8-.3c13 0 22-3 22-18-.1-10.6-9.6-11.1-18.1-11.1zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM128.3 215.4c0-21-16.2-28-34.7-28h-40c-2.5 0-5 2-5.2 4.7L32 294.2c-.3 2 1.2 4 3.2 4h19c2.7 0 5.2-2.9 5.5-5.7l4.5-26.6c1-7.2 13.2-4.7 18-4.7 28.6 0 46.1-17 46.1-45.8zm84.2 8.8h-19c-3.8 0-4 5.5-4.2 8.2-5.8-8.5-14.2-10-23.7-10-24.5 0-43.2 21.5-43.2 45.2 0 19.5 12.2 32.2 31.7 32.2 9 0 20.2-4.9 26.5-11.9-.5 1.5-1 4.7-1 6.2 0 2.3 1 4 3.2 4H200c2.7 0 5-2.9 5.5-5.7l10.2-64.3c.3-1.9-1.2-3.9-3.2-3.9zm40.5 97.9l63.7-92.6c.5-.5.5-1 .5-1.7 0-1.7-1.5-3.5-3.2-3.5h-19.2c-1.7 0-3.5 1-4.5 2.5l-26.5 39-11-37.5c-.8-2.2-3-4-5.5-4h-18.7c-1.7 0-3.2 1.8-3.2 3.5 0 1.2 19.5 56.8 21.2 62.1-2.7 3.8-20.5 28.6-20.5 31.6 0 1.8 1.5 3.2 3.2 3.2h19.2c1.8-.1 3.5-1.1 4.5-2.6zm159.3-106.7c0-21-16.2-28-34.7-28h-39.7c-2.7 0-5.2 2-5.5 4.7l-16.2 102c-.2 2 1.3 4 3.2 4h20.5c2 0 3.5-1.5 4-3.2l4.5-29c1-7.2 13.2-4.7 18-4.7 28.4 0 45.9-17 45.9-45.8zm84.2 8.8h-19c-3.8 0-4 5.5-4.3 8.2-5.5-8.5-14-10-23.7-10-24.5 0-43.2 21.5-43.2 45.2 0 19.5 12.2 32.2 31.7 32.2 9.3 0 20.5-4.9 26.5-11.9-.3 1.5-1 4.7-1 6.2 0 2.3 1 4 3.2 4H484c2.7 0 5-2.9 5.5-5.7l10.2-64.3c.3-1.9-1.2-3.9-3.2-3.9zm47.5-33.3c0-2-1.5-3.5-3.2-3.5h-18.5c-1.5 0-3 1.2-3.2 2.7l-16.2 104-.3.5c0 1.8 1.5 3.5 3.5 3.5h16.5c2.5 0 5-2.9 5.2-5.7L544 191.2v-.3zm-90 51.8c-12.2 0-21.7 9.7-21.7 22 0 9.7 7 15 16.2 15 12 0 21.7-9.2 21.7-21.5.1-9.8-6.9-15.5-16.2-15.5z"],squarespace:[512,512,[],"f5be","M186.12 343.34c-9.65 9.65-9.65 25.29 0 34.94 9.65 9.65 25.29 9.65 34.94 0L378.24 221.1c19.29-19.29 50.57-19.29 69.86 0s19.29 50.57 0 69.86L293.95 445.1c19.27 19.29 50.53 19.31 69.82.04l.04-.04 119.25-119.24c38.59-38.59 38.59-101.14 0-139.72-38.59-38.59-101.15-38.59-139.72 0l-157.22 157.2zm244.53-104.8c-9.65-9.65-25.29-9.65-34.93 0l-157.2 157.18c-19.27 19.29-50.53 19.31-69.82.05l-.05-.05c-9.64-9.64-25.27-9.65-34.92-.01l-.01.01c-9.65 9.64-9.66 25.28-.02 34.93l.02.02c38.58 38.57 101.14 38.57 139.72 0l157.2-157.2c9.65-9.65 9.65-25.29.01-34.93zm-261.99 87.33l157.18-157.18c9.64-9.65 9.64-25.29 0-34.94-9.64-9.64-25.27-9.64-34.91 0L133.72 290.93c-19.28 19.29-50.56 19.3-69.85.01l-.01-.01c-19.29-19.28-19.31-50.54-.03-69.84l.03-.03L218.03 66.89c-19.28-19.29-50.55-19.3-69.85-.02l-.02.02L28.93 186.14c-38.58 38.59-38.58 101.14 0 139.72 38.6 38.59 101.13 38.59 139.73.01zm-87.33-52.4c9.64 9.64 25.27 9.64 34.91 0l157.21-157.19c19.28-19.29 50.55-19.3 69.84-.02l.02.02c9.65 9.65 25.29 9.65 34.93 0 9.65-9.65 9.65-25.29 0-34.93-38.59-38.59-101.13-38.59-139.72 0L81.33 238.54c-9.65 9.64-9.65 25.28-.01 34.93h.01z"],"cc-stripe":[576,512,[],"f1f5","M492.4 220.8c-8.9 0-18.7 6.7-18.7 22.7h36.7c0-16-9.3-22.7-18-22.7zM375 223.4c-8.2 0-13.3 2.9-17 7l.2 52.8c3.5 3.7 8.5 6.7 16.8 6.7 13.1 0 21.9-14.3 21.9-33.4 0-18.6-9-33.2-21.9-33.1zM528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM122.2 281.1c0 25.6-20.3 40.1-49.9 40.3-12.2 0-25.6-2.4-38.8-8.1v-33.9c12 6.4 27.1 11.3 38.9 11.3 7.9 0 13.6-2.1 13.6-8.7 0-17-54-10.6-54-49.9 0-25.2 19.2-40.2 48-40.2 11.8 0 23.5 1.8 35.3 6.5v33.4c-10.8-5.8-24.5-9.1-35.3-9.1-7.5 0-12.1 2.2-12.1 7.7 0 16 54.3 8.4 54.3 50.7zm68.8-56.6h-27V275c0 20.9 22.5 14.4 27 12.6v28.9c-4.7 2.6-13.3 4.7-24.9 4.7-21.1 0-36.9-15.5-36.9-36.5l.2-113.9 34.7-7.4v30.8H191zm74 2.4c-4.5-1.5-18.7-3.6-27.1 7.4v84.4h-35.5V194.2h30.7l2.2 10.5c8.3-15.3 24.9-12.2 29.6-10.5h.1zm44.1 91.8h-35.7V194.2h35.7zm0-142.9l-35.7 7.6v-28.9l35.7-7.6zm74.1 145.5c-12.4 0-20-5.3-25.1-9l-.1 40.2-35.5 7.5V194.2h31.3l1.8 8.8c4.9-4.5 13.9-11.1 27.8-11.1 24.9 0 48.4 22.5 48.4 63.8 0 45.1-23.2 65.5-48.6 65.6zm160.4-51.5h-69.5c1.6 16.6 13.8 21.5 27.6 21.5 14.1 0 25.2-3 34.9-7.9V312c-9.7 5.3-22.4 9.2-39.4 9.2-34.6 0-58.8-21.7-58.8-64.5 0-36.2 20.5-64.9 54.3-64.9 33.7 0 51.3 28.7 51.3 65.1 0 3.5-.3 10.9-.4 12.9z"],"creative-commons-share":[496,512,[],"f4f2","M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm101 132.4c7.8 0 13.7 6.1 13.7 13.7v182.5c0 7.7-6.1 13.7-13.7 13.7H214.3c-7.7 0-13.7-6-13.7-13.7v-54h-54c-7.8 0-13.7-6-13.7-13.7V131.1c0-8.2 6.6-12.7 12.4-13.7h136.4c7.7 0 13.7 6 13.7 13.7v54h54zM159.9 300.3h40.7V198.9c0-7.4 5.8-12.6 12-13.7h55.8v-40.3H159.9v155.4zm176.2-88.1H227.6v155.4h108.5V212.2z"],bitcoin:[512,512,[],"f379","M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zm-141.651-35.33c4.937-32.999-20.191-50.739-54.55-62.573l11.146-44.702-27.213-6.781-10.851 43.524c-7.154-1.783-14.502-3.464-21.803-5.13l10.929-43.81-27.198-6.781-11.153 44.686c-5.922-1.349-11.735-2.682-17.377-4.084l.031-.14-37.53-9.37-7.239 29.062s20.191 4.627 19.765 4.913c11.022 2.751 13.014 10.044 12.68 15.825l-12.696 50.925c.76.194 1.744.473 2.829.907-.907-.225-1.876-.473-2.876-.713l-17.796 71.338c-1.349 3.348-4.767 8.37-12.471 6.464.271.395-19.78-4.937-19.78-4.937l-13.51 31.147 35.414 8.827c6.588 1.651 13.045 3.379 19.4 5.006l-11.262 45.213 27.182 6.781 11.153-44.733a1038.209 1038.209 0 0 0 21.687 5.627l-11.115 44.523 27.213 6.781 11.262-45.128c46.404 8.781 81.299 5.239 95.986-36.727 11.836-33.79-.589-53.281-25.004-65.991 17.78-4.098 31.174-15.792 34.747-39.949zm-62.177 87.179c-8.41 33.79-65.308 15.523-83.755 10.943l14.944-59.899c18.446 4.603 77.6 13.717 68.811 48.956zm8.417-87.667c-7.673 30.736-55.031 15.12-70.393 11.292l13.548-54.327c15.363 3.828 64.836 10.973 56.845 43.035z"],keycdn:[512,512,[],"f3ba","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"],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"],"itch-io":[512,512,[],"f83a","M71.92 34.77C50.2 47.67 7.4 96.84 7 109.73v21.34c0 27.06 25.29 50.84 48.25 50.84 27.57 0 50.54-22.85 50.54-50 0 27.12 22.18 50 49.76 50s49-22.85 49-50c0 27.12 23.59 50 51.16 50h.5c27.57 0 51.16-22.85 51.16-50 0 27.12 21.47 50 49 50s49.76-22.85 49.76-50c0 27.12 23 50 50.54 50 23 0 48.25-23.78 48.25-50.84v-21.34c-.4-12.9-43.2-62.07-64.92-75C372.56 32.4 325.76 32 256 32S91.14 33.1 71.92 34.77zm132.32 134.39c-22 38.4-77.9 38.71-99.85.25-13.17 23.14-43.17 32.07-56 27.66-3.87 40.15-13.67 237.13 17.73 269.15 80 18.67 302.08 18.12 379.76 0 31.65-32.27 21.32-232 17.75-269.15-12.92 4.44-42.88-4.6-56-27.66-22 38.52-77.85 38.1-99.85-.24-7.1 12.49-23.05 28.94-51.76 28.94a57.54 57.54 0 0 1-51.75-28.94zm-41.58 53.77c16.47 0 31.09 0 49.22 19.78a436.91 436.91 0 0 1 88.18 0C318.22 223 332.85 223 349.31 223c52.33 0 65.22 77.53 83.87 144.45 17.26 62.15-5.52 63.67-33.95 63.73-42.15-1.57-65.49-32.18-65.49-62.79-39.25 6.43-101.93 8.79-155.55 0 0 30.61-23.34 61.22-65.49 62.79-28.42-.06-51.2-1.58-33.94-63.73 18.67-67 31.56-144.45 83.88-144.45zM256 270.79s-44.38 40.77-52.35 55.21l29-1.17v25.32c0 1.55 21.34.16 23.33.16 11.65.54 23.31 1 23.31-.16v-25.28l29 1.17c-8-14.48-52.35-55.24-52.35-55.24z"],umbraco:[510,512,[],"f8e8","M255.35 8C118.36 7.83 7.14 118.72 7 255.68c-.07 137 111 248.2 248 248.27 136.85 0 247.82-110.7 248-247.67S392.34 8.17 255.35 8zm145 266q-1.14 40.68-14 65t-43.51 35q-30.61 10.7-85.45 10.47h-4.6q-54.78.22-85.44-10.47t-43.52-35q-12.85-24.36-14-65a224.81 224.81 0 0 1 0-30.71 418.37 418.37 0 0 1 3.6-43.88c1.88-13.39 3.57-22.58 5.4-32 1-4.88 1.28-6.42 1.82-8.45a5.09 5.09 0 0 1 4.9-3.89h.69l32 5a5.07 5.07 0 0 1 4.16 5 5 5 0 0 1 0 .77l-1.7 8.78q-2.41 13.25-4.84 33.68a380.62 380.62 0 0 0-2.64 42.15q-.28 40.43 8.13 59.83a43.87 43.87 0 0 0 31.31 25.18A243 243 0 0 0 250 340.6h10.25a242.64 242.64 0 0 0 57.27-5.16 43.86 43.86 0 0 0 31.15-25.23q8.53-19.42 8.13-59.78a388 388 0 0 0-2.6-42.15q-2.48-20.38-4.89-33.68l-1.69-8.78a5 5 0 0 1 0-.77 5 5 0 0 1 4.2-5l32-5h.82a5 5 0 0 1 4.9 3.89c.55 2.05.81 3.57 1.83 8.45 1.82 9.62 3.52 18.78 5.39 32a415.71 415.71 0 0 1 3.61 43.88 228.06 228.06 0 0 1-.04 30.73z"],"galactic-senate":[512,512,[],"f50d","M249.86 33.48v26.07C236.28 80.17 226 168.14 225.39 274.9c11.74-15.62 19.13-33.33 19.13-48.24v-16.88c-.03-5.32.75-10.53 2.19-15.65.65-2.14 1.39-4.08 2.62-5.82 1.23-1.75 3.43-3.79 6.68-3.79 3.24 0 5.45 2.05 6.68 3.79 1.23 1.75 1.97 3.68 2.62 5.82 1.44 5.12 2.22 10.33 2.19 15.65v16.88c0 14.91 7.39 32.62 19.13 48.24-.63-106.76-10.91-194.73-24.49-215.35V33.48h-12.28zm-26.34 147.77c-9.52 2.15-18.7 5.19-27.46 9.08 8.9 16.12 9.76 32.64 1.71 37.29-8 4.62-21.85-4.23-31.36-19.82-11.58 8.79-21.88 19.32-30.56 31.09 14.73 9.62 22.89 22.92 18.32 30.66-4.54 7.7-20.03 7.14-35.47-.96-5.78 13.25-9.75 27.51-11.65 42.42 9.68.18 18.67 2.38 26.18 6.04 17.78-.3 32.77-1.96 40.49-4.22 5.55-26.35 23.02-48.23 46.32-59.51.73-25.55 1.88-49.67 3.48-72.07zm64.96 0c1.59 22.4 2.75 46.52 3.47 72.07 23.29 11.28 40.77 33.16 46.32 59.51 7.72 2.26 22.71 3.92 40.49 4.22 7.51-3.66 16.5-5.85 26.18-6.04-1.9-14.91-5.86-29.17-11.65-42.42-15.44 8.1-30.93 8.66-35.47.96-4.57-7.74 3.6-21.05 18.32-30.66-8.68-11.77-18.98-22.3-30.56-31.09-9.51 15.59-23.36 24.44-31.36 19.82-8.05-4.65-7.19-21.16 1.71-37.29a147.49 147.49 0 0 0-27.45-9.08zm-32.48 8.6c-3.23 0-5.86 8.81-6.09 19.93h-.05v16.88c0 41.42-49.01 95.04-93.49 95.04-52 0-122.75-1.45-156.37 29.17v2.51c9.42 17.12 20.58 33.17 33.18 47.97C45.7 380.26 84.77 360.4 141.2 360c45.68 1.02 79.03 20.33 90.76 40.87.01.01-.01.04 0 .05 7.67 2.14 15.85 3.23 24.04 3.21 8.19.02 16.37-1.07 24.04-3.21.01-.01-.01-.04 0-.05 11.74-20.54 45.08-39.85 90.76-40.87 56.43.39 95.49 20.26 108.02 41.35 12.6-14.8 23.76-30.86 33.18-47.97v-2.51c-33.61-30.62-104.37-29.17-156.37-29.17-44.48 0-93.49-53.62-93.49-95.04v-16.88h-.05c-.23-11.12-2.86-19.93-6.09-19.93zm0 96.59c22.42 0 40.6 18.18 40.6 40.6s-18.18 40.65-40.6 40.65-40.6-18.23-40.6-40.65c0-22.42 18.18-40.6 40.6-40.6zm0 7.64c-18.19 0-32.96 14.77-32.96 32.96S237.81 360 256 360s32.96-14.77 32.96-32.96-14.77-32.96-32.96-32.96zm0 6.14c14.81 0 26.82 12.01 26.82 26.82s-12.01 26.82-26.82 26.82-26.82-12.01-26.82-26.82 12.01-26.82 26.82-26.82zm-114.8 66.67c-10.19.07-21.6.36-30.5 1.66.43 4.42 1.51 18.63 7.11 29.76 9.11-2.56 18.36-3.9 27.62-3.9 41.28.94 71.48 34.35 78.26 74.47l.11 4.7c10.4 1.91 21.19 2.94 32.21 2.94 11.03 0 21.81-1.02 32.21-2.94l.11-4.7c6.78-40.12 36.98-73.53 78.26-74.47 9.26 0 18.51 1.34 27.62 3.9 5.6-11.13 6.68-25.34 7.11-29.76-8.9-1.3-20.32-1.58-30.5-1.66-18.76.42-35.19 4.17-48.61 9.67-12.54 16.03-29.16 30.03-49.58 33.07-.09.02-.17.04-.27.05-.05.01-.11.04-.16.05-5.24 1.07-10.63 1.6-16.19 1.6-5.55 0-10.95-.53-16.19-1.6-.05-.01-.11-.04-.16-.05-.1-.02-.17-.04-.27-.05-20.42-3.03-37.03-17.04-49.58-33.07-13.42-5.49-29.86-9.25-48.61-9.67z"],ubuntu:[496,512,[],"f7df","M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm52.7 93c8.8-15.2 28.3-20.5 43.5-11.7 15.3 8.8 20.5 28.3 11.7 43.6-8.8 15.2-28.3 20.5-43.5 11.7-15.3-8.9-20.5-28.4-11.7-43.6zM87.4 287.9c-17.6 0-31.9-14.3-31.9-31.9 0-17.6 14.3-31.9 31.9-31.9 17.6 0 31.9 14.3 31.9 31.9 0 17.6-14.3 31.9-31.9 31.9zm28.1 3.1c22.3-17.9 22.4-51.9 0-69.9 8.6-32.8 29.1-60.7 56.5-79.1l23.7 39.6c-51.5 36.3-51.5 112.5 0 148.8L172 370c-27.4-18.3-47.8-46.3-56.5-79zm228.7 131.7c-15.3 8.8-34.7 3.6-43.5-11.7-8.8-15.3-3.6-34.8 11.7-43.6 15.2-8.8 34.7-3.6 43.5 11.7 8.8 15.3 3.6 34.8-11.7 43.6zm.3-69.5c-26.7-10.3-56.1 6.6-60.5 35-5.2 1.4-48.9 14.3-96.7-9.4l22.5-40.3c57 26.5 123.4-11.7 128.9-74.4l46.1.7c-2.3 34.5-17.3 65.5-40.3 88.4zm-5.9-105.3c-5.4-62-71.3-101.2-128.9-74.4l-22.5-40.3c47.9-23.7 91.5-10.8 96.7-9.4 4.4 28.3 33.8 45.3 60.5 35 23.1 22.9 38 53.9 40.2 88.5l-46 .6z"],draft2digital:[480,512,[],"f396","M480 398.1l-144-82.2v64.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-.1V480zM369.9 371l47.1 27.2-47.1 27.2zM134.2 161.4c0 12.4-10 22.4-22.4 22.4s-22.4-10-22.4-22.4 10-22.4 22.4-22.4 22.4 10.1 22.4 22.4zM82.5 380.5c25.6-27.4 97.7-104.7 150.8-169.9 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.7z"],stripe:[640,512,[],"f429","M165 144.7l-43.3 9.2-.2 142.4c0 26.3 19.8 43.3 46.1 43.3 14.6 0 25.3-2.7 31.2-5.9v-33.8c-5.7 2.3-33.7 10.5-33.7-15.7V221h33.7v-37.8h-33.7zm89.1 51.6l-2.7-13.1H213v153.2h44.3V233.3c10.5-13.8 28.2-11.1 33.9-9.3v-40.8c-6-2.1-26.7-6-37.1 13.1zm92.3-72.3l-44.6 9.5v36.2l44.6-9.5zM44.9 228.3c0-6.9 5.8-9.6 15.1-9.7 13.5 0 30.7 4.1 44.2 11.4v-41.8c-14.7-5.8-29.4-8.1-44.1-8.1-36 0-60 18.8-60 50.2 0 49.2 67.5 41.2 67.5 62.4 0 8.2-7.1 10.9-17 10.9-14.7 0-33.7-6.1-48.6-14.2v40c16.5 7.1 33.2 10.1 48.5 10.1 36.9 0 62.3-15.8 62.3-47.8 0-52.9-67.9-43.4-67.9-63.4zM640 261.6c0-45.5-22-81.4-64.2-81.4s-67.9 35.9-67.9 81.1c0 53.5 30.3 78.2 73.5 78.2 21.2 0 37.1-4.8 49.2-11.5v-33.4c-12.1 6.1-26 9.8-43.6 9.8-17.3 0-32.5-6.1-34.5-26.9h86.9c.2-2.3.6-11.6.6-15.9zm-87.9-16.8c0-20 12.3-28.4 23.4-28.4 10.9 0 22.5 8.4 22.5 28.4zm-112.9-64.6c-17.4 0-28.6 8.2-34.8 13.9l-2.3-11H363v204.8l44.4-9.4.1-50.2c6.4 4.7 15.9 11.2 31.4 11.2 31.8 0 60.8-23.2 60.8-79.6.1-51.6-29.3-79.7-60.5-79.7zm-10.6 122.5c-10.4 0-16.6-3.8-20.9-8.4l-.3-66c4.6-5.1 11-8.8 21.2-8.8 16.2 0 27.4 18.2 27.4 41.4.1 23.9-10.9 41.8-27.4 41.8zm-126.7 33.7h44.6V183.2h-44.6z"],houzz:[448,512,[],"f27c","M275.9 330.7H171.3V480H17V32h109.5v104.5l305.1 85.6V480H275.9z"],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"],dhl:[640,512,[],"f790","M238 301.2h58.7L319 271h-58.7L238 301.2zM0 282.9v6.4h81.8l4.7-6.4H0zM172.9 271c-8.7 0-6-3.6-4.6-5.5 2.8-3.8 7.6-10.4 10.4-14.1 2.8-3.7 2.8-5.9-2.8-5.9h-51l-41.1 55.8h100.1c33.1 0 51.5-22.5 57.2-30.3h-68.2zm317.5-6.9l39.3-53.4h-62.2l-39.3 53.4h62.2zM95.3 271H0v6.4h90.6l4.7-6.4zm111-26.6c-2.8 3.8-7.5 10.4-10.3 14.2-1.4 2-4.1 5.5 4.6 5.5h45.6s7.3-10 13.5-18.4c8.4-11.4.7-35-29.2-35H112.6l-20.4 27.8h111.4c5.6 0 5.5 2.2 2.7 5.9zM0 301.2h73.1l4.7-6.4H0v6.4zm323 0h58.7L404 271h-58.7c-.1 0-22.3 30.2-22.3 30.2zm222 .1h95v-6.4h-90.3l-4.7 6.4zm22.3-30.3l-4.7 6.4H640V271h-72.7zm-13.5 18.3H640v-6.4h-81.5l-4.7 6.4zm-164.2-78.6l-22.5 30.6h-26.2l22.5-30.6h-58.7l-39.3 53.4H409l39.3-53.4h-58.7zm33.5 60.3s-4.3 5.9-6.4 8.7c-7.4 10-.9 21.6 23.2 21.6h94.3l22.3-30.3H423.1z"],"square-pinterest":[448,512,["pinterest-square"],"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"],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"],blackberry:[512,512,[],"f37b","M166 116.9c0 23.4-16.4 49.1-72.5 49.1H23.4l21-88.8h67.8c42.1 0 53.8 23.3 53.8 39.7zm126.2-39.7h-67.8L205.7 166h70.1c53.8 0 70.1-25.7 70.1-49.1.1-16.4-11.6-39.7-53.7-39.7zM88.8 208.1H21L0 296.9h70.1c56.1 0 72.5-23.4 72.5-49.1 0-16.3-11.7-39.7-53.8-39.7zm180.1 0h-67.8l-18.7 88.8h70.1c53.8 0 70.1-23.4 70.1-49.1 0-16.3-11.7-39.7-53.7-39.7zm189.3-53.8h-67.8l-18.7 88.8h70.1c53.8 0 70.1-23.4 70.1-49.1.1-16.3-11.6-39.7-53.7-39.7zm-28 137.9h-67.8L343.7 381h70.1c56.1 0 70.1-23.4 70.1-49.1 0-16.3-11.6-39.7-53.7-39.7zM240.8 346H173l-18.7 88.8h70.1c56.1 0 70.1-25.7 70.1-49.1.1-16.3-11.6-39.7-53.7-39.7z"],"creative-commons-pd":[496,512,[],"f4ec","M248 8C111 8 0 119.1 0 256c0 137 111 248 248 248s248-111 248-248C496 119.1 385 8 248 8zm0 449.5c-139.2 0-235.8-138-190.2-267.9l78.8 35.1c-2.1 10.5-3.3 21.5-3.3 32.9 0 99 73.9 126.9 120.4 126.9 22.9 0 53.5-6.7 79.4-29.5L297 311.1c-5.5 6.3-17.6 16.7-36.3 16.7-37.8 0-53.7-39.9-53.9-71.9 230.4 102.6 216.5 96.5 217.9 96.8-34.3 62.4-100.6 104.8-176.7 104.8zm194.2-150l-224-100c18.8-34 54.9-30.7 74.7-11l40.4-41.6c-27.1-23.3-58-27.5-78.1-27.5-47.4 0-80.9 20.5-100.7 51.6l-74.9-33.4c36.1-54.9 98.1-91.2 168.5-91.2 111.1 0 201.5 90.4 201.5 201.5 0 18-2.4 35.4-6.8 52-.3-.1-.4-.2-.6-.4z"],playstation:[576,512,[],"f3df","M570.9 372.3c-11.3 14.2-38.8 24.3-38.8 24.3L327 470.2v-54.3l150.9-53.8c17.1-6.1 19.8-14.8 5.8-19.4-13.9-4.6-39.1-3.3-56.2 2.9L327 381.1v-56.4c23.2-7.8 47.1-13.6 75.7-16.8 40.9-4.5 90.9.6 130.2 15.5 44.2 14 49.2 34.7 38 48.9zm-224.4-92.5v-139c0-16.3-3-31.3-18.3-35.6-11.7-3.8-19 7.1-19 23.4v347.9l-93.8-29.8V32c39.9 7.4 98 24.9 129.2 35.4C424.1 94.7 451 128.7 451 205.2c0 74.5-46 102.8-104.5 74.6zM43.2 410.2c-45.4-12.8-53-39.5-32.3-54.8 19.1-14.2 51.7-24.9 51.7-24.9l134.5-47.8v54.5l-96.8 34.6c-17.1 6.1-19.7 14.8-5.8 19.4 13.9 4.6 39.1 3.3 56.2-2.9l46.4-16.9v48.8c-51.6 9.3-101.4 7.3-153.9-10z"],quinscape:[512,512,[],"f459","M313.6 474.6h-1a158.1 158.1 0 0 1 0-316.2c94.9 0 168.2 83.1 157 176.6 4 5.1 8.2 9.6 11.2 15.3 13.4-30.3 20.3-62.4 20.3-97.7C501.1 117.5 391.6 8 256.5 8S12 117.5 12 252.6s109.5 244.6 244.5 244.6a237.36 237.36 0 0 0 70.4-10.1c-5.2-3.5-8.9-8.1-13.3-12.5zm-.1-.1l.4.1zm78.4-168.9a99.2 99.2 0 1 0 99.2 99.2 99.18 99.18 0 0 0-99.2-99.2z"],less:[640,512,[],"f41d","M612.7 219c0-20.5 3.2-32.6 3.2-54.6 0-34.2-12.6-45.2-40.5-45.2h-20.5v24.2h6.3c14.2 0 17.3 4.7 17.3 22.1 0 16.3-1.6 32.6-1.6 51.5 0 24.2 7.9 33.6 23.6 37.3v1.6c-15.8 3.7-23.6 13.1-23.6 37.3 0 18.9 1.6 34.2 1.6 51.5 0 17.9-3.7 22.6-17.3 22.6v.5h-6.3V393h20.5c27.8 0 40.5-11 40.5-45.2 0-22.6-3.2-34.2-3.2-54.6 0-11 6.8-22.6 27.3-23.6v-27.3c-20.5-.7-27.3-12.3-27.3-23.3zm-105.6 32c-15.8-6.3-30.5-10-30.5-20.5 0-7.9 6.3-12.6 17.9-12.6s22.1 4.7 33.6 13.1l21-27.8c-13.1-10-31-20.5-55.2-20.5-35.7 0-59.9 20.5-59.9 49.4 0 25.7 22.6 38.9 41.5 46.2 16.3 6.3 32.1 11.6 32.1 22.1 0 7.9-6.3 13.1-20.5 13.1-13.1 0-26.3-5.3-40.5-16.3l-21 30.5c15.8 13.1 39.9 22.1 59.9 22.1 42 0 64.6-22.1 64.6-51s-22.5-41-43-47.8zm-358.9 59.4c-3.7 0-8.4-3.2-8.4-13.1V119.1H65.2c-28.4 0-41 11-41 45.2 0 22.6 3.2 35.2 3.2 54.6 0 11-6.8 22.6-27.3 23.6v27.3c20.5.5 27.3 12.1 27.3 23.1 0 19.4-3.2 31-3.2 53.6 0 34.2 12.6 45.2 40.5 45.2h20.5v-24.2h-6.3c-13.1 0-17.3-5.3-17.3-22.6s1.6-32.1 1.6-51.5c0-24.2-7.9-33.6-23.6-37.3v-1.6c15.8-3.7 23.6-13.1 23.6-37.3 0-18.9-1.6-34.2-1.6-51.5s3.7-22.1 17.3-22.1H93v150.8c0 32.1 11 53.1 43.1 53.1 10 0 17.9-1.6 23.6-3.7l-5.3-34.2c-3.1.8-4.6.8-6.2.8zM379.9 251c-16.3-6.3-31-10-31-20.5 0-7.9 6.3-12.6 17.9-12.6 11.6 0 22.1 4.7 33.6 13.1l21-27.8c-13.1-10-31-20.5-55.2-20.5-35.7 0-59.9 20.5-59.9 49.4 0 25.7 22.6 38.9 41.5 46.2 16.3 6.3 32.1 11.6 32.1 22.1 0 7.9-6.3 13.1-20.5 13.1-13.1 0-26.3-5.3-40.5-16.3l-20.5 30.5c15.8 13.1 39.9 22.1 59.9 22.1 42 0 64.6-22.1 64.6-51 .1-28.9-22.5-41-43-47.8zm-155-68.8c-38.4 0-75.1 32.1-74.1 82.5 0 52 34.2 82.5 79.3 82.5 18.9 0 39.9-6.8 56.2-17.9l-15.8-27.8c-11.6 6.8-22.6 10-34.2 10-21 0-37.3-10-41.5-34.2H290c.5-3.7 1.6-11 1.6-19.4.6-42.6-22.6-75.7-66.7-75.7zm-30 66.2c3.2-21 15.8-31 30.5-31 18.9 0 26.3 13.1 26.3 31h-56.8z"],"blogger-b":[448,512,[],"f37d","M446.6 222.7c-1.8-8-6.8-15.4-12.5-18.5-1.8-1-13-2.2-25-2.7-20.1-.9-22.3-1.3-28.7-5-10.1-5.9-12.8-12.3-12.9-29.5-.1-33-13.8-63.7-40.9-91.3-19.3-19.7-40.9-33-65.5-40.5-5.9-1.8-19.1-2.4-63.3-2.9-69.4-.8-84.8.6-108.4 10C45.9 59.5 14.7 96.1 3.3 142.9 1.2 151.7.7 165.8.2 246.8c-.6 101.5.1 116.4 6.4 136.5 15.6 49.6 59.9 86.3 104.4 94.3 14.8 2.7 197.3 3.3 216 .8 32.5-4.4 58-17.5 81.9-41.9 17.3-17.7 28.1-36.8 35.2-62.1 4.9-17.6 4.5-142.8 2.5-151.7zm-322.1-63.6c7.8-7.9 10-8.2 58.8-8.2 43.9 0 45.4.1 51.8 3.4 9.3 4.7 13.4 11.3 13.4 21.9 0 9.5-3.8 16.2-12.3 21.6-4.6 2.9-7.3 3.1-50.3 3.3-26.5.2-47.7-.4-50.8-1.2-16.6-4.7-22.8-28.5-10.6-40.8zm191.8 199.8l-14.9 2.4-77.5.9c-68.1.8-87.3-.4-90.9-2-7.1-3.1-13.8-11.7-14.9-19.4-1.1-7.3 2.6-17.3 8.2-22.4 7.1-6.4 10.2-6.6 97.3-6.7 89.6-.1 89.1-.1 97.6 7.8 12.1 11.3 9.5 31.2-4.9 39.4z"],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"],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"],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"],gitlab:[512,512,[],"f296","M503.5 204.6L502.8 202.8L433.1 21.02C431.7 17.45 429.2 14.43 425.9 12.38C423.5 10.83 420.8 9.865 417.9 9.57C415 9.275 412.2 9.653 409.5 10.68C406.8 11.7 404.4 13.34 402.4 15.46C400.5 17.58 399.1 20.13 398.3 22.9L351.3 166.9H160.8L113.7 22.9C112.9 20.13 111.5 17.59 109.6 15.47C107.6 13.35 105.2 11.72 102.5 10.7C99.86 9.675 96.98 9.295 94.12 9.587C91.26 9.878 88.51 10.83 86.08 12.38C82.84 14.43 80.33 17.45 78.92 21.02L9.267 202.8L8.543 204.6C-1.484 230.8-2.72 259.6 5.023 286.6C12.77 313.5 29.07 337.3 51.47 354.2L51.74 354.4L52.33 354.8L158.3 434.3L210.9 474L242.9 498.2C246.6 500.1 251.2 502.5 255.9 502.5C260.6 502.5 265.2 500.1 268.9 498.2L300.9 474L353.5 434.3L460.2 354.4L460.5 354.1C482.9 337.2 499.2 313.5 506.1 286.6C514.7 259.6 513.5 230.8 503.5 204.6z"],typo3:[448,512,[],"f42b","M178.7 78.4c0-24.7 5.4-32.4 13.9-39.4-69.5 8.5-149.3 34-176.3 66.4-5.4 7.7-9.3 20.8-9.3 37.1C7 246 113.8 480 191.1 480c36.3 0 97.3-59.5 146.7-139-7 2.3-11.6 2.3-18.5 2.3-57.2 0-140.6-198.5-140.6-264.9zM301.5 32c-30.1 0-41.7 5.4-41.7 36.3 0 66.4 53.8 198.5 101.7 198.5 26.3 0 78.8-99.7 78.8-182.3 0-40.9-67-52.5-138.8-52.5z"],"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"],yahoo:[512,512,[],"f19e","M223.69,141.06,167,284.23,111,141.06H14.93L120.76,390.19,82.19,480h94.17L317.27,141.06Zm105.4,135.79a58.22,58.22,0,1,0,58.22,58.22A58.22,58.22,0,0,0,329.09,276.85ZM394.65,32l-93,223.47H406.44L499.07,32Z"],dailymotion:[448,512,[],"e052","M298.93,267a48.4,48.4,0,0,0-24.36-6.21q-19.83,0-33.44,13.27t-13.61,33.42q0,21.16,13.28,34.6t33.43,13.44q20.5,0,34.11-13.78T322,307.47A47.13,47.13,0,0,0,315.9,284,44.13,44.13,0,0,0,298.93,267ZM0,32V480H448V32ZM374.71,405.26h-53.1V381.37h-.67q-15.79,26.2-55.78,26.2-27.56,0-48.89-13.1a88.29,88.29,0,0,1-32.94-35.77q-11.6-22.68-11.59-50.89,0-27.56,11.76-50.22a89.9,89.9,0,0,1,32.93-35.78q21.18-13.09,47.72-13.1a80.87,80.87,0,0,1,29.74,5.21q13.28,5.21,25,17V153l55.79-12.09Z"],affiliatetheme:[512,512,[],"f36b","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"],"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"],bootstrap:[576,512,[],"f836","M333.5,201.4c0-22.1-15.6-34.3-43-34.3h-50.4v71.2h42.5C315.4,238.2,333.5,225,333.5,201.4z M517,188.6 c-9.5-30.9-10.9-68.8-9.8-98.1c1.1-30.5-22.7-58.5-54.7-58.5H123.7c-32.1,0-55.8,28.1-54.7,58.5c1,29.3-0.3,67.2-9.8,98.1 c-9.6,31-25.7,50.6-52.2,53.1v28.5c26.4,2.5,42.6,22.1,52.2,53.1c9.5,30.9,10.9,68.8,9.8,98.1c-1.1,30.5,22.7,58.5,54.7,58.5h328.7 c32.1,0,55.8-28.1,54.7-58.5c-1-29.3,0.3-67.2,9.8-98.1c9.6-31,25.7-50.6,52.1-53.1v-28.5C542.7,239.2,526.5,219.6,517,188.6z M300.2,375.1h-97.9V136.8h97.4c43.3,0,71.7,23.4,71.7,59.4c0,25.3-19.1,47.9-43.5,51.8v1.3c33.2,3.6,55.5,26.6,55.5,58.3 C383.4,349.7,352.1,375.1,300.2,375.1z M290.2,266.4h-50.1v78.4h52.3c34.2,0,52.3-13.7,52.3-39.5 C344.7,279.6,326.1,266.4,290.2,266.4z"],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"],"nfc-symbol":[576,512,[],"e531","M392.9 32.43C400.6 31.1 408.6 32.89 414.1 37.41C498.2 96.14 544 173.7 544 255.1C544 338.2 498.2 415.9 414.1 474.6C409.3 478.6 402.4 480.5 395.5 479.9C388.5 479.3 382 476.3 377.1 471.4L193.7 288.7C188.1 283.2 185 275.7 184.1 267.8C184.1 260 188.1 252.5 193.6 246.9C199.2 241.4 206.7 238.2 214.5 238.2C222.4 238.2 229.9 241.3 235.4 246.8L400.5 411.2C455.1 366.5 484.8 312 484.8 255.1C484.8 193.5 447.9 132.9 380.9 85.76C374.5 81.24 370.1 74.35 368.8 66.62C367.4 58.89 369.2 50.94 373.8 44.53C378.3 38.12 385.2 33.77 392.9 32.43V32.43zM186.9 479.6C179.2 480.9 171.3 479.1 164.8 474.6C81.67 415.9 35.84 338.2 35.84 255.1C35.84 173.7 81.67 96.14 164.8 37.41C170.5 33.4 177.4 31.53 184.4 32.12C191.3 32.71 197.8 35.72 202.7 40.63L386.1 223.3C391.7 228.8 394.8 236.3 394.8 244.2C394.9 251.1 391.8 259.5 386.2 265.1C380.7 270.6 373.2 273.8 365.3 273.8C357.5 273.8 349.1 270.7 344.4 265.2L179.3 100.7C124.7 145.9 95.03 199.9 95.03 255.1C95.03 318.5 131.9 379.1 198.1 426.2C205.4 430.8 209.7 437.6 211.1 445.4C212.4 453.1 210.6 461.1 206.1 467.5C201.6 473.9 194.7 478.2 186.9 479.6V479.6z"],ethereum:[320,512,[],"f42e","M311.9 260.8L160 353.6 8 260.8 160 0l151.9 260.8zM160 383.4L8 290.6 160 512l152-221.4-152 92.8z"],"speaker-deck":[512,512,[],"f83c","M213.86 296H100a100 100 0 0 1 0-200h132.84a40 40 0 0 1 0 80H98c-26.47 0-26.45 40 0 40h113.82a100 100 0 0 1 0 200H40a40 40 0 0 1 0-80h173.86c26.48 0 26.46-40 0-40zM298 416a120.21 120.21 0 0 0 51.11-80h64.55a19.83 19.83 0 0 0 19.66-20V196a19.83 19.83 0 0 0-19.66-20H296.42a60.77 60.77 0 0 0 0-80h136.93c43.44 0 78.65 35.82 78.65 80v160c0 44.18-35.21 80-78.65 80z"],"creative-commons-nc-eu":[496,512,[],"f4e9","M247.7 8C103.6 8 0 124.8 0 256c0 136.3 111.7 248 247.7 248C377.9 504 496 403.1 496 256 496 117 388.4 8 247.7 8zm.6 450.7c-112 0-203.6-92.5-203.6-202.7 0-23.2 3.7-45.2 10.9-66l65.7 29.1h-4.7v29.5h23.3c0 6.2-.4 3.2-.4 19.5h-22.8v29.5h27c11.4 67 67.2 101.3 124.6 101.3 26.6 0 50.6-7.9 64.8-15.8l-10-46.1c-8.7 4.6-28.2 10.8-47.3 10.8-28.2 0-58.1-10.9-67.3-50.2h90.3l128.3 56.8c-1.5 2.1-56.2 104.3-178.8 104.3zm-16.7-190.6l-.5-.4.9.4h-.4zm77.2-19.5h3.7v-29.5h-70.3l-28.6-12.6c2.5-5.5 5.4-10.5 8.8-14.3 12.9-15.8 31.1-22.4 51.1-22.4 18.3 0 35.3 5.4 46.1 10l11.6-47.3c-15-6.6-37-12.4-62.3-12.4-39 0-72.2 15.8-95.9 42.3-5.3 6.1-9.8 12.9-13.9 20.1l-81.6-36.1c64.6-96.8 157.7-93.6 170.7-93.6 113 0 203 90.2 203 203.4 0 18.7-2.1 36.3-6.3 52.9l-136.1-60.5z"],patreon:[512,512,[],"f3d9","M512 194.8c0 101.3-82.4 183.8-183.8 183.8-101.7 0-184.4-82.4-184.4-183.8 0-101.6 82.7-184.3 184.4-184.3C429.6 10.5 512 93.2 512 194.8zM0 501.5h90v-491H0v491z"],avianex:[512,512,[],"f374","M453.1 32h-312c-38.9 0-76.2 31.2-83.3 69.7L1.2 410.3C-5.9 448.8 19.9 480 58.9 480h312c38.9 0 76.2-31.2 83.3-69.7l56.7-308.5c7-38.6-18.8-69.8-57.8-69.8zm-58.2 347.3l-32 13.5-115.4-110c-14.7 10-29.2 19.5-41.7 27.1l22.1 64.2-17.9 12.7-40.6-61-52.4-48.1 15.7-15.4 58 31.1c9.3-10.5 20.8-22.6 32.8-34.9L203 228.9l-68.8-99.8 18.8-28.9 8.9-4.8L265 207.8l4.9 4.5c19.4-18.8 33.8-32.4 33.8-32.4 7.7-6.5 21.5-2.9 30.7 7.9 9 10.5 10.6 24.7 2.7 31.3-1.8 1.3-15.5 11.4-35.3 25.6l4.5 7.3 94.9 119.4-6.3 7.9z"],ello:[496,512,[],"f5f1","M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm143.84 285.2C375.31 358.51 315.79 404.8 248 404.8s-127.31-46.29-143.84-111.6c-1.65-7.44 2.48-15.71 9.92-17.36 7.44-1.65 15.71 2.48 17.36 9.92 14.05 52.91 62 90.11 116.56 90.11s102.51-37.2 116.56-90.11c1.65-7.44 9.92-12.4 17.36-9.92 7.44 1.65 12.4 9.92 9.92 17.36z"],gofore:[400,512,[],"f3a7","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"],bimobject:[448,512,[],"f378","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"],"facebook-f":[320,512,[],"f39e","M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"],"square-google-plus":[448,512,["google-plus-square"],"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"],mandalorian:[448,512,[],"f50f","M232.27 511.89c-1-3.26-1.69-15.83-1.39-24.58.55-15.89 1-24.72 1.4-28.76.64-6.2 2.87-20.72 3.28-21.38.6-1 .4-27.87-.24-33.13-.31-2.58-.63-11.9-.69-20.73-.13-16.47-.53-20.12-2.73-24.76-1.1-2.32-1.23-3.84-1-11.43a92.38 92.38 0 0 0-.34-12.71c-2-13-3.46-27.7-3.25-33.9s.43-7.15 2.06-9.67c3.05-4.71 6.51-14 8.62-23.27 2.26-9.86 3.88-17.18 4.59-20.74a109.54 109.54 0 0 1 4.42-15.05c2.27-6.25 2.49-15.39.37-15.39-.3 0-1.38 1.22-2.41 2.71s-4.76 4.8-8.29 7.36c-8.37 6.08-11.7 9.39-12.66 12.58s-1 7.23-.16 7.76c.34.21 1.29 2.4 2.11 4.88a28.83 28.83 0 0 1 .72 15.36c-.39 1.77-1 5.47-1.46 8.23s-1 6.46-1.25 8.22a9.85 9.85 0 0 1-1.55 4.26c-1 1-1.14.91-2.05-.53a14.87 14.87 0 0 1-1.44-4.75c-.25-1.74-1.63-7.11-3.08-11.93-3.28-10.9-3.52-16.15-1-21a14.24 14.24 0 0 0 1.67-4.61c0-2.39-2.2-5.32-7.41-9.89-7-6.18-8.63-7.92-10.23-11.3-1.71-3.6-3.06-4.06-4.54-1.54-1.78 3-2.6 9.11-3 22l-.34 12.19 2 2.25c3.21 3.7 12.07 16.45 13.78 19.83 3.41 6.74 4.34 11.69 4.41 23.56s.95 22.75 2 24.71c.36.66.51 1.35.34 1.52s.41 2.09 1.29 4.27a38.14 38.14 0 0 1 2.06 9 91 91 0 0 0 1.71 10.37c2.23 9.56 2.77 14.08 2.39 20.14-.2 3.27-.53 11.07-.73 17.32-1.31 41.76-1.85 58-2 61.21-.12 2-.39 11.51-.6 21.07-.36 16.3-1.3 27.37-2.42 28.65-.64.73-8.07-4.91-12.52-9.49-3.75-3.87-4-4.79-2.83-9.95.7-3 2.26-18.29 3.33-32.62.36-4.78.81-10.5 1-12.71.83-9.37 1.66-20.35 2.61-34.78.56-8.46 1.33-16.44 1.72-17.73s.89-9.89 1.13-19.11l.43-16.77-2.26-4.3c-1.72-3.28-4.87-6.94-13.22-15.34-6-6.07-11.84-12.3-12.91-13.85l-1.95-2.81.75-10.9c1.09-15.71 1.1-48.57 0-59.06l-.89-8.7-3.28-4.52c-5.86-8.08-5.8-7.75-6.22-33.27-.1-6.07-.38-11.5-.63-12.06-.83-1.87-3.05-2.66-8.54-3.05-8.86-.62-11-1.9-23.85-14.55-6.15-6-12.34-12-13.75-13.19-2.81-2.42-2.79-2-.56-9.63l1.35-4.65-1.69-3a32.22 32.22 0 0 0-2.59-4.07c-1.33-1.51-5.5-10.89-6-13.49a4.24 4.24 0 0 1 .87-3.9c2.23-2.86 3.4-5.68 4.45-10.73 2.33-11.19 7.74-26.09 10.6-29.22 3.18-3.47 7.7-1 9.41 5 1.34 4.79 1.37 9.79.1 18.55a101.2 101.2 0 0 0-1 11.11c0 4 .19 4.69 2.25 7.39 3.33 4.37 7.73 7.41 15.2 10.52a18.67 18.67 0 0 1 4.72 2.85c11.17 10.72 18.62 16.18 22.95 16.85 5.18.8 8 4.54 10 13.39 1.31 5.65 4 11.14 5.46 11.14a9.38 9.38 0 0 0 3.33-1.39c2-1.22 2.25-1.73 2.25-4.18a132.88 132.88 0 0 0-2-17.84c-.37-1.66-.78-4.06-.93-5.35s-.61-3.85-1-5.69c-2.55-11.16-3.65-15.46-4.1-16-1.55-2-4.08-10.2-4.93-15.92-1.64-11.11-4-14.23-12.91-17.39A43.15 43.15 0 0 1 165.24 78c-1.15-1-4-3.22-6.35-5.06s-4.41-3.53-4.6-3.76a22.7 22.7 0 0 0-2.69-2c-6.24-4.22-8.84-7-11.26-12l-2.44-5-.22-13-.22-13 6.91-6.55c3.95-3.75 8.48-7.35 10.59-8.43 3.31-1.69 4.45-1.89 11.37-2 8.53-.19 10.12 0 11.66 1.56s1.36 6.4-.29 8.5a6.66 6.66 0 0 0-1.34 2.32c0 .58-2.61 4.91-5.42 9a30.39 30.39 0 0 0-2.37 6.82c20.44 13.39 21.55 3.77 14.07 29L194 66.92c3.11-8.66 6.47-17.26 8.61-26.22.29-7.63-12-4.19-15.4-8.68-2.33-5.93 3.13-14.18 6.06-19.2 1.6-2.34 6.62-4.7 8.82-4.15.88.22 4.16-.35 7.37-1.28a45.3 45.3 0 0 1 7.55-1.68 29.57 29.57 0 0 0 6-1.29c3.65-1.11 4.5-1.17 6.35-.4a29.54 29.54 0 0 0 5.82 1.36 18.18 18.18 0 0 1 6 1.91 22.67 22.67 0 0 0 5 2.17c2.51.68 3 .57 7.05-1.67l4.35-2.4L268.32 5c10.44-.4 10.81-.47 15.26-2.68L288.16 0l2.46 1.43c1.76 1 3.14 2.73 4.85 6 2.36 4.51 2.38 4.58 1.37 7.37-.88 2.44-.89 3.3-.1 6.39a35.76 35.76 0 0 0 2.1 5.91 13.55 13.55 0 0 1 1.31 4c.31 4.33 0 5.3-2.41 6.92-2.17 1.47-7 7.91-7 9.34a14.77 14.77 0 0 1-1.07 3c-5 11.51-6.76 13.56-14.26 17-9.2 4.2-12.3 5.19-16.21 5.19-3.1 0-4 .25-4.54 1.26a18.33 18.33 0 0 1-4.09 3.71 13.62 13.62 0 0 0-4.38 4.78 5.89 5.89 0 0 1-2.49 2.91 6.88 6.88 0 0 0-2.45 1.71 67.62 67.62 0 0 1-7 5.38c-3.33 2.34-6.87 5-7.87 6A7.27 7.27 0 0 1 224 100a5.76 5.76 0 0 0-2.13 1.65c-1.31 1.39-1.49 2.11-1.14 4.6a36.45 36.45 0 0 0 1.42 5.88c1.32 3.8 1.31 7.86 0 10.57s-.89 6.65 1.35 9.59c2 2.63 2.16 4.56.71 8.84a33.45 33.45 0 0 0-1.06 8.91c0 4.88.22 6.28 1.46 8.38s1.82 2.48 3.24 2.32c2-.23 2.3-1.05 4.71-12.12 2.18-10 3.71-11.92 13.76-17.08 2.94-1.51 7.46-4 10-5.44s6.79-3.69 9.37-4.91a40.09 40.09 0 0 0 15.22-11.67c7.11-8.79 10-16.22 12.85-33.3a18.37 18.37 0 0 1 2.86-7.73 20.39 20.39 0 0 0 2.89-7.31c1-5.3 2.85-9.08 5.58-11.51 4.7-4.18 6-1.09 4.59 10.87-.46 3.86-1.1 10.33-1.44 14.38l-.61 7.36 4.45 4.09 4.45 4.09.11 8.42c.06 4.63.47 9.53.92 10.89l.82 2.47-6.43 6.28c-8.54 8.33-12.88 13.93-16.76 21.61-1.77 3.49-3.74 7.11-4.38 8-2.18 3.11-6.46 13-8.76 20.26l-2.29 7.22-7 6.49c-3.83 3.57-8 7.25-9.17 8.17-3.05 2.32-4.26 5.15-4.26 10a14.62 14.62 0 0 0 1.59 7.26 42 42 0 0 1 2.09 4.83 9.28 9.28 0 0 0 1.57 2.89c1.4 1.59 1.92 16.12.83 23.22-.68 4.48-3.63 12-4.7 12-1.79 0-4.06 9.27-5.07 20.74-.18 2-.62 5.94-1 8.7s-1 10-1.35 16.05c-.77 12.22-.19 18.77 2 23.15 3.41 6.69.52 12.69-11 22.84l-4 3.49.07 5.19a40.81 40.81 0 0 0 1.14 8.87c4.61 16 4.73 16.92 4.38 37.13-.46 26.4-.26 40.27.63 44.15a61.31 61.31 0 0 1 1.08 7c.17 2 .66 5.33 1.08 7.36.47 2.26.78 11 .79 22.74v19.06l-1.81 2.63c-2.71 3.91-15.11 13.54-15.49 12.29zm29.53-45.11c-.18-.3-.33-6.87-.33-14.59 0-14.06-.89-27.54-2.26-34.45-.4-2-.81-9.7-.9-17.06-.15-11.93-1.4-24.37-2.64-26.38-.66-1.07-3-17.66-3-21.3 0-4.23 1-6 5.28-9.13s4.86-3.14 5.48-.72c.28 1.1 1.45 5.62 2.6 10 3.93 15.12 4.14 16.27 4.05 21.74-.1 5.78-.13 6.13-1.74 17.73-1 7.07-1.17 12.39-1 28.43.17 19.4-.64 35.73-2 41.27-.71 2.78-2.8 5.48-3.43 4.43zm-71-37.58a101 101 0 0 1-1.73-10.79 100.5 100.5 0 0 0-1.73-10.79 37.53 37.53 0 0 1-1-6.49c-.31-3.19-.91-7.46-1.33-9.48-1-4.79-3.35-19.35-3.42-21.07 0-.74-.34-4.05-.7-7.36-.67-6.21-.84-27.67-.22-28.29 1-1 6.63 2.76 11.33 7.43l5.28 5.25-.45 6.47c-.25 3.56-.6 10.23-.78 14.83s-.49 9.87-.67 11.71-.61 9.36-.94 16.72c-.79 17.41-1.94 31.29-2.65 32a.62.62 0 0 1-1-.14zm-87.18-266.59c21.07 12.79 17.84 14.15 28.49 17.66 13 4.29 18.87 7.13 23.15 16.87C111.6 233.28 86.25 255 78.55 268c-31 52-6 101.59 62.75 87.21-14.18 29.23-78 28.63-98.68-4.9-24.68-39.95-22.09-118.3 61-187.66zm210.79 179c56.66 6.88 82.32-37.74 46.54-89.23 0 0-26.87-29.34-64.28-68 3-15.45 9.49-32.12 30.57-53.82 89.2 63.51 92 141.61 92.46 149.36 4.3 70.64-78.7 91.18-105.29 61.71z"],"first-order-alt":[496,512,[],"f50a","M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 488.21C115.34 496.21 7.79 388.66 7.79 256S115.34 15.79 248 15.79 488.21 123.34 488.21 256 380.66 496.21 248 496.21zm0-459.92C126.66 36.29 28.29 134.66 28.29 256S126.66 475.71 248 475.71 467.71 377.34 467.71 256 369.34 36.29 248 36.29zm0 431.22c-116.81 0-211.51-94.69-211.51-211.51S131.19 44.49 248 44.49 459.51 139.19 459.51 256 364.81 467.51 248 467.51zm186.23-162.98a191.613 191.613 0 0 1-20.13 48.69l-74.13-35.88 61.48 54.82a193.515 193.515 0 0 1-37.2 37.29l-54.8-61.57 35.88 74.27a190.944 190.944 0 0 1-48.63 20.23l-27.29-78.47 4.79 82.93c-8.61 1.18-17.4 1.8-26.33 1.8s-17.72-.62-26.33-1.8l4.76-82.46-27.15 78.03a191.365 191.365 0 0 1-48.65-20.2l35.93-74.34-54.87 61.64a193.85 193.85 0 0 1-37.22-37.28l61.59-54.9-74.26 35.93a191.638 191.638 0 0 1-20.14-48.69l77.84-27.11-82.23 4.76c-1.16-8.57-1.78-17.32-1.78-26.21 0-9 .63-17.84 1.82-26.51l82.38 4.77-77.94-27.16a191.726 191.726 0 0 1 20.23-48.67l74.22 35.92-61.52-54.86a193.85 193.85 0 0 1 37.28-37.22l54.76 61.53-35.83-74.17a191.49 191.49 0 0 1 48.65-20.13l26.87 77.25-4.71-81.61c8.61-1.18 17.39-1.8 26.32-1.8s17.71.62 26.32 1.8l-4.74 82.16 27.05-77.76c17.27 4.5 33.6 11.35 48.63 20.17l-35.82 74.12 54.72-61.47a193.13 193.13 0 0 1 37.24 37.23l-61.45 54.77 74.12-35.86a191.515 191.515 0 0 1 20.2 48.65l-77.81 27.1 82.24-4.75c1.19 8.66 1.82 17.5 1.82 26.49 0 8.88-.61 17.63-1.78 26.19l-82.12-4.75 77.72 27.09z"],osi:[512,512,[],"f41a","M8 266.44C10.3 130.64 105.4 34 221.8 18.34c138.8-18.6 255.6 75.8 278 201.1 21.3 118.8-44 230-151.6 274-9.3 3.8-14.4 1.7-18-7.7q-26.7-69.45-53.4-139c-3.1-8.1-1-13.2 7-16.8 24.2-11 39.3-29.4 43.3-55.8a71.47 71.47 0 0 0-64.5-82.2c-39-3.4-71.8 23.7-77.5 59.7-5.2 33 11.1 63.7 41.9 77.7 9.6 4.4 11.5 8.6 7.8 18.4q-26.85 69.9-53.7 139.9c-2.6 6.9-8.3 9.3-15.5 6.5-52.6-20.3-101.4-61-130.8-119-24.9-49.2-25.2-87.7-26.8-108.7zm20.9-1.9c.4 6.6.6 14.3 1.3 22.1 6.3 71.9 49.6 143.5 131 183.1 3.2 1.5 4.4.8 5.6-2.3q22.35-58.65 45-117.3c1.3-3.3.6-4.8-2.4-6.7-31.6-19.9-47.3-48.5-45.6-86 1-21.6 9.3-40.5 23.8-56.3 30-32.7 77-39.8 115.5-17.6a91.64 91.64 0 0 1 45.2 90.4c-3.6 30.6-19.3 53.9-45.7 69.8-2.7 1.6-3.5 2.9-2.3 6q22.8 58.8 45.2 117.7c1.2 3.1 2.4 3.8 5.6 2.3 35.5-16.6 65.2-40.3 88.1-72 34.8-48.2 49.1-101.9 42.3-161-13.7-117.5-119.4-214.8-255.5-198-106.1 13-195.3 102.5-197.1 225.8z"],"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"],"d-and-d-beyond":[640,512,[],"f6ca","M313.8 241.5c13.8 0 21-10.1 24.8-17.9-1-1.1-5-4.2-7.4-6.6-2.4 4.3-8.2 10.7-13.9 10.7-10.2 0-15.4-14.7-3.2-26.6-.5-.2-4.3-1.8-8 2.4 0-3 1-5.1 2.1-6.6-3.5 1.3-9.8 5.6-11.4 7.9.2-5.8 1.6-7.5.6-9l-.2-.2s-8.5 5.6-9.3 14.7c0 0 1.1-1.6 2.1-1.9.6-.3 1.3 0 .6 1.9-.2.6-5.8 15.7 5.1 26-.6-1.6-1.9-7.6 2.4-1.9-.3.1 5.8 7.1 15.7 7.1zm52.4-21.1c0-4-4.9-4.4-5.6-4.5 2 3.9.9 7.5.2 9 2.5-.4 5.4-1.6 5.4-4.5zm10.3 5.2c0-6.4-6.2-11.4-13.5-10.7 8 1.3 5.6 13.8-5 11.4 3.7-2.6 3.2-9.9-1.3-12.5 1.4 4.2-3 8.2-7.4 4.6-2.4-1.9-8-6.6-10.6-8.6-2.4-2.1-5.5-1-6.6-1.8-1.3-1.1-.5-3.8-2.2-5-1.6-.8-3-.3-4.8-1-1.6-.6-2.7-1.9-2.6-3.5-2.5 4.4 3.4 6.3 4.5 8.5 1 1.9-.8 4.8 4 8.5 14.8 11.6 9.1 8 10.4 18.1.6 4.3 4.2 6.7 6.4 7.4-2.1-1.9-2.9-6.4 0-9.3 0 13.9 19.2 13.3 23.1 6.4-2.4 1.1-7-.2-9-1.9 7.7 1 14.2-4.1 14.6-10.6zm-39.4-18.4c2 .8 1.6.7 6.4 4.5 10.2-24.5 21.7-15.7 22-15.5 2.2-1.9 9.8-3.8 13.8-2.7-2.4-2.7-7.5-6.2-13.3-6.2-4.7 0-7.4 2.2-8 1.3-.8-1.4 3.2-3.4 3.2-3.4-5.4.2-9.6 6.7-11.2 5.9-1.1-.5 1.4-3.7 1.4-3.7-5.1 2.9-9.3 9.1-10.2 13 4.6-5.8 13.8-9.8 19.7-9-10.5.5-19.5 9.7-23.8 15.8zm242.5 51.9c-20.7 0-40 1.3-50.3 2.1l7.4 8.2v77.2l-7.4 8.2c10.4.8 30.9 2.1 51.6 2.1 42.1 0 59.1-20.7 59.1-48.9 0-29.3-23.2-48.9-60.4-48.9zm-15.1 75.6v-53.3c30.1-3.3 46.8 3.8 46.8 26.3 0 25.6-21.4 30.2-46.8 27zM301.6 181c-1-3.4-.2-6.9 1.1-9.4 1 3 2.6 6.4 7.5 9-.5-2.4-.2-5.6.5-8-1.4-5.4 2.1-9.9 6.4-9.9 6.9 0 8.5 8.8 4.7 14.4 2.1 3.2 5.5 5.6 7.7 7.8 3.2-3.7 5.5-9.5 5.5-13.8 0-8.2-5.5-15.9-16.7-16.5-20-.9-20.2 16.6-20 18.9.5 5.2 3.4 7.8 3.3 7.5zm-.4 6c-.5 1.8-7 3.7-10.2 6.9 4.8-1 7-.2 7.8 1.8.5 1.4-.2 3.4-.5 5.6 1.6-1.8 7-5.5 11-6.2-1-.3-3.4-.8-4.3-.8 2.9-3.4 9.3-4.5 12.8-3.7-2.2-.2-6.7 1.1-8.5 2.6 1.6.3 3 .6 4.3 1.1-2.1.8-4.8 3.4-5.8 6.1 7-5 13.1 5.2 7 8.2.8.2 2.7 0 3.5-.5-.3 1.1-1.9 3-3 3.4 2.9 0 7-1.9 8.2-4.6 0 0-1.8.6-2.6-.2s.3-4.3.3-4.3c-2.3 2.9-3.4-1.3-1.3-4.2-1-.3-3.5-.6-4.6-.5 3.2-1.1 10.4-1.8 11.2-.3.6 1.1-1 3.4-1 3.4 4-.5 8.3 1.1 6.7 5.1 2.9-1.4 5.5-5.9 4.8-10.4-.3 1-1.6 2.4-2.9 2.7.2-1.4-1-2.2-1.9-2.6 1.7-9.6-14.6-14.2-14.1-23.9-1 1.3-1.8 5-.8 7.1 2.7 3.2 8.7 6.7 10.1 12.2-2.6-6.4-15.1-11.4-14.6-20.2-1.6 1.6-2.6 7.8-1.3 11 2.4 1.4 4.5 3.8 4.8 6.1-2.2-5.1-11.4-6.1-13.9-12.2-.6 2.2-.3 5 1 6.7 0 0-2.2-.8-7-.6 1.7.6 5.1 3.5 4.8 5.2zm25.9 7.4c-2.7 0-3.5-2.1-4.2-4.3 3.3 1.3 4.2 4.3 4.2 4.3zm38.9 3.7l-1-.6c-1.1-1-2.9-1.4-4.7-1.4-2.9 0-5.8 1.3-7.5 3.4-.8.8-1.4 1.8-2.1 2.6v15.7c3.5 2.6 7.1-2.9 3-7.2 1.5.3 4.6 2.7 5.1 3.2 0 0 2.6-.5 5-.5 2.1 0 3.9.3 5.6 1.1V196c-1.1.5-2.2 1-2.7 1.4zM79.9 305.9c17.2-4.6 16.2-18 16.2-19.9 0-20.6-24.1-25-37-25H3l8.3 8.6v29.5H0l11.4 14.6V346L3 354.6c61.7 0 73.8 1.5 86.4-5.9 6.7-4 9.9-9.8 9.9-17.6 0-5.1 2.6-18.8-19.4-25.2zm-41.3-27.5c20 0 29.6-.8 29.6 9.1v3c0 12.1-19 8.8-29.6 8.8zm0 59.2V315c12.2 0 32.7-2.3 32.7 8.8v4.5h.2c0 11.2-12.5 9.3-32.9 9.3zm101.2-19.3l23.1.2v-.2l14.1-21.2h-37.2v-14.9h52.4l-14.1-21v-.2l-73.5.2 7.4 8.2v77.1l-7.4 8.2h81.2l14.1-21.2-60.1.2zm214.7-60.1c-73.9 0-77.5 99.3-.3 99.3 77.9 0 74.1-99.3.3-99.3zm-.3 77.5c-37.4 0-36.9-55.3.2-55.3 36.8.1 38.8 55.3-.2 55.3zm-91.3-8.3l44.1-66.2h-41.7l6.1 7.2-20.5 37.2h-.3l-21-37.2 6.4-7.2h-44.9l44.1 65.8.2 19.4-7.7 8.2h42.6l-7.2-8.2zm-28.4-151.3c1.6 1.3 2.9 2.4 2.9 6.6v38.8c0 4.2-.8 5.3-2.7 6.4-.1.1-7.5 4.5-7.9 4.6h35.1c10 0 17.4-1.5 26-8.6-.6-5 .2-9.5.8-12 0-.2-1.8 1.4-2.7 3.5 0-5.7 1.6-15.4 9.6-20.5-.1 0-3.7-.8-9 1.1 2-3.1 10-7.9 10.4-7.9-8.2-26-38-22.9-32.2-22.9-30.9 0-32.6.3-39.9-4 .1.8.5 8.2 9.6 14.9zm21.5 5.5c4.6 0 23.1-3.3 23.1 17.3 0 20.7-18.4 17.3-23.1 17.3zm228.9 79.6l7 8.3V312h-.3c-5.4-14.4-42.3-41.5-45.2-50.9h-31.6l7.4 8.5v76.9l-7.2 8.3h39l-7.4-8.2v-47.4h.3c3.7 10.6 44.5 42.9 48.5 55.6h21.3v-85.2l7.4-8.3zm-106.7-96.1c-32.2 0-32.8.2-39.9-4 .1.7.5 8.3 9.6 14.9 3.1 2 2.9 4.3 2.9 9.5 1.8-1.1 3.8-2.2 6.1-3-1.1 1.1-2.7 2.7-3.5 4.5 1-1.1 7.5-5.1 14.6-3.5-1.6.3-4 1.1-6.1 2.9.1 0 2.1-1.1 7.5-.3v-4.3c4.7 0 23.1-3.4 23.1 17.3 0 20.5-18.5 17.3-19.7 17.3 5.7 4.4 5.8 12 2.2 16.3h.3c33.4 0 36.7-27.3 36.7-34 0-3.8-1.1-32-33.8-33.6z"],periscope:[448,512,[],"f3da","M370 63.6C331.4 22.6 280.5 0 226.6 0 111.9 0 18.5 96.2 18.5 214.4c0 75.1 57.8 159.8 82.7 192.7C137.8 455.5 192.6 512 226.6 512c41.6 0 112.9-94.2 120.9-105 24.6-33.1 82-118.3 82-192.6 0-56.5-21.1-110.1-59.5-150.8zM226.6 493.9c-42.5 0-190-167.3-190-279.4 0-107.4 83.9-196.3 190-196.3 100.8 0 184.7 89 184.7 196.3.1 112.1-147.4 279.4-184.7 279.4zM338 206.8c0 59.1-51.1 109.7-110.8 109.7-100.6 0-150.7-108.2-92.9-181.8v.4c0 24.5 20.1 44.4 44.8 44.4 24.7 0 44.8-19.9 44.8-44.4 0-18.2-11.1-33.8-26.9-40.7 76.6-19.2 141 39.3 141 112.4z"],fulcrum:[320,512,[],"f50b","M95.75 164.14l-35.38 43.55L25 164.14l35.38-43.55zM144.23 0l-20.54 198.18L72.72 256l51 57.82L144.23 512V300.89L103.15 256l41.08-44.89zm79.67 164.14l35.38 43.55 35.38-43.55-35.38-43.55zm-48.48 47L216.5 256l-41.08 44.89V512L196 313.82 247 256l-51-57.82L175.42 0z"],cloudscale:[448,512,[],"f383","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"],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"],mizuni:[496,512,[],"f3cc","M248 8C111 8 0 119.1 0 256c0 137 111 248 248 248s248-111 248-248C496 119.1 385 8 248 8zm-80 351.9c-31.4 10.6-58.8 27.3-80 48.2V136c0-22.1 17.9-40 40-40s40 17.9 40 40v223.9zm120-9.9c-12.9-2-26.2-3.1-39.8-3.1-13.8 0-27.2 1.1-40.2 3.1V136c0-22.1 17.9-40 40-40s40 17.9 40 40v214zm120 57.7c-21.2-20.8-48.6-37.4-80-48V136c0-22.1 17.9-40 40-40s40 17.9 40 40v271.7z"],schlix:[448,512,[],"f3ea","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"],"square-xing":[448,512,["xing-square"],"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"],bandcamp:[512,512,[],"f2d5","M256,8C119,8,8,119,8,256S119,504,256,504,504,393,504,256,393,8,256,8Zm48.2,326.1h-181L207.9,178h181Z"],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"],cloudversify:[616,512,[],"f385","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"],usps:[576,512,[],"f7e1","M460.3 241.7c25.8-41.3 15.2-48.8-11.7-48.8h-27c-.1 0-1.5-1.4-10.9 8-11.2 5.6-37.9 6.3-37.9 8.7 0 4.5 70.3-3.1 88.1 0 9.5 1.5-1.5 20.4-4.4 32-.5 4.5 2.4 2.3 3.8.1zm-112.1 22.6c64-21.3 97.3-23.9 102-26.2 4.4-2.9-4.4-6.6-26.2-5.8-51.7 2.2-137.6 37.1-172.6 53.9l-30.7-93.3h196.6c-2.7-28.2-152.9-22.6-337.9-22.6L27 415.8c196.4-97.3 258.9-130.3 321.2-151.5zM94.7 96c253.3 53.7 330 65.7 332.1 85.2 36.4 0 45.9 0 52.4 6.6 21.1 19.7-14.6 67.7-14.6 67.7-4.4 2.9-406.4 160.2-406.4 160.2h423.1L549 96z"],megaport:[496,512,[],"f5a3","M214.5 209.6v66.2l33.5 33.5 33.3-33.3v-66.4l-33.4-33.4zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm145.1 414.4L367 441.6l-26-19.2v-65.5l-33.4-33.4-33.4 33.4v65.5L248 441.6l-26.1-19.2v-65.5l-33.4-33.4-33.5 33.4v65.5l-26.1 19.2-26.1-19.2v-87l59.5-59.5V188l59.5-59.5V52.9l26.1-19.2L274 52.9v75.6l59.5 59.5v87.6l59.7 59.7v87.1z"],magento:[448,512,[],"f3c4","M445.7 127.9V384l-63.4 36.5V164.7L223.8 73.1 65.2 164.7l.4 255.9L2.3 384V128.1L224.2 0l221.5 127.9zM255.6 420.5L224 438.9l-31.8-18.2v-256l-63.3 36.6.1 255.9 94.9 54.9 95.1-54.9v-256l-63.4-36.6v255.9z"],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"],"optin-monster":[576,512,[],"f23c","M572.6 421.4c5.6-9.5 4.7-15.2-5.4-11.6-3-4.9-7-9.5-11.1-13.8 2.9-9.7-.7-14.2-10.8-9.2-4.6-3.2-10.3-6.5-15.9-9.2 0-15.1-11.6-11.6-17.6-5.7-10.4-1.5-18.7-.3-26.8 5.7.3-6.5.3-13 .3-19.7 12.6 0 40.2-11 45.9-36.2 1.4-6.8 1.6-13.8-.3-21.9-3-13.5-14.3-21.3-25.1-25.7-.8-5.9-7.6-14.3-14.9-15.9s-12.4 4.9-14.1 10.3c-8.5 0-19.2 2.8-21.1 8.4-5.4-.5-11.1-1.4-16.8-1.9 2.7-1.9 5.4-3.5 8.4-4.6 5.4-9.2 14.6-11.4 25.7-11.6V256c19.5-.5 43-5.9 53.8-18.1 12.7-13.8 14.6-37.3 12.4-55.1-2.4-17.3-9.7-37.6-24.6-48.1-8.4-5.9-21.6-.8-22.7 9.5-2.2 19.6 1.2 30-38.6 25.1-10.3-23.8-24.6-44.6-42.7-60C341 49.6 242.9 55.5 166.4 71.7c19.7 4.6 41.1 8.6 59.7 16.5-26.2 2.4-52.7 11.3-76.2 23.2-32.8 17-44 29.9-56.7 42.4 14.9-2.2 28.9-5.1 43.8-3.8-9.7 5.4-18.4 12.2-26.5 20-25.8.9-23.8-5.3-26.2-25.9-1.1-10.5-14.3-15.4-22.7-9.7-28.1 19.9-33.5 79.9-12.2 103.5 10.8 12.2 35.1 17.3 54.9 17.8-.3 1.1-.3 1.9-.3 2.7 10.8.5 19.5 2.7 24.6 11.6 3 1.1 5.7 2.7 8.1 4.6-5.4.5-11.1 1.4-16.5 1.9-3.3-6.6-13.7-8.1-21.1-8.1-1.6-5.7-6.5-12.2-14.1-10.3-6.8 1.9-14.1 10-14.9 15.9-22.5 9.5-30.1 26.8-25.1 47.6 5.3 24.8 33 36.2 45.9 36.2v19.7c-6.6-5-14.3-7.5-26.8-5.7-5.5-5.5-17.3-10.1-17.3 5.7-5.9 2.7-11.4 5.9-15.9 9.2-9.8-4.9-13.6-1.7-11.1 9.2-4.1 4.3-7.8 8.6-11.1 13.8-10.2-3.7-11 2.2-5.4 11.6-1.1 3.5-1.6 7-1.9 10.8-.5 31.6 44.6 64 73.5 65.1 17.3.5 34.6-8.4 43-23.5 113.2 4.9 226.7 4.1 340.2 0 8.1 15.1 25.4 24.3 42.7 23.5 29.2-1.1 74.3-33.5 73.5-65.1.2-3.7-.7-7.2-1.7-10.7zm-73.8-254c1.1-3 2.4-8.4 2.4-14.6 0-5.9 6.8-8.1 14.1-.8 11.1 11.6 14.9 40.5 13.8 51.1-4.1-13.6-13-29-30.3-35.7zm-4.6 6.7c19.5 6.2 28.6 27.6 29.7 48.9-1.1 2.7-3 5.4-4.9 7.6-5.7 5.9-15.4 10-26.2 12.2 4.3-21.3.3-47.3-12.7-63 4.9-.8 10.9-2.4 14.1-5.7zm-24.1 6.8c13.8 11.9 20 39.2 14.1 63.5-4.1.5-8.1.8-11.6.8-1.9-21.9-6.8-44-14.3-64.6 3.7.3 8.1.3 11.8.3zM47.5 203c-1.1-10.5 2.4-39.5 13.8-51.1 7-7.3 14.1-5.1 14.1.8 0 6.2 1.4 11.6 2.4 14.6-17.3 6.8-26.2 22.2-30.3 35.7zm9.7 27.6c-1.9-2.2-3.5-4.9-4.9-7.6 1.4-21.3 10.3-42.7 29.7-48.9 3.2 3.2 9.2 4.9 14.1 5.7-13 15.7-17 41.6-12.7 63-10.8-2.2-20.5-6-26.2-12.2zm47.9 14.6c-4.1 0-8.1-.3-12.7-.8-4.6-18.6-1.9-38.9 5.4-53v.3l12.2-5.1c4.9-1.9 9.7-3.8 14.9-4.9-10.7 19.7-17.4 41.3-19.8 63.5zm184-162.7c41.9 0 76.2 34 76.2 75.9 0 42.2-34.3 76.2-76.2 76.2s-76.2-34-76.2-76.2c0-41.8 34.3-75.9 76.2-75.9zm115.6 174.3c-.3 17.8-7 48.9-23 57-13.2 6.6-6.5-7.5-16.5-58.1 13.3.3 26.6.3 39.5 1.1zm-54-1.6c.8 4.9 3.8 40.3-1.6 41.9-11.6 3.5-40 4.3-51.1-1.1-4.1-3-4.6-35.9-4.3-41.1v.3c18.9-.3 38.1-.3 57 0zM278.3 309c-13 3.5-41.6 4.1-54.6-1.6-6.5-2.7-3.8-42.4-1.9-51.6 19.2-.5 38.4-.5 57.8-.8v.3c1.1 8.3 3.3 51.2-1.3 53.7zm-106.5-51.1c12.2-.8 24.6-1.4 36.8-1.6-2.4 15.4-3 43.5-4.9 52.2-1.1 6.8-4.3 6.8-9.7 4.3-21.9-9.8-27.6-35.2-22.2-54.9zm-35.4 31.3c7.8-1.1 15.7-1.9 23.5-2.7 1.6 6.2 3.8 11.9 7 17.6 10 17 44 35.7 45.1 7 6.2 14.9 40.8 12.2 54.9 10.8 15.7-1.4 23.8-1.4 26.8-14.3 12.4 4.3 30.8 4.1 44 3 11.3-.8 20.8-.5 24.6-8.9 1.1 5.1 1.9 11.6 4.6 16.8 10.8 21.3 37.3 1.4 46.8-31.6 8.6.8 17.6 1.9 26.5 2.7-.4 1.3-3.8 7.3 7.3 11.6-47.6 47-95.7 87.8-163.2 107-63.2-20.8-112.1-59.5-155.9-106.5 9.6-3.4 10.4-8.8 8-12.5zm-21.6 172.5c-3.8 17.8-21.9 29.7-39.7 28.9-19.2-.8-46.5-17-59.2-36.5-2.7-31.1 43.8-61.3 66.2-54.6 14.9 4.3 27.8 30.8 33.5 54 0 3-.3 5.7-.8 8.2zm-8.7-66c-.5-13.5-.5-27-.3-40.5h.3c2.7-1.6 5.7-3.8 7.8-6.5 6.5-1.6 13-5.1 15.1-9.2 3.3-7.1-7-7.5-5.4-12.4 2.7-1.1 5.7-2.2 7.8-3.5 29.2 29.2 58.6 56.5 97.3 77-36.8 11.3-72.4 27.6-105.9 47-1.2-18.6-7.7-35.9-16.7-51.9zm337.6 64.6c-103 3.5-206.2 4.1-309.4 0 0 .3 0 .3-.3.3v-.3h.3c35.1-21.6 72.2-39.2 112.4-50.8 11.6 5.1 23 9.5 34.9 13.2 2.2.8 2.2.8 4.3 0 14.3-4.1 28.4-9.2 42.2-15.4 41.5 11.7 78.8 31.7 115.6 53zm10.5-12.4c-35.9-19.5-73-35.9-111.9-47.6 38.1-20 71.9-47.3 103.5-76.7 2.2 1.4 4.6 2.4 7.6 3.2 0 .8.3 1.9.5 2.4-4.6 2.7-7.8 6.2-5.9 10.3 2.2 3.8 8.6 7.6 15.1 8.9 2.4 2.7 5.1 5.1 8.1 6.8 0 13.8-.3 27.6-.8 41.3l.3-.3c-9.3 15.9-15.5 37-16.5 51.7zm105.9 6.2c-12.7 19.5-40 35.7-59.2 36.5-19.3.9-40.5-13.2-40.5-37 5.7-23.2 18.9-49.7 33.5-54 22.7-6.9 69.2 23.4 66.2 54.5zM372.9 75.2c-3.8-72.1-100.8-79.7-126-23.5 44.6-24.3 90.3-15.7 126 23.5zM74.8 407.1c-15.7 1.6-49.5 25.4-49.5 43.2 0 11.6 15.7 19.5 32.2 14.9 12.2-3.2 31.1-17.6 35.9-27.3 6-11.6-3.7-32.7-18.6-30.8zm215.9-176.2c28.6 0 51.9-21.6 51.9-48.4 0-36.1-40.5-58.1-72.2-44.3 9.5 3 16.5 11.6 16.5 21.6 0 23.3-33.3 32-46.5 11.3-7.3 34.1 19.4 59.8 50.3 59.8zM68 474.1c.5 6.5 12.2 12.7 21.6 9.5 6.8-2.7 14.6-10.5 17.3-16.2 3-7-1.1-20-9.7-18.4-8.9 1.6-29.7 16.7-29.2 25.1zm433.2-67c-14.9-1.9-24.6 19.2-18.9 30.8 4.9 9.7 24.1 24.1 36.2 27.3 16.5 4.6 32.2-3.2 32.2-14.9 0-17.8-33.8-41.6-49.5-43.2zM478.8 449c-8.4-1.6-12.4 11.3-9.5 18.4 2.4 5.7 10.3 13.5 17.3 16.2 9.2 3.2 21.1-3 21.3-9.5.9-8.4-20.2-23.5-29.1-25.1z"],fly:[384,512,[],"f417","M197.8 427.8c12.9 11.7 33.7 33.3 33.2 50.7 0 .8-.1 1.6-.1 2.5-1.8 19.8-18.8 31.1-39.1 31-25-.1-39.9-16.8-38.7-35.8 1-16.2 20.5-36.7 32.4-47.6 2.3-2.1 2.7-2.7 5.6-3.6 3.4 0 3.9.3 6.7 2.8zM331.9 67.3c-16.3-25.7-38.6-40.6-63.3-52.1C243.1 4.5 214-.2 192 0c-44.1 0-71.2 13.2-81.1 17.3C57.3 45.2 26.5 87.2 28 158.6c7.1 82.2 97 176 155.8 233.8 1.7 1.6 4.5 4.5 6.2 5.1l3.3.1c2.1-.7 1.8-.5 3.5-2.1 52.3-49.2 140.7-145.8 155.9-215.7 7-39.2 3.1-72.5-20.8-112.5zM186.8 351.9c-28-51.1-65.2-130.7-69.3-189-3.4-47.5 11.4-131.2 69.3-136.7v325.7zM328.7 180c-16.4 56.8-77.3 128-118.9 170.3C237.6 298.4 275 217 277 158.4c1.6-45.9-9.8-105.8-48-131.4 88.8 18.3 115.5 98.1 99.7 153z"],aviato:[640,512,[],"f421","M107.2 283.5l-19-41.8H36.1l-19 41.8H0l62.2-131.4 62.2 131.4h-17.2zm-45-98.1l-19.6 42.5h39.2l-19.6-42.5zm112.7 102.4l-62.2-131.4h17.1l45.1 96 45.1-96h17l-62.1 131.4zm80.6-4.3V156.4H271v127.1h-15.5zm209.1-115.6v115.6h-17.3V167.9h-41.2v-11.5h99.6v11.5h-41.1zM640 218.8c0 9.2-1.7 17.8-5.1 25.8-3.4 8-8.2 15.1-14.2 21.1-6 6-13.1 10.8-21.1 14.2-8 3.4-16.6 5.1-25.8 5.1s-17.8-1.7-25.8-5.1c-8-3.4-15.1-8.2-21.1-14.2-6-6-10.8-13-14.2-21.1-3.4-8-5.1-16.6-5.1-25.8s1.7-17.8 5.1-25.8c3.4-8 8.2-15.1 14.2-21.1 6-6 13-8.4 21.1-11.9 8-3.4 16.6-5.1 25.8-5.1s17.8 1.7 25.8 5.1c8 3.4 15.1 5.8 21.1 11.9 6 6 10.7 13.1 14.2 21.1 3.4 8 5.1 16.6 5.1 25.8zm-15.5 0c0-7.3-1.3-14-3.9-20.3-2.6-6.3-6.2-11.7-10.8-16.3-4.6-4.6-10-8.2-16.2-10.9-6.2-2.7-12.8-4-19.8-4s-13.6 1.3-19.8 4c-6.2 2.7-11.6 6.3-16.2 10.9-4.6 4.6-8.2 10-10.8 16.3-2.6 6.3-3.9 13.1-3.9 20.3 0 7.3 1.3 14 3.9 20.3 2.6 6.3 6.2 11.7 10.8 16.3 4.6 4.6 10 8.2 16.2 10.9 6.2 2.7 12.8 4 19.8 4s13.6-1.3 19.8-4c6.2-2.7 11.6-6.3 16.2-10.9 4.6-4.6 8.2-10 10.8-16.3 2.6-6.3 3.9-13.1 3.9-20.3zm-94.8 96.7v-6.3l88.9-10-242.9 13.4c.6-2.2 1.1-4.6 1.4-7.2.3-2 .5-4.2.6-6.5l64.8-8.1-64.9 1.9c0-.4-.1-.7-.1-1.1-2.8-17.2-25.5-23.7-25.5-23.7l-1.1-26.3h23.8l19 41.8h17.1L348.6 152l-62.2 131.4h17.1l19-41.8h23.6L345 268s-22.7 6.5-25.5 23.7c-.1.3-.1.7-.1 1.1l-64.9-1.9 64.8 8.1c.1 2.3.3 4.4.6 6.5.3 2.6.8 5 1.4 7.2L78.4 299.2l88.9 10v6.3c-5.9.9-10.5 6-10.5 12.2 0 6.8 5.6 12.4 12.4 12.4 6.8 0 12.4-5.6 12.4-12.4 0-6.2-4.6-11.3-10.5-12.2v-5.8l80.3 9v5.4c-5.7 1.1-9.9 6.2-9.9 12.1 0 6.8 5.6 10.2 12.4 10.2 6.8 0 12.4-3.4 12.4-10.2 0-6-4.3-11-9.9-12.1v-4.9l28.4 3.2v23.7h-5.9V360h5.9v-6.6h5v6.6h5.9v-13.8h-5.9V323l38.3 4.3c8.1 11.4 19 13.6 19 13.6l-.1 6.7-5.1.2-.1 12.1h4.1l.1-5h5.2l.1 5h4.1l-.1-12.1-5.1-.2-.1-6.7s10.9-2.1 19-13.6l38.3-4.3v23.2h-5.9V360h5.9v-6.6h5v6.6h5.9v-13.8h-5.9v-23.7l28.4-3.2v4.9c-5.7 1.1-9.9 6.2-9.9 12.1 0 6.8 5.6 10.2 12.4 10.2 6.8 0 12.4-3.4 12.4-10.2 0-6-4.3-11-9.9-12.1v-5.4l80.3-9v5.8c-5.9.9-10.5 6-10.5 12.2 0 6.8 5.6 12.4 12.4 12.4 6.8 0 12.4-5.6 12.4-12.4-.2-6.3-4.7-11.4-10.7-12.3zm-200.8-87.6l19.6-42.5 19.6 42.5h-17.9l-1.7-40.3-1.7 40.3h-17.9z"],itunes:[448,512,[],"f3b4","M223.6 80.3C129 80.3 52.5 157 52.5 251.5S129 422.8 223.6 422.8s171.2-76.7 171.2-171.2c0-94.6-76.7-171.3-171.2-171.3zm79.4 240c-3.2 13.6-13.5 21.2-27.3 23.8-12.1 2.2-22.2 2.8-31.9-5-11.8-10-12-26.4-1.4-36.8 8.4-8 20.3-9.6 38-12.8 3-.5 5.6-1.2 7.7-3.7 3.2-3.6 2.2-2 2.2-80.8 0-5.6-2.7-7.1-8.4-6.1-4 .7-91.9 17.1-91.9 17.1-5 1.1-6.7 2.6-6.7 8.3 0 116.1.5 110.8-1.2 118.5-2.1 9-7.6 15.8-14.9 19.6-8.3 4.6-23.4 6.6-31.4 5.2-21.4-4-28.9-28.7-14.4-42.9 8.4-8 20.3-9.6 38-12.8 3-.5 5.6-1.2 7.7-3.7 5-5.7.9-127 2.6-133.7.4-2.6 1.5-4.8 3.5-6.4 2.1-1.7 5.8-2.7 6.7-2.7 101-19 113.3-21.4 115.1-21.4 5.7-.4 9 3 9 8.7-.1 170.6.4 161.4-1 167.6zM345.2 32H102.8C45.9 32 0 77.9 0 134.8v242.4C0 434.1 45.9 480 102.8 480h242.4c57 0 102.8-45.9 102.8-102.8V134.8C448 77.9 402.1 32 345.2 32zM223.6 444c-106.3 0-192.5-86.2-192.5-192.5S117.3 59 223.6 59s192.5 86.2 192.5 192.5S329.9 444 223.6 444z"],cuttlefish:[440,512,[],"f38c","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"],blogger:[448,512,[],"f37c","M162.4 196c4.8-4.9 6.2-5.1 36.4-5.1 27.2 0 28.1.1 32.1 2.1 5.8 2.9 8.3 7 8.3 13.6 0 5.9-2.4 10-7.6 13.4-2.8 1.8-4.5 1.9-31.1 2.1-16.4.1-29.5-.2-31.5-.8-10.3-2.9-14.1-17.7-6.6-25.3zm61.4 94.5c-53.9 0-55.8.2-60.2 4.1-3.5 3.1-5.7 9.4-5.1 13.9.7 4.7 4.8 10.1 9.2 12 2.2 1 14.1 1.7 56.3 1.2l47.9-.6 9.2-1.5c9-5.1 10.5-17.4 3.1-24.4-5.3-4.7-5-4.7-60.4-4.7zm223.4 130.1c-3.5 28.4-23 50.4-51.1 57.5-7.2 1.8-9.7 1.9-172.9 1.8-157.8 0-165.9-.1-172-1.8-8.4-2.2-15.6-5.5-22.3-10-5.6-3.8-13.9-11.8-17-16.4-3.8-5.6-8.2-15.3-10-22C.1 423 0 420.3 0 256.3 0 93.2 0 89.7 1.8 82.6 8.1 57.9 27.7 39 53 33.4c7.3-1.6 332.1-1.9 340-.3 21.2 4.3 37.9 17.1 47.6 36.4 7.7 15.3 7-1.5 7.3 180.6.2 115.8 0 164.5-.7 170.5zm-85.4-185.2c-1.1-5-4.2-9.6-7.7-11.5-1.1-.6-8-1.3-15.5-1.7-12.4-.6-13.8-.8-17.8-3.1-6.2-3.6-7.9-7.6-8-18.3 0-20.4-8.5-39.4-25.3-56.5-12-12.2-25.3-20.5-40.6-25.1-3.6-1.1-11.8-1.5-39.2-1.8-42.9-.5-52.5.4-67.1 6.2-27 10.7-46.3 33.4-53.4 62.4-1.3 5.4-1.6 14.2-1.9 64.3-.4 62.8 0 72.1 4 84.5 9.7 30.7 37.1 53.4 64.6 58.4 9.2 1.7 122.2 2.1 133.7.5 20.1-2.7 35.9-10.8 50.7-25.9 10.7-10.9 17.4-22.8 21.8-38.5 3.2-10.9 2.9-88.4 1.7-93.9z"],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"],viber:[512,512,[],"f409","M444 49.9C431.3 38.2 379.9.9 265.3.4c0 0-135.1-8.1-200.9 52.3C27.8 89.3 14.9 143 13.5 209.5c-1.4 66.5-3.1 191.1 117 224.9h.1l-.1 51.6s-.8 20.9 13 25.1c16.6 5.2 26.4-10.7 42.3-27.8 8.7-9.4 20.7-23.2 29.8-33.7 82.2 6.9 145.3-8.9 152.5-11.2 16.6-5.4 110.5-17.4 125.7-142 15.8-128.6-7.6-209.8-49.8-246.5zM457.9 287c-12.9 104-89 110.6-103 115.1-6 1.9-61.5 15.7-131.2 11.2 0 0-52 62.7-68.2 79-5.3 5.3-11.1 4.8-11-5.7 0-6.9.4-85.7.4-85.7-.1 0-.1 0 0 0-101.8-28.2-95.8-134.3-94.7-189.8 1.1-55.5 11.6-101 42.6-131.6 55.7-50.5 170.4-43 170.4-43 96.9.4 143.3 29.6 154.1 39.4 35.7 30.6 53.9 103.8 40.6 211.1zm-139-80.8c.4 8.6-12.5 9.2-12.9.6-1.1-22-11.4-32.7-32.6-33.9-8.6-.5-7.8-13.4.7-12.9 27.9 1.5 43.4 17.5 44.8 46.2zm20.3 11.3c1-42.4-25.5-75.6-75.8-79.3-8.5-.6-7.6-13.5.9-12.9 58 4.2 88.9 44.1 87.8 92.5-.1 8.6-13.1 8.2-12.9-.3zm47 13.4c.1 8.6-12.9 8.7-12.9.1-.6-81.5-54.9-125.9-120.8-126.4-8.5-.1-8.5-12.9 0-12.9 73.7.5 133 51.4 133.7 139.2zM374.9 329v.2c-10.8 19-31 40-51.8 33.3l-.2-.3c-21.1-5.9-70.8-31.5-102.2-56.5-16.2-12.8-31-27.9-42.4-42.4-10.3-12.9-20.7-28.2-30.8-46.6-21.3-38.5-26-55.7-26-55.7-6.7-20.8 14.2-41 33.3-51.8h.2c9.2-4.8 18-3.2 23.9 3.9 0 0 12.4 14.8 17.7 22.1 5 6.8 11.7 17.7 15.2 23.8 6.1 10.9 2.3 22-3.7 26.6l-12 9.6c-6.1 4.9-5.3 14-5.3 14s17.8 67.3 84.3 84.3c0 0 9.1.8 14-5.3l9.6-12c4.6-6 15.7-9.8 26.6-3.7 14.7 8.3 33.4 21.2 45.8 32.9 7 5.7 8.6 14.4 3.8 23.6z"],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"],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"],"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"],symfony:[512,512,[],"f83d","M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm133.74 143.54c-11.47.41-19.4-6.45-19.77-16.87-.27-9.18 6.68-13.44 6.53-18.85-.23-6.55-10.16-6.82-12.87-6.67-39.78 1.29-48.59 57-58.89 113.85 21.43 3.15 36.65-.72 45.14-6.22 12-7.75-3.34-15.72-1.42-24.56 4-18.16 32.55-19 32 5.3-.36 17.86-25.92 41.81-77.6 35.7-10.76 59.52-18.35 115-58.2 161.72-29 34.46-58.4 39.82-71.58 40.26-24.65.85-41-12.31-41.58-29.84-.56-17 14.45-26.26 24.31-26.59 21.89-.75 30.12 25.67 14.88 34-12.09 9.71.11 12.61 2.05 12.55 10.42-.36 17.34-5.51 22.18-9 24-20 33.24-54.86 45.35-118.35 8.19-49.66 17-78 18.23-82-16.93-12.75-27.08-28.55-49.85-34.72-15.61-4.23-25.12-.63-31.81 7.83-7.92 10-5.29 23 2.37 30.7l12.63 14c15.51 17.93 24 31.87 20.8 50.62-5.06 29.93-40.72 52.9-82.88 39.94-36-11.11-42.7-36.56-38.38-50.62 7.51-24.15 42.36-11.72 34.62 13.6-2.79 8.6-4.92 8.68-6.28 13.07-4.56 14.77 41.85 28.4 51-1.39 4.47-14.52-5.3-21.71-22.25-39.85-28.47-31.75-16-65.49 2.95-79.67C204.23 140.13 251.94 197 262 205.29c37.17-109 100.53-105.46 102.43-105.53 25.16-.81 44.19 10.59 44.83 28.65.25 7.69-4.17 22.59-19.52 23.13z"],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"],etsy:[384,512,[],"f2d7","M384 348c-1.75 10.75-13.75 110-15.5 132-117.879-4.299-219.895-4.743-368.5 0v-25.5c45.457-8.948 60.627-8.019 61-35.25 1.793-72.322 3.524-244.143 0-322-1.029-28.46-12.13-26.765-61-36v-25.5c73.886 2.358 255.933 8.551 362.999-3.75-3.5 38.25-7.75 126.5-7.75 126.5H332C320.947 115.665 313.241 68 277.25 68h-137c-10.25 0-10.75 3.5-10.75 9.75V241.5c58 .5 88.5-2.5 88.5-2.5 29.77-.951 27.56-8.502 40.75-65.251h25.75c-4.407 101.351-3.91 61.829-1.75 160.25H257c-9.155-40.086-9.065-61.045-39.501-61.5 0 0-21.5-2-88-2v139c0 26 14.25 38.25 44.25 38.25H263c63.636 0 66.564-24.996 98.751-99.75H384z"],"facebook-messenger":[512,512,[],"f39f","M256.55 8C116.52 8 8 110.34 8 248.57c0 72.3 29.71 134.78 78.07 177.94 8.35 7.51 6.63 11.86 8.05 58.23A19.92 19.92 0 0 0 122 502.31c52.91-23.3 53.59-25.14 62.56-22.7C337.85 521.8 504 423.7 504 248.57 504 110.34 396.59 8 256.55 8zm149.24 185.13l-73 115.57a37.37 37.37 0 0 1-53.91 9.93l-58.08-43.47a15 15 0 0 0-18 0l-78.37 59.44c-10.46 7.93-24.16-4.6-17.11-15.67l73-115.57a37.36 37.36 0 0 1 53.91-9.93l58.06 43.46a15 15 0 0 0 18 0l78.41-59.38c10.44-7.98 24.14 4.54 17.09 15.62z"],audible:[640,512,[],"f373","M640 199.9v54l-320 200L0 254v-54l320 200 320-200.1zm-194.5 72l47.1-29.4c-37.2-55.8-100.7-92.6-172.7-92.6-72 0-135.5 36.7-172.6 92.4h.3c2.5-2.3 5.1-4.5 7.7-6.7 89.7-74.4 219.4-58.1 290.2 36.3zm-220.1 18.8c16.9-11.9 36.5-18.7 57.4-18.7 34.4 0 65.2 18.4 86.4 47.6l45.4-28.4c-20.9-29.9-55.6-49.5-94.8-49.5-38.9 0-73.4 19.4-94.4 49zM103.6 161.1c131.8-104.3 318.2-76.4 417.5 62.1l.7 1 48.8-30.4C517.1 112.1 424.8 58.1 319.9 58.1c-103.5 0-196.6 53.5-250.5 135.6 9.9-10.5 22.7-23.5 34.2-32.6zm467 32.7z"],"think-peaks":[576,512,[],"f731","M465.4 409.4l87.1-150.2-32-.3-55.1 95L259.2 0 23 407.4l32 .3L259.2 55.6zm-355.3-44.1h32.1l117.4-202.5L463 511.9l32.5.1-235.8-404.6z"],bilibili:[512,512,[],"e3d9","M488.6 104.1C505.3 122.2 513 143.8 511.9 169.8V372.2C511.5 398.6 502.7 420.3 485.4 437.3C468.2 454.3 446.3 463.2 419.9 464H92.02C65.57 463.2 43.81 454.2 26.74 436.8C9.682 419.4 .7667 396.5 0 368.2V169.8C.7667 143.8 9.682 122.2 26.74 104.1C43.81 87.75 65.57 78.77 92.02 78H121.4L96.05 52.19C90.3 46.46 87.42 39.19 87.42 30.4C87.42 21.6 90.3 14.34 96.05 8.603C101.8 2.868 109.1 0 117.9 0C126.7 0 134 2.868 139.8 8.603L213.1 78H301.1L375.6 8.603C381.7 2.868 389.2 0 398 0C406.8 0 414.1 2.868 419.9 8.603C425.6 14.34 428.5 21.6 428.5 30.4C428.5 39.19 425.6 46.46 419.9 52.19L394.6 78L423.9 78C450.3 78.77 471.9 87.75 488.6 104.1H488.6zM449.8 173.8C449.4 164.2 446.1 156.4 439.1 150.3C433.9 144.2 425.1 140.9 416.4 140.5H96.05C86.46 140.9 78.6 144.2 72.47 150.3C66.33 156.4 63.07 164.2 62.69 173.8V368.2C62.69 377.4 65.95 385.2 72.47 391.7C78.99 398.2 86.85 401.5 96.05 401.5H416.4C425.6 401.5 433.4 398.2 439.7 391.7C446 385.2 449.4 377.4 449.8 368.2L449.8 173.8zM185.5 216.5C191.8 222.8 195.2 230.6 195.6 239.7V273C195.2 282.2 191.9 289.9 185.8 296.2C179.6 302.5 171.8 305.7 162.2 305.7C152.6 305.7 144.7 302.5 138.6 296.2C132.5 289.9 129.2 282.2 128.8 273V239.7C129.2 230.6 132.6 222.8 138.9 216.5C145.2 210.2 152.1 206.9 162.2 206.5C171.4 206.9 179.2 210.2 185.5 216.5H185.5zM377 216.5C383.3 222.8 386.7 230.6 387.1 239.7V273C386.7 282.2 383.4 289.9 377.3 296.2C371.2 302.5 363.3 305.7 353.7 305.7C344.1 305.7 336.3 302.5 330.1 296.2C323.1 289.9 320.7 282.2 320.4 273V239.7C320.7 230.6 324.1 222.8 330.4 216.5C336.7 210.2 344.5 206.9 353.7 206.5C362.9 206.9 370.7 210.2 377 216.5H377z"],erlang:[640,512,[],"f39d","M87.2 53.5H0v405h100.4c-49.7-52.6-78.8-125.3-78.7-212.1-.1-76.7 24-142.7 65.5-192.9zm238.2 9.7c-45.9.1-85.1 33.5-89.2 83.2h169.9c-1.1-49.7-34.5-83.1-80.7-83.2zm230.7-9.6h.3l-.1-.1zm.3 0c31.4 42.7 48.7 97.5 46.2 162.7.5 6 .5 11.7 0 24.1H230.2c-.2 109.7 38.9 194.9 138.6 195.3 68.5-.3 118-51 151.9-106.1l96.4 48.2c-17.4 30.9-36.5 57.8-57.9 80.8H640v-405z"],"cotton-bureau":[512,512,[],"f89e","M474.31 330.41c-23.66 91.85-94.23 144.59-201.9 148.35V429.6c0-48 26.41-74.39 74.39-74.39 62 0 99.2-37.2 99.2-99.21 0-61.37-36.53-98.28-97.38-99.06-33-69.32-146.5-64.65-177.24 0C110.52 157.72 74 194.63 74 256c0 62.13 37.27 99.41 99.4 99.41 48 0 74.55 26.23 74.55 74.39V479c-134.43-5-211.1-85.07-211.1-223 0-141.82 81.35-223.2 223.2-223.2 114.77 0 189.84 53.2 214.69 148.81H500C473.88 71.51 388.22 8 259.82 8 105 8 12 101.19 12 255.82 12 411.14 105.19 504.34 259.82 504c128.27 0 213.87-63.81 239.67-173.59zM357 182.33c41.37 3.45 64.2 29 64.2 73.67 0 48-26.43 74.41-74.4 74.41-28.61 0-49.33-9.59-61.59-27.33 83.06-16.55 75.59-99.67 71.79-120.75zm-81.68 97.36c-2.46-10.34-16.33-87 56.23-97 2.27 10.09 16.52 87.11-56.26 97zM260 132c28.61 0 49 9.67 61.44 27.61-28.36 5.48-49.36 20.59-61.59 43.45-12.23-22.86-33.23-38-61.6-43.45 12.41-17.69 33.27-27.35 61.57-27.35zm-71.52 50.72c73.17 10.57 58.91 86.81 56.49 97-72.41-9.84-59-86.95-56.25-97zM173.2 330.41c-48 0-74.4-26.4-74.4-74.41 0-44.36 22.86-70 64.22-73.67-6.75 37.2-1.38 106.53 71.65 120.75-12.14 17.63-32.84 27.3-61.14 27.3zm53.21 12.39A80.8 80.8 0 0 0 260 309.25c7.77 14.49 19.33 25.54 33.82 33.55a80.28 80.28 0 0 0-33.58 33.83c-8-14.5-19.07-26.23-33.56-33.83z"],dashcube:[448,512,[],"f210","M326.6 104H110.4c-51.1 0-91.2 43.3-91.2 93.5V427c0 50.5 40.1 85 91.2 85h227.2c51.1 0 91.2-34.5 91.2-85V0L326.6 104zM153.9 416.5c-17.7 0-32.4-15.1-32.4-32.8V240.8c0-17.7 14.7-32.5 32.4-32.5h140.7c17.7 0 32 14.8 32 32.5v123.5l51.1 52.3H153.9z"],"42-group":[640,512,["innosoft"],"e080","M320 96V416C341.011 416 361.818 411.861 381.23 403.821C400.641 395.78 418.28 383.995 433.138 369.138C447.995 354.28 459.78 336.641 467.821 317.23C475.861 297.818 480 277.011 480 256C480 234.989 475.861 214.182 467.821 194.771C459.78 175.359 447.995 157.72 433.138 142.863C418.28 128.005 400.641 116.22 381.23 108.179C361.818 100.139 341.011 96 320 96ZM0 256L160.002 416L320.003 256L160.002 96L0 256ZM480 256C480 277.011 484.138 297.818 492.179 317.23C500.219 336.643 512.005 354.28 526.862 369.138C541.72 383.995 559.357 395.781 578.77 403.821C598.182 411.862 618.989 416 640 416V96C597.565 96 556.869 112.858 526.862 142.863C496.857 172.869 480 213.565 480 256Z"],"stack-exchange":[448,512,[],"f18d","M17.7 332.3h412.7v22c0 37.7-29.3 68-65.3 68h-19L259.3 512v-89.7H83c-36 0-65.3-30.3-65.3-68v-22zm0-23.6h412.7v-85H17.7v85zm0-109.4h412.7v-85H17.7v85zM365 0H83C47 0 17.7 30.3 17.7 67.7V90h412.7V67.7C430.3 30.3 401 0 365 0z"],elementor:[512,512,[],"f430","M.361 256C.361 397 114 511 255 511C397 511 511 397 511 256C511 116 397 2.05 255 2.05C114 2.05 .361 116 .361 256zM192 150V363H149V150H192zM234 150H362V193H234V150zM362 235V278H234V235H362zM234 320H362V363H234V320z"],"square-pied-piper":[448,512,["pied-piper-square"],"e01e","M32 419L0 479.2l.8-328C.8 85.3 54 32 120 32h327.2c-93 28.9-189.9 94.2-253.9 168.6C122.7 282 82.6 338 32 419M448 32S305.2 98.8 261.6 199.1c-23.2 53.6-28.9 118.1-71 158.6-28.9 27.8-69.8 38.2-105.3 56.3-23.2 12-66.4 40.5-84.9 66h328.4c66 0 119.3-53.3 119.3-119.2-.1 0-.1-328.8-.1-328.8z"],"creative-commons-nd":[496,512,[],"f4eb","M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm94 144.3v42.5H162.1V197h180.3zm0 79.8v42.5H162.1v-42.5h180.3z"],palfed:[576,512,[],"f3d8","M384.9 193.9c0-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.8 0 83.4-42.8 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.2 2.5.4 4 .6 4.6zM8 181.1s-.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.3s-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-29S8 142.5 8 181.1z"],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"],resolving:[496,512,[],"f3e7","M281.2 278.2c46-13.3 49.6-23.5 44-43.4L314 195.5c-6.1-20.9-18.4-28.1-71.1-12.8L54.7 236.8l28.6 98.6 197.9-57.2zM248.5 8C131.4 8 33.2 88.7 7.2 197.5l221.9-63.9c34.8-10.2 54.2-11.7 79.3-8.2 36.3 6.1 52.7 25 61.4 55.2l10.7 37.8c8.2 28.1 1 50.6-23.5 73.6-19.4 17.4-31.2 24.5-61.4 33.2L203 351.8l220.4 27.1 9.7 34.2-48.1 13.3-286.8-37.3 23 80.2c36.8 22 80.3 34.7 126.3 34.7 137 0 248.5-111.4 248.5-248.3C497 119.4 385.5 8 248.5 8zM38.3 388.6L0 256.8c0 48.5 14.3 93.4 38.3 131.8z"],xbox:[512,512,[],"f412","M369.9 318.2c44.3 54.3 64.7 98.8 54.4 118.7-7.9 15.1-56.7 44.6-92.6 55.9-29.6 9.3-68.4 13.3-100.4 10.2-38.2-3.7-76.9-17.4-110.1-39C93.3 445.8 87 438.3 87 423.4c0-29.9 32.9-82.3 89.2-142.1 32-33.9 76.5-73.7 81.4-72.6 9.4 2.1 84.3 75.1 112.3 109.5zM188.6 143.8c-29.7-26.9-58.1-53.9-86.4-63.4-15.2-5.1-16.3-4.8-28.7 8.1-29.2 30.4-53.5 79.7-60.3 122.4-5.4 34.2-6.1 43.8-4.2 60.5 5.6 50.5 17.3 85.4 40.5 120.9 9.5 14.6 12.1 17.3 9.3 9.9-4.2-11-.3-37.5 9.5-64 14.3-39 53.9-112.9 120.3-194.4zm311.6 63.5C483.3 127.3 432.7 77 425.6 77c-7.3 0-24.2 6.5-36 13.9-23.3 14.5-41 31.4-64.3 52.8C367.7 197 427.5 283.1 448.2 346c6.8 20.7 9.7 41.1 7.4 52.3-1.7 8.5-1.7 8.5 1.4 4.6 6.1-7.7 19.9-31.3 25.4-43.5 7.4-16.2 15-40.2 18.6-58.7 4.3-22.5 3.9-70.8-.8-93.4zM141.3 43C189 40.5 251 77.5 255.6 78.4c.7.1 10.4-4.2 21.6-9.7 63.9-31.1 94-25.8 107.4-25.2-63.9-39.3-152.7-50-233.9-11.7-23.4 11.1-24 11.9-9.4 11.2z"],searchengin:[460,512,[],"f3eb","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"],tiktok:[448,512,[],"e07b","M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z"],"square-facebook":[448,512,["facebook-square"],"f082","M400 32H48A48 48 0 0 0 0 80v352a48 48 0 0 0 48 48h137.25V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.27c-30.81 0-40.42 19.12-40.42 38.73V256h68.78l-11 71.69h-57.78V480H400a48 48 0 0 0 48-48V80a48 48 0 0 0-48-48z"],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"],linux:[448,512,[],"f17c","M220.8 123.3c1 .5 1.8 1.7 3 1.7 1.1 0 2.8-.4 2.9-1.5.2-1.4-1.9-2.3-3.2-2.9-1.7-.7-3.9-1-5.5-.1-.4.2-.8.7-.6 1.1.3 1.3 2.3 1.1 3.4 1.7zm-21.9 1.7c1.2 0 2-1.2 3-1.7 1.1-.6 3.1-.4 3.5-1.6.2-.4-.2-.9-.6-1.1-1.6-.9-3.8-.6-5.5.1-1.3.6-3.4 1.5-3.2 2.9.1 1 1.8 1.5 2.8 1.4zM420 403.8c-3.6-4-5.3-11.6-7.2-19.7-1.8-8.1-3.9-16.8-10.5-22.4-1.3-1.1-2.6-2.1-4-2.9-1.3-.8-2.7-1.5-4.1-2 9.2-27.3 5.6-54.5-3.7-79.1-11.4-30.1-31.3-56.4-46.5-74.4-17.1-21.5-33.7-41.9-33.4-72C311.1 85.4 315.7.1 234.8 0 132.4-.2 158 103.4 156.9 135.2c-1.7 23.4-6.4 41.8-22.5 64.7-18.9 22.5-45.5 58.8-58.1 96.7-6 17.9-8.8 36.1-6.2 53.3-6.5 5.8-11.4 14.7-16.6 20.2-4.2 4.3-10.3 5.9-17 8.3s-14 6-18.5 14.5c-2.1 3.9-2.8 8.1-2.8 12.4 0 3.9.6 7.9 1.2 11.8 1.2 8.1 2.5 15.7.8 20.8-5.2 14.4-5.9 24.4-2.2 31.7 3.8 7.3 11.4 10.5 20.1 12.3 17.3 3.6 40.8 2.7 59.3 12.5 19.8 10.4 39.9 14.1 55.9 10.4 11.6-2.6 21.1-9.6 25.9-20.2 12.5-.1 26.3-5.4 48.3-6.6 14.9-1.2 33.6 5.3 55.1 4.1.6 2.3 1.4 4.6 2.5 6.7v.1c8.3 16.7 23.8 24.3 40.3 23 16.6-1.3 34.1-11 48.3-27.9 13.6-16.4 36-23.2 50.9-32.2 7.4-4.5 13.4-10.1 13.9-18.3.4-8.2-4.4-17.3-15.5-29.7zM223.7 87.3c9.8-22.2 34.2-21.8 44-.4 6.5 14.2 3.6 30.9-4.3 40.4-1.6-.8-5.9-2.6-12.6-4.9 1.1-1.2 3.1-2.7 3.9-4.6 4.8-11.8-.2-27-9.1-27.3-7.3-.5-13.9 10.8-11.8 23-4.1-2-9.4-3.5-13-4.4-1-6.9-.3-14.6 2.9-21.8zM183 75.8c10.1 0 20.8 14.2 19.1 33.5-3.5 1-7.1 2.5-10.2 4.6 1.2-8.9-3.3-20.1-9.6-19.6-8.4.7-9.8 21.2-1.8 28.1 1 .8 1.9-.2-5.9 5.5-15.6-14.6-10.5-52.1 8.4-52.1zm-13.6 60.7c6.2-4.6 13.6-10 14.1-10.5 4.7-4.4 13.5-14.2 27.9-14.2 7.1 0 15.6 2.3 25.9 8.9 6.3 4.1 11.3 4.4 22.6 9.3 8.4 3.5 13.7 9.7 10.5 18.2-2.6 7.1-11 14.4-22.7 18.1-11.1 3.6-19.8 16-38.2 14.9-3.9-.2-7-1-9.6-2.1-8-3.5-12.2-10.4-20-15-8.6-4.8-13.2-10.4-14.7-15.3-1.4-4.9 0-9 4.2-12.3zm3.3 334c-2.7 35.1-43.9 34.4-75.3 18-29.9-15.8-68.6-6.5-76.5-21.9-2.4-4.7-2.4-12.7 2.6-26.4v-.2c2.4-7.6.6-16-.6-23.9-1.2-7.8-1.8-15 .9-20 3.5-6.7 8.5-9.1 14.8-11.3 10.3-3.7 11.8-3.4 19.6-9.9 5.5-5.7 9.5-12.9 14.3-18 5.1-5.5 10-8.1 17.7-6.9 8.1 1.2 15.1 6.8 21.9 16l19.6 35.6c9.5 19.9 43.1 48.4 41 68.9zm-1.4-25.9c-4.1-6.6-9.6-13.6-14.4-19.6 7.1 0 14.2-2.2 16.7-8.9 2.3-6.2 0-14.9-7.4-24.9-13.5-18.2-38.3-32.5-38.3-32.5-13.5-8.4-21.1-18.7-24.6-29.9s-3-23.3-.3-35.2c5.2-22.9 18.6-45.2 27.2-59.2 2.3-1.7.8 3.2-8.7 20.8-8.5 16.1-24.4 53.3-2.6 82.4.6-20.7 5.5-41.8 13.8-61.5 12-27.4 37.3-74.9 39.3-112.7 1.1.8 4.6 3.2 6.2 4.1 4.6 2.7 8.1 6.7 12.6 10.3 12.4 10 28.5 9.2 42.4 1.2 6.2-3.5 11.2-7.5 15.9-9 9.9-3.1 17.8-8.6 22.3-15 7.7 30.4 25.7 74.3 37.2 95.7 6.1 11.4 18.3 35.5 23.6 64.6 3.3-.1 7 .4 10.9 1.4 13.8-35.7-11.7-74.2-23.3-84.9-4.7-4.6-4.9-6.6-2.6-6.5 12.6 11.2 29.2 33.7 35.2 59 2.8 11.6 3.3 23.7.4 35.7 16.4 6.8 35.9 17.9 30.7 34.8-2.2-.1-3.2 0-4.2 0 3.2-10.1-3.9-17.6-22.8-26.1-19.6-8.6-36-8.6-38.3 12.5-12.1 4.2-18.3 14.7-21.4 27.3-2.8 11.2-3.6 24.7-4.4 39.9-.5 7.7-3.6 18-6.8 29-32.1 22.9-76.7 32.9-114.3 7.2zm257.4-11.5c-.9 16.8-41.2 19.9-63.2 46.5-13.2 15.7-29.4 24.4-43.6 25.5s-26.5-4.8-33.7-19.3c-4.7-11.1-2.4-23.1 1.1-36.3 3.7-14.2 9.2-28.8 9.9-40.6.8-15.2 1.7-28.5 4.2-38.7 2.6-10.3 6.6-17.2 13.7-21.1.3-.2.7-.3 1-.5.8 13.2 7.3 26.6 18.8 29.5 12.6 3.3 30.7-7.5 38.4-16.3 9-.3 15.7-.9 22.6 5.1 9.9 8.5 7.1 30.3 17.1 41.6 10.6 11.6 14 19.5 13.7 24.6zM173.3 148.7c2 1.9 4.7 4.5 8 7.1 6.6 5.2 15.8 10.6 27.3 10.6 11.6 0 22.5-5.9 31.8-10.8 4.9-2.6 10.9-7 14.8-10.4s5.9-6.3 3.1-6.6-2.6 2.6-6 5.1c-4.4 3.2-9.7 7.4-13.9 9.8-7.4 4.2-19.5 10.2-29.9 10.2s-18.7-4.8-24.9-9.7c-3.1-2.5-5.7-5-7.7-6.9-1.5-1.4-1.9-4.6-4.3-4.9-1.4-.1-1.8 3.7 1.7 6.5z"],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"],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"],hubspot:[512,512,[],"f3b2","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"],deploydog:[512,512,[],"f38e","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"],twitch:[512,512,[],"f1e8","M391.17,103.47H352.54v109.7h38.63ZM285,103H246.37V212.75H285ZM120.83,0,24.31,91.42V420.58H140.14V512l96.53-91.42h77.25L487.69,256V0ZM449.07,237.75l-77.22,73.12H294.61l-67.6,64v-64H140.14V36.58H449.07Z"],ravelry:[512,512,[],"f2d9","M498.252,234.223c-1.208-10.34-1.7-20.826-3.746-31a310.306,310.306,0,0,0-9.622-36.6,184.068,184.068,0,0,0-30.874-57.5,251.154,251.154,0,0,0-18.818-21.689,237.362,237.362,0,0,0-47.113-36.116A240.8,240.8,0,0,0,331.356,26.65c-11.018-3.1-22.272-5.431-33.515-7.615-6.78-1.314-13.749-1.667-20.627-2.482-.316-.036-.6-.358-.9-.553q-16.143.009-32.288.006c-2.41.389-4.808.925-7.236,1.15a179.331,179.331,0,0,0-34.256,7.1,221.5,221.5,0,0,0-39.768,16.355,281.385,281.385,0,0,0-38.08,24.158c-6.167,4.61-12.268,9.36-17.974,14.518C96.539,88.494,86.34,97.72,76.785,107.555a243.878,243.878,0,0,0-33.648,43.95,206.488,206.488,0,0,0-20.494,44.6,198.2,198.2,0,0,0-7.691,34.759A201.13,201.13,0,0,0,13.4,266.385a299.716,299.716,0,0,0,4.425,40.24,226.865,226.865,0,0,0,16.73,53.3,210.543,210.543,0,0,0,24,39.528,213.589,213.589,0,0,0,26.358,28.416A251.313,251.313,0,0,0,126.7,458.455a287.831,287.831,0,0,0,55.9,25.277,269.5,269.5,0,0,0,40.641,9.835c6.071,1.01,12.275,1.253,18.412,1.873a4.149,4.149,0,0,1,1.19.56h32.289c2.507-.389,5-.937,7.527-1.143,16.336-1.332,32.107-5.335,47.489-10.717A219.992,219.992,0,0,0,379.1,460.322c9.749-6.447,19.395-13.077,28.737-20.1,5.785-4.348,10.988-9.5,16.3-14.457,3.964-3.7,7.764-7.578,11.51-11.5a232.162,232.162,0,0,0,31.427-41.639c9.542-16.045,17.355-32.905,22.3-50.926,2.859-10.413,4.947-21.045,7.017-31.652,1.032-5.279,1.251-10.723,1.87-16.087.036-.317.358-.6.552-.9V236.005A9.757,9.757,0,0,1,498.252,234.223Zm-161.117-1.15s-16.572-2.98-28.47-2.98c-27.2,0-33.57,14.9-33.57,37.04V360.8H201.582V170.062H275.1v31.931c8.924-26.822,26.771-36.189,62.04-36.189Z"],mixer:[512,512,[],"e056","M114.57,76.07a45.71,45.71,0,0,0-67.51-6.41c-17.58,16.18-19,43.52-4.75,62.77l91.78,123L41.76,379.58c-14.23,19.25-13.11,46.59,4.74,62.77A45.71,45.71,0,0,0,114,435.94L242.89,262.7a12.14,12.14,0,0,0,0-14.23ZM470.24,379.58,377.91,255.45l91.78-123c14.22-19.25,12.83-46.59-4.75-62.77a45.71,45.71,0,0,0-67.51,6.41l-128,172.12a12.14,12.14,0,0,0,0,14.23L398,435.94a45.71,45.71,0,0,0,67.51,6.41C483.35,426.17,484.47,398.83,470.24,379.58Z"],"square-lastfm":[448,512,["lastfm-square"],"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"],vimeo:[448,512,[],"f40a","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"],mendeley:[640,512,[],"f7b3","M624.6 325.2c-12.3-12.4-29.7-19.2-48.4-17.2-43.3-1-49.7-34.9-37.5-98.8 22.8-57.5-14.9-131.5-87.4-130.8-77.4.7-81.7 82-130.9 82-48.1 0-54-81.3-130.9-82-72.9-.8-110.1 73.3-87.4 130.8 12.2 63.9 5.8 97.8-37.5 98.8-21.2-2.3-37 6.5-53 22.5-19.9 19.7-19.3 94.8 42.6 102.6 47.1 5.9 81.6-42.9 61.2-87.8-47.3-103.7 185.9-106.1 146.5-8.2-.1.1-.2.2-.3.4-26.8 42.8 6.8 97.4 58.8 95.2 52.1 2.1 85.4-52.6 58.8-95.2-.1-.2-.2-.3-.3-.4-39.4-97.9 193.8-95.5 146.5 8.2-4.6 10-6.7 21.3-5.7 33 4.9 53.4 68.7 74.1 104.9 35.2 17.8-14.8 23.1-65.6 0-88.3zm-303.9-19.1h-.6c-43.4 0-62.8-37.5-62.8-62.8 0-34.7 28.2-62.8 62.8-62.8h.6c34.7 0 62.8 28.1 62.8 62.8 0 25-19.2 62.8-62.8 62.8z"],uniregistry:[384,512,[],"f404","M192 480c39.5 0 76.2-11.8 106.8-32.2H85.3C115.8 468.2 152.5 480 192 480zm-89.1-193.1v-12.4H0v12.4c0 2.5 0 5 .1 7.4h103.1c-.2-2.4-.3-4.9-.3-7.4zm20.5 57H8.5c2.6 8.5 5.8 16.8 9.6 24.8h138.3c-12.9-5.7-24.1-14.2-33-24.8zm-17.7-34.7H1.3c.9 7.6 2.2 15 3.9 22.3h109.7c-4-6.9-7.2-14.4-9.2-22.3zm-2.8-69.3H0v17.3h102.9zm0-173.2H0v4.9h102.9zm0-34.7H0v2.5h102.9zm0 69.3H0v7.4h102.9zm0 104H0v14.8h102.9zm0-69.3H0v9.9h102.9zm0 34.6H0V183h102.9zm166.2 160.9h109.7c1.8-7.3 3.1-14.7 3.9-22.3H278.3c-2.1 7.9-5.2 15.4-9.2 22.3zm12-185.7H384V136H281.1zm0 37.2H384v-12.4H281.1zm0-74.3H384v-7.4H281.1zm0-76.7v2.5H384V32zm-203 410.9h227.7c11.8-8.7 22.7-18.6 32.2-29.7H44.9c9.6 11 21.4 21 33.2 29.7zm203-371.3H384v-4.9H281.1zm0 148.5H384v-14.8H281.1zM38.8 405.7h305.3c6.7-8.5 12.6-17.6 17.8-27.2H23c5.2 9.6 9.2 18.7 15.8 27.2zm188.8-37.1H367c3.7-8 5.8-16.2 8.5-24.8h-115c-8.8 10.7-20.1 19.2-32.9 24.8zm53.5-81.7c0 2.5-.1 5-.4 7.4h103.1c.1-2.5.2-4.9.2-7.4v-12.4H281.1zm0-29.7H384v-17.3H281.1z"],figma:[384,512,[],"f799","M14 95.7924C14 42.8877 56.8878 0 109.793 0H274.161C327.066 0 369.954 42.8877 369.954 95.7924C369.954 129.292 352.758 158.776 326.711 175.897C352.758 193.019 369.954 222.502 369.954 256.002C369.954 308.907 327.066 351.795 274.161 351.795H272.081C247.279 351.795 224.678 342.369 207.666 326.904V415.167C207.666 468.777 163.657 512 110.309 512C57.5361 512 14 469.243 14 416.207C14 382.709 31.1945 353.227 57.2392 336.105C31.1945 318.983 14 289.5 14 256.002C14 222.502 31.196 193.019 57.2425 175.897C31.196 158.776 14 129.292 14 95.7924ZM176.288 191.587H109.793C74.2172 191.587 45.3778 220.427 45.3778 256.002C45.3778 291.44 73.9948 320.194 109.381 320.416C109.518 320.415 109.655 320.415 109.793 320.415H176.288V191.587ZM207.666 256.002C207.666 291.577 236.505 320.417 272.081 320.417H274.161C309.737 320.417 338.576 291.577 338.576 256.002C338.576 220.427 309.737 191.587 274.161 191.587H272.081C236.505 191.587 207.666 220.427 207.666 256.002ZM109.793 351.795C109.655 351.795 109.518 351.794 109.381 351.794C73.9948 352.015 45.3778 380.769 45.3778 416.207C45.3778 451.652 74.6025 480.622 110.309 480.622C146.591 480.622 176.288 451.186 176.288 415.167V351.795H109.793ZM109.793 31.3778C74.2172 31.3778 45.3778 60.2173 45.3778 95.7924C45.3778 131.368 74.2172 160.207 109.793 160.207H176.288V31.3778H109.793ZM207.666 160.207H274.161C309.737 160.207 338.576 131.368 338.576 95.7924C338.576 60.2173 309.737 31.3778 274.161 31.3778H207.666V160.207Z"],"creative-commons-remix":[496,512,[],"f4ee","M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm161.7 207.7l4.9 2.2v70c-7.2 3.6-63.4 27.5-67.3 28.8-6.5-1.8-113.7-46.8-137.3-56.2l-64.2 26.6-63.3-27.5v-63.8l59.3-24.8c-.7-.7-.4 5-.4-70.4l67.3-29.7L361 178.5v61.6l49.1 20.3zm-70.4 81.5v-43.8h-.4v-1.8l-113.8-46.5V295l113.8 46.9v-.4l.4.4zm7.5-57.6l39.9-16.4-36.8-15.5-39 16.4 35.9 15.5zm52.3 38.1v-43L355.2 298v43.4l44.3-19z"],"cc-amazon-pay":[576,512,[],"f42d","M124.7 201.8c.1-11.8 0-23.5 0-35.3v-35.3c0-1.3.4-2 1.4-2.7 11.5-8 24.1-12.1 38.2-11.1 12.5.9 22.7 7 28.1 21.7 3.3 8.9 4.1 18.2 4.1 27.7 0 8.7-.7 17.3-3.4 25.6-5.7 17.8-18.7 24.7-35.7 23.9-11.7-.5-21.9-5-31.4-11.7-.9-.8-1.4-1.6-1.3-2.8zm154.9 14.6c4.6 1.8 9.3 2 14.1 1.5 11.6-1.2 21.9-5.7 31.3-12.5.9-.6 1.3-1.3 1.3-2.5-.1-3.9 0-7.9 0-11.8 0-4-.1-8 0-12 0-1.4-.4-2-1.8-2.2-7-.9-13.9-2.2-20.9-2.9-7-.6-14-.3-20.8 1.9-6.7 2.2-11.7 6.2-13.7 13.1-1.6 5.4-1.6 10.8.1 16.2 1.6 5.5 5.2 9.2 10.4 11.2zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zm-207.5 23.9c.4 1.7.9 3.4 1.6 5.1 16.5 40.6 32.9 81.3 49.5 121.9 1.4 3.5 1.7 6.4.2 9.9-2.8 6.2-4.9 12.6-7.8 18.7-2.6 5.5-6.7 9.5-12.7 11.2-4.2 1.1-8.5 1.3-12.9.9-2.1-.2-4.2-.7-6.3-.8-2.8-.2-4.2 1.1-4.3 4-.1 2.8-.1 5.6 0 8.3.1 4.6 1.6 6.7 6.2 7.5 4.7.8 9.4 1.6 14.2 1.7 14.3.3 25.7-5.4 33.1-17.9 2.9-4.9 5.6-10.1 7.7-15.4 19.8-50.1 39.5-100.3 59.2-150.5.6-1.5 1.1-3 1.3-4.6.4-2.4-.7-3.6-3.1-3.7-5.6-.1-11.1 0-16.7 0-3.1 0-5.3 1.4-6.4 4.3-.4 1.1-.9 2.3-1.3 3.4l-29.1 83.7c-2.1 6.1-4.2 12.1-6.5 18.6-.4-.9-.6-1.4-.8-1.9-10.8-29.9-21.6-59.9-32.4-89.8-1.7-4.7-3.5-9.5-5.3-14.2-.9-2.5-2.7-4-5.4-4-6.4-.1-12.8-.2-19.2-.1-2.2 0-3.3 1.6-2.8 3.7zM242.4 206c1.7 11.7 7.6 20.8 18 26.6 9.9 5.5 20.7 6.2 31.7 4.6 12.7-1.9 23.9-7.3 33.8-15.5.4-.3.8-.6 1.4-1 .5 3.2.9 6.2 1.5 9.2.5 2.6 2.1 4.3 4.5 4.4 4.6.1 9.1.1 13.7 0 2.3-.1 3.8-1.6 4-3.9.1-.8.1-1.6.1-2.3v-88.8c0-3.6-.2-7.2-.7-10.8-1.6-10.8-6.2-19.7-15.9-25.4-5.6-3.3-11.8-5-18.2-5.9-3-.4-6-.7-9.1-1.1h-10c-.8.1-1.6.3-2.5.3-8.2.4-16.3 1.4-24.2 3.5-5.1 1.3-10 3.2-15 4.9-3 1-4.5 3.2-4.4 6.5.1 2.8-.1 5.6 0 8.3.1 4.1 1.8 5.2 5.7 4.1 6.5-1.7 13.1-3.5 19.7-4.8 10.3-1.9 20.7-2.7 31.1-1.2 5.4.8 10.5 2.4 14.1 7 3.1 4 4.2 8.8 4.4 13.7.3 6.9.2 13.9.3 20.8 0 .4-.1.7-.2 1.2-.4 0-.8 0-1.1-.1-8.8-2.1-17.7-3.6-26.8-4.1-9.5-.5-18.9.1-27.9 3.2-10.8 3.8-19.5 10.3-24.6 20.8-4.1 8.3-4.6 17-3.4 25.8zM98.7 106.9v175.3c0 .8 0 1.7.1 2.5.2 2.5 1.7 4.1 4.1 4.2 5.9.1 11.8.1 17.7 0 2.5 0 4-1.7 4.1-4.1.1-.8.1-1.7.1-2.5v-60.7c.9.7 1.4 1.2 1.9 1.6 15 12.5 32.2 16.6 51.1 12.9 17.1-3.4 28.9-13.9 36.7-29.2 5.8-11.6 8.3-24.1 8.7-37 .5-14.3-1-28.4-6.8-41.7-7.1-16.4-18.9-27.3-36.7-30.9-2.7-.6-5.5-.8-8.2-1.2h-7c-1.2.2-2.4.3-3.6.5-11.7 1.4-22.3 5.8-31.8 12.7-2 1.4-3.9 3-5.9 4.5-.1-.5-.3-.8-.4-1.2-.4-2.3-.7-4.6-1.1-6.9-.6-3.9-2.5-5.5-6.4-5.6h-9.7c-5.9-.1-6.9 1-6.9 6.8zM493.6 339c-2.7-.7-5.1 0-7.6 1-43.9 18.4-89.5 30.2-136.8 35.8-14.5 1.7-29.1 2.8-43.7 3.2-26.6.7-53.2-.8-79.6-4.3-17.8-2.4-35.5-5.7-53-9.9-37-8.9-72.7-21.7-106.7-38.8-8.8-4.4-17.4-9.3-26.1-14-3.8-2.1-6.2-1.5-8.2 2.1v1.7c1.2 1.6 2.2 3.4 3.7 4.8 36 32.2 76.6 56.5 122 72.9 21.9 7.9 44.4 13.7 67.3 17.5 14 2.3 28 3.8 42.2 4.5 3 .1 6 .2 9 .4.7 0 1.4.2 2.1.3h17.7c.7-.1 1.4-.3 2.1-.3 14.9-.4 29.8-1.8 44.6-4 21.4-3.2 42.4-8.1 62.9-14.7 29.6-9.6 57.7-22.4 83.4-40.1 2.8-1.9 5.7-3.8 8-6.2 4.3-4.4 2.3-10.4-3.3-11.9zm50.4-27.7c-.8-4.2-4-5.8-7.6-7-5.7-1.9-11.6-2.8-17.6-3.3-11-.9-22-.4-32.8 1.6-12 2.2-23.4 6.1-33.5 13.1-1.2.8-2.4 1.8-3.1 3-.6.9-.7 2.3-.5 3.4.3 1.3 1.7 1.6 3 1.5.6 0 1.2 0 1.8-.1l19.5-2.1c9.6-.9 19.2-1.5 28.8-.8 4.1.3 8.1 1.2 12 2.2 4.3 1.1 6.2 4.4 6.4 8.7.3 6.7-1.2 13.1-2.9 19.5-3.5 12.9-8.3 25.4-13.3 37.8-.3.8-.7 1.7-.8 2.5-.4 2.5 1 4 3.4 3.5 1.4-.3 3-1.1 4-2.1 3.7-3.6 7.5-7.2 10.6-11.2 10.7-13.8 17-29.6 20.7-46.6.7-3 1.2-6.1 1.7-9.1.2-4.7.2-9.6.2-14.5z"],dropbox:[528,512,[],"f16b","M264.4 116.3l-132 84.3 132 84.3-132 84.3L0 284.1l132.3-84.3L0 116.3 132.3 32l132.1 84.3zM131.6 395.7l132-84.3 132 84.3-132 84.3-132-84.3zm132.8-111.6l132-84.3-132-83.6L395.7 32 528 116.3l-132.3 84.3L528 284.8l-132.3 84.3-131.3-85z"],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"],cmplid:[640,512,[],"e360","M226.119,388.165a3.816,3.816,0,0,0-2.294-3.5,3.946,3.946,0,0,0-1.629-.385L72.6,384.3a19.243,19.243,0,0,1-17.924-26.025L81.585,255.692a35.72,35.72,0,0,1,32.373-26H262.525a7.07,7.07,0,0,0,6.392-5.194l10.769-41.131a3.849,3.849,0,0,0-2.237-4.937,3.755,3.755,0,0,0-1.377-.261c-.063,0-.126,0-.189.005H127.38a106.8,106.8,0,0,0-96.99,77.1L3.483,358.824A57.469,57.469,0,0,0,57.314,436q1.43,0,2.86-.072H208.742a7.131,7.131,0,0,0,6.391-5.193L225.839,389.6A3.82,3.82,0,0,0,226.119,388.165ZM306.658,81.2a3.861,3.861,0,0,0,.251-1.367A3.813,3.813,0,0,0,303.079,76c-.064,0-.128,0-.192,0h-41A7.034,7.034,0,0,0,255.5,81.2l-21.347,80.915h51.131ZM180.364,368.249H231.5L263.452,245.69H212.321ZM511.853,79.723a3.809,3.809,0,0,0-3.8-3.661c-.058,0-.137,0-.23.007h-41a7.1,7.1,0,0,0-6.584,5.129L368.91,430.634a3.54,3.54,0,0,0-.262,1.335,3.873,3.873,0,0,0,3.864,3.863c.056,0,.112,0,.169,0h41a7.068,7.068,0,0,0,6.392-5.193L511.533,81.2A3.624,3.624,0,0,0,511.853,79.723ZM324.649,384.47h-41a7.2,7.2,0,0,0-6.392,5.194L266.52,430.8a3.662,3.662,0,0,0-.268,1.374A3.783,3.783,0,0,0,270.023,436c.06,0,.166,0,.3-.012h40.905a7.036,7.036,0,0,0,6.391-5.193l10.769-41.131a3.75,3.75,0,0,0-3.445-5.208c-.108,0-.217,0-.326.014Zm311.324-308.4h-41a7.066,7.066,0,0,0-6.392,5.129l-91.46,349.436a4.073,4.073,0,0,0-.229,1.347,3.872,3.872,0,0,0,3.863,3.851c.056,0,.112,0,.169,0h40.968a7.1,7.1,0,0,0,6.392-5.193L639.68,81.2a3.624,3.624,0,0,0,.32-1.475,3.841,3.841,0,0,0-3.821-3.564c-.068,0-.137,0-.206.006ZM371.562,225.236l10.8-41.1a4.369,4.369,0,0,0,.227-1.388,3.869,3.869,0,0,0-3.861-3.842c-.057,0-.113,0-.169,0h-41.1a7.292,7.292,0,0,0-6.391,5.226l-10.834,41.1a4.417,4.417,0,0,0-.26,1.493c0,.069,0,.138,0,.206a3.776,3.776,0,0,0,3.757,3.507c.076,0,.18,0,.3-.012h41.129A7.034,7.034,0,0,0,371.562,225.236Z"],facebook:[512,512,[62e3],"f09a","M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"],gripfire:[384,512,[],"f3ac","M112.5 301.4c0-73.8 105.1-122.5 105.1-203 0-47.1-34-88-39.1-90.4.4 3.3.6 6.7.6 10C179.1 110.1 32 171.9 32 286.6c0 49.8 32.2 79.2 66.5 108.3 65.1 46.7 78.1 71.4 78.1 86.6 0 10.1-4.8 17-4.8 22.3 13.1-16.7 17.4-31.9 17.5-46.4 0-29.6-21.7-56.3-44.2-86.5-16-22.3-32.6-42.6-32.6-69.5zm205.3-39c-12.1-66.8-78-124.4-94.7-130.9l4 7.2c2.4 5.1 3.4 10.9 3.4 17.1 0 44.7-54.2 111.2-56.6 116.7-2.2 5.1-3.2 10.5-3.2 15.8 0 20.1 15.2 42.1 17.9 42.1 2.4 0 56.6-55.4 58.1-87.7 6.4 11.7 9.1 22.6 9.1 33.4 0 41.2-41.8 96.9-41.8 96.9 0 11.6 31.9 53.2 35.5 53.2 1 0 2.2-1.4 3.2-2.4 37.9-39.3 67.3-85 67.3-136.8 0-8-.7-16.2-2.2-24.6z"],"jedi-order":[448,512,[],"f50e","M398.5 373.6c95.9-122.1 17.2-233.1 17.2-233.1 45.4 85.8-41.4 170.5-41.4 170.5 105-171.5-60.5-271.5-60.5-271.5 96.9 72.7-10.1 190.7-10.1 190.7 85.8 158.4-68.6 230.1-68.6 230.1s-.4-16.9-2.2-85.7c4.3 4.5 34.5 36.2 34.5 36.2l-24.2-47.4 62.6-9.1-62.6-9.1 20.2-55.5-31.4 45.9c-2.2-87.7-7.8-305.1-7.9-306.9v-2.4 1-1 2.4c0 1-5.6 219-7.9 306.9l-31.4-45.9 20.2 55.5-62.6 9.1 62.6 9.1-24.2 47.4 34.5-36.2c-1.8 68.8-2.2 85.7-2.2 85.7s-154.4-71.7-68.6-230.1c0 0-107-118.1-10.1-190.7 0 0-165.5 99.9-60.5 271.5 0 0-86.8-84.8-41.4-170.5 0 0-78.7 111 17.2 233.1 0 0-26.2-16.1-49.4-77.7 0 0 16.9 183.3 222 185.7h4.1c205-2.4 222-185.7 222-185.7-23.6 61.5-49.9 77.7-49.9 77.7z"],uikit:[448,512,[],"f403","M443.9 128v256L218 512 0 384V169.7l87.6 45.1v117l133.5 75.5 135.8-75.5v-151l-101.1-57.6 87.6-53.1L443.9 128zM308.6 49.1L223.8 0l-88.6 54.8 86 47.3 87.4-53z"],"fort-awesome-alt":[512,512,[],"f3a3","M208 237.4h-22.2c-2.1 0-3.7 1.6-3.7 3.7v51.7c0 2.1 1.6 3.7 3.7 3.7H208c2.1 0 3.7-1.6 3.7-3.7v-51.7c0-2.1-1.6-3.7-3.7-3.7zm118.2 0H304c-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.7zm132-125.1c-2.3-3.2-4.6-6.4-7.1-9.5-9.8-12.5-20.8-24-32.8-34.4-4.5-3.9-9.1-7.6-13.9-11.2-1.6-1.2-3.2-2.3-4.8-3.5C372 34.1 340.3 20 306 13c-16.2-3.3-32.9-5-50-5s-33.9 1.7-50 5c-34.3 7.1-66 21.2-93.3 40.8-1.6 1.1-3.2 2.3-4.8 3.5-4.8 3.6-9.4 7.3-13.9 11.2-3 2.6-5.9 5.3-8.8 8s-5.7 5.5-8.4 8.4c-5.5 5.7-10.7 11.8-15.6 18-2.4 3.1-4.8 6.3-7.1 9.5C25.2 153 8.3 202.5 8.3 256c0 2 .1 4 .1 6 .1.7.1 1.3.1 2 .1 1.3.1 2.7.2 4 0 .8.1 1.5.1 2.3 0 1.3.1 2.5.2 3.7.1.8.1 1.6.2 2.4.1 1.1.2 2.3.3 3.5 0 .8.1 1.6.2 2.4.1 1.2.3 2.4.4 3.6.1.8.2 1.5.3 2.3.1 1.3.3 2.6.5 3.9.1.6.2 1.3.3 1.9l.9 5.7c.1.6.2 1.1.3 1.7.3 1.3.5 2.7.8 4 .2.8.3 1.6.5 2.4.2 1 .5 2.1.7 3.2.2.9.4 1.7.6 2.6.2 1 .4 2 .7 3 .2.9.5 1.8.7 2.7.3 1 .5 1.9.8 2.9.3.9.5 1.8.8 2.7.2.9.5 1.9.8 2.8s.5 1.8.8 2.7c.3 1 .6 1.9.9 2.8.6 1.6 1.1 3.3 1.7 4.9.4 1 .7 1.9 1 2.8.3 1 .7 2 1.1 3 .3.8.6 1.5.9 2.3l1.2 3c.3.7.6 1.5.9 2.2.4 1 .9 2 1.3 3l.9 2.1c.5 1 .9 2 1.4 3 .3.7.6 1.3.9 2 .5 1 1 2.1 1.5 3.1.2.6.5 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.6 1.1 1.3 2.1 2 3.2.3.5.6.9.9 1.4.7 1.1 1.4 2.1 2.1 3.2.2.4.5.8.8 1.2.7 1.1 1.5 2.2 2.3 3.3.2.2.3.5.5.7 37.5 51.7 94.4 88.5 160 99.4.9.1 1.7.3 2.6.4 1 .2 2.1.4 3.1.5s1.9.3 2.8.4c1 .2 2 .3 3 .4.9.1 1.9.2 2.9.3s1.9.2 2.9.3 2.1.2 3.1.3c.9.1 1.8.1 2.7.2 1.1.1 2.3.1 3.4.2.8 0 1.7.1 2.5.1 1.3 0 2.6.1 3.9.1.7.1 1.4.1 2.1.1 2 .1 4 .1 6 .1s4-.1 6-.1c.7 0 1.4-.1 2.1-.1 1.3 0 2.6 0 3.9-.1.8 0 1.7-.1 2.5-.1 1.1-.1 2.3-.1 3.4-.2.9 0 1.8-.1 2.7-.2 1-.1 2.1-.2 3.1-.3s1.9-.2 2.9-.3c.9-.1 1.9-.2 2.9-.3s2-.3 3-.4 1.9-.3 2.8-.4c1-.2 2.1-.3 3.1-.5.9-.1 1.7-.3 2.6-.4 65.6-11 122.5-47.7 160.1-102.4.2-.2.3-.5.5-.7.8-1.1 1.5-2.2 2.3-3.3.2-.4.5-.8.8-1.2.7-1.1 1.4-2.1 2.1-3.2.3-.5.6-.9.9-1.4.6-1.1 1.3-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.2-.6.5-1.1.8-1.7.5-1 1-2.1 1.5-3.1.3-.7.6-1.3.9-2 .5-1 1-2 1.4-3l.9-2.1c.5-1 .9-2 1.3-3 .3-.7.6-1.5.9-2.2l1.2-3c.3-.8.6-1.5.9-2.3.4-1 .7-2 1.1-3s.7-1.9 1-2.8c.6-1.6 1.2-3.3 1.7-4.9.3-1 .6-1.9.9-2.8s.5-1.8.8-2.7c.2-.9.5-1.9.8-2.8s.6-1.8.8-2.7c.3-1 .5-1.9.8-2.9.2-.9.5-1.8.7-2.7.2-1 .5-2 .7-3 .2-.9.4-1.7.6-2.6.2-1 .5-2.1.7-3.2.2-.8.3-1.6.5-2.4.3-1.3.6-2.7.8-4 .1-.6.2-1.1.3-1.7l.9-5.7c.1-.6.2-1.3.3-1.9.1-1.3.3-2.6.5-3.9.1-.8.2-1.5.3-2.3.1-1.2.3-2.4.4-3.6 0-.8.1-1.6.2-2.4.1-1.1.2-2.3.3-3.5.1-.8.1-1.6.2-2.4.1 1.7.1.5.2-.7 0-.8.1-1.5.1-2.3.1-1.3.2-2.7.2-4 .1-.7.1-1.3.1-2 .1-2 .1-4 .1-6 0-53.5-16.9-103-45.8-143.7zM448 371.5c-9.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.8-28.2 10.3-42.9 13.2v-75.8c0-58.6-88.6-58.6-88.6 0v75.8c-14.7-2.9-29-7.3-42.9-13.2-26.7-11.3-50.6-27.4-71.2-48-13-13-24.2-27.4-33.6-42.9v-71.3c0-2.1 1.6-3.7 3.7-3.7h22.1c2.1 0 3.7 1.6 3.7 3.7V326h29.6V182c0-2.1 1.6-3.7 3.7-3.7h22.1c2.1 0 3.7 1.6 3.7 3.7v25.9h29.5V182c0-2.1 1.6-3.7 3.7-3.7H208c2.1 0 3.7 1.6 3.7 3.7v25.9h29.5V182c0-4.8 6.5-3.7 9.5-3.7V88.1c-4.4-2-7.4-6.7-7.4-11.5 0-16.8 25.4-16.8 25.4 0 0 4.8-3 9.4-7.4 11.5V92c6.3-1.4 12.7-2.3 19.2-2.3 9.4 0 18.4 3.5 26.3 3.5 7.2 0 15.2-3.5 19.4-3.5 2.1 0 3.7 1.6 3.7 3.7v48.4c0 5.6-18.7 6.5-22.4 6.5-8.6 0-16.6-3.5-25.4-3.5-7 0-14.1 1.2-20.8 2.8v30.7c3 0 9.5-1.1 9.5 3.7v25.9h29.5V182c0-2.1 1.6-3.7 3.7-3.7h22.2c2.1 0 3.7 1.6 3.7 3.7v25.9h29.5V182c0-2.1 1.6-3.7 3.7-3.7h22.1c2.1 0 3.7 1.6 3.7 3.7v144h29.5v-25.8c0-2.1 1.6-3.7 3.7-3.7h22.2c2.1 0 3.7 1.6 3.7 3.7z"],phabricator:[496,512,[],"f3db","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"],ussunnah:[482,512,[],"f407","M481.9 268.1A240.9 240.9 0 1 1 .1 268a240.9 240.9 0 1 1 481.9 0zM24.5 268a216.5 216.5 0 1 0 432.9 0A216.5 216.5 0 1 0 24.5 268zm385.9 63.3c-12.7 0-21.6-1.9-26.7-5.9c-5.5-4.3-8.2-12.3-8.2-23.8V205.1c0-6.5-5.2-20.2-15.7-41.2c7 0 17-9.1 30-27.2V284.5c0 11 2.4 19.4 7 25.3c3.7 4.7 10.1 8.9 19 12.6c1.2 .4 2.6 .9 4.1 1.4c2.9 .9 6.3 2.1 10.3 3.5c-1.8 2.7-8.3 4-19.9 4zm-219 0c-1.3 2.4-3.6 5.5-6.8 9.4l-18.5 22.5c-1-6.1-4-13-9.3-20.6s-9.7-11.4-13.4-11.4h-8.3H53.6c3.3-5.3 4.9-8.8 4.9-10.8c0-2-.8-5.3-2.4-9.7c-1.5-4.4-2.4-8.5-2.4-12.4c0-7.4 2.1-13.9 6.3-19.3L80 253.4l-7.1-17.7L89 215.9l6.7 16.8 8-10.3c-1.8 6.4-2.6 12.3-2.6 17.7c0 4.2 2.8 13.3 8.3 27.3l16.2 40.7H135h8 .3c2.8 .4 7.7 5 14.6 13.9c1.8 2.4 4.3 5.8 7.7 10.2c1.4 1.9 2.9 3.9 4.6 6.1c1.3-2.3 2-4.6 2-7.1c0-2-1.3-6.6-4-13.4L163 304.1c-4-10.6-6.1-17.7-6.1-21.3c0-6.3 1.9-12.3 5.8-17.9c.5-.6 1-1.3 1.5-1.9c4.4-5.6 8.8-11.1 13.3-16.5c-1.1 4.6-1.7 8.7-1.7 12c0 3.7 1.7 9.9 5.1 18.8l7.9 20.4c1.9 4.7 3 8.2 3.7 10.3h17.6 8.3l-.9-2.6c-1.4-3.9-4-7-7.7-9.3l15.6-20.1 12.3 32h13.4L245 292.2c-1.5-3.9-4-7-7.7-9.3L253 262.8 270.3 308h13.4l-11.4-29.4c-1.5-3.9-4-7-7.7-9.3l15.6-20L302.6 308h10.3 8.3 7.6c1.5 0 3-1.1 4.5-3.1s2.2-4.1 2.2-6.3V205.1c0-6.5-4.5-20.3-13.7-41.2c5.4 0 14.1-9.1 26.2-27.2V300.2c0 7.2 .6 12 1.7 14.6c1.6 3.4 5.3 6.2 11.1 8.2c-3.9 5.6-8.7 8.5-14.5 8.5H321.1h-8.3H210.5h-19zM93.4 287.3c-2.7-6.7-4-11.7-4-15c-.6 1.2-2.4 3.7-5.4 7.6c-1.4 1.9-2.2 3.7-2.2 5.3c0 2.6 .8 5.7 2.2 9.3l5.6 13.9h0c5 0 9 0 11.9-.1l-8.2-20.9zm13.5-72.4c-3-5.2-7-9.3-11.9-11.9c-3.5-1.9-5.3-4.3-5.3-7.4c0-2.4 4.6-8.6 14-18.3c.2 3.8 1.9 7.6 4.9 11.2c3.1 3.6 4.6 7 4.6 10.1c0 2.6-2.1 8-6.2 16.3zm-27.6 0c-3-5.2-7-9.3-11.9-11.9c-3.5-1.9-5.3-4.3-5.3-7.4c0-2.4 4.6-8.6 14-18.3c.2 3.8 1.9 7.6 4.9 11.2c3.1 3.6 4.6 7 4.6 10.1c0 2.6-2.1 8-6.2 16.3zm87 27.5c-3-5.2-7-9.3-11.9-11.9c-3.5-1.9-5.3-4.3-5.3-7.4c0-2.4 4.6-8.6 14-18.3c.2 3.8 1.9 7.6 4.9 11.2c3.1 3.6 4.6 7 4.6 10.1c0 2.6-2.1 8-6.2 16.3z"],earlybirds:[480,512,[],"f39a","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"],"trade-federation":[496,512,[],"f513","M248 8.8c-137 0-248 111-248 248s111 248 248 248 248-111 248-248-111-248-248-248zm0 482.8c-129.7 0-234.8-105.1-234.8-234.8S118.3 22 248 22s234.8 105.1 234.8 234.8S377.7 491.6 248 491.6zm155.1-328.5v-46.8H209.3V198H54.2l36.7 46h117.7v196.8h48.8V245h83.3v-47h-83.3v-34.8h145.7zm-73.3 45.1v23.9h-82.9v197.4h-26.8V232.1H96.3l-20.1-23.9h143.9v-80.6h171.8V152h-145v56.2zm-161.3-69l-12.4-20.7 2.1 23.8-23.5 5.4 23.3 5.4-2.1 24 12.3-20.5 22.2 9.5-15.7-18.1 15.8-18.1zm-29.6-19.7l9.3-11.5-12.7 5.9-8-12.4 1.7 13.9-14.3 3.8 13.7 2.7-.8 14.7 6.8-12.2 13.8 5.3zm165.4 145.2l-13.1 5.6-7.3-12.2 1.3 14.2-13.9 3.2 13.9 3.2-1.2 14.2 7.3-12.2 13.1 5.5-9.4-10.7zm106.9-77.2l-20.9 9.1-12-19.6 2.2 22.7-22.3 5.4 22.2 4.9-1.8 22.9 11.5-19.6 21.2 8.8-15.1-17zM248 29.9c-125.3 0-226.9 101.6-226.9 226.9S122.7 483.7 248 483.7s226.9-101.6 226.9-226.9S373.3 29.9 248 29.9zM342.6 196v51h-83.3v195.7h-52.7V245.9H89.9l-40-49.9h157.4v-81.6h197.8v50.7H259.4V196zM248 43.2c60.3 0 114.8 25 153.6 65.2H202.5V190H45.1C73.1 104.8 153.4 43.2 248 43.2zm0 427.1c-117.9 0-213.6-95.6-213.6-213.5 0-21.2 3.1-41.8 8.9-61.1L87.1 252h114.7v196.8h64.6V253h83.3v-62.7h-83.2v-19.2h145.6v-50.8c30.8 37 49.3 84.6 49.3 136.5.1 117.9-95.5 213.5-213.4 213.5zM178.8 275l-11-21.4 1.7 24.5-23.7 3.9 23.8 5.9-3.7 23.8 13-20.9 21.5 10.8-15.8-18.8 16.9-17.1z"],autoprefixer:[640,512,[],"f41c","M318.4 16l-161 480h77.5l25.4-81.4h119.5L405 496h77.5L318.4 16zm-40.3 341.9l41.2-130.4h1.5l40.9 130.4h-83.6zM640 405l-10-31.4L462.1 358l19.4 56.5L640 405zm-462.1-47L10 373.7 0 405l158.5 9.4 19.4-56.4z"],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"],slideshare:[512,512,[],"f1e7","M187.7 153.7c-34 0-61.7 25.7-61.7 57.7 0 31.7 27.7 57.7 61.7 57.7s61.7-26 61.7-57.7c0-32-27.7-57.7-61.7-57.7zm143.4 0c-34 0-61.7 25.7-61.7 57.7 0 31.7 27.7 57.7 61.7 57.7 34.3 0 61.7-26 61.7-57.7.1-32-27.4-57.7-61.7-57.7zm156.6 90l-6 4.3V49.7c0-27.4-20.6-49.7-46-49.7H76.6c-25.4 0-46 22.3-46 49.7V248c-2-1.4-4.3-2.9-6.3-4.3-15.1-10.6-25.1 4-16 17.7 18.3 22.6 53.1 50.3 106.3 72C58.3 525.1 252 555.7 248.9 457.5c0-.7.3-56.6.3-96.6 5.1 1.1 9.4 2.3 13.7 3.1 0 39.7.3 92.8.3 93.5-3.1 98.3 190.6 67.7 134.3-124 53.1-21.7 88-49.4 106.3-72 9.1-13.8-.9-28.3-16.1-17.8zm-30.5 19.2c-68.9 37.4-128.3 31.1-160.6 29.7-23.7-.9-32.6 9.1-33.7 24.9-10.3-7.7-18.6-15.5-20.3-17.1-5.1-5.4-13.7-8-27.1-7.7-31.7 1.1-89.7 7.4-157.4-28V72.3c0-34.9 8.9-45.7 40.6-45.7h317.7c30.3 0 40.9 12.9 40.9 45.7v190.6z"],"google-play":[512,512,[],"f3ab","M325.3 234.3L104.6 13l280.8 161.2-60.1 60.1zM47 0C34 6.8 25.3 19.2 25.3 35.3v441.3c0 16.1 8.7 28.5 21.7 35.3l256.6-256L47 0zm425.2 225.6l-58.9-34.1-65.7 64.5 65.7 64.5 60.1-34.1c18-14.3 18-46.5-1.2-60.8zM104.6 499l280.8-161.2-60.1-60.1L104.6 499z"],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"],line:[512,512,[],"f3c0","M311 196.8v81.3c0 2.1-1.6 3.7-3.7 3.7h-13c-1.3 0-2.4-.7-3-1.5l-37.3-50.3v48.2c0 2.1-1.6 3.7-3.7 3.7h-13c-2.1 0-3.7-1.6-3.7-3.7V196.9c0-2.1 1.6-3.7 3.7-3.7h12.9c1.1 0 2.4 .6 3 1.6l37.3 50.3V196.9c0-2.1 1.6-3.7 3.7-3.7h13c2.1-.1 3.8 1.6 3.8 3.5zm-93.7-3.7h-13c-2.1 0-3.7 1.6-3.7 3.7v81.3c0 2.1 1.6 3.7 3.7 3.7h13c2.1 0 3.7-1.6 3.7-3.7V196.8c0-1.9-1.6-3.7-3.7-3.7zm-31.4 68.1H150.3V196.8c0-2.1-1.6-3.7-3.7-3.7h-13c-2.1 0-3.7 1.6-3.7 3.7v81.3c0 1 .3 1.8 1 2.5c.7 .6 1.5 1 2.5 1h52.2c2.1 0 3.7-1.6 3.7-3.7v-13c0-1.9-1.6-3.7-3.5-3.7zm193.7-68.1H327.3c-1.9 0-3.7 1.6-3.7 3.7v81.3c0 1.9 1.6 3.7 3.7 3.7h52.2c2.1 0 3.7-1.6 3.7-3.7V265c0-2.1-1.6-3.7-3.7-3.7H344V247.7h35.5c2.1 0 3.7-1.6 3.7-3.7V230.9c0-2.1-1.6-3.7-3.7-3.7H344V213.5h35.5c2.1 0 3.7-1.6 3.7-3.7v-13c-.1-1.9-1.7-3.7-3.7-3.7zM512 93.4V419.4c-.1 51.2-42.1 92.7-93.4 92.6H92.6C41.4 511.9-.1 469.8 0 418.6V92.6C.1 41.4 42.2-.1 93.4 0H419.4c51.2 .1 92.7 42.1 92.6 93.4zM441.6 233.5c0-83.4-83.7-151.3-186.4-151.3s-186.4 67.9-186.4 151.3c0 74.7 66.3 137.4 155.9 149.3c21.8 4.7 19.3 12.7 14.4 42.1c-.8 4.7-3.8 18.4 16.1 10.1s107.3-63.2 146.5-108.2c27-29.7 39.9-59.8 39.9-93.1z"],"google-drive":[512,512,[],"f3aa","M339 314.9L175.4 32h161.2l163.6 282.9H339zm-137.5 23.6L120.9 480h310.5L512 338.5H201.5zM154.1 67.4L0 338.5 80.6 480 237 208.8 154.1 67.4z"],servicestack:[496,512,[],"f3ec","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"],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"],bitbucket:[512,512,[61810],"f171","M22.2 32A16 16 0 0 0 6 47.8a26.35 26.35 0 0 0 .2 2.8l67.9 412.1a21.77 21.77 0 0 0 21.3 18.2h325.7a16 16 0 0 0 16-13.4L505 50.7a16 16 0 0 0-13.2-18.3 24.58 24.58 0 0 0-2.8-.2L22.2 32zm285.9 297.8h-104l-28.1-147h157.3l-25.2 147z"],imdb:[448,512,[],"f2d8","M89.5 323.6H53.93V186.2H89.5V323.6zM156.1 250.5L165.2 186.2H211.5V323.6H180.5V230.9L167.1 323.6H145.8L132.8 232.9L132.7 323.6H101.5V186.2H147.6C148.1 194.5 150.4 204.3 151.9 215.6L156.1 250.5zM223.7 323.6V186.2H250.3C267.3 186.2 277.3 187.1 283.3 188.6C289.4 190.3 294 192.8 297.2 196.5C300.3 199.8 302.3 203.1 303 208.5C303.9 212.9 304.4 221.6 304.4 234.7V282.9C304.4 295.2 303.7 303.4 302.5 307.6C301.4 311.7 299.4 315 296.5 317.3C293.7 319.7 290.1 321.4 285.8 322.3C281.6 323.1 275.2 323.6 266.7 323.6H223.7zM259.2 209.7V299.1C264.3 299.1 267.5 298.1 268.6 296.8C269.7 294.8 270.4 289.2 270.4 280.1V226.8C270.4 220.6 270.3 216.6 269.7 214.8C269.4 213 268.5 211.8 267.1 210.1C265.7 210.1 263 209.7 259.2 209.7V209.7zM316.5 323.6V186.2H350.6V230.1C353.5 227.7 356.7 225.2 360.1 223.5C363.7 222 368.9 221.1 372.9 221.1C377.7 221.1 381.8 221.9 385.2 223.3C388.6 224.8 391.2 226.8 393.2 229.5C394.9 232.1 395.9 234.8 396.3 237.3C396.7 239.9 396.1 245.3 396.1 253.5V292.1C396.1 300.3 396.3 306.4 395.3 310.5C394.2 314.5 391.5 318.1 387.5 320.1C383.4 324 378.6 325.4 372.9 325.4C368.9 325.4 363.7 324.5 360.2 322.9C356.7 321.1 353.5 318.4 350.6 314.9L348.5 323.6L316.5 323.6zM361.6 302.9C362.3 301.1 362.6 296.9 362.6 290.4V255C362.6 249.4 362.3 245.5 361.5 243.8C360.8 241.9 357.8 241.1 355.7 241.1C353.7 241.1 352.3 241.9 351.6 243.4C351 244.9 350.6 248.8 350.6 255V291.4C350.6 297.5 351 301.4 351.8 303C352.4 304.7 353.9 305.5 355.9 305.5C358.1 305.5 360.1 304.7 361.6 302.9L361.6 302.9zM418.4 32.04C434.1 33.27 447.1 47.28 447.1 63.92V448.1C447.1 464.5 435.2 478.5 418.9 479.1C418.6 479.1 418.4 480 418.1 480H29.88C29.6 480 29.32 479.1 29.04 479.9C13.31 478.5 1.093 466.1 0 449.7L.0186 61.78C1.081 45.88 13.82 33.09 30.26 31.1H417.7C417.9 31.1 418.2 32.01 418.4 32.04L418.4 32.04zM30.27 41.26C19 42.01 10.02 51.01 9.257 62.4V449.7C9.63 455.1 11.91 460.2 15.7 464C19.48 467.9 24.51 470.3 29.89 470.7H418.1C429.6 469.7 438.7 459.1 438.7 448.1V63.91C438.7 58.17 436.6 52.65 432.7 48.45C428.8 44.24 423.4 41.67 417.7 41.26L30.27 41.26z"],deezer:[576,512,[],"e077","M451.46,244.71H576V172H451.46Zm0-173.89v72.67H576V70.82Zm0,275.06H576V273.2H451.46ZM0,447.09H124.54V374.42H0Zm150.47,0H275V374.42H150.47Zm150.52,0H425.53V374.42H301Zm150.47,0H576V374.42H451.46ZM301,345.88H425.53V273.2H301Zm-150.52,0H275V273.2H150.47Zm0-101.17H275V172H150.47Z"],"raspberry-pi":[407,512,[],"f7bb","M372 232.5l-3.7-6.5c.1-46.4-21.4-65.3-46.5-79.7 7.6-2 15.4-3.6 17.6-13.2 13.1-3.3 15.8-9.4 17.1-15.8 3.4-2.3 14.8-8.7 13.6-19.7 6.4-4.4 10-10.1 8.1-18.1 6.9-7.5 8.7-13.7 5.8-19.4 8.3-10.3 4.6-15.6 1.1-20.9 6.2-11.2.7-23.2-16.6-21.2-6.9-10.1-21.9-7.8-24.2-7.8-2.6-3.2-6-6-16.5-4.7-6.8-6.1-14.4-5-22.3-2.1-9.3-7.3-15.5-1.4-22.6.8C271.6.6 269 5.5 263.5 7.6c-12.3-2.6-16.1 3-22 8.9l-6.9-.1c-18.6 10.8-27.8 32.8-31.1 44.1-3.3-11.3-12.5-33.3-31.1-44.1l-6.9.1c-5.9-5.9-9.7-11.5-22-8.9-5.6-2-8.1-7-19.4-3.4-4.6-1.4-8.9-4.4-13.9-4.3-2.6.1-5.5 1-8.7 3.5-7.9-3-15.5-4-22.3 2.1-10.5-1.3-14 1.4-16.5 4.7-2.3 0-17.3-2.3-24.2 7.8C21.2 16 15.8 28 22 39.2c-3.5 5.4-7.2 10.7 1.1 20.9-2.9 5.7-1.1 11.9 5.8 19.4-1.8 8 1.8 13.7 8.1 18.1-1.2 11 10.2 17.4 13.6 19.7 1.3 6.4 4 12.4 17.1 15.8 2.2 9.5 10 11.2 17.6 13.2-25.1 14.4-46.6 33.3-46.5 79.7l-3.7 6.5c-28.8 17.2-54.7 72.7-14.2 117.7 2.6 14.1 7.1 24.2 11 35.4 5.9 45.2 44.5 66.3 54.6 68.8 14.9 11.2 30.8 21.8 52.2 29.2C159 504.2 181 512 203 512h1c22.1 0 44-7.8 64.2-28.4 21.5-7.4 37.3-18 52.2-29.2 10.2-2.5 48.7-23.6 54.6-68.8 3.9-11.2 8.4-21.3 11-35.4 40.6-45.1 14.7-100.5-14-117.7zm-22.2-8c-1.5 18.7-98.9-65.1-82.1-67.9 45.7-7.5 83.6 19.2 82.1 67.9zm-43 93.1c-24.5 15.8-59.8 5.6-78.8-22.8s-14.6-64.2 9.9-80c24.5-15.8 59.8-5.6 78.8 22.8s14.6 64.2-9.9 80zM238.9 29.3c.8 4.2 1.8 6.8 2.9 7.6 5.4-5.8 9.8-11.7 16.8-17.3 0 3.3-1.7 6.8 2.5 9.4 3.7-5 8.8-9.5 15.5-13.3-3.2 5.6-.6 7.3 1.2 9.6 5.1-4.4 10-8.8 19.4-12.3-2.6 3.1-6.2 6.2-2.4 9.8 5.3-3.3 10.6-6.6 23.1-8.9-2.8 3.1-8.7 6.3-5.1 9.4 6.6-2.5 14-4.4 22.1-5.4-3.9 3.2-7.1 6.3-3.9 8.8 7.1-2.2 16.9-5.1 26.4-2.6l-6 6.1c-.7.8 14.1.6 23.9.8-3.6 5-7.2 9.7-9.3 18.2 1 1 5.8.4 10.4 0-4.7 9.9-12.8 12.3-14.7 16.6 2.9 2.2 6.8 1.6 11.2.1-3.4 6.9-10.4 11.7-16 17.3 1.4 1 3.9 1.6 9.7.9-5.2 5.5-11.4 10.5-18.8 15 1.3 1.5 5.8 1.5 10 1.6-6.7 6.5-15.3 9.9-23.4 14.2 4 2.7 6.9 2.1 10 2.1-5.7 4.7-15.4 7.1-24.4 10 1.7 2.7 3.4 3.4 7.1 4.1-9.5 5.3-23.2 2.9-27 5.6.9 2.7 3.6 4.4 6.7 5.8-15.4.9-57.3-.6-65.4-32.3 15.7-17.3 44.4-37.5 93.7-62.6-38.4 12.8-73 30-102 53.5-34.3-15.9-10.8-55.9 5.8-71.8zm-34.4 114.6c24.2-.3 54.1 17.8 54 34.7-.1 15-21 27.1-53.8 26.9-32.1-.4-53.7-15.2-53.6-29.8 0-11.9 26.2-32.5 53.4-31.8zm-123-12.8c3.7-.7 5.4-1.5 7.1-4.1-9-2.8-18.7-5.3-24.4-10 3.1 0 6 .7 10-2.1-8.1-4.3-16.7-7.7-23.4-14.2 4.2-.1 8.7 0 10-1.6-7.4-4.5-13.6-9.5-18.8-15 5.8.7 8.3.1 9.7-.9-5.6-5.6-12.7-10.4-16-17.3 4.3 1.5 8.3 2 11.2-.1-1.9-4.2-10-6.7-14.7-16.6 4.6.4 9.4 1 10.4 0-2.1-8.5-5.8-13.3-9.3-18.2 9.8-.1 24.6 0 23.9-.8l-6-6.1c9.5-2.5 19.3.4 26.4 2.6 3.2-2.5-.1-5.6-3.9-8.8 8.1 1.1 15.4 2.9 22.1 5.4 3.5-3.1-2.3-6.3-5.1-9.4 12.5 2.3 17.8 5.6 23.1 8.9 3.8-3.6.2-6.7-2.4-9.8 9.4 3.4 14.3 7.9 19.4 12.3 1.7-2.3 4.4-4 1.2-9.6 6.7 3.8 11.8 8.3 15.5 13.3 4.1-2.6 2.5-6.2 2.5-9.4 7 5.6 11.4 11.5 16.8 17.3 1.1-.8 2-3.4 2.9-7.6 16.6 15.9 40.1 55.9 6 71.8-29-23.5-63.6-40.7-102-53.5 49.3 25 78 45.3 93.7 62.6-8 31.8-50 33.2-65.4 32.3 3.1-1.4 5.8-3.2 6.7-5.8-4-2.8-17.6-.4-27.2-5.6zm60.1 24.1c16.8 2.8-80.6 86.5-82.1 67.9-1.5-48.7 36.5-75.5 82.1-67.9zM38.2 342c-23.7-18.8-31.3-73.7 12.6-98.3 26.5-7 9 107.8-12.6 98.3zm91 98.2c-13.3 7.9-45.8 4.7-68.8-27.9-15.5-27.4-13.5-55.2-2.6-63.4 16.3-9.8 41.5 3.4 60.9 25.6 16.9 20 24.6 55.3 10.5 65.7zm-26.4-119.7c-24.5-15.8-28.9-51.6-9.9-80s54.3-38.6 78.8-22.8 28.9 51.6 9.9 80c-19.1 28.4-54.4 38.6-78.8 22.8zM205 496c-29.4 1.2-58.2-23.7-57.8-32.3-.4-12.7 35.8-22.6 59.3-22 23.7-1 55.6 7.5 55.7 18.9.5 11-28.8 35.9-57.2 35.4zm58.9-124.9c.2 29.7-26.2 53.8-58.8 54-32.6.2-59.2-23.8-59.4-53.4v-.6c-.2-29.7 26.2-53.8 58.8-54 32.6-.2 59.2 23.8 59.4 53.4v.6zm82.2 42.7c-25.3 34.6-59.6 35.9-72.3 26.3-13.3-12.4-3.2-50.9 15.1-72 20.9-23.3 43.3-38.5 58.9-26.6 10.5 10.3 16.7 49.1-1.7 72.3zm22.9-73.2c-21.5 9.4-39-105.3-12.6-98.3 43.9 24.7 36.3 79.6 12.6 98.3z"],jira:[496,512,[],"f7b1","M490 241.7C417.1 169 320.6 71.8 248.5 0 83 164.9 6 241.7 6 241.7c-7.9 7.9-7.9 20.7 0 28.7C138.8 402.7 67.8 331.9 248.5 512c379.4-378 15.7-16.7 241.5-241.7 8-7.9 8-20.7 0-28.6zm-241.5 90l-76-75.7 76-75.7 76 75.7-76 75.7z"],docker:[640,512,[],"f395","M349.9 236.3h-66.1v-59.4h66.1v59.4zm0-204.3h-66.1v60.7h66.1V32zm78.2 144.8H362v59.4h66.1v-59.4zm-156.3-72.1h-66.1v60.1h66.1v-60.1zm78.1 0h-66.1v60.1h66.1v-60.1zm276.8 100c-14.4-9.7-47.6-13.2-73.1-8.4-3.3-24-16.7-44.9-41.1-63.7l-14-9.3-9.3 14c-18.4 27.8-23.4 73.6-3.7 103.8-8.7 4.7-25.8 11.1-48.4 10.7H2.4c-8.7 50.8 5.8 116.8 44 162.1 37.1 43.9 92.7 66.2 165.4 66.2 157.4 0 273.9-72.5 328.4-204.2 21.4.4 67.6.1 91.3-45.2 1.5-2.5 6.6-13.2 8.5-17.1l-13.3-8.9zm-511.1-27.9h-66v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm78.1 0h-66.1v59.4h66.1v-59.4zm-78.1-72.1h-66.1v60.1h66.1v-60.1z"],screenpal:[512,512,[],"e570","M233.5 22.49C233.5 10.07 243.6 0 256 0C268.4 0 278.5 10.07 278.5 22.49C278.5 34.91 268.4 44.98 256 44.98C243.6 44.98 233.5 34.91 233.5 22.49zM313.4 259C313.4 290.7 287.7 316.4 256 316.4C224.3 316.4 198.6 290.7 198.6 259C198.6 227.3 224.3 201.6 256 201.6C287.7 201.6 313.4 227.3 313.4 259zM337.2 350C359.5 330.1 373.7 302.7 377.1 273H496.6C493.1 334.4 466.2 392.2 421.4 434.4C376.7 476.6 317.5 500.2 256 500.2C194.5 500.2 135.3 476.6 90.56 434.4C45.83 392.2 18.94 334.4 15.39 273H135.1C138.5 302.7 152.7 330.1 175 350C197.3 369.9 226.2 380.9 256.1 380.9C285.1 380.9 314.8 369.9 337.2 350zM73.14 140.3C73.54 152.7 63.81 163.1 51.39 163.5C38.97 163.9 28.59 154.2 28.18 141.8C27.78 129.3 37.52 118.9 49.94 118.5C62.35 118.1 72.74 127.9 73.14 140.3zM438.9 141C438.9 128.6 448.9 118.5 461.4 118.5C473.8 118.5 483.8 128.6 483.8 141C483.8 153.5 473.8 163.5 461.4 163.5C448.9 163.5 438.9 153.5 438.9 141zM317.9 95.27C300.6 109.1 278.7 118.1 256 118.1C233.3 118.1 211.4 109.1 194.1 95.27C176.8 80.55 165.3 60.18 161.7 37.78C176.8 31.37 192.5 26.52 208.6 23.31C208.6 35.88 213.6 47.93 222.5 56.82C231.4 65.7 243.4 70.7 256 70.7C268.6 70.7 280.6 65.7 289.5 56.82C298.4 47.93 303.4 35.88 303.4 23.31C319.5 26.52 335.2 31.37 350.3 37.78C346.7 60.18 335.2 80.55 317.9 95.27H317.9zM82.78 231C61.42 238.6 38.06 238.4 16.86 230.4C18.82 214.1 22.46 198.1 27.71 182.5C33.1 185.6 39.05 187.6 45.22 188.5C51.39 189.3 57.67 188.9 63.68 187.3C69.69 185.6 75.33 182.9 80.27 179.1C85.21 175.3 89.36 170.6 92.47 165.2C95.58 159.8 97.61 153.8 98.42 147.7C99.23 141.5 98.83 135.2 97.22 129.2C95.61 123.2 92.83 117.6 89.04 112.6C85.25 107.7 80.53 103.5 75.14 100.4C85.96 88.11 98.01 76.94 111.1 67.07C128.7 81.42 140.6 101.6 144.7 123.9C148.8 146.2 144.8 169.3 133.5 188.9C122.1 208.5 104.1 223.4 82.78 231V231zM429.2 231.1C407.9 223.5 389.9 208.5 378.5 188.9C367.2 169.3 363.3 146.2 367.4 123.9C371.5 101.7 383.4 81.54 400.9 67.19C414 77.04 426.1 88.21 436.9 100.5C426.2 106.9 418.5 117.2 415.4 129.3C412.2 141.3 413.1 154.1 420.2 164.9C426.4 175.7 436.6 183.6 448.6 186.9C460.6 190.2 473.5 188.6 484.3 182.6C489.6 198.1 493.2 214.2 495.2 230.4C473.1 238.5 450.6 238.7 429.2 231.1L429.2 231.1z"],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"],gitter:[384,512,[],"f426","M66.4 322.5H16V0h50.4v322.5zM166.9 76.1h-50.4V512h50.4V76.1zm100.6 0h-50.4V512h50.4V76.1zM368 76h-50.4v247H368V76z"],"d-and-d":[576,512,[],"f38d","M82.5 98.9c-.6-17.2 2-33.8 12.7-48.2.3 7.4 1.2 14.5 4.2 21.6 5.9-27.5 19.7-49.3 42.3-65.5-1.9 5.9-3.5 11.8-3 17.7 8.7-7.4 18.8-17.8 44.4-22.7 14.7-2.8 29.7-2 42.1 1 38.5 9.3 61 34.3 69.7 72.3 5.3 23.1.7 45-8.3 66.4-5.2 12.4-12 24.4-20.7 35.1-2-1.9-3.9-3.8-5.8-5.6-42.8-40.8-26.8-25.2-37.4-37.4-1.1-1.2-1-2.2-.1-3.6 8.3-13.5 11.8-28.2 10-44-1.1-9.8-4.3-18.9-11.3-26.2-14.5-15.3-39.2-15-53.5.6-11.4 12.5-14.1 27.4-10.9 43.6.2 1.3.4 2.7 0 3.9-3.4 13.7-4.6 27.6-2.5 41.6.1.5.1 1.1.1 1.6 0 .3-.1.5-.2 1.1-21.8-11-36-28.3-43.2-52.2-8.3 17.8-11.1 35.5-6.6 54.1-15.6-15.2-21.3-34.3-22-55.2zm469.6 123.2c-11.6-11.6-25-20.4-40.1-26.6-12.8-5.2-26-7.9-39.9-7.1-10 .6-19.6 3.1-29 6.4-2.5.9-5.1 1.6-7.7 2.2-4.9 1.2-7.3-3.1-4.7-6.8 3.2-4.6 3.4-4.2 15-12 .6-.4 1.2-.8 2.2-1.5h-2.5c-.6 0-1.2.2-1.9.3-19.3 3.3-30.7 15.5-48.9 29.6-10.4 8.1-13.8 3.8-12-.5 1.4-3.5 3.3-6.7 5.1-10 1-1.8 2.3-3.4 3.5-5.1-.2-.2-.5-.3-.7-.5-27 18.3-46.7 42.4-57.7 73.3.3.3.7.6 1 .9.3-.6.5-1.2.9-1.7 10.4-12.1 22.8-21.8 36.6-29.8 18.2-10.6 37.5-18.3 58.7-20.2 4.3-.4 8.7-.1 13.1-.1-1.8.7-3.5.9-5.3 1.1-18.5 2.4-35.5 9-51.5 18.5-30.2 17.9-54.5 42.2-75.1 70.4-.3.4-.4.9-.7 1.3 14.5 5.3 24 17.3 36.1 25.6.2-.1.3-.2.4-.4l1.2-2.7c12.2-26.9 27-52.3 46.7-74.5 16.7-18.8 38-25.3 62.5-20 5.9 1.3 11.4 4.4 17.2 6.8 2.3-1.4 5.1-3.2 8-4.7 8.4-4.3 17.4-7 26.7-9 14.7-3.1 29.5-4.9 44.5-1.3v-.5c-.5-.4-1.2-.8-1.7-1.4zM316.7 397.6c-39.4-33-22.8-19.5-42.7-35.6-.8.9 0-.2-1.9 3-11.2 19.1-25.5 35.3-44 47.6-10.3 6.8-21.5 11.8-34.1 11.8-21.6 0-38.2-9.5-49.4-27.8-12-19.5-13.3-40.7-8.2-62.6 7.8-33.8 30.1-55.2 38.6-64.3-18.7-6.2-33 1.7-46.4 13.9.8-13.9 4.3-26.2 11.8-37.3-24.3 10.6-45.9 25-64.8 43.9-.3-5.8 5.4-43.7 5.6-44.7.3-2.7-.6-5.3-3-7.4-24.2 24.7-44.5 51.8-56.1 84.6 7.4-5.9 14.9-11.4 23.6-16.2-8.3 22.3-19.6 52.8-7.8 101.1 4.6 19 11.9 36.8 24.1 52.3 2.9 3.7 6.3 6.9 9.5 10.3.2-.2.4-.3.6-.5-1.4-7-2.2-14.1-1.5-21.9 2.2 3.2 3.9 6 5.9 8.6 12.6 16 28.7 27.4 47.2 35.6 25 11.3 51.1 13.3 77.9 8.6 54.9-9.7 90.7-48.6 116-98.8 1-1.8.6-2.9-.9-4.2zm172-46.4c-9.5-3.1-22.2-4.2-28.7-2.9 9.9 4 14.1 6.6 18.8 12 12.6 14.4 10.4 34.7-5.4 45.6-11.7 8.1-24.9 10.5-38.9 9.1-1.2-.1-2.3-.4-3-.6 2.8-3.7 6-7 8.1-10.8 9.4-16.8 5.4-42.1-8.7-56.1-2.1-2.1-4.6-3.9-7-5.9-.3 1.3-.1 2.1.1 2.8 4.2 16.6-8.1 32.4-24.8 31.8-7.6-.3-13.9-3.8-19.6-8.5-19.5-16.1-39.1-32.1-58.5-48.3-5.9-4.9-12.5-8.1-20.1-8.7-4.6-.4-9.3-.6-13.9-.9-5.9-.4-8.8-2.8-10.4-8.4-.9-3.4-1.5-6.8-2.2-10.2-1.5-8.1-6.2-13-14.3-14.2-4.4-.7-8.9-1-13.3-1.5-13-1.4-19.8-7.4-22.6-20.3-5 11-1.6 22.4 7.3 29.9 4.5 3.8 9.3 7.3 13.8 11.2 4.6 3.8 7.4 8.7 7.9 14.8.4 4.7.8 9.5 1.8 14.1 2.2 10.6 8.9 18.4 17 25.1 16.5 13.7 33 27.3 49.5 41.1 17.9 15 13.9 32.8 13 56-.9 22.9 12.2 42.9 33.5 51.2 1 .4 2 .6 3.6 1.1-15.7-18.2-10.1-44.1.7-52.3.3 2.2.4 4.3.9 6.4 9.4 44.1 45.4 64.2 85 56.9 16-2.9 30.6-8.9 42.9-19.8 2-1.8 3.7-4.1 5.9-6.5-19.3 4.6-35.8.1-50.9-10.6.7-.3 1.3-.3 1.9-.3 21.3 1.8 40.6-3.4 57-17.4 19.5-16.6 26.6-42.9 17.4-66-8.3-20.1-23.6-32.3-43.8-38.9zM99.4 179.3c-5.3-9.2-13.2-15.6-22.1-21.3 13.7-.5 26.6.2 39.6 3.7-7-12.2-8.5-24.7-5-38.7 5.3 11.9 13.7 20.1 23.6 26.8 19.7 13.2 35.7 19.6 46.7 30.2 3.4 3.3 6.3 7.1 9.6 10.9-.8-2.1-1.4-4.1-2.2-6-5-10.6-13-18.6-22.6-25-1.8-1.2-2.8-2.5-3.4-4.5-3.3-12.5-3-25.1-.7-37.6 1-5.5 2.8-10.9 4.5-16.3.8-2.4 2.3-4.6 4-6.6.6 6.9 0 25.5 19.6 46 10.8 11.3 22.4 21.9 33.9 32.7 9 8.5 18.3 16.7 25.5 26.8 1.1 1.6 2.2 3.3 3.8 4.7-5-13-14.2-24.1-24.2-33.8-9.6-9.3-19.4-18.4-29.2-27.4-3.3-3-4.6-6.7-5.1-10.9-1.2-10.4 0-20.6 4.3-30.2.5-1 1.1-2 1.9-3.3.5 4.2.6 7.9 1.4 11.6 4.8 23.1 20.4 36.3 49.3 63.5 10 9.4 19.3 19.2 25.6 31.6 4.8 9.3 7.3 19 5.7 29.6-.1.6.5 1.7 1.1 2 6.2 2.6 10 6.9 9.7 14.3 7.7-2.6 12.5-8 16.4-14.5 4.2 20.2-9.1 50.3-27.2 58.7.4-4.5 5-23.4-16.5-27.7-6.8-1.3-12.8-1.3-22.9-2.1 4.7-9 10.4-20.6.5-22.4-24.9-4.6-52.8 1.9-57.8 4.6 8.2.4 16.3 1 23.5 3.3-2 6.5-4 12.7-5.8 18.9-1.9 6.5 2.1 14.6 9.3 9.6 1.2-.9 2.3-1.9 3.3-2.7-3.1 17.9-2.9 15.9-2.8 18.3.3 10.2 9.5 7.8 15.7 7.3-2.5 11.8-29.5 27.3-45.4 25.8 7-4.7 12.7-10.3 15.9-17.9-6.5.8-12.9 1.6-19.2 2.4l-.3-.9c4.7-3.4 8-7.8 10.2-13.1 8.7-21.1-3.6-38-25-39.9-9.1-.8-17.8.8-25.9 5.5 6.2-15.6 17.2-26.6 32.6-34.5-15.2-4.3-8.9-2.7-24.6-6.3 14.6-9.3 30.2-13.2 46.5-14.6-5.2-3.2-48.1-3.6-70.2 20.9 7.9 1.4 15.5 2.8 23.2 4.2-23.8 7-44 19.7-62.4 35.6 1.1-4.8 2.7-9.5 3.3-14.3.6-4.5.8-9.2.1-13.6-1.5-9.4-8.9-15.1-19.7-16.3-7.9-.9-15.6.1-23.3 1.3-.9.1-1.7.3-2.9 0 15.8-14.8 36-21.7 53.1-33.5 6-4.5 6.8-8.2 3-14.9zm128.4 26.8c3.3 16 12.6 25.5 23.8 24.3-4.6-11.3-12.1-19.5-23.8-24.3z"],microblog:[448,512,[],"e01a","M399.36,362.23c29.49-34.69,47.1-78.34,47.1-125.79C446.46,123.49,346.86,32,224,32S1.54,123.49,1.54,236.44,101.14,440.87,224,440.87a239.28,239.28,0,0,0,79.44-13.44,7.18,7.18,0,0,1,8.12,2.56c18.58,25.09,47.61,42.74,79.89,49.92a4.42,4.42,0,0,0,5.22-3.43,4.37,4.37,0,0,0-.85-3.62,87,87,0,0,1,3.69-110.69ZM329.52,212.4l-57.3,43.49L293,324.75a6.5,6.5,0,0,1-9.94,7.22L224,290.92,164.94,332a6.51,6.51,0,0,1-9.95-7.22l20.79-68.86-57.3-43.49a6.5,6.5,0,0,1,3.8-11.68l71.88-1.51,23.66-67.92a6.5,6.5,0,0,1,12.28,0l23.66,67.92,71.88,1.51a6.5,6.5,0,0,1,3.88,11.68Z"],"cc-diners-club":[576,512,[],"f24c","M239.7 79.9c-96.9 0-175.8 78.6-175.8 175.8 0 96.9 78.9 175.8 175.8 175.8 97.2 0 175.8-78.9 175.8-175.8 0-97.2-78.6-175.8-175.8-175.8zm-39.9 279.6c-41.7-15.9-71.4-56.4-71.4-103.8s29.7-87.9 71.4-104.1v207.9zm79.8.3V151.6c41.7 16.2 71.4 56.7 71.4 104.1s-29.7 87.9-71.4 104.1zM528 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM329.7 448h-90.3c-106.2 0-193.8-85.5-193.8-190.2C45.6 143.2 133.2 64 239.4 64h90.3c105 0 200.7 79.2 200.7 193.8 0 104.7-95.7 190.2-200.7 190.2z"],"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"],"pied-piper-hat":[640,512,[],"f4e5","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"],"kickstarter-k":[384,512,[],"f3bc","M147.3 114.4c0-56.2-32.5-82.4-73.4-82.4C26.2 32 0 68.2 0 113.4v283c0 47.3 25.3 83.4 74.9 83.4 39.8 0 72.4-25.6 72.4-83.4v-76.5l112.1 138.3c22.7 27.2 72.1 30.7 103.2 0 27-27.6 27.3-67.4 7.4-92.2l-90.8-114.8 74.9-107.4c17.4-24.7 17.5-63.1-10.4-89.8-30.3-29-82.4-31.6-113.6 12.8L147.3 185v-70.6z"],yandex:[256,512,[],"f413","M153.1 315.8L65.7 512H2l96-209.8c-45.1-22.9-75.2-64.4-75.2-141.1C22.7 53.7 90.8 0 171.7 0H254v512h-55.1V315.8h-45.8zm45.8-269.3h-29.4c-44.4 0-87.4 29.4-87.4 114.6 0 82.3 39.4 108.8 87.4 108.8h29.4V46.5z"],readme:[576,512,[],"f4d5","M528.3 46.5H388.5c-48.1 0-89.9 33.3-100.4 80.3-10.6-47-52.3-80.3-100.4-80.3H48c-26.5 0-48 21.5-48 48v245.8c0 26.5 21.5 48 48 48h89.7c102.2 0 132.7 24.4 147.3 75 .7 2.8 5.2 2.8 6 0 14.7-50.6 45.2-75 147.3-75H528c26.5 0 48-21.5 48-48V94.6c0-26.4-21.3-47.9-47.7-48.1zM242 311.9c0 1.9-1.5 3.5-3.5 3.5H78.2c-1.9 0-3.5-1.5-3.5-3.5V289c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H78.2c-1.9 0-3.5-1.5-3.5-3.5v-22.9c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5V251zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H78.2c-1.9 0-3.5-1.5-3.5-3.5v-22.9c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm259.3 121.7c0 1.9-1.5 3.5-3.5 3.5H337.5c-1.9 0-3.5-1.5-3.5-3.5v-22.9c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H337.5c-1.9 0-3.5-1.5-3.5-3.5V228c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5v22.9zm0-60.9c0 1.9-1.5 3.5-3.5 3.5H337.5c-1.9 0-3.5-1.5-3.5-3.5v-22.8c0-1.9 1.5-3.5 3.5-3.5h160.4c1.9 0 3.5 1.5 3.5 3.5V190z"],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"],sellsy:[640,512,[],"f213","M539.71 237.308c3.064-12.257 4.29-24.821 4.29-37.384C544 107.382 468.618 32 376.076 32c-77.22 0-144.634 53.012-163.02 127.781-15.322-13.176-34.934-20.53-55.157-20.53-46.271 0-83.962 37.69-83.962 83.961 0 7.354.92 15.015 3.065 22.369-42.9 20.225-70.785 63.738-70.785 111.234C6.216 424.843 61.68 480 129.401 480h381.198c67.72 0 123.184-55.157 123.184-123.184.001-56.384-38.916-106.025-94.073-119.508zM199.88 401.554c0 8.274-7.048 15.321-15.321 15.321H153.61c-8.274 0-15.321-7.048-15.321-15.321V290.626c0-8.273 7.048-15.321 15.321-15.321h30.949c8.274 0 15.321 7.048 15.321 15.321v110.928zm89.477 0c0 8.274-7.048 15.321-15.322 15.321h-30.949c-8.274 0-15.321-7.048-15.321-15.321V270.096c0-8.274 7.048-15.321 15.321-15.321h30.949c8.274 0 15.322 7.048 15.322 15.321v131.458zm89.477 0c0 8.274-7.047 15.321-15.321 15.321h-30.949c-8.274 0-15.322-7.048-15.322-15.321V238.84c0-8.274 7.048-15.321 15.322-15.321h30.949c8.274 0 15.321 7.048 15.321 15.321v162.714zm87.027 0c0 8.274-7.048 15.321-15.322 15.321h-28.497c-8.274 0-15.321-7.048-15.321-15.321V176.941c0-8.579 7.047-15.628 15.321-15.628h28.497c8.274 0 15.322 7.048 15.322 15.628v224.613z"],sass:[640,512,[],"f41e","M301.84 378.92c-.3.6-.6 1.08 0 0zm249.13-87a131.16 131.16 0 0 0-58 13.5c-5.9-11.9-12-22.3-13-30.1-1.2-9.1-2.5-14.5-1.1-25.3s7.7-26.1 7.6-27.2-1.4-6.6-14.3-6.7-24 2.5-25.29 5.9a122.83 122.83 0 0 0-5.3 19.1c-2.3 11.7-25.79 53.5-39.09 75.3-4.4-8.5-8.1-16-8.9-22-1.2-9.1-2.5-14.5-1.1-25.3s7.7-26.1 7.6-27.2-1.4-6.6-14.29-6.7-24 2.5-25.3 5.9-2.7 11.4-5.3 19.1-33.89 77.3-42.08 95.4c-4.2 9.2-7.8 16.6-10.4 21.6-.4.8-.7 1.3-.9 1.7.3-.5.5-1 .5-.8-2.2 4.3-3.5 6.7-3.5 6.7v.1c-1.7 3.2-3.6 6.1-4.5 6.1-.6 0-1.9-8.4.3-19.9 4.7-24.2 15.8-61.8 15.7-63.1-.1-.7 2.1-7.2-7.3-10.7-9.1-3.3-12.4 2.2-13.2 2.2s-1.4 2-1.4 2 10.1-42.4-19.39-42.4c-18.4 0-44 20.2-56.58 38.5-7.9 4.3-25 13.6-43 23.5-6.9 3.8-14 7.7-20.7 11.4-.5-.5-.9-1-1.4-1.5-35.79-38.2-101.87-65.2-99.07-116.5 1-18.7 7.5-67.8 127.07-127.4 98-48.8 176.35-35.4 189.84-5.6 19.4 42.5-41.89 121.6-143.66 133-38.79 4.3-59.18-10.7-64.28-16.3-5.3-5.9-6.1-6.2-8.1-5.1-3.3 1.8-1.2 7 0 10.1 3 7.9 15.5 21.9 36.79 28.9 18.7 6.1 64.18 9.5 119.17-11.8 61.78-23.8 109.87-90.1 95.77-145.6C386.52 18.32 293-.18 204.57 31.22c-52.69 18.7-109.67 48.1-150.66 86.4-48.69 45.6-56.48 85.3-53.28 101.9 11.39 58.9 92.57 97.3 125.06 125.7-1.6.9-3.1 1.7-4.5 2.5-16.29 8.1-78.18 40.5-93.67 74.7-17.5 38.8 2.9 66.6 16.29 70.4 41.79 11.6 84.58-9.3 107.57-43.6s20.2-79.1 9.6-99.5c-.1-.3-.3-.5-.4-.8 4.2-2.5 8.5-5 12.8-7.5 8.29-4.9 16.39-9.4 23.49-13.3-4 10.8-6.9 23.8-8.4 42.6-1.8 22 7.3 50.5 19.1 61.7 5.2 4.9 11.49 5 15.39 5 13.8 0 20-11.4 26.89-25 8.5-16.6 16-35.9 16-35.9s-9.4 52.2 16.3 52.2c9.39 0 18.79-12.1 23-18.3v.1s.2-.4.7-1.2c1-1.5 1.5-2.4 1.5-2.4v-.3c3.8-6.5 12.1-21.4 24.59-46 16.2-31.8 31.69-71.5 31.69-71.5a201.24 201.24 0 0 0 6.2 25.8c2.8 9.5 8.7 19.9 13.4 30-3.8 5.2-6.1 8.2-6.1 8.2a.31.31 0 0 0 .1.2c-3 4-6.4 8.3-9.9 12.5-12.79 15.2-28 32.6-30 37.6-2.4 5.9-1.8 10.3 2.8 13.7 3.4 2.6 9.4 3 15.69 2.5 11.5-.8 19.6-3.6 23.5-5.4a82.2 82.2 0 0 0 20.19-10.6c12.5-9.2 20.1-22.4 19.4-39.8-.4-9.6-3.5-19.2-7.3-28.2 1.1-1.6 2.3-3.3 3.4-5C434.8 301.72 450.1 270 450.1 270a201.24 201.24 0 0 0 6.2 25.8c2.4 8.1 7.09 17 11.39 25.7-18.59 15.1-30.09 32.6-34.09 44.1-7.4 21.3-1.6 30.9 9.3 33.1 4.9 1 11.9-1.3 17.1-3.5a79.46 79.46 0 0 0 21.59-11.1c12.5-9.2 24.59-22.1 23.79-39.6-.3-7.9-2.5-15.8-5.4-23.4 15.7-6.6 36.09-10.2 62.09-7.2 55.68 6.5 66.58 41.3 64.48 55.8s-13.8 22.6-17.7 25-5.1 3.3-4.8 5.1c.5 2.6 2.3 2.5 5.6 1.9 4.6-.8 29.19-11.8 30.29-38.7 1.6-34-31.09-71.4-89-71.1zm-429.18 144.7c-18.39 20.1-44.19 27.7-55.28 21.3C54.61 451 59.31 421.42 82 400c13.8-13 31.59-25 43.39-32.4 2.7-1.6 6.6-4 11.4-6.9.8-.5 1.2-.7 1.2-.7.9-.6 1.9-1.1 2.9-1.7 8.29 30.4.3 57.2-19.1 78.3zm134.36-91.4c-6.4 15.7-19.89 55.7-28.09 53.6-7-1.8-11.3-32.3-1.4-62.3 5-15.1 15.6-33.1 21.9-40.1 10.09-11.3 21.19-14.9 23.79-10.4 3.5 5.9-12.2 49.4-16.2 59.2zm111 53c-2.7 1.4-5.2 2.3-6.4 1.6-.9-.5 1.1-2.4 1.1-2.4s13.9-14.9 19.4-21.7c3.2-4 6.9-8.7 10.89-13.9 0 .5.1 1 .1 1.6-.13 17.9-17.32 30-25.12 34.8zm85.58-19.5c-2-1.4-1.7-6.1 5-20.7 2.6-5.7 8.59-15.3 19-24.5a36.18 36.18 0 0 1 1.9 10.8c-.1 22.5-16.2 30.9-25.89 34.4z"],wirsindhandwerk:[512,512,["wsh"],"e2d0","M50.77161,479.81213h83.36071V367.84741l-83.36071,47.009Zm329.04675,0h82.35022V414.85645l-82.35022-47.009Zm.00568-448V251.568L256.1759,179.1861,134.50378,251.568V31.81213H50.77161V392.60565L256.1759,270.31909,462.16858,392.60565V31.81213Z"],buromobelexperte:[448,512,[],"f37f","M0 32v128h128V32H0zm120 120H8V40h112v112zm40-120v128h128V32H160zm120 120H168V40h112v112zm40-120v128h128V32H320zm120 120H328V40h112v112zM0 192v128h128V192H0zm120 120H8V200h112v112zm40-120v128h128V192H160zm120 120H168V200h112v112zm40-120v128h128V192H320zm120 120H328V200h112v112zM0 352v128h128V352H0zm120 120H8V360h112v112zm40-120v128h128V352H160zm120 120H168V360h112v112zm40-120v128h128V352H320z"],salesforce:[640,512,[],"f83b","M248.89 245.64h-26.35c.69-5.16 3.32-14.12 13.64-14.12 6.75 0 11.97 3.82 12.71 14.12zm136.66-13.88c-.47 0-14.11-1.77-14.11 20s13.63 20 14.11 20c13 0 14.11-13.54 14.11-20 0-21.76-13.66-20-14.11-20zm-243.22 23.76a8.63 8.63 0 0 0-3.29 7.29c0 4.78 2.08 6.05 3.29 7.05 4.7 3.7 15.07 2.12 20.93.95v-16.94c-5.32-1.07-16.73-1.96-20.93 1.65zM640 232c0 87.58-80 154.39-165.36 136.43-18.37 33-70.73 70.75-132.2 41.63-41.16 96.05-177.89 92.18-213.81-5.17C8.91 428.78-50.19 266.52 53.36 205.61 18.61 126.18 76 32 167.67 32a124.24 124.24 0 0 1 98.56 48.7c20.7-21.4 49.4-34.81 81.15-34.81 42.34 0 79 23.52 98.8 58.57C539 63.78 640 132.69 640 232zm-519.55 31.8c0-11.76-11.69-15.17-17.87-17.17-5.27-2.11-13.41-3.51-13.41-8.94 0-9.46 17-6.66 25.17-2.12 0 0 1.17.71 1.64-.47.24-.7 2.36-6.58 2.59-7.29a1.13 1.13 0 0 0-.7-1.41c-12.33-7.63-40.7-8.51-40.7 12.7 0 12.46 11.49 15.44 17.88 17.17 4.72 1.58 13.17 3 13.17 8.7 0 4-3.53 7.06-9.17 7.06a31.76 31.76 0 0 1-19-6.35c-.47-.23-1.42-.71-1.65.71l-2.4 7.47c-.47.94.23 1.18.23 1.41 1.75 1.4 10.3 6.59 22.82 6.59 13.17 0 21.4-7.06 21.4-18.11zm32-42.58c-10.13 0-18.66 3.17-21.4 5.18a1 1 0 0 0-.24 1.41l2.59 7.06a1 1 0 0 0 1.18.7c.65 0 6.8-4 16.93-4 4 0 7.06.71 9.18 2.36 3.6 2.8 3.06 8.29 3.06 10.58-4.79-.3-19.11-3.44-29.41 3.76a16.92 16.92 0 0 0-7.34 14.54c0 5.9 1.51 10.4 6.59 14.35 12.24 8.16 36.28 2 38.1 1.41 1.58-.32 3.53-.66 3.53-1.88v-33.88c.04-4.61.32-21.64-22.78-21.64zM199 200.24a1.11 1.11 0 0 0-1.18-1.18H188a1.11 1.11 0 0 0-1.17 1.18v79a1.11 1.11 0 0 0 1.17 1.18h9.88a1.11 1.11 0 0 0 1.18-1.18zm55.75 28.93c-2.1-2.31-6.79-7.53-17.65-7.53-3.51 0-14.16.23-20.7 8.94-6.35 7.63-6.58 18.11-6.58 21.41 0 3.12.15 14.26 7.06 21.17 2.64 2.91 9.06 8.23 22.81 8.23 10.82 0 16.47-2.35 18.58-3.76.47-.24.71-.71.24-1.88l-2.35-6.83a1.26 1.26 0 0 0-1.41-.7c-2.59.94-6.35 2.82-15.29 2.82-17.42 0-16.85-14.74-16.94-16.7h37.17a1.23 1.23 0 0 0 1.17-.94c-.29 0 2.07-14.7-6.09-24.23zm36.69 52.69c13.17 0 21.41-7.06 21.41-18.11 0-11.76-11.7-15.17-17.88-17.17-4.14-1.66-13.41-3.38-13.41-8.94 0-3.76 3.29-6.35 8.47-6.35a38.11 38.11 0 0 1 16.7 4.23s1.18.71 1.65-.47c.23-.7 2.35-6.58 2.58-7.29a1.13 1.13 0 0 0-.7-1.41c-7.91-4.9-16.74-4.94-20.23-4.94-12 0-20.46 7.29-20.46 17.64 0 12.46 11.48 15.44 17.87 17.17 6.11 2 13.17 3.26 13.17 8.7 0 4-3.52 7.06-9.17 7.06a31.8 31.8 0 0 1-19-6.35 1 1 0 0 0-1.65.71l-2.35 7.52c-.47.94.23 1.18.23 1.41 1.72 1.4 10.33 6.59 22.79 6.59zM357.09 224c0-.71-.24-1.18-1.18-1.18h-11.76c0-.14.94-8.94 4.47-12.47 4.16-4.15 11.76-1.64 12-1.64 1.17.47 1.41 0 1.64-.47l2.83-7.77c.7-.94 0-1.17-.24-1.41-5.09-2-17.35-2.87-24.46 4.24-5.48 5.48-7 13.92-8 19.52h-8.47a1.28 1.28 0 0 0-1.17 1.18l-1.42 7.76c0 .7.24 1.17 1.18 1.17h8.23c-8.51 47.9-8.75 50.21-10.35 55.52-1.08 3.62-3.29 6.9-5.88 7.76-.09 0-3.88 1.68-9.64-.24 0 0-.94-.47-1.41.71-.24.71-2.59 6.82-2.83 7.53s0 1.41.47 1.41c5.11 2 13 1.77 17.88 0 6.28-2.28 9.72-7.89 11.53-12.94 2.75-7.71 2.81-9.79 11.76-59.74h12.23a1.29 1.29 0 0 0 1.18-1.18zm53.39 16c-.56-1.68-5.1-18.11-25.17-18.11-15.25 0-23 10-25.16 18.11-1 3-3.18 14 0 23.52.09.3 4.41 18.12 25.16 18.12 14.95 0 22.9-9.61 25.17-18.12 3.21-9.61 1.01-20.52 0-23.52zm45.4-16.7c-5-1.65-16.62-1.9-22.11 5.41v-4.47a1.11 1.11 0 0 0-1.18-1.17h-9.4a1.11 1.11 0 0 0-1.18 1.17v55.28a1.12 1.12 0 0 0 1.18 1.18h9.64a1.12 1.12 0 0 0 1.18-1.18v-27.77c0-2.91.05-11.37 4.46-15.05 4.9-4.9 12-3.36 13.41-3.06a1.57 1.57 0 0 0 1.41-.94 74 74 0 0 0 3.06-8 1.16 1.16 0 0 0-.47-1.41zm46.81 54.1l-2.12-7.29c-.47-1.18-1.41-.71-1.41-.71-4.23 1.82-10.15 1.89-11.29 1.89-4.64 0-17.17-1.13-17.17-19.76 0-6.23 1.85-19.76 16.47-19.76a34.85 34.85 0 0 1 11.52 1.65s.94.47 1.18-.71c.94-2.59 1.64-4.47 2.59-7.53.23-.94-.47-1.17-.71-1.17-11.59-3.87-22.34-2.53-27.76 0-1.59.74-16.23 6.49-16.23 27.52 0 2.9-.58 30.11 28.94 30.11a44.45 44.45 0 0 0 15.52-2.83 1.3 1.3 0 0 0 .47-1.42zm53.87-39.52c-.8-3-5.37-16.23-22.35-16.23-16 0-23.52 10.11-25.64 18.59a38.58 38.58 0 0 0-1.65 11.76c0 25.87 18.84 29.4 29.88 29.4 10.82 0 16.46-2.35 18.58-3.76.47-.24.71-.71.24-1.88l-2.36-6.83a1.26 1.26 0 0 0-1.41-.7c-2.59.94-6.35 2.82-15.29 2.82-17.42 0-16.85-14.74-16.93-16.7h37.16a1.25 1.25 0 0 0 1.18-.94c-.24-.01.94-7.07-1.41-15.54zm-23.29-6.35c-10.33 0-13 9-13.64 14.12H546c-.88-11.92-7.62-14.13-12.73-14.13z"],"octopus-deploy":[512,512,[],"e082","M455.6,349.2c-45.891-39.09-36.67-77.877-16.095-128.11C475.16,134.04,415.967,34.14,329.93,8.3,237.04-19.6,134.252,24.341,99.677,117.147a180.862,180.862,0,0,0-10.988,73.544c1.733,29.543,14.717,52.97,24.09,80.3,17.2,50.161-28.1,92.743-66.662,117.582-46.806,30.2-36.319,39.857-8.428,41.858,23.378,1.68,44.478-4.548,65.265-15.045,9.2-4.647,40.687-18.931,45.13-28.588C135.9,413.388,111.122,459.5,126.621,488.9c19.1,36.229,67.112-31.77,76.709-45.812,8.591-12.572,42.963-81.279,63.627-46.926,18.865,31.361,8.6,76.391,35.738,104.622,32.854,34.2,51.155-18.312,51.412-44.221.163-16.411-6.1-95.852,29.9-59.944C405.428,418,436.912,467.8,472.568,463.642c38.736-4.516-22.123-67.967-28.262-78.695,5.393,4.279,53.665,34.128,53.818,9.52C498.234,375.678,468.039,359.8,455.6,349.2Z"],medapps:[320,512,[],"f3c6","M118.3 238.4c3.5-12.5 6.9-33.6 13.2-33.6 8.3 1.8 9.6 23.4 18.6 36.6 4.6-23.5 5.3-85.1 14.1-86.7 9-.7 19.7 66.5 22 77.5 9.9 4.1 48.9 6.6 48.9 6.6 1.9 7.3-24 7.6-40 7.8-4.6 14.8-5.4 27.7-11.4 28-4.7.2-8.2-28.8-17.5-49.6l-9.4 65.5c-4.4 13-15.5-22.5-21.9-39.3-3.3-.1-62.4-1.6-47.6-7.8l31-5zM228 448c21.2 0 21.2-32 0-32H92c-21.2 0-21.2 32 0 32h136zm-24 64c21.2 0 21.2-32 0-32h-88c-21.2 0-21.2 32 0 32h88zm34.2-141.5c3.2-18.9 5.2-36.4 11.9-48.8 7.9-14.7 16.1-28.1 24-41 24.6-40.4 45.9-75.2 45.9-125.5C320 69.6 248.2 0 160 0S0 69.6 0 155.2c0 50.2 21.3 85.1 45.9 125.5 7.9 12.9 16 26.3 24 41 6.7 12.5 8.7 29.8 11.9 48.9 3.5 21 36.1 15.7 32.6-5.1-3.6-21.7-5.6-40.7-15.3-58.6C66.5 246.5 33 211.3 33 155.2 33 87.3 90 32 160 32s127 55.3 127 123.2c0 56.1-33.5 91.3-66.1 151.6-9.7 18-11.7 37.4-15.3 58.6-3.4 20.6 29 26.4 32.6 5.1z"],ns8:[640,512,[],"f3d5","M104.324,269.172h26.067V242.994H104.324Zm52.466-26.178-.055-26.178v-.941a39.325,39.325,0,0,0-78.644.941v.166h26.4v-.166a12.98,12.98,0,0,1,25.956,0v26.178Zm52.356,25.846a91.1,91.1,0,0,1-91.1,91.1h-.609a91.1,91.1,0,0,1-91.1-91.1H0v.166A117.33,117.33,0,0,0,117.44,386.28h.775A117.331,117.331,0,0,0,235.49,268.84V242.828H209.146Zm-157.233,0a65.362,65.362,0,0,0,130.723,0H156.292a39.023,39.023,0,0,1-78.035,0V242.883H51.968v-26.62A65.42,65.42,0,0,1,182.8,217.48v25.293h26.344V217.48a91.761,91.761,0,0,0-183.522,0v25.4H51.913Zm418.4-71.173c13.67,0,24.573,6.642,30.052,18.264l.719,1.549,23.245-11.511-.609-1.439c-8.025-19.26-28.5-31.27-53.407-31.27-23.134,0-43.611,11.4-50.972,28.447-.123,26.876-.158,23.9,0,24.85,4.7,11.013,14.555,19.37,28.668,24.241a102.033,102.033,0,0,0,19.813,3.984c5.479.72,10.626,1.384,15.829,3.1,6.364,2.1,10.46,5.257,12.84,9.851v9.851c-3.708,7.527-13.781,12.342-25.791,12.342-14.334,0-25.956-6.918-31.933-19.039l-.72-1.494L415.026,280.9l.553,1.439c7.915,19.426,29.609,32.044,55.289,32.044,23.632,0,44.608-11.4,52.3-28.447l.166-25.9-.166-.664c-4.87-11.014-15.219-19.647-28.944-24.241-7.693-2.712-14.335-3.6-20.7-4.427a83.777,83.777,0,0,1-14.832-2.878c-6.31-1.937-10.4-5.092-12.619-9.63v-8.412C449.45,202.427,458.969,197.667,470.315,197.667ZM287.568,311.344h26.067v-68.4H287.568Zm352.266-53.3c-2.933-6.254-8.3-12.01-15.441-16.714A37.99,37.99,0,0,0,637.4,226l.166-25.347-.166-.664C630.038,184,610.667,173.26,589.25,173.26S548.461,184,541.1,199.992l-.166,25.347.166.664a39.643,39.643,0,0,0,13.006,15.331c-7.2,4.7-12.508,10.46-15.441,16.714l-.166,28.889.166.72c7.582,15.994,27.893,26.731,50.585,26.731s43.057-10.737,50.584-26.731l.166-28.89Zm-73.22-50.806c3.6-6.31,12.563-10.516,22.58-10.516s19.038,4.206,22.636,10.516v13.725c-3.542,6.2-12.563,10.349-22.636,10.349s-19.094-4.15-22.58-10.349Zm47.319,72.169c-3.764,6.641-13.338,10.9-24.683,10.9-11.125,0-20.976-4.372-24.684-10.9V263.25c3.708-6.309,13.5-10.515,24.684-10.515,11.345,0,20.919,4.15,24.683,10.515ZM376.4,265.962l-59.827-89.713h-29v40.623h26.51v.387l62.539,94.085H402.3V176.249H376.4Z"],"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"],apper:[640,512,[],"f371","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"],"fort-awesome":[512,512,[],"f286","M489.2 287.9h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6V146.2c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6v-32c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32h-36.6v-32c0-6-8-4.6-11.7-4.6v-38c8.3-2 17.1-3.4 25.7-3.4 10.9 0 20.9 4.3 31.4 4.3 4.6 0 27.7-1.1 27.7-8v-60c0-2.6-2-4.6-4.6-4.6-5.1 0-15.1 4.3-24 4.3-9.7 0-20.9-4.3-32.6-4.3-8 0-16 1.1-23.7 2.9v-4.9c5.4-2.6 9.1-8.3 9.1-14.3 0-20.7-31.4-20.8-31.4 0 0 6 3.7 11.7 9.1 14.3v111.7c-3.7 0-11.7-1.4-11.7 4.6v32h-36.6v-32c0-2.6-2-4.6-4.6-4.6h-27.4c-2.6 0-4.6 2-4.6 4.6v32H128v-32c0-2.6-2-4.6-4.6-4.6H96c-2.6 0-4.6 2-4.6 4.6v178.3H54.8v-32c0-2.6-2-4.6-4.6-4.6H22.8c-2.6 0-4.6 2-4.6 4.6V512h182.9v-96c0-72.6 109.7-72.6 109.7 0v96h182.9V292.5c.1-2.6-1.9-4.6-4.5-4.6zm-288.1-4.5c0 2.6-2 4.6-4.6 4.6h-27.4c-2.6 0-4.6-2-4.6-4.6v-64c0-2.6 2-4.6 4.6-4.6h27.4c2.6 0 4.6 2 4.6 4.6v64zm146.4 0c0 2.6-2 4.6-4.6 4.6h-27.4c-2.6 0-4.6-2-4.6-4.6v-64c0-2.6 2-4.6 4.6-4.6h27.4c2.6 0 4.6 2 4.6 4.6v64z"],waze:[512,512,[],"f83f","M502.17 201.67C516.69 287.53 471.23 369.59 389 409.8c13 34.1-12.4 70.2-48.32 70.2a51.68 51.68 0 0 1-51.57-49c-6.44.19-64.2 0-76.33-.64A51.69 51.69 0 0 1 159 479.92c-33.86-1.36-57.95-34.84-47-67.92-37.21-13.11-72.54-34.87-99.62-70.8-13-17.28-.48-41.8 20.84-41.8 46.31 0 32.22-54.17 43.15-110.26C94.8 95.2 193.12 32 288.09 32c102.48 0 197.15 70.67 214.08 169.67zM373.51 388.28c42-19.18 81.33-56.71 96.29-102.14 40.48-123.09-64.15-228-181.71-228-83.45 0-170.32 55.42-186.07 136-9.53 48.91 5 131.35-68.75 131.35C58.21 358.6 91.6 378.11 127 389.54c24.66-21.8 63.87-15.47 79.83 14.34 14.22 1 79.19 1.18 87.9.82a51.69 51.69 0 0 1 78.78-16.42zM205.12 187.13c0-34.74 50.84-34.75 50.84 0s-50.84 34.74-50.84 0zm116.57 0c0-34.74 50.86-34.75 50.86 0s-50.86 34.75-50.86 0zm-122.61 70.69c-3.44-16.94 22.18-22.18 25.62-5.21l.06.28c4.14 21.42 29.85 44 64.12 43.07 35.68-.94 59.25-22.21 64.11-42.77 4.46-16.05 28.6-10.36 25.47 6-5.23 22.18-31.21 62-91.46 62.9-42.55 0-80.88-27.84-87.9-64.25z"],"cc-jcb":[576,512,[],"f24b","M431.5 244.3V212c41.2 0 38.5.2 38.5.2 7.3 1.3 13.3 7.3 13.3 16 0 8.8-6 14.5-13.3 15.8-1.2.4-3.3.3-38.5.3zm42.8 20.2c-2.8-.7-3.3-.5-42.8-.5v35c39.6 0 40 .2 42.8-.5 7.5-1.5 13.5-8 13.5-17 0-8.7-6-15.5-13.5-17zM576 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h480c26.5 0 48 21.5 48 48zM182 192.3h-57c0 67.1 10.7 109.7-35.8 109.7-19.5 0-38.8-5.7-57.2-14.8v28c30 8.3 68 8.3 68 8.3 97.9 0 82-47.7 82-131.2zm178.5 4.5c-63.4-16-165-14.9-165 59.3 0 77.1 108.2 73.6 165 59.2V287C312.9 311.7 253 309 253 256s59.8-55.6 107.5-31.2v-28zM544 286.5c0-18.5-16.5-30.5-38-32v-.8c19.5-2.7 30.3-15.5 30.3-30.2 0-19-15.7-30-37-31 0 0 6.3-.3-120.3-.3v127.5h122.7c24.3.1 42.3-12.9 42.3-33.2z"],snapchat:[512,512,[62124,"snapchat-ghost"],"f2ab","M496.926,366.6c-3.373-9.176-9.8-14.086-17.112-18.153-1.376-.806-2.641-1.451-3.72-1.947-2.182-1.128-4.414-2.22-6.634-3.373-22.8-12.09-40.609-27.341-52.959-45.42a102.889,102.889,0,0,1-9.089-16.12c-1.054-3.013-1-4.724-.248-6.287a10.221,10.221,0,0,1,2.914-3.038c3.918-2.591,7.96-5.22,10.7-6.993,4.885-3.162,8.754-5.667,11.246-7.44,9.362-6.547,15.909-13.5,20-21.278a42.371,42.371,0,0,0,2.1-35.191c-6.2-16.318-21.613-26.449-40.287-26.449a55.543,55.543,0,0,0-11.718,1.24c-1.029.224-2.059.459-3.063.72.174-11.16-.074-22.94-1.066-34.534-3.522-40.758-17.794-62.123-32.674-79.16A130.167,130.167,0,0,0,332.1,36.443C309.515,23.547,283.91,17,256,17S202.6,23.547,180,36.443a129.735,129.735,0,0,0-33.281,26.783c-14.88,17.038-29.152,38.44-32.673,79.161-.992,11.594-1.24,23.435-1.079,34.533-1-.26-2.021-.5-3.051-.719a55.461,55.461,0,0,0-11.717-1.24c-18.687,0-34.125,10.131-40.3,26.449a42.423,42.423,0,0,0,2.046,35.228c4.105,7.774,10.652,14.731,20.014,21.278,2.48,1.736,6.361,4.24,11.246,7.44,2.641,1.711,6.5,4.216,10.28,6.72a11.054,11.054,0,0,1,3.3,3.311c.794,1.624.818,3.373-.36,6.6a102.02,102.02,0,0,1-8.94,15.785c-12.077,17.669-29.363,32.648-51.434,44.639C32.355,348.608,20.2,352.75,15.069,366.7c-3.868,10.528-1.339,22.506,8.494,32.6a49.137,49.137,0,0,0,12.4,9.387,134.337,134.337,0,0,0,30.342,12.139,20.024,20.024,0,0,1,6.126,2.741c3.583,3.137,3.075,7.861,7.849,14.78a34.468,34.468,0,0,0,8.977,9.127c10.019,6.919,21.278,7.353,33.207,7.811,10.776.41,22.989.881,36.939,5.481,5.778,1.91,11.78,5.605,18.736,9.92C194.842,480.951,217.707,495,255.973,495s61.292-14.123,78.118-24.428c6.907-4.24,12.872-7.9,18.489-9.758,13.949-4.613,26.163-5.072,36.939-5.481,11.928-.459,23.187-.893,33.206-7.812a34.584,34.584,0,0,0,10.218-11.16c3.434-5.84,3.348-9.919,6.572-12.771a18.971,18.971,0,0,1,5.753-2.629A134.893,134.893,0,0,0,476.02,408.71a48.344,48.344,0,0,0,13.019-10.193l.124-.149C498.389,388.5,500.708,376.867,496.926,366.6Zm-34.013,18.277c-20.745,11.458-34.533,10.23-45.259,17.137-9.114,5.865-3.72,18.513-10.342,23.076-8.134,5.617-32.177-.4-63.239,9.858-25.618,8.469-41.961,32.822-88.038,32.822s-62.036-24.3-88.076-32.884c-31-10.255-55.092-4.241-63.239-9.858-6.609-4.563-1.24-17.211-10.341-23.076-10.739-6.907-24.527-5.679-45.26-17.075-13.206-7.291-5.716-11.8-1.314-13.937,75.143-36.381,87.133-92.552,87.666-96.719.645-5.046,1.364-9.014-4.191-14.148-5.369-4.96-29.189-19.7-35.8-24.316-10.937-7.638-15.748-15.264-12.2-24.638,2.48-6.485,8.531-8.928,14.879-8.928a27.643,27.643,0,0,1,5.965.67c12,2.6,23.659,8.617,30.392,10.242a10.749,10.749,0,0,0,2.48.335c3.6,0,4.86-1.811,4.612-5.927-.768-13.132-2.628-38.725-.558-62.644,2.84-32.909,13.442-49.215,26.04-63.636,6.051-6.932,34.484-36.976,88.857-36.976s82.88,29.92,88.931,36.827c12.611,14.421,23.225,30.727,26.04,63.636,2.071,23.919.285,49.525-.558,62.644-.285,4.327,1.017,5.927,4.613,5.927a10.648,10.648,0,0,0,2.48-.335c6.745-1.624,18.4-7.638,30.4-10.242a27.641,27.641,0,0,1,5.964-.67c6.386,0,12.4,2.48,14.88,8.928,3.546,9.374-1.24,17-12.189,24.639-6.609,4.612-30.429,19.343-35.8,24.315-5.568,5.134-4.836,9.1-4.191,14.149.533,4.228,12.511,60.4,87.666,96.718C468.629,373.011,476.119,377.524,462.913,384.877Z"],"fantasy-flight-games":[512,512,[],"f6dc","M256 32.86L32.86 256 256 479.14 479.14 256 256 32.86zM88.34 255.83c1.96-2 11.92-12.3 96.49-97.48 41.45-41.75 86.19-43.77 119.77-18.69 24.63 18.4 62.06 58.9 62.15 59 .68.74 1.07 2.86.58 3.38-11.27 11.84-22.68 23.54-33.5 34.69-34.21-32.31-40.52-38.24-48.51-43.95-17.77-12.69-41.4-10.13-56.98 5.1-2.17 2.13-1.79 3.43.12 5.35 2.94 2.95 28.1 28.33 35.09 35.78-11.95 11.6-23.66 22.97-35.69 34.66-12.02-12.54-24.48-25.53-36.54-38.11-21.39 21.09-41.69 41.11-61.85 60.99zm234.82 101.6c-35.49 35.43-78.09 38.14-106.99 20.47-22.08-13.5-39.38-32.08-72.93-66.84 12.05-12.37 23.79-24.42 35.37-36.31 33.02 31.91 37.06 36.01 44.68 42.09 18.48 14.74 42.52 13.67 59.32-1.8 3.68-3.39 3.69-3.64.14-7.24-10.59-10.73-21.19-21.44-31.77-32.18-1.32-1.34-3.03-2.48-.8-4.69 10.79-10.71 21.48-21.52 32.21-32.29.26-.26.65-.38 1.91-1.07 12.37 12.87 24.92 25.92 37.25 38.75 21.01-20.73 41.24-40.68 61.25-60.42 13.68 13.4 27.13 26.58 40.86 40.03-20.17 20.86-81.68 82.71-100.5 101.5zM256 0L0 256l256 256 256-256L256 0zM16 256L256 16l240 240-240 240L16 256z"],rust:[512,512,[],"e07a","M508.52,249.75,486.7,236.24c-.17-2-.34-3.93-.55-5.88l18.72-17.5a7.35,7.35,0,0,0-2.44-12.25l-24-9c-.54-1.88-1.08-3.78-1.67-5.64l15-20.83a7.35,7.35,0,0,0-4.79-11.54l-25.42-4.15c-.9-1.73-1.79-3.45-2.73-5.15l10.68-23.42a7.35,7.35,0,0,0-6.95-10.39l-25.82.91q-1.79-2.22-3.61-4.4L439,81.84A7.36,7.36,0,0,0,430.16,73L405,78.93q-2.17-1.83-4.4-3.61l.91-25.82a7.35,7.35,0,0,0-10.39-7L367.7,53.23c-1.7-.94-3.43-1.84-5.15-2.73L358.4,25.08a7.35,7.35,0,0,0-11.54-4.79L326,35.26c-1.86-.59-3.75-1.13-5.64-1.67l-9-24a7.35,7.35,0,0,0-12.25-2.44l-17.5,18.72c-1.95-.21-3.91-.38-5.88-.55L262.25,3.48a7.35,7.35,0,0,0-12.5,0L236.24,25.3c-2,.17-3.93.34-5.88.55L212.86,7.13a7.35,7.35,0,0,0-12.25,2.44l-9,24c-1.89.55-3.79,1.08-5.66,1.68l-20.82-15a7.35,7.35,0,0,0-11.54,4.79l-4.15,25.41c-1.73.9-3.45,1.79-5.16,2.73L120.88,42.55a7.35,7.35,0,0,0-10.39,7l.92,25.81c-1.49,1.19-3,2.39-4.42,3.61L81.84,73A7.36,7.36,0,0,0,73,81.84L78.93,107c-1.23,1.45-2.43,2.93-3.62,4.41l-25.81-.91a7.42,7.42,0,0,0-6.37,3.26,7.35,7.35,0,0,0-.57,7.13l10.66,23.41c-.94,1.7-1.83,3.43-2.73,5.16L25.08,153.6a7.35,7.35,0,0,0-4.79,11.54l15,20.82c-.59,1.87-1.13,3.77-1.68,5.66l-24,9a7.35,7.35,0,0,0-2.44,12.25l18.72,17.5c-.21,1.95-.38,3.91-.55,5.88L3.48,249.75a7.35,7.35,0,0,0,0,12.5L25.3,275.76c.17,2,.34,3.92.55,5.87L7.13,299.13a7.35,7.35,0,0,0,2.44,12.25l24,9c.55,1.89,1.08,3.78,1.68,5.65l-15,20.83a7.35,7.35,0,0,0,4.79,11.54l25.42,4.15c.9,1.72,1.79,3.45,2.73,5.14L42.56,391.12a7.35,7.35,0,0,0,.57,7.13,7.13,7.13,0,0,0,6.37,3.26l25.83-.91q1.77,2.22,3.6,4.4L73,430.16A7.36,7.36,0,0,0,81.84,439L107,433.07q2.18,1.83,4.41,3.61l-.92,25.82a7.35,7.35,0,0,0,10.39,6.95l23.43-10.68c1.69.94,3.42,1.83,5.14,2.73l4.15,25.42a7.34,7.34,0,0,0,11.54,4.78l20.83-15c1.86.6,3.76,1.13,5.65,1.68l9,24a7.36,7.36,0,0,0,12.25,2.44l17.5-18.72c1.95.21,3.92.38,5.88.55l13.51,21.82a7.35,7.35,0,0,0,12.5,0l13.51-21.82c2-.17,3.93-.34,5.88-.56l17.5,18.73a7.36,7.36,0,0,0,12.25-2.44l9-24c1.89-.55,3.78-1.08,5.65-1.68l20.82,15a7.34,7.34,0,0,0,11.54-4.78l4.15-25.42c1.72-.9,3.45-1.79,5.15-2.73l23.42,10.68a7.35,7.35,0,0,0,10.39-6.95l-.91-25.82q2.22-1.79,4.4-3.61L430.16,439a7.36,7.36,0,0,0,8.84-8.84L433.07,405q1.83-2.17,3.61-4.4l25.82.91a7.23,7.23,0,0,0,6.37-3.26,7.35,7.35,0,0,0,.58-7.13L458.77,367.7c.94-1.7,1.83-3.43,2.73-5.15l25.42-4.15a7.35,7.35,0,0,0,4.79-11.54l-15-20.83c.59-1.87,1.13-3.76,1.67-5.65l24-9a7.35,7.35,0,0,0,2.44-12.25l-18.72-17.5c.21-1.95.38-3.91.55-5.87l21.82-13.51a7.35,7.35,0,0,0,0-12.5Zm-151,129.08A13.91,13.91,0,0,0,341,389.51l-7.64,35.67A187.51,187.51,0,0,1,177,424.44l-7.64-35.66a13.87,13.87,0,0,0-16.46-10.68l-31.51,6.76a187.38,187.38,0,0,1-16.26-19.21H258.3c1.72,0,2.89-.29,2.89-1.91V309.55c0-1.57-1.17-1.91-2.89-1.91H213.47l.05-34.35H262c4.41,0,23.66,1.28,29.79,25.87,1.91,7.55,6.17,32.14,9.06,40,2.89,8.82,14.6,26.46,27.1,26.46H407a187.3,187.3,0,0,1-17.34,20.09Zm25.77,34.49A15.24,15.24,0,1,1,368,398.08h.44A15.23,15.23,0,0,1,383.24,413.32Zm-225.62-.68a15.24,15.24,0,1,1-15.25-15.25h.45A15.25,15.25,0,0,1,157.62,412.64ZM69.57,234.15l32.83-14.6a13.88,13.88,0,0,0,7.06-18.33L102.69,186h26.56V305.73H75.65A187.65,187.65,0,0,1,69.57,234.15ZM58.31,198.09a15.24,15.24,0,0,1,15.23-15.25H74a15.24,15.24,0,1,1-15.67,15.24Zm155.16,24.49.05-35.32h63.26c3.28,0,23.07,3.77,23.07,18.62,0,12.29-15.19,16.7-27.68,16.7ZM399,306.71c-9.8,1.13-20.63-4.12-22-10.09-5.78-32.49-15.39-39.4-30.57-51.4,18.86-11.95,38.46-29.64,38.46-53.26,0-25.52-17.49-41.59-29.4-49.48-16.76-11-35.28-13.23-40.27-13.23H116.32A187.49,187.49,0,0,1,221.21,70.06l23.47,24.6a13.82,13.82,0,0,0,19.6.44l26.26-25a187.51,187.51,0,0,1,128.37,91.43l-18,40.57A14,14,0,0,0,408,220.43l34.59,15.33a187.12,187.12,0,0,1,.4,32.54H423.71c-1.91,0-2.69,1.27-2.69,3.13v8.82C421,301,409.31,305.58,399,306.71ZM240,60.21A15.24,15.24,0,0,1,255.21,45h.45A15.24,15.24,0,1,1,240,60.21ZM436.84,214a15.24,15.24,0,1,1,0-30.48h.44a15.24,15.24,0,0,1-.44,30.48Z"],wix:[640,512,[],"f5cf","M393.38 131.69c0 13.03 2.08 32.69-28.68 43.83-9.52 3.45-15.95 9.66-15.95 9.66 0-31 4.72-42.22 17.4-48.86 9.75-5.11 27.23-4.63 27.23-4.63zm-115.8 35.54l-34.24 132.66-28.48-108.57c-7.69-31.99-20.81-48.53-48.43-48.53-27.37 0-40.66 16.18-48.43 48.53L89.52 299.89 55.28 167.23C49.73 140.51 23.86 128.96 0 131.96l65.57 247.93s21.63 1.56 32.46-3.96c14.22-7.25 20.98-12.84 29.59-46.57 7.67-30.07 29.11-118.41 31.12-124.7 4.76-14.94 11.09-13.81 15.4 0 1.97 6.3 23.45 94.63 31.12 124.7 8.6 33.73 15.37 39.32 29.59 46.57 10.82 5.52 32.46 3.96 32.46 3.96l65.57-247.93c-24.42-3.07-49.82 8.93-55.3 35.27zm115.78 5.21s-4.1 6.34-13.46 11.57c-6.01 3.36-11.78 5.64-17.97 8.61-15.14 7.26-13.18 13.95-13.18 35.2v152.07s16.55 2.09 27.37-3.43c13.93-7.1 17.13-13.95 17.26-44.78V181.41l-.02.01v-8.98zm163.44 84.08L640 132.78s-35.11-5.98-52.5 9.85c-13.3 12.1-24.41 29.55-54.18 72.47-.47.73-6.25 10.54-13.07 0-29.29-42.23-40.8-60.29-54.18-72.47-17.39-15.83-52.5-9.85-52.5-9.85l83.2 123.74-82.97 123.36s36.57 4.62 53.95-11.21c11.49-10.46 17.58-20.37 52.51-70.72 6.81-10.52 12.57-.77 13.07 0 29.4 42.38 39.23 58.06 53.14 70.72 17.39 15.83 53.32 11.21 53.32 11.21L556.8 256.52z"],"square-behance":[448,512,["behance-square"],"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"],supple:[640,512,[],"f3f9","M640 262.5c0 64.1-109 116.1-243.5 116.1-24.8 0-48.6-1.8-71.1-5 7.7.4 15.5.6 23.4.6 134.5 0 243.5-56.9 243.5-127.1 0-29.4-19.1-56.4-51.2-78 60 21.1 98.9 55.1 98.9 93.4zM47.7 227.9c-.1-70.2 108.8-127.3 243.3-127.6 7.9 0 15.6.2 23.3.5-22.5-3.2-46.3-4.9-71-4.9C108.8 96.3-.1 148.5 0 212.6c.1 38.3 39.1 72.3 99.3 93.3-32.3-21.5-51.5-48.6-51.6-78zm60.2 39.9s10.5 13.2 29.3 13.2c17.9 0 28.4-11.5 28.4-25.1 0-28-40.2-25.1-40.2-39.7 0-5.4 5.3-9.1 12.5-9.1 5.7 0 11.3 2.6 11.3 6.6v3.9h14.2v-7.9c0-12.1-15.4-16.8-25.4-16.8-16.5 0-28.5 10.2-28.5 24.1 0 26.6 40.2 25.4 40.2 39.9 0 6.6-5.8 10.1-12.3 10.1-11.9 0-20.7-10.1-20.7-10.1l-8.8 10.9zm120.8-73.6v54.4c0 11.3-7.1 17.8-17.8 17.8-10.7 0-17.8-6.5-17.8-17.7v-54.5h-15.8v55c0 18.9 13.4 31.9 33.7 31.9 20.1 0 33.4-13 33.4-31.9v-55h-15.7zm34.4 85.4h15.8v-29.5h15.5c16 0 27.2-11.5 27.2-28.1s-11.2-27.8-27.2-27.8h-39.1v13.4h7.8v72zm15.8-43v-29.1h12.9c8.7 0 13.7 5.7 13.7 14.4 0 8.9-5.1 14.7-14 14.7h-12.6zm57 43h15.8v-29.5h15.5c16 0 27.2-11.5 27.2-28.1s-11.2-27.8-27.2-27.8h-39.1v13.4h7.8v72zm15.7-43v-29.1h12.9c8.7 0 13.7 5.7 13.7 14.4 0 8.9-5 14.7-14 14.7h-12.6zm57.1 34.8c0 5.8 2.4 8.2 8.2 8.2h37.6c5.8 0 8.2-2.4 8.2-8.2v-13h-14.3v5.2c0 1.7-1 2.6-2.6 2.6h-18.6c-1.7 0-2.6-1-2.6-2.6v-61.2c0-5.7-2.4-8.2-8.2-8.2H401v13.4h5.2c1.7 0 2.6 1 2.6 2.6v61.2zm63.4 0c0 5.8 2.4 8.2 8.2 8.2H519c5.7 0 8.2-2.4 8.2-8.2v-13h-14.3v5.2c0 1.7-1 2.6-2.6 2.6h-19.7c-1.7 0-2.6-1-2.6-2.6v-20.3h27.7v-13.4H488v-22.4h19.2c1.7 0 2.6 1 2.6 2.6v5.2H524v-13c0-5.7-2.5-8.2-8.2-8.2h-51.6v13.4h7.8v63.9zm58.9-76v5.9h1.6v-5.9h2.7v-1.2h-7v1.2h2.7zm5.7-1.2v7.1h1.5v-5.7l2.3 5.7h1.3l2.3-5.7v5.7h1.5v-7.1h-2.3l-2.1 5.1-2.1-5.1h-2.4z"],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"],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"],staylinked:[440,512,[],"f3f5","M382.7 292.5l2.7 2.7-170-167.3c-3.5-3.5-9.7-3.7-13.8-.5L144.3 171c-4.2 3.2-4.6 8.7-1.1 12.2l68.1 64.3c3.6 3.5 9.9 3.7 14 .5l.1-.1c4.1-3.2 10.4-3 14 .5l84 81.3c3.6 3.5 3.2 9-.9 12.2l-93.2 74c-4.2 3.3-10.5 3.1-14.2-.4L63.2 268c-3.5-3.5-9.7-3.7-13.9-.5L3.5 302.4c-4.2 3.2-4.7 8.7-1.2 12.2L211 510.7s7.4 6.8 17.3-.8l198-163.9c4-3.2 4.4-8.7.7-12.2zm54.5-83.4L226.7 2.5c-1.5-1.2-8-5.5-16.3 1.1L3.6 165.7c-4.2 3.2-4.8 8.7-1.2 12.2l42.3 41.7 171.7 165.1c3.7 3.5 10.1 3.7 14.3.4l50.2-38.8-.3-.3 7.7-6c4.2-3.2 4.6-8.7.9-12.2l-57.1-54.4c-3.6-3.5-10-3.7-14.2-.5l-.1.1c-4.2 3.2-10.5 3.1-14.2-.4L109 180.8c-3.6-3.5-3.1-8.9 1.1-12.2l92.2-71.5c4.1-3.2 10.3-3 13.9.5l160.4 159c3.7 3.5 10 3.7 14.1.5l45.8-35.8c4.1-3.2 4.4-8.7.7-12.2z"],kaggle:[320,512,[],"f5fa","M304.2 501.5L158.4 320.3 298.2 185c2.6-2.7 1.7-10.5-5.3-10.5h-69.2c-3.5 0-7 1.8-10.5 5.3L80.9 313.5V7.5q0-7.5-7.5-7.5H21.5Q14 0 14 7.5v497q0 7.5 7.5 7.5h51.9q7.5 0 7.5-7.5v-109l30.8-29.3 110.5 140.6c3 3.5 6.5 5.3 10.5 5.3h66.9q5.25 0 6-3z"],"space-awesome":[512,512,[],"e5ac","M96 256H128V512H0V352H32V320H64V288H96V256zM512 352V512H384V256H416V288H448V320H480V352H512zM320 64H352V448H320V416H192V448H160V64H192V32H224V0H288V32H320V64zM288 128H224V192H288V128z"],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"],cpanel:[640,512,[],"f388","M210.3 220.2c-5.6-24.8-26.9-41.2-51-41.2h-37c-7.1 0-12.5 4.5-14.3 10.9L73.1 320l24.7-.1c6.8 0 12.3-4.5 14.2-10.7l25.8-95.7h19.8c8.4 0 16.2 5.6 18.3 14.8 2.5 10.9-5.9 22.6-18.3 22.6h-10.3c-7 0-12.5 4.6-14.3 10.8l-6.4 23.8h32c37.2 0 58.3-36.2 51.7-65.3zm-156.5 28h18.6c6.9 0 12.4-4.4 14.3-10.9l6.2-23.6h-40C30 213.7 9 227.8 1.7 254.8-7 288.6 18.5 320 52 320h12.4l7.1-26.1c1.2-4.4-2.2-8.3-6.4-8.3H53.8c-24.7 0-24.9-37.4 0-37.4zm247.5-34.8h-77.9l-3.5 13.4c-2.4 9.6 4.5 18.5 14.2 18.5h57.5c4 0 2.4 4.3 2.1 5.3l-8.6 31.8c-.4 1.4-.9 5.3-5.5 5.3h-34.9c-5.3 0-5.3-7.9 0-7.9h21.6c6.8 0 12.3-4.6 14.2-10.8l3.5-13.2h-48.4c-39.2 0-43.6 63.8-.7 63.8l57.5.2c11.2 0 20.6-7.2 23.4-17.8l14-51.8c4.8-19.2-9.7-36.8-28.5-36.8zM633.1 179h-18.9c-4.9 0-9.2 3.2-10.4 7.9L568.2 320c20.7 0 39.8-13.8 44.9-34.5l26.5-98.2c1.2-4.3-2-8.3-6.5-8.3zm-236.3 34.7v.1h-48.3l-26.2 98c-1.2 4.4 2.2 8.3 6.4 8.3h18.9c4.8 0 9.2-3 10.4-7.8l17.2-64H395c12.5 0 21.4 11.8 18.1 23.4l-10.6 40c-1.2 4.3 1.9 8.3 6.4 8.3H428c4.6 0 9.1-2.9 10.3-7.8l8.8-33.1c9-33.1-15.9-65.4-50.3-65.4zm98.3 74.6c-3.6 0-6-3.4-5.1-6.7l8-30c.9-3.9 3.7-6 7.8-6h32.9c2.6 0 4.6 2.4 3.9 5.1l-.7 2.6c-.6 2-1.9 3-3.9 3h-21.6c-7 0-12.6 4.6-14.2 10.8l-3.5 13h53.4c10.5 0 20.3-6.6 23.2-17.6l3.2-12c4.9-19.1-9.3-36.8-28.3-36.8h-47.3c-17.9 0-33.8 12-38.6 29.6l-10.8 40c-5 17.7 8.3 36.7 28.3 36.7h66.7c6.8 0 12.3-4.5 14.2-10.7l5.7-21z"],"goodreads-g":[384,512,[],"f3a9","M42.6 403.3h2.8c12.7 0 25.5 0 38.2.1 1.6 0 3.1-.4 3.6 2.1 7.1 34.9 30 54.6 62.9 63.9 26.9 7.6 54.1 7.8 81.3 1.8 33.8-7.4 56-28.3 68-60.4 8-21.5 10.7-43.8 11-66.5.1-5.8.3-47-.2-52.8l-.9-.3c-.8 1.5-1.7 2.9-2.5 4.4-22.1 43.1-61.3 67.4-105.4 69.1-103 4-169.4-57-172-176.2-.5-23.7 1.8-46.9 8.3-69.7C58.3 47.7 112.3.6 191.6 0c61.3-.4 101.5 38.7 116.2 70.3.5 1.1 1.3 2.3 2.4 1.9V10.6h44.3c0 280.3.1 332.2.1 332.2-.1 78.5-26.7 143.7-103 162.2-69.5 16.9-159 4.8-196-57.2-8-13.5-11.8-28.3-13-44.5zM188.9 36.5c-52.5-.5-108.5 40.7-115 133.8-4.1 59 14.8 122.2 71.5 148.6 27.6 12.9 74.3 15 108.3-8.7 47.6-33.2 62.7-97 54.8-154-9.7-71.1-47.8-120-119.6-119.7z"],"square-git":[448,512,["git-square"],"f1d2","M100.59 334.24c48.57 3.31 58.95 2.11 58.95 11.94 0 20-65.55 20.06-65.55 1.52.01-5.09 3.29-9.4 6.6-13.46zm27.95-116.64c-32.29 0-33.75 44.47-.75 44.47 32.51 0 31.71-44.47.75-44.47zM448 80v352a48 48 0 0 1-48 48H48a48 48 0 0 1-48-48V80a48 48 0 0 1 48-48h352a48 48 0 0 1 48 48zm-227 69.31c0 14.49 8.38 22.88 22.86 22.88 14.74 0 23.13-8.39 23.13-22.88S258.62 127 243.88 127c-14.48 0-22.88 7.84-22.88 22.31zM199.18 195h-49.55c-25-6.55-81.56-4.85-81.56 46.75 0 18.8 9.4 32 21.85 38.11C74.23 294.23 66.8 301 66.8 310.6c0 6.87 2.79 13.22 11.18 16.76-8.9 8.4-14 14.48-14 25.92C64 373.35 81.53 385 127.52 385c44.22 0 69.87-16.51 69.87-45.73 0-36.67-28.23-35.32-94.77-39.38l8.38-13.43c17 4.74 74.19 6.23 74.19-42.43 0-11.69-4.83-19.82-9.4-25.67l23.38-1.78zm84.34 109.84l-13-1.78c-3.82-.51-4.07-1-4.07-5.09V192.52h-52.6l-2.79 20.57c15.75 5.55 17 4.86 17 10.17V298c0 5.62-.31 4.58-17 6.87v20.06h72.42zM384 315l-6.87-22.37c-40.93 15.37-37.85-12.41-37.85-16.73v-60.72h37.85v-25.41h-35.82c-2.87 0-2 2.52-2-38.63h-24.18c-2.79 27.7-11.68 38.88-34 41.42v22.62c20.47 0 19.82-.85 19.82 2.54v66.57c0 28.72 11.43 40.91 41.67 40.91 14.45 0 30.45-4.83 41.38-10.2z"],"square-tumblr":[448,512,["tumblr-square"],"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"],trello:[448,512,[],"f181","M392.3 32H56.1C25.1 32 0 57.1 0 88c-.1 0 0-4 0 336 0 30.9 25.1 56 56 56h336.2c30.8-.2 55.7-25.2 55.7-56V88c.1-30.8-24.8-55.8-55.6-56zM197 371.3c-.2 14.7-12.1 26.6-26.9 26.6H87.4c-14.8.1-26.9-11.8-27-26.6V117.1c0-14.8 12-26.9 26.9-26.9h82.9c14.8 0 26.9 12 26.9 26.9v254.2zm193.1-112c0 14.8-12 26.9-26.9 26.9h-81c-14.8 0-26.9-12-26.9-26.9V117.2c0-14.8 12-26.9 26.8-26.9h81.1c14.8 0 26.9 12 26.9 26.9v142.1z"],"creative-commons-nc-jp":[496,512,[],"f4ea","M247.7 8C103.6 8 0 124.8 0 256c0 136.4 111.8 248 247.7 248C377.9 504 496 403.2 496 256 496 117.2 388.5 8 247.7 8zm.6 450.7c-112 0-203.6-92.5-203.6-202.7 0-21.1 3-41.2 9-60.3l127 56.5h-27.9v38.6h58.1l5.7 11.8v18.7h-63.8V360h63.8v56h61.7v-56h64.2v-35.7l81 36.1c-1.5 2.2-57.1 98.3-175.2 98.3zm87.6-137.3h-57.6v-18.7l2.9-5.6 54.7 24.3zm6.5-51.4v-17.8h-38.6l63-116H301l-43.4 96-23-10.2-39.6-85.7h-65.8l27.3 51-81.9-36.5c27.8-44.1 82.6-98.1 173.7-98.1 112.8 0 203 90 203 203.4 0 21-2.7 40.6-7.9 59l-101-45.1z"],"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"],perbyte:[448,512,[],"e083","M305.314,284.578H246.6V383.3h58.711q24.423,0,38.193-13.77t13.77-36.11q0-21.826-14.032-35.335T305.314,284.578ZM149.435,128.7H90.724v98.723h58.711q24.42,0,38.19-13.773t13.77-36.107q0-21.826-14.029-35.338T149.435,128.7ZM366.647,32H81.353A81.445,81.445,0,0,0,0,113.352V398.647A81.445,81.445,0,0,0,81.353,480H366.647A81.445,81.445,0,0,0,448,398.647V113.352A81.445,81.445,0,0,0,366.647,32Zm63.635,366.647a63.706,63.706,0,0,1-63.635,63.635H81.353a63.706,63.706,0,0,1-63.635-63.635V113.352A63.706,63.706,0,0,1,81.353,49.718H366.647a63.706,63.706,0,0,1,63.635,63.634ZM305.314,128.7H246.6v98.723h58.711q24.423,0,38.193-13.773t13.77-36.107q0-21.826-14.032-35.338T305.314,128.7Z"],grunt:[384,512,[],"f3ad","M61.3 189.3c-1.1 10 5.2 19.1 5.2 19.1.7-7.5 2.2-12.8 4-16.6.4 10.3 3.2 23.5 12.8 34.1 6.9 7.6 35.6 23.3 54.9 6.1 1 2.4 2.1 5.3 3 8.5 2.9 10.3-2.7 25.3-2.7 25.3s15.1-17.1 13.9-32.5c10.8-.5 21.4-8.4 21.1-19.5 0 0-18.9 10.4-35.5-8.8-9.7-11.2-40.9-42-83.1-31.8 4.3 1 8.9 2.4 13.5 4.1h-.1c-4.2 2-6.5 7.1-7 12zm28.3-1.8c19.5 11 37.4 25.7 44.9 37-5.7 3.3-21.7 10.4-38-1.7-10.3-7.6-9.8-26.2-6.9-35.3zm142.1 45.8c-1.2 15.5 13.9 32.5 13.9 32.5s-5.6-15-2.7-25.3c.9-3.2 2-6 3-8.5 19.3 17.3 48 1.5 54.8-6.1 9.6-10.6 12.3-23.8 12.8-34.1 1.8 3.8 3.4 9.1 4 16.6 0 0 6.4-9.1 5.2-19.1-.6-5-2.9-10-7-11.8h-.1c4.6-1.8 9.2-3.2 13.5-4.1-42.3-10.2-73.4 20.6-83.1 31.8-16.7 19.2-35.5 8.8-35.5 8.8-.2 10.9 10.4 18.9 21.2 19.3zm62.7-45.8c3 9.1 3.4 27.7-7 35.4-16.3 12.1-32.2 5-37.9 1.6 7.5-11.4 25.4-26 44.9-37zM160 418.5h-29.4c-5.5 0-8.2 1.6-9.5 2.9-1.9 2-2.2 4.7-.9 8.1 3.5 9.1 11.4 16.5 13.7 18.6 3.1 2.7 7.5 4.3 11.8 4.3 4.4 0 8.3-1.7 11-4.6 7.5-8.2 11.9-17.1 13-19.8.6-1.5 1.3-4.5-.9-6.8-1.8-1.8-4.7-2.7-8.8-2.7zm189.2-101.2c-2.4 17.9-13 33.8-24.6 43.7-3.1-22.7-3.7-55.5-3.7-62.4 0-14.7 9.5-24.5 12.2-26.1 2.5-1.5 5.4-3 8.3-4.6 18-9.6 40.4-21.6 40.4-43.7 0-16.2-9.3-23.2-15.4-27.8-.8-.6-1.5-1.1-2.2-1.7-2.1-1.7-3.7-3-4.3-4.4-4.4-9.8-3.6-34.2-1.7-37.6.6-.6 16.7-20.9 11.8-39.2-2-7.4-6.9-13.3-14.1-17-5.3-2.7-11.9-4.2-19.5-4.5-.1-2-.5-3.9-.9-5.9-.6-2.6-1.1-5.3-.9-8.1.4-4.7.8-9 2.2-11.3 8.4-13.3 28.8-17.6 29-17.6l12.3-2.4-8.1-9.5c-.1-.2-17.3-17.5-46.3-17.5-7.9 0-16 1.3-24.1 3.9-24.2 7.8-42.9 30.5-49.4 39.3-3.1-1-6.3-1.9-9.6-2.7-4.2-15.8 9-38.5 9-38.5s-13.6-3-33.7 15.2c-2.6-6.5-8.1-20.5-1.8-37.2C184.6 10.1 177.2 26 175 40.4c-7.6-5.4-6.7-23.1-7.2-27.6-7.5.9-29.2 21.9-28.2 48.3-2 .5-3.9 1.1-5.9 1.7-6.5-8.8-25.1-31.5-49.4-39.3-7.9-2.2-16-3.5-23.9-3.5-29 0-46.1 17.3-46.3 17.5L6 46.9l12.3 2.4c.2 0 20.6 4.3 29 17.6 1.4 2.2 1.8 6.6 2.2 11.3.2 2.8-.4 5.5-.9 8.1-.4 1.9-.8 3.9-.9 5.9-7.7.3-14.2 1.8-19.5 4.5-7.2 3.7-12.1 9.6-14.1 17-5 18.2 11.2 38.5 11.8 39.2 1.9 3.4 2.7 27.8-1.7 37.6-.6 1.4-2.2 2.7-4.3 4.4-.7.5-1.4 1.1-2.2 1.7-6.1 4.6-15.4 11.7-15.4 27.8 0 22.1 22.4 34.1 40.4 43.7 3 1.6 5.8 3.1 8.3 4.6 2.7 1.6 12.2 11.4 12.2 26.1 0 6.9-.6 39.7-3.7 62.4-11.6-9.9-22.2-25.9-24.6-43.8 0 0-29.2 22.6-20.6 70.8 5.2 29.5 23.2 46.1 47 54.7 8.8 19.1 29.4 45.7 67.3 49.6C143 504.3 163 512 192.2 512h.2c29.1 0 49.1-7.7 63.6-19.5 37.9-3.9 58.5-30.5 67.3-49.6 23.8-8.7 41.7-25.2 47-54.7 8.2-48.4-21.1-70.9-21.1-70.9zM305.7 37.7c5.6-1.8 11.6-2.7 17.7-2.7 11 0 19.9 3 24.7 5-3.1 1.4-6.4 3.2-9.7 5.3-2.4-.4-5.6-.8-9.2-.8-10.5 0-20.5 3.1-28.7 8.9-12.3 8.7-18 16.9-20.7 22.4-2.2-1.3-4.5-2.5-7.1-3.7-1.6-.8-3.1-1.5-4.7-2.2 6.1-9.1 19.9-26.5 37.7-32.2zm21 18.2c-.8 1-1.6 2.1-2.3 3.2-3.3 5.2-3.9 11.6-4.4 17.8-.5 6.4-1.1 12.5-4.4 17-4.2.8-8.1 1.7-11.5 2.7-2.3-3.1-5.6-7-10.5-11.2 1.4-4.8 5.5-16.1 13.5-22.5 5.6-4.3 12.2-6.7 19.6-7zM45.6 45.3c-3.3-2.2-6.6-4-9.7-5.3 4.8-2 13.7-5 24.7-5 6.1 0 12 .9 17.7 2.7 17.8 5.8 31.6 23.2 37.7 32.1-1.6.7-3.2 1.4-4.8 2.2-2.5 1.2-4.9 2.5-7.1 3.7-2.6-5.4-8.3-13.7-20.7-22.4-8.3-5.8-18.2-8.9-28.8-8.9-3.4.1-6.6.5-9 .9zm44.7 40.1c-4.9 4.2-8.3 8-10.5 11.2-3.4-.9-7.3-1.9-11.5-2.7C65 89.5 64.5 83.4 64 77c-.5-6.2-1.1-12.6-4.4-17.8-.7-1.1-1.5-2.2-2.3-3.2 7.4.3 14 2.6 19.5 7 8 6.3 12.1 17.6 13.5 22.4zM58.1 259.9c-2.7-1.6-5.6-3.1-8.4-4.6-14.9-8-30.2-16.3-30.2-30.5 0-11.1 4.3-14.6 8.9-18.2l.5-.4c.7-.6 1.4-1.2 2.2-1.8-.9 7.2-1.9 13.3-2.7 14.9 0 0 12.1-15 15.7-44.3 1.4-11.5-1.1-34.3-5.1-43 .2 4.9 0 9.8-.3 14.4-.4-.8-.8-1.6-1.3-2.2-3.2-4-11.8-17.5-9.4-26.6.9-3.5 3.1-6 6.7-7.8 3.8-1.9 8.8-2.9 15.1-2.9 12.3 0 25.9 3.7 32.9 6 25.1 8 55.4 30.9 64.1 37.7.2.2.4.3.4.3l5.6 3.9-3.5-5.8c-.2-.3-19.1-31.4-53.2-46.5 2-2.9 7.4-8.1 21.6-15.1 21.4-10.5 46.5-15.8 74.3-15.8 27.9 0 52.9 5.3 74.3 15.8 14.2 6.9 19.6 12.2 21.6 15.1-34 15.1-52.9 46.2-53.1 46.5l-3.5 5.8 5.6-3.9s.2-.1.4-.3c8.7-6.8 39-29.8 64.1-37.7 7-2.2 20.6-6 32.9-6 6.3 0 11.3 1 15.1 2.9 3.5 1.8 5.7 4.4 6.7 7.8 2.5 9.1-6.1 22.6-9.4 26.6-.5.6-.9 1.3-1.3 2.2-.3-4.6-.5-9.5-.3-14.4-4 8.8-6.5 31.5-5.1 43 3.6 29.3 15.7 44.3 15.7 44.3-.8-1.6-1.8-7.7-2.7-14.9.7.6 1.5 1.2 2.2 1.8l.5.4c4.6 3.7 8.9 7.1 8.9 18.2 0 14.2-15.4 22.5-30.2 30.5-2.9 1.5-5.7 3.1-8.4 4.6-8.7 5-18 16.7-19.1 34.2-.9 14.6.9 49.9 3.4 75.9-12.4 4.8-26.7 6.4-39.7 6.8-2-4.1-3.9-8.5-5.5-13.1-.7-2-19.6-51.1-26.4-62.2 5.5 39 17.5 73.7 23.5 89.6-3.5-.5-7.3-.7-11.7-.7h-117c-4.4 0-8.3.3-11.7.7 6-15.9 18.1-50.6 23.5-89.6-6.8 11.2-25.7 60.3-26.4 62.2-1.6 4.6-3.5 9-5.5 13.1-13-.4-27.2-2-39.7-6.8 2.5-26 4.3-61.2 3.4-75.9-.9-17.4-10.3-29.2-19-34.2zM34.8 404.6c-12.1-20-8.7-54.1-3.7-59.1 10.9 34.4 47.2 44.3 74.4 45.4-2.7 4.2-5.2 7.6-7 10l-1.4 1.4c-7.2 7.8-8.6 18.5-4.1 31.8-22.7-.1-46.3-9.8-58.2-29.5zm45.7 43.5c6 1.1 12.2 1.9 18.6 2.4 3.5 8 7.4 15.9 12.3 23.1-14.4-5.9-24.4-16-30.9-25.5zM192 498.2c-60.6-.1-78.3-45.8-84.9-64.7-3.7-10.5-3.4-18.2.9-23.1 2.9-3.3 9.5-7.2 24.6-7.2h118.8c15.1 0 21.8 3.9 24.6 7.2 4.2 4.8 4.5 12.6.9 23.1-6.6 18.8-24.3 64.6-84.9 64.7zm80.6-24.6c4.9-7.2 8.8-15.1 12.3-23.1 6.4-.5 12.6-1.3 18.6-2.4-6.5 9.5-16.5 19.6-30.9 25.5zm76.6-69c-12 19.7-35.6 29.3-58.1 29.7 4.5-13.3 3.1-24.1-4.1-31.8-.4-.5-.9-1-1.4-1.5-1.8-2.4-4.3-5.8-7-10 27.2-1.2 63.5-11 74.4-45.4 5 5 8.4 39.1-3.8 59zM191.9 187.7h.2c12.7-.1 27.2-17.8 27.2-17.8-9.9 6-18.8 8.1-27.3 8.3-8.5-.2-17.4-2.3-27.3-8.3 0 0 14.5 17.6 27.2 17.8zm61.7 230.7h-29.4c-4.2 0-7.2.9-8.9 2.7-2.2 2.3-1.5 5.2-.9 6.7 1 2.6 5.5 11.3 13 19.3 2.7 2.9 6.6 4.5 11 4.5s8.7-1.6 11.8-4.2c2.3-2 10.2-9.2 13.7-18.1 1.3-3.3 1-6-.9-7.9-1.3-1.3-4-2.9-9.4-3z"],weebly:[512,512,[],"f5cc","M425.09 65.83c-39.88 0-73.28 25.73-83.66 64.33-18.16-58.06-65.5-64.33-84.95-64.33-19.78 0-66.8 6.28-85.28 64.33-10.38-38.6-43.45-64.33-83.66-64.33C38.59 65.83 0 99.72 0 143.03c0 28.96 4.18 33.27 77.17 233.48 22.37 60.57 67.77 69.35 92.74 69.35 39.23 0 70.04-19.46 85.93-53.98 15.89 34.83 46.69 54.29 85.93 54.29 24.97 0 70.36-9.1 92.74-69.67 76.55-208.65 77.5-205.58 77.5-227.2.63-48.32-36.01-83.47-86.92-83.47zm26.34 114.81l-65.57 176.44c-7.92 21.49-21.22 37.22-46.24 37.22-23.44 0-37.38-12.41-44.03-33.9l-39.28-117.42h-.95L216.08 360.4c-6.96 21.5-20.9 33.6-44.02 33.6-25.02 0-38.33-15.74-46.24-37.22L60.88 181.55c-5.38-14.83-7.92-23.91-7.92-34.5 0-16.34 15.84-29.36 38.33-29.36 18.69 0 31.99 11.8 36.11 29.05l44.03 139.82h.95l44.66-136.79c6.02-19.67 16.47-32.08 38.96-32.08s32.94 12.11 38.96 32.08l44.66 136.79h.95l44.03-139.82c4.12-17.25 17.42-29.05 36.11-29.05 22.17 0 38.33 13.32 38.33 35.71-.32 7.87-4.12 16.04-7.61 27.24z"],connectdevelop:[576,512,[],"f20e","M550.5 241l-50.089-86.786c1.071-2.142 1.875-4.553 1.875-7.232 0-8.036-6.696-14.733-14.732-15.001l-55.447-95.893c.536-1.607 1.071-3.214 1.071-4.821 0-8.571-6.964-15.268-15.268-15.268-4.821 0-8.839 2.143-11.786 5.625H299.518C296.839 18.143 292.821 16 288 16s-8.839 2.143-11.518 5.625H170.411C167.464 18.143 163.447 16 158.625 16c-8.303 0-15.268 6.696-15.268 15.268 0 1.607.536 3.482 1.072 4.821l-55.983 97.233c-5.356 2.41-9.107 7.5-9.107 13.661 0 .535.268 1.071.268 1.607l-53.304 92.143c-7.232 1.339-12.59 7.5-12.59 15 0 7.232 5.089 13.393 12.054 15l55.179 95.358c-.536 1.607-.804 2.946-.804 4.821 0 7.232 5.089 13.393 12.054 14.732l51.697 89.732c-.536 1.607-1.071 3.482-1.071 5.357 0 8.571 6.964 15.268 15.268 15.268 4.821 0 8.839-2.143 11.518-5.357h106.875C279.161 493.857 283.447 496 288 496s8.839-2.143 11.518-5.357h107.143c2.678 2.946 6.696 4.821 10.982 4.821 8.571 0 15.268-6.964 15.268-15.268 0-1.607-.267-2.946-.803-4.285l51.697-90.268c6.964-1.339 12.054-7.5 12.054-14.732 0-1.607-.268-3.214-.804-4.821l54.911-95.358c6.964-1.339 12.322-7.5 12.322-15-.002-7.232-5.092-13.393-11.788-14.732zM153.535 450.732l-43.66-75.803h43.66v75.803zm0-83.839h-43.66c-.268-1.071-.804-2.142-1.339-3.214l44.999-47.41v50.624zm0-62.411l-50.357 53.304c-1.339-.536-2.679-1.34-4.018-1.607L43.447 259.75c.535-1.339.535-2.679.535-4.018s0-2.41-.268-3.482l51.965-90c2.679-.268 5.357-1.072 7.768-2.679l50.089 51.965v92.946zm0-102.322l-45.803-47.41c1.339-2.143 2.143-4.821 2.143-7.767 0-.268-.268-.804-.268-1.072l43.928-15.804v72.053zm0-80.625l-43.66 15.804 43.66-75.536v59.732zm326.519 39.108l.804 1.339L445.5 329.125l-63.75-67.232 98.036-101.518.268.268zM291.75 355.107l11.518 11.786H280.5l11.25-11.786zm-.268-11.25l-83.303-85.446 79.553-84.375 83.036 87.589-79.286 82.232zm5.357 5.893l79.286-82.232 67.5 71.25-5.892 28.125H313.714l-16.875-17.143zM410.411 44.393c1.071.536 2.142 1.072 3.482 1.34l57.857 100.714v.536c0 2.946.803 5.624 2.143 7.767L376.393 256l-83.035-87.589L410.411 44.393zm-9.107-2.143L287.732 162.518l-57.054-60.268 166.339-60h4.287zm-123.483 0c2.678 2.678 6.16 4.285 10.179 4.285s7.5-1.607 10.179-4.285h75L224.786 95.821 173.893 42.25h103.928zm-116.249 5.625l1.071-2.142a33.834 33.834 0 0 0 2.679-.804l51.161 53.84-54.911 19.821V47.875zm0 79.286l60.803-21.964 59.732 63.214-79.553 84.107-40.982-42.053v-83.304zm0 92.678L198 257.607l-36.428 38.304v-76.072zm0 87.858l42.053-44.464 82.768 85.982-17.143 17.678H161.572v-59.196zm6.964 162.053c-1.607-1.607-3.482-2.678-5.893-3.482l-1.071-1.607v-89.732h99.91l-91.607 94.821h-1.339zm129.911 0c-2.679-2.41-6.428-4.285-10.447-4.285s-7.767 1.875-10.447 4.285h-96.429l91.607-94.821h38.304l91.607 94.821H298.447zm120-11.786l-4.286 7.5c-1.339.268-2.41.803-3.482 1.339l-89.196-91.875h114.376l-17.412 83.036zm12.856-22.232l12.858-60.803h21.964l-34.822 60.803zm34.822-68.839h-20.357l4.553-21.16 17.143 18.214c-.535.803-1.071 1.874-1.339 2.946zm66.161-107.411l-55.447 96.697c-1.339.535-2.679 1.071-4.018 1.874l-20.625-21.964 34.554-163.928 45.803 79.286c-.267 1.339-.803 2.678-.803 4.285 0 1.339.268 2.411.536 3.75z"],leanpub:[576,512,[],"f212","M386.539 111.485l15.096 248.955-10.979-.275c-36.232-.824-71.64 8.783-102.657 27.997-31.016-19.214-66.424-27.997-102.657-27.997-45.564 0-82.07 10.705-123.516 27.723L93.117 129.6c28.546-11.803 61.484-18.115 92.226-18.115 41.173 0 73.836 13.175 102.657 42.544 27.723-28.271 59.013-41.721 98.539-42.544zM569.07 448c-25.526 0-47.485-5.215-70.542-15.645-34.31-15.645-69.993-24.978-107.871-24.978-38.977 0-74.934 12.901-102.657 40.623-27.723-27.723-63.68-40.623-102.657-40.623-37.878 0-73.561 9.333-107.871 24.978C55.239 442.236 32.731 448 8.303 448H6.93L49.475 98.859C88.726 76.626 136.486 64 181.775 64 218.83 64 256.984 71.685 288 93.095 319.016 71.685 357.17 64 394.225 64c45.289 0 93.049 12.626 132.3 34.859L569.07 448zm-43.368-44.741l-34.036-280.246c-30.742-13.999-67.248-21.41-101.009-21.41-38.428 0-74.385 12.077-102.657 38.702-28.272-26.625-64.228-38.702-102.657-38.702-33.761 0-70.267 7.411-101.009 21.41L50.298 403.259c47.211-19.487 82.894-33.486 135.045-33.486 37.604 0 70.817 9.606 102.657 29.644 31.84-20.038 65.052-29.644 102.657-29.644 52.151 0 87.834 13.999 135.045 33.486z"],"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"],themeco:[448,512,[],"f5c6","M202.9 8.43c9.9-5.73 26-5.82 35.95-.21L430 115.85c10 5.6 18 19.44 18 30.86V364c0 11.44-8.06 25.29-18 31L238.81 503.74c-9.93 5.66-26 5.57-35.85-.21L17.86 395.12C8 389.34 0 375.38 0 364V146.71c0-11.44 8-25.36 17.91-31.08zm-77.4 199.83c-15.94 0-31.89.14-47.83.14v101.45H96.8V280h28.7c49.71 0 49.56-71.74 0-71.74zm140.14 100.29l-30.73-34.64c37-7.51 34.8-65.23-10.87-65.51-16.09 0-32.17-.14-48.26-.14v101.59h19.13v-33.91h18.41l29.56 33.91h22.76zm-41.59-82.32c23.34 0 23.26 32.46 0 32.46h-29.13v-32.46zm-95.56-1.6c21.18 0 21.11 38.85 0 38.85H96.18v-38.84zm192.65-18.25c-68.46 0-71 105.8 0 105.8 69.48-.01 69.41-105.8 0-105.8zm0 17.39c44.12 0 44.8 70.86 0 70.86s-44.43-70.86 0-70.86z"],python:[448,512,[],"f3e2","M439.8 200.5c-7.7-30.9-22.3-54.2-53.4-54.2h-40.1v47.4c0 36.8-31.2 67.8-66.8 67.8H172.7c-29.2 0-53.4 25-53.4 54.3v101.8c0 29 25.2 46 53.4 54.3 33.8 9.9 66.3 11.7 106.8 0 26.9-7.8 53.4-23.5 53.4-54.3v-40.7H226.2v-13.6h160.2c31.1 0 42.6-21.7 53.4-54.2 11.2-33.5 10.7-65.7 0-108.6zM286.2 404c11.1 0 20.1 9.1 20.1 20.3 0 11.3-9 20.4-20.1 20.4-11 0-20.1-9.2-20.1-20.4.1-11.3 9.1-20.3 20.1-20.3zM167.8 248.1h106.8c29.7 0 53.4-24.5 53.4-54.3V91.9c0-29-24.4-50.7-53.4-55.6-35.8-5.9-74.7-5.6-106.8.1-45.2 8-53.4 24.7-53.4 55.6v40.7h106.9v13.6h-147c-31.1 0-58.3 18.7-66.8 54.2-9.8 40.7-10.2 66.1 0 108.6 7.6 31.6 25.7 54.2 56.8 54.2H101v-48.8c0-35.3 30.5-66.4 66.8-66.4zm-6.7-142.6c-11.1 0-20.1-9.1-20.1-20.3.1-11.3 9-20.4 20.1-20.4 11 0 20.1 9.2 20.1 20.4s-9 20.3-20.1 20.3z"],android:[576,512,[],"f17b","M420.55,301.93a24,24,0,1,1,24-24,24,24,0,0,1-24,24m-265.1,0a24,24,0,1,1,24-24,24,24,0,0,1-24,24m273.7-144.48,47.94-83a10,10,0,1,0-17.27-10h0l-48.54,84.07a301.25,301.25,0,0,0-246.56,0L116.18,64.45a10,10,0,1,0-17.27,10h0l47.94,83C64.53,202.22,8.24,285.55,0,384H576c-8.24-98.45-64.54-181.78-146.85-226.55"],bots:[640,512,[],"e340","M86.344,197.834a51.767,51.767,0,0,0-41.57,20.058V156.018a8.19,8.19,0,0,0-8.19-8.19H8.19A8.19,8.19,0,0,0,0,156.018V333.551a8.189,8.189,0,0,0,8.19,8.189H36.584a8.189,8.189,0,0,0,8.19-8.189v-8.088c11.628,13.373,25.874,19.769,41.573,19.769,34.6,0,61.922-26.164,61.922-73.843C148.266,225.452,121.229,197.834,86.344,197.834ZM71.516,305.691c-9.593,0-21.221-4.942-26.745-12.5V250.164c5.528-7.558,17.152-12.791,26.745-12.791,17.734,0,31.107,13.082,31.107,34.013C102.623,292.609,89.25,305.691,71.516,305.691Zm156.372-59.032a17.4,17.4,0,1,0,17.4,17.4A17.4,17.4,0,0,0,227.888,246.659ZM273.956,156.7V112.039a13.308,13.308,0,1,0-10.237,0V156.7a107.49,107.49,0,1,0,10.237,0Zm85.993,107.367c0,30.531-40.792,55.281-91.112,55.281s-91.111-24.75-91.111-55.281,40.792-55.281,91.111-55.281S359.949,233.532,359.949,264.062Zm-50.163,17.4a17.4,17.4,0,1,0-17.4-17.4h0A17.4,17.4,0,0,0,309.786,281.466ZM580.7,250.455c-14.828-2.617-22.387-3.78-22.387-9.885,0-5.523,7.268-9.884,17.735-9.884a65.56,65.56,0,0,1,34.484,10.1,8.171,8.171,0,0,0,11.288-2.468c.07-.11.138-.221.2-.333l8.611-14.886a8.2,8.2,0,0,0-2.867-11.123,99.863,99.863,0,0,0-52.014-14.138c-38.956,0-60.179,21.514-60.179,46.225,0,36.342,33.725,41.864,57.563,45.642,13.373,2.326,24.13,4.361,24.13,11.048,0,6.4-5.523,10.757-18.9,10.757-13.552,0-30.994-6.222-42.623-13.579a8.206,8.206,0,0,0-11.335,2.491c-.035.054-.069.108-.1.164l-10.2,16.891a8.222,8.222,0,0,0,2.491,11.066c15.224,10.3,37.663,16.692,59.441,16.692,40.409,0,63.957-19.769,63.957-46.515C640,260.63,604.537,254.816,580.7,250.455Zm-95.928,60.787a8.211,8.211,0,0,0-9.521-5.938,23.168,23.168,0,0,1-4.155.387c-7.849,0-12.5-6.106-12.5-14.245V240.28h20.349a8.143,8.143,0,0,0,8.141-8.143V209.466a8.143,8.143,0,0,0-8.141-8.143H458.594V171.091a8.143,8.143,0,0,0-8.143-8.143H422.257a8.143,8.143,0,0,0-8.143,8.143h0v30.232H399a8.143,8.143,0,0,0-8.143,8.143h0v22.671A8.143,8.143,0,0,0,399,240.28h15.115v63.667c0,27.037,15.408,41.282,43.9,41.282,12.183,0,21.383-2.2,27.6-5.446a8.161,8.161,0,0,0,4.145-9.278Z"],"free-code-camp":[576,512,[],"f2c5","M97.22,96.21c10.36-10.65,16-17.12,16-21.9,0-2.76-1.92-5.51-3.83-7.42A14.81,14.81,0,0,0,101,64.05c-8.48,0-20.92,8.79-35.84,25.69C23.68,137,2.51,182.81,3.37,250.34s17.47,117,54.06,161.87C76.22,435.86,90.62,448,100.9,448a13.55,13.55,0,0,0,8.37-3.84c1.91-2.76,3.81-5.63,3.81-8.38,0-5.63-3.86-12.2-13.2-20.55-44.45-42.33-67.32-97-67.48-165C32.25,188.8,54,137.83,97.22,96.21ZM239.47,420.07c.58.37.91.55.91.55Zm93.79.55.17-.13C333.24,420.62,333.17,420.67,333.26,420.62Zm3.13-158.18c-16.24-4.15,50.41-82.89-68.05-177.17,0,0,15.54,49.38-62.83,159.57-74.27,104.35,23.46,168.73,34,175.23-6.73-4.35-47.4-35.7,9.55-128.64,11-18.3,25.53-34.87,43.5-72.16,0,0,15.91,22.45,7.6,71.13C287.7,364,354,342.91,355,343.94c22.75,26.78-17.72,73.51-21.58,76.55,5.49-3.65,117.71-78,33-188.1C360.43,238.4,352.62,266.59,336.39,262.44ZM510.88,89.69C496,72.79,483.52,64,475,64a14.81,14.81,0,0,0-8.39,2.84c-1.91,1.91-3.83,4.66-3.83,7.42,0,4.78,5.6,11.26,16,21.9,43.23,41.61,65,92.59,64.82,154.06-.16,68-23,122.63-67.48,165-9.34,8.35-13.18,14.92-13.2,20.55,0,2.75,1.9,5.62,3.81,8.38A13.61,13.61,0,0,0,475.1,448c10.28,0,24.68-12.13,43.47-35.79,36.59-44.85,53.14-94.38,54.06-161.87S552.32,137,510.88,89.69Z"],hornbill:[512,512,[],"f592","M76.38 370.3a37.8 37.8 0 1 1-32.07-32.42c-78.28-111.35 52-190.53 52-190.53-5.86 43-8.24 91.16-8.24 91.16-67.31 41.49.93 64.06 39.81 72.87a140.38 140.38 0 0 0 131.66 91.94c1.92 0 3.77-.21 5.67-.28l.11 18.86c-99.22 1.39-158.7-29.14-188.94-51.6zm108-327.7A37.57 37.57 0 0 0 181 21.45a37.95 37.95 0 1 0-31.17 54.22c-22.55 29.91-53.83 89.57-52.42 190l21.84-.15c0-.9-.14-1.77-.14-2.68A140.42 140.42 0 0 1 207 132.71c8-37.71 30.7-114.3 73.8-44.29 0 0 48.14 2.38 91.18 8.24 0 0-77.84-128-187.59-54.06zm304.19 134.17a37.94 37.94 0 1 0-53.84-28.7C403 126.13 344.89 99 251.28 100.33l.14 22.5c2.7-.15 5.39-.41 8.14-.41a140.37 140.37 0 0 1 130.49 88.76c39.1 9 105.06 31.58 38.46 72.54 0 0-2.34 48.13-8.21 91.16 0 0 133.45-81.16 49-194.61a37.45 37.45 0 0 0 19.31-3.5zM374.06 436.24c21.43-32.46 46.42-89.69 45.14-179.66l-19.52.14c.08 2.06.3 4.07.3 6.15a140.34 140.34 0 0 1-91.39 131.45c-8.85 38.95-31.44 106.66-72.77 39.49 0 0-48.12-2.34-91.19-8.22 0 0 79.92 131.34 191.9 51a37.5 37.5 0 0 0 3.64 14 37.93 37.93 0 1 0 33.89-54.29z"],js:[448,512,[],"f3b8","M0 32v448h448V32H0zm243.8 349.4c0 43.6-25.6 63.5-62.9 63.5-33.7 0-53.2-17.4-63.2-38.5l34.3-20.7c6.6 11.7 12.6 21.6 27.1 21.6 13.8 0 22.6-5.4 22.6-26.5V237.7h42.1v143.7zm99.6 63.5c-39.1 0-64.4-18.6-76.7-43l34.3-19.8c9 14.7 20.8 25.6 41.5 25.6 17.4 0 28.6-8.7 28.6-20.8 0-14.4-11.4-19.5-30.7-28l-10.5-4.5c-30.4-12.9-50.5-29.2-50.5-63.5 0-31.6 24.1-55.6 61.6-55.6 26.8 0 46 9.3 59.8 33.7L368 290c-7.2-12.9-15-18-27.1-18-12.3 0-20.1 7.8-20.1 18 0 12.6 7.8 17.7 25.9 25.6l10.5 4.5c35.8 15.3 55.9 31 55.9 66.2 0 37.8-29.8 58.6-69.7 58.6z"],ideal:[576,512,[],"e013","M125.61,165.48a49.07,49.07,0,1,0,49.06,49.06A49.08,49.08,0,0,0,125.61,165.48ZM86.15,425.84h78.94V285.32H86.15Zm151.46-211.6c0-20-10-22.53-18.74-22.53H204.82V237.5h14.05C228.62,237.5,237.61,234.69,237.61,214.24Zm201.69,46V168.93h22.75V237.5h33.69C486.5,113.08,388.61,86.19,299.67,86.19H204.84V169h14c25.6,0,41.5,17.35,41.5,45.26,0,28.81-15.52,46-41.5,46h-14V425.88h94.83c144.61,0,194.94-67.16,196.72-165.64Zm-109.75,0H273.3V169h54.43v22.73H296v10.58h30V225H296V237.5h33.51Zm74.66,0-5.16-17.67H369.31l-5.18,17.67H340.47L368,168.92h32.35l27.53,91.34ZM299.65,32H32V480H299.65c161.85,0,251-79.73,251-224.52C550.62,172,518,32,299.65,32Zm0,426.92H53.07V53.07H299.65c142.1,0,229.9,64.61,229.9,202.41C529.55,389.57,448.55,458.92,299.65,458.92Zm83.86-264.85L376,219.88H392.4l-7.52-25.81Z"],git:[512,512,[],"f1d3","M216.29 158.39H137C97 147.9 6.51 150.63 6.51 233.18c0 30.09 15 51.23 35 61-25.1 23-37 33.85-37 49.21 0 11 4.47 21.14 17.89 26.81C8.13 383.61 0 393.35 0 411.65c0 32.11 28.05 50.82 101.63 50.82 70.75 0 111.79-26.42 111.79-73.18 0-58.66-45.16-56.5-151.63-63l13.43-21.55c27.27 7.58 118.7 10 118.7-67.89 0-18.7-7.73-31.71-15-41.07l37.41-2.84zm-63.42 241.9c0 32.06-104.89 32.1-104.89 2.43 0-8.14 5.27-15 10.57-21.54 77.71 5.3 94.32 3.37 94.32 19.11zm-50.81-134.58c-52.8 0-50.46-71.16 1.2-71.16 49.54 0 50.82 71.16-1.2 71.16zm133.3 100.51v-32.1c26.75-3.66 27.24-2 27.24-11V203.61c0-8.5-2.05-7.38-27.24-16.26l4.47-32.92H324v168.71c0 6.51.4 7.32 6.51 8.14l20.73 2.84v32.1zm52.45-244.31c-23.17 0-36.59-13.43-36.59-36.61s13.42-35.77 36.59-35.77c23.58 0 37 12.62 37 35.77s-13.42 36.61-37 36.61zM512 350.46c-17.49 8.53-43.1 16.26-66.28 16.26-48.38 0-66.67-19.5-66.67-65.46V194.75c0-5.42 1.05-4.06-31.71-4.06V154.5c35.78-4.07 50-22 54.47-66.27h38.63c0 65.83-1.34 61.81 3.26 61.81H501v40.65h-60.56v97.15c0 6.92-4.92 51.41 60.57 26.84z"],dev:[448,512,[],"f6cc","M120.12 208.29c-3.88-2.9-7.77-4.35-11.65-4.35H91.03v104.47h17.45c3.88 0 7.77-1.45 11.65-4.35 3.88-2.9 5.82-7.25 5.82-13.06v-69.65c-.01-5.8-1.96-10.16-5.83-13.06zM404.1 32H43.9C19.7 32 .06 51.59 0 75.8v360.4C.06 460.41 19.7 480 43.9 480h360.2c24.21 0 43.84-19.59 43.9-43.8V75.8c-.06-24.21-19.7-43.8-43.9-43.8zM154.2 291.19c0 18.81-11.61 47.31-48.36 47.25h-46.4V172.98h47.38c35.44 0 47.36 28.46 47.37 47.28l.01 70.93zm100.68-88.66H201.6v38.42h32.57v29.57H201.6v38.41h53.29v29.57h-62.18c-11.16.29-20.44-8.53-20.72-19.69V193.7c-.27-11.15 8.56-20.41 19.71-20.69h63.19l-.01 29.52zm103.64 115.29c-13.2 30.75-36.85 24.63-47.44 0l-38.53-144.8h32.57l29.71 113.72 29.57-113.72h32.58l-38.46 144.8z"],sketch:[512,512,[],"f7c6","M27.5 162.2L9 187.1h90.5l6.9-130.7-78.9 105.8zM396.3 45.7L267.7 32l135.7 147.2-7.1-133.5zM112.2 218.3l-11.2-22H9.9L234.8 458zm2-31.2h284l-81.5-88.5L256.3 33zm297.3 9.1L277.6 458l224.8-261.7h-90.9zM415.4 69L406 56.4l.9 17.3 6.1 113.4h90.3zM113.5 93.5l-4.6 85.6L244.7 32 116.1 45.7zm287.7 102.7h-290l42.4 82.9L256.3 480l144.9-283.8z"],"yandex-international":[320,512,[],"f414","M129.5 512V345.9L18.5 48h55.8l81.8 229.7L250.2 0h51.3L180.8 347.8V512h-51.3z"],"cc-amex":[576,512,[],"f1f3","M48 480C21.49 480 0 458.5 0 432V80C0 53.49 21.49 32 48 32H528C554.5 32 576 53.49 576 80V82.43H500.5L483.5 130L466.6 82.43H369.4V145.6L341.3 82.43H262.7L181 267.1H246.8V430.9H450.5L482.4 395.8L514.3 430.9H576V432C576 458.5 554.5 480 528 480H48zM482.6 364L440.4 410.3H390.5L458 338.6L390.5 266.1H441.9L483.4 312.8L525.4 266.1H576L508 338.2L576 410.3H524.6L482.6 364zM576 296.9V380.2L536.7 338.3L576 296.9zM307.6 377.1H390.6V410.3H268.6V267.1H390.6V300.2H307.6V322.6H388.5V354.9H307.6V377.2V377.1zM537.3 145.7L500.4 246.3H466L429.2 146V246.3H390.5V103H451.7L483.6 192.3L515.8 103H576V246.3H537.3V145.7zM334.5 217.6H268.6L256.7 246.3H213.7L276.1 103H327.3L390.6 246.3H346.5L334.5 217.6zM301.5 138.5L282 185.4H320.9L301.5 138.5z"],uber:[448,512,[],"f402","M414.1 32H33.9C15.2 32 0 47.2 0 65.9V446c0 18.8 15.2 34 33.9 34H414c18.7 0 33.9-15.2 33.9-33.9V65.9C448 47.2 432.8 32 414.1 32zM237.6 391.1C163 398.6 96.4 344.2 88.9 269.6h94.4V290c0 3.7 3 6.8 6.8 6.8H258c3.7 0 6.8-3 6.8-6.8v-67.9c0-3.7-3-6.8-6.8-6.8h-67.9c-3.7 0-6.8 3-6.8 6.8v20.4H88.9c7-69.4 65.4-122.2 135.1-122.2 69.7 0 128.1 52.8 135.1 122.2 7.5 74.5-46.9 141.1-121.5 148.6z"],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"],php:[640,512,[],"f457","M320 104.5c171.4 0 303.2 72.2 303.2 151.5S491.3 407.5 320 407.5c-171.4 0-303.2-72.2-303.2-151.5S148.7 104.5 320 104.5m0-16.8C143.3 87.7 0 163 0 256s143.3 168.3 320 168.3S640 349 640 256 496.7 87.7 320 87.7zM218.2 242.5c-7.9 40.5-35.8 36.3-70.1 36.3l13.7-70.6c38 0 63.8-4.1 56.4 34.3zM97.4 350.3h36.7l8.7-44.8c41.1 0 66.6 3 90.2-19.1 26.1-24 32.9-66.7 14.3-88.1-9.7-11.2-25.3-16.7-46.5-16.7h-70.7L97.4 350.3zm185.7-213.6h36.5l-8.7 44.8c31.5 0 60.7-2.3 74.8 10.7 14.8 13.6 7.7 31-8.3 113.1h-37c15.4-79.4 18.3-86 12.7-92-5.4-5.8-17.7-4.6-47.4-4.6l-18.8 96.6h-36.5l32.7-168.6zM505 242.5c-8 41.1-36.7 36.3-70.1 36.3l13.7-70.6c38.2 0 63.8-4.1 56.4 34.3zM384.2 350.3H421l8.7-44.8c43.2 0 67.1 2.5 90.2-19.1 26.1-24 32.9-66.7 14.3-88.1-9.7-11.2-25.3-16.7-46.5-16.7H417l-32.8 168.7z"],alipay:[448,512,[],"f642","M377.74 32H70.26C31.41 32 0 63.41 0 102.26v307.48C0 448.59 31.41 480 70.26 480h307.48c38.52 0 69.76-31.08 70.26-69.6-45.96-25.62-110.59-60.34-171.6-88.44-32.07 43.97-84.14 81-148.62 81-70.59 0-93.73-45.3-97.04-76.37-3.97-39.01 14.88-81.5 99.52-81.5 35.38 0 79.35 10.25 127.13 24.96 16.53-30.09 26.45-60.34 26.45-60.34h-178.2v-16.7h92.08v-31.24H88.28v-19.01h109.44V92.34h50.92v50.42h109.44v19.01H248.63v31.24h88.77s-15.21 46.62-38.35 90.92c48.93 16.7 100.01 36.04 148.62 52.74V102.26C447.83 63.57 416.43 32 377.74 32zM47.28 322.95c.99 20.17 10.25 53.73 69.93 53.73 52.07 0 92.58-39.68 117.87-72.9-44.63-18.68-84.48-31.41-109.44-31.41-67.45 0-79.35 33.06-78.36 50.58z"],youtube:[576,512,[61802],"f167","M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"],skyatlas:[640,512,[],"f216","M640 329.3c0 65.9-52.5 114.4-117.5 114.4-165.9 0-196.6-249.7-359.7-249.7-146.9 0-147.1 212.2 5.6 212.2 42.5 0 90.9-17.8 125.3-42.5 5.6-4.1 16.9-16.3 22.8-16.3s10.9 5 10.9 10.9c0 7.8-13.1 19.1-18.7 24.1-40.9 35.6-100.3 61.2-154.7 61.2-83.4.1-154-59-154-144.9s67.5-149.1 152.8-149.1c185.3 0 222.5 245.9 361.9 245.9 99.9 0 94.8-139.7 3.4-139.7-17.5 0-35 11.6-46.9 11.6-8.4 0-15.9-7.2-15.9-15.6 0-11.6 5.3-23.7 5.3-36.3 0-66.6-50.9-114.7-116.9-114.7-53.1 0-80 36.9-88.8 36.9-6.2 0-11.2-5-11.2-11.2 0-5.6 4.1-10.3 7.8-14.4 25.3-28.8 64.7-43.7 102.8-43.7 79.4 0 139.1 58.4 139.1 137.8 0 6.9-.3 13.7-1.2 20.6 11.9-3.1 24.1-4.7 35.9-4.7 60.7 0 111.9 45.3 111.9 107.2z"],"firefox-browser":[512,512,[],"e007","M130.22 127.548C130.38 127.558 130.3 127.558 130.22 127.548V127.548ZM481.64 172.898C471.03 147.398 449.56 119.898 432.7 111.168C446.42 138.058 454.37 165.048 457.4 185.168C457.405 185.306 457.422 185.443 457.45 185.578C429.87 116.828 383.098 89.1089 344.9 28.7479C329.908 5.05792 333.976 3.51792 331.82 4.08792L331.7 4.15792C284.99 30.1109 256.365 82.5289 249.12 126.898C232.503 127.771 216.219 131.895 201.19 139.035C199.838 139.649 198.736 140.706 198.066 142.031C197.396 143.356 197.199 144.87 197.506 146.323C197.7 147.162 198.068 147.951 198.586 148.639C199.103 149.327 199.76 149.899 200.512 150.318C201.264 150.737 202.096 150.993 202.954 151.071C203.811 151.148 204.676 151.045 205.491 150.768L206.011 150.558C221.511 143.255 238.408 139.393 255.541 139.238C318.369 138.669 352.698 183.262 363.161 201.528C350.161 192.378 326.811 183.338 304.341 187.248C392.081 231.108 368.541 381.784 246.951 376.448C187.487 373.838 149.881 325.467 146.421 285.648C146.421 285.648 157.671 243.698 227.041 243.698C234.541 243.698 255.971 222.778 256.371 216.698C256.281 214.698 213.836 197.822 197.281 181.518C188.434 172.805 184.229 168.611 180.511 165.458C178.499 163.75 176.392 162.158 174.201 160.688C168.638 141.231 168.399 120.638 173.51 101.058C148.45 112.468 128.96 130.508 114.8 146.428H114.68C105.01 134.178 105.68 93.7779 106.25 85.3479C106.13 84.8179 99.022 89.0159 98.1 89.6579C89.5342 95.7103 81.5528 102.55 74.26 110.088C57.969 126.688 30.128 160.242 18.76 211.318C14.224 231.701 12 255.739 12 263.618C12 398.318 121.21 507.508 255.92 507.508C376.56 507.508 478.939 420.281 496.35 304.888C507.922 228.192 481.64 173.82 481.64 172.898Z"],replyd:[448,512,[],"f3e6","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"],suse:[640,512,[],"f7d6","M471.08 102.66s-.3 18.3-.3 20.3c-9.1-3-74.4-24.1-135.7-26.3-51.9-1.8-122.8-4.3-223 57.3-19.4 12.4-73.9 46.1-99.6 109.7C7 277-.12 307 7 335.06a111 111 0 0 0 16.5 35.7c17.4 25 46.6 41.6 78.1 44.4 44.4 3.9 78.1-16 90-53.3 8.2-25.8 0-63.6-31.5-82.9-25.6-15.7-53.3-12.1-69.2-1.6-13.9 9.2-21.8 23.5-21.6 39.2.3 27.8 24.3 42.6 41.5 42.6a49 49 0 0 0 15.8-2.7c6.5-1.8 13.3-6.5 13.3-14.9 0-12.1-11.6-14.8-16.8-13.9-2.9.5-4.5 2-11.8 2.4-2-.2-12-3.1-12-14V316c.2-12.3 13.2-18 25.5-16.9 32.3 2.8 47.7 40.7 28.5 65.7-18.3 23.7-76.6 23.2-99.7-20.4-26-49.2 12.7-111.2 87-98.4 33.2 5.7 83.6 35.5 102.4 104.3h45.9c-5.7-17.6-8.9-68.3 42.7-68.3 56.7 0 63.9 39.9 79.8 68.3H460c-12.8-18.3-21.7-38.7-18.9-55.8 5.6-33.8 39.7-18.4 82.4-17.4 66.5.4 102.1-27 103.1-28 3.7-3.1 6.5-15.8 7-17.7 1.3-5.1-3.2-2.4-3.2-2.4-8.7 5.2-30.5 15.2-50.9 15.6-25.3.5-76.2-25.4-81.6-28.2-.3-.4.1 1.2-11-25.5 88.4 58.3 118.3 40.5 145.2 21.7.8-.6 4.3-2.9 3.6-5.7-13.8-48.1-22.4-62.7-34.5-69.6-37-21.6-125-34.7-129.2-35.3.1-.1-.9-.3-.9.7zm60.4 72.8a37.54 37.54 0 0 1 38.9-36.3c33.4 1.2 48.8 42.3 24.4 65.2-24.2 22.7-64.4 4.6-63.3-28.9zm38.6-25.3a26.27 26.27 0 1 0 25.4 27.2 26.19 26.19 0 0 0-25.4-27.2zm4.3 28.8c-15.4 0-15.4-15.6 0-15.6s15.4 15.64 0 15.64z"],jenkins:[512,512,[],"f3b6","M487.1 425c-1.4-11.2-19-23.1-28.2-31.9-5.1-5-29-23.1-30.4-29.9-1.4-6.6 9.7-21.5 13.3-28.9 5.1-10.7 8.8-23.7 11.3-32.6 18.8-66.1 20.7-156.9-6.2-211.2-10.2-20.6-38.6-49-56.4-62.5-42-31.7-119.6-35.3-170.1-16.6-14.1 5.2-27.8 9.8-40.1 17.1-33.1 19.4-68.3 32.5-78.1 71.6-24.2 10.8-31.5 41.8-30.3 77.8.2 7 4.1 15.8 2.7 22.4-.7 3.3-5.2 7.6-6.1 9.8-11.6 27.7-2.3 64 11.1 83.7 8.1 11.9 21.5 22.4 39.2 25.2.7 10.6 3.3 19.7 8.2 30.4 3.1 6.8 14.7 19 10.4 27.7-2.2 4.4-21 13.8-27.3 17.6C89 407.2 73.7 415 54.2 429c-12.6 9-32.3 10.2-29.2 31.1 2.1 14.1 10.1 31.6 14.7 45.8.7 2 1.4 4.1 2.1 6h422c4.9-15.3 9.7-30.9 14.6-47.2 3.4-11.4 10.2-27.8 8.7-39.7zM205.9 33.7c1.8-.5 3.4.7 4.9 2.4-.2 5.2-5.4 5.1-8.9 6.8-5.4 6.7-13.4 9.8-20 17.2-6.8 7.5-14.4 27.7-23.4 30-4.5 1.1-9.7-.8-13.6-.5-10.4.7-17.7 6-28.3 7.5 13.6-29.9 56.1-54 89.3-63.4zm-104.8 93.6c13.5-14.9 32.1-24.1 54.8-25.9 11.7 29.7-8.4 65-.9 97.6 2.3 9.9 10.2 25.4-2.4 25.7.3-28.3-34.8-46.3-61.3-29.6-1.8-21.5-4.9-51.7 9.8-67.8zm36.7 200.2c-1-4.1-2.7-12.9-2.3-15.1 1.6-8.7 17.1-12.5 11-24.7-11.3-.1-13.8 10.2-24.1 11.3-26.7 2.6-45.6-35.4-44.4-58.4 1-19.5 17.6-38.2 40.1-35.8 16 1.8 21.4 19.2 24.5 34.7 9.2.5 22.5-.4 26.9-7.6-.6-17.5-8.8-31.6-8.2-47.7 1-30.3 17.5-57.6 4.8-87.4 13.6-30.9 53.5-55.3 83.1-70 36.6-18.3 94.9-3.7 129.3 15.8 19.7 11.1 34.4 32.7 48.3 50.7-19.5-5.8-36.1 4.2-33.1 20.3 16.3-14.9 44.2-.2 52.5 16.4 7.9 15.8 7.8 39.3 9 62.8 2.9 57-10.4 115.9-39.1 157.1-7.7 11-14.1 23-24.9 30.6-26 18.2-65.4 34.7-99.2 23.4-44.7-15-65-44.8-89.5-78.8.7 18.7 13.8 34.1 26.8 48.4 11.3 12.5 25 26.6 39.7 32.4-12.3-2.9-31.1-3.8-36.2 7.2-28.6-1.9-55.1-4.8-68.7-24.2-10.6-15.4-21.4-41.4-26.3-61.4zm222 124.1c4.1-3 11.1-2.9 17.4-3.6-5.4-2.7-13-3.7-19.3-2.2-.1-4.2-2-6.8-3.2-10.2 10.6-3.8 35.5-28.5 49.6-20.3 6.7 3.9 9.5 26.2 10.1 37 .4 9-.8 18-4.5 22.8-18.8-.6-35.8-2.8-50.7-7 .9-6.1-1-12.1.6-16.5zm-17.2-20c-16.8.8-26-1.2-38.3-10.8.2-.8 1.4-.5 1.5-1.4 18 8 40.8-3.3 59-4.9-7.9 5.1-14.6 11.6-22.2 17.1zm-12.1 33.2c-1.6-9.4-3.5-12-2.8-20.2 25-16.6 29.7 28.6 2.8 20.2zM226 438.6c-11.6-.7-48.1-14-38.5-23.7 9.4 6.5 27.5 4.9 41.3 7.3.8 4.4-2.8 10.2-2.8 16.4zM57.7 497.1c-4.3-12.7-9.2-25.1-14.8-36.9 30.8-23.8 65.3-48.9 102.2-63.5 2.8-1.1 23.2 25.4 26.2 27.6 16.5 11.7 37 21 56.2 30.2 1.2 8.8 3.9 20.2 8.7 35.5.7 2.3 1.4 4.7 2.2 7.2H57.7zm240.6 5.7h-.8c.3-.2.5-.4.8-.5v.5zm7.5-5.7c2.1-1.4 4.3-2.8 6.4-4.3 1.1 1.4 2.2 2.8 3.2 4.3h-9.6zm15.1-24.7c-10.8 7.3-20.6 18.3-33.3 25.2-6 3.3-27 11.7-33.4 10.2-3.6-.8-3.9-5.3-5.4-9.5-3.1-9-10.1-23.4-10.8-37-.8-17.2-2.5-46 16-42.4 14.9 2.9 32.3 9.7 43.9 16.1 7.1 3.9 11.1 8.6 21.9 9.5-.1 1.4-.1 2.8-.2 4.3-5.9 3.9-15.3 3.8-21.8 7.1 9.5.4 17 2.7 23.5 5.9-.1 3.4-.3 7-.4 10.6zm53.4 24.7h-14c-.1-3.2-2.8-5.8-6.1-5.8s-5.9 2.6-6.1 5.8h-17.4c-2.8-4.4-5.7-8.6-8.9-12.5 2.1-2.2 4-4.7 6-6.9 9 3.7 14.8-4.9 21.7-4.2 7.9.8 14.2 11.7 25.4 11l-.6 12.6zm8.7 0c.2-4 .4-7.8.6-11.5 15.6-7.3 29 1.3 35.7 11.5H383zm83.4-37c-2.3 11.2-5.8 24-9.9 37.1-.2-.1-.4-.1-.6-.1H428c.6-1.1 1.2-2.2 1.9-3.3-2.6-6.1-9-8.7-10.9-15.5 12.1-22.7 6.5-93.4-24.2-78.5 4.3-6.3 15.6-11.5 20.8-19.3 13 10.4 20.8 20.3 33.2 31.4 6.8 6 20 13.3 21.4 23.1.8 5.5-2.6 18.9-3.8 25.1zM222.2 130.5c5.4-14.9 27.2-34.7 45-32 7.7 1.2 18 8.2 12.2 17.7-30.2-7-45.2 12.6-54.4 33.1-8.1-2-4.9-13.1-2.8-18.8zm184.1 63.1c8.2-3.6 22.4-.7 29.6-5.3-4.2-11.5-10.3-21.4-9.3-37.7.5 0 1 0 1.4.1 6.8 14.2 12.7 29.2 21.4 41.7-5.7 13.5-43.6 25.4-43.1 1.2zm20.4-43zm-117.2 45.7c-6.8-10.9-19-32.5-14.5-45.3 6.5 11.9 8.6 24.4 17.8 33.3 4.1 4 12.2 9 8.2 20.2-.9 2.7-7.8 8.6-11.7 9.7-14.4 4.3-47.9.9-36.6-17.1 11.9.7 27.9 7.8 36.8-.8zm27.3 70c3.8 6.6 1.4 18.7 12.1 20.6 20.2 3.4 43.6-12.3 58.1-17.8 9-15.2-.8-20.7-8.9-30.5-16.6-20-38.8-44.8-38-74.7 6.7-4.9 7.3 7.4 8.2 9.7 8.7 20.3 30.4 46.2 46.3 63.5 3.9 4.3 10.3 8.4 11 11.2 2.1 8.2-5.4 18-4.5 23.5-21.7 13.9-45.8 29.1-81.4 25.6-7.4-6.7-10.3-21.4-2.9-31.1zm-201.3-9.2c-6.8-3.9-8.4-21-16.4-21.4-11.4-.7-9.3 22.2-9.3 35.5-7.8-7.1-9.2-29.1-3.5-40.3-6.6-3.2-9.5 3.6-13.1 5.9 4.7-34.1 49.8-15.8 42.3 20.3zm299.6 28.8c-10.1 19.2-24.4 40.4-54 41-.6-6.2-1.1-15.6 0-19.4 22.7-2.2 36.6-13.7 54-21.6zm-141.9 12.4c18.9 9.9 53.6 11 79.3 10.2 1.4 5.6 1.3 12.6 1.4 19.4-33 1.8-72-6.4-80.7-29.6zm92.2 46.7c-1.7 4.3-5.3 9.3-9.8 11.1-12.1 4.9-45.6 8.7-62.4-.3-10.7-5.7-17.5-18.5-23.4-26-2.8-3.6-16.9-12.9-.2-12.9 13.1 32.7 58 29 95.8 28.1z"],twitter:[512,512,[],"f099","M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"],rockrms:[496,512,[],"f3e9","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"],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"],buffer:[448,512,[],"f837","M427.84 380.67l-196.5 97.82a18.6 18.6 0 0 1-14.67 0L20.16 380.67c-4-2-4-5.28 0-7.29L67.22 350a18.65 18.65 0 0 1 14.69 0l134.76 67a18.51 18.51 0 0 0 14.67 0l134.76-67a18.62 18.62 0 0 1 14.68 0l47.06 23.43c4.05 1.96 4.05 5.24 0 7.24zm0-136.53l-47.06-23.43a18.62 18.62 0 0 0-14.68 0l-134.76 67.08a18.68 18.68 0 0 1-14.67 0L81.91 220.71a18.65 18.65 0 0 0-14.69 0l-47.06 23.43c-4 2-4 5.29 0 7.31l196.51 97.8a18.6 18.6 0 0 0 14.67 0l196.5-97.8c4.05-2.02 4.05-5.3 0-7.31zM20.16 130.42l196.5 90.29a20.08 20.08 0 0 0 14.67 0l196.51-90.29c4-1.86 4-4.89 0-6.74L231.33 33.4a19.88 19.88 0 0 0-14.67 0l-196.5 90.28c-4.05 1.85-4.05 4.88 0 6.74z"],npm:[576,512,[],"f3d4","M288 288h-32v-64h32v64zm288-128v192H288v32H160v-32H0V160h576zm-416 32H32v128h64v-96h32v96h32V192zm160 0H192v160h64v-32h64V192zm224 0H352v128h64v-96h32v96h32v-96h32v96h32V192z"],yammer:[512,512,[],"f840","M500.676,159.486a12.779,12.779,0,0,0-6.4-8.282,13.954,13.954,0,0,0-10.078-1.125L457.8,156.7l-.043-.2-22.3,5.785-1.243.333-.608-2.17A369.037,369.037,0,0,0,347.538,4.289a14.1,14.1,0,0,0-19.784-.463l-102.9,102.747H24.947A24.9,24.9,0,0,0,0,131.417V380.38a24.963,24.963,0,0,0,24.918,24.9H224.986L328.072,508a13.667,13.667,0,0,0,19.327,0c.126-.126.249-.255.37-.385a368.025,368.025,0,0,0,69.577-107.374,403.45,403.45,0,0,0,17.3-50.8v-.028l20.406,5.336.029-.073L483.345,362a20.253,20.253,0,0,0,2.619.5,13.359,13.359,0,0,0,4.139-.072,13.5,13.5,0,0,0,10.515-9.924,415.855,415.855,0,0,0,.058-193.013ZM337.125,24.65l.013.014h-.013Zm-110.2,165.161L174.311,281.1a11.338,11.338,0,0,0-1.489,5.655v46.189a22.04,22.04,0,0,1-22.041,22h-3.4A22.068,22.068,0,0,1,125.3,332.962V287.294a11.532,11.532,0,0,0-1.388-5.51l-51.6-92.2a21.988,21.988,0,0,1,19.264-32.726h3.268a22.059,22.059,0,0,1,19.611,11.916l36.357,70.281,37.515-70.512a22.066,22.066,0,0,1,38.556-.695,21.7,21.7,0,0,1,0,21.967ZM337.145,24.673a348.147,348.147,0,0,1,75.8,141.335l.564,1.952-114.134,29.6V131.417a25.006,25.006,0,0,0-24.947-24.9H255.067Zm60.5,367.305v-.043l-.014.014a347.19,347.19,0,0,1-60.177,95.227l-82.2-81.893h19.177a24.978,24.978,0,0,0,24.947-24.9v-66.2l114.6,29.862A385.191,385.191,0,0,1,397.648,391.978Zm84-52.45.015.014-50.618-13.131L299.379,292.1V219.572l119.746-30.99,4.468-1.157,39.54-10.253,18.511-4.816A393,393,0,0,1,481.644,339.528Z"],btc:[384,512,[],"f15a","M310.204 242.638c27.73-14.18 45.377-39.39 41.28-81.3-5.358-57.351-52.458-76.573-114.85-81.929V0h-48.528v77.203c-12.605 0-25.525.315-38.444.63V0h-48.528v79.409c-17.842.539-38.622.276-97.37 0v51.678c38.314-.678 58.417-3.14 63.023 21.427v217.429c-2.925 19.492-18.524 16.685-53.255 16.071L3.765 443.68c88.481 0 97.37.315 97.37.315V512h48.528v-67.06c13.234.315 26.154.315 38.444.315V512h48.528v-68.005c81.299-4.412 135.647-24.894 142.895-101.467 5.671-61.446-23.32-88.862-69.326-99.89zM150.608 134.553c27.415 0 113.126-8.507 113.126 48.528 0 54.515-85.71 48.212-113.126 48.212v-96.74zm0 251.776V279.821c32.772 0 133.127-9.138 133.127 53.255-.001 60.186-100.355 53.253-133.127 53.253z"],dribbble:[512,512,[],"f17d","M256 8C119.252 8 8 119.252 8 256s111.252 248 248 248 248-111.252 248-248S392.748 8 256 8zm163.97 114.366c29.503 36.046 47.369 81.957 47.835 131.955-6.984-1.477-77.018-15.682-147.502-6.818-5.752-14.041-11.181-26.393-18.617-41.614 78.321-31.977 113.818-77.482 118.284-83.523zM396.421 97.87c-3.81 5.427-35.697 48.286-111.021 76.519-34.712-63.776-73.185-116.168-79.04-124.008 67.176-16.193 137.966 1.27 190.061 47.489zm-230.48-33.25c5.585 7.659 43.438 60.116 78.537 122.509-99.087 26.313-186.36 25.934-195.834 25.809C62.38 147.205 106.678 92.573 165.941 64.62zM44.17 256.323c0-2.166.043-4.322.108-6.473 9.268.19 111.92 1.513 217.706-30.146 6.064 11.868 11.857 23.915 17.174 35.949-76.599 21.575-146.194 83.527-180.531 142.306C64.794 360.405 44.17 310.73 44.17 256.323zm81.807 167.113c22.127-45.233 82.178-103.622 167.579-132.756 29.74 77.283 42.039 142.053 45.189 160.638-68.112 29.013-150.015 21.053-212.768-27.882zm248.38 8.489c-2.171-12.886-13.446-74.897-41.152-151.033 66.38-10.626 124.7 6.768 131.947 9.055-9.442 58.941-43.273 109.844-90.795 141.978z"],"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"],"internet-explorer":[512,512,[],"f26b","M483.049 159.706c10.855-24.575 21.424-60.438 21.424-87.871 0-72.722-79.641-98.371-209.673-38.577-107.632-7.181-211.221 73.67-237.098 186.457 30.852-34.862 78.271-82.298 121.977-101.158C125.404 166.85 79.128 228.002 43.992 291.725 23.246 329.651 0 390.94 0 436.747c0 98.575 92.854 86.5 180.251 42.006 31.423 15.43 66.559 15.573 101.695 15.573 97.124 0 184.249-54.294 216.814-146.022H377.927c-52.509 88.593-196.819 52.996-196.819-47.436H509.9c6.407-43.581-1.655-95.715-26.851-141.162zM64.559 346.877c17.711 51.15 53.703 95.871 100.266 123.304-88.741 48.94-173.267 29.096-100.266-123.304zm115.977-108.873c2-55.151 50.276-94.871 103.98-94.871 53.418 0 101.981 39.72 103.981 94.871H180.536zm184.536-187.6c21.425-10.287 48.563-22.003 72.558-22.003 31.422 0 54.274 21.717 54.274 53.722 0 20.003-7.427 49.007-14.569 67.867-26.28-42.292-65.986-81.584-112.263-99.586z"],stubber:[448,512,[],"e5c7","M136.5 294.2l58.8 22.9c9.1-36.8 25.4-61.1 55-61.1c49.4 0 71.4 63.6 142.4 63.6c15.6 0 35.9-2.8 55.3-13.3V368c0 61.8-50.4 112-112.3 112H0l41.8-56L0 368l41.7-56L0 256.1l41.8-56L0 144.1 41.8 88 0 32H335.7C397.6 32 448 82.3 448 144.1v51.3c-9.2 36.3-25.9 60.6-55 60.6c-49.6 0-71.6-63.5-142.4-63.5c-35.9 0-95.2 14.6-114.1 101.6h0z"],telegram:[496,512,[62462,"telegram-plane"],"f2c6","M248,8C111.033,8,0,119.033,0,256S111.033,504,248,504,496,392.967,496,256,384.967,8,248,8ZM362.952,176.66c-3.732,39.215-19.881,134.378-28.1,178.3-3.476,18.584-10.322,24.816-16.948,25.425-14.4,1.326-25.338-9.517-39.287-18.661-21.827-14.308-34.158-23.215-55.346-37.177-24.485-16.135-8.612-25,5.342-39.5,3.652-3.793,67.107-61.51,68.335-66.746.153-.655.3-3.1-1.154-4.384s-3.59-.849-5.135-.5q-3.283.746-104.608,69.142-14.845,10.194-26.894,9.934c-8.855-.191-25.888-5.006-38.551-9.123-15.531-5.048-27.875-7.717-26.8-16.291q.84-6.7,18.45-13.7,108.446-47.248,144.628-62.3c68.872-28.647,83.183-33.623,92.511-33.789,2.052-.034,6.639.474,9.61,2.885a10.452,10.452,0,0,1,3.53,6.716A43.765,43.765,0,0,1,362.952,176.66Z"],"old-republic":[496,512,[],"f510","M235.76 10.23c7.5-.31 15-.28 22.5-.09 3.61.14 7.2.4 10.79.73 4.92.27 9.79 1.03 14.67 1.62 2.93.43 5.83.98 8.75 1.46 7.9 1.33 15.67 3.28 23.39 5.4 12.24 3.47 24.19 7.92 35.76 13.21 26.56 12.24 50.94 29.21 71.63 49.88 20.03 20.09 36.72 43.55 48.89 69.19 1.13 2.59 2.44 5.1 3.47 7.74 2.81 6.43 5.39 12.97 7.58 19.63 4.14 12.33 7.34 24.99 9.42 37.83.57 3.14 1.04 6.3 1.4 9.47.55 3.83.94 7.69 1.18 11.56.83 8.34.84 16.73.77 25.1-.07 4.97-.26 9.94-.75 14.89-.24 3.38-.51 6.76-.98 10.12-.39 2.72-.63 5.46-1.11 8.17-.9 5.15-1.7 10.31-2.87 15.41-4.1 18.5-10.3 36.55-18.51 53.63-15.77 32.83-38.83 62.17-67.12 85.12a246.503 246.503 0 0 1-56.91 34.86c-6.21 2.68-12.46 5.25-18.87 7.41-3.51 1.16-7.01 2.38-10.57 3.39-6.62 1.88-13.29 3.64-20.04 5-4.66.91-9.34 1.73-14.03 2.48-5.25.66-10.5 1.44-15.79 1.74-6.69.66-13.41.84-20.12.81-6.82.03-13.65-.12-20.45-.79-3.29-.23-6.57-.5-9.83-.95-2.72-.39-5.46-.63-8.17-1.11-4.12-.72-8.25-1.37-12.35-2.22-4.25-.94-8.49-1.89-12.69-3.02-8.63-2.17-17.08-5.01-25.41-8.13-10.49-4.12-20.79-8.75-30.64-14.25-2.14-1.15-4.28-2.29-6.35-3.57-11.22-6.58-21.86-14.1-31.92-22.34-34.68-28.41-61.41-66.43-76.35-108.7-3.09-8.74-5.71-17.65-7.8-26.68-1.48-6.16-2.52-12.42-3.58-18.66-.4-2.35-.61-4.73-.95-7.09-.6-3.96-.75-7.96-1.17-11.94-.8-9.47-.71-18.99-.51-28.49.14-3.51.34-7.01.7-10.51.31-3.17.46-6.37.92-9.52.41-2.81.65-5.65 1.16-8.44.7-3.94 1.3-7.9 2.12-11.82 3.43-16.52 8.47-32.73 15.26-48.18 1.15-2.92 2.59-5.72 3.86-8.59 8.05-16.71 17.9-32.56 29.49-47.06 20-25.38 45.1-46.68 73.27-62.47 7.5-4.15 15.16-8.05 23.07-11.37 15.82-6.88 32.41-11.95 49.31-15.38 3.51-.67 7.04-1.24 10.56-1.85 2.62-.47 5.28-.7 7.91-1.08 3.53-.53 7.1-.68 10.65-1.04 2.46-.24 4.91-.36 7.36-.51m8.64 24.41c-9.23.1-18.43.99-27.57 2.23-7.3 1.08-14.53 2.6-21.71 4.3-13.91 3.5-27.48 8.34-40.46 14.42-10.46 4.99-20.59 10.7-30.18 17.22-4.18 2.92-8.4 5.8-12.34 9.03-5.08 3.97-9.98 8.17-14.68 12.59-2.51 2.24-4.81 4.7-7.22 7.06-28.22 28.79-48.44 65.39-57.5 104.69-2.04 8.44-3.54 17.02-4.44 25.65-1.1 8.89-1.44 17.85-1.41 26.8.11 7.14.38 14.28 1.22 21.37.62 7.12 1.87 14.16 3.2 21.18 1.07 4.65 2.03 9.32 3.33 13.91 6.29 23.38 16.5 45.7 30.07 65.75 8.64 12.98 18.78 24.93 29.98 35.77 16.28 15.82 35.05 29.04 55.34 39.22 7.28 3.52 14.66 6.87 22.27 9.63 5.04 1.76 10.06 3.57 15.22 4.98 11.26 3.23 22.77 5.6 34.39 7.06 2.91.29 5.81.61 8.72.9 13.82 1.08 27.74 1 41.54-.43 4.45-.6 8.92-.99 13.35-1.78 3.63-.67 7.28-1.25 10.87-2.1 4.13-.98 8.28-1.91 12.36-3.07 26.5-7.34 51.58-19.71 73.58-36.2 15.78-11.82 29.96-25.76 42.12-41.28 3.26-4.02 6.17-8.31 9.13-12.55 3.39-5.06 6.58-10.25 9.6-15.54 2.4-4.44 4.74-8.91 6.95-13.45 5.69-12.05 10.28-24.62 13.75-37.49 2.59-10.01 4.75-20.16 5.9-30.45 1.77-13.47 1.94-27.1 1.29-40.65-.29-3.89-.67-7.77-1-11.66-2.23-19.08-6.79-37.91-13.82-55.8-5.95-15.13-13.53-29.63-22.61-43.13-12.69-18.8-28.24-35.68-45.97-49.83-25.05-20-54.47-34.55-85.65-42.08-7.78-1.93-15.69-3.34-23.63-4.45-3.91-.59-7.85-.82-11.77-1.24-7.39-.57-14.81-.72-22.22-.58zM139.26 83.53c13.3-8.89 28.08-15.38 43.3-20.18-3.17 1.77-6.44 3.38-9.53 5.29-11.21 6.68-21.52 14.9-30.38 24.49-6.8 7.43-12.76 15.73-17.01 24.89-3.29 6.86-5.64 14.19-6.86 21.71-.93 4.85-1.3 9.81-1.17 14.75.13 13.66 4.44 27.08 11.29 38.82 5.92 10.22 13.63 19.33 22.36 27.26 4.85 4.36 10.24 8.09 14.95 12.6 2.26 2.19 4.49 4.42 6.43 6.91 2.62 3.31 4.89 6.99 5.99 11.1.9 3.02.66 6.2.69 9.31.02 4.1-.04 8.2.03 12.3.14 3.54-.02 7.09.11 10.63.08 2.38.02 4.76.05 7.14.16 5.77.06 11.53.15 17.3.11 2.91.02 5.82.13 8.74.03 1.63.13 3.28-.03 4.91-.91.12-1.82.18-2.73.16-10.99 0-21.88-2.63-31.95-6.93-6-2.7-11.81-5.89-17.09-9.83-5.75-4.19-11.09-8.96-15.79-14.31-6.53-7.24-11.98-15.39-16.62-23.95-1.07-2.03-2.24-4.02-3.18-6.12-1.16-2.64-2.62-5.14-3.67-7.82-4.05-9.68-6.57-19.94-8.08-30.31-.49-4.44-1.09-8.88-1.2-13.35-.7-15.73.84-31.55 4.67-46.82 2.12-8.15 4.77-16.18 8.31-23.83 6.32-14.2 15.34-27.18 26.3-38.19 6.28-6.2 13.13-11.84 20.53-16.67zm175.37-20.12c2.74.74 5.41 1.74 8.09 2.68 6.36 2.33 12.68 4.84 18.71 7.96 13.11 6.44 25.31 14.81 35.82 24.97 10.2 9.95 18.74 21.6 25.14 34.34 1.28 2.75 2.64 5.46 3.81 8.26 6.31 15.1 10 31.26 11.23 47.57.41 4.54.44 9.09.45 13.64.07 11.64-1.49 23.25-4.3 34.53-1.97 7.27-4.35 14.49-7.86 21.18-3.18 6.64-6.68 13.16-10.84 19.24-6.94 10.47-15.6 19.87-25.82 27.22-10.48 7.64-22.64 13.02-35.4 15.38-3.51.69-7.08 1.08-10.66 1.21-1.85.06-3.72.16-5.56-.1-.28-2.15 0-4.31-.01-6.46-.03-3.73.14-7.45.1-11.17.19-7.02.02-14.05.21-21.07.03-2.38-.03-4.76.03-7.14.17-5.07-.04-10.14.14-15.21.1-2.99-.24-6.04.51-8.96.66-2.5 1.78-4.86 3.09-7.08 4.46-7.31 11.06-12.96 17.68-18.26 5.38-4.18 10.47-8.77 15.02-13.84 7.68-8.37 14.17-17.88 18.78-28.27 2.5-5.93 4.52-12.1 5.55-18.46.86-4.37 1.06-8.83 1.01-13.27-.02-7.85-1.4-15.65-3.64-23.17-1.75-5.73-4.27-11.18-7.09-16.45-3.87-6.93-8.65-13.31-13.96-19.2-9.94-10.85-21.75-19.94-34.6-27.1-1.85-1.02-3.84-1.82-5.63-2.97zm-100.8 58.45c.98-1.18 1.99-2.33 3.12-3.38-.61.93-1.27 1.81-1.95 2.68-3.1 3.88-5.54 8.31-7.03 13.06-.87 3.27-1.68 6.6-1.73 10-.07 2.52-.08 5.07.32 7.57 1.13 7.63 4.33 14.85 8.77 21.12 2 2.7 4.25 5.27 6.92 7.33 1.62 1.27 3.53 2.09 5.34 3.05 3.11 1.68 6.32 3.23 9.07 5.48 2.67 2.09 4.55 5.33 4.4 8.79-.01 73.67 0 147.34-.01 221.02 0 1.35-.08 2.7.04 4.04.13 1.48.82 2.83 1.47 4.15.86 1.66 1.78 3.34 3.18 4.62.85.77 1.97 1.4 3.15 1.24 1.5-.2 2.66-1.35 3.45-2.57.96-1.51 1.68-3.16 2.28-4.85.76-2.13.44-4.42.54-6.63.14-4.03-.02-8.06.14-12.09.03-5.89.03-11.77.06-17.66.14-3.62.03-7.24.11-10.86.15-4.03-.02-8.06.14-12.09.03-5.99.03-11.98.07-17.97.14-3.62.02-7.24.11-10.86.14-3.93-.02-7.86.14-11.78.03-5.99.03-11.98.06-17.97.16-3.94-.01-7.88.19-11.82.29 1.44.13 2.92.22 4.38.19 3.61.42 7.23.76 10.84.32 3.44.44 6.89.86 10.32.37 3.1.51 6.22.95 9.31.57 4.09.87 8.21 1.54 12.29 1.46 9.04 2.83 18.11 5.09 26.99 1.13 4.82 2.4 9.61 4 14.3 2.54 7.9 5.72 15.67 10.31 22.62 1.73 2.64 3.87 4.98 6.1 7.21.27.25.55.51.88.71.6.25 1.31-.07 1.7-.57.71-.88 1.17-1.94 1.7-2.93 4.05-7.8 8.18-15.56 12.34-23.31.7-1.31 1.44-2.62 2.56-3.61 1.75-1.57 3.84-2.69 5.98-3.63 2.88-1.22 5.9-2.19 9.03-2.42 6.58-.62 13.11.75 19.56 1.85 3.69.58 7.4 1.17 11.13 1.41 3.74.1 7.48.05 11.21-.28 8.55-.92 16.99-2.96 24.94-6.25 5.3-2.24 10.46-4.83 15.31-7.93 11.46-7.21 21.46-16.57 30.04-27.01 1.17-1.42 2.25-2.9 3.46-4.28-1.2 3.24-2.67 6.37-4.16 9.48-1.25 2.9-2.84 5.61-4.27 8.42-5.16 9.63-11.02 18.91-17.75 27.52-4.03 5.21-8.53 10.05-13.33 14.57-6.64 6.05-14.07 11.37-22.43 14.76-8.21 3.37-17.31 4.63-26.09 3.29-3.56-.58-7.01-1.69-10.41-2.88-2.79-.97-5.39-2.38-8.03-3.69-3.43-1.71-6.64-3.81-9.71-6.08 2.71 3.06 5.69 5.86 8.7 8.61 4.27 3.76 8.74 7.31 13.63 10.23 3.98 2.45 8.29 4.4 12.84 5.51 1.46.37 2.96.46 4.45.6-1.25 1.1-2.63 2.04-3.99 2.98-9.61 6.54-20.01 11.86-30.69 16.43-20.86 8.7-43.17 13.97-65.74 15.34-4.66.24-9.32.36-13.98.36-4.98-.11-9.97-.13-14.92-.65-11.2-.76-22.29-2.73-33.17-5.43-10.35-2.71-20.55-6.12-30.3-10.55-8.71-3.86-17.12-8.42-24.99-13.79-1.83-1.31-3.74-2.53-5.37-4.08 6.6-1.19 13.03-3.39 18.99-6.48 5.74-2.86 10.99-6.66 15.63-11.07 2.24-2.19 4.29-4.59 6.19-7.09-3.43 2.13-6.93 4.15-10.62 5.78-4.41 2.16-9.07 3.77-13.81 5.02-5.73 1.52-11.74 1.73-17.61 1.14-8.13-.95-15.86-4.27-22.51-8.98-4.32-2.94-8.22-6.43-11.96-10.06-9.93-10.16-18.2-21.81-25.66-33.86-3.94-6.27-7.53-12.75-11.12-19.22-1.05-2.04-2.15-4.05-3.18-6.1 2.85 2.92 5.57 5.97 8.43 8.88 8.99 8.97 18.56 17.44 29.16 24.48 7.55 4.9 15.67 9.23 24.56 11.03 3.11.73 6.32.47 9.47.81 2.77.28 5.56.2 8.34.3 5.05.06 10.11.04 15.16-.16 3.65-.16 7.27-.66 10.89-1.09 2.07-.25 4.11-.71 6.14-1.2 3.88-.95 8.11-.96 11.83.61 4.76 1.85 8.44 5.64 11.38 9.71 2.16 3.02 4.06 6.22 5.66 9.58 1.16 2.43 2.46 4.79 3.55 7.26 1 2.24 2.15 4.42 3.42 6.52.67 1.02 1.4 2.15 2.62 2.55 1.06-.75 1.71-1.91 2.28-3.03 2.1-4.16 3.42-8.65 4.89-13.05 2.02-6.59 3.78-13.27 5.19-20.02 2.21-9.25 3.25-18.72 4.54-28.13.56-3.98.83-7.99 1.31-11.97.87-10.64 1.9-21.27 2.24-31.94.08-1.86.24-3.71.25-5.57.01-4.35.25-8.69.22-13.03-.01-2.38-.01-4.76 0-7.13.05-5.07-.2-10.14-.22-15.21-.2-6.61-.71-13.2-1.29-19.78-.73-5.88-1.55-11.78-3.12-17.51-2.05-7.75-5.59-15.03-9.8-21.82-3.16-5.07-6.79-9.88-11.09-14.03-3.88-3.86-8.58-7.08-13.94-8.45-1.5-.41-3.06-.45-4.59-.64.07-2.99.7-5.93 1.26-8.85 1.59-7.71 3.8-15.3 6.76-22.6 1.52-4.03 3.41-7.9 5.39-11.72 3.45-6.56 7.62-12.79 12.46-18.46zm31.27 1.7c.35-.06.71-.12 1.07-.19.19 1.79.09 3.58.1 5.37v38.13c-.01 1.74.13 3.49-.15 5.22-.36-.03-.71-.05-1.06-.05-.95-3.75-1.72-7.55-2.62-11.31-.38-1.53-.58-3.09-1.07-4.59-1.7-.24-3.43-.17-5.15-.2-5.06-.01-10.13 0-15.19-.01-1.66-.01-3.32.09-4.98-.03-.03-.39-.26-.91.16-1.18 1.28-.65 2.72-.88 4.06-1.35 3.43-1.14 6.88-2.16 10.31-3.31 1.39-.48 2.9-.72 4.16-1.54.04-.56.02-1.13-.05-1.68-1.23-.55-2.53-.87-3.81-1.28-3.13-1.03-6.29-1.96-9.41-3.02-1.79-.62-3.67-1-5.41-1.79-.03-.37-.07-.73-.11-1.09 5.09-.19 10.2.06 15.3-.12 3.36-.13 6.73.08 10.09-.07.12-.39.26-.77.37-1.16 1.08-4.94 2.33-9.83 3.39-14.75zm5.97-.2c.36.05.72.12 1.08.2.98 3.85 1.73 7.76 2.71 11.61.36 1.42.56 2.88 1.03 4.27 2.53.18 5.07-.01 7.61.05 5.16.12 10.33.12 15.49.07.76-.01 1.52.03 2.28.08-.04.36-.07.72-.1 1.08-1.82.83-3.78 1.25-5.67 1.89-3.73 1.23-7.48 2.39-11.22 3.57-.57.17-1.12.42-1.67.64-.15.55-.18 1.12-.12 1.69.87.48 1.82.81 2.77 1.09 4.88 1.52 9.73 3.14 14.63 4.6.38.13.78.27 1.13.49.4.27.23.79.15 1.18-1.66.13-3.31.03-4.97.04-5.17.01-10.33-.01-15.5.01-1.61.03-3.22-.02-4.82.21-.52 1.67-.72 3.42-1.17 5.11-.94 3.57-1.52 7.24-2.54 10.78-.36.01-.71.02-1.06.06-.29-1.73-.15-3.48-.15-5.22v-38.13c.02-1.78-.08-3.58.11-5.37zM65.05 168.33c1.12-2.15 2.08-4.4 3.37-6.46-1.82 7.56-2.91 15.27-3.62 23-.8 7.71-.85 15.49-.54 23.23 1.05 19.94 5.54 39.83 14.23 57.88 2.99 5.99 6.35 11.83 10.5 17.11 6.12 7.47 12.53 14.76 19.84 21.09 4.8 4.1 9.99 7.78 15.54 10.8 3.27 1.65 6.51 3.39 9.94 4.68 5.01 2.03 10.19 3.61 15.42 4.94 3.83.96 7.78 1.41 11.52 2.71 5 1.57 9.47 4.61 13.03 8.43 4.93 5.23 8.09 11.87 10.2 18.67.99 2.9 1.59 5.91 2.17 8.92.15.75.22 1.52.16 2.29-6.5 2.78-13.26 5.06-20.26 6.18-4.11.78-8.29.99-12.46 1.08-10.25.24-20.47-1.76-30.12-5.12-3.74-1.42-7.49-2.85-11.03-4.72-8.06-3.84-15.64-8.7-22.46-14.46-2.92-2.55-5.83-5.13-8.4-8.03-9.16-9.83-16.3-21.41-21.79-33.65-2.39-5.55-4.61-11.18-6.37-16.96-1.17-3.94-2.36-7.89-3.26-11.91-.75-2.94-1.22-5.95-1.87-8.92-.46-2.14-.69-4.32-1.03-6.48-.85-5.43-1.28-10.93-1.33-16.43.11-6.18.25-12.37 1.07-18.5.4-2.86.67-5.74 1.15-8.6.98-5.7 2.14-11.37 3.71-16.93 3.09-11.65 7.48-22.95 12.69-33.84zm363.73-6.44c1.1 1.66 1.91 3.48 2.78 5.26 2.1 4.45 4.24 8.9 6.02 13.49 7.61 18.76 12.3 38.79 13.04 59.05.02 1.76.07 3.52.11 5.29.13 9.57-1.27 19.09-3.18 28.45-.73 3.59-1.54 7.17-2.58 10.69-4.04 14.72-10 29-18.41 41.78-8.21 12.57-19.01 23.55-31.84 31.41-5.73 3.59-11.79 6.64-18.05 9.19-5.78 2.19-11.71 4.03-17.8 5.11-6.4 1.05-12.91 1.52-19.4 1.23-7.92-.48-15.78-2.07-23.21-4.85-1.94-.8-3.94-1.46-5.84-2.33-.21-1.51.25-2.99.53-4.46 1.16-5.74 3.03-11.36 5.7-16.58 2.37-4.51 5.52-8.65 9.46-11.9 2.43-2.05 5.24-3.61 8.16-4.83 3.58-1.5 7.47-1.97 11.24-2.83 7.23-1.71 14.37-3.93 21.15-7 10.35-4.65 19.71-11.38 27.65-19.46 1.59-1.61 3.23-3.18 4.74-4.87 3.37-3.76 6.71-7.57 9.85-11.53 7.48-10.07 12.82-21.59 16.71-33.48 1.58-5.3 3.21-10.6 4.21-16.05.63-2.87 1.04-5.78 1.52-8.68.87-6.09 1.59-12.22 1.68-18.38.12-6.65.14-13.32-.53-19.94-.73-7.99-1.87-15.96-3.71-23.78z"],odysee:[512,512,[],"e5c6","M406.7 463c-42.3 30.8-94.4 49-150.7 49C144.9 512 50.3 441.2 14.9 342.2c2.4 1.7 5.9 3.6 7.9 4.4c16.3 7.4 40.1-5.4 62.9-28.7c6.9-6.9 14.4-12.4 22.8-17.3c18.3-11.9 37.6-20.8 58.4-27.2c0 0 22.3 34.2 43.1 74.8s-22.3 54-27.2 54c-.3 0-.8 0-1.5-.1c-11-.5-70-3-56 51.1c14.9 57.4 97.5 36.6 139.6 8.9s31.7-118.3 31.7-118.3c41.1-6.4 54 37.1 57.9 59.4c.8 4.6 1.1 9.9 1.4 15.5c1.1 21.2 2.3 45.6 35.3 46.4c5.3 0 10.6-.8 15.5-2zm-95.3-23.7c-2-.5-3.5-2.5-3-5c1-2.5 3-3.5 5-3s3.5 3 3 5s-2.5 3.5-5 3zm-207-95.6c1.5-.5 3.5 1 4 3c0 2-1 4-3 4c-1.5 .5-3.5-1-4-3c-.5-1.5 1-3.5 3-4zM451.8 421C489.3 376.4 512 318.8 512 256c0-67.5-26.1-128.9-68.8-174.7c-.1 23.5-6.1 48.2-16.8 69.2c-11.9 20.3-49 58.9-69.8 78.7c-.7 .3-1.1 .9-1.5 1.4c-.2 .2-.3 .4-.5 .6c-5 6.9-4 16.8 3 21.8c21.3 15.8 56.4 45.6 59.4 72.8c3.5 34.9 27.9 75.6 34.2 86.2l0 0c.8 1.3 1.3 2.1 1.4 2.4c0 2.2-.4 4.3-.8 6.5zM390.7 251c-.5 3 1 5.9 4 6.4s5.9-1 6.4-4s-1-5.9-4-6.4c-3-1-5.9 1-6.4 4zm61.4-60.9l-11.4 5.4-3 12.9-5.4-11.4-12.9-3 11.4-5.4 3-12.9 5.4 11.4 12.9 3zM395.5 41.3c-16.2 8.2-22.1 32.8-29 61.4l0 0c-.3 1.4-.7 2.8-1 4.2c-9.5 38.5-30.6 37.6-41.7 37.2c-1.1 0-2-.1-2.9-.1c-5.1 0-6-4-8.9-17.1c-2.6-12.1-6.9-32-17.9-63.6C271.4-2.5 211.4 13.9 165.9 41.1C110.6 74.2 131.5 143 146.1 190.5c.7 2.2 1.4 4.4 2 6.6c-4 4-13.8 7.5-26 11.9c-12.1 4.3-26.6 9.5-40.3 16.9C47.9 243.9 11.5 274.9 2 288.5C.7 277.8 0 267 0 256C0 114.6 114.6 0 256 0c51.4 0 99.4 15.2 139.5 41.3zM58.9 189.6c-1.5-2-4.5-3-6.4-1.5s-3 4.5-1.5 6.4s4.5 3 6.4 1.5c2.5-1.5 3-4.5 1.5-6.4zM327.3 64.9c2-1.5 5-.5 6.4 1.5c1.5 2.5 1 5.4-1.5 6.4c-2 1.5-5 .5-6.4-1.5s-.5-5 1.5-6.4zM95.1 105c-.5 1.5 .5 3 2 3c1.5 .5 3-.5 3-2c.5-1.5-.5-3-2-3s-3 .5-3 2zm84.7-.5c-3.5-43.1 37.1-54 37.1-54c44.1-15.4 56 5.9 66.4 37.6s3 42.6-38.6 58.9s-61.9-4.5-64.9-42.6zm89.6 14.9h1c2.5 0 5-2 5-5c2-6.9 1-14.4-2-20.8c-1.5-2-4-3.5-6.4-2.5c-3 1-4.5 4-3.5 6.9c2 4.5 3 9.9 1.5 14.9c-.5 3 1.5 5.9 4.5 6.4zm-9.9-41.6c-2 0-4-1-5-3s-2-3.5-3-5c-2-2-2-5.4 0-7.4s5.4-2 7.4 0c2 2.5 3.5 5 5 7.4s.5 5.9-2.5 7.4c-.6 0-1 .2-1.3 .3c-.2 .1-.4 .2-.6 .2z"],"square-whatsapp":[448,512,["whatsapp-square"],"f40c","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"],"node-js":[448,512,[],"f3d3","M224 508c-6.7 0-13.5-1.8-19.4-5.2l-61.7-36.5c-9.2-5.2-4.7-7-1.7-8 12.3-4.3 14.8-5.2 27.9-12.7 1.4-.8 3.2-.5 4.6.4l47.4 28.1c1.7 1 4.1 1 5.7 0l184.7-106.6c1.7-1 2.8-3 2.8-5V149.3c0-2.1-1.1-4-2.9-5.1L226.8 37.7c-1.7-1-4-1-5.7 0L36.6 144.3c-1.8 1-2.9 3-2.9 5.1v213.1c0 2 1.1 4 2.9 4.9l50.6 29.2c27.5 13.7 44.3-2.4 44.3-18.7V167.5c0-3 2.4-5.3 5.4-5.3h23.4c2.9 0 5.4 2.3 5.4 5.3V378c0 36.6-20 57.6-54.7 57.6-10.7 0-19.1 0-42.5-11.6l-48.4-27.9C8.1 389.2.7 376.3.7 362.4V149.3c0-13.8 7.4-26.8 19.4-33.7L204.6 9c11.7-6.6 27.2-6.6 38.8 0l184.7 106.7c12 6.9 19.4 19.8 19.4 33.7v213.1c0 13.8-7.4 26.7-19.4 33.7L243.4 502.8c-5.9 3.4-12.6 5.2-19.4 5.2zm149.1-210.1c0-39.9-27-50.5-83.7-58-57.4-7.6-63.2-11.5-63.2-24.9 0-11.1 4.9-25.9 47.4-25.9 37.9 0 51.9 8.2 57.7 33.8.5 2.4 2.7 4.2 5.2 4.2h24c1.5 0 2.9-.6 3.9-1.7s1.5-2.6 1.4-4.1c-3.7-44.1-33-64.6-92.2-64.6-52.7 0-84.1 22.2-84.1 59.5 0 40.4 31.3 51.6 81.8 56.6 60.5 5.9 65.2 14.8 65.2 26.7 0 20.6-16.6 29.4-55.5 29.4-48.9 0-59.6-12.3-63.2-36.6-.4-2.6-2.6-4.5-5.3-4.5h-23.9c-3 0-5.3 2.4-5.3 5.3 0 31.1 16.9 68.2 97.8 68.2 58.4-.1 92-23.2 92-63.4z"],"edge-legacy":[512,512,[],"e078","M25.71,228.16l.35-.48c0,.16,0,.32-.07.48Zm460.58,15.51c0-44-7.76-84.46-28.81-122.4C416.5,47.88,343.91,8,258.89,8,119,7.72,40.62,113.21,26.06,227.68c42.42-61.31,117.07-121.38,220.37-125,0,0,109.67,0,99.42,105H170c6.37-37.39,18.55-59,34.34-78.93-75.05,34.9-121.85,96.1-120.75,188.32.83,71.45,50.13,144.84,120.75,172,83.35,31.84,192.77,7.2,240.13-21.33V363.31C363.6,419.8,173.6,424.23,172.21,295.74H486.29V243.67Z"],slack:[448,512,[62447,"slack-hash"],"f198","M94.12 315.1c0 25.9-21.16 47.06-47.06 47.06S0 341 0 315.1c0-25.9 21.16-47.06 47.06-47.06h47.06v47.06zm23.72 0c0-25.9 21.16-47.06 47.06-47.06s47.06 21.16 47.06 47.06v117.84c0 25.9-21.16 47.06-47.06 47.06s-47.06-21.16-47.06-47.06V315.1zm47.06-188.98c-25.9 0-47.06-21.16-47.06-47.06S139 32 164.9 32s47.06 21.16 47.06 47.06v47.06H164.9zm0 23.72c25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06H47.06C21.16 243.96 0 222.8 0 196.9s21.16-47.06 47.06-47.06H164.9zm188.98 47.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06h-47.06V196.9zm-23.72 0c0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06V79.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06V196.9zM283.1 385.88c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06v-47.06h47.06zm0-23.72c-25.9 0-47.06-21.16-47.06-47.06 0-25.9 21.16-47.06 47.06-47.06h117.84c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06H283.1z"],medrt:[544,512,[],"f3c8","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"],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"],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"],vaadin:[448,512,[],"f408","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"],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"],reacteurope:[576,512,[],"f75d","M250.6 211.74l5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3-7.1-.1-2.3-6.8-2.3 6.8-7.2.1 5.7 4.3zm63.7 0l5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3-7.2-.1-2.3-6.8-2.3 6.8-7.2.1 5.7 4.3zm-91.3 50.5h-3.4c-4.8 0-3.8 4-3.8 12.1 0 4.7-2.3 6.1-5.8 6.1s-5.8-1.4-5.8-6.1v-36.6c0-4.7 2.3-6.1 5.8-6.1s5.8 1.4 5.8 6.1c0 7.2-.7 10.5 3.8 10.5h3.4c4.7-.1 3.8-3.9 3.8-12.3 0-9.9-6.7-14.1-16.8-14.1h-.2c-10.1 0-16.8 4.2-16.8 14.1V276c0 10.4 6.7 14.1 16.8 14.1h.2c10.1 0 16.8-3.8 16.8-14.1 0-9.86 1.1-13.76-3.8-13.76zm-80.7 17.4h-14.7v-19.3H139c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8h-11.4v-18.3H142c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8h-21.7c-2.4-.1-3.7 1.3-3.7 3.8v59.1c0 2.5 1.3 3.8 3.8 3.8h21.9c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8zm-42-18.5c4.6-2 7.3-6 7.3-12.4v-11.9c0-10.1-6.7-14.1-16.8-14.1H77.4c-2.5 0-3.8 1.3-3.8 3.8v59.1c0 2.5 1.3 3.8 3.8 3.8h3.4c2.5 0 3.8-1.3 3.8-3.8v-22.9h5.6l7.4 23.5a4.1 4.1 0 0 0 4.3 3.2h3.3c2.8 0 4-1.8 3.2-4.4zm-3.8-14c0 4.8-2.5 6.1-6.1 6.1h-5.8v-20.9h5.8c3.6 0 6.1 1.3 6.1 6.1zM176 226a3.82 3.82 0 0 0-4.2-3.4h-6.9a3.68 3.68 0 0 0-4 3.4l-11 59.2c-.5 2.7.9 4.1 3.4 4.1h3a3.74 3.74 0 0 0 4.1-3.5l1.8-11.3h12.2l1.8 11.3a3.74 3.74 0 0 0 4.1 3.5h3.5c2.6 0 3.9-1.4 3.4-4.1zm-12.3 39.3l4.7-29.7 4.7 29.7zm89.3 20.2v-53.2h7.5c2.5 0 3.8-1.3 3.8-3.8v-2.1c0-2.5-1.3-3.8-3.8-3.8h-25.8c-2.5 0-3.8 1.3-3.8 3.8v2.1c0 2.5 1.3 3.8 3.8 3.8h7.3v53.2c0 2.5 1.3 3.8 3.8 3.8h3.4c2.5.04 3.8-1.3 3.8-3.76zm248-.8h-19.4V258h16.1a1.89 1.89 0 0 0 2-2v-.8a1.89 1.89 0 0 0-2-2h-16.1v-25.8h19.1a1.89 1.89 0 0 0 2-2v-.8a1.77 1.77 0 0 0-2-1.9h-22.2a1.62 1.62 0 0 0-2 1.8v63a1.81 1.81 0 0 0 2 1.9H501a1.81 1.81 0 0 0 2-1.9v-.8a1.84 1.84 0 0 0-2-1.96zm-93.1-62.9h-.8c-10.1 0-15.3 4.7-15.3 14.1V276c0 9.3 5.2 14.1 15.3 14.1h.8c10.1 0 15.3-4.8 15.3-14.1v-40.1c0-9.36-5.2-14.06-15.3-14.06zm10.2 52.4c-.1 8-3 11.1-10.5 11.1s-10.5-3.1-10.5-11.1v-36.6c0-7.9 3-11.1 10.5-11.1s10.5 3.2 10.5 11.1zm-46.5-14.5c6.1-1.6 9.2-6.1 9.2-13.3v-9.7c0-9.4-5.2-14.1-15.3-14.1h-13.7a1.81 1.81 0 0 0-2 1.9v63a1.81 1.81 0 0 0 2 1.9h1.2a1.74 1.74 0 0 0 1.9-1.9v-26.9h11.6l10.4 27.2a2.32 2.32 0 0 0 2.3 1.5h1.5c1.4 0 2-1 1.5-2.3zm-6.4-3.9H355v-28.5h10.2c7.5 0 10.5 3.1 10.5 11.1v6.4c0 7.84-3 11.04-10.5 11.04zm85.9-33.1h-13.7a1.62 1.62 0 0 0-2 1.8v63a1.81 1.81 0 0 0 2 1.9h1.2a1.74 1.74 0 0 0 1.9-1.9v-26.1h10.6c10.1 0 15.3-4.8 15.3-14.1v-10.5c0-9.4-5.2-14.1-15.3-14.1zm10.2 22.8c0 7.9-3 11.1-10.5 11.1h-10.2v-29.2h10.2c7.5-.1 10.5 3.1 10.5 11zM259.5 308l-2.3-6.8-2.3 6.8-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3zm227.6-136.1a364.42 364.42 0 0 0-35.6-11.3c19.6-78 11.6-134.7-22.3-153.9C394.7-12.66 343.3 11 291 61.94q5.1 4.95 10.2 10.2c82.5-80 119.6-53.5 120.9-52.8 22.4 12.7 36 55.8 15.5 137.8a587.83 587.83 0 0 0-84.6-13C281.1 43.64 212.4 2 170.8 2 140 2 127 23 123.2 29.74c-18.1 32-13.3 84.2.1 133.8-70.5 20.3-120.7 54.1-120.3 95 .5 59.6 103.2 87.8 122.1 92.8-20.5 81.9-10.1 135.6 22.3 153.9 28 15.8 75.1 6 138.2-55.2q-5.1-4.95-10.2-10.2c-82.5 80-119.7 53.5-120.9 52.8-22.3-12.6-36-55.6-15.5-137.9 12.4 2.9 41.8 9.5 84.6 13 71.9 100.4 140.6 142 182.1 142 30.8 0 43.8-21 47.6-27.7 18-31.9 13.3-84.1-.1-133.8 152.3-43.8 156.2-130.2 33.9-176.3zM135.9 36.84c2.9-5.1 11.9-20.3 34.9-20.3 36.8 0 98.8 39.6 163.3 126.2a714 714 0 0 0-93.9.9 547.76 547.76 0 0 1 42.2-52.4Q277.3 86 272.2 81a598.25 598.25 0 0 0-50.7 64.2 569.69 569.69 0 0 0-84.4 14.6c-.2-1.4-24.3-82.2-1.2-123zm304.8 438.3c-2.9 5.1-11.8 20.3-34.9 20.3-36.7 0-98.7-39.4-163.3-126.2a695.38 695.38 0 0 0 93.9-.9 547.76 547.76 0 0 1-42.2 52.4q5.1 5.25 10.2 10.2a588.47 588.47 0 0 0 50.7-64.2c47.3-4.7 80.3-13.5 84.4-14.6 22.7 84.4 4.5 117 1.2 123zm9.1-138.6c-3.6-11.9-7.7-24.1-12.4-36.4a12.67 12.67 0 0 1-10.7-5.7l-.1.1a19.61 19.61 0 0 1-5.4 3.6c5.7 14.3 10.6 28.4 14.7 42.2a535.3 535.3 0 0 1-72 13c3.5-5.3 17.2-26.2 32.2-54.2a24.6 24.6 0 0 1-6-3.2c-1.1 1.2-3.6 4.2-10.9 4.2-6.2 11.2-17.4 30.9-33.9 55.2a711.91 711.91 0 0 1-112.4 1c-7.9-11.2-21.5-31.1-36.8-57.8a21 21 0 0 1-3-1.5c-1.9 1.6-3.9 3.2-12.6 3.2 6.3 11.2 17.5 30.7 33.8 54.6a548.81 548.81 0 0 1-72.2-11.7q5.85-21 14.1-42.9c-3.2 0-5.4.2-8.4-1a17.58 17.58 0 0 1-6.9 1c-4.9 13.4-9.1 26.5-12.7 39.4C-31.7 297-12.1 216 126.7 175.64c3.6 11.9 7.7 24.1 12.4 36.4 10.4 0 12.9 3.4 14.4 5.3a12 12 0 0 1 2.3-2.2c-5.8-14.7-10.9-29.2-15.2-43.3 7-1.8 32.4-8.4 72-13-15.9 24.3-26.7 43.9-32.8 55.3a14.22 14.22 0 0 1 6.4 8 23.42 23.42 0 0 1 10.2-8.4c6.5-11.7 17.9-31.9 34.8-56.9a711.72 711.72 0 0 1 112.4-1c31.5 44.6 28.9 48.1 42.5 64.5a21.42 21.42 0 0 1 10.4-7.4c-6.4-11.4-17.6-31-34.3-55.5 40.4 4.1 65 10 72.2 11.7-4 14.4-8.9 29.2-14.6 44.2a20.74 20.74 0 0 1 6.8 4.3l.1.1a12.72 12.72 0 0 1 8.9-5.6c4.9-13.4 9.2-26.6 12.8-39.5a359.71 359.71 0 0 1 34.5 11c106.1 39.9 74 87.9 72.6 90.4-19.8 35.1-80.1 55.2-105.7 62.5zm-114.4-114h-1.2a1.74 1.74 0 0 0-1.9 1.9v49.8c0 7.9-2.6 11.1-10.1 11.1s-10.1-3.1-10.1-11.1v-49.8a1.69 1.69 0 0 0-1.9-1.9H309a1.81 1.81 0 0 0-2 1.9v51.5c0 9.6 5 14.1 15.1 14.1h.4c10.1 0 15.1-4.6 15.1-14.1v-51.5a2 2 0 0 0-2.2-1.9zM321.7 308l-2.3-6.8-2.3 6.8-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3zm-31.1 7.4l-2.3-6.8-2.3 6.8-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3zm5.1-30.8h-19.4v-26.7h16.1a1.89 1.89 0 0 0 2-2v-.8a1.89 1.89 0 0 0-2-2h-16.1v-25.8h19.1a1.89 1.89 0 0 0 2-2v-.8a1.77 1.77 0 0 0-2-1.9h-22.2a1.81 1.81 0 0 0-2 1.9v63a1.81 1.81 0 0 0 2 1.9h22.5a1.77 1.77 0 0 0 2-1.9v-.8a1.83 1.83 0 0 0-2-2.06zm-7.4-99.4L286 192l-7.1.1 5.7 4.3-2.1 6.8 5.8-4.1 5.8 4.1-2.1-6.8 5.7-4.3-7.1-.1z"],medium:[640,512,[62407,"medium-m"],"f23a","M180.5,74.262C80.813,74.262,0,155.633,0,256S80.819,437.738,180.5,437.738,361,356.373,361,256,280.191,74.262,180.5,74.262Zm288.25,10.646c-49.845,0-90.245,76.619-90.245,171.095s40.406,171.1,90.251,171.1,90.251-76.619,90.251-171.1H559C559,161.5,518.6,84.908,468.752,84.908Zm139.506,17.821c-17.526,0-31.735,68.628-31.735,153.274s14.2,153.274,31.735,153.274S640,340.631,640,256C640,171.351,625.785,102.729,608.258,102.729Z"],amilia:[448,512,[],"f36d","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-136zm50.2 348c-21.4 13.2-48.7 24.4-79.1 24.4-52.8 0-58.9-33.5-59-44.7 0-12.2-3-42.7 18.3-52.9 24.3-13.2 75.1-29.4 119.8-33.5z"],mixcloud:[640,512,[],"f289","M212.98 346.566H179.789V195.114L185.973 173.47H175.262L137.127 346.566H76.1069L37.7323 173.47H27.276L33.1913 195.114V346.566H0V165H65.6506L102.248 338.096H110.747L147.329 165H212.98L212.98 346.566ZM544.459 283.589L458.434 345.655V307.534L531.329 255.776L458.434 204.017V165.896L544.459 228.231H553.721L640 165.896V204.017L566.866 255.776L640 307.549V345.655L553.721 283.589H544.459ZM430.157 272.311H248.113V239.255H430.157V272.311Z"],flipboard:[448,512,[],"f44d","M0 32v448h448V32H0zm358.4 179.2h-89.6v89.6h-89.6v89.6H89.6V121.6h268.8v89.6z"],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"],"critical-role":[448,512,[],"f6c9","M225.82 0c.26.15 216.57 124.51 217.12 124.72 3 1.18 3.7 3.46 3.7 6.56q-.11 125.17 0 250.36a5.88 5.88 0 0 1-3.38 5.78c-21.37 12-207.86 118.29-218.93 124.58h-3C142 466.34 3.08 386.56 2.93 386.48a3.29 3.29 0 0 1-1.88-3.24c0-.87 0-225.94-.05-253.1a5 5 0 0 1 2.93-4.93C27.19 112.11 213.2 6 224.07 0zM215.4 20.42l-.22-.16Q118.06 75.55 21 130.87c0 .12.08.23.13.35l30.86 11.64c-7.71 6-8.32 6-10.65 5.13-.1 0-24.17-9.28-26.8-10v230.43c.88-1.41 64.07-110.91 64.13-111 1.62-2.82 3-1.92 9.12-1.52 1.4.09 1.48.22.78 1.42-41.19 71.33-36.4 63-67.48 116.94-.81 1.4-.61 1.13 1.25 1.13h186.5c1.44 0 1.69-.23 1.7-1.64v-8.88c0-1.34 2.36-.81-18.37-1-7.46-.07-14.14-3.22-21.38-12.7-7.38-9.66-14.62-19.43-21.85-29.21-2.28-3.08-3.45-2.38-16.76-2.38-1.75 0-1.78 0-1.76 1.82.29 26.21.15 25.27 1 32.66.52 4.37 2.16 4.2 9.69 4.81 3.14.26 3.88 4.08.52 4.92-1.57.39-31.6.51-33.67-.1a2.42 2.42 0 0 1 .3-4.73c3.29-.76 6.16.81 6.66-4.44 1.3-13.66 1.17-9 1.1-79.42 0-10.82-.35-12.58-5.36-13.55-1.22-.24-3.54-.16-4.69-.55-2.88-1-2-4.84 1.77-4.85 33.67 0 46.08-1.07 56.06 4.86 7.74 4.61 12 11.48 12.51 20.4.88 14.59-6.51 22.35-15 32.59a1.46 1.46 0 0 0 0 2.22c2.6 3.25 5 6.63 7.71 9.83 27.56 33.23 24.11 30.54 41.28 33.06.89.13 1-.42 1-1.15v-11c0-1 .32-1.43 1.41-1.26a72.37 72.37 0 0 0 23.58-.3c1.08-.15 1.5.2 1.48 1.33 0 .11.88 26.69.87 26.8-.05 1.52.67 1.62 1.89 1.62h186.71Q386.51 304.6 346 234.33c2.26-.66-.4 0 6.69-1.39 2-.39 2.05-.41 3.11 1.44 7.31 12.64 77.31 134 77.37 134.06V138c-1.72.5-103.3 38.72-105.76 39.68-1.08.42-1.55.2-1.91-.88-.63-1.9-1.34-3.76-2.09-5.62-.32-.79-.09-1.13.65-1.39.1 0 95.53-35.85 103-38.77-65.42-37.57-130.56-75-196-112.6l86.82 150.39-.28.33c-9.57-.9-10.46-1.6-11.8-3.94-1-1.69-73.5-127.71-82-142.16-9.1 14.67-83.56 146.21-85.37 146.32-2.93.17-5.88.08-9.25.08q43.25-74.74 86.18-149zm51.93 129.92a37.68 37.68 0 0 0 5.54-.85c1.69-.3 2.53.2 2.6 1.92 0 .11.07 19.06-.86 20.45s-1.88 1.22-2.6-.19c-5-9.69 6.22-9.66-39.12-12-.7 0-1 .23-1 .93 0 .13 3.72 122 3.73 122.11 0 .89.52 1.2 1.21 1.51a83.92 83.92 0 0 1 8.7 4.05c7.31 4.33 11.38 10.84 12.41 19.31 1.44 11.8-2.77 35.77-32.21 37.14-2.75.13-28.26 1.08-34.14-23.25-4.66-19.26 8.26-32.7 19.89-36.4a2.45 2.45 0 0 0 2-2.66c.1-5.63 3-107.1 3.71-121.35.05-1.08-.62-1.16-1.35-1.15-32.35.52-36.75-.34-40.22 8.52-2.42 6.18-4.14 1.32-3.95.23q1.59-9 3.31-18c.4-2.11 1.43-2.61 3.43-1.86 5.59 2.11 6.72 1.7 37.25 1.92 1.73 0 1.78-.08 1.82-1.85.68-27.49.58-22.59 1-29.55a2.69 2.69 0 0 0-1.63-2.8c-5.6-2.91-8.75-7.55-8.9-13.87-.35-14.81 17.72-21.67 27.38-11.51 6.84 7.19 5.8 18.91-2.45 24.15a4.35 4.35 0 0 0-2.22 4.34c0 .59-.11-4.31 1 30.05 0 .9.43 1.12 1.24 1.11.1 0 23-.09 34.47-.37zM68.27 141.7c19.84-4.51 32.68-.56 52.49 1.69 2.76.31 3.74 1.22 3.62 4-.21 5-1.16 22.33-1.24 23.15a2.65 2.65 0 0 1-1.63 2.34c-4.06 1.7-3.61-4.45-4-7.29-3.13-22.43-73.87-32.7-74.63 25.4-.31 23.92 17 53.63 54.08 50.88 27.24-2 19-20.19 24.84-20.47a2.72 2.72 0 0 1 3 3.36c-1.83 10.85-3.42 18.95-3.45 19.15-1.54 9.17-86.7 22.09-93.35-42.06-2.71-25.85 10.44-53.37 40.27-60.15zm80 87.67h-19.49a2.57 2.57 0 0 1-2.66-1.79c2.38-3.75 5.89.92 5.86-6.14-.08-25.75.21-38 .23-40.1 0-3.42-.53-4.65-3.32-4.94-7-.72-3.11-3.37-1.11-3.38 11.84-.1 22.62-.18 30.05.72 8.77 1.07 16.71 12.63 7.93 22.62-2 2.25-4 4.42-6.14 6.73.95 1.15 6.9 8.82 17.28 19.68 2.66 2.78 6.15 3.51 9.88 3.13a2.21 2.21 0 0 0 2.23-2.12c.3-3.42.26 4.73.45-40.58 0-5.65-.34-6.58-3.23-6.83-3.95-.35-4-2.26-.69-3.37l19.09-.09c.32 0 4.49.53 1 3.38 0 .05-.16 0-.24 0-3.61.26-3.94 1-4 4.62-.27 43.93.07 40.23.41 42.82.11.84.27 2.23 5.1 2.14 2.49 0 3.86 3.37 0 3.4-10.37.08-20.74 0-31.11.07-10.67 0-13.47-6.2-24.21-20.82-1.6-2.18-8.31-2.36-8.2-.37.88 16.47 0 17.78 4 17.67 4.75-.1 4.73 3.57.83 3.55zm275-10.15c-1.21 7.13.17 10.38-5.3 10.34-61.55-.42-47.82-.22-50.72-.31a18.4 18.4 0 0 1-3.63-.73c-2.53-.6 1.48-1.23-.38-5.6-1.43-3.37-2.78-6.78-4.11-10.19a1.94 1.94 0 0 0-2-1.44 138 138 0 0 0-14.58.07 2.23 2.23 0 0 0-1.62 1.06c-1.58 3.62-3.07 7.29-4.51 11-1.27 3.23 7.86 1.32 12.19 2.16 3 .57 4.53 3.72.66 3.73H322.9c-2.92 0-3.09-3.15-.74-3.21a6.3 6.3 0 0 0 5.92-3.47c1.5-3 2.8-6 4.11-9.09 18.18-42.14 17.06-40.17 18.42-41.61a1.83 1.83 0 0 1 3 0c2.93 3.34 18.4 44.71 23.62 51.92 2 2.7 5.74 2 6.36 2 3.61.13 4-1.11 4.13-4.29.09-1.87.08 1.17.07-41.24 0-4.46-2.36-3.74-5.55-4.27-.26 0-2.56-.63-.08-3.06.21-.2-.89-.24 21.7-.15 2.32 0 5.32 2.75-1.21 3.45a2.56 2.56 0 0 0-2.66 2.83c-.07 1.63-.19 38.89.29 41.21a3.06 3.06 0 0 0 3.23 2.43c13.25.43 14.92.44 16-3.41 1.67-5.78 4.13-2.52 3.73-.19zm-104.72 64.37c-4.24 0-4.42-3.39-.61-3.41 35.91-.16 28.11.38 37.19-.65 1.68-.19 2.38.24 2.25 1.89-.26 3.39-.64 6.78-1 10.16-.25 2.16-3.2 2.61-3.4-.15-.38-5.31-2.15-4.45-15.63-5.08-1.58-.07-1.64 0-1.64 1.52V304c0 1.65 0 1.6 1.62 1.47 3.12-.25 10.31.34 15.69-1.52.47-.16 3.3-1.79 3.07 1.76 0 .21-.76 10.35-1.18 11.39-.53 1.29-1.88 1.51-2.58.32-1.17-2 0-5.08-3.71-5.3-15.42-.9-12.91-2.55-12.91 6 0 12.25-.76 16.11 3.89 16.24 16.64.48 14.4 0 16.43-5.71.84-2.37 3.5-1.77 3.18.58-.44 3.21-.85 6.43-1.23 9.64 0 .36-.16 2.4-4.66 2.39-37.16-.08-34.54-.19-35.21-.31-2.72-.51-2.2-3 .22-3.45 1.1-.19 4 .54 4.16-2.56 2.44-56.22-.07-51.34-3.91-51.33zm-.41-109.52c2.46.61 3.13 1.76 2.95 4.65-.33 5.3-.34 9-.55 9.69-.66 2.23-3.15 2.12-3.34-.27-.38-4.81-3.05-7.82-7.57-9.15-26.28-7.73-32.81 15.46-27.17 30.22 5.88 15.41 22 15.92 28.86 13.78 5.92-1.85 5.88-6.5 6.91-7.58 1.23-1.3 2.25-1.84 3.12 1.1 0 .1.57 11.89-6 12.75-1.6.21-19.38 3.69-32.68-3.39-21-11.19-16.74-35.47-6.88-45.33 14-14.06 39.91-7.06 42.32-6.47zM289.8 280.14c3.28 0 3.66 3 .16 3.43-2.61.32-5-.42-5 5.46 0 2-.19 29.05.4 41.45.11 2.29 1.15 3.52 3.44 3.65 22 1.21 14.95-1.65 18.79-6.34 1.83-2.24 2.76.84 2.76 1.08.35 13.62-4 12.39-5.19 12.4l-38.16-.19c-1.93-.23-2.06-3-.42-3.38 2-.48 4.94.4 5.13-2.8 1-15.87.57-44.65.34-47.81-.27-3.77-2.8-3.27-5.68-3.71-2.47-.38-2-3.22.34-3.22 1.45-.02 17.97-.03 23.09-.02zm-31.63-57.79c.07 4.08 2.86 3.46 6 3.58 2.61.1 2.53 3.41-.07 3.43-6.48 0-13.7 0-21.61-.06-3.84 0-3.38-3.35 0-3.37 4.49 0 3.24 1.61 3.41-45.54 0-5.08-3.27-3.54-4.72-4.23-2.58-1.23-1.36-3.09.41-3.15 1.29 0 20.19-.41 21.17.21s1.87 1.65-.42 2.86c-1 .52-3.86-.28-4.15 2.47 0 .21-.82 1.63-.07 43.8zm-36.91 274.27a2.93 2.93 0 0 0 3.26 0c17-9.79 182-103.57 197.42-112.51-.14-.43 11.26-.18-181.52-.27-1.22 0-1.57.37-1.53 1.56 0 .1 1.25 44.51 1.22 50.38a28.33 28.33 0 0 1-1.36 7.71c-.55 1.83.38-.5-13.5 32.23-.73 1.72-1 2.21-2-.08-4.19-10.34-8.28-20.72-12.57-31a23.6 23.6 0 0 1-2-10.79c.16-2.46.8-16.12 1.51-48 0-1.95 0-2-2-2h-183c2.58 1.63 178.32 102.57 196 112.76zm-90.9-188.75c0 2.4.36 2.79 2.76 3 11.54 1.17 21 3.74 25.64-7.32 6-14.46 2.66-34.41-12.48-38.84-2-.59-16-2.76-15.94 1.51.05 8.04.01 11.61.02 41.65zm105.75-15.05c0 2.13 1.07 38.68 1.09 39.13.34 9.94-25.58 5.77-25.23-2.59.08-2 1.37-37.42 1.1-39.43-14.1 7.44-14.42 40.21 6.44 48.8a17.9 17.9 0 0 0 22.39-7.07c4.91-7.76 6.84-29.47-5.43-39a2.53 2.53 0 0 1-.36.12zm-12.28-198c-9.83 0-9.73 14.75-.07 14.87s10.1-14.88.07-14.91zm-80.15 103.83c0 1.8.41 2.4 2.17 2.58 13.62 1.39 12.51-11 12.16-13.36-1.69-11.22-14.38-10.2-14.35-7.81.05 4.5-.03 13.68.02 18.59zm212.32 6.4l-6.1-15.84c-2.16 5.48-4.16 10.57-6.23 15.84z"],sitrox:[448,512,[],"e44a","M212.439 0.00846128V0H448V128H64C64 57.6008 141.755 0.475338 212.439 0.00846128ZM237.256 192V192.007C307.135 192.475 384 249.6 384 320H210.809V319.995C140.915 319.563 64 262.424 64 192H237.256ZM235.565 511.993C306.251 511.521 384 454.399 384 384H0V512H235.565V511.993Z"],discourse:[448,512,[],"f393","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"],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"],mastodon:[448,512,[],"f4f6","M433 179.11c0-97.2-63.71-125.7-63.71-125.7-62.52-28.7-228.56-28.4-290.48 0 0 0-63.72 28.5-63.72 125.7 0 115.7-6.6 259.4 105.63 289.1 40.51 10.7 75.32 13 103.33 11.4 50.81-2.8 79.32-18.1 79.32-18.1l-1.7-36.9s-36.31 11.4-77.12 10.1c-40.41-1.4-83-4.4-89.63-54a102.54 102.54 0 0 1-.9-13.9c85.63 20.9 158.65 9.1 178.75 6.7 56.12-6.7 105-41.3 111.23-72.9 9.8-49.8 9-121.5 9-121.5zm-75.12 125.2h-46.63v-114.2c0-49.7-64-51.6-64 6.9v62.5h-46.33V197c0-58.5-64-56.6-64-6.9v114.2H90.19c0-122.1-5.2-147.9 18.41-175 25.9-28.9 79.82-30.8 103.83 6.1l11.6 19.5 11.6-19.5c24.11-37.1 78.12-34.8 103.83-6.1 23.71 27.3 18.4 53 18.4 175z"],airbnb:[448,512,[],"f834","M224 373.12c-25.24-31.67-40.08-59.43-45-83.18-22.55-88 112.61-88 90.06 0-5.45 24.25-20.29 52-45 83.18zm138.15 73.23c-42.06 18.31-83.67-10.88-119.3-50.47 103.9-130.07 46.11-200-18.85-200-54.92 0-85.16 46.51-73.28 100.5 6.93 29.19 25.23 62.39 54.43 99.5-32.53 36.05-60.55 52.69-85.15 54.92-50 7.43-89.11-41.06-71.3-91.09 15.1-39.16 111.72-231.18 115.87-241.56 15.75-30.07 25.56-57.4 59.38-57.4 32.34 0 43.4 25.94 60.37 59.87 36 70.62 89.35 177.48 114.84 239.09 13.17 33.07-1.37 71.29-37.01 86.64zm47-136.12C280.27 35.93 273.13 32 224 32c-45.52 0-64.87 31.67-84.66 72.79C33.18 317.1 22.89 347.19 22 349.81-3.22 419.14 48.74 480 111.63 480c21.71 0 60.61-6.06 112.37-62.4 58.68 63.78 101.26 62.4 112.37 62.4 62.89.05 114.85-60.86 89.61-130.19.02-3.89-16.82-38.9-16.82-39.58z"],"wolf-pack-battalion":[512,512,[],"f514","M267.73 471.53l10.56 15.84 5.28-12.32 5.28 7V512c21.06-7.92 21.11-66.86 25.51-97.21 4.62-31.89-.88-92.81 81.37-149.11-8.88-23.61-12-49.43-2.64-80.05C421 189 447 196.21 456.43 239.73l-30.35 8.36c11.15 23 17 46.76 13.2 72.14L412 313.18l-6.16 33.43-18.47-7-8.8 33.39-19.35-7 26.39 21.11 8.8-28.15L419 364.2l7-35.63 26.39 14.52c.25-20 7-58.06-8.8-84.45l26.39 5.28c4-22.07-2.38-39.21-7.92-56.74l22.43 9.68c-.44-25.07-29.94-56.79-61.58-58.5-20.22-1.09-56.74-25.17-54.1-51.9 2-19.87 17.45-42.62 43.11-49.7-44 36.51-9.68 67.3 5.28 73.46 4.4-11.44 17.54-69.08 0-130.2-40.39 22.87-89.65 65.1-93.2 147.79l-58 38.71-3.52 93.25L369.78 220l7 7-17.59 3.52-44 38.71-15.84-5.28-28.1 49.25-3.52 119.64 21.11 15.84-32.55 15.84-32.55-15.84 21.11-15.84-3.52-119.64-28.15-49.26-15.84 5.28-44-38.71-17.58-3.51 7-7 107.33 59.82-3.52-93.25-58.06-38.71C185 65.1 135.77 22.87 95.3 0c-17.54 61.12-4.4 118.76 0 130.2 15-6.16 49.26-36.95 5.28-73.46 25.66 7.08 41.15 29.83 43.11 49.7 2.63 26.74-33.88 50.81-54.1 51.9-31.65 1.72-61.15 33.44-61.59 58.51l22.43-9.68c-5.54 17.53-11.91 34.67-7.92 56.74l26.39-5.28c-15.76 26.39-9.05 64.43-8.8 84.45l26.39-14.52 7 35.63 24.63-5.28 8.8 28.15L153.35 366 134 373l-8.8-33.43-18.47 7-6.16-33.43-27.27 7c-3.82-25.38 2-49.1 13.2-72.14l-30.35-8.36c9.4-43.52 35.47-50.77 63.34-54.1 9.36 30.62 6.24 56.45-2.64 80.05 82.25 56.3 76.75 117.23 81.37 149.11 4.4 30.35 4.45 89.29 25.51 97.21v-29.83l5.28-7 5.28 12.32 10.56-15.84 11.44 21.11 11.43-21.1zm79.17-95L331.06 366c7.47-4.36 13.76-8.42 19.35-12.32-.6 7.22-.27 13.84-3.51 22.84zm28.15-49.26c-.4 10.94-.9 21.66-1.76 31.67-7.85-1.86-15.57-3.8-21.11-7 8.24-7.94 15.55-16.32 22.87-24.68zm24.63 5.28c0-13.43-2.05-24.21-5.28-33.43a235 235 0 0 1-18.47 27.27zm3.52-80.94c19.44 12.81 27.8 33.66 29.91 56.3-12.32-4.53-24.63-9.31-36.95-10.56 5.06-12 6.65-28.14 7-45.74zm-1.76-45.74c.81 14.3 1.84 28.82 1.76 42.23 19.22-8.11 29.78-9.72 44-14.08-10.61-18.96-27.2-25.53-45.76-28.16zM165.68 376.52L181.52 366c-7.47-4.36-13.76-8.42-19.35-12.32.6 7.26.27 13.88 3.51 22.88zm-28.15-49.26c.4 10.94.9 21.66 1.76 31.67 7.85-1.86 15.57-3.8 21.11-7-8.24-7.93-15.55-16.31-22.87-24.67zm-24.64 5.28c0-13.43 2-24.21 5.28-33.43a235 235 0 0 0 18.47 27.27zm-3.52-80.94c-19.44 12.81-27.8 33.66-29.91 56.3 12.32-4.53 24.63-9.31 37-10.56-5-12-6.65-28.14-7-45.74zm1.76-45.74c-.81 14.3-1.84 28.82-1.76 42.23-19.22-8.11-29.78-9.72-44-14.08 10.63-18.95 27.23-25.52 45.76-28.15z"],"buy-n-large":[576,512,[],"f8a6","M288 32C133.27 32 7.79 132.32 7.79 256S133.27 480 288 480s280.21-100.32 280.21-224S442.73 32 288 32zm-85.39 357.19L64.1 390.55l77.25-290.74h133.44c63.15 0 84.93 28.65 78 72.84a60.24 60.24 0 0 1-1.5 6.85 77.39 77.39 0 0 0-17.21-1.93c-42.35 0-76.69 33.88-76.69 75.65 0 37.14 27.14 68 62.93 74.45-18.24 37.16-56.16 60.92-117.71 61.52zM358 207.11h32l-22.16 90.31h-35.41l-11.19-35.63-7.83 35.63h-37.83l26.63-90.31h31.34l15 36.75zm145.86 182.08H306.79L322.63 328a78.8 78.8 0 0 0 11.47.83c42.34 0 76.69-33.87 76.69-75.65 0-32.65-21-60.46-50.38-71.06l21.33-82.35h92.5l-53.05 205.36h103.87zM211.7 269.39H187l-13.8 56.47h24.7c16.14 0 32.11-3.18 37.94-26.65 5.56-22.31-7.99-29.82-24.14-29.82zM233 170h-21.34L200 217.71h21.37c18 0 35.38-14.64 39.21-30.14C265.23 168.71 251.07 170 233 170z"],gulp:[256,512,[],"f3ae","M209.8 391.1l-14.1 24.6-4.6 80.2c0 8.9-28.3 16.1-63.1 16.1s-63.1-7.2-63.1-16.1l-5.8-79.4-14.9-25.4c41.2 17.3 126 16.7 165.6 0zm-196-253.3l13.6 125.5c5.9-20 20.8-47 40-55.2 6.3-2.7 12.7-2.7 18.7.9 5.2 3 9.6 9.3 10.1 11.8 1.2 6.5-2 9.1-4.5 9.1-3 0-5.3-4.6-6.8-7.3-4.1-7.3-10.3-7.6-16.9-2.8-6.9 5-12.9 13.4-17.1 20.7-5.1 8.8-9.4 18.5-12 28.2-1.5 5.6-2.9 14.6-.6 19.9 1 2.2 2.5 3.6 4.9 3.6 5 0 12.3-6.6 15.8-10.1 4.5-4.5 10.3-11.5 12.5-16l5.2-15.5c2.6-6.8 9.9-5.6 9.9 0 0 10.2-3.7 13.6-10 34.7-5.8 19.5-7.6 25.8-7.6 25.8-.7 2.8-3.4 7.5-6.3 7.5-1.2 0-2.1-.4-2.6-1.2-1-1.4-.9-5.3-.8-6.3.2-3.2 6.3-22.2 7.3-25.2-2 2.2-4.1 4.4-6.4 6.6-5.4 5.1-14.1 11.8-21.5 11.8-3.4 0-5.6-.9-7.7-2.4l7.6 79.6c2 5 39.2 17.1 88.2 17.1 49.1 0 86.3-12.2 88.2-17.1l10.9-94.6c-5.7 5.2-12.3 11.6-19.6 14.8-5.4 2.3-17.4 3.8-17.4-5.7 0-5.2 9.1-14.8 14.4-21.5 1.4-1.7 4.7-5.9 4.7-8.1 0-2.9-6-2.2-11.7 2.5-3.2 2.7-6.2 6.3-8.7 9.7-4.3 6-6.6 11.2-8.5 15.5-6.2 14.2-4.1 8.6-9.1 22-5 13.3-4.2 11.8-5.2 14-.9 1.9-2.2 3.5-4 4.5-1.9 1-4.5.9-6.1-.3-.9-.6-1.3-1.9-1.3-3.7 0-.9.1-1.8.3-2.7 1.5-6.1 7.8-18.1 15-34.3 1.6-3.7 1-2.6.8-2.3-6.2 6-10.9 8.9-14.4 10.5-5.8 2.6-13 2.6-14.5-4.1-.1-.4-.1-.8-.2-1.2-11.8 9.2-24.3 11.7-20-8.1-4.6 8.2-12.6 14.9-22.4 14.9-4.1 0-7.1-1.4-8.6-5.1-2.3-5.5 1.3-14.9 4.6-23.8 1.7-4.5 4-9.9 7.1-16.2 1.6-3.4 4.2-5.4 7.6-4.5.6.2 1.1.4 1.6.7 2.6 1.8 1.6 4.5.3 7.2-3.8 7.5-7.1 13-9.3 20.8-.9 3.3-2 9 1.5 9 2.4 0 4.7-.8 6.9-2.4 4.6-3.4 8.3-8.5 11.1-13.5 2-3.6 4.4-8.3 5.6-12.3.5-1.7 1.1-3.3 1.8-4.8 1.1-2.5 2.6-5.1 5.2-5.1 1.3 0 2.4.5 3.2 1.5 1.7 2.2 1.3 4.5.4 6.9-2 5.6-4.7 10.6-6.9 16.7-1.3 3.5-2.7 8-2.7 11.7 0 3.4 3.7 2.6 6.8 1.2 2.4-1.1 4.8-2.8 6.8-4.5 1.2-4.9.9-3.8 26.4-68.2 1.3-3.3 3.7-4.7 6.1-4.7 1.2 0 2.2.4 3.2 1.1 1.7 1.3 1.7 4.1 1 6.2-.7 1.9-.6 1.3-4.5 10.5-5.2 12.1-8.6 20.8-13.2 31.9-1.9 4.6-7.7 18.9-8.7 22.3-.6 2.2-1.3 5.8 1 5.8 5.4 0 19.3-13.1 23.1-17 .2-.3.5-.4.9-.6.6-1.9 1.2-3.7 1.7-5.5 1.4-3.8 2.7-8.2 5.3-11.3.8-1 1.7-1.6 2.7-1.6 2.8 0 4.2 1.2 4.2 4 0 1.1-.7 5.1-1.1 6.2 1.4-1.5 2.9-3 4.5-4.5 15-13.9 25.7-6.8 25.7.2 0 7.4-8.9 17.7-13.8 23.4-1.6 1.9-4.9 5.4-5 6.4 0 1.3.9 1.8 2.2 1.8 2 0 6.4-3.5 8-4.7 5-3.9 11.8-9.9 16.6-14.1l14.8-136.8c-30.5 17.1-197.6 17.2-228.3.2zm229.7-8.5c0 21-231.2 21-231.2 0 0-8.8 51.8-15.9 115.6-15.9 9 0 17.8.1 26.3.4l12.6-48.7L228.1.6c1.4-1.4 5.8-.2 9.9 3.5s6.6 7.9 5.3 9.3l-.1.1L185.9 74l-10 40.7c39.9 2.6 67.6 8.1 67.6 14.6zm-69.4 4.6c0-.8-.9-1.5-2.5-2.1l-.2.8c0 1.3-5 2.4-11.1 2.4s-11.1-1.1-11.1-2.4c0-.1 0-.2.1-.3l.2-.7c-1.8.6-3 1.4-3 2.3 0 2.1 6.2 3.7 13.7 3.7 7.7.1 13.9-1.6 13.9-3.7z"],"creative-commons-sampling-plus":[496,512,[],"f4f1","M247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3zm107 205.6c-4.7 0-9 2.8-10.7 7.2l-4 9.5-11-92.8c-1.7-13.9-22-13.4-23.1.4l-4.3 51.4-5.2-68.8c-1.1-14.3-22.1-14.2-23.2 0l-3.5 44.9-5.9-94.3c-.9-14.5-22.3-14.4-23.2 0l-5.1 83.7-4.3-66.3c-.9-14.4-22.2-14.4-23.2 0l-5.3 80.2-4.1-57c-1.1-14.3-22-14.3-23.2-.2l-7.7 89.8-1.8-12.2c-1.7-11.4-17.1-13.6-22-3.3l-13.2 27.7H87.5v23.2h51.3c4.4 0 8.4-2.5 10.4-6.4l10.7 73.1c2 13.5 21.9 13 23.1-.7l3.8-43.6 5.7 78.3c1.1 14.4 22.3 14.2 23.2-.1l4.6-70.4 4.8 73.3c.9 14.4 22.3 14.4 23.2-.1l4.9-80.5 4.5 71.8c.9 14.3 22.1 14.5 23.2.2l4.6-58.6 4.9 64.4c1.1 14.3 22 14.2 23.1.1l6.8-83 2.7 22.3c1.4 11.8 17.7 14.1 22.3 3.1l18-43.4h50.5V258l-58.4.3zm-78 5.2h-21.9v21.9c0 4.1-3.3 7.5-7.5 7.5-4.1 0-7.5-3.3-7.5-7.5v-21.9h-21.9c-4.1 0-7.5-3.3-7.5-7.5 0-4.1 3.4-7.5 7.5-7.5h21.9v-21.9c0-4.1 3.4-7.5 7.5-7.5s7.5 3.3 7.5 7.5v21.9h21.9c4.1 0 7.5 3.3 7.5 7.5 0 4.1-3.4 7.5-7.5 7.5z"],strava:[384,512,[],"f428","M158.4 0L7 292h89.2l62.2-116.1L220.1 292h88.5zm150.2 292l-43.9 88.2-44.6-88.2h-67.6l112.2 220 111.5-220z"],ember:[640,512,[],"f423","M639.9 254.6c-1.1-10.7-10.7-6.8-10.7-6.8s-15.6 12.1-29.3 10.7c-13.7-1.3-9.4-32-9.4-32s3-28.1-5.1-30.4c-8.1-2.4-18 7.3-18 7.3s-12.4 13.7-18.3 31.2l-1.6.5s1.9-30.6-.3-37.6c-1.6-3.5-16.4-3.2-18.8 3s-14.2 49.2-15 67.2c0 0-23.1 19.6-43.3 22.8s-25-9.4-25-9.4 54.8-15.3 52.9-59.1-44.2-27.6-49-24c-4.6 3.5-29.4 18.4-36.6 59.7-.2 1.4-.7 7.5-.7 7.5s-21.2 14.2-33 18c0 0 33-55.6-7.3-80.9-11.4-6.8-21.3-.5-27.2 5.3 13.6-17.3 46.4-64.2 36.9-105.2-5.8-24.4-18-27.1-29.2-23.1-17 6.7-23.5 16.7-23.5 16.7s-22 32-27.1 79.5-12.6 105.1-12.6 105.1-10.5 10.2-20.2 10.7-5.4-28.7-5.4-28.7 7.5-44.6 7-52.1-1.1-11.6-9.9-14.2c-8.9-2.7-18.5 8.6-18.5 8.6s-25.5 38.7-27.7 44.6l-1.3 2.4-1.3-1.6s18-52.7.8-53.5-28.5 18.8-28.5 18.8-19.6 32.8-20.4 36.5l-1.3-1.6s8.1-38.2 6.4-47.6c-1.6-9.4-10.5-7.5-10.5-7.5s-11.3-1.3-14.2 5.9-13.7 55.3-15 70.7c0 0-28.2 20.2-46.8 20.4-18.5.3-16.7-11.8-16.7-11.8s68-23.3 49.4-69.2c-8.3-11.8-18-15.5-31.7-15.3-13.7.3-30.3 8.6-41.3 33.3-5.3 11.8-6.8 23-7.8 31.5 0 0-12.3 2.4-18.8-2.9s-10 0-10 0-11.2 14-.1 18.3 28.1 6.1 28.1 6.1c1.6 7.5 6.2 19.5 19.6 29.7 20.2 15.3 58.8-1.3 58.8-1.3l15.9-8.8s.5 14.6 12.1 16.7 16.4 1 36.5-47.9c11.8-25 12.6-23.6 12.6-23.6l1.3-.3s-9.1 46.8-5.6 59.7C187.7 319.4 203 318 203 318s8.3 2.4 15-21.2 19.6-49.9 19.6-49.9h1.6s-5.6 48.1 3 63.7 30.9 5.3 30.9 5.3 15.6-7.8 18-10.2c0 0 18.5 15.8 44.6 12.9 58.3-11.5 79.1-25.9 79.1-25.9s10 24.4 41.1 26.7c35.5 2.7 54.8-18.6 54.8-18.6s-.3 13.5 12.1 18.6 20.7-22.8 20.7-22.8l20.7-57.2h1.9s1.1 37.3 21.5 43.2 47-13.7 47-13.7 6.4-3.5 5.3-14.3zm-578 5.3c.8-32 21.8-45.9 29-39 7.3 7 4.6 22-9.1 31.4-13.7 9.5-19.9 7.6-19.9 7.6zm272.8-123.8s19.1-49.7 23.6-25.5-40 96.2-40 96.2c.5-16.2 16.4-70.7 16.4-70.7zm22.8 138.4c-12.6 33-43.3 19.6-43.3 19.6s-3.5-11.8 6.4-44.9 33.3-20.2 33.3-20.2 16.2 12.4 3.6 45.5zm84.6-14.6s-3-10.5 8.1-30.6c11-20.2 19.6-9.1 19.6-9.1s9.4 10.2-1.3 25.5-26.4 14.2-26.4 14.2z"],"canadian-maple-leaf":[512,512,[],"f785","M383.8 351.7c2.5-2.5 105.2-92.4 105.2-92.4l-17.5-7.5c-10-4.9-7.4-11.5-5-17.4 2.4-7.6 20.1-67.3 20.1-67.3s-47.7 10-57.7 12.5c-7.5 2.4-10-2.5-12.5-7.5s-15-32.4-15-32.4-52.6 59.9-55.1 62.3c-10 7.5-20.1 0-17.6-10 0-10 27.6-129.6 27.6-129.6s-30.1 17.4-40.1 22.4c-7.5 5-12.6 5-17.6-5C293.5 72.3 255.9 0 255.9 0s-37.5 72.3-42.5 79.8c-5 10-10 10-17.6 5-10-5-40.1-22.4-40.1-22.4S183.3 182 183.3 192c2.5 10-7.5 17.5-17.6 10-2.5-2.5-55.1-62.3-55.1-62.3S98.1 167 95.6 172s-5 9.9-12.5 7.5C73 177 25.4 167 25.4 167s17.6 59.7 20.1 67.3c2.4 6 5 12.5-5 17.4L23 259.3s102.6 89.9 105.2 92.4c5.1 5 10 7.5 5.1 22.5-5.1 15-10.1 35.1-10.1 35.1s95.2-20.1 105.3-22.6c8.7-.9 18.3 2.5 18.3 12.5S241 512 241 512h30s-5.8-102.7-5.8-112.8 9.5-13.4 18.4-12.5c10 2.5 105.2 22.6 105.2 22.6s-5-20.1-10-35.1 0-17.5 5-22.5z"],teamspeak:[576,512,[],"f4f9","M152.8 37.2c-32.2 38.1-56.1 82.6-69.9 130.5c0 .2-.1 .3-.1 .5C43.5 184.4 16 223 16 268c0 59.6 48.4 108 108 108s108-48.4 108-108c0-53.5-38.9-97.9-90-106.5c15.7-41.8 40.4-79.6 72.3-110.7c1.8-1.6 4-2.6 6.3-3.1c37.2-11.5 76.7-13.3 114.8-5.2C454.7 67.6 534 180.7 517.1 301.3c-8.4 62.6-38.6 112.7-87.7 151.4c-50.1 39.7-107.5 54.3-170.2 52.2l-24-1c12.4 2.8 25 4.9 37.6 6.3c40.7 4.2 81.4 2.1 120.1-12.5c94-35.5 149.3-102.3 162.9-202.5c4.8-52.6-5.8-105.4-30.8-152C454.6 11.3 290.8-38.4 159 32c-2.4 1.4-4.5 3.1-6.3 5.2zM309.4 433.9c-2.1 11.5-4.2 21.9-14.6 31.3c53.2-1 123.2-29.2 161.8-97.1c39.7-69.9 37.6-139.9-6.3-207.8C413.8 105 360.5 77.9 293.7 73.7c1.5 2.3 3.2 4.4 5.2 6.3l5.2 6.3c25.1 31.3 37.6 67.9 42.8 107.5c2.1 15.7-1 30.3-13.6 41.8c-4.2 3.1-5.2 6.3-4.2 10.4l7.3 17.7L365.7 318c5.2 11.5 4.2 19.8-6.3 28.2c-3.2 2.5-6.7 4.6-10.4 6.3l-18.8 8.4 3.1 13.6c3.1 6.3 1 12.5-3.1 17.7c-2.5 2.4-3.8 5.9-3.1 9.4c2.1 11.5-2.1 19.8-12.5 25.1c-2.1 1-4.2 5.2-5.2 7.3zm-133.6-3.1c16.7 11.5 34.5 20.9 53.2 26.1c24 5.2 41.8-6.3 44.9-30.3c1-8.4 5.2-14.6 12.5-17.7c7.3-4.2 8.4-7.3 2.1-13.6l-9.4-8.4 13.6-4.2c6.3-2.1 7.3-5.2 5.2-11.5c-1.4-3-2.4-6.2-3.1-9.4c-3.1-14.6-2.1-15.7 11.5-18.8c8.4-3.1 15.7-6.3 21.9-12.5c3.1-2.1 3.1-4.2 1-8.4l-16.7-30.3c-1-1.9-2.1-3.8-3.1-5.7c-6.4-11.7-13-23.6-15.7-37.1c-2.1-9.4-1-17.7 8.4-24c5.2-4.2 8.4-9.4 8.4-16.7c-.4-10.1-1.5-20.3-3.1-30.3c-6.3-37.6-23-68.9-51.2-95c-5.2-4.2-9.4-6.3-16.7-4.2L203.9 91.5c2 1.2 4 2.4 6 3.6l0 0c6.3 3.7 12.2 7.3 17 12.1c30.3 26.1 41.8 61.6 45.9 100.2c1 8.4 0 16.7-7.3 21.9c-8.4 5.2-10.4 12.5-7.3 20.9c4.9 13.2 10.4 26 16.7 38.6L291.6 318c-6.3 8.4-13.6 11.5-21.9 14.6c-12.5 3.1-14.6 7.3-10.4 20.9c.6 1.5 1.4 2.8 2.1 4.2c2.1 5.2 1 8.4-4.2 10.4l-12.5 3.1 5.2 4.2 4.2 4.2c4.2 5.2 4.2 8.4-2.1 10.4c-7.3 4.2-11.5 9.4-11.5 17.7c0 12.5-7.3 19.8-18.8 24c-3.8 1-7.6 1.5-11.5 1l-34.5-2.1z"],pushed:[432,512,[],"f3e1","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"],"wordpress-simple":[512,512,[],"f411","M256 8C119.3 8 8 119.2 8 256c0 136.7 111.3 248 248 248s248-111.3 248-248C504 119.2 392.7 8 256 8zM33 256c0-32.3 6.9-63 19.3-90.7l106.4 291.4C84.3 420.5 33 344.2 33 256zm223 223c-21.9 0-43-3.2-63-9.1l66.9-194.4 68.5 187.8c.5 1.1 1 2.1 1.6 3.1-23.1 8.1-48 12.6-74 12.6zm30.7-327.5c13.4-.7 25.5-2.1 25.5-2.1 12-1.4 10.6-19.1-1.4-18.4 0 0-36.1 2.8-59.4 2.8-21.9 0-58.7-2.8-58.7-2.8-12-.7-13.4 17.7-1.4 18.4 0 0 11.4 1.4 23.4 2.1l34.7 95.2L200.6 393l-81.2-241.5c13.4-.7 25.5-2.1 25.5-2.1 12-1.4 10.6-19.1-1.4-18.4 0 0-36.1 2.8-59.4 2.8-4.2 0-9.1-.1-14.4-.3C109.6 73 178.1 33 256 33c58 0 110.9 22.2 150.6 58.5-1-.1-1.9-.2-2.9-.2-21.9 0-37.4 19.1-37.4 39.6 0 18.4 10.6 33.9 21.9 52.3 8.5 14.8 18.4 33.9 18.4 61.5 0 19.1-7.3 41.2-17 72.1l-22.2 74.3-80.7-239.6zm81.4 297.2l68.1-196.9c12.7-31.8 17-57.2 17-79.9 0-8.2-.5-15.8-1.5-22.9 17.4 31.8 27.3 68.2 27.3 107 0 82.3-44.6 154.1-110.9 192.7z"],nutritionix:[400,512,[],"f3d6","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"],wodu:[640,512,[],"e088","M178.414 339.706H141.1L112.166 223.475h-.478L83.228 339.706H45.2L0 168.946H37.548L64.574 285.177h.478L94.707 168.946h35.157l29.178 117.667h.479L187.5 168.946h36.831zM271.4 212.713c38.984 0 64.1 25.828 64.1 65.291 0 39.222-25.111 65.05-64.1 65.05-38.743 0-63.855-25.828-63.855-65.05C207.547 238.541 232.659 212.713 271.4 212.713zm0 104.753c23.2 0 30.133-19.852 30.133-39.462 0-19.852-6.934-39.7-30.133-39.7-27.7 0-29.894 19.85-29.894 39.7C241.508 297.614 248.443 317.466 271.4 317.466zM435.084 323.922h-.478c-7.893 13.392-21.765 19.132-37.548 19.132-37.31 0-55.485-32.045-55.485-66.246 0-33.243 18.415-64.095 54.767-64.095 14.589 0 28.938 6.218 36.831 18.416h.24V168.946h33.96v170.76H435.084zM405.428 238.3c-22.24 0-29.894 19.134-29.894 39.463 0 19.371 8.848 39.7 29.894 39.7 22.482 0 29.178-19.613 29.178-39.94C434.606 257.436 427.432 238.3 405.428 238.3zM592.96 339.706H560.673V322.487h-.718c-8.609 13.87-23.436 20.567-37.786 20.567-36.113 0-45.2-20.328-45.2-50.941V216.061h33.959V285.9c0 20.329 5.979 30.372 21.765 30.372 18.415 0 26.306-10.283 26.306-35.393V216.061H592.96zM602.453 302.876H640v36.83H602.453z"],"google-pay":[640,512,[],"e079","M105.72,215v41.25h57.1a49.66,49.66,0,0,1-21.14,32.6c-9.54,6.55-21.72,10.28-36,10.28-27.6,0-50.93-18.91-59.3-44.22a65.61,65.61,0,0,1,0-41l0,0c8.37-25.46,31.7-44.37,59.3-44.37a56.43,56.43,0,0,1,40.51,16.08L176.47,155a101.24,101.24,0,0,0-70.75-27.84,105.55,105.55,0,0,0-94.38,59.11,107.64,107.64,0,0,0,0,96.18v.15a105.41,105.41,0,0,0,94.38,59c28.47,0,52.55-9.53,70-25.91,20-18.61,31.41-46.15,31.41-78.91A133.76,133.76,0,0,0,205.38,215Zm389.41-4c-10.13-9.38-23.93-14.14-41.39-14.14-22.46,0-39.34,8.34-50.5,24.86l20.85,13.26q11.45-17,31.26-17a34.05,34.05,0,0,1,22.75,8.79A28.14,28.14,0,0,1,487.79,248v5.51c-9.1-5.07-20.55-7.75-34.64-7.75-16.44,0-29.65,3.88-39.49,11.77s-14.82,18.31-14.82,31.56a39.74,39.74,0,0,0,13.94,31.27c9.25,8.34,21,12.51,34.79,12.51,16.29,0,29.21-7.3,39-21.89h1v17.72h22.61V250C510.25,233.45,505.26,220.34,495.13,211ZM475.9,300.3a37.32,37.32,0,0,1-26.57,11.16A28.61,28.61,0,0,1,431,305.21a19.41,19.41,0,0,1-7.77-15.63c0-7,3.22-12.81,9.54-17.42s14.53-7,24.07-7C470,265,480.3,268,487.64,273.94,487.64,284.07,483.68,292.85,475.9,300.3Zm-93.65-142A55.71,55.71,0,0,0,341.74,142H279.07V328.74H302.7V253.1h39c16,0,29.5-5.36,40.51-15.93.88-.89,1.76-1.79,2.65-2.68A54.45,54.45,0,0,0,382.25,158.26Zm-16.58,62.23a30.65,30.65,0,0,1-23.34,9.68H302.7V165h39.63a32,32,0,0,1,22.6,9.23A33.18,33.18,0,0,1,365.67,220.49ZM614.31,201,577.77,292.7h-.45L539.9,201H514.21L566,320.55l-29.35,64.32H561L640,201Z"],intercom:[448,512,[],"f7af","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-56zm-108.3 82.1c0-19.8 29.9-19.8 29.9 0v199.5c0 19.8-29.9 19.8-29.9 0V114.1zm-74.6-7.5c0-19.8 29.9-19.8 29.9 0v216.5c0 19.8-29.9 19.8-29.9 0V106.6zm-74.7 7.5c0-19.8 29.9-19.8 29.9 0v199.5c0 19.8-29.9 19.8-29.9 0V114.1zM59.7 144c0-19.8 29.9-19.8 29.9 0v134.3c0 19.8-29.9 19.8-29.9 0V144zm323.4 227.8c-72.8 63-241.7 65.4-318.1 0-15-12.8 4.4-35.5 19.4-22.7 65.9 55.3 216.1 53.9 279.3 0 14.9-12.9 34.3 9.8 19.4 22.7zm5.2-93.5c0 19.8-29.9 19.8-29.9 0V144c0-19.8 29.9-19.8 29.9 0v134.3z"],zhihu:[640,512,[],"f63f","M170.54 148.13v217.54l23.43.01 7.71 26.37 42.01-26.37h49.53V148.13H170.54zm97.75 193.93h-27.94l-27.9 17.51-5.08-17.47-11.9-.04V171.75h72.82v170.31zm-118.46-94.39H97.5c1.74-27.1 2.2-51.59 2.2-73.46h51.16s1.97-22.56-8.58-22.31h-88.5c3.49-13.12 7.87-26.66 13.12-40.67 0 0-24.07 0-32.27 21.57-3.39 8.9-13.21 43.14-30.7 78.12 5.89-.64 25.37-1.18 36.84-22.21 2.11-5.89 2.51-6.66 5.14-14.53h28.87c0 10.5-1.2 66.88-1.68 73.44H20.83c-11.74 0-15.56 23.62-15.56 23.62h65.58C66.45 321.1 42.83 363.12 0 396.34c20.49 5.85 40.91-.93 51-9.9 0 0 22.98-20.9 35.59-69.25l53.96 64.94s7.91-26.89-1.24-39.99c-7.58-8.92-28.06-33.06-36.79-41.81L87.9 311.95c4.36-13.98 6.99-27.55 7.87-40.67h61.65s-.09-23.62-7.59-23.62v.01zm412.02-1.6c20.83-25.64 44.98-58.57 44.98-58.57s-18.65-14.8-27.38-4.06c-6 8.15-36.83 48.2-36.83 48.2l19.23 14.43zm-150.09-59.09c-9.01-8.25-25.91 2.13-25.91 2.13s39.52 55.04 41.12 57.45l19.46-13.73s-25.67-37.61-34.66-45.86h-.01zM640 258.35c-19.78 0-130.91.93-131.06.93v-101c4.81 0 12.42-.4 22.85-1.2 40.88-2.41 70.13-4 87.77-4.81 0 0 12.22-27.19-.59-33.44-3.07-1.18-23.17 4.58-23.17 4.58s-165.22 16.49-232.36 18.05c1.6 8.82 7.62 17.08 15.78 19.55 13.31 3.48 22.69 1.7 49.15.89 24.83-1.6 43.68-2.43 56.51-2.43v99.81H351.41s2.82 22.31 25.51 22.85h107.94v70.92c0 13.97-11.19 21.99-24.48 21.12-14.08.11-26.08-1.15-41.69-1.81 1.99 3.97 6.33 14.39 19.31 21.84 9.88 4.81 16.17 6.57 26.02 6.57 29.56 0 45.67-17.28 44.89-45.31v-73.32h122.36c9.68 0 8.7-23.78 8.7-23.78l.03-.01z"],korvue:[446,512,[],"f42f","M386.5 34h-327C26.8 34 0 60.8 0 93.5v327.1C0 453.2 26.8 480 59.5 480h327.1c33 0 59.5-26.8 59.5-59.5v-327C446 60.8 419.2 34 386.5 34zM87.1 120.8h96v116l61.8-116h110.9l-81.2 132H87.1v-132zm161.8 272.1l-65.7-113.6v113.6h-96V262.1h191.5l88.6 130.8H248.9z"],pix:[512,512,[],"e43a","M242.4 292.5C247.8 287.1 257.1 287.1 262.5 292.5L339.5 369.5C353.7 383.7 372.6 391.5 392.6 391.5H407.7L310.6 488.6C280.3 518.1 231.1 518.1 200.8 488.6L103.3 391.2H112.6C132.6 391.2 151.5 383.4 165.7 369.2L242.4 292.5zM262.5 218.9C256.1 224.4 247.9 224.5 242.4 218.9L165.7 142.2C151.5 127.1 132.6 120.2 112.6 120.2H103.3L200.7 22.76C231.1-7.586 280.3-7.586 310.6 22.76L407.8 119.9H392.6C372.6 119.9 353.7 127.7 339.5 141.9L262.5 218.9zM112.6 142.7C126.4 142.7 139.1 148.3 149.7 158.1L226.4 234.8C233.6 241.1 243 245.6 252.5 245.6C261.9 245.6 271.3 241.1 278.5 234.8L355.5 157.8C365.3 148.1 378.8 142.5 392.6 142.5H430.3L488.6 200.8C518.9 231.1 518.9 280.3 488.6 310.6L430.3 368.9H392.6C378.8 368.9 365.3 363.3 355.5 353.5L278.5 276.5C264.6 262.6 240.3 262.6 226.4 276.6L149.7 353.2C139.1 363 126.4 368.6 112.6 368.6H80.78L22.76 310.6C-7.586 280.3-7.586 231.1 22.76 200.8L80.78 142.7H112.6z"],"steam-symbol":[448,512,[],"f3f6","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"]};d1(function(){A1("fab",k1),A1("fa-brands",k1)})})();(function(){var c={},e={};try{typeof window<"u"&&(c=window),typeof document<"u"&&(e=document)}catch{}var t=c.navigator||{},s=t.userAgent,l=s===void 0?"":s,a=c,n=e;a.document,n.documentElement&&n.head&&typeof n.addEventListener=="function"&&n.createElement,~l.indexOf("MSIE")||~l.indexOf("Trident/");function i(x,Y){var j=Object.keys(x);if(Object.getOwnPropertySymbols){var G=Object.getOwnPropertySymbols(x);Y&&(G=G.filter(function(p1){return Object.getOwnPropertyDescriptor(x,p1).enumerable})),j.push.apply(j,G)}return j}function r(x){for(var Y=1;Yx.length)&&(Y=x.length);for(var j=0,G=new Array(Y);j1?Y-1:0),G=1;G2&&arguments[2]!==void 0?arguments[2]:{},G=j.skipHooks,p1=G===void 0?!1:G,B=M1(Y);typeof i1.hooks.addPack=="function"&&!p1?i1.hooks.addPack(x,M1(Y)):i1.styles[x]=r(r({},i1.styles[x]||{}),B),x==="fas"&&A1("fa",Y)}var k1={"trash-can":[448,512,[61460,"trash-alt"],"f2ed","M170.5 51.6L151.5 80h145l-19-28.4c-1.5-2.2-4-3.6-6.7-3.6H177.1c-2.7 0-5.2 1.3-6.7 3.6zm147-26.6L354.2 80H368h48 8c13.3 0 24 10.7 24 24s-10.7 24-24 24h-8V432c0 44.2-35.8 80-80 80H112c-44.2 0-80-35.8-80-80V128H24c-13.3 0-24-10.7-24-24S10.7 80 24 80h8H80 93.8l36.7-55.1C140.9 9.4 158.4 0 177.1 0h93.7c18.7 0 36.2 9.4 46.6 24.9zM80 128V432c0 17.7 14.3 32 32 32H336c17.7 0 32-14.3 32-32V128H80zm80 64V400c0 8.8-7.2 16-16 16s-16-7.2-16-16V192c0-8.8 7.2-16 16-16s16 7.2 16 16zm80 0V400c0 8.8-7.2 16-16 16s-16-7.2-16-16V192c0-8.8 7.2-16 16-16s16 7.2 16 16zm80 0V400c0 8.8-7.2 16-16 16s-16-7.2-16-16V192c0-8.8 7.2-16 16-16s16 7.2 16 16z"],message:[512,512,["comment-alt"],"f27a","M160 368c26.5 0 48 21.5 48 48v16l72.5-54.4c8.3-6.2 18.4-9.6 28.8-9.6H448c8.8 0 16-7.2 16-16V64c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16V352c0 8.8 7.2 16 16 16h96zm48 124l-.2 .2-5.1 3.8-17.1 12.8c-4.8 3.6-11.3 4.2-16.8 1.5s-8.8-8.2-8.8-14.3V474.7v-6.4V468v-4V416H112 64c-35.3 0-64-28.7-64-64V64C0 28.7 28.7 0 64 0H448c35.3 0 64 28.7 64 64V352c0 35.3-28.7 64-64 64H309.3L208 492z"],"file-lines":[384,512,[128441,128462,61686,"file-alt","file-text"],"f15c","M64 464c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16H224v80c0 17.7 14.3 32 32 32h80V448c0 8.8-7.2 16-16 16H64zM64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0H64zm56 256c-13.3 0-24 10.7-24 24s10.7 24 24 24H264c13.3 0 24-10.7 24-24s-10.7-24-24-24H120zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24H264c13.3 0 24-10.7 24-24s-10.7-24-24-24H120z"],"calendar-days":[448,512,["calendar-alt"],"f073","M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H64C28.7 64 0 92.7 0 128v16 48V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V192 144 128c0-35.3-28.7-64-64-64H344V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H152V24zM48 192h80v56H48V192zm0 104h80v64H48V296zm128 0h96v64H176V296zm144 0h80v64H320V296zm80-48H320V192h80v56zm0 160v40c0 8.8-7.2 16-16 16H320V408h80zm-128 0v56H176V408h96zm-144 0v56H64c-8.8 0-16-7.2-16-16V408h80zM272 248H176V192h96v56z"],"hand-point-right":[512,512,[],"f0a4","M448 128l-177.6 0c1 5.2 1.6 10.5 1.6 16l0 16 32 0 144 0c8.8 0 16-7.2 16-16s-7.2-16-16-16zM224 144c0-17.7-14.3-32-32-32c0 0 0 0 0 0l-24 0c-66.3 0-120 53.7-120 120l0 48c0 52.5 33.7 97.1 80.7 113.4c-.5-3.1-.7-6.2-.7-9.4c0-20 9.2-37.9 23.6-49.7c-4.9-9-7.6-19.4-7.6-30.3c0-15.1 5.3-29 14-40c-8.8-11-14-24.9-14-40l0-40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40c0 8.8 7.2 16 16 16s16-7.2 16-16l0-40 0-40zM192 64s0 0 0 0c18 0 34.6 6 48 16l208 0c35.3 0 64 28.7 64 64s-28.7 64-64 64l-82 0c1.3 5.1 2 10.5 2 16c0 25.3-14.7 47.2-36 57.6c2.6 7 4 14.5 4 22.4c0 20-9.2 37.9-23.6 49.7c4.9 9 7.6 19.4 7.6 30.3c0 35.3-28.7 64-64 64l-64 0-24 0C75.2 448 0 372.8 0 280l0-48C0 139.2 75.2 64 168 64l24 0zm64 336c8.8 0 16-7.2 16-16s-7.2-16-16-16l-48 0-16 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l64 0zm16-176c0 5.5-.7 10.9-2 16l2 0 32 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-32 0 0 16zm-24 64l-40 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l48 0 16 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-24 0z"],"face-smile-beam":[512,512,[128522,"smile-beam"],"f5b8","M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm177.6 62.1C192.8 334.5 218.8 352 256 352s63.2-17.5 78.4-33.9c9-9.7 24.2-10.4 33.9-1.4s10.4 24.2 1.4 33.9c-22 23.8-60 49.4-113.6 49.4s-91.7-25.5-113.6-49.4c-9-9.7-8.4-24.9 1.4-33.9s24.9-8.4 33.9 1.4zm40-89.3l0 0 0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0zm160 0l0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0 0 0z"],"face-grin-stars":[512,512,[129321,"grin-stars"],"f587","M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM183.2 132.6c-1.3-2.8-4.1-4.6-7.2-4.6s-5.9 1.8-7.2 4.6l-16.6 34.7-38.1 5c-3.1 .4-5.6 2.5-6.6 5.5s-.1 6.2 2.1 8.3l27.9 26.5-7 37.8c-.6 3 .7 6.1 3.2 7.9s5.8 2 8.5 .6L176 240.5l33.8 18.3c2.7 1.5 6 1.3 8.5-.6s3.7-4.9 3.2-7.9l-7-37.8L242.4 186c2.2-2.1 3.1-5.3 2.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5-16.6-34.7zm160 0c-1.3-2.8-4.1-4.6-7.2-4.6s-5.9 1.8-7.2 4.6l-16.6 34.7-38.1 5c-3.1 .4-5.6 2.5-6.6 5.5s-.1 6.2 2.1 8.3l27.9 26.5-7 37.8c-.6 3 .7 6.1 3.2 7.9s5.8 2 8.5 .6L336 240.5l33.8 18.3c2.7 1.5 6 1.3 8.5-.6s3.7-4.9 3.2-7.9l-7-37.8L402.4 186c2.2-2.1 3.1-5.3 2.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5-16.6-34.7zm6.3 175.8c-28.9 6.8-60.5 10.5-93.6 10.5s-64.7-3.7-93.6-10.5c-18.7-4.4-35.9 12-25.5 28.1c24.6 38.1 68.7 63.5 119.1 63.5s94.5-25.4 119.1-63.5c10.4-16.1-6.8-32.5-25.5-28.1z"],"address-book":[512,512,[62138,"contact-book"],"f2b9","M384 48c8.8 0 16 7.2 16 16V448c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16H384zM96 0C60.7 0 32 28.7 32 64V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H96zM240 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128zm-32 32c-44.2 0-80 35.8-80 80c0 8.8 7.2 16 16 16H336c8.8 0 16-7.2 16-16c0-44.2-35.8-80-80-80H208zM512 80c0-8.8-7.2-16-16-16s-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16V80zM496 192c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16V208c0-8.8-7.2-16-16-16zm16 144c0-8.8-7.2-16-16-16s-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16V336z"],comments:[640,512,[128490,61670],"f086","M88.2 309.1c9.8-18.3 6.8-40.8-7.5-55.8C59.4 230.9 48 204 48 176c0-63.5 63.8-128 160-128s160 64.5 160 128s-63.8 128-160 128c-13.1 0-25.8-1.3-37.8-3.6c-10.4-2-21.2-.6-30.7 4.2c-4.1 2.1-8.3 4.1-12.6 6c-16 7.2-32.9 13.5-49.9 18c2.8-4.6 5.4-9.1 7.9-13.6c1.1-1.9 2.2-3.9 3.2-5.9zM0 176c0 41.8 17.2 80.1 45.9 110.3c-.9 1.7-1.9 3.5-2.8 5.1c-10.3 18.4-22.3 36.5-36.6 52.1c-6.6 7-8.3 17.2-4.6 25.9C5.8 378.3 14.4 384 24 384c43 0 86.5-13.3 122.7-29.7c4.8-2.2 9.6-4.5 14.2-6.8c15.1 3 30.9 4.5 47.1 4.5c114.9 0 208-78.8 208-176S322.9 0 208 0S0 78.8 0 176zM432 480c16.2 0 31.9-1.6 47.1-4.5c4.6 2.3 9.4 4.6 14.2 6.8C529.5 498.7 573 512 616 512c9.6 0 18.2-5.7 22-14.5c3.8-8.8 2-19-4.6-25.9c-14.2-15.6-26.2-33.7-36.6-52.1c-.9-1.7-1.9-3.4-2.8-5.1C622.8 384.1 640 345.8 640 304c0-94.4-87.9-171.5-198.2-175.8c4.1 15.2 6.2 31.2 6.2 47.8l0 .6c87.2 6.7 144 67.5 144 127.4c0 28-11.4 54.9-32.7 77.2c-14.3 15-17.3 37.6-7.5 55.8c1.1 2 2.2 4 3.2 5.9c2.5 4.5 5.2 9 7.9 13.6c-17-4.5-33.9-10.7-49.9-18c-4.3-1.9-8.5-3.9-12.6-6c-9.5-4.8-20.3-6.2-30.7-4.2c-12.1 2.4-24.7 3.6-37.8 3.6c-61.7 0-110-26.5-136.8-62.3c-16 5.4-32.8 9.4-50 11.8C279 439.8 350 480 432 480z"],paste:[512,512,["file-clipboard"],"f0ea","M104.6 48H64C28.7 48 0 76.7 0 112V384c0 35.3 28.7 64 64 64h96V400H64c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16H80c0 17.7 14.3 32 32 32h72.4C202 108.4 227.6 96 256 96h62c-7.1-27.6-32.2-48-62-48H215.4C211.6 20.9 188.2 0 160 0s-51.6 20.9-55.4 48zM144 56a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zM448 464H256c-8.8 0-16-7.2-16-16V192c0-8.8 7.2-16 16-16l140.1 0L464 243.9V448c0 8.8-7.2 16-16 16zM256 512H448c35.3 0 64-28.7 64-64V243.9c0-12.7-5.1-24.9-14.1-33.9l-67.9-67.9c-9-9-21.2-14.1-33.9-14.1H256c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64z"],"face-grin-tongue-squint":[512,512,[128541,"grin-tongue-squint"],"f58a","M464 256c0-114.9-93.1-208-208-208S48 141.1 48 256c0 81.7 47.1 152.4 115.7 186.4c-2.4-8.4-3.7-17.3-3.7-26.4V392.7c-24-17.5-43.1-41.4-54.8-69.2c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19c12.3-3.8 24.3 6.9 19.3 18.7c-11.8 28-31.1 52-55.4 69.6V416c0 9.2-1.3 18-3.7 26.4C416.9 408.4 464 337.7 464 256zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm116-98.9c0-9 9.6-14.7 17.5-10.5l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6zm262.5-10.5c7.9-4.2 17.5 1.5 17.5 10.5c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9zM320 416V378.6c0-14.7-11.9-26.6-26.6-26.6h-2c-11.3 0-21.1 7.9-23.6 18.9c-2.8 12.6-20.8 12.6-23.6 0c-2.5-11.1-12.3-18.9-23.6-18.9h-2c-14.7 0-26.6 11.9-26.6 26.6V416c0 35.3 28.7 64 64 64s64-28.7 64-64z"],"face-flushed":[512,512,[128563,"flushed"],"f579","M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM160.4 248a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm216-24a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM192 336c-13.3 0-24 10.7-24 24s10.7 24 24 24H320c13.3 0 24-10.7 24-24s-10.7-24-24-24H192zM160 176a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm0 128a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm144-80a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm128 0a80 80 0 1 0 -160 0 80 80 0 1 0 160 0z"],"square-caret-right":[448,512,["caret-square-right"],"f152","M400 96c0-8.8-7.2-16-16-16L64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320zM384 32c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0zM320 256c0 6.7-2.8 13-7.7 17.6l-112 104c-7 6.5-17.2 8.2-25.9 4.4s-14.4-12.5-14.4-22l0-208c0-9.5 5.7-18.2 14.4-22s18.9-2.1 25.9 4.4l112 104c4.9 4.5 7.7 10.9 7.7 17.6z"],"square-minus":[448,512,[61767,"minus-square"],"f146","M64 80c-8.8 0-16 7.2-16 16V416c0 8.8 7.2 16 16 16H384c8.8 0 16-7.2 16-16V96c0-8.8-7.2-16-16-16H64zM0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM152 232H296c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24s10.7-24 24-24z"],compass:[512,512,[129517],"f14e","M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm306.7 69.1L162.4 380.6c-19.4 7.5-38.5-11.6-31-31l55.5-144.3c3.3-8.5 9.9-15.1 18.4-18.4l144.3-55.5c19.4-7.5 38.5 11.6 31 31L325.1 306.7c-3.2 8.5-9.9 15.1-18.4 18.4zM288 256a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"],"square-caret-down":[448,512,["caret-square-down"],"f150","M384 432c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0zm64-16c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320zM224 352c-6.7 0-13-2.8-17.6-7.7l-104-112c-6.5-7-8.2-17.2-4.4-25.9s12.5-14.4 22-14.4l208 0c9.5 0 18.2 5.7 22 14.4s2.1 18.9-4.4 25.9l-104 112c-4.5 4.9-10.9 7.7-17.6 7.7z"],"face-kiss-beam":[512,512,[128537,"kiss-beam"],"f597","M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm304.7 41.7c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4c-2.7 1.5-5.7 3-8.7 4.3c3.1 1.3 6 2.7 8.7 4.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4C274.7 427.1 257.4 432 240 432c-3.6 0-6.8-2.5-7.7-6s.6-7.2 3.8-9l0 0 0 0 0 0 0 0 .2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1 0 0 0 0 0 0c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6 4.1-7l0 0 0 0 0 0 0 0 0 0 .2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1 0 0 0 0 0 0c-3.2-1.8-4.7-5.5-3.8-9s4.1-6 7.7-6c17.4 0 34.7 4.9 47.9 12.3c6.6 3.7 12.5 8.2 16.7 13.4zm-87.1-68.9l0 0 0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0zm160 0l0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0 0 0z"],lightbulb:[384,512,[128161],"f0eb","M297.2 248.9C311.6 228.3 320 203.2 320 176c0-70.7-57.3-128-128-128S64 105.3 64 176c0 27.2 8.4 52.3 22.8 72.9c3.7 5.3 8.1 11.3 12.8 17.7l0 0c12.9 17.7 28.3 38.9 39.8 59.8c10.4 19 15.7 38.8 18.3 57.5H109c-2.2-12-5.9-23.7-11.8-34.5c-9.9-18-22.2-34.9-34.5-51.8l0 0 0 0c-5.2-7.1-10.4-14.2-15.4-21.4C27.6 247.9 16 213.3 16 176C16 78.8 94.8 0 192 0s176 78.8 176 176c0 37.3-11.6 71.9-31.4 100.3c-5 7.2-10.2 14.3-15.4 21.4l0 0 0 0c-12.3 16.8-24.6 33.7-34.5 51.8c-5.9 10.8-9.6 22.5-11.8 34.5H226.4c2.6-18.7 7.9-38.6 18.3-57.5c11.5-20.9 26.9-42.1 39.8-59.8l0 0 0 0 0 0c4.7-6.4 9-12.4 12.7-17.7zM192 128c-26.5 0-48 21.5-48 48c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16s-7.2 16-16 16zm0 384c-44.2 0-80-35.8-80-80V416H272v16c0 44.2-35.8 80-80 80z"],flag:[448,512,[127988,61725],"f024","M48 24C48 10.7 37.3 0 24 0S0 10.7 0 24V64 350.5 400v88c0 13.3 10.7 24 24 24s24-10.7 24-24V388l80.3-20.1c41.1-10.3 84.6-5.5 122.5 13.4c44.2 22.1 95.5 24.8 141.7 7.4l34.7-13c12.5-4.7 20.8-16.6 20.8-30V66.1c0-23-24.2-38-44.8-27.7l-9.6 4.8c-46.3 23.2-100.8 23.2-147.1 0c-35.1-17.6-75.4-22-113.5-12.5L48 52V24zm0 77.5l96.6-24.2c27-6.7 55.5-3.6 80.4 8.8c54.9 27.4 118.7 29.7 175 6.8V334.7l-24.4 9.1c-33.7 12.6-71.2 10.7-103.4-5.4c-48.2-24.1-103.3-30.1-155.6-17.1L48 338.5v-237z"],"square-check":[448,512,[9745,9989,61510,"check-square"],"f14a","M64 80c-8.8 0-16 7.2-16 16V416c0 8.8 7.2 16 16 16H384c8.8 0 16-7.2 16-16V96c0-8.8-7.2-16-16-16H64zM0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM337 209L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"],"circle-dot":[512,512,[128280,"dot-circle"],"f192","M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256-96a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"],"face-dizzy":[512,512,["dizzy"],"f567","M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256 32a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM103 135c9.4-9.4 24.6-9.4 33.9 0l23 23 23-23c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-23 23 23 23c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-23-23-23 23c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l23-23-23-23c-9.4-9.4-9.4-24.6 0-33.9zm192 0c9.4-9.4 24.6-9.4 33.9 0l23 23 23-23c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-23 23 23 23c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-23-23-23 23c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l23-23-23-23c-9.4-9.4-9.4-24.6 0-33.9z"],futbol:[512,512,[9917,"futbol-ball","soccer-ball"],"f1e3","M435.4 361.3l-89.7-6c-5.2-.3-10.3 1.1-14.5 4.2s-7.2 7.4-8.4 12.5l-22 87.2c-14.4 3.2-29.4 4.8-44.8 4.8s-30.3-1.7-44.8-4.8l-22-87.2c-1.3-5-4.3-9.4-8.4-12.5s-9.3-4.5-14.5-4.2l-89.7 6C61.7 335.9 51.9 307 49 276.2L125 228.3c4.4-2.8 7.6-7 9.2-11.9s1.4-10.2-.5-15L100.4 118c19.9-22.4 44.6-40.5 72.4-52.7l69.1 57.6c4 3.3 9 5.1 14.1 5.1s10.2-1.8 14.1-5.1l69.1-57.6c27.8 12.2 52.5 30.3 72.4 52.7l-33.4 83.4c-1.9 4.8-2.1 10.1-.5 15s4.9 9.1 9.2 11.9L463 276.2c-3 30.8-12.7 59.7-27.6 85.1zM256 48l.9 0h-1.8l.9 0zM56.7 196.2c.9-3 1.9-6.1 2.9-9.1l-2.9 9.1zM132 423l3.8 2.7c-1.3-.9-2.5-1.8-3.8-2.7zm248.1-.1c-1.3 1-2.7 2-4 2.9l4-2.9zm75.2-226.6l-3-9.2c1.1 3 2.1 6.1 3 9.2zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm14.1-325.7c-8.4-6.1-19.8-6.1-28.2 0L194 221c-8.4 6.1-11.9 16.9-8.7 26.8l18.3 56.3c3.2 9.9 12.4 16.6 22.8 16.6h59.2c10.4 0 19.6-6.7 22.8-16.6l18.3-56.3c3.2-9.9-.3-20.7-8.7-26.8l-47.9-34.8z"],"pen-to-square":[512,512,["edit"],"f044","M441 58.9L453.1 71c9.4 9.4 9.4 24.6 0 33.9L424 134.1 377.9 88 407 58.9c9.4-9.4 24.6-9.4 33.9 0zM209.8 256.2L344 121.9 390.1 168 255.8 302.2c-2.9 2.9-6.5 5-10.4 6.1l-58.5 16.7 16.7-58.5c1.1-3.9 3.2-7.5 6.1-10.4zM373.1 25L175.8 222.2c-8.7 8.7-15 19.4-18.3 31.1l-28.6 100c-2.4 8.4-.1 17.4 6.1 23.6s15.2 8.5 23.6 6.1l100-28.6c11.8-3.4 22.5-9.7 31.1-18.3L487 138.9c28.1-28.1 28.1-73.7 0-101.8L474.9 25C446.8-3.1 401.2-3.1 373.1 25zM88 64C39.4 64 0 103.4 0 152V424c0 48.6 39.4 88 88 88H360c48.6 0 88-39.4 88-88V312c0-13.3-10.7-24-24-24s-24 10.7-24 24V424c0 22.1-17.9 40-40 40H88c-22.1 0-40-17.9-40-40V152c0-22.1 17.9-40 40-40H200c13.3 0 24-10.7 24-24s-10.7-24-24-24H88z"],"hourglass-half":[384,512,["hourglass-2"],"f252","M0 24C0 10.7 10.7 0 24 0H360c13.3 0 24 10.7 24 24s-10.7 24-24 24h-8V67c0 40.3-16 79-44.5 107.5L225.9 256l81.5 81.5C336 366 352 404.7 352 445v19h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24s10.7-24 24-24h8V445c0-40.3 16-79 44.5-107.5L158.1 256 76.5 174.5C48 146 32 107.3 32 67V48H24C10.7 48 0 37.3 0 24zM110.5 371.5c-3.9 3.9-7.5 8.1-10.7 12.5H284.2c-3.2-4.4-6.8-8.6-10.7-12.5L192 289.9l-81.5 81.5zM284.2 128C297 110.4 304 89 304 67V48H80V67c0 22.1 7 43.4 19.8 61H284.2z"],"eye-slash":[640,512,[],"f070","M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zm151 118.3C226 97.7 269.5 80 320 80c65.2 0 118.8 29.6 159.9 67.7C518.4 183.5 545 226 558.6 256c-12.6 28-36.6 66.8-70.9 100.9l-53.8-42.2c9.1-17.6 14.2-37.5 14.2-58.7c0-70.7-57.3-128-128-128c-32.2 0-61.7 11.9-84.2 31.5l-46.1-36.1zM394.9 284.2l-81.5-63.9c4.2-8.5 6.6-18.2 6.6-28.3c0-5.5-.7-10.9-2-16c.7 0 1.3 0 2 0c44.2 0 80 35.8 80 80c0 9.9-1.8 19.4-5.1 28.2zm9.4 130.3C378.8 425.4 350.7 432 320 432c-65.2 0-118.8-29.6-159.9-67.7C121.6 328.5 95 286 81.4 256c8.3-18.4 21.5-41.5 39.4-64.8L83.1 161.5C60.3 191.2 44 220.8 34.5 243.7c-3.3 7.9-3.3 16.7 0 24.6c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c47.8 0 89.9-12.9 126.2-32.5l-41.9-33zM192 256c0 70.7 57.3 128 128 128c13.3 0 26.1-2 38.2-5.8L302 334c-23.5-5.4-43.1-21.2-53.7-42.3l-56.1-44.2c-.2 2.8-.3 5.6-.3 8.5z"],hand:[512,512,[129306,9995,"hand-paper"],"f256","M256 0c-25.3 0-47.2 14.7-57.6 36c-7-2.6-14.5-4-22.4-4c-35.3 0-64 28.7-64 64V261.5l-2.7-2.7c-25-25-65.5-25-90.5 0s-25 65.5 0 90.5L106.5 437c48 48 113.1 75 181 75H296h8c1.5 0 3-.1 4.5-.4c91.7-6.2 165-79.4 171.1-171.1c.3-1.5 .4-3 .4-4.5V160c0-35.3-28.7-64-64-64c-5.5 0-10.9 .7-16 2V96c0-35.3-28.7-64-64-64c-7.9 0-15.4 1.4-22.4 4C303.2 14.7 281.3 0 256 0zM240 96.1c0 0 0-.1 0-.1V64c0-8.8 7.2-16 16-16s16 7.2 16 16V95.9c0 0 0 .1 0 .1V232c0 13.3 10.7 24 24 24s24-10.7 24-24V96c0 0 0 0 0-.1c0-8.8 7.2-16 16-16s16 7.2 16 16v55.9c0 0 0 .1 0 .1v80c0 13.3 10.7 24 24 24s24-10.7 24-24V160.1c0 0 0-.1 0-.1c0-8.8 7.2-16 16-16s16 7.2 16 16V332.9c-.1 .6-.1 1.3-.2 1.9c-3.4 69.7-59.3 125.6-129 129c-.6 0-1.3 .1-1.9 .2H296h-8.5c-55.2 0-108.1-21.9-147.1-60.9L52.7 315.3c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L119 336.4c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2V96c0-8.8 7.2-16 16-16c8.8 0 16 7.1 16 15.9V232c0 13.3 10.7 24 24 24s24-10.7 24-24V96.1z"],"hand-spock":[576,512,[128406],"f259","M221.7 25.3L215.6 2.1l6.2 23.2zm48.9 28.4l23.2-6.2v0l-23.2 6.2zM193.3 74.3l-23.2 6.2 0 0 23.2-6.2zm46.5 175.3l-22.1 9.3c4.9 11.6 17.9 17.5 29.9 13.4s18.7-16.7 15.4-28.9l-23.2 6.2zm-51-121.1l-22.1 9.3v0l22.1-9.3zm-52.4-21.3l9.3 22.1h0l-9.3-22.1zm-21.3 52.4L93 168.8h0l22.1-9.3zm5.4 144.9l14.7-18.9h0l-14.7 18.9zm-56.1 7l18.9 14.7 0 0L64.4 311.4zm7 56.1L56.7 386.5h0l14.7-18.9zm92 71.6l-14.7 18.9 14.7-18.9zm300.1-48.5l23.3 5.8-23.3-5.8zm55.2-220.9l23.3 5.8-23.3-5.8zm-29.1-48.5l5.8-23.3-5.8 23.3zm-48.5 29.1l23.3 5.8v0l-23.3-5.8zM415 255l23.3 5.8 0 0L415 255zm-2.6-.5l23.6 4.2 0 0-23.6-4.2zM439.4 103l23.6 4.2v0L439.4 103zM407 56.6l-4.2 23.6L407 56.6zM360.6 89L337 84.8 360.6 89zM331.5 252.6l-23.6-4.2 0 0 23.6 4.2zm-8 .3l23.2-6.2 0 0-23.2 6.2zM336 488l.5-24-.5 24zm-157-138L193.8 331l-14.7 18.9zM227.9 48.5c8.5-2.3 17.3 2.8 19.6 11.4l46.4-12.3c-9.1-34.2-44.1-54.5-78.3-45.4l12.3 46.4zM216.5 68.1c-2.3-8.5 2.8-17.3 11.4-19.6L215.6 2.1c-34.2 9.1-54.5 44.1-45.4 78.3l46.4-12.3zM263 243.4L216.5 68.1 170.1 80.4l46.5 175.3L263 243.4zM166.7 137.8l51 121.1L262 240.2 211 119.2l-44.2 18.6zm-21-8.5c8.1-3.4 17.5 .4 21 8.5L211 119.2C197.3 86.6 159.7 71.3 127.2 85l18.6 44.2zm-8.5 21c-3.4-8.1 .4-17.5 8.5-21L127.2 85C94.6 98.7 79.3 136.3 93 168.8l44.2-18.6zm76.2 181l-76.2-181L93 168.8l76.2 181 44.2-18.6zm-107.6-7.8l58.5 45.5L193.8 331l-58.5-45.5-29.5 37.9zm-22.5 2.8c5.4-7 15.5-8.2 22.5-2.8l29.5-37.9c-27.9-21.7-68.1-16.7-89.8 11.2l37.9 29.5zm2.8 22.5c-7-5.4-8.2-15.5-2.8-22.5L45.5 296.7c-21.7 27.9-16.7 68.1 11.2 89.8l29.5-37.9zm92 71.6l-92-71.6L56.7 386.5l92 71.6 29.5-37.9zM305.9 464c-46.3 0-91.2-15.4-127.7-43.8l-29.5 37.9C193.6 493 248.9 512 305.9 512V464zm30.1 0H305.9v48H336V464zm2.8 0c-.8 0-1.5 0-2.3 0l-1 48c1.1 0 2.2 0 3.3 0V464zm101.5-79.2C428.7 431.3 386.8 464 338.8 464v48c70 0 131.1-47.7 148-115.6l-46.6-11.6zm55.2-220.9L440.3 384.8l46.6 11.6 55.2-220.9-46.6-11.6zm-11.6-19.4c8.6 2.1 13.8 10.8 11.6 19.4l46.6 11.6c8.6-34.3-12.3-69-46.6-77.6l-11.6 46.6zm-19.4 11.6c2.1-8.6 10.8-13.8 19.4-11.6l11.6-46.6c-34.3-8.6-69 12.3-77.6 46.6l46.6 11.6zM438.3 260.8l26.2-104.7-46.6-11.6L391.7 249.2l46.6 11.6zM413.7 280c11.6 0 21.7-7.9 24.6-19.2l-46.6-11.6c2.5-10.1 11.6-17.2 22-17.2v48zm-24.9-29.7c-2.8 15.5 9.2 29.7 24.9 29.7V232c14.1 0 24.8 12.8 22.3 26.7l-47.3-8.4zM415.8 98.8L388.8 250.3l47.3 8.4L463 107.2l-47.3-8.4zm-13-18.6c8.7 1.5 14.5 9.9 13 18.6l47.3 8.4c6.2-34.8-17-68-51.8-74.2l-8.4 47.3zm-18.6 13c1.5-8.7 9.9-14.5 18.6-13L411.2 33c-34.8-6.2-68 17-74.2 51.8l47.3 8.4zM355.2 256.8L384.2 93.2 337 84.8 307.9 248.4l47.3 8.4zM327.5 280c13.6 0 25.3-9.8 27.7-23.2l-47.3-8.4c1.7-9.5 9.9-16.4 19.6-16.4v48zm-27.2-20.9c3.3 12.3 14.4 20.9 27.2 20.9V232c9 0 16.9 6.1 19.2 14.8l-46.4 12.3zM247.5 59.9l52.8 199.2 46.4-12.3L293.9 47.6 247.5 59.9zM360 488c0 13.5-11.1 24.3-24.5 24l1-48c-13.5-.3-24.5 10.5-24.5 24h48zm-24 24c13.3 0 24-10.8 24-24H312c0-13.2 10.7-24 24-24v48zM169.2 349.8c-6.4-15.2 11.6-29 24.6-18.8l-29.5 37.9c26 20.2 61.9-7.3 49.1-37.7l-44.2 18.6z"],"face-kiss":[512,512,[128535,"kiss"],"f596","M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm304.7 25.7c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4c-2.7 1.5-5.7 3-8.7 4.3c3.1 1.3 6 2.7 8.7 4.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4C274.7 411.1 257.4 416 240 416c-3.6 0-6.8-2.5-7.7-6s.6-7.2 3.8-9l0 0 0 0 0 0 0 0 .2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1l-.8-.5-.1-.1-.2-.1 0 0 0 0 0 0c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6 4.1-7l0 0 0 0 0 0 0 0 0 0 .2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1 0 0 0 0 0 0c-3.2-1.8-4.7-5.5-3.8-9s4.1-6 7.7-6c17.4 0 34.7 4.9 47.9 12.3c6.6 3.7 12.5 8.2 16.7 13.4zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],"face-grin-tongue":[512,512,[128539,"grin-tongue"],"f589","M464 256c0-114.9-93.1-208-208-208S48 141.1 48 256c0 81.7 47.1 152.4 115.7 186.4c-2.4-8.4-3.7-17.3-3.7-26.4V363.6c-8.9-8-16.7-17.1-23.1-27.1c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5c18.7-4.4 35.9 12 25.5 28.1c-6.4 9.9-14.2 19-23 27V416c0 9.2-1.3 18-3.7 26.4C416.9 408.4 464 337.7 464 256zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm176.4-80a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM320 416V378.6c0-14.7-11.9-26.6-26.6-26.6h-2c-11.3 0-21.1 7.9-23.6 18.9c-2.8 12.6-20.8 12.6-23.6 0c-2.5-11.1-12.3-18.9-23.6-18.9h-2c-14.7 0-26.6 11.9-26.6 26.6V416c0 35.3 28.7 64 64 64s64-28.7 64-64z"],"chess-bishop":[320,512,[9821],"f43a","M104 0C90.7 0 80 10.7 80 24c0 11.2 7.6 20.6 18 23.2c-7.8 8-16.1 17-24.4 27C38.2 116.7 0 178.8 0 250.9c0 44.8 24.6 72.2 48 87.8V352H96V325c0-9-5-17.2-13-21.3c-18-9.3-35-24.7-35-52.7c0-55.5 29.8-106.8 62.4-145.9c16-19.2 32.1-34.8 44.2-45.5c1.9-1.7 3.7-3.2 5.3-4.6c1.7 1.4 3.4 3 5.3 4.6c12.1 10.7 28.2 26.3 44.2 45.5c5.3 6.3 10.5 13 15.5 20L159 191c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l57.8-57.8c12.8 25.9 21.2 54.3 21.2 83.8c0 28-17 43.4-35 52.7c-8 4.1-13 12.3-13 21.3v27h48V338.7c23.4-15.6 48-42.9 48-87.8c0-72.1-38.2-134.2-73.6-176.7c-8.3-9.9-16.6-19-24.4-27c10.3-2.7 18-12.1 18-23.2c0-13.3-10.7-24-24-24H160 104zM52.7 464l16.6-32H250.8l16.6 32H52.7zm207.9-80H59.5c-12 0-22.9 6.7-28.4 17.3L4.6 452.5c-3 5.8-4.6 12.2-4.6 18.7C0 493.8 18.2 512 40.8 512H279.2c22.5 0 40.8-18.2 40.8-40.8c0-6.5-1.6-12.9-4.6-18.7l-26.5-51.2c-5.5-10.6-16.5-17.3-28.4-17.3z"],"face-grin-wink":[512,512,["grin-wink"],"f58c","M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm165.8 21.7c-7.6 8.1-20.2 8.5-28.3 .9s-8.5-20.2-.9-28.3c14.5-15.5 35.2-22.3 54.6-22.3s40.1 6.8 54.6 22.3c7.6 8.1 7.1 20.7-.9 28.3s-20.7 7.1-28.3-.9c-5.5-5.8-14.8-9.7-25.4-9.7s-19.9 3.8-25.4 9.7z"],"face-grin-wide":[512,512,[128515,"grin-alt"],"f581","M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zM224 192c0 35.3-14.3 64-32 64s-32-28.7-32-64s14.3-64 32-64s32 28.7 32 64zm96 64c-17.7 0-32-28.7-32-64s14.3-64 32-64s32 28.7 32 64s-14.3 64-32 64z"],"face-frown-open":[512,512,[128550,"frown-open"],"f57a","M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM182.4 382.5c-12.4 5.2-26.5-4.1-21.1-16.4c16-36.6 52.4-62.1 94.8-62.1s78.8 25.6 94.8 62.1c5.4 12.3-8.7 21.6-21.1 16.4c-22.4-9.5-47.4-14.8-73.7-14.8s-51.3 5.3-73.7 14.8zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],"hand-point-up":[384,512,[9757],"f0a6","M64 64V241.6c5.2-1 10.5-1.6 16-1.6H96V208 64c0-8.8-7.2-16-16-16s-16 7.2-16 16zM80 288c-17.7 0-32 14.3-32 32c0 0 0 0 0 0v24c0 66.3 53.7 120 120 120h48c52.5 0 97.1-33.7 113.4-80.7c-3.1 .5-6.2 .7-9.4 .7c-20 0-37.9-9.2-49.7-23.6c-9 4.9-19.4 7.6-30.3 7.6c-15.1 0-29-5.3-40-14c-11 8.8-24.9 14-40 14H120c-13.3 0-24-10.7-24-24s10.7-24 24-24h40c8.8 0 16-7.2 16-16s-7.2-16-16-16H120 80zM0 320s0 0 0 0c0-18 6-34.6 16-48V64C16 28.7 44.7 0 80 0s64 28.7 64 64v82c5.1-1.3 10.5-2 16-2c25.3 0 47.2 14.7 57.6 36c7-2.6 14.5-4 22.4-4c20 0 37.9 9.2 49.7 23.6c9-4.9 19.4-7.6 30.3-7.6c35.3 0 64 28.7 64 64v64 24c0 92.8-75.2 168-168 168H168C75.2 512 0 436.8 0 344V320zm336-64c0-8.8-7.2-16-16-16s-16 7.2-16 16v48 16c0 8.8 7.2 16 16 16s16-7.2 16-16V256zM160 240c5.5 0 10.9 .7 16 2v-2V208c0-8.8-7.2-16-16-16s-16 7.2-16 16v32h16zm64 24v40c0 8.8 7.2 16 16 16s16-7.2 16-16V256 240c0-8.8-7.2-16-16-16s-16 7.2-16 16v24z"],bookmark:[384,512,[128278,61591],"f02e","M0 48C0 21.5 21.5 0 48 0l0 48V441.4l130.1-92.9c8.3-6 19.6-6 27.9 0L336 441.4V48H48V0H336c26.5 0 48 21.5 48 48V488c0 9-5 17.2-13 21.3s-17.6 3.4-24.9-1.8L192 397.5 37.9 507.5c-7.3 5.2-16.9 5.9-24.9 1.8S0 497 0 488V48z"],"hand-point-down":[384,512,[],"f0a7","M64 448l0-177.6c5.2 1 10.5 1.6 16 1.6l16 0 0 32 0 144c0 8.8-7.2 16-16 16s-16-7.2-16-16zM80 224c-17.7 0-32-14.3-32-32c0 0 0 0 0 0l0-24c0-66.3 53.7-120 120-120l48 0c52.5 0 97.1 33.7 113.4 80.7c-3.1-.5-6.2-.7-9.4-.7c-20 0-37.9 9.2-49.7 23.6c-9-4.9-19.4-7.6-30.3-7.6c-15.1 0-29 5.3-40 14c-11-8.8-24.9-14-40-14l-40 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l40 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-40 0-40 0zM0 192s0 0 0 0c0 18 6 34.6 16 48l0 208c0 35.3 28.7 64 64 64s64-28.7 64-64l0-82c5.1 1.3 10.5 2 16 2c25.3 0 47.2-14.7 57.6-36c7 2.6 14.5 4 22.4 4c20 0 37.9-9.2 49.7-23.6c9 4.9 19.4 7.6 30.3 7.6c35.3 0 64-28.7 64-64l0-64 0-24C384 75.2 308.8 0 216 0L168 0C75.2 0 0 75.2 0 168l0 24zm336 64c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48 0-16c0-8.8 7.2-16 16-16s16 7.2 16 16l0 64zM160 272c5.5 0 10.9-.7 16-2l0 2 0 32c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-32 16 0zm64-24l0-40c0-8.8 7.2-16 16-16s16 7.2 16 16l0 48 0 16c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-24z"],folder:[512,512,[128193,128447,61716,"folder-blank"],"f07b","M0 96C0 60.7 28.7 32 64 32H196.1c19.1 0 37.4 7.6 50.9 21.1L289.9 96H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM64 80c-8.8 0-16 7.2-16 16V416c0 8.8 7.2 16 16 16H448c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16H286.6c-10.6 0-20.8-4.2-28.3-11.7L213.1 87c-4.5-4.5-10.6-7-17-7H64z"],user:[448,512,[128100,62144],"f007","M304 128a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM49.3 464H398.7c-8.9-63.3-63.3-112-129-112H178.3c-65.7 0-120.1 48.7-129 112zM0 482.3C0 383.8 79.8 304 178.3 304h91.4C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3z"],"square-caret-left":[448,512,["caret-square-left"],"f191","M48 416c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80c-8.8 0-16 7.2-16 16l0 320zm16 64c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480zm64-224c0-6.7 2.8-13 7.7-17.6l112-104c7-6.5 17.2-8.2 25.9-4.4s14.4 12.5 14.4 22l0 208c0 9.5-5.7 18.2-14.4 22s-18.9 2.1-25.9-4.4l-112-104c-4.9-4.5-7.7-10.9-7.7-17.6z"],star:[576,512,[11088,61446],"f005","M287.9 0c9.2 0 17.6 5.2 21.6 13.5l68.6 141.3 153.2 22.6c9 1.3 16.5 7.6 19.3 16.3s.5 18.1-5.9 24.5L433.6 328.4l26.2 155.6c1.5 9-2.2 18.1-9.6 23.5s-17.3 6-25.3 1.7l-137-73.2L151 509.1c-8.1 4.3-17.9 3.7-25.3-1.7s-11.2-14.5-9.7-23.5l26.2-155.6L31.1 218.2c-6.5-6.4-8.7-15.9-5.9-24.5s10.3-14.9 19.3-16.3l153.2-22.6L266.3 13.5C270.4 5.2 278.7 0 287.9 0zm0 79L235.4 187.2c-3.5 7.1-10.2 12.1-18.1 13.3L99 217.9 184.9 303c5.5 5.5 8.1 13.3 6.8 21L171.4 443.7l105.2-56.2c7.1-3.8 15.6-3.8 22.6 0l105.2 56.2L384.2 324.1c-1.3-7.7 1.2-15.5 6.8-21l85.9-85.1L358.6 200.5c-7.8-1.2-14.6-6.1-18.1-13.3L287.9 79z"],"chess-knight":[448,512,[9822],"f441","M226.6 48H117.3l17.1 12.8c6 4.5 9.6 11.6 9.6 19.2s-3.6 14.7-9.6 19.2l-6.5 4.9c-10 7.5-16 19.3-16 31.9l-.3 91c0 10.2 4.9 19.9 13.2 25.8l1.9 1.3c9.9 7.1 23.3 7 33.2-.1l49.9-36.3c10.7-7.8 25.7-5.4 33.5 5.3s5.4 25.7-5.3 33.5l-49.9 36.3-53.8 39.1c-7.3 5.3-13 12.2-16.9 20.1H66.8c5.3-22.1 17.8-41.9 35.9-56.3c-1.3-.8-2.6-1.7-3.8-2.6L97 291.8c-21-15-33.4-39.2-33.3-65l.3-91c.1-19.8 6.7-38.7 18.6-53.9l-.4-.3C70.7 73 64 59.6 64 45.3C64 20.3 84.3 0 109.3 0H226.6C331.2 0 416 84.8 416 189.4c0 11.1-1 22.2-2.9 33.2L390.1 352H341.3l24.5-137.8c1.5-8.2 2.2-16.5 2.2-24.8C368 111.3 304.7 48 226.6 48zM85.2 432L68.7 464H379.3l-16.6-32H85.2zm315.7-30.7l26.5 51.2c3 5.8 4.6 12.2 4.6 18.7c0 22.5-18.2 40.8-40.8 40.8H56.8C34.2 512 16 493.8 16 471.2c0-6.5 1.6-12.9 4.6-18.7l26.5-51.2C52.5 390.7 63.5 384 75.5 384h297c12 0 22.9 6.7 28.4 17.3zM172 128a20 20 0 1 1 0 40 20 20 0 1 1 0-40z"],"face-laugh-squint":[512,512,["laugh-squint"],"f59b","M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm130.7 57.9c-4.2-13.6 7.1-25.9 21.3-25.9H364.5c14.2 0 25.5 12.4 21.3 25.9C369 368.4 318.2 408 258.2 408s-110.8-39.6-127.5-94.1zm2.8-183.3l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 141.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z"],"face-laugh":[512,512,["laugh"],"f599","M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm130.7 57.9c-4.2-13.6 7.1-25.9 21.3-25.9H364.5c14.2 0 25.5 12.4 21.3 25.9C369 368.4 318.2 408 258.2 408s-110.8-39.6-127.5-94.1zM144.4 192a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],"folder-open":[576,512,[128194,128449,61717],"f07c","M384 480h48c11.4 0 21.9-6 27.6-15.9l112-192c5.8-9.9 5.8-22.1 .1-32.1S555.5 224 544 224H144c-11.4 0-21.9 6-27.6 15.9L48 357.1V96c0-8.8 7.2-16 16-16H181.5c4.2 0 8.3 1.7 11.3 4.7l26.5 26.5c21 21 49.5 32.8 79.2 32.8H416c8.8 0 16 7.2 16 16v32h48V160c0-35.3-28.7-64-64-64H298.5c-17 0-33.3-6.7-45.3-18.7L226.7 50.7c-12-12-28.3-18.7-45.3-18.7H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H87.7 384z"],clipboard:[384,512,[128203],"f328","M280 64h40c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128C0 92.7 28.7 64 64 64h40 9.6C121 27.5 153.3 0 192 0s71 27.5 78.4 64H280zM64 112c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16H320c8.8 0 16-7.2 16-16V128c0-8.8-7.2-16-16-16H304v24c0 13.3-10.7 24-24 24H192 104c-13.3 0-24-10.7-24-24V112H64zm128-8a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"],"chess-queen":[512,512,[9819],"f445","M256 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-95.2-8c-18.1 0-31.3 12.8-35.6 26.9c-8 26.2-32.4 45.2-61.2 45.2c-10 0-19.4-2.3-27.7-6.3c-7.6-3.7-16.7-3.3-24 1.2C.7 162.1-3.1 177.1 3.7 188.9L97.6 352H153l-83-144.1c40.5-2.2 75.3-25.9 93.1-59.8c22 26.8 55.4 43.9 92.8 43.9s70.8-17.1 92.8-43.9c17.8 34 52.6 57.7 93.1 59.8L359 352h55.4l93.9-163.1c6.8-11.7 3-26.7-8.6-33.8c-7.3-4.5-16.4-4.9-24-1.2c-8.4 4-17.7 6.3-27.7 6.3c-28.8 0-53.2-19-61.2-45.2C382.5 100.8 369.3 88 351.2 88c-14.5 0-26.3 8.5-32.4 19.3c-12.4 22-35.9 36.7-62.8 36.7s-50.4-14.8-62.8-36.7C187.1 96.5 175.4 88 160.8 88zM133.2 432H378.8l16.6 32H116.7l16.6-32zm283.7-30.7c-5.5-10.6-16.5-17.3-28.4-17.3h-265c-12 0-22.9 6.7-28.4 17.3L68.6 452.5c-3 5.8-4.6 12.2-4.6 18.7c0 22.5 18.2 40.8 40.8 40.8H407.2c22.5 0 40.8-18.2 40.8-40.8c0-6.5-1.6-12.9-4.6-18.7l-26.5-51.2z"],"hand-back-fist":[448,512,["hand-rock"],"f255","M144 64c0-8.8 7.2-16 16-16s16 7.2 16 16c0 9.1 5.1 17.4 13.3 21.5s17.9 3.2 25.1-2.3c2.7-2 6-3.2 9.6-3.2c8.8 0 16 7.2 16 16c0 9.1 5.1 17.4 13.3 21.5s17.9 3.2 25.1-2.3c2.7-2 6-3.2 9.6-3.2c8.8 0 16 7.2 16 16c0 9.1 5.1 17.4 13.3 21.5s17.9 3.2 25.1-2.3c2.7-2 6-3.2 9.6-3.2c8.8 0 16 7.2 16 16V264c0 31.3-20 58-48 67.9c-9.6 3.4-16 12.5-16 22.6V488c0 13.3 10.7 24 24 24s24-10.7 24-24V370.2c38-20.1 64-60.1 64-106.2V160c0-35.3-28.7-64-64-64c-2.8 0-5.6 .2-8.3 .5C332.8 77.1 311.9 64 288 64c-2.8 0-5.6 .2-8.3 .5C268.8 45.1 247.9 32 224 32c-2.8 0-5.6 .2-8.3 .5C204.8 13.1 183.9 0 160 0C124.7 0 96 28.7 96 64v64.3c-11.7 7.4-22.5 16.4-32 26.9l17.8 16.1L64 155.2l-9.4 10.5C40 181.8 32 202.8 32 224.6v12.8c0 49.6 24.2 96.1 64.8 124.5l13.8-19.7L96.8 361.9l8.9 6.2c6.9 4.8 14.4 8.6 22.3 11.3V488c0 13.3 10.7 24 24 24s24-10.7 24-24V359.9c0-12.6-9.8-23.1-22.4-23.9c-7.3-.5-14.3-2.9-20.3-7.1l-13.1 18.7 13.1-18.7-8.9-6.2C96.6 303.1 80 271.3 80 237.4V224.6c0-9.9 3.7-19.4 10.3-26.8l9.4-10.5c3.8-4.2 7.9-8.1 12.3-11.6V208c0 8.8 7.2 16 16 16s16-7.2 16-16V142.3 128 64z"],"square-caret-up":[448,512,["caret-square-up"],"f151","M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm224 64c6.7 0 13 2.8 17.6 7.7l104 112c6.5 7 8.2 17.2 4.4 25.9s-12.5 14.4-22 14.4l-208 0c-9.5 0-18.2-5.7-22-14.4s-2.1-18.9 4.4-25.9l104-112c4.5-4.9 10.9-7.7 17.6-7.7z"],"chart-bar":[512,512,["bar-chart"],"f080","M24 32c13.3 0 24 10.7 24 24V408c0 13.3 10.7 24 24 24H488c13.3 0 24 10.7 24 24s-10.7 24-24 24H72c-39.8 0-72-32.2-72-72V56C0 42.7 10.7 32 24 32zM128 136c0-13.3 10.7-24 24-24l208 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-208 0c-13.3 0-24-10.7-24-24zm24 72H296c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 96H424c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24s10.7-24 24-24z"],"window-restore":[512,512,[],"f2d2","M432 48H208c-17.7 0-32 14.3-32 32V96H128V80c0-44.2 35.8-80 80-80H432c44.2 0 80 35.8 80 80V304c0 44.2-35.8 80-80 80H416V336h16c17.7 0 32-14.3 32-32V80c0-17.7-14.3-32-32-32zM48 448c0 8.8 7.2 16 16 16H320c8.8 0 16-7.2 16-16V256H48V448zM64 128H320c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V192c0-35.3 28.7-64 64-64z"],"square-plus":[448,512,[61846,"plus-square"],"f0fe","M64 80c-8.8 0-16 7.2-16 16V416c0 8.8 7.2 16 16 16H384c8.8 0 16-7.2 16-16V96c0-8.8-7.2-16-16-16H64zM0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM200 344V280H136c-13.3 0-24-10.7-24-24s10.7-24 24-24h64V168c0-13.3 10.7-24 24-24s24 10.7 24 24v64h64c13.3 0 24 10.7 24 24s-10.7 24-24 24H248v64c0 13.3-10.7 24-24 24s-24-10.7-24-24z"],image:[512,512,[],"f03e","M448 80c8.8 0 16 7.2 16 16V415.8l-5-6.5-136-176c-4.5-5.9-11.6-9.3-19-9.3s-14.4 3.4-19 9.3L202 340.7l-30.5-42.7C167 291.7 159.8 288 152 288s-15 3.7-19.5 10.1l-80 112L48 416.3l0-.3V96c0-8.8 7.2-16 16-16H448zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm80 192a48 48 0 1 0 0-96 48 48 0 1 0 0 96z"],"folder-closed":[512,512,[],"e185","M251.7 127.6l0 0c10.5 10.5 24.7 16.4 39.6 16.4H448c8.8 0 16 7.2 16 16v32H48V96c0-8.8 7.2-16 16-16H197.5c4.2 0 8.3 1.7 11.3 4.7l33.9-33.9L208.8 84.7l42.9 42.9zM48 240H464V416c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V240zM285.7 93.7L242.7 50.7c-12-12-28.3-18.7-45.3-18.7H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H291.3c-2.1 0-4.2-.8-5.7-2.3z"],lemon:[448,512,[127819],"f094","M368 80c-3.2 0-6.2 .4-8.9 1.3C340 86.8 313 91.9 284.8 84.6C227.4 69.7 160.2 92 110.1 142.1S37.7 259.4 52.6 316.8c7.3 28.2 2.2 55.2-3.3 74.3c-.8 2.8-1.3 5.8-1.3 8.9c0 17.7 14.3 32 32 32c3.2 0 6.2-.4 8.9-1.3c19.1-5.5 46.1-10.7 74.3-3.3c57.4 14.9 124.6-7.4 174.7-57.5s72.4-117.3 57.5-174.7c-7.3-28.2-2.2-55.2 3.3-74.3c.8-2.8 1.3-5.8 1.3-8.9c0-17.7-14.3-32-32-32zm0-48c44.2 0 80 35.8 80 80c0 7.7-1.1 15.2-3.1 22.3c-4.6 15.8-7.1 32.9-3 48.9c20.1 77.6-10.9 161.5-70 220.7s-143.1 90.2-220.7 70c-16-4.1-33-1.6-48.9 3c-7.1 2-14.6 3.1-22.3 3.1c-44.2 0-80-35.8-80-80c0-7.7 1.1-15.2 3.1-22.3c4.6-15.8 7.1-32.9 3-48.9C-14 251.3 17 167.3 76.2 108.2S219.3 18 296.8 38.1c16 4.1 33 1.6 48.9-3c7.1-2 14.6-3.1 22.3-3.1zM246.7 167c-52 15.2-96.5 59.7-111.7 111.7c-3.7 12.7-17.1 20-29.8 16.3s-20-17.1-16.3-29.8c19.8-67.7 76.6-124.5 144.3-144.3c12.7-3.7 26.1 3.6 29.8 16.3s-3.6 26.1-16.3 29.8z"],handshake:[640,512,[],"f2b5","M272.2 64.6l-51.1 51.1c-15.3 4.2-29.5 11.9-41.5 22.5L153 161.9C142.8 171 129.5 176 115.8 176H96V304c20.4 .6 39.8 8.9 54.3 23.4l35.6 35.6 7 7 0 0L219.9 397c6.2 6.2 16.4 6.2 22.6 0c1.7-1.7 3-3.7 3.7-5.8c2.8-7.7 9.3-13.5 17.3-15.3s16.4 .6 22.2 6.5L296.5 393c11.6 11.6 30.4 11.6 41.9 0c5.4-5.4 8.3-12.3 8.6-19.4c.4-8.8 5.6-16.6 13.6-20.4s17.3-3 24.4 2.1c9.4 6.7 22.5 5.8 30.9-2.6c9.4-9.4 9.4-24.6 0-33.9L340.1 243l-35.8 33c-27.3 25.2-69.2 25.6-97 .9c-31.7-28.2-32.4-77.4-1.6-106.5l70.1-66.2C303.2 78.4 339.4 64 377.1 64c36.1 0 71 13.3 97.9 37.2L505.1 128H544h40 40c8.8 0 16 7.2 16 16V352c0 17.7-14.3 32-32 32H576c-11.8 0-22.2-6.4-27.7-16H463.4c-3.4 6.7-7.9 13.1-13.5 18.7c-17.1 17.1-40.8 23.8-63 20.1c-3.6 7.3-8.5 14.1-14.6 20.2c-27.3 27.3-70 30-100.4 8.1c-25.1 20.8-62.5 19.5-86-4.1L159 404l-7-7-35.6-35.6c-5.5-5.5-12.7-8.7-20.4-9.3C96 369.7 81.6 384 64 384H32c-17.7 0-32-14.3-32-32V144c0-8.8 7.2-16 16-16H56 96h19.8c2 0 3.9-.7 5.3-2l26.5-23.6C175.5 77.7 211.4 64 248.7 64H259c4.4 0 8.9 .2 13.2 .6zM544 320V176H496c-5.9 0-11.6-2.2-15.9-6.1l-36.9-32.8c-18.2-16.2-41.7-25.1-66.1-25.1c-25.4 0-49.8 9.7-68.3 27.1l-70.1 66.2c-10.3 9.8-10.1 26.3 .5 35.7c9.3 8.3 23.4 8.1 32.5-.3l71.9-66.4c9.7-9 24.9-8.4 33.9 1.4s8.4 24.9-1.4 33.9l-.8 .8 74.4 74.4c10 10 16.5 22.3 19.4 35.1H544zM64 336a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm528 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32z"],gem:[512,512,[128142],"f3a5","M168.5 72L256 165l87.5-93h-175zM383.9 99.1L311.5 176h129L383.9 99.1zm50 124.9H256 78.1L256 420.3 433.9 224zM71.5 176h129L128.1 99.1 71.5 176zm434.3 40.1l-232 256c-4.5 5-11 7.9-17.8 7.9s-13.2-2.9-17.8-7.9l-232-256c-7.7-8.5-8.3-21.2-1.5-30.4l112-152c4.5-6.1 11.7-9.8 19.3-9.8H376c7.6 0 14.8 3.6 19.3 9.8l112 152c6.8 9.2 6.1 21.9-1.5 30.4z"],"circle-play":[512,512,[61469,"play-circle"],"f144","M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM188.3 147.1c7.6-4.2 16.8-4.1 24.3 .5l144 88c7.1 4.4 11.5 12.1 11.5 20.5s-4.4 16.1-11.5 20.5l-144 88c-7.4 4.5-16.7 4.7-24.3 .5s-12.3-12.2-12.3-20.9V168c0-8.7 4.7-16.7 12.3-20.9z"],"circle-check":[512,512,[61533,"check-circle"],"f058","M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L369 209z"],"circle-stop":[512,512,[62094,"stop-circle"],"f28d","M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm192-96H320c17.7 0 32 14.3 32 32V320c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V192c0-17.7 14.3-32 32-32z"],"id-badge":[384,512,[],"f2c1","M256 48V64c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32V48H64c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16H320c8.8 0 16-7.2 16-16V64c0-8.8-7.2-16-16-16H256zM0 64C0 28.7 28.7 0 64 0H320c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zM160 320h64c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-32-96a64 64 0 1 1 128 0 64 64 0 1 1 -128 0z"],"face-laugh-beam":[512,512,[128513,"laugh-beam"],"f59a","M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm130.7 57.9c-4.2-13.6 7.1-25.9 21.3-25.9H364.5c14.2 0 25.5 12.4 21.3 25.9C369 368.4 318.2 408 258.2 408s-110.8-39.6-127.5-94.1zm86.9-85.1l0 0 0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0zm160 0l0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0 0 0z"],registered:[512,512,[174],"f25d","M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM160 152V264v96c0 13.3 10.7 24 24 24s24-10.7 24-24V288h60.9l37.2 81.9c5.5 12.1 19.7 17.4 31.8 11.9s17.4-19.7 11.9-31.8L315.7 275c21.8-14.3 36.3-39 36.3-67c0-44.2-35.8-80-80-80H184c-13.3 0-24 10.7-24 24zm48 88V176h64c17.7 0 32 14.3 32 32s-14.3 32-32 32H208z"],"address-card":[576,512,[62140,"contact-card","vcard"],"f2bb","M512 80c8.8 0 16 7.2 16 16V416c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V96c0-8.8 7.2-16 16-16H512zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM208 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128zm-32 32c-44.2 0-80 35.8-80 80c0 8.8 7.2 16 16 16H304c8.8 0 16-7.2 16-16c0-44.2-35.8-80-80-80H176zM376 144c-13.3 0-24 10.7-24 24s10.7 24 24 24h80c13.3 0 24-10.7 24-24s-10.7-24-24-24H376zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24h80c13.3 0 24-10.7 24-24s-10.7-24-24-24H376z"],"face-tired":[512,512,[128555,"tired"],"f5c8","M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm176.5 64.3C196.1 302.1 223.8 288 256 288s59.9 14.1 79.5 32.3C354.5 338.1 368 362 368 384c0 5.4-2.7 10.4-7.2 13.4s-10.2 3.4-15.2 1.3l-17.2-7.5c-22.8-10-47.5-15.1-72.4-15.1s-49.6 5.2-72.4 15.1l-17.2 7.5c-4.9 2.2-10.7 1.7-15.2-1.3s-7.2-8-7.2-13.4c0-22 13.5-45.9 32.5-63.7zm-43-173.6l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 157.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z"],"font-awesome":[448,512,[62501,62694,"font-awesome-flag","font-awesome-logo-full"],"f2b4","M48 56c0-13.3-10.7-24-24-24S0 42.7 0 56V456c0 13.3 10.7 24 24 24s24-10.7 24-24V124.2l12.5-2.4c16.7-3.2 31.5-8.5 44.2-13.1l0 0 0 0c3.7-1.3 7.1-2.6 10.4-3.7c15.2-5.2 30.4-9.1 51.2-9.1c25.6 0 43 6 63.5 13.3l.5 .2c20.9 7.4 44.8 15.9 79.1 15.9c32.4 0 53.7-6.8 90.5-19.6V342.9l-9.5 3.3c-41.5 14.4-55.2 19.2-81 19.2c-25.7 0-43.1-6-63.6-13.3l-.6-.2c-20.8-7.4-44.8-15.8-79-15.8c-16.8 0-31 2-43.9 5c-12.9 3-20.9 16-17.9 28.9s16 20.9 28.9 17.9c9.6-2.2 20.1-3.7 32.9-3.7c25.6 0 43 6 63.5 13.3l.5 .2c20.9 7.4 44.8 15.9 79.1 15.9c34.4 0 56.4-7.7 97.8-22.2c7.5-2.6 15.5-5.4 24.4-8.5l16.2-5.5V360 72 38.4L416.2 49.3c-9.7 3.3-18.2 6.3-25.7 8.9c-41.5 14.4-55.2 19.2-81 19.2c-25.7 0-43.1-6-63.6-13.3l-.6-.2c-20.8-7.4-44.8-15.8-79-15.8c-27.8 0-48.5 5.5-66.6 11.6c-4.9 1.7-9.3 3.3-13.6 4.8c-11.9 4.3-22 7.9-34.7 10.3L48 75.4V56z"],"face-smile-wink":[512,512,[128521,"smile-wink"],"f4da","M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm177.6 62.1C192.8 334.5 218.8 352 256 352s63.2-17.5 78.4-33.9c9-9.7 24.2-10.4 33.9-1.4s10.4 24.2 1.4 33.9c-22 23.8-60 49.4-113.6 49.4s-91.7-25.5-113.6-49.4c-9-9.7-8.4-24.9 1.4-33.9s24.9-8.4 33.9 1.4zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm165.8 21.7c-7.6 8.1-20.2 8.5-28.3 .9s-8.5-20.2-.9-28.3c14.5-15.5 35.2-22.3 54.6-22.3s40.1 6.8 54.6 22.3c7.6 8.1 7.1 20.7-.9 28.3s-20.7 7.1-28.3-.9c-5.5-5.8-14.8-9.7-25.4-9.7s-19.9 3.8-25.4 9.7z"],"file-word":[384,512,[],"f1c2","M48 448V64c0-8.8 7.2-16 16-16H224v80c0 17.7 14.3 32 32 32h80V448c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16zM64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0H64zm55 241.1c-3.8-12.7-17.2-19.9-29.9-16.1s-19.9 17.2-16.1 29.9l48 160c3 10.2 12.4 17.1 23 17.1s19.9-7 23-17.1l25-83.4 25 83.4c3 10.2 12.4 17.1 23 17.1s19.9-7 23-17.1l48-160c3.8-12.7-3.4-26.1-16.1-29.9s-26.1 3.4-29.9 16.1l-25 83.4-25-83.4c-3-10.2-12.4-17.1-23-17.1s-19.9 7-23 17.1l-25 83.4-25-83.4z"],"file-powerpoint":[384,512,[],"f1c4","M64 464c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16H224v80c0 17.7 14.3 32 32 32h80V448c0 8.8-7.2 16-16 16H64zM64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0H64zm72 208c-13.3 0-24 10.7-24 24V336v56c0 13.3 10.7 24 24 24s24-10.7 24-24V360h44c42 0 76-34 76-76s-34-76-76-76H136zm68 104H160V256h44c15.5 0 28 12.5 28 28s-12.5 28-28 28z"],"envelope-open":[512,512,[62135],"f2b6","M255.4 48.2c.2-.1 .4-.2 .6-.2s.4 .1 .6 .2L460.6 194c2.1 1.5 3.4 3.9 3.4 6.5v13.6L291.5 355.7c-20.7 17-50.4 17-71.1 0L48 214.1V200.5c0-2.6 1.2-5 3.4-6.5L255.4 48.2zM48 276.2L190 392.8c38.4 31.5 93.7 31.5 132 0L464 276.2V456c0 4.4-3.6 8-8 8H56c-4.4 0-8-3.6-8-8V276.2zM256 0c-10.2 0-20.2 3.2-28.5 9.1L23.5 154.9C8.7 165.4 0 182.4 0 200.5V456c0 30.9 25.1 56 56 56H456c30.9 0 56-25.1 56-56V200.5c0-18.1-8.7-35.1-23.4-45.6L284.5 9.1C276.2 3.2 266.2 0 256 0z"],"file-zipper":[384,512,["file-archive"],"f1c6","M64 464c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16h48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16h48v80c0 17.7 14.3 32 32 32h80V448c0 8.8-7.2 16-16 16H64zM64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0H64zm48 112c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H128c-8.8 0-16 7.2-16 16zm0 64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H128c-8.8 0-16 7.2-16 16zm-6.3 71.8L82.1 335.9c-1.4 5.4-2.1 10.9-2.1 16.4c0 35.2 28.8 63.7 64 63.7s64-28.5 64-63.7c0-5.5-.7-11.1-2.1-16.4l-23.5-88.2c-3.7-14-16.4-23.8-30.9-23.8H136.6c-14.5 0-27.2 9.7-30.9 23.8zM128 336h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H128c-8.8 0-16-7.2-16-16s7.2-16 16-16z"],square:[448,512,[9632,9723,9724,61590],"f0c8","M384 80c8.8 0 16 7.2 16 16V416c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V96c0-8.8 7.2-16 16-16H384zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z"],snowflake:[448,512,[10052,10054],"f2dc","M224 0c13.3 0 24 10.7 24 24V70.1l23-23c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-57 57v76.5l66.2-38.2 20.9-77.8c3.4-12.8 16.6-20.4 29.4-17s20.4 16.6 17 29.4L373 142.2l37.1-21.4c11.5-6.6 26.2-2.7 32.8 8.8s2.7 26.2-8.8 32.8L397 183.8l31.5 8.4c12.8 3.4 20.4 16.6 17 29.4s-16.6 20.4-29.4 17l-77.8-20.9L272 256l66.2 38.2 77.8-20.9c12.8-3.4 26 4.2 29.4 17s-4.2 26-17 29.4L397 328.2l37.1 21.4c11.5 6.6 15.4 21.3 8.8 32.8s-21.3 15.4-32.8 8.8L373 369.8l8.4 31.5c3.4 12.8-4.2 26-17 29.4s-26-4.2-29.4-17l-20.9-77.8L248 297.6v76.5l57 57c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-23-23V488c0 13.3-10.7 24-24 24s-24-10.7-24-24V441.9l-23 23c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l57-57V297.6l-66.2 38.2-20.9 77.8c-3.4 12.8-16.6 20.4-29.4 17s-20.4-16.6-17-29.4L75 369.8 37.9 391.2c-11.5 6.6-26.2 2.7-32.8-8.8s-2.7-26.2 8.8-32.8L51 328.2l-31.5-8.4c-12.8-3.4-20.4-16.6-17-29.4s16.6-20.4 29.4-17l77.8 20.9L176 256l-66.2-38.2L31.9 238.6c-12.8 3.4-26-4.2-29.4-17s4.2-26 17-29.4L51 183.8 13.9 162.4c-11.5-6.6-15.4-21.3-8.8-32.8s21.3-15.4 32.8-8.8L75 142.2l-8.4-31.5c-3.4-12.8 4.2-26 17-29.4s26 4.2 29.4 17l20.9 77.8L200 214.4V137.9L143 81c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l23 23V24c0-13.3 10.7-24 24-24z"],newspaper:[512,512,[128240],"f1ea","M168 80c-13.3 0-24 10.7-24 24V408c0 8.4-1.4 16.5-4.1 24H440c13.3 0 24-10.7 24-24V104c0-13.3-10.7-24-24-24H168zM72 480c-39.8 0-72-32.2-72-72V112C0 98.7 10.7 88 24 88s24 10.7 24 24V408c0 13.3 10.7 24 24 24s24-10.7 24-24V104c0-39.8 32.2-72 72-72H440c39.8 0 72 32.2 72 72V408c0 39.8-32.2 72-72 72H72zM176 136c0-13.3 10.7-24 24-24h96c13.3 0 24 10.7 24 24v80c0 13.3-10.7 24-24 24H200c-13.3 0-24-10.7-24-24V136zm200-24h32c13.3 0 24 10.7 24 24s-10.7 24-24 24H376c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 80h32c13.3 0 24 10.7 24 24s-10.7 24-24 24H376c-13.3 0-24-10.7-24-24s10.7-24 24-24zM200 272H408c13.3 0 24 10.7 24 24s-10.7 24-24 24H200c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 80H408c13.3 0 24 10.7 24 24s-10.7 24-24 24H200c-13.3 0-24-10.7-24-24s10.7-24 24-24z"],"face-kiss-wink-heart":[512,512,[128536,"kiss-wink-heart"],"f598","M338.9 446.8c-25.4 11-53.4 17.2-82.9 17.2C141.1 464 48 370.9 48 256S141.1 48 256 48s208 93.1 208 208c0 22.4-3.5 43.9-10.1 64.1c3.1 4.5 5.7 9.4 7.8 14.6c12.7-1.6 25.1 .4 36.2 5c9.1-26.2 14-54.4 14-83.7C512 114.6 397.4 0 256 0S0 114.6 0 256S114.6 512 256 512c35.4 0 69.1-7.2 99.7-20.2c-4.8-5.5-8.5-12.2-10.4-19.7l-6.5-25.3zM296 316c0-6.9-3.1-13.2-7.3-18.3c-4.3-5.2-10.1-9.7-16.7-13.4C258.7 276.9 241.4 272 224 272c-3.6 0-6.8 2.5-7.7 6s.6 7.2 3.8 9l0 0 0 0 0 0 .2 .1c.2 .1 .5 .3 .9 .5c.8 .5 2 1.2 3.4 2.1c2.8 1.9 6.5 4.5 10.2 7.6c3.7 3.1 7.2 6.6 9.6 10.1c2.5 3.5 3.5 6.4 3.5 8.6s-1 5-3.5 8.6c-2.5 3.5-5.9 6.9-9.6 10.1c-3.7 3.1-7.4 5.7-10.2 7.6c-1.4 .9-2.6 1.6-3.4 2.1c-.4 .2-.7 .4-.9 .5l-.2 .1 0 0 0 0 0 0 0 0 0 0c-2.5 1.4-4.1 4.1-4.1 7s1.6 5.6 4.1 7l0 0 0 0 0 0 .2 .1c.2 .1 .5 .3 .9 .5c.8 .5 2 1.2 3.4 2.1c2.8 1.9 6.5 4.5 10.2 7.6c3.7 3.1 7.2 6.6 9.6 10.1c2.5 3.5 3.5 6.4 3.5 8.6s-1 5-3.5 8.6c-2.5 3.5-5.9 6.9-9.6 10.1c-3.7 3.1-7.4 5.7-10.2 7.6c-1.4 .9-2.6 1.6-3.4 2.1c-.4 .2-.7 .4-.9 .5l-.2 .1 0 0 0 0 0 0 0 0c-3.2 1.8-4.7 5.5-3.8 9s4.1 6 7.7 6c17.4 0 34.7-4.9 47.9-12.3c6.6-3.7 12.5-8.2 16.7-13.4c4.3-5.1 7.3-11.4 7.3-18.3s-3.1-13.2-7.3-18.3c-4.3-5.2-10.1-9.7-16.7-13.4c-2.7-1.5-5.7-3-8.7-4.3c3.1-1.3 6-2.7 8.7-4.3c6.6-3.7 12.5-8.2 16.7-13.4c4.3-5.1 7.3-11.4 7.3-18.3zM176.4 240a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm159.3-20c10.6 0 19.9 3.8 25.4 9.7c7.6 8.1 20.2 8.5 28.3 .9s8.5-20.2 .9-28.3C375.7 186.8 355 180 335.6 180s-40.1 6.8-54.6 22.3c-7.6 8.1-7.1 20.7 .9 28.3s20.7 7.1 28.3-.9c5.5-5.8 14.8-9.7 25.4-9.7zM434 352.3c-6-23.2-28.8-37-51.1-30.8s-35.4 30.1-29.5 53.4l22.9 89.3c2.2 8.7 11.2 13.9 19.8 11.4l84.9-23.8c22.2-6.2 35.4-30.1 29.5-53.4s-28.8-37-51.1-30.8l-20.2 5.6-5.4-21z"],"star-half-stroke":[640,512,["star-half-alt"],"f5c0","M341.5 13.5C337.5 5.2 329.1 0 319.9 0s-17.6 5.2-21.6 13.5L229.7 154.8 76.5 177.5c-9 1.3-16.5 7.6-19.3 16.3s-.5 18.1 5.9 24.5L174.2 328.4 148 483.9c-1.5 9 2.2 18.1 9.7 23.5s17.3 6 25.3 1.7l137-73.2 137 73.2c8.1 4.3 17.9 3.7 25.3-1.7s11.2-14.5 9.7-23.5L465.6 328.4 576.8 218.2c6.5-6.4 8.7-15.9 5.9-24.5s-10.3-14.9-19.3-16.3L410.1 154.8 341.5 13.5zM320 384.7V79.1l52.5 108.1c3.5 7.1 10.2 12.1 18.1 13.3l118.3 17.5L423 303c-5.5 5.5-8.1 13.3-6.8 21l20.2 119.6L331.2 387.5c-3.5-1.9-7.4-2.8-11.2-2.8z"],"file-excel":[384,512,[],"f1c3","M48 448V64c0-8.8 7.2-16 16-16H224v80c0 17.7 14.3 32 32 32h80V448c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16zM64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0H64zm90.9 233.3c-8.1-10.5-23.2-12.3-33.7-4.2s-12.3 23.2-4.2 33.7L161.6 320l-44.5 57.3c-8.1 10.5-6.3 25.5 4.2 33.7s25.5 6.3 33.7-4.2L192 359.1l37.1 47.6c8.1 10.5 23.2 12.3 33.7 4.2s12.3-23.2 4.2-33.7L222.4 320l44.5-57.3c8.1-10.5 6.3-25.5-4.2-33.7s-25.5-6.3-33.7 4.2L192 280.9l-37.1-47.6z"],"face-grin-beam":[512,512,[128516,"grin-beam"],"f582","M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zM217.6 228.8l0 0 0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0zm160 0l0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0 0 0z"],"object-ungroup":[640,512,[],"f248","M48.2 66.8c-.1-.8-.2-1.7-.2-2.5c0-.1 0-.1 0-.2c0-8.8 7.2-16 16-16c.9 0 1.9 .1 2.8 .2C74.3 49.5 80 56.1 80 64c0 8.8-7.2 16-16 16c-7.9 0-14.5-5.7-15.8-13.2zM0 64c0 26.9 16.5 49.9 40 59.3V228.7C16.5 238.1 0 261.1 0 288c0 35.3 28.7 64 64 64c26.9 0 49.9-16.5 59.3-40H324.7c9.5 23.5 32.5 40 59.3 40c35.3 0 64-28.7 64-64c0-26.9-16.5-49.9-40-59.3V123.3c23.5-9.5 40-32.5 40-59.3c0-35.3-28.7-64-64-64c-26.9 0-49.9 16.5-59.3 40H123.3C113.9 16.5 90.9 0 64 0C28.7 0 0 28.7 0 64zm368 0a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zM324.7 88c6.5 16 19.3 28.9 35.3 35.3V228.7c-16 6.5-28.9 19.3-35.3 35.3H123.3c-6.5-16-19.3-28.9-35.3-35.3V123.3c16-6.5 28.9-19.3 35.3-35.3H324.7zM384 272a16 16 0 1 1 0 32 16 16 0 1 1 0-32zM80 288c0 7.9-5.7 14.5-13.2 15.8c-.8 .1-1.7 .2-2.5 .2l-.2 0c-8.8 0-16-7.2-16-16c0-.9 .1-1.9 .2-2.8C49.5 277.7 56.1 272 64 272c8.8 0 16 7.2 16 16zm391.3-40h45.4c6.5 16 19.3 28.9 35.3 35.3V388.7c-16 6.5-28.9 19.3-35.3 35.3H315.3c-6.5-16-19.3-28.9-35.3-35.3V352H232v36.7c-23.5 9.5-40 32.5-40 59.3c0 35.3 28.7 64 64 64c26.9 0 49.9-16.5 59.3-40H516.7c9.5 23.5 32.5 40 59.3 40c35.3 0 64-28.7 64-64c0-26.9-16.5-49.9-40-59.3V283.3c23.5-9.5 40-32.5 40-59.3c0-35.3-28.7-64-64-64c-26.9 0-49.9 16.5-59.3 40H448v16.4c9.8 8.8 17.8 19.5 23.3 31.6zm88.9-26.7a16 16 0 1 1 31.5 5.5 16 16 0 1 1 -31.5-5.5zM271.8 450.7a16 16 0 1 1 -31.5-5.5 16 16 0 1 1 31.5 5.5zm301.5 13c-7.5-1.3-13.2-7.9-13.2-15.8c0-8.8 7.2-16 16-16c7.9 0 14.5 5.7 15.8 13.2l0 .1c.1 .9 .2 1.8 .2 2.7c0 8.8-7.2 16-16 16c-.9 0-1.9-.1-2.8-.2z"],"circle-right":[512,512,[61838,"arrow-alt-circle-right"],"f35a","M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM294.6 135.1c-4.2-4.5-10.1-7.1-16.3-7.1C266 128 256 138 256 150.3V208H160c-17.7 0-32 14.3-32 32v32c0 17.7 14.3 32 32 32h96v57.7c0 12.3 10 22.3 22.3 22.3c6.2 0 12.1-2.6 16.3-7.1l99.9-107.1c3.5-3.8 5.5-8.7 5.5-13.8s-2-10.1-5.5-13.8L294.6 135.1z"],"face-rolling-eyes":[512,512,[128580,"meh-rolling-eyes"],"f5a5","M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM168 376c0 13.3 10.7 24 24 24H320c13.3 0 24-10.7 24-24s-10.7-24-24-24H192c-13.3 0-24 10.7-24 24zm-8-104c-26.5 0-48-21.5-48-48c0-14.3 6.3-27.2 16.2-36c-.2 1.3-.2 2.6-.2 4c0 17.7 14.3 32 32 32s32-14.3 32-32c0-1.4-.1-2.7-.2-4c10 8.8 16.2 21.7 16.2 36c0 26.5-21.5 48-48 48zm0 32a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm192-32c-26.5 0-48-21.5-48-48c0-14.3 6.3-27.2 16.2-36c-.2 1.3-.2 2.6-.2 4c0 17.7 14.3 32 32 32s32-14.3 32-32c0-1.4-.1-2.7-.2-4c10 8.8 16.2 21.7 16.2 36c0 26.5-21.5 48-48 48zm0 32a80 80 0 1 0 0-160 80 80 0 1 0 0 160z"],"object-group":[576,512,[],"f247","M48 115.8C38.2 107 32 94.2 32 80c0-26.5 21.5-48 48-48c14.2 0 27 6.2 35.8 16H460.2c8.8-9.8 21.6-16 35.8-16c26.5 0 48 21.5 48 48c0 14.2-6.2 27-16 35.8V396.2c9.8 8.8 16 21.6 16 35.8c0 26.5-21.5 48-48 48c-14.2 0-27-6.2-35.8-16H115.8c-8.8 9.8-21.6 16-35.8 16c-26.5 0-48-21.5-48-48c0-14.2 6.2-27 16-35.8V115.8zM125.3 96c-4.8 13.6-15.6 24.4-29.3 29.3V386.7c13.6 4.8 24.4 15.6 29.3 29.3H450.7c4.8-13.6 15.6-24.4 29.3-29.3V125.3c-13.6-4.8-24.4-15.6-29.3-29.3H125.3zm2.7 64c0-17.7 14.3-32 32-32H288c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32V160zM256 320h32c35.3 0 64-28.7 64-64V224h64c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H288c-17.7 0-32-14.3-32-32V320z"],heart:[512,512,[128153,128154,128155,128156,128420,129293,129294,129505,9829,10084,61578],"f004","M225.8 468.2l-2.5-2.3L48.1 303.2C17.4 274.7 0 234.7 0 192.8v-3.3c0-70.4 50-130.8 119.2-144C158.6 37.9 198.9 47 231 69.6c9 6.4 17.4 13.8 25 22.3c4.2-4.8 8.7-9.2 13.5-13.3c3.7-3.2 7.5-6.2 11.5-9c0 0 0 0 0 0C313.1 47 353.4 37.9 392.8 45.4C462 58.6 512 119.1 512 189.5v3.3c0 41.9-17.4 81.9-48.1 110.4L288.7 465.9l-2.5 2.3c-8.2 7.6-19 11.9-30.2 11.9s-22-4.2-30.2-11.9zM239.1 145c-.4-.3-.7-.7-1-1.1l-17.8-20c0 0-.1-.1-.1-.1c0 0 0 0 0 0c-23.1-25.9-58-37.7-92-31.2C81.6 101.5 48 142.1 48 189.5v3.3c0 28.5 11.9 55.8 32.8 75.2L256 430.7 431.2 268c20.9-19.4 32.8-46.7 32.8-75.2v-3.3c0-47.3-33.6-88-80.1-96.9c-34-6.5-69 5.4-92 31.2c0 0 0 0-.1 .1s0 0-.1 .1l-17.8 20c-.3 .4-.7 .7-1 1.1c-4.5 4.5-10.6 7-16.9 7s-12.4-2.5-16.9-7z"],"face-surprise":[512,512,[128558,"surprise"],"f5c2","M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm176.4-80a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM256 288a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"],"circle-pause":[512,512,[62092,"pause-circle"],"f28b","M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm224-72V328c0 13.3-10.7 24-24 24s-24-10.7-24-24V184c0-13.3 10.7-24 24-24s24 10.7 24 24zm112 0V328c0 13.3-10.7 24-24 24s-24-10.7-24-24V184c0-13.3 10.7-24 24-24s24 10.7 24 24z"],circle:[512,512,[128308,128309,128992,128993,128994,128995,128996,9679,9898,9899,11044,61708,61915],"f111","M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"],"circle-up":[512,512,[61467,"arrow-alt-circle-up"],"f35b","M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM135.1 217.4c-4.5 4.2-7.1 10.1-7.1 16.3c0 12.3 10 22.3 22.3 22.3H208v96c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V256h57.7c12.3 0 22.3-10 22.3-22.3c0-6.2-2.6-12.1-7.1-16.3L269.8 117.5c-3.8-3.5-8.7-5.5-13.8-5.5s-10.1 2-13.8 5.5L135.1 217.4z"],"file-audio":[384,512,[],"f1c7","M64 464H320c8.8 0 16-7.2 16-16V160H256c-17.7 0-32-14.3-32-32V48H64c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16zM0 64C0 28.7 28.7 0 64 0H229.5c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zM192 272V400c0 6.5-3.9 12.3-9.9 14.8s-12.9 1.1-17.4-3.5L129.4 376H112c-8.8 0-16-7.2-16-16V312c0-8.8 7.2-16 16-16h17.4l35.3-35.3c4.6-4.6 11.5-5.9 17.4-3.5s9.9 8.3 9.9 14.8zm85.8-4c11.6 20 18.2 43.3 18.2 68s-6.6 48-18.2 68c-6.6 11.5-21.3 15.4-32.8 8.8s-15.4-21.3-8.8-32.8c7.5-12.9 11.8-27.9 11.8-44s-4.3-31.1-11.8-44c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8z"],"file-image":[384,512,[128443],"f1c5","M64 464c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16H224v80c0 17.7 14.3 32 32 32h80V448c0 8.8-7.2 16-16 16H64zM64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0H64zm96 256a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm69.2 46.9c-3-4.3-7.9-6.9-13.2-6.9s-10.2 2.6-13.2 6.9l-41.3 59.7-11.9-19.1c-2.9-4.7-8.1-7.5-13.6-7.5s-10.6 2.8-13.6 7.5l-40 64c-3.1 4.9-3.2 11.1-.4 16.2s8.2 8.2 14 8.2h48 32 40 72c6 0 11.4-3.3 14.2-8.6s2.4-11.6-1-16.5l-72-104z"],"circle-question":[512,512,[62108,"question-circle"],"f059","M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm169.8-90.7c7.9-22.3 29.1-37.3 52.8-37.3h58.3c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24V250.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1H222.6c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"],"face-meh-blank":[512,512,[128566,"meh-blank"],"f5a4","M256 48a208 208 0 1 0 0 416 208 208 0 1 0 0-416zM512 256A256 256 0 1 1 0 256a256 256 0 1 1 512 0zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],eye:[576,512,[128065],"f06e","M288 80c-65.2 0-118.8 29.6-159.9 67.7C89.6 183.5 63 226 49.4 256c13.6 30 40.2 72.5 78.6 108.3C169.2 402.4 222.8 432 288 432s118.8-29.6 159.9-67.7C486.4 328.5 513 286 526.6 256c-13.6-30-40.2-72.5-78.6-108.3C406.8 109.6 353.2 80 288 80zM95.4 112.6C142.5 68.8 207.2 32 288 32s145.5 36.8 192.6 80.6c46.8 43.5 78.1 95.4 93 131.1c3.3 7.9 3.3 16.7 0 24.6c-14.9 35.7-46.2 87.7-93 131.1C433.5 443.2 368.8 480 288 480s-145.5-36.8-192.6-80.6C48.6 356 17.3 304 2.5 268.3c-3.3-7.9-3.3-16.7 0-24.6C17.3 208 48.6 156 95.4 112.6zM288 336c44.2 0 80-35.8 80-80s-35.8-80-80-80c-.7 0-1.3 0-2 0c1.3 5.1 2 10.5 2 16c0 35.3-28.7 64-64 64c-5.5 0-10.9-.7-16-2c0 .7 0 1.3 0 2c0 44.2 35.8 80 80 80zm0-208a128 128 0 1 1 0 256 128 128 0 1 1 0-256z"],"face-sad-cry":[512,512,[128557,"sad-cry"],"f5b3","M400 406.1V288c0-13.3-10.7-24-24-24s-24 10.7-24 24V440.6c-28.7 15-61.4 23.4-96 23.4s-67.3-8.5-96-23.4V288c0-13.3-10.7-24-24-24s-24 10.7-24 24V406.1C72.6 368.2 48 315 48 256C48 141.1 141.1 48 256 48s208 93.1 208 208c0 59-24.6 112.2-64 150.1zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM159.6 220c10.6 0 19.9 3.8 25.4 9.7c7.6 8.1 20.2 8.5 28.3 .9s8.5-20.2 .9-28.3C199.7 186.8 179 180 159.6 180s-40.1 6.8-54.6 22.3c-7.6 8.1-7.1 20.7 .9 28.3s20.7 7.1 28.3-.9c5.5-5.8 14.8-9.7 25.4-9.7zm166.6 9.7c5.5-5.8 14.8-9.7 25.4-9.7s19.9 3.8 25.4 9.7c7.6 8.1 20.2 8.5 28.3 .9s8.5-20.2 .9-28.3C391.7 186.8 371 180 351.6 180s-40.1 6.8-54.6 22.3c-7.6 8.1-7.1 20.7 .9 28.3s20.7 7.1 28.3-.9zM208 320v32c0 26.5 21.5 48 48 48s48-21.5 48-48V320c0-26.5-21.5-48-48-48s-48 21.5-48 48z"],"file-code":[384,512,[],"f1c9","M64 464c-8.8 0-16-7.2-16-16V64c0-8.8 7.2-16 16-16H224v80c0 17.7 14.3 32 32 32h80V448c0 8.8-7.2 16-16 16H64zM64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V154.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0H64zm97 289c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L79 303c-9.4 9.4-9.4 24.6 0 33.9l48 48c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-31-31 31-31zM257 255c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l31 31-31 31c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l48-48c9.4-9.4 9.4-24.6 0-33.9l-48-48z"],"window-maximize":[512,512,[128470],"f2d0","M.3 89.5C.1 91.6 0 93.8 0 96V224 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64V224 96c0-35.3-28.7-64-64-64H64c-2.2 0-4.4 .1-6.5 .3c-9.2 .9-17.8 3.8-25.5 8.2C21.8 46.5 13.4 55.1 7.7 65.5c-3.9 7.3-6.5 15.4-7.4 24zM48 224H464l0 192c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16l0-192z"],"face-frown":[512,512,[9785,"frown"],"f119","M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM174.6 384.1c-4.5 12.5-18.2 18.9-30.7 14.4s-18.9-18.2-14.4-30.7C146.9 319.4 198.9 288 256 288s109.1 31.4 126.6 79.9c4.5 12.5-2 26.2-14.4 30.7s-26.2-2-30.7-14.4C328.2 358.5 297.2 336 256 336s-72.2 22.5-81.4 48.1zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],"floppy-disk":[448,512,[128190,128426,"save"],"f0c7","M48 96V416c0 8.8 7.2 16 16 16H384c8.8 0 16-7.2 16-16V170.5c0-4.2-1.7-8.3-4.7-11.3l33.9-33.9c12 12 18.7 28.3 18.7 45.3V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32H309.5c17 0 33.3 6.7 45.3 18.7l74.5 74.5-33.9 33.9L320.8 84.7c-.3-.3-.5-.5-.8-.8V184c0 13.3-10.7 24-24 24H104c-13.3 0-24-10.7-24-24V80H64c-8.8 0-16 7.2-16 16zm80-16v80H272V80H128zm32 240a64 64 0 1 1 128 0 64 64 0 1 1 -128 0z"],"comment-dots":[512,512,[128172,62075,"commenting"],"f4ad","M168.2 384.9c-15-5.4-31.7-3.1-44.6 6.4c-8.2 6-22.3 14.8-39.4 22.7c5.6-14.7 9.9-31.3 11.3-49.4c1-12.9-3.3-25.7-11.8-35.5C60.4 302.8 48 272 48 240c0-79.5 83.3-160 208-160s208 80.5 208 160s-83.3 160-208 160c-31.6 0-61.3-5.5-87.8-15.1zM26.3 423.8c-1.6 2.7-3.3 5.4-5.1 8.1l-.3 .5c-1.6 2.3-3.2 4.6-4.8 6.9c-3.5 4.7-7.3 9.3-11.3 13.5c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c5.1 0 10.2-.3 15.3-.8l.7-.1c4.4-.5 8.8-1.1 13.2-1.9c.8-.1 1.6-.3 2.4-.5c17.8-3.5 34.9-9.5 50.1-16.1c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9zM144 272a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm144-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm80 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"],"face-grin-squint":[512,512,[128518,"grin-squint"],"f585","M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zm-216-161.7l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 157.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z"],"hand-pointer":[448,512,[],"f25a","M160 64c0-8.8 7.2-16 16-16s16 7.2 16 16V200c0 10.3 6.6 19.5 16.4 22.8s20.6-.1 26.8-8.3c3-3.9 7.6-6.4 12.8-6.4c8.8 0 16 7.2 16 16c0 10.3 6.6 19.5 16.4 22.8s20.6-.1 26.8-8.3c3-3.9 7.6-6.4 12.8-6.4c7.8 0 14.3 5.6 15.7 13c1.6 8.2 7.3 15.1 15.1 18s16.7 1.6 23.3-3.6c2.7-2.1 6.1-3.4 9.9-3.4c8.8 0 16 7.2 16 16l0 16V392c0 39.8-32.2 72-72 72H272 212.3h-.9c-37.4 0-72.4-18.7-93.2-49.9L50.7 312.9c-4.9-7.4-2.9-17.3 4.4-22.2s17.3-2.9 22.2 4.4L116 353.2c5.9 8.8 16.8 12.7 26.9 9.7s17-12.4 17-23V320 64zM176 0c-35.3 0-64 28.7-64 64V261.7C91.2 238 55.5 232.8 28.5 250.7C-.9 270.4-8.9 310.1 10.8 339.5L78.3 440.8c29.7 44.5 79.6 71.2 133.1 71.2h.9H272h56c66.3 0 120-53.7 120-120V288l0-16c0-35.3-28.7-64-64-64c-4.5 0-8.8 .5-13 1.3c-11.7-15.4-30.2-25.3-51-25.3c-6.9 0-13.5 1.1-19.7 3.1C288.7 170.7 269.6 160 248 160c-2.7 0-5.4 .2-8 .5V64c0-35.3-28.7-64-64-64zm48 304c0-8.8-7.2-16-16-16s-16 7.2-16 16v96c0 8.8 7.2 16 16 16s16-7.2 16-16V304zm48-16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16s16-7.2 16-16V304c0-8.8-7.2-16-16-16zm80 16c0-8.8-7.2-16-16-16s-16 7.2-16 16v96c0 8.8 7.2 16 16 16s16-7.2 16-16V304z"],"hand-scissors":[512,512,[],"f257","M.2 276.3c-1.2-35.3 26.4-65 61.7-66.2l3.3-.1L57 208.1C22.5 200.5 .7 166.3 8.3 131.8S50.2 75.5 84.7 83.2l173 38.3c2.3-2.9 4.7-5.7 7.1-8.5l18.4-20.3C299.9 74.5 323.5 64 348.3 64l10.2 0c54.1 0 104.1 28.7 131.3 75.4l1.5 2.6c13.6 23.2 20.7 49.7 20.7 76.6L512 344c0 66.3-53.7 120-120 120l-8 0-96 0c-35.3 0-64-28.7-64-64c0-2.8 .2-5.6 .5-8.3c-19.4-11-32.5-31.8-32.5-55.7c0-.8 0-1.6 0-2.4L66.4 338c-35.3 1.2-65-26.4-66.2-61.7zm63.4-18.2c-8.8 .3-15.7 7.7-15.4 16.5s7.7 15.7 16.5 15.4l161.5-5.6c9.8-.3 18.7 5.3 22.7 14.2s2.2 19.3-4.5 26.4c-2.8 2.9-4.4 6.7-4.4 11c0 8.8 7.2 16 16 16c9.1 0 17.4 5.1 21.5 13.3s3.2 17.9-2.3 25.1c-2 2.7-3.2 6-3.2 9.6c0 8.8 7.2 16 16 16l96 0 8 0c39.8 0 72-32.2 72-72l0-125.4c0-18.4-4.9-36.5-14.2-52.4l-1.5-2.6c-18.6-32-52.8-51.6-89.8-51.6l-10.2 0c-11.3 0-22 4.8-29.6 13.1l-17.5-15.9 17.5 15.9-18.4 20.3c-.6 .6-1.1 1.3-1.7 1.9l57 13.2c8.6 2 14 10.6 12 19.2s-10.6 14-19.2 12l-85.6-19.7L74.3 130c-8.6-1.9-17.2 3.5-19.1 12.2s3.5 17.2 12.2 19.1l187.5 41.6c10.2 2.3 17.8 10.9 18.7 21.4l.1 1c.6 6.6-1.5 13.1-5.8 18.1s-10.6 7.9-17.2 8.2L63.6 258.1z"],"face-grin-tears":[640,512,[128514,"grin-tears"],"f588","M516.1 325.5c1 3 2.1 6 3.3 8.9c3.3 8.1 8.4 18.5 16.5 26.6c3.9 3.9 8.2 7.4 12.7 10.3C506.4 454.8 419.9 512 320 512s-186.4-57.2-228.6-140.6c4.5-2.9 8.7-6.3 12.7-10.3c8.1-8.1 13.2-18.6 16.5-26.6c1.2-2.9 2.3-5.9 3.3-8.9C152.5 406.2 229.5 464 320 464s167.5-57.8 196.1-138.5zM320 48c-101.4 0-185.8 72.5-204.3 168.5c-6.7-3.1-14.3-4.3-22.3-3.1c-6.8 .9-16.2 2.4-26.6 4.4C85.3 94.5 191.6 0 320 0S554.7 94.5 573.2 217.7c-10.3-2-19.8-3.5-26.6-4.4c-8-1.2-15.7 .1-22.3 3.1C505.8 120.5 421.4 48 320 48zM78.5 341.1C60 356.7 32 355.5 14.3 337.7c-18.7-18.7-19.1-48.8-.7-67.2c8.6-8.6 30.1-15.1 50.5-19.6c13-2.8 25.5-4.8 33.9-6c5.4-.8 9.9 3.7 9 9c-3.1 21.5-11.4 70.2-25.5 84.4c-.9 1-1.9 1.8-2.9 2.7zm483 0c-.8-.6-1.5-1.3-2.3-2c-.2-.2-.5-.4-.7-.7c-14.1-14.1-22.5-62.9-25.5-84.4c-.8-5.4 3.7-9.9 9-9c1 .1 2.2 .3 3.3 .5c8.2 1.2 19.2 3 30.6 5.5c20.4 4.4 41.9 10.9 50.5 19.6c18.4 18.4 18 48.5-.7 67.2c-17.7 17.7-45.7 19-64.2 3.4zM439 336.5C414.4 374.6 370.3 400 319.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5c18.7-4.4 35.9 12 25.5 28.1zM281.6 228.8l0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0 0 0zm160 0l0 0 0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0z"],"calendar-xmark":[512,512,["calendar-times"],"f273","M160 0c13.3 0 24 10.7 24 24V64H328V24c0-13.3 10.7-24 24-24s24 10.7 24 24V64h40c35.3 0 64 28.7 64 64v16 48V448c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V192 144 128c0-35.3 28.7-64 64-64h40V24c0-13.3 10.7-24 24-24zM432 192H80V448c0 8.8 7.2 16 16 16H416c8.8 0 16-7.2 16-16V192zm-95 89l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"],"file-video":[384,512,[],"f1c8","M320 464c8.8 0 16-7.2 16-16V160H256c-17.7 0-32-14.3-32-32V48H64c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16H320zM0 64C0 28.7 28.7 0 64 0H229.5c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zM80 288c0-17.7 14.3-32 32-32h96c17.7 0 32 14.3 32 32v16l44.9-29.9c2-1.3 4.4-2.1 6.8-2.1c6.8 0 12.3 5.5 12.3 12.3V387.7c0 6.8-5.5 12.3-12.3 12.3c-2.4 0-4.8-.7-6.8-2.1L240 368v16c0 17.7-14.3 32-32 32H112c-17.7 0-32-14.3-32-32V288z"],"file-pdf":[512,512,[],"f1c1","M64 464H96v48H64c-35.3 0-64-28.7-64-64V64C0 28.7 28.7 0 64 0H229.5c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3V288H336V160H256c-17.7 0-32-14.3-32-32V48H64c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16zM176 352h32c30.9 0 56 25.1 56 56s-25.1 56-56 56H192v32c0 8.8-7.2 16-16 16s-16-7.2-16-16V448 368c0-8.8 7.2-16 16-16zm32 80c13.3 0 24-10.7 24-24s-10.7-24-24-24H192v48h16zm96-80h32c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H304c-8.8 0-16-7.2-16-16V368c0-8.8 7.2-16 16-16zm32 128c8.8 0 16-7.2 16-16V400c0-8.8-7.2-16-16-16H320v96h16zm80-112c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16s-7.2 16-16 16H448v32h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H448v48c0 8.8-7.2 16-16 16s-16-7.2-16-16V432 368z"],comment:[512,512,[128489,61669],"f075","M123.6 391.3c12.9-9.4 29.6-11.8 44.6-6.4c26.5 9.6 56.2 15.1 87.8 15.1c124.7 0 208-80.5 208-160s-83.3-160-208-160S48 160.5 48 240c0 32 12.4 62.8 35.7 89.2c8.6 9.7 12.8 22.5 11.8 35.5c-1.4 18.1-5.7 34.7-11.3 49.4c17-7.9 31.1-16.7 39.4-22.7zM21.2 431.9c1.8-2.7 3.5-5.4 5.1-8.1c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208s-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6c-15.1 6.6-32.3 12.6-50.1 16.1c-.8 .2-1.6 .3-2.4 .5c-4.4 .8-8.7 1.5-13.2 1.9c-.2 0-.5 .1-.7 .1c-5.1 .5-10.2 .8-15.3 .8c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4c4.1-4.2 7.8-8.7 11.3-13.5c1.7-2.3 3.3-4.6 4.8-6.9c.1-.2 .2-.3 .3-.5z"],envelope:[512,512,[128386,9993,61443],"f0e0","M64 112c-8.8 0-16 7.2-16 16v22.1L220.5 291.7c20.7 17 50.4 17 71.1 0L464 150.1V128c0-8.8-7.2-16-16-16H64zM48 212.2V384c0 8.8 7.2 16 16 16H448c8.8 0 16-7.2 16-16V212.2L322 328.8c-38.4 31.5-93.7 31.5-132 0L48 212.2zM0 128C0 92.7 28.7 64 64 64H448c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128z"],hourglass:[384,512,[9203,62032,"hourglass-empty"],"f254","M24 0C10.7 0 0 10.7 0 24S10.7 48 24 48h8V67c0 40.3 16 79 44.5 107.5L158.1 256 76.5 337.5C48 366 32 404.7 32 445v19H24c-13.3 0-24 10.7-24 24s10.7 24 24 24H360c13.3 0 24-10.7 24-24s-10.7-24-24-24h-8V445c0-40.3-16-79-44.5-107.5L225.9 256l81.5-81.5C336 146 352 107.3 352 67V48h8c13.3 0 24-10.7 24-24s-10.7-24-24-24H24zM192 289.9l81.5 81.5C293 391 304 417.4 304 445v19H80V445c0-27.6 11-54 30.5-73.5L192 289.9zm0-67.9l-81.5-81.5C91 121 80 94.6 80 67V48H304V67c0 27.6-11 54-30.5 73.5L192 222.1z"],"calendar-check":[448,512,[],"f274","M128 0c13.3 0 24 10.7 24 24V64H296V24c0-13.3 10.7-24 24-24s24 10.7 24 24V64h40c35.3 0 64 28.7 64 64v16 48V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V192 144 128C0 92.7 28.7 64 64 64h40V24c0-13.3 10.7-24 24-24zM400 192H48V448c0 8.8 7.2 16 16 16H384c8.8 0 16-7.2 16-16V192zM329 297L217 409c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47 95-95c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"],"hard-drive":[512,512,[128436,"hdd"],"f0a0","M64 80c-8.8 0-16 7.2-16 16V258c5.1-1.3 10.5-2 16-2H448c5.5 0 10.9 .7 16 2V96c0-8.8-7.2-16-16-16H64zM48 320v96c0 8.8 7.2 16 16 16H448c8.8 0 16-7.2 16-16V320c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16zM0 320V96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64V320v96c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V320zm280 48a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm120-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"],"face-grin-squint-tears":[512,512,[129315,"grin-squint-tears"],"f586","M426.8 14.2C446-5 477.5-4.6 497.1 14.9s20 51 .7 70.3c-14.8 14.8-65.7 23.6-88.3 26.7c-5.6 .9-10.3-3.9-9.5-9.5C403.3 79.9 412 29 426.8 14.2zM75 75C158.2-8.3 284.5-22.2 382.2 33.2c-1.5 4.8-2.9 9.6-4.1 14.3c-3.1 12.2-5.5 24.6-7.3 35c-80.8-53.6-190.7-44.8-261.9 26.4C37.7 180.1 28.9 290 82.5 370.8c-10.5 1.8-22.9 4.2-35 7.3c-4.7 1.2-9.5 2.5-14.3 4.1C-22.2 284.5-8.2 158.2 75 75zm389.6 58.9c4.7-1.2 9.5-2.5 14.3-4.1C534.2 227.5 520.2 353.8 437 437c-83.2 83.2-209.5 97.2-307.2 41.8c1.5-4.8 2.8-9.6 4-14.3c3.1-12.2 5.5-24.6 7.3-35c80.8 53.6 190.7 44.8 261.9-26.4c71.2-71.2 80-181.1 26.4-261.9c10.5-1.8 22.9-4.2 35-7.3zm-105.4 93c10.1-16.3 33.9-16.9 37.9 1.9c9.5 44.4-3.7 93.5-39.3 129.1s-84.8 48.8-129.1 39.3c-18.7-4-18.2-27.8-1.9-37.9c25.2-15.7 50.2-35.4 73.6-58.8s43.1-48.4 58.8-73.6zM92 265.3l97.4-29.7c11.6-3.5 22.5 7.3 19 19l-29.7 97.4c-2.6 8.6-13.4 11.3-19.8 4.9c-2-2-3.2-4.6-3.4-7.3l-5.1-56.1-56.1-5.1c-2.8-.3-5.4-1.5-7.3-3.4c-6.3-6.3-3.6-17.2 4.9-19.8zm193-178.2c2 2 3.2 4.6 3.4 7.3l5.1 56.1 56.1 5.1c2.8 .3 5.4 1.5 7.3 3.4c6.3 6.3 3.6 17.2-4.9 19.8l-97.4 29.7c-11.6 3.5-22.5-7.3-19-19L265.3 92c2.6-8.6 13.4-11.3 19.8-4.9zM14.9 497.1c-19.6-19.6-20-51-.7-70.3C29 412 79.8 403.2 102.4 400.1c5.6-.9 10.3 3.9 9.5 9.5c-3.2 22.5-11.9 73.5-26.7 88.3C66 517 34.5 516.6 14.9 497.1z"],"rectangle-list":[576,512,["list-alt"],"f022","M64 80c-8.8 0-16 7.2-16 16V416c0 8.8 7.2 16 16 16H512c8.8 0 16-7.2 16-16V96c0-8.8-7.2-16-16-16H64zM0 96C0 60.7 28.7 32 64 32H512c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm96 64a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm104 0c0-13.3 10.7-24 24-24H448c13.3 0 24 10.7 24 24s-10.7 24-24 24H224c-13.3 0-24-10.7-24-24zm0 96c0-13.3 10.7-24 24-24H448c13.3 0 24 10.7 24 24s-10.7 24-24 24H224c-13.3 0-24-10.7-24-24zm0 96c0-13.3 10.7-24 24-24H448c13.3 0 24 10.7 24 24s-10.7 24-24 24H224c-13.3 0-24-10.7-24-24zm-72-64a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM96 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"],"calendar-plus":[512,512,[],"f271","M184 24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H96c-35.3 0-64 28.7-64 64v16 48V448c0 35.3 28.7 64 64 64H416c35.3 0 64-28.7 64-64V192 144 128c0-35.3-28.7-64-64-64H376V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H184V24zM80 192H432V448c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16V192zm176 40c-13.3 0-24 10.7-24 24v48H184c-13.3 0-24 10.7-24 24s10.7 24 24 24h48v48c0 13.3 10.7 24 24 24s24-10.7 24-24V352h48c13.3 0 24-10.7 24-24s-10.7-24-24-24H280V256c0-13.3-10.7-24-24-24z"],"circle-left":[512,512,[61840,"arrow-alt-circle-left"],"f359","M48 256a208 208 0 1 1 416 0A208 208 0 1 1 48 256zm464 0A256 256 0 1 0 0 256a256 256 0 1 0 512 0zM217.4 376.9c4.2 4.5 10.1 7.1 16.3 7.1c12.3 0 22.3-10 22.3-22.3V304h96c17.7 0 32-14.3 32-32V240c0-17.7-14.3-32-32-32H256V150.3c0-12.3-10-22.3-22.3-22.3c-6.2 0-12.1 2.6-16.3 7.1L117.5 242.2c-3.5 3.8-5.5 8.7-5.5 13.8s2 10.1 5.5 13.8l99.9 107.1z"],"money-bill-1":[576,512,["money-bill-alt"],"f3d1","M112 112c0 35.3-28.7 64-64 64V336c35.3 0 64 28.7 64 64H464c0-35.3 28.7-64 64-64V176c-35.3 0-64-28.7-64-64H112zM0 128C0 92.7 28.7 64 64 64H512c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128zM176 256a112 112 0 1 1 224 0 112 112 0 1 1 -224 0zm80-48c0 8.8 7.2 16 16 16v64h-8c-8.8 0-16 7.2-16 16s7.2 16 16 16h24 24c8.8 0 16-7.2 16-16s-7.2-16-16-16h-8V208c0-8.8-7.2-16-16-16H272c-8.8 0-16 7.2-16 16z"],clock:[512,512,[128339,"clock-four"],"f017","M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM232 120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"],keyboard:[576,512,[9e3],"f11c","M64 112c-8.8 0-16 7.2-16 16V384c0 8.8 7.2 16 16 16H512c8.8 0 16-7.2 16-16V128c0-8.8-7.2-16-16-16H64zM0 128C0 92.7 28.7 64 64 64H512c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128zM176 320H400c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V336c0-8.8 7.2-16 16-16zm-72-72c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H120c-8.8 0-16-7.2-16-16V248zm16-96h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H120c-8.8 0-16-7.2-16-16V168c0-8.8 7.2-16 16-16zm64 96c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H200c-8.8 0-16-7.2-16-16V248zm16-96h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H200c-8.8 0-16-7.2-16-16V168c0-8.8 7.2-16 16-16zm64 96c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H280c-8.8 0-16-7.2-16-16V248zm16-96h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H280c-8.8 0-16-7.2-16-16V168c0-8.8 7.2-16 16-16zm64 96c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H360c-8.8 0-16-7.2-16-16V248zm16-96h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H360c-8.8 0-16-7.2-16-16V168c0-8.8 7.2-16 16-16zm64 96c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H440c-8.8 0-16-7.2-16-16V248zm16-96h16c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H440c-8.8 0-16-7.2-16-16V168c0-8.8 7.2-16 16-16z"],"closed-captioning":[576,512,[],"f20a","M512 80c8.8 0 16 7.2 16 16V416c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V96c0-8.8 7.2-16 16-16H512zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM200 208c14.2 0 27 6.1 35.8 16c8.8 9.9 24 10.7 33.9 1.9s10.7-24 1.9-33.9c-17.5-19.6-43.1-32-71.5-32c-53 0-96 43-96 96s43 96 96 96c28.4 0 54-12.4 71.5-32c8.8-9.9 8-25-1.9-33.9s-25-8-33.9 1.9c-8.8 9.9-21.6 16-35.8 16c-26.5 0-48-21.5-48-48s21.5-48 48-48zm144 48c0-26.5 21.5-48 48-48c14.2 0 27 6.1 35.8 16c8.8 9.9 24 10.7 33.9 1.9s10.7-24 1.9-33.9c-17.5-19.6-43.1-32-71.5-32c-53 0-96 43-96 96s43 96 96 96c28.4 0 54-12.4 71.5-32c8.8-9.9 8-25-1.9-33.9s-25-8-33.9 1.9c-8.8 9.9-21.6 16-35.8 16c-26.5 0-48-21.5-48-48z"],images:[576,512,[],"f302","M160 80H512c8.8 0 16 7.2 16 16V320c0 8.8-7.2 16-16 16H490.8L388.1 178.9c-4.4-6.8-12-10.9-20.1-10.9s-15.7 4.1-20.1 10.9l-52.2 79.8-12.4-16.9c-4.5-6.2-11.7-9.8-19.4-9.8s-14.8 3.6-19.4 9.8L175.6 336H160c-8.8 0-16-7.2-16-16V96c0-8.8 7.2-16 16-16zM96 96V320c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H160c-35.3 0-64 28.7-64 64zM48 120c0-13.3-10.7-24-24-24S0 106.7 0 120V344c0 75.1 60.9 136 136 136H456c13.3 0 24-10.7 24-24s-10.7-24-24-24H136c-48.6 0-88-39.4-88-88V120zm208 24a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"],"face-grin":[512,512,[128512,"grin"],"f580","M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],"face-meh":[512,512,[128528,"meh"],"f11a","M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM176.4 240a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm192-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM184 328c-13.3 0-24 10.7-24 24s10.7 24 24 24H328c13.3 0 24-10.7 24-24s-10.7-24-24-24H184z"],"id-card":[576,512,[62147,"drivers-license"],"f2c2","M528 160V416c0 8.8-7.2 16-16 16H320c0-44.2-35.8-80-80-80H176c-44.2 0-80 35.8-80 80H64c-8.8 0-16-7.2-16-16V160H528zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM272 256a64 64 0 1 0 -128 0 64 64 0 1 0 128 0zm104-48c-13.3 0-24 10.7-24 24s10.7 24 24 24h80c13.3 0 24-10.7 24-24s-10.7-24-24-24H376zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24h80c13.3 0 24-10.7 24-24s-10.7-24-24-24H376z"],sun:[512,512,[9728],"f185","M375.7 19.7c-1.5-8-6.9-14.7-14.4-17.8s-16.1-2.2-22.8 2.4L256 61.1 173.5 4.2c-6.7-4.6-15.3-5.5-22.8-2.4s-12.9 9.8-14.4 17.8l-18.1 98.5L19.7 136.3c-8 1.5-14.7 6.9-17.8 14.4s-2.2 16.1 2.4 22.8L61.1 256 4.2 338.5c-4.6 6.7-5.5 15.3-2.4 22.8s9.8 13 17.8 14.4l98.5 18.1 18.1 98.5c1.5 8 6.9 14.7 14.4 17.8s16.1 2.2 22.8-2.4L256 450.9l82.5 56.9c6.7 4.6 15.3 5.5 22.8 2.4s12.9-9.8 14.4-17.8l18.1-98.5 98.5-18.1c8-1.5 14.7-6.9 17.8-14.4s2.2-16.1-2.4-22.8L450.9 256l56.9-82.5c4.6-6.7 5.5-15.3 2.4-22.8s-9.8-12.9-17.8-14.4l-98.5-18.1L375.7 19.7zM269.6 110l65.6-45.2 14.4 78.3c1.8 9.8 9.5 17.5 19.3 19.3l78.3 14.4L402 242.4c-5.7 8.2-5.7 19 0 27.2l45.2 65.6-78.3 14.4c-9.8 1.8-17.5 9.5-19.3 19.3l-14.4 78.3L269.6 402c-8.2-5.7-19-5.7-27.2 0l-65.6 45.2-14.4-78.3c-1.8-9.8-9.5-17.5-19.3-19.3L64.8 335.2 110 269.6c5.7-8.2 5.7-19 0-27.2L64.8 176.8l78.3-14.4c9.8-1.8 17.5-9.5 19.3-19.3l14.4-78.3L242.4 110c8.2 5.7 19 5.7 27.2 0zM256 368a112 112 0 1 0 0-224 112 112 0 1 0 0 224zM192 256a64 64 0 1 1 128 0 64 64 0 1 1 -128 0z"],"face-laugh-wink":[512,512,["laugh-wink"],"f59c","M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm130.7 57.9c-4.2-13.6 7.1-25.9 21.3-25.9H364.5c14.2 0 25.5 12.4 21.3 25.9C369 368.4 318.2 408 258.2 408s-110.8-39.6-127.5-94.1zM144.4 192a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm165.8 21.7c-7.6 8.1-20.2 8.5-28.3 .9s-8.5-20.2-.9-28.3c14.5-15.5 35.2-22.3 54.6-22.3s40.1 6.8 54.6 22.3c7.6 8.1 7.1 20.7-.9 28.3s-20.7 7.1-28.3-.9c-5.5-5.8-14.8-9.7-25.4-9.7s-19.9 3.8-25.4 9.7z"],"circle-down":[512,512,[61466,"arrow-alt-circle-down"],"f358","M256 464a208 208 0 1 1 0-416 208 208 0 1 1 0 416zM256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM376.9 294.6c4.5-4.2 7.1-10.1 7.1-16.3c0-12.3-10-22.3-22.3-22.3H304V160c0-17.7-14.3-32-32-32l-32 0c-17.7 0-32 14.3-32 32v96H150.3C138 256 128 266 128 278.3c0 6.2 2.6 12.1 7.1 16.3l107.1 99.9c3.8 3.5 8.7 5.5 13.8 5.5s10.1-2 13.8-5.5l107.1-99.9z"],"thumbs-down":[512,512,[128078,61576],"f165","M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16H286.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8H384c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32z"],"chess-pawn":[320,512,[9823],"f443","M232 152A72 72 0 1 0 88 152a72 72 0 1 0 144 0zm24 120H243.4l10.7 80H205.7L195 272H160 125l-10.7 80H65.9l10.7-80H64c-13.3 0-24-10.7-24-24s10.7-24 24-24c-15.1-20.1-24-45-24-72C40 85.7 93.7 32 160 32s120 53.7 120 120c0 27-8.9 51.9-24 72c13.3 0 24 10.7 24 24s-10.7 24-24 24zM52.7 464H267.3l-16.6-32H69.2L52.7 464zm207.9-80c12 0 22.9 6.7 28.4 17.3l26.5 51.2c3 5.8 4.6 12.2 4.6 18.7c0 22.5-18.2 40.8-40.8 40.8H40.8C18.2 512 0 493.8 0 471.2c0-6.5 1.6-12.9 4.6-18.7l26.5-51.2C36.5 390.7 47.5 384 59.5 384h201z"],"credit-card":[576,512,[128179,62083,"credit-card-alt"],"f09d","M512 80c8.8 0 16 7.2 16 16v32H48V96c0-8.8 7.2-16 16-16H512zm16 144V416c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V224H528zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm56 304c-13.3 0-24 10.7-24 24s10.7 24 24 24h48c13.3 0 24-10.7 24-24s-10.7-24-24-24H120zm128 0c-13.3 0-24 10.7-24 24s10.7 24 24 24H360c13.3 0 24-10.7 24-24s-10.7-24-24-24H248z"],bell:[448,512,[128276,61602],"f0f3","M224 0c-17.7 0-32 14.3-32 32V49.9C119.5 61.4 64 124.2 64 200v33.4c0 45.4-15.5 89.5-43.8 124.9L5.3 377c-5.8 7.2-6.9 17.1-2.9 25.4S14.8 416 24 416H424c9.2 0 17.6-5.3 21.6-13.6s2.9-18.2-2.9-25.4l-14.9-18.6C399.5 322.9 384 278.8 384 233.4V200c0-75.8-55.5-138.6-128-150.1V32c0-17.7-14.3-32-32-32zm0 96h8c57.4 0 104 46.6 104 104v33.4c0 47.9 13.9 94.6 39.7 134.6H72.3C98.1 328 112 281.3 112 233.4V200c0-57.4 46.6-104 104-104h8zm64 352H224 160c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7s18.7-28.3 18.7-45.3z"],file:[384,512,[128196,128459,61462],"f15b","M320 464c8.8 0 16-7.2 16-16V160H256c-17.7 0-32-14.3-32-32V48H64c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16H320zM0 64C0 28.7 28.7 0 64 0H229.5c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64z"],hospital:[640,512,[127973,62589,"hospital-alt","hospital-wide"],"f0f8","M232 0c-39.8 0-72 32.2-72 72v8H72C32.2 80 0 112.2 0 152V440c0 39.8 32.2 72 72 72h.2 .2 .2 .2 .2H73h.2 .2 .2 .2 .2 .2 .2 .2 .2 .2H75h.2 .2 .2 .2 .2 .2 .2 .2 .2 .2H77h.2 .2 .2 .2 .2 .2 .2 .2 .2 .2H79h.2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2H82h.2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2H85h.2 .2 .2 .2H86h.2 .2 .2 .2H87h.2 .2 .2 .2H88h.2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2H98h.2 .2 .2 .2H99h.2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2v0H456h8v0H568c39.8 0 72-32.2 72-72V152c0-39.8-32.2-72-72-72H480V72c0-39.8-32.2-72-72-72H232zM480 128h88c13.3 0 24 10.7 24 24v40H536c-13.3 0-24 10.7-24 24s10.7 24 24 24h56v48H536c-13.3 0-24 10.7-24 24s10.7 24 24 24h56V440c0 13.3-10.7 24-24 24H480V336 128zM72 128h88V464h-.1-.2-.2-.2H159h-.2-.2-.2H158h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H154h-.2-.2-.2H153h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H150h-.2-.2-.2H149h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H146h-.2-.2-.2H145h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H142h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H139h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H136h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H133h-.2-.2-.2-.2-.2-.2-.2-.2H131h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H128h-.2-.2-.2-.2-.2-.2-.2-.2H126h-.2-.2-.2-.2-.2-.2-.2-.2H124h-.2-.2-.2-.2-.2-.2-.2-.2H122h-.2-.2-.2-.2-.2-.2-.2-.2H120h-.2-.2-.2-.2-.2-.2-.2-.2H118h-.2-.2-.2-.2-.2-.2-.2-.2H116h-.2-.2-.2-.2-.2-.2-.2-.2H114h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H111h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H108h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H105h-.2-.2-.2-.2H104h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H100h-.2-.2-.2-.2H99h-.2-.2-.2-.2H98h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H88h-.2-.2-.2-.2H87h-.2-.2-.2-.2H86h-.2-.2-.2-.2H85h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H82h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H79h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H77h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H75h-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2H73h-.2-.2-.2-.2-.2H72c-13.2 0-24-10.7-24-24V336h56c13.3 0 24-10.7 24-24s-10.7-24-24-24H48V240h56c13.3 0 24-10.7 24-24s-10.7-24-24-24H48V152c0-13.3 10.7-24 24-24zM208 72c0-13.3 10.7-24 24-24H408c13.3 0 24 10.7 24 24V336 464H368V400c0-26.5-21.5-48-48-48s-48 21.5-48 48v64H208V72zm88 24v24H272c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h24v24c0 8.8 7.2 16 16 16h16c8.8 0 16-7.2 16-16V168h24c8.8 0 16-7.2 16-16V136c0-8.8-7.2-16-16-16H344V96c0-8.8-7.2-16-16-16H312c-8.8 0-16 7.2-16 16z"],"chess-rook":[448,512,[9820],"f447","M80 80V192c0 2.5 1.2 4.9 3.2 6.4l51.2 38.4c6.8 5.1 10.4 13.4 9.5 21.9L133.5 352H85.2l9.4-85L54.4 236.8C40.3 226.2 32 209.6 32 192V72c0-22.1 17.9-40 40-40H376c22.1 0 40 17.9 40 40V192c0 17.6-8.3 34.2-22.4 44.8L353.4 267l9.4 85H314.5l-10.4-93.3c-.9-8.4 2.7-16.8 9.5-21.9l51.2-38.4c2-1.5 3.2-3.9 3.2-6.4V80H304v24c0 13.3-10.7 24-24 24s-24-10.7-24-24V80H192v24c0 13.3-10.7 24-24 24s-24-10.7-24-24V80H80zm4.7 384H363.3l-16.6-32H101.2L84.7 464zm271.9-80c12 0 22.9 6.7 28.4 17.3l26.5 51.2c3 5.8 4.6 12.2 4.6 18.7c0 22.5-18.2 40.8-40.8 40.8H72.8C50.2 512 32 493.8 32 471.2c0-6.5 1.6-12.9 4.6-18.7l26.5-51.2C68.5 390.7 79.5 384 91.5 384h265zM208 288c-8.8 0-16-7.2-16-16V224c0-17.7 14.3-32 32-32s32 14.3 32 32v48c0 8.8-7.2 16-16 16H208z"],"star-half":[576,512,[61731],"f089","M293.3 .6c10.9 2.5 18.6 12.2 18.6 23.4V408.7c0 8.9-4.9 17-12.7 21.2L151 509.1c-8.1 4.3-17.9 3.7-25.3-1.7s-11.2-14.5-9.7-23.5l26.2-155.6L31.1 218.2c-6.5-6.4-8.7-15.9-5.9-24.5s10.3-14.9 19.3-16.3l153.2-22.6L266.3 13.5c4.9-10.1 16.1-15.4 27-12.9zM263.9 128.4l-28.6 58.8c-3.5 7.1-10.2 12.1-18.1 13.3L99 217.9 184.9 303c5.5 5.5 8.1 13.3 6.8 21L171.4 443.7l92.5-49.4V128.4z"],"chess-king":[448,512,[9818],"f43f","M248 24c0-13.3-10.7-24-24-24s-24 10.7-24 24V56H168c-13.3 0-24 10.7-24 24s10.7 24 24 24h32v40H59.6C26.7 144 0 170.7 0 203.6c0 8.2 1.7 16.3 4.9 23.8L59.1 352h52.3L49 208.2c-.6-1.5-1-3-1-4.6c0-6.4 5.2-11.6 11.6-11.6H224 388.4c6.4 0 11.6 5.2 11.6 11.6c0 1.6-.3 3.2-1 4.6L336.5 352h52.3l54.2-124.6c3.3-7.5 4.9-15.6 4.9-23.8c0-32.9-26.7-59.6-59.6-59.6H248V104h32c13.3 0 24-10.7 24-24s-10.7-24-24-24H248V24zM101.2 432H346.8l16.6 32H84.7l16.6-32zm283.7-30.7c-5.5-10.6-16.5-17.3-28.4-17.3H91.5c-12 0-22.9 6.7-28.4 17.3L36.6 452.5c-3 5.8-4.6 12.2-4.6 18.7C32 493.8 50.2 512 72.8 512H375.2c22.5 0 40.8-18.2 40.8-40.8c0-6.5-1.6-12.9-4.6-18.7l-26.5-51.2z"],"circle-user":[512,512,[62142,"user-circle"],"f2bd","M406.5 399.6C387.4 352.9 341.5 320 288 320H224c-53.5 0-99.4 32.9-118.5 79.6C69.9 362.2 48 311.7 48 256C48 141.1 141.1 48 256 48s208 93.1 208 208c0 55.7-21.9 106.2-57.5 143.6zm-40.1 32.7C334.4 452.4 296.6 464 256 464s-78.4-11.6-110.5-31.7c7.3-36.7 39.7-64.3 78.5-64.3h64c38.8 0 71.2 27.6 78.5 64.3zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-272a40 40 0 1 1 0-80 40 40 0 1 1 0 80zm-88-40a88 88 0 1 0 176 0 88 88 0 1 0 -176 0z"],copy:[512,512,[],"f0c5","M448 384H256c-35.3 0-64-28.7-64-64V64c0-35.3 28.7-64 64-64H396.1c12.7 0 24.9 5.1 33.9 14.1l67.9 67.9c9 9 14.1 21.2 14.1 33.9V320c0 35.3-28.7 64-64 64zM64 128h96v48H64c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16H256c8.8 0 16-7.2 16-16V416h48v32c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V192c0-35.3 28.7-64 64-64z"],"share-from-square":[576,512,[61509,"share-square"],"f14d","M400 255.4V240 208c0-8.8-7.2-16-16-16H352 336 289.5c-50.9 0-93.9 33.5-108.3 79.6c-3.3-9.4-5.2-19.8-5.2-31.6c0-61.9 50.1-112 112-112h48 16 32c8.8 0 16-7.2 16-16V80 64.6L506 160 400 255.4zM336 240h16v48c0 17.7 14.3 32 32 32h3.7c7.9 0 15.5-2.9 21.4-8.2l139-125.1c7.6-6.8 11.9-16.5 11.9-26.7s-4.3-19.9-11.9-26.7L409.9 8.9C403.5 3.2 395.3 0 386.7 0C367.5 0 352 15.5 352 34.7V80H336 304 288c-88.4 0-160 71.6-160 160c0 60.4 34.6 99.1 63.9 120.9c5.9 4.4 11.5 8.1 16.7 11.2c4.4 2.7 8.5 4.9 11.9 6.6c3.4 1.7 6.2 3 8.2 3.9c2.2 1 4.6 1.4 7.1 1.4h2.5c9.8 0 17.8-8 17.8-17.8c0-7.8-5.3-14.7-11.6-19.5l0 0c-.4-.3-.7-.5-1.1-.8c-1.7-1.1-3.4-2.5-5-4.1c-.8-.8-1.7-1.6-2.5-2.6s-1.6-1.9-2.4-2.9c-1.8-2.5-3.5-5.3-5-8.5c-2.6-6-4.3-13.3-4.3-22.4c0-36.1 29.3-65.5 65.5-65.5H304h32zM72 32C32.2 32 0 64.2 0 104V440c0 39.8 32.2 72 72 72H408c39.8 0 72-32.2 72-72V376c0-13.3-10.7-24-24-24s-24 10.7-24 24v64c0 13.3-10.7 24-24 24H72c-13.3 0-24-10.7-24-24V104c0-13.3 10.7-24 24-24h64c13.3 0 24-10.7 24-24s-10.7-24-24-24H72z"],copyright:[512,512,[169],"f1f9","M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM199.4 312.6c-31.2-31.2-31.2-81.9 0-113.1s81.9-31.2 113.1 0c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9c-50-50-131-50-181 0s-50 131 0 181s131 50 181 0c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0c-31.2 31.2-81.9 31.2-113.1 0z"],map:[576,512,[128506,62072],"f279","M565.6 36.2C572.1 40.7 576 48.1 576 56V392c0 10-6.2 18.9-15.5 22.4l-168 64c-5.2 2-10.9 2.1-16.1 .3L192.5 417.5l-160 61c-7.4 2.8-15.7 1.8-22.2-2.7S0 463.9 0 456V120c0-10 6.1-18.9 15.5-22.4l168-64c5.2-2 10.9-2.1 16.1-.3L383.5 94.5l160-61c7.4-2.8 15.7-1.8 22.2 2.7zM48 136.5V421.2l120-45.7V90.8L48 136.5zM360 422.7V137.3l-144-48V374.7l144 48zm48-1.5l120-45.7V90.8L408 136.5V421.2z"],"bell-slash":[640,512,[128277,61943],"f1f6","M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L542.6 400c2.7-7.8 1.3-16.5-3.9-23l-14.9-18.6C495.5 322.9 480 278.8 480 233.4V200c0-75.8-55.5-138.6-128-150.1V32c0-17.7-14.3-32-32-32s-32 14.3-32 32V49.9c-43.9 7-81.5 32.7-104.4 68.7L38.8 5.1zM221.7 148.4C239.6 117.1 273.3 96 312 96h8 8c57.4 0 104 46.6 104 104v33.4c0 32.7 6.4 64.8 18.7 94.5L221.7 148.4zM406.2 416l-60.9-48H168.3c21.2-32.8 34.4-70.3 38.4-109.1L160 222.1v11.4c0 45.4-15.5 89.5-43.8 124.9L101.3 377c-5.8 7.2-6.9 17.1-2.9 25.4s12.4 13.6 21.6 13.6H406.2zM384 448H320 256c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7s18.7-28.3 18.7-45.3z"],"hand-lizard":[512,512,[],"f258","M72 112c-13.3 0-24 10.7-24 24s10.7 24 24 24H240c35.3 0 64 28.7 64 64s-28.7 64-64 64H136c-13.3 0-24 10.7-24 24s10.7 24 24 24H288c4.5 0 8.9 1.3 12.7 3.6l64 40c7 4.4 11.3 12.1 11.3 20.4v24c0 13.3-10.7 24-24 24s-24-10.7-24-24V413.3L281.1 384H136c-39.8 0-72-32.2-72-72s32.2-72 72-72H240c8.8 0 16-7.2 16-16s-7.2-16-16-16H72c-39.8 0-72-32.2-72-72S32.2 64 72 64H281.6c46.7 0 90.9 21.5 119.7 58.3l78.4 100.1c20.9 26.7 32.3 59.7 32.3 93.7V424c0 13.3-10.7 24-24 24s-24-10.7-24-24V316.1c0-23.2-7.8-45.8-22.1-64.1L363.5 151.9c-19.7-25.2-49.9-39.9-81.9-39.9H72z"],"face-smile":[512,512,[128578,"smile"],"f118","M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm177.6 62.1C192.8 334.5 218.8 352 256 352s63.2-17.5 78.4-33.9c9-9.7 24.2-10.4 33.9-1.4s10.4 24.2 1.4 33.9c-22 23.8-60 49.4-113.6 49.4s-91.7-25.5-113.6-49.4c-9-9.7-8.4-24.9 1.4-33.9s24.9-8.4 33.9 1.4zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],"hand-peace":[512,512,[9996],"f25b","M250.8 1.4c-35.2-3.7-66.6 21.8-70.3 57L174 119 156.7 69.6C145 36.3 108.4 18.8 75.1 30.5S24.2 78.8 35.9 112.1L88.7 262.2C73.5 276.7 64 297.3 64 320v0 24c0 92.8 75.2 168 168 168h48c92.8 0 168-75.2 168-168V272 256 224c0-35.3-28.7-64-64-64c-7.9 0-15.4 1.4-22.4 4c-10.4-21.3-32.3-36-57.6-36c-.7 0-1.5 0-2.2 0l5.9-56.3c3.7-35.2-21.8-66.6-57-70.3zm-.2 155.4C243.9 166.9 240 179 240 192v48c0 .7 0 1.4 0 2c-5.1-1.3-10.5-2-16-2h-7.4l-5.4-15.3 17-161.3c.9-8.8 8.8-15.2 17.6-14.2s15.2 8.8 14.2 17.6l-9.5 90.1zM111.4 85.6L165.7 240H144c-4 0-8 .3-11.9 .9L81.2 96.2c-2.9-8.3 1.5-17.5 9.8-20.4s17.5 1.5 20.4 9.8zM288 192c0-8.8 7.2-16 16-16s16 7.2 16 16v32 16c0 8.8-7.2 16-16 16s-16-7.2-16-16V192zm38.4 108c10.4 21.3 32.3 36 57.6 36c5.5 0 10.9-.7 16-2v10c0 66.3-53.7 120-120 120H232c-66.3 0-120-53.7-120-120l0-24 0 0c0-17.7 14.3-32 32-32h80c8.8 0 16 7.2 16 16s-7.2 16-16 16H184c-13.3 0-24 10.7-24 24s10.7 24 24 24h40c35.3 0 64-28.7 64-64c0-.7 0-1.4 0-2c5.1 1.3 10.5 2 16 2c7.9 0 15.4-1.4 22.4-4zM400 272c0 8.8-7.2 16-16 16s-16-7.2-16-16V240 224c0-8.8 7.2-16 16-16s16 7.2 16 16v32 16z"],"face-grin-hearts":[512,512,[128525,"grin-hearts"],"f584","M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm349.5 52.4c18.7-4.4 35.9 12 25.5 28.1C350.4 374.6 306.3 400 255.9 400s-94.5-25.4-119.1-63.5c-10.4-16.1 6.8-32.5 25.5-28.1c28.9 6.8 60.5 10.5 93.6 10.5s64.7-3.7 93.6-10.5zM215.3 137.1c17.8 4.8 28.4 23.1 23.6 40.8l-17.4 65c-2.3 8.5-11.1 13.6-19.6 11.3l-65.1-17.4c-17.8-4.8-28.4-23.1-23.6-40.8s23.1-28.4 40.8-23.6l16.1 4.3 4.3-16.1c4.8-17.8 23.1-28.4 40.8-23.6zm122.3 23.6l4.3 16.1 16.1-4.3c17.8-4.8 36.1 5.8 40.8 23.6s-5.8 36.1-23.6 40.8l-65.1 17.4c-8.5 2.3-17.3-2.8-19.6-11.3l-17.4-65c-4.8-17.8 5.8-36.1 23.6-40.8s36.1 5.8 40.9 23.6z"],building:[384,512,[127970,61687],"f1ad","M64 48c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16h80V400c0-26.5 21.5-48 48-48s48 21.5 48 48v64h80c8.8 0 16-7.2 16-16V64c0-8.8-7.2-16-16-16H64zM0 64C0 28.7 28.7 0 64 0H320c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zm88 40c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v48c0 8.8-7.2 16-16 16H104c-8.8 0-16-7.2-16-16V104zM232 88h48c8.8 0 16 7.2 16 16v48c0 8.8-7.2 16-16 16H232c-8.8 0-16-7.2-16-16V104c0-8.8 7.2-16 16-16zM88 232c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16v48c0 8.8-7.2 16-16 16H104c-8.8 0-16-7.2-16-16V232zm144-16h48c8.8 0 16 7.2 16 16v48c0 8.8-7.2 16-16 16H232c-8.8 0-16-7.2-16-16V232c0-8.8 7.2-16 16-16z"],"face-grin-beam-sweat":[512,512,[128517,"grin-beam-sweat"],"f583","M476.8 126.3C497.1 120.8 512 102.7 512 81c0-20-28.6-60.4-41.6-77.7c-3.2-4.4-9.6-4.4-12.8 0c-9.5 12.6-27.1 37.2-36 57.5c-.3 .7-.6 1.4-.9 2.1C417.8 69.7 416 76 416 81c0 26 21.5 47 48 47c4.4 0 8.7-.6 12.8-1.7zM395.4 41.2C355.3 15.2 307.4 0 256 0C114.6 0 0 114.6 0 256S114.6 512 256 512s256-114.6 256-256c0-35.8-7.3-69.9-20.6-100.8c-8.6 3.1-17.8 4.8-27.4 4.8c-8.9 0-17.6-1.5-25.7-4.2C454.7 185.5 464 219.7 464 256c0 114.9-93.1 208-208 208S48 370.9 48 256S141.1 48 256 48c48.7 0 93.4 16.7 128.9 44.7c-.6-3.8-.9-7.7-.9-11.7c0-11.4 3.8-22.4 7.1-30.5c1.3-3.1 2.7-6.2 4.3-9.3zM375 336.5c10.4-16.1-6.8-32.5-25.5-28.1c-28.9 6.8-60.5 10.5-93.6 10.5s-64.7-3.7-93.6-10.5c-18.7-4.4-35.9 12-25.5 28.1c24.6 38.1 68.7 63.5 119.1 63.5s94.5-25.4 119.1-63.5zM217.6 228.8l0 0 0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C126.7 188.4 120 206.1 120 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l0 0 0 0 0 0 .2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2 0 0zm160 0l0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C286.7 188.4 280 206.1 280 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l0 0 0 0 0 0 .2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2 0 0 0 0z"],moon:[384,512,[127769,9214],"f186","M144.7 98.7c-21 34.1-33.1 74.3-33.1 117.3c0 98 62.8 181.4 150.4 211.7c-12.4 2.8-25.3 4.3-38.6 4.3C126.6 432 48 353.3 48 256c0-68.9 39.4-128.4 96.8-157.3zm62.1-66C91.1 41.2 0 137.9 0 256C0 379.7 100 480 223.5 480c47.8 0 92-15 128.4-40.6c1.9-1.3 3.7-2.7 5.5-4c4.8-3.6 9.4-7.4 13.9-11.4c2.7-2.4 5.3-4.8 7.9-7.3c5-4.9 6.3-12.5 3.1-18.7s-10.1-9.7-17-8.5c-3.7 .6-7.4 1.2-11.1 1.6c-5 .5-10.1 .9-15.3 1c-1.2 0-2.5 0-3.7 0c-.1 0-.2 0-.3 0c-96.8-.2-175.2-78.9-175.2-176c0-54.8 24.9-103.7 64.1-136c1-.9 2.1-1.7 3.2-2.6c4-3.2 8.2-6.2 12.5-9c3.1-2 6.3-4 9.6-5.8c6.1-3.5 9.2-10.5 7.7-17.3s-7.3-11.9-14.3-12.5c-3.6-.3-7.1-.5-10.7-.6c-2.7-.1-5.5-.1-8.2-.1c-3.3 0-6.5 .1-9.8 .2c-2.3 .1-4.6 .2-6.9 .4z"],calendar:[448,512,[128197,128198],"f133","M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H64C28.7 64 0 92.7 0 128v16 48V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V192 144 128c0-35.3-28.7-64-64-64H344V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H152V24zM48 192H400V448c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V192z"],"face-grin-tongue-wink":[512,512,[128540,"grin-tongue-wink"],"f58b","M348.3 442.4c2.4-8.4 3.7-17.3 3.7-26.4V363.5c8.8-8 16.6-17.1 23-27c10.4-16.1-6.8-32.5-25.5-28.1c-28.9 6.8-60.5 10.5-93.6 10.5s-64.7-3.7-93.6-10.5c-18.7-4.4-35.9 12-25.5 28.1c6.5 10 14.3 19.1 23.1 27.1V416c0 9.2 1.3 18 3.7 26.4C95.1 408.4 48 337.7 48 256C48 141.1 141.1 48 256 48s208 93.1 208 208c0 81.7-47.1 152.4-115.7 186.4zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM159.6 220c10.6 0 19.9 3.8 25.4 9.7c7.6 8.1 20.2 8.5 28.3 .9s8.5-20.2 .9-28.3C199.7 186.8 179 180 159.6 180s-40.1 6.8-54.6 22.3c-7.6 8.1-7.1 20.7 .9 28.3s20.7 7.1 28.3-.9c5.5-5.8 14.8-9.7 25.4-9.7zm176.7 12a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm-.4-72a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm0 128a80 80 0 1 0 0-160 80 80 0 1 0 0 160zM320 416c0 35.3-28.7 64-64 64s-64-28.7-64-64V378.6c0-14.7 11.9-26.6 26.6-26.6h2c11.3 0 21.1 7.9 23.6 18.9c2.8 12.6 20.8 12.6 23.6 0c2.5-11.1 12.3-18.9 23.6-18.9h2c14.7 0 26.6 11.9 26.6 26.6V416z"],clone:[512,512,[],"f24d","M64 464H288c8.8 0 16-7.2 16-16V384h48v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V224c0-35.3 28.7-64 64-64h64v48H64c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16zM224 352c-35.3 0-64-28.7-64-64V64c0-35.3 28.7-64 64-64H448c35.3 0 64 28.7 64 64V288c0 35.3-28.7 64-64 64H224z"],"face-angry":[512,512,[128544,"angry"],"f556","M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm72.4-118.5c9.7-9 10.2-24.2 1.2-33.9C315.3 344.3 290.6 328 256 328s-59.3 16.3-73.5 31.6c-9 9.7-8.5 24.9 1.2 33.9s24.9 8.5 33.9-1.2c7.4-7.9 20-16.4 38.5-16.4s31.1 8.5 38.5 16.4c9 9.7 24.2 10.2 33.9 1.2zM176.4 272c17.7 0 32-14.3 32-32c0-1.5-.1-3-.3-4.4l10.9 3.6c8.4 2.8 17.4-1.7 20.2-10.1s-1.7-17.4-10.1-20.2l-96-32c-8.4-2.8-17.4 1.7-20.2 10.1s1.7 17.4 10.1 20.2l30.7 10.2c-5.8 5.8-9.3 13.8-9.3 22.6c0 17.7 14.3 32 32 32zm192-32c0-8.9-3.6-17-9.5-22.8l30.2-10.1c8.4-2.8 12.9-11.9 10.1-20.2s-11.9-12.9-20.2-10.1l-96 32c-8.4 2.8-12.9 11.9-10.1 20.2s11.9 12.9 20.2 10.1l11.7-3.9c-.2 1.5-.3 3.1-.3 4.7c0 17.7 14.3 32 32 32s32-14.3 32-32z"],"rectangle-xmark":[512,512,[62164,"rectangle-times","times-rectangle","window-close"],"f410","M64 80c-8.8 0-16 7.2-16 16V416c0 8.8 7.2 16 16 16H448c8.8 0 16-7.2 16-16V96c0-8.8-7.2-16-16-16H64zM0 96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm175 79c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z"],"paper-plane":[512,512,[61913],"f1d8","M16.1 260.2c-22.6 12.9-20.5 47.3 3.6 57.3L160 376V479.3c0 18.1 14.6 32.7 32.7 32.7c9.7 0 18.9-4.3 25.1-11.8l62-74.3 123.9 51.6c18.9 7.9 40.8-4.5 43.9-24.7l64-416c1.9-12.1-3.4-24.3-13.5-31.2s-23.3-7.5-34-1.4l-448 256zm52.1 25.5L409.7 90.6 190.1 336l1.2 1L68.2 285.7zM403.3 425.4L236.7 355.9 450.8 116.6 403.3 425.4z"],"life-ring":[512,512,[],"f1cd","M385.1 419.1C349.7 447.2 304.8 464 256 464s-93.7-16.8-129.1-44.9l80.4-80.4c14.3 8.4 31 13.3 48.8 13.3s34.5-4.8 48.8-13.3l80.4 80.4zm68.1 .2C489.9 374.9 512 318.1 512 256s-22.1-118.9-58.8-163.3L465 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L419.3 58.8C374.9 22.1 318.1 0 256 0S137.1 22.1 92.7 58.8L81 47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L58.8 92.7C22.1 137.1 0 193.9 0 256s22.1 118.9 58.8 163.3L47 431c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l11.8-11.8C137.1 489.9 193.9 512 256 512s118.9-22.1 163.3-58.8L431 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-11.8-11.8zm-34.1-34.1l-80.4-80.4c8.4-14.3 13.3-31 13.3-48.8s-4.8-34.5-13.3-48.8l80.4-80.4C447.2 162.3 464 207.2 464 256s-16.8 93.7-44.9 129.1zM385.1 92.9l-80.4 80.4c-14.3-8.4-31-13.3-48.8-13.3s-34.5 4.8-48.8 13.3L126.9 92.9C162.3 64.8 207.2 48 256 48s93.7 16.8 129.1 44.9zM173.3 304.8L92.9 385.1C64.8 349.7 48 304.8 48 256s16.8-93.7 44.9-129.1l80.4 80.4c-8.4 14.3-13.3 31-13.3 48.8s4.8 34.5 13.3 48.8zM208 256a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z"],"face-grimace":[512,512,[128556,"grimace"],"f57f","M256 48a208 208 0 1 0 0 416 208 208 0 1 0 0-416zM512 256A256 256 0 1 1 0 256a256 256 0 1 1 512 0zM168 320c-13.3 0-24 10.7-24 24s10.7 24 24 24h8V320h-8zm40 48h32V320H208v48zm96 0V320H272v48h32zm32 0h8c13.3 0 24-10.7 24-24s-10.7-24-24-24h-8v48zM168 288H344c30.9 0 56 25.1 56 56s-25.1 56-56 56H168c-30.9 0-56-25.1-56-56s25.1-56 56-56zm-23.6-80a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],"calendar-minus":[512,512,[],"f272","M160 0c13.3 0 24 10.7 24 24V64H328V24c0-13.3 10.7-24 24-24s24 10.7 24 24V64h40c35.3 0 64 28.7 64 64v16 48V448c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V192 144 128c0-35.3 28.7-64 64-64h40V24c0-13.3 10.7-24 24-24zM432 192H80V448c0 8.8 7.2 16 16 16H416c8.8 0 16-7.2 16-16V192zM328 352H184c-13.3 0-24-10.7-24-24s10.7-24 24-24H328c13.3 0 24 10.7 24 24s-10.7 24-24 24z"],"circle-xmark":[512,512,[61532,"times-circle","xmark-circle"],"f057","M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c-9.4 9.4-9.4 24.6 0 33.9l47 47-47 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l47-47 47 47c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-47-47 47-47c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-47 47-47-47c-9.4-9.4-24.6-9.4-33.9 0z"],"thumbs-up":[512,512,[128077,61575],"f164","M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z"],"window-minimize":[512,512,[128469],"f2d1","M24 432c-13.3 0-24 10.7-24 24s10.7 24 24 24H488c13.3 0 24-10.7 24-24s-10.7-24-24-24H24z"],"square-full":[512,512,[128997,128998,128999,129e3,129001,129002,129003,11035,11036],"f45c","M464 48V464H48V48H464zM48 0H0V48 464v48H48 464h48V464 48 0H464 48z"],"note-sticky":[448,512,[62026,"sticky-note"],"f249","M64 80c-8.8 0-16 7.2-16 16V416c0 8.8 7.2 16 16 16H288V352c0-17.7 14.3-32 32-32h80V96c0-8.8-7.2-16-16-16H64zM288 480H64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V320v5.5c0 17-6.7 33.3-18.7 45.3l-90.5 90.5c-12 12-28.3 18.7-45.3 18.7H288z"],"face-sad-tear":[512,512,[128546,"sad-tear"],"f5b4","M175.9 448c-35-.1-65.5-22.6-76-54.6C67.6 356.8 48 308.7 48 256C48 141.1 141.1 48 256 48s208 93.1 208 208s-93.1 208-208 208c-28.4 0-55.5-5.7-80.1-16zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM128 369c0 26 21.5 47 48 47s48-21 48-47c0-20-28.4-60.4-41.6-77.7c-3.2-4.4-9.6-4.4-12.8 0C156.6 308.6 128 349 128 369zm128-65c-13.3 0-24 10.7-24 24s10.7 24 24 24c30.7 0 58.7 11.5 80 30.6c9.9 8.8 25 8 33.9-1.9s8-25-1.9-33.9C338.3 320.2 299 304 256 304zm47.6-96a32 32 0 1 0 64 0 32 32 0 1 0 -64 0zm-128 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"],"hand-point-left":[512,512,[],"f0a5","M64 128l177.6 0c-1 5.2-1.6 10.5-1.6 16l0 16-32 0L64 160c-8.8 0-16-7.2-16-16s7.2-16 16-16zm224 16c0-17.7 14.3-32 32-32c0 0 0 0 0 0l24 0c66.3 0 120 53.7 120 120l0 48c0 52.5-33.7 97.1-80.7 113.4c.5-3.1 .7-6.2 .7-9.4c0-20-9.2-37.9-23.6-49.7c4.9-9 7.6-19.4 7.6-30.3c0-15.1-5.3-29-14-40c8.8-11 14-24.9 14-40l0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-40 0-40zm32-80s0 0 0 0c-18 0-34.6 6-48 16L64 80C28.7 80 0 108.7 0 144s28.7 64 64 64l82 0c-1.3 5.1-2 10.5-2 16c0 25.3 14.7 47.2 36 57.6c-2.6 7-4 14.5-4 22.4c0 20 9.2 37.9 23.6 49.7c-4.9 9-7.6 19.4-7.6 30.3c0 35.3 28.7 64 64 64l64 0 24 0c92.8 0 168-75.2 168-168l0-48c0-92.8-75.2-168-168-168l-24 0zM256 400c-8.8 0-16-7.2-16-16s7.2-16 16-16l48 0 16 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0zM240 224c0 5.5 .7 10.9 2 16l-2 0-32 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l32 0 0 16zm24 64l40 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-48 0-16 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l24 0z"]};d1(function(){A1("far",k1),A1("fa-regular",k1)})})();(function(){var c={},e={};try{typeof window<"u"&&(c=window),typeof document<"u"&&(e=document)}catch{}var t=c.navigator||{},s=t.userAgent,l=s===void 0?"":s,a=c,n=e;a.document,n.documentElement&&n.head&&typeof n.addEventListener=="function"&&n.createElement,~l.indexOf("MSIE")||~l.indexOf("Trident/");function i(x,Y){var j=Object.keys(x);if(Object.getOwnPropertySymbols){var G=Object.getOwnPropertySymbols(x);Y&&(G=G.filter(function(p1){return Object.getOwnPropertyDescriptor(x,p1).enumerable})),j.push.apply(j,G)}return j}function r(x){for(var Y=1;Yx.length)&&(Y=x.length);for(var j=0,G=new Array(Y);j1?Y-1:0),G=1;G2&&arguments[2]!==void 0?arguments[2]:{},G=j.skipHooks,p1=G===void 0?!1:G,B=M1(Y);typeof i1.hooks.addPack=="function"&&!p1?i1.hooks.addPack(x,M1(Y)):i1.styles[x]=r(r({},i1.styles[x]||{}),B),x==="fas"&&A1("fa",Y)}var k1={0:[320,512,[],"30","M0 192C0 103.6 71.6 32 160 32s160 71.6 160 160V320c0 88.4-71.6 160-160 160S0 408.4 0 320V192zM160 96c-53 0-96 43-96 96V320c0 53 43 96 96 96s96-43 96-96V192c0-53-43-96-96-96z"],1:[256,512,[],"31","M160 64c0-11.8-6.5-22.6-16.9-28.2s-23-5-32.8 1.6l-96 64C-.5 111.2-4.4 131 5.4 145.8s29.7 18.7 44.4 8.9L96 123.8V416H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h96 96c17.7 0 32-14.3 32-32s-14.3-32-32-32H160V64z"],2:[320,512,[],"32","M142.9 96c-21.5 0-42.2 8.5-57.4 23.8L54.6 150.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L40.2 74.5C67.5 47.3 104.4 32 142.9 32C223 32 288 97 288 177.1c0 38.5-15.3 75.4-42.5 102.6L109.3 416H288c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9L200.2 234.5c15.2-15.2 23.8-35.9 23.8-57.4c0-44.8-36.3-81.1-81.1-81.1z"],3:[320,512,[],"33","M0 64C0 46.3 14.3 32 32 32H272c13.2 0 25 8.1 29.8 20.4s1.5 26.3-8.2 35.2L162.3 208H184c75.1 0 136 60.9 136 136s-60.9 136-136 136H105.4C63 480 24.2 456 5.3 418.1l-1.9-3.8c-7.9-15.8-1.5-35 14.3-42.9s35-1.5 42.9 14.3l1.9 3.8c8.1 16.3 24.8 26.5 42.9 26.5H184c39.8 0 72-32.2 72-72s-32.2-72-72-72H80c-13.2 0-25-8.1-29.8-20.4s-1.5-26.3 8.2-35.2L189.7 96H32C14.3 96 0 81.7 0 64z"],4:[384,512,[],"34","M189 77.6c7.5-16 .7-35.1-15.3-42.6s-35.1-.7-42.6 15.3L3 322.4c-4.7 9.9-3.9 21.5 1.9 30.8S21 368 32 368H256v80c0 17.7 14.3 32 32 32s32-14.3 32-32V368h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H320V160c0-17.7-14.3-32-32-32s-32 14.3-32 32V304H82.4L189 77.6z"],5:[320,512,[],"35","M32.5 58.3C35.3 43.1 48.5 32 64 32H256c17.7 0 32 14.3 32 32s-14.3 32-32 32H90.7L70.3 208H184c75.1 0 136 60.9 136 136s-60.9 136-136 136H100.5c-39.4 0-75.4-22.3-93-57.5l-4.1-8.2c-7.9-15.8-1.5-35 14.3-42.9s35-1.5 42.9 14.3l4.1 8.2c6.8 13.6 20.6 22.1 35.8 22.1H184c39.8 0 72-32.2 72-72s-32.2-72-72-72H32c-9.5 0-18.5-4.2-24.6-11.5s-8.6-16.9-6.9-26.2l32-176z"],6:[320,512,[],"36","M232.4 84.7c11.4-13.5 9.7-33.7-3.8-45.1s-33.7-9.7-45.1 3.8L38.6 214.7C14.7 242.9 1.1 278.4 .1 315.2c0 1.4-.1 2.9-.1 4.3c0 .2 0 .3 0 .5c0 88.4 71.6 160 160 160s160-71.6 160-160c0-85.5-67.1-155.4-151.5-159.8l63.9-75.6zM256 320A96 96 0 1 1 64 320a96 96 0 1 1 192 0z"],7:[320,512,[],"37","M0 64C0 46.3 14.3 32 32 32H288c11.5 0 22 6.1 27.7 16.1s5.7 22.2-.1 32.1l-224 384c-8.9 15.3-28.5 20.4-43.8 11.5s-20.4-28.5-11.5-43.8L232.3 96H32C14.3 96 0 81.7 0 64z"],8:[320,512,[],"38","M304 160c0-70.7-57.3-128-128-128H144C73.3 32 16 89.3 16 160c0 34.6 13.7 66 36 89C20.5 272.3 0 309.8 0 352c0 70.7 57.3 128 128 128h64c70.7 0 128-57.3 128-128c0-42.2-20.5-79.7-52-103c22.3-23 36-54.4 36-89zM176.1 288H192c35.3 0 64 28.7 64 64s-28.7 64-64 64H128c-35.3 0-64-28.7-64-64s28.7-64 64-64h15.9c0 0 .1 0 .1 0h32c0 0 .1 0 .1 0zm0-64c0 0 0 0 0 0H144c0 0 0 0 0 0c-35.3 0-64-28.7-64-64c0-35.3 28.7-64 64-64h32c35.3 0 64 28.7 64 64c0 35.3-28.6 64-64 64z"],9:[320,512,[],"39","M64 192a96 96 0 1 0 192 0A96 96 0 1 0 64 192zm87.5 159.8C67.1 347.4 0 277.5 0 192C0 103.6 71.6 32 160 32s160 71.6 160 160c0 2.6-.1 5.3-.2 7.9c-1.7 35.7-15.2 70-38.4 97.4l-145 171.4c-11.4 13.5-31.6 15.2-45.1 3.8s-15.2-31.6-3.8-45.1l63.9-75.6z"],"fill-drip":[576,512,[],"f576","M41.4 9.4C53.9-3.1 74.1-3.1 86.6 9.4L168 90.7l53.1-53.1c28.1-28.1 73.7-28.1 101.8 0L474.3 189.1c28.1 28.1 28.1 73.7 0 101.8L283.9 481.4c-37.5 37.5-98.3 37.5-135.8 0L30.6 363.9c-37.5-37.5-37.5-98.3 0-135.8L122.7 136 41.4 54.6c-12.5-12.5-12.5-32.8 0-45.3zm176 221.3L168 181.3 75.9 273.4c-4.2 4.2-7 9.3-8.4 14.6H386.7l42.3-42.3c3.1-3.1 3.1-8.2 0-11.3L277.7 82.9c-3.1-3.1-8.2-3.1-11.3 0L213.3 136l49.4 49.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0zM512 512c-35.3 0-64-28.7-64-64c0-25.2 32.6-79.6 51.2-108.7c6-9.4 19.5-9.4 25.5 0C543.4 368.4 576 422.8 576 448c0 35.3-28.7 64-64 64z"],"arrows-to-circle":[640,512,[],"e4bd","M9.4 9.4C21.9-3.1 42.1-3.1 54.6 9.4L160 114.7V96c0-17.7 14.3-32 32-32s32 14.3 32 32v96c0 4.3-.9 8.5-2.4 12.2c-1.6 3.7-3.8 7.3-6.9 10.3l-.1 .1c-3.1 3-6.6 5.3-10.3 6.9c-3.8 1.6-7.9 2.4-12.2 2.4H96c-17.7 0-32-14.3-32-32s14.3-32 32-32h18.7L9.4 54.6C-3.1 42.1-3.1 21.9 9.4 9.4zM256 256a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM114.7 352H96c-17.7 0-32-14.3-32-32s14.3-32 32-32h96 0l.1 0c8.8 0 16.7 3.6 22.5 9.3l.1 .1c3 3.1 5.3 6.6 6.9 10.3c1.6 3.8 2.4 7.9 2.4 12.2v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V397.3L54.6 502.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L114.7 352zM416 96c0-17.7 14.3-32 32-32s32 14.3 32 32v18.7L585.4 9.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L525.3 160H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H448c-8.8 0-16.8-3.6-22.6-9.3l-.1-.1c-3-3.1-5.3-6.6-6.9-10.3s-2.4-7.8-2.4-12.2l0-.1v0V96zM525.3 352L630.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L480 397.3V416c0 17.7-14.3 32-32 32s-32-14.3-32-32V320v0c0 0 0-.1 0-.1c0-4.3 .9-8.4 2.4-12.2c1.6-3.8 3.9-7.3 6.9-10.4c5.8-5.8 13.7-9.3 22.5-9.4c0 0 .1 0 .1 0h0 96c17.7 0 32 14.3 32 32s-14.3 32-32 32H525.3z"],"circle-chevron-right":[512,512,["chevron-circle-right"],"f138","M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM241 377c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l87-87-87-87c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L345 239c9.4 9.4 9.4 24.6 0 33.9L241 377z"],at:[512,512,[61946],"40","M256 64C150 64 64 150 64 256s86 192 192 192c17.7 0 32 14.3 32 32s-14.3 32-32 32C114.6 512 0 397.4 0 256S114.6 0 256 0S512 114.6 512 256v32c0 53-43 96-96 96c-29.3 0-55.6-13.2-73.2-33.9C320 371.1 289.5 384 256 384c-70.7 0-128-57.3-128-128s57.3-128 128-128c27.9 0 53.7 8.9 74.7 24.1c5.7-5 13.1-8.1 21.3-8.1c17.7 0 32 14.3 32 32v80 32c0 17.7 14.3 32 32 32s32-14.3 32-32V256c0-106-86-192-192-192zm64 192a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z"],"trash-can":[448,512,[61460,"trash-alt"],"f2ed","M135.2 17.7C140.6 6.8 151.7 0 163.8 0H284.2c12.1 0 23.2 6.8 28.6 17.7L320 32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 96 0 81.7 0 64S14.3 32 32 32h96l7.2-14.3zM32 128H416V448c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V128zm96 64c-8.8 0-16 7.2-16 16V432c0 8.8 7.2 16 16 16s16-7.2 16-16V208c0-8.8-7.2-16-16-16zm96 0c-8.8 0-16 7.2-16 16V432c0 8.8 7.2 16 16 16s16-7.2 16-16V208c0-8.8-7.2-16-16-16zm96 0c-8.8 0-16 7.2-16 16V432c0 8.8 7.2 16 16 16s16-7.2 16-16V208c0-8.8-7.2-16-16-16z"],"text-height":[576,512,[],"f034","M64 128V96h64l0 320H96c-17.7 0-32 14.3-32 32s14.3 32 32 32H224c17.7 0 32-14.3 32-32s-14.3-32-32-32H192l0-320h64v32c0 17.7 14.3 32 32 32s32-14.3 32-32V80c0-26.5-21.5-48-48-48H160 48C21.5 32 0 53.5 0 80v48c0 17.7 14.3 32 32 32s32-14.3 32-32zM502.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8h32V352H416c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l64 64c12.5 12.5 32.8 12.5 45.3 0l64-64c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8H512V160h32c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-64-64z"],"user-xmark":[640,512,["user-times"],"f235","M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304h91.4C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3zM471 143c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z"],stethoscope:[576,512,[129658],"f0f1","M142.4 21.9c5.6 16.8-3.5 34.9-20.2 40.5L96 71.1V192c0 53 43 96 96 96s96-43 96-96V71.1l-26.1-8.7c-16.8-5.6-25.8-23.7-20.2-40.5s23.7-25.8 40.5-20.2l26.1 8.7C334.4 19.1 352 43.5 352 71.1V192c0 77.2-54.6 141.6-127.3 156.7C231 404.6 278.4 448 336 448c61.9 0 112-50.1 112-112V265.3c-28.3-12.3-48-40.5-48-73.3c0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3V336c0 97.2-78.8 176-176 176c-92.9 0-168.9-71.9-175.5-163.1C87.2 334.2 32 269.6 32 192V71.1c0-27.5 17.6-52 43.8-60.7l26.1-8.7c16.8-5.6 34.9 3.5 40.5 20.2zM480 224a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"],message:[512,512,["comment-alt"],"f27a","M64 0C28.7 0 0 28.7 0 64V352c0 35.3 28.7 64 64 64h96v80c0 6.1 3.4 11.6 8.8 14.3s11.9 2.1 16.8-1.5L309.3 416H448c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64z"],info:[192,512,[],"f129","M48 80a48 48 0 1 1 96 0A48 48 0 1 1 48 80zM0 224c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V448h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H64V256H32c-17.7 0-32-14.3-32-32z"],"down-left-and-up-right-to-center":[512,512,["compress-alt"],"f422","M439 7c9.4-9.4 24.6-9.4 33.9 0l32 32c9.4 9.4 9.4 24.6 0 33.9l-87 87 39 39c6.9 6.9 8.9 17.2 5.2 26.2s-12.5 14.8-22.2 14.8H296c-13.3 0-24-10.7-24-24V72c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l39 39L439 7zM72 272H216c13.3 0 24 10.7 24 24V440c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-39-39L73 505c-9.4 9.4-24.6 9.4-33.9 0L7 473c-9.4-9.4-9.4-24.6 0-33.9l87-87L55 313c-6.9-6.9-8.9-17.2-5.2-26.2s12.5-14.8 22.2-14.8z"],explosion:[576,512,[],"e4e9","M499.6 11.3c6.7-10.7 20.5-14.5 31.7-8.5s15.8 19.5 10.6 31L404.8 338.6c2.2 2.3 4.3 4.7 6.3 7.1l97.2-54.7c10.5-5.9 23.6-3.1 30.9 6.4s6.3 23-2.2 31.5l-87 87H378.5c-13.2-37.3-48.7-64-90.5-64s-77.4 26.7-90.5 64H117.8L42.3 363.7c-9.7-6.7-13.1-19.6-7.9-30.3s17.4-15.9 28.7-12.4l97.2 30.4c3-3.9 6.1-7.7 9.4-11.3L107.4 236.3c-6.1-10.1-3.9-23.1 5.1-30.7s22.2-7.5 31.1 .1L246 293.6c1.5-.4 3-.8 4.5-1.1l13.6-142.7c1.2-12.3 11.5-21.7 23.9-21.7s22.7 9.4 23.9 21.7l13.5 141.9L499.6 11.3zM64 448v0H512v0h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H64zM288 0c13.3 0 24 10.7 24 24V72c0 13.3-10.7 24-24 24s-24-10.7-24-24V24c0-13.3 10.7-24 24-24z"],"file-lines":[384,512,[128441,128462,61686,"file-alt","file-text"],"f15c","M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM112 256H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16z"],"wave-square":[640,512,[],"f83e","M128 64c0-17.7 14.3-32 32-32H320c17.7 0 32 14.3 32 32V416h96V256c0-17.7 14.3-32 32-32H608c17.7 0 32 14.3 32 32s-14.3 32-32 32H512V448c0 17.7-14.3 32-32 32H320c-17.7 0-32-14.3-32-32V96H192V256c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h96V64z"],ring:[512,512,[],"f70b","M64 208c0 7.8 4.4 18.7 17.1 30.3C126.5 214.1 188.9 200 256 200s129.5 14.1 174.9 38.3C443.6 226.7 448 215.8 448 208c0-12.3-10.8-32-47.9-50.6C364.9 139.8 314 128 256 128s-108.9 11.8-144.1 29.4C74.8 176 64 195.7 64 208zm192 40c-47 0-89.3 7.6-122.9 19.7C166.3 280.2 208.8 288 256 288s89.7-7.8 122.9-20.3C345.3 255.6 303 248 256 248zM0 208c0-49.6 39.4-85.8 83.3-107.8C129.1 77.3 190.3 64 256 64s126.9 13.3 172.7 36.2c43.9 22 83.3 58.2 83.3 107.8v96c0 49.6-39.4 85.8-83.3 107.8C382.9 434.7 321.7 448 256 448s-126.9-13.3-172.7-36.2C39.4 389.8 0 353.6 0 304V208z"],"building-un":[384,512,[],"e4d9","M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM237.3 71.1l34.7 52V80c0-8.8 7.2-16 16-16s16 7.2 16 16v96c0 7.1-4.6 13.3-11.4 15.3s-14-.6-17.9-6.4l-34.7-52V176c0 8.8-7.2 16-16 16s-16-7.2-16-16V80c0-7.1 4.6-13.3 11.4-15.3s14 .6 17.9 6.4zM112 80v64c0 8.8 7.2 16 16 16s16-7.2 16-16V80c0-8.8 7.2-16 16-16s16 7.2 16 16v64c0 26.5-21.5 48-48 48s-48-21.5-48-48V80c0-8.8 7.2-16 16-16s16 7.2 16 16z"],"dice-three":[448,512,[9858],"f527","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm64 96a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm64 128a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm128 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],"calendar-days":[448,512,["calendar-alt"],"f073","M128 0c17.7 0 32 14.3 32 32V64H288V32c0-17.7 14.3-32 32-32s32 14.3 32 32V64h48c26.5 0 48 21.5 48 48v48H0V112C0 85.5 21.5 64 48 64H96V32c0-17.7 14.3-32 32-32zM0 192H448V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V192zm64 80v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16zm128 0v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H208c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H336zM64 400v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V400c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V400c0-8.8-7.2-16-16-16H208zm112 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V400c0-8.8-7.2-16-16-16H336c-8.8 0-16 7.2-16 16z"],"anchor-circle-check":[640,512,[],"e4aa","M320 96a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80H224c-17.7 0-32 14.3-32 32s14.3 32 32 32h32V448H208c-53 0-96-43-96-96v-6.1l7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7V352c0 88.4 71.6 160 160 160h80 80c8.2 0 16.3-.6 24.2-1.8c-22.2-16.2-40.4-37.5-53-62.2H320V368 240h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H341.1zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z"],"building-circle-arrow-right":[640,512,[],"e4d1","M0 48C0 21.5 21.5 0 48 0H336c26.5 0 48 21.5 48 48V232.2c-39.1 32.3-64 81.1-64 135.8c0 49.5 20.4 94.2 53.3 126.2C364.5 505.1 351.1 512 336 512H240V432c0-26.5-21.5-48-48-48s-48 21.5-48 48v80H48c-26.5 0-48-21.5-48-48V48zM80 224c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H80zm80 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H176c-8.8 0-16 7.2-16 16zm112-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H272zM64 112v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16zM176 96c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H176zm80 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H272c-8.8 0-16 7.2-16 16zm96 256a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm140.7-67.3c-6.2 6.2-6.2 16.4 0 22.6L521.4 352H432c-8.8 0-16 7.2-16 16s7.2 16 16 16h89.4l-28.7 28.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l56-56c6.2-6.2 6.2-16.4 0-22.6l-56-56c-6.2-6.2-16.4-6.2-22.6 0z"],volleyball:[512,512,[127952,"volleyball-ball"],"f45f","M511.8 267.4c-26.1 8.7-53.4 13.8-81 15.1c9.2-105.3-31.5-204.2-103.2-272.4C434.1 41.1 512 139.5 512 256c0 3.8-.1 7.6-.2 11.4zm-3.9 34.7c-5.8 32-17.6 62-34.2 88.7c-97.5 48.5-217.7 42.6-311.9-24.5c23.7-36.2 55.4-67.7 94.5-91.8c79.9 43.2 170.1 50.8 251.6 27.6zm-236-55.5c-2.5-90.9-41.1-172.7-101.9-231.7C196.8 5.2 225.8 0 256 0c2.7 0 5.3 0 7.9 .1c90.8 60.2 145.7 167.2 134.7 282.3c-43.1-2.4-86.4-14.1-126.8-35.9zM138 28.8c20.6 18.3 38.7 39.4 53.7 62.6C95.9 136.1 30.6 220.8 7.3 316.9C2.5 297.4 0 277 0 256C0 157.2 56 71.5 138 28.8zm69.6 90.5c19.5 38.6 31 81.9 32.3 127.7C162.5 294.6 110.9 368.9 90.2 451C66 430.4 45.6 405.4 30.4 377.2c6.7-108.7 71.9-209.9 177.1-257.9zM256 512c-50.7 0-98-14.7-137.8-40.2c5.6-27 14.8-53.1 27.4-77.7C232.2 454.6 338.1 468.8 433 441c-46 44-108.3 71-177 71z"],"arrows-up-to-line":[576,512,[],"e4c2","M32 96l512 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 32C14.3 32 0 46.3 0 64S14.3 96 32 96zM9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L96 237.3 96 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-210.7 41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0l-96 96zm320 45.3c12.5 12.5 32.8 12.5 45.3 0L416 237.3 416 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-210.7 41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3z"],"sort-down":[320,512,["sort-desc"],"f0dd","M182.6 470.6c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8H288c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-128 128z"],"circle-minus":[512,512,["minus-circle"],"f056","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM184 232H328c13.3 0 24 10.7 24 24s-10.7 24-24 24H184c-13.3 0-24-10.7-24-24s10.7-24 24-24z"],"door-open":[576,512,[],"f52b","M320 32c0-9.9-4.5-19.2-12.3-25.2S289.8-1.4 280.2 1l-179.9 45C79 51.3 64 70.5 64 92.5V448H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H96 288h32V480 32zM256 256c0 17.7-10.7 32-24 32s-24-14.3-24-32s10.7-32 24-32s24 14.3 24 32zm96-128h96V480c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H512V128c0-35.3-28.7-64-64-64H352v64z"],"right-from-bracket":[512,512,["sign-out-alt"],"f2f5","M377.9 105.9L500.7 228.7c7.2 7.2 11.3 17.1 11.3 27.3s-4.1 20.1-11.3 27.3L377.9 406.1c-6.4 6.4-15 9.9-24 9.9c-18.7 0-33.9-15.2-33.9-33.9l0-62.1-128 0c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l128 0 0-62.1c0-18.7 15.2-33.9 33.9-33.9c9 0 17.6 3.6 24 9.9zM160 96L96 96c-17.7 0-32 14.3-32 32l0 256c0 17.7 14.3 32 32 32l64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0c-53 0-96-43-96-96L0 128C0 75 43 32 96 32l64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32z"],atom:[512,512,[9883],"f5d2","M256 398.8c-11.8 5.1-23.4 9.7-34.9 13.5c16.7 33.8 31 35.7 34.9 35.7s18.1-1.9 34.9-35.7c-11.4-3.9-23.1-8.4-34.9-13.5zM446 256c33 45.2 44.3 90.9 23.6 128c-20.2 36.3-62.5 49.3-115.2 43.2c-22 52.1-55.6 84.8-98.4 84.8s-76.4-32.7-98.4-84.8c-52.7 6.1-95-6.8-115.2-43.2C21.7 346.9 33 301.2 66 256c-33-45.2-44.3-90.9-23.6-128c20.2-36.3 62.5-49.3 115.2-43.2C179.6 32.7 213.2 0 256 0s76.4 32.7 98.4 84.8c52.7-6.1 95 6.8 115.2 43.2c20.7 37.1 9.4 82.8-23.6 128zm-65.8 67.4c-1.7 14.2-3.9 28-6.7 41.2c31.8 1.4 38.6-8.7 40.2-11.7c2.3-4.2 7-17.9-11.9-48.1c-6.8 6.3-14 12.5-21.6 18.6zm-6.7-175.9c2.8 13.1 5 26.9 6.7 41.2c7.6 6.1 14.8 12.3 21.6 18.6c18.9-30.2 14.2-44 11.9-48.1c-1.6-2.9-8.4-13-40.2-11.7zM290.9 99.7C274.1 65.9 259.9 64 256 64s-18.1 1.9-34.9 35.7c11.4 3.9 23.1 8.4 34.9 13.5c11.8-5.1 23.4-9.7 34.9-13.5zm-159 88.9c1.7-14.3 3.9-28 6.7-41.2c-31.8-1.4-38.6 8.7-40.2 11.7c-2.3 4.2-7 17.9 11.9 48.1c6.8-6.3 14-12.5 21.6-18.6zM110.2 304.8C91.4 335 96 348.7 98.3 352.9c1.6 2.9 8.4 13 40.2 11.7c-2.8-13.1-5-26.9-6.7-41.2c-7.6-6.1-14.8-12.3-21.6-18.6zM336 256a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zm-80-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],soap:[512,512,[129532],"e06e","M208 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM320 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128zM416 32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0 160c0 27.6-11.7 52.5-30.4 70.1C422.1 275.7 448 310.8 448 352c0 53-43 96-96 96H160c-53 0-96-43-96-96s43-96 96-96h88.4c-15.2-17-24.4-39.4-24.4-64H96c-53 0-96 43-96 96V416c0 53 43 96 96 96H416c53 0 96-43 96-96V288c0-53-43-96-96-96zM160 288c-35.3 0-64 28.7-64 64s28.7 64 64 64H352c35.3 0 64-28.7 64-64s-28.7-64-64-64H320 160z"],icons:[512,512,["heart-music-camera-bolt"],"f86d","M500.3 7.3C507.7 13.3 512 22.4 512 32V176c0 26.5-28.7 48-64 48s-64-21.5-64-48s28.7-48 64-48V71L352 90.2V208c0 26.5-28.7 48-64 48s-64-21.5-64-48s28.7-48 64-48V64c0-15.3 10.8-28.4 25.7-31.4l160-32c9.4-1.9 19.1 .6 26.6 6.6zM74.7 304l11.8-17.8c5.9-8.9 15.9-14.2 26.6-14.2h61.7c10.7 0 20.7 5.3 26.6 14.2L213.3 304H240c26.5 0 48 21.5 48 48V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V352c0-26.5 21.5-48 48-48H74.7zM192 408a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM478.7 278.3L440.3 368H496c6.7 0 12.6 4.1 15 10.4s.6 13.3-4.4 17.7l-128 112c-5.6 4.9-13.9 5.3-19.9 .9s-8.2-12.4-5.3-19.2L391.7 400H336c-6.7 0-12.6-4.1-15-10.4s-.6-13.3 4.4-17.7l128-112c5.6-4.9 13.9-5.3 19.9-.9s8.2 12.4 5.3 19.2zm-339-59.2c-6.5 6.5-17 6.5-23 0L19.9 119.2c-28-29-26.5-76.9 5-103.9c27-23.5 68.4-19 93.4 6.5l10 10.5 9.5-10.5c25-25.5 65.9-30 93.9-6.5c31 27 32.5 74.9 4.5 103.9l-96.4 99.9z"],"microphone-lines-slash":[640,512,["microphone-alt-slash"],"f539","M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L472.1 344.7c15.2-26 23.9-56.3 23.9-88.7V216c0-13.3-10.7-24-24-24s-24 10.7-24 24v24 16c0 21.2-5.1 41.1-14.2 58.7L416 300.8V256H358.9l-34.5-27c2.9-3.1 7-5 11.6-5h80V192H336c-8.8 0-16-7.2-16-16s7.2-16 16-16h80V128H336c-8.8 0-16-7.2-16-16s7.2-16 16-16h80c0-53-43-96-96-96s-96 43-96 96v54.3L38.8 5.1zm362.5 407l-43.1-33.9C346.1 382 333.3 384 320 384c-70.7 0-128-57.3-128-128v-8.7L144.7 210c-.5 1.9-.7 3.9-.7 6v40c0 89.1 66.2 162.7 152 174.4V464H248c-13.3 0-24 10.7-24 24s10.7 24 24 24h72 72c13.3 0 24-10.7 24-24s-10.7-24-24-24H344V430.4c20.4-2.8 39.7-9.1 57.3-18.2z"],"bridge-circle-check":[640,512,[],"e4c9","M64 32C46.3 32 32 46.3 32 64s14.3 32 32 32h40v64H32V288c53 0 96 43 96 96v64c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V384c0-53 43-96 96-96c6.3 0 12.4 .6 18.3 1.7C367.1 231.8 426.9 192 496 192c42.5 0 81.6 15.1 112 40.2V160H536V96h40c17.7 0 32-14.3 32-32s-14.3-32-32-32H64zM488 96v64H408V96h80zM360 96v64H280V96h80zM232 96v64H152V96h80zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z"],"pump-medical":[448,512,[],"e06a","M128 32v96H256V96h60.1c4.2 0 8.3 1.7 11.3 4.7l33.9 33.9c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L372.7 55.4c-15-15-35.4-23.4-56.6-23.4H256c0-17.7-14.3-32-32-32H160c-17.7 0-32 14.3-32 32zM117.4 160c-33.3 0-61 25.5-63.8 58.7L35 442.7C31.9 480 61.3 512 98.8 512H285.2c37.4 0 66.9-32 63.8-69.3l-18.7-224c-2.8-33.2-30.5-58.7-63.8-58.7H117.4zM216 280v32h32c13.3 0 24 10.7 24 24s-10.7 24-24 24H216v32c0 13.3-10.7 24-24 24s-24-10.7-24-24V360H136c-13.3 0-24-10.7-24-24s10.7-24 24-24h32V280c0-13.3 10.7-24 24-24s24 10.7 24 24z"],fingerprint:[512,512,[],"f577","M48 256C48 141.1 141.1 48 256 48c63.1 0 119.6 28.1 157.8 72.5c8.6 10.1 23.8 11.2 33.8 2.6s11.2-23.8 2.6-33.8C403.3 34.6 333.7 0 256 0C114.6 0 0 114.6 0 256v40c0 13.3 10.7 24 24 24s24-10.7 24-24V256zm458.5-52.9c-2.7-13-15.5-21.3-28.4-18.5s-21.3 15.5-18.5 28.4c2.9 13.9 4.5 28.3 4.5 43.1v40c0 13.3 10.7 24 24 24s24-10.7 24-24V256c0-18.1-1.9-35.8-5.5-52.9zM256 80c-19 0-37.4 3-54.5 8.6c-15.2 5-18.7 23.7-8.3 35.9c7.1 8.3 18.8 10.8 29.4 7.9c10.6-2.9 21.8-4.4 33.4-4.4c70.7 0 128 57.3 128 128v24.9c0 25.2-1.5 50.3-4.4 75.3c-1.7 14.6 9.4 27.8 24.2 27.8c11.8 0 21.9-8.6 23.3-20.3c3.3-27.4 5-55 5-82.7V256c0-97.2-78.8-176-176-176zM150.7 148.7c-9.1-10.6-25.3-11.4-33.9-.4C93.7 178 80 215.4 80 256v24.9c0 24.2-2.6 48.4-7.8 71.9C68.8 368.4 80.1 384 96.1 384c10.5 0 19.9-7 22.2-17.3c6.4-28.1 9.7-56.8 9.7-85.8V256c0-27.2 8.5-52.4 22.9-73.1c7.2-10.4 8-24.6-.2-34.2zM256 160c-53 0-96 43-96 96v24.9c0 35.9-4.6 71.5-13.8 106.1c-3.8 14.3 6.7 29 21.5 29c9.5 0 17.9-6.2 20.4-15.4c10.5-39 15.9-79.2 15.9-119.7V256c0-28.7 23.3-52 52-52s52 23.3 52 52v24.9c0 36.3-3.5 72.4-10.4 107.9c-2.7 13.9 7.7 27.2 21.8 27.2c10.2 0 19-7 21-17c7.7-38.8 11.6-78.3 11.6-118.1V256c0-53-43-96-96-96zm24 96c0-13.3-10.7-24-24-24s-24 10.7-24 24v24.9c0 59.9-11 119.3-32.5 175.2l-5.9 15.3c-4.8 12.4 1.4 26.3 13.8 31s26.3-1.4 31-13.8l5.9-15.3C267.9 411.9 280 346.7 280 280.9V256z"],"hand-point-right":[512,512,[],"f0a4","M480 96c17.7 0 32 14.3 32 32s-14.3 32-32 32l-208 0 0-64 208 0zM320 288c17.7 0 32 14.3 32 32s-14.3 32-32 32H256c-17.7 0-32-14.3-32-32s14.3-32 32-32h64zm64-64c0 17.7-14.3 32-32 32H304c-17.7 0-32-14.3-32-32s14.3-32 32-32h48c17.7 0 32 14.3 32 32zM288 384c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32h64zm-88-96l.6 0c-5.4 9.4-8.6 20.3-8.6 32c0 13.2 4 25.4 10.8 35.6C177.9 364.3 160 388.1 160 416c0 11.7 3.1 22.6 8.6 32H160C71.6 448 0 376.4 0 288l0-61.7c0-42.4 16.9-83.1 46.9-113.1l11.6-11.6C82.5 77.5 115.1 64 149 64l27 0c35.3 0 64 28.7 64 64v88c0 22.1-17.9 40-40 40s-40-17.9-40-40V160c0-8.8-7.2-16-16-16s-16 7.2-16 16v56c0 39.8 32.2 72 72 72z"],"magnifying-glass-location":[512,512,["search-location"],"f689","M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM288 176c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 48.8 46.5 111.6 68.6 138.6c6 7.3 16.8 7.3 22.7 0c22.1-27 68.6-89.8 68.6-138.6zm-112 0a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"],"forward-step":[320,512,["step-forward"],"f051","M52.5 440.6c-9.5 7.9-22.8 9.7-34.1 4.4S0 428.4 0 416V96C0 83.6 7.2 72.3 18.4 67s24.5-3.6 34.1 4.4l192 160L256 241V96c0-17.7 14.3-32 32-32s32 14.3 32 32V416c0 17.7-14.3 32-32 32s-32-14.3-32-32V271l-11.5 9.6-192 160z"],"face-smile-beam":[512,512,[128522,"smile-beam"],"f5b8","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM164.1 325.5C182 346.2 212.6 368 256 368s74-21.8 91.9-42.5c5.8-6.7 15.9-7.4 22.6-1.6s7.4 15.9 1.6 22.6C349.8 372.1 311.1 400 256 400s-93.8-27.9-116.1-53.5c-5.8-6.7-5.1-16.8 1.6-22.6s16.8-5.1 22.6 1.6zm53.5-96.7l0 0 0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0zm160 0l0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0 0 0z"],"flag-checkered":[448,512,[127937],"f11e","M32 0C49.7 0 64 14.3 64 32V48l69-17.2c38.1-9.5 78.3-5.1 113.5 12.5c46.3 23.2 100.8 23.2 147.1 0l9.6-4.8C423.8 28.1 448 43.1 448 66.1V345.8c0 13.3-8.3 25.3-20.8 30l-34.7 13c-46.2 17.3-97.6 14.6-141.7-7.4c-37.9-19-81.3-23.7-122.5-13.4L64 384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V400 334 64 32C0 14.3 14.3 0 32 0zM64 187.1l64-13.9v65.5L64 252.6V318l48.8-12.2c5.1-1.3 10.1-2.4 15.2-3.3V238.7l38.9-8.4c8.3-1.8 16.7-2.5 25.1-2.1l0-64c13.6 .4 27.2 2.6 40.4 6.4l23.6 6.9v66.7l-41.7-12.3c-7.3-2.1-14.8-3.4-22.3-3.8v71.4c21.8 1.9 43.3 6.7 64 14.4V244.2l22.7 6.7c13.5 4 27.3 6.4 41.3 7.4V194c-7.8-.8-15.6-2.3-23.2-4.5l-40.8-12v-62c-13-3.8-25.8-8.8-38.2-15c-8.2-4.1-16.9-7-25.8-8.8v72.4c-13-.4-26 .8-38.7 3.6L128 173.2V98L64 114v73.1zM320 335.7c16.8 1.5 33.9-.7 50-6.8l14-5.2V251.9l-7.9 1.8c-18.4 4.3-37.3 5.7-56.1 4.5v77.4zm64-149.4V115.4c-20.9 6.1-42.4 9.1-64 9.1V194c13.9 1.4 28 .5 41.7-2.6l22.3-5.2z"],football:[512,512,[127944,"football-ball"],"f44e","M247.5 25.4c-13.5 3.3-26.4 7.2-38.6 11.7C142.9 61.6 96.7 103.6 66 153.6c-18.3 29.8-30.9 62.3-39.2 95.4L264.5 486.6c13.5-3.3 26.4-7.2 38.6-11.7c66-24.5 112.2-66.5 142.9-116.5c18.3-29.8 30.9-62.3 39.1-95.3L247.5 25.4zM495.2 205.3c6.1-56.8 1.4-112.2-7.7-156.4c-2.7-12.9-13-22.9-26.1-25.1c-58.2-9.7-109.9-12-155.6-7.9L495.2 205.3zM206.1 496L16.8 306.7c-6.1 56.8-1.4 112.2 7.7 156.4c2.7 12.9 13 22.9 26.1 25.1c58.2 9.7 109.9 12 155.6 7.9zm54.6-331.3c6.2-6.2 16.4-6.2 22.6 0l64 64c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-64-64c-6.2-6.2-6.2-16.4 0-22.6zm-48 48c6.2-6.2 16.4-6.2 22.6 0l64 64c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-64-64c-6.2-6.2-6.2-16.4 0-22.6zm-48 48c6.2-6.2 16.4-6.2 22.6 0l64 64c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-64-64c-6.2-6.2-6.2-16.4 0-22.6z"],"school-circle-exclamation":[640,512,[],"e56c","M337.8 5.4C327-1.8 313-1.8 302.2 5.4L166.3 96H48C21.5 96 0 117.5 0 144V464c0 26.5 21.5 48 48 48H320v0H256V416c0-35.3 28.7-64 64-64l.3 0h.5c3.4-37.7 18.7-72.1 42.2-99.1C350.2 260 335.6 264 320 264c-48.6 0-88-39.4-88-88s39.4-88 88-88s88 39.4 88 88c0 18.3-5.6 35.3-15.1 49.4c29-21 64.6-33.4 103.1-33.4c59.5 0 112.1 29.6 144 74.8V144c0-26.5-21.5-48-48-48H473.7L337.8 5.4zM96 192h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16V208c0-8.8 7.2-16 16-16zm0 128h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16V336c0-8.8 7.2-16 16-16zM320 128c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H336V144c0-8.8-7.2-16-16-16zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16V288c0-8.8 7.2-16 16-16z"],crop:[512,512,[],"f125","M448 109.3l54.6-54.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L402.7 64 160 64v64l178.7 0L128 338.7V32c0-17.7-14.3-32-32-32S64 14.3 64 32V64H32C14.3 64 0 78.3 0 96s14.3 32 32 32H64V384c0 35.3 28.7 64 64 64H352V384H173.3L384 173.3 384 480c0 17.7 14.3 32 32 32s32-14.3 32-32V448h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H448l0-274.7z"],"angles-down":[448,512,["angle-double-down"],"f103","M246.6 470.6c-12.5 12.5-32.8 12.5-45.3 0l-160-160c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L224 402.7 361.4 265.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-160 160zm160-352l-160 160c-12.5 12.5-32.8 12.5-45.3 0l-160-160c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L224 210.7 361.4 73.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3z"],"users-rectangle":[640,512,[],"e594","M96 0C43 0 0 43 0 96V416c0 53 43 96 96 96H544c53 0 96-43 96-96V96c0-53-43-96-96-96H96zM64 96c0-17.7 14.3-32 32-32H544c17.7 0 32 14.3 32 32V416c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V96zm159.8 80a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM96 309.3c0 14.7 11.9 26.7 26.7 26.7h56.1c8-34.1 32.8-61.7 65.2-73.6c-7.5-4.1-16.2-6.4-25.3-6.4H149.3C119.9 256 96 279.9 96 309.3zM461.2 336h56.1c14.7 0 26.7-11.9 26.7-26.7c0-29.5-23.9-53.3-53.3-53.3H421.3c-9.2 0-17.8 2.3-25.3 6.4c32.4 11.9 57.2 39.5 65.2 73.6zM372 289c-3.9-.7-7.9-1-12-1H280c-4.1 0-8.1 .3-12 1c-26 4.4-47.3 22.7-55.9 47c-2.7 7.5-4.1 15.6-4.1 24c0 13.3 10.7 24 24 24H408c13.3 0 24-10.7 24-24c0-8.4-1.4-16.5-4.1-24c-8.6-24.3-29.9-42.6-55.9-47zM512 176a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM320 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128z"],"people-roof":[640,512,[],"e537","M335.5 4l288 160c15.4 8.6 21 28.1 12.4 43.5s-28.1 21-43.5 12.4L320 68.6 47.5 220c-15.4 8.6-34.9 3-43.5-12.4s-3-34.9 12.4-43.5L304.5 4c9.7-5.4 21.4-5.4 31.1 0zM320 160a40 40 0 1 1 0 80 40 40 0 1 1 0-80zM144 256a40 40 0 1 1 0 80 40 40 0 1 1 0-80zm312 40a40 40 0 1 1 80 0 40 40 0 1 1 -80 0zM226.9 491.4L200 441.5V480c0 17.7-14.3 32-32 32H120c-17.7 0-32-14.3-32-32V441.5L61.1 491.4c-6.3 11.7-20.8 16-32.5 9.8s-16-20.8-9.8-32.5l37.9-70.3c15.3-28.5 45.1-46.3 77.5-46.3h19.5c16.3 0 31.9 4.5 45.4 12.6l33.6-62.3c15.3-28.5 45.1-46.3 77.5-46.3h19.5c32.4 0 62.1 17.8 77.5 46.3l33.6 62.3c13.5-8.1 29.1-12.6 45.4-12.6h19.5c32.4 0 62.1 17.8 77.5 46.3l37.9 70.3c6.3 11.7 1.9 26.2-9.8 32.5s-26.2 1.9-32.5-9.8L552 441.5V480c0 17.7-14.3 32-32 32H472c-17.7 0-32-14.3-32-32V441.5l-26.9 49.9c-6.3 11.7-20.8 16-32.5 9.8s-16-20.8-9.8-32.5l36.3-67.5c-1.7-1.7-3.2-3.6-4.3-5.8L376 345.5V400c0 17.7-14.3 32-32 32H296c-17.7 0-32-14.3-32-32V345.5l-26.9 49.9c-1.2 2.2-2.6 4.1-4.3 5.8l36.3 67.5c6.3 11.7 1.9 26.2-9.8 32.5s-26.2 1.9-32.5-9.8z"],"people-line":[640,512,[],"e534","M360 72a40 40 0 1 0 -80 0 40 40 0 1 0 80 0zM144 208a40 40 0 1 0 0-80 40 40 0 1 0 0 80zM32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H32zM496 208a40 40 0 1 0 0-80 40 40 0 1 0 0 80zM200 313.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-36.3-67.5c1.7-1.7 3.2-3.6 4.3-5.8L264 217.5V272c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32V217.5l26.9 49.9c1.2 2.2 2.6 4.1 4.3 5.8l-36.3 67.5c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L440 313.5V352c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32V313.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-37.9-70.3c-15.3-28.5-45.1-46.3-77.5-46.3H486.2c-16.3 0-31.9 4.5-45.4 12.6l-33.6-62.3c-15.3-28.5-45.1-46.3-77.5-46.3H310.2c-32.4 0-62.1 17.8-77.5 46.3l-33.6 62.3c-13.5-8.1-29.1-12.6-45.4-12.6H134.2c-32.4 0-62.1 17.8-77.5 46.3L18.9 340.6c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L88 313.5V352c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32V313.5z"],"beer-mug-empty":[512,512,["beer"],"f0fc","M32 64c0-17.7 14.3-32 32-32H352c17.7 0 32 14.3 32 32V96h51.2c42.4 0 76.8 34.4 76.8 76.8V274.9c0 30.4-17.9 57.9-45.6 70.2L384 381.7V416c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V64zM384 311.6l56.4-25.1c4.6-2.1 7.6-6.6 7.6-11.7V172.8c0-7.1-5.7-12.8-12.8-12.8H384V311.6zM160 144c0-8.8-7.2-16-16-16s-16 7.2-16 16V368c0 8.8 7.2 16 16 16s16-7.2 16-16V144zm64 0c0-8.8-7.2-16-16-16s-16 7.2-16 16V368c0 8.8 7.2 16 16 16s16-7.2 16-16V144zm64 0c0-8.8-7.2-16-16-16s-16 7.2-16 16V368c0 8.8 7.2 16 16 16s16-7.2 16-16V144z"],"diagram-predecessor":[512,512,[],"e477","M448 416l0-64L64 352l0 64 384 0zm0 64L64 480c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64l384 0c35.3 0 64 28.7 64 64l0 64c0 35.3-28.7 64-64 64zM288 160c0 35.3-28.7 64-64 64L64 224c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l144 0 16 0 144 0c44.2 0 80 35.8 80 80l0 16 38.1 0c21.4 0 32.1 25.9 17 41L433 239c-9.4 9.4-24.6 9.4-33.9 0L329 169c-15.1-15.1-4.4-41 17-41l38.1 0 0-16c0-8.8-7.2-16-16-16l-80 0 0 64z"],"arrow-up-long":[384,512,["long-arrow-up"],"f176","M214.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 109.3V480c0 17.7 14.3 32 32 32s32-14.3 32-32V109.3l73.4 73.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-128-128z"],"fire-flame-simple":[384,512,["burn"],"f46a","M372.5 256.5l-.7-1.9C337.8 160.8 282 76.5 209.1 8.5l-3.3-3C202.1 2 197.1 0 192 0s-10.1 2-13.8 5.5l-3.3 3C102 76.5 46.2 160.8 12.2 254.6l-.7 1.9C3.9 277.3 0 299.4 0 321.6C0 426.7 86.8 512 192 512s192-85.3 192-190.4c0-22.2-3.9-44.2-11.5-65.1zm-90.8 49.5c4.1 9.3 6.2 19.4 6.2 29.5c0 53-43 96.5-96 96.5s-96-43.5-96-96.5c0-10.1 2.1-20.3 6.2-29.5l1.9-4.3c15.8-35.4 37.9-67.7 65.3-95.1l8.9-8.9c3.6-3.6 8.5-5.6 13.6-5.6s10 2 13.6 5.6l8.9 8.9c27.4 27.4 49.6 59.7 65.3 95.1l1.9 4.3z"],person:[320,512,[129485,"male"],"f183","M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l58.3 97c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H152z"],laptop:[640,512,[128187],"f109","M128 32C92.7 32 64 60.7 64 96V352h64V96H512V352h64V96c0-35.3-28.7-64-64-64H128zM19.2 384C8.6 384 0 392.6 0 403.2C0 445.6 34.4 480 76.8 480H563.2c42.4 0 76.8-34.4 76.8-76.8c0-10.6-8.6-19.2-19.2-19.2H19.2z"],"file-csv":[512,512,[],"f6dd","M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384V304H176c-35.3 0-64 28.7-64 64V512H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zM200 352h16c22.1 0 40 17.9 40 40v8c0 8.8-7.2 16-16 16s-16-7.2-16-16v-8c0-4.4-3.6-8-8-8H200c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-8c0-8.8 7.2-16 16-16s16 7.2 16 16v8c0 22.1-17.9 40-40 40H200c-22.1 0-40-17.9-40-40V392c0-22.1 17.9-40 40-40zm133.1 0H368c8.8 0 16 7.2 16 16s-7.2 16-16 16H333.1c-7.2 0-13.1 5.9-13.1 13.1c0 5.2 3 9.9 7.8 12l37.4 16.6c16.3 7.2 26.8 23.4 26.8 41.2c0 24.9-20.2 45.1-45.1 45.1H304c-8.8 0-16-7.2-16-16s7.2-16 16-16h42.9c7.2 0 13.1-5.9 13.1-13.1c0-5.2-3-9.9-7.8-12l-37.4-16.6c-16.3-7.2-26.8-23.4-26.8-41.2c0-24.9 20.2-45.1 45.1-45.1zm98.9 0c8.8 0 16 7.2 16 16v31.6c0 23 5.5 45.6 16 66c10.5-20.3 16-42.9 16-66V368c0-8.8 7.2-16 16-16s16 7.2 16 16v31.6c0 34.7-10.3 68.7-29.6 97.6l-5.1 7.7c-3 4.5-8 7.1-13.3 7.1s-10.3-2.7-13.3-7.1l-5.1-7.7c-19.3-28.9-29.6-62.9-29.6-97.6V368c0-8.8 7.2-16 16-16z"],menorah:[640,512,[],"f676","M20.8 7.4C22.8 2.9 27.1 0 32 0s9.2 2.9 11.2 7.4L61.3 49.7c1.8 4.1 2.7 8.6 2.7 13.1V64c0 17.7-14.3 32-32 32S0 81.7 0 64V62.8c0-4.5 .9-8.9 2.7-13.1L20.8 7.4zm96 0C118.8 2.9 123.1 0 128 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1V64c0 17.7-14.3 32-32 32s-32-14.3-32-32V62.8c0-4.5 .9-8.9 2.7-13.1L116.8 7.4zm77.8 42.4L212.8 7.4C214.8 2.9 219.1 0 224 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1V64c0 17.7-14.3 32-32 32s-32-14.3-32-32V62.8c0-4.5 .9-8.9 2.7-13.1zM308.8 7.4C310.8 2.9 315.1 0 320 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1V64c0 17.7-14.3 32-32 32s-32-14.3-32-32V62.8c0-4.5 .9-8.9 2.7-13.1L308.8 7.4zm77.8 42.4L404.8 7.4C406.8 2.9 411.1 0 416 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1V64c0 17.7-14.3 32-32 32s-32-14.3-32-32V62.8c0-4.5 .9-8.9 2.7-13.1zM500.8 7.4C502.8 2.9 507.1 0 512 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1V64c0 17.7-14.3 32-32 32s-32-14.3-32-32V62.8c0-4.5 .9-8.9 2.7-13.1L500.8 7.4zm77.8 42.4L596.8 7.4C598.8 2.9 603.1 0 608 0s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1V64c0 17.7-14.3 32-32 32s-32-14.3-32-32V62.8c0-4.5 .9-8.9 2.7-13.1zM32 128c17.7 0 32 14.3 32 32V288c0 17.7 14.3 32 32 32H288V160c0-17.7 14.3-32 32-32s32 14.3 32 32V320H544c17.7 0 32-14.3 32-32V160c0-17.7 14.3-32 32-32s32 14.3 32 32V288c0 53-43 96-96 96H352v64H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H320 160c-17.7 0-32-14.3-32-32s14.3-32 32-32H288V384H96c-53 0-96-43-96-96V160c0-17.7 14.3-32 32-32zm96 0c17.7 0 32 14.3 32 32v96 32H96V256 160c0-17.7 14.3-32 32-32zm96 0c17.7 0 32 14.3 32 32v96 32H192V256 160c0-17.7 14.3-32 32-32zm192 0c17.7 0 32 14.3 32 32v96 32H384V256 160c0-17.7 14.3-32 32-32zm96 0c17.7 0 32 14.3 32 32v96 32H480V256 160c0-17.7 14.3-32 32-32z"],"truck-plane":[640,512,[],"e58f","M200 0c-30.6 0-56 54.7-56 86.1V192.5L7.8 274.3C2.9 277.2 0 282.4 0 288v64c0 5.1 2.4 9.8 6.4 12.8s9.3 3.9 14.1 2.5l123.4-37v81.2l-50 40c-3.8 3-6 7.6-6 12.5v32c0 5.1 2.5 10 6.6 13s9.5 3.8 14.4 2.2L200 480.9 290.4 511c-1.6-4.7-2.4-9.8-2.4-15V463.4c-18.2-10.5-30.7-29.7-31.9-51.8l-.1-.1V408 325.5 184l0-1.1 0 0V86.1C256 54.7 231.5 0 200 0zm88 176V400c0 20.9 13.4 38.7 32 45.3V488c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V448H544v40c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V445.3c18.6-6.6 32-24.4 32-45.3V176c0-26.5-21.5-48-48-48H336c-26.5 0-48 21.5-48 48zm79.8 78.7c3.3-8.7 11.2-14.7 20.5-14.7H539.7c9.2 0 17.2 6 20.5 14.7L576 304H352l15.8-49.3zM568 352a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM336 376a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"],"record-vinyl":[512,512,[],"f8d9","M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256-96a96 96 0 1 1 0 192 96 96 0 1 1 0-192zm0 224a128 128 0 1 0 0-256 128 128 0 1 0 0 256zm0-96a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"],"face-grin-stars":[512,512,[129321,"grin-stars"],"f587","M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm407.4 75.5c5-11.8-7-22.5-19.3-18.7c-39.7 12.2-84.5 19-131.8 19s-92.1-6.8-131.8-19c-12.3-3.8-24.3 6.9-19.3 18.7c25 59.1 83.2 100.5 151.1 100.5s126.2-41.4 151.1-100.5zM160 120c-3.1 0-5.9 1.8-7.2 4.6l-16.6 34.7-38.1 5c-3.1 .4-5.6 2.5-6.6 5.5s-.1 6.2 2.1 8.3l27.9 26.5-7 37.8c-.6 3 .7 6.1 3.2 7.9s5.8 2 8.5 .6L160 232.5l33.8 18.3c2.7 1.5 6 1.3 8.5-.6s3.7-4.9 3.2-7.9l-7-37.8L226.4 178c2.2-2.1 3.1-5.3 2.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5-16.6-34.7c-1.3-2.8-4.1-4.6-7.2-4.6zm192 0c-3.1 0-5.9 1.8-7.2 4.6l-16.6 34.7-38.1 5c-3.1 .4-5.6 2.5-6.6 5.5s-.1 6.2 2.1 8.3l27.9 26.5-7 37.8c-.6 3 .7 6.1 3.2 7.9s5.8 2 8.5 .6L352 232.5l33.8 18.3c2.7 1.5 6 1.3 8.5-.6s3.7-4.9 3.2-7.9l-7-37.8L418.4 178c2.2-2.1 3.1-5.3 2.1-8.3s-3.5-5.1-6.6-5.5l-38.1-5-16.6-34.7c-1.3-2.8-4.1-4.6-7.2-4.6z"],bong:[448,512,[],"f55c","M160 208.5c0 29.1-15.6 53.9-37.2 67.8c-17.2 11.1-31.5 26.1-41.7 43.7H302.9c-10.2-17.6-24.5-32.6-41.7-43.7c-21.6-13.9-37.2-38.7-37.2-67.8V64H160V208.5zM288 64V208.5c0 5.7 3.1 10.9 7.9 14c11.2 7.2 21.5 15.5 30.9 24.8L366.1 208l-7-7c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l24 24 24 24c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-7-7-43.3 43.3C374 314.1 384 347.9 384 384c0 39.4-11.9 76.1-32.2 106.5c-9.6 14.4-26.5 21.5-43.8 21.5H76.1c-17.3 0-34.2-7.1-43.8-21.5C11.9 460.1 0 423.4 0 384c0-67.8 35.1-127.3 88.1-161.5c4.8-3.1 7.9-8.3 7.9-14V64C78.3 64 64 49.7 64 32S78.3 0 96 0h16H272h16c17.7 0 32 14.3 32 32s-14.3 32-32 32z"],"spaghetti-monster-flying":[640,512,["pastafarianism"],"f67b","M208 64a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm48 0c0 16.2-6 31.1-16 42.3l15.6 31.2c18.7-6 39.9-9.5 64.4-9.5s45.8 3.5 64.4 9.5L400 106.3C390 95.1 384 80.2 384 64c0-35.3 28.7-64 64-64s64 28.7 64 64s-28.7 64-64 64c-1.7 0-3.4-.1-5.1-.2L427.8 158c21.1 13.6 37.7 30.2 51.4 46.4c7.1 8.3 13.5 16.6 19.3 24l1.4 1.8c6.3 8.1 11.6 14.8 16.7 20.4C527.3 262.3 532.7 264 536 264c2.5 0 4.3-.6 7.1-3.3c3.7-3.5 7.1-8.8 12.5-17.4l.6-.9c4.6-7.4 11-17.6 19.4-25.7c9.7-9.3 22.9-16.7 40.4-16.7c13.3 0 24 10.7 24 24s-10.7 24-24 24c-2.5 0-4.3 .6-7.1 3.3c-3.7 3.5-7.1 8.8-12.5 17.4l-.6 .9c-4.6 7.4-11 17.6-19.4 25.7c-9.7 9.3-22.9 16.7-40.4 16.7c-18.5 0-32.9-8.5-44.3-18.6c-3.1 4-6.6 8.3-10.5 12.7c1.4 4.3 2.8 8.5 4 12.5c.9 3 1.8 5.8 2.6 8.6c3 9.8 5.5 18.2 8.6 25.9c3.9 9.8 7.4 15.4 10.8 18.5c2.6 2.4 5.9 4.3 12.8 4.3c8.7 0 16.9-4.2 33.7-13.2c15-8 35.7-18.8 62.3-18.8c13.3 0 24 10.7 24 24s-10.7 24-24 24c-13.4 0-24.7 5.2-39.7 13.2c-1 .6-2.1 1.1-3.2 1.7C559.9 414 541.4 424 520 424c-18.4 0-33.6-6.1-45.5-17.2c-11.1-10.3-17.9-23.7-22.7-36c-3.6-9-6.7-19.1-9.5-28.5c-16.4 12.3-36.1 23.6-58.9 31.3c3.6 10.8 8.4 23.5 14.4 36.2c7.5 15.9 16.2 30.4 25.8 40.5C433 460.5 441.2 464 448 464c13.3 0 24 10.7 24 24s-10.7 24-24 24c-25.2 0-45-13.5-59.5-28.8c-14.5-15.4-25.7-34.9-34.2-53c-8-17-14.1-33.8-18.3-46.9c-5.2 .4-10.6 .6-16 .6s-10.8-.2-16-.6c-4.2 13-10.3 29.9-18.3 46.9c-8.5 18.1-19.8 37.6-34.2 53C237 498.5 217.2 512 192 512c-13.3 0-24-10.7-24-24s10.7-24 24-24c6.8 0 15-3.5 24.5-13.7c9.5-10.1 18.3-24.6 25.8-40.5c5.9-12.6 10.7-25.4 14.4-36.2c-22.8-7.7-42.5-19-58.9-31.3c-2.9 9.4-6 19.5-9.5 28.5c-4.8 12.2-11.6 25.6-22.7 36C153.6 417.9 138.4 424 120 424c-21.4 0-39.9-10-53.1-17.1l0 0c-1.1-.6-2.2-1.2-3.2-1.7c-15-8-26.3-13.2-39.7-13.2c-13.3 0-24-10.7-24-24s10.7-24 24-24c26.6 0 47.3 10.8 62.3 18.8c16.8 9 25 13.2 33.7 13.2c6.8 0 10.2-1.9 12.8-4.3c3.4-3.2 7-8.8 10.8-18.5c3-7.7 5.6-16.1 8.6-25.9c.8-2.7 1.7-5.6 2.6-8.6c1.2-4 2.6-8.2 4-12.5c-3.9-4.5-7.4-8.8-10.5-12.7C136.9 303.5 122.5 312 104 312c-17.5 0-30.7-7.4-40.4-16.7c-8.4-8.1-14.8-18.3-19.4-25.7l-.6-.9c-5.4-8.6-8.8-13.9-12.5-17.4c-2.8-2.7-4.6-3.3-7.1-3.3c-13.3 0-24-10.7-24-24s10.7-24 24-24c17.5 0 30.7 7.4 40.4 16.7c8.4 8.1 14.8 18.3 19.4 25.7l.6 .9c5.4 8.6 8.8 13.9 12.5 17.4c2.8 2.7 4.6 3.3 7.1 3.3c3.3 0 8.7-1.7 19.4-13.4c5.1-5.6 10.4-12.3 16.7-20.4l1.4-1.8c5.8-7.4 12.2-15.7 19.3-24c13.8-16.2 30.3-32.8 51.4-46.4l-15.1-30.2c-1.7 .1-3.4 .2-5.1 .2c-35.3 0-64-28.7-64-64s28.7-64 64-64s64 28.7 64 64zm208 0a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z"],"arrow-down-up-across-line":[576,512,[],"e4af","M137.4 502.6c12.5 12.5 32.8 12.5 45.3 0l96-96c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 402.7V288H544c17.7 0 32-14.3 32-32s-14.3-32-32-32H448V109.3l41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L384 109.3V224H192 128 32c-17.7 0-32 14.3-32 32s14.3 32 32 32h96V402.7L86.6 361.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96zM128 192h64V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V192zM448 320H384V448c0 17.7 14.3 32 32 32s32-14.3 32-32V320z"],spoon:[512,512,[129348,61873,"utensil-spoon"],"f2e5","M245.8 220.9c-14.5-17.6-21.8-39.2-21.8-60.8C224 80 320 0 416 0c53 0 96 43 96 96c0 96-80 192-160.2 192c-21.6 0-43.2-7.3-60.8-21.8L54.6 502.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L245.8 220.9z"],"jar-wheat":[320,512,[],"e517","M32 32C32 14.3 46.3 0 64 0H256c17.7 0 32 14.3 32 32s-14.3 32-32 32H64C46.3 64 32 49.7 32 32zM0 160c0-35.3 28.7-64 64-64H256c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V160zm112 0H69.8c-3.2 0-5.8 2.6-5.8 5.8C64 198 90 224 122.2 224H144h32 21.8c32.1 0 58.2-26 58.2-58.2c0-3.2-2.6-5.8-5.8-5.8H208c-19.1 0-36.3 8.4-48 21.7c-11.7-13.3-28.9-21.7-48-21.7zm48 117.7c-11.7-13.3-28.9-21.7-48-21.7H69.8c-3.2 0-5.8 2.6-5.8 5.8C64 294 90 320 122.2 320H144h32 21.8c32.1 0 58.2-26 58.2-58.2c0-3.2-2.6-5.8-5.8-5.8H208c-19.1 0-36.3 8.4-48 21.7zM112 352H69.8c-3.2 0-5.8 2.6-5.8 5.8C64 390 90 416 122.2 416H144v32c0 8.8 7.2 16 16 16s16-7.2 16-16V416h21.8c32.1 0 58.2-26 58.2-58.2c0-3.2-2.6-5.8-5.8-5.8H208c-19.1 0-36.3 8.4-48 21.7c-11.7-13.3-28.9-21.7-48-21.7z"],"envelopes-bulk":[640,512,["mail-bulk"],"f674","M128 0C110.3 0 96 14.3 96 32V224h96V192c0-35.3 28.7-64 64-64H480V32c0-17.7-14.3-32-32-32H128zM256 160c-17.7 0-32 14.3-32 32v32h96c35.3 0 64 28.7 64 64V416H576c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32H256zm240 64h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H496c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zM64 256c-17.7 0-32 14.3-32 32v13L187.1 415.9c1.4 1 3.1 1.6 4.9 1.6s3.5-.6 4.9-1.6L352 301V288c0-17.7-14.3-32-32-32H64zm288 84.8L216 441.6c-6.9 5.1-15.3 7.9-24 7.9s-17-2.8-24-7.9L32 340.8V480c0 17.7 14.3 32 32 32H320c17.7 0 32-14.3 32-32V340.8z"],"file-circle-exclamation":[576,512,[],"e4eb","M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384v38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zm48 96a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0-192c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16s16-7.2 16-16V288c0-8.8-7.2-16-16-16z"],"circle-h":[512,512,[9405,"hospital-symbol"],"f47e","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM368 152V256 360c0 13.3-10.7 24-24 24s-24-10.7-24-24V280H192l0 80c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-208c0-13.3 10.7-24 24-24s24 10.7 24 24v80H320V152c0-13.3 10.7-24 24-24s24 10.7 24 24z"],pager:[512,512,[128223],"f815","M0 128C0 92.7 28.7 64 64 64H448c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128zm64 32v64c0 17.7 14.3 32 32 32H416c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32H96c-17.7 0-32 14.3-32 32zM80 320c-13.3 0-24 10.7-24 24s10.7 24 24 24h56c13.3 0 24-10.7 24-24s-10.7-24-24-24H80zm136 0c-13.3 0-24 10.7-24 24s10.7 24 24 24h48c13.3 0 24-10.7 24-24s-10.7-24-24-24H216z"],"address-book":[512,512,[62138,"contact-book"],"f2b9","M96 0C60.7 0 32 28.7 32 64V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H96zM208 288h64c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16H144c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-32-96a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM512 80c0-8.8-7.2-16-16-16s-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16V80zM496 192c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16V208c0-8.8-7.2-16-16-16zm16 144c0-8.8-7.2-16-16-16s-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16V336z"],strikethrough:[512,512,[],"f0cc","M161.3 144c3.2-17.2 14-30.1 33.7-38.6c21.1-9 51.8-12.3 88.6-6.5c11.9 1.9 48.8 9.1 60.1 12c17.1 4.5 34.6-5.6 39.2-22.7s-5.6-34.6-22.7-39.2c-14.3-3.8-53.6-11.4-66.6-13.4c-44.7-7-88.3-4.2-123.7 10.9c-36.5 15.6-64.4 44.8-71.8 87.3c-.1 .6-.2 1.1-.2 1.7c-2.8 23.9 .5 45.6 10.1 64.6c4.5 9 10.2 16.9 16.7 23.9H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H270.1c-.1 0-.3-.1-.4-.1l-1.1-.3c-36-10.8-65.2-19.6-85.2-33.1c-9.3-6.3-15-12.6-18.2-19.1c-3.1-6.1-5.2-14.6-3.8-27.4zM348.9 337.2c2.7 6.5 4.4 15.8 1.9 30.1c-3 17.6-13.8 30.8-33.9 39.4c-21.1 9-51.7 12.3-88.5 6.5c-18-2.9-49.1-13.5-74.4-22.1c-5.6-1.9-11-3.7-15.9-5.4c-16.8-5.6-34.9 3.5-40.5 20.3s3.5 34.9 20.3 40.5c3.6 1.2 7.9 2.7 12.7 4.3l0 0 0 0c24.9 8.5 63.6 21.7 87.6 25.6l0 0 .2 0c44.7 7 88.3 4.2 123.7-10.9c36.5-15.6 64.4-44.8 71.8-87.3c3.6-21 2.7-40.4-3.1-58.1H335.1c7 5.6 11.4 11.2 13.9 17.2z"],k:[320,512,[107],"4b","M311 86.3c12.3-12.7 12-32.9-.7-45.2s-32.9-12-45.2 .7l-155.2 160L64 249V64c0-17.7-14.3-32-32-32S0 46.3 0 64V328 448c0 17.7 14.3 32 32 32s32-14.3 32-32V341l64.7-66.7 133 192c10.1 14.5 30 18.1 44.5 8.1s18.1-30 8.1-44.5L174.1 227.4 311 86.3z"],"landmark-flag":[512,512,[],"e51c","M272 0h80c8.8 0 16 7.2 16 16V80c0 8.8-7.2 16-16 16H272v32H464c17.7 0 32 14.3 32 32s-14.3 32-32 32H48c-17.7 0-32-14.3-32-32s14.3-32 32-32H240V16c0-8.8 7.2-16 16-16h16zM64 224h64V416h40V224h64V416h48V224h64V416h40V224h64V420.3c.6 .3 1.2 .7 1.8 1.1l48 32c11.7 7.8 17 22.4 12.9 35.9S494.1 512 480 512H32c-14.1 0-26.5-9.2-30.6-22.7s1.1-28.1 12.9-35.9l48-32c.6-.4 1.2-.7 1.8-1.1V224z"],pencil:[512,512,[9999,61504,"pencil-alt"],"f303","M410.3 231l11.3-11.3-33.9-33.9-62.1-62.1L291.7 89.8l-11.3 11.3-22.6 22.6L58.6 322.9c-10.4 10.4-18 23.3-22.2 37.4L1 480.7c-2.5 8.4-.2 17.5 6.1 23.7s15.3 8.5 23.7 6.1l120.3-35.4c14.1-4.2 27-11.8 37.4-22.2L387.7 253.7 410.3 231zM160 399.4l-9.1 22.7c-4 3.1-8.5 5.4-13.3 6.9L59.4 452l23-78.1c1.4-4.9 3.8-9.4 6.9-13.3l22.7-9.1v32c0 8.8 7.2 16 16 16h32zM362.7 18.7L348.3 33.2 325.7 55.8 314.3 67.1l33.9 33.9 62.1 62.1 33.9 33.9 11.3-11.3 22.6-22.6 14.5-14.5c25-25 25-65.5 0-90.5L453.3 18.7c-25-25-65.5-25-90.5 0zm-47.4 168l-144 144c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l144-144c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"],backward:[512,512,[9194],"f04a","M459.5 440.6c9.5 7.9 22.8 9.7 34.1 4.4s18.4-16.6 18.4-29V96c0-12.4-7.2-23.7-18.4-29s-24.5-3.6-34.1 4.4L288 214.3V256v41.7L459.5 440.6zM256 352V256 128 96c0-12.4-7.2-23.7-18.4-29s-24.5-3.6-34.1 4.4l-192 160C4.2 237.5 0 246.5 0 256s4.2 18.5 11.5 24.6l192 160c9.5 7.9 22.8 9.7 34.1 4.4s18.4-16.6 18.4-29V352z"],"caret-right":[256,512,[],"f0da","M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z"],comments:[640,512,[128490,61670],"f086","M208 352c114.9 0 208-78.8 208-176S322.9 0 208 0S0 78.8 0 176c0 38.6 14.7 74.3 39.6 103.4c-3.5 9.4-8.7 17.7-14.2 24.7c-4.8 6.2-9.7 11-13.3 14.3c-1.8 1.6-3.3 2.9-4.3 3.7c-.5 .4-.9 .7-1.1 .8l-.2 .2 0 0 0 0C1 327.2-1.4 334.4 .8 340.9S9.1 352 16 352c21.8 0 43.8-5.6 62.1-12.5c9.2-3.5 17.8-7.4 25.3-11.4C134.1 343.3 169.8 352 208 352zM448 176c0 112.3-99.1 196.9-216.5 207C255.8 457.4 336.4 512 432 512c38.2 0 73.9-8.7 104.7-23.9c7.5 4 16 7.9 25.2 11.4c18.3 6.9 40.3 12.5 62.1 12.5c6.9 0 13.1-4.5 15.2-11.1c2.1-6.6-.2-13.8-5.8-17.9l0 0 0 0-.2-.2c-.2-.2-.6-.4-1.1-.8c-1-.8-2.5-2-4.3-3.7c-3.6-3.3-8.5-8.1-13.3-14.3c-5.5-7-10.7-15.4-14.2-24.7c24.9-29 39.6-64.7 39.6-103.4c0-92.8-84.9-168.9-192.6-175.5c.4 5.1 .6 10.3 .6 15.5z"],paste:[512,512,["file-clipboard"],"f0ea","M160 0c-23.7 0-44.4 12.9-55.4 32H48C21.5 32 0 53.5 0 80V400c0 26.5 21.5 48 48 48H192V176c0-44.2 35.8-80 80-80h48V80c0-26.5-21.5-48-48-48H215.4C204.4 12.9 183.7 0 160 0zM272 128c-26.5 0-48 21.5-48 48V448v16c0 26.5 21.5 48 48 48H464c26.5 0 48-21.5 48-48V243.9c0-12.7-5.1-24.9-14.1-33.9l-67.9-67.9c-9-9-21.2-14.1-33.9-14.1H320 272zM160 40a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"],"code-pull-request":[512,512,[],"e13c","M305.8 2.1C314.4 5.9 320 14.5 320 24V64h16c70.7 0 128 57.3 128 128V358.7c28.3 12.3 48 40.5 48 73.3c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3V192c0-35.3-28.7-64-64-64H320v40c0 9.5-5.6 18.1-14.2 21.9s-18.8 2.3-25.8-4.1l-80-72c-5.1-4.6-7.9-11-7.9-17.8s2.9-13.3 7.9-17.8l80-72c7-6.3 17.2-7.9 25.8-4.1zM104 80A24 24 0 1 0 56 80a24 24 0 1 0 48 0zm8 73.3V358.7c28.3 12.3 48 40.5 48 73.3c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3V153.3C19.7 141 0 112.8 0 80C0 35.8 35.8 0 80 0s80 35.8 80 80c0 32.8-19.7 61-48 73.3zM104 432a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm328 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"],"clipboard-list":[384,512,[],"f46d","M192 0c-41.8 0-77.4 26.7-90.5 64H64C28.7 64 0 92.7 0 128V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H282.5C269.4 26.7 233.8 0 192 0zm0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM72 272a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm104-16H304c8.8 0 16 7.2 16 16s-7.2 16-16 16H176c-8.8 0-16-7.2-16-16s7.2-16 16-16zM72 368a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm88 0c0-8.8 7.2-16 16-16H304c8.8 0 16 7.2 16 16s-7.2 16-16 16H176c-8.8 0-16-7.2-16-16z"],"truck-ramp-box":[640,512,["truck-loading"],"f4de","M640 0V400c0 61.9-50.1 112-112 112c-61 0-110.5-48.7-112-109.3L48.4 502.9c-17.1 4.6-34.6-5.4-39.3-22.5s5.4-34.6 22.5-39.3L352 353.8V64c0-35.3 28.7-64 64-64H640zM576 400a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM23.1 207.7c-4.6-17.1 5.6-34.6 22.6-39.2l46.4-12.4 20.7 77.3c2.3 8.5 11.1 13.6 19.6 11.3l30.9-8.3c8.5-2.3 13.6-11.1 11.3-19.6l-20.7-77.3 46.4-12.4c17.1-4.6 34.6 5.6 39.2 22.6l41.4 154.5c4.6 17.1-5.6 34.6-22.6 39.2L103.7 384.9c-17.1 4.6-34.6-5.6-39.2-22.6L23.1 207.7z"],"user-check":[640,512,[],"f4fc","M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304h91.4C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3zM625 177L497 305c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L591 143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"],"vial-virus":[512,512,[],"e597","M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96V384c0 53 43 96 96 96c28.6 0 54.2-12.5 71.8-32.3c.1-14.2 5.6-28.3 16.4-39.1c.2-.2 .1-.6-.2-.6c-30.9 0-56-25.1-56-56s25.1-56 56-56c.3 0 .4-.4 .2-.6c-21.9-21.9-21.9-57.3 0-79.2c2.4-2.4 5-4.6 7.8-6.5V96c17.7 0 32-14.3 32-32s-14.3-32-32-32H160 96 32zM96 192V96h64v96H96zM216 376c28.8 0 43.2 34.8 22.9 55.2c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0c20.4-20.4 55.2-5.9 55.2 22.9c0 13.3 10.7 24 24 24s24-10.7 24-24c0-28.8 34.8-43.2 55.2-22.9c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9C444.8 410.8 459.2 376 488 376c13.3 0 24-10.7 24-24s-10.7-24-24-24c-28.8 0-43.2-34.8-22.9-55.2c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0C410.8 259.2 376 244.8 376 216c0-13.3-10.7-24-24-24s-24 10.7-24 24c0 28.8-34.8 43.2-55.2 22.9c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9c20.4 20.4 5.9 55.2-22.9 55.2c-13.3 0-24 10.7-24 24s10.7 24 24 24zm104-88a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm40 96a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"],"sheet-plastic":[384,512,[],"e571","M0 448c0 35.3 28.7 64 64 64H224V384c0-17.7 14.3-32 32-32H384V64c0-35.3-28.7-64-64-64H64C28.7 0 0 28.7 0 64V448zM171.3 75.3l-96 96c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l96-96c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6zm96 32l-160 160c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l160-160c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6zM384 384H256V512L384 384z"],blog:[512,512,[],"f781","M192 32c0 17.7 14.3 32 32 32c123.7 0 224 100.3 224 224c0 17.7 14.3 32 32 32s32-14.3 32-32C512 128.9 383.1 0 224 0c-17.7 0-32 14.3-32 32zm0 96c0 17.7 14.3 32 32 32c70.7 0 128 57.3 128 128c0 17.7 14.3 32 32 32s32-14.3 32-32c0-106-86-192-192-192c-17.7 0-32 14.3-32 32zM96 144c0-26.5-21.5-48-48-48S0 117.5 0 144V368c0 79.5 64.5 144 144 144s144-64.5 144-144s-64.5-144-144-144H128v96h16c26.5 0 48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48V144z"],"user-ninja":[448,512,[129399],"f504","M224 256c-57.2 0-105.6-37.5-122-89.3c-1.1 1.3-2.2 2.6-3.5 3.8c-15.8 15.8-38.8 20.7-53.6 22.1c-8.1 .8-14.6-5.7-13.8-13.8c1.4-14.7 6.3-37.8 22.1-53.6c5.8-5.8 12.6-10.1 19.6-13.4c-7-3.2-13.8-7.6-19.6-13.4C37.4 82.7 32.6 59.7 31.1 44.9c-.8-8.1 5.7-14.6 13.8-13.8c14.7 1.4 37.8 6.3 53.6 22.1c4.8 4.8 8.7 10.4 11.7 16.1C131.4 28.2 174.4 0 224 0c70.7 0 128 57.3 128 128s-57.3 128-128 128zM0 482.3C0 399.5 56.4 330 132.8 309.9c6-1.6 12.2 .9 15.9 5.8l62.5 83.3c6.4 8.5 19.2 8.5 25.6 0l62.5-83.3c3.7-4.9 9.9-7.4 15.9-5.8C391.6 330 448 399.5 448 482.3c0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3zM160 96c-8.8 0-16 7.2-16 16s7.2 16 16 16H288c8.8 0 16-7.2 16-16s-7.2-16-16-16H160z"],"person-arrow-up-from-line":[640,512,[],"e539","M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-8 352V352h16v96H184zm-64 0H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H152h80H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H264V256.9l28.6 47.5c9.1 15.1 28.8 20 43.9 10.9s20-28.8 10.9-43.9l-58.3-97c-17.4-28.9-48.6-46.6-82.3-46.6H177.1c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9L120 256.9V448zM598.6 121.4l-80-80c-12.5-12.5-32.8-12.5-45.3 0l-80 80c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L464 141.3 464 384c0 17.7 14.3 32 32 32s32-14.3 32-32V141.3l25.4 25.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3z"],"scroll-torah":[640,512,["torah"],"f6a0","M96 480V32C96 14.3 74.5 0 48 0S0 14.3 0 32V480c0 17.7 21.5 32 48 32s48-14.3 48-32zM512 32H128V480H512V32zM592 0c-26.5 0-48 14.3-48 32V480c0 17.7 21.5 32 48 32s48-14.3 48-32V32c0-17.7-21.5-32-48-32zM196 313.7c0-3.2 .9-6.4 2.5-9.2L226.7 256l-28.3-48.5c-1.6-2.8-2.5-6-2.5-9.2c0-10.1 8.2-18.3 18.3-18.3H271l31.4-53.9c3.6-6.3 10.3-10.1 17.6-10.1s13.9 3.8 17.6 10.1L369 180h56.7c10.1 0 18.3 8.2 18.3 18.3c0 3.2-.9 6.4-2.5 9.2L413.3 256l28.3 48.5c1.6 2.8 2.5 6 2.5 9.2c0 10.1-8.2 18.3-18.3 18.3H369l-31.4 53.9c-3.6 6.3-10.3 10.1-17.6 10.1s-13.9-3.8-17.6-10.1L271 332H214.3c-10.1 0-18.3-8.2-18.3-18.3zm124 54.7L341.2 332H298.8L320 368.4zM254.5 256l30.3 52h70.4l30.3-52-30.3-52H284.8l-30.3 52zm144.9 23.8L383 308h32.8l-16.4-28.2zM415.8 204H383l16.4 28.2L415.8 204zM320 143.6L298.8 180h42.4L320 143.6zM224.2 204l16.4 28.2L257 204H224.2zM257 308l-16.4-28.2L224.2 308H257z"],"broom-ball":[576,512,["quidditch","quidditch-broom-ball"],"f458","M566.6 9.4c12.5 12.5 12.5 32.8 0 45.3l-192 192 34.7 34.7c4.2 4.2 6.6 10 6.6 16c0 12.5-10.1 22.6-22.6 22.6H364.3L256 211.7V182.6c0-12.5 10.1-22.6 22.6-22.6c6 0 11.8 2.4 16 6.6l34.7 34.7 192-192c12.5-12.5 32.8-12.5 45.3 0zm-344 225.5L341.1 353.4c3.7 42.7-11.7 85.2-42.3 115.8C271.4 496.6 234.2 512 195.5 512L22.1 512C9.9 512 0 502.1 0 489.9c0-6.3 2.7-12.3 7.3-16.5L133.7 359.7c4.2-3.7-.4-10.4-5.4-7.9L77.2 377.4c-6.1 3-13.2-1.4-13.2-8.2c0-31.5 12.5-61.7 34.8-84l8-8c30.6-30.6 73.1-45.9 115.8-42.3zM464 352a80 80 0 1 1 0 160 80 80 0 1 1 0-160z"],"toggle-off":[576,512,[],"f204","M384 128c70.7 0 128 57.3 128 128s-57.3 128-128 128H192c-70.7 0-128-57.3-128-128s57.3-128 128-128H384zM576 256c0-106-86-192-192-192H192C86 64 0 150 0 256S86 448 192 448H384c106 0 192-86 192-192zM192 352a96 96 0 1 0 0-192 96 96 0 1 0 0 192z"],"box-archive":[512,512,["archive"],"f187","M32 32H480c17.7 0 32 14.3 32 32V96c0 17.7-14.3 32-32 32H32C14.3 128 0 113.7 0 96V64C0 46.3 14.3 32 32 32zm0 128H480V416c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V160zm128 80c0 8.8 7.2 16 16 16H336c8.8 0 16-7.2 16-16s-7.2-16-16-16H176c-8.8 0-16 7.2-16 16z"],"person-drowning":[576,512,[],"e545","M192 64c0-17.7-14.3-32-32-32s-32 14.3-32 32V96.2c0 54.1 23.5 104 62.2 138.3l-21 146.7c7.8 2.1 15.5 3.3 22.8 3.3c21.1 0 42-8.5 59.2-20.3c22.1-15.5 51.6-15.5 73.7 0c12.4 8.5 26.1 14.8 39.7 18l17.7-97.6c10.7-1.2 21.3-3.1 31.9-5.5l105-23.9c17.2-3.9 28-21.1 24.1-38.3s-21.1-28-38.3-24.1L400 216.6c-41 9.3-83.7 7.5-123.7-5.2c-50.2-16-84.3-62.6-84.3-115.3V64zM320 192a64 64 0 1 0 0-128 64 64 0 1 0 0 128zM306.5 389.9c-11.1-7.9-25.9-7.9-37 0C247 405.4 219.5 416 192 416c-26.9 0-55.3-10.8-77.4-26.1l0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 469.7 159 480 192 480c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7l0 0C439.4 405.2 410.9 416 384 416c-27.5 0-55-10.6-77.5-26.1z"],"arrow-down-9-1":[576,512,["sort-numeric-desc","sort-numeric-down-alt"],"f886","M160 480c9 0 17.5-3.8 23.6-10.4l88-96c11.9-13 11.1-33.3-2-45.2s-33.3-11.1-45.2 2L192 365.7V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V365.7L95.6 330.4c-11.9-13-32.2-13.9-45.2-2s-13.9 32.2-2 45.2l88 96C142.5 476.2 151 480 160 480zM450.7 294c-8.3-6-19.1-7.7-28.8-4.4l-48 16c-16.8 5.6-25.8 23.7-20.2 40.5s23.7 25.8 40.5 20.2l5.9-2V416H384c-17.7 0-32 14.3-32 32s14.3 32 32 32h48 48c17.7 0 32-14.3 32-32s-14.3-32-32-32H464V320c0-10.3-4.9-19.9-13.3-26zM418.3 91a32 32 0 1 1 27.4 57.9A32 32 0 1 1 418.3 91zM405.1 203.8l-6.8 9.2c-10.5 14.2-7.5 34.2 6.7 44.8s34.2 7.5 44.8-6.7l48.8-65.8c14-18.9 21.5-41.7 21.5-65.2c0-48.6-39.4-88-88-88s-88 39.4-88 88c0 39.2 25.6 72.4 61.1 83.8z"],"face-grin-tongue-squint":[512,512,[128541,"grin-tongue-squint"],"f58a","M0 256C0 368.9 73.1 464.7 174.5 498.8C165.3 484 160 466.6 160 448V400.7c-24-17.5-43.1-41.4-54.8-69.2c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19c12.3-3.8 24.3 6.9 19.3 18.7c-11.8 28-31.1 52-55.4 69.6V448c0 18.6-5.3 36-14.5 50.8C438.9 464.7 512 368.9 512 256C512 114.6 397.4 0 256 0S0 114.6 0 256zM116 141.1c0-9 9.6-14.7 17.5-10.5l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6zm262.5-10.5c7.9-4.2 17.5 1.5 17.5 10.5c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9zM320 448V402.6c0-14.7-11.9-26.6-26.6-26.6h-2c-11.3 0-21.1 7.9-23.6 18.9c-2.8 12.6-20.8 12.6-23.6 0c-2.5-11.1-12.3-18.9-23.6-18.9h-2c-14.7 0-26.6 11.9-26.6 26.6V448c0 35.3 28.7 64 64 64s64-28.7 64-64z"],"spray-can":[512,512,[],"f5bd","M128 0h64c17.7 0 32 14.3 32 32v96H96V32c0-17.7 14.3-32 32-32zM0 256c0-53 43-96 96-96H224c53 0 96 43 96 96V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V256zm240 80A80 80 0 1 0 80 336a80 80 0 1 0 160 0zM256 64a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM384 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm64 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm32 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM448 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM384 128a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],"truck-monster":[640,512,[],"f63b","M288 64v64H416L368 64H288zM419.2 25.6L496 128h80c17.7 0 32 14.3 32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32c-29.2-38.9-75.7-64-128-64s-98.8 25.1-128 64H288c-29.2-38.9-75.7-64-128-64s-98.8 25.1-128 64c-17.7 0-32-14.3-32-32s14.3-32 32-32V160c0-17.7 14.3-32 32-32H224V48c0-26.5 21.5-48 48-48h96c20.1 0 39.1 9.5 51.2 25.6zM152 256h16c12.1 0 22.1 8.9 23.8 20.6c7.6 2.2 14.9 5.3 21.7 9c9.4-7 22.8-6.3 31.3 2.3l11.3 11.3c8.6 8.6 9.3 21.9 2.3 31.3c3.7 6.8 6.8 14.1 9 21.7c11.6 1.7 20.6 11.7 20.6 23.8v16c0 12.1-8.9 22.1-20.6 23.8c-2.2 7.6-5.3 14.9-9 21.7c7 9.4 6.3 22.8-2.3 31.3l-11.3 11.3c-8.6 8.6-21.9 9.3-31.3 2.2c-6.8 3.7-14.1 6.8-21.7 9C190.1 503.1 180.1 512 168 512H152c-12.1 0-22.1-8.9-23.8-20.6c-7.6-2.2-14.9-5.3-21.7-9c-9.4 7.1-22.8 6.3-31.3-2.2L63.8 468.9c-8.6-8.6-9.3-21.9-2.3-31.3c-3.7-6.9-6.8-14.1-9-21.8C40.9 414.1 32 404.1 32 392V376c0-12.1 8.9-22.1 20.6-23.8c2.2-7.6 5.3-14.9 9-21.8c-7-9.4-6.3-22.8 2.3-31.3l11.3-11.3c8.6-8.6 21.9-9.3 31.3-2.3c6.8-3.7 14.1-6.8 21.7-9c1.7-11.6 11.7-20.6 23.8-20.6zm8 176a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM448.2 276.6c1.7-11.6 11.7-20.6 23.8-20.6h16c12.1 0 22.1 8.9 23.8 20.6c7.6 2.2 14.9 5.3 21.8 9c9.4-7 22.8-6.3 31.3 2.3l11.3 11.3c8.6 8.6 9.3 21.9 2.2 31.3c3.7 6.8 6.8 14.1 9 21.7c11.6 1.7 20.6 11.7 20.6 23.8v16c0 12.1-8.9 22.1-20.6 23.8c-2.2 7.6-5.3 14.9-9 21.7c7 9.4 6.3 22.8-2.2 31.3l-11.3 11.3c-8.6 8.6-21.9 9.3-31.3 2.2c-6.9 3.7-14.1 6.8-21.8 9C510.1 503.1 500.1 512 488 512H472c-12.1 0-22.1-8.9-23.8-20.6c-7.6-2.2-14.9-5.3-21.7-9c-9.4 7.1-22.8 6.3-31.3-2.2l-11.3-11.3c-8.6-8.6-9.3-21.9-2.2-31.3c-3.7-6.9-6.8-14.1-9-21.8C360.9 414.1 352 404.1 352 392V376c0-12.1 8.9-22.1 20.6-23.8c2.2-7.6 5.3-14.9 9-21.8c-7-9.4-6.3-22.8 2.2-31.3l11.3-11.3c8.6-8.6 21.9-9.3 31.3-2.3c6.8-3.7 14.1-6.8 21.7-9zM528 384a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z"],w:[576,512,[119],"57","M20.8 34c16.5-6.2 35 2.2 41.2 18.7l110.2 294L257.3 55c4-13.7 16.5-23 30.7-23s26.7 9.4 30.7 23l85.1 291.7L514 52.8c6.2-16.5 24.6-24.9 41.2-18.7s24.9 24.7 18.7 41.2l-144 384c-4.8 12.9-17.4 21.3-31.2 20.7s-25.7-9.8-29.5-23L288 178.3 206.7 457c-3.9 13.2-15.8 22.5-29.5 23s-26.3-7.8-31.2-20.7L2 75.2C-4.2 58.7 4.2 40.2 20.8 34z"],"earth-africa":[512,512,[127757,"globe-africa"],"f57c","M177.8 63.2l10 17.4c2.8 4.8 4.2 10.3 4.2 15.9v41.4c0 3.9 1.6 7.7 4.3 10.4c6.2 6.2 16.5 5.7 22-1.2l13.6-17c4.7-5.9 12.9-7.7 19.6-4.3l15.2 7.6c3.4 1.7 7.2 2.6 11 2.6c6.5 0 12.8-2.6 17.4-7.2l3.9-3.9c2.9-2.9 7.3-3.6 11-1.8l29.2 14.6c7.8 3.9 12.6 11.8 12.6 20.5c0 10.5-7.1 19.6-17.3 22.2l-35.4 8.8c-7.4 1.8-15.1 1.5-22.4-.9l-32-10.7c-3.3-1.1-6.7-1.7-10.2-1.7c-7 0-13.8 2.3-19.4 6.5L176 212c-10.1 7.6-16 19.4-16 32v28c0 26.5 21.5 48 48 48h32c8.8 0 16 7.2 16 16v48c0 17.7 14.3 32 32 32c10.1 0 19.6-4.7 25.6-12.8l25.6-34.1c8.3-11.1 12.8-24.6 12.8-38.4V318.6c0-3.9 2.6-7.3 6.4-8.2l5.3-1.3c11.9-3 20.3-13.7 20.3-26c0-7.1-2.8-13.9-7.8-18.9l-33.5-33.5c-3.7-3.7-3.7-9.7 0-13.4c5.7-5.7 14.1-7.7 21.8-5.1l14.1 4.7c12.3 4.1 25.7-1.5 31.5-13c3.5-7 11.2-10.8 18.9-9.2l27.4 5.5C432 112.4 351.5 48 256 48c-27.7 0-54 5.4-78.2 15.2zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"],rainbow:[640,512,[127752],"f75b","M320 96C178.6 96 64 210.6 64 352v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V352C0 175.3 143.3 32 320 32s320 143.3 320 320v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V352C576 210.6 461.4 96 320 96zm0 192c-35.3 0-64 28.7-64 64v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V352c0-70.7 57.3-128 128-128s128 57.3 128 128v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V352c0-35.3-28.7-64-64-64zM160 352v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V352c0-123.7 100.3-224 224-224s224 100.3 224 224v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V352c0-88.4-71.6-160-160-160s-160 71.6-160 160z"],"circle-notch":[512,512,[],"f1ce","M222.7 32.1c5 16.9-4.6 34.8-21.5 39.8C121.8 95.6 64 169.1 64 256c0 106 86 192 192 192s192-86 192-192c0-86.9-57.8-160.4-137.1-184.1c-16.9-5-26.6-22.9-21.5-39.8s22.9-26.6 39.8-21.5C434.9 42.1 512 140 512 256c0 141.4-114.6 256-256 256S0 397.4 0 256C0 140 77.1 42.1 182.9 10.6c16.9-5 34.8 4.6 39.8 21.5z"],"tablet-screen-button":[448,512,["tablet-alt"],"f3fa","M0 64C0 28.7 28.7 0 64 0H384c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zM256 448a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM384 64H64V384H384V64z"],paw:[512,512,[],"f1b0","M226.5 92.9c14.3 42.9-.3 86.2-32.6 96.8s-70.1-15.6-84.4-58.5s.3-86.2 32.6-96.8s70.1 15.6 84.4 58.5zM100.4 198.6c18.9 32.4 14.3 70.1-10.2 84.1s-59.7-.9-78.5-33.3S-2.7 179.3 21.8 165.3s59.7 .9 78.5 33.3zM69.2 401.2C121.6 259.9 214.7 224 256 224s134.4 35.9 186.8 177.2c3.6 9.7 5.2 20.1 5.2 30.5v1.6c0 25.8-20.9 46.7-46.7 46.7c-11.5 0-22.9-1.4-34-4.2l-88-22c-15.3-3.8-31.3-3.8-46.6 0l-88 22c-11.1 2.8-22.5 4.2-34 4.2C84.9 480 64 459.1 64 433.3v-1.6c0-10.4 1.6-20.8 5.2-30.5zM421.8 282.7c-24.5-14-29.1-51.7-10.2-84.1s54-47.3 78.5-33.3s29.1 51.7 10.2 84.1s-54 47.3-78.5 33.3zM310.1 189.7c-32.3-10.6-46.9-53.9-32.6-96.8s52.1-69.1 84.4-58.5s46.9 53.9 32.6 96.8s-52.1 69.1-84.4 58.5z"],cloud:[640,512,[9729],"f0c2","M0 336c0 79.5 64.5 144 144 144H512c70.7 0 128-57.3 128-128c0-61.9-44-113.6-102.4-125.4c4.1-10.7 6.4-22.4 6.4-34.6c0-53-43-96-96-96c-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32C167.6 32 96 103.6 96 192c0 2.7 .1 5.4 .2 8.1C40.2 219.8 0 273.2 0 336z"],"trowel-bricks":[512,512,[],"e58a","M240.8 4.8C250.3 10.6 256 20.9 256 32v72h89c3.6-13.8 16.1-24 31-24h88c26.5 0 48 21.5 48 48s-21.5 48-48 48H376c-14.9 0-27.4-10.2-31-24H256v72c0 11.1-5.7 21.4-15.2 27.2s-21.2 6.4-31.1 1.4l-192-96C6.8 151.2 0 140.1 0 128s6.8-23.2 17.7-28.6l192-96c9.9-5 21.7-4.4 31.1 1.4zM288 256c0-17.7 14.3-32 32-32H480c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H320c-17.7 0-32-14.3-32-32V256zM32 384h96c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V416c0-17.7 14.3-32 32-32zm192 0H480c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H224c-17.7 0-32-14.3-32-32V416c0-17.7 14.3-32 32-32z"],"face-flushed":[512,512,[128563,"flushed"],"f579","M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM176 384c0 8.8 7.2 16 16 16H320c8.8 0 16-7.2 16-16s-7.2-16-16-16H192c-8.8 0-16 7.2-16 16zm-16-88a72 72 0 1 0 0-144 72 72 0 1 0 0 144zm264-72a72 72 0 1 0 -144 0 72 72 0 1 0 144 0zm-288 0a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm192 0a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"],"hospital-user":[576,512,[],"f80d","M48 0C21.5 0 0 21.5 0 48V256H144c8.8 0 16 7.2 16 16s-7.2 16-16 16H0v64H144c8.8 0 16 7.2 16 16s-7.2 16-16 16H0v80c0 26.5 21.5 48 48 48H265.9c-6.3-10.2-9.9-22.2-9.9-35.1c0-46.9 25.8-87.8 64-109.2V271.8 48c0-26.5-21.5-48-48-48H48zM152 64h16c8.8 0 16 7.2 16 16v24h24c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H184v24c0 8.8-7.2 16-16 16H152c-8.8 0-16-7.2-16-16V152H112c-8.8 0-16-7.2-16-16V120c0-8.8 7.2-16 16-16h24V80c0-8.8 7.2-16 16-16zM512 272a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM288 477.1c0 19.3 15.6 34.9 34.9 34.9H541.1c19.3 0 34.9-15.6 34.9-34.9c0-51.4-41.7-93.1-93.1-93.1H381.1c-51.4 0-93.1 41.7-93.1 93.1z"],"tent-arrow-left-right":[576,512,[],"e57f","M488.1 6.2c-9.9-8.9-25-8.1-33.9 1.8s-8.1 25 1.8 33.9L489.5 72 86.5 72l33.5-30.2c9.9-8.9 10.7-24 1.8-33.9S97.8-2.7 87.9 6.2l-80 72C2.9 82.7 0 89.2 0 96s2.9 13.3 7.9 17.8l80 72c9.9 8.9 25 8.1 33.9-1.8s8.1-25-1.8-33.9L86.5 120l402.9 0-33.5 30.2c-9.9 8.9-10.7 24-1.8 33.9s24 10.7 33.9 1.8l80-72c5.1-4.6 7.9-11 7.9-17.8s-2.9-13.3-7.9-17.8l-80-72zM307.4 166.5c-11.5-8.7-27.3-8.7-38.8 0l-168 128c-6.6 5-11 12.5-12.3 20.7l-24 160c-1.4 9.2 1.3 18.6 7.4 25.6S86.7 512 96 512H288V352l96 160h96c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128z"],gavel:[512,512,["legal"],"f0e3","M318.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-120 120c-12.5 12.5-12.5 32.8 0 45.3l16 16c12.5 12.5 32.8 12.5 45.3 0l4-4L325.4 293.4l-4 4c-12.5 12.5-12.5 32.8 0 45.3l16 16c12.5 12.5 32.8 12.5 45.3 0l120-120c12.5-12.5 12.5-32.8 0-45.3l-16-16c-12.5-12.5-32.8-12.5-45.3 0l-4 4L330.6 74.6l4-4c12.5-12.5 12.5-32.8 0-45.3l-16-16zm-152 288c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3l48 48c12.5 12.5 32.8 12.5 45.3 0l112-112c12.5-12.5 12.5-32.8 0-45.3l-1.4-1.4L272 285.3 226.7 240 168 298.7l-1.4-1.4z"],binoculars:[512,512,[],"f1e5","M128 32h32c17.7 0 32 14.3 32 32V96H96V64c0-17.7 14.3-32 32-32zm64 96V448c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V388.9c0-34.6 9.4-68.6 27.2-98.3C40.9 267.8 49.7 242.4 53 216L60.5 156c2-16 15.6-28 31.8-28H192zm227.8 0c16.1 0 29.8 12 31.8 28L459 216c3.3 26.4 12.1 51.8 25.8 74.6c17.8 29.7 27.2 63.7 27.2 98.3V448c0 17.7-14.3 32-32 32H352c-17.7 0-32-14.3-32-32V128h99.8zM320 64c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32V96H320V64zm-32 64V288H224V128h64z"],"microphone-slash":[640,512,[],"f131","M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L472.1 344.7c15.2-26 23.9-56.3 23.9-88.7V216c0-13.3-10.7-24-24-24s-24 10.7-24 24v40c0 21.2-5.1 41.1-14.2 58.7L416 300.8V96c0-53-43-96-96-96s-96 43-96 96v54.3L38.8 5.1zM344 430.4c20.4-2.8 39.7-9.1 57.3-18.2l-43.1-33.9C346.1 382 333.3 384 320 384c-70.7 0-128-57.3-128-128v-8.7L144.7 210c-.5 1.9-.7 3.9-.7 6v40c0 89.1 66.2 162.7 152 174.4V464H248c-13.3 0-24 10.7-24 24s10.7 24 24 24h72 72c13.3 0 24-10.7 24-24s-10.7-24-24-24H344V430.4z"],"box-tissue":[512,512,[],"e05b","M92.5 0H208c40 0 52 24 64 48s24 48 64 48h85.2C436 96 448 108 448 122.8c0 3.4-.7 6.8-1.9 10L409.6 224 384 288H128l-16-64L64.9 35.4c-.6-2.3-.9-4.6-.9-6.9C64 12.8 76.8 0 92.5 0zM79 224l16 64H80c-8.8 0-16 7.2-16 16s7.2 16 16 16h48H384h48c8.8 0 16-7.2 16-16s-7.2-16-16-16H418.5l25.6-64H464c26.5 0 48 21.5 48 48V384H0V272c0-26.5 21.5-48 48-48H79zM0 416H512v48c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V416z"],motorcycle:[640,512,[127949],"f21c","M280 32c-13.3 0-24 10.7-24 24s10.7 24 24 24h57.7l16.4 30.3L256 192l-45.3-45.3c-12-12-28.3-18.7-45.3-18.7H64c-17.7 0-32 14.3-32 32v32h96c88.4 0 160 71.6 160 160c0 11-1.1 21.7-3.2 32h70.4c-2.1-10.3-3.2-21-3.2-32c0-52.2 25-98.6 63.7-127.8l15.4 28.6C402.4 276.3 384 312 384 352c0 70.7 57.3 128 128 128s128-57.3 128-128s-57.3-128-128-128c-13.5 0-26.5 2.1-38.7 6L418.2 128H480c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H459.6c-7.5 0-14.7 2.6-20.5 7.4L391.7 78.9l-14-26c-7-12.9-20.5-21-35.2-21H280zM462.7 311.2l28.2 52.2c6.3 11.7 20.9 16 32.5 9.7s16-20.9 9.7-32.5l-28.2-52.2c2.3-.3 4.7-.4 7.1-.4c35.3 0 64 28.7 64 64s-28.7 64-64 64s-64-28.7-64-64c0-15.5 5.5-29.7 14.7-40.8zM187.3 376c-9.5 23.5-32.5 40-59.3 40c-35.3 0-64-28.7-64-64s28.7-64 64-64c26.9 0 49.9 16.5 59.3 40h66.4C242.5 268.8 190.5 224 128 224C57.3 224 0 281.3 0 352s57.3 128 128 128c62.5 0 114.5-44.8 125.8-104H187.3zM128 384a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"],"bell-concierge":[512,512,[128718,"concierge-bell"],"f562","M216 64c-13.3 0-24 10.7-24 24s10.7 24 24 24h16v33.3C119.6 157.2 32 252.4 32 368H480c0-115.6-87.6-210.8-200-222.7V112h16c13.3 0 24-10.7 24-24s-10.7-24-24-24H256 216zM24 400c-13.3 0-24 10.7-24 24s10.7 24 24 24H488c13.3 0 24-10.7 24-24s-10.7-24-24-24H24z"],"pen-ruler":[512,512,["pencil-ruler"],"f5ae","M469.3 19.3l23.4 23.4c25 25 25 65.5 0 90.5l-56.4 56.4L322.3 75.7l56.4-56.4c25-25 65.5-25 90.5 0zM44.9 353.2L299.7 98.3 413.7 212.3 158.8 467.1c-6.7 6.7-15.1 11.6-24.2 14.2l-104 29.7c-8.4 2.4-17.4 .1-23.6-6.1s-8.5-15.2-6.1-23.6l29.7-104c2.6-9.2 7.5-17.5 14.2-24.2zM249.4 103.4L103.4 249.4 16 161.9c-18.7-18.7-18.7-49.1 0-67.9L94.1 16c18.7-18.7 49.1-18.7 67.9 0l19.8 19.8c-.3 .3-.7 .6-1 .9l-64 64c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l64-64c.3-.3 .6-.7 .9-1l45.1 45.1zM408.6 262.6l45.1 45.1c-.3 .3-.7 .6-1 .9l-64 64c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l64-64c.3-.3 .6-.7 .9-1L496 350.1c18.7 18.7 18.7 49.1 0 67.9L417.9 496c-18.7 18.7-49.1 18.7-67.9 0l-87.4-87.4L408.6 262.6z"],"people-arrows":[640,512,["people-arrows-left-right"],"e068","M64 64a64 64 0 1 1 128 0A64 64 0 1 1 64 64zM25.9 233.4C29.3 191.9 64 160 105.6 160h44.8c27 0 51 13.4 65.5 34.1c-2.7 1.9-5.2 4-7.5 6.3l-64 64c-21.9 21.9-21.9 57.3 0 79.2L192 391.2V464c0 26.5-21.5 48-48 48H112c-26.5 0-48-21.5-48-48V348.3c-26.5-9.5-44.7-35.8-42.2-65.6l4.1-49.3zM448 64a64 64 0 1 1 128 0A64 64 0 1 1 448 64zM431.6 200.4c-2.3-2.3-4.9-4.4-7.5-6.3c14.5-20.7 38.6-34.1 65.5-34.1h44.8c41.6 0 76.3 31.9 79.7 73.4l4.1 49.3c2.5 29.8-15.7 56.1-42.2 65.6V464c0 26.5-21.5 48-48 48H496c-26.5 0-48-21.5-48-48V391.2l47.6-47.6c21.9-21.9 21.9-57.3 0-79.2l-64-64zM272 240v32h96V240c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l64 64c9.4 9.4 9.4 24.6 0 33.9l-64 64c-6.9 6.9-17.2 8.9-26.2 5.2s-14.8-12.5-14.8-22.2V336H272v32c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-64-64c-9.4-9.4-9.4-24.6 0-33.9l64-64c6.9-6.9 17.2-8.9 26.2-5.2s14.8 12.5 14.8 22.2z"],"mars-and-venus-burst":[640,512,[],"e523","M504 0c-9.7 0-18.5 5.8-22.2 14.8s-1.7 19.3 5.2 26.2l39 39-22.2 22.2C475.9 78.4 439.6 64 400 64c-88.4 0-160 71.6-160 160c0 80.2 59.1 146.7 136.1 158.2c0 .6-.1 1.2-.1 1.8v.4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .3 .4 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3H352c-13.3 0-24 10.7-24 24s10.7 24 24 24h24v.2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0l24 0H376c0 13.3 10.7 24 24 24s24-10.7 24-24H400l24 0v0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1V486 486v-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1V485 485v-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1V484v-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1V483v-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1V481v-.1-.1-.1-.1-.1-.1-.1-.1V480v-.1-.1-.1-.1-.1-.1-.1V479v-.1-.1-.1-.1-.1-.1-.1V478v-.1-.1-.1-.1-.1-.1V477v-.1-.1-.1-.1-.1-.1V476v-.1-.1-.1-.1-.1-.1V475v-.1-.2-.2-.2-.2-.2V474v-.2-.2-.2-.2-.2V473v-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2V470v-.2-.2-.2-.2-.2V469v-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2V467v-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2V463v-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2V459v-.2-.2-.2-.2-.2-.2-.2-.2V457v-.2-.2-.2-.2V456h24c13.3 0 24-10.7 24-24s-10.7-24-24-24H424v-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3V403v-.3-.3V402v-.3-.3V401v-.3-.3V400v-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.4-.3-.4-.4-.4-.4V393v-.4-.4-.4-.4-.4-.4-.4-.4-.4-.4-.4-.4-.4V388v-.4-.4-.4-.4-.4-.4-.4-.4-.4-.4V384c0-.6 0-1.2-.1-1.8c77-11.6 136.1-78 136.1-158.2c0-31.4-9-60.7-24.7-85.4L560 113.9l39 39c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2V24c0-13.3-10.7-24-24-24H504zM400 128a96 96 0 1 1 0 192 96 96 0 1 1 0-192zM190.9 18.1C188.4 12 182.6 8 176 8s-12.4 4-14.9 10.1l-29.4 74L55.6 68.9c-6.3-1.9-13.1 .2-17.2 5.3s-4.6 12.2-1.4 17.9l39.5 69.1L10.9 206.4c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2L90.6 327c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6L176 286.1l58.6 53.9c4.1 3.8 9.9 5.1 15.2 3.6C223.6 310.8 208 269.2 208 224c0-60.8 28.3-115 72.4-150.2L220.3 92.1l-29.4-74z"],"square-caret-right":[448,512,["caret-square-right"],"f152","M448 96c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320zM320 256c0 6.7-2.8 13-7.7 17.6l-112 104c-7 6.5-17.2 8.2-25.9 4.4s-14.4-12.5-14.4-22l0-208c0-9.5 5.7-18.2 14.4-22s18.9-2.1 25.9 4.4l112 104c4.9 4.5 7.7 10.9 7.7 17.6z"],scissors:[512,512,[9984,9986,9988,"cut"],"f0c4","M256 192l-39.5-39.5c4.9-12.6 7.5-26.2 7.5-40.5C224 50.1 173.9 0 112 0S0 50.1 0 112s50.1 112 112 112c14.3 0 27.9-2.7 40.5-7.5L192 256l-39.5 39.5c-12.6-4.9-26.2-7.5-40.5-7.5C50.1 288 0 338.1 0 400s50.1 112 112 112s112-50.1 112-112c0-14.3-2.7-27.9-7.5-40.5L499.2 76.8c7.1-7.1 7.1-18.5 0-25.6c-28.3-28.3-74.1-28.3-102.4 0L256 192zm22.6 150.6L396.8 460.8c28.3 28.3 74.1 28.3 102.4 0c7.1-7.1 7.1-18.5 0-25.6L342.6 278.6l-64 64zM64 112a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm48 240a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"],"sun-plant-wilt":[640,512,[],"e57a","M160 0c-6.3 0-12 3.7-14.6 9.5L120.6 64.9 63.9 43.2c-5.9-2.3-12.6-.8-17 3.6s-5.9 11.1-3.6 17l21.7 56.7L9.5 145.4C3.7 148 0 153.7 0 160s3.7 12 9.5 14.6l55.4 24.8L43.2 256.1c-2.3 5.9-.8 12.6 3.6 17s11.1 5.9 17 3.6l56.7-21.7 24.8 55.4c2.6 5.8 8.3 9.5 14.6 9.5s12-3.7 14.6-9.5l24.8-55.4 56.7 21.7c5.9 2.3 12.6 .8 17-3.6s5.9-11.1 3.6-17l-21.7-56.7 55.4-24.8c5.8-2.6 9.5-8.3 9.5-14.6s-3.7-12-9.5-14.6l-55.4-24.8 21.7-56.7c2.3-5.9 .8-12.6-3.6-17s-11.1-5.9-17-3.6L199.4 64.9 174.6 9.5C172 3.7 166.3 0 160 0zm0 96a64 64 0 1 1 0 128 64 64 0 1 1 0-128zm32 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm312 16c0-17.7 14.3-32 32-32s32 14.3 32 32v53.4c-14.8 7.7-24 23.1-24 44.6c0 16.8 16 44 37.4 67.2c5.8 6.2 15.5 6.2 21.2 0C624 318 640 290.7 640 274c0-21.5-9.2-37-24-44.6V176c0-44.2-35.8-80-80-80s-80 35.8-80 80v22.7c-9.8-4.3-20.6-6.7-32-6.7c-44.2 0-80 35.8-80 80v21.4c-14.8 7.7-24 23.1-24 44.6c0 16.8 16 44 37.4 67.2c5.8 6.2 15.5 6.2 21.2 0C400 382 416 354.7 416 338c0-21.5-9.2-37-24-44.6V272c0-17.7 14.3-32 32-32s32 14.3 32 32v8V448H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H504V280v-8V176z"],"toilets-portable":[576,512,[],"e584","M32 0H224c17.7 0 32 14.3 32 32V64H0V32C0 14.3 14.3 0 32 0zM0 96H24 232h24v24V488c0 13.3-10.7 24-24 24s-24-10.7-24-24v-8H48v8c0 13.3-10.7 24-24 24s-24-10.7-24-24V120 96zM192 224c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16V240c0-8.8-7.2-16-16-16zM352 0H544c17.7 0 32 14.3 32 32V64H320V32c0-17.7 14.3-32 32-32zM320 96h24H552h24v24V488c0 13.3-10.7 24-24 24s-24-10.7-24-24v-8H368v8c0 13.3-10.7 24-24 24s-24-10.7-24-24V120 96zM512 224c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16V240c0-8.8-7.2-16-16-16z"],"hockey-puck":[512,512,[],"f453","M256 256C114.6 256 0 213 0 160s114.6-96 256-96s256 43 256 96s-114.6 96-256 96zm192.3 1.8c24.7-9.3 46.9-21 63.7-35.6V352c0 53-114.6 96-256 96S0 405 0 352V222.3c16.8 14.6 39 26.3 63.7 35.6C114.5 276.9 182.5 288 256 288s141.5-11.1 192.3-30.2z"],table:[512,512,[],"f0ce","M64 256V160H224v96H64zm0 64H224v96H64V320zm224 96V320H448v96H288zM448 256H288V160H448v96zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z"],"magnifying-glass-arrow-right":[512,512,[],"e521","M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM241 119c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l31 31H120c-13.3 0-24 10.7-24 24s10.7 24 24 24H238.1l-31 31c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9l-72-72z"],"tachograph-digital":[640,512,["digital-tachograph"],"f566","M64 64C28.7 64 0 92.7 0 128V384c0 35.3 28.7 64 64 64H576c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H64zm32 64H320c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V160c0-17.7 14.3-32 32-32zM64 368c0-8.8 7.2-16 16-16H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16zm320 0c0-8.8 7.2-16 16-16H560c8.8 0 16 7.2 16 16s-7.2 16-16 16H400c-8.8 0-16-7.2-16-16zM80 288a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm48 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm80-16a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm48 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm80-16a16 16 0 1 1 0 32 16 16 0 1 1 0-32z"],"users-slash":[640,512,[],"e073","M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L440.6 320H618.7c11.8 0 21.3-9.6 21.3-21.3C640 239.8 592.2 192 533.3 192H490.7c-15.9 0-31 3.5-44.6 9.7c1.3 7.2 1.9 14.7 1.9 22.3c0 30.2-10.5 58-28 79.9l-25.2-19.7C408.1 267.7 416 246.8 416 224c0-53-43-96-96-96c-31.1 0-58.7 14.8-76.3 37.7l-40.6-31.8c13-14.2 20.9-33.1 20.9-53.9c0-44.2-35.8-80-80-80C116.3 0 91.9 14.1 77.5 35.5L38.8 5.1zM106.7 192C47.8 192 0 239.8 0 298.7C0 310.4 9.6 320 21.3 320H234.7c.2 0 .4 0 .7 0c-20.6-18.2-35.2-42.8-40.8-70.8L121.8 192H106.7zM261.3 352C187.7 352 128 411.7 128 485.3c0 14.7 11.9 26.7 26.7 26.7H485.3c10.5 0 19.5-6 23.9-14.8L324.9 352H261.3zM512 160A80 80 0 1 0 512 0a80 80 0 1 0 0 160z"],clover:[448,512,[],"e139","M173.3 32C139.4 32 112 59.4 112 93.3v4.9c0 12 3.3 23.7 9.4 34l18.8 31.3c1.1 1.8 1.2 3.1 1 4.2c-.2 1.2-.8 2.5-2 3.6s-2.4 1.8-3.6 2c-1 .2-2.4 .1-4.2-1l-31.3-18.8c-10.3-6.2-22-9.4-34-9.4H61.3C27.4 144 0 171.4 0 205.3c0 16.2 6.5 31.8 17.9 43.3l1.2 1.2c3.4 3.4 3.4 9 0 12.4l-1.2 1.2C6.5 274.9 0 290.5 0 306.7C0 340.6 27.4 368 61.3 368h4.9c12 0 23.7-3.3 34-9.4l31.3-18.8c1.8-1.1 3.1-1.2 4.2-1c1.2 .2 2.5 .8 3.6 2s1.8 2.4 2 3.6c.2 1 .1 2.4-1 4.2l-18.8 31.3c-6.2 10.3-9.4 22-9.4 34v4.9c0 33.8 27.4 61.3 61.3 61.3c16.2 0 31.8-6.5 43.3-17.9l1.2-1.2c3.4-3.4 9-3.4 12.4 0l1.2 1.2c11.5 11.5 27.1 17.9 43.3 17.9c33.8 0 61.3-27.4 61.3-61.3v-4.9c0-12-3.3-23.7-9.4-34l-18.8-31.3c-1.1-1.8-1.2-3.1-1-4.2c.2-1.2 .8-2.5 2-3.6s2.4-1.8 3.6-2c1-.2 2.4-.1 4.2 1l31.3 18.8c10.3 6.2 22 9.4 34 9.4h4.9c33.8 0 61.3-27.4 61.3-61.3c0-16.2-6.5-31.8-17.9-43.3l-1.2-1.2c-3.4-3.4-3.4-9 0-12.4l1.2-1.2c11.5-11.5 17.9-27.1 17.9-43.3c0-33.8-27.4-61.3-61.3-61.3h-4.9c-12 0-23.7 3.3-34 9.4l-31.3 18.8c-1.8 1.1-3.1 1.2-4.2 1c-1.2-.2-2.5-.8-3.6-2s-1.8-2.4-2-3.6c-.2-1-.1-2.4 1-4.2l18.8-31.3c6.2-10.3 9.4-22 9.4-34V93.3C336 59.4 308.6 32 274.7 32c-16.2 0-31.8 6.5-43.3 17.9l-1.2 1.2c-3.4 3.4-9 3.4-12.4 0l-1.2-1.2C205.1 38.5 189.5 32 173.3 32z"],reply:[512,512,[61714,"mail-reply"],"f3e5","M205 34.8c11.5 5.1 19 16.6 19 29.2v64H336c97.2 0 176 78.8 176 176c0 113.3-81.5 163.9-100.2 174.1c-2.5 1.4-5.3 1.9-8.1 1.9c-10.9 0-19.7-8.9-19.7-19.7c0-7.5 4.3-14.4 9.8-19.5c9.4-8.8 22.2-26.4 22.2-56.7c0-53-43-96-96-96H224v64c0 12.6-7.4 24.1-19 29.2s-25 3-34.4-5.4l-160-144C3.9 225.7 0 217.1 0 208s3.9-17.7 10.6-23.8l160-144c9.4-8.5 22.9-10.6 34.4-5.4z"],"star-and-crescent":[512,512,[9770],"f699","M0 256C0 114.6 114.6 0 256 0c33 0 64.6 6.3 93.6 17.7c7.4 2.9 11.5 10.7 9.8 18.4s-8.8 13-16.7 12.4c-4.8-.3-9.7-.5-14.6-.5c-114.9 0-208 93.1-208 208s93.1 208 208 208c4.9 0 9.8-.2 14.6-.5c7.9-.5 15 4.7 16.7 12.4s-2.4 15.5-9.8 18.4C320.6 505.7 289 512 256 512C114.6 512 0 397.4 0 256zM375.4 137.4c3.5-7.1 13.7-7.1 17.2 0l31.5 63.8c1.4 2.8 4.1 4.8 7.2 5.3l70.4 10.2c7.9 1.1 11 10.8 5.3 16.4l-50.9 49.6c-2.3 2.2-3.3 5.4-2.8 8.5l12 70.1c1.3 7.8-6.9 13.8-13.9 10.1l-63-33.1c-2.8-1.5-6.1-1.5-8.9 0l-63 33.1c-7 3.7-15.3-2.3-13.9-10.1l12-70.1c.5-3.1-.5-6.3-2.8-8.5L261 233.1c-5.7-5.6-2.6-15.2 5.3-16.4l70.4-10.2c3.1-.5 5.8-2.4 7.2-5.3l31.5-63.8z"],"house-fire":[640,512,[],"e50c","M288 350.1l0 1.9H256c-17.7 0-32 14.3-32 32v64 24c0 22.1-17.9 40-40 40H160 128.1c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2H104c-22.1 0-40-17.9-40-40V360c0-.9 0-1.9 .1-2.8V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L447.3 128.1c-12.3-1-25 3-34.8 11.7c-35.4 31.6-65.6 67.7-87.3 102.8C304.3 276.5 288 314.9 288 350.1zM453.5 163.8c19.7 17.8 38.2 37 55.5 57.7c7.9-9.9 16.8-20.7 26.5-29.5c5.6-5.1 14.4-5.1 20 0c24.7 22.7 45.6 52.7 60.4 81.1c14.5 28 24.2 58.8 24.2 79C640 440 568.7 512 480 512c-89.7 0-160-72.1-160-159.8c0-26.4 12.7-60.7 32.4-92.6c20-32.4 48.1-66.1 81.4-95.8c2.8-2.5 6.4-3.8 10-3.7c3.5 0 7 1.3 9.8 3.8zM530 433c30-21 38-63 20-96c-2-4-4-8-7-12l-36 42s-58-74-62-79c-30 37-45 58-45 82c0 49 36 78 81 78c18 0 34-5 49-15z"],"square-minus":[448,512,[61767,"minus-square"],"f146","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm88 200H296c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24s10.7-24 24-24z"],helicopter:[640,512,[128641],"f533","M128 32c0-17.7 14.3-32 32-32H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H384v64h32c88.4 0 160 71.6 160 160v64c0 17.7-14.3 32-32 32H384 320c-20.1 0-39.1-9.5-51.2-25.6l-71.4-95.2c-3.5-4.7-8.3-8.3-13.7-10.5L47.2 198.1c-9.5-3.8-16.7-12-19.2-22L5 83.9C2.4 73.8 10.1 64 20.5 64H48c10.1 0 19.6 4.7 25.6 12.8L112 128H320V64H160c-17.7 0-32-14.3-32-32zM384 320H512V288c0-53-43-96-96-96H384V320zM630.6 425.4c12.5 12.5 12.5 32.8 0 45.3l-3.9 3.9c-24 24-56.6 37.5-90.5 37.5H256c-17.7 0-32-14.3-32-32s14.3-32 32-32H536.2c17 0 33.3-6.7 45.3-18.7l3.9-3.9c12.5-12.5 32.8-12.5 45.3 0z"],compass:[512,512,[129517],"f14e","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm50.7-186.9L162.4 380.6c-19.4 7.5-38.5-11.6-31-31l55.5-144.3c3.3-8.5 9.9-15.1 18.4-18.4l144.3-55.5c19.4-7.5 38.5 11.6 31 31L325.1 306.7c-3.2 8.5-9.9 15.1-18.4 18.4zM288 256a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"],"square-caret-down":[448,512,["caret-square-down"],"f150","M384 480c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0zM224 352c-6.7 0-13-2.8-17.6-7.7l-104-112c-6.5-7-8.2-17.2-4.4-25.9s12.5-14.4 22-14.4l208 0c9.5 0 18.2 5.7 22 14.4s2.1 18.9-4.4 25.9l-104 112c-4.5 4.9-10.9 7.7-17.6 7.7z"],"file-circle-question":[576,512,[],"e4ef","M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384v38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zm48 96a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zM368 321.6V328c0 8.8 7.2 16 16 16s16-7.2 16-16v-6.4c0-5.3 4.3-9.6 9.6-9.6h40.5c7.7 0 13.9 6.2 13.9 13.9c0 5.2-2.9 9.9-7.4 12.3l-32 16.8c-5.3 2.8-8.6 8.2-8.6 14.2V384c0 8.8 7.2 16 16 16s16-7.2 16-16v-5.1l23.5-12.3c15.1-7.9 24.5-23.6 24.5-40.6c0-25.4-20.6-45.9-45.9-45.9H409.6c-23 0-41.6 18.6-41.6 41.6z"],"laptop-code":[640,512,[],"f5fc","M64 96c0-35.3 28.7-64 64-64H512c35.3 0 64 28.7 64 64V352H512V96H128V352H64V96zM0 403.2C0 392.6 8.6 384 19.2 384H620.8c10.6 0 19.2 8.6 19.2 19.2c0 42.4-34.4 76.8-76.8 76.8H76.8C34.4 480 0 445.6 0 403.2zM281 209l-31 31 31 31c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-48-48c-9.4-9.4-9.4-24.6 0-33.9l48-48c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9zM393 175l48 48c9.4 9.4 9.4 24.6 0 33.9l-48 48c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l31-31-31-31c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0z"],swatchbook:[512,512,[],"f5c3","M0 32C0 14.3 14.3 0 32 0H160c17.7 0 32 14.3 32 32V416c0 53-43 96-96 96s-96-43-96-96V32zM223.6 425.9c.3-3.3 .4-6.6 .4-9.9V154l75.4-75.4c12.5-12.5 32.8-12.5 45.3 0l90.5 90.5c12.5 12.5 12.5 32.8 0 45.3L223.6 425.9zM182.8 512l192-192H480c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32H182.8zM128 64H64v64h64V64zM64 192v64h64V192H64zM96 440a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"],"prescription-bottle":[384,512,[],"f485","M0 32C0 14.3 14.3 0 32 0H352c17.7 0 32 14.3 32 32V64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 64V32zm32 96H352V448c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V416H144c8.8 0 16-7.2 16-16s-7.2-16-16-16H32V320H144c8.8 0 16-7.2 16-16s-7.2-16-16-16H32V224H144c8.8 0 16-7.2 16-16s-7.2-16-16-16H32V128z"],bars:[448,512,["navicon"],"f0c9","M0 96C0 78.3 14.3 64 32 64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z"],"people-group":[640,512,[],"e533","M72 88a56 56 0 1 1 112 0A56 56 0 1 1 72 88zM64 245.7C54 256.9 48 271.8 48 288s6 31.1 16 42.3V245.7zm144.4-49.3C178.7 222.7 160 261.2 160 304c0 34.3 12 65.8 32 90.5V416c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V389.2C26.2 371.2 0 332.7 0 288c0-61.9 50.1-112 112-112h32c24 0 46.2 7.5 64.4 20.3zM448 416V394.5c20-24.7 32-56.2 32-90.5c0-42.8-18.7-81.3-48.4-107.7C449.8 183.5 472 176 496 176h32c61.9 0 112 50.1 112 112c0 44.7-26.2 83.2-64 101.2V416c0 17.7-14.3 32-32 32H480c-17.7 0-32-14.3-32-32zm8-328a56 56 0 1 1 112 0A56 56 0 1 1 456 88zM576 245.7v84.7c10-11.3 16-26.1 16-42.3s-6-31.1-16-42.3zM320 32a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM240 304c0 16.2 6 31 16 42.3V261.7c-10 11.3-16 26.1-16 42.3zm144-42.3v84.7c10-11.3 16-26.1 16-42.3s-6-31.1-16-42.3zM448 304c0 44.7-26.2 83.2-64 101.2V448c0 17.7-14.3 32-32 32H288c-17.7 0-32-14.3-32-32V405.2c-37.8-18-64-56.5-64-101.2c0-61.9 50.1-112 112-112h32c61.9 0 112 50.1 112 112z"],"hourglass-end":[384,512,[8987,"hourglass-3"],"f253","M32 0C14.3 0 0 14.3 0 32S14.3 64 32 64V75c0 42.4 16.9 83.1 46.9 113.1L146.7 256 78.9 323.9C48.9 353.9 32 394.6 32 437v11c-17.7 0-32 14.3-32 32s14.3 32 32 32H64 320h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V437c0-42.4-16.9-83.1-46.9-113.1L237.3 256l67.9-67.9c30-30 46.9-70.7 46.9-113.1V64c17.7 0 32-14.3 32-32s-14.3-32-32-32H320 64 32zM96 75V64H288V75c0 25.5-10.1 49.9-28.1 67.9L192 210.7l-67.9-67.9C106.1 124.9 96 100.4 96 75z"],"heart-crack":[512,512,[128148,"heart-broken"],"f7a9","M119.4 44.1c23.3-3.9 46.8-1.9 68.6 5.3l49.8 77.5-75.4 75.4c-1.5 1.5-2.4 3.6-2.3 5.8s1 4.2 2.6 5.7l112 104c2.9 2.7 7.4 2.9 10.5 .3s3.8-7 1.7-10.4l-60.4-98.1 90.7-75.6c2.6-2.1 3.5-5.7 2.4-8.8L296.8 61.8c28.5-16.7 62.4-23.2 95.7-17.6C461.5 55.6 512 115.2 512 185.1v5.8c0 41.5-17.2 81.2-47.6 109.5L283.7 469.1c-7.5 7-17.4 10.9-27.7 10.9s-20.2-3.9-27.7-10.9L47.6 300.4C17.2 272.1 0 232.4 0 190.9v-5.8c0-69.9 50.5-129.5 119.4-141z"],"square-up-right":[448,512,[8599,"external-link-square-alt"],"f360","M384 32c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32H384zM320 313.4V176c0-8.8-7.2-16-16-16H166.6c-12.5 0-22.6 10.1-22.6 22.6c0 6 2.4 11.8 6.6 16L184 232l-66.3 66.3C114 302 112 306.9 112 312s2 10 5.7 13.7l36.7 36.7c3.6 3.6 8.5 5.7 13.7 5.7s10-2 13.7-5.7L248 296l33.4 33.4c4.2 4.2 10 6.6 16 6.6c12.5 0 22.6-10.1 22.6-22.6z"],"face-kiss-beam":[512,512,[128537,"kiss-beam"],"f597","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm48.7-198.3c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4c-2.7 1.5-5.7 3-8.7 4.3c3.1 1.3 6 2.7 8.7 4.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4C274.7 443.1 257.4 448 240 448c-3.6 0-6.8-2.5-7.7-6s.6-7.2 3.8-9l0 0 0 0 0 0 0 0 .2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1 0 0 0 0 0 0c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6 4.1-7l0 0 0 0 0 0 0 0 0 0 .2-.1 .3-.2 .6-.4c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1l-.4-.3-.5-.3-.2-.1 0 0 0 0 0 0c-3.2-1.8-4.7-5.5-3.8-9s4.1-6 7.7-6c17.4 0 34.7 4.9 47.9 12.3c6.6 3.7 12.5 8.2 16.7 13.4zm-87.1-84.9l0 0 0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0zm160 0l0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0 0 0z"],film:[512,512,[127902],"f008","M0 96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM48 368v32c0 8.8 7.2 16 16 16H96c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16zm368-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16H416zM48 240v32c0 8.8 7.2 16 16 16H96c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16zm368-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H416zM48 112v32c0 8.8 7.2 16 16 16H96c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16zM416 96c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H416zM160 128v64c0 17.7 14.3 32 32 32H320c17.7 0 32-14.3 32-32V128c0-17.7-14.3-32-32-32H192c-17.7 0-32 14.3-32 32zm32 160c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32H320c17.7 0 32-14.3 32-32V320c0-17.7-14.3-32-32-32H192z"],"ruler-horizontal":[640,512,[],"f547","M0 336c0 26.5 21.5 48 48 48l544 0c26.5 0 48-21.5 48-48l0-160c0-26.5-21.5-48-48-48l-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0c-26.5 0-48 21.5-48 48L0 336z"],"people-robbery":[576,512,[],"e536","M488.2 59.1C478.1 99.6 441.7 128 400 128s-78.1-28.4-88.2-68.9L303 24.2C298.8 7.1 281.4-3.3 264.2 1S236.7 22.6 241 39.8l8.7 34.9c11 44 40.2 79.6 78.3 99.6V480c0 17.7 14.3 32 32 32s32-14.3 32-32V352h16V480c0 17.7 14.3 32 32 32s32-14.3 32-32V174.3c38.1-20 67.3-55.6 78.3-99.6L559 39.8c4.3-17.1-6.1-34.5-23.3-38.8S501.2 7.1 497 24.2l-8.7 34.9zM400 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM80 96A48 48 0 1 0 80 0a48 48 0 1 0 0 96zm-8 32c-35.3 0-64 28.7-64 64v96l0 .6V480c0 17.7 14.3 32 32 32s32-14.3 32-32V352H88V480c0 17.7 14.3 32 32 32s32-14.3 32-32V252.7l13 20.5c5.9 9.2 16.1 14.9 27 14.9h48c17.7 0 32-14.3 32-32s-14.3-32-32-32H209.6l-37.4-58.9C157.6 142 132.1 128 104.7 128H72z"],lightbulb:[384,512,[128161],"f0eb","M272 384c9.6-31.9 29.5-59.1 49.2-86.2l0 0c5.2-7.1 10.4-14.2 15.4-21.4c19.8-28.5 31.4-63 31.4-100.3C368 78.8 289.2 0 192 0S16 78.8 16 176c0 37.3 11.6 71.9 31.4 100.3c5 7.2 10.2 14.3 15.4 21.4l0 0c19.8 27.1 39.7 54.4 49.2 86.2H272zM192 512c44.2 0 80-35.8 80-80V416H112v16c0 44.2 35.8 80 80 80zM112 176c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-61.9 50.1-112 112-112c8.8 0 16 7.2 16 16s-7.2 16-16 16c-44.2 0-80 35.8-80 80z"],"caret-left":[256,512,[],"f0d9","M9.4 278.6c-12.5-12.5-12.5-32.8 0-45.3l128-128c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6l0 256c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-128-128z"],"circle-exclamation":[512,512,["exclamation-circle"],"f06a","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-384c13.3 0 24 10.7 24 24V264c0 13.3-10.7 24-24 24s-24-10.7-24-24V152c0-13.3 10.7-24 24-24zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"],"school-circle-xmark":[640,512,[],"e56d","M337.8 5.4C327-1.8 313-1.8 302.2 5.4L166.3 96H48C21.5 96 0 117.5 0 144V464c0 26.5 21.5 48 48 48H320v0H256V416c0-35.3 28.7-64 64-64l.3 0h.5c3.4-37.7 18.7-72.1 42.2-99.1C350.2 260 335.6 264 320 264c-48.6 0-88-39.4-88-88s39.4-88 88-88s88 39.4 88 88c0 18.3-5.6 35.3-15.1 49.4c29-21 64.6-33.4 103.1-33.4c59.5 0 112.1 29.6 144 74.8V144c0-26.5-21.5-48-48-48H473.7L337.8 5.4zM96 192h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16V208c0-8.8 7.2-16 16-16zm0 128h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16V336c0-8.8 7.2-16 16-16zM320 128c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H336V144c0-8.8-7.2-16-16-16zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm22.6-144l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L518.6 368z"],"arrow-right-from-bracket":[512,512,["sign-out"],"f08b","M502.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 224 192 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l210.7 0-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l128-128zM160 96c17.7 0 32-14.3 32-32s-14.3-32-32-32L96 32C43 32 0 75 0 128L0 384c0 53 43 96 96 96l64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0c-17.7 0-32-14.3-32-32l0-256c0-17.7 14.3-32 32-32l64 0z"],"circle-chevron-down":[512,512,["chevron-circle-down"],"f13a","M256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM135 241c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l87 87 87-87c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L273 345c-9.4 9.4-24.6 9.4-33.9 0L135 241z"],"unlock-keyhole":[448,512,["unlock-alt"],"f13e","M224 64c-44.2 0-80 35.8-80 80v48H384c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V256c0-35.3 28.7-64 64-64H80V144C80 64.5 144.5 0 224 0c57.5 0 107 33.7 130.1 82.3c7.6 16 .8 35.1-15.2 42.6s-35.1 .8-42.6-15.2C283.4 82.6 255.9 64 224 64zm32 320c17.7 0 32-14.3 32-32s-14.3-32-32-32H192c-17.7 0-32 14.3-32 32s14.3 32 32 32h64z"],"cloud-showers-heavy":[512,512,[],"f740","M96 320c-53 0-96-43-96-96c0-42.5 27.6-78.6 65.9-91.2C64.7 126.1 64 119.1 64 112C64 50.1 114.1 0 176 0c43.1 0 80.5 24.3 99.2 60c14.7-17.1 36.5-28 60.8-28c44.2 0 80 35.8 80 80c0 5.5-.6 10.8-1.6 16c.5 0 1.1 0 1.6 0c53 0 96 43 96 96s-43 96-96 96H96zM81.5 353.9c12.2 5.2 17.8 19.3 12.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6S-3.3 490.7 1.9 478.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6zm120 0c12.2 5.2 17.8 19.3 12.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6s-17.8-19.3-12.6-31.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6zm244.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6s-17.8-19.3-12.6-31.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6s17.8 19.3 12.6 31.5zM313.5 353.9c12.2 5.2 17.8 19.3 12.6 31.5l-48 112c-5.2 12.2-19.3 17.8-31.5 12.6s-17.8-19.3-12.6-31.5l48-112c5.2-12.2 19.3-17.8 31.5-12.6z"],"headphones-simple":[512,512,["headphones-alt"],"f58f","M256 80C141.1 80 48 173.1 48 288V392c0 13.3-10.7 24-24 24s-24-10.7-24-24V288C0 146.6 114.6 32 256 32s256 114.6 256 256V392c0 13.3-10.7 24-24 24s-24-10.7-24-24V288c0-114.9-93.1-208-208-208zM80 352c0-35.3 28.7-64 64-64h16c17.7 0 32 14.3 32 32V448c0 17.7-14.3 32-32 32H144c-35.3 0-64-28.7-64-64V352zm288-64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H352c-17.7 0-32-14.3-32-32V320c0-17.7 14.3-32 32-32h16z"],sitemap:[576,512,[],"f0e8","M208 80c0-26.5 21.5-48 48-48h64c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48h-8v40H464c30.9 0 56 25.1 56 56v32h8c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H464c-26.5 0-48-21.5-48-48V368c0-26.5 21.5-48 48-48h8V288c0-4.4-3.6-8-8-8H312v40h8c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H256c-26.5 0-48-21.5-48-48V368c0-26.5 21.5-48 48-48h8V280H112c-4.4 0-8 3.6-8 8v32h8c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V368c0-26.5 21.5-48 48-48h8V288c0-30.9 25.1-56 56-56H264V192h-8c-26.5 0-48-21.5-48-48V80z"],"circle-dollar-to-slot":[512,512,["donate"],"f4b9","M326.7 403.7c-22.1 8-45.9 12.3-70.7 12.3s-48.7-4.4-70.7-12.3c-.3-.1-.5-.2-.8-.3c-30-11-56.8-28.7-78.6-51.4C70 314.6 48 263.9 48 208C48 93.1 141.1 0 256 0S464 93.1 464 208c0 55.9-22 106.6-57.9 144c-1 1-2 2.1-3 3.1c-21.4 21.4-47.4 38.1-76.3 48.6zM256 91.9c-11.1 0-20.1 9-20.1 20.1v6c-5.6 1.2-10.9 2.9-15.9 5.1c-15 6.8-27.9 19.4-31.1 37.7c-1.8 10.2-.8 20 3.4 29c4.2 8.8 10.7 15 17.3 19.5c11.6 7.9 26.9 12.5 38.6 16l2.2 .7c13.9 4.2 23.4 7.4 29.3 11.7c2.5 1.8 3.4 3.2 3.7 4c.3 .8 .9 2.6 .2 6.7c-.6 3.5-2.5 6.4-8 8.8c-6.1 2.6-16 3.9-28.8 1.9c-6-1-16.7-4.6-26.2-7.9l0 0 0 0 0 0c-2.2-.7-4.3-1.5-6.4-2.1c-10.5-3.5-21.8 2.2-25.3 12.7s2.2 21.8 12.7 25.3c1.2 .4 2.7 .9 4.4 1.5c7.9 2.7 20.3 6.9 29.8 9.1V304c0 11.1 9 20.1 20.1 20.1s20.1-9 20.1-20.1v-5.5c5.3-1 10.5-2.5 15.4-4.6c15.7-6.7 28.4-19.7 31.6-38.7c1.8-10.4 1-20.3-3-29.4c-3.9-9-10.2-15.6-16.9-20.5c-12.2-8.8-28.3-13.7-40.4-17.4l-.8-.2c-14.2-4.3-23.8-7.3-29.9-11.4c-2.6-1.8-3.4-3-3.6-3.5c-.2-.3-.7-1.6-.1-5c.3-1.9 1.9-5.2 8.2-8.1c6.4-2.9 16.4-4.5 28.6-2.6c4.3 .7 17.9 3.3 21.7 4.3c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-4.4-1.2-14.4-3.2-21-4.4V112c0-11.1-9-20.1-20.1-20.1zM48 352H64c19.5 25.9 44 47.7 72.2 64H64v32H256 448V416H375.8c28.2-16.3 52.8-38.1 72.2-64h16c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V400c0-26.5 21.5-48 48-48z"],memory:[576,512,[],"f538","M64 64C28.7 64 0 92.7 0 128v7.4c0 6.8 4.4 12.6 10.1 16.3C23.3 160.3 32 175.1 32 192s-8.7 31.7-21.9 40.3C4.4 236 0 241.8 0 248.6V320H576V248.6c0-6.8-4.4-12.6-10.1-16.3C552.7 223.7 544 208.9 544 192s8.7-31.7 21.9-40.3c5.7-3.7 10.1-9.5 10.1-16.3V128c0-35.3-28.7-64-64-64H64zM576 352H0v64c0 17.7 14.3 32 32 32H80V416c0-8.8 7.2-16 16-16s16 7.2 16 16v32h96V416c0-8.8 7.2-16 16-16s16 7.2 16 16v32h96V416c0-8.8 7.2-16 16-16s16 7.2 16 16v32h96V416c0-8.8 7.2-16 16-16s16 7.2 16 16v32h48c17.7 0 32-14.3 32-32V352zM192 160v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V160c0-17.7 14.3-32 32-32s32 14.3 32 32zm128 0v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V160c0-17.7 14.3-32 32-32s32 14.3 32 32zm128 0v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V160c0-17.7 14.3-32 32-32s32 14.3 32 32z"],"road-spikes":[640,512,[],"e568","M64 116.8c0-15.8 20.5-22 29.3-8.9L192 256V116.8c0-15.8 20.5-22 29.3-8.9L320 256V116.8c0-15.8 20.5-22 29.3-8.9L448 256V116.8c0-15.8 20.5-22 29.3-8.9L606.8 302.2c14.2 21.3-1.1 49.7-26.6 49.7H512 448 384 320 256 192 64V116.8zM32 384H608c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32z"],"fire-burner":[640,512,[],"e4f1","M293.5 3.8c19.7 17.8 38.2 37 55.5 57.7c7.9-9.9 16.8-20.7 26.5-29.5c5.6-5.1 14.4-5.1 20 0c24.7 22.7 45.6 52.7 60.4 81.1c14.5 28 24.2 58.8 24.2 79C480 280 408.7 352 320 352c-89.7 0-160-72.1-160-159.8c0-26.4 12.7-60.7 32.4-92.6c20-32.4 48.1-66.1 81.4-95.8c2.8-2.5 6.4-3.8 10-3.7c3.5 0 7 1.3 9.8 3.8zM370 273c30-21 38-63 20-96c-2-4-4-8-7-12l-36 42s-58-74-62-79c-30 37-45 58-45 82c0 49 36 78 81 78c18 0 34-5 49-15zM32 288c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32s-14.3 32-32 32v64H544V320c-17.7 0-32-14.3-32-32s14.3-32 32-32h32c17.7 0 32 14.3 32 32v96c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V416c0-17.7 14.3-32 32-32V288zM320 480a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm160-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM192 480a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"],flag:[448,512,[127988,61725],"f024","M64 32C64 14.3 49.7 0 32 0S0 14.3 0 32V64 368 480c0 17.7 14.3 32 32 32s32-14.3 32-32V352l64.3-16.1c41.1-10.3 84.6-5.5 122.5 13.4c44.2 22.1 95.5 24.8 141.7 7.4l34.7-13c12.5-4.7 20.8-16.6 20.8-30V66.1c0-23-24.2-38-44.8-27.7l-9.6 4.8c-46.3 23.2-100.8 23.2-147.1 0c-35.1-17.6-75.4-22-113.5-12.5L64 48V32z"],hanukiah:[640,512,[128334],"f6e6","M314.2 3.3C309.1 12.1 296 36.6 296 56c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7C324.6 1.2 322.4 0 320 0s-4.6 1.2-5.8 3.3zm-288 48C21.1 60.1 8 84.6 8 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7C36.6 49.2 34.4 48 32 48s-4.6 1.2-5.8 3.3zM88 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3C101.1 60.1 88 84.6 88 104zm82.2-52.7C165.1 60.1 152 84.6 152 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3zM216 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3C229.1 60.1 216 84.6 216 104zM394.2 51.3C389.1 60.1 376 84.6 376 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3zM440 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3C453.1 60.1 440 84.6 440 104zm82.2-52.7C517.1 60.1 504 84.6 504 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3zM584 104c0 13.3 10.7 24 24 24s24-10.7 24-24c0-19.4-13.1-43.9-18.2-52.7c-1.2-2.1-3.4-3.3-5.8-3.3s-4.6 1.2-5.8 3.3C597.1 60.1 584 84.6 584 104zM112 160c-8.8 0-16 7.2-16 16v96 16h32V272 176c0-8.8-7.2-16-16-16zm64 0c-8.8 0-16 7.2-16 16v96 16h32V272 176c0-8.8-7.2-16-16-16zm64 0c-8.8 0-16 7.2-16 16v96 16h32V272 176c0-8.8-7.2-16-16-16zm160 0c-8.8 0-16 7.2-16 16v96 16h32V272 176c0-8.8-7.2-16-16-16zm64 0c-8.8 0-16 7.2-16 16v96 16h32V272 176c0-8.8-7.2-16-16-16zm64 0c-8.8 0-16 7.2-16 16v96 16h32V272 176c0-8.8-7.2-16-16-16zM352 144c0-17.7-14.3-32-32-32s-32 14.3-32 32V320H96c-17.7 0-32-14.3-32-32V192c0-17.7-14.3-32-32-32s-32 14.3-32 32v96c0 53 43 96 96 96H288v64H160c-17.7 0-32 14.3-32 32s14.3 32 32 32H320 480c17.7 0 32-14.3 32-32s-14.3-32-32-32H352V384H544c53 0 96-43 96-96V192c0-17.7-14.3-32-32-32s-32 14.3-32 32v96c0 17.7-14.3 32-32 32H352V144z"],feather:[512,512,[129718],"f52d","M278.5 215.6L23 471c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l57-57h68c49.7 0 97.9-14.4 139-41c11.1-7.2 5.5-23-7.8-23c-5.1 0-9.2-4.1-9.2-9.2c0-4.1 2.7-7.6 6.5-8.8l81-24.3c2.5-.8 4.8-2.1 6.7-4l22.4-22.4c10.1-10.1 2.9-27.3-11.3-27.3l-32.2 0c-5.1 0-9.2-4.1-9.2-9.2c0-4.1 2.7-7.6 6.5-8.8l112-33.6c4-1.2 7.4-3.9 9.3-7.7C506.4 207.6 512 184.1 512 160c0-41-16.3-80.3-45.3-109.3l-5.5-5.5C432.3 16.3 393 0 352 0s-80.3 16.3-109.3 45.3L139 149C91 197 64 262.1 64 330v55.3L253.6 195.8c6.2-6.2 16.4-6.2 22.6 0c5.4 5.4 6.1 13.6 2.2 19.8z"],"volume-low":[448,512,[128264,"volume-down"],"f027","M301.1 34.8C312.6 40 320 51.4 320 64V448c0 12.6-7.4 24-18.9 29.2s-25 3.1-34.4-5.3L131.8 352H64c-35.3 0-64-28.7-64-64V224c0-35.3 28.7-64 64-64h67.8L266.7 40.1c9.4-8.4 22.9-10.4 34.4-5.3zM412.6 181.5C434.1 199.1 448 225.9 448 256s-13.9 56.9-35.4 74.5c-10.3 8.4-25.4 6.8-33.8-3.5s-6.8-25.4 3.5-33.8C393.1 284.4 400 271 400 256s-6.9-28.4-17.7-37.3c-10.3-8.4-11.8-23.5-3.5-33.8s23.5-11.8 33.8-3.5z"],"comment-slash":[640,512,[],"f4b3","M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L512.9 376.7C552.2 340.2 576 292.3 576 240C576 125.1 461.4 32 320 32c-67.7 0-129.3 21.4-175.1 56.3L38.8 5.1zM64 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.6 .6-1 1.1-1.3 1.4l-.3 .3 0 0 0 0 0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9c37 0 72.3-6.4 104-17.9L82.9 161.3C70.7 185.6 64 212.2 64 240z"],"cloud-sun-rain":[640,512,[127782],"f743","M294.2 1.2c5.1 2.1 8.7 6.7 9.6 12.1l10.4 62.4c-23.3 10.8-42.9 28.4-56 50.3c-14.6-9-31.8-14.1-50.2-14.1c-53 0-96 43-96 96c0 35.5 19.3 66.6 48 83.2c.8 31.8 13.2 60.7 33.1 82.7l-56 39.2c-4.5 3.1-10.3 3.8-15.4 1.6s-8.7-6.7-9.6-12.1L98.1 317.9 13.4 303.8c-5.4-.9-10-4.5-12.1-9.6s-1.5-10.9 1.6-15.4L52.5 208 2.9 137.2c-3.2-4.5-3.8-10.3-1.6-15.4s6.7-8.7 12.1-9.6L98.1 98.1l14.1-84.7c.9-5.4 4.5-10 9.6-12.1s10.9-1.5 15.4 1.6L208 52.5 278.8 2.9c4.5-3.2 10.3-3.8 15.4-1.6zM208 144c13.8 0 26.7 4.4 37.1 11.9c-1.2 4.1-2.2 8.3-3 12.6c-37.9 14.6-67.2 46.6-77.8 86.4C151.8 243.1 144 226.5 144 208c0-35.3 28.7-64 64-64zm69.4 276c11 7.4 14 22.3 6.7 33.3l-32 48c-7.4 11-22.3 14-33.3 6.7s-14-22.3-6.7-33.3l32-48c7.4-11 22.3-14 33.3-6.7zm96 0c11 7.4 14 22.3 6.7 33.3l-32 48c-7.4 11-22.3 14-33.3 6.7s-14-22.3-6.7-33.3l32-48c7.4-11 22.3-14 33.3-6.7zm96 0c11 7.4 14 22.3 6.7 33.3l-32 48c-7.4 11-22.3 14-33.3 6.7s-14-22.3-6.7-33.3l32-48c7.4-11 22.3-14 33.3-6.7zm96 0c11 7.4 14 22.3 6.7 33.3l-32 48c-7.4 11-22.3 14-33.3 6.7s-14-22.3-6.7-33.3l32-48c7.4-11 22.3-14 33.3-6.7zm74.5-116.1c0 44.2-35.8 80-80 80H288c-53 0-96-43-96-96c0-47.6 34.6-87 80-94.6l0-1.3c0-53 43-96 96-96c34.9 0 65.4 18.6 82.2 46.4c13-9.1 28.8-14.4 45.8-14.4c44.2 0 80 35.8 80 80c0 5.9-.6 11.7-1.9 17.2c37.4 6.7 65.8 39.4 65.8 78.7z"],compress:[448,512,[],"f066","M160 64c0-17.7-14.3-32-32-32s-32 14.3-32 32v64H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32V64zM32 320c-17.7 0-32 14.3-32 32s14.3 32 32 32H96v64c0 17.7 14.3 32 32 32s32-14.3 32-32V352c0-17.7-14.3-32-32-32H32zM352 64c0-17.7-14.3-32-32-32s-32 14.3-32 32v96c0 17.7 14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H352V64zM320 320c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32s32-14.3 32-32V384h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H320z"],"wheat-awn":[512,512,["wheat-alt"],"e2cd","M505 41c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L383 95c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l88-88zM305.5 27.3c-6.2-6.2-16.4-6.2-22.6 0L271.5 38.6c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4-30.5 30.5c-3.4-27.3-15.5-53.8-36.5-74.8l-11.3-11.3c-6.2-6.2-16.4-6.2-22.6 0l-11.3 11.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4-30.5 30.5c-3.4-27.3-15.5-53.8-36.5-74.8L101.8 231c-6.2-6.2-16.4-6.2-22.6 0L67.9 242.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4L9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l68.9-68.9 12.2 12.2c37.5 37.5 98.3 37.5 135.8 0l11.3-11.3c6.2-6.2 6.2-16.4 0-22.6l-11.3-11.3c-21.8-21.8-49.6-34.1-78.1-36.9l31.9-31.9 12.2 12.2c37.5 37.5 98.3 37.5 135.8 0l11.3-11.3c6.2-6.2 6.2-16.4 0-22.6l-11.3-11.3c-21.8-21.8-49.6-34.1-78.1-36.9l31.9-31.9 12.2 12.2c37.5 37.5 98.3 37.5 135.8 0L486.5 231c6.2-6.2 6.2-16.4 0-22.6L475.2 197c-5.2-5.2-10.6-9.8-16.4-13.9L505 137c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-59.4 59.4c-20.6-4.4-42-3.7-62.3 2.1c6.1-21.3 6.6-43.8 1.4-65.3L409 41c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L329.1 52.9c-3.7-5-7.8-9.8-12.4-14.3L305.5 27.3z"],ankh:[320,512,[9765],"f644","M96 128c0-35.3 28.7-64 64-64s64 28.7 64 64c0 41.6-20.7 76.6-46.6 104.1c-5.9 6.2-11.8 11.8-17.4 16.7c-5.6-4.9-11.5-10.5-17.4-16.7C116.7 204.6 96 169.6 96 128zM160 0C89.3 0 32 57.3 32 128c0 52.4 21.5 95.5 46.8 128H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h96V480c0 17.7 14.3 32 32 32s32-14.3 32-32V320h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H241.2c25.4-32.5 46.8-75.6 46.8-128C288 57.3 230.7 0 160 0z"],"hands-holding-child":[640,512,[],"e4fa","M320 0a40 40 0 1 1 0 80 40 40 0 1 1 0-80zm44.7 164.3L375.8 253c1.6 13.2-7.7 25.1-20.8 26.8s-25.1-7.7-26.8-20.8l-4.4-35h-7.6l-4.4 35c-1.6 13.2-13.6 22.5-26.8 20.8s-22.5-13.6-20.8-26.8l11.1-88.8L255.5 181c-10.1 8.6-25.3 7.3-33.8-2.8s-7.3-25.3 2.8-33.8l27.9-23.6C271.3 104.8 295.3 96 320 96s48.7 8.8 67.6 24.7l27.9 23.6c10.1 8.6 11.4 23.7 2.8 33.8s-23.7 11.4-33.8 2.8l-19.8-16.7zM40 64c22.1 0 40 17.9 40 40v40 80 40.2c0 17 6.7 33.3 18.7 45.3l51.1 51.1c8.3 8.3 21.3 9.6 31 3.1c12.9-8.6 14.7-26.9 3.7-37.8l-15.2-15.2-32-32c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l32 32 15.2 15.2 0 0 25.3 25.3c21 21 32.8 49.5 32.8 79.2V464c0 26.5-21.5 48-48 48H173.3c-17 0-33.3-6.7-45.3-18.7L28.1 393.4C10.1 375.4 0 351 0 325.5V224 160 104C0 81.9 17.9 64 40 64zm560 0c22.1 0 40 17.9 40 40v56 64V325.5c0 25.5-10.1 49.9-28.1 67.9L512 493.3c-12 12-28.3 18.7-45.3 18.7H400c-26.5 0-48-21.5-48-48V385.1c0-29.7 11.8-58.2 32.8-79.2l25.3-25.3 0 0 15.2-15.2 32-32c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-32 32-15.2 15.2c-11 11-9.2 29.2 3.7 37.8c9.7 6.5 22.7 5.2 31-3.1l51.1-51.1c12-12 18.7-28.3 18.7-45.3V224 144 104c0-22.1 17.9-40 40-40z"],asterisk:[384,512,[10033,61545],"2a","M192 32c17.7 0 32 14.3 32 32V199.5l111.5-66.9c15.2-9.1 34.8-4.2 43.9 11s4.2 34.8-11 43.9L254.2 256l114.3 68.6c15.2 9.1 20.1 28.7 11 43.9s-28.7 20.1-43.9 11L224 312.5V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V312.5L48.5 379.4c-15.2 9.1-34.8 4.2-43.9-11s-4.2-34.8 11-43.9L129.8 256 15.5 187.4c-15.2-9.1-20.1-28.7-11-43.9s28.7-20.1 43.9-11L160 199.5V64c0-17.7 14.3-32 32-32z"],"square-check":[448,512,[9745,9989,61510,"check-square"],"f14a","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM337 209L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"],"peseta-sign":[384,512,[],"e221","M64 32C46.3 32 32 46.3 32 64v96c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 96V448c0 17.7 14.3 32 32 32s32-14.3 32-32V352h96c77.4 0 142-55 156.8-128H352c17.7 0 32-14.3 32-32s-14.3-32-32-32h-3.2C334 87 269.4 32 192 32H64zM282.5 160H96V96h96c41.8 0 77.4 26.7 90.5 64zM96 224H282.5c-13.2 37.3-48.7 64-90.5 64H96V224z"],heading:[448,512,["header"],"f1dc","M0 64C0 46.3 14.3 32 32 32H80h48c17.7 0 32 14.3 32 32s-14.3 32-32 32H112V208H336V96H320c-17.7 0-32-14.3-32-32s14.3-32 32-32h48 48c17.7 0 32 14.3 32 32s-14.3 32-32 32H400V240 416h16c17.7 0 32 14.3 32 32s-14.3 32-32 32H368 320c-17.7 0-32-14.3-32-32s14.3-32 32-32h16V272H112V416h16c17.7 0 32 14.3 32 32s-14.3 32-32 32H80 32c-17.7 0-32-14.3-32-32s14.3-32 32-32H48V240 96H32C14.3 96 0 81.7 0 64z"],ghost:[384,512,[128123],"f6e2","M40.1 467.1l-11.2 9c-3.2 2.5-7.1 3.9-11.1 3.9C8 480 0 472 0 462.2V192C0 86 86 0 192 0S384 86 384 192V462.2c0 9.8-8 17.8-17.8 17.8c-4 0-7.9-1.4-11.1-3.9l-11.2-9c-13.4-10.7-32.8-9-44.1 3.9L269.3 506c-3.3 3.8-8.2 6-13.3 6s-9.9-2.2-13.3-6l-26.6-30.5c-12.7-14.6-35.4-14.6-48.2 0L141.3 506c-3.3 3.8-8.2 6-13.3 6s-9.9-2.2-13.3-6L84.2 471c-11.3-12.9-30.7-14.6-44.1-3.9zM160 192a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm96 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"],list:[512,512,["list-squares"],"f03a","M40 48C26.7 48 16 58.7 16 72v48c0 13.3 10.7 24 24 24H88c13.3 0 24-10.7 24-24V72c0-13.3-10.7-24-24-24H40zM192 64c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H192zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H192zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H192zM16 232v48c0 13.3 10.7 24 24 24H88c13.3 0 24-10.7 24-24V232c0-13.3-10.7-24-24-24H40c-13.3 0-24 10.7-24 24zM40 368c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24H88c13.3 0 24-10.7 24-24V392c0-13.3-10.7-24-24-24H40z"],"square-phone-flip":[448,512,["phone-square-alt"],"f87b","M384 32c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32H384zm-90.7 96.7c-9.7-2.6-19.9 2.3-23.7 11.6l-20 48c-3.4 8.2-1 17.6 5.8 23.2L280 231.7c-16.6 35.2-45.1 63.7-80.3 80.3l-20.2-24.7c-5.6-6.8-15-9.2-23.2-5.8l-48 20c-9.3 3.9-14.2 14-11.6 23.7l12 44C111.1 378 119 384 128 384c123.7 0 224-100.3 224-224c0-9-6-16.9-14.7-19.3l-44-12z"],"cart-plus":[576,512,[],"f217","M0 24C0 10.7 10.7 0 24 0H69.5c22 0 41.5 12.8 50.6 32h411c26.3 0 45.5 25 38.6 50.4l-41 152.3c-8.5 31.4-37 53.3-69.5 53.3H170.7l5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5H488c13.3 0 24 10.7 24 24s-10.7 24-24 24H199.7c-34.6 0-64.3-24.6-70.7-58.5L77.4 54.5c-.7-3.8-4-6.5-7.9-6.5H24C10.7 48 0 37.3 0 24zM128 464a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm336-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM252 160c0 11 9 20 20 20h44v44c0 11 9 20 20 20s20-9 20-20V180h44c11 0 20-9 20-20s-9-20-20-20H356V96c0-11-9-20-20-20s-20 9-20 20v44H272c-11 0-20 9-20 20z"],gamepad:[640,512,[],"f11b","M192 64C86 64 0 150 0 256S86 448 192 448H448c106 0 192-86 192-192s-86-192-192-192H192zM496 168a40 40 0 1 1 0 80 40 40 0 1 1 0-80zM392 304a40 40 0 1 1 80 0 40 40 0 1 1 -80 0zM168 200c0-13.3 10.7-24 24-24s24 10.7 24 24v32h32c13.3 0 24 10.7 24 24s-10.7 24-24 24H216v32c0 13.3-10.7 24-24 24s-24-10.7-24-24V280H136c-13.3 0-24-10.7-24-24s10.7-24 24-24h32V200z"],"circle-dot":[512,512,[128280,"dot-circle"],"f192","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"],"face-dizzy":[512,512,["dizzy"],"f567","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-224a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM100.7 132.7c6.2-6.2 16.4-6.2 22.6 0L160 169.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L182.6 192l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L160 214.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L137.4 192l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6zm192 0c6.2-6.2 16.4-6.2 22.6 0L352 169.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6L374.6 192l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L352 214.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L329.4 192l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6z"],egg:[384,512,[129370],"f7fb","M192 496C86 496 0 394 0 288C0 176 64 16 192 16s192 160 192 272c0 106-86 208-192 208zM154.8 134c6.5-6 7-16.1 1-22.6s-16.1-7-22.6-1c-23.9 21.8-41.1 52.7-52.3 84.2C69.7 226.1 64 259.7 64 288c0 8.8 7.2 16 16 16s16-7.2 16-16c0-24.5 5-54.4 15.1-82.8c10.1-28.5 25-54.1 43.7-71.2z"],"house-medical-circle-xmark":[640,512,[],"e513","M320 368c0 59.5 29.5 112.1 74.8 144H128.1c-35.3 0-64-28.7-64-64V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L522.1 193.9c-8.5-1.3-17.3-1.9-26.1-1.9c-54.7 0-103.5 24.9-135.8 64H320V208c0-8.8-7.2-16-16-16H272c-8.8 0-16 7.2-16 16v48H208c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16zM496 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm22.6 144l36.7-36.7c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L496 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L473.4 368l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L496 390.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L518.6 368z"],campground:[576,512,[9978],"f6bb","M377 52c11-13.8 8.8-33.9-5-45s-33.9-8.8-45 5L288 60.8 249 12c-11-13.8-31.2-16-45-5s-16 31.2-5 45l48 60L12.3 405.4C4.3 415.4 0 427.7 0 440.4V464c0 26.5 21.5 48 48 48H288 528c26.5 0 48-21.5 48-48V440.4c0-12.7-4.3-25.1-12.3-35L329 112l48-60zM288 448H168.5L288 291.7 407.5 448H288z"],"folder-plus":[512,512,[],"f65e","M512 416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32H192c20.1 0 39.1 9.5 51.2 25.6l19.2 25.6c6 8.1 15.5 12.8 25.6 12.8H448c35.3 0 64 28.7 64 64V416zM232 376c0 13.3 10.7 24 24 24s24-10.7 24-24V312h64c13.3 0 24-10.7 24-24s-10.7-24-24-24H280V200c0-13.3-10.7-24-24-24s-24 10.7-24 24v64H168c-13.3 0-24 10.7-24 24s10.7 24 24 24h64v64z"],futbol:[512,512,[9917,"futbol-ball","soccer-ball"],"f1e3","M417.3 360.1l-71.6-4.8c-5.2-.3-10.3 1.1-14.5 4.2s-7.2 7.4-8.4 12.5l-17.6 69.6C289.5 445.8 273 448 256 448s-33.5-2.2-49.2-6.4L189.2 372c-1.3-5-4.3-9.4-8.4-12.5s-9.3-4.5-14.5-4.2l-71.6 4.8c-17.6-27.2-28.5-59.2-30.4-93.6L125 228.3c4.4-2.8 7.6-7 9.2-11.9s1.4-10.2-.5-15l-26.7-66.6C128 109.2 155.3 89 186.7 76.9l55.2 46c4 3.3 9 5.1 14.1 5.1s10.2-1.8 14.1-5.1l55.2-46c31.3 12.1 58.7 32.3 79.6 57.9l-26.7 66.6c-1.9 4.8-2.1 10.1-.5 15s4.9 9.1 9.2 11.9l60.7 38.2c-1.9 34.4-12.8 66.4-30.4 93.6zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm14.1-325.7c-8.4-6.1-19.8-6.1-28.2 0L194 221c-8.4 6.1-11.9 16.9-8.7 26.8l18.3 56.3c3.2 9.9 12.4 16.6 22.8 16.6h59.2c10.4 0 19.6-6.7 22.8-16.6l18.3-56.3c3.2-9.9-.3-20.7-8.7-26.8l-47.9-34.8z"],paintbrush:[576,512,[128396,"paint-brush"],"f1fc","M339.3 367.1c27.3-3.9 51.9-19.4 67.2-42.9L568.2 74.1c12.6-19.5 9.4-45.3-7.6-61.2S517.7-4.4 499.1 9.6L262.4 187.2c-24 18-38.2 46.1-38.4 76.1L339.3 367.1zm-19.6 25.4l-116-104.4C143.9 290.3 96 339.6 96 400c0 3.9 .2 7.8 .6 11.6C98.4 429.1 86.4 448 68.8 448H64c-17.7 0-32 14.3-32 32s14.3 32 32 32H208c61.9 0 112-50.1 112-112c0-2.5-.1-5-.2-7.5z"],lock:[448,512,[128274],"f023","M144 144v48H304V144c0-44.2-35.8-80-80-80s-80 35.8-80 80zM80 192V144C80 64.5 144.5 0 224 0s144 64.5 144 144v48h16c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V256c0-35.3 28.7-64 64-64H80z"],"gas-pump":[512,512,[9981],"f52f","M32 64C32 28.7 60.7 0 96 0H256c35.3 0 64 28.7 64 64V256h8c48.6 0 88 39.4 88 88v32c0 13.3 10.7 24 24 24s24-10.7 24-24V222c-27.6-7.1-48-32.2-48-62V96L384 64c-8.8-8.8-8.8-23.2 0-32s23.2-8.8 32 0l77.3 77.3c12 12 18.7 28.3 18.7 45.3V168v24 32V376c0 39.8-32.2 72-72 72s-72-32.2-72-72V344c0-22.1-17.9-40-40-40h-8V448c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32V64zM96 80v96c0 8.8 7.2 16 16 16H240c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16H112c-8.8 0-16 7.2-16 16z"],"hot-tub-person":[512,512,["hot-tub"],"f593","M272 24c0-13.3-10.7-24-24-24s-24 10.7-24 24v5.2c0 34 14.4 66.4 39.7 89.2l16.4 14.8c15.2 13.7 23.8 33.1 23.8 53.5V200c0 13.3 10.7 24 24 24s24-10.7 24-24V186.8c0-34-14.4-66.4-39.7-89.2L295.8 82.8C280.7 69.1 272 49.7 272 29.2V24zM0 320v16V448c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V320c0-35.3-28.7-64-64-64H277.3c-13.8 0-27.3-4.5-38.4-12.8l-85.3-64C137 166.7 116.8 160 96 160c-53 0-96 43-96 96v64zm128 16v96c0 8.8-7.2 16-16 16s-16-7.2-16-16V336c0-8.8 7.2-16 16-16s16 7.2 16 16zm80-16c8.8 0 16 7.2 16 16v96c0 8.8-7.2 16-16 16s-16-7.2-16-16V336c0-8.8 7.2-16 16-16zm112 16v96c0 8.8-7.2 16-16 16s-16-7.2-16-16V336c0-8.8 7.2-16 16-16s16 7.2 16 16zm80-16c8.8 0 16 7.2 16 16v96c0 8.8-7.2 16-16 16s-16-7.2-16-16V336c0-8.8 7.2-16 16-16zM360 0c-13.3 0-24 10.7-24 24v5.2c0 34 14.4 66.4 39.7 89.2l16.4 14.8c15.2 13.7 23.8 33.1 23.8 53.5V200c0 13.3 10.7 24 24 24s24-10.7 24-24V186.8c0-34-14.4-66.4-39.7-89.2L407.8 82.8C392.7 69.1 384 49.7 384 29.2V24c0-13.3-10.7-24-24-24zM64 128A64 64 0 1 0 64 0a64 64 0 1 0 0 128z"],"map-location":[576,512,["map-marked"],"f59f","M302.8 312C334.9 271.9 408 174.6 408 120C408 53.7 354.3 0 288 0S168 53.7 168 120c0 54.6 73.1 151.9 105.2 192c7.7 9.6 22 9.6 29.6 0zM416 503l144.9-58c9.1-3.6 15.1-12.5 15.1-22.3V152c0-17-17.1-28.6-32.9-22.3l-116 46.4c-.5 1.2-1 2.5-1.5 3.7c-2.9 6.8-6.1 13.7-9.6 20.6V503zM15.1 187.3C6 191 0 199.8 0 209.6V480.4c0 17 17.1 28.6 32.9 22.3L160 451.8V200.4c-3.5-6.9-6.7-13.8-9.6-20.6c-5.6-13.2-10.4-27.4-12.8-41.5l-122.6 49zM384 255c-20.5 31.3-42.3 59.6-56.2 77c-20.5 25.6-59.1 25.6-79.6 0c-13.9-17.4-35.7-45.7-56.2-77V449.4l192 54.9V255z"],"house-flood-water":[576,512,[],"e50e","M306.8 6.1C295.6-2 280.4-2 269.2 6.1l-176 128c-11.2 8.2-15.9 22.6-11.6 35.8S98.1 192 112 192h16v73c1.7 1 3.3 2 4.9 3.1c18 12.4 40.1 20.3 59.2 20.3c21.1 0 42-8.5 59.2-20.3c22.1-15.5 51.6-15.5 73.7 0c18.4 12.7 39.6 20.3 59.2 20.3c19 0 41.2-7.9 59.2-20.3c1.5-1 3-2 4.5-2.9l-.3-73.2H464c13.9 0 26.1-8.9 30.4-22.1s-.4-27.6-11.6-35.8l-176-128zM269.5 309.9C247 325.4 219.5 336 192 336c-26.9 0-55.3-10.8-77.4-26.1l0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 389.7 159 400 192 400c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.5-27.3-10.1-39.2-1.7l0 0C439.4 325.2 410.9 336 384 336c-27.5 0-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37 0zM384 448c-27.5 0-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37 0C247 437.4 219.5 448 192 448c-26.9 0-55.3-10.8-77.4-26.1l0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 501.7 159 512 192 512c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7l0 0C439.4 437.2 410.9 448 384 448z"],tree:[448,512,[127794],"f1bb","M210.6 5.9L62 169.4c-3.9 4.2-6 9.8-6 15.5C56 197.7 66.3 208 79.1 208H104L30.6 281.4c-4.2 4.2-6.6 10-6.6 16C24 309.9 34.1 320 46.6 320H80L5.4 409.5C1.9 413.7 0 419 0 424.5c0 13 10.5 23.5 23.5 23.5H192v32c0 17.7 14.3 32 32 32s32-14.3 32-32V448H424.5c13 0 23.5-10.5 23.5-23.5c0-5.5-1.9-10.8-5.4-15L368 320h33.4c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16L344 208h24.9c12.7 0 23.1-10.3 23.1-23.1c0-5.7-2.1-11.3-6-15.5L237.4 5.9C234 2.1 229.1 0 224 0s-10 2.1-13.4 5.9z"],"bridge-lock":[640,512,[],"e4cc","M32 64c0-17.7 14.3-32 32-32H576c17.7 0 32 14.3 32 32s-14.3 32-32 32H536v64h-8c-61.9 0-112 50.1-112 112v24.6c-9.9 5.8-18.2 14.1-23.8 24.1c-17.6-20-43.4-32.7-72.2-32.7c-53 0-96 43-96 96v64c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32V384c0-53-43-96-96-96V160h72V96H64C46.3 96 32 81.7 32 64zM408 96v64h80V96H408zm-48 64V96H280v64h80zM152 96v64h80V96H152zM528 240c-17.7 0-32 14.3-32 32v48h64V272c0-17.7-14.3-32-32-32zm-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80v48c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32H448c-17.7 0-32-14.3-32-32V352c0-17.7 14.3-32 32-32V272z"],"sack-dollar":[512,512,[128176],"f81d","M320 96H192L144.6 24.9C137.5 14.2 145.1 0 157.9 0H354.1c12.8 0 20.4 14.2 13.3 24.9L320 96zM192 128H320c3.8 2.5 8.1 5.3 13 8.4C389.7 172.7 512 250.9 512 416c0 53-43 96-96 96H96c-53 0-96-43-96-96C0 250.9 122.3 172.7 179 136.4l0 0 0 0c4.8-3.1 9.2-5.9 13-8.4zm84 88c0-11-9-20-20-20s-20 9-20 20v14c-7.6 1.7-15.2 4.4-22.2 8.5c-13.9 8.3-25.9 22.8-25.8 43.9c.1 20.3 12 33.1 24.7 40.7c11 6.6 24.7 10.8 35.6 14l1.7 .5c12.6 3.8 21.8 6.8 28 10.7c5.1 3.2 5.8 5.4 5.9 8.2c.1 5-1.8 8-5.9 10.5c-5 3.1-12.9 5-21.4 4.7c-11.1-.4-21.5-3.9-35.1-8.5c-2.3-.8-4.7-1.6-7.2-2.4c-10.5-3.5-21.8 2.2-25.3 12.6s2.2 21.8 12.6 25.3c1.9 .6 4 1.3 6.1 2.1l0 0 0 0c8.3 2.9 17.9 6.2 28.2 8.4V424c0 11 9 20 20 20s20-9 20-20V410.2c8-1.7 16-4.5 23.2-9c14.3-8.9 25.1-24.1 24.8-45c-.3-20.3-11.7-33.4-24.6-41.6c-11.5-7.2-25.9-11.6-37.1-15l0 0-.7-.2c-12.8-3.9-21.9-6.7-28.3-10.5c-5.2-3.1-5.3-4.9-5.3-6.7c0-3.7 1.4-6.5 6.2-9.3c5.4-3.2 13.6-5.1 21.5-5c9.6 .1 20.2 2.2 31.2 5.2c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-6.5-1.7-13.7-3.4-21.1-4.7V216z"],"pen-to-square":[512,512,["edit"],"f044","M471.6 21.7c-21.9-21.9-57.3-21.9-79.2 0L362.3 51.7l97.9 97.9 30.1-30.1c21.9-21.9 21.9-57.3 0-79.2L471.6 21.7zm-299.2 220c-6.1 6.1-10.8 13.6-13.5 21.9l-29.6 88.8c-2.9 8.6-.6 18.1 5.8 24.6s15.9 8.7 24.6 5.8l88.8-29.6c8.2-2.7 15.7-7.4 21.9-13.5L437.7 172.3 339.7 74.3 172.4 241.7zM96 64C43 64 0 107 0 160V416c0 53 43 96 96 96H352c53 0 96-43 96-96V320c0-17.7-14.3-32-32-32s-32 14.3-32 32v96c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V160c0-17.7 14.3-32 32-32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H96z"],"car-side":[640,512,[128663],"f5e4","M171.3 96H224v96H111.3l30.4-75.9C146.5 104 158.2 96 171.3 96zM272 192V96h81.2c9.7 0 18.9 4.4 25 12l67.2 84H272zm256.2 1L428.2 68c-18.2-22.8-45.8-36-75-36H171.3c-39.3 0-74.6 23.9-89.1 60.3L40.6 196.4C16.8 205.8 0 228.9 0 256V368c0 17.7 14.3 32 32 32H65.3c7.6 45.4 47.1 80 94.7 80s87.1-34.6 94.7-80H385.3c7.6 45.4 47.1 80 94.7 80s87.1-34.6 94.7-80H608c17.7 0 32-14.3 32-32V320c0-65.2-48.8-119-111.8-127zM434.7 368a48 48 0 1 1 90.5 32 48 48 0 1 1 -90.5-32zM160 336a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"],"share-nodes":[448,512,["share-alt"],"f1e0","M352 224c53 0 96-43 96-96s-43-96-96-96s-96 43-96 96c0 4 .2 8 .7 11.9l-94.1 47C145.4 170.2 121.9 160 96 160c-53 0-96 43-96 96s43 96 96 96c25.9 0 49.4-10.2 66.6-26.9l94.1 47c-.5 3.9-.7 7.8-.7 11.9c0 53 43 96 96 96s96-43 96-96s-43-96-96-96c-25.9 0-49.4 10.2-66.6 26.9l-94.1-47c.5-3.9 .7-7.8 .7-11.9s-.2-8-.7-11.9l94.1-47C302.6 213.8 326.1 224 352 224z"],"heart-circle-minus":[576,512,[],"e4ff","M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5zM576 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-64 0c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16s7.2-16 16-16H496c8.8 0 16 7.2 16 16z"],"hourglass-half":[384,512,["hourglass-2"],"f252","M32 0C14.3 0 0 14.3 0 32S14.3 64 32 64V75c0 42.4 16.9 83.1 46.9 113.1L146.7 256 78.9 323.9C48.9 353.9 32 394.6 32 437v11c-17.7 0-32 14.3-32 32s14.3 32 32 32H64 320h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V437c0-42.4-16.9-83.1-46.9-113.1L237.3 256l67.9-67.9c30-30 46.9-70.7 46.9-113.1V64c17.7 0 32-14.3 32-32s-14.3-32-32-32H320 64 32zM96 75V64H288V75c0 19-5.6 37.4-16 53H112c-10.3-15.6-16-34-16-53zm16 309c3.5-5.3 7.6-10.3 12.1-14.9L192 301.3l67.9 67.9c4.6 4.6 8.6 9.6 12.1 14.9H112z"],microscope:[512,512,[128300],"f610","M160 32c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32c17.7 0 32 14.3 32 32V288c0 17.7-14.3 32-32 32c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32c-17.7 0-32-14.3-32-32V64c0-17.7 14.3-32 32-32zM32 448H320c70.7 0 128-57.3 128-128s-57.3-128-128-128V128c106 0 192 86 192 192c0 49.2-18.5 94-48.9 128H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H320 32c-17.7 0-32-14.3-32-32s14.3-32 32-32zm80-64H304c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16z"],sink:[512,512,[],"e06d","M288 96c0-17.7 14.3-32 32-32s32 14.3 32 32s14.3 32 32 32s32-14.3 32-32c0-53-43-96-96-96s-96 43-96 96V288H160V264c0-30.9-25.1-56-56-56H56c-13.3 0-24 10.7-24 24s10.7 24 24 24h48c4.4 0 8 3.6 8 8v24H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H256 480c17.7 0 32-14.3 32-32s-14.3-32-32-32H400V264c0-4.4 3.6-8 8-8h56c13.3 0 24-10.7 24-24s-10.7-24-24-24H408c-30.9 0-56 25.1-56 56v24H288V96zM480 416V384H32v32c0 53 43 96 96 96H384c53 0 96-43 96-96z"],"bag-shopping":[448,512,["shopping-bag"],"f290","M160 112c0-35.3 28.7-64 64-64s64 28.7 64 64v48H160V112zm-48 48H48c-26.5 0-48 21.5-48 48V416c0 53 43 96 96 96H352c53 0 96-43 96-96V208c0-26.5-21.5-48-48-48H336V112C336 50.1 285.9 0 224 0S112 50.1 112 112v48zm24 48a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm152 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"],"arrow-down-z-a":[576,512,["sort-alpha-desc","sort-alpha-down-alt"],"f881","M183.6 469.6C177.5 476.2 169 480 160 480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3 2-45.2s33.3-11.1 45.2 2L128 365.7V64c0-17.7 14.3-32 32-32s32 14.3 32 32V365.7l32.4-35.4c11.9-13 32.2-13.9 45.2-2s13.9 32.2 2 45.2l-88 96zM320 64c0-17.7 14.3-32 32-32H480c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9L429.3 160H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H352c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9L402.7 96H352c-17.7 0-32-14.3-32-32zm96 192c12.1 0 23.2 6.8 28.6 17.7l64 128 16 32c7.9 15.8 1.5 35-14.3 42.9s-35 1.5-42.9-14.3L460.2 448H371.8l-7.2 14.3c-7.9 15.8-27.1 22.2-42.9 14.3s-22.2-27.1-14.3-42.9l16-32 64-128c5.4-10.8 16.5-17.7 28.6-17.7zM395.8 400h40.4L416 359.6 395.8 400z"],mitten:[448,512,[],"f7b5","M352 384H64L5.4 178.9C1.8 166.4 0 153.4 0 140.3C0 62.8 62.8 0 140.3 0h3.4c66 0 123.5 44.9 139.5 108.9l31.4 125.8 17.6-20.1C344.8 200.2 362.9 192 382 192h2.8c34.9 0 63.3 28.3 63.3 63.3c0 15.9-6 31.2-16.8 42.9L352 384zM32 448c0-17.7 14.3-32 32-32H352c17.7 0 32 14.3 32 32v32c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V448z"],"person-rays":[512,512,[],"e54d","M208 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9l-28.6 47.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l58.3 97c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9L328 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H248zM7 7C16.4-2.3 31.6-2.3 41 7l80 80c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L7 41C-2.3 31.6-2.3 16.4 7 7zM471 7c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-80 80c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L471 7zM7 505c-9.4-9.4-9.4-24.6 0-33.9l80-80c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L41 505c-9.4 9.4-24.6 9.4-33.9 0zm464 0l-80-80c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l80 80c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0z"],users:[640,512,[],"f0c0","M144 0a80 80 0 1 1 0 160A80 80 0 1 1 144 0zM512 0a80 80 0 1 1 0 160A80 80 0 1 1 512 0zM0 298.7C0 239.8 47.8 192 106.7 192h42.7c15.9 0 31 3.5 44.6 9.7c-1.3 7.2-1.9 14.7-1.9 22.3c0 38.2 16.8 72.5 43.3 96c-.2 0-.4 0-.7 0H21.3C9.6 320 0 310.4 0 298.7zM405.3 320c-.2 0-.4 0-.7 0c26.6-23.5 43.3-57.8 43.3-96c0-7.6-.7-15-1.9-22.3c13.6-6.3 28.7-9.7 44.6-9.7h42.7C592.2 192 640 239.8 640 298.7c0 11.8-9.6 21.3-21.3 21.3H405.3zM224 224a96 96 0 1 1 192 0 96 96 0 1 1 -192 0zM128 485.3C128 411.7 187.7 352 261.3 352H378.7C452.3 352 512 411.7 512 485.3c0 14.7-11.9 26.7-26.7 26.7H154.7c-14.7 0-26.7-11.9-26.7-26.7z"],"eye-slash":[640,512,[],"f070","M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zM223.1 149.5C248.6 126.2 282.7 112 320 112c79.5 0 144 64.5 144 144c0 24.9-6.3 48.3-17.4 68.7L408 294.5c8.4-19.3 10.6-41.4 4.8-63.3c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3c0 10.2-2.4 19.8-6.6 28.3l-90.3-70.8zM373 389.9c-16.4 6.5-34.3 10.1-53 10.1c-79.5 0-144-64.5-144-144c0-6.9 .5-13.6 1.4-20.2L83.1 161.5C60.3 191.2 44 220.8 34.5 243.7c-3.3 7.9-3.3 16.7 0 24.6c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c47.8 0 89.9-12.9 126.2-32.5L373 389.9z"],"flask-vial":[640,512,[],"e4f3","M175 389.4c-9.8 16-15 34.3-15 53.1c-10 3.5-20.8 5.5-32 5.5c-53 0-96-43-96-96V64C14.3 64 0 49.7 0 32S14.3 0 32 0H96h64 64c17.7 0 32 14.3 32 32s-14.3 32-32 32V309.9l-49 79.6zM96 64v96h64V64H96zM352 0H480h32c17.7 0 32 14.3 32 32s-14.3 32-32 32V214.9L629.7 406.2c6.7 10.9 10.3 23.5 10.3 36.4c0 38.3-31.1 69.4-69.4 69.4H261.4c-38.3 0-69.4-31.1-69.4-69.4c0-12.8 3.6-25.4 10.3-36.4L320 214.9V64c-17.7 0-32-14.3-32-32s14.3-32 32-32h32zm32 64V224c0 5.9-1.6 11.7-4.7 16.8L330.5 320h171l-48.8-79.2c-3.1-5-4.7-10.8-4.7-16.8V64H384z"],hand:[512,512,[129306,9995,"hand-paper"],"f256","M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V240c0 8.8-7.2 16-16 16s-16-7.2-16-16V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V336c0 1.5 0 3.1 .1 4.6L67.6 283c-16-15.2-41.3-14.6-56.6 1.4s-14.6 41.3 1.4 56.6L124.8 448c43.1 41.1 100.4 64 160 64H304c97.2 0 176-78.8 176-176V128c0-17.7-14.3-32-32-32s-32 14.3-32 32V240c0 8.8-7.2 16-16 16s-16-7.2-16-16V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V240c0 8.8-7.2 16-16 16s-16-7.2-16-16V32z"],om:[512,512,[128329],"f679","M379.3 4.7c-6.2-6.2-16.4-6.2-22.6 0l-16 16c-6.2 6.2-6.2 16.4 0 22.6l16 16c6.2 6.2 16.4 6.2 22.6 0l16-16c6.2-6.2 6.2-16.4 0-22.6l-16-16zM115.2 169.6c8-6 17.9-9.6 28.8-9.6c26.5 0 48 21.5 48 48s-21.5 48-48 48H109.8c-7.6 0-13.8 6.2-13.8 13.8c0 1.5 .2 2.9 .7 4.4l8 24c4.4 13.1 16.6 21.9 30.4 21.9H144h16c35.3 0 64 28.7 64 64s-28.7 64-64 64c-50.8 0-82.7-21.5-102.2-42.8c-9.9-10.8-16.6-21.6-20.9-29.7c-2.1-4-3.6-7.3-4.5-9.6c-.5-1.1-.8-2-1-2.5l-.2-.5 0-.1c-2.6-7.8-10.7-12.3-18.7-10.5C4.4 354.2-.9 361.8 .1 370L16 368C.1 370 .1 370 .1 370l0 0 0 0 0 .1 .1 .4c0 .3 .1 .8 .2 1.3c.2 1.1 .4 2.7 .8 4.6c.8 3.9 2 9.4 3.9 15.9c3.8 13 10.3 30.4 21.3 48C48.7 476.2 89.4 512 160 512c70.7 0 128-57.3 128-128c0-23.3-6.2-45.2-17.1-64h22.6c25.5 0 49.9-10.1 67.9-28.1l26.5-26.5c6-6 14.1-9.4 22.6-9.4H416c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32c-25.7 0-41.4-12.5-51.2-25.6c-5-6.7-8.4-13.4-10.5-18.6c-1.1-2.5-1.8-4.6-2.2-6c-.2-.7-.4-1.2-.5-1.5l-.1-.3 0 0c0 0 0 0 0 0c-1.9-7.3-8.6-12.4-16.2-12.1c-7.6 .3-13.9 5.9-15.1 13.4L336 368c-15.8-2.6-15.8-2.6-15.8-2.6l0 0 0 0 0 .1-.1 .3c0 .3-.1 .6-.2 1.1c-.1 .9-.3 2.1-.4 3.6c-.3 3-.6 7.3-.6 12.4c0 10.1 1.1 23.9 5.8 38.1c4.8 14.3 13.4 29.3 28.6 40.7C368.7 473.3 389.3 480 416 480c53 0 96-43 96-96V288c0-53-43-96-96-96h-5.5c-25.5 0-49.9 10.1-67.9 28.1l-26.5 26.5c-6 6-14.1 9.4-22.6 9.4H245.2c6.9-14.5 10.8-30.8 10.8-48c0-61.9-50.1-112-112-112c-25.2 0-48.5 8.3-67.2 22.4c-14.1 10.6-17 30.7-6.4 44.8s30.7 17 44.8 6.4zM280.9 66.7c-6-4-14-3.5-19.5 1.3s-7 12.7-3.7 19.2L272 80c-14.3 7.2-14.3 7.2-14.3 7.2l0 0 0 0 0 .1 .1 .2 .4 .7c.3 .6 .8 1.4 1.4 2.4c1.2 2 2.9 4.8 5.1 8.2c4.4 6.7 11.1 15.5 20 24.4C302.4 141.1 330.3 160 368 160c31.2 0 56.6-10.4 73.9-20.2c8.7-5 15.6-9.9 20.4-13.8c2.4-1.9 4.3-3.6 5.7-4.9c.7-.6 1.3-1.2 1.7-1.6l.6-.5 .2-.2 .1-.1 0 0 0 0c0 0 0 0-22.6-22.6l22.6 22.6c12.5-12.5 12.5-32.8 0-45.3c-12.4-12.4-32.6-12.5-45.1-.2c-.1 .1-.2 .2-.5 .4c-.5 .5-1.5 1.3-2.8 2.4c-2.7 2.2-6.8 5.2-12.1 8.2C399.4 90.4 384.8 96 368 96c-20.8 0-42.4-7-59.5-14.6c-8.4-3.7-15.4-7.5-20.3-10.3c-2.4-1.4-4.3-2.5-5.6-3.3c-.6-.4-1.1-.7-1.4-.9l-.3-.2 0 0 0 0 0 0z"],worm:[512,512,[],"e599","M256 96c0-53 43-96 96-96h38.4C439.9 0 480 40.1 480 89.6V176v16V376c0 75.1-60.9 136-136 136s-136-60.9-136-136V296c0-22.1-17.9-40-40-40s-40 17.9-40 40V464c0 26.5-21.5 48-48 48s-48-21.5-48-48V296c0-75.1 60.9-136 136-136s136 60.9 136 136v80c0 22.1 17.9 40 40 40s40-17.9 40-40V192H352c-53 0-96-43-96-96zm144-8a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z"],"house-circle-xmark":[640,512,[],"e50b","M320.7 352c8.1-89.7 83.5-160 175.3-160c8.9 0 17.6 .7 26.1 1.9L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1h32v69.7c-.1 .9-.1 1.8-.1 2.8V472c0 22.1 17.9 40 40 40h16c1.2 0 2.4-.1 3.6-.2c1.5 .1 3 .2 4.5 .2H160h24c22.1 0 40-17.9 40-40V448 384c0-17.7 14.3-32 32-32h64l.7 0zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L518.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"],plug:[384,512,[128268],"f1e6","M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32V412.8C297 398 352 333.4 352 256V224c17.7 0 32-14.3 32-32s-14.3-32-32-32H32z"],"chevron-up":[512,512,[],"f077","M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z"],"hand-spock":[576,512,[128406],"f259","M246.9 23.7C242.3 6.6 224.8-3.5 207.7 1.1s-27.2 22.1-22.6 39.2L238 237.8c2.5 9.2-4.5 18.2-14 18.2c-6.4 0-12-4.2-13.9-10.3L166.6 102.7c-5.1-16.9-23-26.4-39.9-21.3s-26.4 23-21.3 39.9l62.8 206.4c2.4 7.9-7.2 13.8-13.2 8.1L99.6 283c-16-15.2-41.3-14.6-56.6 1.4s-14.6 41.3 1.4 56.6L156.8 448c43.1 41.1 100.4 64 160 64h10.9 8.2c.1 0 .1-.1 .1-.1s.1-.1 .1-.1c58.3-3.5 108.6-43.2 125.3-99.7l81.2-275c5-16.9-4.7-34.7-21.6-39.8s-34.7 4.7-39.8 21.6L443.5 247.1c-1.6 5.3-6.4 8.9-12 8.9c-7.9 0-13.8-7.3-12.2-15.1l36-170.3c3.7-17.3-7.4-34.3-24.7-37.9s-34.3 7.4-37.9 24.7L355.1 235.1c-2.6 12.2-13.3 20.9-25.8 20.9c-11.9 0-22.4-8-25.4-19.5l-57-212.8z"],stopwatch:[448,512,[9201],"f2f2","M176 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h16V98.4C92.3 113.8 16 200 16 304c0 114.9 93.1 208 208 208s208-93.1 208-208c0-41.8-12.3-80.7-33.5-113.2l24.1-24.1c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L355.7 143c-28.1-23-62.2-38.8-99.7-44.6V64h16c17.7 0 32-14.3 32-32s-14.3-32-32-32H224 176zm72 192V320c0 13.3-10.7 24-24 24s-24-10.7-24-24V192c0-13.3 10.7-24 24-24s24 10.7 24 24z"],"face-kiss":[512,512,[128535,"kiss"],"f596","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm48.7-198.3c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4c-2.7 1.5-5.7 3-8.7 4.3c3.1 1.3 6 2.7 8.7 4.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4C274.7 443.1 257.4 448 240 448c-3.6 0-6.8-2.5-7.7-6s.6-7.2 3.8-9l0 0 0 0 0 0 0 0 .2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1 0 0 0 0 0 0c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6 4.1-7l0 0 0 0 0 0 0 0 0 0 .2-.1 .3-.2 .6-.4c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1l-.4-.3-.5-.3-.2-.1 0 0 0 0 0 0c-3.2-1.8-4.7-5.5-3.8-9s4.1-6 7.7-6c17.4 0 34.7 4.9 47.9 12.3c6.6 3.7 12.5 8.2 16.7 13.4zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],"bridge-circle-xmark":[640,512,[],"e4cb","M64 32C46.3 32 32 46.3 32 64s14.3 32 32 32h40v64H32V288c53 0 96 43 96 96v64c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V384c0-53 43-96 96-96c6.3 0 12.4 .6 18.3 1.7C367.1 231.8 426.9 192 496 192c42.5 0 81.6 15.1 112 40.2V160H536V96h40c17.7 0 32-14.3 32-32s-14.3-32-32-32H64zM488 96v64H408V96h80zM360 96v64H280V96h80zM232 96v64H152V96h80zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L518.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"],"face-grin-tongue":[512,512,[128539,"grin-tongue"],"f589","M0 256C0 368.9 73.1 464.7 174.5 498.8C165.3 484 160 466.6 160 448V400.7c-24-17.5-43.1-41.4-54.8-69.2c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19c12.3-3.8 24.3 6.9 19.3 18.7c-11.8 28-31.1 52-55.4 69.6V448c0 18.6-5.3 36-14.5 50.8C438.9 464.7 512 368.9 512 256C512 114.6 397.4 0 256 0S0 114.6 0 256zm176.4-80a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM320 448V402.6c0-14.7-11.9-26.6-26.6-26.6h-2c-11.3 0-21.1 7.9-23.6 18.9c-2.8 12.6-20.8 12.6-23.6 0c-2.5-11.1-12.3-18.9-23.6-18.9h-2c-14.7 0-26.6 11.9-26.6 26.6V448c0 35.3 28.7 64 64 64s64-28.7 64-64z"],"chess-bishop":[320,512,[9821],"f43a","M128 0C110.3 0 96 14.3 96 32c0 16.1 11.9 29.4 27.4 31.7C78.4 106.8 8 190 8 288c0 47.4 30.8 72.3 56 84.7V400H256V372.7c25.2-12.5 56-37.4 56-84.7c0-37.3-10.2-72.4-25.3-104.1l-99.4 99.4c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L270.8 154.6c-23.2-38.1-51.8-69.5-74.2-90.9C212.1 61.4 224 48.1 224 32c0-17.7-14.3-32-32-32H128zM48 432L6.6 473.4c-4.2 4.2-6.6 10-6.6 16C0 501.9 10.1 512 22.6 512H297.4c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16L272 432H48z"],"face-grin-wink":[512,512,["grin-wink"],"f58c","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zm-16.9-79.2c-17.6-23.5-52.8-23.5-70.4 0c-5.3 7.1-15.3 8.5-22.4 3.2s-8.5-15.3-3.2-22.4c30.4-40.5 91.2-40.5 121.6 0c5.3 7.1 3.9 17.1-3.2 22.4s-17.1 3.9-22.4-3.2zM176.4 176a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],"ear-deaf":[512,512,["deaf","deafness","hard-of-hearing"],"f2a4","M502.6 54.6l-40 40c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l40-40c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3zm-320 320l-128 128c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l128-128c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3zM240 128c-57.6 0-105.1 43.6-111.3 99.5c-1.9 17.6-17.8 30.2-35.3 28.3s-30.2-17.8-28.3-35.3C74.8 132.5 149.4 64 240 64c97.2 0 176 78.8 176 176c0 46-17.7 87.9-46.6 119.3c-12 13-17.4 24.8-17.4 34.7V400c0 61.9-50.1 112-112 112c-17.7 0-32-14.3-32-32s14.3-32 32-32c26.5 0 48-21.5 48-48v-6.1c0-32.9 17.4-59.6 34.4-78c18.4-20 29.6-46.6 29.6-75.9c0-61.9-50.1-112-112-112zm0 80c-17.7 0-32 14.3-32 32c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-44.2 35.8-80 80-80s80 35.8 80 80c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-17.7-14.3-32-32-32z"],"road-circle-check":[640,512,[],"e564","M213.2 32H288V96c0 17.7 14.3 32 32 32s32-14.3 32-32V32h74.8c27.1 0 51.3 17.1 60.3 42.6l42.7 120.6c-10.9-2.1-22.2-3.2-33.8-3.2c-59.5 0-112.1 29.6-144 74.8V224c0-17.7-14.3-32-32-32s-32 14.3-32 32v64c0 17.7 14.3 32 32 32c2.3 0 4.6-.3 6.8-.7c-4.5 15.5-6.8 31.8-6.8 48.7c0 5.4 .2 10.7 .7 16l-.7 0c-17.7 0-32 14.3-32 32v64H86.6C56.5 480 32 455.5 32 425.4c0-6.2 1.1-12.4 3.1-18.2L152.9 74.6C162 49.1 186.1 32 213.2 32zM352 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L480 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6z"],"dice-five":[448,512,[9860],"f523","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm64 96a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM96 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM224 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm64-64a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm32 160a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],"square-rss":[448,512,["rss-square"],"f143","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM96 136c0-13.3 10.7-24 24-24c137 0 248 111 248 248c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-110.5-89.5-200-200-200c-13.3 0-24-10.7-24-24zm0 96c0-13.3 10.7-24 24-24c83.9 0 152 68.1 152 152c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-57.4-46.6-104-104-104c-13.3 0-24-10.7-24-24zm0 120a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"],"land-mine-on":[640,512,[],"e51b","M344 24V168c0 13.3-10.7 24-24 24s-24-10.7-24-24V24c0-13.3 10.7-24 24-24s24 10.7 24 24zM192 320c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32v32H192V320zm-77.3 90.5c8.1-16.3 24.8-26.5 42.9-26.5H482.3c18.2 0 34.8 10.3 42.9 26.5l27.6 55.2C563.5 487 548 512 524.2 512H115.8c-23.8 0-39.3-25-28.6-46.3l27.6-55.2zM36.3 138.3c7.5-10.9 22.5-13.6 33.4-6.1l104 72c10.9 7.5 13.6 22.5 6.1 33.4s-22.5 13.6-33.4 6.1l-104-72c-10.9-7.5-13.6-22.5-6.1-33.4zm534.1-6.1c10.9-7.5 25.8-4.8 33.4 6.1s4.8 25.8-6.1 33.4l-104 72c-10.9 7.5-25.8 4.8-33.4-6.1s-4.8-25.8 6.1-33.4l104-72z"],"i-cursor":[256,512,[],"f246","M.1 29.3C-1.4 47 11.7 62.4 29.3 63.9l8 .7C70.5 67.3 96 95 96 128.3V224H64c-17.7 0-32 14.3-32 32s14.3 32 32 32H96v95.7c0 33.3-25.5 61-58.7 63.8l-8 .7C11.7 449.6-1.4 465 .1 482.7s16.9 30.7 34.5 29.2l8-.7c34.1-2.8 64.2-18.9 85.4-42.9c21.2 24 51.2 40.1 85.4 42.9l8 .7c17.6 1.5 33.1-11.6 34.5-29.2s-11.6-33.1-29.2-34.5l-8-.7C185.5 444.7 160 417 160 383.7V288h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H160V128.3c0-33.3 25.5-61 58.7-63.8l8-.7c17.6-1.5 30.7-16.9 29.2-34.5S239-1.4 221.3 .1l-8 .7C179.2 3.6 149.2 19.7 128 43.7c-21.2-24-51.2-40-85.4-42.9l-8-.7C17-1.4 1.6 11.7 .1 29.3z"],stamp:[512,512,[],"f5bf","M312 201.8c0-17.4 9.2-33.2 19.9-47C344.5 138.5 352 118.1 352 96c0-53-43-96-96-96s-96 43-96 96c0 22.1 7.5 42.5 20.1 58.8c10.7 13.8 19.9 29.6 19.9 47c0 29.9-24.3 54.2-54.2 54.2H112C50.1 256 0 306.1 0 368c0 20.9 13.4 38.7 32 45.3V464c0 26.5 21.5 48 48 48H432c26.5 0 48-21.5 48-48V413.3c18.6-6.6 32-24.4 32-45.3c0-61.9-50.1-112-112-112H366.2c-29.9 0-54.2-24.3-54.2-54.2zM416 416v32H96V416H416z"],stairs:[576,512,[],"e289","M384 64c0-17.7 14.3-32 32-32H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H448v96c0 17.7-14.3 32-32 32H320v96c0 17.7-14.3 32-32 32H192v96c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h96V320c0-17.7 14.3-32 32-32h96V192c0-17.7 14.3-32 32-32h96V64z"],i:[320,512,[105],"49","M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96h96V416H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H192V96h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H160 32z"],"hryvnia-sign":[384,512,[8372,"hryvnia"],"f6f2","M121.9 116.2C138.3 103.1 158.7 96 179.6 96H223c27.1 0 49 21.9 49 49c0 11.5-4 22.4-11.1 31H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H155.5l-50.6 28.9c-1.7 1-3.4 2-5.1 3.1H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H52.3c-2.8 9.9-4.3 20.4-4.3 31c0 62.4 50.6 113 113 113h43.4c35.5 0 70-12.1 97.7-34.3L308 441c13.8-11 16-31.2 5-45s-31.2-16-45-5l-5.9 4.7c-16.4 13.1-36.7 20.2-57.7 20.2H161c-27.1 0-49-21.9-49-49c0-11.5 4-22.4 11.1-31H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H228.5l50.6-28.9c1.7-1 3.4-2 5.1-3.1H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H331.7c2.8-10 4.3-20.4 4.3-31c0-62.4-50.6-113-113-113H179.6c-35.5 0-70 12.1-97.7 34.3L76 71c-13.8 11-16 31.2-5 45s31.2 16 45 5l5.9-4.7z"],pills:[576,512,[],"f484","M112 96c-26.5 0-48 21.5-48 48V256h96V144c0-26.5-21.5-48-48-48zM0 144C0 82.1 50.1 32 112 32s112 50.1 112 112V368c0 61.9-50.1 112-112 112S0 429.9 0 368V144zM554.9 399.4c-7.1 12.3-23.7 13.1-33.8 3.1L333.5 214.9c-10-10-9.3-26.7 3.1-33.8C360 167.7 387.1 160 416 160c88.4 0 160 71.6 160 160c0 28.9-7.7 56-21.1 79.4zm-59.5 59.5C472 472.3 444.9 480 416 480c-88.4 0-160-71.6-160-160c0-28.9 7.7-56 21.1-79.4c7.1-12.3 23.7-13.1 33.8-3.1L498.5 425.1c10 10 9.3 26.7-3.1 33.8z"],"face-grin-wide":[512,512,[128515,"grin-alt"],"f581","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zM208 192c0 35.3-14.3 64-32 64s-32-28.7-32-64s14.3-64 32-64s32 28.7 32 64zm128 64c-17.7 0-32-28.7-32-64s14.3-64 32-64s32 28.7 32 64s-14.3 64-32 64z"],tooth:[448,512,[129463],"f5c9","M186.1 52.1C169.3 39.1 148.7 32 127.5 32C74.7 32 32 74.7 32 127.5v6.2c0 15.8 3.7 31.3 10.7 45.5l23.5 47.1c4.5 8.9 7.6 18.4 9.4 28.2l36.7 205.8c2 11.2 11.6 19.4 22.9 19.8s21.4-7.4 24-18.4l28.9-121.3C192.2 323.7 207 312 224 312s31.8 11.7 35.8 28.3l28.9 121.3c2.6 11.1 12.7 18.8 24 18.4s20.9-8.6 22.9-19.8l36.7-205.8c1.8-9.8 4.9-19.3 9.4-28.2l23.5-47.1c7.1-14.1 10.7-29.7 10.7-45.5v-2.1c0-55-44.6-99.6-99.6-99.6c-24.1 0-47.4 8.8-65.6 24.6l-3.2 2.8 19.5 15.2c7 5.4 8.2 15.5 2.8 22.5s-15.5 8.2-22.5 2.8l-24.4-19-37-28.8z"],v:[384,512,[118],"56","M19.7 34.5c16.3-6.8 35 .9 41.8 17.2L192 364.8 322.5 51.7c6.8-16.3 25.5-24 41.8-17.2s24 25.5 17.2 41.8l-160 384c-5 11.9-16.6 19.7-29.5 19.7s-24.6-7.8-29.5-19.7L2.5 76.3c-6.8-16.3 .9-35 17.2-41.8z"],"bangladeshi-taka-sign":[384,512,[],"e2e6","M36 32.2C18.4 30.1 2.4 42.5 .2 60S10.5 93.6 28 95.8l7.9 1c16 2 28 15.6 28 31.8V160H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H64V384c0 53 43 96 96 96h32c106 0 192-86 192-192V256c0-53-43-96-96-96H272c-17.7 0-32 14.3-32 32s14.3 32 32 32h16c17.7 0 32 14.3 32 32v32c0 70.7-57.3 128-128 128H160c-17.7 0-32-14.3-32-32V224h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H128V128.5c0-48.4-36.1-89.3-84.1-95.3l-7.9-1z"],bicycle:[640,512,[128690],"f206","M312 32c-13.3 0-24 10.7-24 24s10.7 24 24 24h25.7l34.6 64H222.9l-27.4-38C191 99.7 183.7 96 176 96H120c-13.3 0-24 10.7-24 24s10.7 24 24 24h43.7l22.1 30.7-26.6 53.1c-10-2.5-20.5-3.8-31.2-3.8C57.3 224 0 281.3 0 352s57.3 128 128 128c65.3 0 119.1-48.9 127-112h49c8.5 0 16.3-4.5 20.7-11.8l84.8-143.5 21.7 40.1C402.4 276.3 384 312 384 352c0 70.7 57.3 128 128 128s128-57.3 128-128s-57.3-128-128-128c-13.5 0-26.5 2.1-38.7 6L375.4 48.8C369.8 38.4 359 32 347.2 32H312zM458.6 303.7l32.3 59.7c6.3 11.7 20.9 16 32.5 9.7s16-20.9 9.7-32.5l-32.3-59.7c3.6-.6 7.4-.9 11.2-.9c39.8 0 72 32.2 72 72s-32.2 72-72 72s-72-32.2-72-72c0-18.6 7-35.5 18.6-48.3zM133.2 368h65c-7.3 32.1-36 56-70.2 56c-39.8 0-72-32.2-72-72s32.2-72 72-72c1.7 0 3.4 .1 5.1 .2l-24.2 48.5c-9 18.1 4.1 39.4 24.3 39.4zm33.7-48l50.7-101.3 72.9 101.2-.1 .1H166.8zm90.6-128H365.9L317 274.8 257.4 192z"],"staff-snake":[384,512,["rod-asclepius","rod-snake","staff-aesculapius"],"e579","M222.6 43.2l-.1 4.8H288c53 0 96 43 96 96s-43 96-96 96H248V160h40c8.8 0 16-7.2 16-16s-7.2-16-16-16H248 220l-4.5 144H256c53 0 96 43 96 96s-43 96-96 96H240V384h16c8.8 0 16-7.2 16-16s-7.2-16-16-16H213l-3.1 99.5L208.5 495l0 1c-.3 8.9-7.6 16-16.5 16s-16.2-7.1-16.5-16l0-1-1-31H136c-22.1 0-40-17.9-40-40s17.9-40 40-40h36l-1-32H152c-53 0-96-43-96-96c0-47.6 34.6-87.1 80-94.7V256c0 8.8 7.2 16 16 16h16.5L164 128H136 122.6c-9 18.9-28.3 32-50.6 32H56c-30.9 0-56-25.1-56-56S25.1 48 56 48h8 8 89.5l-.1-4.8L161 32c0-.7 0-1.3 0-1.9c.5-16.6 14.1-30 31-30s30.5 13.4 31 30c0 .6 0 1.3 0 1.9l-.4 11.2zM64 112a16 16 0 1 0 0-32 16 16 0 1 0 0 32z"],"head-side-cough-slash":[640,512,[],"e062","M448 325.8l44 34.5c8.1 1.4 14.8 6.8 18 14.1L552.9 408c10.6 .4 19.5 7.6 22.2 17.4l39.1 30.6c.6 0 1.2-.1 1.8-.1c11.1 0 20.4 7.5 23.2 17.8h-3.9c6.2 8.5 6.4 20.4-.4 29c-8.2 10.4-23.3 12.3-33.7 4.1L9.2 42.9C-1.2 34.7-3.1 19.6 5.1 9.2S28.4-3.1 38.8 5.1L89.6 44.9C127 16.7 173.5 0 224 0h24c95.2 0 181.2 69.3 197.3 160.2c2.3 13 6.8 25.7 15.1 36l42 52.6c6.2 7.8 9.6 17.4 9.6 27.4c0 24.2-19.6 43.8-43.8 43.8H448v0 5.8zM0 224.2c0-38.7 9.8-75.1 27.1-106.9L341.8 365.3l-2.5 .3c-11 1.4-19.2 10.7-19.2 21.8c0 11.6 9 21.2 20.6 21.9l62 3.9 43 33.9C439.3 466.2 421.2 480 400 480H320v8c0 13.3-10.7 24-24 24H256v0H96c-17.7 0-32-14.3-32-32V407.3c0-16.7-6.9-32.5-17.1-45.8C16.6 322.4 0 274.1 0 224.2zM616 360a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm-64-48a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm40-24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"],"truck-medical":[640,512,[128657,"ambulance"],"f0f9","M0 48C0 21.5 21.5 0 48 0H368c26.5 0 48 21.5 48 48V96h50.7c17 0 33.3 6.7 45.3 18.7L589.3 192c12 12 18.7 28.3 18.7 45.3V256v32 64c17.7 0 32 14.3 32 32s-14.3 32-32 32H576c0 53-43 96-96 96s-96-43-96-96H256c0 53-43 96-96 96s-96-43-96-96H48c-26.5 0-48-21.5-48-48V48zM416 256H544V237.3L466.7 160H416v96zM160 464a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm368-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM176 80v48l-48 0c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V192h48c8.8 0 16-7.2 16-16V144c0-8.8-7.2-16-16-16H240V80c0-8.8-7.2-16-16-16H192c-8.8 0-16 7.2-16 16z"],"wheat-awn-circle-exclamation":[640,512,[],"e598","M505 41c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L383 95c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l88-88zM305.5 27.3c-6.2-6.2-16.4-6.2-22.6 0L271.5 38.6c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4-30.5 30.5c-3.4-27.3-15.5-53.8-36.5-74.8l-11.3-11.3c-6.2-6.2-16.4-6.2-22.6 0l-11.3 11.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4-30.5 30.5c-3.4-27.3-15.5-53.8-36.5-74.8L101.8 231c-6.2-6.2-16.4-6.2-22.6 0L67.9 242.3c-37.5 37.5-37.5 98.3 0 135.8l10.4 10.4L9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l68.9-68.9 12.2 12.2c37.5 37.5 98.3 37.5 135.8 0l11.3-11.3c6.2-6.2 6.2-16.4 0-22.6l-11.3-11.3c-21.8-21.8-49.6-34.1-78.1-36.9l31.9-31.9 12.2 12.2c22.5 22.5 53.3 31.5 82.4 27c0-1 0-2.1 0-3.1c0-33.1 9.1-64.1 25-90.6c-15.5-8.7-32.5-13.8-49.8-15.5l31.9-31.9 12.2 12.2c6 6 12.6 11.1 19.7 15.2c27.5-34 67.3-57.5 112.6-63.8c-4.1-3.8-8.4-7.3-12.9-10.5L505 137c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-59.4 59.4c-20.6-4.4-42-3.7-62.3 2.1c6.1-21.3 6.6-43.8 1.4-65.3L409 41c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L329.1 52.9c-3.7-5-7.8-9.8-12.4-14.3L305.5 27.3zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16V288c0-8.8 7.2-16 16-16z"],snowman:[512,512,[9731,9924],"f7d0","M341.1 140.6c-2 3.9-1.6 8.6 1.2 12c7 8.5 12.9 18.1 17.2 28.4L408 160.2V120c0-13.3 10.7-24 24-24s24 10.7 24 24v19.6l22.5-9.7c12.2-5.2 26.3 .4 31.5 12.6s-.4 26.3-12.6 31.5l-56 24-73.6 31.5c-.5 9.5-2.1 18.6-4.8 27.3c-1.2 3.8-.1 8 2.8 10.8C396.7 296.9 416 338.2 416 384c0 44.7-18.3 85-47.8 114.1c-9.9 9.7-23.7 13.9-37.5 13.9H181.3c-13.9 0-27.7-4.2-37.5-13.9C114.3 469 96 428.7 96 384c0-45.8 19.3-87.1 50.1-116.3c2.9-2.8 4-6.9 2.8-10.8c-2.7-8.7-4.3-17.9-4.8-27.3L70.5 198.1l-56-24C2.4 168.8-3.3 154.7 1.9 142.5s19.3-17.8 31.5-12.6L56 139.6V120c0-13.3 10.7-24 24-24s24 10.7 24 24v40.2L152.6 181c4.3-10.3 10.1-19.9 17.2-28.4c2.8-3.4 3.3-8.1 1.2-12C164 127.2 160 112.1 160 96c0-53 43-96 96-96s96 43 96 96c0 16.1-4 31.2-10.9 44.6zM224 96a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm48 128a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm-16 80a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm16 48a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zM288 96a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm-48 24v3.2c0 3.2 .8 6.3 2.3 9l9 16.9c.9 1.7 2.7 2.8 4.7 2.8s3.8-1.1 4.7-2.8l9-16.9c1.5-2.8 2.3-5.9 2.3-9V120c0-8.8-7.2-16-16-16s-16 7.2-16 16z"],"mortar-pestle":[512,512,[],"f5a7","M504.3 11.1C493.3-1.6 474.5-3.7 461 6.2L252.3 160H397.3L502.6 54.6c11.8-11.8 12.6-30.8 1.6-43.5zM32 192c-17.7 0-32 14.3-32 32s14.3 32 32 32c0 82.5 43.4 147.7 123.9 176.2c-11.1 13.9-19.4 30.3-23.9 48.1C127.6 497.4 142.3 512 160 512H352c17.7 0 32.4-14.6 28.1-31.7c-4.5-17.8-12.8-34.1-23.9-48.1C436.6 403.7 480 338.5 480 256c17.7 0 32-14.3 32-32s-14.3-32-32-32H32z"],"road-barrier":[640,512,[],"e562","M32 32C14.3 32 0 46.3 0 64V448c0 17.7 14.3 32 32 32s32-14.3 32-32V266.3L149.2 96H64V64c0-17.7-14.3-32-32-32zM405.2 96H330.8l-5.4 10.7L234.8 288h74.3l5.4-10.7L405.2 96zM362.8 288h74.3l5.4-10.7L533.2 96H458.8l-5.4 10.7L362.8 288zM202.8 96l-5.4 10.7L106.8 288h74.3l5.4-10.7L277.2 96H202.8zm288 192H576V448c0 17.7 14.3 32 32 32s32-14.3 32-32V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v53.7L490.8 288z"],school:[640,512,[127979],"f549","M337.8 5.4C327-1.8 313-1.8 302.2 5.4L166.3 96H48C21.5 96 0 117.5 0 144V464c0 26.5 21.5 48 48 48H592c26.5 0 48-21.5 48-48V144c0-26.5-21.5-48-48-48H473.7L337.8 5.4zM256 416c0-35.3 28.7-64 64-64s64 28.7 64 64v96H256V416zM96 192h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16V208c0-8.8 7.2-16 16-16zm400 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H512c-8.8 0-16-7.2-16-16V208zM96 320h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16V336c0-8.8 7.2-16 16-16zm400 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H512c-8.8 0-16-7.2-16-16V336zM232 176a88 88 0 1 1 176 0 88 88 0 1 1 -176 0zm88-48c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H336V144c0-8.8-7.2-16-16-16z"],igloo:[576,512,[],"f7ae","M320 33.8V160H48.5C100.2 82.8 188.1 32 288 32c10.8 0 21.5 .6 32 1.8zM352 160V39.1C424.9 55.7 487.2 99.8 527.5 160H352zM29.9 192H96V320H0c0-46 10.8-89.4 29.9-128zM192 320H128V192H448V320H384v32H576v80c0 26.5-21.5 48-48 48H352V352c0-35.3-28.7-64-64-64s-64 28.7-64 64V480H48c-26.5 0-48-21.5-48-48V352H192V320zm288 0V192h66.1c19.2 38.6 29.9 82 29.9 128H480z"],joint:[640,512,[],"f595","M448 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V43c0 55.2 21.9 108.1 60.9 147.1l21 21c9 9 14.1 21.2 14.1 33.9v11c0 17.7 14.3 32 32 32s32-14.3 32-32V245c0-29.7-11.8-58.2-32.8-79.2l-21-21C463.2 117.8 448 81.2 448 43V32zM576 256c0 17.7 14.3 32 32 32s32-14.3 32-32V245c0-55.2-21.9-108.1-60.9-147.1l-21-21c-9-9-14.1-21.2-14.1-33.9V32c0-17.7-14.3-32-32-32s-32 14.3-32 32V43c0 29.7 11.8 58.2 32.8 79.2l21 21c27 27 42.2 63.6 42.2 101.8v11zM229.8 360c-4.7-2.3-10-2.7-15.2-2c-37.8 5.6-75.2 14.3-106.9 22.8C81.3 388 58.3 395.1 42 400.4c-8.2 2.7-14.7 4.9-19.2 6.5c-2.3 .8-4 1.4-5.2 1.8l-1.3 .5C6.8 412.5 0 421.4 0 432s6.8 19.5 16.3 22.7l1.3 .5c1.2 .4 3 1.1 5.2 1.8c4.5 1.6 11 3.8 19.2 6.5c16.3 5.4 39.2 12.5 65.7 19.6C160.3 497.3 228.8 512 288 512h67.3c4.1 0 6.3-5.1 3.6-8.3L256.5 380.8c-7.4-8.9-16.5-15.9-26.7-20.8zM445 512h19 51.3c4.1 0 6.3-5.1 3.6-8.3L416.5 380.8C401.3 362.5 378.8 352 355 352H336 288c-1.1 0-2.3 0-3.4 0c-4.1 0-6.2 5.1-3.5 8.3L383.5 483.2C398.7 501.5 421.2 512 445 512zm-3.9-151.7L543.5 483.2c14.6 17.5 35.9 27.9 58.6 28.7c21.1-1.1 37.9-18.6 37.9-39.9V392c0-22.1-17.9-40-40-40H444.7c-4.1 0-6.3 5.1-3.6 8.3z"],"angle-right":[320,512,[8250],"f105","M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z"],horse:[576,512,[128014],"f6f0","M448 238.1V160h16l9.8 19.6c12.5 25.1 42.2 36.4 68.3 26c20.5-8.2 33.9-28 33.9-50.1V80c0-19.1-8.4-36.3-21.7-48H560c8.8 0 16-7.2 16-16s-7.2-16-16-16H480 448C377.3 0 320 57.3 320 128H224 203.2 148.8c-30.7 0-57.6 16.3-72.5 40.8C33.2 174.5 0 211.4 0 256v56c0 13.3 10.7 24 24 24s24-10.7 24-24V256c0-13.4 6.6-25.2 16.7-32.5c1.6 13 6.3 25.4 13.6 36.4l28.2 42.4c8.3 12.4 6.4 28.7-1.2 41.6c-16.5 28-20.6 62.2-10 93.9l17.5 52.4c4.4 13.1 16.6 21.9 30.4 21.9h33.7c21.8 0 37.3-21.4 30.4-42.1l-20.8-62.5c-2.1-6.4-.5-13.4 4.3-18.2l12.7-12.7c13.2-13.2 20.6-31.1 20.6-49.7c0-2.3-.1-4.6-.3-6.9l84 24c4.1 1.2 8.2 2.1 12.3 2.8V480c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V315.7c19.2-19.2 31.5-45.7 32-75.7h0v-1.9zM496 64a16 16 0 1 1 0 32 16 16 0 1 1 0-32z"],q:[448,512,[113],"51","M64 256c0 88.4 71.6 160 160 160c28.9 0 56-7.7 79.4-21.1l-72-86.4c-11.3-13.6-9.5-33.8 4.1-45.1s33.8-9.5 45.1 4.1l70.9 85.1C371.9 325.8 384 292.3 384 256c0-88.4-71.6-160-160-160S64 167.6 64 256zM344.9 444.6C310 467 268.5 480 224 480C100.3 480 0 379.7 0 256S100.3 32 224 32s224 100.3 224 224c0 56.1-20.6 107.4-54.7 146.7l47.3 56.8c11.3 13.6 9.5 33.8-4.1 45.1s-33.8 9.5-45.1-4.1l-46.6-55.9z"],g:[448,512,[103],"47","M224 96C135.6 96 64 167.6 64 256s71.6 160 160 160c77.4 0 142-55 156.8-128H256c-17.7 0-32-14.3-32-32s14.3-32 32-32H400c25.8 0 49.6 21.4 47.2 50.6C437.8 389.6 341.4 480 224 480C100.3 480 0 379.7 0 256S100.3 32 224 32c57.4 0 109.7 21.6 149.3 57c13.2 11.8 14.3 32 2.5 45.2s-32 14.3-45.2 2.5C302.3 111.4 265 96 224 96z"],"notes-medical":[512,512,[],"f481","M96 352V96c0-35.3 28.7-64 64-64H416c35.3 0 64 28.7 64 64V293.5c0 17-6.7 33.3-18.7 45.3l-58.5 58.5c-12 12-28.3 18.7-45.3 18.7H160c-35.3 0-64-28.7-64-64zM272 128c-8.8 0-16 7.2-16 16v48H208c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V256h48c8.8 0 16-7.2 16-16V208c0-8.8-7.2-16-16-16H320V144c0-8.8-7.2-16-16-16H272zm24 336c13.3 0 24 10.7 24 24s-10.7 24-24 24H136C60.9 512 0 451.1 0 376V152c0-13.3 10.7-24 24-24s24 10.7 24 24l0 224c0 48.6 39.4 88 88 88H296z"],"temperature-half":[320,512,[127777,"temperature-2","thermometer-2","thermometer-half"],"f2c9","M160 64c-26.5 0-48 21.5-48 48V276.5c0 17.3-7.1 31.9-15.3 42.5C86.2 332.6 80 349.5 80 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9c-8.2-10.6-15.3-25.2-15.3-42.5V112c0-26.5-21.5-48-48-48zM48 112C48 50.2 98.1 0 160 0s112 50.1 112 112V276.5c0 .1 .1 .3 .2 .6c.2 .6 .8 1.6 1.7 2.8c18.9 24.4 30.1 55 30.1 88.1c0 79.5-64.5 144-144 144S16 447.5 16 368c0-33.2 11.2-63.8 30.1-88.1c.9-1.2 1.5-2.2 1.7-2.8c.1-.3 .2-.5 .2-.6V112zM208 368c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3V208c0-8.8 7.2-16 16-16s16 7.2 16 16V322.7c18.6 6.6 32 24.4 32 45.3z"],"dong-sign":[384,512,[],"e169","M288 32c-17.7 0-32 14.3-32 32l-32 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h32v49.1c-18.8-10.9-40.7-17.1-64-17.1c-70.7 0-128 57.3-128 128s57.3 128 128 128c24.5 0 47.4-6.9 66.8-18.8c5 11.1 16.2 18.8 29.2 18.8c17.7 0 32-14.3 32-32V288 128c17.7 0 32-14.3 32-32s-14.3-32-32-32c0-17.7-14.3-32-32-32zM128 288a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM32 448c-17.7 0-32 14.3-32 32s14.3 32 32 32H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H32z"],capsules:[576,512,[],"f46b","M64 144c0-26.5 21.5-48 48-48s48 21.5 48 48V256H64V144zM0 144V368c0 61.9 50.1 112 112 112s112-50.1 112-112V189.6c1.8 19.1 8.2 38 19.8 54.8L372.3 431.7c35.5 51.7 105.3 64.3 156 28.1s63-107.5 27.5-159.2L427.3 113.3C391.8 61.5 321.9 49 271.3 85.2c-28 20-44.3 50.8-47.3 83V144c0-61.9-50.1-112-112-112S0 82.1 0 144zm296.6 64.2c-16-23.3-10-55.3 11.9-71c21.2-15.1 50.5-10.3 66 12.2l67 97.6L361.6 303l-65-94.8zM491 407.7c-.8 .6-1.6 1.1-2.4 1.6l4-2.8c-.5 .4-1 .8-1.6 1.2z"],"poo-storm":[448,512,["poo-bolt"],"f75a","M236.9 .2c-5.5-.7-11 1.4-14.5 5.7s-4.6 10.1-2.8 15.3c2.8 8.2 4.3 16.9 4.3 26.1c0 21.7-8.5 37.2-21.9 47.6c-13.8 10.8-34 17-57.8 17H128c-35.3 0-64 28.7-64 64c0 12.2 3.4 23.5 9.3 33.2C31.7 216.2 0 252.4 0 296c0 41 28 75.4 65.8 85.2c-5.3-18.5 1-38.5 16.2-50.7l160-128c17.6-14.1 42.6-14 60.2 .2s22.8 38.6 12.8 58.8L285.7 320H304c20.4 0 38.5 12.9 45.3 32.1c3.7 10.6 3.5 21.8 0 31.9H360c48.6 0 88-39.4 88-88c0-43.6-31.7-79.8-73.3-86.8c5.9-9.7 9.3-21.1 9.3-33.2c0-35.3-28.7-64-64-64h-1.4c.9-5.4 1.4-10.9 1.4-16.6c0-48.7-36.1-88.9-83.1-95.2zm45.1 227.4c-5.8-4.7-14.2-4.7-20.1-.1l-160 128c-5.3 4.2-7.4 11.4-5.1 17.8s8.3 10.7 15.1 10.7h70.1L129.7 488.8c-3.4 6.7-1.6 14.9 4.3 19.6s14.2 4.7 20.1 .1l160-128c5.3-4.2 7.4-11.4 5.1-17.8s-8.3-10.7-15.1-10.7H233.9l52.4-104.8c3.4-6.7 1.6-14.9-4.3-19.6z"],"face-frown-open":[512,512,[128550,"frown-open"],"f57a","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM176.4 176a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm-122 174.5c-12.4 5.2-26.5-4.1-21.1-16.4c16-36.6 52.4-62.1 94.8-62.1s78.8 25.6 94.8 62.1c5.4 12.3-8.7 21.6-21.1 16.4c-22.4-9.5-47.4-14.8-73.7-14.8s-51.3 5.3-73.7 14.8z"],"hand-point-up":[384,512,[9757],"f0a6","M32 32C32 14.3 46.3 0 64 0S96 14.3 96 32V240H32V32zM224 192c0-17.7 14.3-32 32-32s32 14.3 32 32v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V192zm-64-64c17.7 0 32 14.3 32 32v48c0 17.7-14.3 32-32 32s-32-14.3-32-32V160c0-17.7 14.3-32 32-32zm160 96c0-17.7 14.3-32 32-32s32 14.3 32 32v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V224zm-96 88l0-.6c9.4 5.4 20.3 8.6 32 8.6c13.2 0 25.4-4 35.6-10.8c8.7 24.9 32.5 42.8 60.4 42.8c11.7 0 22.6-3.1 32-8.6V352c0 88.4-71.6 160-160 160H162.3c-42.4 0-83.1-16.9-113.1-46.9L37.5 453.5C13.5 429.5 0 396.9 0 363V336c0-35.3 28.7-64 64-64h88c22.1 0 40 17.9 40 40s-17.9 40-40 40H96c-8.8 0-16 7.2-16 16s7.2 16 16 16h56c39.8 0 72-32.2 72-72z"],"money-bill":[576,512,[],"f0d6","M64 64C28.7 64 0 92.7 0 128V384c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H64zm64 320H64V320c35.3 0 64 28.7 64 64zM64 192V128h64c0 35.3-28.7 64-64 64zM448 384c0-35.3 28.7-64 64-64v64H448zm64-192c-35.3 0-64-28.7-64-64h64v64zM288 160a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"],bookmark:[384,512,[128278,61591],"f02e","M0 48V487.7C0 501.1 10.9 512 24.3 512c5 0 9.9-1.5 14-4.4L192 400 345.7 507.6c4.1 2.9 9 4.4 14 4.4c13.4 0 24.3-10.9 24.3-24.3V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48z"],"align-justify":[448,512,[],"f039","M448 64c0-17.7-14.3-32-32-32H32C14.3 32 0 46.3 0 64S14.3 96 32 96H416c17.7 0 32-14.3 32-32zm0 256c0-17.7-14.3-32-32-32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H416c17.7 0 32-14.3 32-32zM0 192c0 17.7 14.3 32 32 32H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H32c-17.7 0-32 14.3-32 32zM448 448c0-17.7-14.3-32-32-32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H416c17.7 0 32-14.3 32-32z"],"umbrella-beach":[576,512,[127958],"f5ca","M346.3 271.8l-60.1-21.9L214 448H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H544c17.7 0 32-14.3 32-32s-14.3-32-32-32H282.1l64.1-176.2zm121.1-.2l-3.3 9.1 67.7 24.6c18.1 6.6 38-4.2 39.6-23.4c6.5-78.5-23.9-155.5-80.8-208.5c2 8 3.2 16.3 3.4 24.8l.2 6c1.8 57-7.3 113.8-26.8 167.4zM462 99.1c-1.1-34.4-22.5-64.8-54.4-77.4c-.9-.4-1.9-.7-2.8-1.1c-33-11.7-69.8-2.4-93.1 23.8l-4 4.5C272.4 88.3 245 134.2 226.8 184l-3.3 9.1L434 269.7l3.3-9.1c18.1-49.8 26.6-102.5 24.9-155.5l-.2-6zM107.2 112.9c-11.1 15.7-2.8 36.8 15.3 43.4l71 25.8 3.3-9.1c19.5-53.6 49.1-103 87.1-145.5l4-4.5c6.2-6.9 13.1-13 20.5-18.2c-79.6 2.5-154.7 42.2-201.2 108z"],"helmet-un":[512,512,[],"e503","M479.5 224C471.2 98.9 367.2 0 240 0C107.5 0 0 107.5 0 240v56.3C0 344.8 39.2 384 87.7 384H200h14.9L343.5 505.4c4.5 4.2 10.4 6.6 16.5 6.6h96c13.3 0 24-10.7 24-24s-10.7-24-24-24H369.5l-1.5-1.5V288h80 32c17.7 0 32-14.3 32-32s-14.3-32-32-32h-.5zM320 417.2l-78-73.7L274.4 288H320V417.2zM285.3 103.1l34.7 52V112c0-8.8 7.2-16 16-16s16 7.2 16 16v96c0 7.1-4.6 13.3-11.4 15.3s-14-.6-17.9-6.4l-34.7-52V208c0 8.8-7.2 16-16 16s-16-7.2-16-16V112c0-7.1 4.6-13.3 11.4-15.3s14 .6 17.9 6.4zM160 112v64c0 8.8 7.2 16 16 16s16-7.2 16-16V112c0-8.8 7.2-16 16-16s16 7.2 16 16v64c0 26.5-21.5 48-48 48s-48-21.5-48-48V112c0-8.8 7.2-16 16-16s16 7.2 16 16z"],bullseye:[512,512,[],"f140","M448 256A192 192 0 1 0 64 256a192 192 0 1 0 384 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256 80a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm0-224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zM224 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"],bacon:[576,512,[129363],"f7e5","M439.2 1.2c11.2-3.2 23.2-.1 31.4 8.1L518 56.7l-26.5 7.9c-58 16.6-98.1 39.6-129.6 67.4c-31.2 27.5-53.2 59.1-75.1 90.9l-2.3 3.3C241.6 288.7 195 356.6 72.8 417.7L37.9 435.2 9.4 406.6c-7.3-7.3-10.6-17.6-9-27.8s8.1-18.9 17.3-23.5C136.1 296.2 180.9 231 223.3 169.3l2.3-3.4c21.8-31.8 44.9-64.9 77.7-93.9c33.4-29.5 75.8-53.6 135.9-70.8zM61.8 459l25.4-12.7c129.5-64.7 179.9-138.1 223.8-202l2.2-3.3c22.1-32.1 42.1-60.5 69.9-85.1c27.5-24.3 63.4-45.2 117.3-60.6l0 0 .2-.1 43.1-12.9 23 23c8 8 11.2 19.7 8.3 30.7s-11.3 19.6-22.2 22.7c-51.9 14.8-85.6 34.7-111.1 57.2c-26.1 23-45.1 49.9-67.3 82.1l-2.2 3.2C327.8 365.9 275.5 442 142.3 508.6c-12.3 6.2-27.2 3.7-36.9-6L61.8 459z"],"hand-point-down":[384,512,[],"f0a7","M32 480c0 17.7 14.3 32 32 32s32-14.3 32-32V272H32V480zM224 320c0 17.7 14.3 32 32 32s32-14.3 32-32V256c0-17.7-14.3-32-32-32s-32 14.3-32 32v64zm-64 64c17.7 0 32-14.3 32-32V304c0-17.7-14.3-32-32-32s-32 14.3-32 32v48c0 17.7 14.3 32 32 32zm160-96c0 17.7 14.3 32 32 32s32-14.3 32-32V224c0-17.7-14.3-32-32-32s-32 14.3-32 32v64zm-96-88l0 .6c9.4-5.4 20.3-8.6 32-8.6c13.2 0 25.4 4 35.6 10.8c8.7-24.9 32.5-42.8 60.4-42.8c11.7 0 22.6 3.1 32 8.6V160C384 71.6 312.4 0 224 0H162.3C119.8 0 79.1 16.9 49.1 46.9L37.5 58.5C13.5 82.5 0 115.1 0 149v27c0 35.3 28.7 64 64 64h88c22.1 0 40-17.9 40-40s-17.9-40-40-40H96c-8.8 0-16-7.2-16-16s7.2-16 16-16h56c39.8 0 72 32.2 72 72z"],"arrow-up-from-bracket":[448,512,[],"e09a","M246.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 109.3V320c0 17.7 14.3 32 32 32s32-14.3 32-32V109.3l73.4 73.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-128-128zM64 352c0-17.7-14.3-32-32-32s-32 14.3-32 32v64c0 53 43 96 96 96H352c53 0 96-43 96-96V352c0-17.7-14.3-32-32-32s-32 14.3-32 32v64c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V352z"],folder:[512,512,[128193,128447,61716,"folder-blank"],"f07b","M64 480H448c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H288c-10.1 0-19.6-4.7-25.6-12.8L243.2 57.6C231.1 41.5 212.1 32 192 32H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64z"],"file-waveform":[448,512,["file-medical-alt"],"f478","M96 0C60.7 0 32 28.7 32 64V288H144c6.1 0 11.6 3.4 14.3 8.8L176 332.2l49.7-99.4c2.7-5.4 8.3-8.8 14.3-8.8s11.6 3.4 14.3 8.8L281.9 288H352c8.8 0 16 7.2 16 16s-7.2 16-16 16H272c-6.1 0-11.6-3.4-14.3-8.8L240 275.8l-49.7 99.4c-2.7 5.4-8.3 8.8-14.3 8.8s-11.6-3.4-14.3-8.8L134.1 320H32V448c0 35.3 28.7 64 64 64H352c35.3 0 64-28.7 64-64V160H288c-17.7 0-32-14.3-32-32V0H96zM288 0V128H416L288 0z"],radiation:[512,512,[],"f7b9","M216 186.7c-23.9 13.8-40 39.7-40 69.3L32 256C14.3 256-.2 241.6 2 224.1C10.7 154 47.8 92.7 101.3 52c14.1-10.7 33.8-5.3 42.7 10l72 124.7zM256 336c14.6 0 28.2-3.9 40-10.7l72 124.8c8.8 15.3 3.7 35.1-12.6 41.9c-30.6 12.9-64.2 20-99.4 20s-68.9-7.1-99.4-20c-16.3-6.9-21.4-26.6-12.6-41.9l72-124.8c11.8 6.8 25.4 10.7 40 10.7zm224-80l-144 0c0-29.6-16.1-55.5-40-69.3L368 62c8.8-15.3 28.6-20.7 42.7-10c53.6 40.7 90.6 102 99.4 172.1c2.2 17.5-12.4 31.9-30 31.9zM256 208a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"],"chart-simple":[448,512,[],"e473","M160 80c0-26.5 21.5-48 48-48h32c26.5 0 48 21.5 48 48V432c0 26.5-21.5 48-48 48H208c-26.5 0-48-21.5-48-48V80zM0 272c0-26.5 21.5-48 48-48H80c26.5 0 48 21.5 48 48V432c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V272zM368 96h32c26.5 0 48 21.5 48 48V432c0 26.5-21.5 48-48 48H368c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48z"],"mars-stroke":[512,512,[9894],"f229","M376 0c-9.7 0-18.5 5.8-22.2 14.8s-1.7 19.3 5.2 26.2l33.4 33.4L370.3 96.4 345 71c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l25.4 25.4L307.8 159c-28.4-19.5-62.7-31-99.8-31c-97.2 0-176 78.8-176 176s78.8 176 176 176s176-78.8 176-176c0-37-11.4-71.4-31-99.8l28.6-28.6L407 201c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-25.4-25.4 22.1-22.1L471 153c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2V24c0-13.3-10.7-24-24-24H376zm88 48h0v0l0 0zM96 304a112 112 0 1 1 224 0A112 112 0 1 1 96 304z"],vial:[512,512,[129514],"f492","M342.6 9.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l9.4 9.4L28.1 342.6C10.1 360.6 0 385 0 410.5V416c0 53 43 96 96 96h5.5c25.5 0 49.9-10.1 67.9-28.1L448 205.3l9.4 9.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-32-32-96-96-32-32zM205.3 256L352 109.3 402.7 160l-96 96H205.3z"],gauge:[512,512,["dashboard","gauge-med","tachometer-alt-average"],"f624","M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm320 96c0-26.9-16.5-49.9-40-59.3V88c0-13.3-10.7-24-24-24s-24 10.7-24 24V292.7c-23.5 9.5-40 32.5-40 59.3c0 35.3 28.7 64 64 64s64-28.7 64-64zM144 176a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm-16 80a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm288 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM400 144a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"],"wand-magic-sparkles":[576,512,["magic-wand-sparkles"],"e2ca","M234.7 42.7L197 56.8c-3 1.1-5 4-5 7.2s2 6.1 5 7.2l37.7 14.1L248.8 123c1.1 3 4 5 7.2 5s6.1-2 7.2-5l14.1-37.7L315 71.2c3-1.1 5-4 5-7.2s-2-6.1-5-7.2L277.3 42.7 263.2 5c-1.1-3-4-5-7.2-5s-6.1 2-7.2 5L234.7 42.7zM46.1 395.4c-18.7 18.7-18.7 49.1 0 67.9l34.6 34.6c18.7 18.7 49.1 18.7 67.9 0L529.9 116.5c18.7-18.7 18.7-49.1 0-67.9L495.3 14.1c-18.7-18.7-49.1-18.7-67.9 0L46.1 395.4zM484.6 82.6l-105 105-23.3-23.3 105-105 23.3 23.3zM7.5 117.2C3 118.9 0 123.2 0 128s3 9.1 7.5 10.8L64 160l21.2 56.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L128 160l56.5-21.2c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L128 96 106.8 39.5C105.1 35 100.8 32 96 32s-9.1 3-10.8 7.5L64 96 7.5 117.2zm352 256c-4.5 1.7-7.5 6-7.5 10.8s3 9.1 7.5 10.8L416 416l21.2 56.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L480 416l56.5-21.2c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L480 352l-21.2-56.5c-1.7-4.5-6-7.5-10.8-7.5s-9.1 3-10.8 7.5L416 352l-56.5 21.2z"],e:[320,512,[101],"45","M64 32C28.7 32 0 60.7 0 96V256 416c0 35.3 28.7 64 64 64H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H64V288H224c17.7 0 32-14.3 32-32s-14.3-32-32-32H64V96H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H64z"],"pen-clip":[512,512,["pen-alt"],"f305","M453.3 19.3l39.4 39.4c25 25 25 65.5 0 90.5l-52.1 52.1 0 0-1-1 0 0-16-16-96-96-17-17 52.1-52.1c25-25 65.5-25 90.5 0zM241 114.9c-9.4-9.4-24.6-9.4-33.9 0L105 217c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L173.1 81c28.1-28.1 73.7-28.1 101.8 0L288 94.1l17 17 96 96 16 16 1 1-17 17L229.5 412.5c-48 48-109.2 80.8-175.8 94.1l-25 5c-7.9 1.6-16-.9-21.7-6.6s-8.1-13.8-6.6-21.7l5-25c13.3-66.6 46.1-127.8 94.1-175.8L254.1 128 241 114.9z"],"bridge-circle-exclamation":[640,512,[],"e4ca","M64 32C46.3 32 32 46.3 32 64s14.3 32 32 32h40v64H32V288c53 0 96 43 96 96v64c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V384c0-53 43-96 96-96c6.3 0 12.4 .6 18.3 1.7C367.1 231.8 426.9 192 496 192c42.5 0 81.6 15.1 112 40.2V160H536V96h40c17.7 0 32-14.3 32-32s-14.3-32-32-32H64zM488 96v64H408V96h80zM360 96v64H280V96h80zM232 96v64H152V96h80zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16V288c0-8.8 7.2-16 16-16z"],user:[448,512,[128100,62144],"f007","M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304H178.3z"],"school-circle-check":[640,512,[],"e56b","M337.8 5.4C327-1.8 313-1.8 302.2 5.4L166.3 96H48C21.5 96 0 117.5 0 144V464c0 26.5 21.5 48 48 48H320v0H256V416c0-35.3 28.7-64 64-64l.3 0h.5c3.4-37.7 18.7-72.1 42.2-99.1C350.2 260 335.6 264 320 264c-48.6 0-88-39.4-88-88s39.4-88 88-88s88 39.4 88 88c0 18.3-5.6 35.3-15.1 49.4c29-21 64.6-33.4 103.1-33.4c59.5 0 112.1 29.6 144 74.8V144c0-26.5-21.5-48-48-48H473.7L337.8 5.4zM96 192h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16V208c0-8.8 7.2-16 16-16zm0 128h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16V336c0-8.8 7.2-16 16-16zM320 128c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H336V144c0-8.8-7.2-16-16-16zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-99.3-43.3c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7z"],dumpster:[576,512,[],"f793","M49.7 32c-10.5 0-19.8 6.9-22.9 16.9L.9 133c-.6 2-.9 4.1-.9 6.1C0 150.7 9.3 160 20.9 160h94L140.5 32H49.7zM272 160V32H173.1L147.5 160H272zm32 0H428.5L402.9 32H304V160zm157.1 0h94c11.5 0 20.9-9.3 20.9-20.9c0-2.1-.3-4.1-.9-6.1L549.2 48.9C546.1 38.9 536.8 32 526.3 32H435.5l25.6 128zM32 192l4 32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H44L64 448c0 17.7 14.3 32 32 32s32-14.3 32-32H448c0 17.7 14.3 32 32 32s32-14.3 32-32l20-160h12c17.7 0 32-14.3 32-32s-14.3-32-32-32h-4l4-32H32z"],"van-shuttle":[640,512,[128656,"shuttle-van"],"f5b6","M64 104v88h96V96H72c-4.4 0-8 3.6-8 8zm482 88L465.1 96H384v96H546zm-226 0V96H224v96h96zM592 384H576c0 53-43 96-96 96s-96-43-96-96H256c0 53-43 96-96 96s-96-43-96-96H48c-26.5 0-48-21.5-48-48V104C0 64.2 32.2 32 72 32H192 352 465.1c18.9 0 36.8 8.3 49 22.8L625 186.5c9.7 11.5 15 26.1 15 41.2V336c0 26.5-21.5 48-48 48zm-64 0a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM160 432a48 48 0 1 0 0-96 48 48 0 1 0 0 96z"],"building-user":[640,512,[],"e4da","M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h89.9c-6.3-10.2-9.9-22.2-9.9-35.1c0-46.9 25.8-87.8 64-109.2V271.8 48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM80 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V112zM272 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zM576 272a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM352 477.1c0 19.3 15.6 34.9 34.9 34.9H605.1c19.3 0 34.9-15.6 34.9-34.9c0-51.4-41.7-93.1-93.1-93.1H445.1c-51.4 0-93.1 41.7-93.1 93.1z"],"square-caret-left":[448,512,["caret-square-left"],"f191","M0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96L0 416zM128 256c0-6.7 2.8-13 7.7-17.6l112-104c7-6.5 17.2-8.2 25.9-4.4s14.4 12.5 14.4 22l0 208c0 9.5-5.7 18.2-14.4 22s-18.9 2.1-25.9-4.4l-112-104c-4.9-4.5-7.7-10.9-7.7-17.6z"],highlighter:[576,512,[],"f591","M315 315l158.4-215L444.1 70.6 229 229 315 315zm-187 5l0 0V248.3c0-15.3 7.2-29.6 19.5-38.6L420.6 8.4C428 2.9 437 0 446.2 0c11.4 0 22.4 4.5 30.5 12.6l54.8 54.8c8.1 8.1 12.6 19 12.6 30.5c0 9.2-2.9 18.2-8.4 25.6L334.4 396.5c-9 12.3-23.4 19.5-38.6 19.5H224l-25.4 25.4c-12.5 12.5-32.8 12.5-45.3 0l-50.7-50.7c-12.5-12.5-12.5-32.8 0-45.3L128 320zM7 466.3l63-63 70.6 70.6-31 31c-4.5 4.5-10.6 7-17 7H24c-13.3 0-24-10.7-24-24v-4.7c0-6.4 2.5-12.5 7-17z"],key:[512,512,[128273],"f084","M336 352c97.2 0 176-78.8 176-176S433.2 0 336 0S160 78.8 160 176c0 18.7 2.9 36.8 8.3 53.7L7 391c-4.5 4.5-7 10.6-7 17v80c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24V448h40c13.3 0 24-10.7 24-24V384h40c6.4 0 12.5-2.5 17-7l33.3-33.3c16.9 5.4 35 8.3 53.7 8.3zM376 96a40 40 0 1 1 0 80 40 40 0 1 1 0-80z"],bullhorn:[512,512,[128226,128363],"f0a1","M480 32c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9L381.7 53c-48 48-113.1 75-181 75H192 160 64c-35.3 0-64 28.7-64 64v96c0 35.3 28.7 64 64 64l0 128c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V352l8.7 0c67.9 0 133 27 181 75l43.6 43.6c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6V300.4c18.6-8.8 32-32.5 32-60.4s-13.4-51.6-32-60.4V32zm-64 76.7V240 371.3C357.2 317.8 280.5 288 200.7 288H192V192h8.7c79.8 0 156.5-29.8 215.3-83.3z"],globe:[512,512,[127760],"f0ac","M352 256c0 22.2-1.2 43.6-3.3 64H163.3c-2.2-20.4-3.3-41.8-3.3-64s1.2-43.6 3.3-64H348.7c2.2 20.4 3.3 41.8 3.3 64zm28.8-64H503.9c5.3 20.5 8.1 41.9 8.1 64s-2.8 43.5-8.1 64H380.8c2.1-20.6 3.2-42 3.2-64s-1.1-43.4-3.2-64zm112.6-32H376.7c-10-63.9-29.8-117.4-55.3-151.6c78.3 20.7 142 77.5 171.9 151.6zm-149.1 0H167.7c6.1-36.4 15.5-68.6 27-94.7c10.5-23.6 22.2-40.7 33.5-51.5C239.4 3.2 248.7 0 256 0s16.6 3.2 27.8 13.8c11.3 10.8 23 27.9 33.5 51.5c11.6 26 20.9 58.2 27 94.7zm-209 0H18.6C48.6 85.9 112.2 29.1 190.6 8.4C165.1 42.6 145.3 96.1 135.3 160zM8.1 192H131.2c-2.1 20.6-3.2 42-3.2 64s1.1 43.4 3.2 64H8.1C2.8 299.5 0 278.1 0 256s2.8-43.5 8.1-64zM194.7 446.6c-11.6-26-20.9-58.2-27-94.6H344.3c-6.1 36.4-15.5 68.6-27 94.6c-10.5 23.6-22.2 40.7-33.5 51.5C272.6 508.8 263.3 512 256 512s-16.6-3.2-27.8-13.8c-11.3-10.8-23-27.9-33.5-51.5zM135.3 352c10 63.9 29.8 117.4 55.3 151.6C112.2 482.9 48.6 426.1 18.6 352H135.3zm358.1 0c-30 74.1-93.6 130.9-171.9 151.6c25.5-34.2 45.2-87.7 55.3-151.6H493.4z"],synagogue:[640,512,[128333],"f69b","M309.8 3.7c5.9-4.9 14.6-4.9 20.5 0l121 100.8C469.5 119.7 480 142.2 480 166V280.1 512H464 352V416c0-17.7-14.3-32-32-32s-32 14.3-32 32v96H176 160V280.1 166c0-23.7 10.5-46.3 28.8-61.5L309.8 3.7zM512 512V244.5l28.1-31.2c3-3.4 7.4-5.3 11.9-5.3s8.9 1.9 11.9 5.3l63.8 70.9c7.9 8.8 12.3 20.3 12.3 32.1V448c0 35.3-28.7 64-64 64H512zM128 244.5V512H64c-35.3 0-64-28.7-64-64V316.3c0-11.9 4.4-23.3 12.3-32.1l63.8-70.9c3-3.4 7.4-5.3 11.9-5.3s8.9 1.9 11.9 5.3L128 244.5zM327 124.3c-3.1-5.4-10.9-5.4-13.9 0l-15.9 28.1-32.3-.3c-6.2-.1-10.1 6.7-7 12.1L274.3 192l-16.4 27.8c-3.2 5.4 .7 12.1 7 12.1l32.3-.3L313 259.7c3.1 5.4 10.9 5.4 13.9 0l15.9-28.1 32.3 .3c6.2 .1 10.1-6.7 7-12.1L365.7 192l16.4-27.8c3.2-5.4-.7-12.1-7-12.1l-32.3 .3L327 124.3z"],"person-half-dress":[320,512,[],"e548","M160 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm8 352V128h6.9c33.7 0 64.9 17.7 82.3 46.6l58.3 97c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352h0zM58.2 182.3c19.9-33.1 55.3-53.5 93.8-54.3V384h0v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384H70.2c-10.9 0-18.6-10.7-15.2-21.1L93.3 248.1 59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l53.6-89.2z"],"road-bridge":[640,512,[],"e563","M352 0H608c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32H352c-17.7 0-32-14.3-32-32V32c0-17.7 14.3-32 32-32zM480 200c-13.3 0-24 10.7-24 24v64c0 13.3 10.7 24 24 24s24-10.7 24-24V224c0-13.3-10.7-24-24-24zm24 184c0-13.3-10.7-24-24-24s-24 10.7-24 24v64c0 13.3 10.7 24 24 24s24-10.7 24-24V384zM480 40c-13.3 0-24 10.7-24 24v64c0 13.3 10.7 24 24 24s24-10.7 24-24V64c0-13.3-10.7-24-24-24zM32 96H288v64H248v64h40v96c-53 0-96 43-96 96v64c0 17.7-14.3 32-32 32H128c-17.7 0-32-14.3-32-32V416c0-53-43-96-96-96V224H72V160H32c-17.7 0-32-14.3-32-32s14.3-32 32-32zm168 64H120v64h80V160z"],"location-arrow":[448,512,[],"f124","M429.6 92.1c4.9-11.9 2.1-25.6-7-34.7s-22.8-11.9-34.7-7l-352 144c-14.2 5.8-22.2 20.8-19.3 35.8s16.1 25.8 31.4 25.8H224V432c0 15.3 10.8 28.4 25.8 31.4s30-5.1 35.8-19.3l144-352z"],c:[384,512,[99],"43","M329.1 142.9c-62.5-62.5-155.8-62.5-218.3 0s-62.5 163.8 0 226.3s155.8 62.5 218.3 0c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3c-87.5 87.5-221.3 87.5-308.8 0s-87.5-229.3 0-316.8s221.3-87.5 308.8 0c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0z"],"tablet-button":[448,512,[],"f10a","M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64zM224 400a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],"building-lock":[576,512,[],"e4d6","M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h88.6c-5.4-9.4-8.6-20.3-8.6-32V352c0-23.7 12.9-44.4 32-55.4V272c0-30.5 12.2-58.2 32-78.4V48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM80 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V112zM272 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zM464 240c17.7 0 32 14.3 32 32v48H432V272c0-17.7 14.3-32 32-32zm-80 32v48c-17.7 0-32 14.3-32 32V480c0 17.7 14.3 32 32 32H544c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32V272c0-44.2-35.8-80-80-80s-80 35.8-80 80z"],"pizza-slice":[512,512,[],"f818","M169.7 .9c-22.8-1.6-41.9 14-47.5 34.7L110.4 80c.5 0 1.1 0 1.6 0c176.7 0 320 143.3 320 320c0 .5 0 1.1 0 1.6l44.4-11.8c20.8-5.5 36.3-24.7 34.7-47.5C498.5 159.5 352.5 13.5 169.7 .9zM399.8 410.2c.1-3.4 .2-6.8 .2-10.2c0-159.1-128.9-288-288-288c-3.4 0-6.8 .1-10.2 .2L.5 491.9c-1.5 5.5 .1 11.4 4.1 15.4s9.9 5.6 15.4 4.1L399.8 410.2zM176 208a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm64 128a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM96 384a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"],"money-bill-wave":[576,512,[],"f53a","M0 112.5V422.3c0 18 10.1 35 27 41.3c87 32.5 174 10.3 261-11.9c79.8-20.3 159.6-40.7 239.3-18.9c23 6.3 48.7-9.5 48.7-33.4V89.7c0-18-10.1-35-27-41.3C462 15.9 375 38.1 288 60.3C208.2 80.6 128.4 100.9 48.7 79.1C25.6 72.8 0 88.6 0 112.5zM288 352c-44.2 0-80-43-80-96s35.8-96 80-96s80 43 80 96s-35.8 96-80 96zM64 352c35.3 0 64 28.7 64 64H64V352zm64-208c0 35.3-28.7 64-64 64V144h64zM512 304v64H448c0-35.3 28.7-64 64-64zM448 96h64v64c-35.3 0-64-28.7-64-64z"],"chart-area":[512,512,["area-chart"],"f1fe","M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64V400c0 44.2 35.8 80 80 80H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H80c-8.8 0-16-7.2-16-16V64zm96 288H448c17.7 0 32-14.3 32-32V251.8c0-7.6-2.7-15-7.7-20.8l-65.8-76.8c-12.1-14.2-33.7-15-46.9-1.8l-21 21c-10 10-26.4 9.2-35.4-1.6l-39.2-47c-12.6-15.1-35.7-15.4-48.7-.6L135.9 215c-5.1 5.8-7.9 13.3-7.9 21.1v84c0 17.7 14.3 32 32 32z"],"house-flag":[640,512,[],"e50d","M480 0c-17.7 0-32 14.3-32 32V192 512h64V192H624c8.8 0 16-7.2 16-16V48c0-8.8-7.2-16-16-16H512c0-17.7-14.3-32-32-32zM416 159L276.8 39.7c-12-10.3-29.7-10.3-41.7 0l-224 192C1 240.4-2.7 254.5 2 267.1S18.6 288 32 288H64V480c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V384c0-17.7 14.3-32 32-32h64c17.7 0 32 14.3 32 32v96c0 17.7 14.3 32 32 32h64.7l.2 0h-1V159z"],"person-circle-minus":[576,512,[],"e540","M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H152zm136 16a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm224 0c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16s7.2 16 16 16H496c8.8 0 16-7.2 16-16z"],ban:[512,512,[128683,"cancel"],"f05e","M367.2 412.5L99.5 144.8C77.1 176.1 64 214.5 64 256c0 106 86 192 192 192c41.5 0 79.9-13.1 111.2-35.5zm45.3-45.3C434.9 335.9 448 297.5 448 256c0-106-86-192-192-192c-41.5 0-79.9 13.1-111.2 35.5L412.5 367.2zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"],"camera-rotate":[640,512,[],"e0d8","M213.1 64.8L202.7 96H128c-35.3 0-64 28.7-64 64V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H437.3L426.9 64.8C420.4 45.2 402.1 32 381.4 32H258.6c-20.7 0-39 13.2-45.5 32.8zM448 256c0 8.8-7.2 16-16 16H355.3c-6.2 0-11.3-5.1-11.3-11.3c0-3 1.2-5.9 3.3-8L371 229c-13.6-13.4-31.9-21-51-21c-19.2 0-37.7 7.6-51.3 21.3L249 249c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l19.7-19.7C257.4 172.7 288 160 320 160c31.8 0 62.4 12.6 85 35l23.7-23.7c2.1-2.1 5-3.3 8-3.3c6.2 0 11.3 5.1 11.3 11.3V256zM192 320c0-8.8 7.2-16 16-16h76.7c6.2 0 11.3 5.1 11.3 11.3c0 3-1.2 5.9-3.3 8L269 347c13.6 13.4 31.9 21 51 21c19.2 0 37.7-7.6 51.3-21.3L391 327c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-19.7 19.7C382.6 403.3 352 416 320 416c-31.8 0-62.4-12.6-85-35l-23.7 23.7c-2.1 2.1-5 3.3-8 3.3c-6.2 0-11.3-5.1-11.3-11.3V320z"],"spray-can-sparkles":[512,512,["air-freshener"],"f5d0","M96 32v96H224V32c0-17.7-14.3-32-32-32H128C110.3 0 96 14.3 96 32zm0 128c-53 0-96 43-96 96V464c0 26.5 21.5 48 48 48H272c26.5 0 48-21.5 48-48V256c0-53-43-96-96-96H96zm64 96a80 80 0 1 1 0 160 80 80 0 1 1 0-160zM384 48c0-1.4-1-3-2.2-3.6L352 32 339.6 2.2C339 1 337.4 0 336 0s-3 1-3.6 2.2L320 32 290.2 44.4C289 45 288 46.6 288 48c0 1.4 1 3 2.2 3.6L320 64l12.4 29.8C333 95 334.6 96 336 96s3-1 3.6-2.2L352 64l29.8-12.4C383 51 384 49.4 384 48zm76.4 45.8C461 95 462.6 96 464 96s3-1 3.6-2.2L480 64l29.8-12.4C511 51 512 49.4 512 48c0-1.4-1-3-2.2-3.6L480 32 467.6 2.2C467 1 465.4 0 464 0s-3 1-3.6 2.2L448 32 418.2 44.4C417 45 416 46.6 416 48c0 1.4 1 3 2.2 3.6L448 64l12.4 29.8zm7.2 100.4c-.6-1.2-2.2-2.2-3.6-2.2s-3 1-3.6 2.2L448 224l-29.8 12.4c-1.2 .6-2.2 2.2-2.2 3.6c0 1.4 1 3 2.2 3.6L448 256l12.4 29.8c.6 1.2 2.2 2.2 3.6 2.2s3-1 3.6-2.2L480 256l29.8-12.4c1.2-.6 2.2-2.2 2.2-3.6c0-1.4-1-3-2.2-3.6L480 224l-12.4-29.8zM448 144c0-1.4-1-3-2.2-3.6L416 128 403.6 98.2C403 97 401.4 96 400 96s-3 1-3.6 2.2L384 128l-29.8 12.4c-1.2 .6-2.2 2.2-2.2 3.6c0 1.4 1 3 2.2 3.6L384 160l12.4 29.8c.6 1.2 2.2 2.2 3.6 2.2s3-1 3.6-2.2L416 160l29.8-12.4c1.2-.6 2.2-2.2 2.2-3.6z"],star:[576,512,[11088,61446],"f005","M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"],repeat:[512,512,[128257],"f363","M0 224c0 17.7 14.3 32 32 32s32-14.3 32-32c0-53 43-96 96-96H320v32c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-9.2-9.2-22.9-11.9-34.9-6.9S320 19.1 320 32V64H160C71.6 64 0 135.6 0 224zm512 64c0-17.7-14.3-32-32-32s-32 14.3-32 32c0 53-43 96-96 96H192V352c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9l-64 64c-12.5 12.5-12.5 32.8 0 45.3l64 64c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6V448H352c88.4 0 160-71.6 160-160z"],cross:[384,512,[128327,10013],"f654","M176 0c-26.5 0-48 21.5-48 48v80H48c-26.5 0-48 21.5-48 48v32c0 26.5 21.5 48 48 48h80V464c0 26.5 21.5 48 48 48h32c26.5 0 48-21.5 48-48V256h80c26.5 0 48-21.5 48-48V176c0-26.5-21.5-48-48-48H256V48c0-26.5-21.5-48-48-48H176z"],box:[448,512,[128230],"f466","M50.7 58.5L0 160H208V32H93.7C75.5 32 58.9 42.3 50.7 58.5zM240 160H448L397.3 58.5C389.1 42.3 372.5 32 354.3 32H240V160zm208 32H0V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V192z"],"venus-mars":[640,512,[9892],"f228","M176 288a112 112 0 1 0 0-224 112 112 0 1 0 0 224zM352 176c0 86.3-62.1 158.1-144 173.1V384h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H208v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H112c-17.7 0-32-14.3-32-32s14.3-32 32-32h32V349.1C62.1 334.1 0 262.3 0 176C0 78.8 78.8 0 176 0s176 78.8 176 176zM271.9 360.6c19.3-10.1 36.9-23.1 52.1-38.4c20 18.5 46.7 29.8 76.1 29.8c61.9 0 112-50.1 112-112s-50.1-112-112-112c-7.2 0-14.3 .7-21.1 2c-4.9-21.5-13-41.7-24-60.2C369.3 66 384.4 64 400 64c37 0 71.4 11.4 99.8 31l20.6-20.6L487 41c-6.9-6.9-8.9-17.2-5.2-26.2S494.3 0 504 0H616c13.3 0 24 10.7 24 24V136c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-33.4-33.4L545 140.2c19.5 28.4 31 62.7 31 99.8c0 97.2-78.8 176-176 176c-50.5 0-96-21.3-128.1-55.4z"],"arrow-pointer":[320,512,["mouse-pointer"],"f245","M0 55.2V426c0 12.2 9.9 22 22 22c6.3 0 12.4-2.7 16.6-7.5L121.2 346l58.1 116.3c7.9 15.8 27.1 22.2 42.9 14.3s22.2-27.1 14.3-42.9L179.8 320H297.9c12.2 0 22.1-9.9 22.1-22.1c0-6.3-2.7-12.3-7.4-16.5L38.6 37.9C34.3 34.1 28.9 32 23.2 32C10.4 32 0 42.4 0 55.2z"],maximize:[512,512,["expand-arrows-alt"],"f31e","M200 32H56C42.7 32 32 42.7 32 56V200c0 9.7 5.8 18.5 14.8 22.2s19.3 1.7 26.2-5.2l40-40 79 79-79 79L73 295c-6.9-6.9-17.2-8.9-26.2-5.2S32 302.3 32 312V456c0 13.3 10.7 24 24 24H200c9.7 0 18.5-5.8 22.2-14.8s1.7-19.3-5.2-26.2l-40-40 79-79 79 79-40 40c-6.9 6.9-8.9 17.2-5.2 26.2s12.5 14.8 22.2 14.8H456c13.3 0 24-10.7 24-24V312c0-9.7-5.8-18.5-14.8-22.2s-19.3-1.7-26.2 5.2l-40 40-79-79 79-79 40 40c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2V56c0-13.3-10.7-24-24-24H312c-9.7 0-18.5 5.8-22.2 14.8s-1.7 19.3 5.2 26.2l40 40-79 79-79-79 40-40c6.9-6.9 8.9-17.2 5.2-26.2S209.7 32 200 32z"],"charging-station":[576,512,[],"f5e7","M96 0C60.7 0 32 28.7 32 64V448c-17.7 0-32 14.3-32 32s14.3 32 32 32H320c17.7 0 32-14.3 32-32s-14.3-32-32-32V304h16c22.1 0 40 17.9 40 40v32c0 39.8 32.2 72 72 72s72-32.2 72-72V252.3c32.5-10.2 56-40.5 56-76.3V144c0-8.8-7.2-16-16-16H544V80c0-8.8-7.2-16-16-16s-16 7.2-16 16v48H480V80c0-8.8-7.2-16-16-16s-16 7.2-16 16v48H432c-8.8 0-16 7.2-16 16v32c0 35.8 23.5 66.1 56 76.3V376c0 13.3-10.7 24-24 24s-24-10.7-24-24V344c0-48.6-39.4-88-88-88H320V64c0-35.3-28.7-64-64-64H96zM216.9 82.7c6 4 8.5 11.5 6.3 18.3l-25 74.9H256c6.7 0 12.7 4.2 15 10.4s.5 13.3-4.6 17.7l-112 96c-5.5 4.7-13.4 5.1-19.3 1.1s-8.5-11.5-6.3-18.3l25-74.9H96c-6.7 0-12.7-4.2-15-10.4s-.5-13.3 4.6-17.7l112-96c5.5-4.7 13.4-5.1 19.3-1.1z"],shapes:[512,512,["triangle-circle-square"],"f61f","M315.4 15.5C309.7 5.9 299.2 0 288 0s-21.7 5.9-27.4 15.5l-96 160c-5.9 9.9-6.1 22.2-.4 32.2s16.3 16.2 27.8 16.2H384c11.5 0 22.2-6.2 27.8-16.2s5.5-22.3-.4-32.2l-96-160zM288 312V456c0 22.1 17.9 40 40 40H472c22.1 0 40-17.9 40-40V312c0-22.1-17.9-40-40-40H328c-22.1 0-40 17.9-40 40zM128 512a128 128 0 1 0 0-256 128 128 0 1 0 0 256z"],shuffle:[512,512,[128256,"random"],"f074","M403.8 34.4c12-5 25.7-2.2 34.9 6.9l64 64c6 6 9.4 14.1 9.4 22.6s-3.4 16.6-9.4 22.6l-64 64c-9.2 9.2-22.9 11.9-34.9 6.9s-19.8-16.6-19.8-29.6V160H352c-10.1 0-19.6 4.7-25.6 12.8L284 229.3 244 176l31.2-41.6C293.3 110.2 321.8 96 352 96h32V64c0-12.9 7.8-24.6 19.8-29.6zM164 282.7L204 336l-31.2 41.6C154.7 401.8 126.2 416 96 416H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H96c10.1 0 19.6-4.7 25.6-12.8L164 282.7zm274.6 188c-9.2 9.2-22.9 11.9-34.9 6.9s-19.8-16.6-19.8-29.6V416H352c-30.2 0-58.7-14.2-76.8-38.4L121.6 172.8c-6-8.1-15.5-12.8-25.6-12.8H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H96c30.2 0 58.7 14.2 76.8 38.4L326.4 339.2c6 8.1 15.5 12.8 25.6 12.8h32V320c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l64 64c6 6 9.4 14.1 9.4 22.6s-3.4 16.6-9.4 22.6l-64 64z"],"person-running":[448,512,[127939,"running"],"f70c","M320 48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM125.7 175.5c9.9-9.9 23.4-15.5 37.5-15.5c1.9 0 3.8 .1 5.6 .3L137.6 254c-9.3 28 1.7 58.8 26.8 74.5l86.2 53.9-25.4 88.8c-4.9 17 5 34.7 22 39.6s34.7-5 39.6-22l28.7-100.4c5.9-20.6-2.6-42.6-20.7-53.9L238 299l30.9-82.4 5.1 12.3C289 264.7 323.9 288 362.7 288H384c17.7 0 32-14.3 32-32s-14.3-32-32-32H362.7c-12.9 0-24.6-7.8-29.5-19.7l-6.3-15c-14.6-35.1-44.1-61.9-80.5-73.1l-48.7-15c-11.1-3.4-22.7-5.2-34.4-5.2c-31 0-60.8 12.3-82.7 34.3L57.4 153.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l23.1-23.1zM91.2 352H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h69.6c19 0 36.2-11.2 43.9-28.5L157 361.6l-9.5-6c-17.5-10.9-30.5-26.8-37.9-44.9L91.2 352z"],"mobile-retro":[320,512,[],"e527","M0 64C0 28.7 28.7 0 64 0H256c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zm64 96v64c0 17.7 14.3 32 32 32H224c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32H96c-17.7 0-32 14.3-32 32zM80 352a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm24 56a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm56-56a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm24 56a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm56-56a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm24 56a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM128 48c-8.8 0-16 7.2-16 16s7.2 16 16 16h64c8.8 0 16-7.2 16-16s-7.2-16-16-16H128z"],"grip-lines-vertical":[192,512,[],"f7a5","M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64V448c0 17.7 14.3 32 32 32s32-14.3 32-32V64zm128 0c0-17.7-14.3-32-32-32s-32 14.3-32 32V448c0 17.7 14.3 32 32 32s32-14.3 32-32V64z"],spider:[512,512,[128375],"f717","M158.4 32.6c4.8-12.4-1.4-26.3-13.8-31s-26.3 1.4-31 13.8L81.1 100c-7.9 20.7-3 44.1 12.7 59.7l57.4 57.4L70.8 190.3c-2.4-.8-4.3-2.7-5.1-5.1L46.8 128.4C42.6 115.8 29 109 16.4 113.2S-3 131 1.2 143.6l18.9 56.8c5.6 16.7 18.7 29.8 35.4 35.4L116.1 256 55.6 276.2c-16.7 5.6-29.8 18.7-35.4 35.4L1.2 368.4C-3 381 3.8 394.6 16.4 398.8s26.2-2.6 30.4-15.2l18.9-56.8c.8-2.4 2.7-4.3 5.1-5.1l80.4-26.8L93.7 352.3C78.1 368 73.1 391.4 81.1 412l32.5 84.6c4.8 12.4 18.6 18.5 31 13.8s18.5-18.6 13.8-31l-32.5-84.6c-1.1-3-.4-6.3 1.8-8.5L160 353.9c1 52.1 43.6 94.1 96 94.1s95-41.9 96-94.1l32.3 32.3c2.2 2.2 2.9 5.6 1.8 8.5l-32.5 84.6c-4.8 12.4 1.4 26.3 13.8 31s26.3-1.4 31-13.8L430.9 412c7.9-20.7 3-44.1-12.7-59.7l-57.4-57.4 80.4 26.8c2.4 .8 4.3 2.7 5.1 5.1l18.9 56.8c4.2 12.6 17.8 19.4 30.4 15.2s19.4-17.8 15.2-30.4l-18.9-56.8c-5.6-16.7-18.7-29.8-35.4-35.4L395.9 256l60.5-20.2c16.7-5.6 29.8-18.7 35.4-35.4l18.9-56.8c4.2-12.6-2.6-26.2-15.2-30.4s-26.2 2.6-30.4 15.2l-18.9 56.8c-.8 2.4-2.7 4.3-5.1 5.1l-80.4 26.8 57.4-57.4c15.6-15.6 20.6-39 12.7-59.7L398.4 15.4C393.6 3 379.8-3.2 367.4 1.6s-18.5 18.6-13.8 31l32.5 84.6c1.1 3 .4 6.3-1.8 8.5L336 174.1V160c0-31.8-18.6-59.3-45.5-72.2c-9.1-4.4-18.5 3.3-18.5 13.4V112c0 8.8-7.2 16-16 16s-16-7.2-16-16V101.2c0-10.1-9.4-17.7-18.5-13.4C194.6 100.7 176 128.2 176 160v14.1l-48.3-48.3c-2.2-2.2-2.9-5.6-1.8-8.5l32.5-84.6z"],"hands-bound":[640,512,[],"e4f9","M96 32C96 14.3 81.7 0 64 0S32 14.3 32 32V96v59.1 .7V192v21.9c0 14.2 5.1 27.9 14.3 38.7L131.6 352H128c-13.3 0-24 10.7-24 24s10.7 24 24 24h32H288h64H480h32c13.3 0 24-10.7 24-24s-10.7-24-24-24h-3.6l85.3-99.5c9.2-10.8 14.3-24.5 14.3-38.7V192 155.8v-.7V96 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V96v48.8l-69.3 92.4c-5.7 7.6-16.1 9.6-24.2 4.8c-9.7-5.7-12.1-18.7-5.1-27.5L473 180c10.8-13.5 8.9-33.3-4.4-44.5s-33-9.8-44.5 3.2l-46.7 52.5C361 209.7 352 233.4 352 258.1V320v32H288V320 258.1c0-24.6-9-48.4-25.4-66.8l-46.7-52.5c-11.5-13-31.3-14.4-44.5-3.2s-15.2 30.9-4.4 44.5l27.6 34.5c7 8.8 4.7 21.8-5.1 27.5c-8.1 4.8-18.6 2.7-24.2-4.8L96 144.8V96 32zm64 448v32H288V480h64v32H480V480h32c13.3 0 24-10.7 24-24s-10.7-24-24-24H480 352 288 160 128c-13.3 0-24 10.7-24 24s10.7 24 24 24h32z"],"file-invoice-dollar":[384,512,[],"f571","M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM64 80c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16zm128 72c8.8 0 16 7.2 16 16v17.3c8.5 1.2 16.7 3.1 24.1 5.1c8.5 2.3 13.6 11 11.3 19.6s-11 13.6-19.6 11.3c-11.1-3-22-5.2-32.1-5.3c-8.4-.1-17.4 1.8-23.6 5.5c-5.7 3.4-8.1 7.3-8.1 12.8c0 3.7 1.3 6.5 7.3 10.1c6.9 4.1 16.6 7.1 29.2 10.9l.5 .1 0 0 0 0c11.3 3.4 25.3 7.6 36.3 14.6c12.1 7.6 22.4 19.7 22.7 38.2c.3 19.3-9.6 33.3-22.9 41.6c-7.7 4.8-16.4 7.6-25.1 9.1V440c0 8.8-7.2 16-16 16s-16-7.2-16-16V422.2c-11.2-2.1-21.7-5.7-30.9-8.9l0 0c-2.1-.7-4.2-1.4-6.2-2.1c-8.4-2.8-12.9-11.9-10.1-20.2s11.9-12.9 20.2-10.1c2.5 .8 4.8 1.6 7.1 2.4l0 0 0 0 0 0c13.6 4.6 24.6 8.4 36.3 8.7c9.1 .3 17.9-1.7 23.7-5.3c5.1-3.2 7.9-7.3 7.8-14c-.1-4.6-1.8-7.8-7.7-11.6c-6.8-4.3-16.5-7.4-29-11.2l-1.6-.5 0 0c-11-3.3-24.3-7.3-34.8-13.7c-12-7.2-22.6-18.9-22.7-37.3c-.1-19.4 10.8-32.8 23.8-40.5c7.5-4.4 15.8-7.2 24.1-8.7V232c0-8.8 7.2-16 16-16z"],"plane-circle-exclamation":[640,512,[],"e556","M256 0c-35 0-64 59.5-64 93.7v84.6L8.1 283.4c-5 2.8-8.1 8.2-8.1 13.9v65.5c0 10.6 10.2 18.3 20.4 15.4l171.6-49 0 70.9-57.6 43.2c-4 3-6.4 7.8-6.4 12.8v42c0 7.8 6.3 14 14 14c1.3 0 2.6-.2 3.9-.5L256 480l110.1 31.5c1.3 .4 2.6 .5 3.9 .5c6 0 11.1-3.7 13.1-9C344.5 470.7 320 422.2 320 368c0-60.6 30.6-114 77.1-145.6L320 178.3V93.7C320 59.5 292 0 256 0zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16V288c0-8.8 7.2-16 16-16z"],"x-ray":[512,512,[],"f497","M0 64C0 46.3 14.3 32 32 32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32V416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32V96C14.3 96 0 81.7 0 64zM256 96c-8.8 0-16 7.2-16 16v32H160c-8.8 0-16 7.2-16 16s7.2 16 16 16h80v48H128c-8.8 0-16 7.2-16 16s7.2 16 16 16H240v70.6L189.1 307c-5.2-2-10.6-3-16.2-3h-2.1c-23.6 0-42.8 19.2-42.8 42.8c0 9.6 3.2 18.9 9.1 26.4l18.2 23.2c9.7 12.4 24.6 19.6 40.3 19.6H316.4c15.7 0 30.6-7.2 40.3-19.6l18.2-23.2c5.9-7.5 9.1-16.8 9.1-26.4c0-23.6-19.2-42.8-42.8-42.8H339c-5.5 0-11 1-16.2 3L272 326.6V256H384c8.8 0 16-7.2 16-16s-7.2-16-16-16H272V176h80c8.8 0 16-7.2 16-16s-7.2-16-16-16H272V112c0-8.8-7.2-16-16-16zM208 352a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm80 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0z"],"spell-check":[576,512,[],"f891","M112 0C99.1 0 87.4 7.8 82.5 19.7l-66.7 160-13.3 32c-6.8 16.3 .9 35 17.2 41.8s35-.9 41.8-17.2L66.7 224h90.7l5.1 12.3c6.8 16.3 25.5 24 41.8 17.2s24-25.5 17.2-41.8l-13.3-32-66.7-160C136.6 7.8 124.9 0 112 0zm18.7 160H93.3L112 115.2 130.7 160zM256 32v96 96c0 17.7 14.3 32 32 32h80c44.2 0 80-35.8 80-80c0-23.1-9.8-43.8-25.4-58.4c6-11.2 9.4-24 9.4-37.6c0-44.2-35.8-80-80-80H288c-17.7 0-32 14.3-32 32zm96 64H320V64h32c8.8 0 16 7.2 16 16s-7.2 16-16 16zm-32 64h32 16c8.8 0 16 7.2 16 16s-7.2 16-16 16H320V160zM566.6 310.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L352 434.7l-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0l192-192z"],slash:[640,512,[],"f715","M5.1 9.2C13.3-1.2 28.4-3.1 38.8 5.1l592 464c10.4 8.2 12.3 23.3 4.1 33.7s-23.3 12.3-33.7 4.1L9.2 42.9C-1.2 34.7-3.1 19.6 5.1 9.2z"],"computer-mouse":[384,512,[128433,"mouse"],"f8cc","M0 192H176V0H160C71.6 0 0 71.6 0 160v32zm0 32V352c0 88.4 71.6 160 160 160h64c88.4 0 160-71.6 160-160V224H192 0zm384-32V160C384 71.6 312.4 0 224 0H208V192H384z"],"arrow-right-to-bracket":[512,512,["sign-in"],"f090","M352 96l64 0c17.7 0 32 14.3 32 32l0 256c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0c53 0 96-43 96-96l0-256c0-53-43-96-96-96l-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32zm-9.4 182.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L242.7 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l210.7 0-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l128-128z"],"shop-slash":[640,512,["store-alt-slash"],"e070","M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-54.8-43V224H512V376L384 275.7V224H320v1.5L277.2 192H603.2c20.3 0 36.8-16.5 36.8-36.8c0-7.3-2.2-14.4-6.2-20.4L558.2 21.4C549.3 8 534.4 0 518.3 0H121.7c-16 0-31 8-39.9 21.4L74.1 32.8 38.8 5.1zM36.8 192h85L21 112.5 6.2 134.7c-4 6.1-6.2 13.2-6.2 20.4C0 175.5 16.5 192 36.8 192zM320 384H128V224H64V384v80c0 26.5 21.5 48 48 48H336c26.5 0 48-21.5 48-48V398.5l-64-50.4V384z"],server:[512,512,[],"f233","M64 32C28.7 32 0 60.7 0 96v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm280 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm48 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM64 288c-35.3 0-64 28.7-64 64v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V352c0-35.3-28.7-64-64-64H64zm280 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm56 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"],"virus-covid-slash":[640,512,[],"e4a9","M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L472.1 344.7c11.4-19.5 19.1-41.4 22.3-64.7H528v16c0 13.3 10.7 24 24 24s24-10.7 24-24V216c0-13.3-10.7-24-24-24s-24 10.7-24 24v16H494.4c-4.2-30.7-16.3-58.8-34.1-82.3L484 125.9l11.3 11.3c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L472.7 46.7c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L450.1 92l-23.8 23.8C402.8 97.9 374.7 85.8 344 81.6V48h16c13.3 0 24-10.7 24-24s-10.7-24-24-24H280c-13.3 0-24 10.7-24 24s10.7 24 24 24h16V81.6c-30.7 4.2-58.8 16.3-82.3 34.1L189.9 92l11.3-11.3c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L134.1 79.8 38.8 5.1zM149.2 213.5c-1.5 6-2.7 12.2-3.5 18.5H112V216c0-13.3-10.7-24-24-24s-24 10.7-24 24v80c0 13.3 10.7 24 24 24s24-10.7 24-24V280h33.6c4.2 30.7 16.3 58.8 34.1 82.3L156 386.1l-11.3-11.3c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l56.6 56.6c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L189.9 420l23.8-23.8c23.5 17.9 51.7 29.9 82.3 34.1V464H280c-13.3 0-24 10.7-24 24s10.7 24 24 24h80c13.3 0 24-10.7 24-24s-10.7-24-24-24H344V430.4c20.4-2.8 39.7-9.1 57.3-18.2L149.2 213.5z"],"shop-lock":[640,512,[],"e4a5","M36.8 192H449.6c20.2-19.8 47.9-32 78.4-32c30.5 0 58.1 12.2 78.3 31.9c18.9-1.6 33.7-17.4 33.7-36.7c0-7.3-2.2-14.4-6.2-20.4L558.2 21.4C549.3 8 534.4 0 518.3 0H121.7c-16 0-31 8-39.9 21.4L6.2 134.7c-4 6.1-6.2 13.2-6.2 20.4C0 175.5 16.5 192 36.8 192zM384 224H320V384H128V224H64V384v80c0 26.5 21.5 48 48 48H336c26.5 0 48-21.5 48-48V384 352 224zm144 16c17.7 0 32 14.3 32 32v48H496V272c0-17.7 14.3-32 32-32zm-80 32v48c-17.7 0-32 14.3-32 32V480c0 17.7 14.3 32 32 32H608c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32V272c0-44.2-35.8-80-80-80s-80 35.8-80 80z"],"hourglass-start":[384,512,["hourglass-1"],"f251","M32 0C14.3 0 0 14.3 0 32S14.3 64 32 64V75c0 42.4 16.9 83.1 46.9 113.1L146.7 256 78.9 323.9C48.9 353.9 32 394.6 32 437v11c-17.7 0-32 14.3-32 32s14.3 32 32 32H64 320h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V437c0-42.4-16.9-83.1-46.9-113.1L237.3 256l67.9-67.9c30-30 46.9-70.7 46.9-113.1V64c17.7 0 32-14.3 32-32s-14.3-32-32-32H320 64 32zM288 437v11H96V437c0-25.5 10.1-49.9 28.1-67.9L192 301.3l67.9 67.9c18 18 28.1 42.4 28.1 67.9z"],"blender-phone":[576,512,[],"f6b6","M224 352L196.8 52.3C194.2 24.2 216.3 0 244.6 0H534.1c21.1 0 36.4 20.1 30.9 40.4L558.5 64H400c-8.8 0-16 7.2-16 16s7.2 16 16 16H549.8l-17.5 64H400c-8.8 0-16 7.2-16 16s7.2 16 16 16H523.6l-17.5 64H400c-8.8 0-16 7.2-16 16s7.2 16 16 16h97.5L480 352H224zm-16 32H496c26.5 0 48 21.5 48 48v32c0 26.5-21.5 48-48 48H208c-26.5 0-48-21.5-48-48V432c0-26.5 21.5-48 48-48zm144 96a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM147.5 30.7c10.8 6.7 15.3 21 10.6 33.4l-22 57.8c-4.2 10.9-14.5 17.6-25.3 16.4l-33.3-3.6c-13.6 42.2-13.6 88.4 0 130.7l33.3-3.6c10.9-1.2 21.2 5.5 25.3 16.4l22 57.8c4.7 12.4 .2 26.7-10.6 33.4l-44 27.2c-9.7 6-21.9 4.2-29.8-4.3C-24.6 286-24.6 114 73.7 7.8C81.6-.7 93.8-2.5 103.5 3.5l44 27.2z"],"building-wheat":[640,512,[],"e4db","M0 48C0 21.5 21.5 0 48 0H336c26.5 0 48 21.5 48 48V464c0 26.5-21.5 48-48 48H240V432c0-26.5-21.5-48-48-48s-48 21.5-48 48v80H48c-26.5 0-48-21.5-48-48V48zM80 224c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H80zm80 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H176c-8.8 0-16 7.2-16 16zm112-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H272zM64 112v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16zM176 96c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H176zm80 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H272c-8.8 0-16 7.2-16 16zm384 80v16c0 44.2-35.8 80-80 80H544V272c0-44.2 35.8-80 80-80h16zm0 128c0 44.2-35.8 80-80 80H544V384c0-44.2 35.8-80 80-80h16v16zm0 112c0 44.2-35.8 80-80 80H544V496c0-44.2 35.8-80 80-80h16v16zM512 496v16H496c-44.2 0-80-35.8-80-80V416h16c44.2 0 80 35.8 80 80zm0-96H496c-44.2 0-80-35.8-80-80V304h16c44.2 0 80 35.8 80 80v16zm0-128v16H496c-44.2 0-80-35.8-80-80V192h16c44.2 0 80 35.8 80 80zM528 32c13.3 0 24 10.7 24 24V160c0 13.3-10.7 24-24 24s-24-10.7-24-24V56c0-13.3 10.7-24 24-24zm96 64v32c0 13.3-10.7 24-24 24s-24-10.7-24-24V96c0-13.3 10.7-24 24-24s24 10.7 24 24zM456 72c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24s-24-10.7-24-24V96c0-13.3 10.7-24 24-24z"],"person-breastfeeding":[448,512,[],"e53a","M224 0a80 80 0 1 1 0 160A80 80 0 1 1 224 0zM436.8 382.8L373.5 462c-16.6 20.7-46.8 24.1-67.5 7.5c-17.6-14.1-22.7-38.1-13.5-57.7l-.8-.1c-38.9-5.6-74.3-25.1-99.7-54.8V320c0-17.7-14.3-32-32-32s-32 14.3-32 32v48c0 .8 0 1.6 .1 2.4l101.4 50.7c23.7 11.9 33.3 40.7 21.5 64.4s-40.7 33.3-64.4 21.5L27.2 427.3c-1.1-.5-2.2-1.1-3.3-1.7c-4.9-2.8-9.2-6.4-12.6-10.6c-4.6-5.4-7.8-11.7-9.6-18.4c-3.3-12-1.9-25.2 4.8-36.6c.6-1.1 1.3-2.2 2-3.2L75.6 256.1c26.7-40.1 71.7-64.1 119.8-64.1h75.2c46.5 0 90.1 22.5 117.2 60.3l50.7 70.9c2.2 3 4 6.1 5.5 9.4c2.9 6.7 4.3 13.8 4 20.8c-.3 10.6-4.2 21-11.2 29.4zM320 332a44 44 0 1 0 -88 0 44 44 0 1 0 88 0z"],"right-to-bracket":[512,512,["sign-in-alt"],"f2f6","M217.9 105.9L340.7 228.7c7.2 7.2 11.3 17.1 11.3 27.3s-4.1 20.1-11.3 27.3L217.9 406.1c-6.4 6.4-15 9.9-24 9.9c-18.7 0-33.9-15.2-33.9-33.9l0-62.1L32 320c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l128 0 0-62.1c0-18.7 15.2-33.9 33.9-33.9c9 0 17.6 3.6 24 9.9zM352 416l64 0c17.7 0 32-14.3 32-32l0-256c0-17.7-14.3-32-32-32l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0c53 0 96 43 96 96l0 256c0 53-43 96-96 96l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32z"],venus:[384,512,[9792],"f221","M80 176a112 112 0 1 1 224 0A112 112 0 1 1 80 176zM224 349.1c81.9-15 144-86.8 144-173.1C368 78.8 289.2 0 192 0S16 78.8 16 176c0 86.3 62.1 158.1 144 173.1V384H128c-17.7 0-32 14.3-32 32s14.3 32 32 32h32v32c0 17.7 14.3 32 32 32s32-14.3 32-32V448h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H224V349.1z"],passport:[448,512,[],"f5ab","M0 64C0 28.7 28.7 0 64 0H384c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zM183 278.8c-27.9-13.2-48.4-39.4-53.7-70.8h39.1c1.6 30.4 7.7 53.8 14.6 70.8zm41.3 9.2l-.3 0-.3 0c-2.4-3.5-5.7-8.9-9.1-16.5c-6-13.6-12.4-34.3-14.2-63.5h47.1c-1.8 29.2-8.1 49.9-14.2 63.5c-3.4 7.6-6.7 13-9.1 16.5zm40.7-9.2c6.8-17.1 12.9-40.4 14.6-70.8h39.1c-5.3 31.4-25.8 57.6-53.7 70.8zM279.6 176c-1.6-30.4-7.7-53.8-14.6-70.8c27.9 13.2 48.4 39.4 53.7 70.8H279.6zM223.7 96l.3 0 .3 0c2.4 3.5 5.7 8.9 9.1 16.5c6 13.6 12.4 34.3 14.2 63.5H200.5c1.8-29.2 8.1-49.9 14.2-63.5c3.4-7.6 6.7-13 9.1-16.5zM183 105.2c-6.8 17.1-12.9 40.4-14.6 70.8H129.3c5.3-31.4 25.8-57.6 53.7-70.8zM352 192A128 128 0 1 0 96 192a128 128 0 1 0 256 0zM112 384c-8.8 0-16 7.2-16 16s7.2 16 16 16H336c8.8 0 16-7.2 16-16s-7.2-16-16-16H112z"],"heart-pulse":[512,512,["heartbeat"],"f21e","M228.3 469.1L47.6 300.4c-4.2-3.9-8.2-8.1-11.9-12.4h87c22.6 0 43-13.6 51.7-34.5l10.5-25.2 49.3 109.5c3.8 8.5 12.1 14 21.4 14.1s17.8-5 22-13.3L320 253.7l1.7 3.4c9.5 19 28.9 31 50.1 31H476.3c-3.7 4.3-7.7 8.5-11.9 12.4L283.7 469.1c-7.5 7-17.4 10.9-27.7 10.9s-20.2-3.9-27.7-10.9zM503.7 240h-132c-3 0-5.8-1.7-7.2-4.4l-23.2-46.3c-4.1-8.1-12.4-13.3-21.5-13.3s-17.4 5.1-21.5 13.3l-41.4 82.8L205.9 158.2c-3.9-8.7-12.7-14.3-22.2-14.1s-18.1 5.9-21.8 14.8l-31.8 76.3c-1.2 3-4.2 4.9-7.4 4.9H16c-2.6 0-5 .4-7.3 1.1C3 225.2 0 208.2 0 190.9v-5.8c0-69.9 50.5-129.5 119.4-141C165 36.5 211.4 51.4 244 84l12 12 12-12c32.6-32.6 79-47.5 124.6-39.9C461.5 55.6 512 115.2 512 185.1v5.8c0 16.9-2.8 33.5-8.3 49.1z"],"people-carry-box":[640,512,["people-carry"],"f4ce","M80 48a48 48 0 1 1 96 0A48 48 0 1 1 80 48zm64 193.7v65.1l51 51c7.1 7.1 11.8 16.2 13.4 26.1l15.2 90.9c2.9 17.4-8.9 33.9-26.3 36.8s-33.9-8.9-36.8-26.3l-14.3-85.9L66.8 320C54.8 308 48 291.7 48 274.7V186.6c0-32.4 26.2-58.6 58.6-58.6c24.1 0 46.5 12 59.9 32l47.4 71.1 10.1 5V160c0-17.7 14.3-32 32-32H384c17.7 0 32 14.3 32 32v76.2l10.1-5L473.5 160c13.3-20 35.8-32 59.9-32c32.4 0 58.6 26.2 58.6 58.6v88.1c0 17-6.7 33.3-18.7 45.3l-79.4 79.4-14.3 85.9c-2.9 17.4-19.4 29.2-36.8 26.3s-29.2-19.4-26.3-36.8l15.2-90.9c1.6-9.9 6.3-19 13.4-26.1l51-51V241.7l-19 28.5c-4.6 7-11 12.6-18.5 16.3l-59.6 29.8c-2.4 1.3-4.9 2.2-7.6 2.8c-2.6 .6-5.3 .9-7.9 .8H256.7c-2.5 .1-5-.2-7.5-.7c-2.9-.6-5.6-1.6-8.1-3l-59.5-29.8c-7.5-3.7-13.8-9.4-18.5-16.3l-19-28.5zM2.3 468.1L50.1 348.6l49.2 49.2-37.6 94c-6.6 16.4-25.2 24.4-41.6 17.8S-4.3 484.5 2.3 468.1zM512 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm77.9 348.6l47.8 119.5c6.6 16.4-1.4 35-17.8 41.6s-35-1.4-41.6-17.8l-37.6-94 49.2-49.2z"],"temperature-high":[512,512,[],"f769","M416 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0 128A96 96 0 1 0 416 0a96 96 0 1 0 0 192zM96 112c0-26.5 21.5-48 48-48s48 21.5 48 48V276.5c0 17.3 7.1 31.9 15.3 42.5C217.8 332.6 224 349.5 224 368c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-18.5 6.2-35.4 16.7-48.9C88.9 308.4 96 293.8 96 276.5V112zM144 0C82.1 0 32 50.2 32 112V276.5c0 .1-.1 .3-.2 .6c-.2 .6-.8 1.6-1.7 2.8C11.2 304.2 0 334.8 0 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-33.2-11.2-63.8-30.1-88.1c-.9-1.2-1.5-2.2-1.7-2.8c-.1-.3-.2-.5-.2-.6V112C256 50.2 205.9 0 144 0zm0 416c26.5 0 48-21.5 48-48c0-20.9-13.4-38.7-32-45.3V112c0-8.8-7.2-16-16-16s-16 7.2-16 16V322.7c-18.6 6.6-32 24.4-32 45.3c0 26.5 21.5 48 48 48z"],microchip:[512,512,[],"f2db","M176 24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64c-35.3 0-64 28.7-64 64H24c-13.3 0-24 10.7-24 24s10.7 24 24 24H64v56H24c-13.3 0-24 10.7-24 24s10.7 24 24 24H64v56H24c-13.3 0-24 10.7-24 24s10.7 24 24 24H64c0 35.3 28.7 64 64 64v40c0 13.3 10.7 24 24 24s24-10.7 24-24V448h56v40c0 13.3 10.7 24 24 24s24-10.7 24-24V448h56v40c0 13.3 10.7 24 24 24s24-10.7 24-24V448c35.3 0 64-28.7 64-64h40c13.3 0 24-10.7 24-24s-10.7-24-24-24H448V280h40c13.3 0 24-10.7 24-24s-10.7-24-24-24H448V176h40c13.3 0 24-10.7 24-24s-10.7-24-24-24H448c0-35.3-28.7-64-64-64V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H280V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V64H176V24zM160 128H352c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32V160c0-17.7 14.3-32 32-32zm192 32H160V352H352V160z"],crown:[576,512,[128081],"f521","M309 106c11.4-7 19-19.7 19-34c0-22.1-17.9-40-40-40s-40 17.9-40 40c0 14.4 7.6 27 19 34L209.7 220.6c-9.1 18.2-32.7 23.4-48.6 10.7L72 160c5-6.7 8-15 8-24c0-22.1-17.9-40-40-40S0 113.9 0 136s17.9 40 40 40c.2 0 .5 0 .7 0L86.4 427.4c5.5 30.4 32 52.6 63 52.6H426.6c30.9 0 57.4-22.1 63-52.6L535.3 176c.2 0 .5 0 .7 0c22.1 0 40-17.9 40-40s-17.9-40-40-40s-40 17.9-40 40c0 9 3 17.3 8 24l-89.1 71.3c-15.9 12.7-39.5 7.5-48.6-10.7L309 106z"],"weight-hanging":[512,512,[],"f5cd","M224 96a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm122.5 32c3.5-10 5.5-20.8 5.5-32c0-53-43-96-96-96s-96 43-96 96c0 11.2 1.9 22 5.5 32H120c-22 0-41.2 15-46.6 36.4l-72 288c-3.6 14.3-.4 29.5 8.7 41.2S33.2 512 48 512H464c14.8 0 28.7-6.8 37.8-18.5s12.3-26.8 8.7-41.2l-72-288C433.2 143 414 128 392 128H346.5z"],"xmarks-lines":[640,512,[],"e59a","M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H32zm0 384c-17.7 0-32 14.3-32 32s14.3 32 32 32H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H32zM7 167c-9.4 9.4-9.4 24.6 0 33.9l55 55L7 311c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l55-55 55 55c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-55-55 55-55c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-55 55L41 167c-9.4-9.4-24.6-9.4-33.9 0zM265 167c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l55 55-55 55c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l55-55 55 55c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-55-55 55-55c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-55 55-55-55zM455 167c-9.4 9.4-9.4 24.6 0 33.9l55 55-55 55c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l55-55 55 55c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-55-55 55-55c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-55 55-55-55c-9.4-9.4-24.6-9.4-33.9 0z"],"file-prescription":[384,512,[],"f572","M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM104 196h72c33.1 0 60 26.9 60 60c0 25.5-15.9 47.2-38.3 55.9l43 40.3 33.8-31c8.1-7.5 20.8-6.9 28.3 1.2s6.9 20.8-1.2 28.3L270 379.7l31.7 29.7c8.1 7.6 8.5 20.2 .9 28.3s-20.2 8.5-28.3 .9l-33.9-31.8-34.9 32c-8.1 7.5-20.8 6.9-28.3-1.2s-6.9-20.8 1.2-28.3l32.6-29.9-64.8-60.8c-.9-.8-1.6-1.7-2.3-2.6H124v44c0 11-9 20-20 20s-20-9-20-20V296 216c0-11 9-20 20-20zm72 80c11 0 20-9 20-20s-9-20-20-20H124v40h52z"],"weight-scale":[512,512,["weight"],"f496","M128 176a128 128 0 1 1 256 0 128 128 0 1 1 -256 0zM391.8 64C359.5 24.9 310.7 0 256 0S152.5 24.9 120.2 64H64C28.7 64 0 92.7 0 128V448c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H391.8zM296 224c0-10.6-4.1-20.2-10.9-27.4l33.6-78.3c3.5-8.1-.3-17.5-8.4-21s-17.5 .3-21 8.4L255.7 184c-22 .1-39.7 18-39.7 40c0 22.1 17.9 40 40 40s40-17.9 40-40z"],"user-group":[640,512,[128101,"user-friends"],"f500","M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304h91.4C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3zM609.3 512H471.4c5.4-9.4 8.6-20.3 8.6-32v-8c0-60.7-27.1-115.2-69.8-151.8c2.4-.1 4.7-.2 7.1-.2h61.4C567.8 320 640 392.2 640 481.3c0 17-13.8 30.7-30.7 30.7zM432 256c-31 0-59-12.6-79.3-32.9C372.4 196.5 384 163.6 384 128c0-26.8-6.6-52.1-18.3-74.3C384.3 40.1 407.2 32 432 32c61.9 0 112 50.1 112 112s-50.1 112-112 112z"],"arrow-up-a-z":[576,512,["sort-alpha-up"],"f15e","M183.6 42.4C177.5 35.8 169 32 160 32s-17.5 3.8-23.6 10.4l-88 96c-11.9 13-11.1 33.3 2 45.2s33.3 11.1 45.2-2L128 146.3V448c0 17.7 14.3 32 32 32s32-14.3 32-32V146.3l32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 320c0 17.7 14.3 32 32 32h50.7l-73.4 73.4c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H429.3l73.4-73.4c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8H352c-17.7 0-32 14.3-32 32zM416 32c-12.1 0-23.2 6.8-28.6 17.7l-64 128-16 32c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3l7.2-14.3h88.4l7.2 14.3c7.9 15.8 27.1 22.2 42.9 14.3s22.2-27.1 14.3-42.9l-16-32-64-128C439.2 38.8 428.1 32 416 32zM395.8 176L416 135.6 436.2 176H395.8z"],"chess-knight":[448,512,[9822],"f441","M96 48L82.7 61.3C70.7 73.3 64 89.5 64 106.5V238.9c0 10.7 5.3 20.7 14.2 26.6l10.6 7c14.3 9.6 32.7 10.7 48.1 3l3.2-1.6c2.6-1.3 5-2.8 7.3-4.5l49.4-37c6.6-5 15.7-5 22.3 0c10.2 7.7 9.9 23.1-.7 30.3L90.4 350C73.9 361.3 64 380 64 400H384l28.9-159c2.1-11.3 3.1-22.8 3.1-34.3V192C416 86 330 0 224 0H83.8C72.9 0 64 8.9 64 19.8c0 7.5 4.2 14.3 10.9 17.7L96 48zm24 68a20 20 0 1 1 40 0 20 20 0 1 1 -40 0zM22.6 473.4c-4.2 4.2-6.6 10-6.6 16C16 501.9 26.1 512 38.6 512H409.4c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16L384 432H64L22.6 473.4z"],"face-laugh-squint":[512,512,["laugh-squint"],"f59b","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM96.8 314.1c-3.8-13.7 7.4-26.1 21.6-26.1H393.6c14.2 0 25.5 12.4 21.6 26.1C396.2 382 332.1 432 256 432s-140.2-50-159.2-117.9zm36.7-199.4l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 125.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z"],wheelchair:[512,512,[],"f193","M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM120.5 247.2c12.4-4.7 18.7-18.5 14-30.9s-18.5-18.7-30.9-14C43.1 225.1 0 283.5 0 352c0 88.4 71.6 160 160 160c61.2 0 114.3-34.3 141.2-84.7c6.2-11.7 1.8-26.2-9.9-32.5s-26.2-1.8-32.5 9.9C240 440 202.8 464 160 464C98.1 464 48 413.9 48 352c0-47.9 30.1-88.8 72.5-104.8zM259.8 176l-1.9-9.7c-4.5-22.3-24-38.3-46.8-38.3c-30.1 0-52.7 27.5-46.8 57l23.1 115.5c6 29.9 32.2 51.4 62.8 51.4h5.1c.4 0 .8 0 1.3 0h94.1c6.7 0 12.6 4.1 15 10.4L402 459.2c6 16.1 23.8 24.6 40.1 19.1l48-16c16.8-5.6 25.8-23.7 20.2-40.5s-23.7-25.8-40.5-20.2l-18.7 6.2-25.5-68c-11.7-31.2-41.6-51.9-74.9-51.9H282.2l-9.6-48H336c17.7 0 32-14.3 32-32s-14.3-32-32-32H259.8z"],"circle-arrow-up":[512,512,["arrow-circle-up"],"f0aa","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM385 231c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-71-71V376c0 13.3-10.7 24-24 24s-24-10.7-24-24V193.9l-71 71c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L239 119c9.4-9.4 24.6-9.4 33.9 0L385 231z"],"toggle-on":[576,512,[],"f205","M192 64C86 64 0 150 0 256S86 448 192 448H384c106 0 192-86 192-192s-86-192-192-192H192zm192 96a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"],"person-walking":[320,512,[128694,"walking"],"f554","M160 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM126.5 199.3c-1 .4-1.9 .8-2.9 1.2l-8 3.5c-16.4 7.3-29 21.2-34.7 38.2l-2.6 7.8c-5.6 16.8-23.7 25.8-40.5 20.2s-25.8-23.7-20.2-40.5l2.6-7.8c11.4-34.1 36.6-61.9 69.4-76.5l8-3.5c20.8-9.2 43.3-14 66.1-14c44.6 0 84.8 26.8 101.9 67.9L281 232.7l21.4 10.7c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3L247 287.3c-10.3-5.2-18.4-13.8-22.8-24.5l-9.6-23-19.3 65.5 49.5 54c5.4 5.9 9.2 13 11.2 20.8l23 92.1c4.3 17.1-6.1 34.5-23.3 38.8s-34.5-6.1-38.8-23.3l-22-88.1-70.7-77.1c-14.8-16.1-20.3-38.6-14.7-59.7l16.9-63.5zM68.7 398l25-62.4c2.1 3 4.5 5.8 7 8.6l40.7 44.4-14.5 36.2c-2.4 6-6 11.5-10.6 16.1L54.6 502.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L68.7 398z"],l:[320,512,[108],"4c","M64 32c17.7 0 32 14.3 32 32V416H288c17.7 0 32 14.3 32 32s-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V64c0-17.7 14.3-32 32-32z"],fire:[448,512,[128293],"f06d","M159.3 5.4c7.8-7.3 19.9-7.2 27.7 .1c27.6 25.9 53.5 53.8 77.7 84c11-14.4 23.5-30.1 37-42.9c7.9-7.4 20.1-7.4 28 .1c34.6 33 63.9 76.6 84.5 118c20.3 40.8 33.8 82.5 33.8 111.9C448 404.2 348.2 512 224 512C98.4 512 0 404.1 0 276.5c0-38.4 17.8-85.3 45.4-131.7C73.3 97.7 112.7 48.6 159.3 5.4zM225.7 416c25.3 0 47.7-7 68.8-21c42.1-29.4 53.4-88.2 28.1-134.4c-4.5-9-16-9.6-22.5-2l-25.2 29.3c-6.6 7.6-18.5 7.4-24.7-.5c-16.5-21-46-58.5-62.8-79.8c-6.3-8-18.3-8.1-24.7-.1c-33.8 42.5-50.8 69.3-50.8 99.4C112 375.4 162.6 416 225.7 416z"],"bed-pulse":[640,512,["procedures"],"f487","M483.2 9.6L524 64h92c13.3 0 24 10.7 24 24s-10.7 24-24 24H512c-7.6 0-14.7-3.6-19.2-9.6L468.7 70.3l-47 99.9c-3.7 7.8-11.3 13.1-19.9 13.7s-16.9-3.4-21.7-10.6L339.2 112H216c-13.3 0-24-10.7-24-24s10.7-24 24-24H352c8 0 15.5 4 20 10.7l24.4 36.6 45.9-97.5C445.9 6.2 453.2 1 461.6 .1s16.6 2.7 21.6 9.5zM320 160h12.7l20.7 31.1c11.2 16.8 30.6 26.3 50.7 24.8s37.9-13.7 46.5-32L461.9 160H544c53 0 96 43 96 96V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H352 320 64v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V96C0 78.3 14.3 64 32 64s32 14.3 32 32V352H288V192c0-17.7 14.3-32 32-32zm-144 0a80 80 0 1 1 0 160 80 80 0 1 1 0-160z"],"shuttle-space":[640,512,["space-shuttle"],"f197","M130 480c40.6 0 80.4-11 115.2-31.9L352 384l-224 0 0 96h2zM352 128L245.2 63.9C210.4 43 170.6 32 130 32h-2v96l224 0zM96 128l0-96H80C53.5 32 32 53.5 32 80v48h8c-22.1 0-40 17.9-40 40v16V328v16c0 22.1 17.9 40 40 40H32v48c0 26.5 21.5 48 48 48H96l0-96h8c26.2 0 49.4-12.6 64-32H456c69.3 0 135-22.7 179.2-81.6c6.4-8.5 6.4-20.3 0-28.8C591 182.7 525.3 160 456 160H168c-14.6-19.4-37.8-32-64-32l-8 0zM512 243.6v24.9c0 19.6-15.9 35.6-35.6 35.6c-2.5 0-4.4-2-4.4-4.4V212.4c0-2.5 2-4.4 4.4-4.4c19.6 0 35.6 15.9 35.6 35.6z"],"face-laugh":[512,512,["laugh"],"f599","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM96.8 314.1c-3.8-13.7 7.4-26.1 21.6-26.1H393.6c14.2 0 25.5 12.4 21.6 26.1C396.2 382 332.1 432 256 432s-140.2-50-159.2-117.9zM144.4 192a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],"folder-open":[576,512,[128194,128449,61717],"f07c","M88.7 223.8L0 375.8V96C0 60.7 28.7 32 64 32H181.5c17 0 33.3 6.7 45.3 18.7l26.5 26.5c12 12 28.3 18.7 45.3 18.7H416c35.3 0 64 28.7 64 64v32H144c-22.8 0-43.8 12.1-55.3 31.8zm27.6 16.1C122.1 230 132.6 224 144 224H544c11.5 0 22 6.1 27.7 16.1s5.7 22.2-.1 32.1l-112 192C453.9 474 443.4 480 432 480H32c-11.5 0-22-6.1-27.7-16.1s-5.7-22.2 .1-32.1l112-192z"],"heart-circle-plus":[576,512,[],"e500","M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm16-208v48h48c8.8 0 16 7.2 16 16s-7.2 16-16 16H448v48c0 8.8-7.2 16-16 16s-16-7.2-16-16V384H368c-8.8 0-16-7.2-16-16s7.2-16 16-16h48V304c0-8.8 7.2-16 16-16s16 7.2 16 16z"],"code-fork":[448,512,[],"e13b","M80 104a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm80-24c0 32.8-19.7 61-48 73.3V192c0 17.7 14.3 32 32 32H304c17.7 0 32-14.3 32-32V153.3C307.7 141 288 112.8 288 80c0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3V192c0 53-43 96-96 96H256v70.7c28.3 12.3 48 40.5 48 73.3c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3V288H144c-53 0-96-43-96-96V153.3C19.7 141 0 112.8 0 80C0 35.8 35.8 0 80 0s80 35.8 80 80zm208 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48zM248 432a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z"],city:[640,512,[127961],"f64f","M480 48c0-26.5-21.5-48-48-48H336c-26.5 0-48 21.5-48 48V96H224V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V96H112V24c0-13.3-10.7-24-24-24S64 10.7 64 24V96H48C21.5 96 0 117.5 0 144v96V464c0 26.5 21.5 48 48 48H304h32 96H592c26.5 0 48-21.5 48-48V240c0-26.5-21.5-48-48-48H480V48zm96 320v32c0 8.8-7.2 16-16 16H528c-8.8 0-16-7.2-16-16V368c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16zM240 416H208c-8.8 0-16-7.2-16-16V368c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16zM128 400c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V368c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32zM560 256c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H528c-8.8 0-16-7.2-16-16V272c0-8.8 7.2-16 16-16h32zM256 176v32c0 8.8-7.2 16-16 16H208c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16zM112 160c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h32zM256 304c0 8.8-7.2 16-16 16H208c-8.8 0-16-7.2-16-16V272c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32zM112 320H80c-8.8 0-16-7.2-16-16V272c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16zm304-48v32c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16V272c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16zM400 64c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16V80c0-8.8 7.2-16 16-16h32zm16 112v32c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16z"],"microphone-lines":[384,512,[127897,"microphone-alt"],"f3c9","M96 96V256c0 53 43 96 96 96s96-43 96-96H208c-8.8 0-16-7.2-16-16s7.2-16 16-16h80V192H208c-8.8 0-16-7.2-16-16s7.2-16 16-16h80V128H208c-8.8 0-16-7.2-16-16s7.2-16 16-16h80c0-53-43-96-96-96S96 43 96 96zM320 240v16c0 70.7-57.3 128-128 128s-128-57.3-128-128V216c0-13.3-10.7-24-24-24s-24 10.7-24 24v40c0 89.1 66.2 162.7 152 174.4V464H120c-13.3 0-24 10.7-24 24s10.7 24 24 24h72 72c13.3 0 24-10.7 24-24s-10.7-24-24-24H216V430.4c85.8-11.7 152-85.3 152-174.4V216c0-13.3-10.7-24-24-24s-24 10.7-24 24v24z"],"pepper-hot":[512,512,[127798],"f816","M428.3 3c11.6-6.4 26.2-2.3 32.6 9.3l4.8 8.7c19.3 34.7 19.8 75.7 3.4 110C495.8 159.6 512 197.9 512 240c0 18.5-3.1 36.3-8.9 52.8c-6.1 17.3-28.5 16.3-36.8-.1l-11.7-23.4c-4.1-8.1-12.4-13.3-21.5-13.3H360c-13.3 0-24-10.7-24-24V152c0-13.3-10.7-24-24-24l-17.1 0c-21.3 0-30-23.9-10.8-32.9C304.7 85.4 327.7 80 352 80c28.3 0 54.8 7.3 77.8 20.2c5.5-18.2 3.7-38.4-6-55.8L419 35.7c-6.4-11.6-2.3-26.2 9.3-32.6zM171.2 345.5L264 160l40 0v80c0 26.5 21.5 48 48 48h76.2l23.9 47.8C372.3 443.9 244.3 512 103.2 512H44.4C19.9 512 0 492.1 0 467.6c0-20.8 14.5-38.8 34.8-43.3l49.8-11.1c37.6-8.4 69.5-33.2 86.7-67.7z"],unlock:[448,512,[128275],"f09c","M144 144c0-44.2 35.8-80 80-80c31.9 0 59.4 18.6 72.3 45.7c7.6 16 26.7 22.8 42.6 15.2s22.8-26.7 15.2-42.6C331 33.7 281.5 0 224 0C144.5 0 80 64.5 80 144v48H64c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V256c0-35.3-28.7-64-64-64H144V144z"],"colon-sign":[384,512,[],"e140","M255 39.8c4.3-17.1-6.1-34.5-23.3-38.8S197.2 7.1 193 24.2L181.9 68.6C96.1 87.8 32 164.4 32 256c0 58.1 25.8 110.2 66.7 145.4L81 472.2c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l13-52.1c9 3.4 18.4 6.2 28 8.2L177 472.2c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l10.4-41.4c33.4-4.4 64.1-17.4 89.8-36.7c14.1-10.6 17-30.7 6.4-44.8s-30.7-17-44.8-6.4c-10.2 7.7-21.7 13.9-34 18.3L321 160c9.4-.3 18.5-4.7 24.6-12.8c10.6-14.1 7.8-34.2-6.4-44.8c-1.1-.8-2.2-1.6-3.3-2.4L351 39.8c4.3-17.1-6.1-34.5-23.3-38.8S293.2 7.1 289 24.2L277.2 71.5c-9.3-2.7-18.8-4.6-28.6-5.9L255 39.8zM163.2 143.3L117.3 326.8C103.9 306.5 96 282.2 96 256c0-48.7 27.2-91 67.2-112.7zm8.6 229.5l61.1-244.6c9.9 .7 19.5 2.5 28.7 5.3l-62 248.1c-9.7-1.9-19-4.8-27.8-8.8z"],headset:[512,512,[],"f590","M256 48C141.1 48 48 141.1 48 256v40c0 13.3-10.7 24-24 24s-24-10.7-24-24V256C0 114.6 114.6 0 256 0S512 114.6 512 256V400.1c0 48.6-39.4 88-88.1 88L313.6 488c-8.3 14.3-23.8 24-41.6 24H240c-26.5 0-48-21.5-48-48s21.5-48 48-48h32c17.8 0 33.3 9.7 41.6 24l110.4 .1c22.1 0 40-17.9 40-40V256c0-114.9-93.1-208-208-208zM144 208h16c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H144c-35.3 0-64-28.7-64-64V272c0-35.3 28.7-64 64-64zm224 0c35.3 0 64 28.7 64 64v48c0 35.3-28.7 64-64 64H352c-17.7 0-32-14.3-32-32V240c0-17.7 14.3-32 32-32h16z"],"store-slash":[640,512,[],"e071","M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-86.8-68V384 252.6c-4 1-8 1.8-12.3 2.3l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V350.9L301.2 210.7c7-4.4 13.3-9.7 18.8-15.7c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4L522.3 13.1C517.2 5 508.1 0 498.4 0H141.6c-9.7 0-18.8 5-23.9 13.1l-22.7 36L38.8 5.1zm73.4 218.1c4 .5 8.1 .8 12.1 .8c11 0 21.4-2 31-5.6L48.9 134.5c-6.1 40.6 19.5 82.8 63.3 88.7zM160 384V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H480c12.9 0 24.8-3.8 34.9-10.3L365.5 384H160z"],"road-circle-xmark":[640,512,[],"e566","M213.2 32H288V96c0 17.7 14.3 32 32 32s32-14.3 32-32V32h74.8c27.1 0 51.3 17.1 60.3 42.6l42.7 120.6c-10.9-2.1-22.2-3.2-33.8-3.2c-59.5 0-112.1 29.6-144 74.8V224c0-17.7-14.3-32-32-32s-32 14.3-32 32v64c0 17.7 14.3 32 32 32c2.3 0 4.6-.3 6.8-.7c-4.5 15.5-6.8 31.8-6.8 48.7c0 5.4 .2 10.7 .7 16l-.7 0c-17.7 0-32 14.3-32 32v64H86.6C56.5 480 32 455.5 32 425.4c0-6.2 1.1-12.4 3.1-18.2L152.9 74.6C162 49.1 186.1 32 213.2 32zM496 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm22.6 144l36.7-36.7c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L496 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L473.4 368l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L496 390.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L518.6 368z"],"user-minus":[640,512,[],"f503","M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304h91.4C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3zM472 200H616c13.3 0 24 10.7 24 24s-10.7 24-24 24H472c-13.3 0-24-10.7-24-24s10.7-24 24-24z"],"mars-stroke-up":[320,512,[9896,"mars-stroke-v"],"f22a","M148.7 4.7c6.2-6.2 16.4-6.2 22.6 0l64 64c4.6 4.6 5.9 11.5 3.5 17.4s-8.3 9.9-14.8 9.9H184v24h32c13.3 0 24 10.7 24 24s-10.7 24-24 24H184v24c0 .6 0 1.2-.1 1.8c77 11.6 136.1 78 136.1 158.2c0 88.4-71.6 160-160 160S0 440.4 0 352c0-80.2 59.1-146.7 136.1-158.2c0-.6-.1-1.2-.1-1.8V168H104c-13.3 0-24-10.7-24-24s10.7-24 24-24h32V96H96c-6.5 0-12.3-3.9-14.8-9.9s-1.1-12.9 3.5-17.4l64-64zM256 352A96 96 0 1 0 64 352a96 96 0 1 0 192 0z"],"champagne-glasses":[640,512,[129346,"glass-cheers"],"f79f","M155.6 17.3C163 3 179.9-3.6 195 1.9L320 47.5l125-45.6c15.1-5.5 32 1.1 39.4 15.4l78.8 152.9c28.8 55.8 10.3 122.3-38.5 156.6L556.1 413l41-15c16.6-6 35 2.5 41 19.1s-2.5 35-19.1 41l-71.1 25.9L476.8 510c-16.6 6.1-35-2.5-41-19.1s2.5-35 19.1-41l41-15-31.3-86.2c-59.4 5.2-116.2-34-130-95.2L320 188.8l-14.6 64.7c-13.8 61.3-70.6 100.4-130 95.2l-31.3 86.2 41 15c16.6 6 25.2 24.4 19.1 41s-24.4 25.2-41 19.1L92.2 484.1 21.1 458.2c-16.6-6.1-25.2-24.4-19.1-41s24.4-25.2 41-19.1l41 15 31.3-86.2C66.5 292.5 48.1 226 76.9 170.2L155.6 17.3zm44 54.4l-27.2 52.8L261.6 157l13.1-57.9L199.6 71.7zm240.9 0L365.4 99.1 378.5 157l89.2-32.5L440.5 71.7z"],clipboard:[384,512,[128203],"f328","M192 0c-41.8 0-77.4 26.7-90.5 64H64C28.7 64 0 92.7 0 128V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H282.5C269.4 26.7 233.8 0 192 0zm0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM112 192H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16z"],"house-circle-exclamation":[640,512,[],"e50a","M320.7 352c8.1-89.7 83.5-160 175.3-160c8.9 0 17.6 .7 26.1 1.9L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1h32v69.7c-.1 .9-.1 1.8-.1 2.8V472c0 22.1 17.9 40 40 40h16c1.2 0 2.4-.1 3.6-.2c1.5 .1 3 .2 4.5 .2H160h24c22.1 0 40-17.9 40-40V448 384c0-17.7 14.3-32 32-32h64l.7 0zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16V288c0-8.8 7.2-16 16-16z"],"file-arrow-up":[384,512,["file-upload"],"f574","M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM216 408c0 13.3-10.7 24-24 24s-24-10.7-24-24V305.9l-31 31c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l72-72c9.4-9.4 24.6-9.4 33.9 0l72 72c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-31-31V408z"],wifi:[640,512,["wifi-3","wifi-strong"],"f1eb","M54.2 202.9C123.2 136.7 216.8 96 320 96s196.8 40.7 265.8 106.9c12.8 12.2 33 11.8 45.2-.9s11.8-33-.9-45.2C549.7 79.5 440.4 32 320 32S90.3 79.5 9.8 156.7C-2.9 169-3.3 189.2 8.9 202s32.5 13.2 45.2 .9zM320 256c56.8 0 108.6 21.1 148.2 56c13.3 11.7 33.5 10.4 45.2-2.8s10.4-33.5-2.8-45.2C459.8 219.2 393 192 320 192s-139.8 27.2-190.5 72c-13.3 11.7-14.5 31.9-2.8 45.2s31.9 14.5 45.2 2.8c39.5-34.9 91.3-56 148.2-56zm64 160a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z"],bath:[512,512,[128705,"bathtub"],"f2cd","M96 77.3c0-7.3 5.9-13.3 13.3-13.3c3.5 0 6.9 1.4 9.4 3.9l14.9 14.9C130 91.8 128 101.7 128 112c0 19.9 7.2 38 19.2 52c-5.3 9.2-4 21.1 3.8 29c9.4 9.4 24.6 9.4 33.9 0L289 89c9.4-9.4 9.4-24.6 0-33.9c-7.9-7.9-19.8-9.1-29-3.8C246 39.2 227.9 32 208 32c-10.3 0-20.2 2-29.2 5.5L163.9 22.6C149.4 8.1 129.7 0 109.3 0C66.6 0 32 34.6 32 77.3V256c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H96V77.3zM32 352v16c0 28.4 12.4 54 32 71.6V480c0 17.7 14.3 32 32 32s32-14.3 32-32V464H384v16c0 17.7 14.3 32 32 32s32-14.3 32-32V439.6c19.6-17.6 32-43.1 32-71.6V352H32z"],underline:[448,512,[],"f0cd","M16 64c0-17.7 14.3-32 32-32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H128V224c0 53 43 96 96 96s96-43 96-96V96H304c-17.7 0-32-14.3-32-32s14.3-32 32-32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H384V224c0 88.4-71.6 160-160 160s-160-71.6-160-160V96H48C30.3 96 16 81.7 16 64zM0 448c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32z"],"user-pen":[640,512,["user-edit"],"f4ff","M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H322.8c-3.1-8.8-3.7-18.4-1.4-27.8l15-60.1c2.8-11.3 8.6-21.5 16.8-29.7l40.3-40.3c-32.1-31-75.7-50.1-123.9-50.1H178.3zm435.5-68.3c-15.6-15.6-40.9-15.6-56.6 0l-29.4 29.4 71 71 29.4-29.4c15.6-15.6 15.6-40.9 0-56.6l-14.4-14.4zM375.9 417c-4.1 4.1-7 9.2-8.4 14.9l-15 60.1c-1.4 5.5 .2 11.2 4.2 15.2s9.7 5.6 15.2 4.2l60.1-15c5.6-1.4 10.8-4.3 14.9-8.4L576.1 358.7l-71-71L375.9 417z"],signature:[640,512,[],"f5b7","M192 128c0-17.7 14.3-32 32-32s32 14.3 32 32v7.8c0 27.7-2.4 55.3-7.1 82.5l-84.4 25.3c-40.6 12.2-68.4 49.6-68.4 92v71.9c0 40 32.5 72.5 72.5 72.5c26 0 50-13.9 62.9-36.5l13.9-24.3c26.8-47 46.5-97.7 58.4-150.5l94.4-28.3-12.5 37.5c-3.3 9.8-1.6 20.5 4.4 28.8s15.7 13.3 26 13.3H544c17.7 0 32-14.3 32-32s-14.3-32-32-32H460.4l18-53.9c3.8-11.3 .9-23.8-7.4-32.4s-20.7-11.8-32.2-8.4L316.4 198.1c2.4-20.7 3.6-41.4 3.6-62.3V128c0-53-43-96-96-96s-96 43-96 96v32c0 17.7 14.3 32 32 32s32-14.3 32-32V128zm-9.2 177l49-14.7c-10.4 33.8-24.5 66.4-42.1 97.2l-13.9 24.3c-1.5 2.6-4.3 4.3-7.4 4.3c-4.7 0-8.5-3.8-8.5-8.5V335.6c0-14.1 9.3-26.6 22.8-30.7zM24 368c-13.3 0-24 10.7-24 24s10.7 24 24 24H64.3c-.2-2.8-.3-5.6-.3-8.5V368H24zm592 48c13.3 0 24-10.7 24-24s-10.7-24-24-24H305.9c-6.7 16.3-14.2 32.3-22.3 48H616z"],stroopwafel:[512,512,[],"f551","M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM312.6 63.7c-6.2-6.2-16.4-6.2-22.6 0L256 97.6 222.1 63.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l33.9 33.9-45.3 45.3-56.6-56.6c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l56.6 56.6-45.3 45.3L86.3 199.4c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L97.6 256 63.7 289.9c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l33.9-33.9 45.3 45.3-56.6 56.6c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l56.6-56.6 45.3 45.3-33.9 33.9c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L256 414.4l33.9 33.9c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-33.9-33.9 45.3-45.3 56.6 56.6c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-56.6-56.6 45.3-45.3 33.9 33.9c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L414.4 256l33.9-33.9c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-33.9 33.9-45.3-45.3 56.6-56.6c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-56.6 56.6-45.3-45.3 33.9-33.9c6.2-6.2 6.2-16.4 0-22.6zM142.9 256l45.3-45.3L233.4 256l-45.3 45.3L142.9 256zm67.9 67.9L256 278.6l45.3 45.3L256 369.1l-45.3-45.3zM278.6 256l45.3-45.3L369.1 256l-45.3 45.3L278.6 256zm22.6-67.9L256 233.4l-45.3-45.3L256 142.9l45.3 45.3z"],bold:[384,512,[],"f032","M0 64C0 46.3 14.3 32 32 32H80 96 224c70.7 0 128 57.3 128 128c0 31.3-11.3 60.1-30 82.3c37.1 22.4 62 63.1 62 109.7c0 70.7-57.3 128-128 128H96 80 32c-17.7 0-32-14.3-32-32s14.3-32 32-32H48V256 96H32C14.3 96 0 81.7 0 64zM224 224c35.3 0 64-28.7 64-64s-28.7-64-64-64H112V224H224zM112 288V416H256c35.3 0 64-28.7 64-64s-28.7-64-64-64H224 112z"],"anchor-lock":[640,512,[],"e4ad","M320 96a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80H224c-17.7 0-32 14.3-32 32s14.3 32 32 32h32V448H208c-53 0-96-43-96-96v-6.1l7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7V352c0 88.4 71.6 160 160 160h80 80c8 0 15.9-.6 23.6-1.7c-4.8-9-7.6-19.3-7.6-30.3V446.7c-5.2 .9-10.5 1.3-16 1.3H320V240h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H341.1zM528 240c17.7 0 32 14.3 32 32v48H496V272c0-17.7 14.3-32 32-32zm-80 32v48c-17.7 0-32 14.3-32 32V480c0 17.7 14.3 32 32 32H608c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32V272c0-44.2-35.8-80-80-80s-80 35.8-80 80z"],"building-ngo":[384,512,[],"e4d7","M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM168 64h48c8.8 0 16 7.2 16 16s-7.2 16-16 16H184v64h16V144c0-8.8 7.2-16 16-16s16 7.2 16 16v24c0 13.3-10.7 24-24 24H176c-13.3 0-24-10.7-24-24V80c0-8.8 7.2-16 16-16zM304 96c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16s16-7.2 16-16V112c0-8.8-7.2-16-16-16zm-48 16c0-26.5 21.5-48 48-48s48 21.5 48 48v32c0 26.5-21.5 48-48 48s-48-21.5-48-48V112zM61.3 71.1l34.7 52V80c0-8.8 7.2-16 16-16s16 7.2 16 16v96c0 7.1-4.6 13.3-11.4 15.3s-14-.6-17.9-6.4L64 132.8V176c0 8.8-7.2 16-16 16s-16-7.2-16-16V80c0-7.1 4.6-13.3 11.4-15.3s14 .6 17.9 6.4z"],"manat-sign":[384,512,[],"e1d5","M192 32c-17.7 0-32 14.3-32 32V98.7C69.2 113.9 0 192.9 0 288V448c0 17.7 14.3 32 32 32s32-14.3 32-32V288c0-59.6 40.8-109.8 96-124V448c0 17.7 14.3 32 32 32s32-14.3 32-32V164c55.2 14.2 96 64.3 96 124V448c0 17.7 14.3 32 32 32s32-14.3 32-32V288c0-95.1-69.2-174.1-160-189.3V64c0-17.7-14.3-32-32-32z"],"not-equal":[448,512,[],"f53e","M369.8 37.4c14.7 9.8 18.7 29.7 8.9 44.4L337.1 144H400c17.7 0 32 14.3 32 32s-14.3 32-32 32H294.5l-64 96H400c17.7 0 32 14.3 32 32s-14.3 32-32 32H187.8l-65.2 97.7c-9.8 14.7-29.7 18.7-44.4 8.9s-18.7-29.7-8.9-44.4L110.9 368H48c-17.7 0-32-14.3-32-32s14.3-32 32-32H153.5l64-96H48c-17.7 0-32-14.3-32-32s14.3-32 32-32H260.2l65.2-97.7c9.8-14.7 29.7-18.7 44.4-8.9z"],"border-top-left":[448,512,["border-style"],"f853","M0 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-336c0-8.8 7.2-16 16-16l336 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L80 32C35.8 32 0 67.8 0 112L0 448zm160 0a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm192 0a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm-96 0a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm192 0a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM416 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm0 32a32 32 0 1 0 0 64 32 32 0 1 0 0-64zm0-128a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"],"map-location-dot":[576,512,["map-marked-alt"],"f5a0","M408 120c0 54.6-73.1 151.9-105.2 192c-7.7 9.6-22 9.6-29.6 0C241.1 271.9 168 174.6 168 120C168 53.7 221.7 0 288 0s120 53.7 120 120zm8 80.4c3.5-6.9 6.7-13.8 9.6-20.6c.5-1.2 1-2.5 1.5-3.7l116-46.4C558.9 123.4 576 135 576 152V422.8c0 9.8-6 18.6-15.1 22.3L416 503V200.4zM137.6 138.3c2.4 14.1 7.2 28.3 12.8 41.5c2.9 6.8 6.1 13.7 9.6 20.6V451.8L32.9 502.7C17.1 509 0 497.4 0 480.4V209.6c0-9.8 6-18.6 15.1-22.3l122.6-49zM327.8 332c13.9-17.4 35.7-45.7 56.2-77V504.3L192 449.4V255c20.5 31.3 42.3 59.6 56.2 77c20.5 25.6 59.1 25.6 79.6 0zM288 152a40 40 0 1 0 0-80 40 40 0 1 0 0 80z"],jedi:[576,512,[],"f669","M246 315.7l-21.2-31.9c-2.1-3.2-1.7-7.4 1-10.1s6.9-3.1 10.1-1l29.5 19.7c2.1 1.4 4.9 0 5-2.6L279.7 8c.1-4.5 3.8-8 8.3-8s8.1 3.5 8.3 8l9.4 281.9c.1 2.5 2.9 3.9 5 2.6l29.5-19.7c3.2-2.1 7.4-1.7 10.1 1s3.1 6.9 1 10.1L330 315.7c-1.3 1.9-.2 4.5 2 4.9l37.6 7.5c3.7 .7 6.4 4 6.4 7.8s-2.7 7.1-6.4 7.8L332 351.4c-2.2 .4-3.3 3-2 4.9l21.2 31.9c2.1 3.2 1.7 7.4-1 10.1s-6.9 3.1-10.1 1l-26.3-17.6c-2.2-1.4-5.1 .2-5 2.8l2.1 61.5C370.6 435.2 416 382.9 416 320c0-37-15.7-70.4-40.8-93.7c-7-6.5-6.5-18.6 1-24.4C410.1 175.5 432 134.3 432 88c0-16.8-2.9-33-8.2-48c-4.6-13 10.2-30 21.4-22c53.5 38 92.7 94.8 107.8 160.7c.5 2.1-.2 4.3-1.7 5.9l-28.4 28.4c-4 4-1.2 10.9 4.5 10.9h26c3.4 0 6.2 2.6 6.3 6c.1 3.3 .2 6.6 .2 10c0 17.5-1.7 34.7-4.8 51.3c-.2 1.2-.9 2.4-1.7 3.3l-46.5 46.5c-4 4-1.2 10.9 4.5 10.9H526c4.6 0 7.7 4.8 5.7 9C487.2 450.5 394.8 512 288 512S88.8 450.5 44.3 361c-2.1-4.2 1-9 5.7-9H64.5c5.7 0 8.6-6.9 4.5-10.9L22.6 294.6c-.9-.9-1.5-2-1.7-3.3C17.7 274.7 16 257.5 16 240c0-3.3 .1-6.7 .2-10c.1-3.4 2.9-6 6.3-6h26c5.7 0 8.6-6.9 4.5-10.9L24.6 184.6c-1.5-1.5-2.2-3.8-1.7-5.9C38.1 112.8 77.3 56 130.8 18c11.3-8 26 8.9 21.4 22c-5.3 15-8.2 31.2-8.2 48c0 46.3 21.9 87.5 55.8 113.9c7.5 5.8 8 17.9 1 24.4C175.7 249.6 160 283 160 320c0 62.9 45.4 115.2 105.1 126l2.1-61.5c.1-2.6-2.8-4.2-5-2.8l-26.3 17.6c-3.2 2.1-7.4 1.7-10.1-1s-3.1-6.9-1-10.1L246 356.3c1.3-1.9 .2-4.5-2-4.9l-37.6-7.5c-3.7-.7-6.4-4-6.4-7.8s2.7-7.1 6.4-7.8l37.6-7.5c2.2-.4 3.3-3 2-4.9z"],"square-poll-vertical":[448,512,["poll"],"f681","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm64 192c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V256c0-17.7 14.3-32 32-32zm64-64c0-17.7 14.3-32 32-32s32 14.3 32 32V352c0 17.7-14.3 32-32 32s-32-14.3-32-32V160zM320 288c17.7 0 32 14.3 32 32v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V320c0-17.7 14.3-32 32-32z"],"mug-hot":[512,512,[9749],"f7b6","M88 0C74.7 0 64 10.7 64 24c0 38.9 23.4 59.4 39.1 73.1l1.1 1C120.5 112.3 128 119.9 128 136c0 13.3 10.7 24 24 24s24-10.7 24-24c0-38.9-23.4-59.4-39.1-73.1l-1.1-1C119.5 47.7 112 40.1 112 24c0-13.3-10.7-24-24-24zM32 192c-17.7 0-32 14.3-32 32V416c0 53 43 96 96 96H288c53 0 96-43 96-96h16c61.9 0 112-50.1 112-112s-50.1-112-112-112H352 32zm352 64h16c26.5 0 48 21.5 48 48s-21.5 48-48 48H384V256zM224 24c0-13.3-10.7-24-24-24s-24 10.7-24 24c0 38.9 23.4 59.4 39.1 73.1l1.1 1C232.5 112.3 240 119.9 240 136c0 13.3 10.7 24 24 24s24-10.7 24-24c0-38.9-23.4-59.4-39.1-73.1l-1.1-1C231.5 47.7 224 40.1 224 24z"],"car-battery":[512,512,["battery-car"],"f5df","M80 96c0-17.7 14.3-32 32-32h64c17.7 0 32 14.3 32 32l96 0c0-17.7 14.3-32 32-32h64c17.7 0 32 14.3 32 32h16c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64l16 0zm304 96c0-8.8-7.2-16-16-16s-16 7.2-16 16v32H320c-8.8 0-16 7.2-16 16s7.2 16 16 16h32v32c0 8.8 7.2 16 16 16s16-7.2 16-16V256h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H384V192zM80 240c0 8.8 7.2 16 16 16h96c8.8 0 16-7.2 16-16s-7.2-16-16-16H96c-8.8 0-16 7.2-16 16z"],gift:[512,512,[127873],"f06b","M190.5 68.8L225.3 128H224 152c-22.1 0-40-17.9-40-40s17.9-40 40-40h2.2c14.9 0 28.8 7.9 36.3 20.8zM64 88c0 14.4 3.5 28 9.6 40H32c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32H480c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32H438.4c6.1-12 9.6-25.6 9.6-40c0-48.6-39.4-88-88-88h-2.2c-31.9 0-61.5 16.9-77.7 44.4L256 85.5l-24.1-41C215.7 16.9 186.1 0 154.2 0H152C103.4 0 64 39.4 64 88zm336 0c0 22.1-17.9 40-40 40H288h-1.3l34.8-59.2C329.1 55.9 342.9 48 357.8 48H360c22.1 0 40 17.9 40 40zM32 288V464c0 26.5 21.5 48 48 48H224V288H32zM288 512H432c26.5 0 48-21.5 48-48V288H288V512z"],"dice-two":[448,512,[9857],"f528","M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM352 352a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM128 192a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"],"chess-queen":[512,512,[9819],"f445","M256 0a56 56 0 1 1 0 112A56 56 0 1 1 256 0zM134.1 143.8c3.3-13 15-23.8 30.2-23.8c12.3 0 22.6 7.2 27.7 17c12 23.2 36.2 39 64 39s52-15.8 64-39c5.1-9.8 15.4-17 27.7-17c15.3 0 27 10.8 30.2 23.8c7 27.8 32.2 48.3 62.1 48.3c10.8 0 21-2.7 29.8-7.4c8.4-4.4 18.9-4.5 27.6 .9c13 8 17.1 25 9.2 38L399.7 400H384 343.6 168.4 128 112.3L5.4 223.6c-7.9-13-3.8-30 9.2-38c8.7-5.3 19.2-5.3 27.6-.9c8.9 4.7 19 7.4 29.8 7.4c29.9 0 55.1-20.5 62.1-48.3zM256 224l0 0 0 0h0zM112 432H400l41.4 41.4c4.2 4.2 6.6 10 6.6 16c0 12.5-10.1 22.6-22.6 22.6H86.6C74.1 512 64 501.9 64 489.4c0-6 2.4-11.8 6.6-16L112 432z"],glasses:[576,512,[],"f530","M118.6 80c-11.5 0-21.4 7.9-24 19.1L57 260.3c20.5-6.2 48.3-12.3 78.7-12.3c32.3 0 61.8 6.9 82.8 13.5c10.6 3.3 19.3 6.7 25.4 9.2c3.1 1.3 5.5 2.4 7.3 3.2c.9 .4 1.6 .7 2.1 1l.6 .3 .2 .1 .1 0 0 0 0 0s0 0-6.3 12.7h0l6.3-12.7c5.8 2.9 10.4 7.3 13.5 12.7h40.6c3.1-5.3 7.7-9.8 13.5-12.7l6.3 12.7h0c-6.3-12.7-6.3-12.7-6.3-12.7l0 0 0 0 .1 0 .2-.1 .6-.3c.5-.2 1.2-.6 2.1-1c1.8-.8 4.2-1.9 7.3-3.2c6.1-2.6 14.8-5.9 25.4-9.2c21-6.6 50.4-13.5 82.8-13.5c30.4 0 58.2 6.1 78.7 12.3L481.4 99.1c-2.6-11.2-12.6-19.1-24-19.1c-3.1 0-6.2 .6-9.2 1.8L416.9 94.3c-12.3 4.9-26.3-1.1-31.2-13.4s1.1-26.3 13.4-31.2l31.3-12.5c8.6-3.4 17.7-5.2 27-5.2c33.8 0 63.1 23.3 70.8 56.2l43.9 188c1.7 7.3 2.9 14.7 3.5 22.1c.3 1.9 .5 3.8 .5 5.7v6.7V352v16c0 61.9-50.1 112-112 112H419.7c-59.4 0-108.5-46.4-111.8-105.8L306.6 352H269.4l-1.2 22.2C264.9 433.6 215.8 480 156.3 480H112C50.1 480 0 429.9 0 368V352 310.7 304c0-1.9 .2-3.8 .5-5.7c.6-7.4 1.8-14.8 3.5-22.1l43.9-188C55.5 55.3 84.8 32 118.6 32c9.2 0 18.4 1.8 27 5.2l31.3 12.5c12.3 4.9 18.3 18.9 13.4 31.2s-18.9 18.3-31.2 13.4L127.8 81.8c-2.9-1.2-6-1.8-9.2-1.8zM64 325.4V368c0 26.5 21.5 48 48 48h44.3c25.5 0 46.5-19.9 47.9-45.3l2.5-45.6c-2.3-.8-4.9-1.7-7.5-2.5c-17.2-5.4-39.9-10.5-63.6-10.5c-23.7 0-46.2 5.1-63.2 10.5c-3.1 1-5.9 1.9-8.5 2.9zM512 368V325.4c-2.6-.9-5.5-1.9-8.5-2.9c-17-5.4-39.5-10.5-63.2-10.5c-23.7 0-46.4 5.1-63.6 10.5c-2.7 .8-5.2 1.7-7.5 2.5l2.5 45.6c1.4 25.4 22.5 45.3 47.9 45.3H464c26.5 0 48-21.5 48-48z"],"chess-board":[448,512,[],"f43c","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm64 64v64h64V96h64v64h64V96h64v64H320v64h64v64H320v64h64v64H320V352H256v64H192V352H128v64H64V352h64V288H64V224h64V160H64V96h64zm64 128h64V160H192v64zm0 64V224H128v64h64zm64 0H192v64h64V288zm0 0h64V224H256v64z"],"building-circle-check":[640,512,[],"e4d2","M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c15.1 0 28.5-6.9 37.3-17.8C340.4 462.2 320 417.5 320 368c0-54.7 24.9-103.5 64-135.8V48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM80 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V112zM272 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z"],"person-chalkboard":[640,512,[],"e53d","M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-8 384V352h16V480c0 17.7 14.3 32 32 32s32-14.3 32-32V192h56 64 16c17.7 0 32-14.3 32-32s-14.3-32-32-32H384V64H576V256H384V224H320v48c0 26.5 21.5 48 48 48H592c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H368c-26.5 0-48 21.5-48 48v80H243.1 177.1c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9L120 256.9V480c0 17.7 14.3 32 32 32s32-14.3 32-32z"],"mars-stroke-right":[640,512,[9897,"mars-stroke-h"],"f22b","M208 368a112 112 0 1 0 0-224 112 112 0 1 0 0 224zm174.4-88C370.7 365.8 297.1 432 208 432c-97.2 0-176-78.8-176-176s78.8-176 176-176c89.1 0 162.7 66.2 174.4 152H416V176c0-13.3 10.7-24 24-24s24 10.7 24 24v56h32V176c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l80 80c9.4 9.4 9.4 24.6 0 33.9l-80 80c-6.9 6.9-17.2 8.9-26.2 5.2s-14.8-12.5-14.8-22.2V280H464v56c0 13.3-10.7 24-24 24s-24-10.7-24-24V280H382.4z"],"hand-back-fist":[448,512,["hand-rock"],"f255","M144 0C117.5 0 96 21.5 96 48V96v28.5V176c0 8.8-7.2 16-16 16s-16-7.2-16-16V149.3l-9 7.5C40.4 169 32 187 32 206V244c0 38 16.9 74 46.1 98.3L128 384v96c0 17.7 14.3 32 32 32H320c17.7 0 32-14.3 32-32V374.7c46.9-19 80-65 80-118.7V176 160 144c0-26.5-21.5-48-48-48c-12.4 0-23.6 4.7-32.1 12.3C350 83.5 329.3 64 304 64c-12.4 0-23.6 4.7-32.1 12.3C270 51.5 249.3 32 224 32c-12.4 0-23.6 4.7-32.1 12.3C190 19.5 169.3 0 144 0z"],"square-caret-up":[448,512,["caret-square-up"],"f151","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM224 160c6.7 0 13 2.8 17.6 7.7l104 112c6.5 7 8.2 17.2 4.4 25.9s-12.5 14.4-22 14.4H120c-9.5 0-18.2-5.7-22-14.4s-2.1-18.9 4.4-25.9l104-112c4.5-4.9 10.9-7.7 17.6-7.7z"],"cloud-showers-water":[576,512,[],"e4e4","M224 0c38.6 0 71.9 22.8 87.2 55.7C325.7 41.1 345.8 32 368 32c38.7 0 71 27.5 78.4 64H448c35.3 0 64 28.7 64 64s-28.7 64-64 64H128c-35.3 0-64-28.7-64-64s28.7-64 64-64c0-53 43-96 96-96zM140.6 292.3l-48 80c-6.8 11.4-21.6 15-32.9 8.2s-15.1-21.6-8.2-32.9l48-80c6.8-11.4 21.6-15.1 32.9-8.2s15.1 21.6 8.2 32.9zm327.8-32.9c11.4 6.8 15 21.6 8.2 32.9l-48 80c-6.8 11.4-21.6 15-32.9 8.2s-15-21.6-8.2-32.9l48-80c6.8-11.4 21.6-15.1 32.9-8.2zM252.6 292.3l-48 80c-6.8 11.4-21.6 15-32.9 8.2s-15.1-21.6-8.2-32.9l48-80c6.8-11.4 21.6-15.1 32.9-8.2s15.1 21.6 8.2 32.9zm103.8-32.9c11.4 6.8 15 21.6 8.2 32.9l-48 80c-6.8 11.4-21.6 15-32.9 8.2s-15.1-21.6-8.2-32.9l48-80c6.8-11.4 21.6-15.1 32.9-8.2zM306.5 421.9C329 437.4 356.5 448 384 448c26.9 0 55.4-10.8 77.4-26.1l0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 501.7 417 512 384 512c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7l0 0C136.7 437.2 165.1 448 192 448c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z"],"chart-bar":[512,512,["bar-chart"],"f080","M32 32c17.7 0 32 14.3 32 32V400c0 8.8 7.2 16 16 16H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H80c-44.2 0-80-35.8-80-80V64C0 46.3 14.3 32 32 32zm96 96c0-17.7 14.3-32 32-32l192 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-192 0c-17.7 0-32-14.3-32-32zm32 64H288c17.7 0 32 14.3 32 32s-14.3 32-32 32H160c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 96H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H160c-17.7 0-32-14.3-32-32s14.3-32 32-32z"],"hands-bubbles":[576,512,["hands-wash"],"e05e","M416 64a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm96 128a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM160 464a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM32 160l.1 72.6c.1 52.2 24 101 64 133.1c-.1-1.9-.1-3.8-.1-5.7v-8c0-71.8 37-138.6 97.9-176.7l60.2-37.6c8.6-5.4 17.9-8.4 27.3-9.4l45.9-79.5c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8l-78 135.1c-3.3 5.7-10.7 7.7-16.4 4.4s-7.7-10.7-4.4-16.4l62-107.4c6.6-11.5 2.7-26.2-8.8-32.8S214 5 207.4 16.5l-68 117.8 0 0 0 0-43.3 75L96 160c0-17.7-14.4-32-32-32s-32 14.4-32 32zM332.1 88.5L307.5 131c13.9 4.5 26.4 13.7 34.7 27c.9 1.5 1.7 2.9 2.5 4.4l28.9-50c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8zm46.4 63.7l-26.8 46.4c-.6 6-2.1 11.8-4.3 17.4H352h13.3l0 0H397l23-39.8c6.6-11.5 2.7-26.2-8.8-32.8s-26.2-2.7-32.8 8.8zM315.1 175c-9.4-15-29.1-19.5-44.1-10.2l-60.2 37.6C159.3 234.7 128 291.2 128 352v8c0 8.9 .8 17.6 2.2 26.1c35.4 8.2 61.8 40 61.8 77.9c0 6.3-.7 12.5-2.1 18.4C215.1 501 246.3 512 280 512H456c13.3 0 24-10.7 24-24s-10.7-24-24-24H364c-6.6 0-12-5.4-12-12s5.4-12 12-12H488c13.3 0 24-10.7 24-24s-10.7-24-24-24H364c-6.6 0-12-5.4-12-12s5.4-12 12-12H520c13.3 0 24-10.7 24-24s-10.7-24-24-24H364c-6.6 0-12-5.4-12-12s5.4-12 12-12H488c13.3 0 24-10.7 24-24s-10.7-24-24-24H352l0 0 0 0H258.8L305 219.1c15-9.4 19.5-29.1 10.2-44.1z"],"less-than-equal":[448,512,[],"f537","M395.9 93.7c16.4-6.6 24.4-25.2 17.8-41.6s-25.2-24.4-41.6-17.8l-320 128C40 167.1 32 178.9 32 192s8 24.9 20.1 29.7l320 128c16.4 6.6 35-1.4 41.6-17.8s-1.4-35-17.8-41.6L150.2 192 395.9 93.7zM32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H32z"],train:[448,512,[128646],"f238","M96 0C43 0 0 43 0 96V352c0 48 35.2 87.7 81.1 94.9l-46 46C28.1 499.9 33.1 512 43 512H82.7c8.5 0 16.6-3.4 22.6-9.4L160 448H288l54.6 54.6c6 6 14.1 9.4 22.6 9.4H405c10 0 15-12.1 7.9-19.1l-46-46c46-7.1 81.1-46.9 81.1-94.9V96c0-53-43-96-96-96H96zM64 96c0-17.7 14.3-32 32-32H352c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V96zM224 288a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"],"eye-low-vision":[640,512,["low-vision"],"f2a8","M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zM223 149.5c48.6-44.3 123-50.8 179.3-11.7c60.8 42.4 78.9 123.2 44.2 186.9L408 294.5c8.4-19.3 10.6-41.4 4.8-63.3c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3c0 10.2-2.4 19.8-6.6 28.3L223 149.5zm223.1 298L83.1 161.5c-11 14.4-20.5 28.7-28.4 42.2l339 265.7c18.7-5.5 36.2-13 52.6-21.8zM34.5 268.3c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c3.1 0 6.1-.1 9.2-.2L33.1 247.8c-1.8 6.8-1.3 14 1.4 20.5z"],crow:[640,512,[],"f520","M456 0c-48.6 0-88 39.4-88 88v29.2L12.5 390.6c-14 10.8-16.6 30.9-5.9 44.9s30.9 16.6 44.9 5.9L126.1 384H259.2l46.6 113.1c5 12.3 19.1 18.1 31.3 13.1s18.1-19.1 13.1-31.3L311.1 384H352c1.1 0 2.1 0 3.2 0l46.6 113.2c5 12.3 19.1 18.1 31.3 13.1s18.1-19.1 13.1-31.3l-42-102C484.9 354.1 544 280 544 192V128v-8l80.5-20.1c8.6-2.1 13.8-10.8 11.6-19.4C629 52 603.4 32 574 32H523.9C507.7 12.5 483.3 0 456 0zm0 64a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"],sailboat:[576,512,[],"e445","M256 16c0-7 4.5-13.2 11.2-15.3s13.9 .4 17.9 6.1l224 320c3.4 4.9 3.8 11.3 1.1 16.6s-8.2 8.6-14.2 8.6H272c-8.8 0-16-7.2-16-16V16zM212.1 96.5c7 1.9 11.9 8.2 11.9 15.5V336c0 8.8-7.2 16-16 16H80c-5.7 0-11-3-13.8-8s-2.9-11-.1-16l128-224c3.6-6.3 11-9.4 18-7.5zM5.7 404.3C2.8 394.1 10.5 384 21.1 384H554.9c10.6 0 18.3 10.1 15.4 20.3l-4 14.3C550.7 473.9 500.4 512 443 512H133C75.6 512 25.3 473.9 9.7 418.7l-4-14.3z"],"window-restore":[512,512,[],"f2d2","M432 64H208c-8.8 0-16 7.2-16 16V96H128V80c0-44.2 35.8-80 80-80H432c44.2 0 80 35.8 80 80V304c0 44.2-35.8 80-80 80H416V320h16c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16zM0 192c0-35.3 28.7-64 64-64H320c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V192zm64 32c0 17.7 14.3 32 32 32H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H96c-17.7 0-32 14.3-32 32z"],"square-plus":[448,512,[61846,"plus-square"],"f0fe","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM200 344V280H136c-13.3 0-24-10.7-24-24s10.7-24 24-24h64V168c0-13.3 10.7-24 24-24s24 10.7 24 24v64h64c13.3 0 24 10.7 24 24s-10.7 24-24 24H248v64c0 13.3-10.7 24-24 24s-24-10.7-24-24z"],"torii-gate":[512,512,[9961],"f6a1","M0 80c0 26.5 21.5 48 48 48H64v64h64V128h96v64h64V128h96v64h64V128h16c26.5 0 48-21.5 48-48V13.4C512 6 506 0 498.6 0c-1.7 0-3.4 .3-5 1l-49 19.6C425.7 28.1 405.5 32 385.2 32H126.8c-20.4 0-40.5-3.9-59.4-11.4L18.4 1c-1.6-.6-3.3-1-5-1C6 0 0 6 0 13.4V80zM64 288V480c0 17.7 14.3 32 32 32s32-14.3 32-32V288H384V480c0 17.7 14.3 32 32 32s32-14.3 32-32V288h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H64z"],frog:[576,512,[],"f52e","M368 32c41.7 0 75.9 31.8 79.7 72.5l85.6 26.3c25.4 7.8 42.8 31.3 42.8 57.9c0 21.8-11.7 41.9-30.7 52.7L400.8 323.5 493.3 416H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H480c-8.5 0-16.6-3.4-22.6-9.4L346.9 360.2c11.7-36 3.2-77.1-25.4-105.7c-40.6-40.6-106.3-40.6-146.9-.1L101 324.4c-6.4 6.1-6.7 16.2-.6 22.6s16.2 6.6 22.6 .6l73.8-70.2 .1-.1 .1-.1c3.5-3.5 7.3-6.6 11.3-9.2c27.9-18.5 65.9-15.4 90.5 9.2c24.7 24.7 27.7 62.9 9 90.9c-2.6 3.8-5.6 7.5-9 10.9L261.8 416H352c17.7 0 32 14.3 32 32s-14.3 32-32 32H64c-35.3 0-64-28.7-64-64C0 249.6 127 112.9 289.3 97.5C296.2 60.2 328.8 32 368 32zm0 104a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"],bucket:[448,512,[],"e4cf","M96 152v8H48v-8C48 68.1 116.1 0 200 0h48c83.9 0 152 68.1 152 152v8H352v-8c0-57.4-46.6-104-104-104H200C142.6 48 96 94.6 96 152zM0 224c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32h-5.1L388.5 469c-2.6 24.4-23.2 43-47.7 43H107.2c-24.6 0-45.2-18.5-47.7-43L37.1 256H32c-17.7 0-32-14.3-32-32z"],image:[512,512,[],"f03e","M0 96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM323.8 202.5c-4.5-6.6-11.9-10.5-19.8-10.5s-15.4 3.9-19.8 10.5l-87 127.6L170.7 297c-4.6-5.7-11.5-9-18.7-9s-14.2 3.3-18.7 9l-64 80c-5.8 7.2-6.9 17.1-2.9 25.4s12.4 13.6 21.6 13.6h96 32H424c8.9 0 17.1-4.9 21.2-12.8s3.6-17.4-1.4-24.7l-120-176zM112 192a48 48 0 1 0 0-96 48 48 0 1 0 0 96z"],microphone:[384,512,[],"f130","M192 0C139 0 96 43 96 96V256c0 53 43 96 96 96s96-43 96-96V96c0-53-43-96-96-96zM64 216c0-13.3-10.7-24-24-24s-24 10.7-24 24v40c0 89.1 66.2 162.7 152 174.4V464H120c-13.3 0-24 10.7-24 24s10.7 24 24 24h72 72c13.3 0 24-10.7 24-24s-10.7-24-24-24H216V430.4c85.8-11.7 152-85.3 152-174.4V216c0-13.3-10.7-24-24-24s-24 10.7-24 24v40c0 70.7-57.3 128-128 128s-128-57.3-128-128V216z"],cow:[640,512,[128004],"f6c8","M96 224v32V416c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V327.8c9.9 6.6 20.6 12 32 16.1V368c0 8.8 7.2 16 16 16s16-7.2 16-16V351.1c5.3 .6 10.6 .9 16 .9s10.7-.3 16-.9V368c0 8.8 7.2 16 16 16s16-7.2 16-16V343.8c11.4-4 22.1-9.4 32-16.1V416c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V256l32 32v49.5c0 9.5 2.8 18.7 8.1 26.6L530 427c8.8 13.1 23.5 21 39.3 21c22.5 0 41.9-15.9 46.3-38l20.3-101.6c2.6-13-.3-26.5-8-37.3l-3.9-5.5V184c0-13.3-10.7-24-24-24s-24 10.7-24 24v14.4l-52.9-74.1C496 86.5 452.4 64 405.9 64H272 256 192 144C77.7 64 24 117.7 24 184v54C9.4 249.8 0 267.8 0 288v17.6c0 8 6.4 14.4 14.4 14.4C46.2 320 72 294.2 72 262.4V256 224 184c0-24.3 12.1-45.8 30.5-58.9C98.3 135.9 96 147.7 96 160v64zM560 336a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zM166.6 166.6c-4.2-4.2-6.6-10-6.6-16c0-12.5 10.1-22.6 22.6-22.6H361.4c12.5 0 22.6 10.1 22.6 22.6c0 6-2.4 11.8-6.6 16l-23.4 23.4C332.2 211.8 302.7 224 272 224s-60.2-12.2-81.9-33.9l-23.4-23.4z"],"caret-up":[320,512,[],"f0d8","M182.6 137.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8H288c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-128-128z"],screwdriver:[512,512,[129691],"f54a","M465 7c-8.5-8.5-22-9.4-31.6-2.1l-104 80c-5.9 4.5-9.4 11.6-9.4 19v54.1l-85.6 85.6c6.7 4.2 13 9.3 18.8 15.1s10.9 12.2 15.1 18.8L353.9 192H408c7.5 0 14.5-3.5 19-9.4l80-104c7.4-9.6 6.5-23.1-2.1-31.6L465 7zM121.4 281.4l-112 112c-12.5 12.5-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0l112-112c30.2-30.2 30.2-79.1 0-109.3s-79.1-30.2-109.3 0z"],"folder-closed":[512,512,[],"e185","M448 480H64c-35.3 0-64-28.7-64-64V192H512V416c0 35.3-28.7 64-64 64zm64-320H0V96C0 60.7 28.7 32 64 32H192c20.1 0 39.1 9.5 51.2 25.6l19.2 25.6c6 8.1 15.5 12.8 25.6 12.8H448c35.3 0 64 28.7 64 64z"],"house-tsunami":[576,512,[],"e515","M80.8 136.5C104.9 93.8 152.6 64 209 64c16.9 0 33.1 2.7 48.2 7.7c16.8 5.5 34.9-3.6 40.4-20.4s-3.6-34.9-20.4-40.4C255.8 3.8 232.8 0 209 0C95.2 0 0 88 0 200c0 91.6 53.5 172.1 142.2 194.1c13.4 3.8 27.5 5.9 42.2 5.9c.7 0 1.4 0 2.1-.1c1.8 0 3.7 .1 5.5 .1l0 0c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.5-27.3-10.1-39.2-1.7l0 0C439.4 325.2 410.9 336 384 336c-27.5 0-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37 0c-22.4 15.5-49.9 26.1-77.4 26.1c0 0-.1 0-.1 0c-12.4 0-24-1.5-34.9-4.3C121.6 320.2 96 287 96 248c0-48.5 39.5-88 88.4-88c13.5 0 26.1 3 37.5 8.3c16 7.5 35.1 .6 42.5-15.5s.6-35.1-15.5-42.5C229.3 101.1 207.4 96 184.4 96c-40 0-76.4 15.4-103.6 40.5zm252-18.1c-8.1 6-12.8 15.5-12.8 25.6V265c1.6 1 3.3 2 4.8 3.1c18.4 12.7 39.6 20.3 59.2 20.3c19 0 41.2-7.9 59.2-20.3c23.8-16.7 55.8-15.3 78.1 3.4c10.6 8.8 24.2 15.6 37.3 18.6c5.8 1.4 11.2 3.4 16.2 6.2c.7-2.7 1.1-5.5 1.1-8.4l-.4-144c0-10-4.7-19.4-12.7-25.5l-95.5-72c-11.4-8.6-27.1-8.6-38.5 0l-96 72zM384 448c-27.5 0-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37 0C247 437.4 219.5 448 192 448c-26.9 0-55.3-10.8-77.4-26.1l0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 501.7 159 512 192 512c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7l0 0C439.4 437.2 410.9 448 384 448z"],"square-nfi":[448,512,[],"e576","M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm75.7 64.6C68.8 162.5 64 168.8 64 176V336c0 8.8 7.2 16 16 16s16-7.2 16-16V233.8l66.3 110.5c3.7 6.2 11.1 9.1 18 7.2s11.7-8.2 11.7-15.4V176c0-8.8-7.2-16-16-16s-16 7.2-16 16V278.2L93.7 167.8c-3.7-6.2-11.1-9.1-18-7.2zM224 176v64 96c0 8.8 7.2 16 16 16s16-7.2 16-16V256h48c8.8 0 16-7.2 16-16s-7.2-16-16-16H256V192h48c8.8 0 16-7.2 16-16s-7.2-16-16-16H240c-8.8 0-16 7.2-16 16zm160 0c0-8.8-7.2-16-16-16s-16 7.2-16 16V336c0 8.8 7.2 16 16 16s16-7.2 16-16V176z"],"arrow-up-from-ground-water":[576,512,[],"e4b5","M288 352c17.7 0 32-14.3 32-32V109.3l25.4 25.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-80-80c-12.5-12.5-32.8-12.5-45.3 0l-80 80c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L256 109.3V320c0 17.7 14.3 32 32 32zm-18.5 69.9C247 437.4 219.5 448 192 448c-26.9 0-55.3-10.8-77.4-26.1l0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 501.7 159 512 192 512c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7l0 0C439.4 437.2 410.9 448 384 448c-27.5 0-55-10.6-77.5-26.1c-11.1-7.9-25.9-7.9-37 0zM192 192H48c-26.5 0-48 21.5-48 48V425c5.3-3.1 11.2-5.4 17.5-6.9c13.1-3.1 26.7-9.8 37.3-18.6c22.2-18.7 54.3-20.1 78.1-3.4c18 12.4 40.1 20.3 59.1 20.3V192zm384 48c0-26.5-21.5-48-48-48H384V416.5h0c19 0 41.2-7.9 59.2-20.3c23.8-16.7 55.8-15.3 78.1 3.4c10.6 8.8 24.2 15.6 37.3 18.6c6.3 1.5 12.1 3.8 17.5 6.9V240z"],"martini-glass":[512,512,[127864,"glass-martini-alt"],"f57b","M32 0C19.1 0 7.4 7.8 2.4 19.8s-2.2 25.7 6.9 34.9L224 269.3V448H160c-17.7 0-32 14.3-32 32s14.3 32 32 32h96 96c17.7 0 32-14.3 32-32s-14.3-32-32-32H288V269.3L502.6 54.6c9.2-9.2 11.9-22.9 6.9-34.9S492.9 0 480 0H32zM173.3 128l-64-64H402.7l-64 64H173.3z"],"rotate-left":[512,512,["rotate-back","rotate-backward","undo-alt"],"f2ea","M48.5 224H40c-13.3 0-24-10.7-24-24V72c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2L98.6 96.6c87.6-86.5 228.7-86.2 315.8 1c87.5 87.5 87.5 229.3 0 316.8s-229.3 87.5-316.8 0c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0c62.5 62.5 163.8 62.5 226.3 0s62.5-163.8 0-226.3c-62.2-62.2-162.7-62.5-225.3-1L185 183c6.9 6.9 8.9 17.2 5.2 26.2s-12.5 14.8-22.2 14.8H48.5z"],"table-columns":[512,512,["columns"],"f0db","M0 96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm64 64V416H224V160H64zm384 0H288V416H448V160z"],lemon:[448,512,[127819],"f094","M448 96c0-35.3-28.7-64-64-64c-6.6 0-13 1-19 2.9c-22.5 7-48.1 14.9-71 9c-75.2-19.1-156.4 11-213.7 68.3S-7.2 250.8 11.9 326c5.8 22.9-2 48.4-9 71C1 403 0 409.4 0 416c0 35.3 28.7 64 64 64c6.6 0 13-1 19.1-2.9c22.5-7 48.1-14.9 71-9c75.2 19.1 156.4-11 213.7-68.3s87.5-138.5 68.3-213.7c-5.8-22.9 2-48.4 9-71c1.9-6 2.9-12.4 2.9-19.1zM212.5 127.4c-54.6 16-101.1 62.5-117.1 117.1C92.9 253 84 257.8 75.5 255.4S62.2 244 64.6 235.5c19.1-65.1 73.7-119.8 138.9-138.9c8.5-2.5 17.4 2.4 19.9 10.9s-2.4 17.4-10.9 19.9z"],"head-side-mask":[576,512,[],"e063","M32 224.2c0-22.2 3.2-43.6 9.2-63.9L262.2 321c-4 9.5-6.2 20-6.2 31V512H128c-17.7 0-32-14.3-32-32V407.3c0-16.7-6.9-32.5-17.1-45.8C48.6 322.4 32 274.1 32 224.2zm248.3 70.4L53 129.3C88.7 53 166.2 0 256 0h24c95.2 0 181.2 69.3 197.3 160.2c2.3 13 6.8 25.7 15.1 36l42 52.6c5.4 6.7 8.6 14.8 9.4 23.2H336c-21.7 0-41.3 8.6-55.7 22.6zM336 304H534l0 0h10l-19.7 64H368c-8.8 0-16 7.2-16 16s7.2 16 16 16H514.5l-9.8 32H368c-8.8 0-16 7.2-16 16s7.2 16 16 16H494.8l-.9 2.8c-8.3 26.9-33.1 45.2-61.2 45.2H288V352c0-14 6-26.7 15.6-35.4c0 0 0 0 0 0c8.5-7.8 19.9-12.6 32.4-12.6zm48-80a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"],handshake:[640,512,[],"f2b5","M323.4 85.2l-96.8 78.4c-16.1 13-19.2 36.4-7 53.1c12.9 17.8 38 21.3 55.3 7.8l99.3-77.2c7-5.4 17-4.2 22.5 2.8s4.2 17-2.8 22.5l-20.9 16.2L512 316.8V128h-.7l-3.9-2.5L434.8 79c-15.3-9.8-33.2-15-51.4-15c-21.8 0-43 7.5-60 21.2zm22.8 124.4l-51.7 40.2C263 274.4 217.3 268 193.7 235.6c-22.2-30.5-16.6-73.1 12.7-96.8l83.2-67.3c-11.6-4.9-24.1-7.4-36.8-7.4C234 64 215.7 69.6 200 80l-72 48V352h28.2l91.4 83.4c19.6 17.9 49.9 16.5 67.8-3.1c5.5-6.1 9.2-13.2 11.1-20.6l17 15.6c19.5 17.9 49.9 16.6 67.8-2.9c4.5-4.9 7.8-10.6 9.9-16.5c19.4 13 45.8 10.3 62.1-7.5c17.9-19.5 16.6-49.9-2.9-67.8l-134.2-123zM16 128c-8.8 0-16 7.2-16 16V352c0 17.7 14.3 32 32 32H64c17.7 0 32-14.3 32-32V128H16zM48 320a16 16 0 1 1 0 32 16 16 0 1 1 0-32zM544 128V352c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V144c0-8.8-7.2-16-16-16H544zm32 208a16 16 0 1 1 32 0 16 16 0 1 1 -32 0z"],gem:[512,512,[128142],"f3a5","M116.7 33.8c4.5-6.1 11.7-9.8 19.3-9.8H376c7.6 0 14.8 3.6 19.3 9.8l112 152c6.8 9.2 6.1 21.9-1.5 30.4l-232 256c-4.5 5-11 7.9-17.8 7.9s-13.2-2.9-17.8-7.9l-232-256c-7.7-8.5-8.3-21.2-1.5-30.4l112-152zm38.5 39.8c-3.3 2.5-4.2 7-2.1 10.5l57.4 95.6L63.3 192c-4.1 .3-7.3 3.8-7.3 8s3.2 7.6 7.3 8l192 16c.4 0 .9 0 1.3 0l192-16c4.1-.3 7.3-3.8 7.3-8s-3.2-7.6-7.3-8L301.5 179.8l57.4-95.6c2.1-3.5 1.2-8.1-2.1-10.5s-7.9-2-10.7 1L256 172.2 165.9 74.6c-2.8-3-7.4-3.4-10.7-1z"],dolly:[576,512,["dolly-box"],"f472","M0 32C0 14.3 14.3 0 32 0h72.9c27.5 0 52 17.6 60.7 43.8L257.7 320c30.1 .5 56.8 14.9 74 37l202.1-67.4c16.8-5.6 34.9 3.5 40.5 20.2s-3.5 34.9-20.2 40.5L352 417.7c-.9 52.2-43.5 94.3-96 94.3c-53 0-96-43-96-96c0-30.8 14.5-58.2 37-75.8L104.9 64H32C14.3 64 0 49.7 0 32zM244.8 134.5c-5.5-16.8 3.7-34.9 20.5-40.3L311 79.4l19.8 60.9 60.9-19.8L371.8 59.6l45.7-14.8c16.8-5.5 34.9 3.7 40.3 20.5l49.4 152.2c5.5 16.8-3.7 34.9-20.5 40.3L334.5 307.2c-16.8 5.5-34.9-3.7-40.3-20.5L244.8 134.5z"],smoking:[640,512,[128684],"f48d","M448 32V43c0 38.2 15.2 74.8 42.2 101.8l21 21c21 21 32.8 49.5 32.8 79.2v11c0 17.7-14.3 32-32 32s-32-14.3-32-32V245c0-12.7-5.1-24.9-14.1-33.9l-21-21C405.9 151.1 384 98.1 384 43V32c0-17.7 14.3-32 32-32s32 14.3 32 32zM576 256V245c0-38.2-15.2-74.8-42.2-101.8l-21-21c-21-21-32.8-49.5-32.8-79.2V32c0-17.7 14.3-32 32-32s32 14.3 32 32V43c0 12.7 5.1 24.9 14.1 33.9l21 21c39 39 60.9 91.9 60.9 147.1v11c0 17.7-14.3 32-32 32s-32-14.3-32-32zM0 416c0-35.3 28.7-64 64-64H416c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H64c-35.3 0-64-28.7-64-64V416zm224 0v32H384V416H224zm288-64c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384c0-17.7 14.3-32 32-32zm96 0c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384c0-17.7 14.3-32 32-32z"],minimize:[512,512,["compress-arrows-alt"],"f78c","M456 224H312c-13.3 0-24-10.7-24-24V56c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l40 40L442.3 5.7C446 2 450.9 0 456 0s10 2 13.7 5.7l36.7 36.7C510 46 512 50.9 512 56s-2 10-5.7 13.7L433 143l40 40c6.9 6.9 8.9 17.2 5.2 26.2s-12.5 14.8-22.2 14.8zm0 64c9.7 0 18.5 5.8 22.2 14.8s1.7 19.3-5.2 26.2l-40 40 73.4 73.4c3.6 3.6 5.7 8.5 5.7 13.7s-2 10-5.7 13.7l-36.7 36.7C466 510 461.1 512 456 512s-10-2-13.7-5.7L369 433l-40 40c-6.9 6.9-17.2 8.9-26.2 5.2s-14.8-12.5-14.8-22.2V312c0-13.3 10.7-24 24-24H456zm-256 0c13.3 0 24 10.7 24 24V456c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-40-40L69.7 506.3C66 510 61.1 512 56 512s-10-2-13.7-5.7L5.7 469.7C2 466 0 461.1 0 456s2-10 5.7-13.7L79 369 39 329c-6.9-6.9-8.9-17.2-5.2-26.2s12.5-14.8 22.2-14.8H200zM56 224c-9.7 0-18.5-5.8-22.2-14.8s-1.7-19.3 5.2-26.2l40-40L5.7 69.7C2 66 0 61.1 0 56s2-10 5.7-13.7L42.3 5.7C46 2 50.9 0 56 0s10 2 13.7 5.7L143 79l40-40c6.9-6.9 17.2-8.9 26.2-5.2s14.8 12.5 14.8 22.2V200c0 13.3-10.7 24-24 24H56z"],monument:[384,512,[],"f5a6","M180.7 4.7c6.2-6.2 16.4-6.2 22.6 0l80 80c2.5 2.5 4.1 5.8 4.6 9.3l40.2 322H55.9L96.1 94c.4-3.5 2-6.8 4.6-9.3l80-80zM152 272c-13.3 0-24 10.7-24 24s10.7 24 24 24h80c13.3 0 24-10.7 24-24s-10.7-24-24-24H152zM32 448H352c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32z"],snowplow:[640,512,[],"f7d2","M298.9 64l68.6 160H256l-64-64V64H298.9zM445.1 242.7l-87.4-204C347.6 15.3 324.5 0 298.9 0H176c-26.5 0-48 21.5-48 48V160H96c-17.7 0-32 14.3-32 32V298.8C26.2 316.8 0 355.3 0 400c0 61.9 50.1 112 112 112H368c61.9 0 112-50.1 112-112c0-17.2-3.9-33.5-10.8-48H512v50.7c0 17 6.7 33.3 18.7 45.3l54.6 54.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L576 402.7V320 235.2L633 164c11-13.8 8.8-33.9-5-45s-33.9-8.8-45 5l-57 71.2c-9.1 11.3-14 25.4-14 40V288H448V256.7c.1-2.4-.2-4.8-.6-7.1s-1.2-4.7-2.2-6.8zM368 352c26.5 0 48 21.5 48 48s-21.5 48-48 48H112c-26.5 0-48-21.5-48-48s21.5-48 48-48H368zM144 400a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm216 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm-56-24a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM200 424a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"],"angles-right":[512,512,[187,"angle-double-right"],"f101","M470.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 256 265.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160zm-352 160l160-160c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L210.7 256 73.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0z"],cannabis:[512,512,[],"f55f","M256 0c5.3 0 10.3 2.7 13.3 7.1c15.8 23.5 36.7 63.7 49.2 109c7.2 26.4 11.8 55.2 10.4 84c11.5-8.8 23.7-16.7 35.8-23.6c41-23.3 84.4-36.9 112.2-42.5c5.2-1 10.7 .6 14.4 4.4s5.4 9.2 4.4 14.5c-5.6 27.7-19.3 70.9-42.7 111.7c-9.1 15.9-19.9 31.7-32.4 46.3c27.8 6.6 52.4 17.3 67.2 25.5c5.1 2.8 8.2 8.2 8.2 14s-3.2 11.2-8.2 14c-15.2 8.4-40.9 19.5-69.8 26.1c-20.2 4.6-42.9 7.2-65.2 4.6l8.3 33.1c1.5 6.1-.6 12.4-5.5 16.4s-11.6 4.6-17.2 1.9L280 417.2V488c0 13.3-10.7 24-24 24s-24-10.7-24-24V417.2l-58.5 29.1c-5.6 2.8-12.3 2.1-17.2-1.9s-7-10.3-5.5-16.4l8.3-33.1c-22.2 2.6-45 0-65.2-4.6c-28.9-6.6-54.6-17.6-69.8-26.1c-5.1-2.8-8.2-8.2-8.2-14s3.2-11.2 8.2-14c14.8-8.2 39.4-18.8 67.2-25.5C78.9 296.3 68.1 280.5 59 264.6c-23.4-40.8-37.1-84-42.7-111.7c-1.1-5.2 .6-10.7 4.4-14.5s9.2-5.4 14.4-4.4c27.9 5.5 71.2 19.2 112.2 42.5c12.1 6.9 24.3 14.7 35.8 23.6c-1.4-28.7 3.1-57.6 10.4-84c12.5-45.3 33.4-85.5 49.2-109c3-4.4 8-7.1 13.3-7.1z"],"circle-play":[512,512,[61469,"play-circle"],"f144","M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM188.3 147.1c-7.6 4.2-12.3 12.3-12.3 20.9V344c0 8.7 4.7 16.7 12.3 20.9s16.8 4.1 24.3-.5l144-88c7.1-4.4 11.5-12.1 11.5-20.5s-4.4-16.1-11.5-20.5l-144-88c-7.4-4.5-16.7-4.7-24.3-.5z"],tablets:[640,512,[],"f490","M614.3 247c16.3-25 25.7-54.9 25.7-87C640 71.6 568.4 0 480 0c-32.1 0-61.9 9.4-87 25.7c-7.9 5.2-8.5 16.2-1.8 22.9L591.4 248.8c6.7 6.7 17.8 6.2 22.9-1.8zM567 294.3c7.9-5.2 8.5-16.2 1.8-22.9L368.6 71.2c-6.7-6.7-17.8-6.2-22.9 1.8c-16.3 25-25.7 54.9-25.7 87c0 88.4 71.6 160 160 160c32.1 0 61.9-9.4 87-25.7zM301.5 368H18.5c-9.5 0-16.9 8.2-15 17.5C18.9 457.8 83.1 512 160 512s141.1-54.2 156.5-126.5c2-9.3-5.5-17.5-15-17.5zm0-32c9.5 0 16.9-8.2 15-17.5C301.1 246.2 236.9 192 160 192S18.9 246.2 3.5 318.5c-2 9.3 5.5 17.5 15 17.5H301.5z"],ethernet:[512,512,[],"f796","M0 224V416c0 17.7 14.3 32 32 32H96V336c0-8.8 7.2-16 16-16s16 7.2 16 16V448h64V336c0-8.8 7.2-16 16-16s16 7.2 16 16V448h64V336c0-8.8 7.2-16 16-16s16 7.2 16 16V448h64V336c0-8.8 7.2-16 16-16s16 7.2 16 16V448h64c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H448V160c0-17.7-14.3-32-32-32H384V96c0-17.7-14.3-32-32-32H160c-17.7 0-32 14.3-32 32v32H96c-17.7 0-32 14.3-32 32v32H32c-17.7 0-32 14.3-32 32z"],"euro-sign":[320,512,[8364,"eur","euro"],"f153","M48.1 240c-.1 2.7-.1 5.3-.1 8v16c0 2.7 0 5.3 .1 8H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H60.3C89.9 419.9 170 480 264 480h24c17.7 0 32-14.3 32-32s-14.3-32-32-32H264c-57.9 0-108.2-32.4-133.9-80H256c17.7 0 32-14.3 32-32s-14.3-32-32-32H112.2c-.1-2.6-.2-5.3-.2-8V248c0-2.7 .1-5.4 .2-8H256c17.7 0 32-14.3 32-32s-14.3-32-32-32H130.1c25.7-47.6 76-80 133.9-80h24c17.7 0 32-14.3 32-32s-14.3-32-32-32H264C170 32 89.9 92.1 60.3 176H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H48.1z"],chair:[448,512,[129681],"f6c0","M248 48V256h48V58.7c23.9 13.8 40 39.7 40 69.3V256h48V128C384 57.3 326.7 0 256 0H192C121.3 0 64 57.3 64 128V256h48V128c0-29.6 16.1-55.5 40-69.3V256h48V48h48zM48 288c-12.1 0-23.2 6.8-28.6 17.7l-16 32c-5 9.9-4.4 21.7 1.4 31.1S20.9 384 32 384l0 96c0 17.7 14.3 32 32 32s32-14.3 32-32V384H352v96c0 17.7 14.3 32 32 32s32-14.3 32-32V384c11.1 0 21.4-5.7 27.2-15.2s6.4-21.2 1.4-31.1l-16-32C423.2 294.8 412.1 288 400 288H48z"],"circle-check":[512,512,[61533,"check-circle"],"f058","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"],"circle-stop":[512,512,[62094,"stop-circle"],"f28d","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM192 160H320c17.7 0 32 14.3 32 32V320c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V192c0-17.7 14.3-32 32-32z"],"compass-drafting":[512,512,["drafting-compass"],"f568","M352 96c0 14.3-3.1 27.9-8.8 40.2L396 227.4c-23.7 25.3-54.2 44.1-88.5 53.6L256 192h0 0l-68 117.5c21.5 6.8 44.3 10.5 68.1 10.5c70.7 0 133.8-32.7 174.9-84c11.1-13.8 31.2-16 45-5s16 31.2 5 45C428.1 341.8 347 384 256 384c-35.4 0-69.4-6.4-100.7-18.1L98.7 463.7C94 471.8 87 478.4 78.6 482.6L23.2 510.3c-5 2.5-10.9 2.2-15.6-.7S0 501.5 0 496V440.6c0-8.4 2.2-16.7 6.5-24.1l60-103.7C53.7 301.6 41.8 289.3 31.2 276c-11.1-13.8-8.8-33.9 5-45s33.9-8.8 45 5c5.7 7.1 11.8 13.8 18.2 20.1l69.4-119.9c-5.6-12.2-8.8-25.8-8.8-40.2c0-53 43-96 96-96s96 43 96 96zm21 297.9c32.6-12.8 62.5-30.8 88.9-52.9l43.7 75.5c4.2 7.3 6.5 15.6 6.5 24.1V496c0 5.5-2.9 10.7-7.6 13.6s-10.6 3.2-15.6 .7l-55.4-27.7c-8.4-4.2-15.4-10.8-20.1-18.9L373 393.9zM256 128a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"],"plate-wheat":[512,512,[],"e55a","M176 32c44.2 0 80 35.8 80 80v16c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80V48c0-8.8 7.2-16 16-16zM56 64h48c13.3 0 24 10.7 24 24s-10.7 24-24 24H56c-13.3 0-24-10.7-24-24s10.7-24 24-24zM24 136H136c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24s10.7-24 24-24zm8 96c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24s-10.7 24-24 24H56c-13.3 0-24-10.7-24-24zM272 48c0-8.8 7.2-16 16-16c44.2 0 80 35.8 80 80v16c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80V48zM400 32c44.2 0 80 35.8 80 80v16c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80V48c0-8.8 7.2-16 16-16zm80 160v16c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16V256c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16zM352 176c8.8 0 16 7.2 16 16v16c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16V256c0-44.2 35.8-80 80-80zm-96 16v16c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16V256c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16zM3.5 347.6C1.6 332.9 13 320 27.8 320H484.2c14.8 0 26.2 12.9 24.4 27.6C502.3 397.8 464.2 437 416 446v2c0 17.7-14.3 32-32 32H128c-17.7 0-32-14.3-32-32v-2c-48.2-9-86.3-48.2-92.5-98.4z"],icicles:[512,512,[],"f7ad","M75.8 304.8L1 35.7c-.7-2.5-1-5-1-7.5C0 12.6 12.6 0 28.2 0H482.4C498.8 0 512 13.2 512 29.6c0 1.6-.1 3.3-.4 4.9L434.6 496.1c-1.5 9.2-9.5 15.9-18.8 15.9c-9.2 0-17.1-6.6-18.7-15.6L336 160 307.2 303.9c-1.9 9.3-10.1 16.1-19.6 16.1c-9.2 0-17.2-6.2-19.4-15.1L240 192 210.6 368.2c-1.5 9.1-9.4 15.8-18.6 15.8s-17.1-6.7-18.6-15.8L144 192 115.9 304.3c-2.3 9.2-10.6 15.7-20.1 15.7c-9.3 0-17.5-6.2-20-15.2z"],"person-shelter":[512,512,[],"e54f","M271.9 4.2c-9.8-5.6-21.9-5.6-31.8 0l-224 128C6.2 137.9 0 148.5 0 160V480c0 17.7 14.3 32 32 32s32-14.3 32-32V178.6L256 68.9 448 178.6V480c0 17.7 14.3 32 32 32s32-14.3 32-32V160c0-11.5-6.2-22.1-16.1-27.8l-224-128zM256 208a40 40 0 1 0 0-80 40 40 0 1 0 0 80zm-8 280V400h16v88c0 13.3 10.7 24 24 24s24-10.7 24-24V313.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-37.9-70.3c-15.3-28.5-45.1-46.3-77.5-46.3H246.2c-32.4 0-62.1 17.8-77.5 46.3l-37.9 70.3c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L200 313.5V488c0 13.3 10.7 24 24 24s24-10.7 24-24z"],neuter:[384,512,[9906],"f22c","M80 176a112 112 0 1 1 224 0A112 112 0 1 1 80 176zM224 349.1c81.9-15 144-86.8 144-173.1C368 78.8 289.2 0 192 0S16 78.8 16 176c0 86.3 62.1 158.1 144 173.1V480c0 17.7 14.3 32 32 32s32-14.3 32-32V349.1z"],"id-badge":[384,512,[],"f2c1","M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64zm96 320h64c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-32-96a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM144 64h96c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16s7.2-16 16-16z"],marker:[512,512,[],"f5a1","M481 31C445.1-4.8 386.9-4.8 351 31l-15 15L322.9 33C294.8 4.9 249.2 4.9 221.1 33L135 119c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L255 66.9c9.4-9.4 24.6-9.4 33.9 0L302.1 80 186.3 195.7 316.3 325.7 481 161c35.9-35.9 35.9-94.1 0-129.9zM293.7 348.3L163.7 218.3 99.5 282.5c-48 48-80.8 109.2-94.1 175.8l-5 25c-1.6 7.9 .9 16 6.6 21.7s13.8 8.1 21.7 6.6l25-5c66.6-13.3 127.8-46.1 175.8-94.1l64.2-64.2z"],"face-laugh-beam":[512,512,[128513,"laugh-beam"],"f59a","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM96.8 314.1c-3.8-13.7 7.4-26.1 21.6-26.1H393.6c14.2 0 25.5 12.4 21.6 26.1C396.2 382 332.1 432 256 432s-140.2-50-159.2-117.9zM217.6 212.8l0 0 0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0zm160 0l0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0 0 0z"],"helicopter-symbol":[512,512,[],"e502","M445.3 224H510C495.6 108.2 403.8 16.4 288 2V66.7C368.4 80.1 431.9 143.6 445.3 224zM510 288H445.3C431.9 368.4 368.4 431.9 288 445.4V510c115.8-14.4 207.6-106.2 222-222zM2 288C16.4 403.8 108.2 495.6 224 510V445.4C143.6 431.9 80.1 368.4 66.7 288H2zm0-64H66.7C80.1 143.6 143.6 80.1 224 66.7V2C108.2 16.4 16.4 108.2 2 224zm206-64c0-17.7-14.3-32-32-32s-32 14.3-32 32V352c0 17.7 14.3 32 32 32s32-14.3 32-32V288h96v64c0 17.7 14.3 32 32 32s32-14.3 32-32V160c0-17.7-14.3-32-32-32s-32 14.3-32 32v64H208V160z"],"universal-access":[512,512,[],"f29a","M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm161.5-86.1c-12.2-5.2-26.3 .4-31.5 12.6s.4 26.3 12.6 31.5l11.9 5.1c17.3 7.4 35.2 12.9 53.6 16.3v50.1c0 4.3-.7 8.6-2.1 12.6l-28.7 86.1c-4.2 12.6 2.6 26.2 15.2 30.4s26.2-2.6 30.4-15.2l24.4-73.2c1.3-3.8 4.8-6.4 8.8-6.4s7.6 2.6 8.8 6.4l24.4 73.2c4.2 12.6 17.8 19.4 30.4 15.2s19.4-17.8 15.2-30.4l-28.7-86.1c-1.4-4.1-2.1-8.3-2.1-12.6V235.5c18.4-3.5 36.3-8.9 53.6-16.3l11.9-5.1c12.2-5.2 17.8-19.3 12.6-31.5s-19.3-17.8-31.5-12.6L338.7 175c-26.1 11.2-54.2 17-82.7 17s-56.5-5.8-82.7-17l-11.9-5.1zM256 160a40 40 0 1 0 0-80 40 40 0 1 0 0 80z"],"circle-chevron-up":[512,512,["chevron-circle-up"],"f139","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM377 271c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-87-87-87 87c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L239 167c9.4-9.4 24.6-9.4 33.9 0L377 271z"],"lari-sign":[384,512,[],"e1c8","M144 32c17.7 0 32 14.3 32 32V96.7c5.3-.4 10.6-.7 16-.7s10.7 .2 16 .7V64c0-17.7 14.3-32 32-32s32 14.3 32 32v49.4c54.9 25.2 95.8 75.5 108.2 136.2c3.5 17.3-7.7 34.2-25 37.7s-34.2-7.7-37.7-25c-6.1-29.9-22.5-55.9-45.4-74.3V256c0 17.7-14.3 32-32 32s-32-14.3-32-32V161c-5.2-.7-10.6-1-16-1s-10.8 .3-16 1v95c0 17.7-14.3 32-32 32s-32-14.3-32-32V188.1C82.7 211.5 64 247.6 64 288c0 70.7 57.3 128 128 128H352c17.7 0 32 14.3 32 32s-14.3 32-32 32H192 32c-17.7 0-32-14.3-32-32s14.3-32 32-32H48.9C18.5 382 0 337.2 0 288c0-77.5 45.9-144.3 112-174.6V64c0-17.7 14.3-32 32-32z"],volcano:[512,512,[127755],"f770","M160 144c-35.3 0-64-28.7-64-64s28.7-64 64-64c15.7 0 30 5.6 41.2 15C212.4 12.4 232.7 0 256 0s43.6 12.4 54.8 31C322 21.6 336.3 16 352 16c35.3 0 64 28.7 64 64s-28.7 64-64 64c-14.7 0-28.3-5-39.1-13.3l-32 48C275.3 187 266 192 256 192s-19.3-5-24.9-13.3l-32-48C188.3 139 174.7 144 160 144zM144 352l48.4-24.2c10.2-5.1 21.6-7.8 33-7.8c19.6 0 38.4 7.8 52.2 21.6l32.5 32.5c6.3 6.3 14.9 9.9 23.8 9.9c11.3 0 21.8-5.6 28-15l9.7-14.6-58.9-66.3c-9.1-10.2-22.2-16.1-35.9-16.1H235.1c-13.7 0-26.8 5.9-35.9 16.1l-59.9 67.4L144 352zm19.4-95.8c18.2-20.5 44.3-32.2 71.8-32.2h41.8c27.4 0 53.5 11.7 71.8 32.2l150.2 169c8.5 9.5 13.2 21.9 13.2 34.7c0 28.8-23.4 52.2-52.2 52.2H52.2C23.4 512 0 488.6 0 459.8c0-12.8 4.7-25.1 13.2-34.7l150.2-169z"],"person-walking-dashed-line-arrow-right":[640,512,[],"e553","M208 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM123.7 200.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L281 232.7l-15.3-36.8C248.5 154.8 208.3 128 163.7 128c-22.8 0-45.3 4.8-66.1 14l-8 3.5c-32.9 14.6-58.1 42.4-69.4 76.5l-2.6 7.8c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l2.6-7.8c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5zm-30 135.1L68.7 398 9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L116.3 441c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6zM550.6 153.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L530.7 224H384c-17.7 0-32 14.3-32 32s14.3 32 32 32H530.7l-25.4 25.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l80-80c12.5-12.5 12.5-32.8 0-45.3l-80-80zM392 0c-13.3 0-24 10.7-24 24V72c0 13.3 10.7 24 24 24s24-10.7 24-24V24c0-13.3-10.7-24-24-24zm24 152c0-13.3-10.7-24-24-24s-24 10.7-24 24v16c0 13.3 10.7 24 24 24s24-10.7 24-24V152zM392 320c-13.3 0-24 10.7-24 24v16c0 13.3 10.7 24 24 24s24-10.7 24-24V344c0-13.3-10.7-24-24-24zm24 120c0-13.3-10.7-24-24-24s-24 10.7-24 24v48c0 13.3 10.7 24 24 24s24-10.7 24-24V440z"],"sterling-sign":[320,512,[163,"gbp","pound-sign"],"f154","M112 160.4c0-35.5 28.8-64.4 64.4-64.4c6.9 0 13.8 1.1 20.4 3.3l81.2 27.1c16.8 5.6 34.9-3.5 40.5-20.2s-3.5-34.9-20.2-40.5L217 38.6c-13.1-4.4-26.8-6.6-40.6-6.6C105.5 32 48 89.5 48 160.4V224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H48v44.5c0 17.4-4.7 34.5-13.7 49.4L4.6 431.5c-5.9 9.9-6.1 22.2-.4 32.2S20.5 480 32 480H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H88.5l.7-1.1C104.1 390 112 361.5 112 332.5V288H224c17.7 0 32-14.3 32-32s-14.3-32-32-32H112V160.4z"],viruses:[640,512,[],"e076","M192 0c13.3 0 24 10.7 24 24V37.5c0 35.6 43.1 53.5 68.3 28.3l9.5-9.5c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-9.5 9.5C293 124.9 310.9 168 346.5 168H360c13.3 0 24 10.7 24 24s-10.7 24-24 24H346.5c-35.6 0-53.5 43.1-28.3 68.3l9.5 9.5c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-9.5-9.5C259.1 293 216 310.9 216 346.5V360c0 13.3-10.7 24-24 24s-24-10.7-24-24V346.5c0-35.6-43.1-53.5-68.3-28.3l-9.5 9.5c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l9.5-9.5C91 259.1 73.1 216 37.5 216H24c-13.3 0-24-10.7-24-24s10.7-24 24-24H37.5c35.6 0 53.5-43.1 28.3-68.3l-9.5-9.5c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l9.5 9.5C124.9 91 168 73.1 168 37.5V24c0-13.3 10.7-24 24-24zm48 224a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm-48-64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm320 80c0 33 39.9 49.5 63.2 26.2c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6C574.5 312.1 591 352 624 352c8.8 0 16 7.2 16 16s-7.2 16-16 16c-33 0-49.5 39.9-26.2 63.2c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0C551.9 446.5 512 463 512 496c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-33-39.9-49.5-63.2-26.2c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6C417.5 423.9 401 384 368 384c-8.8 0-16-7.2-16-16s7.2-16 16-16c33 0 49.5-39.9 26.2-63.2c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0C440.1 289.5 480 273 480 240c0-8.8 7.2-16 16-16s16 7.2 16 16zm0 112a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"],"square-person-confined":[448,512,[],"e577","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm96 112a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm80 104c0-30.9 25.1-56 56-56s56 25.1 56 56V350.1c0 36.4-29.5 65.9-65.9 65.9c-17.5 0-34.3-6.9-46.6-19.3L184.8 342l-28.1 56.3c-7.9 15.8-27.1 22.2-42.9 14.3s-22.2-27.1-14.3-42.9l48-96c4.6-9.2 13.3-15.6 23.5-17.3s20.5 1.7 27.8 9L240 306.7V248z"],"user-tie":[448,512,[],"f508","M224 256A128 128 0 1 1 224 0a128 128 0 1 1 0 256zM209.1 359.2l-18.6-31c-6.4-10.7 1.3-24.2 13.7-24.2H224h19.7c12.4 0 20.1 13.6 13.7 24.2l-18.6 31 33.4 123.9 36-146.9c2-8.1 9.8-13.4 17.9-11.3c70.1 17.6 121.9 81 121.9 156.4c0 17-13.8 30.7-30.7 30.7H285.5c-2.1 0-4-.4-5.8-1.1l.3 1.1H168l.3-1.1c-1.8 .7-3.8 1.1-5.8 1.1H30.7C13.8 512 0 498.2 0 481.3c0-75.5 51.9-138.9 121.9-156.4c8.1-2 15.9 3.3 17.9 11.3l36 146.9 33.4-123.9z"],"arrow-down-long":[384,512,["long-arrow-down"],"f175","M169.4 502.6c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 402.7 224 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 370.7L86.6 329.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128z"],"tent-arrow-down-to-line":[640,512,[],"e57e","M241.8 111.9c8.9 9.9 8.1 25-1.8 33.9l-80 72c-9.1 8.2-23 8.2-32.1 0l-80-72c-9.9-8.9-10.7-24-1.8-33.9s24-10.7 33.9-1.8l39.9 36L120 24c0-13.3 10.7-24 24-24s24 10.7 24 24l0 122.1 39.9-36c9.9-8.9 25-8.1 33.9 1.8zm122.8 22.6c11.5-8.7 27.3-8.7 38.8 0l168 128c6.6 5 11 12.5 12.3 20.7l24 160 .7 4.7c17.5 .2 31.6 14.4 31.6 32c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H159.6l.7-4.7 24-160c1.2-8.2 5.6-15.7 12.3-20.7l168-128zM384 448h76.8L384 320V448z"],certificate:[512,512,[],"f0a3","M211 7.3C205 1 196-1.4 187.6 .8s-14.9 8.9-17.1 17.3L154.7 80.6l-62-17.5c-8.4-2.4-17.4 0-23.5 6.1s-8.5 15.1-6.1 23.5l17.5 62L18.1 170.6c-8.4 2.1-15 8.7-17.3 17.1S1 205 7.3 211l46.2 45L7.3 301C1 307-1.4 316 .8 324.4s8.9 14.9 17.3 17.1l62.5 15.8-17.5 62c-2.4 8.4 0 17.4 6.1 23.5s15.1 8.5 23.5 6.1l62-17.5 15.8 62.5c2.1 8.4 8.7 15 17.1 17.3s17.3-.2 23.4-6.4l45-46.2 45 46.2c6.1 6.2 15 8.7 23.4 6.4s14.9-8.9 17.1-17.3l15.8-62.5 62 17.5c8.4 2.4 17.4 0 23.5-6.1s8.5-15.1 6.1-23.5l-17.5-62 62.5-15.8c8.4-2.1 15-8.7 17.3-17.1s-.2-17.3-6.4-23.4l-46.2-45 46.2-45c6.2-6.1 8.7-15 6.4-23.4s-8.9-14.9-17.3-17.1l-62.5-15.8 17.5-62c2.4-8.4 0-17.4-6.1-23.5s-15.1-8.5-23.5-6.1l-62 17.5L341.4 18.1c-2.1-8.4-8.7-15-17.1-17.3S307 1 301 7.3L256 53.5 211 7.3z"],"reply-all":[576,512,["mail-reply-all"],"f122","M209.4 39.5c-9.1-9.6-24.3-10-33.9-.9L33.8 173.2c-19.9 18.9-19.9 50.7 0 69.6L175.5 377.4c9.6 9.1 24.8 8.7 33.9-.9s8.7-24.8-.9-33.9L66.8 208 208.5 73.4c9.6-9.1 10-24.3 .9-33.9zM352 64c0-12.6-7.4-24.1-19-29.2s-25-3-34.4 5.4l-160 144c-6.7 6.1-10.6 14.7-10.6 23.8s3.9 17.7 10.6 23.8l160 144c9.4 8.5 22.9 10.6 34.4 5.4s19-16.6 19-29.2V288h32c53 0 96 43 96 96c0 30.4-12.8 47.9-22.2 56.7c-5.5 5.1-9.8 12-9.8 19.5c0 10.9 8.8 19.7 19.7 19.7c2.8 0 5.6-.6 8.1-1.9C494.5 467.9 576 417.3 576 304c0-97.2-78.8-176-176-176H352V64z"],suitcase:[512,512,[129523],"f0f2","M176 56V96H336V56c0-4.4-3.6-8-8-8H184c-4.4 0-8 3.6-8 8zM128 96V56c0-30.9 25.1-56 56-56H328c30.9 0 56 25.1 56 56V96v32V480H128V128 96zM64 96H96V480H64c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64zM448 480H416V96h32c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64z"],"person-skating":[448,512,["skating"],"f7c5","M352 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM128 128c0-17.7 14.3-32 32-32H319.4c43.6 0 64.6 53.4 32.8 83.1l-74.4 69.4 60.2 60.2c9 9 14.1 21.2 14.1 33.9V416c0 17.7-14.3 32-32 32s-32-14.3-32-32V349.3l-77.9-77.8c-26.6-26.6-24.6-70.3 4.3-94.4l20.4-17H160c-17.7 0-32-14.3-32-32zM81.4 353.4l86.9-86.9c4.6 10 11 19.3 19.3 27.5l21.8 21.8-82.7 82.7c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3zm322.5 95.1c8.6 2.1 13.8 10.8 11.6 19.4l-.4 1.7c-6.2 24.9-28.6 42.4-54.3 42.4H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h88.8c11 0 20.6-7.5 23.3-18.2l.4-1.7c2.1-8.6 10.8-13.8 19.4-11.6zM135.2 478.3l-6.2 3.1c-21.6 10.8-47.6 6.6-64.6-10.5L4.7 411.3c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l59.6 59.6c7.3 7.3 18.5 9.1 27.7 4.5l6.2-3.1c7.9-4 17.5-.7 21.5 7.2s.7 17.5-7.2 21.5z"],"filter-circle-dollar":[576,512,["funnel-dollar"],"f662","M3.9 22.9C10.5 8.9 24.5 0 40 0H472c15.5 0 29.5 8.9 36.1 22.9s4.6 30.5-5.2 42.5L396.4 195.6C316.2 212.1 256 283 256 368c0 27.4 6.3 53.4 17.5 76.5c-1.6-.8-3.2-1.8-4.7-2.9l-64-48c-8.1-6-12.8-15.5-12.8-25.6V288.9L9 65.3C-.7 53.4-2.8 36.8 3.9 22.9zM288 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm120.8-32.6c.6-.9 1.8-2.1 4.2-3.4c5.1-2.7 12.5-4.1 18.7-4c8.2 .1 17.1 1.8 26.4 4.1c8.6 2.1 17.3-3.1 19.4-11.7s-3.1-17.3-11.7-19.4c-5.6-1.4-11.6-2.7-17.9-3.7V288c0-8.8-7.2-16-16-16s-16 7.2-16 16v9.5c-6.1 1.2-12.3 3.2-18 6.3c-11.8 6.3-23 18.4-21.8 37.2c1 16 11.7 25.3 21.6 30.7c8.8 4.7 19.7 7.8 28.6 10.3l1.8 .5c10.3 2.9 17.9 5.2 23.2 8.3c4.5 2.7 4.7 4.2 4.7 5.6c.1 2.4-.5 3.7-1 4.5c-.6 1-1.8 2.2-4 3.3c-4.7 2.5-11.8 3.8-18.5 3.6c-9.5-.3-18.5-3.1-29.9-6.8c-1.9-.6-3.8-1.2-5.8-1.8c-8.4-2.6-17.4 2.1-20 10.5s2.1 17.4 10.5 20c1.6 .5 3.3 1 5 1.6l0 0 0 0c7 2.3 15.1 4.8 23.7 6.6v11.4c0 8.8 7.2 16 16 16s16-7.2 16-16V438.7c6.2-1.1 12.5-3.1 18.3-6.2c12.1-6.5 22.3-18.7 21.7-36.9c-.5-16.2-10.3-26.3-20.5-32.3c-9.4-5.6-21.2-8.9-30.5-11.5l-.2 0c-10.4-2.9-18.3-5.2-23.9-8.2c-4.8-2.6-4.8-4-4.8-4.5l0-.1c-.1-1.9 .3-2.9 .8-3.6z"],"camera-retro":[512,512,[128247],"f083","M220.6 121.2L271.1 96 448 96v96H333.2c-21.9-15.1-48.5-24-77.2-24s-55.2 8.9-77.2 24H64V128H192c9.9 0 19.7-2.3 28.6-6.8zM0 128V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H271.1c-9.9 0-19.7 2.3-28.6 6.8L192 64H160V48c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16l0 16C28.7 64 0 92.7 0 128zM168 304a88 88 0 1 1 176 0 88 88 0 1 1 -176 0z"],"circle-arrow-down":[512,512,["arrow-circle-down"],"f0ab","M256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM127 281c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l71 71L232 136c0-13.3 10.7-24 24-24s24 10.7 24 24l0 182.1 71-71c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L273 393c-9.4 9.4-24.6 9.4-33.9 0L127 281z"],"file-import":[512,512,["arrow-right-to-file"],"f56f","M128 64c0-35.3 28.7-64 64-64H352V128c0 17.7 14.3 32 32 32H512V448c0 35.3-28.7 64-64 64H192c-35.3 0-64-28.7-64-64V336H302.1l-39 39c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l80-80c9.4-9.4 9.4-24.6 0-33.9l-80-80c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l39 39H128V64zm0 224v48H24c-13.3 0-24-10.7-24-24s10.7-24 24-24H128zM512 128H384V0L512 128z"],"square-arrow-up-right":[448,512,["external-link-square"],"f14c","M384 32c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32H384zM160 144c-13.3 0-24 10.7-24 24s10.7 24 24 24h94.1L119 327c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l135-135V328c0 13.3 10.7 24 24 24s24-10.7 24-24V168c0-13.3-10.7-24-24-24H160z"],"box-open":[640,512,[],"f49e","M58.9 42.1c3-6.1 9.6-9.6 16.3-8.7L320 64 564.8 33.4c6.7-.8 13.3 2.7 16.3 8.7l41.7 83.4c9 17.9-.6 39.6-19.8 45.1L439.6 217.3c-13.9 4-28.8-1.9-36.2-14.3L320 64 236.6 203c-7.4 12.4-22.3 18.3-36.2 14.3L37.1 170.6c-19.3-5.5-28.8-27.2-19.8-45.1L58.9 42.1zM321.1 128l54.9 91.4c14.9 24.8 44.6 36.6 72.5 28.6L576 211.6v167c0 22-15 41.2-36.4 46.6l-204.1 51c-10.2 2.6-20.9 2.6-31 0l-204.1-51C79 419.7 64 400.5 64 378.5v-167L191.6 248c27.8 8 57.6-3.8 72.5-28.6L318.9 128h2.2z"],scroll:[576,512,[128220],"f70e","M0 80v48c0 17.7 14.3 32 32 32H48 96V80c0-26.5-21.5-48-48-48S0 53.5 0 80zM112 32c10 13.4 16 30 16 48V384c0 35.3 28.7 64 64 64s64-28.7 64-64v-5.3c0-32.4 26.3-58.7 58.7-58.7H480V128c0-53-43-96-96-96H112zM464 480c61.9 0 112-50.1 112-112c0-8.8-7.2-16-16-16H314.7c-14.7 0-26.7 11.9-26.7 26.7V384c0 53-43 96-96 96H368h96z"],spa:[576,512,[],"f5bb","M183.1 235.3c33.7 20.7 62.9 48.1 85.8 80.5c7 9.9 13.4 20.3 19.1 31c5.7-10.8 12.1-21.1 19.1-31c22.9-32.4 52.1-59.8 85.8-80.5C437.6 207.8 490.1 192 546 192h9.9c11.1 0 20.1 9 20.1 20.1C576 360.1 456.1 480 308.1 480H288 267.9C119.9 480 0 360.1 0 212.1C0 201 9 192 20.1 192H30c55.9 0 108.4 15.8 153.1 43.3zM301.5 37.6c15.7 16.9 61.1 71.8 84.4 164.6c-38 21.6-71.4 50.8-97.9 85.6c-26.5-34.8-59.9-63.9-97.9-85.6c23.2-92.8 68.6-147.7 84.4-164.6C278 33.9 282.9 32 288 32s10 1.9 13.5 5.6z"],"location-pin-lock":[512,512,[],"e51f","M215.7 499.2c11-13.8 25.1-31.7 40.3-52.3V352c0-23.7 12.9-44.4 32-55.4V272c0-55.6 40.5-101.7 93.6-110.5C367 70 287.7 0 192 0C86 0 0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM400 240c17.7 0 32 14.3 32 32v48H368V272c0-17.7 14.3-32 32-32zm-80 32v48c-17.7 0-32 14.3-32 32V480c0 17.7 14.3 32 32 32H480c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32V272c0-44.2-35.8-80-80-80s-80 35.8-80 80z"],pause:[320,512,[9208],"f04c","M48 64C21.5 64 0 85.5 0 112V400c0 26.5 21.5 48 48 48H80c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48H48zm192 0c-26.5 0-48 21.5-48 48V400c0 26.5 21.5 48 48 48h32c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48H240z"],"hill-avalanche":[576,512,[],"e507","M439.7 401.9c34.2 23.1 81.1 19.5 111.4-10.8c34.4-34.4 34.4-90.1 0-124.4c-27.8-27.8-69.5-33.1-102.6-16c-11.8 6.1-16.4 20.6-10.3 32.3s20.6 16.4 32.3 10.3c15.1-7.8 34-5.3 46.6 7.3c15.6 15.6 15.6 40.9 0 56.6s-40.9 15.6-56.6 0l-81.7-81.7C401.2 261.3 416 236.4 416 208c0-33.9-21.1-62.9-50.9-74.5c1.9-6.8 2.9-14 2.9-21.5c0-44.2-35.8-80-80-80c-27.3 0-51.5 13.7-65.9 34.6C216.3 46.6 197.9 32 176 32c-26.5 0-48 21.5-48 48c0 4 .5 7.9 1.4 11.6L439.7 401.9zM480 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0 128a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM68.3 87C43.1 61.8 0 79.7 0 115.3V432c0 44.2 35.8 80 80 80H396.7c35.6 0 53.5-43.1 28.3-68.3L68.3 87z"],"temperature-empty":[320,512,["temperature-0","thermometer-0","thermometer-empty"],"f2cb","M112 112c0-26.5 21.5-48 48-48s48 21.5 48 48V276.5c0 17.3 7.1 31.9 15.3 42.5C233.8 332.6 240 349.5 240 368c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-18.5 6.2-35.4 16.7-48.9c8.2-10.6 15.3-25.2 15.3-42.5V112zM160 0C98.1 0 48 50.2 48 112V276.5c0 .1-.1 .3-.2 .6c-.2 .6-.8 1.6-1.7 2.8C27.2 304.2 16 334.8 16 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-33.2-11.2-63.8-30.1-88.1c-.9-1.2-1.5-2.2-1.7-2.8c-.1-.3-.2-.5-.2-.6V112C272 50.2 221.9 0 160 0zm0 416a48 48 0 1 0 0-96 48 48 0 1 0 0 96z"],bomb:[512,512,[128163],"f1e2","M459.1 52.4L442.6 6.5C440.7 2.6 436.5 0 432.1 0s-8.5 2.6-10.4 6.5L405.2 52.4l-46 16.8c-4.3 1.6-7.3 5.9-7.2 10.4c0 4.5 3 8.7 7.2 10.2l45.7 16.8 16.8 45.8c1.5 4.4 5.8 7.5 10.4 7.5s8.9-3.1 10.4-7.5l16.5-45.8 45.7-16.8c4.2-1.5 7.2-5.7 7.2-10.2c0-4.6-3-8.9-7.2-10.4L459.1 52.4zm-132.4 53c-12.5-12.5-32.8-12.5-45.3 0l-2.9 2.9C256.5 100.3 232.7 96 208 96C93.1 96 0 189.1 0 304S93.1 512 208 512s208-93.1 208-208c0-24.7-4.3-48.5-12.2-70.5l2.9-2.9c12.5-12.5 12.5-32.8 0-45.3l-80-80zM200 192c-57.4 0-104 46.6-104 104v8c0 8.8-7.2 16-16 16s-16-7.2-16-16v-8c0-75.1 60.9-136 136-136h8c8.8 0 16 7.2 16 16s-7.2 16-16 16h-8z"],registered:[512,512,[174],"f25d","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM160 152c0-13.3 10.7-24 24-24h88c44.2 0 80 35.8 80 80c0 28-14.4 52.7-36.3 67l34.1 75.1c5.5 12.1 .1 26.3-11.9 31.8s-26.3 .1-31.8-11.9L268.9 288H208v72c0 13.3-10.7 24-24 24s-24-10.7-24-24V264 152zm48 88h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H208v64z"],"address-card":[576,512,[62140,"contact-card","vcard"],"f2bb","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm80 256h64c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-32-96a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zm256-32H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16s7.2-16 16-16z"],"scale-unbalanced-flip":[640,512,["balance-scale-right"],"f516","M117.9 62.4c-16.8-5.6-25.8-23.7-20.2-40.5s23.7-25.8 40.5-20.2l113 37.7C265 15.8 290.7 0 320 0c44.2 0 80 35.8 80 80c0 3-.2 5.9-.5 8.8l122.6 40.9c16.8 5.6 25.8 23.7 20.2 40.5s-23.7 25.8-40.5 20.2L366.4 145.2c-4.5 3.2-9.3 5.9-14.4 8.2V480c0 17.7-14.3 32-32 32H128c-17.7 0-32-14.3-32-32s14.3-32 32-32H288V153.3c-21-9.2-37.2-27-44.2-49l-125.9-42zM200.4 288L128 163.8 55.6 288H200.4zM128 384C65.1 384 12.8 350 2 305.1c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1C243.2 350 190.9 384 128 384zm382.8-92.2L438.4 416H583.3L510.8 291.8zm126 141.3C626 478 573.7 512 510.8 512s-115.2-34-126-78.9c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1z"],subscript:[512,512,[],"f12c","M32 64C14.3 64 0 78.3 0 96s14.3 32 32 32H47.3l89.6 128L47.3 384H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H64c10.4 0 20.2-5.1 26.2-13.6L176 311.8l85.8 122.6c6 8.6 15.8 13.6 26.2 13.6h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H304.7L215.1 256l89.6-128H320c17.7 0 32-14.3 32-32s-14.3-32-32-32H288c-10.4 0-20.2 5.1-26.2 13.6L176 200.2 90.2 77.6C84.2 69.1 74.4 64 64 64H32zM480 320c0-11.1-5.7-21.4-15.2-27.2s-21.2-6.4-31.1-1.4l-32 16c-15.8 7.9-22.2 27.1-14.3 42.9C393 361.5 404.3 368 416 368v80c-17.7 0-32 14.3-32 32s14.3 32 32 32h32 32c17.7 0 32-14.3 32-32s-14.3-32-32-32V320z"],"diamond-turn-right":[512,512,["directions"],"f5eb","M227.7 11.7c15.6-15.6 40.9-15.6 56.6 0l216 216c15.6 15.6 15.6 40.9 0 56.6l-216 216c-15.6 15.6-40.9 15.6-56.6 0l-216-216c-15.6-15.6-15.6-40.9 0-56.6l216-216zm87.6 137c-4.6-4.6-11.5-5.9-17.4-3.5s-9.9 8.3-9.9 14.8v56H224c-35.3 0-64 28.7-64 64v48c0 13.3 10.7 24 24 24s24-10.7 24-24V280c0-8.8 7.2-16 16-16h64v56c0 6.5 3.9 12.3 9.9 14.8s12.9 1.1 17.4-3.5l80-80c6.2-6.2 6.2-16.4 0-22.6l-80-80z"],burst:[512,512,[],"e4dc","M37.6 4.2C28-2.3 15.2-1.1 7 7s-9.4 21-2.8 30.5l112 163.3L16.6 233.2C6.7 236.4 0 245.6 0 256s6.7 19.6 16.6 22.8l103.1 33.4L66.8 412.8c-4.9 9.3-3.2 20.7 4.3 28.1s18.8 9.2 28.1 4.3l100.6-52.9 33.4 103.1c3.2 9.9 12.4 16.6 22.8 16.6s19.6-6.7 22.8-16.6l33.4-103.1 100.6 52.9c9.3 4.9 20.7 3.2 28.1-4.3s9.2-18.8 4.3-28.1L392.3 312.2l103.1-33.4c9.9-3.2 16.6-12.4 16.6-22.8s-6.7-19.6-16.6-22.8L388.9 198.7l25.7-70.4c3.2-8.8 1-18.6-5.6-25.2s-16.4-8.8-25.2-5.6l-70.4 25.7L278.8 16.6C275.6 6.7 266.4 0 256 0s-19.6 6.7-22.8 16.6l-32.3 99.6L37.6 4.2z"],"house-laptop":[640,512,["laptop-house"],"e066","M218.3 8.5c12.3-11.3 31.2-11.3 43.4 0l208 192c6.7 6.2 10.3 14.8 10.3 23.5H336c-19.1 0-36.3 8.4-48 21.7V208c0-8.8-7.2-16-16-16H208c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h64V416H112c-26.5 0-48-21.5-48-48V256H32c-13.2 0-25-8.1-29.8-20.3s-1.6-26.2 8.1-35.2l208-192zM352 304V448H544V304H352zm-48-16c0-17.7 14.3-32 32-32H560c17.7 0 32 14.3 32 32V448h32c8.8 0 16 7.2 16 16c0 26.5-21.5 48-48 48H544 352 304c-26.5 0-48-21.5-48-48c0-8.8 7.2-16 16-16h32V288z"],"face-tired":[512,512,[128555,"tired"],"f5c8","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM164.7 328.7c22-22 53.9-40.7 91.3-40.7s69.3 18.7 91.3 40.7c11.1 11.1 20.1 23.4 26.4 35.4c6.2 11.7 10.3 24.4 10.3 35.9c0 5.2-2.6 10.2-6.9 13.2s-9.8 3.7-14.7 1.8l-20.5-7.7c-26.9-10.1-55.5-15.3-84.3-15.3h-3.2c-28.8 0-57.3 5.2-84.3 15.3L149.6 415c-4.9 1.8-10.4 1.2-14.7-1.8s-6.9-7.9-6.9-13.2c0-11.6 4.2-24.2 10.3-35.9c6.3-12 15.3-24.3 26.4-35.4zm-31.2-182l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 157.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z"],"money-bills":[640,512,[],"e1f3","M96 96V320c0 35.3 28.7 64 64 64H576c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H160c-35.3 0-64 28.7-64 64zm64 160c35.3 0 64 28.7 64 64H160V256zM224 96c0 35.3-28.7 64-64 64V96h64zM576 256v64H512c0-35.3 28.7-64 64-64zM512 96h64v64c-35.3 0-64-28.7-64-64zM288 208a80 80 0 1 1 160 0 80 80 0 1 1 -160 0zM48 120c0-13.3-10.7-24-24-24S0 106.7 0 120V360c0 66.3 53.7 120 120 120H520c13.3 0 24-10.7 24-24s-10.7-24-24-24H120c-39.8 0-72-32.2-72-72V120z"],smog:[640,512,[],"f75f","M32 144c0 79.5 64.5 144 144 144H299.3c22.6 19.9 52.2 32 84.7 32s62.1-12.1 84.7-32H496c61.9 0 112-50.1 112-112s-50.1-112-112-112c-10.7 0-21 1.5-30.8 4.3C443.8 27.7 401.1 0 352 0c-32.6 0-62.4 12.2-85.1 32.3C242.1 12.1 210.5 0 176 0C96.5 0 32 64.5 32 144zM616 368H280c-13.3 0-24 10.7-24 24s10.7 24 24 24H616c13.3 0 24-10.7 24-24s-10.7-24-24-24zm-64 96H440c-13.3 0-24 10.7-24 24s10.7 24 24 24H552c13.3 0 24-10.7 24-24s-10.7-24-24-24zm-192 0H24c-13.3 0-24 10.7-24 24s10.7 24 24 24H360c13.3 0 24-10.7 24-24s-10.7-24-24-24zM224 392c0-13.3-10.7-24-24-24H96c-13.3 0-24 10.7-24 24s10.7 24 24 24H200c13.3 0 24-10.7 24-24z"],crutch:[512,512,[],"f7f7","M297.4 9.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0zm-96 144l-34.8 34.8c-12.9 12.9-21.9 29.2-25.8 47.1L116.8 342.9c-1.3 5.9-4.3 11.4-8.6 15.7L9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l98.8-98.8c4.3-4.3 9.7-7.3 15.7-8.6l107.6-23.9c17.8-4 34.1-12.9 47.1-25.8l34.7-34.7c0 0 .1-.1 .1-.1s.1-.1 .1-.1l74.6-74.6-45.3-45.3L336 242.7 269.3 176l52.1-52.1L276.1 78.6l-74.7 74.7zM224 221.3L290.7 288l-12.2 12.2c-4.3 4.3-9.7 7.3-15.7 8.6l-76.7 17 17-76.7c1.3-5.9 4.3-11.4 8.6-15.7L224 221.3z"],"font-awesome":[448,512,[62501,62694,"font-awesome-flag","font-awesome-logo-full"],"f2b4","M448 48V384c-63.1 22.5-82.3 32-119.5 32c-62.8 0-86.6-32-149.3-32c-20.6 0-36.6 3.6-51.2 8.2v-64c14.6-4.6 30.6-8.2 51.2-8.2c62.7 0 86.5 32 149.3 32c20.4 0 35.6-3 55.5-9.3v-208c-19.9 6.3-35.1 9.3-55.5 9.3c-62.8 0-86.6-32-149.3-32c-50.8 0-74.9 20.6-115.2 28.7V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V64C0 46.3 14.3 32 32 32s32 14.3 32 32V76.7c40.3-8 64.4-28.7 115.2-28.7c62.7 0 86.5 32 149.3 32c37.1 0 56.4-9.5 119.5-32z"],"cloud-arrow-up":[640,512,[62338,"cloud-upload","cloud-upload-alt"],"f0ee","M144 480C64.5 480 0 415.5 0 336c0-62.8 40.2-116.2 96.2-135.9c-.1-2.7-.2-5.4-.2-8.1c0-88.4 71.6-160 160-160c59.3 0 111 32.2 138.7 80.2C409.9 102 428.3 96 448 96c53 0 96 43 96 96c0 12.2-2.3 23.8-6.4 34.6C596 238.4 640 290.1 640 352c0 70.7-57.3 128-128 128H144zm79-217c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l39-39V392c0 13.3 10.7 24 24 24s24-10.7 24-24V257.9l39 39c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-80-80c-9.4-9.4-24.6-9.4-33.9 0l-80 80z"],palette:[512,512,[127912],"f53f","M512 256c0 .9 0 1.8 0 2.7c-.4 36.5-33.6 61.3-70.1 61.3H344c-26.5 0-48 21.5-48 48c0 3.4 .4 6.7 1 9.9c2.1 10.2 6.5 20 10.8 29.9c6.1 13.8 12.1 27.5 12.1 42c0 31.8-21.6 60.7-53.4 62c-3.5 .1-7 .2-10.6 .2C114.6 512 0 397.4 0 256S114.6 0 256 0S512 114.6 512 256zM128 288a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0-96a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM288 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm96 96a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"],"arrows-turn-right":[448,512,[],"e4c0","M297.4 9.4c12.5-12.5 32.8-12.5 45.3 0l96 96c12.5 12.5 12.5 32.8 0 45.3l-96 96c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L338.7 160H128c-35.3 0-64 28.7-64 64v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V224C0 153.3 57.3 96 128 96H338.7L297.4 54.6c-12.5-12.5-12.5-32.8 0-45.3zm-96 256c12.5-12.5 32.8-12.5 45.3 0l96 96c12.5 12.5 12.5 32.8 0 45.3l-96 96c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 416H96c-17.7 0-32 14.3-32 32v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448c0-53 43-96 96-96H242.7l-41.4-41.4c-12.5-12.5-12.5-32.8 0-45.3z"],vest:[448,512,[],"e085","M207.1 237.4L151.2 69.7C168.6 79.7 192.6 88 224 88s55.4-8.3 72.8-18.3L226.5 280.6c-1.6 4.9-2.5 10-2.5 15.2V464c0 26.5 21.5 48 48 48H400c26.5 0 48-21.5 48-48V270.5c0-9.5-2.8-18.7-8.1-26.6l-47.9-71.8c-5.3-7.9-8.1-17.1-8.1-26.6V128 54.3 48c0-26.5-21.5-48-48-48h-4.5c-.2 0-.4 0-.6 0c-.4 0-.8 0-1.2 0C311 0 295.7 9.7 285.7 18.8C276.4 27.2 257.2 40 224 40s-52.4-12.8-61.7-21.2C152.3 9.7 137 0 118.3 0c-.4 0-.8 0-1.2 0c-.2 0-.4 0-.6 0H112C85.5 0 64 21.5 64 48v6.3V128v17.5c0 9.5-2.8 18.7-8.1 26.6L8.1 243.9C2.8 251.8 0 261.1 0 270.5V464c0 26.5 21.5 48 48 48H176c9.9 0 19-3 26.7-8.1C195.9 492.2 192 478.5 192 464V295.8c0-8.6 1.4-17.1 4.1-25.3l11-33.1zM347.3 356.7l48 48c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-48-48c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0zm-294.6 48l48-48c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-48 48c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6z"],ferry:[576,512,[],"e4ea","M224 0H352c17.7 0 32 14.3 32 32h75.1c20.6 0 31.6 24.3 18.1 39.8L456 96H120L98.8 71.8C85.3 56.3 96.3 32 116.9 32H192c0-17.7 14.3-32 32-32zM96 128H480c17.7 0 32 14.3 32 32V283.5c0 13.3-4.2 26.3-11.9 37.2l-51.4 71.9c-1.9 1.1-3.7 2.2-5.5 3.5c-15.5 10.7-34 18-51 19.9H375.6c-17.1-1.8-35-9-50.8-19.9c-22.1-15.5-51.6-15.5-73.7 0c-14.8 10.2-32.5 18-50.6 19.9H183.9c-17-1.8-35.6-9.2-51-19.9c-1.8-1.3-3.7-2.4-5.6-3.5L75.9 320.7C68.2 309.8 64 296.8 64 283.5V160c0-17.7 14.3-32 32-32zm32 64v96H448V192H128zM306.5 421.9C329 437.4 356.5 448 384 448c26.9 0 55.3-10.8 77.4-26.1l0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 501.7 417 512 384 512c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7l0 0C136.7 437.2 165.1 448 192 448c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z"],"arrows-down-to-people":[640,512,[],"e4b9","M144 0c-13.3 0-24 10.7-24 24V142.1L97 119c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0l64-64c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-23 23V24c0-13.3-10.7-24-24-24zM360 200a40 40 0 1 0 -80 0 40 40 0 1 0 80 0zM184 296a40 40 0 1 0 -80 0 40 40 0 1 0 80 0zm312 40a40 40 0 1 0 0-80 40 40 0 1 0 0 80zM200 441.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-36.3-67.5c1.7-1.7 3.2-3.6 4.3-5.8L264 345.5V400c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32V345.5l26.9 49.9c1.2 2.2 2.6 4.1 4.3 5.8l-36.3 67.5c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L440 441.5V480c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32V441.5l26.9 49.9c6.3 11.7 20.8 16 32.5 9.8s16-20.8 9.8-32.5l-37.9-70.3c-15.3-28.5-45.1-46.3-77.5-46.3H486.2c-16.3 0-31.9 4.5-45.4 12.6l-33.6-62.3c-15.3-28.5-45.1-46.3-77.5-46.3H310.2c-32.4 0-62.1 17.8-77.5 46.3l-33.6 62.3c-13.5-8.1-29.1-12.6-45.4-12.6H134.2c-32.4 0-62.1 17.8-77.5 46.3L18.9 468.6c-6.3 11.7-1.9 26.2 9.8 32.5s26.2 1.9 32.5-9.8L88 441.5V480c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32V441.5zM415 153l64 64c9.4 9.4 24.6 9.4 33.9 0l64-64c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-23 23V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V142.1l-23-23c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9z"],seedling:[512,512,[127793,"sprout"],"f4d8","M512 32c0 113.6-84.6 207.5-194.2 222c-7.1-53.4-30.6-101.6-65.3-139.3C290.8 46.3 364 0 448 0h32c17.7 0 32 14.3 32 32zM0 96C0 78.3 14.3 64 32 64H64c123.7 0 224 100.3 224 224v32V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V320C100.3 320 0 219.7 0 96z"],"left-right":[512,512,[8596,"arrows-alt-h"],"f337","M504.3 273.6c4.9-4.5 7.7-10.9 7.7-17.6s-2.8-13-7.7-17.6l-112-104c-7-6.5-17.2-8.2-25.9-4.4s-14.4 12.5-14.4 22l0 56-192 0 0-56c0-9.5-5.7-18.2-14.4-22s-18.9-2.1-25.9 4.4l-112 104C2.8 243 0 249.3 0 256s2.8 13 7.7 17.6l112 104c7 6.5 17.2 8.2 25.9 4.4s14.4-12.5 14.4-22l0-56 192 0 0 56c0 9.5 5.7 18.2 14.4 22s18.9 2.1 25.9-4.4l112-104z"],"boxes-packing":[640,512,[],"e4c7","M256 48c0-26.5 21.5-48 48-48H592c26.5 0 48 21.5 48 48V464c0 26.5-21.5 48-48 48H381.3c1.8-5 2.7-10.4 2.7-16V253.3c18.6-6.6 32-24.4 32-45.3V176c0-26.5-21.5-48-48-48H256V48zM571.3 347.3c6.2-6.2 6.2-16.4 0-22.6l-64-64c-6.2-6.2-16.4-6.2-22.6 0l-64 64c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L480 310.6V432c0 8.8 7.2 16 16 16s16-7.2 16-16V310.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0zM0 176c0-8.8 7.2-16 16-16H368c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H16c-8.8 0-16-7.2-16-16V176zm352 80V480c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V256H352zM144 320c-8.8 0-16 7.2-16 16s7.2 16 16 16h96c8.8 0 16-7.2 16-16s-7.2-16-16-16H144z"],"circle-arrow-left":[512,512,["arrow-circle-left"],"f0a8","M512 256A256 256 0 1 0 0 256a256 256 0 1 0 512 0zM231 127c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-71 71L376 232c13.3 0 24 10.7 24 24s-10.7 24-24 24l-182.1 0 71 71c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L119 273c-9.4-9.4-9.4-24.6 0-33.9L231 127z"],"group-arrows-rotate":[512,512,[],"e4f6","M201.1 71.9c16.9-5 26.6-22.9 21.5-39.8s-22.9-26.6-39.8-21.5c-21.5 6.4-41.8 15.5-60.6 27C114.3 34 105.4 32 96 32C60.7 32 32 60.7 32 96c0 9.4 2 18.3 5.6 26.3c-11.5 18.7-20.6 39-27 60.6c-5 16.9 4.6 34.8 21.5 39.8s34.8-4.6 39.8-21.5c4.3-14.6 10.4-28.5 17.9-41.4c2 .2 4.1 .3 6.1 .3c35.3 0 64-28.7 64-64c0-2.1-.1-4.1-.3-6.1c12.9-7.5 26.8-13.6 41.4-17.9zm128-61.3c-16.9-5-34.8 4.6-39.8 21.5s4.6 34.8 21.5 39.8c14.6 4.3 28.5 10.4 41.4 17.9c-.2 2-.3 4.1-.3 6.1c0 35.3 28.7 64 64 64c2.1 0 4.1-.1 6.2-.3c7.5 12.9 13.6 26.8 17.9 41.4c5 16.9 22.9 26.6 39.8 21.5s26.6-22.9 21.5-39.8c-6.4-21.5-15.5-41.8-27-60.6c3.6-8 5.6-16.9 5.6-26.3c0-35.3-28.7-64-64-64c-9.4 0-18.3 2-26.3 5.6c-18.7-11.5-39-20.6-60.6-27zM71.9 310.9c-5-16.9-22.9-26.6-39.8-21.5s-26.6 22.9-21.5 39.8c6.4 21.5 15.5 41.8 27 60.6C34 397.7 32 406.6 32 416c0 35.3 28.7 64 64 64c9.4 0 18.3-2 26.3-5.6c18.7 11.5 39 20.6 60.6 27c16.9 5 34.8-4.6 39.8-21.5s-4.6-34.8-21.5-39.8c-14.6-4.3-28.5-10.4-41.4-17.9c.2-2 .3-4.1 .3-6.2c0-35.3-28.7-64-64-64c-2.1 0-4.1 .1-6.2 .3c-7.5-12.9-13.6-26.8-17.9-41.4zm429.4 18.3c5-16.9-4.6-34.8-21.5-39.8s-34.8 4.6-39.8 21.5c-4.3 14.6-10.4 28.5-17.9 41.4c-2-.2-4.1-.3-6.2-.3c-35.3 0-64 28.7-64 64c0 2.1 .1 4.1 .3 6.2c-12.9 7.5-26.8 13.6-41.4 17.9c-16.9 5-26.6 22.9-21.5 39.8s22.9 26.6 39.8 21.5c21.5-6.4 41.8-15.5 60.6-27c8 3.6 16.9 5.6 26.3 5.6c35.3 0 64-28.7 64-64c0-9.4-2-18.3-5.6-26.3c11.5-18.7 20.6-39 27-60.6zM192.8 256.8c0-15.6 5.6-29.9 14.9-41.1L223 231c6.6 6.6 17.8 1.9 17.8-7.4V163.2c0-5.7-4.7-10.4-10.4-10.4H169.9c-9.3 0-13.9 11.2-7.4 17.8l11.2 11.2c-17.9 19.8-28.9 46.2-28.9 75.1c0 43.6 24.9 81.3 61.1 99.8c11.8 6 26.3 1.4 32.3-10.4s1.4-26.3-10.4-32.3c-20.8-10.6-34.9-32.2-34.9-57zm93.1-58.6c20.8 10.6 34.9 32.2 34.9 57c0 15.6-5.6 29.9-14.9 41.1L290.6 281c-6.6-6.6-17.8-1.9-17.8 7.4v60.5c0 5.7 4.7 10.4 10.4 10.4h60.5c9.3 0 13.9-11.2 7.4-17.8l-11.2-11.2c17.9-19.8 28.9-46.2 28.9-75.1c0-43.6-24.9-81.3-61.1-99.8c-11.8-6-26.3-1.4-32.3 10.4s-1.4 26.3 10.4 32.3z"],"bowl-food":[512,512,[],"e4c6","M0 192c0-35.3 28.7-64 64-64c.5 0 1.1 0 1.6 0C73 91.5 105.3 64 144 64c15 0 29 4.1 40.9 11.2C198.2 49.6 225.1 32 256 32s57.8 17.6 71.1 43.2C339 68.1 353 64 368 64c38.7 0 71 27.5 78.4 64c.5 0 1.1 0 1.6 0c35.3 0 64 28.7 64 64c0 11.7-3.1 22.6-8.6 32H8.6C3.1 214.6 0 203.7 0 192zm0 91.4C0 268.3 12.3 256 27.4 256H484.6c15.1 0 27.4 12.3 27.4 27.4c0 70.5-44.4 130.7-106.7 154.1L403.5 452c-2 16-15.6 28-31.8 28H140.2c-16.1 0-29.8-12-31.8-28l-1.8-14.4C44.4 414.1 0 353.9 0 283.4z"],"candy-cane":[512,512,[],"f786","M348.8 131.5c3.7-2.3 7.9-3.5 12.2-3.5c12.7 0 23 10.3 23 23v5.6c0 9.9-5.1 19.1-13.5 24.3L30.1 393.7C.1 412.5-9 451.9 9.7 481.9s58.2 39.1 88.2 20.4L438.4 289.5c45.8-28.6 73.6-78.8 73.6-132.8V151C512 67.6 444.4 0 361 0c-28.3 0-56 8-80.1 23L254.1 39.7c-30 18.7-39.1 58.2-20.4 88.2s58.2 39.1 88.2 20.4l26.8-16.8zM298.4 49.8c9.2-5.7 19.1-10.1 29.4-13.1L348 97.5c-5.7 1.4-11.2 3.7-16.3 6.8l-12.6 7.9L298.4 49.8zm88.5 52.7l46.2-46.2c8.5 6.5 16.1 14.1 22.6 22.6l-46.2 46.2c-5.1-9.6-13-17.5-22.6-22.6zm28.9 59.3l61.6 20.5c-2.2 10.5-5.8 20.7-10.5 30.2l-62-20.7c6.2-8.8 10.1-19.1 11-30.1zm-86.1 82.5l60.4 37.7-30.2 18.9-60.4-37.7 30.2-18.9zm-107.2 67l60.4 37.7-30.2 18.9-60.4-37.7 30.2-18.9zM119.3 375.7l60.4 37.7-30.2 18.9L89.1 394.6l30.2-18.9z"],"arrow-down-wide-short":[576,512,["sort-amount-asc","sort-amount-down"],"f160","M151.6 469.6C145.5 476.2 137 480 128 480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3 2-45.2s33.3-11.1 45.2 2L96 365.7V64c0-17.7 14.3-32 32-32s32 14.3 32 32V365.7l32.4-35.4c11.9-13 32.2-13.9 45.2-2s13.9 32.2 2 45.2l-88 96zM320 480c-17.7 0-32-14.3-32-32s14.3-32 32-32h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H320zm0-128c-17.7 0-32-14.3-32-32s14.3-32 32-32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H320zm0-128c-17.7 0-32-14.3-32-32s14.3-32 32-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H320zm0-128c-17.7 0-32-14.3-32-32s14.3-32 32-32H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H320z"],"cloud-bolt":[512,512,[127785,"thunderstorm"],"f76c","M0 224c0 53 43 96 96 96h47.2L290 202.5c17.6-14.1 42.6-14 60.2 .2s22.8 38.6 12.8 58.8L333.7 320H352h64c53 0 96-43 96-96s-43-96-96-96c-.5 0-1.1 0-1.6 0c1.1-5.2 1.6-10.5 1.6-16c0-44.2-35.8-80-80-80c-24.3 0-46.1 10.9-60.8 28C256.5 24.3 219.1 0 176 0C114.1 0 64 50.1 64 112c0 7.1 .7 14.1 1.9 20.8C27.6 145.4 0 181.5 0 224zm330.1 3.6c-5.8-4.7-14.2-4.7-20.1-.1l-160 128c-5.3 4.2-7.4 11.4-5.1 17.8s8.3 10.7 15.1 10.7h70.1L177.7 488.8c-3.4 6.7-1.6 14.9 4.3 19.6s14.2 4.7 20.1 .1l160-128c5.3-4.2 7.4-11.4 5.1-17.8s-8.3-10.7-15.1-10.7H281.9l52.4-104.8c3.4-6.7 1.6-14.9-4.2-19.6z"],"text-slash":[640,512,["remove-format"],"f87d","M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L355.7 253.5 400.2 96H503L497 120.2c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l11-44.1C577.6 61.3 554.7 32 523.5 32H376.1h-.3H204.5c-22 0-41.2 15-46.6 36.4l-6.3 25.2L38.8 5.1zm168 131.7c.1-.3 .2-.7 .3-1L217 96H333.7L301.3 210.8l-94.5-74.1zM243.3 416H192c-17.7 0-32 14.3-32 32s14.3 32 32 32H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H309.8l17.6-62.1L272.9 311 243.3 416z"],"face-smile-wink":[512,512,[128521,"smile-wink"],"f4da","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM164.1 325.5C182 346.2 212.6 368 256 368s74-21.8 91.9-42.5c5.8-6.7 15.9-7.4 22.6-1.6s7.4 15.9 1.6 22.6C349.8 372.1 311.1 400 256 400s-93.8-27.9-116.1-53.5c-5.8-6.7-5.1-16.8 1.6-22.6s16.8-5.1 22.6 1.6zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm156.4 25.6c-5.3 7.1-15.3 8.5-22.4 3.2s-8.5-15.3-3.2-22.4c30.4-40.5 91.2-40.5 121.6 0c5.3 7.1 3.9 17.1-3.2 22.4s-17.1 3.9-22.4-3.2c-17.6-23.5-52.8-23.5-70.4 0z"],"file-word":[384,512,[],"f1c2","M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM111 257.1l26.8 89.2 31.6-90.3c3.4-9.6 12.5-16.1 22.7-16.1s19.3 6.4 22.7 16.1l31.6 90.3L273 257.1c3.8-12.7 17.2-19.9 29.9-16.1s19.9 17.2 16.1 29.9l-48 160c-3 10-12 16.9-22.4 17.1s-19.8-6.2-23.2-16.1L192 336.6l-33.3 95.3c-3.4 9.8-12.8 16.3-23.2 16.1s-19.5-7.1-22.4-17.1l-48-160c-3.8-12.7 3.4-26.1 16.1-29.9s26.1 3.4 29.9 16.1z"],"file-powerpoint":[384,512,[],"f1c4","M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM136 240h68c42 0 76 34 76 76s-34 76-76 76H160v32c0 13.3-10.7 24-24 24s-24-10.7-24-24V368 264c0-13.3 10.7-24 24-24zm68 104c15.5 0 28-12.5 28-28s-12.5-28-28-28H160v56h44z"],"arrows-left-right":[512,512,["arrows-h"],"f07e","M406.6 374.6l96-96c12.5-12.5 12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 224l-293.5 0 41.4-41.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 288l293.5 0-41.4 41.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0z"],"house-lock":[640,512,[],"e510","M384 480c0 11.7 3.1 22.6 8.6 32H392c-22.1 0-40-17.9-40-40V448 384c0-17.7-14.3-32-32-32H256c-17.7 0-32 14.3-32 32v64 24c0 22.1-17.9 40-40 40H160 128.1c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2H104c-22.1 0-40-17.9-40-40V360c0-.9 0-1.9 .1-2.8V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L490.7 166.3C447.2 181.7 416 223.2 416 272v24.6c-19.1 11.1-32 31.7-32 55.4V480zM528 240c-17.7 0-32 14.3-32 32v48h64V272c0-17.7-14.3-32-32-32zm-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80v48c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32H448c-17.7 0-32-14.3-32-32V352c0-17.7 14.3-32 32-32V272z"],"cloud-arrow-down":[640,512,[62337,"cloud-download","cloud-download-alt"],"f0ed","M144 480C64.5 480 0 415.5 0 336c0-62.8 40.2-116.2 96.2-135.9c-.1-2.7-.2-5.4-.2-8.1c0-88.4 71.6-160 160-160c59.3 0 111 32.2 138.7 80.2C409.9 102 428.3 96 448 96c53 0 96 43 96 96c0 12.2-2.3 23.8-6.4 34.6C596 238.4 640 290.1 640 352c0 70.7-57.3 128-128 128H144zm79-167l80 80c9.4 9.4 24.6 9.4 33.9 0l80-80c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-39 39V184c0-13.3-10.7-24-24-24s-24 10.7-24 24V318.1l-39-39c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9z"],children:[640,512,[],"e4e1","M160 0a64 64 0 1 1 0 128A64 64 0 1 1 160 0zM88 480V400H70.2c-10.9 0-18.6-10.7-15.2-21.1l31.1-93.4L57.5 323.3c-10.7 14.1-30.8 16.8-44.8 6.2s-16.8-30.7-6.2-44.8L65.4 207c22.4-29.6 57.5-47 94.6-47s72.2 17.4 94.6 47l58.9 77.7c10.7 14.1 7.9 34.2-6.2 44.8s-34.2 7.9-44.8-6.2l-28.6-37.8L265 378.9c3.5 10.4-4.3 21.1-15.2 21.1H232v80c0 17.7-14.3 32-32 32s-32-14.3-32-32V400H152v80c0 17.7-14.3 32-32 32s-32-14.3-32-32zM480 0a64 64 0 1 1 0 128A64 64 0 1 1 480 0zm-8 384v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V300.5L395.1 321c-9.4 15-29.2 19.4-44.1 10s-19.4-29.2-10-44.1l51.7-82.1c17.6-27.9 48.3-44.9 81.2-44.9h12.3c33 0 63.7 16.9 81.2 44.9L619.1 287c9.4 15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L552 300.5V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V384H472z"],chalkboard:[576,512,["blackboard"],"f51b","M96 32C60.7 32 32 60.7 32 96V384H96V96l384 0V384h64V96c0-35.3-28.7-64-64-64H96zM224 384v32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H544c17.7 0 32-14.3 32-32s-14.3-32-32-32H416V384c0-17.7-14.3-32-32-32H256c-17.7 0-32 14.3-32 32z"],"user-large-slash":[640,512,["user-alt-slash"],"f4fa","M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L381.9 274c48.5-23.2 82.1-72.7 82.1-130C464 64.5 399.5 0 320 0C250.4 0 192.4 49.3 178.9 114.9L38.8 5.1zM545.5 512H528L284.3 320h-59C136.2 320 64 392.2 64 481.3c0 17 13.8 30.7 30.7 30.7H545.3l.3 0z"],"envelope-open":[512,512,[62135],"f2b6","M64 208.1L256 65.9 448 208.1v47.4L289.5 373c-9.7 7.2-21.4 11-33.5 11s-23.8-3.9-33.5-11L64 255.5V208.1zM256 0c-12.1 0-23.8 3.9-33.5 11L25.9 156.7C9.6 168.8 0 187.8 0 208.1V448c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V208.1c0-20.3-9.6-39.4-25.9-51.4L289.5 11C279.8 3.9 268.1 0 256 0z"],"handshake-simple-slash":[640,512,["handshake-alt-slash"],"e05f","M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-135-105.8c-1.1-11.3-6.3-22.3-15.3-30.7l-134.2-123-23.4 18.2-26-20.3 77.2-60.1c7-5.4 17-4.2 22.5 2.8s4.2 17-2.8 22.5l-20.9 16.2L550.2 352H592c26.5 0 48-21.5 48-48V176c0-26.5-21.5-48-48-48H516h-4-.7l-3.9-2.5L434.8 79c-15.3-9.8-33.2-15-51.4-15c-21.8 0-43 7.5-60 21.2l-89.7 72.6-25.8-20.3 81.8-66.2c-11.6-4.9-24.1-7.4-36.8-7.4C234 64 215.7 69.6 200 80l-35.5 23.7L38.8 5.1zM0 176V304c0 26.5 21.5 48 48 48H156.2l91.4 83.4c19.6 17.9 49.9 16.5 67.8-3.1c5.5-6.1 9.2-13.2 11.1-20.6l17 15.6c19.5 17.9 49.9 16.6 67.8-2.9c.8-.8 1.5-1.7 2.2-2.6L41.2 128.5C17.9 131.8 0 151.8 0 176z"],"mattress-pillow":[640,512,[],"e525","M256 64H64C28.7 64 0 92.7 0 128V384c0 35.3 28.7 64 64 64H256V64zm32 384H576c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H288V448zM64 160c0-17.7 14.3-32 32-32h64c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V160z"],"guarani-sign":[384,512,[],"e19a","M192 0c-17.7 0-32 14.3-32 32V66.7C69.2 81.9 0 160.9 0 256s69.2 174.1 160 189.3V480c0 17.7 14.3 32 32 32s32-14.3 32-32V445.3c90.8-15.2 160-94.2 160-189.3c0-17.7-14.3-32-32-32H224V132c22.1 5.7 41.8 17.1 57.6 32.6c12.6 12.4 32.9 12.2 45.3-.4s12.2-32.9-.5-45.3C299 92 263.5 73.3 224 66.7V32c0-17.7-14.3-32-32-32zM160 132V380c-55.2-14.2-96-64.3-96-124s40.8-109.8 96-124zM224 380V288h92c-11.6 45-47 80.4-92 92z"],"arrows-rotate":[512,512,[128472,"refresh","sync"],"f021","M105.1 202.6c7.7-21.8 20.2-42.3 37.8-59.8c62.5-62.5 163.8-62.5 226.3 0L386.3 160H336c-17.7 0-32 14.3-32 32s14.3 32 32 32H463.5c0 0 0 0 0 0h.4c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v51.2L414.4 97.6c-87.5-87.5-229.3-87.5-316.8 0C73.2 122 55.6 150.7 44.8 181.4c-5.9 16.7 2.9 34.9 19.5 40.8s34.9-2.9 40.8-19.5zM39 289.3c-5 1.5-9.8 4.2-13.7 8.2c-4 4-6.7 8.8-8.1 14c-.3 1.2-.6 2.5-.8 3.8c-.3 1.7-.4 3.4-.4 5.1V448c0 17.7 14.3 32 32 32s32-14.3 32-32V396.9l17.6 17.5 0 0c87.5 87.4 229.3 87.4 316.7 0c24.4-24.4 42.1-53.1 52.9-83.7c5.9-16.7-2.9-34.9-19.5-40.8s-34.9 2.9-40.8 19.5c-7.7 21.8-20.2 42.3-37.8 59.8c-62.5 62.5-163.8 62.5-226.3 0l-.1-.1L125.6 352H176c17.7 0 32-14.3 32-32s-14.3-32-32-32H48.4c-1.6 0-3.2 .1-4.8 .3s-3.1 .5-4.6 1z"],"fire-extinguisher":[512,512,[129519],"f134","M500.3 7.3C507.7 13.3 512 22.4 512 32v96c0 9.6-4.3 18.7-11.7 24.7s-17.2 8.5-26.6 6.6l-160-32C301.5 124.9 292 115.7 289 104H224v34.8c37.8 18 64 56.5 64 101.2V384H64V240c0-44.7 26.2-83.2 64-101.2V110c-36.2 11.1-66 36.9-82.3 70.5c-5.8 11.9-20.2 16.9-32.1 11.1S-3.3 171.4 2.5 159.5C26.7 109.8 72.7 72.6 128 60.4V32c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32V56h65c3-11.7 12.5-20.9 24.7-23.4l160-32c9.4-1.9 19.1 .6 26.6 6.6zM288 416v32c0 35.3-28.7 64-64 64H128c-35.3 0-64-28.7-64-64V416H288zM176 96a16 16 0 1 0 0-32 16 16 0 1 0 0 32z"],"cruzeiro-sign":[448,512,[],"e152","M96 256c0-88.4 71.6-160 160-160c41 0 78.3 15.4 106.7 40.7c13.2 11.8 33.4 10.7 45.2-2.5s10.7-33.4-2.5-45.2c-39.6-35.5-92-57-149.3-57C132.3 32 32 132.3 32 256s100.3 224 224 224c57.4 0 109.7-21.6 149.3-57c13.2-11.8 14.3-32 2.5-45.2s-32-14.3-45.2-2.5C334.3 400.6 297 416 256 416V320v-8.7c0-12.8 10.4-23.3 23.3-23.3c4.6 0 9.1 1.4 12.9 3.9l10.1 6.7c14.7 9.8 34.6 5.8 44.4-8.9s5.8-34.6-8.9-44.4l-10.1-6.7c-14.3-9.6-31.2-14.7-48.4-14.7c-12.4 0-24.2 2.6-34.9 7.3c-5.5-4.5-12.6-7.3-20.3-7.3c-17.7 0-32 14.3-32 32v55.3V320v82.7C135.5 378 96 321.6 96 256z"],"greater-than-equal":[448,512,[],"f532","M52.1 93.7C35.7 87.1 27.7 68.5 34.3 52.1s25.2-24.4 41.6-17.8l320 128C408 167.1 416 178.9 416 192s-8 24.9-20.1 29.7l-320 128c-16.4 6.6-35-1.4-41.6-17.8s1.4-35 17.8-41.6L297.8 192 52.1 93.7zM416 416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416z"],"shield-halved":[512,512,["shield-alt"],"f3ed","M256 0c4.6 0 9.2 1 13.4 2.9L457.7 82.8c22 9.3 38.4 31 38.3 57.2c-.5 99.2-41.3 280.7-213.6 363.2c-16.7 8-36.1 8-52.8 0C57.3 420.7 16.5 239.2 16 140c-.1-26.2 16.3-47.9 38.3-57.2L242.7 2.9C246.8 1 251.4 0 256 0zm0 66.8V444.8C394 378 431.1 230.1 432 141.4L256 66.8l0 0z"],"book-atlas":[448,512,["atlas"],"f558","M0 96C0 43 43 0 96 0H384h32c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32H384 96c-53 0-96-43-96-96V96zM64 416c0 17.7 14.3 32 32 32H352V384H96c-17.7 0-32 14.3-32 32zM247.4 283.8c-3.7 3.7-6.2 4.2-7.4 4.2s-3.7-.5-7.4-4.2c-3.8-3.7-8-10-11.8-18.9c-6.2-14.5-10.8-34.3-12.2-56.9h63c-1.5 22.6-6 42.4-12.2 56.9c-3.8 8.9-8 15.2-11.8 18.9zm42.7-9.9c7.3-18.3 12-41.1 13.4-65.9h31.1c-4.7 27.9-21.4 51.7-44.5 65.9zm0-163.8c23.2 14.2 39.9 38 44.5 65.9H303.5c-1.4-24.7-6.1-47.5-13.4-65.9zM368 192a128 128 0 1 0 -256 0 128 128 0 1 0 256 0zM145.3 208h31.1c1.4 24.7 6.1 47.5 13.4 65.9c-23.2-14.2-39.9-38-44.5-65.9zm31.1-32H145.3c4.7-27.9 21.4-51.7 44.5-65.9c-7.3 18.3-12 41.1-13.4 65.9zm56.1-75.8c3.7-3.7 6.2-4.2 7.4-4.2s3.7 .5 7.4 4.2c3.8 3.7 8 10 11.8 18.9c6.2 14.5 10.8 34.3 12.2 56.9h-63c1.5-22.6 6-42.4 12.2-56.9c3.8-8.9 8-15.2 11.8-18.9z"],virus:[512,512,[],"e074","M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V43.5c0 49.9-60.3 74.9-95.6 39.6L120.2 75C107.7 62.5 87.5 62.5 75 75s-12.5 32.8 0 45.3l8.2 8.2C118.4 163.7 93.4 224 43.5 224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H43.5c49.9 0 74.9 60.3 39.6 95.6L75 391.8c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l8.2-8.2c35.3-35.3 95.6-10.3 95.6 39.6V480c0 17.7 14.3 32 32 32s32-14.3 32-32V468.5c0-49.9 60.3-74.9 95.6-39.6l8.2 8.2c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-8.2-8.2c-35.3-35.3-10.3-95.6 39.6-95.6H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H468.5c-49.9 0-74.9-60.3-39.6-95.6l8.2-8.2c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-8.2 8.2C348.3 118.4 288 93.4 288 43.5V32zM176 224a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm128 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"],"envelope-circle-check":[640,512,[],"e4e8","M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0l57.4-43c23.9-59.8 79.7-103.3 146.3-109.8l13.9-10.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176V384c0 35.3 28.7 64 64 64H360.2C335.1 417.6 320 378.5 320 336c0-5.6 .3-11.1 .8-16.6l-26.4 19.8zM640 336a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 353.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z"],"layer-group":[576,512,[],"f5fd","M264.5 5.2c14.9-6.9 32.1-6.9 47 0l218.6 101c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L45.9 149.8C37.4 145.8 32 137.3 32 128s5.4-17.9 13.9-21.8L264.5 5.2zM476.9 209.6l53.2 24.6c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L45.9 277.8C37.4 273.8 32 265.3 32 256s5.4-17.9 13.9-21.8l53.2-24.6 152 70.2c23.4 10.8 50.4 10.8 73.8 0l152-70.2zm-152 198.2l152-70.2 53.2 24.6c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L45.9 405.8C37.4 401.8 32 393.3 32 384s5.4-17.9 13.9-21.8l53.2-24.6 152 70.2c23.4 10.8 50.4 10.8 73.8 0z"],"arrows-to-dot":[512,512,[],"e4be","M256 0c17.7 0 32 14.3 32 32V64h32c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-64 64c-12.5 12.5-32.8 12.5-45.3 0l-64-64c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8h32V32c0-17.7 14.3-32 32-32zM169.4 393.4l64-64c12.5-12.5 32.8-12.5 45.3 0l64 64c9.2 9.2 11.9 22.9 6.9 34.9s-16.6 19.8-29.6 19.8H288v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H192c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9zM32 224H64V192c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l64 64c12.5 12.5 12.5 32.8 0 45.3l-64 64c-9.2 9.2-22.9 11.9-34.9 6.9s-19.8-16.6-19.8-29.6V288H32c-17.7 0-32-14.3-32-32s14.3-32 32-32zm297.4 54.6c-12.5-12.5-12.5-32.8 0-45.3l64-64c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6v32h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H448v32c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-64-64zM256 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],archway:[512,512,[],"f557","M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H32zm0 384c-17.7 0-32 14.3-32 32s14.3 32 32 32H96h64V352c0-53 43-96 96-96s96 43 96 96V480h64 64c17.7 0 32-14.3 32-32s-14.3-32-32-32V128H32V416z"],"heart-circle-check":[576,512,[],"e4fd","M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5zM576 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L416 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z"],"house-chimney-crack":[576,512,["house-damage"],"f6f1","M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c.2 35.5-28.5 64.3-64 64.3H326.4L288 448l80.8-67.3c7.8-6.5 7.6-18.6-.4-24.9L250.6 263.2c-14.6-11.5-33.8 7-22.8 22L288 368l-85.5 71.2c-6.1 5-7.5 13.8-3.5 20.5L230.4 512H128.1c-35.3 0-64-28.7-64-64V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L416 100.7V64c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32V185l52.8 46.4c8 7 12 15 11 24z"],"file-zipper":[384,512,["file-archive"],"f1c6","M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM96 48c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16zm-6.3 71.8c3.7-14 16.4-23.8 30.9-23.8h14.8c14.5 0 27.2 9.7 30.9 23.8l23.5 88.2c1.4 5.4 2.1 10.9 2.1 16.4c0 35.2-28.8 63.7-64 63.7s-64-28.5-64-63.7c0-5.5 .7-11.1 2.1-16.4l23.5-88.2zM112 336c-8.8 0-16 7.2-16 16s7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H112z"],square:[448,512,[9632,9723,9724,61590],"f0c8","M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96z"],"martini-glass-empty":[512,512,["glass-martini"],"f000","M32 0C19.1 0 7.4 7.8 2.4 19.8s-2.2 25.7 6.9 34.9L224 269.3V448H160c-17.7 0-32 14.3-32 32s14.3 32 32 32h96 96c17.7 0 32-14.3 32-32s-14.3-32-32-32H288V269.3L502.6 54.6c9.2-9.2 11.9-22.9 6.9-34.9S492.9 0 480 0H32zM256 210.7L109.3 64H402.7L256 210.7z"],couch:[640,512,[],"f4b8","M64 160C64 89.3 121.3 32 192 32H448c70.7 0 128 57.3 128 128v33.6c-36.5 7.4-64 39.7-64 78.4v48H128V272c0-38.7-27.5-71-64-78.4V160zM544 272c0-20.9 13.4-38.7 32-45.3c5-1.8 10.4-2.7 16-2.7c26.5 0 48 21.5 48 48V448c0 17.7-14.3 32-32 32H576c-17.7 0-32-14.3-32-32H96c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V272c0-26.5 21.5-48 48-48c5.6 0 11 1 16 2.7c18.6 6.6 32 24.4 32 45.3v48 32h32H512h32V320 272z"],"cedi-sign":[384,512,[],"e0df","M256 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V66.7C101.2 81.9 32 160.9 32 256s69.2 174.1 160 189.3V480c0 17.7 14.3 32 32 32s32-14.3 32-32V445.3c30.9-5.2 59.2-17.7 83.2-35.8c14.1-10.6 17-30.7 6.4-44.8s-30.7-17-44.8-6.4c-13.2 9.9-28.3 17.3-44.8 21.6V132c16.4 4.2 31.6 11.6 44.8 21.6c14.1 10.6 34.2 7.8 44.8-6.4s7.8-34.2-6.4-44.8c-24-18-52.4-30.6-83.2-35.8V32zM192 132V380c-55.2-14.2-96-64.3-96-124s40.8-109.8 96-124z"],italic:[384,512,[],"f033","M128 64c0-17.7 14.3-32 32-32H352c17.7 0 32 14.3 32 32s-14.3 32-32 32H293.3L160 416h64c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H90.7L224 96H160c-17.7 0-32-14.3-32-32z"],church:[640,512,[9962],"f51d","M344 24c0-13.3-10.7-24-24-24s-24 10.7-24 24V48H264c-13.3 0-24 10.7-24 24s10.7 24 24 24h32v46.4L183.3 210c-14.5 8.7-23.3 24.3-23.3 41.2V512h96V416c0-35.3 28.7-64 64-64s64 28.7 64 64v96h96V251.2c0-16.9-8.8-32.5-23.3-41.2L344 142.4V96h32c13.3 0 24-10.7 24-24s-10.7-24-24-24H344V24zM24.9 330.3C9.5 338.8 0 354.9 0 372.4V464c0 26.5 21.5 48 48 48h80V273.6L24.9 330.3zM592 512c26.5 0 48-21.5 48-48V372.4c0-17.5-9.5-33.6-24.9-42.1L512 273.6V512h80z"],"comments-dollar":[640,512,[],"f653","M416 176c0 97.2-93.1 176-208 176c-38.2 0-73.9-8.7-104.7-23.9c-7.5 4-16 7.9-25.2 11.4C59.8 346.4 37.8 352 16 352c-6.9 0-13.1-4.5-15.2-11.1s.2-13.8 5.8-17.9l0 0 0 0 .2-.2c.2-.2 .6-.4 1.1-.8c1-.8 2.5-2 4.3-3.7c3.6-3.3 8.5-8.1 13.3-14.3c5.5-7 10.7-15.4 14.2-24.7C14.7 250.3 0 214.6 0 176C0 78.8 93.1 0 208 0S416 78.8 416 176zM231.5 383C348.9 372.9 448 288.3 448 176c0-5.2-.2-10.4-.6-15.5C555.1 167.1 640 243.2 640 336c0 38.6-14.7 74.3-39.6 103.4c3.5 9.4 8.7 17.7 14.2 24.7c4.8 6.2 9.7 11 13.3 14.3c1.8 1.6 3.3 2.9 4.3 3.7c.5 .4 .9 .7 1.1 .8l.2 .2 0 0 0 0c5.6 4.1 7.9 11.3 5.8 17.9c-2.1 6.6-8.3 11.1-15.2 11.1c-21.8 0-43.8-5.6-62.1-12.5c-9.2-3.5-17.8-7.4-25.2-11.4C505.9 503.3 470.2 512 432 512c-95.6 0-176.2-54.6-200.5-129zM228 72c0-11-9-20-20-20s-20 9-20 20V86c-7.6 1.7-15.2 4.4-22.2 8.5c-13.9 8.3-25.9 22.8-25.8 43.9c.1 20.3 12 33.1 24.7 40.7c11 6.6 24.7 10.8 35.6 14l1.7 .5c12.6 3.8 21.8 6.8 28 10.7c5.1 3.2 5.8 5.4 5.9 8.2c.1 5-1.8 8-5.9 10.5c-5 3.1-12.9 5-21.4 4.7c-11.1-.4-21.5-3.9-35.1-8.5c-2.3-.8-4.7-1.6-7.2-2.4c-10.5-3.5-21.8 2.2-25.3 12.6s2.2 21.8 12.6 25.3c1.9 .6 4 1.3 6.1 2.1l0 0 0 0c8.3 2.9 17.9 6.2 28.2 8.4V280c0 11 9 20 20 20s20-9 20-20V266.2c8-1.7 16-4.5 23.2-9c14.3-8.9 25.1-24.1 24.8-45c-.3-20.3-11.7-33.4-24.6-41.6c-11.5-7.2-25.9-11.6-37.1-15l-.7-.2c-12.8-3.9-21.9-6.7-28.3-10.5c-5.2-3.1-5.3-4.9-5.3-6.7c0-3.7 1.4-6.5 6.2-9.3c5.4-3.2 13.6-5.1 21.5-5c9.6 .1 20.2 2.2 31.2 5.2c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-6.5-1.7-13.7-3.4-21.1-4.7V72z"],democrat:[640,512,[],"f747","M64 32c0-8.9 3.8-20.9 6.2-27.3C71.2 1.8 74 0 77 0c1.9 0 3.8 .7 5.2 2.1L128 45.7 173.8 2.1C175.2 .7 177.1 0 179 0c3 0 5.8 1.8 6.8 4.7c2.4 6.5 6.2 18.4 6.2 27.3c0 26.5-21.9 42-29.5 46.6l76.2 72.6c6 5.7 13.9 8.8 22.1 8.8H480l32 0c40.3 0 78.2 19 102.4 51.2l19.2 25.6c10.6 14.1 7.7 34.2-6.4 44.8s-34.2 7.7-44.8-6.4l-19.2-25.6c-5.3-7-11.8-12.8-19.2-17V320H192l-40.4-94.3c-3.9-9.2-15.3-12.6-23.6-7l-42.1 28c-9.1 6.1-19.7 9.3-30.7 9.3h-2C23.9 256 0 232.1 0 202.7c0-12.1 4.1-23.8 11.7-33.3L87.6 74.6C78.1 67.4 64 53.2 64 32zM448 352h96v64 64c0 17.7-14.3 32-32 32H480c-17.7 0-32-14.3-32-32V416H288v64c0 17.7-14.3 32-32 32H224c-17.7 0-32-14.3-32-32V416 352h96H448zM260.9 210.9c-.9-1.8-2.8-2.9-4.8-2.9s-3.9 1.1-4.8 2.9l-10.5 20.5-23.5 3.3c-2 .3-3.7 1.6-4.3 3.5s-.1 3.9 1.3 5.3l17 16-4 22.6c-.3 1.9 .5 3.9 2.1 5s3.8 1.3 5.6 .4l21-10.7 21 10.7c1.8 .9 4 .8 5.6-.4s2.5-3.1 2.1-5l-4-22.6 17-16c1.5-1.4 2-3.4 1.3-5.3s-2.3-3.2-4.3-3.5l-23.5-3.3-10.5-20.5zM368.1 208c-2 0-3.9 1.1-4.8 2.9l-10.5 20.5-23.5 3.3c-2 .3-3.7 1.6-4.3 3.5s-.1 3.9 1.3 5.3l17 16-4 22.6c-.3 1.9 .5 3.9 2.1 5s3.8 1.3 5.6 .4l21-10.7 21 10.7c1.8 .9 4 .8 5.6-.4s2.5-3.1 2.1-5l-4-22.6 17-16c1.5-1.4 2-3.4 1.4-5.3s-2.3-3.2-4.3-3.5l-23.5-3.3-10.5-20.5c-.9-1.8-2.8-2.9-4.8-2.9zm116.8 2.9c-.9-1.8-2.8-2.9-4.8-2.9s-3.9 1.1-4.8 2.9l-10.5 20.5-23.5 3.3c-2 .3-3.7 1.6-4.3 3.5s-.1 3.9 1.3 5.3l17 16-4 22.6c-.3 1.9 .5 3.9 2.1 5s3.8 1.3 5.6 .4l21-10.7 21 10.7c1.8 .9 4 .8 5.6-.4s2.5-3.1 2.1-5l-4-22.6 17-16c1.5-1.4 2-3.4 1.4-5.3s-2.3-3.2-4.3-3.5l-23.5-3.3-10.5-20.5z"],z:[384,512,[122],"5a","M0 64C0 46.3 14.3 32 32 32H352c12.4 0 23.7 7.2 29 18.4s3.6 24.5-4.4 34.1L100.3 416H352c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-12.4 0-23.7-7.2-29-18.4s-3.6-24.5 4.4-34.1L283.7 96H32C14.3 96 0 81.7 0 64z"],"person-skiing":[512,512,[9975,"skiing"],"f7c9","M380.7 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM2.7 268.9c6.1-11.8 20.6-16.3 32.4-10.2L232.7 361.3l46.2-69.2-75.1-75.1c-14.6-14.6-20.4-33.9-18.4-52.1l108.8 52 39.3 39.3c16.2 16.2 18.7 41.5 6 60.6L289.8 391l128.7 66.8c13.6 7.1 29.8 7.2 43.6 .3l15.2-7.6c11.9-5.9 26.3-1.1 32.2 10.7s1.1 26.3-10.7 32.2l-15.2 7.6c-27.5 13.7-59.9 13.5-87.2-.7L12.9 301.3C1.2 295.2-3.4 280.7 2.7 268.9zM118.9 65.6L137 74.2l8.7-17.4c4-7.9 13.6-11.1 21.5-7.2s11.1 13.6 7.2 21.5l-8.5 16.9 54.7 26.2c1.5-.7 3.1-1.4 4.7-2.1l83.4-33.4c34.2-13.7 72.8 4.2 84.5 39.2l17.1 51.2 52.1 26.1c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3l-58.1-29c-11.4-5.7-20-15.7-24.1-27.8l-5.8-17.3-27.3 12.1-6.8 3-6.7-3.2L151.5 116.7l-9.2 18.4c-4 7.9-13.6 11.1-21.5 7.2s-11.1-13.6-7.2-21.5l9-18-17.6-8.4c-8-3.8-11.3-13.4-7.5-21.3s13.4-11.3 21.3-7.5z"],"road-lock":[640,512,[],"e567","M288 32H213.2c-27.1 0-51.3 17.1-60.3 42.6L35.1 407.2c-2.1 5.9-3.1 12-3.1 18.2C32 455.5 56.5 480 86.6 480H288V416c0-17.7 14.3-32 32-32s32 14.3 32 32v64h32V352c0-23.7 12.9-44.4 32-55.4V272c0-58.3 44.6-106.2 101.5-111.5L487.1 74.6C478 49.1 453.9 32 426.8 32H352V96c0 17.7-14.3 32-32 32s-32-14.3-32-32V32zm64 192v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V224c0-17.7 14.3-32 32-32s32 14.3 32 32zm176 16c17.7 0 32 14.3 32 32v48H496V272c0-17.7 14.3-32 32-32zm-80 32v48c-17.7 0-32 14.3-32 32V480c0 17.7 14.3 32 32 32H608c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32V272c0-44.2-35.8-80-80-80s-80 35.8-80 80z"],a:[384,512,[97],"41","M221.5 51.7C216.6 39.8 204.9 32 192 32s-24.6 7.8-29.5 19.7l-120 288-40 96c-6.8 16.3 .9 35 17.2 41.8s35-.9 41.8-17.2L93.3 384H290.7l31.8 76.3c6.8 16.3 25.5 24 41.8 17.2s24-25.5 17.2-41.8l-40-96-120-288zM264 320H120l72-172.8L264 320z"],"temperature-arrow-down":[576,512,["temperature-down"],"e03f","M128 112c0-26.5 21.5-48 48-48s48 21.5 48 48V276.5c0 17.3 7.1 31.9 15.3 42.5C249.8 332.6 256 349.5 256 368c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-18.5 6.2-35.4 16.7-48.9c8.2-10.6 15.3-25.2 15.3-42.5V112zM176 0C114.1 0 64 50.1 64 112V276.4c0 .1-.1 .3-.2 .6c-.2 .6-.8 1.6-1.7 2.8C43.2 304.2 32 334.8 32 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-33.2-11.2-63.8-30.1-88.1c-.9-1.2-1.5-2.2-1.7-2.8c-.1-.3-.2-.5-.2-.6V112C288 50.1 237.9 0 176 0zm0 416c26.5 0 48-21.5 48-48c0-20.9-13.4-38.7-32-45.3V272c0-8.8-7.2-16-16-16s-16 7.2-16 16v50.7c-18.6 6.6-32 24.4-32 45.3c0 26.5 21.5 48 48 48zm336-64H480V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V352H384c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l64 64c6 6 14.1 9.4 22.6 9.4s16.6-3.4 22.6-9.4l64-64c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8z"],"feather-pointed":[512,512,["feather-alt"],"f56b","M278.5 215.6L23 471c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l74.8-74.8c7.4 4.6 15.3 8.2 23.8 10.5C200.3 452.8 270 454.5 338 409.4c12.2-8.1 5.8-25.4-8.8-25.4l-16.1 0c-5.1 0-9.2-4.1-9.2-9.2c0-4.1 2.7-7.6 6.5-8.8l97.7-29.3c3.4-1 6.4-3.1 8.4-6.1c4.4-6.4 8.6-12.9 12.6-19.6c6.2-10.3-1.5-23-13.5-23l-38.6 0c-5.1 0-9.2-4.1-9.2-9.2c0-4.1 2.7-7.6 6.5-8.8l80.9-24.3c4.6-1.4 8.4-4.8 10.2-9.3C494.5 163 507.8 86.1 511.9 36.8c.8-9.9-3-19.6-10-26.6s-16.7-10.8-26.6-10C391.5 7 228.5 40.5 137.4 131.6C57.3 211.7 56.7 302.3 71.3 356.4c2.1 7.9 12 9.6 17.8 3.8L253.6 195.8c6.2-6.2 16.4-6.2 22.6 0c5.4 5.4 6.1 13.6 2.2 19.8z"],p:[320,512,[112],"50","M0 96C0 60.7 28.7 32 64 32h96c88.4 0 160 71.6 160 160s-71.6 160-160 160H64v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V320 96zM64 288h96c53 0 96-43 96-96s-43-96-96-96H64V288z"],snowflake:[448,512,[10052,10054],"f2dc","M224 0c17.7 0 32 14.3 32 32V62.1l15-15c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-49 49v70.3l61.4-35.8 17.7-66.1c3.4-12.8 16.6-20.4 29.4-17s20.4 16.6 17 29.4l-5.2 19.3 23.6-13.8c15.3-8.9 34.9-3.7 43.8 11.5s3.8 34.9-11.5 43.8l-25.3 14.8 21.7 5.8c12.8 3.4 20.4 16.6 17 29.4s-16.6 20.4-29.4 17l-67.7-18.1L287.5 256l60.9 35.5 67.7-18.1c12.8-3.4 26 4.2 29.4 17s-4.2 26-17 29.4l-21.7 5.8 25.3 14.8c15.3 8.9 20.4 28.5 11.5 43.8s-28.5 20.4-43.8 11.5l-23.6-13.8 5.2 19.3c3.4 12.8-4.2 26-17 29.4s-26-4.2-29.4-17l-17.7-66.1L256 311.7v70.3l49 49c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-15-15V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V449.9l-15 15c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l49-49V311.7l-61.4 35.8-17.7 66.1c-3.4 12.8-16.6 20.4-29.4 17s-20.4-16.6-17-29.4l5.2-19.3L48.1 395.6c-15.3 8.9-34.9 3.7-43.8-11.5s-3.7-34.9 11.5-43.8l25.3-14.8-21.7-5.8c-12.8-3.4-20.4-16.6-17-29.4s16.6-20.4 29.4-17l67.7 18.1L160.5 256 99.6 220.5 31.9 238.6c-12.8 3.4-26-4.2-29.4-17s4.2-26 17-29.4l21.7-5.8L15.9 171.6C.6 162.7-4.5 143.1 4.4 127.9s28.5-20.4 43.8-11.5l23.6 13.8-5.2-19.3c-3.4-12.8 4.2-26 17-29.4s26 4.2 29.4 17l17.7 66.1L192 200.3V129.9L143 81c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l15 15V32c0-17.7 14.3-32 32-32z"],newspaper:[512,512,[128240],"f1ea","M96 96c0-35.3 28.7-64 64-64H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H80c-44.2 0-80-35.8-80-80V128c0-17.7 14.3-32 32-32s32 14.3 32 32V400c0 8.8 7.2 16 16 16s16-7.2 16-16V96zm64 24v80c0 13.3 10.7 24 24 24H296c13.3 0 24-10.7 24-24V120c0-13.3-10.7-24-24-24H184c-13.3 0-24 10.7-24 24zm208-8c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16s-7.2-16-16-16H384c-8.8 0-16 7.2-16 16zm0 96c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16s-7.2-16-16-16H384c-8.8 0-16 7.2-16 16zM160 304c0 8.8 7.2 16 16 16H432c8.8 0 16-7.2 16-16s-7.2-16-16-16H176c-8.8 0-16 7.2-16 16zm0 96c0 8.8 7.2 16 16 16H432c8.8 0 16-7.2 16-16s-7.2-16-16-16H176c-8.8 0-16 7.2-16 16z"],"rectangle-ad":[576,512,["ad"],"f641","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM229.5 173.3l72 144c5.9 11.9 1.1 26.3-10.7 32.2s-26.3 1.1-32.2-10.7L253.2 328H162.8l-5.4 10.7c-5.9 11.9-20.3 16.7-32.2 10.7s-16.7-20.3-10.7-32.2l72-144c4.1-8.1 12.4-13.3 21.5-13.3s17.4 5.1 21.5 13.3zM208 237.7L186.8 280h42.3L208 237.7zM392 256a24 24 0 1 0 0 48 24 24 0 1 0 0-48zm24-43.9V184c0-13.3 10.7-24 24-24s24 10.7 24 24v96 48c0 13.3-10.7 24-24 24c-6.6 0-12.6-2.7-17-7c-9.4 4.5-19.9 7-31 7c-39.8 0-72-32.2-72-72s32.2-72 72-72c8.4 0 16.5 1.4 24 4.1z"],"circle-arrow-right":[512,512,["arrow-circle-right"],"f0a9","M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM281 385c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l71-71L136 280c-13.3 0-24-10.7-24-24s10.7-24 24-24l182.1 0-71-71c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L393 239c9.4 9.4 9.4 24.6 0 33.9L281 385z"],"filter-circle-xmark":[576,512,[],"e17b","M3.9 22.9C10.5 8.9 24.5 0 40 0H472c15.5 0 29.5 8.9 36.1 22.9s4.6 30.5-5.2 42.5L396.4 195.6C316.2 212.1 256 283 256 368c0 27.4 6.3 53.4 17.5 76.5c-1.6-.8-3.2-1.8-4.7-2.9l-64-48c-8.1-6-12.8-15.5-12.8-25.6V288.9L9 65.3C-.7 53.4-2.8 36.8 3.9 22.9zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm59.3 107.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L432 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L409.4 368l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L432 390.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L454.6 368l36.7-36.7z"],locust:[576,512,[],"e520","M312 32c-13.3 0-24 10.7-24 24s10.7 24 24 24h16c98.7 0 180.6 71.4 197 165.4c-9-3.5-18.8-5.4-29-5.4H431.8l-41.8-97.5c-3.4-7.9-10.8-13.4-19.3-14.4s-17 2.7-22.1 9.6l-40.9 55.5-21.7-50.7c-3.3-7.8-10.5-13.2-18.9-14.3s-16.7 2.3-22 8.9l-240 304c-8.2 10.4-6.4 25.5 4 33.7s25.5 6.4 33.7-4l79.4-100.5 43 16.4-40.5 55c-7.9 10.7-5.6 25.7 5.1 33.6s25.7 5.6 33.6-5.1L215.1 400h74.5l-29.3 42.3c-7.5 10.9-4.8 25.8 6.1 33.4s25.8 4.8 33.4-6.1L348 400h80.4l38.8 67.9c6.6 11.5 21.2 15.5 32.7 8.9s15.5-21.2 8.9-32.7L483.6 400H496c44.1 0 79.8-35.7 80-79.7c0-.1 0-.2 0-.3V280C576 143 465 32 328 32H312zm50.5 168l17.1 40H333l29.5-40zm-87.7 38.1l-1.4 1.9H225.1l32.7-41.5 16.9 39.5zM88.8 240C57.4 240 32 265.4 32 296.8c0 15.5 6.3 30 16.9 40.4L126.7 240H88.8zM496 288a16 16 0 1 1 0 32 16 16 0 1 1 0-32z"],sort:[320,512,["unsorted"],"f0dc","M137.4 41.4c12.5-12.5 32.8-12.5 45.3 0l128 128c9.2 9.2 11.9 22.9 6.9 34.9s-16.6 19.8-29.6 19.8H32c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9l128-128zm0 429.3l-128-128c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8H288c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-128 128c-12.5 12.5-32.8 12.5-45.3 0z"],"list-ol":[512,512,["list-1-2","list-numeric"],"f0cb","M24 56c0-13.3 10.7-24 24-24H80c13.3 0 24 10.7 24 24V176h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H40c-13.3 0-24-10.7-24-24s10.7-24 24-24H56V80H48C34.7 80 24 69.3 24 56zM86.7 341.2c-6.5-7.4-18.3-6.9-24 1.2L51.5 357.9c-7.7 10.8-22.7 13.3-33.5 5.6s-13.3-22.7-5.6-33.5l11.1-15.6c23.7-33.2 72.3-35.6 99.2-4.9c21.3 24.4 20.8 60.9-1.1 84.7L86.8 432H120c13.3 0 24 10.7 24 24s-10.7 24-24 24H32c-9.5 0-18.2-5.6-22-14.4s-2.1-18.9 4.3-25.9l72-78c5.3-5.8 5.4-14.6 .3-20.5zM224 64H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 160H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 160H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32z"],"person-dress-burst":[640,512,[],"e544","M528 48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM390.2 384H408v96c0 17.7 14.3 32 32 32s32-14.3 32-32V384h16v96c0 17.7 14.3 32 32 32s32-14.3 32-32V384h17.8c10.9 0 18.6-10.7 15.2-21.1L546.7 248.1l33.9 56.3c9.1 15.1 28.8 20 43.9 10.9s20-28.8 10.9-43.9l-53.6-89.2c-20.2-33.7-56.7-54.3-96-54.3H474.2c-39.3 0-75.7 20.6-96 54.3l-53.6 89.2c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9l33.9-56.3L375 362.9c-3.5 10.4 4.3 21.1 15.2 21.1zM190.9 18.1C188.4 12 182.6 8 176 8s-12.4 4-14.9 10.1l-29.4 74L55.6 68.9c-6.3-1.9-13.1 .2-17.2 5.3s-4.6 12.2-1.4 17.9l39.5 69.1L10.9 206.4c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2L90.6 327c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6L176 286.1l58.6 53.9c4.8 4.4 11.9 5.5 17.8 2.6s9.5-9 9-15.5l-5.6-79.4 50.5-7.8 24.4-40.5-55.2-38L315 92.2c3.3-5.7 2.7-12.8-1.4-17.9s-10.9-7.2-17.2-5.3L220.3 92.1l-29.4-74z"],"money-check-dollar":[576,512,["money-check-alt"],"f53d","M64 64C28.7 64 0 92.7 0 128V384c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H64zM272 192H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H272c-8.8 0-16-7.2-16-16s7.2-16 16-16zM256 304c0-8.8 7.2-16 16-16H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H272c-8.8 0-16-7.2-16-16zM164 152v13.9c7.5 1.2 14.6 2.9 21.1 4.7c10.7 2.8 17 13.8 14.2 24.5s-13.8 17-24.5 14.2c-11-2.9-21.6-5-31.2-5.2c-7.9-.1-16 1.8-21.5 5c-4.8 2.8-6.2 5.6-6.2 9.3c0 1.8 .1 3.5 5.3 6.7c6.3 3.8 15.5 6.7 28.3 10.5l.7 .2c11.2 3.4 25.6 7.7 37.1 15c12.9 8.1 24.3 21.3 24.6 41.6c.3 20.9-10.5 36.1-24.8 45c-7.2 4.5-15.2 7.3-23.2 9V360c0 11-9 20-20 20s-20-9-20-20V345.4c-10.3-2.2-20-5.5-28.2-8.4l0 0 0 0c-2.1-.7-4.1-1.4-6.1-2.1c-10.5-3.5-16.1-14.8-12.6-25.3s14.8-16.1 25.3-12.6c2.5 .8 4.9 1.7 7.2 2.4c13.6 4.6 24 8.1 35.1 8.5c8.6 .3 16.5-1.6 21.4-4.7c4.1-2.5 6-5.5 5.9-10.5c0-2.9-.8-5-5.9-8.2c-6.3-4-15.4-6.9-28-10.7l-1.7-.5c-10.9-3.3-24.6-7.4-35.6-14c-12.7-7.7-24.6-20.5-24.7-40.7c-.1-21.1 11.8-35.7 25.8-43.9c6.9-4.1 14.5-6.8 22.2-8.5V152c0-11 9-20 20-20s20 9 20 20z"],"vector-square":[448,512,[],"f5cb","M368 80h32v32H368V80zM352 32c-17.7 0-32 14.3-32 32H128c0-17.7-14.3-32-32-32H32C14.3 32 0 46.3 0 64v64c0 17.7 14.3 32 32 32V352c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32H320c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V384c0-17.7-14.3-32-32-32V160c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H352zM96 160c17.7 0 32-14.3 32-32H320c0 17.7 14.3 32 32 32V352c-17.7 0-32 14.3-32 32H128c0-17.7-14.3-32-32-32V160zM48 400H80v32H48V400zm320 32V400h32v32H368zM48 112V80H80v32H48z"],"bread-slice":[512,512,[],"f7ec","M256 32C192 32 0 64 0 192c0 35.3 28.7 64 64 64V432c0 26.5 21.5 48 48 48H400c26.5 0 48-21.5 48-48V256c35.3 0 64-28.7 64-64C512 64 320 32 256 32z"],language:[640,512,[],"f1ab","M0 128C0 92.7 28.7 64 64 64H256h48 16H576c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H320 304 256 64c-35.3 0-64-28.7-64-64V128zm320 0V384H576V128H320zM178.3 175.9c-3.2-7.2-10.4-11.9-18.3-11.9s-15.1 4.7-18.3 11.9l-64 144c-4.5 10.1 .1 21.9 10.2 26.4s21.9-.1 26.4-10.2l8.9-20.1h73.6l8.9 20.1c4.5 10.1 16.3 14.6 26.4 10.2s14.6-16.3 10.2-26.4l-64-144zM160 233.2L179 276H141l19-42.8zM448 164c11 0 20 9 20 20v4h44 16c11 0 20 9 20 20s-9 20-20 20h-2l-1.6 4.5c-8.9 24.4-22.4 46.6-39.6 65.4c.9 .6 1.8 1.1 2.7 1.6l18.9 11.3c9.5 5.7 12.5 18 6.9 27.4s-18 12.5-27.4 6.9l-18.9-11.3c-4.5-2.7-8.8-5.5-13.1-8.5c-10.6 7.5-21.9 14-34 19.4l-3.6 1.6c-10.1 4.5-21.9-.1-26.4-10.2s.1-21.9 10.2-26.4l3.6-1.6c6.4-2.9 12.6-6.1 18.5-9.8l-12.2-12.2c-7.8-7.8-7.8-20.5 0-28.3s20.5-7.8 28.3 0l14.6 14.6 .5 .5c12.4-13.1 22.5-28.3 29.8-45H448 376c-11 0-20-9-20-20s9-20 20-20h52v-4c0-11 9-20 20-20z"],"face-kiss-wink-heart":[512,512,[128536,"kiss-wink-heart"],"f598","M498 339.7c9.1-26.2 14-54.4 14-83.7C512 114.6 397.4 0 256 0S0 114.6 0 256S114.6 512 256 512c35.4 0 69.1-7.2 99.7-20.2c-4.8-5.5-8.5-12.2-10.4-19.7l-22.9-89.3c-10-39 11.8-80.9 51.8-92.1c37.2-10.4 73.8 10.1 87.5 44c12.7-1.6 25.1 .4 36.2 5zM296 332c0 6.9-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4c-2.7 1.5-5.7 3-8.7 4.3c3.1 1.3 6 2.7 8.7 4.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3s-3.1 13.2-7.3 18.3c-4.3 5.2-10.1 9.7-16.7 13.4C258.7 443.1 241.4 448 224 448c-3.6 0-6.8-2.5-7.7-6s.6-7.2 3.8-9l0 0 0 0 0 0 0 0 .2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1l-.6-.4-.3-.2-.2-.1 0 0 0 0 0 0c-2.5-1.4-4.1-4.1-4.1-7s1.6-5.6 4.1-7l0 0 0 0 0 0 0 0 0 0 .2-.1c.2-.1 .5-.3 .9-.5c.8-.5 2-1.2 3.4-2.1c2.8-1.9 6.5-4.5 10.2-7.6c3.7-3.1 7.2-6.6 9.6-10.1c2.5-3.5 3.5-6.4 3.5-8.6s-1-5-3.5-8.6c-2.5-3.5-5.9-6.9-9.6-10.1c-3.7-3.1-7.4-5.7-10.2-7.6c-1.4-.9-2.6-1.6-3.4-2.1c-.4-.2-.7-.4-.9-.5l-.2-.1 0 0 0 0 0 0c-3.2-1.8-4.7-5.5-3.8-9s4.1-6 7.7-6c17.4 0 34.7 4.9 47.9 12.3c6.6 3.7 12.5 8.2 16.7 13.4c4.3 5.1 7.3 11.4 7.3 18.3zM176.4 176a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm194.8 57.6c-17.6-23.5-52.8-23.5-70.4 0c-5.3 7.1-15.3 8.5-22.4 3.2s-8.5-15.3-3.2-22.4c30.4-40.5 91.2-40.5 121.6 0c5.3 7.1 3.9 17.1-3.2 22.4s-17.1 3.9-22.4-3.2zM434 352.3c-6-23.2-28.8-37-51.1-30.8s-35.4 30.1-29.5 53.4l22.9 89.3c2.2 8.7 11.2 13.9 19.8 11.4l84.9-23.8c22.2-6.2 35.4-30.1 29.5-53.4s-28.8-37-51.1-30.8l-20.2 5.6-5.4-21z"],filter:[512,512,[],"f0b0","M3.9 54.9C10.5 40.9 24.5 32 40 32H472c15.5 0 29.5 8.9 36.1 22.9s4.6 30.5-5.2 42.5L320 320.9V448c0 12.1-6.8 23.2-17.7 28.6s-23.8 4.3-33.5-3l-64-48c-8.1-6-12.8-15.5-12.8-25.6V320.9L9 97.3C-.7 85.4-2.8 68.8 3.9 54.9z"],question:[320,512,[10067,10068,61736],"3f","M80 160c0-35.3 28.7-64 64-64h32c35.3 0 64 28.7 64 64v3.6c0 21.8-11.1 42.1-29.4 53.8l-42.2 27.1c-25.2 16.2-40.4 44.1-40.4 74V320c0 17.7 14.3 32 32 32s32-14.3 32-32v-1.4c0-8.2 4.2-15.8 11-20.2l42.2-27.1c36.6-23.6 58.8-64.1 58.8-107.7V160c0-70.7-57.3-128-128-128H144C73.3 32 16 89.3 16 160c0 17.7 14.3 32 32 32s32-14.3 32-32zm80 320a40 40 0 1 0 0-80 40 40 0 1 0 0 80z"],"file-signature":[576,512,[],"f573","M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V428.7c-2.7 1.1-5.4 2-8.2 2.7l-60.1 15c-3 .7-6 1.2-9 1.4c-.9 .1-1.8 .2-2.7 .2H240c-6.1 0-11.6-3.4-14.3-8.8l-8.8-17.7c-1.7-3.4-5.1-5.5-8.8-5.5s-7.2 2.1-8.8 5.5l-8.8 17.7c-2.9 5.9-9.2 9.4-15.7 8.8s-12.1-5.1-13.9-11.3L144 381l-9.8 32.8c-6.1 20.3-24.8 34.2-46 34.2H80c-8.8 0-16-7.2-16-16s7.2-16 16-16h8.2c7.1 0 13.3-4.6 15.3-11.4l14.9-49.5c3.4-11.3 13.8-19.1 25.6-19.1s22.2 7.8 25.6 19.1l11.6 38.6c7.4-6.2 16.8-9.7 26.8-9.7c15.9 0 30.4 9 37.5 23.2l4.4 8.8h8.9c-3.1-8.8-3.7-18.4-1.4-27.8l15-60.1c2.8-11.3 8.6-21.5 16.8-29.7L384 203.6V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM549.8 139.7c-15.6-15.6-40.9-15.6-56.6 0l-29.4 29.4 71 71 29.4-29.4c15.6-15.6 15.6-40.9 0-56.6l-14.4-14.4zM311.9 321c-4.1 4.1-7 9.2-8.4 14.9l-15 60.1c-1.4 5.5 .2 11.2 4.2 15.2s9.7 5.6 15.2 4.2l60.1-15c5.6-1.4 10.8-4.3 14.9-8.4L512.1 262.7l-71-71L311.9 321z"],"up-down-left-right":[512,512,["arrows-alt"],"f0b2","M278.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8h32v96H128V192c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9l-64 64c-12.5 12.5-12.5 32.8 0 45.3l64 64c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6V288h96v96H192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l64 64c12.5 12.5 32.8 12.5 45.3 0l64-64c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8H288V288h96v32c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6v32H288V128h32c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-64-64z"],"house-chimney-user":[576,512,[],"e065","M543.8 287.6c17 0 32-14 32-32.1c1-9-3-17-11-24L512 185V64c0-17.7-14.3-32-32-32H448c-17.7 0-32 14.3-32 32v36.7L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1h32V448c0 35.3 28.7 64 64 64H448.5c35.5 0 64.2-28.8 64-64.3l-.7-160.2h32zM288 160a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM176 400c0-44.2 35.8-80 80-80h64c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16H192c-8.8 0-16-7.2-16-16z"],"hand-holding-heart":[576,512,[],"f4be","M148 76.6C148 34.3 182.3 0 224.6 0c20.3 0 39.8 8.1 54.1 22.4l9.3 9.3 9.3-9.3C311.6 8.1 331.1 0 351.4 0C393.7 0 428 34.3 428 76.6c0 20.3-8.1 39.8-22.4 54.1L302.1 234.1c-7.8 7.8-20.5 7.8-28.3 0L170.4 130.7C156.1 116.4 148 96.9 148 76.6zM568.2 336.3c13.1 17.8 9.3 42.8-8.5 55.9L433.1 485.5c-23.4 17.2-51.6 26.5-80.7 26.5H192 32c-17.7 0-32-14.3-32-32V416c0-17.7 14.3-32 32-32H68.8l44.9-36c22.7-18.2 50.9-28 80-28H272h16 64c17.7 0 32 14.3 32 32s-14.3 32-32 32H288 272c-8.8 0-16 7.2-16 16s7.2 16 16 16H392.6l119.7-88.2c17.8-13.1 42.8-9.3 55.9 8.5zM193.6 384l0 0-.9 0c.3 0 .6 0 .9 0z"],"puzzle-piece":[512,512,[129513],"f12e","M192 104.8c0-9.2-5.8-17.3-13.2-22.8C167.2 73.3 160 61.3 160 48c0-26.5 28.7-48 64-48s64 21.5 64 48c0 13.3-7.2 25.3-18.8 34c-7.4 5.5-13.2 13.6-13.2 22.8v0c0 12.8 10.4 23.2 23.2 23.2H336c26.5 0 48 21.5 48 48v56.8c0 12.8 10.4 23.2 23.2 23.2v0c9.2 0 17.3-5.8 22.8-13.2c8.7-11.6 20.7-18.8 34-18.8c26.5 0 48 28.7 48 64s-21.5 64-48 64c-13.3 0-25.3-7.2-34-18.8c-5.5-7.4-13.6-13.2-22.8-13.2v0c-12.8 0-23.2 10.4-23.2 23.2V464c0 26.5-21.5 48-48 48H279.2c-12.8 0-23.2-10.4-23.2-23.2v0c0-9.2 5.8-17.3 13.2-22.8c11.6-8.7 18.8-20.7 18.8-34c0-26.5-28.7-48-64-48s-64 21.5-64 48c0 13.3 7.2 25.3 18.8 34c7.4 5.5 13.2 13.6 13.2 22.8v0c0 12.8-10.4 23.2-23.2 23.2H48c-26.5 0-48-21.5-48-48V343.2C0 330.4 10.4 320 23.2 320v0c9.2 0 17.3 5.8 22.8 13.2C54.7 344.8 66.7 352 80 352c26.5 0 48-28.7 48-64s-21.5-64-48-64c-13.3 0-25.3 7.2-34 18.8C40.5 250.2 32.4 256 23.2 256v0C10.4 256 0 245.6 0 232.8V176c0-26.5 21.5-48 48-48H168.8c12.8 0 23.2-10.4 23.2-23.2v0z"],"money-check":[576,512,[],"f53c","M64 64C28.7 64 0 92.7 0 128V384c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H64zm48 160H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16zM96 336c0-8.8 7.2-16 16-16H464c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16zM376 160h80c13.3 0 24 10.7 24 24v48c0 13.3-10.7 24-24 24H376c-13.3 0-24-10.7-24-24V184c0-13.3 10.7-24 24-24z"],"star-half-stroke":[640,512,["star-half-alt"],"f5c0","M320 376.4l.1-.1 26.4 14.1 85.2 45.5-16.5-97.6-4.8-28.7 20.7-20.5 70.1-69.3-96.1-14.2-29.3-4.3-12.9-26.6L320.1 86.9l-.1 .3V376.4zm175.1 98.3c2 12-3 24.2-12.9 31.3s-23 8-33.8 2.3L320.1 439.8 191.8 508.3C181 514 167.9 513.1 158 506s-14.9-19.3-12.9-31.3L169.8 329 65.6 225.9c-8.6-8.5-11.7-21.2-7.9-32.7s13.7-19.9 25.7-21.7L227 150.3 291.4 18c5.4-11 16.5-18 28.8-18s23.4 7 28.8 18l64.3 132.3 143.6 21.2c12 1.8 22 10.2 25.7 21.7s.7 24.2-7.9 32.7L470.5 329l24.6 145.7z"],code:[640,512,[],"f121","M392.8 1.2c-17-4.9-34.7 5-39.6 22l-128 448c-4.9 17 5 34.7 22 39.6s34.7-5 39.6-22l128-448c4.9-17-5-34.7-22-39.6zm80.6 120.1c-12.5 12.5-12.5 32.8 0 45.3L562.7 256l-89.4 89.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l112-112c12.5-12.5 12.5-32.8 0-45.3l-112-112c-12.5-12.5-32.8-12.5-45.3 0zm-306.7 0c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3l112 112c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256l89.4-89.4c12.5-12.5 12.5-32.8 0-45.3z"],"whiskey-glass":[512,512,[129347,"glass-whiskey"],"f7a0","M32 32c-9.3 0-18.1 4-24.2 11.1S-1 59.4 .3 68.6l50 342.9c5.7 39.3 39.4 68.5 79.2 68.5h253c39.7 0 73.4-29.1 79.2-68.5l50-342.9c1.3-9.2-1.4-18.5-7.5-25.5S489.3 32 480 32H32zM87.7 224L69 96H443L424.3 224H87.7z"],"building-circle-exclamation":[640,512,[],"e4d3","M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c15.1 0 28.5-6.9 37.3-17.8C340.4 462.2 320 417.5 320 368c0-54.7 24.9-103.5 64-135.8V48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM80 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V112zM272 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16V288c0-8.8 7.2-16 16-16z"],"magnifying-glass-chart":[512,512,[],"e522","M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zm-312 8v64c0 13.3 10.7 24 24 24s24-10.7 24-24l0-64c0-13.3-10.7-24-24-24s-24 10.7-24 24zm80-96V280c0 13.3 10.7 24 24 24s24-10.7 24-24V120c0-13.3-10.7-24-24-24s-24 10.7-24 24zm80 64v96c0 13.3 10.7 24 24 24s24-10.7 24-24V184c0-13.3-10.7-24-24-24s-24 10.7-24 24z"],"arrow-up-right-from-square":[512,512,["external-link"],"f08e","M320 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h82.7L201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3V192c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32H320zM80 32C35.8 32 0 67.8 0 112V432c0 44.2 35.8 80 80 80H400c44.2 0 80-35.8 80-80V320c0-17.7-14.3-32-32-32s-32 14.3-32 32V432c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16H192c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z"],"cubes-stacked":[448,512,[],"e4e6","M192 64v64c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H224c-17.7 0-32 14.3-32 32zM82.7 207c-15.3 8.8-20.5 28.4-11.7 43.7l32 55.4c8.8 15.3 28.4 20.5 43.7 11.7l55.4-32c15.3-8.8 20.5-28.4 11.7-43.7l-32-55.4c-8.8-15.3-28.4-20.5-43.7-11.7L82.7 207zM288 192c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H288zm64 160c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V384c0-17.7-14.3-32-32-32H352zM160 384v64c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V384c0-17.7-14.3-32-32-32H192c-17.7 0-32 14.3-32 32zM32 352c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V384c0-17.7-14.3-32-32-32H32z"],"won-sign":[512,512,[8361,"krw","won"],"f159","M62.4 53.9C56.8 37.1 38.6 28.1 21.9 33.6S-3.9 57.4 1.6 74.1L51.6 224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H72.9l56.7 170.1c4.5 13.5 17.4 22.4 31.6 21.9s26.4-10.4 29.8-24.2L233 288h46L321 455.8c3.4 13.8 15.6 23.7 29.8 24.2s27.1-8.4 31.6-21.9L439.1 288H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H460.4l50-149.9c5.6-16.8-3.5-34.9-20.2-40.5s-34.9 3.5-40.5 20.2L392.9 224H329L287 56.2C283.5 42 270.7 32 256 32s-27.5 10-31 24.2L183 224h-64L62.4 53.9zm78 234.1H167l-11.4 45.6L140.4 288zM249 224l7-28.1 7 28.1H249zm96 64h26.6l-15.2 45.6L345 288z"],"virus-covid":[512,512,[],"e4a8","M192 24c0-13.3 10.7-24 24-24h80c13.3 0 24 10.7 24 24s-10.7 24-24 24H280V81.6c30.7 4.2 58.8 16.3 82.3 34.1L386.1 92 374.8 80.6c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l56.6 56.6c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L420 125.9l-23.8 23.8c17.9 23.5 29.9 51.7 34.1 82.3H464V216c0-13.3 10.7-24 24-24s24 10.7 24 24v80c0 13.3-10.7 24-24 24s-24-10.7-24-24V280H430.4c-4.2 30.7-16.3 58.8-34.1 82.3L420 386.1l11.3-11.3c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-56.6 56.6c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L386.1 420l-23.8-23.8c-23.5 17.9-51.7 29.9-82.3 34.1V464h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24h16V430.4c-30.7-4.2-58.8-16.3-82.3-34.1L125.9 420l11.3 11.3c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L46.7 408.7c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L92 386.1l23.8-23.8C97.9 338.8 85.8 310.7 81.6 280H48v16c0 13.3-10.7 24-24 24s-24-10.7-24-24V216c0-13.3 10.7-24 24-24s24 10.7 24 24v16H81.6c4.2-30.7 16.3-58.8 34.1-82.3L92 125.9 80.6 137.2c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l56.6-56.6c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L125.9 92l23.8 23.8c23.5-17.9 51.7-29.9 82.3-34.1V48H216c-13.3 0-24-10.7-24-24zm48 200a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm64 104a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"],"austral-sign":[448,512,[],"e0a9","M253.5 51.7C248.6 39.8 236.9 32 224 32s-24.6 7.8-29.5 19.7L122.7 224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H96L82.7 320H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H56L34.5 435.7c-6.8 16.3 .9 35 17.2 41.8s35-.9 41.8-17.2L125.3 384H322.7l31.8 76.3c6.8 16.3 25.5 24 41.8 17.2s24-25.5 17.2-41.8L392 384h24c17.7 0 32-14.3 32-32s-14.3-32-32-32H365.3L352 288h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H325.3L253.5 51.7zM256 224H192l32-76.8L256 224zm-90.7 64H282.7L296 320H152l13.3-32z"],f:[320,512,[102],"46","M64 32C28.7 32 0 60.7 0 96V256 448c0 17.7 14.3 32 32 32s32-14.3 32-32V288H224c17.7 0 32-14.3 32-32s-14.3-32-32-32H64V96H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H64z"],leaf:[512,512,[],"f06c","M272 96c-78.6 0-145.1 51.5-167.7 122.5c33.6-17 71.5-26.5 111.7-26.5h88c8.8 0 16 7.2 16 16s-7.2 16-16 16H288 216s0 0 0 0c-16.6 0-32.7 1.9-48.2 5.4c-25.9 5.9-50 16.4-71.4 30.7c0 0 0 0 0 0C38.3 298.8 0 364.9 0 440v16c0 13.3 10.7 24 24 24s24-10.7 24-24V440c0-48.7 20.7-92.5 53.8-123.2C121.6 392.3 190.3 448 272 448l1 0c132.1-.7 239-130.9 239-291.4c0-42.6-7.5-83.1-21.1-119.6c-2.6-6.9-12.7-6.6-16.2-.1C455.9 72.1 418.7 96 376 96L272 96z"],road:[576,512,[128739],"f018","M256 32H181.2c-27.1 0-51.3 17.1-60.3 42.6L3.1 407.2C1.1 413 0 419.2 0 425.4C0 455.5 24.5 480 54.6 480H256V416c0-17.7 14.3-32 32-32s32 14.3 32 32v64H521.4c30.2 0 54.6-24.5 54.6-54.6c0-6.2-1.1-12.4-3.1-18.2L455.1 74.6C446 49.1 421.9 32 394.8 32H320V96c0 17.7-14.3 32-32 32s-32-14.3-32-32V32zm64 192v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V224c0-17.7 14.3-32 32-32s32 14.3 32 32z"],taxi:[512,512,[128662,"cab"],"f1ba","M192 0c-17.7 0-32 14.3-32 32V64c0 .1 0 .1 0 .2c-38.6 2.2-72.3 27.3-85.2 64.1L39.6 228.8C16.4 238.4 0 261.3 0 288V432v48c0 17.7 14.3 32 32 32H64c17.7 0 32-14.3 32-32V432H416v48c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V432 288c0-26.7-16.4-49.6-39.6-59.2L437.2 128.3c-12.9-36.8-46.6-62-85.2-64.1c0-.1 0-.1 0-.2V32c0-17.7-14.3-32-32-32H192zM165.4 128H346.6c13.6 0 25.7 8.6 30.2 21.4L402.9 224H109.1l26.1-74.6c4.5-12.8 16.6-21.4 30.2-21.4zM96 288a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm288 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"],"person-circle-plus":[576,512,[],"e541","M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H152zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm16 80c0-8.8-7.2-16-16-16s-16 7.2-16 16v48H368c-8.8 0-16 7.2-16 16s7.2 16 16 16h48v48c0 8.8 7.2 16 16 16s16-7.2 16-16V384h48c8.8 0 16-7.2 16-16s-7.2-16-16-16H448V304z"],"chart-pie":[576,512,["pie-chart"],"f200","M304 240V16.6c0-9 7-16.6 16-16.6C443.7 0 544 100.3 544 224c0 9-7.6 16-16.6 16H304zM32 272C32 150.7 122.1 50.3 239 34.3c9.2-1.3 17 6.1 17 15.4V288L412.5 444.5c6.7 6.7 6.2 17.7-1.5 23.1C371.8 495.6 323.8 512 272 512C139.5 512 32 404.6 32 272zm526.4 16c9.3 0 16.6 7.8 15.4 17c-7.7 55.9-34.6 105.6-73.9 142.3c-6 5.6-15.4 5.2-21.2-.7L320 288H558.4z"],"bolt-lightning":[384,512,[],"e0b7","M0 256L28.5 28c2-16 15.6-28 31.8-28H228.9c15 0 27.1 12.1 27.1 27.1c0 3.2-.6 6.5-1.7 9.5L208 160H347.3c20.2 0 36.7 16.4 36.7 36.7c0 7.4-2.2 14.6-6.4 20.7l-192.2 281c-5.9 8.6-15.6 13.7-25.9 13.7h-2.9c-15.7 0-28.5-12.8-28.5-28.5c0-2.3 .3-4.6 .9-6.9L176 288H32c-17.7 0-32-14.3-32-32z"],"sack-xmark":[512,512,[],"e56a","M192 96H320l47.4-71.1C374.5 14.2 366.9 0 354.1 0H157.9c-12.8 0-20.4 14.2-13.3 24.9L192 96zm128 32H192c-3.8 2.5-8.1 5.3-13 8.4l0 0 0 0C122.3 172.7 0 250.9 0 416c0 53 43 96 96 96H416c53 0 96-43 96-96c0-165.1-122.3-243.3-179-279.6c-4.8-3.1-9.2-5.9-13-8.4zM289.9 336l47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47z"],"file-excel":[384,512,[],"f1c3","M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM155.7 250.2L192 302.1l36.3-51.9c7.6-10.9 22.6-13.5 33.4-5.9s13.5 22.6 5.9 33.4L221.3 344l46.4 66.2c7.6 10.9 5 25.8-5.9 33.4s-25.8 5-33.4-5.9L192 385.8l-36.3 51.9c-7.6 10.9-22.6 13.5-33.4 5.9s-13.5-22.6-5.9-33.4L162.7 344l-46.4-66.2c-7.6-10.9-5-25.8 5.9-33.4s25.8-5 33.4 5.9z"],"file-contract":[384,512,[],"f56c","M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM80 64h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16s7.2-16 16-16zm54.2 253.8c-6.1 20.3-24.8 34.2-46 34.2H80c-8.8 0-16-7.2-16-16s7.2-16 16-16h8.2c7.1 0 13.3-4.6 15.3-11.4l14.9-49.5c3.4-11.3 13.8-19.1 25.6-19.1s22.2 7.7 25.6 19.1l11.6 38.6c7.4-6.2 16.8-9.7 26.8-9.7c15.9 0 30.4 9 37.5 23.2l4.4 8.8H304c8.8 0 16 7.2 16 16s-7.2 16-16 16H240c-6.1 0-11.6-3.4-14.3-8.8l-8.8-17.7c-1.7-3.4-5.1-5.5-8.8-5.5s-7.2 2.1-8.8 5.5l-8.8 17.7c-2.9 5.9-9.2 9.4-15.7 8.8s-12.1-5.1-13.9-11.3L144 349l-9.8 32.8z"],"fish-fins":[576,512,[],"e4f2","M275.2 38.4c-10.6-8-25-8.5-36.3-1.5S222 57.3 224.6 70.3l9.7 48.6c-19.4 9-36.9 19.9-52.4 31.5c-15.3 11.5-29 23.9-40.7 36.3L48.1 132.4c-12.5-7.3-28.4-5.3-38.7 4.9S-3 163.3 4.2 175.9L50 256 4.2 336.1c-7.2 12.6-5 28.4 5.3 38.6s26.1 12.2 38.7 4.9l93.1-54.3c11.8 12.3 25.4 24.8 40.7 36.3c15.5 11.6 33 22.5 52.4 31.5l-9.7 48.6c-2.6 13 3.1 26.3 14.3 33.3s25.6 6.5 36.3-1.5l77.6-58.2c54.9-4 101.5-27 137.2-53.8c39.2-29.4 67.2-64.7 81.6-89.5c5.8-9.9 5.8-22.2 0-32.1c-14.4-24.8-42.5-60.1-81.6-89.5c-35.8-26.8-82.3-49.8-137.2-53.8L275.2 38.4zM384 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"],"building-flag":[640,512,[],"e4d5","M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM80 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V112zM272 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zM448 0c-17.7 0-32 14.3-32 32V512h64V192H624c8.8 0 16-7.2 16-16V48c0-8.8-7.2-16-16-16H480c0-17.7-14.3-32-32-32z"],"face-grin-beam":[512,512,[128516,"grin-beam"],"f582","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zm-170.5-84l0 0 0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0zm160 0l0 0-.2-.2c-.2-.2-.4-.5-.7-.9c-.6-.8-1.6-2-2.8-3.4c-2.5-2.8-6-6.6-10.2-10.3c-8.8-7.8-18.8-14-27.7-14s-18.9 6.2-27.7 14c-4.2 3.7-7.7 7.5-10.2 10.3c-1.2 1.4-2.2 2.6-2.8 3.4c-.3 .4-.6 .7-.7 .9l-.2 .2 0 0 0 0 0 0c-2.1 2.8-5.7 3.9-8.9 2.8s-5.5-4.1-5.5-7.6c0-17.9 6.7-35.6 16.6-48.8c9.8-13 23.9-23.2 39.4-23.2s29.6 10.2 39.4 23.2c9.9 13.2 16.6 30.9 16.6 48.8c0 3.4-2.2 6.5-5.5 7.6s-6.9 0-8.9-2.8l0 0 0 0 0 0z"],"object-ungroup":[640,512,[],"f248","M32 119.4C12.9 108.4 0 87.7 0 64C0 28.7 28.7 0 64 0c23.7 0 44.4 12.9 55.4 32H328.6C339.6 12.9 360.3 0 384 0c35.3 0 64 28.7 64 64c0 23.7-12.9 44.4-32 55.4V232.6c19.1 11.1 32 31.7 32 55.4c0 35.3-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32H119.4c-11.1 19.1-31.7 32-55.4 32c-35.3 0-64-28.7-64-64c0-23.7 12.9-44.4 32-55.4V119.4zM119.4 96c-5.6 9.7-13.7 17.8-23.4 23.4V232.6c9.7 5.6 17.8 13.7 23.4 23.4H328.6c5.6-9.7 13.7-17.8 23.4-23.4V119.4c-9.7-5.6-17.8-13.7-23.4-23.4H119.4zm192 384c-11.1 19.1-31.7 32-55.4 32c-35.3 0-64-28.7-64-64c0-23.7 12.9-44.4 32-55.4V352h64v40.6c9.7 5.6 17.8 13.7 23.4 23.4H520.6c5.6-9.7 13.7-17.8 23.4-23.4V279.4c-9.7-5.6-17.8-13.7-23.4-23.4h-46c-5.4-15.4-14.6-28.9-26.5-39.6V192h72.6c11.1-19.1 31.7-32 55.4-32c35.3 0 64 28.7 64 64c0 23.7-12.9 44.4-32 55.4V392.6c19.1 11.1 32 31.7 32 55.4c0 35.3-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32H311.4z"],poop:[512,512,[],"f619","M254.4 6.6c3.5-4.3 9-6.5 14.5-5.7C315.8 7.2 352 47.4 352 96c0 11.2-1.9 22-5.5 32H352c35.3 0 64 28.7 64 64c0 19.1-8.4 36.3-21.7 48H408c39.8 0 72 32.2 72 72c0 23.2-11 43.8-28 57c34.1 5.7 60 35.3 60 71c0 39.8-32.2 72-72 72H72c-39.8 0-72-32.2-72-72c0-35.7 25.9-65.3 60-71c-17-13.2-28-33.8-28-57c0-39.8 32.2-72 72-72h13.7C104.4 228.3 96 211.1 96 192c0-35.3 28.7-64 64-64h16.2c44.1-.1 79.8-35.9 79.8-80c0-9.2-1.5-17.9-4.3-26.1c-1.8-5.2-.8-11.1 2.8-15.4z"],"location-pin":[384,512,["map-marker"],"f041","M384 192c0 87.4-117 243-168.3 307.2c-12.3 15.3-35.1 15.3-47.4 0C117 435 0 279.4 0 192C0 86 86 0 192 0S384 86 384 192z"],kaaba:[576,512,[128331],"f66b","M60 120l228 71.2L516 120 288 48.8 60 120zM278.5 1.5c6.2-1.9 12.9-1.9 19.1 0l256 80C566.9 85.6 576 98 576 112v16 0 21.2L292.8 237.7c-3.1 1-6.4 1-9.5 0L0 149.2V128 112C0 98 9.1 85.6 22.5 81.5l256-80zm23.9 266.8L576 182.8v46.5l-52.8 16.5c-8.4 2.6-13.1 11.6-10.5 20s11.6 13.1 20 10.5L576 262.8V400c0 14-9.1 26.4-22.5 30.5l-256 80c-6.2 1.9-12.9 1.9-19.1 0l-256-80C9.1 426.4 0 414 0 400V262.8l43.2 13.5c8.4 2.6 17.4-2.1 20-10.5s-2.1-17.4-10.5-20L0 229.2V182.8l273.7 85.5c9.3 2.9 19.3 2.9 28.6 0zm-185.5-2.6c-8.4-2.6-17.4 2.1-20 10.5s2.1 17.4 10.5 20l64 20c8.4 2.6 17.4-2.1 20-10.5s-2.1-17.4-10.5-20l-64-20zm352 30.5c8.4-2.6 13.1-11.6 10.5-20s-11.6-13.1-20-10.5l-64 20c-8.4 2.6-13.1 11.6-10.5 20s11.6 13.1 20 10.5l64-20zm-224 9.5c-8.4-2.6-17.4 2.1-20 10.5s2.1 17.4 10.5 20l38.5 12c9.3 2.9 19.3 2.9 28.6 0l38.5-12c8.4-2.6 13.1-11.6 10.5-20s-11.6-13.1-20-10.5l-38.5 12c-3.1 1-6.4 1-9.5 0l-38.5-12z"],"toilet-paper":[640,512,[129531],"f71e","M444.2 0C397.2 49.6 384 126.5 384 192c0 158.8-27.3 247-42.7 283.9c-10 24-33.2 36.1-55.4 36.1H48c-11.5 0-22.2-6.2-27.8-16.2s-5.6-22.3 .4-32.2c9.8-17.7 15.4-38.2 20.5-57.7C52.3 362.8 64 293.5 64 192C64 86 107 0 160 0H444.2zM512 384c-53 0-96-86-96-192S459 0 512 0s96 86 96 192s-43 192-96 192zm0-128c17.7 0 32-28.7 32-64s-14.3-64-32-64s-32 28.7-32 64s14.3 64 32 64zM144 208a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm64 0a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm48 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm80-16a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z"],"helmet-safety":[576,512,["hard-hat","hat-hard"],"f807","M256 32c-17.7 0-32 14.3-32 32v2.3 99.6c0 5.6-4.5 10.1-10.1 10.1c-3.6 0-7-1.9-8.8-5.1L157.1 87C83 123.5 32 199.8 32 288v64H544l0-66.4c-.9-87.2-51.7-162.4-125.1-198.6l-48 83.9c-1.8 3.2-5.2 5.1-8.8 5.1c-5.6 0-10.1-4.5-10.1-10.1V66.3 64c0-17.7-14.3-32-32-32H256zM16.6 384C7.4 384 0 391.4 0 400.6c0 4.7 2 9.2 5.8 11.9C27.5 428.4 111.8 480 288 480s260.5-51.6 282.2-67.5c3.8-2.8 5.8-7.2 5.8-11.9c0-9.2-7.4-16.6-16.6-16.6H16.6z"],eject:[448,512,[9167],"f052","M224 32c13.5 0 26.3 5.6 35.4 15.6l176 192c12.9 14 16.2 34.3 8.6 51.8S419 320 400 320H48c-19 0-36.3-11.2-43.9-28.7s-4.3-37.7 8.6-51.8l176-192C197.7 37.6 210.5 32 224 32zM0 432c0-26.5 21.5-48 48-48H400c26.5 0 48 21.5 48 48s-21.5 48-48 48H48c-26.5 0-48-21.5-48-48z"],"circle-right":[512,512,[61838,"arrow-alt-circle-right"],"f35a","M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM294.6 135.1l99.9 107.1c3.5 3.8 5.5 8.7 5.5 13.8s-2 10.1-5.5 13.8L294.6 376.9c-4.2 4.5-10.1 7.1-16.3 7.1C266 384 256 374 256 361.7l0-57.7-96 0c-17.7 0-32-14.3-32-32l0-32c0-17.7 14.3-32 32-32l96 0 0-57.7c0-12.3 10-22.3 22.3-22.3c6.2 0 12.1 2.6 16.3 7.1z"],"plane-circle-check":[640,512,[],"e555","M256 0c-35 0-64 59.5-64 93.7v84.6L8.1 283.4c-5 2.8-8.1 8.2-8.1 13.9v65.5c0 10.6 10.2 18.3 20.4 15.4l171.6-49 0 70.9-57.6 43.2c-4 3-6.4 7.8-6.4 12.8v42c0 7.8 6.3 14 14 14c1.3 0 2.6-.2 3.9-.5L256 480l110.1 31.5c1.3 .4 2.6 .5 3.9 .5c6 0 11.1-3.7 13.1-9C344.5 470.7 320 422.2 320 368c0-60.6 30.6-114 77.1-145.6L320 178.3V93.7C320 59.5 292 0 256 0zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z"],"face-rolling-eyes":[512,512,[128580,"meh-rolling-eyes"],"f5a5","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM192 368H320c8.8 0 16 7.2 16 16s-7.2 16-16 16H192c-8.8 0-16-7.2-16-16s7.2-16 16-16zm32-144c0 35.3-28.7 64-64 64s-64-28.7-64-64c0-26 15.5-48.4 37.8-58.4c-3.7 5.2-5.8 11.6-5.8 18.4c0 17.7 14.3 32 32 32s32-14.3 32-32c0-6.9-2.2-13.2-5.8-18.4C208.5 175.6 224 198 224 224zm128 64c-35.3 0-64-28.7-64-64c0-26 15.5-48.4 37.8-58.4c-3.7 5.2-5.8 11.6-5.8 18.4c0 17.7 14.3 32 32 32s32-14.3 32-32c0-6.9-2.2-13.2-5.8-18.4C400.5 175.6 416 198 416 224c0 35.3-28.7 64-64 64z"],"object-group":[576,512,[],"f247","M32 119.4C12.9 108.4 0 87.7 0 64C0 28.7 28.7 0 64 0c23.7 0 44.4 12.9 55.4 32H456.6C467.6 12.9 488.3 0 512 0c35.3 0 64 28.7 64 64c0 23.7-12.9 44.4-32 55.4V392.6c19.1 11.1 32 31.7 32 55.4c0 35.3-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32H119.4c-11.1 19.1-31.7 32-55.4 32c-35.3 0-64-28.7-64-64c0-23.7 12.9-44.4 32-55.4V119.4zM456.6 96H119.4c-5.6 9.7-13.7 17.8-23.4 23.4V392.6c9.7 5.6 17.8 13.7 23.4 23.4H456.6c5.6-9.7 13.7-17.8 23.4-23.4V119.4c-9.7-5.6-17.8-13.7-23.4-23.4zM128 160c0-17.7 14.3-32 32-32H288c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32V160zM256 320h32c35.3 0 64-28.7 64-64V224h64c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H288c-17.7 0-32-14.3-32-32V320z"],"chart-line":[512,512,["line-chart"],"f201","M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64V400c0 44.2 35.8 80 80 80H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H80c-8.8 0-16-7.2-16-16V64zm406.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L320 210.7l-57.4-57.4c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L240 221.3l57.4 57.4c12.5 12.5 32.8 12.5 45.3 0l128-128z"],"mask-ventilator":[640,512,[],"e524","M159.1 176C139.4 219.2 128 264.7 128 300.8c0 15.9 2.2 31.4 6.3 46l-31.8-7.9C70.5 330.9 48 302.1 48 269V184c0-4.4 3.6-8 8-8H159.1zm26-48H56c-30.9 0-56 25.1-56 56v85c0 55.1 37.5 103.1 90.9 116.4l71.3 17.8c22.7 30.5 55.4 54.1 93.8 66.6V393.3c-19.7-16.4-32-40.3-32-66.9c0-49.5 43-134.4 96-134.4c52.5 0 96 84.9 96 134.4c0 26.7-12.4 50.4-32 66.8v76.6c38-12.6 70.6-36 93.5-66.4l71.6-17.9C602.5 372.1 640 324.1 640 269V184c0-30.9-25.1-56-56-56H454.5C419.7 73.8 372.1 32 320 32c-52.6 0-100.2 41.8-134.9 96zm295.6 48H584c4.4 0 8 3.6 8 8v85c0 33-22.5 61.8-54.5 69.9l-31.8 8c4.2-14.7 6.4-30.1 6.4-46.1c0-36.1-11.6-81.6-31.3-124.8zM288 320V512h64V320c0-17.7-14.3-32-32-32s-32 14.3-32 32z"],"arrow-right":[448,512,[8594],"f061","M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"],"signs-post":[512,512,["map-signs"],"f277","M224 32H64C46.3 32 32 46.3 32 64v64c0 17.7 14.3 32 32 32H441.4c4.2 0 8.3-1.7 11.3-4.7l48-48c6.2-6.2 6.2-16.4 0-22.6l-48-48c-3-3-7.1-4.7-11.3-4.7H288c0-17.7-14.3-32-32-32s-32 14.3-32 32zM480 256c0-17.7-14.3-32-32-32H288V192H224v32H70.6c-4.2 0-8.3 1.7-11.3 4.7l-48 48c-6.2 6.2-6.2 16.4 0 22.6l48 48c3 3 7.1 4.7 11.3 4.7H448c17.7 0 32-14.3 32-32V256zM288 480V384H224v96c0 17.7 14.3 32 32 32s32-14.3 32-32z"],"cash-register":[512,512,[],"f788","M64 0C46.3 0 32 14.3 32 32V96c0 17.7 14.3 32 32 32h80v32H87c-31.6 0-58.5 23.1-63.3 54.4L1.1 364.1C.4 368.8 0 373.6 0 378.4V448c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V378.4c0-4.8-.4-9.6-1.1-14.4L488.2 214.4C483.5 183.1 456.6 160 425 160H208V128h80c17.7 0 32-14.3 32-32V32c0-17.7-14.3-32-32-32H64zM96 48H256c8.8 0 16 7.2 16 16s-7.2 16-16 16H96c-8.8 0-16-7.2-16-16s7.2-16 16-16zM64 432c0-8.8 7.2-16 16-16H432c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16zm48-168a24 24 0 1 1 0-48 24 24 0 1 1 0 48zm120-24a24 24 0 1 1 -48 0 24 24 0 1 1 48 0zM160 344a24 24 0 1 1 0-48 24 24 0 1 1 0 48zM328 240a24 24 0 1 1 -48 0 24 24 0 1 1 48 0zM256 344a24 24 0 1 1 0-48 24 24 0 1 1 0 48zM424 240a24 24 0 1 1 -48 0 24 24 0 1 1 48 0zM352 344a24 24 0 1 1 0-48 24 24 0 1 1 0 48z"],"person-circle-question":[576,512,[],"e542","M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H152zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zM368 321.6V328c0 8.8 7.2 16 16 16s16-7.2 16-16v-6.4c0-5.3 4.3-9.6 9.6-9.6h40.5c7.7 0 13.9 6.2 13.9 13.9c0 5.2-2.9 9.9-7.4 12.3l-32 16.8c-5.3 2.8-8.6 8.2-8.6 14.2V384c0 8.8 7.2 16 16 16s16-7.2 16-16v-5.1l23.5-12.3c15.1-7.9 24.5-23.6 24.5-40.6c0-25.4-20.6-45.9-45.9-45.9H409.6c-23 0-41.6 18.6-41.6 41.6z"],h:[384,512,[104],"48","M320 256l0 192c0 17.7 14.3 32 32 32s32-14.3 32-32l0-224V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V192L64 192 64 64c0-17.7-14.3-32-32-32S0 46.3 0 64V448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-192 256 0z"],tarp:[576,512,[],"e57b","M576 128c0-35.3-28.7-64-64-64H64C28.7 64 0 92.7 0 128V384c0 35.3 28.7 64 64 64l352 0 0-128c0-17.7 14.3-32 32-32H576V128zM448 448L576 320H448l0 128zM96 128a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],"screwdriver-wrench":[512,512,["tools"],"f7d9","M78.6 5C69.1-2.4 55.6-1.5 47 7L7 47c-8.5 8.5-9.4 22-2.1 31.6l80 104c4.5 5.9 11.6 9.4 19 9.4h54.1l109 109c-14.7 29-10 65.4 14.3 89.6l112 112c12.5 12.5 32.8 12.5 45.3 0l64-64c12.5-12.5 12.5-32.8 0-45.3l-112-112c-24.2-24.2-60.6-29-89.6-14.3l-109-109V104c0-7.5-3.5-14.5-9.4-19L78.6 5zM19.9 396.1C7.2 408.8 0 426.1 0 444.1C0 481.6 30.4 512 67.9 512c18 0 35.3-7.2 48-19.9L233.7 374.3c-7.8-20.9-9-43.6-3.6-65.1l-61.7-61.7L19.9 396.1zM512 144c0-10.5-1.1-20.7-3.2-30.5c-2.4-11.2-16.1-14.1-24.2-6l-63.9 63.9c-3 3-7.1 4.7-11.3 4.7H352c-8.8 0-16-7.2-16-16V102.6c0-4.2 1.7-8.3 4.7-11.3l63.9-63.9c8.1-8.1 5.2-21.8-6-24.2C388.7 1.1 378.5 0 368 0C288.5 0 224 64.5 224 144l0 .8 85.3 85.3c36-9.1 75.8 .5 104 28.7L429 274.5c49-23 83-72.8 83-130.5zM56 432a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"],"arrows-to-eye":[640,512,[],"e4bf","M15 15C24.4 5.7 39.6 5.7 49 15l63 63V40c0-13.3 10.7-24 24-24s24 10.7 24 24v96c0 13.3-10.7 24-24 24H40c-13.3 0-24-10.7-24-24s10.7-24 24-24H78.1L15 49C5.7 39.6 5.7 24.4 15 15zM133.5 243.9C158.6 193.6 222.7 112 320 112s161.4 81.6 186.5 131.9c3.8 7.6 3.8 16.5 0 24.2C481.4 318.4 417.3 400 320 400s-161.4-81.6-186.5-131.9c-3.8-7.6-3.8-16.5 0-24.2zM320 320a64 64 0 1 0 0-128 64 64 0 1 0 0 128zM591 15c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-63 63H600c13.3 0 24 10.7 24 24s-10.7 24-24 24H504c-13.3 0-24-10.7-24-24V40c0-13.3 10.7-24 24-24s24 10.7 24 24V78.1l63-63zM15 497c-9.4-9.4-9.4-24.6 0-33.9l63-63H40c-13.3 0-24-10.7-24-24s10.7-24 24-24h96c13.3 0 24 10.7 24 24v96c0 13.3-10.7 24-24 24s-24-10.7-24-24V433.9L49 497c-9.4 9.4-24.6 9.4-33.9 0zm576 0l-63-63V472c0 13.3-10.7 24-24 24s-24-10.7-24-24V376c0-13.3 10.7-24 24-24h96c13.3 0 24 10.7 24 24s-10.7 24-24 24H561.9l63 63c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0z"],"plug-circle-bolt":[576,512,[],"e55b","M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32V412.8c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32H32zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm47.9-225c4.3 3.7 5.4 9.9 2.6 14.9L452.4 356H488c5.2 0 9.8 3.3 11.4 8.2s-.1 10.3-4.2 13.4l-96 72c-4.5 3.4-10.8 3.2-15.1-.6s-5.4-9.9-2.6-14.9L411.6 380H376c-5.2 0-9.8-3.3-11.4-8.2s.1-10.3 4.2-13.4l96-72c4.5-3.4 10.8-3.2 15.1 .6z"],heart:[512,512,[128153,128154,128155,128156,128420,129293,129294,129505,9829,10084,61578],"f004","M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9L464.4 300.4c30.4-28.3 47.6-68 47.6-109.5v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5z"],"mars-and-venus":[512,512,[9893],"f224","M337.8 14.8C341.5 5.8 350.3 0 360 0H472c13.3 0 24 10.7 24 24V136c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-39-39-24.7 24.7C407 163.3 416 192.6 416 224c0 80.2-59.1 146.7-136.1 158.2c0 .6 .1 1.2 .1 1.8v.4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .4 .3 .4 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3 .3h24c13.3 0 24 10.7 24 24s-10.7 24-24 24H280v.2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .2 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 .1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0l-24 0-24 0v0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1V486 486v-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1V485 485v-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1V484v-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1V483v-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1-.1V481v-.1-.1-.1-.1-.1-.1-.1-.1V480v-.1-.1-.1-.1-.1-.1-.1V479v-.1-.1-.1-.1-.1-.1-.1V478v-.1-.1-.1-.1-.1-.1V477v-.1-.1-.1-.1-.1-.1V476v-.1-.1-.1-.1-.1-.1V475v-.1-.2-.2-.2-.2-.2V474v-.2-.2-.2-.2-.2V473v-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2V470v-.2-.2-.2-.2-.2V469v-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2V467v-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2V463v-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2-.2V459v-.2-.2-.2-.2-.2-.2-.2-.2V457v-.2-.2-.2-.2V456H208c-13.3 0-24-10.7-24-24s10.7-24 24-24h24v-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3V403v-.3-.3V402v-.3-.3V401v-.3-.3V400v-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.3-.4-.3-.4-.4-.4-.4V393v-.4-.4-.4-.4-.4-.4-.4-.4-.4-.4-.4-.4-.4V388v-.4-.4-.4-.4-.4-.4-.4-.4-.4-.4V384c0-.6 0-1.2 .1-1.8C155.1 370.7 96 304.2 96 224c0-88.4 71.6-160 160-160c39.6 0 75.9 14.4 103.8 38.2L382.1 80 343 41c-6.9-6.9-8.9-17.2-5.2-26.2zM448 48l0 0h0v0zM256 488h24c0 13.3-10.7 24-24 24s-24-10.7-24-24h24zm96-264a96 96 0 1 0 -192 0 96 96 0 1 0 192 0z"],"house-user":[576,512,["home-user"],"e1b0","M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c.2 35.5-28.5 64.3-64 64.3H128.1c-35.3 0-64-28.7-64-64V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L564.8 231.5c8 7 12 15 11 24zM352 224a64 64 0 1 0 -128 0 64 64 0 1 0 128 0zm-96 96c-44.2 0-80 35.8-80 80c0 8.8 7.2 16 16 16H384c8.8 0 16-7.2 16-16c0-44.2-35.8-80-80-80H256z"],"dumpster-fire":[640,512,[],"f794","M49.7 32c-10.5 0-19.8 6.9-22.9 16.9L.9 133c-.6 2-.9 4.1-.9 6.1C0 150.7 9.3 160 20.9 160h94L140.5 32H49.7zM272 160V32H173.1L147.5 160H272zm32 0h58c15.1-18.1 32.1-35.7 50.5-52.1c1.5-1.4 3.2-2.6 4.8-3.8L402.9 32H304V160zm209.9-23.7c17.4-15.8 43.9-16.2 61.7-1.2c-.1-.7-.3-1.4-.5-2.1L549.2 48.9C546.1 38.9 536.8 32 526.3 32H435.5l12.8 64.2c9.6 1 19 4.9 26.6 11.8c11.7 10.6 23 21.6 33.9 33.1c1.6-1.6 3.3-3.2 5-4.8zM325.2 210.7c3.8-6.2 7.9-12.5 12.3-18.7H32l4 32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H44L64 448c0 17.7 14.3 32 32 32s32-14.3 32-32H337.6c-31-34.7-49.6-80.6-49.6-129.9c0-35.2 16.3-73.6 37.2-107.4zm128.4-78.9c-2.8-2.5-6.3-3.7-9.8-3.8c-3.6 0-7.2 1.2-10 3.7c-33.2 29.7-61.4 63.4-81.4 95.8c-19.7 31.9-32.4 66.2-32.4 92.6C320 407.9 390.3 480 480 480c88.7 0 160-72 160-159.8c0-20.2-9.6-50.9-24.2-79c-14.8-28.5-35.7-58.5-60.4-81.1c-5.6-5.1-14.4-5.2-20 0c-9.6 8.8-18.6 19.6-26.5 29.5c-17.3-20.7-35.8-39.9-55.5-57.7zM530 401c-15 10-31 15-49 15c-45 0-81-29-81-78c0-24 15-45 45-82c4 5 62 79 62 79l36-42c3 4 5 8 7 12c18 33 10 75-20 96z"],"house-crack":[576,512,[],"e3b1","M543.8 287.6c17 0 32-14 32-32.1c1-9-3-17-11-24L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1h32V448c0 35.3 28.7 64 64 64H230.4l-31.3-52.2c-4.1-6.8-2.6-15.5 3.5-20.5L288 368l-60.2-82.8c-10.9-15 8.2-33.5 22.8-22l117.9 92.6c8 6.3 8.2 18.4 .4 24.9L288 448l38.4 64H448.5c35.5 0 64.2-28.8 64-64.3l-.7-160.2h32z"],"martini-glass-citrus":[576,512,["cocktail"],"f561","M432 240c53 0 96-43 96-96s-43-96-96-96c-35.5 0-66.6 19.3-83.2 48H296.2C316 40.1 369.3 0 432 0c79.5 0 144 64.5 144 144s-64.5 144-144 144c-27.7 0-53.5-7.8-75.5-21.3l35.4-35.4c12.2 5.6 25.8 8.7 40.1 8.7zM1.8 142.8C5.5 133.8 14.3 128 24 128H392c9.7 0 18.5 5.8 22.2 14.8s1.7 19.3-5.2 26.2l-177 177V464h64c13.3 0 24 10.7 24 24s-10.7 24-24 24H208 120c-13.3 0-24-10.7-24-24s10.7-24 24-24h64V345.9L7 169c-6.9-6.9-8.9-17.2-5.2-26.2z"],"face-surprise":[512,512,[128558,"surprise"],"f5c2","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM176.4 176a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM256 288a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"],"bottle-water":[320,512,[],"e4c5","M120 0h80c13.3 0 24 10.7 24 24V64H96V24c0-13.3 10.7-24 24-24zM32 151.7c0-15.6 9-29.8 23.2-36.5l24.4-11.4c11-5.1 23-7.8 35.1-7.8h90.6c12.1 0 24.1 2.7 35.1 7.8l24.4 11.4c14.1 6.6 23.2 20.8 23.2 36.5c0 14.4-7.5 27-18.9 34.1c11.5 8.8 18.9 22.6 18.9 38.2c0 16.7-8.5 31.4-21.5 40c12.9 8.6 21.5 23.3 21.5 40s-8.5 31.4-21.5 40c12.9 8.6 21.5 23.3 21.5 40s-8.5 31.4-21.5 40c12.9 8.6 21.5 23.3 21.5 40c0 26.5-21.5 48-48 48H80c-26.5 0-48-21.5-48-48c0-16.7 8.5-31.4 21.5-40C40.5 415.4 32 400.7 32 384s8.5-31.4 21.5-40C40.5 335.4 32 320.7 32 304s8.5-31.4 21.5-40C40.5 255.4 32 240.7 32 224c0-15.6 7.4-29.4 18.9-38.2C39.5 178.7 32 166.1 32 151.7zM96 240c0 8.8 7.2 16 16 16h96c8.8 0 16-7.2 16-16s-7.2-16-16-16H112c-8.8 0-16 7.2-16 16zm16 112c-8.8 0-16 7.2-16 16s7.2 16 16 16h96c8.8 0 16-7.2 16-16s-7.2-16-16-16H112z"],"circle-pause":[512,512,[62092,"pause-circle"],"f28b","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM224 192V320c0 17.7-14.3 32-32 32s-32-14.3-32-32V192c0-17.7 14.3-32 32-32s32 14.3 32 32zm128 0V320c0 17.7-14.3 32-32 32s-32-14.3-32-32V192c0-17.7 14.3-32 32-32s32 14.3 32 32z"],"toilet-paper-slash":[640,512,[],"e072","M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-109.7-86C569.9 374 608 291.9 608 192C608 86 565 0 512 0s-96 86-96 192c0 49.1 9.2 93.9 24.4 127.9l-59-46.2c1.6-24.8 2.6-52 2.6-81.6c0-65.5 13.2-142.4 60.2-192H160c-24.8 0-47.4 18.8-64.4 49.6L38.8 5.1zM367.3 385.4L66.5 148.4C64.9 162.4 64 177 64 192c0 101.5-11.7 170.8-23 213.9c-5.1 19.4-10.7 39.9-20.5 57.7c-5.9 9.9-6.1 22.1-.4 32.2S36.5 512 48 512H285.9c22.3 0 45.4-12.1 55.4-36.1c7.4-17.7 17.5-47.2 26-90.6zM544 192c0 35.3-14.3 64-32 64s-32-28.7-32-64s14.3-64 32-64s32 28.7 32 64z"],"apple-whole":[448,512,[127822,127823,"apple-alt"],"f5d1","M224 112c-8.8 0-16-7.2-16-16V80c0-44.2 35.8-80 80-80h16c8.8 0 16 7.2 16 16V32c0 44.2-35.8 80-80 80H224zM0 288c0-76.3 35.7-160 112-160c27.3 0 59.7 10.3 82.7 19.3c18.8 7.3 39.9 7.3 58.7 0c22.9-8.9 55.4-19.3 82.7-19.3c76.3 0 112 83.7 112 160c0 128-80 224-160 224c-16.5 0-38.1-6.6-51.5-11.3c-8.1-2.8-16.9-2.8-25 0c-13.4 4.7-35 11.3-51.5 11.3C80 512 0 416 0 288z"],"kitchen-set":[576,512,[],"e51a","M240 144A96 96 0 1 0 48 144a96 96 0 1 0 192 0zm44.4 32C269.9 240.1 212.5 288 144 288C64.5 288 0 223.5 0 144S64.5 0 144 0c68.5 0 125.9 47.9 140.4 112h71.8c8.8-9.8 21.6-16 35.8-16H496c26.5 0 48 21.5 48 48s-21.5 48-48 48H392c-14.2 0-27-6.2-35.8-16H284.4zM144 80a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM400 240c13.3 0 24 10.7 24 24v8h96c13.3 0 24 10.7 24 24s-10.7 24-24 24H280c-13.3 0-24-10.7-24-24s10.7-24 24-24h96v-8c0-13.3 10.7-24 24-24zM288 464V352H512V464c0 26.5-21.5 48-48 48H336c-26.5 0-48-21.5-48-48zM48 320h80 16 32c26.5 0 48 21.5 48 48s-21.5 48-48 48H160c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V336c0-8.8 7.2-16 16-16zm128 64c8.8 0 16-7.2 16-16s-7.2-16-16-16H160v32h16zM24 464H200c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24s10.7-24 24-24z"],r:[320,512,[114],"52","M64 32C28.7 32 0 60.7 0 96V288 448c0 17.7 14.3 32 32 32s32-14.3 32-32V320h95.3L261.8 466.4c10.1 14.5 30.1 18 44.6 7.9s18-30.1 7.9-44.6L230.1 309.5C282.8 288.1 320 236.4 320 176c0-79.5-64.5-144-144-144H64zM176 256H64V96H176c44.2 0 80 35.8 80 80s-35.8 80-80 80z"],"temperature-quarter":[320,512,["temperature-1","thermometer-1","thermometer-quarter"],"f2ca","M160 64c-26.5 0-48 21.5-48 48V276.5c0 17.3-7.1 31.9-15.3 42.5C86.2 332.6 80 349.5 80 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9c-8.2-10.6-15.3-25.2-15.3-42.5V112c0-26.5-21.5-48-48-48zM48 112C48 50.2 98.1 0 160 0s112 50.1 112 112V276.5c0 .1 .1 .3 .2 .6c.2 .6 .8 1.6 1.7 2.8c18.9 24.4 30.1 55 30.1 88.1c0 79.5-64.5 144-144 144S16 447.5 16 368c0-33.2 11.2-63.8 30.1-88.1c.9-1.2 1.5-2.2 1.7-2.8c.1-.3 .2-.5 .2-.6V112zM208 368c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3V272c0-8.8 7.2-16 16-16s16 7.2 16 16v50.7c18.6 6.6 32 24.4 32 45.3z"],cube:[512,512,[],"f1b2","M234.5 5.7c13.9-5 29.1-5 43.1 0l192 68.6C495 83.4 512 107.5 512 134.6V377.4c0 27-17 51.2-42.5 60.3l-192 68.6c-13.9 5-29.1 5-43.1 0l-192-68.6C17 428.6 0 404.5 0 377.4V134.6c0-27 17-51.2 42.5-60.3l192-68.6zM256 66L82.3 128 256 190l173.7-62L256 66zm32 368.6l160-57.1v-188L288 246.6v188z"],"bitcoin-sign":[320,512,[],"e0b4","M48 32C48 14.3 62.3 0 80 0s32 14.3 32 32V64h32V32c0-17.7 14.3-32 32-32s32 14.3 32 32V64c0 1.5-.1 3.1-.3 4.5C254.1 82.2 288 125.1 288 176c0 24.2-7.7 46.6-20.7 64.9c31.7 19.8 52.7 55 52.7 95.1c0 61.9-50.1 112-112 112v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H112v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H41.7C18.7 448 0 429.3 0 406.3V288 265.7 224 101.6C0 80.8 16.8 64 37.6 64H48V32zM64 224H176c26.5 0 48-21.5 48-48s-21.5-48-48-48H64v96zm112 64H64v96H208c26.5 0 48-21.5 48-48s-21.5-48-48-48H176z"],"shield-dog":[512,512,[],"e573","M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2L269.4 2.9zM160.9 286.2c4.8 1.2 9.9 1.8 15.1 1.8c35.3 0 64-28.7 64-64V160h44.2c12.1 0 23.2 6.8 28.6 17.7L320 192h64c8.8 0 16 7.2 16 16v32c0 44.2-35.8 80-80 80H272v50.7c0 7.3-5.9 13.3-13.3 13.3c-1.8 0-3.6-.4-5.2-1.1l-98.7-42.3c-6.6-2.8-10.8-9.3-10.8-16.4c0-2.8 .6-5.5 1.9-8l15-30zM160 160h40 8v32 32c0 17.7-14.3 32-32 32s-32-14.3-32-32V176c0-8.8 7.2-16 16-16zm128 48a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z"],"solar-panel":[640,512,[],"f5ba","M122.2 0C91.7 0 65.5 21.5 59.5 51.4L8.3 307.4C.4 347 30.6 384 71 384H288v64H224c-17.7 0-32 14.3-32 32s14.3 32 32 32H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H352V384H569c40.4 0 70.7-36.9 62.8-76.6l-51.2-256C574.5 21.5 548.3 0 517.8 0H122.2zM260.9 64H379.1l10.4 104h-139L260.9 64zM202.3 168H101.4L122.2 64h90.4L202.3 168zM91.8 216H197.5L187.1 320H71L91.8 216zm153.9 0H394.3l10.4 104-169.4 0 10.4-104zm196.8 0H548.2L569 320h-116L442.5 216zm96-48H437.7L427.3 64h90.4l31.4-6.3L517.8 64l20.8 104z"],"lock-open":[576,512,[],"f3c1","M352 144c0-44.2 35.8-80 80-80s80 35.8 80 80v48c0 17.7 14.3 32 32 32s32-14.3 32-32V144C576 64.5 511.5 0 432 0S288 64.5 288 144v48H64c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V256c0-35.3-28.7-64-64-64H352V144z"],elevator:[512,512,[],"e16d","M132.7 4.7l-64 64c-4.6 4.6-5.9 11.5-3.5 17.4s8.3 9.9 14.8 9.9H208c6.5 0 12.3-3.9 14.8-9.9s1.1-12.9-3.5-17.4l-64-64c-6.2-6.2-16.4-6.2-22.6 0zM64 128c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V192c0-35.3-28.7-64-64-64H64zm96 96a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM80 400c0-26.5 21.5-48 48-48h64c26.5 0 48 21.5 48 48v16c0 17.7-14.3 32-32 32H112c-17.7 0-32-14.3-32-32V400zm192 0c0-26.5 21.5-48 48-48h64c26.5 0 48 21.5 48 48v16c0 17.7-14.3 32-32 32H304c-17.7 0-32-14.3-32-32V400zm32-128a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM356.7 91.3c6.2 6.2 16.4 6.2 22.6 0l64-64c4.6-4.6 5.9-11.5 3.5-17.4S438.5 0 432 0H304c-6.5 0-12.3 3.9-14.8 9.9s-1.1 12.9 3.5 17.4l64 64z"],"money-bill-transfer":[640,512,[],"e528","M535 41c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l64 64c4.5 4.5 7 10.6 7 17s-2.5 12.5-7 17l-64 64c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l23-23L384 112c-13.3 0-24-10.7-24-24s10.7-24 24-24l174.1 0L535 41zM105 377l-23 23L256 400c13.3 0 24 10.7 24 24s-10.7 24-24 24L81.9 448l23 23c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L7 441c-4.5-4.5-7-10.6-7-17s2.5-12.5 7-17l64-64c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9zM96 64H337.9c-3.7 7.2-5.9 15.3-5.9 24c0 28.7 23.3 52 52 52l117.4 0c-4 17 .6 35.5 13.8 48.8c20.3 20.3 53.2 20.3 73.5 0L608 169.5V384c0 35.3-28.7 64-64 64H302.1c3.7-7.2 5.9-15.3 5.9-24c0-28.7-23.3-52-52-52l-117.4 0c4-17-.6-35.5-13.8-48.8c-20.3-20.3-53.2-20.3-73.5 0L32 342.5V128c0-35.3 28.7-64 64-64zm64 64H96v64c35.3 0 64-28.7 64-64zM544 320c-35.3 0-64 28.7-64 64h64V320zM320 352a96 96 0 1 0 0-192 96 96 0 1 0 0 192z"],"money-bill-trend-up":[512,512,[],"e529","M470.7 9.4c3 3.1 5.3 6.6 6.9 10.3s2.4 7.8 2.4 12.2l0 .1v0 96c0 17.7-14.3 32-32 32s-32-14.3-32-32V109.3L310.6 214.6c-11.8 11.8-30.8 12.6-43.5 1.7L176 138.1 84.8 216.3c-13.4 11.5-33.6 9.9-45.1-3.5s-9.9-33.6 3.5-45.1l112-96c12-10.3 29.7-10.3 41.7 0l89.5 76.7L370.7 64H352c-17.7 0-32-14.3-32-32s14.3-32 32-32h96 0c8.8 0 16.8 3.6 22.6 9.3l.1 .1zM0 304c0-26.5 21.5-48 48-48H464c26.5 0 48 21.5 48 48V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V304zM48 416v48H96c0-26.5-21.5-48-48-48zM96 304H48v48c26.5 0 48-21.5 48-48zM464 416c-26.5 0-48 21.5-48 48h48V416zM416 304c0 26.5 21.5 48 48 48V304H416zm-96 80a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z"],"house-flood-water-circle-arrow-right":[640,512,[],"e50f","M288 144A144 144 0 1 0 0 144a144 144 0 1 0 288 0zM140.7 76.7c6.2-6.2 16.4-6.2 22.6 0l56 56c6.2 6.2 6.2 16.4 0 22.6l-56 56c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L169.4 160H80c-8.8 0-16-7.2-16-16s7.2-16 16-16h89.4L140.7 99.3c-6.2-6.2-6.2-16.4 0-22.6zM320 144c0 57.3-27.4 108.2-69.8 140.3c11.8-3.6 23-9.4 33-16.2c22.1-15.5 51.6-15.5 73.7 0c18.4 12.7 39.6 20.3 59.2 20.3c19 0 41.2-7.9 59.2-20.3c23.8-16.7 55.8-15.4 78.1 3.4c2.1 1.7 4.2 3.3 6.5 4.9l-.3-84.4H576c13.9 0 26.1-8.9 30.4-22.1s-.4-27.6-11.6-35.8l-176-128C407.6-2 392.4-2 381.2 6.1L301 64.4c12.1 23.9 19 50.9 19 79.6zm18.5 165.9c-11.1-7.9-25.9-7.9-37 0C279 325.4 251.5 336 224 336c-26.9 0-55.3-10.8-77.4-26.1l0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C158.5 389.7 191 400 224 400c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.6 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.5-27.3-10.1-39.2-1.7l0 0C471.4 325.2 442.9 336 416 336c-27.5 0-55-10.6-77.5-26.1zm0 112c-11.1-7.9-25.9-7.9-37 0C279 437.4 251.5 448 224 448c-26.9 0-55.3-10.8-77.4-26.1l0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C158.5 501.7 191 512 224 512c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.6 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7l0 0C471.4 437.2 442.9 448 416 448c-27.5 0-55-10.6-77.5-26.1z"],"square-poll-horizontal":[448,512,["poll-h"],"f682","M448 96c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320zM256 160c0 17.7-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l96 0c17.7 0 32 14.3 32 32zm64 64c17.7 0 32 14.3 32 32s-14.3 32-32 32l-192 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l192 0zM192 352c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l32 0c17.7 0 32 14.3 32 32z"],circle:[512,512,[128308,128309,128992,128993,128994,128995,128996,9679,9898,9899,11044,61708,61915],"f111","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512z"],"backward-fast":[512,512,[9198,"fast-backward"],"f049","M493.6 445c-11.2 5.3-24.5 3.6-34.1-4.4L288 297.7V416c0 12.4-7.2 23.7-18.4 29s-24.5 3.6-34.1-4.4L64 297.7V416c0 17.7-14.3 32-32 32s-32-14.3-32-32V96C0 78.3 14.3 64 32 64s32 14.3 32 32V214.3L235.5 71.4c9.5-7.9 22.8-9.7 34.1-4.4S288 83.6 288 96V214.3L459.5 71.4c9.5-7.9 22.8-9.7 34.1-4.4S512 83.6 512 96V416c0 12.4-7.2 23.7-18.4 29z"],recycle:[512,512,[9842,9850,9851],"f1b8","M174.7 45.1C192.2 17 223 0 256 0s63.8 17 81.3 45.1l38.6 61.7 27-15.6c8.4-4.9 18.9-4.2 26.6 1.7s11.1 15.9 8.6 25.3l-23.4 87.4c-3.4 12.8-16.6 20.4-29.4 17l-87.4-23.4c-9.4-2.5-16.3-10.4-17.6-20s3.4-19.1 11.8-23.9l28.4-16.4L283 79c-5.8-9.3-16-15-27-15s-21.2 5.7-27 15l-17.5 28c-9.2 14.8-28.6 19.5-43.6 10.5c-15.3-9.2-20.2-29.2-10.7-44.4l17.5-28zM429.5 251.9c15-9 34.4-4.3 43.6 10.5l24.4 39.1c9.4 15.1 14.4 32.4 14.6 50.2c.3 53.1-42.7 96.4-95.8 96.4L320 448v32c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-64-64c-9.4-9.4-9.4-24.6 0-33.9l64-64c6.9-6.9 17.2-8.9 26.2-5.2s14.8 12.5 14.8 22.2v32l96.2 0c17.6 0 31.9-14.4 31.8-32c0-5.9-1.7-11.7-4.8-16.7l-24.4-39.1c-9.5-15.2-4.7-35.2 10.7-44.4zm-364.6-31L36 204.2c-8.4-4.9-13.1-14.3-11.8-23.9s8.2-17.5 17.6-20l87.4-23.4c12.8-3.4 26 4.2 29.4 17L182 241.2c2.5 9.4-.9 19.3-8.6 25.3s-18.2 6.6-26.6 1.7l-26.5-15.3L68.8 335.3c-3.1 5-4.8 10.8-4.8 16.7c-.1 17.6 14.2 32 31.8 32l32.2 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32.2 0C42.7 448-.3 404.8 0 351.6c.1-17.8 5.1-35.1 14.6-50.2l50.3-80.5z"],"user-astronaut":[448,512,[],"f4fb","M370.7 96.1C346.1 39.5 289.7 0 224 0S101.9 39.5 77.3 96.1C60.9 97.5 48 111.2 48 128v64c0 16.8 12.9 30.5 29.3 31.9C101.9 280.5 158.3 320 224 320s122.1-39.5 146.7-96.1c16.4-1.4 29.3-15.1 29.3-31.9V128c0-16.8-12.9-30.5-29.3-31.9zM336 144v16c0 53-43 96-96 96H208c-53 0-96-43-96-96V144c0-26.5 21.5-48 48-48H288c26.5 0 48 21.5 48 48zM189.3 162.7l-6-21.2c-.9-3.3-3.9-5.5-7.3-5.5s-6.4 2.2-7.3 5.5l-6 21.2-21.2 6c-3.3 .9-5.5 3.9-5.5 7.3s2.2 6.4 5.5 7.3l21.2 6 6 21.2c.9 3.3 3.9 5.5 7.3 5.5s6.4-2.2 7.3-5.5l6-21.2 21.2-6c3.3-.9 5.5-3.9 5.5-7.3s-2.2-6.4-5.5-7.3l-21.2-6zM112.7 316.5C46.7 342.6 0 407 0 482.3C0 498.7 13.3 512 29.7 512H128V448c0-17.7 14.3-32 32-32H288c17.7 0 32 14.3 32 32v64l98.3 0c16.4 0 29.7-13.3 29.7-29.7c0-75.3-46.7-139.7-112.7-165.8C303.9 338.8 265.5 352 224 352s-79.9-13.2-111.3-35.5zM176 448c-8.8 0-16 7.2-16 16v48h32V464c0-8.8-7.2-16-16-16zm96 32a16 16 0 1 0 0-32 16 16 0 1 0 0 32z"],"plane-slash":[640,512,[],"e069","M514.3 192c34.2 0 93.7 29 93.7 64c0 36-59.5 64-93.7 64H440.6L630.8 469.1c10.4 8.2 12.3 23.3 4.1 33.7s-23.3 12.3-33.7 4.1L9.2 42.9C-1.2 34.7-3.1 19.6 5.1 9.2S28.4-3.1 38.8 5.1L238.1 161.3 197.8 20.4C194.9 10.2 202.6 0 213.2 0h56.2c11.5 0 22.1 6.2 27.8 16.1L397.7 192l116.6 0zM41.5 128.7l321 252.9L297.2 495.9c-5.7 10-16.3 16.1-27.8 16.1l-56.2 0c-10.6 0-18.3-10.2-15.4-20.4l49-171.6H144l-43.2 57.6c-3 4-7.8 6.4-12.8 6.4H46c-7.8 0-14-6.3-14-14c0-1.3 .2-2.6 .5-3.9L64 256 32.5 145.9c-.4-1.3-.5-2.6-.5-3.9c0-6.2 4-11.4 9.5-13.3z"],trademark:[640,512,[8482],"f25c","M345.6 108.8c-8.3-11-22.7-15.5-35.7-11.2S288 114.2 288 128V384c0 17.7 14.3 32 32 32s32-14.3 32-32V224l86.4 115.2c6 8.1 15.5 12.8 25.6 12.8s19.6-4.7 25.6-12.8L576 224V384c0 17.7 14.3 32 32 32s32-14.3 32-32V128c0-13.8-8.8-26-21.9-30.4s-27.5 .1-35.7 11.2L464 266.7 345.6 108.8zM0 128c0 17.7 14.3 32 32 32H96V384c0 17.7 14.3 32 32 32s32-14.3 32-32V160h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H32C14.3 96 0 110.3 0 128z"],basketball:[512,512,[127936,"basketball-ball"],"f434","M86.6 64l85.2 85.2C194.5 121.7 208 86.4 208 48c0-14.7-2-28.9-5.7-42.4C158.6 15 119 35.5 86.6 64zM64 86.6C35.5 119 15 158.6 5.6 202.3C19.1 206 33.3 208 48 208c38.4 0 73.7-13.5 101.3-36.1L64 86.6zM256 0c-7.3 0-14.6 .3-21.8 .9C238 16 240 31.8 240 48c0 47.3-17.1 90.5-45.4 124L256 233.4 425.4 64C380.2 24.2 320.9 0 256 0zM48 240c-16.2 0-32-2-47.1-5.8C.3 241.4 0 248.7 0 256c0 64.9 24.2 124.2 64 169.4L233.4 256 172 194.6C138.5 222.9 95.3 240 48 240zm463.1 37.8c.6-7.2 .9-14.5 .9-21.8c0-64.9-24.2-124.2-64-169.4L278.6 256 340 317.4c33.4-28.3 76.7-45.4 124-45.4c16.2 0 32 2 47.1 5.8zm-4.7 31.9C492.9 306 478.7 304 464 304c-38.4 0-73.7 13.5-101.3 36.1L448 425.4c28.5-32.3 49.1-71.9 58.4-115.7zM340.1 362.7C317.5 390.3 304 425.6 304 464c0 14.7 2 28.9 5.7 42.4C353.4 497 393 476.5 425.4 448l-85.2-85.2zM317.4 340L256 278.6 86.6 448c45.1 39.8 104.4 64 169.4 64c7.3 0 14.6-.3 21.8-.9C274 496 272 480.2 272 464c0-47.3 17.1-90.5 45.4-124z"],"satellite-dish":[512,512,[128225],"f7c0","M192 32c0-17.7 14.3-32 32-32C383.1 0 512 128.9 512 288c0 17.7-14.3 32-32 32s-32-14.3-32-32C448 164.3 347.7 64 224 64c-17.7 0-32-14.3-32-32zM60.6 220.6L164.7 324.7l28.4-28.4c-.7-2.6-1.1-5.4-1.1-8.3c0-17.7 14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32c-2.9 0-5.6-.4-8.3-1.1l-28.4 28.4L291.4 451.4c14.5 14.5 11.8 38.8-7.3 46.3C260.5 506.9 234.9 512 208 512C93.1 512 0 418.9 0 304c0-26.9 5.1-52.5 14.4-76.1c7.5-19 31.8-21.8 46.3-7.3zM224 96c106 0 192 86 192 192c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-70.7-57.3-128-128-128c-17.7 0-32-14.3-32-32s14.3-32 32-32z"],"circle-up":[512,512,[61467,"arrow-alt-circle-up"],"f35b","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM135.1 217.4l107.1-99.9c3.8-3.5 8.7-5.5 13.8-5.5s10.1 2 13.8 5.5l107.1 99.9c4.5 4.2 7.1 10.1 7.1 16.3c0 12.3-10 22.3-22.3 22.3H304v96c0 17.7-14.3 32-32 32H240c-17.7 0-32-14.3-32-32V256H150.3C138 256 128 246 128 233.7c0-6.2 2.6-12.1 7.1-16.3z"],"mobile-screen-button":[384,512,["mobile-alt"],"f3cd","M16 64C16 28.7 44.7 0 80 0H304c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H80c-35.3 0-64-28.7-64-64V64zM224 448a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM304 64H80V384H304V64z"],"volume-high":[640,512,[128266,"volume-up"],"f028","M533.6 32.5C598.5 85.3 640 165.8 640 256s-41.5 170.8-106.4 223.5c-10.3 8.4-25.4 6.8-33.8-3.5s-6.8-25.4 3.5-33.8C557.5 398.2 592 331.2 592 256s-34.5-142.2-88.7-186.3c-10.3-8.4-11.8-23.5-3.5-33.8s23.5-11.8 33.8-3.5zM473.1 107c43.2 35.2 70.9 88.9 70.9 149s-27.7 113.8-70.9 149c-10.3 8.4-25.4 6.8-33.8-3.5s-6.8-25.4 3.5-33.8C475.3 341.3 496 301.1 496 256s-20.7-85.3-53.2-111.8c-10.3-8.4-11.8-23.5-3.5-33.8s23.5-11.8 33.8-3.5zm-60.5 74.5C434.1 199.1 448 225.9 448 256s-13.9 56.9-35.4 74.5c-10.3 8.4-25.4 6.8-33.8-3.5s-6.8-25.4 3.5-33.8C393.1 284.4 400 271 400 256s-6.9-28.4-17.7-37.3c-10.3-8.4-11.8-23.5-3.5-33.8s23.5-11.8 33.8-3.5zM301.1 34.8C312.6 40 320 51.4 320 64V448c0 12.6-7.4 24-18.9 29.2s-25 3.1-34.4-5.3L131.8 352H64c-35.3 0-64-28.7-64-64V224c0-35.3 28.7-64 64-64h67.8L266.7 40.1c9.4-8.4 22.9-10.4 34.4-5.3z"],"users-rays":[640,512,[],"e593","M41 7C31.6-2.3 16.4-2.3 7 7S-2.3 31.6 7 41l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L41 7zM599 7L527 79c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0zM7 505c9.4 9.4 24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L7 471c-9.4 9.4-9.4 24.6 0 33.9zm592 0c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-72-72c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72zM320 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128zM212.1 336c-2.7 7.5-4.1 15.6-4.1 24c0 13.3 10.7 24 24 24H408c13.3 0 24-10.7 24-24c0-8.4-1.4-16.5-4.1-24c-.5-1.4-1-2.7-1.6-4c-9.4-22.3-29.8-38.9-54.3-43c-3.9-.7-7.9-1-12-1H280c-4.1 0-8.1 .3-12 1c-.8 .1-1.7 .3-2.5 .5c-24.9 5.1-45.1 23-53.4 46.5zM175.8 224a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-26.5 32C119.9 256 96 279.9 96 309.3c0 14.7 11.9 26.7 26.7 26.7h56.1c8-34.1 32.8-61.7 65.2-73.6c-7.5-4.1-16.2-6.4-25.3-6.4H149.3zm368 80c14.7 0 26.7-11.9 26.7-26.7c0-29.5-23.9-53.3-53.3-53.3H421.3c-9.2 0-17.8 2.3-25.3 6.4c32.4 11.9 57.2 39.5 65.2 73.6h56.1zM464 224a48 48 0 1 0 0-96 48 48 0 1 0 0 96z"],wallet:[512,512,[],"f555","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V192c0-35.3-28.7-64-64-64H80c-8.8 0-16-7.2-16-16s7.2-16 16-16H448c17.7 0 32-14.3 32-32s-14.3-32-32-32H64zM416 272a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],"clipboard-check":[384,512,[],"f46c","M192 0c-41.8 0-77.4 26.7-90.5 64H64C28.7 64 0 92.7 0 128V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H282.5C269.4 26.7 233.8 0 192 0zm0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM305 273L177 401c-9.4 9.4-24.6 9.4-33.9 0L79 337c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L271 239c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"],"file-audio":[384,512,[],"f1c7","M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zm2 226.3c37.1 22.4 62 63.1 62 109.7s-24.9 87.3-62 109.7c-7.6 4.6-17.4 2.1-22-5.4s-2.1-17.4 5.4-22C269.4 401.5 288 370.9 288 336s-18.6-65.5-46.5-82.3c-7.6-4.6-10-14.4-5.4-22s14.4-10 22-5.4zm-91.9 30.9c6 2.5 9.9 8.3 9.9 14.8V400c0 6.5-3.9 12.3-9.9 14.8s-12.9 1.1-17.4-3.5L113.4 376H80c-8.8 0-16-7.2-16-16V312c0-8.8 7.2-16 16-16h33.4l35.3-35.3c4.6-4.6 11.5-5.9 17.4-3.5zm51 34.9c6.6-5.9 16.7-5.3 22.6 1.3C249.8 304.6 256 319.6 256 336s-6.2 31.4-16.3 42.7c-5.9 6.6-16 7.1-22.6 1.3s-7.1-16-1.3-22.6c5.1-5.7 8.1-13.1 8.1-21.3s-3.1-15.7-8.1-21.3c-5.9-6.6-5.3-16.7 1.3-22.6z"],burger:[512,512,["hamburger"],"f805","M61.1 224C45 224 32 211 32 194.9c0-1.9 .2-3.7 .6-5.6C37.9 168.3 78.8 32 256 32s218.1 136.3 223.4 157.3c.5 1.9 .6 3.7 .6 5.6c0 16.1-13 29.1-29.1 29.1H61.1zM144 128a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm240 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32zM272 96a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zM16 304c0-26.5 21.5-48 48-48H448c26.5 0 48 21.5 48 48s-21.5 48-48 48H64c-26.5 0-48-21.5-48-48zm16 96c0-8.8 7.2-16 16-16H464c8.8 0 16 7.2 16 16v16c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V400z"],wrench:[512,512,[128295],"f0ad","M352 320c88.4 0 160-71.6 160-160c0-15.3-2.2-30.1-6.2-44.2c-3.1-10.8-16.4-13.2-24.3-5.3l-76.8 76.8c-3 3-7.1 4.7-11.3 4.7H336c-8.8 0-16-7.2-16-16V118.6c0-4.2 1.7-8.3 4.7-11.3l76.8-76.8c7.9-7.9 5.4-21.2-5.3-24.3C382.1 2.2 367.3 0 352 0C263.6 0 192 71.6 192 160c0 19.1 3.4 37.5 9.5 54.5L19.9 396.1C7.2 408.8 0 426.1 0 444.1C0 481.6 30.4 512 67.9 512c18 0 35.3-7.2 48-19.9L297.5 310.5c17 6.2 35.4 9.5 54.5 9.5zM80 408a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"],bugs:[576,512,[],"e4d0","M164.5 107.4l33.4-73.5c5.5-12.1 .1-26.3-11.9-31.8s-26.3-.1-31.8 11.9L128 71.7 101.9 14.1C96.4 2 82.1-3.3 70.1 2.1S52.7 21.9 58.1 33.9l33.4 73.5c-10.2 7.1-18.2 17-22.9 28.6h-17l-4.1-20.7c-2.6-13-15.2-21.4-28.2-18.8S-2.1 111.7 .5 124.7l8 40C10.7 175.9 20.6 184 32 184H64v23.3l-37.8 9.5c-9.5 2.4-16.6 10.2-17.9 19.9l-8 56c-1.9 13.1 7.2 25.3 20.4 27.2s25.3-7.2 27.2-20.4l5.7-40 18.4-4.6C82.7 274.6 103.8 288 128 288s45.3-13.4 56.1-33.2l18.4 4.6 5.7 40c1.9 13.1 14 22.2 27.2 20.4s22.2-14 20.4-27.2l-8-56c-1.4-9.7-8.5-17.5-17.9-19.9L192 207.3V184h32c11.4 0 21.3-8.1 23.5-19.3l8-40c2.6-13-5.8-25.6-18.8-28.2s-25.6 5.8-28.2 18.8L204.3 136h-17c-4.7-11.6-12.7-21.5-22.9-28.6zM496 286.5l65.6-47c10.8-7.7 13.3-22.7 5.6-33.5s-22.7-13.3-33.5-5.6l-51.4 36.8 6.1-62.9c1.3-13.2-8.4-24.9-21.6-26.2s-24.9 8.4-26.2 21.6L432.8 250c-12.3 1-24.2 5.6-34.1 13.3L384 254.8l6.8-20c4.2-12.6-2.5-26.2-15-30.4s-26.2 2.5-30.4 15l-13.1 38.6c-3.7 10.8 .8 22.8 10.7 28.5l27.7 16L359 322.7 321.5 312c-9.4-2.7-19.5 .6-25.5 8.3l-34.9 44.5c-8.2 10.4-6.4 25.5 4.1 33.7s25.5 6.4 33.7-4.1l25-31.8 18.2 5.2c-.5 22.6 11 44.7 32 56.8s45.9 11 65.2-.7l13.6 13.2-15.1 37.5c-4.9 12.3 1 26.3 13.3 31.2s26.3-1 31.2-13.3L503.5 440c3.6-9.1 1.4-19.4-5.6-26.2l-28-27.1 11.6-20.1 27.7 16c9.9 5.7 22.5 3.7 30-4.9L566.2 347c8.7-10 7.8-25.1-2.2-33.9s-25.1-7.8-33.9 2.2l-13.9 15.9-14.7-8.5c1.7-12.4-.2-25-5.5-36.2z"],"rupee-sign":[448,512,[8360,"rupee"],"f156","M0 64C0 46.3 14.3 32 32 32h80c79.5 0 144 64.5 144 144c0 58.8-35.2 109.3-85.7 131.7l51.4 128.4c6.6 16.4-1.4 35-17.8 41.6s-35-1.4-41.6-17.8L106.3 320H64V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V288 64zM64 256h48c44.2 0 80-35.8 80-80s-35.8-80-80-80H64V256zm256.5 16.4c-.9 6 0 8.7 .4 9.8c.4 1.1 1.4 2.6 4.2 4.9c7.2 5.7 18.7 10 37.9 16.8l1.3 .5c16 5.6 38.7 13.6 55.7 28.1c9.5 8.1 17.9 18.6 23.1 32.3c5.1 13.7 6.1 28.5 3.8 44c-4.2 28.1-20.5 49.3-43.8 60.9c-22.1 11-48.1 12.5-73.2 8l-.2 0 0 0c-9.3-1.8-20.5-5.7-29.3-9c-6-2.3-12.6-4.9-17.7-6.9l0 0c-2.5-1-4.6-1.8-6.3-2.5c-16.5-6.4-24.6-25-18.2-41.4s24.9-24.6 41.4-18.2c2.6 1 5.2 2 7.9 3.1l0 0c4.8 1.9 9.8 3.9 15.4 6c8.8 3.3 15.3 5.4 18.7 6c15.7 2.8 26.7 .8 32.9-2.3c5-2.5 8-6 9.1-13c1-6.9 .2-10.5-.5-12.3c-.6-1.7-1.8-3.6-4.5-5.9c-6.9-5.8-18.2-10.4-36.9-17l-3-1.1c-15.5-5.4-37-13-53.3-25.9c-9.5-7.5-18.3-17.6-23.7-31c-5.5-13.4-6.6-28-4.4-43.2c8.4-57.1 67-78 116.9-68.9c6.9 1.3 27.3 5.8 35.4 8.4c16.9 5.2 26.3 23.2 21.1 40.1s-23.2 26.3-40.1 21.1c-4.7-1.4-22.3-5.5-27.9-6.5c-14.6-2.7-25.8-.4-32.6 3.2c-6.3 3.3-8.9 7.6-9.5 12z"],"file-image":[384,512,[128443],"f1c5","M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM64 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm152 32c5.3 0 10.2 2.6 13.2 6.9l88 128c3.4 4.9 3.7 11.3 1 16.5s-8.2 8.6-14.2 8.6H216 176 128 80c-5.8 0-11.1-3.1-13.9-8.1s-2.8-11.2 .2-16.1l48-80c2.9-4.8 8.1-7.8 13.7-7.8s10.8 2.9 13.7 7.8l12.8 21.4 48.3-70.2c3-4.3 7.9-6.9 13.2-6.9z"],"circle-question":[512,512,[62108,"question-circle"],"f059","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM169.8 165.3c7.9-22.3 29.1-37.3 52.8-37.3h58.3c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24V250.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1H222.6c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"],"plane-departure":[640,512,[128747],"f5b0","M381 114.9L186.1 41.8c-16.7-6.2-35.2-5.3-51.1 2.7L89.1 67.4C78 73 77.2 88.5 87.6 95.2l146.9 94.5L136 240 77.8 214.1c-8.7-3.9-18.8-3.7-27.3 .6L18.3 230.8c-9.3 4.7-11.8 16.8-5 24.7l73.1 85.3c6.1 7.1 15 11.2 24.3 11.2H248.4c5 0 9.9-1.2 14.3-3.4L535.6 212.2c46.5-23.3 82.5-63.3 100.8-112C645.9 75 627.2 48 600.2 48H542.8c-20.2 0-40.2 4.8-58.2 14L381 114.9zM0 480c0 17.7 14.3 32 32 32H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H32c-17.7 0-32 14.3-32 32z"],"handshake-slash":[640,512,[],"e060","M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-135-105.8c-1.1-11.3-6.3-22.3-15.3-30.7l-134.2-123-23.4 18.2-26-20.3 77.2-60.1c7-5.4 17-4.2 22.5 2.8s4.2 17-2.8 22.5l-20.9 16.2L512 316.8V128h-.7l-3.9-2.5L434.8 79c-15.3-9.8-33.2-15-51.4-15c-21.8 0-43 7.5-60 21.2l-89.7 72.6-25.8-20.3 81.8-66.2c-11.6-4.9-24.1-7.4-36.8-7.4C234 64 215.7 69.6 200 80l-35.5 23.7L38.8 5.1zM96 171.6L40.6 128H0V352c0 17.7 14.3 32 32 32H64c17.7 0 32-14.3 32-32V171.6zM413.6 421.9L128 196.9V352h28.2l91.4 83.4c19.6 17.9 49.9 16.5 67.8-3.1c5.5-6.1 9.2-13.2 11.1-20.6l17 15.6c19.5 17.9 49.9 16.6 67.8-2.9c.8-.8 1.5-1.7 2.2-2.6zM48 320a16 16 0 1 1 0 32 16 16 0 1 1 0-32zM544 128V352c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V128H544zm32 208a16 16 0 1 1 32 0 16 16 0 1 1 -32 0z"],"book-bookmark":[448,512,[],"e0bb","M0 96C0 43 43 0 96 0h96V190.7c0 13.4 15.5 20.9 26 12.5L272 160l54 43.2c10.5 8.4 26 .9 26-12.5V0h32 32c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32H384 96c-53 0-96-43-96-96V96zM64 416c0 17.7 14.3 32 32 32H352V384H96c-17.7 0-32 14.3-32 32z"],"code-branch":[448,512,[],"f126","M80 104a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm80-24c0 32.8-19.7 61-48 73.3v87.8c18.8-10.9 40.7-17.1 64-17.1h96c35.3 0 64-28.7 64-64v-6.7C307.7 141 288 112.8 288 80c0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3V160c0 70.7-57.3 128-128 128H176c-35.3 0-64 28.7-64 64v6.7c28.3 12.3 48 40.5 48 73.3c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3V352 153.3C19.7 141 0 112.8 0 80C0 35.8 35.8 0 80 0s80 35.8 80 80zm232 0a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM80 456a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"],"hat-cowboy":[640,512,[],"f8c0","M320 64c14.4 0 22.3-7 30.8-14.4C360.4 41.1 370.7 32 392 32c49.3 0 84.4 152.2 97.9 221.9C447.8 272.1 390.9 288 320 288s-127.8-15.9-169.9-34.1C163.6 184.2 198.7 32 248 32c21.3 0 31.6 9.1 41.2 17.6C297.7 57 305.6 64 320 64zM111.1 270.7c47.2 24.5 117.5 49.3 209 49.3s161.8-24.8 208.9-49.3c24.8-12.9 49.8-28.3 70.1-47.7c7.9-7.9 20.2-9.2 29.6-3.3c9.5 5.9 13.5 17.9 9.9 28.5c-13.5 37.7-38.4 72.3-66.1 100.6C523.7 398.9 443.6 448 320 448s-203.6-49.1-252.5-99.2C39.8 320.4 14.9 285.8 1.4 248.1c-3.6-10.6 .4-22.6 9.9-28.5c9.5-5.9 21.7-4.5 29.6 3.3c20.4 19.4 45.3 34.8 70.1 47.7z"],bridge:[576,512,[],"e4c8","M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96H72v64H0V288c53 0 96 43 96 96v64c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V384c0-53 43-96 96-96s96 43 96 96v64c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V384c0-53 43-96 96-96V160H504V96h40c17.7 0 32-14.3 32-32s-14.3-32-32-32H32zM456 96v64H376V96h80zM328 96v64H248V96h80zM200 96v64H120V96h80z"],"phone-flip":[512,512,[128381,"phone-alt"],"f879","M347.1 24.6c7.7-18.6 28-28.5 47.4-23.2l88 24C499.9 30.2 512 46 512 64c0 247.4-200.6 448-448 448c-18 0-33.8-12.1-38.6-29.5l-24-88c-5.3-19.4 4.6-39.7 23.2-47.4l96-40c16.3-6.8 35.2-2.1 46.3 11.6L207.3 368c70.4-33.3 127.4-90.3 160.7-160.7L318.7 167c-13.7-11.2-18.4-30-11.6-46.3l40-96z"],"truck-front":[512,512,[],"e2b7","M0 80C0 35.8 35.8 0 80 0H432c44.2 0 80 35.8 80 80V368c0 26.2-12.6 49.4-32 64v48c0 17.7-14.3 32-32 32H416c-17.7 0-32-14.3-32-32V448H128v32c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V432C12.6 417.4 0 394.2 0 368V80zm129.9 72.2L112 224H400l-17.9-71.8C378.5 138 365.7 128 351 128H161c-14.7 0-27.5 10-31 24.2zM128 320a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm288 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"],cat:[576,512,[128008],"f6be","M320 192h17.1c22.1 38.3 63.5 64 110.9 64c11 0 21.8-1.4 32-4v4 32V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V339.2L280 448h56c17.7 0 32 14.3 32 32s-14.3 32-32 32H192c-53 0-96-43-96-96V192.5c0-16.1-12-29.8-28-31.8l-7.9-1c-17.5-2.2-30-18.2-27.8-35.7s18.2-30 35.7-27.8l7.9 1c48 6 84.1 46.8 84.1 95.3v85.3c34.4-51.7 93.2-85.8 160-85.8zm160 26.5v0c-10 3.5-20.8 5.5-32 5.5c-28.4 0-54-12.4-71.6-32h0c-3.7-4.1-7-8.5-9.9-13.2C357.3 164 352 146.6 352 128v0V32 12 10.7C352 4.8 356.7 .1 362.6 0h.2c3.3 0 6.4 1.6 8.4 4.2l0 .1L384 21.3l27.2 36.3L416 64h64l4.8-6.4L512 21.3 524.8 4.3l0-.1c2-2.6 5.1-4.2 8.4-4.2h.2C539.3 .1 544 4.8 544 10.7V12 32v96c0 17.3-4.6 33.6-12.6 47.6c-11.3 19.8-29.6 35.2-51.4 42.9zM432 128a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm48 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32z"],"anchor-circle-exclamation":[640,512,[],"e4ab","M320 96a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80H224c-17.7 0-32 14.3-32 32s14.3 32 32 32h32V448H208c-53 0-96-43-96-96v-6.1l7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7V352c0 88.4 71.6 160 160 160h80 80c8.2 0 16.3-.6 24.2-1.8c-22.2-16.2-40.4-37.5-53-62.2H320V368 240h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H341.1zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16V288c0-8.8 7.2-16 16-16z"],"truck-field":[640,512,[],"e58d","M32 96c0-35.3 28.7-64 64-64H320c23.7 0 44.4 12.9 55.4 32h51.8c25.3 0 48.2 14.9 58.5 38l52.8 118.8c.5 1.1 .9 2.1 1.3 3.2H544c35.3 0 64 28.7 64 64v32c17.7 0 32 14.3 32 32s-14.3 32-32 32H576c0 53-43 96-96 96s-96-43-96-96H256c0 53-43 96-96 96s-96-43-96-96H32c-17.7 0-32-14.3-32-32s14.3-32 32-32V288c-17.7 0-32-14.3-32-32V160c0-17.7 14.3-32 32-32V96zM384 224h85.9l-42.7-96H384v96zM160 432a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm368-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z"],route:[512,512,[],"f4d7","M512 96c0 50.2-59.1 125.1-84.6 155c-3.8 4.4-9.4 6.1-14.5 5H320c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c53 0 96 43 96 96s-43 96-96 96H139.6c8.7-9.9 19.3-22.6 30-36.8c6.3-8.4 12.8-17.6 19-27.2H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H320c-53 0-96-43-96-96s43-96 96-96h39.8c-21-31.5-39.8-67.7-39.8-96c0-53 43-96 96-96s96 43 96 96zM117.1 489.1c-3.8 4.3-7.2 8.1-10.1 11.3l-1.8 2-.2-.2c-6 4.6-14.6 4-20-1.8C59.8 473 0 402.5 0 352c0-53 43-96 96-96s96 43 96 96c0 30-21.1 67-43.5 97.9c-10.7 14.7-21.7 28-30.8 38.5l-.6 .7zM128 352a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM416 128a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"],"clipboard-question":[384,512,[],"e4e3","M192 0c-41.8 0-77.4 26.7-90.5 64H64C28.7 64 0 92.7 0 128V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H282.5C269.4 26.7 233.8 0 192 0zm0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM105.8 229.3c7.9-22.3 29.1-37.3 52.8-37.3h58.3c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L216 328.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24V314.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1H158.6c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM160 416a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"],panorama:[640,512,[],"e209","M45.6 32C20.4 32 0 52.4 0 77.6V434.4C0 459.6 20.4 480 45.6 480c5.1 0 10-.8 14.7-2.4C74.6 472.8 177.6 440 320 440s245.4 32.8 259.6 37.6c4.7 1.6 9.7 2.4 14.7 2.4c25.2 0 45.6-20.4 45.6-45.6V77.6C640 52.4 619.6 32 594.4 32c-5 0-10 .8-14.7 2.4C565.4 39.2 462.4 72 320 72S74.6 39.2 60.4 34.4C55.6 32.8 50.7 32 45.6 32zM96 160a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm272 0c7.9 0 15.4 3.9 19.8 10.5L512.3 353c5.4 8 5.6 18.4 .4 26.5s-14.7 12.3-24.2 10.7C442.7 382.4 385.2 376 320 376c-65.6 0-123.4 6.5-169.3 14.4c-9.8 1.7-19.7-2.9-24.7-11.5s-4.3-19.4 1.9-27.2L197.3 265c4.6-5.7 11.4-9 18.7-9s14.2 3.3 18.7 9l26.4 33.1 87-127.6c4.5-6.6 11.9-10.5 19.8-10.5z"],"comment-medical":[512,512,[],"f7f5","M256 448c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.6 .6-1 1.1-1.3 1.4l-.3 .3 0 0 0 0 0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9zM224 160c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H288v48c0 8.8-7.2 16-16 16H240c-8.8 0-16-7.2-16-16V272H176c-8.8 0-16-7.2-16-16V224c0-8.8 7.2-16 16-16h48V160z"],"teeth-open":[576,512,[],"f62f","M96 32C43 32 0 75 0 128v64c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V128c0-53-43-96-96-96H96zM224 96c26.5 0 48 21.5 48 48v56c0 13.3-10.7 24-24 24H200c-13.3 0-24-10.7-24-24V144c0-26.5 21.5-48 48-48zm80 48c0-26.5 21.5-48 48-48s48 21.5 48 48v56c0 13.3-10.7 24-24 24H328c-13.3 0-24-10.7-24-24V144zM96 128c26.5 0 48 21.5 48 48v24c0 13.3-10.7 24-24 24H72c-13.3 0-24-10.7-24-24V176c0-26.5 21.5-48 48-48zm336 48c0-26.5 21.5-48 48-48s48 21.5 48 48v24c0 13.3-10.7 24-24 24H456c-13.3 0-24-10.7-24-24V176zM96 480H480c53 0 96-43 96-96V352c0-35.3-28.7-64-64-64H64c-35.3 0-64 28.7-64 64v32c0 53 43 96 96 96zm0-64c-26.5 0-48-21.5-48-48V344c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v24c0 26.5-21.5 48-48 48zm80-48V344c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v24c0 26.5-21.5 48-48 48s-48-21.5-48-48zm176 48c-26.5 0-48-21.5-48-48V344c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v24c0 26.5-21.5 48-48 48zm80-48V344c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v24c0 26.5-21.5 48-48 48s-48-21.5-48-48z"],"file-circle-minus":[576,512,[],"e4ed","M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384v38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zM288 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm224 0c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16s7.2 16 16 16H496c8.8 0 16-7.2 16-16z"],tags:[512,512,[],"f02c","M345 39.1L472.8 168.4c52.4 53 52.4 138.2 0 191.2L360.8 472.9c-9.3 9.4-24.5 9.5-33.9 .2s-9.5-24.5-.2-33.9L438.6 325.9c33.9-34.3 33.9-89.4 0-123.7L310.9 72.9c-9.3-9.4-9.2-24.6 .2-33.9s24.6-9.2 33.9 .2zM0 229.5V80C0 53.5 21.5 32 48 32H197.5c17 0 33.3 6.7 45.3 18.7l168 168c25 25 25 65.5 0 90.5L277.3 442.7c-25 25-65.5 25-90.5 0l-168-168C6.7 262.7 0 246.5 0 229.5zM144 144a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"],"wine-glass":[320,512,[127863],"f4e3","M32.1 29.3C33.5 12.8 47.4 0 64 0H256c16.6 0 30.5 12.8 31.9 29.3l14 168.4c6 72-42.5 135.2-109.9 150.6V448h48c17.7 0 32 14.3 32 32s-14.3 32-32 32H160 80c-17.7 0-32-14.3-32-32s14.3-32 32-32h48V348.4C60.6 333 12.1 269.8 18.1 197.8l14-168.4zm56 98.7H231.9l-5.3-64H93.4l-5.3 64z"],"forward-fast":[512,512,[9197,"fast-forward"],"f050","M18.4 445c11.2 5.3 24.5 3.6 34.1-4.4L224 297.7V416c0 12.4 7.2 23.7 18.4 29s24.5 3.6 34.1-4.4L448 297.7V416c0 17.7 14.3 32 32 32s32-14.3 32-32V96c0-17.7-14.3-32-32-32s-32 14.3-32 32V214.3L276.5 71.4c-9.5-7.9-22.8-9.7-34.1-4.4S224 83.6 224 96V214.3L52.5 71.4c-9.5-7.9-22.8-9.7-34.1-4.4S0 83.6 0 96V416c0 12.4 7.2 23.7 18.4 29z"],"face-meh-blank":[512,512,[128566,"meh-blank"],"f5a4","M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm208.4-48a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm128 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"],"square-parking":[448,512,[127359,"parking"],"f540","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM192 256h48c17.7 0 32-14.3 32-32s-14.3-32-32-32H192v64zm48 64H192v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V288 168c0-22.1 17.9-40 40-40h72c53 0 96 43 96 96s-43 96-96 96z"],"house-signal":[576,512,[],"e012","M357.7 8.5c-12.3-11.3-31.2-11.3-43.4 0l-208 192c-9.4 8.6-12.7 22-8.5 34c87.1 25.3 155.6 94.2 180.3 181.6H464c26.5 0 48-21.5 48-48V256h32c13.2 0 25-8.1 29.8-20.3s1.6-26.2-8.1-35.2l-208-192zM288 208c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H304c-8.8 0-16-7.2-16-16V208zM24 256c-13.3 0-24 10.7-24 24s10.7 24 24 24c101.6 0 184 82.4 184 184c0 13.3 10.7 24 24 24s24-10.7 24-24c0-128.1-103.9-232-232-232zm8 256a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM0 376c0 13.3 10.7 24 24 24c48.6 0 88 39.4 88 88c0 13.3 10.7 24 24 24s24-10.7 24-24c0-75.1-60.9-136-136-136c-13.3 0-24 10.7-24 24z"],"bars-progress":[512,512,["tasks-alt"],"f828","M448 160H320V128H448v32zM48 64C21.5 64 0 85.5 0 112v64c0 26.5 21.5 48 48 48H464c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48H48zM448 352v32H192V352H448zM48 288c-26.5 0-48 21.5-48 48v64c0 26.5 21.5 48 48 48H464c26.5 0 48-21.5 48-48V336c0-26.5-21.5-48-48-48H48z"],"faucet-drip":[512,512,[128688],"e006","M224 0c17.7 0 32 14.3 32 32V44l96-12c17.7 0 32 14.3 32 32s-14.3 32-32 32L256 84l-31-3.9-1-.1-1 .1L192 84 96 96C78.3 96 64 81.7 64 64s14.3-32 32-32l96 12V32c0-17.7 14.3-32 32-32zM0 224c0-17.7 14.3-32 32-32h96l22.6-22.6c6-6 14.1-9.4 22.6-9.4H192V116.2l32-4 32 4V160h18.7c8.5 0 16.6 3.4 22.6 9.4L320 192h32c88.4 0 160 71.6 160 160c0 17.7-14.3 32-32 32H416c-17.7 0-32-14.3-32-32s-14.3-32-32-32H315.9c-20.2 29-53.9 48-91.9 48s-71.7-19-91.9-48H32c-17.7 0-32-14.3-32-32V224zM436.8 423.4c1.9-4.5 6.3-7.4 11.2-7.4s9.2 2.9 11.2 7.4l18.2 42.4c1.8 4.1 2.7 8.6 2.7 13.1V480c0 17.7-14.3 32-32 32s-32-14.3-32-32v-1.2c0-4.5 .9-8.9 2.7-13.1l18.2-42.4z"],"cart-flatbed":[640,512,["dolly-flatbed"],"f474","M32 0C14.3 0 0 14.3 0 32S14.3 64 32 64H48c8.8 0 16 7.2 16 16V368c0 44.2 35.8 80 80 80h18.7c-1.8 5-2.7 10.4-2.7 16c0 26.5 21.5 48 48 48s48-21.5 48-48c0-5.6-1-11-2.7-16H450.7c-1.8 5-2.7 10.4-2.7 16c0 26.5 21.5 48 48 48s48-21.5 48-48c0-5.6-1-11-2.7-16H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H144c-8.8 0-16-7.2-16-16V80C128 35.8 92.2 0 48 0H32zM192 80V272c0 26.5 21.5 48 48 48H560c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48H464V176c0 5.9-3.2 11.3-8.5 14.1s-11.5 2.5-16.4-.8L400 163.2l-39.1 26.1c-4.9 3.3-11.2 3.6-16.4 .8s-8.5-8.2-8.5-14.1V32H240c-26.5 0-48 21.5-48 48z"],"ban-smoking":[512,512,[128685,"smoking-ban"],"f54d","M99.5 144.8L178.7 224l96 96 92.5 92.5C335.9 434.9 297.5 448 256 448C150 448 64 362 64 256c0-41.5 13.1-79.9 35.5-111.2zM333.3 288l-32-32H384v32H333.3zm32 32H400c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H269.3L144.8 99.5C176.1 77.1 214.5 64 256 64c106 0 192 86 192 192c0 41.5-13.1 79.9-35.5 111.2L365.3 320zM256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM272 96c-8.8 0-16 7.2-16 16c0 26.5 21.5 48 48 48h32c8.8 0 16 7.2 16 16s7.2 16 16 16s16-7.2 16-16c0-26.5-21.5-48-48-48H304c-8.8 0-16-7.2-16-16s-7.2-16-16-16zM229.5 320l-96-96H112c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16H229.5z"],terminal:[576,512,[],"f120","M9.4 86.6C-3.1 74.1-3.1 53.9 9.4 41.4s32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L178.7 256 9.4 86.6zM256 416H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H256c-17.7 0-32-14.3-32-32s14.3-32 32-32z"],"mobile-button":[384,512,[],"f10b","M80 0C44.7 0 16 28.7 16 64V448c0 35.3 28.7 64 64 64H304c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H80zM192 400a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],"house-medical-flag":[640,512,[],"e514","M480 0c17.7 0 32 14.3 32 32H624c8.8 0 16 7.2 16 16V176c0 8.8-7.2 16-16 16H512V512H448V192 32c0-17.7 14.3-32 32-32zM276.8 39.7L416 159V512h1l-.2 0H96c-17.7 0-32-14.3-32-32V288H32c-13.4 0-25.4-8.3-30-20.9s-1-26.7 9.2-35.4l224-192c12-10.3 29.7-10.3 41.7 0zM224 208v48H176c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320h48c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H288V208c0-8.8-7.2-16-16-16H240c-8.8 0-16 7.2-16 16z"],"basket-shopping":[576,512,["shopping-basket"],"f291","M253.3 35.1c6.1-11.8 1.5-26.3-10.2-32.4s-26.3-1.5-32.4 10.2L117.6 192H32c-17.7 0-32 14.3-32 32s14.3 32 32 32L83.9 463.5C91 492 116.6 512 146 512H430c29.4 0 55-20 62.1-48.5L544 256c17.7 0 32-14.3 32-32s-14.3-32-32-32H458.4L365.3 12.9C359.2 1.2 344.7-3.4 332.9 2.7s-16.3 20.6-10.2 32.4L404.3 192H171.7L253.3 35.1zM192 304v96c0 8.8-7.2 16-16 16s-16-7.2-16-16V304c0-8.8 7.2-16 16-16s16 7.2 16 16zm96-16c8.8 0 16 7.2 16 16v96c0 8.8-7.2 16-16 16s-16-7.2-16-16V304c0-8.8 7.2-16 16-16zm128 16v96c0 8.8-7.2 16-16 16s-16-7.2-16-16V304c0-8.8 7.2-16 16-16s16 7.2 16 16z"],tape:[576,512,[],"f4db","M380.8 416c41.5-40.7 67.2-97.3 67.2-160C448 132.3 347.7 32 224 32S0 132.3 0 256S100.3 480 224 480H544c17.7 0 32-14.3 32-32s-14.3-32-32-32H380.8zM224 160a96 96 0 1 1 0 192 96 96 0 1 1 0-192zm64 96a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z"],"bus-simple":[448,512,["bus-alt"],"f55e","M224 0C348.8 0 448 35.2 448 80V96 416c0 17.7-14.3 32-32 32v32c0 17.7-14.3 32-32 32H352c-17.7 0-32-14.3-32-32V448H128v32c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32l0-32c-17.7 0-32-14.3-32-32V96 80C0 35.2 99.2 0 224 0zM64 128V256c0 17.7 14.3 32 32 32H352c17.7 0 32-14.3 32-32V128c0-17.7-14.3-32-32-32H96c-17.7 0-32 14.3-32 32zM80 400a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm288 0a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"],eye:[576,512,[128065],"f06e","M288 32c-80.8 0-145.5 36.8-192.6 80.6C48.6 156 17.3 208 2.5 243.7c-3.3 7.9-3.3 16.7 0 24.6C17.3 304 48.6 356 95.4 399.4C142.5 443.2 207.2 480 288 480s145.5-36.8 192.6-80.6c46.8-43.5 78.1-95.4 93-131.1c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C433.5 68.8 368.8 32 288 32zM144 256a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm144-64c0 35.3-28.7 64-64 64c-7.1 0-13.9-1.2-20.3-3.3c-5.5-1.8-11.9 1.6-11.7 7.4c.3 6.9 1.3 13.8 3.2 20.7c13.7 51.2 66.4 81.6 117.6 67.9s81.6-66.4 67.9-117.6c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3z"],"face-sad-cry":[512,512,[128557,"sad-cry"],"f5b3","M352 493.4c-29.6 12-62.1 18.6-96 18.6s-66.4-6.6-96-18.6V288c0-8.8-7.2-16-16-16s-16 7.2-16 16V477.8C51.5 433.5 0 350.8 0 256C0 114.6 114.6 0 256 0S512 114.6 512 256c0 94.8-51.5 177.5-128 221.8V288c0-8.8-7.2-16-16-16s-16 7.2-16 16V493.4zM195.2 233.6c5.3 7.1 15.3 8.5 22.4 3.2s8.5-15.3 3.2-22.4c-30.4-40.5-91.2-40.5-121.6 0c-5.3 7.1-3.9 17.1 3.2 22.4s17.1 3.9 22.4-3.2c17.6-23.5 52.8-23.5 70.4 0zm121.6 0c17.6-23.5 52.8-23.5 70.4 0c5.3 7.1 15.3 8.5 22.4 3.2s8.5-15.3 3.2-22.4c-30.4-40.5-91.2-40.5-121.6 0c-5.3 7.1-3.9 17.1 3.2 22.4s17.1 3.9 22.4-3.2zM208 336v32c0 26.5 21.5 48 48 48s48-21.5 48-48V336c0-26.5-21.5-48-48-48s-48 21.5-48 48z"],"audio-description":[576,512,[],"f29e","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM213.5 173.3l72 144c5.9 11.9 1.1 26.3-10.7 32.2s-26.3 1.1-32.2-10.7l-9.4-18.9H150.9l-9.4 18.9c-5.9 11.9-20.3 16.7-32.2 10.7s-16.7-20.3-10.7-32.2l72-144c4.1-8.1 12.4-13.3 21.5-13.3s17.4 5.1 21.5 13.3zm-.4 106.6L192 237.7l-21.1 42.2h42.2zM304 184c0-13.3 10.7-24 24-24h56c53 0 96 43 96 96s-43 96-96 96H328c-13.3 0-24-10.7-24-24V184zm48 24v96h32c26.5 0 48-21.5 48-48s-21.5-48-48-48H352z"],"person-military-to-person":[512,512,[],"e54c","M71 12.5c-8.6 1-15 8.2-15 16.8c0 9.3 7.5 16.8 16.7 16.9H184.1c8.8-.1 15.9-7.2 15.9-16V16c0-9.5-8.3-17-17.8-15.9L71 12.5zM189.5 78.1H66.5C64.9 83.8 64 89.8 64 96c0 35.3 28.7 64 64 64s64-28.7 64-64c0-6.2-.9-12.2-2.5-17.9zM32 256v32c0 17.7 14.3 32 32 32H192c1.8 0 3.5-.1 5.2-.4L53 208.6C40.1 220.3 32 237.2 32 256zm190.2 42.5c1.1-3.3 1.8-6.8 1.8-10.5V256c0-35.3-28.7-64-64-64H96c-3.7 0-7.4 .3-10.9 .9L222.2 298.5zM384 160a64 64 0 1 0 0-128 64 64 0 1 0 0 128zm-32 32c-35.3 0-64 28.7-64 64v32c0 17.7 14.3 32 32 32H448c17.7 0 32-14.3 32-32V256c0-35.3-28.7-64-64-64H352zM215.8 450.1c5.2-4.6 8.2-11.1 8.2-18.1s-3-13.5-8.2-18.1l-64-56c-7.1-6.2-17.1-7.7-25.7-3.8S112 366.6 112 376v32l-88 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l88 0v32c0 9.4 5.5 18 14.1 21.9s18.6 2.4 25.7-3.8l64-56zM288 431.9c0 6.9 2.9 13.5 8.1 18.1l64 56.4c7.1 6.2 17.1 7.8 25.7 3.9s14.1-12.4 14.1-21.9l0-32.4 88 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-88 0 0-32c0-9.4-5.5-18-14.1-21.9s-18.6-2.4-25.7 3.8l-64 56c-5.2 4.5-8.2 11.1-8.2 18z"],"file-shield":[576,512,[],"e4f0","M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384v47l-92.8 37.1c-21.3 8.5-35.2 29.1-35.2 52c0 56.6 18.9 148 94.2 208.3c-9 4.8-19.3 7.6-30.2 7.6H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zm39.1 97.7c5.7-2.3 12.1-2.3 17.8 0l120 48C570 277.4 576 286.2 576 296c0 63.3-25.9 168.8-134.8 214.2c-5.9 2.5-12.6 2.5-18.5 0C313.9 464.8 288 359.3 288 296c0-9.8 6-18.6 15.1-22.3l120-48zM527.4 312L432 273.8V461.7c68.2-33 91.5-99 95.4-149.7z"],"user-slash":[640,512,[],"f506","M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L353.3 251.6C407.9 237 448 187.2 448 128C448 57.3 390.7 0 320 0C250.2 0 193.5 55.8 192 125.2L38.8 5.1zM264.3 304.3C170.5 309.4 96 387.2 96 482.3c0 16.4 13.3 29.7 29.7 29.7H514.3c3.9 0 7.6-.7 11-2.1l-261-205.6z"],pen:[512,512,[128394],"f304","M362.7 19.3L314.3 67.7 444.3 197.7l48.4-48.4c25-25 25-65.5 0-90.5L453.3 19.3c-25-25-65.5-25-90.5 0zm-71 71L58.6 323.5c-10.4 10.4-18 23.3-22.2 37.4L1 481.2C-1.5 489.7 .8 498.8 7 505s15.3 8.5 23.7 6.1l120.3-35.4c14.1-4.2 27-11.8 37.4-22.2L421.7 220.3 291.7 90.3z"],"tower-observation":[512,512,[],"e586","M241.7 3.4c9-4.5 19.6-4.5 28.6 0l160 80c15.8 7.9 22.2 27.1 14.3 42.9C439 137.5 427.7 144 416 144v80c0 17.7-14.3 32-32 32h-4.9l32 192H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H384.5c-.4 0-.8 0-1.1 0H128.6c-.4 0-.8 0-1.1 0H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h68.9l32-192H128c-17.7 0-32-14.3-32-32V144c-11.7 0-23-6.5-28.6-17.7c-7.9-15.8-1.5-35 14.3-42.9l160-80zM314.5 448L256 399.2 197.5 448h117zM197.8 256l-4.7 28.3L256 336.8l62.9-52.5L314.2 256H197.8zm-13.9 83.2l-11.2 67L218.5 368l-34.6-28.8zM293.5 368l45.8 38.1-11.2-67L293.5 368zM176 128c-8.8 0-16 7.2-16 16s7.2 16 16 16H336c8.8 0 16-7.2 16-16s-7.2-16-16-16H176z"],"file-code":[384,512,[],"f1c9","M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM153 289l-31 31 31 31c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L71 337c-9.4-9.4-9.4-24.6 0-33.9l48-48c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9zM265 255l48 48c9.4 9.4 9.4 24.6 0 33.9l-48 48c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l31-31-31-31c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0z"],signal:[640,512,[128246,"signal-5","signal-perfect"],"f012","M576 0c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V32c0-17.7 14.3-32 32-32zM448 96c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V128c0-17.7 14.3-32 32-32zM352 224V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V224c0-17.7 14.3-32 32-32s32 14.3 32 32zM192 288c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V320c0-17.7 14.3-32 32-32zM96 416v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V416c0-17.7 14.3-32 32-32s32 14.3 32 32z"],bus:[576,512,[128653],"f207","M288 0C422.4 0 512 35.2 512 80V96l0 32c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32l0 160c0 17.7-14.3 32-32 32v32c0 17.7-14.3 32-32 32H416c-17.7 0-32-14.3-32-32V448H192v32c0 17.7-14.3 32-32 32H128c-17.7 0-32-14.3-32-32l0-32c-17.7 0-32-14.3-32-32l0-160c-17.7 0-32-14.3-32-32V160c0-17.7 14.3-32 32-32h0V96h0V80C64 35.2 153.6 0 288 0zM128 160v96c0 17.7 14.3 32 32 32H272V128H160c-17.7 0-32 14.3-32 32zM304 288H416c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32H304V288zM144 400a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm288 0a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM384 80c0-8.8-7.2-16-16-16H208c-8.8 0-16 7.2-16 16s7.2 16 16 16H368c8.8 0 16-7.2 16-16z"],"heart-circle-xmark":[576,512,[],"e501","M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L454.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L432 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L409.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L432 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"],"house-chimney":[576,512,[63499,"home-lg"],"e3af","M543.8 287.6c17 0 32-14 32-32.1c1-9-3-17-11-24L512 185V64c0-17.7-14.3-32-32-32H448c-17.7 0-32 14.3-32 32v36.7L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1h32v69.7c-.1 .9-.1 1.8-.1 2.8V472c0 22.1 17.9 40 40 40h16c1.2 0 2.4-.1 3.6-.2c1.5 .1 3 .2 4.5 .2H160h24c22.1 0 40-17.9 40-40V448 384c0-17.7 14.3-32 32-32h64c17.7 0 32 14.3 32 32v64 24c0 22.1 17.9 40 40 40h24 32.5c1.4 0 2.8 0 4.2-.1c1.1 .1 2.2 .1 3.3 .1h16c22.1 0 40-17.9 40-40V455.8c.3-2.6 .5-5.3 .5-8.1l-.7-160.2h32z"],"window-maximize":[512,512,[128470],"f2d0","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM96 96H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H96c-17.7 0-32-14.3-32-32s14.3-32 32-32z"],"face-frown":[512,512,[9785,"frown"],"f119","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM159.3 388.7c-2.6 8.4-11.6 13.2-20 10.5s-13.2-11.6-10.5-20C145.2 326.1 196.3 288 256 288s110.8 38.1 127.3 91.3c2.6 8.4-2.1 17.4-10.5 20s-17.4-2.1-20-10.5C340.5 349.4 302.1 320 256 320s-84.5 29.4-96.7 68.7zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],prescription:[448,512,[],"f5b1","M32 0C14.3 0 0 14.3 0 32V192v96c0 17.7 14.3 32 32 32s32-14.3 32-32V224h50.7l128 128L137.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L288 397.3 393.4 502.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L333.3 352 438.6 246.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L288 306.7l-85.8-85.8C251.4 209.1 288 164.8 288 112C288 50.1 237.9 0 176 0H32zM176 160H64V64H176c26.5 0 48 21.5 48 48s-21.5 48-48 48z"],shop:[640,512,["store-alt"],"f54f","M36.8 192H603.2c20.3 0 36.8-16.5 36.8-36.8c0-7.3-2.2-14.4-6.2-20.4L558.2 21.4C549.3 8 534.4 0 518.3 0H121.7c-16 0-31 8-39.9 21.4L6.2 134.7c-4 6.1-6.2 13.2-6.2 20.4C0 175.5 16.5 192 36.8 192zM64 224V384v80c0 26.5 21.5 48 48 48H336c26.5 0 48-21.5 48-48V384 224H320V384H128V224H64zm448 0V480c0 17.7 14.3 32 32 32s32-14.3 32-32V224H512z"],"floppy-disk":[448,512,[128190,128426,"save"],"f0c7","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V173.3c0-17-6.7-33.3-18.7-45.3L352 50.7C340 38.7 323.7 32 306.7 32H64zm0 96c0-17.7 14.3-32 32-32H288c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V128zM224 288a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"],vihara:[640,512,[],"f6a7","M281 22L305.8 4.7c1.3-.9 2.7-1.8 4.1-2.4C313.1 .7 316.6 0 320 0s6.9 .7 10.1 2.2c1.4 .7 2.8 1.5 4.1 2.4L359 22C393 45.8 430.8 63.5 470.8 74.4l23 6.3c1.8 .5 3.6 1.1 5.2 2c3.2 1.7 5.9 4 8.1 6.8c3.8 4.9 5.6 11.3 4.7 17.8c-.4 2.8-1.2 5.4-2.5 7.8c-1.7 3.2-4 5.9-6.8 8.1c-4.3 3.2-9.6 5.1-15.1 4.9H480v56.1l6.4 5.1 5.2 4.1c21.1 16.7 45 29.6 70.5 38.1l28.9 9.6c1.6 .5 3.2 1.2 4.6 2c3.1 1.7 5.8 4.1 7.8 6.9s3.5 6.1 4.1 9.6c.5 2.7 .6 5.5 .1 8.3s-1.4 5.4-2.7 7.8c-1.7 3.1-4.1 5.8-6.9 7.8s-6.1 3.5-9.6 4.1c-1.6 .3-3.3 .4-5 .4H544v65.9c20.5 22.8 47.4 39.2 77.4 46.7C632 403 640 412.6 640 424c0 13.3-10.7 24-24 24H576v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H352v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H128v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H24c-13.3 0-24-10.7-24-24c0-11.4 8-21 18.6-23.4c30-7.6 56.9-23.9 77.4-46.7V288H56.6c-1.7 0-3.4-.1-5-.4c-3.5-.7-6.8-2.1-9.6-4.1s-5.2-4.7-7-7.8c-1.3-2.4-2.3-5-2.7-7.8s-.4-5.6 .1-8.3c.7-3.5 2.1-6.8 4.1-9.6s4.7-5.2 7.8-6.9c1.4-.8 3-1.5 4.6-2l28.9-9.6c25.5-8.5 49.4-21.4 70.5-38.1l5.2-4.1 6.4-5.1V176 128h-7.5c-5.5 .1-10.8-1.7-15.1-4.9c-2.8-2.1-5.1-4.8-6.8-8.1c-1.2-2.4-2.1-5-2.5-7.8c-.9-6.5 .9-12.8 4.7-17.8c2.1-2.8 4.8-5.1 8.1-6.8c1.6-.8 3.4-1.5 5.2-2l23-6.3C209.2 63.5 247 45.8 281 22zM416 128H320 224v64h72 48 72V128zM160 288v64H296h24 24H480V288H344 320h0H296 160z"],"scale-unbalanced":[640,512,["balance-scale-left"],"f515","M522.1 62.4c16.8-5.6 25.8-23.7 20.2-40.5S518.6-3.9 501.9 1.6l-113 37.7C375 15.8 349.3 0 320 0c-44.2 0-80 35.8-80 80c0 3 .2 5.9 .5 8.8L117.9 129.6c-16.8 5.6-25.8 23.7-20.2 40.5s23.7 25.8 40.5 20.2l135.5-45.2c4.5 3.2 9.3 5.9 14.4 8.2V480c0 17.7 14.3 32 32 32H512c17.7 0 32-14.3 32-32s-14.3-32-32-32H352V153.3c21-9.2 37.2-27 44.2-49l125.9-42zM439.6 288L512 163.8 584.4 288H439.6zM512 384c62.9 0 115.2-34 126-78.9c2.6-11-1-22.3-6.7-32.1L536.1 109.8c-5-8.6-14.2-13.8-24.1-13.8s-19.1 5.3-24.1 13.8L392.7 273.1c-5.7 9.8-9.3 21.1-6.7 32.1C396.8 350 449.1 384 512 384zM129.2 291.8L201.6 416H56.7l72.4-124.2zM3.2 433.1C14 478 66.3 512 129.2 512s115.2-34 126-78.9c2.6-11-1-22.3-6.7-32.1L153.2 237.8c-5-8.6-14.2-13.8-24.1-13.8s-19.1 5.3-24.1 13.8L9.9 401.1c-5.7 9.8-9.3 21.1-6.7 32.1z"],"sort-up":[320,512,["sort-asc"],"f0de","M182.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8H288c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-128-128z"],"comment-dots":[512,512,[128172,62075,"commenting"],"f4ad","M256 448c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.6 .6-1 1.1-1.3 1.4l-.3 .3 0 0 0 0 0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9zM128 208a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 0a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm96 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"],"plant-wilt":[512,512,[],"e5aa","M288 120c0-30.9 25.1-56 56-56s56 25.1 56 56v13c-29.3 10-48 34.5-48 70.1c0 27.9 25.3 74.8 66 111.6c3.8 3.5 8.9 5.3 14 5.3s10.2-1.8 14-5.3c40.7-36.8 66-83.7 66-111.6c0-35.6-18.7-60.2-48-70.1V120C464 53.7 410.3 0 344 0S224 53.7 224 120v21.8C207.3 133 188.2 128 168 128c-66.3 0-120 53.7-120 120v13c-29.3 10-48 34.5-48 70.1C0 359 25.3 405.9 66 442.7c3.8 3.5 8.9 5.3 14 5.3s10.2-1.8 14-5.3c40.7-36.8 66-83.7 66-111.6c0-35.6-18.7-60.2-48-70.1V248c0-30.9 25.1-56 56-56s56 25.1 56 56v32V480c0 17.7 14.3 32 32 32s32-14.3 32-32V280 248 120z"],diamond:[512,512,[9830],"f219","M284.3 11.7c-15.6-15.6-40.9-15.6-56.6 0l-216 216c-15.6 15.6-15.6 40.9 0 56.6l216 216c15.6 15.6 40.9 15.6 56.6 0l216-216c15.6-15.6 15.6-40.9 0-56.6l-216-216z"],"face-grin-squint":[512,512,[128518,"grin-squint"],"f585","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zM133.5 146.7l89.9 47.9c10.7 5.7 10.7 21.1 0 26.8l-89.9 47.9c-7.9 4.2-17.5-1.5-17.5-10.5c0-2.8 1-5.5 2.8-7.6l36-43.2-36-43.2c-1.8-2.1-2.8-4.8-2.8-7.6c0-9 9.6-14.7 17.5-10.5zM396 157.1c0 2.8-1 5.5-2.8 7.6l-36 43.2 36 43.2c1.8 2.1 2.8 4.8 2.8 7.6c0 9-9.6 14.7-17.5 10.5l-89.9-47.9c-10.7-5.7-10.7-21.1 0-26.8l89.9-47.9c7.9-4.2 17.5 1.5 17.5 10.5z"],"hand-holding-dollar":[576,512,["hand-holding-usd"],"f4c0","M312 24V34.5c6.4 1.2 12.6 2.7 18.2 4.2c12.8 3.4 20.4 16.6 17 29.4s-16.6 20.4-29.4 17c-10.9-2.9-21.1-4.9-30.2-5c-7.3-.1-14.7 1.7-19.4 4.4c-2.1 1.3-3.1 2.4-3.5 3c-.3 .5-.7 1.2-.7 2.8c0 .3 0 .5 0 .6c.2 .2 .9 1.2 3.3 2.6c5.8 3.5 14.4 6.2 27.4 10.1l.9 .3 0 0c11.1 3.3 25.9 7.8 37.9 15.3c13.7 8.6 26.1 22.9 26.4 44.9c.3 22.5-11.4 38.9-26.7 48.5c-6.7 4.1-13.9 7-21.3 8.8V232c0 13.3-10.7 24-24 24s-24-10.7-24-24V220.6c-9.5-2.3-18.2-5.3-25.6-7.8c-2.1-.7-4.1-1.4-6-2c-12.6-4.2-19.4-17.8-15.2-30.4s17.8-19.4 30.4-15.2c2.6 .9 5 1.7 7.3 2.5c13.6 4.6 23.4 7.9 33.9 8.3c8 .3 15.1-1.6 19.2-4.1c1.9-1.2 2.8-2.2 3.2-2.9c.4-.6 .9-1.8 .8-4.1l0-.2c0-1 0-2.1-4-4.6c-5.7-3.6-14.3-6.4-27.1-10.3l-1.9-.6c-10.8-3.2-25-7.5-36.4-14.4c-13.5-8.1-26.5-22-26.6-44.1c-.1-22.9 12.9-38.6 27.7-47.4c6.4-3.8 13.3-6.4 20.2-8.2V24c0-13.3 10.7-24 24-24s24 10.7 24 24zM568.2 336.3c13.1 17.8 9.3 42.8-8.5 55.9L433.1 485.5c-23.4 17.2-51.6 26.5-80.7 26.5H192 32c-17.7 0-32-14.3-32-32V416c0-17.7 14.3-32 32-32H68.8l44.9-36c22.7-18.2 50.9-28 80-28H272h16 64c17.7 0 32 14.3 32 32s-14.3 32-32 32H288 272c-8.8 0-16 7.2-16 16s7.2 16 16 16H392.6l119.7-88.2c17.8-13.1 42.8-9.3 55.9 8.5zM193.6 384l0 0-.9 0c.3 0 .6 0 .9 0z"],bacterium:[512,512,[],"e05a","M423.1 30.6c3.6-12.7-3.7-26-16.5-29.7s-26 3.7-29.7 16.5l-4.2 14.7c-9.8-.4-19.9 .5-29.9 2.8c-12.1 2.8-23.7 5.9-34.9 9.4l-5.9-13.7c-5.2-12.2-19.3-17.8-31.5-12.6s-17.8 19.3-12.6 31.5l4.9 11.3c-22 9.4-42 20.1-60.2 31.8L196 82.7c-7.4-11-22.3-14-33.3-6.7s-14 22.3-6.7 33.3l7.8 11.6c-18 15-33.7 30.8-47.3 47.1L103 157.3c-10.4-8.3-25.5-6.6-33.7 3.7s-6.6 25.5 3.7 33.7l15 12c-2.1 3.2-4.1 6.5-6 9.7c-9.4 15.7-17 31-23.2 45.3l-9.9-3.9c-12.3-4.9-26.3 1.1-31.2 13.4s1.1 26.3 13.4 31.2l11.6 4.6c-.3 1.1-.6 2.1-.9 3.1c-3.5 12.5-5.7 23.2-7.1 31.3c-.7 4.1-1.2 7.5-1.6 10.3c-.2 1.4-.3 2.6-.4 3.6l-.1 1.4-.1 .6 0 .3 0 .1c0 0 0 .1 39.2 3.7l0 0-39.2-3.6c-.5 5-.6 10-.4 14.9l-14.7 4.2C4.7 380.6-2.7 393.8 .9 406.6s16.9 20.1 29.7 16.5l13.8-3.9c10.6 20.7 27.6 37.8 48.5 48.5l-3.9 13.7c-3.6 12.7 3.7 26 16.5 29.7s26-3.7 29.7-16.5l4.2-14.7c23.8 1 46.3-5.5 65.1-17.6L215 473c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-10.6-10.6c9.1-14.1 15.1-30.5 17-48.3l.1-.8c.3-1.7 1-5.1 2.3-9.8l.2-.8 12.6 5.4c12.2 5.2 26.3-.4 31.5-12.6s-.4-26.3-12.6-31.5l-11.3-4.8c9.9-14.9 24.9-31.6 48.6-46l2.1 7.5c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7L371 259.2c6.9-2.2 14.3-4.3 22.2-6.1c12.9-3 24.7-8 35.2-14.8L439 249c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-10.6-10.6c12.2-19 18.6-41.6 17.6-65.1l14.7-4.2c12.7-3.6 20.1-16.9 16.5-29.7s-16.9-20.1-29.7-16.5l-13.7 3.9c-10.8-21.2-28-38-48.5-48.5l3.9-13.8zM92.1 363.3l0 0L144 368l-51.9-4.7zM112 320a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM240 184a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"],"hand-pointer":[448,512,[],"f25a","M128 40c0-22.1 17.9-40 40-40s40 17.9 40 40V188.2c8.5-7.6 19.7-12.2 32-12.2c20.6 0 38.2 13 45 31.2c8.8-9.3 21.2-15.2 35-15.2c25.3 0 46 19.5 47.9 44.3c8.5-7.7 19.8-12.3 32.1-12.3c26.5 0 48 21.5 48 48v48 16 48c0 70.7-57.3 128-128 128l-16 0H240l-.1 0h-5.2c-5 0-9.9-.3-14.7-1c-55.3-5.6-106.2-34-140-79L8 336c-13.3-17.7-9.7-42.7 8-56s42.7-9.7 56 8l56 74.7V40zM240 304c0-8.8-7.2-16-16-16s-16 7.2-16 16v96c0 8.8 7.2 16 16 16s16-7.2 16-16V304zm48-16c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16s16-7.2 16-16V304c0-8.8-7.2-16-16-16zm80 16c0-8.8-7.2-16-16-16s-16 7.2-16 16v96c0 8.8 7.2 16 16 16s16-7.2 16-16V304z"],"drum-steelpan":[576,512,[],"f56a","M288 32c159.1 0 288 48 288 128V352c0 80-128.9 128-288 128S0 432 0 352V160C0 80 128.9 32 288 32zM528 160c0-9.9-8-29.9-55-49.8c-18.6-7.9-40.9-14.4-66-19.4l-27.8 43.6c-7.3 11.5-11.2 24.8-11.2 38.4c0 17.5 6.4 34.4 18.1 47.5l9.8 11c29.8-5.2 55.9-12.5 77.2-21.5c47.1-19.9 55-39.9 55-49.8zM349.2 237.3c-8-26.2-32.4-45.3-61.2-45.3s-53.3 19.1-61.2 45.3c19.4 1.7 39.9 2.7 61.2 2.7s41.8-.9 61.2-2.7zM169 90.8c-25.2 5-47.4 11.6-66 19.4C56 130.1 48 150.1 48 160s8 29.9 55 49.8c21.3 9 47.4 16.3 77.2 21.5l9.8-11c11.6-13.1 18.1-30 18.1-47.5c0-13.6-3.9-26.9-11.2-38.4L169 90.8zm56.3-8C224.5 87 224 91.5 224 96c0 35.3 28.7 64 64 64s64-28.7 64-64c0-4.5-.5-9-1.4-13.2C330.8 81 309.8 80 288 80s-42.8 1-62.6 2.8z"],"hand-scissors":[512,512,[],"f257","M40 208c-22.1 0-40 17.9-40 40s17.9 40 40 40l180.2 0c-7.6 8.5-12.2 19.7-12.2 32c0 25.3 19.5 46 44.3 47.9c-7.7 8.5-12.3 19.8-12.3 32.1c0 26.5 21.5 48 48 48l32 0 64 0c70.7 0 128-57.3 128-128l0-113.1c0-40.2-16-78.8-44.4-107.3C444.8 76.8 413.9 64 381.7 64L336 64c-21.3 0-39.3 13.9-45.6 33.1l74.5 23.7c8.4 2.7 13.1 11.7 10.4 20.1s-11.7 13.1-20.1 10.4L288 129.9l0 .1L84 65.8C62.9 59.2 40.5 70.9 33.8 92s5.1 43.5 26.2 50.2L269.5 208 40 208z"],"hands-praying":[640,512,["praying-hands"],"f684","M351.2 4.8c3.2-2 6.6-3.3 10-4.1c4.7-1 9.6-.9 14.1 .1c7.7 1.8 14.8 6.5 19.4 13.6L514.6 194.2c8.8 13.1 13.4 28.6 13.4 44.4v73.5c0 6.9 4.4 13 10.9 15.2l79.2 26.4C631.2 358 640 370.2 640 384v96c0 9.9-4.6 19.3-12.5 25.4s-18.1 8.1-27.7 5.5L431 465.9c-56-14.9-95-65.7-95-123.7V224c0-17.7 14.3-32 32-32s32 14.3 32 32v80c0 8.8 7.2 16 16 16s16-7.2 16-16V219.1c0-7-1.8-13.8-5.3-19.8L340.3 48.1c-1.7-3-2.9-6.1-3.6-9.3c-1-4.7-1-9.6 .1-14.1c1.9-8 6.8-15.2 14.3-19.9zm-62.4 0c7.5 4.6 12.4 11.9 14.3 19.9c1.1 4.6 1.2 9.4 .1 14.1c-.7 3.2-1.9 6.3-3.6 9.3L213.3 199.3c-3.5 6-5.3 12.9-5.3 19.8V304c0 8.8 7.2 16 16 16s16-7.2 16-16V224c0-17.7 14.3-32 32-32s32 14.3 32 32V342.3c0 58-39 108.7-95 123.7l-168.7 45c-9.6 2.6-19.9 .5-27.7-5.5S0 490 0 480V384c0-13.8 8.8-26 21.9-30.4l79.2-26.4c6.5-2.2 10.9-8.3 10.9-15.2V238.5c0-15.8 4.7-31.2 13.4-44.4L245.2 14.5c4.6-7.1 11.7-11.8 19.4-13.6c4.6-1.1 9.4-1.2 14.1-.1c3.5 .8 6.9 2.1 10 4.1z"],"arrow-rotate-right":[512,512,[8635,"arrow-right-rotate","arrow-rotate-forward","redo"],"f01e","M386.3 160H336c-17.7 0-32 14.3-32 32s14.3 32 32 32H464c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v51.2L414.4 97.6c-87.5-87.5-229.3-87.5-316.8 0s-87.5 229.3 0 316.8s229.3 87.5 316.8 0c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0c-62.5 62.5-163.8 62.5-226.3 0s-62.5-163.8 0-226.3s163.8-62.5 226.3 0L386.3 160z"],biohazard:[576,512,[9763],"f780","M173.2 0c-1.8 0-3.5 .7-4.8 2C138.5 32.3 120 74 120 120c0 26.2 6 50.9 16.6 73c-22 2.4-43.8 9.1-64.2 20.5C37.9 232.8 13.3 262.4 .4 296c-.7 1.7-.5 3.7 .5 5.2c2.2 3.7 7.4 4.3 10.6 1.3C64.2 254.3 158 245.1 205 324s-8.1 153.1-77.6 173.2c-4.2 1.2-6.3 5.9-4.1 9.6c1 1.6 2.6 2.7 4.5 3c36.5 5.9 75.2 .1 109.7-19.2c20.4-11.4 37.4-26.5 50.5-43.8c13.1 17.3 30.1 32.4 50.5 43.8c34.5 19.3 73.3 25.2 109.7 19.2c1.9-.3 3.5-1.4 4.5-3c2.2-3.7 .1-8.4-4.1-9.6C379.1 477.1 324 403 371 324s140.7-69.8 193.5-21.4c3.2 2.9 8.4 2.3 10.6-1.3c1-1.6 1.1-3.5 .5-5.2c-12.9-33.6-37.5-63.2-72.1-82.5c-20.4-11.4-42.2-18.1-64.2-20.5C450 170.9 456 146.2 456 120c0-46-18.5-87.7-48.4-118c-1.3-1.3-3-2-4.8-2c-5 0-8.4 5.2-6.7 9.9C421.7 80.5 385.6 176 288 176S154.3 80.5 179.9 9.9c1.7-4.7-1.6-9.9-6.7-9.9zM240 272a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM181.7 417.6c6.3-11.8 9.8-25.1 8.6-39.8c-19.5-18-34-41.4-41.2-67.8c-12.5-8.1-26.2-11.8-40-12.4c-9-.4-18.1 .6-27.1 2.7c7.8 57.1 38.7 106.8 82.9 139.4c6.8-6.7 12.6-14.1 16.8-22.1zM288 64c-28.8 0-56.3 5.9-81.2 16.5c2 8.3 5 16.2 9 23.5c6.8 12.4 16.7 23.1 30.1 30.3c13.3-4.1 27.5-6.3 42.2-6.3s28.8 2.2 42.2 6.3c13.4-7.2 23.3-17.9 30.1-30.3c4-7.3 7-15.2 9-23.5C344.3 69.9 316.8 64 288 64zM426.9 310c-7.2 26.4-21.7 49.7-41.2 67.8c-1.2 14.7 2.2 28.1 8.6 39.8c4.3 8 10 15.4 16.8 22.1c44.3-32.6 75.2-82.3 82.9-139.4c-9-2.2-18.1-3.1-27.1-2.7c-13.8 .6-27.5 4.4-40 12.4z"],"location-crosshairs":[512,512,["location"],"f601","M256 0c17.7 0 32 14.3 32 32V66.7C368.4 80.1 431.9 143.6 445.3 224H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H445.3C431.9 368.4 368.4 431.9 288 445.3V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V445.3C143.6 431.9 80.1 368.4 66.7 288H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H66.7C80.1 143.6 143.6 80.1 224 66.7V32c0-17.7 14.3-32 32-32zM128 256a128 128 0 1 0 256 0 128 128 0 1 0 -256 0zm128-80a80 80 0 1 1 0 160 80 80 0 1 1 0-160z"],"mars-double":[640,512,[9891],"f227","M312 32c-9.7 0-18.5 5.8-22.2 14.8s-1.7 19.3 5.2 26.2l33.4 33.4L275.8 159c-28.4-19.5-62.7-31-99.8-31C78.8 128 0 206.8 0 304s78.8 176 176 176s176-78.8 176-176c0-37-11.4-71.4-31-99.8l52.6-52.6L407 185c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2V56c0-13.3-10.7-24-24-24H312zm88 48h0v0l0 0zM64 304a112 112 0 1 1 224 0A112 112 0 1 1 64 304zM368 480c97.2 0 176-78.8 176-176c0-37-11.4-71.4-31-99.8l52.6-52.6L599 185c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2V56c0-13.3-10.7-24-24-24H504c-9.7 0-18.5 5.8-22.2 14.8c-1.2 2.9-1.8 6-1.8 9l0 .2v.2c0 6.2 2.5 12.2 7 16.8l33.4 33.4L480 146.7V168c0 22.6-13.6 43.1-34.6 51.7c-.8 .3-1.7 .7-2.5 1C465.7 241.2 480 270.9 480 304c0 61.9-50.1 112-112 112c-5.4 0-10.8-.4-16-1.1c-12.9 20.4-29.1 38.3-48.1 53.1c19.8 7.8 41.4 12 64 12z"],"child-dress":[320,512,[],"e59c","M224 64A64 64 0 1 0 96 64a64 64 0 1 0 128 0zM88 400v80c0 17.7 14.3 32 32 32s32-14.3 32-32V400h16v80c0 17.7 14.3 32 32 32s32-14.3 32-32V400h17.8c10.9 0 18.6-10.7 15.2-21.1l-31.1-93.4 28.6 37.8c10.7 14.1 30.8 16.8 44.8 6.2s16.8-30.7 6.2-44.8L254.6 207c-22.4-29.6-57.5-47-94.6-47s-72.2 17.4-94.6 47L6.5 284.7c-10.7 14.1-7.9 34.2 6.2 44.8s34.2 7.9 44.8-6.2l28.7-37.8L55 378.9C51.6 389.3 59.3 400 70.2 400H88z"],"users-between-lines":[640,512,[],"e591","M0 24C0 10.7 10.7 0 24 0H616c13.3 0 24 10.7 24 24s-10.7 24-24 24H24C10.7 48 0 37.3 0 24zM0 488c0-13.3 10.7-24 24-24H616c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24zM83.2 160a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM32 320c0-35.3 28.7-64 64-64h96c12.2 0 23.7 3.4 33.4 9.4c-37.2 15.1-65.6 47.2-75.8 86.6H64c-17.7 0-32-14.3-32-32zm461.6 32c-10.3-40.1-39.6-72.6-77.7-87.4c9.4-5.5 20.4-8.6 32.1-8.6h96c35.3 0 64 28.7 64 64c0 17.7-14.3 32-32 32H493.6zM391.2 290.4c32.1 7.4 58.1 30.9 68.9 61.6c3.5 10 5.5 20.8 5.5 32c0 17.7-14.3 32-32 32h-224c-17.7 0-32-14.3-32-32c0-11.2 1.9-22 5.5-32c10.5-29.7 35.3-52.8 66.1-60.9c7.8-2.1 16-3.1 24.5-3.1h96c7.4 0 14.7 .8 21.6 2.4zm44-130.4a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM321.6 96a80 80 0 1 1 0 160 80 80 0 1 1 0-160z"],"lungs-virus":[640,512,[],"e067","M320 0c17.7 0 32 14.3 32 32V156.2c-8.5-7.6-19.7-12.2-32-12.2s-23.5 4.6-32 12.2V32c0-17.7 14.3-32 32-32zM444.5 195.5c-16.4-16.4-41.8-18.5-60.5-6.1V165.3C384 127 415 96 453.3 96c21.7 0 42.8 10.2 55.8 28.8c15.4 22.1 44.3 65.4 71 116.9c26.5 50.9 52.4 112.5 59.6 170.3c.2 1.3 .2 2.6 .2 4v7c0 49.1-39.8 89-89 89c-7.3 0-14.5-.9-21.6-2.7l-72.7-18.2c-20.9-5.2-38.7-17.1-51.5-32.9c14 1.5 28.5-3 39.2-13.8l-22.6-22.6 22.6 22.6c18.7-18.7 18.7-49.1 0-67.9c-1.1-1.1-1.4-2-1.5-2.5c-.1-.8-.1-1.8 .4-2.9s1.2-1.9 1.8-2.3c.5-.3 1.3-.8 2.9-.8c26.5 0 48-21.5 48-48s-21.5-48-48-48c-1.6 0-2.4-.4-2.9-.8c-.6-.4-1.3-1.2-1.8-2.3s-.5-2.2-.4-2.9c.1-.6 .4-1.4 1.5-2.5c18.7-18.7 18.7-49.1 0-67.9zM421.8 421.8c-6.2 6.2-16.4 6.2-22.6 0C375.9 398.5 336 415 336 448c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-33-39.9-49.5-63.2-26.2c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6C241.5 375.9 225 336 192 336c-8.8 0-16-7.2-16-16s7.2-16 16-16c33 0 49.5-39.9 26.2-63.2c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0C264.1 241.5 304 225 304 192c0-8.8 7.2-16 16-16s16 7.2 16 16c0 33 39.9 49.5 63.2 26.2c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6C398.5 264.1 415 304 448 304c8.8 0 16 7.2 16 16s-7.2 16-16 16c-33 0-49.5 39.9-26.2 63.2c6.2 6.2 6.2 16.4 0 22.6zM183.3 491.2l-72.7 18.2c-7.1 1.8-14.3 2.7-21.6 2.7c-49.1 0-89-39.8-89-89v-7c0-1.3 .1-2.7 .2-4c7.2-57.9 33.1-119.4 59.6-170.3c26.8-51.5 55.6-94.8 71-116.9c13-18.6 34-28.8 55.8-28.8C225 96 256 127 256 165.3v24.1c-18.6-12.4-44-10.3-60.5 6.1c-18.7 18.7-18.7 49.1 0 67.9c1.1 1.1 1.4 2 1.5 2.5c.1 .8 .1 1.8-.4 2.9s-1.2 1.9-1.8 2.3c-.5 .3-1.3 .8-2.9 .8c-26.5 0-48 21.5-48 48s21.5 48 48 48c1.6 0 2.4 .4 2.9 .8c.6 .4 1.3 1.2 1.8 2.3s.5 2.2 .4 2.9c-.1 .6-.4 1.4-1.5 2.5c-18.7 18.7-18.7 49.1 0 67.9c10.7 10.7 25.3 15.3 39.2 13.8c-12.8 15.9-30.6 27.7-51.5 32.9zM296 320a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm72 32a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z"],"face-grin-tears":[640,512,[128514,"grin-tears"],"f588","M548.6 371.4C506.4 454.8 419.9 512 320 512s-186.4-57.2-228.6-140.6c4.5-2.9 8.7-6.3 12.7-10.3c8.1-8.1 13.2-18.6 16.5-26.6c3.6-8.8 6.5-18.4 8.8-27.5c4.6-18.2 7.7-37 9.3-48.2c3.9-26.5-18.8-49.2-45.2-45.4c-6.8 .9-16.2 2.4-26.6 4.4C85.3 94.5 191.6 0 320 0S554.7 94.5 573.2 217.7c-10.3-2-19.8-3.5-26.6-4.4c-26.5-3.9-49.2 18.8-45.2 45.4c1.6 11.3 4.6 30 9.3 48.2c2.3 9.1 5.2 18.8 8.8 27.5c3.3 8.1 8.4 18.5 16.5 26.6c3.9 3.9 8.2 7.4 12.7 10.3zM107 254.1c-3.1 21.5-11.4 70.2-25.5 84.4c-.9 1-1.9 1.8-2.9 2.7C60 356.7 32 355.5 14.3 337.7c-18.7-18.7-19.1-48.8-.7-67.2c8.6-8.6 30.1-15.1 50.5-19.6c13-2.8 25.5-4.8 33.9-6c5.4-.8 9.9 3.7 9 9zm454.5 87.1c-.8-.6-1.5-1.3-2.3-2c-.2-.2-.5-.4-.7-.7c-14.1-14.1-22.5-62.9-25.5-84.4c-.8-5.4 3.7-9.9 9-9c1 .1 2.2 .3 3.3 .5c8.2 1.2 19.2 3 30.6 5.5c20.4 4.4 41.9 10.9 50.5 19.6c18.4 18.4 18 48.5-.7 67.2c-17.7 17.7-45.7 19-64.2 3.4zm-90.1-9.7c5-11.8-7-22.5-19.3-18.7c-39.7 12.2-84.4 19-131.8 19s-92.1-6.8-131.8-19c-12.3-3.8-24.3 6.9-19.3 18.7c25 59.1 83.2 100.5 151.1 100.5s126.2-41.4 151.1-100.5zM281.6 228.8l0 0 0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C190.7 188.4 184 206.1 184 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l0 0 0 0 0 0 .2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2 0 0zm160 0l0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C350.7 188.4 344 206.1 344 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l0 0 0 0 0 0 .2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2 0 0 0 0z"],phone:[512,512,[128222,128379],"f095","M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z"],"calendar-xmark":[512,512,["calendar-times"],"f273","M160 0c17.7 0 32 14.3 32 32V64H320V32c0-17.7 14.3-32 32-32s32 14.3 32 32V64h48c26.5 0 48 21.5 48 48v48H32V112c0-26.5 21.5-48 48-48h48V32c0-17.7 14.3-32 32-32zM32 192H480V464c0 26.5-21.5 48-48 48H80c-26.5 0-48-21.5-48-48V192zM337 305c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-47 47-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l47 47-47 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l47-47 47 47c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-47-47 47-47z"],"child-reaching":[384,512,[],"e59d","M256 64A64 64 0 1 0 128 64a64 64 0 1 0 128 0zM152.9 169.3c-23.7-8.4-44.5-24.3-58.8-45.8L74.6 94.2C64.8 79.5 45 75.6 30.2 85.4s-18.7 29.7-8.9 44.4L40.9 159c18.1 27.1 42.8 48.4 71.1 62.4V480c0 17.7 14.3 32 32 32s32-14.3 32-32V384h32v96c0 17.7 14.3 32 32 32s32-14.3 32-32V221.6c29.1-14.2 54.4-36.2 72.7-64.2l18.2-27.9c9.6-14.8 5.4-34.6-9.4-44.3s-34.6-5.5-44.3 9.4L291 122.4c-21.8 33.4-58.9 53.6-98.8 53.6c-12.6 0-24.9-2-36.6-5.8c-.9-.3-1.8-.7-2.7-.9z"],"head-side-virus":[512,512,[],"e064","M0 224.2C0 100.6 100.2 0 224 0h24c95.2 0 181.2 69.3 197.3 160.2c2.3 13 6.8 25.7 15.1 36l42 52.6c6.2 7.8 9.6 17.4 9.6 27.4c0 24.2-19.6 43.8-43.8 43.8H448v64c0 35.3-28.7 64-64 64H320v32c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V407.3c0-16.7-6.9-32.5-17.1-45.8C16.6 322.4 0 274.1 0 224.2zM224 64c-8.8 0-16 7.2-16 16c0 33-39.9 49.5-63.2 26.2c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6C145.5 152.1 129 192 96 192c-8.8 0-16 7.2-16 16s7.2 16 16 16c33 0 49.5 39.9 26.2 63.2c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0C168.1 286.5 208 303 208 336c0 8.8 7.2 16 16 16s16-7.2 16-16c0-33 39.9-49.5 63.2-26.2c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6C302.5 263.9 319 224 352 224c8.8 0 16-7.2 16-16s-7.2-16-16-16c-33 0-49.5-39.9-26.2-63.2c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0C279.9 129.5 240 113 240 80c0-8.8-7.2-16-16-16zm-24 96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm40 80a16 16 0 1 1 32 0 16 16 0 1 1 -32 0z"],"user-gear":[640,512,["user-cog"],"f4fe","M224 0a128 128 0 1 1 0 256A128 128 0 1 1 224 0zM178.3 304h91.4c11.8 0 23.4 1.2 34.5 3.3c-2.1 18.5 7.4 35.6 21.8 44.8c-16.6 10.6-26.7 31.6-20 53.3c4 12.9 9.4 25.5 16.4 37.6s15.2 23.1 24.4 33c15.7 16.9 39.6 18.4 57.2 8.7v.9c0 9.2 2.7 18.5 7.9 26.3H29.7C13.3 512 0 498.7 0 482.3C0 383.8 79.8 304 178.3 304zM436 218.2c0-7 4.5-13.3 11.3-14.8c10.5-2.4 21.5-3.7 32.7-3.7s22.2 1.3 32.7 3.7c6.8 1.5 11.3 7.8 11.3 14.8v30.6c7.9 3.4 15.4 7.7 22.3 12.8l24.9-14.3c6.1-3.5 13.7-2.7 18.5 2.4c7.6 8.1 14.3 17.2 20.1 27.2s10.3 20.4 13.5 31c2.1 6.7-1.1 13.7-7.2 17.2l-25 14.4c.4 4 .7 8.1 .7 12.3s-.2 8.2-.7 12.3l25 14.4c6.1 3.5 9.2 10.5 7.2 17.2c-3.3 10.6-7.8 21-13.5 31s-12.5 19.1-20.1 27.2c-4.8 5.1-12.5 5.9-18.5 2.4l-24.9-14.3c-6.9 5.1-14.3 9.4-22.3 12.8l0 30.6c0 7-4.5 13.3-11.3 14.8c-10.5 2.4-21.5 3.7-32.7 3.7s-22.2-1.3-32.7-3.7c-6.8-1.5-11.3-7.8-11.3-14.8V454.8c-8-3.4-15.6-7.7-22.5-12.9l-24.7 14.3c-6.1 3.5-13.7 2.7-18.5-2.4c-7.6-8.1-14.3-17.2-20.1-27.2s-10.3-20.4-13.5-31c-2.1-6.7 1.1-13.7 7.2-17.2l24.8-14.3c-.4-4.1-.7-8.2-.7-12.4s.2-8.3 .7-12.4L343.8 325c-6.1-3.5-9.2-10.5-7.2-17.2c3.3-10.6 7.7-21 13.5-31s12.5-19.1 20.1-27.2c4.8-5.1 12.4-5.9 18.5-2.4l24.8 14.3c6.9-5.1 14.5-9.4 22.5-12.9V218.2zm92.1 133.5a48.1 48.1 0 1 0 -96.1 0 48.1 48.1 0 1 0 96.1 0z"],"arrow-up-1-9":[576,512,["sort-numeric-up"],"f163","M450.7 38c8.3 6 13.3 15.7 13.3 26v96h16c17.7 0 32 14.3 32 32s-14.3 32-32 32H432 384c-17.7 0-32-14.3-32-32s14.3-32 32-32h16V108.4l-5.9 2c-16.8 5.6-34.9-3.5-40.5-20.2s3.5-34.9 20.2-40.5l48-16c9.8-3.3 20.5-1.6 28.8 4.4zM160 32c9 0 17.5 3.8 23.6 10.4l88 96c11.9 13 11.1 33.3-2 45.2s-33.3 11.1-45.2-2L192 146.3V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V146.3L95.6 181.6c-11.9 13-32.2 13.9-45.2 2s-13.9-32.2-2-45.2l88-96C142.5 35.8 151 32 160 32zM445.7 364.9A32 32 0 1 0 418.3 307a32 32 0 1 0 27.4 57.9zm-40.7 54.9C369.6 408.4 344 375.2 344 336c0-48.6 39.4-88 88-88s88 39.4 88 88c0 23.5-7.5 46.3-21.5 65.2L449.7 467c-10.5 14.2-30.6 17.2-44.8 6.7s-17.2-30.6-6.7-44.8l6.8-9.2z"],"door-closed":[576,512,[128682],"f52a","M96 64c0-35.3 28.7-64 64-64H416c35.3 0 64 28.7 64 64V448h64c17.7 0 32 14.3 32 32s-14.3 32-32 32H432 144 32c-17.7 0-32-14.3-32-32s14.3-32 32-32H96V64zM384 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"],"shield-virus":[512,512,[],"e06c","M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2L269.4 2.9zM256 112c8.8 0 16 7.2 16 16c0 33 39.9 49.5 63.2 26.2c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6C334.5 200.1 351 240 384 240c8.8 0 16 7.2 16 16s-7.2 16-16 16c-33 0-49.5 39.9-26.2 63.2c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0C311.9 334.5 272 351 272 384c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-33-39.9-49.5-63.2-26.2c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6C177.5 311.9 161 272 128 272c-8.8 0-16-7.2-16-16s7.2-16 16-16c33 0 49.5-39.9 26.2-63.2c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0C200.1 177.5 240 161 240 128c0-8.8 7.2-16 16-16zM232 256a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm72 32a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z"],"dice-six":[448,512,[9861],"f526","M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm160 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM128 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm32 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM320 192a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm32 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM320 384a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"],"mosquito-net":[640,512,[],"e52c","M168.8 462.3c-7.9-4-11.1-13.6-7.2-21.5L192 380.2l0-44.2c0-4.2 1.7-8.3 4.7-11.3L256 265.4V242.2L139.2 344C87.8 395.3 0 358.9 0 286.3c0-41.1 30.6-75.8 71.4-80.9l159.9-23.9-49.6-41.3c-5.1-4.2-7-11.1-4.9-17.4l13.9-41.7-29-58.1c-4-7.9-.7-17.5 7.2-21.5s17.5-.7 21.5 7.2l32 64c1.9 3.8 2.2 8.2 .9 12.2l-12.5 37.6L256 160.5V137.9c0-14.9 10.1-27.3 23.8-31V63.7c0-4.5 3.7-8.2 8.2-8.2s8.2 3.7 8.2 8.2V107c13.7 3.6 23.8 16.1 23.8 31v22.6l45.4-37.8L352.8 85.1c-1.3-4-1-8.4 .9-12.2l32-64c4-7.9 13.6-11.1 21.5-7.2s11.1 13.6 7.2 21.5l-29 58.1 13.9 41.7c2.1 6.2 .1 13.1-4.9 17.4l-49.6 41.3 159.9 23.9c22.5 2.8 41.8 14.6 54.7 31.4c-2.7 2.6-5.2 5.4-7.3 8.6c-8.6-12.9-23.3-21.5-40-21.5s-31.4 8.5-40 21.5c-8.6-12.9-23.3-21.5-40-21.5c-21.7 0-40 14.3-45.9 34.1c-10.7 3.2-19.8 10.1-25.9 19.2l-40.2-35v23.1l32.4 32.4c-.3 2-.4 4.1-.4 6.2c0 16.7 8.5 31.4 21.5 40c-4 2.6-7.5 5.9-10.6 9.5L320 310.6v50c0 17.7-14.3 32-32 32s-32-14.3-32-32v-50l-32 32 0 41.4c0 2.5-.6 4.9-1.7 7.2l-32 64c-4 7.9-13.6 11.1-21.5 7.2zM512 256c8.8 0 16 7.2 16 16v16h48V272c0-8.8 7.2-16 16-16s16 7.2 16 16v16h16c8.8 0 16 7.2 16 16s-7.2 16-16 16H608v48h16c8.8 0 16 7.2 16 16s-7.2 16-16 16H608v48h16c8.8 0 16 7.2 16 16s-7.2 16-16 16H608v16c0 8.8-7.2 16-16 16s-16-7.2-16-16V480H528v16c0 8.8-7.2 16-16 16s-16-7.2-16-16V480H448v16c0 8.8-7.2 16-16 16s-16-7.2-16-16V480H400c-8.8 0-16-7.2-16-16s7.2-16 16-16h16V400H400c-8.8 0-16-7.2-16-16s7.2-16 16-16h16V320H400c-8.8 0-16-7.2-16-16s7.2-16 16-16h16V272c0-8.8 7.2-16 16-16s16 7.2 16 16v16h48V272c0-8.8 7.2-16 16-16zm16 112h48V320H528v48zm0 80h48V400H528v48zM448 320v48h48V320H448zm0 80v48h48V400H448z"],"bridge-water":[576,512,[],"e4ce","M0 96C0 78.3 14.3 64 32 64H544c17.7 0 32 14.3 32 32v35.6c0 15.7-12.7 28.4-28.4 28.4c-37.3 0-67.6 30.2-67.6 67.6V352.5c-12.9 0-25.8 3.9-36.8 11.7c-18 12.4-40.1 20.3-59.2 20.3h0l0-.5V256c0-53-43-96-96-96s-96 43-96 96V384l0 .5c-19 0-41.2-7.9-59.1-20.3c-11.1-7.8-24-11.7-36.9-11.7V227.6C96 190.2 65.8 160 28.4 160C12.7 160 0 147.3 0 131.6V96zM306.5 389.9C329 405.4 356.5 416 384 416c26.9 0 55.4-10.8 77.4-26.1l0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 469.7 417 480 384 480c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7l0 0C136.7 405.2 165.1 416 192 416c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z"],"person-booth":[576,512,[],"f756","M256 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V192h64V32zm320 0c0-17.7-14.3-32-32-32s-32 14.3-32 32V480c0 17.7 14.3 32 32 32s32-14.3 32-32V32zM224 512c17.7 0 32-14.3 32-32V320H192V480c0 17.7 14.3 32 32 32zM320 0c-9.3 0-18.1 4-24.2 11s-8.8 16.3-7.5 25.5l31.2 218.6L288.6 409.7c-3.5 17.3 7.8 34.2 25.1 37.7s34.2-7.8 37.7-25.1l.7-3.6c1.3 16.4 15.1 29.4 31.9 29.4c17.7 0 32-14.3 32-32c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32H320zM112 80A48 48 0 1 0 16 80a48 48 0 1 0 96 0zm0 261.3V269.3l4.7 4.7c9 9 21.2 14.1 33.9 14.1H224c17.7 0 32-14.3 32-32s-14.3-32-32-32H157.3l-41.6-41.6c-14.3-14.3-33.8-22.4-54-22.4C27.6 160 0 187.6 0 221.6v55.7l0 .9V480c0 17.7 14.3 32 32 32s32-14.3 32-32V384l32 42.7V480c0 17.7 14.3 32 32 32s32-14.3 32-32V421.3c0-10.4-3.4-20.5-9.6-28.8L112 341.3z"],"text-width":[448,512,[],"f035","M64 128V96H192l0 128H176c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H256l0-128H384v32c0 17.7 14.3 32 32 32s32-14.3 32-32V80c0-26.5-21.5-48-48-48H224 48C21.5 32 0 53.5 0 80v48c0 17.7 14.3 32 32 32s32-14.3 32-32zM9.4 361.4c-12.5 12.5-12.5 32.8 0 45.3l64 64c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6V416H320v32c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6v32H128V320c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9l-64 64z"],"hat-wizard":[512,512,[],"f6e8","M64 416L168.6 180.7c15.3-34.4 40.3-63.5 72-83.7l146.9-94c3-1.9 6.5-2.9 10-2.9C407.7 0 416 8.3 416 18.6v1.6c0 2.6-.5 5.1-1.4 7.5L354.8 176.9c-1.9 4.7-2.8 9.7-2.8 14.7c0 5.5 1.2 11 3.4 16.1L448 416H240.9l11.8-35.4 40.4-13.5c6.5-2.2 10.9-8.3 10.9-15.2s-4.4-13-10.9-15.2l-40.4-13.5-13.5-40.4C237 276.4 230.9 272 224 272s-13 4.4-15.2 10.9l-13.5 40.4-40.4 13.5C148.4 339 144 345.1 144 352s4.4 13 10.9 15.2l40.4 13.5L207.1 416H64zM279.6 141.5c-1.1-3.3-4.1-5.5-7.6-5.5s-6.5 2.2-7.6 5.5l-6.7 20.2-20.2 6.7c-3.3 1.1-5.5 4.1-5.5 7.6s2.2 6.5 5.5 7.6l20.2 6.7 6.7 20.2c1.1 3.3 4.1 5.5 7.6 5.5s6.5-2.2 7.6-5.5l6.7-20.2 20.2-6.7c3.3-1.1 5.5-4.1 5.5-7.6s-2.2-6.5-5.5-7.6l-20.2-6.7-6.7-20.2zM32 448H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32z"],"pen-fancy":[512,512,[128395,10002],"f5ac","M373.5 27.1C388.5 9.9 410.2 0 433 0c43.6 0 79 35.4 79 79c0 22.8-9.9 44.6-27.1 59.6L277.7 319l-10.3-10.3-64-64L193 234.3 373.5 27.1zM170.3 256.9l10.4 10.4 64 64 10.4 10.4-19.2 83.4c-3.9 17.1-16.9 30.7-33.8 35.4L24.4 510.3l95.4-95.4c2.6 .7 5.4 1.1 8.3 1.1c17.7 0 32-14.3 32-32s-14.3-32-32-32s-32 14.3-32 32c0 2.9 .4 5.6 1.1 8.3L1.7 487.6 51.5 310c4.7-16.9 18.3-29.9 35.4-33.8l83.4-19.2z"],"person-digging":[576,512,["digging"],"f85e","M208 64a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM9.8 214.8c5.1-12.2 19.1-18 31.4-12.9L60.7 210l22.9-38.1C99.9 144.6 129.3 128 161 128c51.4 0 97 32.9 113.3 81.7l34.6 103.7 79.3 33.1 34.2-45.6c6.4-8.5 16.6-13.3 27.2-12.8s20.3 6.4 25.8 15.5l96 160c5.9 9.9 6.1 22.2 .4 32.2s-16.3 16.2-27.8 16.2H288c-11.1 0-21.4-5.7-27.2-15.2s-6.4-21.2-1.4-31.1l16-32c5.4-10.8 16.5-17.7 28.6-17.7h32l22.5-30L22.8 246.2c-12.2-5.1-18-19.1-12.9-31.4zm82.8 91.8l112 48c11.8 5 19.4 16.6 19.4 29.4v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V405.1l-60.6-26-37 111c-5.6 16.8-23.7 25.8-40.5 20.2S-3.9 486.6 1.6 469.9l48-144 11-33 32 13.7z"],trash:[448,512,[],"f1f8","M135.2 17.7L128 32H32C14.3 32 0 46.3 0 64S14.3 96 32 96H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H320l-7.2-14.3C307.4 6.8 296.3 0 284.2 0H163.8c-12.1 0-23.2 6.8-28.6 17.7zM416 128H32L53.2 467c1.6 25.3 22.6 45 47.9 45H346.9c25.3 0 46.3-19.7 47.9-45L416 128z"],"gauge-simple":[512,512,["gauge-simple-med","tachometer-average"],"f629","M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm320 96c0-26.9-16.5-49.9-40-59.3V88c0-13.3-10.7-24-24-24s-24 10.7-24 24V292.7c-23.5 9.5-40 32.5-40 59.3c0 35.3 28.7 64 64 64s64-28.7 64-64z"],"book-medical":[448,512,[],"f7e6","M0 96C0 43 43 0 96 0H384h32c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32H384 96c-53 0-96-43-96-96V96zM64 416c0 17.7 14.3 32 32 32H352V384H96c-17.7 0-32 14.3-32 32zM208 112v48H160c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V224h48c8.8 0 16-7.2 16-16V176c0-8.8-7.2-16-16-16H272V112c0-8.8-7.2-16-16-16H224c-8.8 0-16 7.2-16 16z"],poo:[512,512,[128169],"f2fe","M268.9 .9c-5.5-.7-11 1.4-14.5 5.7s-4.6 10.1-2.8 15.4c2.8 8.2 4.3 16.9 4.3 26.1c0 44.1-35.7 79.9-79.8 80H160c-35.3 0-64 28.7-64 64c0 19.1 8.4 36.3 21.7 48H104c-39.8 0-72 32.2-72 72c0 23.2 11 43.8 28 57c-34.1 5.7-60 35.3-60 71c0 39.8 32.2 72 72 72H440c39.8 0 72-32.2 72-72c0-35.7-25.9-65.3-60-71c17-13.2 28-33.8 28-57c0-39.8-32.2-72-72-72H394.3c13.3-11.7 21.7-28.9 21.7-48c0-35.3-28.7-64-64-64h-5.5c3.5-10 5.5-20.8 5.5-32c0-48.6-36.2-88.8-83.1-95.1zM192 256a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm96 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm64 108.3c0 2.4-.7 4.8-2.2 6.7c-8.2 10.5-39.5 45-93.8 45s-85.6-34.6-93.8-45c-1.5-1.9-2.2-4.3-2.2-6.7c0-6.8 5.5-12.3 12.3-12.3H339.7c6.8 0 12.3 5.5 12.3 12.3z"],"quote-right":[448,512,[8221,"quote-right-alt"],"f10e","M448 296c0 66.3-53.7 120-120 120h-8c-17.7 0-32-14.3-32-32s14.3-32 32-32h8c30.9 0 56-25.1 56-56v-8H320c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64h64c35.3 0 64 28.7 64 64v32 32 72zm-256 0c0 66.3-53.7 120-120 120H64c-17.7 0-32-14.3-32-32s14.3-32 32-32h8c30.9 0 56-25.1 56-56v-8H64c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64h64c35.3 0 64 28.7 64 64v32 32 72z"],shirt:[640,512,[128085,"t-shirt","tshirt"],"f553","M211.8 0c7.8 0 14.3 5.7 16.7 13.2C240.8 51.9 277.1 80 320 80s79.2-28.1 91.5-66.8C413.9 5.7 420.4 0 428.2 0h12.6c22.5 0 44.2 7.9 61.5 22.3L628.5 127.4c6.6 5.5 10.7 13.5 11.4 22.1s-2.1 17.1-7.8 23.6l-56 64c-11.4 13.1-31.2 14.6-44.6 3.5L480 197.7V448c0 35.3-28.7 64-64 64H224c-35.3 0-64-28.7-64-64V197.7l-51.5 42.9c-13.3 11.1-33.1 9.6-44.6-3.5l-56-64c-5.7-6.5-8.5-15-7.8-23.6s4.8-16.6 11.4-22.1L137.7 22.3C155 7.9 176.7 0 199.2 0h12.6z"],cubes:[576,512,[],"f1b3","M290.8 48.6l78.4 29.7L288 109.5 206.8 78.3l78.4-29.7c1.8-.7 3.8-.7 5.7 0zM136 92.5V204.7c-1.3 .4-2.6 .8-3.9 1.3l-96 36.4C14.4 250.6 0 271.5 0 294.7V413.9c0 22.2 13.1 42.3 33.5 51.3l96 42.2c14.4 6.3 30.7 6.3 45.1 0L288 457.5l113.5 49.9c14.4 6.3 30.7 6.3 45.1 0l96-42.2c20.3-8.9 33.5-29.1 33.5-51.3V294.7c0-23.3-14.4-44.1-36.1-52.4l-96-36.4c-1.3-.5-2.6-.9-3.9-1.3V92.5c0-23.3-14.4-44.1-36.1-52.4l-96-36.4c-12.8-4.8-26.9-4.8-39.7 0l-96 36.4C150.4 48.4 136 69.3 136 92.5zM392 210.6l-82.4 31.2V152.6L392 121v89.6zM154.8 250.9l78.4 29.7L152 311.7 70.8 280.6l78.4-29.7c1.8-.7 3.8-.7 5.7 0zm18.8 204.4V354.8L256 323.2v95.9l-82.4 36.2zM421.2 250.9c1.8-.7 3.8-.7 5.7 0l78.4 29.7L424 311.7l-81.2-31.1 78.4-29.7zM523.2 421.2l-77.6 34.1V354.8L528 323.2v90.7c0 3.2-1.9 6-4.8 7.3z"],divide:[448,512,[10135,247],"f529","M272 96a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm0 320a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM400 288c17.7 0 32-14.3 32-32s-14.3-32-32-32H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H400z"],"tenge-sign":[384,512,[8376,"tenge"],"f7d7","M0 64C0 46.3 14.3 32 32 32H352c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 96 0 81.7 0 64zM0 192c0-17.7 14.3-32 32-32H192 352c17.7 0 32 14.3 32 32s-14.3 32-32 32H224V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V224H32c-17.7 0-32-14.3-32-32z"],headphones:[512,512,[127911],"f025","M256 80C149.9 80 62.4 159.4 49.6 262c9.4-3.8 19.6-6 30.4-6c26.5 0 48 21.5 48 48V432c0 26.5-21.5 48-48 48c-44.2 0-80-35.8-80-80V384 336 288C0 146.6 114.6 32 256 32s256 114.6 256 256v48 48 16c0 44.2-35.8 80-80 80c-26.5 0-48-21.5-48-48V304c0-26.5 21.5-48 48-48c10.8 0 21 2.1 30.4 6C449.6 159.4 362.1 80 256 80z"],"hands-holding":[640,512,[],"f4c2","M80 104c0-22.1-17.9-40-40-40S0 81.9 0 104v56 64V325.5c0 25.5 10.1 49.9 28.1 67.9L128 493.3c12 12 28.3 18.7 45.3 18.7H240c26.5 0 48-21.5 48-48V385.1c0-29.7-11.8-58.2-32.8-79.2l-25.3-25.3 0 0-15.2-15.2-32-32c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l32 32 15.2 15.2c11 11 9.2 29.2-3.7 37.8c-9.7 6.5-22.7 5.2-31-3.1L98.7 309.5c-12-12-18.7-28.3-18.7-45.3V224 144 104zm480 0v40 80 40.2c0 17-6.7 33.3-18.7 45.3l-51.1 51.1c-8.3 8.3-21.3 9.6-31 3.1c-12.9-8.6-14.7-26.9-3.7-37.8l15.2-15.2 32-32c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-32 32-15.2 15.2 0 0-25.3 25.3c-21 21-32.8 49.5-32.8 79.2V464c0 26.5 21.5 48 48 48h66.7c17 0 33.3-6.7 45.3-18.7l99.9-99.9c18-18 28.1-42.4 28.1-67.9V224 160 104c0-22.1-17.9-40-40-40s-40 17.9-40 40z"],"hands-clapping":[512,512,[],"e1a8","M336 16V80c0 8.8-7.2 16-16 16s-16-7.2-16-16V16c0-8.8 7.2-16 16-16s16 7.2 16 16zm-98.7 7.1l32 48c4.9 7.4 2.9 17.3-4.4 22.2s-17.3 2.9-22.2-4.4l-32-48c-4.9-7.4-2.9-17.3 4.4-22.2s17.3-2.9 22.2 4.4zM135 119c9.4-9.4 24.6-9.4 33.9 0L292.7 242.7c10.1 10.1 27.3 2.9 27.3-11.3V192c0-17.7 14.3-32 32-32s32 14.3 32 32V345.6c0 57.1-30 110-78.9 139.4c-64 38.4-145.8 28.3-198.5-24.4L7 361c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l53 53c6.1 6.1 16 6.1 22.1 0s6.1-16 0-22.1L23 265c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l93 93c6.1 6.1 16 6.1 22.1 0s6.1-16 0-22.1L55 185c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l117 117c6.1 6.1 16 6.1 22.1 0s6.1-16 0-22.1l-93-93c-9.4-9.4-9.4-24.6 0-33.9zM433.1 484.9c-24.2 14.5-50.9 22.1-77.7 23.1c48.1-39.6 76.6-99 76.6-162.4l0-98.1c8.2-.1 16-6.4 16-16V192c0-17.7 14.3-32 32-32s32 14.3 32 32V345.6c0 57.1-30 110-78.9 139.4zM424.9 18.7c7.4 4.9 9.3 14.8 4.4 22.2l-32 48c-4.9 7.4-14.8 9.3-22.2 4.4s-9.3-14.8-4.4-22.2l32-48c4.9-7.4 14.8-9.3 22.2-4.4z"],republican:[640,512,[],"f75e","M0 192C0 103.6 71.6 32 160 32H384c88.4 0 160 71.6 160 160v64H0V192zm415.9-64c-2.4 0-4.7 1.3-5.7 3.4l-12.6 24.6-28.2 4c-2.4 .3-4.4 2-5.2 4.2s-.1 4.7 1.6 6.3l20.4 19.2-4.8 27.1c-.4 2.3 .6 4.7 2.5 6s4.6 1.6 6.7 .5l25.2-12.8 25.2 12.8c2.2 1.1 4.8 .9 6.7-.5s3-3.7 2.5-6l-4.8-27.1L466 170.5c1.7-1.6 2.4-4.1 1.6-6.3s-2.8-3.9-5.2-4.2l-28.2-4-12.6-24.6c-1.1-2.1-3.3-3.4-5.7-3.4zm-138.3 3.4c-1.1-2.1-3.3-3.4-5.7-3.4s-4.7 1.3-5.7 3.4l-12.6 24.6-28.2 4c-2.4 .3-4.4 2-5.2 4.2s-.1 4.7 1.6 6.3l20.4 19.2-4.8 27.1c-.4 2.3 .6 4.7 2.5 6s4.6 1.6 6.7 .5l25.2-12.8 25.2 12.8c2.2 1.1 4.8 .9 6.7-.5s3-3.7 2.5-6l-4.8-27.1L322 170.5c1.7-1.6 2.4-4.1 1.6-6.3s-2.8-3.9-5.2-4.2l-28.2-4-12.6-24.6zM127.9 128c-2.4 0-4.7 1.3-5.7 3.4l-12.6 24.6-28.2 4c-2.4 .3-4.4 2-5.2 4.2s-.1 4.7 1.6 6.3l20.4 19.2-4.8 27.1c-.4 2.3 .6 4.7 2.5 6s4.6 1.6 6.7 .5l25.2-12.8 25.2 12.8c2.2 1.1 4.8 .9 6.7-.5s3-3.7 2.5-6l-4.8-27.1L178 170.5c1.7-1.6 2.4-4.1 1.6-6.3s-2.8-3.9-5.2-4.2l-28.2-4-12.6-24.6c-1.1-2.1-3.3-3.4-5.7-3.4zm.1 160H320h96 32 64 32v32 80c0 8.8 7.2 16 16 16s16-7.2 16-16V352c0-17.7 14.3-32 32-32s32 14.3 32 32v48c0 44.2-35.8 80-80 80s-80-35.8-80-80V352H448v32 64c0 17.7-14.3 32-32 32H352c-17.7 0-32-14.3-32-32V384H128v64c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V384 288H128z"],"arrow-left":[448,512,[8592],"f060","M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288 416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0L214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z"],"person-circle-xmark":[576,512,[],"e543","M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H152zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm59.3 107.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L432 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L409.4 368l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L432 390.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L454.6 368l36.7-36.7z"],ruler:[512,512,[128207],"f545","M177.9 494.1c-18.7 18.7-49.1 18.7-67.9 0L17.9 401.9c-18.7-18.7-18.7-49.1 0-67.9l50.7-50.7 48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48 41.4-41.4 48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48 41.4-41.4 48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48 41.4-41.4 48 48c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-48-48 50.7-50.7c18.7-18.7 49.1-18.7 67.9 0l92.1 92.1c18.7 18.7 18.7 49.1 0 67.9L177.9 494.1z"],"align-left":[448,512,[],"f036","M288 64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 64S14.3 32 32 32H256c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c17.7 0 32 14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z"],"dice-d6":[448,512,[],"f6d1","M201 10.3c14.3-7.8 31.6-7.8 46 0L422.3 106c5.1 2.8 8.3 8.2 8.3 14s-3.2 11.2-8.3 14L231.7 238c-4.8 2.6-10.5 2.6-15.3 0L25.7 134c-5.1-2.8-8.3-8.2-8.3-14s3.2-11.2 8.3-14L201 10.3zM23.7 170l176 96c5.1 2.8 8.3 8.2 8.3 14V496c0 5.6-3 10.9-7.8 13.8s-10.9 3-15.8 .3L25 423.1C9.6 414.7 0 398.6 0 381V184c0-5.6 3-10.9 7.8-13.8s10.9-3 15.8-.3zm400.7 0c5-2.7 11-2.6 15.8 .3s7.8 8.1 7.8 13.8V381c0 17.6-9.6 33.7-25 42.1L263.7 510c-5 2.7-11 2.6-15.8-.3s-7.8-8.1-7.8-13.8V280c0-5.9 3.2-11.2 8.3-14l176-96z"],restroom:[640,512,[],"f7bd","M80 48a48 48 0 1 1 96 0A48 48 0 1 1 80 48zm40 304V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V325.2c-8.1 9.2-21.1 13.2-33.5 9.4c-16.9-5.3-26.3-23.2-21-40.1l30.9-99.1C44.9 155.3 82 128 124 128h8c42 0 79.1 27.3 91.6 67.4l30.9 99.1c5.3 16.9-4.1 34.8-21 40.1c-12.4 3.9-25.4-.2-33.5-9.4V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H120zM320 0c13.3 0 24 10.7 24 24V488c0 13.3-10.7 24-24 24s-24-10.7-24-24V24c0-13.3 10.7-24 24-24zM464 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM440 480V384H422.2c-10.9 0-18.6-10.7-15.2-21.1l9-26.9c-3.2 0-6.4-.5-9.5-1.5c-16.9-5.3-26.3-23.2-21-40.1l29.7-95.2C428.4 156.9 467.6 128 512 128s83.6 28.9 96.8 71.2l29.7 95.2c5.3 16.9-4.1 34.8-21 40.1c-3.2 1-6.4 1.5-9.5 1.5l9 26.9c3.5 10.4-4.3 21.1-15.2 21.1H584v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384H504v96c0 17.7-14.3 32-32 32s-32-14.3-32-32z"],j:[320,512,[106],"4a","M288 32c17.7 0 32 14.3 32 32V320c0 88.4-71.6 160-160 160S0 408.4 0 320V288c0-17.7 14.3-32 32-32s32 14.3 32 32v32c0 53 43 96 96 96s96-43 96-96V64c0-17.7 14.3-32 32-32z"],"users-viewfinder":[640,512,[],"e595","M48 48h88c13.3 0 24-10.7 24-24s-10.7-24-24-24H32C14.3 0 0 14.3 0 32V136c0 13.3 10.7 24 24 24s24-10.7 24-24V48zM175.8 224a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-26.5 32C119.9 256 96 279.9 96 309.3c0 14.7 11.9 26.7 26.7 26.7h56.1c8-34.1 32.8-61.7 65.2-73.6c-7.5-4.1-16.2-6.4-25.3-6.4H149.3zm368 80c14.7 0 26.7-11.9 26.7-26.7c0-29.5-23.9-53.3-53.3-53.3H421.3c-9.2 0-17.8 2.3-25.3 6.4c32.4 11.9 57.2 39.5 65.2 73.6h56.1zm-89.4 0c-8.6-24.3-29.9-42.6-55.9-47c-3.9-.7-7.9-1-12-1H280c-4.1 0-8.1 .3-12 1c-26 4.4-47.3 22.7-55.9 47c-2.7 7.5-4.1 15.6-4.1 24c0 13.3 10.7 24 24 24H408c13.3 0 24-10.7 24-24c0-8.4-1.4-16.5-4.1-24zM464 224a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-80-32a64 64 0 1 0 -128 0 64 64 0 1 0 128 0zM504 48h88v88c0 13.3 10.7 24 24 24s24-10.7 24-24V32c0-17.7-14.3-32-32-32H504c-13.3 0-24 10.7-24 24s10.7 24 24 24zM48 464V376c0-13.3-10.7-24-24-24s-24 10.7-24 24V480c0 17.7 14.3 32 32 32H136c13.3 0 24-10.7 24-24s-10.7-24-24-24H48zm456 0c-13.3 0-24 10.7-24 24s10.7 24 24 24H608c17.7 0 32-14.3 32-32V376c0-13.3-10.7-24-24-24s-24 10.7-24 24v88H504z"],"file-video":[384,512,[],"f1c8","M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM64 288c0-17.7 14.3-32 32-32h96c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V288zM300.9 397.9L256 368V304l44.9-29.9c2-1.3 4.4-2.1 6.8-2.1c6.8 0 12.3 5.5 12.3 12.3V387.7c0 6.8-5.5 12.3-12.3 12.3c-2.4 0-4.8-.7-6.8-2.1z"],"up-right-from-square":[512,512,["external-link-alt"],"f35d","M352 0c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9L370.7 96 201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L416 141.3l41.4 41.4c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6V32c0-17.7-14.3-32-32-32H352zM80 32C35.8 32 0 67.8 0 112V432c0 44.2 35.8 80 80 80H400c44.2 0 80-35.8 80-80V320c0-17.7-14.3-32-32-32s-32 14.3-32 32V432c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16H192c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z"],"table-cells":[512,512,["th"],"f00a","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm88 64v64H64V96h88zm56 0h88v64H208V96zm240 0v64H360V96h88zM64 224h88v64H64V224zm232 0v64H208V224h88zm64 0h88v64H360V224zM152 352v64H64V352h88zm56 0h88v64H208V352zm240 0v64H360V352h88z"],"file-pdf":[512,512,[],"f1c1","M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384V304H176c-35.3 0-64 28.7-64 64V512H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zM176 352h32c30.9 0 56 25.1 56 56s-25.1 56-56 56H192v32c0 8.8-7.2 16-16 16s-16-7.2-16-16V448 368c0-8.8 7.2-16 16-16zm32 80c13.3 0 24-10.7 24-24s-10.7-24-24-24H192v48h16zm96-80h32c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H304c-8.8 0-16-7.2-16-16V368c0-8.8 7.2-16 16-16zm32 128c8.8 0 16-7.2 16-16V400c0-8.8-7.2-16-16-16H320v96h16zm80-112c0-8.8 7.2-16 16-16h48c8.8 0 16 7.2 16 16s-7.2 16-16 16H448v32h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H448v48c0 8.8-7.2 16-16 16s-16-7.2-16-16V432 368z"],"book-bible":[448,512,["bible"],"f647","M96 0C43 0 0 43 0 96V416c0 53 43 96 96 96H384h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V384c17.7 0 32-14.3 32-32V32c0-17.7-14.3-32-32-32H384 96zm0 384H352v64H96c-17.7 0-32-14.3-32-32s14.3-32 32-32zM208 80c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272V304c0 8.8-7.2 16-16 16H224c-8.8 0-16-7.2-16-16V192H160c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16h48V80z"],o:[448,512,[111],"4f","M224 96a160 160 0 1 0 0 320 160 160 0 1 0 0-320zM448 256A224 224 0 1 1 0 256a224 224 0 1 1 448 0z"],"suitcase-medical":[512,512,["medkit"],"f0fa","M184 48H328c4.4 0 8 3.6 8 8V96H176V56c0-4.4 3.6-8 8-8zm-56 8V96v32V480H384V128 96 56c0-30.9-25.1-56-56-56H184c-30.9 0-56 25.1-56 56zM96 96H64C28.7 96 0 124.7 0 160V416c0 35.3 28.7 64 64 64H96V96zM416 480h32c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H416V480zM224 208c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H288v48c0 8.8-7.2 16-16 16H240c-8.8 0-16-7.2-16-16V320H176c-8.8 0-16-7.2-16-16V272c0-8.8 7.2-16 16-16h48V208z"],"user-secret":[448,512,[128373],"f21b","M224 16c-6.7 0-10.8-2.8-15.5-6.1C201.9 5.4 194 0 176 0c-30.5 0-52 43.7-66 89.4C62.7 98.1 32 112.2 32 128c0 14.3 25 27.1 64.6 35.9c-.4 4-.6 8-.6 12.1c0 17 3.3 33.2 9.3 48H45.4C38 224 32 230 32 237.4c0 1.7 .3 3.4 1 5l38.8 96.9C28.2 371.8 0 423.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7c0-58.5-28.2-110.4-71.7-143L415 242.4c.6-1.6 1-3.3 1-5c0-7.4-6-13.4-13.4-13.4H342.7c6-14.8 9.3-31 9.3-48c0-4.1-.2-8.1-.6-12.1C391 155.1 416 142.3 416 128c0-15.8-30.7-29.9-78-38.6C324 43.7 302.5 0 272 0c-18 0-25.9 5.4-32.5 9.9c-4.8 3.3-8.8 6.1-15.5 6.1zm56 208H267.6c-16.5 0-31.1-10.6-36.3-26.2c-2.3-7-12.2-7-14.5 0c-5.2 15.6-19.9 26.2-36.3 26.2H168c-22.1 0-40-17.9-40-40V169.6c28.2 4.1 61 6.4 96 6.4s67.8-2.3 96-6.4V184c0 22.1-17.9 40-40 40zm-88 96l16 32L176 480 128 288l64 32zm128-32L272 480 240 352l16-32 64-32z"],otter:[640,512,[129446],"f700","M181.5 197.1l12.9 6.4c5.9 3 12.4 4.5 19.1 4.5c23.5 0 42.6-19.1 42.6-42.6V144c0-35.3-28.7-64-64-64H128c-35.3 0-64 28.7-64 64v21.4c0 23.5 19.1 42.6 42.6 42.6c6.6 0 13.1-1.5 19.1-4.5l12.9-6.4 8.4-4.2L135.1 185c-4.5-3-7.1-8-7.1-13.3V168c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24v3.7c0 5.3-2.7 10.3-7.1 13.3l-11.8 7.9 8.4 4.2zm-8.6 49.4L160 240l-12.9 6.4c-12.6 6.3-26.5 9.6-40.5 9.6c-3.6 0-7.1-.2-10.6-.6v.6c0 35.3 28.7 64 64 64h64c17.7 0 32 14.3 32 32s-14.3 32-32 32H384V336 320c0-23.7 12.9-44.4 32-55.4c9.4-5.4 20.3-8.6 32-8.6V240c0-26.5 21.5-48 48-48c8.8 0 16 7.2 16 16v32 16 48c0 8.8 7.2 16 16 16s16-7.2 16-16V204.3c0-48.2-30.8-91-76.6-106.3l-8.5-2.8c-8-2.7-12.6-11.1-10.4-19.3s10.3-13.2 18.6-11.6l19.9 4C576 86.1 640 164.2 640 254.9l0 1.1h0c0 123.7-100.3 224-224 224h-1.1H256h-.6C132 480 32 380 32 256.6V256 216.8c-10.1-14.6-16-32.3-16-51.4V144l0-1.4C6.7 139.3 0 130.5 0 120c0-13.3 10.7-24 24-24h2.8C44.8 58.2 83.3 32 128 32h64c44.7 0 83.2 26.2 101.2 64H296c13.3 0 24 10.7 24 24c0 10.5-6.7 19.3-16 22.6l0 1.4v21.4c0 1.4 0 2.8-.1 4.3c12-6.2 25.7-9.6 40.1-9.6h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-13.3 0-24 10.7-24 24v8h56.4c-15.2 17-24.4 39.4-24.4 64H320c-42.3 0-78.2-27.4-91-65.3c-5.1 .9-10.3 1.3-15.6 1.3c-14.1 0-27.9-3.3-40.5-9.6zM96 128a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm112 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0z"],"person-dress":[320,512,["female"],"f182","M160 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM88 384H70.2c-10.9 0-18.6-10.7-15.2-21.1L93.3 248.1 59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l53.6-89.2c20.3-33.7 56.7-54.3 96-54.3h11.6c39.3 0 75.7 20.6 96 54.3l53.6 89.2c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9l-33.9-56.3L265 362.9c3.5 10.4-4.3 21.1-15.2 21.1H232v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384H152v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384z"],"comment-dollar":[512,512,[],"f651","M256 448c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.6 .6-1 1.1-1.3 1.4l-.3 .3 0 0 0 0 0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9zm20-312v13.9c7.5 1.2 14.6 2.9 21.1 4.7c10.7 2.8 17 13.8 14.2 24.5s-13.8 17-24.5 14.2c-11-2.9-21.6-5-31.2-5.2c-7.9-.1-16 1.8-21.5 5c-4.8 2.8-6.2 5.6-6.2 9.3c0 1.8 .1 3.5 5.3 6.7c6.3 3.8 15.5 6.7 28.3 10.5l.7 .2c11.2 3.4 25.6 7.7 37.1 15c12.9 8.1 24.3 21.3 24.6 41.6c.3 20.9-10.5 36.1-24.8 45c-7.2 4.5-15.2 7.3-23.2 9V344c0 11-9 20-20 20s-20-9-20-20V329.4c-10.3-2.2-20-5.5-28.2-8.4l0 0 0 0c-2.1-.7-4.1-1.4-6.1-2.1c-10.5-3.5-16.1-14.8-12.6-25.3s14.8-16.1 25.3-12.6c2.5 .8 4.9 1.7 7.2 2.4c13.6 4.6 24 8.1 35.1 8.5c8.6 .3 16.5-1.6 21.4-4.7c4.1-2.5 6-5.5 5.9-10.5c0-2.9-.8-5-5.9-8.2c-6.3-4-15.4-6.9-28-10.7l-1.7-.5c-10.9-3.3-24.6-7.4-35.6-14c-12.7-7.7-24.6-20.5-24.7-40.7c-.1-21.1 11.8-35.7 25.8-43.9c6.9-4.1 14.5-6.8 22.2-8.5V136c0-11 9-20 20-20s20 9 20 20z"],"business-time":[640,512,["briefcase-clock"],"f64a","M184 48H328c4.4 0 8 3.6 8 8V96H176V56c0-4.4 3.6-8 8-8zm-56 8V96H64C28.7 96 0 124.7 0 160v96H192 352h8.2c32.3-39.1 81.1-64 135.8-64c5.4 0 10.7 .2 16 .7V160c0-35.3-28.7-64-64-64H384V56c0-30.9-25.1-56-56-56H184c-30.9 0-56 25.1-56 56zM320 352H224c-17.7 0-32-14.3-32-32V288H0V416c0 35.3 28.7 64 64 64H360.2C335.1 449.6 320 410.5 320 368c0-5.4 .2-10.7 .7-16l-.7 0zm320 16a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zM496 288c8.8 0 16 7.2 16 16v48h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H496c-8.8 0-16-7.2-16-16V304c0-8.8 7.2-16 16-16z"],"table-cells-large":[512,512,["th-large"],"f009","M448 96V224H288V96H448zm0 192V416H288V288H448zM224 224H64V96H224V224zM64 288H224V416H64V288zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z"],"book-tanakh":[448,512,["tanakh"],"f827","M352 0c53 0 96 43 96 96V416c0 53-43 96-96 96H64 32c-17.7 0-32-14.3-32-32s14.3-32 32-32V384c-17.7 0-32-14.3-32-32V32C0 14.3 14.3 0 32 0H64 352zm0 384H96v64H352c17.7 0 32-14.3 32-32s-14.3-32-32-32zM138.7 208l13.9 24H124.9l13.9-24zm-13.9-24L97.1 232c-6.2 10.7 1.5 24 13.9 24h55.4l27.7 48c6.2 10.7 21.6 10.7 27.7 0l27.7-48H305c12.3 0 20-13.3 13.9-24l-27.7-48 27.7-48c6.2-10.7-1.5-24-13.9-24H249.6L221.9 64c-6.2-10.7-21.6-10.7-27.7 0l-27.7 48H111c-12.3 0-20 13.3-13.9 24l27.7 48zm27.7 0l27.7-48h55.4l27.7 48-27.7 48H180.3l-27.7-48zm0-48l-13.9 24-13.9-24h27.7zm41.6-24L208 88l13.9 24H194.1zm69.3 24h27.7l-13.9 24-13.9-24zm13.9 72l13.9 24H263.4l13.9-24zm-55.4 48L208 280l-13.9-24h27.7z"],"phone-volume":[512,512,["volume-control-phone"],"f2a0","M280 0C408.1 0 512 103.9 512 232c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-101.6-82.4-184-184-184c-13.3 0-24-10.7-24-24s10.7-24 24-24zm8 192a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm-32-72c0-13.3 10.7-24 24-24c75.1 0 136 60.9 136 136c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-48.6-39.4-88-88-88c-13.3 0-24-10.7-24-24zM117.5 1.4c19.4-5.3 39.7 4.6 47.4 23.2l40 96c6.8 16.3 2.1 35.2-11.6 46.3L144 207.3c33.3 70.4 90.3 127.4 160.7 160.7L345 318.7c11.2-13.7 30-18.4 46.3-11.6l96 40c18.6 7.7 28.5 28 23.2 47.4l-24 88C481.8 499.9 466 512 448 512C200.6 512 0 311.4 0 64C0 46 12.1 30.2 29.5 25.4l88-24z"],"hat-cowboy-side":[640,512,[],"f8c1","M152.7 135.9l-10.4 57.2c6.8-.7 13.6-1.1 20.5-1.1h10.7c39.4 0 77.8 12.1 110.1 34.7L562.4 421.8l35.1 24.6c24.4-6 42.5-28.1 42.5-54.4c0-75.8-94.7-126.6-134.6-144.7L474 83.9C468.2 53.8 441.8 32 411.1 32h-2.7c-5.6 0-11.1 .7-16.5 2.2L199.2 85.5c-23.9 6.4-42 26-46.5 50.4zM0 384c0 35.3 28.7 64 64 64H544L265.3 252.9c-26.9-18.8-58.9-28.9-91.8-28.9H162.9c-60.6 0-116 34.2-143.1 88.4L13.5 325C4.6 342.7 0 362.3 0 382.2V384z"],"clipboard-user":[384,512,[],"f7f3","M192 0c-41.8 0-77.4 26.7-90.5 64H64C28.7 64 0 92.7 0 128V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H282.5C269.4 26.7 233.8 0 192 0zm0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM128 256a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM80 432c0-44.2 35.8-80 80-80h64c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16z"],child:[320,512,[],"f1ae","M96 64a64 64 0 1 1 128 0A64 64 0 1 1 96 64zm48 320v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V287.8L59.1 321c-9.4 15-29.2 19.4-44.1 10S-4.5 301.9 4.9 287l39.9-63.3C69.7 184 113.2 160 160 160s90.3 24 115.2 63.6L315.1 287c9.4 15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L240 287.8V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V384H144z"],"lira-sign":[320,512,[8356],"f195","M112 160.4c0-35.5 28.8-64.4 64.4-64.4c6.9 0 13.8 1.1 20.4 3.3l81.2 27.1c16.8 5.6 34.9-3.5 40.5-20.2s-3.5-34.9-20.2-40.5L217 38.6c-13.1-4.4-26.8-6.6-40.6-6.6C105.5 32 48 89.5 48 160.4V192H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H48v32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H46c-2.2 10.5-6.1 20.6-11.7 29.9L4.6 431.5c-5.9 9.9-6.1 22.2-.4 32.2S20.5 480 32 480H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H88.5l.7-1.1c11.6-19.3 18.9-40.7 21.6-62.9H224c17.7 0 32-14.3 32-32s-14.3-32-32-32H112V256H224c17.7 0 32-14.3 32-32s-14.3-32-32-32H112V160.4z"],satellite:[512,512,[128752],"f7bf","M233 7c-9.4-9.4-24.6-9.4-33.9 0l-96 96c-9.4 9.4-9.4 24.6 0 33.9l89.4 89.4-15.5 15.5C152.3 230.4 124.9 224 96 224c-31.7 0-61.5 7.7-87.8 21.2c-9 4.7-10.3 16.7-3.1 23.8L112.7 376.7 96.3 393.1c-2.6-.7-5.4-1.1-8.3-1.1c-17.7 0-32 14.3-32 32s14.3 32 32 32s32-14.3 32-32c0-2.9-.4-5.6-1.1-8.3l16.4-16.4L242.9 506.9c7.2 7.2 19.2 5.9 23.8-3.1C280.3 477.5 288 447.7 288 416c0-28.9-6.4-56.3-17.8-80.9l15.5-15.5L375 409c9.4 9.4 24.6 9.4 33.9 0l96-96c9.4-9.4 9.4-24.6 0-33.9l-89.4-89.4 55-55c12.5-12.5 12.5-32.8 0-45.3l-48-48c-12.5-12.5-32.8-12.5-45.3 0l-55 55L233 7zm159 351l-72.4-72.4 62.1-62.1L454.1 296 392 358.1zM226.3 192.4L153.9 120 216 57.9l72.4 72.4-62.1 62.1z"],"plane-lock":[640,512,[],"e558","M192 93.7C192 59.5 221 0 256 0c36 0 64 59.5 64 93.7v84.6l101.8 58.2C418 247.6 416 259.6 416 272v24.6c-17.9 10.4-30.3 29.1-31.8 50.9L320 329.1V400l57.6 43.2c4 3 6.4 7.8 6.4 12.8v24 18c0 7.8-6.3 14-14 14c-1.3 0-2.6-.2-3.9-.5L256 480 145.9 511.5c-1.3 .4-2.6 .5-3.9 .5c-7.8 0-14-6.3-14-14V456c0-5 2.4-9.8 6.4-12.8L192 400l0-70.9-171.6 49C10.2 381.1 0 373.4 0 362.8V297.3c0-5.7 3.1-11 8.1-13.9L192 178.3V93.7zM528 240c-17.7 0-32 14.3-32 32v48h64V272c0-17.7-14.3-32-32-32zm-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80v48c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32H448c-17.7 0-32-14.3-32-32V352c0-17.7 14.3-32 32-32V272z"],tag:[448,512,[127991],"f02b","M0 80V229.5c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 25 90.5 0L418.7 317.3c25-25 25-65.5 0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 80zm112 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],comment:[512,512,[128489,61669],"f075","M512 240c0 114.9-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6C73.6 471.1 44.7 480 16 480c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4l0 0 0 0 0 0 0 0 .3-.3c.3-.3 .7-.7 1.3-1.4c1.1-1.2 2.8-3.1 4.9-5.7c4.1-5 9.6-12.4 15.2-21.6c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208z"],"cake-candles":[448,512,[127874,"birthday-cake","cake"],"f1fd","M86.4 5.5L61.8 47.6C58 54.1 56 61.6 56 69.2V72c0 22.1 17.9 40 40 40s40-17.9 40-40V69.2c0-7.6-2-15-5.8-21.6L105.6 5.5C103.6 2.1 100 0 96 0s-7.6 2.1-9.6 5.5zm128 0L189.8 47.6c-3.8 6.5-5.8 14-5.8 21.6V72c0 22.1 17.9 40 40 40s40-17.9 40-40V69.2c0-7.6-2-15-5.8-21.6L233.6 5.5C231.6 2.1 228 0 224 0s-7.6 2.1-9.6 5.5zM317.8 47.6c-3.8 6.5-5.8 14-5.8 21.6V72c0 22.1 17.9 40 40 40s40-17.9 40-40V69.2c0-7.6-2-15-5.8-21.6L361.6 5.5C359.6 2.1 356 0 352 0s-7.6 2.1-9.6 5.5L317.8 47.6zM128 176c0-17.7-14.3-32-32-32s-32 14.3-32 32v48c-35.3 0-64 28.7-64 64v71c8.3 5.2 18.1 9 28.8 9c13.5 0 27.2-6.1 38.4-13.4c5.4-3.5 9.9-7.1 13-9.7c1.5-1.3 2.7-2.4 3.5-3.1c.4-.4 .7-.6 .8-.8l.1-.1 0 0 0 0s0 0 0 0s0 0 0 0c3.1-3.2 7.4-4.9 11.9-4.8s8.6 2.1 11.6 5.4l0 0 0 0 .1 .1c.1 .1 .4 .4 .7 .7c.7 .7 1.7 1.7 3.1 3c2.8 2.6 6.8 6.1 11.8 9.5c10.2 7.1 23 13.1 36.3 13.1s26.1-6 36.3-13.1c5-3.5 9-6.9 11.8-9.5c1.4-1.3 2.4-2.3 3.1-3c.3-.3 .6-.6 .7-.7l.1-.1c3-3.5 7.4-5.4 12-5.4s9 2 12 5.4l.1 .1c.1 .1 .4 .4 .7 .7c.7 .7 1.7 1.7 3.1 3c2.8 2.6 6.8 6.1 11.8 9.5c10.2 7.1 23 13.1 36.3 13.1s26.1-6 36.3-13.1c5-3.5 9-6.9 11.8-9.5c1.4-1.3 2.4-2.3 3.1-3c.3-.3 .6-.6 .7-.7l.1-.1c2.9-3.4 7.1-5.3 11.6-5.4s8.7 1.6 11.9 4.8l0 0 0 0 0 0 .1 .1c.2 .2 .4 .4 .8 .8c.8 .7 1.9 1.8 3.5 3.1c3.1 2.6 7.5 6.2 13 9.7c11.2 7.3 24.9 13.4 38.4 13.4c10.7 0 20.5-3.9 28.8-9V288c0-35.3-28.7-64-64-64V176c0-17.7-14.3-32-32-32s-32 14.3-32 32v48H256V176c0-17.7-14.3-32-32-32s-32 14.3-32 32v48H128V176zM448 394.6c-8.5 3.3-18.2 5.4-28.8 5.4c-22.5 0-42.4-9.9-55.8-18.6c-4.1-2.7-7.8-5.4-10.9-7.8c-2.8 2.4-6.1 5-9.8 7.5C329.8 390 310.6 400 288 400s-41.8-10-54.6-18.9c-3.5-2.4-6.7-4.9-9.4-7.2c-2.7 2.3-5.9 4.7-9.4 7.2C201.8 390 182.6 400 160 400s-41.8-10-54.6-18.9c-3.7-2.6-7-5.2-9.8-7.5c-3.1 2.4-6.8 5.1-10.9 7.8C71.2 390.1 51.3 400 28.8 400c-10.6 0-20.3-2.2-28.8-5.4V480c0 17.7 14.3 32 32 32H416c17.7 0 32-14.3 32-32V394.6z"],envelope:[512,512,[128386,9993,61443],"f0e0","M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z"],"angles-up":[448,512,["angle-double-up"],"f102","M246.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L224 109.3 361.4 246.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160zm160 352l-160-160c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L224 301.3 361.4 438.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3z"],paperclip:[448,512,[128206],"f0c6","M364.2 83.8c-24.4-24.4-64-24.4-88.4 0l-184 184c-42.1 42.1-42.1 110.3 0 152.4s110.3 42.1 152.4 0l152-152c10.9-10.9 28.7-10.9 39.6 0s10.9 28.7 0 39.6l-152 152c-64 64-167.6 64-231.6 0s-64-167.6 0-231.6l184-184c46.3-46.3 121.3-46.3 167.6 0s46.3 121.3 0 167.6l-176 176c-28.6 28.6-75 28.6-103.6 0s-28.6-75 0-103.6l144-144c10.9-10.9 28.7-10.9 39.6 0s10.9 28.7 0 39.6l-144 144c-6.7 6.7-6.7 17.7 0 24.4s17.7 6.7 24.4 0l176-176c24.4-24.4 24.4-64 0-88.4z"],"arrow-right-to-city":[640,512,[],"e4b3","M288 48c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48V192h40V120c0-13.3 10.7-24 24-24s24 10.7 24 24v72h24c26.5 0 48 21.5 48 48V464c0 26.5-21.5 48-48 48H432 336c-26.5 0-48-21.5-48-48V48zm64 32v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16zm16 80c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V176c0-8.8-7.2-16-16-16H368zM352 272v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16zm176-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H528zM512 368v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16H528c-8.8 0-16 7.2-16 16zM166.6 153.4l80 80c12.5 12.5 12.5 32.8 0 45.3l-80 80c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L146.7 288H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H146.7l-25.4-25.4c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0z"],ribbon:[448,512,[127895],"f4d6","M333.2 322.8l0 0-133.9-146 0 0L146 118.6c7.8-5.1 37-22.6 78-22.6s70.2 17.4 78 22.6L245.7 180l85.6 93.4 27.4-29.8c16.3-17.7 25.3-40.9 25.3-65V149.1c0-19-5.6-37.5-16.1-53.3L327.8 35.6C312.9 13.4 287.9 0 261.2 0h-76c-25.8 0-50.1 12.5-65.1 33.5L81.9 87C70.3 103.2 64 122.8 64 142.8V164c0 23.2 8.4 45.6 23.6 63.1l56 64.2 0 0 83.3 95.6 0 0 91.8 105.3c10 11.5 26.8 14.3 40 6.8l54.5-31.1c17.8-10.2 21.6-34.3 7.7-49.4l-87.7-95.7zM205.2 410.6l-83.3-95.6L27.1 418.5c-13.9 15.1-10.1 39.2 7.7 49.4l55.1 31.5c13 7.4 29.3 4.9 39.4-6.1l75.9-82.6z"],lungs:[640,512,[129729],"f604","M320 0c17.7 0 32 14.3 32 32V164.1c0 16.4 8.4 31.7 22.2 40.5l9.8 6.2V165.3C384 127 415 96 453.3 96c21.7 0 42.8 10.2 55.8 28.8c15.4 22.1 44.3 65.4 71 116.9c26.5 50.9 52.4 112.5 59.6 170.3c.2 1.3 .2 2.6 .2 4v7c0 49.1-39.8 89-89 89c-7.3 0-14.5-.9-21.6-2.7l-72.7-18.2C414 480.5 384 442.1 384 398V325l90.5 57.6c7.5 4.7 17.3 2.5 22.1-4.9s2.5-17.3-4.9-22.1L384 287.1v-.4l-44.1-28.1c-7.3-4.6-13.9-10.1-19.9-16.1c-5.9 6-12.6 11.5-19.9 16.1L256 286.7 161.2 347l-13.5 8.6c0 0 0 0-.1 0c-7.4 4.8-9.6 14.6-4.8 22.1c4.7 7.5 14.6 9.7 22.1 4.9l91.1-58V398c0 44.1-30 82.5-72.7 93.1l-72.7 18.2c-7.1 1.8-14.3 2.7-21.6 2.7c-49.1 0-89-39.8-89-89v-7c0-1.3 .1-2.7 .2-4c7.2-57.9 33.1-119.4 59.6-170.3c26.8-51.5 55.6-94.8 71-116.9c13-18.6 34-28.8 55.8-28.8C225 96 256 127 256 165.3v45.5l9.8-6.2c13.8-8.8 22.2-24.1 22.2-40.5V32c0-17.7 14.3-32 32-32z"],"arrow-up-9-1":[576,512,["sort-numeric-up-alt"],"f887","M160 32c9 0 17.5 3.8 23.6 10.4l88 96c11.9 13 11.1 33.3-2 45.2s-33.3 11.1-45.2-2L192 146.3V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V146.3L95.6 181.6c-11.9 13-32.2 13.9-45.2 2s-13.9-32.2-2-45.2l88-96C142.5 35.8 151 32 160 32zM450.7 294c8.3 6 13.3 15.7 13.3 26v96h16c17.7 0 32 14.3 32 32s-14.3 32-32 32H432 384c-17.7 0-32-14.3-32-32s14.3-32 32-32h16V364.4l-5.9 2c-16.8 5.6-34.9-3.5-40.5-20.2s3.5-34.9 20.2-40.5l48-16c9.8-3.3 20.5-1.6 28.8 4.4zm-5-145.1A32 32 0 1 0 418.3 91a32 32 0 1 0 27.4 57.9zm-40.7 54.9C369.6 192.4 344 159.2 344 120c0-48.6 39.4-88 88-88s88 39.4 88 88c0 23.5-7.5 46.3-21.5 65.2L449.7 251c-10.5 14.2-30.6 17.2-44.8 6.7s-17.2-30.6-6.7-44.8l6.8-9.2z"],"litecoin-sign":[384,512,[],"e1d3","M128 64c0-17.7-14.3-32-32-32S64 46.3 64 64V213.6L23.2 225.2c-17 4.9-26.8 22.6-22 39.6s22.6 26.8 39.6 22L64 280.1V448c0 17.7 14.3 32 32 32H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H128V261.9l136.8-39.1c17-4.9 26.8-22.6 22-39.6s-22.6-26.8-39.6-22L128 195.3V64z"],"border-none":[448,512,[],"f850","M32 480a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm96-64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0-384a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0 256a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM320 416a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0-320a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm0 128a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM224 480a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm0-448a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0 256a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM416 416a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0-384a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM32 96a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM416 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM32 288a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm192 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm192 64a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM32 320a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM416 192a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM32 128a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm192 64a32 32 0 1 1 0-64 32 32 0 1 1 0 64z"],"circle-nodes":[512,512,[],"e4e2","M418.4 157.9c35.3-8.3 61.6-40 61.6-77.9c0-44.2-35.8-80-80-80c-43.4 0-78.7 34.5-80 77.5L136.2 151.1C121.7 136.8 101.9 128 80 128c-44.2 0-80 35.8-80 80s35.8 80 80 80c12.2 0 23.8-2.7 34.1-7.6L259.7 407.8c-2.4 7.6-3.7 15.8-3.7 24.2c0 44.2 35.8 80 80 80s80-35.8 80-80c0-27.7-14-52.1-35.4-66.4l37.8-207.7zM156.3 232.2c2.2-6.9 3.5-14.2 3.7-21.7l183.8-73.5c3.6 3.5 7.4 6.7 11.6 9.5L317.6 354.1c-5.5 1.3-10.8 3.1-15.8 5.5L156.3 232.2z"],"parachute-box":[512,512,[],"f4cd","M383.5 192c.3-5.3 .5-10.6 .5-16c0-51-15.9-96-40.2-127.6C319.5 16.9 288.2 0 256 0s-63.5 16.9-87.8 48.4C143.9 80 128 125 128 176c0 5.4 .2 10.7 .5 16H240V320H208c-7 0-13.7 1.5-19.7 4.2L68.2 192H96.5c-.3-5.3-.5-10.6-.5-16c0-64 22.2-121.2 57.1-159.3C62 49.3 18.6 122.6 4.2 173.6C1.5 183.1 9 192 18.9 192h6L165.2 346.3c-3.3 6.5-5.2 13.9-5.2 21.7v96c0 26.5 21.5 48 48 48h96c26.5 0 48-21.5 48-48V368c0-7.8-1.9-15.2-5.2-21.7L487.1 192h6c9.9 0 17.4-8.9 14.7-18.4C493.4 122.6 450 49.3 358.9 16.7C393.8 54.8 416 112.1 416 176c0 5.4-.2 10.7-.5 16h28.3L323.7 324.2c-6-2.7-12.7-4.2-19.7-4.2H272V192H383.5z"],indent:[448,512,[],"f03c","M0 64C0 46.3 14.3 32 32 32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 96 0 81.7 0 64zM192 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32zm32 96H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32zM0 448c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM127.8 268.6L25.8 347.9C15.3 356.1 0 348.6 0 335.3V176.7c0-13.3 15.3-20.8 25.8-12.6l101.9 79.3c8.2 6.4 8.2 18.9 0 25.3z"],"truck-field-un":[640,512,[],"e58e","M96 32C60.7 32 32 60.7 32 96v32c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32v32c-17.7 0-32 14.3-32 32s14.3 32 32 32H64c0 53 43 96 96 96s96-43 96-96H384c0 53 43 96 96 96s96-43 96-96h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V288c0-35.3-28.7-64-64-64h-4.2c-.4-1.1-.9-2.1-1.3-3.2L485.7 102c-10.3-23.1-33.2-38-58.5-38H375.4C364.4 44.9 343.7 32 320 32H96zm288 96h43.2l42.7 96H384V128zM112 384a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm368-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM253.3 135.1l34.7 52V144c0-8.8 7.2-16 16-16s16 7.2 16 16v96c0 7.1-4.6 13.3-11.4 15.3s-14-.6-17.9-6.4l-34.7-52V240c0 8.8-7.2 16-16 16s-16-7.2-16-16V144c0-7.1 4.6-13.3 11.4-15.3s14 .6 17.9 6.4zM128 144v64c0 8.8 7.2 16 16 16s16-7.2 16-16V144c0-8.8 7.2-16 16-16s16 7.2 16 16v64c0 26.5-21.5 48-48 48s-48-21.5-48-48V144c0-8.8 7.2-16 16-16s16 7.2 16 16z"],hourglass:[384,512,[9203,62032,"hourglass-empty"],"f254","M0 32C0 14.3 14.3 0 32 0H64 320h32c17.7 0 32 14.3 32 32s-14.3 32-32 32V75c0 42.4-16.9 83.1-46.9 113.1L237.3 256l67.9 67.9c30 30 46.9 70.7 46.9 113.1v11c17.7 0 32 14.3 32 32s-14.3 32-32 32H320 64 32c-17.7 0-32-14.3-32-32s14.3-32 32-32V437c0-42.4 16.9-83.1 46.9-113.1L146.7 256 78.9 188.1C48.9 158.1 32 117.4 32 75V64C14.3 64 0 49.7 0 32zM96 64V75c0 25.5 10.1 49.9 28.1 67.9L192 210.7l67.9-67.9c18-18 28.1-42.4 28.1-67.9V64H96zm0 384H288V437c0-25.5-10.1-49.9-28.1-67.9L192 301.3l-67.9 67.9c-18 18-28.1 42.4-28.1 67.9v11z"],mountain:[512,512,[127956],"f6fc","M256 32c12.5 0 24.1 6.4 30.8 17L503.4 394.4c5.6 8.9 8.6 19.2 8.6 29.7c0 30.9-25 55.9-55.9 55.9H55.9C25 480 0 455 0 424.1c0-10.5 3-20.8 8.6-29.7L225.2 49c6.6-10.6 18.3-17 30.8-17zm65 192L256 120.4 176.9 246.5l18.3 24.4c6.4 8.5 19.2 8.5 25.6 0l25.6-34.1c6-8.1 15.5-12.8 25.6-12.8h49z"],"user-doctor":[448,512,["user-md"],"f0f0","M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-96 55.2C54 332.9 0 401.3 0 482.3C0 498.7 13.3 512 29.7 512H418.3c16.4 0 29.7-13.3 29.7-29.7c0-81-54-149.4-128-171.1V362c27.6 7.1 48 32.2 48 62v40c0 8.8-7.2 16-16 16H336c-8.8 0-16-7.2-16-16s7.2-16 16-16V424c0-17.7-14.3-32-32-32s-32 14.3-32 32v24c8.8 0 16 7.2 16 16s-7.2 16-16 16H256c-8.8 0-16-7.2-16-16V424c0-29.8 20.4-54.9 48-62V304.9c-6-.6-12.1-.9-18.3-.9H178.3c-6.2 0-12.3 .3-18.3 .9v65.4c23.1 6.9 40 28.3 40 53.7c0 30.9-25.1 56-56 56s-56-25.1-56-56c0-25.4 16.9-46.8 40-53.7V311.2zM144 448a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"],"circle-info":[512,512,["info-circle"],"f05a","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336h24V272H216c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],"cloud-meatball":[512,512,[],"f73b","M0 224c0 53 43 96 96 96h44.7c9.5-23.5 32.5-40 59.3-40c2 0 3.9 .1 5.8 .3C217.6 265.5 235.7 256 256 256s38.4 9.5 50.2 24.3c1.9-.2 3.9-.3 5.8-.3c26.9 0 49.9 16.5 59.3 40H416c53 0 96-43 96-96s-43-96-96-96c-.5 0-1.1 0-1.6 0c1.1-5.2 1.6-10.5 1.6-16c0-44.2-35.8-80-80-80c-24.3 0-46.1 10.9-60.8 28C256.5 24.3 219.1 0 176 0C114.1 0 64 50.1 64 112c0 7.1 .7 14.1 1.9 20.8C27.6 145.4 0 181.5 0 224zm288 96c0-17.7-14.3-32-32-32s-32 14.3-32 32c0 1 .1 2.1 .1 3.1c-.7-.8-1.4-1.6-2.1-2.3c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3c.7 .7 1.5 1.4 2.3 2.1c-1-.1-2.1-.1-3.1-.1c-17.7 0-32 14.3-32 32s14.3 32 32 32c1 0 2.1-.1 3.1-.1c-.8 .7-1.6 1.3-2.3 2.1c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0c.7-.7 1.4-1.5 2.1-2.3c-.1 1-.1 2.1-.1 3.1c0 17.7 14.3 32 32 32s32-14.3 32-32c0-1-.1-2.1-.1-3.1c.7 .8 1.3 1.6 2.1 2.3c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3c-.7-.7-1.5-1.4-2.3-2.1c1 .1 2.1 .1 3.1 .1c17.7 0 32-14.3 32-32s-14.3-32-32-32c-1 0-2.1 .1-3.1 .1c.8-.7 1.6-1.3 2.3-2.1c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0c-.7 .7-1.4 1.5-2.1 2.3c.1-1 .1-2.1 .1-3.1zM48 448a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm416 0a48 48 0 1 0 0-96 48 48 0 1 0 0 96z"],camera:[512,512,[62258,"camera-alt"],"f030","M149.1 64.8L138.7 96H64C28.7 96 0 124.7 0 160V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H373.3L362.9 64.8C356.4 45.2 338.1 32 317.4 32H194.6c-20.7 0-39 13.2-45.5 32.8zM256 192a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"],"square-virus":[448,512,[],"e578","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM223.8 93.7c13.3 0 24 10.7 24 24c0 29.3 35.4 43.9 56.1 23.2c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9c-20.7 20.7-6 56.1 23.2 56.1c13.3 0 24 10.7 24 24s-10.7 24-24 24c-29.3 0-43.9 35.4-23.2 56.1c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0c-20.7-20.7-56.1-6-56.1 23.2c0 13.3-10.7 24-24 24s-24-10.7-24-24c0-29.3-35.4-43.9-56.1-23.2c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9c20.7-20.7 6-56.1-23.2-56.1c-13.3 0-24-10.7-24-24s10.7-24 24-24c29.3 0 43.9-35.4 23.2-56.1c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0c20.7 20.7 56.1 6 56.1-23.2c0-13.3 10.7-24 24-24zM192 256a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm88 32a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z"],meteor:[512,512,[9732],"f753","M493.7 .9L299.4 75.6l2.3-29.3c1-12.8-12.8-21.5-24-15.1L101.3 133.4C38.6 169.7 0 236.6 0 309C0 421.1 90.9 512 203 512c72.4 0 139.4-38.6 175.7-101.3L480.8 234.3c6.5-11.1-2.2-25-15.1-24l-29.3 2.3L511.1 18.3c.6-1.5 .9-3.2 .9-4.8C512 6 506 0 498.5 0c-1.7 0-3.3 .3-4.8 .9zM192 192a128 128 0 1 1 0 256 128 128 0 1 1 0-256zm0 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm16 96a16 16 0 1 0 0-32 16 16 0 1 0 0 32z"],"car-on":[512,512,[],"e4dd","M280 24c0-13.3-10.7-24-24-24s-24 10.7-24 24v80c0 13.3 10.7 24 24 24s24-10.7 24-24V24zM185.8 224H326.2c6.8 0 12.8 4.3 15.1 10.6L360.3 288H151.7l19.1-53.4c2.3-6.4 8.3-10.6 15.1-10.6zm-75.3-10.9L82.2 292.4C62.1 300.9 48 320.8 48 344v40 64 32c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V448H384v32c0 17.7 14.3 32 32 32h16c17.7 0 32-14.3 32-32V448 384 344c0-23.2-14.1-43.1-34.2-51.6l-28.3-79.3C390.1 181.3 360 160 326.2 160H185.8c-33.8 0-64 21.3-75.3 53.1zM128 344a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm232 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM39 39c-9.4 9.4-9.4 24.6 0 33.9l48 48c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L73 39c-9.4-9.4-24.6-9.4-33.9 0zm400 0L391 87c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l48-48c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0z"],sleigh:[640,512,[],"f7cc","M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96V256c0 53 43 96 96 96v32h64V352H384v32h64V352c53 0 96-43 96-96V160c17.7 0 32-14.3 32-32s-14.3-32-32-32H512 480c-17.7 0-32 14.3-32 32v41.3c0 30.2-24.5 54.7-54.7 54.7c-75.5 0-145.6-38.9-185.6-102.9l-4.3-6.9C174.2 67.6 125 37.6 70.7 32.7c-2.2-.5-4.4-.7-6.7-.7H55 32zM640 384c0-17.7-14.3-32-32-32s-32 14.3-32 32v8c0 13.3-10.7 24-24 24H64c-17.7 0-32 14.3-32 32s14.3 32 32 32H552c48.6 0 88-39.4 88-88v-8z"],"arrow-down-1-9":[576,512,["sort-numeric-asc","sort-numeric-down"],"f162","M450.7 38c-8.3-6-19.1-7.7-28.8-4.4l-48 16c-16.8 5.6-25.8 23.7-20.2 40.5s23.7 25.8 40.5 20.2l5.9-2V160H384c-17.7 0-32 14.3-32 32s14.3 32 32 32h48 48c17.7 0 32-14.3 32-32s-14.3-32-32-32H464V64c0-10.3-4.9-19.9-13.3-26zM160 480c9 0 17.5-3.8 23.6-10.4l88-96c11.9-13 11.1-33.3-2-45.2s-33.3-11.1-45.2 2L192 365.7V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V365.7L95.6 330.4c-11.9-13-32.2-13.9-45.2-2s-13.9 32.2-2 45.2l88 96C142.5 476.2 151 480 160 480zM418.3 307a32 32 0 1 1 27.4 57.9A32 32 0 1 1 418.3 307zM405.1 419.8l-6.8 9.2c-10.5 14.2-7.5 34.2 6.7 44.8s34.2 7.5 44.8-6.7l48.8-65.8c14-18.9 21.5-41.7 21.5-65.2c0-48.6-39.4-88-88-88s-88 39.4-88 88c0 39.2 25.6 72.4 61.1 83.8z"],"hand-holding-droplet":[576,512,["hand-holding-water"],"f4c1","M275.5 6.6C278.3 2.5 283 0 288 0s9.7 2.5 12.5 6.6L366.8 103C378 119.3 384 138.6 384 158.3V160c0 53-43 96-96 96s-96-43-96-96v-1.7c0-19.8 6-39 17.2-55.3L275.5 6.6zM568.2 336.3c13.1 17.8 9.3 42.8-8.5 55.9L433.1 485.5c-23.4 17.2-51.6 26.5-80.7 26.5H192 32c-17.7 0-32-14.3-32-32V416c0-17.7 14.3-32 32-32H68.8l44.9-36c22.7-18.2 50.9-28 80-28H272h16 64c17.7 0 32 14.3 32 32s-14.3 32-32 32H288 272c-8.8 0-16 7.2-16 16s7.2 16 16 16H392.6l119.7-88.2c17.8-13.1 42.8-9.3 55.9 8.5zM193.6 384l0 0-.9 0c.3 0 .6 0 .9 0z"],water:[576,512,[],"f773","M269.5 69.9c11.1-7.9 25.9-7.9 37 0C329 85.4 356.5 96 384 96c26.9 0 55.4-10.8 77.4-26.1l0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 149.7 417 160 384 160c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4C42.8 92.6 61 83.5 75.3 71.6c11.1-9.5 27.3-10.1 39.2-1.7l0 0C136.7 85.2 165.1 96 192 96c27.5 0 55-10.6 77.5-26.1zm37 288C329 373.4 356.5 384 384 384c26.9 0 55.4-10.8 77.4-26.1l0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 437.7 417 448 384 448c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7l0 0C136.7 373.2 165.1 384 192 384c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0zm0-144C329 229.4 356.5 240 384 240c26.9 0 55.4-10.8 77.4-26.1l0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 293.7 417 304 384 304c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.5 27.3-10.1 39.2-1.7l0 0C136.7 229.2 165.1 240 192 240c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z"],"calendar-check":[448,512,[],"f274","M128 0c17.7 0 32 14.3 32 32V64H288V32c0-17.7 14.3-32 32-32s32 14.3 32 32V64h48c26.5 0 48 21.5 48 48v48H0V112C0 85.5 21.5 64 48 64H96V32c0-17.7 14.3-32 32-32zM0 192H448V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V192zM329 305c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-95 95-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L329 305z"],braille:[640,512,[],"f2a1","M0 96a64 64 0 1 1 128 0A64 64 0 1 1 0 96zM224 272a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm0-80a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM80 416a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zM0 416a64 64 0 1 1 128 0A64 64 0 1 1 0 416zm240 0a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm-80 0a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM64 192a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM224 32a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM352 96a64 64 0 1 1 128 0A64 64 0 1 1 352 96zm240 0a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm-80 0a64 64 0 1 1 128 0A64 64 0 1 1 512 96zm64 176a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm0-80a64 64 0 1 1 0 128 64 64 0 1 1 0-128zm16 224a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm-80 0a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM416 272a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm0-80a64 64 0 1 1 0 128 64 64 0 1 1 0-128zm16 224a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm-80 0a64 64 0 1 1 128 0 64 64 0 1 1 -128 0z"],"prescription-bottle-medical":[384,512,["prescription-bottle-alt"],"f486","M0 32C0 14.3 14.3 0 32 0H352c17.7 0 32 14.3 32 32V64c0 17.7-14.3 32-32 32H32C14.3 96 0 81.7 0 64V32zm32 96H352V448c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V128zM160 240v48H112c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V352h48c8.8 0 16-7.2 16-16V304c0-8.8-7.2-16-16-16H224V240c0-8.8-7.2-16-16-16H176c-8.8 0-16 7.2-16 16z"],landmark:[512,512,[127963],"f66f","M240.1 4.2c9.8-5.6 21.9-5.6 31.8 0l171.8 98.1L448 104l0 .9 47.9 27.4c12.6 7.2 18.8 22 15.1 36s-16.4 23.8-30.9 23.8H32c-14.5 0-27.2-9.8-30.9-23.8s2.5-28.8 15.1-36L64 104.9V104l4.4-1.6L240.1 4.2zM64 224h64V416h40V224h64V416h48V224h64V416h40V224h64V420.3c.6 .3 1.2 .7 1.8 1.1l48 32c11.7 7.8 17 22.4 12.9 35.9S494.1 512 480 512H32c-14.1 0-26.5-9.2-30.6-22.7s1.1-28.1 12.9-35.9l48-32c.6-.4 1.2-.7 1.8-1.1V224z"],truck:[640,512,[128666,9951],"f0d1","M48 0C21.5 0 0 21.5 0 48V368c0 26.5 21.5 48 48 48H64c0 53 43 96 96 96s96-43 96-96H384c0 53 43 96 96 96s96-43 96-96h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V288 256 237.3c0-17-6.7-33.3-18.7-45.3L512 114.7c-12-12-28.3-18.7-45.3-18.7H416V48c0-26.5-21.5-48-48-48H48zM416 160h50.7L544 237.3V256H416V160zM112 416a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm368-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"],crosshairs:[512,512,[],"f05b","M256 0c17.7 0 32 14.3 32 32V42.4c93.7 13.9 167.7 88 181.6 181.6H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H469.6c-13.9 93.7-88 167.7-181.6 181.6V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V469.6C130.3 455.7 56.3 381.7 42.4 288H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H42.4C56.3 130.3 130.3 56.3 224 42.4V32c0-17.7 14.3-32 32-32zM107.4 288c12.5 58.3 58.4 104.1 116.6 116.6V384c0-17.7 14.3-32 32-32s32 14.3 32 32v20.6c58.3-12.5 104.1-58.4 116.6-116.6H384c-17.7 0-32-14.3-32-32s14.3-32 32-32h20.6C392.1 165.7 346.3 119.9 288 107.4V128c0 17.7-14.3 32-32 32s-32-14.3-32-32V107.4C165.7 119.9 119.9 165.7 107.4 224H128c17.7 0 32 14.3 32 32s-14.3 32-32 32H107.4zM256 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],"person-cane":[448,512,[],"e53c","M272 48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm-8 187.3l47.4 57.1c11.3 13.6 31.5 15.5 45.1 4.2s15.5-31.5 4.2-45.1l-73.7-88.9c-18.2-22-45.3-34.7-73.9-34.7H177.1c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9L120 256.9V480c0 17.7 14.3 32 32 32s32-14.3 32-32V352h16V480c0 17.7 14.3 32 32 32s32-14.3 32-32V235.3zM352 376c0-4.4 3.6-8 8-8s8 3.6 8 8V488c0 13.3 10.7 24 24 24s24-10.7 24-24V376c0-30.9-25.1-56-56-56s-56 25.1-56 56v8c0 13.3 10.7 24 24 24s24-10.7 24-24v-8z"],tent:[576,512,[],"e57d","M269.4 6C280.5-2 295.5-2 306.6 6l224 160c7.4 5.3 12.2 13.5 13.2 22.5l32 288c1 9-1.9 18.1-8 24.9s-14.7 10.7-23.8 10.7H416L288 288V512H32c-9.1 0-17.8-3.9-23.8-10.7s-9-15.8-8-24.9l32-288c1-9 5.8-17.2 13.2-22.5L269.4 6z"],"vest-patches":[448,512,[],"e086","M151.2 69.7l55.9 167.7-11 33.1c-2.7 8.2-4.1 16.7-4.1 25.3V464c0 14.5 3.9 28.2 10.7 39.9C195 509 185.9 512 176 512H48c-26.5 0-48-21.5-48-48V270.5c0-9.5 2.8-18.7 8.1-26.6l47.9-71.8c5.3-7.9 8.1-17.1 8.1-26.6V128 54.3 48C64 21.5 85.5 0 112 0h4.5c.2 0 .4 0 .6 0c.4 0 .8 0 1.2 0c18.8 0 34.1 9.7 44.1 18.8C171.6 27.2 190.8 40 224 40s52.4-12.8 61.7-21.2C295.7 9.7 311 0 329.7 0c.4 0 .8 0 1.2 0c.2 0 .4 0 .6 0H336c26.5 0 48 21.5 48 48v6.3V128v17.5c0 9.5 2.8 18.7 8.1 26.6l47.9 71.8c5.3 7.9 8.1 17.1 8.1 26.6V464c0 26.5-21.5 48-48 48H272c-26.5 0-48-21.5-48-48V295.8c0-5.2 .8-10.3 2.5-15.2L296.8 69.7C279.4 79.7 255.4 88 224 88s-55.4-8.3-72.8-18.3zM96 456a40 40 0 1 0 0-80 40 40 0 1 0 0 80zM63.5 255.5c-4.7 4.7-4.7 12.3 0 17L79 288 63.5 303.5c-4.7 4.7-4.7 12.3 0 17s12.3 4.7 17 0L96 305l15.5 15.5c4.7 4.7 12.3 4.7 17 0s4.7-12.3 0-17L113 288l15.5-15.5c4.7-4.7 4.7-12.3 0-17s-12.3-4.7-17 0L96 271 80.5 255.5c-4.7-4.7-12.3-4.7-17 0zM304 280v8 32c0 8.8 7.2 16 16 16h32 8c13.3 0 24-10.7 24-24s-10.7-24-24-24h-8v-8c0-13.3-10.7-24-24-24s-24 10.7-24 24z"],"check-double":[448,512,[],"f560","M342.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 178.7l-57.4-57.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l80 80c12.5 12.5 32.8 12.5 45.3 0l160-160zm96 128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 402.7 54.6 297.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l256-256z"],"arrow-down-a-z":[576,512,["sort-alpha-asc","sort-alpha-down"],"f15d","M183.6 469.6C177.5 476.2 169 480 160 480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3 2-45.2s33.3-11.1 45.2 2L128 365.7V64c0-17.7 14.3-32 32-32s32 14.3 32 32V365.7l32.4-35.4c11.9-13 32.2-13.9 45.2-2s13.9 32.2 2 45.2l-88 96zM320 320c0-17.7 14.3-32 32-32H480c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9L429.3 416H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H352c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9L402.7 352H352c-17.7 0-32-14.3-32-32zM416 32c12.1 0 23.2 6.8 28.6 17.7l64 128 16 32c7.9 15.8 1.5 35-14.3 42.9s-35 1.5-42.9-14.3L460.2 224H371.8l-7.2 14.3c-7.9 15.8-27.1 22.2-42.9 14.3s-22.2-27.1-14.3-42.9l16-32 64-128C392.8 38.8 403.9 32 416 32zM395.8 176h40.4L416 135.6 395.8 176z"],"money-bill-wheat":[512,512,[],"e52a","M176 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80c0-8.8 7.2-16 16-16zM56 16h48c13.3 0 24 10.7 24 24s-10.7 24-24 24H56C42.7 64 32 53.3 32 40s10.7-24 24-24zM24 88H136c13.3 0 24 10.7 24 24s-10.7 24-24 24H24c-13.3 0-24-10.7-24-24S10.7 88 24 88zm8 96c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24s-10.7 24-24 24H56c-13.3 0-24-10.7-24-24zM272 16c0-8.8 7.2-16 16-16c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80zM400 0c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16c-44.2 0-80-35.8-80-80c0-8.8 7.2-16 16-16zm80 144c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16zM352 128c8.8 0 16 7.2 16 16c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-96 16c0 44.2-35.8 80-80 80c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16zM0 304c0-26.5 21.5-48 48-48H464c26.5 0 48 21.5 48 48V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V304zM48 416v48H96c0-26.5-21.5-48-48-48zM96 304H48v48c26.5 0 48-21.5 48-48zM464 416c-26.5 0-48 21.5-48 48h48V416zM416 304c0 26.5 21.5 48 48 48V304H416zm-96 80a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z"],cookie:[512,512,[127850],"f563","M247.2 17c-22.1-3.1-44.6 .9-64.4 11.4l-74 39.5C89.1 78.4 73.2 94.9 63.4 115L26.7 190.6c-9.8 20.1-13 42.9-9.1 64.9l14.5 82.8c3.9 22.1 14.6 42.3 30.7 57.9l60.3 58.4c16.1 15.6 36.6 25.6 58.7 28.7l83 11.7c22.1 3.1 44.6-.9 64.4-11.4l74-39.5c19.7-10.5 35.6-27 45.4-47.2l36.7-75.5c9.8-20.1 13-42.9 9.1-64.9l-14.6-82.8c-3.9-22.1-14.6-42.3-30.7-57.9L388.9 57.5c-16.1-15.6-36.6-25.6-58.7-28.7L247.2 17zM208 144a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM144 336a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm224-64a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],"arrow-rotate-left":[512,512,[8634,"arrow-left-rotate","arrow-rotate-back","arrow-rotate-backward","undo"],"f0e2","M125.7 160H176c17.7 0 32 14.3 32 32s-14.3 32-32 32H48c-17.7 0-32-14.3-32-32V64c0-17.7 14.3-32 32-32s32 14.3 32 32v51.2L97.6 97.6c87.5-87.5 229.3-87.5 316.8 0s87.5 229.3 0 316.8s-229.3 87.5-316.8 0c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0c62.5 62.5 163.8 62.5 226.3 0s62.5-163.8 0-226.3s-163.8-62.5-226.3 0L125.7 160z"],"hard-drive":[512,512,[128436,"hdd"],"f0a0","M0 96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64V280.4c-17-15.2-39.4-24.4-64-24.4H64c-24.6 0-47 9.2-64 24.4V96zM64 288H448c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V352c0-35.3 28.7-64 64-64zM320 416a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm128-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"],"face-grin-squint-tears":[512,512,[129315,"grin-squint-tears"],"f586","M426.8 14.2C446-5 477.5-4.6 497.1 14.9s20 51 .7 70.3c-6.8 6.8-21.4 12.4-37.4 16.7c-16.3 4.4-34.1 7.5-46.3 9.3c-1.6 .2-3.1 .5-4.6 .6c-4.9 .8-9.1-2.8-9.5-7.4c-.1-.7 0-1.4 .1-2.1c1.6-11.2 4.6-29.6 9-47c.3-1.3 .7-2.6 1-3.9c4.3-15.9 9.8-30.5 16.7-37.4zm-44.7 19c-1.5 4.8-2.9 9.6-4.1 14.3c-4.8 18.9-8 38.5-9.7 50.3c-4 26.8 18.9 49.7 45.7 45.8c11.9-1.6 31.5-4.8 50.4-9.7c4.7-1.2 9.5-2.5 14.3-4.1C534.2 227.5 520.2 353.8 437 437c-83.2 83.2-209.5 97.2-307.2 41.8c1.5-4.8 2.8-9.6 4-14.3c4.8-18.9 8-38.5 9.7-50.3c4-26.8-18.9-49.7-45.7-45.8c-11.9 1.6-31.5 4.8-50.4 9.7c-4.7 1.2-9.5 2.5-14.3 4.1C-22.2 284.5-8.2 158.2 75 75C158.2-8.3 284.5-22.2 382.2 33.2zM51.5 410.1c18.5-5 38.8-8.3 50.9-10c.4-.1 .7-.1 1-.1c5.1-.2 9.2 4.3 8.4 9.6c-1.7 12.1-5 32.4-10 50.9C97.6 476.4 92 491 85.2 497.8C66 517 34.5 516.6 14.9 497.1s-20-51-.7-70.3c6.8-6.8 21.4-12.4 37.4-16.7zM416.9 209c-4.7-11.9-20.8-11-26.8 .3c-19 35.5-45 70.8-77.5 103.3S244.8 371.1 209.3 390c-11.3 6-12.2 22.1-.3 26.8c57.6 22.9 125.8 11 172.3-35.5s58.4-114.8 35.5-172.3zM87.1 285.1c2 2 4.6 3.2 7.3 3.4l56.1 5.1 5.1 56.1c.3 2.8 1.5 5.4 3.4 7.3c6.3 6.3 17.2 3.6 19.8-4.9l29.7-97.4c3.5-11.6-7.3-22.5-19-19L92 265.3c-8.6 2.6-11.3 13.4-4.9 19.8zM265.3 92l-29.7 97.4c-3.5 11.6 7.3 22.5 19 19l97.4-29.7c8.6-2.6 11.3-13.4 4.9-19.8c-2-2-4.6-3.2-7.3-3.4l-56.1-5.1-5.1-56.1c-.3-2.8-1.5-5.4-3.4-7.3c-6.3-6.3-17.2-3.6-19.8 4.9z"],dumbbell:[640,512,[],"f44b","M96 64c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32V224v64V448c0 17.7-14.3 32-32 32H128c-17.7 0-32-14.3-32-32V384H64c-17.7 0-32-14.3-32-32V288c-17.7 0-32-14.3-32-32s14.3-32 32-32V160c0-17.7 14.3-32 32-32H96V64zm448 0v64h32c17.7 0 32 14.3 32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32v64c0 17.7-14.3 32-32 32H544v64c0 17.7-14.3 32-32 32H480c-17.7 0-32-14.3-32-32V288 224 64c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32zM416 224v64H224V224H416z"],"rectangle-list":[576,512,["list-alt"],"f022","M0 96C0 60.7 28.7 32 64 32H512c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM128 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm32-128a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM128 384a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm96-248c-13.3 0-24 10.7-24 24s10.7 24 24 24H448c13.3 0 24-10.7 24-24s-10.7-24-24-24H224zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24H448c13.3 0 24-10.7 24-24s-10.7-24-24-24H224zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24H448c13.3 0 24-10.7 24-24s-10.7-24-24-24H224z"],"tarp-droplet":[576,512,[],"e57c","M288 160c-35.3 0-64-26.9-64-60c0-24 33.7-70.1 52.2-93.5c6.1-7.7 17.5-7.7 23.6 0C318.3 29.9 352 76 352 100c0 33.1-28.7 60-64 60zM64 128H197.5c13.2 37.3 48.7 64 90.5 64s77.4-26.7 90.5-64H512c35.3 0 64 28.7 64 64V352H448c-17.7 0-32 14.3-32 32l0 128L64 512c-35.3 0-64-28.7-64-64V192c0-35.3 28.7-64 64-64zM448 512l0-128H576L448 512zM96 256a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"],"house-medical-circle-check":[640,512,[],"e511","M320 368c0 59.5 29.5 112.1 74.8 144H128.1c-35.3 0-64-28.7-64-64V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L522.1 193.9c-8.5-1.3-17.3-1.9-26.1-1.9c-54.7 0-103.5 24.9-135.8 64H320V208c0-8.8-7.2-16-16-16H272c-8.8 0-16 7.2-16 16v48H208c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16zm32 0a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L480 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6z"],"person-skiing-nordic":[576,512,["skiing-nordic"],"f7ca","M336 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM227.2 160c1.9 0 3.8 .1 5.6 .3L201.6 254c-9.3 28 1.7 58.8 26.8 74.5l86.2 53.9L291.3 464H202.8l41.1-88.1-32.4-20.3c-7.8-4.9-14.7-10.7-20.6-17.3L132.2 464H99.7l54.2-257.6c4.6-1.5 9-4.1 12.7-7.8l23.1-23.1c9.9-9.9 23.4-15.5 37.5-15.5zM121.4 198.6c.4 .4 .8 .8 1.3 1.2L67 464H24c-13.3 0-24 10.7-24 24s10.7 24 24 24H159.3c.4 0 .9 0 1.3 0H319.3c.5 0 1 0 1.4 0H504c39.8 0 72-32.2 72-72v-8c0-13.3-10.7-24-24-24s-24 10.7-24 24v8c0 13.3-10.7 24-24 24H434.6l27.6-179.3c10.5-5.2 17.8-16.1 17.8-28.7c0-17.7-14.3-32-32-32H426.7c-12.9 0-24.6-7.8-29.5-19.7l-6.3-15c-14.6-35.1-44.1-61.9-80.5-73.1l-48.7-15c-11.1-3.4-22.7-5.2-34.4-5.2c-31 0-60.8 12.3-82.7 34.3l-23.1 23.1c-12.5 12.5-12.5 32.8 0 45.3zm308 89.4L402.3 464H357.8l21.6-75.6c5.9-20.6-2.6-42.6-20.7-53.9L302 299l30.9-82.4 5.1 12.3C353 264.7 387.9 288 426.7 288h2.7z"],"calendar-plus":[512,512,[],"f271","M128 32V64H80c-26.5 0-48 21.5-48 48v48H480V112c0-26.5-21.5-48-48-48H384V32c0-17.7-14.3-32-32-32s-32 14.3-32 32V64H192V32c0-17.7-14.3-32-32-32s-32 14.3-32 32zM480 192H32V464c0 26.5 21.5 48 48 48H432c26.5 0 48-21.5 48-48V192zM256 248c13.3 0 24 10.7 24 24v56h56c13.3 0 24 10.7 24 24s-10.7 24-24 24H280v56c0 13.3-10.7 24-24 24s-24-10.7-24-24V376H176c-13.3 0-24-10.7-24-24s10.7-24 24-24h56V272c0-13.3 10.7-24 24-24z"],"plane-arrival":[640,512,[128748],"f5af","M.3 166.9L0 68C0 57.7 9.5 50.1 19.5 52.3l35.6 7.9c10.6 2.3 19.2 9.9 23 20L96 128l127.3 37.6L181.8 20.4C178.9 10.2 186.6 0 197.2 0h40.1c11.6 0 22.2 6.2 27.9 16.3l109 193.8 107.2 31.7c15.9 4.7 30.8 12.5 43.7 22.8l34.4 27.6c24 19.2 18.1 57.3-10.7 68.2c-41.2 15.6-86.2 18.1-128.8 7L121.7 289.8c-11.1-2.9-21.2-8.7-29.3-16.9L9.5 189.4c-5.9-6-9.3-14-9.3-22.5zM32 448H608c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32zm96-80a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm128-16a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],"circle-left":[512,512,[61840,"arrow-alt-circle-left"],"f359","M512 256A256 256 0 1 0 0 256a256 256 0 1 0 512 0zM217.4 376.9L117.5 269.8c-3.5-3.8-5.5-8.7-5.5-13.8s2-10.1 5.5-13.8l99.9-107.1c4.2-4.5 10.1-7.1 16.3-7.1c12.3 0 22.3 10 22.3 22.3l0 57.7 96 0c17.7 0 32 14.3 32 32l0 32c0 17.7-14.3 32-32 32l-96 0 0 57.7c0 12.3-10 22.3-22.3 22.3c-6.2 0-12.1-2.6-16.3-7.1z"],"train-subway":[448,512,["subway"],"f239","M96 0C43 0 0 43 0 96V352c0 48 35.2 87.7 81.1 94.9l-46 46C28.1 499.9 33.1 512 43 512H82.7c8.5 0 16.6-3.4 22.6-9.4L160 448H288l54.6 54.6c6 6 14.1 9.4 22.6 9.4H405c10 0 15-12.1 7.9-19.1l-46-46c46-7.1 81.1-46.9 81.1-94.9V96c0-53-43-96-96-96H96zM64 128c0-17.7 14.3-32 32-32h80c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V128zM272 96h80c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H272c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32zM64 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm288-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],"chart-gantt":[512,512,[],"e0e4","M32 32c17.7 0 32 14.3 32 32V400c0 8.8 7.2 16 16 16H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H80c-44.2 0-80-35.8-80-80V64C0 46.3 14.3 32 32 32zm96 96c0-17.7 14.3-32 32-32l96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32H160c-17.7 0-32-14.3-32-32zm96 64H352c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32zm160 96h64c17.7 0 32 14.3 32 32s-14.3 32-32 32H384c-17.7 0-32-14.3-32-32s14.3-32 32-32z"],"indian-rupee-sign":[320,512,["indian-rupee","inr"],"e1bc","M0 64C0 46.3 14.3 32 32 32H96h16H288c17.7 0 32 14.3 32 32s-14.3 32-32 32H231.8c9.6 14.4 16.7 30.6 20.7 48H288c17.7 0 32 14.3 32 32s-14.3 32-32 32H252.4c-13.2 58.3-61.9 103.2-122.2 110.9L274.6 422c14.4 10.3 17.7 30.3 7.4 44.6s-30.3 17.7-44.6 7.4L13.4 314C2.1 306-2.7 291.5 1.5 278.2S18.1 256 32 256h80c32.8 0 61-19.7 73.3-48H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H185.3C173 115.7 144.8 96 112 96H96 32C14.3 96 0 81.7 0 64z"],"crop-simple":[512,512,["crop-alt"],"f565","M128 32c0-17.7-14.3-32-32-32S64 14.3 64 32V64H32C14.3 64 0 78.3 0 96s14.3 32 32 32H64V384c0 35.3 28.7 64 64 64H352V384H128V32zM384 480c0 17.7 14.3 32 32 32s32-14.3 32-32V448h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H448l0-256c0-35.3-28.7-64-64-64L160 64v64l224 0 0 352z"],"money-bill-1":[576,512,["money-bill-alt"],"f3d1","M64 64C28.7 64 0 92.7 0 128V384c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H64zm64 320H64V320c35.3 0 64 28.7 64 64zM64 192V128h64c0 35.3-28.7 64-64 64zM448 384c0-35.3 28.7-64 64-64v64H448zm64-192c-35.3 0-64-28.7-64-64h64v64zM176 256a112 112 0 1 1 224 0 112 112 0 1 1 -224 0zm76-48c0 9.7 6.9 17.7 16 19.6V276h-4c-11 0-20 9-20 20s9 20 20 20h24 24c11 0 20-9 20-20s-9-20-20-20h-4V208c0-11-9-20-20-20H272c-11 0-20 9-20 20z"],"left-long":[512,512,["long-arrow-alt-left"],"f30a","M177.5 414c-8.8 3.8-19 2-26-4.6l-144-136C2.7 268.9 0 262.6 0 256s2.7-12.9 7.5-17.4l144-136c7-6.6 17.2-8.4 26-4.6s14.5 12.5 14.5 22l0 72 288 0c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32l-288 0 0 72c0 9.6-5.7 18.2-14.5 22z"],dna:[448,512,[129516],"f471","M416 0c17.7 0 32 14.3 32 32c0 59.8-30.3 107.5-69.4 146.6c-28 28-62.5 53.5-97.3 77.4l-2.5 1.7c-11.9 8.1-23.8 16.1-35.5 23.9l0 0 0 0 0 0-1.6 1c-6 4-11.9 7.9-17.8 11.9c-20.9 14-40.8 27.7-59.3 41.5H283.3c-9.8-7.4-20.1-14.7-30.7-22.1l7-4.7 3-2c15.1-10.1 30.9-20.6 46.7-31.6c25 18.1 48.9 37.3 69.4 57.7C417.7 372.5 448 420.2 448 480c0 17.7-14.3 32-32 32s-32-14.3-32-32H64c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-59.8 30.3-107.5 69.4-146.6c28-28 62.5-53.5 97.3-77.4c-34.8-23.9-69.3-49.3-97.3-77.4C30.3 139.5 0 91.8 0 32C0 14.3 14.3 0 32 0S64 14.3 64 32H384c0-17.7 14.3-32 32-32zM338.6 384H109.4c-10.1 10.6-18.6 21.3-25.5 32H364.1c-6.8-10.7-15.3-21.4-25.5-32zM109.4 128H338.6c10.1-10.7 18.6-21.3 25.5-32H83.9c6.8 10.7 15.3 21.3 25.5 32zm55.4 48c18.4 13.8 38.4 27.5 59.3 41.5c20.9-14 40.8-27.7 59.3-41.5H164.7z"],"virus-slash":[640,512,[],"e075","M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-154.3-121c-2-30.1 20.8-60.1 56-60.1H544c17.7 0 32-14.3 32-32s-14.3-32-32-32H532.5c-49.9 0-74.9-60.3-39.6-95.6l8.2-8.2c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-8.2 8.2C412.3 118.4 352 93.4 352 43.5V32c0-17.7-14.3-32-32-32s-32 14.3-32 32V43.5c0 49.9-60.3 74.9-95.6 39.6L184.2 75c-12.5-12.5-32.8-12.5-45.3 0c-1.6 1.6-3.1 3.4-4.3 5.3L38.8 5.1zm225.8 177c6.9-3.9 14.9-6.1 23.4-6.1c26.5 0 48 21.5 48 48c0 4.4-.6 8.7-1.7 12.7l-69.7-54.6zM402 412.7L144.7 210c-9.5 8.5-22.2 14-37.2 14H96c-17.7 0-32 14.3-32 32s14.3 32 32 32h11.5c49.9 0 74.9 60.3 39.6 95.6l-8.2 8.2c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l8.2-8.2c35.3-35.3 95.6-10.3 95.6 39.6V480c0 17.7 14.3 32 32 32s32-14.3 32-32V468.5c0-31.2 23.6-52.7 50-55.7z"],minus:[448,512,[8211,8722,10134,"subtract"],"f068","M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z"],chess:[512,512,[],"f439","M144 16c0-8.8-7.2-16-16-16s-16 7.2-16 16V32H96c-8.8 0-16 7.2-16 16s7.2 16 16 16h16V96H60.2C49.1 96 40 105.1 40 116.2c0 2.5 .5 4.9 1.3 7.3L73.8 208H72c-13.3 0-24 10.7-24 24s10.7 24 24 24h4L60 384H196L180 256h4c13.3 0 24-10.7 24-24s-10.7-24-24-24h-1.8l32.5-84.5c.9-2.3 1.3-4.8 1.3-7.3c0-11.2-9.1-20.2-20.2-20.2H144V64h16c8.8 0 16-7.2 16-16s-7.2-16-16-16H144V16zM48 416L4.8 473.6C1.7 477.8 0 482.8 0 488c0 13.3 10.7 24 24 24H232c13.3 0 24-10.7 24-24c0-5.2-1.7-10.2-4.8-14.4L208 416H48zm288 0l-43.2 57.6c-3.1 4.2-4.8 9.2-4.8 14.4c0 13.3 10.7 24 24 24H488c13.3 0 24-10.7 24-24c0-5.2-1.7-10.2-4.8-14.4L464 416H336zM304 208v51.9c0 7.8 2.8 15.3 8 21.1L339.2 312 337 384H462.5l-3.3-72 28.3-30.8c5.4-5.9 8.5-13.6 8.5-21.7V208c0-8.8-7.2-16-16-16H464c-8.8 0-16 7.2-16 16v16H424V208c0-8.8-7.2-16-16-16H392c-8.8 0-16 7.2-16 16v16H352V208c0-8.8-7.2-16-16-16H320c-8.8 0-16 7.2-16 16zm80 96c0-8.8 7.2-16 16-16s16 7.2 16 16v32H384V304z"],"arrow-left-long":[512,512,["long-arrow-left"],"f177","M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 288 480 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-370.7 0 73.4-73.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-128 128z"],"plug-circle-check":[576,512,[],"e55c","M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32V412.8c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32H32zM576 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L416 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z"],"street-view":[512,512,[],"f21d","M320 64A64 64 0 1 0 192 64a64 64 0 1 0 128 0zm-96 96c-35.3 0-64 28.7-64 64v48c0 17.7 14.3 32 32 32h1.8l11.1 99.5c1.8 16.2 15.5 28.5 31.8 28.5h38.7c16.3 0 30-12.3 31.8-28.5L318.2 304H320c17.7 0 32-14.3 32-32V224c0-35.3-28.7-64-64-64H224zM132.3 394.2c13-2.4 21.7-14.9 19.3-27.9s-14.9-21.7-27.9-19.3c-32.4 5.9-60.9 14.2-82 24.8c-10.5 5.3-20.3 11.7-27.8 19.6C6.4 399.5 0 410.5 0 424c0 21.4 15.5 36.1 29.1 45c14.7 9.6 34.3 17.3 56.4 23.4C130.2 504.7 190.4 512 256 512s125.8-7.3 170.4-19.6c22.1-6.1 41.8-13.8 56.4-23.4c13.7-8.9 29.1-23.6 29.1-45c0-13.5-6.4-24.5-14-32.6c-7.5-7.9-17.3-14.3-27.8-19.6c-21-10.6-49.5-18.9-82-24.8c-13-2.4-25.5 6.3-27.9 19.3s6.3 25.5 19.3 27.9c30.2 5.5 53.7 12.8 69 20.5c3.2 1.6 5.8 3.1 7.9 4.5c3.6 2.4 3.6 7.2 0 9.6c-8.8 5.7-23.1 11.8-43 17.3C374.3 457 318.5 464 256 464s-118.3-7-157.7-17.9c-19.9-5.5-34.2-11.6-43-17.3c-3.6-2.4-3.6-7.2 0-9.6c2.1-1.4 4.8-2.9 7.9-4.5c15.3-7.7 38.8-14.9 69-20.5z"],"franc-sign":[320,512,[],"e18f","M80 32C62.3 32 48 46.3 48 64V224v96H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H48v64c0 17.7 14.3 32 32 32s32-14.3 32-32V384h80c17.7 0 32-14.3 32-32s-14.3-32-32-32H112V256H256c17.7 0 32-14.3 32-32s-14.3-32-32-32H112V96H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z"],"volume-off":[320,512,[],"f026","M320 64c0-12.6-7.4-24-18.9-29.2s-25-3.1-34.4 5.3L131.8 160H64c-35.3 0-64 28.7-64 64v64c0 35.3 28.7 64 64 64h67.8L266.7 471.9c9.4 8.4 22.9 10.4 34.4 5.3S320 460.6 320 448V64z"],"hands-asl-interpreting":[640,512,["american-sign-language-interpreting","asl-interpreting","hands-american-sign-language-interpreting"],"f2a3","M156.6 46.3c7.9-15.8 1.5-35-14.3-42.9s-35-1.5-42.9 14.3L13.5 189.4C4.6 207.2 0 226.8 0 246.7V256c0 70.7 57.3 128 128 128h72 8v-.3c35.2-2.7 65.4-22.8 82.1-51.7c8.8-15.3 3.6-34.9-11.7-43.7s-34.9-3.6-43.7 11.7c-7 12-19.9 20-34.7 20c-22.1 0-40-17.9-40-40s17.9-40 40-40c14.8 0 27.7 8 34.7 20c8.8 15.3 28.4 20.5 43.7 11.7s20.5-28.4 11.7-43.7c-12.8-22.1-33.6-39.1-58.4-47.1l80.8-22c17-4.6 27.1-22.2 22.5-39.3s-22.2-27.1-39.3-22.5L194.9 124.6l81.6-68c13.6-11.3 15.4-31.5 4.1-45.1S249.1-3.9 235.5 7.4L133.6 92.3l23-46zM483.4 465.7c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3l85.9-171.7c8.9-17.8 13.5-37.4 13.5-57.2V256c0-70.7-57.3-128-128-128H440h-8v.3c-35.2 2.7-65.4 22.8-82.1 51.7c-8.9 15.3-3.6 34.9 11.7 43.7s34.9 3.6 43.7-11.7c7-12 19.9-20 34.7-20c22.1 0 40 17.9 40 40s-17.9 40-40 40c-14.8 0-27.7-8-34.7-20c-8.9-15.3-28.4-20.5-43.7-11.7s-20.5 28.4-11.7 43.7c12.8 22.1 33.6 39.1 58.4 47.1l-80.8 22c-17.1 4.7-27.1 22.2-22.5 39.3s22.2 27.1 39.3 22.5l100.7-27.5-81.6 68c-13.6 11.3-15.4 31.5-4.1 45.1s31.5 15.4 45.1 4.1l101.9-84.9-23 46z"],gear:[512,512,[9881,"cog"],"f013","M495.9 166.6c3.2 8.7 .5 18.4-6.4 24.6l-43.3 39.4c1.1 8.3 1.7 16.8 1.7 25.4s-.6 17.1-1.7 25.4l43.3 39.4c6.9 6.2 9.6 15.9 6.4 24.6c-4.4 11.9-9.7 23.3-15.8 34.3l-4.7 8.1c-6.6 11-14 21.4-22.1 31.2c-5.9 7.2-15.7 9.6-24.5 6.8l-55.7-17.7c-13.4 10.3-28.2 18.9-44 25.4l-12.5 57.1c-2 9.1-9 16.3-18.2 17.8c-13.8 2.3-28 3.5-42.5 3.5s-28.7-1.2-42.5-3.5c-9.2-1.5-16.2-8.7-18.2-17.8l-12.5-57.1c-15.8-6.5-30.6-15.1-44-25.4L83.1 425.9c-8.8 2.8-18.6 .3-24.5-6.8c-8.1-9.8-15.5-20.2-22.1-31.2l-4.7-8.1c-6.1-11-11.4-22.4-15.8-34.3c-3.2-8.7-.5-18.4 6.4-24.6l43.3-39.4C64.6 273.1 64 264.6 64 256s.6-17.1 1.7-25.4L22.4 191.2c-6.9-6.2-9.6-15.9-6.4-24.6c4.4-11.9 9.7-23.3 15.8-34.3l4.7-8.1c6.6-11 14-21.4 22.1-31.2c5.9-7.2 15.7-9.6 24.5-6.8l55.7 17.7c13.4-10.3 28.2-18.9 44-25.4l12.5-57.1c2-9.1 9-16.3 18.2-17.8C227.3 1.2 241.5 0 256 0s28.7 1.2 42.5 3.5c9.2 1.5 16.2 8.7 18.2 17.8l12.5 57.1c15.8 6.5 30.6 15.1 44 25.4l55.7-17.7c8.8-2.8 18.6-.3 24.5 6.8c8.1 9.8 15.5 20.2 22.1 31.2l4.7 8.1c6.1 11 11.4 22.4 15.8 34.3zM256 336a80 80 0 1 0 0-160 80 80 0 1 0 0 160z"],"droplet-slash":[640,512,["tint-slash"],"f5c7","M320 512c53.2 0 101.4-21.6 136.1-56.6l-298.3-235C140 257.1 128 292.3 128 320c0 106 86 192 192 192zM505.2 370.7c4.4-16.1 6.8-33.1 6.8-50.7c0-91.2-130.2-262.3-166.6-308.3C339.4 4.2 330.5 0 320.9 0h-1.8c-9.6 0-18.5 4.2-24.5 11.7C277.8 33 240.7 81.3 205.8 136L38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L505.2 370.7zM224 336c0 44.2 35.8 80 80 80c8.8 0 16 7.2 16 16s-7.2 16-16 16c-61.9 0-112-50.1-112-112c0-8.8 7.2-16 16-16s16 7.2 16 16z"],mosque:[640,512,[128332],"f678","M400 0c5 0 9.8 2.4 12.8 6.4c34.7 46.3 78.1 74.9 133.5 111.5l0 0 0 0c5.2 3.4 10.5 7 16 10.6c28.9 19.2 45.7 51.7 45.7 86.1c0 28.6-11.3 54.5-29.8 73.4H221.8c-18.4-19-29.8-44.9-29.8-73.4c0-34.4 16.7-66.9 45.7-86.1c5.4-3.6 10.8-7.1 16-10.6l0 0 0 0C309.1 81.3 352.5 52.7 387.2 6.4c3-4 7.8-6.4 12.8-6.4zM288 512V440c0-13.3-10.7-24-24-24s-24 10.7-24 24v72H192c-17.7 0-32-14.3-32-32V352c0-17.7 14.3-32 32-32H608c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32H560V440c0-13.3-10.7-24-24-24s-24 10.7-24 24v72H448V454c0-19-8.4-37-23-49.2L400 384l-25 20.8C360.4 417 352 435 352 454v58H288zM70.4 5.2c5.7-4.3 13.5-4.3 19.2 0l16 12C139.8 42.9 160 83.2 160 126v2H0v-2C0 83.2 20.2 42.9 54.4 17.2l16-12zM0 160H160V296.6c-19.1 11.1-32 31.7-32 55.4V480c0 9.6 2.1 18.6 5.8 26.8c-6.6 3.4-14 5.2-21.8 5.2H48c-26.5 0-48-21.5-48-48V176 160z"],mosquito:[640,512,[],"e52b","M463.7 505.9c9.8-8.9 10.7-24.3 2.1-34.3l-42.1-49 0-54.7c0-5.5-1.8-10.8-5.1-15.1L352 266.3l0-.3L485.4 387.8C542.4 447.6 640 405.2 640 320.6c0-47.9-34-88.3-79.4-94.2l-153-23.9 40.8-40.9c7.8-7.8 9.4-20.1 3.9-29.8L428.5 90.1l38.2-50.9c8-10.6 6.1-25.9-4.3-34.1s-25.2-6.3-33.2 4.4l-48 63.9c-5.9 7.9-6.6 18.6-1.7 27.2L402.2 140 352 190.3l0-38.2c0-14.9-10.2-27.4-24-31l0-57.2c0-4.4-3.6-8-8-8s-8 3.6-8 8l0 57.2c-13.8 3.6-24 16.1-24 31l0 38.1L237.8 140l22.6-39.5c4.9-8.6 4.2-19.3-1.7-27.2l-48-63.9c-8-10.6-22.8-12.6-33.2-4.4s-12.2 23.5-4.3 34.1l38.2 50.9-23.9 41.7c-5.5 9.7-3.9 22 3.9 29.8l40.8 40.9-153 23.9C34 232.3 0 272.7 0 320.6c0 84.6 97.6 127 154.6 67.1L288 266l0 .3-66.5 86.4c-3.3 4.3-5.1 9.6-5.1 15.1l0 54.7-42.1 49c-8.6 10.1-7.7 25.5 2.1 34.3s24.7 7.9 33.4-2.1l48-55.9c3.8-4.4 5.9-10.2 5.9-16.1l0-55.4L288 344.7l0 63.1c0 17.7 14.3 32 32 32s32-14.3 32-32l0-63.1 24.3 31.6 0 55.4c0 5.9 2.1 11.7 5.9 16.1l48 55.9c8.6 10.1 23.6 11 33.4 2.1z"],"star-of-david":[512,512,[10017],"f69a","M404.2 309.5L383.1 344h42.3l-21.1-34.5zM371.4 256l-54-88H194.6l-54 88 54 88H317.4l54-88zm65.7 0l53.4 87c3.6 5.9 5.5 12.7 5.5 19.6c0 20.7-16.8 37.4-37.4 37.4H348.7l-56.2 91.5C284.8 504.3 270.9 512 256 512s-28.8-7.7-36.6-20.5L163.3 400H53.4C32.8 400 16 383.2 16 362.6c0-6.9 1.9-13.7 5.5-19.6l53.4-87L21.5 169c-3.6-5.9-5.5-12.7-5.5-19.6C16 128.8 32.8 112 53.4 112H163.3l56.2-91.5C227.2 7.7 241.1 0 256 0s28.8 7.7 36.6 20.5L348.7 112H458.6c20.7 0 37.4 16.8 37.4 37.4c0 6.9-1.9 13.7-5.5 19.6l-53.4 87zm-54-88l21.1 34.5L425.4 168H383.1zM283 112L256 68l-27 44h54zM128.9 168H86.6l21.1 34.5L128.9 168zM107.8 309.5L86.6 344h42.3l-21.1-34.5zM229 400l27 44 27-44H229z"],"person-military-rifle":[512,512,[],"e54b","M160 39c0-13 10-23.8 22.9-24.9L334.7 1.4C344 .7 352 8 352 17.4V48c0 8.8-7.2 16-16 16H185c-13.8 0-25-11.2-25-25zm17.6 57H334.4c1 5.2 1.6 10.5 1.6 16c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-5.5 .6-10.8 1.6-16zm228 364.3L352 369.7V480c0 1.3-.1 2.5-.2 3.8L177.5 234.9c16.6-7.1 34.6-10.9 53.3-10.9h50.4c15.9 0 31.3 2.8 45.8 7.9L421.9 67.7c-7.7-4.4-10.3-14.2-5.9-21.9s14.2-10.3 21.9-5.9l13.9 8 13.9 8c7.7 4.4 10.3 14.2 5.9 21.9L416 173.9l1.6 .9c15.3 8.8 20.6 28.4 11.7 43.7L392.6 282c2 2.8 3.9 5.8 5.7 8.8l76.1 128.8c11.2 19 4.9 43.5-14.1 54.8s-43.5 4.9-54.8-14.1zM320 512H192c-17.7 0-32-14.3-32-32V369.7l-53.6 90.6c-11.2 19-35.8 25.3-54.8 14.1s-25.3-35.8-14.1-54.8l76.1-128.8c9.4-15.8 21.7-29.3 36-40L331.1 510c-3.5 1.3-7.2 2-11.1 2zM296 320a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"],"cart-shopping":[576,512,[128722,"shopping-cart"],"f07a","M0 24C0 10.7 10.7 0 24 0H69.5c22 0 41.5 12.8 50.6 32h411c26.3 0 45.5 25 38.6 50.4l-41 152.3c-8.5 31.4-37 53.3-69.5 53.3H170.7l5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5H488c13.3 0 24 10.7 24 24s-10.7 24-24 24H199.7c-34.6 0-64.3-24.6-70.7-58.5L77.4 54.5c-.7-3.8-4-6.5-7.9-6.5H24C10.7 48 0 37.3 0 24zM128 464a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm336-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"],vials:[512,512,[],"f493","M0 64C0 46.3 14.3 32 32 32H88h48 56c17.7 0 32 14.3 32 32s-14.3 32-32 32V400c0 44.2-35.8 80-80 80s-80-35.8-80-80V96C14.3 96 0 81.7 0 64zM136 96H88V256h48V96zM288 64c0-17.7 14.3-32 32-32h56 48 56c17.7 0 32 14.3 32 32s-14.3 32-32 32V400c0 44.2-35.8 80-80 80s-80-35.8-80-80V96c-17.7 0-32-14.3-32-32zM424 96H376V256h48V96z"],"plug-circle-plus":[576,512,[],"e55f","M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32V412.8c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32H32zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm16-208v48h48c8.8 0 16 7.2 16 16s-7.2 16-16 16H448v48c0 8.8-7.2 16-16 16s-16-7.2-16-16V384H368c-8.8 0-16-7.2-16-16s7.2-16 16-16h48V304c0-8.8 7.2-16 16-16s16 7.2 16 16z"],"place-of-worship":[640,512,[],"f67f","M224 109.3V217.6L183.3 242c-14.5 8.7-23.3 24.3-23.3 41.2V512h96V416c0-35.3 28.7-64 64-64s64 28.7 64 64v96h96V283.2c0-16.9-8.8-32.5-23.3-41.2L416 217.6V109.3c0-8.5-3.4-16.6-9.4-22.6L331.3 11.3c-6.2-6.2-16.4-6.2-22.6 0L233.4 86.6c-6 6-9.4 14.1-9.4 22.6zM24.9 330.3C9.5 338.8 0 354.9 0 372.4V464c0 26.5 21.5 48 48 48h80V273.6L24.9 330.3zM592 512c26.5 0 48-21.5 48-48V372.4c0-17.5-9.5-33.6-24.9-42.1L512 273.6V512h80z"],"grip-vertical":[320,512,[],"f58e","M40 352l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zm192 0l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zM40 320c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0zM232 192l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40zM40 160c-22.1 0-40-17.9-40-40L0 72C0 49.9 17.9 32 40 32l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0zM232 32l48 0c22.1 0 40 17.9 40 40l0 48c0 22.1-17.9 40-40 40l-48 0c-22.1 0-40-17.9-40-40l0-48c0-22.1 17.9-40 40-40z"],"arrow-turn-up":[384,512,["level-up"],"f148","M32 448c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0c53 0 96-43 96-96l0-306.7 73.4 73.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 109.3 160 416c0 17.7-14.3 32-32 32l-96 0z"],u:[384,512,[117],"55","M32 32c17.7 0 32 14.3 32 32V288c0 70.7 57.3 128 128 128s128-57.3 128-128V64c0-17.7 14.3-32 32-32s32 14.3 32 32V288c0 106-86 192-192 192S0 394 0 288V64C0 46.3 14.3 32 32 32z"],"square-root-variable":[576,512,["square-root-alt"],"f698","M282.6 78.1c8-27.3 33-46.1 61.4-46.1H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H344L238.7 457c-3.6 12.3-14.1 21.2-26.8 22.8s-25.1-4.6-31.5-15.6L77.6 288H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H77.6c22.8 0 43.8 12.1 55.3 31.8l65.2 111.8L282.6 78.1zM393.4 233.4c12.5-12.5 32.8-12.5 45.3 0L480 274.7l41.4-41.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L525.3 320l41.4 41.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L480 365.3l-41.4 41.4c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L434.7 320l-41.4-41.4c-12.5-12.5-12.5-32.8 0-45.3z"],clock:[512,512,[128339,"clock-four"],"f017","M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 120V256c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2V120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"],"backward-step":[320,512,["step-backward"],"f048","M267.5 440.6c9.5 7.9 22.8 9.7 34.1 4.4s18.4-16.6 18.4-29V96c0-12.4-7.2-23.7-18.4-29s-24.5-3.6-34.1 4.4l-192 160L64 241V96c0-17.7-14.3-32-32-32S0 78.3 0 96V416c0 17.7 14.3 32 32 32s32-14.3 32-32V271l11.5 9.6 192 160z"],pallet:[640,512,[],"f482","M32 320c-17.7 0-32 14.3-32 32s14.3 32 32 32H64v64H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H96 320 544h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H576V384h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H544 320 96 32zm96 64H288v64H128V384zm224 0H512v64H352V384z"],faucet:[512,512,[],"e005","M192 96v12L96 96c-17.7 0-32 14.3-32 32s14.3 32 32 32l96-12 31-3.9 1-.1 1 .1 31 3.9 96 12c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 12V96c0-17.7-14.3-32-32-32s-32 14.3-32 32zM32 256c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32H132.1c20.2 29 53.9 48 91.9 48s71.7-19 91.9-48H352c17.7 0 32 14.3 32 32s14.3 32 32 32h64c17.7 0 32-14.3 32-32c0-88.4-71.6-160-160-160H320l-22.6-22.6c-6-6-14.1-9.4-22.6-9.4H256V180.2l-32-4-32 4V224H173.3c-8.5 0-16.6 3.4-22.6 9.4L128 256H32z"],"baseball-bat-ball":[512,512,[],"f432","M424 0c-12.4 0-24.2 4.9-33 13.7L233.5 171.2c-10.5 10.5-19.8 22.1-27.7 34.6L132.7 321.6c-7.3 11.5-15.8 22.2-25.5 31.9L69.9 390.7l51.3 51.3 37.3-37.3c9.6-9.6 20.3-18.2 31.9-25.5l115.8-73.1c12.5-7.9 24.1-17.2 34.6-27.7L498.3 121c8.7-8.7 13.7-20.6 13.7-33s-4.9-24.2-13.7-33L457 13.7C448.2 4.9 436.4 0 424 0zm88 432a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM15 399c-9.4 9.4-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L49 399c-9.4-9.4-24.6-9.4-33.9 0z"],s:[320,512,[115],"53","M99.1 105.4C79 114 68.2 127.2 65.2 144.8c-2.4 14.1-.7 23.2 2 29.4c2.8 6.3 7.9 12.4 16.7 18.6c19.2 13.4 48.3 22.1 84.9 32.5c1 .3 1.9 .6 2.9 .8c32.7 9.3 72 20.6 100.9 40.7c15.7 10.9 29.9 25.5 38.6 45.1c8.8 19.8 10.8 42 6.6 66.3c-7.3 42.5-35.3 71.7-71.8 87.3c-35.4 15.2-79.1 17.9-123.7 10.9l-.2 0 0 0c-24-3.9-62.7-17.1-87.6-25.6c-4.8-1.7-9.2-3.1-12.8-4.3C5.1 440.8-3.9 422.7 1.6 405.9s23.7-25.8 40.5-20.3c4.9 1.6 10.2 3.4 15.9 5.4c25.4 8.6 56.4 19.2 74.4 22.1c36.8 5.7 67.5 2.5 88.5-6.5c20.1-8.6 30.8-21.8 33.9-39.4c2.4-14.1 .7-23.2-2-29.4c-2.8-6.3-7.9-12.4-16.7-18.6c-19.2-13.4-48.3-22.1-84.9-32.5c-1-.3-1.9-.6-2.9-.8c-32.7-9.3-72-20.6-100.9-40.7c-15.7-10.9-29.9-25.5-38.6-45.1c-8.8-19.8-10.8-42-6.6-66.3l31.5 5.5L2.1 133.9C9.4 91.4 37.4 62.2 73.9 46.6c35.4-15.2 79.1-17.9 123.7-10.9c13 2 52.4 9.6 66.6 13.4c17.1 4.5 27.2 22.1 22.7 39.2s-22.1 27.2-39.2 22.7c-11.2-3-48.1-10.2-60.1-12l4.9-31.5-4.9 31.5c-36.9-5.8-67.5-2.5-88.6 6.5z"],timeline:[640,512,[],"e29c","M128 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm32 97.3c28.3-12.3 48-40.5 48-73.3c0-44.2-35.8-80-80-80S48 51.8 48 96c0 32.8 19.7 61 48 73.3V224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H288v54.7c-28.3 12.3-48 40.5-48 73.3c0 44.2 35.8 80 80 80s80-35.8 80-80c0-32.8-19.7-61-48-73.3V288H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H544V169.3c28.3-12.3 48-40.5 48-73.3c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 32.8 19.7 61 48 73.3V224H160V169.3zM488 96a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM320 392a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"],keyboard:[576,512,[9e3],"f11c","M64 64C28.7 64 0 92.7 0 128V384c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H64zm16 64h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm16 80h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V336c0-8.8 7.2-16 16-16zm80-176c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V144zm16 80h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zM160 336c0-8.8 7.2-16 16-16H400c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V336zM272 128h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16zM256 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM368 128h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16zM352 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16V240zM464 128h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H464c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16zM448 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H464c-8.8 0-16-7.2-16-16V240zm16 80h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H464c-8.8 0-16-7.2-16-16V336c0-8.8 7.2-16 16-16z"],"caret-down":[320,512,[],"f0d7","M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z"],"house-chimney-medical":[576,512,["clinic-medical"],"f7f2","M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c.2 35.5-28.5 64.3-64 64.3H128.1c-35.3 0-64-28.7-64-64V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L416 100.7V64c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32V185l52.8 46.4c8 7 12 15 11 24zM272 192c-8.8 0-16 7.2-16 16v48H208c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320h48c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H320V208c0-8.8-7.2-16-16-16H272z"],"temperature-three-quarters":[320,512,["temperature-3","thermometer-3","thermometer-three-quarters"],"f2c8","M160 64c-26.5 0-48 21.5-48 48V276.5c0 17.3-7.1 31.9-15.3 42.5C86.2 332.6 80 349.5 80 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9c-8.2-10.6-15.3-25.2-15.3-42.5V112c0-26.5-21.5-48-48-48zM48 112C48 50.2 98.1 0 160 0s112 50.1 112 112V276.5c0 .1 .1 .3 .2 .6c.2 .6 .8 1.6 1.7 2.8c18.9 24.4 30.1 55 30.1 88.1c0 79.5-64.5 144-144 144S16 447.5 16 368c0-33.2 11.2-63.8 30.1-88.1c.9-1.2 1.5-2.2 1.7-2.8c.1-.3 .2-.5 .2-.6V112zM208 368c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3V144c0-8.8 7.2-16 16-16s16 7.2 16 16V322.7c18.6 6.6 32 24.4 32 45.3z"],"mobile-screen":[384,512,["mobile-android-alt"],"f3cf","M16 64C16 28.7 44.7 0 80 0H304c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H80c-35.3 0-64-28.7-64-64V64zM144 448c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16s-7.2-16-16-16H160c-8.8 0-16 7.2-16 16zM304 64H80V384H304V64z"],"plane-up":[512,512,[],"e22d","M192 93.7C192 59.5 221 0 256 0c36 0 64 59.5 64 93.7l0 66.3L497.8 278.5c8.9 5.9 14.2 15.9 14.2 26.6v56.7c0 10.9-10.7 18.6-21.1 15.2L320 320v80l57.6 43.2c4 3 6.4 7.8 6.4 12.8v42c0 7.8-6.3 14-14 14c-1.3 0-2.6-.2-3.9-.5L256 480 145.9 511.5c-1.3 .4-2.6 .5-3.9 .5c-7.8 0-14-6.3-14-14V456c0-5 2.4-9.8 6.4-12.8L192 400V320L21.1 377C10.7 380.4 0 372.7 0 361.8V305.1c0-10.7 5.3-20.7 14.2-26.6L192 160V93.7z"],"piggy-bank":[576,512,[],"f4d3","M400 96l0 .7c-5.3-.4-10.6-.7-16-.7H256c-16.5 0-32.5 2.1-47.8 6c-.1-2-.2-4-.2-6c0-53 43-96 96-96s96 43 96 96zm-16 32c3.5 0 7 .1 10.4 .3c4.2 .3 8.4 .7 12.6 1.3C424.6 109.1 450.8 96 480 96h11.5c10.4 0 18 9.8 15.5 19.9l-13.8 55.2c15.8 14.8 28.7 32.8 37.5 52.9H544c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H512c-9.1 12.1-19.9 22.9-32 32v64c0 17.7-14.3 32-32 32H416c-17.7 0-32-14.3-32-32V448H256v32c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V416c-34.9-26.2-58.7-66.3-63.2-112H68c-37.6 0-68-30.4-68-68s30.4-68 68-68h4c13.3 0 24 10.7 24 24s-10.7 24-24 24H68c-11 0-20 9-20 20s9 20 20 20H99.2c12.1-59.8 57.7-107.5 116.3-122.8c12.9-3.4 26.5-5.2 40.5-5.2H384zm64 136a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z"],"battery-half":[576,512,["battery-3"],"f242","M464 160c8.8 0 16 7.2 16 16V336c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16H464zM80 96C35.8 96 0 131.8 0 176V336c0 44.2 35.8 80 80 80H464c44.2 0 80-35.8 80-80V320c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32V176c0-44.2-35.8-80-80-80H80zm208 96H96V320H288V192z"],"mountain-city":[640,512,[],"e52e","M336 0c-26.5 0-48 21.5-48 48v92.1l71.4 118.4c2.5-1.6 5.4-2.5 8.6-2.5h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-3.5l73.8 122.4c12.4 20.6 12.9 46.3 1.2 67.3c-.4 .8-.9 1.6-1.4 2.3H592c26.5 0 48-21.5 48-48V240c0-26.5-21.5-48-48-48H568V120c0-13.3-10.7-24-24-24s-24 10.7-24 24v72H480V48c0-26.5-21.5-48-48-48H336zm32 64h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16V80c0-8.8 7.2-16 16-16zM352 176c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16V176zm160 96c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H528c-8.8 0-16-7.2-16-16V272zm16 80h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H528c-8.8 0-16-7.2-16-16V368c0-8.8 7.2-16 16-16zM224 188.9L283.8 288H223l-48 64-24.6-41.2L224 188.9zm29.4-44.2C247.1 134.3 236 128 224 128s-23.1 6.3-29.4 16.7L5.1 458.9c-6.5 10.8-6.7 24.3-.7 35.3S22 512 34.5 512H413.5c12.5 0 24-6.8 30.1-17.8s5.8-24.5-.7-35.3L253.4 144.7z"],coins:[512,512,[],"f51e","M512 80c0 18-14.3 34.6-38.4 48c-29.1 16.1-72.5 27.5-122.3 30.9c-3.7-1.8-7.4-3.5-11.3-5C300.6 137.4 248.2 128 192 128c-8.3 0-16.4 .2-24.5 .6l-1.1-.6C142.3 114.6 128 98 128 80c0-44.2 86-80 192-80S512 35.8 512 80zM160.7 161.1c10.2-.7 20.7-1.1 31.3-1.1c62.2 0 117.4 12.3 152.5 31.4C369.3 204.9 384 221.7 384 240c0 4-.7 7.9-2.1 11.7c-4.6 13.2-17 25.3-35 35.5c0 0 0 0 0 0c-.1 .1-.3 .1-.4 .2l0 0 0 0c-.3 .2-.6 .3-.9 .5c-35 19.4-90.8 32-153.6 32c-59.6 0-112.9-11.3-148.2-29.1c-1.9-.9-3.7-1.9-5.5-2.9C14.3 274.6 0 258 0 240c0-34.8 53.4-64.5 128-75.4c10.5-1.5 21.4-2.7 32.7-3.5zM416 240c0-21.9-10.6-39.9-24.1-53.4c28.3-4.4 54.2-11.4 76.2-20.5c16.3-6.8 31.5-15.2 43.9-25.5V176c0 19.3-16.5 37.1-43.8 50.9c-14.6 7.4-32.4 13.7-52.4 18.5c.1-1.8 .2-3.5 .2-5.3zm-32 96c0 18-14.3 34.6-38.4 48c-1.8 1-3.6 1.9-5.5 2.9C304.9 404.7 251.6 416 192 416c-62.8 0-118.6-12.6-153.6-32C14.3 370.6 0 354 0 336V300.6c12.5 10.3 27.6 18.7 43.9 25.5C83.4 342.6 135.8 352 192 352s108.6-9.4 148.1-25.9c7.8-3.2 15.3-6.9 22.4-10.9c6.1-3.4 11.8-7.2 17.2-11.2c1.5-1.1 2.9-2.3 4.3-3.4V304v5.7V336zm32 0V304 278.1c19-4.2 36.5-9.5 52.1-16c16.3-6.8 31.5-15.2 43.9-25.5V272c0 10.5-5 21-14.9 30.9c-16.3 16.3-45 29.7-81.3 38.4c.1-1.7 .2-3.5 .2-5.3zM192 448c56.2 0 108.6-9.4 148.1-25.9c16.3-6.8 31.5-15.2 43.9-25.5V432c0 44.2-86 80-192 80S0 476.2 0 432V396.6c12.5 10.3 27.6 18.7 43.9 25.5C83.4 438.6 135.8 448 192 448z"],khanda:[512,512,[9772],"f66d","M245.8 3.7c5.9-4.9 14.6-4.9 20.5 0l48 40c5.9 4.9 7.5 13.2 3.8 19.9l0 0 0 0 0 0 0 0-.1 .1-.3 .6c-.3 .5-.7 1.3-1.2 2.3c-1 2-2.6 5-4.4 8.6c-.5 .9-.9 1.9-1.4 2.9C344.9 97.4 368 134 368 176s-23.1 78.6-57.3 97.8c.5 1 1 2 1.4 2.9c1.8 3.7 3.3 6.6 4.4 8.6c.5 1 .9 1.8 1.2 2.3l.3 .6 .1 .1 0 0 0 0c3.6 6.7 2 15-3.8 19.9L272 343.5v19.8l35.6-24.5 41.1-28.2c42.8-29.4 68.4-78 68.4-130c0-31.1-9.2-61.6-26.5-87.5l-2.8-4.2c-4-6-3.5-14 1.3-19.5s12.7-7 19.2-3.7L401.1 80c7.2-14.3 7.2-14.3 7.2-14.3l0 0 0 0 .1 0 .3 .2 1 .5c.8 .4 2 1.1 3.5 1.9c2.9 1.7 7 4.1 11.8 7.3c9.6 6.4 22.5 16.1 35.4 29c25.7 25.7 52.7 65.6 52.7 119.3c0 53.1-26.4 100.5-51.2 133.6c-12.6 16.7-25.1 30.3-34.5 39.7c-4.7 4.7-8.7 8.4-11.5 10.9c-1.4 1.3-2.5 2.2-3.3 2.9l-.9 .8-.3 .2-.1 .1 0 0 0 0s0 0-10.2-12.3l10.2 12.3c-5.1 4.3-12.4 4.9-18.2 1.6l-75.6-43-32.7 22.5 45.5 31.3c1.8-.4 3.7-.7 5.7-.7c13.3 0 24 10.7 24 24s-10.7 24-24 24c-12.2 0-22.3-9.1-23.8-21L272 423.4v28.9c9.6 5.5 16 15.9 16 27.7c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-11.8 6.4-22.2 16-27.7V424.1l-40.3 27.7C197.8 463.3 187.9 472 176 472c-13.3 0-24-10.7-24-24s10.7-24 24-24c2.2 0 4.4 .3 6.5 .9l45.8-31.5-32.7-22.5-75.6 43c-5.8 3.3-13 2.7-18.2-1.6L112 400c-10.2 12.3-10.2 12.3-10.3 12.3l0 0 0 0-.1-.1-.3-.2-.9-.8c-.8-.7-1.9-1.7-3.3-2.9c-2.8-2.5-6.7-6.2-11.5-10.9c-9.4-9.4-21.9-23-34.5-39.7C26.4 324.5 0 277.1 0 224c0-53.7 26.9-93.6 52.7-119.3c12.9-12.9 25.8-22.6 35.4-29C93 72.5 97 70 99.9 68.4c1.5-.8 2.6-1.5 3.5-1.9l1-.5 .3-.2 .1 0 0 0 0 0s0 0 7.2 14.3l-7.2-14.3c6.5-3.2 14.3-1.7 19.2 3.7s5.3 13.4 1.3 19.5l-2.8 4.2C105.2 119 96 149.5 96 180.6c0 51.9 25.6 100.6 68.4 130l41.1 28.2L240 362.6V343.5l-42.2-35.2c-5.9-4.9-7.5-13.2-3.8-19.9l0 0 0 0 0 0 .1-.1 .3-.6c.3-.5 .7-1.3 1.2-2.3c1-2 2.6-5 4.4-8.6c.5-.9 .9-1.9 1.4-2.9C167.1 254.6 144 218 144 176s23.1-78.6 57.3-97.8c-.5-1-1-2-1.4-2.9c-1.8-3.7-3.3-6.6-4.4-8.6c-.5-1-.9-1.8-1.2-2.3l-.3-.6-.1-.1 0 0 0 0 0 0c-3.6-6.7-2-15 3.8-19.9l48-40zM220.2 122.9c-17 11.5-28.2 31-28.2 53.1s11.2 41.6 28.2 53.1C227 210.2 232 190.9 232 176s-5-34.2-11.8-53.1zm71.5 106.2c17-11.5 28.2-31 28.2-53.1s-11.2-41.6-28.2-53.1C285 141.8 280 161.1 280 176s5 34.2 11.8 53.1z"],sliders:[512,512,["sliders-h"],"f1de","M0 416c0 17.7 14.3 32 32 32l54.7 0c12.3 28.3 40.5 48 73.3 48s61-19.7 73.3-48L480 448c17.7 0 32-14.3 32-32s-14.3-32-32-32l-246.7 0c-12.3-28.3-40.5-48-73.3-48s-61 19.7-73.3 48L32 384c-17.7 0-32 14.3-32 32zm128 0a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM320 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm32-80c-32.8 0-61 19.7-73.3 48L32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l246.7 0c12.3 28.3 40.5 48 73.3 48s61-19.7 73.3-48l54.7 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-54.7 0c-12.3-28.3-40.5-48-73.3-48zM192 128a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm73.3-64C253 35.7 224.8 16 192 16s-61 19.7-73.3 48L32 64C14.3 64 0 78.3 0 96s14.3 32 32 32l86.7 0c12.3 28.3 40.5 48 73.3 48s61-19.7 73.3-48L480 128c17.7 0 32-14.3 32-32s-14.3-32-32-32L265.3 64z"],"folder-tree":[576,512,[],"f802","M64 32C64 14.3 49.7 0 32 0S0 14.3 0 32v96V384c0 35.3 28.7 64 64 64H256V384H64V160H256V96H64V32zM288 192c0 17.7 14.3 32 32 32H544c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H445.3c-8.5 0-16.6-3.4-22.6-9.4L409.4 9.4c-6-6-14.1-9.4-22.6-9.4H320c-17.7 0-32 14.3-32 32V192zm0 288c0 17.7 14.3 32 32 32H544c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32H445.3c-8.5 0-16.6-3.4-22.6-9.4l-13.3-13.3c-6-6-14.1-9.4-22.6-9.4H320c-17.7 0-32 14.3-32 32V480z"],"network-wired":[640,512,[],"f6ff","M256 64H384v64H256V64zM240 0c-26.5 0-48 21.5-48 48v96c0 26.5 21.5 48 48 48h48v32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h96v32H80c-26.5 0-48 21.5-48 48v96c0 26.5 21.5 48 48 48H240c26.5 0 48-21.5 48-48V368c0-26.5-21.5-48-48-48H192V288H448v32H400c-26.5 0-48 21.5-48 48v96c0 26.5 21.5 48 48 48H560c26.5 0 48-21.5 48-48V368c0-26.5-21.5-48-48-48H512V288h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H352V192h48c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H240zM96 448V384H224v64H96zm320-64H544v64H416V384z"],"map-pin":[320,512,[128205],"f276","M16 144a144 144 0 1 1 288 0A144 144 0 1 1 16 144zM160 80c8.8 0 16-7.2 16-16s-7.2-16-16-16c-53 0-96 43-96 96c0 8.8 7.2 16 16 16s16-7.2 16-16c0-35.3 28.7-64 64-64zM128 480V317.1c10.4 1.9 21.1 2.9 32 2.9s21.6-1 32-2.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32z"],hamsa:[512,512,[],"f665","M34.6 288H80c8.8 0 16-7.2 16-16V72c0-22.1 17.9-40 40-40s40 17.9 40 40V204c0 11 9 20 20 20s20-9 20-20V40c0-22.1 17.9-40 40-40s40 17.9 40 40V204c0 11 9 20 20 20s20-9 20-20V72c0-22.1 17.9-40 40-40s40 17.9 40 40V272c0 8.8 7.2 16 16 16h45.4c19.1 0 34.6 15.5 34.6 34.6c0 8.6-3.2 16.9-9 23.3L416.6 441c-41.1 45.2-99.4 71-160.6 71s-119.4-25.8-160.6-71L9 345.9c-5.8-6.4-9-14.7-9-23.3C0 303.5 15.5 288 34.6 288zM256 288c-38.4 0-76.8 35.8-90.6 50.2c-3.6 3.7-5.4 8.7-5.4 13.8s1.8 10.1 5.4 13.8C179.2 380.2 217.6 416 256 416s76.8-35.8 90.6-50.2c3.6-3.7 5.4-8.7 5.4-13.8s-1.8-10.1-5.4-13.8C332.8 323.8 294.4 288 256 288zm0 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],"cent-sign":[384,512,[],"e3f5","M224 0c17.7 0 32 14.3 32 32V66.7c30.9 5.2 59.2 17.7 83.2 35.8c14.1 10.6 17 30.7 6.4 44.8s-30.7 17-44.8 6.4C279.4 137.5 252.9 128 224 128c-70.7 0-128 57.3-128 128s57.3 128 128 128c28.9 0 55.4-9.5 76.8-25.6c14.1-10.6 34.2-7.8 44.8 6.4s7.8 34.2-6.4 44.8c-24 18-52.4 30.6-83.2 35.8V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V445.3C101.2 430.1 32 351.1 32 256s69.2-174.1 160-189.3V32c0-17.7 14.3-32 32-32z"],flask:[448,512,[],"f0c3","M288 0H160 128C110.3 0 96 14.3 96 32s14.3 32 32 32V196.8c0 11.8-3.3 23.5-9.5 33.5L10.3 406.2C3.6 417.2 0 429.7 0 442.6C0 480.9 31.1 512 69.4 512H378.6c38.3 0 69.4-31.1 69.4-69.4c0-12.8-3.6-25.4-10.3-36.4L329.5 230.4c-6.2-10.1-9.5-21.7-9.5-33.5V64c17.7 0 32-14.3 32-32s-14.3-32-32-32H288zM192 196.8V64h64V196.8c0 23.7 6.6 46.9 19 67.1L309.5 320h-171L173 263.9c12.4-20.2 19-43.4 19-67.1z"],"person-pregnant":[384,512,[],"e31e","M192 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM120 383c-13.8-3.6-24-16.1-24-31V296.9l-4.6 7.6c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c15-24.9 40.3-41.5 68.7-45.6c4.1-.6 8.2-1 12.5-1h1.1 12.5H192c1.4 0 2.8 .1 4.1 .3c35.7 2.9 65.4 29.3 72.1 65l6.1 32.5c44.3 8.6 77.7 47.5 77.7 94.3v32c0 17.7-14.3 32-32 32H304 264v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384h-8-8v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V383z"],"wand-sparkles":[512,512,[],"f72b","M464 6.1c9.5-8.5 24-8.1 33 .9l8 8c9 9 9.4 23.5 .9 33l-85.8 95.9c-2.6 2.9-4.1 6.7-4.1 10.7V176c0 8.8-7.2 16-16 16H384.2c-4.6 0-8.9 1.9-11.9 5.3L100.7 500.9C94.3 508 85.3 512 75.8 512c-8.8 0-17.3-3.5-23.5-9.8L9.7 459.7C3.5 453.4 0 445 0 436.2c0-9.5 4-18.5 11.1-24.8l111.6-99.8c3.4-3 5.3-7.4 5.3-11.9V272c0-8.8 7.2-16 16-16h34.6c3.9 0 7.7-1.5 10.7-4.1L464 6.1zM432 288c3.6 0 6.7 2.4 7.7 5.8l14.8 51.7 51.7 14.8c3.4 1 5.8 4.1 5.8 7.7s-2.4 6.7-5.8 7.7l-51.7 14.8-14.8 51.7c-1 3.4-4.1 5.8-7.7 5.8s-6.7-2.4-7.7-5.8l-14.8-51.7-51.7-14.8c-3.4-1-5.8-4.1-5.8-7.7s2.4-6.7 5.8-7.7l51.7-14.8 14.8-51.7c1-3.4 4.1-5.8 7.7-5.8zM87.7 69.8l14.8 51.7 51.7 14.8c3.4 1 5.8 4.1 5.8 7.7s-2.4 6.7-5.8 7.7l-51.7 14.8L87.7 218.2c-1 3.4-4.1 5.8-7.7 5.8s-6.7-2.4-7.7-5.8L57.5 166.5 5.8 151.7c-3.4-1-5.8-4.1-5.8-7.7s2.4-6.7 5.8-7.7l51.7-14.8L72.3 69.8c1-3.4 4.1-5.8 7.7-5.8s6.7 2.4 7.7 5.8zM208 0c3.7 0 6.9 2.5 7.8 6.1l6.8 27.3 27.3 6.8c3.6 .9 6.1 4.1 6.1 7.8s-2.5 6.9-6.1 7.8l-27.3 6.8-6.8 27.3c-.9 3.6-4.1 6.1-7.8 6.1s-6.9-2.5-7.8-6.1l-6.8-27.3-27.3-6.8c-3.6-.9-6.1-4.1-6.1-7.8s2.5-6.9 6.1-7.8l27.3-6.8 6.8-27.3c.9-3.6 4.1-6.1 7.8-6.1z"],"ellipsis-vertical":[128,512,["ellipsis-v"],"f142","M64 360a56 56 0 1 0 0 112 56 56 0 1 0 0-112zm0-160a56 56 0 1 0 0 112 56 56 0 1 0 0-112zM120 96A56 56 0 1 0 8 96a56 56 0 1 0 112 0z"],ticket:[576,512,[127903],"f145","M64 64C28.7 64 0 92.7 0 128v64c0 8.8 7.4 15.7 15.7 18.6C34.5 217.1 48 235 48 256s-13.5 38.9-32.3 45.4C7.4 304.3 0 311.2 0 320v64c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V320c0-8.8-7.4-15.7-15.7-18.6C541.5 294.9 528 277 528 256s13.5-38.9 32.3-45.4c8.3-2.9 15.7-9.8 15.7-18.6V128c0-35.3-28.7-64-64-64H64zm64 112l0 160c0 8.8 7.2 16 16 16H432c8.8 0 16-7.2 16-16V176c0-8.8-7.2-16-16-16H144c-8.8 0-16 7.2-16 16zM96 160c0-17.7 14.3-32 32-32H448c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H128c-17.7 0-32-14.3-32-32V160z"],"power-off":[512,512,[9211],"f011","M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V256c0 17.7 14.3 32 32 32s32-14.3 32-32V32zM143.5 120.6c13.6-11.3 15.4-31.5 4.1-45.1s-31.5-15.4-45.1-4.1C49.7 115.4 16 181.8 16 256c0 132.5 107.5 240 240 240s240-107.5 240-240c0-74.2-33.8-140.6-86.6-184.6c-13.6-11.3-33.8-9.4-45.1 4.1s-9.4 33.8 4.1 45.1c38.9 32.3 63.5 81 63.5 135.4c0 97.2-78.8 176-176 176s-176-78.8-176-176c0-54.4 24.7-103.1 63.5-135.4z"],"right-long":[512,512,["long-arrow-alt-right"],"f30b","M334.5 414c8.8 3.8 19 2 26-4.6l144-136c4.8-4.5 7.5-10.8 7.5-17.4s-2.7-12.9-7.5-17.4l-144-136c-7-6.6-17.2-8.4-26-4.6s-14.5 12.5-14.5 22l0 72L32 192c-17.7 0-32 14.3-32 32l0 64c0 17.7 14.3 32 32 32l288 0 0 72c0 9.6 5.7 18.2 14.5 22z"],"flag-usa":[448,512,[],"f74d","M32 0C49.7 0 64 14.3 64 32V48l69-17.2c38.1-9.5 78.3-5.1 113.5 12.5c46.3 23.2 100.8 23.2 147.1 0l9.6-4.8C423.8 28.1 448 43.1 448 66.1v36.1l-44.7 16.2c-42.8 15.6-90 13.9-131.6-4.6l-16.1-7.2c-20.3-9-41.8-14.7-63.6-16.9v32.2c17.4 2.1 34.4 6.7 50.6 13.9l16.1 7.2c49.2 21.9 105 23.8 155.6 5.4L448 136.3v62l-44.7 16.2c-42.8 15.6-90 13.9-131.6-4.6l-16.1-7.2c-40.2-17.9-85-22.5-128.1-13.3L64 203.1v32.7l70.2-15.1c36.4-7.8 74.3-3.9 108.4 11.3l16.1 7.2c49.2 21.9 105 23.8 155.6 5.4L448 232.3v62l-44.7 16.2c-42.8 15.6-90 13.9-131.6-4.6l-16.1-7.2c-40.2-17.9-85-22.5-128.1-13.3L64 299.1v32.7l70.2-15.1c36.4-7.8 74.3-3.9 108.4 11.3l16.1 7.2c49.2 21.9 105 23.8 155.6 5.4L448 328.3v33.5c0 13.3-8.3 25.3-20.8 30l-34.7 13c-46.2 17.3-97.6 14.6-141.7-7.4c-37.9-19-81.3-23.7-122.5-13.4L64 400v80c0 17.7-14.3 32-32 32s-32-14.3-32-32V416 345.5 312.8 249.5 216.8 153.5 120.8 64 32C0 14.3 14.3 0 32 0zm80 96A16 16 0 1 0 80 96a16 16 0 1 0 32 0zm32 0a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm-32 48a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm32 0a16 16 0 1 0 0-32 16 16 0 1 0 0 32z"],"laptop-file":[640,512,[],"e51d","M128 0C92.7 0 64 28.7 64 64V288H19.2C8.6 288 0 296.6 0 307.2C0 349.6 34.4 384 76.8 384H320V288H128V64H448V96h64V64c0-35.3-28.7-64-64-64H128zM512 128H400c-26.5 0-48 21.5-48 48V464c0 26.5 21.5 48 48 48H592c26.5 0 48-21.5 48-48V256H544c-17.7 0-32-14.3-32-32V128zm32 0v96h96l-96-96z"],tty:[512,512,["teletype"],"f1e4","M38.3 241.3L15.1 200.6c-9.2-16.2-8.4-36.5 4.5-50C61.4 106.8 144.7 48 256 48s194.6 58.8 236.4 102.6c12.9 13.5 13.7 33.8 4.5 50l-23.1 40.7c-7.5 13.2-23.3 19.3-37.8 14.6l-81.1-26.6c-13.1-4.3-22-16.6-22-30.4V144c-49.6-18.1-104-18.1-153.6 0v54.8c0 13.8-8.9 26.1-22 30.4L76.1 255.8c-14.5 4.7-30.3-1.4-37.8-14.6zM32 336c0-8.8 7.2-16 16-16H80c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16V336zm0 96c0-8.8 7.2-16 16-16H80c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16V432zM144 320h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H144c-8.8 0-16-7.2-16-16V336c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H240c-8.8 0-16-7.2-16-16V336zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H336c-8.8 0-16-7.2-16-16V336c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H432c-8.8 0-16-7.2-16-16V336zm16 80h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H432c-8.8 0-16-7.2-16-16V432c0-8.8 7.2-16 16-16zM128 432c0-8.8 7.2-16 16-16H368c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H144c-8.8 0-16-7.2-16-16V432z"],"diagram-next":[512,512,[],"e476","M512 160c0 35.3-28.7 64-64 64H280v64h46.1c21.4 0 32.1 25.9 17 41L273 399c-9.4 9.4-24.6 9.4-33.9 0L169 329c-15.1-15.1-4.4-41 17-41H232V224H64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64v64zM448 416V352H365.3l.4-.4c18.4-18.4 20.4-43.7 11-63.6l71.3 0c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64V352c0-35.3 28.7-64 64-64l71.3 0c-9.4 19.9-7.4 45.2 11 63.6l.4 .4H64v64H210.7l5.7 5.7c21.9 21.9 57.3 21.9 79.2 0l5.7-5.7H448z"],"person-rifle":[576,512,[],"e54e","M265.2 192c25.4 0 49.8 7.1 70.8 19.9V512H144V337.7L90.4 428.3c-11.2 19-35.8 25.3-54.8 14.1s-25.3-35.8-14.1-54.8L97.7 258.8c24.5-41.4 69-66.8 117.1-66.8h50.4zM160 80a80 80 0 1 1 160 0A80 80 0 1 1 160 80zM448 0c8.8 0 16 7.2 16 16V132.3c9.6 5.5 16 15.9 16 27.7V269.3l16-5.3V208c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16v84.5c0 6.9-4.4 13-10.9 15.2L480 325.3V352h48c8.8 0 16 7.2 16 16v16c0 8.8-7.2 16-16 16H484l23 92.1c2.5 10.1-5.1 19.9-15.5 19.9H432c-8.8 0-16-7.2-16-16V400H400c-17.7 0-32-14.3-32-32V224c0-17.7 14.3-32 32-32V160c0-11.8 6.4-22.2 16-27.7V32c-8.8 0-16-7.2-16-16s7.2-16 16-16h16 16z"],"house-medical-circle-exclamation":[640,512,[],"e512","M320 368c0 59.5 29.5 112.1 74.8 144H128.1c-35.3 0-64-28.7-64-64V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L522.1 193.9c-8.5-1.3-17.3-1.9-26.1-1.9c-54.7 0-103.5 24.9-135.8 64H320V208c0-8.8-7.2-16-16-16H272c-8.8 0-16 7.2-16 16v48H208c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h48v48c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16zM496 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0-192c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16s16-7.2 16-16V288c0-8.8-7.2-16-16-16z"],"closed-captioning":[576,512,[],"f20a","M0 96C0 60.7 28.7 32 64 32H512c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zM200 208c14.2 0 27 6.1 35.8 16c8.8 9.9 24 10.7 33.9 1.9s10.7-24 1.9-33.9c-17.5-19.6-43.1-32-71.5-32c-53 0-96 43-96 96s43 96 96 96c28.4 0 54-12.4 71.5-32c8.8-9.9 8-25-1.9-33.9s-25-8-33.9 1.9c-8.8 9.9-21.6 16-35.8 16c-26.5 0-48-21.5-48-48s21.5-48 48-48zm144 48c0-26.5 21.5-48 48-48c14.2 0 27 6.1 35.8 16c8.8 9.9 24 10.7 33.9 1.9s10.7-24 1.9-33.9c-17.5-19.6-43.1-32-71.5-32c-53 0-96 43-96 96s43 96 96 96c28.4 0 54-12.4 71.5-32c8.8-9.9 8-25-1.9-33.9s-25-8-33.9 1.9c-8.8 9.9-21.6 16-35.8 16c-26.5 0-48-21.5-48-48z"],"person-hiking":[384,512,["hiking"],"f6ec","M192 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm51.3 182.7L224.2 307l49.7 49.7c9 9 14.1 21.2 14.1 33.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V397.3l-73.9-73.9c-15.8-15.8-22.2-38.6-16.9-60.3l20.4-84c8.3-34.1 42.7-54.9 76.7-46.4c19 4.8 35.6 16.4 46.4 32.7L305.1 208H336V184c0-13.3 10.7-24 24-24s24 10.7 24 24v55.8c0 .1 0 .2 0 .2s0 .2 0 .2V488c0 13.3-10.7 24-24 24s-24-10.7-24-24V272H296.6c-16 0-31-8-39.9-21.4l-13.3-20zM81.1 471.9L117.3 334c3 4.2 6.4 8.2 10.1 11.9l41.9 41.9L142.9 488.1c-4.5 17.1-22 27.3-39.1 22.8s-27.3-22-22.8-39.1zm55.5-346L101.4 266.5c-3 12.1-14.9 19.9-27.2 17.9l-47.9-8c-14-2.3-22.9-16.3-19.2-30L31.9 155c9.5-34.8 41.1-59 77.2-59h4.2c15.6 0 27.1 14.7 23.3 29.8z"],"venus-double":[640,512,[9890],"f226","M192 288a112 112 0 1 0 0-224 112 112 0 1 0 0 224zM368 176c0 86.3-62.1 158.1-144 173.1V384h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H224v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H128c-17.7 0-32-14.3-32-32s14.3-32 32-32h32V349.1C78.1 334.1 16 262.3 16 176C16 78.8 94.8 0 192 0s176 78.8 176 176zM344 318c14.6-15.6 26.8-33.4 36-53c18.8 14.4 42.4 23 68 23c61.9 0 112-50.1 112-112s-50.1-112-112-112c-25.6 0-49.1 8.6-68 23c-9.3-19.5-21.5-37.4-36-53C373.1 12.6 409.1 0 448 0c97.2 0 176 78.8 176 176c0 86.3-62.1 158.1-144 173.1V384h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H480v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448H384c-17.7 0-32-14.3-32-32s14.3-32 32-32h32V349.1c-26.6-4.9-51.1-15.7-72-31.1z"],images:[576,512,[],"f302","M160 32c-35.3 0-64 28.7-64 64V320c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H160zM396 138.7l96 144c4.9 7.4 5.4 16.8 1.2 24.6S480.9 320 472 320H328 280 200c-9.2 0-17.6-5.3-21.6-13.6s-2.9-18.2 2.9-25.4l64-80c4.6-5.7 11.4-9 18.7-9s14.2 3.3 18.7 9l17.3 21.6 56-84C360.5 132 368 128 376 128s15.5 4 20 10.7zM192 128a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM48 120c0-13.3-10.7-24-24-24S0 106.7 0 120V344c0 75.1 60.9 136 136 136H456c13.3 0 24-10.7 24-24s-10.7-24-24-24H136c-48.6 0-88-39.4-88-88V120z"],calculator:[384,512,[128425],"f1ec","M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64zM96 64H288c17.7 0 32 14.3 32 32v32c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32zm32 160a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zM96 352a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM64 416c0-17.7 14.3-32 32-32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H96c-17.7 0-32-14.3-32-32zM192 256a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm32 64a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm64-64a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm32 64a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zM288 448a32 32 0 1 1 0-64 32 32 0 1 1 0 64z"],"people-pulling":[576,512,[],"e535","M80 96A48 48 0 1 0 80 0a48 48 0 1 0 0 96zM64 128c-35.3 0-64 28.7-64 64V320c0 17.7 14.3 32 32 32c9.8 0 18.5-4.4 24.4-11.2L80.4 485.3c2.9 17.4 19.4 29.2 36.8 26.3s29.2-19.4 26.3-36.8L123.1 352h15.7l30 134.9c3.8 17.3 20.9 28.1 38.2 24.3s28.1-20.9 24.3-38.2l-57.3-258 116.3 53.8c.5 .3 1.1 .5 1.6 .7c8.6 3.6 18 3.1 25.9-.7c3.4-1.6 6.6-3.9 9.3-6.7c3.1-3.2 5.5-7 7.1-11.4c.1-.3 .2-.7 .3-1l2.5-7.5c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L537 232.7l-15.3-36.8C504.5 154.8 464.3 128 419.7 128c-22.8 0-45.3 4.8-66.1 14l-8 3.5c-24.4 10.9-44.6 29-58.1 51.6L157.3 136.9C144.7 131 130.9 128 117 128H64zM464 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM349.7 335.6l-25 62.4-59.4 59.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L372.3 441c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6z"],n:[384,512,[110],"4e","M21.1 33.9c12.7-4.6 26.9-.7 35.5 9.6L320 359.6V64c0-17.7 14.3-32 32-32s32 14.3 32 32V448c0 13.5-8.4 25.5-21.1 30.1s-26.9 .7-35.5-9.6L64 152.4V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V64C0 50.5 8.4 38.5 21.1 33.9z"],"cable-car":[512,512,[128673,57551,"tram"],"f7da","M288 0a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM160 56a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM32 288c0-35.3 28.7-64 64-64H232V157.5l-203.1 42c-13 2.7-25.7-5.7-28.4-18.6s5.7-25.7 18.6-28.4l232-48 232-48c13-2.7 25.7 5.7 28.4 18.6s-5.7 25.7-18.6 28.4L280 147.5V224H416c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V288zm64 0c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16V304c0-8.8-7.2-16-16-16H96zm112 16v64c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16V304c0-8.8-7.2-16-16-16H224c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16V304c0-8.8-7.2-16-16-16H352z"],"cloud-rain":[512,512,[127783,9926],"f73d","M96 320c-53 0-96-43-96-96c0-42.5 27.6-78.6 65.9-91.2C64.7 126.1 64 119.1 64 112C64 50.1 114.1 0 176 0c43.1 0 80.5 24.3 99.2 60c14.7-17.1 36.5-28 60.8-28c44.2 0 80 35.8 80 80c0 5.5-.6 10.8-1.6 16c.5 0 1.1 0 1.6 0c53 0 96 43 96 96s-43 96-96 96H96zm-6.8 52c1.3-2.5 3.9-4 6.8-4s5.4 1.5 6.8 4l35.1 64.6c4.1 7.5 6.2 15.8 6.2 24.3v3c0 26.5-21.5 48-48 48s-48-21.5-48-48v-3c0-8.5 2.1-16.9 6.2-24.3L89.2 372zm160 0c1.3-2.5 3.9-4 6.8-4s5.4 1.5 6.8 4l35.1 64.6c4.1 7.5 6.2 15.8 6.2 24.3v3c0 26.5-21.5 48-48 48s-48-21.5-48-48v-3c0-8.5 2.1-16.9 6.2-24.3L249.2 372zm124.9 64.6L409.2 372c1.3-2.5 3.9-4 6.8-4s5.4 1.5 6.8 4l35.1 64.6c4.1 7.5 6.2 15.8 6.2 24.3v3c0 26.5-21.5 48-48 48s-48-21.5-48-48v-3c0-8.5 2.1-16.9 6.2-24.3z"],"building-circle-xmark":[640,512,[],"e4d4","M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c15.1 0 28.5-6.9 37.3-17.8C340.4 462.2 320 417.5 320 368c0-54.7 24.9-103.5 64-135.8V48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM80 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V112zM272 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L518.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"],ship:[576,512,[128674],"f21a","M192 32c0-17.7 14.3-32 32-32H352c17.7 0 32 14.3 32 32V64h48c26.5 0 48 21.5 48 48V240l44.4 14.8c23.1 7.7 29.5 37.5 11.5 53.9l-101 92.6c-16.2 9.4-34.7 15.1-50.9 15.1c-19.6 0-40.8-7.7-59.2-20.3c-22.1-15.5-51.6-15.5-73.7 0c-17.1 11.8-38 20.3-59.2 20.3c-16.2 0-34.7-5.7-50.9-15.1l-101-92.6c-18-16.5-11.6-46.2 11.5-53.9L96 240V112c0-26.5 21.5-48 48-48h48V32zM160 218.7l107.8-35.9c13.1-4.4 27.3-4.4 40.5 0L416 218.7V128H160v90.7zM306.5 421.9C329 437.4 356.5 448 384 448c26.9 0 55.4-10.8 77.4-26.1l0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 501.7 417 512 384 512c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7l0 0C136.7 437.2 165.1 448 192 448c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z"],"arrows-down-to-line":[576,512,[],"e4b8","M544 416L32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l512 0c17.7 0 32-14.3 32-32s-14.3-32-32-32zm22.6-137.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L480 274.7 480 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 210.7-41.4-41.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0l96-96zm-320-45.3c-12.5-12.5-32.8-12.5-45.3 0L160 274.7 160 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 210.7L54.6 233.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0l96-96c12.5-12.5 12.5-32.8 0-45.3z"],download:[512,512,[],"f019","M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V274.7l-73.4-73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l128-128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L288 274.7V32zM64 352c-35.3 0-64 28.7-64 64v32c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V416c0-35.3-28.7-64-64-64H346.5l-45.3 45.3c-25 25-65.5 25-90.5 0L165.5 352H64zm368 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"],"face-grin":[512,512,[128512,"grin"],"f580","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],"delete-left":[576,512,[9003,"backspace"],"f55a","M576 128c0-35.3-28.7-64-64-64H205.3c-17 0-33.3 6.7-45.3 18.7L9.4 233.4c-6 6-9.4 14.1-9.4 22.6s3.4 16.6 9.4 22.6L160 429.3c12 12 28.3 18.7 45.3 18.7H512c35.3 0 64-28.7 64-64V128zM271 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z"],"eye-dropper":[512,512,["eye-dropper-empty","eyedropper"],"f1fb","M341.6 29.2L240.1 130.8l-9.4-9.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-9.4-9.4L482.8 170.4c39-39 39-102.2 0-141.1s-102.2-39-141.1 0zM55.4 323.3c-15 15-23.4 35.4-23.4 56.6v42.4L5.4 462.2c-8.5 12.7-6.8 29.6 4 40.4s27.7 12.5 40.4 4L89.7 480h42.4c21.2 0 41.6-8.4 56.6-23.4L309.4 335.9l-45.3-45.3L143.4 411.3c-3 3-7.1 4.7-11.3 4.7H96V379.9c0-4.2 1.7-8.3 4.7-11.3L221.4 247.9l-45.3-45.3L55.4 323.3z"],"file-circle-check":[576,512,[],"e5a0","M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384v38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zM288 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L416 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6z"],forward:[512,512,[9193],"f04e","M52.5 440.6c-9.5 7.9-22.8 9.7-34.1 4.4S0 428.4 0 416V96C0 83.6 7.2 72.3 18.4 67s24.5-3.6 34.1 4.4L224 214.3V256v41.7L52.5 440.6zM256 352V256 128 96c0-12.4 7.2-23.7 18.4-29s24.5-3.6 34.1 4.4l192 160c7.3 6.1 11.5 15.1 11.5 24.6s-4.2 18.5-11.5 24.6l-192 160c-9.5 7.9-22.8 9.7-34.1 4.4s-18.4-16.6-18.4-29V352z"],mobile:[384,512,[128241,"mobile-android","mobile-phone"],"f3ce","M80 0C44.7 0 16 28.7 16 64V448c0 35.3 28.7 64 64 64H304c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H80zm80 432h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H160c-8.8 0-16-7.2-16-16s7.2-16 16-16z"],"face-meh":[512,512,[128528,"meh"],"f11a","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM176.4 176a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM160 336H352c8.8 0 16 7.2 16 16s-7.2 16-16 16H160c-8.8 0-16-7.2-16-16s7.2-16 16-16z"],"align-center":[448,512,[],"f037","M352 64c0-17.7-14.3-32-32-32H128c-17.7 0-32 14.3-32 32s14.3 32 32 32H320c17.7 0 32-14.3 32-32zm96 128c0-17.7-14.3-32-32-32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H416c17.7 0 32-14.3 32-32zM0 448c0 17.7 14.3 32 32 32H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H32c-17.7 0-32 14.3-32 32zM352 320c0-17.7-14.3-32-32-32H128c-17.7 0-32 14.3-32 32s14.3 32 32 32H320c17.7 0 32-14.3 32-32z"],"book-skull":[448,512,["book-dead"],"f6b7","M0 96C0 43 43 0 96 0H384h32c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32H384 96c-53 0-96-43-96-96V96zM64 416c0 17.7 14.3 32 32 32H352V384H96c-17.7 0-32 14.3-32 32zM320 112c0-35.3-35.8-64-80-64s-80 28.7-80 64c0 20.9 12.6 39.5 32 51.2V176c0 8.8 7.2 16 16 16h64c8.8 0 16-7.2 16-16V163.2c19.4-11.7 32-30.3 32-51.2zM208 96a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm48 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zM134.3 209.3c-8.1-3.5-17.5 .3-21 8.4s.3 17.5 8.4 21L199.4 272l-77.7 33.3c-8.1 3.5-11.9 12.9-8.4 21s12.9 11.9 21 8.4L240 289.4l105.7 45.3c8.1 3.5 17.5-.3 21-8.4s-.3-17.5-8.4-21L280.6 272l77.7-33.3c8.1-3.5 11.9-12.9 8.4-21s-12.9-11.9-21-8.4L240 254.6 134.3 209.3z"],"id-card":[576,512,[62147,"drivers-license"],"f2c2","M0 96l576 0c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96zm0 32V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V128H0zM64 405.3c0-29.5 23.9-53.3 53.3-53.3H234.7c29.5 0 53.3 23.9 53.3 53.3c0 5.9-4.8 10.7-10.7 10.7H74.7c-5.9 0-10.7-4.8-10.7-10.7zM176 192a64 64 0 1 1 0 128 64 64 0 1 1 0-128zm176 16c0-8.8 7.2-16 16-16H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16H496c8.8 0 16 7.2 16 16s-7.2 16-16 16H368c-8.8 0-16-7.2-16-16z"],outdent:[448,512,["dedent"],"f03b","M0 64C0 46.3 14.3 32 32 32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 96 0 81.7 0 64zM192 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32zm32 96H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H224c-17.7 0-32-14.3-32-32s14.3-32 32-32zM0 448c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM.2 268.6c-8.2-6.4-8.2-18.9 0-25.3l101.9-79.3c10.5-8.2 25.8-.7 25.8 12.6V335.3c0 13.3-15.3 20.8-25.8 12.6L.2 268.6z"],"heart-circle-exclamation":[576,512,[],"e4fe","M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16V288c0-8.8 7.2-16 16-16z"],house:[576,512,[127968,63498,63500,"home","home-alt","home-lg-alt"],"f015","M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c0 2.7-.2 5.4-.5 8.1V472c0 22.1-17.9 40-40 40H456c-1.1 0-2.2 0-3.3-.1c-1.4 .1-2.8 .1-4.2 .1H416 392c-22.1 0-40-17.9-40-40V448 384c0-17.7-14.3-32-32-32H256c-17.7 0-32 14.3-32 32v64 24c0 22.1-17.9 40-40 40H160 128.1c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2H104c-22.1 0-40-17.9-40-40V360c0-.9 0-1.9 .1-2.8V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L564.8 231.5c8 7 12 15 11 24z"],"calendar-week":[448,512,[],"f784","M128 0c17.7 0 32 14.3 32 32V64H288V32c0-17.7 14.3-32 32-32s32 14.3 32 32V64h48c26.5 0 48 21.5 48 48v48H0V112C0 85.5 21.5 64 48 64H96V32c0-17.7 14.3-32 32-32zM0 192H448V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V192zm80 64c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16H368c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H80z"],"laptop-medical":[640,512,[],"f812","M64 96c0-35.3 28.7-64 64-64H512c35.3 0 64 28.7 64 64V352H512V96H128V352H64V96zM0 403.2C0 392.6 8.6 384 19.2 384H620.8c10.6 0 19.2 8.6 19.2 19.2c0 42.4-34.4 76.8-76.8 76.8H76.8C34.4 480 0 445.6 0 403.2zM288 160c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H352v48c0 8.8-7.2 16-16 16H304c-8.8 0-16-7.2-16-16V272H240c-8.8 0-16-7.2-16-16V224c0-8.8 7.2-16 16-16h48V160z"],b:[320,512,[98],"42","M64 32C28.7 32 0 60.7 0 96V256 416c0 35.3 28.7 64 64 64H192c70.7 0 128-57.3 128-128c0-46.5-24.8-87.3-62-109.7c18.7-22.3 30-51 30-82.3c0-70.7-57.3-128-128-128H64zm96 192H64V96h96c35.3 0 64 28.7 64 64s-28.7 64-64 64zM64 288h96 32c35.3 0 64 28.7 64 64s-28.7 64-64 64H64V288z"],"file-medical":[384,512,[],"f477","M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM160 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H224v48c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V352H112c-8.8 0-16-7.2-16-16V304c0-8.8 7.2-16 16-16h48V240z"],"dice-one":[448,512,[9856],"f525","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM224 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],"kiwi-bird":[576,512,[],"f535","M291.2 388.4c31.2-18.8 64.7-36.4 101.1-36.4H448c4.6 0 9.1-.2 13.6-.7l85.3 121.9c4 5.7 11.3 8.2 17.9 6.1s11.2-8.3 11.2-15.3V224c0-70.7-57.3-128-128-128H392.3c-36.4 0-69.9-17.6-101.1-36.4C262.3 42.1 228.3 32 192 32C86 32 0 118 0 224c0 71.1 38.6 133.1 96 166.3V456c0 13.3 10.7 24 24 24s24-10.7 24-24V410c15.3 3.9 31.4 6 48 6c5.4 0 10.7-.2 16-.7V456c0 13.3 10.7 24 24 24s24-10.7 24-24V405.1c12.4-4.4 24.2-10 35.2-16.7zM448 200a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"],"arrow-right-arrow-left":[448,512,[8644,"exchange"],"f0ec","M438.6 150.6c12.5-12.5 12.5-32.8 0-45.3l-96-96c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.7 96 32 96C14.3 96 0 110.3 0 128s14.3 32 32 32l306.7 0-41.4 41.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l96-96zm-333.3 352c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 416 416 416c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0 41.4-41.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3l96 96z"],"rotate-right":[512,512,["redo-alt","rotate-forward"],"f2f9","M463.5 224H472c13.3 0 24-10.7 24-24V72c0-9.7-5.8-18.5-14.8-22.2s-19.3-1.7-26.2 5.2L413.4 96.6c-87.6-86.5-228.7-86.2-315.8 1c-87.5 87.5-87.5 229.3 0 316.8s229.3 87.5 316.8 0c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0c-62.5 62.5-163.8 62.5-226.3 0s-62.5-163.8 0-226.3c62.2-62.2 162.7-62.5 225.3-1L327 183c-6.9 6.9-8.9 17.2-5.2 26.2s12.5 14.8 22.2 14.8H463.5z"],utensils:[448,512,[127860,61685,"cutlery"],"f2e7","M416 0C400 0 288 32 288 176V288c0 35.3 28.7 64 64 64h32V480c0 17.7 14.3 32 32 32s32-14.3 32-32V352 240 32c0-17.7-14.3-32-32-32zM64 16C64 7.8 57.9 1 49.7 .1S34.2 4.6 32.4 12.5L2.1 148.8C.7 155.1 0 161.5 0 167.9c0 45.9 35.1 83.6 80 87.7V480c0 17.7 14.3 32 32 32s32-14.3 32-32V255.6c44.9-4.1 80-41.8 80-87.7c0-6.4-.7-12.8-2.1-19.1L191.6 12.5c-1.8-8-9.3-13.3-17.4-12.4S160 7.8 160 16V150.2c0 5.4-4.4 9.8-9.8 9.8c-5.1 0-9.3-3.9-9.8-9L127.9 14.6C127.2 6.3 120.3 0 112 0s-15.2 6.3-15.9 14.6L83.7 151c-.5 5.1-4.7 9-9.8 9c-5.4 0-9.8-4.4-9.8-9.8V16zm48.3 152l-.3 0-.3 0 .3-.7 .3 .7z"],"arrow-up-wide-short":[576,512,["sort-amount-up"],"f161","M151.6 42.4C145.5 35.8 137 32 128 32s-17.5 3.8-23.6 10.4l-88 96c-11.9 13-11.1 33.3 2 45.2s33.3 11.1 45.2-2L96 146.3V448c0 17.7 14.3 32 32 32s32-14.3 32-32V146.3l32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 480h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H320c-17.7 0-32 14.3-32 32s14.3 32 32 32zm0-128h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H320c-17.7 0-32 14.3-32 32s14.3 32 32 32zm0-128H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H320c-17.7 0-32 14.3-32 32s14.3 32 32 32zm0-128H544c17.7 0 32-14.3 32-32s-14.3-32-32-32H320c-17.7 0-32 14.3-32 32s14.3 32 32 32z"],"mill-sign":[384,512,[],"e1ed","M302.1 42.8c5.9-16.6-2.7-35-19.4-40.9s-35 2.7-40.9 19.4L208 116.1c-5.7 4-11.1 8.5-16 13.5C171.7 108.9 143.3 96 112 96c-19.5 0-37.8 5-53.7 13.7C52.5 101.4 42.9 96 32 96C14.3 96 0 110.3 0 128v80V416c0 17.7 14.3 32 32 32s32-14.3 32-32V208c0-26.5 21.5-48 48-48s48 21.5 48 48v42.5L81.9 469.2c-5.9 16.6 2.7 35 19.4 40.9s35-2.7 40.9-19.4l21.4-60C168.9 441 179.6 448 192 448c17.7 0 32-14.3 32-32V261.5l35.7-100c3.9-1 8.1-1.6 12.3-1.6c26.5 0 48 21.5 48 48V416c0 17.7 14.3 32 32 32s32-14.3 32-32V208c0-58.2-44.3-106-101.1-111.5l19.2-53.8z"],"bowl-rice":[512,512,[],"e2eb","M176 56c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H200c-13.3 0-24-10.7-24-24zm24 48h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H200c-13.3 0-24-10.7-24-24s10.7-24 24-24zM56 176H72c13.3 0 24 10.7 24 24s-10.7 24-24 24H56c-13.3 0-24-10.7-24-24s10.7-24 24-24zM0 283.4C0 268.3 12.3 256 27.4 256H484.6c15.1 0 27.4 12.3 27.4 27.4c0 70.5-44.4 130.7-106.7 154.1L403.5 452c-2 16-15.6 28-31.8 28H140.2c-16.1 0-29.8-12-31.8-28l-1.8-14.4C44.4 414.1 0 353.9 0 283.4zM224 200c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H248c-13.3 0-24-10.7-24-24zm-96 0c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H152c-13.3 0-24-10.7-24-24zm-24-96h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H104c-13.3 0-24-10.7-24-24s10.7-24 24-24zm216 96c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H344c-13.3 0-24-10.7-24-24zm-24-96h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H296c-13.3 0-24-10.7-24-24s10.7-24 24-24zm120 96c0-13.3 10.7-24 24-24h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H440c-13.3 0-24-10.7-24-24zm-24-96h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H392c-13.3 0-24-10.7-24-24s10.7-24 24-24zM296 32h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H296c-13.3 0-24-10.7-24-24s10.7-24 24-24z"],skull:[512,512,[128128],"f54c","M416 398.9c58.5-41.1 96-104.1 96-174.9C512 100.3 397.4 0 256 0S0 100.3 0 224c0 70.7 37.5 133.8 96 174.9c0 .4 0 .7 0 1.1v64c0 26.5 21.5 48 48 48h48V464c0-8.8 7.2-16 16-16s16 7.2 16 16v48h64V464c0-8.8 7.2-16 16-16s16 7.2 16 16v48h48c26.5 0 48-21.5 48-48V400c0-.4 0-.7 0-1.1zM96 256a64 64 0 1 1 128 0A64 64 0 1 1 96 256zm256-64a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"],"tower-broadcast":[576,512,["broadcast-tower"],"f519","M80.3 44C69.8 69.9 64 98.2 64 128s5.8 58.1 16.3 84c6.6 16.4-1.3 35-17.7 41.7s-35-1.3-41.7-17.7C7.4 202.6 0 166.1 0 128S7.4 53.4 20.9 20C27.6 3.6 46.2-4.3 62.6 2.3S86.9 27.6 80.3 44zM555.1 20C568.6 53.4 576 89.9 576 128s-7.4 74.6-20.9 108c-6.6 16.4-25.3 24.3-41.7 17.7S489.1 228.4 495.7 212c10.5-25.9 16.3-54.2 16.3-84s-5.8-58.1-16.3-84C489.1 27.6 497 9 513.4 2.3s35 1.3 41.7 17.7zM352 128c0 23.7-12.9 44.4-32 55.4V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V183.4c-19.1-11.1-32-31.7-32-55.4c0-35.3 28.7-64 64-64s64 28.7 64 64zM170.6 76.8C163.8 92.4 160 109.7 160 128s3.8 35.6 10.6 51.2c7.1 16.2-.3 35.1-16.5 42.1s-35.1-.3-42.1-16.5c-10.3-23.6-16-49.6-16-76.8s5.7-53.2 16-76.8c7.1-16.2 25.9-23.6 42.1-16.5s23.6 25.9 16.5 42.1zM464 51.2c10.3 23.6 16 49.6 16 76.8s-5.7 53.2-16 76.8c-7.1 16.2-25.9 23.6-42.1 16.5s-23.6-25.9-16.5-42.1c6.8-15.6 10.6-32.9 10.6-51.2s-3.8-35.6-10.6-51.2c-7.1-16.2 .3-35.1 16.5-42.1s35.1 .3 42.1 16.5z"],"truck-pickup":[640,512,[128763],"f63c","M368.6 96l76.8 96H288V96h80.6zM224 80V192H64c-17.7 0-32 14.3-32 32v64c-17.7 0-32 14.3-32 32s14.3 32 32 32H65.1c-.7 5.2-1.1 10.6-1.1 16c0 61.9 50.1 112 112 112s112-50.1 112-112c0-5.4-.4-10.8-1.1-16h66.3c-.7 5.2-1.1 10.6-1.1 16c0 61.9 50.1 112 112 112s112-50.1 112-112c0-5.4-.4-10.8-1.1-16H608c17.7 0 32-14.3 32-32s-14.3-32-32-32V224c0-17.7-14.3-32-32-32H527.4L418.6 56c-12.1-15.2-30.5-24-50-24H272c-26.5 0-48 21.5-48 48zm0 288a48 48 0 1 1 -96 0 48 48 0 1 1 96 0zm288 0a48 48 0 1 1 -96 0 48 48 0 1 1 96 0z"],"up-long":[320,512,["long-arrow-alt-up"],"f30c","M318 177.5c3.8-8.8 2-19-4.6-26l-136-144C172.9 2.7 166.6 0 160 0s-12.9 2.7-17.4 7.5l-136 144c-6.6 7-8.4 17.2-4.6 26S14.4 192 24 192H96l0 288c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32l0-288h72c9.6 0 18.2-5.7 22-14.5z"],stop:[384,512,[9209],"f04d","M0 128C0 92.7 28.7 64 64 64H320c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128z"],"code-merge":[448,512,[],"f387","M80 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm32.4 97.2c28-12.4 47.6-40.5 47.6-73.2c0-44.2-35.8-80-80-80S0 35.8 0 80c0 32.8 19.7 61 48 73.3V358.7C19.7 371 0 399.2 0 432c0 44.2 35.8 80 80 80s80-35.8 80-80c0-32.8-19.7-61-48-73.3V272c26.7 20.1 60 32 96 32h86.7c12.3 28.3 40.5 48 73.3 48c44.2 0 80-35.8 80-80s-35.8-80-80-80c-32.8 0-61 19.7-73.3 48H208c-49.9 0-91-38.1-95.6-86.8zM80 408a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM344 272a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"],upload:[512,512,[],"f093","M288 109.3V352c0 17.7-14.3 32-32 32s-32-14.3-32-32V109.3l-73.4 73.4c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l128-128c12.5-12.5 32.8-12.5 45.3 0l128 128c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L288 109.3zM64 352H192c0 35.3 28.7 64 64 64s64-28.7 64-64H448c35.3 0 64 28.7 64 64v32c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V416c0-35.3 28.7-64 64-64zM432 456a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"],hurricane:[384,512,[],"f751","M0 208C0 104.4 75.7 18.5 174.9 2.6C184 1.2 192 8.6 192 17.9V81.2c0 8.4 6.5 15.3 14.7 16.5C307 112.5 384 199 384 303.4c0 103.6-75.7 189.5-174.9 205.4c-9.2 1.5-17.1-5.9-17.1-15.2V430.2c0-8.4-6.5-15.3-14.7-16.5C77 398.9 0 312.4 0 208zm288 48A96 96 0 1 0 96 256a96 96 0 1 0 192 0zm-96-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],mound:[576,512,[],"e52d","M144.1 179.2C173.8 127.7 228.6 96 288 96s114.2 31.7 143.9 83.2L540.4 368c12.3 21.3-3.1 48-27.7 48H63.3c-24.6 0-40-26.6-27.7-48L144.1 179.2z"],"toilet-portable":[320,512,[],"e583","M0 32V64H320V32c0-17.7-14.3-32-32-32H32C14.3 0 0 14.3 0 32zM24 96H0v24V488c0 13.3 10.7 24 24 24s24-10.7 24-24v-8H272v8c0 13.3 10.7 24 24 24s24-10.7 24-24V120 96H296 24zM256 240v64c0 8.8-7.2 16-16 16s-16-7.2-16-16V240c0-8.8 7.2-16 16-16s16 7.2 16 16z"],"compact-disc":[512,512,[128191,128192,128440],"f51f","M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256 32a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm-96-32a96 96 0 1 0 192 0 96 96 0 1 0 -192 0zM96 240c0-35 17.5-71.1 45.2-98.8S205 96 240 96c8.8 0 16-7.2 16-16s-7.2-16-16-16c-45.4 0-89.2 22.3-121.5 54.5S64 194.6 64 240c0 8.8 7.2 16 16 16s16-7.2 16-16z"],"file-arrow-down":[384,512,["file-download"],"f56d","M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM216 232V334.1l31-31c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-72 72c-9.4 9.4-24.6 9.4-33.9 0l-72-72c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l31 31V232c0-13.3 10.7-24 24-24s24 10.7 24 24z"],caravan:[640,512,[],"f8ff","M0 112C0 67.8 35.8 32 80 32H416c88.4 0 160 71.6 160 160V352h32c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0H288c0 53-43 96-96 96s-96-43-96-96H80c-44.2 0-80-35.8-80-80V112zM320 352H448V256H416c-8.8 0-16-7.2-16-16s7.2-16 16-16h32V160c0-17.7-14.3-32-32-32H352c-17.7 0-32 14.3-32 32V352zM96 128c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32H224c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32H96zm96 336a48 48 0 1 0 0-96 48 48 0 1 0 0 96z"],"shield-cat":[512,512,[],"e572","M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2L269.4 2.9zM160 154.4c0-5.8 4.7-10.4 10.4-10.4h.2c3.4 0 6.5 1.6 8.5 4.3l40 53.3c3 4 7.8 6.4 12.8 6.4h48c5 0 9.8-2.4 12.8-6.4l40-53.3c2-2.7 5.2-4.3 8.5-4.3h.2c5.8 0 10.4 4.7 10.4 10.4V272c0 53-43 96-96 96s-96-43-96-96V154.4zM216 288a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm96-16a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z"],bolt:[448,512,[9889,"zap"],"f0e7","M349.4 44.6c5.9-13.7 1.5-29.7-10.6-38.5s-28.6-8-39.9 1.8l-256 224c-10 8.8-13.6 22.9-8.9 35.3S50.7 288 64 288H175.5L98.6 467.4c-5.9 13.7-1.5 29.7 10.6 38.5s28.6 8 39.9-1.8l256-224c10-8.8 13.6-22.9 8.9-35.3s-16.6-20.7-30-20.7H272.5L349.4 44.6z"],"glass-water":[384,512,[],"e4f4","M32 0C23.1 0 14.6 3.7 8.6 10.2S-.6 25.4 .1 34.3L28.9 437.7c3 41.9 37.8 74.3 79.8 74.3H275.3c42 0 76.8-32.4 79.8-74.3L383.9 34.3c.6-8.9-2.4-17.6-8.5-24.1S360.9 0 352 0H32zM73 156.5L66.4 64H317.6L311 156.5l-24.2 12.1c-19.4 9.7-42.2 9.7-61.6 0c-20.9-10.4-45.5-10.4-66.4 0c-19.4 9.7-42.2 9.7-61.6 0L73 156.5z"],"oil-well":[576,512,[],"e532","M528.3 61.3c-11.4-42.7-55.3-68-98-56.6L414.9 8.8C397.8 13.4 387.7 31 392.3 48l24.5 91.4L308.5 167.5l-6.3-18.1C297.7 136.6 285.6 128 272 128s-25.7 8.6-30.2 21.4l-13.6 39L96 222.6V184c0-13.3-10.7-24-24-24s-24 10.7-24 24V448H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H544c17.7 0 32-14.3 32-32s-14.3-32-32-32H406.7L340 257.5l-62.2 16.1L305.3 352H238.7L265 277l-74.6 19.3L137.3 448H96V288.8l337.4-87.5 25.2 94c4.6 17.1 22.1 27.2 39.2 22.6l15.5-4.1c42.7-11.4 68-55.3 56.6-98L528.3 61.3zM205.1 448l11.2-32H327.7l11.2 32H205.1z"],vault:[576,512,[],"e2c5","M64 0C28.7 0 0 28.7 0 64V416c0 35.3 28.7 64 64 64H80l16 32h64l16-32H400l16 32h64l16-32h16c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64zM224 320a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm0-240a160 160 0 1 1 0 320 160 160 0 1 1 0-320zM480 221.3V336c0 8.8-7.2 16-16 16s-16-7.2-16-16V221.3c-18.6-6.6-32-24.4-32-45.3c0-26.5 21.5-48 48-48s48 21.5 48 48c0 20.9-13.4 38.7-32 45.3z"],mars:[448,512,[9794],"f222","M289.8 46.8c3.7-9 12.5-14.8 22.2-14.8H424c13.3 0 24 10.7 24 24V168c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-33.4-33.4L321 204.2c19.5 28.4 31 62.7 31 99.8c0 97.2-78.8 176-176 176S0 401.2 0 304s78.8-176 176-176c37 0 71.4 11.4 99.8 31l52.6-52.6L295 73c-6.9-6.9-8.9-17.2-5.2-26.2zM400 80l0 0h0v0zM176 416a112 112 0 1 0 0-224 112 112 0 1 0 0 224z"],toilet:[448,512,[128701],"f7d8","M24 0C10.7 0 0 10.7 0 24S10.7 48 24 48h8V196.9c-1.9 1.4-3.8 2.9-5.6 4.4C10.9 214.5 0 232.9 0 256c0 46.9 14.3 84.1 37 112.5c14.2 17.7 31.1 31.3 48.5 41.8L65.6 469.9c-3.3 9.8-1.6 20.5 4.4 28.8s15.7 13.3 26 13.3H352c10.3 0 19.9-4.9 26-13.3s7.7-19.1 4.4-28.8l-19.8-59.5c17.4-10.5 34.3-24.1 48.5-41.8c22.7-28.4 37-65.5 37-112.5c0-23.1-10.9-41.5-26.4-54.6c-1.8-1.5-3.7-3-5.6-4.4V48h8c13.3 0 24-10.7 24-24s-10.7-24-24-24H24zM384 256.3c0 1-.3 2.6-3.8 5.6c-4.8 4.1-14 9-29.3 13.4C320.5 284 276.1 288 224 288s-96.5-4-126.9-12.8c-15.3-4.4-24.5-9.3-29.3-13.4c-3.5-3-3.8-4.6-3.8-5.6l0-.3 0-.1c0-1 0-2.5 3.8-5.8c4.8-4.1 14-9 29.3-13.4C127.5 228 171.9 224 224 224s96.5 4 126.9 12.8c15.3 4.4 24.5 9.3 29.3 13.4c3.8 3.2 3.8 4.8 3.8 5.8l0 .1 0 .3zM328.2 384l-.2 .5 0-.5h.2zM112 64h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16z"],"plane-circle-xmark":[640,512,[],"e557","M256 0c-35 0-64 59.5-64 93.7v84.6L8.1 283.4c-5 2.8-8.1 8.2-8.1 13.9v65.5c0 10.6 10.2 18.3 20.4 15.4l171.6-49 0 70.9-57.6 43.2c-4 3-6.4 7.8-6.4 12.8v42c0 7.8 6.3 14 14 14c1.3 0 2.6-.2 3.9-.5L256 480l110.1 31.5c1.3 .4 2.6 .5 3.9 .5c6 0 11.1-3.7 13.1-9C344.5 470.7 320 422.2 320 368c0-60.6 30.6-114 77.1-145.6L320 178.3V93.7C320 59.5 292 0 256 0zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L518.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"],"yen-sign":[320,512,[165,"cny","jpy","rmb","yen"],"f157","M58.6 46.2C48.8 31.5 29 27.6 14.3 37.4S-4.4 67 5.4 81.7L100.2 224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32h80v32H48c-17.7 0-32 14.3-32 32s14.3 32 32 32h80v64c0 17.7 14.3 32 32 32s32-14.3 32-32V384h80c17.7 0 32-14.3 32-32s-14.3-32-32-32H192V288h80c17.7 0 32-14.3 32-32s-14.3-32-32-32H219.8L314.6 81.7c9.8-14.7 5.8-34.6-8.9-44.4s-34.6-5.8-44.4 8.9L160 198.3 58.6 46.2z"],"ruble-sign":[384,512,[8381,"rouble","rub","ruble"],"f158","M96 32C78.3 32 64 46.3 64 64V256H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H64v32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H64v32c0 17.7 14.3 32 32 32s32-14.3 32-32V416H288c17.7 0 32-14.3 32-32s-14.3-32-32-32H128V320H240c79.5 0 144-64.5 144-144s-64.5-144-144-144H96zM240 256H128V96H240c44.2 0 80 35.8 80 80s-35.8 80-80 80z"],sun:[512,512,[9728],"f185","M361.5 1.2c5 2.1 8.6 6.6 9.6 11.9L391 121l107.9 19.8c5.3 1 9.8 4.6 11.9 9.6s1.5 10.7-1.6 15.2L446.9 256l62.3 90.3c3.1 4.5 3.7 10.2 1.6 15.2s-6.6 8.6-11.9 9.6L391 391 371.1 498.9c-1 5.3-4.6 9.8-9.6 11.9s-10.7 1.5-15.2-1.6L256 446.9l-90.3 62.3c-4.5 3.1-10.2 3.7-15.2 1.6s-8.6-6.6-9.6-11.9L121 391 13.1 371.1c-5.3-1-9.8-4.6-11.9-9.6s-1.5-10.7 1.6-15.2L65.1 256 2.8 165.7c-3.1-4.5-3.7-10.2-1.6-15.2s6.6-8.6 11.9-9.6L121 121 140.9 13.1c1-5.3 4.6-9.8 9.6-11.9s10.7-1.5 15.2 1.6L256 65.1 346.3 2.8c4.5-3.1 10.2-3.7 15.2-1.6zM160 256a96 96 0 1 1 192 0 96 96 0 1 1 -192 0zm224 0a128 128 0 1 0 -256 0 128 128 0 1 0 256 0z"],guitar:[512,512,[],"f7a6","M465 7c-9.4-9.4-24.6-9.4-33.9 0L383 55c-2.4 2.4-4.3 5.3-5.5 8.5l-15.4 41-77.5 77.6c-45.1-29.4-99.3-30.2-131 1.6c-11 11-18 24.6-21.4 39.6c-3.7 16.6-19.1 30.7-36.1 31.6c-25.6 1.3-49.3 10.7-67.3 28.6C-16 328.4-7.6 409.4 47.5 464.5s136.1 63.5 180.9 18.7c17.9-17.9 27.4-41.7 28.6-67.3c.9-17 15-32.3 31.6-36.1c15-3.4 28.6-10.5 39.6-21.4c31.8-31.8 31-85.9 1.6-131l77.6-77.6 41-15.4c3.2-1.2 6.1-3.1 8.5-5.5l48-48c9.4-9.4 9.4-24.6 0-33.9L465 7zM208 256a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"],"face-laugh-wink":[512,512,["laugh-wink"],"f59c","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM96.8 314.1c-3.8-13.7 7.4-26.1 21.6-26.1H393.6c14.2 0 25.5 12.4 21.6 26.1C396.2 382 332.1 432 256 432s-140.2-50-159.2-117.9zM144.4 192a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm156.4 25.6c-5.3 7.1-15.3 8.5-22.4 3.2s-8.5-15.3-3.2-22.4c30.4-40.5 91.2-40.5 121.6 0c5.3 7.1 3.9 17.1-3.2 22.4s-17.1 3.9-22.4-3.2c-17.6-23.5-52.8-23.5-70.4 0z"],"horse-head":[640,512,[],"f7ab","M64 464V316.9c0-108.4 68.3-205.1 170.5-241.3L404.2 15.5C425.6 7.9 448 23.8 448 46.4c0 11-5.5 21.2-14.6 27.3L400 96c48.1 0 91.2 29.8 108.1 74.9l48.6 129.5c11.8 31.4 4.1 66.8-19.6 90.5c-16 16-37.8 25.1-60.5 25.1h-3.4c-26.1 0-50.9-11.6-67.6-31.7l-32.3-38.7c-11.7 4.1-24.2 6.4-37.3 6.4l-.1 0 0 0c-6.3 0-12.5-.5-18.6-1.5c-3.6-.6-7.2-1.4-10.7-2.3l0 0c-28.9-7.8-53.1-26.8-67.8-52.2c-4.4-7.6-14.2-10.3-21.9-5.8s-10.3 14.2-5.8 21.9c24 41.5 68.3 70 119.3 71.9l47.2 70.8c4 6.1 6.2 13.2 6.2 20.4c0 20.3-16.5 36.8-36.8 36.8H112c-26.5 0-48-21.5-48-48zM392 224a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"],"bore-hole":[512,512,[],"e4c3","M256 0c-17.7 0-32 14.3-32 32V296.6c-19.1 11.1-32 31.7-32 55.4c0 35.3 28.7 64 64 64s64-28.7 64-64c0-23.7-12.9-44.4-32-55.4V32c0-17.7-14.3-32-32-32zM48 128c-26.5 0-48 21.5-48 48V464c0 26.5 21.5 48 48 48H464c26.5 0 48-21.5 48-48V176c0-26.5-21.5-48-48-48H384c-17.7 0-32 14.3-32 32V352c0 53-43 96-96 96s-96-43-96-96V160c0-17.7-14.3-32-32-32H48z"],industry:[576,512,[],"f275","M64 32C46.3 32 32 46.3 32 64V304v48 80c0 26.5 21.5 48 48 48H496c26.5 0 48-21.5 48-48V304 152.2c0-18.2-19.4-29.7-35.4-21.1L352 215.4V152.2c0-18.2-19.4-29.7-35.4-21.1L160 215.4V64c0-17.7-14.3-32-32-32H64z"],"circle-down":[512,512,[61466,"arrow-alt-circle-down"],"f358","M256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM376.9 294.6L269.8 394.5c-3.8 3.5-8.7 5.5-13.8 5.5s-10.1-2-13.8-5.5L135.1 294.6c-4.5-4.2-7.1-10.1-7.1-16.3c0-12.3 10-22.3 22.3-22.3l57.7 0 0-96c0-17.7 14.3-32 32-32l32 0c17.7 0 32 14.3 32 32l0 96 57.7 0c12.3 0 22.3 10 22.3 22.3c0 6.2-2.6 12.1-7.1 16.3z"],"arrows-turn-to-dots":[512,512,[],"e4c1","M249.4 25.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L269.3 96 416 96c53 0 96 43 96 96v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V192c0-17.7-14.3-32-32-32l-146.7 0 25.4 25.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-80-80c-12.5-12.5-12.5-32.8 0-45.3l80-80zm13.3 256l80 80c12.5 12.5 12.5 32.8 0 45.3l-80 80c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 416 96 416c-17.7 0-32 14.3-32 32v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V448c0-53 43-96 96-96l146.7 0-25.4-25.4c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0zM384 384a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM64 192A64 64 0 1 1 64 64a64 64 0 1 1 0 128z"],"florin-sign":[384,512,[],"e184","M314.7 32c-38.8 0-73.7 23.3-88.6 59.1L170.7 224H64c-17.7 0-32 14.3-32 32s14.3 32 32 32h80L98.9 396.3c-5 11.9-16.6 19.7-29.5 19.7H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H69.3c38.8 0 73.7-23.3 88.6-59.1L213.3 288H320c17.7 0 32-14.3 32-32s-14.3-32-32-32H240l45.1-108.3c5-11.9 16.6-19.7 29.5-19.7H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H314.7z"],"arrow-down-short-wide":[576,512,["sort-amount-desc","sort-amount-down-alt"],"f884","M151.6 469.6C145.5 476.2 137 480 128 480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3 2-45.2s33.3-11.1 45.2 2L96 365.7V64c0-17.7 14.3-32 32-32s32 14.3 32 32V365.7l32.4-35.4c11.9-13 32.2-13.9 45.2-2s13.9 32.2 2 45.2l-88 96zM320 32h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H320c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 128h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H320c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 128H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H320c-17.7 0-32-14.3-32-32s14.3-32 32-32zm0 128H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H320c-17.7 0-32-14.3-32-32s14.3-32 32-32z"],"less-than":[384,512,[62774],"3c","M380.6 81.7c7.9 15.8 1.5 35-14.3 42.9L103.6 256 366.3 387.4c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3l-320-160C6.8 279.2 0 268.1 0 256s6.8-23.2 17.7-28.6l320-160c15.8-7.9 35-1.5 42.9 14.3z"],"angle-down":[448,512,[8964],"f107","M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"],"car-tunnel":[512,512,[],"e4de","M256 0C114.6 0 0 114.6 0 256V448c0 35.3 28.7 64 64 64h42.8c-6.6-5.9-10.8-14.4-10.8-24V376c0-20.8 11.3-38.9 28.1-48.6l21-64.7c7.5-23.1 29-38.7 53.3-38.7H313.6c24.3 0 45.8 15.6 53.3 38.7l21 64.7c16.8 9.7 28.2 27.8 28.2 48.6V488c0 9.6-4.2 18.1-10.8 24H448c35.3 0 64-28.7 64-64V256C512 114.6 397.4 0 256 0zM362.8 512c-6.6-5.9-10.8-14.4-10.8-24V448H160v40c0 9.6-4.2 18.1-10.8 24H362.8zM190.8 277.5L177 320H335l-13.8-42.5c-1.1-3.3-4.1-5.5-7.6-5.5H198.4c-3.5 0-6.5 2.2-7.6 5.5zM168 408a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm200-24a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z"],"head-side-cough":[640,512,[],"e061","M0 224.2C0 100.6 100.2 0 224 0h24c95.2 0 181.2 69.3 197.3 160.2c2.3 13 6.8 25.7 15.1 36l42 52.6c6.2 7.8 9.6 17.4 9.6 27.4c0 24.2-19.6 43.8-43.8 43.8H448v0 32L339.2 365.6c-11 1.4-19.2 10.7-19.2 21.8c0 11.6 9 21.2 20.6 21.9L448 416v16c0 26.5-21.5 48-48 48H320v8c0 13.3-10.7 24-24 24H256v0H96c-17.7 0-32-14.3-32-32V407.3c0-16.7-6.9-32.5-17.1-45.8C16.6 322.4 0 274.1 0 224.2zm352-.2a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM464 384a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm152-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM592 480a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM552 312a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm40-24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM552 408a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"],"grip-lines":[448,512,[],"f7a4","M32 288c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 288zm0-128c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 160z"],"thumbs-down":[512,512,[128078,61576],"f165","M313.4 479.1c26-5.2 42.9-30.5 37.7-56.5l-2.3-11.4c-5.3-26.7-15.1-52.1-28.8-75.2H464c26.5 0 48-21.5 48-48c0-18.5-10.5-34.6-25.9-42.6C497 236.6 504 223.1 504 208c0-23.4-16.8-42.9-38.9-47.1c4.4-7.3 6.9-15.8 6.9-24.9c0-21.3-13.9-39.4-33.1-45.6c.7-3.3 1.1-6.8 1.1-10.4c0-26.5-21.5-48-48-48H294.5c-19 0-37.5 5.6-53.3 16.1L202.7 73.8C176 91.6 160 121.6 160 153.7V192v48 24.9c0 29.2 13.3 56.7 36 75l7.4 5.9c26.5 21.2 44.6 51 51.2 84.2l2.3 11.4c5.2 26 30.5 42.9 56.5 37.7zM32 384H96c17.7 0 32-14.3 32-32V128c0-17.7-14.3-32-32-32H32C14.3 96 0 110.3 0 128V352c0 17.7 14.3 32 32 32z"],"user-lock":[640,512,[],"f502","M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H392.6c-5.4-9.4-8.6-20.3-8.6-32V352c0-2.1 .1-4.2 .3-6.3c-31-26-71-41.7-114.6-41.7H178.3zM528 240c17.7 0 32 14.3 32 32v48H496V272c0-17.7 14.3-32 32-32zm-80 32v48c-17.7 0-32 14.3-32 32V480c0 17.7 14.3 32 32 32H608c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32V272c0-44.2-35.8-80-80-80s-80 35.8-80 80z"],"arrow-right-long":[512,512,["long-arrow-right"],"f178","M502.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l370.7 0-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l128-128z"],"anchor-circle-xmark":[640,512,[],"e4ac","M320 96a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80H224c-17.7 0-32 14.3-32 32s14.3 32 32 32h32V448H208c-53 0-96-43-96-96v-6.1l7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7V352c0 88.4 71.6 160 160 160h80 80c8.2 0 16.3-.6 24.2-1.8c-22.2-16.2-40.4-37.5-53-62.2H320V368 240h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H341.1zM496 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L518.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L473.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L496 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"],ellipsis:[448,512,["ellipsis-h"],"f141","M8 256a56 56 0 1 1 112 0A56 56 0 1 1 8 256zm160 0a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zm216-56a56 56 0 1 1 0 112 56 56 0 1 1 0-112z"],"chess-pawn":[320,512,[9823],"f443","M215.5 224c29.2-18.4 48.5-50.9 48.5-88c0-57.4-46.6-104-104-104S56 78.6 56 136c0 37.1 19.4 69.6 48.5 88H96c-17.7 0-32 14.3-32 32c0 16.5 12.5 30 28.5 31.8L80 400H240L227.5 287.8c16-1.8 28.5-15.3 28.5-31.8c0-17.7-14.3-32-32-32h-8.5zM22.6 473.4c-4.2 4.2-6.6 10-6.6 16C16 501.9 26.1 512 38.6 512H281.4c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16L256 432H64L22.6 473.4z"],"kit-medical":[576,512,["first-aid"],"f479","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H96V32H64zm64 0V480H448V32H128zM512 480c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H480V480h32zM256 176c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H320v48c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V288H208c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16h48V176z"],"person-through-window":[640,512,[],"e5a9","M64 64l224 0 0 9.8c0 39-23.7 74-59.9 88.4C167.6 186.5 128 245 128 310.2l0 73.8s0 0 0 0H64V64zm288 0l224 0V384H508.3l-3.7-4.5-75.2-90.2c-9.1-10.9-22.6-17.3-36.9-17.3l-71.1 0-41-63.1c-.3-.5-.6-1-1-1.4c44.7-29 72.5-79 72.5-133.6l0-9.8zm73 320H379.2l42.7 64H592c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H48C21.5 0 0 21.5 0 48V400c0 26.5 21.5 48 48 48H308.2l33.2 49.8c9.8 14.7 29.7 18.7 44.4 8.9s18.7-29.7 8.9-44.4L310.5 336l74.6 0 40 48zm-159.5 0H192s0 0 0 0l0-73.8c0-10.2 1.6-20.1 4.7-29.5L265.5 384zM192 128a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z"],toolbox:[512,512,[129520],"f552","M176 88v40H336V88c0-4.4-3.6-8-8-8H184c-4.4 0-8 3.6-8 8zm-48 40V88c0-30.9 25.1-56 56-56H328c30.9 0 56 25.1 56 56v40h28.1c12.7 0 24.9 5.1 33.9 14.1l51.9 51.9c9 9 14.1 21.2 14.1 33.9V304H384V288c0-17.7-14.3-32-32-32s-32 14.3-32 32v16H192V288c0-17.7-14.3-32-32-32s-32 14.3-32 32v16H0V227.9c0-12.7 5.1-24.9 14.1-33.9l51.9-51.9c9-9 21.2-14.1 33.9-14.1H128zM0 416V336H128v16c0 17.7 14.3 32 32 32s32-14.3 32-32V336H320v16c0 17.7 14.3 32 32 32s32-14.3 32-32V336H512v80c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64z"],"hands-holding-circle":[640,512,[],"e4fb","M320 0a128 128 0 1 1 0 256A128 128 0 1 1 320 0zM40 64c22.1 0 40 17.9 40 40v40 80 40.2c0 17 6.7 33.3 18.7 45.3l51.1 51.1c8.3 8.3 21.3 9.6 31 3.1c12.9-8.6 14.7-26.9 3.7-37.8l-15.2-15.2-32-32c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l32 32 15.2 15.2 0 0 25.3 25.3c21 21 32.8 49.5 32.8 79.2V464c0 26.5-21.5 48-48 48H173.3c-17 0-33.3-6.7-45.3-18.7L28.1 393.4C10.1 375.4 0 351 0 325.5V224 160 104C0 81.9 17.9 64 40 64zm560 0c22.1 0 40 17.9 40 40v56 64V325.5c0 25.5-10.1 49.9-28.1 67.9L512 493.3c-12 12-28.3 18.7-45.3 18.7H400c-26.5 0-48-21.5-48-48V385.1c0-29.7 11.8-58.2 32.8-79.2l25.3-25.3 0 0 15.2-15.2 32-32c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-32 32-15.2 15.2c-11 11-9.2 29.2 3.7 37.8c9.7 6.5 22.7 5.2 31-3.1l51.1-51.1c12-12 18.7-28.3 18.7-45.3V224 144 104c0-22.1 17.9-40 40-40z"],bug:[512,512,[],"f188","M256 0c53 0 96 43 96 96v3.6c0 15.7-12.7 28.4-28.4 28.4H188.4c-15.7 0-28.4-12.7-28.4-28.4V96c0-53 43-96 96-96zM41.4 105.4c12.5-12.5 32.8-12.5 45.3 0l64 64c.7 .7 1.3 1.4 1.9 2.1c14.2-7.3 30.4-11.4 47.5-11.4H312c17.1 0 33.2 4.1 47.5 11.4c.6-.7 1.2-1.4 1.9-2.1l64-64c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-64 64c-.7 .7-1.4 1.3-2.1 1.9c6.2 12 10.1 25.3 11.1 39.5H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H416c0 24.6-5.5 47.8-15.4 68.6c2.2 1.3 4.2 2.9 6 4.8l64 64c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-63.1-63.1c-24.5 21.8-55.8 36.2-90.3 39.6V240c0-8.8-7.2-16-16-16s-16 7.2-16 16V479.2c-34.5-3.4-65.8-17.8-90.3-39.6L86.6 502.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l64-64c1.9-1.9 3.9-3.4 6-4.8C101.5 367.8 96 344.6 96 320H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H96.3c1.1-14.1 5-27.5 11.1-39.5c-.7-.6-1.4-1.2-2.1-1.9l-64-64c-12.5-12.5-12.5-32.8 0-45.3z"],"credit-card":[576,512,[128179,62083,"credit-card-alt"],"f09d","M64 32C28.7 32 0 60.7 0 96v32H576V96c0-35.3-28.7-64-64-64H64zM576 224H0V416c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V224zM112 352h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16zm112 16c0-8.8 7.2-16 16-16H368c8.8 0 16 7.2 16 16s-7.2 16-16 16H240c-8.8 0-16-7.2-16-16z"],car:[512,512,[128664,"automobile"],"f1b9","M135.2 117.4L109.1 192H402.9l-26.1-74.6C372.3 104.6 360.2 96 346.6 96H165.4c-13.6 0-25.7 8.6-30.2 21.4zM39.6 196.8L74.8 96.3C88.3 57.8 124.6 32 165.4 32H346.6c40.8 0 77.1 25.8 90.6 64.3l35.2 100.5c23.2 9.6 39.6 32.5 39.6 59.2V400v48c0 17.7-14.3 32-32 32H448c-17.7 0-32-14.3-32-32V400H96v48c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V400 256c0-26.7 16.4-49.6 39.6-59.2zM128 288a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm288 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"],"hand-holding-hand":[576,512,[],"e4f7","M7.8 207.7c-13.1-17.8-9.3-42.8 8.5-55.9L142.9 58.5C166.2 41.3 194.5 32 223.5 32H384 544c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H507.2l-44.9 36c-22.7 18.2-50.9 28-80 28H304 288 224c-17.7 0-32-14.3-32-32s14.3-32 32-32h64 16c8.8 0 16-7.2 16-16s-7.2-16-16-16H183.4L63.7 216.2c-17.8 13.1-42.8 9.3-55.9-8.5zM382.4 160l0 0 .9 0c-.3 0-.6 0-.9 0zM568.2 304.3c13.1 17.8 9.3 42.8-8.5 55.9L433.1 453.5c-23.4 17.2-51.6 26.5-80.7 26.5H192 32c-17.7 0-32-14.3-32-32V384c0-17.7 14.3-32 32-32H68.8l44.9-36c22.7-18.2 50.9-28 80-28H272h16 64c17.7 0 32 14.3 32 32s-14.3 32-32 32H288 272c-8.8 0-16 7.2-16 16s7.2 16 16 16H392.6l119.7-88.2c17.8-13.1 42.8-9.3 55.9 8.5zM193.6 352l0 0-.9 0c.3 0 .6 0 .9 0z"],"book-open-reader":[512,512,["book-reader"],"f5da","M160 96a96 96 0 1 1 192 0A96 96 0 1 1 160 96zm80 152V512l-48.4-24.2c-20.9-10.4-43.5-17-66.8-19.3l-96-9.6C12.5 457.2 0 443.5 0 427V224c0-17.7 14.3-32 32-32H62.3c63.6 0 125.6 19.6 177.7 56zm32 264V248c52.1-36.4 114.1-56 177.7-56H480c17.7 0 32 14.3 32 32V427c0 16.4-12.5 30.2-28.8 31.8l-96 9.6c-23.2 2.3-45.9 8.9-66.8 19.3L272 512z"],"mountain-sun":[640,512,[],"e52f","M560 160A80 80 0 1 0 560 0a80 80 0 1 0 0 160zM55.9 512H381.1h75H578.9c33.8 0 61.1-27.4 61.1-61.1c0-11.2-3.1-22.2-8.9-31.8l-132-216.3C495 196.1 487.8 192 480 192s-15 4.1-19.1 10.7l-48.2 79L286.8 81c-6.6-10.6-18.3-17-30.8-17s-24.1 6.4-30.8 17L8.6 426.4C3 435.3 0 445.6 0 456.1C0 487 25 512 55.9 512z"],"arrows-left-right-to-line":[640,512,[],"e4ba","M32 64c17.7 0 32 14.3 32 32l0 320c0 17.7-14.3 32-32 32s-32-14.3-32-32V96C0 78.3 14.3 64 32 64zm214.6 73.4c12.5 12.5 12.5 32.8 0 45.3L205.3 224l229.5 0-41.4-41.4c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l96 96c12.5 12.5 12.5 32.8 0 45.3l-96 96c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L434.7 288l-229.5 0 41.4 41.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-96-96c-12.5-12.5-12.5-32.8 0-45.3l96-96c12.5-12.5 32.8-12.5 45.3 0zM640 96V416c0 17.7-14.3 32-32 32s-32-14.3-32-32V96c0-17.7 14.3-32 32-32s32 14.3 32 32z"],"dice-d20":[512,512,[],"f6cf","M48.7 125.8l53.2 31.9c7.8 4.7 17.8 2 22.2-5.9L201.6 12.1c3-5.4-.9-12.1-7.1-12.1c-1.6 0-3.2 .5-4.6 1.4L47.9 98.8c-9.6 6.6-9.2 20.9 .8 26.9zM16 171.7V295.3c0 8 10.4 11 14.7 4.4l60-92c5-7.6 2.6-17.8-5.2-22.5L40.2 158C29.6 151.6 16 159.3 16 171.7zM310.4 12.1l77.6 139.6c4.4 7.9 14.5 10.6 22.2 5.9l53.2-31.9c10-6 10.4-20.3 .8-26.9L322.1 1.4c-1.4-.9-3-1.4-4.6-1.4c-6.2 0-10.1 6.7-7.1 12.1zM496 171.7c0-12.4-13.6-20.1-24.2-13.7l-45.3 27.2c-7.8 4.7-10.1 14.9-5.2 22.5l60 92c4.3 6.7 14.7 3.6 14.7-4.4V171.7zm-49.3 246L286.1 436.6c-8.1 .9-14.1 7.8-14.1 15.9v52.8c0 3.7 3 6.8 6.8 6.8c.8 0 1.6-.1 2.4-.4l172.7-64c6.1-2.2 10.1-8 10.1-14.5c0-9.3-8.1-16.5-17.3-15.4zM233.2 512c3.7 0 6.8-3 6.8-6.8V452.6c0-8.1-6.1-14.9-14.1-15.9l-160.6-19c-9.2-1.1-17.3 6.1-17.3 15.4c0 6.5 4 12.3 10.1 14.5l172.7 64c.8 .3 1.6 .4 2.4 .4zM41.7 382.9l170.9 20.2c7.8 .9 13.4-7.5 9.5-14.3l-85.7-150c-5.9-10.4-20.7-10.8-27.3-.8L30.2 358.2c-6.5 9.9-.3 23.3 11.5 24.7zm439.6-24.8L402.9 238.1c-6.5-10-21.4-9.6-27.3 .8L290.2 388.5c-3.9 6.8 1.6 15.2 9.5 14.3l170.1-20c11.8-1.4 18-14.7 11.5-24.6zm-216.9 11l78.4-137.2c6.1-10.7-1.6-23.9-13.9-23.9H183.1c-12.3 0-20 13.3-13.9 23.9l78.4 137.2c3.7 6.4 13 6.4 16.7 0zM174.4 176H337.6c12.2 0 19.9-13.1 14-23.8l-80-144c-2.8-5.1-8.2-8.2-14-8.2h-3.2c-5.8 0-11.2 3.2-14 8.2l-80 144c-5.9 10.7 1.8 23.8 14 23.8z"],"truck-droplet":[640,512,[],"e58c","M0 48C0 21.5 21.5 0 48 0H368c26.5 0 48 21.5 48 48V96h50.7c17 0 33.3 6.7 45.3 18.7L589.3 192c12 12 18.7 28.3 18.7 45.3V256v32 64c17.7 0 32 14.3 32 32s-14.3 32-32 32H576c0 53-43 96-96 96s-96-43-96-96H256c0 53-43 96-96 96s-96-43-96-96H48c-26.5 0-48-21.5-48-48V48zM416 256H544V237.3L466.7 160H416v96zM160 464a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm368-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM208 272c39.8 0 72-29.6 72-66c0-27-39.4-82.9-59.9-110.3c-6.1-8.2-18.1-8.2-24.2 0C175.4 123 136 179 136 206c0 36.5 32.2 66 72 66z"],"file-circle-xmark":[576,512,[],"e5a1","M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384v38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zm48 96a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm59.3 107.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L432 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L409.4 368l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L432 390.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L454.6 368l36.7-36.7z"],"temperature-arrow-up":[576,512,["temperature-up"],"e040","M128 112c0-26.5 21.5-48 48-48s48 21.5 48 48V276.5c0 17.3 7.1 31.9 15.3 42.5C249.8 332.6 256 349.5 256 368c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-18.5 6.2-35.4 16.7-48.9c8.2-10.6 15.3-25.2 15.3-42.5V112zM176 0C114.1 0 64 50.1 64 112V276.4c0 .1-.1 .3-.2 .6c-.2 .6-.8 1.6-1.7 2.8C43.2 304.2 32 334.8 32 368c0 79.5 64.5 144 144 144s144-64.5 144-144c0-33.2-11.2-63.8-30.1-88.1c-.9-1.2-1.5-2.2-1.7-2.8c-.1-.3-.2-.5-.2-.6V112C288 50.1 237.9 0 176 0zm0 416c26.5 0 48-21.5 48-48c0-20.9-13.4-38.7-32-45.3V112c0-8.8-7.2-16-16-16s-16 7.2-16 16V322.7c-18.6 6.6-32 24.4-32 45.3c0 26.5 21.5 48 48 48zM480 160h32c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-64-64c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8h32V448c0 17.7 14.3 32 32 32s32-14.3 32-32V160z"],medal:[512,512,[127941],"f5a2","M4.1 38.2C1.4 34.2 0 29.4 0 24.6C0 11 11 0 24.6 0H133.9c11.2 0 21.7 5.9 27.4 15.5l68.5 114.1c-48.2 6.1-91.3 28.6-123.4 61.9L4.1 38.2zm503.7 0L405.6 191.5c-32.1-33.3-75.2-55.8-123.4-61.9L350.7 15.5C356.5 5.9 366.9 0 378.1 0H487.4C501 0 512 11 512 24.6c0 4.8-1.4 9.6-4.1 13.6zM80 336a176 176 0 1 1 352 0A176 176 0 1 1 80 336zm184.4-94.9c-3.4-7-13.3-7-16.8 0l-22.4 45.4c-1.4 2.8-4 4.7-7 5.1L168 298.9c-7.7 1.1-10.7 10.5-5.2 16l36.3 35.4c2.2 2.2 3.2 5.2 2.7 8.3l-8.6 49.9c-1.3 7.6 6.7 13.5 13.6 9.9l44.8-23.6c2.7-1.4 6-1.4 8.7 0l44.8 23.6c6.9 3.6 14.9-2.2 13.6-9.9l-8.6-49.9c-.5-3 .5-6.1 2.7-8.3l36.3-35.4c5.6-5.4 2.5-14.8-5.2-16l-50.1-7.3c-3-.4-5.7-2.4-7-5.1l-22.4-45.4z"],bed:[640,512,[128716],"f236","M32 32c17.7 0 32 14.3 32 32V320H288V160c0-17.7 14.3-32 32-32H544c53 0 96 43 96 96V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V416H352 320 64v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V64C0 46.3 14.3 32 32 32zm144 96a80 80 0 1 1 0 160 80 80 0 1 1 0-160z"],"square-h":[448,512,["h-square"],"f0fd","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM336 152V256 360c0 13.3-10.7 24-24 24s-24-10.7-24-24V280H160l0 80c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-208c0-13.3 10.7-24 24-24s24 10.7 24 24v80H288V152c0-13.3 10.7-24 24-24s24 10.7 24 24z"],podcast:[448,512,[],"f2ce","M319.4 372c48.5-31.3 80.6-85.9 80.6-148c0-97.2-78.8-176-176-176S48 126.8 48 224c0 62.1 32.1 116.6 80.6 148c1.2 17.3 4 38 7.2 57.1l.2 1C56 395.8 0 316.5 0 224C0 100.3 100.3 0 224 0S448 100.3 448 224c0 92.5-56 171.9-136 206.1l.2-1.1c3.1-19.2 6-39.8 7.2-57zm-2.3-38.1c-1.6-5.7-3.9-11.1-7-16.2c-5.8-9.7-13.5-17-21.9-22.4c19.5-17.6 31.8-43 31.8-71.3c0-53-43-96-96-96s-96 43-96 96c0 28.3 12.3 53.8 31.8 71.3c-8.4 5.4-16.1 12.7-21.9 22.4c-3.1 5.1-5.4 10.5-7 16.2C99.8 307.5 80 268 80 224c0-79.5 64.5-144 144-144s144 64.5 144 144c0 44-19.8 83.5-50.9 109.9zM224 312c32.9 0 64 8.6 64 43.8c0 33-12.9 104.1-20.6 132.9c-5.1 19-24.5 23.4-43.4 23.4s-38.2-4.4-43.4-23.4c-7.8-28.5-20.6-99.7-20.6-132.8c0-35.1 31.1-43.8 64-43.8zm0-144a56 56 0 1 1 0 112 56 56 0 1 1 0-112z"],"temperature-full":[320,512,["temperature-4","thermometer-4","thermometer-full"],"f2c7","M160 64c-26.5 0-48 21.5-48 48V276.5c0 17.3-7.1 31.9-15.3 42.5C86.2 332.6 80 349.5 80 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9c-8.2-10.6-15.3-25.2-15.3-42.5V112c0-26.5-21.5-48-48-48zM48 112C48 50.2 98.1 0 160 0s112 50.1 112 112V276.5c0 .1 .1 .3 .2 .6c.2 .6 .8 1.6 1.7 2.8c18.9 24.4 30.1 55 30.1 88.1c0 79.5-64.5 144-144 144S16 447.5 16 368c0-33.2 11.2-63.8 30.1-88.1c.9-1.2 1.5-2.2 1.7-2.8c.1-.3 .2-.5 .2-.6V112zM208 368c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3V112c0-8.8 7.2-16 16-16s16 7.2 16 16V322.7c18.6 6.6 32 24.4 32 45.3z"],bell:[448,512,[128276,61602],"f0f3","M224 0c-17.7 0-32 14.3-32 32V51.2C119 66 64 130.6 64 208v18.8c0 47-17.3 92.4-48.5 127.6l-7.4 8.3c-8.4 9.4-10.4 22.9-5.3 34.4S19.4 416 32 416H416c12.6 0 24-7.4 29.2-18.9s3.1-25-5.3-34.4l-7.4-8.3C401.3 319.2 384 273.9 384 226.8V208c0-77.4-55-142-128-156.8V32c0-17.7-14.3-32-32-32zm45.3 493.3c12-12 18.7-28.3 18.7-45.3H224 160c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7z"],superscript:[512,512,[],"f12b","M480 32c0-11.1-5.7-21.4-15.2-27.2s-21.2-6.4-31.1-1.4l-32 16c-15.8 7.9-22.2 27.1-14.3 42.9C393 73.5 404.3 80 416 80v80c-17.7 0-32 14.3-32 32s14.3 32 32 32h32 32c17.7 0 32-14.3 32-32s-14.3-32-32-32V32zM32 64C14.3 64 0 78.3 0 96s14.3 32 32 32H47.3l89.6 128L47.3 384H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H64c10.4 0 20.2-5.1 26.2-13.6L176 311.8l85.8 122.6c6 8.6 15.8 13.6 26.2 13.6h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H304.7L215.1 256l89.6-128H320c17.7 0 32-14.3 32-32s-14.3-32-32-32H288c-10.4 0-20.2 5.1-26.2 13.6L176 200.2 90.2 77.6C84.2 69.1 74.4 64 64 64H32z"],"plug-circle-xmark":[576,512,[],"e560","M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32V412.8c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32H32zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm59.3-180.7L454.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L432 390.6l-36.7 36.7c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L409.4 368l-36.7-36.7c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L432 345.4l36.7-36.7c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"],"star-of-life":[512,512,[],"f621","M208 32c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32V172.9l122-70.4c15.3-8.8 34.9-3.6 43.7 11.7l16 27.7c8.8 15.3 3.6 34.9-11.7 43.7L352 256l122 70.4c15.3 8.8 20.5 28.4 11.7 43.7l-16 27.7c-8.8 15.3-28.4 20.6-43.7 11.7L304 339.1V480c0 17.7-14.3 32-32 32H240c-17.7 0-32-14.3-32-32V339.1L86 409.6c-15.3 8.8-34.9 3.6-43.7-11.7l-16-27.7c-8.8-15.3-3.6-34.9 11.7-43.7L160 256 38 185.6c-15.3-8.8-20.5-28.4-11.7-43.7l16-27.7C51.1 98.8 70.7 93.6 86 102.4l122 70.4V32z"],"phone-slash":[640,512,[],"f3dd","M228.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C76.1 30.2 64 46 64 64c0 107.4 37.8 206 100.8 283.1L9.2 469.1c-10.4 8.2-12.3 23.3-4.1 33.7s23.3 12.3 33.7 4.1l592-464c10.4-8.2 12.3-23.3 4.1-33.7s-23.3-12.3-33.7-4.1L253 278c-17.8-21.5-32.9-45.2-45-70.7L257.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96zm96.8 319l-91.3 72C310.7 476 407.1 512 512 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L368.7 368c-15-7.1-29.3-15.2-43-24.3z"],"paint-roller":[512,512,[],"f5aa","M0 64C0 28.7 28.7 0 64 0H352c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zM160 352c0-17.7 14.3-32 32-32V304c0-44.2 35.8-80 80-80H416c17.7 0 32-14.3 32-32V160 69.5c37.3 13.2 64 48.7 64 90.5v32c0 53-43 96-96 96H272c-8.8 0-16 7.2-16 16v16c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V352z"],"handshake-angle":[640,512,["hands-helping"],"f4c4","M544 248v3.3l69.7-69.7c21.9-21.9 21.9-57.3 0-79.2L535.6 24.4c-21.9-21.9-57.3-21.9-79.2 0L416.3 64.5c-2.7-.3-5.5-.5-8.3-.5H296c-37.1 0-67.6 28-71.6 64H224V248c0 22.1 17.9 40 40 40s40-17.9 40-40V176c0 0 0-.1 0-.1V160l16 0 136 0c0 0 0 0 .1 0H464c44.2 0 80 35.8 80 80v8zM336 192v56c0 39.8-32.2 72-72 72s-72-32.2-72-72V129.4c-35.9 6.2-65.8 32.3-76 68.2L99.5 255.2 26.3 328.4c-21.9 21.9-21.9 57.3 0 79.2l78.1 78.1c21.9 21.9 57.3 21.9 79.2 0l37.7-37.7c.9 0 1.8 .1 2.7 .1H384c26.5 0 48-21.5 48-48c0-5.6-1-11-2.7-16H432c26.5 0 48-21.5 48-48c0-12.8-5-24.4-13.2-33c25.7-5 45.1-27.6 45.2-54.8v-.4c-.1-30.8-25.1-55.8-56-55.8c0 0 0 0 0 0l-120 0z"],"location-dot":[384,512,["map-marker-alt"],"f3c5","M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"],file:[384,512,[128196,128459,61462],"f15b","M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128z"],"greater-than":[384,512,[62769],"3e","M3.4 81.7c-7.9 15.8-1.5 35 14.3 42.9L280.5 256 17.7 387.4C1.9 395.3-4.5 414.5 3.4 430.3s27.1 22.2 42.9 14.3l320-160c10.8-5.4 17.7-16.5 17.7-28.6s-6.8-23.2-17.7-28.6l-320-160c-15.8-7.9-35-1.5-42.9 14.3z"],"person-swimming":[576,512,[127946,"swimmer"],"f5c4","M309.5 178.4L447.9 297.1c-1.6 .9-3.2 2-4.8 3c-18 12.4-40.1 20.3-59.2 20.3c-19.6 0-40.8-7.7-59.2-20.3c-22.1-15.5-51.6-15.5-73.7 0c-17.1 11.8-38 20.3-59.2 20.3c-10.1 0-21.1-2.2-31.9-6.2C163.1 193.2 262.2 96 384 96h64c17.7 0 32 14.3 32 32s-14.3 32-32 32H384c-26.9 0-52.3 6.6-74.5 18.4zM160 160A64 64 0 1 1 32 160a64 64 0 1 1 128 0zM306.5 325.9C329 341.4 356.5 352 384 352c26.9 0 55.4-10.8 77.4-26.1l0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 405.7 417 416 384 416c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7l0 0C136.7 341.2 165.1 352 192 352c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z"],"arrow-down":[384,512,[8595],"f063","M169.4 470.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 370.8 224 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 306.7L54.6 265.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"],droplet:[384,512,[128167,"tint"],"f043","M192 512C86 512 0 426 0 320C0 228.8 130.2 57.7 166.6 11.7C172.6 4.2 181.5 0 191.1 0h1.8c9.6 0 18.5 4.2 24.5 11.7C253.8 57.7 384 228.8 384 320c0 106-86 192-192 192zM96 336c0-8.8-7.2-16-16-16s-16 7.2-16 16c0 61.9 50.1 112 112 112c8.8 0 16-7.2 16-16s-7.2-16-16-16c-44.2 0-80-35.8-80-80z"],eraser:[576,512,[],"f12d","M290.7 57.4L57.4 290.7c-25 25-25 65.5 0 90.5l80 80c12 12 28.3 18.7 45.3 18.7H288h9.4H512c17.7 0 32-14.3 32-32s-14.3-32-32-32H387.9L518.6 285.3c25-25 25-65.5 0-90.5L381.3 57.4c-25-25-65.5-25-90.5 0zM297.4 416H288l-105.4 0-80-80L227.3 211.3 364.7 348.7 297.4 416z"],"earth-americas":[512,512,[127758,"earth","earth-america","globe-americas"],"f57d","M57.7 193l9.4 16.4c8.3 14.5 21.9 25.2 38 29.8L163 255.7c17.2 4.9 29 20.6 29 38.5v39.9c0 11 6.2 21 16 25.9s16 14.9 16 25.9v39c0 15.6 14.9 26.9 29.9 22.6c16.1-4.6 28.6-17.5 32.7-33.8l2.8-11.2c4.2-16.9 15.2-31.4 30.3-40l8.1-4.6c15-8.5 24.2-24.5 24.2-41.7v-8.3c0-12.7-5.1-24.9-14.1-33.9l-3.9-3.9c-9-9-21.2-14.1-33.9-14.1H257c-11.1 0-22.1-2.9-31.8-8.4l-34.5-19.7c-4.3-2.5-7.6-6.5-9.2-11.2c-3.2-9.6 1.1-20 10.2-24.5l5.9-3c6.6-3.3 14.3-3.9 21.3-1.5l23.2 7.7c8.2 2.7 17.2-.4 21.9-7.5c4.7-7 4.2-16.3-1.2-22.8l-13.6-16.3c-10-12-9.9-29.5 .3-41.3l15.7-18.3c8.8-10.3 10.2-25 3.5-36.7l-2.4-4.2c-3.5-.2-6.9-.3-10.4-.3C163.1 48 84.4 108.9 57.7 193zM464 256c0-36.8-9.6-71.4-26.4-101.5L412 164.8c-15.7 6.3-23.8 23.8-18.5 39.8l16.9 50.7c3.5 10.4 12 18.3 22.6 20.9l29.1 7.3c1.2-9 1.8-18.2 1.8-27.5zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"],"person-burst":[640,512,[],"e53b","M480 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-8 384V352h16V480c0 17.7 14.3 32 32 32s32-14.3 32-32V256.9l28.6 47.5c9.1 15.1 28.8 20 43.9 10.9s20-28.8 10.9-43.9l-58.3-97c-17.4-28.9-48.6-46.6-82.3-46.6H465.1c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9L408 256.9V480c0 17.7 14.3 32 32 32s32-14.3 32-32zM190.9 18.1C188.4 12 182.6 8 176 8s-12.4 4-14.9 10.1l-29.4 74L55.6 68.9c-6.3-1.9-13.1 .2-17.2 5.3s-4.6 12.2-1.4 17.9l39.5 69.1L10.9 206.4c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2L90.6 327c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6L176 286.1l58.6 53.9c4.8 4.4 11.9 5.5 17.8 2.6s9.5-9 9-15.5l-5.6-79.4 50.5-7.8 24.4-40.5-55.2-38L315 92.2c3.3-5.7 2.7-12.8-1.4-17.9s-10.9-7.2-17.2-5.3L220.3 92.1l-29.4-74z"],dove:[512,512,[128330],"f4ba","M160.8 96.5c14 17 31 30.9 49.5 42.2c25.9 15.8 53.7 25.9 77.7 31.6V138.8C265.8 108.5 250 71.5 248.6 28c-.4-11.3-7.5-21.5-18.4-24.4c-7.6-2-15.8-.2-21 5.8c-13.3 15.4-32.7 44.6-48.4 87.2zM320 144v30.6l0 0v1.3l0 0 0 32.1c-60.8-5.1-185-43.8-219.3-157.2C97.4 40 87.9 32 76.6 32c-7.9 0-15.3 3.9-18.8 11C46.8 65.9 32 112.1 32 176c0 116.9 80.1 180.5 118.4 202.8L11.8 416.6C6.7 418 2.6 421.8 .9 426.8s-.8 10.6 2.3 14.8C21.7 466.2 77.3 512 160 512c3.6 0 7.2-1.2 10-3.5L245.6 448H320c88.4 0 160-71.6 160-160V128l29.9-44.9c1.3-2 2.1-4.4 2.1-6.8c0-6.8-5.5-12.3-12.3-12.3H400c-44.2 0-80 35.8-80 80zm80-16a16 16 0 1 1 0 32 16 16 0 1 1 0-32z"],"battery-empty":[576,512,["battery-0"],"f244","M80 160c-8.8 0-16 7.2-16 16V336c0 8.8 7.2 16 16 16H464c8.8 0 16-7.2 16-16V176c0-8.8-7.2-16-16-16H80zM0 176c0-44.2 35.8-80 80-80H464c44.2 0 80 35.8 80 80v16c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32v16c0 44.2-35.8 80-80 80H80c-44.2 0-80-35.8-80-80V176z"],socks:[512,512,[129510],"f696","M175.2 476.6c-9.7-18-15.2-38.7-15.2-60.6c0-40.3 19-78.2 51.2-102.4l64-48c8.1-6 12.8-15.5 12.8-25.6V96H128V240c0 20.1-9.5 39.1-25.6 51.2l-64 48C14.2 357.3 0 385.8 0 416c0 53 43 96 96 96c20.8 0 41-6.7 57.6-19.2l21.6-16.2zM128 64H288V48c0-14.5 3.9-28.2 10.7-39.9C291 3 281.9 0 272 0H176c-26.5 0-48 21.5-48 48V64zM320 96V240c0 20.1-9.5 39.1-25.6 51.2l-64 48C206.2 357.3 192 385.8 192 416c0 53 43 96 96 96c20.8 0 41-6.7 57.6-19.2l115.2-86.4C493 382.2 512 344.3 512 304V96H320zM512 64V48c0-26.5-21.5-48-48-48H368c-26.5 0-48 21.5-48 48V64H512z"],inbox:[512,512,[],"f01c","M121 32C91.6 32 66 52 58.9 80.5L1.9 308.4C.6 313.5 0 318.7 0 323.9V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V323.9c0-5.2-.6-10.4-1.9-15.5l-57-227.9C446 52 420.4 32 391 32H121zm0 64H391l48 192H387.8c-12.1 0-23.2 6.8-28.6 17.7l-14.3 28.6c-5.4 10.8-16.5 17.7-28.6 17.7H195.8c-12.1 0-23.2-6.8-28.6-17.7l-14.3-28.6c-5.4-10.8-16.5-17.7-28.6-17.7H73L121 96z"],section:[256,512,[],"e447","M64.9 96C67.1 84.4 73.7 76.2 86 70.6c13.8-6.2 34.8-8.9 61.2-4.5c8.8 1.4 36.1 7.1 44.1 9.3c17 4.8 34.7-5.1 39.5-22.2s-5.1-34.7-22.2-39.5c-11.1-3.1-41-9.2-50.9-10.8C123-2.7 88.3-.6 59.7 12.3C29.9 25.8 7.5 50.9 1.6 86.5c-.1 .5-.2 1.1-.2 1.6c-2.2 19.7 .3 37.9 8.1 54.1c7.7 16.1 19.4 28 32 36.9c.6 .5 1.3 .9 2 1.4C22.3 194.2 6.5 215.1 1.7 243c-.1 .6-.2 1.1-.2 1.7c-2.3 19.3 .4 37.1 8.4 53c7.9 15.6 19.8 27 32.3 35.5c22.4 15.2 51.9 24 75.4 31l0 0 3.7 1.1c27.2 8.2 46.9 14.6 59.4 23.8c5.5 4 8.2 7.6 9.5 10.9c1.3 3.2 2.6 8.6 .9 18.1c-1.7 10.1-7.7 18-20.7 23.5c-14 6-35.4 8.5-62 4.4c-12.8-2.1-35.1-9.7-54.1-16.2l0 0c-4.3-1.5-8.5-2.9-12.3-4.2C25.3 420 7.2 429.1 1.6 445.8s3.5 34.9 20.3 40.5c2.6 .8 5.7 1.9 9.2 3.1c18.6 6.3 48.5 16.6 67.3 19.6l0 0 .2 0c34.5 5.4 68.8 3.4 97.2-8.7c29.4-12.6 52.5-36.5 58.5-71.5c3.3-19.3 1.9-37.4-5-53.9c-6.3-15-16.4-26.4-27.6-35.2c16.5-13.9 28.5-33.2 32.6-58.2c3.2-19.8 1.9-38.3-4.8-55.1c-6.7-16.8-17.8-29.4-30.2-39c-22.8-17.6-53.6-27.4-77.7-35l-1.4-.5c-27.4-8.7-47.8-15.3-61.5-25c-6.1-4.4-9.5-8.5-11.4-12.4c-1.8-3.7-3.2-9.3-2.3-18.5zm76.7 208.5c-.2-.1-.4-.1-.6-.2l-1.4-.4c-27.4-8.2-47.9-14.5-61.7-23.8c-6.2-4.2-9.3-7.9-11-11.3c-1.5-3-2.9-7.7-2.1-15.7c1.9-9.7 7.9-17.3 20.5-22.7c14-6 35.4-8.5 62.1-4.3l16.4 2.6c6.3 2.9 11.7 6 16.2 9.5c5.5 4.2 8.4 8.2 10 12.2c1.6 4 2.8 10.4 1.1 20.9c-2.4 14.7-12.8 26.4-37.1 31l-12.4 2.3z"],"gauge-high":[512,512,[62461,"tachometer-alt","tachometer-alt-fast"],"f625","M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM288 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM256 416c35.3 0 64-28.7 64-64c0-17.4-6.9-33.1-18.1-44.6L366 161.7c5.3-12.1-.2-26.3-12.3-31.6s-26.3 .2-31.6 12.3L257.9 288c-.6 0-1.3 0-1.9 0c-35.3 0-64 28.7-64 64s28.7 64 64 64zM176 144a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM96 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm352-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"],"envelope-open-text":[512,512,[],"f658","M215.4 96H144 107.8 96v8.8V144v40.4 89L.2 202.5c1.6-18.1 10.9-34.9 25.7-45.8L48 140.3V96c0-26.5 21.5-48 48-48h76.6l49.9-36.9C232.2 3.9 243.9 0 256 0s23.8 3.9 33.5 11L339.4 48H416c26.5 0 48 21.5 48 48v44.3l22.1 16.4c14.8 10.9 24.1 27.7 25.7 45.8L416 273.4v-89V144 104.8 96H404.2 368 296.6 215.4zM0 448V242.1L217.6 403.3c11.1 8.2 24.6 12.7 38.4 12.7s27.3-4.4 38.4-12.7L512 242.1V448v0c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64v0zM176 160H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H176c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H176c-8.8 0-16-7.2-16-16s7.2-16 16-16z"],hospital:[640,512,[127973,62589,"hospital-alt","hospital-wide"],"f0f8","M192 48c0-26.5 21.5-48 48-48H400c26.5 0 48 21.5 48 48V512H368V432c0-26.5-21.5-48-48-48s-48 21.5-48 48v80H192V48zM48 96H160V512H48c-26.5 0-48-21.5-48-48V320H80c8.8 0 16-7.2 16-16s-7.2-16-16-16H0V224H80c8.8 0 16-7.2 16-16s-7.2-16-16-16H0V144c0-26.5 21.5-48 48-48zm544 0c26.5 0 48 21.5 48 48v48H560c-8.8 0-16 7.2-16 16s7.2 16 16 16h80v64H560c-8.8 0-16 7.2-16 16s7.2 16 16 16h80V464c0 26.5-21.5 48-48 48H480V96H592zM312 64c-8.8 0-16 7.2-16 16v24H272c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16h24v24c0 8.8 7.2 16 16 16h16c8.8 0 16-7.2 16-16V152h24c8.8 0 16-7.2 16-16V120c0-8.8-7.2-16-16-16H344V80c0-8.8-7.2-16-16-16H312z"],"wine-bottle":[512,512,[],"f72f","M393.4 9.4c12.5-12.5 32.8-12.5 45.3 0l64 64c12.5 12.5 12.5 32.8 0 45.3c-11.8 11.8-30.7 12.5-43.2 1.9l-9.5 9.5-48.8 48.8c-9.2 9.2-11.5 22.9-8.6 35.6c9.4 40.9-1.9 85.6-33.8 117.5L197.3 493.3c-25 25-65.5 25-90.5 0l-88-88c-25-25-25-65.5 0-90.5L180.2 153.3c31.9-31.9 76.6-43.1 117.5-33.8c12.6 2.9 26.4 .5 35.5-8.6l48.8-48.8 9.5-9.5c-10.6-12.6-10-31.4 1.9-43.2zM99.3 347.3l65.4 65.4c6.2 6.2 16.4 6.2 22.6 0l97.4-97.4c6.2-6.2 6.2-16.4 0-22.6l-65.4-65.4c-6.2-6.2-16.4-6.2-22.6 0L99.3 324.7c-6.2 6.2-6.2 16.4 0 22.6z"],"chess-rook":[448,512,[9820],"f447","M32 192V48c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16V88c0 4.4 3.6 8 8 8h32c4.4 0 8-3.6 8-8V48c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16V88c0 4.4 3.6 8 8 8h32c4.4 0 8-3.6 8-8V48c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16V192c0 10.1-4.7 19.6-12.8 25.6L352 256l16 144H80L96 256 44.8 217.6C36.7 211.6 32 202.1 32 192zm176 96h32c8.8 0 16-7.2 16-16V224c0-17.7-14.3-32-32-32s-32 14.3-32 32v48c0 8.8 7.2 16 16 16zM22.6 473.4L64 432H384l41.4 41.4c4.2 4.2 6.6 10 6.6 16c0 12.5-10.1 22.6-22.6 22.6H38.6C26.1 512 16 501.9 16 489.4c0-6 2.4-11.8 6.6-16z"],"bars-staggered":[512,512,["reorder","stream"],"f550","M0 96C0 78.3 14.3 64 32 64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 128 0 113.7 0 96zM64 256c0-17.7 14.3-32 32-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H96c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z"],dharmachakra:[512,512,[9784],"f655","M337.8 205.7l48.6-42.5c13.8 19.3 23.4 41.9 27.4 66.2l-64.4 4.3c-2.4-10.1-6.4-19.5-11.6-28zm140.1 19.5c-5.3-38.8-20.6-74.5-43.2-104.3l.8-.7C449 108.4 449.7 87.6 437 75s-33.4-12-45.2 1.5l-.7 .8c-29.8-22.6-65.5-37.9-104.3-43.2l.1-1.1c1.2-17.9-13-33-30.9-33s-32.1 15.2-30.9 33l.1 1.1c-38.8 5.3-74.5 20.6-104.3 43.2l-.7-.8C108.4 63 87.6 62.3 75 75s-12 33.4 1.5 45.2l.8 .7c-22.6 29.8-37.9 65.5-43.2 104.3l-1.1-.1c-17.9-1.2-33 13-33 30.9s15.2 32.1 33 30.9l1.1-.1c5.3 38.8 20.6 74.5 43.2 104.3l-.8 .7C63 403.6 62.3 424.4 75 437s33.4 12 45.2-1.5l.7-.8c29.8 22.6 65.5 37.9 104.3 43.2l-.1 1.1c-1.2 17.9 13 33 30.9 33s32.1-15.2 30.9-33l-.1-1.1c38.8-5.3 74.5-20.6 104.3-43.2l.7 .8c11.8 13.5 32.5 14.2 45.2 1.5s12-33.4-1.5-45.2l-.8-.7c22.6-29.8 37.9-65.5 43.2-104.3l1.1 .1c17.9 1.2 33-13 33-30.9s-15.2-32.1-33-30.9l-1.1 .1zM163.2 125.6c19.3-13.8 41.9-23.4 66.2-27.5l4.3 64.4c-10 2.4-19.5 6.4-28 11.6l-42.5-48.6zm-65 103.8c4.1-24.4 13.7-46.9 27.5-66.2l48.6 42.5c-5.3 8.5-9.2 18-11.6 28l-64.4-4.3zm27.5 119.4c-13.8-19.3-23.4-41.9-27.5-66.2l64.4-4.3c2.4 10 6.4 19.5 11.6 28l-48.6 42.5zm103.8 65c-24.4-4.1-46.9-13.7-66.2-27.4l42.5-48.6c8.5 5.3 18 9.2 28 11.6l-4.3 64.4zm119.4-27.4c-19.3 13.8-41.9 23.4-66.2 27.4l-4.3-64.4c10-2.4 19.5-6.4 28-11.6l42.5 48.6zm65-103.8c-4.1 24.4-13.7 46.9-27.4 66.2l-48.6-42.5c5.3-8.5 9.2-18 11.6-28l64.4 4.3zm-65-156.9l-42.5 48.6c-8.5-5.3-18-9.2-28-11.6l4.3-64.4c24.4 4.1 46.9 13.7 66.2 27.5zM256 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],hotdog:[512,512,[127789],"f80f","M488.6 23.4c31.2 31.2 31.2 81.9 0 113.1l-352 352c-31.2 31.2-81.9 31.2-113.1 0s-31.2-81.9 0-113.1l352-352c31.2-31.2 81.9-31.2 113.1 0zM443.3 92.7c-6.2-6.2-16.4-6.2-22.6 0c-12.5 12.5-23.8 15.1-37.5 17.6l-2.5 .4c-13.8 2.5-31.6 5.6-48 22c-16.7 16.7-20.9 36-24.1 50.9l0 0v0l-.2 1c-3.4 15.6-6 26.4-15.7 36.1s-20.5 12.3-36.1 15.7l-1 .2c-14.9 3.2-34.2 7.4-50.9 24.1s-20.9 36-24.1 50.9l-.2 1c-3.4 15.6-6 26.4-15.7 36.1c-9.2 9.2-18 10.8-32.7 13.4l0 0-.9 .2c-15.6 2.8-34.9 6.9-54.4 26.4c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0c12.5-12.5 23.8-15.1 37.5-17.6l2.5-.4c13.8-2.5 31.6-5.6 48-22c16.7-16.7 20.9-36 24.1-50.9l.2-1c3.4-15.6 6-26.4 15.7-36.1s20.5-12.3 36.1-15.7l1-.2c14.9-3.2 34.2-7.4 50.9-24.1s20.9-36 24.1-50.9l.2-1c3.4-15.6 6-26.4 15.7-36.1c9.2-9.2 18-10.8 32.7-13.4l.9-.2c15.6-2.8 34.9-6.9 54.4-26.4c6.2-6.2 6.2-16.4 0-22.6zM191.2 479.2l288-288L495 207c10.9 10.9 17 25.6 17 41s-6.1 30.1-17 41L289 495c-10.9 10.9-25.6 17-41 17s-30.1-6.1-41-17l-15.8-15.8zM17 305C6.1 294.1 0 279.4 0 264s6.1-30.1 17-41L223 17C233.9 6.1 248.6 0 264 0s30.1 6.1 41 17l15.8 15.8-288 288L17 305z"],"person-walking-with-cane":[512,512,["blind"],"f29d","M176 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-8.4 32c-36.4 0-69.6 20.5-85.9 53.1L35.4 273.7c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3L128 231.6v43.2c0 17 6.7 33.3 18.7 45.3L224 397.3V480c0 17.7 14.3 32 32 32s32-14.3 32-32V390.6c0-12.7-5.1-24.9-14.1-33.9L224 306.7V213.3l70.4 93.9c10.6 14.1 30.7 17 44.8 6.4s17-30.7 6.4-44.8L268.8 166.4C250.7 142.2 222.2 128 192 128H167.6zM128.3 346.8L97 472.2c-4.3 17.1 6.1 34.5 23.3 38.8s34.5-6.1 38.8-23.3l22-88.2-52.8-52.8zM450.8 505.1c5 7.3 15 9.1 22.3 4s9.1-15 4-22.3L358.9 316.1c-2.8 3.8-6.1 7.3-10.1 10.3c-5 3.8-10.5 6.4-16.2 7.9L450.8 505.1z"],drum:[512,512,[129345],"f569","M501.2 76.1c11.1-7.3 14.2-22.1 6.9-33.2s-22.1-14.2-33.2-6.9L370.2 104.5C335.8 98.7 297 96 256 96C114.6 96 0 128 0 208V368c0 31.3 27.4 58.8 72 78.7V344c0-13.3 10.7-24 24-24s24 10.7 24 24V463.4c33 8.9 71.1 14.5 112 16.1V376c0-13.3 10.7-24 24-24s24 10.7 24 24V479.5c40.9-1.6 79-7.2 112-16.1V344c0-13.3 10.7-24 24-24s24 10.7 24 24V446.7c44.6-19.9 72-47.4 72-78.7V208c0-41.1-30.2-69.5-78.8-87.4l67.9-44.5zM307.4 145.6l-64.6 42.3c-11.1 7.3-14.2 22.1-6.9 33.2s22.1 14.2 33.2 6.9l111.1-72.8c14.7 3.2 27.9 7 39.4 11.5C458.4 181.8 464 197.4 464 208c0 .8-2.7 17.2-46 35.9C379.1 260.7 322 272 256 272s-123.1-11.3-162-28.1C50.7 225.2 48 208.8 48 208c0-10.6 5.6-26.2 44.4-41.3C130.6 151.9 187.8 144 256 144c18 0 35.1 .5 51.4 1.6z"],"ice-cream":[448,512,[127848],"f810","M367.1 160c.6-5.3 .9-10.6 .9-16C368 64.5 303.5 0 224 0S80 64.5 80 144c0 5.4 .3 10.7 .9 16H80c-26.5 0-48 21.5-48 48s21.5 48 48 48h53.5 181H368c26.5 0 48-21.5 48-48s-21.5-48-48-48h-.9zM96 288L200.8 497.7c4.4 8.8 13.3 14.3 23.2 14.3s18.8-5.5 23.2-14.3L352 288H96z"],"heart-circle-bolt":[576,512,[],"e4fc","M47.6 300.4L228.3 469.1c7.5 7 17.4 10.9 27.7 10.9s20.2-3.9 27.7-10.9l2.6-2.4C267.2 438.6 256 404.6 256 368c0-97.2 78.8-176 176-176c28.3 0 55 6.7 78.7 18.5c.9-6.5 1.3-13 1.3-19.6v-5.8c0-69.9-50.5-129.5-119.4-141C347 36.5 300.6 51.4 268 84L256 96 244 84c-32.6-32.6-79-47.5-124.6-39.9C50.5 55.6 0 115.2 0 185.1v5.8c0 41.5 17.2 81.2 47.6 109.5zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm47.9-225c4.3 3.7 5.4 9.9 2.6 14.9L452.4 356H488c5.2 0 9.8 3.3 11.4 8.2s-.1 10.3-4.2 13.4l-96 72c-4.5 3.4-10.8 3.2-15.1-.6s-5.4-9.9-2.6-14.9L411.6 380H376c-5.2 0-9.8-3.3-11.4-8.2s.1-10.3 4.2-13.4l96-72c4.5-3.4 10.8-3.2 15.1 .6z"],fax:[512,512,[128224,128439],"f1ac","M128 64v96h64V64H386.7L416 93.3V160h64V93.3c0-17-6.7-33.3-18.7-45.3L432 18.7C420 6.7 403.7 0 386.7 0H192c-35.3 0-64 28.7-64 64zM0 160V480c0 17.7 14.3 32 32 32H64c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32H32c-17.7 0-32 14.3-32 32zm480 32H128V480c0 17.7 14.3 32 32 32H480c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM256 256a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm96 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm32 96a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM224 416a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"],paragraph:[448,512,[182],"f1dd","M192 32h64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H384l0 352c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-352H288V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H192c-88.4 0-160-71.6-160-160s71.6-160 160-160z"],"check-to-slot":[576,512,["vote-yea"],"f772","M96 80c0-26.5 21.5-48 48-48H432c26.5 0 48 21.5 48 48V384H96V80zm313 47c-9.4-9.4-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L409 161c9.4-9.4 9.4-24.6 0-33.9zM0 336c0-26.5 21.5-48 48-48H64V416H512V288h16c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V336z"],"star-half":[576,512,[61731],"f089","M288 0c-12.2 .1-23.3 7-28.6 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3L288 439.8V0zM429.9 512c1.1 .1 2.1 .1 3.2 0h-3.2z"],"boxes-stacked":[576,512,[62625,"boxes","boxes-alt"],"f468","M248 0H208c-26.5 0-48 21.5-48 48V160c0 35.3 28.7 64 64 64H352c35.3 0 64-28.7 64-64V48c0-26.5-21.5-48-48-48H328V80c0 8.8-7.2 16-16 16H264c-8.8 0-16-7.2-16-16V0zM64 256c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H224c35.3 0 64-28.7 64-64V320c0-35.3-28.7-64-64-64H184v80c0 8.8-7.2 16-16 16H120c-8.8 0-16-7.2-16-16V256H64zM352 512H512c35.3 0 64-28.7 64-64V320c0-35.3-28.7-64-64-64H472v80c0 8.8-7.2 16-16 16H408c-8.8 0-16-7.2-16-16V256H352c-15 0-28.8 5.1-39.7 13.8c4.9 10.4 7.7 22 7.7 34.2V464c0 12.2-2.8 23.8-7.7 34.2C323.2 506.9 337 512 352 512z"],link:[640,512,[128279,"chain"],"f0c1","M579.8 267.7c56.5-56.5 56.5-148 0-204.5c-50-50-128.8-56.5-186.3-15.4l-1.6 1.1c-14.4 10.3-17.7 30.3-7.4 44.6s30.3 17.7 44.6 7.4l1.6-1.1c32.1-22.9 76-19.3 103.8 8.6c31.5 31.5 31.5 82.5 0 114L422.3 334.8c-31.5 31.5-82.5 31.5-114 0c-27.9-27.9-31.5-71.8-8.6-103.8l1.1-1.6c10.3-14.4 6.9-34.4-7.4-44.6s-34.4-6.9-44.6 7.4l-1.1 1.6C206.5 251.2 213 330 263 380c56.5 56.5 148 56.5 204.5 0L579.8 267.7zM60.2 244.3c-56.5 56.5-56.5 148 0 204.5c50 50 128.8 56.5 186.3 15.4l1.6-1.1c14.4-10.3 17.7-30.3 7.4-44.6s-30.3-17.7-44.6-7.4l-1.6 1.1c-32.1 22.9-76 19.3-103.8-8.6C74 372 74 321 105.5 289.5L217.7 177.2c31.5-31.5 82.5-31.5 114 0c27.9 27.9 31.5 71.8 8.6 103.9l-1.1 1.6c-10.3 14.4-6.9 34.4 7.4 44.6s34.4 6.9 44.6-7.4l1.1-1.6C433.5 260.8 427 182 377 132c-56.5-56.5-148-56.5-204.5 0L60.2 244.3z"],"ear-listen":[512,512,["assistive-listening-systems"],"f2a2","M398.3 3.4c-15.8-7.9-35-1.5-42.9 14.3c-7.9 15.8-1.5 34.9 14.2 42.9l.4 .2c.4 .2 1.1 .6 2.1 1.2c2 1.2 5 3 8.7 5.6c7.5 5.2 17.6 13.2 27.7 24.2C428.5 113.4 448 146 448 192c0 17.7 14.3 32 32 32s32-14.3 32-32c0-66-28.5-113.4-56.5-143.7C441.6 33.2 427.7 22.2 417.3 15c-5.3-3.7-9.7-6.4-13-8.3c-1.6-1-3-1.7-4-2.2c-.5-.3-.9-.5-1.2-.7l-.4-.2-.2-.1-.1 0 0 0c0 0 0 0-14.3 28.6L398.3 3.4zM128.7 227.5c6.2-56 53.7-99.5 111.3-99.5c61.9 0 112 50.1 112 112c0 29.3-11.2 55.9-29.6 75.9c-17 18.4-34.4 45.1-34.4 78V400c0 26.5-21.5 48-48 48c-17.7 0-32 14.3-32 32s14.3 32 32 32c61.9 0 112-50.1 112-112v-6.1c0-9.8 5.4-21.7 17.4-34.7C398.3 327.9 416 286 416 240c0-97.2-78.8-176-176-176C149.4 64 74.8 132.5 65.1 220.5c-1.9 17.6 10.7 33.4 28.3 35.3s33.4-10.7 35.3-28.3zM32 512a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM192 352a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-64-64c-12.5-12.5-32.8-12.5-45.3 0zM208 240c0-17.7 14.3-32 32-32s32 14.3 32 32c0 13.3 10.7 24 24 24s24-10.7 24-24c0-44.2-35.8-80-80-80s-80 35.8-80 80c0 13.3 10.7 24 24 24s24-10.7 24-24z"],"tree-city":[640,512,[],"e587","M288 48c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48V192h40V120c0-13.3 10.7-24 24-24s24 10.7 24 24v72h24c26.5 0 48 21.5 48 48V464c0 26.5-21.5 48-48 48H432 336c-26.5 0-48-21.5-48-48V48zm64 32v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V80c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16zm16 80c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V176c0-8.8-7.2-16-16-16H368zM352 272v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16zm176-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H528zM512 368v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16H528c-8.8 0-16 7.2-16 16zM224 160c0 6-1 11-2 16c20 14 34 38 34 64c0 45-36 80-80 80H160V480c0 18-15 32-32 32c-18 0-32-14-32-32V320H80c-45 0-80-35-80-80c0-26 13-50 33-64c-1-5-1-10-1-16c0-53 42-96 96-96c53 0 96 43 96 96z"],play:[384,512,[9654],"f04b","M73 39c-14.8-9.1-33.4-9.4-48.5-.9S0 62.6 0 80V432c0 17.4 9.4 33.4 24.5 41.9s33.7 8.1 48.5-.9L361 297c14.3-8.7 23-24.2 23-41s-8.7-32.2-23-41L73 39z"],font:[448,512,[],"f031","M254 52.8C249.3 40.3 237.3 32 224 32s-25.3 8.3-30 20.8L57.8 416H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32h-1.8l18-48H303.8l18 48H320c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H390.2L254 52.8zM279.8 304H168.2L224 155.1 279.8 304z"],"rupiah-sign":[512,512,[],"e23d","M0 64C0 46.3 14.3 32 32 32h80c79.5 0 144 64.5 144 144c0 58.8-35.2 109.3-85.7 131.7l51.4 128.4c6.6 16.4-1.4 35-17.8 41.6s-35-1.4-41.6-17.8L106.3 320H64V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V288 64zM64 256h48c44.2 0 80-35.8 80-80s-35.8-80-80-80H64V256zm256-96h80c61.9 0 112 50.1 112 112s-50.1 112-112 112H352v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V352 192c0-17.7 14.3-32 32-32zm80 160c26.5 0 48-21.5 48-48s-21.5-48-48-48H352v96h48z"],"magnifying-glass":[512,512,[128269,"search"],"f002","M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z"],"table-tennis-paddle-ball":[640,512,[127955,"ping-pong-paddle-ball","table-tennis"],"f45d","M480 288c-50.1 0-93.6 28.8-114.6 70.8L132.9 126.3l.6-.6 60.1-60.1c87.5-87.5 229.3-87.5 316.8 0c67.1 67.1 82.7 166.3 46.8 248.3C535.8 297.6 509 288 480 288zM113.3 151.9L354.1 392.7c-1.4 7.5-2.1 15.3-2.1 23.3c0 23.2 6.2 44.9 16.9 63.7c-3 .2-6.1 .3-9.2 .3H357c-33.9 0-66.5-13.5-90.5-37.5l-9.8-9.8c-13.1-13.1-34.6-12.4-46.8 1.7L152.2 501c-5.8 6.7-14.2 10.7-23 11s-17.5-3.1-23.8-9.4l-32-32c-6.3-6.3-9.7-14.9-9.4-23.8s4.3-17.2 11-23l66.6-57.7c14-12.2 14.8-33.7 1.7-46.8l-9.8-9.8c-24-24-37.5-56.6-37.5-90.5v-2.7c0-22.8 6.1-44.9 17.3-64.3zM480 320a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"],"person-dots-from-line":[576,512,["diagnoses"],"f470","M288 176A88 88 0 1 0 288 0a88 88 0 1 0 0 176zM78.7 372.9c15-12.5 50-34.4 97.3-50.1V432H400V322.7c47.3 15.8 82.3 37.7 97.3 50.1c20.4 17 50.6 14.2 67.6-6.1s14.2-50.6-6.1-67.6c-12-10-30.1-22.5-53.2-35C497.2 278.4 481.7 288 464 288c-26.5 0-48-21.5-48-48c0-4.3 .6-8.4 1.6-12.4C379.1 215.9 335.3 208 288 208c-60.2 0-114.9 12.9-160 29.9c0 .7 0 1.4 0 2.1c0 26.5-21.5 48-48 48c-11.8 0-22.7-4.3-31-11.4c-13.1 8.1-23.7 15.9-31.7 22.5c-20.4 17-23.1 47.2-6.1 67.6s47.2 23.1 67.6 6.1zM24 464c-13.3 0-24 10.7-24 24s10.7 24 24 24H552c13.3 0 24-10.7 24-24s-10.7-24-24-24H24zM224 280a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm104 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM96 240a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm368 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32z"],"trash-can-arrow-up":[448,512,["trash-restore-alt"],"f82a","M163.8 0H284.2c12.1 0 23.2 6.8 28.6 17.7L320 32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 96 0 81.7 0 64S14.3 32 32 32h96l7.2-14.3C140.6 6.8 151.7 0 163.8 0zM32 128H416V448c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64V128zm192 64c-6.4 0-12.5 2.5-17 7l-80 80c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l39-39V408c0 13.3 10.7 24 24 24s24-10.7 24-24V273.9l39 39c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-80-80c-4.5-4.5-10.6-7-17-7z"],"naira-sign":[448,512,[],"e1f6","M122.6 46.3c-7.8-11.7-22.4-17-35.9-12.9S64 49.9 64 64V256H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H64V448c0 17.7 14.3 32 32 32s32-14.3 32-32V320H228.2l97.2 145.8c7.8 11.7 22.4 17 35.9 12.9s22.7-16.5 22.7-30.6V320h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H384V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V256H262.5L122.6 46.3zM305.1 320H320v22.3L305.1 320zM185.5 256H128V169.7L185.5 256z"],"cart-arrow-down":[576,512,[],"f218","M24 0C10.7 0 0 10.7 0 24S10.7 48 24 48H69.5c3.8 0 7.1 2.7 7.9 6.5l51.6 271c6.5 34 36.2 58.5 70.7 58.5H488c13.3 0 24-10.7 24-24s-10.7-24-24-24H199.7c-11.5 0-21.4-8.2-23.6-19.5L170.7 288H459.2c32.6 0 61.1-21.8 69.5-53.3l41-152.3C576.6 57 557.4 32 531.1 32H360V134.1l23-23c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-64 64c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l23 23V32H120.1C111 12.8 91.6 0 69.5 0H24zM176 512a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm336-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z"],"walkie-talkie":[384,512,[],"f8ef","M112 24c0-13.3-10.7-24-24-24S64 10.7 64 24V96H48C21.5 96 0 117.5 0 144V300.1c0 12.7 5.1 24.9 14.1 33.9l3.9 3.9c9 9 14.1 21.2 14.1 33.9V464c0 26.5 21.5 48 48 48H304c26.5 0 48-21.5 48-48V371.9c0-12.7 5.1-24.9 14.1-33.9l3.9-3.9c9-9 14.1-21.2 14.1-33.9V144c0-26.5-21.5-48-48-48H320c0-17.7-14.3-32-32-32s-32 14.3-32 32H224c0-17.7-14.3-32-32-32s-32 14.3-32 32H112V24zm0 136H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16z"],"file-pen":[576,512,[128221,"file-edit"],"f31c","M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384V285.7l-86.8 86.8c-10.3 10.3-17.5 23.1-21 37.2l-18.7 74.9c-2.3 9.2-1.8 18.8 1.3 27.5H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zM549.8 235.7l14.4 14.4c15.6 15.6 15.6 40.9 0 56.6l-29.4 29.4-71-71 29.4-29.4c15.6-15.6 40.9-15.6 56.6 0zM311.9 417L441.1 287.8l71 71L382.9 487.9c-4.1 4.1-9.2 7-14.9 8.4l-60.1 15c-5.5 1.4-11.2-.2-15.2-4.2s-5.6-9.7-4.2-15.2l15-60.1c1.4-5.6 4.3-10.8 8.4-14.9z"],receipt:[384,512,[129534],"f543","M14 2.2C22.5-1.7 32.5-.3 39.6 5.8L80 40.4 120.4 5.8c9-7.7 22.3-7.7 31.2 0L192 40.4 232.4 5.8c9-7.7 22.3-7.7 31.2 0L304 40.4 344.4 5.8c7.1-6.1 17.1-7.5 25.6-3.6s14 12.4 14 21.8V488c0 9.4-5.5 17.9-14 21.8s-18.5 2.5-25.6-3.6L304 471.6l-40.4 34.6c-9 7.7-22.3 7.7-31.2 0L192 471.6l-40.4 34.6c-9 7.7-22.3 7.7-31.2 0L80 471.6 39.6 506.2c-7.1 6.1-17.1 7.5-25.6 3.6S0 497.4 0 488V24C0 14.6 5.5 6.1 14 2.2zM96 144c-8.8 0-16 7.2-16 16s7.2 16 16 16H288c8.8 0 16-7.2 16-16s-7.2-16-16-16H96zM80 352c0 8.8 7.2 16 16 16H288c8.8 0 16-7.2 16-16s-7.2-16-16-16H96c-8.8 0-16 7.2-16 16zM96 240c-8.8 0-16 7.2-16 16s7.2 16 16 16H288c8.8 0 16-7.2 16-16s-7.2-16-16-16H96z"],"square-pen":[448,512,["pen-square","pencil-square"],"f14b","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM325.8 139.7l14.4 14.4c15.6 15.6 15.6 40.9 0 56.6l-21.4 21.4-71-71 21.4-21.4c15.6-15.6 40.9-15.6 56.6 0zM119.9 289L225.1 183.8l71 71L190.9 359.9c-4.1 4.1-9.2 7-14.9 8.4l-60.1 15c-5.5 1.4-11.2-.2-15.2-4.2s-5.6-9.7-4.2-15.2l15-60.1c1.4-5.6 4.3-10.8 8.4-14.9z"],"suitcase-rolling":[384,512,[],"f5c1","M144 56c0-4.4 3.6-8 8-8h80c4.4 0 8 3.6 8 8v72H144V56zm176 72H288V56c0-30.9-25.1-56-56-56H152C121.1 0 96 25.1 96 56v72H64c-35.3 0-64 28.7-64 64V416c0 35.3 28.7 64 64 64c0 17.7 14.3 32 32 32s32-14.3 32-32H256c0 17.7 14.3 32 32 32s32-14.3 32-32c35.3 0 64-28.7 64-64V192c0-35.3-28.7-64-64-64zM112 224H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 128H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16z"],"person-circle-exclamation":[576,512,[],"e53f","M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H152zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0-192c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16s16-7.2 16-16V288c0-8.8-7.2-16-16-16z"],"chevron-down":[512,512,[],"f078","M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"],"battery-full":[576,512,[128267,"battery","battery-5"],"f240","M464 160c8.8 0 16 7.2 16 16V336c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16H464zM80 96C35.8 96 0 131.8 0 176V336c0 44.2 35.8 80 80 80H464c44.2 0 80-35.8 80-80V320c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32V176c0-44.2-35.8-80-80-80H80zm368 96H96V320H448V192z"],"skull-crossbones":[448,512,[128369,9760],"f714","M368 128c0 44.4-25.4 83.5-64 106.4V256c0 17.7-14.3 32-32 32H176c-17.7 0-32-14.3-32-32V234.4c-38.6-23-64-62.1-64-106.4C80 57.3 144.5 0 224 0s144 57.3 144 128zM168 176a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm144-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM3.4 273.7c7.9-15.8 27.1-22.2 42.9-14.3L224 348.2l177.7-88.8c15.8-7.9 35-1.5 42.9 14.3s1.5 35-14.3 42.9L295.6 384l134.8 67.4c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3L224 419.8 46.3 508.6c-15.8 7.9-35 1.5-42.9-14.3s-1.5-35 14.3-42.9L152.4 384 17.7 316.6C1.9 308.7-4.5 289.5 3.4 273.7z"],"code-compare":[512,512,[],"e13a","M320 488c0 9.5-5.6 18.1-14.2 21.9s-18.8 2.3-25.8-4.1l-80-72c-5.1-4.6-7.9-11-7.9-17.8s2.9-13.3 7.9-17.8l80-72c7-6.3 17.2-7.9 25.8-4.1s14.2 12.4 14.2 21.9v40h16c35.3 0 64-28.7 64-64V153.3C371.7 141 352 112.8 352 80c0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3V320c0 70.7-57.3 128-128 128H320v40zM456 80a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM192 24c0-9.5 5.6-18.1 14.2-21.9s18.8-2.3 25.8 4.1l80 72c5.1 4.6 7.9 11 7.9 17.8s-2.9 13.3-7.9 17.8l-80 72c-7 6.3-17.2 7.9-25.8 4.1s-14.2-12.4-14.2-21.9V128H176c-35.3 0-64 28.7-64 64V358.7c28.3 12.3 48 40.5 48 73.3c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3V192c0-70.7 57.3-128 128-128h16V24zM56 432a24 24 0 1 0 48 0 24 24 0 1 0 -48 0z"],"list-ul":[512,512,["list-dots"],"f0ca","M64 144a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM192 64c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H192zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H192zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H192zM64 464a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm48-208a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z"],"school-lock":[640,512,[],"e56f","M302.2 5.4c10.7-7.2 24.8-7.2 35.5 0L473.7 96H592c26.5 0 48 21.5 48 48V272c0-61.9-50.1-112-112-112s-112 50.1-112 112v24.6c-19.1 11.1-32 31.7-32 55.4H320.3l-.3 0c-35.3 0-64 28.7-64 64v96h64v0H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48H166.3L302.2 5.4zM80 208v64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V208c0-8.8-7.2-16-16-16H96c-8.8 0-16 7.2-16 16zm0 128v64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V336c0-8.8-7.2-16-16-16H96c-8.8 0-16 7.2-16 16zm240-72a88 88 0 1 0 0-176 88 88 0 1 0 0 176zm16-120v16h16c8.8 0 16 7.2 16 16s-7.2 16-16 16H320c-8.8 0-16-7.2-16-16V144c0-8.8 7.2-16 16-16s16 7.2 16 16zm192 96c-17.7 0-32 14.3-32 32v48h64V272c0-17.7-14.3-32-32-32zm-80 32c0-44.2 35.8-80 80-80s80 35.8 80 80v48c17.7 0 32 14.3 32 32V480c0 17.7-14.3 32-32 32H448c-17.7 0-32-14.3-32-32V352c0-17.7 14.3-32 32-32V272z"],"tower-cell":[576,512,[],"e585","M62.6 2.3C46.2-4.3 27.6 3.6 20.9 20C7.4 53.4 0 89.9 0 128s7.4 74.6 20.9 108c6.6 16.4 25.3 24.3 41.7 17.7S86.9 228.4 80.3 212C69.8 186.1 64 157.8 64 128s5.8-58.1 16.3-84C86.9 27.6 79 9 62.6 2.3zm450.8 0C497 9 489.1 27.6 495.7 44C506.2 69.9 512 98.2 512 128s-5.8 58.1-16.3 84c-6.6 16.4 1.3 35 17.7 41.7s35-1.3 41.7-17.7c13.5-33.4 20.9-69.9 20.9-108s-7.4-74.6-20.9-108C548.4 3.6 529.8-4.3 513.4 2.3zM340.1 165.2c7.5-10.5 11.9-23.3 11.9-37.2c0-35.3-28.7-64-64-64s-64 28.7-64 64c0 13.9 4.4 26.7 11.9 37.2L98.9 466.8c-7.3 16.1-.2 35.1 15.9 42.4s35.1 .2 42.4-15.9L177.7 448H398.3l20.6 45.2c7.3 16.1 26.3 23.2 42.4 15.9s23.2-26.3 15.9-42.4L340.1 165.2zM369.2 384H206.8l14.5-32H354.7l14.5 32zM288 205.3L325.6 288H250.4L288 205.3zM163.3 73.6c5.3-12.1-.2-26.3-12.4-31.6s-26.3 .2-31.6 12.4C109.5 77 104 101.9 104 128s5.5 51 15.3 73.6c5.3 12.1 19.5 17.7 31.6 12.4s17.7-19.5 12.4-31.6C156 165.8 152 147.4 152 128s4-37.8 11.3-54.4zM456.7 54.4c-5.3-12.1-19.5-17.7-31.6-12.4s-17.7 19.5-12.4 31.6C420 90.2 424 108.6 424 128s-4 37.8-11.3 54.4c-5.3 12.1 .2 26.3 12.4 31.6s26.3-.2 31.6-12.4C466.5 179 472 154.1 472 128s-5.5-51-15.3-73.6z"],"down-long":[320,512,["long-arrow-alt-down"],"f309","M2 334.5c-3.8 8.8-2 19 4.6 26l136 144c4.5 4.8 10.8 7.5 17.4 7.5s12.9-2.7 17.4-7.5l136-144c6.6-7 8.4-17.2 4.6-26s-12.5-14.5-22-14.5l-72 0 0-288c0-17.7-14.3-32-32-32L128 0C110.3 0 96 14.3 96 32l0 288-72 0c-9.6 0-18.2 5.7-22 14.5z"],"ranking-star":[640,512,[],"e561","M353.8 54.1L330.2 6.3c-3.9-8.3-16.1-8.6-20.4 0L286.2 54.1l-52.3 7.5c-9.3 1.4-13.3 12.9-6.4 19.8l38 37-9 52.1c-1.4 9.3 8.2 16.5 16.8 12.2l46.9-24.8 46.6 24.4c8.6 4.3 18.3-2.9 16.8-12.2l-9-52.1 38-36.6c6.8-6.8 2.9-18.3-6.4-19.8l-52.3-7.5zM256 256c-17.7 0-32 14.3-32 32V480c0 17.7 14.3 32 32 32H384c17.7 0 32-14.3 32-32V288c0-17.7-14.3-32-32-32H256zM32 320c-17.7 0-32 14.3-32 32V480c0 17.7 14.3 32 32 32H160c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32H32zm416 96v64c0 17.7 14.3 32 32 32H608c17.7 0 32-14.3 32-32V416c0-17.7-14.3-32-32-32H480c-17.7 0-32 14.3-32 32z"],"chess-king":[448,512,[9818],"f43f","M224 0c17.7 0 32 14.3 32 32V48h16c17.7 0 32 14.3 32 32s-14.3 32-32 32H256v48H408c22.1 0 40 17.9 40 40c0 5.3-1 10.5-3.1 15.4L368 400H80L3.1 215.4C1 210.5 0 205.3 0 200c0-22.1 17.9-40 40-40H192V112H176c-17.7 0-32-14.3-32-32s14.3-32 32-32h16V32c0-17.7 14.3-32 32-32zM38.6 473.4L80 432H368l41.4 41.4c4.2 4.2 6.6 10 6.6 16c0 12.5-10.1 22.6-22.6 22.6H54.6C42.1 512 32 501.9 32 489.4c0-6 2.4-11.8 6.6-16z"],"person-harassing":[576,512,[],"e549","M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM59.4 304.5L88 256.9V480c0 17.7 14.3 32 32 32s32-14.3 32-32V352h16V480c0 17.7 14.3 32 32 32s32-14.3 32-32V235.3l47.4 57.1c11.3 13.6 31.5 15.5 45.1 4.2s15.5-31.5 4.2-45.1l-73.7-88.9c-18.2-22-45.3-34.7-73.9-34.7H145.1c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9zM480 240a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM464 344v58.7l-41.4-41.4c-7.3-7.3-17.6-10.6-27.8-9s-18.9 8.1-23.5 17.3l-48 96c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3L408.8 438l54.7 54.7c12.4 12.4 29.1 19.3 46.6 19.3c36.4 0 65.9-29.5 65.9-65.9V344c0-30.9-25.1-56-56-56s-56 25.1-56 56zM288 48c0 8.8 7.2 16 16 16h56c8.8 0 16-7.2 16-16s-7.2-16-16-16H304c-8.8 0-16 7.2-16 16zm-.8 49.7c-7.9-4-17.5-.7-21.5 7.2s-.7 17.5 7.2 21.5l48 24c7.9 4 17.5 .7 21.5-7.2s.7-17.5-7.2-21.5l-48-24z"],"brazilian-real-sign":[512,512,[],"e46c","M400 0c17.7 0 32 14.3 32 32V50.2c12.5 2.3 24.7 6.4 36.2 12.1l10.1 5.1c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3l-10.2-5.1c-9.9-5-20.9-7.5-32-7.5h-1.7c-29.8 0-53.9 24.1-53.9 53.9c0 22 13.4 41.8 33.9 50l52 20.8c44.7 17.9 74.1 61.2 74.1 109.4v3.4c0 51.2-33.6 94.6-80 109.2V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V460.6c-15-3.5-29.4-9.7-42.3-18.3l-23.4-15.6c-14.7-9.8-18.7-29.7-8.9-44.4s29.7-18.7 44.4-8.9L361.2 389c10.8 7.2 23.4 11 36.3 11c27.9 0 50.5-22.6 50.5-50.5v-3.4c0-22-13.4-41.8-33.9-50l-52-20.8C317.3 257.4 288 214.1 288 165.9C288 114 321.5 70 368 54.2V32c0-17.7 14.3-32 32-32zM0 64C0 46.3 14.3 32 32 32h80c79.5 0 144 64.5 144 144c0 58.8-35.2 109.3-85.7 131.7l51.4 128.4c6.6 16.4-1.4 35-17.8 41.6s-35-1.4-41.6-17.8L106.3 320H64V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V288 64zM64 256h48c44.2 0 80-35.8 80-80s-35.8-80-80-80H64V256z"],"landmark-dome":[512,512,["landmark-alt"],"f752","M248 0h16c13.3 0 24 10.7 24 24V34.7C368.4 48.1 431.9 111.6 445.3 192H448c17.7 0 32 14.3 32 32s-14.3 32-32 32H64c-17.7 0-32-14.3-32-32s14.3-32 32-32h2.7C80.1 111.6 143.6 48.1 224 34.7V24c0-13.3 10.7-24 24-24zM64 288h64V416h40V288h64V416h48V288h64V416h40V288h64V420.3c.6 .3 1.2 .7 1.7 1.1l48 32c11.7 7.8 17 22.4 12.9 35.9S494.1 512 480 512H32c-14.1 0-26.5-9.2-30.6-22.7s1.1-28.1 12.9-35.9l48-32c.6-.4 1.2-.7 1.8-1.1V288z"],"arrow-up":[384,512,[8593],"f062","M214.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 141.2V448c0 17.7 14.3 32 32 32s32-14.3 32-32V141.2L329.4 246.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160z"],tv:[640,512,[63717,"television","tv-alt"],"f26c","M64 64V352H576V64H64zM0 64C0 28.7 28.7 0 64 0H576c35.3 0 64 28.7 64 64V352c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zM128 448H512c17.7 0 32 14.3 32 32s-14.3 32-32 32H128c-17.7 0-32-14.3-32-32s14.3-32 32-32z"],shrimp:[512,512,[129424],"e448","M64 32C28.7 32 0 60.7 0 96s28.7 64 64 64h1c3.7 88.9 77 160 167 160h56V128H264 88.8 64c-17.7 0-32-14.3-32-32s14.3-32 32-32H464c8.8 0 16-7.2 16-16s-7.2-16-16-16H64zM224 456c0 13.3 10.7 24 24 24h72V407.8l-64.1-22.4c-12.5-4.4-26.2 2.2-30.6 14.7s2.2 26.2 14.7 30.6l4.5 1.6C233 433.9 224 443.9 224 456zm128 23.3c36.4-3.3 69.5-17.6 96.1-39.6l-86.5-34.6c-3 1.8-6.2 3.2-9.6 4.3v69.9zM472.6 415c24.6-30.3 39.4-68.9 39.4-111c0-12.3-1.3-24.3-3.7-35.9L382.8 355.1c.8 3.4 1.2 7 1.2 10.6c0 4.6-.7 9-1.9 13.1L472.6 415zM336 128H320V320h18.3c9.9 0 19.1 3.2 26.6 8.5l133.5-92.4C471.8 172.6 409.1 128 336 128zM168 192a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"],"list-check":[512,512,["tasks"],"f0ae","M152.1 38.2c9.9 8.9 10.7 24 1.8 33.9l-72 80c-4.4 4.9-10.6 7.8-17.2 7.9s-12.9-2.4-17.6-7L7 113C-2.3 103.6-2.3 88.4 7 79s24.6-9.4 33.9 0l22.1 22.1 55.1-61.2c8.9-9.9 24-10.7 33.9-1.8zm0 160c9.9 8.9 10.7 24 1.8 33.9l-72 80c-4.4 4.9-10.6 7.8-17.2 7.9s-12.9-2.4-17.6-7L7 273c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l22.1 22.1 55.1-61.2c8.9-9.9 24-10.7 33.9-1.8zM224 96c0-17.7 14.3-32 32-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H256c-17.7 0-32-14.3-32-32zm0 160c0-17.7 14.3-32 32-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H256c-17.7 0-32-14.3-32-32zM160 416c0-17.7 14.3-32 32-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H192c-17.7 0-32-14.3-32-32zM48 368a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"],"jug-detergent":[384,512,[],"e519","M96 24c0-13.3 10.7-24 24-24h80c13.3 0 24 10.7 24 24V48h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H88C74.7 96 64 85.3 64 72s10.7-24 24-24h8V24zM0 256c0-70.7 57.3-128 128-128H256c70.7 0 128 57.3 128 128V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V256zm256 0v96c0 17.7 14.3 32 32 32s32-14.3 32-32V256c0-17.7-14.3-32-32-32s-32 14.3-32 32z"],"circle-user":[512,512,[62142,"user-circle"],"f2bd","M399 384.2C376.9 345.8 335.4 320 288 320H224c-47.4 0-88.9 25.8-111 64.2c35.2 39.2 86.2 63.8 143 63.8s107.8-24.7 143-63.8zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256 16a72 72 0 1 0 0-144 72 72 0 1 0 0 144z"],"user-shield":[640,512,[],"f505","M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c1.8 0 3.5-.2 5.3-.5c-76.3-55.1-99.8-141-103.1-200.2c-16.1-4.8-33.1-7.3-50.7-7.3H178.3zm308.8-78.3l-120 48C358 277.4 352 286.2 352 296c0 63.3 25.9 168.8 134.8 214.2c5.9 2.5 12.6 2.5 18.5 0C614.1 464.8 640 359.3 640 296c0-9.8-6-18.6-15.1-22.3l-120-48c-5.7-2.3-12.1-2.3-17.8 0zM591.4 312c-3.9 50.7-27.2 116.7-95.4 149.7V273.8L591.4 312z"],wind:[512,512,[],"f72e","M288 32c0 17.7 14.3 32 32 32h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H352c53 0 96-43 96-96s-43-96-96-96H320c-17.7 0-32 14.3-32 32zm64 352c0 17.7 14.3 32 32 32h32c53 0 96-43 96-96s-43-96-96-96H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H384c-17.7 0-32 14.3-32 32zM128 512h32c53 0 96-43 96-96s-43-96-96-96H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H160c17.7 0 32 14.3 32 32s-14.3 32-32 32H128c-17.7 0-32 14.3-32 32s14.3 32 32 32z"],"car-burst":[640,512,["car-crash"],"f5e1","M176 8c-6.6 0-12.4 4-14.9 10.1l-29.4 74L55.6 68.9c-6.3-1.9-13.1 .2-17.2 5.3s-4.6 12.2-1.4 17.9l39.5 69.1L10.9 206.4c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2L90.6 327c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6l35.3-32.5 9.5-35.4 10.4-38.6c8-29.9 30.5-52.1 57.9-60.9l41-59.2c11.3-16.3 26.4-28.9 43.5-37.2c-.4-.6-.8-1.2-1.3-1.8c-4.1-5.1-10.9-7.2-17.2-5.3L220.3 92.1l-29.4-74C188.4 12 182.6 8 176 8zM367.7 161.5l135.6 36.3c6.5 1.8 11.3 7.4 11.8 14.2l4.6 56.5-201.5-54 32.2-46.6c3.8-5.6 10.8-8.1 17.3-6.4zm-69.9-30l-47.9 69.3c-21.6 3-40.3 18.6-46.3 41l-10.4 38.6-16.6 61.8-8.3 30.9c-4.6 17.1 5.6 34.6 22.6 39.2l15.5 4.1c17.1 4.6 34.6-5.6 39.2-22.6l8.3-30.9 247.3 66.3-8.3 30.9c-4.6 17.1 5.6 34.6 22.6 39.2l15.5 4.1c17.1 4.6 34.6-5.6 39.2-22.6l8.3-30.9L595 388l10.4-38.6c6-22.4-2.5-45.2-19.6-58.7l-6.8-84c-2.7-33.7-26.4-62-59-70.8L384.2 99.7c-32.7-8.8-67.3 4-86.5 31.8zm-17 131a24 24 0 1 1 -12.4 46.4 24 24 0 1 1 12.4-46.4zm217.9 83.2A24 24 0 1 1 545 358.1a24 24 0 1 1 -46.4-12.4z"],y:[384,512,[121],"59","M58 45.4C47.8 31 27.8 27.7 13.4 38S-4.3 68.2 6 82.6L160 298.3V448c0 17.7 14.3 32 32 32s32-14.3 32-32V298.3L378 82.6c10.3-14.4 6.9-34.4-7.4-44.6S336.2 31 326 45.4L192 232.9 58 45.4z"],"person-snowboarding":[512,512,[127938,"snowboarding"],"f7ce","M209.7 3.4c15.8-7.9 35-1.5 42.9 14.3l25 50 42.4 8.5c19.5 3.9 37.8 12.3 53.5 24.5l126.1 98.1c14 10.9 16.5 31 5.6 44.9s-31 16.5-44.9 5.6l-72.1-56.1-71.5 31.8 33.1 27.6c23.2 19.3 33.5 50 26.7 79.4l-17.4 75.2c-2.2 9.4-8.2 16.8-16.1 21l86.5 33.1c4.6 1.8 9.4 2.6 14.3 2.6H472c13.3 0 24 10.7 24 24s-10.7 24-24 24H443.8c-10.8 0-21.4-2-31.5-5.8L60.1 371.3c-11.5-4.4-22-11.2-30.8-20L7 329c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l22.4 22.4c4 4 8.7 7.1 14 9.1l22.4 8.6c-.8-1.6-1.5-3.2-2.1-4.9c-5.6-16.8 3.5-34.9 20.2-40.5L192 264.9l0-53.2c0-24.2 13.7-46.4 35.4-57.2l45.2-22.6-7.5-1.5c-19.4-3.9-35.9-16.5-44.7-34.1l-25-50c-7.9-15.8-1.5-35 14.3-42.9zM139 350.1l159 60.9c-2.1-5.6-2.6-11.9-1.1-18.2l17.4-75.2c1.4-5.9-.7-12-5.3-15.9l-52.8-44 0 18.8c0 20.7-13.2 39-32.8 45.5L139 350.1zM432 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"],"truck-fast":[640,512,["shipping-fast"],"f48b","M112 0C85.5 0 64 21.5 64 48V96H16c-8.8 0-16 7.2-16 16s7.2 16 16 16H64 272c8.8 0 16 7.2 16 16s-7.2 16-16 16H64 48c-8.8 0-16 7.2-16 16s7.2 16 16 16H64 240c8.8 0 16 7.2 16 16s-7.2 16-16 16H64 16c-8.8 0-16 7.2-16 16s7.2 16 16 16H64 208c8.8 0 16 7.2 16 16s-7.2 16-16 16H64V416c0 53 43 96 96 96s96-43 96-96H384c0 53 43 96 96 96s96-43 96-96h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V288 256 237.3c0-17-6.7-33.3-18.7-45.3L512 114.7c-12-12-28.3-18.7-45.3-18.7H416V48c0-26.5-21.5-48-48-48H112zM544 237.3V256H416V160h50.7L544 237.3zM160 368a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm272 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z"],fish:[576,512,[128031],"f578","M180.5 141.5C219.7 108.5 272.6 80 336 80s116.3 28.5 155.5 61.5c39.1 33 66.9 72.4 81 99.8c4.7 9.2 4.7 20.1 0 29.3c-14.1 27.4-41.9 66.8-81 99.8C452.3 403.5 399.4 432 336 432s-116.3-28.5-155.5-61.5c-16.2-13.7-30.5-28.5-42.7-43.1L48.1 379.6c-12.5 7.3-28.4 5.3-38.7-4.9S-3 348.7 4.2 336.1L50 256 4.2 175.9c-7.2-12.6-5-28.4 5.3-38.6s26.1-12.2 38.7-4.9l89.7 52.3c12.2-14.6 26.5-29.4 42.7-43.1zM448 256a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"],"user-graduate":[448,512,[],"f501","M219.3 .5c3.1-.6 6.3-.6 9.4 0l200 40C439.9 42.7 448 52.6 448 64s-8.1 21.3-19.3 23.5L352 102.9V160c0 70.7-57.3 128-128 128s-128-57.3-128-128V102.9L48 93.3v65.1l15.7 78.4c.9 4.7-.3 9.6-3.3 13.3s-7.6 5.9-12.4 5.9H16c-4.8 0-9.3-2.1-12.4-5.9s-4.3-8.6-3.3-13.3L16 158.4V86.6C6.5 83.3 0 74.3 0 64C0 52.6 8.1 42.7 19.3 40.5l200-40zM111.9 327.7c10.5-3.4 21.8 .4 29.4 8.5l71 75.5c6.3 6.7 17 6.7 23.3 0l71-75.5c7.6-8.1 18.9-11.9 29.4-8.5C401 348.6 448 409.4 448 481.3c0 17-13.8 30.7-30.7 30.7H30.7C13.8 512 0 498.2 0 481.3c0-71.9 47-132.7 111.9-153.6z"],"circle-half-stroke":[512,512,[9680,"adjust"],"f042","M448 256c0-106-86-192-192-192V448c106 0 192-86 192-192zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"],clapperboard:[512,512,[],"e131","M448 32H361.9l-1 1-127 127h92.1l1-1L453.8 32.3c-1.9-.2-3.8-.3-5.8-.3zm64 128V96c0-15.1-5.3-29.1-14-40l-104 104H512zM294.1 32H201.9l-1 1L73.9 160h92.1l1-1 127-127zM64 32C28.7 32 0 60.7 0 96v64H6.1l1-1 127-127H64zM512 192H0V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V192z"],"circle-radiation":[512,512,[9762,"radiation-alt"],"f7ba","M256 64a192 192 0 1 1 0 384 192 192 0 1 1 0-384zm0 448A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM200 256c0-20.7 11.3-38.8 28-48.5l-36-62.3c-8.8-15.3-28.7-20.8-42-9c-25.6 22.6-43.9 53.3-50.9 88.1C95.7 241.5 110.3 256 128 256l72 0zm28 48.5l-36 62.4c-8.8 15.3-3.6 35.2 13.1 40.8c16 5.4 33.1 8.3 50.9 8.3s34.9-2.9 50.9-8.3c16.7-5.6 21.9-25.5 13.1-40.8l-36-62.4c-8.2 4.8-17.8 7.5-28 7.5s-19.8-2.7-28-7.5zM312 256l72 0c17.7 0 32.3-14.5 28.8-31.8c-7-34.8-25.3-65.5-50.9-88.1c-13.2-11.7-33.1-6.3-42 9l-36 62.3c16.7 9.7 28 27.8 28 48.5zm-56 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"],baseball:[512,512,[129358,9918,"baseball-ball"],"f433","M62.7 223.4c-4.8 .4-9.7 .6-14.7 .6c-15.6 0-30.8-2-45.2-5.9C19.2 107.1 107.1 19.2 218.1 2.8C222 17.2 224 32.4 224 48c0 4.9-.2 9.8-.6 14.7c-.7 8.8 5.8 16.5 14.6 17.3s16.5-5.8 17.3-14.6c.5-5.7 .7-11.5 .7-17.3c0-16.5-1.9-32.6-5.6-47.9c1.8 0 3.7-.1 5.6-.1C397.4 0 512 114.6 512 256c0 1.9 0 3.7-.1 5.6c-15.4-3.6-31.4-5.6-47.9-5.6c-5.8 0-11.6 .2-17.3 .7c-8.8 .7-15.4 8.5-14.6 17.3s8.5 15.4 17.3 14.6c4.8-.4 9.7-.6 14.7-.6c15.6 0 30.8 2 45.2 5.9C492.8 404.9 404.9 492.8 293.9 509.2C290 494.8 288 479.6 288 464c0-4.9 .2-9.8 .6-14.7c.7-8.8-5.8-16.5-14.6-17.3s-16.5 5.8-17.3 14.6c-.5 5.7-.7 11.5-.7 17.3c0 16.5 1.9 32.6 5.6 47.9c-1.8 0-3.7 .1-5.6 .1C114.6 512 0 397.4 0 256c0-1.9 0-3.7 .1-5.6C15.4 254.1 31.5 256 48 256c5.8 0 11.6-.2 17.3-.7c8.8-.7 15.4-8.5 14.6-17.3s-8.5-15.4-17.3-14.6zM121.3 208c-8 3.7-11.6 13.2-7.9 21.2s13.2 11.6 21.2 7.9c45.2-20.8 81.7-57.2 102.5-102.5c3.7-8 .2-17.5-7.9-21.2s-17.5-.2-21.2 7.9c-17.6 38.3-48.5 69.2-86.7 86.7zm277.2 74.7c-3.7-8-13.2-11.6-21.2-7.9c-45.2 20.8-81.7 57.2-102.5 102.5c-3.7 8-.2 17.5 7.9 21.2s17.5 .2 21.2-7.9c17.6-38.3 48.5-69.2 86.7-86.7c8-3.7 11.6-13.2 7.9-21.2z"],"jet-fighter-up":[512,512,[],"e518","M270.7 9.7C268.2 3.8 262.4 0 256 0s-12.2 3.8-14.7 9.7L197.2 112.6c-3.4 8-5.2 16.5-5.2 25.2v77l-144 84V280c0-13.3-10.7-24-24-24s-24 10.7-24 24v56 32 24c0 13.3 10.7 24 24 24s24-10.7 24-24v-8H192v32.7L133.5 468c-3.5 3-5.5 7.4-5.5 12v16c0 8.8 7.2 16 16 16h96V448c0-8.8 7.2-16 16-16s16 7.2 16 16v64h96c8.8 0 16-7.2 16-16V480c0-4.6-2-9-5.5-12L320 416.7V384H464v8c0 13.3 10.7 24 24 24s24-10.7 24-24V368 336 280c0-13.3-10.7-24-24-24s-24 10.7-24 24v18.8l-144-84v-77c0-8.7-1.8-17.2-5.2-25.2L270.7 9.7z"],"diagram-project":[576,512,["project-diagram"],"f542","M0 80C0 53.5 21.5 32 48 32h96c26.5 0 48 21.5 48 48V96H384V80c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H432c-26.5 0-48-21.5-48-48V160H192v16c0 1.7-.1 3.4-.3 5L272 288h96c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H272c-26.5 0-48-21.5-48-48V336c0-1.7 .1-3.4 .3-5L144 224H48c-26.5 0-48-21.5-48-48V80z"],copy:[512,512,[],"f0c5","M272 0H396.1c12.7 0 24.9 5.1 33.9 14.1l67.9 67.9c9 9 14.1 21.2 14.1 33.9V336c0 26.5-21.5 48-48 48H272c-26.5 0-48-21.5-48-48V48c0-26.5 21.5-48 48-48zM48 128H192v64H64V448H256V416h64v48c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V176c0-26.5 21.5-48 48-48z"],"volume-xmark":[576,512,["volume-mute","volume-times"],"f6a9","M301.1 34.8C312.6 40 320 51.4 320 64V448c0 12.6-7.4 24-18.9 29.2s-25 3.1-34.4-5.3L131.8 352H64c-35.3 0-64-28.7-64-64V224c0-35.3 28.7-64 64-64h67.8L266.7 40.1c9.4-8.4 22.9-10.4 34.4-5.3zM425 167l55 55 55-55c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-55 55 55 55c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-55-55-55 55c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l55-55-55-55c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0z"],"hand-sparkles":[640,512,[],"e05d","M320 0c17.7 0 32 14.3 32 32V240c0 8.8 7.2 16 16 16s16-7.2 16-16V64c0-17.7 14.3-32 32-32s32 14.3 32 32V240c0 8.8 7.2 16 16 16s16-7.2 16-16V128c0-17.7 14.3-32 32-32s32 14.3 32 32V323.1c-11.9 4.8-21.3 14.9-25 27.8l-8.9 31.2L478.9 391C460.6 396.3 448 413 448 432c0 18.9 12.5 35.6 30.6 40.9C448.4 497.4 409.9 512 368 512H348.8c-59.6 0-116.9-22.9-160-64L76.4 341c-16-15.2-16.6-40.6-1.4-56.6s40.6-16.6 56.6-1.4l60.5 57.6c0-1.5-.1-3.1-.1-4.6V64c0-17.7 14.3-32 32-32s32 14.3 32 32V240c0 8.8 7.2 16 16 16s16-7.2 16-16V32c0-17.7 14.3-32 32-32zm-7.3 326.6c-1.1-3.9-4.7-6.6-8.7-6.6s-7.6 2.7-8.7 6.6L288 352l-25.4 7.3c-3.9 1.1-6.6 4.7-6.6 8.7s2.7 7.6 6.6 8.7L288 384l7.3 25.4c1.1 3.9 4.7 6.6 8.7 6.6s7.6-2.7 8.7-6.6L320 384l25.4-7.3c3.9-1.1 6.6-4.7 6.6-8.7s-2.7-7.6-6.6-8.7L320 352l-7.3-25.4zM104 120l48.3 13.8c4.6 1.3 7.7 5.5 7.7 10.2s-3.1 8.9-7.7 10.2L104 168 90.2 216.3c-1.3 4.6-5.5 7.7-10.2 7.7s-8.9-3.1-10.2-7.7L56 168 7.7 154.2C3.1 152.9 0 148.7 0 144s3.1-8.9 7.7-10.2L56 120 69.8 71.7C71.1 67.1 75.3 64 80 64s8.9 3.1 10.2 7.7L104 120zM584 408l48.3 13.8c4.6 1.3 7.7 5.5 7.7 10.2s-3.1 8.9-7.7 10.2L584 456l-13.8 48.3c-1.3 4.6-5.5 7.7-10.2 7.7s-8.9-3.1-10.2-7.7L536 456l-48.3-13.8c-4.6-1.3-7.7-5.5-7.7-10.2s3.1-8.9 7.7-10.2L536 408l13.8-48.3c1.3-4.6 5.5-7.7 10.2-7.7s8.9 3.1 10.2 7.7L584 408z"],grip:[448,512,["grip-horizontal"],"f58d","M128 136c0-22.1-17.9-40-40-40L40 96C17.9 96 0 113.9 0 136l0 48c0 22.1 17.9 40 40 40H88c22.1 0 40-17.9 40-40l0-48zm0 192c0-22.1-17.9-40-40-40H40c-22.1 0-40 17.9-40 40l0 48c0 22.1 17.9 40 40 40H88c22.1 0 40-17.9 40-40V328zm32-192v48c0 22.1 17.9 40 40 40h48c22.1 0 40-17.9 40-40V136c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40zM288 328c0-22.1-17.9-40-40-40H200c-22.1 0-40 17.9-40 40l0 48c0 22.1 17.9 40 40 40h48c22.1 0 40-17.9 40-40V328zm32-192v48c0 22.1 17.9 40 40 40h48c22.1 0 40-17.9 40-40V136c0-22.1-17.9-40-40-40l-48 0c-22.1 0-40 17.9-40 40zM448 328c0-22.1-17.9-40-40-40H360c-22.1 0-40 17.9-40 40v48c0 22.1 17.9 40 40 40h48c22.1 0 40-17.9 40-40V328z"],"share-from-square":[576,512,[61509,"share-square"],"f14d","M352 224H305.5c-45 0-81.5 36.5-81.5 81.5c0 22.3 10.3 34.3 19.2 40.5c6.8 4.7 12.8 12 12.8 20.3c0 9.8-8 17.8-17.8 17.8h-2.5c-2.4 0-4.8-.4-7.1-1.4C210.8 374.8 128 333.4 128 240c0-79.5 64.5-144 144-144h80V34.7C352 15.5 367.5 0 386.7 0c8.6 0 16.8 3.2 23.2 8.9L548.1 133.3c7.6 6.8 11.9 16.5 11.9 26.7s-4.3 19.9-11.9 26.7l-139 125.1c-5.9 5.3-13.5 8.2-21.4 8.2H384c-17.7 0-32-14.3-32-32V224zM80 96c-8.8 0-16 7.2-16 16V432c0 8.8 7.2 16 16 16H400c8.8 0 16-7.2 16-16V384c0-17.7 14.3-32 32-32s32 14.3 32 32v48c0 44.2-35.8 80-80 80H80c-44.2 0-80-35.8-80-80V112C0 67.8 35.8 32 80 32h48c17.7 0 32 14.3 32 32s-14.3 32-32 32H80z"],"child-combatant":[576,512,["child-rifle"],"e4e0","M176 128A64 64 0 1 0 176 0a64 64 0 1 0 0 128zm-8 352V352h16V480c0 17.7 14.3 32 32 32s32-14.3 32-32V300.5L260.9 321c9.4 15 29.2 19.4 44.1 10s19.4-29.2 10-44.1l-51.7-82.1c-17.6-27.9-48.3-44.9-81.2-44.9H169.8c-33 0-63.7 16.9-81.2 44.9L36.9 287c-9.4 15-4.9 34.7 10 44.1s34.7 4.9 44.1-10L104 300.5V480c0 17.7 14.3 32 32 32s32-14.3 32-32zM448 0H432 416c-8.8 0-16 7.2-16 16s7.2 16 16 16V132.3c-9.6 5.5-16 15.9-16 27.7v32c-17.7 0-32 14.3-32 32V368c0 17.7 14.3 32 32 32h16v96c0 8.8 7.2 16 16 16h59.5c10.4 0 18-9.8 15.5-19.9L484 400h44c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16H480V325.3l53.1-17.7c6.5-2.2 10.9-8.3 10.9-15.2V208c0-8.8-7.2-16-16-16H512c-8.8 0-16 7.2-16 16v56l-16 5.3V160c0-11.8-6.4-22.2-16-27.7V16c0-8.8-7.2-16-16-16z"],gun:[576,512,[],"e19b","M528 56c0-13.3-10.7-24-24-24s-24 10.7-24 24v8H32C14.3 64 0 78.3 0 96V208c0 17.7 14.3 32 32 32H42c20.8 0 36.1 19.6 31 39.8L33 440.2c-2.4 9.6-.2 19.7 5.8 27.5S54.1 480 64 480h96c14.7 0 27.5-10 31-24.2L217 352H321.4c23.7 0 44.8-14.9 52.7-37.2L400.9 240H432c8.5 0 16.6-3.4 22.6-9.4L477.3 208H544c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32H528V56zM321.4 304H229l16-64h105l-21 58.7c-1.1 3.2-4.2 5.3-7.5 5.3zM80 128H464c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16s7.2-16 16-16z"],"square-phone":[448,512,["phone-square"],"f098","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm90.7 96.7c9.7-2.6 19.9 2.3 23.7 11.6l20 48c3.4 8.2 1 17.6-5.8 23.2L168 231.7c16.6 35.2 45.1 63.7 80.3 80.3l20.2-24.7c5.6-6.8 15-9.2 23.2-5.8l48 20c9.3 3.9 14.2 14 11.6 23.7l-12 44C336.9 378 329 384 320 384C196.3 384 96 283.7 96 160c0-9 6-16.9 14.7-19.3l44-12z"],plus:[448,512,[10133,61543,"add"],"2b","M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z"],expand:[448,512,[],"f065","M32 32C14.3 32 0 46.3 0 64v96c0 17.7 14.3 32 32 32s32-14.3 32-32V96h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H32zM64 352c0-17.7-14.3-32-32-32s-32 14.3-32 32v96c0 17.7 14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H64V352zM320 32c-17.7 0-32 14.3-32 32s14.3 32 32 32h64v64c0 17.7 14.3 32 32 32s32-14.3 32-32V64c0-17.7-14.3-32-32-32H320zM448 352c0-17.7-14.3-32-32-32s-32 14.3-32 32v64H320c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32V352z"],computer:[640,512,[],"e4e5","M384 96V320H64L64 96H384zM64 32C28.7 32 0 60.7 0 96V320c0 35.3 28.7 64 64 64H181.3l-10.7 32H96c-17.7 0-32 14.3-32 32s14.3 32 32 32H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H277.3l-10.7-32H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm464 0c-26.5 0-48 21.5-48 48V432c0 26.5 21.5 48 48 48h64c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48H528zm16 64h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H544c-8.8 0-16-7.2-16-16s7.2-16 16-16zm-16 80c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H544c-8.8 0-16-7.2-16-16zm32 160a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],xmark:[384,512,[128473,10005,10006,10060,215,"close","multiply","remove","times"],"f00d","M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"],"arrows-up-down-left-right":[512,512,["arrows"],"f047","M278.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l9.4-9.4V224H109.3l9.4-9.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-64 64c-12.5 12.5-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-9.4-9.4H224V402.7l-9.4-9.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0l64-64c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-9.4 9.4V288H402.7l-9.4 9.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l9.4 9.4H288V109.3l9.4 9.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-64-64z"],"chalkboard-user":[640,512,["chalkboard-teacher"],"f51c","M160 64c0-35.3 28.7-64 64-64H576c35.3 0 64 28.7 64 64V352c0 35.3-28.7 64-64 64H336.8c-11.8-25.5-29.9-47.5-52.4-64H384V320c0-17.7 14.3-32 32-32h64c17.7 0 32 14.3 32 32v32h64V64L224 64v49.1C205.2 102.2 183.3 96 160 96V64zm0 64a96 96 0 1 1 0 192 96 96 0 1 1 0-192zM133.3 352h53.3C260.3 352 320 411.7 320 485.3c0 14.7-11.9 26.7-26.7 26.7H26.7C11.9 512 0 500.1 0 485.3C0 411.7 59.7 352 133.3 352z"],"peso-sign":[384,512,[],"e222","M64 32C46.3 32 32 46.3 32 64v64c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 32c-17.7 0-32 14.3-32 32s14.3 32 32 32l0 64v96c0 17.7 14.3 32 32 32s32-14.3 32-32V384h80c68.4 0 127.7-39 156.8-96H352c17.7 0 32-14.3 32-32s-14.3-32-32-32h-.7c.5-5.3 .7-10.6 .7-16s-.2-10.7-.7-16h.7c17.7 0 32-14.3 32-32s-14.3-32-32-32H332.8C303.7 71 244.4 32 176 32H64zm190.4 96H96V96h80c30.5 0 58.2 12.2 78.4 32zM96 192H286.9c.7 5.2 1.1 10.6 1.1 16s-.4 10.8-1.1 16H96V192zm158.4 96c-20.2 19.8-47.9 32-78.4 32H96V288H254.4z"],"building-shield":[576,512,[],"e4d8","M0 48C0 21.5 21.5 0 48 0H336c26.5 0 48 21.5 48 48V207l-42.4 17H304 272c-8.8 0-16 7.2-16 16v32 24.2V304c0 .9 .1 1.7 .2 2.6c2.3 58.1 24.1 144.8 98.7 201.5c-5.8 2.5-12.2 3.9-18.9 3.9H240V432c0-26.5-21.5-48-48-48s-48 21.5-48 48v80H48c-26.5 0-48-21.5-48-48V48zM80 224c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H80zm80 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H176c-8.8 0-16 7.2-16 16zM64 112v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16zM176 96c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H176zm80 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H272c-8.8 0-16 7.2-16 16zM423.1 225.7c5.7-2.3 12.1-2.3 17.8 0l120 48C570 277.4 576 286.2 576 296c0 63.3-25.9 168.8-134.8 214.2c-5.9 2.5-12.6 2.5-18.5 0C313.9 464.8 288 359.3 288 296c0-9.8 6-18.6 15.1-22.3l120-48zM527.4 312L432 273.8V461.7c68.2-33 91.5-99 95.4-149.7z"],baby:[448,512,[],"f77c","M152 88a72 72 0 1 1 144 0A72 72 0 1 1 152 88zM39.7 144.5c13-17.9 38-21.8 55.9-8.8L131.8 162c26.8 19.5 59.1 30 92.2 30s65.4-10.5 92.2-30l36.2-26.4c17.9-13 42.9-9 55.9 8.8s9 42.9-8.8 55.9l-36.2 26.4c-13.6 9.9-28.1 18.2-43.3 25V288H128V251.7c-15.2-6.7-29.7-15.1-43.3-25L48.5 200.3c-17.9-13-21.8-38-8.8-55.9zm89.8 184.8l60.6 53-26 37.2 24.3 24.3c15.6 15.6 15.6 40.9 0 56.6s-40.9 15.6-56.6 0l-48-48C70 438.6 68.1 417 79.2 401.1l50.2-71.8zm128.5 53l60.6-53 50.2 71.8c11.1 15.9 9.2 37.5-4.5 51.2l-48 48c-15.6 15.6-40.9 15.6-56.6 0s-15.6-40.9 0-56.6L284 419.4l-26-37.2z"],"users-line":[640,512,[],"e592","M211.2 96a64 64 0 1 0 -128 0 64 64 0 1 0 128 0zM32 256c0 17.7 14.3 32 32 32h85.6c10.1-39.4 38.6-71.5 75.8-86.6c-9.7-6-21.2-9.4-33.4-9.4H96c-35.3 0-64 28.7-64 64zm461.6 32H576c17.7 0 32-14.3 32-32c0-35.3-28.7-64-64-64H448c-11.7 0-22.7 3.1-32.1 8.6c38.1 14.8 67.4 47.3 77.7 87.4zM391.2 226.4c-6.9-1.6-14.2-2.4-21.6-2.4h-96c-8.5 0-16.7 1.1-24.5 3.1c-30.8 8.1-55.6 31.1-66.1 60.9c-3.5 10-5.5 20.8-5.5 32c0 17.7 14.3 32 32 32h224c17.7 0 32-14.3 32-32c0-11.2-1.9-22-5.5-32c-10.8-30.7-36.8-54.2-68.9-61.6zM563.2 96a64 64 0 1 0 -128 0 64 64 0 1 0 128 0zM321.6 192a80 80 0 1 0 0-160 80 80 0 1 0 0 160zM32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H32z"],"quote-left":[448,512,[8220,"quote-left-alt"],"f10d","M0 216C0 149.7 53.7 96 120 96h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V320 288 216zm256 0c0-66.3 53.7-120 120-120h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H320c-35.3 0-64-28.7-64-64V320 288 216z"],tractor:[640,512,[128668],"f722","M96 64c0-35.3 28.7-64 64-64H266.3c26.2 0 49.7 15.9 59.4 40.2L373.7 160H480V126.2c0-24.8 5.8-49.3 16.9-71.6l2.5-5c7.9-15.8 27.1-22.2 42.9-14.3s22.2 27.1 14.3 42.9l-2.5 5c-6.7 13.3-10.1 28-10.1 42.9V160h56c22.1 0 40 17.9 40 40v45.4c0 16.5-8.5 31.9-22.6 40.7l-43.3 27.1c-14.2-5.9-29.8-9.2-46.1-9.2c-39.3 0-74.1 18.9-96 48H352c0 17.7-14.3 32-32 32h-8.2c-1.7 4.8-3.7 9.5-5.8 14.1l5.8 5.8c12.5 12.5 12.5 32.8 0 45.3l-22.6 22.6c-12.5 12.5-32.8 12.5-45.3 0l-5.8-5.8c-4.6 2.2-9.3 4.1-14.1 5.8V480c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32v-8.2c-4.8-1.7-9.5-3.7-14.1-5.8l-5.8 5.8c-12.5 12.5-32.8 12.5-45.3 0L40.2 449.1c-12.5-12.5-12.5-32.8 0-45.3l5.8-5.8c-2.2-4.6-4.1-9.3-5.8-14.1H32c-17.7 0-32-14.3-32-32V320c0-17.7 14.3-32 32-32h8.2c1.7-4.8 3.7-9.5 5.8-14.1l-5.8-5.8c-12.5-12.5-12.5-32.8 0-45.3l22.6-22.6c9-9 21.9-11.5 33.1-7.6V192 160 64zm170.3 0H160v96h32H304.7L266.3 64zM176 256a80 80 0 1 0 0 160 80 80 0 1 0 0-160zM528 448a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0 64c-48.6 0-88-39.4-88-88c0-29.8 14.8-56.1 37.4-72c14.3-10.1 31.8-16 50.6-16c2.7 0 5.3 .1 7.9 .3c44.9 4 80.1 41.7 80.1 87.7c0 48.6-39.4 88-88 88z"],"trash-arrow-up":[448,512,["trash-restore"],"f829","M163.8 0H284.2c12.1 0 23.2 6.8 28.6 17.7L320 32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 96 0 81.7 0 64S14.3 32 32 32h96l7.2-14.3C140.6 6.8 151.7 0 163.8 0zM32 128H416L394.8 467c-1.6 25.3-22.6 45-47.9 45H101.1c-25.3 0-46.3-19.7-47.9-45L32 128zm192 64c-6.4 0-12.5 2.5-17 7l-80 80c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l39-39V408c0 13.3 10.7 24 24 24s24-10.7 24-24V273.9l39 39c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-80-80c-4.5-4.5-10.6-7-17-7z"],"arrow-down-up-lock":[640,512,[],"e4b0","M150.6 502.6l96-96c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 402.7V288H416V272c0-17.2 3.9-33.5 10.8-48H352V109.3l41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96c-6-6-14.1-9.4-22.6-9.4s-16.6 3.4-22.6 9.4l-96 96c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L288 109.3V224l-128 0H96l-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32H96V402.7L54.6 361.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0zM160 192V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V192h64zM288 320V448c0 17.7 14.3 32 32 32s32-14.3 32-32V320H288zm240-80c17.7 0 32 14.3 32 32v48H496V272c0-17.7 14.3-32 32-32zm-80 32v48c-17.7 0-32 14.3-32 32V480c0 17.7 14.3 32 32 32H608c17.7 0 32-14.3 32-32V352c0-17.7-14.3-32-32-32V272c0-44.2-35.8-80-80-80s-80 35.8-80 80z"],"lines-leaning":[384,512,[],"e51e","M190.4 74.1c5.6-16.8-3.5-34.9-20.2-40.5s-34.9 3.5-40.5 20.2l-128 384c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l128-384zm70.9-41.7c-17.4-2.9-33.9 8.9-36.8 26.3l-64 384c-2.9 17.4 8.9 33.9 26.3 36.8s33.9-8.9 36.8-26.3l64-384c2.9-17.4-8.9-33.9-26.3-36.8zM352 32c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32s32-14.3 32-32V64c0-17.7-14.3-32-32-32z"],"ruler-combined":[512,512,[],"f546","M.2 468.9C2.7 493.1 23.1 512 48 512l96 0 320 0c26.5 0 48-21.5 48-48l0-96c0-26.5-21.5-48-48-48l-48 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-64 0 0 80c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-80-80 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l80 0 0-64-80 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l80 0 0-64-80 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l80 0 0-48c0-26.5-21.5-48-48-48L48 0C21.5 0 0 21.5 0 48L0 368l0 96c0 1.7 .1 3.3 .2 4.9z"],copyright:[512,512,[169],"f1f9","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM199.4 312.6c31.2 31.2 81.9 31.2 113.1 0c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9c-50 50-131 50-181 0s-50-131 0-181s131-50 181 0c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0c-31.2-31.2-81.9-31.2-113.1 0s-31.2 81.9 0 113.1z"],equals:[448,512,[62764],"3d","M48 128c-17.7 0-32 14.3-32 32s14.3 32 32 32H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H48zm0 192c-17.7 0-32 14.3-32 32s14.3 32 32 32H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H48z"],blender:[512,512,[],"f517","M0 64C0 28.7 28.7 0 64 0h64 32H470.1c21.1 0 36.4 20.1 30.9 40.4L494.5 64H336c-8.8 0-16 7.2-16 16s7.2 16 16 16H485.8l-17.5 64H336c-8.8 0-16 7.2-16 16s7.2 16 16 16H459.6l-17.5 64H336c-8.8 0-16 7.2-16 16s7.2 16 16 16h97.5L416 352H160l-8.7-96H64c-35.3 0-64-28.7-64-64V64zM145.5 192L133.8 64H64V192h81.5zM144 384H432c26.5 0 48 21.5 48 48v32c0 26.5-21.5 48-48 48H144c-26.5 0-48-21.5-48-48V432c0-26.5 21.5-48 48-48zm144 96a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"],teeth:[576,512,[],"f62e","M0 128C0 75 43 32 96 32H480c53 0 96 43 96 96V384c0 53-43 96-96 96H96c-53 0-96-43-96-96V128zm176 48v56c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V176c0-26.5-21.5-48-48-48s-48 21.5-48 48zm176-48c-26.5 0-48 21.5-48 48v56c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V176c0-26.5-21.5-48-48-48zM48 208v24c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V208c0-26.5-21.5-48-48-48s-48 21.5-48 48zM96 384c26.5 0 48-21.5 48-48V312c0-13.3-10.7-24-24-24H72c-13.3 0-24 10.7-24 24v24c0 26.5 21.5 48 48 48zm80-48c0 26.5 21.5 48 48 48s48-21.5 48-48V312c0-13.3-10.7-24-24-24H200c-13.3 0-24 10.7-24 24v24zm176 48c26.5 0 48-21.5 48-48V312c0-13.3-10.7-24-24-24H328c-13.3 0-24 10.7-24 24v24c0 26.5 21.5 48 48 48zm80-176v24c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V208c0-26.5-21.5-48-48-48s-48 21.5-48 48zm48 176c26.5 0 48-21.5 48-48V312c0-13.3-10.7-24-24-24H456c-13.3 0-24 10.7-24 24v24c0 26.5 21.5 48 48 48z"],"shekel-sign":[448,512,[8362,"ils","shekel","sheqel","sheqel-sign"],"f20b","M32 32C14.3 32 0 46.3 0 64V448c0 17.7 14.3 32 32 32s32-14.3 32-32V96H192c35.3 0 64 28.7 64 64V320c0 17.7 14.3 32 32 32s32-14.3 32-32V160c0-70.7-57.3-128-128-128H32zM320 480c70.7 0 128-57.3 128-128V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V352c0 35.3-28.7 64-64 64H192V192c0-17.7-14.3-32-32-32s-32 14.3-32 32V448c0 17.7 14.3 32 32 32H320z"],map:[576,512,[128506,62072],"f279","M384 476.1L192 421.2V35.9L384 90.8V476.1zm32-1.2V88.4L543.1 37.5c15.8-6.3 32.9 5.3 32.9 22.3V394.6c0 9.8-6 18.6-15.1 22.3L416 474.8zM15.1 95.1L160 37.2V423.6L32.9 474.5C17.1 480.8 0 469.2 0 452.2V117.4c0-9.8 6-18.6 15.1-22.3z"],rocket:[512,512,[],"f135","M156.6 384.9L125.7 354c-8.5-8.5-11.5-20.8-7.7-32.2c3-8.9 7-20.5 11.8-33.8L24 288c-8.6 0-16.6-4.6-20.9-12.1s-4.2-16.7 .2-24.1l52.5-88.5c13-21.9 36.5-35.3 61.9-35.3l82.3 0c2.4-4 4.8-7.7 7.2-11.3C289.1-4.1 411.1-8.1 483.9 5.3c11.6 2.1 20.6 11.2 22.8 22.8c13.4 72.9 9.3 194.8-111.4 276.7c-3.5 2.4-7.3 4.8-11.3 7.2v82.3c0 25.4-13.4 49-35.3 61.9l-88.5 52.5c-7.4 4.4-16.6 4.5-24.1 .2s-12.1-12.2-12.1-20.9V380.8c-14.1 4.9-26.4 8.9-35.7 11.9c-11.2 3.6-23.4 .5-31.8-7.8zM384 168a40 40 0 1 0 0-80 40 40 0 1 0 0 80z"],"photo-film":[640,512,["photo-video"],"f87c","M256 0H576c35.3 0 64 28.7 64 64V288c0 35.3-28.7 64-64 64H256c-35.3 0-64-28.7-64-64V64c0-35.3 28.7-64 64-64zM476 106.7C471.5 100 464 96 456 96s-15.5 4-20 10.7l-56 84L362.7 169c-4.6-5.7-11.5-9-18.7-9s-14.2 3.3-18.7 9l-64 80c-5.8 7.2-6.9 17.1-2.9 25.4s12.4 13.6 21.6 13.6h80 48H552c8.9 0 17-4.9 21.2-12.7s3.7-17.3-1.2-24.6l-96-144zM336 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM64 128h96V384v32c0 17.7 14.3 32 32 32H320c17.7 0 32-14.3 32-32V384H512v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V192c0-35.3 28.7-64 64-64zm8 64c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16H88c8.8 0 16-7.2 16-16V208c0-8.8-7.2-16-16-16H72zm0 104c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16H88c8.8 0 16-7.2 16-16V312c0-8.8-7.2-16-16-16H72zm0 104c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16H88c8.8 0 16-7.2 16-16V416c0-8.8-7.2-16-16-16H72zm336 16v16c0 8.8 7.2 16 16 16h16c8.8 0 16-7.2 16-16V416c0-8.8-7.2-16-16-16H424c-8.8 0-16 7.2-16 16z"],"folder-minus":[512,512,[],"f65d","M448 480H64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32H192c20.1 0 39.1 9.5 51.2 25.6l19.2 25.6c6 8.1 15.5 12.8 25.6 12.8H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64zM184 272c-13.3 0-24 10.7-24 24s10.7 24 24 24H328c13.3 0 24-10.7 24-24s-10.7-24-24-24H184z"],store:[576,512,[],"f54e","M547.6 103.8L490.3 13.1C485.2 5 476.1 0 466.4 0H109.6C99.9 0 90.8 5 85.7 13.1L28.3 103.8c-29.6 46.8-3.4 111.9 51.9 119.4c4 .5 8.1 .8 12.1 .8c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.1 0 49.3-11.4 65.2-29c15.9 17.6 39.1 29 65.2 29c26.2 0 49.3-11.4 65.2-29c16 17.6 39.1 29 65.2 29c4.1 0 8.1-.3 12.1-.8c55.5-7.4 81.8-72.5 52.1-119.4zM499.7 254.9l-.1 0c-5.3 .7-10.7 1.1-16.2 1.1c-12.4 0-24.3-1.9-35.4-5.3V384H128V250.6c-11.2 3.5-23.2 5.4-35.6 5.4c-5.5 0-11-.4-16.3-1.1l-.1 0c-4.1-.6-8.1-1.3-12-2.3V384v64c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V384 252.6c-4 1-8 1.8-12.3 2.3z"],"arrow-trend-up":[576,512,[],"e098","M384 160c-17.7 0-32-14.3-32-32s14.3-32 32-32H544c17.7 0 32 14.3 32 32V288c0 17.7-14.3 32-32 32s-32-14.3-32-32V205.3L342.6 374.6c-12.5 12.5-32.8 12.5-45.3 0L192 269.3 54.6 406.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160c12.5-12.5 32.8-12.5 45.3 0L320 306.7 466.7 160H384z"],"plug-circle-minus":[576,512,[],"e55e","M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32V412.8c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32H32zM576 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-64 0c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16s7.2-16 16-16H496c8.8 0 16 7.2 16 16z"],"sign-hanging":[512,512,["sign"],"f4d9","M96 0c17.7 0 32 14.3 32 32V64l352 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-352 0V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V128H32C14.3 128 0 113.7 0 96S14.3 64 32 64H64V32C64 14.3 78.3 0 96 0zm96 160H448c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V192c0-17.7 14.3-32 32-32z"],"bezier-curve":[640,512,[],"f55b","M296 136V88h48v48H296zM288 32c-26.5 0-48 21.5-48 48v4H121.6C111.2 62.7 89.3 48 64 48C28.7 48 0 76.7 0 112s28.7 64 64 64c25.3 0 47.2-14.7 57.6-36h66.9c-58.9 39.6-98.9 105-104 180H80c-26.5 0-48 21.5-48 48v64c0 26.5 21.5 48 48 48h64c26.5 0 48-21.5 48-48V368c0-26.5-21.5-48-48-48h-3.3c5.9-67 48.5-123.4 107.5-149.1c8.6 12.7 23.2 21.1 39.8 21.1h64c16.6 0 31.1-8.4 39.8-21.1c59 25.7 101.6 82.1 107.5 149.1H496c-26.5 0-48 21.5-48 48v64c0 26.5 21.5 48 48 48h64c26.5 0 48-21.5 48-48V368c0-26.5-21.5-48-48-48h-4.5c-5-75-45.1-140.4-104-180h66.9c10.4 21.3 32.3 36 57.6 36c35.3 0 64-28.7 64-64s-28.7-64-64-64c-25.3 0-47.2 14.7-57.6 36H400V80c0-26.5-21.5-48-48-48H288zM88 376h48v48H88V376zm416 48V376h48v48H504z"],"bell-slash":[640,512,[128277,61943],"f1f6","M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-87.5-68.6c.5-1.7 .7-3.5 .7-5.4c0-27.6-11-54.1-30.5-73.7L512 320c-20.5-20.5-32-48.3-32-77.3V208c0-77.4-55-142-128-156.8V32c0-17.7-14.3-32-32-32s-32 14.3-32 32V51.2c-42.6 8.6-79 34.2-102 69.3L38.8 5.1zM160 242.7c0 29-11.5 56.8-32 77.3l-1.5 1.5C107 341 96 367.5 96 395.2c0 11.5 9.3 20.8 20.8 20.8H406.2L160 222.1v20.7zM384 448H320 256c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7s18.7-28.3 18.7-45.3z"],tablet:[448,512,["tablet-android"],"f3fb","M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64zM176 432h96c8.8 0 16 7.2 16 16s-7.2 16-16 16H176c-8.8 0-16-7.2-16-16s7.2-16 16-16z"],"school-flag":[576,512,[],"e56e","M288 0H400c8.8 0 16 7.2 16 16V80c0 8.8-7.2 16-16 16H320.7l89.6 64H512c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H336V400c0-26.5-21.5-48-48-48s-48 21.5-48 48V512H64c-35.3 0-64-28.7-64-64V224c0-35.3 28.7-64 64-64H165.7L256 95.5V32c0-17.7 14.3-32 32-32zm48 240a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM80 224c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H80zm368 16v64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V240c0-8.8-7.2-16-16-16H464c-8.8 0-16 7.2-16 16zM80 352c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16H80zm384 0c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V368c0-8.8-7.2-16-16-16H464z"],fill:[512,512,[],"f575","M86.6 9.4C74.1-3.1 53.9-3.1 41.4 9.4s-12.5 32.8 0 45.3L122.7 136 30.6 228.1c-37.5 37.5-37.5 98.3 0 135.8L148.1 481.4c37.5 37.5 98.3 37.5 135.8 0L474.3 290.9c28.1-28.1 28.1-73.7 0-101.8L322.9 37.7c-28.1-28.1-73.7-28.1-101.8 0L168 90.7 86.6 9.4zM168 181.3l49.4 49.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L213.3 136l53.1-53.1c3.1-3.1 8.2-3.1 11.3 0L429.1 234.3c3.1 3.1 3.1 8.2 0 11.3L386.7 288H67.5c1.4-5.4 4.2-10.4 8.4-14.6L168 181.3z"],"angle-up":[448,512,[8963],"f106","M201.4 137.4c12.5-12.5 32.8-12.5 45.3 0l160 160c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 205.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160z"],"drumstick-bite":[512,512,[],"f6d7","M160 265.2c0 8.5-3.4 16.6-9.4 22.6l-26.8 26.8c-12.3 12.3-32.5 11.4-49.4 7.2C69.8 320.6 65 320 60 320c-33.1 0-60 26.9-60 60s26.9 60 60 60c6.3 0 12 5.7 12 12c0 33.1 26.9 60 60 60s60-26.9 60-60c0-5-.6-9.8-1.8-14.5c-4.2-16.9-5.2-37.1 7.2-49.4l26.8-26.8c6-6 14.1-9.4 22.6-9.4H336c6.3 0 12.4-.3 18.5-1c11.9-1.2 16.4-15.5 10.8-26c-8.5-15.8-13.3-33.8-13.3-53c0-61.9 50.1-112 112-112c8 0 15.7 .8 23.2 2.4c11.7 2.5 24.1-5.9 22-17.6C494.5 62.5 422.5 0 336 0C238.8 0 160 78.8 160 176v89.2z"],"holly-berry":[512,512,[],"f7aa","M256 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-80 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM276.8 383.8c1 .1 2.1 .2 3.2 .2c39.8 0 72 32.2 72 72v22.7c0 16.4 16 27.9 31.6 22.8l12.8-4.3c18-6 37.3-6.5 55.6-1.5l19.4 5.3c17.9 4.9 34.4-11.6 29.5-29.5L495.6 452c-5-18.3-4.4-37.6 1.5-55.6l4.3-12.8c5.2-15.5-6.4-31.6-22.8-31.6c-34.6 0-62.7-28.1-62.7-62.7v-32c0-16.4-16-27.9-31.6-22.8l-12.8 4.3c-18 6-37.3 6.5-55.6 1.5l-29.6-8.1c-2.9-.8-5.9-1-8.7-.7c4.2 9.7 5.8 20.8 3.7 32.3L275 298.7c-1.5 8.4-1.4 17 .5 25.3l5.3 23.9c2.8 12.7 1.1 25.2-4 35.9zM127.6 234.5c-15.5-5.2-31.6 6.4-31.6 22.8v32C96 323.9 67.9 352 33.3 352c-16.4 0-27.9 16-22.8 31.6l4.3 12.8c6 18 6.5 37.3 1.5 55.6l-5.3 19.4C6.2 489.4 22.6 505.8 40.5 501L60 495.6c18.3-5 37.6-4.5 55.6 1.5l12.8 4.3c15.5 5.2 31.6-6.4 31.6-22.8v-32c0-34.6 28.1-62.7 62.7-62.7c16.4 0 27.9-16 22.8-31.6l-4.3-12.8c-6-18-6.5-37.3-1.5-55.6l5.3-19.4c4.9-17.9-11.6-34.4-29.5-29.5L196 240.4c-18.3 5-37.6 4.4-55.6-1.5l-12.8-4.3zM384 144a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z"],"chevron-left":[320,512,[9001],"f053","M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z"],bacteria:[640,512,[],"e059","M304.9 .7c-9.6-2.7-19.5 2.8-22.3 12.4l-4.3 15.2c-8.3-.6-16.8 0-25.2 1.9c-7.3 1.7-14.3 3.5-21.1 5.5l-5.5-12.7c-3.9-9.1-14.5-13.4-23.6-9.5s-13.4 14.5-9.5 23.6l4.4 10.4c-16.6 6.7-31.7 14.4-45.4 22.8L147 62c-5.5-8.3-16.7-10.5-25-5s-10.5 16.7-5 25l6 9c-13.7 11-25.5 22.8-35.8 34.9l-10-8c-7.8-6.2-19.1-5-25.3 2.8s-5 19.1 2.8 25.3L65.9 155c-1.8 2.8-3.5 5.7-5.1 8.5c-6.6 11.4-11.8 22.6-16 33l-8-3.2c-9.2-3.7-19.7 .8-23.4 10s.8 19.7 10 23.4l10.4 4.2c-.2 .8-.4 1.5-.5 2.3c-2.2 9.3-3.4 17.3-4.1 23.4c-.4 3.1-.6 5.7-.8 7.8c-.1 1.1-.1 2-.2 2.8l-.1 1.1 0 .5 0 .2 0 .1c0 0 0 .1 29.1 1l-.1 0L28 269.3c-.1 3.1 0 6.1 .2 9.1l-15.2 4.3C3.5 285.4-2 295.4 .7 304.9s12.7 15.1 22.3 12.4l15.6-4.5c7.6 13.6 18.9 25 32.6 32.6L66.7 361c-2.7 9.6 2.8 19.5 12.4 22.3s19.5-2.8 22.3-12.4l4.3-15.2c1.2 .1 2.4 .2 3.6 .2c15.6 .5 30.3-3.3 43-10.2l9 9c7 7 18.4 7 25.5 0s7-18.4 0-25.5l-7.2-7.2c9.3-12.6 15.2-27.8 16.3-44.5l7.1 3c9.1 3.9 19.7-.3 23.6-9.5s-.3-19.7-9.5-23.6l-8.6-3.7c6.4-9.9 17.3-22.4 36.9-33.3l1.3 4.4c2.7 9.6 12.7 15.1 22.3 12.4s15.1-12.7 12.4-22.3l-2.3-8.1c3.8-1.1 7.7-2.1 11.9-3.1c11.6-2.7 22.1-7.7 31.1-14.4l7.2 7.2c7 7 18.4 7 25.5 0s7-18.4 0-25.5l-9-9c7.6-13.9 11.3-30.1 10.1-46.6l15.2-4.3c9.6-2.7 15.1-12.7 12.4-22.3S370.6 64 361 66.7l-15.6 4.5c-7.7-13.9-19.1-25.1-32.6-32.6l4.5-15.6c2.7-9.6-2.8-19.5-12.4-22.3zM112 272l-48-1.5 0 0c11.7 .4 27.3 .9 48 1.6zm16-80a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm64-48a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zM322.7 489c-2.7 9.6 2.8 19.5 12.4 22.3s19.5-2.8 22.2-12.4l4.3-15.2c8.3 .6 16.8 0 25.2-1.9c7.3-1.7 14.3-3.5 21.1-5.5l5.5 12.7c3.9 9.1 14.5 13.4 23.6 9.5s13.4-14.5 9.5-23.6l-4.4-10.4c16.6-6.7 31.7-14.4 45.4-22.8L493 450c5.5 8.3 16.7 10.5 25 5s10.5-16.7 5-25l-6-9c13.7-11 25.5-22.8 35.8-34.9l10 8c7.8 6.2 19.1 5 25.3-2.8s5-19.1-2.8-25.3L574.1 357c1.8-2.8 3.5-5.7 5.1-8.5c6.6-11.4 11.8-22.6 16-33l8 3.2c9.2 3.7 19.7-.8 23.4-10s-.8-19.7-10-23.4l-10.4-4.2c.2-.8 .4-1.5 .5-2.3c2.2-9.3 3.4-17.3 4.1-23.4c.4-3.1 .6-5.7 .8-7.8c.1-1.1 .1-2 .2-2.8l.1-1.1 0-.5 0-.2 0-.1c0 0 0-.1-29.1-1l.1 0 29.1 .9c.1-3.1 0-6.1-.2-9.1l15.2-4.3c9.6-2.7 15.1-12.7 12.4-22.3s-12.7-15.1-22.3-12.4l-15.6 4.5c-7.6-13.6-18.9-25-32.6-32.6l4.5-15.6c2.7-9.6-2.8-19.5-12.4-22.3s-19.5 2.8-22.3 12.4l-4.3 15.2c-1.2-.1-2.4-.2-3.6-.2c-15.6-.5-30.3 3.3-43 10.2l-9-9c-7-7-18.4-7-25.5 0s-7 18.4 0 25.5l7.2 7.2c-9.3 12.6-15.2 27.8-16.3 44.5l-7.1-3c-9.1-3.9-19.7 .3-23.6 9.5s.3 19.7 9.5 23.6l8.6 3.7c-6.4 9.9-17.3 22.4-36.9 33.3l-1.3-4.4c-2.7-9.6-12.7-15.1-22.3-12.4s-15.1 12.7-12.4 22.3l2.3 8.1c-3.8 1.1-7.7 2.1-11.9 3.1c-11.6 2.7-22.1 7.7-31.1 14.4l-7.2-7.2c-7-7-18.4-7-25.5 0s-7 18.4 0 25.5l9 9c-7.6 13.9-11.3 30.1-10.1 46.6l-15.2 4.3c-9.6 2.7-15.1 12.7-12.4 22.2s12.7 15.1 22.3 12.4l15.6-4.5c7.7 13.9 19.1 25.1 32.6 32.6L322.7 489zM576 241.5l0 0c-11.7-.4-27.3-.9-48-1.6l48 1.5zM448 384a32 32 0 1 1 -64 0 32 32 0 1 1 64 0z"],"hand-lizard":[512,512,[],"f258","M0 112C0 85.5 21.5 64 48 64H160h80 46.5c36.8 0 71.2 18 92.1 48.2l113.5 164c13 18.7 19.9 41 19.9 63.8v12 16 48c0 17.7-14.3 32-32 32H384c-17.7 0-32-14.3-32-32V402.2L273.9 352H240 160 112c-26.5 0-48-21.5-48-48s21.5-48 48-48h48 80c26.5 0 48-21.5 48-48s-21.5-48-48-48H160 48c-26.5 0-48-21.5-48-48z"],notdef:[384,512,[],"e1fe","M64 390.3L153.5 256 64 121.7V390.3zM102.5 448H281.5L192 313.7 102.5 448zm128-192L320 390.3V121.7L230.5 256zM281.5 64H102.5L192 198.3 281.5 64zM0 48C0 21.5 21.5 0 48 0H336c26.5 0 48 21.5 48 48V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V48z"],disease:[512,512,[],"f7fa","M236.4 61.4L227 75.5c-21.3 32-59.4 48.5-97.3 42.1l-59.6-9.9C33.4 101.6 0 129.9 .1 167.1c0 15.9 6.4 31.2 17.6 42.5l29.2 29.2c11 11 17.2 25.9 17.2 41.5c0 15.8-6.4 30.9-17.7 42L33.3 335.1C22.2 345.9 16 360.7 16 376.2c0 36.8 34.1 64.2 70.1 56.2l62.3-13.8c7.7-1.7 15.7-2.6 23.6-2.6h10c27.2 0 53.7 9.3 75 26.3L287.8 467c10.5 8.4 23.6 13 37 13c32.7 0 59.3-26.5 59.3-59.3l0-25.2c0-34.9 21.4-66.2 53.9-78.8l36.9-14.3c22.4-8.7 37.2-30.3 37.2-54.3c0-28.1-20.1-52.3-47.8-57.3l-28-5.1c-36.5-6.7-65.4-34.5-73.6-70.7l-7.1-31.5C348.9 53.4 322.1 32 291.3 32c-22 0-42.6 11-54.9 29.4zM160 192a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm0 80a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],"briefcase-medical":[512,512,[],"f469","M184 48H328c4.4 0 8 3.6 8 8V96H176V56c0-4.4 3.6-8 8-8zm-56 8V96H64C28.7 96 0 124.7 0 160V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H384V56c0-30.9-25.1-56-56-56H184c-30.9 0-56 25.1-56 56zm96 152c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H288v48c0 8.8-7.2 16-16 16H240c-8.8 0-16-7.2-16-16V320H176c-8.8 0-16-7.2-16-16V272c0-8.8 7.2-16 16-16h48V208z"],genderless:[384,512,[],"f22d","M192 144a112 112 0 1 1 0 224 112 112 0 1 1 0-224zm0 288a176 176 0 1 0 0-352 176 176 0 1 0 0 352z"],"chevron-right":[320,512,[9002],"f054","M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"],retweet:[576,512,[],"f079","M272 416c17.7 0 32-14.3 32-32s-14.3-32-32-32H160c-17.7 0-32-14.3-32-32V192h32c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-64-64c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8l32 0 0 128c0 53 43 96 96 96H272zM304 96c-17.7 0-32 14.3-32 32s14.3 32 32 32l112 0c17.7 0 32 14.3 32 32l0 128H416c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l64 64c12.5 12.5 32.8 12.5 45.3 0l64-64c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8l-32 0V192c0-53-43-96-96-96L304 96z"],"car-rear":[512,512,["car-alt"],"f5de","M165.4 96H346.6c13.6 0 25.7 8.6 30.2 21.4L402.9 192H109.1l26.1-74.6c4.5-12.8 16.6-21.4 30.2-21.4zm-90.6 .3L39.6 196.8C16.4 206.4 0 229.3 0 256v80c0 23.7 12.9 44.4 32 55.4V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V400H384v48c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V391.4c19.1-11.1 32-31.7 32-55.4V256c0-26.7-16.4-49.6-39.6-59.2L437.2 96.3C423.7 57.8 387.4 32 346.6 32H165.4c-40.8 0-77.1 25.8-90.6 64.3zM208 272h96c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H208c-8.8 0-16-7.2-16-16V288c0-8.8 7.2-16 16-16zM48 280c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24s-10.7 24-24 24H72c-13.3 0-24-10.7-24-24zm360-24h32c13.3 0 24 10.7 24 24s-10.7 24-24 24H408c-13.3 0-24-10.7-24-24s10.7-24 24-24z"],"pump-soap":[448,512,[],"e06b","M128 32v96H256V96h60.1c4.2 0 8.3 1.7 11.3 4.7l33.9 33.9c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L372.7 55.4c-15-15-35.4-23.4-56.6-23.4H256c0-17.7-14.3-32-32-32H160c-17.7 0-32 14.3-32 32zM117.4 160c-33.3 0-61 25.5-63.8 58.7L35 442.7C31.9 480 61.3 512 98.8 512H285.2c37.4 0 66.9-32 63.8-69.3l-18.7-224c-2.8-33.2-30.5-58.7-63.8-58.7H117.4zM256 360c0 35.3-28.7 56-64 56s-64-20.7-64-56c0-32.5 37-80.9 50.9-97.9c3.2-3.9 8.1-6.1 13.1-6.1s9.9 2.2 13.1 6.1C219 279.1 256 327.5 256 360z"],"video-slash":[640,512,[],"f4e2","M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-86.4-67.7 13.8 9.2c9.8 6.5 22.4 7.2 32.9 1.6s16.9-16.4 16.9-28.2V128c0-11.8-6.5-22.6-16.9-28.2s-23-5-32.9 1.6l-96 64L448 174.9V192 320v5.8l-32-25.1V128c0-35.3-28.7-64-64-64H113.9L38.8 5.1zM407 416.7L32.3 121.5c-.2 2.1-.3 4.3-.3 6.5V384c0 35.3 28.7 64 64 64H352c23.4 0 43.9-12.6 55-31.3z"],"battery-quarter":[576,512,["battery-2"],"f243","M464 160c8.8 0 16 7.2 16 16V336c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16H464zM80 96C35.8 96 0 131.8 0 176V336c0 44.2 35.8 80 80 80H464c44.2 0 80-35.8 80-80V320c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32V176c0-44.2-35.8-80-80-80H80zm112 96H96V320h96V192z"],radio:[512,512,[128251],"f8d7","M494.8 47c12.7-3.7 20-17.1 16.3-29.8S494-2.8 481.2 1L51.7 126.9c-9.4 2.7-17.9 7.3-25.1 13.2C10.5 151.7 0 170.6 0 192v4V304 448c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V192c0-35.3-28.7-64-64-64H218.5L494.8 47zM368 240a80 80 0 1 1 0 160 80 80 0 1 1 0-160zM80 256c0-8.8 7.2-16 16-16h96c8.8 0 16 7.2 16 16s-7.2 16-16 16H96c-8.8 0-16-7.2-16-16zM64 320c0-8.8 7.2-16 16-16H208c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16zm16 64c0-8.8 7.2-16 16-16h96c8.8 0 16 7.2 16 16s-7.2 16-16 16H96c-8.8 0-16-7.2-16-16z"],"baby-carriage":[512,512,["carriage-baby"],"f77d","M256 192H.1C2.7 117.9 41.3 52.9 99 14.1c13.3-8.9 30.8-4.3 39.9 8.8L256 192zm128-32c0-35.3 28.7-64 64-64h32c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0v64c0 25.2-5.8 50.2-17 73.5s-27.8 44.5-48.6 62.3s-45.5 32-72.7 41.6S253.4 416 224 416s-58.5-5-85.7-14.6s-51.9-23.8-72.7-41.6s-37.3-39-48.6-62.3S0 249.2 0 224l224 0 160 0V160zM80 416a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm240 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z"],"traffic-light":[320,512,[128678],"f637","M64 0C28.7 0 0 28.7 0 64V352c0 88.4 71.6 160 160 160s160-71.6 160-160V64c0-35.3-28.7-64-64-64H64zm96 416a48 48 0 1 1 0-96 48 48 0 1 1 0 96zm48-176a48 48 0 1 1 -96 0 48 48 0 1 1 96 0zm-48-80a48 48 0 1 1 0-96 48 48 0 1 1 0 96z"],thermometer:[512,512,[],"f491","M96 382.1V293.3c0-14.9 5.9-29.1 16.4-39.6l27.3-27.3 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57 41.4-41.4 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57 41.4-41.4 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57 45.5-45.5C355.2 10.9 381.4 0 408.8 0C465.8 0 512 46.2 512 103.2c0 27.4-10.9 53.6-30.2 73L258.3 399.6c-10.5 10.5-24.7 16.4-39.6 16.4H129.9L41 505c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l89-89z"],"vr-cardboard":[640,512,[],"f729","M576 64H64C28.7 64 0 92.7 0 128V384c0 35.3 28.7 64 64 64H184.4c24.2 0 46.4-13.7 57.2-35.4l32-64c8.8-17.5 26.7-28.6 46.3-28.6s37.5 11.1 46.3 28.6l32 64c10.8 21.7 33 35.4 57.2 35.4H576c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zM96 240a64 64 0 1 1 128 0A64 64 0 1 1 96 240zm384-64a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"],"hand-middle-finger":[448,512,[128405],"f806","M232 0c-22.1 0-40 17.9-40 40V204.2c-8.5-7.6-19.7-12.2-32-12.2c-26.5 0-48 21.5-48 48v7 73c0 8.8-7.2 16-16 16s-16-7.2-16-16V264.3c-2 1.4-3.9 3-5.8 4.5L55 284.8C40.4 297 32 315 32 334V372c0 38 16.9 74 46.1 98.3l5.4 4.5c28.8 24 65 37.1 102.4 37.1H304c70.7 0 128-57.3 128-128V320 288c0-26.5-21.5-48-48-48c-12.4 0-23.6 4.7-32.1 12.3C350 227.5 329.3 208 304 208c-12.3 0-23.5 4.6-32 12.2V40c0-22.1-17.9-40-40-40z"],percent:[384,512,[62101,62785,"percentage"],"25","M374.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-320 320c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l320-320zM128 128A64 64 0 1 0 0 128a64 64 0 1 0 128 0zM384 384a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z"],"truck-moving":[640,512,[],"f4df","M64 32C28.7 32 0 60.7 0 96V304v80 16c0 44.2 35.8 80 80 80c26.2 0 49.4-12.6 64-32c14.6 19.4 37.8 32 64 32c44.2 0 80-35.8 80-80c0-5.5-.6-10.8-1.6-16H416h33.6c-1 5.2-1.6 10.5-1.6 16c0 44.2 35.8 80 80 80s80-35.8 80-80c0-5.5-.6-10.8-1.6-16H608c17.7 0 32-14.3 32-32V288 272 261.7c0-9.2-3.2-18.2-9-25.3l-58.8-71.8c-10.6-13-26.5-20.5-43.3-20.5H480V96c0-35.3-28.7-64-64-64H64zM585 256H480V192h48.8c2.4 0 4.7 1.1 6.2 2.9L585 256zM528 368a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM176 400a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM80 368a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],"glass-water-droplet":[384,512,[],"e4f5","M32 0C23.1 0 14.6 3.7 8.6 10.2S-.6 25.4 .1 34.3L28.9 437.7c3 41.9 37.8 74.3 79.8 74.3H275.3c42 0 76.8-32.4 79.8-74.3L383.9 34.3c.6-8.9-2.4-17.6-8.5-24.1S360.9 0 352 0H32zM83 297.5L66.4 64H317.6L301 297.5 288 304c-20.1 10.1-43.9 10.1-64 0s-43.9-10.1-64 0s-43.9 10.1-64 0l-13-6.5zM256 196c0-24-33.7-70.1-52.2-93.5c-6.1-7.7-17.5-7.7-23.6 0C161.7 125.9 128 172 128 196c0 33.1 28.7 60 64 60s64-26.9 64-60z"],display:[576,512,[],"e163","M64 0C28.7 0 0 28.7 0 64V352c0 35.3 28.7 64 64 64H240l-10.7 32H160c-17.7 0-32 14.3-32 32s14.3 32 32 32H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H346.7L336 416H512c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64zM512 64V352H64V64H512z"],"face-smile":[512,512,[128578,"smile"],"f118","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM164.1 325.5C182 346.2 212.6 368 256 368s74-21.8 91.9-42.5c5.8-6.7 15.9-7.4 22.6-1.6s7.4 15.9 1.6 22.6C349.8 372.1 311.1 400 256 400s-93.8-27.9-116.1-53.5c-5.8-6.7-5.1-16.8 1.6-22.6s16.8-5.1 22.6 1.6zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],thumbtack:[384,512,[128204,128392,"thumb-tack"],"f08d","M32 32C32 14.3 46.3 0 64 0H320c17.7 0 32 14.3 32 32s-14.3 32-32 32H290.5l11.4 148.2c36.7 19.9 65.7 53.2 79.5 94.7l1 3c3.3 9.8 1.6 20.5-4.4 28.8s-15.7 13.3-26 13.3H32c-10.3 0-19.9-4.9-26-13.3s-7.7-19.1-4.4-28.8l1-3c13.8-41.5 42.8-74.8 79.5-94.7L93.5 64H64C46.3 64 32 49.7 32 32zM160 384h64v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384z"],trophy:[576,512,[127942],"f091","M400 0H176c-26.5 0-48.1 21.8-47.1 48.2c.2 5.3 .4 10.6 .7 15.8H24C10.7 64 0 74.7 0 88c0 92.6 33.5 157 78.5 200.7c44.3 43.1 98.3 64.8 138.1 75.8c23.4 6.5 39.4 26 39.4 45.6c0 20.9-17 37.9-37.9 37.9H192c-17.7 0-32 14.3-32 32s14.3 32 32 32H384c17.7 0 32-14.3 32-32s-14.3-32-32-32H357.9C337 448 320 431 320 410.1c0-19.6 15.9-39.2 39.4-45.6c39.9-11 93.9-32.7 138.2-75.8C542.5 245 576 180.6 576 88c0-13.3-10.7-24-24-24H446.4c.3-5.2 .5-10.4 .7-15.8C448.1 21.8 426.5 0 400 0zM48.9 112h84.4c9.1 90.1 29.2 150.3 51.9 190.6c-24.9-11-50.8-26.5-73.2-48.3c-32-31.1-58-76-63-142.3zM464.1 254.3c-22.4 21.8-48.3 37.3-73.2 48.3c22.7-40.3 42.8-100.5 51.9-190.6h84.4c-5.1 66.3-31.1 111.2-63 142.3z"],"person-praying":[448,512,[128720,"pray"],"f683","M352 64A64 64 0 1 0 224 64a64 64 0 1 0 128 0zM232.7 264l22.9 31.5c6.5 8.9 16.3 14.7 27.2 16.1s21.9-1.7 30.4-8.7l88-72c17.1-14 19.6-39.2 5.6-56.3s-39.2-19.6-56.3-5.6l-55.2 45.2-26.2-36C253.6 156.7 228.6 144 202 144c-30.9 0-59.2 17.1-73.6 44.4L79.8 280.9c-20.2 38.5-9.4 85.9 25.6 111.8L158.6 432H72c-22.1 0-40 17.9-40 40s17.9 40 40 40H280c17.3 0 32.6-11.1 38-27.5s-.3-34.4-14.2-44.7L187.7 354l45-90z"],hammer:[576,512,[128296],"f6e3","M413.5 237.5c-28.2 4.8-58.2-3.6-80-25.4l-38.1-38.1C280.4 159 272 138.8 272 117.6V105.5L192.3 62c-5.3-2.9-8.6-8.6-8.3-14.7s3.9-11.5 9.5-14l47.2-21C259.1 4.2 279 0 299.2 0h18.1c36.7 0 72 14 98.7 39.1l44.6 42c24.2 22.8 33.2 55.7 26.6 86L503 183l8-8c9.4-9.4 24.6-9.4 33.9 0l24 24c9.4 9.4 9.4 24.6 0 33.9l-88 88c-9.4 9.4-24.6 9.4-33.9 0l-24-24c-9.4-9.4-9.4-24.6 0-33.9l8-8-17.5-17.5zM27.4 377.1L260.9 182.6c3.5 4.9 7.5 9.6 11.8 14l38.1 38.1c6 6 12.4 11.2 19.2 15.7L134.9 484.6c-14.5 17.4-36 27.4-58.6 27.4C34.1 512 0 477.8 0 435.7c0-22.6 10.1-44.1 27.4-58.6z"],"hand-peace":[512,512,[9996],"f25b","M224 0c17.7 0 32 14.3 32 32V240H192V32c0-17.7 14.3-32 32-32zm96 160c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V192c0-17.7 14.3-32 32-32zm64 64c0-17.7 14.3-32 32-32s32 14.3 32 32v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V224zM93.3 51.2L175.9 240H106.1L34.7 76.8C27.6 60.6 35 41.8 51.2 34.7s35.1 .3 42.1 16.5zm27 221.3l-.2-.5h69.9H216c22.1 0 40 17.9 40 40s-17.9 40-40 40H160c-8.8 0-16 7.2-16 16s7.2 16 16 16h56c39.8 0 72-32.2 72-72l0-.6c9.4 5.4 20.3 8.6 32 8.6c13.2 0 25.4-4 35.6-10.8c8.7 24.9 32.5 42.8 60.4 42.8c11.7 0 22.6-3.1 32-8.6V352c0 88.4-71.6 160-160 160H226.3c-42.4 0-83.1-16.9-113.1-46.9l-11.6-11.6C77.5 429.5 64 396.9 64 363V336c0-32.7 24.6-59.7 56.3-63.5z"],rotate:[512,512,[128260,"sync-alt"],"f2f1","M142.9 142.9c62.2-62.2 162.7-62.5 225.3-1L327 183c-6.9 6.9-8.9 17.2-5.2 26.2s12.5 14.8 22.2 14.8H463.5c0 0 0 0 0 0H472c13.3 0 24-10.7 24-24V72c0-9.7-5.8-18.5-14.8-22.2s-19.3-1.7-26.2 5.2L413.4 96.6c-87.6-86.5-228.7-86.2-315.8 1C73.2 122 55.6 150.7 44.8 181.4c-5.9 16.7 2.9 34.9 19.5 40.8s34.9-2.9 40.8-19.5c7.7-21.8 20.2-42.3 37.8-59.8zM16 312v7.6 .7V440c0 9.7 5.8 18.5 14.8 22.2s19.3 1.7 26.2-5.2l41.6-41.6c87.6 86.5 228.7 86.2 315.8-1c24.4-24.4 42.1-53.1 52.9-83.7c5.9-16.7-2.9-34.9-19.5-40.8s-34.9 2.9-40.8 19.5c-7.7 21.8-20.2 42.3-37.8 59.8c-62.2 62.2-162.7 62.5-225.3 1L185 329c6.9-6.9 8.9-17.2 5.2-26.2s-12.5-14.8-22.2-14.8H48.4h-.7H40c-13.3 0-24 10.7-24 24z"],spinner:[512,512,[],"f110","M304 48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm0 416a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM48 304a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm464-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM142.9 437A48 48 0 1 0 75 369.1 48 48 0 1 0 142.9 437zm0-294.2A48 48 0 1 0 75 75a48 48 0 1 0 67.9 67.9zM369.1 437A48 48 0 1 0 437 369.1 48 48 0 1 0 369.1 437z"],robot:[640,512,[129302],"f544","M320 0c17.7 0 32 14.3 32 32V96H472c39.8 0 72 32.2 72 72V440c0 39.8-32.2 72-72 72H168c-39.8 0-72-32.2-72-72V168c0-39.8 32.2-72 72-72H288V32c0-17.7 14.3-32 32-32zM208 384c-8.8 0-16 7.2-16 16s7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H208zm96 0c-8.8 0-16 7.2-16 16s7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H304zm96 0c-8.8 0-16 7.2-16 16s7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H400zM264 256a40 40 0 1 0 -80 0 40 40 0 1 0 80 0zm152 40a40 40 0 1 0 0-80 40 40 0 1 0 0 80zM48 224H64V416H48c-26.5 0-48-21.5-48-48V272c0-26.5 21.5-48 48-48zm544 0c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H576V224h16z"],peace:[512,512,[9774],"f67c","M224 445.3V323.5l-94.3 77.1c26.1 22.8 58.5 38.7 94.3 44.7zM89.2 351.1L224 240.8V66.7C133.2 81.9 64 160.9 64 256c0 34.6 9.2 67.1 25.2 95.1zm293.1 49.5L288 323.5V445.3c35.7-6 68.1-21.9 94.3-44.7zm40.6-49.5c16-28 25.2-60.5 25.2-95.1c0-95.1-69.2-174.1-160-189.3V240.8L422.8 351.1zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"],gears:[640,512,["cogs"],"f085","M308.5 135.3c7.1-6.3 9.9-16.2 6.2-25c-2.3-5.3-4.8-10.5-7.6-15.5L304 89.4c-3-5-6.3-9.9-9.8-14.6c-5.7-7.6-15.7-10.1-24.7-7.1l-28.2 9.3c-10.7-8.8-23-16-36.2-20.9L199 27.1c-1.9-9.3-9.1-16.7-18.5-17.8C173.9 8.4 167.2 8 160.4 8h-.7c-6.8 0-13.5 .4-20.1 1.2c-9.4 1.1-16.6 8.6-18.5 17.8L115 56.1c-13.3 5-25.5 12.1-36.2 20.9L50.5 67.8c-9-3-19-.5-24.7 7.1c-3.5 4.7-6.8 9.6-9.9 14.6l-3 5.3c-2.8 5-5.3 10.2-7.6 15.6c-3.7 8.7-.9 18.6 6.2 25l22.2 19.8C32.6 161.9 32 168.9 32 176s.6 14.1 1.7 20.9L11.5 216.7c-7.1 6.3-9.9 16.2-6.2 25c2.3 5.3 4.8 10.5 7.6 15.6l3 5.2c3 5.1 6.3 9.9 9.9 14.6c5.7 7.6 15.7 10.1 24.7 7.1l28.2-9.3c10.7 8.8 23 16 36.2 20.9l6.1 29.1c1.9 9.3 9.1 16.7 18.5 17.8c6.7 .8 13.5 1.2 20.4 1.2s13.7-.4 20.4-1.2c9.4-1.1 16.6-8.6 18.5-17.8l6.1-29.1c13.3-5 25.5-12.1 36.2-20.9l28.2 9.3c9 3 19 .5 24.7-7.1c3.5-4.7 6.8-9.5 9.8-14.6l3.1-5.4c2.8-5 5.3-10.2 7.6-15.5c3.7-8.7 .9-18.6-6.2-25l-22.2-19.8c1.1-6.8 1.7-13.8 1.7-20.9s-.6-14.1-1.7-20.9l22.2-19.8zM112 176a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM504.7 500.5c6.3 7.1 16.2 9.9 25 6.2c5.3-2.3 10.5-4.8 15.5-7.6l5.4-3.1c5-3 9.9-6.3 14.6-9.8c7.6-5.7 10.1-15.7 7.1-24.7l-9.3-28.2c8.8-10.7 16-23 20.9-36.2l29.1-6.1c9.3-1.9 16.7-9.1 17.8-18.5c.8-6.7 1.2-13.5 1.2-20.4s-.4-13.7-1.2-20.4c-1.1-9.4-8.6-16.6-17.8-18.5L583.9 307c-5-13.3-12.1-25.5-20.9-36.2l9.3-28.2c3-9 .5-19-7.1-24.7c-4.7-3.5-9.6-6.8-14.6-9.9l-5.3-3c-5-2.8-10.2-5.3-15.6-7.6c-8.7-3.7-18.6-.9-25 6.2l-19.8 22.2c-6.8-1.1-13.8-1.7-20.9-1.7s-14.1 .6-20.9 1.7l-19.8-22.2c-6.3-7.1-16.2-9.9-25-6.2c-5.3 2.3-10.5 4.8-15.6 7.6l-5.2 3c-5.1 3-9.9 6.3-14.6 9.9c-7.6 5.7-10.1 15.7-7.1 24.7l9.3 28.2c-8.8 10.7-16 23-20.9 36.2L315.1 313c-9.3 1.9-16.7 9.1-17.8 18.5c-.8 6.7-1.2 13.5-1.2 20.4s.4 13.7 1.2 20.4c1.1 9.4 8.6 16.6 17.8 18.5l29.1 6.1c5 13.3 12.1 25.5 20.9 36.2l-9.3 28.2c-3 9-.5 19 7.1 24.7c4.7 3.5 9.5 6.8 14.6 9.8l5.4 3.1c5 2.8 10.2 5.3 15.5 7.6c8.7 3.7 18.6 .9 25-6.2l19.8-22.2c6.8 1.1 13.8 1.7 20.9 1.7s14.1-.6 20.9-1.7l19.8 22.2zM464 304a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"],warehouse:[640,512,[],"f494","M0 488V171.3c0-26.2 15.9-49.7 40.2-59.4L308.1 4.8c7.6-3.1 16.1-3.1 23.8 0L599.8 111.9c24.3 9.7 40.2 33.3 40.2 59.4V488c0 13.3-10.7 24-24 24H568c-13.3 0-24-10.7-24-24V224c0-17.7-14.3-32-32-32H128c-17.7 0-32 14.3-32 32V488c0 13.3-10.7 24-24 24H24c-13.3 0-24-10.7-24-24zm488 24l-336 0c-13.3 0-24-10.7-24-24V432H512l0 56c0 13.3-10.7 24-24 24zM128 400V336H512v64H128zm0-96V224H512l0 80H128z"],"arrow-up-right-dots":[576,512,[],"e4b7","M160 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h50.7L9.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L256 109.3V160c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32H160zM576 80a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM448 208a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM400 384a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm48 80a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm128 0a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM272 384a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm48 80a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM144 512a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM576 336a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm-48-80a48 48 0 1 0 0-96 48 48 0 1 0 0 96z"],splotch:[512,512,[],"f5bc","M208.5 62.3l28.1-36.9C248.8 9.4 267.8 0 288 0c28.5 0 53.6 18.7 61.8 46l17.8 59.4c10.3 34.4 36.1 62 69.8 74.6l39.8 14.9c20.9 7.9 34.8 27.9 34.8 50.2c0 16.9-7.9 32.8-21.5 42.9l-67.3 50.5c-24.3 18.2-37.2 47.9-33.8 78.1l2.5 22.7c4.3 38.7-26 72.6-65 72.6c-14.8 0-29.3-5.1-40.8-14.3l-55.4-44.3c-4.5-3.6-9.3-6.7-14.5-9.2c-15.8-7.9-33.7-10.4-51-7.3L82.4 451.9C47.8 458.2 16 431.6 16 396.5c0-13.2 4.7-26 13.1-36.2l11.2-13.4c14.6-17.4 22.6-39.4 22.6-62.1c0-18.8-5.5-37.2-15.8-53L8.8 173.5C3.1 164.7 0 154.4 0 143.9c0-33.4 30.1-58.8 63-53.2l51.3 8.7c35.9 6.1 72.2-8.2 94.2-37.1z"],"face-grin-hearts":[512,512,[128525,"grin-hearts"],"f584","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM388.1 312.8c12.3-3.8 24.3 6.9 19.3 18.7C382.4 390.6 324.2 432 256.3 432s-126.2-41.4-151.1-100.5c-5-11.8 7-22.5 19.3-18.7c39.7 12.2 84.5 19 131.8 19s92.1-6.8 131.8-19zM199.3 129.1c17.8 4.8 28.4 23.1 23.6 40.8l-17.4 65c-2.3 8.5-11.1 13.6-19.6 11.3l-65.1-17.4c-17.8-4.8-28.4-23.1-23.6-40.8s23.1-28.4 40.8-23.6l16.1 4.3 4.3-16.1c4.8-17.8 23.1-28.4 40.8-23.6zm154.3 23.6l4.3 16.1 16.1-4.3c17.8-4.8 36.1 5.8 40.8 23.6s-5.8 36.1-23.6 40.8l-65.1 17.4c-8.5 2.3-17.3-2.8-19.6-11.3l-17.4-65c-4.8-17.8 5.8-36.1 23.6-40.8s36.1 5.8 40.9 23.6z"],"dice-four":[448,512,[9859],"f524","M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm160 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM128 384a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM352 160a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM320 384a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"],"sim-card":[384,512,[],"f7c4","M64 0H242.7c17 0 33.3 6.7 45.3 18.7L365.3 96c12 12 18.7 28.3 18.7 45.3V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64C0 28.7 28.7 0 64 0zM96 192c-17.7 0-32 14.3-32 32v32h64V192H96zM64 352h80 96 80V288H240 144 64v64zM320 224c0-17.7-14.3-32-32-32H256v64h64V224zM160 192v64h64V192H160zM288 448c17.7 0 32-14.3 32-32V384H256v64h32zM160 384v64h64V384H160zM64 416c0 17.7 14.3 32 32 32h32V384H64v32z"],transgender:[512,512,[9895,"transgender-alt"],"f225","M112 0c6.5 0 12.3 3.9 14.8 9.9s1.1 12.9-3.5 17.4l-31 31L112 78.1l7-7c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-7 7 15.2 15.2C187.7 107.6 220.5 96 256 96s68.3 11.6 94.9 31.2l68.8-68.8-31-31c-4.6-4.6-5.9-11.5-3.5-17.4s8.3-9.9 14.8-9.9h96c8.8 0 16 7.2 16 16v96c0 6.5-3.9 12.3-9.9 14.8s-12.9 1.1-17.4-3.5l-31-31-68.8 68.8C404.4 187.7 416 220.5 416 256c0 80.2-59 146.6-136 158.2V432h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H280v8c0 13.3-10.7 24-24 24s-24-10.7-24-24v-8H216c-13.3 0-24-10.7-24-24s10.7-24 24-24h16V414.2C155 402.6 96 336.2 96 256c0-35.5 11.6-68.3 31.2-94.9L112 145.9l-7 7c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l7-7L58.3 92.3l-31 31c-4.6 4.6-11.5 5.9-17.4 3.5S0 118.5 0 112V16C0 7.2 7.2 0 16 0h96zM352 256a96 96 0 1 0 -192 0 96 96 0 1 0 192 0z"],mercury:[384,512,[9791],"f223","M72.1 7C85.8-4 106-1.8 117 12c17.6 22 44.7 36 75 36s57.3-14 75-36c11.1-13.8 31.2-16 45-5s16 31.2 5 45c-7.8 9.7-16.6 18.4-26.4 26.1C337.3 109.7 368 163.3 368 224c0 89.1-66.2 162.7-152 174.4V424h32c13.3 0 24 10.7 24 24s-10.7 24-24 24H216v16c0 13.3-10.7 24-24 24s-24-10.7-24-24V472H136c-13.3 0-24-10.7-24-24s10.7-24 24-24h32V398.4C82.2 386.7 16 313.1 16 224c0-60.7 30.7-114.3 77.5-145.9C83.7 70.5 74.9 61.7 67.1 52c-11.1-13.8-8.8-33.9 5-45zM80 224a112 112 0 1 0 224 0A112 112 0 1 0 80 224z"],"arrow-turn-down":[384,512,["level-down"],"f149","M32 64C14.3 64 0 49.7 0 32S14.3 0 32 0l96 0c53 0 96 43 96 96l0 306.7 73.4-73.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-128 128c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 402.7 160 96c0-17.7-14.3-32-32-32L32 64z"],"person-falling-burst":[640,512,[],"e547","M256 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 9.8c0 39-23.7 74-59.9 88.4C71.6 154.5 32 213 32 278.2V352c0 17.7 14.3 32 32 32s32-14.3 32-32l0-73.8c0-10 1.6-19.8 4.5-29L261.1 497.4c9.6 14.8 29.4 19.1 44.3 9.5s19.1-29.4 9.5-44.3L222.6 320H224l80 0 38.4 51.2c10.6 14.1 30.7 17 44.8 6.4s17-30.7 6.4-44.8l-43.2-57.6C341.3 263.1 327.1 256 312 256l-71.5 0-56.8-80.2-.2-.3c44.7-29 72.5-79 72.5-133.6l0-9.8zM96 80A48 48 0 1 0 0 80a48 48 0 1 0 96 0zM464 286.1l58.6 53.9c4.8 4.4 11.9 5.5 17.8 2.6s9.5-9 9-15.5l-5.6-79.4 78.7-12.2c6.5-1 11.7-5.9 13.1-12.2s-1.1-13-6.5-16.7l-65.6-45.1L603 92.2c3.3-5.7 2.7-12.8-1.4-17.9s-10.9-7.2-17.2-5.3L508.3 92.1l-29.4-74C476.4 12 470.6 8 464 8s-12.4 4-14.9 10.1l-29.4 74L343.6 68.9c-6.3-1.9-13.1 .2-17.2 5.3s-4.6 12.2-1.4 17.9l39.5 69.1-65.6 45.1c-5.4 3.7-8 10.3-6.5 16.7c.1 .3 .1 .6 .2 .8l19.4 0c20.1 0 39.2 7.5 53.8 20.8l18.4 2.9L383 265.3l36.2 48.3c2.1 2.8 3.9 5.7 5.5 8.6L464 286.1z"],award:[384,512,[],"f559","M173.8 5.5c11-7.3 25.4-7.3 36.4 0L228 17.2c6 3.9 13 5.8 20.1 5.4l21.3-1.3c13.2-.8 25.6 6.4 31.5 18.2l9.6 19.1c3.2 6.4 8.4 11.5 14.7 14.7L344.5 83c11.8 5.9 19 18.3 18.2 31.5l-1.3 21.3c-.4 7.1 1.5 14.2 5.4 20.1l11.8 17.8c7.3 11 7.3 25.4 0 36.4L366.8 228c-3.9 6-5.8 13-5.4 20.1l1.3 21.3c.8 13.2-6.4 25.6-18.2 31.5l-19.1 9.6c-6.4 3.2-11.5 8.4-14.7 14.7L301 344.5c-5.9 11.8-18.3 19-31.5 18.2l-21.3-1.3c-7.1-.4-14.2 1.5-20.1 5.4l-17.8 11.8c-11 7.3-25.4 7.3-36.4 0L156 366.8c-6-3.9-13-5.8-20.1-5.4l-21.3 1.3c-13.2 .8-25.6-6.4-31.5-18.2l-9.6-19.1c-3.2-6.4-8.4-11.5-14.7-14.7L39.5 301c-11.8-5.9-19-18.3-18.2-31.5l1.3-21.3c.4-7.1-1.5-14.2-5.4-20.1L5.5 210.2c-7.3-11-7.3-25.4 0-36.4L17.2 156c3.9-6 5.8-13 5.4-20.1l-1.3-21.3c-.8-13.2 6.4-25.6 18.2-31.5l19.1-9.6C65 70.2 70.2 65 73.4 58.6L83 39.5c5.9-11.8 18.3-19 31.5-18.2l21.3 1.3c7.1 .4 14.2-1.5 20.1-5.4L173.8 5.5zM272 192a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM1.3 441.8L44.4 339.3c.2 .1 .3 .2 .4 .4l9.6 19.1c11.7 23.2 36 37.3 62 35.8l21.3-1.3c.2 0 .5 0 .7 .2l17.8 11.8c5.1 3.3 10.5 5.9 16.1 7.7l-37.6 89.3c-2.3 5.5-7.4 9.2-13.3 9.7s-11.6-2.2-14.8-7.2L74.4 455.5l-56.1 8.3c-5.7 .8-11.4-1.5-15-6s-4.3-10.7-2.1-16zm248 60.4L211.7 413c5.6-1.8 11-4.3 16.1-7.7l17.8-11.8c.2-.1 .4-.2 .7-.2l21.3 1.3c26 1.5 50.3-12.6 62-35.8l9.6-19.1c.1-.2 .2-.3 .4-.4l43.2 102.5c2.2 5.3 1.4 11.4-2.1 16s-9.3 6.9-15 6l-56.1-8.3-32.2 49.2c-3.2 5-8.9 7.7-14.8 7.2s-11-4.3-13.3-9.7z"],"ticket-simple":[576,512,["ticket-alt"],"f3ff","M0 128C0 92.7 28.7 64 64 64H512c35.3 0 64 28.7 64 64v64c0 8.8-7.4 15.7-15.7 18.6C541.5 217.1 528 235 528 256s13.5 38.9 32.3 45.4c8.3 2.9 15.7 9.8 15.7 18.6v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V320c0-8.8 7.4-15.7 15.7-18.6C34.5 294.9 48 277 48 256s-13.5-38.9-32.3-45.4C7.4 207.7 0 200.8 0 192V128z"],building:[384,512,[127970,61687],"f1ad","M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM80 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V112zM272 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16z"],"angles-left":[512,512,[171,"angle-double-left"],"f100","M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160zm352-160l-160 160c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L301.3 256 438.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0z"],qrcode:[448,512,[],"f029","M0 80C0 53.5 21.5 32 48 32h96c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80zM64 96v64h64V96H64zM0 336c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V336zm64 16v64h64V352H64zM304 32h96c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H304c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48zm80 64H320v64h64V96zM256 304c0-8.8 7.2-16 16-16h64c8.8 0 16 7.2 16 16s7.2 16 16 16h32c8.8 0 16-7.2 16-16s7.2-16 16-16s16 7.2 16 16v96c0 8.8-7.2 16-16 16H368c-8.8 0-16-7.2-16-16s-7.2-16-16-16s-16 7.2-16 16v64c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V304zM368 480a16 16 0 1 1 0-32 16 16 0 1 1 0 32zm64 0a16 16 0 1 1 0-32 16 16 0 1 1 0 32z"],"clock-rotate-left":[512,512,["history"],"f1da","M75 75L41 41C25.9 25.9 0 36.6 0 57.9V168c0 13.3 10.7 24 24 24H134.1c21.4 0 32.1-25.9 17-41l-30.8-30.8C155 85.5 203 64 256 64c106 0 192 86 192 192s-86 192-192 192c-40.8 0-78.6-12.7-109.7-34.4c-14.5-10.1-34.4-6.6-44.6 7.9s-6.6 34.4 7.9 44.6C151.2 495 201.7 512 256 512c141.4 0 256-114.6 256-256S397.4 0 256 0C185.3 0 121.3 28.7 75 75zm181 53c-13.3 0-24 10.7-24 24V256c0 6.4 2.5 12.5 7 17l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-65-65V152c0-13.3-10.7-24-24-24z"],"face-grin-beam-sweat":[512,512,[128517,"grin-beam-sweat"],"f583","M476.8 126.3c-4.1 1.1-8.4 1.7-12.8 1.7c-26.5 0-48-21-48-47c0-5 1.8-11.3 4.6-18.1c.3-.7 .6-1.4 .9-2.1c9-20.2 26.5-44.9 36-57.5c3.2-4.4 9.6-4.4 12.8 0C483.4 20.6 512 61 512 81c0 21.7-14.9 39.8-35.2 45.3zM256 0c51.4 0 99.3 15.2 139.4 41.2c-1.5 3.1-3 6.2-4.3 9.3c-3.4 8-7.1 19-7.1 30.5c0 44.3 36.6 79 80 79c9.6 0 18.8-1.7 27.4-4.8c13.3 30.9 20.6 65 20.6 100.8c0 141.4-114.6 256-256 256S0 397.4 0 256S114.6 0 256 0zM383.8 317.8C345.3 329.4 301.9 336 256 336s-89.3-6.6-127.8-18.2c-12.3-3.7-24.3 7-19.2 18.7c24.5 56.9 81.1 96.7 147 96.7s122.5-39.8 147-96.7c5.1-11.8-6.9-22.4-19.2-18.7zm-166.2-89l0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C126.7 188.4 120 206.1 120 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l0 0 0 0 0 0 .2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2 0 0 0 0zm160 0l0 0 0 0 0 0c2.1 2.8 5.7 3.9 8.9 2.8s5.5-4.1 5.5-7.6c0-17.9-6.7-35.6-16.6-48.8c-9.8-13-23.9-23.2-39.4-23.2s-29.6 10.2-39.4 23.2C286.7 188.4 280 206.1 280 224c0 3.4 2.2 6.5 5.5 7.6s6.9 0 8.9-2.8l0 0 0 0 0 0 .2-.2c.2-.2 .4-.5 .7-.9c.6-.8 1.6-2 2.8-3.4c2.5-2.8 6-6.6 10.2-10.3c8.8-7.8 18.8-14 27.7-14s18.9 6.2 27.7 14c4.2 3.7 7.7 7.5 10.2 10.3c1.2 1.4 2.2 2.6 2.8 3.4c.3 .4 .6 .7 .7 .9l.2 .2 0 0z"],"file-export":[576,512,["arrow-right-from-file"],"f56e","M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384V288H216c-13.3 0-24 10.7-24 24s10.7 24 24 24H384V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zM384 336V288H494.1l-39-39c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l80 80c9.4 9.4 9.4 24.6 0 33.9l-80 80c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l39-39H384zm0-208H256V0L384 128z"],shield:[512,512,[128737,"shield-blank"],"f132","M256 0c4.6 0 9.2 1 13.4 2.9L457.7 82.8c22 9.3 38.4 31 38.3 57.2c-.5 99.2-41.3 280.7-213.6 363.2c-16.7 8-36.1 8-52.8 0C57.3 420.7 16.5 239.2 16 140c-.1-26.2 16.3-47.9 38.3-57.2L242.7 2.9C246.8 1 251.4 0 256 0z"],"arrow-up-short-wide":[576,512,["sort-amount-up-alt"],"f885","M151.6 42.4C145.5 35.8 137 32 128 32s-17.5 3.8-23.6 10.4l-88 96c-11.9 13-11.1 33.3 2 45.2s33.3 11.1 45.2-2L96 146.3V448c0 17.7 14.3 32 32 32s32-14.3 32-32V146.3l32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 32c-17.7 0-32 14.3-32 32s14.3 32 32 32h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H320zm0 128c-17.7 0-32 14.3-32 32s14.3 32 32 32h96c17.7 0 32-14.3 32-32s-14.3-32-32-32H320zm0 128c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H320zm0 128c-17.7 0-32 14.3-32 32s14.3 32 32 32H544c17.7 0 32-14.3 32-32s-14.3-32-32-32H320z"],"house-medical":[576,512,[],"e3b2","M543.8 287.6c17 0 32-14 32-32.1c1-9-3-17-11-24L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1h32V448c0 35.3 28.7 64 64 64H448.5c35.5 0 64.2-28.8 64-64.3l-.7-160.2h32zM256 208c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h48c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H320v48c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V320H208c-8.8 0-16-7.2-16-16V272c0-8.8 7.2-16 16-16h48V208z"],"golf-ball-tee":[384,512,["golf-ball"],"f450","M384 192c0 66.8-34.1 125.6-85.8 160H85.8C34.1 317.6 0 258.8 0 192C0 86 86 0 192 0S384 86 384 192zM242.1 256.6c0 18.5-15 33.5-33.5 33.5c-4.9 0-9.1 5.1-5.4 8.4c5.9 5.2 13.7 8.4 22.1 8.4c18.5 0 33.5-15 33.5-33.5c0-8.5-3.2-16.2-8.4-22.1c-3.3-3.7-8.4 .5-8.4 5.4zm-52.3-49.3c-4.9 0-9.1 5.1-5.4 8.4c5.9 5.2 13.7 8.4 22.1 8.4c18.5 0 33.5-15 33.5-33.5c0-8.5-3.2-16.2-8.4-22.1c-3.3-3.7-8.4 .5-8.4 5.4c0 18.5-15 33.5-33.5 33.5zm113.5-17.5c0 18.5-15 33.5-33.5 33.5c-4.9 0-9.1 5.1-5.4 8.4c5.9 5.2 13.7 8.4 22.1 8.4c18.5 0 33.5-15 33.5-33.5c0-8.5-3.2-16.2-8.4-22.1c-3.3-3.7-8.4 .5-8.4 5.4zM96 416c0-17.7 14.3-32 32-32h64 64c17.7 0 32 14.3 32 32s-14.3 32-32 32H240c-8.8 0-16 7.2-16 16v16c0 17.7-14.3 32-32 32s-32-14.3-32-32V464c0-8.8-7.2-16-16-16H128c-17.7 0-32-14.3-32-32z"],"circle-chevron-left":[512,512,["chevron-circle-left"],"f137","M512 256A256 256 0 1 0 0 256a256 256 0 1 0 512 0zM271 135c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-87 87 87 87c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L167 273c-9.4-9.4-9.4-24.6 0-33.9L271 135z"],"house-chimney-window":[576,512,[],"e00d","M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c.2 35.5-28.5 64.3-64 64.3H128.1c-35.3 0-64-28.7-64-64V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L416 100.7V64c0-17.7 14.3-32 32-32h32c17.7 0 32 14.3 32 32V185l52.8 46.4c8 7 12 15 11 24zM248 192c-13.3 0-24 10.7-24 24v80c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24V216c0-13.3-10.7-24-24-24H248z"],"pen-nib":[512,512,[10001],"f5ad","M368.4 18.3L312.7 74.1 437.9 199.3l55.7-55.7c21.9-21.9 21.9-57.3 0-79.2L447.6 18.3c-21.9-21.9-57.3-21.9-79.2 0zM288 94.6l-9.2 2.8L134.7 140.6c-19.9 6-35.7 21.2-42.3 41L3.8 445.8c-3.8 11.3-1 23.9 7.3 32.4L164.7 324.7c-3-6.3-4.7-13.3-4.7-20.7c0-26.5 21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48c-7.4 0-14.4-1.7-20.7-4.7L33.7 500.9c8.6 8.3 21.1 11.2 32.4 7.3l264.3-88.6c19.7-6.6 35-22.4 41-42.3l43.2-144.1 2.8-9.2L288 94.6z"],"tent-arrow-turn-left":[576,512,[],"e580","M120.1 41.8c9.9-8.9 10.7-24 1.8-33.9S97.8-2.7 87.9 6.2l-80 72C2.9 82.7 0 89.2 0 96s2.9 13.3 7.9 17.8l80 72c9.9 8.9 25 8.1 33.9-1.8s8.1-25-1.8-33.9L86.5 120 456 120c39.8 0 72 32.2 72 72v40c0 13.3 10.7 24 24 24s24-10.7 24-24V192c0-66.3-53.7-120-120-120L86.5 72l33.5-30.2zM307.4 166.5c-11.5-8.7-27.3-8.7-38.8 0l-168 128c-6.6 5-11 12.5-12.3 20.7l-24 160c-1.4 9.2 1.3 18.6 7.4 25.6S86.7 512 96 512H288V352l96 160h96c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128z"],tents:[640,512,[],"e582","M396.6 6.5L235.8 129.1c9.6 1.8 18.9 5.8 27 12l168 128c13.2 10.1 22 24.9 24.5 41.4l6.2 41.5H608c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128c-11.5-8.7-27.3-8.7-38.8 0zm-153.2 160c-11.5-8.7-27.3-8.7-38.8 0l-168 128c-6.6 5-11 12.5-12.3 20.7l-24 160c-1.4 9.2 1.3 18.6 7.4 25.6S22.7 512 32 512H224V352l96 160h96c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128z"],"wand-magic":[512,512,["magic"],"f0d0","M14.1 463.3c-18.7-18.7-18.7-49.1 0-67.9L395.4 14.1c18.7-18.7 49.1-18.7 67.9 0l34.6 34.6c18.7 18.7 18.7 49.1 0 67.9L116.5 497.9c-18.7 18.7-49.1 18.7-67.9 0L14.1 463.3zM347.6 187.6l105-105L429.4 59.3l-105 105 23.3 23.3z"],dog:[576,512,[128021],"f6d3","M309.6 158.5L332.7 19.8C334.6 8.4 344.5 0 356.1 0c7.5 0 14.5 3.5 19 9.5L392 32h52.1c12.7 0 24.9 5.1 33.9 14.1L496 64h56c13.3 0 24 10.7 24 24v24c0 44.2-35.8 80-80 80H464 448 426.7l-5.1 30.5-112-64zM416 256.1L416 480c0 17.7-14.3 32-32 32H352c-17.7 0-32-14.3-32-32V364.8c-24 12.3-51.2 19.2-80 19.2s-56-6.9-80-19.2V480c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V249.8c-28.8-10.9-51.4-35.3-59.2-66.5L1 167.8c-4.3-17.1 6.1-34.5 23.3-38.8s34.5 6.1 38.8 23.3l3.9 15.5C70.5 182 83.3 192 98 192h30 16H303.8L416 256.1zM464 80a16 16 0 1 0 -32 0 16 16 0 1 0 32 0z"],carrot:[512,512,[129365],"f787","M346.7 6C337.6 17 320 42.3 320 72c0 40 15.3 55.3 40 80s40 40 80 40c29.7 0 55-17.6 66-26.7c4-3.3 6-8.2 6-13.3s-2-10-6-13.2c-11.4-9.1-38.3-26.8-74-26.8c-32 0-40 8-40 8s8-8 8-40c0-35.7-17.7-62.6-26.8-74C370 2 365.1 0 360 0s-10 2-13.3 6zM244.6 136c-40 0-77.1 18.1-101.7 48.2l60.5 60.5c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-55.3-55.3 0 .1L2.2 477.9C-2 487-.1 497.8 7 505s17.9 9 27.1 4.8l134.7-62.4-52.1-52.1c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L199.7 433l100.2-46.4c46.4-21.5 76.2-68 76.2-119.2C376 194.8 317.2 136 244.6 136z"],moon:[384,512,[127769,9214],"f186","M223.5 32C100 32 0 132.3 0 256S100 480 223.5 480c60.6 0 115.5-24.2 155.8-63.4c5-4.9 6.3-12.5 3.1-18.7s-10.1-9.7-17-8.5c-9.8 1.7-19.8 2.6-30.1 2.6c-96.9 0-175.5-78.8-175.5-176c0-65.8 36-123.1 89.3-153.3c6.1-3.5 9.2-10.5 7.7-17.3s-7.3-11.9-14.3-12.5c-6.3-.5-12.6-.8-19-.8z"],"wine-glass-empty":[320,512,["wine-glass-alt"],"f5ce","M64 0C47.4 0 33.5 12.8 32.1 29.3l-14 168.4c-6 72 42.5 135.2 109.9 150.6V448H80c-17.7 0-32 14.3-32 32s14.3 32 32 32h80 80c17.7 0 32-14.3 32-32s-14.3-32-32-32H192V348.4c67.4-15.4 115.9-78.6 109.9-150.6l-14-168.4C286.5 12.8 272.6 0 256 0H64zM81.9 203.1L93.4 64H226.6l11.6 139.1C242 248.8 205.9 288 160 288s-82-39.2-78.1-84.9z"],cheese:[512,512,[],"f7ef","M512 240.2V256H0c0-20 10-38.7 26.6-49.8L274.9 40.7c8.6-5.7 18.6-8.7 28.9-8.7C418.8 32 512 125.2 512 240.2zm0 47.8V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V288H512z"],"yin-yang":[512,512,[9775],"f6ad","M256 64c53 0 96 43 96 96s-43 96-96 96s-96 43-96 96s43 96 96 96C150 448 64 362 64 256S150 64 256 64zm0 448A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm32-352a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"],music:[512,512,[127925],"f001","M499.1 6.3c8.1 6 12.9 15.6 12.9 25.7v72V368c0 44.2-43 80-96 80s-96-35.8-96-80s43-80 96-80c11.2 0 22 1.6 32 4.6V147L192 223.8V432c0 44.2-43 80-96 80s-96-35.8-96-80s43-80 96-80c11.2 0 22 1.6 32 4.6V200 128c0-14.1 9.3-26.6 22.8-30.7l320-96c9.7-2.9 20.2-1.1 28.3 5z"],"code-commit":[640,512,[],"f386","M320 336a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm156.8-48C462 361 397.4 416 320 416s-142-55-156.8-128H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H163.2C178 151 242.6 96 320 96s142 55 156.8 128H608c17.7 0 32 14.3 32 32s-14.3 32-32 32H476.8z"],"temperature-low":[512,512,[],"f76b","M448 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM320 96a96 96 0 1 1 192 0A96 96 0 1 1 320 96zM144 64c-26.5 0-48 21.5-48 48V276.5c0 17.3-7.1 31.9-15.3 42.5C70.2 332.6 64 349.5 64 368c0 44.2 35.8 80 80 80s80-35.8 80-80c0-18.5-6.2-35.4-16.7-48.9c-8.2-10.6-15.3-25.2-15.3-42.5V112c0-26.5-21.5-48-48-48zM32 112C32 50.2 82.1 0 144 0s112 50.1 112 112V276.5c0 .1 .1 .3 .2 .6c.2 .6 .8 1.6 1.7 2.8c18.9 24.4 30.1 55 30.1 88.1c0 79.5-64.5 144-144 144S0 447.5 0 368c0-33.2 11.2-63.8 30.1-88.1c.9-1.2 1.5-2.2 1.7-2.8c.1-.3 .2-.5 .2-.6V112zM192 368c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-20.9 13.4-38.7 32-45.3V272c0-8.8 7.2-16 16-16s16 7.2 16 16v50.7c18.6 6.6 32 24.4 32 45.3z"],"person-biking":[640,512,[128692,"biking"],"f84a","M400 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm27.2 64l-61.8-48.8c-17.3-13.6-41.7-13.8-59.1-.3l-83.1 64.2c-30.7 23.8-28.5 70.8 4.3 91.6L288 305.1V416c0 17.7 14.3 32 32 32s32-14.3 32-32V288c0-10.7-5.3-20.7-14.2-26.6L295 232.9l60.3-48.5L396 217c5.7 4.5 12.7 7 20 7h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H427.2zM56 384a72 72 0 1 1 144 0A72 72 0 1 1 56 384zm200 0A128 128 0 1 0 0 384a128 128 0 1 0 256 0zm184 0a72 72 0 1 1 144 0 72 72 0 1 1 -144 0zm200 0a128 128 0 1 0 -256 0 128 128 0 1 0 256 0z"],broom:[576,512,[129529],"f51a","M566.6 54.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192-34.7-34.7c-4.2-4.2-10-6.6-16-6.6c-12.5 0-22.6 10.1-22.6 22.6v29.1L364.3 320h29.1c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16l-34.7-34.7 192-192zM341.1 353.4L222.6 234.9c-42.7-3.7-85.2 11.7-115.8 42.3l-8 8C76.5 307.5 64 337.7 64 369.2c0 6.8 7.1 11.2 13.2 8.2l51.1-25.5c5-2.5 9.5 4.1 5.4 7.9L7.3 473.4C2.7 477.6 0 483.6 0 489.9C0 502.1 9.9 512 22.1 512l173.3 0c38.8 0 75.9-15.4 103.4-42.8c30.6-30.6 45.9-73.1 42.3-115.8z"],"shield-heart":[512,512,[],"e574","M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2L269.4 2.9zM144 221.3c0-33.8 27.4-61.3 61.3-61.3c16.2 0 31.8 6.5 43.3 17.9l7.4 7.4 7.4-7.4c11.5-11.5 27.1-17.9 43.3-17.9c33.8 0 61.3 27.4 61.3 61.3c0 16.2-6.5 31.8-17.9 43.3l-82.7 82.7c-6.2 6.2-16.4 6.2-22.6 0l-82.7-82.7c-11.5-11.5-17.9-27.1-17.9-43.3z"],gopuram:[512,512,[],"f664","M120 0c13.3 0 24 10.7 24 24v8h40V24c0-13.3 10.7-24 24-24s24 10.7 24 24v8h48V24c0-13.3 10.7-24 24-24s24 10.7 24 24v8h40V24c0-13.3 10.7-24 24-24s24 10.7 24 24v8V64v64c17.7 0 32 14.3 32 32v64c17.7 0 32 14.3 32 32v96c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32H416V352H384V224H352V128H320v96h32V352h32V512H304V464c0-26.5-21.5-48-48-48s-48 21.5-48 48v48H128V352h32V224h32V128H160v96H128V352H96V512H32c-17.7 0-32-14.3-32-32V384c0-17.7 14.3-32 32-32V256c0-17.7 14.3-32 32-32V160c0-17.7 14.3-32 32-32V64 32 24c0-13.3 10.7-24 24-24zM256 272c-17.7 0-32 14.3-32 32v48h64V304c0-17.7-14.3-32-32-32zm-32-80v32h64V192c0-17.7-14.3-32-32-32s-32 14.3-32 32z"],"earth-oceania":[512,512,["globe-oceania"],"e47b","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM208.6 357.3l-39-13.5c-6.5-2.2-13.6-2.3-20.1-.3l-15.3 4.9c-18.5 5.9-38.5-2.4-47.5-19.5l-3.3-6.2c-10.6-20.1-2.3-45 18.2-54.7l35.3-16.8c2.3-1.1 4.4-2.8 5.9-4.8l5.3-7c7.2-9.6 18.6-15.3 30.6-15.3s23.4 5.7 30.6 15.3l4.6 6.1c2 2.6 4.9 4.5 8.1 5.1c7.8 1.6 15.7-1.5 20.4-7.9l10.4-14.2c2-2.8 5.3-4.4 8.7-4.4c4.4 0 8.4 2.7 10 6.8l10.1 25.9c2.8 7.2 6.7 14 11.5 20.2L311 299.8c5.8 7.4 9 16.6 9 26s-3.2 18.6-9 26L299 367.2c-8.3 10.6-21 16.8-34.4 16.8c-8.4 0-16.6-2.4-23.7-7l-25.4-16.4c-2.2-1.4-4.5-2.5-6.9-3.4zm65.2-214.8L296 164.7c10.1 10.1 2.9 27.3-11.3 27.3H254.8c-5.6 0-11.1-1.2-16.2-3.4l-42.8-19c-14.3-6.3-11.9-27.3 3.4-30.3l38.5-7.7c13.1-2.6 26.7 1.5 36.1 10.9zM248 432c0-8.8 7.2-16 16-16h16c8.8 0 16 7.2 16 16s-7.2 16-16 16H264c-8.8 0-16-7.2-16-16zM431.2 298.9l8 24c2.8 8.4-1.7 17.4-10.1 20.2s-17.4-1.7-20.2-10.1l-8-24c-2.8-8.4 1.7-17.4 10.1-20.2s17.4 1.7 20.2 10.1zm-19.9 80.4l-32 32c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l32-32c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"],"square-xmark":[448,512,[10062,"times-square","xmark-square"],"f2d3","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm79 143c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z"],hashtag:[448,512,[62098],"23","M181.3 32.4c17.4 2.9 29.2 19.4 26.3 36.8L197.8 128h95.1l11.5-69.3c2.9-17.4 19.4-29.2 36.8-26.3s29.2 19.4 26.3 36.8L357.8 128H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H347.1L325.8 320H384c17.7 0 32 14.3 32 32s-14.3 32-32 32H315.1l-11.5 69.3c-2.9 17.4-19.4 29.2-36.8 26.3s-29.2-19.4-26.3-36.8l9.8-58.7H155.1l-11.5 69.3c-2.9 17.4-19.4 29.2-36.8 26.3s-29.2-19.4-26.3-36.8L90.2 384H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h68.9l21.3-128H64c-17.7 0-32-14.3-32-32s14.3-32 32-32h68.9l11.5-69.3c2.9-17.4 19.4-29.2 36.8-26.3zM187.1 192L165.8 320h95.1l21.3-128H187.1z"],"up-right-and-down-left-from-center":[512,512,["expand-alt"],"f424","M344 0H488c13.3 0 24 10.7 24 24V168c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-39-39-87 87c-9.4 9.4-24.6 9.4-33.9 0l-32-32c-9.4-9.4-9.4-24.6 0-33.9l87-87L327 41c-6.9-6.9-8.9-17.2-5.2-26.2S334.3 0 344 0zM168 512H24c-13.3 0-24-10.7-24-24V344c0-9.7 5.8-18.5 14.8-22.2s19.3-1.7 26.2 5.2l39 39 87-87c9.4-9.4 24.6-9.4 33.9 0l32 32c9.4 9.4 9.4 24.6 0 33.9l-87 87 39 39c6.9 6.9 8.9 17.2 5.2 26.2s-12.5 14.8-22.2 14.8z"],"oil-can":[640,512,[],"f613","M320 128c17.7 0 32-14.3 32-32s-14.3-32-32-32H192c-17.7 0-32 14.3-32 32s14.3 32 32 32h32v32H144 96 48c-26.5 0-48 21.5-48 48v64.8c0 19 11.2 36.2 28.5 43.9l67.5 30V368c0 26.5 21.5 48 48 48H403.1c18.4 0 35.8-7.9 48-21.7L633.5 187.7c12.3-13.9-.3-35.4-18.4-31.5L448 192l-50.5-25.2c-8.9-4.4-18.7-6.8-28.6-6.8H288V128h32zM96 208v86.1L48 272.8V208H96z"],t:[384,512,[116],"54","M32 32C14.3 32 0 46.3 0 64S14.3 96 32 96H160V448c0 17.7 14.3 32 32 32s32-14.3 32-32V96H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H192 32z"],hippo:[640,512,[129435],"f6ed","M407 47c9.4-9.4 24.6-9.4 33.9 0l17.2 17.2c1.9-.1 3.9-.2 5.8-.2h32c11.2 0 21.9 2.3 31.6 6.5L543 55c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L564 101.9c7.6 12.2 12 26.7 12 42.1c0 10.2 7.4 18.8 16.7 23c27.9 12.5 47.3 40.5 47.3 73c0 26.2-12.6 49.4-32 64v32c0 8.8-7.2 16-16 16H560c-8.8 0-16-7.2-16-16V320H480v16c0 8.8-7.2 16-16 16H432c-8.8 0-16-7.2-16-16V318.4c-11.8-2.4-22.7-7.4-32-14.4c-1.5-1.1-2.9-2.3-4.3-3.5c-17-14.7-27.7-36.4-27.7-60.5c0-8.8-7.2-16-16-16s-16 7.2-16 16c0 44.7 26.2 83.2 64 101.2V352c0 17.7 14.3 32 32 32h32v64c0 17.7-14.3 32-32 32H352c-17.7 0-32-14.3-32-32V372c-19.8 7.7-41.4 12-64 12s-44.2-4.3-64-12v76c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V329.1L45.9 369.7c-5.4 12.1-19.6 17.6-31.7 12.2S-3.3 362.4 2.1 350.3L24 300.9c5.3-11.9 8-24.7 8-37.7C32 155.7 117.2 68 223.8 64.1l.2-.1h7.2H256h32c41.7 0 83.4 12.1 117.2 25.7c1.7-1.8 3.5-3.6 5.3-5.2L407 81c-9.4-9.4-9.4-24.6 0-33.9zm73 185a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm88 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48zM480 144a16 16 0 1 0 -32 0 16 16 0 1 0 32 0zm48 16a16 16 0 1 0 0-32 16 16 0 1 0 0 32z"],"chart-column":[512,512,[],"e0e3","M32 32c17.7 0 32 14.3 32 32V400c0 8.8 7.2 16 16 16H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H80c-44.2 0-80-35.8-80-80V64C0 46.3 14.3 32 32 32zM160 224c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V256c0-17.7 14.3-32 32-32zm128-64V320c0 17.7-14.3 32-32 32s-32-14.3-32-32V160c0-17.7 14.3-32 32-32s32 14.3 32 32zm64 32c17.7 0 32 14.3 32 32v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V224c0-17.7 14.3-32 32-32zM480 96V320c0 17.7-14.3 32-32 32s-32-14.3-32-32V96c0-17.7 14.3-32 32-32s32 14.3 32 32z"],infinity:[640,512,[8734,9854],"f534","M0 241.1C0 161 65 96 145.1 96c38.5 0 75.4 15.3 102.6 42.5L320 210.7l72.2-72.2C419.5 111.3 456.4 96 494.9 96C575 96 640 161 640 241.1v29.7C640 351 575 416 494.9 416c-38.5 0-75.4-15.3-102.6-42.5L320 301.3l-72.2 72.2C220.5 400.7 183.6 416 145.1 416C65 416 0 351 0 270.9V241.1zM274.7 256l-72.2-72.2c-15.2-15.2-35.9-23.8-57.4-23.8C100.3 160 64 196.3 64 241.1v29.7c0 44.8 36.3 81.1 81.1 81.1c21.5 0 42.2-8.5 57.4-23.8L274.7 256zm90.5 0l72.2 72.2c15.2 15.2 35.9 23.8 57.4 23.8c44.8 0 81.1-36.3 81.1-81.1V241.1c0-44.8-36.3-81.1-81.1-81.1c-21.5 0-42.2 8.5-57.4 23.8L365.3 256z"],"vial-circle-check":[512,512,[],"e596","M0 64C0 46.3 14.3 32 32 32H96h64 64c17.7 0 32 14.3 32 32s-14.3 32-32 32V266.8c-20.2 28.6-32 63.5-32 101.2c0 25.2 5.3 49.1 14.8 70.8C189.5 463.7 160.6 480 128 480c-53 0-96-43-96-96V96C14.3 96 0 81.7 0 64zM96 96v96h64V96H96zM224 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L352 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6z"],"person-arrow-down-to-line":[640,512,[],"e538","M192 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm-8 352V352h16v96H184zm-64 0H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H152h80H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H264V256.9l28.6 47.5c9.1 15.1 28.8 20 43.9 10.9s20-28.8 10.9-43.9l-58.3-97c-17.4-28.9-48.6-46.6-82.3-46.6H177.1c-33.7 0-64.9 17.7-82.3 46.6l-58.3 97c-9.1 15.1-4.2 34.8 10.9 43.9s34.8 4.2 43.9-10.9L120 256.9V448zM464 64V306.7l-25.4-25.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l80 80c12.5 12.5 32.8 12.5 45.3 0l80-80c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L528 306.7V64c0-17.7-14.3-32-32-32s-32 14.3-32 32z"],voicemail:[640,512,[],"f897","M144 320a80 80 0 1 1 0-160 80 80 0 1 1 0 160zm119.8 0c15.3-22.9 24.2-50.4 24.2-80c0-79.5-64.5-144-144-144S0 160.5 0 240s64.5 144 144 144H496c79.5 0 144-64.5 144-144s-64.5-144-144-144s-144 64.5-144 144c0 29.6 8.9 57.1 24.2 80H263.8zM496 160a80 80 0 1 1 0 160 80 80 0 1 1 0-160z"],fan:[512,512,[],"f863","M258.6 0c-1.7 0-3.4 .1-5.1 .5C168 17 115.6 102.3 130.5 189.3c2.9 17 8.4 32.9 15.9 47.4L32 224H29.4C13.2 224 0 237.2 0 253.4c0 1.7 .1 3.4 .5 5.1C17 344 102.3 396.4 189.3 381.5c17-2.9 32.9-8.4 47.4-15.9L224 480v2.6c0 16.2 13.2 29.4 29.4 29.4c1.7 0 3.4-.1 5.1-.5C344 495 396.4 409.7 381.5 322.7c-2.9-17-8.4-32.9-15.9-47.4L480 288h2.6c16.2 0 29.4-13.2 29.4-29.4c0-1.7-.1-3.4-.5-5.1C495 168 409.7 115.6 322.7 130.5c-17 2.9-32.9 8.4-47.4 15.9L288 32V29.4C288 13.2 274.8 0 258.6 0zM256 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],"person-walking-luggage":[576,512,[],"e554","M432 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM347.7 200.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L505 232.7l-15.3-36.8C472.5 154.8 432.3 128 387.7 128c-22.8 0-45.3 4.8-66.1 14l-8 3.5c-32.9 14.6-58.1 42.4-69.4 76.5l-2.6 7.8c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l2.6-7.8c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5zm-30 135.1l-25 62.4-59.4 59.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L340.3 441c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6zM256 274.1c-7.7-4.4-17.4-1.8-21.9 5.9l-32 55.4L147.7 304c-15.3-8.8-34.9-3.6-43.7 11.7L40 426.6c-8.8 15.3-3.6 34.9 11.7 43.7l55.4 32c15.3 8.8 34.9 3.6 43.7-11.7l64-110.9c1.5-2.6 2.6-5.2 3.3-8L261.9 296c4.4-7.7 1.8-17.4-5.9-21.9z"],"up-down":[256,512,[8597,11021,"arrows-alt-v"],"f338","M145.6 7.7C141 2.8 134.7 0 128 0s-13 2.8-17.6 7.7l-104 112c-6.5 7-8.2 17.2-4.4 25.9S14.5 160 24 160H80V352H24c-9.5 0-18.2 5.7-22 14.4s-2.1 18.9 4.4 25.9l104 112c4.5 4.9 10.9 7.7 17.6 7.7s13-2.8 17.6-7.7l104-112c6.5-7 8.2-17.2 4.4-25.9s-12.5-14.4-22-14.4H176V160h56c9.5 0 18.2-5.7 22-14.4s2.1-18.9-4.4-25.9l-104-112z"],"cloud-moon-rain":[576,512,[],"f73c","M481.2 0C417 0 363.5 46.5 353.7 107.6c35.4 17.6 60.2 53.3 62.1 95.1c23.2 11 42 29.7 53.1 52.7c4 .4 8.1 .6 12.3 .6c34.9 0 66.7-13.8 89.9-36.1c5.1-4.9 6.4-12.5 3.2-18.7s-10.1-9.7-17-8.6c-4.9 .8-10 1.3-15.2 1.3c-49 0-88.4-39.3-88.4-87.4c0-32.6 18-61.1 44.9-76.1c6.1-3.4 9.3-10.5 7.8-17.4s-7.3-12-14.3-12.6c-3.6-.3-7.3-.5-10.9-.5zM367.9 383.9c44.2 0 80-35.8 80-80c0-39.3-28.4-72.1-65.8-78.7c1.2-5.6 1.9-11.3 1.9-17.2c0-44.2-35.8-80-80-80c-17 0-32.8 5.3-45.8 14.4C241.3 114.6 210.8 96 176 96c-53 0-96 43-96 96l0 1.3c-45.4 7.6-80 47.1-80 94.6c0 53 43 96 96 96H367.9zM85.4 420.1c-11-7.4-25.9-4.4-33.3 6.7l-32 48c-7.4 11-4.4 25.9 6.7 33.3s25.9 4.4 33.3-6.7l32-48c7.4-11 4.4-25.9-6.7-33.3zm96 0c-11-7.4-25.9-4.4-33.3 6.7l-32 48c-7.4 11-4.4 25.9 6.7 33.3s25.9 4.4 33.3-6.7l32-48c7.4-11 4.4-25.9-6.7-33.3zm96 0c-11-7.4-25.9-4.4-33.3 6.7l-32 48c-7.4 11-4.4 25.9 6.7 33.3s25.9 4.4 33.3-6.7l32-48c7.4-11 4.4-25.9-6.7-33.3zm96 0c-11-7.4-25.9-4.4-33.3 6.7l-32 48c-7.4 11-4.4 25.9 6.7 33.3s25.9 4.4 33.3-6.7l32-48c7.4-11 4.4-25.9-6.7-33.3z"],calendar:[448,512,[128197,128198],"f133","M96 32V64H48C21.5 64 0 85.5 0 112v48H448V112c0-26.5-21.5-48-48-48H352V32c0-17.7-14.3-32-32-32s-32 14.3-32 32V64H160V32c0-17.7-14.3-32-32-32S96 14.3 96 32zM448 192H0V464c0 26.5 21.5 48 48 48H400c26.5 0 48-21.5 48-48V192z"],trailer:[640,512,[],"e041","M48 32C21.5 32 0 53.5 0 80V336c0 26.5 21.5 48 48 48H65.1c7.8-54.3 54.4-96 110.9-96s103.1 41.7 110.9 96H488h8H608c17.7 0 32-14.3 32-32s-14.3-32-32-32H544V80c0-26.5-21.5-48-48-48H48zM80 96c8.8 0 16 7.2 16 16l0 131.2c-11.4 5.9-22.2 12.9-32 21V112c0-8.8 7.2-16 16-16zm96 128c-5.4 0-10.7 .2-16 .7L160 112c0-8.8 7.2-16 16-16s16 7.2 16 16l0 112.7c-5.3-.5-10.6-.7-16-.7zm80 19.2L256 112c0-8.8 7.2-16 16-16s16 7.2 16 16l0 152.2c-9.8-8.1-20.6-15.2-32-21zM368 96c8.8 0 16 7.2 16 16l0 192c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-192c0-8.8 7.2-16 16-16zm112 16l0 192c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-192c0-8.8 7.2-16 16-16s16 7.2 16 16zM176 480a80 80 0 1 0 0-160 80 80 0 1 0 0 160zm0-112a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],bahai:[576,512,["haykal"],"f666","M288 0c14.5 0 27.2 9.7 30.9 23.8l23.9 89.6 75.9-53.3c11.9-8.3 27.8-7.6 39 1.7s14.6 24.9 8.4 38.1l-39.3 84 92.4 8c14.4 1.2 26.2 12 28.8 26.3s-4.9 28.5-18 34.6l-84.1 39.1 65.7 65.5c10.3 10.2 12.4 26.1 5.1 38.7s-22 18.7-36 14.9L391 386.8l8.2 92.4c1.3 14.4-7.3 27.9-20.9 32.9s-28.9 .1-37.2-11.7l-53.1-76-53.1 76c-8.3 11.9-23.6 16.7-37.2 11.7s-22.2-18.5-20.9-32.9l8.2-92.4L95.4 410.9c-14 3.8-28.8-2.3-36-14.9s-5.2-28.4 5.1-38.7l65.7-65.5L46 252.7c-13.1-6.1-20.5-20.3-18-34.6s14.3-25.1 28.8-26.3l92.4-8-39.3-84c-6.1-13.1-2.7-28.8 8.4-38.1s27.1-10 39-1.7l75.9 53.3 23.9-89.6C260.8 9.7 273.5 0 288 0zm0 156.2l-4.8 18c-2.7 10.1-10.2 18.2-20 21.8s-20.8 2.1-29.3-3.9l-15.2-10.7 7.9 16.8c4.4 9.5 4 20.5-1.3 29.6s-14.5 15-25 15.9l-18.5 1.6 16.8 7.8c9.5 4.4 16.2 13.2 18 23.5s-1.5 20.8-8.9 28.2l-13.2 13.1 17.9-4.8c10.1-2.7 20.9-.3 28.9 6.4s12.2 16.9 11.3 27.3l-1.6 18.5 10.6-15.2c6-8.6 15.8-13.7 26.2-13.7s20.2 5.1 26.2 13.7l10.6 15.2-1.6-18.5c-.9-10.4 3.3-20.6 11.3-27.3s18.8-9.1 28.9-6.4l17.9 4.8-13.2-13.1c-7.4-7.4-10.7-17.9-8.9-28.2s8.5-19.1 18-23.5l16.8-7.8-18.5-1.6c-10.4-.9-19.7-6.8-25-15.9s-5.7-20.1-1.3-29.6l7.9-16.8-15.2 10.7c-8.6 6-19.5 7.5-29.3 3.9s-17.3-11.7-20-21.8l-4.8-18z"],"sd-card":[384,512,[],"f7c2","M320 0H141.3C124.3 0 108 6.7 96 18.7L18.7 96C6.7 108 0 124.3 0 141.3V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zM160 88v48c0 13.3-10.7 24-24 24s-24-10.7-24-24V88c0-13.3 10.7-24 24-24s24 10.7 24 24zm80 0v48c0 13.3-10.7 24-24 24s-24-10.7-24-24V88c0-13.3 10.7-24 24-24s24 10.7 24 24zm80 0v48c0 13.3-10.7 24-24 24s-24-10.7-24-24V88c0-13.3 10.7-24 24-24s24 10.7 24 24z"],dragon:[640,512,[128009],"f6d5","M352 124.5l-51.9-13c-6.5-1.6-11.3-7.1-12-13.8s2.8-13.1 8.7-16.1l40.8-20.4L294.4 28.8c-5.5-4.1-7.8-11.3-5.6-17.9S297.1 0 304 0H416h32 16c30.2 0 58.7 14.2 76.8 38.4l57.6 76.8c6.2 8.3 9.6 18.4 9.6 28.8c0 26.5-21.5 48-48 48H538.5c-17 0-33.3-6.7-45.3-18.7L480 160H448v21.5c0 24.8 12.8 47.9 33.8 61.1l106.6 66.6c32.1 20.1 51.6 55.2 51.6 93.1C640 462.9 590.9 512 530.2 512H496 432 32.3c-3.3 0-6.6-.4-9.6-1.4C13.5 507.8 6 501 2.4 492.1C1 488.7 .2 485.2 0 481.4c-.2-3.7 .3-7.3 1.3-10.7c2.8-9.2 9.6-16.7 18.6-20.4c3-1.2 6.2-2 9.5-2.2L433.3 412c8.3-.7 14.7-7.7 14.7-16.1c0-4.3-1.7-8.4-4.7-11.4l-44.4-44.4c-30-30-46.9-70.7-46.9-113.1V181.5v-57zM512 72.3c0-.1 0-.2 0-.3s0-.2 0-.3v.6zm-1.3 7.4L464.3 68.1c-.2 1.3-.3 2.6-.3 3.9c0 13.3 10.7 24 24 24c10.6 0 19.5-6.8 22.7-16.3zM130.9 116.5c16.3-14.5 40.4-16.2 58.5-4.1l130.6 87V227c0 32.8 8.4 64.8 24 93H112c-6.7 0-12.7-4.2-15-10.4s-.5-13.3 4.6-17.7L171 232.3 18.4 255.8c-7 1.1-13.9-2.6-16.9-9s-1.5-14.1 3.8-18.8L130.9 116.5z"],"shoe-prints":[640,512,[],"f54b","M416 0C352.3 0 256 32 256 32V160c48 0 76 16 104 32s56 32 104 32c56.4 0 176-16 176-96S512 0 416 0zM128 96c0 35.3 28.7 64 64 64h32V32H192c-35.3 0-64 28.7-64 64zM288 512c96 0 224-48 224-128s-119.6-96-176-96c-48 0-76 16-104 32s-56 32-104 32V480s96.3 32 160 32zM0 416c0 35.3 28.7 64 64 64H96V352H64c-35.3 0-64 28.7-64 64z"],"circle-plus":[512,512,["plus-circle"],"f055","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM232 344V280H168c-13.3 0-24-10.7-24-24s10.7-24 24-24h64V168c0-13.3 10.7-24 24-24s24 10.7 24 24v64h64c13.3 0 24 10.7 24 24s-10.7 24-24 24H280v64c0 13.3-10.7 24-24 24s-24-10.7-24-24z"],"face-grin-tongue-wink":[512,512,[128540,"grin-tongue-wink"],"f58b","M174.5 498.8C73.1 464.7 0 368.9 0 256C0 114.6 114.6 0 256 0S512 114.6 512 256c0 112.9-73.1 208.7-174.5 242.8C346.7 484 352 466.6 352 448V401.1c24.3-17.5 43.6-41.6 55.4-69.6c5-11.8-7-22.5-19.3-18.7c-39.7 12.2-84.5 19-131.8 19s-92.1-6.8-131.8-19c-12.3-3.8-24.3 6.9-19.3 18.7c11.7 27.8 30.8 51.7 54.8 69.2V448c0 18.6 5.3 36 14.5 50.8zm20.7-265.2c5.3 7.1 15.3 8.5 22.4 3.2s8.5-15.3 3.2-22.4c-30.4-40.5-91.2-40.5-121.6 0c-5.3 7.1-3.9 17.1 3.2 22.4s17.1 3.9 22.4-3.2c17.6-23.5 52.8-23.5 70.4 0zM336 272a64 64 0 1 0 0-128 64 64 0 1 0 0 128zM320 402.6V448c0 35.3-28.7 64-64 64s-64-28.7-64-64V402.6c0-14.7 11.9-26.6 26.6-26.6h2c11.3 0 21.1 7.9 23.6 18.9c2.8 12.6 20.8 12.6 23.6 0c2.5-11.1 12.3-18.9 23.6-18.9h2c14.7 0 26.6 11.9 26.6 26.6zM336 184a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"],"hand-holding":[576,512,[],"f4bd","M559.7 392.2c17.8-13.1 21.6-38.1 8.5-55.9s-38.1-21.6-55.9-8.5L392.6 416H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h16 64c17.7 0 32-14.3 32-32s-14.3-32-32-32H288 272 193.7c-29.1 0-57.3 9.9-80 28L68.8 384H32c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32H192 352.5c29 0 57.3-9.3 80.7-26.5l126.6-93.3zm-366.1-8.3a.5 .5 0 1 1 -.9 .1 .5 .5 0 1 1 .9-.1z"],"plug-circle-exclamation":[576,512,[],"e55d","M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32V412.8c12.3-2.5 24.1-6.4 35.1-11.5c-2.1-10.8-3.1-21.9-3.1-33.3c0-80.3 53.8-148 127.3-169.2c.5-2.2 .7-4.5 .7-6.8c0-17.7-14.3-32-32-32H32zM432 512a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm0-96a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16V288c0-8.8 7.2-16 16-16z"],"link-slash":[640,512,["chain-broken","chain-slash","unlink"],"f127","M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L489.3 358.2l90.5-90.5c56.5-56.5 56.5-148 0-204.5c-50-50-128.8-56.5-186.3-15.4l-1.6 1.1c-14.4 10.3-17.7 30.3-7.4 44.6s30.3 17.7 44.6 7.4l1.6-1.1c32.1-22.9 76-19.3 103.8 8.6c31.5 31.5 31.5 82.5 0 114l-96 96-31.9-25C430.9 239.6 420.1 175.1 377 132c-52.2-52.3-134.5-56.2-191.3-11.7L38.8 5.1zM239 162c30.1-14.9 67.7-9.9 92.8 15.3c20 20 27.5 48.3 21.7 74.5L239 162zM406.6 416.4L220.9 270c-2.1 39.8 12.2 80.1 42.2 110c38.9 38.9 94.4 51 143.6 36.3zm-290-228.5L60.2 244.3c-56.5 56.5-56.5 148 0 204.5c50 50 128.8 56.5 186.3 15.4l1.6-1.1c14.4-10.3 17.7-30.3 7.4-44.6s-30.3-17.7-44.6-7.4l-1.6 1.1c-32.1 22.9-76 19.3-103.8-8.6C74 372 74 321 105.5 289.5l61.8-61.8-50.6-39.9z"],clone:[512,512,[],"f24d","M288 448H64V224h64V160H64c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H288c35.3 0 64-28.7 64-64V384H288v64zm-64-96H448c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H224c-35.3 0-64 28.7-64 64V288c0 35.3 28.7 64 64 64z"],"person-walking-arrow-loop-left":[640,512,[],"e551","M208 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM123.7 200.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L281 232.7l-15.3-36.8C248.5 154.8 208.3 128 163.7 128c-22.8 0-45.3 4.8-66.1 14l-8 3.5c-32.9 14.6-58.1 42.4-69.4 76.5l-2.6 7.8c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l2.6-7.8c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5zm-30 135.1L68.7 398 9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L116.3 441c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6zm347.7 119c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L461.3 384H480c88.4 0 160-71.6 160-160s-71.6-160-160-160L352 64c-17.7 0-32 14.3-32 32s14.3 32 32 32l128 0c53 0 96 43 96 96s-43 96-96 96H461.3l25.4-25.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-80 80c-12.5 12.5-12.5 32.8 0 45.3l80 80z"],"arrow-up-z-a":[576,512,["sort-alpha-up-alt"],"f882","M183.6 42.4C177.5 35.8 169 32 160 32s-17.5 3.8-23.6 10.4l-88 96c-11.9 13-11.1 33.3 2 45.2s33.3 11.1 45.2-2L128 146.3V448c0 17.7 14.3 32 32 32s32-14.3 32-32V146.3l32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 64c0 17.7 14.3 32 32 32h50.7l-73.4 73.4c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H429.3l73.4-73.4c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8H352c-17.7 0-32 14.3-32 32zm96 192c-12.1 0-23.2 6.8-28.6 17.7l-64 128-16 32c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3l7.2-14.3h88.4l7.2 14.3c7.9 15.8 27.1 22.2 42.9 14.3s22.2-27.1 14.3-42.9l-16-32-64-128C439.2 262.8 428.1 256 416 256zM395.8 400L416 359.6 436.2 400H395.8z"],"fire-flame-curved":[384,512,["fire-alt"],"f7e4","M153.6 29.9l16-21.3C173.6 3.2 180 0 186.7 0C198.4 0 208 9.6 208 21.3V43.5c0 13.1 5.4 25.7 14.9 34.7L307.6 159C356.4 205.6 384 270.2 384 337.7C384 434 306 512 209.7 512H192C86 512 0 426 0 320v-3.8c0-48.8 19.4-95.6 53.9-130.1l3.5-3.5c4.2-4.2 10-6.6 16-6.6C85.9 176 96 186.1 96 198.6V288c0 35.3 28.7 64 64 64s64-28.7 64-64v-3.9c0-18-7.2-35.3-19.9-48l-38.6-38.6c-24-24-37.5-56.7-37.5-90.7c0-27.7 9-54.8 25.6-76.9z"],tornado:[448,512,[127786],"f76f","M0 32V45.6C0 62.7 1.7 79.6 5 96H357.8c3.2-6.9 7.5-13.3 13-18.8l38.6-38.6c4.2-4.2 6.6-10 6.6-16C416 10.1 405.9 0 393.4 0H32C14.3 0 0 14.3 0 32zm352.2 96H13.6c12.2 35.9 32.3 68.7 58.8 96H412l-47.2-62.9c-7.3-9.7-11.6-21.2-12.6-33.1zm-226 138.2l116.4 68.5c8.2 4.8 15.8 10.7 22.5 17.3H445c2-9.8 3-19.9 3-30.1c0-23-5.3-45.5-15.3-65.9H110.2c5.2 3.6 10.5 7 16 10.2zM288 384c10.3 21.4 13.8 45.5 9.9 69l-5.9 35.7c-2 12.2 7.4 23.4 19.8 23.4c5.3 0 10.4-2.1 14.2-5.9l78.2-78.2c12.8-12.8 23.1-27.7 30.4-43.9H288z"],"file-circle-plus":[576,512,[58606],"e494","M0 64C0 28.7 28.7 0 64 0H224V128c0 17.7 14.3 32 32 32H384v38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7H64c-35.3 0-64-28.7-64-64V64zm384 64H256V0L384 128zm48 96a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm16 80c0-8.8-7.2-16-16-16s-16 7.2-16 16v48H368c-8.8 0-16 7.2-16 16s7.2 16 16 16h48v48c0 8.8 7.2 16 16 16s16-7.2 16-16V384h48c8.8 0 16-7.2 16-16s-7.2-16-16-16H448V304z"],"book-quran":[448,512,["quran"],"f687","M352 0c53 0 96 43 96 96V416c0 53-43 96-96 96H64 32c-17.7 0-32-14.3-32-32s14.3-32 32-32V384c-17.7 0-32-14.3-32-32V32C0 14.3 14.3 0 32 0H64 352zm0 384H96v64H352c17.7 0 32-14.3 32-32s-14.3-32-32-32zM274.1 150.2l-8.9 21.4-23.1 1.9c-5.7 .5-8 7.5-3.7 11.2L256 199.8l-5.4 22.6c-1.3 5.5 4.7 9.9 9.6 6.9L280 217.2l19.8 12.1c4.9 3 10.9-1.4 9.6-6.9L304 199.8l17.6-15.1c4.3-3.7 2-10.8-3.7-11.2l-23.1-1.9-8.9-21.4c-2.2-5.3-9.6-5.3-11.8 0zM96 192c0 70.7 57.3 128 128 128c25.6 0 49.5-7.5 69.5-20.5c3.2-2.1 4.5-6.2 3.1-9.7s-5.2-5.6-9-4.8c-6.1 1.2-12.5 1.9-19 1.9c-52.4 0-94.9-42.5-94.9-94.9s42.5-94.9 94.9-94.9c6.5 0 12.8 .7 19 1.9c3.8 .8 7.5-1.3 9-4.8s.2-7.6-3.1-9.7C273.5 71.5 249.6 64 224 64C153.3 64 96 121.3 96 192z"],anchor:[576,512,[9875],"f13d","M320 96a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm21.1 80C367 158.8 384 129.4 384 96c0-53-43-96-96-96s-96 43-96 96c0 33.4 17 62.8 42.9 80H224c-17.7 0-32 14.3-32 32s14.3 32 32 32h32V448H208c-53 0-96-43-96-96v-6.1l7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97 263c-9.4-9.4-24.6-9.4-33.9 0L7 319c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7V352c0 88.4 71.6 160 160 160h80 80c88.4 0 160-71.6 160-160v-6.1l7 7c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-56-56c-9.4-9.4-24.6-9.4-33.9 0l-56 56c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l7-7V352c0 53-43 96-96 96H320V240h32c17.7 0 32-14.3 32-32s-14.3-32-32-32H341.1z"],"border-all":[448,512,[],"f84c","M384 96V224H256V96H384zm0 192V416H256V288H384zM192 224H64V96H192V224zM64 288H192V416H64V288zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z"],"face-angry":[512,512,[128544,"angry"],"f556","M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM338.7 395.9c6.6-5.9 7.1-16 1.2-22.6C323.8 355.4 295.7 336 256 336s-67.8 19.4-83.9 37.3c-5.9 6.6-5.4 16.7 1.2 22.6s16.7 5.4 22.6-1.2c11.7-13 31.6-26.7 60.1-26.7s48.4 13.7 60.1 26.7c5.9 6.6 16 7.1 22.6 1.2zM176.4 272c17.7 0 32-14.3 32-32c0-1.5-.1-3-.3-4.4l10.9 3.6c8.4 2.8 17.4-1.7 20.2-10.1s-1.7-17.4-10.1-20.2l-96-32c-8.4-2.8-17.4 1.7-20.2 10.1s1.7 17.4 10.1 20.2l30.7 10.2c-5.8 5.8-9.3 13.8-9.3 22.6c0 17.7 14.3 32 32 32zm192-32c0-8.9-3.6-17-9.5-22.8l30.2-10.1c8.4-2.8 12.9-11.9 10.1-20.2s-11.9-12.9-20.2-10.1l-96 32c-8.4 2.8-12.9 11.9-10.1 20.2s11.9 12.9 20.2 10.1l11.7-3.9c-.2 1.5-.3 3.1-.3 4.7c0 17.7 14.3 32 32 32s32-14.3 32-32z"],"cookie-bite":[512,512,[],"f564","M257.5 27.6c-.8-5.4-4.9-9.8-10.3-10.6c-22.1-3.1-44.6 .9-64.4 11.4l-74 39.5C89.1 78.4 73.2 94.9 63.4 115L26.7 190.6c-9.8 20.1-13 42.9-9.1 64.9l14.5 82.8c3.9 22.1 14.6 42.3 30.7 57.9l60.3 58.4c16.1 15.6 36.6 25.6 58.7 28.7l83 11.7c22.1 3.1 44.6-.9 64.4-11.4l74-39.5c19.7-10.5 35.6-27 45.4-47.2l36.7-75.5c9.8-20.1 13-42.9 9.1-64.9c-.9-5.3-5.3-9.3-10.6-10.1c-51.5-8.2-92.8-47.1-104.5-97.4c-1.8-7.6-8-13.4-15.7-14.6c-54.6-8.7-97.7-52-106.2-106.8zM208 144a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM144 336a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm224-64a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],"arrow-trend-down":[576,512,[],"e097","M384 352c-17.7 0-32 14.3-32 32s14.3 32 32 32H544c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32s-32 14.3-32 32v82.7L342.6 137.4c-12.5-12.5-32.8-12.5-45.3 0L192 242.7 54.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0L320 205.3 466.7 352H384z"],rss:[448,512,["feed"],"f09e","M0 64C0 46.3 14.3 32 32 32c229.8 0 416 186.2 416 416c0 17.7-14.3 32-32 32s-32-14.3-32-32C384 253.6 226.4 96 32 96C14.3 96 0 81.7 0 64zM0 416a64 64 0 1 1 128 0A64 64 0 1 1 0 416zM32 160c159.1 0 288 128.9 288 288c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-123.7-100.3-224-224-224c-17.7 0-32-14.3-32-32s14.3-32 32-32z"],"draw-polygon":[448,512,[],"f5ee","M96 151.4V360.6c9.7 5.6 17.8 13.7 23.4 23.4H328.6c0-.1 .1-.2 .1-.3l-4.5-7.9-32-56 0 0c-1.4 .1-2.8 .1-4.2 .1c-35.3 0-64-28.7-64-64s28.7-64 64-64c1.4 0 2.8 0 4.2 .1l0 0 32-56 4.5-7.9-.1-.3H119.4c-5.6 9.7-13.7 17.8-23.4 23.4zM384.3 352c35.2 .2 63.7 28.7 63.7 64c0 35.3-28.7 64-64 64c-23.7 0-44.4-12.9-55.4-32H119.4c-11.1 19.1-31.7 32-55.4 32c-35.3 0-64-28.7-64-64c0-23.7 12.9-44.4 32-55.4V151.4C12.9 140.4 0 119.7 0 96C0 60.7 28.7 32 64 32c23.7 0 44.4 12.9 55.4 32H328.6c11.1-19.1 31.7-32 55.4-32c35.3 0 64 28.7 64 64c0 35.3-28.5 63.8-63.7 64l-4.5 7.9-32 56-2.3 4c4.2 8.5 6.5 18 6.5 28.1s-2.3 19.6-6.5 28.1l2.3 4 32 56 4.5 7.9z"],"scale-balanced":[640,512,[9878,"balance-scale"],"f24e","M384 32H512c17.7 0 32 14.3 32 32s-14.3 32-32 32H398.4c-5.2 25.8-22.9 47.1-46.4 57.3V448H512c17.7 0 32 14.3 32 32s-14.3 32-32 32H320 128c-17.7 0-32-14.3-32-32s14.3-32 32-32H288V153.3c-23.5-10.3-41.2-31.6-46.4-57.3H128c-17.7 0-32-14.3-32-32s14.3-32 32-32H256c14.6-19.4 37.8-32 64-32s49.4 12.6 64 32zm55.6 288H584.4L512 195.8 439.6 320zM512 416c-62.9 0-115.2-34-126-78.9c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1C627.2 382 574.9 416 512 416zM126.8 195.8L54.4 320H199.3L126.8 195.8zM.9 337.1c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8l95.2 163.2c5.7 9.8 9.3 21.1 6.7 32.1C242 382 189.7 416 126.8 416S11.7 382 .9 337.1z"],"gauge-simple-high":[512,512,[61668,"tachometer","tachometer-fast"],"f62a","M0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm320 96c0-15.9-5.8-30.4-15.3-41.6l76.6-147.4c6.1-11.8 1.5-26.3-10.2-32.4s-26.2-1.5-32.4 10.2L262.1 288.3c-2-.2-4-.3-6.1-.3c-35.3 0-64 28.7-64 64s28.7 64 64 64s64-28.7 64-64z"],shower:[512,512,[128703],"f2cc","M64 131.9C64 112.1 80.1 96 99.9 96c9.5 0 18.6 3.8 25.4 10.5l16.2 16.2c-21 38.9-17.4 87.5 10.9 123L151 247c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L345 121c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-1.3 1.3c-35.5-28.3-84.2-31.9-123-10.9L170.5 61.3C151.8 42.5 126.4 32 99.9 32C44.7 32 0 76.7 0 131.9V448c0 17.7 14.3 32 32 32s32-14.3 32-32V131.9zM256 352a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm64 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0-128a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm64 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0-128a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm64 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm32-32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"],desktop:[576,512,[128421,61704,"desktop-alt"],"f390","M64 0C28.7 0 0 28.7 0 64V352c0 35.3 28.7 64 64 64H240l-10.7 32H160c-17.7 0-32 14.3-32 32s14.3 32 32 32H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H346.7L336 416H512c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64zM512 64V288H64V64H512z"],m:[448,512,[109],"4d","M22.7 33.4c13.5-4.1 28.1 1.1 35.9 12.9L224 294.3 389.4 46.2c7.8-11.7 22.4-17 35.9-12.9S448 49.9 448 64V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V169.7L250.6 369.8c-5.9 8.9-15.9 14.2-26.6 14.2s-20.7-5.3-26.6-14.2L64 169.7V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V64C0 49.9 9.2 37.5 22.7 33.4z"],"table-list":[512,512,["th-list"],"f00b","M0 96C0 60.7 28.7 32 64 32H448c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96zm64 0v64h64V96H64zm384 0H192v64H448V96zM64 224v64h64V224H64zm384 0H192v64H448V224zM64 352v64h64V352H64zm384 0H192v64H448V352z"],"comment-sms":[512,512,["sms"],"f7cd","M256 448c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.6 .6-1 1.1-1.3 1.4l-.3 .3 0 0 0 0 0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9zM202.9 176.8c6.5-2.2 13.7 .1 17.9 5.6L256 229.3l35.2-46.9c4.1-5.5 11.3-7.8 17.9-5.6s10.9 8.3 10.9 15.2v96c0 8.8-7.2 16-16 16s-16-7.2-16-16V240l-19.2 25.6c-3 4-7.8 6.4-12.8 6.4s-9.8-2.4-12.8-6.4L224 240v48c0 8.8-7.2 16-16 16s-16-7.2-16-16V192c0-6.9 4.4-13 10.9-15.2zm173.1 38c0 .2 0 .4 0 .4c.1 .1 .6 .8 2.2 1.7c3.9 2.3 9.6 4.1 18.3 6.8l.6 .2c7.4 2.2 17.3 5.2 25.2 10.2c9.1 5.7 17.4 15.2 17.6 29.9c.2 15-7.6 26-17.8 32.3c-9.5 5.9-20.9 7.9-30.7 7.6c-12.2-.4-23.7-4.4-32.6-7.4l0 0 0 0c-1.4-.5-2.7-.9-4-1.4c-8.4-2.8-12.9-11.9-10.1-20.2s11.9-12.9 20.2-10.1c1.7 .6 3.3 1.1 4.9 1.6l0 0 0 0c9.1 3.1 15.6 5.3 22.6 5.5c5.3 .2 10-1 12.8-2.8c1.2-.8 1.8-1.5 2.1-2c.2-.4 .6-1.2 .6-2.7l0-.2c0-.7 0-1.4-2.7-3.1c-3.8-2.4-9.6-4.3-18-6.9l-1.2-.4c-7.2-2.2-16.7-5-24.3-9.6c-9-5.4-17.7-14.7-17.7-29.4c-.1-15.2 8.6-25.7 18.5-31.6c9.4-5.5 20.5-7.5 29.7-7.4c10 .2 19.7 2.3 27.9 4.4c8.5 2.3 13.6 11 11.3 19.6s-11 13.6-19.6 11.3c-7.3-1.9-14.1-3.3-20.1-3.4c-4.9-.1-9.8 1.1-12.9 2.9c-1.4 .8-2.1 1.6-2.4 2c-.2 .3-.4 .8-.4 1.9zm-272 0c0 .2 0 .4 0 .4c.1 .1 .6 .8 2.2 1.7c3.9 2.3 9.6 4.1 18.3 6.8l.6 .2c7.4 2.2 17.3 5.2 25.2 10.2c9.1 5.7 17.4 15.2 17.6 29.9c.2 15-7.6 26-17.8 32.3c-9.5 5.9-20.9 7.9-30.7 7.6c-12.3-.4-24.2-4.5-33.2-7.6l0 0 0 0c-1.3-.4-2.5-.8-3.6-1.2c-8.4-2.8-12.9-11.9-10.1-20.2s11.9-12.9 20.2-10.1c1.4 .5 2.8 .9 4.1 1.4l0 0 0 0c9.5 3.2 16.5 5.6 23.7 5.8c5.3 .2 10-1 12.8-2.8c1.2-.8 1.8-1.5 2.1-2c.2-.4 .6-1.2 .6-2.7l0-.2c0-.7 0-1.4-2.7-3.1c-3.8-2.4-9.6-4.3-18-6.9l-1.2-.4 0 0c-7.2-2.2-16.7-5-24.3-9.6C80.8 239 72.1 229.7 72 215c-.1-15.2 8.6-25.7 18.5-31.6c9.4-5.5 20.5-7.5 29.7-7.4c9.5 .1 22.2 2.1 31.1 4.4c8.5 2.3 13.6 11 11.3 19.6s-11 13.6-19.6 11.3c-6.6-1.8-16.8-3.3-23.3-3.4c-4.9-.1-9.8 1.1-12.9 2.9c-1.4 .8-2.1 1.6-2.4 2c-.2 .3-.4 .8-.4 1.9z"],book:[448,512,[128212],"f02d","M96 0C43 0 0 43 0 96V416c0 53 43 96 96 96H384h32c17.7 0 32-14.3 32-32s-14.3-32-32-32V384c17.7 0 32-14.3 32-32V32c0-17.7-14.3-32-32-32H384 96zm0 384H352v64H96c-17.7 0-32-14.3-32-32s14.3-32 32-32zm32-240c0-8.8 7.2-16 16-16H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16zm16 48H336c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16s7.2-16 16-16z"],"user-plus":[640,512,[],"f234","M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304h91.4C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7H29.7C13.3 512 0 498.7 0 482.3zM504 312V248H440c-13.3 0-24-10.7-24-24s10.7-24 24-24h64V136c0-13.3 10.7-24 24-24s24 10.7 24 24v64h64c13.3 0 24 10.7 24 24s-10.7 24-24 24H552v64c0 13.3-10.7 24-24 24s-24-10.7-24-24z"],check:[448,512,[10003,10004],"f00c","M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"],"battery-three-quarters":[576,512,["battery-4"],"f241","M464 160c8.8 0 16 7.2 16 16V336c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16H464zM80 96C35.8 96 0 131.8 0 176V336c0 44.2 35.8 80 80 80H464c44.2 0 80-35.8 80-80V320c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32V176c0-44.2-35.8-80-80-80H80zm272 96H96V320H352V192z"],"house-circle-check":[640,512,[],"e509","M320.7 352c8.1-89.7 83.5-160 175.3-160c8.9 0 17.6 .7 26.1 1.9L309.5 7c-6-5-14-7-21-7s-15 1-22 8L10 231.5c-7 7-10 15-10 24c0 18 14 32.1 32 32.1h32v69.7c-.1 .9-.1 1.8-.1 2.8V472c0 22.1 17.9 40 40 40h16c1.2 0 2.4-.1 3.6-.2c1.5 .1 3 .2 4.5 .2H160h24c22.1 0 40-17.9 40-40V448 384c0-17.7 14.3-32 32-32h64l.7 0zM640 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-76.7-43.3c6.2 6.2 6.2 16.4 0 22.6l-72 72c-6.2 6.2-16.4 6.2-22.6 0l-40-40c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L480 385.4l60.7-60.7c6.2-6.2 16.4-6.2 22.6 0z"],"angle-left":[320,512,[8249],"f104","M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z"],"diagram-successor":[512,512,[],"e47a","M512 416l0-64c0-35.3-28.7-64-64-64L64 288c-35.3 0-64 28.7-64 64l0 64c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64zM64 160l0-64 144 0 16 0 0 64L64 160zm224 0l0-64 80 0c8.8 0 16 7.2 16 16l0 16-38.1 0c-21.4 0-32.1 25.9-17 41L399 239c9.4 9.4 24.6 9.4 33.9 0L503 169c15.1-15.1 4.4-41-17-41L448 128l0-16c0-44.2-35.8-80-80-80L224 32l-16 0L64 32C28.7 32 0 60.7 0 96l0 64c0 35.3 28.7 64 64 64l160 0c35.3 0 64-28.7 64-64z"],"truck-arrow-right":[640,512,[],"e58b","M0 48C0 21.5 21.5 0 48 0H368c26.5 0 48 21.5 48 48V96h50.7c17 0 33.3 6.7 45.3 18.7L589.3 192c12 12 18.7 28.3 18.7 45.3V256v32 64c17.7 0 32 14.3 32 32s-14.3 32-32 32H576c0 53-43 96-96 96s-96-43-96-96H256c0 53-43 96-96 96s-96-43-96-96H48c-26.5 0-48-21.5-48-48V48zM416 256H544V237.3L466.7 160H416v96zM160 464a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm368-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM257 95c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l39 39H96c-13.3 0-24 10.7-24 24s10.7 24 24 24H262.1l-39 39c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l80-80c9.4-9.4 9.4-24.6 0-33.9L257 95z"],"arrows-split-up-and-left":[512,512,[],"e4bc","M246.6 150.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l96-96c12.5-12.5 32.8-12.5 45.3 0l96 96c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L352 109.3V384c0 35.3 28.7 64 64 64h64c17.7 0 32 14.3 32 32s-14.3 32-32 32H416c-70.7 0-128-57.3-128-128c0-35.3-28.7-64-64-64H109.3l41.4 41.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-96-96c-12.5-12.5-12.5-32.8 0-45.3l96-96c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L109.3 256H224c23.3 0 45.2 6.2 64 17.1V109.3l-41.4 41.4z"],"hand-fist":[448,512,[9994,"fist-raised"],"f6de","M192 0c17.7 0 32 14.3 32 32V144H160V32c0-17.7 14.3-32 32-32zM64 64c0-17.7 14.3-32 32-32s32 14.3 32 32v80H64V64zm192 0c0-17.7 14.3-32 32-32s32 14.3 32 32v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V64zm96 64c0-17.7 14.3-32 32-32s32 14.3 32 32v64c0 17.7-14.3 32-32 32s-32-14.3-32-32V128zm-96 88l0-.6c9.4 5.4 20.3 8.6 32 8.6c13.2 0 25.4-4 35.6-10.8c8.7 24.9 32.5 42.8 60.4 42.8c11.7 0 22.6-3.1 32-8.6V256c0 52.3-25.1 98.8-64 128v96c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32V401.6c-17.3-7.9-33.2-18.8-46.9-32.5L69.5 357.5C45.5 333.5 32 300.9 32 267V240c0-35.3 28.7-64 64-64h88c22.1 0 40 17.9 40 40s-17.9 40-40 40H128c-8.8 0-16 7.2-16 16s7.2 16 16 16h56c39.8 0 72-32.2 72-72z"],"cloud-moon":[640,512,[],"f6c3","M495.8 0c5.5 0 10.9 .2 16.3 .7c7 .6 12.8 5.7 14.3 12.5s-1.6 13.9-7.7 17.3c-44.4 25.2-74.4 73-74.4 127.8c0 81 65.5 146.6 146.2 146.6c8.6 0 17-.7 25.1-2.1c6.9-1.2 13.8 2.2 17 8.5s1.9 13.8-3.1 18.7c-34.5 33.6-81.7 54.4-133.6 54.4c-9.3 0-18.4-.7-27.4-1.9c-11.2-22.6-29.8-40.9-52.6-51.7c-2.7-58.5-50.3-105.3-109.2-106.7c-1.7-10.4-2.6-21-2.6-31.8C304 86.1 389.8 0 495.8 0zM447.9 431.9c0 44.2-35.8 80-80 80H96c-53 0-96-43-96-96c0-47.6 34.6-87 80-94.6l0-1.3c0-53 43-96 96-96c34.9 0 65.4 18.6 82.2 46.4c13-9.1 28.8-14.4 45.8-14.4c44.2 0 80 35.8 80 80c0 5.9-.6 11.7-1.9 17.2c37.4 6.7 65.8 39.4 65.8 78.7z"],briefcase:[512,512,[128188],"f0b1","M184 48H328c4.4 0 8 3.6 8 8V96H176V56c0-4.4 3.6-8 8-8zm-56 8V96H64C28.7 96 0 124.7 0 160v96H192 320 512V160c0-35.3-28.7-64-64-64H384V56c0-30.9-25.1-56-56-56H184c-30.9 0-56 25.1-56 56zM512 288H320v32c0 17.7-14.3 32-32 32H224c-17.7 0-32-14.3-32-32V288H0V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V288z"],"person-falling":[512,512,[],"e546","M288 0c17.7 0 32 14.3 32 32l0 9.8c0 54.6-27.9 104.6-72.5 133.6l.2 .3L304.5 256l87.5 0c15.1 0 29.3 7.1 38.4 19.2l43.2 57.6c10.6 14.1 7.7 34.2-6.4 44.8s-34.2 7.7-44.8-6.4L384 320l-96 0h-1.4l92.3 142.6c9.6 14.8 5.4 34.6-9.5 44.3s-34.6 5.4-44.3-9.5L164.5 249.2c-2.9 9.2-4.5 19-4.5 29l0 73.8c0 17.7-14.3 32-32 32s-32-14.3-32-32V278.2c0-65.1 39.6-123.7 100.1-147.9C232.3 115.8 256 80.8 256 41.8l0-9.8c0-17.7 14.3-32 32-32zM112 32a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"],"image-portrait":[384,512,["portrait"],"f3e0","M384 64c0-35.3-28.7-64-64-64H64C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64l0-384zM128 192a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM80 356.6c0-37.9 30.7-68.6 68.6-68.6h86.9c37.9 0 68.6 30.7 68.6 68.6c0 15.1-12.3 27.4-27.4 27.4H107.4C92.3 384 80 371.7 80 356.6z"],"user-tag":[640,512,[],"f507","M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512H418.3c10 0 18.8-4.9 24.2-12.5l-99.2-99.2c-14.9-14.9-23.3-35.1-23.3-56.1v-33c-15.9-4.7-32.8-7.2-50.3-7.2H178.3zM384 224c-17.7 0-32 14.3-32 32v82.7c0 17 6.7 33.3 18.7 45.3L478.1 491.3c18.7 18.7 49.1 18.7 67.9 0l73.4-73.4c18.7-18.7 18.7-49.1 0-67.9L512 242.7c-12-12-28.3-18.7-45.3-18.7H384zm24 80a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"],rug:[640,512,[],"e569","M24 64H56 80V88v88 80 80 88 24H56 24c-13.3 0-24-10.7-24-24s10.7-24 24-24h8V360H24c-13.3 0-24-10.7-24-24s10.7-24 24-24h8V280H24c-13.3 0-24-10.7-24-24s10.7-24 24-24h8V200H24c-13.3 0-24-10.7-24-24s10.7-24 24-24h8V112H24C10.7 112 0 101.3 0 88S10.7 64 24 64zm88 0H528V448H112V64zM640 88c0 13.3-10.7 24-24 24h-8v40h8c13.3 0 24 10.7 24 24s-10.7 24-24 24h-8v32h8c13.3 0 24 10.7 24 24s-10.7 24-24 24h-8v32h8c13.3 0 24 10.7 24 24s-10.7 24-24 24h-8v40h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H584 560V424 336 256 176 88 64h24 32c13.3 0 24 10.7 24 24z"],"earth-europe":[512,512,["globe-europe"],"f7a2","M266.3 48.3L232.5 73.6c-5.4 4-8.5 10.4-8.5 17.1v9.1c0 6.8 5.5 12.3 12.3 12.3c2.4 0 4.8-.7 6.8-2.1l41.8-27.9c2-1.3 4.4-2.1 6.8-2.1h1c6.2 0 11.3 5.1 11.3 11.3c0 3-1.2 5.9-3.3 8l-19.9 19.9c-5.8 5.8-12.9 10.2-20.7 12.8l-26.5 8.8c-5.8 1.9-9.6 7.3-9.6 13.4c0 3.7-1.5 7.3-4.1 10l-17.9 17.9c-6.4 6.4-9.9 15-9.9 24v4.3c0 16.4 13.6 29.7 29.9 29.7c11 0 21.2-6.2 26.1-16l4-8.1c2.4-4.8 7.4-7.9 12.8-7.9c4.5 0 8.7 2.1 11.4 5.7l16.3 21.7c2.1 2.9 5.5 4.5 9.1 4.5c8.4 0 13.9-8.9 10.1-16.4l-1.1-2.3c-3.5-7 0-15.5 7.5-18l21.2-7.1c7.6-2.5 12.7-9.6 12.7-17.6c0-10.3 8.3-18.6 18.6-18.6H400c8.8 0 16 7.2 16 16s-7.2 16-16 16H379.3c-7.2 0-14.2 2.9-19.3 8l-4.7 4.7c-2.1 2.1-3.3 5-3.3 8c0 6.2 5.1 11.3 11.3 11.3h11.3c6 0 11.8 2.4 16 6.6l6.5 6.5c1.8 1.8 2.8 4.3 2.8 6.8s-1 5-2.8 6.8l-7.5 7.5C386 262 384 266.9 384 272s2 10 5.7 13.7L408 304c10.2 10.2 24.1 16 38.6 16H454c6.5-20.2 10-41.7 10-64c0-111.4-87.6-202.4-197.7-207.7zm172 307.9c-3.7-2.6-8.2-4.1-13-4.1c-6 0-11.8-2.4-16-6.6L396 332c-7.7-7.7-18-12-28.9-12c-9.7 0-19.2-3.5-26.6-9.8L314 287.4c-11.6-9.9-26.4-15.4-41.7-15.4H251.4c-12.6 0-25 3.7-35.5 10.7L188.5 301c-17.8 11.9-28.5 31.9-28.5 53.3v3.2c0 17 6.7 33.3 18.7 45.3l16 16c8.5 8.5 20 13.3 32 13.3H248c13.3 0 24 10.7 24 24c0 2.5 .4 5 1.1 7.3c71.3-5.8 132.5-47.6 165.2-107.2zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM187.3 100.7c-6.2-6.2-16.4-6.2-22.6 0l-32 32c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l32-32c6.2-6.2 6.2-16.4 0-22.6z"],"cart-flatbed-suitcase":[640,512,["luggage-cart"],"f59d","M0 32C0 14.3 14.3 0 32 0H48c44.2 0 80 35.8 80 80V368c0 8.8 7.2 16 16 16H608c17.7 0 32 14.3 32 32s-14.3 32-32 32H541.3c1.8 5 2.7 10.4 2.7 16c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-5.6 1-11 2.7-16H253.3c1.8 5 2.7 10.4 2.7 16c0 26.5-21.5 48-48 48s-48-21.5-48-48c0-5.6 1-11 2.7-16H144c-44.2 0-80-35.8-80-80V80c0-8.8-7.2-16-16-16H32C14.3 64 0 49.7 0 32zM432 96V56c0-4.4-3.6-8-8-8H344c-4.4 0-8 3.6-8 8V96h96zM288 96V56c0-30.9 25.1-56 56-56h80c30.9 0 56 25.1 56 56V96 320H288V96zM512 320V96h16c26.5 0 48 21.5 48 48V272c0 26.5-21.5 48-48 48H512zM240 96h16V320H240c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48z"],"rectangle-xmark":[512,512,[62164,"rectangle-times","times-rectangle","window-close"],"f410","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM175 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z"],"baht-sign":[320,512,[],"e0ac","M144 0c-17.7 0-32 14.3-32 32V64H37.6C16.8 64 0 80.8 0 101.6V224v41.7V288 406.3c0 23 18.7 41.7 41.7 41.7H112v32c0 17.7 14.3 32 32 32s32-14.3 32-32V448h32c61.9 0 112-50.1 112-112c0-40.1-21.1-75.3-52.7-95.1C280.3 222.6 288 200.2 288 176c0-61.9-50.1-112-112-112V32c0-17.7-14.3-32-32-32zM112 128v96H64V128h48zm64 96V128c26.5 0 48 21.5 48 48s-21.5 48-48 48zm-64 64v96H64V288h48zm64 96V288h32c26.5 0 48 21.5 48 48s-21.5 48-48 48H176z"],"book-open":[576,512,[128214,128366],"f518","M249.6 471.5c10.8 3.8 22.4-4.1 22.4-15.5V78.6c0-4.2-1.6-8.4-5-11C247.4 52 202.4 32 144 32C93.5 32 46.3 45.3 18.1 56.1C6.8 60.5 0 71.7 0 83.8V454.1c0 11.9 12.8 20.2 24.1 16.5C55.6 460.1 105.5 448 144 448c33.9 0 79 14 105.6 23.5zm76.8 0C353 462 398.1 448 432 448c38.5 0 88.4 12.1 119.9 22.6c11.3 3.8 24.1-4.6 24.1-16.5V83.8c0-12.1-6.8-23.3-18.1-27.6C529.7 45.3 482.5 32 432 32c-58.4 0-103.4 20-123 35.6c-3.3 2.6-5 6.8-5 11V456c0 11.4 11.7 19.3 22.4 15.5z"],"book-journal-whills":[448,512,["journal-whills"],"f66a","M0 96C0 43 43 0 96 0H384h32c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32v64c17.7 0 32 14.3 32 32s-14.3 32-32 32H384 96c-53 0-96-43-96-96V96zM64 416c0 17.7 14.3 32 32 32H352V384H96c-17.7 0-32 14.3-32 32zm90.4-234.4l-21.2-21.2c-3 10.1-5.1 20.6-5.1 31.6c0 .2 0 .5 .1 .8s.1 .5 .1 .8L165.2 226c2.5 2.1 3.4 5.8 2.3 8.9c-1.3 3-4.1 5.1-7.5 5.1c-1.9-.1-3.8-.8-5.2-2l-23.6-20.6C142.8 267 186.9 304 240 304s97.3-37 108.9-86.6L325.3 238c-1.4 1.2-3.3 2-5.3 2c-2.2-.1-4.4-1.1-6-2.8c-1.2-1.5-1.9-3.4-2-5.2c.1-2.2 1.1-4.4 2.8-6l37.1-32.5c0-.3 0-.5 .1-.8s.1-.5 .1-.8c0-11-2.1-21.5-5.1-31.6l-21.2 21.2c-3.1 3.1-8.1 3.1-11.3 0s-3.1-8.1 0-11.2l26.4-26.5c-8.2-17-20.5-31.7-35.9-42.6c-2.7-1.9-6.2 1.4-5 4.5c8.5 22.4 3.6 48-13 65.6c-3.2 3.4-3.6 8.9-.9 12.7c9.8 14 12.7 31.9 7.5 48.5c-5.9 19.4-22 34.1-41.9 38.3l-1.4-34.3 12.6 8.6c.6 .4 1.5 .6 2.3 .6c1.5 0 2.7-.8 3.5-2s.6-2.8-.1-4L260 225.4l18-3.6c1.8-.4 3.1-2.1 3.1-4s-1.4-3.5-3.1-3.9l-18-3.7 8.5-14.3c.8-1.2 .9-2.9 .1-4.1s-2-2-3.5-2l-.1 0c-.7 .1-1.5 .3-2.1 .7l-14.1 9.6L244 87.9c-.1-2.2-1.9-3.9-4-3.9s-3.9 1.6-4 3.9l-4.6 110.8-12-8.1c-1.5-1.1-3.6-.9-5 .4s-1.6 3.4-.8 5l8.6 14.3-18 3.7c-1.8 .4-3.1 2-3.1 3.9s1.4 3.6 3.1 4l18 3.8-8.6 14.2c-.2 .6-.5 1.4-.5 2c0 1.1 .5 2.1 1.2 3c.8 .6 1.8 1 2.8 1c.7 0 1.6-.2 2.2-.6l10.4-7.1-1.4 32.8c-19.9-4.1-36-18.9-41.9-38.3c-5.1-16.6-2.2-34.4 7.6-48.5c2.7-3.9 2.3-9.3-.9-12.7c-16.6-17.5-21.6-43.1-13.1-65.5c1.2-3.1-2.3-6.4-5-4.5c-15.3 10.9-27.6 25.6-35.8 42.6l26.4 26.5c3.1 3.1 3.1 8.1 0 11.2s-8.1 3.1-11.2 0z"],handcuffs:[640,512,[],"e4f8","M240 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM192 48a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm-32 80c17.7 0 32 14.3 32 32h8c13.3 0 24 10.7 24 24v16c0 1.7-.2 3.4-.5 5.1C280.3 229.6 320 286.2 320 352c0 88.4-71.6 160-160 160S0 440.4 0 352c0-65.8 39.7-122.4 96.5-146.9c-.4-1.6-.5-3.3-.5-5.1V184c0-13.3 10.7-24 24-24h8c0-17.7 14.3-32 32-32zm0 320a96 96 0 1 0 0-192 96 96 0 1 0 0 192zm192-96c0-25.9-5.1-50.5-14.4-73.1c16.9-32.9 44.8-59.1 78.9-73.9c-.4-1.6-.5-3.3-.5-5.1V184c0-13.3 10.7-24 24-24h8c0-17.7 14.3-32 32-32s32 14.3 32 32h8c13.3 0 24 10.7 24 24v16c0 1.7-.2 3.4-.5 5.1C600.3 229.6 640 286.2 640 352c0 88.4-71.6 160-160 160c-62 0-115.8-35.3-142.4-86.9c9.3-22.5 14.4-47.2 14.4-73.1zm224 0a96 96 0 1 0 -192 0 96 96 0 1 0 192 0zM368 0a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm80 48a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],"triangle-exclamation":[512,512,[9888,"exclamation-triangle","warning"],"f071","M256 32c14.2 0 27.3 7.5 34.5 19.8l216 368c7.3 12.4 7.3 27.7 .2 40.1S486.3 480 472 480H40c-14.3 0-27.6-7.7-34.7-20.1s-7-27.8 .2-40.1l216-368C228.7 39.5 241.8 32 256 32zm0 128c-13.3 0-24 10.7-24 24V296c0 13.3 10.7 24 24 24s24-10.7 24-24V184c0-13.3-10.7-24-24-24zm32 224a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"],database:[448,512,[],"f1c0","M448 80v48c0 44.2-100.3 80-224 80S0 172.2 0 128V80C0 35.8 100.3 0 224 0S448 35.8 448 80zM393.2 214.7c20.8-7.4 39.9-16.9 54.8-28.6V288c0 44.2-100.3 80-224 80S0 332.2 0 288V186.1c14.9 11.8 34 21.2 54.8 28.6C99.7 230.7 159.5 240 224 240s124.3-9.3 169.2-25.3zM0 346.1c14.9 11.8 34 21.2 54.8 28.6C99.7 390.7 159.5 400 224 400s124.3-9.3 169.2-25.3c20.8-7.4 39.9-16.9 54.8-28.6V432c0 44.2-100.3 80-224 80S0 476.2 0 432V346.1z"],share:[512,512,["arrow-turn-right","mail-forward"],"f064","M307 34.8c-11.5 5.1-19 16.6-19 29.2v64H176C78.8 128 0 206.8 0 304C0 417.3 81.5 467.9 100.2 478.1c2.5 1.4 5.3 1.9 8.1 1.9c10.9 0 19.7-8.9 19.7-19.7c0-7.5-4.3-14.4-9.8-19.5C108.8 431.9 96 414.4 96 384c0-53 43-96 96-96h96v64c0 12.6 7.4 24.1 19 29.2s25 3 34.4-5.4l160-144c6.7-6.1 10.6-14.7 10.6-23.8s-3.8-17.7-10.6-23.8l-160-144c-9.4-8.5-22.9-10.6-34.4-5.4z"],"bottle-droplet":[320,512,[],"e4c4","M96 0C82.7 0 72 10.7 72 24s10.7 24 24 24c4.4 0 8 3.6 8 8v64.9c0 12.2-7.2 23.1-17.2 30.1C53.7 174.1 32 212.5 32 256V448c0 35.3 28.7 64 64 64H224c35.3 0 64-28.7 64-64V256c0-43.5-21.7-81.9-54.8-105c-10-7-17.2-17.9-17.2-30.1V56c0-4.4 3.6-8 8-8c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0 0 0 0 0H104l0 0 0 0L96 0zm64 382c-26.5 0-48-20.1-48-45c0-16.8 22.1-48.1 36.3-66.4c6-7.8 17.5-7.8 23.5 0C185.9 288.9 208 320.2 208 337c0 24.9-21.5 45-48 45z"],"mask-face":[640,512,[],"e1d7","M320 64c-27.2 0-53.8 8-76.4 23.1l-37.1 24.8c-15.8 10.5-34.3 16.1-53.3 16.1H144 128 56c-30.9 0-56 25.1-56 56v85c0 55.1 37.5 103.1 90.9 116.4l108 27C233.8 435 275.4 448 320 448s86.2-13 121.1-35.5l108-27C602.5 372.1 640 324.1 640 269V184c0-30.9-25.1-56-56-56H512 496h-9.2c-19 0-37.5-5.6-53.3-16.1L396.4 87.1C373.8 72 347.2 64 320 64zM132.3 346.3l-29.8-7.4C70.5 330.9 48 302.1 48 269V184c0-4.4 3.6-8 8-8H96v48c0 45.1 13.4 87.2 36.3 122.3zm405.1-7.4l-29.8 7.4c23-35.2 36.3-77.2 36.3-122.3V176h40c4.4 0 8 3.6 8 8v85c0 33-22.5 61.8-54.5 69.9zM192 208c0-8.8 7.2-16 16-16H432c8.8 0 16 7.2 16 16s-7.2 16-16 16H208c-8.8 0-16-7.2-16-16zm16 48H432c8.8 0 16 7.2 16 16s-7.2 16-16 16H208c-8.8 0-16-7.2-16-16s7.2-16 16-16zm16 80c0-8.8 7.2-16 16-16H400c8.8 0 16 7.2 16 16s-7.2 16-16 16H240c-8.8 0-16-7.2-16-16z"],"hill-rockslide":[576,512,[],"e508","M252.4 103.8l27 48c2.8 5 8.2 8.2 13.9 8.2l53.3 0c5.8 0 11.1-3.1 13.9-8.2l27-48c2.7-4.9 2.7-10.8 0-15.7l-27-48c-2.8-5-8.2-8.2-13.9-8.2H293.4c-5.8 0-11.1 3.1-13.9 8.2l-27 48c-2.7 4.9-2.7 10.8 0 15.7zM68.3 87C43.1 61.8 0 79.7 0 115.3V432c0 44.2 35.8 80 80 80H396.7c35.6 0 53.5-43.1 28.3-68.3L68.3 87zM504.2 403.6c4.9 2.7 10.8 2.7 15.7 0l48-27c5-2.8 8.2-8.2 8.2-13.9V309.4c0-5.8-3.1-11.1-8.2-13.9l-48-27c-4.9-2.7-10.8-2.7-15.7 0l-48 27c-5 2.8-8.2 8.2-8.2 13.9v53.3c0 5.8 3.1 11.1 8.2 13.9l48 27zM192 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM384 288a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"],"right-left":[512,512,["exchange-alt"],"f362","M32 96l320 0V32c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l96 96c6 6 9.4 14.1 9.4 22.6s-3.4 16.6-9.4 22.6l-96 96c-9.2 9.2-22.9 11.9-34.9 6.9s-19.8-16.6-19.8-29.6V160L32 160c-17.7 0-32-14.3-32-32s14.3-32 32-32zM480 352c17.7 0 32 14.3 32 32s-14.3 32-32 32H160v64c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-96-96c-6-6-9.4-14.1-9.4-22.6s3.4-16.6 9.4-22.6l96-96c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6l0 64H480z"],"paper-plane":[512,512,[61913],"f1d8","M498.1 5.6c10.1 7 15.4 19.1 13.5 31.2l-64 416c-1.5 9.7-7.4 18.2-16 23s-18.9 5.4-28 1.6L284 427.7l-68.5 74.1c-8.9 9.7-22.9 12.9-35.2 8.1S160 493.2 160 480V396.4c0-4 1.5-7.8 4.2-10.7L331.8 202.8c5.8-6.3 5.6-16-.4-22s-15.7-6.4-22-.7L106 360.8 17.7 316.6C7.1 311.3 .3 300.7 0 288.9s5.9-22.8 16.1-28.7l448-256c10.7-6.1 23.9-5.5 34 1.4z"],"road-circle-exclamation":[640,512,[],"e565","M213.2 32H288V96c0 17.7 14.3 32 32 32s32-14.3 32-32V32h74.8c27.1 0 51.3 17.1 60.3 42.6l42.7 120.6c-10.9-2.1-22.2-3.2-33.8-3.2c-59.5 0-112.1 29.6-144 74.8V224c0-17.7-14.3-32-32-32s-32 14.3-32 32v64c0 17.7 14.3 32 32 32c2.3 0 4.6-.3 6.8-.7c-4.5 15.5-6.8 31.8-6.8 48.7c0 5.4 .2 10.7 .7 16l-.7 0c-17.7 0-32 14.3-32 32v64H86.6C56.5 480 32 455.5 32 425.4c0-6.2 1.1-12.4 3.1-18.2L152.9 74.6C162 49.1 186.1 32 213.2 32zM496 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0-192c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16s16-7.2 16-16V288c0-8.8-7.2-16-16-16z"],dungeon:[512,512,[],"f6d9","M336.6 156.5c1.3 1.1 2.7 2.2 3.9 3.3c9.3 8.2 23 10.5 33.4 3.6l67.6-45.1c11.4-7.6 14.2-23.2 5.1-33.4C430 66.6 410.9 50.6 389.7 37.6c-11.9-7.3-26.9-1.4-32.1 11.6l-30.5 76.2c-4.5 11.1 .2 23.6 9.5 31.2zM328 36.8c5.1-12.8-1.6-27.4-15-30.5C294.7 2.2 275.6 0 256 0s-38.7 2.2-57 6.4C185.5 9.4 178.8 24 184 36.8l30.3 75.8c4.5 11.3 16.8 17.2 29 16c4.2-.4 8.4-.6 12.7-.6s8.6 .2 12.7 .6c12.1 1.2 24.4-4.7 29-16L328 36.8zM65.5 85c-9.1 10.2-6.3 25.8 5.1 33.4l67.6 45.1c10.3 6.9 24.1 4.6 33.4-3.6c1.3-1.1 2.6-2.3 4-3.3c9.3-7.5 13.9-20.1 9.5-31.2L154.4 49.2c-5.2-12.9-20.3-18.8-32.1-11.6C101.1 50.6 82 66.6 65.5 85zm314 137.1c.9 3.3 1.7 6.6 2.3 10c2.5 13 13 23.9 26.2 23.9h80c13.3 0 24.1-10.8 22.9-24c-2.5-27.2-9.3-53.2-19.7-77.3c-5.5-12.9-21.4-16.6-33.1-8.9l-68.6 45.7c-9.8 6.5-13.2 19.2-10 30.5zM53.9 145.8c-11.6-7.8-27.6-4-33.1 8.9C10.4 178.8 3.6 204.8 1.1 232c-1.2 13.2 9.6 24 22.9 24h80c13.3 0 23.8-10.8 26.2-23.9c.6-3.4 1.4-6.7 2.3-10c3.1-11.4-.2-24-10-30.5L53.9 145.8zM104 288H24c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24V312c0-13.3-10.7-24-24-24zm304 0c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24V312c0-13.3-10.7-24-24-24H408zM24 416c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24V440c0-13.3-10.7-24-24-24H24zm384 0c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h80c13.3 0 24-10.7 24-24V440c0-13.3-10.7-24-24-24H408zM272 192c0-8.8-7.2-16-16-16s-16 7.2-16 16V464c0 8.8 7.2 16 16 16s16-7.2 16-16V192zm-64 32c0-8.8-7.2-16-16-16s-16 7.2-16 16V464c0 8.8 7.2 16 16 16s16-7.2 16-16V224zm128 0c0-8.8-7.2-16-16-16s-16 7.2-16 16V464c0 8.8 7.2 16 16 16s16-7.2 16-16V224z"],"align-right":[448,512,[],"f038","M448 64c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32zm0 256c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32zM0 192c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 448c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z"],"money-bill-1-wave":[576,512,["money-bill-wave-alt"],"f53b","M0 112.5V422.3c0 18 10.1 35 27 41.3c87 32.5 174 10.3 261-11.9c79.8-20.3 159.6-40.7 239.3-18.9c23 6.3 48.7-9.5 48.7-33.4V89.7c0-18-10.1-35-27-41.3C462 15.9 375 38.1 288 60.3C208.2 80.6 128.4 100.9 48.7 79.1C25.6 72.8 0 88.6 0 112.5zM128 416H64V352c35.3 0 64 28.7 64 64zM64 224V160h64c0 35.3-28.7 64-64 64zM448 352c0-35.3 28.7-64 64-64v64H448zm64-192c-35.3 0-64-28.7-64-64h64v64zM384 256c0 61.9-43 112-96 112s-96-50.1-96-112s43-112 96-112s96 50.1 96 112zM252 208c0 9.7 6.9 17.7 16 19.6V276h-4c-11 0-20 9-20 20s9 20 20 20h24 24c11 0 20-9 20-20s-9-20-20-20h-4V208c0-11-9-20-20-20H272c-11 0-20 9-20 20z"],"life-ring":[512,512,[],"f1cd","M367.2 412.5C335.9 434.9 297.5 448 256 448s-79.9-13.1-111.2-35.5l58-58c15.8 8.6 34 13.5 53.3 13.5s37.4-4.9 53.3-13.5l58 58zm90.7 .8c33.8-43.4 54-98 54-157.3s-20.2-113.9-54-157.3c9-12.5 7.9-30.1-3.4-41.3S425.8 45 413.3 54C369.9 20.2 315.3 0 256 0S142.1 20.2 98.7 54c-12.5-9-30.1-7.9-41.3 3.4S45 86.2 54 98.7C20.2 142.1 0 196.7 0 256s20.2 113.9 54 157.3c-9 12.5-7.9 30.1 3.4 41.3S86.2 467 98.7 458c43.4 33.8 98 54 157.3 54s113.9-20.2 157.3-54c12.5 9 30.1 7.9 41.3-3.4s12.4-28.8 3.4-41.3zm-45.5-46.1l-58-58c8.6-15.8 13.5-34 13.5-53.3s-4.9-37.4-13.5-53.3l58-58C434.9 176.1 448 214.5 448 256s-13.1 79.9-35.5 111.2zM367.2 99.5l-58 58c-15.8-8.6-34-13.5-53.3-13.5s-37.4 4.9-53.3 13.5l-58-58C176.1 77.1 214.5 64 256 64s79.9 13.1 111.2 35.5zM157.5 309.3l-58 58C77.1 335.9 64 297.5 64 256s13.1-79.9 35.5-111.2l58 58c-8.6 15.8-13.5 34-13.5 53.3s4.9 37.4 13.5 53.3zM208 256a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z"],hands:[576,512,["sign-language","signing"],"f2a7","M544 160l-.1 72.6c-.1 52.2-24 101-64 133.1c.1-1.9 .1-3.8 .1-5.7v-8c0-71.8-37-138.6-97.9-176.7l-60.2-37.6c-8.6-5.4-17.9-8.4-27.3-9.4L248.7 48.8c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8l78 135.1c3.3 5.7 10.7 7.7 16.4 4.4s7.7-10.7 4.4-16.4l-62-107.4c-6.6-11.5-2.7-26.2 8.8-32.8S362 5 368.6 16.5l68 117.8 0 0 0 0 43.3 75L480 160c0-17.7 14.4-32 32-32s32 14.4 32 32zM243.9 88.5L268.5 131c-13.9 4.5-26.4 13.7-34.7 27c-.9 1.4-1.7 2.9-2.5 4.4l-28.9-50c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8zm-46.4 63.7l26.8 46.4c.6 6 2.1 11.8 4.3 17.4H224 210.7l0 0H179l-23-39.8c-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8zM260.9 175c9.4-15 29.1-19.5 44.1-10.2l60.2 37.6C416.7 234.7 448 291.2 448 352v8c0 83.9-68.1 152-152 152H120c-13.3 0-24-10.7-24-24s10.7-24 24-24h92c6.6 0 12-5.4 12-12s-5.4-12-12-12H88c-13.3 0-24-10.7-24-24s10.7-24 24-24H212c6.6 0 12-5.4 12-12s-5.4-12-12-12H56c-13.3 0-24-10.7-24-24s10.7-24 24-24H212c6.6 0 12-5.4 12-12s-5.4-12-12-12H88c-13.3 0-24-10.7-24-24s10.7-24 24-24H224l0 0 0 0h93.2L271 219.1c-15-9.4-19.5-29.1-10.2-44.1z"],"calendar-day":[448,512,[],"f783","M128 0c17.7 0 32 14.3 32 32V64H288V32c0-17.7 14.3-32 32-32s32 14.3 32 32V64h48c26.5 0 48 21.5 48 48v48H0V112C0 85.5 21.5 64 48 64H96V32c0-17.7 14.3-32 32-32zM0 192H448V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V192zm80 64c-8.8 0-16 7.2-16 16v96c0 8.8 7.2 16 16 16h96c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H80z"],"water-ladder":[576,512,["ladder-water","swimming-pool"],"f5c5","M128 127.7C128 74.9 170.9 32 223.7 32c48.3 0 89 36 95 83.9l1 8.2c2.2 17.5-10.2 33.5-27.8 35.7s-33.5-10.2-35.7-27.8l-1-8.2c-2-15.9-15.5-27.8-31.5-27.8c-17.5 0-31.7 14.2-31.7 31.7V224H384V127.7C384 74.9 426.9 32 479.7 32c48.3 0 89 36 95 83.9l1 8.2c2.2 17.5-10.2 33.5-27.8 35.7s-33.5-10.2-35.7-27.8l-1-8.2c-2-15.9-15.5-27.8-31.5-27.8c-17.5 0-31.7 14.2-31.7 31.7V361c-1.6 1-3.3 2-4.8 3.1c-18 12.4-40.1 20.3-59.2 20.3h0V288H192v96.5c-19 0-41.2-7.9-59.1-20.3c-1.6-1.1-3.2-2.2-4.9-3.1V127.7zM306.5 389.9C329 405.4 356.5 416 384 416c26.9 0 55.4-10.8 77.4-26.1l0 0c11.9-8.5 28.1-7.8 39.2 1.7c14.4 11.9 32.5 21 50.6 25.2c17.2 4 27.9 21.2 23.9 38.4s-21.2 27.9-38.4 23.9c-24.5-5.7-44.9-16.5-58.2-25C449.5 469.7 417 480 384 480c-31.9 0-60.6-9.9-80.4-18.9c-5.8-2.7-11.1-5.3-15.6-7.7c-4.5 2.4-9.7 5.1-15.6 7.7c-19.8 9-48.5 18.9-80.4 18.9c-33 0-65.5-10.3-94.5-25.8c-13.4 8.4-33.7 19.3-58.2 25c-17.2 4-34.4-6.7-38.4-23.9s6.7-34.4 23.9-38.4c18.1-4.2 36.2-13.3 50.6-25.2c11.1-9.4 27.3-10.1 39.2-1.7l0 0C136.7 405.2 165.1 416 192 416c27.5 0 55-10.6 77.5-26.1c11.1-7.9 25.9-7.9 37 0z"],"arrows-up-down":[320,512,["arrows-v"],"f07d","M182.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-96 96c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L128 109.3V402.7L86.6 361.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0l96-96c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 402.7V109.3l41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-96-96z"],"face-grimace":[512,512,[128556,"grimace"],"f57f","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm96-112h-8V360l55.3 0c-3.8 22.7-23.6 40-47.3 40zm47.3-56L344 344V304h8c23.8 0 43.5 17.3 47.3 40zM328 344H264V304h64v40zm0 56H264V360h64v40zm-80-96v40l-64 0V304h64zm0 56v40H184V360l64 0zm-80-16H112.7c3.8-22.7 23.6-40 47.3-40h8v40zm0 56h-8c-23.8 0-43.5-17.3-47.3-40H168v40zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],"wheelchair-move":[448,512,["wheelchair-alt"],"e2ce","M320 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM204.5 121.3c-5.4-2.5-11.7-1.9-16.4 1.7l-40.9 30.7c-14.1 10.6-34.2 7.7-44.8-6.4s-7.7-34.2 6.4-44.8l40.9-30.7c23.7-17.8 55.3-21 82.1-8.4l90.4 42.5c29.1 13.7 36.8 51.6 15.2 75.5L299.1 224h97.4c30.3 0 53 27.7 47.1 57.4L415.4 422.3c-3.5 17.3-20.3 28.6-37.7 25.1s-28.6-20.3-25.1-37.7L377 288H306.7c8.6 19.6 13.3 41.2 13.3 64c0 88.4-71.6 160-160 160S0 440.4 0 352s71.6-160 160-160c11.1 0 22 1.1 32.4 3.3l54.2-54.2-42.1-19.8zM160 448a96 96 0 1 0 0-192 96 96 0 1 0 0 192z"],"turn-down":[384,512,[10549,"level-down-alt"],"f3be","M350 334.5c3.8 8.8 2 19-4.6 26l-136 144c-4.5 4.8-10.8 7.5-17.4 7.5s-12.9-2.7-17.4-7.5l-136-144c-6.6-7-8.4-17.2-4.6-26s12.5-14.5 22-14.5h88l0-192c0-17.7-14.3-32-32-32H32C14.3 96 0 81.7 0 64V32C0 14.3 14.3 0 32 0l80 0c70.7 0 128 57.3 128 128l0 192h88c9.6 0 18.2 5.7 22 14.5z"],"person-walking-arrow-right":[640,512,[],"e552","M208 96a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM123.7 200.5c1-.4 1.9-.8 2.9-1.2l-16.9 63.5c-5.6 21.1-.1 43.6 14.7 59.7l70.7 77.1 22 88.1c4.3 17.1 21.7 27.6 38.8 23.3s27.6-21.7 23.3-38.8l-23-92.1c-1.9-7.8-5.8-14.9-11.2-20.8l-49.5-54 19.3-65.5 9.6 23c4.4 10.6 12.5 19.3 22.8 24.5l26.7 13.3c15.8 7.9 35 1.5 42.9-14.3s1.5-35-14.3-42.9L281 232.7l-15.3-36.8C248.5 154.8 208.3 128 163.7 128c-22.8 0-45.3 4.8-66.1 14l-8 3.5c-32.9 14.6-58.1 42.4-69.4 76.5l-2.6 7.8c-5.6 16.8 3.5 34.9 20.2 40.5s34.9-3.5 40.5-20.2l2.6-7.8c5.7-17.1 18.3-30.9 34.7-38.2l8-3.5zm-30 135.1L68.7 398 9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L116.3 441c4.6-4.6 8.2-10.1 10.6-16.1l14.5-36.2-40.7-44.4c-2.5-2.7-4.8-5.6-7-8.6zM550.6 153.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L530.7 224H384c-17.7 0-32 14.3-32 32s14.3 32 32 32H530.7l-25.4 25.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l80-80c12.5-12.5 12.5-32.8 0-45.3l-80-80z"],"square-envelope":[448,512,["envelope-square"],"f199","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM218 271.7L64.2 172.4C66 156.4 79.5 144 96 144H352c16.5 0 30 12.4 31.8 28.4L230 271.7c-1.8 1.2-3.9 1.8-6 1.8s-4.2-.6-6-1.8zm29.4 26.9L384 210.4V336c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V210.4l136.6 88.2c7 4.5 15.1 6.9 23.4 6.9s16.4-2.4 23.4-6.9z"],dice:[640,512,[127922],"f522","M274.9 34.3c-28.1-28.1-73.7-28.1-101.8 0L34.3 173.1c-28.1 28.1-28.1 73.7 0 101.8L173.1 413.7c28.1 28.1 73.7 28.1 101.8 0L413.7 274.9c28.1-28.1 28.1-73.7 0-101.8L274.9 34.3zM200 224a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM96 200a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM224 376a24 24 0 1 1 0-48 24 24 0 1 1 0 48zM352 200a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM224 120a24 24 0 1 1 0-48 24 24 0 1 1 0 48zm96 328c0 35.3 28.7 64 64 64H576c35.3 0 64-28.7 64-64V256c0-35.3-28.7-64-64-64H461.7c11.6 36 3.1 77-25.4 105.5L320 413.8V448zM480 328a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"],"bowling-ball":[512,512,[],"f436","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM240 80a32 32 0 1 1 0 64 32 32 0 1 1 0-64zM208 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm-64-64a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],brain:[512,512,[129504],"f5dc","M184 0c30.9 0 56 25.1 56 56V456c0 30.9-25.1 56-56 56c-28.9 0-52.7-21.9-55.7-50.1c-5.2 1.4-10.7 2.1-16.3 2.1c-35.3 0-64-28.7-64-64c0-7.4 1.3-14.6 3.6-21.2C21.4 367.4 0 338.2 0 304c0-31.9 18.7-59.5 45.8-72.3C37.1 220.8 32 207 32 192c0-30.7 21.6-56.3 50.4-62.6C80.8 123.9 80 118 80 112c0-29.9 20.6-55.1 48.3-62.1C131.3 21.9 155.1 0 184 0zM328 0c28.9 0 52.6 21.9 55.7 49.9c27.8 7 48.3 32.1 48.3 62.1c0 6-.8 11.9-2.4 17.4c28.8 6.2 50.4 31.9 50.4 62.6c0 15-5.1 28.8-13.8 39.7C493.3 244.5 512 272.1 512 304c0 34.2-21.4 63.4-51.6 74.8c2.3 6.6 3.6 13.8 3.6 21.2c0 35.3-28.7 64-64 64c-5.6 0-11.1-.7-16.3-2.1c-3 28.2-26.8 50.1-55.7 50.1c-30.9 0-56-25.1-56-56V56c0-30.9 25.1-56 56-56z"],bandage:[640,512,[129657,"band-aid"],"f462","M480 416h96c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H480V416zM448 96H192V416H448V96zM64 96C28.7 96 0 124.7 0 160V352c0 35.3 28.7 64 64 64h96V96H64zM248 208a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm120-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM248 304a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm120-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"],"calendar-minus":[512,512,[],"f272","M160 0c17.7 0 32 14.3 32 32V64H320V32c0-17.7 14.3-32 32-32s32 14.3 32 32V64h48c26.5 0 48 21.5 48 48v48H32V112c0-26.5 21.5-48 48-48h48V32c0-17.7 14.3-32 32-32zM32 192H480V464c0 26.5-21.5 48-48 48H80c-26.5 0-48-21.5-48-48V192zM344 376c13.3 0 24-10.7 24-24s-10.7-24-24-24H168c-13.3 0-24 10.7-24 24s10.7 24 24 24H344z"],"circle-xmark":[512,512,[61532,"times-circle","xmark-circle"],"f057","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z"],gifts:[640,512,[],"f79c","M200.6 32C205 19.5 198.5 5.8 186 1.4S159.8 3.5 155.4 16L144.7 46.2l-9.9-29.8C130.6 3.8 117-3 104.4 1.2S85 19 89.2 31.6l8.3 25-27.4-20c-10.7-7.8-25.7-5.4-33.5 5.3s-5.4 25.7 5.3 33.5L70.2 96H48C21.5 96 0 117.5 0 144V464c0 26.5 21.5 48 48 48H200.6c-5.4-9.4-8.6-20.3-8.6-32V256c0-29.9 20.5-55 48.2-62c1.8-31 17.1-58.2 40.1-76.1C271.7 104.7 256.9 96 240 96H217.8l28.3-20.6c10.7-7.8 13.1-22.8 5.3-33.5s-22.8-13.1-33.5-5.3L192.5 55.1 200.6 32zM363.5 185.5L393.1 224H344c-13.3 0-24-10.7-24-24c0-13.1 10.8-24 24.2-24c7.6 0 14.7 3.5 19.3 9.5zM272 200c0 8.4 1.4 16.5 4.1 24H272c-26.5 0-48 21.5-48 48v80H416V256h32v96H640V272c0-26.5-21.5-48-48-48h-4.1c2.7-7.5 4.1-15.6 4.1-24c0-39.9-32.5-72-72.2-72c-22.4 0-43.6 10.4-57.3 28.2L432 195.8l-30.5-39.6c-13.7-17.8-35-28.2-57.3-28.2c-39.7 0-72.2 32.1-72.2 72zM224 464c0 26.5 21.5 48 48 48H416V384H224v80zm224 48H592c26.5 0 48-21.5 48-48V384H448V512zm96-312c0 13.3-10.7 24-24 24H470.9l29.6-38.5c4.6-5.9 11.7-9.5 19.3-9.5c13.4 0 24.2 10.9 24.2 24z"],hotel:[512,512,[127976],"f594","M0 32C0 14.3 14.3 0 32 0H480c17.7 0 32 14.3 32 32s-14.3 32-32 32V448c17.7 0 32 14.3 32 32s-14.3 32-32 32H304V464c0-26.5-21.5-48-48-48s-48 21.5-48 48v48H32c-17.7 0-32-14.3-32-32s14.3-32 32-32V64C14.3 64 0 49.7 0 32zm96 80v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H112c-8.8 0-16 7.2-16 16zM240 96c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H240zm112 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16H368c-8.8 0-16 7.2-16 16zM112 192c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V208c0-8.8-7.2-16-16-16H112zm112 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V208c0-8.8-7.2-16-16-16H240c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V208c0-8.8-7.2-16-16-16H368zM328 384c13.3 0 24.3-10.9 21-23.8c-10.6-41.5-48.2-72.2-93-72.2s-82.5 30.7-93 72.2c-3.3 12.8 7.8 23.8 21 23.8H328z"],"earth-asia":[512,512,[127759,"globe-asia"],"f57e","M51.7 295.1l31.7 6.3c7.9 1.6 16-.9 21.7-6.6l15.4-15.4c11.6-11.6 31.1-8.4 38.4 6.2l9.3 18.5c4.8 9.6 14.6 15.7 25.4 15.7c15.2 0 26.1-14.6 21.7-29.2l-6-19.9c-4.6-15.4 6.9-30.9 23-30.9h2.3c13.4 0 25.9-6.7 33.3-17.8l10.7-16.1c5.6-8.5 5.3-19.6-.8-27.7l-16.1-21.5c-10.3-13.7-3.3-33.5 13.4-37.7l17-4.3c7.5-1.9 13.6-7.2 16.5-14.4l16.4-40.9C303.4 52.1 280.2 48 256 48C141.1 48 48 141.1 48 256c0 13.4 1.3 26.5 3.7 39.1zm407.7 4.6c-3-.3-6-.1-9 .8l-15.8 4.4c-6.7 1.9-13.8-.9-17.5-6.7l-2-3.1c-6-9.4-16.4-15.1-27.6-15.1s-21.6 5.7-27.6 15.1l-6.1 9.5c-1.4 2.2-3.4 4.1-5.7 5.3L312 330.1c-18.1 10.1-25.5 32.4-17 51.3l5.5 12.4c8.6 19.2 30.7 28.5 50.5 21.1l2.6-1c10-3.7 21.3-2.2 29.9 4.1l1.5 1.1c37.2-29.5 64.1-71.4 74.4-119.5zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm144.5 92.1c-2.1 8.6 3.1 17.3 11.6 19.4l32 8c8.6 2.1 17.3-3.1 19.4-11.6s-3.1-17.3-11.6-19.4l-32-8c-8.6-2.1-17.3 3.1-19.4 11.6zm92-20c-2.1 8.6 3.1 17.3 11.6 19.4s17.3-3.1 19.4-11.6l8-32c2.1-8.6-3.1-17.3-11.6-19.4s-17.3 3.1-19.4 11.6l-8 32zM343.2 113.7c-7.9-4-17.5-.7-21.5 7.2l-16 32c-4 7.9-.7 17.5 7.2 21.5s17.5 .7 21.5-7.2l16-32c4-7.9 .7-17.5-7.2-21.5z"],"id-card-clip":[576,512,["id-card-alt"],"f47f","M256 0h64c17.7 0 32 14.3 32 32V96c0 17.7-14.3 32-32 32H256c-17.7 0-32-14.3-32-32V32c0-17.7 14.3-32 32-32zM64 64H192v48c0 26.5 21.5 48 48 48h96c26.5 0 48-21.5 48-48V64H512c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128C0 92.7 28.7 64 64 64zM176 437.3c0 5.9 4.8 10.7 10.7 10.7H389.3c5.9 0 10.7-4.8 10.7-10.7c0-29.5-23.9-53.3-53.3-53.3H229.3c-29.5 0-53.3 23.9-53.3 53.3zM288 352a64 64 0 1 0 0-128 64 64 0 1 0 0 128z"],"magnifying-glass-plus":[512,512,["search-plus"],"f00e","M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM184 296c0 13.3 10.7 24 24 24s24-10.7 24-24V232h64c13.3 0 24-10.7 24-24s-10.7-24-24-24H232V120c0-13.3-10.7-24-24-24s-24 10.7-24 24v64H120c-13.3 0-24 10.7-24 24s10.7 24 24 24h64v64z"],"thumbs-up":[512,512,[128077,61575],"f164","M313.4 32.9c26 5.2 42.9 30.5 37.7 56.5l-2.3 11.4c-5.3 26.7-15.1 52.1-28.8 75.2H464c26.5 0 48 21.5 48 48c0 18.5-10.5 34.6-25.9 42.6C497 275.4 504 288.9 504 304c0 23.4-16.8 42.9-38.9 47.1c4.4 7.3 6.9 15.8 6.9 24.9c0 21.3-13.9 39.4-33.1 45.6c.7 3.3 1.1 6.8 1.1 10.4c0 26.5-21.5 48-48 48H294.5c-19 0-37.5-5.6-53.3-16.1l-38.5-25.7C176 420.4 160 390.4 160 358.3V320 272 247.1c0-29.2 13.3-56.7 36-75l7.4-5.9c26.5-21.2 44.6-51 51.2-84.2l2.3-11.4c5.2-26 30.5-42.9 56.5-37.7zM32 192H96c17.7 0 32 14.3 32 32V448c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V224c0-17.7 14.3-32 32-32z"],"user-clock":[640,512,[],"f4fd","M224 0a128 128 0 1 1 0 256A128 128 0 1 1 224 0zM178.3 304h91.4c20.6 0 40.4 3.5 58.8 9.9C323 331 320 349.1 320 368c0 59.5 29.5 112.1 74.8 144H29.7C13.3 512 0 498.7 0 482.3C0 383.8 79.8 304 178.3 304zM352 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm144-80c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h48c8.8 0 16-7.2 16-16s-7.2-16-16-16H512V304c0-8.8-7.2-16-16-16z"],"hand-dots":[512,512,["allergies"],"f461","M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V240c0 8.8-7.2 16-16 16s-16-7.2-16-16V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V336c0 1.5 0 3.1 .1 4.6L67.6 283c-16-15.2-41.3-14.6-56.6 1.4s-14.6 41.3 1.4 56.6L124.8 448c43.1 41.1 100.4 64 160 64H304c97.2 0 176-78.8 176-176V128c0-17.7-14.3-32-32-32s-32 14.3-32 32V240c0 8.8-7.2 16-16 16s-16-7.2-16-16V64c0-17.7-14.3-32-32-32s-32 14.3-32 32V240c0 8.8-7.2 16-16 16s-16-7.2-16-16V32zM240 336a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm80 16a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm48-16a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm-16 80a16 16 0 1 1 0 32 16 16 0 1 1 0-32zM240 432a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm-48-48a16 16 0 1 1 0 32 16 16 0 1 1 0-32z"],"file-invoice":[384,512,[],"f570","M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM80 64h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H80c-8.8 0-16-7.2-16-16s7.2-16 16-16zm16 96H288c17.7 0 32 14.3 32 32v64c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V256c0-17.7 14.3-32 32-32zm0 32v64H288V256H96zM240 416h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H240c-8.8 0-16-7.2-16-16s7.2-16 16-16z"],"window-minimize":[512,512,[128469],"f2d1","M32 416c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H32z"],"mug-saucer":[640,512,["coffee"],"f0f4","M96 64c0-17.7 14.3-32 32-32H448h64c70.7 0 128 57.3 128 128s-57.3 128-128 128H480c0 53-43 96-96 96H192c-53 0-96-43-96-96V64zM480 224h32c35.3 0 64-28.7 64-64s-28.7-64-64-64H480V224zM32 416H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32z"],brush:[384,512,[],"f55d","M162.4 6c-1.5-3.6-5-6-8.9-6h-19c-3.9 0-7.5 2.4-8.9 6L104.9 57.7c-3.2 8-14.6 8-17.8 0L66.4 6c-1.5-3.6-5-6-8.9-6H48C21.5 0 0 21.5 0 48V224v22.4V256H9.6 374.4 384v-9.6V224 48c0-26.5-21.5-48-48-48H230.5c-3.9 0-7.5 2.4-8.9 6L200.9 57.7c-3.2 8-14.6 8-17.8 0L162.4 6zM0 288v32c0 35.3 28.7 64 64 64h64v64c0 35.3 28.7 64 64 64s64-28.7 64-64V384h64c35.3 0 64-28.7 64-64V288H0zM192 432a16 16 0 1 1 0 32 16 16 0 1 1 0-32z"],mask:[576,512,[],"f6fa","M288 64C64 64 0 160 0 272S80 448 176 448h8.4c24.2 0 46.4-13.7 57.2-35.4l23.2-46.3c4.4-8.8 13.3-14.3 23.2-14.3s18.8 5.5 23.2 14.3l23.2 46.3c10.8 21.7 33 35.4 57.2 35.4H400c96 0 176-64 176-176s-64-208-288-208zM96 256a64 64 0 1 1 128 0A64 64 0 1 1 96 256zm320-64a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"],"magnifying-glass-minus":[512,512,["search-minus"],"f010","M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM136 184c-13.3 0-24 10.7-24 24s10.7 24 24 24H280c13.3 0 24-10.7 24-24s-10.7-24-24-24H136z"],"ruler-vertical":[256,512,[],"f548","M0 48C0 21.5 21.5 0 48 0H208c26.5 0 48 21.5 48 48V96H176c-8.8 0-16 7.2-16 16s7.2 16 16 16h80v64H176c-8.8 0-16 7.2-16 16s7.2 16 16 16h80v64H176c-8.8 0-16 7.2-16 16s7.2 16 16 16h80v64H176c-8.8 0-16 7.2-16 16s7.2 16 16 16h80v48c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V48z"],"user-large":[512,512,["user-alt"],"f406","M256 288A144 144 0 1 0 256 0a144 144 0 1 0 0 288zm-94.7 32C72.2 320 0 392.2 0 481.3c0 17 13.8 30.7 30.7 30.7H481.3c17 0 30.7-13.8 30.7-30.7C512 392.2 439.8 320 350.7 320H161.3z"],"train-tram":[448,512,[128650],"e5b4","M86.8 48c-12.2 0-23.6 5.5-31.2 15L42.7 79C34.5 89.3 19.4 91 9 82.7S-3 59.4 5.3 49L18 33C34.7 12.2 60 0 86.8 0H361.2c26.7 0 52 12.2 68.7 33l12.8 16c8.3 10.4 6.6 25.5-3.8 33.7s-25.5 6.6-33.7-3.7L392.5 63c-7.6-9.5-19.1-15-31.2-15H248V96h40c53 0 96 43 96 96V352c0 30.6-14.3 57.8-36.6 75.4l65.5 65.5c7.1 7.1 2.1 19.1-7.9 19.1H365.3c-8.5 0-16.6-3.4-22.6-9.4L288 448H160l-54.6 54.6c-6 6-14.1 9.4-22.6 9.4H43c-10 0-15-12.1-7.9-19.1l65.5-65.5C78.3 409.8 64 382.6 64 352V192c0-53 43-96 96-96h40V48H86.8zM160 160c-17.7 0-32 14.3-32 32v32c0 17.7 14.3 32 32 32H288c17.7 0 32-14.3 32-32V192c0-17.7-14.3-32-32-32H160zm32 192a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm96 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"],"user-nurse":[448,512,[],"f82f","M96 128V70.2c0-13.3 8.3-25.3 20.8-30l96-36c7.2-2.7 15.2-2.7 22.5 0l96 36c12.5 4.7 20.8 16.6 20.8 30V128h-.3c.2 2.6 .3 5.3 .3 8v40c0 70.7-57.3 128-128 128s-128-57.3-128-128V136c0-2.7 .1-5.4 .3-8H96zm48 48c0 44.2 35.8 80 80 80s80-35.8 80-80V160H144v16zM111.9 327.7c10.5-3.4 21.8 .4 29.4 8.5l71 75.5c6.3 6.7 17 6.7 23.3 0l71-75.5c7.6-8.1 18.9-11.9 29.4-8.5C401 348.6 448 409.4 448 481.3c0 17-13.8 30.7-30.7 30.7H30.7C13.8 512 0 498.2 0 481.3c0-71.9 47-132.7 111.9-153.6zM208 48V64H192c-4.4 0-8 3.6-8 8V88c0 4.4 3.6 8 8 8h16v16c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8V96h16c4.4 0 8-3.6 8-8V72c0-4.4-3.6-8-8-8H240V48c0-4.4-3.6-8-8-8H216c-4.4 0-8 3.6-8 8z"],syringe:[512,512,[128137],"f48e","M441 7l32 32 32 32c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-15-15L417.9 128l55 55c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-72-72L295 73c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l55 55L422.1 56 407 41c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0zM210.3 155.7l61.1-61.1c.3 .3 .6 .7 1 1l16 16 56 56 56 56 16 16c.3 .3 .6 .6 1 1l-191 191c-10.5 10.5-24.7 16.4-39.6 16.4H97.9L41 505c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l57-57V325.3c0-14.9 5.9-29.1 16.4-39.6l43.3-43.3 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57 41.4-41.4 57 57c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6l-57-57z"],"cloud-sun":[640,512,[9925],"f6c4","M294.2 1.2c5.1 2.1 8.7 6.7 9.6 12.1l14.1 84.7 84.7 14.1c5.4 .9 10 4.5 12.1 9.6s1.5 10.9-1.6 15.4l-38.5 55c-2.2-.1-4.4-.2-6.7-.2c-23.3 0-45.1 6.2-64 17.1l0-1.1c0-53-43-96-96-96s-96 43-96 96s43 96 96 96c8.1 0 15.9-1 23.4-2.9c-36.6 18.1-63.3 53.1-69.8 94.9l-24.4 17c-4.5 3.2-10.3 3.8-15.4 1.6s-8.7-6.7-9.6-12.1L98.1 317.9 13.4 303.8c-5.4-.9-10-4.5-12.1-9.6s-1.5-10.9 1.6-15.4L52.5 208 2.9 137.2c-3.2-4.5-3.8-10.3-1.6-15.4s6.7-8.7 12.1-9.6L98.1 98.1l14.1-84.7c.9-5.4 4.5-10 9.6-12.1s10.9-1.5 15.4 1.6L208 52.5 278.8 2.9c4.5-3.2 10.3-3.8 15.4-1.6zM144 208a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM639.9 431.9c0 44.2-35.8 80-80 80H288c-53 0-96-43-96-96c0-47.6 34.6-87 80-94.6l0-1.3c0-53 43-96 96-96c34.9 0 65.4 18.6 82.2 46.4c13-9.1 28.8-14.4 45.8-14.4c44.2 0 80 35.8 80 80c0 5.9-.6 11.7-1.9 17.2c37.4 6.7 65.8 39.4 65.8 78.7z"],"stopwatch-20":[448,512,[],"e06f","M176 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h16V98.4C92.3 113.8 16 200 16 304c0 114.9 93.1 208 208 208s208-93.1 208-208c0-41.8-12.3-80.7-33.5-113.2l24.1-24.1c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L355.7 143c-28.1-23-62.2-38.8-99.7-44.6V64h16c17.7 0 32-14.3 32-32s-14.3-32-32-32H176zM288 204c28.7 0 52 23.3 52 52v96c0 28.7-23.3 52-52 52s-52-23.3-52-52V256c0-28.7 23.3-52 52-52zm-12 52v96c0 6.6 5.4 12 12 12s12-5.4 12-12V256c0-6.6-5.4-12-12-12s-12 5.4-12 12zM159.5 244c-5.4 0-10.2 3.5-11.9 8.6l-.6 1.7c-3.5 10.5-14.8 16.1-25.3 12.6s-16.1-14.8-12.6-25.3l.6-1.7c7.2-21.5 27.2-35.9 49.8-35.9c29 0 52.5 23.5 52.5 52.5v2.2c0 13.4-4.9 26.4-13.8 36.4l-39 43.9c-6.2 7-10 15.7-10.9 24.9H192c11 0 20 9 20 20s-9 20-20 20H128c-11 0-20-9-20-20V368.3c0-20.6 7.5-40.4 21.2-55.8l39-43.9c2.4-2.7 3.7-6.2 3.7-9.8v-2.2c0-6.9-5.6-12.5-12.5-12.5z"],"square-full":[512,512,[128997,128998,128999,129e3,129001,129002,129003,11035,11036],"f45c","M0 0H512V512H0V0z"],magnet:[448,512,[129522],"f076","M0 160v96C0 379.7 100.3 480 224 480s224-100.3 224-224V160H320v96c0 53-43 96-96 96s-96-43-96-96V160H0zm0-32H128V64c0-17.7-14.3-32-32-32H32C14.3 32 0 46.3 0 64v64zm320 0H448V64c0-17.7-14.3-32-32-32H352c-17.7 0-32 14.3-32 32v64z"],jar:[320,512,[],"e516","M32 32C32 14.3 46.3 0 64 0H256c17.7 0 32 14.3 32 32s-14.3 32-32 32H64C46.3 64 32 49.7 32 32zM0 160c0-35.3 28.7-64 64-64H256c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V160zm96 64c-17.7 0-32 14.3-32 32v96c0 17.7 14.3 32 32 32H224c17.7 0 32-14.3 32-32V256c0-17.7-14.3-32-32-32H96z"],"note-sticky":[448,512,[62026,"sticky-note"],"f249","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H288V368c0-26.5 21.5-48 48-48H448V96c0-35.3-28.7-64-64-64H64zM448 352H402.7 336c-8.8 0-16 7.2-16 16v66.7V480l32-32 64-64 32-32z"],"bug-slash":[640,512,[],"e490","M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L477.4 348.9c1.7-9.4 2.6-19 2.6-28.9h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H479.7c-1.1-14.1-5-27.5-11.1-39.5c.7-.6 1.4-1.2 2.1-1.9l64-64c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-64 64c-.7 .7-1.3 1.4-1.9 2.1C409.2 164.1 393.1 160 376 160H264c-8.3 0-16.3 1-24 2.8L38.8 5.1zM320 0c-53 0-96 43-96 96v3.6c0 15.7 12.7 28.4 28.4 28.4H387.6c15.7 0 28.4-12.7 28.4-28.4V96c0-53-43-96-96-96zM160.3 256H96c-17.7 0-32 14.3-32 32s14.3 32 32 32h64c0 24.6 5.5 47.8 15.4 68.6c-2.2 1.3-4.2 2.9-6 4.8l-64 64c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l63.1-63.1c24.5 21.8 55.8 36.2 90.3 39.6V335.5L166.7 227.3c-3.4 9-5.6 18.7-6.4 28.7zM336 479.2c36.6-3.6 69.7-19.6 94.8-43.8L336 360.7V479.2z"],"arrow-up-from-water-pump":[576,512,[],"e4b6","M112 0C85.5 0 64 21.5 64 48V256H48c-26.5 0-48 21.5-48 48v96c0 8 2 15.6 5.4 22.2c3.8-1.7 7.8-3.1 12-4.1c13.1-3.1 26.7-9.8 37.3-18.6c22.2-18.7 54.3-20.1 78.1-3.4c18 12.4 40.1 20.3 59.2 20.3c21.1 0 42-8.5 59.2-20.3c22.1-15.5 51.6-15.5 73.7 0c18.4 12.7 39.6 20.3 59.2 20.3c19 0 41.2-7.9 59.2-20.3c23.8-16.7 55.8-15.3 78.1 3.4c10.6 8.8 24.2 15.6 37.3 18.6c4.2 1 8.2 2.4 12 4.1C574 415.6 576 408 576 400V304c0-26.5-21.5-48-48-48H480l0-146.7 25.4 25.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-80-80c-12.5-12.5-32.8-12.5-45.3 0l-80 80c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L416 109.3 416 256H288V48c0-26.5-21.5-48-48-48H112zM306.5 421.9c-11.1-7.9-25.9-7.9-37 0C247 437.4 219.5 448 192 448c-26.9 0-55.3-10.8-77.4-26.1l0 0c-11.9-8.5-28.1-7.8-39.2 1.7c-14.4 11.9-32.5 21-50.6 25.2c-17.2 4-27.9 21.2-23.9 38.4s21.2 27.9 38.4 23.9c24.5-5.7 44.9-16.5 58.2-25C126.5 501.7 159 512 192 512c31.9 0 60.6-9.9 80.4-18.9c5.8-2.7 11.1-5.3 15.6-7.7c4.5 2.4 9.7 5.1 15.6 7.7c19.8 9 48.5 18.9 80.4 18.9c33 0 65.5-10.3 94.5-25.8c13.4 8.4 33.7 19.3 58.2 25c17.2 4 34.4-6.7 38.4-23.9s-6.7-34.4-23.9-38.4c-18.1-4.2-36.2-13.3-50.6-25.2c-11.1-9.4-27.3-10.1-39.2-1.7l0 0C439.4 437.2 410.9 448 384 448c-27.5 0-55-10.6-77.5-26.1z"],bone:[576,512,[129460],"f5d7","M153.7 144.8c6.9 16.3 20.6 31.2 38.3 31.2H384c17.7 0 31.4-14.9 38.3-31.2C434.4 116.1 462.9 96 496 96c44.2 0 80 35.8 80 80c0 30.4-17 56.9-42 70.4c-3.6 1.9-6 5.5-6 9.6s2.4 7.7 6 9.6c25 13.5 42 40 42 70.4c0 44.2-35.8 80-80 80c-33.1 0-61.6-20.1-73.7-48.8C415.4 350.9 401.7 336 384 336H192c-17.7 0-31.4 14.9-38.3 31.2C141.6 395.9 113.1 416 80 416c-44.2 0-80-35.8-80-80c0-30.4 17-56.9 42-70.4c3.6-1.9 6-5.5 6-9.6s-2.4-7.7-6-9.6C17 232.9 0 206.4 0 176c0-44.2 35.8-80 80-80c33.1 0 61.6 20.1 73.7 48.8z"],"user-injured":[448,512,[],"f728","M240 80H342.7c-7.9-19.5-20.4-36.5-36.2-49.9L240 80zm37.7-68.2C261.3 4.2 243.2 0 224 0c-53.7 0-99.7 33.1-118.7 80h81.4l91-68.2zM224 256c70.7 0 128-57.3 128-128c0-5.4-.3-10.8-1-16H97c-.7 5.2-1 10.6-1 16c0 70.7 57.3 128 128 128zM124 312.4c-9.7 3.1-19.1 7-28 11.7V512H243.7L181.5 408.2 124 312.4zm33-7.2L204.3 384H272c44.2 0 80 35.8 80 80c0 18-6 34.6-16 48h82.3c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304H178.3c-7.2 0-14.3 .4-21.3 1.3zM0 482.3C0 498.7 13.3 512 29.7 512H64V345.4C24.9 378.1 0 427.3 0 482.3zM320 464c0-26.5-21.5-48-48-48H223.5l57.1 95.2C303 507.2 320 487.6 320 464z"],"face-sad-tear":[512,512,[128546,"sad-tear"],"f5b4","M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zm240 80c0-8.8 7.2-16 16-16c45 0 85.6 20.5 115.7 53.1c6 6.5 5.6 16.6-.9 22.6s-16.6 5.6-22.6-.9c-25-27.1-57.4-42.9-92.3-42.9c-8.8 0-16-7.2-16-16zm-80 80c-26.5 0-48-21-48-47c0-20 28.6-60.4 41.6-77.7c3.2-4.4 9.6-4.4 12.8 0C179.6 308.6 208 349 208 369c0 26-21.5 47-48 47zM367.6 208a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm-192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],plane:[576,512,[],"f072","M482.3 192c34.2 0 93.7 29 93.7 64c0 36-59.5 64-93.7 64l-116.6 0L265.2 495.9c-5.7 10-16.3 16.1-27.8 16.1l-56.2 0c-10.6 0-18.3-10.2-15.4-20.4l49-171.6L112 320 68.8 377.6c-3 4-7.8 6.4-12.8 6.4l-42 0c-7.8 0-14-6.3-14-14c0-1.3 .2-2.6 .5-3.9L32 256 .5 145.9c-.4-1.3-.5-2.6-.5-3.9c0-7.8 6.3-14 14-14l42 0c5 0 9.8 2.4 12.8 6.4L112 192l102.9 0-49-171.6C162.9 10.2 170.6 0 181.2 0l56.2 0c11.5 0 22.1 6.2 27.8 16.1L365.7 192l116.6 0z"],"tent-arrows-down":[576,512,[],"e581","M209.8 111.9c-8.9-9.9-24-10.7-33.9-1.8l-39.9 36L136 24c0-13.3-10.7-24-24-24S88 10.7 88 24l0 122.1-39.9-36c-9.9-8.9-25-8.1-33.9 1.8s-8.1 25 1.8 33.9l80 72c9.1 8.2 23 8.2 32.1 0l80-72c9.9-8.9 10.7-24 1.8-33.9zm352 0c-8.9-9.9-24-10.7-33.9-1.8l-39.9 36V24c0-13.3-10.7-24-24-24s-24 10.7-24 24V146.1l-39.9-36c-9.9-8.9-25-8.1-33.9 1.8s-8.1 25 1.8 33.9l80 72c9.1 8.2 23 8.2 32.1 0l80-72c9.9-8.9 10.7-24 1.8-33.9zM307.4 166.5c-11.5-8.7-27.3-8.7-38.8 0l-168 128c-6.6 5-11 12.5-12.3 20.7l-24 160c-1.4 9.2 1.3 18.6 7.4 25.6S86.7 512 96 512H288V352l96 160h96c9.3 0 18.2-4.1 24.2-11.1s8.8-16.4 7.4-25.6l-24-160c-1.2-8.2-5.6-15.7-12.3-20.7l-168-128z"],exclamation:[64,512,[10069,10071,61738],"21","M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64V320c0 17.7 14.3 32 32 32s32-14.3 32-32V64zM32 480a40 40 0 1 0 0-80 40 40 0 1 0 0 80z"],"arrows-spin":[512,512,[],"e4bb","M256 96c38.4 0 73.7 13.5 101.3 36.1l-32.6 32.6c-4.6 4.6-5.9 11.5-3.5 17.4s8.3 9.9 14.8 9.9H448c8.8 0 16-7.2 16-16V64c0-6.5-3.9-12.3-9.9-14.8s-12.9-1.1-17.4 3.5l-34 34C363.4 52.6 312.1 32 256 32c-10.9 0-21.5 .8-32 2.3V99.2c10.3-2.1 21-3.2 32-3.2zM132.1 154.7l32.6 32.6c4.6 4.6 11.5 5.9 17.4 3.5s9.9-8.3 9.9-14.8V64c0-8.8-7.2-16-16-16H64c-6.5 0-12.3 3.9-14.8 9.9s-1.1 12.9 3.5 17.4l34 34C52.6 148.6 32 199.9 32 256c0 10.9 .8 21.5 2.3 32H99.2c-2.1-10.3-3.2-21-3.2-32c0-38.4 13.5-73.7 36.1-101.3zM477.7 224H412.8c2.1 10.3 3.2 21 3.2 32c0 38.4-13.5 73.7-36.1 101.3l-32.6-32.6c-4.6-4.6-11.5-5.9-17.4-3.5s-9.9 8.3-9.9 14.8V448c0 8.8 7.2 16 16 16H448c6.5 0 12.3-3.9 14.8-9.9s1.1-12.9-3.5-17.4l-34-34C459.4 363.4 480 312.1 480 256c0-10.9-.8-21.5-2.3-32zM256 416c-38.4 0-73.7-13.5-101.3-36.1l32.6-32.6c4.6-4.6 5.9-11.5 3.5-17.4s-8.3-9.9-14.8-9.9H64c-8.8 0-16 7.2-16 16l0 112c0 6.5 3.9 12.3 9.9 14.8s12.9 1.1 17.4-3.5l34-34C148.6 459.4 199.9 480 256 480c10.9 0 21.5-.8 32-2.3V412.8c-10.3 2.1-21 3.2-32 3.2z"],print:[512,512,[128424,128438,9113],"f02f","M128 0C92.7 0 64 28.7 64 64v96h64V64H354.7L384 93.3V160h64V93.3c0-17-6.7-33.3-18.7-45.3L400 18.7C388 6.7 371.7 0 354.7 0H128zM384 352v32 64H128V384 368 352H384zm64 32h32c17.7 0 32-14.3 32-32V256c0-35.3-28.7-64-64-64H64c-35.3 0-64 28.7-64 64v96c0 17.7 14.3 32 32 32H64v64c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V384zM432 248a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"],"turkish-lira-sign":[384,512,["try","turkish-lira"],"e2bb","M96 32c17.7 0 32 14.3 32 32V99.3L247.2 65.2c17-4.9 34.7 5 39.6 22s-5 34.7-22 39.6L128 165.9v29.4l119.2-34.1c17-4.9 34.7 5 39.6 22s-5 34.7-22 39.6L128 261.9V416h63.8c68.2 0 124.4-53.5 127.8-121.6l.4-8c.9-17.7 15.9-31.2 33.6-30.4s31.2 15.9 30.4 33.6l-.4 8C378.5 399.8 294.1 480 191.8 480H96c-17.7 0-32-14.3-32-32V280.1l-23.2 6.6c-17 4.9-34.7-5-39.6-22s5-34.7 22-39.6L64 213.6V184.1l-23.2 6.6c-17 4.9-34.7-5-39.6-22s5-34.7 22-39.6L64 117.6V64c0-17.7 14.3-32 32-32z"],"dollar-sign":[320,512,[128178,61781,"dollar","usd"],"24","M160 0c17.7 0 32 14.3 32 32V67.7c1.6 .2 3.1 .4 4.7 .7c.4 .1 .7 .1 1.1 .2l48 8.8c17.4 3.2 28.9 19.9 25.7 37.2s-19.9 28.9-37.2 25.7l-47.5-8.7c-31.3-4.6-58.9-1.5-78.3 6.2s-27.2 18.3-29 28.1c-2 10.7-.5 16.7 1.2 20.4c1.8 3.9 5.5 8.3 12.8 13.2c16.3 10.7 41.3 17.7 73.7 26.3l2.9 .8c28.6 7.6 63.6 16.8 89.6 33.8c14.2 9.3 27.6 21.9 35.9 39.5c8.5 17.9 10.3 37.9 6.4 59.2c-6.9 38-33.1 63.4-65.6 76.7c-13.7 5.6-28.6 9.2-44.4 11V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V445.1c-.4-.1-.9-.1-1.3-.2l-.2 0 0 0c-24.4-3.8-64.5-14.3-91.5-26.3c-16.1-7.2-23.4-26.1-16.2-42.2s26.1-23.4 42.2-16.2c20.9 9.3 55.3 18.5 75.2 21.6c31.9 4.7 58.2 2 76-5.3c16.9-6.9 24.6-16.9 26.8-28.9c1.9-10.6 .4-16.7-1.3-20.4c-1.9-4-5.6-8.4-13-13.3c-16.4-10.7-41.5-17.7-74-26.3l-2.8-.7 0 0C119.4 279.3 84.4 270 58.4 253c-14.2-9.3-27.5-22-35.8-39.6c-8.4-17.9-10.1-37.9-6.1-59.2C23.7 116 52.3 91.2 84.8 78.3c13.3-5.3 27.9-8.9 43.2-11V32c0-17.7 14.3-32 32-32z"],x:[384,512,[120],"58","M376.6 84.5c11.3-13.6 9.5-33.8-4.1-45.1s-33.8-9.5-45.1 4.1L192 206 56.6 43.5C45.3 29.9 25.1 28.1 11.5 39.4S-3.9 70.9 7.4 84.5L150.3 256 7.4 427.5c-11.3 13.6-9.5 33.8 4.1 45.1s33.8 9.5 45.1-4.1L192 306 327.4 468.5c11.3 13.6 31.5 15.4 45.1 4.1s15.4-31.5 4.1-45.1L233.7 256 376.6 84.5z"],"magnifying-glass-dollar":[512,512,["search-dollar"],"f688","M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM228 104c0-11-9-20-20-20s-20 9-20 20v14c-7.6 1.7-15.2 4.4-22.2 8.5c-13.9 8.3-25.9 22.8-25.8 43.9c.1 20.3 12 33.1 24.7 40.7c11 6.6 24.7 10.8 35.6 14l1.7 .5c12.6 3.8 21.8 6.8 28 10.7c5.1 3.2 5.8 5.4 5.9 8.2c.1 5-1.8 8-5.9 10.5c-5 3.1-12.9 5-21.4 4.7c-11.1-.4-21.5-3.9-35.1-8.5c-2.3-.8-4.7-1.6-7.2-2.4c-10.5-3.5-21.8 2.2-25.3 12.6s2.2 21.8 12.6 25.3c1.9 .6 4 1.3 6.1 2.1l0 0 0 0c8.3 2.9 17.9 6.2 28.2 8.4V312c0 11 9 20 20 20s20-9 20-20V298.2c8-1.7 16-4.5 23.2-9c14.3-8.9 25.1-24.1 24.8-45c-.3-20.3-11.7-33.4-24.6-41.6c-11.5-7.2-25.9-11.6-37.1-15l-.7-.2c-12.8-3.9-21.9-6.7-28.3-10.5c-5.2-3.1-5.3-4.9-5.3-6.7c0-3.7 1.4-6.5 6.2-9.3c5.4-3.2 13.6-5.1 21.5-5c9.6 .1 20.2 2.2 31.2 5.2c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-6.5-1.7-13.7-3.4-21.1-4.7V104z"],"users-gear":[640,512,["users-cog"],"f509","M144 160A80 80 0 1 0 144 0a80 80 0 1 0 0 160zm368 0A80 80 0 1 0 512 0a80 80 0 1 0 0 160zM0 298.7C0 310.4 9.6 320 21.3 320H234.7c.2 0 .4 0 .7 0c-26.6-23.5-43.3-57.8-43.3-96c0-7.6 .7-15 1.9-22.3c-13.6-6.3-28.7-9.7-44.6-9.7H106.7C47.8 192 0 239.8 0 298.7zM320 320c24 0 45.9-8.8 62.7-23.3c2.5-3.7 5.2-7.3 8-10.7c2.7-3.3 5.7-6.1 9-8.3C410 262.3 416 243.9 416 224c0-53-43-96-96-96s-96 43-96 96s43 96 96 96zm65.4 60.2c-10.3-5.9-18.1-16.2-20.8-28.2H261.3C187.7 352 128 411.7 128 485.3c0 14.7 11.9 26.7 26.7 26.7H455.2c-2.1-5.2-3.2-10.9-3.2-16.4v-3c-1.3-.7-2.7-1.5-4-2.3l-2.6 1.5c-16.8 9.7-40.5 8-54.7-9.7c-4.5-5.6-8.6-11.5-12.4-17.6l-.1-.2-.1-.2-2.4-4.1-.1-.2-.1-.2c-3.4-6.2-6.4-12.6-9-19.3c-8.2-21.2 2.2-42.6 19-52.3l2.7-1.5c0-.8 0-1.5 0-2.3s0-1.5 0-2.3l-2.7-1.5zM533.3 192H490.7c-15.9 0-31 3.5-44.6 9.7c1.3 7.2 1.9 14.7 1.9 22.3c0 17.4-3.5 33.9-9.7 49c2.5 .9 4.9 2 7.1 3.3l2.6 1.5c1.3-.8 2.6-1.6 4-2.3v-3c0-19.4 13.3-39.1 35.8-42.6c7.9-1.2 16-1.9 24.2-1.9s16.3 .6 24.2 1.9c22.5 3.5 35.8 23.2 35.8 42.6v3c1.3 .7 2.7 1.5 4 2.3l2.6-1.5c16.8-9.7 40.5-8 54.7 9.7c2.3 2.8 4.5 5.8 6.6 8.7c-2.1-57.1-49-102.7-106.6-102.7zm91.3 163.9c6.3-3.6 9.5-11.1 6.8-18c-2.1-5.5-4.6-10.8-7.4-15.9l-2.3-4c-3.1-5.1-6.5-9.9-10.2-14.5c-4.6-5.7-12.7-6.7-19-3L574.4 311c-8.9-7.6-19.1-13.6-30.4-17.6v-21c0-7.3-4.9-13.8-12.1-14.9c-6.5-1-13.1-1.5-19.9-1.5s-13.4 .5-19.9 1.5c-7.2 1.1-12.1 7.6-12.1 14.9v21c-11.2 4-21.5 10-30.4 17.6l-18.2-10.5c-6.3-3.6-14.4-2.6-19 3c-3.7 4.6-7.1 9.5-10.2 14.6l-2.3 3.9c-2.8 5.1-5.3 10.4-7.4 15.9c-2.6 6.8 .5 14.3 6.8 17.9l18.2 10.5c-1 5.7-1.6 11.6-1.6 17.6s.6 11.9 1.6 17.5l-18.2 10.5c-6.3 3.6-9.5 11.1-6.8 17.9c2.1 5.5 4.6 10.7 7.4 15.8l2.4 4.1c3 5.1 6.4 9.9 10.1 14.5c4.6 5.7 12.7 6.7 19 3L449.6 457c8.9 7.6 19.2 13.6 30.4 17.6v21c0 7.3 4.9 13.8 12.1 14.9c6.5 1 13.1 1.5 19.9 1.5s13.4-.5 19.9-1.5c7.2-1.1 12.1-7.6 12.1-14.9v-21c11.2-4 21.5-10 30.4-17.6l18.2 10.5c6.3 3.6 14.4 2.6 19-3c3.7-4.6 7.1-9.4 10.1-14.5l2.4-4.2c2.8-5.1 5.3-10.3 7.4-15.8c2.6-6.8-.5-14.3-6.8-17.9l-18.2-10.5c1-5.7 1.6-11.6 1.6-17.5s-.6-11.9-1.6-17.6l18.2-10.5zM472 384a40 40 0 1 1 80 0 40 40 0 1 1 -80 0z"],"person-military-pointing":[576,512,[],"e54a","M246.9 14.1C234 15.2 224 26 224 39c0 13.8 11.2 25 25 25H400c8.8 0 16-7.2 16-16V17.4C416 8 408 .7 398.7 1.4L246.9 14.1zM240 112c0 44.2 35.8 80 80 80s80-35.8 80-80c0-5.5-.6-10.8-1.6-16H241.6c-1 5.2-1.6 10.5-1.6 16zM72 224c-22.1 0-40 17.9-40 40s17.9 40 40 40H224v89.4L386.8 230.5c-13.3-4.3-27.3-6.5-41.6-6.5H240 72zm345.7 20.9L246.6 416H416V369.7l53.6 90.6c11.2 19 35.8 25.3 54.8 14.1s25.3-35.8 14.1-54.8L462.3 290.8c-11.2-18.9-26.6-34.5-44.6-45.9zM224 448v32c0 17.7 14.3 32 32 32H384c17.7 0 32-14.3 32-32V448H224z"],"building-columns":[512,512,["bank","institution","museum","university"],"f19c","M243.4 2.6l-224 96c-14 6-21.8 21-18.7 35.8S16.8 160 32 160v8c0 13.3 10.7 24 24 24H456c13.3 0 24-10.7 24-24v-8c15.2 0 28.3-10.7 31.3-25.6s-4.8-29.9-18.7-35.8l-224-96c-8-3.4-17.2-3.4-25.2 0zM128 224H64V420.3c-.6 .3-1.2 .7-1.8 1.1l-48 32c-11.7 7.8-17 22.4-12.9 35.9S17.9 512 32 512H480c14.1 0 26.5-9.2 30.6-22.7s-1.1-28.1-12.9-35.9l-48-32c-.6-.4-1.2-.7-1.8-1.1V224H384V416H344V224H280V416H232V224H168V416H128V224zM256 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"],umbrella:[576,512,[],"f0e9","M288 0c17.7 0 32 14.3 32 32V49.7C451.8 63.4 557.7 161 573.9 285.9c2 15.6-17.3 24.4-27.8 12.7C532.1 283 504.8 272 480 272c-38.7 0-71 27.5-78.4 64.1c-1.7 8.7-8.7 15.9-17.6 15.9s-15.8-7.2-17.6-15.9C359 299.5 326.7 272 288 272s-71 27.5-78.4 64.1c-1.7 8.7-8.7 15.9-17.6 15.9s-15.8-7.2-17.6-15.9C167 299.5 134.7 272 96 272c-24.8 0-52.1 11-66.1 26.7C19.4 310.4 .1 301.5 2.1 285.9C18.3 161 124.2 63.4 256 49.7V32c0-17.7 14.3-32 32-32zm0 304c12.3 0 23.5 4.6 32 12.2V430.6c0 45-36.5 81.4-81.4 81.4c-30.8 0-59-17.4-72.8-45l-2.3-4.7c-7.9-15.8-1.5-35 14.3-42.9s35-1.5 42.9 14.3l2.3 4.7c3 5.9 9 9.6 15.6 9.6c9.6 0 17.4-7.8 17.4-17.4V316.2c8.5-7.6 19.7-12.2 32-12.2z"],trowel:[512,512,[],"e589","M343.9 213.4L245.3 312l65.4 65.4c7.9 7.9 11.1 19.4 8.4 30.3s-10.8 19.6-21.5 22.9l-256 80c-11.4 3.5-23.8 .5-32.2-7.9S-2.1 481.8 1.5 470.5l80-256c3.3-10.7 12-18.9 22.9-21.5s22.4 .5 30.3 8.4L200 266.7l98.6-98.6c-14.3-14.6-14.2-38 .3-52.5l95.4-95.4c26.9-26.9 70.5-26.9 97.5 0s26.9 70.5 0 97.5l-95.4 95.4c-14.5 14.5-37.9 14.6-52.5 .3z"],d:[384,512,[100],"44","M0 96C0 60.7 28.7 32 64 32h96c123.7 0 224 100.3 224 224s-100.3 224-224 224H64c-35.3 0-64-28.7-64-64V96zm160 0H64V416h96c88.4 0 160-71.6 160-160s-71.6-160-160-160z"],stapler:[640,512,[],"e5af","M640 299.3V304 432c0 26.5-21.5 48-48 48H512 448 64c-17.7 0-32-14.3-32-32s14.3-32 32-32H448V368H96c-17.7 0-32-14.3-32-32V219.4L33.8 214C14.2 210.5 0 193.5 0 173.7c0-8.9 2.9-17.5 8.2-24.6l35.6-47.5C76.7 57.8 128.2 32 182.9 32c27 0 53.6 6.3 77.8 18.4L586.9 213.5C619.5 229.7 640 263 640 299.3zM448 304V288L128 230.9V304H448z"],"masks-theater":[640,512,[127917,"theater-masks"],"f630","M74.6 373.2c41.7 36.1 108 82.5 166.1 73.7c6.1-.9 12.1-2.5 18-4.5c-9.2-12.3-17.3-24.4-24.2-35.4c-21.9-35-28.8-75.2-25.9-113.6c-20.6 4.1-39.2 13-54.7 25.4c-6.5 5.2-16.3 1.3-14.8-7c6.4-33.5 33-60.9 68.2-66.3c2.6-.4 5.3-.7 7.9-.8l19.4-131.3c2-13.8 8-32.7 25-45.9C278.2 53.2 310.5 37 363.2 32.2c-.8-.7-1.6-1.4-2.4-2.1C340.6 14.5 288.4-11.5 175.7 5.6S20.5 63 5.7 83.9C0 91.9-.8 102 .6 111.8L24.8 276.1c5.5 37.3 21.5 72.6 49.8 97.2zm87.7-219.6c4.4-3.1 10.8-2 11.8 3.3c.1 .5 .2 1.1 .3 1.6c3.2 21.8-11.6 42-33.1 45.3s-41.5-11.8-44.7-33.5c-.1-.5-.1-1.1-.2-1.6c-.6-5.4 5.2-8.4 10.3-6.7c9 3 18.8 3.9 28.7 2.4s19.1-5.3 26.8-10.8zM261.6 390c29.4 46.9 79.5 110.9 137.6 119.7s124.5-37.5 166.1-73.7c28.3-24.5 44.3-59.8 49.8-97.2l24.2-164.3c1.4-9.8 .6-19.9-5.1-27.9c-14.8-20.9-57.3-61.2-170-78.3S299.4 77.2 279.2 92.8c-7.8 6-11.5 15.4-12.9 25.2L242.1 282.3c-5.5 37.3-.4 75.8 19.6 107.7zM404.5 235.3c-7.7-5.5-16.8-9.3-26.8-10.8s-19.8-.6-28.7 2.4c-5.1 1.7-10.9-1.3-10.3-6.7c.1-.5 .1-1.1 .2-1.6c3.2-21.8 23.2-36.8 44.7-33.5s36.3 23.5 33.1 45.3c-.1 .5-.2 1.1-.3 1.6c-1 5.3-7.4 6.4-11.8 3.3zm136.2 15.5c-1 5.3-7.4 6.4-11.8 3.3c-7.7-5.5-16.8-9.3-26.8-10.8s-19.8-.6-28.7 2.4c-5.1 1.7-10.9-1.3-10.3-6.7c.1-.5 .1-1.1 .2-1.6c3.2-21.8 23.2-36.8 44.7-33.5s36.3 23.5 33.1 45.3c-.1 .5-.2 1.1-.3 1.6zM530 350.2c-19.6 44.7-66.8 72.5-116.8 64.9s-87.1-48.2-93-96.7c-1-8.3 8.9-12.1 15.2-6.7c23.9 20.8 53.6 35.3 87 40.3s66.1 .1 94.9-12.8c7.6-3.4 16 3.2 12.6 10.9z"],"kip-sign":[384,512,[],"e1c4","M340.8 88.3c13.4-11.5 15-31.7 3.5-45.1s-31.7-15-45.1-3.5L128 186.4V64c0-17.7-14.3-32-32-32S64 46.3 64 64V224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32H64V448c0 17.7 14.3 32 32 32s32-14.3 32-32V325.6L299.2 472.3c13.4 11.5 33.6 9.9 45.1-3.5s9.9-33.6-3.5-45.1L182.5 288H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H182.5L340.8 88.3z"],"hand-point-left":[512,512,[],"f0a5","M32 96C14.3 96 0 110.3 0 128s14.3 32 32 32l208 0V96L32 96zM192 288c-17.7 0-32 14.3-32 32s14.3 32 32 32h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H192zm-64-64c0 17.7 14.3 32 32 32h48c17.7 0 32-14.3 32-32s-14.3-32-32-32H160c-17.7 0-32 14.3-32 32zm96 160c-17.7 0-32 14.3-32 32s14.3 32 32 32h64c17.7 0 32-14.3 32-32s-14.3-32-32-32H224zm88-96l-.6 0c5.4 9.4 8.6 20.3 8.6 32c0 13.2-4 25.4-10.8 35.6c24.9 8.7 42.8 32.5 42.8 60.4c0 11.7-3.1 22.6-8.6 32H352c88.4 0 160-71.6 160-160V226.3c0-42.4-16.9-83.1-46.9-113.1l-11.6-11.6C429.5 77.5 396.9 64 363 64l-27 0c-35.3 0-64 28.7-64 64v88c0 22.1 17.9 40 40 40s40-17.9 40-40V160c0-8.8 7.2-16 16-16s16 7.2 16 16v56c0 39.8-32.2 72-72 72z"],"handshake-simple":[640,512,[129309,"handshake-alt"],"f4c6","M323.4 85.2l-96.8 78.4c-16.1 13-19.2 36.4-7 53.1c12.9 17.8 38 21.3 55.3 7.8l99.3-77.2c7-5.4 17-4.2 22.5 2.8s4.2 17-2.8 22.5l-20.9 16.2L550.2 352H592c26.5 0 48-21.5 48-48V176c0-26.5-21.5-48-48-48H516h-4-.7l-3.9-2.5L434.8 79c-15.3-9.8-33.2-15-51.4-15c-21.8 0-43 7.5-60 21.2zm22.8 124.4l-51.7 40.2C263 274.4 217.3 268 193.7 235.6c-22.2-30.5-16.6-73.1 12.7-96.8l83.2-67.3c-11.6-4.9-24.1-7.4-36.8-7.4C234 64 215.7 69.6 200 80l-72 48H48c-26.5 0-48 21.5-48 48V304c0 26.5 21.5 48 48 48H156.2l91.4 83.4c19.6 17.9 49.9 16.5 67.8-3.1c5.5-6.1 9.2-13.2 11.1-20.6l17 15.6c19.5 17.9 49.9 16.6 67.8-2.9c4.5-4.9 7.8-10.6 9.9-16.5c19.4 13 45.8 10.3 62.1-7.5c17.9-19.5 16.6-49.9-2.9-67.8l-134.2-123z"],"jet-fighter":[640,512,["fighter-jet"],"f0fb","M160 24c0-13.3 10.7-24 24-24H296c13.3 0 24 10.7 24 24s-10.7 24-24 24H280L384 192H500.4c7.7 0 15.3 1.4 22.5 4.1L625 234.4c9 3.4 15 12 15 21.6s-6 18.2-15 21.6L522.9 315.9c-7.2 2.7-14.8 4.1-22.5 4.1H384L280 464h16c13.3 0 24 10.7 24 24s-10.7 24-24 24H184c-13.3 0-24-10.7-24-24s10.7-24 24-24h8V320H160l-54.6 54.6c-6 6-14.1 9.4-22.6 9.4H64c-17.7 0-32-14.3-32-32V288c-17.7 0-32-14.3-32-32s14.3-32 32-32V160c0-17.7 14.3-32 32-32H82.7c8.5 0 16.6 3.4 22.6 9.4L160 192h32V48h-8c-13.3 0-24-10.7-24-24zM80 240c-8.8 0-16 7.2-16 16s7.2 16 16 16h64c8.8 0 16-7.2 16-16s-7.2-16-16-16H80z"],"square-share-nodes":[448,512,["share-alt-square"],"f1e1","M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM384 160c0 35.3-28.7 64-64 64c-15.4 0-29.5-5.4-40.6-14.5L194.1 256l85.3 46.5c11-9.1 25.2-14.5 40.6-14.5c35.3 0 64 28.7 64 64s-28.7 64-64 64s-64-28.7-64-64c0-2.5 .1-4.9 .4-7.3L174.5 300c-11.7 12.3-28.2 20-46.5 20c-35.3 0-64-28.7-64-64s28.7-64 64-64c18.3 0 34.8 7.7 46.5 20l81.9-44.7c-.3-2.4-.4-4.9-.4-7.3c0-35.3 28.7-64 64-64s64 28.7 64 64z"],barcode:[512,512,[],"f02a","M24 32C10.7 32 0 42.7 0 56V456c0 13.3 10.7 24 24 24H40c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24H24zm88 0c-8.8 0-16 7.2-16 16V464c0 8.8 7.2 16 16 16s16-7.2 16-16V48c0-8.8-7.2-16-16-16zm72 0c-13.3 0-24 10.7-24 24V456c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24H184zm96 0c-13.3 0-24 10.7-24 24V456c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24H280zM448 56V456c0 13.3 10.7 24 24 24h16c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24H472c-13.3 0-24 10.7-24 24zm-64-8V464c0 8.8 7.2 16 16 16s16-7.2 16-16V48c0-8.8-7.2-16-16-16s-16 7.2-16 16z"],"plus-minus":[384,512,[],"e43c","M224 32c0-17.7-14.3-32-32-32s-32 14.3-32 32V144H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H160V320c0 17.7 14.3 32 32 32s32-14.3 32-32V208H336c17.7 0 32-14.3 32-32s-14.3-32-32-32H224V32zM0 480c0 17.7 14.3 32 32 32H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H32c-17.7 0-32 14.3-32 32z"],video:[576,512,["video-camera"],"f03d","M0 128C0 92.7 28.7 64 64 64H320c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128zM559.1 99.8c10.4 5.6 16.9 16.4 16.9 28.2V384c0 11.8-6.5 22.6-16.9 28.2s-23 5-32.9-1.6l-96-64L416 337.1V320 192 174.9l14.2-9.5 96-64c9.8-6.5 22.4-7.2 32.9-1.6z"],"graduation-cap":[640,512,[127891,"mortar-board"],"f19d","M320 32c-8.1 0-16.1 1.4-23.7 4.1L15.8 137.4C6.3 140.9 0 149.9 0 160s6.3 19.1 15.8 22.6l57.9 20.9C57.3 229.3 48 259.8 48 291.9v28.1c0 28.4-10.8 57.7-22.3 80.8c-6.5 13-13.9 25.8-22.5 37.6C0 442.7-.9 448.3 .9 453.4s6 8.9 11.2 10.2l64 16c4.2 1.1 8.7 .3 12.4-2s6.3-6.1 7.1-10.4c8.6-42.8 4.3-81.2-2.1-108.7C90.3 344.3 86 329.8 80 316.5V291.9c0-30.2 10.2-58.7 27.9-81.5c12.9-15.5 29.6-28 49.2-35.7l157-61.7c8.2-3.2 17.5 .8 20.7 9s-.8 17.5-9 20.7l-157 61.7c-12.4 4.9-23.3 12.4-32.2 21.6l159.6 57.6c7.6 2.7 15.6 4.1 23.7 4.1s16.1-1.4 23.7-4.1L624.2 182.6c9.5-3.4 15.8-12.5 15.8-22.6s-6.3-19.1-15.8-22.6L343.7 36.1C336.1 33.4 328.1 32 320 32zM128 408c0 35.3 86 72 192 72s192-36.7 192-72L496.7 262.6 354.5 314c-11.1 4-22.8 6-34.5 6s-23.5-2-34.5-6L143.3 262.6 128 408z"],"hand-holding-medical":[576,512,[],"e05c","M224 24V80H168c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h56v56c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V176h56c13.3 0 24-10.7 24-24V104c0-13.3-10.7-24-24-24H320V24c0-13.3-10.7-24-24-24H248c-13.3 0-24 10.7-24 24zM559.7 392.2c17.8-13.1 21.6-38.1 8.5-55.9s-38.1-21.6-55.9-8.5L392.6 416H272c-8.8 0-16-7.2-16-16s7.2-16 16-16h16 64c17.7 0 32-14.3 32-32s-14.3-32-32-32H288 272 193.7c-29.1 0-57.3 9.9-80 28L68.8 384H32c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32H192 352.5c29 0 57.3-9.3 80.7-26.5l126.6-93.3zm-367-8.2l.9 0 0 0c-.3 0-.6 0-.9 0z"],"person-circle-check":[576,512,[],"e53e","M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l44.9 74.7c-16.1 17.6-28.6 38.5-36.6 61.5c-1.9-1.8-3.5-3.9-4.9-6.3L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H152zm136 16a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L416 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6z"],"turn-up":[384,512,[10548,"level-up-alt"],"f3bf","M350 177.5c3.8-8.8 2-19-4.6-26l-136-144C204.9 2.7 198.6 0 192 0s-12.9 2.7-17.4 7.5l-136 144c-6.6 7-8.4 17.2-4.6 26s12.5 14.5 22 14.5h88l0 192c0 17.7-14.3 32-32 32H32c-17.7 0-32 14.3-32 32v32c0 17.7 14.3 32 32 32l80 0c70.7 0 128-57.3 128-128l0-192h88c9.6 0 18.2-5.7 22-14.5z"]};d1(function(){A1("fas",k1),A1("fa-solid",k1)})})();(function(){function c(V,C){var b=Object.keys(V);if(Object.getOwnPropertySymbols){var A=Object.getOwnPropertySymbols(V);C&&(A=A.filter(function(I){return Object.getOwnPropertyDescriptor(V,I).enumerable})),b.push.apply(b,A)}return b}function e(V){for(var C=1;CV.length)&&(C=V.length);for(var b=0,A=new Array(C);b1?C-1:0),A=1;A-1;I--){var U=b[I],F=(U.tagName||"").toUpperCase();["STYLE","LINK"].indexOf(F)>-1&&(A=U)}return D.head.insertBefore(C,A),V}}var un="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";function $6(){for(var V=12,C="";V-- >0;)C+=un[Math.random()*62|0];return C}function D4(V){for(var C=[],b=(V||[]).length>>>0;b--;)C[b]=V[b];return C}function a5(V){return V.classList?D4(V.classList):(V.getAttribute("class")||"").split(" ").filter(function(C){return C})}function G9(V){return"".concat(V).replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(//g,">")}function fn(V){return Object.keys(V||{}).reduce(function(C,b){return C+"".concat(b,'="').concat(G9(V[b]),'" ')},"").trim()}function I8(V){return Object.keys(V||{}).reduce(function(C,b){return C+"".concat(b,": ").concat(V[b].trim(),";")},"")}function n5(V){return V.size!==a3.size||V.x!==a3.x||V.y!==a3.y||V.rotate!==a3.rotate||V.flipX||V.flipY}function hn(V){var C=V.transform,b=V.containerWidth,A=V.iconWidth,I={transform:"translate(".concat(b/2," 256)")},U="translate(".concat(C.x*32,", ").concat(C.y*32,") "),F="scale(".concat(C.size/16*(C.flipX?-1:1),", ").concat(C.size/16*(C.flipY?-1:1),") "),X="rotate(".concat(C.rotate," 0 0)"),r1={transform:"".concat(U," ").concat(F," ").concat(X)},V1={transform:"translate(".concat(A/2*-1," -256)")};return{outer:I,inner:r1,path:V1}}function dn(V){var C=V.transform,b=V.width,A=b===void 0?x:b,I=V.height,U=I===void 0?x:I,F=V.startCentered,X=F===void 0?!1:F,r1="";return X&&_1?r1+="translate(".concat(C.x/I3-A/2,"em, ").concat(C.y/I3-U/2,"em) "):X?r1+="translate(calc(-50% + ".concat(C.x/I3,"em), calc(-50% + ").concat(C.y/I3,"em)) "):r1+="translate(".concat(C.x/I3,"em, ").concat(C.y/I3,"em) "),r1+="scale(".concat(C.size/I3*(C.flipX?-1:1),", ").concat(C.size/I3*(C.flipY?-1:1),") "),r1+="rotate(".concat(C.rotate,"deg) "),r1}var mn=':host,:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Solid";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Regular";--fa-font-light:normal 300 1em/1 "Font Awesome 6 Light";--fa-font-thin:normal 100 1em/1 "Font Awesome 6 Thin";--fa-font-duotone:normal 900 1em/1 "Font Awesome 6 Duotone";--fa-font-sharp-solid:normal 900 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-regular:normal 400 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-light:normal 300 1em/1 "Font Awesome 6 Sharp";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}svg:not(:host).svg-inline--fa,svg:not(:root).svg-inline--fa{overflow:visible;box-sizing:content-box}.svg-inline--fa{display:var(--fa-display,inline-block);height:1em;overflow:visible;vertical-align:-.125em}.svg-inline--fa.fa-2xs{vertical-align:.1em}.svg-inline--fa.fa-xs{vertical-align:0}.svg-inline--fa.fa-sm{vertical-align:-.0714285705em}.svg-inline--fa.fa-lg{vertical-align:-.2em}.svg-inline--fa.fa-xl{vertical-align:-.25em}.svg-inline--fa.fa-2xl{vertical-align:-.3125em}.svg-inline--fa.fa-pull-left{margin-right:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-pull-right{margin-left:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-li{width:var(--fa-li-width,2em);top:.25em}.svg-inline--fa.fa-fw{width:var(--fa-fw-width,1.25em)}.fa-layers svg.svg-inline--fa{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers svg.svg-inline--fa{-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-text{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-counter{background-color:var(--fa-counter-background-color,#ff253a);border-radius:var(--fa-counter-border-radius,1em);box-sizing:border-box;color:var(--fa-inverse,#fff);line-height:var(--fa-counter-line-height,1);max-width:var(--fa-counter-max-width,5em);min-width:var(--fa-counter-min-width,1.5em);overflow:hidden;padding:var(--fa-counter-padding,.25em .5em);right:var(--fa-right,0);text-overflow:ellipsis;top:var(--fa-top,0);-webkit-transform:scale(var(--fa-counter-scale,.25));transform:scale(var(--fa-counter-scale,.25));-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-bottom-right{bottom:var(--fa-bottom,0);right:var(--fa-right,0);top:auto;-webkit-transform:scale(var(--fa-layers-scale,.25));transform:scale(var(--fa-layers-scale,.25));-webkit-transform-origin:bottom right;transform-origin:bottom right}.fa-layers-bottom-left{bottom:var(--fa-bottom,0);left:var(--fa-left,0);right:auto;top:auto;-webkit-transform:scale(var(--fa-layers-scale,.25));transform:scale(var(--fa-layers-scale,.25));-webkit-transform-origin:bottom left;transform-origin:bottom left}.fa-layers-top-right{top:var(--fa-top,0);right:var(--fa-right,0);-webkit-transform:scale(var(--fa-layers-scale,.25));transform:scale(var(--fa-layers-scale,.25));-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-top-left{left:var(--fa-left,0);right:auto;top:var(--fa-top,0);-webkit-transform:scale(var(--fa-layers-scale,.25));transform:scale(var(--fa-layers-scale,.25));-webkit-transform-origin:top left;transform-origin:top left}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.0833333337em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.0714285718em;vertical-align:.0535714295em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.0416666682em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width,2em) * -1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.08em);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1,1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1,1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}100%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1,1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1,1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}100%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}24%,8%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}100%,40%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}24%,8%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}100%,40%{-webkit-transform:rotate(0);transform:rotate(0)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;vertical-align:middle;height:2em;position:relative;width:2.5em}.fa-stack-1x,.fa-stack-2x{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;z-index:var(--fa-stack-z-index,auto)}.svg-inline--fa.fa-stack-1x{height:1em;width:1.25em}.svg-inline--fa.fa-stack-2x{height:2em;width:2.5em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-sr-only,.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fa-sr-only-focusable:not(:focus),.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.svg-inline--fa .fa-primary{fill:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.svg-inline--fa .fa-secondary{fill:var(--fa-secondary-color,currentColor);opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-primary{opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-secondary{opacity:var(--fa-primary-opacity,1)}.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary{fill:#000}.fa-duotone.fa-inverse,.fad.fa-inverse{color:var(--fa-inverse,#fff)}';function Y9(){var V=Y,C=j,b=C1.cssPrefix,A=C1.replacementClass,I=mn;if(b!==V||A!==C){var U=new RegExp("\\.".concat(V,"\\-"),"g"),F=new RegExp("\\--".concat(V,"\\-"),"g"),X=new RegExp("\\.".concat(C),"g");I=I.replace(U,".".concat(b,"-")).replace(F,"--".concat(b,"-")).replace(X,".".concat(A))}return I}var Z9=!1;function r5(){C1.autoAddCss&&!Z9&&(on(Y9()),Z9=!0)}var zn={mixout:function(){return{dom:{css:Y9,insertCss:r5}}},hooks:function(){return{beforeDOMElementCreation:function(){r5()},beforeI2svg:function(){r5()}}}},H3=T||{};H3[k1]||(H3[k1]={}),H3[k1].styles||(H3[k1].styles={}),H3[k1].hooks||(H3[k1].hooks={}),H3[k1].shims||(H3[k1].shims=[]);var v2=H3[k1],X9=[],vn=function V(){D.removeEventListener("DOMContentLoaded",V),x8=1,X9.map(function(C){return C()})},x8=!1;g1&&(x8=(D.documentElement.doScroll?/^loaded|^c/:/^loaded|^i|^c/).test(D.readyState),x8||D.addEventListener("DOMContentLoaded",vn));function Q9(V){g1&&(x8?setTimeout(V,0):X9.push(V))}function I6(V){var C=V.tag,b=V.attributes,A=b===void 0?{}:b,I=V.children,U=I===void 0?[]:I;return typeof V=="string"?G9(V):"<".concat(C," ").concat(fn(A),">").concat(U.map(I6).join(""),"")}function J9(V,C,b){if(V&&V[C]&&V[C][b])return{prefix:C,iconName:b,icon:V[C][b]}}var pn=function(C,b){return function(A,I,U,F){return C.call(b,A,I,U,F)}},i5=function(C,b,A,I){var U=Object.keys(C),F=U.length,X=I!==void 0?pn(b,I):b,r1,V1,v1;for(A===void 0?(r1=1,v1=C[U[0]]):(r1=0,v1=A);r1=55296&&I<=56319&&b=55296&&A<=56319&&b>C+1&&(I=V.charCodeAt(C+1),I>=56320&&I<=57343)?(A-55296)*1024+I-56320+65536:A}function cc(V){return Object.keys(V).reduce(function(C,b){var A=V[b],I=!!A.icon;return I?C[A.iconName]=A.icon:C[b]=A,C},{})}function u5(V,C){var b=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},A=b.skipHooks,I=A===void 0?!1:A,U=cc(C);typeof v2.hooks.addPack=="function"&&!I?v2.hooks.addPack(V,cc(C)):v2.styles[V]=e(e({},v2.styles[V]||{}),U),V==="fas"&&u5("fa",C)}var O8,N8,D8,R4=v2.styles,gn=v2.shims,Mn=(O8={},n(O8,m,Object.values(s1[m])),n(O8,w,Object.values(s1[w])),O8),f5=null,ec={},tc={},sc={},lc={},ac={},Cn=(N8={},n(N8,m,Object.keys(e1[m])),n(N8,w,Object.keys(e1[w])),N8);function Ln(V){return~T3.indexOf(V)}function bn(V,C){var b=C.split("-"),A=b[0],I=b.slice(1).join("-");return A===V&&I!==""&&!Ln(I)?I:null}var x6=function(){var C=function(U){return i5(R4,function(F,X,r1){return F[r1]=i5(X,U,{}),F},{})};ec=C(function(I,U,F){if(U[3]&&(I[U[3]]=F),U[2]){var X=U[2].filter(function(r1){return typeof r1=="number"});X.forEach(function(r1){I[r1.toString(16)]=F})}return I}),tc=C(function(I,U,F){if(I[F]=F,U[2]){var X=U[2].filter(function(r1){return typeof r1=="string"});X.forEach(function(r1){I[r1]=F})}return I}),ac=C(function(I,U,F){var X=U[2];return I[F]=F,X.forEach(function(r1){I[r1]=F}),I});var b="far"in R4||C1.autoFetchSvg,A=i5(gn,function(I,U){var F=U[0],X=U[1],r1=U[2];return X==="far"&&!b&&(X="fas"),typeof F=="string"&&(I.names[F]={prefix:X,iconName:r1}),typeof F=="number"&&(I.unicodes[F.toString(16)]={prefix:X,iconName:r1}),I},{names:{},unicodes:{}});sc=A.names,lc=A.unicodes,f5=R8(C1.styleDefault,{family:C1.familyDefault})};nn(function(V){f5=R8(V.styleDefault,{family:C1.familyDefault})}),x6();function h5(V,C){return(ec[V]||{})[C]}function _n(V,C){return(tc[V]||{})[C]}function m4(V,C){return(ac[V]||{})[C]}function nc(V){return sc[V]||{prefix:null,iconName:null}}function yn(V){var C=lc[V],b=h5("fas",V);return C||(b?{prefix:"fas",iconName:b}:null)||{prefix:null,iconName:null}}function x3(){return f5}var d5=function(){return{prefix:null,iconName:null,rest:[]}};function R8(V){var C=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},b=C.family,A=b===void 0?m:b,I=e1[A][V],U=t1[A][V]||t1[A][I],F=V in v2.styles?V:null;return U||F||null}var rc=(D8={},n(D8,m,Object.keys(s1[m])),n(D8,w,Object.keys(s1[w])),D8);function F8(V){var C,b=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},A=b.skipLookups,I=A===void 0?!1:A,U=(C={},n(C,m,"".concat(C1.cssPrefix,"-").concat(m)),n(C,w,"".concat(C1.cssPrefix,"-").concat(w)),C),F=null,X=m;(V.includes(U[m])||V.some(function(V1){return rc[m].includes(V1)}))&&(X=m),(V.includes(U[w])||V.some(function(V1){return rc[w].includes(V1)}))&&(X=w);var r1=V.reduce(function(V1,v1){var L1=bn(C1.cssPrefix,v1);if(R4[v1]?(v1=Mn[X].includes(v1)?Z[X][v1]:v1,F=v1,V1.prefix=v1):Cn[X].indexOf(v1)>-1?(F=v1,V1.prefix=R8(v1,{family:X})):L1?V1.iconName=L1:v1!==C1.replacementClass&&v1!==U[m]&&v1!==U[w]&&V1.rest.push(v1),!I&&V1.prefix&&V1.iconName){var F1=F==="fa"?nc(V1.iconName):{},Y1=m4(V1.prefix,V1.iconName);F1.prefix&&(F=null),V1.iconName=F1.iconName||Y1||V1.iconName,V1.prefix=F1.prefix||V1.prefix,V1.prefix==="far"&&!R4.far&&R4.fas&&!C1.autoFetchSvg&&(V1.prefix="fas")}return V1},d5());return(V.includes("fa-brands")||V.includes("fab"))&&(r1.prefix="fab"),(V.includes("fa-duotone")||V.includes("fad"))&&(r1.prefix="fad"),!r1.prefix&&X===w&&(R4.fass||C1.autoFetchSvg)&&(r1.prefix="fass",r1.iconName=m4(r1.prefix,r1.iconName)||r1.iconName),(r1.prefix==="fa"||F==="fa")&&(r1.prefix=x3()||"fas"),r1}var wn=function(){function V(){s(this,V),this.definitions={}}return a(V,[{key:"add",value:function(){for(var b=this,A=arguments.length,I=new Array(A),U=0;U0&&v1.forEach(function(L1){typeof L1=="string"&&(b[X][L1]=V1)}),b[X][r1]=V1}),b}}]),V}(),ic=[],F4={},U4={},An=Object.keys(U4);function En(V,C){var b=C.mixoutsTo;return ic=V,F4={},Object.keys(U4).forEach(function(A){An.indexOf(A)===-1&&delete U4[A]}),ic.forEach(function(A){var I=A.mixout?A.mixout():{};if(Object.keys(I).forEach(function(F){typeof I[F]=="function"&&(b[F]=I[F]),t(I[F])==="object"&&Object.keys(I[F]).forEach(function(X){b[F]||(b[F]={}),b[F][X]=I[F][X]})}),A.hooks){var U=A.hooks();Object.keys(U).forEach(function(F){F4[F]||(F4[F]=[]),F4[F].push(U[F])})}A.provides&&A.provides(U4)}),b}function m5(V,C){for(var b=arguments.length,A=new Array(b>2?b-2:0),I=2;I1?C-1:0),A=1;A0&&arguments[0]!==void 0?arguments[0]:{};return g1?(O3("beforeI2svg",C),V3("pseudoElements2svg",C),V3("i2svg",C)):Promise.reject("Operation requires a DOM of some kind.")},watch:function(){var C=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},b=C.autoReplaceSvgRoot;C1.autoReplaceSvg===!1&&(C1.autoReplaceSvg=!0),C1.observeMutations=!0,Q9(function(){O6({autoReplaceSvgRoot:b}),O3("watch",C)})}},Pn={icon:function(C){if(C===null)return null;if(t(C)==="object"&&C.prefix&&C.iconName)return{prefix:C.prefix,iconName:m4(C.prefix,C.iconName)||C.iconName};if(Array.isArray(C)&&C.length===2){var b=C[1].indexOf("fa-")===0?C[1].slice(3):C[1],A=R8(C[0]);return{prefix:A,iconName:m4(A,b)||b}}if(typeof C=="string"&&(C.indexOf("".concat(C1.cssPrefix,"-"))>-1||C.match(R))){var I=F8(C.split(" "),{skipLookups:!0});return{prefix:I.prefix||x3(),iconName:m4(I.prefix,I.iconName)||I.iconName}}if(typeof C=="string"){var U=x3();return{prefix:U,iconName:m4(U,C)||C}}}},v5={noAuto:kn,config:C1,dom:Sn,parse:Pn,library:oc,findIconDefinition:z5,toHtml:I6},O6=function(){var C=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},b=C.autoReplaceSvgRoot,A=b===void 0?D:b;(Object.keys(v2.styles).length>0||C1.autoFetchSvg)&&g1&&C1.autoReplaceSvg&&v5.dom.i2svg({node:A})};function Tn(V){h1&&(T.FontAwesome||(T.FontAwesome=v5),Q9(function(){O6(),O3("bootstrap")})),v2.hooks=e(e({},v2.hooks),{},{addPack:function(b,A){v2.styles[b]=e(e({},v2.styles[b]||{}),A),x6(),O6()},addPacks:function(b){b.forEach(function(A){var I=i(A,2),U=I[0],F=I[1];v2.styles[U]=e(e({},v2.styles[U]||{}),F)}),x6(),O6()},addShims:function(b){var A;(A=v2.shims).push.apply(A,r(b)),x6(),O6()}})}function U8(V,C){return Object.defineProperty(V,"abstract",{get:C}),Object.defineProperty(V,"html",{get:function(){return V.abstract.map(function(A){return I6(A)})}}),Object.defineProperty(V,"node",{get:function(){if(g1){var A=D.createElement("div");return A.innerHTML=V.html,A.children}}}),V}function $n(V){var C=V.children,b=V.main,A=V.mask,I=V.attributes,U=V.styles,F=V.transform;if(n5(F)&&b.found&&!A.found){var X=b.width,r1=b.height,V1={x:X/r1/2,y:.5};I.style=I8(e(e({},U),{},{"transform-origin":"".concat(V1.x+F.x/16,"em ").concat(V1.y+F.y/16,"em")}))}return[{tag:"svg",attributes:I,children:C}]}function In(V){var C=V.prefix,b=V.iconName,A=V.children,I=V.attributes,U=V.symbol,F=U===!0?"".concat(C,"-").concat(C1.cssPrefix,"-").concat(b):U;return[{tag:"svg",attributes:{style:"display: none;"},children:[{tag:"symbol",attributes:e(e({},I),{},{id:F}),children:A}]}]}function p5(V){var C=V.icons,b=C.main,A=C.mask,I=V.prefix,U=V.iconName,F=V.transform,X=V.symbol,r1=V.title,V1=V.maskId,v1=V.titleId,L1=V.extra,F1=V.watchable,Y1=F1===void 0?!1:F1,L2=A.found?A:b,U2=L2.width,Z2=L2.height,n3=I==="fak",g2=[C1.replacementClass,U?"".concat(C1.cssPrefix,"-").concat(U):""].filter(function(D3){return L1.classes.indexOf(D3)===-1}).filter(function(D3){return D3!==""||!!D3}).concat(L1.classes).join(" "),b2={children:[],attributes:e(e({},L1.attributes),{},{"data-prefix":I,"data-icon":U,class:g2,role:L1.attributes.role||"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 ".concat(U2," ").concat(Z2)})},r3=n3&&!~L1.classes.indexOf("fa-fw")?{width:"".concat(U2/Z2*16*.0625,"em")}:{};Y1&&(b2.attributes[G]=""),r1&&(b2.children.push({tag:"title",attributes:{id:b2.attributes["aria-labelledby"]||"title-".concat(v1||$6())},children:[r1]}),delete b2.attributes.title);var x2=e(e({},b2),{},{prefix:I,iconName:U,main:b,mask:A,maskId:V1,transform:F,symbol:X,styles:e(e({},r3),L1.styles)}),z4=A.found&&b.found?V3("generateAbstractMask",x2)||{children:[],attributes:{}}:V3("generateAbstractIcon",x2)||{children:[],attributes:{}},v4=z4.children,y5=z4.attributes;return x2.children=v4,x2.attributes=y5,X?In(x2):$n(x2)}function uc(V){var C=V.content,b=V.width,A=V.height,I=V.transform,U=V.title,F=V.extra,X=V.watchable,r1=X===void 0?!1:X,V1=e(e(e({},F.attributes),U?{title:U}:{}),{},{class:F.classes.join(" ")});r1&&(V1[G]="");var v1=e({},F.styles);n5(I)&&(v1.transform=dn({transform:I,startCentered:!0,width:b,height:A}),v1["-webkit-transform"]=v1.transform);var L1=I8(v1);L1.length>0&&(V1.style=L1);var F1=[];return F1.push({tag:"span",attributes:V1,children:[C]}),U&&F1.push({tag:"span",attributes:{class:"sr-only"},children:[U]}),F1}function xn(V){var C=V.content,b=V.title,A=V.extra,I=e(e(e({},A.attributes),b?{title:b}:{}),{},{class:A.classes.join(" ")}),U=I8(A.styles);U.length>0&&(I.style=U);var F=[];return F.push({tag:"span",attributes:I,children:[C]}),b&&F.push({tag:"span",attributes:{class:"sr-only"},children:[b]}),F}var H5=v2.styles;function V5(V){var C=V[0],b=V[1],A=V.slice(4),I=i(A,1),U=I[0],F=null;return Array.isArray(U)?F={tag:"g",attributes:{class:"".concat(C1.cssPrefix,"-").concat(G1.GROUP)},children:[{tag:"path",attributes:{class:"".concat(C1.cssPrefix,"-").concat(G1.SECONDARY),fill:"currentColor",d:U[0]}},{tag:"path",attributes:{class:"".concat(C1.cssPrefix,"-").concat(G1.PRIMARY),fill:"currentColor",d:U[1]}}]}:F={tag:"path",attributes:{fill:"currentColor",d:U}},{found:!0,width:C,height:b,icon:F}}var On={found:!1,width:512,height:512};function Nn(V,C){!H&&!C1.showMissingIcons&&V&&console.error('Icon with name "'.concat(V,'" and prefix "').concat(C,'" is missing.'))}function g5(V,C){var b=C;return C==="fa"&&C1.styleDefault!==null&&(C=x3()),new Promise(function(A,I){if(V3("missingIconAbstract"),b==="fa"){var U=nc(V)||{};V=U.iconName||V,C=U.prefix||C}if(V&&C&&H5[C]&&H5[C][V]){var F=H5[C][V];return A(V5(F))}Nn(V,C),A(e(e({},On),{},{icon:C1.showMissingIcons&&V?V3("missingIconAbstract")||{}:{}}))})}var fc=function(){},M5=C1.measurePerformance&&Q&&Q.mark&&Q.measure?Q:{mark:fc,measure:fc},N6='FA "6.4.0"',Dn=function(C){return M5.mark("".concat(N6," ").concat(C," begins")),function(){return hc(C)}},hc=function(C){M5.mark("".concat(N6," ").concat(C," ends")),M5.measure("".concat(N6," ").concat(C),"".concat(N6," ").concat(C," begins"),"".concat(N6," ").concat(C," ends"))},C5={begin:Dn,end:hc},j8=function(){};function dc(V){var C=V.getAttribute?V.getAttribute(G):null;return typeof C=="string"}function Rn(V){var C=V.getAttribute?V.getAttribute(o1):null,b=V.getAttribute?V.getAttribute(n1):null;return C&&b}function Fn(V){return V&&V.classList&&V.classList.contains&&V.classList.contains(C1.replacementClass)}function Un(){if(C1.autoReplaceSvg===!0)return W8.replace;var V=W8[C1.autoReplaceSvg];return V||W8.replace}function jn(V){return D.createElementNS("http://www.w3.org/2000/svg",V)}function Wn(V){return D.createElement(V)}function mc(V){var C=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},b=C.ceFn,A=b===void 0?V.tag==="svg"?jn:Wn:b;if(typeof V=="string")return D.createTextNode(V);var I=A(V.tag);Object.keys(V.attributes||[]).forEach(function(F){I.setAttribute(F,V.attributes[F])});var U=V.children||[];return U.forEach(function(F){I.appendChild(mc(F,{ceFn:A}))}),I}function qn(V){var C=" ".concat(V.outerHTML," ");return C="".concat(C,"Font Awesome fontawesome.com "),C}var W8={replace:function(C){var b=C[0];if(b.parentNode)if(C[1].forEach(function(I){b.parentNode.insertBefore(mc(I),b)}),b.getAttribute(G)===null&&C1.keepOriginalSource){var A=D.createComment(qn(b));b.parentNode.replaceChild(A,b)}else b.remove()},nest:function(C){var b=C[0],A=C[1];if(~a5(b).indexOf(C1.replacementClass))return W8.replace(C);var I=new RegExp("".concat(C1.cssPrefix,"-.*"));if(delete A[0].attributes.id,A[0].attributes.class){var U=A[0].attributes.class.split(" ").reduce(function(X,r1){return r1===C1.replacementClass||r1.match(I)?X.toSvg.push(r1):X.toNode.push(r1),X},{toNode:[],toSvg:[]});A[0].attributes.class=U.toSvg.join(" "),U.toNode.length===0?b.removeAttribute("class"):b.setAttribute("class",U.toNode.join(" "))}var F=A.map(function(X){return I6(X)}).join(` +`);b.setAttribute(G,""),b.innerHTML=F}};function zc(V){V()}function vc(V,C){var b=typeof C=="function"?C:j8;if(V.length===0)b();else{var A=zc;C1.mutateApproach===y1&&(A=T.requestAnimationFrame||zc),A(function(){var I=Un(),U=C5.begin("mutate");V.map(I),U(),b()})}}var L5=!1;function pc(){L5=!0}function b5(){L5=!1}var q8=null;function Hc(V){if(J&&C1.observeMutations){var C=V.treeCallback,b=C===void 0?j8:C,A=V.nodeCallback,I=A===void 0?j8:A,U=V.pseudoElementsCallback,F=U===void 0?j8:U,X=V.observeMutationsRoot,r1=X===void 0?D:X;q8=new J(function(V1){if(!L5){var v1=x3();D4(V1).forEach(function(L1){if(L1.type==="childList"&&L1.addedNodes.length>0&&!dc(L1.addedNodes[0])&&(C1.searchPseudoElements&&F(L1.target),b(L1.target)),L1.type==="attributes"&&L1.target.parentNode&&C1.searchPseudoElements&&F(L1.target.parentNode),L1.type==="attributes"&&dc(L1.target)&&~x1.indexOf(L1.attributeName))if(L1.attributeName==="class"&&Rn(L1.target)){var F1=F8(a5(L1.target)),Y1=F1.prefix,L2=F1.iconName;L1.target.setAttribute(o1,Y1||v1),L2&&L1.target.setAttribute(n1,L2)}else Fn(L1.target)&&I(L1.target)})}}),g1&&q8.observe(r1,{childList:!0,attributes:!0,characterData:!0,subtree:!0})}}function Bn(){q8&&q8.disconnect()}function Kn(V){var C=V.getAttribute("style"),b=[];return C&&(b=C.split(";").reduce(function(A,I){var U=I.split(":"),F=U[0],X=U.slice(1);return F&&X.length>0&&(A[F]=X.join(":").trim()),A},{})),b}function Gn(V){var C=V.getAttribute("data-prefix"),b=V.getAttribute("data-icon"),A=V.innerText!==void 0?V.innerText.trim():"",I=F8(a5(V));return I.prefix||(I.prefix=x3()),C&&b&&(I.prefix=C,I.iconName=b),I.iconName&&I.prefix||(I.prefix&&A.length>0&&(I.iconName=_n(I.prefix,V.innerText)||h5(I.prefix,o5(V.innerText))),!I.iconName&&C1.autoFetchSvg&&V.firstChild&&V.firstChild.nodeType===Node.TEXT_NODE&&(I.iconName=V.firstChild.data)),I}function Yn(V){var C=D4(V.attributes).reduce(function(I,U){return I.name!=="class"&&I.name!=="style"&&(I[U.name]=U.value),I},{}),b=V.getAttribute("title"),A=V.getAttribute("data-fa-title-id");return C1.autoA11y&&(b?C["aria-labelledby"]="".concat(C1.replacementClass,"-title-").concat(A||$6()):(C["aria-hidden"]="true",C.focusable="false")),C}function Zn(){return{iconName:null,title:null,titleId:null,prefix:null,transform:a3,symbol:!1,mask:{iconName:null,prefix:null,rest:[]},maskId:null,extra:{classes:[],styles:{},attributes:{}}}}function Vc(V){var C=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{styleParser:!0},b=Gn(V),A=b.iconName,I=b.prefix,U=b.rest,F=Yn(V),X=m5("parseNodeAttributes",{},V),r1=C.styleParser?Kn(V):[];return e({iconName:A,title:V.getAttribute("title"),titleId:V.getAttribute("data-fa-title-id"),prefix:I,transform:a3,mask:{iconName:null,prefix:null,rest:[]},maskId:null,symbol:!1,extra:{classes:U,styles:r1,attributes:F}},X)}var Xn=v2.styles;function gc(V){var C=C1.autoReplaceSvg==="nest"?Vc(V,{styleParser:!1}):Vc(V);return~C.extra.classes.indexOf(q)?V3("generateLayersText",V,C):V3("generateSvgReplacementMutation",V,C)}var N3=new Set;N.map(function(V){N3.add("fa-".concat(V))}),Object.keys(e1[m]).map(N3.add.bind(N3)),Object.keys(e1[w]).map(N3.add.bind(N3)),N3=r(N3);function Mc(V){var C=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;if(!g1)return Promise.resolve();var b=D.documentElement.classList,A=function(L1){return b.add("".concat(f1,"-").concat(L1))},I=function(L1){return b.remove("".concat(f1,"-").concat(L1))},U=C1.autoFetchSvg?N3:N.map(function(v1){return"fa-".concat(v1)}).concat(Object.keys(Xn));U.includes("fa")||U.push("fa");var F=[".".concat(q,":not([").concat(G,"])")].concat(U.map(function(v1){return".".concat(v1,":not([").concat(G,"])")})).join(", ");if(F.length===0)return Promise.resolve();var X=[];try{X=D4(V.querySelectorAll(F))}catch{}if(X.length>0)A("pending"),I("complete");else return Promise.resolve();var r1=C5.begin("onTree"),V1=X.reduce(function(v1,L1){try{var F1=gc(L1);F1&&v1.push(F1)}catch(Y1){H||Y1.name==="MissingIcon"&&console.error(Y1)}return v1},[]);return new Promise(function(v1,L1){Promise.all(V1).then(function(F1){vc(F1,function(){A("active"),A("complete"),I("pending"),typeof C=="function"&&C(),r1(),v1()})}).catch(function(F1){r1(),L1(F1)})})}function Qn(V){var C=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;gc(V).then(function(b){b&&vc([b],C)})}function Jn(V){return function(C){var b=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},A=(C||{}).icon?C:z5(C||{}),I=b.mask;return I&&(I=(I||{}).icon?I:z5(I||{})),V(A,e(e({},b),{},{mask:I}))}}var cr=function(C){var b=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},A=b.transform,I=A===void 0?a3:A,U=b.symbol,F=U===void 0?!1:U,X=b.mask,r1=X===void 0?null:X,V1=b.maskId,v1=V1===void 0?null:V1,L1=b.title,F1=L1===void 0?null:L1,Y1=b.titleId,L2=Y1===void 0?null:Y1,U2=b.classes,Z2=U2===void 0?[]:U2,n3=b.attributes,g2=n3===void 0?{}:n3,b2=b.styles,r3=b2===void 0?{}:b2;if(C){var x2=C.prefix,z4=C.iconName,v4=C.icon;return U8(e({type:"icon"},C),function(){return O3("beforeDOMElementCreation",{iconDefinition:C,params:b}),C1.autoA11y&&(F1?g2["aria-labelledby"]="".concat(C1.replacementClass,"-title-").concat(L2||$6()):(g2["aria-hidden"]="true",g2.focusable="false")),p5({icons:{main:V5(v4),mask:r1?V5(r1.icon):{found:!1,width:null,height:null,icon:{}}},prefix:x2,iconName:z4,transform:e(e({},a3),I),symbol:F,title:F1,maskId:v1,titleId:L2,extra:{attributes:g2,styles:r3,classes:Z2}})})}},er={mixout:function(){return{icon:Jn(cr)}},hooks:function(){return{mutationObserverCallbacks:function(b){return b.treeCallback=Mc,b.nodeCallback=Qn,b}}},provides:function(C){C.i2svg=function(b){var A=b.node,I=A===void 0?D:A,U=b.callback,F=U===void 0?function(){}:U;return Mc(I,F)},C.generateSvgReplacementMutation=function(b,A){var I=A.iconName,U=A.title,F=A.titleId,X=A.prefix,r1=A.transform,V1=A.symbol,v1=A.mask,L1=A.maskId,F1=A.extra;return new Promise(function(Y1,L2){Promise.all([g5(I,X),v1.iconName?g5(v1.iconName,v1.prefix):Promise.resolve({found:!1,width:512,height:512,icon:{}})]).then(function(U2){var Z2=i(U2,2),n3=Z2[0],g2=Z2[1];Y1([b,p5({icons:{main:n3,mask:g2},prefix:X,iconName:I,transform:r1,symbol:V1,maskId:L1,title:U,titleId:F,extra:F1,watchable:!0})])}).catch(L2)})},C.generateAbstractIcon=function(b){var A=b.children,I=b.attributes,U=b.main,F=b.transform,X=b.styles,r1=I8(X);r1.length>0&&(I.style=r1);var V1;return n5(F)&&(V1=V3("generateAbstractTransformGrouping",{main:U,transform:F,containerWidth:U.width,iconWidth:U.width})),A.push(V1||U.icon),{children:A,attributes:I}}}},tr={mixout:function(){return{layer:function(b){var A=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},I=A.classes,U=I===void 0?[]:I;return U8({type:"layer"},function(){O3("beforeDOMElementCreation",{assembler:b,params:A});var F=[];return b(function(X){Array.isArray(X)?X.map(function(r1){F=F.concat(r1.abstract)}):F=F.concat(X.abstract)}),[{tag:"span",attributes:{class:["".concat(C1.cssPrefix,"-layers")].concat(r(U)).join(" ")},children:F}]})}}}},sr={mixout:function(){return{counter:function(b){var A=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},I=A.title,U=I===void 0?null:I,F=A.classes,X=F===void 0?[]:F,r1=A.attributes,V1=r1===void 0?{}:r1,v1=A.styles,L1=v1===void 0?{}:v1;return U8({type:"counter",content:b},function(){return O3("beforeDOMElementCreation",{content:b,params:A}),xn({content:b.toString(),title:U,extra:{attributes:V1,styles:L1,classes:["".concat(C1.cssPrefix,"-layers-counter")].concat(r(X))}})})}}}},lr={mixout:function(){return{text:function(b){var A=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},I=A.transform,U=I===void 0?a3:I,F=A.title,X=F===void 0?null:F,r1=A.classes,V1=r1===void 0?[]:r1,v1=A.attributes,L1=v1===void 0?{}:v1,F1=A.styles,Y1=F1===void 0?{}:F1;return U8({type:"text",content:b},function(){return O3("beforeDOMElementCreation",{content:b,params:A}),uc({content:b,transform:e(e({},a3),U),title:X,extra:{attributes:L1,styles:Y1,classes:["".concat(C1.cssPrefix,"-layers-text")].concat(r(V1))}})})}}},provides:function(C){C.generateLayersText=function(b,A){var I=A.title,U=A.transform,F=A.extra,X=null,r1=null;if(_1){var V1=parseInt(getComputedStyle(b).fontSize,10),v1=b.getBoundingClientRect();X=v1.width/V1,r1=v1.height/V1}return C1.autoA11y&&!I&&(F.attributes["aria-hidden"]="true"),Promise.resolve([b,uc({content:b.innerHTML,width:X,height:r1,transform:U,title:I,extra:F,watchable:!0})])}}},ar=new RegExp('"',"ug"),Cc=[1105920,1112319];function nr(V){var C=V.replace(ar,""),b=Vn(C,0),A=b>=Cc[0]&&b<=Cc[1],I=C.length===2?C[0]===C[1]:!1;return{value:o5(I?C[0]:C),isSecondary:A||I}}function Lc(V,C){var b="".concat(B).concat(C.replace(":","-"));return new Promise(function(A,I){if(V.getAttribute(b)!==null)return A();var U=D4(V.children),F=U.filter(function(v4){return v4.getAttribute(p1)===C})[0],X=T.getComputedStyle(V,C),r1=X.getPropertyValue("font-family").match(z1),V1=X.getPropertyValue("font-weight"),v1=X.getPropertyValue("content");if(F&&!r1)return V.removeChild(F),A();if(r1&&v1!=="none"&&v1!==""){var L1=X.getPropertyValue("content"),F1=~["Sharp"].indexOf(r1[2])?w:m,Y1=~["Solid","Regular","Light","Thin","Duotone","Brands","Kit"].indexOf(r1[2])?t1[F1][r1[2].toLowerCase()]:H1[F1][V1],L2=nr(L1),U2=L2.value,Z2=L2.isSecondary,n3=r1[0].startsWith("FontAwesome"),g2=h5(Y1,U2),b2=g2;if(n3){var r3=yn(U2);r3.iconName&&r3.prefix&&(g2=r3.iconName,Y1=r3.prefix)}if(g2&&!Z2&&(!F||F.getAttribute(o1)!==Y1||F.getAttribute(n1)!==b2)){V.setAttribute(b,b2),F&&V.removeChild(F);var x2=Zn(),z4=x2.extra;z4.attributes[p1]=C,g5(g2,Y1).then(function(v4){var y5=p5(e(e({},x2),{},{icons:{main:v4,mask:d5()},prefix:Y1,iconName:b2,extra:z4,watchable:!0})),D3=D.createElement("svg");C==="::before"?V.insertBefore(D3,V.firstChild):V.appendChild(D3),D3.outerHTML=y5.map(function(pr){return I6(pr)}).join(` +`),V.removeAttribute(b),A()}).catch(I)}else A()}else A()})}function rr(V){return Promise.all([Lc(V,"::before"),Lc(V,"::after")])}function ir(V){return V.parentNode!==document.head&&!~k.indexOf(V.tagName.toUpperCase())&&!V.getAttribute(p1)&&(!V.parentNode||V.parentNode.tagName!=="svg")}function bc(V){if(g1)return new Promise(function(C,b){var A=D4(V.querySelectorAll("*")).filter(ir).map(rr),I=C5.begin("searchPseudoElements");pc(),Promise.all(A).then(function(){I(),b5(),C()}).catch(function(){I(),b5(),b()})})}var or={hooks:function(){return{mutationObserverCallbacks:function(b){return b.pseudoElementsCallback=bc,b}}},provides:function(C){C.pseudoElements2svg=function(b){var A=b.node,I=A===void 0?D:A;C1.searchPseudoElements&&bc(I)}}},_c=!1,ur={mixout:function(){return{dom:{unwatch:function(){pc(),_c=!0}}}},hooks:function(){return{bootstrap:function(){Hc(m5("mutationObserverCallbacks",{}))},noAuto:function(){Bn()},watch:function(b){var A=b.observeMutationsRoot;_c?b5():Hc(m5("mutationObserverCallbacks",{observeMutationsRoot:A}))}}}},yc=function(C){var b={size:16,x:0,y:0,flipX:!1,flipY:!1,rotate:0};return C.toLowerCase().split(" ").reduce(function(A,I){var U=I.toLowerCase().split("-"),F=U[0],X=U.slice(1).join("-");if(F&&X==="h")return A.flipX=!0,A;if(F&&X==="v")return A.flipY=!0,A;if(X=parseFloat(X),isNaN(X))return A;switch(F){case"grow":A.size=A.size+X;break;case"shrink":A.size=A.size-X;break;case"left":A.x=A.x-X;break;case"right":A.x=A.x+X;break;case"up":A.y=A.y-X;break;case"down":A.y=A.y+X;break;case"rotate":A.rotate=A.rotate+X;break}return A},b)},fr={mixout:function(){return{parse:{transform:function(b){return yc(b)}}}},hooks:function(){return{parseNodeAttributes:function(b,A){var I=A.getAttribute("data-fa-transform");return I&&(b.transform=yc(I)),b}}},provides:function(C){C.generateAbstractTransformGrouping=function(b){var A=b.main,I=b.transform,U=b.containerWidth,F=b.iconWidth,X={transform:"translate(".concat(U/2," 256)")},r1="translate(".concat(I.x*32,", ").concat(I.y*32,") "),V1="scale(".concat(I.size/16*(I.flipX?-1:1),", ").concat(I.size/16*(I.flipY?-1:1),") "),v1="rotate(".concat(I.rotate," 0 0)"),L1={transform:"".concat(r1," ").concat(V1," ").concat(v1)},F1={transform:"translate(".concat(F/2*-1," -256)")},Y1={outer:X,inner:L1,path:F1};return{tag:"g",attributes:e({},Y1.outer),children:[{tag:"g",attributes:e({},Y1.inner),children:[{tag:A.icon.tag,children:A.icon.children,attributes:e(e({},A.icon.attributes),Y1.path)}]}]}}}},_5={x:0,y:0,width:"100%",height:"100%"};function wc(V){var C=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;return V.attributes&&(V.attributes.fill||C)&&(V.attributes.fill="black"),V}function hr(V){return V.tag==="g"?V.children:[V]}var dr={hooks:function(){return{parseNodeAttributes:function(b,A){var I=A.getAttribute("data-fa-mask"),U=I?F8(I.split(" ").map(function(F){return F.trim()})):d5();return U.prefix||(U.prefix=x3()),b.mask=U,b.maskId=A.getAttribute("data-fa-mask-id"),b}}},provides:function(C){C.generateAbstractMask=function(b){var A=b.children,I=b.attributes,U=b.main,F=b.mask,X=b.maskId,r1=b.transform,V1=U.width,v1=U.icon,L1=F.width,F1=F.icon,Y1=hn({transform:r1,containerWidth:L1,iconWidth:V1}),L2={tag:"rect",attributes:e(e({},_5),{},{fill:"white"})},U2=v1.children?{children:v1.children.map(wc)}:{},Z2={tag:"g",attributes:e({},Y1.inner),children:[wc(e({tag:v1.tag,attributes:e(e({},v1.attributes),Y1.path)},U2))]},n3={tag:"g",attributes:e({},Y1.outer),children:[Z2]},g2="mask-".concat(X||$6()),b2="clip-".concat(X||$6()),r3={tag:"mask",attributes:e(e({},_5),{},{id:g2,maskUnits:"userSpaceOnUse",maskContentUnits:"userSpaceOnUse"}),children:[L2,n3]},x2={tag:"defs",children:[{tag:"clipPath",attributes:{id:b2},children:hr(F1)},r3]};return A.push(x2,{tag:"rect",attributes:e({fill:"currentColor","clip-path":"url(#".concat(b2,")"),mask:"url(#".concat(g2,")")},_5)}),{children:A,attributes:I}}}},mr={provides:function(C){var b=!1;T.matchMedia&&(b=T.matchMedia("(prefers-reduced-motion: reduce)").matches),C.missingIconAbstract=function(){var A=[],I={fill:"currentColor"},U={attributeType:"XML",repeatCount:"indefinite",dur:"2s"};A.push({tag:"path",attributes:e(e({},I),{},{d:"M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z"})});var F=e(e({},U),{},{attributeName:"opacity"}),X={tag:"circle",attributes:e(e({},I),{},{cx:"256",cy:"364",r:"28"}),children:[]};return b||X.children.push({tag:"animate",attributes:e(e({},U),{},{attributeName:"r",values:"28;14;28;28;14;28;"})},{tag:"animate",attributes:e(e({},F),{},{values:"1;0;1;1;0;1;"})}),A.push(X),A.push({tag:"path",attributes:e(e({},I),{},{opacity:"1",d:"M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z"}),children:b?[]:[{tag:"animate",attributes:e(e({},F),{},{values:"1;0;0;0;0;1;"})}]}),b||A.push({tag:"path",attributes:e(e({},I),{},{opacity:"0",d:"M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z"}),children:[{tag:"animate",attributes:e(e({},F),{},{values:"0;0;1;1;0;0;"})}]}),{tag:"g",attributes:{class:"missing"},children:A}}}},zr={hooks:function(){return{parseNodeAttributes:function(b,A){var I=A.getAttribute("data-fa-symbol"),U=I===null?!1:I===""?!0:I;return b.symbol=U,b}}}},vr=[zn,er,tr,sr,lr,or,ur,fr,dr,mr,zr];En(vr,{mixoutsTo:v5}),rn(Tn)})();var Xt=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},AA={exports:{}};(function(c){var e=typeof window<"u"?window:typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope?self:{};/** + * Prism: Lightweight, robust, elegant syntax highlighting + * + * @license MIT + * @author Lea Verou + * @namespace + * @public + */var t=function(s){var l=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,a=0,n={},i={manual:s.Prism&&s.Prism.manual,disableWorkerMessageHandler:s.Prism&&s.Prism.disableWorkerMessageHandler,util:{encode:function h(z){return z instanceof r?new r(z.type,h(z.content),z.alias):Array.isArray(z)?z.map(h):z.replace(/&/g,"&").replace(/"u")return null;if("currentScript"in document&&1<2)return document.currentScript;try{throw new Error}catch(v){var h=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(v.stack)||[])[1];if(h){var z=document.getElementsByTagName("script");for(var u in z)if(z[u].src==h)return z[u]}return null}},isActive:function(h,z,u){for(var v="no-"+z;h;){var M=h.classList;if(M.contains(z))return!0;if(M.contains(v))return!1;h=h.parentElement}return!!u}},languages:{plain:n,plaintext:n,text:n,txt:n,extend:function(h,z){var u=i.util.clone(i.languages[h]);for(var v in z)u[v]=z[v];return u},insertBefore:function(h,z,u,v){v=v||i.languages;var M=v[h],S={};for(var O in M)if(M.hasOwnProperty(O)){if(O==z)for(var T in u)u.hasOwnProperty(T)&&(S[T]=u[T]);u.hasOwnProperty(O)||(S[O]=M[O])}var D=v[h];return v[h]=S,i.languages.DFS(i.languages,function(J,Q){Q===D&&J!=h&&(this[J]=S)}),S},DFS:function h(z,u,v,M){M=M||{};var S=i.util.objId;for(var O in z)if(z.hasOwnProperty(O)){u.call(z,O,z[O],v||O);var T=z[O],D=i.util.type(T);D==="Object"&&!M[S(T)]?(M[S(T)]=!0,h(T,u,null,M)):D==="Array"&&!M[S(T)]&&(M[S(T)]=!0,h(T,u,O,M))}}},plugins:{},highlightAll:function(h,z){i.highlightAllUnder(document,h,z)},highlightAllUnder:function(h,z,u){var v={callback:u,container:h,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};i.hooks.run("before-highlightall",v),v.elements=Array.prototype.slice.apply(v.container.querySelectorAll(v.selector)),i.hooks.run("before-all-elements-highlight",v);for(var M=0,S;S=v.elements[M++];)i.highlightElement(S,z===!0,v.callback)},highlightElement:function(h,z,u){var v=i.util.getLanguage(h),M=i.languages[v];i.util.setLanguage(h,v);var S=h.parentElement;S&&S.nodeName.toLowerCase()==="pre"&&i.util.setLanguage(S,v);var O=h.textContent,T={element:h,language:v,grammar:M,code:O};function D(Q){T.highlightedCode=Q,i.hooks.run("before-insert",T),T.element.innerHTML=T.highlightedCode,i.hooks.run("after-highlight",T),i.hooks.run("complete",T),u&&u.call(T.element)}if(i.hooks.run("before-sanity-check",T),S=T.element.parentElement,S&&S.nodeName.toLowerCase()==="pre"&&!S.hasAttribute("tabindex")&&S.setAttribute("tabindex","0"),!T.code){i.hooks.run("complete",T),u&&u.call(T.element);return}if(i.hooks.run("before-highlight",T),!T.grammar){D(i.util.encode(T.code));return}if(z&&s.Worker){var J=new Worker(i.filename);J.onmessage=function(Q){D(Q.data)},J.postMessage(JSON.stringify({language:T.language,code:T.code,immediateClose:!0}))}else D(i.highlight(T.code,T.grammar,T.language))},highlight:function(h,z,u){var v={code:h,grammar:z,language:u};if(i.hooks.run("before-tokenize",v),!v.grammar)throw new Error('The language "'+v.language+'" has no grammar.');return v.tokens=i.tokenize(v.code,v.grammar),i.hooks.run("after-tokenize",v),r.stringify(i.util.encode(v.tokens),v.language)},tokenize:function(h,z){var u=z.rest;if(u){for(var v in u)z[v]=u[v];delete z.rest}var M=new g;return p(M,M.head,h),d(h,M,z,M.head,0),y(M)},hooks:{all:{},add:function(h,z){var u=i.hooks.all;u[h]=u[h]||[],u[h].push(z)},run:function(h,z){var u=i.hooks.all[h];if(!(!u||!u.length))for(var v=0,M;M=u[v++];)M(z)}},Token:r};s.Prism=i;function r(h,z,u,v){this.type=h,this.content=z,this.alias=u,this.length=(v||"").length|0}r.stringify=function h(z,u){if(typeof z=="string")return z;if(Array.isArray(z)){var v="";return z.forEach(function(D){v+=h(D,u)}),v}var M={type:z.type,content:h(z.content,u),tag:"span",classes:["token",z.type],attributes:{},language:u},S=z.alias;S&&(Array.isArray(S)?Array.prototype.push.apply(M.classes,S):M.classes.push(S)),i.hooks.run("wrap",M);var O="";for(var T in M.attributes)O+=" "+T+'="'+(M.attributes[T]||"").replace(/"/g,""")+'"';return"<"+M.tag+' class="'+M.classes.join(" ")+'"'+O+">"+M.content+""};function o(h,z,u,v){h.lastIndex=z;var M=h.exec(u);if(M&&v&&M[1]){var S=M[1].length;M.index+=S,M[0]=M[0].slice(S)}return M}function d(h,z,u,v,M,S){for(var O in u)if(!(!u.hasOwnProperty(O)||!u[O])){var T=u[O];T=Array.isArray(T)?T:[T];for(var D=0;D=S.reach);M1+=i1.value.length,i1=i1.next){var A1=i1.value;if(z.length>h.length)return;if(!(A1 instanceof r)){var k1=1,x;if(g1){if(x=o(u1,M1,h,h1),!x||x.index>=h.length)break;var p1=x.index,Y=x.index+x[0].length,j=M1;for(j+=i1.value.length;p1>=j;)i1=i1.next,j+=i1.value.length;if(j-=i1.value.length,M1=j,i1.value instanceof r)continue;for(var G=i1;G!==z.tail&&(jS.reach&&(S.reach=f1);var y1=i1.prev;o1&&(y1=p(z,y1,o1),M1+=o1.length),L(z,y1,k1);var k=new r(O,Q?i.tokenize(B,Q):B,_1,B);if(i1=p(z,y1,k),n1&&p(z,i1,n1),k1>1){var H={cause:O+","+D,reach:f1};d(h,z,u,i1.prev,M1,H),S&&H.reach>S.reach&&(S.reach=H.reach)}}}}}}function g(){var h={value:null,prev:null,next:null},z={value:null,prev:h,next:null};h.next=z,this.head=h,this.tail=z,this.length=0}function p(h,z,u){var v=z.next,M={value:u,prev:z,next:v};return z.next=M,v.prev=M,h.length++,M}function L(h,z,u){for(var v=z.next,M=0;M/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern://i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},t.languages.markup.tag.inside["attr-value"].inside.entity=t.languages.markup.entity,t.languages.markup.doctype.inside["internal-subset"].inside=t.languages.markup,t.hooks.add("wrap",function(s){s.type==="entity"&&(s.attributes.title=s.content.replace(/&/,"&"))}),Object.defineProperty(t.languages.markup.tag,"addInlined",{value:function(l,a){var n={};n["language-"+a]={pattern:/(^$)/i,lookbehind:!0,inside:t.languages[a]},n.cdata=/^$/i;var i={"included-cdata":{pattern://i,inside:n}};i["language-"+a]={pattern:/[\s\S]+/,inside:t.languages[a]};var r={};r[l]={pattern:RegExp(/(<__[^>]*>)(?:))*\]\]>|(?!)/.source.replace(/__/g,function(){return l}),"i"),lookbehind:!0,greedy:!0,inside:i},t.languages.insertBefore("markup","cdata",r)}}),Object.defineProperty(t.languages.markup.tag,"addAttribute",{value:function(s,l){t.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+s+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[l,"language-"+l],inside:t.languages[l]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),t.languages.html=t.languages.markup,t.languages.mathml=t.languages.markup,t.languages.svg=t.languages.markup,t.languages.xml=t.languages.extend("markup",{}),t.languages.ssml=t.languages.xml,t.languages.atom=t.languages.xml,t.languages.rss=t.languages.xml,function(s){var l=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;s.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:"+/[^;{\s"']|\s+(?!\s)/.source+"|"+l.source+")*?"+/(?:;|(?=\s*\{))/.source),inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+l.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+l.source+"$"),alias:"url"}}},selector:{pattern:RegExp(`(^|[{}\\s])[^{}\\s](?:[^{};"'\\s]|\\s+(?![\\s{])|`+l.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:l,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},s.languages.css.atrule.inside.rest=s.languages.css;var a=s.languages.markup;a&&(a.tag.addInlined("style","css"),a.tag.addAttribute("style","css"))}(t),t.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/},t.languages.javascript=t.languages.extend("clike",{"class-name":[t.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+(/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source)+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),t.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,t.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:t.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:t.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:t.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:t.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:t.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),t.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:t.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),t.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),t.languages.markup&&(t.languages.markup.tag.addInlined("script","javascript"),t.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),t.languages.js=t.languages.javascript,function(){if(typeof t>"u"||typeof document>"u")return;Element.prototype.matches||(Element.prototype.matches=Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector);var s="Loading…",l=function(E,$){return"✖ Error "+E+" while fetching file: "+$},a="✖ Error: File does not exist or is empty",n={js:"javascript",py:"python",rb:"ruby",ps1:"powershell",psm1:"powershell",sh:"bash",bat:"batch",h:"c",tex:"latex"},i="data-src-status",r="loading",o="loaded",d="failed",g="pre[data-src]:not(["+i+'="'+o+'"]):not(['+i+'="'+r+'"])';function p(E,$,_){var h=new XMLHttpRequest;h.open("GET",E,!0),h.onreadystatechange=function(){h.readyState==4&&(h.status<400&&h.responseText?$(h.responseText):h.status>=400?_(l(h.status,h.statusText)):_(a))},h.send(null)}function L(E){var $=/^\s*(\d+)\s*(?:(,)\s*(?:(\d+)\s*)?)?$/.exec(E||"");if($){var _=Number($[1]),h=$[2],z=$[3];return h?z?[_,Number(z)]:[_,void 0]:[_,_]}}t.hooks.add("before-highlightall",function(E){E.selector+=", "+g}),t.hooks.add("before-sanity-check",function(E){var $=E.element;if($.matches(g)){E.code="",$.setAttribute(i,r);var _=$.appendChild(document.createElement("CODE"));_.textContent=s;var h=$.getAttribute("data-src"),z=E.language;if(z==="none"){var u=(/\.(\w+)$/.exec(h)||[,"none"])[1];z=n[u]||u}t.util.setLanguage(_,z),t.util.setLanguage($,z);var v=t.plugins.autoloader;v&&v.loadLanguages(z),p(h,function(M){$.setAttribute(i,o);var S=L($.getAttribute("data-range"));if(S){var O=M.split(/\r\n?|\n/g),T=S[0],D=S[1]==null?O.length:S[1];T<0&&(T+=O.length),T=Math.max(0,Math.min(T-1,O.length)),D<0&&(D+=O.length),D=Math.max(0,Math.min(D,O.length)),M=O.slice(T,D).join(` +`),$.hasAttribute("data-start")||$.setAttribute("data-start",String(T+1))}_.textContent=M,t.highlightElement(_)},function(M){$.setAttribute(i,d),_.textContent=M})}}),t.plugins.fileHighlight={highlight:function($){for(var _=($||document).querySelectorAll(g),h=0,z;z=_[h++];)t.highlightElement(z)}};var y=!1;t.fileHighlight=function(){y||(console.warn("Prism.fileHighlight is deprecated. Use `Prism.plugins.fileHighlight.highlight` instead."),y=!0),t.plugins.fileHighlight.highlight.apply(this,arguments)}}()})(AA);const P6=su(nL);P6.use(yL);P6.use(nu());P6.use(i6);P6.use(Of);P6.config.globalProperties.$filters={truncate(c,e,t){return t=t||"...",c.length>e?c.substring(0,e)+t:c}};P6.mount("#app");export{N1 as A,bl as B,w6 as C,Dz as D,Fp as E,j1 as F,n2 as G,b8 as _,e2 as a,w2 as b,D1 as c,L8 as d,G2 as e,s2 as f,EA as g,a1 as h,f as i,S1 as j,E1 as k,b0 as l,K1 as m,V2 as n,c1 as o,M8 as p,P1 as q,X1 as r,q0 as s,P as t,o4 as u,O1 as v,T2 as w,K as x,f2 as y,H7 as z}; diff --git a/internal/app/api/core/frontend-dist/assets/io-01c8fe00.svg b/internal/app/api/core/frontend-dist/assets/io-01c8fe00.svg new file mode 100644 index 0000000..439923f --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/io-01c8fe00.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/io-34982578.svg b/internal/app/api/core/frontend-dist/assets/io-34982578.svg new file mode 100644 index 0000000..8087c89 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/io-34982578.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/iq-591149b8.svg b/internal/app/api/core/frontend-dist/assets/iq-591149b8.svg new file mode 100644 index 0000000..f009ae2 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/iq-591149b8.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/iq-798e6f15.svg b/internal/app/api/core/frontend-dist/assets/iq-798e6f15.svg new file mode 100644 index 0000000..6891785 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/iq-798e6f15.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ir-0473dddb.svg b/internal/app/api/core/frontend-dist/assets/ir-0473dddb.svg new file mode 100644 index 0000000..c937a36 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ir-0473dddb.svg @@ -0,0 +1,219 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ir-0d921dd5.svg b/internal/app/api/core/frontend-dist/assets/ir-0d921dd5.svg new file mode 100644 index 0000000..45f6eec --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ir-0d921dd5.svg @@ -0,0 +1,219 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/is-33111797.svg b/internal/app/api/core/frontend-dist/assets/is-33111797.svg new file mode 100644 index 0000000..7b79052 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/is-33111797.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/is-eec3f1e9.svg b/internal/app/api/core/frontend-dist/assets/is-eec3f1e9.svg new file mode 100644 index 0000000..b0828a4 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/is-eec3f1e9.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/it-03086f2e.svg b/internal/app/api/core/frontend-dist/assets/it-03086f2e.svg new file mode 100644 index 0000000..b9596d0 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/it-03086f2e.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/it-9fa88118.svg b/internal/app/api/core/frontend-dist/assets/it-9fa88118.svg new file mode 100644 index 0000000..20a8bfd --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/it-9fa88118.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/je-38af9b35.svg b/internal/app/api/core/frontend-dist/assets/je-38af9b35.svg new file mode 100644 index 0000000..de73a00 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/je-38af9b35.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/je-6a220774.svg b/internal/app/api/core/frontend-dist/assets/je-6a220774.svg new file mode 100644 index 0000000..b65965c --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/je-6a220774.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/jm-61441775.svg b/internal/app/api/core/frontend-dist/assets/jm-61441775.svg new file mode 100644 index 0000000..e03a342 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/jm-61441775.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/jm-a556453f.svg b/internal/app/api/core/frontend-dist/assets/jm-a556453f.svg new file mode 100644 index 0000000..e2c0e54 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/jm-a556453f.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/jo-5cef1493.svg b/internal/app/api/core/frontend-dist/assets/jo-5cef1493.svg new file mode 100644 index 0000000..43888cb --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/jo-5cef1493.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/jo-844439f2.svg b/internal/app/api/core/frontend-dist/assets/jo-844439f2.svg new file mode 100644 index 0000000..df0ce75 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/jo-844439f2.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/jp-48cbe3d7.svg b/internal/app/api/core/frontend-dist/assets/jp-48cbe3d7.svg new file mode 100644 index 0000000..90af6c4 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/jp-48cbe3d7.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/jp-d1182a34.svg b/internal/app/api/core/frontend-dist/assets/jp-d1182a34.svg new file mode 100644 index 0000000..c3aeaa6 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/jp-d1182a34.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ke-be4fa3bd.svg b/internal/app/api/core/frontend-dist/assets/ke-be4fa3bd.svg new file mode 100644 index 0000000..ad190f5 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ke-be4fa3bd.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ke-ec022d0b.svg b/internal/app/api/core/frontend-dist/assets/ke-ec022d0b.svg new file mode 100644 index 0000000..ad76b35 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ke-ec022d0b.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/kg-bc5fb7c3.svg b/internal/app/api/core/frontend-dist/assets/kg-bc5fb7c3.svg new file mode 100644 index 0000000..ab37474 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/kg-bc5fb7c3.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/kg-d9788d16.svg b/internal/app/api/core/frontend-dist/assets/kg-d9788d16.svg new file mode 100644 index 0000000..1d237fe --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/kg-d9788d16.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/kh-53ac72c8.svg b/internal/app/api/core/frontend-dist/assets/kh-53ac72c8.svg new file mode 100644 index 0000000..984e84e --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/kh-53ac72c8.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/kh-d4e0c527.svg b/internal/app/api/core/frontend-dist/assets/kh-d4e0c527.svg new file mode 100644 index 0000000..adda387 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/kh-d4e0c527.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ki-9c323e29.svg b/internal/app/api/core/frontend-dist/assets/ki-9c323e29.svg new file mode 100644 index 0000000..c469370 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ki-9c323e29.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ki-c275fe86.svg b/internal/app/api/core/frontend-dist/assets/ki-c275fe86.svg new file mode 100644 index 0000000..58586c0 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ki-c275fe86.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/km-467ca3de.svg b/internal/app/api/core/frontend-dist/assets/km-467ca3de.svg new file mode 100644 index 0000000..fda3a53 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/km-467ca3de.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/km-d84d85a0.svg b/internal/app/api/core/frontend-dist/assets/km-d84d85a0.svg new file mode 100644 index 0000000..3831b1d --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/km-d84d85a0.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/kn-033a17ff.svg b/internal/app/api/core/frontend-dist/assets/kn-033a17ff.svg new file mode 100644 index 0000000..f96b06c --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/kn-033a17ff.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/kn-a57a8e10.svg b/internal/app/api/core/frontend-dist/assets/kn-a57a8e10.svg new file mode 100644 index 0000000..24dec7e --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/kn-a57a8e10.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/kp-536277a9.svg b/internal/app/api/core/frontend-dist/assets/kp-536277a9.svg new file mode 100644 index 0000000..b405e45 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/kp-536277a9.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/kp-7495f008.svg b/internal/app/api/core/frontend-dist/assets/kp-7495f008.svg new file mode 100644 index 0000000..16f7ac2 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/kp-7495f008.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/kr-268e0a2d.svg b/internal/app/api/core/frontend-dist/assets/kr-268e0a2d.svg new file mode 100644 index 0000000..39fa999 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/kr-268e0a2d.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/kr-f4369bf4.svg b/internal/app/api/core/frontend-dist/assets/kr-f4369bf4.svg new file mode 100644 index 0000000..ca75181 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/kr-f4369bf4.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/kw-0a98e54b.svg b/internal/app/api/core/frontend-dist/assets/kw-0a98e54b.svg new file mode 100644 index 0000000..d55aa19 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/kw-0a98e54b.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/kw-c976ecde.svg b/internal/app/api/core/frontend-dist/assets/kw-c976ecde.svg new file mode 100644 index 0000000..f9d34d0 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/kw-c976ecde.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ky-6b48ca73.svg b/internal/app/api/core/frontend-dist/assets/ky-6b48ca73.svg new file mode 100644 index 0000000..103af5b --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ky-6b48ca73.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ky-762191bf.svg b/internal/app/api/core/frontend-dist/assets/ky-762191bf.svg new file mode 100644 index 0000000..4c99478 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ky-762191bf.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/kz-4d7a5b7d.svg b/internal/app/api/core/frontend-dist/assets/kz-4d7a5b7d.svg new file mode 100644 index 0000000..e09beb2 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/kz-4d7a5b7d.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/kz-59041046.svg b/internal/app/api/core/frontend-dist/assets/kz-59041046.svg new file mode 100644 index 0000000..40db501 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/kz-59041046.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/la-012421df.svg b/internal/app/api/core/frontend-dist/assets/la-012421df.svg new file mode 100644 index 0000000..7fcf263 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/la-012421df.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/la-e9e3ae6b.svg b/internal/app/api/core/frontend-dist/assets/la-e9e3ae6b.svg new file mode 100644 index 0000000..cd7ea9d --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/la-e9e3ae6b.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/lb-727faae7.svg b/internal/app/api/core/frontend-dist/assets/lb-727faae7.svg new file mode 100644 index 0000000..6cbf329 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/lb-727faae7.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/lb-8fa85ea1.svg b/internal/app/api/core/frontend-dist/assets/lb-8fa85ea1.svg new file mode 100644 index 0000000..f8b8b6d --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/lb-8fa85ea1.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/lc-525ad8c3.svg b/internal/app/api/core/frontend-dist/assets/lc-525ad8c3.svg new file mode 100644 index 0000000..46bbc6c --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/lc-525ad8c3.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/lc-539914cb.svg b/internal/app/api/core/frontend-dist/assets/lc-539914cb.svg new file mode 100644 index 0000000..d39c7f6 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/lc-539914cb.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/li-3694c865.svg b/internal/app/api/core/frontend-dist/assets/li-3694c865.svg new file mode 100644 index 0000000..260c8f6 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/li-3694c865.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/li-c312a745.svg b/internal/app/api/core/frontend-dist/assets/li-c312a745.svg new file mode 100644 index 0000000..d557d31 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/li-c312a745.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/lk-8e2d1942.svg b/internal/app/api/core/frontend-dist/assets/lk-8e2d1942.svg new file mode 100644 index 0000000..3fc4f4d --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/lk-8e2d1942.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/lk-f54e3c5a.svg b/internal/app/api/core/frontend-dist/assets/lk-f54e3c5a.svg new file mode 100644 index 0000000..416c0f0 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/lk-f54e3c5a.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/lr-2521f360.svg b/internal/app/api/core/frontend-dist/assets/lr-2521f360.svg new file mode 100644 index 0000000..0025221 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/lr-2521f360.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/lr-a75c0e30.svg b/internal/app/api/core/frontend-dist/assets/lr-a75c0e30.svg new file mode 100644 index 0000000..03ebae5 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/lr-a75c0e30.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ls-9491616e.svg b/internal/app/api/core/frontend-dist/assets/ls-9491616e.svg new file mode 100644 index 0000000..e701650 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ls-9491616e.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ls-d59e8226.svg b/internal/app/api/core/frontend-dist/assets/ls-d59e8226.svg new file mode 100644 index 0000000..aa8810b --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ls-d59e8226.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/lt-8ef0e9cb.svg b/internal/app/api/core/frontend-dist/assets/lt-8ef0e9cb.svg new file mode 100644 index 0000000..52ada94 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/lt-8ef0e9cb.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/lt-dc040199.svg b/internal/app/api/core/frontend-dist/assets/lt-dc040199.svg new file mode 100644 index 0000000..90ec5d2 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/lt-dc040199.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/lu-965964b5.svg b/internal/app/api/core/frontend-dist/assets/lu-965964b5.svg new file mode 100644 index 0000000..5c0d6da --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/lu-965964b5.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/lu-a6c17cd0.svg b/internal/app/api/core/frontend-dist/assets/lu-a6c17cd0.svg new file mode 100644 index 0000000..c31d2bf --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/lu-a6c17cd0.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/lv-15d4e812.svg b/internal/app/api/core/frontend-dist/assets/lv-15d4e812.svg new file mode 100644 index 0000000..6a9e75e --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/lv-15d4e812.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/lv-f4e0567e.svg b/internal/app/api/core/frontend-dist/assets/lv-f4e0567e.svg new file mode 100644 index 0000000..5af883c --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/lv-f4e0567e.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ly-167e6177.svg b/internal/app/api/core/frontend-dist/assets/ly-167e6177.svg new file mode 100644 index 0000000..5ff903a --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ly-167e6177.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ly-9f3bec18.svg b/internal/app/api/core/frontend-dist/assets/ly-9f3bec18.svg new file mode 100644 index 0000000..7324a87 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ly-9f3bec18.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ma-28cfcdec.svg b/internal/app/api/core/frontend-dist/assets/ma-28cfcdec.svg new file mode 100644 index 0000000..7ce56ef --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ma-28cfcdec.svg @@ -0,0 +1,4 @@ + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ma-8f1a0be2.svg b/internal/app/api/core/frontend-dist/assets/ma-8f1a0be2.svg new file mode 100644 index 0000000..8041667 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ma-8f1a0be2.svg @@ -0,0 +1,4 @@ + + + + diff --git a/internal/app/api/core/frontend-dist/assets/mc-690c23fe.svg b/internal/app/api/core/frontend-dist/assets/mc-690c23fe.svg new file mode 100644 index 0000000..9cb6c9e --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/mc-690c23fe.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/mc-c3aaba7e.svg b/internal/app/api/core/frontend-dist/assets/mc-c3aaba7e.svg new file mode 100644 index 0000000..04173a4 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/mc-c3aaba7e.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/md-ae4fd022.svg b/internal/app/api/core/frontend-dist/assets/md-ae4fd022.svg new file mode 100644 index 0000000..a806572 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/md-ae4fd022.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/md-e678dd90.svg b/internal/app/api/core/frontend-dist/assets/md-e678dd90.svg new file mode 100644 index 0000000..8720921 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/md-e678dd90.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/me-73f05f92.svg b/internal/app/api/core/frontend-dist/assets/me-73f05f92.svg new file mode 100644 index 0000000..b56cce0 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/me-73f05f92.svg @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/me-8d3f7f89.svg b/internal/app/api/core/frontend-dist/assets/me-8d3f7f89.svg new file mode 100644 index 0000000..fbd8b86 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/me-8d3f7f89.svg @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/mg-59246c21.svg b/internal/app/api/core/frontend-dist/assets/mg-59246c21.svg new file mode 100644 index 0000000..5fa2d24 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/mg-59246c21.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/mg-f16ffe66.svg b/internal/app/api/core/frontend-dist/assets/mg-f16ffe66.svg new file mode 100644 index 0000000..4f901ca --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/mg-f16ffe66.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/mh-7bd55f27.svg b/internal/app/api/core/frontend-dist/assets/mh-7bd55f27.svg new file mode 100644 index 0000000..8ff2256 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/mh-7bd55f27.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/mh-f4d41b34.svg b/internal/app/api/core/frontend-dist/assets/mh-f4d41b34.svg new file mode 100644 index 0000000..46351e5 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/mh-f4d41b34.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/mk-22488dc8.svg b/internal/app/api/core/frontend-dist/assets/mk-22488dc8.svg new file mode 100644 index 0000000..4f5cae7 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/mk-22488dc8.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/mk-8faba052.svg b/internal/app/api/core/frontend-dist/assets/mk-8faba052.svg new file mode 100644 index 0000000..0ee923a --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/mk-8faba052.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ml-34021383.svg b/internal/app/api/core/frontend-dist/assets/ml-34021383.svg new file mode 100644 index 0000000..665d6b2 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ml-34021383.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ml-49e84081.svg b/internal/app/api/core/frontend-dist/assets/ml-49e84081.svg new file mode 100644 index 0000000..6f6b716 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ml-49e84081.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/mm-02b92ceb.svg b/internal/app/api/core/frontend-dist/assets/mm-02b92ceb.svg new file mode 100644 index 0000000..3527782 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/mm-02b92ceb.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/mm-24ae103d.svg b/internal/app/api/core/frontend-dist/assets/mm-24ae103d.svg new file mode 100644 index 0000000..9b235f3 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/mm-24ae103d.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/mn-0d3973cf.svg b/internal/app/api/core/frontend-dist/assets/mn-0d3973cf.svg new file mode 100644 index 0000000..56cb072 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/mn-0d3973cf.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/mn-9b39f1b9.svg b/internal/app/api/core/frontend-dist/assets/mn-9b39f1b9.svg new file mode 100644 index 0000000..c9d6104 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/mn-9b39f1b9.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/mo-42ae5ab4.svg b/internal/app/api/core/frontend-dist/assets/mo-42ae5ab4.svg new file mode 100644 index 0000000..f79bf12 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/mo-42ae5ab4.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/mo-f23114c3.svg b/internal/app/api/core/frontend-dist/assets/mo-f23114c3.svg new file mode 100644 index 0000000..6b70cc7 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/mo-f23114c3.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/mp-0072e467.svg b/internal/app/api/core/frontend-dist/assets/mp-0072e467.svg new file mode 100644 index 0000000..6fef8fd --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/mp-0072e467.svg @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/mp-ede556ff.svg b/internal/app/api/core/frontend-dist/assets/mp-ede556ff.svg new file mode 100644 index 0000000..d94f688 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/mp-ede556ff.svg @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/mr-1fe95778.svg b/internal/app/api/core/frontend-dist/assets/mr-1fe95778.svg new file mode 100644 index 0000000..e9cc291 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/mr-1fe95778.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/mr-c106d19e.svg b/internal/app/api/core/frontend-dist/assets/mr-c106d19e.svg new file mode 100644 index 0000000..a98ec2a --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/mr-c106d19e.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ms-3ec666d9.svg b/internal/app/api/core/frontend-dist/assets/ms-3ec666d9.svg new file mode 100644 index 0000000..ba504db --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ms-3ec666d9.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ms-62f315e0.svg b/internal/app/api/core/frontend-dist/assets/ms-62f315e0.svg new file mode 100644 index 0000000..a1e52d9 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ms-62f315e0.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/mt-5b9d6101.svg b/internal/app/api/core/frontend-dist/assets/mt-5b9d6101.svg new file mode 100644 index 0000000..676e801 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/mt-5b9d6101.svg @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/mt-ae7e5df1.svg b/internal/app/api/core/frontend-dist/assets/mt-ae7e5df1.svg new file mode 100644 index 0000000..a9f58e1 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/mt-ae7e5df1.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/mu-3a73b077.svg b/internal/app/api/core/frontend-dist/assets/mu-3a73b077.svg new file mode 100644 index 0000000..2afe1d3 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/mu-3a73b077.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/mu-51f86810.svg b/internal/app/api/core/frontend-dist/assets/mu-51f86810.svg new file mode 100644 index 0000000..82d7a3b --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/mu-51f86810.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/mv-5546d527.svg b/internal/app/api/core/frontend-dist/assets/mv-5546d527.svg new file mode 100644 index 0000000..10450f9 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/mv-5546d527.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/mv-ecc358a3.svg b/internal/app/api/core/frontend-dist/assets/mv-ecc358a3.svg new file mode 100644 index 0000000..c9a6c5b --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/mv-ecc358a3.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/mw-18dfe0c3.svg b/internal/app/api/core/frontend-dist/assets/mw-18dfe0c3.svg new file mode 100644 index 0000000..5de0311 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/mw-18dfe0c3.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/mw-2a3cc640.svg b/internal/app/api/core/frontend-dist/assets/mw-2a3cc640.svg new file mode 100644 index 0000000..113aae5 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/mw-2a3cc640.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/mx-64553d6b.svg b/internal/app/api/core/frontend-dist/assets/mx-64553d6b.svg new file mode 100644 index 0000000..4219195 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/mx-64553d6b.svg @@ -0,0 +1,382 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/mx-e5a0dc8c.svg b/internal/app/api/core/frontend-dist/assets/mx-e5a0dc8c.svg new file mode 100644 index 0000000..4b0c5d4 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/mx-e5a0dc8c.svg @@ -0,0 +1,378 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/my-412fcd27.svg b/internal/app/api/core/frontend-dist/assets/my-412fcd27.svg new file mode 100644 index 0000000..267c39a --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/my-412fcd27.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/my-ab77d984.svg b/internal/app/api/core/frontend-dist/assets/my-ab77d984.svg new file mode 100644 index 0000000..14f4d43 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/my-ab77d984.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/mz-8c3ebb36.svg b/internal/app/api/core/frontend-dist/assets/mz-8c3ebb36.svg new file mode 100644 index 0000000..cceb0de --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/mz-8c3ebb36.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/mz-c087cb47.svg b/internal/app/api/core/frontend-dist/assets/mz-c087cb47.svg new file mode 100644 index 0000000..dab81a6 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/mz-c087cb47.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/na-80df4b01.svg b/internal/app/api/core/frontend-dist/assets/na-80df4b01.svg new file mode 100644 index 0000000..3b9202b --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/na-80df4b01.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/na-fbbde88c.svg b/internal/app/api/core/frontend-dist/assets/na-fbbde88c.svg new file mode 100644 index 0000000..5cb08a3 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/na-fbbde88c.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/nc-8b7ef8a4.svg b/internal/app/api/core/frontend-dist/assets/nc-8b7ef8a4.svg new file mode 100644 index 0000000..7063a99 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/nc-8b7ef8a4.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/nc-cff3afeb.svg b/internal/app/api/core/frontend-dist/assets/nc-cff3afeb.svg new file mode 100644 index 0000000..9679540 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/nc-cff3afeb.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ne-4b91653d.svg b/internal/app/api/core/frontend-dist/assets/ne-4b91653d.svg new file mode 100644 index 0000000..39a82b8 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ne-4b91653d.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ne-c92686fc.svg b/internal/app/api/core/frontend-dist/assets/ne-c92686fc.svg new file mode 100644 index 0000000..a96b027 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ne-c92686fc.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/nf-9cf4bf10.svg b/internal/app/api/core/frontend-dist/assets/nf-9cf4bf10.svg new file mode 100644 index 0000000..ecdb4a3 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/nf-9cf4bf10.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/nf-d458b917.svg b/internal/app/api/core/frontend-dist/assets/nf-d458b917.svg new file mode 100644 index 0000000..e47b4cd --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/nf-d458b917.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ng-a41dbb75.svg b/internal/app/api/core/frontend-dist/assets/ng-a41dbb75.svg new file mode 100644 index 0000000..62813e8 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ng-a41dbb75.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ng-b7a2a45a.svg b/internal/app/api/core/frontend-dist/assets/ng-b7a2a45a.svg new file mode 100644 index 0000000..81eb35f --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ng-b7a2a45a.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ni-1d464374.svg b/internal/app/api/core/frontend-dist/assets/ni-1d464374.svg new file mode 100644 index 0000000..265a71c --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ni-1d464374.svg @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ni-23bfeacd.svg b/internal/app/api/core/frontend-dist/assets/ni-23bfeacd.svg new file mode 100644 index 0000000..64d2aa0 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ni-23bfeacd.svg @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/nl-54b194d9.svg b/internal/app/api/core/frontend-dist/assets/nl-54b194d9.svg new file mode 100644 index 0000000..4faaf49 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/nl-54b194d9.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/nl-a8b56f7d.svg b/internal/app/api/core/frontend-dist/assets/nl-a8b56f7d.svg new file mode 100644 index 0000000..eb0e360 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/nl-a8b56f7d.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/no-55fc1564.svg b/internal/app/api/core/frontend-dist/assets/no-55fc1564.svg new file mode 100644 index 0000000..939920d --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/no-55fc1564.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/no-ceea17af.svg b/internal/app/api/core/frontend-dist/assets/no-ceea17af.svg new file mode 100644 index 0000000..a5f2a15 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/no-ceea17af.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/np-3f1bb2db.svg b/internal/app/api/core/frontend-dist/assets/np-3f1bb2db.svg new file mode 100644 index 0000000..67af928 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/np-3f1bb2db.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/np-50cdee4b.svg b/internal/app/api/core/frontend-dist/assets/np-50cdee4b.svg new file mode 100644 index 0000000..a2f9819 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/np-50cdee4b.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/nr-68ffbe53.svg b/internal/app/api/core/frontend-dist/assets/nr-68ffbe53.svg new file mode 100644 index 0000000..d506071 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/nr-68ffbe53.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/nr-707765a6.svg b/internal/app/api/core/frontend-dist/assets/nr-707765a6.svg new file mode 100644 index 0000000..c7db7dd --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/nr-707765a6.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/nu-835c94f3.svg b/internal/app/api/core/frontend-dist/assets/nu-835c94f3.svg new file mode 100644 index 0000000..4067baf --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/nu-835c94f3.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/nu-93e802ac.svg b/internal/app/api/core/frontend-dist/assets/nu-93e802ac.svg new file mode 100644 index 0000000..ce31672 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/nu-93e802ac.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/nz-30a785d1.svg b/internal/app/api/core/frontend-dist/assets/nz-30a785d1.svg new file mode 100644 index 0000000..8ae592a --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/nz-30a785d1.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/nz-8e77ded3.svg b/internal/app/api/core/frontend-dist/assets/nz-8e77ded3.svg new file mode 100644 index 0000000..e61ed29 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/nz-8e77ded3.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/om-78351c31.svg b/internal/app/api/core/frontend-dist/assets/om-78351c31.svg new file mode 100644 index 0000000..ff624ae --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/om-78351c31.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/om-b19a16d1.svg b/internal/app/api/core/frontend-dist/assets/om-b19a16d1.svg new file mode 100644 index 0000000..5be12ed --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/om-b19a16d1.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/pa-6f2195a5.svg b/internal/app/api/core/frontend-dist/assets/pa-6f2195a5.svg new file mode 100644 index 0000000..2c53cdd --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/pa-6f2195a5.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/pa-9d1b2b70.svg b/internal/app/api/core/frontend-dist/assets/pa-9d1b2b70.svg new file mode 100644 index 0000000..658c87e --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/pa-9d1b2b70.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/pe-5272e92f.svg b/internal/app/api/core/frontend-dist/assets/pe-5272e92f.svg new file mode 100644 index 0000000..eeb29a3 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/pe-5272e92f.svg @@ -0,0 +1,244 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/pe-b68f41fa.svg b/internal/app/api/core/frontend-dist/assets/pe-b68f41fa.svg new file mode 100644 index 0000000..bbb8f78 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/pe-b68f41fa.svg @@ -0,0 +1,244 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/pf-cea36e28.svg b/internal/app/api/core/frontend-dist/assets/pf-cea36e28.svg new file mode 100644 index 0000000..1b35cdb --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/pf-cea36e28.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/pf-eea47b61.svg b/internal/app/api/core/frontend-dist/assets/pf-eea47b61.svg new file mode 100644 index 0000000..2aff155 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/pf-eea47b61.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/pg-04752d7c.svg b/internal/app/api/core/frontend-dist/assets/pg-04752d7c.svg new file mode 100644 index 0000000..63dff19 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/pg-04752d7c.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/pg-45e15441.svg b/internal/app/api/core/frontend-dist/assets/pg-45e15441.svg new file mode 100644 index 0000000..1080add --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/pg-45e15441.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ph-3c2c5087.svg b/internal/app/api/core/frontend-dist/assets/ph-3c2c5087.svg new file mode 100644 index 0000000..fee5308 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ph-3c2c5087.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ph-4cccf403.svg b/internal/app/api/core/frontend-dist/assets/ph-4cccf403.svg new file mode 100644 index 0000000..65489e1 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ph-4cccf403.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/pk-e2e82907.svg b/internal/app/api/core/frontend-dist/assets/pk-e2e82907.svg new file mode 100644 index 0000000..7a12a49 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/pk-e2e82907.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/pk-f812c368.svg b/internal/app/api/core/frontend-dist/assets/pk-f812c368.svg new file mode 100644 index 0000000..0babde6 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/pk-f812c368.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/pl-369bb3e1.svg b/internal/app/api/core/frontend-dist/assets/pl-369bb3e1.svg new file mode 100644 index 0000000..0fa5145 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/pl-369bb3e1.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/pl-698cda1f.svg b/internal/app/api/core/frontend-dist/assets/pl-698cda1f.svg new file mode 100644 index 0000000..8c43577 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/pl-698cda1f.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/pn-ae3c517c.svg b/internal/app/api/core/frontend-dist/assets/pn-ae3c517c.svg new file mode 100644 index 0000000..972792f --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/pn-ae3c517c.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/pn-e0f59844.svg b/internal/app/api/core/frontend-dist/assets/pn-e0f59844.svg new file mode 100644 index 0000000..a546e21 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/pn-e0f59844.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/pr-de232a57.svg b/internal/app/api/core/frontend-dist/assets/pr-de232a57.svg new file mode 100644 index 0000000..29cc0ed --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/pr-de232a57.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/pr-ed792fc3.svg b/internal/app/api/core/frontend-dist/assets/pr-ed792fc3.svg new file mode 100644 index 0000000..964b421 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/pr-ed792fc3.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ps-1ebcb0e1.svg b/internal/app/api/core/frontend-dist/assets/ps-1ebcb0e1.svg new file mode 100644 index 0000000..a4ab807 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ps-1ebcb0e1.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ps-accd4461.svg b/internal/app/api/core/frontend-dist/assets/ps-accd4461.svg new file mode 100644 index 0000000..ddd1dc1 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ps-accd4461.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/pt-21237ce4.svg b/internal/app/api/core/frontend-dist/assets/pt-21237ce4.svg new file mode 100644 index 0000000..43cdb97 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/pt-21237ce4.svg @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/pt-a24d5bb8.svg b/internal/app/api/core/frontend-dist/assets/pt-a24d5bb8.svg new file mode 100644 index 0000000..afd2e4a --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/pt-a24d5bb8.svg @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/pw-452a030a.svg b/internal/app/api/core/frontend-dist/assets/pw-452a030a.svg new file mode 100644 index 0000000..439a583 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/pw-452a030a.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/pw-cab1c31f.svg b/internal/app/api/core/frontend-dist/assets/pw-cab1c31f.svg new file mode 100644 index 0000000..77547c7 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/pw-cab1c31f.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/py-6eb85947.svg b/internal/app/api/core/frontend-dist/assets/py-6eb85947.svg new file mode 100644 index 0000000..bfbf01f --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/py-6eb85947.svg @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/py-93651722.svg b/internal/app/api/core/frontend-dist/assets/py-93651722.svg new file mode 100644 index 0000000..86ec718 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/py-93651722.svg @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/qa-4d41fa3c.svg b/internal/app/api/core/frontend-dist/assets/qa-4d41fa3c.svg new file mode 100644 index 0000000..bd493c3 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/qa-4d41fa3c.svg @@ -0,0 +1,4 @@ + + + + diff --git a/internal/app/api/core/frontend-dist/assets/qa-a781df63.svg b/internal/app/api/core/frontend-dist/assets/qa-a781df63.svg new file mode 100644 index 0000000..4edb827 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/qa-a781df63.svg @@ -0,0 +1,4 @@ + + + + diff --git a/internal/app/api/core/frontend-dist/assets/re-a5347d1a.svg b/internal/app/api/core/frontend-dist/assets/re-a5347d1a.svg new file mode 100644 index 0000000..41d87d9 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/re-a5347d1a.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ro-17a3a747.svg b/internal/app/api/core/frontend-dist/assets/ro-17a3a747.svg new file mode 100644 index 0000000..fda0f7b --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ro-17a3a747.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ro-b56a867a.svg b/internal/app/api/core/frontend-dist/assets/ro-b56a867a.svg new file mode 100644 index 0000000..e6cf0f6 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ro-b56a867a.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/rs-1f2c25e6.svg b/internal/app/api/core/frontend-dist/assets/rs-1f2c25e6.svg new file mode 100644 index 0000000..c87e41b --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/rs-1f2c25e6.svg @@ -0,0 +1,296 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/rs-4d92f460.svg b/internal/app/api/core/frontend-dist/assets/rs-4d92f460.svg new file mode 100644 index 0000000..86ad291 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/rs-4d92f460.svg @@ -0,0 +1,292 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ru-5224e89e.svg b/internal/app/api/core/frontend-dist/assets/ru-5224e89e.svg new file mode 100644 index 0000000..485c24e --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ru-5224e89e.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ru-6c62f886.svg b/internal/app/api/core/frontend-dist/assets/ru-6c62f886.svg new file mode 100644 index 0000000..f4d27ef --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ru-6c62f886.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/rw-67a5e9a0.svg b/internal/app/api/core/frontend-dist/assets/rw-67a5e9a0.svg new file mode 100644 index 0000000..2c6c5d9 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/rw-67a5e9a0.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/rw-726c1546.svg b/internal/app/api/core/frontend-dist/assets/rw-726c1546.svg new file mode 100644 index 0000000..55c48e6 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/rw-726c1546.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/sa-a6c756d8.svg b/internal/app/api/core/frontend-dist/assets/sa-a6c756d8.svg new file mode 100644 index 0000000..b0d56df --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/sa-a6c756d8.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/sa-fc167621.svg b/internal/app/api/core/frontend-dist/assets/sa-fc167621.svg new file mode 100644 index 0000000..7e3cf8e --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/sa-fc167621.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/sb-b28813c8.svg b/internal/app/api/core/frontend-dist/assets/sb-b28813c8.svg new file mode 100644 index 0000000..5bea33d --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/sb-b28813c8.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/sb-f1a38c9d.svg b/internal/app/api/core/frontend-dist/assets/sb-f1a38c9d.svg new file mode 100644 index 0000000..f450a9c --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/sb-f1a38c9d.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/sc-30cdbe42.svg b/internal/app/api/core/frontend-dist/assets/sc-30cdbe42.svg new file mode 100644 index 0000000..9a46b36 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/sc-30cdbe42.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/sc-4363a818.svg b/internal/app/api/core/frontend-dist/assets/sc-4363a818.svg new file mode 100644 index 0000000..2996bac --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/sc-4363a818.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/sd-43f9ed92.svg b/internal/app/api/core/frontend-dist/assets/sd-43f9ed92.svg new file mode 100644 index 0000000..c2de460 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/sd-43f9ed92.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/sd-7c85028c.svg b/internal/app/api/core/frontend-dist/assets/sd-7c85028c.svg new file mode 100644 index 0000000..c00a1a5 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/sd-7c85028c.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/se-b4cc09f1.svg b/internal/app/api/core/frontend-dist/assets/se-b4cc09f1.svg new file mode 100644 index 0000000..bae316d --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/se-b4cc09f1.svg @@ -0,0 +1,4 @@ + + + + diff --git a/internal/app/api/core/frontend-dist/assets/se-bc8a97e1.svg b/internal/app/api/core/frontend-dist/assets/se-bc8a97e1.svg new file mode 100644 index 0000000..0e41780 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/se-bc8a97e1.svg @@ -0,0 +1,4 @@ + + + + diff --git a/internal/app/api/core/frontend-dist/assets/sg-010b1e94.svg b/internal/app/api/core/frontend-dist/assets/sg-010b1e94.svg new file mode 100644 index 0000000..c0d3d08 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/sg-010b1e94.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/sg-b0a8dfe9.svg b/internal/app/api/core/frontend-dist/assets/sg-b0a8dfe9.svg new file mode 100644 index 0000000..5c60b94 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/sg-b0a8dfe9.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/sh-22794630.svg b/internal/app/api/core/frontend-dist/assets/sh-22794630.svg new file mode 100644 index 0000000..4285db8 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/sh-22794630.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/sh-78eb5275.svg b/internal/app/api/core/frontend-dist/assets/sh-78eb5275.svg new file mode 100644 index 0000000..131b069 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/sh-78eb5275.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/si-260a7276.svg b/internal/app/api/core/frontend-dist/assets/si-260a7276.svg new file mode 100644 index 0000000..223fc49 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/si-260a7276.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/si-494ab288.svg b/internal/app/api/core/frontend-dist/assets/si-494ab288.svg new file mode 100644 index 0000000..3beab9b --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/si-494ab288.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/sj-880802e4.svg b/internal/app/api/core/frontend-dist/assets/sj-880802e4.svg new file mode 100644 index 0000000..ecb9c79 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/sj-880802e4.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/sj-b60dad0e.svg b/internal/app/api/core/frontend-dist/assets/sj-b60dad0e.svg new file mode 100644 index 0000000..bb2799c --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/sj-b60dad0e.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/sk-01a41b70.svg b/internal/app/api/core/frontend-dist/assets/sk-01a41b70.svg new file mode 100644 index 0000000..a1953fa --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/sk-01a41b70.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/sk-40b3a188.svg b/internal/app/api/core/frontend-dist/assets/sk-40b3a188.svg new file mode 100644 index 0000000..3e4ff50 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/sk-40b3a188.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/sl-d0c384b0.svg b/internal/app/api/core/frontend-dist/assets/sl-d0c384b0.svg new file mode 100644 index 0000000..a07baf7 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/sl-d0c384b0.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/sl-e8ca2dae.svg b/internal/app/api/core/frontend-dist/assets/sl-e8ca2dae.svg new file mode 100644 index 0000000..7eda1e8 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/sl-e8ca2dae.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/sm-c2055b28.svg b/internal/app/api/core/frontend-dist/assets/sm-c2055b28.svg new file mode 100644 index 0000000..0892990 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/sm-c2055b28.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/sm-d2f10302.svg b/internal/app/api/core/frontend-dist/assets/sm-d2f10302.svg new file mode 100644 index 0000000..fec66d8 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/sm-d2f10302.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/sn-2c7a8737.svg b/internal/app/api/core/frontend-dist/assets/sn-2c7a8737.svg new file mode 100644 index 0000000..ff9cf2e --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/sn-2c7a8737.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/sn-6437db13.svg b/internal/app/api/core/frontend-dist/assets/sn-6437db13.svg new file mode 100644 index 0000000..7c0673d --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/sn-6437db13.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/so-09df0ab2.svg b/internal/app/api/core/frontend-dist/assets/so-09df0ab2.svg new file mode 100644 index 0000000..39cf47b --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/so-09df0ab2.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/so-b85dd16d.svg b/internal/app/api/core/frontend-dist/assets/so-b85dd16d.svg new file mode 100644 index 0000000..4d4337a --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/so-b85dd16d.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/sr-5194a6af.svg b/internal/app/api/core/frontend-dist/assets/sr-5194a6af.svg new file mode 100644 index 0000000..5e71c40 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/sr-5194a6af.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/sr-81b54581.svg b/internal/app/api/core/frontend-dist/assets/sr-81b54581.svg new file mode 100644 index 0000000..0ca3596 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/sr-81b54581.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ss-6aa031ba.svg b/internal/app/api/core/frontend-dist/assets/ss-6aa031ba.svg new file mode 100644 index 0000000..e950241 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ss-6aa031ba.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ss-d09319a4.svg b/internal/app/api/core/frontend-dist/assets/ss-d09319a4.svg new file mode 100644 index 0000000..73804d8 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ss-d09319a4.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/st-16db84cc.svg b/internal/app/api/core/frontend-dist/assets/st-16db84cc.svg new file mode 100644 index 0000000..2259f31 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/st-16db84cc.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/st-fc411d32.svg b/internal/app/api/core/frontend-dist/assets/st-fc411d32.svg new file mode 100644 index 0000000..6c834b3 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/st-fc411d32.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/sv-a382a7a3.svg b/internal/app/api/core/frontend-dist/assets/sv-a382a7a3.svg new file mode 100644 index 0000000..752dd3d --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/sv-a382a7a3.svg @@ -0,0 +1,594 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/sv-ebbd7d5a.svg b/internal/app/api/core/frontend-dist/assets/sv-ebbd7d5a.svg new file mode 100644 index 0000000..95f1da0 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/sv-ebbd7d5a.svg @@ -0,0 +1,594 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/sx-2d9fbccb.svg b/internal/app/api/core/frontend-dist/assets/sx-2d9fbccb.svg new file mode 100644 index 0000000..bcc90d6 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/sx-2d9fbccb.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/sx-3a56525c.svg b/internal/app/api/core/frontend-dist/assets/sx-3a56525c.svg new file mode 100644 index 0000000..4b6ec4b --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/sx-3a56525c.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/sy-38125aa4.svg b/internal/app/api/core/frontend-dist/assets/sy-38125aa4.svg new file mode 100644 index 0000000..29636ae --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/sy-38125aa4.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/sy-6e3feb72.svg b/internal/app/api/core/frontend-dist/assets/sy-6e3feb72.svg new file mode 100644 index 0000000..b910dd8 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/sy-6e3feb72.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/sz-00015a76.svg b/internal/app/api/core/frontend-dist/assets/sz-00015a76.svg new file mode 100644 index 0000000..02ef495 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/sz-00015a76.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/sz-e92e7315.svg b/internal/app/api/core/frontend-dist/assets/sz-e92e7315.svg new file mode 100644 index 0000000..2f19ee1 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/sz-e92e7315.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ta-3a19b022.svg b/internal/app/api/core/frontend-dist/assets/ta-3a19b022.svg new file mode 100644 index 0000000..b68ad23 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ta-3a19b022.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ta-d8fc0858.svg b/internal/app/api/core/frontend-dist/assets/ta-d8fc0858.svg new file mode 100644 index 0000000..ce1542d --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ta-d8fc0858.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/tc-1a90d773.svg b/internal/app/api/core/frontend-dist/assets/tc-1a90d773.svg new file mode 100644 index 0000000..c3caf3f --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/tc-1a90d773.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/tc-f44b6d22.svg b/internal/app/api/core/frontend-dist/assets/tc-f44b6d22.svg new file mode 100644 index 0000000..dbdb716 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/tc-f44b6d22.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/td-8e475ace.svg b/internal/app/api/core/frontend-dist/assets/td-8e475ace.svg new file mode 100644 index 0000000..9bb0ce6 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/td-8e475ace.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/td-ec75ab08.svg b/internal/app/api/core/frontend-dist/assets/td-ec75ab08.svg new file mode 100644 index 0000000..9fadf85 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/td-ec75ab08.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/tf-280ce967.svg b/internal/app/api/core/frontend-dist/assets/tf-280ce967.svg new file mode 100644 index 0000000..8d85a2b --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/tf-280ce967.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/tf-5dbdbb8b.svg b/internal/app/api/core/frontend-dist/assets/tf-5dbdbb8b.svg new file mode 100644 index 0000000..4572f4e --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/tf-5dbdbb8b.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/tg-409bd447.svg b/internal/app/api/core/frontend-dist/assets/tg-409bd447.svg new file mode 100644 index 0000000..8d763cb --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/tg-409bd447.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/tg-921aad6e.svg b/internal/app/api/core/frontend-dist/assets/tg-921aad6e.svg new file mode 100644 index 0000000..96dc042 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/tg-921aad6e.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/th-329cc0d5.svg b/internal/app/api/core/frontend-dist/assets/th-329cc0d5.svg new file mode 100644 index 0000000..1e93a61 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/th-329cc0d5.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/th-bb8a18d6.svg b/internal/app/api/core/frontend-dist/assets/th-bb8a18d6.svg new file mode 100644 index 0000000..35141d3 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/th-bb8a18d6.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/tj-2df43c7b.svg b/internal/app/api/core/frontend-dist/assets/tj-2df43c7b.svg new file mode 100644 index 0000000..563c97b --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/tj-2df43c7b.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/tj-9a2533f9.svg b/internal/app/api/core/frontend-dist/assets/tj-9a2533f9.svg new file mode 100644 index 0000000..93bb4a8 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/tj-9a2533f9.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/tk-a12ef3ff.svg b/internal/app/api/core/frontend-dist/assets/tk-a12ef3ff.svg new file mode 100644 index 0000000..e9f5b42 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/tk-a12ef3ff.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/tk-a8540a4a.svg b/internal/app/api/core/frontend-dist/assets/tk-a8540a4a.svg new file mode 100644 index 0000000..65bab13 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/tk-a8540a4a.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/tl-3da88325.svg b/internal/app/api/core/frontend-dist/assets/tl-3da88325.svg new file mode 100644 index 0000000..09b7ed1 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/tl-3da88325.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/tl-41be899b.svg b/internal/app/api/core/frontend-dist/assets/tl-41be899b.svg new file mode 100644 index 0000000..1f11e92 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/tl-41be899b.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/tm-abeba3aa.svg b/internal/app/api/core/frontend-dist/assets/tm-abeba3aa.svg new file mode 100644 index 0000000..0ad764a --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/tm-abeba3aa.svg @@ -0,0 +1,202 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/tm-d8491445.svg b/internal/app/api/core/frontend-dist/assets/tm-d8491445.svg new file mode 100644 index 0000000..3c72f09 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/tm-d8491445.svg @@ -0,0 +1,205 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/tn-18e36316.svg b/internal/app/api/core/frontend-dist/assets/tn-18e36316.svg new file mode 100644 index 0000000..b1164b9 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/tn-18e36316.svg @@ -0,0 +1,4 @@ + + + + diff --git a/internal/app/api/core/frontend-dist/assets/tn-8a5fca15.svg b/internal/app/api/core/frontend-dist/assets/tn-8a5fca15.svg new file mode 100644 index 0000000..4dc0949 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/tn-8a5fca15.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/internal/app/api/core/frontend-dist/assets/to-8f2f476b.svg b/internal/app/api/core/frontend-dist/assets/to-8f2f476b.svg new file mode 100644 index 0000000..3f1b600 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/to-8f2f476b.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/to-b351703f.svg b/internal/app/api/core/frontend-dist/assets/to-b351703f.svg new file mode 100644 index 0000000..d072337 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/to-b351703f.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/tr-479d84d0.svg b/internal/app/api/core/frontend-dist/assets/tr-479d84d0.svg new file mode 100644 index 0000000..a92804f --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/tr-479d84d0.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/tr-be7d115b.svg b/internal/app/api/core/frontend-dist/assets/tr-be7d115b.svg new file mode 100644 index 0000000..9a882a2 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/tr-be7d115b.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/tt-125d18de.svg b/internal/app/api/core/frontend-dist/assets/tt-125d18de.svg new file mode 100644 index 0000000..8413969 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/tt-125d18de.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/tt-92f1261b.svg b/internal/app/api/core/frontend-dist/assets/tt-92f1261b.svg new file mode 100644 index 0000000..14adbe0 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/tt-92f1261b.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/tv-7415f816.svg b/internal/app/api/core/frontend-dist/assets/tv-7415f816.svg new file mode 100644 index 0000000..098b916 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/tv-7415f816.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/tv-d94fa5f1.svg b/internal/app/api/core/frontend-dist/assets/tv-d94fa5f1.svg new file mode 100644 index 0000000..675210e --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/tv-d94fa5f1.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/tw-822ce3b1.svg b/internal/app/api/core/frontend-dist/assets/tw-822ce3b1.svg new file mode 100644 index 0000000..067edaa --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/tw-822ce3b1.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/tw-8b830c51.svg b/internal/app/api/core/frontend-dist/assets/tw-8b830c51.svg new file mode 100644 index 0000000..78f3b9d --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/tw-8b830c51.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/tz-0130959e.svg b/internal/app/api/core/frontend-dist/assets/tz-0130959e.svg new file mode 100644 index 0000000..dfb0233 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/tz-0130959e.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/tz-7fa97f71.svg b/internal/app/api/core/frontend-dist/assets/tz-7fa97f71.svg new file mode 100644 index 0000000..ca74eec --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/tz-7fa97f71.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ua-2d869c23.svg b/internal/app/api/core/frontend-dist/assets/ua-2d869c23.svg new file mode 100644 index 0000000..a339eb1 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ua-2d869c23.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ua-fd9ad29b.svg b/internal/app/api/core/frontend-dist/assets/ua-fd9ad29b.svg new file mode 100644 index 0000000..7ceb894 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ua-fd9ad29b.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ug-06e928bb.svg b/internal/app/api/core/frontend-dist/assets/ug-06e928bb.svg new file mode 100644 index 0000000..3acd558 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ug-06e928bb.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ug-1b9f3a17.svg b/internal/app/api/core/frontend-dist/assets/ug-1b9f3a17.svg new file mode 100644 index 0000000..f9c5e1b --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ug-1b9f3a17.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/um-0cbf7a17.svg b/internal/app/api/core/frontend-dist/assets/um-0cbf7a17.svg new file mode 100644 index 0000000..7b91838 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/um-0cbf7a17.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/um-58e347e9.svg b/internal/app/api/core/frontend-dist/assets/um-58e347e9.svg new file mode 100644 index 0000000..8fda3e9 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/um-58e347e9.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/un-a7c66b36.svg b/internal/app/api/core/frontend-dist/assets/un-a7c66b36.svg new file mode 100644 index 0000000..258cb01 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/un-a7c66b36.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/un-d8446e2c.svg b/internal/app/api/core/frontend-dist/assets/un-d8446e2c.svg new file mode 100644 index 0000000..b04c3c4 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/un-d8446e2c.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/us-5615dee6.svg b/internal/app/api/core/frontend-dist/assets/us-5615dee6.svg new file mode 100644 index 0000000..a218516 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/us-5615dee6.svg @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/internal/app/api/core/frontend-dist/assets/us-811eba23.svg b/internal/app/api/core/frontend-dist/assets/us-811eba23.svg new file mode 100644 index 0000000..28f56d5 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/us-811eba23.svg @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/internal/app/api/core/frontend-dist/assets/uy-1b07da41.svg b/internal/app/api/core/frontend-dist/assets/uy-1b07da41.svg new file mode 100644 index 0000000..f4a502f --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/uy-1b07da41.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/uy-3a18a094.svg b/internal/app/api/core/frontend-dist/assets/uy-3a18a094.svg new file mode 100644 index 0000000..1634d71 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/uy-3a18a094.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/uz-0d059f47.svg b/internal/app/api/core/frontend-dist/assets/uz-0d059f47.svg new file mode 100644 index 0000000..48d62e3 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/uz-0d059f47.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/uz-f5f13057.svg b/internal/app/api/core/frontend-dist/assets/uz-f5f13057.svg new file mode 100644 index 0000000..8c6a532 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/uz-f5f13057.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/va-24701344.svg b/internal/app/api/core/frontend-dist/assets/va-24701344.svg new file mode 100644 index 0000000..6a03dc4 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/va-24701344.svg @@ -0,0 +1,479 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/va-b46ebf1a.svg b/internal/app/api/core/frontend-dist/assets/va-b46ebf1a.svg new file mode 100644 index 0000000..5c8e878 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/va-b46ebf1a.svg @@ -0,0 +1,479 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/vc-2ef7fd06.svg b/internal/app/api/core/frontend-dist/assets/vc-2ef7fd06.svg new file mode 100644 index 0000000..f347db9 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/vc-2ef7fd06.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/vc-6357f389.svg b/internal/app/api/core/frontend-dist/assets/vc-6357f389.svg new file mode 100644 index 0000000..450f6f0 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/vc-6357f389.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ve-4a331236.svg b/internal/app/api/core/frontend-dist/assets/ve-4a331236.svg new file mode 100644 index 0000000..77bb549 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ve-4a331236.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ve-5005d69f.svg b/internal/app/api/core/frontend-dist/assets/ve-5005d69f.svg new file mode 100644 index 0000000..2d02c6a --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ve-5005d69f.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/vg-ad72d6eb.svg b/internal/app/api/core/frontend-dist/assets/vg-ad72d6eb.svg new file mode 100644 index 0000000..39023a9 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/vg-ad72d6eb.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/vg-f2cf67f2.svg b/internal/app/api/core/frontend-dist/assets/vg-f2cf67f2.svg new file mode 100644 index 0000000..7a3bbab --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/vg-f2cf67f2.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/vi-8db50145.svg b/internal/app/api/core/frontend-dist/assets/vi-8db50145.svg new file mode 100644 index 0000000..8a0941f --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/vi-8db50145.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/vi-9a9baae2.svg b/internal/app/api/core/frontend-dist/assets/vi-9a9baae2.svg new file mode 100644 index 0000000..114995e --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/vi-9a9baae2.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/vn-2ac15179.svg b/internal/app/api/core/frontend-dist/assets/vn-2ac15179.svg new file mode 100644 index 0000000..c557e3a --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/vn-2ac15179.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/vn-cc93480c.svg b/internal/app/api/core/frontend-dist/assets/vn-cc93480c.svg new file mode 100644 index 0000000..865d264 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/vn-cc93480c.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/vu-612e2497.svg b/internal/app/api/core/frontend-dist/assets/vu-612e2497.svg new file mode 100644 index 0000000..32f4377 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/vu-612e2497.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/vu-f61a101c.svg b/internal/app/api/core/frontend-dist/assets/vu-f61a101c.svg new file mode 100644 index 0000000..09add70 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/vu-f61a101c.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ws-48d15d76.svg b/internal/app/api/core/frontend-dist/assets/ws-48d15d76.svg new file mode 100644 index 0000000..ab08fdb --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ws-48d15d76.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ws-6b1a7ebc.svg b/internal/app/api/core/frontend-dist/assets/ws-6b1a7ebc.svg new file mode 100644 index 0000000..0e758a7 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ws-6b1a7ebc.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/xk-69f770ff.svg b/internal/app/api/core/frontend-dist/assets/xk-69f770ff.svg new file mode 100644 index 0000000..0edc0c7 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/xk-69f770ff.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/xk-b55b1b7c.svg b/internal/app/api/core/frontend-dist/assets/xk-b55b1b7c.svg new file mode 100644 index 0000000..1e43b95 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/xk-b55b1b7c.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/xx-972e0781.svg b/internal/app/api/core/frontend-dist/assets/xx-972e0781.svg new file mode 100644 index 0000000..34515ce --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/xx-972e0781.svg @@ -0,0 +1,4 @@ + + + + diff --git a/internal/app/api/core/frontend-dist/assets/xx-e2d258c5.svg b/internal/app/api/core/frontend-dist/assets/xx-e2d258c5.svg new file mode 100644 index 0000000..ccf6c1f --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/xx-e2d258c5.svg @@ -0,0 +1,4 @@ + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ye-15c1b50c.svg b/internal/app/api/core/frontend-dist/assets/ye-15c1b50c.svg new file mode 100644 index 0000000..4cac4a8 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ye-15c1b50c.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/ye-dc5607f4.svg b/internal/app/api/core/frontend-dist/assets/ye-dc5607f4.svg new file mode 100644 index 0000000..61f0ed6 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/ye-dc5607f4.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/za-4ed696bd.svg b/internal/app/api/core/frontend-dist/assets/za-4ed696bd.svg new file mode 100644 index 0000000..7bbe274 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/za-4ed696bd.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/za-91238fb5.svg b/internal/app/api/core/frontend-dist/assets/za-91238fb5.svg new file mode 100644 index 0000000..0c1f3af --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/za-91238fb5.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/zm-8a105b73.svg b/internal/app/api/core/frontend-dist/assets/zm-8a105b73.svg new file mode 100644 index 0000000..9506601 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/zm-8a105b73.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/zm-dced1cb7.svg b/internal/app/api/core/frontend-dist/assets/zm-dced1cb7.svg new file mode 100644 index 0000000..84c99c2 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/zm-dced1cb7.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/zw-66b55a96.svg b/internal/app/api/core/frontend-dist/assets/zw-66b55a96.svg new file mode 100644 index 0000000..1533a81 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/zw-66b55a96.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/assets/zw-8629d7c5.svg b/internal/app/api/core/frontend-dist/assets/zw-8629d7c5.svg new file mode 100644 index 0000000..64e8d48 --- /dev/null +++ b/internal/app/api/core/frontend-dist/assets/zw-8629d7c5.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/internal/app/api/core/frontend-dist/favicon-large.png b/internal/app/api/core/frontend-dist/favicon-large.png new file mode 100644 index 0000000000000000000000000000000000000000..ab037748917fc73aaf67a33afd15ec2e64a15d68 GIT binary patch literal 18346 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 literal 0 HcmV?d00001 diff --git a/internal/app/api/core/frontend-dist/favicon.png b/internal/app/api/core/frontend-dist/favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..653984682f4f19f468dbc177b0cc663d4f4ffd23 GIT binary patch literal 6230 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 literal 0 HcmV?d00001 diff --git a/internal/app/api/core/frontend-dist/img/header-logo.png b/internal/app/api/core/frontend-dist/img/header-logo.png new file mode 100644 index 0000000000000000000000000000000000000000..7df31d70570e530d49219f1424db7159e42a38c0 GIT binary patch literal 10556 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 e4@&qqrHsS^)~`*8s-!PJ0Qeab-BNAGEB^ + + + + + + WireGuard Portal + + + + + + + + + + +
    + + +
    + + +
    +
    + + + + diff --git a/internal/app/api/core/server.go b/internal/app/api/core/server.go new file mode 100644 index 0000000..b9aa3e8 --- /dev/null +++ b/internal/app/api/core/server.go @@ -0,0 +1,186 @@ +package core + +import ( + "context" + "encoding/base64" + "fmt" + "html/template" + "io" + "io/fs" + "math/rand" + "net/http" + "os" + "time" + + "github.com/h44z/wg-portal/internal" + "github.com/h44z/wg-portal/internal/config" + + "github.com/gin-gonic/gin" + "github.com/sirupsen/logrus" + ginlogrus "github.com/toorop/gin-logrus" +) + +var ( + random = rand.New(rand.NewSource(time.Now().UTC().UnixNano())) +) + +const ( + RequestIDKey = "X-Request-ID" +) + +type ApiVersion string +type HandlerName string + +type GroupSetupFn func(group *gin.RouterGroup) + +type ApiEndpointSetupFunc func() (ApiVersion, GroupSetupFn) + +type Server struct { + cfg *config.Config + server *gin.Engine + versions map[ApiVersion]*gin.RouterGroup +} + +func NewServer(cfg *config.Config, endpoints ...ApiEndpointSetupFunc) (*Server, error) { + s := &Server{ + cfg: cfg, + } + + hostname, err := os.Hostname() + if err != nil { + hostname = "apiserver" + } + hostname += ", version " + internal.Version + + // Setup http server + gin.SetMode(gin.ReleaseMode) + gin.DefaultWriter = io.Discard + s.server = gin.New() + if cfg.Web.RequestLogging { + if logrus.GetLevel() == logrus.TraceLevel { + gin.SetMode(gin.DebugMode) + s.server.Use(ginlogrus.Logger(logrus.StandardLogger())) + } else { + s.server.Use(ginlogrus.Logger(logrus.StandardLogger())) + } + } + s.server.Use(gin.Recovery()).Use(func(c *gin.Context) { + c.Writer.Header().Set("X-Served-By", hostname) + c.Next() + }).Use(func(c *gin.Context) { + var xRequestID string + xRequestID = uuid(16) + + c.Request.Header.Set(RequestIDKey, xRequestID) + c.Set(RequestIDKey, xRequestID) + c.Next() + }) + + // Setup templates + templates := template.Must(template.New("").Funcs(s.server.FuncMap).ParseFS(apiTemplates, "assets/tpl/*.gohtml")) + s.server.SetHTMLTemplate(templates) + + // Serve static files + imgFs := http.FS(fsMust(fs.Sub(apiStatics, "assets/img"))) + s.server.StaticFS("/css", http.FS(fsMust(fs.Sub(apiStatics, "assets/css")))) + s.server.StaticFS("/js", http.FS(fsMust(fs.Sub(apiStatics, "assets/js")))) + s.server.StaticFS("/img", imgFs) + s.server.StaticFS("/fonts", http.FS(fsMust(fs.Sub(apiStatics, "assets/fonts")))) + s.server.StaticFS("/doc", http.FS(fsMust(fs.Sub(apiStatics, "assets/doc")))) + + // Setup routes + s.setupRoutes(endpoints...) + s.setupFrontendRoutes() + + return s, nil +} + +func (s *Server) Run(ctx context.Context, listenAddress string) { + logrus.Infof("starting web service on %s", listenAddress) + + // Run web service + srv := &http.Server{ + Addr: listenAddress, + Handler: s.server, + } + + srvContext, cancelFn := context.WithCancel(ctx) + go func() { + if err := srv.ListenAndServe(); err != nil { + logrus.Infof("web service on %s exited: %v", listenAddress, err) + cancelFn() + } + }() + + // Wait for the main context to end + <-srvContext.Done() + + logrus.Debug("web service shutting down, grace period: 5 seconds...") + + shutdownCtx, cancel := context.WithTimeout(context.Background(), 5*time.Second) + defer cancel() + _ = srv.Shutdown(shutdownCtx) + + logrus.Debug("web service shut down") +} + +func (s *Server) setupRoutes(endpoints ...ApiEndpointSetupFunc) { + s.server.GET("/api", s.landingPage) + s.versions = make(map[ApiVersion]*gin.RouterGroup) + + for _, setupFunc := range endpoints { + version, groupSetupFn := setupFunc() + + if _, ok := s.versions[version]; !ok { + s.versions[version] = s.server.Group(fmt.Sprintf("/api/%s", version)) + + // OpenAPI documentation (via RapiDoc) + s.versions[version].GET("/swagger/index.html", s.rapiDocHandler(version)) // Deprecated: old link + s.versions[version].GET("/doc.html", s.rapiDocHandler(version)) + + groupSetupFn(s.versions[version]) + } + } +} + +func (s *Server) setupFrontendRoutes() { + // Serve static files + s.server.GET("/", func(c *gin.Context) { + c.Redirect(http.StatusMovedPermanently, "/app") + }) + s.server.GET("/favicon.ico", func(c *gin.Context) { + c.Redirect(http.StatusMovedPermanently, "/app/favicon.ico") + }) + s.server.StaticFS("/app", http.FS(fsMust(fs.Sub(frontendStatics, "frontend-dist")))) +} + +func (s *Server) landingPage(c *gin.Context) { + c.HTML(http.StatusOK, "index.gohtml", gin.H{ + "Version": internal.Version, + "Year": time.Now().Year(), + }) +} + +func (s *Server) rapiDocHandler(version ApiVersion) gin.HandlerFunc { + return func(c *gin.Context) { + c.HTML(http.StatusOK, "rapidoc.gohtml", gin.H{ + "RapiDocSource": "/js/rapidoc-min.js", + "ApiSpecUrl": fmt.Sprintf("/doc/%s_swagger.yaml", version), + "Version": internal.Version, + "Year": time.Now().Year(), + }) + } +} + +func fsMust(f fs.FS, err error) fs.FS { + if err != nil { + panic(err) + } + return f +} + +func uuid(len int) string { + bytes := make([]byte, len) + random.Read(bytes) + return base64.StdEncoding.EncodeToString(bytes)[:len] +} diff --git a/internal/app/api/v0/handlers/base.go b/internal/app/api/v0/handlers/base.go new file mode 100644 index 0000000..5ee64ce --- /dev/null +++ b/internal/app/api/v0/handlers/base.go @@ -0,0 +1,95 @@ +package handlers + +import ( + "github.com/gin-contrib/cors" + "github.com/gin-contrib/sessions" + "github.com/gin-contrib/sessions/memstore" + "github.com/gin-gonic/gin" + "github.com/h44z/wg-portal/internal/app" + "github.com/h44z/wg-portal/internal/app/api/core" + "github.com/h44z/wg-portal/internal/app/api/v0/model" + "github.com/h44z/wg-portal/internal/config" + csrf "github.com/utrack/gin-csrf" + "net/http" + "strings" +) + +type handler interface { + GetName() string + RegisterRoutes(g *gin.RouterGroup, authenticator *authenticationHandler) +} + +// To compile the API documentation use the +// build_tool +// command that can be found in the $PROJECT_ROOT/internal/ports/api/build_tool directory. + +// @title WireGuard Portal API +// @version 0.0 +// @description WireGuard Portal API - a testing API endpoint + +// @contact.name WireGuard Portal Developers +// @contact.url https://github.com/h44z/wg-portal + +// @BasePath /api/v0 +// @query.collection.format multi + +func NewRestApi(cfg *config.Config, app *app.App) core.ApiEndpointSetupFunc { + authenticator := &authenticationHandler{ + app: app, + Session: GinSessionStore{sessionIdentifier: cfg.Web.SessionIdentifier}, + } + + handlers := make([]handler, 0, 1) + handlers = append(handlers, testEndpoint{}) + handlers = append(handlers, userEndpoint{app: app, authenticator: authenticator}) + handlers = append(handlers, newConfigEndpoint(app, authenticator)) + handlers = append(handlers, authEndpoint{app: app, authenticator: authenticator}) + handlers = append(handlers, interfaceEndpoint{app: app, authenticator: authenticator}) + handlers = append(handlers, peerEndpoint{app: app, authenticator: authenticator}) + + return func() (core.ApiVersion, core.GroupSetupFn) { + return "v0", func(group *gin.RouterGroup) { + cookieStore := memstore.NewStore([]byte(cfg.Web.SessionSecret)) + cookieStore.Options(sessions.Options{ + Path: "/", + MaxAge: 86400, // auth session is valid for 1 day + Secure: strings.HasPrefix(cfg.Web.ExternalUrl, "https"), + HttpOnly: true, + SameSite: http.SameSiteLaxMode, + }) + group.Use(sessions.Sessions(cfg.Web.SessionIdentifier, cookieStore)) + group.Use(cors.Default()) + group.Use(csrf.Middleware(csrf.Options{ + Secret: cfg.Web.CsrfSecret, + ErrorFunc: func(c *gin.Context) { + c.JSON(http.StatusBadRequest, model.Error{ + Code: http.StatusBadRequest, + Message: "CSRF token mismatch", + }) + c.Abort() + }, + })) + + group.GET("/csrf", handleCsrfGet()) + + // Handler functions + for _, h := range handlers { + h.RegisterRoutes(group, authenticator) + } + } + } +} + +// handleCsrfGet returns a gorm handler function. +// +// @ID base_handleCsrfGet +// @Tags Security +// @Summary Get a CSRF token for the current session. +// @Produce json +// @Success 200 {object} string +// @Router /csrf [get] +func handleCsrfGet() gin.HandlerFunc { + return func(c *gin.Context) { + c.JSON(http.StatusOK, csrf.GetToken(c)) + } +} diff --git a/internal/app/api/v0/handlers/encoding.go b/internal/app/api/v0/handlers/encoding.go new file mode 100644 index 0000000..8681eaf --- /dev/null +++ b/internal/app/api/v0/handlers/encoding.go @@ -0,0 +1,15 @@ +package handlers + +import ( + "encoding/base64" + "strings" +) + +func Base64UrlDecode(in string) string { + in = strings.ReplaceAll(in, "-", "=") + in = strings.ReplaceAll(in, "_", "/") + in = strings.ReplaceAll(in, ".", "+") + + output, _ := base64.StdEncoding.DecodeString(in) + return string(output) +} diff --git a/internal/app/api/v0/handlers/endpoint_authentication.go b/internal/app/api/v0/handlers/endpoint_authentication.go new file mode 100644 index 0000000..2b15b0d --- /dev/null +++ b/internal/app/api/v0/handlers/endpoint_authentication.go @@ -0,0 +1,327 @@ +package handlers + +import ( + "context" + "github.com/gin-gonic/gin" + "github.com/h44z/wg-portal/internal/app" + "github.com/h44z/wg-portal/internal/app/api/v0/model" + "github.com/h44z/wg-portal/internal/domain" + "net/http" + "net/url" + "strconv" + "time" +) + +type authEndpoint struct { + app *app.App + authenticator *authenticationHandler +} + +func (e authEndpoint) GetName() string { + return "AuthEndpoint" +} + +func (e authEndpoint) RegisterRoutes(g *gin.RouterGroup, authenticator *authenticationHandler) { + apiGroup := g.Group("/auth") + + apiGroup.GET("/providers", e.handleExternalLoginProvidersGet()) + apiGroup.GET("/session", e.handleSessionInfoGet()) + + apiGroup.GET("/login/:provider/init", e.handleOauthInitiateGet()) + apiGroup.GET("/login/:provider/callback", e.handleOauthCallbackGet()) + + apiGroup.POST("/login", e.handleLoginPost()) + apiGroup.POST("/logout", authenticator.LoggedIn(), e.handleLogoutPost()) +} + +// handleExternalLoginProvidersGet returns a gorm handler function. +// +// @ID auth_handleExternalLoginProvidersGet +// @Tags Authentication +// @Summary Get all available external login providers. +// @Produce json +// @Success 200 {object} []model.LoginProviderInfo +// @Router /auth/providers [get] +func (e authEndpoint) handleExternalLoginProvidersGet() gin.HandlerFunc { + return func(c *gin.Context) { + providers := e.app.Authenticator.GetExternalLoginProviders(c.Request.Context()) + + c.JSON(http.StatusOK, model.NewLoginProviderInfos(providers)) + } +} + +// handleSessionInfoGet returns a gorm handler function. +// +// @ID auth_handleSessionInfoGet +// @Tags Authentication +// @Summary Get information about the currently logged-in user. +// @Produce json +// @Success 200 {object} []model.SessionInfo +// @Failure 500 {object} model.Error +// @Router /auth/session [get] +func (e authEndpoint) handleSessionInfoGet() gin.HandlerFunc { + return func(c *gin.Context) { + currentSession := e.authenticator.Session.GetData(c) + + var loggedInUid *string + var firstname *string + var lastname *string + var email *string + + if currentSession.LoggedIn { + uid := string(currentSession.UserIdentifier) + f := currentSession.Firstname + l := currentSession.Lastname + e := currentSession.Email + loggedInUid = &uid + firstname = &f + lastname = &l + email = &e + } + + c.JSON(http.StatusOK, model.SessionInfo{ + LoggedIn: currentSession.LoggedIn, + IsAdmin: currentSession.IsAdmin, + UserIdentifier: loggedInUid, + UserFirstname: firstname, + UserLastname: lastname, + UserEmail: email, + }) + } +} + +// handleOauthInitiateGet returns a gorm handler function. +// +// @ID auth_handleOauthInitiateGet +// @Tags Authentication +// @Summary Initiate the OAuth login flow. +// @Produce json +// @Success 200 {object} []model.LoginProviderInfo +// @Router /auth/{provider}/init [get] +func (e authEndpoint) handleOauthInitiateGet() gin.HandlerFunc { + return func(c *gin.Context) { + currentSession := e.authenticator.Session.GetData(c) + + autoRedirect, _ := strconv.ParseBool(c.DefaultQuery("redirect", "false")) + returnTo := c.Query("return") + provider := c.Param("provider") + + var returnUrl *url.URL + var returnParams string + redirectToReturn := func() { + c.Redirect(http.StatusFound, returnUrl.String()+"?"+returnParams) + } + + if returnTo != "" { + if u, err := url.Parse(returnTo); err == nil { + returnUrl = u + } + queryParams := returnUrl.Query() + queryParams.Set("wgLoginState", "err") // by default, we set the state to error + returnUrl.RawQuery = "" // remove potential query params + returnParams = queryParams.Encode() + } + + if currentSession.LoggedIn { + if autoRedirect { + queryParams := returnUrl.Query() + queryParams.Set("wgLoginState", "success") + returnParams = queryParams.Encode() + redirectToReturn() + } else { + c.JSON(http.StatusBadRequest, model.Error{Code: http.StatusBadRequest, Message: "already logged in"}) + } + return + } + + authCodeUrl, state, nonce, err := e.app.Authenticator.OauthLoginStep1(c.Request.Context(), provider) + if err != nil { + if autoRedirect { + redirectToReturn() + } else { + c.JSON(http.StatusInternalServerError, model.Error{Code: http.StatusInternalServerError, Message: err.Error()}) + } + return + } + + authSession := e.authenticator.Session.DefaultSessionData() + authSession.OauthState = state + authSession.OauthNonce = nonce + authSession.OauthProvider = provider + authSession.OauthReturnTo = returnTo + e.authenticator.Session.SetData(c, authSession) + + if autoRedirect { + c.Redirect(http.StatusFound, authCodeUrl) + } else { + c.JSON(http.StatusOK, model.OauthInitiationResponse{ + RedirectUrl: authCodeUrl, + State: state, + }) + } + } +} + +// handleOauthCallbackGet returns a gorm handler function. +// +// @ID auth_handleOauthCallbackGet +// @Tags Authentication +// @Summary Handle the OAuth callback. +// @Produce json +// @Success 200 {object} []model.LoginProviderInfo +// @Router /auth/{provider}/callback [get] +func (e authEndpoint) handleOauthCallbackGet() gin.HandlerFunc { + return func(c *gin.Context) { + currentSession := e.authenticator.Session.GetData(c) + + var returnUrl *url.URL + var returnParams string + redirectToReturn := func() { + c.Redirect(http.StatusFound, returnUrl.String()+"?"+returnParams) + } + + if currentSession.OauthReturnTo != "" { + if u, err := url.Parse(currentSession.OauthReturnTo); err == nil { + returnUrl = u + } + queryParams := returnUrl.Query() + queryParams.Set("wgLoginState", "err") // by default, we set the state to error + returnUrl.RawQuery = "" // remove potential query params + returnParams = queryParams.Encode() + } + + if currentSession.LoggedIn { + if returnUrl != nil { + queryParams := returnUrl.Query() + queryParams.Set("wgLoginState", "success") + returnParams = queryParams.Encode() + redirectToReturn() + } else { + c.JSON(http.StatusBadRequest, model.Error{Message: "already logged in"}) + } + return + } + + provider := c.Param("provider") + oauthCode := c.Query("code") + oauthState := c.Query("state") + + if provider != currentSession.OauthProvider { + if returnUrl != nil { + redirectToReturn() + } else { + c.JSON(http.StatusBadRequest, model.Error{Code: http.StatusBadRequest, Message: "invalid oauth provider"}) + } + return + } + if oauthState != currentSession.OauthState { + if returnUrl != nil { + redirectToReturn() + } else { + c.JSON(http.StatusBadRequest, model.Error{Code: http.StatusBadRequest, Message: "invalid oauth state"}) + } + return + } + + loginCtx, cancel := context.WithTimeout(context.Background(), 1000*time.Second) + user, err := e.app.Authenticator.OauthLoginStep2(loginCtx, provider, currentSession.OauthNonce, oauthCode) + cancel() + if err != nil { + if returnUrl != nil { + redirectToReturn() + } else { + c.JSON(http.StatusUnauthorized, model.Error{Code: http.StatusUnauthorized, Message: err.Error()}) + } + return + } + + e.setAuthenticatedUser(c, user) + + if returnUrl != nil { + queryParams := returnUrl.Query() + queryParams.Set("wgLoginState", "success") + returnParams = queryParams.Encode() + redirectToReturn() + } else { + c.JSON(http.StatusOK, user) + } + } +} + +func (e authEndpoint) setAuthenticatedUser(c *gin.Context, user *domain.User) { + currentSession := e.authenticator.Session.GetData(c) + + currentSession.LoggedIn = true + currentSession.IsAdmin = user.IsAdmin + currentSession.UserIdentifier = string(user.Identifier) + currentSession.Firstname = user.Firstname + currentSession.Lastname = user.Lastname + currentSession.Email = user.Email + + currentSession.OauthState = "" + currentSession.OauthNonce = "" + currentSession.OauthProvider = "" + currentSession.OauthReturnTo = "" + + e.authenticator.Session.SetData(c, currentSession) +} + +// handleLoginPost returns a gorm handler function. +// +// @ID auth_handleLoginPost +// @Tags Authentication +// @Summary Get all available external login providers. +// @Produce json +// @Success 200 {object} []model.LoginProviderInfo +// @Router /auth/login [post] +func (e authEndpoint) handleLoginPost() gin.HandlerFunc { + return func(c *gin.Context) { + currentSession := e.authenticator.Session.GetData(c) + if currentSession.LoggedIn { + c.JSON(http.StatusOK, model.Error{Code: http.StatusOK, Message: "already logged in"}) + return + } + + var loginData struct { + Username string `json:"username" binding:"required,min=2"` + Password string `json:"password" binding:"required,min=4"` + } + + if err := c.ShouldBindJSON(&loginData); err != nil { + c.JSON(http.StatusBadRequest, model.Error{Code: http.StatusBadRequest, Message: err.Error()}) + return + } + + user, err := e.app.Authenticator.PlainLogin(c.Request.Context(), loginData.Username, loginData.Password) + if err != nil { + c.JSON(http.StatusUnauthorized, model.Error{Code: http.StatusUnauthorized, Message: "login failed"}) + return + } + + e.setAuthenticatedUser(c, user) + + c.JSON(http.StatusOK, user) + } +} + +// handleLogoutPost returns a gorm handler function. +// +// @ID auth_handleLogoutGet +// @Tags Authentication +// @Summary Get all available external login providers. +// @Produce json +// @Success 200 {object} []model.LoginProviderInfo +// @Router /auth/logout [get] +func (e authEndpoint) handleLogoutPost() gin.HandlerFunc { + return func(c *gin.Context) { + currentSession := e.authenticator.Session.GetData(c) + + if !currentSession.LoggedIn { // Not logged in + c.JSON(http.StatusOK, model.Error{Code: http.StatusOK, Message: "not logged in"}) + return + } + + e.authenticator.Session.DestroyData(c) + c.JSON(http.StatusOK, model.Error{Code: http.StatusOK, Message: "logout ok"}) + } +} diff --git a/internal/app/api/v0/handlers/endpoint_config.go b/internal/app/api/v0/handlers/endpoint_config.go new file mode 100644 index 0000000..c368c2c --- /dev/null +++ b/internal/app/api/v0/handlers/endpoint_config.go @@ -0,0 +1,101 @@ +package handlers + +import ( + "bytes" + "embed" + "fmt" + "github.com/gin-gonic/gin" + "github.com/h44z/wg-portal/internal/app" + "github.com/h44z/wg-portal/internal/app/api/v0/model" + "html/template" + "net" + "net/http" + "net/url" +) + +//go:embed frontend_config.js.gotpl +var frontendJs embed.FS + +type configEndpoint struct { + app *app.App + authenticator *authenticationHandler + + tpl *template.Template +} + +func newConfigEndpoint(app *app.App, authenticator *authenticationHandler) configEndpoint { + ep := configEndpoint{ + app: app, + authenticator: authenticator, + tpl: template.Must(template.ParseFS(frontendJs, "frontend_config.js.gotpl")), + } + + return ep +} + +func (e configEndpoint) GetName() string { + return "ConfigEndpoint" +} + +func (e configEndpoint) RegisterRoutes(g *gin.RouterGroup, authenticator *authenticationHandler) { + apiGroup := g.Group("/config") + + apiGroup.GET("/frontend.js", e.handleConfigJsGet()) + apiGroup.GET("/settings", e.authenticator.LoggedIn(), e.handleSettingsGet()) +} + +// handleConfigJsGet returns a gorm handler function. +// +// @ID config_handleConfigJsGet +// @Tags Configuration +// @Summary Get the dynamic frontend configuration javascript. +// @Produce text/javascript +// @Success 200 string javascript "The JavaScript contents" +// @Router /config/frontend.js [get] +func (e configEndpoint) handleConfigJsGet() gin.HandlerFunc { + return func(c *gin.Context) { + backendUrl := fmt.Sprintf("%s/api/v0", e.app.Config.Web.ExternalUrl) + if c.GetHeader("x-wg-dev") != "" { + referer := c.Request.Header.Get("Referer") + host := "localhost" + port := "5000" + parsedReferer, err := url.Parse(referer) + if err == nil { + host, port, _ = net.SplitHostPort(parsedReferer.Host) + } + backendUrl = fmt.Sprintf("http://%s:%s/api/v0", host, port) // override if request comes from frontend started with npm run dev + } + buf := &bytes.Buffer{} + err := e.tpl.ExecuteTemplate(buf, "frontend_config.js.gotpl", gin.H{ + "BackendUrl": backendUrl, + "Version": "unknown", + "SiteTitle": e.app.Config.Web.SiteTitle, + "SiteCompanyName": e.app.Config.Web.SiteCompanyName, + }) + if err != nil { + c.Status(http.StatusInternalServerError) + return + } + + c.Data(http.StatusOK, "application/javascript", buf.Bytes()) + } +} + +// handleSettingsGet returns a gorm handler function. +// +// @ID config_handleSettingsGet +// @Tags Configuration +// @Summary Get the frontend settings object. +// @Produce json +// @Success 200 {object} model.Settings +// @Success 200 string javascript "The JavaScript contents" +// @Router /config/settings [get] +func (e configEndpoint) handleSettingsGet() gin.HandlerFunc { + return func(c *gin.Context) { + c.JSON(http.StatusOK, model.Settings{ + MailLinkOnly: e.app.Config.Mail.LinkOnly, + PersistentConfigSupported: e.app.Config.Advanced.ConfigStoragePath != "", + SelfProvisioning: e.app.Config.Core.SelfProvisioningAllowed, + }) + } +} diff --git a/internal/app/api/v0/handlers/endpoint_interfaces.go b/internal/app/api/v0/handlers/endpoint_interfaces.go new file mode 100644 index 0000000..707f8de --- /dev/null +++ b/internal/app/api/v0/handlers/endpoint_interfaces.go @@ -0,0 +1,378 @@ +package handlers + +import ( + "github.com/gin-gonic/gin" + "github.com/h44z/wg-portal/internal/app" + "github.com/h44z/wg-portal/internal/app/api/v0/model" + "github.com/h44z/wg-portal/internal/domain" + "io" + "net/http" +) + +type interfaceEndpoint struct { + app *app.App + authenticator *authenticationHandler +} + +func (e interfaceEndpoint) GetName() string { + return "InterfaceEndpoint" +} + +func (e interfaceEndpoint) RegisterRoutes(g *gin.RouterGroup, authenticator *authenticationHandler) { + apiGroup := g.Group("/interface", e.authenticator.LoggedIn()) + + apiGroup.GET("/prepare", e.handlePrepareGet()) + apiGroup.GET("/all", e.handleAllGet()) + apiGroup.GET("/get/:id", e.handleSingleGet()) + apiGroup.PUT("/:id", e.handleUpdatePut()) + apiGroup.DELETE("/:id", e.handleDelete()) + apiGroup.POST("/new", e.handleCreatePost()) + apiGroup.GET("/config/:id", e.handleConfigGet()) + apiGroup.POST("/:id/save-config", e.handleSaveConfigPost()) + apiGroup.POST("/:id/apply-peer-defaults", e.handleApplyPeerDefaultsPost()) + + apiGroup.GET("/peers/:id", e.handlePeersGet()) +} + +// handlePrepareGet returns a gorm handler function. +// +// @ID interfaces_handlePrepareGet +// @Tags Interface +// @Summary Prepare a new interface. +// @Produce json +// @Success 200 {object} model.Interface +// @Failure 500 {object} model.Error +// @Router /interface/prepare [get] +func (e interfaceEndpoint) handlePrepareGet() gin.HandlerFunc { + return func(c *gin.Context) { + in, err := e.app.PrepareInterface(c.Request.Context()) + if err != nil { + c.JSON(http.StatusInternalServerError, model.Error{ + Code: http.StatusInternalServerError, Message: err.Error(), + }) + return + } + + c.JSON(http.StatusOK, model.NewInterface(in, nil)) + } +} + +// handleAllGet returns a gorm handler function. +// +// @ID interfaces_handleAllGet +// @Tags Interface +// @Summary Get all available interfaces. +// @Produce json +// @Success 200 {object} []model.Interface +// @Failure 500 {object} model.Error +// @Router /interface/all [get] +func (e interfaceEndpoint) handleAllGet() gin.HandlerFunc { + return func(c *gin.Context) { + interfaces, peers, err := e.app.GetAllInterfacesAndPeers(c.Request.Context()) + if err != nil { + c.JSON(http.StatusInternalServerError, model.Error{ + Code: http.StatusInternalServerError, Message: err.Error(), + }) + return + } + + c.JSON(http.StatusOK, model.NewInterfaces(interfaces, peers)) + } +} + +// handleSingleGet returns a gorm handler function. +// +// @ID interfaces_handleSingleGet +// @Tags Interface +// @Summary Get single interface. +// @Produce json +// @Success 200 {object} model.Interface +// @Failure 400 {object} model.Error +// @Failure 500 {object} model.Error +// @Router /interface/get/{id} [get] +func (e interfaceEndpoint) handleSingleGet() gin.HandlerFunc { + return func(c *gin.Context) { + id := Base64UrlDecode(c.Param("id")) + if id == "" { + c.JSON(http.StatusBadRequest, model.Error{ + Code: http.StatusInternalServerError, Message: "missing id parameter", + }) + return + } + + iface, peers, err := e.app.GetInterfaceAndPeers(c.Request.Context(), domain.InterfaceIdentifier(id)) + if err != nil { + c.JSON(http.StatusInternalServerError, model.Error{ + Code: http.StatusInternalServerError, Message: err.Error(), + }) + return + } + + c.JSON(http.StatusOK, model.NewInterface(iface, peers)) + } +} + +// handleConfigGet returns a gorm handler function. +// +// @ID interfaces_handleConfigGet +// @Tags Interface +// @Summary Get interface configuration as string. +// @Produce json +// @Success 200 {object} string +// @Failure 400 {object} model.Error +// @Failure 500 {object} model.Error +// @Router /interface/config/{id} [get] +func (e interfaceEndpoint) handleConfigGet() gin.HandlerFunc { + return func(c *gin.Context) { + id := Base64UrlDecode(c.Param("id")) + if id == "" { + c.JSON(http.StatusBadRequest, model.Error{ + Code: http.StatusInternalServerError, Message: "missing id parameter", + }) + return + } + + config, err := e.app.GetInterfaceConfig(c.Request.Context(), domain.InterfaceIdentifier(id)) + if err != nil { + c.JSON(http.StatusInternalServerError, model.Error{ + Code: http.StatusInternalServerError, Message: err.Error(), + }) + return + } + + configString, err := io.ReadAll(config) + if err != nil { + c.JSON(http.StatusInternalServerError, model.Error{ + Code: http.StatusInternalServerError, Message: err.Error(), + }) + return + } + + c.JSON(http.StatusOK, string(configString)) + } +} + +// handleUpdatePut returns a gorm handler function. +// +// @ID interfaces_handleUpdatePut +// @Tags Interface +// @Summary Update the interface record. +// @Produce json +// @Param id path string true "The interface identifier" +// @Param request body model.Interface true "The interface data" +// @Success 200 {object} model.Interface +// @Failure 400 {object} model.Error +// @Failure 500 {object} model.Error +// @Router /interface/{id} [put] +func (e interfaceEndpoint) handleUpdatePut() gin.HandlerFunc { + return func(c *gin.Context) { + ctx := domain.SetUserInfoFromGin(c) + + id := Base64UrlDecode(c.Param("id")) + if id == "" { + c.JSON(http.StatusBadRequest, model.Error{Code: http.StatusBadRequest, Message: "missing interface id"}) + return + } + + var in model.Interface + err := c.BindJSON(&in) + if err != nil { + c.JSON(http.StatusBadRequest, model.Error{Code: http.StatusBadRequest, Message: err.Error()}) + return + } + + if id != in.Identifier { + c.JSON(http.StatusBadRequest, model.Error{Code: http.StatusBadRequest, Message: "interface id mismatch"}) + return + } + + updatedInterface, peers, err := e.app.UpdateInterface(ctx, model.NewDomainInterface(&in)) + if err != nil { + c.JSON(http.StatusInternalServerError, model.Error{ + Code: http.StatusInternalServerError, Message: err.Error(), + }) + return + } + + c.JSON(http.StatusOK, model.NewInterface(updatedInterface, peers)) + } +} + +// handleCreatePost returns a gorm handler function. +// +// @ID interfaces_handleCreatePost +// @Tags Interface +// @Summary Create the new interface record. +// @Produce json +// @Param request body model.Interface true "The interface data" +// @Success 200 {object} model.Interface +// @Failure 400 {object} model.Error +// @Failure 500 {object} model.Error +// @Router /interface/new [post] +func (e interfaceEndpoint) handleCreatePost() gin.HandlerFunc { + return func(c *gin.Context) { + ctx := domain.SetUserInfoFromGin(c) + + var in model.Interface + err := c.BindJSON(&in) + if err != nil { + c.JSON(http.StatusBadRequest, model.Error{Code: http.StatusBadRequest, Message: err.Error()}) + return + } + + newInterface, err := e.app.CreateInterface(ctx, model.NewDomainInterface(&in)) + if err != nil { + c.JSON(http.StatusInternalServerError, model.Error{ + Code: http.StatusInternalServerError, Message: err.Error(), + }) + return + } + + c.JSON(http.StatusOK, model.NewInterface(newInterface, nil)) + } +} + +// handlePeersGet returns a gorm handler function. +// +// @ID interfaces_handlePeersGet +// @Tags Interface +// @Summary Get peers for the given interface. +// @Produce json +// @Success 200 {object} []model.Peer +// @Failure 500 {object} model.Error +// @Router /interface/peers/{id} [get] +func (e interfaceEndpoint) handlePeersGet() gin.HandlerFunc { + return func(c *gin.Context) { + ctx := domain.SetUserInfoFromGin(c) + + id := Base64UrlDecode(c.Param("id")) + if id == "" { + c.JSON(http.StatusBadRequest, model.Error{ + Code: http.StatusInternalServerError, Message: "missing id parameter", + }) + return + } + + _, peers, err := e.app.GetInterfaceAndPeers(ctx, domain.InterfaceIdentifier(id)) + if err != nil { + c.JSON(http.StatusInternalServerError, model.Error{ + Code: http.StatusInternalServerError, Message: err.Error(), + }) + return + } + + c.JSON(http.StatusOK, model.NewPeers(peers)) + } +} + +// handleDelete returns a gorm handler function. +// +// @ID interfaces_handleDelete +// @Tags Interface +// @Summary Delete the interface record. +// @Produce json +// @Param id path string true "The interface identifier" +// @Success 204 "No content if deletion was successful" +// @Failure 400 {object} model.Error +// @Failure 500 {object} model.Error +// @Router /interface/{id} [delete] +func (e interfaceEndpoint) handleDelete() gin.HandlerFunc { + return func(c *gin.Context) { + ctx := domain.SetUserInfoFromGin(c) + + id := Base64UrlDecode(c.Param("id")) + if id == "" { + c.JSON(http.StatusBadRequest, model.Error{Code: http.StatusBadRequest, Message: "missing interface id"}) + return + } + + err := e.app.DeleteInterface(ctx, domain.InterfaceIdentifier(id)) + if err != nil { + c.JSON(http.StatusInternalServerError, model.Error{ + Code: http.StatusInternalServerError, Message: err.Error(), + }) + return + } + + c.Status(http.StatusNoContent) + } +} + +// handleSaveConfigPost returns a gorm handler function. +// +// @ID interfaces_handleSaveConfigPost +// @Tags Interface +// @Summary Save the interface configuration in wg-quick format to a file. +// @Produce json +// @Param id path string true "The interface identifier" +// @Success 204 "No content if saving the configuration was successful" +// @Failure 400 {object} model.Error +// @Failure 500 {object} model.Error +// @Router /interface/{id}/save-config [post] +func (e interfaceEndpoint) handleSaveConfigPost() gin.HandlerFunc { + return func(c *gin.Context) { + ctx := domain.SetUserInfoFromGin(c) + + id := Base64UrlDecode(c.Param("id")) + if id == "" { + c.JSON(http.StatusBadRequest, model.Error{Code: http.StatusBadRequest, Message: "missing interface id"}) + return + } + + err := e.app.PersistInterfaceConfig(ctx, domain.InterfaceIdentifier(id)) + if err != nil { + c.JSON(http.StatusInternalServerError, model.Error{ + Code: http.StatusInternalServerError, Message: err.Error(), + }) + return + } + + c.Status(http.StatusNoContent) + } +} + +// handleApplyPeerDefaultsPost returns a gorm handler function. +// +// @ID interfaces_handleApplyPeerDefaultsPost +// @Tags Interface +// @Summary Apply all peer defaults to the available peers. +// @Produce json +// @Param id path string true "The interface identifier" +// @Param request body model.Interface true "The interface data" +// @Success 204 "No content if applying peer defaults was successful" +// @Failure 400 {object} model.Error +// @Failure 500 {object} model.Error +// @Router /interface/{id}/apply-peer-defaults [post] +func (e interfaceEndpoint) handleApplyPeerDefaultsPost() gin.HandlerFunc { + return func(c *gin.Context) { + ctx := domain.SetUserInfoFromGin(c) + + id := Base64UrlDecode(c.Param("id")) + if id == "" { + c.JSON(http.StatusBadRequest, model.Error{Code: http.StatusBadRequest, Message: "missing interface id"}) + return + } + + var in model.Interface + err := c.BindJSON(&in) + if err != nil { + c.JSON(http.StatusBadRequest, model.Error{Code: http.StatusBadRequest, Message: err.Error()}) + return + } + + if id != in.Identifier { + c.JSON(http.StatusBadRequest, model.Error{Code: http.StatusBadRequest, Message: "interface id mismatch"}) + return + } + + err = e.app.ApplyPeerDefaults(ctx, model.NewDomainInterface(&in)) + if err != nil { + c.JSON(http.StatusInternalServerError, model.Error{ + Code: http.StatusInternalServerError, Message: err.Error(), + }) + return + } + + c.Status(http.StatusNoContent) + } +} diff --git a/internal/app/api/v0/handlers/endpoint_peers.go b/internal/app/api/v0/handlers/endpoint_peers.go new file mode 100644 index 0000000..50ca0cb --- /dev/null +++ b/internal/app/api/v0/handlers/endpoint_peers.go @@ -0,0 +1,438 @@ +package handlers + +import ( + "github.com/gin-gonic/gin" + "github.com/h44z/wg-portal/internal/app" + "github.com/h44z/wg-portal/internal/app/api/v0/model" + "github.com/h44z/wg-portal/internal/domain" + "io" + "net/http" +) + +type peerEndpoint struct { + app *app.App + authenticator *authenticationHandler +} + +func (e peerEndpoint) GetName() string { + return "PeerEndpoint" +} + +func (e peerEndpoint) RegisterRoutes(g *gin.RouterGroup, authenticator *authenticationHandler) { + apiGroup := g.Group("/peer", e.authenticator.LoggedIn()) + + apiGroup.GET("/iface/:iface/all", e.handleAllGet()) + apiGroup.GET("/iface/:iface/stats", e.handleStatsGet()) + apiGroup.GET("/iface/:iface/prepare", e.handlePrepareGet()) + apiGroup.POST("/iface/:iface/new", e.handleCreatePost()) + apiGroup.POST("/iface/:iface/multiplenew", e.handleCreateMultiplePost()) + apiGroup.GET("/config-qr/:id", e.handleQrCodeGet()) + apiGroup.POST("/config-mail", e.handleEmailPost()) + apiGroup.GET("/config/:id", e.handleConfigGet()) + apiGroup.GET("/:id", e.handleSingleGet()) + apiGroup.PUT("/:id", e.handleUpdatePut()) + apiGroup.DELETE("/:id", e.handleDelete()) +} + +// handleAllGet returns a gorm handler function. +// +// @ID peers_handleAllGet +// @Tags Peer +// @Summary Get peers for the given interface. +// @Produce json +// @Param iface path string true "The interface identifier" +// @Success 200 {object} []model.Peer +// @Failure 400 {object} model.Error +// @Failure 500 {object} model.Error +// @Router /peer/iface/{iface}/all [get] +func (e peerEndpoint) handleAllGet() gin.HandlerFunc { + return func(c *gin.Context) { + ctx := domain.SetUserInfoFromGin(c) + + interfaceId := Base64UrlDecode(c.Param("iface")) + if interfaceId == "" { + c.JSON(http.StatusBadRequest, model.Error{Code: http.StatusBadRequest, Message: "missing iface parameter"}) + return + } + + _, peers, err := e.app.GetInterfaceAndPeers(ctx, domain.InterfaceIdentifier(interfaceId)) + if err != nil { + c.JSON(http.StatusInternalServerError, model.Error{Code: http.StatusInternalServerError, Message: err.Error()}) + return + } + + c.JSON(http.StatusOK, model.NewPeers(peers)) + } +} + +// handleSingleGet returns a gorm handler function. +// +// @ID peers_handleSingleGet +// @Tags Peer +// @Summary Get peer for the given identifier. +// @Produce json +// @Param id path string true "The peer identifier" +// @Success 200 {object} model.Peer +// @Failure 400 {object} model.Error +// @Failure 500 {object} model.Error +// @Router /peer/{id} [get] +func (e peerEndpoint) handleSingleGet() gin.HandlerFunc { + return func(c *gin.Context) { + ctx := domain.SetUserInfoFromGin(c) + + peerId := Base64UrlDecode(c.Param("id")) + if peerId == "" { + c.JSON(http.StatusBadRequest, model.Error{Code: http.StatusBadRequest, Message: "missing id parameter"}) + return + } + + peer, err := e.app.GetPeer(ctx, domain.PeerIdentifier(peerId)) + if err != nil { + c.JSON(http.StatusInternalServerError, model.Error{Code: http.StatusInternalServerError, Message: err.Error()}) + return + } + + c.JSON(http.StatusOK, model.NewPeer(peer)) + } +} + +// handlePrepareGet returns a gorm handler function. +// +// @ID peers_handlePrepareGet +// @Tags Peer +// @Summary Prepare a new peer for the given interface. +// @Produce json +// @Param iface path string true "The interface identifier" +// @Success 200 {object} model.Peer +// @Failure 400 {object} model.Error +// @Failure 500 {object} model.Error +// @Router /peer/iface/{iface}/prepare [get] +func (e peerEndpoint) handlePrepareGet() gin.HandlerFunc { + return func(c *gin.Context) { + ctx := domain.SetUserInfoFromGin(c) + + interfaceId := Base64UrlDecode(c.Param("iface")) + if interfaceId == "" { + c.JSON(http.StatusBadRequest, model.Error{Code: http.StatusBadRequest, Message: "missing iface parameter"}) + return + } + + peer, err := e.app.PreparePeer(ctx, domain.InterfaceIdentifier(interfaceId)) + if err != nil { + c.JSON(http.StatusInternalServerError, model.Error{Code: http.StatusInternalServerError, Message: err.Error()}) + return + } + + c.JSON(http.StatusOK, model.NewPeer(peer)) + } +} + +// handleCreatePost returns a gorm handler function. +// +// @ID peers_handleCreatePost +// @Tags Peer +// @Summary Prepare a new peer for the given interface. +// @Produce json +// @Param iface path string true "The interface identifier" +// @Param request body model.Peer true "The peer data" +// @Success 200 {object} model.Peer +// @Failure 400 {object} model.Error +// @Failure 500 {object} model.Error +// @Router /peer/iface/{iface}/new [post] +func (e peerEndpoint) handleCreatePost() gin.HandlerFunc { + return func(c *gin.Context) { + ctx := domain.SetUserInfoFromGin(c) + + interfaceId := Base64UrlDecode(c.Param("iface")) + if interfaceId == "" { + c.JSON(http.StatusBadRequest, model.Error{Code: http.StatusBadRequest, Message: "missing iface parameter"}) + return + } + + var p model.Peer + err := c.BindJSON(&p) + if err != nil { + c.JSON(http.StatusBadRequest, model.Error{Code: http.StatusBadRequest, Message: err.Error()}) + return + } + + if p.InterfaceIdentifier != interfaceId { + c.JSON(http.StatusBadRequest, model.Error{Code: http.StatusBadRequest, Message: "interface id mismatch"}) + return + } + + newPeer, err := e.app.CreatePeer(ctx, model.NewDomainPeer(&p)) + if err != nil { + c.JSON(http.StatusInternalServerError, model.Error{Code: http.StatusInternalServerError, Message: err.Error()}) + return + } + + c.JSON(http.StatusOK, model.NewPeer(newPeer)) + } +} + +// handleCreateMultiplePost returns a gorm handler function. +// +// @ID peers_handleCreateMultiplePost +// @Tags Peer +// @Summary Create multiple new peers for the given interface. +// @Produce json +// @Param iface path string true "The interface identifier" +// @Param request body model.MultiPeerRequest true "The peer creation request data" +// @Success 200 {object} []model.Peer +// @Failure 400 {object} model.Error +// @Failure 500 {object} model.Error +// @Router /peer/iface/{iface}/multiplenew [post] +func (e peerEndpoint) handleCreateMultiplePost() gin.HandlerFunc { + return func(c *gin.Context) { + ctx := domain.SetUserInfoFromGin(c) + + interfaceId := Base64UrlDecode(c.Param("iface")) + if interfaceId == "" { + c.JSON(http.StatusBadRequest, model.Error{Code: http.StatusBadRequest, Message: "missing iface parameter"}) + return + } + + var req model.MultiPeerRequest + err := c.BindJSON(&req) + if err != nil { + c.JSON(http.StatusBadRequest, model.Error{Code: http.StatusBadRequest, Message: err.Error()}) + return + } + + newPeers, err := e.app.CreateMultiplePeers(ctx, domain.InterfaceIdentifier(interfaceId), model.NewDomainPeerCreationRequest(&req)) + if err != nil { + c.JSON(http.StatusInternalServerError, model.Error{Code: http.StatusInternalServerError, Message: err.Error()}) + return + } + + c.JSON(http.StatusOK, model.NewPeers(newPeers)) + } +} + +// handleUpdatePut returns a gorm handler function. +// +// @ID peers_handleUpdatePut +// @Tags Peer +// @Summary Update the given peer record. +// @Produce json +// @Param id path string true "The peer identifier" +// @Param request body model.Peer true "The peer data" +// @Success 200 {object} model.Peer +// @Failure 400 {object} model.Error +// @Failure 500 {object} model.Error +// @Router /peer/{id} [put] +func (e peerEndpoint) handleUpdatePut() gin.HandlerFunc { + return func(c *gin.Context) { + ctx := domain.SetUserInfoFromGin(c) + + peerId := Base64UrlDecode(c.Param("id")) + if peerId == "" { + c.JSON(http.StatusBadRequest, model.Error{Code: http.StatusBadRequest, Message: "missing id parameter"}) + return + } + + var p model.Peer + err := c.BindJSON(&p) + if err != nil { + c.JSON(http.StatusBadRequest, model.Error{Code: http.StatusBadRequest, Message: err.Error()}) + return + } + + if p.Identifier != peerId { + c.JSON(http.StatusBadRequest, model.Error{Code: http.StatusBadRequest, Message: "peer id mismatch"}) + return + } + + updatedPeer, err := e.app.UpdatePeer(ctx, model.NewDomainPeer(&p)) + if err != nil { + c.JSON(http.StatusInternalServerError, model.Error{Code: http.StatusInternalServerError, Message: err.Error()}) + return + } + + c.JSON(http.StatusOK, model.NewPeer(updatedPeer)) + } +} + +// handleDelete returns a gorm handler function. +// +// @ID peers_handleDelete +// @Tags Peer +// @Summary Delete the peer record. +// @Produce json +// @Param id path string true "The peer identifier" +// @Success 204 "No content if deletion was successful" +// @Failure 400 {object} model.Error +// @Failure 500 {object} model.Error +// @Router /peer/{id} [delete] +func (e peerEndpoint) handleDelete() gin.HandlerFunc { + return func(c *gin.Context) { + ctx := domain.SetUserInfoFromGin(c) + + id := Base64UrlDecode(c.Param("id")) + if id == "" { + c.JSON(http.StatusBadRequest, model.Error{Code: http.StatusBadRequest, Message: "missing peer id"}) + return + } + + err := e.app.DeletePeer(ctx, domain.PeerIdentifier(id)) + if err != nil { + c.JSON(http.StatusInternalServerError, model.Error{Code: http.StatusInternalServerError, Message: err.Error()}) + return + } + + c.Status(http.StatusNoContent) + } +} + +// handleConfigGet returns a gorm handler function. +// +// @ID peers_handleConfigGet +// @Tags Peer +// @Summary Get peer configuration as string. +// @Produce json +// @Param id path string true "The peer identifier" +// @Success 200 {object} string +// @Failure 400 {object} model.Error +// @Failure 500 {object} model.Error +// @Router /peer/config/{id} [get] +func (e peerEndpoint) handleConfigGet() gin.HandlerFunc { + return func(c *gin.Context) { + id := Base64UrlDecode(c.Param("id")) + if id == "" { + c.JSON(http.StatusBadRequest, model.Error{ + Code: http.StatusInternalServerError, Message: "missing id parameter", + }) + return + } + + config, err := e.app.GetPeerConfig(c.Request.Context(), domain.PeerIdentifier(id)) + if err != nil { + c.JSON(http.StatusInternalServerError, model.Error{ + Code: http.StatusInternalServerError, Message: err.Error(), + }) + return + } + + configString, err := io.ReadAll(config) + if err != nil { + c.JSON(http.StatusInternalServerError, model.Error{ + Code: http.StatusInternalServerError, Message: err.Error(), + }) + return + } + + c.JSON(http.StatusOK, string(configString)) + } +} + +// handleQrCodeGet returns a gorm handler function. +// +// @ID peers_handleQrCodeGet +// @Tags Peer +// @Summary Get peer configuration as qr code. +// @Produce json +// @Param id path string true "The peer identifier" +// @Success 200 {object} string +// @Failure 400 {object} model.Error +// @Failure 500 {object} model.Error +// @Router /peer/config-qr/{id} [get] +func (e peerEndpoint) handleQrCodeGet() gin.HandlerFunc { + return func(c *gin.Context) { + id := Base64UrlDecode(c.Param("id")) + if id == "" { + c.JSON(http.StatusBadRequest, model.Error{ + Code: http.StatusInternalServerError, Message: "missing id parameter", + }) + return + } + + config, err := e.app.GetPeerConfigQrCode(c.Request.Context(), domain.PeerIdentifier(id)) + if err != nil { + c.JSON(http.StatusInternalServerError, model.Error{ + Code: http.StatusInternalServerError, Message: err.Error(), + }) + return + } + + configData, err := io.ReadAll(config) + if err != nil { + c.JSON(http.StatusInternalServerError, model.Error{ + Code: http.StatusInternalServerError, Message: err.Error(), + }) + return + } + + c.Data(http.StatusOK, "image/png", configData) + } +} + +// handleEmailPost returns a gorm handler function. +// +// @ID peers_handleEmailPost +// @Tags Peer +// @Summary Send peer configuration via email. +// @Produce json +// @Param request body model.PeerMailRequest true "The peer mail request data" +// @Success 204 "No content if mail sending was successful" +// @Failure 400 {object} model.Error +// @Failure 500 {object} model.Error +// @Router /peer/config-mail [post] +func (e peerEndpoint) handleEmailPost() gin.HandlerFunc { + return func(c *gin.Context) { + var req model.PeerMailRequest + err := c.BindJSON(&req) + if err != nil { + c.JSON(http.StatusBadRequest, model.Error{Code: http.StatusBadRequest, Message: err.Error()}) + return + } + + if len(req.Identifiers) == 0 { + c.JSON(http.StatusBadRequest, model.Error{Code: http.StatusBadRequest, Message: "missing peer identifiers"}) + return + } + + peerIds := make([]domain.PeerIdentifier, len(req.Identifiers)) + for i := range req.Identifiers { + peerIds[i] = domain.PeerIdentifier(req.Identifiers[i]) + } + err = e.app.SendPeerEmail(c.Request.Context(), req.LinkOnly, peerIds...) + if err != nil { + c.JSON(http.StatusInternalServerError, model.Error{Code: http.StatusInternalServerError, Message: err.Error()}) + return + } + + c.Status(http.StatusNoContent) + } +} + +// handleStatsGet returns a gorm handler function. +// +// @ID peers_handleStatsGet +// @Tags Peer +// @Summary Get peer stats for the given interface. +// @Produce json +// @Param iface path string true "The interface identifier" +// @Success 200 {object} model.PeerStats +// @Failure 400 {object} model.Error +// @Failure 500 {object} model.Error +// @Router /peer/iface/{iface}/stats [get] +func (e peerEndpoint) handleStatsGet() gin.HandlerFunc { + return func(c *gin.Context) { + ctx := domain.SetUserInfoFromGin(c) + + interfaceId := Base64UrlDecode(c.Param("iface")) + if interfaceId == "" { + c.JSON(http.StatusBadRequest, model.Error{Code: http.StatusBadRequest, Message: "missing iface parameter"}) + return + } + + stats, err := e.app.GetPeerStats(ctx, domain.InterfaceIdentifier(interfaceId)) + if err != nil { + c.JSON(http.StatusInternalServerError, model.Error{Code: http.StatusInternalServerError, Message: err.Error()}) + return + } + + c.JSON(http.StatusOK, model.NewPeerStats(e.app.Config.Statistics.CollectPeerData, stats)) + } +} diff --git a/internal/app/api/v0/handlers/endpoint_testing.go b/internal/app/api/v0/handlers/endpoint_testing.go new file mode 100644 index 0000000..a534e92 --- /dev/null +++ b/internal/app/api/v0/handlers/endpoint_testing.go @@ -0,0 +1,65 @@ +package handlers + +import ( + "github.com/gin-gonic/gin" + "github.com/h44z/wg-portal/internal/app/api/v0/model" + "net/http" + "os" + "time" +) + +type testEndpoint struct{} + +func (e testEndpoint) GetName() string { + return "TestEndpoint" +} + +func (e testEndpoint) RegisterRoutes(g *gin.RouterGroup, authenticator *authenticationHandler) { + g.GET("/now", e.handleCurrentTimeGet()) + g.GET("/hostname", e.handleHostnameGet()) +} + +// handleCurrentTimeGet represents the GET endpoint that responds the current time +// +// @ID test_handleCurrentTimeGet +// @Tags Testing +// @Summary Get the current local time. +// @Description Nothing more to describe... +// @Produce json +// @Success 200 {object} string +// @Failure 500 {object} model.Error +// @Router /now [get] +func (e testEndpoint) handleCurrentTimeGet() gin.HandlerFunc { + return func(c *gin.Context) { + if time.Now().Second() == 0 { + c.JSON(http.StatusInternalServerError, model.Error{ + Code: http.StatusInternalServerError, + Message: "invalid time", + }) + } + c.JSON(http.StatusOK, time.Now().String()) + } +} + +// handleHostnameGet represents the GET endpoint that responds the current hostname +// +// @ID test_handleHostnameGet +// @Tags Testing +// @Summary Get the current host name. +// @Description Nothing more to describe... +// @Produce json +// @Success 200 {object} string +// @Failure 500 {object} model.Error +// @Router /hostname [get] +func (e testEndpoint) handleHostnameGet() gin.HandlerFunc { + return func(c *gin.Context) { + hostname, err := os.Hostname() + if err != nil { + c.JSON(http.StatusInternalServerError, model.Error{ + Code: http.StatusInternalServerError, + Message: err.Error(), + }) + } + c.JSON(http.StatusOK, hostname) + } +} diff --git a/internal/app/api/v0/handlers/endpoint_users.go b/internal/app/api/v0/handlers/endpoint_users.go new file mode 100644 index 0000000..30cc084 --- /dev/null +++ b/internal/app/api/v0/handlers/endpoint_users.go @@ -0,0 +1,250 @@ +package handlers + +import ( + "github.com/gin-gonic/gin" + "github.com/h44z/wg-portal/internal/app" + "github.com/h44z/wg-portal/internal/app/api/v0/model" + "github.com/h44z/wg-portal/internal/domain" + "net/http" +) + +type userEndpoint struct { + app *app.App + authenticator *authenticationHandler +} + +func (e userEndpoint) GetName() string { + return "UserEndpoint" +} + +func (e userEndpoint) RegisterRoutes(g *gin.RouterGroup, authenticator *authenticationHandler) { + apiGroup := g.Group("/user", e.authenticator.LoggedIn()) + + apiGroup.GET("/all", e.handleAllGet()) + apiGroup.GET("/:id", e.handleSingleGet()) + apiGroup.PUT("/:id", e.handleUpdatePut()) + apiGroup.DELETE("/:id", e.handleDelete()) + apiGroup.POST("/new", e.handleCreatePost()) + apiGroup.GET("/:id/peers", e.handlePeersGet()) + apiGroup.GET("/:id/stats", e.handleStatsGet()) +} + +// handleAllGet returns a gorm handler function. +// +// @ID users_handleAllGet +// @Tags Users +// @Summary Get all user records. +// @Produce json +// @Success 200 {object} []model.User +// @Failure 500 {object} model.Error +// @Router /user/all [get] +func (e userEndpoint) handleAllGet() gin.HandlerFunc { + return func(c *gin.Context) { + ctx := domain.SetUserInfoFromGin(c) + + users, err := e.app.GetAllUsers(ctx) + if err != nil { + c.JSON(http.StatusInternalServerError, model.Error{Code: http.StatusInternalServerError, Message: err.Error()}) + return + } + + c.JSON(http.StatusOK, model.NewUsers(users)) + } +} + +// handleSingleGet returns a gorm handler function. +// +// @ID users_handleSingleGet +// @Tags Users +// @Summary Get a single user record. +// @Produce json +// @Param id path string true "The user identifier" +// @Success 200 {object} model.User +// @Failure 500 {object} model.Error +// @Router /user/{id} [get] +func (e userEndpoint) handleSingleGet() gin.HandlerFunc { + return func(c *gin.Context) { + ctx := domain.SetUserInfoFromGin(c) + + id := Base64UrlDecode(c.Param("id")) + if id == "" { + c.JSON(http.StatusBadRequest, model.Error{Code: http.StatusBadRequest, Message: "missing user id"}) + return + } + + user, err := e.app.GetUser(ctx, domain.UserIdentifier(id)) + if err != nil { + c.JSON(http.StatusInternalServerError, model.Error{Code: http.StatusInternalServerError, Message: err.Error()}) + return + } + + c.JSON(http.StatusOK, model.NewUser(user)) + } +} + +// handleUpdatePut returns a gorm handler function. +// +// @ID users_handleUpdatePut +// @Tags Users +// @Summary Update the user record. +// @Produce json +// @Param id path string true "The user identifier" +// @Param request body model.User true "The user data" +// @Success 200 {object} model.User +// @Failure 400 {object} model.Error +// @Failure 500 {object} model.Error +// @Router /user/{id} [put] +func (e userEndpoint) handleUpdatePut() gin.HandlerFunc { + return func(c *gin.Context) { + ctx := domain.SetUserInfoFromGin(c) + + id := Base64UrlDecode(c.Param("id")) + if id == "" { + c.JSON(http.StatusBadRequest, model.Error{Code: http.StatusBadRequest, Message: "missing user id"}) + return + } + + var user model.User + err := c.BindJSON(&user) + if err != nil { + c.JSON(http.StatusBadRequest, model.Error{Code: http.StatusBadRequest, Message: err.Error()}) + return + } + + if id != user.Identifier { + c.JSON(http.StatusBadRequest, model.Error{Code: http.StatusBadRequest, Message: "user id mismatch"}) + return + } + + updateUser, err := e.app.UpdateUser(ctx, model.NewDomainUser(&user)) + if err != nil { + c.JSON(http.StatusInternalServerError, model.Error{Code: http.StatusInternalServerError, Message: err.Error()}) + return + } + + c.JSON(http.StatusOK, model.NewUser(updateUser)) + } +} + +// handleCreatePost returns a gorm handler function. +// +// @ID users_handleCreatePost +// @Tags Users +// @Summary Create the new user record. +// @Produce json +// @Param request body model.User true "The user data" +// @Success 200 {object} model.User +// @Failure 400 {object} model.Error +// @Failure 500 {object} model.Error +// @Router /user/new [post] +func (e userEndpoint) handleCreatePost() gin.HandlerFunc { + return func(c *gin.Context) { + ctx := domain.SetUserInfoFromGin(c) + + var user model.User + err := c.BindJSON(&user) + if err != nil { + c.JSON(http.StatusBadRequest, model.Error{Code: http.StatusBadRequest, Message: err.Error()}) + return + } + + newUser, err := e.app.CreateUser(ctx, model.NewDomainUser(&user)) + if err != nil { + c.JSON(http.StatusInternalServerError, model.Error{Code: http.StatusInternalServerError, Message: err.Error()}) + return + } + + c.JSON(http.StatusOK, model.NewUser(newUser)) + } +} + +// handlePeersGet returns a gorm handler function. +// +// @ID users_handlePeersGet +// @Tags Users +// @Summary Get peers for the given user. +// @Produce json +// @Success 200 {object} []model.Peer +// @Failure 400 {object} model.Error +// @Failure 500 {object} model.Error +// @Router /user/{id}/peers [get] +func (e userEndpoint) handlePeersGet() gin.HandlerFunc { + return func(c *gin.Context) { + ctx := domain.SetUserInfoFromGin(c) + + interfaceId := Base64UrlDecode(c.Param("id")) + if interfaceId == "" { + c.JSON(http.StatusBadRequest, model.Error{Code: http.StatusInternalServerError, Message: "missing id parameter"}) + return + } + + peers, err := e.app.GetUserPeers(ctx, domain.UserIdentifier(interfaceId)) + if err != nil { + c.JSON(http.StatusInternalServerError, model.Error{Code: http.StatusInternalServerError, Message: err.Error()}) + return + } + + c.JSON(http.StatusOK, model.NewPeers(peers)) + } +} + +// handleStatsGet returns a gorm handler function. +// +// @ID users_handleStatsGet +// @Tags Users +// @Summary Get peer stats for the given user. +// @Produce json +// @Success 200 {object} model.PeerStats +// @Failure 400 {object} model.Error +// @Failure 500 {object} model.Error +// @Router /user/{id}/stats [get] +func (e userEndpoint) handleStatsGet() gin.HandlerFunc { + return func(c *gin.Context) { + ctx := domain.SetUserInfoFromGin(c) + + userId := Base64UrlDecode(c.Param("id")) + if userId == "" { + c.JSON(http.StatusBadRequest, model.Error{Code: http.StatusInternalServerError, Message: "missing id parameter"}) + return + } + + stats, err := e.app.GetUserPeerStats(ctx, domain.UserIdentifier(userId)) + if err != nil { + c.JSON(http.StatusInternalServerError, model.Error{Code: http.StatusInternalServerError, Message: err.Error()}) + return + } + + c.JSON(http.StatusOK, model.NewPeerStats(e.app.Config.Statistics.CollectPeerData, stats)) + } +} + +// handleDelete returns a gorm handler function. +// +// @ID users_handleDelete +// @Tags Users +// @Summary Delete the user record. +// @Produce json +// @Param id path string true "The user identifier" +// @Success 204 "No content if deletion was successful" +// @Failure 400 {object} model.Error +// @Failure 500 {object} model.Error +// @Router /user/{id} [delete] +func (e userEndpoint) handleDelete() gin.HandlerFunc { + return func(c *gin.Context) { + ctx := domain.SetUserInfoFromGin(c) + + id := Base64UrlDecode(c.Param("id")) + if id == "" { + c.JSON(http.StatusBadRequest, model.Error{Code: http.StatusBadRequest, Message: "missing user id"}) + return + } + + err := e.app.DeleteUser(ctx, domain.UserIdentifier(id)) + if err != nil { + c.JSON(http.StatusInternalServerError, model.Error{Code: http.StatusInternalServerError, Message: err.Error()}) + return + } + + c.Status(http.StatusNoContent) + } +} diff --git a/internal/app/api/v0/handlers/frontend_config.js.gotpl b/internal/app/api/v0/handlers/frontend_config.js.gotpl new file mode 100644 index 0000000..034f34b --- /dev/null +++ b/internal/app/api/v0/handlers/frontend_config.js.gotpl @@ -0,0 +1,6 @@ +WGPORTAL_BACKEND_BASE_URL="{{ $.BackendUrl }}"; +WGPORTAL_VERSION="{{ $.Version }}"; +WGPORTAL_SITE_TITLE="{{ $.SiteTitle }}"; +WGPORTAL_SITE_COMPANY_NAME="{{ $.SiteCompanyName }}"; + +document.title = "{{ $.SiteTitle }}"; \ No newline at end of file diff --git a/internal/app/api/v0/handlers/middleware_authentication.go b/internal/app/api/v0/handlers/middleware_authentication.go new file mode 100644 index 0000000..bf034d2 --- /dev/null +++ b/internal/app/api/v0/handlers/middleware_authentication.go @@ -0,0 +1,85 @@ +package handlers + +import ( + "github.com/gin-gonic/gin" + "github.com/h44z/wg-portal/internal/app" + "github.com/h44z/wg-portal/internal/app/api/v0/model" + "github.com/h44z/wg-portal/internal/domain" + "net/http" +) + +type Scope string + +const ( + ScopeAdmin Scope = "ADMIN" // Admin scope contains all other scopes + ScopeSwagger Scope = "SWAGGER" + ScopeUser Scope = "USER" +) + +type authenticationHandler struct { + app *app.App + Session SessionStore +} + +// LoggedIn checks if a user is logged in. If scopes are given, they are validated as well. +func (h authenticationHandler) LoggedIn(scopes ...Scope) gin.HandlerFunc { + return func(c *gin.Context) { + session := h.Session.GetData(c) + + if !session.LoggedIn { + // Abort the request with the appropriate error code + c.Abort() + c.JSON(http.StatusUnauthorized, model.Error{Code: http.StatusUnauthorized, Message: "not logged in"}) + return + } + + if !UserHasScopes(session, scopes...) { + // Abort the request with the appropriate error code + c.Abort() + c.JSON(http.StatusForbidden, model.Error{Code: http.StatusForbidden, Message: "not enough permissions"}) + return + } + + // Check if logged-in user is still valid + if !h.app.Authenticator.IsUserValid(c.Request.Context(), domain.UserIdentifier(session.UserIdentifier)) { + h.Session.DestroyData(c) + c.Abort() + c.JSON(http.StatusUnauthorized, model.Error{Code: http.StatusUnauthorized, Message: "session no longer available"}) + return + } + + c.Set(domain.CtxUserInfo, &domain.ContextUserInfo{ + Id: domain.UserIdentifier(session.UserIdentifier), + IsAdmin: session.IsAdmin, + }) + + // Continue down the chain to handler etc + c.Next() + } +} + +func UserHasScopes(session SessionData, scopes ...Scope) bool { + // No scopes give, so the check should succeed + if len(scopes) == 0 { + return true + } + + // check if user has admin scope + if session.IsAdmin { + return true + } + + // Check if admin scope is required + for _, scope := range scopes { + if scope == ScopeAdmin { + return false + } + } + + // For all other scopes, a logged-in user is sufficient (for now) + if session.LoggedIn { + return true + } + + return false +} diff --git a/internal/app/api/v0/handlers/session.go b/internal/app/api/v0/handlers/session.go new file mode 100644 index 0000000..5a34d27 --- /dev/null +++ b/internal/app/api/v0/handlers/session.go @@ -0,0 +1,92 @@ +package handlers + +import ( + "encoding/gob" + "fmt" + + "github.com/gin-contrib/sessions" + "github.com/gin-gonic/gin" +) + +func init() { + gob.Register(SessionData{}) +} + +type SessionData struct { + LoggedIn bool + IsAdmin bool + + UserIdentifier string + + Firstname string + Lastname string + Email string + + OauthState string + OauthNonce string + OauthProvider string + OauthReturnTo string +} + +type SessionStore interface { + DefaultSessionData() SessionData + + GetData(c *gin.Context) SessionData + SetData(c *gin.Context, data SessionData) + + DestroyData(c *gin.Context) +} + +type GinSessionStore struct { + sessionIdentifier string +} + +func (g GinSessionStore) GetData(c *gin.Context) SessionData { + session := sessions.Default(c) + rawSessionData := session.Get(g.sessionIdentifier) + + var sessionData SessionData + if rawSessionData != nil { + sessionData = rawSessionData.(SessionData) + } else { + // init a new default session + sessionData = g.DefaultSessionData() + session.Set(g.sessionIdentifier, sessionData) + if err := session.Save(); err != nil { + panic(fmt.Sprintf("failed to store session: %v", err)) + } + } + + return sessionData +} + +func (g GinSessionStore) DefaultSessionData() SessionData { + return SessionData{ + LoggedIn: false, + IsAdmin: false, + UserIdentifier: "", + Firstname: "", + Lastname: "", + Email: "", + OauthState: "", + OauthNonce: "", + OauthProvider: "", + OauthReturnTo: "", + } +} + +func (g GinSessionStore) SetData(c *gin.Context, data SessionData) { + session := sessions.Default(c) + session.Set(g.sessionIdentifier, data) + if err := session.Save(); err != nil { + panic(fmt.Sprintf("failed to store session: %v", err)) + } +} + +func (g GinSessionStore) DestroyData(c *gin.Context) { + session := sessions.Default(c) + session.Delete(g.sessionIdentifier) + if err := session.Save(); err != nil { + panic(fmt.Sprintf("failed to store session: %v", err)) + } +} diff --git a/internal/app/api/v0/model/model_options.go b/internal/app/api/v0/model/model_options.go new file mode 100644 index 0000000..b0be72f --- /dev/null +++ b/internal/app/api/v0/model/model_options.go @@ -0,0 +1,136 @@ +package model + +import ( + "github.com/h44z/wg-portal/internal" + "github.com/h44z/wg-portal/internal/domain" +) + +type StringConfigOption struct { + Value string `json:"Value"` + Overridable bool `json:"Overridable"` +} + +func NewStringConfigOption(value string, overridable bool) StringConfigOption { + return StringConfigOption{ + Value: value, + Overridable: overridable, + } +} + +func StringConfigOptionFromDomain(opt domain.StringConfigOption) StringConfigOption { + return StringConfigOption{ + Value: opt.Value, + Overridable: opt.Overridable, + } +} + +func StringConfigOptionToDomain(opt StringConfigOption) domain.StringConfigOption { + return domain.StringConfigOption{ + Value: opt.Value, + Overridable: opt.Overridable, + } +} + +type StringSliceConfigOption struct { + Value []string `json:"Value"` + Overridable bool `json:"Overridable"` +} + +func NewStringSliceConfigOption(value []string, overridable bool) StringSliceConfigOption { + return StringSliceConfigOption{ + Value: value, + Overridable: overridable, + } +} + +func StringSliceConfigOptionFromDomain(opt domain.StringConfigOption) StringSliceConfigOption { + return StringSliceConfigOption{ + Value: internal.SliceString(opt.Value), + Overridable: opt.Overridable, + } +} + +func StringSliceConfigOptionToDomain(opt StringSliceConfigOption) domain.StringConfigOption { + return domain.StringConfigOption{ + Value: internal.SliceToString(opt.Value), + Overridable: opt.Overridable, + } +} + +type IntConfigOption struct { + Value int `json:"Value"` + Overridable bool `json:"Overridable"` +} + +func NewIntConfigOption(value int, overridable bool) IntConfigOption { + return IntConfigOption{ + Value: value, + Overridable: overridable, + } +} + +func IntConfigOptionFromDomain(opt domain.IntConfigOption) IntConfigOption { + return IntConfigOption{ + Value: opt.Value, + Overridable: opt.Overridable, + } +} + +func IntConfigOptionToDomain(opt IntConfigOption) domain.IntConfigOption { + return domain.IntConfigOption{ + Value: opt.Value, + Overridable: opt.Overridable, + } +} + +type Int32ConfigOption struct { + Value int32 `json:"Value"` + Overridable bool `json:"Overridable"` +} + +func NewInt32ConfigOption(value int32, overridable bool) Int32ConfigOption { + return Int32ConfigOption{ + Value: value, + Overridable: overridable, + } +} + +func Int32ConfigOptionFromDomain(opt domain.Int32ConfigOption) Int32ConfigOption { + return Int32ConfigOption{ + Value: opt.Value, + Overridable: opt.Overridable, + } +} + +func Int32ConfigOptionToDomain(opt Int32ConfigOption) domain.Int32ConfigOption { + return domain.Int32ConfigOption{ + Value: opt.Value, + Overridable: opt.Overridable, + } +} + +type BoolConfigOption struct { + Value bool `json:"Value"` + Overridable bool `json:"Overridable"` +} + +func NewBoolConfigOption(value bool, overridable bool) BoolConfigOption { + return BoolConfigOption{ + Value: value, + Overridable: overridable, + } +} + +func BoolConfigOptionFromDomain(opt domain.BoolConfigOption) BoolConfigOption { + return BoolConfigOption{ + Value: opt.Value, + Overridable: opt.Overridable, + } +} + +func BoolConfigOptionToDomain(opt BoolConfigOption) domain.BoolConfigOption { + return domain.BoolConfigOption{ + Value: opt.Value, + Overridable: opt.Overridable, + } +} diff --git a/internal/app/api/v0/model/models.go b/internal/app/api/v0/model/models.go new file mode 100644 index 0000000..c654d2a --- /dev/null +++ b/internal/app/api/v0/model/models.go @@ -0,0 +1,12 @@ +package model + +type Error struct { + Code int `json:"Code"` + Message string `json:"Message"` +} + +type Settings struct { + MailLinkOnly bool `json:"MailLinkOnly"` + PersistentConfigSupported bool `json:"PersistentConfigSupported"` + SelfProvisioning bool `json:"SelfProvisioning"` +} diff --git a/internal/app/api/v0/model/models_authentication.go b/internal/app/api/v0/model/models_authentication.go new file mode 100644 index 0000000..1966405 --- /dev/null +++ b/internal/app/api/v0/model/models_authentication.go @@ -0,0 +1,41 @@ +package model + +import "github.com/h44z/wg-portal/internal/domain" + +type LoginProviderInfo struct { + Identifier string `json:"Identifier" example:"google"` + Name string `json:"Name" example:"Login with Google"` + ProviderUrl string `json:"ProviderUrl" example:"/auth/google/login"` + CallbackUrl string `json:"CallbackUrl" example:"/auth/google/callback"` +} + +func NewLoginProviderInfo(src *domain.LoginProviderInfo) *LoginProviderInfo { + return &LoginProviderInfo{ + Identifier: src.Identifier, + Name: src.Name, + ProviderUrl: src.ProviderUrl, + CallbackUrl: src.CallbackUrl, + } +} + +func NewLoginProviderInfos(src []domain.LoginProviderInfo) []LoginProviderInfo { + accessories := make([]LoginProviderInfo, len(src)) + for i := range src { + accessories[i] = *NewLoginProviderInfo(&src[i]) + } + return accessories +} + +type SessionInfo struct { + LoggedIn bool `json:"LoggedIn"` + IsAdmin bool `json:"IsAdmin,omitempty"` + UserIdentifier *string `json:"UserIdentifier,omitempty"` + UserFirstname *string `json:"UserFirstname,omitempty"` + UserLastname *string `json:"UserLastname,omitempty"` + UserEmail *string `json:"UserEmail,omitempty"` +} + +type OauthInitiationResponse struct { + RedirectUrl string + State string +} diff --git a/internal/app/api/v0/model/models_interface.go b/internal/app/api/v0/model/models_interface.go new file mode 100644 index 0000000..5755304 --- /dev/null +++ b/internal/app/api/v0/model/models_interface.go @@ -0,0 +1,166 @@ +package model + +import ( + "github.com/h44z/wg-portal/internal" + "time" + + "github.com/h44z/wg-portal/internal/domain" +) + +type Interface struct { + Identifier string `json:"Identifier" example:"wg0"` // device name, for example: wg0 + DisplayName string `json:"DisplayName"` // a nice display name/ description for the interface + Mode string `json:"Mode" example:"server"` // the interface type, either 'server', 'client' or 'any' + PrivateKey string `json:"PrivateKey" example:"abcdef=="` // private Key of the server interface + PublicKey string `json:"PublicKey" example:"abcdef=="` // public Key of the server interface + Disabled bool `json:"Disabled"` // flag that specifies if the interface is enabled (up) or not (down) + DisabledReason string `json:"DisabledReason"` // the reason why the interface has been disabled + SaveConfig bool `json:"SaveConfig"` // automatically persist config changes to the wgX.conf file + + ListenPort int `json:"ListenPort"` // the listening port, for example: 51820 + Addresses []string `json:"Addresses"` // the interface ip addresses + Dns []string `json:"Dns"` // the dns server that should be set if the interface is up, comma separated + DnsSearch []string `json:"DnsSearch"` // the dns search option string that should be set if the interface is up, will be appended to DnsStr + Mtu int `json:"Mtu"` // the device MTU + FirewallMark int32 `json:"FirewallMark"` // a firewall mark + RoutingTable string `json:"RoutingTable"` // the routing table + + PreUp string `json:"PreUp"` // action that is executed before the device is up + PostUp string `json:"PostUp"` // action that is executed after the device is up + PreDown string `json:"PreDown"` // action that is executed before the device is down + PostDown string `json:"PostDown"` // action that is executed after the device is down + + PeerDefNetwork []string `json:"PeerDefNetwork"` // the default subnets from which peers will get their IP addresses, comma seperated + PeerDefDns []string `json:"PeerDefDns"` // the default dns server for the peer + PeerDefDnsSearch []string `json:"PeerDefDnsSearch"` // the default dns search options for the peer + PeerDefEndpoint string `json:"PeerDefEndpoint"` // the default endpoint for the peer + PeerDefAllowedIPs []string `json:"PeerDefAllowedIPs"` // the default allowed IP string for the peer + PeerDefMtu int `json:"PeerDefMtu"` // the default device MTU + PeerDefPersistentKeepalive int `json:"PeerDefPersistentKeepalive"` // the default persistent keep-alive Value + PeerDefFirewallMark int32 `json:"PeerDefFirewallMark"` // default firewall mark + PeerDefRoutingTable string `json:"PeerDefRoutingTable"` // the default routing table + + PeerDefPreUp string `json:"PeerDefPreUp"` // default action that is executed before the device is up + PeerDefPostUp string `json:"PeerDefPostUp"` // default action that is executed after the device is up + PeerDefPreDown string `json:"PeerDefPreDown"` // default action that is executed before the device is down + PeerDefPostDown string `json:"PeerDefPostDown"` // default action that is executed after the device is down + + // Calculated values + + EnabledPeers int `json:"EnabledPeers"` + TotalPeers int `json:"TotalPeers"` +} + +func NewInterface(src *domain.Interface, peers []domain.Peer) *Interface { + iface := &Interface{ + Identifier: string(src.Identifier), + DisplayName: src.DisplayName, + Mode: string(src.Type), + PrivateKey: src.PrivateKey, + PublicKey: src.PublicKey, + Disabled: src.IsDisabled(), + DisabledReason: src.DisabledReason, + SaveConfig: src.SaveConfig, + ListenPort: src.ListenPort, + Addresses: domain.CidrsToStringSlice(src.Addresses), + Dns: internal.SliceString(src.DnsStr), + DnsSearch: internal.SliceString(src.DnsSearchStr), + Mtu: src.Mtu, + FirewallMark: src.FirewallMark, + RoutingTable: src.RoutingTable, + PreUp: src.PreUp, + PostUp: src.PostUp, + PreDown: src.PreDown, + PostDown: src.PostDown, + PeerDefNetwork: internal.SliceString(src.PeerDefNetworkStr), + PeerDefDns: internal.SliceString(src.PeerDefDnsStr), + PeerDefDnsSearch: internal.SliceString(src.PeerDefDnsSearchStr), + PeerDefEndpoint: src.PeerDefEndpoint, + PeerDefAllowedIPs: internal.SliceString(src.PeerDefAllowedIPsStr), + PeerDefMtu: src.PeerDefMtu, + PeerDefPersistentKeepalive: src.PeerDefPersistentKeepalive, + PeerDefFirewallMark: src.PeerDefFirewallMark, + PeerDefRoutingTable: src.PeerDefRoutingTable, + PeerDefPreUp: src.PeerDefPreUp, + PeerDefPostUp: src.PeerDefPostUp, + PeerDefPreDown: src.PeerDefPreDown, + PeerDefPostDown: src.PeerDefPostDown, + + EnabledPeers: 0, + TotalPeers: 0, + } + + if len(peers) > 0 { + iface.TotalPeers = len(peers) + + activePeers := 0 + for _, peer := range peers { + if !peer.IsDisabled() { + activePeers++ + } + } + iface.EnabledPeers = activePeers + } + + return iface +} + +func NewInterfaces(src []domain.Interface, srcPeers [][]domain.Peer) []Interface { + results := make([]Interface, len(src)) + for i := range src { + results[i] = *NewInterface(&src[i], srcPeers[i]) + } + + return results +} + +func NewDomainInterface(src *Interface) *domain.Interface { + now := time.Now() + + cidrs, _ := domain.CidrsFromArray(src.Addresses) + + res := &domain.Interface{ + BaseModel: domain.BaseModel{}, + Identifier: domain.InterfaceIdentifier(src.Identifier), + KeyPair: domain.KeyPair{ + PrivateKey: src.PrivateKey, + PublicKey: src.PublicKey, + }, + ListenPort: src.ListenPort, + Addresses: cidrs, + DnsStr: internal.SliceToString(src.Dns), + DnsSearchStr: internal.SliceToString(src.DnsSearch), + Mtu: src.Mtu, + FirewallMark: src.FirewallMark, + RoutingTable: src.RoutingTable, + PreUp: src.PreUp, + PostUp: src.PostUp, + PreDown: src.PreDown, + PostDown: src.PostDown, + SaveConfig: src.SaveConfig, + DisplayName: src.DisplayName, + Type: domain.InterfaceType(src.Mode), + DriverType: "", // currently unused + Disabled: nil, // set below + DisabledReason: src.DisabledReason, + PeerDefNetworkStr: internal.SliceToString(src.PeerDefNetwork), + PeerDefDnsStr: internal.SliceToString(src.PeerDefDns), + PeerDefDnsSearchStr: internal.SliceToString(src.PeerDefDnsSearch), + PeerDefEndpoint: src.PeerDefEndpoint, + PeerDefAllowedIPsStr: internal.SliceToString(src.PeerDefAllowedIPs), + PeerDefMtu: src.PeerDefMtu, + PeerDefPersistentKeepalive: src.PeerDefPersistentKeepalive, + PeerDefFirewallMark: src.PeerDefFirewallMark, + PeerDefRoutingTable: src.PeerDefRoutingTable, + PeerDefPreUp: src.PeerDefPreUp, + PeerDefPostUp: src.PeerDefPostUp, + PeerDefPreDown: src.PeerDefPreDown, + PeerDefPostDown: src.PeerDefPostDown, + } + + if src.Disabled { + res.Disabled = &now + } + + return res +} diff --git a/internal/app/api/v0/model/models_peer.go b/internal/app/api/v0/model/models_peer.go new file mode 100644 index 0000000..50f2640 --- /dev/null +++ b/internal/app/api/v0/model/models_peer.go @@ -0,0 +1,224 @@ +package model + +import ( + "github.com/h44z/wg-portal/internal" + "github.com/h44z/wg-portal/internal/domain" + "time" +) + +const ExpiryDateTimeLayout = "\"2006-01-02\"" + +type ExpiryDate struct { + *time.Time +} + +// UnmarshalJSON will unmarshal using 2006-01-02 layout +func (d *ExpiryDate) UnmarshalJSON(b []byte) error { + if len(b) == 0 || string(b) == "null" || string(b) == "\"\"" { + return nil + } + parsed, err := time.Parse(ExpiryDateTimeLayout, string(b)) + if err != nil { + return err + } + + if !parsed.IsZero() { + d.Time = &parsed + } + return nil +} + +// MarshalJSON will marshal using 2006-01-02 layout +func (d *ExpiryDate) MarshalJSON() ([]byte, error) { + if d == nil || d.Time == nil { + return []byte("null"), nil + } + + s := d.Format(ExpiryDateTimeLayout) + return []byte(s), nil +} + +type Peer struct { + Identifier string `json:"Identifier" example:"super_nice_peer"` // peer unique identifier + DisplayName string `json:"DisplayName"` // a nice display name/ description for the peer + UserIdentifier string `json:"UserIdentifier"` // the owner + InterfaceIdentifier string `json:"InterfaceIdentifier"` // the interface id + Disabled bool `json:"Disabled"` // flag that specifies if the peer is enabled (up) or not (down) + DisabledReason string `json:"DisabledReason"` // the reason why the peer has been disabled + ExpiresAt ExpiryDate `json:"ExpiresAt,omitempty"` // expiry dates for peers + Notes string `json:"Notes"` // a note field for peers + + Endpoint StringConfigOption `json:"Endpoint"` // the endpoint address + EndpointPublicKey StringConfigOption `json:"EndpointPublicKey"` // the endpoint public key + AllowedIPs StringSliceConfigOption `json:"AllowedIPs"` // all allowed ip subnets, comma seperated + ExtraAllowedIPs []string `json:"ExtraAllowedIPs"` // all allowed ip subnets on the server side, comma seperated + PresharedKey string `json:"PresharedKey"` // the pre-shared Key of the peer + PersistentKeepalive IntConfigOption `json:"PersistentKeepalive"` // the persistent keep-alive interval + + PrivateKey string `json:"PrivateKey" example:"abcdef=="` // private Key of the server peer + PublicKey string `json:"PublicKey" example:"abcdef=="` // public Key of the server peer + + Mode string // the peer interface type (server, client, any) + + Addresses []string `json:"Addresses"` // the interface ip addresses + CheckAliveAddress string `json:"CheckAliveAddress"` // optional ip address or DNS name that is used for ping checks + Dns StringSliceConfigOption `json:"Dns"` // the dns server that should be set if the interface is up, comma separated + DnsSearch StringSliceConfigOption `json:"DnsSearch"` // the dns search option string that should be set if the interface is up, will be appended to DnsStr + Mtu IntConfigOption `json:"Mtu"` // the device MTU + FirewallMark Int32ConfigOption `json:"FirewallMark"` // a firewall mark + RoutingTable StringConfigOption `json:"RoutingTable"` // the routing table + + PreUp StringConfigOption `json:"PreUp"` // action that is executed before the device is up + PostUp StringConfigOption `json:"PostUp"` // action that is executed after the device is up + PreDown StringConfigOption `json:"PreDown"` // action that is executed before the device is down + PostDown StringConfigOption `json:"PostDown"` // action that is executed after the device is down +} + +func NewPeer(src *domain.Peer) *Peer { + return &Peer{ + Identifier: string(src.Identifier), + DisplayName: src.DisplayName, + UserIdentifier: string(src.UserIdentifier), + InterfaceIdentifier: string(src.InterfaceIdentifier), + Disabled: src.IsDisabled(), + DisabledReason: src.DisabledReason, + ExpiresAt: ExpiryDate{src.ExpiresAt}, + Notes: src.Notes, + Endpoint: StringConfigOptionFromDomain(src.Endpoint), + EndpointPublicKey: StringConfigOptionFromDomain(src.EndpointPublicKey), + AllowedIPs: StringSliceConfigOptionFromDomain(src.AllowedIPsStr), + ExtraAllowedIPs: internal.SliceString(src.ExtraAllowedIPsStr), + PresharedKey: string(src.PresharedKey), + PersistentKeepalive: IntConfigOptionFromDomain(src.PersistentKeepalive), + PrivateKey: src.Interface.PrivateKey, + PublicKey: src.Interface.PublicKey, + Mode: string(src.Interface.Type), + Addresses: domain.CidrsToStringSlice(src.Interface.Addresses), + CheckAliveAddress: src.Interface.CheckAliveAddress, + Dns: StringSliceConfigOptionFromDomain(src.Interface.DnsStr), + DnsSearch: StringSliceConfigOptionFromDomain(src.Interface.DnsSearchStr), + Mtu: IntConfigOptionFromDomain(src.Interface.Mtu), + FirewallMark: Int32ConfigOptionFromDomain(src.Interface.FirewallMark), + RoutingTable: StringConfigOptionFromDomain(src.Interface.RoutingTable), + PreUp: StringConfigOptionFromDomain(src.Interface.PreUp), + PostUp: StringConfigOptionFromDomain(src.Interface.PostUp), + PreDown: StringConfigOptionFromDomain(src.Interface.PreDown), + PostDown: StringConfigOptionFromDomain(src.Interface.PostDown), + } +} + +func NewPeers(src []domain.Peer) []Peer { + results := make([]Peer, len(src)) + for i := range src { + results[i] = *NewPeer(&src[i]) + } + + return results +} + +func NewDomainPeer(src *Peer) *domain.Peer { + now := time.Now() + + cidrs, _ := domain.CidrsFromArray(src.Addresses) + + res := &domain.Peer{ + BaseModel: domain.BaseModel{}, + Endpoint: StringConfigOptionToDomain(src.Endpoint), + EndpointPublicKey: StringConfigOptionToDomain(src.EndpointPublicKey), + AllowedIPsStr: StringSliceConfigOptionToDomain(src.AllowedIPs), + ExtraAllowedIPsStr: internal.SliceToString(src.ExtraAllowedIPs), + PresharedKey: domain.PreSharedKey(src.PresharedKey), + PersistentKeepalive: IntConfigOptionToDomain(src.PersistentKeepalive), + DisplayName: src.DisplayName, + Identifier: domain.PeerIdentifier(src.Identifier), + UserIdentifier: domain.UserIdentifier(src.UserIdentifier), + InterfaceIdentifier: domain.InterfaceIdentifier(src.InterfaceIdentifier), + Disabled: nil, // set below + DisabledReason: src.DisabledReason, + ExpiresAt: src.ExpiresAt.Time, + Notes: src.Notes, + Interface: domain.PeerInterfaceConfig{ + KeyPair: domain.KeyPair{ + PrivateKey: src.PrivateKey, + PublicKey: src.PublicKey, + }, + Type: domain.InterfaceType(src.Mode), + Addresses: cidrs, + CheckAliveAddress: src.CheckAliveAddress, + DnsStr: StringSliceConfigOptionToDomain(src.Dns), + DnsSearchStr: StringSliceConfigOptionToDomain(src.DnsSearch), + Mtu: IntConfigOptionToDomain(src.Mtu), + FirewallMark: Int32ConfigOptionToDomain(src.FirewallMark), + RoutingTable: StringConfigOptionToDomain(src.RoutingTable), + PreUp: StringConfigOptionToDomain(src.PreUp), + PostUp: StringConfigOptionToDomain(src.PostUp), + PreDown: StringConfigOptionToDomain(src.PreDown), + PostDown: StringConfigOptionToDomain(src.PostDown), + }, + } + + if src.Disabled { + res.Disabled = &now + } + + return res +} + +type MultiPeerRequest struct { + Identifiers []string `json:"Identifiers"` + Suffix string `json:"Suffix"` +} + +func NewDomainPeerCreationRequest(src *MultiPeerRequest) *domain.PeerCreationRequest { + return &domain.PeerCreationRequest{ + UserIdentifiers: src.Identifiers, + Suffix: src.Suffix, + } +} + +type PeerMailRequest struct { + Identifiers []string `json:"Identifiers"` + LinkOnly bool `json:"LinkOnly"` +} + +type PeerStats struct { + Enabled bool `json:"Enabled" example:"true"` // peer stats tracking enabled + + Stats map[string]PeerStatData `json:"Stats"` // stats, map key = Peer identifier +} + +func NewPeerStats(enabled bool, src []domain.PeerStatus) *PeerStats { + stats := make(map[string]PeerStatData, len(src)) + + for _, srcStat := range src { + stats[string(srcStat.PeerId)] = PeerStatData{ + IsConnected: srcStat.IsConnected(), + IsPingable: srcStat.IsPingable, + LastPing: srcStat.LastPing, + BytesReceived: srcStat.BytesReceived, + BytesTransmitted: srcStat.BytesTransmitted, + LastHandshake: srcStat.LastHandshake, + EndpointAddress: srcStat.Endpoint, + LastSessionStart: srcStat.LastSessionStart, + } + } + + return &PeerStats{ + Enabled: enabled, + Stats: stats, + } +} + +type PeerStatData struct { + IsConnected bool `json:"IsConnected"` + + IsPingable bool `json:"IsPingable"` + LastPing *time.Time `json:"LastPing"` + + BytesReceived uint64 `json:"BytesReceived"` + BytesTransmitted uint64 `json:"BytesTransmitted"` + + LastHandshake *time.Time `json:"LastHandshake"` + EndpointAddress string `json:"EndpointAddress"` + LastSessionStart *time.Time `json:"LastSessionStart"` +} diff --git a/internal/app/api/v0/model/models_user.go b/internal/app/api/v0/model/models_user.go new file mode 100644 index 0000000..3dc1adc --- /dev/null +++ b/internal/app/api/v0/model/models_user.go @@ -0,0 +1,94 @@ +package model + +import ( + "time" + + "github.com/h44z/wg-portal/internal/domain" +) + +type User struct { + Identifier string `json:"Identifier"` + Email string `json:"Email"` + Source string `json:"Source"` + ProviderName string `json:"ProviderName"` + IsAdmin bool `json:"IsAdmin"` + + Firstname string `json:"Firstname"` + Lastname string `json:"Lastname"` + Phone string `json:"Phone"` + Department string `json:"Department"` + Notes string `json:"Notes"` + + Password string `json:"Password,omitempty"` + Disabled bool `json:"Disabled"` // if this field is set, the user is disabled + DisabledReason string `json:"DisabledReason"` // the reason why the user has been disabled + Locked bool `json:"Locked"` // if this field is set, the user is locked + LockedReason string `json:"LockedReason"` // the reason why the user has been locked + + // Calculated + + PeerCount int `json:"PeerCount"` +} + +func NewUser(src *domain.User) *User { + return &User{ + Identifier: string(src.Identifier), + Email: src.Email, + Source: string(src.Source), + ProviderName: src.ProviderName, + IsAdmin: src.IsAdmin, + Firstname: src.Firstname, + Lastname: src.Lastname, + Phone: src.Phone, + Department: src.Department, + Notes: src.Notes, + Password: "", // never fill password + Disabled: src.IsDisabled(), + DisabledReason: src.DisabledReason, + Locked: src.IsLocked(), + LockedReason: src.LockedReason, + + PeerCount: src.LinkedPeerCount, + } +} + +func NewUsers(src []domain.User) []User { + results := make([]User, len(src)) + for i := range src { + results[i] = *NewUser(&src[i]) + } + + return results +} + +func NewDomainUser(src *User) *domain.User { + now := time.Now() + res := &domain.User{ + Identifier: domain.UserIdentifier(src.Identifier), + Email: src.Email, + Source: domain.UserSource(src.Source), + ProviderName: src.ProviderName, + IsAdmin: src.IsAdmin, + Firstname: src.Firstname, + Lastname: src.Lastname, + Phone: src.Phone, + Department: src.Department, + Notes: src.Notes, + Password: domain.PrivateString(src.Password), + Disabled: nil, // set below + DisabledReason: src.DisabledReason, + Locked: nil, // set below + LockedReason: src.LockedReason, + LinkedPeerCount: src.PeerCount, + } + + if src.Disabled { + res.Disabled = &now + } + + if src.Locked { + res.Locked = &now + } + + return res +} diff --git a/internal/app/app.go b/internal/app/app.go new file mode 100644 index 0000000..756e1bd --- /dev/null +++ b/internal/app/app.go @@ -0,0 +1,149 @@ +package app + +import ( + "context" + "errors" + "fmt" + "github.com/h44z/wg-portal/internal/config" + "github.com/h44z/wg-portal/internal/domain" + "github.com/sirupsen/logrus" + evbus "github.com/vardius/message-bus" + "time" +) + +type App struct { + Config *config.Config + bus evbus.MessageBus + + Authenticator + UserManager + WireGuardManager + StatisticsCollector + ConfigFileManager + MailManager +} + +func New(cfg *config.Config, bus evbus.MessageBus, authenticator Authenticator, users UserManager, wireGuard WireGuardManager, stats StatisticsCollector, cfgFiles ConfigFileManager, mailer MailManager) (*App, error) { + + a := &App{ + Config: cfg, + bus: bus, + + Authenticator: authenticator, + UserManager: users, + WireGuardManager: wireGuard, + StatisticsCollector: stats, + ConfigFileManager: cfgFiles, + MailManager: mailer, + } + + startupContext, cancel := context.WithTimeout(context.Background(), 30*time.Second) + defer cancel() + + // Switch to admin user context + startupContext = domain.SetUserInfo(startupContext, domain.SystemAdminContextUserInfo()) + + if err := a.createDefaultUser(startupContext); err != nil { + return nil, fmt.Errorf("failed to create default user: %w", err) + } + + if err := a.importNewInterfaces(startupContext); err != nil { + return nil, fmt.Errorf("failed to import new interfaces: %w", err) + } + + if err := a.restoreInterfaceState(startupContext); err != nil { + return nil, fmt.Errorf("failed to restore interface state: %w", err) + } + + return a, nil +} + +func (a *App) Startup(ctx context.Context) error { + a.UserManager.StartBackgroundJobs(ctx) + a.StatisticsCollector.StartBackgroundJobs(ctx) + a.WireGuardManager.StartBackgroundJobs(ctx) + + return nil +} + +func (a *App) importNewInterfaces(ctx context.Context) error { + if !a.Config.Core.ImportExisting { + logrus.Trace("skipping interface import - feature disabled") + return nil // feature disabled + } + + importedCount, err := a.ImportNewInterfaces(ctx) + if err != nil { + return err + } + + if importedCount > 0 { + logrus.Infof("%d new interfaces imported", importedCount) + } + return nil +} + +func (a *App) restoreInterfaceState(ctx context.Context) error { + if !a.Config.Core.RestoreState { + logrus.Trace("skipping interface state restore - feature disabled") + return nil // feature disabled + } + + err := a.RestoreInterfaceState(ctx, true) + if err != nil { + return err + } + + logrus.Info("interface state restored") + return nil +} + +func (a *App) createDefaultUser(ctx context.Context) error { + adminUserId := domain.UserIdentifier(a.Config.Core.AdminUser) + if adminUserId == "" { + logrus.Trace("skipping default user creation - admin user is blank") + return nil // empty admin user - do not create + } + + _, err := a.GetUser(ctx, adminUserId) + if err != nil && !errors.Is(err, domain.ErrNotFound) { + return err + } + if err == nil { + logrus.Trace("skipping default user creation - admin user already exists") + return nil // admin user already exists + } + + now := time.Now() + admin, err := a.CreateUser(ctx, &domain.User{ + BaseModel: domain.BaseModel{ + CreatedBy: "system", + UpdatedBy: "system", + CreatedAt: now, + UpdatedAt: now, + }, + Identifier: adminUserId, + Email: "admin@wgportal.local", + Source: domain.UserSourceDatabase, + ProviderName: "", + IsAdmin: true, + Firstname: "WireGuard Portal", + Lastname: "Admin", + Phone: "", + Department: "", + Notes: "default administrator user", + Password: domain.PrivateString(a.Config.Core.AdminPassword), + Disabled: nil, + DisabledReason: "", + Locked: nil, + LockedReason: "", + LinkedPeerCount: 0, + }) + if err != nil { + return err + } + + logrus.Infof("admin user %s created", admin.Identifier) + + return nil +} diff --git a/internal/app/audit/recorder.go b/internal/app/audit/recorder.go new file mode 100644 index 0000000..8373acd --- /dev/null +++ b/internal/app/audit/recorder.go @@ -0,0 +1,81 @@ +package audit + +import ( + "context" + "fmt" + "github.com/h44z/wg-portal/internal/app" + "github.com/h44z/wg-portal/internal/config" + "github.com/h44z/wg-portal/internal/domain" + "github.com/sirupsen/logrus" + evbus "github.com/vardius/message-bus" + "time" +) + +type Recorder struct { + cfg *config.Config + bus evbus.MessageBus + + db DatabaseRepo +} + +func NewAuditRecorder(cfg *config.Config, bus evbus.MessageBus, db DatabaseRepo) (*Recorder, error) { + r := &Recorder{ + cfg: cfg, + bus: bus, + + db: db, + } + + err := r.connectToMessageBus() + if err != nil { + return nil, fmt.Errorf("failed to setup message bus: %w", err) + } + + return r, nil +} + +func (r *Recorder) StartBackgroundJobs(ctx context.Context) { + if !r.cfg.Statistics.CollectAuditData { + return // noting to do + } + + go func() { + running := true + for running { + select { + case <-ctx.Done(): + running = false + continue + case <-time.After(1 * time.Hour): + // select blocks until one of the cases evaluate to true + } + + logrus.Tracef("registered %d audit message within the last hour", 0) // TODO: implement + } + }() +} + +func (r *Recorder) connectToMessageBus() error { + if !r.cfg.Statistics.CollectAuditData { + return nil // noting to do + } + + if err := r.bus.Subscribe(app.TopicAuthLogin, r.authLoginEvent); err != nil { + return fmt.Errorf("failed to subscribe to %s: %w", app.TopicAuthLogin, err) + } + + return nil +} + +func (r *Recorder) authLoginEvent(userIdentifier domain.UserIdentifier) { + err := r.db.SaveAuditEntry(context.Background(), &domain.AuditEntry{ + CreatedAt: time.Time{}, + Severity: domain.AuditSeverityLevelLow, + Origin: "authLoginEvent", + Message: fmt.Sprintf("user %s logged in", userIdentifier), + }) + if err != nil { + logrus.Errorf("failed to create audit entry for handleAuthLoginEvent: %v", err) + return + } +} diff --git a/internal/app/audit/repos.go b/internal/app/audit/repos.go new file mode 100644 index 0000000..965ea2e --- /dev/null +++ b/internal/app/audit/repos.go @@ -0,0 +1,10 @@ +package audit + +import ( + "context" + "github.com/h44z/wg-portal/internal/domain" +) + +type DatabaseRepo interface { + SaveAuditEntry(ctx context.Context, entry *domain.AuditEntry) error +} diff --git a/internal/app/auth/auth.go b/internal/app/auth/auth.go new file mode 100644 index 0000000..5a1c76d --- /dev/null +++ b/internal/app/auth/auth.go @@ -0,0 +1,386 @@ +package auth + +import ( + "context" + "crypto/rand" + "encoding/base64" + "errors" + "fmt" + "github.com/h44z/wg-portal/internal/app" + "github.com/sirupsen/logrus" + "io" + "net/url" + "path" + "strings" + "time" + + "github.com/coreos/go-oidc/v3/oidc" + evbus "github.com/vardius/message-bus" + + "github.com/h44z/wg-portal/internal/config" + "github.com/h44z/wg-portal/internal/domain" +) + +type UserManager interface { + GetUser(context.Context, domain.UserIdentifier) (*domain.User, error) + RegisterUser(ctx context.Context, user *domain.User) error +} + +type Authenticator struct { + cfg *config.Auth + bus evbus.MessageBus + + oauthAuthenticators map[string]domain.OauthAuthenticator + ldapAuthenticators map[string]domain.LdapAuthenticator + + users UserManager +} + +func NewAuthenticator(cfg *config.Auth, bus evbus.MessageBus, users UserManager) (*Authenticator, error) { + a := &Authenticator{ + cfg: cfg, + bus: bus, + users: users, + } + + ctx, cancel := context.WithTimeout(context.Background(), 10*time.Second) + defer cancel() + + err := a.setupExternalAuthProviders(ctx) + if err != nil { + return nil, err + } + + return a, nil +} + +func (a *Authenticator) setupExternalAuthProviders(ctx context.Context) error { + extUrl, err := url.Parse(a.cfg.CallbackUrlPrefix) + if err != nil { + return fmt.Errorf("failed to parse external url: %w", err) + } + + a.oauthAuthenticators = make(map[string]domain.OauthAuthenticator, len(a.cfg.OpenIDConnect)+len(a.cfg.OAuth)) + a.ldapAuthenticators = make(map[string]domain.LdapAuthenticator, len(a.cfg.Ldap)) + + for i := range a.cfg.OpenIDConnect { // OIDC + providerCfg := &a.cfg.OpenIDConnect[i] + providerId := strings.ToLower(providerCfg.ProviderName) + + if _, exists := a.oauthAuthenticators[providerId]; exists { + return fmt.Errorf("auth provider with name %s is already registerd", providerId) + } + + redirectUrl := *extUrl + redirectUrl.Path = path.Join(redirectUrl.Path, "/auth/login/", providerId, "/callback") + + provider, err := newOidcAuthenticator(ctx, redirectUrl.String(), providerCfg) + if err != nil { + return fmt.Errorf("failed to setup oidc authentication provider %s: %w", providerCfg.ProviderName, err) + } + a.oauthAuthenticators[providerId] = provider + } + for i := range a.cfg.OAuth { // PLAIN OAUTH + providerCfg := &a.cfg.OAuth[i] + providerId := strings.ToLower(providerCfg.ProviderName) + + if _, exists := a.oauthAuthenticators[providerId]; exists { + return fmt.Errorf("auth provider with name %s is already registerd", providerId) + } + + redirectUrl := *extUrl + redirectUrl.Path = path.Join(redirectUrl.Path, "/auth/login/", providerId, "/callback") + + provider, err := newPlainOauthAuthenticator(ctx, redirectUrl.String(), providerCfg) + if err != nil { + return fmt.Errorf("failed to setup oauth authentication provider %s: %w", providerId, err) + } + a.oauthAuthenticators[providerId] = provider + } + for i := range a.cfg.Ldap { // LDAP + providerCfg := &a.cfg.Ldap[i] + providerId := strings.ToLower(providerCfg.URL) + + if _, exists := a.ldapAuthenticators[providerId]; exists { + return fmt.Errorf("auth provider with name %s is already registerd", providerId) + } + + provider, err := newLdapAuthenticator(ctx, providerCfg) + if err != nil { + return fmt.Errorf("failed to setup ldap authentication provider %s: %w", providerId, err) + } + a.ldapAuthenticators[providerId] = provider + } + + return nil +} + +func (a *Authenticator) GetExternalLoginProviders(_ context.Context) []domain.LoginProviderInfo { + authProviders := make([]domain.LoginProviderInfo, 0, len(a.cfg.OAuth)+len(a.cfg.OpenIDConnect)) + + for _, provider := range a.cfg.OpenIDConnect { + providerId := strings.ToLower(provider.ProviderName) + providerName := provider.DisplayName + if providerName == "" { + providerName = provider.ProviderName + } + authProviders = append(authProviders, domain.LoginProviderInfo{ + Identifier: providerId, + Name: providerName, + ProviderUrl: fmt.Sprintf("/auth/login/%s/init", providerId), + CallbackUrl: fmt.Sprintf("/auth/login/%s/callback", providerId), + }) + } + + for _, provider := range a.cfg.OAuth { + providerId := strings.ToLower(provider.ProviderName) + providerName := provider.DisplayName + if providerName == "" { + providerName = provider.ProviderName + } + authProviders = append(authProviders, domain.LoginProviderInfo{ + Identifier: providerId, + Name: providerName, + ProviderUrl: fmt.Sprintf("%s/%s/init", a.cfg.CallbackUrlPrefix, providerId), + CallbackUrl: fmt.Sprintf("%s/%s/callback", a.cfg.CallbackUrlPrefix, providerId), + }) + } + + return authProviders +} + +func (a *Authenticator) IsUserValid(ctx context.Context, id domain.UserIdentifier) bool { + user, err := a.users.GetUser(ctx, id) + if err != nil { + return false + } + + if user.IsDisabled() { + return false + } + + if user.IsLocked() { + return false + } + + return true +} + +// region password authentication + +func (a *Authenticator) PlainLogin(ctx context.Context, username, password string) (*domain.User, error) { + // Validate form input + username = strings.TrimSpace(username) + password = strings.TrimSpace(password) + if username == "" || password == "" { + return nil, fmt.Errorf("missing username or password") + } + + user, err := a.passwordAuthentication(ctx, domain.UserIdentifier(username), password) + if err != nil { + return nil, fmt.Errorf("login failed: %w", err) + } + + a.bus.Publish(app.TopicAuthLogin, user.Identifier) + + return user, nil +} + +func (a *Authenticator) passwordAuthentication(ctx context.Context, identifier domain.UserIdentifier, password string) (*domain.User, error) { + var ldapUserInfo *domain.AuthenticatorUserInfo + var ldapProvider domain.LdapAuthenticator + + var userInDatabase = false + var userSource domain.UserSource + existingUser, err := a.users.GetUser(ctx, identifier) + if err == nil { + userInDatabase = true + userSource = existingUser.Source + } + if userInDatabase && (existingUser.IsLocked() || existingUser.IsDisabled()) { + return nil, errors.New("user is locked") + } + + if !userInDatabase || userSource == domain.UserSourceLdap { + // search user in ldap if registration is enabled + for _, ldapAuth := range a.ldapAuthenticators { + if !userInDatabase && !ldapAuth.RegistrationEnabled() { + continue + } + + rawUserInfo, err := ldapAuth.GetUserInfo(context.Background(), identifier) + if err != nil { + if !errors.Is(err, domain.ErrNotFound) { + logrus.Warnf("failed to fetch ldap user info for %s: %v", identifier, err) + } + continue // user not found / other ldap error + } + ldapUserInfo, err = ldapAuth.ParseUserInfo(rawUserInfo) + if err != nil { + continue + } + + // ldap user found + userSource = domain.UserSourceLdap + ldapProvider = ldapAuth + + break + } + } + + if userSource == "" { + return nil, errors.New("user not found") + } + + switch userSource { + case domain.UserSourceDatabase: + err = existingUser.CheckPassword(password) + case domain.UserSourceLdap: + err = ldapProvider.PlaintextAuthentication(identifier, password) + default: + err = errors.New("no authentication backend available") + } + if err != nil { + return nil, fmt.Errorf("failed to authenticate: %w", err) + } + + if !userInDatabase { + user, err := a.processUserInfo(ctx, ldapUserInfo, domain.UserSourceLdap, ldapProvider.GetName(), ldapProvider.RegistrationEnabled()) + if err != nil { + return nil, fmt.Errorf("unable to process user information: %w", err) + } + return user, nil + } else { + return existingUser, nil + } +} + +// endregion password authentication + +// region oauth authentication + +func (a *Authenticator) OauthLoginStep1(_ context.Context, providerId string) (authCodeUrl, state, nonce string, err error) { + oauthProvider, ok := a.oauthAuthenticators[providerId] + if !ok { + return "", "", "", fmt.Errorf("missing oauth provider %s", providerId) + } + + // Prepare authentication flow, set state cookies + state, err = a.randString(16) + if err != nil { + return "", "", "", fmt.Errorf("failed to generate state: %w", err) + } + + switch oauthProvider.GetType() { + case domain.AuthenticatorTypeOAuth: + authCodeUrl = oauthProvider.AuthCodeURL(state) + case domain.AuthenticatorTypeOidc: + nonce, err = a.randString(16) + if err != nil { + return "", "", "", fmt.Errorf("failed to generate nonce: %w", err) + } + + authCodeUrl = oauthProvider.AuthCodeURL(state, oidc.Nonce(nonce)) + } + + return +} + +func (a *Authenticator) randString(nByte int) (string, error) { + b := make([]byte, nByte) + if _, err := io.ReadFull(rand.Reader, b); err != nil { + return "", err + } + return base64.RawURLEncoding.EncodeToString(b), nil +} + +func (a *Authenticator) OauthLoginStep2(ctx context.Context, providerId, nonce, code string) (*domain.User, error) { + oauthProvider, ok := a.oauthAuthenticators[providerId] + if !ok { + return nil, fmt.Errorf("missing oauth provider %s", providerId) + } + + oauth2Token, err := oauthProvider.Exchange(ctx, code) + if err != nil { + return nil, fmt.Errorf("unable to exchange code: %w", err) + } + + rawUserInfo, err := oauthProvider.GetUserInfo(ctx, oauth2Token, nonce) + if err != nil { + return nil, fmt.Errorf("unable to fetch user information: %w", err) + } + + userInfo, err := oauthProvider.ParseUserInfo(rawUserInfo) + if err != nil { + return nil, fmt.Errorf("unable to parse user information: %w", err) + } + + user, err := a.processUserInfo(ctx, userInfo, domain.UserSourceOauth, oauthProvider.GetName(), oauthProvider.RegistrationEnabled()) + if err != nil { + return nil, fmt.Errorf("unable to process user information: %w", err) + } + + if user.IsLocked() || user.IsDisabled() { + return nil, errors.New("user is locked") + } + + a.bus.Publish(app.TopicAuthLogin, user.Identifier) + + return user, nil +} + +func (a *Authenticator) processUserInfo(ctx context.Context, userInfo *domain.AuthenticatorUserInfo, source domain.UserSource, provider string, withReg bool) (*domain.User, error) { + // Search user in backend + user, err := a.users.GetUser(ctx, userInfo.Identifier) + switch { + case err != nil && withReg: + user, err = a.registerNewUser(ctx, userInfo, source, provider) + if err != nil { + return nil, fmt.Errorf("failed to register user: %w", err) + } + case err != nil: + return nil, fmt.Errorf("registration disabled, cannot create missing user: %w", err) + } + + return user, nil +} + +func (a *Authenticator) registerNewUser(ctx context.Context, userInfo *domain.AuthenticatorUserInfo, source domain.UserSource, provider string) (*domain.User, error) { + // convert user info to domain.User + user := &domain.User{ + Identifier: userInfo.Identifier, + Email: userInfo.Email, + Source: source, + ProviderName: provider, + IsAdmin: userInfo.IsAdmin, + Firstname: userInfo.Firstname, + Lastname: userInfo.Lastname, + Phone: userInfo.Phone, + Department: userInfo.Department, + } + + err := a.users.RegisterUser(ctx, user) + if err != nil { + return nil, fmt.Errorf("failed to register new user: %w", err) + } + + return user, nil +} + +func (a *Authenticator) getAuthenticatorConfig(id string) (interface{}, error) { + for i := range a.cfg.OpenIDConnect { + if a.cfg.OpenIDConnect[i].ProviderName == id { + return a.cfg.OpenIDConnect[i], nil + } + } + + for i := range a.cfg.OAuth { + if a.cfg.OAuth[i].ProviderName == id { + return a.cfg.OAuth[i], nil + } + } + + return nil, fmt.Errorf("no configuration for Authenticator id %s", id) +} + +// endregion oauth authentication diff --git a/internal/app/auth/auth_ldap.go b/internal/app/auth/auth_ldap.go new file mode 100644 index 0000000..5a1b1ed --- /dev/null +++ b/internal/app/auth/auth_ldap.go @@ -0,0 +1,168 @@ +package auth + +import ( + "context" + "fmt" + "strings" + + "github.com/go-ldap/ldap/v3" + "github.com/h44z/wg-portal/internal" + "github.com/h44z/wg-portal/internal/config" + "github.com/h44z/wg-portal/internal/domain" +) + +type LdapAuthenticator struct { + cfg *config.LdapProvider +} + +func newLdapAuthenticator(_ context.Context, cfg *config.LdapProvider) (*LdapAuthenticator, error) { + var provider = &LdapAuthenticator{} + + provider.cfg = cfg + + dn, err := ldap.ParseDN(cfg.AdminGroupDN) + if err != nil { + return nil, fmt.Errorf("failed to parse admin group DN: %w", err) + } + provider.cfg.FieldMap = provider.getLdapFieldMapping(cfg.FieldMap) + provider.cfg.ParsedAdminGroupDN = dn + + return provider, nil +} + +func (l LdapAuthenticator) GetName() string { + return l.cfg.ProviderName +} + +func (l LdapAuthenticator) RegistrationEnabled() bool { + return l.cfg.RegistrationEnabled +} + +func (l LdapAuthenticator) PlaintextAuthentication(userId domain.UserIdentifier, plainPassword string) error { + conn, err := internal.LdapConnect(l.cfg) + if err != nil { + return fmt.Errorf("failed to setup connection: %w", err) + } + defer internal.LdapDisconnect(conn) + + attrs := []string{"dn"} + + loginFilter := strings.Replace(l.cfg.LoginFilter, "{{login_identifier}}", string(userId), -1) + searchRequest := ldap.NewSearchRequest( + l.cfg.BaseDN, + ldap.ScopeWholeSubtree, ldap.NeverDerefAliases, 0, 20, false, // 20 second time limit + loginFilter, attrs, nil, + ) + + sr, err := conn.Search(searchRequest) + if err != nil { + return fmt.Errorf("failed to search in ldap: %w", err) + } + + if len(sr.Entries) == 0 { + return domain.ErrNotFound + } + + if len(sr.Entries) > 1 { + return domain.ErrNotUnique + } + + // Bind as the user to verify their password + userDN := sr.Entries[0].DN + err = conn.Bind(userDN, plainPassword) + if err != nil { + return fmt.Errorf("invalid credentials: %w", err) + } + _ = conn.Unbind() + + return nil +} + +func (l LdapAuthenticator) GetUserInfo(_ context.Context, userId domain.UserIdentifier) (map[string]interface{}, error) { + conn, err := internal.LdapConnect(l.cfg) + if err != nil { + return nil, fmt.Errorf("failed to setup connection: %w", err) + } + defer internal.LdapDisconnect(conn) + + attrs := internal.LdapSearchAttributes(&l.cfg.FieldMap) + + loginFilter := strings.Replace(l.cfg.LoginFilter, "{{login_identifier}}", string(userId), -1) + searchRequest := ldap.NewSearchRequest( + l.cfg.BaseDN, + ldap.ScopeWholeSubtree, ldap.NeverDerefAliases, 0, 20, false, // 20 second time limit + loginFilter, attrs, nil, + ) + + sr, err := conn.Search(searchRequest) + if err != nil { + return nil, fmt.Errorf("failed to search in ldap: %w", err) + } + + if len(sr.Entries) == 0 { + return nil, domain.ErrNotFound + } + + if len(sr.Entries) > 1 { + return nil, domain.ErrNotUnique + } + + users := internal.LdapConvertEntries(sr, &l.cfg.FieldMap) + + return users[0], nil +} + +func (l LdapAuthenticator) ParseUserInfo(raw map[string]interface{}) (*domain.AuthenticatorUserInfo, error) { + isAdmin, err := internal.LdapIsMemberOf(raw[l.cfg.FieldMap.GroupMembership].([][]byte), l.cfg.ParsedAdminGroupDN) + if err != nil { + return nil, fmt.Errorf("failed to check admin group: %w", err) + } + userInfo := &domain.AuthenticatorUserInfo{ + Identifier: domain.UserIdentifier(internal.MapDefaultString(raw, l.cfg.FieldMap.UserIdentifier, "")), + Email: internal.MapDefaultString(raw, l.cfg.FieldMap.Email, ""), + Firstname: internal.MapDefaultString(raw, l.cfg.FieldMap.Firstname, ""), + Lastname: internal.MapDefaultString(raw, l.cfg.FieldMap.Lastname, ""), + Phone: internal.MapDefaultString(raw, l.cfg.FieldMap.Phone, ""), + Department: internal.MapDefaultString(raw, l.cfg.FieldMap.Department, ""), + IsAdmin: isAdmin, + } + + return userInfo, nil +} + +func (l LdapAuthenticator) getLdapFieldMapping(f config.LdapFields) config.LdapFields { + defaultMap := config.LdapFields{ + BaseFields: config.BaseFields{ + UserIdentifier: "mail", + Email: "mail", + Firstname: "givenName", + Lastname: "sn", + Phone: "telephoneNumber", + Department: "department", + }, + GroupMembership: "memberOf", + } + if f.UserIdentifier != "" { + defaultMap.UserIdentifier = f.UserIdentifier + } + if f.Email != "" { + defaultMap.Email = f.Email + } + if f.Firstname != "" { + defaultMap.Firstname = f.Firstname + } + if f.Lastname != "" { + defaultMap.Lastname = f.Lastname + } + if f.Phone != "" { + defaultMap.Phone = f.Phone + } + if f.Department != "" { + defaultMap.Department = f.Department + } + if f.GroupMembership != "" { + defaultMap.GroupMembership = f.GroupMembership + } + + return defaultMap +} diff --git a/internal/app/auth/auth_oauth.go b/internal/app/auth/auth_oauth.go new file mode 100644 index 0000000..db80d3a --- /dev/null +++ b/internal/app/auth/auth_oauth.go @@ -0,0 +1,149 @@ +package auth + +import ( + "context" + "encoding/json" + "fmt" + "io" + "net/http" + "strconv" + "time" + + "github.com/h44z/wg-portal/internal" + "github.com/h44z/wg-portal/internal/config" + "github.com/h44z/wg-portal/internal/domain" + "golang.org/x/oauth2" +) + +type PlainOauthAuthenticator struct { + name string + cfg *oauth2.Config + userInfoEndpoint string + client *http.Client + userInfoMapping config.OauthFields + registrationEnabled bool +} + +func newPlainOauthAuthenticator(_ context.Context, callbackUrl string, cfg *config.OAuthProvider) (*PlainOauthAuthenticator, error) { + var provider = &PlainOauthAuthenticator{} + + provider.name = cfg.ProviderName + provider.client = &http.Client{ + Timeout: time.Second * 10, + } + provider.cfg = &oauth2.Config{ + ClientID: cfg.ClientID, + ClientSecret: cfg.ClientSecret, + Endpoint: oauth2.Endpoint{ + AuthURL: cfg.AuthURL, + TokenURL: cfg.TokenURL, + AuthStyle: oauth2.AuthStyleAutoDetect, + }, + RedirectURL: callbackUrl, + Scopes: cfg.Scopes, + } + provider.userInfoEndpoint = cfg.UserInfoURL + provider.userInfoMapping = getOauthFieldMapping(cfg.FieldMap) + provider.registrationEnabled = cfg.RegistrationEnabled + + return provider, nil +} + +func (p PlainOauthAuthenticator) GetName() string { + return p.name +} + +func (p PlainOauthAuthenticator) RegistrationEnabled() bool { + return p.registrationEnabled +} + +func (p PlainOauthAuthenticator) GetType() domain.AuthenticatorType { + return domain.AuthenticatorTypeOAuth +} + +func (p PlainOauthAuthenticator) AuthCodeURL(state string, opts ...oauth2.AuthCodeOption) string { + return p.cfg.AuthCodeURL(state, opts...) +} + +func (p PlainOauthAuthenticator) Exchange(ctx context.Context, code string, opts ...oauth2.AuthCodeOption) (*oauth2.Token, error) { + return p.cfg.Exchange(ctx, code, opts...) +} + +func (p PlainOauthAuthenticator) GetUserInfo(ctx context.Context, token *oauth2.Token, _ string) (map[string]interface{}, error) { + req, err := http.NewRequest("GET", p.userInfoEndpoint, nil) + if err != nil { + return nil, fmt.Errorf("failed to create user info get request: %w", err) + } + req.Header.Add("Authorization", "Bearer "+token.AccessToken) + req.WithContext(ctx) + + response, err := p.client.Do(req) + if err != nil { + return nil, fmt.Errorf("failed to get user info: %w", err) + } + defer response.Body.Close() + contents, err := io.ReadAll(response.Body) + if err != nil { + return nil, fmt.Errorf("failed to read response body: %w", err) + } + + var userFields map[string]interface{} + err = json.Unmarshal(contents, &userFields) + if err != nil { + return nil, fmt.Errorf("failed to parse user info: %w", err) + } + + return userFields, nil +} + +func (p PlainOauthAuthenticator) ParseUserInfo(raw map[string]interface{}) (*domain.AuthenticatorUserInfo, error) { + isAdmin, _ := strconv.ParseBool(internal.MapDefaultString(raw, p.userInfoMapping.IsAdmin, "")) + userInfo := &domain.AuthenticatorUserInfo{ + Identifier: domain.UserIdentifier(internal.MapDefaultString(raw, p.userInfoMapping.UserIdentifier, "")), + Email: internal.MapDefaultString(raw, p.userInfoMapping.Email, ""), + Firstname: internal.MapDefaultString(raw, p.userInfoMapping.Firstname, ""), + Lastname: internal.MapDefaultString(raw, p.userInfoMapping.Lastname, ""), + Phone: internal.MapDefaultString(raw, p.userInfoMapping.Phone, ""), + Department: internal.MapDefaultString(raw, p.userInfoMapping.Department, ""), + IsAdmin: isAdmin, + } + + return userInfo, nil +} + +func getOauthFieldMapping(f config.OauthFields) config.OauthFields { + defaultMap := config.OauthFields{ + BaseFields: config.BaseFields{ + UserIdentifier: "sub", + Email: "email", + Firstname: "given_name", + Lastname: "family_name", + Phone: "phone", + Department: "department", + }, + IsAdmin: "admin_flag", + } + if f.UserIdentifier != "" { + defaultMap.UserIdentifier = f.UserIdentifier + } + if f.Email != "" { + defaultMap.Email = f.Email + } + if f.Firstname != "" { + defaultMap.Firstname = f.Firstname + } + if f.Lastname != "" { + defaultMap.Lastname = f.Lastname + } + if f.Phone != "" { + defaultMap.Phone = f.Phone + } + if f.Department != "" { + defaultMap.Department = f.Department + } + if f.IsAdmin != "" { + defaultMap.IsAdmin = f.IsAdmin + } + + return defaultMap +} diff --git a/internal/app/auth/auth_oidc.go b/internal/app/auth/auth_oidc.go new file mode 100644 index 0000000..60ebbd7 --- /dev/null +++ b/internal/app/auth/auth_oidc.go @@ -0,0 +1,107 @@ +package auth + +import ( + "context" + "errors" + "fmt" + "strconv" + + "github.com/coreos/go-oidc/v3/oidc" + "github.com/h44z/wg-portal/internal" + "github.com/h44z/wg-portal/internal/config" + "github.com/h44z/wg-portal/internal/domain" + "golang.org/x/oauth2" +) + +type OidcAuthenticator struct { + name string + provider *oidc.Provider + verifier *oidc.IDTokenVerifier + cfg *oauth2.Config + userInfoMapping config.OauthFields + registrationEnabled bool +} + +func newOidcAuthenticator(ctx context.Context, callbackUrl string, cfg *config.OpenIDConnectProvider) (*OidcAuthenticator, error) { + var err error + var provider = &OidcAuthenticator{} + + provider.name = cfg.ProviderName + provider.provider, err = oidc.NewProvider(context.Background(), cfg.BaseUrl) // use new context here, see https://github.com/coreos/go-oidc/issues/339 + if err != nil { + return nil, fmt.Errorf("failed to create new oidc provider: %w", err) + } + provider.verifier = provider.provider.Verifier(&oidc.Config{ + ClientID: cfg.ClientID, + }) + + scopes := []string{oidc.ScopeOpenID} + scopes = append(scopes, cfg.ExtraScopes...) + provider.cfg = &oauth2.Config{ + ClientID: cfg.ClientID, + ClientSecret: cfg.ClientSecret, + Endpoint: provider.provider.Endpoint(), + RedirectURL: callbackUrl, + Scopes: scopes, + } + provider.userInfoMapping = getOauthFieldMapping(cfg.FieldMap) + provider.registrationEnabled = cfg.RegistrationEnabled + + return provider, nil +} + +func (o OidcAuthenticator) GetName() string { + return o.name +} + +func (o OidcAuthenticator) RegistrationEnabled() bool { + return o.registrationEnabled +} + +func (o OidcAuthenticator) GetType() domain.AuthenticatorType { + return domain.AuthenticatorTypeOidc +} + +func (o OidcAuthenticator) AuthCodeURL(state string, opts ...oauth2.AuthCodeOption) string { + return o.cfg.AuthCodeURL(state, opts...) +} + +func (o OidcAuthenticator) Exchange(ctx context.Context, code string, opts ...oauth2.AuthCodeOption) (*oauth2.Token, error) { + return o.cfg.Exchange(ctx, code, opts...) +} + +func (o OidcAuthenticator) GetUserInfo(ctx context.Context, token *oauth2.Token, nonce string) (map[string]interface{}, error) { + rawIDToken, ok := token.Extra("id_token").(string) + if !ok { + return nil, errors.New("token does not contain id_token") + } + idToken, err := o.verifier.Verify(ctx, rawIDToken) + if err != nil { + return nil, fmt.Errorf("failed to validate id_token: %w", err) + } + if idToken.Nonce != nonce { + return nil, errors.New("nonce mismatch") + } + + var tokenFields map[string]interface{} + if err = idToken.Claims(&tokenFields); err != nil { + return nil, fmt.Errorf("failed to parse extra claims: %w", err) + } + + return tokenFields, nil +} + +func (o OidcAuthenticator) ParseUserInfo(raw map[string]interface{}) (*domain.AuthenticatorUserInfo, error) { + isAdmin, _ := strconv.ParseBool(internal.MapDefaultString(raw, o.userInfoMapping.IsAdmin, "")) + userInfo := &domain.AuthenticatorUserInfo{ + Identifier: domain.UserIdentifier(internal.MapDefaultString(raw, o.userInfoMapping.UserIdentifier, "")), + Email: internal.MapDefaultString(raw, o.userInfoMapping.Email, ""), + Firstname: internal.MapDefaultString(raw, o.userInfoMapping.Firstname, ""), + Lastname: internal.MapDefaultString(raw, o.userInfoMapping.Lastname, ""), + Phone: internal.MapDefaultString(raw, o.userInfoMapping.Phone, ""), + Department: internal.MapDefaultString(raw, o.userInfoMapping.Department, ""), + IsAdmin: isAdmin, + } + + return userInfo, nil +} diff --git a/internal/app/cli.go b/internal/app/cli.go new file mode 100644 index 0000000..110798e --- /dev/null +++ b/internal/app/cli.go @@ -0,0 +1,20 @@ +package app + +import ( + "flag" + "github.com/h44z/wg-portal/internal/config" + "gorm.io/gorm" +) + +func HandleProgramArgs(cfg *config.Config, db *gorm.DB) (exit bool, err error) { + migrationSource := flag.String("migrateFrom", "", "path to v1 database file or DSN") + migrationDbType := flag.String("migrateFromType", string(config.DatabaseSQLite), "old database type, either mysql, mssql, postgres or sqlite") + flag.Parse() + + if *migrationSource != "" { + err = migrateFromV1(cfg, db, *migrationSource, *migrationDbType) + exit = true + } + + return +} diff --git a/internal/app/configfile/manager.go b/internal/app/configfile/manager.go new file mode 100644 index 0000000..b2037a9 --- /dev/null +++ b/internal/app/configfile/manager.go @@ -0,0 +1,200 @@ +package configfile + +import ( + "bufio" + "bytes" + "context" + "fmt" + "github.com/h44z/wg-portal/internal/app" + "github.com/h44z/wg-portal/internal/config" + "github.com/h44z/wg-portal/internal/domain" + "github.com/sirupsen/logrus" + evbus "github.com/vardius/message-bus" + "github.com/yeqown/go-qrcode/v2" + "io" + "os" + "strings" +) + +type Manager struct { + cfg *config.Config + bus evbus.MessageBus + tplHandler *TemplateHandler + + fsRepo FileSystemRepo // can be nil if storing the configuration is disabled + users UserDatabaseRepo + wg WireguardDatabaseRepo +} + +func NewConfigFileManager(cfg *config.Config, bus evbus.MessageBus, users UserDatabaseRepo, wg WireguardDatabaseRepo, fsRepo FileSystemRepo) (*Manager, error) { + tplHandler, err := newTemplateHandler() + if err != nil { + return nil, fmt.Errorf("failed to initialize template handler: %w", err) + } + + m := &Manager{ + cfg: cfg, + bus: bus, + tplHandler: tplHandler, + + fsRepo: fsRepo, + users: users, + wg: wg, + } + + if err := m.createStorageDirectory(); err != nil { + return nil, err + } + + return m, nil +} + +func (m Manager) createStorageDirectory() error { + if m.cfg.Advanced.ConfigStoragePath == "" { + return nil // no storage path configured, skip initialization step + } + + err := os.MkdirAll(m.cfg.Advanced.ConfigStoragePath, os.ModePerm) + if err != nil { + return fmt.Errorf("failed to create configuration storage path %s: %w", + m.cfg.Advanced.ConfigStoragePath, err) + } + + return nil +} + +func (m Manager) connectToMessageBus() { + if m.fsRepo == nil { + return // skip subscription + } + + _ = m.bus.Subscribe(app.TopicInterfaceUpdated, m.handleInterfaceUpdatedEvent) + _ = m.bus.Subscribe(app.TopicPeerInterfaceUpdated, m.handleInterfaceUpdatedEvent) +} + +func (m Manager) handleInterfaceUpdatedEvent(iface *domain.Interface) { + logrus.Errorf("handling interface updated event for %s", iface.Identifier) + + if !iface.SaveConfig || m.fsRepo == nil { + return + } + + err := m.PersistInterfaceConfig(context.Background(), iface.Identifier) + if err != nil { + logrus.Errorf("failed to automatically persist interface config for %s: %v", iface.Identifier, err) + } +} + +func (m Manager) handlePeerInterfaceUpdatedEvent(id domain.InterfaceIdentifier) { + logrus.Errorf("handling interface updated event for %s", id) + + if m.fsRepo == nil { + return + } + + peerInterface, err := m.wg.GetInterface(context.Background(), id) + if err != nil { + logrus.Errorf("failed to load interface %s: %v", id, err) + return + } + + if !peerInterface.SaveConfig { + return + } + + err = m.PersistInterfaceConfig(context.Background(), peerInterface.Identifier) + if err != nil { + logrus.Errorf("failed to automatically persist interface config for %s: %v", peerInterface.Identifier, err) + } +} + +func (m Manager) GetInterfaceConfig(ctx context.Context, id domain.InterfaceIdentifier) (io.Reader, error) { + iface, peers, err := m.wg.GetInterfaceAndPeers(ctx, id) + if err != nil { + return nil, fmt.Errorf("failed to fetch interface %s: %w", id, err) + } + + return m.tplHandler.GetInterfaceConfig(iface, peers) +} + +func (m Manager) GetPeerConfig(ctx context.Context, id domain.PeerIdentifier) (io.Reader, error) { + peer, err := m.wg.GetPeer(ctx, id) + if err != nil { + return nil, fmt.Errorf("failed to fetch peer %s: %w", id, err) + } + + return m.tplHandler.GetPeerConfig(peer) +} + +func (m Manager) GetPeerConfigQrCode(ctx context.Context, id domain.PeerIdentifier) (io.Reader, error) { + peer, err := m.wg.GetPeer(ctx, id) + if err != nil { + return nil, fmt.Errorf("failed to fetch peer %s: %w", id, err) + } + + cfgData, err := m.tplHandler.GetPeerConfig(peer) + if err != nil { + return nil, fmt.Errorf("failed to get peer config for %s: %w", id, err) + } + + // remove comments from qr-code config as it is not needed + sb := strings.Builder{} + scanner := bufio.NewScanner(cfgData) + for scanner.Scan() { + line := strings.TrimSpace(scanner.Text()) + if !strings.HasPrefix(line, "#") { + sb.WriteString(line) + sb.WriteString("\n") + } + } + if err := scanner.Err(); err != nil { + return nil, fmt.Errorf("failed to read peer config for %s: %w", id, err) + } + + code, err := qrcode.New(sb.String()) + if err != nil { + return nil, fmt.Errorf("failed to initializeqr code for %s: %w", id, err) + } + + buf := bytes.NewBuffer(nil) + wr := nopCloser{Writer: buf} + option := Option{ + Padding: 8, // padding pixels around the qr code. + BlockSize: 4, // block pixels which represents a bit data. + } + qrWriter := NewCompressedWriter(wr, &option) + err = code.Save(qrWriter) + if err != nil { + return nil, fmt.Errorf("failed to write code for %s: %w", id, err) + } + + return buf, nil +} + +func (m Manager) PersistInterfaceConfig(ctx context.Context, id domain.InterfaceIdentifier) error { + if m.fsRepo == nil { + return fmt.Errorf("peristing configuration is not supported") + } + + iface, peers, err := m.wg.GetInterfaceAndPeers(ctx, id) + if err != nil { + return fmt.Errorf("failed to fetch interface %s: %w", id, err) + } + + cfg, err := m.tplHandler.GetInterfaceConfig(iface, peers) + if err != nil { + return fmt.Errorf("failed to get interface config: %w", err) + } + + if err := m.fsRepo.WriteFile(iface.GetConfigFileName(), cfg); err != nil { + return fmt.Errorf("failed to write interface config: %w", err) + } + + return nil +} + +type nopCloser struct { + io.Writer +} + +func (nopCloser) Close() error { return nil } diff --git a/internal/app/configfile/qrwriter.go b/internal/app/configfile/qrwriter.go new file mode 100644 index 0000000..2646319 --- /dev/null +++ b/internal/app/configfile/qrwriter.go @@ -0,0 +1,88 @@ +package configfile + +// waiting for https://github.com/yeqown/go-qrcode/pull/85 to get merged +// meanwhile we use our own writer implementation + +import ( + "image" + "image/color" + "image/png" + "io" + + "github.com/yeqown/go-qrcode/v2" +) + +type Option struct { + Padding int + BlockSize int +} + +// compressedWriter implements issue#69, generating compressed images +// in some special situations, such as, network transferring. +// https://github.com/yeqown/go-qrcode/issues/69 +type compressedWriter struct { + fd io.WriteCloser + + option *Option +} + +var ( + backgroundColor = color.Gray{Y: 0xff} + foregroundColor = color.Gray{Y: 0x00} +) + +func NewCompressedWriter(writer io.WriteCloser, opt *Option) qrcode.Writer { + return compressedWriter{fd: writer, option: opt} +} + +func (w compressedWriter) Write(mat qrcode.Matrix) error { + padding := w.option.Padding + blockWidth := w.option.BlockSize + width := mat.Width()*blockWidth + 2*padding + height := width + + img := image.NewPaletted( + image.Rect(0, 0, width, height), + color.Palette([]color.Color{backgroundColor, foregroundColor}), + ) + bgColor := uint8(img.Palette.Index(backgroundColor)) + fgColor := uint8(img.Palette.Index(foregroundColor)) + + rectangle := func(x1, y1 int, x2, y2 int, img *image.Paletted, color uint8) { + for x := x1; x < x2; x++ { + for y := y1; y < y2; y++ { + pos := img.PixOffset(x, y) + img.Pix[pos] = color + } + } + } + + // background + rectangle(0, 0, width, height, img, bgColor) + + mat.Iterate(qrcode.IterDirection_COLUMN, func(x int, y int, v qrcode.QRValue) { + sx := x*blockWidth + padding + sy := y*blockWidth + padding + es := (x+1)*blockWidth + padding + ey := (y+1)*blockWidth + padding + + if v.IsSet() { + rectangle(sx, sy, es, ey, img, fgColor) + } + + //switch v.IsSet() { + //case false: + // gray = backgroundColor + //default: + // gray = foregroundColor + //} + + }) + + encoder := png.Encoder{CompressionLevel: png.BestCompression} + return encoder.Encode(w.fd, img) +} + +func (w compressedWriter) Close() error { + return w.fd.Close() +} diff --git a/internal/app/configfile/repos.go b/internal/app/configfile/repos.go new file mode 100644 index 0000000..e43687b --- /dev/null +++ b/internal/app/configfile/repos.go @@ -0,0 +1,21 @@ +package configfile + +import ( + "context" + "github.com/h44z/wg-portal/internal/domain" + "io" +) + +type UserDatabaseRepo interface { + GetUser(ctx context.Context, id domain.UserIdentifier) (*domain.User, error) +} + +type WireguardDatabaseRepo interface { + GetInterfaceAndPeers(ctx context.Context, id domain.InterfaceIdentifier) (*domain.Interface, []domain.Peer, error) + GetPeer(ctx context.Context, id domain.PeerIdentifier) (*domain.Peer, error) + GetInterface(ctx context.Context, id domain.InterfaceIdentifier) (*domain.Interface, error) +} + +type FileSystemRepo interface { + WriteFile(path string, contents io.Reader) error +} diff --git a/internal/app/configfile/template.go b/internal/app/configfile/template.go new file mode 100644 index 0000000..8f4e9ae --- /dev/null +++ b/internal/app/configfile/template.go @@ -0,0 +1,68 @@ +package configfile + +import ( + "bytes" + "embed" + "fmt" + "io" + "text/template" + + "github.com/h44z/wg-portal/internal/domain" +) + +//go:embed tpl_files/* +var TemplateFiles embed.FS + +type TemplateHandler struct { + templates *template.Template +} + +func newTemplateHandler() (*TemplateHandler, error) { + tplFuncs := template.FuncMap{ + "CidrsToString": domain.CidrsToString, + } + + templateCache, err := template.New("WireGuard").Funcs(tplFuncs).ParseFS(TemplateFiles, "tpl_files/*.tpl") + if err != nil { + return nil, err + } + + handler := &TemplateHandler{ + templates: templateCache, + } + + return handler, nil +} + +func (c TemplateHandler) GetInterfaceConfig(cfg *domain.Interface, peers []domain.Peer) (io.Reader, error) { + var tplBuff bytes.Buffer + + err := c.templates.ExecuteTemplate(&tplBuff, "wg_interface.tpl", map[string]interface{}{ + "Interface": cfg, + "Peers": peers, + "Portal": map[string]interface{}{ + "Version": "unknown", + }, + }) + if err != nil { + return nil, fmt.Errorf("failed to execute interface template for %s: %w", cfg.Identifier, err) + } + + return &tplBuff, nil +} + +func (c TemplateHandler) GetPeerConfig(peer *domain.Peer) (io.Reader, error) { + var tplBuff bytes.Buffer + + err := c.templates.ExecuteTemplate(&tplBuff, "wg_peer.tpl", map[string]interface{}{ + "Peer": peer, + "Portal": map[string]interface{}{ + "Version": "unknown", + }, + }) + if err != nil { + return nil, fmt.Errorf("failed to execute peer template for %s: %w", peer.Identifier, err) + } + + return &tplBuff, nil +} diff --git a/internal/app/configfile/tpl_files/wg_interface.tpl b/internal/app/configfile/tpl_files/wg_interface.tpl new file mode 100644 index 0000000..c72f64a --- /dev/null +++ b/internal/app/configfile/tpl_files/wg_interface.tpl @@ -0,0 +1,89 @@ +# AUTOGENERATED FILE - DO NOT EDIT +# This file uses wg-quick format. +# See https://man7.org/linux/man-pages/man8/wg-quick.8.html#CONFIGURATION +# Lines starting with the -WGP- tag are used by +# the WireGuard Portal configuration parser. + +# -WGP- WIREGUARD PORTAL CONFIGURATION FILE +# -WGP- version {{ .Portal.Version }} + +[Interface] +# -WGP- Interface: {{ .Interface.Identifier }} +# -WGP- Created: {{ .Interface.CreatedAt }} +# -WGP- Updated: {{ .Interface.UpdatedAt }} +# -WGP- Display name: {{ .Interface.DisplayName }} +# -WGP- Interface mode: {{ .Interface.Type }} +# -WGP- PublicKey = {{ .Interface.KeyPair.PublicKey }} + +# Core settings +PrivateKey = {{ .Interface.KeyPair.PrivateKey }} +Address = {{ CidrsToString .Interface.Addresses }} + +# Misc. settings (optional) +{{- if ne .Interface.ListenPort 0}} +ListenPort = {{ .Interface.ListenPort }} +{{- end}} +{{- if ne .Interface.Mtu 0}} +MTU = {{.Interface.Mtu}} +{{- end}} +{{- if and (ne .Interface.DnsStr "") (eq $.Interface.Type "client")}} +DNS = {{ .Interface.DnsStr }} +{{- end}} +{{- if ne .Interface.FirewallMark 0}} +FwMark = {{.Interface.FirewallMark}} +{{- end}} +{{- if ne .Interface.RoutingTable ""}} +Table = {{.Interface.RoutingTable}} +{{- end}} +{{- if .Interface.SaveConfig}} +SaveConfig = true +{{- end}} + +# Interface hooks (optional) +{{- if .Interface.PreUp}} +PreUp = {{ .Interface.PreUp }} +{{- end}} +{{- if .Interface.PostUp}} +PostUp = {{ .Interface.PostUp }} +{{- end}} +{{- if .Interface.PreDown}} +PreDown = {{ .Interface.PreDown }} +{{- end}} +{{- if .Interface.PostDown}} +PostDown = {{ .Interface.PostDown }} +{{- end}} + +# +# Peers +# + +{{range .Peers}} +{{- if not .IsDisabled}} +[Peer] +# -WGP- Peer: {{.Identifier}} +# -WGP- Created: {{.CreatedAt}} +# -WGP- Updated: {{.UpdatedAt}} +# -WGP- Display name: {{ .DisplayName }} +{{- if .Interface.KeyPair.PrivateKey}} +# -WGP- PrivateKey: {{.Interface.KeyPair.PrivateKey}} +{{- end}} +PublicKey = {{ .Interface.KeyPair.PublicKey }} +{{- if .PresharedKey}} +PresharedKey = {{ .PresharedKey }} +{{- end}} +{{- if eq $.Interface.Type "server"}} +AllowedIPs = {{ CidrsToString .Interface.Addresses }}{{if ne .ExtraAllowedIPsStr ""}}, {{ .ExtraAllowedIPsStr }}{{end}} +{{- end}} +{{- if eq $.Interface.Type "client"}} +{{- if .AllowedIPsStr.GetValue}} +AllowedIPs = {{ .AllowedIPsStr.GetValue }} +{{- end}} +{{- end}} +{{- if and (ne .Endpoint.GetValue "") (eq $.Interface.Type "client")}} +Endpoint = {{ .Endpoint.GetValue }} +{{- end}} +{{- if and (ne .PersistentKeepalive.GetValue 0) (eq $.Interface.Type "client")}} +PersistentKeepalive = {{ .PersistentKeepalive.GetValue }} +{{- end}} +{{- end}} +{{end}} \ No newline at end of file diff --git a/internal/app/configfile/tpl_files/wg_peer.tpl b/internal/app/configfile/tpl_files/wg_peer.tpl new file mode 100644 index 0000000..79c9643 --- /dev/null +++ b/internal/app/configfile/tpl_files/wg_peer.tpl @@ -0,0 +1,65 @@ +# AUTOGENERATED FILE - DO NOT EDIT +# This file uses wg-quick format. +# See https://man7.org/linux/man-pages/man8/wg-quick.8.html#CONFIGURATION +# Lines starting with the -WGP- tag are used by +# the WireGuard Portal configuration parser. + +# -WGP- WIREGUARD PORTAL CONFIGURATION FILE +# -WGP- version {{ .Portal.Version }} + +[Interface] +# -WGP- Peer: {{.Peer.Identifier}} +# -WGP- Created: {{.Peer.CreatedAt}} +# -WGP- Updated: {{.Peer.UpdatedAt}} +# -WGP- Display name: {{ .Peer.DisplayName }} +# -WGP- PublicKey: {{ .Peer.Interface.KeyPair.PublicKey }} +{{- if eq .Peer.Interface.Type "server"}} +# -WGP- Peer type: server +{{else}} +# -WGP- Peer type: client +{{- end}} + +# Core settings +PrivateKey = {{ .Peer.Interface.KeyPair.PrivateKey }} +Address = {{ CidrsToString .Peer.Interface.Addresses }} + +# Misc. settings (optional) +{{- if .Peer.Interface.DnsStr.GetValue}} +DNS = {{ .Peer.Interface.DnsStr.GetValue }} +{{- end}} +{{- if ne .Peer.Interface.Mtu.GetValue 0}} +MTU = {{ .Peer.Interface.Mtu.GetValue }} +{{- end}} +{{- if ne .Peer.Interface.FirewallMark.GetValue 0}} +FwMark = {{ .Peer.Interface.FirewallMark.GetValue }} +{{- end}} +{{- if ne .Peer.Interface.RoutingTable.GetValue ""}} +Table = {{ .Peer.Interface.RoutingTable.GetValue }} +{{- end}} + +# Interface hooks (optional) +{{- if .Peer.Interface.PreUp.GetValue}} +PreUp = {{ .Peer.Interface.PreUp.GetValue }} +{{- end}} +{{- if .Peer.Interface.PostUp.GetValue}} +PostUp = {{ .Peer.Interface.PostUp.GetValue }} +{{- end}} +{{- if .Peer.Interface.PreDown.GetValue}} +PreDown = {{ .Peer.Interface.PreDown.GetValue }} +{{- end}} +{{- if .Peer.Interface.PostDown.GetValue}} +PostDown = {{ .Peer.Interface.PostDown.GetValue }} +{{- end}} + +[Peer] +PublicKey = {{ .Peer.EndpointPublicKey.GetValue }} +Endpoint = {{ .Peer.Endpoint.GetValue }} +{{- if .Peer.AllowedIPsStr.GetValue}} +AllowedIPs = {{ .Peer.AllowedIPsStr.GetValue }} +{{- end}} +{{- if .Peer.PresharedKey}} +PresharedKey = {{ .Peer.PresharedKey }} +{{- end}} +{{- if and (ne .Peer.PersistentKeepalive.GetValue 0) (eq .Peer.Interface.Type "client")}} +PersistentKeepalive = {{ .Peer.PersistentKeepalive.GetValue }} +{{- end}} \ No newline at end of file diff --git a/internal/app/eventbus.go b/internal/app/eventbus.go new file mode 100644 index 0000000..5a5f732 --- /dev/null +++ b/internal/app/eventbus.go @@ -0,0 +1,11 @@ +package app + +const TopicUserCreated = "user:created" +const TopicUserRegistered = "user:registered" +const TopicUserDisabled = "user:disabled" +const TopicUserDeleted = "user:deleted" +const TopicAuthLogin = "auth:login" +const TopicRouteUpdate = "route:update" +const TopicRouteRemove = "route:remove" +const TopicInterfaceUpdated = "interface:updated" +const TopicPeerInterfaceUpdated = "peer:interface:updated" diff --git a/internal/app/mail/manager.go b/internal/app/mail/manager.go new file mode 100644 index 0000000..c970791 --- /dev/null +++ b/internal/app/mail/manager.go @@ -0,0 +1,127 @@ +package mail + +import ( + "context" + "fmt" + "github.com/h44z/wg-portal/internal/config" + "github.com/h44z/wg-portal/internal/domain" + "github.com/sirupsen/logrus" + "io" +) + +type Manager struct { + cfg *config.Config + tplHandler *TemplateHandler + + mailer Mailer + configFiles ConfigFileManager + users UserDatabaseRepo + wg WireguardDatabaseRepo +} + +func NewMailManager(cfg *config.Config, mailer Mailer, configFiles ConfigFileManager, users UserDatabaseRepo, wg WireguardDatabaseRepo) (*Manager, error) { + tplHandler, err := newTemplateHandler(cfg.Web.ExternalUrl) + if err != nil { + return nil, fmt.Errorf("failed to initialize template handler: %w", err) + } + + m := &Manager{ + cfg: cfg, + tplHandler: tplHandler, + mailer: mailer, + configFiles: configFiles, + users: users, + wg: wg, + } + + return m, nil +} + +func (m Manager) SendPeerEmail(ctx context.Context, linkOnly bool, peers ...domain.PeerIdentifier) error { + for _, peerId := range peers { + peer, err := m.wg.GetPeer(ctx, peerId) + if err != nil { + return fmt.Errorf("failed to fetch peer %s: %w", peerId, err) + } + + if peer.UserIdentifier == "" { + logrus.Debugf("skipping peer email for %s, no user linked", peerId) + continue + } + + user, err := m.users.GetUser(ctx, peer.UserIdentifier) + if err != nil { + logrus.Debugf("skipping peer email for %s, unable to fetch user: %v", peerId, err) + continue + } + + if user.Email == "" { + logrus.Debugf("skipping peer email for %s, user has no mail address", peerId) + continue + } + + err = m.sendPeerEmail(ctx, linkOnly, user, peer) + if err != nil { + return fmt.Errorf("failed to send peer email for %s: %w", peerId, err) + } + } + + return nil +} + +func (m Manager) sendPeerEmail(ctx context.Context, linkOnly bool, user *domain.User, peer *domain.Peer) error { + qrName := "WireGuardQRCode.png" + configName := peer.GetConfigFileName() + + var ( + txtMail, htmlMail io.Reader + err error + mailOptions domain.MailOptions + ) + if linkOnly { + txtMail, htmlMail, err = m.tplHandler.GetConfigMail(user, "deep link TBD") + if err != nil { + return fmt.Errorf("failed to get mail body: %w", err) + } + + } else { + peerConfig, err := m.configFiles.GetPeerConfig(ctx, peer.Identifier) + if err != nil { + return fmt.Errorf("failed to fetch peer config for %s: %w", peer.Identifier, err) + } + + peerConfigQr, err := m.configFiles.GetPeerConfigQrCode(ctx, peer.Identifier) + if err != nil { + return fmt.Errorf("failed to fetch peer config QR code for %s: %w", peer.Identifier, err) + } + + txtMail, htmlMail, err = m.tplHandler.GetConfigMailWithAttachment(user, configName, qrName) + if err != nil { + return fmt.Errorf("failed to get full mail body: %w", err) + } + + mailOptions.Attachments = append(mailOptions.Attachments, domain.MailAttachment{ + Name: configName, + ContentType: "text/plain", + Data: peerConfig, + Embedded: false, + }) + mailOptions.Attachments = append(mailOptions.Attachments, domain.MailAttachment{ + Name: qrName, + ContentType: "image/png", + Data: peerConfigQr, + Embedded: true, + }) + } + + txtMailStr, _ := io.ReadAll(txtMail) + htmlMailStr, _ := io.ReadAll(htmlMail) + mailOptions.HtmlBody = string(htmlMailStr) + + err = m.mailer.Send(ctx, "WireGuard VPN Configuration", string(txtMailStr), []string{user.Email}, &mailOptions) + if err != nil { + return fmt.Errorf("failed to send mail: %w", err) + } + + return nil +} diff --git a/internal/app/mail/repos.go b/internal/app/mail/repos.go new file mode 100644 index 0000000..9eb0f04 --- /dev/null +++ b/internal/app/mail/repos.go @@ -0,0 +1,27 @@ +package mail + +import ( + "context" + "github.com/h44z/wg-portal/internal/domain" + "io" +) + +type Mailer interface { + Send(ctx context.Context, subject, body string, to []string, options *domain.MailOptions) error +} + +type ConfigFileManager interface { + GetInterfaceConfig(ctx context.Context, id domain.InterfaceIdentifier) (io.Reader, error) + GetPeerConfig(ctx context.Context, id domain.PeerIdentifier) (io.Reader, error) + GetPeerConfigQrCode(ctx context.Context, id domain.PeerIdentifier) (io.Reader, error) +} + +type UserDatabaseRepo interface { + GetUser(ctx context.Context, id domain.UserIdentifier) (*domain.User, error) +} + +type WireguardDatabaseRepo interface { + GetInterfaceAndPeers(ctx context.Context, id domain.InterfaceIdentifier) (*domain.Interface, []domain.Peer, error) + GetPeer(ctx context.Context, id domain.PeerIdentifier) (*domain.Peer, error) + GetInterface(ctx context.Context, id domain.InterfaceIdentifier) (*domain.Interface, error) +} diff --git a/internal/app/mail/template.go b/internal/app/mail/template.go new file mode 100644 index 0000000..979bdd2 --- /dev/null +++ b/internal/app/mail/template.go @@ -0,0 +1,93 @@ +package mail + +import ( + "bytes" + "embed" + "fmt" + htmlTemplate "html/template" + "io" + "text/template" + + "github.com/h44z/wg-portal/internal/domain" +) + +//go:embed tpl_files/* +var TemplateFiles embed.FS + +type TemplateHandler struct { + portalUrl string + htmlTemplates *htmlTemplate.Template + textTemplates *template.Template +} + +func newTemplateHandler(portalUrl string) (*TemplateHandler, error) { + htmlTemplateCache, err := htmlTemplate.New("Html").ParseFS(TemplateFiles, "tpl_files/*.gohtml") + if err != nil { + return nil, fmt.Errorf("failed to parse html template files: %w", err) + } + + txtTemplateCache, err := template.New("Txt").ParseFS(TemplateFiles, "tpl_files/*.gotpl") + if err != nil { + return nil, fmt.Errorf("failed to parse text template files: %w", err) + } + + handler := &TemplateHandler{ + portalUrl: portalUrl, + htmlTemplates: htmlTemplateCache, + textTemplates: txtTemplateCache, + } + + return handler, nil +} + +func (c TemplateHandler) GetConfigMail(user *domain.User, link string) (io.Reader, io.Reader, error) { + var tplBuff bytes.Buffer + var htmlTplBuff bytes.Buffer + + err := c.textTemplates.ExecuteTemplate(&tplBuff, "mail_with_link.gotpl", map[string]interface{}{ + "User": user, + "Link": link, + "PortalUrl": c.portalUrl, + }) + if err != nil { + return nil, nil, fmt.Errorf("failed to execute template mail_with_link.gotpl: %w", err) + } + + err = c.htmlTemplates.ExecuteTemplate(&htmlTplBuff, "mail_with_link.gohtml", map[string]interface{}{ + "User": user, + "Link": link, + "PortalUrl": c.portalUrl, + }) + if err != nil { + return nil, nil, fmt.Errorf("failed to execute template mail_with_link.gohtml: %w", err) + } + + return &tplBuff, &htmlTplBuff, nil +} + +func (c TemplateHandler) GetConfigMailWithAttachment(user *domain.User, cfgName, qrName string) (io.Reader, io.Reader, error) { + var tplBuff bytes.Buffer + var htmlTplBuff bytes.Buffer + + err := c.textTemplates.ExecuteTemplate(&tplBuff, "mail_with_attachment.gotpl", map[string]interface{}{ + "User": user, + "ConfigFileName": cfgName, + "QrcodePngName": qrName, + "PortalUrl": c.portalUrl, + }) + if err != nil { + return nil, nil, fmt.Errorf("failed to execute template mail_with_attachment.gotpl: %w", err) + } + + err = c.htmlTemplates.ExecuteTemplate(&htmlTplBuff, "mail_with_attachment.gohtml", map[string]interface{}{ + "User": user, + "ConfigFileName": cfgName, + "QrcodePngName": qrName, + "PortalUrl": c.portalUrl, + }) + if err != nil { + return nil, nil, fmt.Errorf("failed to execute template mail_with_attachment.gohtml: %w", err) + } + + return &tplBuff, &htmlTplBuff, nil +} diff --git a/internal/app/mail/tpl_files/mail_with_attachment.gohtml b/internal/app/mail/tpl_files/mail_with_attachment.gohtml new file mode 100644 index 0000000..0243848 --- /dev/null +++ b/internal/app/mail/tpl_files/mail_with_attachment.gohtml @@ -0,0 +1,187 @@ + + + + + + + + + + + + + + + Email Template + + + + + + + + + + +
    + + + + +
    + + + + + + +
    + + + + +
    + + + + + + +
    + + + + +
    +
    + + + {{if $.User.Firstname}} + + {{else}} + + {{end}} + + + + +
    Hello {{$.User.Firstname}} {{$.User.Lastname}}Hello
    You or your administrator probably requested this VPN configuration. Scan the Qrcode or open the attached configuration file ({{$.ConfigFileName}}) in the WireGuard VPN client to establish a secure VPN connection.
    +
    +
    +
    + + + + + + + +
    + + + + +
    + + + + +
    + + + + + + + + + + + + +
    About WireGuard
    WireGuard is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPsec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN.
    + + + + +
    Download WireGuard VPN Client
    +
    +
    +
    +
    + + + + + + + +
    + + + + + + + +
    This mail was generated using WireGuard Portal.
    Visit WireGuard Portal
    +
    + +
    +
    + + \ No newline at end of file diff --git a/internal/app/mail/tpl_files/mail_with_attachment.gotpl b/internal/app/mail/tpl_files/mail_with_attachment.gotpl new file mode 100644 index 0000000..c9598bd --- /dev/null +++ b/internal/app/mail/tpl_files/mail_with_attachment.gotpl @@ -0,0 +1,24 @@ +{{if $.User.Firstname}} +Hello {{$.User.Firstname}} {{$.User.Lastname}}, +{{else}} +Hello, +{{end}} + +You or your administrator probably requested this VPN configuration. +Scan the attached Qrcode or open the attached configuration file ({{$.ConfigFileName}}) +in the WireGuard VPN client to establish a secure VPN connection. + + + +About WireGuard: + +WireGuard is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. +It aims to be faster, simpler, leaner, and more useful than IPsec, while avoiding the massive headache. +It intends to be considerably more performant than OpenVPN. + +You can download and install the WireGuard VPN client from: +https://www.wireguard.com/install/ + + +This mail was generated using WireGuard Portal. +{{$.PortalUrl}} \ No newline at end of file diff --git a/assets/tpl/email.html b/internal/app/mail/tpl_files/mail_with_link.gohtml similarity index 96% rename from assets/tpl/email.html rename to internal/app/mail/tpl_files/mail_with_link.gohtml index 3bc2238..8b01f69 100644 --- a/assets/tpl/email.html +++ b/internal/app/mail/tpl_files/mail_with_link.gohtml @@ -100,10 +100,10 @@ - {{if $.User}} - + {{if $.User.Firstname}} + {{else}} - + {{end}} diff --git a/internal/app/mail/tpl_files/mail_with_link.gotpl b/internal/app/mail/tpl_files/mail_with_link.gotpl new file mode 100644 index 0000000..c9598bd --- /dev/null +++ b/internal/app/mail/tpl_files/mail_with_link.gotpl @@ -0,0 +1,24 @@ +{{if $.User.Firstname}} +Hello {{$.User.Firstname}} {{$.User.Lastname}}, +{{else}} +Hello, +{{end}} + +You or your administrator probably requested this VPN configuration. +Scan the attached Qrcode or open the attached configuration file ({{$.ConfigFileName}}) +in the WireGuard VPN client to establish a secure VPN connection. + + + +About WireGuard: + +WireGuard is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. +It aims to be faster, simpler, leaner, and more useful than IPsec, while avoiding the massive headache. +It intends to be considerably more performant than OpenVPN. + +You can download and install the WireGuard VPN client from: +https://www.wireguard.com/install/ + + +This mail was generated using WireGuard Portal. +{{$.PortalUrl}} \ No newline at end of file diff --git a/internal/app/migrate_v1.go b/internal/app/migrate_v1.go new file mode 100644 index 0000000..3251f18 --- /dev/null +++ b/internal/app/migrate_v1.go @@ -0,0 +1,395 @@ +package app + +import ( + "errors" + "fmt" + "github.com/h44z/wg-portal/internal/adapters" + "github.com/h44z/wg-portal/internal/config" + "github.com/h44z/wg-portal/internal/domain" + "github.com/sirupsen/logrus" + "gorm.io/gorm" + "os" + "time" +) + +func migrateFromV1(cfg *config.Config, db *gorm.DB, source, typ string) error { + sourceType := config.SupportedDatabase(typ) + switch sourceType { + case config.DatabaseMySQL, config.DatabasePostgres, config.DatabaseMsSQL: + case config.DatabaseSQLite: + if _, err := os.Stat(source); os.IsNotExist(err) { + return fmt.Errorf("invalid source database: %w", err) + } + default: + return errors.New("unsupported database") + } + + oldDb, err := adapters.NewDatabase(config.DatabaseConfig{ + Type: sourceType, + DSN: source, + }) + if err != nil { + return fmt.Errorf("failed to open old database: %w", err) + } + + // check if old db is a valid WireGuard Portal v1 database + type DatabaseMigrationInfo struct { + Version string `gorm:"primaryKey"` + Applied time.Time + } + + lastVersion := DatabaseMigrationInfo{} + err = oldDb.Order("applied desc, version desc").FirstOrInit(&lastVersion).Error + if err != nil { + return fmt.Errorf("unable to validate old database: %w", err) + } + latestVersion := "1.0.9" + if lastVersion.Version != latestVersion { + return fmt.Errorf("unsupported old version, update to database version %s first: %w", latestVersion, err) + } + + logrus.Infof("Found valid V1 database with version: %s", lastVersion.Version) + + if err := migrateV1Users(oldDb, db); err != nil { + return fmt.Errorf("user migration failed: %w", err) + } + + if err := migrateV1Interfaces(oldDb, db); err != nil { + return fmt.Errorf("user migration failed: %w", err) + } + + if err := migrateV1Peers(oldDb, db); err != nil { + return fmt.Errorf("peer migration failed: %w", err) + } + + logrus.Infof("Migrated V1 database with version %s, please restart WireGuard Portal", lastVersion.Version) + + return nil +} + +func migrateV1Users(oldDb, newDb *gorm.DB) error { + type User struct { + Email string `gorm:"primaryKey"` + Source string + IsAdmin bool + Firstname string + Lastname string + Phone string + Password string + CreatedAt time.Time + UpdatedAt time.Time + DeletedAt gorm.DeletedAt `gorm:"index"` + } + + var oldUsers []User + err := oldDb.Find(&oldUsers).Error + if err != nil { + return fmt.Errorf("unable to fetch old user records: %w", err) + } + + for _, oldUser := range oldUsers { + var deletionTime *time.Time + deletionReason := "" + if oldUser.DeletedAt.Valid { + delTime := oldUser.DeletedAt.Time + deletionTime = &delTime + deletionReason = "disabled prior to migration" + } + newUser := domain.User{ + BaseModel: domain.BaseModel{ + CreatedBy: "v1migrator", + UpdatedBy: "v1migrator", + CreatedAt: oldUser.CreatedAt, + UpdatedAt: oldUser.UpdatedAt, + }, + Identifier: domain.UserIdentifier(oldUser.Email), + Email: oldUser.Email, + Source: domain.UserSource(oldUser.Source), + ProviderName: "", + IsAdmin: oldUser.IsAdmin, + Firstname: oldUser.Firstname, + Lastname: oldUser.Lastname, + Phone: oldUser.Phone, + Department: "", + Notes: "", + Password: domain.PrivateString(oldUser.Password), + Disabled: deletionTime, + DisabledReason: deletionReason, + Locked: nil, + LockedReason: "", + LinkedPeerCount: 0, + } + + if err := newDb.Save(&newUser).Error; err != nil { + return fmt.Errorf("failed to migrate user %s: %w", oldUser.Email, err) + } + + logrus.Debugf(" - User %s migrated", newUser.Identifier) + } + + return nil +} + +func migrateV1Interfaces(oldDb, newDb *gorm.DB) error { + type Device struct { + Type string + DeviceName string `gorm:"primaryKey"` + DisplayName string + PrivateKey string + ListenPort int + FirewallMark int32 + PublicKey string + Mtu int + IPsStr string + DNSStr string + RoutingTable string + PreUp string + PostUp string + PreDown string + PostDown string + SaveConfig bool + DefaultEndpoint string + DefaultAllowedIPsStr string + DefaultPersistentKeepalive int + CreatedAt time.Time + UpdatedAt time.Time + } + + var oldDevices []Device + err := oldDb.Find(&oldDevices).Error + if err != nil { + return fmt.Errorf("unable to fetch old device records: %w", err) + } + + for _, oldDevice := range oldDevices { + ips, err := domain.CidrsFromString(oldDevice.IPsStr) + if err != nil { + return fmt.Errorf("failed to parse %s ip addresses: %w", oldDevice.DeviceName, err) + } + networks := make([]domain.Cidr, len(ips)) + for i, ip := range ips { + networks[i] = domain.CidrFromIpNet(*ip.IpNet()) + } + newInterface := domain.Interface{ + BaseModel: domain.BaseModel{ + CreatedBy: "v1migrator", + UpdatedBy: "v1migrator", + CreatedAt: oldDevice.CreatedAt, + UpdatedAt: oldDevice.UpdatedAt, + }, + Identifier: domain.InterfaceIdentifier(oldDevice.DeviceName), + KeyPair: domain.KeyPair{ + PrivateKey: oldDevice.PrivateKey, + PublicKey: oldDevice.PublicKey, + }, + ListenPort: oldDevice.ListenPort, + Addresses: ips, + DnsStr: "", + DnsSearchStr: "", + Mtu: oldDevice.Mtu, + FirewallMark: oldDevice.FirewallMark, + RoutingTable: oldDevice.RoutingTable, + PreUp: oldDevice.PreUp, + PostUp: oldDevice.PostUp, + PreDown: oldDevice.PreDown, + PostDown: oldDevice.PostDown, + SaveConfig: oldDevice.SaveConfig, + DisplayName: oldDevice.DisplayName, + Type: domain.InterfaceType(oldDevice.Type), + DriverType: "", + Disabled: nil, + DisabledReason: "", + PeerDefNetworkStr: domain.CidrsToString(networks), + PeerDefDnsStr: oldDevice.DNSStr, + PeerDefDnsSearchStr: "", + PeerDefEndpoint: oldDevice.DefaultEndpoint, + PeerDefAllowedIPsStr: oldDevice.DefaultAllowedIPsStr, + PeerDefMtu: oldDevice.Mtu, + PeerDefPersistentKeepalive: oldDevice.DefaultPersistentKeepalive, + PeerDefFirewallMark: 0, + PeerDefRoutingTable: "", + PeerDefPreUp: "", + PeerDefPostUp: "", + PeerDefPreDown: "", + PeerDefPostDown: "", + } + + if err := newDb.Save(&newInterface).Error; err != nil { + return fmt.Errorf("failed to migrate device %s: %w", oldDevice.DeviceName, err) + } + + logrus.Debugf(" - Interface %s migrated", newInterface.Identifier) + } + + return nil +} + +func migrateV1Peers(oldDb, newDb *gorm.DB) error { + type Peer struct { + UID string + DeviceName string `gorm:"index"` + Identifier string + Email string `gorm:"index" form:"mail" binding:"required,email"` + IgnoreGlobalSettings bool + PublicKey string `gorm:"primaryKey"` + PresharedKey string + AllowedIPsStr string + AllowedIPsSrvStr string + Endpoint string + PersistentKeepalive int + PrivateKey string + IPsStr string + DNSStr string + Mtu int + DeactivatedAt *time.Time `json:",omitempty"` + DeactivatedReason string `json:",omitempty"` + ExpiresAt *time.Time + CreatedBy string + UpdatedBy string + CreatedAt time.Time + UpdatedAt time.Time + } + + var oldPeers []Peer + err := oldDb.Find(&oldPeers).Error + if err != nil { + return fmt.Errorf("unable to fetch old peer records: %w", err) + } + + for _, oldPeer := range oldPeers { + ips, err := domain.CidrsFromString(oldPeer.IPsStr) + if err != nil { + return fmt.Errorf("failed to parse %s ip addresses: %w", oldPeer.PublicKey, err) + } + var disableTime *time.Time + disableReason := "" + if oldPeer.DeactivatedAt != nil { + disTime := *oldPeer.DeactivatedAt + disableTime = &disTime + disableReason = oldPeer.DeactivatedReason + } + var expiryTime *time.Time + if oldPeer.ExpiresAt != nil { + expTime := *oldPeer.ExpiresAt + expiryTime = &expTime + } + var iface domain.Interface + var ifaceType domain.InterfaceType + err = newDb.First(&iface, "identifier = ?", oldPeer.DeviceName).Error + if err != nil { + return fmt.Errorf("failed to find interface %s for peer %s: %w", oldPeer.DeviceName, oldPeer.PublicKey, err) + } + switch iface.Type { + case domain.InterfaceTypeClient: + ifaceType = domain.InterfaceTypeServer + case domain.InterfaceTypeServer: + ifaceType = domain.InterfaceTypeClient + case domain.InterfaceTypeAny: + ifaceType = domain.InterfaceTypeAny + } + var user domain.User + err = newDb.First(&user, "identifier = ?", oldPeer.Email).Error // migrated users use the email address as identifier + if err != nil && !errors.Is(err, gorm.ErrRecordNotFound) { + return fmt.Errorf("failed to find user %s for peer %s: %w", oldPeer.Email, oldPeer.PublicKey, err) + } + if err != nil && errors.Is(err, gorm.ErrRecordNotFound) { + // create dummy user + now := time.Now() + user = domain.User{ + BaseModel: domain.BaseModel{ + CreatedBy: "v1migrator", + UpdatedBy: "v1migrator", + CreatedAt: now, + UpdatedAt: now, + }, + Identifier: domain.UserIdentifier(oldPeer.Email), + Email: oldPeer.Email, + Source: domain.UserSourceDatabase, + ProviderName: "", + IsAdmin: false, + Locked: &now, + LockedReason: domain.DisabledReasonMigrationDummy, + Notes: "created by migration from v1", + } + + if err := newDb.Save(&user).Error; err != nil { + return fmt.Errorf("failed to migrate dummy user %s: %w", oldPeer.Email, err) + } + + logrus.Debugf(" - Dummy User %s migrated", user.Identifier) + } + newPeer := domain.Peer{ + BaseModel: domain.BaseModel{ + CreatedBy: "v1migrator", + UpdatedBy: "v1migrator", + CreatedAt: oldPeer.CreatedAt, + UpdatedAt: oldPeer.UpdatedAt, + }, + Endpoint: domain.StringConfigOption{ + Value: oldPeer.Endpoint, Overridable: !oldPeer.IgnoreGlobalSettings, + }, + EndpointPublicKey: domain.StringConfigOption{ + Value: iface.PublicKey, Overridable: !oldPeer.IgnoreGlobalSettings, + }, + AllowedIPsStr: domain.StringConfigOption{ + Value: oldPeer.AllowedIPsStr, Overridable: !oldPeer.IgnoreGlobalSettings, + }, + ExtraAllowedIPsStr: oldPeer.AllowedIPsSrvStr, + PresharedKey: domain.PreSharedKey(oldPeer.PresharedKey), + PersistentKeepalive: domain.IntConfigOption{ + Value: oldPeer.PersistentKeepalive, Overridable: !oldPeer.IgnoreGlobalSettings, + }, + DisplayName: oldPeer.Identifier, + Identifier: domain.PeerIdentifier(oldPeer.PublicKey), + UserIdentifier: user.Identifier, + InterfaceIdentifier: iface.Identifier, + Disabled: disableTime, + DisabledReason: disableReason, + ExpiresAt: expiryTime, + Notes: "", + Interface: domain.PeerInterfaceConfig{ + KeyPair: domain.KeyPair{ + PrivateKey: oldPeer.PrivateKey, + PublicKey: oldPeer.PublicKey, + }, + Type: ifaceType, + Addresses: ips, + DnsStr: domain.StringConfigOption{ + Value: oldPeer.DNSStr, Overridable: !oldPeer.IgnoreGlobalSettings, + }, + DnsSearchStr: domain.StringConfigOption{ + Value: iface.PeerDefDnsSearchStr, Overridable: !oldPeer.IgnoreGlobalSettings, + }, + Mtu: domain.IntConfigOption{ + Value: oldPeer.Mtu, Overridable: !oldPeer.IgnoreGlobalSettings, + }, + FirewallMark: domain.Int32ConfigOption{ + Value: iface.PeerDefFirewallMark, Overridable: !oldPeer.IgnoreGlobalSettings, + }, + RoutingTable: domain.StringConfigOption{ + Value: iface.PeerDefRoutingTable, Overridable: !oldPeer.IgnoreGlobalSettings, + }, + PreUp: domain.StringConfigOption{ + Value: iface.PeerDefPreUp, Overridable: !oldPeer.IgnoreGlobalSettings, + }, + PostUp: domain.StringConfigOption{ + Value: iface.PeerDefPostUp, Overridable: !oldPeer.IgnoreGlobalSettings, + }, + PreDown: domain.StringConfigOption{ + Value: iface.PeerDefPreDown, Overridable: !oldPeer.IgnoreGlobalSettings, + }, + PostDown: domain.StringConfigOption{ + Value: iface.PeerDefPostDown, Overridable: !oldPeer.IgnoreGlobalSettings, + }, + }, + } + + if err := newDb.Save(&newPeer).Error; err != nil { + return fmt.Errorf("failed to migrate peer %s (%s): %w", oldPeer.Identifier, oldPeer.PublicKey, err) + } + + logrus.Debugf(" - Peer %s migrated", newPeer.Identifier) + } + + return nil +} diff --git a/internal/app/repos.go b/internal/app/repos.go new file mode 100644 index 0000000..4f2ce2b --- /dev/null +++ b/internal/app/repos.go @@ -0,0 +1,65 @@ +package app + +import ( + "context" + "github.com/h44z/wg-portal/internal/domain" + "io" +) + +type Authenticator interface { + GetExternalLoginProviders(_ context.Context) []domain.LoginProviderInfo + IsUserValid(ctx context.Context, id domain.UserIdentifier) bool + PlainLogin(ctx context.Context, username, password string) (*domain.User, error) + OauthLoginStep1(_ context.Context, providerId string) (authCodeUrl, state, nonce string, err error) + OauthLoginStep2(ctx context.Context, providerId, nonce, code string) (*domain.User, error) +} + +type UserManager interface { + RegisterUser(ctx context.Context, user *domain.User) error + NewUser(ctx context.Context, user *domain.User) error + StartBackgroundJobs(ctx context.Context) + GetUser(ctx context.Context, id domain.UserIdentifier) (*domain.User, error) + GetAllUsers(ctx context.Context) ([]domain.User, error) + UpdateUser(ctx context.Context, user *domain.User) (*domain.User, error) + CreateUser(ctx context.Context, user *domain.User) (*domain.User, error) + DeleteUser(ctx context.Context, id domain.UserIdentifier) error +} + +type WireGuardManager interface { + StartBackgroundJobs(ctx context.Context) + GetImportableInterfaces(ctx context.Context) ([]domain.PhysicalInterface, error) + ImportNewInterfaces(ctx context.Context, filter ...domain.InterfaceIdentifier) (int, error) + RestoreInterfaceState(ctx context.Context, updateDbOnError bool, filter ...domain.InterfaceIdentifier) error + CreateDefaultPeer(ctx context.Context, user *domain.User) error + GetInterfaceAndPeers(ctx context.Context, id domain.InterfaceIdentifier) (*domain.Interface, []domain.Peer, error) + GetPeerStats(ctx context.Context, id domain.InterfaceIdentifier) ([]domain.PeerStatus, error) + GetUserPeerStats(ctx context.Context, id domain.UserIdentifier) ([]domain.PeerStatus, error) + GetAllInterfacesAndPeers(ctx context.Context) ([]domain.Interface, [][]domain.Peer, error) + GetUserPeers(ctx context.Context, id domain.UserIdentifier) ([]domain.Peer, error) + PrepareInterface(ctx context.Context) (*domain.Interface, error) + CreateInterface(ctx context.Context, in *domain.Interface) (*domain.Interface, error) + UpdateInterface(ctx context.Context, in *domain.Interface) (*domain.Interface, []domain.Peer, error) + DeleteInterface(ctx context.Context, id domain.InterfaceIdentifier) error + PreparePeer(ctx context.Context, id domain.InterfaceIdentifier) (*domain.Peer, error) + GetPeer(ctx context.Context, id domain.PeerIdentifier) (*domain.Peer, error) + CreatePeer(ctx context.Context, p *domain.Peer) (*domain.Peer, error) + CreateMultiplePeers(ctx context.Context, id domain.InterfaceIdentifier, r *domain.PeerCreationRequest) ([]domain.Peer, error) + UpdatePeer(ctx context.Context, p *domain.Peer) (*domain.Peer, error) + DeletePeer(ctx context.Context, id domain.PeerIdentifier) error + ApplyPeerDefaults(ctx context.Context, in *domain.Interface) error +} + +type StatisticsCollector interface { + StartBackgroundJobs(ctx context.Context) +} + +type ConfigFileManager interface { + GetInterfaceConfig(ctx context.Context, id domain.InterfaceIdentifier) (io.Reader, error) + GetPeerConfig(ctx context.Context, id domain.PeerIdentifier) (io.Reader, error) + GetPeerConfigQrCode(ctx context.Context, id domain.PeerIdentifier) (io.Reader, error) + PersistInterfaceConfig(ctx context.Context, id domain.InterfaceIdentifier) error +} + +type MailManager interface { + SendPeerEmail(ctx context.Context, linkOnly bool, peers ...domain.PeerIdentifier) error +} diff --git a/internal/app/route/repos.go b/internal/app/route/repos.go new file mode 100644 index 0000000..b6e0a5c --- /dev/null +++ b/internal/app/route/repos.go @@ -0,0 +1,11 @@ +package route + +import ( + "context" + "github.com/h44z/wg-portal/internal/domain" +) + +type InterfaceAndPeerDatabaseRepo interface { + GetAllInterfaces(ctx context.Context) ([]domain.Interface, error) + GetInterfacePeers(ctx context.Context, id domain.InterfaceIdentifier) ([]domain.Peer, error) +} diff --git a/internal/app/route/routes.go b/internal/app/route/routes.go new file mode 100644 index 0000000..ee5b0ae --- /dev/null +++ b/internal/app/route/routes.go @@ -0,0 +1,471 @@ +package route + +import ( + "context" + "fmt" + "github.com/h44z/wg-portal/internal/app" + "github.com/h44z/wg-portal/internal/config" + "github.com/h44z/wg-portal/internal/domain" + "github.com/h44z/wg-portal/internal/lowlevel" + "github.com/sirupsen/logrus" + evbus "github.com/vardius/message-bus" + "github.com/vishvananda/netlink" + "golang.org/x/sys/unix" + "golang.zx2c4.com/wireguard/wgctrl" + "golang.zx2c4.com/wireguard/wgctrl/wgtypes" +) + +type routeRuleInfo struct { + ifaceId domain.InterfaceIdentifier + fwMark int + table int + family int + hasDefault bool +} + +// Manager is try to mimic wg-quick behaviour (https://git.zx2c4.com/wireguard-tools/tree/src/wg-quick/linux.bash) +// for default routes. +type Manager struct { + cfg *config.Config + bus evbus.MessageBus + + wg lowlevel.WireGuardClient + nl lowlevel.NetlinkClient + db InterfaceAndPeerDatabaseRepo +} + +func NewRouteManager(cfg *config.Config, bus evbus.MessageBus, db InterfaceAndPeerDatabaseRepo) (*Manager, error) { + wg, err := wgctrl.New() + if err != nil { + panic("failed to init wgctrl: " + err.Error()) + } + + nl := &lowlevel.NetlinkManager{} + + m := &Manager{ + cfg: cfg, + bus: bus, + + db: db, + wg: wg, + nl: nl, + } + + m.connectToMessageBus() + + return m, nil +} + +func (m Manager) connectToMessageBus() { + _ = m.bus.Subscribe(app.TopicRouteUpdate, m.handleRouteUpdateEvent) + _ = m.bus.Subscribe(app.TopicRouteRemove, m.handleRouteRemoveEvent) +} + +func (m Manager) StartBackgroundJobs(ctx context.Context) { +} + +func (m Manager) handleRouteUpdateEvent(srcDescription string) { + logrus.Debugf("handling route update event: %s", srcDescription) + + err := m.syncRoutes(context.Background()) + if err != nil { + logrus.Errorf("failed to synchronize routes for event %s: %v", srcDescription, err) + } + + logrus.Debugf("routes synchronized, event: %s", srcDescription) +} + +func (m Manager) handleRouteRemoveEvent(info domain.RoutingTableInfo) { + logrus.Debugf("handling route remove event for: %s", info.String()) + + if !info.ManagementEnabled() { + return // route management disabled + } + + if err := m.removeFwMarkRules(info.FwMark, info.GetRoutingTable(), netlink.FAMILY_V4); err != nil { + logrus.Errorf("failed to remove v4 fwmark rules: %v", err) + } + if err := m.removeFwMarkRules(info.FwMark, info.GetRoutingTable(), netlink.FAMILY_V6); err != nil { + logrus.Errorf("failed to remove v6 fwmark rules: %v", err) + } + + logrus.Debugf("routes removed, table: %s", info.String()) +} + +func (m Manager) syncRoutes(ctx context.Context) error { + interfaces, err := m.db.GetAllInterfaces(ctx) + if err != nil { + return fmt.Errorf("failed to find all interfaces: %w", err) + } + + rules := map[int][]routeRuleInfo{ + netlink.FAMILY_V4: nil, + netlink.FAMILY_V6: nil, + } + for _, iface := range interfaces { + if iface.IsDisabled() { + continue // disabled interface does not need route entries + } + if !iface.ManageRoutingTable() { + continue + } + + peers, err := m.db.GetInterfacePeers(ctx, iface.Identifier) + if err != nil { + return fmt.Errorf("failed to find peers for %s: %w", iface.Identifier, err) + } + allowedIPs := iface.GetAllowedIPs(peers) + defRouteV4, defRouteV6 := m.containsDefaultRoute(allowedIPs) + + link, err := m.nl.LinkByName(string(iface.Identifier)) + if err != nil { + return fmt.Errorf("failed to find physical link for %s: %w", iface.Identifier, err) + } + + table, fwmark, err := m.getRoutingTableAndFwMark(&iface, allowedIPs, link) + if err != nil { + return fmt.Errorf("failed to get table and fwmark for %s: %w", iface.Identifier, err) + } + + if err := m.setInterfaceRoutes(link, table, allowedIPs); err != nil { + return fmt.Errorf("failed to set routes for %s: %w", iface.Identifier, err) + } + + if err := m.removeDeprecatedRoutes(link, netlink.FAMILY_V4, allowedIPs); err != nil { + return fmt.Errorf("failed to remove deprecated v4 routes for %s: %w", iface.Identifier, err) + } + if err := m.removeDeprecatedRoutes(link, netlink.FAMILY_V6, allowedIPs); err != nil { + return fmt.Errorf("failed to remove deprecated v6 routes for %s: %w", iface.Identifier, err) + } + + if table != 0 { + rules[netlink.FAMILY_V4] = append(rules[netlink.FAMILY_V4], routeRuleInfo{ + ifaceId: iface.Identifier, + fwMark: fwmark, + table: table, + family: netlink.FAMILY_V4, + hasDefault: defRouteV4, + }) + } + if table != 0 { + rules[netlink.FAMILY_V6] = append(rules[netlink.FAMILY_V6], routeRuleInfo{ + ifaceId: iface.Identifier, + fwMark: fwmark, + table: table, + family: netlink.FAMILY_V6, + hasDefault: defRouteV6, + }) + } + } + + return m.syncRouteRules(rules) +} + +func (m Manager) syncRouteRules(allRules map[int][]routeRuleInfo) error { + for family, rules := range allRules { + // update fwmark rules + if err := m.setFwMarkRules(rules, family); err != nil { + return err + } + + // update main rule + if err := m.setMainRule(rules, family); err != nil { + return err + } + + // cleanup old main rules + if err := m.cleanupMainRule(rules, family); err != nil { + return err + } + } + + return nil +} + +func (m Manager) setFwMarkRules(rules []routeRuleInfo, family int) error { + for _, rule := range rules { + existingRules, err := m.nl.RuleList(family) + if err != nil { + return fmt.Errorf("failed to get existing rules for family %d: %w", family, err) + } + + ruleExists := false + for _, existingRule := range existingRules { + if rule.fwMark == existingRule.Mark && rule.table == existingRule.Table { + ruleExists = true + break + } + } + + if ruleExists { + continue // rule already exists, no need to recreate it + } + + // create missing rule + if err := m.nl.RuleAdd(&netlink.Rule{ + Family: family, + Table: rule.table, + Mark: rule.fwMark, + Invert: true, + SuppressIfgroup: -1, + SuppressPrefixlen: -1, + Priority: m.getRulePriority(existingRules), + Mask: -1, + Goto: -1, + Flow: -1, + }); err != nil { + return fmt.Errorf("failed to setup rule for fwmark %d and table %d: %w", rule.fwMark, rule.table, err) + } + } + return nil +} + +func (m Manager) removeFwMarkRules(fwmark, table int, family int) error { + existingRules, err := m.nl.RuleList(family) + if err != nil { + return fmt.Errorf("failed to get existing rules for family %d: %w", family, err) + } + + for _, existingRule := range existingRules { + if fwmark == existingRule.Mark && table == existingRule.Table { + existingRule.Family = family // set family, somehow the RuleList method does not populate the family field + if err := m.nl.RuleDel(&existingRule); err != nil { + return fmt.Errorf("failed to delete fwmark rule: %w", err) + } + } + } + return nil +} + +func (m Manager) setMainRule(rules []routeRuleInfo, family int) error { + shouldHaveMainRule := false + for _, rule := range rules { + if rule.hasDefault == true { + shouldHaveMainRule = true + break + } + } + if !shouldHaveMainRule { + return nil + } + + existingRules, err := m.nl.RuleList(family) + if err != nil { + return fmt.Errorf("failed to get existing rules for family %d: %w", family, err) + } + + ruleExists := false + for _, existingRule := range existingRules { + if existingRule.Table == unix.RT_TABLE_MAIN && existingRule.SuppressPrefixlen == 0 { + ruleExists = true + break + } + } + + if ruleExists { + return nil // rule already exists, skip re-creation + } + + if err := m.nl.RuleAdd(&netlink.Rule{ + Family: family, + Table: unix.RT_TABLE_MAIN, + SuppressIfgroup: -1, + SuppressPrefixlen: 0, + Priority: m.getMainRulePriority(existingRules), + Mark: -1, + Mask: -1, + Goto: -1, + Flow: -1, + }); err != nil { + return fmt.Errorf("failed to setup rule for main table: %w", err) + } + + return nil +} + +func (m Manager) cleanupMainRule(rules []routeRuleInfo, family int) error { + existingRules, err := m.nl.RuleList(family) + if err != nil { + return fmt.Errorf("failed to get existing rules for family %d: %w", family, err) + } + + shouldHaveMainRule := false + for _, rule := range rules { + if rule.hasDefault == true { + shouldHaveMainRule = true + break + } + } + + mainRules := 0 + for _, existingRule := range existingRules { + if existingRule.Table == unix.RT_TABLE_MAIN && existingRule.SuppressPrefixlen == 0 { + mainRules++ + } + } + + removalCount := 0 + if mainRules > 1 { + removalCount = mainRules - 1 // we only want one single rule + } + if !shouldHaveMainRule { + removalCount = mainRules + } + + for _, existingRule := range existingRules { + if existingRule.Table == unix.RT_TABLE_MAIN && existingRule.SuppressPrefixlen == 0 { + if removalCount > 0 { + existingRule.Family = family // set family, somehow the RuleList method does not populate the family field + if err := m.nl.RuleDel(&existingRule); err != nil { + return fmt.Errorf("failed to delete main rule: %w", err) + } + removalCount-- + } + } + } + + return nil +} + +func (m Manager) getMainRulePriority(existingRules []netlink.Rule) int { + prio := m.cfg.Advanced.RulePrioOffset + for { + isFresh := true + for _, existingRule := range existingRules { + if existingRule.Priority == prio { + isFresh = false + break + } + } + if isFresh { + break + } else { + prio++ + } + } + return prio +} + +func (m Manager) getRulePriority(existingRules []netlink.Rule) int { + prio := 32700 // linux main rule has a prio of 32766 + for { + isFresh := true + for _, existingRule := range existingRules { + if existingRule.Priority == prio { + isFresh = false + break + } + } + if isFresh { + break + } else { + prio-- + } + } + return prio +} + +func (m Manager) setInterfaceRoutes(link netlink.Link, table int, allowedIPs []domain.Cidr) error { + for _, allowedIP := range allowedIPs { + err := m.nl.RouteReplace(&netlink.Route{ + LinkIndex: link.Attrs().Index, + Dst: allowedIP.IpNet(), + Table: table, + Scope: unix.RT_SCOPE_LINK, + Type: unix.RTN_UNICAST, + }) + if err != nil { + return fmt.Errorf("failed to add/update route %s: %w", allowedIP.String(), err) + } + } + + return nil +} + +func (m Manager) removeDeprecatedRoutes(link netlink.Link, family int, allowedIPs []domain.Cidr) error { + rawRoutes, err := m.nl.RouteListFiltered(family, &netlink.Route{ + LinkIndex: link.Attrs().Index, + Table: unix.RT_TABLE_UNSPEC, // all tables + Scope: unix.RT_SCOPE_LINK, + Type: unix.RTN_UNICAST, + }, netlink.RT_FILTER_TABLE|netlink.RT_FILTER_TYPE|netlink.RT_FILTER_OIF) + if err != nil { + return fmt.Errorf("failed to fetch raw routes: %w", err) + } + for _, rawRoute := range rawRoutes { + if rawRoute.Dst == nil { // handle default route + var netlinkAddr domain.Cidr + if family == netlink.FAMILY_V4 { + netlinkAddr, _ = domain.CidrFromString("0.0.0.0/0") + } else { + netlinkAddr, _ = domain.CidrFromString("::/0") + } + rawRoute.Dst = netlinkAddr.IpNet() + } + + netlinkAddr := domain.CidrFromIpNet(*rawRoute.Dst) + remove := true + for _, allowedIP := range allowedIPs { + if netlinkAddr == allowedIP { + remove = false + break + } + } + + if !remove { + continue + } + + err := m.nl.RouteDel(&rawRoute) + if err != nil { + return fmt.Errorf("failed to remove deprecated route %s: %w", netlinkAddr.String(), err) + } + } + return nil +} + +func (m Manager) getRoutingTableAndFwMark(iface *domain.Interface, allowedIPs []domain.Cidr, link netlink.Link) (table, fwmark int, err error) { + table = iface.GetRoutingTable() + fwmark = int(iface.FirewallMark) + + if fwmark == 0 { + fwmark = m.cfg.Advanced.RouteTableOffset + link.Attrs().Index // generate a new (temporary) firewall mark based on the interface index + logrus.Debugf("using fwmark %d to handle routes", table) + + // apply the temporary fwmark to the wireguard interface + err = m.setFwMark(iface.Identifier, fwmark) + } + if table == 0 { + table = fwmark // generate a new routing table base on interface index + logrus.Debugf("using routing table %d to handle default routes", table) + } + return +} + +func (m Manager) setFwMark(id domain.InterfaceIdentifier, fwmark int) error { + err := m.wg.ConfigureDevice(string(id), wgtypes.Config{ + FirewallMark: &fwmark, + }) + if err != nil { + return fmt.Errorf("failed to update fwmark to: %d: %w", fwmark, err) + } + return nil +} + +func (m Manager) containsDefaultRoute(allowedIPs []domain.Cidr) (ipV4, ipV6 bool) { + for _, allowedIP := range allowedIPs { + if ipV4 && ipV6 { + break // speed up + } + + if allowedIP.Prefix().Bits() == 0 { + if allowedIP.IsV4() { + ipV4 = true + } else { + ipV6 = true + } + } + } + + return +} diff --git a/internal/app/users/ldap_helper.go b/internal/app/users/ldap_helper.go new file mode 100644 index 0000000..13837a8 --- /dev/null +++ b/internal/app/users/ldap_helper.go @@ -0,0 +1,69 @@ +package users + +import ( + "fmt" + "github.com/go-ldap/ldap/v3" + "github.com/h44z/wg-portal/internal" + "github.com/h44z/wg-portal/internal/config" + "github.com/h44z/wg-portal/internal/domain" + "strings" + "time" +) + +func convertRawLdapUser(providerName string, rawUser map[string]any, fields *config.LdapFields, adminGroupDN *ldap.DN) (*domain.User, error) { + now := time.Now() + + isAdmin, err := internal.LdapIsMemberOf(rawUser[fields.GroupMembership].([][]byte), adminGroupDN) + if err != nil { + return nil, fmt.Errorf("failed to check admin group: %w", err) + } + + return &domain.User{ + BaseModel: domain.BaseModel{ + CreatedBy: "ldap_sync", + UpdatedBy: "ldap_sync", + CreatedAt: now, + UpdatedAt: now, + }, + Identifier: domain.UserIdentifier(internal.MapDefaultString(rawUser, fields.UserIdentifier, "")), + Email: strings.ToLower(internal.MapDefaultString(rawUser, fields.Email, "")), + Source: domain.UserSourceLdap, + ProviderName: providerName, + IsAdmin: isAdmin, + Firstname: internal.MapDefaultString(rawUser, fields.Firstname, ""), + Lastname: internal.MapDefaultString(rawUser, fields.Lastname, ""), + Phone: internal.MapDefaultString(rawUser, fields.Phone, ""), + Department: internal.MapDefaultString(rawUser, fields.Department, ""), + Notes: "", + Password: "", + Disabled: nil, + }, nil +} + +func userChangedInLdap(dbUser, ldapUser *domain.User) bool { + if dbUser.Firstname != ldapUser.Firstname { + return true + } + if dbUser.Lastname != ldapUser.Lastname { + return true + } + if dbUser.Email != ldapUser.Email { + return true + } + if dbUser.Phone != ldapUser.Phone { + return true + } + if dbUser.Department != ldapUser.Department { + return true + } + + if dbUser.IsDisabled() != ldapUser.IsDisabled() { + return true + } + + if dbUser.IsAdmin != ldapUser.IsAdmin { + return true + } + + return false +} diff --git a/internal/app/users/repos.go b/internal/app/users/repos.go new file mode 100644 index 0000000..95f06e8 --- /dev/null +++ b/internal/app/users/repos.go @@ -0,0 +1,18 @@ +package users + +import ( + "context" + "github.com/h44z/wg-portal/internal/domain" +) + +type UserDatabaseRepo interface { + GetUser(ctx context.Context, id domain.UserIdentifier) (*domain.User, error) + GetAllUsers(ctx context.Context) ([]domain.User, error) + FindUsers(ctx context.Context, search string) ([]domain.User, error) + SaveUser(ctx context.Context, id domain.UserIdentifier, updateFunc func(u *domain.User) (*domain.User, error)) error + DeleteUser(ctx context.Context, id domain.UserIdentifier) error +} + +type PeerDatabaseRepo interface { + GetUserPeers(ctx context.Context, id domain.UserIdentifier) ([]domain.Peer, error) +} diff --git a/internal/app/users/user_manager.go b/internal/app/users/user_manager.go new file mode 100644 index 0000000..0a80860 --- /dev/null +++ b/internal/app/users/user_manager.go @@ -0,0 +1,430 @@ +package users + +import ( + "context" + "errors" + "fmt" + "github.com/h44z/wg-portal/internal/app" + "math" + "sync" + "time" + + "github.com/h44z/wg-portal/internal" + + "github.com/go-ldap/ldap/v3" + + "github.com/sirupsen/logrus" + + evbus "github.com/vardius/message-bus" + + "github.com/h44z/wg-portal/internal/config" + "github.com/h44z/wg-portal/internal/domain" +) + +type Manager struct { + cfg *config.Config + bus evbus.MessageBus + + syncInterval time.Duration + users UserDatabaseRepo + peers PeerDatabaseRepo +} + +func NewUserManager(cfg *config.Config, bus evbus.MessageBus, users UserDatabaseRepo, peers PeerDatabaseRepo) (*Manager, error) { + m := &Manager{ + cfg: cfg, + bus: bus, + + syncInterval: 10 * time.Second, + users: users, + peers: peers, + } + return m, nil +} + +func (m Manager) RegisterUser(ctx context.Context, user *domain.User) error { + err := m.NewUser(ctx, user) + if err != nil { + return err + } + + m.bus.Publish(app.TopicUserRegistered, user) + + return nil +} + +func (m Manager) NewUser(ctx context.Context, user *domain.User) error { + if user.Identifier == "" { + return errors.New("missing user identifier") + } + + err := m.users.SaveUser(ctx, user.Identifier, func(u *domain.User) (*domain.User, error) { + u.Identifier = user.Identifier + u.Email = user.Email + u.Source = user.Source + u.IsAdmin = user.IsAdmin + u.Firstname = user.Firstname + u.Lastname = user.Lastname + u.Phone = user.Phone + u.Department = user.Department + return u, nil + }) + if err != nil { + return fmt.Errorf("failed to save user: %w", err) + } + + m.bus.Publish(app.TopicUserCreated, user) + + return nil +} + +func (m Manager) StartBackgroundJobs(ctx context.Context) { + go m.runLdapSynchronizationService(ctx) +} + +func (m Manager) GetUser(ctx context.Context, id domain.UserIdentifier) (*domain.User, error) { + user, err := m.users.GetUser(ctx, id) + if err != nil { + return nil, fmt.Errorf("unable to load peer %s: %w", id, err) + } + peers, _ := m.peers.GetUserPeers(ctx, id) // ignore error, list will be empty in error case + + user.LinkedPeerCount = len(peers) + + return user, nil +} + +func (m Manager) GetAllUsers(ctx context.Context) ([]domain.User, error) { + users, err := m.users.GetAllUsers(ctx) + if err != nil { + return nil, fmt.Errorf("unable to load users: %w", err) + } + + ch := make(chan *domain.User) + wg := sync.WaitGroup{} + workers := int(math.Min(float64(len(users)), 10)) + wg.Add(workers) + for i := 0; i < workers; i++ { + go func() { + defer wg.Done() + for user := range ch { + peers, _ := m.peers.GetUserPeers(ctx, user.Identifier) // ignore error, list will be empty in error case + user.LinkedPeerCount = len(peers) + } + }() + } + for i := range users { + ch <- &users[i] + } + close(ch) + wg.Wait() + + return users, nil +} + +func (m Manager) UpdateUser(ctx context.Context, user *domain.User) (*domain.User, error) { + existingUser, err := m.users.GetUser(ctx, user.Identifier) + if err != nil { + return nil, fmt.Errorf("unable to load existing user %s: %w", user.Identifier, err) + } + + if err := m.validateModifications(ctx, existingUser, user); err != nil { + return nil, fmt.Errorf("update not allowed: %w", err) + } + + user.CopyCalculatedAttributes(existingUser) + err = user.HashPassword() + if err != nil { + return nil, err + } + if user.Password == "" { // keep old password + user.Password = existingUser.Password + } + + err = m.users.SaveUser(ctx, existingUser.Identifier, func(u *domain.User) (*domain.User, error) { + user.CopyCalculatedAttributes(u) + return user, nil + }) + if err != nil { + return nil, fmt.Errorf("update failure: %w", err) + } + + return user, nil +} + +func (m Manager) CreateUser(ctx context.Context, user *domain.User) (*domain.User, error) { + existingUser, err := m.users.GetUser(ctx, user.Identifier) + if err != nil && !errors.Is(err, domain.ErrNotFound) { + return nil, fmt.Errorf("unable to load existing user %s: %w", user.Identifier, err) + } + if existingUser != nil { + return nil, fmt.Errorf("user %s already exists", user.Identifier) + } + + if err := m.validateCreation(ctx, user); err != nil { + return nil, fmt.Errorf("creation not allowed: %w", err) + } + + err = user.HashPassword() + if err != nil { + return nil, err + } + + err = m.users.SaveUser(ctx, user.Identifier, func(u *domain.User) (*domain.User, error) { + user.CopyCalculatedAttributes(u) + return user, nil + }) + if err != nil { + return nil, fmt.Errorf("creation failure: %w", err) + } + + return user, nil +} + +func (m Manager) DeleteUser(ctx context.Context, id domain.UserIdentifier) error { + existingUser, err := m.users.GetUser(ctx, id) + if err != nil && !errors.Is(err, domain.ErrNotFound) { + return fmt.Errorf("unable to find user %s: %w", id, err) + } + + if err := m.validateDeletion(ctx, existingUser); err != nil { + return fmt.Errorf("deletion not allowed: %w", err) + } + + err = m.users.DeleteUser(ctx, id) + if err != nil { + return fmt.Errorf("deletion failure: %w", err) + } + + m.bus.Publish(app.TopicUserDeleted, existingUser) + + return nil +} + +func (m Manager) validateModifications(ctx context.Context, old, new *domain.User) error { + currentUser := domain.GetUserInfo(ctx) + + if currentUser.Id != new.Identifier && !currentUser.IsAdmin { + return fmt.Errorf("insufficient permissions") + } + + if err := old.EditAllowed(new); err != nil { + return fmt.Errorf("no access: %w", err) + } + + if err := old.CanChangePassword(); err != nil && string(new.Password) != "" { + return fmt.Errorf("no access: %w", err) + } + + if currentUser.Id == old.Identifier && old.IsAdmin && !new.IsAdmin { + return fmt.Errorf("cannot remove own admin rights") + } + + if currentUser.Id == old.Identifier && new.IsDisabled() { + return fmt.Errorf("cannot disable own user") + } + + if currentUser.Id == old.Identifier && new.IsLocked() { + return fmt.Errorf("cannot lock own user") + } + + if old.Source != new.Source { + return fmt.Errorf("cannot change user source") + } + + return nil +} + +func (m Manager) validateCreation(ctx context.Context, new *domain.User) error { + currentUser := domain.GetUserInfo(ctx) + + if !currentUser.IsAdmin { + return fmt.Errorf("insufficient permissions") + } + + if new.Identifier == "" { + return fmt.Errorf("invalid user identifier") + } + + if new.Identifier == "all" { // the all user identifier collides with the rest api routes + return fmt.Errorf("reserved user identifier") + } + + if new.Source != domain.UserSourceDatabase { + return fmt.Errorf("invalid user source: %s", new.Source) + } + + if string(new.Password) == "" { + return fmt.Errorf("invalid password") + } + + return nil +} + +func (m Manager) validateDeletion(ctx context.Context, del *domain.User) error { + currentUser := domain.GetUserInfo(ctx) + + if !currentUser.IsAdmin { + return fmt.Errorf("insufficient permissions") + } + + if err := del.DeleteAllowed(); err != nil { + return fmt.Errorf("no access: %w", err) + } + + if currentUser.Id == del.Identifier { + return fmt.Errorf("cannot delete own user") + } + + return nil +} + +func (m Manager) runLdapSynchronizationService(ctx context.Context) { + running := true + for running { + select { + case <-ctx.Done(): + running = false + continue + case <-time.After(m.syncInterval): + // select blocks until one of the cases evaluate to true + } + + for _, ldapCfg := range m.cfg.Auth.Ldap { // LDAP Auth providers + if !ldapCfg.Synchronize { + continue // sync disabled + } + + err := m.synchronizeLdapUsers(ctx, &ldapCfg) + if err != nil { + logrus.Errorf("failed to synchronize LDAP users for %s: %v", ldapCfg.ProviderName, err) + } + } + } +} + +func (m Manager) synchronizeLdapUsers(ctx context.Context, provider *config.LdapProvider) error { + logrus.Tracef("starting to synchronize users for %s", provider.ProviderName) + + dn, err := ldap.ParseDN(provider.AdminGroupDN) + if err != nil { + return fmt.Errorf("failed to parse admin group DN: %w", err) + } + provider.ParsedAdminGroupDN = dn + + conn, err := internal.LdapConnect(provider) + if err != nil { + return fmt.Errorf("failed to setup LDAP connection: %w", err) + } + defer internal.LdapDisconnect(conn) + + rawUsers, err := internal.LdapFindAllUsers(conn, provider.BaseDN, provider.SyncFilter, &provider.FieldMap) + if err != nil { + return err + } + + logrus.Tracef("fetched %d raw ldap users...", len(rawUsers)) + + // Update existing LDAP users + err = m.updateLdapUsers(ctx, provider.ProviderName, rawUsers, &provider.FieldMap, provider.ParsedAdminGroupDN) + if err != nil { + return err + } + + // Disable missing LDAP users + if provider.DisableMissing { + err = m.disableMissingLdapUsers(ctx, provider.ProviderName, rawUsers, &provider.FieldMap) + if err != nil { + return err + } + } + + return nil +} + +func (m Manager) updateLdapUsers(ctx context.Context, providerName string, rawUsers []internal.RawLdapUser, fields *config.LdapFields, adminGroupDN *ldap.DN) error { + for _, rawUser := range rawUsers { + user, err := convertRawLdapUser(providerName, rawUser, fields, adminGroupDN) + if err != nil && !errors.Is(err, domain.ErrNotFound) { + return fmt.Errorf("failed to convert LDAP data for %v: %w", rawUser["dn"], err) + } + + existingUser, err := m.users.GetUser(ctx, user.Identifier) + if err != nil && !errors.Is(err, domain.ErrNotFound) { + return fmt.Errorf("find error for user id %s: %w", user.Identifier, err) + } + + if existingUser == nil { + err := m.NewUser(ctx, user) + if err != nil { + return fmt.Errorf("create error for user id %s: %w", user.Identifier, err) + } + } + + if existingUser != nil && existingUser.Source == domain.UserSourceLdap && userChangedInLdap(existingUser, user) { + err := m.users.SaveUser(ctx, user.Identifier, func(u *domain.User) (*domain.User, error) { + u.UpdatedAt = time.Now() + u.UpdatedBy = "ldap_sync" + u.Email = user.Email + u.Firstname = user.Firstname + u.Lastname = user.Lastname + u.Phone = user.Phone + u.Department = user.Department + u.IsAdmin = user.IsAdmin + u.Disabled = user.Disabled + + return u, nil + }) + if err != nil { + return fmt.Errorf("update error for user id %s: %w", user.Identifier, err) + } + } + } + + return nil +} + +func (m Manager) disableMissingLdapUsers(ctx context.Context, providerName string, rawUsers []internal.RawLdapUser, fields *config.LdapFields) error { + allUsers, err := m.users.GetAllUsers(ctx) + if err != nil { + return err + } + for _, user := range allUsers { + if user.Source != domain.UserSourceLdap { + continue // ignore non ldap users + } + if user.ProviderName != providerName { + continue // user was synchronized through different provider + } + if user.IsDisabled() { + continue // ignore deactivated + } + + existsInLDAP := false + for _, rawUser := range rawUsers { + userId := domain.UserIdentifier(internal.MapDefaultString(rawUser, fields.UserIdentifier, "")) + if user.Identifier == userId { + existsInLDAP = true + break + } + } + + if existsInLDAP { + continue + } + + err := m.users.SaveUser(ctx, user.Identifier, func(u *domain.User) (*domain.User, error) { + now := time.Now() + u.Disabled = &now + u.DisabledReason = "missing in ldap" + return u, nil + }) + if err != nil { + return fmt.Errorf("disable error for user id %s: %w", user.Identifier, err) + } + + m.bus.Publish(app.TopicUserDisabled, user) + } + + return nil +} diff --git a/internal/app/wireguard/repos.go b/internal/app/wireguard/repos.go new file mode 100644 index 0000000..00b0b4b --- /dev/null +++ b/internal/app/wireguard/repos.go @@ -0,0 +1,50 @@ +package wireguard + +import ( + "context" + "github.com/h44z/wg-portal/internal/domain" +) + +type InterfaceAndPeerDatabaseRepo interface { + GetInterface(ctx context.Context, id domain.InterfaceIdentifier) (*domain.Interface, error) + GetInterfaceAndPeers(ctx context.Context, id domain.InterfaceIdentifier) (*domain.Interface, []domain.Peer, error) + GetPeersStats(ctx context.Context, ids ...domain.PeerIdentifier) ([]domain.PeerStatus, error) + GetAllInterfaces(ctx context.Context) ([]domain.Interface, error) + FindInterfaces(ctx context.Context, search string) ([]domain.Interface, error) + GetInterfaceIps(ctx context.Context) (map[domain.InterfaceIdentifier][]domain.Cidr, error) + SaveInterface(ctx context.Context, id domain.InterfaceIdentifier, updateFunc func(in *domain.Interface) (*domain.Interface, error)) error + DeleteInterface(ctx context.Context, id domain.InterfaceIdentifier) error + GetInterfacePeers(ctx context.Context, id domain.InterfaceIdentifier) ([]domain.Peer, error) + FindInterfacePeers(ctx context.Context, id domain.InterfaceIdentifier, search string) ([]domain.Peer, error) + GetUserPeers(ctx context.Context, id domain.UserIdentifier) ([]domain.Peer, error) + FindUserPeers(ctx context.Context, id domain.UserIdentifier, search string) ([]domain.Peer, error) + SavePeer(ctx context.Context, id domain.PeerIdentifier, updateFunc func(in *domain.Peer) (*domain.Peer, error)) error + DeletePeer(ctx context.Context, id domain.PeerIdentifier) error + GetPeer(ctx context.Context, id domain.PeerIdentifier) (*domain.Peer, error) + GetUsedIpsPerSubnet(ctx context.Context) (map[domain.Cidr][]domain.Cidr, error) +} + +type StatisticsDatabaseRepo interface { + GetAllInterfaces(ctx context.Context) ([]domain.Interface, error) + GetInterfacePeers(ctx context.Context, id domain.InterfaceIdentifier) ([]domain.Peer, error) + + UpdatePeerStatus(ctx context.Context, id domain.PeerIdentifier, updateFunc func(in *domain.PeerStatus) (*domain.PeerStatus, error)) error + UpdateInterfaceStatus(ctx context.Context, id domain.InterfaceIdentifier, updateFunc func(in *domain.InterfaceStatus) (*domain.InterfaceStatus, error)) error +} + +type InterfaceController interface { + GetInterfaces(_ context.Context) ([]domain.PhysicalInterface, error) + GetInterface(_ context.Context, id domain.InterfaceIdentifier) (*domain.PhysicalInterface, error) + GetPeers(_ context.Context, deviceId domain.InterfaceIdentifier) ([]domain.PhysicalPeer, error) + GetPeer(_ context.Context, deviceId domain.InterfaceIdentifier, id domain.PeerIdentifier) (*domain.PhysicalPeer, error) + SaveInterface(_ context.Context, id domain.InterfaceIdentifier, updateFunc func(pi *domain.PhysicalInterface) (*domain.PhysicalInterface, error)) error + DeleteInterface(_ context.Context, id domain.InterfaceIdentifier) error + SavePeer(_ context.Context, deviceId domain.InterfaceIdentifier, id domain.PeerIdentifier, updateFunc func(pp *domain.PhysicalPeer) (*domain.PhysicalPeer, error)) error + DeletePeer(_ context.Context, deviceId domain.InterfaceIdentifier, id domain.PeerIdentifier) error +} + +type WgQuickController interface { + ExecuteInterfaceHook(id domain.InterfaceIdentifier, hookCmd string) error + SetDNS(id domain.InterfaceIdentifier, dnsStr, dnsSearchStr string) error + UnsetDNS(id domain.InterfaceIdentifier) error +} diff --git a/internal/app/wireguard/statistics.go b/internal/app/wireguard/statistics.go new file mode 100644 index 0000000..e4ab471 --- /dev/null +++ b/internal/app/wireguard/statistics.go @@ -0,0 +1,263 @@ +package wireguard + +import ( + "context" + "github.com/h44z/wg-portal/internal/config" + "github.com/h44z/wg-portal/internal/domain" + "github.com/prometheus-community/pro-bing" + "github.com/sirupsen/logrus" + "sync" + "time" +) + +type StatisticsCollector struct { + cfg *config.Config + + pingWaitGroup sync.WaitGroup + pingJobs chan domain.Peer + + db StatisticsDatabaseRepo + wg InterfaceController +} + +func NewStatisticsCollector(cfg *config.Config, db StatisticsDatabaseRepo, wg InterfaceController) (*StatisticsCollector, error) { + return &StatisticsCollector{ + cfg: cfg, + + db: db, + wg: wg, + }, nil +} + +func (c *StatisticsCollector) StartBackgroundJobs(ctx context.Context) { + c.startPingWorkers(ctx) + c.startInterfaceDataFetcher(ctx) + c.startPeerDataFetcher(ctx) +} + +func (c *StatisticsCollector) startInterfaceDataFetcher(ctx context.Context) { + if !c.cfg.Statistics.CollectInterfaceData { + return + } + + go c.collectInterfaceData(ctx) + + logrus.Tracef("started interface data fetcher") +} + +func (c *StatisticsCollector) collectInterfaceData(ctx context.Context) { + // Start ticker + ticker := time.NewTicker(c.cfg.Statistics.DataCollectionInterval) + defer ticker.Stop() + for { + select { + case <-ctx.Done(): + return // program stopped + case <-ticker.C: + interfaces, err := c.db.GetAllInterfaces(ctx) + if err != nil { + logrus.Warnf("failed to fetch all interfaces for data collection: %v", err) + continue + } + + for _, in := range interfaces { + physicalInterface, err := c.wg.GetInterface(ctx, in.Identifier) + if err != nil { + logrus.Warnf("failed to load physical interface %s for data collection: %v", in.Identifier, err) + continue + } + err = c.db.UpdateInterfaceStatus(ctx, in.Identifier, func(i *domain.InterfaceStatus) (*domain.InterfaceStatus, error) { + i.UpdatedAt = time.Now() + i.BytesReceived = physicalInterface.BytesDownload + i.BytesTransmitted = physicalInterface.BytesUpload + return i, nil + }) + if err != nil { + logrus.Warnf("failed to update interface status for %s: %v", in.Identifier, err) + } + } + } + } +} + +func (c *StatisticsCollector) startPeerDataFetcher(ctx context.Context) { + if !c.cfg.Statistics.CollectPeerData { + return + } + + go c.collectPeerData(ctx) + + logrus.Tracef("started peer data fetcher") +} + +func (c *StatisticsCollector) collectPeerData(ctx context.Context) { + // Start ticker + ticker := time.NewTicker(c.cfg.Statistics.DataCollectionInterval) + defer ticker.Stop() + for { + select { + case <-ctx.Done(): + return // program stopped + case <-ticker.C: + interfaces, err := c.db.GetAllInterfaces(ctx) + if err != nil { + logrus.Warnf("failed to fetch all interfaces for peer data collection: %v", err) + continue + } + + for _, in := range interfaces { + peers, err := c.wg.GetPeers(ctx, in.Identifier) + if err != nil { + logrus.Warnf("failed to fetch peers for data collection (interface %s): %v", in.Identifier, err) + continue + } + for _, peer := range peers { + err = c.db.UpdatePeerStatus(ctx, peer.Identifier, func(p *domain.PeerStatus) (*domain.PeerStatus, error) { + var lastHandshake *time.Time + if !peer.LastHandshake.IsZero() { + lastHandshake = &peer.LastHandshake + } + + // calculate if session was restarted + p.UpdatedAt = time.Now() + p.LastSessionStart = getSessionStartTime(*p, peer.BytesUpload, peer.BytesDownload, lastHandshake) + p.BytesReceived = peer.BytesUpload // store bytes that where uploaded from the peer and received by the server + p.BytesTransmitted = peer.BytesDownload // store bytes that where received from the peer and sent by the server + p.Endpoint = peer.Endpoint + p.LastHandshake = lastHandshake + + return p, nil + }) + if err != nil { + logrus.Warnf("failed to update interface status for %s: %v", in.Identifier, err) + } + } + } + } + } +} + +func getSessionStartTime(oldStats domain.PeerStatus, newReceived, newTransmitted uint64, latestHandshake *time.Time) *time.Time { + if latestHandshake == nil { + return nil // currently not connected + } + + oldestHandshakeTime := time.Now().Add(-2 * time.Minute) // if a handshake is older than 2 minutes, the peer is no longer connected + switch { + // old session was never initiated + case oldStats.BytesReceived == 0 && oldStats.BytesTransmitted == 0 && (newReceived > 0 || newTransmitted > 0): + return latestHandshake + // session never received bytes -> first receive + case oldStats.BytesReceived == 0 && newReceived > 0 && (oldStats.LastHandshake == nil || oldStats.LastHandshake.Before(oldestHandshakeTime)): + return latestHandshake + // session never transmitted bytes -> first transmit + case oldStats.BytesTransmitted == 0 && newTransmitted > 0 && (oldStats.LastSessionStart == nil || oldStats.LastHandshake.Before(oldestHandshakeTime)): + return latestHandshake + // session restarted as newer send or transmit counts are lower + case (newReceived != 0 && newReceived < oldStats.BytesReceived) || (newTransmitted != 0 && newTransmitted < oldStats.BytesTransmitted): + return latestHandshake + // session initiated (but some bytes were already transmitted + case oldStats.LastSessionStart == nil && (newReceived > oldStats.BytesReceived || newTransmitted > oldStats.BytesTransmitted): + return latestHandshake + default: + return oldStats.LastSessionStart + } +} + +func (c *StatisticsCollector) startPingWorkers(ctx context.Context) { + if !c.cfg.Statistics.UsePingChecks { + return + } + + if c.pingJobs != nil { + return // already started + } + + c.pingWaitGroup = sync.WaitGroup{} + c.pingWaitGroup.Add(c.cfg.Statistics.PingCheckWorkers) + c.pingJobs = make(chan domain.Peer, c.cfg.Statistics.PingCheckWorkers) + + // start workers + for i := 0; i < c.cfg.Statistics.PingCheckWorkers; i++ { + go c.pingWorker(ctx) + } + + // start cleanup goroutine + go func() { + c.pingWaitGroup.Wait() + + logrus.Tracef("stopped ping checks") + }() + + go c.enqueuePingChecks(ctx) + + logrus.Tracef("started ping checks") +} + +func (c *StatisticsCollector) enqueuePingChecks(ctx context.Context) { + // Start ticker + ticker := time.NewTicker(c.cfg.Statistics.PingCheckInterval) + defer ticker.Stop() + defer close(c.pingJobs) + + for { + select { + case <-ctx.Done(): + return // program stopped + case <-ticker.C: + interfaces, err := c.db.GetAllInterfaces(ctx) + if err != nil { + logrus.Warnf("failed to fetch all interfaces for ping checks: %v", err) + continue + } + + for _, in := range interfaces { + peers, err := c.db.GetInterfacePeers(ctx, in.Identifier) + if err != nil { + logrus.Warnf("failed to fetch peers for ping checks (interface %s): %v", in.Identifier, err) + continue + } + for _, peer := range peers { + c.pingJobs <- peer + } + } + } + } +} + +func (c *StatisticsCollector) pingWorker(ctx context.Context) { + defer c.pingWaitGroup.Done() + for peer := range c.pingJobs { + peerPingable := c.isPeerPingable(ctx, peer) + logrus.Tracef("peer %s pingable: %t", peer.Identifier, peerPingable) + } +} + +func (c *StatisticsCollector) isPeerPingable(ctx context.Context, peer domain.Peer) bool { + if c.cfg.Statistics.UsePingChecks == false { + return false + } + + checkAddr := peer.CheckAliveAddress() + if checkAddr == "" { + return false + } + + pinger, err := probing.NewPinger(checkAddr) + if err != nil { + logrus.Tracef("failed to instatiate pinger for %s: %v", checkAddr, err) + return false + } + + checkCount := 1 + pinger.SetPrivileged(!c.cfg.Statistics.PingUnprivileged) + pinger.Count = checkCount + pinger.Timeout = 2 * time.Second + err = pinger.RunWithContext(ctx) // Blocks until finished. + if err != nil { + logrus.Tracef("pinger for %s exited unexpectedly: %v", checkAddr, err) + return false + } + stats := pinger.Statistics() + return stats.PacketsRecv == checkCount +} diff --git a/internal/app/wireguard/statistics_test.go b/internal/app/wireguard/statistics_test.go new file mode 100644 index 0000000..23840e8 --- /dev/null +++ b/internal/app/wireguard/statistics_test.go @@ -0,0 +1,134 @@ +package wireguard + +import ( + "github.com/h44z/wg-portal/internal/domain" + "reflect" + "testing" + "time" +) + +func Test_getSessionStartTime(t *testing.T) { + now := time.Now() + nowMinus1 := now.Add(-1 * time.Minute) + nowMinus3 := now.Add(-3 * time.Minute) + nowMinus5 := now.Add(-5 * time.Minute) + + type args struct { + oldStats domain.PeerStatus + newReceived uint64 + newTransmitted uint64 + lastHandshake *time.Time + } + tests := []struct { + name string + args args + want *time.Time + }{ + { + name: "not connected", + args: args{ + newReceived: 0, + newTransmitted: 0, + lastHandshake: nil, + }, + want: nil, + }, + { + name: "freshly connected", + args: args{ + oldStats: domain.PeerStatus{LastSessionStart: &nowMinus1}, + newReceived: 100, + newTransmitted: 100, + lastHandshake: &now, + }, + want: &now, + }, + { + name: "freshly connected (no prev session)", + args: args{ + oldStats: domain.PeerStatus{LastSessionStart: nil}, + newReceived: 100, + newTransmitted: 100, + lastHandshake: &now, + }, + want: &now, + }, + { + name: "freshly connected (no prev session but bytes)", + args: args{ + oldStats: domain.PeerStatus{LastSessionStart: nil, BytesReceived: 10, BytesTransmitted: 20}, + newReceived: 100, + newTransmitted: 100, + lastHandshake: &now, + }, + want: &now, + }, + { + name: "still connected", + args: args{ + oldStats: domain.PeerStatus{LastSessionStart: &nowMinus1, BytesReceived: 10, BytesTransmitted: 10}, + newReceived: 100, + newTransmitted: 100, + lastHandshake: &now, + }, + want: &nowMinus1, + }, + { + name: "no longer connected", + args: args{ + oldStats: domain.PeerStatus{LastSessionStart: &nowMinus5, BytesReceived: 100, BytesTransmitted: 100}, + newReceived: 100, + newTransmitted: 100, + lastHandshake: &nowMinus3, + }, + want: &nowMinus5, + }, + { + name: "reconnect (recv, hs outdated)", + args: args{ + oldStats: domain.PeerStatus{LastHandshake: &nowMinus5, BytesReceived: 100, BytesTransmitted: 100}, + newReceived: 10, + newTransmitted: 100, + lastHandshake: &nowMinus1, + }, + want: &nowMinus1, + }, + { + name: "reconnect (recv)", + args: args{ + oldStats: domain.PeerStatus{LastHandshake: &nowMinus1, BytesReceived: 100, BytesTransmitted: 100}, + newReceived: 10, + newTransmitted: 100, + lastHandshake: &now, + }, + want: &now, + }, + { + name: "reconnect (sent, hs outdated)", + args: args{ + oldStats: domain.PeerStatus{LastHandshake: &nowMinus5, BytesReceived: 100, BytesTransmitted: 100}, + newReceived: 100, + newTransmitted: 10, + lastHandshake: &nowMinus1, + }, + want: &nowMinus1, + }, + { + name: "reconnect (sent)", + args: args{ + oldStats: domain.PeerStatus{LastSessionStart: &nowMinus1, BytesReceived: 100, BytesTransmitted: 100}, + newReceived: 100, + newTransmitted: 10, + lastHandshake: &now, + }, + want: &now, + }, + } + for _, tt := range tests { + t.Run(tt.name, func(t *testing.T) { + if got := getSessionStartTime(tt.args.oldStats, tt.args.newReceived, tt.args.newTransmitted, tt.args.lastHandshake); !reflect.DeepEqual(got, tt.want) { + t.Errorf("getSessionStartTime() = %v, want %v", got, tt.want) + } + }) + } +} diff --git a/internal/app/wireguard/wireguard.go b/internal/app/wireguard/wireguard.go new file mode 100644 index 0000000..c3d3387 --- /dev/null +++ b/internal/app/wireguard/wireguard.go @@ -0,0 +1,103 @@ +package wireguard + +import ( + "context" + "github.com/h44z/wg-portal/internal/app" + "github.com/sirupsen/logrus" + "time" + + evbus "github.com/vardius/message-bus" + + "github.com/h44z/wg-portal/internal/config" + "github.com/h44z/wg-portal/internal/domain" +) + +type Manager struct { + cfg *config.Config + bus evbus.MessageBus + + db InterfaceAndPeerDatabaseRepo + wg InterfaceController + quick WgQuickController +} + +func NewWireGuardManager(cfg *config.Config, bus evbus.MessageBus, wg InterfaceController, quick WgQuickController, db InterfaceAndPeerDatabaseRepo) (*Manager, error) { + m := &Manager{ + cfg: cfg, + bus: bus, + wg: wg, + db: db, + quick: quick, + } + + m.connectToMessageBus() + + return m, nil +} + +func (m Manager) StartBackgroundJobs(ctx context.Context) { + go m.runExpiredPeersCheck(ctx) +} + +func (m Manager) connectToMessageBus() { + _ = m.bus.Subscribe(app.TopicUserCreated, m.handleUserCreationEvent) +} + +func (m Manager) handleUserCreationEvent(user *domain.User) { + logrus.Errorf("handling new user event for %s", user.Identifier) + + err := m.CreateDefaultPeer(context.Background(), user) + if err != nil { + logrus.Errorf("failed to create default peer for %s: %v", user.Identifier, err) + return + } +} + +func (m Manager) runExpiredPeersCheck(ctx context.Context) { + ctx = domain.SetUserInfo(ctx, domain.SystemAdminContextUserInfo()) + + running := true + for running { + select { + case <-ctx.Done(): + running = false + continue + case <-time.After(m.cfg.Advanced.ExpiryCheckInterval): + // select blocks until one of the cases evaluate to true + } + + interfaces, err := m.db.GetAllInterfaces(ctx) + if err != nil { + logrus.Errorf("failed to fetch all interfaces for expiry check: %v", err) + continue + } + + for _, iface := range interfaces { + peers, err := m.db.GetInterfacePeers(ctx, iface.Identifier) + if err != nil { + logrus.Errorf("failed to fetch all peers from interface %s for expiry check: %v", iface.Identifier, err) + continue + } + + m.checkExpiredPeers(ctx, peers) + } + } +} + +func (m Manager) checkExpiredPeers(ctx context.Context, peers []domain.Peer) { + now := time.Now() + + for _, peer := range peers { + if peer.IsExpired() && !peer.IsDisabled() { + logrus.Infof("peer %s has expired, disabling...", peer.Identifier) + + peer.Disabled = &now + peer.DisabledReason = domain.DisabledReasonExpired + + _, err := m.UpdatePeer(ctx, &peer) + if err != nil { + logrus.Errorf("failed to update expired peer %s: %v", peer.Identifier, err) + } + } + } +} diff --git a/internal/app/wireguard/wireguard_interfaces.go b/internal/app/wireguard/wireguard_interfaces.go new file mode 100644 index 0000000..5cae330 --- /dev/null +++ b/internal/app/wireguard/wireguard_interfaces.go @@ -0,0 +1,734 @@ +package wireguard + +import ( + "context" + "errors" + "fmt" + "github.com/h44z/wg-portal/internal" + "github.com/h44z/wg-portal/internal/app" + "github.com/h44z/wg-portal/internal/domain" + "github.com/sirupsen/logrus" + "os" + "time" +) + +func (m Manager) GetImportableInterfaces(ctx context.Context) ([]domain.PhysicalInterface, error) { + physicalInterfaces, err := m.wg.GetInterfaces(ctx) + if err != nil { + return nil, err + } + + return physicalInterfaces, nil +} + +func (m Manager) GetInterfaceAndPeers(ctx context.Context, id domain.InterfaceIdentifier) (*domain.Interface, []domain.Peer, error) { + return m.db.GetInterfaceAndPeers(ctx, id) +} + +func (m Manager) GetAllInterfaces(ctx context.Context) ([]domain.Interface, error) { + return m.db.GetAllInterfaces(ctx) +} + +func (m Manager) GetAllInterfacesAndPeers(ctx context.Context) ([]domain.Interface, [][]domain.Peer, error) { + interfaces, err := m.db.GetAllInterfaces(ctx) + if err != nil { + return nil, nil, fmt.Errorf("unable to load all interfaces: %w", err) + } + + allPeers := make([][]domain.Peer, len(interfaces)) + for i, iface := range interfaces { + peers, err := m.db.GetInterfacePeers(ctx, iface.Identifier) + if err != nil { + return nil, nil, fmt.Errorf("failed to load peers for interface %s: %w", iface.Identifier, err) + } + allPeers[i] = peers + } + + return interfaces, allPeers, nil +} + +func (m Manager) ImportNewInterfaces(ctx context.Context, filter ...domain.InterfaceIdentifier) (int, error) { + physicalInterfaces, err := m.wg.GetInterfaces(ctx) + if err != nil { + return 0, err + } + + // if no filter is given, exclude already existing interfaces + var excludedInterfaces []domain.InterfaceIdentifier + if len(filter) == 0 { + existingInterfaces, err := m.db.GetAllInterfaces(ctx) + if err != nil { + return 0, err + } + for _, existingInterface := range existingInterfaces { + excludedInterfaces = append(excludedInterfaces, existingInterface.Identifier) + } + } + + imported := 0 + for _, physicalInterface := range physicalInterfaces { + if internal.SliceContains(excludedInterfaces, physicalInterface.Identifier) { + continue + } + + if len(filter) != 0 && !internal.SliceContains(filter, physicalInterface.Identifier) { + continue + } + + logrus.Infof("importing new interface %s...", physicalInterface.Identifier) + + physicalPeers, err := m.wg.GetPeers(ctx, physicalInterface.Identifier) + if err != nil { + return 0, err + } + + err = m.importInterface(ctx, &physicalInterface, physicalPeers) + if err != nil { + return 0, fmt.Errorf("import of %s failed: %w", physicalInterface.Identifier, err) + } + + logrus.Infof("imported new interface %s and %d peers", physicalInterface.Identifier, len(physicalPeers)) + imported++ + } + + return imported, nil +} + +func (m Manager) ApplyPeerDefaults(ctx context.Context, in *domain.Interface) error { + existingInterface, err := m.db.GetInterface(ctx, in.Identifier) + if err != nil { + return fmt.Errorf("unable to load existing interface %s: %w", in.Identifier, err) + } + + if err := m.validateInterfaceModifications(ctx, existingInterface, in); err != nil { + return fmt.Errorf("update not allowed: %w", err) + } + + peers, err := m.db.GetInterfacePeers(ctx, in.Identifier) + if err != nil { + return fmt.Errorf("failed to find peers for interface %s: %w", in.Identifier, err) + } + + for i := range peers { + (&peers[i]).ApplyInterfaceDefaults(in) + + _, err := m.UpdatePeer(ctx, &peers[i]) + if err != nil { + return fmt.Errorf("failed to apply interface defaults to peer %s: %w", peers[i].Identifier, err) + } + } + + return nil +} + +func (m Manager) RestoreInterfaceState(ctx context.Context, updateDbOnError bool, filter ...domain.InterfaceIdentifier) error { + interfaces, err := m.db.GetAllInterfaces(ctx) + if err != nil { + return err + } + + for _, iface := range interfaces { + if len(filter) != 0 && !internal.SliceContains(filter, iface.Identifier) { + continue // ignore filtered interface + } + + peers, err := m.db.GetInterfacePeers(ctx, iface.Identifier) + if err != nil { + return fmt.Errorf("failed to load peers for %s: %w", iface.Identifier, err) + } + + _, err = m.wg.GetInterface(ctx, iface.Identifier) + if err != nil { + logrus.Debugf("creating missing interface %s...", iface.Identifier) + + // try to create a new interface + _, err = m.saveInterface(ctx, &iface, peers) + if err != nil { + return err + } + if err != nil { + if updateDbOnError { + // disable interface in database as no physical interface exists + _ = m.db.SaveInterface(ctx, iface.Identifier, func(in *domain.Interface) (*domain.Interface, error) { + now := time.Now() + in.Disabled = &now // set + in.DisabledReason = domain.DisabledReasonInterfaceMissing + return in, nil + }) + } + return fmt.Errorf("failed to create physical interface %s: %w", iface.Identifier, err) + } + + // restore peers + for _, peer := range peers { + err := m.wg.SavePeer(ctx, iface.Identifier, peer.Identifier, func(pp *domain.PhysicalPeer) (*domain.PhysicalPeer, error) { + domain.MergeToPhysicalPeer(pp, &peer) + return pp, nil + }) + if err != nil { + return fmt.Errorf("failed to create physical peer %s: %w", peer.Identifier, err) + } + } + } else { + logrus.Debugf("restoring interface state for %s to disabled=%t", iface.Identifier, iface.IsDisabled()) + + // try to move interface to stored state + _, err = m.saveInterface(ctx, &iface, peers) + if err != nil { + return err + } + if err != nil { + if updateDbOnError { + // disable interface in database as no physical interface is available + _ = m.db.SaveInterface(ctx, iface.Identifier, func(in *domain.Interface) (*domain.Interface, error) { + if iface.IsDisabled() { + now := time.Now() + in.Disabled = &now // set + in.DisabledReason = domain.DisabledReasonInterfaceMissing + } else { + in.Disabled = nil + in.DisabledReason = "" + } + return in, nil + }) + } + return fmt.Errorf("failed to change physical interface state for %s: %w", iface.Identifier, err) + } + } + } + + return nil +} + +func (m Manager) PrepareInterface(ctx context.Context) (*domain.Interface, error) { + currentUser := domain.GetUserInfo(ctx) + + kp, err := domain.NewFreshKeypair() + if err != nil { + return nil, fmt.Errorf("failed to generate keys: %w", err) + } + + id, err := m.getNewInterfaceName(ctx) + if err != nil { + return nil, fmt.Errorf("failed to generate new identifier: %w", err) + } + + ipv4, ipv6, err := m.getFreshInterfaceIpConfig(ctx) + if err != nil { + return nil, fmt.Errorf("failed to generate new ip config: %w", err) + } + + port, err := m.getFreshListenPort(ctx) + if err != nil { + return nil, fmt.Errorf("failed to generate new listen port: %w", err) + } + + ips := []domain.Cidr{ipv4} + if m.cfg.Advanced.UseIpV6 { + ips = append(ips, ipv6) + } + networks := []domain.Cidr{ipv4.NetworkAddr()} + if m.cfg.Advanced.UseIpV6 { + networks = append(networks, ipv6.NetworkAddr()) + } + + freshInterface := &domain.Interface{ + BaseModel: domain.BaseModel{ + CreatedBy: string(currentUser.Id), + UpdatedBy: string(currentUser.Id), + CreatedAt: time.Now(), + UpdatedAt: time.Now(), + }, + Identifier: id, + KeyPair: kp, + ListenPort: port, + Addresses: ips, + DnsStr: "", + DnsSearchStr: "", + Mtu: 1420, + FirewallMark: 0, + RoutingTable: "", + PreUp: "", + PostUp: "", + PreDown: "", + PostDown: "", + SaveConfig: m.cfg.Advanced.ConfigStoragePath != "", + DisplayName: string(id), + Type: domain.InterfaceTypeServer, + DriverType: "", + Disabled: nil, + DisabledReason: "", + PeerDefNetworkStr: domain.CidrsToString(networks), + PeerDefDnsStr: "", + PeerDefDnsSearchStr: "", + PeerDefEndpoint: "", + PeerDefAllowedIPsStr: domain.CidrsToString(networks), + PeerDefMtu: 1420, + PeerDefPersistentKeepalive: 16, + PeerDefFirewallMark: 0, + PeerDefRoutingTable: "", + PeerDefPreUp: "", + PeerDefPostUp: "", + PeerDefPreDown: "", + PeerDefPostDown: "", + } + + return freshInterface, nil +} + +func (m Manager) CreateInterface(ctx context.Context, in *domain.Interface) (*domain.Interface, error) { + existingInterface, err := m.db.GetInterface(ctx, in.Identifier) + if err != nil && !errors.Is(err, domain.ErrNotFound) { + return nil, fmt.Errorf("unable to load existing interface %s: %w", in.Identifier, err) + } + if existingInterface != nil { + return nil, fmt.Errorf("interface %s already exists", in.Identifier) + } + + if err := m.validateInterfaceCreation(ctx, existingInterface, in); err != nil { + return nil, fmt.Errorf("creation not allowed: %w", err) + } + + in, err = m.saveInterface(ctx, in, nil) + if err != nil { + return nil, fmt.Errorf("creation failure: %w", err) + } + + return in, nil +} + +func (m Manager) UpdateInterface(ctx context.Context, in *domain.Interface) (*domain.Interface, []domain.Peer, error) { + existingInterface, existingPeers, err := m.db.GetInterfaceAndPeers(ctx, in.Identifier) + if err != nil { + return nil, nil, fmt.Errorf("unable to load existing interface %s: %w", in.Identifier, err) + } + + if err := m.validateInterfaceModifications(ctx, existingInterface, in); err != nil { + return nil, nil, fmt.Errorf("update not allowed: %w", err) + } + + in, err = m.saveInterface(ctx, in, existingPeers) + if err != nil { + return nil, nil, fmt.Errorf("update failure: %w", err) + } + + return in, existingPeers, nil +} + +func (m Manager) DeleteInterface(ctx context.Context, id domain.InterfaceIdentifier) error { + existingInterface, err := m.db.GetInterface(ctx, id) + if err != nil { + return fmt.Errorf("unable to find interface %s: %w", id, err) + } + + if err := m.validateInterfaceDeletion(ctx, existingInterface); err != nil { + return fmt.Errorf("deletion not allowed: %w", err) + } + + now := time.Now() + existingInterface.Disabled = &now // simulate a disabled interface + existingInterface.DisabledReason = domain.DisabledReasonDeleted + + physicalInterface, _ := m.wg.GetInterface(ctx, id) + + if err := m.handleInterfacePreSaveHooks(true, existingInterface); err != nil { + return fmt.Errorf("pre-delete hooks failed: %w", err) + } + + if err := m.handleInterfacePreSaveActions(existingInterface); err != nil { + return fmt.Errorf("pre-delete actions failed: %w", err) + } + + if err := m.deleteInterfacePeers(ctx, id); err != nil { + return fmt.Errorf("peer deletion failure: %w", err) + } + + if err := m.wg.DeleteInterface(ctx, id); err != nil { + return fmt.Errorf("wireguard deletion failure: %w", err) + } + + if err := m.db.DeleteInterface(ctx, id); err != nil { + return fmt.Errorf("deletion failure: %w", err) + } + + fwMark := int(existingInterface.FirewallMark) + if physicalInterface != nil && fwMark == 0 { + fwMark = int(physicalInterface.FirewallMark) + } + m.bus.Publish(app.TopicRouteRemove, domain.RoutingTableInfo{ + FwMark: fwMark, + Table: existingInterface.GetRoutingTable(), + }) + + if err := m.handleInterfacePostSaveHooks(true, existingInterface); err != nil { + return fmt.Errorf("post-delete hooks failed: %w", err) + } + + return nil +} + +// region helper-functions + +func (m Manager) saveInterface(ctx context.Context, iface *domain.Interface, peers []domain.Peer) (*domain.Interface, error) { + stateChanged := m.hasInterfaceStateChanged(ctx, iface) + + if err := m.handleInterfacePreSaveHooks(stateChanged, iface); err != nil { + return nil, fmt.Errorf("pre-save hooks failed: %w", err) + } + + if err := m.handleInterfacePreSaveActions(iface); err != nil { + return nil, fmt.Errorf("pre-save actions failed: %w", err) + } + + err := m.db.SaveInterface(ctx, iface.Identifier, func(i *domain.Interface) (*domain.Interface, error) { + iface.CopyCalculatedAttributes(i) + + err := m.wg.SaveInterface(ctx, iface.Identifier, func(pi *domain.PhysicalInterface) (*domain.PhysicalInterface, error) { + domain.MergeToPhysicalInterface(pi, iface) + return pi, nil + }) + if err != nil { + return nil, fmt.Errorf("failed to save physical interface %s: %w", iface.Identifier, err) + } + + return iface, nil + }) + if err != nil { + return nil, fmt.Errorf("failed to save interface: %w", err) + } + + m.bus.Publish(app.TopicRouteUpdate, "interface updated: "+string(iface.Identifier)) + if iface.IsDisabled() { + physicalInterface, _ := m.wg.GetInterface(ctx, iface.Identifier) + fwMark := int(iface.FirewallMark) + if physicalInterface != nil && fwMark == 0 { + fwMark = int(physicalInterface.FirewallMark) + } + m.bus.Publish(app.TopicRouteRemove, domain.RoutingTableInfo{ + FwMark: fwMark, + Table: iface.GetRoutingTable(), + }) + } + + if err := m.handleInterfacePostSaveHooks(stateChanged, iface); err != nil { + return nil, fmt.Errorf("post-save hooks failed: %w", err) + } + + m.bus.Publish(app.TopicInterfaceUpdated, iface) + + return iface, nil +} + +func (m Manager) hasInterfaceStateChanged(ctx context.Context, iface *domain.Interface) bool { + oldInterface, err := m.db.GetInterface(ctx, iface.Identifier) + if err != nil { + return false + } + + return oldInterface.IsDisabled() != iface.IsDisabled() +} + +func (m Manager) handleInterfacePreSaveActions(iface *domain.Interface) error { + if !iface.IsDisabled() { + if err := m.quick.SetDNS(iface.Identifier, iface.DnsStr, iface.DnsSearchStr); err != nil { + return fmt.Errorf("failed to update dns settings: %w", err) + } + } else { + if err := m.quick.UnsetDNS(iface.Identifier); err != nil { + return fmt.Errorf("failed to clear dns settings: %w", err) + } + } + return nil +} + +func (m Manager) handleInterfacePreSaveHooks(stateChanged bool, iface *domain.Interface) error { + if !stateChanged { + return nil // do nothing if state did not change + } + + if !iface.IsDisabled() { + if err := m.quick.ExecuteInterfaceHook(iface.Identifier, iface.PreUp); err != nil { + return fmt.Errorf("failed to execute pre-up hook: %w", err) + } + } else { + if err := m.quick.ExecuteInterfaceHook(iface.Identifier, iface.PreDown); err != nil { + return fmt.Errorf("failed to execute pre-down hook: %w", err) + } + } + return nil +} + +func (m Manager) handleInterfacePostSaveHooks(stateChanged bool, iface *domain.Interface) error { + if !stateChanged { + return nil // do nothing if state did not change + } + + if !iface.IsDisabled() { + if err := m.quick.ExecuteInterfaceHook(iface.Identifier, iface.PostUp); err != nil { + return fmt.Errorf("failed to execute post-up hook: %w", err) + } + } else { + if err := m.quick.ExecuteInterfaceHook(iface.Identifier, iface.PostDown); err != nil { + return fmt.Errorf("failed to execute post-down hook: %w", err) + } + } + return nil +} + +func (m Manager) getNewInterfaceName(ctx context.Context) (domain.InterfaceIdentifier, error) { + namePrefix := "wg" + nameSuffix := 0 + + existingInterfaces, err := m.db.GetAllInterfaces(ctx) + if err != nil { + return "", err + } + var name domain.InterfaceIdentifier + for { + name = domain.InterfaceIdentifier(fmt.Sprintf("%s%d", namePrefix, nameSuffix)) + + conflict := false + for _, in := range existingInterfaces { + if in.Identifier == name { + conflict = true + break + } + } + if !conflict { + break + } + + nameSuffix++ + } + + return name, nil +} + +func (m Manager) getFreshInterfaceIpConfig(ctx context.Context) (ipV4, ipV6 domain.Cidr, err error) { + ips, err := m.db.GetInterfaceIps(ctx) + if err != nil { + err = fmt.Errorf("failed to get existing IP addresses: %w", err) + return + } + + useV6 := m.cfg.Advanced.UseIpV6 + ipV4, _ = domain.CidrFromString(m.cfg.Advanced.StartCidrV4) + ipV6, _ = domain.CidrFromString(m.cfg.Advanced.StartCidrV6) + + ipV4 = ipV4.FirstAddr() + ipV6 = ipV6.FirstAddr() + + netV4 := ipV4.NetworkAddr() + netV6 := ipV6.NetworkAddr() + for { + v4Conflict := false + v6Conflict := false + for _, usedIps := range ips { + for _, usedIp := range usedIps { + usedNetwork := usedIp.NetworkAddr() + if netV4 == usedNetwork { + v4Conflict = true + } + + if netV6 == usedNetwork { + v6Conflict = true + } + } + } + + if !v4Conflict && (!useV6 || !v6Conflict) { + break + } + + if v4Conflict { + netV4 = netV4.NextSubnet() + } + + if v6Conflict && useV6 { + netV6 = netV6.NextSubnet() + } + + if !netV4.IsValid() { + return domain.Cidr{}, domain.Cidr{}, fmt.Errorf("IPv4 space exhausted") + } + + if useV6 && !netV6.IsValid() { + return domain.Cidr{}, domain.Cidr{}, fmt.Errorf("IPv6 space exhausted") + } + } + + // use first address in network for interface + ipV4 = netV4.NextAddr() + ipV6 = netV6.NextAddr() + + return +} + +func (m Manager) getFreshListenPort(ctx context.Context) (port int, err error) { + existingInterfaces, err := m.db.GetAllInterfaces(ctx) + if err != nil { + return -1, err + } + + port = m.cfg.Advanced.StartListenPort + + for { + conflict := false + for _, in := range existingInterfaces { + if in.ListenPort == port { + conflict = true + break + } + } + if !conflict { + break + } + + port++ + } + + if port > 65535 { // maximum allowed port number (16 bit uint) + return -1, fmt.Errorf("port space exhausted") + } + + return +} + +func (m Manager) importInterface(ctx context.Context, in *domain.PhysicalInterface, peers []domain.PhysicalPeer) error { + now := time.Now() + iface := domain.ConvertPhysicalInterface(in) + iface.BaseModel = domain.BaseModel{ + CreatedBy: "importer", + UpdatedBy: "importer", + CreatedAt: now, + UpdatedAt: now, + } + iface.PeerDefAllowedIPsStr = iface.AddressStr() + + existingInterface, err := m.db.GetInterface(ctx, iface.Identifier) + if err != nil && !errors.Is(err, domain.ErrNotFound) { + return err + } + if existingInterface != nil { + return errors.New("interface already exists") + } + + err = m.db.SaveInterface(ctx, iface.Identifier, func(_ *domain.Interface) (*domain.Interface, error) { + return iface, nil + }) + if err != nil { + return fmt.Errorf("database save failed: %w", err) + } + + // import peers + for _, peer := range peers { + err = m.importPeer(ctx, iface, &peer) + if err != nil { + return fmt.Errorf("import of peer %s failed: %w", peer.Identifier, err) + } + } + + return nil +} + +func (m Manager) importPeer(ctx context.Context, in *domain.Interface, p *domain.PhysicalPeer) error { + now := time.Now() + peer := domain.ConvertPhysicalPeer(p) + peer.BaseModel = domain.BaseModel{ + CreatedBy: "importer", + UpdatedBy: "importer", + CreatedAt: now, + UpdatedAt: now, + } + + peer.InterfaceIdentifier = in.Identifier + peer.EndpointPublicKey = domain.StringConfigOption{Value: in.PublicKey, Overridable: true} + peer.AllowedIPsStr = domain.StringConfigOption{Value: in.PeerDefAllowedIPsStr, Overridable: true} + peer.Interface.Addresses = p.AllowedIPs // use allowed IP's as the peer IP's + peer.Interface.DnsStr = domain.StringConfigOption{Value: in.PeerDefDnsStr, Overridable: true} + peer.Interface.DnsSearchStr = domain.StringConfigOption{Value: in.PeerDefDnsSearchStr, Overridable: true} + peer.Interface.Mtu = domain.IntConfigOption{Value: in.PeerDefMtu, Overridable: true} + peer.Interface.FirewallMark = domain.Int32ConfigOption{Value: in.PeerDefFirewallMark, Overridable: true} + peer.Interface.RoutingTable = domain.StringConfigOption{Value: in.PeerDefRoutingTable, Overridable: true} + peer.Interface.PreUp = domain.StringConfigOption{Value: in.PeerDefPreUp, Overridable: true} + peer.Interface.PostUp = domain.StringConfigOption{Value: in.PeerDefPostUp, Overridable: true} + peer.Interface.PreDown = domain.StringConfigOption{Value: in.PeerDefPreDown, Overridable: true} + peer.Interface.PostDown = domain.StringConfigOption{Value: in.PeerDefPostDown, Overridable: true} + + switch in.Type { + case domain.InterfaceTypeAny: + peer.Interface.Type = domain.InterfaceTypeAny + peer.DisplayName = "Autodetected Peer (" + peer.Interface.PublicKey[0:8] + ")" + case domain.InterfaceTypeClient: + peer.Interface.Type = domain.InterfaceTypeServer + peer.DisplayName = "Autodetected Endpoint (" + peer.Interface.PublicKey[0:8] + ")" + case domain.InterfaceTypeServer: + peer.Interface.Type = domain.InterfaceTypeClient + peer.DisplayName = "Autodetected Client (" + peer.Interface.PublicKey[0:8] + ")" + } + + err := m.db.SavePeer(ctx, peer.Identifier, func(_ *domain.Peer) (*domain.Peer, error) { + return peer, nil + }) + if err != nil { + return fmt.Errorf("database save failed: %w", err) + } + + return nil +} + +func (m Manager) deleteInterfacePeers(ctx context.Context, id domain.InterfaceIdentifier) error { + allPeers, err := m.db.GetInterfacePeers(ctx, id) + if err != nil { + return err + } + for _, peer := range allPeers { + err = m.wg.DeletePeer(ctx, id, peer.Identifier) + if err != nil && !errors.Is(err, os.ErrNotExist) { + return fmt.Errorf("wireguard peer deletion failure for %s: %w", peer.Identifier, err) + } + + err = m.db.DeletePeer(ctx, peer.Identifier) + if err != nil { + return fmt.Errorf("peer deletion failure for %s: %w", peer.Identifier, err) + } + } + + return nil +} + +func (m Manager) validateInterfaceModifications(ctx context.Context, old, new *domain.Interface) error { + currentUser := domain.GetUserInfo(ctx) + + if !currentUser.IsAdmin { + return fmt.Errorf("insufficient permissions") + } + + return nil +} + +func (m Manager) validateInterfaceCreation(ctx context.Context, old, new *domain.Interface) error { + currentUser := domain.GetUserInfo(ctx) + + if new.Identifier == "" { + return fmt.Errorf("invalid interface identifier") + } + + if !currentUser.IsAdmin { + return fmt.Errorf("insufficient permissions") + } + + return nil +} + +func (m Manager) validateInterfaceDeletion(ctx context.Context, del *domain.Interface) error { + currentUser := domain.GetUserInfo(ctx) + + if !currentUser.IsAdmin { + return fmt.Errorf("insufficient permissions") + } + + return nil +} + +// endregion helper-functions diff --git a/internal/app/wireguard/wireguard_peers.go b/internal/app/wireguard/wireguard_peers.go new file mode 100644 index 0000000..5c3a20b --- /dev/null +++ b/internal/app/wireguard/wireguard_peers.go @@ -0,0 +1,369 @@ +package wireguard + +import ( + "context" + "errors" + "fmt" + "github.com/h44z/wg-portal/internal" + "github.com/h44z/wg-portal/internal/app" + "github.com/h44z/wg-portal/internal/domain" + "github.com/sirupsen/logrus" + "time" +) + +func (m Manager) CreateDefaultPeer(ctx context.Context, user *domain.User) error { + existingInterfaces, err := m.db.GetAllInterfaces(ctx) + if err != nil { + return fmt.Errorf("failed to fetch all interfaces: %w", err) + } + + var newPeers []domain.Peer + for _, iface := range existingInterfaces { + if iface.Type != domain.InterfaceTypeServer { + continue // only create default peers for server interfaces + } + + peer, err := m.PreparePeer(ctx, iface.Identifier) + if err != nil { + return fmt.Errorf("failed to create default peer for interface %s: %w", iface.Identifier, err) + } + + peer.UserIdentifier = user.Identifier + peer.DisplayName = fmt.Sprintf("Default Peer %s", internal.TruncateString(string(peer.Identifier), 8)) + peer.Notes = fmt.Sprintf("Default peer created for user %s", user.Identifier) + + newPeers = append(newPeers, *peer) + } + + for i, peer := range newPeers { + _, err := m.CreatePeer(ctx, &newPeers[i]) + if err != nil { + return fmt.Errorf("failed to create default peer %s on interface %s: %w", + peer.Identifier, peer.InterfaceIdentifier, err) + } + } + + logrus.Infof("created %d default peers for user %s", len(newPeers), user.Identifier) + + return nil +} + +func (m Manager) GetUserPeers(ctx context.Context, id domain.UserIdentifier) ([]domain.Peer, error) { + return m.db.GetUserPeers(ctx, id) +} + +func (m Manager) PreparePeer(ctx context.Context, id domain.InterfaceIdentifier) (*domain.Peer, error) { + currentUser := domain.GetUserInfo(ctx) + + iface, err := m.db.GetInterface(ctx, id) + if err != nil { + return nil, fmt.Errorf("unable to find interface %s: %w", id, err) + } + + ips, err := m.getFreshPeerIpConfig(ctx, iface) + if err != nil { + return nil, fmt.Errorf("unable to get fresh ip addresses: %w", err) + } + + kp, err := domain.NewFreshKeypair() + if err != nil { + return nil, fmt.Errorf("failed to generate keys: %w", err) + } + + pk, err := domain.NewPreSharedKey() + if err != nil { + return nil, fmt.Errorf("failed to generate preshared key: %w", err) + } + + peerMode := domain.InterfaceTypeClient + if iface.Type == domain.InterfaceTypeClient { + peerMode = domain.InterfaceTypeServer + } + + peerId := domain.PeerIdentifier(kp.PublicKey) + freshPeer := &domain.Peer{ + BaseModel: domain.BaseModel{ + CreatedBy: string(currentUser.Id), + UpdatedBy: string(currentUser.Id), + CreatedAt: time.Now(), + UpdatedAt: time.Now(), + }, + Endpoint: domain.NewStringConfigOption(iface.PeerDefEndpoint, true), + EndpointPublicKey: domain.NewStringConfigOption(iface.PublicKey, true), + AllowedIPsStr: domain.NewStringConfigOption(iface.PeerDefAllowedIPsStr, true), + ExtraAllowedIPsStr: "", + PresharedKey: pk, + PersistentKeepalive: domain.NewIntConfigOption(iface.PeerDefPersistentKeepalive, true), + DisplayName: fmt.Sprintf("Peer %s", internal.TruncateString(string(peerId), 8)), + Identifier: peerId, + UserIdentifier: currentUser.Id, + InterfaceIdentifier: iface.Identifier, + Disabled: nil, + DisabledReason: "", + ExpiresAt: nil, + Notes: "", + Interface: domain.PeerInterfaceConfig{ + KeyPair: kp, + Type: peerMode, + Addresses: ips, + CheckAliveAddress: "", + DnsStr: domain.NewStringConfigOption(iface.PeerDefDnsStr, true), + DnsSearchStr: domain.NewStringConfigOption(iface.PeerDefDnsSearchStr, true), + Mtu: domain.NewIntConfigOption(iface.PeerDefMtu, true), + FirewallMark: domain.NewInt32ConfigOption(iface.PeerDefFirewallMark, true), + RoutingTable: domain.NewStringConfigOption(iface.PeerDefRoutingTable, true), + PreUp: domain.NewStringConfigOption(iface.PeerDefPreUp, true), + PostUp: domain.NewStringConfigOption(iface.PeerDefPostUp, true), + PreDown: domain.NewStringConfigOption(iface.PeerDefPreUp, true), + PostDown: domain.NewStringConfigOption(iface.PeerDefPostUp, true), + }, + } + + return freshPeer, nil +} + +func (m Manager) GetPeer(ctx context.Context, id domain.PeerIdentifier) (*domain.Peer, error) { + peer, err := m.db.GetPeer(ctx, id) + if err != nil { + return nil, fmt.Errorf("unable to find peer %s: %w", id, err) + } + + return peer, nil +} + +func (m Manager) CreatePeer(ctx context.Context, peer *domain.Peer) (*domain.Peer, error) { + existingPeer, err := m.db.GetPeer(ctx, peer.Identifier) + if err != nil && !errors.Is(err, domain.ErrNotFound) { + return nil, fmt.Errorf("unable to load existing peer %s: %w", peer.Identifier, err) + } + if existingPeer != nil { + return nil, fmt.Errorf("peer %s already exists", peer.Identifier) + } + + if err := m.validatePeerCreation(ctx, existingPeer, peer); err != nil { + return nil, fmt.Errorf("creation not allowed: %w", err) + } + + err = m.savePeers(ctx, peer) + if err != nil { + return nil, fmt.Errorf("creation failure: %w", err) + } + + return peer, nil +} + +func (m Manager) CreateMultiplePeers(ctx context.Context, interfaceId domain.InterfaceIdentifier, r *domain.PeerCreationRequest) ([]domain.Peer, error) { + var newPeers []*domain.Peer + + for _, id := range r.UserIdentifiers { + freshPeer, err := m.PreparePeer(ctx, interfaceId) + if err != nil { + return nil, fmt.Errorf("failed to prepare peer for interface %s: %w", interfaceId, err) + } + + freshPeer.UserIdentifier = domain.UserIdentifier(id) // use id as user identifier. peers are allowed to have invalid user identifiers + if r.Suffix != "" { + freshPeer.DisplayName += " " + r.Suffix + } + + if err := m.validatePeerCreation(ctx, nil, freshPeer); err != nil { + return nil, fmt.Errorf("creation not allowed: %w", err) + } + + newPeers = append(newPeers, freshPeer) + } + + err := m.savePeers(ctx, newPeers...) + if err != nil { + return nil, fmt.Errorf("failed to create new peers: %w", err) + } + + createdPeers := make([]domain.Peer, len(newPeers)) + for i := range newPeers { + createdPeers[i] = *newPeers[i] + } + + return createdPeers, nil +} + +func (m Manager) UpdatePeer(ctx context.Context, peer *domain.Peer) (*domain.Peer, error) { + existingPeer, err := m.db.GetPeer(ctx, peer.Identifier) + if err != nil { + return nil, fmt.Errorf("unable to load existing peer %s: %w", peer.Identifier, err) + } + + if err := m.validatePeerModifications(ctx, existingPeer, peer); err != nil { + return nil, fmt.Errorf("update not allowed: %w", err) + } + + err = m.savePeers(ctx, peer) + if err != nil { + return nil, fmt.Errorf("update failure: %w", err) + } + + return peer, nil +} + +func (m Manager) DeletePeer(ctx context.Context, id domain.PeerIdentifier) error { + peer, err := m.db.GetPeer(ctx, id) + if err != nil { + return fmt.Errorf("unable to find peer %s: %w", id, err) + } + + err = m.wg.DeletePeer(ctx, peer.InterfaceIdentifier, id) + if err != nil { + return fmt.Errorf("wireguard failed to delete peer %s: %w", id, err) + } + + err = m.db.DeletePeer(ctx, id) + if err != nil { + return fmt.Errorf("failed to delete peer %s: %w", id, err) + } + + return nil +} + +func (m Manager) GetPeerStats(ctx context.Context, id domain.InterfaceIdentifier) ([]domain.PeerStatus, error) { + _, peers, err := m.db.GetInterfaceAndPeers(ctx, id) + if err != nil { + return nil, fmt.Errorf("failed to fetch peers for interface %s: %w", id, err) + } + + peerIds := make([]domain.PeerIdentifier, len(peers)) + for i, peer := range peers { + peerIds[i] = peer.Identifier + } + + return m.db.GetPeersStats(ctx, peerIds...) +} + +func (m Manager) GetUserPeerStats(ctx context.Context, id domain.UserIdentifier) ([]domain.PeerStatus, error) { + peers, err := m.db.GetUserPeers(ctx, id) + if err != nil { + return nil, fmt.Errorf("failed to fetch peers for user %s: %w", id, err) + } + + peerIds := make([]domain.PeerIdentifier, len(peers)) + for i, peer := range peers { + peerIds[i] = peer.Identifier + } + + return m.db.GetPeersStats(ctx, peerIds...) +} + +// region helper-functions + +func (m Manager) savePeers(ctx context.Context, peers ...*domain.Peer) error { + interfaces := make(map[domain.InterfaceIdentifier]struct{}) + + for i := range peers { + peer := peers[i] + err := m.db.SavePeer(ctx, peer.Identifier, func(p *domain.Peer) (*domain.Peer, error) { + peer.CopyCalculatedAttributes(p) + + err := m.wg.SavePeer(ctx, peer.InterfaceIdentifier, peer.Identifier, + func(pp *domain.PhysicalPeer) (*domain.PhysicalPeer, error) { + domain.MergeToPhysicalPeer(pp, peer) + return pp, nil + }) + if err != nil { + return nil, fmt.Errorf("failed to save wireguard peer %s: %w", peer.Identifier, err) + } + + return peer, nil + }) + if err != nil { + return fmt.Errorf("save failure for peer %s: %w", peer.Identifier, err) + } + + interfaces[peer.InterfaceIdentifier] = struct{}{} + } + + // Update routes after peers have changed + if len(interfaces) != 0 { + m.bus.Publish(app.TopicRouteUpdate, "peers updated") + } + + for iface := range interfaces { + m.bus.Publish(app.TopicPeerInterfaceUpdated, iface) + } + + return nil +} + +func (m Manager) getFreshPeerIpConfig(ctx context.Context, iface *domain.Interface) (ips []domain.Cidr, err error) { + networks, err := domain.CidrsFromString(iface.PeerDefNetworkStr) + if err != nil { + err = fmt.Errorf("failed to parse default network address: %w", err) + return + } + + existingIps, err := m.db.GetUsedIpsPerSubnet(ctx) + if err != nil { + err = fmt.Errorf("failed to get existing IP addresses: %w", err) + return + } + + for _, network := range networks { + ip := network.NextAddr() + + for { + ipConflict := false + for _, usedIp := range existingIps[network] { + if usedIp == ip { + ipConflict = true + } + } + + if !ipConflict { + break + } + + ip = ip.NextAddr() + + if !ip.IsValid() { + return nil, fmt.Errorf("ip space on subnet %s is exhausted", network.String()) + } + } + + ips = append(ips, ip.HostAddr()) + } + + return +} + +func (m Manager) validatePeerModifications(ctx context.Context, old, new *domain.Peer) error { + currentUser := domain.GetUserInfo(ctx) + + if !currentUser.IsAdmin { + return fmt.Errorf("insufficient permissions") + } + + return nil +} + +func (m Manager) validatePeerCreation(ctx context.Context, old, new *domain.Peer) error { + currentUser := domain.GetUserInfo(ctx) + + if new.Identifier == "" { + return fmt.Errorf("invalid peer identifier") + } + + if !currentUser.IsAdmin { + return fmt.Errorf("insufficient permissions") + } + + return nil +} + +func (m Manager) validatePeerDeletion(ctx context.Context, del *domain.Peer) error { + currentUser := domain.GetUserInfo(ctx) + + if !currentUser.IsAdmin { + return fmt.Errorf("insufficient permissions") + } + + return nil +} + +// endregion helper-functions diff --git a/internal/authentication/provider.go b/internal/authentication/provider.go deleted file mode 100644 index a1e57d1..0000000 --- a/internal/authentication/provider.go +++ /dev/null @@ -1,32 +0,0 @@ -package authentication - -import ( - "github.com/gin-gonic/gin" -) - -// AuthContext contains all information that the AuthProvider needs to perform the authentication. -type AuthContext struct { - Username string // email or username - Password string - Callback string // callback for OIDC -} - -type AuthProviderType string - -const ( - AuthProviderTypePassword AuthProviderType = "password" - AuthProviderTypeOauth AuthProviderType = "oauth" -) - -// AuthProvider is a interface that can be implemented by different authentication providers like LDAP, OAUTH, ... -type AuthProvider interface { - GetName() string - GetType() AuthProviderType - GetPriority() int // lower number = higher priority - - Login(*AuthContext) (string, error) - Logout(*AuthContext) error - GetUserModel(*AuthContext) (*User, error) - - SetupRoutes(routes *gin.RouterGroup) -} diff --git a/internal/authentication/providers/ldap/provider.go b/internal/authentication/providers/ldap/provider.go deleted file mode 100644 index 88a588d..0000000 --- a/internal/authentication/providers/ldap/provider.go +++ /dev/null @@ -1,210 +0,0 @@ -package ldap - -import ( - "crypto/tls" - "os" - "strings" - - "github.com/gin-gonic/gin" - "github.com/go-ldap/ldap/v3" - "github.com/h44z/wg-portal/internal/authentication" - ldapconfig "github.com/h44z/wg-portal/internal/ldap" - "github.com/h44z/wg-portal/internal/users" - "github.com/pkg/errors" -) - -// Provider implements a password login method for an LDAP backend. -type Provider struct { - config *ldapconfig.Config -} - -func New(cfg *ldapconfig.Config) (*Provider, error) { - p := &Provider{ - config: cfg, - } - - // test ldap connectivity - client, err := p.open() - if err != nil { - return nil, errors.Wrap(err, "unable to open ldap connection") - } - defer p.close(client) - - return p, nil -} - -// GetName return provider name -func (Provider) GetName() string { - return string(users.UserSourceLdap) -} - -// GetType return provider type -func (Provider) GetType() authentication.AuthProviderType { - return authentication.AuthProviderTypePassword -} - -// GetPriority return provider priority -func (Provider) GetPriority() int { - return 1 // LDAP password provider -} - -func (provider Provider) SetupRoutes(_ *gin.RouterGroup) { - // nothing here -} - -func (provider Provider) Login(ctx *authentication.AuthContext) (string, error) { - username := strings.ToLower(ctx.Username) - password := ctx.Password - - // Validate input - if strings.Trim(username, " ") == "" || strings.Trim(password, " ") == "" { - return "", errors.New("empty username or password") - } - - client, err := provider.open() - if err != nil { - return "", errors.Wrap(err, "unable to open ldap connection") - } - defer provider.close(client) - - // Search for the given username - attrs := []string{"dn", provider.config.EmailAttribute} - loginFilter := strings.Replace(provider.config.LoginFilter, "{{login_identifier}}", username, -1) - searchRequest := ldap.NewSearchRequest( - provider.config.BaseDN, - ldap.ScopeWholeSubtree, ldap.NeverDerefAliases, 0, 0, false, - loginFilter, - attrs, - nil, - ) - - sr, err := client.Search(searchRequest) - if err != nil { - return "", errors.Wrap(err, "unable to find user in ldap") - } - - if len(sr.Entries) != 1 { - return "", errors.Errorf("invalid amount of ldap entries (%d)", len(sr.Entries)) - } - - // Bind as the user to verify their password - userDN := sr.Entries[0].DN - err = client.Bind(userDN, password) - if err != nil { - return "", errors.Wrapf(err, "invalid credentials") - } - - return sr.Entries[0].GetAttributeValue(provider.config.EmailAttribute), nil -} - -func (provider Provider) Logout(_ *authentication.AuthContext) error { - return nil // nothing here -} - -func (provider Provider) GetUserModel(ctx *authentication.AuthContext) (*authentication.User, error) { - username := strings.ToLower(ctx.Username) - - // Validate input - if strings.Trim(username, " ") == "" { - return nil, errors.New("empty username") - } - - client, err := provider.open() - if err != nil { - return nil, errors.Wrap(err, "unable to open ldap connection") - } - defer provider.close(client) - - // Search for the given username - attrs := []string{"dn", provider.config.EmailAttribute, provider.config.FirstNameAttribute, provider.config.LastNameAttribute, - provider.config.PhoneAttribute, provider.config.GroupMemberAttribute} - loginFilter := strings.Replace(provider.config.LoginFilter, "{{login_identifier}}", username, -1) - searchRequest := ldap.NewSearchRequest( - provider.config.BaseDN, - ldap.ScopeWholeSubtree, ldap.NeverDerefAliases, 0, 0, false, - loginFilter, - attrs, - nil, - ) - - sr, err := client.Search(searchRequest) - if err != nil { - return nil, errors.Wrap(err, "unable to find user in ldap") - } - - if len(sr.Entries) != 1 { - return nil, errors.Wrapf(err, "invalid amount of ldap entries (%d)", len(sr.Entries)) - } - - user := &authentication.User{ - Firstname: sr.Entries[0].GetAttributeValue(provider.config.FirstNameAttribute), - Lastname: sr.Entries[0].GetAttributeValue(provider.config.LastNameAttribute), - Email: sr.Entries[0].GetAttributeValue(provider.config.EmailAttribute), - Phone: sr.Entries[0].GetAttributeValue(provider.config.PhoneAttribute), - IsAdmin: false, - } - - for _, group := range sr.Entries[0].GetAttributeValues(provider.config.GroupMemberAttribute) { - if group == provider.config.AdminLdapGroup { - user.IsAdmin = true - break - } - } - - return user, nil -} - -func (provider Provider) open() (*ldap.Conn, error) { - var tlsConfig *tls.Config - - if provider.config.LdapCertConn { - - certPlain, err := os.ReadFile(provider.config.LdapTlsCert) - if err != nil { - return nil, errors.WithMessage(err, "failed to load the certificate") - - } - - key, err := os.ReadFile(provider.config.LdapTlsKey) - if err != nil { - return nil, errors.WithMessage(err, "failed to load the key") - } - - certX509, err := tls.X509KeyPair(certPlain, key) - if err != nil { - return nil, errors.WithMessage(err, "failed X509") - - } - tlsConfig = &tls.Config{Certificates: []tls.Certificate{certX509}} - - } else { - - tlsConfig = &tls.Config{InsecureSkipVerify: !provider.config.CertValidation} - } - - conn, err := ldap.DialURL(provider.config.URL, ldap.DialWithTLSConfig(tlsConfig)) - if err != nil { - return nil, errors.WithMessage(err, "failed to connect to LDAP") - } - - if provider.config.StartTLS { - // Reconnect with TLS - err = conn.StartTLS(tlsConfig) - if err != nil { - return nil, errors.WithMessage(err, "failed to start TLS session") - } - } - - err = conn.Bind(provider.config.BindUser, provider.config.BindPass) - if err != nil { - return nil, errors.WithMessage(err, "failed to bind user") - } - - return conn, nil -} - -func (provider Provider) close(conn *ldap.Conn) { - if conn != nil { - conn.Close() - } -} diff --git a/internal/authentication/providers/password/provider.go b/internal/authentication/providers/password/provider.go deleted file mode 100644 index 7b28c18..0000000 --- a/internal/authentication/providers/password/provider.go +++ /dev/null @@ -1,195 +0,0 @@ -package password - -import ( - "fmt" - "math/rand" - "regexp" - "strings" - "time" - - "github.com/gin-gonic/gin" - "github.com/h44z/wg-portal/internal/authentication" - "github.com/h44z/wg-portal/internal/common" - "github.com/h44z/wg-portal/internal/users" - "github.com/pkg/errors" - "golang.org/x/crypto/bcrypt" - "gorm.io/gorm" -) - -var emailRegex = regexp.MustCompile("^[a-zA-Z0-9.!#$%&'*+\\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$") - -// Provider implements a password login method for a database backend. -type Provider struct { - db *gorm.DB -} - -func New(cfg *common.DatabaseConfig) (*Provider, error) { - p := &Provider{} - - var err error - p.db, err = common.GetDatabaseForConfig(cfg) - if err != nil { - return nil, errors.Wrapf(err, "failed to setup authentication database %s", cfg.Database) - } - - return p, nil -} - -// GetName return provider name -func (Provider) GetName() string { - return string(users.UserSourceDatabase) -} - -// GetType return provider type -func (Provider) GetType() authentication.AuthProviderType { - return authentication.AuthProviderTypePassword -} - -// GetPriority return provider priority -func (Provider) GetPriority() int { - return 0 // DB password provider = highest prio -} - -func (provider Provider) SetupRoutes(_ *gin.RouterGroup) { - // nothing here -} - -func (provider Provider) Login(ctx *authentication.AuthContext) (string, error) { - username := strings.ToLower(ctx.Username) - password := ctx.Password - - // Validate input - if strings.Trim(username, " ") == "" || strings.Trim(password, " ") == "" { - return "", errors.New("empty username or password") - } - - // Authenticate against the users database - user := users.User{} - provider.db.Where("email = ?", username).First(&user) - - if user.Email == "" { - return "", errors.New("invalid username") - } - - // Compare the stored hashed password, with the hashed version of the password that was received - if err := bcrypt.CompareHashAndPassword([]byte(user.Password), []byte(password)); err != nil { - return "", errors.New("invalid password") - } - - return user.Email, nil -} - -func (provider Provider) Logout(_ *authentication.AuthContext) error { - return nil // nothing here -} - -func (provider Provider) GetUserModel(ctx *authentication.AuthContext) (*authentication.User, error) { - username := strings.ToLower(ctx.Username) - - // Validate input - if strings.Trim(username, " ") == "" { - return nil, errors.New("empty username") - } - - // Fetch usermodel from users database - user := users.User{} - provider.db.Where("email = ?", username).First(&user) - if user.Email != username { - return nil, errors.New("invalid or disabled username") - } - - return &authentication.User{ - Email: user.Email, - IsAdmin: user.IsAdmin, - Firstname: user.Firstname, - Lastname: user.Lastname, - Phone: user.Phone, - }, nil -} - -func (provider Provider) InitializeAdmin(email, password string) error { - email = strings.ToLower(email) - if !emailRegex.MatchString(email) { - return errors.New("admin username must be an email address") - } - - admin := users.User{} - provider.db.Unscoped().Where("email = ?", email).FirstOrInit(&admin) - - // newly created admin - if admin.Email != email { - // For security reasons a random admin password will be generated if the default one is still in use! - if password == "wgportal" { - password = generateRandomPassword() - - fmt.Println("#############################################") - fmt.Println("Administrator credentials:") - fmt.Println(" Email: ", email) - fmt.Println(" Password: ", password) - fmt.Println() - fmt.Println("This information will only be displayed once!") - fmt.Println("#############################################") - } - hashedPassword, err := bcrypt.GenerateFromPassword([]byte(password), bcrypt.DefaultCost) - if err != nil { - return errors.Wrap(err, "failed to hash admin password") - } - - admin.Email = email - admin.Password = users.PrivateString(hashedPassword) - admin.Firstname = "WireGuard" - admin.Lastname = "Administrator" - admin.CreatedAt = time.Now() - admin.UpdatedAt = time.Now() - admin.IsAdmin = true - admin.Source = users.UserSourceDatabase - - res := provider.db.Create(admin) - if res.Error != nil { - return errors.Wrapf(res.Error, "failed to create admin %s", admin.Email) - } - } - - // update/reactivate - if !admin.IsAdmin || admin.DeletedAt.Valid { - // For security reasons a random admin password will be generated if the default one is still in use! - if password == "wgportal" { - password = generateRandomPassword() - - fmt.Println("#############################################") - fmt.Println("Administrator credentials:") - fmt.Println(" Email: ", email) - fmt.Println(" Password: ", password) - fmt.Println() - fmt.Println("This information will only be displayed once!") - fmt.Println("#############################################") - } - - hashedPassword, err := bcrypt.GenerateFromPassword([]byte(password), bcrypt.DefaultCost) - if err != nil { - return errors.Wrap(err, "failed to hash admin password") - } - - admin.Password = users.PrivateString(hashedPassword) - admin.IsAdmin = true - admin.UpdatedAt = time.Now() - - res := provider.db.Save(admin) - if res.Error != nil { - return errors.Wrapf(res.Error, "failed to update admin %s", admin.Email) - } - } - - return nil -} - -func generateRandomPassword() string { - rand.Seed(time.Now().Unix()) - var randPassword strings.Builder - charSet := "abcdedfghijklmnopqrstABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!#$" - for i := 0; i < 12; i++ { - random := rand.Intn(len(charSet)) - randPassword.WriteString(string(charSet[random])) - } - return randPassword.String() -} diff --git a/internal/authentication/user.go b/internal/authentication/user.go deleted file mode 100644 index a5afcfc..0000000 --- a/internal/authentication/user.go +++ /dev/null @@ -1,12 +0,0 @@ -package authentication - -// User represents the data that can be retrieved from authentication backends. -type User struct { - Email string - IsAdmin bool - - // optional fields - Firstname string - Lastname string - Phone string -} diff --git a/internal/common/db.go b/internal/common/db.go deleted file mode 100644 index 39e4158..0000000 --- a/internal/common/db.go +++ /dev/null @@ -1,195 +0,0 @@ -package common - -import ( - "fmt" - "os" - "path/filepath" - "sort" - "strings" - "time" - - "github.com/pkg/errors" - "github.com/sirupsen/logrus" - "gorm.io/driver/mysql" - "gorm.io/driver/sqlite" - "gorm.io/gorm" - "gorm.io/gorm/logger" -) - -func init() { - migrations = append(migrations, Migration{ - version: "1.0.7", - migrateFn: func(db *gorm.DB) error { - if err := db.Exec("UPDATE users SET email = LOWER(email)").Error; err != nil { - return errors.Wrap(err, "failed to convert user emails to lower case") - } - if err := db.Exec("UPDATE peers SET email = LOWER(email)").Error; err != nil { - return errors.Wrap(err, "failed to convert peer emails to lower case") - } - logrus.Infof("upgraded database format to version 1.0.7") - return nil - }, - }) - migrations = append(migrations, Migration{ - version: "1.0.8", - migrateFn: func(db *gorm.DB) error { - logrus.Infof("upgraded database format to version 1.0.8") - return nil - }, - }) - - migrations = append(migrations, Migration{ - version: "1.0.9", - migrateFn: func(db *gorm.DB) error { - if db.Dialector.Name() != (sqlite.Dialector{}).Name() { - logrus.Infof("upgraded database format to version 1.0.9") - return nil // only perform migration for sqlite - } - - type sqlIndex struct { - Name string `gorm:"column:name"` - Table string `gorm:"column:tbl_name"` - } - var indices []sqlIndex - if err := db.Raw("SELECT name, tbl_name FROM sqlite_master WHERE type == 'index'").Scan(&indices).Error; err != nil { - return errors.Wrap(err, "failed to fetch indices") - } - - for _, index := range indices { - if index.Table != "devices" && index.Table != "peers" && index.Table != "users" { - continue - } - if strings.Contains(index.Name, "autoindex") { - continue - } - if err := db.Exec("DROP INDEX " + index.Name).Error; err != nil { - return errors.Wrap(err, "failed to drop index "+index.Name) - } - } - - logrus.Infof("upgraded database format to version 1.0.9") - return nil - }, - }) -} - -type SupportedDatabase string - -const ( - SupportedDatabaseMySQL SupportedDatabase = "mysql" - SupportedDatabaseSQLite SupportedDatabase = "sqlite" -) - -type DatabaseConfig struct { - Typ SupportedDatabase `yaml:"typ" envconfig:"DATABASE_TYPE"` //mysql or sqlite - Host string `yaml:"host" envconfig:"DATABASE_HOST"` - Port int `yaml:"port" envconfig:"DATABASE_PORT"` - Database string `yaml:"database" envconfig:"DATABASE_NAME"` // On SQLite: the database file-path, otherwise the database name - User string `yaml:"user" envconfig:"DATABASE_USERNAME"` - Password string `yaml:"password" envconfig:"DATABASE_PASSWORD"` -} - -func GetDatabaseForConfig(cfg *DatabaseConfig) (db *gorm.DB, err error) { - switch cfg.Typ { - case SupportedDatabaseSQLite: - if _, err = os.Stat(filepath.Dir(cfg.Database)); os.IsNotExist(err) { - if err = os.MkdirAll(filepath.Dir(cfg.Database), 0700); err != nil { - return - } - } - db, err = gorm.Open(sqlite.Open(cfg.Database), &gorm.Config{DisableForeignKeyConstraintWhenMigrating: true}) - if err != nil { - return - } - case SupportedDatabaseMySQL: - connectionString := fmt.Sprintf("%s:%s@tcp(%s:%d)/%s?charset=utf8mb4&parseTime=True&loc=Local", cfg.User, cfg.Password, cfg.Host, cfg.Port, cfg.Database) - db, err = gorm.Open(mysql.Open(connectionString), &gorm.Config{}) - if err != nil { - return - } - - sqlDB, _ := db.DB() - sqlDB.SetConnMaxLifetime(time.Minute * 5) - sqlDB.SetMaxIdleConns(2) - sqlDB.SetMaxOpenConns(10) - err = sqlDB.Ping() // This DOES open a connection if necessary. This makes sure the database is accessible - if err != nil { - return nil, errors.Wrap(err, "failed to ping mysql authentication database") - } - } - - // Enable Logger (logrus) - logCfg := logger.Config{ - SlowThreshold: time.Second, // all slower than one second - Colorful: false, - LogLevel: logger.Silent, // default: log nothing - } - - if logrus.StandardLogger().GetLevel() == logrus.TraceLevel { - logCfg.LogLevel = logger.Info - logCfg.SlowThreshold = 500 * time.Millisecond // all slower than half a second - } - - db.Config.Logger = logger.New(logrus.StandardLogger(), logCfg) - return -} - -type DatabaseMigrationInfo struct { - Version string `gorm:"primaryKey"` - Applied time.Time -} - -type Migration struct { - version string - migrateFn func(db *gorm.DB) error -} - -var migrations []Migration - -func MigrateDatabase(db *gorm.DB, version string) error { - if err := db.AutoMigrate(&DatabaseMigrationInfo{}); err != nil { - return errors.Wrap(err, "failed to migrate version database") - } - - existingMigration := DatabaseMigrationInfo{} - db.Where("version = ?", version).FirstOrInit(&existingMigration) - - if existingMigration.Version == "" { - lastVersion := DatabaseMigrationInfo{} - db.Order("applied desc, version desc").FirstOrInit(&lastVersion) - - if lastVersion.Version == "" { - // fresh database, no migrations to apply - res := db.Create(&DatabaseMigrationInfo{ - Version: version, - Applied: time.Now(), - }) - if res.Error != nil { - return errors.Wrapf(res.Error, "failed to write version %s to database", version) - } - return nil - } - - sort.Slice(migrations, func(i, j int) bool { - return migrations[i].version < migrations[j].version - }) - - for _, migration := range migrations { - if migration.version > lastVersion.Version { - if err := migration.migrateFn(db); err != nil { - return errors.Wrapf(err, "failed to migrate to version %s", migration.version) - } - - res := db.Create(&DatabaseMigrationInfo{ - Version: migration.version, - Applied: time.Now(), - }) - if res.Error != nil { - return errors.Wrapf(res.Error, "failed to write version %s to database", migration.version) - } - } - } - } - - return nil -} diff --git a/internal/common/email.go b/internal/common/email.go deleted file mode 100644 index acd449b..0000000 --- a/internal/common/email.go +++ /dev/null @@ -1,116 +0,0 @@ -package common - -import ( - "crypto/tls" - "io" - "time" - - "github.com/pkg/errors" - mail "github.com/xhit/go-simple-mail/v2" -) - -type MailEncryption string - -const ( - MailEncryptionNone MailEncryption = "none" - MailEncryptionTLS MailEncryption = "tls" - MailEncryptionStartTLS MailEncryption = "starttls" -) - -type MailAuthType string - -const ( - MailAuthPlain MailAuthType = "plain" - MailAuthLogin MailAuthType = "login" - MailAuthCramMD5 MailAuthType = "crammd5" -) - -type MailConfig struct { - Host string `yaml:"host" envconfig:"EMAIL_HOST"` - Port int `yaml:"port" envconfig:"EMAIL_PORT"` - TLS bool `yaml:"tls" envconfig:"EMAIL_TLS"` // Deprecated, use MailConfig.Encryption instead. - Encryption MailEncryption `yaml:"encryption" envconfig:"EMAIL_ENCRYPTION"` - CertValidation bool `yaml:"certcheck" envconfig:"EMAIL_CERT_VALIDATION"` - Username string `yaml:"user" envconfig:"EMAIL_USERNAME"` - Password string `yaml:"pass" envconfig:"EMAIL_PASSWORD"` - AuthType MailAuthType `yaml:"auth" envconfig:"EMAIL_AUTHTYPE"` -} - -type MailAttachment struct { - Name string - ContentType string - Data io.Reader - Embedded bool -} - -// SendEmailWithAttachments sends a mail with optional attachments. -func SendEmailWithAttachments(cfg MailConfig, sender, replyTo, subject, body, htmlBody string, receivers []string, attachments []MailAttachment) error { - srv := mail.NewSMTPClient() - - srv.ConnectTimeout = 30 * time.Second - srv.SendTimeout = 30 * time.Second - srv.Host = cfg.Host - srv.Port = cfg.Port - srv.Username = cfg.Username - srv.Password = cfg.Password - - // TODO: remove this once the deprecated MailConfig.TLS config option has been removed - if cfg.TLS { - cfg.Encryption = MailEncryptionStartTLS - } - switch cfg.Encryption { - case MailEncryptionTLS: - srv.Encryption = mail.EncryptionSSLTLS - case MailEncryptionStartTLS: - srv.Encryption = mail.EncryptionSTARTTLS - default: // MailEncryptionNone - srv.Encryption = mail.EncryptionNone - } - srv.TLSConfig = &tls.Config{ServerName: srv.Host, InsecureSkipVerify: !cfg.CertValidation} - switch cfg.AuthType { - case MailAuthPlain: - srv.Authentication = mail.AuthPlain - case MailAuthLogin: - srv.Authentication = mail.AuthLogin - case MailAuthCramMD5: - srv.Authentication = mail.AuthCRAMMD5 - } - - client, err := srv.Connect() - if err != nil { - return errors.Wrap(err, "failed to connect via SMTP") - } - - if replyTo == "" { - replyTo = sender - } - - email := mail.NewMSG() - email.SetFrom(sender). - AddTo(receivers...). - SetReplyTo(replyTo). - SetSubject(subject) - - email.SetBody(mail.TextHTML, htmlBody) - email.AddAlternative(mail.TextPlain, body) - - for _, attachment := range attachments { - attachmentData, err := io.ReadAll(attachment.Data) - if err != nil { - return errors.Wrapf(err, "failed to read attachment data for %s", attachment.Name) - } - - if attachment.Embedded { - email.AddInlineData(attachmentData, attachment.Name, attachment.ContentType) - } else { - email.AddAttachmentData(attachmentData, attachment.Name, attachment.ContentType) - } - } - - // Call Send and pass the client - err = email.Send(client) - if err != nil { - return errors.Wrapf(err, "failed to send email") - } - return nil -} diff --git a/internal/common/util.go b/internal/common/util.go deleted file mode 100644 index e33ebf9..0000000 --- a/internal/common/util.go +++ /dev/null @@ -1,95 +0,0 @@ -package common - -import ( - "fmt" - "net" - "strings" - "time" -) - -// BroadcastAddr returns the last address in the given network, or the broadcast address. -func BroadcastAddr(n *net.IPNet) net.IP { - // The golang net package doesn't make it easy to calculate the broadcast address. :( - var broadcast net.IP - if len(n.IP) == 4 { - broadcast = net.ParseIP("0.0.0.0").To4() - } else { - broadcast = net.ParseIP("::") - } - for i := 0; i < len(n.IP); i++ { - broadcast[i] = n.IP[i] | ^n.Mask[i] - } - return broadcast -} - -// http://play.golang.org/p/m8TNTtygK0 -func IncreaseIP(ip net.IP) { - for j := len(ip) - 1; j >= 0; j-- { - ip[j]++ - if ip[j] > 0 { - break - } - } -} - -// IsIPv6 check if given ip is IPv6 -func IsIPv6(address string) bool { - ip := net.ParseIP(address) - if ip == nil { - return false - } - return ip.To4() == nil -} - -// ParseStringList converts a comma separated string into a list of strings. -// It also trims spaces from each element of the list. -func ParseStringList(lst string) []string { - tokens := strings.Split(lst, ",") - validatedTokens := make([]string, 0, len(tokens)) - for i := range tokens { - tokens[i] = strings.TrimSpace(tokens[i]) - if tokens[i] != "" { - validatedTokens = append(validatedTokens, tokens[i]) - } - } - - return validatedTokens -} - -// ListToString converts a list of strings into a comma separated string. -func ListToString(lst []string) string { - return strings.Join(lst, ", ") -} - -// ListContains checks if a needle exists in the given list. -func ListContains(lst []string, needle string) bool { - for _, entry := range lst { - if entry == needle { - return true - } - } - return false -} - -// https://yourbasic.org/golang/formatting-byte-size-to-human-readable-format/ -func ByteCountSI(b int64) string { - const unit = 1000 - if b < unit { - return fmt.Sprintf("%d B", b) - } - div, exp := int64(unit), 0 - for n := b / unit; n >= unit; n /= unit { - div *= unit - exp++ - } - return fmt.Sprintf("%.1f %cB", - float64(b)/float64(div), "kMGTPE"[exp]) -} - -func FormatDateHTML(t *time.Time) string { - if t == nil { - return "" - } - - return t.Format("2006-01-02") -} diff --git a/internal/config/auth.go b/internal/config/auth.go new file mode 100644 index 0000000..626cd3a --- /dev/null +++ b/internal/config/auth.go @@ -0,0 +1,118 @@ +package config + +import ( + "github.com/go-ldap/ldap/v3" +) + +type Auth struct { + OpenIDConnect []OpenIDConnectProvider `yaml:"oidc"` + OAuth []OAuthProvider `yaml:"oauth"` + Ldap []LdapProvider `yaml:"ldap"` + CallbackUrlPrefix string `yaml:"callback_url_prefix"` +} + +type BaseFields struct { + UserIdentifier string `yaml:"user_identifier"` + Email string `yaml:"email"` + Firstname string `yaml:"firstname"` + Lastname string `yaml:"lastname"` + Phone string `yaml:"phone"` + Department string `yaml:"department"` +} + +type OauthFields struct { + BaseFields `yaml:",inline"` + IsAdmin string `yaml:"is_admin"` +} + +type LdapFields struct { + BaseFields `yaml:",inline"` + GroupMembership string `yaml:"memberof"` +} + +type LdapProvider struct { + // ProviderName is an internal name that is used to distinguish LDAP servers. It must not contain spaces or special characters. + ProviderName string `yaml:"provider_name"` + + URL string `yaml:"url"` + StartTLS bool `yaml:"start_tls"` + CertValidation bool `yaml:"cert_validation"` + TlsCertificatePath string `yaml:"tls_certificate_path"` + TlsKeyPath string `yaml:"tls_key_path"` + + BaseDN string `yaml:"base_dn"` + BindUser string `yaml:"bind_user"` + BindPass string `yaml:"bind_pass"` + + FieldMap LdapFields `yaml:"field_map"` + + LoginFilter string `yaml:"login_filter"` // {{login_identifier}} gets replaced with the login email address / username + AdminGroupDN string `yaml:"admin_group"` // Members of this group receive admin rights in WG-Portal + ParsedAdminGroupDN *ldap.DN `yaml:"-"` + + Synchronize bool `yaml:"synchronize"` + // If DisableMissing is false, missing users will be deactivated + DisableMissing bool `yaml:"disable_missing"` + SyncFilter string `yaml:"sync_filter"` + + // If RegistrationEnabled is set to true, wg-portal will create new users that do not exist in the database. + RegistrationEnabled bool `yaml:"registration_enabled"` +} + +type OpenIDConnectProvider struct { + // ProviderName is an internal name that is used to distinguish oauth endpoints. It must not contain spaces or special characters. + ProviderName string `yaml:"provider_name"` + + // DisplayName is shown to the user on the login page. If it is empty, ProviderName will be displayed. + DisplayName string `yaml:"display_name"` + + BaseUrl string `yaml:"base_url"` + + // ClientID is the application's ID. + ClientID string `yaml:"client_id"` + + // ClientSecret is the application's secret. + ClientSecret string `yaml:"client_secret"` + + // ExtraScopes specifies optional requested permissions. + ExtraScopes []string `yaml:"extra_scopes"` + + // FieldMap is used to map the names of the user-info endpoint fields to wg-portal fields + FieldMap OauthFields `yaml:"field_map"` + + // If RegistrationEnabled is set to true, missing users will be created in the database + RegistrationEnabled bool `yaml:"registration_enabled"` +} + +type OAuthProvider struct { + // ProviderName is an internal name that is used to distinguish oauth endpoints. It must not contain spaces or special characters. + ProviderName string `yaml:"provider_name"` + + // DisplayName is shown to the user on the login page. If it is empty, ProviderName will be displayed. + DisplayName string `yaml:"display_name"` + + BaseUrl string `yaml:"base_url"` + + // ClientID is the application's ID. + ClientID string `yaml:"client_id"` + + // ClientSecret is the application's secret. + ClientSecret string `yaml:"client_secret"` + + AuthURL string `yaml:"auth_url"` + TokenURL string `yaml:"token_url"` + UserInfoURL string `yaml:"user_info_url"` + + // RedirectURL is the URL to redirect users going through + // the OAuth flow, after the resource owner's URLs. + RedirectURL string `yaml:"redirect_url"` + + // Scope specifies optional requested permissions. + Scopes []string `yaml:"scopes"` + + // FieldMap is used to map the names of the user-info endpoint fields to wg-portal fields + FieldMap OauthFields `yaml:"field_map"` + + // If RegistrationEnabled is set to true, wg-portal will create new users that do not exist in the database. + RegistrationEnabled bool `yaml:"registration_enabled"` +} diff --git a/internal/config/config.go b/internal/config/config.go new file mode 100644 index 0000000..1beae78 --- /dev/null +++ b/internal/config/config.go @@ -0,0 +1,173 @@ +package config + +import ( + "fmt" + "github.com/sirupsen/logrus" + "os" + "time" + + "gopkg.in/yaml.v2" +) + +type Config struct { + Core struct { + // AdminUser defines the default administrator account that will be created + AdminUser string `yaml:"admin_user"` + AdminPassword string `yaml:"admin_password"` + + EditableKeys bool `yaml:"editable_keys"` + CreateDefaultPeer bool `yaml:"create_default_peer"` + SelfProvisioningAllowed bool `yaml:"self_provisioning_allowed"` + ImportExisting bool `yaml:"import_existing"` + RestoreState bool `yaml:"restore_state"` + } `yaml:"core"` + + Advanced struct { + LogLevel string `yaml:"log_level"` + LogPretty bool `yaml:"log_pretty"` + LogJson bool `yaml:"log_json"` + LdapSyncInterval time.Duration `yaml:"ldap_sync_interval"` + StartListenPort int `yaml:"start_listen_port"` + StartCidrV4 string `yaml:"start_cidr_v4"` + StartCidrV6 string `yaml:"start_cidr_v6"` + UseIpV6 bool `yaml:"use_ip_v6"` + ConfigStoragePath string `yaml:"config_storage_path"` // keep empty to disable config export to file + ExpiryCheckInterval time.Duration `yaml:"expiry_check_interval"` + RulePrioOffset int `yaml:"rule_prio_offset"` + RouteTableOffset int `yaml:"route_table_offset"` + } `yaml:"advanced"` + + Statistics struct { + UsePingChecks bool `yaml:"use_ping_checks"` + PingCheckWorkers int `yaml:"ping_check_workers"` + PingUnprivileged bool `yaml:"ping_unprivileged"` + PingCheckInterval time.Duration `yaml:"ping_check_interval"` + DataCollectionInterval time.Duration `yaml:"data_collection_interval"` + CollectInterfaceData bool `yaml:"collect_interface_data"` + CollectPeerData bool `yaml:"collect_peer_data"` + CollectAuditData bool `yaml:"collect_audit_data"` + } `yaml:"statistics"` + + Mail MailConfig `yaml:"mail"` + + Auth Auth `yaml:"auth"` + + Database DatabaseConfig `yaml:"database"` + + Web WebConfig `yaml:"web"` +} + +func (c *Config) LogStartupValues() { + logrus.Debug("WireGuard Portal Features:") + logrus.Debugf(" - EditableKeys: %t", c.Core.EditableKeys) + logrus.Debugf(" - CreateDefaultPeer: %t", c.Core.CreateDefaultPeer) + logrus.Debugf(" - SelfProvisioningAllowed: %t", c.Core.SelfProvisioningAllowed) + logrus.Debugf(" - ImportExisting: %t", c.Core.ImportExisting) + logrus.Debugf(" - RestoreState: %t", c.Core.RestoreState) + logrus.Debugf(" - UseIpV6: %t", c.Advanced.UseIpV6) + logrus.Debugf(" - CollectInterfaceData: %t", c.Statistics.CollectInterfaceData) + logrus.Debugf(" - CollectPeerData: %t", c.Statistics.CollectPeerData) + logrus.Debugf(" - CollectAuditData: %t", c.Statistics.CollectAuditData) + + logrus.Debug("WireGuard Portal Settings:") + logrus.Debugf(" - ConfigStoragePath: %s", c.Advanced.ConfigStoragePath) + logrus.Debugf(" - ExternalUrl: %s", c.Web.ExternalUrl) + + logrus.Debug("WireGuard Portal Authentication:") + logrus.Debugf(" - OIDC Providers: %d", len(c.Auth.OpenIDConnect)) + logrus.Debugf(" - OAuth Providers: %d", len(c.Auth.OAuth)) + logrus.Debugf(" - Ldap Providers: %d", len(c.Auth.Ldap)) +} + +func defaultConfig() *Config { + cfg := &Config{} + + cfg.Core.ImportExisting = true + cfg.Core.RestoreState = true + + cfg.Database = DatabaseConfig{ + Type: "sqlite", + DSN: "sqlite.db", + } + + cfg.Web = WebConfig{ + RequestLogging: false, + ExternalUrl: "http://localhost:8888", + ListeningAddress: ":8888", + SessionIdentifier: "wgPortalSession", + SessionSecret: "very_secret", + CsrfSecret: "extremely_secret", + SiteTitle: "WireGuard Portal", + SiteCompanyName: "WireGuard Portal", + } + + cfg.Auth.CallbackUrlPrefix = "/api/v0" + + cfg.Advanced.StartListenPort = 51820 + cfg.Advanced.StartCidrV4 = "10.11.12.0/24" + cfg.Advanced.StartCidrV6 = "fdfd:d3ad:c0de:1234::0/64" + cfg.Advanced.UseIpV6 = true + cfg.Advanced.ExpiryCheckInterval = 15 * time.Minute + cfg.Advanced.RulePrioOffset = 20000 + cfg.Advanced.RouteTableOffset = 20000 + + cfg.Statistics.UsePingChecks = true + cfg.Statistics.PingCheckWorkers = 10 + cfg.Statistics.PingUnprivileged = false + cfg.Statistics.PingCheckInterval = 1 * time.Minute + cfg.Statistics.DataCollectionInterval = 10 * time.Second + cfg.Statistics.CollectInterfaceData = true + cfg.Statistics.CollectPeerData = true + cfg.Statistics.CollectAuditData = true + + cfg.Mail = MailConfig{ + Host: "127.0.0.1", + Port: 25, + Encryption: MailEncryptionNone, + CertValidation: false, + Username: "", + Password: "", + AuthType: MailAuthPlain, + From: "Wireguard Portal ", + LinkOnly: false, + } + + return cfg +} + +func GetConfig() (*Config, error) { + cfg := defaultConfig() + + // override config values from YAML file + + cfgFileName := "config.yml" + if envCfgFileName := os.Getenv("WG_PORTAL_CONFIG"); envCfgFileName != "" { + cfgFileName = envCfgFileName + } + + if err := loadConfigFile(cfg, cfgFileName); err != nil { + return nil, fmt.Errorf("failed to load config from yaml: %w", err) + } + + return cfg, nil +} + +func loadConfigFile(cfg any, filename string) error { + f, err := os.Open(filename) + if err != nil { + return err + } + defer func(f *os.File) { + if err := f.Close(); err != nil { + logrus.Errorf("failed to close configuration file %s: %v", filename, err) + } + }(f) + + decoder := yaml.NewDecoder(f) + err = decoder.Decode(cfg) + if err != nil { + return err + } + + return nil +} diff --git a/internal/config/database.go b/internal/config/database.go new file mode 100644 index 0000000..722a995 --- /dev/null +++ b/internal/config/database.go @@ -0,0 +1,19 @@ +package config + +import "time" + +type SupportedDatabase string + +const ( + DatabaseMySQL SupportedDatabase = "mysql" + DatabaseMsSQL SupportedDatabase = "mssql" + DatabasePostgres SupportedDatabase = "postgres" + DatabaseSQLite SupportedDatabase = "sqlite" +) + +type DatabaseConfig struct { + Debug bool `yaml:"debug"` + SlowQueryThreshold time.Duration `yaml:"slow_query_threshold"` // 0 means no logging of slow queries + Type SupportedDatabase `yaml:"type"` + DSN string `yaml:"dsn"` // On SQLite: the database file-path, otherwise the dsn (see: https://gorm.io/docs/connecting_to_the_database.html) +} diff --git a/internal/config/mail.go b/internal/config/mail.go new file mode 100644 index 0000000..16e73d8 --- /dev/null +++ b/internal/config/mail.go @@ -0,0 +1,30 @@ +package config + +type MailEncryption string + +const ( + MailEncryptionNone MailEncryption = "none" + MailEncryptionTLS MailEncryption = "tls" + MailEncryptionStartTLS MailEncryption = "starttls" +) + +type MailAuthType string + +const ( + MailAuthPlain MailAuthType = "plain" + MailAuthLogin MailAuthType = "login" + MailAuthCramMD5 MailAuthType = "crammd5" +) + +type MailConfig struct { + Host string `yaml:"host"` + Port int `yaml:"port"` + Encryption MailEncryption `yaml:"encryption"` + CertValidation bool `yaml:"cert_validation"` + Username string `yaml:"username"` + Password string `yaml:"password"` + AuthType MailAuthType `yaml:"auth_type"` + + From string `yaml:"from"` + LinkOnly bool `yaml:"link_only"` +} diff --git a/internal/config/web.go b/internal/config/web.go new file mode 100644 index 0000000..5a8ed85 --- /dev/null +++ b/internal/config/web.go @@ -0,0 +1,12 @@ +package config + +type WebConfig struct { + RequestLogging bool `yaml:"request_logging"` + ExternalUrl string `yaml:"external_url"` + ListeningAddress string `yaml:"listening_address"` + SessionIdentifier string `yaml:"session_identifier"` + SessionSecret string `yaml:"session_secret"` + CsrfSecret string `yaml:"csrf_secret"` + SiteTitle string `yaml:"site_title"` + SiteCompanyName string `yaml:"site_company_name"` +} diff --git a/internal/domain/audit.go b/internal/domain/audit.go new file mode 100644 index 0000000..d5696f8 --- /dev/null +++ b/internal/domain/audit.go @@ -0,0 +1,20 @@ +package domain + +import "time" + +type AuditSeverityLevel string + +const AuditSeverityLevelLow AuditSeverityLevel = "low" +const AuditSeverityLevelMedium AuditSeverityLevel = "medium" +const AuditSeverityLevelHigh AuditSeverityLevel = "high" + +type AuditEntry struct { + UniqueId uint64 `gorm:"primaryKey;autoIncrement:true;column:id"` + CreatedAt time.Time `gorm:"column:created_at;index:idx_au_created"` + + Severity AuditSeverityLevel `gorm:"column:severity;index:idx_au_severity"` + + Origin string `gorm:"column:origin"` // origin: for example user auth, stats, ... + + Message string `gorm:"column:message"` +} diff --git a/internal/domain/auth.go b/internal/domain/auth.go new file mode 100644 index 0000000..2173e33 --- /dev/null +++ b/internal/domain/auth.go @@ -0,0 +1,51 @@ +package domain + +import ( + "context" + + "golang.org/x/oauth2" +) + +type LoginProvider string + +type LoginProviderInfo struct { + Identifier string + Name string + ProviderUrl string + CallbackUrl string +} + +type AuthenticatorUserInfo struct { + Identifier UserIdentifier + Email string + Firstname string + Lastname string + Phone string + Department string + IsAdmin bool +} + +type AuthenticatorType string + +const ( + AuthenticatorTypeOAuth AuthenticatorType = "oauth" + AuthenticatorTypeOidc AuthenticatorType = "oidc" +) + +type OauthAuthenticator interface { + GetName() string + GetType() AuthenticatorType + AuthCodeURL(state string, opts ...oauth2.AuthCodeOption) string + Exchange(ctx context.Context, code string, opts ...oauth2.AuthCodeOption) (*oauth2.Token, error) + GetUserInfo(ctx context.Context, token *oauth2.Token, nonce string) (map[string]interface{}, error) + ParseUserInfo(raw map[string]interface{}) (*AuthenticatorUserInfo, error) + RegistrationEnabled() bool +} + +type LdapAuthenticator interface { + GetName() string + PlaintextAuthentication(userId UserIdentifier, plainPassword string) error + GetUserInfo(ctx context.Context, username UserIdentifier) (map[string]interface{}, error) + ParseUserInfo(raw map[string]interface{}) (*AuthenticatorUserInfo, error) + RegistrationEnabled() bool +} diff --git a/internal/domain/base.go b/internal/domain/base.go new file mode 100644 index 0000000..e5de0b9 --- /dev/null +++ b/internal/domain/base.go @@ -0,0 +1,37 @@ +package domain + +import ( + "time" +) + +type BaseModel struct { + CreatedBy string + UpdatedBy string + CreatedAt time.Time + UpdatedAt time.Time +} + +type PrivateString string + +func (PrivateString) MarshalJSON() ([]byte, error) { + return []byte(`""`), nil +} + +func (PrivateString) String() string { + return "" +} + +const ( + DisabledReasonExpired = "expired" + DisabledReasonDeleted = "deleted" + DisabledReasonUserEdit = "user edit action" + DisabledReasonUserCreate = "user create action" + DisabledReasonAdminEdit = "admin edit action" + DisabledReasonAdminCreate = "admin create action" + DisabledReasonApiEdit = "api edit action" + DisabledReasonApiCreate = "api create action" + DisabledReasonLdapMissing = "missing in ldap" + DisabledReasonUserMissing = "missing user" + DisabledReasonMigrationDummy = "migration dummy user" + DisabledReasonInterfaceMissing = "missing WireGuard interface" +) diff --git a/internal/domain/context.go b/internal/domain/context.go new file mode 100644 index 0000000..b391db4 --- /dev/null +++ b/internal/domain/context.go @@ -0,0 +1,74 @@ +package domain + +import ( + "context" + "fmt" + + "github.com/gin-gonic/gin" +) + +const CtxUserInfo = "userInfo" + +const ( + CtxSystemAdminId = "_WG_SYS_ADMIN_" + CtxUnknownUserId = "_WG_SYS_UNKNOWN_" +) + +type ContextUserInfo struct { + Id UserIdentifier + IsAdmin bool +} + +func (u *ContextUserInfo) String() string { + return fmt.Sprintf("%s|%t", u.Id, u.IsAdmin) +} + +func (u *ContextUserInfo) UserId() string { + return string(u.Id) +} + +func DefaultContextUserInfo() *ContextUserInfo { + return &ContextUserInfo{ + Id: CtxUnknownUserId, + IsAdmin: false, + } +} + +func SystemAdminContextUserInfo() *ContextUserInfo { + return &ContextUserInfo{ + Id: CtxSystemAdminId, + IsAdmin: true, + } +} + +func SetUserInfoFromGin(c *gin.Context) context.Context { + ginUserInfo, exists := c.Get(CtxUserInfo) + + info := DefaultContextUserInfo() + if exists { + if ginInfo, ok := ginUserInfo.(*ContextUserInfo); ok { + info = ginInfo + } + } + + ctx := SetUserInfo(c.Request.Context(), info) + return ctx +} + +func SetUserInfo(ctx context.Context, info *ContextUserInfo) context.Context { + ctx = context.WithValue(ctx, CtxUserInfo, info) + return ctx +} + +func GetUserInfo(ctx context.Context) *ContextUserInfo { + rawInfo := ctx.Value(CtxUserInfo) + if rawInfo == nil { + return DefaultContextUserInfo() + } + + if info, ok := rawInfo.(*ContextUserInfo); ok { + return info + } + + return DefaultContextUserInfo() +} diff --git a/internal/domain/crypto.go b/internal/domain/crypto.go new file mode 100644 index 0000000..8f029d3 --- /dev/null +++ b/internal/domain/crypto.go @@ -0,0 +1,67 @@ +package domain + +import ( + "encoding/base64" + + "golang.zx2c4.com/wireguard/wgctrl/wgtypes" +) + +type KeyPair struct { + PrivateKey string + PublicKey string +} + +func (p KeyPair) GetPrivateKeyBytes() []byte { + data, _ := base64.StdEncoding.DecodeString(p.PrivateKey) + return data +} + +func (p KeyPair) GetPublicKeyBytes() []byte { + data, _ := base64.StdEncoding.DecodeString(p.PublicKey) + return data +} + +func (p KeyPair) GetPrivateKey() wgtypes.Key { + key, _ := wgtypes.ParseKey(p.PrivateKey) + return key +} + +func (p KeyPair) GetPublicKey() wgtypes.Key { + key, _ := wgtypes.ParseKey(p.PublicKey) + return key +} + +type PreSharedKey string + +func NewFreshKeypair() (KeyPair, error) { + privateKey, err := wgtypes.GeneratePrivateKey() + if err != nil { + return KeyPair{}, err + } + + return KeyPair{ + PrivateKey: privateKey.String(), + PublicKey: privateKey.PublicKey().String(), + }, nil +} + +func NewPreSharedKey() (PreSharedKey, error) { + preSharedKey, err := wgtypes.GenerateKey() + if err != nil { + return "", err + } + + return PreSharedKey(preSharedKey.String()), nil +} + +func KeyBytesToString(key []byte) string { + return base64.StdEncoding.EncodeToString(key) +} + +func PublicKeyFromPrivateKey(key string) string { + privKey, err := wgtypes.ParseKey(key) + if err != nil { + return "" + } + return privKey.PublicKey().String() +} diff --git a/internal/domain/errors.go b/internal/domain/errors.go new file mode 100644 index 0000000..12821e5 --- /dev/null +++ b/internal/domain/errors.go @@ -0,0 +1,6 @@ +package domain + +import "errors" + +var ErrNotFound = errors.New("record not found") +var ErrNotUnique = errors.New("record not unique") diff --git a/internal/domain/interface.go b/internal/domain/interface.go new file mode 100644 index 0000000..f0f2be0 --- /dev/null +++ b/internal/domain/interface.go @@ -0,0 +1,246 @@ +package domain + +import ( + "fmt" + "github.com/h44z/wg-portal/internal" + "github.com/sirupsen/logrus" + "math" + "regexp" + "strconv" + "strings" + "time" +) + +const ( + InterfaceTypeServer InterfaceType = "server" + InterfaceTypeClient InterfaceType = "client" + InterfaceTypeAny InterfaceType = "any" +) + +type InterfaceIdentifier string +type InterfaceType string + +type Interface struct { + BaseModel + + // WireGuard specific (for the [interface] section of the config file) + + Identifier InterfaceIdentifier `gorm:"primaryKey"` // device name, for example: wg0 + KeyPair // private/public Key of the server interface + ListenPort int // the listening port, for example: 51820 + + Addresses []Cidr `gorm:"many2many:interface_addresses;"` // the interface ip addresses + DnsStr string // the dns server that should be set if the interface is up, comma separated + DnsSearchStr string // the dns search option string that should be set if the interface is up, will be appended to DnsStr + + Mtu int // the device MTU + FirewallMark int32 // a firewall mark + RoutingTable string // the routing table number or "off" if the routing table should not be managed + + PreUp string // action that is executed before the device is up + PostUp string // action that is executed after the device is up + PreDown string // action that is executed before the device is down + PostDown string // action that is executed after the device is down + + SaveConfig bool // automatically persist config changes to the wgX.conf file + + // WG Portal specific + DisplayName string // a nice display name/ description for the interface + Type InterfaceType // the interface type, either InterfaceTypeServer or InterfaceTypeClient + DriverType string // the interface driver type (linux, software, ...) + Disabled *time.Time `gorm:"index"` // flag that specifies if the interface is enabled (up) or not (down) + DisabledReason string // the reason why the interface has been disabled + + // Default settings for the peer, used for new peers, those settings will be published to ConfigOption options of + // the peer config + + PeerDefNetworkStr string // the default subnets from which peers will get their IP addresses, comma seperated + PeerDefDnsStr string // the default dns server for the peer + PeerDefDnsSearchStr string // the default dns search options for the peer + PeerDefEndpoint string // the default endpoint for the peer + PeerDefAllowedIPsStr string // the default allowed IP string for the peer + PeerDefMtu int // the default device MTU + PeerDefPersistentKeepalive int // the default persistent keep-alive Value + PeerDefFirewallMark int32 // default firewall mark + PeerDefRoutingTable string // the default routing table + + PeerDefPreUp string // default action that is executed before the device is up + PeerDefPostUp string // default action that is executed after the device is up + PeerDefPreDown string // default action that is executed before the device is down + PeerDefPostDown string // default action that is executed after the device is down +} + +func (i *Interface) IsValid() bool { + return true // TODO: implement check +} + +func (i *Interface) IsDisabled() bool { + if i == nil { + return true + } + return i.Disabled != nil +} + +func (i *Interface) AddressStr() string { + return CidrsToString(i.Addresses) +} + +func (i *Interface) CopyCalculatedAttributes(src *Interface) { + i.BaseModel = src.BaseModel +} + +func (i *Interface) GetConfigFileName() string { + reg := regexp.MustCompile("[^a-zA-Z0-9-_]+") + + filename := fmt.Sprintf("%s", internal.TruncateString(string(i.Identifier), 8)) + filename = reg.ReplaceAllString(filename, "") + filename += ".conf" + + return filename +} + +func (i *Interface) GetAllowedIPs(peers []Peer) []Cidr { + var allowedCidrs []Cidr + + for _, peer := range peers { + allowedCidrs = append(allowedCidrs, peer.Interface.Addresses...) + if peer.ExtraAllowedIPsStr != "" { + extraIPs, err := CidrsFromString(peer.ExtraAllowedIPsStr) + if err == nil { + allowedCidrs = append(allowedCidrs, extraIPs...) + } + } + } + + return allowedCidrs +} + +func (i *Interface) ManageRoutingTable() bool { + routingTableStr := strings.ToLower(i.RoutingTable) + return routingTableStr != "off" +} + +// GetRoutingTable returns the routing table number or +// +// -1 if RoutingTable was set to "off" or an error occurred +func (i *Interface) GetRoutingTable() int { + routingTableStr := strings.ToLower(i.RoutingTable) + switch { + case routingTableStr == "": + return 0 + case routingTableStr == "off": + return -1 + case strings.HasPrefix(routingTableStr, "0x"): + numberStr := strings.ReplaceAll(routingTableStr, "0x", "") + routingTable, err := strconv.ParseUint(numberStr, 16, 64) + if err != nil { + logrus.Errorf("invalid hex routing table %s: %v", routingTableStr, err) + return -1 + } + if routingTable > math.MaxInt32 { + logrus.Errorf("invalid routing table %s, too big", routingTableStr) + return -1 + } + return int(routingTable) + default: + routingTable, err := strconv.Atoi(routingTableStr) + if err != nil { + logrus.Errorf("invalid routing table %s: %v", routingTableStr, err) + return -1 + } + return routingTable + } +} + +type PhysicalInterface struct { + Identifier InterfaceIdentifier // device name, for example: wg0 + KeyPair // private/public Key of the server interface + ListenPort int // the listening port, for example: 51820 + + Addresses []Cidr // the interface ip addresses + + Mtu int // the device MTU + FirewallMark int32 // a firewall mark + + DeviceUp bool // device status + + ImportSource string // import source (wgctrl, file, ...) + DeviceType string // device type (Linux kernel, userspace, ...) + + BytesUpload uint64 + BytesDownload uint64 +} + +func ConvertPhysicalInterface(pi *PhysicalInterface) *Interface { + iface := &Interface{ + Identifier: pi.Identifier, + KeyPair: pi.KeyPair, + ListenPort: pi.ListenPort, + Addresses: pi.Addresses, + DnsStr: "", + DnsSearchStr: "", + Mtu: pi.Mtu, + FirewallMark: pi.FirewallMark, + RoutingTable: "", + PreUp: "", + PostUp: "", + PreDown: "", + PostDown: "", + SaveConfig: false, + DisplayName: string(pi.Identifier), + Type: InterfaceTypeAny, + DriverType: pi.DeviceType, + Disabled: nil, + PeerDefNetworkStr: "", + PeerDefDnsStr: "", + PeerDefDnsSearchStr: "", + PeerDefEndpoint: "", + PeerDefAllowedIPsStr: "", + PeerDefMtu: pi.Mtu, + PeerDefPersistentKeepalive: 0, + PeerDefFirewallMark: 0, + PeerDefRoutingTable: "", + PeerDefPreUp: "", + PeerDefPostUp: "", + PeerDefPreDown: "", + PeerDefPostDown: "", + } + + return iface +} + +func MergeToPhysicalInterface(pi *PhysicalInterface, i *Interface) { + pi.Identifier = i.Identifier + pi.PublicKey = i.PublicKey + pi.PrivateKey = i.PrivateKey + pi.ListenPort = i.ListenPort + pi.Mtu = i.Mtu + pi.FirewallMark = i.FirewallMark + pi.DeviceUp = !i.IsDisabled() + pi.Addresses = i.Addresses +} + +type RoutingTableInfo struct { + FwMark int + Table int +} + +func (r RoutingTableInfo) String() string { + return fmt.Sprintf("%d -> %d", r.FwMark, r.Table) +} + +func (r RoutingTableInfo) ManagementEnabled() bool { + if r.Table == -1 { + return false + } + + return true +} + +func (r RoutingTableInfo) GetRoutingTable() int { + if r.Table <= 0 { + return r.FwMark // use the dynamic routing table which has the same number as the firewall mark + } + + return r.Table +} diff --git a/internal/domain/ip.go b/internal/domain/ip.go new file mode 100644 index 0000000..35b6e75 --- /dev/null +++ b/internal/domain/ip.go @@ -0,0 +1,201 @@ +package domain + +import ( + "github.com/vishvananda/netlink" + "net" + "net/netip" + "strings" +) + +type Cidr struct { + Cidr string `gorm:"primaryKey;column:cidr"` // Sqlite/GORM does not support composite primary keys... + Addr string `gorm:"column:addr"` + NetLength int `gorm:"column:net_len"` +} + +func (c Cidr) Prefix() netip.Prefix { + return netip.PrefixFrom(netip.MustParseAddr(c.Addr), c.NetLength) +} + +func (c Cidr) String() string { + return c.Prefix().String() +} + +func (c Cidr) IsValid() bool { + return c.Prefix().IsValid() +} + +func CidrFromString(str string) (Cidr, error) { + prefix, err := netip.ParsePrefix(strings.TrimSpace(str)) + if err != nil { + return Cidr{}, err + } + return CidrFromPrefix(prefix), nil +} + +func CidrsFromString(str string) ([]Cidr, error) { + strParts := strings.Split(str, ",") + cidrs := make([]Cidr, len(strParts)) + + for i, cidrStr := range strParts { + cidr, err := CidrFromString(cidrStr) + if err != nil { + return nil, err + } + cidrs[i] = cidr + } + + return cidrs, nil +} + +func CidrsMust(cidrs []Cidr, err error) []Cidr { + if err != nil { + panic(err) + } + + return cidrs +} + +func CidrsFromArray(strs []string) ([]Cidr, error) { + cidrs := make([]Cidr, len(strs)) + + for i, cidrStr := range strs { + cidr, err := CidrFromString(cidrStr) + if err != nil { + return nil, err + } + cidrs[i] = cidr + } + + return cidrs, nil +} + +func CidrFromPrefix(prefix netip.Prefix) Cidr { + return Cidr{ + Cidr: prefix.String(), + Addr: prefix.Addr().String(), + NetLength: prefix.Bits(), + } +} + +func CidrFromIpNet(ipNet net.IPNet) Cidr { + prefix, _ := CidrFromString(ipNet.String()) + return prefix +} + +func CidrFromNetlinkAddr(addr netlink.Addr) Cidr { + prefix, _ := CidrFromString(addr.IPNet.String()) + return prefix +} + +func (c Cidr) IpNet() *net.IPNet { + ip, cidr, _ := net.ParseCIDR(c.String()) + cidr.IP = ip + return cidr +} + +func (c Cidr) NetlinkAddr() *netlink.Addr { + return &netlink.Addr{ + IPNet: c.IpNet(), + } +} + +func (c Cidr) IsV4() bool { + return c.Prefix().Addr().Is4() +} + +// BroadcastAddr returns the last address in the given network (for IPv6), or the broadcast address. +func (c Cidr) BroadcastAddr() Cidr { + prefix := c.Prefix() + if !prefix.IsValid() { + return Cidr{} + } + a16 := prefix.Addr().As16() + var off uint8 + var bits uint8 = 128 + if prefix.Addr().Is4() { + off = 12 + bits = 32 + } + for b := uint8(prefix.Bits()); b < bits; b++ { + byteNum, bitInByte := b/8, 7-(b%8) + a16[off+byteNum] |= 1 << uint(bitInByte) + } + if prefix.Addr().Is4() { + addr := netip.AddrFrom16(a16).Unmap() + return Cidr{ + Cidr: netip.PrefixFrom(addr, prefix.Bits()).String(), + Addr: addr.String(), + NetLength: prefix.Bits(), + } + } else { + addr := netip.AddrFrom16(a16) // doesn't unmap + return Cidr{ + Cidr: netip.PrefixFrom(addr, prefix.Bits()).String(), + Addr: addr.String(), // doesn't unmap + NetLength: prefix.Bits(), + } + } +} + +// NetworkAddr returns the network address in the given prefix. +func (c Cidr) NetworkAddr() Cidr { + prefix := c.Prefix() + if !prefix.IsValid() { + return Cidr{} + } + + return CidrFromPrefix(prefix.Masked()) +} + +func (c Cidr) FirstAddr() Cidr { + prefix := c.Prefix() + firstAddr := prefix.Masked().Addr().Next() + return Cidr{ + Cidr: netip.PrefixFrom(firstAddr, c.NetLength).String(), + Addr: firstAddr.String(), + NetLength: prefix.Bits(), + } +} + +func (c Cidr) NextAddr() Cidr { + prefix := c.Prefix() + nextAddr := prefix.Addr().Next() + return Cidr{ + Cidr: netip.PrefixFrom(nextAddr, c.NetLength).String(), + Addr: nextAddr.String(), + NetLength: prefix.Bits(), + } +} + +func (c Cidr) HostAddr() Cidr { + return Cidr{ + Cidr: netip.PrefixFrom(c.Prefix().Addr(), c.Prefix().Addr().BitLen()).String(), + Addr: c.Addr, + NetLength: c.Prefix().Addr().BitLen(), + } +} + +func (c Cidr) NextSubnet() Cidr { + prefix := c.Prefix() + nextAddr := c.BroadcastAddr().Prefix().Addr().Next() + return Cidr{ + Cidr: netip.PrefixFrom(nextAddr, c.NetLength).String(), + Addr: nextAddr.String(), + NetLength: prefix.Bits(), + } +} + +func CidrsToString(slice []Cidr) string { + return strings.Join(CidrsToStringSlice(slice), ",") +} + +func CidrsToStringSlice(slice []Cidr) []string { + cidrs := make([]string, len(slice)) + + for i, cidr := range slice { + cidrs[i] = cidr.String() + } + + return cidrs +} diff --git a/internal/domain/ip_test.go b/internal/domain/ip_test.go new file mode 100644 index 0000000..bf43bbb --- /dev/null +++ b/internal/domain/ip_test.go @@ -0,0 +1,204 @@ +package domain + +import ( + "net/netip" + "reflect" + "testing" +) + +func TestCidrFromString(t *testing.T) { + type args struct { + str string + } + tests := []struct { + name string + args args + want Cidr + wantErr bool + }{ + { + name: "IPv4", + args: args{str: "1.2.3.4/24"}, + want: CidrFromPrefix(netip.MustParsePrefix("1.2.3.4/24")), + wantErr: false, + }, + { + name: "IPv4 Network", + args: args{str: "1.2.3.0/24"}, + want: CidrFromPrefix(netip.MustParsePrefix("1.2.3.0/24")), + wantErr: false, + }, + { + name: "IPv4 error", + args: args{str: "1.1/24"}, + want: Cidr{}, + wantErr: true, + }, + { + name: "IPv6 short", + args: args{str: "fe00:1234::1/64"}, + want: CidrFromPrefix(netip.MustParsePrefix("fe00:1234::1/64")), + wantErr: false, + }, + { + name: "IPv6", + args: args{str: "2A02:810A:900:333E:3B74:D237:E076:8B36/128"}, + want: CidrFromPrefix(netip.MustParsePrefix("2A02:810A:900:333E:3B74:D237:E076:8B36/128")), + wantErr: false, + }, + { + name: "IPv6 Network", + args: args{str: "fe00::/56"}, + want: CidrFromPrefix(netip.MustParsePrefix("fe00::/56")), + wantErr: false, + }, + } + for _, tt := range tests { + t.Run(tt.name, func(t *testing.T) { + got, err := CidrFromString(tt.args.str) + if (err != nil) != tt.wantErr { + t.Errorf("CidrFromString() error = %v, wantErr %v", err, tt.wantErr) + return + } + if !reflect.DeepEqual(got, tt.want) { + t.Errorf("CidrFromString() got = %v, want %v", got, tt.want) + } + }) + } +} + +func TestCidr_BroadcastAddr(t *testing.T) { + type fields struct { + Prefix netip.Prefix + } + tests := []struct { + name string + fields fields + want Cidr + }{ + { + name: "V4", + fields: fields{Prefix: netip.MustParsePrefix("1.2.3.4/24")}, + want: CidrFromPrefix(netip.MustParsePrefix("1.2.3.255/24")), + }, + { + name: "V6", + fields: fields{Prefix: netip.MustParsePrefix("fe00:d3ad:b33f:c0d3::/64")}, + want: CidrFromPrefix(netip.MustParsePrefix("fe00:d3ad:b33f:c0d3:ffff:ffff:ffff:ffff/64")), + }, + } + for _, tt := range tests { + t.Run(tt.name, func(t *testing.T) { + c := CidrFromPrefix(tt.fields.Prefix) + if got := c.BroadcastAddr(); !reflect.DeepEqual(got, tt.want) { + t.Errorf("BroadcastAddr() = %v, want %v", got, tt.want) + } + }) + } +} + +func TestCidr_NetworkAddr(t *testing.T) { + type fields struct { + Prefix netip.Prefix + } + tests := []struct { + name string + fields fields + want Cidr + }{ + + { + name: "V4", + fields: fields{Prefix: netip.MustParsePrefix("1.2.3.4/24")}, + want: CidrFromPrefix(netip.MustParsePrefix("1.2.3.0/24")), + }, + { + name: "V6", + fields: fields{Prefix: netip.MustParsePrefix("fe00:d3ad:b33f:c0d3::1234/64")}, + want: CidrFromPrefix(netip.MustParsePrefix("fe00:d3ad:b33f:c0d3::/64")), + }, + } + for _, tt := range tests { + t.Run(tt.name, func(t *testing.T) { + c := CidrFromPrefix(tt.fields.Prefix) + if got := c.NetworkAddr(); !reflect.DeepEqual(got, tt.want) { + t.Errorf("NetworkAddr() = %v, want %v", got, tt.want) + } + }) + } +} + +func TestCidr_NextAddr(t *testing.T) { + type fields struct { + Prefix netip.Prefix + } + tests := []struct { + name string + fields fields + want Cidr + }{ + { + name: "V4 normal", + fields: fields{Prefix: netip.MustParsePrefix("1.2.3.4/24")}, + want: CidrFromPrefix(netip.MustParsePrefix("1.2.3.5/24")), + }, + { + name: "V4 broadcast", + fields: fields{Prefix: netip.MustParsePrefix("1.2.3.254/24")}, + want: CidrFromPrefix(netip.MustParsePrefix("1.2.3.255/24")), + }, + { + name: "V4 overflow", + fields: fields{Prefix: netip.MustParsePrefix("1.2.3.255/24")}, + want: CidrFromPrefix(netip.MustParsePrefix("1.2.4.0/24")), + }, + { + name: "V6 normal", + fields: fields{Prefix: netip.MustParsePrefix("fe00::1/64")}, + want: CidrFromPrefix(netip.MustParsePrefix("fe00::2/64")), + }, + { + name: "V6 overflow", + fields: fields{Prefix: netip.MustParsePrefix("fe00::ffff:ffff:ffff:ffff/64")}, + want: CidrFromPrefix(netip.MustParsePrefix("fe00:0:0:1::/64")), + }, + } + for _, tt := range tests { + t.Run(tt.name, func(t *testing.T) { + c := CidrFromPrefix(tt.fields.Prefix) + if got := c.NextAddr(); !reflect.DeepEqual(got, tt.want) { + t.Errorf("NextAddr() = %v, want %v", got, tt.want) + } + }) + } +} + +func TestCidr_NextSubnet(t *testing.T) { + type fields struct { + Prefix netip.Prefix + } + tests := []struct { + name string + fields fields + want Cidr + }{ + { + name: "V4", + fields: fields{Prefix: netip.MustParsePrefix("1.2.3.4/24")}, + want: CidrFromPrefix(netip.MustParsePrefix("1.2.4.0/24")), + }, + { + name: "V4 bigger subnet", + fields: fields{Prefix: netip.MustParsePrefix("1.2.3.4/16")}, + want: CidrFromPrefix(netip.MustParsePrefix("1.3.0.0/16")), + }, + } + for _, tt := range tests { + t.Run(tt.name, func(t *testing.T) { + c := CidrFromPrefix(tt.fields.Prefix) + if got := c.NextSubnet(); !reflect.DeepEqual(got, tt.want) { + t.Errorf("NextSubnet() = %v, want %v", got, tt.want) + } + }) + } +} diff --git a/internal/domain/mail.go b/internal/domain/mail.go new file mode 100644 index 0000000..32caaa5 --- /dev/null +++ b/internal/domain/mail.go @@ -0,0 +1,18 @@ +package domain + +import "io" + +type MailOptions struct { + ReplyTo string // defaults to the sender + HtmlBody string // if html body is empty, a text-only email will be sent + Cc []string + Bcc []string + Attachments []MailAttachment +} + +type MailAttachment struct { + Name string + ContentType string + Data io.Reader + Embedded bool +} diff --git a/internal/domain/options.go b/internal/domain/options.go new file mode 100644 index 0000000..b0fddf3 --- /dev/null +++ b/internal/domain/options.go @@ -0,0 +1,113 @@ +package domain + +type StringConfigOption struct { + Value string `gorm:"column:v"` + Overridable bool `gorm:"column:o"` +} + +func (o StringConfigOption) GetValue() string { + return o.Value +} + +func (o *StringConfigOption) SetValue(value string) { + o.Value = value +} + +func (o *StringConfigOption) TrySetValue(value string) bool { + if o.Overridable { + o.Value = value + return true + } + return false +} + +func NewStringConfigOption(value string, overridable bool) StringConfigOption { + return StringConfigOption{ + Value: value, + Overridable: overridable, + } +} + +type IntConfigOption struct { + Value int `gorm:"column:v"` + Overridable bool `gorm:"column:o"` +} + +func (o IntConfigOption) GetValue() int { + return o.Value +} + +func (o *IntConfigOption) SetValue(value int) { + o.Value = value +} + +func (o *IntConfigOption) TrySetValue(value int) bool { + if o.Overridable { + o.Value = value + return true + } + return false +} + +func NewIntConfigOption(value int, overridable bool) IntConfigOption { + return IntConfigOption{ + Value: value, + Overridable: overridable, + } +} + +type Int32ConfigOption struct { + Value int32 `gorm:"column:v"` + Overridable bool `gorm:"column:o"` +} + +func (o Int32ConfigOption) GetValue() int32 { + return o.Value +} + +func (o *Int32ConfigOption) SetValue(value int32) { + o.Value = value +} + +func (o *Int32ConfigOption) TrySetValue(value int32) bool { + if o.Overridable { + o.Value = value + return true + } + return false +} + +func NewInt32ConfigOption(value int32, overridable bool) Int32ConfigOption { + return Int32ConfigOption{ + Value: value, + Overridable: overridable, + } +} + +type BoolConfigOption struct { + Value bool `gorm:"column:v"` + Overridable bool `gorm:"column:o"` +} + +func (o BoolConfigOption) GetValue() bool { + return o.Value +} + +func (o *BoolConfigOption) SetValue(value bool) { + o.Value = value +} + +func (o *BoolConfigOption) TrySetValue(value bool) bool { + if o.Overridable { + o.Value = value + return true + } + return false +} + +func NewBoolConfigOption(value bool, overridable bool) BoolConfigOption { + return BoolConfigOption{ + Value: value, + Overridable: overridable, + } +} diff --git a/internal/domain/peer.go b/internal/domain/peer.go new file mode 100644 index 0000000..64250bc --- /dev/null +++ b/internal/domain/peer.go @@ -0,0 +1,243 @@ +package domain + +import ( + "fmt" + "github.com/h44z/wg-portal/internal" + "net" + "regexp" + "strings" + "time" + + "golang.zx2c4.com/wireguard/wgctrl/wgtypes" +) + +type PeerIdentifier string + +func (i PeerIdentifier) IsPublicKey() bool { + _, err := wgtypes.ParseKey(string(i)) + if err != nil { + return false + } + return true +} + +func (i PeerIdentifier) ToPublicKey() wgtypes.Key { + publicKey, _ := wgtypes.ParseKey(string(i)) + return publicKey +} + +type Peer struct { + BaseModel + + // WireGuard specific (for the [peer] section of the config file) + + Endpoint StringConfigOption `gorm:"embedded;embeddedPrefix:endpoint_"` // the endpoint address + EndpointPublicKey StringConfigOption `gorm:"embedded;embeddedPrefix:endpoint_pubkey_"` // the endpoint public key + AllowedIPsStr StringConfigOption `gorm:"embedded;embeddedPrefix:allowed_ips_str_"` // all allowed ip subnets, comma seperated + ExtraAllowedIPsStr string // all allowed ip subnets on the server side, comma seperated + PresharedKey PreSharedKey // the pre-shared Key of the peer + PersistentKeepalive IntConfigOption `gorm:"embedded;embeddedPrefix:persistent_keep_alive_"` // the persistent keep-alive interval + + // WG Portal specific + + DisplayName string // a nice display name/ description for the peer + Identifier PeerIdentifier `gorm:"primaryKey;column:identifier"` // peer unique identifier + UserIdentifier UserIdentifier `gorm:"index;column:user_identifier"` // the owner + InterfaceIdentifier InterfaceIdentifier `gorm:"index;column:interface_identifier"` // the interface id + Disabled *time.Time `gorm:"column:disabled"` // if this field is set, the peer is disabled + DisabledReason string // the reason why the peer has been disabled + ExpiresAt *time.Time `gorm:"column:expires_at"` // expiry dates for peers + Notes string `form:"notes" binding:"omitempty"` // a note field for peers + + // Interface settings for the peer, used to generate the [interface] section in the peer config file + Interface PeerInterfaceConfig `gorm:"embedded"` +} + +func (p *Peer) IsDisabled() bool { + return p.Disabled != nil +} + +func (p *Peer) IsExpired() bool { + if p.ExpiresAt == nil { + return false + } + if p.ExpiresAt.Before(time.Now()) { + return true + } + return false +} + +func (p *Peer) CheckAliveAddress() string { + if p.Interface.CheckAliveAddress != "" { + return p.Interface.CheckAliveAddress + } + + if len(p.Interface.Addresses) > 0 { + return p.Interface.Addresses[0].Addr // take the first peer address + } + + return "" +} + +func (p *Peer) CopyCalculatedAttributes(src *Peer) { + p.BaseModel = src.BaseModel +} + +func (p *Peer) GetConfigFileName() string { + filename := "" + reg := regexp.MustCompile("[^a-zA-Z0-9-_]+") + + if p.DisplayName != "" { + filename = p.DisplayName + filename = strings.ReplaceAll(filename, " ", "_") + filename = reg.ReplaceAllString(filename, "") + filename = internal.TruncateString(filename, 16) + filename += ".conf" + } else { + filename = fmt.Sprintf("wg_%s", internal.TruncateString(string(p.Identifier), 8)) + filename = reg.ReplaceAllString(filename, "") + filename += ".conf" + } + + return filename +} + +func (p *Peer) ApplyInterfaceDefaults(in *Interface) { + p.Endpoint.TrySetValue(in.PeerDefEndpoint) + p.EndpointPublicKey.TrySetValue(in.PublicKey) + p.AllowedIPsStr.TrySetValue(in.PeerDefAllowedIPsStr) + p.PersistentKeepalive.TrySetValue(in.PeerDefPersistentKeepalive) + p.Interface.DnsStr.TrySetValue(in.PeerDefDnsStr) + p.Interface.DnsSearchStr.TrySetValue(in.PeerDefDnsSearchStr) + p.Interface.Mtu.TrySetValue(in.PeerDefMtu) + p.Interface.FirewallMark.TrySetValue(in.PeerDefFirewallMark) + p.Interface.RoutingTable.TrySetValue(in.PeerDefRoutingTable) + p.Interface.PreUp.TrySetValue(in.PeerDefPreUp) + p.Interface.PostUp.TrySetValue(in.PeerDefPostUp) + p.Interface.PreDown.TrySetValue(in.PeerDefPreDown) + p.Interface.PostDown.TrySetValue(in.PeerDefPostDown) +} + +type PeerInterfaceConfig struct { + KeyPair // private/public Key of the peer + + Type InterfaceType `gorm:"column:iface_type"` // the interface type (server, client, any) + + Addresses []Cidr `gorm:"many2many:peer_addresses;"` // the interface ip addresses + CheckAliveAddress string `gorm:"column:check_alive_address"` // optional ip address or DNS name that is used for ping checks + DnsStr StringConfigOption `gorm:"embedded;embeddedPrefix:iface_dns_str_"` // the dns server that should be set if the interface is up, comma separated + DnsSearchStr StringConfigOption `gorm:"embedded;embeddedPrefix:iface_dns_search_str_"` // the dns search option string that should be set if the interface is up, will be appended to DnsStr + Mtu IntConfigOption `gorm:"embedded;embeddedPrefix:iface_mtu_"` // the device MTU + FirewallMark Int32ConfigOption `gorm:"embedded;embeddedPrefix:iface_firewall_mark_"` // a firewall mark + RoutingTable StringConfigOption `gorm:"embedded;embeddedPrefix:iface_routing_table_"` // the routing table + + PreUp StringConfigOption `gorm:"embedded;embeddedPrefix:iface_pre_up_"` // action that is executed before the device is up + PostUp StringConfigOption `gorm:"embedded;embeddedPrefix:iface_post_up_"` // action that is executed after the device is up + PreDown StringConfigOption `gorm:"embedded;embeddedPrefix:iface_pre_down_"` // action that is executed before the device is down + PostDown StringConfigOption `gorm:"embedded;embeddedPrefix:iface_post_down_"` // action that is executed after the device is down +} + +func (p *PeerInterfaceConfig) AddressStr() string { + return CidrsToString(p.Addresses) +} + +type PhysicalPeer struct { + Identifier PeerIdentifier // peer unique identifier + + Endpoint string // the endpoint address + AllowedIPs []Cidr // all allowed ip subnets + KeyPair // private/public Key of the peer, for imports it only contains the public key as the private key is not known to the server + PresharedKey PreSharedKey // the pre-shared Key of the peer + PersistentKeepalive int // the persistent keep-alive interval + + LastHandshake time.Time + ProtocolVersion int + + BytesUpload uint64 // upload bytes are the number of bytes that the remote peer has sent to the server + BytesDownload uint64 // upload bytes are the number of bytes that the remote peer has received from the server +} + +func (p PhysicalPeer) GetPresharedKey() *wgtypes.Key { + if p.PresharedKey == "" { + return nil + } + key, err := wgtypes.ParseKey(string(p.PresharedKey)) + if err != nil { + return nil + } + + return &key +} + +func (p PhysicalPeer) GetEndpointAddress() *net.UDPAddr { + if p.Endpoint == "" { + return nil + } + addr, err := net.ResolveUDPAddr("udp", p.Endpoint) + if err != nil { + return nil + } + + return addr +} + +func (p PhysicalPeer) GetPersistentKeepaliveTime() *time.Duration { + if p.PersistentKeepalive == 0 { + return nil + } + + keepAliveDuration := time.Duration(p.PersistentKeepalive) * time.Second + return &keepAliveDuration +} + +func (p PhysicalPeer) GetAllowedIPs() []net.IPNet { + allowedIPs := make([]net.IPNet, len(p.AllowedIPs)) + for i, ip := range p.AllowedIPs { + allowedIPs[i] = *ip.IpNet() + } + + return allowedIPs +} + +func ConvertPhysicalPeer(pp *PhysicalPeer) *Peer { + peer := &Peer{ + Endpoint: StringConfigOption{Value: pp.Endpoint, Overridable: true}, + EndpointPublicKey: StringConfigOption{Value: "", Overridable: true}, + AllowedIPsStr: StringConfigOption{Value: "", Overridable: true}, + ExtraAllowedIPsStr: "", + PresharedKey: pp.PresharedKey, + PersistentKeepalive: IntConfigOption{Value: pp.PersistentKeepalive, Overridable: true}, + DisplayName: string(pp.Identifier), + Identifier: pp.Identifier, + UserIdentifier: "", + InterfaceIdentifier: "", + Disabled: nil, + Interface: PeerInterfaceConfig{ + KeyPair: pp.KeyPair, + }, + } + + return peer +} + +func MergeToPhysicalPeer(pp *PhysicalPeer, p *Peer) { + pp.Identifier = p.Identifier + pp.Endpoint = p.Endpoint.GetValue() + if p.Interface.Type == InterfaceTypeServer { + allowedIPs, _ := CidrsFromString(p.AllowedIPsStr.GetValue()) + extraAllowedIPs, _ := CidrsFromString(p.ExtraAllowedIPsStr) + pp.AllowedIPs = append(allowedIPs, extraAllowedIPs...) + } else { + allowedIPs := p.Interface.Addresses + extraAllowedIPs, _ := CidrsFromString(p.ExtraAllowedIPsStr) + pp.AllowedIPs = append(allowedIPs, extraAllowedIPs...) + } + pp.PresharedKey = p.PresharedKey + pp.PublicKey = p.Interface.PublicKey + pp.PersistentKeepalive = p.PersistentKeepalive.GetValue() +} + +type PeerCreationRequest struct { + UserIdentifiers []string + Suffix string +} diff --git a/internal/domain/statistics.go b/internal/domain/statistics.go new file mode 100644 index 0000000..9d04a72 --- /dev/null +++ b/internal/domain/statistics.go @@ -0,0 +1,37 @@ +package domain + +import "time" + +type PeerStatus struct { + PeerId PeerIdentifier `gorm:"primaryKey;column:identifier"` + UpdatedAt time.Time `gorm:"column:updated_at"` + + IsPingable bool `gorm:"column:pingable"` + LastPing *time.Time `gorm:"column:last_ping"` + + BytesReceived uint64 `gorm:"column:received"` + BytesTransmitted uint64 `gorm:"column:transmitted"` + + LastHandshake *time.Time `gorm:"column:last_handshake"` + Endpoint string `gorm:"column:endpoint"` + LastSessionStart *time.Time `gorm:"column:last_session_start"` +} + +func (s PeerStatus) IsConnected() bool { + oldestHandshakeTime := time.Now().Add(-2 * time.Minute) // if a handshake is older than 2 minutes, the peer is no longer connected + + handshakeValid := false + if s.LastHandshake != nil { + handshakeValid = !s.LastHandshake.Before(oldestHandshakeTime) + } + + return s.IsPingable || handshakeValid +} + +type InterfaceStatus struct { + InterfaceId InterfaceIdentifier `gorm:"primaryKey;column:identifier"` + UpdatedAt time.Time `gorm:"column:updated_at"` + + BytesReceived uint64 `gorm:"column:received"` + BytesTransmitted uint64 `gorm:"column:transmitted"` +} diff --git a/internal/domain/user.go b/internal/domain/user.go new file mode 100644 index 0000000..a11b29e --- /dev/null +++ b/internal/domain/user.go @@ -0,0 +1,139 @@ +package domain + +import ( + "errors" + "time" + + "golang.org/x/crypto/bcrypt" +) + +const ( + UserSourceLdap UserSource = "ldap" // LDAP / ActiveDirectory + UserSourceDatabase UserSource = "db" // sqlite / mysql database + UserSourceOauth UserSource = "oauth" // oauth / open id connect +) + +type UserIdentifier string + +type UserSource string + +// User is the user model that gets linked to peer entries, by default an empty user model with only the email address is created +type User struct { + BaseModel + + // required fields + Identifier UserIdentifier `gorm:"primaryKey;column:identifier"` + Email string `form:"email" binding:"required,email"` + Source UserSource + ProviderName string + IsAdmin bool + + // optional fields + Firstname string `form:"firstname" binding:"omitempty"` + Lastname string `form:"lastname" binding:"omitempty"` + Phone string `form:"phone" binding:"omitempty"` + Department string `form:"department" binding:"omitempty"` + Notes string `form:"notes" binding:"omitempty"` + + // optional, integrated password authentication + Password PrivateString `form:"password" binding:"omitempty"` + Disabled *time.Time `gorm:"index;column:disabled"` // if this field is set, the user is disabled (WireGuard peers are disabled as well) + DisabledReason string // the reason why the user has been disabled + Locked *time.Time `gorm:"index;column:locked"` // if this field is set, the user is locked and can no longer login (WireGuard peers still can connect) + LockedReason string // the reason why the user has been locked + + LinkedPeerCount int `gorm:"-"` +} + +// IsDisabled returns true if the user is disabled. In such a case, +// no login is possible and WireGuard peers associated with the user are disabled. +func (u *User) IsDisabled() bool { + return u.Disabled != nil +} + +// IsLocked returns true if the user is locked. In such a case, no login is possible, WireGuard connections still work. +func (u *User) IsLocked() bool { + return u.Locked != nil +} + +func (u *User) CanChangePassword() error { + if u.Source == UserSourceDatabase { + return nil + } + + return errors.New("password change only allowed for database source") +} + +func (u *User) EditAllowed(new *User) error { + if u.Source == UserSourceDatabase { + return nil + } + + // for users which are not database users, only the notes field and the disabled flag can be updated + updateOk := true + updateOk = updateOk && u.Identifier == new.Identifier + updateOk = updateOk && u.Source == new.Source + updateOk = updateOk && u.IsAdmin == new.IsAdmin + updateOk = updateOk && u.Email == new.Email + updateOk = updateOk && u.Firstname == new.Firstname + updateOk = updateOk && u.Lastname == new.Lastname + updateOk = updateOk && u.Phone == new.Phone + updateOk = updateOk && u.Department == new.Department + + if !updateOk { + return errors.New("edit only allowed for database source") + } + + return nil +} + +func (u *User) DeleteAllowed() error { + if u.Source == UserSourceDatabase { + return nil + } + + return errors.New("delete only allowed for database source") +} + +func (u *User) CheckPassword(password string) error { + if u.Source != UserSourceDatabase { + return errors.New("invalid user source") + } + + if u.IsDisabled() { + return errors.New("user disabled") + } + + if u.Password == "" { + return errors.New("empty user password") + } + + if err := bcrypt.CompareHashAndPassword([]byte(u.Password), []byte(password)); err != nil { + return errors.New("wrong password") + } + + return nil +} + +func (u *User) HashPassword() error { + if u.Password == "" { + return nil // nothing to hash + } + + if _, err := bcrypt.Cost([]byte(u.Password)); err == nil { + return nil // password already hashed + } + + hash, err := bcrypt.GenerateFromPassword([]byte(u.Password), bcrypt.DefaultCost) + if err != nil { + return err + } + u.Password = PrivateString(hash) + + return nil +} + +func (u *User) CopyCalculatedAttributes(src *User) { + u.BaseModel = src.BaseModel + u.LinkedPeerCount = src.LinkedPeerCount +} diff --git a/internal/ldap/config.go b/internal/ldap/config.go deleted file mode 100644 index 8334a07..0000000 --- a/internal/ldap/config.go +++ /dev/null @@ -1,37 +0,0 @@ -package ldap - -import ( - gldap "github.com/go-ldap/ldap/v3" -) - -type Type string - -const ( - TypeActiveDirectory Type = "AD" - TypeOpenLDAP Type = "OpenLDAP" -) - -type Config struct { - URL string `yaml:"url" envconfig:"LDAP_URL"` - StartTLS bool `yaml:"startTLS" envconfig:"LDAP_STARTTLS"` - CertValidation bool `yaml:"certcheck" envconfig:"LDAP_CERT_VALIDATION"` - BaseDN string `yaml:"dn" envconfig:"LDAP_BASEDN"` - BindUser string `yaml:"user" envconfig:"LDAP_USER"` - BindPass string `yaml:"pass" envconfig:"LDAP_PASSWORD"` - - EmailAttribute string `yaml:"attrEmail" envconfig:"LDAP_ATTR_EMAIL"` - FirstNameAttribute string `yaml:"attrFirstname" envconfig:"LDAP_ATTR_FIRSTNAME"` - LastNameAttribute string `yaml:"attrLastname" envconfig:"LDAP_ATTR_LASTNAME"` - PhoneAttribute string `yaml:"attrPhone" envconfig:"LDAP_ATTR_PHONE"` - GroupMemberAttribute string `yaml:"attrGroups" envconfig:"LDAP_ATTR_GROUPS"` - - LoginFilter string `yaml:"loginFilter" envconfig:"LDAP_LOGIN_FILTER"` // {{login_identifier}} gets replaced with the login email address - SyncFilter string `yaml:"syncFilter" envconfig:"LDAP_SYNC_FILTER"` - SyncGroupFilter string `yaml:"syncGroupFilter" envconfig:"LDAP_SYNC_GROUP_FILTER"` - AdminLdapGroup string `yaml:"adminGroup" envconfig:"LDAP_ADMIN_GROUP"` // Members of this group receive admin rights in WG-Portal - AdminLdapGroup_ *gldap.DN `yaml:"-"` - EveryoneAdmin bool `yaml:"everyoneAdmin" envconfig:"LDAP_EVERYONE_ADMIN"` - LdapCertConn bool `yaml:"ldapCertConn" envconfig:"LDAP_CERT_CONN"` - LdapTlsCert string `yaml:"ldapTlsCert" envconfig:"LDAPTLS_CERT"` - LdapTlsKey string `yaml:"ldapTlsKey" envconfig:"LDAPTLS_KEY"` -} diff --git a/internal/ldap/ldap.go b/internal/ldap/ldap.go deleted file mode 100644 index 78be238..0000000 --- a/internal/ldap/ldap.go +++ /dev/null @@ -1,137 +0,0 @@ -package ldap - -import ( - "crypto/tls" - "os" - - "github.com/go-ldap/ldap/v3" - "github.com/pkg/errors" -) - -type ObjectType int - -const ( - Users ObjectType = iota - Groups -) - -type RawLdapData struct { - DN string - Attributes map[string]string - RawAttributes map[string][][]byte -} - -func Open(cfg *Config) (*ldap.Conn, error) { - var tlsConfig *tls.Config - - if cfg.LdapCertConn { - - certPlain, err := os.ReadFile(cfg.LdapTlsCert) - if err != nil { - return nil, errors.WithMessage(err, "failed to load the certificate") - - } - - key, err := os.ReadFile(cfg.LdapTlsKey) - if err != nil { - return nil, errors.WithMessage(err, "failed to load the key") - } - - certX509, err := tls.X509KeyPair(certPlain, key) - if err != nil { - return nil, errors.WithMessage(err, "failed X509") - - } - tlsConfig = &tls.Config{Certificates: []tls.Certificate{certX509}} - - } else { - - tlsConfig = &tls.Config{InsecureSkipVerify: !cfg.CertValidation} - } - - conn, err := ldap.DialURL(cfg.URL, ldap.DialWithTLSConfig(tlsConfig)) - if err != nil { - return nil, errors.Wrap(err, "failed to connect to LDAP") - } - - if cfg.StartTLS { - // Reconnect with TLS - err = conn.StartTLS(tlsConfig) - if err != nil { - return nil, errors.Wrap(err, "failed to star TLS on connection") - } - } - - err = conn.Bind(cfg.BindUser, cfg.BindPass) - if err != nil { - return nil, errors.Wrap(err, "failed to bind to LDAP") - } - - return conn, nil -} - -func Close(conn *ldap.Conn) { - if conn != nil { - conn.Close() - } -} - -func FindAllObjects(cfg *Config, objType ObjectType) ([]RawLdapData, error) { - client, err := Open(cfg) - if err != nil { - return nil, errors.WithMessage(err, "failed to open ldap connection") - } - defer Close(client) - - var searchRequest *ldap.SearchRequest - var attrs []string - - switch objType { - case Users: - // Search all users - attrs = []string{"dn", cfg.EmailAttribute, cfg.EmailAttribute, cfg.FirstNameAttribute, cfg.LastNameAttribute, - cfg.PhoneAttribute, cfg.GroupMemberAttribute} - searchRequest = ldap.NewSearchRequest( - cfg.BaseDN, - ldap.ScopeWholeSubtree, ldap.NeverDerefAliases, 0, 0, false, - cfg.SyncFilter, attrs, nil, - ) - case Groups: - if cfg.SyncGroupFilter == "" { - return nil, nil // no groups - } - // Search all groups - attrs = []string{"dn", cfg.GroupMemberAttribute} - searchRequest = ldap.NewSearchRequest( - cfg.BaseDN, - ldap.ScopeWholeSubtree, ldap.NeverDerefAliases, 0, 0, false, - cfg.SyncGroupFilter, attrs, nil, - ) - default: - panic("invalid object type") - } - - sr, err := client.Search(searchRequest) - if err != nil { - return nil, errors.Wrapf(err, "failed to search in ldap") - } - - tmpData := make([]RawLdapData, 0, len(sr.Entries)) - - for _, entry := range sr.Entries { - tmp := RawLdapData{ - DN: entry.DN, - Attributes: make(map[string]string, len(attrs)), - RawAttributes: make(map[string][][]byte, len(attrs)), - } - - for _, field := range attrs { - tmp.Attributes[field] = entry.GetAttributeValue(field) - tmp.RawAttributes[field] = entry.GetRawAttributeValues(field) - } - - tmpData = append(tmpData, tmp) - } - - return tmpData, nil -} diff --git a/internal/ldap_utils.go b/internal/ldap_utils.go new file mode 100644 index 0000000..242ec0b --- /dev/null +++ b/internal/ldap_utils.go @@ -0,0 +1,138 @@ +package internal + +import ( + "crypto/tls" + "fmt" + "github.com/sirupsen/logrus" + "os" + + "github.com/go-ldap/ldap/v3" + "github.com/h44z/wg-portal/internal/config" +) + +type RawLdapUser map[string]any + +func LdapFindAllUsers(conn *ldap.Conn, baseDn, filter string, fields *config.LdapFields) ([]RawLdapUser, error) { + // Search all users + attrs := LdapSearchAttributes(fields) + searchRequest := ldap.NewSearchRequest( + baseDn, + ldap.ScopeWholeSubtree, ldap.NeverDerefAliases, 0, 0, false, + filter, attrs, nil, + ) + + sr, err := conn.Search(searchRequest) + if err != nil { + return nil, fmt.Errorf("failed to search: %w", err) + } + + results := LdapConvertEntries(sr, fields) + + return results, nil +} + +func LdapConnect(cfg *config.LdapProvider) (*ldap.Conn, error) { + tlsConfig := &tls.Config{InsecureSkipVerify: !cfg.CertValidation} + if cfg.TlsCertificatePath != "" { + certificate, err := os.ReadFile(cfg.TlsCertificatePath) + if err != nil { + return nil, fmt.Errorf("failed to load TLS certificate: %w", err) + + } + + key, err := os.ReadFile(cfg.TlsKeyPath) + if err != nil { + return nil, fmt.Errorf("failed to load TLS key: %w", err) + } + + keyPair, err := tls.X509KeyPair(certificate, key) + if err != nil { + return nil, fmt.Errorf("failed to generate X509 keypair: %w", err) + + } + tlsConfig = &tls.Config{Certificates: []tls.Certificate{keyPair}} + } + + conn, err := ldap.DialURL(cfg.URL, ldap.DialWithTLSConfig(tlsConfig)) + if err != nil { + return nil, fmt.Errorf("dial error: %w", err) + } + + if cfg.StartTLS { // Reconnect with TLS + if err = conn.StartTLS(tlsConfig); err != nil { + return nil, fmt.Errorf("failed to start TLS on connection: %w", err) + } + } + + if err = conn.Bind(cfg.BindUser, cfg.BindPass); err != nil { + return nil, fmt.Errorf("failed to bind to LDAP: %w", err) + } + + return conn, nil +} + +func LdapDisconnect(conn *ldap.Conn) { + if conn != nil { + if err := conn.Close(); err != nil { + logrus.Errorf("failed to close ldap connection: %v", err) + } + } +} + +func LdapConvertEntries(sr *ldap.SearchResult, fields *config.LdapFields) []RawLdapUser { + users := make([]RawLdapUser, len(sr.Entries)) + + for i, entry := range sr.Entries { + userData := make(RawLdapUser) + userData[fields.UserIdentifier] = entry.DN + userData[fields.Email] = entry.GetAttributeValue(fields.Email) + userData[fields.Firstname] = entry.GetAttributeValue(fields.Firstname) + userData[fields.Lastname] = entry.GetAttributeValue(fields.Lastname) + userData[fields.Phone] = entry.GetAttributeValue(fields.Phone) + userData[fields.Department] = entry.GetAttributeValue(fields.Department) + userData[fields.GroupMembership] = entry.GetRawAttributeValues(fields.GroupMembership) + + users[i] = userData + } + return users +} + +func LdapSearchAttributes(fields *config.LdapFields) []string { + attrs := []string{"dn", fields.UserIdentifier} + + if fields.Email != "" { + attrs = append(attrs, fields.Email) + } + if fields.Firstname != "" { + attrs = append(attrs, fields.Firstname) + } + if fields.Lastname != "" { + attrs = append(attrs, fields.Lastname) + } + if fields.Phone != "" { + attrs = append(attrs, fields.Phone) + } + if fields.Department != "" { + attrs = append(attrs, fields.Department) + } + if fields.GroupMembership != "" { + attrs = append(attrs, fields.GroupMembership) + } + + return UniqueStringSlice(attrs) +} + +// LdapIsMemberOf checks if the groupData array contains the group DN +func LdapIsMemberOf(groupData [][]byte, groupDN *ldap.DN) (bool, error) { + for _, group := range groupData { + dn, err := ldap.ParseDN(string(group)) + if err != nil { + return false, fmt.Errorf("failed to parse group DN: %w", err) + } + if groupDN.Equal(dn) { + return true, nil + } + } + + return false, nil +} diff --git a/internal/lowlevel/doc.go b/internal/lowlevel/doc.go new file mode 100644 index 0000000..057cf03 --- /dev/null +++ b/internal/lowlevel/doc.go @@ -0,0 +1,6 @@ +package lowlevel + +/** +This package contains wrappers for low level api's like netlink or the WireGuard control library. +Wrapping those external libraries makes mocking and testing code easier. +*/ diff --git a/internal/lowlevel/mocks/NetlinkClient.go b/internal/lowlevel/mocks/NetlinkClient.go new file mode 100644 index 0000000..2922725 --- /dev/null +++ b/internal/lowlevel/mocks/NetlinkClient.go @@ -0,0 +1,157 @@ +// Code generated by mockery v2.10.0. DO NOT EDIT. + +package mocks + +import ( + mock "github.com/stretchr/testify/mock" + netlink "github.com/vishvananda/netlink" +) + +// NetlinkClient is an autogenerated mock type for the NetlinkClient type +type NetlinkClient struct { + mock.Mock +} + +// AddrAdd provides a mock function with given fields: link, addr +func (_m *NetlinkClient) AddrAdd(link netlink.Link, addr *netlink.Addr) error { + ret := _m.Called(link, addr) + + var r0 error + if rf, ok := ret.Get(0).(func(netlink.Link, *netlink.Addr) error); ok { + r0 = rf(link, addr) + } else { + r0 = ret.Error(0) + } + + return r0 +} + +// AddrList provides a mock function with given fields: link +func (_m *NetlinkClient) AddrList(link netlink.Link) ([]netlink.Addr, error) { + ret := _m.Called(link) + + var r0 []netlink.Addr + if rf, ok := ret.Get(0).(func(netlink.Link) []netlink.Addr); ok { + r0 = rf(link) + } else { + if ret.Get(0) != nil { + r0 = ret.Get(0).([]netlink.Addr) + } + } + + var r1 error + if rf, ok := ret.Get(1).(func(netlink.Link) error); ok { + r1 = rf(link) + } else { + r1 = ret.Error(1) + } + + return r0, r1 +} + +// AddrReplace provides a mock function with given fields: link, addr +func (_m *NetlinkClient) AddrReplace(link netlink.Link, addr *netlink.Addr) error { + ret := _m.Called(link, addr) + + var r0 error + if rf, ok := ret.Get(0).(func(netlink.Link, *netlink.Addr) error); ok { + r0 = rf(link, addr) + } else { + r0 = ret.Error(0) + } + + return r0 +} + +// LinkAdd provides a mock function with given fields: link +func (_m *NetlinkClient) LinkAdd(link netlink.Link) error { + ret := _m.Called(link) + + var r0 error + if rf, ok := ret.Get(0).(func(netlink.Link) error); ok { + r0 = rf(link) + } else { + r0 = ret.Error(0) + } + + return r0 +} + +// LinkByName provides a mock function with given fields: name +func (_m *NetlinkClient) LinkByName(name string) (netlink.Link, error) { + ret := _m.Called(name) + + var r0 netlink.Link + if rf, ok := ret.Get(0).(func(string) netlink.Link); ok { + r0 = rf(name) + } else { + if ret.Get(0) != nil { + r0 = ret.Get(0).(netlink.Link) + } + } + + var r1 error + if rf, ok := ret.Get(1).(func(string) error); ok { + r1 = rf(name) + } else { + r1 = ret.Error(1) + } + + return r0, r1 +} + +// LinkDel provides a mock function with given fields: link +func (_m *NetlinkClient) LinkDel(link netlink.Link) error { + ret := _m.Called(link) + + var r0 error + if rf, ok := ret.Get(0).(func(netlink.Link) error); ok { + r0 = rf(link) + } else { + r0 = ret.Error(0) + } + + return r0 +} + +// LinkSetDown provides a mock function with given fields: link +func (_m *NetlinkClient) LinkSetDown(link netlink.Link) error { + ret := _m.Called(link) + + var r0 error + if rf, ok := ret.Get(0).(func(netlink.Link) error); ok { + r0 = rf(link) + } else { + r0 = ret.Error(0) + } + + return r0 +} + +// LinkSetMTU provides a mock function with given fields: link, mtu +func (_m *NetlinkClient) LinkSetMTU(link netlink.Link, mtu int) error { + ret := _m.Called(link, mtu) + + var r0 error + if rf, ok := ret.Get(0).(func(netlink.Link, int) error); ok { + r0 = rf(link, mtu) + } else { + r0 = ret.Error(0) + } + + return r0 +} + +// LinkSetUp provides a mock function with given fields: link +func (_m *NetlinkClient) LinkSetUp(link netlink.Link) error { + ret := _m.Called(link) + + var r0 error + if rf, ok := ret.Get(0).(func(netlink.Link) error); ok { + r0 = rf(link) + } else { + r0 = ret.Error(0) + } + + return r0 +} diff --git a/internal/lowlevel/mocks/WireGuardClient.go b/internal/lowlevel/mocks/WireGuardClient.go new file mode 100644 index 0000000..e566b3c --- /dev/null +++ b/internal/lowlevel/mocks/WireGuardClient.go @@ -0,0 +1,87 @@ +// Code generated by mockery v2.10.0. DO NOT EDIT. + +package mocks + +import ( + mock "github.com/stretchr/testify/mock" + wgtypes "golang.zx2c4.com/wireguard/wgctrl/wgtypes" +) + +// WireGuardClient is an autogenerated mock type for the WireGuardClient type +type WireGuardClient struct { + mock.Mock +} + +// Close provides a mock function with given fields: +func (_m *WireGuardClient) Close() error { + ret := _m.Called() + + var r0 error + if rf, ok := ret.Get(0).(func() error); ok { + r0 = rf() + } else { + r0 = ret.Error(0) + } + + return r0 +} + +// ConfigureDevice provides a mock function with given fields: name, cfg +func (_m *WireGuardClient) ConfigureDevice(name string, cfg wgtypes.Config) error { + ret := _m.Called(name, cfg) + + var r0 error + if rf, ok := ret.Get(0).(func(string, wgtypes.Config) error); ok { + r0 = rf(name, cfg) + } else { + r0 = ret.Error(0) + } + + return r0 +} + +// Device provides a mock function with given fields: name +func (_m *WireGuardClient) Device(name string) (*wgtypes.Device, error) { + ret := _m.Called(name) + + var r0 *wgtypes.Device + if rf, ok := ret.Get(0).(func(string) *wgtypes.Device); ok { + r0 = rf(name) + } else { + if ret.Get(0) != nil { + r0 = ret.Get(0).(*wgtypes.Device) + } + } + + var r1 error + if rf, ok := ret.Get(1).(func(string) error); ok { + r1 = rf(name) + } else { + r1 = ret.Error(1) + } + + return r0, r1 +} + +// Devices provides a mock function with given fields: +func (_m *WireGuardClient) Devices() ([]*wgtypes.Device, error) { + ret := _m.Called() + + var r0 []*wgtypes.Device + if rf, ok := ret.Get(0).(func() []*wgtypes.Device); ok { + r0 = rf() + } else { + if ret.Get(0) != nil { + r0 = ret.Get(0).([]*wgtypes.Device) + } + } + + var r1 error + if rf, ok := ret.Get(1).(func() error); ok { + r1 = rf() + } else { + r1 = ret.Error(1) + } + + return r0, r1 +} diff --git a/internal/lowlevel/netlink.go b/internal/lowlevel/netlink.go new file mode 100644 index 0000000..4e9d312 --- /dev/null +++ b/internal/lowlevel/netlink.go @@ -0,0 +1,108 @@ +package lowlevel + +import ( + "github.com/vishvananda/netlink" +) + +// A NetlinkClient is a type which can control a netlink device. +type NetlinkClient interface { + LinkAdd(link netlink.Link) error + LinkDel(link netlink.Link) error + LinkByName(name string) (netlink.Link, error) + LinkSetUp(link netlink.Link) error + LinkSetDown(link netlink.Link) error + LinkSetMTU(link netlink.Link, mtu int) error + AddrReplace(link netlink.Link, addr *netlink.Addr) error + AddrAdd(link netlink.Link, addr *netlink.Addr) error + AddrList(link netlink.Link) ([]netlink.Addr, error) + AddrDel(link netlink.Link, addr *netlink.Addr) error + RouteAdd(route *netlink.Route) error + RouteDel(route *netlink.Route) error + RouteReplace(route *netlink.Route) error + RouteList(link netlink.Link, family int) ([]netlink.Route, error) + RouteListFiltered(family int, filter *netlink.Route, filterMask uint64) ([]netlink.Route, error) + RuleAdd(rule *netlink.Rule) error + RuleDel(rule *netlink.Rule) error + RuleList(family int) ([]netlink.Rule, error) +} + +type NetlinkManager struct { +} + +func (n NetlinkManager) LinkAdd(link netlink.Link) error { return netlink.LinkAdd(link) } + +func (n NetlinkManager) LinkDel(link netlink.Link) error { return netlink.LinkDel(link) } + +func (n NetlinkManager) LinkByName(name string) (netlink.Link, error) { + return netlink.LinkByName(name) +} + +func (n NetlinkManager) LinkSetUp(link netlink.Link) error { return netlink.LinkSetUp(link) } + +func (n NetlinkManager) LinkSetDown(link netlink.Link) error { return netlink.LinkSetDown(link) } + +func (n NetlinkManager) LinkSetMTU(link netlink.Link, mtu int) error { + return netlink.LinkSetMTU(link, mtu) +} + +func (n NetlinkManager) AddrReplace(link netlink.Link, addr *netlink.Addr) error { + return netlink.AddrReplace(link, addr) +} + +func (n NetlinkManager) AddrAdd(link netlink.Link, addr *netlink.Addr) error { + return netlink.AddrAdd(link, addr) +} + +func (n NetlinkManager) AddrList(link netlink.Link) ([]netlink.Addr, error) { + listIPv4, err := netlink.AddrList(link, netlink.FAMILY_V4) + if err != nil { + return nil, err + } + + listIPv6, err := netlink.AddrList(link, netlink.FAMILY_V6) + if err != nil { + return nil, err + } + + ipAddresses := make([]netlink.Addr, 0, len(listIPv4)+len(listIPv6)) + ipAddresses = append(ipAddresses, listIPv4...) + ipAddresses = append(ipAddresses, listIPv6...) + + return ipAddresses, nil +} + +func (n NetlinkManager) AddrDel(link netlink.Link, addr *netlink.Addr) error { + return netlink.AddrDel(link, addr) +} + +func (n NetlinkManager) RouteAdd(route *netlink.Route) error { + return netlink.RouteAdd(route) +} + +func (n NetlinkManager) RouteDel(route *netlink.Route) error { + return netlink.RouteDel(route) +} + +func (n NetlinkManager) RouteReplace(route *netlink.Route) error { + return netlink.RouteReplace(route) +} + +func (n NetlinkManager) RouteList(link netlink.Link, family int) ([]netlink.Route, error) { + return netlink.RouteList(link, family) +} + +func (n NetlinkManager) RouteListFiltered(family int, filter *netlink.Route, filterMask uint64) ([]netlink.Route, error) { + return netlink.RouteListFiltered(family, filter, filterMask) +} + +func (n NetlinkManager) RuleAdd(rule *netlink.Rule) error { + return netlink.RuleAdd(rule) +} + +func (n NetlinkManager) RuleDel(rule *netlink.Rule) error { + return netlink.RuleDel(rule) +} + +func (n NetlinkManager) RuleList(family int) ([]netlink.Rule, error) { + return netlink.RuleList(family) +} diff --git a/internal/lowlevel/wgctrl.go b/internal/lowlevel/wgctrl.go new file mode 100644 index 0000000..ab6832c --- /dev/null +++ b/internal/lowlevel/wgctrl.go @@ -0,0 +1,15 @@ +package lowlevel + +import ( + "io" + + "golang.zx2c4.com/wireguard/wgctrl/wgtypes" +) + +// A WireGuardClient is a type which can control a WireGuard device. +type WireGuardClient interface { + io.Closer + Devices() ([]*wgtypes.Device, error) + Device(name string) (*wgtypes.Device, error) + ConfigureDevice(name string, cfg wgtypes.Config) error +} diff --git a/internal/server/api.go b/internal/server/api.go deleted file mode 100644 index a4fab6f..0000000 --- a/internal/server/api.go +++ /dev/null @@ -1,947 +0,0 @@ -package server - -// go get -u github.com/swaggo/swag/cmd/swag -// run: swag init --parseDependency --parseInternal --generalInfo api.go -// in the internal/server folder -import ( - "encoding/json" - "net/http" - "strings" - "time" - - jsonpatch "github.com/evanphx/json-patch" - "github.com/gin-gonic/gin" - "github.com/h44z/wg-portal/internal/common" - "github.com/h44z/wg-portal/internal/users" - "github.com/h44z/wg-portal/internal/wireguard" -) - -// @title WireGuard Portal API -// @version 1.0 -// @description WireGuard Portal API for managing users and peers. - -// @license.name MIT -// @license.url https://github.com/h44z/wg-portal/blob/master/LICENSE.txt - -// @contact.name WireGuard Portal Project -// @contact.url https://github.com/h44z/wg-portal - -// @securityDefinitions.basic ApiBasicAuth -// @in header -// @name Authorization -// @scope.admin Admin access required - -// @securityDefinitions.basic GeneralBasicAuth -// @in header -// @name Authorization -// @scope.user User access required - -// @BasePath /api/v1 - -// ApiServer is a simple wrapper struct so that we can have fresh member function names. -type ApiServer struct { - s *Server -} - -type ApiError struct { - Message string -} - -// GetUsers godoc -// @Tags Users -// @Summary Retrieves all users -// @ID GetUsers -// @Produce json -// @Success 200 {object} []users.User -// @Failure 401 {object} ApiError -// @Failure 403 {object} ApiError -// @Failure 404 {object} ApiError -// @Router /backend/users [get] -// @Security ApiBasicAuth -func (s *ApiServer) GetUsers(c *gin.Context) { - allUsers := s.s.users.GetUsersUnscoped() - - c.JSON(http.StatusOK, allUsers) -} - -// GetUser godoc -// @Tags Users -// @Summary Retrieves user based on given Email -// @ID GetUser -// @Produce json -// @Param Email query string true "User Email" -// @Success 200 {object} users.User -// @Failure 400 {object} ApiError -// @Failure 401 {object} ApiError -// @Failure 403 {object} ApiError -// @Failure 404 {object} ApiError -// @Router /backend/user [get] -// @Security ApiBasicAuth -func (s *ApiServer) GetUser(c *gin.Context) { - email := strings.ToLower(strings.TrimSpace(c.Query("Email"))) - if email == "" { - c.JSON(http.StatusBadRequest, ApiError{Message: "Email parameter must be specified"}) - return - } - - user := s.s.users.GetUserUnscoped(email) - if user == nil { - c.JSON(http.StatusNotFound, ApiError{Message: "user not found"}) - return - } - c.JSON(http.StatusOK, user) -} - -// PostUser godoc -// @Tags Users -// @Summary Creates a new user based on the given user model -// @ID PostUser -// @Accept json -// @Produce json -// @Param User body users.User true "User Model" -// @Success 200 {object} users.User -// @Failure 400 {object} ApiError -// @Failure 401 {object} ApiError -// @Failure 403 {object} ApiError -// @Failure 404 {object} ApiError -// @Failure 500 {object} ApiError -// @Router /backend/users [post] -// @Security ApiBasicAuth -func (s *ApiServer) PostUser(c *gin.Context) { - newUser := users.User{} - if err := c.ShouldBindJSON(&newUser); err != nil { - c.JSON(http.StatusBadRequest, ApiError{Message: err.Error()}) - return - } - - if user := s.s.users.GetUserUnscoped(newUser.Email); user != nil { - c.JSON(http.StatusBadRequest, ApiError{Message: "user already exists"}) - return - } - - if err := s.s.CreateUser(newUser, s.s.wg.Cfg.GetDefaultDeviceName()); err != nil { - c.JSON(http.StatusInternalServerError, ApiError{Message: err.Error()}) - return - } - - user := s.s.users.GetUserUnscoped(newUser.Email) - if user == nil { - c.JSON(http.StatusNotFound, ApiError{Message: "user not found"}) - return - } - c.JSON(http.StatusOK, user) -} - -// PutUser godoc -// @Tags Users -// @Summary Updates a user based on the given user model -// @ID PutUser -// @Accept json -// @Produce json -// @Param Email query string true "User Email" -// @Param User body users.User true "User Model" -// @Success 200 {object} users.User -// @Failure 400 {object} ApiError -// @Failure 401 {object} ApiError -// @Failure 403 {object} ApiError -// @Failure 404 {object} ApiError -// @Failure 500 {object} ApiError -// @Router /backend/user [put] -// @Security ApiBasicAuth -func (s *ApiServer) PutUser(c *gin.Context) { - email := strings.ToLower(strings.TrimSpace(c.Query("Email"))) - if email == "" { - c.JSON(http.StatusBadRequest, ApiError{Message: "Email parameter must be specified"}) - return - } - - updateUser := users.User{} - if err := c.ShouldBindJSON(&updateUser); err != nil { - c.JSON(http.StatusBadRequest, ApiError{Message: err.Error()}) - return - } - - // Changing email address is not allowed - if email != updateUser.Email { - c.JSON(http.StatusBadRequest, ApiError{Message: "Email parameter must match the model email address"}) - return - } - - if user := s.s.users.GetUserUnscoped(email); user == nil { - c.JSON(http.StatusNotFound, ApiError{Message: "user does not exist"}) - return - } - - if err := s.s.UpdateUser(updateUser); err != nil { - c.JSON(http.StatusInternalServerError, ApiError{Message: err.Error()}) - return - } - - user := s.s.users.GetUserUnscoped(email) - if user == nil { - c.JSON(http.StatusNotFound, ApiError{Message: "user not found"}) - return - } - c.JSON(http.StatusOK, user) -} - -// PatchUser godoc -// @Tags Users -// @Summary Updates a user based on the given partial user model -// @ID PatchUser -// @Accept json -// @Produce json -// @Param Email query string true "User Email" -// @Param User body users.User true "User Model" -// @Success 200 {object} users.User -// @Failure 400 {object} ApiError -// @Failure 401 {object} ApiError -// @Failure 403 {object} ApiError -// @Failure 404 {object} ApiError -// @Failure 500 {object} ApiError -// @Router /backend/user [patch] -// @Security ApiBasicAuth -func (s *ApiServer) PatchUser(c *gin.Context) { - email := strings.ToLower(strings.TrimSpace(c.Query("Email"))) - if email == "" { - c.JSON(http.StatusBadRequest, ApiError{Message: "email parameter must be specified"}) - return - } - - patch, err := c.GetRawData() - if err != nil { - c.JSON(http.StatusBadRequest, ApiError{Message: err.Error()}) - return - } - - user := s.s.users.GetUserUnscoped(email) - if user == nil { - c.JSON(http.StatusNotFound, ApiError{Message: "user does not exist"}) - return - } - userData, err := json.Marshal(user) - if err != nil { - c.JSON(http.StatusInternalServerError, ApiError{Message: err.Error()}) - return - } - - mergedUserData, err := jsonpatch.MergePatch(userData, patch) - var mergedUser users.User - err = json.Unmarshal(mergedUserData, &mergedUser) - if err != nil { - c.JSON(http.StatusInternalServerError, ApiError{Message: err.Error()}) - return - } - - // CHanging email address is not allowed - if email != mergedUser.Email { - c.JSON(http.StatusBadRequest, ApiError{Message: "email parameter must match the model email address"}) - return - } - - if err := s.s.UpdateUser(mergedUser); err != nil { - c.JSON(http.StatusInternalServerError, ApiError{Message: err.Error()}) - return - } - - user = s.s.users.GetUserUnscoped(email) - if user == nil { - c.JSON(http.StatusNotFound, ApiError{Message: "user not found"}) - return - } - c.JSON(http.StatusOK, user) -} - -// DeleteUser godoc -// @Tags Users -// @Summary Deletes the specified user -// @ID DeleteUser -// @Produce json -// @Param Email query string true "User Email" -// @Success 204 "No content" -// @Failure 400 {object} ApiError -// @Failure 401 {object} ApiError -// @Failure 403 {object} ApiError -// @Failure 404 {object} ApiError -// @Failure 500 {object} ApiError -// @Router /backend/user [delete] -// @Security ApiBasicAuth -func (s *ApiServer) DeleteUser(c *gin.Context) { - email := strings.ToLower(strings.TrimSpace(c.Query("Email"))) - if email == "" { - c.JSON(http.StatusBadRequest, ApiError{Message: "email parameter must be specified"}) - return - } - - var user *users.User - if user = s.s.users.GetUserUnscoped(email); user == nil { - c.JSON(http.StatusNotFound, ApiError{Message: "user does not exist"}) - return - } - - if err := s.s.DeleteUser(*user); err != nil { - c.JSON(http.StatusInternalServerError, ApiError{Message: err.Error()}) - return - } - - c.Status(http.StatusNoContent) -} - -// GetPeers godoc -// @Tags Peers -// @Summary Retrieves all peers for the given interface -// @ID GetPeers -// @Produce json -// @Param DeviceName query string true "Device Name" -// @Success 200 {object} []wireguard.Peer -// @Failure 401 {object} ApiError -// @Failure 403 {object} ApiError -// @Failure 404 {object} ApiError -// @Router /backend/peers [get] -// @Security ApiBasicAuth -func (s *ApiServer) GetPeers(c *gin.Context) { - deviceName := strings.ToLower(strings.TrimSpace(c.Query("DeviceName"))) - if deviceName == "" { - c.JSON(http.StatusBadRequest, ApiError{Message: "DeviceName parameter must be specified"}) - return - } - - // validate device name - if !common.ListContains(s.s.config.WG.DeviceNames, deviceName) { - c.JSON(http.StatusNotFound, ApiError{Message: "unknown device"}) - return - } - - peers := s.s.peers.GetAllPeers(deviceName) - c.JSON(http.StatusOK, peers) -} - -// GetPeer godoc -// @Tags Peers -// @Summary Retrieves the peer for the given public key -// @ID GetPeer -// @Produce json -// @Param PublicKey query string true "Public Key (Base 64)" -// @Success 200 {object} wireguard.Peer -// @Failure 401 {object} ApiError -// @Failure 403 {object} ApiError -// @Failure 404 {object} ApiError -// @Router /backend/peer [get] -// @Security ApiBasicAuth -func (s *ApiServer) GetPeer(c *gin.Context) { - pkey := c.Query("PublicKey") - if pkey == "" { - c.JSON(http.StatusBadRequest, ApiError{Message: "PublicKey parameter must be specified"}) - return - } - - peer := s.s.peers.GetPeerByKey(pkey) - if !peer.IsValid() { - c.JSON(http.StatusNotFound, ApiError{Message: "peer does not exist"}) - return - } - c.JSON(http.StatusOK, peer) -} - -// PostPeer godoc -// @Tags Peers -// @Summary Creates a new peer based on the given peer model -// @ID PostPeer -// @Accept json -// @Produce json -// @Param DeviceName query string true "Device Name" -// @Param Peer body wireguard.Peer true "Peer Model" -// @Success 200 {object} wireguard.Peer -// @Failure 400 {object} ApiError -// @Failure 401 {object} ApiError -// @Failure 403 {object} ApiError -// @Failure 404 {object} ApiError -// @Failure 500 {object} ApiError -// @Router /backend/peers [post] -// @Security ApiBasicAuth -func (s *ApiServer) PostPeer(c *gin.Context) { - deviceName := strings.ToLower(strings.TrimSpace(c.Query("DeviceName"))) - if deviceName == "" { - c.JSON(http.StatusBadRequest, ApiError{Message: "DeviceName parameter must be specified"}) - return - } - - // validate device name - if !common.ListContains(s.s.config.WG.DeviceNames, deviceName) { - c.JSON(http.StatusNotFound, ApiError{Message: "unknown device"}) - return - } - - newPeer := wireguard.Peer{} - if err := c.ShouldBindJSON(&newPeer); err != nil { - c.JSON(http.StatusBadRequest, ApiError{Message: err.Error()}) - return - } - - if peer := s.s.peers.GetPeerByKey(newPeer.PublicKey); peer.IsValid() { - c.JSON(http.StatusBadRequest, ApiError{Message: "peer already exists"}) - return - } - - if err := s.s.CreatePeer(deviceName, newPeer); err != nil { - c.JSON(http.StatusInternalServerError, ApiError{Message: err.Error()}) - return - } - - peer := s.s.peers.GetPeerByKey(newPeer.PublicKey) - if !peer.IsValid() { - c.JSON(http.StatusNotFound, ApiError{Message: "peer not found"}) - return - } - c.JSON(http.StatusOK, peer) -} - -// PutPeer godoc -// @Tags Peers -// @Summary Updates the given peer based on the given peer model -// @ID PutPeer -// @Accept json -// @Produce json -// @Param PublicKey query string true "Public Key" -// @Param Peer body wireguard.Peer true "Peer Model" -// @Success 200 {object} wireguard.Peer -// @Failure 400 {object} ApiError -// @Failure 401 {object} ApiError -// @Failure 403 {object} ApiError -// @Failure 404 {object} ApiError -// @Failure 500 {object} ApiError -// @Router /backend/peer [put] -// @Security ApiBasicAuth -func (s *ApiServer) PutPeer(c *gin.Context) { - updatePeer := wireguard.Peer{} - if err := c.ShouldBindJSON(&updatePeer); err != nil { - c.JSON(http.StatusBadRequest, ApiError{Message: err.Error()}) - return - } - - pkey := c.Query("PublicKey") - if pkey == "" { - c.JSON(http.StatusBadRequest, ApiError{Message: "PublicKey parameter must be specified"}) - return - } - - if peer := s.s.peers.GetPeerByKey(pkey); !peer.IsValid() { - c.JSON(http.StatusNotFound, ApiError{Message: "peer does not exist"}) - return - } - - // Changing public key is not allowed - if pkey != updatePeer.PublicKey { - c.JSON(http.StatusBadRequest, ApiError{Message: "PublicKey parameter must match the model public key"}) - return - } - - now := time.Now() - if updatePeer.DeactivatedAt != nil { - updatePeer.DeactivatedAt = &now - updatePeer.DeactivatedReason = wireguard.DeactivatedReasonApiEdit - } - if err := s.s.UpdatePeer(updatePeer, now); err != nil { - c.JSON(http.StatusInternalServerError, ApiError{Message: err.Error()}) - return - } - - peer := s.s.peers.GetPeerByKey(updatePeer.PublicKey) - if !peer.IsValid() { - c.JSON(http.StatusNotFound, ApiError{Message: "peer not found"}) - return - } - c.JSON(http.StatusOK, peer) -} - -// PatchPeer godoc -// @Tags Peers -// @Summary Updates the given peer based on the given partial peer model -// @ID PatchPeer -// @Accept json -// @Produce json -// @Param PublicKey query string true "Public Key" -// @Param Peer body wireguard.Peer true "Peer Model" -// @Success 200 {object} wireguard.Peer -// @Failure 400 {object} ApiError -// @Failure 401 {object} ApiError -// @Failure 403 {object} ApiError -// @Failure 404 {object} ApiError -// @Failure 500 {object} ApiError -// @Router /backend/peer [patch] -// @Security ApiBasicAuth -func (s *ApiServer) PatchPeer(c *gin.Context) { - patch, err := c.GetRawData() - if err != nil { - c.JSON(http.StatusBadRequest, ApiError{Message: err.Error()}) - return - } - - pkey := c.Query("PublicKey") - if pkey == "" { - c.JSON(http.StatusBadRequest, ApiError{Message: "pkey parameter must be specified"}) - return - } - - peer := s.s.peers.GetPeerByKey(pkey) - if !peer.IsValid() { - c.JSON(http.StatusNotFound, ApiError{Message: "peer does not exist"}) - return - } - - peerData, err := json.Marshal(peer) - if err != nil { - c.JSON(http.StatusInternalServerError, ApiError{Message: err.Error()}) - return - } - - mergedPeerData, err := jsonpatch.MergePatch(peerData, patch) - var mergedPeer wireguard.Peer - err = json.Unmarshal(mergedPeerData, &mergedPeer) - if err != nil { - c.JSON(http.StatusInternalServerError, ApiError{Message: err.Error()}) - return - } - - if !mergedPeer.IsValid() { - c.JSON(http.StatusBadRequest, ApiError{Message: "invalid peer model"}) - return - } - - // Changing public key is not allowed - if pkey != mergedPeer.PublicKey { - c.JSON(http.StatusBadRequest, ApiError{Message: "PublicKey parameter must match the model public key"}) - return - } - - now := time.Now() - if mergedPeer.DeactivatedAt != nil { - mergedPeer.DeactivatedAt = &now - mergedPeer.DeactivatedReason = wireguard.DeactivatedReasonApiEdit - } - if err := s.s.UpdatePeer(mergedPeer, now); err != nil { - c.JSON(http.StatusInternalServerError, ApiError{Message: err.Error()}) - return - } - - peer = s.s.peers.GetPeerByKey(mergedPeer.PublicKey) - if !peer.IsValid() { - c.JSON(http.StatusNotFound, ApiError{Message: "peer not found"}) - return - } - c.JSON(http.StatusOK, peer) -} - -// DeletePeer godoc -// @Tags Peers -// @Summary Updates the given peer based on the given partial peer model -// @ID DeletePeer -// @Produce json -// @Param PublicKey query string true "Public Key" -// @Success 204 "No Content" -// @Failure 400 {object} ApiError -// @Failure 401 {object} ApiError -// @Failure 403 {object} ApiError -// @Failure 404 {object} ApiError -// @Failure 500 {object} ApiError -// @Router /backend/peer [delete] -// @Security ApiBasicAuth -func (s *ApiServer) DeletePeer(c *gin.Context) { - pkey := c.Query("PublicKey") - if pkey == "" { - c.JSON(http.StatusBadRequest, ApiError{Message: "PublicKey parameter must be specified"}) - return - } - - peer := s.s.peers.GetPeerByKey(pkey) - if peer.PublicKey == "" { - c.JSON(http.StatusNotFound, ApiError{Message: "peer does not exist"}) - return - } - - if err := s.s.DeletePeer(peer); err != nil { - c.JSON(http.StatusInternalServerError, ApiError{Message: err.Error()}) - return - } - - c.Status(http.StatusNoContent) -} - -// GetDevices godoc -// @Tags Interface -// @Summary Get all devices -// @ID GetDevices -// @Produce json -// @Success 200 {object} []wireguard.Device -// @Failure 400 {object} ApiError -// @Failure 401 {object} ApiError -// @Failure 403 {object} ApiError -// @Failure 404 {object} ApiError -// @Router /backend/devices [get] -// @Security ApiBasicAuth -func (s *ApiServer) GetDevices(c *gin.Context) { - var devices []wireguard.Device - for _, deviceName := range s.s.config.WG.DeviceNames { - device := s.s.peers.GetDevice(deviceName) - if !device.IsValid() { - continue - } - devices = append(devices, device) - } - - c.JSON(http.StatusOK, devices) -} - -// GetDevice godoc -// @Tags Interface -// @Summary Get the given device -// @ID GetDevice -// @Produce json -// @Param DeviceName query string true "Device Name" -// @Success 200 {object} wireguard.Device -// @Failure 400 {object} ApiError -// @Failure 401 {object} ApiError -// @Failure 403 {object} ApiError -// @Failure 404 {object} ApiError -// @Router /backend/device [get] -// @Security ApiBasicAuth -func (s *ApiServer) GetDevice(c *gin.Context) { - deviceName := strings.ToLower(strings.TrimSpace(c.Query("DeviceName"))) - if deviceName == "" { - c.JSON(http.StatusBadRequest, ApiError{Message: "DeviceName parameter must be specified"}) - return - } - - // validate device name - if !common.ListContains(s.s.config.WG.DeviceNames, deviceName) { - c.JSON(http.StatusNotFound, ApiError{Message: "unknown device"}) - return - } - - device := s.s.peers.GetDevice(deviceName) - if !device.IsValid() { - c.JSON(http.StatusNotFound, ApiError{Message: "device not found"}) - return - } - - c.JSON(http.StatusOK, device) -} - -// PutDevice godoc -// @Tags Interface -// @Summary Updates the given device based on the given device model (UNIMPLEMENTED) -// @ID PutDevice -// @Accept json -// @Produce json -// @Param DeviceName query string true "Device Name" -// @Param Device body wireguard.Device true "Device Model" -// @Success 200 {object} wireguard.Device -// @Failure 400 {object} ApiError -// @Failure 401 {object} ApiError -// @Failure 403 {object} ApiError -// @Failure 404 {object} ApiError -// @Failure 500 {object} ApiError -// @Router /backend/device [put] -// @Security ApiBasicAuth -func (s *ApiServer) PutDevice(c *gin.Context) { - updateDevice := wireguard.Device{} - if err := c.ShouldBindJSON(&updateDevice); err != nil { - c.JSON(http.StatusBadRequest, ApiError{Message: err.Error()}) - return - } - - deviceName := strings.ToLower(strings.TrimSpace(c.Query("DeviceName"))) - if deviceName == "" { - c.JSON(http.StatusBadRequest, ApiError{Message: "DeviceName parameter must be specified"}) - return - } - - // validate device name - if !common.ListContains(s.s.config.WG.DeviceNames, deviceName) { - c.JSON(http.StatusNotFound, ApiError{Message: "unknown device"}) - return - } - - device := s.s.peers.GetDevice(deviceName) - if !device.IsValid() { - c.JSON(http.StatusNotFound, ApiError{Message: "peer not found"}) - return - } - - // Changing device name is not allowed - if deviceName != updateDevice.DeviceName { - c.JSON(http.StatusBadRequest, ApiError{Message: "DeviceName parameter must match the model device name"}) - return - } - - // TODO: implement - - c.JSON(http.StatusNotImplemented, device) -} - -// PatchDevice godoc -// @Tags Interface -// @Summary Updates the given device based on the given partial device model (UNIMPLEMENTED) -// @ID PatchDevice -// @Accept json -// @Produce json -// @Param DeviceName query string true "Device Name" -// @Param Device body wireguard.Device true "Device Model" -// @Success 200 {object} wireguard.Device -// @Failure 400 {object} ApiError -// @Failure 401 {object} ApiError -// @Failure 403 {object} ApiError -// @Failure 404 {object} ApiError -// @Failure 500 {object} ApiError -// @Router /backend/device [patch] -// @Security ApiBasicAuth -func (s *ApiServer) PatchDevice(c *gin.Context) { - patch, err := c.GetRawData() - if err != nil { - c.JSON(http.StatusBadRequest, ApiError{Message: err.Error()}) - return - } - - deviceName := strings.ToLower(strings.TrimSpace(c.Query("DeviceName"))) - if deviceName == "" { - c.JSON(http.StatusBadRequest, ApiError{Message: "DeviceName parameter must be specified"}) - return - } - - // validate device name - if !common.ListContains(s.s.config.WG.DeviceNames, deviceName) { - c.JSON(http.StatusNotFound, ApiError{Message: "unknown device"}) - return - } - - device := s.s.peers.GetDevice(deviceName) - if !device.IsValid() { - c.JSON(http.StatusNotFound, ApiError{Message: "peer not found"}) - return - } - - deviceData, err := json.Marshal(device) - if err != nil { - c.JSON(http.StatusInternalServerError, ApiError{Message: err.Error()}) - return - } - - mergedDeviceData, err := jsonpatch.MergePatch(deviceData, patch) - var mergedDevice wireguard.Device - err = json.Unmarshal(mergedDeviceData, &mergedDevice) - if err != nil { - c.JSON(http.StatusInternalServerError, ApiError{Message: err.Error()}) - return - } - - if !mergedDevice.IsValid() { - c.JSON(http.StatusBadRequest, ApiError{Message: "invalid device model"}) - return - } - - // Changing device name is not allowed - if deviceName != mergedDevice.DeviceName { - c.JSON(http.StatusBadRequest, ApiError{Message: "DeviceName parameter must match the model device name"}) - return - } - - // TODO: implement - - c.JSON(http.StatusNotImplemented, device) -} - -type PeerDeploymentInformation struct { - PublicKey string - Identifier string - Device string - DeviceIdentifier string -} - -// GetPeerDeploymentInformation godoc -// @Tags Provisioning -// @Summary Retrieves all active peers for the given email address -// @ID GetPeerDeploymentInformation -// @Produce json -// @Param Email query string true "Email Address" -// @Success 200 {object} []PeerDeploymentInformation "All active WireGuard peers" -// @Failure 401 {object} ApiError -// @Failure 403 {object} ApiError -// @Failure 404 {object} ApiError -// @Router /provisioning/peers [get] -// @Security GeneralBasicAuth -func (s *ApiServer) GetPeerDeploymentInformation(c *gin.Context) { - email := c.Query("Email") - if email == "" { - c.JSON(http.StatusBadRequest, ApiError{Message: "Email parameter must be specified"}) - return - } - - // Get authenticated user to check permissions - username, _, _ := c.Request.BasicAuth() - user := s.s.users.GetUser(username) - - if !user.IsAdmin && user.Email != email { - c.JSON(http.StatusForbidden, ApiError{Message: "not enough permissions to access this resource"}) - return - } - - peers := s.s.peers.GetPeersByMail(email) - result := make([]PeerDeploymentInformation, 0, len(peers)) - for i := range peers { - if peers[i].DeactivatedAt != nil { - continue // skip deactivated peers - } - - device := s.s.peers.GetDevice(peers[i].DeviceName) - if device.Type != wireguard.DeviceTypeServer { - continue // Skip peers on non-server devices - } - - result = append(result, PeerDeploymentInformation{ - PublicKey: peers[i].PublicKey, - Identifier: peers[i].Identifier, - Device: device.DeviceName, - DeviceIdentifier: device.DisplayName, - }) - } - - c.JSON(http.StatusOK, result) -} - -// GetPeerDeploymentConfig godoc -// @Tags Provisioning -// @Summary Retrieves the peer config for the given public key -// @ID GetPeerDeploymentConfig -// @Produce plain -// @Param PublicKey query string true "Public Key (Base 64)" -// @Success 200 {object} string "The WireGuard configuration file" -// @Failure 401 {object} ApiError -// @Failure 403 {object} ApiError -// @Failure 404 {object} ApiError -// @Router /provisioning/peer [get] -// @Security GeneralBasicAuth -func (s *ApiServer) GetPeerDeploymentConfig(c *gin.Context) { - pkey := c.Query("PublicKey") - if pkey == "" { - c.JSON(http.StatusBadRequest, ApiError{Message: "PublicKey parameter must be specified"}) - return - } - - peer := s.s.peers.GetPeerByKey(pkey) - if !peer.IsValid() { - c.JSON(http.StatusNotFound, ApiError{Message: "peer does not exist"}) - return - } - - // Get authenticated user to check permissions - username, _, _ := c.Request.BasicAuth() - user := s.s.users.GetUser(username) - - if !user.IsAdmin && user.Email != peer.Email { - c.JSON(http.StatusForbidden, ApiError{Message: "not enough permissions to access this resource"}) - return - } - - device := s.s.peers.GetDevice(peer.DeviceName) - config, err := peer.GetConfigFile(device) - if err != nil { - c.JSON(http.StatusInternalServerError, ApiError{Message: err.Error()}) - return - } - - c.Data(http.StatusOK, "text/plain", config) -} - -type ProvisioningRequest struct { - // DeviceName is optional, if not specified, the configured default device will be used. - DeviceName string `json:",omitempty"` - Identifier string `binding:"required"` - Email string `binding:"required"` - - // Client specific and optional settings - - AllowedIPsStr string `binding:"cidrlist" json:",omitempty"` - PersistentKeepalive int `binding:"gte=0" json:",omitempty"` - DNSStr string `binding:"iplist" json:",omitempty"` - Mtu int `binding:"gte=0,lte=1500" json:",omitempty"` -} - -// PostPeerDeploymentConfig godoc -// @Tags Provisioning -// @Summary Creates the requested peer config and returns the config file -// @ID PostPeerDeploymentConfig -// @Accept json -// @Produce plain -// @Param ProvisioningRequest body ProvisioningRequest true "Provisioning Request Model" -// @Success 200 {object} string "The WireGuard configuration file" -// @Failure 401 {object} ApiError -// @Failure 403 {object} ApiError -// @Failure 404 {object} ApiError -// @Router /provisioning/peers [post] -// @Security GeneralBasicAuth -func (s *ApiServer) PostPeerDeploymentConfig(c *gin.Context) { - req := ProvisioningRequest{} - if err := c.ShouldBindJSON(&req); err != nil { - c.JSON(http.StatusBadRequest, ApiError{Message: err.Error()}) - return - } - - // Get authenticated user to check permissions - username, _, _ := c.Request.BasicAuth() - user := s.s.users.GetUser(username) - - if !user.IsAdmin && !s.s.config.Core.SelfProvisioningAllowed { - c.JSON(http.StatusForbidden, ApiError{Message: "peer provisioning service disabled"}) - return - } - - if !user.IsAdmin && user.Email != req.Email { - c.JSON(http.StatusForbidden, ApiError{Message: "not enough permissions to access this resource"}) - return - } - - deviceName := req.DeviceName - if deviceName == "" || !common.ListContains(s.s.config.WG.DeviceNames, deviceName) { - deviceName = s.s.config.WG.GetDefaultDeviceName() - } - device := s.s.peers.GetDevice(deviceName) - if device.Type != wireguard.DeviceTypeServer { - c.JSON(http.StatusForbidden, ApiError{Message: "invalid device, provisioning disabled"}) - return - } - - // check if private/public keys are set, if so check database for existing entries - peer, err := s.s.PrepareNewPeer(deviceName) - if err != nil { - c.JSON(http.StatusInternalServerError, ApiError{Message: err.Error()}) - return - } - peer.Email = req.Email - peer.Identifier = req.Identifier - - if req.AllowedIPsStr != "" { - peer.AllowedIPsStr = req.AllowedIPsStr - } - if req.PersistentKeepalive != 0 { - peer.PersistentKeepalive = req.PersistentKeepalive - } - if req.DNSStr != "" { - peer.DNSStr = req.DNSStr - } - if req.Mtu != 0 { - peer.Mtu = req.Mtu - } - - if err := s.s.CreatePeer(deviceName, peer); err != nil { - c.JSON(http.StatusInternalServerError, ApiError{Message: err.Error()}) - return - } - - config, err := peer.GetConfigFile(device) - if err != nil { - c.JSON(http.StatusInternalServerError, ApiError{Message: err.Error()}) - return - } - - c.Data(http.StatusOK, "text/plain", config) -} diff --git a/internal/server/auth.go b/internal/server/auth.go deleted file mode 100644 index 0e1cc72..0000000 --- a/internal/server/auth.go +++ /dev/null @@ -1,90 +0,0 @@ -package server - -import ( - "sort" - - "github.com/gin-gonic/gin" - "github.com/h44z/wg-portal/internal/authentication" - "github.com/h44z/wg-portal/internal/users" - "github.com/sirupsen/logrus" -) - -// AuthManager keeps track of available authentication providers. -type AuthManager struct { - Server *Server - Group *gin.RouterGroup // basic group for all providers (/auth) - providers []authentication.AuthProvider - UserManager *users.Manager -} - -// RegisterProvider register auth provider -func (auth *AuthManager) RegisterProvider(provider authentication.AuthProvider) { - name := provider.GetName() - if auth.GetProvider(name) != nil { - logrus.Warnf("auth provider %v already registered", name) - } - - provider.SetupRoutes(auth.Group) - auth.providers = append(auth.providers, provider) -} - -// RegisterProviderWithoutError register auth provider if err is nil -func (auth *AuthManager) RegisterProviderWithoutError(provider authentication.AuthProvider, err error) { - if err != nil { - logrus.Errorf("skipping provider registration: %v", err) - return - } - auth.RegisterProvider(provider) -} - -// GetProvider get provider by name -func (auth *AuthManager) GetProvider(name string) authentication.AuthProvider { - for _, provider := range auth.providers { - if provider.GetName() == name { - return provider - } - } - return nil -} - -// GetProviders return registered providers. -// Returned providers are ordered by provider priority. -func (auth *AuthManager) GetProviders() (providers []authentication.AuthProvider) { - for _, provider := range auth.providers { - providers = append(providers, provider) - } - - // order by priority - sort.SliceStable(providers, func(i, j int) bool { - return providers[i].GetPriority() < providers[j].GetPriority() - }) - - return -} - -// GetProvidersForType return registered providers for the given type. -// Returned providers are ordered by provider priority. -func (auth *AuthManager) GetProvidersForType(typ authentication.AuthProviderType) (providers []authentication.AuthProvider) { - for _, provider := range auth.providers { - if provider.GetType() == typ { - providers = append(providers, provider) - } - } - - // order by priority - sort.SliceStable(providers, func(i, j int) bool { - return providers[i].GetPriority() < providers[j].GetPriority() - }) - - return -} - -func NewAuthManager(server *Server) *AuthManager { - m := &AuthManager{ - Server: server, - } - - m.Group = m.Server.server.Group("/auth") - - return m -} diff --git a/internal/server/configuration.go b/internal/server/configuration.go deleted file mode 100644 index 00553a7..0000000 --- a/internal/server/configuration.go +++ /dev/null @@ -1,153 +0,0 @@ -package server - -import ( - "os" - "reflect" - "runtime" - - "github.com/h44z/wg-portal/internal/common" - "github.com/h44z/wg-portal/internal/ldap" - "github.com/h44z/wg-portal/internal/wireguard" - "github.com/kelseyhightower/envconfig" - "github.com/pkg/errors" - "github.com/sirupsen/logrus" - "gopkg.in/yaml.v3" - - gldap "github.com/go-ldap/ldap/v3" -) - -var ErrInvalidSpecification = errors.New("specification must be a struct pointer") - -// loadConfigFile parses yaml files. It uses yaml annotation to store the data in a struct. -func loadConfigFile(cfg interface{}, filename string) error { - s := reflect.ValueOf(cfg) - - if s.Kind() != reflect.Ptr { - return ErrInvalidSpecification - } - s = s.Elem() - if s.Kind() != reflect.Struct { - return ErrInvalidSpecification - } - - f, err := os.Open(filename) - if err != nil { - return errors.Wrapf(err, "failed to open config file %s", filename) - } - defer f.Close() - - decoder := yaml.NewDecoder(f) - err = decoder.Decode(cfg) - if err != nil { - return errors.Wrapf(err, "failed to decode config file %s", filename) - } - - return nil -} - -// loadConfigEnv processes envconfig annotations and loads environment variables to the given configuration struct. -func loadConfigEnv(cfg interface{}) error { - err := envconfig.Process("", cfg) - if err != nil { - return errors.Wrap(err, "failed to process environment config") - } - - return nil -} - -type Config struct { - Core struct { - ListeningAddress string `yaml:"listeningAddress" envconfig:"LISTENING_ADDRESS"` - ExternalUrl string `yaml:"externalUrl" envconfig:"EXTERNAL_URL"` - Title string `yaml:"title" envconfig:"WEBSITE_TITLE"` - CompanyName string `yaml:"company" envconfig:"COMPANY_NAME"` - MailFrom string `yaml:"mailFrom" envconfig:"MAIL_FROM"` - AdminUser string `yaml:"adminUser" envconfig:"ADMIN_USER"` // must be an email address - AdminPassword string `yaml:"adminPass" envconfig:"ADMIN_PASS"` - EditableKeys bool `yaml:"editableKeys" envconfig:"EDITABLE_KEYS"` - CreateDefaultPeer bool `yaml:"createDefaultPeer" envconfig:"CREATE_DEFAULT_PEER"` - SelfProvisioningAllowed bool `yaml:"selfProvisioning" envconfig:"SELF_PROVISIONING"` - WGExporterFriendlyNames bool `yaml:"wgExporterFriendlyNames" envconfig:"WG_EXPORTER_FRIENDLY_NAMES"` - LdapEnabled bool `yaml:"ldapEnabled" envconfig:"LDAP_ENABLED"` - SessionSecret string `yaml:"sessionSecret" envconfig:"SESSION_SECRET"` - LogoUrl string `yaml:"logoUrl" envconfig:"LOGO_URL"` - BackgroundTaskInterval int `yaml:"backgroundTaskInterval" envconfig:"BACKGROUND_TASK_INTERVAL"` // in seconds - ExpiryReEnable bool `yaml:"expiryReEnable" envconfig:"EXPIRY_REENABLE"` - } `yaml:"core"` - Database common.DatabaseConfig `yaml:"database"` - Email common.MailConfig `yaml:"email"` - LDAP ldap.Config `yaml:"ldap"` - WG wireguard.Config `yaml:"wg"` -} - -func NewConfig() *Config { - cfg := &Config{} - - // Default config - cfg.Core.ListeningAddress = ":8123" - cfg.Core.Title = "WireGuard VPN" - cfg.Core.CompanyName = "WireGuard Portal" - cfg.Core.LogoUrl = "/img/header-logo.png" - cfg.Core.ExternalUrl = "http://localhost:8123" - cfg.Core.MailFrom = "WireGuard VPN " - cfg.Core.AdminUser = "admin@wgportal.local" - cfg.Core.AdminPassword = "wgportal" - cfg.Core.LdapEnabled = false - cfg.Core.EditableKeys = true - cfg.Core.WGExporterFriendlyNames = false - cfg.Core.SessionSecret = "secret" - cfg.Core.BackgroundTaskInterval = 15 * 60 // 15 minutes - - cfg.Database.Typ = "sqlite" - cfg.Database.Database = "data/wg_portal.db" - - cfg.LDAP.URL = "ldap://srv-ad01.company.local:389" - cfg.LDAP.BaseDN = "DC=COMPANY,DC=LOCAL" - cfg.LDAP.StartTLS = true - cfg.LDAP.BindUser = "company\\\\ldap_wireguard" - cfg.LDAP.BindPass = "SuperSecret" - cfg.LDAP.EmailAttribute = "mail" - cfg.LDAP.FirstNameAttribute = "givenName" - cfg.LDAP.LastNameAttribute = "sn" - cfg.LDAP.PhoneAttribute = "telephoneNumber" - cfg.LDAP.GroupMemberAttribute = "memberOf" - cfg.LDAP.AdminLdapGroup = "CN=WireGuardAdmins,OU=_O_IT,DC=COMPANY,DC=LOCAL" - cfg.LDAP.LoginFilter = "(&(objectClass=organizationalPerson)(mail={{login_identifier}})(!userAccountControl:1.2.840.113556.1.4.803:=2))" - cfg.LDAP.SyncFilter = "(&(objectClass=organizationalPerson)(!userAccountControl:1.2.840.113556.1.4.803:=2)(mail=*))" - cfg.LDAP.SyncGroupFilter = "" - - cfg.WG.DeviceNames = []string{"wg0"} - cfg.WG.DefaultDeviceName = "wg0" - cfg.WG.ConfigDirectoryPath = "/etc/wireguard" - cfg.WG.ManageIPAddresses = true - cfg.WG.UserManagePeers = false - cfg.Email.Host = "127.0.0.1" - cfg.Email.Port = 25 - cfg.Email.Encryption = common.MailEncryptionNone - cfg.Email.AuthType = common.MailAuthPlain - - // Load config from file and environment - cfgFile, ok := os.LookupEnv("CONFIG_FILE") - if !ok { - cfgFile = "config.yml" // Default config file - } - err := loadConfigFile(cfg, cfgFile) - if err != nil { - logrus.Warnf("unable to load config.yml file: %v, using default configuration...", err) - } - err = loadConfigEnv(cfg) - if err != nil { - logrus.Warnf("unable to load environment config: %v", err) - } - cfg.LDAP.AdminLdapGroup_, err = gldap.ParseDN(cfg.LDAP.AdminLdapGroup) - if err != nil { - logrus.Warnf("Parsing AdminLDAPGroup failed: %v", err) - } - - if cfg.WG.ManageIPAddresses && runtime.GOOS != "linux" { - logrus.Warnf("managing IP addresses only works on linux, feature disabled...") - cfg.WG.ManageIPAddresses = false - } - - return cfg -} diff --git a/internal/server/docs/docs.go b/internal/server/docs/docs.go deleted file mode 100644 index 7fd5fd8..0000000 --- a/internal/server/docs/docs.go +++ /dev/null @@ -1,1538 +0,0 @@ -// Package docs GENERATED BY SWAG; DO NOT EDIT -// This file was generated by swaggo/swag -package docs - -import "github.com/swaggo/swag" - -const docTemplate = `{ - "schemes": {{ marshal .Schemes }}, - "swagger": "2.0", - "info": { - "description": "{{escape .Description}}", - "title": "{{.Title}}", - "contact": { - "name": "WireGuard Portal Project", - "url": "https://github.com/h44z/wg-portal" - }, - "license": { - "name": "MIT", - "url": "https://github.com/h44z/wg-portal/blob/master/LICENSE.txt" - }, - "version": "{{.Version}}" - }, - "host": "{{.Host}}", - "basePath": "{{.BasePath}}", - "paths": { - "/backend/device": { - "get": { - "security": [ - { - "ApiBasicAuth": [] - } - ], - "produces": [ - "application/json" - ], - "tags": [ - "Interface" - ], - "summary": "Get the given device", - "operationId": "GetDevice", - "parameters": [ - { - "type": "string", - "description": "Device Name", - "name": "DeviceName", - "in": "query", - "required": true - } - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/wireguard.Device" - } - }, - "400": { - "description": "Bad Request", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "401": { - "description": "Unauthorized", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "403": { - "description": "Forbidden", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "404": { - "description": "Not Found", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - } - } - }, - "put": { - "security": [ - { - "ApiBasicAuth": [] - } - ], - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "tags": [ - "Interface" - ], - "summary": "Updates the given device based on the given device model (UNIMPLEMENTED)", - "operationId": "PutDevice", - "parameters": [ - { - "type": "string", - "description": "Device Name", - "name": "DeviceName", - "in": "query", - "required": true - }, - { - "description": "Device Model", - "name": "Device", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/wireguard.Device" - } - } - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/wireguard.Device" - } - }, - "400": { - "description": "Bad Request", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "401": { - "description": "Unauthorized", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "403": { - "description": "Forbidden", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "404": { - "description": "Not Found", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "500": { - "description": "Internal Server Error", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - } - } - }, - "patch": { - "security": [ - { - "ApiBasicAuth": [] - } - ], - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "tags": [ - "Interface" - ], - "summary": "Updates the given device based on the given partial device model (UNIMPLEMENTED)", - "operationId": "PatchDevice", - "parameters": [ - { - "type": "string", - "description": "Device Name", - "name": "DeviceName", - "in": "query", - "required": true - }, - { - "description": "Device Model", - "name": "Device", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/wireguard.Device" - } - } - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/wireguard.Device" - } - }, - "400": { - "description": "Bad Request", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "401": { - "description": "Unauthorized", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "403": { - "description": "Forbidden", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "404": { - "description": "Not Found", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "500": { - "description": "Internal Server Error", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - } - } - } - }, - "/backend/devices": { - "get": { - "security": [ - { - "ApiBasicAuth": [] - } - ], - "produces": [ - "application/json" - ], - "tags": [ - "Interface" - ], - "summary": "Get all devices", - "operationId": "GetDevices", - "responses": { - "200": { - "description": "OK", - "schema": { - "type": "array", - "items": { - "$ref": "#/definitions/wireguard.Device" - } - } - }, - "400": { - "description": "Bad Request", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "401": { - "description": "Unauthorized", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "403": { - "description": "Forbidden", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "404": { - "description": "Not Found", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - } - } - } - }, - "/backend/peer": { - "get": { - "security": [ - { - "ApiBasicAuth": [] - } - ], - "produces": [ - "application/json" - ], - "tags": [ - "Peers" - ], - "summary": "Retrieves the peer for the given public key", - "operationId": "GetPeer", - "parameters": [ - { - "type": "string", - "description": "Public Key (Base 64)", - "name": "PublicKey", - "in": "query", - "required": true - } - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/wireguard.Peer" - } - }, - "401": { - "description": "Unauthorized", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "403": { - "description": "Forbidden", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "404": { - "description": "Not Found", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - } - } - }, - "put": { - "security": [ - { - "ApiBasicAuth": [] - } - ], - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "tags": [ - "Peers" - ], - "summary": "Updates the given peer based on the given peer model", - "operationId": "PutPeer", - "parameters": [ - { - "type": "string", - "description": "Public Key", - "name": "PublicKey", - "in": "query", - "required": true - }, - { - "description": "Peer Model", - "name": "Peer", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/wireguard.Peer" - } - } - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/wireguard.Peer" - } - }, - "400": { - "description": "Bad Request", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "401": { - "description": "Unauthorized", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "403": { - "description": "Forbidden", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "404": { - "description": "Not Found", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "500": { - "description": "Internal Server Error", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - } - } - }, - "delete": { - "security": [ - { - "ApiBasicAuth": [] - } - ], - "produces": [ - "application/json" - ], - "tags": [ - "Peers" - ], - "summary": "Updates the given peer based on the given partial peer model", - "operationId": "DeletePeer", - "parameters": [ - { - "type": "string", - "description": "Public Key", - "name": "PublicKey", - "in": "query", - "required": true - } - ], - "responses": { - "204": { - "description": "No Content" - }, - "400": { - "description": "Bad Request", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "401": { - "description": "Unauthorized", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "403": { - "description": "Forbidden", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "404": { - "description": "Not Found", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "500": { - "description": "Internal Server Error", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - } - } - }, - "patch": { - "security": [ - { - "ApiBasicAuth": [] - } - ], - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "tags": [ - "Peers" - ], - "summary": "Updates the given peer based on the given partial peer model", - "operationId": "PatchPeer", - "parameters": [ - { - "type": "string", - "description": "Public Key", - "name": "PublicKey", - "in": "query", - "required": true - }, - { - "description": "Peer Model", - "name": "Peer", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/wireguard.Peer" - } - } - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/wireguard.Peer" - } - }, - "400": { - "description": "Bad Request", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "401": { - "description": "Unauthorized", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "403": { - "description": "Forbidden", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "404": { - "description": "Not Found", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "500": { - "description": "Internal Server Error", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - } - } - } - }, - "/backend/peers": { - "get": { - "security": [ - { - "ApiBasicAuth": [] - } - ], - "produces": [ - "application/json" - ], - "tags": [ - "Peers" - ], - "summary": "Retrieves all peers for the given interface", - "operationId": "GetPeers", - "parameters": [ - { - "type": "string", - "description": "Device Name", - "name": "DeviceName", - "in": "query", - "required": true - } - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "type": "array", - "items": { - "$ref": "#/definitions/wireguard.Peer" - } - } - }, - "401": { - "description": "Unauthorized", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "403": { - "description": "Forbidden", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "404": { - "description": "Not Found", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - } - } - }, - "post": { - "security": [ - { - "ApiBasicAuth": [] - } - ], - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "tags": [ - "Peers" - ], - "summary": "Creates a new peer based on the given peer model", - "operationId": "PostPeer", - "parameters": [ - { - "type": "string", - "description": "Device Name", - "name": "DeviceName", - "in": "query", - "required": true - }, - { - "description": "Peer Model", - "name": "Peer", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/wireguard.Peer" - } - } - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/wireguard.Peer" - } - }, - "400": { - "description": "Bad Request", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "401": { - "description": "Unauthorized", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "403": { - "description": "Forbidden", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "404": { - "description": "Not Found", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "500": { - "description": "Internal Server Error", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - } - } - } - }, - "/backend/user": { - "get": { - "security": [ - { - "ApiBasicAuth": [] - } - ], - "produces": [ - "application/json" - ], - "tags": [ - "Users" - ], - "summary": "Retrieves user based on given Email", - "operationId": "GetUser", - "parameters": [ - { - "type": "string", - "description": "User Email", - "name": "Email", - "in": "query", - "required": true - } - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/users.User" - } - }, - "400": { - "description": "Bad Request", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "401": { - "description": "Unauthorized", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "403": { - "description": "Forbidden", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "404": { - "description": "Not Found", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - } - } - }, - "put": { - "security": [ - { - "ApiBasicAuth": [] - } - ], - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "tags": [ - "Users" - ], - "summary": "Updates a user based on the given user model", - "operationId": "PutUser", - "parameters": [ - { - "type": "string", - "description": "User Email", - "name": "Email", - "in": "query", - "required": true - }, - { - "description": "User Model", - "name": "User", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/users.User" - } - } - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/users.User" - } - }, - "400": { - "description": "Bad Request", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "401": { - "description": "Unauthorized", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "403": { - "description": "Forbidden", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "404": { - "description": "Not Found", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "500": { - "description": "Internal Server Error", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - } - } - }, - "delete": { - "security": [ - { - "ApiBasicAuth": [] - } - ], - "produces": [ - "application/json" - ], - "tags": [ - "Users" - ], - "summary": "Deletes the specified user", - "operationId": "DeleteUser", - "parameters": [ - { - "type": "string", - "description": "User Email", - "name": "Email", - "in": "query", - "required": true - } - ], - "responses": { - "204": { - "description": "No content" - }, - "400": { - "description": "Bad Request", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "401": { - "description": "Unauthorized", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "403": { - "description": "Forbidden", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "404": { - "description": "Not Found", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "500": { - "description": "Internal Server Error", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - } - } - }, - "patch": { - "security": [ - { - "ApiBasicAuth": [] - } - ], - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "tags": [ - "Users" - ], - "summary": "Updates a user based on the given partial user model", - "operationId": "PatchUser", - "parameters": [ - { - "type": "string", - "description": "User Email", - "name": "Email", - "in": "query", - "required": true - }, - { - "description": "User Model", - "name": "User", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/users.User" - } - } - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/users.User" - } - }, - "400": { - "description": "Bad Request", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "401": { - "description": "Unauthorized", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "403": { - "description": "Forbidden", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "404": { - "description": "Not Found", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "500": { - "description": "Internal Server Error", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - } - } - } - }, - "/backend/users": { - "get": { - "security": [ - { - "ApiBasicAuth": [] - } - ], - "produces": [ - "application/json" - ], - "tags": [ - "Users" - ], - "summary": "Retrieves all users", - "operationId": "GetUsers", - "responses": { - "200": { - "description": "OK", - "schema": { - "type": "array", - "items": { - "$ref": "#/definitions/users.User" - } - } - }, - "401": { - "description": "Unauthorized", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "403": { - "description": "Forbidden", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "404": { - "description": "Not Found", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - } - } - }, - "post": { - "security": [ - { - "ApiBasicAuth": [] - } - ], - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "tags": [ - "Users" - ], - "summary": "Creates a new user based on the given user model", - "operationId": "PostUser", - "parameters": [ - { - "description": "User Model", - "name": "User", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/users.User" - } - } - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/users.User" - } - }, - "400": { - "description": "Bad Request", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "401": { - "description": "Unauthorized", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "403": { - "description": "Forbidden", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "404": { - "description": "Not Found", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "500": { - "description": "Internal Server Error", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - } - } - } - }, - "/provisioning/peer": { - "get": { - "security": [ - { - "GeneralBasicAuth": [] - } - ], - "produces": [ - "text/plain" - ], - "tags": [ - "Provisioning" - ], - "summary": "Retrieves the peer config for the given public key", - "operationId": "GetPeerDeploymentConfig", - "parameters": [ - { - "type": "string", - "description": "Public Key (Base 64)", - "name": "PublicKey", - "in": "query", - "required": true - } - ], - "responses": { - "200": { - "description": "The WireGuard configuration file", - "schema": { - "type": "string" - } - }, - "401": { - "description": "Unauthorized", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "403": { - "description": "Forbidden", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "404": { - "description": "Not Found", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - } - } - } - }, - "/provisioning/peers": { - "get": { - "security": [ - { - "GeneralBasicAuth": [] - } - ], - "produces": [ - "application/json" - ], - "tags": [ - "Provisioning" - ], - "summary": "Retrieves all active peers for the given email address", - "operationId": "GetPeerDeploymentInformation", - "parameters": [ - { - "type": "string", - "description": "Email Address", - "name": "Email", - "in": "query", - "required": true - } - ], - "responses": { - "200": { - "description": "All active WireGuard peers", - "schema": { - "type": "array", - "items": { - "$ref": "#/definitions/server.PeerDeploymentInformation" - } - } - }, - "401": { - "description": "Unauthorized", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "403": { - "description": "Forbidden", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "404": { - "description": "Not Found", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - } - } - }, - "post": { - "security": [ - { - "GeneralBasicAuth": [] - } - ], - "consumes": [ - "application/json" - ], - "produces": [ - "text/plain" - ], - "tags": [ - "Provisioning" - ], - "summary": "Creates the requested peer config and returns the config file", - "operationId": "PostPeerDeploymentConfig", - "parameters": [ - { - "description": "Provisioning Request Model", - "name": "ProvisioningRequest", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/server.ProvisioningRequest" - } - } - ], - "responses": { - "200": { - "description": "The WireGuard configuration file", - "schema": { - "type": "string" - } - }, - "401": { - "description": "Unauthorized", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "403": { - "description": "Forbidden", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - }, - "404": { - "description": "Not Found", - "schema": { - "$ref": "#/definitions/server.ApiError" - } - } - } - } - } - }, - "definitions": { - "server.ApiError": { - "type": "object", - "properties": { - "Message": { - "type": "string" - } - } - }, - "server.PeerDeploymentInformation": { - "type": "object", - "properties": { - "Device": { - "type": "string" - }, - "DeviceIdentifier": { - "type": "string" - }, - "Identifier": { - "type": "string" - }, - "PublicKey": { - "type": "string" - } - } - }, - "server.ProvisioningRequest": { - "type": "object", - "required": [ - "Email", - "Identifier" - ], - "properties": { - "AllowedIPsStr": { - "type": "string" - }, - "DNSStr": { - "type": "string" - }, - "DeviceName": { - "description": "DeviceName is optional, if not specified, the configured default device will be used.", - "type": "string" - }, - "Email": { - "type": "string" - }, - "Identifier": { - "type": "string" - }, - "Mtu": { - "type": "integer", - "maximum": 1500, - "minimum": 0 - }, - "PersistentKeepalive": { - "type": "integer", - "minimum": 0 - } - } - }, - "users.User": { - "type": "object", - "required": [ - "Email", - "Firstname", - "Lastname" - ], - "properties": { - "CreatedAt": { - "description": "database internal fields", - "type": "string" - }, - "DeletedAt": { - "type": "string" - }, - "Email": { - "description": "required fields", - "type": "string" - }, - "Firstname": { - "description": "optional fields", - "type": "string" - }, - "IsAdmin": { - "type": "boolean" - }, - "Lastname": { - "type": "string" - }, - "Password": { - "description": "optional, integrated password authentication", - "type": "string" - }, - "Phone": { - "type": "string" - }, - "Source": { - "type": "string" - }, - "UpdatedAt": { - "type": "string" - } - } - }, - "wireguard.Device": { - "type": "object", - "required": [ - "DeviceName", - "IPsStr", - "PrivateKey", - "PublicKey", - "Type" - ], - "properties": { - "CreatedAt": { - "type": "string" - }, - "DNSStr": { - "description": "comma separated list of the DNS servers of the client, wg-quick addition", - "type": "string" - }, - "DefaultAllowedIPsStr": { - "description": "comma separated list of IPs that are used in the client config file", - "type": "string" - }, - "DefaultEndpoint": { - "description": "Settings that are applied to all peer by default", - "type": "string" - }, - "DefaultPersistentKeepalive": { - "type": "integer", - "minimum": 0 - }, - "DeviceName": { - "type": "string" - }, - "DisplayName": { - "type": "string", - "maxLength": 200 - }, - "FirewallMark": { - "type": "integer", - "minimum": 0 - }, - "IPsStr": { - "description": "comma separated list of the IPs of the client, wg-quick addition", - "type": "string" - }, - "ListenPort": { - "type": "integer" - }, - "Mtu": { - "description": "the interface MTU, wg-quick addition", - "type": "integer", - "maximum": 1500, - "minimum": 0 - }, - "PostDown": { - "description": "post down script, wg-quick addition", - "type": "string" - }, - "PostUp": { - "description": "post up script, wg-quick addition", - "type": "string" - }, - "PreDown": { - "description": "pre down script, wg-quick addition", - "type": "string" - }, - "PreUp": { - "description": "pre up script, wg-quick addition", - "type": "string" - }, - "PrivateKey": { - "description": "Core WireGuard Settings (Interface section)", - "type": "string" - }, - "PublicKey": { - "description": "Misc. WireGuard Settings", - "type": "string" - }, - "RoutingTable": { - "description": "the routing table, wg-quick addition", - "type": "string" - }, - "SaveConfig": { - "description": "if set to ` + "`" + `true', the configuration is saved from the current state of the interface upon shutdown, wg-quick addition", - "type": "boolean" - }, - "Type": { - "type": "string", - "enum": [ - "client", - "server" - ] - }, - "UpdatedAt": { - "type": "string" - } - } - }, - "wireguard.Peer": { - "type": "object", - "required": [ - "DeviceName", - "DeviceType", - "Email", - "Identifier", - "PublicKey", - "UID" - ], - "properties": { - "AllowedIPsSrvStr": { - "description": "a comma separated list of IPs that are used in the server config file", - "type": "string" - }, - "AllowedIPsStr": { - "description": "a comma separated list of IPs that are used in the client config file", - "type": "string" - }, - "CreatedAt": { - "type": "string" - }, - "CreatedBy": { - "type": "string" - }, - "DNSStr": { - "description": "comma separated list of the DNS servers for the client", - "type": "string" - }, - "DeactivatedAt": { - "type": "string" - }, - "DeactivatedReason": { - "type": "string" - }, - "DeviceName": { - "type": "string" - }, - "DeviceType": { - "type": "string", - "enum": [ - "client", - "server" - ] - }, - "Email": { - "type": "string" - }, - "Endpoint": { - "type": "string" - }, - "ExpiresAt": { - "type": "string" - }, - "IPsStr": { - "description": "a comma separated list of IPs of the client", - "type": "string" - }, - "Identifier": { - "description": "Identifier AND Email make a WireGuard peer unique", - "type": "string", - "maxLength": 64 - }, - "IgnoreGlobalSettings": { - "type": "boolean" - }, - "Mtu": { - "description": "Global Device Settings (can be ignored, only make sense if device is in server mode)", - "type": "integer", - "maximum": 1500, - "minimum": 0 - }, - "PersistentKeepalive": { - "type": "integer", - "minimum": 0 - }, - "PresharedKey": { - "type": "string" - }, - "PrivateKey": { - "description": "Misc. WireGuard Settings", - "type": "string" - }, - "PublicKey": { - "description": "Core WireGuard Settings", - "type": "string" - }, - "UID": { - "description": "uid for html identification", - "type": "string" - }, - "UpdatedAt": { - "type": "string" - }, - "UpdatedBy": { - "type": "string" - } - } - } - }, - "securityDefinitions": { - "ApiBasicAuth": { - "type": "basic" - }, - "GeneralBasicAuth": { - "type": "basic" - } - } -}` - -// SwaggerInfo holds exported Swagger Info so clients can modify it -var SwaggerInfo = &swag.Spec{ - Version: "1.0", - Host: "", - BasePath: "/api/v1", - Schemes: []string{}, - Title: "WireGuard Portal API", - Description: "WireGuard Portal API for managing users and peers.", - InfoInstanceName: "swagger", - SwaggerTemplate: docTemplate, -} - -func init() { - swag.Register(SwaggerInfo.InstanceName(), SwaggerInfo) -} diff --git a/internal/server/handlers_auth.go b/internal/server/handlers_auth.go deleted file mode 100644 index f1b4c5d..0000000 --- a/internal/server/handlers_auth.go +++ /dev/null @@ -1,151 +0,0 @@ -package server - -import ( - "net/http" - "strings" - - "github.com/pkg/errors" - - "github.com/gin-gonic/gin" - "github.com/h44z/wg-portal/internal/authentication" - "github.com/h44z/wg-portal/internal/users" - "github.com/sirupsen/logrus" - csrf "github.com/utrack/gin-csrf" -) - -func (s *Server) GetLogin(c *gin.Context) { - currentSession := GetSessionData(c) - if currentSession.LoggedIn { - c.Redirect(http.StatusSeeOther, "/") // already logged in - } - - authError := c.DefaultQuery("err", "") - errMsg := "Unknown error occurred, try again!" - switch authError { - case "missingdata": - errMsg = "Invalid login data retrieved, please fill out all fields and try again!" - case "authfail": - errMsg = "Authentication failed!" - case "loginreq": - errMsg = "Login required!" - } - - c.HTML(http.StatusOK, "login.html", gin.H{ - "error": authError != "", - "message": errMsg, - "static": s.getStaticData(), - "Csrf": csrf.GetToken(c), - }) -} - -func (s *Server) PostLogin(c *gin.Context) { - currentSession := GetSessionData(c) - if currentSession.LoggedIn { - // already logged in - c.Redirect(http.StatusSeeOther, "/") - return - } - - username := strings.ToLower(c.PostForm("username")) - password := c.PostForm("password") - - // Validate form input - if strings.Trim(username, " ") == "" || strings.Trim(password, " ") == "" { - c.Redirect(http.StatusSeeOther, "/auth/login?err=missingdata") - return - } - - // Check all available auth backends - user, err := s.checkAuthentication(username, password) - if err != nil { - s.GetHandleError(c, http.StatusInternalServerError, "login error", err.Error()) - return - } - - // Check if user is authenticated - if user == nil { - c.Redirect(http.StatusSeeOther, "/auth/login?err=authfail") - return - } - - // Set authenticated session - sessionData := GetSessionData(c) - sessionData.LoggedIn = true - sessionData.IsAdmin = user.IsAdmin - sessionData.Email = user.Email - sessionData.Firstname = user.Firstname - sessionData.Lastname = user.Lastname - sessionData.DeviceName = s.wg.Cfg.DeviceNames[0] - - // Check if user already has a peer setup, if not create one - if err := s.CreateUserDefaultPeer(user.Email, s.wg.Cfg.GetDefaultDeviceName()); err != nil { - // Not a fatal error, just log it... - logrus.Errorf("failed to automatically create vpn peer for %s: %v", sessionData.Email, err) - } - - if err := UpdateSessionData(c, sessionData); err != nil { - s.GetHandleError(c, http.StatusInternalServerError, "login error", "failed to save session") - return - } - c.Redirect(http.StatusSeeOther, "/") -} - -func (s *Server) GetLogout(c *gin.Context) { - currentSession := GetSessionData(c) - - if !currentSession.LoggedIn { // Not logged in - c.Redirect(http.StatusSeeOther, "/") - return - } - - if err := DestroySessionData(c); err != nil { - s.GetHandleError(c, http.StatusInternalServerError, "logout error", "failed to destroy session") - return - } - c.Redirect(http.StatusSeeOther, "/") -} - -func (s *Server) checkAuthentication(username, password string) (*users.User, error) { - var user *users.User - - // Check all available auth backends - for _, provider := range s.auth.GetProvidersForType(authentication.AuthProviderTypePassword) { - // try to log in to the given provider - authEmail, err := provider.Login(&authentication.AuthContext{ - Username: username, - Password: password, - }) - if err != nil { - continue - } - - // Login succeeded - user = s.users.GetUser(authEmail) - if user != nil { - break // user exists, nothing more to do... - } - - // create new user in the database (or reactivate him) - userData, err := provider.GetUserModel(&authentication.AuthContext{ - Username: username, - }) - if err != nil { - return nil, errors.Wrap(err, "failed to get user model") - } - if err := s.CreateUser(users.User{ - Email: userData.Email, - Source: users.UserSource(provider.GetName()), - IsAdmin: userData.IsAdmin, - Firstname: userData.Firstname, - Lastname: userData.Lastname, - Phone: userData.Phone, - }, s.wg.Cfg.GetDefaultDeviceName()); err != nil { - return nil, errors.Wrap(err, "failed to update user data") - } - - user = s.users.GetUser(authEmail) - break - } - - return user, nil -} diff --git a/internal/server/handlers_common.go b/internal/server/handlers_common.go deleted file mode 100644 index c315dcf..0000000 --- a/internal/server/handlers_common.go +++ /dev/null @@ -1,202 +0,0 @@ -package server - -import ( - "net/http" - "strconv" - - "github.com/gin-gonic/gin" - "github.com/h44z/wg-portal/internal/common" - "github.com/h44z/wg-portal/internal/users" - "github.com/pkg/errors" -) - -func (s *Server) GetHandleError(c *gin.Context, code int, message, details string) { - currentSession := GetSessionData(c) - - c.HTML(code, "error.html", gin.H{ - "Data": gin.H{ - "Code": strconv.Itoa(code), - "Message": message, - "Details": details, - }, - "Route": c.Request.URL.Path, - "Session": GetSessionData(c), - "Static": s.getStaticData(), - "Device": s.peers.GetDevice(currentSession.DeviceName), - "DeviceNames": s.GetDeviceNames(), - }) -} - -func (s *Server) GetIndex(c *gin.Context) { - currentSession := GetSessionData(c) - - c.HTML(http.StatusOK, "index.html", gin.H{ - "Route": c.Request.URL.Path, - "Alerts": GetFlashes(c), - "Session": currentSession, - "Static": s.getStaticData(), - "Device": s.peers.GetDevice(currentSession.DeviceName), - "DeviceNames": s.GetDeviceNames(), - }) -} - -func (s *Server) GetAdminIndex(c *gin.Context) { - currentSession := GetSessionData(c) - - sort := c.Query("sort") - if sort != "" { - if currentSession.SortedBy["peers"] != sort { - currentSession.SortedBy["peers"] = sort - currentSession.SortDirection["peers"] = "asc" - } else { - if currentSession.SortDirection["peers"] == "asc" { - currentSession.SortDirection["peers"] = "desc" - } else { - currentSession.SortDirection["peers"] = "asc" - } - } - - if err := UpdateSessionData(c, currentSession); err != nil { - s.GetHandleError(c, http.StatusInternalServerError, "sort error", "failed to save session") - return - } - c.Redirect(http.StatusSeeOther, "/admin/") - return - } - - search, searching := c.GetQuery("search") - if searching { - currentSession.Search["peers"] = search - - if err := UpdateSessionData(c, currentSession); err != nil { - s.GetHandleError(c, http.StatusInternalServerError, "search error", "failed to save session") - return - } - c.Redirect(http.StatusSeeOther, "/admin/") - return - } - - deviceName := c.Query("device") - if deviceName != "" { - if !common.ListContains(s.wg.Cfg.DeviceNames, deviceName) { - s.GetHandleError(c, http.StatusInternalServerError, "device selection error", "no such device") - return - } - currentSession.DeviceName = deviceName - - if err := UpdateSessionData(c, currentSession); err != nil { - s.GetHandleError(c, http.StatusInternalServerError, "device selection error", "failed to save session") - return - } - c.Redirect(http.StatusSeeOther, "/admin/") - return - } - - device := s.peers.GetDevice(currentSession.DeviceName) - users := s.peers.GetFilteredAndSortedPeers(currentSession.DeviceName, currentSession.SortedBy["peers"], currentSession.SortDirection["peers"], currentSession.Search["peers"]) - - c.HTML(http.StatusOK, "admin_index.html", gin.H{ - "Route": c.Request.URL.Path, - "Alerts": GetFlashes(c), - "Session": currentSession, - "Static": s.getStaticData(), - "Peers": users, - "TotalPeers": len(s.peers.GetAllPeers(currentSession.DeviceName)), - "Users": s.users.GetUsers(), - "Device": device, - "DeviceNames": s.GetDeviceNames(), - }) -} - -func (s *Server) GetUserIndex(c *gin.Context) { - currentSession := GetSessionData(c) - - sort := c.Query("sort") - if sort != "" { - if currentSession.SortedBy["userpeers"] != sort { - currentSession.SortedBy["userpeers"] = sort - currentSession.SortDirection["userpeers"] = "asc" - } else { - if currentSession.SortDirection["userpeers"] == "asc" { - currentSession.SortDirection["userpeers"] = "desc" - } else { - currentSession.SortDirection["userpeers"] = "asc" - } - } - - if err := UpdateSessionData(c, currentSession); err != nil { - s.GetHandleError(c, http.StatusInternalServerError, "sort error", "failed to save session") - return - } - /*c.Redirect(http.StatusSeeOther, "/admin") - return*/ - } - - peers := s.peers.GetSortedPeersForEmail(currentSession.SortedBy["userpeers"], currentSession.SortDirection["userpeers"], currentSession.Email) - - c.HTML(http.StatusOK, "user_index.html", gin.H{ - "Route": c.Request.URL.Path, - "Alerts": GetFlashes(c), - "Session": currentSession, - "Static": s.getStaticData(), - "Peers": peers, - "TotalPeers": len(peers), - "Users": []users.User{*s.users.GetUser(currentSession.Email)}, - "Device": s.peers.GetDevice(currentSession.DeviceName), - "DeviceNames": s.GetDeviceNames(), - "UserManagePeers": s.config.WG.UserManagePeers, - }) -} - -func (s *Server) updateFormInSession(c *gin.Context, formData interface{}) error { - currentSession := GetSessionData(c) - currentSession.FormData = formData - - if err := UpdateSessionData(c, currentSession); err != nil { - return errors.WithMessage(err, "failed to update form in session") - } - - return nil -} - -func (s *Server) setNewPeerFormInSession(c *gin.Context) (SessionData, error) { - currentSession := GetSessionData(c) - - // If session does not contain a peer form ignore update - // If url contains a formerr parameter reset the form - if currentSession.FormData == nil || c.Query("formerr") == "" { - user, err := s.PrepareNewPeer(currentSession.DeviceName) - if err != nil { - return currentSession, errors.WithMessage(err, "failed to prepare new peer") - } - currentSession.FormData = user - } - - if err := UpdateSessionData(c, currentSession); err != nil { - return currentSession, errors.WithMessage(err, "failed to update peer form in session") - } - - return currentSession, nil -} - -func (s *Server) setFormInSession(c *gin.Context, formData interface{}) (SessionData, error) { - currentSession := GetSessionData(c) - // If session does not contain a form ignore update - // If url contains a formerr parameter reset the form - if currentSession.FormData == nil || c.Query("formerr") == "" { - currentSession.FormData = formData - } - - if err := UpdateSessionData(c, currentSession); err != nil { - return currentSession, errors.WithMessage(err, "failed to set form in session") - } - - return currentSession, nil -} - -func (s *Server) isUserStillValid(email string) bool { - if s.users.GetUser(email) == nil { - return false - } - return true -} diff --git a/internal/server/handlers_interface.go b/internal/server/handlers_interface.go deleted file mode 100644 index ca6804d..0000000 --- a/internal/server/handlers_interface.go +++ /dev/null @@ -1,177 +0,0 @@ -package server - -import ( - "fmt" - "net/http" - "strings" - - "github.com/gin-gonic/gin" - "github.com/h44z/wg-portal/internal/common" - "github.com/h44z/wg-portal/internal/wireguard" - csrf "github.com/utrack/gin-csrf" -) - -func (s *Server) GetAdminEditInterface(c *gin.Context) { - currentSession := GetSessionData(c) - device := s.peers.GetDevice(currentSession.DeviceName) - currentSession, err := s.setFormInSession(c, device) - if err != nil { - s.GetHandleError(c, http.StatusInternalServerError, "Session error", err.Error()) - return - } - - c.HTML(http.StatusOK, "admin_edit_interface.html", gin.H{ - "Route": c.Request.URL.Path, - "Alerts": GetFlashes(c), - "Session": currentSession, - "Static": s.getStaticData(), - "Device": currentSession.FormData.(wireguard.Device), - "EditableKeys": s.config.Core.EditableKeys, - "DeviceNames": s.GetDeviceNames(), - "Csrf": csrf.GetToken(c), - }) -} - -func (s *Server) PostAdminEditInterface(c *gin.Context) { - currentSession := GetSessionData(c) - var formDevice wireguard.Device - if currentSession.FormData != nil { - formDevice = currentSession.FormData.(wireguard.Device) - } - if err := c.ShouldBind(&formDevice); err != nil { - _ = s.updateFormInSession(c, formDevice) - SetFlashMessage(c, err.Error(), "danger") - c.Redirect(http.StatusSeeOther, "/admin/device/edit?formerr=bind") - return - } - // Clean list input - formDevice.IPsStr = common.ListToString(common.ParseStringList(formDevice.IPsStr)) - formDevice.DefaultAllowedIPsStr = common.ListToString(common.ParseStringList(formDevice.DefaultAllowedIPsStr)) - formDevice.DNSStr = common.ListToString(common.ParseStringList(formDevice.DNSStr)) - - // Clean interface parameters based on interface type - switch formDevice.Type { - case wireguard.DeviceTypeClient: - formDevice.ListenPort = 0 - formDevice.DefaultEndpoint = "" - formDevice.DefaultAllowedIPsStr = "" - formDevice.DefaultPersistentKeepalive = 0 - formDevice.SaveConfig = false - case wireguard.DeviceTypeServer: - } - - // Update WireGuard device - err := s.wg.UpdateDevice(formDevice.DeviceName, formDevice.GetConfig()) - if err != nil { - _ = s.updateFormInSession(c, formDevice) - SetFlashMessage(c, "Failed to update device in WireGuard: "+err.Error(), "danger") - c.Redirect(http.StatusSeeOther, "/admin/device/edit?formerr=wg") - return - } - - // Update in database - err = s.peers.UpdateDevice(formDevice) - if err != nil { - _ = s.updateFormInSession(c, formDevice) - SetFlashMessage(c, "Failed to update device in database: "+err.Error(), "danger") - c.Redirect(http.StatusSeeOther, "/admin/device/edit?formerr=update") - return - } - - // Update WireGuard config file - err = s.WriteWireGuardConfigFile(currentSession.DeviceName) - if err != nil { - _ = s.updateFormInSession(c, formDevice) - SetFlashMessage(c, "Failed to update WireGuard config-file: "+err.Error(), "danger") - c.Redirect(http.StatusSeeOther, "/admin/device/edit?formerr=update") - return - } - - // Update interface IP address - if s.config.WG.ManageIPAddresses { - if err := s.wg.SetIPAddress(currentSession.DeviceName, formDevice.GetIPAddresses()); err != nil { - _ = s.updateFormInSession(c, formDevice) - SetFlashMessage(c, "Failed to update ip address: "+err.Error(), "danger") - c.Redirect(http.StatusSeeOther, "/admin/device/edit?formerr=update") - } - if err := s.wg.SetMTU(currentSession.DeviceName, formDevice.Mtu); err != nil { - _ = s.updateFormInSession(c, formDevice) - SetFlashMessage(c, "Failed to update MTU: "+err.Error(), "danger") - c.Redirect(http.StatusSeeOther, "/admin/device/edit?formerr=update") - } - } - - SetFlashMessage(c, "Changes applied successfully!", "success") - if !s.config.WG.ManageIPAddresses { - SetFlashMessage(c, "WireGuard must be restarted to apply ip changes.", "warning") - } - c.Redirect(http.StatusSeeOther, "/admin/device/edit") -} - -func (s *Server) GetInterfaceConfig(c *gin.Context) { - currentSession := GetSessionData(c) - device := s.peers.GetDevice(currentSession.DeviceName) - peers := s.peers.GetActivePeers(device.DeviceName) - cfg, err := device.GetConfigFile(peers, s.config.Core.WGExporterFriendlyNames) - if err != nil { - s.GetHandleError(c, http.StatusInternalServerError, "ConfigFile error", err.Error()) - return - } - - filename := strings.ToLower(device.DeviceName) + ".conf" - - c.Header("Content-Disposition", "attachment; filename="+filename) - c.Data(http.StatusOK, "application/config", cfg) - return -} - -func (s *Server) GetSaveConfig(c *gin.Context) { - currentSession := GetSessionData(c) - - err := s.WriteWireGuardConfigFile(currentSession.DeviceName) - if err != nil { - SetFlashMessage(c, "Failed to save WireGuard config-file: "+err.Error(), "danger") - c.Redirect(http.StatusSeeOther, "/admin/") - return - } - - SetFlashMessage(c, "Updated WireGuard config-file", "success") - c.Redirect(http.StatusSeeOther, "/admin/") - return -} - -func (s *Server) GetApplyGlobalConfig(c *gin.Context) { - currentSession := GetSessionData(c) - device := s.peers.GetDevice(currentSession.DeviceName) - peers := s.peers.GetAllPeers(device.DeviceName) - - if device.Type == wireguard.DeviceTypeClient { - SetFlashMessage(c, "Cannot apply global configuration while interface is in client mode.", "danger") - c.Redirect(http.StatusSeeOther, "/admin/device/edit") - return - } - - updateCounter := 0 - for _, peer := range peers { - if peer.IgnoreGlobalSettings { - continue - } - - peer.AllowedIPsStr = device.DefaultAllowedIPsStr - peer.Endpoint = device.DefaultEndpoint - peer.PersistentKeepalive = device.DefaultPersistentKeepalive - peer.DNSStr = device.DNSStr - peer.Mtu = device.Mtu - - if err := s.peers.UpdatePeer(peer); err != nil { - SetFlashMessage(c, err.Error(), "danger") - c.Redirect(http.StatusSeeOther, "/admin/device/edit") - return - } - updateCounter++ - } - - SetFlashMessage(c, fmt.Sprintf("Global configuration updated for %d clients.", updateCounter), "success") - c.Redirect(http.StatusSeeOther, "/admin/device/edit") - return -} diff --git a/internal/server/handlers_peer.go b/internal/server/handlers_peer.go deleted file mode 100644 index aed56db..0000000 --- a/internal/server/handlers_peer.go +++ /dev/null @@ -1,521 +0,0 @@ -package server - -import ( - "bytes" - "net" - "net/http" - "net/url" - "strings" - "time" - - "github.com/gin-gonic/gin" - "github.com/h44z/wg-portal/internal/common" - "github.com/h44z/wg-portal/internal/users" - "github.com/h44z/wg-portal/internal/wireguard" - "github.com/pkg/errors" - "github.com/sirupsen/logrus" - "github.com/tatsushid/go-fastping" - csrf "github.com/utrack/gin-csrf" -) - -type LdapCreateForm struct { - Emails string `form:"email" binding:"required"` - Identifier string `form:"identifier" binding:"required,lte=20"` -} - -func (s *Server) GetAdminEditPeer(c *gin.Context) { - peer := s.peers.GetPeerByKey(c.Query("pkey")) - - currentSession, err := s.setFormInSession(c, peer) - if err != nil { - s.GetHandleError(c, http.StatusInternalServerError, "Session error", err.Error()) - return - } - - c.HTML(http.StatusOK, "admin_edit_client.html", gin.H{ - "Route": c.Request.URL.Path, - "Alerts": GetFlashes(c), - "Session": currentSession, - "Static": s.getStaticData(), - "Peer": currentSession.FormData.(wireguard.Peer), - "EditableKeys": s.config.Core.EditableKeys, - "Device": s.peers.GetDevice(currentSession.DeviceName), - "DeviceNames": s.GetDeviceNames(), - "AdminEmail": s.config.Core.AdminUser, - "Csrf": csrf.GetToken(c), - }) -} - -func (s *Server) PostAdminEditPeer(c *gin.Context) { - currentPeer := s.peers.GetPeerByKey(c.Query("pkey")) - urlEncodedKey := url.QueryEscape(c.Query("pkey")) - - currentSession := GetSessionData(c) - var formPeer wireguard.Peer - if currentSession.FormData != nil { - formPeer = currentSession.FormData.(wireguard.Peer) - } - if err := c.ShouldBind(&formPeer); err != nil { - _ = s.updateFormInSession(c, formPeer) - SetFlashMessage(c, "failed to bind form data: "+err.Error(), "danger") - c.Redirect(http.StatusSeeOther, "/admin/peer/edit?pkey="+urlEncodedKey+"&formerr=bind") - return - } - - // Clean list input - formPeer.IPsStr = common.ListToString(common.ParseStringList(formPeer.IPsStr)) - formPeer.AllowedIPsStr = common.ListToString(common.ParseStringList(formPeer.AllowedIPsStr)) - formPeer.AllowedIPsSrvStr = common.ListToString(common.ParseStringList(formPeer.AllowedIPsSrvStr)) - - disabled := c.PostForm("isdisabled") != "" - now := time.Now() - if disabled && currentPeer.DeactivatedAt == nil { - formPeer.DeactivatedAt = &now - formPeer.DeactivatedReason = wireguard.DeactivatedReasonAdminEdit - } else if !disabled { - formPeer.DeactivatedAt = nil - formPeer.DeactivatedReason = "" - // If a peer was deactivated due to expiry, remove the expires-at date to avoid - // unwanted re-expiry. - if currentPeer.DeactivatedReason == wireguard.DeactivatedReasonExpired { - formPeer.ExpiresAt = nil - } - } - - // Update in database - if err := s.UpdatePeer(formPeer, now); err != nil { - _ = s.updateFormInSession(c, formPeer) - SetFlashMessage(c, "failed to update user: "+err.Error(), "danger") - c.Redirect(http.StatusSeeOther, "/admin/peer/edit?pkey="+urlEncodedKey+"&formerr=update") - return - } - - SetFlashMessage(c, "changes applied successfully", "success") - c.Redirect(http.StatusSeeOther, "/admin/peer/edit?pkey="+urlEncodedKey) -} - -func (s *Server) GetAdminCreatePeer(c *gin.Context) { - currentSession, err := s.setNewPeerFormInSession(c) - if err != nil { - s.GetHandleError(c, http.StatusInternalServerError, "Session error", err.Error()) - return - } - c.HTML(http.StatusOK, "admin_edit_client.html", gin.H{ - "Route": c.Request.URL.Path, - "Alerts": GetFlashes(c), - "Session": currentSession, - "Static": s.getStaticData(), - "Peer": currentSession.FormData.(wireguard.Peer), - "EditableKeys": s.config.Core.EditableKeys, - "Device": s.peers.GetDevice(currentSession.DeviceName), - "DeviceNames": s.GetDeviceNames(), - "AdminEmail": s.config.Core.AdminUser, - "Csrf": csrf.GetToken(c), - }) -} - -func (s *Server) PostAdminCreatePeer(c *gin.Context) { - currentSession := GetSessionData(c) - var formPeer wireguard.Peer - if currentSession.FormData != nil { - formPeer = currentSession.FormData.(wireguard.Peer) - } - if err := c.ShouldBind(&formPeer); err != nil { - _ = s.updateFormInSession(c, formPeer) - SetFlashMessage(c, "failed to bind form data: "+err.Error(), "danger") - c.Redirect(http.StatusSeeOther, "/admin/peer/create?formerr=bind") - return - } - - // Clean list input - formPeer.IPsStr = common.ListToString(common.ParseStringList(formPeer.IPsStr)) - formPeer.AllowedIPsStr = common.ListToString(common.ParseStringList(formPeer.AllowedIPsStr)) - formPeer.AllowedIPsSrvStr = common.ListToString(common.ParseStringList(formPeer.AllowedIPsSrvStr)) - - disabled := c.PostForm("isdisabled") != "" - now := time.Now() - if disabled { - formPeer.DeactivatedAt = &now - formPeer.DeactivatedReason = wireguard.DeactivatedReasonAdminCreate - } - - if err := s.CreatePeer(currentSession.DeviceName, formPeer); err != nil { - _ = s.updateFormInSession(c, formPeer) - SetFlashMessage(c, "failed to add user: "+err.Error(), "danger") - c.Redirect(http.StatusSeeOther, "/admin/peer/create?formerr=create") - return - } - - SetFlashMessage(c, "client created successfully", "success") - c.Redirect(http.StatusSeeOther, "/admin") -} - -func (s *Server) GetAdminCreateLdapPeers(c *gin.Context) { - currentSession, err := s.setFormInSession(c, LdapCreateForm{Identifier: "Default"}) - if err != nil { - s.GetHandleError(c, http.StatusInternalServerError, "Session error", err.Error()) - return - } - - c.HTML(http.StatusOK, "admin_create_clients.html", gin.H{ - "Route": c.Request.URL.Path, - "Alerts": GetFlashes(c), - "Session": currentSession, - "Static": s.getStaticData(), - "Users": s.users.GetFilteredAndSortedUsers("lastname", "asc", ""), - "FormData": currentSession.FormData.(LdapCreateForm), - "Device": s.peers.GetDevice(currentSession.DeviceName), - "DeviceNames": s.GetDeviceNames(), - "Csrf": csrf.GetToken(c), - }) -} - -func (s *Server) PostAdminCreateLdapPeers(c *gin.Context) { - currentSession := GetSessionData(c) - var formData LdapCreateForm - if currentSession.FormData != nil { - formData = currentSession.FormData.(LdapCreateForm) - } - if err := c.ShouldBind(&formData); err != nil { - _ = s.updateFormInSession(c, formData) - SetFlashMessage(c, "failed to bind form data: "+err.Error(), "danger") - c.Redirect(http.StatusSeeOther, "/admin/peer/createldap?formerr=bind") - return - } - - emails := common.ParseStringList(formData.Emails) - for i := range emails { - // TODO: also check email addr for validity? - if !strings.ContainsRune(emails[i], '@') { - _ = s.updateFormInSession(c, formData) - SetFlashMessage(c, "invalid email address: "+emails[i], "danger") - c.Redirect(http.StatusSeeOther, "/admin/peer/createldap?formerr=mail") - return - } - } - - logrus.Infof("creating %d ldap peers", len(emails)) - - for i := range emails { - if err := s.CreatePeerByEmail(currentSession.DeviceName, emails[i], formData.Identifier); err != nil { - _ = s.updateFormInSession(c, formData) - SetFlashMessage(c, "failed to add user: "+err.Error(), "danger") - c.Redirect(http.StatusSeeOther, "/admin/peer/createldap?formerr=create") - return - } - } - - SetFlashMessage(c, "client(s) created successfully", "success") - c.Redirect(http.StatusSeeOther, "/admin/peer/createldap") -} - -func (s *Server) GetAdminDeletePeer(c *gin.Context) { - currentPeer := s.peers.GetPeerByKey(c.Query("pkey")) - if err := s.DeletePeer(currentPeer); err != nil { - s.GetHandleError(c, http.StatusInternalServerError, "Deletion error", err.Error()) - return - } - SetFlashMessage(c, "peer deleted successfully", "success") - c.Redirect(http.StatusSeeOther, "/admin") -} - -func (s *Server) GetPeerQRCode(c *gin.Context) { - peer := s.peers.GetPeerByKey(c.Query("pkey")) - currentSession := GetSessionData(c) - if !currentSession.IsAdmin && peer.Email != currentSession.Email { - s.GetHandleError(c, http.StatusUnauthorized, "No permissions", "You don't have permissions to view this resource!") - return - } - - png, err := peer.GetQRCode() - if err != nil { - s.GetHandleError(c, http.StatusInternalServerError, "QRCode error", err.Error()) - return - } - c.Data(http.StatusOK, "image/png", png) - return -} - -func (s *Server) GetPeerConfig(c *gin.Context) { - peer := s.peers.GetPeerByKey(c.Query("pkey")) - currentSession := GetSessionData(c) - if !currentSession.IsAdmin && peer.Email != currentSession.Email { - s.GetHandleError(c, http.StatusUnauthorized, "No permissions", "You don't have permissions to view this resource!") - return - } - - cfg, err := peer.GetConfigFile(s.peers.GetDevice(peer.DeviceName)) - if err != nil { - s.GetHandleError(c, http.StatusInternalServerError, "ConfigFile error", err.Error()) - return - } - - c.Header("Content-Disposition", "attachment; filename="+peer.GetConfigFileName()) - c.Data(http.StatusOK, "application/config", cfg) - return -} - -func (s *Server) GetPeerConfigMail(c *gin.Context) { - peer := s.peers.GetPeerByKey(c.Query("pkey")) - currentSession := GetSessionData(c) - if !currentSession.IsAdmin && peer.Email != currentSession.Email { - s.GetHandleError(c, http.StatusUnauthorized, "No permissions", "You don't have permissions to view this resource!") - return - } - - if err := s.sendPeerConfigMail(peer); err != nil { - s.GetHandleError(c, http.StatusInternalServerError, "Email error", err.Error()) - return - } - - SetFlashMessage(c, "mail sent successfully", "success") - if strings.HasPrefix(c.Request.URL.Path, "/user") { - c.Redirect(http.StatusSeeOther, "/user/profile") - } else { - c.Redirect(http.StatusSeeOther, "/admin") - } -} - -func (s *Server) GetPeerStatus(c *gin.Context) { - peer := s.peers.GetPeerByKey(c.Query("pkey")) - currentSession := GetSessionData(c) - if !currentSession.IsAdmin && peer.Email != currentSession.Email { - s.GetHandleError(c, http.StatusUnauthorized, "No permissions", "You don't have permissions to view this resource!") - return - } - - if peer.Peer == nil { // no peer means disabled - c.JSON(http.StatusOK, false) - return - } - - isOnline := false - ping := make(chan bool) - defer close(ping) - for _, cidr := range peer.GetIPAddresses() { - ip, _, _ := net.ParseCIDR(cidr) - var ra *net.IPAddr - if common.IsIPv6(ip.String()) { - ra, _ = net.ResolveIPAddr("ip6:ipv6-icmp", ip.String()) - } else { - - ra, _ = net.ResolveIPAddr("ip4:icmp", ip.String()) - } - - p := fastping.NewPinger() - p.AddIPAddr(ra) - p.OnRecv = func(addr *net.IPAddr, rtt time.Duration) { - ping <- true - p.Stop() - } - p.OnIdle = func() { - ping <- false - p.Stop() - } - p.MaxRTT = 500 * time.Millisecond - p.RunLoop() - - if <-ping { - isOnline = true - break - } - } - - c.JSON(http.StatusOK, isOnline) - return -} - -func (s *Server) GetAdminSendEmails(c *gin.Context) { - currentSession := GetSessionData(c) - if !currentSession.IsAdmin { - s.GetHandleError(c, http.StatusUnauthorized, "No permissions", "You don't have permissions to view this resource!") - return - } - - peers := s.peers.GetActivePeers(currentSession.DeviceName) - for _, peer := range peers { - if err := s.sendPeerConfigMail(peer); err != nil { - s.GetHandleError(c, http.StatusInternalServerError, "Email error", err.Error()) - return - } - } - - SetFlashMessage(c, "emails sent successfully", "success") - c.Redirect(http.StatusSeeOther, "/admin") -} - -func (s *Server) sendPeerConfigMail(peer wireguard.Peer) error { - user := s.users.GetUser(peer.Email) - - cfg, err := peer.GetConfigFile(s.peers.GetDevice(peer.DeviceName)) - if err != nil { - return errors.Wrap(err, "failed to get config file") - } - png, err := peer.GetQRCode() - if err != nil { - return errors.Wrap(err, "failed to get qr-code") - } - // Apply mail template - qrcodeFileName := "wireguard-qrcode.png" - var tplBuff bytes.Buffer - if err := s.mailTpl.Execute(&tplBuff, struct { - Peer wireguard.Peer - User *users.User - QrcodePngName string - PortalUrl string - }{ - Peer: peer, - User: user, - QrcodePngName: qrcodeFileName, - PortalUrl: s.config.Core.ExternalUrl, - }); err != nil { - return errors.Wrap(err, "failed to execute mail template") - } - - // Send mail - attachments := []common.MailAttachment{ - { - Name: peer.GetConfigFileName(), - ContentType: "application/config", - Data: bytes.NewReader(cfg), - }, - { - Name: qrcodeFileName, - ContentType: "image/png", - Data: bytes.NewReader(png), - Embedded: true, - }, - { - Name: qrcodeFileName, - ContentType: "image/png", - Data: bytes.NewReader(png), - }, - } - - if err := common.SendEmailWithAttachments(s.config.Email, s.config.Core.MailFrom, "", "WireGuard VPN Configuration", - "Your mail client does not support HTML. Please find the configuration attached to this mail.", tplBuff.String(), - []string{peer.Email}, attachments); err != nil { - return errors.Wrap(err, "failed to send email") - } - - return nil -} - -func (s *Server) GetUserCreatePeer(c *gin.Context) { - currentSession, err := s.setNewPeerFormInSession(c) - if err != nil { - s.GetHandleError(c, http.StatusInternalServerError, "Session error", err.Error()) - return - } - c.HTML(http.StatusOK, "user_create_client.html", gin.H{ - "Route": c.Request.URL.Path, - "Alerts": GetFlashes(c), - "Session": currentSession, - "Static": s.getStaticData(), - "Peer": currentSession.FormData.(wireguard.Peer), - "EditableKeys": s.config.Core.EditableKeys, - "Device": s.peers.GetDevice(currentSession.DeviceName), - "DeviceNames": s.GetDeviceNames(), - "AdminEmail": s.config.Core.AdminUser, - "Csrf": csrf.GetToken(c), - }) -} - -func (s *Server) PostUserCreatePeer(c *gin.Context) { - currentSession := GetSessionData(c) - var formPeer wireguard.Peer - if currentSession.FormData != nil { - formPeer = currentSession.FormData.(wireguard.Peer) - } - - formPeer.Email = currentSession.Email - formPeer.Identifier = currentSession.Email - formPeer.DeviceType = wireguard.DeviceTypeServer - - if err := c.ShouldBind(&formPeer); err != nil { - _ = s.updateFormInSession(c, formPeer) - SetFlashMessage(c, "failed to bind form data: "+err.Error(), "danger") - c.Redirect(http.StatusSeeOther, "/user/peer/create?formerr=bind") - return - } - - // if public key was manually set, remove the incorrect private key - if formPeer.PublicKey != currentSession.FormData.(wireguard.Peer).PublicKey { - formPeer.PrivateKey = "" - } - - disabled := c.PostForm("isdisabled") != "" - now := time.Now() - if disabled { - formPeer.DeactivatedAt = &now - formPeer.DeactivatedReason = wireguard.DeactivatedReasonUserCreate - } - - if err := s.CreatePeer(currentSession.DeviceName, formPeer); err != nil { - _ = s.updateFormInSession(c, formPeer) - SetFlashMessage(c, "failed to add user: "+err.Error(), "danger") - c.Redirect(http.StatusSeeOther, "/user/peer/create?formerr=create") - return - } - - SetFlashMessage(c, "client created successfully", "success") - c.Redirect(http.StatusSeeOther, "/user/profile") -} - -func (s *Server) GetUserEditPeer(c *gin.Context) { - peer := s.peers.GetPeerByKey(c.Query("pkey")) - - currentSession, err := s.setFormInSession(c, peer) - if err != nil { - s.GetHandleError(c, http.StatusInternalServerError, "Session error", err.Error()) - return - } - - if peer.Email != currentSession.Email { - s.GetHandleError(c, http.StatusUnauthorized, "No permissions", "You don't have permissions to view this resource!") - return - } - - c.HTML(http.StatusOK, "user_edit_client.html", gin.H{ - "Route": c.Request.URL.Path, - "Alerts": GetFlashes(c), - "Session": currentSession, - "Static": s.getStaticData(), - "Peer": currentSession.FormData.(wireguard.Peer), - "EditableKeys": s.config.Core.EditableKeys, - "Device": s.peers.GetDevice(currentSession.DeviceName), - "DeviceNames": s.GetDeviceNames(), - "AdminEmail": s.config.Core.AdminUser, - "Csrf": csrf.GetToken(c), - }) -} - -func (s *Server) PostUserEditPeer(c *gin.Context) { - currentPeer := s.peers.GetPeerByKey(c.Query("pkey")) - urlEncodedKey := url.QueryEscape(c.Query("pkey")) - - currentSession := GetSessionData(c) - - if currentPeer.Email != currentSession.Email { - s.GetHandleError(c, http.StatusUnauthorized, "No permissions", "You don't have permissions to view this resource!") - return - } - - disabled := c.PostForm("isdisabled") != "" - now := time.Now() - if disabled && currentPeer.DeactivatedAt == nil { - currentPeer.DeactivatedAt = &now - currentPeer.DeactivatedReason = wireguard.DeactivatedReasonUserEdit - } - - // Update in database - if err := s.UpdatePeer(currentPeer, now); err != nil { - _ = s.updateFormInSession(c, currentPeer) - SetFlashMessage(c, "failed to update user: "+err.Error(), "danger") - c.Redirect(http.StatusSeeOther, "/user/peer/edit?pkey="+urlEncodedKey+"&formerr=update") - return - } - - SetFlashMessage(c, "changes applied successfully", "success") - c.Redirect(http.StatusSeeOther, "/user/peer/edit?pkey="+urlEncodedKey) -} diff --git a/internal/server/handlers_user.go b/internal/server/handlers_user.go deleted file mode 100644 index 4660105..0000000 --- a/internal/server/handlers_user.go +++ /dev/null @@ -1,212 +0,0 @@ -package server - -import ( - "net/http" - "net/url" - "time" - - "github.com/gin-gonic/gin" - "github.com/h44z/wg-portal/internal/users" - csrf "github.com/utrack/gin-csrf" - "gorm.io/gorm" -) - -func (s *Server) GetAdminUsersIndex(c *gin.Context) { - currentSession := GetSessionData(c) - - sort := c.Query("sort") - if sort != "" { - if currentSession.SortedBy["users"] != sort { - currentSession.SortedBy["users"] = sort - currentSession.SortDirection["users"] = "asc" - } else { - if currentSession.SortDirection["users"] == "asc" { - currentSession.SortDirection["users"] = "desc" - } else { - currentSession.SortDirection["users"] = "asc" - } - } - - if err := UpdateSessionData(c, currentSession); err != nil { - s.GetHandleError(c, http.StatusInternalServerError, "sort error", "failed to save session") - return - } - c.Redirect(http.StatusSeeOther, "/admin/users/") - return - } - - search, searching := c.GetQuery("search") - if searching { - currentSession.Search["users"] = search - - if err := UpdateSessionData(c, currentSession); err != nil { - s.GetHandleError(c, http.StatusInternalServerError, "search error", "failed to save session") - return - } - c.Redirect(http.StatusSeeOther, "/admin/users/") - return - } - - dbUsers := s.users.GetFilteredAndSortedUsersUnscoped(currentSession.SortedBy["users"], currentSession.SortDirection["users"], currentSession.Search["users"]) - - c.HTML(http.StatusOK, "admin_user_index.html", gin.H{ - "Route": c.Request.URL.Path, - "Alerts": GetFlashes(c), - "Session": currentSession, - "Static": s.getStaticData(), - "Users": dbUsers, - "TotalUsers": len(s.users.GetUsers()), - "Device": s.peers.GetDevice(currentSession.DeviceName), - "DeviceNames": s.GetDeviceNames(), - }) -} - -func (s *Server) GetAdminUsersEdit(c *gin.Context) { - user := s.users.GetUserUnscoped(c.Query("pkey")) - - currentSession, err := s.setFormInSession(c, *user) - if err != nil { - s.GetHandleError(c, http.StatusInternalServerError, "Session error", err.Error()) - return - } - - c.HTML(http.StatusOK, "admin_edit_user.html", gin.H{ - "Route": c.Request.URL.Path, - "Alerts": GetFlashes(c), - "Session": currentSession, - "Static": s.getStaticData(), - "User": currentSession.FormData.(users.User), - "Device": s.peers.GetDevice(currentSession.DeviceName), - "DeviceNames": s.GetDeviceNames(), - "Epoch": time.Time{}, - "Csrf": csrf.GetToken(c), - }) -} - -func (s *Server) GetAdminUsersDelete(c *gin.Context) { - user := s.users.GetUserUnscoped(c.Query("pkey")) - if user == nil { - SetFlashMessage(c, "invalid user", "danger") - c.Redirect(http.StatusSeeOther, "/admin/users/") - return - } - - urlEncodedKey := url.QueryEscape(c.Query("pkey")) - - if err := s.HardDeleteUser(*user); err != nil { - SetFlashMessage(c, "failed to delete user: "+err.Error(), "danger") - c.Redirect(http.StatusSeeOther, "/admin/users/edit?pkey="+urlEncodedKey+"&formerr=delete") - return - } - - SetFlashMessage(c, "user deleted successfully", "success") - c.Redirect(http.StatusSeeOther, "/admin/users/") -} - -func (s *Server) PostAdminUsersEdit(c *gin.Context) { - currentUser := s.users.GetUserUnscoped(c.Query("pkey")) - if currentUser == nil { - SetFlashMessage(c, "invalid user", "danger") - c.Redirect(http.StatusSeeOther, "/admin/users/") - return - } - urlEncodedKey := url.QueryEscape(c.Query("pkey")) - - currentSession := GetSessionData(c) - var formUser users.User - if currentSession.FormData != nil { - formUser = currentSession.FormData.(users.User) - } - if err := c.ShouldBind(&formUser); err != nil { - _ = s.updateFormInSession(c, formUser) - SetFlashMessage(c, "failed to bind form data: "+err.Error(), "danger") - c.Redirect(http.StatusSeeOther, "/admin/users/edit?pkey="+urlEncodedKey+"&formerr=bind") - return - } - - disabled := c.PostForm("isdisabled") != "" - if disabled { - formUser.DeletedAt = gorm.DeletedAt{ - Time: time.Now(), - Valid: true, - } - } else { - formUser.DeletedAt = gorm.DeletedAt{} - } - formUser.IsAdmin = c.PostForm("isadmin") != "" - - if err := s.UpdateUser(formUser); err != nil { - _ = s.updateFormInSession(c, formUser) - SetFlashMessage(c, "failed to update user: "+err.Error(), "danger") - c.Redirect(http.StatusSeeOther, "/admin/users/edit?pkey="+urlEncodedKey+"&formerr=update") - return - } - - SetFlashMessage(c, "changes applied successfully", "success") - c.Redirect(http.StatusSeeOther, "/admin/users/edit?pkey="+urlEncodedKey) -} - -func (s *Server) GetAdminUsersCreate(c *gin.Context) { - user := users.User{} - - currentSession, err := s.setFormInSession(c, user) - if err != nil { - s.GetHandleError(c, http.StatusInternalServerError, "Session error", err.Error()) - return - } - - c.HTML(http.StatusOK, "admin_edit_user.html", gin.H{ - "Route": c.Request.URL.Path, - "Alerts": GetFlashes(c), - "Session": currentSession, - "Static": s.getStaticData(), - "User": currentSession.FormData.(users.User), - "Device": s.peers.GetDevice(currentSession.DeviceName), - "DeviceNames": s.GetDeviceNames(), - "Epoch": time.Time{}, - "Csrf": csrf.GetToken(c), - }) -} - -func (s *Server) PostAdminUsersCreate(c *gin.Context) { - currentSession := GetSessionData(c) - var formUser users.User - if currentSession.FormData != nil { - formUser = currentSession.FormData.(users.User) - } - if err := c.ShouldBind(&formUser); err != nil { - _ = s.updateFormInSession(c, formUser) - SetFlashMessage(c, "failed to bind form data: "+err.Error(), "danger") - c.Redirect(http.StatusSeeOther, "/admin/users/create?formerr=bind") - return - } - - if formUser.Password == "" { - _ = s.updateFormInSession(c, formUser) - SetFlashMessage(c, "invalid password", "danger") - c.Redirect(http.StatusSeeOther, "/admin/users/create?formerr=create") - return - } - - disabled := c.PostForm("isdisabled") != "" - if disabled { - formUser.DeletedAt = gorm.DeletedAt{ - Time: time.Now(), - Valid: true, - } - } else { - formUser.DeletedAt = gorm.DeletedAt{} - } - formUser.IsAdmin = c.PostForm("isadmin") == "true" - formUser.Source = users.UserSourceDatabase - - if err := s.CreateUser(formUser, currentSession.DeviceName); err != nil { - _ = s.updateFormInSession(c, formUser) - SetFlashMessage(c, "failed to add user: "+err.Error(), "danger") - c.Redirect(http.StatusSeeOther, "/admin/users/create?formerr=create") - return - } - - SetFlashMessage(c, "user created successfully", "success") - c.Redirect(http.StatusSeeOther, "/admin/users/") -} diff --git a/internal/server/ldapsync.go b/internal/server/ldapsync.go deleted file mode 100644 index a5f126b..0000000 --- a/internal/server/ldapsync.go +++ /dev/null @@ -1,222 +0,0 @@ -package server - -import ( - "strings" - "time" - - gldap "github.com/go-ldap/ldap/v3" - "github.com/h44z/wg-portal/internal/ldap" - "github.com/h44z/wg-portal/internal/users" - "github.com/h44z/wg-portal/internal/wireguard" - "github.com/sirupsen/logrus" - "gorm.io/gorm" -) - -func (s *Server) SyncLdapWithUserDatabase() { - logrus.Info("starting ldap user synchronization...") - - running := true - for running { - // Main work here - logrus.Trace("syncing ldap users to database...") - ldapUsers, err := ldap.FindAllObjects(&s.config.LDAP, ldap.Users) - if err != nil { - logrus.Errorf("failed to fetch users from ldap: %v", err) - continue - } - ldapGroups, err := ldap.FindAllObjects(&s.config.LDAP, ldap.Groups) - if err != nil { - logrus.Errorf("failed to fetch groups from ldap: %v", err) - continue - } - - logrus.Tracef("found %d users and %d groups in ldap", len(ldapUsers), len(ldapGroups)) - - // Update existing LDAP users - s.updateLdapUsers(ldapUsers, ldapGroups) - - // Disable missing LDAP users - s.disableMissingLdapUsers(ldapUsers) - - logrus.Trace("synchronized ldap users to database") - - // Select blocks until one of the cases happens - select { - case <-time.After(1 * time.Minute): - // Sleep for 1 minute - case <-s.ctx.Done(): - logrus.Trace("ldap-sync shutting down (context ended)...") - running = false - continue - } - } - logrus.Info("ldap user synchronization stopped") -} - -func (s Server) userIsInAdminGroup(userData *ldap.RawLdapData, groupTreeData []ldap.RawLdapData) bool { - if s.config.LDAP.EveryoneAdmin { - return true - } - if s.config.LDAP.AdminLdapGroup_ == nil { - return false - } - - for _, userGroup := range userData.RawAttributes[s.config.LDAP.GroupMemberAttribute] { - var userGroupDn, _ = gldap.ParseDN(string(userGroup)) - if s.dnIsAdminGroup(userGroupDn, groupTreeData) { - return true - } - } - return false -} - -// dnIsAdminGroup checks if the given DN is equal to the admin group, or if it is included in a groupTree that has the -// admin group as parent/root. -// -// WGPortal-Admin (L0) -// -// \_ IT-Admin (L1) -// |_ Alice (L2) -// |_ Bob (L2) -// \_ Eve (L2) -// \_ External-Company (L1) -// |_ External-Admin (L2) -// |_ Sam (L3) -// \_ Steve (L3) -// -// All DNs in the example above are member of the admin group. -func (s Server) dnIsAdminGroup(dn *gldap.DN, groupTreeData []ldap.RawLdapData) bool { - if s.config.LDAP.AdminLdapGroup_ == nil { - return false - } - - if s.config.LDAP.AdminLdapGroup_.Equal(dn) { - return true - } - - // Recursively check the whole group tree - for _, group := range groupTreeData { - var groupDn, _ = gldap.ParseDN(group.DN) - if !dn.Equal(groupDn) { - continue - } - - for _, parentGroupDn := range group.RawAttributes[s.config.LDAP.GroupMemberAttribute] { - var parentDn, _ = gldap.ParseDN(string(parentGroupDn)) - if s.dnIsAdminGroup(parentDn, groupTreeData) { - return true - } - } - - break - } - return false -} - -func (s Server) userChangedInLdap(user *users.User, ldapData *ldap.RawLdapData, ldapGroupData []ldap.RawLdapData) bool { - if user.Firstname != ldapData.Attributes[s.config.LDAP.FirstNameAttribute] { - return true - } - if user.Lastname != ldapData.Attributes[s.config.LDAP.LastNameAttribute] { - return true - } - if user.Email != strings.ToLower(ldapData.Attributes[s.config.LDAP.EmailAttribute]) { - return true - } - if user.Phone != ldapData.Attributes[s.config.LDAP.PhoneAttribute] { - return true - } - if user.Source != users.UserSourceLdap { - return true - } - - if user.DeletedAt.Valid { - return true - } - - if user.IsAdmin != s.userIsInAdminGroup(ldapData, ldapGroupData) { - return true - } - - return false -} - -func (s *Server) disableMissingLdapUsers(ldapUsers []ldap.RawLdapData) { - // Disable missing LDAP users - activeUsers := s.users.GetUsers() - for i := range activeUsers { - if activeUsers[i].Source != users.UserSourceLdap { - continue - } - - existsInLDAP := false - for j := range ldapUsers { - if activeUsers[i].Email == strings.ToLower(ldapUsers[j].Attributes[s.config.LDAP.EmailAttribute]) { - existsInLDAP = true - break - } - } - - if existsInLDAP { - continue - } - - // disable all peers for the given user - for _, peer := range s.peers.GetPeersByMail(activeUsers[i].Email) { - now := time.Now() - peer.DeactivatedAt = &now - peer.DeactivatedReason = wireguard.DeactivatedReasonLdapMissing - if err := s.UpdatePeer(peer, now); err != nil { - logrus.Errorf("failed to update deactivated peer %s: %v", peer.PublicKey, err) - } - } - - if err := s.users.DeleteUser(&activeUsers[i], true); err != nil { - logrus.Errorf("failed to delete deactivated user %s in database: %v", activeUsers[i].Email, err) - } - } -} - -func (s *Server) updateLdapUsers(ldapUsers []ldap.RawLdapData, ldapGroups []ldap.RawLdapData) { - for i := range ldapUsers { - if ldapUsers[i].Attributes[s.config.LDAP.EmailAttribute] == "" { - logrus.Tracef("skipping sync of %s, empty email attribute", ldapUsers[i].DN) - continue - } - - user, err := s.users.GetOrCreateUserUnscoped(ldapUsers[i].Attributes[s.config.LDAP.EmailAttribute]) - if err != nil { - logrus.Errorf("failed to get/create user %s in database: %v", ldapUsers[i].Attributes[s.config.LDAP.EmailAttribute], err) - } - - // re-enable LDAP user if the user was disabled - if user.DeletedAt.Valid { - // enable all peers for the given user - for _, peer := range s.peers.GetPeersByMail(user.Email) { - now := time.Now() - peer.DeactivatedAt = nil - peer.DeactivatedReason = "" - if err = s.UpdatePeer(peer, now); err != nil { - logrus.Errorf("failed to update activated peer %s: %v", peer.PublicKey, err) - } - } - } - - // Sync attributes from ldap - if s.userChangedInLdap(user, &ldapUsers[i], ldapGroups) { - logrus.Debugf("updating ldap user %s", user.Email) - user.Firstname = ldapUsers[i].Attributes[s.config.LDAP.FirstNameAttribute] - user.Lastname = ldapUsers[i].Attributes[s.config.LDAP.LastNameAttribute] - user.Email = ldapUsers[i].Attributes[s.config.LDAP.EmailAttribute] - user.Phone = ldapUsers[i].Attributes[s.config.LDAP.PhoneAttribute] - user.IsAdmin = s.userIsInAdminGroup(&ldapUsers[i], ldapGroups) - user.Source = users.UserSourceLdap - user.DeletedAt = gorm.DeletedAt{} // Not deleted - - if err = s.users.UpdateUser(user); err != nil { - logrus.Errorf("failed to update ldap user %s in database: %v", user.Email, err) - continue - } - } - } -} diff --git a/internal/server/routes.go b/internal/server/routes.go deleted file mode 100644 index 8f5e060..0000000 --- a/internal/server/routes.go +++ /dev/null @@ -1,215 +0,0 @@ -package server - -import ( - "net/http" - "strings" - - "github.com/gin-gonic/gin" - wgportal "github.com/h44z/wg-portal" - _ "github.com/h44z/wg-portal/internal/server/docs" // docs is generated by Swag CLI, you have to import it. - swaggerFiles "github.com/swaggo/files" - ginSwagger "github.com/swaggo/gin-swagger" - csrf "github.com/utrack/gin-csrf" -) - -func SetupRoutes(s *Server) { - csrfMiddleware := csrf.Middleware(csrf.Options{ - Secret: s.config.Core.SessionSecret, - ErrorFunc: func(c *gin.Context) { - c.String(400, "CSRF token mismatch") - c.Abort() - }, - }) - - // Startpage - s.server.GET("/", s.GetIndex) - s.server.GET("/favicon.ico", func(c *gin.Context) { - file, _ := wgportal.Statics.ReadFile("assets/img/favicon.ico") - c.Data( - http.StatusOK, - "image/x-icon", - file, - ) - }) - - // Auth routes - auth := s.server.Group("/auth") - auth.Use(csrfMiddleware) - auth.GET("/login", s.GetLogin) - auth.POST("/login", s.PostLogin) - auth.GET("/logout", s.GetLogout) - - // Admin routes - admin := s.server.Group("/admin") - admin.Use(csrfMiddleware) - admin.Use(s.RequireAuthentication("admin")) - admin.GET("/", s.GetAdminIndex) - admin.GET("/device/edit", s.GetAdminEditInterface) - admin.POST("/device/edit", s.PostAdminEditInterface) - admin.GET("/device/download", s.GetInterfaceConfig) - admin.GET("/device/write", s.GetSaveConfig) - admin.GET("/device/applyglobals", s.GetApplyGlobalConfig) - admin.GET("/peer/edit", s.GetAdminEditPeer) - admin.POST("/peer/edit", s.PostAdminEditPeer) - admin.GET("/peer/create", s.GetAdminCreatePeer) - admin.POST("/peer/create", s.PostAdminCreatePeer) - admin.GET("/peer/createldap", s.GetAdminCreateLdapPeers) - admin.POST("/peer/createldap", s.PostAdminCreateLdapPeers) - admin.GET("/peer/delete", s.GetAdminDeletePeer) - admin.GET("/peer/download", s.GetPeerConfig) - admin.GET("/peer/email", s.GetPeerConfigMail) - admin.GET("/peer/emailall", s.GetAdminSendEmails) - - admin.GET("/users/", s.GetAdminUsersIndex) - admin.GET("/users/create", s.GetAdminUsersCreate) - admin.POST("/users/create", s.PostAdminUsersCreate) - admin.GET("/users/edit", s.GetAdminUsersEdit) - admin.GET("/users/delete", s.GetAdminUsersDelete) - admin.POST("/users/edit", s.PostAdminUsersEdit) - - // User routes - user := s.server.Group("/user") - user.Use(csrfMiddleware) - user.Use(s.RequireAuthentication("")) // empty scope = all logged in users - user.GET("/qrcode", s.GetPeerQRCode) - user.GET("/profile", s.GetUserIndex) - user.GET("/download", s.GetPeerConfig) - user.GET("/email", s.GetPeerConfigMail) - user.GET("/status", s.GetPeerStatus) - - if s.config.WG.UserManagePeers { - user.GET("/peer/create", s.GetUserCreatePeer) - user.POST("/peer/create", s.PostUserCreatePeer) - user.GET("/peer/edit", s.GetUserEditPeer) - user.POST("/peer/edit", s.PostUserEditPeer) - } -} - -func SetupApiRoutes(s *Server) { - api := ApiServer{s: s} - - // Admin authenticated routes - apiV1Backend := s.server.Group("/api/v1/backend") - apiV1Backend.Use(s.RequireApiAuthentication("admin")) - - apiV1Backend.GET("/users", api.GetUsers) - apiV1Backend.POST("/users", api.PostUser) - apiV1Backend.GET("/user", api.GetUser) - apiV1Backend.PUT("/user", api.PutUser) - apiV1Backend.PATCH("/user", api.PatchUser) - apiV1Backend.DELETE("/user", api.DeleteUser) - - apiV1Backend.GET("/peers", api.GetPeers) - apiV1Backend.POST("/peers", api.PostPeer) - apiV1Backend.GET("/peer", api.GetPeer) - apiV1Backend.PUT("/peer", api.PutPeer) - apiV1Backend.PATCH("/peer", api.PatchPeer) - apiV1Backend.DELETE("/peer", api.DeletePeer) - - apiV1Backend.GET("/devices", api.GetDevices) - apiV1Backend.GET("/device", api.GetDevice) - apiV1Backend.PUT("/device", api.PutDevice) - apiV1Backend.PATCH("/device", api.PatchDevice) - - // Simple authenticated routes - apiV1Deployment := s.server.Group("/api/v1/provisioning") - apiV1Deployment.Use(s.RequireApiAuthentication("")) - - apiV1Deployment.GET("/peers", api.GetPeerDeploymentInformation) - apiV1Deployment.GET("/peer", api.GetPeerDeploymentConfig) - apiV1Deployment.POST("/peers", api.PostPeerDeploymentConfig) - - // Swagger doc/ui - s.server.GET("/swagger/*any", ginSwagger.WrapHandler(swaggerFiles.Handler)) -} - -func (s *Server) RequireAuthentication(scope string) gin.HandlerFunc { - return func(c *gin.Context) { - session := GetSessionData(c) - - if !session.LoggedIn { - // Abort the request with the appropriate error code - c.Abort() - c.Redirect(http.StatusSeeOther, "/auth/login?err=loginreq") - return - } - - if scope == "admin" && !session.IsAdmin { - // Abort the request with the appropriate error code - c.Abort() - s.GetHandleError(c, http.StatusUnauthorized, "unauthorized", "not enough permissions") - return - } - - // default case if some random scope was set... - if scope != "" && !session.IsAdmin { - // Abort the request with the appropriate error code - c.Abort() - s.GetHandleError(c, http.StatusUnauthorized, "unauthorized", "not enough permissions") - return - } - - // Check if logged-in user is still valid - if !s.isUserStillValid(session.Email) { - _ = DestroySessionData(c) - c.Abort() - s.GetHandleError(c, http.StatusUnauthorized, "unauthorized", "session no longer available") - return - } - - // Continue down the chain to handler etc - c.Next() - } -} - -func (s *Server) RequireApiAuthentication(scope string) gin.HandlerFunc { - return func(c *gin.Context) { - username, password, hasAuth := c.Request.BasicAuth() - if !hasAuth { - c.Abort() - c.JSON(http.StatusUnauthorized, ApiError{Message: "unauthorized"}) - return - } - - // Validate form input - if strings.Trim(username, " ") == "" || strings.Trim(password, " ") == "" { - c.Abort() - c.JSON(http.StatusUnauthorized, ApiError{Message: "unauthorized"}) - return - } - - // Check all available auth backends - user, err := s.checkAuthentication(username, password) - if err != nil { - c.Abort() - c.JSON(http.StatusInternalServerError, ApiError{Message: "login error"}) - return - } - - // Check if user is authenticated - if user == nil { - c.Abort() - c.JSON(http.StatusUnauthorized, ApiError{Message: "unauthorized"}) - return - } - - // Check admin scope - if scope == "admin" && !user.IsAdmin { - // Abort the request with the appropriate error code - c.Abort() - c.JSON(http.StatusForbidden, ApiError{Message: "unauthorized"}) - return - } - - // default case if some random scope was set... - if scope != "" && !user.IsAdmin { - // Abort the request with the appropriate error code - c.Abort() - c.JSON(http.StatusForbidden, ApiError{Message: "unauthorized"}) - return - } - - // Continue down the chain to handler etc - c.Next() - } -} diff --git a/internal/server/server.go b/internal/server/server.go deleted file mode 100644 index 5ccce9c..0000000 --- a/internal/server/server.go +++ /dev/null @@ -1,356 +0,0 @@ -package server - -import ( - "context" - "encoding/gob" - "html/template" - "io" - "io/fs" - "math/rand" - "net/http" - "net/url" - "os" - "path/filepath" - "strings" - "time" - - "github.com/gin-contrib/sessions" - "github.com/gin-contrib/sessions/memstore" - "github.com/gin-gonic/gin" - wgportal "github.com/h44z/wg-portal" - ldapprovider "github.com/h44z/wg-portal/internal/authentication/providers/ldap" - passwordprovider "github.com/h44z/wg-portal/internal/authentication/providers/password" - "github.com/h44z/wg-portal/internal/common" - "github.com/h44z/wg-portal/internal/users" - "github.com/h44z/wg-portal/internal/wireguard" - "github.com/pkg/errors" - "github.com/sirupsen/logrus" - ginlogrus "github.com/toorop/gin-logrus" - "gorm.io/gorm" -) - -const SessionIdentifier = "wgPortalSession" - -func init() { - gob.Register(SessionData{}) - gob.Register(FlashData{}) - gob.Register(wireguard.Peer{}) - gob.Register(wireguard.Device{}) - gob.Register(LdapCreateForm{}) - gob.Register(users.User{}) -} - -type SessionData struct { - LoggedIn bool - IsAdmin bool - Firstname string - Lastname string - Email string - DeviceName string - - SortedBy map[string]string - SortDirection map[string]string - Search map[string]string - - AlertData string - AlertType string - FormData interface{} -} - -type FlashData struct { - HasAlert bool - Message string - Type string -} - -type StaticData struct { - WebsiteTitle string - WebsiteLogo string - CompanyName string - Year int - Version string -} - -type Server struct { - ctx context.Context - config *Config - server *gin.Engine - mailTpl *template.Template - auth *AuthManager - - db *gorm.DB - users *users.Manager - wg *wireguard.Manager - peers *wireguard.PeerManager -} - -func (s *Server) Setup(ctx context.Context) error { - var err error - - dir := s.getExecutableDirectory() - rDir, _ := filepath.Abs(filepath.Dir(os.Args[0])) - logrus.Infof("real working directory: %s", rDir) - logrus.Infof("current working directory: %s", dir) - - // Init rand - rand.Seed(time.Now().UnixNano()) - - s.config = NewConfig() - s.ctx = ctx - - // Setup database connection - s.db, err = common.GetDatabaseForConfig(&s.config.Database) - if err != nil { - return errors.WithMessage(err, "database setup failed") - } - err = common.MigrateDatabase(s.db, DatabaseVersion) - if err != nil { - return errors.WithMessage(err, "database migration failed") - } - - // Setup http server - gin.SetMode(gin.DebugMode) - gin.DefaultWriter = io.Discard - s.server = gin.New() - if logrus.GetLevel() == logrus.TraceLevel { - s.server.Use(ginlogrus.Logger(logrus.StandardLogger())) - } - s.server.Use(gin.Recovery()) - - // Authentication cookies - cookieStore := memstore.NewStore([]byte(s.config.Core.SessionSecret)) - cookieStore.Options(sessions.Options{ - Path: "/", - MaxAge: 86400, // auth session is valid for 1 day - Secure: strings.HasPrefix(s.config.Core.ExternalUrl, "https"), - HttpOnly: true, - }) - s.server.Use(sessions.Sessions("authsession", cookieStore)) - s.server.SetFuncMap(template.FuncMap{ - "formatDate": common.FormatDateHTML, - "formatBytes": common.ByteCountSI, - "urlEncode": url.QueryEscape, - "startsWith": strings.HasPrefix, - "userForEmail": func(users []users.User, email string) *users.User { - for i := range users { - if users[i].Email == email { - return &users[i] - } - } - return nil - }, - }) - - // Setup templates - templates := template.Must(template.New("").Funcs(s.server.FuncMap).ParseFS(wgportal.Templates, "assets/tpl/*.html")) - s.server.SetHTMLTemplate(templates) - - // Serve static files - s.server.StaticFS("/css", http.FS(fsMust(fs.Sub(wgportal.Statics, "assets/css")))) - s.server.StaticFS("/js", http.FS(fsMust(fs.Sub(wgportal.Statics, "assets/js")))) - s.server.StaticFS("/img", http.FS(fsMust(fs.Sub(wgportal.Statics, "assets/img")))) - s.server.StaticFS("/fonts", http.FS(fsMust(fs.Sub(wgportal.Statics, "assets/fonts")))) - - // Setup all routes - SetupRoutes(s) - SetupApiRoutes(s) - - // Setup user database (also needed for database authentication) - s.users, err = users.NewManager(s.db) - if err != nil { - return errors.WithMessage(err, "user-manager initialization failed") - } - - // Setup auth manager - s.auth = NewAuthManager(s) - pwProvider, err := passwordprovider.New(&s.config.Database) - if err != nil { - return errors.WithMessage(err, "password provider initialization failed") - } - if err = pwProvider.InitializeAdmin(s.config.Core.AdminUser, s.config.Core.AdminPassword); err != nil { - return errors.WithMessage(err, "admin initialization failed") - } - s.auth.RegisterProvider(pwProvider) - - if s.config.Core.LdapEnabled { - ldapProvider, err := ldapprovider.New(&s.config.LDAP) - if err != nil { - s.config.Core.LdapEnabled = false - logrus.Warnf("failed to setup LDAP connection, LDAP features disabled") - } - s.auth.RegisterProviderWithoutError(ldapProvider, err) - } - - // Setup WireGuard stuff - s.wg = &wireguard.Manager{Cfg: &s.config.WG} - if err = s.wg.Init(); err != nil { - return errors.WithMessage(err, "unable to initialize WireGuard manager") - } - - // Setup peer manager - if s.peers, err = wireguard.NewPeerManager(s.db, s.wg); err != nil { - return errors.WithMessage(err, "unable to setup peer manager") - } - - for _, deviceName := range s.wg.Cfg.DeviceNames { - if err = s.RestoreWireGuardInterface(deviceName); err != nil { - return errors.WithMessagef(err, "unable to restore WireGuard state for %s", deviceName) - } - } - - // Setup mail template - s.mailTpl, err = template.New("email.html").ParseFS(wgportal.Templates, "assets/tpl/email.html") - if err != nil { - return errors.Wrap(err, "unable to pare mail template") - } - - logrus.Infof("setup of service completed!") - return nil -} - -func (s *Server) Run() { - logrus.Infof("starting web service on %s", s.config.Core.ListeningAddress) - - // Start ldap sync - if s.config.Core.LdapEnabled { - go s.SyncLdapWithUserDatabase() - } - - go s.RunBackgroundTasks(s.ctx) - - // Run web service - srv := &http.Server{ - Addr: s.config.Core.ListeningAddress, - Handler: s.server, - } - - go func() { - if err := srv.ListenAndServe(); err != nil { - logrus.Debugf("web service on %s exited: %v", s.config.Core.ListeningAddress, err) - } - }() - - <-s.ctx.Done() - - logrus.Debug("web service shutting down...") - - shutdownCtx, cancel := context.WithTimeout(context.Background(), 10*time.Second) - defer cancel() - _ = srv.Shutdown(shutdownCtx) - -} - -func (s *Server) getExecutableDirectory() string { - dir, err := filepath.Abs(filepath.Dir(os.Args[0])) - if err != nil { - logrus.Errorf("failed to get executable directory: %v", err) - } - - if _, err := os.Stat(filepath.Join(dir, "assets")); os.IsNotExist(err) { - return "." // assets directory not found -> we are developing in goland =) - } - - return dir -} - -func (s *Server) getStaticData() StaticData { - return StaticData{ - WebsiteTitle: s.config.Core.Title, - WebsiteLogo: s.config.Core.LogoUrl, - CompanyName: s.config.Core.CompanyName, - Year: time.Now().Year(), - Version: Version, - } -} - -func GetSessionData(c *gin.Context) SessionData { - session := sessions.Default(c) - rawSessionData := session.Get(SessionIdentifier) - - var sessionData SessionData - if rawSessionData != nil { - sessionData = rawSessionData.(SessionData) - } else { - sessionData = SessionData{ - Search: map[string]string{"peers": "", "userpeers": "", "users": ""}, - SortedBy: map[string]string{"peers": "handshake", "userpeers": "id", "users": "email"}, - SortDirection: map[string]string{"peers": "desc", "userpeers": "asc", "users": "asc"}, - Email: "", - Firstname: "", - Lastname: "", - DeviceName: "", - IsAdmin: false, - LoggedIn: false, - } - session.Set(SessionIdentifier, sessionData) - if err := session.Save(); err != nil { - logrus.Errorf("failed to store session: %v", err) - } - } - - return sessionData -} - -func GetFlashes(c *gin.Context) []FlashData { - session := sessions.Default(c) - flashes := session.Flashes() - if err := session.Save(); err != nil { - logrus.Errorf("failed to store session after setting flash: %v", err) - } - - flashData := make([]FlashData, len(flashes)) - for i := range flashes { - flashData[i] = flashes[i].(FlashData) - } - - return flashData -} - -func UpdateSessionData(c *gin.Context, data SessionData) error { - session := sessions.Default(c) - session.Set(SessionIdentifier, data) - if err := session.Save(); err != nil { - logrus.Errorf("failed to store session: %v", err) - return errors.Wrap(err, "failed to store session") - } - return nil -} - -func DestroySessionData(c *gin.Context) error { - session := sessions.Default(c) - session.Delete(SessionIdentifier) - if err := session.Save(); err != nil { - logrus.Errorf("failed to destroy session: %v", err) - return errors.Wrap(err, "failed to destroy session") - } - return nil -} - -func SetFlashMessage(c *gin.Context, message, typ string) { - session := sessions.Default(c) - session.AddFlash(FlashData{ - Message: message, - Type: typ, - }) - if err := session.Save(); err != nil { - logrus.Errorf("failed to store session after setting flash: %v", err) - } -} - -func (s SessionData) GetSortIcon(table, field string) string { - if s.SortedBy[table] != field { - return "fa-sort" - } - if s.SortDirection[table] == "asc" { - return "fa-sort-alpha-down" - } else { - return "fa-sort-alpha-up" - } -} - -func fsMust(f fs.FS, err error) fs.FS { - if err != nil { - panic(err) - } - return f -} diff --git a/internal/server/server_helper.go b/internal/server/server_helper.go deleted file mode 100644 index f28774f..0000000 --- a/internal/server/server_helper.go +++ /dev/null @@ -1,447 +0,0 @@ -package server - -import ( - "context" - "crypto/md5" - "fmt" - "os" - "path" - "syscall" - "time" - - "github.com/h44z/wg-portal/internal/users" - "github.com/h44z/wg-portal/internal/wireguard" - "github.com/pkg/errors" - "github.com/sirupsen/logrus" - "golang.org/x/crypto/bcrypt" - "golang.zx2c4.com/wireguard/wgctrl/wgtypes" - "gorm.io/gorm" -) - -// PrepareNewPeer initiates a new peer for the given WireGuard device. -func (s *Server) PrepareNewPeer(device string) (wireguard.Peer, error) { - dev := s.peers.GetDevice(device) - deviceIPs := dev.GetIPAddresses() - - peer := wireguard.Peer{} - peer.IsNew = true - - switch dev.Type { - case wireguard.DeviceTypeServer: - peerIPs := make([]string, len(deviceIPs)) - for i := range deviceIPs { - freeIP, err := s.peers.GetAvailableIp(device, deviceIPs[i]) - if err != nil { - return wireguard.Peer{}, errors.WithMessage(err, "failed to get available IP addresses") - } - peerIPs[i] = freeIP - } - peer.SetIPAddresses(peerIPs...) - psk, err := wgtypes.GenerateKey() - if err != nil { - return wireguard.Peer{}, errors.Wrap(err, "failed to generate key") - } - key, err := wgtypes.GeneratePrivateKey() - if err != nil { - return wireguard.Peer{}, errors.Wrap(err, "failed to generate private key") - } - peer.PresharedKey = psk.String() - peer.PrivateKey = key.String() - peer.PublicKey = key.PublicKey().String() - peer.UID = fmt.Sprintf("u%x", md5.Sum([]byte(peer.PublicKey))) - peer.Endpoint = dev.DefaultEndpoint - peer.DNSStr = dev.DNSStr - peer.PersistentKeepalive = dev.DefaultPersistentKeepalive - peer.AllowedIPsStr = dev.DefaultAllowedIPsStr - peer.Mtu = dev.Mtu - peer.DeviceName = device - case wireguard.DeviceTypeClient: - peer.UID = "newendpoint" - } - - return peer, nil -} - -// CreatePeerByEmail creates a new peer for the given email. -func (s *Server) CreatePeerByEmail(device, email, identifierSuffix string) error { - user := s.users.GetUser(email) - - peer, err := s.PrepareNewPeer(device) - if err != nil { - return errors.WithMessage(err, "failed to prepare new peer") - } - peer.Email = email - if user != nil { - peer.Identifier = fmt.Sprintf("%s %s (%s)", user.Firstname, user.Lastname, identifierSuffix) - } else { - peer.Identifier = fmt.Sprintf("%s (%s)", email, identifierSuffix) - } - - return s.CreatePeer(device, peer) -} - -// CreatePeer creates the new peer in the database. If the peer has no assigned ip addresses, a new one will be assigned -// automatically. Also, if the private key is empty, a new key-pair will be generated. -// This function also configures the new peer on the physical WireGuard interface if the peer is not deactivated. -func (s *Server) CreatePeer(device string, peer wireguard.Peer) error { - dev := s.peers.GetDevice(device) - deviceIPs := dev.GetIPAddresses() - peerIPs := peer.GetIPAddresses() - - peer.AllowedIPsStr = dev.DefaultAllowedIPsStr - if len(peerIPs) == 0 && dev.Type == wireguard.DeviceTypeServer { - peerIPs = make([]string, len(deviceIPs)) - for i := range deviceIPs { - freeIP, err := s.peers.GetAvailableIp(device, deviceIPs[i]) - if err != nil { - return errors.WithMessage(err, "failed to get available IP addresses") - } - peerIPs[i] = freeIP - } - peer.SetIPAddresses(peerIPs...) - } - if peer.PresharedKey == "" && dev.Type == wireguard.DeviceTypeServer { // if preshared key is empty create a new one - - psk, err := wgtypes.GenerateKey() - if err != nil { - return errors.Wrap(err, "failed to generate key") - } - peer.PresharedKey = psk.String() - } - - if peer.PrivateKey == "" && peer.PublicKey == "" && dev.Type == wireguard.DeviceTypeServer { // if private key is empty create a new one - - key, err := wgtypes.GeneratePrivateKey() - if err != nil { - return errors.Wrap(err, "failed to generate private key") - } - peer.PrivateKey = key.String() - peer.PublicKey = key.PublicKey().String() - } - peer.DeviceName = dev.DeviceName - peer.UID = fmt.Sprintf("u%x", md5.Sum([]byte(peer.PublicKey))) - if peer.ExpiresAt != nil && peer.ExpiresAt.IsZero() { // convert 01-01-0001 to nil - peer.ExpiresAt = nil - } - - // Create WireGuard interface - if peer.DeactivatedAt == nil { - if err := s.wg.AddPeer(device, peer.GetConfig(&dev)); err != nil { - return errors.WithMessage(err, "failed to add WireGuard peer") - } - } - - // Create in database - if err := s.peers.CreatePeer(peer); err != nil { - return errors.WithMessage(err, "failed to create peer") - } - - return s.WriteWireGuardConfigFile(device) -} - -// UpdatePeer updates the physical WireGuard interface and the database. -func (s *Server) UpdatePeer(peer wireguard.Peer, updateTime time.Time) error { - currentPeer := s.peers.GetPeerByKey(peer.PublicKey) - dev := s.peers.GetDevice(peer.DeviceName) - - // Check if expiry date is in the future, an reactivate the peer in case. - if s.config.Core.ExpiryReEnable && currentPeer.DeactivatedReason == wireguard.DeactivatedReasonExpired && - peer.ExpiresAt != nil && peer.ExpiresAt.After(time.Now()) { - peer.DeactivatedAt = nil - peer.DeactivatedReason = "" - } - - // Update WireGuard device - var err error - switch { - case peer.DeactivatedAt != nil && *peer.DeactivatedAt == updateTime: - err = s.wg.RemovePeer(peer.DeviceName, peer.PublicKey) - case peer.DeactivatedAt == nil && currentPeer.Peer != nil: - err = s.wg.UpdatePeer(peer.DeviceName, peer.GetConfig(&dev)) - case peer.DeactivatedAt == nil && currentPeer.Peer == nil: - err = s.wg.AddPeer(peer.DeviceName, peer.GetConfig(&dev)) - } - if err != nil { - return errors.WithMessage(err, "failed to update WireGuard peer") - } - - peer.UID = fmt.Sprintf("u%x", md5.Sum([]byte(peer.PublicKey))) - if peer.ExpiresAt != nil && peer.ExpiresAt.IsZero() { // convert 01-01-0001 to nil - peer.ExpiresAt = nil - } - - // Update in database - if err := s.peers.UpdatePeer(peer); err != nil { - return errors.WithMessage(err, "failed to update peer") - } - - return s.WriteWireGuardConfigFile(peer.DeviceName) -} - -// DeletePeer removes the peer from the physical WireGuard interface and the database. -func (s *Server) DeletePeer(peer wireguard.Peer) error { - // Delete WireGuard peer - if err := s.wg.RemovePeer(peer.DeviceName, peer.PublicKey); err != nil { - return errors.WithMessage(err, "failed to remove WireGuard peer") - } - - // Delete in database - if err := s.peers.DeletePeer(peer); err != nil { - return errors.WithMessage(err, "failed to remove peer") - } - - return s.WriteWireGuardConfigFile(peer.DeviceName) -} - -// RestoreWireGuardInterface restores the state of the physical WireGuard interface from the database. -func (s *Server) RestoreWireGuardInterface(device string) error { - activePeers := s.peers.GetActivePeers(device) - dev := s.peers.GetDevice(device) - - for i := range activePeers { - if activePeers[i].Peer == nil { - if err := s.wg.AddPeer(device, activePeers[i].GetConfig(&dev)); err != nil { - return errors.WithMessage(err, "failed to add WireGuard peer") - } - } - } - - return nil -} - -// WriteWireGuardConfigFile writes the configuration file for the physical WireGuard interface. -func (s *Server) WriteWireGuardConfigFile(device string) error { - if s.config.WG.ConfigDirectoryPath == "" { - return nil // writing disabled - } - if err := syscall.Access(s.config.WG.ConfigDirectoryPath, syscall.O_RDWR); err != nil { - return errors.Wrap(err, "failed to check WireGuard config access rights") - } - - dev := s.peers.GetDevice(device) - cfg, err := dev.GetConfigFile(s.peers.GetActivePeers(device), s.config.Core.WGExporterFriendlyNames) - if err != nil { - return errors.WithMessage(err, "failed to get config file") - } - filePath := path.Join(s.config.WG.ConfigDirectoryPath, dev.DeviceName+".conf") - if err := os.WriteFile(filePath, cfg, 0644); err != nil { - return errors.Wrap(err, "failed to write WireGuard config file") - } - return nil -} - -// CreateUser creates the user in the database and optionally adds a default WireGuard peer for the user. -func (s *Server) CreateUser(user users.User, device string) error { - if user.Email == "" { - return errors.New("cannot create user with empty email address") - } - - // Check if user already exists, if so re-enable - if existingUser := s.users.GetUserUnscoped(user.Email); existingUser != nil { - user.DeletedAt = gorm.DeletedAt{} // reset deleted flag to enable that user again - return s.UpdateUser(user) - } - - // Hash user password (if set) - if user.Password != "" { - hashedPassword, err := bcrypt.GenerateFromPassword([]byte(user.Password), bcrypt.DefaultCost) - if err != nil { - return errors.Wrap(err, "unable to hash password") - } - user.Password = users.PrivateString(hashedPassword) - } - - // Create user in database - if err := s.users.CreateUser(&user); err != nil { - return errors.WithMessage(err, "failed to create user in manager") - } - - // Check if user already has a peer setup, if not, create one - return s.CreateUserDefaultPeer(user.Email, device) -} - -// UpdateUser updates the user in the database. If the user is marked as deleted, it will get remove from the database. -// Also, if the user is re-enabled, all it's linked WireGuard peers will be activated again. -func (s *Server) UpdateUser(user users.User) error { - currentUser := s.users.GetUserUnscoped(user.Email) - - // Hash user password (if set) - if user.Password != "" { - hashedPassword, err := bcrypt.GenerateFromPassword([]byte(user.Password), bcrypt.DefaultCost) - if err != nil { - return errors.Wrap(err, "unable to hash password") - } - user.Password = users.PrivateString(hashedPassword) - } else { - user.Password = currentUser.Password // keep current password - } - - // Update in database - if err := s.users.UpdateUser(&user); err != nil { - return errors.WithMessage(err, "failed to update user in manager") - } - - // Set to deleted (disabled) if user's deletedAt date is not empty - if user.DeletedAt.Valid { - return s.DeleteUser(user) - } - - // Otherwise, if user was deleted (disabled), reactivate it's peers - if currentUser.DeletedAt.Valid { - for _, peer := range s.peers.GetPeersByMail(user.Email) { - now := time.Now() - peer.DeactivatedAt = nil - peer.DeactivatedReason = "" - if err := s.UpdatePeer(peer, now); err != nil { - logrus.Errorf("failed to update (re)activated peer %s for %s: %v", peer.PublicKey, peer.Email, err) - } - } - } - - return nil -} - -// DeleteUser soft-deletes the user from the database (disable the user). -// Also, if the user has linked WireGuard peers, they will be deactivated. -func (s *Server) DeleteUser(user users.User) error { - // Update in database - if err := s.users.DeleteUser(&user, true); err != nil { - return errors.WithMessage(err, "failed to disable user in manager") - } - - // Disable users peers - for _, peer := range s.peers.GetPeersByMail(user.Email) { - now := time.Now() - peer.DeactivatedAt = &now - peer.DeactivatedReason = wireguard.DeactivatedReasonUserMissing - if err := s.UpdatePeer(peer, now); err != nil { - logrus.Errorf("failed to update deactivated peer %s for %s: %v", peer.PublicKey, peer.Email, err) - } - } - - return nil -} - -// HardDeleteUser removes the user from the database. -// Also, if the user has linked WireGuard peers, they will be deleted. -func (s *Server) HardDeleteUser(user users.User) error { - // Update in database - if err := s.users.DeleteUser(&user, false); err != nil { - return errors.WithMessage(err, "failed to delete user in manager") - } - - // remove all linked peers - for _, peer := range s.peers.GetPeersByMail(user.Email) { - if err := s.DeletePeer(peer); err != nil { - logrus.Errorf("failed to delete peer %s for %s: %v", peer.PublicKey, user.Email, err) - } - } - - return nil -} - -func (s *Server) CreateUserDefaultPeer(email, device string) error { - // Check if automatic peer creation is enabled - if !s.config.Core.CreateDefaultPeer { - return nil - } - - // Check if user is active, if not, quit - var existingUser *users.User - if existingUser = s.users.GetUser(email); existingUser == nil { - return nil - } - - // Check if user already has a peer setup, if not, create one - peers := s.peers.GetPeersByMail(email) - if len(peers) != 0 { - return nil - } - - // Create default vpn peer - peer, err := s.PrepareNewPeer(device) - if err != nil { - return errors.WithMessage(err, "failed to prepare new peer") - } - peer.Email = email - if existingUser.Firstname != "" && existingUser.Lastname != "" { - peer.Identifier = fmt.Sprintf("%s %s (%s)", existingUser.Firstname, existingUser.Lastname, "Default") - } else { - peer.Identifier = fmt.Sprintf("%s (%s)", existingUser.Email, "Default") - } - peer.CreatedBy = existingUser.Email - peer.UpdatedBy = existingUser.Email - if err := s.CreatePeer(device, peer); err != nil { - return errors.WithMessagef(err, "failed to automatically create vpn peer for %s", email) - } - - return nil -} - -func (s *Server) GetDeviceNames() map[string]string { - devNames := make(map[string]string, len(s.wg.Cfg.DeviceNames)) - - for _, devName := range s.wg.Cfg.DeviceNames { - dev := s.peers.GetDevice(devName) - devNames[devName] = dev.DisplayName - } - - return devNames -} - -func (s *Server) RunBackgroundTasks(ctx context.Context) { - running := true - for running { - select { - case <-ctx.Done(): - running = false - continue - case <-time.After(time.Duration(s.config.Core.BackgroundTaskInterval) * time.Second): - // sleep completed, select will stop blocking - } - - logrus.Debug("running periodic background tasks...") - - err := s.checkExpiredPeers() - if err != nil { - logrus.Errorf("failed to check expired peers: %v", err) - } - } -} - -func (s *Server) checkExpiredPeers() error { - now := time.Now() - - for _, devName := range s.wg.Cfg.DeviceNames { - changed := false - peers := s.peers.GetAllPeers(devName) - for _, peer := range peers { - if peer.IsExpired() && !peer.IsDeactivated() { - changed = true - - peer.UpdatedAt = now - peer.DeactivatedAt = &now - peer.DeactivatedReason = wireguard.DeactivatedReasonExpired - - res := s.db.Save(&peer) - if res.Error != nil { - return fmt.Errorf("failed save expired peer %s: %w", peer.PublicKey, res.Error) - } - - err := s.wg.RemovePeer(peer.DeviceName, peer.PublicKey) - if err != nil { - return fmt.Errorf("failed to expire peer %s: %w", peer.PublicKey, err) - } - } - } - - if changed { - err := s.WriteWireGuardConfigFile(devName) - if err != nil { - return fmt.Errorf("failed to persist config for interface %s: %w", devName, err) - } - } - } - - return nil -} diff --git a/internal/server/version.go b/internal/server/version.go deleted file mode 100644 index 58fdf31..0000000 --- a/internal/server/version.go +++ /dev/null @@ -1,4 +0,0 @@ -package server - -var Version = "testbuild" -var DatabaseVersion = "1.0.9" diff --git a/internal/users/manager.go b/internal/users/manager.go deleted file mode 100644 index 5a9c489..0000000 --- a/internal/users/manager.go +++ /dev/null @@ -1,229 +0,0 @@ -package users - -import ( - "sort" - "strconv" - "strings" - "time" - - "github.com/pkg/errors" - "github.com/sirupsen/logrus" - "gorm.io/gorm" -) - -type Manager struct { - db *gorm.DB -} - -func NewManager(db *gorm.DB) (*Manager, error) { - m := &Manager{db: db} - - // check if old user table exists (from version <= 1.0.2), if so rename it to peers. - if m.db.Migrator().HasTable("users") && !m.db.Migrator().HasTable("peers") { - if err := m.db.Migrator().RenameTable("users", "peers"); err != nil { - return nil, errors.Wrapf(err, "failed to migrate old database structure") - } else { - logrus.Infof("upgraded database format from version v1.0.2") - } - } - - if err := m.db.AutoMigrate(&User{}); err != nil { - return nil, errors.Wrap(err, "failed to migrate user database") - } - - return m, nil -} - -func (m Manager) GetUsers() []User { - users := make([]User, 0) - m.db.Find(&users) - return users -} - -func (m Manager) GetUsersUnscoped() []User { - users := make([]User, 0) - m.db.Unscoped().Find(&users) - return users -} - -func (m Manager) UserExists(email string) bool { - return m.GetUser(email) != nil -} - -func (m Manager) GetUser(email string) *User { - email = strings.ToLower(email) - - user := User{} - m.db.Where("email = ?", email).First(&user) - - if user.Email != email { - return nil - } - - return &user -} - -func (m Manager) GetUserUnscoped(email string) *User { - email = strings.ToLower(email) - - user := User{} - m.db.Unscoped().Where("email = ?", email).First(&user) - - if user.Email != email { - return nil - } - - return &user -} - -func (m Manager) GetFilteredAndSortedUsers(sortKey, sortDirection, search string) []User { - users := make([]User, 0) - m.db.Find(&users) - - filteredUsers := filterUsers(users, search) - sortUsers(filteredUsers, sortKey, sortDirection) - - return filteredUsers -} - -func (m Manager) GetFilteredAndSortedUsersUnscoped(sortKey, sortDirection, search string) []User { - users := make([]User, 0) - m.db.Unscoped().Find(&users) - - filteredUsers := filterUsers(users, search) - sortUsers(filteredUsers, sortKey, sortDirection) - - return filteredUsers -} - -func (m Manager) GetOrCreateUser(email string) (*User, error) { - email = strings.ToLower(email) - - user := User{} - m.db.Where("email = ?", email).FirstOrInit(&user) - - if user.Email != email { - user.Email = email - user.CreatedAt = time.Now() - user.UpdatedAt = time.Now() - user.IsAdmin = false - user.Source = UserSourceDatabase - - res := m.db.Create(&user) - if res.Error != nil { - return nil, errors.Wrapf(res.Error, "failed to create user %s", email) - } - } - - return &user, nil -} - -func (m Manager) GetOrCreateUserUnscoped(email string) (*User, error) { - email = strings.ToLower(email) - - user := User{} - m.db.Unscoped().Where("email = ?", email).FirstOrInit(&user) - - if user.Email != email { - user.Email = email - user.CreatedAt = time.Now() - user.UpdatedAt = time.Now() - user.IsAdmin = false - user.Source = UserSourceDatabase - - res := m.db.Create(&user) - if res.Error != nil { - return nil, errors.Wrapf(res.Error, "failed to create user %s", email) - } - } - - return &user, nil -} - -func (m Manager) CreateUser(user *User) error { - user.Email = strings.ToLower(user.Email) - user.Source = UserSourceDatabase - res := m.db.Create(user) - if res.Error != nil { - return errors.Wrapf(res.Error, "failed to create user %s", user.Email) - } - - return nil -} - -func (m Manager) UpdateUser(user *User) error { - user.Email = strings.ToLower(user.Email) - res := m.db.Save(user) - if res.Error != nil { - return errors.Wrapf(res.Error, "failed to update user %s", user.Email) - } - - return nil -} - -func (m Manager) DeleteUser(user *User, soft bool) error { - user.Email = strings.ToLower(user.Email) - var res *gorm.DB - if soft { - res = m.db.Delete(user) - } else { - res = m.db.Unscoped().Delete(user) - } - if res.Error != nil { - return errors.Wrapf(res.Error, "failed to update user %s", user.Email) - } - - return nil -} - -func sortUsers(users []User, key, direction string) { - sort.Slice(users, func(i, j int) bool { - var sortValueLeft string - var sortValueRight string - - switch key { - case "email": - sortValueLeft = users[i].Email - sortValueRight = users[j].Email - case "firstname": - sortValueLeft = users[i].Firstname - sortValueRight = users[j].Firstname - case "lastname": - sortValueLeft = users[i].Lastname - sortValueRight = users[j].Lastname - case "phone": - sortValueLeft = users[i].Phone - sortValueRight = users[j].Phone - case "source": - sortValueLeft = string(users[i].Source) - sortValueRight = string(users[j].Source) - case "admin": - sortValueLeft = strconv.FormatBool(users[i].IsAdmin) - sortValueRight = strconv.FormatBool(users[j].IsAdmin) - } - - if direction == "asc" { - return sortValueLeft < sortValueRight - } else { - return sortValueLeft > sortValueRight - } - }) -} - -func filterUsers(users []User, search string) []User { - if search == "" { - return users - } - - filteredUsers := make([]User, 0, len(users)) - for i := range users { - if strings.Contains(users[i].Email, strings.ToLower(search)) || - strings.Contains(users[i].Firstname, search) || - strings.Contains(users[i].Lastname, search) || - strings.Contains(string(users[i].Source), search) || - strings.Contains(users[i].Phone, search) { - filteredUsers = append(filteredUsers, users[i]) - } - } - return filteredUsers -} diff --git a/internal/users/user.go b/internal/users/user.go deleted file mode 100644 index 7ae44df..0000000 --- a/internal/users/user.go +++ /dev/null @@ -1,45 +0,0 @@ -package users - -import ( - "time" - - "gorm.io/gorm" -) - -type UserSource string - -const ( - UserSourceLdap UserSource = "ldap" // LDAP / ActiveDirectory - UserSourceDatabase UserSource = "db" // sqlite / mysql database -) - -type PrivateString string - -func (PrivateString) MarshalJSON() ([]byte, error) { - return []byte(`""`), nil -} - -func (PrivateString) String() string { - return "" -} - -// User is the user model that gets linked to peer entries, by default an empty usermodel with only the email address is created -type User struct { - // required fields - Email string `gorm:"primaryKey" form:"email" binding:"required,email"` - Source UserSource - IsAdmin bool `form:"isadmin"` - - // optional fields - Firstname string `form:"firstname" binding:"required"` - Lastname string `form:"lastname" binding:"required"` - Phone string `form:"phone" binding:"omitempty"` - - // optional, integrated password authentication - Password PrivateString `form:"password" binding:"omitempty"` - - // database internal fields - CreatedAt time.Time - UpdatedAt time.Time - DeletedAt gorm.DeletedAt `gorm:"index" json:",omitempty" swaggertype:"string"` -} diff --git a/internal/util.go b/internal/util.go new file mode 100644 index 0000000..4e8548c --- /dev/null +++ b/internal/util.go @@ -0,0 +1,128 @@ +package internal + +import ( + "context" + "fmt" + "os" + "os/signal" + "strings" + "syscall" +) + +// SignalAwareContext returns a context that gets closed once a given signal is retrieved. +// By default, the following signals are handled: syscall.SIGINT, syscall.SIGTERM, syscall.SIGHUP +func SignalAwareContext(ctx context.Context, sig ...os.Signal) context.Context { + c := make(chan os.Signal, 1) + if len(sig) == 0 { + signal.Notify(c, syscall.SIGINT, syscall.SIGTERM, syscall.SIGHUP) + } else { + + signal.Notify(c, sig...) + } + signalCtx, cancel := context.WithCancel(ctx) + + // Attach signal handlers to context + go func() { + select { + case <-ctx.Done(): + // normal shutdown, quit go routine + case <-c: + cancel() // cancel the context + } + + // cleanup + signal.Stop(c) + close(c) + }() + + return signalCtx +} + +// AssertNoError panics if the given error is not nil. +func AssertNoError(err error) { + if err != nil { + panic(err) + } +} + +// ByteCountSI returns the byte count as string, see: https://yourbasic.org/golang/formatting-byte-size-to-human-readable-format/ +func ByteCountSI(b int64) string { + const unit = 1000 + if b < unit { + return fmt.Sprintf("%d B", b) + } + div, exp := int64(unit), 0 + for n := b / unit; n >= unit; n /= unit { + div *= unit + exp++ + } + return fmt.Sprintf("%.1f %cB", + float64(b)/float64(div), "kMGTPE"[exp]) +} + +// MapDefaultString returns the string value for the given key or a default value +func MapDefaultString(m map[string]interface{}, key string, dflt string) string { + if m == nil { + return dflt + } + if tmp, ok := m[key]; !ok { + return dflt + } else { + switch v := tmp.(type) { + case string: + return v + case nil: + return dflt + default: + return fmt.Sprintf("%v", v) + } + } +} + +// UniqueStringSlice removes duplicates in the given string slice +func UniqueStringSlice(slice []string) []string { + keys := make(map[string]struct{}) + uniqueSlice := make([]string, 0, len(slice)) + for _, entry := range slice { + if _, exists := keys[entry]; !exists { + keys[entry] = struct{}{} + uniqueSlice = append(uniqueSlice, entry) + } + } + return uniqueSlice +} + +func SliceContains[T comparable](slice []T, needle T) bool { + for _, elem := range slice { + if elem == needle { + return true + } + } + + return false +} + +func SliceString(str string) []string { + strParts := strings.Split(str, ",") + stringSlice := make([]string, 0, len(strParts)) + + for _, s := range strParts { + trimmed := strings.TrimSpace(s) + if trimmed != "" { + stringSlice = append(stringSlice, trimmed) + } + } + + return stringSlice +} + +func SliceToString(slice []string) string { + return strings.Join(slice, ",") +} + +func TruncateString(s string, max int) string { + if max > len(s) { + return s + } + return s[:max] +} diff --git a/internal/version.go b/internal/version.go new file mode 100644 index 0000000..4ff18a0 --- /dev/null +++ b/internal/version.go @@ -0,0 +1,3 @@ +package internal + +var Version = "unknown (local build)" diff --git a/internal/wireguard/config.go b/internal/wireguard/config.go deleted file mode 100644 index 802f62b..0000000 --- a/internal/wireguard/config.go +++ /dev/null @@ -1,18 +0,0 @@ -package wireguard - -import "github.com/h44z/wg-portal/internal/common" - -type Config struct { - DeviceNames []string `yaml:"devices" envconfig:"WG_DEVICES"` // managed devices - DefaultDeviceName string `yaml:"defaultDevice" envconfig:"WG_DEFAULT_DEVICE"` // this device is used for auto-created peers, use GetDefaultDeviceName() to access this field - ConfigDirectoryPath string `yaml:"configDirectory" envconfig:"WG_CONFIG_PATH"` // optional, if set, updates will be written to this path, filename: .conf - ManageIPAddresses bool `yaml:"manageIPAddresses" envconfig:"MANAGE_IPS"` // handle ip-address setup of interface - UserManagePeers bool `yaml:"userManagePeers" envconfig:"USER_MANAGE_PEERS"` // user can manage own peers -} - -func (c Config) GetDefaultDeviceName() string { - if c.DefaultDeviceName == "" || !common.ListContains(c.DeviceNames, c.DefaultDeviceName) { - return c.DeviceNames[0] - } - return c.DefaultDeviceName -} diff --git a/internal/wireguard/manager.go b/internal/wireguard/manager.go deleted file mode 100644 index c80c7ac..0000000 --- a/internal/wireguard/manager.go +++ /dev/null @@ -1,121 +0,0 @@ -package wireguard - -import ( - "sync" - - "github.com/pkg/errors" - "golang.zx2c4.com/wireguard/wgctrl" - "golang.zx2c4.com/wireguard/wgctrl/wgtypes" -) - -// Manager offers a synchronized management interface to the real WireGuard interface. -type Manager struct { - Cfg *Config - wg *wgctrl.Client - mux sync.RWMutex -} - -func (m *Manager) Init() error { - var err error - m.wg, err = wgctrl.New() - if err != nil { - return errors.Wrap(err, "could not create WireGuard client") - } - - return nil -} - -func (m *Manager) GetDeviceInfo(device string) (*wgtypes.Device, error) { - dev, err := m.wg.Device(device) - if err != nil { - return nil, errors.Wrap(err, "could not get WireGuard device") - } - - return dev, nil -} - -func (m *Manager) GetPeerList(device string) ([]wgtypes.Peer, error) { - m.mux.RLock() - defer m.mux.RUnlock() - - dev, err := m.wg.Device(device) - if err != nil { - return nil, errors.Wrap(err, "could not get WireGuard device") - } - - return dev.Peers, nil -} - -func (m *Manager) GetPeer(device string, pubKey string) (*wgtypes.Peer, error) { - m.mux.RLock() - defer m.mux.RUnlock() - - publicKey, err := wgtypes.ParseKey(pubKey) - if err != nil { - return nil, errors.Wrap(err, "invalid public key") - } - - peers, err := m.GetPeerList(device) - if err != nil { - return nil, errors.Wrap(err, "could not get WireGuard peers") - } - - for _, peer := range peers { - if peer.PublicKey == publicKey { - return &peer, nil - } - } - - return nil, errors.Errorf("could not find WireGuard peer: %s", pubKey) -} - -func (m *Manager) AddPeer(device string, cfg wgtypes.PeerConfig) error { - m.mux.Lock() - defer m.mux.Unlock() - - err := m.wg.ConfigureDevice(device, wgtypes.Config{Peers: []wgtypes.PeerConfig{cfg}}) - if err != nil { - return errors.Wrap(err, "could not configure WireGuard device") - } - - return nil -} - -func (m *Manager) UpdatePeer(device string, cfg wgtypes.PeerConfig) error { - m.mux.Lock() - defer m.mux.Unlock() - - cfg.UpdateOnly = true - err := m.wg.ConfigureDevice(device, wgtypes.Config{Peers: []wgtypes.PeerConfig{cfg}}) - if err != nil { - return errors.Wrap(err, "could not configure WireGuard device") - } - - return nil -} - -func (m *Manager) RemovePeer(device string, pubKey string) error { - m.mux.Lock() - defer m.mux.Unlock() - - publicKey, err := wgtypes.ParseKey(pubKey) - if err != nil { - return errors.Wrap(err, "invalid public key") - } - - peer := wgtypes.PeerConfig{ - PublicKey: publicKey, - Remove: true, - } - - err = m.wg.ConfigureDevice(device, wgtypes.Config{Peers: []wgtypes.PeerConfig{peer}}) - if err != nil { - return errors.Wrap(err, "could not configure WireGuard device") - } - - return nil -} - -func (m *Manager) UpdateDevice(device string, cfg wgtypes.Config) error { - return m.wg.ConfigureDevice(device, cfg) -} diff --git a/internal/wireguard/manager_net.go b/internal/wireguard/manager_net.go deleted file mode 100644 index cc934a8..0000000 --- a/internal/wireguard/manager_net.go +++ /dev/null @@ -1,121 +0,0 @@ -package wireguard - -import ( - "fmt" - "net" - - "github.com/milosgajdos/tenus" - "github.com/pkg/errors" -) - -const DefaultMTU = 1420 - -func (m *Manager) GetIPAddress(device string) ([]string, error) { - wgInterface, err := tenus.NewLinkFrom(device) - if err != nil { - return nil, errors.Wrapf(err, "could not retrieve WireGuard interface %s", device) - } - - // Get golang net.interface - iface := wgInterface.NetInterface() - if iface == nil { // Not sure if this check is really necessary - return nil, errors.Wrap(err, "could not retrieve WireGuard net.interface") - } - - addrs, err := iface.Addrs() - if err != nil { - return nil, errors.Wrap(err, "could not retrieve WireGuard ip addresses") - } - - ipAddresses := make([]string, 0, len(addrs)) - for _, addr := range addrs { - var ip net.IP - var mask net.IPMask - switch v := addr.(type) { - case *net.IPNet: - ip = v.IP - mask = v.Mask - case *net.IPAddr: - ip = v.IP - mask = ip.DefaultMask() - } - if ip == nil || mask == nil { - continue // something is wrong? - } - - maskSize, _ := mask.Size() - cidr := fmt.Sprintf("%s/%d", ip.String(), maskSize) - ipAddresses = append(ipAddresses, cidr) - } - - return ipAddresses, nil -} - -func (m *Manager) SetIPAddress(device string, cidrs []string) error { - wgInterface, err := tenus.NewLinkFrom(device) - if err != nil { - return errors.Wrapf(err, "could not retrieve WireGuard interface %s", device) - } - - // First remove existing IP addresses - existingIPs, err := m.GetIPAddress(device) - if err != nil { - return errors.Wrap(err, "could not retrieve IP addresses") - } - for _, cidr := range existingIPs { - wgIp, wgIpNet, err := net.ParseCIDR(cidr) - if err != nil { - return errors.Wrapf(err, "unable to parse cidr %s", cidr) - } - - if err := wgInterface.UnsetLinkIp(wgIp, wgIpNet); err != nil { - return errors.Wrapf(err, "failed to unset ip %s", cidr) - } - } - - // Next set new IP addresses - for _, cidr := range cidrs { - wgIp, wgIpNet, err := net.ParseCIDR(cidr) - if err != nil { - return errors.Wrapf(err, "unable to parse cidr %s", cidr) - } - - if err := wgInterface.SetLinkIp(wgIp, wgIpNet); err != nil { - return errors.Wrapf(err, "failed to set ip %s", cidr) - } - } - - return nil -} - -func (m *Manager) GetMTU(device string) (int, error) { - wgInterface, err := tenus.NewLinkFrom(device) - if err != nil { - return 0, errors.Wrapf(err, "could not retrieve WireGuard interface %s", device) - } - - // Get golang net.interface - iface := wgInterface.NetInterface() - if iface == nil { // Not sure if this check is really necessary - return 0, errors.Wrap(err, "could not retrieve WireGuard net.interface") - } - - return iface.MTU, nil -} - -func (m *Manager) SetMTU(device string, mtu int) error { - wgInterface, err := tenus.NewLinkFrom(device) - if err != nil { - return errors.Wrapf(err, "could not retrieve WireGuard interface %s", device) - } - - if mtu == 0 { - mtu = DefaultMTU - } - - if err := wgInterface.SetLinkMTU(mtu); err != nil { - return errors.Wrapf(err, "could not set MTU on interface %s", device) - } - - return nil -} diff --git a/internal/wireguard/peermanager.go b/internal/wireguard/peermanager.go deleted file mode 100644 index d406344..0000000 --- a/internal/wireguard/peermanager.go +++ /dev/null @@ -1,930 +0,0 @@ -package wireguard - -// WireGuard documentation: https://manpages.debian.org/unstable/wireguard-tools/wg.8.en.html - -import ( - "bytes" - "crypto/md5" - "fmt" - "net" - "regexp" - "sort" - "strings" - "time" - - "github.com/gin-gonic/gin" - "github.com/gin-gonic/gin/binding" - "github.com/go-playground/validator/v10" - "github.com/h44z/wg-portal/internal/common" - "github.com/pkg/errors" - "github.com/sirupsen/logrus" - "github.com/skip2/go-qrcode" - "golang.zx2c4.com/wireguard/wgctrl/wgtypes" - "gorm.io/gorm" -) - -const ( - DeactivatedReasonExpired = "expired" - DeactivatedReasonUserEdit = "user edit action" - DeactivatedReasonUserCreate = "user create action" - DeactivatedReasonAdminEdit = "admin edit action" - DeactivatedReasonAdminCreate = "admin create action" - DeactivatedReasonApiEdit = "api edit action" - DeactivatedReasonApiCreate = "api create action" - DeactivatedReasonLdapMissing = "missing in ldap" - DeactivatedReasonUserMissing = "missing user" -) - -// CUSTOM VALIDATORS ---------------------------------------------------------------------------- -var cidrList validator.Func = func(fl validator.FieldLevel) bool { - cidrListStr := fl.Field().String() - - cidrList := common.ParseStringList(cidrListStr) - for i := range cidrList { - _, _, err := net.ParseCIDR(cidrList[i]) - if err != nil { - return false - } - } - return true -} - -var dnsList validator.Func = func(fl validator.FieldLevel) bool { - dnsListStr := fl.Field().String() - dnsList := common.ParseStringList(dnsListStr) - validate := binding.Validator.Engine().(*validator.Validate) - for i := range dnsList { - ip := net.ParseIP(dnsList[i]) - if ip == nil { - err := validate.Var(dnsList[i], "fqdn") - if err != nil { - return false - } - } - } - return true -} - -var ipList validator.Func = func(fl validator.FieldLevel) bool { - ipListStr := fl.Field().String() - ipList := common.ParseStringList(ipListStr) - for i := range ipList { - ip := net.ParseIP(ipList[i]) - if ip == nil { - return false - } - } - return true -} - -func init() { - if v, ok := binding.Validator.Engine().(*validator.Validate); ok { - _ = v.RegisterValidation("cidrlist", cidrList) - _ = v.RegisterValidation("iplist", ipList) - _ = v.RegisterValidation("dnsList", dnsList) - } -} - -// -// PEER ---------------------------------------------------------------------------------------- -// - -type Peer struct { - Peer *wgtypes.Peer `gorm:"-" json:"-"` // WireGuard peer - Config string `gorm:"-" json:"-"` - - UID string `form:"uid" binding:"required,alphanum"` // uid for html identification - DeviceName string `gorm:"index" form:"device" binding:"required"` - DeviceType DeviceType `gorm:"-" form:"devicetype" binding:"required,oneof=client server"` - Identifier string `form:"identifier" binding:"required,max=64"` // Identifier AND Email make a WireGuard peer unique - Email string `gorm:"index" form:"mail" binding:"required,email"` - IgnoreGlobalSettings bool `form:"ignoreglobalsettings"` - - IsOnline bool `gorm:"-" json:"-"` - IsNew bool `gorm:"-" json:"-"` - LastHandshake string `gorm:"-" json:"-"` - LastHandshakeTime string `gorm:"-" json:"-"` - - // Core WireGuard Settings - PublicKey string `gorm:"primaryKey" form:"pubkey" binding:"required,base64"` // the public key of the peer itself - PresharedKey string `form:"presharedkey" binding:"omitempty,base64"` - AllowedIPsStr string `form:"allowedip" binding:"cidrlist"` // a comma separated list of IPs that are used in the client config file - AllowedIPsSrvStr string `form:"allowedipSrv" binding:"cidrlist"` // a comma separated list of IPs that are used in the server config file - Endpoint string `form:"endpoint" binding:"omitempty,hostname_port"` - PersistentKeepalive int `form:"keepalive" binding:"gte=0"` - - // Misc. WireGuard Settings - PrivateKey string `form:"privkey" binding:"omitempty,base64"` - IPsStr string `form:"ip" binding:"cidrlist,required_if=DeviceType server"` // a comma separated list of IPs of the client - DNSStr string `form:"dns" binding:"dnsList"` // comma separated list of the DNS servers for the client - // Global Device Settings (can be ignored, only make sense if device is in server mode) - Mtu int `form:"mtu" binding:"gte=0,lte=1500"` - - DeactivatedAt *time.Time `json:",omitempty"` - DeactivatedReason string `json:",omitempty"` - - ExpiresAt *time.Time `json:",omitempty" form:"expires_at" binding:"omitempty" time_format:"2006-01-02"` - - CreatedBy string - UpdatedBy string - CreatedAt time.Time - UpdatedAt time.Time -} - -func (p *Peer) SetIPAddresses(addresses ...string) { - p.IPsStr = common.ListToString(addresses) -} - -func (p Peer) GetIPAddresses() []string { - return common.ParseStringList(p.IPsStr) -} - -func (p *Peer) SetDNSServers(addresses ...string) { - p.DNSStr = common.ListToString(addresses) -} - -func (p Peer) GetDNSServers() []string { - return common.ParseStringList(p.DNSStr) -} - -func (p *Peer) SetAllowedIPs(addresses ...string) { - p.AllowedIPsStr = common.ListToString(addresses) -} - -func (p Peer) GetAllowedIPs() []string { - return common.ParseStringList(p.AllowedIPsStr) -} - -func (p Peer) GetAllowedIPsSrv() []string { - return common.ParseStringList(p.AllowedIPsSrvStr) -} - -func (p Peer) GetConfig(dev *Device) wgtypes.PeerConfig { - publicKey, _ := wgtypes.ParseKey(p.PublicKey) - - var presharedKey *wgtypes.Key - if p.PresharedKey != "" { - presharedKeyTmp, _ := wgtypes.ParseKey(p.PresharedKey) - presharedKey = &presharedKeyTmp - } - - var endpoint *net.UDPAddr - if p.Endpoint != "" && dev.Type == DeviceTypeClient { - addr, err := net.ResolveUDPAddr("udp", p.Endpoint) - if err == nil { - endpoint = addr - } - } - - var keepAlive *time.Duration - if p.PersistentKeepalive != 0 { - keepAliveDuration := time.Duration(p.PersistentKeepalive) * time.Second - keepAlive = &keepAliveDuration - } - - allowedIPs := make([]net.IPNet, 0) - var peerAllowedIPs []string - switch dev.Type { - case DeviceTypeClient: - peerAllowedIPs = p.GetAllowedIPs() - case DeviceTypeServer: - peerAllowedIPs = p.GetIPAddresses() - peerAllowedIPs = append(peerAllowedIPs, p.GetAllowedIPsSrv()...) - } - for _, ip := range peerAllowedIPs { - _, ipNet, err := net.ParseCIDR(ip) - if err == nil { - allowedIPs = append(allowedIPs, *ipNet) - } - } - - cfg := wgtypes.PeerConfig{ - PublicKey: publicKey, - Remove: false, - UpdateOnly: false, - PresharedKey: presharedKey, - Endpoint: endpoint, - PersistentKeepaliveInterval: keepAlive, - ReplaceAllowedIPs: true, - AllowedIPs: allowedIPs, - } - - return cfg -} - -func (p Peer) GetConfigFile(device Device) ([]byte, error) { - var tplBuff bytes.Buffer - - err := templateCache.ExecuteTemplate(&tplBuff, "peer.tpl", gin.H{ - "Peer": p, - "Interface": device, - }) - if err != nil { - return nil, errors.Wrap(err, "failed to execute client template") - } - - return tplBuff.Bytes(), nil -} - -func (p Peer) GetQRCode() ([]byte, error) { - png, err := qrcode.Encode(p.Config, qrcode.Medium, 250) - if err == nil { - return png, nil - } - - if err.Error() != "content too long to encode" { - logrus.Errorf("failed to create qrcode: %v", err) - return nil, errors.Wrap(err, "failed to encode qrcode") - } - - png, err = qrcode.Encode(p.Config, qrcode.Low, 250) - if err != nil { - logrus.Errorf("failed to create qrcode: %v", err) - return nil, errors.Wrap(err, "failed to encode qrcode") - } - - return png, nil -} - -func (p Peer) IsValid() bool { - if p.PublicKey == "" { - return false - } - - return true -} - -func (p Peer) WillExpire() bool { - if p.ExpiresAt == nil { - return false - } - if p.DeactivatedAt != nil { - return false // already deactivated... - } - if p.ExpiresAt.After(time.Now()) { - return true - } - return false -} - -func (p Peer) IsExpired() bool { - if p.ExpiresAt == nil { - return false - } - if p.ExpiresAt.Before(time.Now()) { - return true - } - return false -} - -func (p Peer) IsDeactivated() bool { - return p.DeactivatedAt != nil -} - -func (p Peer) GetConfigFileName() string { - reg := regexp.MustCompile("[^a-zA-Z0-9_-]+") - return reg.ReplaceAllString(strings.ReplaceAll(p.Identifier, " ", "-"), "") + ".conf" -} - -// -// DEVICE -------------------------------------------------------------------------------------- -// - -type DeviceType string - -const ( - DeviceTypeServer DeviceType = "server" - DeviceTypeClient DeviceType = "client" -) - -type Device struct { - Interface *wgtypes.Device `gorm:"-" json:"-"` - Peers []Peer `gorm:"foreignKey:DeviceName" binding:"-" json:"-"` // linked WireGuard peers - - Type DeviceType `form:"devicetype" binding:"required,oneof=client server"` - DeviceName string `form:"device" gorm:"primaryKey" binding:"required" validator:"regexp=[0-9a-zA-Z\\-]+"` - DisplayName string `form:"displayname" binding:"omitempty,max=200"` - - // Core WireGuard Settings (Interface section) - PrivateKey string `form:"privkey" binding:"required,base64"` - ListenPort int `form:"port" binding:"required_if=Type server,omitempty,gt=0,lt=65535"` - FirewallMark int32 `form:"firewallmark" binding:"gte=0"` - // Misc. WireGuard Settings - PublicKey string `form:"pubkey" binding:"required,base64"` - Mtu int `form:"mtu" binding:"gte=0,lte=1500"` // the interface MTU, wg-quick addition - IPsStr string `form:"ip" binding:"required,cidrlist"` // comma separated list of the IPs of the client, wg-quick addition - DNSStr string `form:"dns" binding:"dnsList"` // comma separated list of the DNS servers of the client, wg-quick addition - RoutingTable string `form:"routingtable"` // the routing table, wg-quick addition - PreUp string `form:"preup"` // pre up script, wg-quick addition - PostUp string `form:"postup"` // post up script, wg-quick addition - PreDown string `form:"predown"` // pre down script, wg-quick addition - PostDown string `form:"postdown"` // post down script, wg-quick addition - SaveConfig bool `form:"saveconfig"` // if set to `true', the configuration is saved from the current state of the interface upon shutdown, wg-quick addition - - // Settings that are applied to all peer by default - DefaultEndpoint string `form:"endpoint" binding:"required_if=Type server,omitempty,hostname_port"` - DefaultAllowedIPsStr string `form:"allowedip" binding:"cidrlist"` // comma separated list of IPs that are used in the client config file - DefaultPersistentKeepalive int `form:"keepalive" binding:"gte=0"` - - CreatedAt time.Time - UpdatedAt time.Time -} - -func (d Device) IsValid() bool { - switch d.Type { - case DeviceTypeServer: - if d.PublicKey == "" { - return false - } - if len(d.GetIPAddresses()) == 0 { - return false - } - if d.DefaultEndpoint == "" { - return false - } - case DeviceTypeClient: - if d.PublicKey == "" { - return false - } - if len(d.GetIPAddresses()) == 0 { - return false - } - } - - return true -} - -func (d *Device) SetIPAddresses(addresses ...string) { - d.IPsStr = common.ListToString(addresses) -} - -func (d Device) GetIPAddresses() []string { - return common.ParseStringList(d.IPsStr) -} - -func (d *Device) SetDNSServers(addresses ...string) { - d.DNSStr = common.ListToString(addresses) -} - -func (d Device) GetDNSServers() []string { - return common.ParseStringList(d.DNSStr) -} - -func (d *Device) SetDefaultAllowedIPs(addresses ...string) { - d.DefaultAllowedIPsStr = common.ListToString(addresses) -} - -func (d Device) GetDefaultAllowedIPs() []string { - return common.ParseStringList(d.DefaultAllowedIPsStr) -} - -func (d Device) GetConfig() wgtypes.Config { - var privateKey *wgtypes.Key - if d.PrivateKey != "" { - pKey, _ := wgtypes.ParseKey(d.PrivateKey) - privateKey = &pKey - } - - fwMark := int(d.FirewallMark) - - cfg := wgtypes.Config{ - PrivateKey: privateKey, - ListenPort: &d.ListenPort, - FirewallMark: &fwMark, - } - - return cfg -} - -func (d Device) GetConfigFile(peers []Peer, friendlyNames bool) ([]byte, error) { - var tplBuff bytes.Buffer - - err := templateCache.ExecuteTemplate(&tplBuff, "interface.tpl", gin.H{ - "Peers": peers, - "Interface": d, - "FriendlyNames": friendlyNames, - }) - if err != nil { - return nil, errors.Wrap(err, "failed to execute server template") - } - - return tplBuff.Bytes(), nil -} - -// -// PEER-MANAGER -------------------------------------------------------------------------------- -// - -type PeerManager struct { - db *gorm.DB - wg *Manager -} - -func NewPeerManager(db *gorm.DB, wg *Manager) (*PeerManager, error) { - pm := &PeerManager{db: db, wg: wg} - - // check if old device table exists (from version <= 1.0.3), if so migrate it. - if db.Migrator().HasColumn(&Device{}, "endpoint") { - if err := db.Migrator().RenameColumn(&Device{}, "endpoint", "default_endpoint"); err != nil { - return nil, errors.Wrapf(err, "failed to migrate old database structure for column endpoint") - } - } - if db.Migrator().HasColumn(&Device{}, "allowed_ips_str") { - if err := db.Migrator().RenameColumn(&Device{}, "allowed_ips_str", "default_allowed_ips_str"); err != nil { - return nil, errors.Wrapf(err, "failed to migrate old database structure for column allowed_ips_str") - } - } - if db.Migrator().HasColumn(&Device{}, "persistent_keepalive") { - if err := db.Migrator().RenameColumn(&Device{}, "persistent_keepalive", "default_persistent_keepalive"); err != nil { - return nil, errors.Wrapf(err, "failed to migrate old database structure for column persistent_keepalive") - } - } - - if err := pm.db.AutoMigrate(&Device{}, &Peer{}); err != nil { - return nil, errors.WithMessage(err, "failed to migrate peer database") - } - - if err := pm.initFromPhysicalInterface(); err != nil { - return nil, errors.WithMessagef(err, "unable to initialize peer manager") - } - - // check if peers without device name exist (from version <= 1.0.3), if so assign them to the default device. - peers := make([]Peer, 0) - pm.db.Find(&peers) - for i := range peers { - if peers[i].DeviceName == "" { - peers[i].DeviceName = wg.Cfg.GetDefaultDeviceName() - pm.db.Save(&peers[i]) - } - } - - // validate and update existing peers if needed - for _, deviceName := range wg.Cfg.DeviceNames { - dev := pm.GetDevice(deviceName) - peers := pm.GetAllPeers(deviceName) - for i := range peers { - if err := pm.fixPeerDefaultData(&peers[i], &dev); err != nil { - return nil, errors.WithMessagef(err, "unable to fix peers for interface %s", deviceName) - } - } - } - - return pm, nil -} - -// initFromPhysicalInterface read all WireGuard peers from the WireGuard interface configuration. If a peer does not -// exist in the local database, it gets created. -func (m *PeerManager) initFromPhysicalInterface() error { - for _, deviceName := range m.wg.Cfg.DeviceNames { - peers, err := m.wg.GetPeerList(deviceName) - if err != nil { - return errors.Wrapf(err, "failed to get peer list for device %s", deviceName) - } - device, err := m.wg.GetDeviceInfo(deviceName) - if err != nil { - return errors.Wrapf(err, "failed to get device info for device %s", deviceName) - } - var ipAddresses []string - var mtu int - if m.wg.Cfg.ManageIPAddresses { - if ipAddresses, err = m.wg.GetIPAddress(deviceName); err != nil { - return errors.Wrapf(err, "failed to get ip address for device %s", deviceName) - } - if mtu, err = m.wg.GetMTU(deviceName); err != nil { - return errors.Wrapf(err, "failed to get MTU for device %s", deviceName) - } - } - - // Check if device already exists in database, if not, create it - if err := m.validateOrCreateDevice(*device, ipAddresses, mtu); err != nil { - return errors.WithMessagef(err, "failed to validate device %s", device.Name) - } - - // Check if entries already exist in database, if not, create them - for _, peer := range peers { - if err := m.validateOrCreatePeer(deviceName, peer); err != nil { - return errors.WithMessagef(err, "failed to validate peer %s for device %s", peer.PublicKey, deviceName) - } - } - } - - return nil -} - -// validateOrCreatePeer checks if the given WireGuard peer already exists in the database, if not, the peer entry will be created -// assumption: server mode is used -func (m *PeerManager) validateOrCreatePeer(device string, wgPeer wgtypes.Peer) error { - peer := Peer{} - m.db.Where("public_key = ?", wgPeer.PublicKey.String()).FirstOrInit(&peer) - - dev := m.GetDevice(device) - - if peer.PublicKey == "" { // peer not found, create - peer.UID = fmt.Sprintf("u%x", md5.Sum([]byte(wgPeer.PublicKey.String()))) - if dev.Type == DeviceTypeServer { - peer.PublicKey = wgPeer.PublicKey.String() - peer.Identifier = "Autodetected Client (" + peer.PublicKey[0:8] + ")" - } else if dev.Type == DeviceTypeClient { - peer.PublicKey = wgPeer.PublicKey.String() - if wgPeer.Endpoint != nil { - peer.Endpoint = wgPeer.Endpoint.String() - } - peer.Identifier = "Autodetected Endpoint (" + peer.PublicKey[0:8] + ")" - } - if wgPeer.PresharedKey != (wgtypes.Key{}) { - peer.PresharedKey = wgPeer.PresharedKey.String() - } - peer.Email = "autodetected@example.com" - peer.UpdatedAt = time.Now() - peer.CreatedAt = time.Now() - IPs := make([]string, len(wgPeer.AllowedIPs)) // use allowed IP's as the peer IP's - for i, ip := range wgPeer.AllowedIPs { - IPs[i] = ip.String() - } - peer.SetIPAddresses(IPs...) - peer.DeviceName = device - - res := m.db.Create(&peer) - if res.Error != nil { - return errors.Wrapf(res.Error, "failed to create autodetected peer %s", peer.PublicKey) - } - } - - if peer.DeviceName == "" { - peer.DeviceName = device - res := m.db.Save(&peer) - if res.Error != nil { - return errors.Wrapf(res.Error, "failed to update autodetected peer %s", peer.PublicKey) - } - } - - return nil -} - -// validateOrCreateDevice checks if the given WireGuard device already exists in the database, if not, the peer entry will be created -func (m *PeerManager) validateOrCreateDevice(dev wgtypes.Device, ipAddresses []string, mtu int) error { - device := Device{} - m.db.Where("device_name = ?", dev.Name).FirstOrInit(&device) - - if device.PublicKey == "" { // device not found, create - device.Type = DeviceTypeServer // imported device, we assume that server mode is used - device.PublicKey = dev.PublicKey.String() - device.PrivateKey = dev.PrivateKey.String() - device.DeviceName = dev.Name - device.ListenPort = dev.ListenPort - device.FirewallMark = int32(dev.FirewallMark) - device.Mtu = 0 - device.DefaultPersistentKeepalive = 16 // Default - device.IPsStr = strings.Join(ipAddresses, ", ") - if mtu == DefaultMTU { - mtu = 0 - } - device.Mtu = mtu - - res := m.db.Create(&device) - if res.Error != nil { - return errors.Wrapf(res.Error, "failed to create autodetected device") - } - } - - if device.Type == "" { - device.Type = DeviceTypeServer // from version <= 1.0.3, only server mode devices were supported - - res := m.db.Save(&device) - if res.Error != nil { - return errors.Wrapf(res.Error, "failed to update autodetected device") - } - } - - return nil -} - -// populatePeerData enriches the peer struct with WireGuard live data like last handshake, ... -func (m *PeerManager) populatePeerData(peer *Peer) { - // Set config file - tmpCfg, _ := peer.GetConfigFile(m.GetDevice(peer.DeviceName)) - peer.Config = string(tmpCfg) - - // set data from WireGuard interface - peer.Peer, _ = m.wg.GetPeer(peer.DeviceName, peer.PublicKey) - peer.LastHandshake = "never" - peer.LastHandshakeTime = "Never connected, or user is disabled." - if peer.Peer != nil { - since := time.Since(peer.Peer.LastHandshakeTime) - sinceSeconds := int(since.Round(time.Second).Seconds()) - sinceMinutes := sinceSeconds / 60 - sinceSeconds -= sinceMinutes * 60 - - if sinceMinutes > 2*10080 { // 2 weeks - peer.LastHandshake = "a while ago" - } else if sinceMinutes > 10080 { // 1 week - peer.LastHandshake = "a week ago" - } else { - peer.LastHandshake = fmt.Sprintf("%02dm %02ds", sinceMinutes, sinceSeconds) - } - peer.LastHandshakeTime = peer.Peer.LastHandshakeTime.Format(time.UnixDate) - } - peer.IsOnline = false -} - -// fixPeerDefaultData tries to fill all required fields for the given peer -// also tries to migrate data if the database schema changed -func (m *PeerManager) fixPeerDefaultData(peer *Peer, device *Device) error { - updatePeer := false - - switch device.Type { - case DeviceTypeServer: - if peer.Endpoint == "" { - peer.Endpoint = device.DefaultEndpoint - updatePeer = true - } - case DeviceTypeClient: - } - - if updatePeer { - return m.UpdatePeer(*peer) - } - return nil -} - -// populateDeviceData enriches the device struct with WireGuard live data like interface information -func (m *PeerManager) populateDeviceData(device *Device) { - // set data from WireGuard interface - device.Interface, _ = m.wg.GetDeviceInfo(device.DeviceName) -} - -func (m *PeerManager) GetAllPeers(device string) []Peer { - peers := make([]Peer, 0) - m.db.Where("device_name = ?", device).Find(&peers) - - for i := range peers { - m.populatePeerData(&peers[i]) - } - - return peers -} - -func (m *PeerManager) GetActivePeers(device string) []Peer { - peers := make([]Peer, 0) - m.db.Where("device_name = ? AND deactivated_at IS NULL", device).Find(&peers) - - for i := range peers { - m.populatePeerData(&peers[i]) - } - - return peers -} - -func (m *PeerManager) GetFilteredAndSortedPeers(device, sortKey, sortDirection, search string) []Peer { - peers := make([]Peer, 0) - m.db.Where("device_name = ?", device).Find(&peers) - - filteredPeers := make([]Peer, 0, len(peers)) - for i := range peers { - m.populatePeerData(&peers[i]) - - if search == "" || - strings.Contains(peers[i].Email, strings.ToLower(search)) || - strings.Contains(peers[i].Identifier, search) || - strings.Contains(peers[i].PublicKey, search) { - filteredPeers = append(filteredPeers, peers[i]) - } - } - - sortPeers(sortKey, sortDirection, filteredPeers) - - return filteredPeers -} - -func (m *PeerManager) GetSortedPeersForEmail(sortKey, sortDirection, email string) []Peer { - email = strings.ToLower(email) - peers := make([]Peer, 0) - m.db.Where("email = ?", email).Find(&peers) - - for i := range peers { - m.populatePeerData(&peers[i]) - } - - sortPeers(sortKey, sortDirection, peers) - - return peers -} - -func sortPeers(sortKey string, sortDirection string, peers []Peer) { - sort.Slice(peers, func(i, j int) bool { - var sortValueLeft string - var sortValueRight string - - switch sortKey { - case "id": - sortValueLeft = peers[i].Identifier - sortValueRight = peers[j].Identifier - case "pubKey": - sortValueLeft = peers[i].PublicKey - sortValueRight = peers[j].PublicKey - case "mail": - sortValueLeft = peers[i].Email - sortValueRight = peers[j].Email - case "ip": - sortValueLeft = peers[i].IPsStr - sortValueRight = peers[j].IPsStr - case "endpoint": - sortValueLeft = peers[i].Endpoint - sortValueRight = peers[j].Endpoint - case "device": - sortValueLeft = peers[i].DeviceName - sortValueRight = peers[j].DeviceName - case "handshake": - if peers[i].Peer == nil { - return true - } else if peers[j].Peer == nil { - return false - } - sortValueLeft = peers[i].Peer.LastHandshakeTime.Format(time.RFC3339) - sortValueRight = peers[j].Peer.LastHandshakeTime.Format(time.RFC3339) - } - - if sortDirection == "asc" { - return sortValueLeft < sortValueRight - } else { - return sortValueLeft > sortValueRight - } - }) -} - -func (m *PeerManager) GetDevice(device string) Device { - dev := Device{} - - m.db.Where("device_name = ?", device).First(&dev) - m.populateDeviceData(&dev) - - return dev -} - -func (m *PeerManager) GetPeerByKey(publicKey string) Peer { - peer := Peer{} - m.db.Where("public_key = ?", publicKey).FirstOrInit(&peer) - m.populatePeerData(&peer) - return peer -} - -func (m *PeerManager) GetPeersByMail(mail string) []Peer { - mail = strings.ToLower(mail) - var peers []Peer - m.db.Where("email = ?", mail).Find(&peers) - for i := range peers { - m.populatePeerData(&peers[i]) - } - - return peers -} - -// ---- Database helpers ----- - -func (m *PeerManager) CreatePeer(peer Peer) error { - peer.UID = fmt.Sprintf("u%x", md5.Sum([]byte(peer.PublicKey))) - peer.UpdatedAt = time.Now() - peer.CreatedAt = time.Now() - peer.Email = strings.ToLower(peer.Email) - - res := m.db.Create(&peer) - if res.Error != nil { - logrus.Errorf("failed to create peer: %v", res.Error) - return errors.Wrap(res.Error, "failed to create peer") - } - - return nil -} - -func (m *PeerManager) UpdatePeer(peer Peer) error { - peer.UpdatedAt = time.Now() - peer.Email = strings.ToLower(peer.Email) - - res := m.db.Save(&peer) - if res.Error != nil { - logrus.Errorf("failed to update peer: %v", res.Error) - return errors.Wrap(res.Error, "failed to update peer") - } - - return nil -} - -func (m *PeerManager) DeletePeer(peer Peer) error { - res := m.db.Delete(&peer) - if res.Error != nil { - logrus.Errorf("failed to delete peer: %v", res.Error) - return errors.Wrap(res.Error, "failed to delete peer") - } - - return nil -} - -func (m *PeerManager) UpdateDevice(device Device) error { - device.UpdatedAt = time.Now() - - res := m.db.Save(&device) - if res.Error != nil { - logrus.Errorf("failed to update device: %v", res.Error) - return errors.Wrap(res.Error, "failed to update device") - } - - return nil -} - -// ---- IP helpers ---- - -func (m *PeerManager) GetAllReservedIps(device string) ([]string, error) { - reservedIps := make([]string, 0) - peers := m.GetAllPeers(device) - for _, user := range peers { - for _, cidr := range user.GetIPAddresses() { - if cidr == "" { - continue - } - ip, _, err := net.ParseCIDR(cidr) - if err != nil { - return nil, errors.Wrap(err, "failed to parse cidr") - } - reservedIps = append(reservedIps, ip.String()) - } - } - - dev := m.GetDevice(device) - for _, cidr := range dev.GetIPAddresses() { - if cidr == "" { - continue - } - ip, _, err := net.ParseCIDR(cidr) - if err != nil { - return nil, errors.Wrap(err, "failed to parse cidr") - } - - reservedIps = append(reservedIps, ip.String()) - } - - return reservedIps, nil -} - -func (m *PeerManager) IsIPReserved(device string, cidr string) bool { - reserved, err := m.GetAllReservedIps(device) - if err != nil { - return true // in case something failed, assume the ip is reserved - } - ip, ipnet, err := net.ParseCIDR(cidr) - if err != nil { - return true - } - - // this two addresses are not usable - broadcastAddr := common.BroadcastAddr(ipnet).String() - networkAddr := ipnet.IP.String() - address := ip.String() - - if address == broadcastAddr || address == networkAddr { - return true - } - - for _, r := range reserved { - if address == r { - return true - } - } - - return false -} - -// GetAvailableIp search for an available ip in cidr against a list of reserved ips -func (m *PeerManager) GetAvailableIp(device string, cidr string) (string, error) { - reserved, err := m.GetAllReservedIps(device) - if err != nil { - return "", errors.WithMessagef(err, "failed to get all reserved IP addresses for %s", device) - } - ip, ipnet, err := net.ParseCIDR(cidr) - if err != nil { - return "", errors.Wrap(err, "failed to parse cidr") - } - - // this two addresses are not usable - broadcastAddr := common.BroadcastAddr(ipnet).String() - networkAddr := ipnet.IP.String() - - for ip := ip.Mask(ipnet.Mask); ipnet.Contains(ip); common.IncreaseIP(ip) { - ok := true - address := ip.String() - for _, r := range reserved { - if address == r { - ok = false - break - } - } - if ok && address != networkAddr && address != broadcastAddr { - netMask := "/32" - if common.IsIPv6(address) { - netMask = "/128" - } - return address + netMask, nil - } - } - - return "", errors.New("no more available address from cidr") -} diff --git a/internal/wireguard/template.go b/internal/wireguard/template.go deleted file mode 100644 index d9c2e4a..0000000 --- a/internal/wireguard/template.go +++ /dev/null @@ -1,20 +0,0 @@ -package wireguard - -import ( - "embed" - "strings" - "text/template" -) - -//go:embed tpl/* -var Templates embed.FS - -var templateCache *template.Template - -func init() { - var err error - templateCache, err = template.New("server").Funcs(template.FuncMap{"StringsJoin": strings.Join}).ParseFS(Templates, "tpl/*.tpl") - if err != nil { - panic(err) - } -} diff --git a/internal/wireguard/tpl/interface.tpl b/internal/wireguard/tpl/interface.tpl deleted file mode 100644 index 745347c..0000000 --- a/internal/wireguard/tpl/interface.tpl +++ /dev/null @@ -1,81 +0,0 @@ -# AUTOGENERATED FILE - DO NOT EDIT -# -WGP- Interface: {{ .Interface.DeviceName }} / Updated: {{ .Interface.UpdatedAt }} / Created: {{ .Interface.CreatedAt }} -# -WGP- Interface display name: {{ .Interface.DisplayName }} -# -WGP- Interface mode: {{ .Interface.Type }} -# -WGP- PublicKey = {{ .Interface.PublicKey }} - -[Interface] - -# Core settings -PrivateKey = {{ .Interface.PrivateKey }} -Address = {{ .Interface.IPsStr }} - -# Misc. settings (optional) -{{- if ne .Interface.ListenPort 0}} -ListenPort = {{ .Interface.ListenPort }} -{{- end}} -{{- if ne .Interface.Mtu 0}} -MTU = {{.Interface.Mtu}} -{{- end}} -{{- if and (ne .Interface.DNSStr "") (eq $.Interface.Type "client")}} -DNS = {{ .Interface.DNSStr }} -{{- end}} -{{- if ne .Interface.FirewallMark 0}} -FwMark = {{.Interface.FirewallMark}} -{{- end}} -{{- if ne .Interface.RoutingTable ""}} -Table = {{.Interface.RoutingTable}} -{{- end}} -{{- if .Interface.SaveConfig}} -SaveConfig = true -{{- end}} - -# Interface hooks (optional) -{{- if .Interface.PreUp}} -PreUp = {{ .Interface.PreUp }} -{{- end}} -{{- if .Interface.PostUp}} -PostUp = {{ .Interface.PostUp }} -{{- end}} -{{- if .Interface.PreDown}} -PreDown = {{ .Interface.PreDown }} -{{- end}} -{{- if .Interface.PostDown}} -PostDown = {{ .Interface.PostDown }} -{{- end}} - -# -# Peers -# - -{{range .Peers}} -{{- if not .DeactivatedAt}} -# -WGP- Peer: {{.Identifier}} / Updated: {{.UpdatedAt}} / Created: {{.CreatedAt}} -# -WGP- Peer email: {{.Email}} -{{- if .PrivateKey}} -# -WGP- PrivateKey: {{.PrivateKey}} -{{- end}} -[Peer] -{{- if $.FriendlyNames}} -# friendly_name = {{ .Identifier }} -{{- end}} -PublicKey = {{ .PublicKey }} -{{- if .PresharedKey}} -PresharedKey = {{ .PresharedKey }} -{{- end}} -{{- if eq $.Interface.Type "server"}} -AllowedIPs = {{ .IPsStr }}{{if ne .AllowedIPsSrvStr ""}}, {{ .AllowedIPsSrvStr }}{{end}} -{{- end}} -{{- if eq $.Interface.Type "client"}} -{{- if .AllowedIPsStr}} -AllowedIPs = {{ .AllowedIPsStr }} -{{- end}} -{{- end}} -{{- if and (ne .Endpoint "") (eq $.Interface.Type "client")}} -Endpoint = {{ .Endpoint }} -{{- end}} -{{- if ne .PersistentKeepalive 0}} -PersistentKeepalive = {{ .PersistentKeepalive }} -{{- end}} -{{- end}} -{{end}} diff --git a/internal/wireguard/tpl/peer.tpl b/internal/wireguard/tpl/peer.tpl deleted file mode 100644 index e27b719..0000000 --- a/internal/wireguard/tpl/peer.tpl +++ /dev/null @@ -1,31 +0,0 @@ -# AUTOGENERATED FILE - PROVIDED BY WIREGUARD PORTAL -# WireGuard configuration: {{ .Peer.Identifier }} -# -WGP- PublicKey: {{ .Peer.PublicKey }} - -[Interface] - -# Core settings - -PrivateKey = {{or .Peer.PrivateKey "" }} -Address = {{ .Peer.IPsStr }} - -# Misc. settings (optional) -{{- if .Peer.DNSStr}} -DNS = {{ .Peer.DNSStr }} -{{- end}} -{{- if ne .Peer.Mtu 0}} -MTU = {{.Peer.Mtu}} -{{- end}} - -[Peer] -PublicKey = {{ .Interface.PublicKey }} -Endpoint = {{ .Peer.Endpoint }} -{{- if .Peer.AllowedIPsStr}} -AllowedIPs = {{ .Peer.AllowedIPsStr }} -{{- end}} -{{- if .Peer.PresharedKey}} -PresharedKey = {{ .Peer.PresharedKey }} -{{- end}} -{{- if ne .Peer.PersistentKeepalive 0}} -PersistentKeepalive = {{.Peer.PersistentKeepalive}} -{{- end}} \ No newline at end of file diff --git a/screenshot.png b/screenshot.png index e337859aab328be374a973e6a4c708b005f40d2f..010c7b738e3b61612e3619e14d01e500fe1c1d4d 100644 GIT binary patch literal 109762 zcmeFYWmr^Q+&*eNqLL~lt#tR$AtKV5|@1Iht`s9vduPoh<{P25Hw$ade0BOxZ$ zS5RPmWXQnyCl)sNv>AG*t%vu~cr{bT zp4opxXU%^a{~OL{Kk~l&@A#+O)BnBk|NBx{IXj+lN4(8>8%dcrK5ifwrlw{rEG`ZOo)Suv@ELLe{kPg5nVm7yb#Cy~RO4eh!W&4` zH)0n1*+!rGi_H=yMdmog4F7{~MkxEdmYeI{$vU@!+|4K6$D5<|D+$IrhK5DGslpC} z*>db$TqskT|L&RjbWU{scyDh&nWrf?mO*|Jm6(uV4;axT$|2G8(gST;z|(y8+R4dj zbGRV78ZuW_QNgd8CZjGa?c##F*iBOmYH-@1^spQy<5JzCH5+@2KW{?9D;@J`e0_xh3r zegjIKf@AWYnWcl|AJU)J$ zi%QJB(7Gon>-zH4p%cdB+3o1DJ|M%PU#6q03*TwE2{f&BZY>WV73i19p@KAO_DdW_ z@Cyjgkl(03c<{gu_>KDGG2_v43wejjKjGx?l$2uCR3SD#zQI+p{~k8*TUqU!w%e5% z8PP%64*qh99R(geFHbp<{pCxUwZ62t)YR0~{tRTYfQ^th-EQMy6m8(y`-W<6)B5#+ zELr|!72L;Jw0xms6X-6d_B|Wyr`O>7JW-nj9tasml zStQ;(_VV)LGWhW-TH@d&tDQ@?H0*hxeLzU0Mvj+o2h7Zkz2GyTca zO`2$%BgICGDMg*=mFo?)6+{3b6?LS<tScv6Vx1cI-=ZAQYJhFWFA(< zBSqS{L_|pa`~_gGhKKT$QSaMuJTPOb_i^wCs_cg2z(&jJ{ zYHH57&Rkka-}N9OsUJ<>v;m76UT6zNS@%+I&o)g>ni&`vpo<>wG@Y8IiMYH5mI&VZ zZs6+t5U^Z`sAtLAW(jia;uv#$G_20Sz#t1d`gxydJsNtIqou74@;R^!H6HidD(^Tt zTZ+cyC7QWj7^!_1(d?Hz{chd&z39uAe>(oaEN46uEre3xaClxMm9YKcYVX(y;0Z<0 z8?2CIiLS2hMrFU$@L-PoaX%ERZD(f}Wg0k%KSL^R0sE!qG!&ldX6c2SV{PcXz|1ve z-O?leE++fom!eD1?16h?S9cgZ10~OPd7xuGJUC#}xEg7TJOXi`O8#~}ewHDVa^YOX z-F%ZhM#GA9!jK?B>1cDgkJZ+6SpB-geZ{*weN7@eUU6MG$F*PCq+F<|!wg}cS1~hQ z1?yWG^7hm0mvKyHr%3G+x1s46#ju*+cIU0Slrybm;c3&l44|v%&}BZKxQdLL3<)im z@2RTnJ?9GhP{T|sKYND=KUSwdPZ5+0R>S3Q4@{1eNX)M# z?EjHU&-BXJD&&d_v2}92?nm33ZHoIe(`Gy``1(=p0H(-vo_z7{(7~vh-7uI;6zUIS zjDrOZ%MVwNmNv+mtNPeC=i?K^LFI`$kKnFEOdNp|9}uEjSGf547JJd7IdN?|jlKH; z?=()Q=tgq~=)t~rC9d}5s1x1g0b4m7cX&;KOtDD8P_~4Xe|+{)cG#wrs!z+PKiM1K zDbBL0!t7FmiHEbpW%uQZ4O1D_Jz7NH3ZHIrOGDHGBOr64klj*cRUjgw9@`64o98x>lpcQPQ@>cP=*lR4Wp#a`#~Fc-~^6g@6y$S zA-C=qDfO};uv`w0hSobeI#0*Nno{B+rC$%&e+|yOC~i9Zcg+2=Zk#36{xJ7 zymi0%94AsSFx#1#cr^%h2fM<_EbaUK8sgpR^9Ltfj)QU2*n0J67Xsu#i7nP7LebGqeHD9 z5XL$?I^;tMX<&>22c0aGlD<{b)6+m&%LCF-!Cgo+t>j2G*f>qxt8dbC@%LjZYio8+ zPL`kYAfF7BNbN46!^zpcZrCI93DrBx~;PE@s*opa_fe!MA`uvKRY{{gp@RIe*WF{ zhB_3cV+yIw0*_YOs2^`lXrE5IML#1Z26^q6z!Rqe6|Ne+Pbm?K3~lbCo%mLa1sgiS zGTRNoY_5C%cgJq~+ z7vLMWmAp^t+~}*Dh>^wn1YfdOgM7Dz<&s7>=0@8)ecHY^VPe@5S-Y@cBfTDMTe+>%_yB^Rl2y0~qb=V_nxqvzeqkZEK$M z(MrGT zakE3{4g6%bQl(D%)U+eEAv(KVO+zJ--)d(rZy9#T@9n8`nkg05j4(NO(AKpN$Pn7T zw(gwDJCkH_*Mu4Qb|ca6RuNc)@INJfn9Z9@X7Wz4sE(%a&ye-( zu>Mm~g7&SX3V1D(Y5_YFMa01lS=stsFZ=H+@p{ermc&P(1(8t}ty7gK-OR9fA4WO5 zyfsD(`SaN)#f47?#dI}jgv|M5z2r^~G!6HC9>{-TW8#rjgKq05um>oA=2wMHBVmIq zuQX+|1+8_0^~%a6PZBsE6irs_e&O7~p^%*F-VJdMj!r7QGsor2@Ur9l0xas-5+zAb zD)}y=-B8bAWhW)3G7p)}qB4-Fwg&fO)ZJj|S4=l09bwV(Qagz|Z68%)vz^@!^gO^x zn=l`qU@>8UV9K=pp2d4sSWA-TvDf&d&o0115@V*ptHh!s$`^aS2J%01zAa_T`gVT2Z(~&4Z8}Xy^(GG&sB>^~_LNU_z2mh# z*_!aZtr{BUuKOtW#(+w%0QW}~R}>ea{g2#Or&HO8E< zX>(i+yQ;Fiz9~=Z^9I>;lA@L-W@Remxi#*a6;_G&T(P?*QRcWg7a8 zopX%M%p4(mms;W9&WYg+@x#1Vsy9>gd2^!rohTdM?RZuP^@?NUPqRa&G~JzaOD3o` zx}?uA;5b88Oh@`XO525BJG7L+l*n#ZA4^&5(HMg5lHEt;STc2LWlzh7x)*-BGK4km ze9z|NnjM6s{~cXQEm&{P^yVsQe$v`y@zb9xg}U$;Do*fV!_x3@^_b&mh~v|y$vfyn zn{dKS4cV+3Na@b{TAnO4IX@XWW(xn|v5hM^CBuJx;K|S_ZqSN-OUeWp8Vf)b=()yw z@TxW#DU%Y~^rs#KR+@<95X+$+PRp^gm&T|^Ki(Y6DZv*#uc-CXbk-ne%}%*-TZ&4Qh{{Hr)rd*ZJg zS7+Dy`N7x;&<|m3haHejdMxVc@r=hiGgFg55cj(dJ?RtQRVc=@a~LhV1R5W0E33Tb zi%kw132%+`^mNYv0-T@_0;>FQa-P7oiw3fAIpsudIOF-*+26Ldwk-MKQK$Z;j%abt z^L>iQx4qv*wP8mzx?MYrbI<_qaig|V(wVc;25ZUU3WRW`D=zU@8NK~=}ys(%-s{451i*+5`pkv zkf``*kF<2$7E!I);N-6BYCAgj7JR13gS7`2KP?&)nt9EzQQ^=xW@$|$YNTRQ)0;RU zuT*{J^#V}fNSO3Q@mcgW2>a>NXwEl;1j$oz9c&^Y80&)Ry(=3xR%k! zV`tr2+B#WH_zCXKv>|7`0UL#+Bu!t0k?0#V&?h_d8PbQPp29wjxx41dUpU zp1-k+T%yTsi3`oG(3ueZ1B1kTb||Sr5$eUX#J4~~`IV;FU;OU(EuCOuG?1EGWuGz} zM?d#c_o+_cBxf&n` z&BYsc$l_nwAPLDxSl;V3ssJ^zm0e|hZ14##{^r>4$+GW8ixtfAvEaIrCOU z{z;!(Wjl6`#ZS9OI^7wlDR~@qn%ei|Ns)8EKaGe{>G!te;zwU~YQc}c?)JQxOZ~N? z|2-=ro8F3=OBbC=pB8^)`!Ua8y$$&n{= zsO11jyiZwf9FdWc`6P9Hq+9a zCkLL1Gb?is{DwvXmEv(8SlMFAaVf5HNJev1HmE9AB)JWaJN79_BsRT_Y{iAMne@LY zFTw}+UR`8_!njfn-OZaCK4c|Gq!cM4twm34Y1>|L^_(HeCaY<@^)z$z|5o3tnH%T; z-K1>(BBV{b2NJX{jF2bi2t>-h+7y;cmCE>lt~xzkpscCC&_T(!uu;w(W{zD|U${UF zZ=zP4&c3!^fsu>gKKIK@j|8O?_U?@dh&*kW-?`g0y85bG)X=SsnGH*&Xznzc0@kkb zpPZVMeuq4v?b2F}b>E(WmvR>5WJ2$%BrElY4J2XXKqbb_2jOA5{s&(UqSuOQXVHqo zvk;sNUOA#|_Hag7Wp$6okF>p%%RH$Ob#IC)43ZyKkkXPPLT&zGZ`o5OCC|{1F-t#C zZb7>p-`0Om<7vC~_UCOM1bcG?K$9hcK94li zm0SU>oTdz_2ZX#SG0wAe7Va7re$|Tpu6X-S zNZMWDAJmf;ENS5BM6EJnAdW8JbP~)V%}W?h148 zztH{Gky?Gs$&|-lB3Kyk5TYn#^N3SU>GE&p<2D?&t9Ok<-HaJuTX9Qz2J#uS95pWM zn-jGS^N+qTo~u#h#4?0c`D*uCfZu>)jKyK6YtMI-^q=qP>FSQ+IWw`*)4vArq}yjzq%#lz&fIFuM*hE=W z>fQph);-S^hk!fj8rt1(LotY&?^2=aQs-}Oab%iQCf!8lvt8&7W}LI=V&8pp`O1C3 zi$c<|1VFNUj|PE&pq#)N%h+_b7;aSKl$P$j_!vA{)w$tTKkdm+8Cj1hYp@ig1OUaX ztu4n6?nHP@Or~5o85=9>U!#TzQUfXV!Tjhj%No>l00|$zUSKs?f788QE9#ByRj;O! zc>2qh)&>4mM%L|Iou))_S1pI4ir0Cnq6TLayxT^Z$sBD*C&bF2n*oKUEdy4<!A3#UHy^HmGVhk2PiF$vXLy#6~V-&6ffxaHDvcWl8^8HXpL7XZJk#FnUs0q za!c1o69|KwN@H=*;(8c4ORNMFphr z0Uh9c((el@;ie>rb*j%R0WY*ay_~UPQ_wIA)^Xv~&%2f-U3SpG2J=3+{I0ok`9M|t zgNN|n;cjDB;o=-L=+c82_iOpF>HP!pOeGUNlfIL2`AJf6}l#Cm+*gTd_xVy3C zRHP(NOZ75Z3L;Wu7!n%YtrFCA&s3$l#+O7a$20YSP#{EUxiwl8&@j?f=yP_Fh7E!j#7|OONNe= zZOw1|#cliK*g2Lz35VOTU!V0-5j0yKvBIZf_5-Hgi+q% zT0iC(ZH`{cfR;%GT-cuO%yj+z`y<2+$W0^RJk9IQ4t`Oe>=0hFKJoy_scmBN9iU)D z3FxFu0H2wvfh6Yn;y2}PKAz*}=O>}1Eqf^&atq830MH45f{xl=n-+;_qyhblg_~qi zQIS#YfD>m%?&gmv3Y&h+a%WuqYKp@M%0VAfXen=8?KoHsp4yrea+)5W|Kg>;h;G56 z{Qdo_9MIejb&<=UDk^ zyC^+)KxmGG!}fP!g-1HzE$Pmu&7sa0a1noxs-sx-heg?Y5pk7YfI8$-;XI2ktZqhr z7VTeDH7Z)H5n~}=(v3E{s1v{pz>NqGTu3ZqZq z?hVuWcIOgl1HV~ahKPHk3Bjz>((yYL79Sr@{S#>76pw>|+%>JAhIuK98fa2^gt5mKq`LPbe=dUV- zs2z_ip&;~xBCN=do(E|b4V1SOIO*x5U0vGHu;YhSV< zcp7^kvIl2+tioCOQTB@Y70THoEWg#8$?vULbPY#+?xs^W3P?ppKl5arqwnM}IhAlP z_;q>4j>rs*9P6enNPuscmEad+C5?TZ!}Zpl=Z?Ln^fAv=-Dut9$3Ym0Q8)vR z9>m@0+PWGj_N8QwAf2DG-FEiZW~-|n7sF_PdG8WZ*D!y28KK0cdHkg#j!y4Lbz#%j zJM@5uSizV=ysJZ*okwEWTfsrRGljF5l|$FAt{1`Htz!*~kTPA_PPfn>Hh@V4h;?aO zv5SMD>Z+2nEfPWZ=zopoo z7aF1C?lb&Q^4cV5#z>!Jk5=5X$L@!BF9^N(@ss%gd~yq7!BP$iQO` zfR8?}ATCuL{gf%-X(m$$bOr*lwq zX6+@5{^s*lD#^nhfvDbtk;bJJ|9h!32?XEiUJ1TDE4L#7N`5r4|}0@;_RD z{rh~F0S+FHjU8Rzqi=(gX9Id57y)`uV~%ZUw8pYzwJ%V%TK~^;ByCPGGIB6poZMm8 zI*zfDa7RIJVVR9m+M;j~%wia~JjkVy7M`LVidIgmPtiTdQ*E^C8huz~$RCLt?*;DV z)%UuHSJQpIjAnS%-e&0Wu!ZZIWPO)S*{)p8uqIhE-HZ%A)yJ!^S=`tkuKRRS^R0#H zA-qr|z4-dU`!E__g}d^^h{Q!7U!US%I%cO78irYm-|wYSk`?M9BDI=iJpo_3iifW( zum2u+9y~XzH%oqi%Bya7vMQ>GPP89T73P>+%n|7DT7MH4JqJ$WkM|YP(te1qH}Xj$ z@4I8WQkNTC`+3fI3>H^926?2_sbyBY=&Cq7vkgr&3ez>Q*Q|wjouhinADc$vt`F*l zgb|Bb(IBm2Aa82@y9MA$F=oWMdJV-MNgvun*ytJM&gH2@su7&J7d!ZJD){JL;XF2I zOWd8oD4FJKhS8=K3aeETksC>H_j?%1mt7g2rkyJz`wPU%I%5q3DI)F*t}~k(hH1mM zMIKGOmF>8UJiyns{HiH;DYV|SR6VuE?y)Ux#3vkF(k*k@Ig`@uEF1qTKndRL6UyHW zKA`o21V=y58Tfi9&k6D(vCwKy)3W82Phe`vR)5-Q>Fu)05ph%}$|a``>sZzeJ!;F& zo-vMJ6xZc*(X6O7cJC_h<{2ObcZb|FQ`{WL3Q7;WutON3x{M$-0O3XnvX5`RJ~3_r zD9sCiumdR4LcnVZ;=BS*CT!H&290j{W$WIQJm3TBe0+SjT<7pduZ}1hqgv-Ij}M^E zX0_dwq~28=+0K}lCo`T?U`kO}%b>duAD_CuH1W0Zt&tY&F;65VNC`j#M-NuI;Tajb z<9~`yw$spTE_zZqd_Y@E8Y{pGCXicmbbmC?Q-& zvg>^9`Cc)-e8X&i{BEJGYSI=WBIjJpBMUz1g{N)FV{RD5#J<9hHYV9s9wPM6ooH?6 zq2cqr>_pE=eMho#Rip+S+3fz->rE!l@|sJ^=ICdgDstOx-gGd|mSIj4`ECq(Qa!rC z*i`*e*+qbEm_e9nW1=mQO4PUwqbKQ|*ite3J^w5q%7)49c(RPo=;9~I11IBrlW@z~ z8Us8b{1Hr?Il7^FKWq-3r=2LVJSVP}^Y+2!fWe>L^9E?xK3E64gjv^)6yLKldO4f9{r0*tTIad+uhW$o%KX!>l0Z?5(7Bcl07 zpdV^+9zZMsbw|3*~hrI%e^{Uwpu@h}NQ_Env0% z5b=RUnsbgJnVnU%AUs6R9;*7oe>$%|{6RO|hgbW$zD}WL z-X$S>!ATv(eG-aI#9~ltyykq;=LGw?ecs53ukq@7_DzH3C{92?Vg96SJTQpFd0grR zsA{LsNwTMYdG<9eLcHr1kq`AQ+4@VCXVS^&p%zc;tzIOoqH*;1q1BOO;rB&1Ele41 zJ)732^gl{7>5~e7H3AtuSNq2o(1+S){)J`zWm^bqe5w0Q)T4iRpuXhZ z7WWS7uZhvfPYK%5|4=P_IdFCrxq#CmK$p?FS0TFE zmsSGsda5acipDigqaAe6t?@iV$L<%UCUsgs67Q3MSH;ApQ>6<>TE-qFwGcy~TY)DKkatx}+#K%)Hm_NHm`Ieu13GqcR-(u{+_iM`C32%@g% zA4|iVT`MM4gS`F9_H`87eq_|*F`c-a%XUSTcd7*-AYx{^#@y%f2RG&)8D~AX?18B$ z1^VXhbfzOa=)Ml;K)=)TBP z!!BmYx3_P`zSkZpLWTAe;K5P5Op-^5R(;)ywT$6mFtok4Tm;VPHyxF)nju{PiQK6_ znLu(G$H6jO#W0bHZTd{&A)6~rSkx%wvt+8I_3ci{BF;trhSznKq=_`@$=;yj`86aZNa$kR3(o^ zg^&Zsz(bwot$}*3l`sl`Et_hyaz~zXHTcDO2IvSs>TJ-@{T%s6sneCrUXOLnwk#xa zJ4fNBsyjZEXR91$DU3AY%6hg&1O)sK{bFrg0)&72O^H?fT4zd7s z?p2*2mH;54LRr(Yaq(7cE)5y=5qO>^2jRTA6 zGzVO|13bDSjMi_94?NpAktL6!5U{odAbD7Bli#WRbgheLw*w0ZkB~3{@N}SWMBchS zpv=O>!>hzNV6d0FXgr?A%;{+p4C{v?rvLyTRi$m^P{d-fw~9MJHCNEsDAAiPIc4+^ ztp|WB$7|9zhJfS`rb8pt(b1s{yHyVXn5JKGY3T^SwNZW_=mB{B2Cv=QPlG%*b!NPm zB5%PNpi#`9yIK{Fnn8>q&5^f#XWd%*urzj`2;=boiWvBKW$9p zHXZ7Ma~wl&PN8Gf;=7I7(3{ISk5OIyjk1OvfS>RBDKrf)4(c)Ldp!+6yJBE3K)IAF zPZyvA$b%AT;HiL)iNKqfn3yKPtnL_t1`wZ}p`V}bA5YC;t7mgv9MEMRMi8_n04CqY zwO_wp-*SGwhrPn2Po87~;sY8FuaY3si~>CMXGQ6XP%a;3LuUi{leohK(F-N zZWyq7wgAv<)ZmF&`cNQ+J+o-qZ>RFzYkhc&A3LPY8TCtDmiDD18pdV-`7B@z)nl`g zfmgNpYH3Qf|7l}IT;%Q|84*APwrG#g1Xvx$4WM)R!R;`dAIZ1@KyYFK7gd0k?47CS z-n*IKZ?m$p#-PeWfDxCzceHr+?Ag(JPBc3c(@MpHIj|P4uC62`B<>S0&Xju6#PtC@ zI|byB0DLSyG10~p*mLRBbOK=Q(vIgQCMN2)tEU73Er=>0)dHY+Eu>kKqp$uHfR?92 zu|B{Gj=03q`tQj!?ft?71boBeW{>~W z#2VXSN`fQxJN1|tPNS7hDS%E z=UaoA6v=taMsgM7;!{%WP1P-cnQ>H3l;V+dOJ8RW+QzrOa~5+k-hQ-naNr7HES)nm zrU0UNE0`R{MgbTj0uY=S(1k92U1`?=$c0o$vx}o%i5}usRWdN3VG5Wou>D$rfz5=} zBJa2&okee@slKN>h|J6v7~Ao%Fx-HPje^@mt)x^OE<7fM1z;j$d0g{8U42ugoWVkX zR4W27N?38wd3%-PgcdC=ZG{1+7!=!h97qFNIsWHg|IyeMf6xfKZD<`q{En|1^eoC>M9e2TXt@p8UbW0_DD; z<-nyI)S3whDGSvzqzIczZZW8vvkvK7?e48tB^W!soc>R-{n7fOkHH%Zw5v)0sC%pM zC3*HN8>sKWbIqo7foE9&J@4K|AY2Fp$pb)V38)1Mfr7-L=--Lox%2AKA9)uk0D#Q5 z-7m0Qx9xSupa0(e$YBYHm7AY#{wK=)Nwg%6{(scsSCIb|k^i@g|38$y*IZp)vF8l3 z0`e<>0tVDtfUfJ-g#ZmVPHiA(|26pkJ<|~M-w_e%1R$Y~m2Z$Q zRQ4axqyptDeNK6vMO^oXfBwIn1>qMFx^griwA)7jh_5l0S`)~$A+?C zRgvF8;(m&tdl^g>CUIf^-t}|7m)q76je$y+(nPkG=k{n;smV(EnUYNlpE7u|$gM!_ z055Ey_rBBUKvEX&_OiFdL(fa+L+{_5gR!8cm6h80%aZ`7e&#J3T5#j?!U`9(<<0{f zIra~G8h;1~bPMvgt%Y1sTYU>g{^Oh!_dwU%UZ@}DmHJw3rOQ6Df_4E}j6{E~8H`Kb zf*QFS0-DON(Vleclm#o_N(AdmEDA#4r8EUt^<6-V*fFkqakV1S!R_H#)ACZI@|mYY zAf!W$fOm!6XNrtzTQs+4%Y-ytj3Z9&z#eUw*6@H;P*Cf>#Rrd$`JXtaoy$J0DOIz} zx{U>MKi2MNxRU= zOASO(bOT#T1z6%kBIYk9hsq!EU7*CdpA0;O(x;>8(%Sj&1$V$yw5@h$x zyqXf3Jvj*6+qJoMFK3sCc|=EP>55y`i}TBKzU%N0eBC-)h12&H!=QF$?K5I;hRq~% zGlmj+uGc8H5dp7OWy8$f3eU4Dw5>^<%u5w(P6qeb@TwdGU?*4>eWn6c{?uOn3~tT$ zY6&M!#yNiuneDu9SR*e38Y=>osMc_=oTr9G4~3bNn>lsHK3RfI8w~JhDa)|;XN;OGxE(us}L3T&hDXEFvroBY};|k zAYQ!A{CJ5^&*dU1wCW@|^{6$K3hsbz^GGHv9h|O}3Zs)ao!^2pFD2)=GdNC+#%)#%{*`1;QQ#jGHP<+%Yd>N5`q$6!<=iO89Cu&1+0xuNy2 zA?d0$JLXMq^ezM!ew6r4tfU6DGdPeRU3;*nKi8VIIUV0rsalvKgrf%YL5?~0RNy7L z-du-BCC%u&^imaD_iJV6+A!PoZE~(<1uWt`6m>SU#* zo{0rt2nYC?7tz`KDFN=!#;OyD08jPYZef67;jdwjQ+w<|%;JrR+Ad@75Qbyb;a!~9 zSF!v6jw*VeMlu5Mj-CM9#x8PWKsah!8h<$bPf8u*>&NOKi+`4g+H;qsXLCaJCU);1 z?7>>hZG4_H9&R9ybiZ}hPshjQ{vis;J(u_chlAdT31QQ491*F{7lB9MVN2_kvb3U3sESsWh5hcrOQh#^E~HQIAr{ob z6iRY)BstmO6+6aFh5WfHl|;9ANpb5PCMMeSRp$9AgRWWo!=z^cj(KG{C`*iO$Cwyl zqI|S@!rlxw1Ndn%o3g&$6>0F(#P{o^;{|%At3%*QCBomBiGqyLG3rW7KD*tybY1@~ zX4Q?=@tV8aIGg)u9=C}LQg%g?94;1Ws<+jZOeF(g|$uo!f zCT&3}&qACKoZ`5|VtHX`a!F70>1NROewcbEypuk;g>%p_6$R>%4X`O4J}~Gwxk;n5 z_8a3p!!(lg>0MYx} zS%ljYS!cp%+wSJq$z0Y&!TL=x<-1F%@q4whIRp*Q?gg!FfLW|?QrdF*gN!bsyW?L1 zad89wz-Z6@c-`4erV)EoGgyCo{;9WR?z4AO?4t8UhgKmMgxL=Jv0Ea9Qu?IYuJ~84 z0OGwQ`w zoi(>)+?Ikr|7d0}@T**sIjq9yPGE-_bVMG2;-`DgD7Tgnq&i2fl!IFgWP>#-y-cTl1P_MOaHM-A#$ig9bdaBqb zuODhZrT`}QytX9#*e*w+v9Of}l& zkrz{Ew|RiP3K~}9<#37_2Jy}VusS4DwjkpL^3@+nlp0dKq~Rjd*{@N`_QV!kN!UaR zp;?)++tWBk6v;SD9)~RA*Gz4g=E~H88N* zQP@+DoP0bltQy{!nV}DH^Z#AROv1anR-+LKQ={Jp9>Q|VECj9IY}ayDx)RYeW)Ey% zewZakf>6gi4N-$jJQDf)%^s)vmI{ zG)x}pnB?S~28IR3Z2K@tT#=q$iE+^w3*-E7p2G9p_(}R(D&ZLum!GboDtjqt1Hdo9)T*_*0p+$b3 zT(j;PYE|DB6YM+sG<&As`*>XnW~xXJjQt)4lIIIN%4)2hR2MNz3rz0xA9?we%|93gLT3x5#rkn;7A##(zIM_ zFbR_9Tl!wfduZkWtA;aqE3Ki6`isO*IqeR%1)nIP=DmLCZkMC{3=q$@*qbcb8#rZ=KzuRdw|G3Rsn` zP9vKO8jeig>lsi?3yk%Lp zL*gKx#wV0MgF&-aC)!h)O1IW05@zqo7Hzf!YBpz?@x8GZ-({tcF!4D%kVHB4hRsX~@RNz$gxKJLSUItM-f2*M(BR|*Qk<*cLZZ=of;AFilnSpVut6~m3 z*(&}~w$85KZAxTPi0el+wVp9vW zNikHyr`7E6DyX!-dwC}4Oj<{GpDZA)wXdEQ$u09+^=rwa?|lY5DW0*HDK$+U(?|pX zdv>~&N=^I3N$+mPug1aZ@VMkoQ+GJ~bJIxA4mUOyF#Nml9dv#a1GzJE;s|N-*pp^a z(}$-_k9a*J7`S`taS#C|X^Iol{C}&qJ-M@f6BL`9f3WBf`M^;Uz#*lKX(Y#78os%` zmL+h#9hPQ-YUXHMz&hQcOakXVo=tWEyYtod-BikQH{B`@H{GjzE=MR`s*5AbuiH8s z0(GS(v6`pbe#{v(6S}%Kz2bkKfVWG00vs}reI_E@zdlCVd%4)NhzI^K4}9M%9{Ik9 zt`vFwid|rco1~UBMy$iAb?e!it6GuIo5UBUWDHsT{T5+d8qG$e5ud=1T`RFIqNyX& zy2ndRJ0z=d5WF9zSNo@k>Z8v+Hwy3b5M6TxEG}^Adk^@WovS>cptw5vyw*!Sb49-j zFFl&6yMu4g1)r%tzR1og4vgX3?Xyx3m~Cm!ko&(6T&(%i?{04nGauwTmtcin_e5F( zJGrwv0Ter3T?Wj3Qv->MZ>TSe=lt_`_}qWaKurc05Gw+hqj{!`T@)N7T6 z>Oh{-O^JPC{U0qr`<`RR+nwyKMRk9esrVCz2NpSITL>ThMcQhNU!(8y89J)|U;UMA zg>G#50=#k8?{Sl>J^cIx7d!|B!VM}NRju}DMtGv0H_&}*^drbBh(2!rq)vr|99wbF z-`Lu%a9LmL)RGwRq~iD8JDPN1r|E*k^y>P;z1ZOeE&)lIFv>-_q9x;b6O|UX27rB_nPZ z3)zzXB1OZed7h*;J5mIu8IG&NHdkjOF15_<&sVoEzBUuYhzpHhG(I!(c1y(@?>Y-p zgMT)?^4Ii=em6v?z0p#7C#vkF&%~n->3GFbYbsJ~ZfG5yUCK5J{xY7~kDvo5i80*v z=~mK${6uhStFnNs;i>(#8ob55_nQwW_H5clVZyllS9o;+KiH3b*d)UHp=YLSgT`b? zHItykcfyxg!It%X|46oOmH?T1kCh#b(F*SV)Po)Ybbk7<56U6iM#(z%WU?k1FSO?R zk(CwBj)zGrAZ*-KIlpgI;o?iiKTUop480-;aR;IB5_3jE+Tfj zJCVxm9@YpC7v519Bb*eCQ{L1vzENfvyub8F5)w_6z5BC_5u#pzFHpy!-ASF`z3+)< zEl{xSR9`=RM_g96te>ORc8;7(#G)m5^OwTW`rvPWsq_eK>k4V_=%c%b>+c(Wl4+d$ z@#E|)GPsYuZhr>#8m(y8(`>Dc>zM5UXlL zZLLqbJ;N3I`z7HgD5A%bQx#EK>_jW@rS_ve@tsF>)beMGc9yB-Cx|E;E%6RRG^K!b z!||fMJEC5bj{9x#j$PT+`+T#bYfgIlMTr zsS&Dp(zWhDEikb)c1moxwST_0&?OmfqHdd!3rZJ~xWxbTDT}L_1OsSqr*$it;V+$u z3#I$SiKSTzZ6Av^Sds)O!#(?DcJA&?{Z%ZLbLb4+B)RrmEPBJE*uZg?J4z9v`Vu=^ zQkhVE+~PP0uazD%p<0{ah)Ne2R^<8zFz%H@zBfd*3JTU$L@e`F6Zixs;u}y1epb!s zdu0$f-0S|)7x2Kb4^vX_r~rMUSSg3Rl#7Zle{j#TNsrt{~I7YC|iku?4yCG?qa08RN)#l+QlqNQWErHv=|IouBN;IPP_U$5r{ z1NiY^o3+61%JW9#Nsan@p^Xf2!m-R`X+BwV1{V{eE6hbo_}CB2rek?_a_9%TUCqPh zX9I~Z`8q9c5T)6W<01U^W~$+z8H|bDz|r6b=|bq!P?8b>D^F<{#W_+rV7Tw>b|duV z3e?h)0IF-r83dq{J;?&0z!|l@?V33;ZZdhfxpLnX%H}SP+@tSQW(ay8%Xd)Py%q&q zhl{9DI&kj9-{)c?+zpE=)Mu`wbkOA9*bl_Dm&0Ys=INUhA%4U^-+h>y(;8pElJ(CR zOP-NGbz%0nb~_HSiAedq^|(&rM9*3dH4WQW**T&(q%1KiYfcGyChhmsMgMArVt@C! zYG%WXh7X%O(Ri>}uk1HJH`;I4+~qt7FKW8&B)J}|?KHVk!|JSxn>;A;%pRUJDj5E< z+5AZnwCiElc%whlIg~nJp&8cO#Bq-uW6aGZc9(#X<@sZ}^QVWjp41Rdf<`Ii7j3!k zKO9mQW_|^-AQ}dqT6|TddTXDRJZ-fbd!h5kMdt{8s&KCV2ZxAKaAQ)0VA`lPX~ye$ zQD{-&J8JY9X~f%IXJ34Rf{uZ(DJyxmiMWQ)=`BZW9atc_A)K8ME+A*we1ot4{rszk zHdRU58?Hv#Z+14PcYVfGHd>-#Ej1tcF@ei80^fWp<%v!E`v#Suo)`- za>ucIN&F!XC1`dv^4yJa#3L6Phq_!k;a*qamibWYm&G><>Gm`D-Laf{NRyvO2ag*? ze~^YSBfi$7e;z?CHGLuYi6`V=zWyC82rnH?jvaVkne^c@XkX=ShFV||y-r_Q}%szT4}^>zjLg zou*{7@Y%6v)e+nHqKW?OaHl&dc7fdgCbFyH;WxLpPwY+Stfu080)3hF_t$gIX|mo( zQ+IsTx7pXcINegpu+r~@FndklYY|S(MjyS1sSZ??`2A^jqT z0n#`_!0QjmsU1UYHH^3qk2Z#IcL71STB6lMXXPw96f%?HrPWc*hCtd-lF(buSD%A(hH z_Po^x=}K8ie-fE}UQVVq*51mcu<7Gfe(AnYqSS+o`dScW4O2L2spQ`5ZV;J!1)#Uf z{bP-Arix?a5b}7QyQJ@ZMhCOebV>Stv!; zJH@TDcH)IQ)a9(J2WgUjbY@b1Gds4?ah>Gs;#!&(?1tLi-`N4%9PHBj*ybKgDIi*Z zRj?h(7qf(-X7m`a0*n5qb(7?X>J{QTu%&sto7T1UGA)0#_$b^a^!ddSTV7tfC&1|q zc8qsJpqs95K(RRAD3a1%o$b6^LFY5w*>m5c0OD=+d`pGWuz2Yn5kX9F|FN`;jQ$#gFYoraeUoN8)? z!rYz-PqN$yj!M<^69hM(vABN@ccPB*x&qv3l1}Hnrum)#9aKPdEuO-X@jNbmTAPE+NL?Zr1TAHm2l3HrdGpt2Q!wuKES z-!E%l0n+zhV~K4zx1OK4em;F#9$t%=o$YExTu4`WQ$zwzF}kDOhtRoZ2DUIR6Vbs- z`nW+I6bE`7CgVLHWY_R*-VpgcT)#=a*lRJ2$$cBUG;vn5?Ujl1fn;x+8$_WhCeCGh z(LZ0DFJGl5N-p#|yi3q#Kbv%g()J1?-e|S}J5YFhfBS}*hzAq=R;r0!{}II9%+HnL zX4*BXbwTubp*o8(vWytySeu3sMAaGNgM%#K-Xb#GRbe$a3%{nd;T|AN5g)R7auQrs zg_c;{u3$9OMt`J5Den=q^x}PS$@5w##&GIrWojz{cnN8oq^aUXs@G4WdK^u1I7Drv z_4_?(@zVwJ75711A8p{MrmxBtJMUh ziwDPrl9eFV+WnI|99)rR+1bcYT4Hzc9b>+oj#pg@PMqGZ{8YoTUE-itZfa%NbyI>w zlZhdN(6vwLk%?feTNN{38(X$T@(D!-Caa^2$x*nKycn#J>ndjQi~AmfW11su`sg@r z=ByEYW+azGDGi)+S3mJ^G==j%xuKeX(4hj2FoYYgztd|2=_tLaIN?!e*6X^HGX&M8 zh3Qi<_0Yt}rguN0#tNhVG(9SMfLIFdv{_V@pMNRFaYS!-9;N-ML46YO;21trz9xiQ zk5S(w?wr!BAo)i^WP#e39FC0fy;rsau3dK$vp+>jT*P`NH5FVTq5J`XbdAZYqhwu- z+oN`O`Vsrz39xTZhKl%%-@NaF8g_f64SzXUM_8B36h!{HmM1w@K?knZuld57 zdc{~|%GB&Xpoj&>Tb;!ti9qZQhETg(k>9O!M9lJ{=_4Qv`iHNqLHy@~I?ll<XMwG7_e%Tnb;2}(kaa#aOVhpnN4%my62WRcle z{SRKtt7^k}bx*OSd>NoDJLBrZw26Zvk?M-N2EYi6iRX`O39G(|Vdq{@;P@9JgerM5 zI=1f`XXJ+VEvm2Rt&J8HI{7~g>fF8de)9Q6t7+<>2*t*d`g%|zp}pBzc=p&WzSaS! zer;Kf=1xpXUQl^q)O(Fm5jlcT=+ti_5T~UH;l;hqQ&RZ_?O?}ji^hY9mrRk(^z<93kQPw}=p? z_cQQ)y>WcfS-WIN^W~o zrdCy{ZJL;vxW%>YeHyhbFp2Eytv1$&=HX~8&aq?ga&XZt6XxuIBDf3{2;Avc z(c;De-%I)@Vzi=c540uUbMjAlyq$%3<*N!`1pWNvPKQ3NQ6*5lKuME^%72;a3z*FX zQKfyno1`uCU5SFLPRb?W$gTTk3)S>myRziJVOpI95v2QeWQ7wyYQ%;wne%{ZMAbgl zKU@`meVh44ChHmBMr4u6Yj6n{nFpFNS(8nh#qUurS5})$wTLI$beiu;7%fA~PvG<8 zCO@S8ARrgq1K(cLzQ?zu=~DPNd)IgivtX})TMSQi48+kv}6E8$!F zi6r0N7`v%R{QYX2sl8w!=Qz#0U3`q_2Elob@qyn!NLdFmK*+)f5DFz__9mRU`I8 z$vd_yvF6hJvYWqm0Quq;BC8|u*ytT$$u%~LYL>v$AQ;=3qTmqE)BUtTitHRXDfbFx z6pmJ7>+HlpU8h*$f+o-&k|aCFKRu8OEMTxJw|1;)-L?Xcei?Fh*hI0R2MZ`Q0M3R9Nj**N)Ze%Zq^0;n%-$Aw?Zu-|;=C z`^U%4qoX4(!mN$I!)O(VFhXKx=;ex`{MZf7m(uqIr_iGm42O%?u*q4bnj5)<7hFJ+c3) zp#&@a31!@zjm2!2x4z}cma_el22(yb<>)G znh}NUXH38!B0rh(!!-|B_q+5VCuvUBEne2FVJZ_-M2Flc^L3>dB)}C%_H=%ybCg{D zX52801YOF~kwKr*$pdjgUXHYV?gpH-uO_(3XqKy=L~l;V_|fQsjRjl2EY0xyBEB-d zPrF0Y6G--C%$U(V(7>-^^kDUiIp5XbS3T3rz_J>Fiir=^mjmKM&Se7D9H|Pfwf=$l z38H7erpGb`OG-KSu{LC{rzAyrQT4V0L&mpGvR4So124Yg@kMzD1IEZwV)MG=@ zj$*TOARrzGs>+o#odff050^%8Spq%mI26TRcUVHMmiLLv32&&y%zhjnwTzAL50{UW z4X6z3<|uj?2pOppUffi6-V}inYwqnzf8kc`YppaXEG_*>b<16#qvgEXwmSHb7H|p8 zfS=iX$GNiwB3At%(AKW%3rQ;A+EutN z4H~o5STC@E42rjxs4>mGKO3|(`O_72)m{L${j+!H#c4u zea*2&C0k@MQ$*hJLiyFm=hYWO90k8=}x-4Ev(6hsN3U) z*Pw>R!;}-=GqwZUu4dx{tzWbsYJG?ykMGkPPQ)A@E|Ooy;OW+PRdjZ}aQwW1r-%w5 zly!4{2t|T%A=GD+p0P=?4=TAnW@AZMSl?7YJJ(=xT z)s*KZq(~u<>F();B*+P9hw z@Mv#?*FO|>K!{7$7Hr&|@Jz(m|9tcc#pFD7DdNM^?Lyp>wjcNXyKDZ*>v{bdh`Rx? zACQAWG*JA?<#~-SFkUIp-WQH|pY&${{=(Cq#l~95wphYjP^Tx<{qmev1t*EM{$wO* zmG$9xlJ?xame*#Po)EG}Bfu-saOKx=dM2hk2o0(2PAn!y05u&*y4qmvP|glqA^SUTw3^jc6J%DcI1DK}L&l7YA7(s!QG^#O~Gf z2hwWikQ2B^v3tYM69y}#6-jLD%CPMrOvJw6T#MX^JrNNcB5Y9kyVP#T(y$vMDCSxj4v8 z81B5(NL0bgO!d{AeXU(W--Ire{l%NB9&+7iJIN|mz^J7Zsy_>?NJ;POSq6?Gau&~T zX!%R9Kolu#8a9f){Q?b{qE(IWXECFpkt%js(LDdMjkg+LwtCGATABp&h>Z51w#_kK zYvaquT*mN=?C<#K4bxc6-sY(_ca_LqwLP&MFlvF58)C#}sNSzpg`A`NwQI3~_Js!; zFA+YmmBL>bnO#ip+AZ8yIt903J%^Lv=y}`*c-%dW-CNzfZPT}rniYebhEYHiCqwKJ z4A<8ylY7j1^pqq8Rcr>?OCCBd#x!#WICIAge@}H{<@$_Q07u3a5w4VTt~+H%TZA2? zB}O9}{dDo4IE6I;I1{tBrUN)cV$9v0 zzf|Fx=@WkOmW43a=dVSQ9ZYY&A(?bf#?h1BwWEmVyOI#=TFSJ!TJClCe74WeFs)%b zP|?ll3}ciI@^E~XApV7HXtj6i45P=!Ea0V6=9y4jVaIHI5yi74%8_{w(boP z+r!K+Wekt1IDp%&gF8fa0f~_o70rs!WDEP}F{Cn+Mvq@fG4UsVBZ3#y;3W3L>YxG8 zO|3baZ2Lws|D+E^Me!#al0>zotHeaNF%EwI&woWl`z5K@vHmkX@83HpBD(*ZaQu5& zRuZ)Ce_wh}Rp_twpAY-LeHlXx%zwr=dIvxX#E1ZAifE<(-@B3j!)Whpa@q6W``UGG z#r-?c!1KE|ci-P~qjFaqv8=s}+tmkQI4eAlTnztF zM2D1eSwnwyaHvL;Ez!|j1NmMNRxM> zg+l|?#-z{Jt<@Q=ug}3iCuz6FLYf(Bg$MHwI3WMvRr@81lN+o^ywHKY@RlM`)5eE4*}Sf*FAvpq_qR}_pk5m!FL1T&!M5AH~O=s zD%Okj;eYAL9V@xI03V#i=g}F^;TPA}+r_!Qj#<6;7h95Yaz)L}X#ktz)d+1B6A)?- z9v#^JpIQKrMIiJloZ-gM?Txklja{7od{WEz2fd`LseSSyxHcpEEPE7M!E<&iPI!z< zeO%&HjF=Q)2z*d=J`wP)H&h>Od6e^DOn^%;E&MWBD{eA0P>U{HFIATf;aCmKr8AO= z^hXcbF!t0XWcGvC#F}Embuw!|qY=n?sew!!Wt;i4!j|UhETl#fPJZmP0-z!bPhv!YPd~PN4azl+C z2QUBt!|TM7nkbHj6Jn9lKvGs^Ylq(}6kWjG%*=4FPO)oa+%pU%bpES7Y_ARy1(g&t zH!3F$X1W#YJ-0OzCP^%L|5~X3)I@)5OyNxpqk5*1LwnzY47c&F`a27f<@2Y!lBC40 zKO5{im4lu+U$;b_(B)%J#&*-TKK&z{@n!mRzj?JbwL04;VItgB9|v%$gd!g`yf zl!vQ5wHUkA_H+P}q_T>=*I>6M0LqgBaDD{q5%$ z%dyp^e9~oE85$7@k&rh|ZbaPCH+;;s<)NCoH^ayyZ!;P{`Km&%Xe#r`NKWjPt3R=~ z#UvXtd;V@Uvdh6o56`8iU^QWOa>gfy@w__PWw)mN{;TE+cjty1v$(uQ;1(l zYD6E@^|}wB8_VU$e4d~pWZ?Lo`}Q$-{RQ%HctJ~|kinhudoR>bzed1thQm>q&D(BCq;pU zvC3XW`y29)+rE!{bCI_VAGA`9$Bh5{ZjT_az{E>}3pwAQ!za?H8TaEJDynC<2D|tt z%)s%TB5&o1!%y}3`e@u`cgnXWrf2kQ%oreNvZgSwHwag6*X$P>%iYQuIyRMpxNaYm zDQ(XUkFyj+!8E3m#N;N17$7ey<^@+&ND1LwQKf;B9O;hivIWsXCg^mC(xHP2(-eiW zfLedp=nTsIMHzP%F;D9|rh^&2l@n?=f6uM-#GMiGgW1ag-ah(S&XDQACA;;Ko&@)) zJABA=p&A{3VA*QqjwpxK%v>Es)l@5*YtiIZji|CM%uyo}p^Wmh=bW!zlz8mh1o--V z<58Kxq84U8iw_F7M`!x@M#UuSdHruamsOdaxhIu=)-907st0ad^sp^;h7gHMQM=uc zwywP+e##|OEeDTv<}3QL!~Nd5*g!_C@*Pu0Y^>c(WCYiArCn0a&9ig<=k*C&n^4t1exeY*$Ky zJsut&2nD>;0H7XGP*3+(tl$IyVqK`Wz7 zfy<;W@5Z^qV0QQfZ!Ty|cozJ$Zpt%Mgto`*R6<}UXhhPOT)R_ex6kbU>1yd|YXfmA zvOsKQ;i89YHxs^2Uzy8R7FpltIDt(3hl}0U!N&e4PJ8Pkcyga=!mfp%VYU3{;m8Sz zzds|8jDal-+_Py-*95!tU*BUY2%OqCrpfwA8CK+R8WqP-{DRFIlOubWylUnq4Iswh z8eK~0$lAUsbSB7_5T@lEiQTE$IrAW77T?^%AFRH^{=GL!PWjwHfr$Y>)mj22V!~m* zc}|MyCcu;=AmZIT`)%xY=jvYH0Zs^k+1=pdVQ{eMhjLO<=Fndy2-of7{&}73`-NH> z=Md9nxF{o`dchDqL~xA>>jQ|s{;s?Qb(YK&nl}GZLQ-P)TqK;lzuCy#Fx#uqzo9M> ztiL~To*Ihj7#aSeHKU%C)jwG!WAcr*4aAq-SDZ~GZ_jQVg z#@#zJ`8Fw+OUDl3ep2=8P9Z839RTMn_f`U#e`0*;Bzn4zvAvS)a3TW7Fp^Y>=M#H6 z{`Bu?#kDKESwcn_csnql--#0H315%mHdG9}9pG4jDUZeN{Z4A&u7x@n+ID{)z8=Y4$N#!vtMZ0cJg2pLmc0WM2r zh##=w(a_LHZUXpR$ACqoYlEuHH+b{m99R)m0604o=&e$#-xD};@%-%lHHJ{q*H-`l zfmf~YSE2#f(<#cMG&WWA=U%8;n)Ali6DeUn(>lzLn$!hq@g1($vYl@4@f!bJ9mN!%A^v?hG!}lFB_o_eeKNA$?3quBM3>Q z)wieGo>tGN(=gUVDzrf+t%>qsEBD+##GepRI6Zy^&6PI7bQ#xC5bz9&s_M3%)#mO& zLlZ|7j-FtFLiL=vDr)TaL}2zejff)KWBq5~!FmtSq_1as)vt4_QG|q&UywMLZLP$b zis3PR7$O_AYzXi#IqfLdmJC)Cncs3b$NajgIXsPlrs_7HR zIFQ_Yp55L886i#eH)lg)qcUIrH*`re367ZG@OE1_c9f(i{WaBnM+|K|vAtpmi~FJV z^S0}Q!$wk7M>cY$9NJjp{57Em^F_ozGh@{n9*U|iL~F@lBga#GIiYCRy<3()V*D-P zy~p)FuczLYNJheH5=k{cwZ{JPDZ2c{k~8$RDe2Ow`#@2Ot|v)rJ%ZiirYn{KB3bV4 zMEUUE;4LiNZ-Hi&8}tt12*enp7W$|kmdWw9Zvh746f#0y0u2@F#eN*YP^AkiEPIma z96akuh9Yq{c~rklSr70VPYC1A!M2>rdqxf61aKk)W&!`WqC>N6K=&n}?N9K?l6WjJEKRA)n(x!eh=V`i z!9c4xSp!a-`blFQ5+DQs3&y_^p;N8j<559S`L_Ikwdqq4&Xwri8key%_Gh^tM8ImKT?cygcYCF3oLViYo4 ziOR6K;5p~F9R7_E;R~Owc02&YLMjWPZZk!)0E1ls(CEjAC7p)W{jVVbI3^bW2i@dV z#~<*!Agz{@`btVeUi_hLKtY`VV|#FfZ~rY+)la~GM<*tp033ZHoR#xKTqTJY<$AR0 zEDjYkcVv2t6Ejl5vmY<}$quD)eSl|u>NaPOv%V)RmvKVX@_zj+=HLr)s1*WK$BU1J zY8q%&k1+L5JfPr!I5Dd`S0W~8dLUt-==k@@04ITM$V}0d+$-mc@|Sqhxc$#o%}8mG zrnrQ|nQnVlIJzV?FFpTh6d1~p(UU5Hk`5QQapLz2(yQS0Z0ovy)+ z+e>C)mn!SIb{d(-73-s72Dp*8JH!rPoS>FH25_#8)t$ad)_4pwjEyh@afD}cTTsdO zOZ;03v{$Cq>o5~A7+9oNCa*Ypb+2^(yh4!Eq-WaL#2B|y9JlfauI$;}0x0N1(qOK!ownlmffq2AauAoi-NV=lhYR2|8}> zbla8I_vq-~9@ct;ku<9Hp#ZLvLg1iNul5I`3aXhi6d=RCjyV4>enU%Ri&?^QIiI%+5V{i?I>;W_jhL@EcO1(9hz^HCyPDALooq*^;)ph! zQw?<_5oOkKnLljZ_129em}=lWc}?sIL}MKiRFE1D53+tT7NFL^LMS9H=j68& z?2dS_u;x{cI!INFIhiy(Sr%37?6QCBX+49X$gyMJ{0G{MK8bK_YlzX--9r^t+P2Fk z_|DH!Vl53+gBeW7t8$TM>jt-JHf*Hy6{@ICpQk>V;>hZq4!_oWduh^ig2n{D{4}HB zLM$h37=(+a>Z8%g1ub={VR`NXzqmn$Q26TO*Q^H;I}^J+gi(#^tRbUU1*Fwg-PAv@ zz38{_o~yq8DkS9wAo;>HUuxs|J(B8AplnaI~BW1t9M5uB28H52T!95uD{X}l!A{Rk74E(o6O#HM~AJhw6L3TOOlw? zH2sL{YthoUUd6wCx+#h^Qn5#Ae+40lSTKW5=4+@kv4HPi>M@kT?p7YEe4*-@L9(*~ z6HU>l#BJV?GpjD0uZtxK?z^wRQt)beeIO%)vBQev1z!M@euD z!nZCjFcp#Wb^0FIq4McWSR}?X2|LCZa`J8VJin~e0wW0bDg^EHDz9oZy%R9_E}n8D z?UeqNyuovz^?>71g-Qo3&=qVP&<7qT4fF26fy?7;-XOK2W!I66Ciq-^*;qF^GEzDh z1Emi%2>h#e{)R<#{jGts6b(74YVI10*Mw0mFgHTKe}-bF1q0 zEZ{ZXyJ$>%Q~VMWfw_pllX{kqd@%Nfwz?=7Jug83} zSQ{Uk_?t`B5}K1lQykSmCO1;8eC}6?ppP#8=y-{h`o+Xoxg3u59g?q2)0hV{kG)4n zn|$G|jBzUP@)!sjLob@;^2n&=I@8WYRKhMTJo1k6iMpH?)Psorwchx80SX%bZ1nZTh?-~ z*|A%lQFsM^bo~{>W$Zq1IGk#Q?&O$S%C{H--=1u|8^^Q5je2=E%9vmZ3k#X-<^n^# zQ|>qron(1+rs}-Wtn>Cqu}XS`(hi@-fA${|KY<ItT zx5I#2U1$N)+U?!lTBkj^HvkFJ7jyH^Jv}}1JJb)U7=Qk{Y#~`db4h3I<7*(8-uw!A zDvS03=z#8@^bCbo#kNlc$M{L-<=Lxg+{G%X%#b8ruRKTk41sLfa787yFJ#^{#g>Nr zhueKJl3U)UuzlB+LEnUR%*|nN?v`WAqugG#PgOvSyq;+r`hRT8UpA>Dmi~^op&^OC zCBwP%MH|AkwYBdM5nFA`)L&j+4i@Unb_V7>fqp&u8>crCSnZ$Yv5=^oSk&7t2wY#( zCBlaT^MVCW+WIkG&2foiW*Fxg7s%zuKW--@IM;OzrfXx;wTz}$4+bG1bR7P175UeP z*#2tYp>j^Mjuk)Zg#FFk{p9!UKR@aH`;uKxB=<}%)UdEWk-dFZnT@gkra^{WWdCnv zOTzy5+zgN(sl)+@aQ;bj{Tm5${Mq)v8AB#_(u(4K*0M(oBK^<(yno-)2_l|9{&*lk~sk+Z-JT|6K>~0U><8cL0&LggiVxsQBIvQ< z;Q6Y}+n0ttU^;S1tBGuPTEMw$bj9Ho%VmEH$AkSc>><>{G{$A9)7&2D^y^u&TN$mvXkOWjuqDy97qGs&2a{H(WmWut!QtOYcJtkC3fv zq7N8-kwtdTrS=vD!eZ)nlhuab;ZJ7e*)aXNYG!=Bpq=w>47c;+nwTu!*wt!pW+e|i zjTMlh(mTrHmriH1;>O1C6fi5ee`~U_dN}p@+MyrliMW^GwA?z#N*&GkXg;${REq@y`p!$$QU_%e4-5S}#~Mk&@8nK!4P9YWjMS zn6wpgXSX!-QUf|z8HC((4L?#R4!!fp=7!N+jMmG^zvjekDq*)9uU*oUC)vxj5-@#f z^m$fBR{zGRrXVOC3CwG$#r{z9d2%jT1UKiJD6;CX@-bPTK z%{oYVu%jk5t)R(r`4%MLl^m|Mbft=to4h0FJCJdsb$_cT{`qkruxCHUtqh$9#3ywo z*Qrv~m2x(Jm9;!R5<7o6$uIu7)<4va*U*q;FZR7|LwO`^w`Y_ujzD@rPr#mFtOdbL z?o-r~UTzO&S3}Hf^V!^`T{4Lh-km2;lK^`xHQL;TQ+wlNG{L~Ivo6sqgHG}(|^)5U7roPOuMF?K@ZC`oj_!9q85^OD#%Pzetagr08 zWLi;Ox9pbjbWXQ0);lL>;Eti@pqbxfaGxM|k#4?GmKiTJwx$+Exa{hXn*WF+oLaS6 z;-{cN@%a}$jKawtxC_F5S=pM0k}cb>u9kHiRj=FnWv51%!`hm{r4Mco1bHD7a_MKA*)c6HRmFhKT>rTR!`c_)6l+i7waQLRy@ucR zrQh99%c)L|lokDUTnRv{(NoQ^e<)27T)QJ>>*%5Ra1w&|;D>GG=dhj2H2p0b&R(&aW~qVOL9} zc4F~v^l!1b%$swd8BVkzD&u7viViE-&IvUmqSSnK$a-mWt7}v-uoC`g>7=;Q`GF&M4jmuA zPw8jYH(NFZ$b83kfl2;ibHtP#KdNiAkp{K#OB34kRYLl9rM@+fn64bYWJS1j)Wreh zbjm4)lS`J8%@N9JCHtGtf|SUKgR__7uO~|+tD?5|_=n;>xrp36qi7WsL10y(9tD_A zr(##Zxbt^eLf7VQSFZwNvOd|rs>ZL}*c8t-d1f&&B$4ahwJt7cK6JB_$eNu@(BP5? zi;l_gX)B)#Rzz4bGGwk&Z{rm@K1nwmzbI7Ag%G+f* z^i$V#bD9bACD5QqA_VzbcVHnl4DYtMQZ zEMmVFiX;5)BIq}i1UJ=pbeK;fY|BQaey;t)!_N+`J$-^%6izQ2&Und9=E=@g)IVXu zBajD2dw6yjR?G`N+VFGJL&&A()N$=4t({OomxhgPGNYtj@Hn|;V zQ(_VT#lq>vYK?AkZ4NP674Q~0)&3NDIsq=QYg6c7y)~s2qAN%iNc_IxA1YsiZahB#}jR|Lr(JyMo znkJ~&PAW;8ZF#lTkn^G#802_6T*HivxBW;ZQ2F2o4s-)Mw?8VQ%hc<3hV*z|zM&R5 zR#?guM2%^de`hu=BN(NErL1*qTBTQEC~XNnttr_4)$05lf!y=Lno?2TB)Wp}1*Oe1 zD__a7J`y7=t)S;ch?9>pxXxRFY2R^Lr!lSRXZ#(@ox%}E5PJ!Ns1?=L5kFiNLLx$T za`#|#Nq+`R+M&4L@P|-OL@9iF)v2Ek<_O6m&*ATm5!_ql5UFUE(bV32_`}d~)ww7q zbTi4&td)a?`XUh6+>p{|{iK9-IHd+oyGPE05^#?`edKqrUak!X2f#^<%M{1hUxx_R zjGCe|4Wi7$v){|*PA0sg8o9&ytzUN6?_cj^eI!*YuOZ)5u+F=Z8_CVflmxQ17b&78p ztC*?Sl4c9%EV>7}>JFOfrsa^tc<O0oSJvb(v;^OAJS?Qy@Du z`UQEPBMT=52aINlF2I73Cf5-zhI^*H0i@lRVW$cAVV2E8i{#9%O>=>AZLhC_lO3X-J z5O*=35dcdrXL2DdgAcM*mt&h&Zj2o-!@d$8)6R+38(!2YWJ6{foKh8$JM=_+XD0ib zRi=J=yWjcY?Nbx^#pbgIAFm%XZ4+TZdm(K@_GJZ<2S;I?>1go&vE0*fZKZA0{O47s z)M8B6yMwv=E#v$R#`N}|cciWx&f0CzDnxrj8XT#`W?DXmzqwu8T&ivnBVrrY-}B7m zn-o&OQkj)?i;usLVBpEiHo3@drEY#Tq|_{S`ar@x&wF5r<#8a{&SghDIpG)H&?Z&F zn>AP$>87*-1v5#-pFxXOYp`RO6P*r3O1 zNe{0q%ue)Tp+0{c#hTQkP$1F~A8|fS%mQji1;FBkYhW&Uw^`mm=$98x3NNGY;E| z=BN}`gkYY~u8a>&B+hQ3lD#u0EzZQ&02c4(vr3{g^QjZlliJ{wrI9i|p@~|La{guc z@xBNtg}mOa4LQ@a3mmTBSUrYaUnb z9KIBpYgKs-Wn$K;1e7v!6?ae}zZ5zJK*KZGT@6KVvsYnloXLqBJ4+J@PIb`UCo_wF zH#cXX-!QH^LY;Dm*-ZHQ_51fNtD2mmyF_aJy_S+T;Z@y192@JtmA@HT-F^mJq5rPrS(rCK4F-gS6oGW}0Yg9iy|O=^e~% zYt7-vtKG}v_5r%3>cqf|oEx@|-2NG-#GyJYg!h}BuF3gpT|@1HK2eZX7yK!O$;tv* z@6Gh?9Fenlb|o=|OUg?-j0Y?CR|?Zk@36%qj!AE>wonfzC6BvjtSA`jAX}cU_&RZc zq7y$*0_4`~gUP_ALiWI+;1Z&1h7P0I%oSs8<*#YiIK&@YoRyU1y_-#)U+}YipioH5@wFnKZ=-a2X;Aq zf;apT9D{D>{H*W}Z zMH(oLJ)6wTh^MuOlupVQPtObnrO<15qykjnES3VFA2xI8!+wp<4CJrVv&rNISap1dxjHQ63AmK^XSd950KP}Pb%%?=&`y#Wyd zB8st}Ch5TAm;6?=y70pUMTVH12}irphjCkvRoZ*F`@B`(xN>23dDw@Wx6hATZ0XJS z=&I#m#vKDA%|1J^rq~Mn|B_{nKJbTvt8=XwFnir1u zuN?JCOHDnXN{M+2ExF)+UkIS1-e(zhQ;5!7=IeUe$bW&ASeP;h6GSt*8hL zWC{L}oIOu4{{!9o>WZ32Fx&j-N=Z*bb5Te}X}8Yw;H|c-XUxuy;&TatH{C9QdHOUr ztL#9FvN*l|j4;V^o91t~`fu$f{Abkhb|iR37|3zAM=afjI9JzUM6R#yG+LDp|$*C zqo7!d%O`(Ie=thymIFk^6f(;*9g;aw)%(in*WLB>YM*mHX=<@$hI>)(d%R+?&*fXQ z?P8cMK*>;VIgx$){_1HVOIpNF+5X)&WNyx*vg{`PgH^J)jnpIg^1 zs7Jr7tunvpfmheB#yonH9-$8HOt+bjDKyWi9ji_<+9Xuh(=yIDf-rEn-#f*xNw5{! zA0-_{*tp)z=(=YtYn&-MLo9YR^tw)i+s4XJNhOU#oC|p|xqS%jj5+ep{5P;~el%{` zRbPN_c!$iIxYnRL`NAtl5-qxj5Wn=npIwIA@jcX0ZoXl9cGx67Xn1SS32fKC0oyg* z$JXFLm#fc*kgmGqq%!$;(z{wNHY7}BtFHpN-_9loEMkA)rg*FN)h1vZ`o1^%IeIa^ zKaHg<^zD;$@Awv=Bq%K}jF0ean5NG+gz({>YRnreKFSw|YK6*^LlkaLUKPn%$7l`WR$@*EG{U#}eL;_vK=>6?FEi`CS^T1clr zzl=Dk>~sAAruGjH5#jyJ6kKg;d&bQ6peeta;qgIT4n`Sr(ca+hXr|k2+wIS9IV$V? zCoVfJ=6|vGmcel?O_ZQyTWF!h%*@P^EoRwbW@ct)W|mrLk;Tl+%*@zgX54=7gLyj} z6EPdH8?isOf2gAsx2x{0&dSWnI(5!@I+t(RBT`0k=mKsR3#N3AbBjd3=8y7*5cJQG zT`-IQ>K_kj!H0Dw(6->VeGe*E!XE}$8FU2Hh?Lo>X{>?cUrqA(d`WWSVt&Qi2d_+a zms(Kzl^R)&@_qtmqV-t|LB1!4%g)NB6c{Q05_UA=1+sJb#Lo}n^*^RY-S9e{fU8%<(Y7wnDuDtls51aS$w!}3auZjvXL?S7C zZq$9pFo6J+6(BJG%t@g{Ohq-|TjEgsPY2&IqSz$}y191yDf)fpP0V9mWMykezF7QrB#h$d{giI2!6s}@JI{xpk=xN4Dtc! z(P&D!2-2im%H1C}iQv6XDB-0oD&7`+ZGJ``C*$QfXqrWxW68_Pz}-bqWLo{3KOwc)B!P)2pUiw6%vUeVT_9O=fg&4tVO{Cx@edm%ci;Tt5GOMKW?7 zq|)G@TLiqWdzyR?$c_FomLcafg0OKVLGJu2GZN9-tWy2?lv@LUEqi9Hk%lro{8o2< zzVl7iT(;?Mjv%FV8E7oiB1laDXDp@CyuT$^{GrVZD~D9wi2HQ0N!p zOilEUmc!wkObTN_{In$y04!ah(;S;_@0h^i|METntN5zjJ$Vbu!UMtEdkq!=Blzmu z#Pm%+oR1}7>g+bo9@n3J$$EW7UC!#}r>L3xhxcxp<$@Pu z;*v_C!|B6Y<;w=+_4Y+Jv4jgANk%Gq`Y^*no7jxO)cr92Lc6o?E=G5^18#oh50(D= zkrxIgmR(XSQB~|`&!8%79)~T9Re?fa^;#@P2|qg`h(Fsi+aVi*uomD0(a7Qy`ghfH?VsG#qHh&M%Y|& zX@%i|wbEHr@L?JYKef*PSMpuj$^LH}uHhvzn#;$V!j0bVxN;(`$DL^jH|RI4w%i8n zH~g@=i+*1QG8XM>Z}7TQ)g=25vuhnWyPWt-I{GMe&|0D*o*ep>6!QZ@wa^FaLg>(2 zmR-IHV1L_cPl0UCiIO8VS5%QHa%dapU)Qx6%=z`GUVmv%a1u7FbEjzuydPL(J2IOJ z5NiUC2OzRjx$+`UCI&YS%SwbKU74lE5%R7%@>)NY8Y94eVU-B`mn6f_km zOuSb94U*@s%%K>Y?F^IFqjS~mTRV4BC_+woWaJ!ngz(Q&G{(C7v+K?A!0ssoA@@(z z;}{u?{H)-W+7AZzt}!@4`dC}-QJ#5`m!}n~pK=<+qF@3<8i6f60gC*r2^<)*7iMZF zh25j$eIvg$!+nm#<^pVaR+Z#n#ZEE>e@T$!*0KV2+mjo1cuIj}^6hYG(w4`To~<*G zC71`NOY8o1jeZ0kD;BOMDpUh;*mFe>HRYbTqgEYD!%9CEhTITyw$23t_TO2$9HR;czOrWW^-s6mwW(nC{F(RCK;=L)iC;YQAN*X7dOAdr zlTA4NJ(><|0_4E<;*}i(4}5Jkn+K+MCUzGnLb-?FA2uGM0Qn5U<9_CIq9V*L?3cxm(WDiR8Jw3<@t zOWZ#Vylk;8KYDPjz>jirdGU;Tq^I9bZiE2QpA&8e*Kwty4Z_FMVIK~( z3qS#cM{b)Rs3d5$&?ds*(mE-_hI*ua3DA2YlUOCUZ0`TPO3m^U^Wb0uxGm_=3!%Px*LFj|P`#<&QoSBXU4>@*`7{mnRBq#* zL)EQ6+t)73)lII;<+sSTH86~QC=7lzVF_s~rm~2lW7q4l=_!>;@RbsD#Q7)uIUDNK zRJQ-s=!C`ML)1IN(djd-FIwk)oh)`!G|M4BemML5Li>yo|JYhDg?6nf)3AO`b=K)3 z!cAA(V%kHkeY6^>7mK3wix>E6rb%rvS@iD77`W)JL`^*6B}iU6=djrhlcrW&bz0#W z;p6V)P*Y*LkgMuS_tU#G*dmoXNs^}$tr~>f&a`u)jMSp;DZ&=~pa6GtH^KqbRO6B; zMm~KK1v`GhnG{LD+s+U|brTgnf3Qy9?<&XB-r@=Zqq`fMDzO(=Ab%M^xZHct_4FOHgpzOgkm|~@A}^|eeagqy7iF^lYM}OK^^H>e0s;lciJ8OJ zD>^7|H3j9Z_zH+Fz4M~`7YomGlo#zka+dV03ml=m{}AcBG50zb#wDc(Zx?(aru_u2 zYaPe@X4Ejz;KX#keQOF04kFhrO&#yMGCKS-_oZF`O^|xplQZFT_MEqI!TGXOV-*I( z+`PrjvrN2YDADY+;W)dMiz@FWifGVcehO=D;&7=Ks*p{QQIVC!>7^v%^jW&jNsDb> zLCdCxZ>sje7UB)Uundkfdr9wZy$r}W{i;TD9GCx$kg;_T-Ks@|kpXt|j`irwCLHK0 zpQtl5JjBU60^0ncj8#Hsh&wil4c9|#xy2G&Oa>?LsIapXBX1$vCZ(AC?!_7O8!rtt zM$?GpGS8belL~5ZtNq0=$ao8TK7ZAKM zqo}j6!sRGi9F`INeNow`_!H5kd*0p<27`lFG`(0OGope$QT|)r))|u|KvA zq;vPQWi0JAFx>X}KAO`BFMV?Ir-xd%f#PJ0{d{E4u%ghN8#Lw+CmI-{ESbJMKh}p1 z)-=j%2_3)eN#OEZXV-=7@@jrz5`*QvRRBYWDTIedu+xQ!2QMpqPHFDBC?iU%zl9L4 z9oxsc`6h)4*w)^0=(aRT5=I5nez*68&38NdQ+fk96ARO>_J<4SjEQtsfn!;fUtSHM ztifa17&w`ybOUp!z`4$EbPJapXr>3`t9hrw|a~=4^7onlLQ<`fxVyQ+1=^@NN*@ z7)@e*z=?Yb_Ms;Hj8DAj&M$>$!g-~`Xf&SSiU<)5$;2YuyZNWp7&F{uXqHbX7~U2K zB=Yf8Ys0IfRata6ECk)5jgek?BYxwgOZhyKz#4@B zj1uGd+_S;rJ-oM`hEB7Bo0B%tvK8_R+&aO(B_`^)h`Qr>#=c68#7flm zu>`hhg5pDM^7HHtG*0d(R^bWP#Ildm=H^+SSLCAA%ASnQ-7ntm$ zm=s2Bqdpt)4u>RR7mi=R4j>v|>XN8vdQZ$y3^3t_YCe)aIS3rM-pr0U;&uI%gS{!6 z^>dh3VJn4z_p0zENMq1X8J5<(-$DF2@mLH`pIDeZ-Wv$5Xvuh@#I~Zd8I}zggf=ZM zX}+X4dmFrx^-7l;*dT8^7+8gyyK5S#KC@9cd*Ze0PM$7YHN1#np8_!;YC6&_guPuN5LpV- zw5;{AYoE_@X=hh>!L1B>Sc7SbHRYRg3EctFYiDHdj=p-`?DLIMz?wrr1iTAwV$5h- z=amSJGmdVJSXnMoab|*1Q&N`a75~mcCL(IrCUz2o^gPWisbWFGeOtwHg$IAo>1T1V zM7emqB82yHrp$RnDsNz;G8n<8=mP(X z`FnUd`oLc>1|~p$uStAc)5kV_4vX&WD3S*%942kXNF&G0rP{^QUr+g5mer!&S`BD% zZ=b(1E6Q!Ss5?ePPyjOe`P!jlEm3?a*ZA7<_SA5rP?}Z953cO-$(t)l&qR{)4{d&v zU{FIR#^X9X(9V@dXLm2|Pe(iSN-3wZ8~kGRt~=k{RVsF5N{RoQ8}ONamLUlF zS*kHJ$etWn=Kp)Ix3xBh1m9Y=?mfTb!Rbj9ejekzZtO6-bO5iuBlwtq|GQ534d$o1 zxG}BNq2xXBxg;{&m%0aDS!{v2&h+lQKE;MHyP}3m=z6bnhQLQVJIsRaH%UHt9cP(l z;a-T#$K~%f_8oWwHy1U`M~v2;%hEFj2L~B0#rNV|f1Iqvo&JLbpc1&4#gWuWllmv?n07i z^Uf3Y67t2h^Q*v3pHxXM=fxKpmC9*NkJPeu_6{K20P13cu4$*J(6Tl2`+~oU zxVT&dPd@;e{!H-%LBXXtNcp5okOQL*`Tb`@Mr7y0)SP?N!2rsh)p*`x&0QOZLCi&& ziYm)&SUwh&A?{hpse9mf*Tan``vrBu`869{x%)9S?6CN-pb47V%?u<C9;^7s1 zHU38};P{o6**WFz4ExQ%b{CgRqxn$FOu>gE2)Tm}S1;E*AtH)fW_yLHfG z*L%zhS}0vC<3B@B;tUF_-3_y?(ASWMUA>m#Qd<@8eR5D#N&c1T5eRwWwAzeZZ3>Bx z;hYd(li+`ijg5^{!lNbHeUBP%uW<>e^@Wa5mKq5}5+pDuy@+Y$a_#^%?JnDqJ?wGE zcca?k#*f9h8H*&EIZkHfLN%Y=Fy&q!6s!=kd_U-!&R3LQ-y(*8=^XNijC?A1cg}jP z?it#&Y8>8ZcPdl=BF-}vXd~_U5MkK`an=Lzr5>Zktud+#W2*w*Bz~JQqgK`tviQa3 z&?L9>rUPOfXY_GA9dNn`$a&T@Fu^b8l)ksHQ7Azm?di1mOn2CDu~keB!k)Mf*eSMU z6WJAhoo{8PI_!99MT!3M=0PZ_hMs|l1M}GbUE6W7AKt2%ps;4$5OpDS^gzDBh#Jq;LFQ$jmCYx&O7<91GJ?Kd_Z= z{KF~GAd0T8AuZ+>NzRjvToxUuP~IteQlx}xcwR6={V87>`p1d<r^E7(~~eFi6&u)z7aVSmjy62?S4JutWcUJdkA1HZ$jgNN1pb>j4`Tl_8=OR&CbuQ zjytXqY$zWU79*U_Ri?NP*rpA;+KuQeH!)h_4)7V|HPub0T%&uEiWf@*#yE!ta4B_*yD%l%5Mb?G_1 z!Y9ovtaZz~&t1Nd3+BmS78ilEH76sogv*zuhZD?~bwK0WF}m%EZ&8(s>{rG1?KWFuviOTMUd(n z@^Kx#a5{HD2(7ZEn~x5y#tS+>Kvw3i)+e-ui>j~6=$aR8JM!sJ(l5`8QH3{%8l?I(w#!k+s)83V!x>PVLad=kea#lUSJZ~+a;?tf^Wies;CSG#Jl>Qu z>TeLFp3vDDNfM0);vbatc5X4@eh+fqU)>{M1lBetgnFt5edIMRp|MmrK%|Te^F6wl zk4Gh2?Z0IJE|dx=u=op#AXt4rDtoRT1ww}C+l5!}q&y!dh$f=nxe~PWzW=p$972NM zgb2~q$2eSW@PVR{lr9!~MqxUUkTz>xaPZ#|x~-7ymOW z%Wf&BXO+?X72rS^CP96F!6&@(2T+%enz`l)J;lG=h&DS^VmgRR`eIM0w+@~|Po8c* z!g-&@r|0mgv-v!DQzdGU>$wD`x9CM&ycz>flDBx* z))i`kkRDbZVcGTFW7d<|cH|JN%&k8xvrUjWp68};Wg4F019M@lZaVLpz2OA;o4?Jr zb$US0#XFh&XTJMPLYmqy3c7+OQmRr2-hJ=vfoLbrRpT#8$qy0_6s(7Y``j2kWjf!T z6&faALQ@j3lodlO3>o^LCwTLn9lH$#IZM59qANdxHiKTJYbINe0Bg%DOYtw2$=@_S z2n^q@2shYgpd_&fWK#C*?@q=I!P(^b_@zN(_&DV2kQHdM@dwgJP`Jx)F073lRyef98o2RLHZ358lT={K zeL5gT(F1gX+5W&e5Zh?R_UyI3_T8iBg6OLr?udQ!q1y-0L7B1n?QHos>X2F(2k%;V zt%GX@pe!-hB)0jJpq|m^Hjf9I#q!D0Tf0U^>@}ApH_o*;LsGbsMP?2~rTz+Am8{*qHZjW|7ar<%JUaUHY9 zg@I~d2I_Um_O>M!c)pu+I}lfNg@%nid41ETLZ%XjfwGO3~zXP zn^I2X9?m!oxrJ3#_=}=-wd@EW6@Ge) z<@R@Q3e&{}M`)Elwp{|>)Pe>-5P--!XxXZhi=#h#yfcK)o*nf`YJQo03cbA%o?oY1 z_&YQRx$XUui@uPfpx^yw#ktFL1VY&aXAC+8T}=)kH`7O?$(?qObATbjJGu;9W{$RO zYU-~)o4B5S@JD{2fb%lfRnyelWa03I$W+$FwcLmlmS4CJtAp)^e6H9olQlEc8qn`y z@A>S#U8eD7=mIu-w#ZQXOi+0>um;Tz|3GTF!nyWdYoefavQcLQzG6&5O#%P@%gz&` zxa{GpOSTH0C&jk5UFcks7Q?IhSi0sTJHjTC}XG~(`p)47voe|Lq$%4G$S!bD1J z($(hJl@IPkF8lTS_=L-1f~V?sB>PH@8}}C0XrW5vZ)=~pDk)L?OL!Bfky+Q&1e+&7 zU(A3UDD{2+AQB2@biLFKhQsO+c$*ctO2~c<{1E{8_j~s19>v0_=LLXQVY1JzJ^L~2 zf`relG@g^2D2=Yxnqr8w;{qgoThrE<7X*Rk3V?PIzq8I z@7(_|5`|)^-S(NR;{(cMXMzn^RbnPhw_#2HRhB3aX~+Bb;)$KZ$wznY;ppQqKKndG zEbH!S`Q$3Mazi1^RaCQmVwuZIs3!VGDZ~ZG*0KR^AU!6KOWG!&~gS1+U$H zFS&9Ua_b+Ak)u%Lkh-BBPW5~zF7``;g$2EE6$vM)Fq zqLa$a1Yf6KQ*WLS>6|HrSpRdyUzhcHNq%bk>$`t{2lU4-JD$lk=-;10ZG5#W8?#8y zN$g((ksiLnT>hskq=%&#C(Tg;ST1kD(3dc{X~O@u0BY-j>K|ABFM0v1{7;vEb-q?a z+C}sKH}Urm@&DDaDDkPuB0T>IDi1T9F#fKbW@c+1D1 z-0d4@%+sDwJ3rycv~FRHh$k@X!)d%FnICF=GG|+R2SPs;;ikdq*OozuR%p9H%k{6+ z_f0KPJrA3Lp^yEBYvt!aX|Y*XZ^XVr^1OQbUBBRVhPdC^-K$}K?ITXTPx9B-Qj`Lv zzzCcid)sbUaGSJzX*I}@k#WL3K;FI79#CZG{Kp)_(w zQ%$rd`+};XEMKo=L1#k27S(2-0?K5l`WT5a51W8?1ckay_I@qlB!)!|T_<*5)_&`C ztNY0ov- z9*wBQA8phwvedo064nb%=>{imFmn0@j=XC*Lgf>Ktb@>mQ8@h!YE`@EPdZxxG+@@I zJ{gj!5h7nTqk_r8vokHhrWo2fw3m`f`qguCM$`(%;R;brFYl0NfukR9WuR;CF==hjMaLBcT zVC3oLvn^DvFE6>Lbh$assCpaGl)kyuiT>BhyoIudPLcEUUil*(!6bu1<*Y#qQC$BmmW z-*{TG-ul_<%(L`P)Nj0IWX{>ZikHVDNBF(PTLq14)wH9Nn` zRyc8NcpwTalFE$?%T^yT&)l4kV#t zQzPW_Y<}X8ZVINjsb~ndVkns9HTYWUfBFlOYD&j;(J?wR>ge$QicwBxnTc)9g5N(M zdpkp4h-?_VG{ai1>=Yf?Qc**jd-9mK-h~EHQS-ZP3OnroV85WuSGNHZ;~;;3mB{kg znFubig^e_spJ!btq$MAe{m~s*BGgU78^_kj8zVEPqmcw+Tl2BE3-3<)H# z?@hu^7YMO&lEws0V~&D*{17M)vnJh7CwA6nUZK&5r2A2LxGyPz9le~63YYMgLhWya zYC+~%u-CnB4elZ96W5sbU-`yP2LqQ}1N%XQo`iXhIuT?a97H^rPrFY4It1 z^a5|dqH9imP((JBtMF4=Kry{5gupBf>M9zO@+oTK`C+wHp#s^VI&YY_5hVBoShRGc zW)}uqL`j3C;HvfyZ95upm|;^fmkI?w=GY~QQP=7^|Am|*PHDJpSM(5H@cFD}!zlDB7zWkJWK>%!92QM9QuO2tXy`Yo>iLd;6i%Smu~(3WlgE>F zu63=Pg}B!N9tXK}tMP4+uq9yiVh!ISgB zyI(>-)cq<)+GMact>lC^d|fMSJ^0#sYn7xES8$jW+* ze(3H!x^Gx0c+y812qE8^r@=Rmxp0La*`y=)QkUyhIm2|W`0XCse_IJxjDNWof$&@j z#uG_GOb#AHg>J*M7}>o(*HORQnHSD3|MOtg)fq~DS}5rIb&&z#cUvzU-<3mUh8W+rV(v-Aa9dAq|0Y-U}* zFZ9L>trMai@Wj<2hmEWM zJv+nuwZqw1;Oz^Fr@}Re0skRsHQ=Sik8N+EQ@AIkj2O5k>a5r=-!@hR6@w8F+E>t) z-h?{F@7~gS$m^26tCYd1nKAI3Eg;n+V^Zjfv-@_j=VF!v2o-BTfU6}-NOz6B_OTgA zYJ$#Kmh{Sx2rP)OsiQbPJMG!GyL=bu5G+{Kdf_AQ9;Vmbb17mP=f7@sTjK0o{EHeS zEfn=Kn&qVNG!Rke%TaXdd(agIv?!9P-e#Y!l(zItuFF%^a_{SM)EuBXPMy_}JHOHI zS4ZLE+t*zyQ>W+n#ieAAQi1Q_w4{4h2PzShw$}*=D;Ws#H#it^QaT1+qI2VwM!0uS z0|`3nLp=;{Brd4Ql<4%$Pi#SxnSS$*Qzr)#>I86{hjxN{kr^6HONFax&u)k*9a{r` z3iJ+w%q2JZB`+0lRI{x+&2)kUup#ke-JveeR9;I0w0p##8dPM2h0l3hR@Jzx6Wk1l zx=aPt9(!O{HkKw{V$c$H1WqTR$%u{Vk(nISnkbW9V4W52fVAHRR!r{MA375@3-Wy` zOk)%8`3m1>#c(^@Lgy+VW#LF`j7`}tqSTnAsIbn9UX0oT4sgylJ>WqD76;W|Y?H8u zpJ7Sn+7?rn%)rrux9LlM29xL5l9;7Vs>BlZ%Ixg z=k|##H`$+`rf6zf2GW_+m&noY@ArIb;Klf%aVAy=uj3f23ukbc$Iyt3kM-lS2(RwJ zO@*({h0`;}>;*0_pv9ESbv}rvPxR5M()w^R*b4Sm+x`)8>)6hg ztZ!g$xWlQoHF;*dKDOHLPA>X=(5x?WS=xzxcJ54z&CJZYpN}u=$>p11MCefaK9`)* zJXUIg=<#^=!&6P)&FdfGl}(Qn^6X8QfVFH8NRgl3^fq*UGxfrUqf@HApO)Cko#T!G zur2&%W=Ul>_MjewgOBDnKP@>*+39i7m+~)rbZY{!U=VbmNM%k-YRwPcdTxl>tTH(( zvhLnzL-`I52eg)0IPBctPA@m5Tnli9NlD>w6|9C5GLH%IH>`&I2MZwe#vYb0&+Ml*G^L&f@a9^B&rhFHy?7ApcG^%HVO()D%^d_&7yG;YPsh^r zrqp}_3#}>IF#tlFU-8xdxcuyBjLXU`8E9jb@8vFD^A0VH@M@~$=2U72^uGIe%1Rs@ zInoSnu1d}iTWhND-8whQ>--wYfSTA$Juv4Nergb6g|}hQ%~~Ek2@+{@*us=4Uw72z zlv6lEkVJGsc@hq`@qnBS7(D_J!R&>@ye(?pasqC-`AB?tp+w^1(WPw0m7Ny=xi|I% z^hE*5yDwBcQ$Gxk^}n?#Z>3|z{AzeYYX5pYB-dbTba>?fkkwRa*9MNk*&j5QJf)P+ zWu6uScihsw8DWN;wA z@Y}6e;QSWHPX1%`llS$2HT8)=;l3vaV12!ggTP>NwR8VBTbgv|e09h9*1N&0mb*uQ zRgrt?=#s;Ptofe{HRgdeTIM2`Dw`8;SxwuWjukOE4H6{{_8Q9A2GE>TPT zJwba^z&~$jVl>ae1wteUN=>yYg6*qlaJw3c%FmjXbg%hUD()pQpHP6>Fcxj+9b49( zcMSu%mn<94hYIo0Cf*w&I|+FN5XjBh*6b^r5;l)7_q?LC*SBWZ_O*gO9UCVsa*~9{ z`|$mjTA5o#2w>g_6_+(s+$V~znTe4uttU^HnkM>ZgEt5LY?pBi1=SrDI^4${H&^(V z7c+BbYr~LQL>9_KP|X9i;+h|Rwx_2J<7iF0dm_)^RxVA-TY{)$R@z-1hwG{&h$2fW zn6N8U@2RC8(*v=ls0qDM&p`QF{<>CLGG@c|dl%t(ntphZ;^ljX4DS2b=VZpb-Gt%W zW3$5!$8;1Kq_p;1(Nze8ZrE_0;{D6%{L|9PoCoZs9(}dTG05bimwIbXjUU|_@Y)0u zr-eCKj0ZKwgF{s1$VV1#BzuHO1RbLpXdq+8Svswz9op!+cHE3;a9SYPP84LoKP>%!NJIU3;}ln zb=eMQp|^{E3@~=YxclH1IFty>H)oeoG{P#AOH>8Do8Y!9YqguNOC6 zJWdS(PqhYbqr`}SiEtIlW7VF@aF&5OV)1_~&+KKK>y0AJ=lz>>8uVX7|9>jvF#jll zsvP=)4tV+cKHo|CFBUdp;!RBT?*Ad9!~El)YD#H2{}k1c{`pU}A9BinD)XTHQ)wv< z=ASw}Ltp->yYxTblgu^4kjh?J!C}%{9pWP**nsB3DYc%V`P^G;!r`q*pV}+be>I;Bd8xMW+P*I;YDl>}WW|GjPy@)U@6zF8MWGikp(vspwM<@AYU1JwDXS>5bdvJNS z1!&I-8ty3UG2CJk%&1+#ieM!FeAI$sBWSQc`h!#0pU^^^k_pk_g*$c*xgqdVYL<)Q z{QK9qT8sohYvOOQHgdp5cT8i`@Pj!G(<5$#YHin#@#)%I%{$$|aWa+<5oQBg-{G*D z6iNZJPgRw=TrXf6$L`+k#Q5qD*N9|;p_2HF-u~C<;axzp_1Umr3+t4%jc15>M0Hm$aZuf|A?aIq;o3EiPoHjZu+O zM#9&hQRoEBlpCcAFzC5OGI0*OMb5~eH6_aLC`6nj0taNomG*_xL}EAM^K};K(J&%S#{RLk?UTy;`z}OG+A> zFHQZ6yYjD@F{FhPy=lm+>GJb#;Oi^nko!%1iPkL@&^$#rcN zsnt5#g*`G9zH$G%ILsNH5fY=ExLyLTcKlQHLehlV*Q;(IG_2A4j$x00fYhpq(C!ai zxbpAp{_t=HRgk`3$WIn3@qA+cgJp5ZbsBc#3KdiIc}0+!n8;dLVf{U8fqk&x@RKv?07@P-cttb7SF%dU+c^;uxq0qbQpymB&!n-*d|C-CDLZ~%FRsqYjrQ7_!XTPxUo<+W|izb$8rxC?k zYxdcq5!myaMSl5hJI)WJQyrAQNWuPk#l48qVdE>_V+qfQNQDd*t$9=cX!5@_9uz3A zRJyBV)@3_nu-KKtQxk2`K!$ zTGECjdW_;=Qx_5{HL9Cjn||FM<>-Chea0)de%_8t5jU2|U^B^RtXC~8XJ?yN=yyLV z>yGOMIz~U;m1V_KY~H@hNAw>zM%9wt}EmI|CwSZzc=xERmVSI5U_2P?IMqDXLA4?g7DstyEgc@S0Ftr|G#RaYIl1 z<*Syd^uJ8^uh)<(^x^60YfNk`61iNKw758Q0=Wz^A)#+q*Y|(vhh26~e!iGnMmU&^ zzGD!m>$~tWfR+l zpCo2|@+yziESK97L;YAzHS3dTnpagjO%s8ptE0yg_LUR%8b(*edgXaNXTc?5+1?vE0#K*%%*B2eh2)cQTyRY#JhCp zt=#qs{|5of!W$OEK+)>0PCAm03!pwuFFWYR>dX0;JRr#5TA~mM@JpFa+CV)G1mU0(Dp@pCp(YaAwN_5kGW<$y52&5jsXE1RQ<)`&eHG z#Y~)46yCeB))oz3Lrgb2<6QW|i23+picFRmEAFOlUtsT(tSDS>+-KT*wz4)m#|Nkr z64&bYCTsMa+2o(PmDyW3E*Bh_BJCVNa~r(qKR5R!7}@GI%xf_DGT5c((|3Y9DC{o$ z1C(OS2FC15_BC@|*Rnu?Z|vVdDso?pbs@!Kwd%qH9c&bA=X^X-vy?YBH^dDOh&9FB zU&X>a?D;gZV0xW*LnKhAS#liitYsVA#R;^xea_(6>eq!C*2hMrg1yOQVs_@Yw3RQo zd#)(HO3Wi-BgcjKyZ=jXFY@bGiDk1U3&iQYD?BCvF2Q-7gyHwBkE7WK<;jci$L?$5 zKe+EC#MgIKi~=WW@+Q$U%0`M_tnG~%_Ye#xF!gp`p^4|4u&!!mb+4_QsBKY6?Amb8h7vY+>!xu!O#+Z+dB* z)k;XFgUA4D$&i~X-H#h;ft8^6$qHHev6W(*ZCx0odLRHAoAh?s3e0U`km{$QFcLnj zN+x|LIH-D2+;PyD`nN|xWchki%aZEe=Fbh(?VopzMGQ!ebr_APT<2-{ZQ|y1S4(=t zY8eNW<+hEq&vtn`swNz{F!-X(|B=c^z{7omA0jmk!Z=@A$y(hvjt<*hd?<< z;L%N$@?SEKSaP%IaS5k+2U8#$nQ& zc7dIG7;z;{PuA>@!)+plS2Wbv%sQvzkLSBOF>ia9dPiL{7N%=y9tS*W(|9m>9G(S~ z=&7$T5MNjQ{Ffjj^F|@Btn5nX)iV)d8V&{%J(FZCAaIa&?zK5?f+FSHSpwFB-K#6j z*cdT=Un@N^iXWX3n#MtsSAJP&?zFk+U{p`O?dn8T3u?6|Pim7@E9hPRAa3Bw#Vf$ClVxMF9cEo5||4<41c zxKxczx-=6SeT-^0}@DD`n_LKu6R)(#8k!pheyjEDgx!Qa169!v^F_os(BrJ>j_*ha@wa{Kiq2$3eUc zI=`xP={>F-e(z4m8V(^>W;DJzxaN5UvY520|9h*D{{-G^_=hT^5WjzW`@da&8s`7& z%ZC5$IP`yBrOc6j_>sE5PGFr5H9b=@LAwipvoj2M1x)Q5639K<2*33$`U%D#0V zKV-t8i(;ikdVZ$xb(i@{Vk^`S(HWZ4S+l9>n1{+OPp<}`+?n(&a+I2k}i;Ak# z$w|^q`xrlRp@Lg;BMC0JcXfgZd6vmChQqE2z!s0polnaP`K;+W)wmXYFfXUHRel(~ znQ;r8^?I#$-Jel@i|>@1P>4Y}_j1+Zlk>Xk{PiKAar8R&IiWW+6Cgd|AeDB}xmv+h zEKrq_K7ioPt6Mvm5DyTOmB)Oz4E;}1_B5c-^-|9qDyt?rk%=W7&9w#rnaMh@>|i9h z(hl!hG*0GF611fn@iDa6lX^pIQ~rv-kh}V(;$d1MFw{|=Vf)b*xX-kEw<5!x@uvhP z?dm&J8`waip>juaB4>8}eYa|n+a@G0u*B^_i(0_%Qg_zIR#@(A)v}CPVqB~LdKp<7 z-f?zyT6`Z$!)>-Ui_Yyz$geCQy>YYfT!4<8g(B)ztUR^dq=d^hv_=OrG0_m&YZvo8 z-+NW`{;BGOAEd6w0l)bP-ac*fSl^pG!Lu zv+XO?#>x^HbHaZlESkUN9QYyeH zz-hB6^{R`ZJE?zjP#{D@86w;KQI*y(DdS%x5_kJXQ0*!4f3WwKQE_e2x*!CXK!D(u z-~@+2;e=oz5D4z>?pi=0!7aE$f(CbYcXxMpw}N_gB&W~4uWxsc_j>f`A9w$t2BXH_ zY}Q_D?fJ=^bLvx~n>&&a^C_*#HM)8Mk?G@4jurW%Y(Tt)Gm;P6wo2G?;+T*93VDTCCI|_k@G0W6g1- zPb?Ru7UZ`{e9rCgfgeC1$fx}Sw}W>W@(vY#472FDBdHSZ&df;;O$*%U%{xcri`?h! zY`mqz+uK(D*}O=LU$4+%V$c0HKYT^M*9eu&n32%hH^1>{_!h0Rh2_%t^;%dTYF{9R zOT2oBT-Ie}uwxeQmNQ>4KIy=GbD;W5DNUL>O>p-mg^ z{nfhm?e1#_N63Av!f4rLT=5n2a>v7KH1Qv>!Z0*xNC3Ho*X*6ZO(cuV-i^OvEu z^cmpMBH43P{?fE{TPt`5o%x}{$sf0O&LPe=wBT~=iet)2af2Eq1tXpA!W;$^zyo)+ z3#CzOfwA&@CFR>+Sy1vj(3W=hyk`^}h1}M5qs?aCVFE6z+LsiqGV&&1ResV~uRW&R zuiD4DfXgPcr*CaLQ;AC2ZgS;odql;TI`AU5CZEXkxM6(j4VrvrC#$bFJ@lHn{B%f*kIH7;j`IZ$1y!1lKsIAch1)ghl(B9J&%6e82yVsNqckz`M zB4vj0Kl9jCz75#=lDqyYU)b?RlY$XOuZzh&p8J%iM>p04o{&HUg48xCt&|p;UEQ5M zLQcDtl|q)U5Z$jP=mA^u zb%#ZUrfL1XRfh1=nAyXzMC3SGeESYL3z51SiO7Rgz2-Z{9IvgYme~7#?dP{Pr+rqF zU5VIY6Aq>29xH2y9HUe64s7wMOj44`h_42~MN0gjpWdXL!-n`&kwuyq6;TgaxY-!h zFYDf#(!IG|%~1Vxcgi4nR3a58{hwfYT+`Rw5)2-?AN5geg*GvfW=OX6fS`x~oY;J{>MsNABtJw5l7E*cHRC znR6{gvw;<7MBxZ$Lu%?N%86}C{FqjELbMo(1uM}}Frg;1?r6DjJd3Jhpn!kc6uEiZCzkc;qNwQx ztVx3)jCb3#O4U`gz~X_M4M9-QL~*#ZXKv!|?j2c5`&-1T`u*NK2e`ziD;(*wFa7^C z?GD37Xu3`F|JF1NHa{nn@tP0@P70fQZBp3pTNI53H5{AWJ^7q(CE!(@jo>>(XuSfI zj$8pg)4BHg7DG{ubKuYIgvMiMp}wQY7%zp{Z(ohO1KKmv>efbXroH{hXhlcr_Jzy8 z)N)*3k}-S2+IjUxyZua_sEx!1Pa)3a0k18|u%Ar{9J%*N+W>2jDPgFb*dKs;l)^xoFZqYyrPLG_g-F!tm!e^J_ z-P@keMf=T7tLk0fND(1o+O>q~f%61#JeXMbGrMe_2G8?~a)FHVX2ZeH+Qztt5cw5; zTdysi7DT&zsi4QE_zNAtm{&b!LRMU|7Vi7{CzBOY18c;jNxuK6Dc#C0x>8IQHg{Ty z_KLU9XORdV|G2I2)5i1;j6WcaJ+;b)n)7dkfy3gcGjZjmCkE=!Rx)nS=uW^@<54q) ze9-Q+1wq@@nmzBn6K}o#M+hgrfDCQ3%xGUZ{%f(%>Ws~t8uMx{0V9K+b*UKY5vO@a zACRK*LnY5p`-Ve%=@vbLRuJ5_Xf^8CukM;H4F!!JFO@DSrto6(FJy1>WkW-|)XsJQBJhPq zj0+ht-&6Z%%Wwn%a}zh{ahqCgZ~}!cy{W_Y?hM%z#M}h>XWP=-ADqf|bqeV{Jz3^5 z6En^!(=okLNH^W0ihn>0z~kzB*nand%f`9owz%ehuA+B@mMycI#R6ISb+1L2` z))FE5fnb~!#?T2I)G7_K{Ut;n)K`#sK5Yk{UKop!pBy4`0U6OM0A>6FJtqFvCQn#0 z_0pzu?G1>fux-imeKyJ?qz$+O9dX2arE^llCE-Vx-os?F0|nPx9{yBIRr;% z=VysOh%Q=L8mOKj8AAhYtM)-x_YEv8EId5?-RiE7%Yh}*rAhBY!nVb%gq9gB=Om!) zxSjwa{P!-26;-<28Bc1CP#T750=G@hop`MilO#lmZt*>3WD|EP70qCs1J&gp#{UEX zp^05EcX%`Sjv0e|;q$iG?pQwLJiF)}l}Rqd@b^`*2r*GzjXdD}u@lmJ9~>c2y#M!6 zukzvv?e`8qLBY=UH#Gb6>;DfVkiW4^y#^GQ#Ix)o)oVj8wDqqa#S?+0?BrGk62->G^8Tw55HSJL=GQg( z$!taHi2qpV?2L_+yt34gQ;2a+_A!A}WQ0S}YO(JiL7U)#P`;<-;S%5}3w`dcDO);! z_JoNleZv|y#d+AD&gMGVbg(7gOL!o(G;#=$rCz`1qh{iDQ^TF5_86;*pRB+JgxVHoJ=i-Zw?LaGm5{+Hmw~--~2IIO-Z? z6m%Y?oYhx1rn5`0zCcOURhWNxBqwu%bv+S4M@LX1p{)FX=8YAj!RU!Awzkf<;a##? zljoc`83QhV9StJ;vEN<*mpb4qf0d%;Mj9eR5@Z&!!hpt^8#gLexCV5d(lIG<>g|6< zuM;mbu!lahhFlS<9A$fAg&Oe?iOIp^ROTBm;V=(A!0rfaoi*uU6{3dYu+;}ap!8$& z-zwRbc12fAnn1#Xl|;S^BgLX1`xdVjGc- zKL@D%=H}*R57~Yrqx{f-9${Z-W4nl;s8e>VDvtaF)p)p(L6Qg~ zj6XcKWNC29SF4HN#x+yuPYCQa0k5mmZhr$?Gj$Di7i&758b{|gThJ1BD@+4#C}l55 zpdgkyDS&?XCg)f)ph#17Zjxw z5@Hyhl#O$?E-oA*F#~+zOy=qf!X64?cInl%(V*n*N_SzuAK!2jm@N>hf`ev!i2u~w zo|fdJ1B6oBB!`I)e?<;bZcmzHWH_>4_v_be_pBALY}4Z6DO;-zcF=cT`dmJ$J;@$t zw<<~RP=+1fHTkEn;>vwR;7O74Xwjjefs%&l2tRI9SHA-)<2Gr(?3Aj$$3DT}U<|t; zrGl!>e!m&2AzllvamBHDqmHk0`_G0fVvD?q5dF7{WVHs@sd?73EcBkE13L*j`Y%Ih zL5D#8<*z-m82)m1q5RnBa0YZ>HlgDmy~%x(LW7j<$#Ksm>I1dlXitvXvy0Tma6fcB zye0|x+qc@QuF0{{`s~ocnmzUikzPnn8W{4M(uQB`$Rx9>a|mqZYmIOM!x>SfP=iwt zn}>0mDvuKgy1NZA{M~DpB>-e)k(-Y~8~fG7b6kTjGHNSM6Exf$8r$PLqLe088XDHh z^HeJ>5!V%dHkQ39>5DHr{ap@-N-q(Q)8*0V0M`+((VTs6VXo;HqEbPyT%T*H0+5ak!loHr+Pc6I~Q&24fP`f4=+r zmdn)35R>alUzP+R&|WLOB-m$(&M+jmY-XhnxY{;TO%d9dIzwpjMGyPYuG@Qt>H-_a zqt*l-qS%q}*GtiV>mfr#&mmBi_Gpg3-5~i2kUok`hKl^8f)~+YS(tNyJ_ItJ-&<$a z^^zZ6Z~em^g}#wX=q>E3&&+d~It4Mi`)FyfBq2gE>Cm6f8H+3vYI1)WTJB{Z>t1@; zAeOgV&hN=Qe)F|R;bX9rEakd8k`;(BiNm-OFN$}$KNz~1e>OgpJJ34kFE=%%FUm_Q z;Ki48WB8QDQ)e}^-@hfq=@%ccQ|bX*RTqZePh#$-CoM~P&1PzINR;%-@D&L>JR**z ztAFDM6D>~K&UF3Ziu!MXFyeG5^MjxEAvnDn5<9R24)Ny)pbQ}862hA;yYx@x<2SvL zdxRxgR=F*N(eYHP$dji#cU9B^gN20|)cZ1zNz#U7nAXzj7?ycG(uVg8-A(1}q2D04 zbf=aJgZXUQdtXIGTav1L|CG76v>kx9I)JhObOa-~Wk=_fEA5qm1M$<~r@ADcMYwOS zvl8q3xzC@NXw@6{oKijros3Esah%v-8xFa}bIJ`LE!9K`FaW-1xL&@SUKwH5Bttrd zY%(aiPyc0gZ1W0y?EB~#yIK#HD;IT$l@e$h`|egA)!Ay3oipfDNd6;(VOBaiz~Pop zAKI)dy)!Vv{ve59C(xB!Z52JZ@Dq`>mTkG;2n&CmOKDa&&}Yt{Y^HI$52AC=WM;3AtKo#tY45q9D>eSY3THbn)=HQv!#8JnpbduJ|s!$HyGv+3X&x zMd}3nf~YOrER^^Y1m`~OpN?$a5WS2HX*)2@*)C8SUnM=J#I&+n7R0U0ijz4K6-UPv zJpFlD5RL#bqFW*@xOP8I5w4xX&q8rarHwAGngVs@2Sl2Ns*4^-m)iX{S(b`irx1#> zdaUQJ<`I3?j16bl9ho>(XjS-`4W1P>eGb|*iI6`H+YOE-Rxu@hJm2u-q_&LqH^Xq=|aHjL0Ep+0{Hwb#!f^lJPM_L1i z>ic$Xwpu4UQ{~M~YRbUJGp0V7B^PvFh~gl99?EQLDzD>roaZlEQ1jw{_EtV3euBYr zrr28()nX7B5nO^3xh_-9%;V;koBZ%-L@N-{!lw?gkWv@!Z+QP8wA7UX99`Puu^1Yr zaBxR@tU1~3LZCe<^t`I#l&?0T1j=9tb*3F>r8l_D&yR%obs>@8(E*_JyL$$z}t|=$8z%$%0WtF{G@f%Na6Nh;at}EwTHq=FWUIC z!o2)@5e9(-(kl<>BFM^6{oG+P-E^r9cbxDDwQp7dX60M#kglJ5M-y1_vZL6y4V>di zvmlLTlveb*N4&IJ>jt;D%S}IF3!ueA=E_oiJ1rHQs^=1s{ggL35(=>EM;(MZ6{5 zxBLFHeQu|Q~HlmO`Lw-l1Urz7<;%QUXFYd37tz)~)c)6|_o&0os9;A{amK zH)L+?&0CZ(D&MImb5>4}vmJXw@x)oP)zemGh#KmfU&Q@!{$aUJ8ZJd3J$ouo)s_~Y z6D{Pelih31Kxz3&k45>g`#bay3O<(5k!9T1xMYTU?aVWbF#l+6uAcAM*|aQjn{1Kt ztiRPSHz|z4sH)yQFweMFlb4V5XVs1MJR)Jrsqbd5B2(Ls=%WG{soNoA*jQNS*kkka z_vCNizLierPx`|H@+DdH!v`22A0H?Ze)a0r8Yly4CBKq%D1-D+=TD9>Dlq&HhZ!(Q zz3i~?`VX5;luc?N6Q5!z;%~5u^*@>G$eRAduIzSd(Q2)L`PO&PUoXOcLi^7CbNny6 z^Zs{bHtl)YM{fv>?q6=4fIG}Eze&Ekb3DL(Ezm=jGKb-oy;>KaW%QC99Kw8*r)$8M zZ`5rVaE}?m8kumOMQXy@94d@BBcU((Sxa0-9G&ZwjnMI$|9ToC{sghif!a8vF(~bw z*?C5pjGhyYY<`c@{m$1mzVsKJpFmCmvJk7XRd1i`!H!v*7lWHcZif<7=%s{^4zb<+ ztR|2yj?t_Xo!i6-hZf0H(-W5y#EdP8$81Z;y!%K%YS>34_Nn7XHdW}}8_45tzNilX zbpzTN>823{SS5qB-Vj)r($x_EG^D$nRMB;+sW=}UzT!_3`*wSEZtT9-jJiI__)LjO z$Cod}v>sf>8n!O4_}T&;Nod|aIexSv$g2z3^83;rIP_~z4Q@pAT59c6`1a*o(-TwM zTc2Cw)adJ*z)PFopp2_yHRspMb%|8V!`$0<@Iu(K?kAyJjL4)(@3U9$*&YSCKRxl# z{y{R;gn?-{%O7M({N3&iFjPo>J{Q3O@F+}JXddfxsN8B{SxHm5%Mv)Y zoj&Vm#`TmFjpU{E1-P0q^{ZLk*x#eg!TG@_pAgule!DQ(e>YWn(?2 z-#GxWz3tP%KfcpdLsZw(P{9LCt_rXT@f@B(dy}fve$VkyQj7m}KIQsxTnV%55&aBf zityd*J+nEP{hL*6wU&7Q6*Re0zF+gJLpbyPmX%18zz1YLkb*e9fvM-3c{VuXoh^%d zRCJsJ3g$u9cAxXW;0=ezgM%;cdTr?6RFj#XAo%X3gC zaM~18uSfl~a^n2ja!fa~G<)at`E|QWquIlz+=9FGPT)(LJmp8r=;${ag)L3Mj_l@p zbd_8deIMoE(7&HQGOBCutP_%wP1A>P9Ug8w+*a+Uy3x$RKjQ8%LTSwKeY0#q=O6(q zt?#_IJ*j(F{FydOzI9jcu?xJU7Ik#jNlIZKlCD7|Z#-w#I7IWd%6BG}Q6tE5o=z`3 zUdV#doTgLJfgw6fDSVDUE5Bk_Bt%WzNk!BON-dGJ{pF!7fO;qimy9)_4oXOM+H{&W z=8X}QE@&R(w|{I1CM5X0lo|J$Ig~K@Us4aM`oE0L`Tt%7e^`Bb6?6&qEztVI z&iFuH6~m`t?r2fYr(9@=%7wyECY^@TWHkk!mLIMIGvwH~)62DvwMA{G#yvlQ*DXCv+g;V7F!(fv1$prHMFrg^OH&wz!r4DsfH~$c5Ri+>S9QvVBMB6!t%eBfo_H>1T~D-^N#hUbI?) zBS?nd%060Va%sJQSCm<{XGf6>17|`9GHZkkHR|f?ziQdytl1Wa?un&sy19bbJCg>k z@BfOHA8LM_*##~hk-o;{$n0ZY`6z#Arat0iTd+d_bXM!rZ1hRJ(-1uOG|>K)dv%-z zFI4Swz3*JT`r9fHMJyiLx+Q$(hMA^f#dyaevVQWl_!ccg&9B5|d}6(^sCHKqi8&>$ zZ@tNWk6{_~)bsjHY#kl3%1BzyY~#_Wpx>tk)BUr%Sm0>2L-+3aN%Y_1$fZu^kyY5D z2cIw=#ST?W3)Ddz3aB(rk4erd_L%2b#WZ$d%1Nv&psdsO&?>xxy7X| z8GQslyPfcJr*ipmr-bHag_q}85oR-X30A^|{o0aq;n0lzj zd_c(bNB4R=3CyKE!!cx#3Ors$3|mlm|7v>?WBh$UZ==f4e-I=#94Gj$MxCxBBI$m= zqTG=4#X4OZPO?vmReoKT5<{8!!teer6PwdPyZ0UZLoS%-4+G2ai~5qo!xTALzRz+y zJO6V=$xRfGu$ zoBW0yNH3yd|G4n)Bn;BZ+}9T=ag_L5zwO6SHo4v-BO?%G6coLSt^RM{zOkB3Q2k+s zMMtNCI%A>v4v;xsK_<*%e6Q zX%=7xP!3BYMW@C(Yw{GD{d7mb?sPI}YRz^?9AnLG}gZ zfb8?A^0d^=A52=T@LvPkH*8yqCQP~d!{n(W@SZ2{j?;<7j#$ueiAyLzmPDqJh&rAw zBc^=liIuF^tF-b*3{r&i4BWf1dN@nfTO46n0LxmO{>|_MyMgPQh@IZt)J>}1VtunI zMSEIt_8&hzgU=~k;$EyNd#wa7edcZ5rcns~Gs2Ea={onq*VICV)B{XIK(;z7iP$pu zoy>TiV7U1iv{;d67Nk#=x4DDG7%n**(8_B^nok!(vkhNRh^|lt4xu)~UdO|6``(5R z1G60a5u(_ZjS$TX&HtHCQyGwxlu_Fm7?c2BRUwMC-Y z8&*E+AYGEF%ZKBaVbn7^L%QuiBbYq?)POzrlVMpqT>o%7V(^)+!6~^*d9YBgWLAeq zWt6Ji@&Gv<6Q!qAM5UpbH|C|0=j)95jye-x!sef`F}Lcd^1)=hzTIMn%-q7@UQjDI z-POzTHCuj8DPTM1C;Uw)&35S#Wj&=C;-40RPhtfVvFQRDuK+eUc1g$kW^!6@AM*$V zH7?;KTa670jy@VdtiN5OwJnp;akpj4P0pE)*yp~SLvgmg3QLtC$6T9&ohgl^*3)@s zmUr3K@2A}UvuUY#eVgznmFRhg2OK3nMsF(}$;e`V)p~|K#NyJe-e~-Th5t6v&PhL# z?!E<_Dk?WpbGvUsay*IoTfS|i8JoLw0s4KzZSSAT3cimoe~#+V1HL;XhBGLad&$0Q z)v4NjMr1-cnU5?P9y%NnYLmz^j+(Z@i17`rb>KICQCjSxchn?zhaZ=55JfsTUbok$5^o+qFlKnRBxPS&+MZMVauHf$daxmb z3mDL4$A#EsJSm`uw#;><4>^3DM;J9ecB^p#cnsr`N0g?uSy=oSz3Ri>O_=kov~&f+ zV*$gtHDP2APka^eWE0y*i&u=)vH?6oL%K^_gmp|$NXzExn9Q*?&gh*&4=<4dC*UYB zm<`T;vGf(`cPOUU?kM%9aNj*eZt)X|E7k!p!RM5xvO)SA_BJgZ{e$kTFg$h~uAXth zWrPg-@&ai_F|=%6Kaq5vGhEJp_)^uJ6bPpXa{hP|SG*`Q=CRfoc9H)QqBYP}OBrlk z5pCxcuwexA{E5PShL;_UaYo6jiB{cDZ#eYHP{9f z2dQ;Ye1x(ynC$dRH5!U&E8Av4Z+1tjYHycItpbM!88Mm9G8!!o+r1PKi)%XS{jZ16 zUGtH2n|ZUnuEX)uiLDkWjSa%as+?KB6?XaDvdmm|?T0zs02mug^O!{1MJ zY^tY=`n~Z~fo5pYe^X(7NTV)sdopkhWR5V2cS?=lRzj~Q7pit9uW*#Mc-gbj&8VY~ z;o<{cmFGFx>#fY9yx$GHOyX#wZtZOvo$%~lth2kR0$Q;RQZ}wzp9*K}hpIjA%i}ev zI@h6{J&tFMW%E(e4(YWAI=F5IdvJNxeIr%QF&->_lg2rjcX4l{jh@IFh#(h(Vv#iX zpr)YaJ_qJKPMH{4O^PLVQ5*U`LZxTIyG5$os~sAi*A)}H80+jM2D;yksWE>y$+bOs zGR?yXab&yfaqPJ|mfo=zQfbmOW~?+W-f?}}O?+=ccBy^pe+ca%%kRu_Q|%9SAX#Yo zc1^EjIz2$rWe90oa!dJfdB}L@N-vcgo+(wVkWIp}Qj?Vecz#}~D+~*GSs;9wo~2r2 z_(JP5nkA++&CWNLC#1(s<>q(c87NsA$5dR_3_!e6lR{W&%_{G8rU7J30WeBRjdwST zt6Wb|bP4Z@_bTMcFK8ulyiVq&xx4>an2u6J9z=Zq`~qQvi|Q*AcbN7U^EJiAgfe_E zPqQ0GBcln`$*Q==bq)M9>`@Z||Fsq(lH2CKI^3x9Tlks!ws9R6RYn+H{nZV+7Jh~5 z*j+U?b`Ve4`MN|sI7*&OLY`-1>&u6j5chaQur@FH=`yPB;H9m|^U6tW-}>aNek`4p81F7bYJI~?z3-61fV zIXQ5C-oQphHE?=mg$x*q{qknG;oSc8=FYut?MM+});P_rNSKTsNfsCLf#ImGNdV|4 zaC75trLsxL9|YUZbmmwXk)_~7gy7P%JE|z}RZgZRcn>sC0}X`=mI?-fmJhgj8`l?) zaS>~Vj5{B+{DryKaQ1qiBsS)?uO=p4Dg+u|3h?p7G+okO)_FvOmc*msh3)DLxm@0Q z4vY!=xwV5&?}aH{O{VFIu0d(AOvBeMvL?}SI^;S+m?X#TEdfZ!?#-eZnO<%4ttudPezrWJ}p zNp-Bb0xpc1W25?#bJ|Zlj<7C~NK%-ss1rQN7}w#N_?UqVY;|ur!(C3N49fbCmZHtnUf<{z{AQCY(^i zoAGI@t<|xvU*IaSrSU0llzx9(nK+%=;!n64FhR|o*tTXu$ZruU7Gy@Teb_g+{o+AZ zQ!2zr9rQMSJkmw?YE}%kF?i^UT+>7&gHKw+gq0~3+s-7%@g7R*0T7p5!UU6uFJo;@ z?h+LZ8feTQH#nivoF#qLR%?QUOc0xF;Ip}Z5NfzS>AmbU!H&_sGAvnQ0o-Z|2rtz< z@sAZST{Dg5LAUK;$;|#fJAR$sOwu=k(LZ_vwV9jCY^;UA>7n{M!QR|y#fvPj?!Mi- zX4A%e6j>T!)YnvnUY1yRYhjAvMr7e2iSap$4+qIT;n`!mBoF(qFdUZ&5V<6DY*%E7 zv5h(*DK$!aX!x4aSsmkjl$59arFUk<3!{E1T5ByvJ`56S1^_v06p)v^_W{7GbyGSh zR1;I$GB0^CE?w~jhQ_NkF%t3;@u%8;FPp$zv^ceKuhP$`1Y%3cT~}e4@FSQ}n1y;v z3cXqShJd>7H=E4%8aG)My^7cr&e5?r9~uYpkLKW7{J)2?)`#!C zit#eZJwI!hOt+?kl)n&fcobiXoFLQ0prB(AFpe}A-1_WCPVDwRml}DIc5keL31_p4 z#--lP$u31Ip@cAE_=Khz9R?2G)yvuRR9BdCjsLcbhD1FA76VYW|6aG5XpFS8Tb$9Qf1PD+V@SK+XH-75^qE~%r(#RM2E>v zv37|h#~5jIOUe8*NZSy&n#d)?-a?a-md}UgN5aNqSf^W>UVC{4Y_3g}ovm}$$aTHO z@8_7Tjkyd&3B>DEGvuMHG8RcExx&awnd-6CmXt zM7)I;c~xD>n}5SNOgH>`jA2Q4!JX+IsP_KJKwiE12U)MkcAf~%ax*xJwUYS9+6xRGP9A6jXJ_TdZC=f5O{bS{H#U3Ol19!P zq+erg;*A?h5`-VORheLMfGh{@#7Ofc=>e=o$FilnA>=cbWFJd+x+7uPH*4*BScXVW z;BI+z@8FVeQ7Fq`$KHgM-J}H1m6I<#yr5O(JVax@c|ht+A?T}bXVBjo`8%;Rn_`>P zcsRLv%<`4680dNdIQC0M&<+VhWRN(~Q}Mgx!nwy1UkxCz@k2X(Ma2bulsh-KK3yNp zEOKJtHo3sSxzM^-sNPos_vB~BapapDfx7%A)2BPuHc zJw6wYCS~ZbdpKX)_LecniR`vrUTjtJW8@h70(Y@F%$MO_{HnCZ=W~W4YFQ!en;N7g z)7csSYZSiulPes=R+Y2rA(!QYO|#n2Ex-FJ3nlhDCS_7tfJp^ru6@%FvvV#MvN!jp zg6|pF>h$N7+MCs2PKI9~(`0m9;j1 z8FFXDrbTZ9Z7eAFeprhz%)H$8$qZ_O6j?MRBr%?j)*+82g%2#$(9#bK=i zqRAGrD6<1Z+0CiZBa%NP3|4CR_);ksf7zCndELw_2J6ous(|Q7y**qSgxv7dai-Dn zH7>ctyHMyU!rCziV?=ZvD_A)2@skpJ*(cCTYA!|#_HBlkJh6m=h~J!+%Mrk!8Fxs-gqtA z4pYru(WL{`i3;70%JvWI=tj9NIg39*uQ)3B0fKzO;E2k*msNBL>+520jpR(m`^2aq zW?r)V@}dQY_|1MwWbkV`Ry}rV);bH`&3Le%HMLj!z_K*wU(m)ndTCWQ%BkRN_57-n z%2K<(sy4TxeM@3a>X@E6>fqzoTbK&~i{VKR9LeYi<)b05WQx%CvRb*JT2ZBP@;Gk{w*=eM>tE(%9Kr$(WtnJq&?j3Y6}(zm(DarXG{LJ zbA{bLriadnZZz3EY3Cw{j|i=-9si}~{3Xa@Dlf``3nj(bo*(m~60_24-gu(uBb*8V zpSva|9LV0!n_{A!!Qr%2_&x4UfNw%JDotU|e3jx`iIc)TxO19{gipd+hDMT&{9;~q z#BtwTZUN>;JozzE_T@czc(j`tJncs0aSRl04Z^A7by&X(s5rP*C><#n;T%wtlS z>_q9n+|y#((ovGnB55%PHqJLHbGWRSV;4oX&LPI2Op?<`dyhM|d)zl9sUT||9GT2_ zz_YVxzBxV=>q@=OlLB4>$Z{QPN}i*OB^cxB=`_g^bQ$YDM7S+?qdtZsz=%uZOZ#(t zgRT28kjtWWy&1f*u0o1wXho~PBtIg=;d7p5f!Bf;I%~VLtE%joBC4k}UjQ$7O|WZ# zUw*KrW-mikZt8|@t@Y8=80mF3_AMoR4TIaf$4EMz_$ZHblb%_W>{RZ-B%PSMi$yAu1J_taTw9bfxXCD{ zt{gl-WA#P%(U$w(>%K~HB9OI<&2ShJ}5XQUNX8F_20@g0$+h6 ziYVPhczJeZ%C0w^NIbZ|F_Xb4nLP*L=hc=Nb)w)TP6VqxW!>|$v8>+M@k59QD+K%j zxbL5m+bT+LQ*MWcg;Y3Z#o14?RGmqA+LJi;yGj>^g!9~8XW&_1z4t<4(@7kyq{i7( zUi4laL{sJOBbiJ8q&t1Ul$}V+l)!)MQv_d=ewO36{qmKCbEXO~NaLBBeph;n1RTA6 zK31|PF!lp5u2V#}v@=1?NVXCBQwEs>FKkoNzfu1;nP43tB#Q+wLAMi&JT6=V>w0>; z(5AS^hv6?S$#t>3#*U&iP_5cApef=OV^*@gz1S?zgOeI@Wm3WgBelw8bV~)12_cw0lK@wqvz{$EE?St zeX14A3!4Yy(afbUf0`H^))zAK!SRuD#L>MhgffFdWg=!);Zo^bv5h9|`;_k)E}5e#ky6#^Xg6yt=7w zGPMjb+MmJ&yE9`J)QxkmQFkyI+wMF+;P7GpkQv=AyTcQ<6c&Crt|y}A(FMLcE`eWg z<2VR)yDEJ-=f--MHlCV}Ee0tu`4PeLw3_}QA+upB_o-_rJmBmV?|VA*aOdHJK?WUs zMEx@t-x(t0)VlQB#@9C~Tw)XJ$HzOj+g=YyES>xLpjWrKLbd@~84@^JwOq{$crr1~ z53ZjU>tbKhGPg~zInuj}5P*Z{?l2n&-dsK!4bAPy#xS=`Rl()mWF@(IAYyGkTzF|K z5xEe4=?dLpW$+|ErvcH#_qnjVx}E2pVE(X>@)RP4^`3krU~e}+7?yT+q1#Cw&0N3D zJ4WhwqXM%wq&-3I^vZZc=vgLV8@+(1)Y5#tkg|uW=*xm8ozQkCbSlOc6I;i zp}>V`v*}v6au>(VQaJGztQ9dDqCZs`+Lte%(uTic zq&R-0-&inJq{TnUo!0<+RB-X(m`EjwkI5wqI59Ettg}53XJ>2s!+v`}u|P2xcv2q- zJZ(<+^Yf&>*F9-bd*WHqqgl#pllCu($iC3f*mz?{`L&UxTOt(PhlxB(yPnKE3+ODA zzbpQ-Rr*PdFUB=e4&B=6FcaDy&8Ts*LS*=_IucNm5QInM@>#m9fj+J;Ez>S?)@Co) zmSX!S(Z4J}T>mb~6%_vO!eIJY|4!GRqgytF7Qy`E$bJF6D|JBd%kgs@ERCOkRUm;D zBcX9{aHzD#CeDQ3evK&gUsBeeXITEb3>X&izYBkLiT_($E0_CsEip?)>O;hOFSYVh zR{eRs!=31(WbB)EVt76cm)MiL5d!QZxV`;d{beUBH@+k;u)+z*N|2?t>ZD5k`^dx@ zN|BIS#eB*%qz4rn|;E6$;kjshwTj9#WbcuoE)7K7MFUO>ldY5FQVkwW>ce zR-i&`6kp^EC^ozf9v`x>Y5;Q!of~LBcBGf}3EvTgsJ~p&8L`E`kdzA2^W1&_;GJm$ zfc(Iwe&V#y8Y7BZ!*`3bMY<LW@gQmOER*ss?jaT4p{VJ z-`aJif`sLtze0)7RIA?36WyZSuCfXdRd*Id#Ag9FUg>|x3-DjxiHd9D;)&lxfT?u# z;?te|UiPaWeilZCRQKsY75gR!PrK%HOSo|DtM-Yp_Oo$CZLe;E>~lu&*3f6WipP{XP!$>_ zDtL_e@`2q%65u>U*q%91TBfUtRyRuqyp&%1hgC;fSL?)@99P{Lam&bgxpQV;nUeSb z?Gd&aN^rBZ7+cn}b8UQTXx)WszlizP-W5&rcqFRnLIFKXhkkubR#*j`u)ZJV(|GLe4c6F0Y7XQ*>$Z!~mydv+JK{|aF zQAH-I#)896LPl7w?NE~(1c5nmsShrlrP*>Yoz?a#T})TzEPDKNZ9#u*SwoZCl?Ueg zp)EemIFE1}xENC14vtn6qD(N(7Xal{2(8~r1$0d?o&6!zwJe1C3xLC(!C^+CWT%~S z#Bxh+SJdQsHAl@zkBJt7QMAGk^4(p(EDhpxQryqq>z!>EdI)an9CtIC)xXXul4hhg zyISr(S_+LNh!1-=X%)>UhC`qegptVzW)I!u}E#r#|n}t|-Gq;DUE< z^VyJloiy~YnW%t!^T?2pc{j?LDh7PzB<;#HlSyjtaB)67h;+2B`p&F}-(HAJ_M#cj zFRY$`>}=!qg)MV|lt(G?38s1&Y}qBn9-B$-a7NpEkdQ}H)0x@KYuVjKs~T&``al&9 zCUe@`+w`Hf6dnbQ-#2ZU{6ae=x;Fwdui||z2c-__H=E*jAIR)D#LIfz_ng=j9om~` z;y86ew__p&O477Vw1qGaN3f-Dxu`AGxsM0r$YynyKj3;Ge%Z~CJu(_?QN*Aw(to0z zpK?2KT0uUqV~`r%ArIDD82Uoc(ArPjZtb!y_|Migp*B(;8?vKJF58$zl^36CmEv^v zs+DghZ)Cfn;AU>oZ(pDJJ{}H@U6L<75_ovCV~bD6EvBp-ESC^j(7&-`3es{Sa^t>y zY=1ITb5VQe9*$I;KIvqCV=6p0IeKpIO6Bm-7=!&NK#wq!b>eZqUoM?OhW6IxqG!^@ zq>btK4r8Ry24vtt7^`lk1jc*yJ$UBz4fFM$YcV7d$3&Ree$so=;*e#*oNEm(^%|f$ zG^9~;^G+iUC##@k5{%DQxVJrjEm^2iPTA1_D8K{s)^H84rrdo<;LQlf)W>U!2ucrWEsyfD5W*uMupPbc1 zC20Y#oGssGjFOHLX(AJm^$&U}osoliJ@HuHx`TD?kC)H(Cn8I}V3e)c>+xZ_V;qPt z^fDyAY6)>J9X2s!7=#7<5{FsGLHB6UC#_t$OFZ%brY_Bpp@x zj>gMu7f!l;?M4{Qg>^i3x}Ly*;dWiyyumpXau3{t!s6P(2;d|wGKd;}Hj`~$LUOJ? zhW887c;$W?UmhouHL2wM{h7%7O%UDu?wu-k2D*)0h1~Dye8PL1os;v_IuOUOxwiHJ z8pGr(=40P3Ibhzd09pS0TyluKX0L6|e#*ad2dV*nn--yU8c$>fF_ivQdi4MDZU4U* zB>eYjSXlolZu;*b`QI3lxFX_{*OHG4#VNm+0JQcy9W*28@bK7Z8Je#7_hH{F_m?~9 zuc+hyc~tw~Pv?K*>HG(L@ZTf($4Eja>>o3AYp33I-0+VHT016!>81`?#*H8svRkK!KYM?q!_PREks0Oq&H(8nY+GTA zhAK|zQbY>REj5L(Sq?GYKG6@DF*jjA&GA2Y$Xr*1EUJg;#aa>|ELBKOfSRXZauOeRWV=Z?h(Z z1VXR?2`&kmV1qkM65JCAZoyp!cL~9Q1$X!0?hNiQ!3K9{aCi3PyZ86i{p)UR)o#^p z)$-RAGjnRrd)|J#`{}2jM#c&}K8MncHj;q~r(NOLrzTxITNvq`V~2?+F8!~y7ENe1 zWbAB<#Y-B8kI=UzBM5Ks#&VL*f8jCg@@nx60-eBt=JoK>K-IwypVF{$Z9WT?URVxR zL8X6-N6
    6jp#7!L004$42fFtr?+Ed>7(_S_!bb-S=zFWY&zpm~DU1u_bDu`>I;gk+!&l)gZp-679wIq`vV#>0@dP zf5e%*{=7gsa^@kPP2~5lMF^290-cE>9pca}URRpL1+aJW@O`R(pF{M7OAi}+43Y4q`= zW~kME=NRDtesFBb;+iMA=X_($XRVW4e`L^zix6Mv9|Uu!E!HGIR5IemBGH>D6rJ(f z!}}d|ONm4*6;F6HRB^uxAPN@`sv0zvr%%p`KhWM4c)TxtG&5hFSwuP6v3a zO$t;;KY2Q0t>KU>8FQ}ewdl9Gfwdq^1BYo3o!v(ki2APzYkrvkRP9rYBsVL!v9%q$ zJ)e{M!mY=e@D0fTPyCU#NJc5HG z&Pp_|`VwBk4wCK6+yK)@1r~_K?y3D{JohbJoVS{;+8fbfKawysV05fnQlUYENLIMI z5M6-@w}_xKP&YGz(RPJ+f+NMaJiNmU1|OoR2Mkeq+uPlVqEQL=x4v@Q+*8I9Hi+#C z2?c*i9fn-ah^}77?Lqex*_TSVrp`;&JIfoYq;Z^)$y%PfIa26)U(%iiJd1nad;d3# zGn#F5WHjgv&$XJXy*n8MeJxb<_eDXg^tiUuaou>0SfNt%<#*ca+np@hS!`)?R83@1 zEggz^uT-E}$C4`G%)(K>|0fd#xWcpLjd)!^+o;RDYrz0m{!n6$p2q7WR2+(-qm@px z#b!RF;bb0@tD_Z63c+dfoS3Op(xWuBP6;tCLvjxyA$vUET=_@F{!BfbPbHwRR&74c z&ir@9Y{s^GU;7V8RlXpY%cRe@*>cd%8IZT|UA@;GRtJ?iFD||w&JgaXWgl&Y+Qhwd zuQhy(Ra9?cYAu&9HF)EB8aX5*qBsrJtVA_YrLTPU!F@KT*Cs)Ch zC8UmzFf(I&Yk+sY`n~h(n#B`)ti*w0LQh+yP&DAAWvlhziEbpHeEzn&>DunLO7m*H zs0hZw^{e?x9Yg};H2BgMN zHE}>p+jWc2`P!42%K6nA?nBM0eJ#0j+wCzhYv$_7eWUQl5HwKb;~Z%EqUihyp!C8K zM$8e=OX;05Q)R+oIbDwDsab3JR#1@4hnT~7dHX6JG>jkl;$-RZAwJ#fX6Ixr7@z*h z=Q?Zco={?ug+_nx6q|*{^AnXzEsUC&<{Sz=XgB*wA28;(oSejMK$%O(a~ZgRiGEBj+iVwYpb=I3knX- z1jdiYgCqzd=f;&3gu1s!v(08IX*KJtjs9eO?CR=bb=p(Y*ViZFG<|7iW>(+S#NmEn zIlr*b;BuUGZobZ-sHj++EM2bxjX9_-<8(KWkJ50scFo;&;c72{e)Seq%N_{cY>LPKwR=RSi zF*4ytMfDh9))Z|HgAm$OM`ii^dofw+K z;vLd3H>9h_MX7h(P#cTuso9kfBOeGutgWwa&i#pmfOb1@0AA^UKIkE1lMwYs_f@c66z@uh@9 z3Uyru-iWoFYqLFl^RVhb>YW#I`aK}b;m#UOd65&1nDt$`zqfthh}ZR+m%eMIP8n(t z&E2gr-JA2x;O^eByI9%xXtJW*nIVJ}j3PZkg@U1)W(pdjUA5KL3rW@0oQO@lhx0P; z(GpFbzdi=~cyEKS#%;jDB|~f{>F8`+LDTsdcx8LB$A!?4et$3o-Up@9 z3)Gp42QyCoj^D1q-ICOS{-A~PD6o_8xq46rC+i1;&Ar0T-C2)oP8MGk0yzLv+>U{M ziKfi&_3rYTDPr5n{lUG$UbT)tOD)Rk6-A{RekTXv!$Q-(v*Mwjqd(P8yZ&DZv0Mb7WuPF3O9jIVtYO#irh zz^mf*vO7v>vu*rV>;_c}QOp%p&zmBOFlNL~H5p~gSgbMmvNUnJ)K|EGP+R?0GbtlJ zVq#Pd5{_ebuYA#IDM9&Zi6R`PEZkq@nAXwJzeR*cEE6y)2~VpTTBwR^K*BC{alKt0 zpN(j1d&BQ^)PBx@z>A!VUK5dnL@W)&$(23@j}cwo$~XmKPQIVIdw>u5GddgY2o)u&*WH!zjZReJGl3NaF=b3l{HD$m!T}^ z?1lHh@q%5z?K)x`{)%UmdWTBe9 z(AEX1)N<_lrOc`5;JyWFYHAdEdU{~1%+J37<8X1vt#7&mAqr^eY)He5OWy>R=Gjfi zjDm)32=olbQ-W`{vptU5(Og_(Qv}yHHoDvW(9~N!t~YA`dY=$N(8-KRx_W5yDW~~F zP@z)31`kTP+xaeD#FEFU95y-s*R0{Oa=p&&sWM7X>lKw;GWSNCFN()WKYg)UMTc8K zO!PwxR9hPeU~ZUKi|1r)+qmAuyyxh}*H3*FmzxFG^wmmF>1cj?yZt)VvJ_=5AfezF zW5?)RYUf(!nN@SZ&TUvqgl@+c+AVu!a5s{Hpo~f)sHto`{ttZ_F{1`+)YV0HJ=AK! zE7u%(E%Dxs&(9s>ad7S1o%K_krigOuR>l1{bS*r4zkTzW`>u@nZ9EMYG@?ZA--s(D z5BK?4q|#$wVe0f ztZ*AV=MQCItxkLMkzK0kmTjhovcnqI6NO7b1j8g>5W+t8dkfbbP9?g_Heti#kVE@y zM>O3FuL};SgQZVhCOuX(Igo27rFlKXe$)ivDYtW#1EN4ZU7LTkda1ph zNsl(VSaehuVt@kvG<31w4T$GvLvm5dJc%Eya-(oOQJ+pfnVf5XZlngK^(w#d*S0U$g@L|{^t~{horv=?ssK38hCgoNrVEa*n#Wgr& zVl@kwRg3EOh{fr_;@7hhg7K0v4@4 zU}#z*t6s-z4j)(wpVI1aswr?0ATEeEWlUp6rv7-rHPbm6baIV6M1`25530{Ex zz)yBetM98Ava0wQX#}Te5o&Pqj!d&(Rdap94lgkrwDA2gfzvAc+HzyC<#hht$-MWf$M+&SveZeN?S##Q*1 zCoNuJ1ggE><|T!l>4DgsO$Z>A&0=4pL5Ye3$1D-%=bq1t4@JH?+lyGELKuyY4u)!S zHc6!JslFGmkSF3f^zMC)Z0c=^we@HV>%plXtyi}hDKCU6nY!s{fJ2$t{G-NQW04i;+0DYY`W+waSInPWrSdT>(phV@n%xP=22_w)RtY| zIX);Rw3vAfdV6)Y1U~w3DJ*!~6j0BPL@c1zSX$ua&W4D3(LFvTQxm6xhM7z9`_xEM zw2OOhz9Cw@%J_JHgh@NWea1bvgQ`t+r2azk=hv>`$ok&Y8v*GS}*P>vGs~c?Ddm*iF)?7@D<2 zoATVPK<*1sOz*?OT*Zx<9fHIqHYLktXQ*(ui$L)v^`7ITU<;F9r$4XCTqZoIJL zky2xD;8B%#tZ7H7Gq?a^y(QYRXHa8FP9hmO1ffQp}Xd4IvubSe>&aK6gXPA zzwqinr6U_(X)#Gr?Q%M1V4#rWs#(M4!{qX8O!*e!=@-aOxJ7=@QmW;GjOf8vRk;L) zo1sz^TP!k?)zf5)6uwx!g=|r46}tGn7PE!Mck|EeKsw9PJJv>AM=QSkTT-CbwvwPe zA=CaS+B3vd1U|j|pL_+%Mb|Czhr2ECc)6YkKqv1GCl_$JJMMMeN_8$Kd>tw9hdM&= z)2B~Q1f2E&j>$Q#H}K-k+qaqXK8g&NZ74Xb&Ij`hbqm0!I_4YfU6*~)icO?w55{~5 zn<;Sevn^I0Po2uvJ4I^Fva|ic%s)GFn*H2oyc^E;PEw?&Wz0u$%JP^|yqv6L%5O{o=TE)@#T8%uC~M^#@|I6s)7s=4NfQ)bjYrI+u87ZF3`5$&YH`pMZI5Ig zJeOZ>$+;%5q^*IMtPF;GXhMDLsclGJrL4~RZS}QaH#`arsV?OxeR0wPG(`A?wxw@I zLa0%{)XR zO-xjJuFi&1$o(Qm7wQEd7Jj(Y;(+7qiK3Mu5_Dlr=C)cb%umx_Y<7i*{OlwDE5mS( zm;#>Qb>}Gww`JeWIf9D;8bC!&eSCISZOsy&pHKf6BpOx>ZsK0fm3o@({yKFvC4Q)~ z(Ec~q0PEq^R&i*Np;}7s;q|?U*zugd+Twl2c9z=f1~OP>>=MBR#8f)J_j|GXM2a7{ zvzIU|qdBgB3nT8tD%UwH$$HAoA{HM_!eN+f#o)>#yY_H5^xf8?Nv~_ceBEDE4 zaar~I5@s$KswL`0D;#kj`4PuG(w#jRB>YH7S*+Eal#uG-JsH@Gib+=tS&1awA`l|J zF?=(nSbH>D>Cbd?gkMY9B3|X>TaR+LiA(ix>8y2of&XxQ0d}#`L~YI7fA3C=XMug? zK;FjDUYc`w_k&g@{&@7lV0kS>lM8CLX`H%zn@!J~j$s>oMyYu9U^(hbr$h&S_|?%L z!XNdH%2_zNzY92K)M_n>0jyx#r?U0jC%$Hd$ZOVXH+&OwdFv5av|aED6h} z@ahQ_Ns|jWRa-NtI^He}G0yyHb@Z}^8~q(-`DkeDtkpxzOL+Oc;%pZcVX{A=n1D@<(4$;C6etgm zX#TagBC7j@pyB=xRg7fv=BuSl+**4*#$;~_ z%b2NgS+4_;+Q)m%6WOJc1F!*cJ!|tF2g=Ds<=)2I;$cKrTg4jDWF5X-$cSZmTw-~U z6vj{SrvlG#33M>fvPIY9zx2LNuZ>t6zkne4jOw|)e*|s5_EvYYx#soLh|^J+TUxmD z?koizoecLU@7Ay0+JXY&T3gYPMmCt0zzJJ)Pvd2|pOg1Y{8=qTqN0;!Nt7734o#ik z->eP_!b;{e!@FGa2Di4h!mC7c2&|S`Q}^fUGDa0t?t$jM2(F!XhEFpji7j2)fIOF{;cCb5J z`E+&0-QxvL4MR;W-g#QWP_fD7=_*vQe^5YdZ^&f2l`2R+m4Eec=c#LazhG;6OK_nf zL0Q$JNHeGXtB*Cc-N|@tUc7@&Agc3OqYD;w(L1Hn=ZriXg~6Iyha1#gHa95~zbSNE z-gI={4WjOGO>UcQ!WI;E`(kqzA=#ltn`huo;%Plvj-R^+PyXm5by7agXl}+Eb;3Fe z?@6!klByi5UehN9{5btgjc{Uw9wC;zr)5O%ES_5^h-~IHFp*!l=e>$meZMic-<9s$ zY~ilX=Lljnal<|PEHPVc>6?G+Id6ia3QJ$T%51R&+x~2}K$3ro<(Vq!8TYpoHBXQ& z5m9T67b(yO-~!XtX3>sSce295!f-jokl#P4Ez^_&D~cbQpV{ZN4h$?Lt|P}Qc+1@F z*pxIq`CKN(8(C$-R{Pzy?ib;TjaS!+TXe!zyAJ#5o5Os=)hT*>n}yf5<^&@#&rXRa zYg3RmO>B2x_OI(8T)dR%QWpDCa02iz#$c3=&N2ug^1&2H1-!(F*D>MK=LE2rvZ!~Q zn_d|Q*baQZRGKB*LtgkECGbA24yVhm;oVonS+8%63(|7DK{8B)VyP7ze6sY6X>x5R zcJjH4_s*1e3u{mKP8XrlrQNj#1LKm$U|UV+dk(m;!;AE0L>H;IuGHS~;I{!9S7)aF zrV;@Hh`F@dy5J^szVHsW{oj0qLSrM&xy=ctl&LAN&Jh?P$3{c`&IFtighQV~mSTHy zlx2pH|M3W6s*1Crh1}kTVwLnronXtMhup;2v}z0&LosQJ{lIcUDYkY_0OX72I9W_g##MRZP;8%zC()HIE*Uc)s8H=UoaBg}E5@^Cy$Zp$glA8i1 zeHLW&hbnL9ZEWzC(Ku9deZ?q2|zq~{;q|cT?eo*XlQ7AdwT^+`PfcQ zPSZ0p|Ak*nMdgeX_Fr!I{}YFRg4h2^{)0I->W6>00RJj5|G&W#+W59$3*z@4HC_11 zjJ4aO$@9-JkD#DC{Z~f>kQP{XW1(VR5g%~)qHLCJvE7N_d*&-pXG!h2_7CbBUU;Xk zrWRPo1pgU+4~SN9>)wX0rxt1tjL`czD&>_=x|4ha>{)`^*g7bQ))6o_Tfgs3hX=-`=vwVe zbNN7@56{;8-O$MJH`onV7fr6+=6B-W#)GSB%v=*uN`9VE3MQb+)07C?H|cByO-Dz` z8?)5Ax#0gPW%Q(O#Qi)ql;)bP=Fn!@GA-xZ=>j|9alUcukq}#(w!yZ)aar1P)@NSJ z@3yNQy1do5{voG5w9Wl(o*7=*ft%(%B*P*-U-PyCY8Ksp{$;hfv8#Yf*0_Jp=pA~*B5I|~fU-F42Sj$fV z0r?T*5zO(&>xdJzx>gGi91n;aUnUU@ow|Lt`h0!M2x7Tq;!%Akccj)9#Qh>j)a(66 zn7n}~8ev=L&Ye{2Vts(~61$T3qU5ZApM^FdrjJEGPKitxC~2hW@ilE|I$#*ZB zhJH`KyZ7L!9P<`Z32^jJq@{>3c^bS8F3mh6zk7vz@QpuSdi6rCcp9%SxKrQ@B@)WP>pPaRuUr&USV_VkY{t1yB%P@s0i$wElf?hj zy^^JpA2A+*H_aeR7}SO2p8|F4%rb&^t3%qU2U zF?h2t(iz;x7H@w6495+cpgWCBrO`RbJ&fr~Hkqn6laZ{mm2L3X9nx;meEGTA=PkM_ z=7bHN!J~Zmyx^UV(|4TgCmnRjFoz?Q(>94s^YCUJ^5hjhfe}-f_qY*FIgrY>B7qfnE`Z} zz8XUZEME1tn`&5yytk1?wWG269rzVNq%hU46(EzGbs_6tkv+sq`Kq}TaML@wLo})!Jy`SGy$VZq2g6mgwdWP@e51VCeZxlSG3f2W$b^2iIfs)I-xgf(Me52q@gI{q zM{cew94-;maP4%aJR|VjMI9GligQg@*n&ySj%6xyJn@=K%HU=``klK50O(YTY$8nu zXBPr}jjn5a@J6nW4-Z#0&vQI8cuM1F(Tb>f{1f)YXK^r?$s$Q-Q!hxT$~R1TsWmjb zVP!%!H$)G_VtpBS!Ufj_a5m!{lgX5vfgXK zZ6JR5(d2t6c<3_~RbgE@68CgPW)j@W^KrQ#>SIc6uzp$4a10_fsMAnNwolaKlqu{> z{DJXJ$%vZw4LQrCuO;RZ$Q>|mv+cU_tGYn&31@MV`vq|5anoZuMkk)at+XRX7o&fD zTqBwrRy7&;n>xq`5Qxeq%iMOg>`6({?mt@T5B4Z86G$#WL#eZj&Liqc@C~Fm9rVou zvlMLN!_P3)JNKq(P^&RpJagmCkJ*BPp6E1CyWkOA3-*7(P(Skpiwxc|aN1iAa))mi zLoCN$!ef(6-q2-&KWhK9K+>?qF*1dz(Ro**s$S9zY3tGzzfCBw%z7CT%%gA&khcBc{`7{CQhILGy zHE&n;)J?JH6!SM^j>Js_ukQ<**rTEo)4jBqt%KWAB@4nSk>w5wq%C z2Bz1qP-f}MO%0fODJV=Kx}xhBm5qHGH3@7+q_#C=D;7sNB7w&B2mJkF`2QN+zJ9^B z^{vBSF}~CmCr89bfD~W$HI8|uzA&DIM*ygW9;~nxrGNY3Bf+r@L8ap$#0`g0IHcCR zR4!>nj0`PYD=Tp0O|d;1-!Ek0RHl(%CAqzCsQh0Y4Ul*Kv3nCu70z}Yy_P%6;oJjh z6ONH;(O5P)za0l<325dY=*vj+Qa>5IhV0JAA!i4y7+A|}{g%HS;j-Hl<-d-TKu;Aq zwkS{%S-0N!BgKF=e!ZWW0R!(0 zXeb+(FV?ZTiz9lTQH^*jfzDRXgf$WFzDJ2P+tnD4;IAu%);AT8^&N=iuM(%$XV~-o zKb37Nw?FZ|Z9VuVYos8{)TLRf8mUAlX%7agVT!Xb0M4>iD*q!ex zmufY92R0R|AF`^dD)4PozxGCph9P77eqARg?wOgHdGE*jdFLfhxVG3jcFw=ryw@o* zju00`?}jF8q4x~47gSW2PqIfPfnRmLJK5RY-RSs_yJUwpe2X<-7@p4o9=M99bhnO|ITRds6xf5d93F%0D>93%G|%D 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 R5=g*HURp(}@~u(u{{l1!-kJaa literal 153753 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

    B8u-T=G>mmVFFZtr40OL%DShHbZAGqn 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 diff --git a/tests/README.md b/tests/README.md deleted file mode 100644 index abe615e..0000000 --- a/tests/README.md +++ /dev/null @@ -1,59 +0,0 @@ -# pyswagger unittests for the API & UI - -## Requirements - -``` -wg-quick up conf/wg-example0.conf -sudo LOG_LEVEL=debug CONFIG_FILE=conf/config.yml ../dist/wg-portal-amd64 - -python3 -m venv ~/venv/apitest -~/venv/apitest/bin/pip install pyswagger mechanize requests pytest PyYAML -``` - -## Running - -### API -``` -~/venv/apitest/bin/python3 -m unittest test_API.TestAPI -``` - -### UI -``` -~/venv/lsl/bin/pytest pytest_UI.py -``` - - -## Debugging -Debugging for requests http request/response is included for the API unittesting. -To use, adjust the log level for "api" logger to DEBUG - -```python -log.setLevel(logging.DEBUG) - -log.setLevel(logging.INFO) -``` -This will provide: -``` -2021-09-29 14:55:15,585 DEBUG api HTTP ----------------- request ---------------- -GET http://localhost:8123/api/v1/provisioning/peers?Email=test%2Bn4gbm7%40example.org -User-Agent: python-requests/2.26.0 -Accept-Encoding: gzip, deflate -Accept: application/json -Connection: keep-alive -Authorization: Basic d2dAZXhhbXBsZS5vcmc6YWJhZGNob2ljZQ== - -None ----------------- response ---------------- -200 OK http://localhost:8123/api/v1/provisioning/peers?Email=test%2Bn4gbm7%40example.org -Content-Type: application/json; charset=utf-8 -Date: Wed, 29 Sep 2021 12:55:15 GMT -Content-Length: 285 - -[{"PublicKey":"hO3pxnft/8QL6nbE+79HN464Z+L4+D/JjUvNE+8LmTs=", -"Identifier":"Test User (Default)","Device":"wg-example0","DeviceIdentifier":"example0"}, -{"PublicKey":"RVS2gsdRpFjyOpr1nAlEkrs194lQytaPHhaxL5amQxY=", -"Identifier":"debug","Device":"wg-example0","DeviceIdentifier":"example0"}] -``` - - diff --git a/tests/conf/config.yml b/tests/conf/config.yml deleted file mode 100644 index 6ec7297..0000000 --- a/tests/conf/config.yml +++ /dev/null @@ -1,27 +0,0 @@ -core: - listeningAddress: :8123 - externalUrl: https://wg.example.org - title: Example WireGuard VPN - company: Example.org - mailFrom: WireGuard VPN - logoUrl: /img/logo.png - adminUser: wg@example.org - adminPass: abadchoice - editableKeys: true - createDefaultPeer: true - selfProvisioning: true - ldapEnabled: false -database: - typ: sqlite - database: test.db -# :memory: does not work -email: - host: 127.0.0.1 - port: 25 - tls: false -wg: - devices: - - wg-example0 - defaultDevice: wg-example0 - configDirectory: /etc/wireguard - manageIPAddresses: true diff --git a/tests/conf/wg-example0.conf b/tests/conf/wg-example0.conf deleted file mode 100644 index 7144c96..0000000 --- a/tests/conf/wg-example0.conf +++ /dev/null @@ -1,16 +0,0 @@ -# AUTOGENERATED FILE - DO NOT EDIT -# -WGP- Interface: wg-example / Updated: 2021-09-27 08:52:05.537618409 +0000 UTC / Created: 2021-09-24 10:06:46.903674496 +0000 UTC -# -WGP- Interface display name: TheInterface -# -WGP- Interface mode: server -# -WGP- PublicKey = HIgo9xNzJMWLKASShiTqIybxZ0U3wGLiUeJ1PKf8ykw= - -[Interface] - -# Core settings -PrivateKey = yAnz5TF+lXXJte14tji3zlMNq+hd2rYUIgJBgB3fBmk= -Address = 10.0.0.0/24 - -# Misc. settings (optional) -ListenPort = 51820 -FwMark = 1 -SaveConfig = true diff --git a/tests/pytest_UI.py b/tests/pytest_UI.py deleted file mode 100644 index def225a..0000000 --- a/tests/pytest_UI.py +++ /dev/null @@ -1,214 +0,0 @@ -import logging.config -import http.cookiejar -import random -import string - -import mechanize -import yaml -import pytest - - -@pytest.fixture(scope="function") -def browser(): - # Fake Cookie Policy to send the Secure cookies via http - class InSecureCookiePolicy(http.cookiejar.DefaultCookiePolicy): - def set_ok(self, cookie, request): - return True - - def return_ok(self, cookie, request): - return True - - def domain_return_ok(self, domain, request): - return True - - def path_return_ok(self, path, request): - return True - - b = mechanize.Browser() - b.set_cookiejar(http.cookiejar.CookieJar(InSecureCookiePolicy())) - b.set_handle_robots(False) - b.set_debug_http(True) - return b - - -@pytest.fixture -def config(): - cfg = yaml.load(open('conf/config.yml', 'r')) - return cfg - - -@pytest.fixture() -def admin(browser, config): - auth = (c := config['core'])['adminUser'], c['adminPass'] - return _login(browser, auth) - -def _create_user(admin, values): - b = admin - b.follow_link(text="User Management") - b.follow_link(predicate=has_attr('Add a user')) - - # FIXME name form - b.select_form(predicate=lambda x: x.method == 'post') - for k, v in values.items(): - b.form.set_value(v, k) - b.submit() - alert = b._factory.root.findall('body/div/div[@role="alert"]') - assert len(alert) == 1 and alert[0].text.strip() == "user created successfully" - return values["email"],values["password"] - -def _destroy_user(admin, uid): - b = admin - b.follow_link(text="User Management") - for user in b._factory.root.findall('body/div/div/table[@id="userTable"]/tbody/'): - email,*_ = list(map(lambda x: x.text.strip() if x.text else '', list(user))) - if email == uid: - break - else: - assert False - a = user.findall('td/a[@title="Edit user"]') - assert len(a) == 1 - b.follow_link(url=a[0].attrib['href']) - - # FIXME name form - b.select_form(predicate=lambda x: x.method == 'post') - disabled = b.find_control("isdisabled") - disabled.set_single("true") - b.submit() - -def _destroy_peer(admin, uid): - b = admin - b.follow_link(text="Administration") - peers = b._factory.root.findall('body/div/div/table[@id="userTable"]/tbody/tr') - for idx,peer in enumerate(peers): - if idx % 2 == 1: - continue - head, Identifier, PublicKey, EMail, IPs, Handshake, tail = list(map(lambda x: x.text.strip() if x.text else x, list(peer))) - print(Identifier) - if EMail != uid: - continue - peer = peers[idx+1] - a = peer.findall('.//a[@title="Delete peer"]') - assert len(a) == 1 - b.follow_link(url=a[0].attrib['href']) - - -def _list_peers(user): - r = [] - b = user - b.follow_link(predicate=has_attr('User-Profile')) - profiles = b._factory.root.findall('body/div/div/table[@id="userTable"]/tbody/tr') - for idx,profile in enumerate(profiles): - if idx % 2 == 1: - continue - head, Identifier, PublicKey, EMail, IPs, Handshake = list(map(lambda x: x.text.strip() if x.text else x, list(profile))) - profile = profiles[idx+1] - pre = profile.findall('.//pre') - assert len(pre) == 1 - r.append((PublicKey, pre)) - return r - - -@pytest.fixture(scope="session") -def user_data(): - values = { - "email": f"test+{randstr()}@example.org", - "password": randstr(12), - "firstname": randstr(8), - "lastname": randstr(12) - } - return values - -@pytest.fixture -def user(admin, user_data, config): - b = admin - auth = _create_user(b, user_data) - _logout(b) - _login(b, auth) - assert b.find_link(predicate=has_attr('User-Profile')) - yield b - _logout(b) - auth = (c := config['core'])['adminUser'], c['adminPass'] - _login(b, auth) - _destroy_user(b, user_data["email"]) - _destroy_peer(b, user_data["email"]) - -@pytest.fixture -def peer(admin, user, user_data): - pass - -def _login(browser, auth): - b = browser - b.open("http://localhost:8123/") - - b.follow_link(text="Login") - - b.select_form(name="login") - username, password = auth - b.form.set_value(username, "username") - b.form.set_value(password, "password") - b.submit() - return b - -def _logout(browser): - browser.follow_link(text="Logout") - return browser - -def has_attr(value, attr='title'): - def find_attr(x): - return any([a == (attr, value) for a in x.attrs]) - return find_attr - - -def _server(browser, addr): - b = browser - b.follow_link(text="Administration") - b.follow_link(predicate=has_attr('Edit interface settings')) - b.select_form("server") - - values = { - "displayname": "example0", - "endpoint": "wg.example.org:51280", - "ip": addr - } - for k, v in values.items(): - b.form.set_value(v, k) - - b.submit() - return b - -@pytest.fixture -def server(admin): - return _server(admin, "10.0.0.0/24") - -def randstr(l=6): - return ''.join([random.choice(string.ascii_lowercase + string.digits) for i in range(l)]) - - -def test_admin_login(admin): - b = admin - b.find_link("Administration") - - -def test_admin_server(admin): - ip = "10.0.0.0/28" - b = _server(admin, ip) - b.select_form("server") - assert ip == b.form.get_value("ip") - - -def test_admin_create_peer(server, user_data): - auth = _create_user(server, user_data) - - -def test_admin_create_user(admin, user_data): - auth = _create_user(admin, user_data) - - -def test_user_login(server, user): - b = user - b.follow_link(predicate=has_attr('User-Profile')) - -def test_user_config(server, user): - b = user - peers = _list_peers(b) - assert len(peers) >= 1 \ No newline at end of file diff --git a/tests/test_API.py b/tests/test_API.py deleted file mode 100644 index d4e72a4..0000000 --- a/tests/test_API.py +++ /dev/null @@ -1,484 +0,0 @@ -import ipaddress -import collections -import string -import unittest -import datetime -import re -import uuid -import subprocess -import random - -import logging -import logging.config - -import mechanize - -from pyswagger import App, Security -from pyswagger.contrib.client.requests import Client - - -log = logging.getLogger("api") - -class HttpFormatter(logging.Formatter): - - def _formatHeaders(self, d): - return '\n'.join(f'{k}: {v}' for k, v in d.items()) - - def formatMessage(self, record): - result = super().formatMessage(record) - if record.name == 'api': - result += ''' ----------------- request ---------------- -{req.method} {req.url} -{reqhdrs} - -{req.body} ----------------- response ---------------- -{res.status_code} {res.reason} {res.url} -{reshdrs} - -{res.text} ----------------- end ---------------- -'''.format(req=record.req, res=record.res, reqhdrs=self._formatHeaders(record.req.headers), - reshdrs=self._formatHeaders(record.res.headers), ) - - return result - - -logging.config.dictConfig( - { - "version": 1, - "formatters": { - "http": { - "()": HttpFormatter, - "format": "{asctime} {levelname} {name} {message}", - "style":'{', - }, - "detailed": { - "class": "logging.Formatter", - "format": "%(asctime)s %(name)-9s %(levelname)-4s %(message)s", - }, - "plain": { - "class": "logging.Formatter", - "format": "%(message)s", - } - }, - "handlers": { - "console": { - "class": "logging.StreamHandler", - "level": "DEBUG", - "formatter": "detailed", - }, - "console_http": { - "class": "logging.StreamHandler", - "level": "DEBUG", - "formatter": "http", - }, - }, - "root": { - "level": "DEBUG", - "handlers": ["console"], - "propagate": True - }, - 'loggers': { - 'api': { - "level": "INFO", - "handlers": ["console_http"] - }, - "requests.packages.urllib3": { - "level": "DEBUG", - "handlers": ["console"], - "propagate": True - }, - }, - } -) - -log = logging.getLogger("api") - -class ApiError(Exception): - pass - - - -def logHttp(response, *args, **kwargs): - extra = {'req': response.request, 'res': response} - log.debug('HTTP', extra=extra) - -class WGPClient: - def __init__(self, url, *auths): - app = App._create_(url) - auth = Security(app) - for t, cred in auths: - auth.update_with(t, cred) - - client = Client(auth) - self.app, self.client = app, client - - self.client._Client__s.hooks['response'] = logHttp - - def call(self, name, **kwargs): - # print(f"{name} {kwargs}") - op = self.app.op[name] - req, resp = op(**kwargs) - now = datetime.datetime.now() - resp = self.client.request((req, resp)) - then = datetime.datetime.now() - delta = then - now - # print(f"{resp.status} {delta}") - - if 200 <= resp.status <= 299: - pass - elif 400 <= resp.status <= 499: - raise ApiError(resp.data["Message"]) - elif 500 == resp.status: - raise ValueError(resp.data["Message"]) - elif 501 == resp.status: - raise NotImplementedError(name) - elif 502 <= resp.status <= 599: - raise ApiError(resp.data["Message"]) - return resp - - def GetDevice(self, **kwargs): - return self.call("GetDevice", **kwargs).data - - def PatchDevice(self, **kwargs): - return self.call("PatchDevice", **kwargs).data - - def PutDevice(self, **kwargs): - return self.call("PutDevice", **kwargs).data - - def GetDevices(self, **kwargs): - # FIXME - could return empty list? - return self.call("GetDevices", **kwargs).data or [] - - def DeletePeer(self, **kwargs): - return self.call("DeletePeer", **kwargs).data - - def GetPeer(self, **kwargs): - return self.call("GetPeer", **kwargs).data - - def PatchPeer(self, **kwargs): - return self.call("PatchPeer", **kwargs).data - - def PostPeer(self, **kwargs): - return self.call("PostPeer", **kwargs).data - - def PutPeer(self, **kwargs): - return self.call("PutPeer", **kwargs).data - - def GetPeerDeploymentConfig(self, **kwargs): - return self.call("GetPeerDeploymentConfig", **kwargs).data - - def PostPeerDeploymentConfig(self, **kwargs): - return self.call("PostPeerDeploymentConfig", **kwargs).raw - - def GetPeerDeploymentInformation(self, **kwargs): - return self.call("GetPeerDeploymentInformation", **kwargs).data - - def GetPeers(self, **kwargs): - return self.call("GetPeers", **kwargs).data - - def DeleteUser(self, **kwargs): - return self.call("DeleteUser", **kwargs).data - - def GetUser(self, **kwargs): - return self.call("GetUser", **kwargs).data - - def PatchUser(self, **kwargs): - return self.call("PatchUser", **kwargs).data - - def PostUser(self, **kwargs): - return self.call("PostUser", **kwargs).data - - def PutUser(self, **kwargs): - return self.call("PutUser", **kwargs).data - - def GetUsers(self, **kwargs): - return self.call("GetUsers", **kwargs).data - - -def generate_wireguard_keys(): - """ - Generate a WireGuard private & public key - Requires that the 'wg' command is available on PATH - Returns (private_key, public_key), both strings - """ - privkey = subprocess.check_output("wg genkey", shell=True).decode("utf-8").strip() - pubkey = subprocess.check_output(f"echo '{privkey}' | wg pubkey", shell=True).decode("utf-8").strip() - return (privkey, pubkey) - - -KeyTuple = collections.namedtuple("Keys", "private public") - - -class TestAPI(unittest.TestCase): - URL = 'http://localhost:8123/swagger/doc.json' - AUTH = { - "api": ('ApiBasicAuth', ("wg@example.org", "abadchoice")), - "general": ('GeneralBasicAuth', ("wg@example.org", "abadchoice")) - } - DEVICE = "wg-example0" - IFADDR = "10.17.0.0/24" - log = logging.getLogger("TestAPI") - - - def _client(self, *auth): - auth = ["general"] if auth is None else auth - self.c = WGPClient(self.URL, *[self.AUTH[i] for i in auth]) - - @property - def randmail(self): - return 'test+' + ''.join( - [random.choice(string.ascii_lowercase + string.digits) for i in range(6)]) + '@example.org' - - @classmethod - def setUpClass(cls) -> None: - cls.finishInstallation() - - @classmethod - def finishInstallation(cls) -> None: - import http.cookiejar - - # Fake Cookie Policy to send the Secure cookies via http - class InSecureCookiePolicy(http.cookiejar.DefaultCookiePolicy): - def set_ok(self, cookie, request): - return True - - def return_ok(self, cookie, request): - return True - - def domain_return_ok(self, domain, request): - return True - - def path_return_ok(self, path, request): - return True - - b = mechanize.Browser() - b.set_cookiejar(http.cookiejar.CookieJar(InSecureCookiePolicy())) - b.set_handle_robots(False) - b.open("http://localhost:8123/") - - b.follow_link(text="Login") - - b.select_form(name="login") - username, password = cls.AUTH['api'][1] - b.form.set_value(username, "username") - b.form.set_value(password, "password") - - b.submit() - - b.follow_link(text="Administration") - b.follow_link(predicate=lambda x: any([a == ('title', 'Edit interface settings') for a in x.attrs])) - b.select_form("server") - - values = { - "displayname": "example0", - "endpoint": "wg.example.org:51280", - "ip": cls.IFADDR - } - for k, v in values.items(): - b.form.set_value(v, k) - - b.submit() - - b.select_form("server") -# cls.log.debug(b.form.get_value("ip")) - - def setUp(self) -> None: - self._client('api') - self.user = self.randmail - - # create a user … - self.c.PostUser(User={"Firstname": "Test", "Lastname": "User", "Email": self.user}) - - self.keys = KeyTuple(*generate_wireguard_keys()) - - - def _test_generate(self): - def key_of(op): - a, *b = list(filter(lambda x: len(x), re.split("([A-Z][a-z]+)", op.operationId))) - return ''.join(b), a - - for op in sorted(self.c.app.op.values(), key=key_of): - print(f""" - def {op.operationId}(self, **kwargs): - return self. call("{op.operationId}", **kwargs) - """) - - def test_ops(self): - for op in sorted(self.c.app.op.values(), key=lambda op: op.operationId): - self.assertTrue(hasattr(self.c, op.operationId), f"{op.operationId} is missing") - - def test_Device(self): - # FIXME device has to be completed via webif to be valid before it can be used via API - devices = self.c.GetDevices() - self.assertTrue(len(devices) > 0) - - for device in devices: - dev = self.c.GetDevice(DeviceName=device.DeviceName) - with self.assertRaises(NotImplementedError): - new = self.c.PutDevice(DeviceName=dev.DeviceName, - Device={ - "DeviceName": dev.DeviceName, - "IPsStr": dev.IPsStr, - "PrivateKey": dev.PrivateKey, - "Type": "client", - "PublicKey": dev.PublicKey} - ) - with self.assertRaises(NotImplementedError): - new = self.c.PatchDevice(DeviceName=dev.DeviceName, - Device={ - "DeviceName": dev.DeviceName, - "IPsStr": dev.IPsStr, - "PrivateKey": dev.PrivateKey, - "Type": "client", - "PublicKey": dev.PublicKey} - ) - break - - def easy_peer(self): - data = self.c.PostPeerDeploymentConfig(ProvisioningRequest={"Email": self.user, "Identifier": "debug"}) - data = data.decode() - pubkey = re.search("# -WGP- PublicKey: (?P[^\n]+)\n", data, re.MULTILINE)['pubkey'] - privkey = re.search("PrivateKey = (?P[^\n]+)\n", data, re.MULTILINE)['key'] - self.keys = KeyTuple(privkey, pubkey) - - def test_Peers(self): - - privkey, pubkey = generate_wireguard_keys() - peer = {"UID": uuid.uuid4().hex, - "Identifier": uuid.uuid4().hex, - "DeviceName": self.DEVICE, - "PublicKey": pubkey, - "DeviceType": "client", - "IPsStr": str(self.IFADDR), - "Email": self.user} - - # keypair is created server side if private key is not submitted - with self.assertRaisesRegex(ApiError, "peer not found"): - self.c.PostPeer(DeviceName=self.DEVICE, Peer=peer) - - # create - peer["PrivateKey"] = privkey - p = self.c.PostPeer(DeviceName=self.DEVICE, Peer=peer) - self.assertListEqual([p.PrivateKey, p.PublicKey], [privkey, pubkey]) - - # lookup created peer - for p in self.c.GetPeers(DeviceName=self.DEVICE): - if pubkey == p.PublicKey: - break - else: - self.assertTrue(False) - - # get - gp = self.c.GetPeer(PublicKey=p.PublicKey) - self.assertListEqual([gp.PrivateKey, gp.PublicKey], [p.PrivateKey, p.PublicKey]) - - # change? - peer['Identifier'] = 'changed' - n = self.c.PatchPeer(PublicKey=p.PublicKey, Peer=peer) - self.assertListEqual([n.PrivateKey, n.PublicKey], [privkey, pubkey]) - - # change ? - peer['Identifier'] = 'changedagain' - n = self.c.PutPeer(PublicKey=p.PublicKey, Peer=peer) - self.assertListEqual([n.PrivateKey, n.PublicKey], [privkey, pubkey]) - - # invalid change operations - n = peer.copy() - n['PrivateKey'], n['PublicKey'] = generate_wireguard_keys() - with self.assertRaisesRegex(ApiError, "PublicKey parameter must match the model public key"): - self.c.PutPeer(PublicKey=p.PublicKey, Peer=n) - - with self.assertRaisesRegex(ApiError, "PublicKey parameter must match the model public key"): - self.c.PatchPeer(PublicKey=p.PublicKey, Peer=n) - - n = self.c.DeletePeer(PublicKey=p.PublicKey) - - def test_Deployment(self): - log.setLevel(logging.DEBUG) - self._client("general") - self.easy_peer() - - self.c.GetPeerDeploymentConfig(PublicKey=self.keys.public) - self.c.GetPeerDeploymentInformation(Email=self.user) - log.setLevel(logging.INFO) - - def test_User(self): - u = self.c.PostUser(User={"Firstname": "Test", "Lastname": "User", "Email": self.randmail}) - for i in self.c.GetUsers(): - if i.Email == u.Email: - break - else: - self.assertTrue(False) - - u = self.c.GetUser(Email=u.Email) - self.c.PutUser(Email=u.Email, User={"Firstname": "Test", "Lastname": "User", "Email": u.Email}) - self.c.PatchUser(Email=u.Email, User={"Firstname": "Test", "Lastname": "User", "Email": u.Email}) - - # list a deleted user - self.c.DeleteUser(Email=u.Email) - - for i in self.c.GetUsers(): - break - - - def _clear_peers(self): - for p in self.c.GetPeers(DeviceName=self.DEVICE): - self.c.DeletePeer(PublicKey=p.PublicKey) - - def _clear_users(self): - for p in self.c.GetUsers(): - if p.Email == self.AUTH['api'][1][0]: - continue - self.c.DeleteUser(Email=p.Email) - - - def _createPeer(self): - privkey, pubkey = generate_wireguard_keys() - peer = {"UID": uuid.uuid4().hex, - "Identifier": uuid.uuid4().hex, - "DeviceName": self.DEVICE, - "PublicKey": pubkey, - "PrivateKey": privkey, - "DeviceType": "client", - # "IPsStr": str(self.ifaddr), - "Email": self.user} - self.c.PostPeer(DeviceName=self.DEVICE, Peer=peer) - return pubkey - - def test_address_exhaustion(self): - global log - self._clear_peers() - self._clear_users() - - self.NETWORK = ipaddress.ip_network("10.0.0.0/29") - addr = ipaddress.ip_address( - random.randrange(int(self.NETWORK.network_address) + 1, int(self.NETWORK.broadcast_address) - 1)) - self.__class__.IFADDR = str(ipaddress.ip_interface(f"{addr}/{self.NETWORK.prefixlen}")) - - # reconfigure via web ui - set the ifaddr with less addrs in pool - self.finishInstallation() - - keys = set() - EADDRESSEXHAUSTED = "failed to get available IP addresses: no more available address from cidr" - with self.assertRaisesRegex(ValueError, EADDRESSEXHAUSTED): - for i in range(self.NETWORK.num_addresses + 1): - keys.add(self._createPeer()) - - n = keys.pop() - self.c.DeletePeer(PublicKey=n) - self._createPeer() - - with self.assertRaisesRegex(ValueError, EADDRESSEXHAUSTED): - self._createPeer() - - # expand network - self.NETWORK = ipaddress.ip_network("10.0.0.0/28") - addr = ipaddress.ip_address( - random.randrange(int(self.NETWORK.network_address) + 1, int(self.NETWORK.broadcast_address) - 1)) - self.__class__.IFADDR = str(ipaddress.ip_interface(f"{addr}/{self.NETWORK.prefixlen}")) - self.finishInstallation() - self._createPeer() -

    Hello {{$.User.Firstname}} {{$.User.Lastname}}Hello {{$.User.Firstname}} {{$.User.Lastname}}HelloHello