@eventcatalog/core 4.10.15 → 4.11.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (165) hide show
  1. package/dist/analytics/analytics.cjs +1 -1
  2. package/dist/analytics/analytics.js +2 -2
  3. package/dist/analytics/log-build.cjs +1 -1
  4. package/dist/analytics/log-build.js +3 -3
  5. package/dist/astro-output.cjs +60 -1
  6. package/dist/astro-output.js +1 -1
  7. package/dist/{chunk-U52FCZQ6.js → chunk-2YJRF4ZX.js} +1 -1
  8. package/dist/chunk-634NFV5U.js +75 -0
  9. package/dist/{chunk-I6HUOX4R.js → chunk-AXDNSGAN.js} +1 -1
  10. package/dist/chunk-DHH5U5PF.js +53 -0
  11. package/dist/{chunk-A4JRWRCV.js → chunk-DSCIWCX2.js} +1 -1
  12. package/dist/chunk-FWXEV4LF.js +19 -0
  13. package/dist/{chunk-Q2ATWE7N.js → chunk-GZVDXCYF.js} +1 -1
  14. package/dist/{chunk-7LWOCX4R.js → chunk-RYNPEIHQ.js} +1 -1
  15. package/dist/{chunk-HBVTU6ZP.js → chunk-YYVW4DCO.js} +1 -1
  16. package/dist/constants.cjs +1 -1
  17. package/dist/constants.js +1 -1
  18. package/dist/copy-core.cjs +88 -0
  19. package/dist/copy-core.d.cts +4 -0
  20. package/dist/copy-core.d.ts +4 -0
  21. package/dist/copy-core.js +8 -0
  22. package/dist/eventcatalog.cjs +234 -115
  23. package/dist/eventcatalog.js +36 -30
  24. package/dist/federation/federate.js +3 -3
  25. package/dist/federation/source-provider.js +2 -2
  26. package/dist/generate.cjs +1 -1
  27. package/dist/generate.js +3 -3
  28. package/dist/update-check.cjs +44 -0
  29. package/dist/update-check.d.cts +18 -0
  30. package/dist/update-check.d.ts +18 -0
  31. package/dist/update-check.js +8 -0
  32. package/dist/utils/cli-logger.cjs +1 -1
  33. package/dist/utils/cli-logger.js +2 -2
  34. package/eventcatalog/astro.config.mjs +8 -1
  35. package/eventcatalog/public/icons/languages/android.svg +1 -0
  36. package/eventcatalog/public/icons/languages/angular.svg +1 -0
  37. package/eventcatalog/public/icons/languages/apple.svg +1 -0
  38. package/eventcatalog/public/icons/languages/arduino.svg +1 -0
  39. package/eventcatalog/public/icons/languages/bash.svg +1 -0
  40. package/eventcatalog/public/icons/languages/bun.svg +1 -0
  41. package/eventcatalog/public/icons/languages/c.svg +1 -0
  42. package/eventcatalog/public/icons/languages/clojure.svg +1 -0
  43. package/eventcatalog/public/icons/languages/cpp.svg +1 -0
  44. package/eventcatalog/public/icons/languages/crystal.svg +1 -0
  45. package/eventcatalog/public/icons/languages/csharp.svg +1 -0
  46. package/eventcatalog/public/icons/languages/css.svg +1 -0
  47. package/eventcatalog/public/icons/languages/curl.svg +1 -0
  48. package/eventcatalog/public/icons/languages/dart.svg +1 -0
  49. package/eventcatalog/public/icons/languages/deno.svg +1 -0
  50. package/eventcatalog/public/icons/languages/docker.svg +1 -0
  51. package/eventcatalog/public/icons/languages/elm.svg +1 -0
  52. package/eventcatalog/public/icons/languages/erlang.svg +1 -0
  53. package/eventcatalog/public/icons/languages/flutter.svg +1 -0
  54. package/eventcatalog/public/icons/languages/fortran.svg +1 -0
  55. package/eventcatalog/public/icons/languages/fsharp.svg +1 -0
  56. package/eventcatalog/public/icons/languages/git.svg +1 -0
  57. package/eventcatalog/public/icons/languages/gradle.svg +1 -0
  58. package/eventcatalog/public/icons/languages/graphql.svg +1 -0
  59. package/eventcatalog/public/icons/languages/grpc.svg +1 -0
  60. package/eventcatalog/public/icons/languages/haskell.svg +1 -0
  61. package/eventcatalog/public/icons/languages/hasura.svg +1 -0
  62. package/eventcatalog/public/icons/languages/html.svg +1 -0
  63. package/eventcatalog/public/icons/languages/httpie.svg +1 -0
  64. package/eventcatalog/public/icons/languages/javascript.svg +1 -0
  65. package/eventcatalog/public/icons/languages/json-schema.svg +1 -0
  66. package/eventcatalog/public/icons/languages/json.svg +1 -0
  67. package/eventcatalog/public/icons/languages/julia.svg +1 -0
  68. package/eventcatalog/public/icons/languages/jupyter.svg +1 -0
  69. package/eventcatalog/public/icons/languages/kafka.svg +1 -0
  70. package/eventcatalog/public/icons/languages/kotlin.svg +1 -0
  71. package/eventcatalog/public/icons/languages/lua.svg +1 -0
  72. package/eventcatalog/public/icons/languages/markdown.svg +1 -0
  73. package/eventcatalog/public/icons/languages/maven.svg +1 -0
  74. package/eventcatalog/public/icons/languages/mongodb.svg +1 -0
  75. package/eventcatalog/public/icons/languages/mysql.svg +1 -0
  76. package/eventcatalog/public/icons/languages/nginx.svg +1 -0
  77. package/eventcatalog/public/icons/languages/nim.svg +1 -0
  78. package/eventcatalog/public/icons/languages/ocaml.svg +1 -0
  79. package/eventcatalog/public/icons/languages/perl.svg +1 -0
  80. package/eventcatalog/public/icons/languages/php.svg +1 -0
  81. package/eventcatalog/public/icons/languages/postgresql.svg +1 -0
  82. package/eventcatalog/public/icons/languages/prisma.svg +1 -0
  83. package/eventcatalog/public/icons/languages/purescript.svg +1 -0
  84. package/eventcatalog/public/icons/languages/python.svg +1 -0
  85. package/eventcatalog/public/icons/languages/r.svg +1 -0
  86. package/eventcatalog/public/icons/languages/react.svg +1 -0
  87. package/eventcatalog/public/icons/languages/reasonml.svg +1 -0
  88. package/eventcatalog/public/icons/languages/redis.svg +1 -0
  89. package/eventcatalog/public/icons/languages/ruby.svg +1 -0
  90. package/eventcatalog/public/icons/languages/rust.svg +1 -0
  91. package/eventcatalog/public/icons/languages/sass.svg +1 -0
  92. package/eventcatalog/public/icons/languages/scala.svg +1 -0
  93. package/eventcatalog/public/icons/languages/solidity.svg +1 -0
  94. package/eventcatalog/public/icons/languages/spring.svg +1 -0
  95. package/eventcatalog/public/icons/languages/sqlite.svg +1 -0
  96. package/eventcatalog/public/icons/languages/svelte.svg +1 -0
  97. package/eventcatalog/public/icons/languages/swagger.svg +1 -0
  98. package/eventcatalog/public/icons/languages/swift.svg +1 -0
  99. package/eventcatalog/public/icons/languages/tailwind.svg +1 -0
  100. package/eventcatalog/public/icons/languages/terraform.svg +1 -0
  101. package/eventcatalog/public/icons/languages/toml.svg +1 -0
  102. package/eventcatalog/public/icons/languages/typescript.svg +1 -0
  103. package/eventcatalog/public/icons/languages/unity.svg +1 -0
  104. package/eventcatalog/public/icons/languages/vim.svg +1 -0
  105. package/eventcatalog/public/icons/languages/vue.svg +1 -0
  106. package/eventcatalog/public/icons/languages/webassembly.svg +1 -0
  107. package/eventcatalog/public/icons/languages/yaml.svg +1 -0
  108. package/eventcatalog/public/icons/languages/zig.svg +1 -0
  109. package/eventcatalog/src/components/MDX/CodeGroup/CodeGroup.astro +12 -0
  110. package/eventcatalog/src/components/MDX/CodeGroup/CodeGroup.tsx +176 -0
  111. package/eventcatalog/src/components/MDX/CodeGroup/MarkdownCodeGroup.tsx +22 -0
  112. package/eventcatalog/src/components/MDX/CodeGroup/code-group-icons.ts +345 -0
  113. package/eventcatalog/src/components/MDX/CodeGroup/code-group.css +22 -0
  114. package/eventcatalog/src/components/MDX/CodeGroup/parse-panels.ts +11 -0
  115. package/eventcatalog/src/components/MDX/Columns/Column.astro +10 -0
  116. package/eventcatalog/src/components/MDX/Columns/Columns.astro +14 -0
  117. package/eventcatalog/src/components/MDX/Columns/MarkdownColumns.tsx +37 -0
  118. package/eventcatalog/src/components/MDX/Columns/layout.ts +16 -0
  119. package/eventcatalog/src/components/MDX/components.tsx +6 -0
  120. package/eventcatalog/src/components/SchemaExplorer/ApiContentViewer.tsx +1 -1
  121. package/eventcatalog/src/components/SchemaExplorer/ExamplesViewer.tsx +151 -114
  122. package/eventcatalog/src/components/SchemaExplorer/SchemaDetailsPanel.tsx +510 -248
  123. package/eventcatalog/src/components/SchemaExplorer/SchemaFlows.tsx +76 -0
  124. package/eventcatalog/src/components/SchemaExplorer/SchemaGraph.tsx +47 -0
  125. package/eventcatalog/src/components/SchemaExplorer/SchemaPageViewer.tsx +11 -0
  126. package/eventcatalog/src/components/SchemaExplorer/SchemaUsage.tsx +17 -0
  127. package/eventcatalog/src/components/SchemaExplorer/types.ts +48 -3
  128. package/eventcatalog/src/components/SchemaExplorer/utils.ts +28 -1
  129. package/eventcatalog/src/content.config.ts +28 -0
  130. package/eventcatalog/src/pages/docs/[type]/[id]/[version]/examples/[...filename].astro +38 -7
  131. package/eventcatalog/src/pages/schemas/[type]/[id]/[version]/index.astro +144 -37
  132. package/eventcatalog/src/pages/schemas/explorer/index.astro +5 -0
  133. package/eventcatalog/src/plugins/empty-collection-warning.d.ts +21 -0
  134. package/eventcatalog/src/plugins/empty-collection-warning.mjs +107 -0
  135. package/eventcatalog/src/plugins/quiet-empty-collections-logger.mjs +11 -0
  136. package/eventcatalog/src/remark-plugins/code-group.ts +39 -0
  137. package/eventcatalog/src/remark-plugins/markdown-code-group.ts +59 -0
  138. package/eventcatalog/src/remark-plugins/markdown-columns.ts +66 -0
  139. package/eventcatalog/src/utils/collections/channels.ts +12 -4
  140. package/eventcatalog/src/utils/collections/examples.ts +133 -41
  141. package/eventcatalog/src/utils/collections/flows.ts +43 -0
  142. package/eventcatalog/src/utils/collections/messages.ts +2 -2
  143. package/eventcatalog/src/utils/collections/schemas.ts +15 -0
  144. package/eventcatalog/src/utils/node-graphs/message-node-graph.ts +17 -15
  145. package/eventcatalog/src/utils/schema-explorer.ts +73 -7
  146. package/eventcatalog/src/utils/schema-usage-graph.ts +92 -0
  147. package/package.json +5 -4
  148. package/dist/chunk-RDYYZQYU.js +0 -18
  149. package/eventcatalog/src/components/EnvironmentDropdown.test.ts +0 -64
  150. package/eventcatalog/src/components/Grids/message-link.spec.ts +0 -59
  151. package/eventcatalog/src/components/MDX/CustomProperties/custom-properties.spec.ts +0 -38
  152. package/eventcatalog/src/components/MDX/SchemaViewer/schema-viewer-utils.spec.ts +0 -116
  153. package/eventcatalog/src/components/SchemaExplorer/JSONSchemaViewer.test.tsx +0 -114
  154. package/eventcatalog/src/components/SchemaExplorer/ProtobufSchemaViewer.test.tsx +0 -91
  155. package/eventcatalog/src/components/SchemaExplorer/SchemaViewerHover.test.tsx +0 -33
  156. package/eventcatalog/src/components/SchemaExplorer/protobuf-validation.test.ts +0 -84
  157. package/eventcatalog/src/components/Search/search-utils.spec.ts +0 -173
  158. package/eventcatalog/src/components/SideNav/NestedSideBar/utils.spec.ts +0 -105
  159. package/eventcatalog/src/components/navigation-progress.spec.ts +0 -68
  160. package/eventcatalog/src/enterprise/directory/user-team-directory.spec.ts +0 -527
  161. package/eventcatalog/src/enterprise/fields/field-extractor.test.ts +0 -302
  162. package/eventcatalog/src/enterprise/fields/fields-db.test.ts +0 -185
  163. package/eventcatalog/src/stores/eventcatalog-store.spec.ts +0 -60
  164. package/eventcatalog/src/utils/collections/glob-loader.spec.ts +0 -87
  165. package/dist/{chunk-6K7XZAYI.js → chunk-A2RZR3U4.js} +3 -3
@@ -1,28 +1,31 @@
1
- import {
2
- runMigrations
3
- } from "./chunk-XUAF2H54.js";
4
- import "./chunk-CA4U2JP7.js";
5
- import {
6
- log_build_default
7
- } from "./chunk-Q2ATWE7N.js";
8
- import "./chunk-A4JRWRCV.js";
9
- import "./chunk-ZAZHAVKB.js";
10
1
  import {
11
2
  FederationConflictError,
12
3
  FederationDiagnosticError,
13
4
  federateCatalog
14
- } from "./chunk-U52FCZQ6.js";
5
+ } from "./chunk-2YJRF4ZX.js";
15
6
  import "./chunk-WRNH5C3U.js";
16
7
  import "./chunk-5EPNFDT5.js";
17
- import "./chunk-6K7XZAYI.js";
8
+ import "./chunk-A2RZR3U4.js";
9
+ import "./chunk-SDZQJTJW.js";
18
10
  import "./chunk-352FGP6W.js";
11
+ import {
12
+ runMigrations
13
+ } from "./chunk-XUAF2H54.js";
14
+ import "./chunk-CA4U2JP7.js";
15
+ import {
16
+ watch
17
+ } from "./chunk-KLOHNCNF.js";
18
+ import {
19
+ log_build_default
20
+ } from "./chunk-GZVDXCYF.js";
21
+ import "./chunk-DSCIWCX2.js";
22
+ import "./chunk-ZAZHAVKB.js";
19
23
  import "./chunk-R7Z5ALYI.js";
20
24
  import {
21
25
  getFederationDiagnosticCounts,
22
26
  getVisibleFederationDiagnostics
23
27
  } from "./chunk-JJPB6EOZ.js";
24
28
  import "./chunk-FV56YFM4.js";
25
- import "./chunk-SDZQJTJW.js";
26
29
  import {
27
30
  getProjectOutDir,
28
31
  isAuthEnabled,
@@ -31,10 +34,10 @@ import {
31
34
  } from "./chunk-B7HCX5HM.js";
32
35
  import {
33
36
  generate
34
- } from "./chunk-7LWOCX4R.js";
37
+ } from "./chunk-RYNPEIHQ.js";
35
38
  import {
36
39
  logger
37
- } from "./chunk-HBVTU6ZP.js";
40
+ } from "./chunk-YYVW4DCO.js";
38
41
  import {
39
42
  resolve_catalog_dependencies_default
40
43
  } from "./chunk-LHR4G2UO.js";
@@ -42,19 +45,24 @@ import {
42
45
  buildSearchIndex
43
46
  } from "./chunk-6U72KINX.js";
44
47
  import {
45
- watch
46
- } from "./chunk-KLOHNCNF.js";
48
+ getEventCatalogUpdateMessage,
49
+ resolveInstalledCoreVersion
50
+ } from "./chunk-FWXEV4LF.js";
47
51
  import {
48
52
  createAstroDevLineFilter,
49
53
  createAstroLineFilter
50
- } from "./chunk-RDYYZQYU.js";
54
+ } from "./chunk-634NFV5U.js";
51
55
  import {
52
56
  catalogToAstro
53
57
  } from "./chunk-T4RVWPIQ.js";
54
58
  import "./chunk-W5JQON7Z.js";
55
59
  import {
56
60
  VERSION
57
- } from "./chunk-I6HUOX4R.js";
61
+ } from "./chunk-AXDNSGAN.js";
62
+ import {
63
+ pruneExcludedCoreEntries,
64
+ shouldCopyCoreEntry
65
+ } from "./chunk-DHH5U5PF.js";
58
66
  import {
59
67
  linkCoreNodeModules,
60
68
  resolveInstalledCoreNodeModules
@@ -820,12 +828,9 @@ var copyCore = () => {
820
828
  }
821
829
  fs3.cpSync(eventCatalogDir, core, {
822
830
  recursive: true,
823
- filter: (src) => {
824
- const relativePath = path2.relative(eventCatalogDir, src);
825
- const pathParts = relativePath.split(path2.sep);
826
- return !pathParts.some((part) => [".astro", "dist", "node_modules"].includes(part));
827
- }
831
+ filter: (src) => shouldCopyCoreEntry(eventCatalogDir, src)
828
832
  });
833
+ pruneExcludedCoreEntries(core);
829
834
  const coreNodeModules = path2.join(core, "node_modules");
830
835
  const installedCoreNodeModules = resolveInstalledCoreNodeModules(currentDir);
831
836
  linkCoreNodeModules({ coreNodeModules, installedCoreNodeModules });
@@ -834,13 +839,13 @@ var clearCore = () => {
834
839
  if (fs3.existsSync(core)) fs3.rmSync(core, { recursive: true });
835
840
  };
836
841
  var checkForUpdate = () => {
837
- const installedVersion = getInstalledEventCatalogVersion();
838
- if (!installedVersion) return;
839
- const majorVersion = parseInt(installedVersion.replace(/[^0-9.]/g, "").split(".")[0], 10);
842
+ const declaredVersion = getInstalledEventCatalogVersion();
843
+ if (!declaredVersion) return;
844
+ const majorVersion = parseInt(declaredVersion.replace(/[^0-9.]/g, "").split(".")[0], 10);
840
845
  if (majorVersion < 3) {
841
846
  const v3Message = `\u{1F680} EventCatalog V3 is now available in beta!
842
847
 
843
- You are currently on version ${installedVersion}.
848
+ You are currently on version ${declaredVersion}.
844
849
  V3 brings exciting new features and improvements.
845
850
 
846
851
  Upgrade now: npm i @eventcatalog/core@beta`;
@@ -855,11 +860,12 @@ Upgrade now: npm i @eventcatalog/core@beta`;
855
860
  );
856
861
  return;
857
862
  }
863
+ const installedVersion = resolveInstalledCoreVersion(VERSION, declaredVersion);
864
+ if (!installedVersion) return;
858
865
  const pkg = { name: "@eventcatalog/core", version: installedVersion };
859
866
  const notifier = updateNotifier({ pkg, updateCheckInterval: 0 });
860
- if (notifier.update) {
861
- const message = `EventCatalog update available ${notifier.update.current} \u2192 ${notifier.update.latest}
862
- Run npm i @eventcatalog/core to update`;
867
+ const message = getEventCatalogUpdateMessage(installedVersion, notifier.update?.latest);
868
+ if (message) {
863
869
  console.log(
864
870
  boxen(message, {
865
871
  padding: 1,
@@ -2,15 +2,15 @@ import {
2
2
  FederationConflictError,
3
3
  FederationDiagnosticError,
4
4
  federateCatalog
5
- } from "../chunk-U52FCZQ6.js";
5
+ } from "../chunk-2YJRF4ZX.js";
6
6
  import "../chunk-WRNH5C3U.js";
7
7
  import "../chunk-5EPNFDT5.js";
8
- import "../chunk-6K7XZAYI.js";
8
+ import "../chunk-A2RZR3U4.js";
9
+ import "../chunk-SDZQJTJW.js";
9
10
  import "../chunk-352FGP6W.js";
10
11
  import "../chunk-R7Z5ALYI.js";
11
12
  import "../chunk-JJPB6EOZ.js";
12
13
  import "../chunk-FV56YFM4.js";
13
- import "../chunk-SDZQJTJW.js";
14
14
  import "../chunk-6QENHZZP.js";
15
15
  export {
16
16
  FederationConflictError,
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  createFederationSourceProvider
3
- } from "../chunk-6K7XZAYI.js";
4
- import "../chunk-352FGP6W.js";
3
+ } from "../chunk-A2RZR3U4.js";
5
4
  import "../chunk-SDZQJTJW.js";
5
+ import "../chunk-352FGP6W.js";
6
6
  export {
7
7
  createFederationSourceProvider
8
8
  };
package/dist/generate.cjs CHANGED
@@ -108,7 +108,7 @@ var getEventCatalogConfigFile = async (projectDirectory) => {
108
108
  var import_picocolors = __toESM(require("picocolors"), 1);
109
109
 
110
110
  // package.json
111
- var version = "4.10.15";
111
+ var version = "4.11.1";
112
112
 
113
113
  // src/constants.ts
114
114
  var VERSION = version;
package/dist/generate.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  generate
3
- } from "./chunk-7LWOCX4R.js";
4
- import "./chunk-HBVTU6ZP.js";
5
- import "./chunk-I6HUOX4R.js";
3
+ } from "./chunk-RYNPEIHQ.js";
4
+ import "./chunk-YYVW4DCO.js";
5
+ import "./chunk-AXDNSGAN.js";
6
6
  import "./chunk-6QENHZZP.js";
7
7
  export {
8
8
  generate
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+
20
+ // src/update-check.ts
21
+ var update_check_exports = {};
22
+ __export(update_check_exports, {
23
+ getEventCatalogUpdateMessage: () => getEventCatalogUpdateMessage,
24
+ resolveInstalledCoreVersion: () => resolveInstalledCoreVersion
25
+ });
26
+ module.exports = __toCommonJS(update_check_exports);
27
+ var import_semver = require("semver");
28
+ var resolveInstalledCoreVersion = (runningVersion, declaredDependency) => {
29
+ if ((0, import_semver.valid)(runningVersion)) return runningVersion;
30
+ if (declaredDependency && (0, import_semver.valid)(declaredDependency)) return declaredDependency;
31
+ return null;
32
+ };
33
+ var getEventCatalogUpdateMessage = (current, latest) => {
34
+ if (!latest || !(0, import_semver.valid)(current) || !(0, import_semver.valid)(latest) || !(0, import_semver.gt)(latest, current)) {
35
+ return null;
36
+ }
37
+ return `EventCatalog update available ${current} \u2192 ${latest}
38
+ Run npm i @eventcatalog/core to update`;
39
+ };
40
+ // Annotate the CommonJS export names for ESM import in node:
41
+ 0 && (module.exports = {
42
+ getEventCatalogUpdateMessage,
43
+ resolveInstalledCoreVersion
44
+ });
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Version to compare with the published release.
3
+ *
4
+ * Prefer the running CLI version. The catalog `package.json` dependency is often
5
+ * a range (`^4.10.0`) and is not the installed package. An exact pin is used
6
+ * only when the running version itself is not semver.
7
+ */
8
+ declare const resolveInstalledCoreVersion: (runningVersion: string, declaredDependency?: string | null) => string | null;
9
+ /**
10
+ * Message for the CLI update banner, or null when no update should be shown.
11
+ *
12
+ * `update-notifier` treats any semver difference as an update, including when the
13
+ * installed release is newer than the cached or tagged "latest". Only a strictly
14
+ * newer published version is an update.
15
+ */
16
+ declare const getEventCatalogUpdateMessage: (current: string, latest: string | undefined) => string | null;
17
+
18
+ export { getEventCatalogUpdateMessage, resolveInstalledCoreVersion };
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Version to compare with the published release.
3
+ *
4
+ * Prefer the running CLI version. The catalog `package.json` dependency is often
5
+ * a range (`^4.10.0`) and is not the installed package. An exact pin is used
6
+ * only when the running version itself is not semver.
7
+ */
8
+ declare const resolveInstalledCoreVersion: (runningVersion: string, declaredDependency?: string | null) => string | null;
9
+ /**
10
+ * Message for the CLI update banner, or null when no update should be shown.
11
+ *
12
+ * `update-notifier` treats any semver difference as an update, including when the
13
+ * installed release is newer than the cached or tagged "latest". Only a strictly
14
+ * newer published version is an update.
15
+ */
16
+ declare const getEventCatalogUpdateMessage: (current: string, latest: string | undefined) => string | null;
17
+
18
+ export { getEventCatalogUpdateMessage, resolveInstalledCoreVersion };
@@ -0,0 +1,8 @@
1
+ import {
2
+ getEventCatalogUpdateMessage,
3
+ resolveInstalledCoreVersion
4
+ } from "./chunk-FWXEV4LF.js";
5
+ export {
6
+ getEventCatalogUpdateMessage,
7
+ resolveInstalledCoreVersion
8
+ };
@@ -36,7 +36,7 @@ module.exports = __toCommonJS(cli_logger_exports);
36
36
  var import_picocolors = __toESM(require("picocolors"), 1);
37
37
 
38
38
  // package.json
39
- var version = "4.10.15";
39
+ var version = "4.11.1";
40
40
 
41
41
  // src/constants.ts
42
42
  var VERSION = version;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  logger
3
- } from "../chunk-HBVTU6ZP.js";
4
- import "../chunk-I6HUOX4R.js";
3
+ } from "../chunk-YYVW4DCO.js";
4
+ import "../chunk-AXDNSGAN.js";
5
5
  export {
6
6
  logger
7
7
  };
@@ -10,6 +10,7 @@ import { join } from 'node:path';
10
10
  import remarkDirective from 'remark-directive';
11
11
  import { remarkDirectives } from './src/remark-plugins/directives';
12
12
  import { remarkResourceRef } from './src/remark-plugins/resource-ref';
13
+ import { remarkCodeGroup } from './src/remark-plugins/code-group';
13
14
  import node from '@astrojs/node';
14
15
  import remarkComment from 'remark-comment';
15
16
  import rehypeSlug from 'rehype-slug';
@@ -41,7 +42,7 @@ const effectiveOutput = isDevMode ? 'server' : config.output || 'static';
41
42
  const searchType = config.search?.type || 'resource';
42
43
 
43
44
  const markdownRemarkPlugins = [remarkDirective, remarkDirectives, remarkComment, mermaid, plantuml];
44
- const mdxRemarkPlugins = [...markdownRemarkPlugins, remarkResourceRef];
45
+ const mdxRemarkPlugins = [...markdownRemarkPlugins, remarkResourceRef, remarkCodeGroup];
45
46
  const mdxRehypePlugins = [
46
47
  [
47
48
  rehypeExpressiveCode,
@@ -97,6 +98,12 @@ export default defineConfig({
97
98
 
98
99
  // just turn this off for all users (for now...)
99
100
  devToolbar: { enabled: false },
101
+
102
+ // Unused resource types are valid. Astro otherwise warns on every getCollection()
103
+ // call for those empty collections ("check your content config file for errors").
104
+ logger: {
105
+ entrypoint: new URL('./src/plugins/quiet-empty-collections-logger.mjs', import.meta.url),
106
+ },
100
107
  integrations: [
101
108
  react(),
102
109
  // Options are loaded automatically from ec.config.mjs.
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 150" aria-hidden="true"><path fill="#34A853" d="M255.285 143.47c-.084-.524-.164-1.042-.251-1.56a128.1 128.1 0 0 0-12.794-38.288a128.8 128.8 0 0 0-23.45-31.86a129.2 129.2 0 0 0-22.713-18.005c.049-.08.09-.168.14-.25c2.582-4.461 5.172-8.917 7.755-13.38l7.576-13.068c1.818-3.126 3.632-6.26 5.438-9.386q.643-1.115 1.023-2.297a11.78 11.78 0 0 0-.36-8.188q-.32-.76-.743-1.472a11.7 11.7 0 0 0-4.08-4.064a11.85 11.85 0 0 0-5.005-1.61a12 12 0 0 0-2.218.02q-.912.094-1.814.33a11.74 11.74 0 0 0-7.154 5.467c-1.814 3.127-3.628 6.26-5.438 9.386l-7.576 13.069c-2.583 4.462-5.173 8.918-7.755 13.38c-.282.487-.567.973-.848 1.467q-.586-.237-1.172-.462c-14.24-5.43-29.688-8.4-45.836-8.4c-.442 0-.879 0-1.324.006c-14.357.143-28.152 2.64-41.022 7.12a119 119 0 0 0-4.42 1.642c-.262-.455-.532-.911-.79-1.367c-2.583-4.462-5.173-8.918-7.755-13.38l-7.576-13.07a3915 3915 0 0 1-5.439-9.386A11.74 11.74 0 0 0 48.5.048a11.7 11.7 0 0 0-5.01 1.612a11.7 11.7 0 0 0-4.077 4.063c-.281.474-.532.967-.742 1.473a11.8 11.8 0 0 0-.365 8.188c.259.786.594 1.554 1.023 2.296a3973 3973 0 0 1 5.439 9.386q3.793 6.535 7.58 13.069c2.582 4.462 5.168 8.918 7.75 13.38c.02.038.046.075.065.112A129 129 0 0 0 45.32 64.38a129.7 129.7 0 0 0-22.2 24.015a128 128 0 0 0-9.34 15.24a128.2 128.2 0 0 0-10.843 28.764a131 131 0 0 0-1.951 9.524c-.087.518-.167 1.042-.247 1.56A125 125 0 0 0 0 149.118h256q-.307-2.837-.734-5.636z"/><path fill="#202124" d="M194.59 113.712c5.122-3.41 5.867-11.3 1.661-17.62c-4.203-6.323-11.763-8.682-16.883-5.273c-5.122 3.41-5.868 11.3-1.662 17.621c4.203 6.322 11.764 8.682 16.883 5.272m-116.071-5.25c4.206-6.321 3.46-14.21-1.662-17.62c-5.123-3.41-12.68-1.05-16.886 5.27c-4.203 6.323-3.458 14.212 1.662 17.622c5.122 3.41 12.683 1.05 16.886-5.272"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 271" aria-hidden="true"><defs><linearGradient id="SVG23VCHJta" x1="25.071%" x2="96.132%" y1="90.929%" y2="55.184%"><stop offset="0%" stop-color="#E40035"/><stop offset="24%" stop-color="#F60A48"/><stop offset="35.2%" stop-color="#F20755"/><stop offset="49.4%" stop-color="#DC087D"/><stop offset="74.5%" stop-color="#9717E7"/><stop offset="100%" stop-color="#6C00F5"/></linearGradient><linearGradient id="SVGlQyjWWfw" x1="21.863%" x2="68.367%" y1="12.058%" y2="68.21%"><stop offset="0%" stop-color="#FF31D9"/><stop offset="100%" stop-color="#FF5BE1" stop-opacity="0"/></linearGradient></defs><path fill="url(#SVG23VCHJta)" d="m256 45.179l-9.244 145.158L158.373 0zm-61.217 187.697l-66.782 38.105l-66.784-38.105L74.8 199.958h106.4zM128.001 72.249l34.994 85.076h-69.99zM9.149 190.337L0 45.179L97.627 0z"/><path fill="url(#SVGlQyjWWfw)" d="m256 45.179l-9.244 145.158L158.373 0zm-61.217 187.697l-66.782 38.105l-66.784-38.105L74.8 199.958h106.4zM128.001 72.249l34.994 85.076h-69.99zM9.149 190.337L0 45.179L97.627 0z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 315" aria-hidden="true"><path d="M213.803 167.03c.442 47.58 41.74 63.413 42.197 63.615c-.35 1.116-6.599 22.563-21.757 44.716c-13.104 19.153-26.705 38.235-48.13 38.63c-21.05.388-27.82-12.483-51.888-12.483c-24.061 0-31.582 12.088-51.51 12.871c-20.68.783-36.428-20.71-49.64-39.793c-27-39.033-47.633-110.3-19.928-158.406c13.763-23.89 38.36-39.017 65.056-39.405c20.307-.387 39.475 13.662 51.889 13.662c12.406 0 35.699-16.895 60.186-14.414c10.25.427 39.026 4.14 57.503 31.186c-1.49.923-34.335 20.044-33.978 59.822M174.24 50.199c10.98-13.29 18.369-31.79 16.353-50.199c-15.826.636-34.962 10.546-46.314 23.828c-10.173 11.763-19.082 30.589-16.678 48.633c17.64 1.365 35.66-8.964 46.64-22.262"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 174" aria-hidden="true"><g fill="#00979C"><path d="M14.044 130.399L.919 173.242h10.328l2.369-7.983h12.803l2.305 7.983h11.231l-13.124-42.843zm2.166 26.242l3.899-13.325l3.855 13.325zm48.422-2.945a8 8 0 0 0-.474-.47q.484-.182.946-.394a10.8 10.8 0 0 0 3.255-2.28a10 10 0 0 0 2.148-3.389c.5-1.287.754-2.766.754-4.393c0-2.243-.405-4.183-1.201-5.768a10.17 10.17 0 0 0-3.461-3.924c-1.447-.97-3.207-1.671-5.232-2.082c-1.946-.395-4.138-.597-6.513-.597H41.456v42.843h10.275v-16.74h.305c1.124 0 2.061.247 2.864.757c.797.505 1.408 1.25 1.871 2.282l6.21 13.701h11.955l-7.545-15.283c-.914-1.856-1.817-3.249-2.759-4.263m-4.469-8.219a3.95 3.95 0 0 1-1.26 1.418c-.581.408-1.302.721-2.146.931c-.891.223-1.908.335-3.024.335h-2.002v-9.019h2.258c2.352 0 4.1.369 5.195 1.098c.954.635 1.418 1.705 1.418 3.273c0 .758-.144 1.401-.439 1.964m44.877-9.99c-1.73-1.739-3.912-3.041-6.485-3.868c-2.508-.809-5.46-1.22-8.773-1.22H76.193v42.843h11.829c3.817 0 7.156-.52 9.923-1.545c2.81-1.039 5.157-2.547 6.974-4.481c1.814-1.93 3.166-4.288 4.016-7.007c.834-2.662 1.256-5.656 1.256-8.899c0-3.535-.423-6.636-1.259-9.217c-.854-2.644-2.163-4.866-3.892-6.606m-8.401 26.037c-1.784 1.982-4.372 2.945-7.912 2.945h-2.26v-25.297h2.803c1.981 0 3.644.28 4.941.833c1.258.535 2.231 1.291 2.975 2.309c.76 1.044 1.311 2.354 1.637 3.891c.343 1.626.518 3.51.518 5.6c0 4.458-.909 7.728-2.702 9.719m38.303-3.87c0 1.477-.136 2.736-.407 3.742c-.252.939-.623 1.706-1.105 2.279a3.9 3.9 0 0 1-1.726 1.189c-.761.272-1.734.409-2.894.409c-1.227 0-2.239-.157-3.008-.468a4.5 4.5 0 0 1-1.817-1.31c-.486-.585-.834-1.319-1.035-2.185c-.224-.956-.337-2.081-.337-3.347v-27.564h-10.274v28.028c0 2.316.287 4.442.851 6.318c.587 1.949 1.555 3.634 2.878 5.005s3.055 2.43 5.148 3.147c2.034.701 4.492 1.056 7.305 1.056c2.515 0 4.823-.355 6.857-1.056c2.08-.713 3.873-1.794 5.33-3.214c1.458-1.422 2.589-3.212 3.362-5.32c.76-2.07 1.146-4.494 1.146-7.205v-26.759h-10.274zm15.528-18.636h9.22v25.544h-9.22v8.68h28.843v-8.68h-9.22v-25.544h9.22v-8.619H150.47zm57.435 15.793l-11.486-24.412H184.79v42.843h9.569v-24.876l11.547 24.876h11.57v-42.843h-9.571zm42.833-19.343c-3-3.815-7.497-5.749-13.364-5.749c-2.51 0-4.904.445-7.116 1.322c-2.243.889-4.225 2.273-5.892 4.117c-1.652 1.828-2.964 4.179-3.897 6.986c-.923 2.771-1.391 6.094-1.391 9.878c0 6.99 1.487 12.428 4.419 16.166c3 3.826 7.497 5.765 13.364 5.765c2.511 0 4.907-.445 7.119-1.322c2.244-.89 4.225-2.275 5.89-4.116c1.65-1.827 2.962-4.177 3.898-6.986c.921-2.77 1.389-6.093 1.389-9.879c0-7.01-1.487-12.455-4.419-16.182m-6.762 22.261c-.294 1.581-.753 2.914-1.364 3.963c-.58.999-1.298 1.731-2.193 2.236c-.892.503-2.003.758-3.301.758c-2.568 0-4.358-.956-5.472-2.921c-1.224-2.159-1.845-5.561-1.845-10.115c0-2.138.154-4.059.46-5.706c.294-1.578.756-2.909 1.376-3.958c.59-1.003 1.31-1.737 2.201-2.244c.879-.501 1.982-.755 3.28-.755c2.588 0 4.383.954 5.486 2.916c1.215 2.16 1.831 5.565 1.831 10.119c0 2.144-.154 4.064-.459 5.707M240.315 5.74h1.823v4.793h1.293V5.74h1.838V4.55h-4.954zm9.453-1.19l-1.247 4.078l-1.29-4.078h-1.687v5.983h1.216V6.711l1.206 3.822h1.11l1.144-3.723v3.723h1.21V4.55zm-59.493 115.777c-16.288 0-30.214-5.492-42.47-16.725c-7.571-6.937-13.813-15.436-19.556-24.273c-5.742 8.837-11.985 17.336-19.555 24.273c-13.169 12.069-28.267 17.511-46.149 16.634C28.444 120.088.747 93.176.747 60.118C.747 26.969 28.596 0 62.827 0c18.732 0 34.503 6.199 48.21 18.95c6.584 6.125 12.142 13.23 17.212 20.664c5.07-7.434 10.629-14.539 17.212-20.664C159.168 6.199 174.939 0 193.671 0c34.232 0 62.08 26.969 62.08 60.118c0 33.058-27.696 59.97-61.798 60.118a75 75 0 0 1-3.678.091M140.72 59.316c6.794 11.023 13.388 21.283 21.42 28.643c9.066 8.309 18.622 11.727 30.975 11.074l.556-.015c22.531 0 40.862-17.45 40.862-38.9s-18.331-38.9-40.862-38.9c-13.301 0-24.028 4.216-33.758 13.267c-7.267 6.761-13.267 15.423-19.193 24.831M62.827 21.218c-22.531 0-40.862 17.451-40.862 38.9c0 21.45 18.331 38.9 40.862 38.9l.557.015c12.354.653 21.908-2.765 30.974-11.074c8.032-7.36 14.627-17.62 21.42-28.643c-5.926-9.408-11.926-18.07-19.192-24.831c-9.731-9.051-20.458-13.267-33.759-13.267"/><path d="M196.477 52.407V40.901h-11.976v11.506h-11.505v11.918h11.505v11.591h11.976V64.325h11.506V52.407zm-150.878-.144h37.817v12.292H45.599z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 224 256" aria-hidden="true"><path fill="#FFF" d="M207.953 52.162L127.317 4.287a30.37 30.37 0 0 0-31.114 0L15.55 52.162A32.17 32.17 0 0 0 0 79.869v95.734a32.17 32.17 0 0 0 15.55 27.691l80.636 47.859a30.39 30.39 0 0 0 31.115 0l80.636-47.859a32.17 32.17 0 0 0 15.566-27.707V79.869a32.17 32.17 0 0 0-15.55-27.707"/><path fill="#2F3A3E" d="m208.412 52.277l-80.814-47.98a30.44 30.44 0 0 0-31.184 0l-80.83 47.98A32.24 32.24 0 0 0 0 80.045v95.945a32.24 32.24 0 0 0 15.584 27.752l80.814 47.964a30.46 30.46 0 0 0 31.183 0l80.814-47.964a32.24 32.24 0 0 0 15.6-27.769V80.045a32.24 32.24 0 0 0-15.583-27.768M99.23 246.803l-80.814-47.964A26.6 26.6 0 0 1 5.6 175.989V80.046a26.59 26.59 0 0 1 12.816-22.849L99.23 9.216a24.92 24.92 0 0 1 25.536 0l80.749 47.98a26.43 26.43 0 0 1 12.412 18.48c-2.687-5.712-8.723-7.282-15.762-3.236l-76.396 47.316c-9.531 5.551-16.554 11.814-16.57 23.303v94.213c0 6.877 2.767 11.327 7.039 12.638a25 25 0 0 1-4.24.405a25.03 25.03 0 0 1-12.768-3.512"/><path fill="#3AB14A" d="m187.007 185.06l-20.086 12.013a1.47 1.47 0 0 0-.92 1.308v5.28c0 .646.435.904.968.597l20.394-12.4a1.62 1.62 0 0 0 .613-1.615v-4.634c-.016-.598-.484-.856-.969-.55"/><path fill="#FFF" d="M144.263 140.832c.646-.323 1.179 0 1.195.92l.064 7.008a12.9 12.9 0 0 1 7.718-.937c.501.13.71.808.517 1.615l-1.534 6.152a2.65 2.65 0 0 1-.694 1.227a1.6 1.6 0 0 1-.404.29a.92.92 0 0 1-.597.098a10.24 10.24 0 0 0-7.444 1.194a9.35 9.35 0 0 0-5.506 8.284c0 3.229 1.615 4.117 7.25 4.214c7.444.13 10.673 3.375 10.754 10.883a26.69 26.69 0 0 1-9.882 20.135l.13 6.878a2.52 2.52 0 0 1-1.18 2.1l-4.068 2.34c-.646.323-1.18 0-1.195-.904v-6.765c-3.488 1.453-7.024 1.792-9.285.888c-.42-.162-.613-.791-.436-1.518l1.47-6.216a2.6 2.6 0 0 1 .726-1.292q.174-.166.388-.275a.8.8 0 0 1 .662 0c2.878.78 5.948.392 8.541-1.081a11.17 11.17 0 0 0 6.314-9.688c0-3.488-1.922-4.941-6.459-4.974c-5.861 0-11.303-1.13-11.416-9.688a25.03 25.03 0 0 1 9.462-19.15l-.29-7.04a2.5 2.5 0 0 1 1.178-2.13z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 225" aria-hidden="true"><path d="M228.747 65.588a38 38 0 0 0-1.62-1.62c-.55-.519-1.07-1.102-1.62-1.62c-.551-.52-1.07-1.102-1.62-1.62c-.551-.52-1.07-1.103-1.62-1.621c-.552-.519-1.07-1.102-1.62-1.62c-.552-.519-1.07-1.102-1.621-1.62c-.551-.52-1.07-1.102-1.62-1.62a85.74 85.74 0 0 1 25.632 59.819c0 53.695-54.505 97.377-121.519 97.377c-37.525 0-71.097-13.707-93.424-35.192l1.62 1.62l1.62 1.62l1.62 1.62l1.621 1.621l1.62 1.62l1.62 1.62l1.621 1.62c22.295 22.393 56.612 36.813 95.044 36.813c67.014 0 121.519-43.682 121.519-97.215c0-22.878-9.851-44.557-27.253-61.602"/><path fill="#FBF0DF" d="M234.937 114.066c0 49.288-50.779 89.243-113.418 89.243S8.101 163.354 8.101 114.066c0-30.558 19.443-57.552 49.32-73.56C87.3 24.498 105.9 8.101 121.52 8.101s28.97 13.384 64.097 32.405c29.878 16.008 49.32 43.002 49.32 73.56"/><path fill="#F6DECE" d="M234.937 114.066a70.2 70.2 0 0 0-2.593-18.73c-8.846 107.909-140.476 113.093-192.227 80.818a129.62 129.62 0 0 0 81.402 27.155c62.542 0 113.418-40.02 113.418-89.243"/><path fill="#FFFEFC" d="M77.87 34.576c14.484-8.684 33.733-24.984 52.658-25.017a30.1 30.1 0 0 0-9.009-1.458c-7.842 0-16.203 4.05-26.734 10.143c-3.662 2.139-7.453 4.504-11.472 6.967c-7.55 4.666-16.202 9.948-25.924 15.23c-30.85 16.69-49.288 44.201-49.288 73.625v3.856C27.74 48.542 63.417 43.261 77.87 34.576"/><path fill="#CCBEA7" d="M112.186 16.3a53.18 53.18 0 0 1-18.244 40.409c-.907.81-.194 2.365.972 1.912c10.92-4.245 25.665-16.948 19.443-42.58c-.259-1.459-2.17-1.07-2.17.259m7.356 0a52.63 52.63 0 0 1 5.217 43.65c-.388 1.134 1.005 2.106 1.783 1.166c7.096-9.073 13.286-27.09-5.25-46.534c-.94-.842-2.398.454-1.75 1.588zm8.944-.551a53.2 53.2 0 0 1 22.198 38.108a1.07 1.07 0 0 0 2.106.357c2.981-11.31 1.296-30.59-23.235-40.604c-1.296-.518-2.138 1.232-1.069 2.01zM68.666 49.45a54.9 54.9 0 0 0 33.928-29.164c.584-1.167 2.43-.713 2.14.583c-5.607 25.924-24.37 31.336-36.035 30.623c-1.232.032-1.2-1.685-.033-2.042"/><path d="M121.519 211.443C54.505 211.443 0 167.761 0 114.066c0-32.405 20.026-62.64 53.566-80.754c9.721-5.184 18.05-10.402 25.47-14.97c4.083-2.528 7.94-4.894 11.666-7.097C102.076 4.505 111.797 0 121.519 0s18.212 3.889 28.84 10.175c3.241 1.847 6.482 3.856 9.949 6.06c8.069 4.99 17.175 10.629 29.164 17.077c33.54 18.115 53.566 48.316 53.566 80.754c0 53.695-54.505 97.377-121.519 97.377m0-203.342c-7.842 0-16.203 4.05-26.734 10.143c-3.662 2.139-7.453 4.504-11.472 6.967c-7.55 4.666-16.202 9.948-25.924 15.23c-30.85 16.69-49.288 44.201-49.288 73.625c0 49.223 50.876 89.276 113.418 89.276s113.418-40.053 113.418-89.276c0-29.424-18.439-56.936-49.32-73.56c-12.25-6.48-21.81-12.573-29.554-17.369c-3.532-2.17-6.773-4.18-9.722-5.962c-9.818-5.833-16.98-9.074-24.822-9.074"/><path fill="#B71422" d="M144.365 137.722a28.94 28.94 0 0 1-9.463 15.263a22.07 22.07 0 0 1-12.962 6.092a22.17 22.17 0 0 1-13.383-6.092a28.94 28.94 0 0 1-9.333-15.263a2.333 2.333 0 0 1 2.593-2.625h39.988a2.333 2.333 0 0 1 2.56 2.625"/><path fill="#FF6164" d="M108.557 153.244a22.4 22.4 0 0 0 13.351 6.157a22.4 22.4 0 0 0 13.318-6.157a34.5 34.5 0 0 0 3.241-3.468a22.13 22.13 0 0 0-15.879-7.485a19.93 19.93 0 0 0-16.202 9.008c.745.681 1.393 1.33 2.171 1.945"/><path d="M109.076 150.684a17.37 17.37 0 0 1 13.577-6.74a19.44 19.44 0 0 1 12.962 5.476a51 51 0 0 0 2.139-2.495a22.68 22.68 0 0 0-15.263-6.254a20.61 20.61 0 0 0-15.846 7.647a31 31 0 0 0 2.43 2.366"/><path d="M121.81 161.021a24.05 24.05 0 0 1-14.42-6.481a30.85 30.85 0 0 1-10.077-16.365a3.89 3.89 0 0 1 .842-3.24a4.57 4.57 0 0 1 3.662-1.653h39.988a4.67 4.67 0 0 1 3.661 1.653a3.86 3.86 0 0 1 .81 3.24A30.85 30.85 0 0 1 136.2 154.54c-3.93 3.717-9 6-14.388 6.481m-19.993-23.98c-.519 0-.648.227-.68.292a26.86 26.86 0 0 0 8.846 14.16a20.2 20.2 0 0 0 11.828 5.672a20.35 20.35 0 0 0 11.828-5.606a26.9 26.9 0 0 0 8.814-14.161a.68.68 0 0 0-.648-.292z"/><g transform="translate(53.792 88.4)"><ellipse cx="117.047" cy="40.183" fill="#FEBBD0" rx="18.957" ry="11.147"/><ellipse cx="18.957" cy="40.183" fill="#FEBBD0" rx="18.957" ry="11.147"/><path d="M27.868 35.71a17.855 17.855 0 1 0-17.822-17.854c0 9.848 7.974 17.837 17.822 17.855m80.268 0A17.855 17.855 0 1 0 90.41 17.857c-.018 9.818 7.908 17.801 17.726 17.855"/><path fill="#FFF" d="M22.36 18.99a6.708 6.708 0 1 0 .064-13.416a6.708 6.708 0 0 0-.065 13.416m80.267 0a6.708 6.708 0 1 0-.065 0z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 288" aria-hidden="true"><path fill="#A9B9CB" d="M255.987 85.672c-.002-4.843-1.037-9.122-3.129-12.794c-2.055-3.612-5.134-6.638-9.262-9.032c-34.081-19.67-68.195-39.28-102.264-58.97c-9.185-5.307-18.091-5.114-27.208.27c-13.565 8.008-81.481 46.956-101.719 58.689C4.071 68.665.015 76.056.013 85.663C0 125.221.013 164.777 0 204.336c.002 4.736.993 8.932 2.993 12.55c2.056 3.72 5.177 6.83 9.401 9.278c20.239 11.733 88.164 50.678 101.726 58.688c9.121 5.387 18.027 5.579 27.215.27c34.07-19.691 68.186-39.3 102.272-58.97c4.224-2.447 7.345-5.559 9.401-9.276c1.997-3.618 2.99-7.814 2.992-12.551c0 0 0-79.094-.013-118.653"/><path fill="#7F8B99" d="M141.101 5.134c-9.17-5.294-18.061-5.101-27.163.269C100.395 13.39 32.59 52.237 12.385 63.94C4.064 68.757.015 76.129.013 85.711C0 125.166.013 164.62 0 204.076c.002 4.724.991 8.909 2.988 12.517c2.053 3.711 5.169 6.813 9.386 9.254a9009 9009 0 0 0 20.159 11.62L219.625 50.375c-26.178-15.074-52.363-30.136-78.524-45.241"/><path fill="#FFF" d="m154.456 126.968l39.839.281c0-16.599-16.802-57.249-64.973-57.249c-30.691 0-71.951 19.512-71.951 75.61S97.818 220 129.322 220c51.017 0 63.21-35.302 63.21-55.252l-38.007-2.173s1.017 23.075-25.406 23.075c-24.39 0-28.46-29.878-28.46-40.04c0-15.447 5.493-40.244 28.46-40.244c22.968 0 25.337 21.602 25.337 21.602"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" aria-hidden="true"><path fill="#FFF" d="M127.999 0C57.423 0 0 57.423 0 128.001c0 70.584 57.423 128.004 127.999 128.004c70.578 0 128.001-57.42 128.001-128.004C256 57.423 198.577 0 127.999 0"/><path fill="#91DC47" d="M123.318 130.303a535 535 0 0 0-3.733 8.272c-4.645 10.524-9.789 23.33-11.668 31.534c-.675 2.922-1.093 6.543-1.085 10.558c0 1.588.085 3.257.22 4.957a61.3 61.3 0 0 0 21.067 3.753a61.4 61.4 0 0 0 19.284-3.143c-1.425-1.303-2.785-2.692-4.023-4.257c-8.22-10.482-12.806-25.844-20.062-51.674M92.97 78.225c-15.699 11.064-25.972 29.312-26.011 49.992c.039 20.371 10.003 38.383 25.307 49.493c3.754-15.637 13.164-29.955 27.275-58.655a231 231 0 0 0-2.862-7.469c-3.909-9.806-9.551-21.194-14.586-26.351c-2.567-2.694-5.682-5.022-9.123-7.01"/><path fill="#63B132" d="M181.394 198.367c-8.1-1.015-14.785-2.24-20.633-4.303a73.2 73.2 0 0 1-32.642 7.643c-40.584 0-73.483-32.894-73.488-73.49c0-22.027 9.704-41.773 25.056-55.24c-4.106-.992-8.388-1.571-12.762-1.563c-21.562.203-44.323 12.136-53.799 44.363c-.886 4.691-.675 8.238-.675 12.442c0 63.885 51.791 115.676 115.671 115.676c39.122 0 73.682-19.439 94.611-49.169c-11.32 2.821-22.206 4.17-31.528 4.199c-3.494 0-6.774-.187-9.811-.558"/><path fill="#90B4FE" d="M159.658 175.953c.714.354 2.333.932 4.586 1.571c15.157-11.127 25.007-29.05 25.046-49.307h-.006c-.057-33.771-27.386-61.096-61.165-61.163a61.3 61.3 0 0 0-19.203 3.122c12.419 14.156 18.391 34.386 24.168 56.515l.01.026c.011.018 1.848 6.145 5.002 14.274c3.132 8.118 7.594 18.168 12.46 25.492c3.195 4.908 6.709 8.435 9.102 9.47"/><path fill="#5881D8" d="M128.122 12.541c-38.744 0-73.016 19.073-94.008 48.318c10.925-6.842 22.08-9.31 31.815-9.222c13.446.039 24.017 4.208 29.089 7.06a53 53 0 0 1 3.527 2.247a73.2 73.2 0 0 1 29.574-6.215c40.589.005 73.493 32.899 73.499 73.488h-.006c0 20.464-8.37 38.967-21.863 52.291c3.312.371 6.844.602 10.451.584c12.811.006 26.658-2.821 37.039-11.552c6.769-5.702 12.44-14.051 15.585-26.569c.615-4.835.969-9.75.969-14.752c0-63.882-51.786-115.678-115.671-115.678"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 288" aria-hidden="true"><path fill="#649AD2" d="M255.987 84.59c-.002-4.837-1.037-9.112-3.13-12.781c-2.054-3.608-5.133-6.632-9.261-9.023c-34.08-19.651-68.195-39.242-102.264-58.913c-9.185-5.303-18.09-5.11-27.208.27c-13.565 8-81.48 46.91-101.719 58.632C4.071 67.6.015 74.984.013 84.58C0 124.101.013 163.62 0 203.141c0 4.73.993 8.923 2.993 12.537c2.056 3.717 5.177 6.824 9.401 9.269c20.24 11.722 88.164 50.63 101.726 58.631c9.121 5.382 18.027 5.575 27.215.27c34.07-19.672 68.186-39.262 102.272-58.913c4.224-2.444 7.345-5.553 9.401-9.267c1.997-3.614 2.992-7.806 2.992-12.539c0 0 0-79.018-.013-118.539"/><path fill="#004482" d="m128.392 143.476l-125.4 72.202c2.057 3.717 5.178 6.824 9.402 9.269c20.24 11.722 88.164 50.63 101.726 58.631c9.121 5.382 18.027 5.575 27.215.27c34.07-19.672 68.186-39.262 102.272-58.913c4.224-2.444 7.345-5.553 9.401-9.267z"/><path fill="#1A4674" d="M91.25 164.863c7.297 12.738 21.014 21.33 36.75 21.33c15.833 0 29.628-8.7 36.888-21.576l-36.496-21.141z"/><path fill="#01589C" d="M255.987 84.59c-.002-4.837-1.037-9.112-3.13-12.781l-124.465 71.667l124.616 72.192c1.997-3.614 2.99-7.806 2.992-12.539c0 0 0-79.018-.013-118.539"/><path fill="#FFF" d="M249.135 148.636h-9.738v9.74h-9.74v-9.74h-9.737V138.9h9.737v-9.738h9.74v9.738h9.738zM128 58.847c31.135 0 58.358 16.74 73.17 41.709l.444.759l-37.001 21.307c-7.333-12.609-20.978-21.094-36.613-21.094c-23.38 0-42.333 18.953-42.333 42.332a42.13 42.13 0 0 0 5.583 21.003c7.297 12.738 21.014 21.33 36.75 21.33c15.659 0 29.325-8.51 36.647-21.153l.241-.423l36.947 21.406c-14.65 25.597-42.228 42.851-73.835 42.851c-31.549 0-59.084-17.185-73.754-42.707c-7.162-12.459-11.26-26.904-11.26-42.307c0-46.95 38.061-85.013 85.014-85.013m75.865 70.314v9.738h9.737v9.737h-9.737v9.74h-9.738v-9.74h-9.738V138.9h9.738v-9.738z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" aria-hidden="true"><path d="M93.365 0L0 93.741l34.258 128.376L163.011 256L256 161.882L222.117 35.388zM6.776 95.247l124.988-32.754l-34.258 124.612z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 285" aria-hidden="true"><defs><linearGradient id="SVGhL7Bld0f" x1="17.42%" x2="56.516%" y1="21.86%" y2="97.437%"><stop offset="0%" stop-color="#927BE5"/><stop offset="100%" stop-color="#512BD4"/></linearGradient></defs><path fill="url(#SVGhL7Bld0f)" d="M0 89.355v105.576c0 13.06 6.967 25.14 18.286 31.666l91.429 52.794a36.56 36.56 0 0 0 36.571 0l91.429-52.794A36.56 36.56 0 0 0 256 194.93V89.356a36.56 36.56 0 0 0-18.285-31.672l-91.43-52.78a36.55 36.55 0 0 0-36.57 0l-91.43 52.78A36.57 36.57 0 0 0 0 89.356"/><path fill="#FFF" d="M64.003 123.872v36.575a9.13 9.13 0 0 0 9.145 9.145a9.14 9.14 0 0 0 9.145-9.145a9.142 9.142 0 1 1 18.285 0c0 15.149-12.28 27.43-27.43 27.43s-27.43-12.281-27.43-27.43v-36.57c0-15.15 12.28-27.43 27.43-27.43s27.43 12.28 27.43 27.43a9.142 9.142 0 0 1-18.285 0a9.142 9.142 0 1 0-18.285 0zm146.29 36.575a9.134 9.134 0 0 1-9.146 9.145h-9.145v9.14c0 2.427-.96 4.753-2.678 6.466a9.124 9.124 0 0 1-12.928 0a9.17 9.17 0 0 1-2.679-6.467v-9.14h-18.284v9.14a9.124 9.124 0 0 1-9.146 9.146a9.124 9.124 0 0 1-9.14-9.146v-9.14h-9.15a9.142 9.142 0 0 1 0-18.284h9.145v-18.285h-9.145a9.142 9.142 0 0 1 0-18.285h9.145v-9.145a9.142 9.142 0 0 1 18.285 0v9.14h18.285v-9.14a9.142 9.142 0 0 1 18.285 0v9.14h9.145a9.12 9.12 0 0 1 6.461 2.678a9.124 9.124 0 0 1 0 12.928a9.13 9.13 0 0 1-6.46 2.684h-9.146v18.285h9.145a9.166 9.166 0 0 1 9.145 9.14zm-36.576-27.425h-18.284v18.285h18.284z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 361" aria-hidden="true"><path fill="#264DE4" d="M127.844 360.088L23.662 331.166L.445 70.766h255.11l-23.241 260.36z"/><path fill="#2965F1" d="m212.417 314.547l19.86-222.49H128V337.95z"/><path fill="#EBEBEB" d="m53.669 188.636l2.862 31.937H128v-31.937zm-5.752-64.641l2.903 31.937H128v-31.937zM128 271.58l-.14.037l-35.568-9.604l-2.274-25.471h-32.06l4.474 50.146l65.421 18.16l.147-.04z"/><path d="M60.484 0h38.68v16.176H76.66v16.176h22.506v16.175H60.484zm46.417 0h38.681v14.066h-22.505v2.813h22.505v32.352h-38.68V34.46h22.505v-2.813H106.9zm46.418 0H192v14.066h-22.505v2.813H192v32.352h-38.681V34.46h22.505v-2.813H153.32z"/><path fill="#FFF" d="m202.127 188.636l5.765-64.641H127.89v31.937h45.002l-2.906 32.704H127.89v31.937h39.327l-3.708 41.42l-35.62 9.614v33.226l65.473-18.145l.48-5.396l7.506-84.08z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 154" aria-hidden="true"><path fill="#0C544C" d="M498.445 20.959a7.403 7.403 0 0 1-7.404-7.404a7.4 7.4 0 0 1 7.404-7.404a7.403 7.403 0 1 1 0 14.808m-73.532 126.503a7.403 7.403 0 0 1-7.404-7.404a7.4 7.4 0 0 1 7.404-7.404a7.4 7.4 0 0 1 7.398 7.404c0 4.086-3.311 7.404-7.398 7.404M498.445 0c-7.485 0-13.554 6.069-13.554 13.555c0 1.597.402 3.084.91 4.506l-63.587 108.984c-6.145 1.289-10.856 6.483-10.856 13.013c0 7.485 6.07 13.554 13.555 13.554c7.48 0 13.549-6.069 13.549-13.554c0-1.504-.403-2.88-.852-4.233l63.908-109.34C507.476 25.057 512 19.95 512 13.555C512 6.069 505.931 0 498.445 0"/><path fill="#073551" d="M442.986 20.959a7.403 7.403 0 0 1-7.404-7.404a7.4 7.4 0 0 1 7.404-7.404a7.4 7.4 0 0 1 7.398 7.404c0 4.086-3.312 7.404-7.398 7.404m-73.539 126.503a7.403 7.403 0 1 1 0-14.808a7.4 7.4 0 0 1 7.404 7.404a7.403 7.403 0 0 1-7.404 7.404M442.986 0c-7.492 0-13.555 6.069-13.555 13.555c0 1.597.402 3.084.91 4.506l-63.587 108.984c-6.15 1.289-10.861 6.483-10.861 13.013c0 7.485 6.068 13.554 13.554 13.554s13.555-6.069 13.555-13.554c0-1.504-.403-2.88-.852-4.233l63.908-109.34c5.958-1.428 10.482-6.535 10.482-12.93C456.54 6.069 450.465 0 442.986 0M341.708 84.831c5.988 0 10.902 3.941 12.698 9.322c.449 1.353.857 2.728.857 4.233c0 7.48-6.069 13.554-13.555 13.554s-13.554-6.075-13.554-13.554c0-6.53 4.71-11.724 10.855-13.013c.904-.186 1.743-.542 2.7-.542m0 6.15a7.403 7.403 0 0 0-7.404 7.405c0 4.086 3.318 7.398 7.404 7.398s7.404-3.312 7.404-7.398a7.403 7.403 0 0 0-7.404-7.404m0-53.512c5.982 0 10.902 3.94 12.698 9.322c.449 1.352.857 2.734.857 4.232c0 7.486-6.069 13.555-13.555 13.555s-13.554-6.069-13.554-13.555c0-6.53 4.71-11.724 10.855-13.006c.904-.193 1.743-.548 2.7-.548m0 6.15a7.403 7.403 0 0 0-7.404 7.404a7.403 7.403 0 1 0 14.808 0a7.407 7.407 0 0 0-7.404-7.404M72.754 56.877c5.662.038 11.593 1.367 11.593 8.605c0 7.532-6.81 8.628-11.846 8.628H42.185c-3.428 0-6.832 1.795-9.887 4.29l-10.4 8.792c-2.706 2.169-4.665 3.964-4.665 7.37v21.36c0 3.405 1.96 5.2 4.664 7.346l10.4 8.791c3.056 2.519 6.46 4.314 9.888 4.314h30.316c5.037 0 11.846 1.073 11.846 8.629c0 7.345-6.11 8.604-11.846 8.604H44.262c-9.366-.018-13.484-.4-21.292-6.809l-12.733-10.61C1.982 129.377 0 124.177 0 113.59V96.893c0-10.587 1.982-15.787 10.237-22.62L22.97 63.686c7.808-6.41 11.926-6.79 21.292-6.809Zm96.313 0c7.346 0 8.605 5.923 8.605 11.846v72.292c.002.43.01.91.013 1.43v.529q-.001.36-.01.737l-.013.38c-.16 4.215-1.315 9.515-8.431 9.515c-7.346 0-8.605-6.11-8.605-12.032v-2.869l-13.992 9.165c-5.574 3.591-10.237 5.736-14.901 5.736H119c-4.85 0-10.237-1.445-15.974-6.273c-7.719-6.646-7.555-14.015-7.905-23.342l-1.796-54.195c-.186-6.273.723-12.92 8.605-12.92c7.37 0 8.255 6.274 8.442 11.847l1.795 52.936c.187 3.94.35 8.628 1.796 11.123c1.446 2.519 5.923 3.591 10.05 3.591h5.737q2.974 0 5.387-1.609l25.302-15.974V68.462c.038-5.835 1.368-11.585 8.628-11.585m77.352 0c6.646 0 12.196 2.145 16.86 6.809c5.736 5.76 7.718 11.683 7.718 19.565c0 5.923-1.072 12.033-8.441 12.033c-6.273 0-8.792-5.037-8.792-10.587c0-2.868 0-5.037-1.795-7.532c-2.036-2.899-5.855-3.047-9.766-3.055h-5.672c-3.218 0-5.55 1.609-8.605 4.127l-24.042 19.915v43.608c0 5.923-1.26 11.846-8.629 11.846c-7.345 0-8.605-5.923-8.605-11.846V69.355c.021-6.192.83-12.478 8.605-12.478c6.833 0 8.629 5.736 8.629 11.473v7.02l13.455-11.148c4.85-3.94 9.864-7.345 15.251-7.345Zm43.758-35.539c9.598.04 12.402 1.91 12.402 12.032v103.003h12.92c5.76 0 11.846 1.26 11.846 8.629c0 7.532-6.81 8.604-11.846 8.604h-43.991c-5.013-.032-11.627-1.181-11.627-8.604c0-7.37 6.087-8.629 11.847-8.629h13.642V38.571h-13.642c-5.037 0-11.847-1.073-11.847-8.629c0-7.345 6.087-8.604 11.847-8.604Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" aria-hidden="true"><defs><radialGradient id="SVGmM42LYdM" cx="50%" cy="50.002%" r="50.004%" fx="50%" fy="50.002%" gradientTransform="scale(1 .99985)"><stop offset="0%" stop-color="#FFF" stop-opacity=".1"/><stop offset="100%" stop-color="#FFF" stop-opacity="0"/></radialGradient></defs><path fill="#01579B" d="M52.209 203.791L8.413 159.995C3.218 154.67 0 147.141 0 139.782c0-3.407 1.92-8.733 3.369-11.782l40.427-84.204z"/><path fill="#40C4FF" d="M202.116 52.209L158.32 8.413C154.5 4.573 146.538 0 139.8 0c-5.796 0-11.48 1.167-15.15 3.369L43.815 43.796zM104.418 256h106.111v-45.471l-79.16-25.276l-72.422 25.276z"/><path fill="#29B6F6" d="M43.796 180.209c0 13.513 1.694 16.826 8.413 23.582l6.738 6.738h151.582l-74.097-84.204l-92.636-82.53z"/><path fill="#01579B" d="M178.534 43.777H43.796L210.529 210.51H256V106.093L202.097 52.19c-7.566-7.585-14.285-8.413-23.563-8.413"/><path fill="#FFF" d="M53.903 205.466c-6.738-6.756-8.413-13.419-8.413-25.257V45.47l-1.675-1.675v136.413c-.02 11.838-.02 15.113 10.088 25.257l5.044 5.044z" opacity=".2"/><path fill="#263238" d="M254.325 104.418v104.417h-45.471l1.675 1.694H256V106.093z" opacity=".2"/><path fill="#FFF" d="M202.116 52.209c-8.356-8.357-15.188-8.413-25.257-8.413H43.815l1.675 1.675h131.369c5.025 0 17.71-.847 25.257 6.738" opacity=".2"/><path fill="url(#SVGmM42LYdM)" d="m254.325 104.418l-52.209-52.21L158.32 8.414C154.5 4.573 146.538 0 139.8 0c-5.796 0-11.48 1.167-15.15 3.369L43.815 43.796L3.388 128c-1.45 3.068-3.37 8.394-3.37 11.782c0 7.359 3.238 14.868 8.414 20.213l40.351 40.07c.96 1.185 2.09 2.39 3.426 3.726l1.675 1.675l5.044 5.044l43.796 43.796l1.675 1.675H210.49v-45.47h45.471V106.092z" opacity=".2"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" aria-hidden="true"><path d="M128 0c70.692 0 128 57.308 128 128s-57.308 128-128 128S0 198.692 0 128S57.308 0 128 0"/><path fill="#FFF" d="M123 72.45c17.9 0 33.25 4.95 45.35 14.4c10.184 7.96 17.68 18.9 21.617 31.278l.133.422l.1.3l.1.35l.2.65l.3 1.2l.8 2.8l.85 3.2l3.75 13.7l3.7 13.8l4.2 15.7l6.75 25.25l2.55 9.5l-.55.6c-17.622 19.256-41.713 32.483-68.827 36.288l-.823.112l-.25-1.65l-.45-3.3l-.4-2.4l-.45-3.15l-.6-3.85l-.25-1.5l-.55-3.65l-.35-2.15l-.45-2.8l-.45-2.7l-.45-2.6l-.45-2.55l-.4-2.5l-.45-2.4l-.4-2.3l-.3-1.7l-.35-1.65l-.6-3.15l-.3-1.5l-.35-1.85l-.3-1.3l-.25-1.25l-.25-1.2l-.15-.8l-.35-1.5l-.5-2.2l-.2-.7l-.25-1l-.2-.95l-.25-.95l-.25-.9l-.15-.55l-.25-.85l-.2-.8l-.15-.55l-.2-.5l-.15-.45l-.2-.7l-.15-.5l-.1-.3a33 33 0 0 0-.706-1.886l-.194-.464l-.15-.3l1.15-3l-4.55.15l-1.25.05c-41.3.85-67.95-16.7-67.95-44.2c0-29.15 29-52.6 66.2-52.6m-40.3 137.7c.935-3.2 4.246-5.091 7.45-4.29l.15.04c3.25.837 5.19 4.098 4.485 7.348l-.035.152l-.05.15l-6.05 22.55l-.85-.35a114 114 0 0 1-9.94-4.253l-.81-.397l5.6-20.8zm34.8-15.25c.95-3.25 4.35-5.15 7.65-4.25a6.25 6.25 0 0 1 3.815 2.991l.085.159l.2.9l.3 1.45l.2 1.05l-.05.25l-.15.7v.15l-8.5 31.5l-.05.15a6.25 6.25 0 0 1-12.08-3.098l.03-.152v-.15l8.5-31.5zm-51.6-36.7c3.024 2.64 6.509 5.05 10.322 7.096l.478.254l-7.7 28.6l-.05.15a6.25 6.25 0 0 1-12.084-3.149L56.9 191l.05-.15l8.5-31.5l.05-.2zm-27.9-32c.95-3.2 4.35-5.1 7.65-4.25c3.2.886 5.14 4.148 4.435 7.398l-.035.152v.15l-8.5 31.5l-.05.15a6.25 6.25 0 0 1-12.084-3.149l.034-.151v-.15l8.5-31.5zm190.6-7.15c.95-3.2 4.35-5.1 7.6-4.25c3.25.886 5.19 4.148 4.485 7.35l-.035.15v.2L232.1 154v.15a6.271 6.271 0 0 1-12.139-3.15l.039-.15l.05-.15l8.5-31.5zM27.1 72.75l.217.007q.651.03 1.283.193a6.28 6.28 0 0 1 4.485 7.398l-.035.152l-.05.15l-8.5 31.5l-.05.15c-.95 3.2-4.35 5.1-7.6 4.25a6.2 6.2 0 0 1-3.1-1.9a114.2 114.2 0 0 1 13.033-41.318zm179.95 4.45c1-3.2 4.35-5.1 7.65-4.25c3.2.886 5.188 4.148 4.485 7.398l-.035.152l-.05.15l-8.5 31.5l-.05.15a6.25 6.25 0 0 1-12.084-3.149l.034-.151l.05-.15l8.5-31.5zM56.5 47.25c.95-3.2 4.35-5.1 7.6-4.25c3.25.886 5.19 4.148 4.485 7.35l-.035.15l-.05.2L60 82.2l-.05.15a6.25 6.25 0 0 1-12.084-3.149l.034-.151l.05-.15l8.5-31.5zm109.2 5.95c.95-3.2 4.35-5.1 7.65-4.25c3.2.886 5.14 4.148 4.435 7.398l-.035.152v.15l-6.7 24.75l-.55-.45a70 70 0 0 0-9.935-6.094l-.615-.306l5.7-21.2zm-47.95-39.75a6.2 6.2 0 0 1-.004 2.603l-.046.197l-.05.15l-8.5 31.5l-.05.15a6.25 6.25 0 0 1-12.08-3.098l.03-.152l.05-.15L105 15.3l.85-.15a115 115 0 0 1 11.9-1.7m78.2 21.75l.75.55a116 116 0 0 1 9.222 7.666l.628.584l-.2.65l-.05.15a6.25 6.25 0 0 1-12.08-3.098l.03-.152l.05-.15zM146.5 14.5l.9.15a114 114 0 0 1 10.44 2.267l.86.233l-3.15 11.75l-.05.15a6.25 6.25 0 0 1-12.08-3.098l.03-.152l.05-.15z"/><path d="M131 93.5a8 8 0 1 1 0 16a8 8 0 0 1 0-16"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 185" aria-hidden="true"><path fill="#2396ED" d="M250.716 70.497c-5.765-4-18.976-5.5-29.304-3.5c-1.2-10-6.725-18.749-16.333-26.499l-5.524-4l-3.844 5.75c-4.803 7.5-7.205 18-6.485 28c.24 3.499 1.441 9.749 5.044 15.249c-3.362 2-10.328 4.5-19.455 4.5H1.155l-.48 2c-1.682 9.999-1.682 41.248 18.014 65.247c14.892 18.249 36.99 27.499 66.053 27.499c62.93 0 109.528-30.25 131.386-84.997c8.647.25 27.142 0 36.51-18.75c.24-.5.72-1.5 2.401-5.249l.961-2zM139.986 0h-26.42v24.999h26.42zm0 29.999h-26.42v24.999h26.42zm-31.225 0h-26.42v24.999h26.42zm-31.225 0H51.115v24.999h26.421zM46.311 59.998H19.89v24.999h26.42zm31.225 0H51.115v24.999h26.421zm31.225 0h-26.42v24.999h26.42zm31.226 0h-26.422v24.999h26.422zm31.225 0H144.79v24.999h26.422z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" aria-hidden="true"><g fill="#1293D8"><path d="m8.529 256l119.399-119.399L247.327 256zM0 8.673l119.399 119.399L0 247.471z"/><path fill-opacity=".75" d="M136.595 0H256v119.405z"/><path d="m136.456 128.072l55.436 55.436l55.435-55.436l-55.435-55.435z"/><path fill-opacity=".75" d="M8.529.144h110.87l52.024 52.024H60.553zm174.834 63.964l-55.435 55.436l-55.436-55.436zm72.493 183.363l-55.436-55.435l55.436-55.435z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 225" aria-hidden="true"><path fill="#FFF" d="M0 0h256v225H0z"/><g fill="#A90533"><path d="M44.34 159.66c-18.803-19.926-29.805-47.452-29.777-80.295c-.026-29.045 9.1-54.01 24.79-73.008l-.026.01H6.35v153.295h37.966zm173.67.012c8.1-8.676 15.358-18.893 21.935-30.578l-36.5-18.25c-12.818 20.84-31.563 40.022-57.485 40.15c-37.727-.128-52.55-32.388-52.468-73.91H234.47c.188-4.689.188-6.868 0-9.125c.92-24.703-5.627-45.468-17.537-61.638l-.061.046h31.741v153.296h-30.672z"/><path d="M95.774 41.497c1.56-18.8 16.383-31.443 33.762-31.48c17.497.037 30.14 12.68 30.568 31.48z"/></g><path d="M26.426 185.668v-6.386H6.808v37.867h19.618v-6.388H14.108v-10.036h11.861v-6.387H14.108v-8.67zm33.305 15.512c4.891-.726 7.576-5.572 7.756-10.493c-.18-8.05-5.398-11.382-12.774-11.406H44.676v37.868h7.3v-15.056l9.124 15.056h9.125zm-7.756-15.967h.912c3.983.15 6.972 1.058 6.844 5.93c.128 4.466-2.76 5.677-6.844 5.476h-.912zm41.061-5.931h-7.3v37.867h17.794v-6.388H93.036zm47.905 30.111l3.194 7.756h7.756l-14.144-38.78h-5.93l-15.057 38.78h7.756l3.194-7.756zm-1.825-5.93h-9.125l4.106-14.144zm26.463 13.687h7.755V191.6l20.075 26.461h5.474v-38.78h-7.755v25.55l-20.075-26.462h-5.474zm65.241-20.076v5.931h8.213c-.171 4.767-4.072 8.805-8.669 8.669c-7.259.136-10.856-6.88-10.95-13.231c.094-6.267 3.64-13.586 10.95-13.687c3.836.1 7.08 2.725 8.669 5.931l6.387-3.194c-2.809-5.917-8.483-9.198-15.056-9.124c-11.313-.073-18.557 9.264-18.705 20.074c.148 10.54 7.19 19.929 18.249 20.075c11.943-.146 17.466-9.686 17.337-20.531v-.913z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 317" aria-hidden="true"><defs><linearGradient id="SVGpXTHBYoI" x1="3.952%" x2="75.897%" y1="26.993%" y2="52.919%"><stop offset="0%"/><stop offset="100%" stop-opacity="0"/></linearGradient></defs><path fill="#47C5FB" d="M157.666.001L.001 157.666l48.8 48.8L255.268.001zm-1.099 145.396l-84.418 84.418l48.984 49.716l48.71-48.71l85.425-85.424z"/><path fill="#00569E" d="m121.133 279.531l37.082 37.082h97.052l-85.425-85.792z"/><path fill="#00B5F8" d="m71.6 230.364l48.801-48.801l49.441 49.258l-48.709 48.71z"/><path fill="url(#SVGpXTHBYoI)" fill-opacity=".8" d="m121.133 279.531l40.56-13.459l4.029-31.131z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" aria-hidden="true"><path fill="#734F96" d="M48 0h160c26.51 0 48 21.49 48 48v160c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V48C0 21.49 21.49 0 48 0"/><path fill="#FFF" d="M34.892 216.951c0-10.179.08-11.086.97-11.105c.534-.01 5.797-.246 11.697-.523c9.501-.446 11.018-.65 13.272-1.78c1.782-.895 2.886-1.943 3.683-3.495c1.129-2.201 1.137-2.71 1.137-72.325c0-65.416-.064-70.225-.959-71.86c-1.211-2.214-3.312-3.877-5.894-4.666c-1.108-.338-6.94-.748-12.96-.91l-10.946-.295V27.965h186.216v82.578l-9.837-.056c-5.411-.03-10.461-.229-11.223-.44c-1.363-.38-1.397-.529-2.05-8.951c-.838-10.81-1.523-15.597-3.261-22.788c-3.757-15.545-11.686-24.003-24.632-26.275c-5.432-.953-29.13-1.874-48.617-1.89l-13.44-.01v62.089l7.067-.35c8.078-.4 14.43-1.376 17.495-2.688c3.265-1.396 6.712-4.924 8.326-8.52c1.686-3.758 2.79-8.695 3.675-16.447c.348-3.048.748-6.103.889-6.789c.255-1.242.302-1.247 11.053-1.247h10.796v99.204h-22.005l-.37-5.722c-.67-10.362-2.688-20.175-5.112-24.863c-3.314-6.409-9.836-9.29-22.946-10.135c-2.896-.187-6.093-.468-7.104-.625l-1.838-.285l.215 31.207c.226 32.914.324 34.2 2.822 36.958c2.568 2.836 4.065 3.031 30.152 3.923c.53.017.692 2.623.692 11.108v11.084H34.892z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 243" aria-hidden="true"><path fill="#378BBA" d="M0 121.492L121.492 0v60.746l-60.746 60.746l60.746 60.745v60.746z"/><path fill="#378BBA" d="m78.102 121.492l43.39-43.39v86.78z"/><path fill="#30B9DB" d="M256 121.492L130.17 0v60.746l60.745 60.746l-60.746 60.745v60.746z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" aria-hidden="true"><path fill="#DE4C36" d="M251.172 116.594L139.4 4.828c-6.433-6.437-16.873-6.437-23.314 0l-23.21 23.21l29.443 29.443c6.842-2.312 14.688-.761 20.142 4.693c5.48 5.489 7.02 13.402 4.652 20.266l28.375 28.376c6.865-2.365 14.786-.835 20.269 4.657c7.663 7.66 7.663 20.075 0 27.74c-7.665 7.666-20.08 7.666-27.749 0c-5.764-5.77-7.188-14.235-4.27-21.336l-26.462-26.462l-.003 69.637a19.8 19.8 0 0 1 5.188 3.71c7.663 7.66 7.663 20.076 0 27.747c-7.665 7.662-20.086 7.662-27.74 0c-7.663-7.671-7.663-20.086 0-27.746a19.7 19.7 0 0 1 6.421-4.281V94.196a19.4 19.4 0 0 1-6.421-4.281c-5.806-5.798-7.202-14.317-4.227-21.446L81.47 39.442L4.83 116.077c-6.44 6.443-6.44 16.884 0 23.322l111.774 111.768c6.435 6.438 16.873 6.438 23.316 0l111.251-111.249c6.438-6.44 6.438-16.887 0-23.324"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 188" aria-hidden="true"><path fill="#02303A" d="M242.087 11.895C226.62-3.578 201.674-4.01 185.68 10.919a3.96 3.96 0 0 0-1.241 2.78a4.05 4.05 0 0 0 1.153 2.808l5.055 5.232a3.87 3.87 0 0 0 5.055.355a23 23 0 0 1 13.924-4.641a23.236 23.236 0 0 1 16.496 39.702C193.9 89.378 150.886-.905 53.271 45.537a13.274 13.274 0 0 0-5.913 18.595l16.733 28.941c3.633 6.266 11.618 8.463 17.944 4.937l.414-.236l-.325.236l7.42-4.168A170 170 0 0 0 112.9 76.4a4.11 4.11 0 0 1 5.35 0a3.78 3.78 0 0 1 1.449 2.956a3.9 3.9 0 0 1-1.271 2.957a175 175 0 0 1-24.626 18.27h-.236l-7.42 4.138a20.7 20.7 0 0 1-10.288 2.69A21.34 21.34 0 0 1 57.44 96.857L41.623 69.512C11.233 90.975-7.214 132.332 2.69 184.806a3.9 3.9 0 0 0 3.784 3.134h18.034a3.843 3.843 0 0 0 3.813-3.37c1.663-13.2 12.888-23.1 26.193-23.1c13.304 0 24.53 9.9 26.192 23.1a3.874 3.874 0 0 0 3.843 3.37h17.56a3.843 3.843 0 0 0 3.814-3.37c1.716-13.165 12.931-23.013 26.207-23.013s24.491 9.848 26.207 23.012a3.843 3.843 0 0 0 3.814 3.37h17.353c2.1 0 3.81-1.684 3.843-3.783c.414-24.449 7.006-52.533 25.808-66.605c65.126-48.719 48.01-90.49 32.933-105.656m-66.427 73.7l-12.417-6.239a7.805 7.805 0 1 1 12.417 6.268z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 288" aria-hidden="true"><path fill="#E535AB" fill-rule="evenodd" d="m152.576 32.963l59.146 34.15a25.8 25.8 0 0 1 5.818-4.604c12.266-7.052 27.912-2.865 35.037 9.402c7.052 12.267 2.865 27.912-9.402 35.037a25.7 25.7 0 0 1-6.831 2.72v68.325a25.7 25.7 0 0 1 6.758 2.702c12.34 7.125 16.527 22.771 9.402 35.038c-7.052 12.266-22.771 16.453-35.038 9.402a25.5 25.5 0 0 1-6.34-5.147l-58.786 33.94a25.7 25.7 0 0 1 1.295 8.08c0 14.103-11.458 25.636-25.635 25.636s-25.635-11.46-25.635-25.636c0-2.52.362-4.954 1.037-7.253l-59.13-34.14a25.8 25.8 0 0 1-5.738 4.52c-12.34 7.051-27.986 2.864-35.038-9.402c-7.051-12.267-2.864-27.913 9.402-35.038a25.7 25.7 0 0 1 6.758-2.703v-68.324a25.7 25.7 0 0 1-6.831-2.72C.558 99.897-3.629 84.178 3.423 71.911s22.77-16.454 35.037-9.402a25.8 25.8 0 0 1 5.79 4.575l59.163-34.159a25.7 25.7 0 0 1-1.048-7.29C102.365 11.46 113.823 0 128 0s25.635 11.459 25.635 25.635c0 2.548-.37 5.007-1.059 7.328m-6.162 10.522l59.287 34.23a25.6 25.6 0 0 0 2.437 19.831c3.609 6.278 9.488 10.44 16.013 12.062v68.41q-.5.122-.993.264L145.725 44.17q.351-.336.689-.684m-36.123.7l-77.432 134.11a26 26 0 0 0-1.01-.27v-68.417c6.525-1.622 12.404-5.784 16.013-12.062a25.6 25.6 0 0 0 2.427-19.869l59.27-34.22q.359.371.732.727m24.872 6.075l77.414 134.08a25.5 25.5 0 0 0-4.513 5.757a25.7 25.7 0 0 0-2.702 6.758H50.64a25.7 25.7 0 0 0-2.704-6.758a25.8 25.8 0 0 0-4.506-5.724l77.429-134.107A25.7 25.7 0 0 0 128 51.27c2.487 0 4.89-.352 7.163-1.01m11.795 194.478l58.902-34.008a26 26 0 0 1-.473-1.682H50.607q-.123.499-.266.992l59.19 34.175A25.56 25.56 0 0 1 128 236.373a25.56 25.56 0 0 1 18.958 8.365"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 208" aria-hidden="true"><defs><linearGradient id="SVGhz3dXbdm" x1="100%" x2="0%" y1="0%" y2="100%"><stop offset="0%" stop-color="#72C9C9"/><stop offset="100%" stop-color="#02B0AD"/></linearGradient><linearGradient id="SVGDNc1CiDm" x1="100%" x2="0%" y1="0%" y2="100%"><stop offset="0%" stop-color="#03B6B4"/><stop offset="100%" stop-color="#74CBCA"/></linearGradient></defs><path fill="#244B5A" d="M56.678 179.868a40.25 40.25 0 0 0 14.42 11.938a43.2 43.2 0 0 0 19.768 4.487a42.5 42.5 0 0 0 16.234-2.769a28.2 28.2 0 0 0 10.79-7.544a29.1 29.1 0 0 0 5.922-11.174a50 50 0 0 0 1.814-13.655v-16.043h-.381a34.45 34.45 0 0 1-14.9 12.988a46 46 0 0 1-18.525 3.82a48.2 48.2 0 0 1-18.239-3.438a46.4 46.4 0 0 1-14.803-9.455a43.5 43.5 0 0 1-9.932-14.421a45.25 45.25 0 0 1-3.628-18.144a47.5 47.5 0 0 1 3.439-18.144a46.6 46.6 0 0 1 9.453-14.706a42.6 42.6 0 0 1 14.325-9.837a46.15 46.15 0 0 1 18.24-3.533c2.849.017 5.691.272 8.498.763a40.3 40.3 0 0 1 8.977 2.675a41.35 41.35 0 0 1 17.095 13.753h.38v-14.9h12.608v88.622a72 72 0 0 1-1.815 15.47a38.2 38.2 0 0 1-7.067 15.088a40.24 40.24 0 0 1-14.611 11.462q-9.36 4.581-24.448 4.581a61.4 61.4 0 0 1-23.874-4.391A55.5 55.5 0 0 1 47.32 189.8zm2.291-63.79a34.2 34.2 0 0 0 2.58 13.272a34.9 34.9 0 0 0 7.065 10.886a34.2 34.2 0 0 0 10.505 7.45a30.9 30.9 0 0 0 13.083 2.77a35.04 35.04 0 0 0 24.065-9.454a30.4 30.4 0 0 0 7.354-10.793a34.8 34.8 0 0 0 2.388-14.132a38 38 0 0 0-2.292-13.275a31.9 31.9 0 0 0-6.686-10.886a32.3 32.3 0 0 0-10.695-7.449a34.8 34.8 0 0 0-14.134-2.77a30.9 30.9 0 0 0-13.083 2.77a34.3 34.3 0 0 0-10.505 7.449a35 35 0 0 0-7.067 10.886a34.25 34.25 0 0 0-2.578 13.275m130.638 45.838h-13.75V26.69h41.636q20.627 0 32.564 8.977q11.935 8.98 11.938 27.121a33.8 33.8 0 0 1-8.881 23.778q-8.883 9.648-25.689 11.173l38.963 64.177h-16.809l-37.05-62.838h-22.92zm0-75.444h24.448a55 55 0 0 0 15.566-1.91a28.9 28.9 0 0 0 10.219-5.06a18.5 18.5 0 0 0 5.538-7.449a24.7 24.7 0 0 0 1.719-9.265a24.2 24.2 0 0 0-1.72-9.07a19.2 19.2 0 0 0-5.537-7.546a27 27 0 0 0-10.22-5.062a57.8 57.8 0 0 0-15.565-1.813h-24.448zM290.068 26.69h39.346q20.626 0 32.563 8.978q11.935 8.98 11.938 27.122q0 18.147-11.938 27.215q-11.937 9.075-32.563 9.073h-25.593v62.838h-13.753zm13.755 59.784h22.155a55 55 0 0 0 15.566-1.911a28.9 28.9 0 0 0 10.218-5.06a18.5 18.5 0 0 0 5.538-7.449a24.7 24.7 0 0 0 1.72-9.264a24.2 24.2 0 0 0-1.72-9.071a19.2 19.2 0 0 0-5.538-7.546a27 27 0 0 0-10.218-5.061a57.8 57.8 0 0 0-15.566-1.814h-22.157zM512 140.524a52.5 52.5 0 0 1-8.497 9.741a53.7 53.7 0 0 1-11.556 7.925a66 66 0 0 1-14.037 5.254a65 65 0 0 1-15.95 1.91a72.3 72.3 0 0 1-27.979-5.348a67.12 67.12 0 0 1-37.149-37.244a74 74 0 0 1-5.347-28.46a74 74 0 0 1 5.347-28.458a67.1 67.1 0 0 1 37.15-37.242a72.3 72.3 0 0 1 27.978-5.348a68.4 68.4 0 0 1 25.212 4.964a50.86 50.86 0 0 1 21.581 16.427l-12.03 8.977a33 33 0 0 0-5.732-6.495a41.8 41.8 0 0 0-8.306-5.729a52 52 0 0 0-10.029-4.01a38.8 38.8 0 0 0-10.696-1.529a54.9 54.9 0 0 0-23.3 4.775a52.9 52.9 0 0 0-17.475 12.795A56.3 56.3 0 0 0 410.2 72.053a66.72 66.72 0 0 0 0 44.5a56.3 56.3 0 0 0 10.984 18.622a52.85 52.85 0 0 0 17.475 12.796a54.8 54.8 0 0 0 23.3 4.777a59 59 0 0 0 10.6-.956a44 44 0 0 0 10.315-3.246a39 39 0 0 0 9.55-6.21a46 46 0 0 0 8.307-9.833z"/><path fill="url(#SVGhz3dXbdm)" d="M10.392 10.392h50.18v50.18h-50.18z" transform="rotate(-135.213 35.482 35.482)"/><path fill="url(#SVGDNc1CiDm)" d="M117.73 20.346h29.433v29.433H117.73z" transform="rotate(-135.213 132.446 35.063)"/><path fill="#244B5A" d="M36.909 14.027L15.502 35.595l21.567 21.407l18.245-.067l-19.133-18.98l94.477-.35l-8.28 8.336l9.123-.033l10.704-10.784l-10.784-10.703l-9.123.033l8.343 8.277l-94.477.35l18.99-19.121z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 181" aria-hidden="true"><path fill="#453A62" d="m0 180.591l60.235-90.294L0 0h45.176l60.236 90.297l-60.236 90.294z"/><path fill="#5E5086" d="m60.235 180.591l60.236-90.294L60.235 0h45.177l120.465 180.591h-45.171l-37.645-56.432l-37.652 56.432z"/><path fill="#8F4E8B" d="m205.804 127.92l-20.079-30.1H256v30.102h-50.196zm-30.118-45.145l-20.078-30.1H256v30.1z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 259" aria-hidden="true"><path fill="#1EB4D4" d="M233.5 2.057c1.607-2.47 5.207-2.79 7.142-.552c14.531 16.794 19.199 61.836 12.075 85.335l-.349 1.103c-2.53 7.701-3.244 15.84-1.785 23.745l.591 3.215l.57 3.325c1.014 6.156 1.813 12.542 1.813 17.38c0 67.721-56.216 122.652-125.587 122.652c-69.341 0-125.588-54.902-125.588-122.652c0-5.278.952-12.398 2.095-19.052l.584-3.278q.148-.805.297-1.59c1.4-7.44.876-15.087-1.299-22.382l-.427-1.363C-3.987 64.807.596 18.595 15.357 1.505c1.833-2.093 5.161-1.942 6.873.18l.27.372L40.683 29.93c4.524 5.551 12.619 6.859 18.69 2.964c19.73-12.614 43.3-19.938 68.627-19.938s48.895 7.324 68.626 19.938c5.899 3.765 13.66 2.696 18.23-2.42l.461-.544zM128 40.974c-14.88 0-28.987 3.255-41.575 9.127c-31.397 14.532-53.598 45.02-55.533 80.711a96 96 0 0 0-.148 5.087c0 52.374 43.598 94.983 97.226 94.983s97.256-42.609 97.286-94.954c0-1.686-.06-3.4-.149-5.086c-1.935-35.663-24.135-66.18-55.532-80.713c-12.619-5.9-26.695-9.155-41.575-9.155m-6.46 52.984c.86 0 1.674.378 2.203 1.038l.209.3l21.308 35.08l24.85 42.086a2.59 2.59 0 0 1 0 2.703c-.417.738-1.176 1.23-2.037 1.342l-.374.024h-20.207c-.86 0-1.673-.4-2.202-1.065l-.209-.301l-13.273-22.468l-14.79 22.554a2.77 2.77 0 0 1-1.998 1.23l-.354.02H94.161c-1.041 0-1.994-.552-2.47-1.424a2.7 2.7 0 0 1-.068-2.463l.187-.326l27.35-40.75l-20.386-33.453c-.506-.843-.535-1.889-.03-2.732a2.8 2.8 0 0 1 2.066-1.37l.375-.025z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 361" aria-hidden="true"><path fill="#E44D26" d="m255.555 70.766l-23.241 260.36l-104.47 28.962l-104.182-28.922L.445 70.766z"/><path fill="#F16529" d="m128 337.95l84.417-23.403l19.86-222.49H128z"/><path fill="#EBEBEB" d="M82.82 155.932H128v-31.937H47.917l.764 8.568l7.85 88.01H128v-31.937H85.739zm7.198 80.61h-32.06l4.474 50.146l65.421 18.16l.147-.04V271.58l-.14.037l-35.568-9.604z"/><path d="M24.18 0h16.23v16.035h14.847V0h16.231v48.558h-16.23v-16.26H40.411v16.26h-16.23V0M92.83 16.103H78.544V0h44.814v16.103h-14.295v32.455h-16.23V16.103zM130.47 0h16.923l10.41 17.062L168.203 0h16.93v48.558h-16.164V24.49l-11.166 17.265h-.28L146.35 24.49v24.068h-15.88zm62.74 0h16.235v32.508h22.824v16.05h-39.06z"/><path fill="#FFF" d="M127.89 220.573h39.327l-3.708 41.42l-35.62 9.614v33.226l65.473-18.145l.48-5.396l7.506-84.08l.779-8.576H127.89zm0-64.719v.078h77.143l.64-7.178l1.456-16.191l.763-8.568H127.89z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 306" aria-hidden="true"><path d="M256 66.28C255.732 29.408 224.974 0 188.102 0H67.96C31.366 0 .719 28.947.01 65.553a66.896 66.896 0 0 0 66.85 68.097h53.676a3.894 3.894 0 0 1 1.552 7.412L39.803 177.13C15.463 187.92-.163 212.112.011 238.736c.279 36.878 31.017 66.312 67.902 66.312H96.07c37.144 0 68.07-29.79 68.012-66.935c-.076-27.213-16.624-51.67-41.856-61.86a3.855 3.855 0 0 1-.065-7.1l94.11-41.266c24.316-10.808 39.916-34.998 39.73-61.607"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" aria-hidden="true"><path fill="#F7DF1E" d="M0 0h256v256H0z"/><path d="m67.312 213.932l19.59-11.856c3.78 6.701 7.218 12.371 15.465 12.371c7.905 0 12.89-3.092 12.89-15.12v-81.798h24.057v82.138c0 24.917-14.606 36.259-35.916 36.259c-19.245 0-30.416-9.967-36.087-21.996m85.07-2.576l19.588-11.341c5.157 8.421 11.859 14.607 23.715 14.607c9.969 0 16.325-4.984 16.325-11.858c0-8.248-6.53-11.17-17.528-15.98l-6.013-2.58c-17.357-7.387-28.87-16.667-28.87-36.257c0-18.044 13.747-31.792 35.228-31.792c15.294 0 26.292 5.328 34.196 19.247l-18.732 12.03c-4.125-7.389-8.591-10.31-15.465-10.31c-7.046 0-11.514 4.468-11.514 10.31c0 7.217 4.468 10.14 14.778 14.608l6.014 2.577c20.45 8.765 31.963 17.7 31.963 37.804c0 21.654-17.012 33.51-39.867 33.51c-22.339 0-36.774-10.654-43.819-24.574"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 145" aria-hidden="true"><path fill="#002CC4" d="M46.205 0v11.035c-4.355 0-7.788.679-10.282 2.028q-3.742 2.025-5.293 6.28c-1.033 2.838-1.554 6.458-1.554 10.85v22.534c0 2.93-.382 5.601-1.154 8.001q-1.156 3.601-4.252 6.197c-2.075 1.73-5.006 3.061-8.82 4.001c-.484.112-1.033.205-1.554.307v1.74l1.051.196q.26.05.502.11c3.815.94 6.755 2.271 8.82 4.002s3.48 3.796 4.253 6.196c.772 2.41 1.154 5.07 1.154 8.002v22.535c0 4.4.52 8.001 1.554 10.82c1.032 2.82 2.8 4.913 5.293 6.28c2.494 1.368 5.927 2.057 10.282 2.057v11.044c-5.527 0-10.16-.605-13.92-1.805c-3.758-1.2-6.754-3.043-9.015-5.517s-3.88-5.61-4.876-9.407c-.995-3.796-1.488-8.28-1.488-13.463V96.001c0-6.16-1.256-10.551-3.75-13.184C10.653 80.183 6.271 78.872 0 78.872v-13.52c6.271 0 10.663-1.311 13.156-3.944c2.503-2.633 3.75-7.025 3.75-13.184V30.192c0-5.182.493-9.667 1.488-13.463c.996-3.796 2.615-6.932 4.876-9.407c2.26-2.475 5.257-4.317 9.015-5.517C36.045.605 40.687 0 46.205 0m76.07 0c5.518 0 10.16.605 13.92 1.805s6.755 3.042 9.015 5.517q3.38 3.712 4.876 9.407c.995 3.796 1.489 8.28 1.489 13.463v18.032c0 6.16 1.246 10.55 3.75 13.184c2.493 2.633 6.884 3.945 13.155 3.945v13.51c-6.27 0-10.653 1.311-13.156 3.944c-2.494 2.633-3.75 7.025-3.75 13.184v18.023c0 5.182-.493 9.667-1.488 13.463c-.996 3.796-2.615 6.931-4.876 9.406c-2.251 2.475-5.256 4.318-9.015 5.518s-8.393 1.805-13.92 1.805v-11.044c4.355 0 7.788-.689 10.282-2.057s4.261-3.46 5.294-6.28c1.033-2.819 1.554-6.42 1.554-10.82V91.47c0-2.931.381-5.592 1.153-8.002q1.156-3.6 4.252-6.197c2.066-1.73 5.006-3.06 8.82-4c.485-.121 1.034-.205 1.555-.308v-1.74l-1.052-.2q-.26-.052-.502-.106c-3.815-.93-6.746-2.261-8.82-3.992c-2.066-1.73-3.48-3.796-4.253-6.197c-.772-2.4-1.153-5.07-1.153-8.001V30.192c0-4.391-.521-8.01-1.554-10.849q-1.551-4.255-5.294-6.28c-2.494-1.349-5.927-2.028-10.281-2.028zm10.45 71.921c0 .643-1.228 2.262-2.717 3.601c-2.495 2.24-6.143 5.73-9.588 9.117l-2.524 2.5l-3.364 3.4c-2.194 2.25-3.672 3.856-3.672 4.057c0 .353 2.623 4.884 5.843 10.076l5.433 8.784c.242.39.196.893-.111 1.228l-1.293.995c-.977 1.08-1.638 1.926-1.768 2.987c.169.473-.302.77-.911 1.054l-.718.323c-2.07.962-3.64-.05-9.255-6.535l-2.65-3.083c-2.656-3.047-4.9-5.363-5.233-5.371c-.846-.019-10.216 10.225-17.464 19.092c-6.392 7.815-12.02 7.974-13.649 6.438c-2.745-2.605-2.345-7.061 1.033-11.434l.438-.546c1.656-1.997 5.201-5.732 9.235-9.785l1.348-1.347l2.41-2.38a334 334 0 0 1 7.075-6.747l3.052-2.81l-6.227-13.37c-3.761-8.227-3.44-8.952 2.007-9.611l5.085-.567l4.42 6.68c2.428 3.675 4.773 6.68 5.192 6.68c.39 0 4.199-3.032 8.68-6.897l4.195-3.638c5.063-4.342 6.109-4.865 8.152-4.664l.586.071c1.595.222 3.026.115 3.533-.241l.114-.103c.856-1.024 3.313.493 3.313 2.046m-25.308-61.138c4.056 0 4.661 1.415 4.661 1.415C98.298 19.39 86.64 32.21 74.601 55.825l-1.94 3.866l-7.485 14.557c-.59 1.073-.708-.425-3.347-4.025l-.45-.6C47.315 48.625 37.062 44.68 37.124 44.347c5.434-3.502 15.613-.078 21.903 5.514l.232.224l.623.543c1.025.92 1.506 1.515 3.034 3.215c.152 0 1.763-2.54 3.435-5.249l3.896-6.39c14.013-22.098 28.667-31.44 37.17-31.42"/><path fill="#1C1E21" d="M239.202 5.797h10.271v40.25q-.028 5.54-2.344 9.518c-1.545 2.651-3.703 4.698-6.476 6.122c-2.763 1.423-5.982 2.14-9.658 2.14c-3.358 0-6.373-.605-9.043-1.805s-4.792-2.987-6.364-5.35c-1.564-2.363-2.345-5.313-2.345-8.83h10.318c.02 1.545.363 2.885 1.024 4.001a6.6 6.6 0 0 0 2.754 2.568c1.172.595 2.521.893 4.057.893c1.656 0 3.06-.353 4.224-1.051c1.153-.698 2.037-1.74 2.642-3.117s.921-3.07.94-5.09zm52.643 15.742c-.262-2.438-1.36-4.345-3.284-5.703q-2.89-2.038-7.51-2.038c-2.157 0-4.02.326-5.562.977q-2.318.976-3.546 2.652c-.818 1.116-1.237 2.39-1.255 3.833c0 1.191.277 2.224.826 3.108c.549.874 1.304 1.619 2.252 2.223c.95.605 2.002 1.117 3.156 1.526a33 33 0 0 0 3.497 1.033l5.37 1.34a38 38 0 0 1 6.252 2.037c2 .856 3.804 1.936 5.395 3.238a14.5 14.5 0 0 1 3.787 4.727c.93 1.842 1.395 4.01 1.395 6.485q.001 5.025-2.567 8.848c-1.713 2.54-4.188 4.531-7.426 5.955c-3.238 1.423-7.144 2.14-11.723 2.14c-4.577 0-8.318-.689-11.584-2.066c-3.273-1.377-5.822-3.386-7.657-6.038c-1.832-2.643-2.829-5.871-2.976-9.667h10.206c.15 1.99.763 3.656 1.843 4.978q1.621 1.978 4.234 2.968c1.738.66 3.692.977 5.852.977c2.158 0 4.232-.345 5.935-1.024c1.702-.68 3.042-1.628 4.01-2.847s1.461-2.652 1.479-4.29c-.018-1.488-.455-2.725-1.311-3.702q-1.287-1.465-3.591-2.457c-1.535-.66-3.332-1.256-5.378-1.777L275.45 37.3c-4.716-1.209-8.44-3.051-11.164-5.517q-4.092-3.699-4.094-9.853c0-3.368.92-6.327 2.755-8.858c1.832-2.53 4.335-4.503 7.507-5.908c3.164-1.405 6.755-2.112 10.765-2.112s7.63.707 10.692 2.112c3.06 1.405 5.47 3.359 7.228 5.843q2.623 3.726 2.709 8.57h-9.985zm71.14 12.887q-.002 9.25-3.453 15.835c-2.297 4.392-5.433 7.75-9.388 10.077c-3.962 2.326-8.447 3.498-13.461 3.498c-5.017 0-9.5-1.172-13.465-3.508c-3.962-2.335-7.09-5.703-9.388-10.095c-2.297-4.391-3.45-9.658-3.45-15.807s1.153-11.445 3.45-15.836c2.298-4.392 5.434-7.75 9.388-10.077c3.965-2.326 8.448-3.498 13.465-3.498c5.014 0 9.5 1.163 13.461 3.498c3.965 2.326 7.09 5.685 9.388 10.077q3.452 6.584 3.454 15.836m-10.429 0c0-4.346-.681-8.011-2.03-10.998c-1.347-2.996-3.218-5.257-5.602-6.792c-2.381-1.535-5.133-2.308-8.241-2.308c-3.109 0-5.863.773-8.245 2.308c-2.38 1.535-4.251 3.805-5.6 6.792q-2.027 4.48-2.029 10.998c0 4.345.679 8.01 2.028 10.997c1.35 2.987 3.22 5.257 5.601 6.792c2.382 1.535 5.136 2.308 8.245 2.308s5.86-.773 8.241-2.308c2.384-1.535 4.255-3.805 5.602-6.792c1.349-2.987 2.03-6.662 2.03-10.997m67.306-28.63v57.25h-9.223L383.668 24.05h-.476v38.994H372.82V5.797h9.276l26.946 39.021h.5V5.797zM246.422 96.82c-.26-2.438-1.359-4.346-3.285-5.704q-2.888-2.037-7.508-2.037c-2.159 0-4.02.325-5.564.976q-2.316.977-3.545 2.652c-.819 1.117-1.237 2.391-1.256 3.833c0 1.191.279 2.224.828 3.108c.55.875 1.303 1.62 2.252 2.224s2 1.116 3.154 1.525c1.154.41 2.316.754 3.498 1.033l5.369 1.34a38 38 0 0 1 6.252 2.038c2 .856 3.806 1.935 5.397 3.238a14.5 14.5 0 0 1 3.787 4.726c.93 1.843 1.395 4.01 1.395 6.485q-.001 5.026-2.567 8.848c-1.713 2.54-4.188 4.532-7.426 5.955q-4.856 2.138-11.723 2.14c-4.578 0-8.318-.688-11.584-2.065c-3.275-1.377-5.824-3.387-7.657-6.039c-1.833-2.642-2.829-5.87-2.977-9.667h10.206c.15 1.991.763 3.657 1.842 4.978s2.494 2.307 4.234 2.968c1.74.66 3.694.977 5.852.977s4.234-.344 5.936-1.023c1.703-.68 3.043-1.629 4.01-2.848c.968-1.218 1.461-2.651 1.48-4.289q-.028-2.236-1.312-3.703c-1.284-1.467-2.056-1.796-3.592-2.456c-1.535-.661-3.33-1.256-5.377-1.777l-6.513-1.675c-4.718-1.21-8.44-3.052-11.165-5.518c-2.726-2.465-4.094-5.75-4.094-9.853c0-3.368.921-6.327 2.754-8.857c1.833-2.531 4.336-4.504 7.508-5.908c3.173-1.405 6.755-2.113 10.765-2.113s7.63.708 10.69 2.113c3.062 1.404 5.472 3.358 7.23 5.843q2.623 3.726 2.707 8.569h-9.983zm38.269 42.352q-6.435 0-11.027-2.82c-3.07-1.878-5.423-4.484-7.07-7.815c-1.647-3.321-2.476-7.164-2.476-11.5c0-4.335.84-8.215 2.511-11.555c1.675-3.34 4.049-5.955 7.119-7.825c3.062-1.87 6.699-2.81 10.887-2.81c3.49 0 6.567.642 9.266 1.917c2.689 1.274 4.839 3.07 6.44 5.396c1.598 2.326 2.51 5.024 2.744 8.123h-9.667q-.588-3.1-2.783-5.183c-1.461-1.386-3.415-2.084-5.853-2.084c-2.066 0-3.888.558-5.45 1.665c-1.564 1.108-2.784 2.699-3.648 4.764c-.866 2.066-1.303 4.55-1.303 7.434s.43 5.434 1.283 7.537c.856 2.093 2.066 3.712 3.621 4.838c1.553 1.126 3.386 1.693 5.49 1.693c1.487 0 2.828-.288 4.01-.856a8 8 0 0 0 2.976-2.475c.8-1.079 1.35-2.39 1.647-3.945h9.667c-.241 3.043-1.136 5.722-2.678 8.067c-1.545 2.336-3.657 4.168-6.318 5.48c-2.671 1.312-5.797 1.973-9.398 1.973zm36.835-25.996v25.159H311.41v-57.25h9.891v21.605h.503c1.004-2.419 2.567-4.335 4.679-5.74s4.81-2.112 8.094-2.112c2.979 0 5.584.623 7.797 1.87c2.216 1.247 3.937 3.07 5.157 5.48c1.217 2.41 1.832 5.34 1.832 8.802v27.336h-10.122v-25.773c0-2.884-.745-5.136-2.224-6.755c-1.479-1.61-3.555-2.42-6.216-2.42c-1.787 0-3.388.392-4.79 1.164c-1.406.772-2.504 1.889-3.294 3.34q-1.059 1.933-1.177 4.605zm57.135 25.996q-6.46-.002-11.136-2.698c-3.126-1.796-5.518-4.355-7.202-7.657q-2.512-4.969-2.511-11.696c0-4.484.846-8.3 2.53-11.64s4.047-5.954 7.089-7.824c3.034-1.87 6.607-2.81 10.71-2.81c2.642 0 5.146.428 7.509 1.275a17.3 17.3 0 0 1 6.262 3.926q2.722 2.652 4.29 6.755q1.563 4.089 1.563 9.741v3.108h-35.19v-6.82h25.494c-.02-1.935-.437-3.666-1.255-5.183a9.23 9.23 0 0 0-3.426-3.591c-1.461-.874-3.164-1.312-5.098-1.312c-2.066 0-3.888.503-5.451 1.498a10.4 10.4 0 0 0-3.65 3.917c-.864 1.61-1.31 3.378-1.329 5.294v5.955q0 3.74 1.368 6.42c.912 1.786 2.185 3.135 3.832 4.085c1.647.949 3.566 1.414 5.761 1.414c1.47 0 2.8-.214 4-.633a8.8 8.8 0 0 0 3.109-1.86q1.311-1.23 1.982-3.043l9.444 1.06q-.897 3.743-3.398 6.523c-1.665 1.851-3.797 3.293-6.382 4.308c-2.587 1.014-5.555 1.525-8.887 1.525zm27.643-.828V95.396h9.667v7.294h.503c.895-2.456 2.374-4.382 4.448-5.768c2.066-1.387 4.541-2.084 7.405-2.084c2.867 0 5.36.707 7.37 2.112s3.414 3.321 4.234 5.74h.445c.95-2.381 2.56-4.289 4.821-5.712q3.39-2.138 8.067-2.14c3.954 0 7.174 1.246 9.667 3.75c2.493 2.493 3.748 6.14 3.748 10.932v28.815h-10.15v-27.252c0-2.661-.706-4.615-2.122-5.852c-1.413-1.238-3.144-1.861-5.2-1.861c-2.437 0-4.345.763-5.713 2.28c-1.367 1.516-2.056 3.488-2.056 5.907v26.778h-9.929v-27.67c0-2.215-.668-3.992-2-5.313c-1.329-1.322-3.07-1.982-5.21-1.982a7.45 7.45 0 0 0-3.972 1.107c-1.192.735-2.14 1.768-2.849 3.107c-.706 1.331-1.06 2.885-1.06 4.653v26.107zm83.022.856c-2.717 0-5.164-.493-7.34-1.47c-2.168-.977-3.89-2.428-5.146-4.345s-1.888-4.29-1.888-7.099c0-2.42.447-4.429 1.339-6.01a10.4 10.4 0 0 1 3.667-3.806c1.543-.95 3.294-1.675 5.238-2.168a43.4 43.4 0 0 1 6.046-1.08l1.797-.191q2.566-.283 4.325-.525q2.35-.321 3.426-1.005c.717-.455 1.078-1.172 1.078-2.14v-.167c0-2.103-.623-3.74-1.868-4.894c-1.248-1.154-3.053-1.73-5.398-1.73q-3.715 0-5.881 1.618c-1.441 1.08-2.42 2.354-2.92 3.834l-9.444-1.34c.745-2.605 1.972-4.792 3.693-6.56c1.713-1.758 3.814-3.08 6.29-3.972c2.475-.884 5.22-1.33 8.216-1.33c2.066 0 4.13.241 6.178.725a17.6 17.6 0 0 1 5.619 2.391c1.693 1.107 3.062 2.614 4.094 4.513c1.032 1.898 1.553 4.28 1.553 7.127v28.731h-9.731v-5.899h-.335q-.924 1.788-2.588 3.34q-1.657 1.55-4.167 2.485c-1.665.623-3.62.94-5.853.94zm2.625-7.434c2.028 0 3.794-.41 5.284-1.219s2.643-1.888 3.45-3.228a8.3 8.3 0 0 0 1.22-4.392v-5.061c-.315.26-.856.502-1.608.725q-1.134.336-2.531.586q-1.397.252-2.763.447l-2.373.335q-2.259.308-4.056 1.005c-1.192.465-2.133 1.116-2.829 1.944c-.689.828-1.034 1.899-1.034 3.201c0 1.86.68 3.275 2.038 4.224c1.36.95 3.09 1.424 5.202 1.424z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" aria-hidden="true"><defs><linearGradient id="SVGP9uJIdVo" x1="15.791%" x2="91.009%" y1="14.737%" y2="85.228%"><stop offset="0%"/><stop offset="100%" stop-color="#FFF"/></linearGradient><linearGradient id="SVGTgaUTI4J" x1="82.136%" x2="-3.113%" y1="85.237%" y2="14.79%"><stop offset="0%"/><stop offset="100%" stop-color="#FFF"/></linearGradient></defs><path fill="url(#SVGP9uJIdVo)" d="M127.783 190.56c56.637 77.208 112.064-21.55 111.982-80.94C239.67 39.404 168.5.16 127.737.16C62.309.159 0 54.232 0 128.216C0 210.45 71.425 256 127.737 256c-12.743-1.835-55.21-10.934-55.78-108.747c-.385-66.154 21.58-92.585 55.688-80.958c.764.283 37.622 14.823 37.622 62.32c0 47.296-37.484 61.944-37.484 61.944"/><path fill="url(#SVGTgaUTI4J)" d="M127.717 66.241c-37.424-12.899-83.269 17.946-83.269 79.726C44.448 246.844 119.201 256 128.263 256C193.691 256 256 201.926 256 127.943C256 45.709 184.575.159 128.263.159c15.597-2.16 84.065 16.88 84.065 110.458c0 61.026-51.124 94.248-84.376 80.054c-.764-.283-37.623-14.823-37.623-62.32c0-47.297 37.388-62.11 37.388-62.11"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 330" aria-hidden="true"><path fill="#CA3C32" d="M353.098 121.26c-16.402-.02-29.684-13.327-29.672-29.729c.012-16.401 13.315-29.69 29.717-29.683c16.401.006 29.694 13.304 29.694 29.705c-.018 16.412-13.328 29.706-29.739 29.706"/><path fill="#9259A3" d="M424.492 121.26c-16.402-.02-29.685-13.327-29.672-29.729c.012-16.401 13.315-29.69 29.716-29.683c16.402.006 29.695 13.304 29.695 29.705c-.019 16.412-13.328 29.706-29.74 29.706"/><path fill="#399746" d="M388.812 59.411c-16.406 0-29.706-13.3-29.706-29.705C359.106 13.3 372.406 0 388.812 0s29.705 13.3 29.705 29.706a29.67 29.67 0 0 1-29.705 29.705"/><path fill="#4D64AE" d="M73.999 121.26c-16.406 0-29.706-13.3-29.706-29.707c0-16.406 13.3-29.705 29.706-29.705s29.705 13.3 29.705 29.705c-.018 16.399-13.307 29.688-29.705 29.706"/><path fill="#1A1A1A" d="M97.262 269.787a88.4 88.4 0 0 1-4.372 30.607a40.45 40.45 0 0 1-12.083 18.024a41.15 41.15 0 0 1-18.824 8.678a122.3 122.3 0 0 1-24.432 2.236a75 75 0 0 1-16.055-1.569a43.4 43.4 0 0 1-11.815-4.238a20 20 0 0 1-7.143-6.209a12.1 12.1 0 0 1-2.537-7.31a14.22 14.22 0 0 1 5.307-11.28a21.6 21.6 0 0 1 14.453-4.507c2.13-.045 4.248.317 6.241 1.068a20 20 0 0 1 4.773 2.637a40 40 0 0 1 3.872 3.572c1.035 1.335 1.97 2.57 2.77 3.738a25.3 25.3 0 0 0 5.04 5.173a7.7 7.7 0 0 0 3.839 1.335a6.2 6.2 0 0 0 3.337-.934a6.68 6.68 0 0 0 2.37-3.338a24 24 0 0 0 1.335-6.375c.404-3.389.582-6.8.534-10.213V135.11l43.39-11.95zm63.417-143.154v100.332a20.5 20.5 0 0 0 1.569 7.977a21.5 21.5 0 0 0 4.64 6.174a23.4 23.4 0 0 0 6.675 4.24a20.4 20.4 0 0 0 8.01 1.601a14 14 0 0 0 5.374-1.335a28 28 0 0 0 6.008-3.738a44.3 44.3 0 0 0 6.04-5.54a43 43 0 0 0 5.375-7.043V126.633h43.39v143.522h-43.39v-13.351a75 75 0 0 1-18.124 11.782a45.5 45.5 0 0 1-18.658 4.272a55.1 55.1 0 0 1-19.693-3.338a52 52 0 0 1-15.887-9.646a45.3 45.3 0 0 1-10.58-14.285a41.4 41.4 0 0 1-3.84-17.657v-101.3zm173.561 8.878l43.39-11.949v146.593h-43.39zm-23.364 134.644h-43.39V70.525l43.39-11.948zm200.263 0h-43.39V258.74a109 109 0 0 1-7.043 5.574a47.4 47.4 0 0 1-7.677 4.505a45.3 45.3 0 0 1-9.412 2.938A66 66 0 0 1 431 272.79a53.4 53.4 0 0 1-17.79-2.77a40.8 40.8 0 0 1-13.35-7.71a34.15 34.15 0 0 1-8.378-11.782a36.7 36.7 0 0 1-2.904-14.586a34.3 34.3 0 0 1 3.037-14.753a43.8 43.8 0 0 1 8.511-11.915a64.6 64.6 0 0 1 12.584-9.546a134 134 0 0 1 15.52-7.71c5.574-2.303 11.348-4.406 17.256-6.375l17.523-5.708l4.773-1.035v-14.218c.077-3.89-.418-7.77-1.469-11.515a19.4 19.4 0 0 0-3.838-7.71a13.35 13.35 0 0 0-5.975-4.373a22 22 0 0 0-7.81-1.335a24.6 24.6 0 0 0-8.644 1.335a14.6 14.6 0 0 0-5.574 3.705a13.15 13.15 0 0 0-3.038 5.307a21.8 21.8 0 0 0-.934 6.675a31.7 31.7 0 0 1-.935 7.844a16.2 16.2 0 0 1-3.037 6.675a14.9 14.9 0 0 1-5.975 4.273a22.8 22.8 0 0 1-9.68 1.735a25 25 0 0 1-8.377-1.335a20.6 20.6 0 0 1-6.375-3.838a20 20 0 0 1-4.239-5.841a18.7 18.7 0 0 1-1.468-7.276a21.43 21.43 0 0 1 5.04-13.685a43.9 43.9 0 0 1 13.55-11.014a78.3 78.3 0 0 1 19.76-7.143a103.7 103.7 0 0 1 23.765-2.67c8.837-.15 17.66.793 26.267 2.803a54.6 54.6 0 0 1 18.324 7.81a31.9 31.9 0 0 1 10.614 12.217a36.4 36.4 0 0 1 3.338 16.054zm-43.39-73.998a126 126 0 0 0-12.584 6.242a73 73 0 0 0-11.548 7.677a42.6 42.6 0 0 0-8.511 8.911a17.1 17.1 0 0 0-3.338 9.813a28.5 28.5 0 0 0 1.068 7.81a23.4 23.4 0 0 0 2.904 6.376a17.2 17.2 0 0 0 4.105 4.238a8.9 8.9 0 0 0 5.04 1.603a21.03 21.03 0 0 0 10.614-3.338a138 138 0 0 0 12.083-8.244z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 300" aria-hidden="true"><path fill="#4E4E4E" d="M10.584 156.41v-32.753h7.136v35.256a21.3 21.3 0 0 1-4.686 15.976A18.2 18.2 0 0 1 .89 179.31l-.745-5.325a11.6 11.6 0 0 0 7.775-2.982c1.917-2.237 2.663-5.273 2.663-14.592m53.22-4.201c0 3.994 0 7.562.32 10.651h-6.338l-.426-6.337a14.75 14.75 0 0 1-12.941 7.242c-6.178 0-13.527-3.355-13.527-17.041v-22.74h7.136v21.302c0 7.402 2.29 12.355 8.734 12.355a9.96 9.96 0 0 0 10.065-10.065v-23.859h7.136v28.279zm13.527-15.555c0-4.953 0-9-.32-12.675h6.39l.32 6.657a15.45 15.45 0 0 1 13.953-7.562c9.48 0 16.616 7.935 16.616 19.757c0 13.953-8.574 20.877-17.84 20.877a13.8 13.8 0 0 1-12.09-6.125v21.302h-7.03v-42.231m7.03 10.385c.019.966.126 1.928.319 2.875a10.97 10.97 0 0 0 10.651 8.255c7.509 0 11.93-6.124 11.93-15.018c0-7.775-4.155-14.432-11.664-14.432a12.25 12.25 0 0 0-11.237 11.663zm42.644-23.095l8.574 22.953a133 133 0 0 1 2.503 7.935c.745-2.344 1.544-5.326 2.503-8.095l7.775-22.793h7.509l-10.651 27.692c-5.326 13.314-8.574 20.184-13.474 24.338a19.4 19.4 0 0 1-8.734 4.58l-1.757-5.965a18.9 18.9 0 0 0 6.23-3.461a21.3 21.3 0 0 0 6.019-7.882c.29-.53.488-1.107.585-1.704a6.1 6.1 0 0 0-.479-1.864l-14.485-35.84h7.775zm47.809-11.173v11.183h10.225v5.326h-10.225v20.983c0 4.793 1.384 7.562 5.325 7.562c1.4.023 2.796-.138 4.154-.48l.32 5.326a17.6 17.6 0 0 1-6.338.959a9.9 9.9 0 0 1-7.722-2.983a14.33 14.33 0 0 1-2.77-10.118v-21.302h-6.07V123.9h6.177v-9.48zm23.37 31.877a12.516 12.516 0 0 0 13.474 13.473a26 26 0 0 0 10.651-2.024l1.225 5.326a31.95 31.95 0 0 1-13.048 2.396a18.106 18.106 0 0 1-19.278-19.598c0-11.716 6.976-20.982 18.373-20.982c12.781 0 15.977 11.183 15.977 18.32q.102 1.651 0 3.302h-27.533zm20.877-5.326a10.064 10.064 0 0 0-9.906-11.503a11.77 11.77 0 0 0-10.917 11.503zm17.324-3.269c0-4.58 0-8.52-.32-12.142h6.391v7.616h.32a11.77 11.77 0 0 1 10.651-8.521a7.8 7.8 0 0 1 2.024 0v6.657a10.7 10.7 0 0 0-2.45 0a9.96 9.96 0 0 0-9.533 9.053a20 20 0 0 0-.32 3.302v20.716h-7.029v-26.627z"/><path fill="#767677" d="M233.258 16.962a18.053 18.053 0 1 1-18.8-16.935a17.84 17.84 0 0 1 18.8 16.935"/><path fill="#F37726" d="M127.953 225.541c-47.93 0-90.055-17.201-111.836-42.604a119.239 119.239 0 0 0 223.672 0c-21.728 25.403-63.693 42.604-111.836 42.604m0-165.187c47.93 0 90.055 17.202 111.836 42.604a119.24 119.24 0 0 0-111.836-77.88a119.24 119.24 0 0 0-111.836 77.88c21.781-25.455 63.694-42.604 111.836-42.604"/><path fill="#9E9E9E" d="M61.972 274.975a22.74 22.74 0 1 1-23.699-21.302a22.527 22.527 0 0 1 23.699 21.302"/><path fill="#616262" d="M21.564 54.565a13.102 13.102 0 1 1 12.728-13.633a13.26 13.26 0 0 1-12.728 13.633"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 413" aria-hidden="true"><path fill="#1A1919" d="M87.932 36.714c-4.55-4.571-10.896-7.394-17.951-7.394c-7.029 0-13.326 2.823-17.822 7.394h-.13c-4.535 4.55-7.358 10.9-7.358 17.93c0 7.055 2.823 13.352 7.359 17.875l.129.102c4.496 4.55 10.793 7.346 17.822 7.346c7.055 0 13.402-2.797 17.951-7.346L88 72.52c4.558-4.523 7.354-10.82 7.354-17.876c0-7.029-2.796-13.38-7.354-17.929zm-17.951 346.64a25.5 25.5 0 0 0 17.951-7.368l.067-.134c4.558-4.487 7.354-10.838 7.354-17.817c0-7.056-2.796-13.38-7.354-17.952h-.067c-4.55-4.625-10.896-7.42-17.951-7.42c-7.029 0-13.326 2.795-17.822 7.42h-.13c-4.535 4.572-7.358 10.896-7.358 17.952c0 6.98 2.823 13.33 7.359 17.817l.129.134a25.15 25.15 0 0 0 17.822 7.368m137.972-76.72c6.275-1.646 11.957-5.673 15.423-11.761l.468-.887c3.082-5.776 3.644-12.44 1.998-18.344c-1.659-6.324-5.735-11.917-11.81-15.418l-.352-.237c-5.918-3.242-12.662-3.947-18.857-2.274c-6.297 1.57-11.952 5.775-15.4 11.814c-3.492 5.981-4.223 12.88-2.55 19.231c1.725 6.244 5.761 11.89 11.796 15.418h.04c6.047 3.475 12.898 4.104 19.244 2.458M95.97 180.387c-6.654-6.637-15.824-10.794-25.988-10.794c-10.124 0-19.272 4.157-25.912 10.794c-6.61 6.614-10.686 15.76-10.686 25.898c0 10.165 4.076 19.339 10.686 26.029c6.64 6.582 15.788 10.712 25.912 10.712c10.164 0 19.334-4.13 25.988-10.712c6.623-6.69 10.7-15.864 10.7-26.029c0-10.137-4.077-19.284-10.7-25.898m-14.61-43.164c14.726 2.426 27.976 9.482 38.087 19.673h.08a72 72 0 0 1 4.625 5.147l25.284-14.629c-3.399-10.271-3.555-21.01-.826-31.072c3.609-13.487 12.35-25.56 25.453-33.137l.433-.26c12.96-7.345 27.696-8.861 41-5.253a54.52 54.52 0 0 1 33.186 25.48v.026c7.529 13.015 9.059 27.96 5.464 41.393c-3.581 13.478-12.363 25.631-25.453 33.155l-3.452 2.043h-.352c-12.109 5.771-25.426 6.663-37.655 3.447c-10.044-2.667-19.258-8.26-26.47-16.23l-25.243 14.585a69.7 69.7 0 0 1 4.509 24.694a70.7 70.7 0 0 1-4.51 24.824l25.244 14.53c7.212-8.072 16.426-13.562 26.47-16.229c13.469-3.684 28.405-2.114 41.46 5.49l.833.393v.053c12.613 7.627 21.078 19.441 24.619 32.767a54.43 54.43 0 0 1-5.464 41.344l-.454.914l-.054-.08c-7.564 12.573-19.48 21.091-32.638 24.695c-13.5 3.554-28.432 2.038-41.473-5.46v-.106c-13.103-7.578-21.844-19.678-25.453-33.133c-2.729-10.035-2.573-20.779.826-31.046l-25.284-14.584c-1.45 1.78-3.02 3.452-4.625 5.071l-.08.076c-10.11 10.142-23.361 17.198-38.088 19.548v29.217c10.494 2.194 19.9 7.448 27.273 14.816l.035.08c9.88 9.825 15.994 23.517 15.994 38.57c0 15.003-6.115 28.61-15.994 38.489l-.035.156c-9.946 9.879-23.598 15.993-38.65 15.993c-14.972 0-28.642-6.114-38.56-15.993h-.036v-.156c-9.893-9.879-16.02-23.486-16.02-38.49a54.26 54.26 0 0 1 16.02-38.569v-.08h.035c7.36-7.368 16.779-12.622 27.246-14.816v-29.217c-14.74-2.35-27.95-9.406-38.048-19.548l-.107-.076C7.89 243.053 0 225.624 0 206.285c0-19.284 7.89-36.714 20.511-49.389h.107c10.098-10.19 23.308-17.247 38.048-19.673v-29.087A55.34 55.34 0 0 1 31.42 93.293h-.035v-.08c-9.893-9.928-16.02-23.518-16.02-38.57c0-14.976 6.127-28.695 16.02-38.574l.035-.049C41.34 6.115 55.01 0 69.98 0c15.053 0 28.705 6.115 38.65 16.02v.05h.036c9.88 9.878 15.994 23.597 15.994 38.573c0 15.052-6.115 28.642-15.994 38.57l-.035.08c-7.373 7.319-16.779 12.568-27.273 14.843zm142.017-19.392l-.21-.312c-3.492-5.882-9.058-9.803-15.213-11.502c-6.346-1.672-13.197-.963-19.284 2.511h.04c-6.075 3.448-10.138 9.094-11.837 15.418a25.3 25.3 0 0 0 2.551 19.231l.116.16a25 25 0 0 0 15.284 11.57a24.83 24.83 0 0 0 19.21-2.48l.325-.156c5.905-3.528 9.838-9.094 11.484-15.208c1.673-6.298 1.008-13.197-2.466-19.232"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" aria-hidden="true"><defs><linearGradient id="SVGshouB38v" x1="99.991%" x2=".01%" y1="-.011%" y2="100.01%"><stop offset=".344%" stop-color="#E44857"/><stop offset="46.89%" stop-color="#C711E1"/><stop offset="100%" stop-color="#7F52FF"/></linearGradient></defs><path fill="url(#SVGshouB38v)" d="M256 256H0V0h256L128 127.949z"/></svg>