@nypl/design-system-react-components 0.25.10 → 0.25.11

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 (56) hide show
  1. package/CHANGELOG.md +21 -1
  2. package/dist/components/List/List.d.ts +1 -1
  3. package/dist/components/Logo/LogoSvgs.d.ts +17 -1
  4. package/dist/components/Logo/LogoTypes.d.ts +17 -1
  5. package/dist/components/Notification/Notification.d.ts +2 -0
  6. package/dist/components/Select/Select.d.ts +4 -0
  7. package/dist/design-system-react-components.cjs.development.js +1215 -317
  8. package/dist/design-system-react-components.cjs.development.js.map +1 -1
  9. package/dist/design-system-react-components.cjs.production.min.js +1 -1
  10. package/dist/design-system-react-components.cjs.production.min.js.map +1 -1
  11. package/dist/design-system-react-components.esm.js +1217 -319
  12. package/dist/design-system-react-components.esm.js.map +1 -1
  13. package/dist/theme/components/notification.d.ts +13 -4
  14. package/dist/theme/components/searchBar.d.ts +4 -0
  15. package/dist/theme/components/structuredContent.d.ts +9 -9
  16. package/dist/theme/components/textInput.d.ts +2 -0
  17. package/package.json +1 -1
  18. package/src/components/Card/__snapshots__/Card.test.tsx.snap +1 -1
  19. package/src/components/Checkbox/Checkbox.stories.mdx +1 -1
  20. package/src/components/CheckboxGroup/CheckboxGroup.stories.mdx +1 -1
  21. package/src/components/DatePicker/DatePicker.tsx +9 -6
  22. package/src/components/DatePicker/__snapshots__/DatePicker.test.tsx.snap +28 -20
  23. package/src/components/HelperErrorText/HelperErrorText.stories.mdx +1 -1
  24. package/src/components/Icons/Icon.stories.mdx +1 -1
  25. package/src/components/Icons/Icon.test.tsx +1 -1
  26. package/src/components/Icons/Icon.tsx +1 -1
  27. package/src/components/List/List.stories.mdx +24 -5
  28. package/src/components/List/List.test.tsx +1 -1
  29. package/src/components/List/List.tsx +1 -1
  30. package/src/components/List/__snapshots__/List.test.tsx.snap +3 -1
  31. package/src/components/Logo/Logo.stories.mdx +7 -5
  32. package/src/components/Logo/LogoSvgs.tsx +33 -1
  33. package/src/components/Logo/LogoTypes.tsx +16 -0
  34. package/src/components/Notification/Notification.stories.mdx +68 -1
  35. package/src/components/Notification/Notification.test.tsx +49 -1
  36. package/src/components/Notification/Notification.tsx +16 -8
  37. package/src/components/Radio/Radio.stories.mdx +1 -1
  38. package/src/components/SearchBar/SearchBar.stories.mdx +1 -1
  39. package/src/components/SearchBar/SearchBar.tsx +2 -1
  40. package/src/components/Select/Select.stories.mdx +1 -1
  41. package/src/components/Select/Select.tsx +4 -1
  42. package/src/components/Slider/Slider.stories.mdx +1 -1
  43. package/src/components/StructuredContent/StructuredContent.stories.mdx +1 -1
  44. package/src/components/Tabs/Tabs.stories.mdx +1 -1
  45. package/src/components/Tabs/Tabs.tsx +3 -3
  46. package/src/components/TextInput/TextInput.stories.mdx +1 -1
  47. package/src/components/Toggle/Toggle.stories.mdx +1 -1
  48. package/src/components/Toggle/__snapshots__/Toggle.test.tsx.snap +4 -4
  49. package/src/theme/components/global.ts +1 -1
  50. package/src/theme/components/list.ts +2 -2
  51. package/src/theme/components/notification.ts +18 -8
  52. package/src/theme/components/searchBar.ts +4 -0
  53. package/src/theme/components/structuredContent.ts +26 -6
  54. package/src/theme/components/textInput.ts +1 -0
  55. package/src/theme/components/toggle.ts +1 -1
  56. package/src/theme/foundations/typography.ts +1 -1
@@ -9,8 +9,8 @@ var React = require('react');
9
9
  var React__default = _interopDefault(React);
10
10
  var uuid = require('uuid');
11
11
  var ReactDatePicker = _interopDefault(require('react-datepicker'));
12
- var system = require('@chakra-ui/system');
13
12
  var themeTools = require('@chakra-ui/theme-tools');
13
+ var system = require('@chakra-ui/system');
14
14
 
15
15
  function _extends() {
16
16
  _extends = Object.assign || function (target) {
@@ -1129,7 +1129,7 @@ function Icon(props) {
1129
1129
  console.warn("Icon accepts either a `name` prop or an `svg` element child, not both.");
1130
1130
  return null;
1131
1131
  } else if (!name && !children) {
1132
- console.warn("Pass an icon `name` prop or an SVG child to `Icon` to ensure an icon appears.");
1132
+ console.warn("Icon: Pass an icon `name` prop or an SVG child to ensure an icon appears.");
1133
1133
  return null;
1134
1134
  } // The user wants to render an existing icon. Load the icon and render it
1135
1135
  // as a component through Chakra's Icon component. Otherwise, we're going to
@@ -2359,6 +2359,99 @@ function Form(props) {
2359
2359
  }, alteredChildren));
2360
2360
  }
2361
2361
 
2362
+ /**
2363
+ * These objects are also SCSS mixins but are now JS objects in the
2364
+ * context of css-in-js and the custom NYPL-theme.
2365
+ */
2366
+ var wrapperStyles = {
2367
+ marginY: "0",
2368
+ marginX: "auto",
2369
+ maxWidth: "1280px",
2370
+ paddingTop: "0",
2371
+ paddingBottom: "0",
2372
+ paddingRight: "0",
2373
+ paddingLeft: "0",
2374
+ width: "100%"
2375
+ };
2376
+ var screenreaderOnly = {
2377
+ clip: "rect(1px, 1px, 1px, 1px)",
2378
+ height: "1px",
2379
+ overflow: "hidden",
2380
+ position: "absolute !important",
2381
+ width: "1px",
2382
+ wordWrap: "normal"
2383
+ };
2384
+
2385
+ /** Reusable component styles. */
2386
+ // Used in `Select` and `TextInput`.
2387
+
2388
+ var activeFocus = {
2389
+ border: "1px solid",
2390
+ borderColor: "ui.focus",
2391
+ zIndex: "9999",
2392
+ outline: "1px solid",
2393
+ outlineColor: "ui.focus"
2394
+ }; // Used in `Select` and `TextInput`.
2395
+
2396
+ var helperTextMargin = {
2397
+ marginTop: "xxs",
2398
+ marginBottom: "0"
2399
+ }; // Used in `Checkbox` and `Radio`.
2400
+
2401
+ var checkboxRadioLabelStyles = {
2402
+ userSelect: "none",
2403
+ fontSize: "text.default",
2404
+ fontWeight: "text.default",
2405
+ marginBottom: "0",
2406
+ marginLeft: "xs",
2407
+ verticalAlign: "middle",
2408
+ _disabled: {
2409
+ color: "ui.gray.dark",
2410
+ opacity: 1,
2411
+ fontStyle: "italic"
2412
+ },
2413
+ _invalid: {
2414
+ color: "ui.error.primary"
2415
+ }
2416
+ }; // Custom values not in the spacing theme.
2417
+ // Used in `Checkbox` and `Radio`.
2418
+
2419
+ var checkboxRadioControlSize = {
2420
+ h: "1.375rem",
2421
+ w: "1.375rem"
2422
+ }; // Used in `Checkbox` and `Radio`.
2423
+
2424
+ var checkboxRadioHelperStyle = /*#__PURE__*/_extends({}, helperTextMargin, {
2425
+ marginLeft: "30px",
2426
+ _disabled: {
2427
+ fontStyle: "italic"
2428
+ }
2429
+ }); // Used in `Label` and `Fieldset`.
2430
+
2431
+
2432
+ var labelLegendText = {
2433
+ alignItems: "baseline",
2434
+ width: "100%",
2435
+ marginBottom: "xs",
2436
+ fontSize: "label.default",
2437
+ fontWeight: "label.default",
2438
+ display: "flex",
2439
+ justifyContent: "space-between",
2440
+ helper: {
2441
+ marginLeft: "m",
2442
+ fontSize: "helper.default",
2443
+ fontWeight: "helper.default"
2444
+ }
2445
+ };
2446
+ var checkboxRadioGroupStyles = {
2447
+ helper: {
2448
+ marginTop: "s"
2449
+ },
2450
+ stack: {
2451
+ width: "fit-content"
2452
+ }
2453
+ };
2454
+
2362
2455
  // HTML Input types as defined by MDN: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input
2363
2456
 
2364
2457
  (function (TextInputTypes) {
@@ -2686,7 +2779,7 @@ var DatePicker = /*#__PURE__*/React__default.forwardRef(function (props, ref) {
2686
2779
  showLabel = _props$showLabel === void 0 ? true : _props$showLabel,
2687
2780
  _props$showOptReqLabe = props.showOptReqLabel,
2688
2781
  showOptReqLabel = _props$showOptReqLabe === void 0 ? true : _props$showOptReqLabe;
2689
- var styles = system.useMultiStyleConfig("DatePicker", {});
2782
+ var styles = react.useMultiStyleConfig("DatePicker", {});
2690
2783
  var finalStyles = isDateRange ? styles : {};
2691
2784
  var initStartDate = initialDate ? new Date(initialDate) : new Date();
2692
2785
  var initEndDate = initialDateTo ? new Date(initialDateTo) : new Date();
@@ -2840,11 +2933,13 @@ var DatePicker = /*#__PURE__*/React__default.forwardRef(function (props, ref) {
2840
2933
  id: id + "-start-form"
2841
2934
  }, startDatePickerElement), endDatePickerElement && React__default.createElement(FormField, {
2842
2935
  id: id + "-end-form"
2843
- }, endDatePickerElement)), helperText && isDateRange && showHelperInvalidText && React__default.createElement(HelperErrorText, {
2936
+ }, endDatePickerElement)), helperText && isDateRange && showHelperInvalidText && React__default.createElement(react.Box, {
2937
+ __css: helperTextMargin
2938
+ }, React__default.createElement(HelperErrorText, {
2844
2939
  id: id + "-helper-text",
2845
2940
  isInvalid: false,
2846
2941
  text: helperText
2847
- }));
2942
+ })));
2848
2943
  });
2849
2944
 
2850
2945
  /**
@@ -3164,7 +3259,7 @@ var typography = {
3164
3259
  callout: fontSizeValues["1"]
3165
3260
  },
3166
3261
  helper: {
3167
- "default": fontSizeValues["-1"]
3262
+ "default": fontSizeValues["-2"]
3168
3263
  },
3169
3264
  label: {
3170
3265
  "default": fontSizeValues["-1"],
@@ -3688,99 +3783,6 @@ var Card$2 = {
3688
3783
  CardImage: CardImage$1
3689
3784
  };
3690
3785
 
3691
- /**
3692
- * These objects are also SCSS mixins but are now JS objects in the
3693
- * context of css-in-js and the custom NYPL-theme.
3694
- */
3695
- var wrapperStyles = {
3696
- marginY: "0",
3697
- marginX: "auto",
3698
- maxWidth: "1280px",
3699
- paddingTop: "0",
3700
- paddingBottom: "0",
3701
- paddingRight: "0",
3702
- paddingLeft: "0",
3703
- width: "100%"
3704
- };
3705
- var screenreaderOnly = {
3706
- clip: "rect(1px, 1px, 1px, 1px)",
3707
- height: "1px",
3708
- overflow: "hidden",
3709
- position: "absolute !important",
3710
- width: "1px",
3711
- wordWrap: "normal"
3712
- };
3713
-
3714
- /** Reusable component styles. */
3715
- // Used in `Select` and `TextInput`.
3716
-
3717
- var activeFocus = {
3718
- border: "1px solid",
3719
- borderColor: "ui.focus",
3720
- zIndex: "9999",
3721
- outline: "1px solid",
3722
- outlineColor: "ui.focus"
3723
- }; // Used in `Select` and `TextInput`.
3724
-
3725
- var helperTextMargin = {
3726
- marginTop: "xs",
3727
- marginBottom: "0"
3728
- }; // Used in `Checkbox` and `Radio`.
3729
-
3730
- var checkboxRadioLabelStyles = {
3731
- userSelect: "none",
3732
- fontSize: "text.default",
3733
- fontWeight: "text.default",
3734
- marginBottom: "0",
3735
- marginLeft: "xs",
3736
- verticalAlign: "middle",
3737
- _disabled: {
3738
- color: "ui.gray.dark",
3739
- opacity: 1,
3740
- fontStyle: "italic"
3741
- },
3742
- _invalid: {
3743
- color: "ui.error.primary"
3744
- }
3745
- }; // Custom values not in the spacing theme.
3746
- // Used in `Checkbox` and `Radio`.
3747
-
3748
- var checkboxRadioControlSize = {
3749
- h: "1.375rem",
3750
- w: "1.375rem"
3751
- }; // Used in `Checkbox` and `Radio`.
3752
-
3753
- var checkboxRadioHelperStyle = /*#__PURE__*/_extends({}, helperTextMargin, {
3754
- marginLeft: "30px",
3755
- _disabled: {
3756
- fontStyle: "italic"
3757
- }
3758
- }); // Used in `Label` and `Fieldset`.
3759
-
3760
-
3761
- var labelLegendText = {
3762
- alignItems: "baseline",
3763
- width: "100%",
3764
- marginBottom: "xs",
3765
- fontSize: "label.default",
3766
- fontWeight: "label.default",
3767
- display: "flex",
3768
- justifyContent: "space-between",
3769
- helper: {
3770
- marginLeft: "m",
3771
- fontSize: "helper.default",
3772
- fontWeight: "helper.default"
3773
- }
3774
- };
3775
- var checkboxRadioGroupStyles = {
3776
- helper: {
3777
- marginTop: "s"
3778
- },
3779
- stack: {
3780
- width: "fit-content"
3781
- }
3782
- };
3783
-
3784
3786
  var baseStyleIcon = {
3785
3787
  transitionProperty: "transform",
3786
3788
  transitionDuration: "normal",
@@ -4589,10 +4591,10 @@ var List = {
4589
4591
  padding: noStyling ? "0" : null,
4590
4592
  display: inline ? "flex" : null,
4591
4593
  li: {
4592
- marginRight: inline ? "xs" : null,
4594
+ marginRight: inline ? "m" : null,
4593
4595
  listStyleType: inline ? "none" : null,
4594
4596
  _notFirst: {
4595
- marginTop: "xxs"
4597
+ marginTop: inline ? null : "xxs"
4596
4598
  }
4597
4599
  }
4598
4600
  };
@@ -4726,34 +4728,35 @@ var Notification = {
4726
4728
  parts: ["container", "dismissibleButton", "icon"],
4727
4729
  baseStyle: function baseStyle(_ref) {
4728
4730
  var centered = _ref.centered,
4731
+ dismissible = _ref.dismissible,
4729
4732
  noMargin = _ref.noMargin,
4730
4733
  notificationType = _ref.notificationType;
4731
4734
  var bg = "ui.status.primary";
4732
4735
 
4733
- if (notificationType === exports.NotificationTypes.Announcement) {
4734
- bg = "ui.gray.light-cool";
4735
- } else if (notificationType === exports.NotificationTypes.Warning) {
4736
- bg = "ui.gray.xx-light-cool";
4736
+ if (notificationType === exports.NotificationTypes.Announcement || notificationType === exports.NotificationTypes.Warning) {
4737
+ bg = "ui.gray.x-light-cool";
4737
4738
  }
4738
4739
 
4739
4740
  return {
4740
4741
  bg: bg,
4741
4742
  display: "flex",
4742
4743
  fontSize: "-1",
4743
- padding: "var(--nypl-space-s) var(--nypl-space-l)",
4744
4744
  position: "relative",
4745
4745
  textAlign: centered ? "center" : null,
4746
4746
  borderRadius: noMargin ? "0" : "4px",
4747
4747
  margin: noMargin ? "0" : "s",
4748
4748
  container: {
4749
4749
  margin: "auto",
4750
- width: "100%",
4751
- maxWidth: "var(--nypl-breakpoint-large)"
4750
+ maxWidth: "var(--nypl-breakpoint-xl)",
4751
+ padding: "s",
4752
+ paddingRight: dismissible ? "l" : null,
4753
+ paddingLeft: centered && dismissible ? "l" : null,
4754
+ width: "100%"
4752
4755
  },
4753
4756
  dismissibleButton: {
4754
4757
  border: "none",
4755
- alignItems: "center",
4756
4758
  bgColor: "inherit",
4759
+ alignItems: "center",
4757
4760
  color: "ui.black",
4758
4761
  display: "flex",
4759
4762
  height: "32px",
@@ -4786,7 +4789,14 @@ var NotificationContent = {
4786
4789
  color: notificationType === exports.NotificationTypes.Warning ? "brand.primary" : "currentColor",
4787
4790
  marginTop: icon ? "xxxs" : "0",
4788
4791
  paddingLeft: alignText ? "calc(var(--nypl-space-m) + var(--nypl-space-s))" : null,
4789
- width: "100%"
4792
+ width: "100%",
4793
+ // Links should always be black and underlined.
4794
+ a: {
4795
+ color: "ui.black",
4796
+ _hover: {
4797
+ color: "ui.black"
4798
+ }
4799
+ }
4790
4800
  }
4791
4801
  };
4792
4802
  }
@@ -4996,6 +5006,7 @@ var RadioGroup = {
4996
5006
  };
4997
5007
 
4998
5008
  var SearchBar = {
5009
+ parts: ["select"],
4999
5010
  baseStyle: {
5000
5011
  display: "flex",
5001
5012
  marginBottom: {
@@ -5005,6 +5016,9 @@ var SearchBar = {
5005
5016
  flexFlow: {
5006
5017
  base: "column nowrap",
5007
5018
  md: "row nowrap"
5019
+ },
5020
+ select: {
5021
+ marginBottom: "0"
5008
5022
  }
5009
5023
  }
5010
5024
  };
@@ -5246,9 +5260,9 @@ var StructuredContent = {
5246
5260
  var styles = {};
5247
5261
 
5248
5262
  var wrapperStyles = _extends({
5249
- "float": imagePosition !== "center" ? imagePosition : undefined,
5250
- marginLeft: imagePosition === "center" ? null : imagePosition === "left" ? "0" : "m",
5251
- marginRight: imagePosition === "center" ? null : imagePosition === "left" ? "m" : "0",
5263
+ "float": ["none", "none", imagePosition !== "center" ? imagePosition : undefined],
5264
+ marginLeft: ["auto", "auto", imagePosition === "center" ? null : imagePosition === "left" ? "0" : "m"],
5265
+ marginRight: ["auto", "auto", imagePosition === "center" ? null : imagePosition === "left" ? "m" : "0"],
5252
5266
  width: imagePosition !== "center" ? "100%" : undefined
5253
5267
  }, styles);
5254
5268
 
@@ -5266,9 +5280,9 @@ var StructuredContent = {
5266
5280
  image: _extends({
5267
5281
  // To handle the case when the image does not have a container,
5268
5282
  // e.g. when there is no image caption or credit.
5269
- "float": imagePosition !== "center" ? imagePosition : undefined,
5270
- marginLeft: imagePosition === "right" && imageAspectRatio === "original" ? "m" : undefined,
5271
- marginRight: imagePosition === "left" && imageAspectRatio === "original" ? "m" : undefined,
5283
+ "float": ["none", "none", imagePosition !== "center" ? imagePosition : undefined],
5284
+ marginLeft: ["auto", "auto", imagePosition === "right" && imageAspectRatio === "original" ? "m" : undefined],
5285
+ marginRight: ["auto", "auto", imagePosition === "left" && imageAspectRatio === "original" ? "m" : undefined],
5272
5286
  marginBottom: !hasFigureImage || imageAspectRatio === "original" ? "m" : null
5273
5287
  }, styles)
5274
5288
  };
@@ -5641,6 +5655,7 @@ var input = {
5641
5655
  border: "1px solid",
5642
5656
  borderColor: "ui.gray.medium",
5643
5657
  borderRadius: "sm",
5658
+ fontSize: "text.caption",
5644
5659
  py: "xs",
5645
5660
  px: "s",
5646
5661
  _hover: {
@@ -5705,7 +5720,7 @@ var baseStyle$4 = {
5705
5720
  width: "fit-content"
5706
5721
  },
5707
5722
  helper: /*#__PURE__*/_extends({}, helperTextMargin, {
5708
- marginLeft: "xs"
5723
+ marginLeft: "xxs"
5709
5724
  })
5710
5725
  };
5711
5726
  var Switch = {
@@ -6202,20 +6217,36 @@ function List$1(props) {
6202
6217
 
6203
6218
  (function (LogoNames) {
6204
6219
  LogoNames["BrooklynPublicLibraryBlack"] = "logo_bpl_black";
6220
+ LogoNames["BrooklynPublicLibraryWhite"] = "logo_bpl_white";
6221
+ LogoNames["CleverColor"] = "logo_clever_color";
6222
+ LogoNames["CleverWhite"] = "logo_clever_white";
6205
6223
  LogoNames["LPAColor"] = "logo_lpa_color";
6224
+ LogoNames["LPABlack"] = "logo_lpa_black";
6206
6225
  LogoNames["LPAWhite"] = "logo_lpa_white";
6226
+ LogoNames["MyLibraryNYCBlack"] = "logo_mln_black";
6227
+ LogoNames["MyLibraryNYCWhite"] = "logo_mln_white";
6207
6228
  LogoNames["NYPLBlack"] = "logo_nypl_full_black";
6208
6229
  LogoNames["NYPLWhite"] = "logo_nypl_full_white";
6209
6230
  LogoNames["NYPLLionBlack"] = "logo_nypl_lion_black";
6210
6231
  LogoNames["NYPLLionWhite"] = "logo_nypl_lion_white";
6211
6232
  LogoNames["QueensPublicLibraryColor"] = "logo_qpl_color";
6233
+ LogoNames["QueensPublicLibraryBlack"] = "logo_qpl_black";
6234
+ LogoNames["QueensPublicLibraryWhite"] = "logo_qpl_white";
6212
6235
  LogoNames["QueensPublicLibraryAltBlack"] = "logo_qpl_alt_black";
6236
+ LogoNames["QueensPublicLibraryAltWhite"] = "logo_qpl_alt_white";
6213
6237
  LogoNames["SchomburgColor"] = "logo_schomburg_color";
6238
+ LogoNames["SchomburgBlack"] = "logo_schomburg_black";
6239
+ LogoNames["SchomburgWhite"] = "logo_schomburg_white";
6214
6240
  LogoNames["SchomburgCircleColor"] = "logo_schomburg_circle_color";
6241
+ LogoNames["SchomburgCircleBlack"] = "logo_schomburg_circle_black";
6242
+ LogoNames["SchomburgCircleWhite"] = "logo_schomburg_circle_white";
6215
6243
  LogoNames["SimplyEColor"] = "logo_simplye_color";
6216
6244
  LogoNames["SimplyEBlack"] = "logo_simplye_black";
6245
+ LogoNames["SimplyEWhite"] = "logo_simplye_white";
6217
6246
  LogoNames["SNFLBlack"] = "logo_snfl_black";
6218
6247
  LogoNames["SNFLWhite"] = "logo_snfl_white";
6248
+ LogoNames["TreasuresColor"] = "logo_treasures_color";
6249
+ LogoNames["TreasuresColorNegative"] = "logo_treasures_color_negative";
6219
6250
  })(exports.LogoNames || (exports.LogoNames = {}));
6220
6251
 
6221
6252
  var _path$r, _path2$c, _path3$7;
@@ -6248,7 +6279,7 @@ function SvgLogoBplBlack(_ref) {
6248
6279
  })));
6249
6280
  }
6250
6281
 
6251
- var _path$s, _path2$d;
6282
+ var _path$s, _path2$d, _path3$8;
6252
6283
 
6253
6284
  var _excluded$v = ["title", "titleId"];
6254
6285
 
@@ -6258,24 +6289,24 @@ function _objectWithoutProperties$u(source, excluded) { if (source == null) retu
6258
6289
 
6259
6290
  function _objectWithoutPropertiesLoose$v(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6260
6291
 
6261
- function SvgLogoLpaColor(_ref) {
6292
+ function SvgLogoBplWhite(_ref) {
6262
6293
  var title = _ref.title,
6263
6294
  titleId = _ref.titleId,
6264
6295
  props = _objectWithoutProperties$u(_ref, _excluded$v);
6265
6296
 
6266
6297
  return /*#__PURE__*/React.createElement("svg", _extends$v({
6267
- viewBox: "0 0 186 74",
6268
- fill: "none",
6298
+ viewBox: "0 0 328 120",
6299
+ fill: "#fff",
6269
6300
  xmlns: "http://www.w3.org/2000/svg",
6270
6301
  "aria-labelledby": titleId
6271
6302
  }, props), title ? /*#__PURE__*/React.createElement("title", {
6272
6303
  id: titleId
6273
6304
  }, title) : null, _path$s || (_path$s = /*#__PURE__*/React.createElement("path", {
6274
- d: "M44.43 13.745c-3.302-2.913-7.002-4.835-11.527-5.58-5.565-.93-9.692.404-12.047 1.179-.489.155-.55.465-.55.868-.03 1.023.397 1.829.734 2.139.367.34.734.154 1.284-.032 2.17-.744 5.167-1.27 8.316-.899 2.997.341 5.779 1.271 7.858 2.45-2.935.433-7.338 1.58-11.955 4.959-3.791-.217-8.56.31-13.85 3.007C2.664 26.92-3.634 39.846 2.297 53.919c2.416 5.703 7.889 10.973 14.279 12.864 3.73 1.116 7.063 1.023 7.95.96.275.218.733.559 1.284.93 8.958 6.014 17.213 4.805 22.075 2.108 4.464-2.48 10.395-8.71 10.579-19.56 8.285-8.09 6.726-17.42 5.625-21.388-2.599-9.454-11.282-15.437-19.66-16.088zm9.54 33.478c.03.713-.276 1.023-1.102 1.612-1.1.775-2.782 1.705-4.433 2.232-.214.062-.306-.186-.245-.341.214-.403.52-1.023.704-1.426.367-.806.733-1.643 1.04-2.449.641-1.674 1.283-3.844 1.68-5.61.062-.28.245-.31.337-.155.184.279.795 1.673 1.223 3.068.459 1.488.764 2.666.795 3.07zm-8.562.961c-.642 1.333-1.223 2.449-1.834 3.224-.367.465-2.783 1.302-7.247-.62-3.118-1.333-4.892-2.728-7.552-6.262-.611-.837-1.1-1.55-1.437-2.077-.367-.588-.55-1.053-1.59-.837-.764.155-2.385.806-3.271 2.14-.337.526-.092.96.214 1.456.58.992 1.468 2.17 2.293 3.162 2.905 3.534 6.574 6.51 10.885 7.998.58.185 1.681.495 2.17.62.337.093.49.495.306.681-1.131 1.24-4.066 3.255-4.953 3.72-2.14 1.116-4.311 1.891-5.931 2.139-.55.093-1.07.186-1.835-.465-.948-.837-1.804-1.829-2.568-2.82-1.498-1.985-2.66-4.248-3.455-6.603-1.651-4.867-1.835-10.168-.703-15.158 1.04-4.619 3.18-8.959 6.298-12.492.428-.496 2.049-2.108 2.538-2.45.397-.247.917-.495 2.201-.247 2.08.434 5.565 1.457 9.295 3.782 4.984 3.1 7.827 6.54 8.714 7.656.703.899.734 1.519.611 2.51-.428 4.185-2.018 8.587-3.149 10.943zM43.39 18.178c.245.031.52.093.887.589.703.992 1.865 3.007 2.323 4.06.826 1.985 1.468 4.526 1.743 5.797.061.31-.183.248-.275.186-.275-.31-.856-.806-1.04-.96-.855-.869-3.332-2.883-6.237-4.588-2.599-1.52-5.656-2.76-6.91-3.1-.153-.031-.214-.279-.03-.372.55-.248 2.323-.93 4.464-1.333 1.65-.31 3.516-.434 5.075-.279zM4.132 46.696c-1.07-6.664.917-13.205 5.228-17.452 2.324-2.293 5.137-4.122 8.225-5.145.917-.31 2.568-.744 3.669-.93.306-.031.397.34.214.527-1.04 1.116-2.507 3.44-2.966 4.215-3.577 6.045-5.136 13.33-4.403 20.335.887 8.648 5.106 13.856 5.779 14.755.153.217.306.589-.03.651-.062 0-.398-.062-.887-.155-9.57-2.139-13.82-10.57-14.83-16.8zm27.212 20.242c-.367-.155-.337-.434 0-.558.947-.341 2.69-1.054 3.516-1.52a26.587 26.587 0 004.647-3.223c.734-.62 2.293-2.046 3.21-3.13.306-.373.826-1.024 1.835-1.148 1.957-.217 2.538-.31 3.914-.65 1.314-.342 3.577-1.147 5.075-1.984.184-.093.49 0 .398.465-.673 3.378-2.997 8.586-7.155 11.252-4.8 3.162-10.395 2.82-15.44.496zm26.63-23.528c-.244.403-.611.31-.764-.03-.122-.373-.275-.9-.398-1.272-.642-1.797-1.436-3.564-2.415-5.207a56.94 56.94 0 00-1.62-2.542c-.367-.558-.367-.837-.367-1.519-.03-3.875-1.223-9.206-3.119-12.647-.183-.341.092-.558.306-.465 5.106 2.387 7.858 5.89 9.172 9.206 2.936 7.378.52 12.275-.795 14.476z",
6275
- fill: "#008375"
6305
+ d: "M277.596 75.851c0-8.969-.046-17.9-.046-26.856-.017-6.498 1.196-19.651-11.682-24.62a21.793 21.793 0 00-3.504-.857 26.033 26.033 0 00-9.896.857 22.683 22.683 0 00-6.023 3.272c-.433.31-1.281 1.032-1.839 1.528a37.42 37.42 0 00-3.353 3.46c-.026 0 .271-7.03.304-8.416h-47.732c-.104.227-6.666 24.573-7.274 26.683-.514-2.001-7.572-25.973-7.748-26.683h-25.154V0h-25.465v24.455c-.027.02-27.162 0-27.324 0-.047.048-12.675 10.12-13.121 10.465 0-12.655.003-34.704.003-34.885C79.384.035 70.97 0 62.612 0l.003 14.073a17.495 17.495 0 00-5.506-7.93c-.265-.22-.914-.769-1.43-1.115-3.792-2.545-5.283-3.012-9.714-4.107-1.293-.25-2.599-.428-3.912-.532-.714-.067-3.53-.218-4.05-.233a511.856 511.856 0 00-8.722-.078H0c0 25.333.016 50.656.047 75.97.716 0 34.158-.142 34.76-.142 1.346 0 2.306-.06 3.593-.06a54.641 54.641 0 008.575-.913 22.543 22.543 0 009.106-4.218c5.638-4.787 6.307-8.214 6.529-8.579l-.012 13.608h24.978V61.406c.345-.284 2.788-2.312 2.84-2.312.998 1.287 12.898 15.798 13.608 16.65h49.625V29.749c.026 0 19.356 42.224 19.62 42.873-.63 1.275-18.374 38.247-18.374 38.273h27.074c.365-.877 35.612-80.465 35.612-80.517.026 0-.02 18.05-.02 45.473h25.574v-22.78c0-5.166-.943-9.81 5.232-9.633 2.316.067 3.614 2.61 3.711 3.975v28.438h25.518zM37.066 55.633c-2.638 2.797-7.72 2.224-11.953 2.224V46.128c7.693 0 8.73.014 9.917.52a5.163 5.163 0 013.279 4.881c0 2.353-.525 3.341-1.244 4.104zm0-28.068c-2.638 2.798-7.72 2.224-11.953 2.224V18.06c7.693 0 8.73.014 9.917.521a5.161 5.161 0 013.279 4.88c0 2.353-.525 3.341-1.244 4.104zM62.55 48.67c-.521-2.765-4.888-7.078-7.423-8.7a28.146 28.146 0 00-2.657-1.48c-.37-.184-1.21-.522-1.237-.548a21.838 21.838 0 008.863-6.267 12.437 12.437 0 002.481-4.32c0 6.93-.002 21.315-.027 21.315zm65.599 21.213c-.026 0-20.484-26.864-20.51-26.864.717-.568 20.484-15.963 20.51-15.963v42.827z"
6276
6306
  })), _path2$d || (_path2$d = /*#__PURE__*/React.createElement("path", {
6277
- d: "M84.349 38.204c0-2.356-1.804-3.472-4.158-3.472h-3.578v11.005h2.324V41.8h.978c2.722 0 4.434-1.21 4.434-3.596zm-2.324.031c0 1.209-.611 1.829-2.079 1.829h-1.009V36.53h1.07c1.437-.03 2.018.59 2.018 1.705zm4.892 3.968h5.014c.276-2.976-.947-4.712-3.424-4.712-2.202 0-3.914 1.643-3.914 4.185 0 2.573 1.498 4.247 4.158 4.247 1.621 0 2.447-.465 2.966-.775l-.703-1.426c-.397.186-.978.558-2.079.558-1.284 0-1.896-.837-2.018-2.077zm0-1.488c.153-1.054.673-1.643 1.59-1.643.978 0 1.345.744 1.376 1.643h-2.966zm11.557-3.007c-.183-.093-.489-.217-1.07-.217-1.009 0-1.65.682-1.987 1.302v-1.085h-2.17v8.029h2.17v-5.053c.183-.372.764-1.209 1.712-1.209.459 0 .703.093.826.186l.52-1.953zm3.578 1.612h1.895v-1.643h-1.895v-.65c0-1.055.397-1.582 1.284-1.582.581 0 .948.155 1.101.217l.489-1.643c-.184-.124-.765-.372-1.927-.372-2.017 0-3.118 1.302-3.118 3.224v.837h-1.193v1.643h1.193v6.417h2.171V39.32zm10.242 2.325c0-2.077-1.253-4.185-4.005-4.185s-3.944 2.17-3.944 4.247 1.192 4.185 3.975 4.185c2.751.03 3.974-2.201 3.974-4.247zm-2.293.093c0 1.488-.428 2.51-1.681 2.51-1.223 0-1.713-1.084-1.713-2.603 0-1.488.398-2.542 1.621-2.542 1.253 0 1.773 1.116 1.773 2.635zm8.653-4.03c-.184-.093-.489-.217-1.07-.217-1.009 0-1.651.682-1.988 1.302v-1.085h-2.17v8.029h2.17v-5.053c.184-.372.765-1.209 1.713-1.209.458 0 .703.093.825.186l.52-1.953zm7.307 1.054c-.305-.744-.917-1.27-2.048-1.27-1.284 0-1.957.712-2.385 1.177v-.992h-2.11v8.029h2.171V40.28c.153-.217.673-.992 1.468-.992.642 0 .917.403.917 1.209v5.177h2.171v-5.487c.305-.372.795-.899 1.467-.899.704 0 .948.434.948 1.209v5.177h2.171v-5.642c0-1.488-.581-2.604-2.263-2.604-1.131.062-1.865.558-2.507 1.333zm8.622-1.085h-2.17v8.029h2.17v-8.029zm.245-2.356c0-.682-.581-1.302-1.345-1.302-.765 0-1.315.59-1.315 1.302 0 .713.55 1.333 1.315 1.333a1.34 1.34 0 001.345-1.333zm8.714 10.385v-5.642c0-1.488-.642-2.604-2.385-2.604-1.315 0-2.11.713-2.538 1.21v-.993h-2.109v8.029h2.17v-5.394c.153-.217.795-.992 1.621-.992.795 0 1.07.403 1.07 1.209v5.177h2.171zm6.084-8.029c-.397-.124-.886-.186-1.406-.186-2.202 0-3.516 1.178-3.516 2.914 0 1.054.52 1.89 1.406 2.418-.458.279-.886.744-.886 1.519 0 .589.275.96.703 1.209-.795.434-1.346 1.084-1.346 1.953 0 1.456 1.315 2.138 3.486 2.138 2.599 0 4.342-1.209 4.342-2.914 0-2.386-2.079-2.386-3.731-2.48-1.131-.061-1.589-.154-1.589-.588 0-.217.152-.372.305-.465.306.062.612.093.948.093 2.202 0 3.425-1.178 3.425-2.914 0-.465-.092-.899-.306-1.302h1.07v-1.426h-2.905v.031zm-1.406 4.216c-.887 0-1.437-.558-1.437-1.488 0-.93.55-1.488 1.437-1.488s1.437.558 1.437 1.488c0 .93-.52 1.488-1.437 1.488zm-.917 4.092c.336.062.703.093 1.07.124 1.162.093 1.895.062 1.895.898 0 .682-.733 1.178-2.079 1.178-1.1 0-1.559-.434-1.559-1.085.031-.465.245-.837.673-1.115zm11.863-2.325h4.341l.734 2.077h2.507l-4.25-11.005h-2.232l-4.127 11.005h2.323l.704-2.077zm3.669-1.86h-3.027l.917-2.635c.336-.93.55-1.767.581-1.89h.031c.03.123.244.96.58 1.89l.918 2.635zm9.937-4.092c-.184-.093-.49-.217-1.071-.217-1.009 0-1.651.682-1.987 1.302v-1.085h-2.171v8.029h2.171v-5.053c.184-.372.764-1.209 1.712-1.209.459 0 .704.093.826.186l.52-1.953zm1.498 1.612v4.092c0 1.55.642 2.51 2.507 2.51.978 0 1.651-.278 1.987-.464l-.489-1.643c-.153.093-.581.31-1.039.31-.612 0-.795-.341-.795-1.147V39.32h1.865v-1.643h-1.865v-2.325H174.3v2.325h-1.284v1.643h1.254zm10.732 4.03c0-1.364-.918-1.922-2.171-2.45-.918-.371-1.621-.526-1.621-1.053 0-.434.337-.713 1.101-.713s1.376.31 1.682.527l.764-1.488c-.367-.217-1.192-.65-2.538-.65-1.804 0-2.966.96-2.966 2.448 0 1.209.673 1.86 1.774 2.387 1.131.558 1.987.682 1.987 1.24 0 .465-.458.713-1.315.713-.886 0-1.651-.434-1.956-.651l-.734 1.519c.489.34 1.406.744 2.813.744 2.018 0 3.18-.9 3.18-2.573zM76.72 29.733h5.228v-.775h-4.342V18.73h-.886v11.004zm7.246-9.516c.367 0 .642-.31.642-.682a.65.65 0 00-.642-.65.65.65 0 00-.642.65c0 .372.275.682.642.682zm-.428 9.516h.856V21.86h-.856v7.873zm5.565.186c2.384 0 3.852-1.922 3.852-4.153 0-2.294-1.07-4.092-3.302-4.092-.795 0-1.56.372-2.049.899V17.83h-.856V29.3c.581.371 1.437.62 2.355.62zm.03-.744c-.611 0-1.162-.124-1.529-.31v-5.517c.428-.496 1.223-.9 1.896-.9 1.896 0 2.538 1.644 2.538 3.349.03 1.642-.917 3.378-2.905 3.378zm5.779.558h.856v-5.486c.214-.465.917-1.736 1.987-1.736.337 0 .52.062.642.124l.214-.806c-.122-.062-.397-.124-.733-.124-1.101 0-1.804.96-2.08 1.55V21.89h-.886v7.842zm6.604.186c.917 0 1.804-.465 2.354-1.178.031.28.061.744.123.992h.856c-.092-.34-.153-.899-.153-1.58v-3.968c0-1.705-.887-2.511-2.477-2.511-1.009 0-1.865.34-2.537.992l.458.589c.642-.62 1.284-.837 2.018-.837 1.162 0 1.712.589 1.712 1.86v.899h-.367c-1.804 0-4.097.589-4.097 2.697-.06 1.24.826 2.045 2.11 2.045zm.122-.744c-.672 0-1.406-.465-1.406-1.332 0-1.457 1.467-1.984 3.21-1.984h.367v2.107c-.581.775-1.315 1.21-2.171 1.21zm5.32.558h.856v-5.486c.215-.465.918-1.736 1.988-1.736.336 0 .52.062.642.124l.214-.806c-.122-.062-.398-.124-.734-.124-1.101 0-1.804.96-2.079 1.55V21.89h-.856v7.842h-.031zm4.77 3.782c1.682 0 2.293-1.178 2.844-2.666l3.332-9.02h-.886l-2.385 6.757-2.446-6.757h-.918l2.905 7.811-.397 1.116c-.459 1.24-.918 1.984-2.049 1.984-.306 0-.428-.03-.55-.062l-.123.713c.153.093.337.124.673.124zm11.588-3.782h.826v-7.191h2.017v-.682h-2.017v-1.24c0-1.426.58-2.17 1.773-2.17.458 0 .825.124.978.217l.214-.744c-.214-.093-.611-.217-1.192-.217-1.712 0-2.63 1.085-2.63 2.883v1.333h-1.345v.682h1.345v7.13h.031zm6.879.186c2.446 0 3.547-2.17 3.547-4.153 0-1.953-1.131-4.092-3.577-4.092-2.446 0-3.486 2.139-3.486 4.123.031 1.983 1.101 4.122 3.516 4.122zm.031-.744c-1.743 0-2.63-1.611-2.63-3.41 0-1.766.795-3.347 2.569-3.347 1.773 0 2.69 1.612 2.69 3.379 0 1.797-.856 3.378-2.629 3.378zm5.473.558h.856v-5.486c.214-.465.917-1.736 1.987-1.736.337 0 .52.062.642.124l.214-.806c-.122-.062-.397-.124-.733-.124-1.101 0-1.804.96-2.079 1.55V21.89h-.857v7.842h-.03zm10.793.186a2.65 2.65 0 001.498-.465l-.336-.65c-.153.123-.612.371-1.07.371-.704 0-.948-.434-.948-1.24v-5.362h1.987v-.682h-1.987v-2.263h-.856v2.232h-1.315v.682h1.315v5.424c0 1.24.55 1.953 1.712 1.953zm3.149-.186h.856V24c.275-.434 1.223-1.55 2.385-1.55 1.162 0 1.59.713 1.59 1.89v5.394h.856v-5.58c0-1.425-.642-2.48-2.263-2.48-1.314 0-2.201.9-2.568 1.427v-5.27h-.856v11.903zm11.068.186c1.254 0 2.14-.434 2.63-.806l-.367-.682c-.428.341-1.254.744-2.232.744-1.865 0-2.599-1.643-2.63-3.44v-.186h5.351c.031-.155.031-.28.031-.434 0-2.015-1.071-3.441-2.936-3.441-2.079 0-3.332 1.829-3.332 4.03 0 2.293 1.1 4.215 3.485 4.215zm-2.538-5.083c.214-1.364 1.009-2.418 2.355-2.418 1.467 0 2.079 1.209 2.109 2.418h-4.464zM76.687 12.688h.825V3.14l6.513 9.548h.825V1.684h-.856v9.485l-6.451-9.485h-.887v11.004h.03zm13.178.155c1.253 0 2.14-.434 2.63-.806l-.368-.682c-.428.34-1.253.744-2.232.744-1.865 0-2.599-1.643-2.63-3.44v-.187h5.351c.031-.155.031-.279.031-.434 0-2.015-1.07-3.44-2.935-3.44-2.08 0-3.333 1.828-3.333 4.03 0 2.293 1.1 4.215 3.486 4.215zM87.327 7.79c.214-1.364 1.009-2.418 2.354-2.418 1.468 0 2.08 1.21 2.11 2.418h-4.464zm8.5 4.898h.795l2.11-6.634 2.109 6.634h.795l2.354-7.874h-.856l-1.895 6.572-2.049-6.572h-.825l-2.049 6.54-1.896-6.54h-.917l2.324 7.874zm15.257 0h.886V8.534l3.608-6.85h-.917l-3.088 5.951h-.031l-3.088-5.951h-1.009l3.639 6.85v4.154zm7.093.155c2.446 0 3.547-2.17 3.547-4.154 0-1.953-1.132-4.092-3.578-4.092-2.445 0-3.485 2.14-3.485 4.123 0 2.015 1.07 4.123 3.516 4.123zm0-.744c-1.773 0-2.629-1.612-2.629-3.41 0-1.767.795-3.348 2.568-3.348 1.773 0 2.691 1.612 2.691 3.38 0 1.797-.857 3.378-2.63 3.378zm5.167.589h.856V7.2c.214-.465.918-1.736 1.988-1.736.336 0 .519.062.642.124l.214-.806c-.122-.062-.398-.124-.734-.124-1.101 0-1.804.961-2.079 1.55V4.845h-.887v7.843zm9.723 0h1.07l-3.608-4.433 3.425-3.44h-1.07l-3.394 3.44 3.577 4.433zm-4.525 0h.856V.816h-.856v11.872zm11.007 0h.887v-4.68h1.376c2.446 0 3.821-1.24 3.821-3.225 0-1.953-1.437-3.1-3.699-3.1h-2.385v11.005zm.887-5.456V2.46h1.376c2.079 0 2.874.991 2.874 2.355 0 1.457-.857 2.418-2.905 2.418h-1.345zm8.866 5.61c1.315 0 2.202-.867 2.569-1.456 0 .434.061 1.023.122 1.302h.856c-.092-.31-.153-.9-.153-1.52V4.815h-.856v5.704c-.275.465-1.223 1.58-2.385 1.58-1.192 0-1.59-.743-1.59-1.89V4.814h-.856v5.549c0 1.426.642 2.48 2.293 2.48zm8.072 0c2.385 0 3.853-1.921 3.853-4.153 0-2.294-1.07-4.092-3.302-4.092-.795 0-1.56.372-2.049.9V.753h-.856v11.469c.55.403 1.406.62 2.354.62zm.031-.743c-.612 0-1.162-.124-1.498-.31V6.302c.428-.496 1.223-.899 1.895-.899 1.896 0 2.538 1.643 2.538 3.348-.031 1.643-.978 3.348-2.935 3.348zm5.442.589h.856V.816h-.856v11.872zm3.73-9.548c.367 0 .642-.31.642-.681a.65.65 0 00-.642-.651.65.65 0 00-.642.65c0 .403.306.682.642.682zm-.428 9.548h.856V4.814h-.856v7.874zm5.901.155c1.162 0 1.988-.434 2.416-.806l-.367-.651c-.337.31-1.101.713-1.988.713-1.712 0-2.476-1.674-2.476-3.41 0-1.829.795-3.348 2.507-3.348.856 0 1.437.341 1.896.713l.428-.62c-.428-.372-1.162-.837-2.324-.837-1.987 0-3.424 1.612-3.424 4.123 0 2.139 1.1 4.123 3.332 4.123z",
6278
- fill: "#000"
6307
+ d: "M143.024 91.463a9.616 9.616 0 014.517.779c.238.12.781.368 1.012.467v6.607c-.052 0-2.502-2.406-5.328-1.42a4.676 4.676 0 00-2.07 2.289 6.187 6.187 0 00-.234 1.947c.168 1.822 2.034 3.917 5.296 3.037a6.235 6.235 0 002.336-1.557v6.619c-.851.416-1.737.755-2.648 1.012a11.662 11.662 0 01-8.177-1.479c-2.858-1.686-5.447-6.505-3.816-11.526a10.187 10.187 0 015.607-5.996 15.995 15.995 0 013.505-.78zM73.247 92.086h7.32v8.566c0 1.546-.104 3.156.546 4.05a2.904 2.904 0 002.492.779 3.415 3.415 0 001.635-.623c.762-.778.7-2.44.7-3.972v-8.8h7.243c0 .646.153 11.962-.233 13.784-.358 1.991-2.237 4.1-5.218 5.062-.806.229-1.632.378-2.468.444a22.52 22.52 0 01-3.92-.027 11.616 11.616 0 01-4.733-1.325 7.206 7.206 0 01-2.825-3.407 20.363 20.363 0 01-.539-5.653v-8.878zm12.694 8.8v-8.8h7.242c0 .646.153 11.962-.233 13.784M72.299 90.562a7.908 7.908 0 00-6.896-6.605c-2.204-.324-13.694-.15-13.878-.15v27.158h7.768v-8.722c5.783.02 9.628-.167 11.837-3.738.513-.944.88-1.96 1.087-3.015.061-.324.197-1.088.207-1.331.051-1.2.01-2.404-.126-3.597zm-8.4 4.367c-1.085.974-2.94.77-4.592.77v-5.567c3.061.041 3.627.287 4.075.518a2.552 2.552 0 011.045 2.079c-.02 1.298-.203 1.835-.528 2.2zM115.861 98.816a9.561 9.561 0 00-6.368-6.922 8.678 8.678 0 00-7.821 1.282V81.028H94.43v29.826h7.242v-1.246a5.681 5.681 0 002.959 1.635 10.3 10.3 0 005.497-.421 9.964 9.964 0 006.029-8.456 14.998 14.998 0 00-.296-3.55zm-10.803 6.252a3.607 3.607 0 01-2.008-.61 3.61 3.61 0 01-.548-5.562 3.614 3.614 0 115.112 5.113 3.612 3.612 0 01-2.556 1.059zM129.029 89.763a4.035 4.035 0 100-8.07 4.035 4.035 0 000 8.07zM116.931 81.058h7.23v29.799h-7.23s-.03-29.83 0-29.8zM125.368 92.11h7.23v18.747h-7.23s-.03-18.777 0-18.747zM223.562 89.763a4.034 4.034 0 100-8.068 4.034 4.034 0 000 8.068zM219.901 92.11h7.23v18.747h-7.23s-.03-18.777 0-18.747zM249.872 98.87a9.56 9.56 0 00-6.368-6.922 8.676 8.676 0 00-7.82 1.282V81.082h-7.243v29.826h7.243v-1.246a5.681 5.681 0 002.959 1.635 10.3 10.3 0 005.497-.421 9.967 9.967 0 006.029-8.456 14.997 14.997 0 00-.297-3.55zm-10.802 6.252a3.62 3.62 0 01-3.34-2.232 3.616 3.616 0 113.34 2.232zM279.092 92.093l.001 1.063c-.231-.137-.575-.427-.913-.62a6.268 6.268 0 00-2.292-.862c-5.628-.588-8.082 2.038-9.532 3.934a9.069 9.069 0 00-.973 2.13h-.094v-5.645c-5.361-.32-6.973 2.197-7.024 2.197v-2.197h-7.305v18.761l7.267-.005c.159-5.709-.388-9.522.788-11.215a3.866 3.866 0 012.457-1.318 7.012 7.012 0 011.893.06c.525.149 1.038.337 1.535.563a24.451 24.451 0 00-.234 3.504c.538 4.526 2.694 6.926 6.074 8.411 2.552 1.06 7.019.69 8.241-1.151h.162c0 .39.008 1.004.008 1.151h7.242V92.093h-7.301zm-3.356 13.029a3.62 3.62 0 01-3.34-2.232 3.616 3.616 0 113.34 2.232zM202.876 83.728v27.121h15.981v-6.719l-8.166.027v-20.43s-7.842-.026-7.815 0zM302.06 99.127c-.508-.165-1.39-.624-1.947-.737a6.497 6.497 0 00-1.736-.06 3.731 3.731 0 00-2.614 1.318c-1.176 1.693-.588 5.495-.747 11.204h-7.308V92.093h7.305v2.21c.051 0 1.693-2.21 7.024-2.21 0 .359.036 5.216.036 5.641l-.013 1.393zm-14.352 11.725V92.093h7.242"
6308
+ })), _path3$8 || (_path3$8 = /*#__PURE__*/React.createElement("path", {
6309
+ d: "M301.248 92.093l9.194 15.863-6.274 11.735h8.167l14.709-27.598h-8.206l-4.381 8.643-4.516-8.643s-8.679-.014-8.693 0z"
6279
6310
  })));
6280
6311
  }
6281
6312
 
@@ -6289,24 +6320,26 @@ function _objectWithoutProperties$v(source, excluded) { if (source == null) retu
6289
6320
 
6290
6321
  function _objectWithoutPropertiesLoose$w(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6291
6322
 
6292
- function SvgLogoLpaWhite(_ref) {
6323
+ function SvgLogoCleverColor(_ref) {
6293
6324
  var title = _ref.title,
6294
6325
  titleId = _ref.titleId,
6295
6326
  props = _objectWithoutProperties$v(_ref, _excluded$w);
6296
6327
 
6297
6328
  return /*#__PURE__*/React.createElement("svg", _extends$w({
6298
- viewBox: "0 0 205 80",
6299
- fill: "#fff",
6329
+ viewBox: "0 0 312 88",
6330
+ fill: "#436CF2",
6300
6331
  xmlns: "http://www.w3.org/2000/svg",
6301
6332
  "aria-labelledby": titleId
6302
6333
  }, props), title ? /*#__PURE__*/React.createElement("title", {
6303
6334
  id: titleId
6304
6335
  }, title) : null, _path$t || (_path$t = /*#__PURE__*/React.createElement("path", {
6305
- d: "M49.294 14.905c-3.663-3.189-7.768-5.292-12.788-6.106-6.174-1.018-10.754.44-13.366 1.289-.543.17-.61.509-.61.95-.035 1.12.44 2.001.814 2.34.407.373.814.17 1.424-.034 2.409-.814 5.733-1.39 9.227-.983 3.325.373 6.412 1.39 8.719 2.68-3.257.474-8.142 1.73-13.264 5.427-4.207-.237-9.499.34-15.367 3.29-11.127 5.564-18.115 19.71-11.534 35.11 2.68 6.243 8.752 12.01 15.842 14.079 4.138 1.22 7.836 1.12 8.82 1.051.305.238.814.61 1.425 1.018 9.939 6.581 19.098 5.258 24.492 2.307 4.953-2.714 11.534-9.533 11.737-21.405 9.193-8.854 7.463-19.065 6.242-23.407-2.884-10.347-12.518-16.894-21.813-17.606zM59.879 51.54c.034.78-.305 1.12-1.22 1.764-1.222.849-3.088 1.866-4.92 2.443-.237.068-.339-.204-.271-.373.237-.441.577-1.12.78-1.56.407-.883.814-1.799 1.154-2.68.712-1.832 1.424-4.207 1.865-6.14.068-.306.272-.34.373-.17.204.305.883 1.832 1.357 3.358.51 1.628.848 2.917.882 3.358zm-9.498 1.052c-.712 1.459-1.357 2.68-2.035 3.528-.407.509-3.087 1.425-8.04-.678-3.46-1.46-5.428-2.986-8.379-6.853a45.943 45.943 0 01-1.594-2.273c-.407-.644-.61-1.153-1.764-.916-.848.17-2.646.882-3.63 2.341-.373.577-.102 1.052.237 1.595.645 1.085 1.629 2.374 2.545 3.46 3.222 3.867 7.293 7.123 12.076 8.752.645.203 1.866.542 2.409.678.373.102.542.543.339.746-1.255 1.357-4.512 3.562-5.496 4.071-2.374 1.221-4.783 2.07-6.58 2.34-.611.103-1.188.204-2.036-.508-1.052-.916-2.002-2.002-2.85-3.087-1.662-2.171-2.95-4.647-3.833-7.226-1.832-5.325-2.035-11.126-.78-16.588 1.153-5.054 3.528-9.803 6.988-13.67.475-.543 2.273-2.307 2.816-2.68.44-.272 1.017-.543 2.442-.272 2.307.475 6.174 1.594 10.313 4.139 5.529 3.392 8.684 7.157 9.668 8.379.78.983.814 1.662.678 2.747-.475 4.58-2.239 9.397-3.494 11.975zm-2.239-32.837c.272.034.577.102.984.644.78 1.086 2.07 3.29 2.578 4.444.916 2.171 1.628 4.953 1.934 6.344.067.339-.204.271-.306.203-.305-.339-.95-.882-1.153-1.051-.95-.95-3.698-3.155-6.92-5.02-2.884-1.663-6.276-3.02-7.667-3.393-.17-.034-.237-.305-.034-.407.61-.272 2.578-1.018 4.953-1.459 1.832-.34 3.901-.475 5.631-.305zM4.584 50.965c-1.187-7.294 1.018-14.451 5.801-19.099 2.578-2.51 5.7-4.511 9.125-5.63 1.018-.34 2.85-.815 4.071-1.019.34-.034.441.373.238.577-1.154 1.221-2.782 3.765-3.291 4.614-3.969 6.614-5.699 14.586-4.885 22.253.984 9.464 5.665 15.163 6.412 16.147.17.238.339.645-.034.712-.068 0-.441-.067-.984-.17C10.419 67.01 5.704 57.784 4.584 50.966zm30.192 22.151c-.408-.17-.374-.475 0-.61 1.051-.373 2.985-1.154 3.9-1.662a29.517 29.517 0 005.157-3.528c.814-.679 2.544-2.24 3.562-3.427.339-.407.916-1.12 2.035-1.255 2.171-.237 2.816-.339 4.342-.712 1.459-.373 3.97-1.255 5.632-2.171.203-.102.542 0 .44.509-.746 3.697-3.324 9.396-7.938 12.314-5.325 3.46-11.533 3.087-17.13.542zM64.322 47.37c-.271.44-.678.34-.848-.034-.135-.407-.305-.984-.44-1.39-.713-1.968-1.595-3.902-2.68-5.7a62.217 62.217 0 00-1.799-2.781c-.407-.611-.407-.916-.407-1.663-.034-4.24-1.357-10.075-3.46-13.84-.203-.373.102-.61.34-.51 5.665 2.613 8.718 6.446 10.176 10.076 3.257 8.074.577 13.433-.882 15.842zM93.327 42.857c0-2.578-2.002-3.8-4.614-3.8h-3.969V51.1h2.578v-4.308h1.086c3.019 0 4.919-1.323 4.919-3.935zm-2.578.034c0 1.323-.679 2.002-2.307 2.002h-1.12v-3.868h1.188c1.594-.034 2.239.645 2.239 1.866zm5.427 4.342h5.563c.306-3.256-1.051-5.156-3.799-5.156-2.442 0-4.342 1.798-4.342 4.58 0 2.815 1.662 4.647 4.614 4.647 1.797 0 2.713-.509 3.29-.848l-.78-1.56c-.441.203-1.086.61-2.307.61-1.425 0-2.103-.916-2.239-2.273zm0-1.628c.17-1.153.746-1.798 1.764-1.798 1.086 0 1.493.814 1.527 1.798h-3.29zM109 42.315c-.204-.102-.543-.238-1.187-.238-1.12 0-1.832.746-2.205 1.425v-1.188h-2.409V51.1h2.409v-5.529c.203-.407.848-1.323 1.899-1.323.509 0 .781.102.916.204l.577-2.138zm3.969 1.763h2.103v-1.797h-2.103v-.713c0-1.153.441-1.73 1.425-1.73.644 0 1.051.17 1.221.237l.543-1.797c-.204-.136-.848-.407-2.138-.407-2.238 0-3.46 1.424-3.46 3.527v.916h-1.323v1.798h1.323v7.022h2.409v-7.056zm11.364 2.545c0-2.273-1.391-4.58-4.444-4.58s-4.376 2.375-4.376 4.648c0 2.272 1.323 4.579 4.41 4.579 3.053.034 4.41-2.409 4.41-4.647zm-2.544.101c0 1.629-.475 2.748-1.866 2.748-1.357 0-1.9-1.187-1.9-2.85 0-1.628.441-2.781 1.798-2.781 1.391 0 1.968 1.221 1.968 2.883zm9.6-4.41c-.204-.101-.543-.237-1.187-.237-1.12 0-1.832.746-2.205 1.425v-1.188h-2.409V51.1h2.409v-5.529c.203-.407.848-1.323 1.899-1.323.509 0 .781.102.916.204l.577-2.138zm8.107 1.154c-.339-.814-1.017-1.391-2.272-1.391-1.425 0-2.171.78-2.646 1.289v-1.085h-2.341v8.785h2.409V45.13c.169-.237.746-1.086 1.628-1.086.712 0 1.018.442 1.018 1.324v5.665h2.408v-6.005c.339-.407.882-.983 1.628-.983.781 0 1.052.474 1.052 1.322v5.666h2.408v-6.174c0-1.629-.644-2.85-2.51-2.85-1.255.068-2.069.61-2.782 1.459zm9.567-1.188h-2.409v8.786h2.409v-8.785zm.271-2.578c0-.746-.644-1.424-1.493-1.424-.848 0-1.458.644-1.458 1.424 0 .78.61 1.459 1.458 1.459.849 0 1.493-.678 1.493-1.459zm9.668 11.364v-6.173c0-1.629-.712-2.85-2.646-2.85-1.459 0-2.341.78-2.815 1.323v-1.085h-2.341v8.785h2.408v-5.902c.17-.238.882-1.086 1.798-1.086.882 0 1.188.441 1.188 1.323v5.665h2.408zm6.751-8.785c-.441-.136-.984-.204-1.561-.204-2.442 0-3.901 1.289-3.901 3.189 0 1.153.577 2.069 1.561 2.646-.509.305-.984.814-.984 1.662 0 .644.305 1.052.78 1.323-.882.475-1.493 1.187-1.493 2.137 0 1.594 1.459 2.34 3.868 2.34 2.883 0 4.817-1.322 4.817-3.188 0-2.612-2.307-2.612-4.139-2.714-1.255-.068-1.764-.17-1.764-.644 0-.238.17-.408.339-.51.34.069.679.102 1.052.102 2.442 0 3.799-1.288 3.799-3.188 0-.51-.101-.984-.339-1.425h1.187v-1.56h-3.222v.034zm-1.561 4.613c-.984 0-1.594-.61-1.594-1.628 0-1.018.61-1.629 1.594-1.629.984 0 1.595.611 1.595 1.629 0 1.017-.577 1.628-1.595 1.628zm-1.017 4.478c.373.068.78.102 1.187.136 1.289.101 2.103.067 2.103.983 0 .746-.814 1.29-2.307 1.29-1.221 0-1.73-.476-1.73-1.188.034-.509.272-.916.747-1.221zm13.162-2.544h4.817l.814 2.272h2.781l-4.715-12.042h-2.476l-4.58 12.042h2.578l.781-2.272zm4.07-2.036h-3.358l1.018-2.883c.373-1.018.61-1.934.644-2.07h.034c.034.136.272 1.052.645 2.07l1.017 2.883zm11.025-4.478c-.203-.101-.543-.237-1.187-.237-1.119 0-1.832.746-2.205 1.425v-1.188h-2.409V51.1h2.409v-5.529c.204-.407.848-1.323 1.9-1.323.508 0 .78.102.916.204l.576-2.138zm1.662 1.764v4.478c0 1.696.713 2.748 2.782 2.748 1.086 0 1.832-.305 2.205-.509l-.543-1.798c-.169.102-.644.34-1.153.34-.678 0-.882-.374-.882-1.256v-4.003h2.069v-1.797h-2.069v-2.545h-2.375v2.545h-1.424v1.797h1.39zM205 48.488c0-1.492-1.017-2.103-2.408-2.68-1.018-.407-1.798-.576-1.798-1.153 0-.475.373-.78 1.221-.78.848 0 1.527.34 1.866.577l.848-1.629c-.407-.237-1.323-.712-2.816-.712-2.001 0-3.29 1.052-3.29 2.68 0 1.323.746 2.035 1.967 2.612 1.256.61 2.205.746 2.205 1.357 0 .509-.508.78-1.458.78-.984 0-1.832-.475-2.171-.712l-.815 1.662c.543.373 1.561.814 3.121.814 2.239 0 3.528-.984 3.528-2.816zM85.117 32.409h5.801v-.848h-4.817V20.366h-.984V32.41zm8.04-10.414c.407 0 .712-.34.712-.747a.717.717 0 00-.712-.712.717.717 0 00-.712.712c0 .407.305.747.712.747zm-.475 10.414h.95v-8.616h-.95v8.616zm6.174.204c2.646 0 4.274-2.104 4.274-4.546 0-2.51-1.187-4.478-3.663-4.478-.882 0-1.73.407-2.273.984v-5.19h-.95v12.551c.644.407 1.594.679 2.612.679zm.034-.815c-.679 0-1.29-.135-1.696-.339v-6.038c.475-.543 1.357-.984 2.103-.984 2.103 0 2.815 1.798 2.815 3.664.034 1.798-1.017 3.697-3.222 3.697zm6.411.611h.95v-6.004c.238-.51 1.018-1.9 2.205-1.9.373 0 .577.068.712.136l.238-.882c-.136-.068-.441-.136-.814-.136-1.221 0-2.002 1.052-2.307 1.696v-1.492h-.984v8.582zm7.328.204c1.017 0 2.001-.51 2.612-1.29.034.306.067.815.135 1.086h.95c-.102-.373-.169-.984-.169-1.73v-4.342c0-1.866-.984-2.748-2.748-2.748-1.12 0-2.07.373-2.816 1.086l.509.644c.712-.678 1.425-.916 2.239-.916 1.289 0 1.9.645 1.9 2.036v.983h-.407c-2.002 0-4.546.645-4.546 2.952-.068 1.357.916 2.239 2.341 2.239zm.135-.815c-.746 0-1.56-.508-1.56-1.458 0-1.595 1.628-2.171 3.562-2.171h.407v2.306c-.645.848-1.459 1.323-2.409 1.323zm5.903.611h.95v-6.004c.237-.51 1.017-1.9 2.205-1.9.373 0 .576.068.712.136l.237-.882c-.135-.068-.441-.136-.814-.136-1.221 0-2.001 1.052-2.306 1.696v-1.492h-.95v8.582h-.034zm5.292 4.139c1.866 0 2.544-1.29 3.155-2.918l3.697-9.871h-.984l-2.646 7.395-2.713-7.395h-1.018l3.223 8.548-.441 1.221c-.509 1.357-1.018 2.172-2.273 2.172-.339 0-.475-.034-.611-.068l-.136.78c.17.102.374.136.747.136zm12.856-4.139h.916v-7.87h2.239v-.746h-2.239v-1.357c0-1.56.645-2.375 1.968-2.375.509 0 .916.136 1.085.238l.238-.814c-.238-.102-.679-.238-1.323-.238-1.9 0-2.917 1.187-2.917 3.155v1.458h-1.493v.747h1.493v7.802h.033zm7.633.204c2.714 0 3.935-2.375 3.935-4.546 0-2.137-1.255-4.478-3.969-4.478s-3.867 2.34-3.867 4.512c.034 2.17 1.221 4.512 3.901 4.512zm.034-.815c-1.934 0-2.917-1.764-2.917-3.731 0-1.934.882-3.664 2.849-3.664 1.968 0 2.985 1.764 2.985 3.698 0 1.967-.949 3.697-2.917 3.697zm6.072.611h.95v-6.004c.238-.51 1.018-1.9 2.205-1.9.373 0 .577.068.712.136l.238-.882c-.136-.068-.441-.136-.814-.136-1.222 0-2.002 1.052-2.307 1.696v-1.492h-.95v8.582h-.034zm11.975.204c.814 0 1.425-.34 1.662-.51l-.373-.712c-.17.136-.678.407-1.187.407-.781 0-1.052-.474-1.052-1.356v-5.87h2.205v-.745h-2.205V21.35h-.95v2.443h-1.458v.746h1.458v5.936c0 1.357.611 2.138 1.9 2.138zm3.494-.204h.95v-6.276c.305-.475 1.357-1.696 2.646-1.696s1.764.78 1.764 2.07v5.902h.95v-6.106c0-1.56-.713-2.714-2.511-2.714-1.458 0-2.442.984-2.849 1.56v-5.766h-.95v13.026zm12.28.204c1.391 0 2.375-.475 2.917-.882l-.407-.747c-.475.373-1.391.814-2.476.814-2.069 0-2.883-1.797-2.917-3.765v-.204h5.936c.034-.17.034-.305.034-.474 0-2.205-1.187-3.766-3.257-3.766-2.306 0-3.697 2.002-3.697 4.41 0 2.51 1.221 4.614 3.867 4.614zm-2.816-5.564c.238-1.492 1.12-2.646 2.612-2.646 1.629 0 2.307 1.323 2.341 2.646h-4.953zM85.083 13.752h.916V3.303l7.225 10.448h.916V1.71h-.95v10.38L86.033 1.71h-.984v12.043h.034zm14.62.17c1.391 0 2.375-.476 2.918-.883l-.407-.746c-.475.373-1.391.814-2.477.814-2.069 0-2.883-1.798-2.917-3.765v-.204h5.937c.033-.17.033-.305.033-.475 0-2.205-1.187-3.765-3.256-3.765-2.307 0-3.698 2.001-3.698 4.41 0 2.51 1.222 4.613 3.868 4.613zm-2.815-5.53c.237-1.493 1.12-2.646 2.612-2.646 1.628 0 2.307 1.323 2.341 2.646h-4.953zm9.43 5.36h.882l2.341-7.26 2.341 7.26h.882l2.612-8.617h-.95l-2.103 7.192-2.273-7.192h-.916l-2.273 7.158-2.103-7.158h-1.018l2.578 8.617zm16.928 0h.984V9.206l4.003-7.497h-1.018l-3.426 6.513h-.034l-3.426-6.513h-1.12l4.037 7.497v4.546zm7.87.17c2.714 0 3.935-2.376 3.935-4.547 0-2.137-1.255-4.477-3.969-4.477s-3.867 2.34-3.867 4.511c0 2.205 1.187 4.512 3.901 4.512zm0-.815c-1.968 0-2.917-1.764-2.917-3.732 0-1.933.882-3.663 2.849-3.663 1.968 0 2.985 1.764 2.985 3.697 0 1.968-.95 3.698-2.917 3.698zm5.733.645h.95V7.747c.237-.509 1.017-1.9 2.205-1.9.373 0 .576.068.712.136l.238-.882c-.136-.068-.441-.135-.815-.135-1.221 0-2.001 1.051-2.306 1.696V5.169h-.984v8.582zm10.787 0h1.188L144.821 8.9l3.799-3.766h-1.187l-3.766 3.766 3.969 4.85zm-5.02 0h.95V.758h-.95v12.992zm12.212 0h.984V8.628h1.526c2.714 0 4.241-1.357 4.241-3.528 0-2.137-1.595-3.392-4.105-3.392h-2.646v12.043zm.984-5.97V2.556h1.526c2.307 0 3.189 1.086 3.189 2.578 0 1.595-.95 2.646-3.223 2.646h-1.492zm9.837 6.14c1.459 0 2.443-.95 2.85-1.595 0 .475.068 1.12.136 1.425h.949c-.101-.34-.169-.984-.169-1.663V5.135h-.95v6.242c-.305.509-1.357 1.73-2.646 1.73-1.323 0-1.764-.814-1.764-2.07V5.136h-.95v6.072c0 1.56.713 2.714 2.544 2.714zm8.956 0c2.646 0 4.274-2.104 4.274-4.547 0-2.51-1.187-4.477-3.663-4.477a3.2 3.2 0 00-2.273.983V.691h-.95v12.552c.61.44 1.56.678 2.612.678zm.034-.815c-.679 0-1.289-.136-1.662-.34V6.764c.475-.542 1.357-.983 2.103-.983 2.103 0 2.815 1.798 2.815 3.663-.033 1.798-1.085 3.664-3.256 3.664zm6.038.645h.95V.758h-.95v12.992zm4.139-10.449c.407 0 .712-.339.712-.746a.716.716 0 00-.712-.712.717.717 0 00-.713.712c0 .441.34.746.713.746zm-.475 10.448h.95V5.136h-.95v8.617zm6.547.17c1.289 0 2.205-.475 2.68-.882l-.407-.712c-.373.339-1.222.78-2.205.78-1.9 0-2.748-1.832-2.748-3.732 0-2.001.882-3.663 2.782-3.663.949 0 1.594.373 2.103.78l.475-.678c-.475-.407-1.289-.916-2.578-.916-2.205 0-3.8 1.764-3.8 4.511 0 2.341 1.221 4.512 3.698 4.512z"
6336
+ fillRule: "evenodd",
6337
+ clipRule: "evenodd",
6338
+ d: "M0 44.275C0 20.342 17.667.92 42.993.92c15.532 0 24.838 5.247 32.497 12.856l-11.534 13.47c-6.347-5.83-12.846-9.42-21.085-9.42-13.883 0-23.922 11.66-23.922 25.958 0 14.543 9.764 26.448 23.922 26.448 9.43 0 15.196-3.805 21.665-9.757L76.07 72.257c-8.483 9.174-17.911 14.88-33.809 14.88C18.003 87.138 0 68.208 0 44.276zM77.718 0H95.63v86.954H77.718V0zM128.828 35.223c-7.415 0-12.236 5.37-13.67 13.593h26.974c-1.038-8.131-5.767-13.593-13.304-13.593zm30.514 24.884h-43.94c1.77 8.223 7.415 12.518 15.44 12.518 6.011 0 10.375-1.902 15.318-6.566l10.252 9.174c-5.889 7.395-14.372 11.905-25.784 11.905-18.948 0-32.985-13.47-32.985-32.984v-.245c0-18.225 12.846-33.23 31.216-33.23 21.084 0 30.727 16.57 30.727 34.672v.245c0 1.78-.122 2.854-.244 4.51zM193.638 86.8h-16.264l-24.838-64.31h18.949l14.127 42.772 14.25-42.772h18.614L193.638 86.8zM241.665 35.223c-7.415 0-12.236 5.37-13.67 13.593h26.974c-1.038-8.131-5.767-13.593-13.304-13.593zm30.513 24.884h-43.939c1.77 8.223 7.415 12.518 15.44 12.518 6.011 0 10.374-1.902 15.318-6.566l10.252 9.174c-5.889 7.395-14.372 11.905-25.784 11.905-18.949 0-32.985-13.47-32.985-32.984v-.245c0-18.225 12.846-33.23 31.216-33.23 21.084 0 30.727 16.57 30.727 34.672v.245c0 1.78-.122 2.854-.245 4.51zM311.054 40.87c-11.9 0-19.193 7.27-19.193 22.52v23.595H273.95V23.104h17.911V35.96c3.662-8.806 9.551-14.544 20.139-14.053v18.931h-.946"
6306
6339
  })));
6307
6340
  }
6308
6341
 
6309
- var _path$u, _path2$e, _path3$8, _path4$1, _path5, _path6, _path7;
6342
+ var _path$u;
6310
6343
 
6311
6344
  var _excluded$x = ["title", "titleId"];
6312
6345
 
@@ -6316,39 +6349,26 @@ function _objectWithoutProperties$w(source, excluded) { if (source == null) retu
6316
6349
 
6317
6350
  function _objectWithoutPropertiesLoose$x(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6318
6351
 
6319
- function SvgLogoNyplFullBlack(_ref) {
6352
+ function SvgLogoCleverWhite(_ref) {
6320
6353
  var title = _ref.title,
6321
6354
  titleId = _ref.titleId,
6322
6355
  props = _objectWithoutProperties$w(_ref, _excluded$x);
6323
6356
 
6324
6357
  return /*#__PURE__*/React.createElement("svg", _extends$x({
6358
+ viewBox: "0 0 312 88",
6359
+ fill: "#fff",
6325
6360
  xmlns: "http://www.w3.org/2000/svg",
6326
- viewBox: "0 0 966.787 543.733",
6327
6361
  "aria-labelledby": titleId
6328
6362
  }, props), title ? /*#__PURE__*/React.createElement("title", {
6329
6363
  id: titleId
6330
6364
  }, title) : null, _path$u || (_path$u = /*#__PURE__*/React.createElement("path", {
6331
- d: "M485.288 7.284h7.269l53.44 77.4v-77.4h7v89.65h-6.867l-53.978-77.94v77.94h-6.864V7.284m126.535 49.67c-.134-9.691-5.114-19.652-17.365-19.652-11.171 0-17.634 8.614-19.518 19.653zm-44.692 7.27c0-18.172 10.5-32.98 27.597-32.98 16.422 0 25.442 13.192 24.094 31.498h-44.287v1.482c.136 14.673 6.328 28.134 21.674 28.134 8.21 0 15.076-3.366 18.576-6.059l2.96 5.52c-4.038 2.961-11.441 6.596-21.807 6.596-19.652 0-28.807-15.75-28.807-34.191m59.225-31.5h7.539l15.617 53.442 16.825-53.442h6.865L690.028 86.3l15.749-53.575h7.001l-19.385 64.21h-6.46l-17.366-54.112-17.365 54.112h-6.46l-19.386-64.21m148.337 30.422L744.676 7.284h8.345l25.44 48.459h.27l25.442-48.46h7.539l-29.75 55.863v33.788h-7.27V63.146m81.841 1.751c0-14.404-7.673-27.595-22.345-27.595-14.538 0-21.134 12.922-21.134 27.326 0 14.538 7.135 27.73 21.672 27.73 14.671 0 21.807-12.924 21.807-27.461zm-50.882 0c0-16.154 8.614-33.653 28.805-33.653 20.193 0 29.481 17.365 29.481 33.384 0 16.153-9.153 33.787-29.346 33.787-20.191 0-28.94-17.365-28.94-33.518m71.73-32.173h7v11.173c2.423-4.711 8.211-12.653 17.231-12.653 2.96 0 5.115.674 6.192 1.078l-1.75 6.594c-1.078-.404-2.558-.942-5.251-.942-8.884 0-14.673 10.5-16.421 14.27v44.69h-7.001v-64.21m51.013 28.134l28.135-28.134h8.75l-28.402 28.134 29.883 36.076h-8.75zM920.724.015h7v96.919h-7V.014m-416.725 187.38c17.095 0 24.094-7.808 24.094-19.654 0-11.173-6.73-19.25-23.826-19.25h-11.44v38.904zm-18.576-45.23h19.518c18.846 0 30.69 9.29 30.69 25.308 0 16.151-11.172 26.248-31.498 26.248h-11.307v38.094h-7.403v-89.65m61.513 70.805v-45.364h7v43.883c0 9.424 3.365 15.48 13.191 15.48 9.559 0 17.498-9.018 19.654-12.787v-46.576h6.999v51.825c0 5.115.538 9.962 1.212 12.384h-7.135c-.402-2.153-.942-7-.942-10.5-3.096 4.847-10.365 11.981-21.268 11.981-13.46 0-18.711-8.75-18.711-20.326m107.957-13.191c0-14-5.385-27.326-21-27.326-5.518 0-11.98 3.23-15.615 7.269v44.96c2.961 1.48 7.402 2.557 12.52 2.557 16.286 0 24.095-14.134 24.095-27.46zm-43.614 28.672v-93.555h6.999v38.634c3.904-4.443 10.232-7.404 16.827-7.404 18.305 0 27.19 14.672 27.19 33.383 0 18.038-12.115 33.787-31.768 33.787-7.672 0-14.806-1.884-19.248-4.845m65.416-93.555h7.001v96.92h-7v-96.92m27.862 32.71h7.134v64.21h-7.134zm-1.75-18.98c0-3.095 2.424-5.385 5.252-5.385 2.958 0 5.382 2.29 5.382 5.386s-2.424 5.52-5.382 5.52c-2.828 0-5.252-2.425-5.252-5.52m22.343 51.017c0-20.326 11.712-33.518 28.269-33.518 9.558 0 15.615 3.635 19.114 6.73l-3.635 5.115c-3.633-3.096-8.48-5.788-15.612-5.788-14.27 0-20.732 12.384-20.732 27.192 0 14.269 6.328 27.864 20.597 27.864 7.404 0 13.594-3.23 16.422-5.788l3.096 5.25c-3.5 3.096-10.23 6.595-19.923 6.595-18.441 0-27.596-16.422-27.596-33.652M483.403 366.697v-89.65h19.114v74.303H535.9v15.347h-52.498m66.689 0V301.14h18.036v65.558zm9.02-74.035c-6.328 0-10.906-4.981-10.906-10.77 0-5.654 4.578-10.5 10.905-10.5 6.327 0 11.037 4.846 11.037 10.5 0 5.789-4.71 10.77-11.037 10.77m42.67 60.17c1.21.403 4.037 1.482 9.018 1.482 9.961 0 15.883-7.404 15.883-20.865 0-12.25-4.17-19.788-13.864-19.788-5.652 0-9.961 3.634-11.037 4.98zm0-83.055v36.48c2.961-2.963 8.75-6.731 16.017-6.731 16.425 0 27.866 11.306 27.866 33.923 0 22.343-15.077 34.863-34.865 34.863-14.807 0-23.826-3.77-26.922-5.25v-93.285h17.904m94.224 47.114c-1.077-.672-3.097-1.482-6.868-1.482-7.94 0-12.651 7.002-14.267 9.961v41.327h-17.904V301.14h17.904v8.887c2.826-4.847 8.212-10.5 16.557-10.5 4.846 0 7.404.942 8.885 1.752l-4.307 15.613m45.362 20.728h-2.29c-10.498 0-17.767 3.1-17.767 10.77 0 4.846 3.905 6.865 7.941 6.865 6.463 0 10.232-3.77 12.116-5.787zm2.02 29.078c-.54-1.617-.942-4.98-1.079-7-2.96 3.5-9.153 8.615-18.44 8.615-11.174 0-19.788-6.73-19.788-18.442 0-17.096 17.634-23.288 34.998-23.288h2.289v-3.769c0-5.654-2.29-9.152-10.635-9.152-8.48 0-14.269 4.44-16.691 6.19l-7.808-10.901c3.904-3.5 12.52-9.424 26.52-9.424 17.903 0 26.383 6.866 26.383 24.23v23.557c0 8.883.941 15.209 1.884 19.384h-17.633m69.186-49.806c-1.076-.672-3.096-1.482-6.864-1.482-7.942 0-12.654 7.002-14.27 9.961v41.327h-17.904V301.14h17.904v8.887c2.828-4.847 8.212-10.5 16.558-10.5 4.844 0 7.403.942 8.884 1.752l-4.308 15.613m10.768-15.752h19.113l14.54 43.212h.673l13.326-43.212h18.442l-27.057 72.556c-5.789 15.48-12.654 24.499-30.556 24.499-5.52 0-8.75-.805-10.096-1.21l2.557-14.135c.942.27 2.423.672 6.327.672 9.153 0 12.384-4.44 14.94-11.441l2.423-6.73-24.632-64.21"
6332
- })), _path2$e || (_path2$e = /*#__PURE__*/React.createElement("path", {
6333
- d: "M244.07 275.908c-.632 3.292-2.639 9.649-5.848 10.062-3.233.413-5.562-3.053-7.881-4.352-3.912-2.182-9.444-3.61-14.556-5.302-4.41-1.462-10.457-3.27-12.23-7.479-2.657-6.265 3.55-9.229 8.02-10.605 4.21-1.293 7.292-1.78 12.78-2.036 8.075-.388 15.784.768 18.495 5.844 1.635 3.057 2.133 9.122 1.22 13.868zm74.12 4.038c-14.064-6.882-32.33-10.33-45.62-17.713-10.522-5.834-18.59-15.471-29.913-20.664-11.552-5.656-28.94-11.341-35.586-12.98-23.496-5.78-43.231 1.747-50.076 7.164-12.781 10.1-22.766 26.516-18.87 50.134 1.65 9.984 4.723 18.383 9.607 25.29 19.818 27.99 56.91 37.084 86.295 54.742 1.036.705 2.118.517 2.78-.383 4.935-7.258 8.947-13.1 17.26-16.558 8.44-3.524 21.722-2.327 33.174-1.77 11.83.573 24.6-.538 28.891-6.655 5.127-7.301 4.828-22.013-2.997-26.508-4.199-2.42-10.459-2.53-15.025-4.635-3.332-1.54-5.901-4.422-7.739-8.428-1.54-3.352-2.973-8.856-.976-12.447 1.84-3.308 6.475-2.372 10.199-1.506 7.38 1.694 19.711 3.49 26.811.376 2.092-1.068-5.386-6.076-8.216-7.459M20.98 299.71c.424-2.396.609-3.063 2.052-4.947 2.286-3.418 30.024-34.543 73.016-42.085 5.658-.811 9.734-.419 10.661 1.849 1.625 3.976-1.667 6.266-5.629 8.56-68.952 41.21-64.064 102.472-64.725 127.532.208 10.252-7.195 12.118-9.043 7.288-8.092-22.074-14.896-56.673-6.333-98.197m46.657-90.251c1.413-1.499 2.334-2.187 4.43-2.778 26.481-6.578 53.046-2.39 72.177 6.14 4.294 1.902 6.229 4.596 3.409 6.405-3.587 2.084-14.456 9.154-20.464 14.752-1.746 1.505-4.86 1.584-6.697 1.34-22.426-2.956-34.074-4.703-67.787 8.077-5.173 2.175-9.826-.784-7.445-4.85 4.489-8.04 14.927-21.49 22.377-29.086M111.209 183c-5.798-.66-5.88-4.902-3.428-6.553 6.3-4.414 16.521-9.743 26.804-13.82 3.078-1.22 4.668-1.537 7.487-1.255 7.578.759 20.125 5.86 34.522 16.133 17.266 12.32 32.626 35.725 22.354 33.83-6.497-1.125-3.668-.816-11.283-1.652-7.781-.69-12.888.11-16.475-.256-1.562-.128-2.793-1.168-3.893-2.07-14.573-13.067-31.407-21.36-56.088-24.357",
6334
- fill: "#fff"
6335
- })), _path3$8 || (_path3$8 = /*#__PURE__*/React.createElement("path", {
6336
- d: "M388.617 387.566c-1.555 4.852-3.401 10.939-7.359 8.115-7.351-5.47-23.692-15.988-39.517-21.825-.85-.19-.754-1.37-.454-2.035 1.122-2.485 1.624-4.784 2.11-7.725.45-2.752 2.436-4.59 3.801-6.797 4.056-6.479 6.253-17.772 7.138-24.817.672-6.473.272-13.686-1.13-19.698-.599-2.568-2.45-5.878-2.401-8.718.048-2.779 1.354-5.69 1.622-8.97.783-9.49-11.194-17.403-17.731-20.452-14.83-6.924-30.59-13.117-46.607-21.568-9.041-4.769-16.297-15.23-23.552-20.845-7.327-5.654-30.879-14.995-40.292-17.482-2.125-.67-2.879-1.552-3.239-3.244-3.88-18.518-14.808-38.916-35.223-54.69-6.61-5.138.803-8.06 9.907-8.504 143.51-4.92 226.095 127.15 192.927 239.255",
6337
- fill: "#fff"
6338
- })), _path4$1 || (_path4$1 = /*#__PURE__*/React.createElement("path", {
6339
- d: "M330.345 324.088c-.103-.73-.417-3.204-.415-3.715.008-1.305 2.691-3.081 3.942-4.074 1.897-1.51 4.093-3.17 5.532-3.895.52-.327.865.43.935.579 5.291 8.03 3.307 27.88-.515 37.318-.443.96-1.252 1.333-1.582.63-1.95-4.258-4.845-8.092-8.169-10.196-.613-.476-.66-1.468-.613-1.652 1.07-4.485 1.625-9.46.885-14.995m-65.426 48.855c1.14-3.291 2.466-5.23 5.024-6.83 4.814-3.02 12.815-3.15 20.538-3.678 7.482-.505 15.477-.943 20.8-3.403 3.222-1.481 6.444-5.7 11.423-3.552 2.357 1.016 3.64 3.176 4.344 5.324.79 2.394 1.364 4.81 1.118 8.019-.716 9.258-8.235 13.78-9.589 22.434-.125 1.337-.353 3.273-1.12 4.042-5.742 5.844-17.097 4.615-27.362 3.582-3.674-.366-7.306-.466-9.791-1.65-1.794-.838-3.403-2.549-4.894-3.932-3.283-3.043-5.14-5.283-8.433-8.975-1.117-1.251-3.648-3.515-3.814-4.89-.142-1.318 1.27-5.103 1.756-6.491M85.152 482.06c-3.768-3.087-5.388-5.69-7.555-9.347-17.576-28.094-27.427-127.586-4.778-161.332 7.208-11.823 14.843-6.373 12.306 2.767-4.338 20.517-1.68 32.014 8.297 54.276 15.679 33.083 64.073 79.017 76.884 95.676 21.963 28.57 29.272 49.386 29.172 54.993-.119 4.302-.944 7.045-8.483 6.408-39.764-3.151-78.206-19.638-105.843-43.441",
6340
- fill: "#fff"
6341
- })), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
6342
- d: "M107.885 347.889c-12.129-29.548-4.208-56.154 1.149-66.245 2.701-5.092 5.341-8.419 8.789-7.462 3.75 1.047 4.617 4.886 5.135 12.003 3.817 59.062 39.542 78.948 84.414 99.801 35.4 18.097 75.678 38.787 109.435 88.906 5.109 7.235 5.846 11.625.078 15.77-20.58 14.05-39.225 23.844-66.503 30.205-4.107.961-8.341.24-11.979-9.143-37.895-97.638-101.518-93.237-130.518-163.835m234.716 120.04c-5.77 5.767-9.041 1.246-10.927-2.457-8.08-17.18-15.971-31.56-28.698-45.488-2.205-2.235-.506-5.372 2.735-5.053 4.143.332 6.857.105 11.414-1.854 3.855-1.655 8.272-7.06 10.475-14.824 1.605-5.664 1.68-7.33 5.15-7.684.863-.082 2.442.136 3.399.412 4.224 1.202 8.76 4.653 12.074 7.196 8.501 6.494 21.184 20.827 23.404 25.464 1.409 2.952.06 4.956-.735 6.642-4.448 9.095-18.477 27.943-28.291 37.647",
6343
- fill: "#fff"
6344
- })), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
6345
- d: "M342.6 467.938c-5.768 5.766-9.04 1.245-10.926-2.458-8.08-17.18-15.971-31.56-28.698-45.488-2.205-2.235-.506-5.373 2.735-5.053 4.143.332 6.857.105 11.414-1.853 3.855-1.656 8.272-7.062 10.475-14.825 1.605-5.664 1.68-7.33 5.15-7.684.863-.082 2.442.136 3.399.412 4.224 1.202 8.76 4.653 12.074 7.196 8.501 6.493 21.184 20.826 23.404 25.465 1.409 2.951.06 4.955-.735 6.64-4.448 9.096-18.477 27.942-28.291 37.648zM107.91 347.859c-12.129-29.546-4.209-56.152 1.149-66.243 2.701-5.092 5.341-8.419 8.789-7.462 3.75 1.047 4.617 4.886 5.135 12.003 3.816 59.062 39.54 78.948 84.413 99.8 35.402 18.098 75.68 38.787 109.436 88.906 5.11 7.236 5.847 11.626.077 15.77-20.58 14.05-39.224 23.844-66.502 30.205-4.106.96-8.342.24-11.98-9.143-37.895-97.637-101.518-93.238-130.517-163.836zm-86.897-48.163c.426-2.396.612-3.062 2.054-4.946 2.286-3.417 30.023-34.543 73.017-42.084 5.656-.81 9.733-.419 10.66 1.849 1.625 3.976-1.667 6.268-5.628 8.56-68.953 41.21-64.065 102.472-64.725 127.532.208 10.25-7.195 12.118-9.044 7.288-8.092-22.074-14.896-56.674-6.334-98.199zm46.622-90.287c1.413-1.498 2.334-2.186 4.43-2.777 26.481-6.577 53.046-2.39 72.177 6.141 4.294 1.902 6.229 4.596 3.409 6.404-3.587 2.084-14.456 9.153-20.464 14.752-1.746 1.505-4.86 1.584-6.697 1.34-22.426-2.956-34.074-4.703-67.787 8.077-5.173 2.176-9.826-.784-7.445-4.85 4.489-8.04 14.927-21.49 22.377-29.087zm197.284 163.484c1.14-3.29 2.466-5.229 5.024-6.83 4.814-3.019 12.815-3.15 20.538-3.677 7.482-.506 15.477-.943 20.8-3.403 3.222-1.481 6.444-5.701 11.423-3.552 2.357 1.016 3.64 3.176 4.344 5.324.79 2.393 1.364 4.81 1.118 8.018-.716 9.259-8.235 13.78-9.589 22.434-.125 1.338-.353 3.274-1.12 4.043-5.742 5.844-17.097 4.615-27.362 3.581-3.674-.365-7.306-.465-9.791-1.649-1.794-.84-3.403-2.55-4.894-3.932-3.283-3.044-5.14-5.284-8.433-8.976-1.117-1.25-3.648-3.514-3.814-4.889-.142-1.319 1.27-5.104 1.756-6.492zm-153.71-189.94c-5.798-.662-5.88-4.902-3.428-6.553 6.3-4.415 16.521-9.744 26.804-13.821 3.078-1.22 4.668-1.538 7.487-1.254 7.578.759 20.125 5.86 34.522 16.132 17.266 12.32 32.626 35.724 22.354 33.83-6.497-1.126-3.668-.815-11.283-1.651-7.781-.69-12.888.108-16.475-.257-1.562-.127-2.793-1.168-3.893-2.068-14.573-13.068-31.407-21.361-56.088-24.358zm45.786 52.75c6.845-5.417 26.58-12.943 50.076-7.163 6.646 1.638 24.034 7.323 35.586 12.98 11.323 5.192 19.391 14.83 29.914 20.665 13.29 7.382 31.555 10.83 45.618 17.712 2.83 1.383 10.308 6.39 8.216 7.458-7.1 3.115-19.431 1.319-26.811-.376-3.724-.865-8.36-1.802-10.199 1.507-1.997 3.59-.565 9.094.976 12.446 1.838 4.007 4.407 6.888 7.739 8.428 4.566 2.105 10.826 2.216 15.025 4.636 7.825 4.495 8.124 19.206 2.997 26.507-4.29 6.116-17.06 7.227-28.891 6.656-11.452-.557-24.734-1.754-33.174 1.77-8.313 3.457-12.325 9.3-17.26 16.558-.662.9-1.744 1.088-2.78.382-29.384-17.658-66.477-26.752-86.295-54.742-4.884-6.907-7.957-15.305-9.607-25.289-3.896-23.618 6.089-40.035 18.87-50.135zm173.35 88.335c-.103-.73-.417-3.203-.415-3.714.008-1.305 2.691-3.081 3.942-4.075 1.897-1.51 4.093-3.169 5.532-3.894.52-.327.865.43.935.578 5.291 8.03 3.307 27.88-.515 37.318-.443.96-1.252 1.333-1.582.63-1.95-4.258-4.845-8.091-8.169-10.195-.613-.476-.66-1.468-.613-1.652 1.07-4.485 1.625-9.46.885-14.996zm58.272 63.479c-1.555 4.852-3.401 10.937-7.359 8.114-7.351-5.47-23.692-15.987-39.517-21.824-.85-.191-.754-1.37-.454-2.035 1.122-2.487 1.624-4.784 2.11-7.725.45-2.752 2.436-4.59 3.801-6.797 4.056-6.479 6.253-17.772 7.138-24.817.672-6.473.272-13.686-1.13-19.698-.599-2.568-2.45-5.879-2.401-8.719.048-2.778 1.354-5.689 1.622-8.969.783-9.49-11.194-17.402-17.731-20.453-14.83-6.923-30.59-13.115-46.607-21.566-9.041-4.769-16.297-15.231-23.552-20.846-7.327-5.653-30.879-14.996-40.292-17.48-2.125-.67-2.879-1.554-3.239-3.246-3.88-18.517-14.808-38.916-35.223-54.69-6.61-5.138.803-8.06 9.907-8.504 143.51-4.919 226.095 127.151 192.927 239.255zM85.152 482.01c-3.768-3.087-5.388-5.69-7.555-9.347-17.576-28.094-27.427-127.586-4.778-161.332 7.208-11.825 14.843-6.373 12.306 2.767-4.338 20.517-1.68 32.014 8.297 54.276 15.679 33.083 64.073 79.016 76.884 95.676 21.963 28.57 29.272 49.385 29.172 54.993-.119 4.302-.944 7.044-8.483 6.407-39.764-3.15-78.206-19.637-105.843-43.44zm120.73-352.236C92.439 129.775 0 222.018 0 336.73c0 114.706 93 207.004 206.01 207.004 114.711 0 207.544-92.25 207.544-206.957 0-114.715-92.966-207-207.671-207"
6346
- })), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
6347
- d: "M215.816 276.316c5.112 1.692 10.642 3.12 14.554 5.302 2.319 1.299 4.648 4.765 7.883 4.352 3.208-.413 5.213-6.77 5.846-10.062.914-4.746.415-10.81-1.22-13.868-2.709-5.076-10.42-6.232-18.494-5.844-5.49.256-8.57.743-12.781 2.036-4.47 1.376-10.676 4.34-8.02 10.605 1.774 4.208 7.82 6.017 12.232 7.479"
6365
+ fillRule: "evenodd",
6366
+ clipRule: "evenodd",
6367
+ d: "M0 44.275C0 20.342 17.667.92 42.993.92c15.532 0 24.838 5.247 32.497 12.856l-11.534 13.47c-6.347-5.83-12.846-9.42-21.085-9.42-13.883 0-23.922 11.66-23.922 25.958 0 14.543 9.764 26.448 23.922 26.448 9.43 0 15.196-3.805 21.665-9.757L76.07 72.257c-8.483 9.174-17.911 14.88-33.809 14.88C18.003 87.138 0 68.208 0 44.276zM77.718 0H95.63v86.954H77.718V0zM128.828 35.223c-7.415 0-12.236 5.37-13.67 13.593h26.974c-1.038-8.131-5.767-13.593-13.304-13.593zm30.514 24.884h-43.94c1.77 8.223 7.415 12.518 15.44 12.518 6.011 0 10.375-1.902 15.318-6.566l10.252 9.174c-5.889 7.395-14.372 11.905-25.784 11.905-18.948 0-32.985-13.47-32.985-32.984v-.245c0-18.225 12.846-33.23 31.216-33.23 21.084 0 30.727 16.57 30.727 34.672v.245c0 1.78-.122 2.854-.244 4.51zM193.638 86.8h-16.264l-24.838-64.31h18.949l14.127 42.772 14.25-42.772h18.614L193.638 86.8zM241.665 35.223c-7.415 0-12.236 5.37-13.67 13.593h26.974c-1.038-8.131-5.767-13.593-13.304-13.593zm30.513 24.884h-43.939c1.77 8.223 7.415 12.518 15.44 12.518 6.011 0 10.374-1.902 15.318-6.566l10.252 9.174c-5.889 7.395-14.372 11.905-25.784 11.905-18.949 0-32.985-13.47-32.985-32.984v-.245c0-18.225 12.846-33.23 31.216-33.23 21.084 0 30.727 16.57 30.727 34.672v.245c0 1.78-.122 2.854-.245 4.51zM311.054 40.87c-11.9 0-19.193 7.27-19.193 22.52v23.595H273.95V23.104h17.911V35.96c3.662-8.806 9.551-14.544 20.139-14.053v18.931h-.946"
6348
6368
  })));
6349
6369
  }
6350
6370
 
6351
- var _g, _defs;
6371
+ var _path$v, _path2$e;
6352
6372
 
6353
6373
  var _excluded$y = ["title", "titleId"];
6354
6374
 
@@ -6358,27 +6378,210 @@ function _objectWithoutProperties$x(source, excluded) { if (source == null) retu
6358
6378
 
6359
6379
  function _objectWithoutPropertiesLoose$y(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6360
6380
 
6361
- function SvgLogoNyplFullWhite(_ref) {
6381
+ function SvgLogoLpaColor(_ref) {
6362
6382
  var title = _ref.title,
6363
6383
  titleId = _ref.titleId,
6364
6384
  props = _objectWithoutProperties$x(_ref, _excluded$y);
6365
6385
 
6366
6386
  return /*#__PURE__*/React.createElement("svg", _extends$y({
6367
- viewBox: "0 0 967 568",
6387
+ viewBox: "0 0 186 74",
6368
6388
  fill: "none",
6369
6389
  xmlns: "http://www.w3.org/2000/svg",
6370
6390
  "aria-labelledby": titleId
6371
6391
  }, props), title ? /*#__PURE__*/React.createElement("title", {
6372
6392
  id: titleId
6373
- }, title) : null, _g || (_g = /*#__PURE__*/React.createElement("g", {
6374
- clipPath: "url(#logo_nypl_full_white_svg__clip0_1147_1139)",
6375
- fill: "#fff"
6376
- }, /*#__PURE__*/React.createElement("path", {
6377
- d: "M251.237 291.137c-.698 3.641-2.919 10.677-6.472 11.135-3.576.456-6.155-3.379-8.719-4.818-4.33-2.413-10.451-3.994-16.107-5.865-4.88-1.616-11.571-3.62-13.531-8.276-2.942-6.93 3.928-10.211 8.872-11.733 4.659-1.433 8.068-1.97 14.142-2.254 8.934-.428 17.465.85 20.464 6.466 1.809 3.382 2.361 10.093 1.351 15.345zm82.012 4.469c-15.561-7.617-35.77-11.433-50.479-19.599-11.641-6.455-20.566-17.12-33.097-22.866-12.781-6.259-32.021-12.549-39.377-14.361-25.998-6.396-47.833 1.932-55.409 7.925-14.14 11.176-25.19 29.342-20.878 55.473 1.826 11.048 5.228 20.341 10.629 27.985 21.93 30.97 62.972 41.034 95.488 60.572 1.145.778 2.341.572 3.072-.423 5.461-8.034 9.901-14.498 19.1-18.322 9.339-3.899 24.035-2.576 36.705-1.957 13.093.629 27.224-.598 31.968-7.366 5.675-8.079 5.343-24.358-3.314-29.331-4.645-2.676-11.573-2.798-16.625-5.128-3.687-1.705-6.531-4.893-8.563-9.326-1.704-3.709-3.29-9.799-1.08-13.77 2.034-3.663 7.165-2.627 11.283-1.668 8.168 1.873 21.813 3.862 29.669.414 2.315-1.182-5.961-6.724-9.092-8.252zM4.386 317.474c.47-2.649.674-3.389 2.272-5.473 2.529-3.783 33.22-38.222 80.791-46.567 6.26-.899 10.772-.464 11.798 2.045 1.797 4.399-1.846 6.935-6.229 9.472C16.722 322.55 22.13 390.336 21.4 418.066c.23 11.341-7.962 13.409-10.007 8.064-8.954-24.425-16.482-62.708-7.007-108.656zm51.625-99.862c1.564-1.658 2.582-2.421 4.902-3.074 29.301-7.279 58.696-2.644 79.862 6.796 4.755 2.102 6.895 5.085 3.775 7.086-3.969 2.305-15.996 10.127-22.643 16.321-1.933 1.667-5.379 1.753-7.412 1.484-24.813-3.272-37.703-5.203-75.006 8.937-5.723 2.407-10.87-.868-8.237-5.366 4.967-8.898 16.516-23.78 24.76-32.184zm48.216-29.276c-6.415-.731-6.506-5.423-3.794-7.251 6.971-4.885 18.282-10.781 29.656-15.291 3.411-1.35 5.168-1.702 8.289-1.388 8.384.838 22.266 6.484 38.198 17.85 19.106 13.632 36.1 39.528 24.734 37.434-7.189-1.246-4.059-.904-12.485-1.828-8.611-.764-14.261.12-18.229-.284-1.729-.142-3.091-1.295-4.309-2.29-16.124-14.458-34.751-23.635-62.06-26.952z"
6378
- }), /*#__PURE__*/React.createElement("path", {
6379
- d: "M411.177 414.687c-1.719 5.368-3.764 12.1-8.142 8.979-8.135-6.055-26.216-17.689-43.726-24.149-.939-.209-.832-1.517-.502-2.252 1.242-2.75 1.797-5.294 2.335-8.548.497-3.046 2.694-5.079 4.205-7.522 4.488-7.169 6.92-19.661 7.899-27.458.743-7.161.301-15.142-1.251-21.795-.663-2.843-2.711-6.506-2.656-9.648.052-3.073 1.499-6.295 1.793-9.924.868-10.501-12.386-19.258-19.617-22.631-16.411-7.662-33.848-14.515-51.572-23.864-10.005-5.277-18.033-16.853-26.06-23.066-8.108-6.256-34.169-16.593-44.582-19.342-2.353-.741-3.186-1.719-3.584-3.592-4.293-20.489-16.389-43.06-38.975-60.514-7.314-5.686.887-8.918 10.961-9.41 158.795-5.443 250.175 140.692 213.474 264.736"
6380
- }), /*#__PURE__*/React.createElement("path", {
6381
- d: "M346.699 344.448c-.114-.808-.461-3.545-.458-4.111.009-1.442 2.976-3.406 4.361-4.506 2.098-1.671 4.529-3.507 6.122-4.309.574-.362.958.472 1.034.638 5.854 8.888 3.66 30.847-.571 41.292-.489 1.062-1.385 1.478-1.751.698-2.157-4.711-5.359-8.952-9.035-11.28-.682-.527-.734-1.625-.682-1.831 1.184-4.962 1.799-10.465.98-16.591zm-72.394 54.056c1.264-3.639 2.731-5.784 5.559-7.553 5.327-3.343 14.182-3.486 22.726-4.072 8.278-.556 17.125-1.044 23.014-3.764 3.568-1.64 7.133-6.308 12.639-3.931 2.608 1.123 4.031 3.514 4.807 5.891.875 2.646 1.511 5.322 1.24 8.872-.793 10.245-9.114 15.247-10.61 24.824-.142 1.48-.392 3.622-1.243 4.472-6.352 6.467-18.914 5.108-30.273 3.963-4.066-.403-8.086-.514-10.837-1.823-1.984-.93-3.764-2.821-5.412-4.353-3.635-3.368-5.689-5.845-9.334-9.93-1.233-1.384-4.033-3.89-4.217-5.411-.16-1.46 1.402-5.648 1.941-7.185zM75.395 519.246c-4.169-3.417-5.963-6.298-8.36-10.344-19.45-31.083-30.349-141.175-5.287-178.512 7.975-13.084 16.424-7.054 13.615 3.059-4.799 22.703-1.857 35.424 9.182 60.056 17.348 36.609 70.896 87.433 85.072 105.865 24.301 31.616 32.389 54.647 32.279 60.851-.13 4.76-1.045 7.795-9.385 7.09-44.001-3.488-86.535-21.728-117.116-48.065"
6393
+ }, title) : null, _path$v || (_path$v = /*#__PURE__*/React.createElement("path", {
6394
+ d: "M44.43 13.745c-3.302-2.913-7.002-4.835-11.527-5.58-5.565-.93-9.692.404-12.047 1.179-.489.155-.55.465-.55.868-.03 1.023.397 1.829.734 2.139.367.34.734.154 1.284-.032 2.17-.744 5.167-1.27 8.316-.899 2.997.341 5.779 1.271 7.858 2.45-2.935.433-7.338 1.58-11.955 4.959-3.791-.217-8.56.31-13.85 3.007C2.664 26.92-3.634 39.846 2.297 53.919c2.416 5.703 7.889 10.973 14.279 12.864 3.73 1.116 7.063 1.023 7.95.96.275.218.733.559 1.284.93 8.958 6.014 17.213 4.805 22.075 2.108 4.464-2.48 10.395-8.71 10.579-19.56 8.285-8.09 6.726-17.42 5.625-21.388-2.599-9.454-11.282-15.437-19.66-16.088zm9.54 33.478c.03.713-.276 1.023-1.102 1.612-1.1.775-2.782 1.705-4.433 2.232-.214.062-.306-.186-.245-.341.214-.403.52-1.023.704-1.426.367-.806.733-1.643 1.04-2.449.641-1.674 1.283-3.844 1.68-5.61.062-.28.245-.31.337-.155.184.279.795 1.673 1.223 3.068.459 1.488.764 2.666.795 3.07zm-8.562.961c-.642 1.333-1.223 2.449-1.834 3.224-.367.465-2.783 1.302-7.247-.62-3.118-1.333-4.892-2.728-7.552-6.262-.611-.837-1.1-1.55-1.437-2.077-.367-.588-.55-1.053-1.59-.837-.764.155-2.385.806-3.271 2.14-.337.526-.092.96.214 1.456.58.992 1.468 2.17 2.293 3.162 2.905 3.534 6.574 6.51 10.885 7.998.58.185 1.681.495 2.17.62.337.093.49.495.306.681-1.131 1.24-4.066 3.255-4.953 3.72-2.14 1.116-4.311 1.891-5.931 2.139-.55.093-1.07.186-1.835-.465-.948-.837-1.804-1.829-2.568-2.82-1.498-1.985-2.66-4.248-3.455-6.603-1.651-4.867-1.835-10.168-.703-15.158 1.04-4.619 3.18-8.959 6.298-12.492.428-.496 2.049-2.108 2.538-2.45.397-.247.917-.495 2.201-.247 2.08.434 5.565 1.457 9.295 3.782 4.984 3.1 7.827 6.54 8.714 7.656.703.899.734 1.519.611 2.51-.428 4.185-2.018 8.587-3.149 10.943zM43.39 18.178c.245.031.52.093.887.589.703.992 1.865 3.007 2.323 4.06.826 1.985 1.468 4.526 1.743 5.797.061.31-.183.248-.275.186-.275-.31-.856-.806-1.04-.96-.855-.869-3.332-2.883-6.237-4.588-2.599-1.52-5.656-2.76-6.91-3.1-.153-.031-.214-.279-.03-.372.55-.248 2.323-.93 4.464-1.333 1.65-.31 3.516-.434 5.075-.279zM4.132 46.696c-1.07-6.664.917-13.205 5.228-17.452 2.324-2.293 5.137-4.122 8.225-5.145.917-.31 2.568-.744 3.669-.93.306-.031.397.34.214.527-1.04 1.116-2.507 3.44-2.966 4.215-3.577 6.045-5.136 13.33-4.403 20.335.887 8.648 5.106 13.856 5.779 14.755.153.217.306.589-.03.651-.062 0-.398-.062-.887-.155-9.57-2.139-13.82-10.57-14.83-16.8zm27.212 20.242c-.367-.155-.337-.434 0-.558.947-.341 2.69-1.054 3.516-1.52a26.587 26.587 0 004.647-3.223c.734-.62 2.293-2.046 3.21-3.13.306-.373.826-1.024 1.835-1.148 1.957-.217 2.538-.31 3.914-.65 1.314-.342 3.577-1.147 5.075-1.984.184-.093.49 0 .398.465-.673 3.378-2.997 8.586-7.155 11.252-4.8 3.162-10.395 2.82-15.44.496zm26.63-23.528c-.244.403-.611.31-.764-.03-.122-.373-.275-.9-.398-1.272-.642-1.797-1.436-3.564-2.415-5.207a56.94 56.94 0 00-1.62-2.542c-.367-.558-.367-.837-.367-1.519-.03-3.875-1.223-9.206-3.119-12.647-.183-.341.092-.558.306-.465 5.106 2.387 7.858 5.89 9.172 9.206 2.936 7.378.52 12.275-.795 14.476z",
6395
+ fill: "#008375"
6396
+ })), _path2$e || (_path2$e = /*#__PURE__*/React.createElement("path", {
6397
+ d: "M84.349 38.204c0-2.356-1.804-3.472-4.158-3.472h-3.578v11.005h2.324V41.8h.978c2.722 0 4.434-1.21 4.434-3.596zm-2.324.031c0 1.209-.611 1.829-2.079 1.829h-1.009V36.53h1.07c1.437-.03 2.018.59 2.018 1.705zm4.892 3.968h5.014c.276-2.976-.947-4.712-3.424-4.712-2.202 0-3.914 1.643-3.914 4.185 0 2.573 1.498 4.247 4.158 4.247 1.621 0 2.447-.465 2.966-.775l-.703-1.426c-.397.186-.978.558-2.079.558-1.284 0-1.896-.837-2.018-2.077zm0-1.488c.153-1.054.673-1.643 1.59-1.643.978 0 1.345.744 1.376 1.643h-2.966zm11.557-3.007c-.183-.093-.489-.217-1.07-.217-1.009 0-1.65.682-1.987 1.302v-1.085h-2.17v8.029h2.17v-5.053c.183-.372.764-1.209 1.712-1.209.459 0 .703.093.826.186l.52-1.953zm3.578 1.612h1.895v-1.643h-1.895v-.65c0-1.055.397-1.582 1.284-1.582.581 0 .948.155 1.101.217l.489-1.643c-.184-.124-.765-.372-1.927-.372-2.017 0-3.118 1.302-3.118 3.224v.837h-1.193v1.643h1.193v6.417h2.171V39.32zm10.242 2.325c0-2.077-1.253-4.185-4.005-4.185s-3.944 2.17-3.944 4.247 1.192 4.185 3.975 4.185c2.751.03 3.974-2.201 3.974-4.247zm-2.293.093c0 1.488-.428 2.51-1.681 2.51-1.223 0-1.713-1.084-1.713-2.603 0-1.488.398-2.542 1.621-2.542 1.253 0 1.773 1.116 1.773 2.635zm8.653-4.03c-.184-.093-.489-.217-1.07-.217-1.009 0-1.651.682-1.988 1.302v-1.085h-2.17v8.029h2.17v-5.053c.184-.372.765-1.209 1.713-1.209.458 0 .703.093.825.186l.52-1.953zm7.307 1.054c-.305-.744-.917-1.27-2.048-1.27-1.284 0-1.957.712-2.385 1.177v-.992h-2.11v8.029h2.171V40.28c.153-.217.673-.992 1.468-.992.642 0 .917.403.917 1.209v5.177h2.171v-5.487c.305-.372.795-.899 1.467-.899.704 0 .948.434.948 1.209v5.177h2.171v-5.642c0-1.488-.581-2.604-2.263-2.604-1.131.062-1.865.558-2.507 1.333zm8.622-1.085h-2.17v8.029h2.17v-8.029zm.245-2.356c0-.682-.581-1.302-1.345-1.302-.765 0-1.315.59-1.315 1.302 0 .713.55 1.333 1.315 1.333a1.34 1.34 0 001.345-1.333zm8.714 10.385v-5.642c0-1.488-.642-2.604-2.385-2.604-1.315 0-2.11.713-2.538 1.21v-.993h-2.109v8.029h2.17v-5.394c.153-.217.795-.992 1.621-.992.795 0 1.07.403 1.07 1.209v5.177h2.171zm6.084-8.029c-.397-.124-.886-.186-1.406-.186-2.202 0-3.516 1.178-3.516 2.914 0 1.054.52 1.89 1.406 2.418-.458.279-.886.744-.886 1.519 0 .589.275.96.703 1.209-.795.434-1.346 1.084-1.346 1.953 0 1.456 1.315 2.138 3.486 2.138 2.599 0 4.342-1.209 4.342-2.914 0-2.386-2.079-2.386-3.731-2.48-1.131-.061-1.589-.154-1.589-.588 0-.217.152-.372.305-.465.306.062.612.093.948.093 2.202 0 3.425-1.178 3.425-2.914 0-.465-.092-.899-.306-1.302h1.07v-1.426h-2.905v.031zm-1.406 4.216c-.887 0-1.437-.558-1.437-1.488 0-.93.55-1.488 1.437-1.488s1.437.558 1.437 1.488c0 .93-.52 1.488-1.437 1.488zm-.917 4.092c.336.062.703.093 1.07.124 1.162.093 1.895.062 1.895.898 0 .682-.733 1.178-2.079 1.178-1.1 0-1.559-.434-1.559-1.085.031-.465.245-.837.673-1.115zm11.863-2.325h4.341l.734 2.077h2.507l-4.25-11.005h-2.232l-4.127 11.005h2.323l.704-2.077zm3.669-1.86h-3.027l.917-2.635c.336-.93.55-1.767.581-1.89h.031c.03.123.244.96.58 1.89l.918 2.635zm9.937-4.092c-.184-.093-.49-.217-1.071-.217-1.009 0-1.651.682-1.987 1.302v-1.085h-2.171v8.029h2.171v-5.053c.184-.372.764-1.209 1.712-1.209.459 0 .704.093.826.186l.52-1.953zm1.498 1.612v4.092c0 1.55.642 2.51 2.507 2.51.978 0 1.651-.278 1.987-.464l-.489-1.643c-.153.093-.581.31-1.039.31-.612 0-.795-.341-.795-1.147V39.32h1.865v-1.643h-1.865v-2.325H174.3v2.325h-1.284v1.643h1.254zm10.732 4.03c0-1.364-.918-1.922-2.171-2.45-.918-.371-1.621-.526-1.621-1.053 0-.434.337-.713 1.101-.713s1.376.31 1.682.527l.764-1.488c-.367-.217-1.192-.65-2.538-.65-1.804 0-2.966.96-2.966 2.448 0 1.209.673 1.86 1.774 2.387 1.131.558 1.987.682 1.987 1.24 0 .465-.458.713-1.315.713-.886 0-1.651-.434-1.956-.651l-.734 1.519c.489.34 1.406.744 2.813.744 2.018 0 3.18-.9 3.18-2.573zM76.72 29.733h5.228v-.775h-4.342V18.73h-.886v11.004zm7.246-9.516c.367 0 .642-.31.642-.682a.65.65 0 00-.642-.65.65.65 0 00-.642.65c0 .372.275.682.642.682zm-.428 9.516h.856V21.86h-.856v7.873zm5.565.186c2.384 0 3.852-1.922 3.852-4.153 0-2.294-1.07-4.092-3.302-4.092-.795 0-1.56.372-2.049.899V17.83h-.856V29.3c.581.371 1.437.62 2.355.62zm.03-.744c-.611 0-1.162-.124-1.529-.31v-5.517c.428-.496 1.223-.9 1.896-.9 1.896 0 2.538 1.644 2.538 3.349.03 1.642-.917 3.378-2.905 3.378zm5.779.558h.856v-5.486c.214-.465.917-1.736 1.987-1.736.337 0 .52.062.642.124l.214-.806c-.122-.062-.397-.124-.733-.124-1.101 0-1.804.96-2.08 1.55V21.89h-.886v7.842zm6.604.186c.917 0 1.804-.465 2.354-1.178.031.28.061.744.123.992h.856c-.092-.34-.153-.899-.153-1.58v-3.968c0-1.705-.887-2.511-2.477-2.511-1.009 0-1.865.34-2.537.992l.458.589c.642-.62 1.284-.837 2.018-.837 1.162 0 1.712.589 1.712 1.86v.899h-.367c-1.804 0-4.097.589-4.097 2.697-.06 1.24.826 2.045 2.11 2.045zm.122-.744c-.672 0-1.406-.465-1.406-1.332 0-1.457 1.467-1.984 3.21-1.984h.367v2.107c-.581.775-1.315 1.21-2.171 1.21zm5.32.558h.856v-5.486c.215-.465.918-1.736 1.988-1.736.336 0 .52.062.642.124l.214-.806c-.122-.062-.398-.124-.734-.124-1.101 0-1.804.96-2.079 1.55V21.89h-.856v7.842h-.031zm4.77 3.782c1.682 0 2.293-1.178 2.844-2.666l3.332-9.02h-.886l-2.385 6.757-2.446-6.757h-.918l2.905 7.811-.397 1.116c-.459 1.24-.918 1.984-2.049 1.984-.306 0-.428-.03-.55-.062l-.123.713c.153.093.337.124.673.124zm11.588-3.782h.826v-7.191h2.017v-.682h-2.017v-1.24c0-1.426.58-2.17 1.773-2.17.458 0 .825.124.978.217l.214-.744c-.214-.093-.611-.217-1.192-.217-1.712 0-2.63 1.085-2.63 2.883v1.333h-1.345v.682h1.345v7.13h.031zm6.879.186c2.446 0 3.547-2.17 3.547-4.153 0-1.953-1.131-4.092-3.577-4.092-2.446 0-3.486 2.139-3.486 4.123.031 1.983 1.101 4.122 3.516 4.122zm.031-.744c-1.743 0-2.63-1.611-2.63-3.41 0-1.766.795-3.347 2.569-3.347 1.773 0 2.69 1.612 2.69 3.379 0 1.797-.856 3.378-2.629 3.378zm5.473.558h.856v-5.486c.214-.465.917-1.736 1.987-1.736.337 0 .52.062.642.124l.214-.806c-.122-.062-.397-.124-.733-.124-1.101 0-1.804.96-2.079 1.55V21.89h-.857v7.842h-.03zm10.793.186a2.65 2.65 0 001.498-.465l-.336-.65c-.153.123-.612.371-1.07.371-.704 0-.948-.434-.948-1.24v-5.362h1.987v-.682h-1.987v-2.263h-.856v2.232h-1.315v.682h1.315v5.424c0 1.24.55 1.953 1.712 1.953zm3.149-.186h.856V24c.275-.434 1.223-1.55 2.385-1.55 1.162 0 1.59.713 1.59 1.89v5.394h.856v-5.58c0-1.425-.642-2.48-2.263-2.48-1.314 0-2.201.9-2.568 1.427v-5.27h-.856v11.903zm11.068.186c1.254 0 2.14-.434 2.63-.806l-.367-.682c-.428.341-1.254.744-2.232.744-1.865 0-2.599-1.643-2.63-3.44v-.186h5.351c.031-.155.031-.28.031-.434 0-2.015-1.071-3.441-2.936-3.441-2.079 0-3.332 1.829-3.332 4.03 0 2.293 1.1 4.215 3.485 4.215zm-2.538-5.083c.214-1.364 1.009-2.418 2.355-2.418 1.467 0 2.079 1.209 2.109 2.418h-4.464zM76.687 12.688h.825V3.14l6.513 9.548h.825V1.684h-.856v9.485l-6.451-9.485h-.887v11.004h.03zm13.178.155c1.253 0 2.14-.434 2.63-.806l-.368-.682c-.428.34-1.253.744-2.232.744-1.865 0-2.599-1.643-2.63-3.44v-.187h5.351c.031-.155.031-.279.031-.434 0-2.015-1.07-3.44-2.935-3.44-2.08 0-3.333 1.828-3.333 4.03 0 2.293 1.1 4.215 3.486 4.215zM87.327 7.79c.214-1.364 1.009-2.418 2.354-2.418 1.468 0 2.08 1.21 2.11 2.418h-4.464zm8.5 4.898h.795l2.11-6.634 2.109 6.634h.795l2.354-7.874h-.856l-1.895 6.572-2.049-6.572h-.825l-2.049 6.54-1.896-6.54h-.917l2.324 7.874zm15.257 0h.886V8.534l3.608-6.85h-.917l-3.088 5.951h-.031l-3.088-5.951h-1.009l3.639 6.85v4.154zm7.093.155c2.446 0 3.547-2.17 3.547-4.154 0-1.953-1.132-4.092-3.578-4.092-2.445 0-3.485 2.14-3.485 4.123 0 2.015 1.07 4.123 3.516 4.123zm0-.744c-1.773 0-2.629-1.612-2.629-3.41 0-1.767.795-3.348 2.568-3.348 1.773 0 2.691 1.612 2.691 3.38 0 1.797-.857 3.378-2.63 3.378zm5.167.589h.856V7.2c.214-.465.918-1.736 1.988-1.736.336 0 .519.062.642.124l.214-.806c-.122-.062-.398-.124-.734-.124-1.101 0-1.804.961-2.079 1.55V4.845h-.887v7.843zm9.723 0h1.07l-3.608-4.433 3.425-3.44h-1.07l-3.394 3.44 3.577 4.433zm-4.525 0h.856V.816h-.856v11.872zm11.007 0h.887v-4.68h1.376c2.446 0 3.821-1.24 3.821-3.225 0-1.953-1.437-3.1-3.699-3.1h-2.385v11.005zm.887-5.456V2.46h1.376c2.079 0 2.874.991 2.874 2.355 0 1.457-.857 2.418-2.905 2.418h-1.345zm8.866 5.61c1.315 0 2.202-.867 2.569-1.456 0 .434.061 1.023.122 1.302h.856c-.092-.31-.153-.9-.153-1.52V4.815h-.856v5.704c-.275.465-1.223 1.58-2.385 1.58-1.192 0-1.59-.743-1.59-1.89V4.814h-.856v5.549c0 1.426.642 2.48 2.293 2.48zm8.072 0c2.385 0 3.853-1.921 3.853-4.153 0-2.294-1.07-4.092-3.302-4.092-.795 0-1.56.372-2.049.9V.753h-.856v11.469c.55.403 1.406.62 2.354.62zm.031-.743c-.612 0-1.162-.124-1.498-.31V6.302c.428-.496 1.223-.899 1.895-.899 1.896 0 2.538 1.643 2.538 3.348-.031 1.643-.978 3.348-2.935 3.348zm5.442.589h.856V.816h-.856v11.872zm3.73-9.548c.367 0 .642-.31.642-.681a.65.65 0 00-.642-.651.65.65 0 00-.642.65c0 .403.306.682.642.682zm-.428 9.548h.856V4.814h-.856v7.874zm5.901.155c1.162 0 1.988-.434 2.416-.806l-.367-.651c-.337.31-1.101.713-1.988.713-1.712 0-2.476-1.674-2.476-3.41 0-1.829.795-3.348 2.507-3.348.856 0 1.437.341 1.896.713l.428-.62c-.428-.372-1.162-.837-2.324-.837-1.987 0-3.424 1.612-3.424 4.123 0 2.139 1.1 4.123 3.332 4.123z",
6398
+ fill: "#000"
6399
+ })));
6400
+ }
6401
+
6402
+ var _path$w;
6403
+
6404
+ var _excluded$z = ["title", "titleId"];
6405
+
6406
+ function _extends$z() { _extends$z = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$z.apply(this, arguments); }
6407
+
6408
+ function _objectWithoutProperties$y(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$z(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6409
+
6410
+ function _objectWithoutPropertiesLoose$z(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6411
+
6412
+ function SvgLogoLpaBlack(_ref) {
6413
+ var title = _ref.title,
6414
+ titleId = _ref.titleId,
6415
+ props = _objectWithoutProperties$y(_ref, _excluded$z);
6416
+
6417
+ return /*#__PURE__*/React.createElement("svg", _extends$z({
6418
+ viewBox: "0 0 186 74",
6419
+ xmlns: "http://www.w3.org/2000/svg",
6420
+ "aria-labelledby": titleId
6421
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
6422
+ id: titleId
6423
+ }, title) : null, _path$w || (_path$w = /*#__PURE__*/React.createElement("path", {
6424
+ d: "M44.43 13.745c-3.302-2.913-7.002-4.835-11.527-5.58-5.565-.93-9.692.404-12.047 1.179-.489.155-.55.465-.55.868-.03 1.023.397 1.829.734 2.139.367.34.734.154 1.284-.032 2.17-.744 5.167-1.27 8.316-.899 2.997.341 5.779 1.271 7.858 2.45-2.935.433-7.338 1.58-11.955 4.959-3.791-.217-8.56.31-13.85 3.007C2.664 26.92-3.634 39.846 2.297 53.919c2.416 5.703 7.889 10.973 14.279 12.864 3.73 1.116 7.063 1.023 7.95.96.275.218.733.559 1.284.93 8.958 6.014 17.213 4.805 22.075 2.108 4.464-2.48 10.395-8.71 10.579-19.56 8.285-8.09 6.726-17.42 5.625-21.388-2.599-9.454-11.282-15.437-19.66-16.088zm9.54 33.478c.03.713-.276 1.023-1.102 1.612-1.1.775-2.782 1.705-4.433 2.232-.214.062-.306-.186-.245-.341.214-.403.52-1.023.704-1.426.367-.806.733-1.643 1.04-2.449.641-1.674 1.283-3.844 1.68-5.61.062-.28.245-.31.337-.155.184.279.795 1.673 1.223 3.068.459 1.488.764 2.666.795 3.07zm-8.562.961c-.642 1.333-1.223 2.449-1.834 3.224-.367.465-2.783 1.302-7.247-.62-3.118-1.333-4.892-2.728-7.552-6.262-.611-.837-1.1-1.55-1.437-2.077-.367-.588-.55-1.053-1.59-.837-.764.155-2.385.806-3.271 2.14-.337.526-.092.96.214 1.456.58.992 1.468 2.17 2.293 3.162 2.905 3.534 6.574 6.51 10.885 7.998.58.185 1.681.495 2.17.62.337.093.49.495.306.681-1.131 1.24-4.066 3.255-4.953 3.72-2.14 1.116-4.311 1.891-5.931 2.139-.55.093-1.07.186-1.835-.465-.948-.837-1.804-1.829-2.568-2.82-1.498-1.985-2.66-4.248-3.455-6.603-1.651-4.867-1.835-10.168-.703-15.158 1.04-4.619 3.18-8.959 6.298-12.492.428-.496 2.049-2.108 2.538-2.45.397-.247.917-.495 2.201-.247 2.08.434 5.565 1.457 9.295 3.782 4.984 3.1 7.827 6.54 8.714 7.656.703.899.734 1.519.611 2.51-.428 4.185-2.018 8.587-3.149 10.943zM43.39 18.178c.245.031.52.093.887.589.703.992 1.865 3.007 2.323 4.06.826 1.985 1.468 4.526 1.743 5.797.061.31-.183.248-.275.186-.275-.31-.856-.806-1.04-.96-.855-.869-3.332-2.883-6.237-4.588-2.599-1.52-5.656-2.76-6.91-3.1-.153-.031-.214-.279-.03-.372.55-.248 2.323-.93 4.464-1.333 1.65-.31 3.516-.434 5.075-.279zM4.132 46.696c-1.07-6.664.917-13.205 5.228-17.452 2.324-2.293 5.137-4.122 8.225-5.145.917-.31 2.568-.744 3.669-.93.306-.031.397.34.214.527-1.04 1.116-2.507 3.44-2.966 4.215-3.577 6.045-5.136 13.33-4.403 20.335.887 8.648 5.106 13.856 5.779 14.755.153.217.306.589-.03.651-.062 0-.398-.062-.887-.155-9.57-2.139-13.82-10.57-14.83-16.8zm27.212 20.242c-.367-.155-.337-.434 0-.558.947-.341 2.69-1.054 3.516-1.52a26.587 26.587 0 004.647-3.223c.734-.62 2.293-2.046 3.21-3.13.306-.373.826-1.024 1.835-1.148 1.957-.217 2.538-.31 3.914-.65 1.314-.342 3.577-1.147 5.075-1.984.184-.093.49 0 .398.465-.673 3.378-2.997 8.586-7.155 11.252-4.8 3.162-10.395 2.82-15.44.496zm26.63-23.528c-.244.403-.611.31-.764-.03-.122-.373-.275-.9-.398-1.272-.642-1.797-1.436-3.564-2.415-5.207a56.94 56.94 0 00-1.62-2.542c-.367-.558-.367-.837-.367-1.519-.03-3.875-1.223-9.206-3.119-12.647-.183-.341.092-.558.306-.465 5.106 2.387 7.858 5.89 9.172 9.206 2.936 7.378.52 12.275-.795 14.476zM84.349 38.204c0-2.356-1.804-3.472-4.158-3.472h-3.578v11.005h2.324V41.8h.978c2.722 0 4.434-1.21 4.434-3.596zm-2.324.031c0 1.209-.611 1.829-2.079 1.829h-1.009V36.53h1.07c1.437-.03 2.018.59 2.018 1.705zm4.892 3.968h5.014c.276-2.976-.947-4.712-3.424-4.712-2.202 0-3.914 1.643-3.914 4.185 0 2.573 1.498 4.247 4.158 4.247 1.621 0 2.447-.465 2.966-.775l-.703-1.426c-.397.186-.978.558-2.079.558-1.284 0-1.896-.837-2.018-2.077zm0-1.488c.153-1.054.673-1.643 1.59-1.643.978 0 1.345.744 1.376 1.643h-2.966zm11.557-3.007c-.183-.093-.489-.217-1.07-.217-1.009 0-1.65.682-1.987 1.302v-1.085h-2.17v8.029h2.17v-5.053c.183-.372.764-1.209 1.712-1.209.459 0 .703.093.826.186l.52-1.953zm3.578 1.612h1.895v-1.643h-1.895v-.65c0-1.055.397-1.582 1.284-1.582.581 0 .948.155 1.101.217l.489-1.643c-.184-.124-.765-.372-1.927-.372-2.017 0-3.118 1.302-3.118 3.224v.837h-1.193v1.643h1.193v6.417h2.171V39.32zm10.242 2.325c0-2.077-1.253-4.185-4.005-4.185s-3.944 2.17-3.944 4.247 1.192 4.185 3.975 4.185c2.751.03 3.974-2.201 3.974-4.247zm-2.293.093c0 1.488-.428 2.51-1.681 2.51-1.223 0-1.713-1.084-1.713-2.603 0-1.488.398-2.542 1.621-2.542 1.253 0 1.773 1.116 1.773 2.635zm8.653-4.03c-.184-.093-.489-.217-1.07-.217-1.009 0-1.651.682-1.988 1.302v-1.085h-2.17v8.029h2.17v-5.053c.184-.372.765-1.209 1.713-1.209.458 0 .703.093.825.186l.52-1.953zm7.307 1.054c-.305-.744-.917-1.27-2.048-1.27-1.284 0-1.957.712-2.385 1.177v-.992h-2.11v8.029h2.171V40.28c.153-.217.673-.992 1.468-.992.642 0 .917.403.917 1.209v5.177h2.171v-5.487c.305-.372.795-.899 1.467-.899.704 0 .948.434.948 1.209v5.177h2.171v-5.642c0-1.488-.581-2.604-2.263-2.604-1.131.062-1.865.558-2.507 1.333zm8.622-1.085h-2.17v8.029h2.17v-8.029zm.245-2.356c0-.682-.581-1.302-1.345-1.302-.765 0-1.315.59-1.315 1.302 0 .713.55 1.333 1.315 1.333a1.34 1.34 0 001.345-1.333zm8.714 10.385v-5.642c0-1.488-.642-2.604-2.385-2.604-1.315 0-2.11.713-2.538 1.21v-.993h-2.109v8.029h2.17v-5.394c.153-.217.795-.992 1.621-.992.795 0 1.07.403 1.07 1.209v5.177h2.171zm6.084-8.029c-.397-.124-.886-.186-1.406-.186-2.202 0-3.516 1.178-3.516 2.914 0 1.054.52 1.89 1.406 2.418-.458.279-.886.744-.886 1.519 0 .589.275.96.703 1.209-.795.434-1.346 1.084-1.346 1.953 0 1.456 1.315 2.138 3.486 2.138 2.599 0 4.342-1.209 4.342-2.914 0-2.386-2.079-2.386-3.731-2.48-1.131-.061-1.589-.154-1.589-.588 0-.217.152-.372.305-.465.306.062.612.093.948.093 2.202 0 3.425-1.178 3.425-2.914 0-.465-.092-.899-.306-1.302h1.07v-1.426h-2.905v.031zm-1.406 4.216c-.887 0-1.437-.558-1.437-1.488 0-.93.55-1.488 1.437-1.488s1.437.558 1.437 1.488c0 .93-.52 1.488-1.437 1.488zm-.917 4.092c.336.062.703.093 1.07.124 1.162.093 1.895.062 1.895.898 0 .682-.733 1.178-2.079 1.178-1.1 0-1.559-.434-1.559-1.085.031-.465.245-.837.673-1.115zm11.863-2.325h4.341l.734 2.077h2.507l-4.25-11.005h-2.232l-4.127 11.005h2.323l.704-2.077zm3.669-1.86h-3.027l.917-2.635c.336-.93.55-1.767.581-1.89h.031c.03.123.244.96.58 1.89l.918 2.635zm9.937-4.092c-.184-.093-.49-.217-1.071-.217-1.009 0-1.651.682-1.987 1.302v-1.085h-2.171v8.029h2.171v-5.053c.184-.372.764-1.209 1.712-1.209.459 0 .704.093.826.186l.52-1.953zm1.498 1.612v4.092c0 1.55.642 2.51 2.507 2.51.978 0 1.651-.278 1.987-.464l-.489-1.643c-.153.093-.581.31-1.039.31-.612 0-.795-.341-.795-1.147V39.32h1.865v-1.643h-1.865v-2.325H174.3v2.325h-1.284v1.643h1.254zm10.732 4.03c0-1.364-.918-1.922-2.171-2.45-.918-.371-1.621-.526-1.621-1.053 0-.434.337-.713 1.101-.713s1.376.31 1.682.527l.764-1.488c-.367-.217-1.192-.65-2.538-.65-1.804 0-2.966.96-2.966 2.448 0 1.209.673 1.86 1.774 2.387 1.131.558 1.987.682 1.987 1.24 0 .465-.458.713-1.315.713-.886 0-1.651-.434-1.956-.651l-.734 1.519c.489.34 1.406.744 2.813.744 2.018 0 3.18-.9 3.18-2.573zM76.72 29.733h5.228v-.775h-4.342V18.73h-.886v11.004zm7.246-9.516c.367 0 .642-.31.642-.682a.65.65 0 00-.642-.65.65.65 0 00-.642.65c0 .372.275.682.642.682zm-.428 9.516h.856V21.86h-.856v7.873zm5.565.186c2.384 0 3.852-1.922 3.852-4.153 0-2.294-1.07-4.092-3.302-4.092-.795 0-1.56.372-2.049.899V17.83h-.856V29.3c.581.371 1.437.62 2.355.62zm.03-.744c-.611 0-1.162-.124-1.529-.31v-5.517c.428-.496 1.223-.9 1.896-.9 1.896 0 2.538 1.644 2.538 3.349.03 1.642-.917 3.378-2.905 3.378zm5.779.558h.856v-5.486c.214-.465.917-1.736 1.987-1.736.337 0 .52.062.642.124l.214-.806c-.122-.062-.397-.124-.733-.124-1.101 0-1.804.96-2.08 1.55V21.89h-.886v7.842zm6.604.186c.917 0 1.804-.465 2.354-1.178.031.28.061.744.123.992h.856c-.092-.34-.153-.899-.153-1.58v-3.968c0-1.705-.887-2.511-2.477-2.511-1.009 0-1.865.34-2.537.992l.458.589c.642-.62 1.284-.837 2.018-.837 1.162 0 1.712.589 1.712 1.86v.899h-.367c-1.804 0-4.097.589-4.097 2.697-.06 1.24.826 2.045 2.11 2.045zm.122-.744c-.672 0-1.406-.465-1.406-1.332 0-1.457 1.467-1.984 3.21-1.984h.367v2.107c-.581.775-1.315 1.21-2.171 1.21zm5.32.558h.856v-5.486c.215-.465.918-1.736 1.988-1.736.336 0 .52.062.642.124l.214-.806c-.122-.062-.398-.124-.734-.124-1.101 0-1.804.96-2.079 1.55V21.89h-.856v7.842h-.031zm4.77 3.782c1.682 0 2.293-1.178 2.844-2.666l3.332-9.02h-.886l-2.385 6.757-2.446-6.757h-.918l2.905 7.811-.397 1.116c-.459 1.24-.918 1.984-2.049 1.984-.306 0-.428-.03-.55-.062l-.123.713c.153.093.337.124.673.124zm11.588-3.782h.826v-7.191h2.017v-.682h-2.017v-1.24c0-1.426.58-2.17 1.773-2.17.458 0 .825.124.978.217l.214-.744c-.214-.093-.611-.217-1.192-.217-1.712 0-2.63 1.085-2.63 2.883v1.333h-1.345v.682h1.345v7.13h.031zm6.879.186c2.446 0 3.547-2.17 3.547-4.153 0-1.953-1.131-4.092-3.577-4.092-2.446 0-3.486 2.139-3.486 4.123.031 1.983 1.101 4.122 3.516 4.122zm.031-.744c-1.743 0-2.63-1.611-2.63-3.41 0-1.766.795-3.347 2.569-3.347 1.773 0 2.69 1.612 2.69 3.379 0 1.797-.856 3.378-2.629 3.378zm5.473.558h.856v-5.486c.214-.465.917-1.736 1.987-1.736.337 0 .52.062.642.124l.214-.806c-.122-.062-.397-.124-.733-.124-1.101 0-1.804.96-2.079 1.55V21.89h-.857v7.842h-.03zm10.793.186a2.65 2.65 0 001.498-.465l-.336-.65c-.153.123-.612.371-1.07.371-.704 0-.948-.434-.948-1.24v-5.362h1.987v-.682h-1.987v-2.263h-.856v2.232h-1.315v.682h1.315v5.424c0 1.24.55 1.953 1.712 1.953zm3.149-.186h.856V24c.275-.434 1.223-1.55 2.385-1.55 1.162 0 1.59.713 1.59 1.89v5.394h.856v-5.58c0-1.425-.642-2.48-2.263-2.48-1.314 0-2.201.9-2.568 1.427v-5.27h-.856v11.903zm11.068.186c1.254 0 2.14-.434 2.63-.806l-.367-.682c-.428.341-1.254.744-2.232.744-1.865 0-2.599-1.643-2.63-3.44v-.186h5.351c.031-.155.031-.28.031-.434 0-2.015-1.071-3.441-2.936-3.441-2.079 0-3.332 1.829-3.332 4.03 0 2.293 1.1 4.215 3.485 4.215zm-2.538-5.083c.214-1.364 1.009-2.418 2.355-2.418 1.467 0 2.079 1.209 2.109 2.418h-4.464zM76.687 12.688h.825V3.14l6.513 9.548h.825V1.684h-.856v9.485l-6.451-9.485h-.887v11.004h.03zm13.178.155c1.253 0 2.14-.434 2.63-.806l-.368-.682c-.428.34-1.253.744-2.232.744-1.865 0-2.599-1.643-2.63-3.44v-.187h5.351c.031-.155.031-.279.031-.434 0-2.015-1.07-3.44-2.935-3.44-2.08 0-3.333 1.828-3.333 4.03 0 2.293 1.1 4.215 3.486 4.215zM87.327 7.79c.214-1.364 1.009-2.418 2.354-2.418 1.468 0 2.08 1.21 2.11 2.418h-4.464zm8.5 4.898h.795l2.11-6.634 2.109 6.634h.795l2.354-7.874h-.856l-1.895 6.572-2.049-6.572h-.825l-2.049 6.54-1.896-6.54h-.917l2.324 7.874zm15.257 0h.886V8.534l3.608-6.85h-.917l-3.088 5.951h-.031l-3.088-5.951h-1.009l3.639 6.85v4.154zm7.093.155c2.446 0 3.547-2.17 3.547-4.154 0-1.953-1.132-4.092-3.578-4.092-2.445 0-3.485 2.14-3.485 4.123 0 2.015 1.07 4.123 3.516 4.123zm0-.744c-1.773 0-2.629-1.612-2.629-3.41 0-1.767.795-3.348 2.568-3.348 1.773 0 2.691 1.612 2.691 3.38 0 1.797-.857 3.378-2.63 3.378zm5.167.589h.856V7.2c.214-.465.918-1.736 1.988-1.736.336 0 .519.062.642.124l.214-.806c-.122-.062-.398-.124-.734-.124-1.101 0-1.804.961-2.079 1.55V4.845h-.887v7.843zm9.723 0h1.07l-3.608-4.433 3.425-3.44h-1.07l-3.394 3.44 3.577 4.433zm-4.525 0h.856V.816h-.856v11.872zm11.007 0h.887v-4.68h1.376c2.446 0 3.821-1.24 3.821-3.225 0-1.953-1.437-3.1-3.699-3.1h-2.385v11.005zm.887-5.456V2.46h1.376c2.079 0 2.874.991 2.874 2.355 0 1.457-.857 2.418-2.905 2.418h-1.345zm8.866 5.61c1.315 0 2.202-.867 2.569-1.456 0 .434.061 1.023.122 1.302h.856c-.092-.31-.153-.9-.153-1.52V4.815h-.856v5.704c-.275.465-1.223 1.58-2.385 1.58-1.192 0-1.59-.743-1.59-1.89V4.814h-.856v5.549c0 1.426.642 2.48 2.293 2.48zm8.072 0c2.385 0 3.853-1.921 3.853-4.153 0-2.294-1.07-4.092-3.302-4.092-.795 0-1.56.372-2.049.9V.753h-.856v11.469c.55.403 1.406.62 2.354.62zm.031-.743c-.612 0-1.162-.124-1.498-.31V6.302c.428-.496 1.223-.899 1.895-.899 1.896 0 2.538 1.643 2.538 3.348-.031 1.643-.978 3.348-2.935 3.348zm5.442.589h.856V.816h-.856v11.872zm3.73-9.548c.367 0 .642-.31.642-.681a.65.65 0 00-.642-.651.65.65 0 00-.642.65c0 .403.306.682.642.682zm-.428 9.548h.856V4.814h-.856v7.874zm5.901.155c1.162 0 1.988-.434 2.416-.806l-.367-.651c-.337.31-1.101.713-1.988.713-1.712 0-2.476-1.674-2.476-3.41 0-1.829.795-3.348 2.507-3.348.856 0 1.437.341 1.896.713l.428-.62c-.428-.372-1.162-.837-2.324-.837-1.987 0-3.424 1.612-3.424 4.123 0 2.139 1.1 4.123 3.332 4.123z"
6425
+ })));
6426
+ }
6427
+
6428
+ var _path$x;
6429
+
6430
+ var _excluded$A = ["title", "titleId"];
6431
+
6432
+ function _extends$A() { _extends$A = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$A.apply(this, arguments); }
6433
+
6434
+ function _objectWithoutProperties$z(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$A(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6435
+
6436
+ function _objectWithoutPropertiesLoose$A(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6437
+
6438
+ function SvgLogoLpaWhite(_ref) {
6439
+ var title = _ref.title,
6440
+ titleId = _ref.titleId,
6441
+ props = _objectWithoutProperties$z(_ref, _excluded$A);
6442
+
6443
+ return /*#__PURE__*/React.createElement("svg", _extends$A({
6444
+ viewBox: "0 0 186 74",
6445
+ fill: "#fff",
6446
+ xmlns: "http://www.w3.org/2000/svg",
6447
+ "aria-labelledby": titleId
6448
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
6449
+ id: titleId
6450
+ }, title) : null, _path$x || (_path$x = /*#__PURE__*/React.createElement("path", {
6451
+ d: "M44.43 13.745c-3.302-2.913-7.002-4.835-11.527-5.58-5.565-.93-9.692.404-12.047 1.179-.489.155-.55.465-.55.868-.03 1.023.397 1.829.734 2.139.367.34.734.154 1.284-.032 2.17-.744 5.167-1.27 8.316-.899 2.997.341 5.779 1.271 7.858 2.45-2.935.433-7.338 1.58-11.955 4.959-3.791-.217-8.56.31-13.85 3.007C2.664 26.92-3.634 39.846 2.297 53.919c2.416 5.703 7.889 10.973 14.279 12.864 3.73 1.116 7.063 1.023 7.95.96.275.218.733.559 1.284.93 8.958 6.014 17.213 4.805 22.075 2.108 4.464-2.48 10.395-8.71 10.579-19.56 8.285-8.09 6.726-17.42 5.625-21.388-2.599-9.454-11.282-15.437-19.66-16.088zm9.54 33.478c.03.713-.276 1.023-1.102 1.612-1.1.775-2.782 1.705-4.433 2.232-.214.062-.306-.186-.245-.341.214-.403.52-1.023.704-1.426.367-.806.733-1.643 1.04-2.449.641-1.674 1.283-3.844 1.68-5.61.062-.28.245-.31.337-.155.184.279.795 1.673 1.223 3.068.459 1.488.764 2.666.795 3.07zm-8.562.961c-.642 1.333-1.223 2.449-1.834 3.224-.367.465-2.783 1.302-7.247-.62-3.118-1.333-4.892-2.728-7.552-6.262-.611-.837-1.1-1.55-1.437-2.077-.367-.588-.55-1.053-1.59-.837-.764.155-2.385.806-3.271 2.14-.337.526-.092.96.214 1.456.58.992 1.468 2.17 2.293 3.162 2.905 3.534 6.574 6.51 10.885 7.998.58.185 1.681.495 2.17.62.337.093.49.495.306.681-1.131 1.24-4.066 3.255-4.953 3.72-2.14 1.116-4.311 1.891-5.931 2.139-.55.093-1.07.186-1.835-.465-.948-.837-1.804-1.829-2.568-2.82-1.498-1.985-2.66-4.248-3.455-6.603-1.651-4.867-1.835-10.168-.703-15.158 1.04-4.619 3.18-8.959 6.298-12.492.428-.496 2.049-2.108 2.538-2.45.397-.247.917-.495 2.201-.247 2.08.434 5.565 1.457 9.295 3.782 4.984 3.1 7.827 6.54 8.714 7.656.703.899.734 1.519.611 2.51-.428 4.185-2.018 8.587-3.149 10.943zM43.39 18.178c.245.031.52.093.887.589.703.992 1.865 3.007 2.323 4.06.826 1.985 1.468 4.526 1.743 5.797.061.31-.183.248-.275.186-.275-.31-.856-.806-1.04-.96-.855-.869-3.332-2.883-6.237-4.588-2.599-1.52-5.656-2.76-6.91-3.1-.153-.031-.214-.279-.03-.372.55-.248 2.323-.93 4.464-1.333 1.65-.31 3.516-.434 5.075-.279zM4.132 46.696c-1.07-6.664.917-13.205 5.228-17.452 2.324-2.293 5.137-4.122 8.225-5.145.917-.31 2.568-.744 3.669-.93.306-.031.397.34.214.527-1.04 1.116-2.507 3.44-2.966 4.215-3.577 6.045-5.136 13.33-4.403 20.335.887 8.648 5.106 13.856 5.779 14.755.153.217.306.589-.03.651-.062 0-.398-.062-.887-.155-9.57-2.139-13.82-10.57-14.83-16.8zm27.212 20.242c-.367-.155-.337-.434 0-.558.947-.341 2.69-1.054 3.516-1.52a26.587 26.587 0 004.647-3.223c.734-.62 2.293-2.046 3.21-3.13.306-.373.826-1.024 1.835-1.148 1.957-.217 2.538-.31 3.914-.65 1.314-.342 3.577-1.147 5.075-1.984.184-.093.49 0 .398.465-.673 3.378-2.997 8.586-7.155 11.252-4.8 3.162-10.395 2.82-15.44.496zm26.63-23.528c-.244.403-.611.31-.764-.03-.122-.373-.275-.9-.398-1.272-.642-1.797-1.436-3.564-2.415-5.207a56.94 56.94 0 00-1.62-2.542c-.367-.558-.367-.837-.367-1.519-.03-3.875-1.223-9.206-3.119-12.647-.183-.341.092-.558.306-.465 5.106 2.387 7.858 5.89 9.172 9.206 2.936 7.378.52 12.275-.795 14.476zM84.349 38.204c0-2.356-1.804-3.472-4.158-3.472h-3.578v11.005h2.324V41.8h.978c2.722 0 4.434-1.21 4.434-3.596zm-2.324.031c0 1.209-.611 1.829-2.079 1.829h-1.009V36.53h1.07c1.437-.03 2.018.59 2.018 1.705zm4.892 3.968h5.014c.276-2.976-.947-4.712-3.424-4.712-2.202 0-3.914 1.643-3.914 4.185 0 2.573 1.498 4.247 4.158 4.247 1.621 0 2.447-.465 2.966-.775l-.703-1.426c-.397.186-.978.558-2.079.558-1.284 0-1.896-.837-2.018-2.077zm0-1.488c.153-1.054.673-1.643 1.59-1.643.978 0 1.345.744 1.376 1.643h-2.966zm11.557-3.007c-.183-.093-.489-.217-1.07-.217-1.009 0-1.65.682-1.987 1.302v-1.085h-2.17v8.029h2.17v-5.053c.183-.372.764-1.209 1.712-1.209.459 0 .703.093.826.186l.52-1.953zm3.578 1.612h1.895v-1.643h-1.895v-.65c0-1.055.397-1.582 1.284-1.582.581 0 .948.155 1.101.217l.489-1.643c-.184-.124-.765-.372-1.927-.372-2.017 0-3.118 1.302-3.118 3.224v.837h-1.193v1.643h1.193v6.417h2.171V39.32zm10.242 2.325c0-2.077-1.253-4.185-4.005-4.185s-3.944 2.17-3.944 4.247 1.192 4.185 3.975 4.185c2.751.03 3.974-2.201 3.974-4.247zm-2.293.093c0 1.488-.428 2.51-1.681 2.51-1.223 0-1.713-1.084-1.713-2.603 0-1.488.398-2.542 1.621-2.542 1.253 0 1.773 1.116 1.773 2.635zm8.653-4.03c-.184-.093-.489-.217-1.07-.217-1.009 0-1.651.682-1.988 1.302v-1.085h-2.17v8.029h2.17v-5.053c.184-.372.765-1.209 1.713-1.209.458 0 .703.093.825.186l.52-1.953zm7.307 1.054c-.305-.744-.917-1.27-2.048-1.27-1.284 0-1.957.712-2.385 1.177v-.992h-2.11v8.029h2.171V40.28c.153-.217.673-.992 1.468-.992.642 0 .917.403.917 1.209v5.177h2.171v-5.487c.305-.372.795-.899 1.467-.899.704 0 .948.434.948 1.209v5.177h2.171v-5.642c0-1.488-.581-2.604-2.263-2.604-1.131.062-1.865.558-2.507 1.333zm8.622-1.085h-2.17v8.029h2.17v-8.029zm.245-2.356c0-.682-.581-1.302-1.345-1.302-.765 0-1.315.59-1.315 1.302 0 .713.55 1.333 1.315 1.333a1.34 1.34 0 001.345-1.333zm8.714 10.385v-5.642c0-1.488-.642-2.604-2.385-2.604-1.315 0-2.11.713-2.538 1.21v-.993h-2.109v8.029h2.17v-5.394c.153-.217.795-.992 1.621-.992.795 0 1.07.403 1.07 1.209v5.177h2.171zm6.084-8.029c-.397-.124-.886-.186-1.406-.186-2.202 0-3.516 1.178-3.516 2.914 0 1.054.52 1.89 1.406 2.418-.458.279-.886.744-.886 1.519 0 .589.275.96.703 1.209-.795.434-1.346 1.084-1.346 1.953 0 1.456 1.315 2.138 3.486 2.138 2.599 0 4.342-1.209 4.342-2.914 0-2.386-2.079-2.386-3.731-2.48-1.131-.061-1.589-.154-1.589-.588 0-.217.152-.372.305-.465.306.062.612.093.948.093 2.202 0 3.425-1.178 3.425-2.914 0-.465-.092-.899-.306-1.302h1.07v-1.426h-2.905v.031zm-1.406 4.216c-.887 0-1.437-.558-1.437-1.488 0-.93.55-1.488 1.437-1.488s1.437.558 1.437 1.488c0 .93-.52 1.488-1.437 1.488zm-.917 4.092c.336.062.703.093 1.07.124 1.162.093 1.895.062 1.895.898 0 .682-.733 1.178-2.079 1.178-1.1 0-1.559-.434-1.559-1.085.031-.465.245-.837.673-1.115zm11.863-2.325h4.341l.734 2.077h2.507l-4.25-11.005h-2.232l-4.127 11.005h2.323l.704-2.077zm3.669-1.86h-3.027l.917-2.635c.336-.93.55-1.767.581-1.89h.031c.03.123.244.96.58 1.89l.918 2.635zm9.937-4.092c-.184-.093-.49-.217-1.071-.217-1.009 0-1.651.682-1.987 1.302v-1.085h-2.171v8.029h2.171v-5.053c.184-.372.764-1.209 1.712-1.209.459 0 .704.093.826.186l.52-1.953zm1.498 1.612v4.092c0 1.55.642 2.51 2.507 2.51.978 0 1.651-.278 1.987-.464l-.489-1.643c-.153.093-.581.31-1.039.31-.612 0-.795-.341-.795-1.147V39.32h1.865v-1.643h-1.865v-2.325H174.3v2.325h-1.284v1.643h1.254zm10.732 4.03c0-1.364-.918-1.922-2.171-2.45-.918-.371-1.621-.526-1.621-1.053 0-.434.337-.713 1.101-.713s1.376.31 1.682.527l.764-1.488c-.367-.217-1.192-.65-2.538-.65-1.804 0-2.966.96-2.966 2.448 0 1.209.673 1.86 1.774 2.387 1.131.558 1.987.682 1.987 1.24 0 .465-.458.713-1.315.713-.886 0-1.651-.434-1.956-.651l-.734 1.519c.489.34 1.406.744 2.813.744 2.018 0 3.18-.9 3.18-2.573zM76.72 29.733h5.228v-.775h-4.342V18.73h-.886v11.004zm7.246-9.516c.367 0 .642-.31.642-.682a.65.65 0 00-.642-.65.65.65 0 00-.642.65c0 .372.275.682.642.682zm-.428 9.516h.856V21.86h-.856v7.873zm5.565.186c2.384 0 3.852-1.922 3.852-4.153 0-2.294-1.07-4.092-3.302-4.092-.795 0-1.56.372-2.049.899V17.83h-.856V29.3c.581.371 1.437.62 2.355.62zm.03-.744c-.611 0-1.162-.124-1.529-.31v-5.517c.428-.496 1.223-.9 1.896-.9 1.896 0 2.538 1.644 2.538 3.349.03 1.642-.917 3.378-2.905 3.378zm5.779.558h.856v-5.486c.214-.465.917-1.736 1.987-1.736.337 0 .52.062.642.124l.214-.806c-.122-.062-.397-.124-.733-.124-1.101 0-1.804.96-2.08 1.55V21.89h-.886v7.842zm6.604.186c.917 0 1.804-.465 2.354-1.178.031.28.061.744.123.992h.856c-.092-.34-.153-.899-.153-1.58v-3.968c0-1.705-.887-2.511-2.477-2.511-1.009 0-1.865.34-2.537.992l.458.589c.642-.62 1.284-.837 2.018-.837 1.162 0 1.712.589 1.712 1.86v.899h-.367c-1.804 0-4.097.589-4.097 2.697-.06 1.24.826 2.045 2.11 2.045zm.122-.744c-.672 0-1.406-.465-1.406-1.332 0-1.457 1.467-1.984 3.21-1.984h.367v2.107c-.581.775-1.315 1.21-2.171 1.21zm5.32.558h.856v-5.486c.215-.465.918-1.736 1.988-1.736.336 0 .52.062.642.124l.214-.806c-.122-.062-.398-.124-.734-.124-1.101 0-1.804.96-2.079 1.55V21.89h-.856v7.842h-.031zm4.77 3.782c1.682 0 2.293-1.178 2.844-2.666l3.332-9.02h-.886l-2.385 6.757-2.446-6.757h-.918l2.905 7.811-.397 1.116c-.459 1.24-.918 1.984-2.049 1.984-.306 0-.428-.03-.55-.062l-.123.713c.153.093.337.124.673.124zm11.588-3.782h.826v-7.191h2.017v-.682h-2.017v-1.24c0-1.426.58-2.17 1.773-2.17.458 0 .825.124.978.217l.214-.744c-.214-.093-.611-.217-1.192-.217-1.712 0-2.63 1.085-2.63 2.883v1.333h-1.345v.682h1.345v7.13h.031zm6.879.186c2.446 0 3.547-2.17 3.547-4.153 0-1.953-1.131-4.092-3.577-4.092-2.446 0-3.486 2.139-3.486 4.123.031 1.983 1.101 4.122 3.516 4.122zm.031-.744c-1.743 0-2.63-1.611-2.63-3.41 0-1.766.795-3.347 2.569-3.347 1.773 0 2.69 1.612 2.69 3.379 0 1.797-.856 3.378-2.629 3.378zm5.473.558h.856v-5.486c.214-.465.917-1.736 1.987-1.736.337 0 .52.062.642.124l.214-.806c-.122-.062-.397-.124-.733-.124-1.101 0-1.804.96-2.079 1.55V21.89h-.857v7.842h-.03zm10.793.186a2.65 2.65 0 001.498-.465l-.336-.65c-.153.123-.612.371-1.07.371-.704 0-.948-.434-.948-1.24v-5.362h1.987v-.682h-1.987v-2.263h-.856v2.232h-1.315v.682h1.315v5.424c0 1.24.55 1.953 1.712 1.953zm3.149-.186h.856V24c.275-.434 1.223-1.55 2.385-1.55 1.162 0 1.59.713 1.59 1.89v5.394h.856v-5.58c0-1.425-.642-2.48-2.263-2.48-1.314 0-2.201.9-2.568 1.427v-5.27h-.856v11.903zm11.068.186c1.254 0 2.14-.434 2.63-.806l-.367-.682c-.428.341-1.254.744-2.232.744-1.865 0-2.599-1.643-2.63-3.44v-.186h5.351c.031-.155.031-.28.031-.434 0-2.015-1.071-3.441-2.936-3.441-2.079 0-3.332 1.829-3.332 4.03 0 2.293 1.1 4.215 3.485 4.215zm-2.538-5.083c.214-1.364 1.009-2.418 2.355-2.418 1.467 0 2.079 1.209 2.109 2.418h-4.464zM76.687 12.688h.825V3.14l6.513 9.548h.825V1.684h-.856v9.485l-6.451-9.485h-.887v11.004h.03zm13.178.155c1.253 0 2.14-.434 2.63-.806l-.368-.682c-.428.34-1.253.744-2.232.744-1.865 0-2.599-1.643-2.63-3.44v-.187h5.351c.031-.155.031-.279.031-.434 0-2.015-1.07-3.44-2.935-3.44-2.08 0-3.333 1.828-3.333 4.03 0 2.293 1.1 4.215 3.486 4.215zM87.327 7.79c.214-1.364 1.009-2.418 2.354-2.418 1.468 0 2.08 1.21 2.11 2.418h-4.464zm8.5 4.898h.795l2.11-6.634 2.109 6.634h.795l2.354-7.874h-.856l-1.895 6.572-2.049-6.572h-.825l-2.049 6.54-1.896-6.54h-.917l2.324 7.874zm15.257 0h.886V8.534l3.608-6.85h-.917l-3.088 5.951h-.031l-3.088-5.951h-1.009l3.639 6.85v4.154zm7.093.155c2.446 0 3.547-2.17 3.547-4.154 0-1.953-1.132-4.092-3.578-4.092-2.445 0-3.485 2.14-3.485 4.123 0 2.015 1.07 4.123 3.516 4.123zm0-.744c-1.773 0-2.629-1.612-2.629-3.41 0-1.767.795-3.348 2.568-3.348 1.773 0 2.691 1.612 2.691 3.38 0 1.797-.857 3.378-2.63 3.378zm5.167.589h.856V7.2c.214-.465.918-1.736 1.988-1.736.336 0 .519.062.642.124l.214-.806c-.122-.062-.398-.124-.734-.124-1.101 0-1.804.961-2.079 1.55V4.845h-.887v7.843zm9.723 0h1.07l-3.608-4.433 3.425-3.44h-1.07l-3.394 3.44 3.577 4.433zm-4.525 0h.856V.816h-.856v11.872zm11.007 0h.887v-4.68h1.376c2.446 0 3.821-1.24 3.821-3.225 0-1.953-1.437-3.1-3.699-3.1h-2.385v11.005zm.887-5.456V2.46h1.376c2.079 0 2.874.991 2.874 2.355 0 1.457-.857 2.418-2.905 2.418h-1.345zm8.866 5.61c1.315 0 2.202-.867 2.569-1.456 0 .434.061 1.023.122 1.302h.856c-.092-.31-.153-.9-.153-1.52V4.815h-.856v5.704c-.275.465-1.223 1.58-2.385 1.58-1.192 0-1.59-.743-1.59-1.89V4.814h-.856v5.549c0 1.426.642 2.48 2.293 2.48zm8.072 0c2.385 0 3.853-1.921 3.853-4.153 0-2.294-1.07-4.092-3.302-4.092-.795 0-1.56.372-2.049.9V.753h-.856v11.469c.55.403 1.406.62 2.354.62zm.031-.743c-.612 0-1.162-.124-1.498-.31V6.302c.428-.496 1.223-.899 1.895-.899 1.896 0 2.538 1.643 2.538 3.348-.031 1.643-.978 3.348-2.935 3.348zm5.442.589h.856V.816h-.856v11.872zm3.73-9.548c.367 0 .642-.31.642-.681a.65.65 0 00-.642-.651.65.65 0 00-.642.65c0 .403.306.682.642.682zm-.428 9.548h.856V4.814h-.856v7.874zm5.901.155c1.162 0 1.988-.434 2.416-.806l-.367-.651c-.337.31-1.101.713-1.988.713-1.712 0-2.476-1.674-2.476-3.41 0-1.829.795-3.348 2.507-3.348.856 0 1.437.341 1.896.713l.428-.62c-.428-.372-1.162-.837-2.324-.837-1.987 0-3.424 1.612-3.424 4.123 0 2.139 1.1 4.123 3.332 4.123z"
6452
+ })));
6453
+ }
6454
+
6455
+ var _g;
6456
+
6457
+ var _excluded$B = ["title", "titleId"];
6458
+
6459
+ function _extends$B() { _extends$B = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$B.apply(this, arguments); }
6460
+
6461
+ function _objectWithoutProperties$A(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$B(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6462
+
6463
+ function _objectWithoutPropertiesLoose$B(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6464
+
6465
+ function SvgLogoMlnBlack(_ref) {
6466
+ var title = _ref.title,
6467
+ titleId = _ref.titleId,
6468
+ props = _objectWithoutProperties$A(_ref, _excluded$B);
6469
+
6470
+ return /*#__PURE__*/React.createElement("svg", _extends$B({
6471
+ viewBox: "0 0 300 71",
6472
+ xmlns: "http://www.w3.org/2000/svg",
6473
+ "aria-labelledby": titleId
6474
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
6475
+ id: titleId
6476
+ }, title) : null, _g || (_g = /*#__PURE__*/React.createElement("g", {
6477
+ clipPath: "url(#logo_mln_black_svg__clip0_51609_40290)"
6478
+ }, /*#__PURE__*/React.createElement("path", {
6479
+ d: "M0 66.115c3.741-4.266 7.607-8.432 11.173-12.871.254-.504.922-1.196 1.053-1.301.44-.354.774-.943 1.274-1.443.5 0 1.346.528 1.904.626 1.391.63.725.269 1.555.63a52.471 52.471 0 0030.7 3.422c15.464-2.48 30.702-6.175 46.065-9.3 9.726-1.983 19.477-3.819 29.528-2.802a32.053 32.053 0 0114.739 4.628 31.83 31.83 0 0110.824 10.97c.25.398.549.794.923 1.365.349-.37.667-.768.948-1.19 6.759-11.21 17.133-15.946 29.928-16.145 12.245-.198 23.992 2.877 35.813 5.431 11.323 2.48 22.67 4.96 34.118 6.795a57.052 57.052 0 0035.439-4.588l14.091 16.839c-5.163 1.091-9.702 2.48-14.291 2.976-17.906 2.48-35.215-.843-52.373-5.53-12.719-3.447-25.389-7.118-38.258-9.92-10.3-2.306-20.725-2.48-30.526 2.678a37.93 37.93 0 00-12.869 11.185l-1.646 2.182c-3.167-3.273-5.96-6.745-9.302-9.572-7.781-6.547-17.109-8.358-27.085-7.688-13.592.917-26.411 5.233-39.355 8.952a201.691 201.691 0 01-38.058 8.184A89.37 89.37 0 012.62 67.9c-.823-.248-1.721-.347-2.494-.52L-1 67l1-.885zM15.57 30h4.991V11.78h.372L27.798 30h3.507l6.865-18.22h.371V30h4.991V3.226h-6.42l-7.385 19.593h-.333L21.99 3.226h-6.42V30zm36.367 7.2c5.047 0 7.738-1.82 9.556-7.219l6.958-20.41h-5.715L58.45 25.046h-.37L53.792 9.57h-5.956L55.017 30l-.185.78c-.39 1.595-1.503 2.337-3.433 2.337-.5 0-1.039-.018-1.41-.055v4.082c.631.037 1.318.055 1.949.055zM72.757 30h17.516v-4.62H78.359V3.226h-5.603V30zM97.582 6.436c1.67 0 3.043-1.336 3.043-3.006A3.029 3.029 0 0097.582.405c-1.67 0-3.061 1.336-3.061 3.025 0 1.67 1.391 3.006 3.061 3.006zM94.855 30h5.417V9.571h-5.418V30zm22.933.315c5.103 0 8.294-3.989 8.294-10.52v-.037c0-6.568-3.117-10.52-8.294-10.52-2.802 0-5.084 1.372-6.123 3.599h-.334V1.76h-5.418V30h5.418v-3.173h.334c1.058 2.208 3.229 3.488 6.123 3.488zm-1.855-4.49c-2.858 0-4.658-2.264-4.658-6.011v-.038c0-3.748 1.819-6.049 4.658-6.049 2.857 0 4.638 2.301 4.638 6.03v.038c0 3.766-1.762 6.03-4.638 6.03zM130.479 30h5.418V18.57c0-2.894 1.949-4.657 5.029-4.657.835 0 1.67.13 2.486.316V9.497a8.113 8.113 0 00-2.022-.26c-2.654 0-4.509 1.3-5.159 3.507h-.334V9.571h-5.418V30zm21.747.315c2.671 0 4.824-1.131 5.863-3.024h.334V30h5.344V16.047c0-4.36-3.062-6.921-8.48-6.921-5.14 0-8.516 2.375-8.943 5.956l-.019.167h5.01l.037-.074c.427-1.206 1.67-1.893 3.618-1.893 2.227 0 3.433 1.002 3.433 2.765v1.688l-4.936.297c-5.084.297-7.923 2.45-7.923 6.123v.037c0 3.711 2.765 6.123 6.662 6.123zm-1.373-6.457v-.037c0-1.484 1.131-2.356 3.451-2.505l4.119-.26v1.504c0 2.152-1.874 3.803-4.379 3.803-1.874 0-3.191-.946-3.191-2.505zM169.073 30h5.418V18.57c0-2.894 1.948-4.657 5.029-4.657.834 0 1.669.13 2.486.316V9.497a8.115 8.115 0 00-2.023-.26c-2.653 0-4.508 1.3-5.158 3.507h-.334V9.571h-5.418V30zm19.353 7.2c5.047 0 7.737-1.82 9.555-7.219l6.958-20.41h-5.714l-4.287 15.475h-.371L190.281 9.57h-5.956L191.506 30l-.186.78c-.389 1.595-1.503 2.337-3.432 2.337-.501 0-1.039-.018-1.41-.055v4.082c.63.037 1.317.055 1.948.055zm20.818-7.2h5.362V12.874h.297L227.298 30h4.639V3.226h-5.363v17.051h-.297L213.92 3.226h-4.676V30zm36.609 0h5.603V19.999l9.333-16.773h-6.067l-5.882 11.262h-.334l-5.901-11.262h-6.067l9.315 16.773V30zm29.279.686c6.457 0 11.04-3.822 11.615-9.425l.019-.204h-5.455l-.038.148c-.593 2.858-2.913 4.732-6.123 4.732-4.23 0-6.846-3.563-6.846-9.315v-.037c0-5.752 2.616-9.296 6.828-9.296 3.191 0 5.585 2.041 6.16 5.047v.13h5.455v-.223c-.519-5.659-5.269-9.704-11.615-9.704-7.775 0-12.562 5.362-12.562 14.046v.037c0 8.684 4.806 14.064 12.562 14.064z"
6480
+ }))));
6481
+ }
6482
+
6483
+ var _g$1;
6484
+
6485
+ var _excluded$C = ["title", "titleId"];
6486
+
6487
+ function _extends$C() { _extends$C = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$C.apply(this, arguments); }
6488
+
6489
+ function _objectWithoutProperties$B(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$C(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6490
+
6491
+ function _objectWithoutPropertiesLoose$C(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6492
+
6493
+ function SvgLogoMlnWhite(_ref) {
6494
+ var title = _ref.title,
6495
+ titleId = _ref.titleId,
6496
+ props = _objectWithoutProperties$B(_ref, _excluded$C);
6497
+
6498
+ return /*#__PURE__*/React.createElement("svg", _extends$C({
6499
+ viewBox: "0 0 300 71",
6500
+ fill: "#fff",
6501
+ xmlns: "http://www.w3.org/2000/svg",
6502
+ "aria-labelledby": titleId
6503
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
6504
+ id: titleId
6505
+ }, title) : null, _g$1 || (_g$1 = /*#__PURE__*/React.createElement("g", {
6506
+ clipPath: "url(#logo_mln_white_svg__clip0_51609_40290)"
6507
+ }, /*#__PURE__*/React.createElement("path", {
6508
+ d: "M0 66.115c3.741-4.266 7.607-8.432 11.173-12.871.254-.504.922-1.196 1.053-1.301.44-.354.774-.943 1.274-1.443.5 0 1.346.528 1.904.626 1.391.63.725.269 1.555.63a52.471 52.471 0 0030.7 3.422c15.464-2.48 30.702-6.175 46.065-9.3 9.726-1.983 19.477-3.819 29.528-2.802a32.053 32.053 0 0114.739 4.628 31.83 31.83 0 0110.824 10.97c.25.398.549.794.923 1.365.349-.37.667-.768.948-1.19 6.759-11.21 17.133-15.946 29.928-16.145 12.245-.198 23.992 2.877 35.813 5.431 11.323 2.48 22.67 4.96 34.118 6.795a57.052 57.052 0 0035.439-4.588l14.091 16.839c-5.163 1.091-9.702 2.48-14.291 2.976-17.906 2.48-35.215-.843-52.373-5.53-12.719-3.447-25.389-7.118-38.258-9.92-10.3-2.306-20.725-2.48-30.526 2.678a37.93 37.93 0 00-12.869 11.185l-1.646 2.182c-3.167-3.273-5.96-6.745-9.302-9.572-7.781-6.547-17.109-8.358-27.085-7.688-13.592.917-26.411 5.233-39.355 8.952a201.691 201.691 0 01-38.058 8.184A89.37 89.37 0 012.62 67.9c-.823-.248-1.721-.347-2.494-.52L-1 67l1-.885zM15.57 30h4.991V11.78h.372L27.798 30h3.507l6.865-18.22h.371V30h4.991V3.226h-6.42l-7.385 19.593h-.333L21.99 3.226h-6.42V30zm36.367 7.2c5.047 0 7.738-1.82 9.556-7.219l6.958-20.41h-5.715L58.45 25.046h-.37L53.792 9.57h-5.956L55.017 30l-.185.78c-.39 1.595-1.503 2.337-3.433 2.337-.5 0-1.039-.018-1.41-.055v4.082c.631.037 1.318.055 1.949.055zM72.757 30h17.516v-4.62H78.359V3.226h-5.603V30zM97.582 6.436c1.67 0 3.043-1.336 3.043-3.006A3.029 3.029 0 0097.582.405c-1.67 0-3.061 1.336-3.061 3.025 0 1.67 1.391 3.006 3.061 3.006zM94.855 30h5.417V9.571h-5.418V30zm22.933.315c5.103 0 8.294-3.989 8.294-10.52v-.037c0-6.568-3.117-10.52-8.294-10.52-2.802 0-5.084 1.372-6.123 3.599h-.334V1.76h-5.418V30h5.418v-3.173h.334c1.058 2.208 3.229 3.488 6.123 3.488zm-1.855-4.49c-2.858 0-4.658-2.264-4.658-6.011v-.038c0-3.748 1.819-6.049 4.658-6.049 2.857 0 4.638 2.301 4.638 6.03v.038c0 3.766-1.762 6.03-4.638 6.03zM130.479 30h5.418V18.57c0-2.894 1.949-4.657 5.029-4.657.835 0 1.67.13 2.486.316V9.497a8.113 8.113 0 00-2.022-.26c-2.654 0-4.509 1.3-5.159 3.507h-.334V9.571h-5.418V30zm21.747.315c2.671 0 4.824-1.131 5.863-3.024h.334V30h5.344V16.047c0-4.36-3.062-6.921-8.48-6.921-5.14 0-8.516 2.375-8.943 5.956l-.019.167h5.01l.037-.074c.427-1.206 1.67-1.893 3.618-1.893 2.227 0 3.433 1.002 3.433 2.765v1.688l-4.936.297c-5.084.297-7.923 2.45-7.923 6.123v.037c0 3.711 2.765 6.123 6.662 6.123zm-1.373-6.457v-.037c0-1.484 1.131-2.356 3.451-2.505l4.119-.26v1.504c0 2.152-1.874 3.803-4.379 3.803-1.874 0-3.191-.946-3.191-2.505zM169.073 30h5.418V18.57c0-2.894 1.948-4.657 5.029-4.657.834 0 1.669.13 2.486.316V9.497a8.115 8.115 0 00-2.023-.26c-2.653 0-4.508 1.3-5.158 3.507h-.334V9.571h-5.418V30zm19.353 7.2c5.047 0 7.737-1.82 9.555-7.219l6.958-20.41h-5.714l-4.287 15.475h-.371L190.281 9.57h-5.956L191.506 30l-.186.78c-.389 1.595-1.503 2.337-3.432 2.337-.501 0-1.039-.018-1.41-.055v4.082c.63.037 1.317.055 1.948.055zm20.818-7.2h5.362V12.874h.297L227.298 30h4.639V3.226h-5.363v17.051h-.297L213.92 3.226h-4.676V30zm36.609 0h5.603V19.999l9.333-16.773h-6.067l-5.882 11.262h-.334l-5.901-11.262h-6.067l9.315 16.773V30zm29.279.686c6.457 0 11.04-3.822 11.615-9.425l.019-.204h-5.455l-.038.148c-.593 2.858-2.913 4.732-6.123 4.732-4.23 0-6.846-3.563-6.846-9.315v-.037c0-5.752 2.616-9.296 6.828-9.296 3.191 0 5.585 2.041 6.16 5.047v.13h5.455v-.223c-.519-5.659-5.269-9.704-11.615-9.704-7.775 0-12.562 5.362-12.562 14.046v.037c0 8.684 4.806 14.064 12.562 14.064z"
6509
+ }))));
6510
+ }
6511
+
6512
+ var _path$y, _path2$f, _path3$9, _path4$1, _path5, _path6, _path7;
6513
+
6514
+ var _excluded$D = ["title", "titleId"];
6515
+
6516
+ function _extends$D() { _extends$D = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$D.apply(this, arguments); }
6517
+
6518
+ function _objectWithoutProperties$C(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$D(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6519
+
6520
+ function _objectWithoutPropertiesLoose$D(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6521
+
6522
+ function SvgLogoNyplFullBlack(_ref) {
6523
+ var title = _ref.title,
6524
+ titleId = _ref.titleId,
6525
+ props = _objectWithoutProperties$C(_ref, _excluded$D);
6526
+
6527
+ return /*#__PURE__*/React.createElement("svg", _extends$D({
6528
+ xmlns: "http://www.w3.org/2000/svg",
6529
+ viewBox: "0 0 966.787 543.733",
6530
+ "aria-labelledby": titleId
6531
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
6532
+ id: titleId
6533
+ }, title) : null, _path$y || (_path$y = /*#__PURE__*/React.createElement("path", {
6534
+ d: "M485.288 7.284h7.269l53.44 77.4v-77.4h7v89.65h-6.867l-53.978-77.94v77.94h-6.864V7.284m126.535 49.67c-.134-9.691-5.114-19.652-17.365-19.652-11.171 0-17.634 8.614-19.518 19.653zm-44.692 7.27c0-18.172 10.5-32.98 27.597-32.98 16.422 0 25.442 13.192 24.094 31.498h-44.287v1.482c.136 14.673 6.328 28.134 21.674 28.134 8.21 0 15.076-3.366 18.576-6.059l2.96 5.52c-4.038 2.961-11.441 6.596-21.807 6.596-19.652 0-28.807-15.75-28.807-34.191m59.225-31.5h7.539l15.617 53.442 16.825-53.442h6.865L690.028 86.3l15.749-53.575h7.001l-19.385 64.21h-6.46l-17.366-54.112-17.365 54.112h-6.46l-19.386-64.21m148.337 30.422L744.676 7.284h8.345l25.44 48.459h.27l25.442-48.46h7.539l-29.75 55.863v33.788h-7.27V63.146m81.841 1.751c0-14.404-7.673-27.595-22.345-27.595-14.538 0-21.134 12.922-21.134 27.326 0 14.538 7.135 27.73 21.672 27.73 14.671 0 21.807-12.924 21.807-27.461zm-50.882 0c0-16.154 8.614-33.653 28.805-33.653 20.193 0 29.481 17.365 29.481 33.384 0 16.153-9.153 33.787-29.346 33.787-20.191 0-28.94-17.365-28.94-33.518m71.73-32.173h7v11.173c2.423-4.711 8.211-12.653 17.231-12.653 2.96 0 5.115.674 6.192 1.078l-1.75 6.594c-1.078-.404-2.558-.942-5.251-.942-8.884 0-14.673 10.5-16.421 14.27v44.69h-7.001v-64.21m51.013 28.134l28.135-28.134h8.75l-28.402 28.134 29.883 36.076h-8.75zM920.724.015h7v96.919h-7V.014m-416.725 187.38c17.095 0 24.094-7.808 24.094-19.654 0-11.173-6.73-19.25-23.826-19.25h-11.44v38.904zm-18.576-45.23h19.518c18.846 0 30.69 9.29 30.69 25.308 0 16.151-11.172 26.248-31.498 26.248h-11.307v38.094h-7.403v-89.65m61.513 70.805v-45.364h7v43.883c0 9.424 3.365 15.48 13.191 15.48 9.559 0 17.498-9.018 19.654-12.787v-46.576h6.999v51.825c0 5.115.538 9.962 1.212 12.384h-7.135c-.402-2.153-.942-7-.942-10.5-3.096 4.847-10.365 11.981-21.268 11.981-13.46 0-18.711-8.75-18.711-20.326m107.957-13.191c0-14-5.385-27.326-21-27.326-5.518 0-11.98 3.23-15.615 7.269v44.96c2.961 1.48 7.402 2.557 12.52 2.557 16.286 0 24.095-14.134 24.095-27.46zm-43.614 28.672v-93.555h6.999v38.634c3.904-4.443 10.232-7.404 16.827-7.404 18.305 0 27.19 14.672 27.19 33.383 0 18.038-12.115 33.787-31.768 33.787-7.672 0-14.806-1.884-19.248-4.845m65.416-93.555h7.001v96.92h-7v-96.92m27.862 32.71h7.134v64.21h-7.134zm-1.75-18.98c0-3.095 2.424-5.385 5.252-5.385 2.958 0 5.382 2.29 5.382 5.386s-2.424 5.52-5.382 5.52c-2.828 0-5.252-2.425-5.252-5.52m22.343 51.017c0-20.326 11.712-33.518 28.269-33.518 9.558 0 15.615 3.635 19.114 6.73l-3.635 5.115c-3.633-3.096-8.48-5.788-15.612-5.788-14.27 0-20.732 12.384-20.732 27.192 0 14.269 6.328 27.864 20.597 27.864 7.404 0 13.594-3.23 16.422-5.788l3.096 5.25c-3.5 3.096-10.23 6.595-19.923 6.595-18.441 0-27.596-16.422-27.596-33.652M483.403 366.697v-89.65h19.114v74.303H535.9v15.347h-52.498m66.689 0V301.14h18.036v65.558zm9.02-74.035c-6.328 0-10.906-4.981-10.906-10.77 0-5.654 4.578-10.5 10.905-10.5 6.327 0 11.037 4.846 11.037 10.5 0 5.789-4.71 10.77-11.037 10.77m42.67 60.17c1.21.403 4.037 1.482 9.018 1.482 9.961 0 15.883-7.404 15.883-20.865 0-12.25-4.17-19.788-13.864-19.788-5.652 0-9.961 3.634-11.037 4.98zm0-83.055v36.48c2.961-2.963 8.75-6.731 16.017-6.731 16.425 0 27.866 11.306 27.866 33.923 0 22.343-15.077 34.863-34.865 34.863-14.807 0-23.826-3.77-26.922-5.25v-93.285h17.904m94.224 47.114c-1.077-.672-3.097-1.482-6.868-1.482-7.94 0-12.651 7.002-14.267 9.961v41.327h-17.904V301.14h17.904v8.887c2.826-4.847 8.212-10.5 16.557-10.5 4.846 0 7.404.942 8.885 1.752l-4.307 15.613m45.362 20.728h-2.29c-10.498 0-17.767 3.1-17.767 10.77 0 4.846 3.905 6.865 7.941 6.865 6.463 0 10.232-3.77 12.116-5.787zm2.02 29.078c-.54-1.617-.942-4.98-1.079-7-2.96 3.5-9.153 8.615-18.44 8.615-11.174 0-19.788-6.73-19.788-18.442 0-17.096 17.634-23.288 34.998-23.288h2.289v-3.769c0-5.654-2.29-9.152-10.635-9.152-8.48 0-14.269 4.44-16.691 6.19l-7.808-10.901c3.904-3.5 12.52-9.424 26.52-9.424 17.903 0 26.383 6.866 26.383 24.23v23.557c0 8.883.941 15.209 1.884 19.384h-17.633m69.186-49.806c-1.076-.672-3.096-1.482-6.864-1.482-7.942 0-12.654 7.002-14.27 9.961v41.327h-17.904V301.14h17.904v8.887c2.828-4.847 8.212-10.5 16.558-10.5 4.844 0 7.403.942 8.884 1.752l-4.308 15.613m10.768-15.752h19.113l14.54 43.212h.673l13.326-43.212h18.442l-27.057 72.556c-5.789 15.48-12.654 24.499-30.556 24.499-5.52 0-8.75-.805-10.096-1.21l2.557-14.135c.942.27 2.423.672 6.327.672 9.153 0 12.384-4.44 14.94-11.441l2.423-6.73-24.632-64.21"
6535
+ })), _path2$f || (_path2$f = /*#__PURE__*/React.createElement("path", {
6536
+ d: "M244.07 275.908c-.632 3.292-2.639 9.649-5.848 10.062-3.233.413-5.562-3.053-7.881-4.352-3.912-2.182-9.444-3.61-14.556-5.302-4.41-1.462-10.457-3.27-12.23-7.479-2.657-6.265 3.55-9.229 8.02-10.605 4.21-1.293 7.292-1.78 12.78-2.036 8.075-.388 15.784.768 18.495 5.844 1.635 3.057 2.133 9.122 1.22 13.868zm74.12 4.038c-14.064-6.882-32.33-10.33-45.62-17.713-10.522-5.834-18.59-15.471-29.913-20.664-11.552-5.656-28.94-11.341-35.586-12.98-23.496-5.78-43.231 1.747-50.076 7.164-12.781 10.1-22.766 26.516-18.87 50.134 1.65 9.984 4.723 18.383 9.607 25.29 19.818 27.99 56.91 37.084 86.295 54.742 1.036.705 2.118.517 2.78-.383 4.935-7.258 8.947-13.1 17.26-16.558 8.44-3.524 21.722-2.327 33.174-1.77 11.83.573 24.6-.538 28.891-6.655 5.127-7.301 4.828-22.013-2.997-26.508-4.199-2.42-10.459-2.53-15.025-4.635-3.332-1.54-5.901-4.422-7.739-8.428-1.54-3.352-2.973-8.856-.976-12.447 1.84-3.308 6.475-2.372 10.199-1.506 7.38 1.694 19.711 3.49 26.811.376 2.092-1.068-5.386-6.076-8.216-7.459M20.98 299.71c.424-2.396.609-3.063 2.052-4.947 2.286-3.418 30.024-34.543 73.016-42.085 5.658-.811 9.734-.419 10.661 1.849 1.625 3.976-1.667 6.266-5.629 8.56-68.952 41.21-64.064 102.472-64.725 127.532.208 10.252-7.195 12.118-9.043 7.288-8.092-22.074-14.896-56.673-6.333-98.197m46.657-90.251c1.413-1.499 2.334-2.187 4.43-2.778 26.481-6.578 53.046-2.39 72.177 6.14 4.294 1.902 6.229 4.596 3.409 6.405-3.587 2.084-14.456 9.154-20.464 14.752-1.746 1.505-4.86 1.584-6.697 1.34-22.426-2.956-34.074-4.703-67.787 8.077-5.173 2.175-9.826-.784-7.445-4.85 4.489-8.04 14.927-21.49 22.377-29.086M111.209 183c-5.798-.66-5.88-4.902-3.428-6.553 6.3-4.414 16.521-9.743 26.804-13.82 3.078-1.22 4.668-1.537 7.487-1.255 7.578.759 20.125 5.86 34.522 16.133 17.266 12.32 32.626 35.725 22.354 33.83-6.497-1.125-3.668-.816-11.283-1.652-7.781-.69-12.888.11-16.475-.256-1.562-.128-2.793-1.168-3.893-2.07-14.573-13.067-31.407-21.36-56.088-24.357",
6537
+ fill: "#fff"
6538
+ })), _path3$9 || (_path3$9 = /*#__PURE__*/React.createElement("path", {
6539
+ d: "M388.617 387.566c-1.555 4.852-3.401 10.939-7.359 8.115-7.351-5.47-23.692-15.988-39.517-21.825-.85-.19-.754-1.37-.454-2.035 1.122-2.485 1.624-4.784 2.11-7.725.45-2.752 2.436-4.59 3.801-6.797 4.056-6.479 6.253-17.772 7.138-24.817.672-6.473.272-13.686-1.13-19.698-.599-2.568-2.45-5.878-2.401-8.718.048-2.779 1.354-5.69 1.622-8.97.783-9.49-11.194-17.403-17.731-20.452-14.83-6.924-30.59-13.117-46.607-21.568-9.041-4.769-16.297-15.23-23.552-20.845-7.327-5.654-30.879-14.995-40.292-17.482-2.125-.67-2.879-1.552-3.239-3.244-3.88-18.518-14.808-38.916-35.223-54.69-6.61-5.138.803-8.06 9.907-8.504 143.51-4.92 226.095 127.15 192.927 239.255",
6540
+ fill: "#fff"
6541
+ })), _path4$1 || (_path4$1 = /*#__PURE__*/React.createElement("path", {
6542
+ d: "M330.345 324.088c-.103-.73-.417-3.204-.415-3.715.008-1.305 2.691-3.081 3.942-4.074 1.897-1.51 4.093-3.17 5.532-3.895.52-.327.865.43.935.579 5.291 8.03 3.307 27.88-.515 37.318-.443.96-1.252 1.333-1.582.63-1.95-4.258-4.845-8.092-8.169-10.196-.613-.476-.66-1.468-.613-1.652 1.07-4.485 1.625-9.46.885-14.995m-65.426 48.855c1.14-3.291 2.466-5.23 5.024-6.83 4.814-3.02 12.815-3.15 20.538-3.678 7.482-.505 15.477-.943 20.8-3.403 3.222-1.481 6.444-5.7 11.423-3.552 2.357 1.016 3.64 3.176 4.344 5.324.79 2.394 1.364 4.81 1.118 8.019-.716 9.258-8.235 13.78-9.589 22.434-.125 1.337-.353 3.273-1.12 4.042-5.742 5.844-17.097 4.615-27.362 3.582-3.674-.366-7.306-.466-9.791-1.65-1.794-.838-3.403-2.549-4.894-3.932-3.283-3.043-5.14-5.283-8.433-8.975-1.117-1.251-3.648-3.515-3.814-4.89-.142-1.318 1.27-5.103 1.756-6.491M85.152 482.06c-3.768-3.087-5.388-5.69-7.555-9.347-17.576-28.094-27.427-127.586-4.778-161.332 7.208-11.823 14.843-6.373 12.306 2.767-4.338 20.517-1.68 32.014 8.297 54.276 15.679 33.083 64.073 79.017 76.884 95.676 21.963 28.57 29.272 49.386 29.172 54.993-.119 4.302-.944 7.045-8.483 6.408-39.764-3.151-78.206-19.638-105.843-43.441",
6543
+ fill: "#fff"
6544
+ })), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
6545
+ d: "M107.885 347.889c-12.129-29.548-4.208-56.154 1.149-66.245 2.701-5.092 5.341-8.419 8.789-7.462 3.75 1.047 4.617 4.886 5.135 12.003 3.817 59.062 39.542 78.948 84.414 99.801 35.4 18.097 75.678 38.787 109.435 88.906 5.109 7.235 5.846 11.625.078 15.77-20.58 14.05-39.225 23.844-66.503 30.205-4.107.961-8.341.24-11.979-9.143-37.895-97.638-101.518-93.237-130.518-163.835m234.716 120.04c-5.77 5.767-9.041 1.246-10.927-2.457-8.08-17.18-15.971-31.56-28.698-45.488-2.205-2.235-.506-5.372 2.735-5.053 4.143.332 6.857.105 11.414-1.854 3.855-1.655 8.272-7.06 10.475-14.824 1.605-5.664 1.68-7.33 5.15-7.684.863-.082 2.442.136 3.399.412 4.224 1.202 8.76 4.653 12.074 7.196 8.501 6.494 21.184 20.827 23.404 25.464 1.409 2.952.06 4.956-.735 6.642-4.448 9.095-18.477 27.943-28.291 37.647",
6546
+ fill: "#fff"
6547
+ })), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
6548
+ d: "M342.6 467.938c-5.768 5.766-9.04 1.245-10.926-2.458-8.08-17.18-15.971-31.56-28.698-45.488-2.205-2.235-.506-5.373 2.735-5.053 4.143.332 6.857.105 11.414-1.853 3.855-1.656 8.272-7.062 10.475-14.825 1.605-5.664 1.68-7.33 5.15-7.684.863-.082 2.442.136 3.399.412 4.224 1.202 8.76 4.653 12.074 7.196 8.501 6.493 21.184 20.826 23.404 25.465 1.409 2.951.06 4.955-.735 6.64-4.448 9.096-18.477 27.942-28.291 37.648zM107.91 347.859c-12.129-29.546-4.209-56.152 1.149-66.243 2.701-5.092 5.341-8.419 8.789-7.462 3.75 1.047 4.617 4.886 5.135 12.003 3.816 59.062 39.54 78.948 84.413 99.8 35.402 18.098 75.68 38.787 109.436 88.906 5.11 7.236 5.847 11.626.077 15.77-20.58 14.05-39.224 23.844-66.502 30.205-4.106.96-8.342.24-11.98-9.143-37.895-97.637-101.518-93.238-130.517-163.836zm-86.897-48.163c.426-2.396.612-3.062 2.054-4.946 2.286-3.417 30.023-34.543 73.017-42.084 5.656-.81 9.733-.419 10.66 1.849 1.625 3.976-1.667 6.268-5.628 8.56-68.953 41.21-64.065 102.472-64.725 127.532.208 10.25-7.195 12.118-9.044 7.288-8.092-22.074-14.896-56.674-6.334-98.199zm46.622-90.287c1.413-1.498 2.334-2.186 4.43-2.777 26.481-6.577 53.046-2.39 72.177 6.141 4.294 1.902 6.229 4.596 3.409 6.404-3.587 2.084-14.456 9.153-20.464 14.752-1.746 1.505-4.86 1.584-6.697 1.34-22.426-2.956-34.074-4.703-67.787 8.077-5.173 2.176-9.826-.784-7.445-4.85 4.489-8.04 14.927-21.49 22.377-29.087zm197.284 163.484c1.14-3.29 2.466-5.229 5.024-6.83 4.814-3.019 12.815-3.15 20.538-3.677 7.482-.506 15.477-.943 20.8-3.403 3.222-1.481 6.444-5.701 11.423-3.552 2.357 1.016 3.64 3.176 4.344 5.324.79 2.393 1.364 4.81 1.118 8.018-.716 9.259-8.235 13.78-9.589 22.434-.125 1.338-.353 3.274-1.12 4.043-5.742 5.844-17.097 4.615-27.362 3.581-3.674-.365-7.306-.465-9.791-1.649-1.794-.84-3.403-2.55-4.894-3.932-3.283-3.044-5.14-5.284-8.433-8.976-1.117-1.25-3.648-3.514-3.814-4.889-.142-1.319 1.27-5.104 1.756-6.492zm-153.71-189.94c-5.798-.662-5.88-4.902-3.428-6.553 6.3-4.415 16.521-9.744 26.804-13.821 3.078-1.22 4.668-1.538 7.487-1.254 7.578.759 20.125 5.86 34.522 16.132 17.266 12.32 32.626 35.724 22.354 33.83-6.497-1.126-3.668-.815-11.283-1.651-7.781-.69-12.888.108-16.475-.257-1.562-.127-2.793-1.168-3.893-2.068-14.573-13.068-31.407-21.361-56.088-24.358zm45.786 52.75c6.845-5.417 26.58-12.943 50.076-7.163 6.646 1.638 24.034 7.323 35.586 12.98 11.323 5.192 19.391 14.83 29.914 20.665 13.29 7.382 31.555 10.83 45.618 17.712 2.83 1.383 10.308 6.39 8.216 7.458-7.1 3.115-19.431 1.319-26.811-.376-3.724-.865-8.36-1.802-10.199 1.507-1.997 3.59-.565 9.094.976 12.446 1.838 4.007 4.407 6.888 7.739 8.428 4.566 2.105 10.826 2.216 15.025 4.636 7.825 4.495 8.124 19.206 2.997 26.507-4.29 6.116-17.06 7.227-28.891 6.656-11.452-.557-24.734-1.754-33.174 1.77-8.313 3.457-12.325 9.3-17.26 16.558-.662.9-1.744 1.088-2.78.382-29.384-17.658-66.477-26.752-86.295-54.742-4.884-6.907-7.957-15.305-9.607-25.289-3.896-23.618 6.089-40.035 18.87-50.135zm173.35 88.335c-.103-.73-.417-3.203-.415-3.714.008-1.305 2.691-3.081 3.942-4.075 1.897-1.51 4.093-3.169 5.532-3.894.52-.327.865.43.935.578 5.291 8.03 3.307 27.88-.515 37.318-.443.96-1.252 1.333-1.582.63-1.95-4.258-4.845-8.091-8.169-10.195-.613-.476-.66-1.468-.613-1.652 1.07-4.485 1.625-9.46.885-14.996zm58.272 63.479c-1.555 4.852-3.401 10.937-7.359 8.114-7.351-5.47-23.692-15.987-39.517-21.824-.85-.191-.754-1.37-.454-2.035 1.122-2.487 1.624-4.784 2.11-7.725.45-2.752 2.436-4.59 3.801-6.797 4.056-6.479 6.253-17.772 7.138-24.817.672-6.473.272-13.686-1.13-19.698-.599-2.568-2.45-5.879-2.401-8.719.048-2.778 1.354-5.689 1.622-8.969.783-9.49-11.194-17.402-17.731-20.453-14.83-6.923-30.59-13.115-46.607-21.566-9.041-4.769-16.297-15.231-23.552-20.846-7.327-5.653-30.879-14.996-40.292-17.48-2.125-.67-2.879-1.554-3.239-3.246-3.88-18.517-14.808-38.916-35.223-54.69-6.61-5.138.803-8.06 9.907-8.504 143.51-4.919 226.095 127.151 192.927 239.255zM85.152 482.01c-3.768-3.087-5.388-5.69-7.555-9.347-17.576-28.094-27.427-127.586-4.778-161.332 7.208-11.825 14.843-6.373 12.306 2.767-4.338 20.517-1.68 32.014 8.297 54.276 15.679 33.083 64.073 79.016 76.884 95.676 21.963 28.57 29.272 49.385 29.172 54.993-.119 4.302-.944 7.044-8.483 6.407-39.764-3.15-78.206-19.637-105.843-43.44zm120.73-352.236C92.439 129.775 0 222.018 0 336.73c0 114.706 93 207.004 206.01 207.004 114.711 0 207.544-92.25 207.544-206.957 0-114.715-92.966-207-207.671-207"
6549
+ })), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
6550
+ d: "M215.816 276.316c5.112 1.692 10.642 3.12 14.554 5.302 2.319 1.299 4.648 4.765 7.883 4.352 3.208-.413 5.213-6.77 5.846-10.062.914-4.746.415-10.81-1.22-13.868-2.709-5.076-10.42-6.232-18.494-5.844-5.49.256-8.57.743-12.781 2.036-4.47 1.376-10.676 4.34-8.02 10.605 1.774 4.208 7.82 6.017 12.232 7.479"
6551
+ })));
6552
+ }
6553
+
6554
+ var _g$2, _defs;
6555
+
6556
+ var _excluded$E = ["title", "titleId"];
6557
+
6558
+ function _extends$E() { _extends$E = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$E.apply(this, arguments); }
6559
+
6560
+ function _objectWithoutProperties$D(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$E(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6561
+
6562
+ function _objectWithoutPropertiesLoose$E(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6563
+
6564
+ function SvgLogoNyplFullWhite(_ref) {
6565
+ var title = _ref.title,
6566
+ titleId = _ref.titleId,
6567
+ props = _objectWithoutProperties$D(_ref, _excluded$E);
6568
+
6569
+ return /*#__PURE__*/React.createElement("svg", _extends$E({
6570
+ viewBox: "0 0 967 568",
6571
+ fill: "none",
6572
+ xmlns: "http://www.w3.org/2000/svg",
6573
+ "aria-labelledby": titleId
6574
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
6575
+ id: titleId
6576
+ }, title) : null, _g$2 || (_g$2 = /*#__PURE__*/React.createElement("g", {
6577
+ clipPath: "url(#logo_nypl_full_white_svg__clip0_1147_1139)",
6578
+ fill: "#fff"
6579
+ }, /*#__PURE__*/React.createElement("path", {
6580
+ d: "M251.237 291.137c-.698 3.641-2.919 10.677-6.472 11.135-3.576.456-6.155-3.379-8.719-4.818-4.33-2.413-10.451-3.994-16.107-5.865-4.88-1.616-11.571-3.62-13.531-8.276-2.942-6.93 3.928-10.211 8.872-11.733 4.659-1.433 8.068-1.97 14.142-2.254 8.934-.428 17.465.85 20.464 6.466 1.809 3.382 2.361 10.093 1.351 15.345zm82.012 4.469c-15.561-7.617-35.77-11.433-50.479-19.599-11.641-6.455-20.566-17.12-33.097-22.866-12.781-6.259-32.021-12.549-39.377-14.361-25.998-6.396-47.833 1.932-55.409 7.925-14.14 11.176-25.19 29.342-20.878 55.473 1.826 11.048 5.228 20.341 10.629 27.985 21.93 30.97 62.972 41.034 95.488 60.572 1.145.778 2.341.572 3.072-.423 5.461-8.034 9.901-14.498 19.1-18.322 9.339-3.899 24.035-2.576 36.705-1.957 13.093.629 27.224-.598 31.968-7.366 5.675-8.079 5.343-24.358-3.314-29.331-4.645-2.676-11.573-2.798-16.625-5.128-3.687-1.705-6.531-4.893-8.563-9.326-1.704-3.709-3.29-9.799-1.08-13.77 2.034-3.663 7.165-2.627 11.283-1.668 8.168 1.873 21.813 3.862 29.669.414 2.315-1.182-5.961-6.724-9.092-8.252zM4.386 317.474c.47-2.649.674-3.389 2.272-5.473 2.529-3.783 33.22-38.222 80.791-46.567 6.26-.899 10.772-.464 11.798 2.045 1.797 4.399-1.846 6.935-6.229 9.472C16.722 322.55 22.13 390.336 21.4 418.066c.23 11.341-7.962 13.409-10.007 8.064-8.954-24.425-16.482-62.708-7.007-108.656zm51.625-99.862c1.564-1.658 2.582-2.421 4.902-3.074 29.301-7.279 58.696-2.644 79.862 6.796 4.755 2.102 6.895 5.085 3.775 7.086-3.969 2.305-15.996 10.127-22.643 16.321-1.933 1.667-5.379 1.753-7.412 1.484-24.813-3.272-37.703-5.203-75.006 8.937-5.723 2.407-10.87-.868-8.237-5.366 4.967-8.898 16.516-23.78 24.76-32.184zm48.216-29.276c-6.415-.731-6.506-5.423-3.794-7.251 6.971-4.885 18.282-10.781 29.656-15.291 3.411-1.35 5.168-1.702 8.289-1.388 8.384.838 22.266 6.484 38.198 17.85 19.106 13.632 36.1 39.528 24.734 37.434-7.189-1.246-4.059-.904-12.485-1.828-8.611-.764-14.261.12-18.229-.284-1.729-.142-3.091-1.295-4.309-2.29-16.124-14.458-34.751-23.635-62.06-26.952z"
6581
+ }), /*#__PURE__*/React.createElement("path", {
6582
+ d: "M411.177 414.687c-1.719 5.368-3.764 12.1-8.142 8.979-8.135-6.055-26.216-17.689-43.726-24.149-.939-.209-.832-1.517-.502-2.252 1.242-2.75 1.797-5.294 2.335-8.548.497-3.046 2.694-5.079 4.205-7.522 4.488-7.169 6.92-19.661 7.899-27.458.743-7.161.301-15.142-1.251-21.795-.663-2.843-2.711-6.506-2.656-9.648.052-3.073 1.499-6.295 1.793-9.924.868-10.501-12.386-19.258-19.617-22.631-16.411-7.662-33.848-14.515-51.572-23.864-10.005-5.277-18.033-16.853-26.06-23.066-8.108-6.256-34.169-16.593-44.582-19.342-2.353-.741-3.186-1.719-3.584-3.592-4.293-20.489-16.389-43.06-38.975-60.514-7.314-5.686.887-8.918 10.961-9.41 158.795-5.443 250.175 140.692 213.474 264.736"
6583
+ }), /*#__PURE__*/React.createElement("path", {
6584
+ d: "M346.699 344.448c-.114-.808-.461-3.545-.458-4.111.009-1.442 2.976-3.406 4.361-4.506 2.098-1.671 4.529-3.507 6.122-4.309.574-.362.958.472 1.034.638 5.854 8.888 3.66 30.847-.571 41.292-.489 1.062-1.385 1.478-1.751.698-2.157-4.711-5.359-8.952-9.035-11.28-.682-.527-.734-1.625-.682-1.831 1.184-4.962 1.799-10.465.98-16.591zm-72.394 54.056c1.264-3.639 2.731-5.784 5.559-7.553 5.327-3.343 14.182-3.486 22.726-4.072 8.278-.556 17.125-1.044 23.014-3.764 3.568-1.64 7.133-6.308 12.639-3.931 2.608 1.123 4.031 3.514 4.807 5.891.875 2.646 1.511 5.322 1.24 8.872-.793 10.245-9.114 15.247-10.61 24.824-.142 1.48-.392 3.622-1.243 4.472-6.352 6.467-18.914 5.108-30.273 3.963-4.066-.403-8.086-.514-10.837-1.823-1.984-.93-3.764-2.821-5.412-4.353-3.635-3.368-5.689-5.845-9.334-9.93-1.233-1.384-4.033-3.89-4.217-5.411-.16-1.46 1.402-5.648 1.941-7.185zM75.395 519.246c-4.169-3.417-5.963-6.298-8.36-10.344-19.45-31.083-30.349-141.175-5.287-178.512 7.975-13.084 16.424-7.054 13.615 3.059-4.799 22.703-1.857 35.424 9.182 60.056 17.348 36.609 70.896 87.433 85.072 105.865 24.301 31.616 32.389 54.647 32.279 60.851-.13 4.76-1.045 7.795-9.385 7.09-44.001-3.488-86.535-21.728-117.116-48.065"
6382
6585
  }), /*#__PURE__*/React.createElement("path", {
6383
6586
  d: "M100.548 370.783c-13.42-32.694-4.658-62.132 1.272-73.299 2.988-5.635 5.91-9.316 9.724-8.256 4.151 1.157 5.11 5.406 5.683 13.281 4.222 65.353 43.753 87.356 93.401 110.43 39.174 20.024 83.741 42.918 121.092 98.373 5.653 8.007 6.469 12.864.088 17.45-22.776 15.546-43.404 26.383-73.589 33.422-4.541 1.063-9.229.265-13.253-10.116C203.035 444.031 132.634 448.9 100.548 370.783zM360.26 503.607c-6.382 6.383-10.006 1.382-12.089-2.719-8.941-19.01-17.674-34.919-31.756-50.332-2.437-2.471-.558-5.944 3.028-5.589 4.582.366 7.586.114 12.627-2.051 4.268-1.832 9.154-7.814 11.591-16.405 1.776-6.268 1.86-8.112 5.7-8.501.954-.089 2.702.149 3.761.453 4.674 1.332 9.693 5.152 13.36 7.964 9.406 7.185 23.439 23.046 25.895 28.177 1.56 3.267.068 5.482-.812 7.349-4.923 10.062-20.445 30.918-31.305 41.654zM476.671 7.388h7.369l54.269 78.566V7.388h7.088v90.997h-6.976l-54.777-79.13v79.13h-6.973V7.388zM605.125 57.78c-.159-9.84-5.183-19.917-17.64-19.917-11.322 0-17.904 8.725-19.814 19.917h37.454zm-45.387 7.396c0-18.458 10.686-33.49 28.009-33.49 16.703 0 25.843 13.385 24.463 32h-44.935v1.49c.114 14.876 6.412 28.542 21.992 28.542 8.322 0 15.295-3.397 18.839-6.13l3.037 5.607c-4.106 2.997-11.642 6.705-22.16 6.705-19.953 0-29.245-16.025-29.245-34.724zm60.783-31.973h7.649l15.861 54.242 17.063-54.242h7.008l17.041 54.384 16.026-54.384h7.088l-19.688 65.183h-6.519l-17.609-54.947-17.662 54.947h-6.572l-19.686-65.183zm151.272 30.876l-30.492-56.69h8.503l25.815 49.163h.223l25.823-49.163h7.664l-30.163 56.69v34.307h-7.373V64.077zm83.09 1.8c0-14.623-7.789-28.016-22.693-28.016-14.734 0-21.426 13.112-21.426 27.735 0 14.735 7.189 28.12 21.989 28.12 14.9 0 22.13-13.104 22.13-27.84zm-51.712 0c0-16.423 8.773-34.193 29.246-34.193 20.551 0 29.976 17.658 29.976 33.912 0 16.365-9.336 34.302-29.81 34.302-20.47 0-29.412-17.655-29.412-34.022zm72.807-32.676h7.14v11.36c2.433-4.785 8.329-12.877 17.496-12.877 3.038 0 5.173.675 6.298 1.124l-1.752 6.692c-1.117-.448-2.636-.956-5.333-.956-9.043 0-14.906 10.63-16.709 14.454v45.386h-7.14V33.202zm51.796 28.572L956.4 33.202h8.828l-28.847 28.572 30.366 36.61h-8.88l-30.093-36.61zM920.048.008h7.106v98.377h-7.106V.008zM495.649 190.396c17.321 0 24.463-7.929 24.463-19.964 0-11.361-6.861-19.566-24.183-19.566h-11.64v39.53h11.36zm-18.881-45.946h19.837c19.122 0 31.158 9.448 31.158 25.701 0 16.418-11.361 26.658-32.002 26.658h-11.472v38.692h-7.521V144.45zm62.463 71.929v-46.096h7.087v44.577c0 9.563 3.428 15.691 13.384 15.691 9.731 0 17.77-9.165 19.965-12.991v-47.277h7.085v52.623c0 5.171.563 10.121 1.237 12.595h-7.243c-.403-2.249-.956-7.122-.956-10.686-3.126 4.949-10.528 12.188-21.567 12.188-13.663 0-18.992-8.926-18.992-20.624zM648.8 202.942c0-14.222-5.473-27.73-21.332-27.73-5.566 0-12.146 3.263-15.826 7.369v45.667c3.004 1.516 7.503 2.531 12.705 2.531 16.524 0 24.453-14.343 24.453-27.837zm-44.276 29.127v-94.987h7.118v39.199c3.961-4.499 10.372-7.479 17.065-7.479 18.613 0 27.613 14.895 27.613 33.853 0 18.337-12.316 34.348-32.228 34.348-7.814 0-15.07-1.916-19.568-4.934zm67.747-94.987h7.143v98.419h-7.143v-98.419zm28.278 33.201h7.207v65.218h-7.207v-65.218zm-1.79-19.253c0-3.149 2.474-5.456 5.345-5.456 3.033 0 5.508 2.307 5.508 5.456 0 3.148-2.475 5.585-5.508 5.585-2.871 0-5.345-2.437-5.345-5.585zm22.718 51.796c0-20.641 11.866-34.024 28.683-34.024 9.73 0 15.858 3.654 19.39 6.803l-3.7 5.218c-3.654-3.136-8.605-5.892-15.858-5.892-14.472 0-21.037 12.595-21.037 27.612 0 14.456 6.471 28.236 20.941 28.236 7.52 0 13.817-3.264 16.688-5.796l3.091 5.312c-3.491 3.126-10.347 6.708-20.244 6.708-18.701 0-27.954-16.741-27.954-34.177zM476.671 372.798v-90.997h19.402v75.392h33.907v15.605h-53.309zm67.687 0v-66.535h18.319v66.535h-18.319zm9.154-75.134c-6.415 0-11.07-5.117-11.07-10.916 0-5.745 4.655-10.685 11.07-10.685 6.411 0 11.201 4.94 11.201 10.685 0 5.799-4.79 10.916-11.201 10.916zm43.305 61.017c1.232.429 4.1 1.521 9.163 1.521 10.122 0 16.139-7.48 16.139-21.203 0-12.429-4.222-20.077-14.059-20.077-5.736 0-10.123 3.765-11.243 5.117v34.642zm0-84.303v37.064c3.032-3.041 8.881-6.864 16.289-6.864 16.664 0 28.27 11.472 28.27 34.421 0 22.719-15.318 35.444-35.396 35.444-15.019 0-24.184-3.833-27.333-5.301v-94.764h18.17zm95.708 47.836c-1.122-.65-3.202-1.44-7.029-1.44-8.041 0-12.821 7.09-14.506 10.064v41.96h-18.138v-66.535h18.138v9.003c2.866-4.951 8.377-10.688 16.814-10.688 4.948 0 7.589.958 9.035 1.824l-4.314 15.812zm46.01 21.082h-2.368c-10.578 0-17.996 3.126-17.996 10.942 0 4.872 3.996 6.917 8.043 6.917 6.572 0 10.405-3.825 12.321-5.878v-11.981zm2.02 29.502c-.563-1.688-.955-5.064-1.061-7.087-2.987 3.487-9.288 8.732-18.697 8.732-11.399 0-20.124-6.818-20.124-18.691 0-17.375 17.892-23.673 35.494-23.673h2.368v-3.824c0-5.737-2.368-9.333-10.803-9.333-8.605 0-14.51 4.553-16.983 6.298l-7.875-11.081c3.992-3.486 12.661-9.561 26.938-9.561 18.167 0 26.77 7.032 26.77 24.634v23.9c0 8.999.956 15.465 1.912 19.686h-17.939zm70.962-50.584c-1.123-.65-3.205-1.44-7.029-1.44-8.041 0-12.824 7.09-14.496 10.064v41.96h-18.181v-66.535h18.181v9.003c2.878-4.951 8.365-10.688 16.801-10.688 4.948 0 7.593.958 9.083 1.824l-4.359 15.812zm10.604-15.951h19.349l14.799 43.814h.667l13.554-43.814h18.726l-27.499 73.619c-5.89 15.693-12.825 24.858-30.988 24.858-5.576 0-8.941-.786-10.292-1.182l2.642-14.338c.954.224 2.475.616 6.363.616 9.328 0 12.59-4.441 15.233-11.56l2.474-6.829-25.028-65.184z"
6384
6587
  }))), _defs || (_defs = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
@@ -6389,65 +6592,65 @@ function SvgLogoNyplFullWhite(_ref) {
6389
6592
  })))));
6390
6593
  }
6391
6594
 
6392
- var _path$v, _path2$f, _path3$9;
6595
+ var _path$z, _path2$g, _path3$a;
6393
6596
 
6394
- var _excluded$z = ["title", "titleId"];
6597
+ var _excluded$F = ["title", "titleId"];
6395
6598
 
6396
- function _extends$z() { _extends$z = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$z.apply(this, arguments); }
6599
+ function _extends$F() { _extends$F = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$F.apply(this, arguments); }
6397
6600
 
6398
- function _objectWithoutProperties$y(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$z(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6601
+ function _objectWithoutProperties$E(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$F(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6399
6602
 
6400
- function _objectWithoutPropertiesLoose$z(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6603
+ function _objectWithoutPropertiesLoose$F(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6401
6604
 
6402
6605
  function SvgLogoNyplLionBlack(_ref) {
6403
6606
  var title = _ref.title,
6404
6607
  titleId = _ref.titleId,
6405
- props = _objectWithoutProperties$y(_ref, _excluded$z);
6608
+ props = _objectWithoutProperties$E(_ref, _excluded$F);
6406
6609
 
6407
- return /*#__PURE__*/React.createElement("svg", _extends$z({
6610
+ return /*#__PURE__*/React.createElement("svg", _extends$F({
6408
6611
  viewBox: "0 0 136 135",
6409
6612
  fill: "none",
6410
6613
  xmlns: "http://www.w3.org/2000/svg",
6411
6614
  "aria-labelledby": titleId
6412
6615
  }, props), title ? /*#__PURE__*/React.createElement("title", {
6413
6616
  id: titleId
6414
- }, title) : null, _path$v || (_path$v = /*#__PURE__*/React.createElement("path", {
6617
+ }, title) : null, _path$z || (_path$z = /*#__PURE__*/React.createElement("path", {
6415
6618
  d: "M80.251 43.353c-.87-1.65-3.396-2.04-6.052-1.91a16.55 16.55 0 00-4.18.651c-1.48.434-3.484 1.433-2.613 3.473.566 1.39 2.57 1.954 4.006 2.432 1.655.564 3.484.998 4.746 1.736.74.434 1.524 1.563 2.57 1.433 1.044-.13 1.698-2.214 1.915-3.256.305-1.607.175-3.56-.392-4.559z",
6416
6619
  fill: "#000"
6417
- })), _path2$f || (_path2$f = /*#__PURE__*/React.createElement("path", {
6620
+ })), _path2$g || (_path2$g = /*#__PURE__*/React.createElement("path", {
6418
6621
  fillRule: "evenodd",
6419
6622
  clipRule: "evenodd",
6420
6623
  d: "M68.103.112C31.047.112.87 30.155.87 67.492c0 37.336 30.394 67.423 67.275 67.423 37.448 0 67.798-30.043 67.798-67.38C135.901 30.155 105.551.112 68.103.112zM28.652 114.77a10.757 10.757 0 01-2.482-3.039c-5.748-9.16-8.97-41.548-1.568-52.531 2.352-3.864 4.834-2.084 4.006.911-1.437 6.686-.566 10.42 2.7 17.67 3.631 7.609 12.59 17.32 19.008 24.279 2.664 2.887 4.89 5.301 6.117 6.893 7.185 9.29 9.58 16.063 9.536 17.887-.043 1.389-.305 2.3-2.787 2.083-12.932-.998-25.517-6.382-34.53-14.153zm99.052-30.575l.054-.162C138.6 47.52 111.647 4.497 64.837 6.19c-2.961.174-5.4 1.086-3.222 2.779 6.662 5.123 10.232 11.765 11.495 17.8.087.52.349.825 1.045 1.042 3.048.825 10.756 3.864 13.15 5.687.95.723 1.892 1.69 2.868 2.693 1.487 1.528 3.052 3.136 4.84 4.08 3.412 1.8 6.769 3.27 10.024 4.698h.003c1.77.777 3.511 1.54 5.213 2.335 2.134.955 6.053 3.56 5.792 6.642-.041.485-.157.952-.269 1.404-.13.518-.254 1.018-.254 1.505 0 .562.232 1.19.45 1.783.136.368.267.723.334 1.039.446 2.111.563 4.279.348 6.425-.305 2.301-1.045 5.948-2.351 8.075-.134.207-.282.4-.429.592-.375.49-.74.967-.834 1.623a11.233 11.233 0 01-.697 2.518c-.13.217-.13.608.131.65 5.138 1.911 10.494 5.34 12.889 7.12 1.22.881 1.83-.951 2.341-2.485zm-18.975-20.828a13.058 13.058 0 01-.13-1.215c0-.359.593-.806 1.046-1.147.095-.072.184-.139.26-.2a13.999 13.999 0 011.785-1.258c.14-.07.223.055.273.13.013.02.023.035.032.044 1.742 2.604 1.089 9.073-.174 12.156-.131.303-.392.434-.523.217-.653-1.39-1.567-2.649-2.656-3.3a.689.689 0 01-.218-.52c.435-1.599.538-3.268.305-4.907zM68.495 32.24c-7.708-1.867-14.152.564-16.373 2.344-4.18 3.3-7.446 8.64-6.14 16.238.523 3.256 1.524 5.99 3.136 8.248 4.45 6.297 11.622 9.674 18.79 13.048 3.21 1.512 6.42 3.023 9.382 4.796a.632.632 0 00.915-.13l.016-.024c1.604-2.334 2.91-4.235 5.601-5.36 2.43-1 6.123-.808 9.537-.63h.004c.44.023.874.046 1.302.066 3.875.173 8.055-.174 9.449-2.171 1.698-2.388 1.611-7.163-.958-8.64-.742-.415-1.668-.622-2.595-.83-.816-.181-1.633-.364-2.326-.69-1.088-.477-1.916-1.432-2.525-2.734-.48-1.086-.958-2.866-.305-4.038.556-1.066 2.037-.75 3.246-.49l.063.013c2.395.564 6.445 1.128 8.752.13.654-.347-1.785-1.997-2.699-2.431-2.15-1.062-4.607-1.873-7.06-2.684-2.765-.913-5.525-1.825-7.832-3.09-1.545-.858-2.923-1.961-4.307-3.07-1.7-1.36-3.408-2.727-5.447-3.66a74.478 74.478 0 00-11.626-4.211zM37.186 17.391c-1.872-.217-1.915-1.606-1.132-2.127a47.598 47.598 0 018.753-4.515 4.145 4.145 0 012.438-.391c2.482.26 6.575 1.91 11.278 5.253 5.617 3.994 10.668 11.635 7.315 11.027a34.483 34.483 0 00-3.7-.52c-1.441-.124-2.612-.093-3.57-.067-.723.02-1.325.036-1.83-.02a2.276 2.276 0 01-1.263-.695c-4.746-4.255-10.233-6.946-18.288-7.945zm51.818 59.652a3.828 3.828 0 00-1.655 2.214c-.027.09-.069.215-.118.361-.187.558-.473 1.413-.404 1.723.067.37.58.897.969 1.297.113.116.215.221.293.31a35.34 35.34 0 002.744 2.908 7.351 7.351 0 001.61 1.26c.604.3 1.44.37 2.348.445.273.022.55.045.832.075l.034.004c3.344.346 7.026.728 8.892-1.176.218-.217.305-.868.348-1.302.206-1.336.871-2.37 1.537-3.406.741-1.154 1.484-2.31 1.599-3.888a6.11 6.11 0 00-.349-2.605 2.827 2.827 0 00-1.437-1.737c-1.213-.509-2.098.102-2.896.652-.291.2-.57.393-.849.52-1.622.769-4 .934-6.289 1.094l-.503.035c-.296.02-.594.04-.89.058h-.001c-2.234.14-4.432.277-5.815 1.158zM22.948 26.03c.385-.43.883-.746 1.437-.912a37.386 37.386 0 0123.557 1.997c1.393.608 2.046 1.476 1.132 2.084-1.176.695-4.703 2.996-6.662 4.819-.566.478-1.568.521-2.177.434l-.246-.032c-7.157-.935-11.025-1.44-21.875 2.68-1.698.695-3.222-.26-2.438-1.563 1.437-2.648 4.833-7.033 7.272-9.507zM8.36 53.816a2.946 2.946 0 00-.653 1.606c-2.787 13.502-.566 24.79 2.09 31.997.61 1.563 3.048.955 2.961-2.388.017-.605.023-1.275.03-2.002.082-9.085.246-27.125 21.09-39.546 1.262-.738 2.35-1.476 1.828-2.778-.305-.738-1.655-.868-3.484-.608-14.064 2.475-23.121 12.59-23.862 13.72zm27.738 17.28c-3.963-9.639-1.393-18.279.392-21.578.87-1.65 1.741-2.735 2.874-2.431 1.219.347 1.524 1.606 1.698 3.907 1.263 19.233 12.932 25.702 27.563 32.518 11.583 5.904 24.733 12.633 35.75 28.957 1.654 2.345 1.916 3.777.043 5.123-6.705 4.559-12.802 7.771-21.728 9.855-1.35.304-2.743.087-3.919-2.995-6.742-17.265-15.964-24.728-24.497-31.632-7.174-5.805-13.86-11.216-18.176-21.725zm73.067 38.334c.609 1.172 1.698 2.649 3.57.782 3.223-3.17 7.795-9.291 9.319-12.243.035-.077.074-.154.115-.235.258-.511.56-1.11.146-1.936-.74-1.52-4.877-6.165-7.664-8.292l-.033-.025c-1.086-.823-2.55-1.933-3.929-2.32a3.246 3.246 0 00-1.089-.13c-1.025.118-1.158.592-1.561 2.034l-.137.484c-.74 2.518-2.177 4.298-3.44 4.82a6.957 6.957 0 01-3.745.607c-1.088-.087-1.654.912-.914 1.65 4.136 4.515 6.705 9.204 9.362 14.804z",
6421
6624
  fill: "#000"
6422
- })), _path3$9 || (_path3$9 = /*#__PURE__*/React.createElement("path", {
6625
+ })), _path3$a || (_path3$a = /*#__PURE__*/React.createElement("path", {
6423
6626
  d: "M71.456 47.998c1.654.565 3.483.999 4.746 1.737.74.434 1.524 1.563 2.569 1.433 1.045-.13 1.698-2.214 1.916-3.256.305-1.563.13-3.517-.392-4.515-.87-1.65-3.397-2.041-6.053-1.91-1.415.037-2.82.256-4.18.65-1.48.435-3.483 1.433-2.612 3.474.566 1.302 2.569 1.91 4.005 2.388z",
6424
6627
  fill: "#000"
6425
6628
  })));
6426
6629
  }
6427
6630
 
6428
- var _path$w, _mask, _g$1;
6631
+ var _path$A, _mask, _g$3;
6429
6632
 
6430
- var _excluded$A = ["title", "titleId"];
6633
+ var _excluded$G = ["title", "titleId"];
6431
6634
 
6432
- function _extends$A() { _extends$A = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$A.apply(this, arguments); }
6635
+ function _extends$G() { _extends$G = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$G.apply(this, arguments); }
6433
6636
 
6434
- function _objectWithoutProperties$z(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$A(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6637
+ function _objectWithoutProperties$F(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$G(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6435
6638
 
6436
- function _objectWithoutPropertiesLoose$A(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6639
+ function _objectWithoutPropertiesLoose$G(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6437
6640
 
6438
6641
  function SvgLogoNyplLionWhite(_ref) {
6439
6642
  var title = _ref.title,
6440
6643
  titleId = _ref.titleId,
6441
- props = _objectWithoutProperties$z(_ref, _excluded$A);
6644
+ props = _objectWithoutProperties$F(_ref, _excluded$G);
6442
6645
 
6443
- return /*#__PURE__*/React.createElement("svg", _extends$A({
6646
+ return /*#__PURE__*/React.createElement("svg", _extends$G({
6444
6647
  viewBox: "0 0 125 126",
6445
6648
  fill: "#fff",
6446
6649
  xmlns: "http://www.w3.org/2000/svg",
6447
6650
  "aria-labelledby": titleId
6448
6651
  }, props), title ? /*#__PURE__*/React.createElement("title", {
6449
6652
  id: titleId
6450
- }, title) : null, _path$w || (_path$w = /*#__PURE__*/React.createElement("path", {
6653
+ }, title) : null, _path$A || (_path$A = /*#__PURE__*/React.createElement("path", {
6451
6654
  fillRule: "evenodd",
6452
6655
  clipRule: "evenodd",
6453
6656
  d: "M122.666 79.082l-.006.019c-.499 1.582-1.133 3.595-2.402 2.672a59.23 59.23 0 00-12.99-7.207c-.275-.07-.24-.448-.14-.653.359-.81.591-1.67.69-2.551a6.232 6.232 0 011.239-2.243 22.616 22.616 0 002.338-8.203 20.544 20.544 0 00-.38-6.514 13.52 13.52 0 01-.789-2.86c0-.498.128-.995.262-1.518.118-.457.241-.934.287-1.448a8.87 8.87 0 00-5.85-6.758 275.96 275.96 0 00-4.997-2.249c-3.374-1.492-6.85-3.03-10.356-4.888a60.679 60.679 0 01-7.779-6.892 55.953 55.953 0 00-13.284-5.756 1.272 1.272 0 01-1.069-1.067 31.14 31.14 0 00-11.616-18.07c-2.168-1.69.295-2.657 3.293-2.791 20.115-1.132 39.54 7.499 52.152 23.172a62.1 62.1 0 0111.397 55.805zM29.501 8.846c-.797.53-.797 1.898 1.145 2.096 6.959.573 13.531 3.298 18.72 7.762.339.353.792.587 1.287.665.489.04 1.05.022 1.713 0 .993-.031 2.218-.071 3.782.067 1.262.103 2.516.281 3.754.535 3.41.603-1.7-6.866-7.438-10.798A27.838 27.838 0 0040.96 4.042a4.562 4.562 0 00-2.523.4 47.777 47.777 0 00-8.936 4.404zm-13 11.099c.373-.435.87-.75 1.428-.905a37.673 37.673 0 0123.522 1.974c1.393.604 2.04 1.45 1.121 2.04a51.105 51.105 0 00-6.67 4.717 3.228 3.228 0 01-2.178.435A36.309 36.309 0 0011.63 30.77c-1.7.701-3.201-.266-2.416-1.538a54.633 54.633 0 017.287-9.287zm81.78 23.683c-2.133-1.048-4.559-1.853-6.98-2.656-2.815-.934-5.624-1.866-7.958-3.175-1.581-.874-2.984-2.005-4.39-3.14-1.684-1.356-3.373-2.718-5.383-3.653a71.807 71.807 0 00-11.654-4.254 20.684 20.684 0 00-16.407 2.365 16.644 16.644 0 00-6.186 16.461 19.583 19.583 0 003.14 8.31c4.474 6.333 11.625 9.72 18.782 13.109 3.231 1.53 6.464 3.061 9.452 4.864a.625.625 0 00.88-.076l.003-.003.06-.045a12.757 12.757 0 015.64-5.454 28.588 28.588 0 0110.87-.585c3.325.64 6.765-.158 9.466-2.196a6.74 6.74 0 00-.992-8.712c-.748-.43-1.699-.636-2.653-.842-.792-.172-1.586-.344-2.268-.645a5.202 5.202 0 01-2.53-2.777 5.015 5.015 0 01-.308-4.08 2.84 2.84 0 013.349-.496c2.865.816 5.896.864 8.786.139a4.326 4.326 0 00-2.719-2.46zm-24.235-1.34a4.164 4.164 0 01-1.915 3.293 4.495 4.495 0 01-2.565-1.443 28.23 28.23 0 00-4.753-1.75 6.177 6.177 0 01-3.998-2.48c-.854-2.057 1.16-3.019 2.63-3.5a16.046 16.046 0 014.176-.669 6.278 6.278 0 016.048 1.919c.52 1.486.65 3.08.377 4.63zm-72.01 5.853a2.742 2.742 0 00-.696 1.619 59.402 59.402 0 002.083 32.42c.63 1.574 3.097.966 3.027-2.411.018-.624.026-1.314.034-2.064.102-9.222.302-27.42 21.493-40.004 1.322-.757 2.431-1.514 1.877-2.824a3.366 3.366 0 00-3.531-.623c-9.438 1.824-17.987 6.712-24.287 13.887zm100.09 8.538c0 .177.114 1.012.152 1.254a13.47 13.47 0 01-.277 4.979.713.713 0 00.223.558 8.308 8.308 0 012.91 3.413c.092.242.39.101.542-.211a16.316 16.316 0 00.184-12.429l-.008-.015c-.044-.084-.155-.296-.328-.196-.695.379-1.357.81-1.978 1.288-.6.322-1.091.793-1.42 1.36zM81.61 73.897c.239-.94.817-1.75 1.615-2.265a15.306 15.306 0 016.623-1.219 19.97 19.97 0 006.69-1.148 3.977 3.977 0 013.665-1.183c.7.351 1.215 1 1.411 1.777.306.858.433 1.772.371 2.684a82.29 82.29 0 01-3.094 7.487c.01.481-.119.955-.371 1.36a11.028 11.028 0 01-8.809 1.183 9.228 9.228 0 01-3.162-.56 6.333 6.333 0 01-1.581-1.323c-.776-.748-1.31-1.366-1.973-2.133-.23-.266-.475-.55-.75-.863A5.407 5.407 0 0181 76.056c.145-.736.35-1.458.61-2.16zm-61.686 33.61a9.874 9.874 0 002.494 3.102 61.69 61.69 0 0034.798 14.369c2.475.204 2.749-.689 2.784-2.105a43.057 43.057 0 00-9.589-18.179c-1.23-1.608-3.467-4.047-6.147-6.967-6.468-7.048-15.508-16.9-19.152-24.634a24.816 24.816 0 01-2.714-17.954c.823-3.003-1.686-4.798-4.056-.898-7.458 11.142-4.225 43.984 1.582 53.266zM30.107 65.19a26.819 26.819 0 01.378-21.694c.89-1.676 1.745-2.77 2.88-2.428 1.233.341 1.492 1.608 1.68 3.957 1.269 19.363 12.987 25.862 27.689 32.708a84.543 84.543 0 0135.91 29.117c1.68 2.359 1.919 3.798.034 5.163a60.152 60.152 0 01-21.829 9.892c-1.338.307-2.74.07-3.94-3.012-6.754-17.427-16.015-24.947-24.59-31.91-7.177-5.827-13.872-11.264-18.212-21.793zm72.632 39.117c.611 1.218 1.71 2.67 3.594.812a60.34 60.34 0 009.249-12.215 2.214 2.214 0 00.239-2.167 37.68 37.68 0 00-7.669-8.257 14.577 14.577 0 00-3.976-2.334 3.434 3.434 0 00-1.129-.137c-1.043.126-1.168.593-1.57 2.095-.034.129-.07.265-.11.41a7.431 7.431 0 01-3.424 4.803 6.76 6.76 0 01-3.733.612.97.97 0 00-1.094.467.938.938 0 00.204 1.157 55.145 55.145 0 019.419 14.754z"
@@ -6462,175 +6665,390 @@ function SvgLogoNyplLionWhite(_ref) {
6462
6665
  fillRule: "evenodd",
6463
6666
  clipRule: "evenodd",
6464
6667
  d: "M122.666 79.082l-.006.019c-.499 1.582-1.133 3.595-2.402 2.672a59.23 59.23 0 00-12.99-7.207c-.275-.07-.24-.448-.14-.653.359-.81.591-1.67.69-2.551a6.232 6.232 0 011.239-2.243 22.616 22.616 0 002.338-8.203 20.544 20.544 0 00-.38-6.514 13.52 13.52 0 01-.789-2.86c0-.498.128-.995.262-1.518.118-.457.241-.934.287-1.448a8.87 8.87 0 00-5.85-6.758 275.96 275.96 0 00-4.997-2.249c-3.374-1.492-6.85-3.03-10.356-4.888a60.679 60.679 0 01-7.779-6.892 55.953 55.953 0 00-13.284-5.756 1.272 1.272 0 01-1.069-1.067 31.14 31.14 0 00-11.616-18.07c-2.168-1.69.295-2.657 3.293-2.791 20.115-1.132 39.54 7.499 52.152 23.172a62.1 62.1 0 0111.397 55.805zM29.501 8.846c-.797.53-.797 1.898 1.145 2.096 6.959.573 13.531 3.298 18.72 7.762.339.353.792.587 1.287.665.489.04 1.05.022 1.713 0 .993-.031 2.218-.071 3.782.067 1.262.103 2.516.281 3.754.535 3.41.603-1.7-6.866-7.438-10.798A27.838 27.838 0 0040.96 4.042a4.562 4.562 0 00-2.523.4 47.777 47.777 0 00-8.936 4.404zm-13 11.099c.373-.435.87-.75 1.428-.905a37.673 37.673 0 0123.522 1.974c1.393.604 2.04 1.45 1.121 2.04a51.105 51.105 0 00-6.67 4.717 3.228 3.228 0 01-2.178.435A36.309 36.309 0 0011.63 30.77c-1.7.701-3.201-.266-2.416-1.538a54.633 54.633 0 017.287-9.287zm81.78 23.683c-2.133-1.048-4.559-1.853-6.98-2.656-2.815-.934-5.624-1.866-7.958-3.175-1.581-.874-2.984-2.005-4.39-3.14-1.684-1.356-3.373-2.718-5.383-3.653a71.807 71.807 0 00-11.654-4.254 20.684 20.684 0 00-16.407 2.365 16.644 16.644 0 00-6.186 16.461 19.583 19.583 0 003.14 8.31c4.474 6.333 11.625 9.72 18.782 13.109 3.231 1.53 6.464 3.061 9.452 4.864a.625.625 0 00.88-.076l.003-.003.06-.045a12.757 12.757 0 015.64-5.454 28.588 28.588 0 0110.87-.585c3.325.64 6.765-.158 9.466-2.196a6.74 6.74 0 00-.992-8.712c-.748-.43-1.699-.636-2.653-.842-.792-.172-1.586-.344-2.268-.645a5.202 5.202 0 01-2.53-2.777 5.015 5.015 0 01-.308-4.08 2.84 2.84 0 013.349-.496c2.865.816 5.896.864 8.786.139a4.326 4.326 0 00-2.719-2.46zm-24.235-1.34a4.164 4.164 0 01-1.915 3.293 4.495 4.495 0 01-2.565-1.443 28.23 28.23 0 00-4.753-1.75 6.177 6.177 0 01-3.998-2.48c-.854-2.057 1.16-3.019 2.63-3.5a16.046 16.046 0 014.176-.669 6.278 6.278 0 016.048 1.919c.52 1.486.65 3.08.377 4.63zm-72.01 5.853a2.742 2.742 0 00-.696 1.619 59.402 59.402 0 002.083 32.42c.63 1.574 3.097.966 3.027-2.411.018-.624.026-1.314.034-2.064.102-9.222.302-27.42 21.493-40.004 1.322-.757 2.431-1.514 1.877-2.824a3.366 3.366 0 00-3.531-.623c-9.438 1.824-17.987 6.712-24.287 13.887zm100.09 8.538c0 .177.114 1.012.152 1.254a13.47 13.47 0 01-.277 4.979.713.713 0 00.223.558 8.308 8.308 0 012.91 3.413c.092.242.39.101.542-.211a16.316 16.316 0 00.184-12.429l-.008-.015c-.044-.084-.155-.296-.328-.196-.695.379-1.357.81-1.978 1.288-.6.322-1.091.793-1.42 1.36zM81.61 73.897c.239-.94.817-1.75 1.615-2.265a15.306 15.306 0 016.623-1.219 19.97 19.97 0 006.69-1.148 3.977 3.977 0 013.665-1.183c.7.351 1.215 1 1.411 1.777.306.858.433 1.772.371 2.684a82.29 82.29 0 01-3.094 7.487c.01.481-.119.955-.371 1.36a11.028 11.028 0 01-8.809 1.183 9.228 9.228 0 01-3.162-.56 6.333 6.333 0 01-1.581-1.323c-.776-.748-1.31-1.366-1.973-2.133-.23-.266-.475-.55-.75-.863A5.407 5.407 0 0181 76.056c.145-.736.35-1.458.61-2.16zm-61.686 33.61a9.874 9.874 0 002.494 3.102 61.69 61.69 0 0034.798 14.369c2.475.204 2.749-.689 2.784-2.105a43.057 43.057 0 00-9.589-18.179c-1.23-1.608-3.467-4.047-6.147-6.967-6.468-7.048-15.508-16.9-19.152-24.634a24.816 24.816 0 01-2.714-17.954c.823-3.003-1.686-4.798-4.056-.898-7.458 11.142-4.225 43.984 1.582 53.266zM30.107 65.19a26.819 26.819 0 01.378-21.694c.89-1.676 1.745-2.77 2.88-2.428 1.233.341 1.492 1.608 1.68 3.957 1.269 19.363 12.987 25.862 27.689 32.708a84.543 84.543 0 0135.91 29.117c1.68 2.359 1.919 3.798.034 5.163a60.152 60.152 0 01-21.829 9.892c-1.338.307-2.74.07-3.94-3.012-6.754-17.427-16.015-24.947-24.59-31.91-7.177-5.827-13.872-11.264-18.212-21.793zm72.632 39.117c.611 1.218 1.71 2.67 3.594.812a60.34 60.34 0 009.249-12.215 2.214 2.214 0 00.239-2.167 37.68 37.68 0 00-7.669-8.257 14.577 14.577 0 00-3.976-2.334 3.434 3.434 0 00-1.129-.137c-1.043.126-1.168.593-1.57 2.095-.034.129-.07.265-.11.41a7.431 7.431 0 01-3.424 4.803 6.76 6.76 0 01-3.733.612.97.97 0 00-1.094.467.938.938 0 00.204 1.157 55.145 55.145 0 019.419 14.754z"
6465
- }))), _g$1 || (_g$1 = /*#__PURE__*/React.createElement("g", {
6668
+ }))), _g$3 || (_g$3 = /*#__PURE__*/React.createElement("g", {
6466
6669
  mask: "url(#logo_nypl_lion_white_svg__a)"
6467
6670
  }, /*#__PURE__*/React.createElement("path", {
6468
6671
  d: "M0-.994h125v126H0z"
6469
6672
  }))));
6470
6673
  }
6471
6674
 
6472
- var _path$x;
6675
+ var _path$B;
6473
6676
 
6474
- var _excluded$B = ["title", "titleId"];
6677
+ var _excluded$H = ["title", "titleId"];
6475
6678
 
6476
- function _extends$B() { _extends$B = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$B.apply(this, arguments); }
6679
+ function _extends$H() { _extends$H = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$H.apply(this, arguments); }
6477
6680
 
6478
- function _objectWithoutProperties$A(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$B(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6681
+ function _objectWithoutProperties$G(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$H(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6479
6682
 
6480
- function _objectWithoutPropertiesLoose$B(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6683
+ function _objectWithoutPropertiesLoose$H(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6481
6684
 
6482
6685
  function SvgLogoQplAltBlack(_ref) {
6483
6686
  var title = _ref.title,
6484
6687
  titleId = _ref.titleId,
6485
- props = _objectWithoutProperties$A(_ref, _excluded$B);
6688
+ props = _objectWithoutProperties$G(_ref, _excluded$H);
6689
+
6690
+ return /*#__PURE__*/React.createElement("svg", _extends$H({
6691
+ viewBox: "0 0 250 134",
6692
+ xmlns: "http://www.w3.org/2000/svg",
6693
+ "aria-labelledby": titleId
6694
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
6695
+ id: titleId
6696
+ }, title) : null, _path$B || (_path$B = /*#__PURE__*/React.createElement("path", {
6697
+ d: "M25.853 14.85L0 29.697l.045 29.9.067 29.899 38.6 22.162c21.23 12.174 38.712 22.207 38.869 22.252.224.111 25.336-14.091 26.032-14.716.225-.2-2.76-2.006-12.5-7.58-7.047-4.036-12.792-7.403-12.792-7.47 0-.067 5.768-3.433 12.792-7.469l12.792-7.313V29.765l-25.83-14.827C63.846 6.778 52.108.09 51.974.067 51.84.022 40.08 6.689 25.853 14.849zm38.712 22.407c6.89 3.946 12.657 7.29 12.814 7.424.202.201.27 6.333.224 29.699l-.067 29.453-12.567-7.224c-6.912-3.99-12.702-7.29-12.837-7.358-.157-.066-6.014 3.166-13.016 7.18-7.024 4.013-12.814 7.358-12.927 7.402-.09.045-.134-13.221-.112-29.475l.067-29.587 12.792-7.336c7.047-4.035 12.86-7.335 12.95-7.335.089 0 5.811 3.233 12.679 7.157zM136.917 15.05c-1.818.513-3.254 1.382-4.623 2.81-5.207 5.417-2.693 14.514 4.488 16.364 1.683.424 3.905.424 5.543 0l1.279-.334 2.155 1.226c2.738 1.539 2.827 1.561 3.882 1.026 1.75-.892 1.526-1.45-1.189-2.965l-2.087-1.16.763-.892c2.917-3.389 3.052-8.784.314-12.419-1.077-1.427-2.783-2.697-4.444-3.322-1.683-.646-4.443-.78-6.081-.334zm5.677 3.099c.696.334 1.683 1.092 2.245 1.717 3.276 3.612 2.244 8.985-2.177 11.282-1.01.535-1.414.624-3.187.624-1.75 0-2.177-.09-3.142-.602-3.231-1.695-4.825-5.284-3.793-8.562 1.347-4.28 6.082-6.377 10.054-4.46zM214.34 15.027c-.179.201-.224 2.966-.202 9.744l.067 9.453 1.033.067c.673.045 1.122-.044 1.279-.245.179-.2.292-2.363.314-6.956l.067-6.667 5.678 7.068c5.409 6.711 5.745 7.068 6.441 7.068.471 0 .785-.134.875-.357.202-.535.157-18.439-.067-18.773-.112-.2-.561-.268-1.279-.223l-1.1.067-.112 6.822-.112 6.845-5.723-7.112c-4.87-6.065-5.812-7.113-6.306-7.113-.337 0-.718.134-.853.313zM240.642 14.938c-2.671.535-4.556 2.609-4.556 5.062 0 2.318 1.369 4.102 4.152 5.395 3.074 1.427 3.568 1.695 4.286 2.386 1.436 1.338 1.167 3.077-.651 3.88-1.615.735-2.917.49-5.206-1.026-1.392-.914-1.616-.892-2.424.178-.583.78-.359 1.36.875 2.207 2.379 1.606 5.835 2.052 8.057 1.004 3.389-1.561 4.286-5.24 1.952-7.938-.583-.69-1.526-1.27-3.994-2.474-3.546-1.717-4.13-2.23-4.13-3.724 0-.714.158-1.048.674-1.583 1.167-1.137 2.805-1.204 5.049-.156.651.312 1.347.58 1.549.58.471 0 1.324-1.45 1.144-1.985-.179-.602-2.199-1.538-3.837-1.806-1.482-.245-1.639-.245-2.94 0zM155.453 15.295c-.09.09-.157 3.21-.157 6.912 0 6.31.023 6.845.471 8.004.629 1.672 2.222 3.256 3.95 3.902 1.84.691 4.825.557 6.486-.267 1.346-.692 2.648-2.074 3.321-3.501.449-.981.471-1.338.471-8.049v-7.023l-1.077-.067c-.606-.045-1.234.045-1.414.2-.246.201-.314 1.383-.314 6.645 0 6.198-.022 6.421-.494 7.38-.291.535-.897 1.27-1.368 1.65-.719.58-1.1.69-2.357.758-1.975.111-3.231-.513-4.196-2.074l-.674-1.07-.112-6.711-.112-6.711-1.122-.067c-.629-.045-1.212 0-1.302.09zM177.334 15.429c-.404.401-.382 17.993.022 18.528.247.357.808.379 6.105.334l5.834-.067v-2.229l-4.645-.067-4.668-.045v-6.02l3.995-.044 3.972-.067v-2.23l-3.972-.067-3.995-.044V17.614l4.668-.045 4.645-.067v-2.229l-5.834-.067c-4.354-.045-5.925.022-6.127.223zM195.803 15.429c-.067.156-.089 4.46-.067 9.543l.067 9.253h11.894v-2.23l-4.645-.067-4.668-.044v-6.02l3.995-.045 3.972-.067v-2.23l-3.972-.066-3.995-.045V17.614l4.668-.045 4.645-.066v-2.23l-5.902-.067c-4.6-.045-5.924 0-5.992.223zM223.407 57.301c-3.367.535-6.082 2.587-7.586 5.753-.673 1.404-.718 1.627-.718 4.08 0 2.52.023 2.608.831 4.236a10.298 10.298 0 004.825 4.727c1.458.669 1.66.713 4.219.713 2.58 0 2.76-.022 4.151-.713 1.639-.803 2.918-1.873 2.918-2.408 0-.513-1.1-1.45-1.683-1.45-.27 0-.763.201-1.078.447-.314.245-1.144.713-1.862 1.047-2.469 1.115-5.768.357-7.63-1.806-1.369-1.583-1.773-2.697-1.773-4.816 0-2.23.449-3.433 1.862-4.95 2.379-2.563 6.329-2.92 9.224-.824.516.356 1.1.646 1.346.646.404 0 1.594-1.16 1.594-1.538 0-.714-2.379-2.319-4.264-2.876-1.167-.357-3.12-.469-4.376-.268zM130.947 57.814c-.067.134-.09 4.437-.067 9.52l.067 9.253h2.468l.068-3.277.067-3.255 2.962-.09c3.187-.089 3.928-.312 5.499-1.627 2.535-2.118 2.535-6.89 0-9.164-1.684-1.494-2.267-1.65-6.868-1.65-3.074 0-4.129.067-4.196.29zm8.213 2.898c1.325.67 2.11 2.163 1.886 3.523-.202 1.182-1.437 2.564-2.536 2.876-.472.112-1.773.223-2.895.223h-2.087V60.2h2.311c1.997 0 2.469.066 3.321.512zM149.26 57.948c-.315.58-.315 11.014 0 12.954.404 2.475 1.66 4.236 3.86 5.395.807.446 1.279.513 3.411.513 2.244 0 2.58-.044 3.613-.602a7.063 7.063 0 003.456-4.147c.404-1.27.449-2.073.449-7.625 0-3.411-.068-6.355-.135-6.555-.157-.424-2.11-.49-2.514-.09-.201.201-.269 1.985-.269 6.645 0 6.176-.022 6.399-.494 7.358-.291.535-.897 1.27-1.368 1.65-1.594 1.248-4.713 1.025-6.015-.446-1.167-1.316-1.212-1.583-1.324-8.674l-.112-6.688-1.167-.067c-.965-.067-1.212 0-1.391.379zM171.275 57.792c-.202.2-.27 2.586-.27 9.342 0 7.625.045 9.097.315 9.342.246.178 1.526.245 4.667.178 3.95-.067 4.421-.111 5.252-.557 3.366-1.784 4.062-6.243 1.324-8.473l-.853-.713.696-.87c.942-1.16 1.167-1.828 1.167-3.411 0-1.65-.382-2.564-1.459-3.612-1.324-1.271-2.311-1.494-6.732-1.494-2.694 0-3.928.09-4.107.268zm8.191 2.764c.337.245.785.892.965 1.383.292.825.292 1.048 0 1.873-.561 1.538-1.212 1.828-4.062 1.917l-2.446.09V59.931l2.446.09c2.065.066 2.581.155 3.097.534zm.224 8.34c1.01.601 1.459 1.404 1.459 2.496-.022 1.093-.561 1.918-1.638 2.453-.584.312-1.324.401-3.165.401h-2.423V68.45h2.536c2.087 0 2.625.067 3.231.446zM190.575 57.791c-.427.424-.382 18.306.044 18.662.202.179 1.841.246 5.431.201l5.14-.067v-2.229l-3.973-.067-3.994-.045-.045-8.316-.067-8.295-1.123-.066c-.673-.045-1.234.044-1.413.222zM206.261 57.948c-.381.69-.336 17.881.045 18.394.225.29.539.38 1.392.312l1.122-.067V57.636l-1.167-.067c-.965-.067-1.212 0-1.392.379zM201.773 100.266c-3.366 7.179-8.102 17.904-8.057 18.238.068.379.27.446 1.324.513l1.257.067 1.01-2.297 1.01-2.296 4.421-.067 4.398-.045.898 1.94c1.279 2.787 1.122 2.631 2.491 2.631 1.122 0 1.212-.045 1.257-.557.045-.335-1.549-4.148-4.04-9.588l-4.084-9.03-.808-.067c-.673-.067-.83.023-1.077.558zm2.76 8.16l1.661 3.724h-3.366c-3.12 0-3.367-.023-3.232-.402.247-.691 3.164-7.134 3.209-7.09.023.022.786 1.717 1.728 3.768zM130.947 100.177c-.067.133-.09 4.437-.067 9.52l.067 9.253h10.772v-2.23l-3.972-.066-3.995-.045v-8.094c0-5.997-.067-8.16-.269-8.361-.359-.356-2.402-.356-2.536.023zM146.679 100.243c-.18.446-.18 18.016 0 18.462.157.423 2.109.49 2.513.089.202-.201.269-2.564.269-9.231 0-4.927-.067-9.119-.134-9.32-.202-.512-2.446-.512-2.648 0zM156.912 100.154c-.202.201-.269 2.587-.269 9.342 0 7.626.045 9.097.314 9.342.247.179 1.526.246 4.668.179l4.331-.067 1.234-.691c3.097-1.739 3.658-6.02 1.078-8.205l-.921-.781.629-.735c.92-1.071 1.234-1.985 1.234-3.523 0-1.65-.359-2.587-1.459-3.634-1.324-1.271-2.311-1.494-6.732-1.494-2.693 0-3.927.089-4.107.267zm8.191 2.765c.337.245.786.892.965 1.382.292.825.292 1.048 0 1.873-.224.602-.606 1.115-1.099 1.449-.674.446-1.033.513-3.075.513h-2.334V102.295l2.446.089c2.065.067 2.581.156 3.097.535zm.045 8.294c2.244 1.137 2.244 3.857 0 4.994-.583.313-1.324.402-3.164.402h-2.424V110.812h2.424c1.84 0 2.581.089 3.164.401zM176.212 100.154c-.202.201-.269 2.587-.269 9.342 0 7.559.045 9.12.314 9.32.179.156.808.246 1.414.201l1.077-.067.067-3.523.067-3.5h4.466l1.796 3.567 1.795 3.568h1.347c2.019 0 1.997-.313-.18-4.281l-1.773-3.256.965-.691c1.953-1.36 3.03-3.701 2.693-5.841-.179-1.271-1.279-3.144-2.222-3.858-1.436-1.092-2.334-1.248-6.979-1.248-3.052 0-4.399.089-4.578.267zm8.775 2.72c.404.157 1.009.625 1.346 1.004 1.167 1.382 1.01 3.121-.426 4.504l-.786.758-3.142.067-3.119.089v-6.734h2.693c1.773 0 2.962.112 3.434.312zM216.697 100.221c-.18.468-.18 18.016 0 18.484.202.513 2.446.513 2.648 0 .067-.201.134-1.806.134-3.568v-3.21H223.856l1.795 3.523 1.795 3.5h1.324c2.087 0 2.087-.156-.045-4.036-1.795-3.299-1.795-3.322-1.324-3.656 2.155-1.494 3.142-3.144 3.142-5.351.023-1.739-.538-3.122-1.683-4.281-1.548-1.516-1.997-1.628-7.271-1.695-4.219-.066-4.758-.022-4.892.29zm8.976 2.698c.943.446 1.571 1.226 1.908 2.341.224.736.202.959-.269 1.918-.292.579-.876 1.293-1.302 1.56-.696.469-1.032.513-3.636.513h-2.895v-6.689h2.716c2.042 0 2.895.089 3.478.357zM234.179 100.355c-.18.535.044.892 3.747 5.953l2.648 3.634v4.281c0 3.055.068 4.37.27 4.571.404.401 2.356.334 2.513-.089.067-.201.135-2.252.135-4.549v-4.214l3.254-4.414c3.837-5.173 3.927-5.485 1.885-5.597l-1.279-.066-2.626 3.589c-1.459 1.984-2.715 3.523-2.783 3.411-.089-.089-1.122-1.493-2.266-3.076-2.918-4.036-2.783-3.902-4.174-3.902-.988 0-1.212.067-1.324.468z"
6698
+ })));
6699
+ }
6700
+
6701
+ var _path$C;
6702
+
6703
+ var _excluded$I = ["title", "titleId"];
6704
+
6705
+ function _extends$I() { _extends$I = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$I.apply(this, arguments); }
6706
+
6707
+ function _objectWithoutProperties$H(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$I(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6708
+
6709
+ function _objectWithoutPropertiesLoose$I(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6710
+
6711
+ function SvgLogoQplAltWhite(_ref) {
6712
+ var title = _ref.title,
6713
+ titleId = _ref.titleId,
6714
+ props = _objectWithoutProperties$H(_ref, _excluded$I);
6715
+
6716
+ return /*#__PURE__*/React.createElement("svg", _extends$I({
6717
+ viewBox: "0 0 250 134",
6718
+ fill: "#fff",
6719
+ xmlns: "http://www.w3.org/2000/svg",
6720
+ "aria-labelledby": titleId
6721
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
6722
+ id: titleId
6723
+ }, title) : null, _path$C || (_path$C = /*#__PURE__*/React.createElement("path", {
6724
+ d: "M25.853 14.85L0 29.697l.045 29.9.067 29.899 38.6 22.162c21.23 12.174 38.712 22.207 38.869 22.252.224.111 25.336-14.091 26.032-14.716.225-.2-2.76-2.006-12.5-7.58-7.047-4.036-12.792-7.403-12.792-7.47 0-.067 5.768-3.433 12.792-7.469l12.792-7.313V29.765l-25.83-14.827C63.846 6.778 52.108.09 51.974.067 51.84.022 40.08 6.689 25.853 14.849zm38.712 22.407c6.89 3.946 12.657 7.29 12.814 7.424.202.201.27 6.333.224 29.699l-.067 29.453-12.567-7.224c-6.912-3.99-12.702-7.29-12.837-7.358-.157-.066-6.014 3.166-13.016 7.18-7.024 4.013-12.814 7.358-12.927 7.402-.09.045-.134-13.221-.112-29.475l.067-29.587 12.792-7.336c7.047-4.035 12.86-7.335 12.95-7.335.089 0 5.811 3.233 12.679 7.157zM136.917 15.05c-1.818.513-3.254 1.382-4.623 2.81-5.207 5.417-2.693 14.514 4.488 16.364 1.683.424 3.905.424 5.543 0l1.279-.334 2.155 1.226c2.738 1.539 2.827 1.561 3.882 1.026 1.75-.892 1.526-1.45-1.189-2.965l-2.087-1.16.763-.892c2.917-3.389 3.052-8.784.314-12.419-1.077-1.427-2.783-2.697-4.444-3.322-1.683-.646-4.443-.78-6.081-.334zm5.677 3.099c.696.334 1.683 1.092 2.245 1.717 3.276 3.612 2.244 8.985-2.177 11.282-1.01.535-1.414.624-3.187.624-1.75 0-2.177-.09-3.142-.602-3.231-1.695-4.825-5.284-3.793-8.562 1.347-4.28 6.082-6.377 10.054-4.46zM214.34 15.027c-.179.201-.224 2.966-.202 9.744l.067 9.453 1.033.067c.673.045 1.122-.044 1.279-.245.179-.2.292-2.363.314-6.956l.067-6.667 5.678 7.068c5.409 6.711 5.745 7.068 6.441 7.068.471 0 .785-.134.875-.357.202-.535.157-18.439-.067-18.773-.112-.2-.561-.268-1.279-.223l-1.1.067-.112 6.822-.112 6.845-5.723-7.112c-4.87-6.065-5.812-7.113-6.306-7.113-.337 0-.718.134-.853.313zM240.642 14.938c-2.671.535-4.556 2.609-4.556 5.062 0 2.318 1.369 4.102 4.152 5.395 3.074 1.427 3.568 1.695 4.286 2.386 1.436 1.338 1.167 3.077-.651 3.88-1.615.735-2.917.49-5.206-1.026-1.392-.914-1.616-.892-2.424.178-.583.78-.359 1.36.875 2.207 2.379 1.606 5.835 2.052 8.057 1.004 3.389-1.561 4.286-5.24 1.952-7.938-.583-.69-1.526-1.27-3.994-2.474-3.546-1.717-4.13-2.23-4.13-3.724 0-.714.158-1.048.674-1.583 1.167-1.137 2.805-1.204 5.049-.156.651.312 1.347.58 1.549.58.471 0 1.324-1.45 1.144-1.985-.179-.602-2.199-1.538-3.837-1.806-1.482-.245-1.639-.245-2.94 0zM155.453 15.295c-.09.09-.157 3.21-.157 6.912 0 6.31.023 6.845.471 8.004.629 1.672 2.222 3.256 3.95 3.902 1.84.691 4.825.557 6.486-.267 1.346-.692 2.648-2.074 3.321-3.501.449-.981.471-1.338.471-8.049v-7.023l-1.077-.067c-.606-.045-1.234.045-1.414.2-.246.201-.314 1.383-.314 6.645 0 6.198-.022 6.421-.494 7.38-.291.535-.897 1.27-1.368 1.65-.719.58-1.1.69-2.357.758-1.975.111-3.231-.513-4.196-2.074l-.674-1.07-.112-6.711-.112-6.711-1.122-.067c-.629-.045-1.212 0-1.302.09zM177.334 15.429c-.404.401-.382 17.993.022 18.528.247.357.808.379 6.105.334l5.834-.067v-2.229l-4.645-.067-4.668-.045v-6.02l3.995-.044 3.972-.067v-2.23l-3.972-.067-3.995-.044V17.614l4.668-.045 4.645-.067v-2.229l-5.834-.067c-4.354-.045-5.925.022-6.127.223zM195.803 15.429c-.067.156-.089 4.46-.067 9.543l.067 9.253h11.894v-2.23l-4.645-.067-4.668-.044v-6.02l3.995-.045 3.972-.067v-2.23l-3.972-.066-3.995-.045V17.614l4.668-.045 4.645-.066v-2.23l-5.902-.067c-4.6-.045-5.924 0-5.992.223zM223.407 57.301c-3.367.535-6.082 2.587-7.586 5.753-.673 1.404-.718 1.627-.718 4.08 0 2.52.023 2.608.831 4.236a10.298 10.298 0 004.825 4.727c1.458.669 1.66.713 4.219.713 2.58 0 2.76-.022 4.151-.713 1.639-.803 2.918-1.873 2.918-2.408 0-.513-1.1-1.45-1.683-1.45-.27 0-.763.201-1.078.447-.314.245-1.144.713-1.862 1.047-2.469 1.115-5.768.357-7.63-1.806-1.369-1.583-1.773-2.697-1.773-4.816 0-2.23.449-3.433 1.862-4.95 2.379-2.563 6.329-2.92 9.224-.824.516.356 1.1.646 1.346.646.404 0 1.594-1.16 1.594-1.538 0-.714-2.379-2.319-4.264-2.876-1.167-.357-3.12-.469-4.376-.268zM130.947 57.814c-.067.134-.09 4.437-.067 9.52l.067 9.253h2.468l.068-3.277.067-3.255 2.962-.09c3.187-.089 3.928-.312 5.499-1.627 2.535-2.118 2.535-6.89 0-9.164-1.684-1.494-2.267-1.65-6.868-1.65-3.074 0-4.129.067-4.196.29zm8.213 2.898c1.325.67 2.11 2.163 1.886 3.523-.202 1.182-1.437 2.564-2.536 2.876-.472.112-1.773.223-2.895.223h-2.087V60.2h2.311c1.997 0 2.469.066 3.321.512zM149.26 57.948c-.315.58-.315 11.014 0 12.954.404 2.475 1.66 4.236 3.86 5.395.807.446 1.279.513 3.411.513 2.244 0 2.58-.044 3.613-.602a7.063 7.063 0 003.456-4.147c.404-1.27.449-2.073.449-7.625 0-3.411-.068-6.355-.135-6.555-.157-.424-2.11-.49-2.514-.09-.201.201-.269 1.985-.269 6.645 0 6.176-.022 6.399-.494 7.358-.291.535-.897 1.27-1.368 1.65-1.594 1.248-4.713 1.025-6.015-.446-1.167-1.316-1.212-1.583-1.324-8.674l-.112-6.688-1.167-.067c-.965-.067-1.212 0-1.391.379zM171.275 57.792c-.202.2-.27 2.586-.27 9.342 0 7.625.045 9.097.315 9.342.246.178 1.526.245 4.667.178 3.95-.067 4.421-.111 5.252-.557 3.366-1.784 4.062-6.243 1.324-8.473l-.853-.713.696-.87c.942-1.16 1.167-1.828 1.167-3.411 0-1.65-.382-2.564-1.459-3.612-1.324-1.271-2.311-1.494-6.732-1.494-2.694 0-3.928.09-4.107.268zm8.191 2.764c.337.245.785.892.965 1.383.292.825.292 1.048 0 1.873-.561 1.538-1.212 1.828-4.062 1.917l-2.446.09V59.931l2.446.09c2.065.066 2.581.155 3.097.534zm.224 8.34c1.01.601 1.459 1.404 1.459 2.496-.022 1.093-.561 1.918-1.638 2.453-.584.312-1.324.401-3.165.401h-2.423V68.45h2.536c2.087 0 2.625.067 3.231.446zM190.575 57.791c-.427.424-.382 18.306.044 18.662.202.179 1.841.246 5.431.201l5.14-.067v-2.229l-3.973-.067-3.994-.045-.045-8.316-.067-8.295-1.123-.066c-.673-.045-1.234.044-1.413.222zM206.261 57.948c-.381.69-.336 17.881.045 18.394.225.29.539.38 1.392.312l1.122-.067V57.636l-1.167-.067c-.965-.067-1.212 0-1.392.379zM201.773 100.266c-3.366 7.179-8.102 17.904-8.057 18.238.068.379.27.446 1.324.513l1.257.067 1.01-2.297 1.01-2.296 4.421-.067 4.398-.045.898 1.94c1.279 2.787 1.122 2.631 2.491 2.631 1.122 0 1.212-.045 1.257-.557.045-.335-1.549-4.148-4.04-9.588l-4.084-9.03-.808-.067c-.673-.067-.83.023-1.077.558zm2.76 8.16l1.661 3.724h-3.366c-3.12 0-3.367-.023-3.232-.402.247-.691 3.164-7.134 3.209-7.09.023.022.786 1.717 1.728 3.768zM130.947 100.177c-.067.133-.09 4.437-.067 9.52l.067 9.253h10.772v-2.23l-3.972-.066-3.995-.045v-8.094c0-5.997-.067-8.16-.269-8.361-.359-.356-2.402-.356-2.536.023zM146.679 100.243c-.18.446-.18 18.016 0 18.462.157.423 2.109.49 2.513.089.202-.201.269-2.564.269-9.231 0-4.927-.067-9.119-.134-9.32-.202-.512-2.446-.512-2.648 0zM156.912 100.154c-.202.201-.269 2.587-.269 9.342 0 7.626.045 9.097.314 9.342.247.179 1.526.246 4.668.179l4.331-.067 1.234-.691c3.097-1.739 3.658-6.02 1.078-8.205l-.921-.781.629-.735c.92-1.071 1.234-1.985 1.234-3.523 0-1.65-.359-2.587-1.459-3.634-1.324-1.271-2.311-1.494-6.732-1.494-2.693 0-3.927.089-4.107.267zm8.191 2.765c.337.245.786.892.965 1.382.292.825.292 1.048 0 1.873-.224.602-.606 1.115-1.099 1.449-.674.446-1.033.513-3.075.513h-2.334V102.295l2.446.089c2.065.067 2.581.156 3.097.535zm.045 8.294c2.244 1.137 2.244 3.857 0 4.994-.583.313-1.324.402-3.164.402h-2.424V110.812h2.424c1.84 0 2.581.089 3.164.401zM176.212 100.154c-.202.201-.269 2.587-.269 9.342 0 7.559.045 9.12.314 9.32.179.156.808.246 1.414.201l1.077-.067.067-3.523.067-3.5h4.466l1.796 3.567 1.795 3.568h1.347c2.019 0 1.997-.313-.18-4.281l-1.773-3.256.965-.691c1.953-1.36 3.03-3.701 2.693-5.841-.179-1.271-1.279-3.144-2.222-3.858-1.436-1.092-2.334-1.248-6.979-1.248-3.052 0-4.399.089-4.578.267zm8.775 2.72c.404.157 1.009.625 1.346 1.004 1.167 1.382 1.01 3.121-.426 4.504l-.786.758-3.142.067-3.119.089v-6.734h2.693c1.773 0 2.962.112 3.434.312zM216.697 100.221c-.18.468-.18 18.016 0 18.484.202.513 2.446.513 2.648 0 .067-.201.134-1.806.134-3.568v-3.21H223.856l1.795 3.523 1.795 3.5h1.324c2.087 0 2.087-.156-.045-4.036-1.795-3.299-1.795-3.322-1.324-3.656 2.155-1.494 3.142-3.144 3.142-5.351.023-1.739-.538-3.122-1.683-4.281-1.548-1.516-1.997-1.628-7.271-1.695-4.219-.066-4.758-.022-4.892.29zm8.976 2.698c.943.446 1.571 1.226 1.908 2.341.224.736.202.959-.269 1.918-.292.579-.876 1.293-1.302 1.56-.696.469-1.032.513-3.636.513h-2.895v-6.689h2.716c2.042 0 2.895.089 3.478.357zM234.179 100.355c-.18.535.044.892 3.747 5.953l2.648 3.634v4.281c0 3.055.068 4.37.27 4.571.404.401 2.356.334 2.513-.089.067-.201.135-2.252.135-4.549v-4.214l3.254-4.414c3.837-5.173 3.927-5.485 1.885-5.597l-1.279-.066-2.626 3.589c-1.459 1.984-2.715 3.523-2.783 3.411-.089-.089-1.122-1.493-2.266-3.076-2.918-4.036-2.783-3.902-4.174-3.902-.988 0-1.212.067-1.324.468z"
6725
+ })));
6726
+ }
6727
+
6728
+ var _path$D, _path2$h, _path3$b, _path4$2, _path5$1;
6729
+
6730
+ var _excluded$J = ["title", "titleId"];
6731
+
6732
+ function _extends$J() { _extends$J = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$J.apply(this, arguments); }
6733
+
6734
+ function _objectWithoutProperties$I(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$J(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6735
+
6736
+ function _objectWithoutPropertiesLoose$J(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6737
+
6738
+ function SvgLogoQplBlack(_ref) {
6739
+ var title = _ref.title,
6740
+ titleId = _ref.titleId,
6741
+ props = _objectWithoutProperties$I(_ref, _excluded$J);
6742
+
6743
+ return /*#__PURE__*/React.createElement("svg", _extends$J({
6744
+ viewBox: "0 0 320 43",
6745
+ xmlns: "http://www.w3.org/2000/svg",
6746
+ "aria-labelledby": titleId
6747
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
6748
+ id: titleId
6749
+ }, title) : null, _path$D || (_path$D = /*#__PURE__*/React.createElement("path", {
6750
+ fillRule: "evenodd",
6751
+ clipRule: "evenodd",
6752
+ d: "M32.462 9.322v18.643l-8.116 4.66V13.984l-8.114-4.66-8.116 4.66v18.642L0 27.965V9.322L8.116 4.66 16.23 0h.002l8.115 4.66 8.115 4.66v.002zM8.114 32.626l8.117-4.662 8.115 4.662 8.116 4.66-8.116 4.66-8.115-4.66-8.117-4.66z"
6753
+ })), _path2$h || (_path2$h = /*#__PURE__*/React.createElement("path", {
6754
+ fillRule: "evenodd",
6755
+ clipRule: "evenodd",
6756
+ d: "M8.115 32.626l16.223 9.32 8.112-4.66-16.225-9.322-8.11 4.662z"
6757
+ })), _path3$b || (_path3$b = /*#__PURE__*/React.createElement("path", {
6758
+ fillRule: "evenodd",
6759
+ clipRule: "evenodd",
6760
+ d: "M24.338 13.982v18.644l8.113-4.661V9.322l-8.113 4.66zM0 27.965l8.113 4.66V13.982L0 9.322v18.643z"
6761
+ })), _path4$2 || (_path4$2 = /*#__PURE__*/React.createElement("path", {
6762
+ fillRule: "evenodd",
6763
+ clipRule: "evenodd",
6764
+ d: "M0 9.322l8.116 4.66 8.11-4.66 8.112 4.66 8.113-4.66L16.225 0 0 9.322z"
6765
+ })), _path5$1 || (_path5$1 = /*#__PURE__*/React.createElement("path", {
6766
+ d: "M59.443 28.671a.703.703 0 01.03 1.258l-.772.437c-.28.162-.655.119-.914-.035L54.5 28.467c-.9.37-1.907.563-3.01.563-4.136 0-7.425-3.271-7.425-7.384a7.393 7.393 0 017.424-7.424 7.41 7.41 0 017.445 7.425c0 1.932-.826 4-2.296 5.422l2.806 1.602zm89.86-6.949a2.672 2.672 0 002.662-2.668c0-1.372-1.196-2.47-2.662-2.47h-2.801v5.138h2.801zm-2.801 6.404a.723.723 0 01-.712.708h-.75a.709.709 0 01-.713-.708v-13a.71.71 0 01.712-.708h4.362c2.611 0 4.759 2.111 4.759 4.674 0 2.615-2.138 4.756-4.738 4.756h-2.92v4.277zm11.38-13c0-.382.329-.708.713-.708h.749a.71.71 0 01.714.709v8.187c0 2.149 1.338 3.65 3.373 3.65 2.064 0 3.411-1.474 3.411-3.61v-8.226a.71.71 0 01.713-.709h.751c.384 0 .712.326.712.708v8.305c0 3.22-2.33 5.6-5.588 5.6-3.237 0-5.548-2.38-5.548-5.6v-8.305zm21.313 5.456c1.258 0 2.029-.847 2.029-2.117 0-1.266-.734-2.02-2.029-2.02h-2.88v4.138h2.88v-.001zm.336 6.264c1.242 0 2.149-.917 2.149-2.157 0-1.169-1.088-2.079-2.485-2.079h-2.919v4.236h3.255zm4.481-2.138c0 2.41-1.932 4.126-4.64 4.126h-4.5a.711.711 0 01-.712-.71V15.127a.71.71 0 01.712-.708h4.323c2.553 0 4.384 1.663 4.384 3.948 0 1.256-.64 2.362-1.593 3.094 1.226.673 2.026 1.761 2.026 3.248v-.001zm11.994 2.138c.4 0 .714.323.714.708v.57a.727.727 0 01-.21.504.717.717 0 01-.504.207h-6.829a.71.71 0 01-.712-.71V15.127a.71.71 0 01.712-.708h.77c.384 0 .712.326.712.708v11.719h5.347zm4.119-11.72c0-.38.329-.708.712-.708h.791c.384 0 .714.326.714.709v12.998a.726.726 0 01-.714.71h-.791a.725.725 0 01-.712-.711V15.127zm13.994-.903c1.949 0 3.477.617 5.017 1.923.288.288.31.735.019 1.026l-.508.502c-.292.363-.681.34-.999.025-.998-.86-2.328-1.39-3.548-1.39-2.876 0-5.169 2.4-5.169 5.318 0 2.9 2.297 5.298 5.169 5.298 1.372 0 2.186-.368 3.558-1.399.291-.23.61-.25.911-.047l.571.512c.334.25.295.76.011 1.041-1.365 1.317-3.128 2-5.032 2-4.141 0-7.463-3.28-7.463-7.386 0-4.112 3.33-7.424 7.463-7.424zm24.873 12.624c.4 0 .714.322.714.708v.57a.708.708 0 01-.441.657.716.716 0 01-.273.053h-6.829a.71.71 0 01-.712-.71V15.127a.71.71 0 01.712-.708h.771c.383 0 .712.327.712.708v11.719h5.346zm4.119-11.72c0-.382.329-.708.713-.708h.788c.385 0 .714.326.714.708v12.998a.725.725 0 01-.714.71h-.788a.724.724 0 01-.713-.711V15.127zm12.572 5.456c1.259 0 2.03-.848 2.03-2.117 0-1.266-.734-2.02-2.03-2.02h-2.88v4.138h2.88v-.001zm.336 6.264c1.242 0 2.149-.917 2.149-2.157 0-1.169-1.088-2.079-2.485-2.079h-2.918v4.236h3.254zm4.482-2.139c0 2.41-1.933 4.127-4.641 4.127h-4.499a.71.71 0 01-.714-.71V15.127c0-.385.314-.708.714-.708h4.322c2.554 0 4.385 1.663 4.385 3.948 0 1.256-.64 2.362-1.594 3.094 1.226.673 2.027 1.761 2.027 3.248zm10.178-3.221c1.36 0 2.504-1.133 2.504-2.53 0-1.301-1.164-2.432-2.504-2.432h-3.491v4.962h3.491zm-3.529 6.638a.723.723 0 01-.712.708h-.771a.714.714 0 01-.658-.436.725.725 0 01-.055-.272V15.127a.71.71 0 01.713-.709h5.111c2.567 0 4.642 2.005 4.642 4.518 0 1.783-1.091 3.353-2.788 4.166l2.531 4.667c.262.487-.048 1.064-.635 1.064h-1.006a.675.675 0 01-.617-.36l-2.531-5.018h-3.224v4.67zm18.887-7.384a575.069 575.069 0 00-1.209-2.708l-2.441 5.455h4.878c-.318-.707-.64-1.426-1.228-2.747zm-1.926-6.12a.688.688 0 01.637-.4h.198c.297 0 .514.157.643.415l5.961 13.21c.222.48-.104.988-.644.988h-.79a.688.688 0 01-.643-.415l-1.37-3.04h-6.569l-1.347 3.028a.698.698 0 01-.651.427h-.788c-.539 0-.866-.506-.644-.986l6.007-13.227zm16.639 6.865c1.36 0 2.503-1.133 2.503-2.53 0-1.301-1.164-2.432-2.503-2.432h-3.491v4.962h3.491zm-3.531 6.639a.724.724 0 01-.713.709h-.77a.716.716 0 01-.504-.207.706.706 0 01-.209-.502V15.127a.71.71 0 01.712-.709h5.113c2.566 0 4.641 2.005 4.641 4.518 0 1.782-1.092 3.353-2.788 4.166l2.531 4.668c.261.486-.049 1.063-.635 1.063h-1.006a.671.671 0 01-.618-.36l-2.53-5.018h-3.224v4.67zM308.115 15.5a.694.694 0 01-.026-.724.698.698 0 01.63-.358h.926c.241 0 .45.133.59.316l3.714 5.101 3.716-5.106a.744.744 0 01.586-.31h.929c.578 0 .901.598.588 1.103l-4.751 6.45v6.153a.726.726 0 01-.713.71h-.771a.71.71 0 01-.712-.71V21.99l-4.706-6.49V15.5zm-245.026-.33c0-.38.328-.707.712-.707h.75a.71.71 0 01.713.708v8.188c0 2.15 1.338 3.65 3.374 3.65 2.063 0 3.411-1.474 3.411-3.61V15.17a.71.71 0 01.712-.708h.751c.384 0 .713.326.713.708v8.306c0 3.218-2.33 5.598-5.587 5.598-3.24 0-5.55-2.379-5.55-5.598v-8.306zm24.767 11.72c.4 0 .714.323.714.71v.57a.712.712 0 01-.714.708h-7.777a.711.711 0 01-.712-.709V15.171c0-.386.312-.708.712-.708h7.777c.399 0 .714.322.714.708v.57a.711.711 0 01-.714.71h-6.294v4.118h5.327c.383 0 .712.328.712.708v.57a.71.71 0 01-.712.709h-5.327v4.334h6.294zm13.653 0c.4 0 .714.323.714.71v.57a.712.712 0 01-.714.708h-7.777a.712.712 0 01-.712-.709V15.171a.71.71 0 01.712-.708h7.777c.4 0 .714.322.714.708v.57a.708.708 0 01-.441.656.712.712 0 01-.273.054h-6.294v4.118h5.327c.384 0 .713.328.713.708v.57a.71.71 0 01-.712.709h-5.327v4.334h6.293zm7.281 1.28a.704.704 0 01-.209.502.724.724 0 01-.503.206h-.692a.723.723 0 01-.712-.709V14.956c0-.385.329-.69.712-.69h.332c.206 0 .399.094.527.253l8.238 10.21v-9.557a.71.71 0 01.713-.709h.691c.384 0 .714.327.714.709v13.214c0 .384-.331.69-.714.69h-.192a.677.677 0 01-.527-.253l-8.378-10.402v9.749zm14.292-1.87l.027-.036c.036-.045.068-.084.139-.175.077-.1.111-.143.147-.184.34-.444.752-.595 1.18-.228l.107.093c.26.229.539.435.834.618.707.439 1.444.698 2.174.698 1.361 0 2.307-.81 2.307-1.824 0-1.072-.869-1.803-3.251-2.793-2.668-1.159-3.678-2.203-3.678-4.372 0-2.023 1.686-3.83 4.543-3.83a6.623 6.623 0 012.544.526c.277.115.526.238.744.362.133.075.228.136.24.148.374.188.56.66.248 1.154a5.326 5.326 0 00-.11.172l-.002.006c-.04.064-.08.127-.122.19-.279.434-.677.548-1.14.288-.008-.003-.186-.11-.275-.162-.172-.1-.348-.19-.528-.275-.527-.245-1.042-.398-1.509-.42a2.478 2.478 0 00-.109-.003c-1.577 0-2.386.843-2.386 1.824 0 1.042.727 1.742 2.453 2.458 3.317 1.343 4.594 2.465 4.594 4.67 0 2.2-2.066 3.87-4.602 3.87a6.553 6.553 0 01-3.014-.744 6.331 6.331 0 01-1.373-.929l-.042-.036c-.329-.29-.423-.622-.14-1.066zm-71.594.684c2.957 0 5.385-2.405 5.385-5.338 0-2.94-2.437-5.377-5.385-5.377-2.944 0-5.365 2.434-5.365 5.378 0 2.935 2.413 5.336 5.365 5.336z"
6767
+ })));
6768
+ }
6769
+
6770
+ var _g$4, _defs$1;
6771
+
6772
+ var _excluded$K = ["title", "titleId"];
6773
+
6774
+ function _extends$K() { _extends$K = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$K.apply(this, arguments); }
6775
+
6776
+ function _objectWithoutProperties$J(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$K(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6777
+
6778
+ function _objectWithoutPropertiesLoose$K(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6779
+
6780
+ function SvgLogoQplColor(_ref) {
6781
+ var title = _ref.title,
6782
+ titleId = _ref.titleId,
6783
+ props = _objectWithoutProperties$J(_ref, _excluded$K);
6784
+
6785
+ return /*#__PURE__*/React.createElement("svg", _extends$K({
6786
+ viewBox: "0 0 355 48",
6787
+ fill: "none",
6788
+ xmlns: "http://www.w3.org/2000/svg",
6789
+ "aria-labelledby": titleId
6790
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
6791
+ id: titleId
6792
+ }, title) : null, _g$4 || (_g$4 = /*#__PURE__*/React.createElement("g", {
6793
+ clipPath: "url(#logo_qpl_color_svg__clip0)"
6794
+ }, /*#__PURE__*/React.createElement("path", {
6795
+ fillRule: "evenodd",
6796
+ clipRule: "evenodd",
6797
+ d: "M36.012 11.016v20.682l-9.003 5.17V16.186l-9.002-5.17-9.003 5.17v20.681L0 31.697v-20.68l9.004-5.173 9.001-5.17h.002l9.003 5.17 9.003 5.17-.001.002zM9.002 36.868l9.004-5.17 9.003 5.17 9.004 5.17-9.004 5.17-9.003-5.17-9.004-5.17z",
6798
+ fill: "#4B2D83"
6799
+ }), /*#__PURE__*/React.createElement("path", {
6800
+ fillRule: "evenodd",
6801
+ clipRule: "evenodd",
6802
+ d: "M9.003 36.868L27 47.209l9-5.17-18-10.341-8.997 5.171z",
6803
+ fill: "#422980"
6804
+ }), /*#__PURE__*/React.createElement("path", {
6805
+ fillRule: "evenodd",
6806
+ clipRule: "evenodd",
6807
+ d: "M27 16.185v20.683l9-5.17V11.015l-9 5.17z",
6808
+ fill: "#5C3296"
6809
+ }), /*#__PURE__*/React.createElement("path", {
6810
+ fillRule: "evenodd",
6811
+ clipRule: "evenodd",
6812
+ d: "M0 31.698l9 5.17V16.185l-9-5.17v20.682z",
6813
+ fill: "#282561"
6814
+ }), /*#__PURE__*/React.createElement("path", {
6815
+ fillRule: "evenodd",
6816
+ clipRule: "evenodd",
6817
+ d: "M0 11.016l9.004 5.17L18 11.016l9 5.17 9-5.17L18 .674 0 11.016z",
6818
+ fill: "#422980"
6819
+ }), /*#__PURE__*/React.createElement("path", {
6820
+ d: "M65.945 32.481a.78.78 0 01.033 1.395l-.856.485c-.312.18-.727.132-1.014-.039l-3.648-2.067c-.998.41-2.115.624-3.34.624-4.587 0-8.236-3.629-8.236-8.19a8.202 8.202 0 018.236-8.237 8.221 8.221 0 018.259 8.236c0 2.144-.916 4.438-2.547 6.016l3.113 1.777zm99.688-7.709a2.962 2.962 0 002.953-2.96c0-1.522-1.326-2.74-2.953-2.74h-3.107v5.7h3.107zm-3.107 7.104a.803.803 0 01-.79.786h-.832a.787.787 0 01-.791-.786v-14.42c0-.429.347-.787.79-.787h4.839c2.896 0 5.28 2.342 5.28 5.185 0 2.901-2.372 5.276-5.257 5.276h-3.239v4.746zm12.624-14.42c0-.425.365-.787.791-.787h.832c.444 0 .791.358.791.786v9.083c0 2.384 1.485 4.05 3.742 4.05 2.29 0 3.785-1.636 3.785-4.006v-9.126c0-.428.348-.786.79-.786h.834c.426 0 .79.362.79.786v9.213c0 3.571-2.585 6.212-6.2 6.212-3.591 0-6.155-2.64-6.155-6.212v-9.213zm23.645 6.051c1.395 0 2.251-.94 2.251-2.348 0-1.405-.815-2.24-2.251-2.24H195.6v4.59h3.195v-.002zm.372 6.95c1.378 0 2.384-1.018 2.384-2.394 0-1.296-1.207-2.306-2.756-2.306h-3.239v4.7H199.167zm4.972-2.373c0 2.674-2.144 4.578-5.148 4.578h-4.992a.79.79 0 01-.79-.788V17.455c0-.427.347-.785.79-.785h4.796c2.832 0 4.863 1.845 4.863 4.38 0 1.393-.71 2.62-1.767 3.432 1.36.747 2.248 1.954 2.248 3.603zm13.305 2.372c.444 0 .792.358.792.786v.633a.784.784 0 01-.233.558.785.785 0 01-.559.23h-7.576a.79.79 0 01-.79-.788v-14.42c0-.427.348-.785.79-.785h.855c.426 0 .79.362.79.786v13h5.931zm4.57-13c0-.424.365-.787.79-.787h.877c.426 0 .792.362.792.786v14.42a.805.805 0 01-.792.787h-.877a.804.804 0 01-.79-.788V17.455zm15.525-1.004c2.162 0 3.857.685 5.565 2.134.32.32.344.815.021 1.138l-.563.557c-.324.403-.756.378-1.109.028-1.107-.955-2.582-1.543-3.936-1.543-3.19 0-5.734 2.664-5.734 5.9 0 3.217 2.548 5.878 5.734 5.878 1.523 0 2.425-.408 3.948-1.552.322-.255.676-.278 1.01-.052l.634.568c.37.278.327.842.012 1.155-1.514 1.461-3.47 2.218-5.582 2.218-4.594 0-8.28-3.639-8.28-8.193 0-4.562 3.694-8.236 8.28-8.236zm27.593 14.005c.444 0 .792.358.792.786v.632a.784.784 0 01-.233.558.785.785 0 01-.559.23h-7.576a.79.79 0 01-.79-.788v-14.42c0-.427.346-.785.79-.785h.855c.425 0 .79.363.79.786v13h5.931v.001zm4.57-13c0-.425.364-.787.79-.787h.875c.427 0 .792.362.792.786v14.42a.805.805 0 01-.792.787h-.875a.802.802 0 01-.79-.789V17.455v.001zm13.947 6.051c1.396 0 2.252-.94 2.252-2.348 0-1.405-.815-2.24-2.252-2.24h-3.195v4.59h3.195v-.002zm.372 6.95c1.378 0 2.384-1.018 2.384-2.394 0-1.296-1.207-2.306-2.756-2.306h-3.238v4.7h3.61zm4.973-2.373c0 2.674-2.145 4.578-5.149 4.578h-4.991a.792.792 0 01-.792-.788v-14.42c0-.427.348-.785.792-.785h4.795c2.833 0 4.864 1.845 4.864 4.38 0 1.393-.71 2.62-1.768 3.432 1.36.747 2.249 1.954 2.249 3.603zm11.291-3.574c1.509 0 2.778-1.257 2.778-2.807 0-1.443-1.292-2.698-2.778-2.698h-3.873v5.505h3.873zm-3.915 7.364a.803.803 0 01-.79.786h-.855a.787.787 0 01-.791-.786v-14.42c0-.429.347-.786.79-.786h5.671c2.847 0 5.149 2.224 5.149 5.012 0 1.978-1.21 3.72-3.093 4.622l2.808 5.177c.291.54-.053 1.181-.704 1.181h-1.116a.75.75 0 01-.685-.4l-2.808-5.567h-3.576v5.181zm20.953-8.192a772.62 772.62 0 00-1.342-3.004l-2.708 6.052h5.412a687.64 687.64 0 01-1.362-3.048zm-2.137-6.789a.759.759 0 01.706-.443h.22c.33 0 .57.174.714.46l6.612 14.655c.247.533-.115 1.096-.714 1.096h-.876a.768.768 0 01-.714-.46l-1.52-3.374h-7.287l-1.494 3.36a.774.774 0 01-.722.474h-.875c-.598 0-.96-.562-.714-1.094l6.664-14.674zm18.459 7.616c1.508 0 2.777-1.257 2.777-2.807 0-1.443-1.292-2.698-2.777-2.698h-3.873v5.505h3.873zm-3.918 7.365a.803.803 0 01-.79.786h-.855a.787.787 0 01-.791-.786v-14.42c0-.428.348-.786.79-.786h5.672c2.847 0 5.149 2.224 5.149 5.012 0 1.977-1.211 3.72-3.093 4.622l2.808 5.178c.29.54-.054 1.18-.704 1.18h-1.117a.744.744 0 01-.685-.4l-2.807-5.567h-3.577v5.181zm12.088-14.006a.773.773 0 01.67-1.2h1.028c.267 0 .499.147.654.35l4.12 5.66 4.123-5.665a.824.824 0 01.65-.345h1.03c.642 0 1 .665.653 1.225l-5.271 7.155v6.826a.806.806 0 01-.791.788h-.855a.79.79 0 01-.79-.788V25.07l-5.221-7.2zm-271.826-.365c0-.423.364-.785.79-.785h.832c.445 0 .792.357.792.785v9.084c0 2.384 1.484 4.05 3.742 4.05 2.289 0 3.785-1.636 3.785-4.006v-9.128c0-.428.347-.785.79-.785h.833c.426 0 .79.362.79.785v9.215c0 3.57-2.584 6.21-6.198 6.21-3.593 0-6.156-2.639-6.156-6.21v-9.215zm27.476 13.001c.444 0 .792.358.792.787v.632a.79.79 0 01-.792.787h-8.627a.79.79 0 01-.79-.787v-14.42c0-.428.346-.785.79-.785h8.627c.443 0 .792.357.792.785v.632a.791.791 0 01-.792.788h-6.982v4.57h5.91c.425 0 .79.362.79.784v.632c0 .442-.36.787-.79.787h-5.91v4.808h6.982zm15.147 0c.444 0 .792.358.792.787v.632a.793.793 0 01-.792.787h-8.628a.79.79 0 01-.79-.787v-14.42c0-.427.347-.785.79-.785h8.628c.444 0 .792.357.792.785v.632a.784.784 0 01-.233.558.785.785 0 01-.559.23h-6.983v4.57h5.91c.426 0 .791.362.791.784v.632c0 .442-.36.787-.79.787h-5.91v4.808h6.982zm8.077 1.42a.78.78 0 01-.232.557.8.8 0 01-.558.23h-.767a.8.8 0 01-.79-.788V17.266c0-.427.365-.765.79-.765h.368a.75.75 0 01.585.28l9.139 11.326V17.505c0-.427.347-.786.79-.786h.767c.426 0 .792.363.792.786v14.66c0 .426-.367.765-.792.765h-.213a.752.752 0 01-.585-.28l-9.294-11.54v10.815zm15.855-2.074l.03-.04c.04-.05.076-.094.155-.195.085-.11.123-.158.163-.204.377-.492.834-.66 1.309-.253l.118.104a7 7 0 00.925.685c.785.487 1.602.775 2.412.775 1.51 0 2.56-.899 2.56-2.024 0-1.189-.964-2-3.607-3.098-2.96-1.286-4.08-2.444-4.08-4.85 0-2.245 1.87-4.25 5.04-4.25.97.007 1.929.205 2.822.584.307.128.583.264.825.402.148.083.253.15.266.164.415.208.622.732.276 1.28-.032.048-.06.091-.122.191l-.003.006a8.212 8.212 0 01-.135.211c-.31.482-.751.608-1.265.32-.009-.004-.206-.123-.305-.18a7.769 7.769 0 00-.585-.305c-.585-.272-1.156-.442-1.675-.466a2.67 2.67 0 00-.12-.003c-1.75 0-2.647.935-2.647 2.023 0 1.156.806 1.933 2.721 2.727 3.68 1.49 5.096 2.734 5.096 5.18 0 2.442-2.292 4.294-5.105 4.294a7.273 7.273 0 01-3.344-.825 7.02 7.02 0 01-1.523-1.03l-.046-.04c-.365-.323-.47-.69-.156-1.183zm-79.424.758c3.28 0 5.974-2.668 5.974-5.92 0-3.263-2.704-5.967-5.974-5.967-3.266 0-5.952 2.7-5.952 5.966 0 3.257 2.677 5.92 5.952 5.92v.001z",
6821
+ fill: "#422980"
6822
+ }))), _defs$1 || (_defs$1 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
6823
+ id: "logo_qpl_color_svg__clip0"
6824
+ }, /*#__PURE__*/React.createElement("path", {
6825
+ fill: "#fff",
6826
+ transform: "translate(0 .674)",
6827
+ d: "M0 0h355v47H0z"
6828
+ })))));
6829
+ }
6830
+
6831
+ var _path$E, _path2$i, _path3$c, _path4$3, _path5$2;
6832
+
6833
+ var _excluded$L = ["title", "titleId"];
6834
+
6835
+ function _extends$L() { _extends$L = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$L.apply(this, arguments); }
6836
+
6837
+ function _objectWithoutProperties$K(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$L(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6838
+
6839
+ function _objectWithoutPropertiesLoose$L(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6840
+
6841
+ function SvgLogoQplWhite(_ref) {
6842
+ var title = _ref.title,
6843
+ titleId = _ref.titleId,
6844
+ props = _objectWithoutProperties$K(_ref, _excluded$L);
6845
+
6846
+ return /*#__PURE__*/React.createElement("svg", _extends$L({
6847
+ viewBox: "0 0 320 43",
6848
+ fill: "#fff",
6849
+ xmlns: "http://www.w3.org/2000/svg",
6850
+ "aria-labelledby": titleId
6851
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
6852
+ id: titleId
6853
+ }, title) : null, _path$E || (_path$E = /*#__PURE__*/React.createElement("path", {
6854
+ fillRule: "evenodd",
6855
+ clipRule: "evenodd",
6856
+ d: "M32.462 9.322v18.643l-8.116 4.66V13.984l-8.114-4.66-8.116 4.66v18.642L0 27.965V9.322L8.116 4.66 16.23 0h.002l8.115 4.66 8.115 4.66v.002zM8.114 32.626l8.117-4.662 8.115 4.662 8.116 4.66-8.116 4.66-8.115-4.66-8.117-4.66z"
6857
+ })), _path2$i || (_path2$i = /*#__PURE__*/React.createElement("path", {
6858
+ fillRule: "evenodd",
6859
+ clipRule: "evenodd",
6860
+ d: "M8.115 32.626l16.223 9.32 8.112-4.66-16.225-9.322-8.11 4.662z"
6861
+ })), _path3$c || (_path3$c = /*#__PURE__*/React.createElement("path", {
6862
+ fillRule: "evenodd",
6863
+ clipRule: "evenodd",
6864
+ d: "M24.338 13.982v18.644l8.113-4.661V9.322l-8.113 4.66zM0 27.965l8.113 4.66V13.982L0 9.322v18.643z"
6865
+ })), _path4$3 || (_path4$3 = /*#__PURE__*/React.createElement("path", {
6866
+ fillRule: "evenodd",
6867
+ clipRule: "evenodd",
6868
+ d: "M0 9.322l8.116 4.66 8.11-4.66 8.112 4.66 8.113-4.66L16.225 0 0 9.322z"
6869
+ })), _path5$2 || (_path5$2 = /*#__PURE__*/React.createElement("path", {
6870
+ d: "M59.443 28.671a.703.703 0 01.03 1.258l-.772.437c-.28.162-.655.119-.914-.035L54.5 28.467c-.9.37-1.907.563-3.01.563-4.136 0-7.425-3.271-7.425-7.384a7.393 7.393 0 017.424-7.424 7.41 7.41 0 017.445 7.425c0 1.932-.826 4-2.296 5.422l2.806 1.602zm89.86-6.949a2.672 2.672 0 002.662-2.668c0-1.372-1.196-2.47-2.662-2.47h-2.801v5.138h2.801zm-2.801 6.404a.723.723 0 01-.712.708h-.75a.709.709 0 01-.713-.708v-13a.71.71 0 01.712-.708h4.362c2.611 0 4.759 2.111 4.759 4.674 0 2.615-2.138 4.756-4.738 4.756h-2.92v4.277zm11.38-13c0-.382.329-.708.713-.708h.749a.71.71 0 01.714.709v8.187c0 2.149 1.338 3.65 3.373 3.65 2.064 0 3.411-1.474 3.411-3.61v-8.226a.71.71 0 01.713-.709h.751c.384 0 .712.326.712.708v8.305c0 3.22-2.33 5.6-5.588 5.6-3.237 0-5.548-2.38-5.548-5.6v-8.305zm21.313 5.456c1.258 0 2.029-.847 2.029-2.117 0-1.266-.734-2.02-2.029-2.02h-2.88v4.138h2.88v-.001zm.336 6.264c1.242 0 2.149-.917 2.149-2.157 0-1.169-1.088-2.079-2.485-2.079h-2.919v4.236h3.255zm4.481-2.138c0 2.41-1.932 4.126-4.64 4.126h-4.5a.711.711 0 01-.712-.71V15.127a.71.71 0 01.712-.708h4.323c2.553 0 4.384 1.663 4.384 3.948 0 1.256-.64 2.362-1.593 3.094 1.226.673 2.026 1.761 2.026 3.248v-.001zm11.994 2.138c.4 0 .714.323.714.708v.57a.727.727 0 01-.21.504.717.717 0 01-.504.207h-6.829a.71.71 0 01-.712-.71V15.127a.71.71 0 01.712-.708h.77c.384 0 .712.326.712.708v11.719h5.347zm4.119-11.72c0-.38.329-.708.712-.708h.791c.384 0 .714.326.714.709v12.998a.726.726 0 01-.714.71h-.791a.725.725 0 01-.712-.711V15.127zm13.994-.903c1.949 0 3.477.617 5.017 1.923.288.288.31.735.019 1.026l-.508.502c-.292.363-.681.34-.999.025-.998-.86-2.328-1.39-3.548-1.39-2.876 0-5.169 2.4-5.169 5.318 0 2.9 2.297 5.298 5.169 5.298 1.372 0 2.186-.368 3.558-1.399.291-.23.61-.25.911-.047l.571.512c.334.25.295.76.011 1.041-1.365 1.317-3.128 2-5.032 2-4.141 0-7.463-3.28-7.463-7.386 0-4.112 3.33-7.424 7.463-7.424zm24.873 12.624c.4 0 .714.322.714.708v.57a.708.708 0 01-.441.657.716.716 0 01-.273.053h-6.829a.71.71 0 01-.712-.71V15.127a.71.71 0 01.712-.708h.771c.383 0 .712.327.712.708v11.719h5.346zm4.119-11.72c0-.382.329-.708.713-.708h.788c.385 0 .714.326.714.708v12.998a.725.725 0 01-.714.71h-.788a.724.724 0 01-.713-.711V15.127zm12.572 5.456c1.259 0 2.03-.848 2.03-2.117 0-1.266-.734-2.02-2.03-2.02h-2.88v4.138h2.88v-.001zm.336 6.264c1.242 0 2.149-.917 2.149-2.157 0-1.169-1.088-2.079-2.485-2.079h-2.918v4.236h3.254zm4.482-2.139c0 2.41-1.933 4.127-4.641 4.127h-4.499a.71.71 0 01-.714-.71V15.127c0-.385.314-.708.714-.708h4.322c2.554 0 4.385 1.663 4.385 3.948 0 1.256-.64 2.362-1.594 3.094 1.226.673 2.027 1.761 2.027 3.248zm10.178-3.221c1.36 0 2.504-1.133 2.504-2.53 0-1.301-1.164-2.432-2.504-2.432h-3.491v4.962h3.491zm-3.529 6.638a.723.723 0 01-.712.708h-.771a.714.714 0 01-.658-.436.725.725 0 01-.055-.272V15.127a.71.71 0 01.713-.709h5.111c2.567 0 4.642 2.005 4.642 4.518 0 1.783-1.091 3.353-2.788 4.166l2.531 4.667c.262.487-.048 1.064-.635 1.064h-1.006a.675.675 0 01-.617-.36l-2.531-5.018h-3.224v4.67zm18.887-7.384a575.069 575.069 0 00-1.209-2.708l-2.441 5.455h4.878c-.318-.707-.64-1.426-1.228-2.747zm-1.926-6.12a.688.688 0 01.637-.4h.198c.297 0 .514.157.643.415l5.961 13.21c.222.48-.104.988-.644.988h-.79a.688.688 0 01-.643-.415l-1.37-3.04h-6.569l-1.347 3.028a.698.698 0 01-.651.427h-.788c-.539 0-.866-.506-.644-.986l6.007-13.227zm16.639 6.865c1.36 0 2.503-1.133 2.503-2.53 0-1.301-1.164-2.432-2.503-2.432h-3.491v4.962h3.491zm-3.531 6.639a.724.724 0 01-.713.709h-.77a.716.716 0 01-.504-.207.706.706 0 01-.209-.502V15.127a.71.71 0 01.712-.709h5.113c2.566 0 4.641 2.005 4.641 4.518 0 1.782-1.092 3.353-2.788 4.166l2.531 4.668c.261.486-.049 1.063-.635 1.063h-1.006a.671.671 0 01-.618-.36l-2.53-5.018h-3.224v4.67zM308.115 15.5a.694.694 0 01-.026-.724.698.698 0 01.63-.358h.926c.241 0 .45.133.59.316l3.714 5.101 3.716-5.106a.744.744 0 01.586-.31h.929c.578 0 .901.598.588 1.103l-4.751 6.45v6.153a.726.726 0 01-.713.71h-.771a.71.71 0 01-.712-.71V21.99l-4.706-6.49V15.5zm-245.026-.33c0-.38.328-.707.712-.707h.75a.71.71 0 01.713.708v8.188c0 2.15 1.338 3.65 3.374 3.65 2.063 0 3.411-1.474 3.411-3.61V15.17a.71.71 0 01.712-.708h.751c.384 0 .713.326.713.708v8.306c0 3.218-2.33 5.598-5.587 5.598-3.24 0-5.55-2.379-5.55-5.598v-8.306zm24.767 11.72c.4 0 .714.323.714.71v.57a.712.712 0 01-.714.708h-7.777a.711.711 0 01-.712-.709V15.171c0-.386.312-.708.712-.708h7.777c.399 0 .714.322.714.708v.57a.711.711 0 01-.714.71h-6.294v4.118h5.327c.383 0 .712.328.712.708v.57a.71.71 0 01-.712.709h-5.327v4.334h6.294zm13.653 0c.4 0 .714.323.714.71v.57a.712.712 0 01-.714.708h-7.777a.712.712 0 01-.712-.709V15.171a.71.71 0 01.712-.708h7.777c.4 0 .714.322.714.708v.57a.708.708 0 01-.441.656.712.712 0 01-.273.054h-6.294v4.118h5.327c.384 0 .713.328.713.708v.57a.71.71 0 01-.712.709h-5.327v4.334h6.293zm7.281 1.28a.704.704 0 01-.209.502.724.724 0 01-.503.206h-.692a.723.723 0 01-.712-.709V14.956c0-.385.329-.69.712-.69h.332c.206 0 .399.094.527.253l8.238 10.21v-9.557a.71.71 0 01.713-.709h.691c.384 0 .714.327.714.709v13.214c0 .384-.331.69-.714.69h-.192a.677.677 0 01-.527-.253l-8.378-10.402v9.749zm14.292-1.87l.027-.036c.036-.045.068-.084.139-.175.077-.1.111-.143.147-.184.34-.444.752-.595 1.18-.228l.107.093c.26.229.539.435.834.618.707.439 1.444.698 2.174.698 1.361 0 2.307-.81 2.307-1.824 0-1.072-.869-1.803-3.251-2.793-2.668-1.159-3.678-2.203-3.678-4.372 0-2.023 1.686-3.83 4.543-3.83a6.623 6.623 0 012.544.526c.277.115.526.238.744.362.133.075.228.136.24.148.374.188.56.66.248 1.154a5.326 5.326 0 00-.11.172l-.002.006c-.04.064-.08.127-.122.19-.279.434-.677.548-1.14.288-.008-.003-.186-.11-.275-.162-.172-.1-.348-.19-.528-.275-.527-.245-1.042-.398-1.509-.42a2.478 2.478 0 00-.109-.003c-1.577 0-2.386.843-2.386 1.824 0 1.042.727 1.742 2.453 2.458 3.317 1.343 4.594 2.465 4.594 4.67 0 2.2-2.066 3.87-4.602 3.87a6.553 6.553 0 01-3.014-.744 6.331 6.331 0 01-1.373-.929l-.042-.036c-.329-.29-.423-.622-.14-1.066zm-71.594.684c2.957 0 5.385-2.405 5.385-5.338 0-2.94-2.437-5.377-5.385-5.377-2.944 0-5.365 2.434-5.365 5.378 0 2.935 2.413 5.336 5.365 5.336z"
6871
+ })));
6872
+ }
6873
+
6874
+ var _path$F, _path2$j, _path3$d, _path4$4, _path5$3;
6875
+
6876
+ var _excluded$M = ["title", "titleId"];
6877
+
6878
+ function _extends$M() { _extends$M = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$M.apply(this, arguments); }
6879
+
6880
+ function _objectWithoutProperties$L(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$M(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6881
+
6882
+ function _objectWithoutPropertiesLoose$M(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6883
+
6884
+ function SvgLogoSchomburgBlack(_ref) {
6885
+ var title = _ref.title,
6886
+ titleId = _ref.titleId,
6887
+ props = _objectWithoutProperties$L(_ref, _excluded$M);
6486
6888
 
6487
- return /*#__PURE__*/React.createElement("svg", _extends$B({
6889
+ return /*#__PURE__*/React.createElement("svg", _extends$M({
6890
+ viewBox: "0 0 185 79",
6488
6891
  xmlns: "http://www.w3.org/2000/svg",
6489
- viewBox: "0 0 1114 601",
6490
6892
  "aria-labelledby": titleId
6491
6893
  }, props), title ? /*#__PURE__*/React.createElement("title", {
6492
6894
  id: titleId
6493
- }, title) : null, _path$x || (_path$x = /*#__PURE__*/React.createElement("path", {
6494
- d: "M115.2 66.6L0 133.2l.2 134.1.3 134.1 172 99.4c94.6 54.6 172.5 99.6 173.2 99.8 1 .5 112.9-63.2 116-66 1-.9-12.3-9-55.7-34-31.4-18.1-57-33.2-57-33.5 0-.3 25.7-15.4 57-33.5l57-32.8V133.5L347.9 67C284.5 30.4 232.2.4 231.6.3c-.6-.2-53 29.7-116.4 66.3zm172.5 100.5c30.7 17.7 56.4 32.7 57.1 33.3.9.9 1.2 28.4 1 133.2l-.3 132.1-56-32.4c-30.8-17.9-56.6-32.7-57.2-33-.7-.3-26.8 14.2-58 32.2-31.3 18-57.1 33-57.6 33.2-.4.2-.6-59.3-.5-132.2l.3-132.7 57-32.9c31.4-18.1 57.3-32.9 57.7-32.9.4 0 25.9 14.5 56.5 32.1zm322.4-99.6c-8.1 2.3-14.5 6.2-20.6 12.6-23.2 24.3-12 65.1 20 73.4 7.5 1.9 17.4 1.9 24.7 0l5.7-1.5 9.6 5.5c12.2 6.9 12.6 7 17.3 4.6 7.8-4 6.8-6.5-5.3-13.3l-9.3-5.2 3.4-4c13-15.2 13.6-39.4 1.4-55.7-4.8-6.4-12.4-12.1-19.8-14.9-7.5-2.9-19.8-3.5-27.1-1.5zm25.3 13.9c3.1 1.5 7.5 4.9 10 7.7 14.6 16.2 10 40.3-9.7 50.6-4.5 2.4-6.3 2.8-14.2 2.8-7.8 0-9.7-.4-14-2.7-14.4-7.6-21.5-23.7-16.9-38.4 6-19.2 27.1-28.6 44.8-20zm319.7-14c-.8.9-1 13.3-.9 43.7l.3 42.4 4.6.3c3 .2 5-.2 5.7-1.1.8-.9 1.3-10.6 1.4-31.2l.3-29.9 25.3 31.7c24.1 30.1 25.6 31.7 28.7 31.7 2.1 0 3.5-.6 3.9-1.6.9-2.4.7-82.7-.3-84.2-.5-.9-2.5-1.2-5.7-1l-4.9.3-.5 30.6-.5 30.7L987 97.9C965.3 70.7 961.1 66 958.9 66c-1.5 0-3.2.6-3.8 1.4zm117.2-.4c-11.9 2.4-20.3 11.7-20.3 22.7 0 10.4 6.1 18.4 18.5 24.2 13.7 6.4 15.9 7.6 19.1 10.7 6.4 6 5.2 13.8-2.9 17.4-7.2 3.3-13 2.2-23.2-4.6-6.2-4.1-7.2-4-10.8.8-2.6 3.5-1.6 6.1 3.9 9.9 10.6 7.2 26 9.2 35.9 4.5 15.1-7 19.1-23.5 8.7-35.6-2.6-3.1-6.8-5.7-17.8-11.1-15.8-7.7-18.4-10-18.4-16.7 0-3.2.7-4.7 3-7.1 5.2-5.1 12.5-5.4 22.5-.7 2.9 1.4 6 2.6 6.9 2.6 2.1 0 5.9-6.5 5.1-8.9-.8-2.7-9.8-6.9-17.1-8.1-6.6-1.1-7.3-1.1-13.1 0zm-379.6 1.6c-.4.4-.7 14.4-.7 31 0 28.3.1 30.7 2.1 35.9 2.8 7.5 9.9 14.6 17.6 17.5 8.2 3.1 21.5 2.5 28.9-1.2 6-3.1 11.8-9.3 14.8-15.7 2-4.4 2.1-6 2.1-36.1V68.5l-4.8-.3c-2.7-.2-5.5.2-6.3.9-1.1.9-1.4 6.2-1.4 29.8 0 27.8-.1 28.8-2.2 33.1-1.3 2.4-4 5.7-6.1 7.4-3.2 2.6-4.9 3.1-10.5 3.4-8.8.5-14.4-2.3-18.7-9.3l-3-4.8-.5-30.1-.5-30.1-5-.3c-2.8-.2-5.4 0-5.8.4zm97.5.6c-1.8 1.8-1.7 80.7.1 83.1 1.1 1.6 3.6 1.7 27.2 1.5l26-.3v-10l-20.7-.3-20.8-.2v-27l17.8-.2 17.7-.3v-10l-17.7-.3-17.8-.2V79l20.8-.2 20.7-.3v-10l-26-.3c-19.4-.2-26.4.1-27.3 1zm82.3 0c-.3.7-.4 20-.3 42.8l.3 41.5h53v-10l-20.7-.3-20.8-.2v-27l17.8-.2 17.7-.3v-10l-17.7-.3-17.8-.2V79l20.8-.2 20.7-.3v-10l-26.3-.3c-20.5-.2-26.4 0-26.7 1zm123 187.8c-15 2.4-27.1 11.6-33.8 25.8-3 6.3-3.2 7.3-3.2 18.3 0 11.3.1 11.7 3.7 19 4.6 9.3 12.2 16.8 21.5 21.2 6.5 3 7.4 3.2 18.8 3.2 11.5 0 12.3-.1 18.5-3.2 7.3-3.6 13-8.4 13-10.8 0-2.3-4.9-6.5-7.5-6.5-1.2 0-3.4.9-4.8 2s-5.1 3.2-8.3 4.7c-11 5-25.7 1.6-34-8.1-6.1-7.1-7.9-12.1-7.9-21.6 0-10 2-15.4 8.3-22.2 10.6-11.5 28.2-13.1 41.1-3.7 2.3 1.6 4.9 2.9 6 2.9 1.8 0 7.1-5.2 7.1-6.9 0-3.2-10.6-10.4-19-12.9-5.2-1.6-13.9-2.1-19.5-1.2zm-412 2.3c-.3.6-.4 19.9-.3 42.7l.3 41.5h11l.3-14.7.3-14.6 13.2-.4c14.2-.4 17.5-1.4 24.5-7.3 11.3-9.5 11.3-30.9 0-41.1-7.5-6.7-10.1-7.4-30.6-7.4-13.7 0-18.4.3-18.7 1.3zm36.6 13c5.9 3 9.4 9.7 8.4 15.8-.9 5.3-6.4 11.5-11.3 12.9-2.1.5-7.9 1-12.9 1H595v-32h10.3c8.9 0 11 .3 14.8 2.3zm45-12.4c-1.4 2.6-1.4 49.4 0 58.1 1.8 11.1 7.4 19 17.2 24.2 3.6 2 5.7 2.3 15.2 2.3 10 0 11.5-.2 16.1-2.7 7.3-3.8 13-10.7 15.4-18.6 1.8-5.7 2-9.3 2-34.2 0-15.3-.3-28.5-.6-29.4-.7-1.9-9.4-2.2-11.2-.4-.9.9-1.2 8.9-1.2 29.8 0 27.7-.1 28.7-2.2 33-1.3 2.4-4 5.7-6.1 7.4-7.1 5.6-21 4.6-26.8-2-5.2-5.9-5.4-7.1-5.9-38.9l-.5-30-5.2-.3c-4.3-.3-5.4 0-6.2 1.7zm98.1-.7c-.9.9-1.2 11.6-1.2 41.9 0 34.2.2 40.8 1.4 41.9 1.1.8 6.8 1.1 20.8.8 17.6-.3 19.7-.5 23.4-2.5 15-8 18.1-28 5.9-38l-3.8-3.2 3.1-3.9c4.2-5.2 5.2-8.2 5.2-15.3 0-7.4-1.7-11.5-6.5-16.2-5.9-5.7-10.3-6.7-30-6.7-12 0-17.5.4-18.3 1.2zm36.5 12.4c1.5 1.1 3.5 4 4.3 6.2 1.3 3.7 1.3 4.7 0 8.4-2.5 6.9-5.4 8.2-18.1 8.6l-10.9.4v-26.4l10.9.4c9.2.3 11.5.7 13.8 2.4zm1 37.4c4.5 2.7 6.5 6.3 6.5 11.2-.1 4.9-2.5 8.6-7.3 11-2.6 1.4-5.9 1.8-14.1 1.8H775v-26h11.3c9.3 0 11.7.3 14.4 2zm48.5-49.8c-1.9 1.9-1.7 82.1.2 83.7.9.8 8.2 1.1 24.2.9l22.9-.3v-10l-17.7-.3-17.8-.2-.2-37.3-.3-37.2-5-.3c-3-.2-5.5.2-6.3 1zm69.9.7c-1.7 3.1-1.5 80.2.2 82.5 1 1.3 2.4 1.7 6.2 1.4l5-.3v-85l-5.2-.3c-4.3-.3-5.4 0-6.2 1.7zm-20 189.8c-15 32.2-36.1 80.3-35.9 81.8.3 1.7 1.2 2 5.9 2.3l5.6.3 4.5-10.3 4.5-10.3 19.7-.3 19.6-.2 4 8.7c5.7 12.5 5 11.8 11.1 11.8 5 0 5.4-.2 5.6-2.5.2-1.5-6.9-18.6-18-43l-18.2-40.5-3.6-.3c-3-.3-3.7.1-4.8 2.5zm12.3 36.6l7.4 16.7h-15c-13.9 0-15-.1-14.4-1.8 1.1-3.1 14.1-32 14.3-31.8.1.1 3.5 7.7 7.7 16.9zm-327.9-37c-.3.6-.4 19.9-.3 42.7l.3 41.5h48v-10l-17.7-.3-17.8-.2v-36.3c0-26.9-.3-36.6-1.2-37.5-1.6-1.6-10.7-1.6-11.3.1zm70.1.3c-.8 2-.8 80.8 0 82.8.7 1.9 9.4 2.2 11.2.4.9-.9 1.2-11.5 1.2-41.4 0-22.1-.3-40.9-.6-41.8-.9-2.3-10.9-2.3-11.8 0zm45.6-.4c-.9.9-1.2 11.6-1.2 41.9 0 34.2.2 40.8 1.4 41.9 1.1.8 6.8 1.1 20.8.8l19.3-.3 5.5-3.1c13.8-7.8 16.3-27 4.8-36.8l-4.1-3.5 2.8-3.3c4.1-4.8 5.5-8.9 5.5-15.8 0-7.4-1.6-11.6-6.5-16.3-5.9-5.7-10.3-6.7-30-6.7-12 0-17.5.4-18.3 1.2zm36.5 12.4c1.5 1.1 3.5 4 4.3 6.2 1.3 3.7 1.3 4.7 0 8.4-1 2.7-2.7 5-4.9 6.5-3 2-4.6 2.3-13.7 2.3H711v-26.2l10.9.4c9.2.3 11.5.7 13.8 2.4zm.2 37.2c10 5.1 10 17.3 0 22.4-2.6 1.4-5.9 1.8-14.1 1.8H711v-26h10.8c8.2 0 11.5.4 14.1 1.8zm49.3-49.6c-.9.9-1.2 11.6-1.2 41.9 0 33.9.2 40.9 1.4 41.8.8.7 3.6 1.1 6.3.9l4.8-.3.3-15.8.3-15.7H817l8 16 8 16h6c9 0 8.9-1.4-.8-19.2l-7.9-14.6 4.3-3.1c8.7-6.1 13.5-16.6 12-26.2-.8-5.7-5.7-14.1-9.9-17.3-6.4-4.9-10.4-5.6-31.1-5.6-13.6 0-19.6.4-20.4 1.2zm39.1 12.2c1.8.7 4.5 2.8 6 4.5 5.2 6.2 4.5 14-1.9 20.2l-3.5 3.4-14 .3-13.9.4V460h12c7.9 0 13.2.5 15.3 1.4zm141.3-11.9c-.8 2.1-.8 80.8 0 82.9.9 2.3 10.9 2.3 11.8 0 .3-.9.6-8.1.6-16V502h19.5l8 15.8 8 15.7h5.9c9.3 0 9.3-.7-.2-18.1-8-14.8-8-14.9-5.9-16.4 9.6-6.7 14-14.1 14-24 .1-7.8-2.4-14-7.5-19.2-6.9-6.8-8.9-7.3-32.4-7.6-18.8-.3-21.2-.1-21.8 1.3zm40 12.1c4.2 2 7 5.5 8.5 10.5 1 3.3.9 4.3-1.2 8.6-1.3 2.6-3.9 5.8-5.8 7-3.1 2.1-4.6 2.3-16.2 2.3H978v-30h12.1c9.1 0 12.9.4 15.5 1.6zm37.9-11.5c-.8 2.4.2 4 16.7 26.7l11.8 16.3v19.2c0 13.7.3 19.6 1.2 20.5 1.8 1.8 10.5 1.5 11.2-.4.3-.9.6-10.1.6-20.4v-18.9l14.5-19.8c17.1-23.2 17.5-24.6 8.4-25.1l-5.7-.3-11.7 16.1c-6.5 8.9-12.1 15.8-12.4 15.3-.4-.4-5-6.7-10.1-13.8-13-18.1-12.4-17.5-18.6-17.5-4.4 0-5.4.3-5.9 2.1z"
6895
+ }, title) : null, _path$F || (_path$F = /*#__PURE__*/React.createElement("path", {
6896
+ d: "M72.306 33.437a.607.607 0 100-1.213c-.306 0-.613.27-.613.606.034.337.307.607.613.607zm-.374 8.728h.817v-7.212h-.817v7.212zm2.758 0h.784v-5.257c.442-.674 1.328-1.416 2.248-1.416 1.09 0 1.498.674 1.498 1.72v4.953h.783v-5.122c0-1.315-.613-2.258-2.111-2.258-1.022 0-1.873.606-2.418 1.314v-1.146h-.784v7.212zm9.707 0h2.316c2.316 0 3.78-.81 3.78-2.797 0-1.45-1.056-2.292-2.316-2.528v-.033c1.124-.27 1.873-1.045 1.873-2.224 0-1.786-1.294-2.494-3.303-2.494H84.43v10.076h-.034zm.817-.708v-4.246h1.533c1.975 0 2.895.809 2.895 2.19 0 1.45-.954 2.09-2.93 2.09h-1.498v-.034zm0-4.954v-3.706h1.43c1.703 0 2.555.539 2.555 1.82 0 1.246-.817 1.886-2.554 1.886h-1.43zm6.948 5.662h.783V31.28h-.783v10.885zm4.632.168a2.87 2.87 0 002.213-1.078c0 .27.069.674.103.91h.783c-.102-.304-.17-.843-.17-1.45v-3.639c0-1.55-.852-2.291-2.35-2.291-.954 0-1.737.303-2.384.91l.442.539c.613-.573 1.192-.775 1.908-.775 1.09 0 1.6.539 1.6 1.718v.81h-.34c-1.703 0-3.849.538-3.849 2.459 0 1.146.818 1.887 2.044 1.887zm.102-.674c-.647 0-1.328-.438-1.328-1.213 0-1.348 1.396-1.82 3.03-1.82h.341v1.921c-.51.708-1.226 1.112-2.043 1.112zm7.458.674c1.09 0 1.874-.404 2.248-.741l-.34-.607c-.307.303-1.022.64-1.873.64-1.635 0-2.35-1.516-2.35-3.133 0-1.652.749-3.067 2.35-3.067.817 0 1.362.303 1.77.64l.409-.572c-.408-.337-1.09-.742-2.179-.742-1.874 0-3.202 1.483-3.202 3.774.034 1.955 1.09 3.808 3.167 3.808zm7.936-.168h.987l-3.405-4.044 3.235-3.168h-.987l-3.202 3.168 3.372 4.044zm-4.223 0h.783V31.28h-.783v10.885zm13.589.168c1.328 0 2.384-.438 2.997-1.01l-.409-.607c-.613.539-1.464.876-2.554.876-2.589 0-4.053-2.157-4.053-4.55 0-2.358 1.464-4.481 4.019-4.481.953 0 1.702.27 2.316.674l.442-.64c-.715-.472-1.566-.742-2.724-.742-3.065 0-4.905 2.46-4.905 5.19 0 2.83 1.805 5.29 4.871 5.29zm6.709 0c1.226 0 2.077-.809 2.418-1.348 0 .405.068.944.102 1.18h.818c-.069-.27-.137-.81-.137-1.382v-5.83h-.783v5.223c-.238.438-1.158 1.45-2.248 1.45-1.124 0-1.498-.674-1.498-1.753v-4.92h-.784v5.089c0 1.314.579 2.291 2.112 2.291zm5.756-.168h.783V31.28h-.783v10.885zm5.245.168c.681 0 1.192-.27 1.396-.438l-.307-.607c-.136.102-.579.337-1.021.337-.647 0-.886-.404-.886-1.145v-4.92h1.873v-.64h-1.873v-2.056h-.783v2.056h-1.226v.64h1.226v4.953c0 1.18.511 1.82 1.601 1.82zm5.006 0c1.226 0 2.077-.809 2.418-1.348 0 .405.068.944.102 1.18h.818c-.069-.27-.137-.81-.137-1.382v-5.83h-.783v5.223c-.238.438-1.158 1.45-2.248 1.45-1.124 0-1.498-.674-1.498-1.753v-4.92h-.784v5.089c0 1.314.579 2.291 2.112 2.291zm5.756-.168h.783v-5.021c.204-.438.851-1.618 1.873-1.618.307 0 .477.068.613.101l.205-.741c-.137-.034-.375-.135-.716-.135-1.021 0-1.669.91-1.941 1.415V34.92h-.783v7.245h-.034zm7.356.168c1.192 0 2.009-.404 2.486-.741l-.34-.607a3.708 3.708 0 01-2.112.674c-1.737 0-2.452-1.516-2.452-3.167v-.169h5.04v-.404c0-1.854-1.021-3.134-2.758-3.134-1.941 0-3.133 1.651-3.133 3.707 0 2.055 1.021 3.841 3.269 3.841zm-2.384-4.65c.204-1.247.954-2.224 2.214-2.224 1.396 0 1.975 1.112 1.975 2.224H155.1zM72.1 26.53h.783v-6.572h1.907v-.64h-1.907v-1.146c0-1.314.545-1.988 1.67-1.988.442 0 .748.101.919.202l.204-.707c-.204-.102-.579-.203-1.124-.203-1.6 0-2.452.977-2.452 2.629v1.213h-1.26v.64h1.26v6.571zm6.777.168c2.282 0 3.338-1.989 3.338-3.808 0-1.786-1.056-3.74-3.338-3.74-2.281 0-3.27 1.954-3.27 3.774s.989 3.774 3.27 3.774zm.035-.674c-1.67 0-2.453-1.483-2.453-3.134 0-1.618.75-3.067 2.418-3.067 1.67 0 2.555 1.483 2.555 3.1-.034 1.652-.852 3.1-2.52 3.1zm4.836.505h.783v-5.02c.204-.439.851-1.618 1.873-1.618.307 0 .477.067.613.1l.205-.74c-.137-.034-.375-.135-.716-.135-1.022 0-1.668.876-1.941 1.415v-1.247h-.783v7.245h-.034zm8.446 0h.851v-4.886h.273c.613 0 .783.101 1.805 1.483l2.486 3.403h1.022l-2.827-3.808c-.579-.741-.783-1.01-.988-1.112h.136c1.772-.067 2.998-.91 2.998-2.56 0-1.686-1.26-2.596-3.304-2.596h-2.418V26.53h-.034zm.817-5.56v-3.808h1.465c1.668 0 2.554.64 2.554 1.887 0 1.247-.851 1.921-2.486 1.921H93.01zm9.604 5.729c1.192 0 2.01-.405 2.487-.742l-.341-.606a3.707 3.707 0 01-2.111.674c-1.737 0-2.453-1.517-2.453-3.168v-.168h5.041v-.405c0-1.853-1.022-3.134-2.759-3.134-1.941 0-3.133 1.651-3.133 3.707 0 2.09 1.056 3.842 3.269 3.842zm-2.384-4.65c.205-1.247.954-2.225 2.214-2.225 1.397 0 1.941 1.112 1.975 2.224h-4.189zm8.447 4.683c1.498 0 2.452-.775 2.452-2.022 0-1.179-1.022-1.684-2.146-2.19-.851-.37-1.566-.674-1.566-1.516 0-.708.476-1.18 1.362-1.18a2.71 2.71 0 011.669.573l.408-.573c-.34-.27-1.055-.674-2.077-.674-1.362 0-2.146.81-2.146 1.887 0 1.18.92 1.685 2.01 2.157.987.438 1.668.775 1.668 1.584 0 .775-.647 1.247-1.634 1.247-.784 0-1.533-.337-1.873-.607l-.341.607c.443.337 1.26.707 2.214.707zm7.016-.033c1.192 0 2.009-.405 2.486-.742l-.341-.606a3.707 3.707 0 01-2.111.674c-1.737 0-2.453-1.517-2.453-3.168v-.168h5.041v-.405c0-1.853-1.022-3.134-2.759-3.134-1.941 0-3.133 1.651-3.133 3.707 0 2.09 1.056 3.842 3.27 3.842zm-2.385-4.65c.205-1.247.954-2.225 2.214-2.225 1.397 0 1.941 1.112 1.976 2.224h-4.19zm8.379 4.65a2.87 2.87 0 002.213-1.079c0 .27.068.674.103.91h.783c-.102-.303-.136-.842-.136-1.449v-3.64c0-1.55-.852-2.29-2.35-2.29-.954 0-1.737.303-2.384.91l.442.538c.613-.572 1.192-.775 1.908-.775 1.089 0 1.6.54 1.6 1.719v.809h-.34c-1.703 0-3.849.539-3.849 2.46-.034 1.145.784 1.887 2.01 1.887zm.102-.674c-.647 0-1.328-.438-1.328-1.213 0-1.348 1.396-1.82 3.031-1.82h.34v1.92c-.545.708-1.226 1.113-2.043 1.113zm5.313.505h.783v-5.02c.204-.439.851-1.618 1.873-1.618.307 0 .477.067.613.1l.205-.74c-.137-.034-.375-.135-.716-.135-1.021 0-1.668.876-1.941 1.415v-1.247h-.817v7.245zm7.186.169c1.09 0 1.873-.405 2.248-.742l-.341-.606c-.306.303-1.022.64-1.873.64-1.635 0-2.35-1.516-2.35-3.134 0-1.651.749-3.066 2.35-3.066.817 0 1.362.303 1.771.64l.409-.573c-.409-.337-1.09-.741-2.18-.741-1.873 0-3.201 1.482-3.201 3.774.034 1.954 1.055 3.808 3.167 3.808zm3.985-.169h.783v-5.257c.272-.404 1.158-1.415 2.248-1.415 1.09 0 1.498.674 1.498 1.719v4.953h.784v-5.122c0-1.314-.613-2.258-2.112-2.258-1.226 0-2.078.81-2.418 1.315v-4.82h-.783V26.53zM74.452 48.769v-.809h-3.576v.809h1.294v3.808h.988v-3.808h1.294zm3.44 3.808v-2.36c0-.606-.273-1.078-1.022-1.078a1.36 1.36 0 00-1.056.506v-2.022h-.92v4.987h.92v-2.325c.068-.1.34-.438.716-.438.34 0 .442.169.442.506v2.19h.92v.034zm1.532-1.483h2.18c.102-1.247-.409-1.988-1.464-1.988-.954 0-1.703.674-1.703 1.752 0 1.078.647 1.786 1.77 1.786.716 0 1.056-.202 1.26-.337l-.306-.607c-.17.068-.442.236-.885.236-.545.034-.817-.337-.852-.842zm0-.64c.069-.438.273-.708.681-.708.443 0 .58.303.58.708h-1.26zm8.48 2.123V47.96h-.885v2.426c0 .37.034.708.034.742 0 0-.204-.371-.477-.775l-1.668-2.393h-1.056v4.617h.885v-2.629c0-.303-.034-.606-.034-.606s.17.337.443.707l1.805 2.561h.954v-.033zm1.567-1.483h2.18c.102-1.247-.409-1.988-1.465-1.988-.953 0-1.702.674-1.702 1.752 0 1.078.647 1.786 1.77 1.786.716 0 1.056-.202 1.26-.337l-.306-.607c-.17.068-.442.236-.885.236-.545.034-.818-.337-.852-.842zm0-.64c.069-.438.273-.708.681-.708.443 0 .58.303.58.708h-1.26zm7.425-1.247h-.92l-.545 2.157-.579-2.157h-.851l-.579 2.157-.51-2.157h-.989l.954 3.37h.852l.715-2.258.715 2.258h.851l.886-3.37zm5.551-1.247h-.953l-.988 1.954-.988-1.954h-1.09l1.533 2.864v1.753h.988v-1.753l1.498-2.864zm3.031 2.898c0-.876-.545-1.752-1.737-1.752-1.192 0-1.702.91-1.702 1.786s.51 1.752 1.702 1.752c1.226 0 1.737-.944 1.737-1.786zm-.987.034c0 .64-.205 1.044-.716 1.044-.51 0-.749-.471-.749-1.078 0-.606.17-1.078.715-1.078.511 0 .75.471.75 1.112zm3.78-1.685a.974.974 0 00-.477-.101c-.443 0-.715.303-.851.539v-.472h-.92v3.37h.92V50.42c.068-.169.34-.506.749-.506.204 0 .307.034.341.068l.238-.775zm1.328 1.718l1.09 1.652h1.09l-1.294-1.854 1.26-1.516h-1.022l-1.124 1.348v-2.966h-.919v4.988h.919v-1.652zm7.561-1.516c0-.977-.783-1.449-1.771-1.449h-1.533v4.617h.988v-1.652h.443c1.158 0 1.873-.505 1.873-1.516zm-.988 0c0 .505-.272.775-.885.775h-.443v-1.483h.477c.613 0 .851.27.851.708zm1.465-.202v2.359c0 .606.272 1.078 1.022 1.078.579 0 .919-.303 1.089-.54 0 .136.034.371.069.439h.919c-.034-.202-.102-.54-.102-.977v-2.393h-.92v2.258c-.068.067-.34.438-.715.438-.34 0-.443-.169-.443-.505v-2.19h-.919v.033zm3.78-1.618v4.785c.17.068.613.27 1.397.27 1.021 0 1.805-.64 1.805-1.786 0-1.18-.579-1.752-1.465-1.752-.374 0-.681.202-.817.337v-1.854h-.92zm.954 2.494c.068-.067.272-.27.579-.27.511 0 .715.371.715 1.011 0 .708-.307 1.079-.817 1.079-.273 0-.409-.068-.477-.068v-1.752zm3.814-2.494h-.919v4.988h.919v-4.988zm1.873 1.618h-.953v3.37h.953v-3.37zm.103-1.011c0-.303-.239-.54-.579-.54-.341 0-.579.237-.579.54 0 .303.238.54.579.54.34.033.579-.237.579-.54zm3.439 4.145l-.272-.607c-.102.068-.341.202-.749.202-.579 0-.852-.471-.852-1.078 0-.606.273-1.045.818-1.045.34 0 .545.101.715.203l.306-.64c-.17-.102-.476-.27-1.055-.27-1.022 0-1.805.64-1.805 1.786 0 1.044.681 1.752 1.77 1.752.648 0 .954-.202 1.124-.303zm4.905.236v-.775h-1.737v-3.808h-.988v4.616h2.725v-.033zm1.498-3.37h-.953v3.37h.953v-3.37zm.102-1.011c0-.303-.238-.54-.579-.54-.34 0-.579.237-.579.54 0 .303.239.54.579.54.341.033.579-.237.579-.54zm.784-.607v4.785c.17.068.613.27 1.396.27 1.022 0 1.805-.64 1.805-1.786 0-1.18-.579-1.752-1.464-1.752-.375 0-.682.202-.818.337v-1.854h-.919zm.953 2.494c.068-.067.273-.27.579-.27.511 0 .715.371.715 1.011 0 .708-.306 1.079-.817 1.079-.272 0-.409-.068-.477-.068v-1.752zm5.075-.876c-.068-.034-.204-.101-.477-.101-.443 0-.715.303-.851.539v-.472h-.92v3.37h.92V50.42c.068-.169.34-.506.749-.506.204 0 .306.034.34.068l.239-.775zm3.133 3.37c-.034-.203-.102-.54-.102-1.011v-1.213c0-.91-.443-1.247-1.362-1.247-.716 0-1.192.303-1.397.471l.409.573c.136-.1.443-.303.885-.303.443 0 .545.169.545.472v.202h-.136c-.919 0-1.805.303-1.805 1.213 0 .607.443.944 1.022.944.477 0 .817-.27.953-.438 0 .1.035.27.069.37h.919v-.033zm-1.022-.91c-.102.1-.306.303-.613.303-.204 0-.408-.101-.408-.337 0-.404.374-.54.919-.54h.136v.574h-.034zm3.951-2.46c-.068-.034-.204-.101-.477-.101-.442 0-.715.303-.851.539v-.472h-.92v3.37h.92V50.42c.068-.169.34-.506.749-.506.204 0 .307.034.341.068l.238-.775zm1.396 3.302l-.136.337c-.136.37-.306.607-.783.607-.204 0-.273-.034-.341-.034l-.136.741c.068.034.238.068.511.068.919 0 1.294-.472 1.601-1.247l1.396-3.74h-.954l-.681 2.224h-.034l-.749-2.225h-.988l1.294 3.27zM55.275 46.374l3.541 3.539 1.84-1.82-3.576-3.505 2.928-2.898-1.839-1.785-8.31 8.222 8.378 8.256 1.84-1.786-6.573-6.47 1.77-1.753zM.613 41.693l6.54 6.436-1.772 1.718-3.542-3.504L0 48.129l3.576 3.538-2.997 2.965 1.84 1.786 8.343-8.29-8.344-8.255-1.805 1.82zM16.075 56.992L30.31 71.077l14.27-14.12 1.805-1.785L30.345 39.3l-1.805 1.786 14.202 14.086-12.431 12.3-14.202-14.086h-.034L4.802 64.54l1.839 1.82 9.434-9.368z"
6897
+ })), _path2$j || (_path2$j = /*#__PURE__*/React.createElement("path", {
6898
+ d: "M30.31 74.513L16.072 60.427l-8.14 8.088L9.74 70.3l6.334-6.268 1.737 1.718-5.892 5.83 1.805 1.786 5.892-5.83 1.737 1.719-4.836 4.785 1.84 1.82 4.835-4.785 1.737 1.718-2.997 2.966 1.84 1.786 2.962-2.966 3.576 3.538 3.576-3.504 2.963 2.965 1.84-1.82-2.998-2.965 1.771-1.718 4.837 4.785 1.805-1.82-4.837-4.785 1.737-1.719 5.892 5.83 1.84-1.786-5.892-5.83 1.702-1.718L50.88 70.3l1.84-1.82-6.336-6.268 1.737-1.718 5.892 5.83 1.805-1.82-6.845-6.774-.852-.842L30.31 74.513zM48.136 49.83l-1.83 1.81L56.42 61.649l1.83-1.81L48.136 49.83z"
6899
+ })), _path3$d || (_path3$d = /*#__PURE__*/React.createElement("path", {
6900
+ d: "M28.709 62.417l1.6 1.617 8.958-8.862-1.805-1.786-12.431-12.3 5.313-5.223 14.202 14.052h.034l13.725-13.58-1.805-1.82L44.58 46.31 30.344 32.224l-8.957 8.862 14.236 14.086-5.313 5.257-12.397-12.3-1.84-1.786L2.315 59.957l1.84 1.786 11.92-11.794 12.635 12.468zM4.18 34.547l-1.83 1.811 10.186 10.08 1.83-1.811L4.18 34.547z"
6901
+ })), _path4$4 || (_path4$4 = /*#__PURE__*/React.createElement("path", {
6902
+ d: "M30.347 21.744l14.236 14.085 8.106-8.02-1.806-1.82-6.3 6.235-1.737-1.719 5.858-5.762-1.84-1.82-5.823 5.796L39.27 27l4.768-4.717-1.805-1.82-4.768 4.718-1.737-1.719 2.929-2.898-1.84-1.786-2.928 2.864-1.737-1.718h.034l-1.84-1.786-3.575 3.538-2.895-2.898-1.84 1.786 2.93 2.898-1.737 1.719-4.734-4.65-1.805 1.785L21.39 27l-1.737 1.719-5.858-5.796-1.805 1.82 5.858 5.762-1.771 1.719-6.3-6.234-1.806 1.82 6.3 6.233-1.736 1.719-5.892-5.796-1.805 1.786 7.697 7.616 17.812-17.624z"
6903
+ })), _path5$3 || (_path5$3 = /*#__PURE__*/React.createElement("path", {
6904
+ d: "M30.347 25.179L14.27 41.084l1.805 1.786 14.236 14.086 1.84-1.786-14.236-14.086 12.43-12.3L44.584 42.87l11.205-11.086-1.84-1.786-9.365 9.267-14.236-14.086zM77.683 8.128c0-1.82-1.226-2.46-2.554-3.066-1.056-.472-1.84-.708-1.84-1.483 0-.674.512-1.01 1.33-1.01.85 0 1.6.37 1.94.606l.852-1.45c-.409-.302-1.294-.808-2.895-.808-1.771 0-3.201 1.045-3.201 2.73 0 1.583.92 2.325 2.111 2.931 1.158.573 2.214.809 2.214 1.685 0 .64-.58 1.146-1.567 1.146a3.338 3.338 0 01-2.111-.741l-.886 1.449c.443.336 1.465.977 3.065.977 2.214-.068 3.542-1.18 3.542-2.966zm6.676 2.258l-.613-1.314c-.239.135-.716.438-1.567.438-1.226 0-1.805-.977-1.805-2.291 0-1.315.613-2.224 1.77-2.224.716 0 1.193.235 1.5.438l.646-1.348c-.34-.236-1.055-.573-2.213-.573-2.18 0-3.815 1.348-3.815 3.774 0 2.224 1.43 3.74 3.747 3.74 1.362 0 2.009-.404 2.35-.64zm7.288.472V5.837c0-1.314-.58-2.325-2.18-2.325-1.192 0-1.873.64-2.248 1.044V.276h-1.975v10.582h1.975V6.039c.137-.202.716-.91 1.499-.91.715 0 .953.371.953 1.079v4.65h1.976zm8.276-3.606c0-1.853-1.158-3.706-3.678-3.706s-3.61 1.954-3.61 3.774c0 1.853 1.09 3.74 3.61 3.74 2.554-.034 3.678-2.022 3.678-3.808zm-2.112.034c0 1.348-.408 2.258-1.532 2.258s-1.567-.978-1.567-2.325c0-1.348.375-2.258 1.499-2.258s1.6 1.01 1.6 2.325zm9.094-2.628c-.273-.674-.818-1.146-1.874-1.146-1.158 0-1.805.64-2.179 1.044V3.68h-1.942v7.178h1.976V6.039c.136-.202.613-.876 1.362-.876.579 0 .852.37.852 1.078v4.617h1.975V5.972c.272-.337.715-.809 1.362-.809.647 0 .852.37.852 1.078v4.617h1.975V5.837c0-1.314-.545-2.325-2.078-2.325-1.021 0-1.702.472-2.281 1.146zm5.721-4.381v10.177c.341.168 1.328.572 2.963.572 2.18 0 3.849-1.381 3.849-3.807 0-2.46-1.26-3.707-3.065-3.707a2.54 2.54 0 00-1.771.741V.277h-1.976zm1.976 5.324c.136-.135.579-.54 1.226-.54 1.055 0 1.532.81 1.532 2.158 0 1.482-.647 2.291-1.771 2.291-.545 0-.851-.135-.987-.168v-3.74zm5.823-1.887v5.021c0 1.314.579 2.325 2.18 2.325a2.83 2.83 0 002.316-1.146c0 .304.102.775.136.944h1.941c-.102-.438-.204-1.146-.204-2.056V3.714h-1.975v4.785c-.136.169-.715.91-1.499.91-.715 0-.953-.37-.953-1.078V3.714h-1.942zm12.738 0c-.17-.101-.443-.202-.988-.202-.919 0-1.532.606-1.839 1.146V3.68h-1.975v7.178h1.975V6.342c.17-.337.681-1.078 1.567-1.078.408 0 .647.101.749.169l.511-1.719zm4.7 0c-.375-.135-.818-.168-1.294-.168-2.01 0-3.202 1.044-3.202 2.594 0 .944.477 1.685 1.294 2.157-.442.236-.817.674-.817 1.348 0 .505.238.842.647 1.078-.715.37-1.226.944-1.226 1.752 0 1.28 1.192 1.921 3.167 1.921 2.384 0 3.951-1.078 3.951-2.595 0-2.123-1.907-2.123-3.406-2.19-1.055-.067-1.464-.135-1.464-.505 0-.203.136-.337.272-.438.273.033.545.067.852.067 2.009 0 3.133-1.045 3.133-2.595 0-.404-.102-.808-.272-1.145h.953V3.714h-2.588zm-1.26 3.74c-.818 0-1.294-.505-1.294-1.314 0-.842.476-1.314 1.294-1.314.817 0 1.294.472 1.294 1.314 0 .809-.477 1.314-1.294 1.314zm-.852 3.64c.307.034.647.067.988.1 1.056.068 1.737.035 1.737.81 0 .606-.681 1.044-1.873 1.044-1.022 0-1.397-.404-1.397-.977-.034-.404.171-.741.545-.977zm15.939-1.079l-.851-1.449c-.511.371-1.158.742-2.248.742-1.941 0-2.895-1.55-2.895-3.404 0-1.82.988-3.268 2.861-3.268.919 0 1.532.236 2.077.573l.92-1.517c-.783-.505-1.669-.775-2.963-.775-3.338 0-5.109 2.393-5.109 5.055s1.703 5.088 5.075 5.088c1.464-.034 2.656-.607 3.133-1.045zm2.248-2.291h4.598c.238-2.662-.852-4.212-3.134-4.212-2.009 0-3.576 1.449-3.576 3.707 0 2.291 1.363 3.807 3.781 3.807 1.498 0 2.213-.438 2.69-.674l-.647-1.28c-.34.168-.919.505-1.873.505-1.192 0-1.737-.74-1.839-1.853zm0-1.314c.136-.944.613-1.483 1.43-1.483.92 0 1.226.674 1.26 1.483h-2.69zm12.158 4.448V5.837c0-1.314-.579-2.325-2.179-2.325-1.192 0-1.907.64-2.316 1.078v-.91h-1.941v7.178h1.975V6.039c.136-.202.715-.91 1.498-.91.716 0 .954.371.954 1.079v4.65h2.009zm1.976-5.695v3.64c0 1.381.579 2.223 2.282 2.223.919 0 1.532-.236 1.805-.404l-.477-1.449c-.136.101-.511.27-.954.27-.545 0-.715-.304-.715-1.011V5.163h1.703V3.714h-1.703v-2.09h-1.975v2.09h-1.158v1.449h1.192zm6.403 2.561h4.597c.239-2.662-.851-4.212-3.133-4.212-2.009 0-3.576 1.449-3.576 3.707 0 2.291 1.362 3.807 3.78 3.807 1.499 0 2.214-.438 2.691-.674l-.647-1.28c-.341.168-.92.505-1.873.505-1.192 0-1.771-.74-1.839-1.853zm0-1.314c.136-.944.613-1.483 1.43-1.483.92 0 1.226.674 1.26 1.483h-2.69zm10.523-2.696c-.17-.101-.442-.202-.987-.202-.92 0-1.499.606-1.839 1.146V3.68h-1.942v7.178h1.976V6.342c.17-.337.681-1.078 1.566-1.078.409 0 .647.101.749.169l.477-1.719z"
6495
6905
  })));
6496
6906
  }
6497
6907
 
6498
- var _g$2, _defs$1;
6908
+ var _path$G, _path2$k, _path3$e, _path4$5, _path5$4;
6499
6909
 
6500
- var _excluded$C = ["title", "titleId"];
6910
+ var _excluded$N = ["title", "titleId"];
6501
6911
 
6502
- function _extends$C() { _extends$C = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$C.apply(this, arguments); }
6912
+ function _extends$N() { _extends$N = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$N.apply(this, arguments); }
6503
6913
 
6504
- function _objectWithoutProperties$B(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$C(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6914
+ function _objectWithoutProperties$M(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$N(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6505
6915
 
6506
- function _objectWithoutPropertiesLoose$C(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6916
+ function _objectWithoutPropertiesLoose$N(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6507
6917
 
6508
- function SvgLogoQplColor(_ref) {
6918
+ function SvgLogoSchomburgCircleBlack(_ref) {
6509
6919
  var title = _ref.title,
6510
6920
  titleId = _ref.titleId,
6511
- props = _objectWithoutProperties$B(_ref, _excluded$C);
6921
+ props = _objectWithoutProperties$M(_ref, _excluded$N);
6512
6922
 
6513
- return /*#__PURE__*/React.createElement("svg", _extends$C({
6514
- viewBox: "0 0 355 48",
6515
- fill: "none",
6923
+ return /*#__PURE__*/React.createElement("svg", _extends$N({
6924
+ viewBox: "0 0 67 67",
6516
6925
  xmlns: "http://www.w3.org/2000/svg",
6517
6926
  "aria-labelledby": titleId
6518
6927
  }, props), title ? /*#__PURE__*/React.createElement("title", {
6519
6928
  id: titleId
6520
- }, title) : null, _g$2 || (_g$2 = /*#__PURE__*/React.createElement("g", {
6521
- clipPath: "url(#logo_qpl_color_svg__clip0)"
6522
- }, /*#__PURE__*/React.createElement("path", {
6523
- fillRule: "evenodd",
6524
- clipRule: "evenodd",
6525
- d: "M36.012 11.016v20.682l-9.003 5.17V16.186l-9.002-5.17-9.003 5.17v20.681L0 31.697v-20.68l9.004-5.173 9.001-5.17h.002l9.003 5.17 9.003 5.17-.001.002zM9.002 36.868l9.004-5.17 9.003 5.17 9.004 5.17-9.004 5.17-9.003-5.17-9.004-5.17z",
6526
- fill: "#4B2D83"
6527
- }), /*#__PURE__*/React.createElement("path", {
6528
- fillRule: "evenodd",
6529
- clipRule: "evenodd",
6530
- d: "M9.003 36.868L27 47.209l9-5.17-18-10.341-8.997 5.171z",
6531
- fill: "#422980"
6532
- }), /*#__PURE__*/React.createElement("path", {
6533
- fillRule: "evenodd",
6534
- clipRule: "evenodd",
6535
- d: "M27 16.185v20.683l9-5.17V11.015l-9 5.17z",
6536
- fill: "#5C3296"
6537
- }), /*#__PURE__*/React.createElement("path", {
6538
- fillRule: "evenodd",
6539
- clipRule: "evenodd",
6540
- d: "M0 31.698l9 5.17V16.185l-9-5.17v20.682z",
6541
- fill: "#282561"
6542
- }), /*#__PURE__*/React.createElement("path", {
6543
- fillRule: "evenodd",
6544
- clipRule: "evenodd",
6545
- d: "M0 11.016l9.004 5.17L18 11.016l9 5.17 9-5.17L18 .674 0 11.016z",
6546
- fill: "#422980"
6547
- }), /*#__PURE__*/React.createElement("path", {
6548
- d: "M65.945 32.481a.78.78 0 01.033 1.395l-.856.485c-.312.18-.727.132-1.014-.039l-3.648-2.067c-.998.41-2.115.624-3.34.624-4.587 0-8.236-3.629-8.236-8.19a8.202 8.202 0 018.236-8.237 8.221 8.221 0 018.259 8.236c0 2.144-.916 4.438-2.547 6.016l3.113 1.777zm99.688-7.709a2.962 2.962 0 002.953-2.96c0-1.522-1.326-2.74-2.953-2.74h-3.107v5.7h3.107zm-3.107 7.104a.803.803 0 01-.79.786h-.832a.787.787 0 01-.791-.786v-14.42c0-.429.347-.787.79-.787h4.839c2.896 0 5.28 2.342 5.28 5.185 0 2.901-2.372 5.276-5.257 5.276h-3.239v4.746zm12.624-14.42c0-.425.365-.787.791-.787h.832c.444 0 .791.358.791.786v9.083c0 2.384 1.485 4.05 3.742 4.05 2.29 0 3.785-1.636 3.785-4.006v-9.126c0-.428.348-.786.79-.786h.834c.426 0 .79.362.79.786v9.213c0 3.571-2.585 6.212-6.2 6.212-3.591 0-6.155-2.64-6.155-6.212v-9.213zm23.645 6.051c1.395 0 2.251-.94 2.251-2.348 0-1.405-.815-2.24-2.251-2.24H195.6v4.59h3.195v-.002zm.372 6.95c1.378 0 2.384-1.018 2.384-2.394 0-1.296-1.207-2.306-2.756-2.306h-3.239v4.7H199.167zm4.972-2.373c0 2.674-2.144 4.578-5.148 4.578h-4.992a.79.79 0 01-.79-.788V17.455c0-.427.347-.785.79-.785h4.796c2.832 0 4.863 1.845 4.863 4.38 0 1.393-.71 2.62-1.767 3.432 1.36.747 2.248 1.954 2.248 3.603zm13.305 2.372c.444 0 .792.358.792.786v.633a.784.784 0 01-.233.558.785.785 0 01-.559.23h-7.576a.79.79 0 01-.79-.788v-14.42c0-.427.348-.785.79-.785h.855c.426 0 .79.362.79.786v13h5.931zm4.57-13c0-.424.365-.787.79-.787h.877c.426 0 .792.362.792.786v14.42a.805.805 0 01-.792.787h-.877a.804.804 0 01-.79-.788V17.455zm15.525-1.004c2.162 0 3.857.685 5.565 2.134.32.32.344.815.021 1.138l-.563.557c-.324.403-.756.378-1.109.028-1.107-.955-2.582-1.543-3.936-1.543-3.19 0-5.734 2.664-5.734 5.9 0 3.217 2.548 5.878 5.734 5.878 1.523 0 2.425-.408 3.948-1.552.322-.255.676-.278 1.01-.052l.634.568c.37.278.327.842.012 1.155-1.514 1.461-3.47 2.218-5.582 2.218-4.594 0-8.28-3.639-8.28-8.193 0-4.562 3.694-8.236 8.28-8.236zm27.593 14.005c.444 0 .792.358.792.786v.632a.784.784 0 01-.233.558.785.785 0 01-.559.23h-7.576a.79.79 0 01-.79-.788v-14.42c0-.427.346-.785.79-.785h.855c.425 0 .79.363.79.786v13h5.931v.001zm4.57-13c0-.425.364-.787.79-.787h.875c.427 0 .792.362.792.786v14.42a.805.805 0 01-.792.787h-.875a.802.802 0 01-.79-.789V17.455v.001zm13.947 6.051c1.396 0 2.252-.94 2.252-2.348 0-1.405-.815-2.24-2.252-2.24h-3.195v4.59h3.195v-.002zm.372 6.95c1.378 0 2.384-1.018 2.384-2.394 0-1.296-1.207-2.306-2.756-2.306h-3.238v4.7h3.61zm4.973-2.373c0 2.674-2.145 4.578-5.149 4.578h-4.991a.792.792 0 01-.792-.788v-14.42c0-.427.348-.785.792-.785h4.795c2.833 0 4.864 1.845 4.864 4.38 0 1.393-.71 2.62-1.768 3.432 1.36.747 2.249 1.954 2.249 3.603zm11.291-3.574c1.509 0 2.778-1.257 2.778-2.807 0-1.443-1.292-2.698-2.778-2.698h-3.873v5.505h3.873zm-3.915 7.364a.803.803 0 01-.79.786h-.855a.787.787 0 01-.791-.786v-14.42c0-.429.347-.786.79-.786h5.671c2.847 0 5.149 2.224 5.149 5.012 0 1.978-1.21 3.72-3.093 4.622l2.808 5.177c.291.54-.053 1.181-.704 1.181h-1.116a.75.75 0 01-.685-.4l-2.808-5.567h-3.576v5.181zm20.953-8.192a772.62 772.62 0 00-1.342-3.004l-2.708 6.052h5.412a687.64 687.64 0 01-1.362-3.048zm-2.137-6.789a.759.759 0 01.706-.443h.22c.33 0 .57.174.714.46l6.612 14.655c.247.533-.115 1.096-.714 1.096h-.876a.768.768 0 01-.714-.46l-1.52-3.374h-7.287l-1.494 3.36a.774.774 0 01-.722.474h-.875c-.598 0-.96-.562-.714-1.094l6.664-14.674zm18.459 7.616c1.508 0 2.777-1.257 2.777-2.807 0-1.443-1.292-2.698-2.777-2.698h-3.873v5.505h3.873zm-3.918 7.365a.803.803 0 01-.79.786h-.855a.787.787 0 01-.791-.786v-14.42c0-.428.348-.786.79-.786h5.672c2.847 0 5.149 2.224 5.149 5.012 0 1.977-1.211 3.72-3.093 4.622l2.808 5.178c.29.54-.054 1.18-.704 1.18h-1.117a.744.744 0 01-.685-.4l-2.807-5.567h-3.577v5.181zm12.088-14.006a.773.773 0 01.67-1.2h1.028c.267 0 .499.147.654.35l4.12 5.66 4.123-5.665a.824.824 0 01.65-.345h1.03c.642 0 1 .665.653 1.225l-5.271 7.155v6.826a.806.806 0 01-.791.788h-.855a.79.79 0 01-.79-.788V25.07l-5.221-7.2zm-271.826-.365c0-.423.364-.785.79-.785h.832c.445 0 .792.357.792.785v9.084c0 2.384 1.484 4.05 3.742 4.05 2.289 0 3.785-1.636 3.785-4.006v-9.128c0-.428.347-.785.79-.785h.833c.426 0 .79.362.79.785v9.215c0 3.57-2.584 6.21-6.198 6.21-3.593 0-6.156-2.639-6.156-6.21v-9.215zm27.476 13.001c.444 0 .792.358.792.787v.632a.79.79 0 01-.792.787h-8.627a.79.79 0 01-.79-.787v-14.42c0-.428.346-.785.79-.785h8.627c.443 0 .792.357.792.785v.632a.791.791 0 01-.792.788h-6.982v4.57h5.91c.425 0 .79.362.79.784v.632c0 .442-.36.787-.79.787h-5.91v4.808h6.982zm15.147 0c.444 0 .792.358.792.787v.632a.793.793 0 01-.792.787h-8.628a.79.79 0 01-.79-.787v-14.42c0-.427.347-.785.79-.785h8.628c.444 0 .792.357.792.785v.632a.784.784 0 01-.233.558.785.785 0 01-.559.23h-6.983v4.57h5.91c.426 0 .791.362.791.784v.632c0 .442-.36.787-.79.787h-5.91v4.808h6.982zm8.077 1.42a.78.78 0 01-.232.557.8.8 0 01-.558.23h-.767a.8.8 0 01-.79-.788V17.266c0-.427.365-.765.79-.765h.368a.75.75 0 01.585.28l9.139 11.326V17.505c0-.427.347-.786.79-.786h.767c.426 0 .792.363.792.786v14.66c0 .426-.367.765-.792.765h-.213a.752.752 0 01-.585-.28l-9.294-11.54v10.815zm15.855-2.074l.03-.04c.04-.05.076-.094.155-.195.085-.11.123-.158.163-.204.377-.492.834-.66 1.309-.253l.118.104a7 7 0 00.925.685c.785.487 1.602.775 2.412.775 1.51 0 2.56-.899 2.56-2.024 0-1.189-.964-2-3.607-3.098-2.96-1.286-4.08-2.444-4.08-4.85 0-2.245 1.87-4.25 5.04-4.25.97.007 1.929.205 2.822.584.307.128.583.264.825.402.148.083.253.15.266.164.415.208.622.732.276 1.28-.032.048-.06.091-.122.191l-.003.006a8.212 8.212 0 01-.135.211c-.31.482-.751.608-1.265.32-.009-.004-.206-.123-.305-.18a7.769 7.769 0 00-.585-.305c-.585-.272-1.156-.442-1.675-.466a2.67 2.67 0 00-.12-.003c-1.75 0-2.647.935-2.647 2.023 0 1.156.806 1.933 2.721 2.727 3.68 1.49 5.096 2.734 5.096 5.18 0 2.442-2.292 4.294-5.105 4.294a7.273 7.273 0 01-3.344-.825 7.02 7.02 0 01-1.523-1.03l-.046-.04c-.365-.323-.47-.69-.156-1.183zm-79.424.758c3.28 0 5.974-2.668 5.974-5.92 0-3.263-2.704-5.967-5.974-5.967-3.266 0-5.952 2.7-5.952 5.966 0 3.257 2.677 5.92 5.952 5.92v.001z",
6549
- fill: "#422980"
6550
- }))), _defs$1 || (_defs$1 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
6551
- id: "logo_qpl_color_svg__clip0"
6552
- }, /*#__PURE__*/React.createElement("path", {
6553
- fill: "#fff",
6554
- transform: "translate(0 .674)",
6555
- d: "M0 0h355v47H0z"
6556
- })))));
6929
+ }, title) : null, _path$G || (_path$G = /*#__PURE__*/React.createElement("path", {
6930
+ d: "M60.907 31.366l3.903 3.89 2.026-2-3.94-3.854 3.227-3.187-2.026-1.964-9.157 9.042 9.232 9.079 2.026-1.964-7.242-7.115 1.951-1.927zM.675 26.216l7.206 7.078-1.952 1.89-3.903-3.854L0 33.294l3.94 3.89-3.302 3.262 2.026 1.964 9.194-9.116-9.194-9.08-1.989 2.002zM17.714 43.04l15.687 15.49 15.723-15.527 1.99-1.964-17.676-17.454-1.989 1.964 15.649 15.49-13.697 13.526-15.65-15.49h-.037L5.293 51.34l2.026 2.001L17.714 43.04z"
6931
+ })), _path2$k || (_path2$k = /*#__PURE__*/React.createElement("path", {
6932
+ d: "M33.397 62.312l-15.686-15.49-8.969 8.893 1.99 1.964 6.98-6.892 1.913 1.89-6.492 6.41 1.989 1.965 6.492-6.411 1.914 1.89-5.329 5.262 2.026 2.001 5.33-5.262 1.913 1.89-3.302 3.26 2.026 1.965 3.265-3.261 3.94 3.89 3.94-3.853 3.266 3.26 2.026-2-3.302-3.261 1.951-1.89 5.329 5.262 1.989-2.001-5.329-5.262 1.914-1.89 6.492 6.41 2.026-1.963-6.492-6.411 1.877-1.89 6.98 6.892 2.026-2-6.98-6.893 1.914-1.89 6.492 6.41 1.99-2-7.544-7.45-.938-.926-19.627 19.382zM53.041 35.163l-2.017 1.991L62.17 48.16l2.017-1.992L53.04 35.163z"
6933
+ })), _path3$e || (_path3$e = /*#__PURE__*/React.createElement("path", {
6934
+ d: "M31.635 49.008l1.764 1.779 9.87-9.746-1.99-1.964L27.582 25.55l5.854-5.744 15.65 15.454h.037l15.123-14.935-1.989-2-13.134 12.97-15.687-15.49-9.87 9.745 15.687 15.49-5.854 5.782-13.66-13.527-2.026-1.964L2.552 46.303l2.026 1.964 13.135-12.97 13.922 13.711zM4.603 18.36l-2.017 1.992L13.81 31.436l2.017-1.991L4.603 18.36z"
6935
+ })), _path4$5 || (_path4$5 = /*#__PURE__*/React.createElement("path", {
6936
+ d: "M33.437 4.278l15.686 15.49 8.931-8.82-1.989-2-6.942 6.855-1.914-1.89 6.455-6.336-2.027-2.002-6.417 6.374-1.951-1.89 5.254-5.188-1.99-2-5.253 5.187-1.914-1.89 3.227-3.187-2.026-1.964-3.227 3.15-1.914-1.89h.037L33.437.313l-3.94 3.891-3.19-3.187-2.027 1.964 3.227 3.187-1.913 1.89-5.217-5.114-1.988 1.964 5.178 5.151-1.914 1.89L15.2 5.575l-1.99 2.002 6.455 6.337-1.951 1.89-6.943-6.856-1.988 2 6.942 6.857-1.914 1.89-6.492-6.375-1.989 1.965 8.481 8.375L33.437 4.278z"
6937
+ })), _path5$4 || (_path5$4 = /*#__PURE__*/React.createElement("path", {
6938
+ d: "M33.436 8.057L15.724 25.548l1.989 1.964 15.686 15.49 2.026-1.964-15.686-15.49 13.697-13.526 15.687 15.49L61.469 15.32l-2.026-1.964-10.32 10.191-15.687-15.49z"
6939
+ })));
6557
6940
  }
6558
6941
 
6559
- var _path$y, _path2$g, _path3$a, _path4$2, _path5$1;
6942
+ var _path$H, _path2$l, _path3$f, _path4$6, _path5$5;
6560
6943
 
6561
- var _excluded$D = ["title", "titleId"];
6944
+ var _excluded$O = ["title", "titleId"];
6562
6945
 
6563
- function _extends$D() { _extends$D = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$D.apply(this, arguments); }
6946
+ function _extends$O() { _extends$O = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$O.apply(this, arguments); }
6564
6947
 
6565
- function _objectWithoutProperties$C(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$D(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6948
+ function _objectWithoutProperties$N(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$O(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6566
6949
 
6567
- function _objectWithoutPropertiesLoose$D(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6950
+ function _objectWithoutPropertiesLoose$O(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6568
6951
 
6569
6952
  function SvgLogoSchomburgCircleColor(_ref) {
6570
6953
  var title = _ref.title,
6571
6954
  titleId = _ref.titleId,
6572
- props = _objectWithoutProperties$C(_ref, _excluded$D);
6955
+ props = _objectWithoutProperties$N(_ref, _excluded$O);
6573
6956
 
6574
- return /*#__PURE__*/React.createElement("svg", _extends$D({
6957
+ return /*#__PURE__*/React.createElement("svg", _extends$O({
6575
6958
  viewBox: "0 0 67 67",
6576
6959
  fill: "none",
6577
6960
  xmlns: "http://www.w3.org/2000/svg",
6578
6961
  "aria-labelledby": titleId
6579
6962
  }, props), title ? /*#__PURE__*/React.createElement("title", {
6580
6963
  id: titleId
6581
- }, title) : null, _path$y || (_path$y = /*#__PURE__*/React.createElement("path", {
6964
+ }, title) : null, _path$H || (_path$H = /*#__PURE__*/React.createElement("path", {
6582
6965
  d: "M60.907 31.366l3.903 3.89 2.026-2-3.94-3.854 3.227-3.187-2.026-1.964-9.157 9.042 9.232 9.079 2.026-1.964-7.242-7.115 1.951-1.927zM.675 26.216l7.206 7.078-1.952 1.89-3.903-3.854L0 33.294l3.94 3.89-3.302 3.262 2.026 1.964 9.194-9.116-9.194-9.08-1.989 2.002zM17.714 43.04l15.687 15.49 15.723-15.527 1.99-1.964-17.676-17.454-1.989 1.964 15.649 15.49-13.697 13.526-15.65-15.49h-.037L5.293 51.34l2.026 2.001L17.714 43.04z",
6583
6966
  fill: "#C54B38"
6584
- })), _path2$g || (_path2$g = /*#__PURE__*/React.createElement("path", {
6967
+ })), _path2$l || (_path2$l = /*#__PURE__*/React.createElement("path", {
6585
6968
  d: "M33.397 62.312l-15.686-15.49-8.969 8.893 1.99 1.964 6.98-6.892 1.913 1.89-6.492 6.41 1.989 1.965 6.492-6.411 1.914 1.89-5.329 5.262 2.026 2.001 5.33-5.262 1.913 1.89-3.302 3.26 2.026 1.965 3.265-3.261 3.94 3.89 3.94-3.853 3.266 3.26 2.026-2-3.302-3.261 1.951-1.89 5.329 5.262 1.989-2.001-5.329-5.262 1.914-1.89 6.492 6.41 2.026-1.963-6.492-6.411 1.877-1.89 6.98 6.892 2.026-2-6.98-6.893 1.914-1.89 6.492 6.41 1.99-2-7.544-7.45-.938-.926-19.627 19.382zM53.041 35.163l-2.017 1.991L62.17 48.16l2.017-1.992L53.04 35.163z",
6586
6969
  fill: "#C54B38"
6587
- })), _path3$a || (_path3$a = /*#__PURE__*/React.createElement("path", {
6970
+ })), _path3$f || (_path3$f = /*#__PURE__*/React.createElement("path", {
6588
6971
  d: "M31.635 49.008l1.764 1.779 9.87-9.746-1.99-1.964L27.582 25.55l5.854-5.744 15.65 15.454h.037l15.123-14.935-1.989-2-13.134 12.97-15.687-15.49-9.87 9.745 15.687 15.49-5.854 5.782-13.66-13.527-2.026-1.964L2.552 46.303l2.026 1.964 13.135-12.97 13.922 13.711zM4.603 18.36l-2.017 1.992L13.81 31.436l2.017-1.991L4.603 18.36z",
6589
6972
  fill: "#C54B38"
6590
- })), _path4$2 || (_path4$2 = /*#__PURE__*/React.createElement("path", {
6973
+ })), _path4$6 || (_path4$6 = /*#__PURE__*/React.createElement("path", {
6591
6974
  d: "M33.437 4.278l15.686 15.49 8.931-8.82-1.989-2-6.942 6.855-1.914-1.89 6.455-6.336-2.027-2.002-6.417 6.374-1.951-1.89 5.254-5.188-1.99-2-5.253 5.187-1.914-1.89 3.227-3.187-2.026-1.964-3.227 3.15-1.914-1.89h.037L33.437.313l-3.94 3.891-3.19-3.187-2.027 1.964 3.227 3.187-1.913 1.89-5.217-5.114-1.988 1.964 5.178 5.151-1.914 1.89L15.2 5.575l-1.99 2.002 6.455 6.337-1.951 1.89-6.943-6.856-1.988 2 6.942 6.857-1.914 1.89-6.492-6.375-1.989 1.965 8.481 8.375L33.437 4.278z",
6592
6975
  fill: "#C54B38"
6593
- })), _path5$1 || (_path5$1 = /*#__PURE__*/React.createElement("path", {
6976
+ })), _path5$5 || (_path5$5 = /*#__PURE__*/React.createElement("path", {
6594
6977
  d: "M33.436 8.057L15.724 25.548l1.989 1.964 15.686 15.49 2.026-1.964-15.686-15.49 13.697-13.526 15.687 15.49L61.469 15.32l-2.026-1.964-10.32 10.191-15.687-15.49z",
6595
6978
  fill: "#C54B38"
6596
6979
  })));
6597
6980
  }
6598
6981
 
6599
- var _path$z, _path2$h, _path3$b, _path4$3, _path5$2, _path6$1, _path7$1;
6982
+ var _path$I, _path2$m, _path3$g, _path4$7, _path5$6;
6600
6983
 
6601
- var _excluded$E = ["title", "titleId"];
6984
+ var _excluded$P = ["title", "titleId"];
6602
6985
 
6603
- function _extends$E() { _extends$E = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$E.apply(this, arguments); }
6986
+ function _extends$P() { _extends$P = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$P.apply(this, arguments); }
6604
6987
 
6605
- function _objectWithoutProperties$D(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$E(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6988
+ function _objectWithoutProperties$O(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$P(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6606
6989
 
6607
- function _objectWithoutPropertiesLoose$E(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6990
+ function _objectWithoutPropertiesLoose$P(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6991
+
6992
+ function SvgLogoSchomburgCircleWhite(_ref) {
6993
+ var title = _ref.title,
6994
+ titleId = _ref.titleId,
6995
+ props = _objectWithoutProperties$O(_ref, _excluded$P);
6996
+
6997
+ return /*#__PURE__*/React.createElement("svg", _extends$P({
6998
+ viewBox: "0 0 67 67",
6999
+ fill: "#fff",
7000
+ xmlns: "http://www.w3.org/2000/svg",
7001
+ "aria-labelledby": titleId
7002
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
7003
+ id: titleId
7004
+ }, title) : null, _path$I || (_path$I = /*#__PURE__*/React.createElement("path", {
7005
+ d: "M60.907 31.366l3.903 3.89 2.026-2-3.94-3.854 3.227-3.187-2.026-1.964-9.157 9.042 9.232 9.079 2.026-1.964-7.242-7.115 1.951-1.927zM.675 26.216l7.206 7.078-1.952 1.89-3.903-3.854L0 33.294l3.94 3.89-3.302 3.262 2.026 1.964 9.194-9.116-9.194-9.08-1.989 2.002zM17.714 43.04l15.687 15.49 15.723-15.527 1.99-1.964-17.676-17.454-1.989 1.964 15.649 15.49-13.697 13.526-15.65-15.49h-.037L5.293 51.34l2.026 2.001L17.714 43.04z"
7006
+ })), _path2$m || (_path2$m = /*#__PURE__*/React.createElement("path", {
7007
+ d: "M33.397 62.312l-15.686-15.49-8.969 8.893 1.99 1.964 6.98-6.892 1.913 1.89-6.492 6.41 1.989 1.965 6.492-6.411 1.914 1.89-5.329 5.262 2.026 2.001 5.33-5.262 1.913 1.89-3.302 3.26 2.026 1.965 3.265-3.261 3.94 3.89 3.94-3.853 3.266 3.26 2.026-2-3.302-3.261 1.951-1.89 5.329 5.262 1.989-2.001-5.329-5.262 1.914-1.89 6.492 6.41 2.026-1.963-6.492-6.411 1.877-1.89 6.98 6.892 2.026-2-6.98-6.893 1.914-1.89 6.492 6.41 1.99-2-7.544-7.45-.938-.926-19.627 19.382zM53.041 35.163l-2.017 1.991L62.17 48.16l2.017-1.992L53.04 35.163z"
7008
+ })), _path3$g || (_path3$g = /*#__PURE__*/React.createElement("path", {
7009
+ d: "M31.635 49.008l1.764 1.779 9.87-9.746-1.99-1.964L27.582 25.55l5.854-5.744 15.65 15.454h.037l15.123-14.935-1.989-2-13.134 12.97-15.687-15.49-9.87 9.745 15.687 15.49-5.854 5.782-13.66-13.527-2.026-1.964L2.552 46.303l2.026 1.964 13.135-12.97 13.922 13.711zM4.603 18.36l-2.017 1.992L13.81 31.436l2.017-1.991L4.603 18.36z"
7010
+ })), _path4$7 || (_path4$7 = /*#__PURE__*/React.createElement("path", {
7011
+ d: "M33.437 4.278l15.686 15.49 8.931-8.82-1.989-2-6.942 6.855-1.914-1.89 6.455-6.336-2.027-2.002-6.417 6.374-1.951-1.89 5.254-5.188-1.99-2-5.253 5.187-1.914-1.89 3.227-3.187-2.026-1.964-3.227 3.15-1.914-1.89h.037L33.437.313l-3.94 3.891-3.19-3.187-2.027 1.964 3.227 3.187-1.913 1.89-5.217-5.114-1.988 1.964 5.178 5.151-1.914 1.89L15.2 5.575l-1.99 2.002 6.455 6.337-1.951 1.89-6.943-6.856-1.988 2 6.942 6.857-1.914 1.89-6.492-6.375-1.989 1.965 8.481 8.375L33.437 4.278z"
7012
+ })), _path5$6 || (_path5$6 = /*#__PURE__*/React.createElement("path", {
7013
+ d: "M33.436 8.057L15.724 25.548l1.989 1.964 15.686 15.49 2.026-1.964-15.686-15.49 13.697-13.526 15.687 15.49L61.469 15.32l-2.026-1.964-10.32 10.191-15.687-15.49z"
7014
+ })));
7015
+ }
7016
+
7017
+ var _path$J, _path2$n, _path3$h, _path4$8, _path5$7, _path6$1, _path7$1;
7018
+
7019
+ var _excluded$Q = ["title", "titleId"];
7020
+
7021
+ function _extends$Q() { _extends$Q = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$Q.apply(this, arguments); }
7022
+
7023
+ function _objectWithoutProperties$P(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$Q(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
7024
+
7025
+ function _objectWithoutPropertiesLoose$Q(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6608
7026
 
6609
7027
  function SvgLogoSchomburgColor(_ref) {
6610
7028
  var title = _ref.title,
6611
7029
  titleId = _ref.titleId,
6612
- props = _objectWithoutProperties$D(_ref, _excluded$E);
7030
+ props = _objectWithoutProperties$P(_ref, _excluded$Q);
6613
7031
 
6614
- return /*#__PURE__*/React.createElement("svg", _extends$E({
7032
+ return /*#__PURE__*/React.createElement("svg", _extends$Q({
6615
7033
  viewBox: "0 0 185 79",
6616
7034
  fill: "none",
6617
7035
  xmlns: "http://www.w3.org/2000/svg",
6618
7036
  "aria-labelledby": titleId
6619
7037
  }, props), title ? /*#__PURE__*/React.createElement("title", {
6620
7038
  id: titleId
6621
- }, title) : null, _path$z || (_path$z = /*#__PURE__*/React.createElement("path", {
7039
+ }, title) : null, _path$J || (_path$J = /*#__PURE__*/React.createElement("path", {
6622
7040
  d: "M72.306 33.437a.607.607 0 100-1.213c-.306 0-.613.27-.613.606.034.337.307.607.613.607zm-.374 8.728h.817v-7.212h-.817v7.212zm2.758 0h.784v-5.257c.442-.674 1.328-1.416 2.248-1.416 1.09 0 1.498.674 1.498 1.72v4.953h.783v-5.122c0-1.315-.613-2.258-2.111-2.258-1.022 0-1.873.606-2.418 1.314v-1.146h-.784v7.212zm9.707 0h2.316c2.316 0 3.78-.81 3.78-2.797 0-1.45-1.056-2.292-2.316-2.528v-.033c1.124-.27 1.873-1.045 1.873-2.224 0-1.786-1.294-2.494-3.303-2.494H84.43v10.076h-.034zm.817-.708v-4.246h1.533c1.975 0 2.895.809 2.895 2.19 0 1.45-.954 2.09-2.93 2.09h-1.498v-.034zm0-4.954v-3.706h1.43c1.703 0 2.555.539 2.555 1.82 0 1.246-.817 1.886-2.554 1.886h-1.43zm6.948 5.662h.783V31.28h-.783v10.885zm4.632.168a2.87 2.87 0 002.213-1.078c0 .27.069.674.103.91h.783c-.102-.304-.17-.843-.17-1.45v-3.639c0-1.55-.852-2.291-2.35-2.291-.954 0-1.737.303-2.384.91l.442.539c.613-.573 1.192-.775 1.908-.775 1.09 0 1.6.539 1.6 1.718v.81h-.34c-1.703 0-3.849.538-3.849 2.459 0 1.146.818 1.887 2.044 1.887zm.102-.674c-.647 0-1.328-.438-1.328-1.213 0-1.348 1.396-1.82 3.03-1.82h.341v1.921c-.51.708-1.226 1.112-2.043 1.112zm7.458.674c1.09 0 1.874-.404 2.248-.741l-.34-.607c-.307.303-1.022.64-1.873.64-1.635 0-2.35-1.516-2.35-3.133 0-1.652.749-3.067 2.35-3.067.817 0 1.362.303 1.77.64l.409-.572c-.408-.337-1.09-.742-2.179-.742-1.874 0-3.202 1.483-3.202 3.774.034 1.955 1.09 3.808 3.167 3.808zm7.936-.168h.987l-3.405-4.044 3.235-3.168h-.987l-3.202 3.168 3.372 4.044zm-4.223 0h.783V31.28h-.783v10.885zm13.589.168c1.328 0 2.384-.438 2.997-1.01l-.409-.607c-.613.539-1.464.876-2.554.876-2.589 0-4.053-2.157-4.053-4.55 0-2.358 1.464-4.481 4.019-4.481.953 0 1.702.27 2.316.674l.442-.64c-.715-.472-1.566-.742-2.724-.742-3.065 0-4.905 2.46-4.905 5.19 0 2.83 1.805 5.29 4.871 5.29zm6.709 0c1.226 0 2.077-.809 2.418-1.348 0 .405.068.944.102 1.18h.818c-.069-.27-.137-.81-.137-1.382v-5.83h-.783v5.223c-.238.438-1.158 1.45-2.248 1.45-1.124 0-1.498-.674-1.498-1.753v-4.92h-.784v5.089c0 1.314.579 2.291 2.112 2.291zm5.756-.168h.783V31.28h-.783v10.885zm5.245.168c.681 0 1.192-.27 1.396-.438l-.307-.607c-.136.102-.579.337-1.021.337-.647 0-.886-.404-.886-1.145v-4.92h1.873v-.64h-1.873v-2.056h-.783v2.056h-1.226v.64h1.226v4.953c0 1.18.511 1.82 1.601 1.82zm5.006 0c1.226 0 2.077-.809 2.418-1.348 0 .405.068.944.102 1.18h.818c-.069-.27-.137-.81-.137-1.382v-5.83h-.783v5.223c-.238.438-1.158 1.45-2.248 1.45-1.124 0-1.498-.674-1.498-1.753v-4.92h-.784v5.089c0 1.314.579 2.291 2.112 2.291zm5.756-.168h.783v-5.021c.204-.438.851-1.618 1.873-1.618.307 0 .477.068.613.101l.205-.741c-.137-.034-.375-.135-.716-.135-1.021 0-1.669.91-1.941 1.415V34.92h-.783v7.245h-.034zm7.356.168c1.192 0 2.009-.404 2.486-.741l-.34-.607a3.708 3.708 0 01-2.112.674c-1.737 0-2.452-1.516-2.452-3.167v-.169h5.04v-.404c0-1.854-1.021-3.134-2.758-3.134-1.941 0-3.133 1.651-3.133 3.707 0 2.055 1.021 3.841 3.269 3.841zm-2.384-4.65c.204-1.247.954-2.224 2.214-2.224 1.396 0 1.975 1.112 1.975 2.224H155.1zM72.1 26.53h.783v-6.572h1.907v-.64h-1.907v-1.146c0-1.314.545-1.988 1.67-1.988.442 0 .748.101.919.202l.204-.707c-.204-.102-.579-.203-1.124-.203-1.6 0-2.452.977-2.452 2.629v1.213h-1.26v.64h1.26v6.571zm6.777.168c2.282 0 3.338-1.989 3.338-3.808 0-1.786-1.056-3.74-3.338-3.74-2.281 0-3.27 1.954-3.27 3.774s.989 3.774 3.27 3.774zm.035-.674c-1.67 0-2.453-1.483-2.453-3.134 0-1.618.75-3.067 2.418-3.067 1.67 0 2.555 1.483 2.555 3.1-.034 1.652-.852 3.1-2.52 3.1zm4.836.505h.783v-5.02c.204-.439.851-1.618 1.873-1.618.307 0 .477.067.613.1l.205-.74c-.137-.034-.375-.135-.716-.135-1.022 0-1.668.876-1.941 1.415v-1.247h-.783v7.245h-.034zm8.446 0h.851v-4.886h.273c.613 0 .783.101 1.805 1.483l2.486 3.403h1.022l-2.827-3.808c-.579-.741-.783-1.01-.988-1.112h.136c1.772-.067 2.998-.91 2.998-2.56 0-1.686-1.26-2.596-3.304-2.596h-2.418V26.53h-.034zm.817-5.56v-3.808h1.465c1.668 0 2.554.64 2.554 1.887 0 1.247-.851 1.921-2.486 1.921H93.01zm9.604 5.729c1.192 0 2.01-.405 2.487-.742l-.341-.606a3.707 3.707 0 01-2.111.674c-1.737 0-2.453-1.517-2.453-3.168v-.168h5.041v-.405c0-1.853-1.022-3.134-2.759-3.134-1.941 0-3.133 1.651-3.133 3.707 0 2.09 1.056 3.842 3.269 3.842zm-2.384-4.65c.205-1.247.954-2.225 2.214-2.225 1.397 0 1.941 1.112 1.975 2.224h-4.189zm8.447 4.683c1.498 0 2.452-.775 2.452-2.022 0-1.179-1.022-1.684-2.146-2.19-.851-.37-1.566-.674-1.566-1.516 0-.708.476-1.18 1.362-1.18a2.71 2.71 0 011.669.573l.408-.573c-.34-.27-1.055-.674-2.077-.674-1.362 0-2.146.81-2.146 1.887 0 1.18.92 1.685 2.01 2.157.987.438 1.668.775 1.668 1.584 0 .775-.647 1.247-1.634 1.247-.784 0-1.533-.337-1.873-.607l-.341.607c.443.337 1.26.707 2.214.707zm7.016-.033c1.192 0 2.009-.405 2.486-.742l-.341-.606a3.707 3.707 0 01-2.111.674c-1.737 0-2.453-1.517-2.453-3.168v-.168h5.041v-.405c0-1.853-1.022-3.134-2.759-3.134-1.941 0-3.133 1.651-3.133 3.707 0 2.09 1.056 3.842 3.27 3.842zm-2.385-4.65c.205-1.247.954-2.225 2.214-2.225 1.397 0 1.941 1.112 1.976 2.224h-4.19zm8.379 4.65a2.87 2.87 0 002.213-1.079c0 .27.068.674.103.91h.783c-.102-.303-.136-.842-.136-1.449v-3.64c0-1.55-.852-2.29-2.35-2.29-.954 0-1.737.303-2.384.91l.442.538c.613-.572 1.192-.775 1.908-.775 1.089 0 1.6.54 1.6 1.719v.809h-.34c-1.703 0-3.849.539-3.849 2.46-.034 1.145.784 1.887 2.01 1.887zm.102-.674c-.647 0-1.328-.438-1.328-1.213 0-1.348 1.396-1.82 3.031-1.82h.34v1.92c-.545.708-1.226 1.113-2.043 1.113zm5.313.505h.783v-5.02c.204-.439.851-1.618 1.873-1.618.307 0 .477.067.613.1l.205-.74c-.137-.034-.375-.135-.716-.135-1.021 0-1.668.876-1.941 1.415v-1.247h-.817v7.245zm7.186.169c1.09 0 1.873-.405 2.248-.742l-.341-.606c-.306.303-1.022.64-1.873.64-1.635 0-2.35-1.516-2.35-3.134 0-1.651.749-3.066 2.35-3.066.817 0 1.362.303 1.771.64l.409-.573c-.409-.337-1.09-.741-2.18-.741-1.873 0-3.201 1.482-3.201 3.774.034 1.954 1.055 3.808 3.167 3.808zm3.985-.169h.783v-5.257c.272-.404 1.158-1.415 2.248-1.415 1.09 0 1.498.674 1.498 1.719v4.953h.784v-5.122c0-1.314-.613-2.258-2.112-2.258-1.226 0-2.078.81-2.418 1.315v-4.82h-.783V26.53zM74.452 48.769v-.809h-3.576v.809h1.294v3.808h.988v-3.808h1.294zm3.44 3.808v-2.36c0-.606-.273-1.078-1.022-1.078a1.36 1.36 0 00-1.056.506v-2.022h-.92v4.987h.92v-2.325c.068-.1.34-.438.716-.438.34 0 .442.169.442.506v2.19h.92v.034zm1.532-1.483h2.18c.102-1.247-.409-1.988-1.464-1.988-.954 0-1.703.674-1.703 1.752 0 1.078.647 1.786 1.77 1.786.716 0 1.056-.202 1.26-.337l-.306-.607c-.17.068-.442.236-.885.236-.545.034-.817-.337-.852-.842zm0-.64c.069-.438.273-.708.681-.708.443 0 .58.303.58.708h-1.26zm8.48 2.123V47.96h-.885v2.426c0 .37.034.708.034.742 0 0-.204-.371-.477-.775l-1.668-2.393h-1.056v4.617h.885v-2.629c0-.303-.034-.606-.034-.606s.17.337.443.707l1.805 2.561h.954v-.033zm1.567-1.483h2.18c.102-1.247-.409-1.988-1.465-1.988-.953 0-1.702.674-1.702 1.752 0 1.078.647 1.786 1.77 1.786.716 0 1.056-.202 1.26-.337l-.306-.607c-.17.068-.442.236-.885.236-.545.034-.818-.337-.852-.842zm0-.64c.069-.438.273-.708.681-.708.443 0 .58.303.58.708h-1.26zm7.425-1.247h-.92l-.545 2.157-.579-2.157h-.851l-.579 2.157-.51-2.157h-.989l.954 3.37h.852l.715-2.258.715 2.258h.851l.886-3.37zm5.551-1.247h-.953l-.988 1.954-.988-1.954h-1.09l1.533 2.864v1.753h.988v-1.753l1.498-2.864zm3.031 2.898c0-.876-.545-1.752-1.737-1.752-1.192 0-1.702.91-1.702 1.786s.51 1.752 1.702 1.752c1.226 0 1.737-.944 1.737-1.786zm-.987.034c0 .64-.205 1.044-.716 1.044-.51 0-.749-.471-.749-1.078 0-.606.17-1.078.715-1.078.511 0 .75.471.75 1.112zm3.78-1.685a.974.974 0 00-.477-.101c-.443 0-.715.303-.851.539v-.472h-.92v3.37h.92V50.42c.068-.169.34-.506.749-.506.204 0 .307.034.341.068l.238-.775zm1.328 1.718l1.09 1.652h1.09l-1.294-1.854 1.26-1.516h-1.022l-1.124 1.348v-2.966h-.919v4.988h.919v-1.652zm7.561-1.516c0-.977-.783-1.449-1.771-1.449h-1.533v4.617h.988v-1.652h.443c1.158 0 1.873-.505 1.873-1.516zm-.988 0c0 .505-.272.775-.885.775h-.443v-1.483h.477c.613 0 .851.27.851.708zm1.465-.202v2.359c0 .606.272 1.078 1.022 1.078.579 0 .919-.303 1.089-.54 0 .136.034.371.069.439h.919c-.034-.202-.102-.54-.102-.977v-2.393h-.92v2.258c-.068.067-.34.438-.715.438-.34 0-.443-.169-.443-.505v-2.19h-.919v.033zm3.78-1.618v4.785c.17.068.613.27 1.397.27 1.021 0 1.805-.64 1.805-1.786 0-1.18-.579-1.752-1.465-1.752-.374 0-.681.202-.817.337v-1.854h-.92zm.954 2.494c.068-.067.272-.27.579-.27.511 0 .715.371.715 1.011 0 .708-.307 1.079-.817 1.079-.273 0-.409-.068-.477-.068v-1.752zm3.814-2.494h-.919v4.988h.919v-4.988zm1.873 1.618h-.953v3.37h.953v-3.37zm.103-1.011c0-.303-.239-.54-.579-.54-.341 0-.579.237-.579.54 0 .303.238.54.579.54.34.033.579-.237.579-.54zm3.439 4.145l-.272-.607c-.102.068-.341.202-.749.202-.579 0-.852-.471-.852-1.078 0-.606.273-1.045.818-1.045.34 0 .545.101.715.203l.306-.64c-.17-.102-.476-.27-1.055-.27-1.022 0-1.805.64-1.805 1.786 0 1.044.681 1.752 1.77 1.752.648 0 .954-.202 1.124-.303zm4.905.236v-.775h-1.737v-3.808h-.988v4.616h2.725v-.033zm1.498-3.37h-.953v3.37h.953v-3.37zm.102-1.011c0-.303-.238-.54-.579-.54-.34 0-.579.237-.579.54 0 .303.239.54.579.54.341.033.579-.237.579-.54zm.784-.607v4.785c.17.068.613.27 1.396.27 1.022 0 1.805-.64 1.805-1.786 0-1.18-.579-1.752-1.464-1.752-.375 0-.682.202-.818.337v-1.854h-.919zm.953 2.494c.068-.067.273-.27.579-.27.511 0 .715.371.715 1.011 0 .708-.306 1.079-.817 1.079-.272 0-.409-.068-.477-.068v-1.752zm5.075-.876c-.068-.034-.204-.101-.477-.101-.443 0-.715.303-.851.539v-.472h-.92v3.37h.92V50.42c.068-.169.34-.506.749-.506.204 0 .306.034.34.068l.239-.775zm3.133 3.37c-.034-.203-.102-.54-.102-1.011v-1.213c0-.91-.443-1.247-1.362-1.247-.716 0-1.192.303-1.397.471l.409.573c.136-.1.443-.303.885-.303.443 0 .545.169.545.472v.202h-.136c-.919 0-1.805.303-1.805 1.213 0 .607.443.944 1.022.944.477 0 .817-.27.953-.438 0 .1.035.27.069.37h.919v-.033zm-1.022-.91c-.102.1-.306.303-.613.303-.204 0-.408-.101-.408-.337 0-.404.374-.54.919-.54h.136v.574h-.034zm3.951-2.46c-.068-.034-.204-.101-.477-.101-.442 0-.715.303-.851.539v-.472h-.92v3.37h.92V50.42c.068-.169.34-.506.749-.506.204 0 .307.034.341.068l.238-.775zm1.396 3.302l-.136.337c-.136.37-.306.607-.783.607-.204 0-.273-.034-.341-.034l-.136.741c.068.034.238.068.511.068.919 0 1.294-.472 1.601-1.247l1.396-3.74h-.954l-.681 2.224h-.034l-.749-2.225h-.988l1.294 3.27z",
6623
7041
  fill: "#010101"
6624
- })), _path2$h || (_path2$h = /*#__PURE__*/React.createElement("path", {
7042
+ })), _path2$n || (_path2$n = /*#__PURE__*/React.createElement("path", {
6625
7043
  d: "M55.275 46.374l3.541 3.539 1.84-1.82-3.576-3.505 2.928-2.898-1.839-1.785-8.31 8.222 8.378 8.256 1.84-1.786-6.573-6.47 1.77-1.753zM.613 41.693l6.54 6.436-1.772 1.718-3.542-3.504L0 48.129l3.576 3.538-2.997 2.965 1.84 1.786 8.343-8.29-8.344-8.255-1.805 1.82zM16.075 56.992L30.31 71.077l14.27-14.12 1.805-1.785L30.345 39.3l-1.805 1.786 14.202 14.086-12.431 12.3-14.202-14.086h-.034L4.802 64.54l1.839 1.82 9.434-9.368z",
6626
7044
  fill: "#C54B38"
6627
- })), _path3$b || (_path3$b = /*#__PURE__*/React.createElement("path", {
7045
+ })), _path3$h || (_path3$h = /*#__PURE__*/React.createElement("path", {
6628
7046
  d: "M30.31 74.513L16.072 60.427l-8.14 8.088L9.74 70.3l6.334-6.268 1.737 1.718-5.892 5.83 1.805 1.786 5.892-5.83 1.737 1.719-4.836 4.785 1.84 1.82 4.835-4.785 1.737 1.718-2.997 2.966 1.84 1.786 2.962-2.966 3.576 3.538 3.576-3.504 2.963 2.965 1.84-1.82-2.998-2.965 1.771-1.718 4.837 4.785 1.805-1.82-4.837-4.785 1.737-1.719 5.892 5.83 1.84-1.786-5.892-5.83 1.702-1.718L50.88 70.3l1.84-1.82-6.336-6.268 1.737-1.718 5.892 5.83 1.805-1.82-6.845-6.774-.852-.842L30.31 74.513zM48.136 49.83l-1.83 1.81L56.42 61.649l1.83-1.81L48.136 49.83z",
6629
7047
  fill: "#C54B38"
6630
- })), _path4$3 || (_path4$3 = /*#__PURE__*/React.createElement("path", {
7048
+ })), _path4$8 || (_path4$8 = /*#__PURE__*/React.createElement("path", {
6631
7049
  d: "M28.709 62.417l1.6 1.617 8.958-8.862-1.805-1.786-12.431-12.3 5.313-5.223 14.202 14.052h.034l13.725-13.58-1.805-1.82L44.58 46.31 30.344 32.224l-8.957 8.862 14.236 14.086-5.313 5.257-12.397-12.3-1.84-1.786L2.315 59.957l1.84 1.786 11.92-11.794 12.635 12.468zM4.18 34.547l-1.83 1.811 10.186 10.08 1.83-1.811L4.18 34.547z",
6632
7050
  fill: "#C54B38"
6633
- })), _path5$2 || (_path5$2 = /*#__PURE__*/React.createElement("path", {
7051
+ })), _path5$7 || (_path5$7 = /*#__PURE__*/React.createElement("path", {
6634
7052
  d: "M30.347 21.744l14.236 14.085 8.106-8.02-1.806-1.82-6.3 6.235-1.737-1.719 5.858-5.762-1.84-1.82-5.823 5.796L39.27 27l4.768-4.717-1.805-1.82-4.768 4.718-1.737-1.719 2.929-2.898-1.84-1.786-2.928 2.864-1.737-1.718h.034l-1.84-1.786-3.575 3.538-2.895-2.898-1.84 1.786 2.93 2.898-1.737 1.719-4.734-4.65-1.805 1.785L21.39 27l-1.737 1.719-5.858-5.796-1.805 1.82 5.858 5.762-1.771 1.719-6.3-6.234-1.806 1.82 6.3 6.233-1.736 1.719-5.892-5.796-1.805 1.786 7.697 7.616 17.812-17.624z",
6635
7053
  fill: "#C54B38"
6636
7054
  })), _path6$1 || (_path6$1 = /*#__PURE__*/React.createElement("path", {
@@ -6642,28 +7060,63 @@ function SvgLogoSchomburgColor(_ref) {
6642
7060
  })));
6643
7061
  }
6644
7062
 
6645
- var _g$3, _defs$2;
7063
+ var _path$K, _path2$o, _path3$i, _path4$9, _path5$8;
6646
7064
 
6647
- var _excluded$F = ["title", "titleId"];
7065
+ var _excluded$R = ["title", "titleId"];
6648
7066
 
6649
- function _extends$F() { _extends$F = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$F.apply(this, arguments); }
7067
+ function _extends$R() { _extends$R = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$R.apply(this, arguments); }
6650
7068
 
6651
- function _objectWithoutProperties$E(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$F(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
7069
+ function _objectWithoutProperties$Q(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$R(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6652
7070
 
6653
- function _objectWithoutPropertiesLoose$F(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
7071
+ function _objectWithoutPropertiesLoose$R(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
7072
+
7073
+ function SvgLogoSchomburgWhite(_ref) {
7074
+ var title = _ref.title,
7075
+ titleId = _ref.titleId,
7076
+ props = _objectWithoutProperties$Q(_ref, _excluded$R);
7077
+
7078
+ return /*#__PURE__*/React.createElement("svg", _extends$R({
7079
+ viewBox: "0 0 185 79",
7080
+ fill: "#fff",
7081
+ xmlns: "http://www.w3.org/2000/svg",
7082
+ "aria-labelledby": titleId
7083
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
7084
+ id: titleId
7085
+ }, title) : null, _path$K || (_path$K = /*#__PURE__*/React.createElement("path", {
7086
+ d: "M72.306 33.437a.607.607 0 100-1.213c-.306 0-.613.27-.613.606.034.337.307.607.613.607zm-.374 8.728h.817v-7.212h-.817v7.212zm2.758 0h.784v-5.257c.442-.674 1.328-1.416 2.248-1.416 1.09 0 1.498.674 1.498 1.72v4.953h.783v-5.122c0-1.315-.613-2.258-2.111-2.258-1.022 0-1.873.606-2.418 1.314v-1.146h-.784v7.212zm9.707 0h2.316c2.316 0 3.78-.81 3.78-2.797 0-1.45-1.056-2.292-2.316-2.528v-.033c1.124-.27 1.873-1.045 1.873-2.224 0-1.786-1.294-2.494-3.303-2.494H84.43v10.076h-.034zm.817-.708v-4.246h1.533c1.975 0 2.895.809 2.895 2.19 0 1.45-.954 2.09-2.93 2.09h-1.498v-.034zm0-4.954v-3.706h1.43c1.703 0 2.555.539 2.555 1.82 0 1.246-.817 1.886-2.554 1.886h-1.43zm6.948 5.662h.783V31.28h-.783v10.885zm4.632.168a2.87 2.87 0 002.213-1.078c0 .27.069.674.103.91h.783c-.102-.304-.17-.843-.17-1.45v-3.639c0-1.55-.852-2.291-2.35-2.291-.954 0-1.737.303-2.384.91l.442.539c.613-.573 1.192-.775 1.908-.775 1.09 0 1.6.539 1.6 1.718v.81h-.34c-1.703 0-3.849.538-3.849 2.459 0 1.146.818 1.887 2.044 1.887zm.102-.674c-.647 0-1.328-.438-1.328-1.213 0-1.348 1.396-1.82 3.03-1.82h.341v1.921c-.51.708-1.226 1.112-2.043 1.112zm7.458.674c1.09 0 1.874-.404 2.248-.741l-.34-.607c-.307.303-1.022.64-1.873.64-1.635 0-2.35-1.516-2.35-3.133 0-1.652.749-3.067 2.35-3.067.817 0 1.362.303 1.77.64l.409-.572c-.408-.337-1.09-.742-2.179-.742-1.874 0-3.202 1.483-3.202 3.774.034 1.955 1.09 3.808 3.167 3.808zm7.936-.168h.987l-3.405-4.044 3.235-3.168h-.987l-3.202 3.168 3.372 4.044zm-4.223 0h.783V31.28h-.783v10.885zm13.589.168c1.328 0 2.384-.438 2.997-1.01l-.409-.607c-.613.539-1.464.876-2.554.876-2.589 0-4.053-2.157-4.053-4.55 0-2.358 1.464-4.481 4.019-4.481.953 0 1.702.27 2.316.674l.442-.64c-.715-.472-1.566-.742-2.724-.742-3.065 0-4.905 2.46-4.905 5.19 0 2.83 1.805 5.29 4.871 5.29zm6.709 0c1.226 0 2.077-.809 2.418-1.348 0 .405.068.944.102 1.18h.818c-.069-.27-.137-.81-.137-1.382v-5.83h-.783v5.223c-.238.438-1.158 1.45-2.248 1.45-1.124 0-1.498-.674-1.498-1.753v-4.92h-.784v5.089c0 1.314.579 2.291 2.112 2.291zm5.756-.168h.783V31.28h-.783v10.885zm5.245.168c.681 0 1.192-.27 1.396-.438l-.307-.607c-.136.102-.579.337-1.021.337-.647 0-.886-.404-.886-1.145v-4.92h1.873v-.64h-1.873v-2.056h-.783v2.056h-1.226v.64h1.226v4.953c0 1.18.511 1.82 1.601 1.82zm5.006 0c1.226 0 2.077-.809 2.418-1.348 0 .405.068.944.102 1.18h.818c-.069-.27-.137-.81-.137-1.382v-5.83h-.783v5.223c-.238.438-1.158 1.45-2.248 1.45-1.124 0-1.498-.674-1.498-1.753v-4.92h-.784v5.089c0 1.314.579 2.291 2.112 2.291zm5.756-.168h.783v-5.021c.204-.438.851-1.618 1.873-1.618.307 0 .477.068.613.101l.205-.741c-.137-.034-.375-.135-.716-.135-1.021 0-1.669.91-1.941 1.415V34.92h-.783v7.245h-.034zm7.356.168c1.192 0 2.009-.404 2.486-.741l-.34-.607a3.708 3.708 0 01-2.112.674c-1.737 0-2.452-1.516-2.452-3.167v-.169h5.04v-.404c0-1.854-1.021-3.134-2.758-3.134-1.941 0-3.133 1.651-3.133 3.707 0 2.055 1.021 3.841 3.269 3.841zm-2.384-4.65c.204-1.247.954-2.224 2.214-2.224 1.396 0 1.975 1.112 1.975 2.224H155.1zM72.1 26.53h.783v-6.572h1.907v-.64h-1.907v-1.146c0-1.314.545-1.988 1.67-1.988.442 0 .748.101.919.202l.204-.707c-.204-.102-.579-.203-1.124-.203-1.6 0-2.452.977-2.452 2.629v1.213h-1.26v.64h1.26v6.571zm6.777.168c2.282 0 3.338-1.989 3.338-3.808 0-1.786-1.056-3.74-3.338-3.74-2.281 0-3.27 1.954-3.27 3.774s.989 3.774 3.27 3.774zm.035-.674c-1.67 0-2.453-1.483-2.453-3.134 0-1.618.75-3.067 2.418-3.067 1.67 0 2.555 1.483 2.555 3.1-.034 1.652-.852 3.1-2.52 3.1zm4.836.505h.783v-5.02c.204-.439.851-1.618 1.873-1.618.307 0 .477.067.613.1l.205-.74c-.137-.034-.375-.135-.716-.135-1.022 0-1.668.876-1.941 1.415v-1.247h-.783v7.245h-.034zm8.446 0h.851v-4.886h.273c.613 0 .783.101 1.805 1.483l2.486 3.403h1.022l-2.827-3.808c-.579-.741-.783-1.01-.988-1.112h.136c1.772-.067 2.998-.91 2.998-2.56 0-1.686-1.26-2.596-3.304-2.596h-2.418V26.53h-.034zm.817-5.56v-3.808h1.465c1.668 0 2.554.64 2.554 1.887 0 1.247-.851 1.921-2.486 1.921H93.01zm9.604 5.729c1.192 0 2.01-.405 2.487-.742l-.341-.606a3.707 3.707 0 01-2.111.674c-1.737 0-2.453-1.517-2.453-3.168v-.168h5.041v-.405c0-1.853-1.022-3.134-2.759-3.134-1.941 0-3.133 1.651-3.133 3.707 0 2.09 1.056 3.842 3.269 3.842zm-2.384-4.65c.205-1.247.954-2.225 2.214-2.225 1.397 0 1.941 1.112 1.975 2.224h-4.189zm8.447 4.683c1.498 0 2.452-.775 2.452-2.022 0-1.179-1.022-1.684-2.146-2.19-.851-.37-1.566-.674-1.566-1.516 0-.708.476-1.18 1.362-1.18a2.71 2.71 0 011.669.573l.408-.573c-.34-.27-1.055-.674-2.077-.674-1.362 0-2.146.81-2.146 1.887 0 1.18.92 1.685 2.01 2.157.987.438 1.668.775 1.668 1.584 0 .775-.647 1.247-1.634 1.247-.784 0-1.533-.337-1.873-.607l-.341.607c.443.337 1.26.707 2.214.707zm7.016-.033c1.192 0 2.009-.405 2.486-.742l-.341-.606a3.707 3.707 0 01-2.111.674c-1.737 0-2.453-1.517-2.453-3.168v-.168h5.041v-.405c0-1.853-1.022-3.134-2.759-3.134-1.941 0-3.133 1.651-3.133 3.707 0 2.09 1.056 3.842 3.27 3.842zm-2.385-4.65c.205-1.247.954-2.225 2.214-2.225 1.397 0 1.941 1.112 1.976 2.224h-4.19zm8.379 4.65a2.87 2.87 0 002.213-1.079c0 .27.068.674.103.91h.783c-.102-.303-.136-.842-.136-1.449v-3.64c0-1.55-.852-2.29-2.35-2.29-.954 0-1.737.303-2.384.91l.442.538c.613-.572 1.192-.775 1.908-.775 1.089 0 1.6.54 1.6 1.719v.809h-.34c-1.703 0-3.849.539-3.849 2.46-.034 1.145.784 1.887 2.01 1.887zm.102-.674c-.647 0-1.328-.438-1.328-1.213 0-1.348 1.396-1.82 3.031-1.82h.34v1.92c-.545.708-1.226 1.113-2.043 1.113zm5.313.505h.783v-5.02c.204-.439.851-1.618 1.873-1.618.307 0 .477.067.613.1l.205-.74c-.137-.034-.375-.135-.716-.135-1.021 0-1.668.876-1.941 1.415v-1.247h-.817v7.245zm7.186.169c1.09 0 1.873-.405 2.248-.742l-.341-.606c-.306.303-1.022.64-1.873.64-1.635 0-2.35-1.516-2.35-3.134 0-1.651.749-3.066 2.35-3.066.817 0 1.362.303 1.771.64l.409-.573c-.409-.337-1.09-.741-2.18-.741-1.873 0-3.201 1.482-3.201 3.774.034 1.954 1.055 3.808 3.167 3.808zm3.985-.169h.783v-5.257c.272-.404 1.158-1.415 2.248-1.415 1.09 0 1.498.674 1.498 1.719v4.953h.784v-5.122c0-1.314-.613-2.258-2.112-2.258-1.226 0-2.078.81-2.418 1.315v-4.82h-.783V26.53zM74.452 48.769v-.809h-3.576v.809h1.294v3.808h.988v-3.808h1.294zm3.44 3.808v-2.36c0-.606-.273-1.078-1.022-1.078a1.36 1.36 0 00-1.056.506v-2.022h-.92v4.987h.92v-2.325c.068-.1.34-.438.716-.438.34 0 .442.169.442.506v2.19h.92v.034zm1.532-1.483h2.18c.102-1.247-.409-1.988-1.464-1.988-.954 0-1.703.674-1.703 1.752 0 1.078.647 1.786 1.77 1.786.716 0 1.056-.202 1.26-.337l-.306-.607c-.17.068-.442.236-.885.236-.545.034-.817-.337-.852-.842zm0-.64c.069-.438.273-.708.681-.708.443 0 .58.303.58.708h-1.26zm8.48 2.123V47.96h-.885v2.426c0 .37.034.708.034.742 0 0-.204-.371-.477-.775l-1.668-2.393h-1.056v4.617h.885v-2.629c0-.303-.034-.606-.034-.606s.17.337.443.707l1.805 2.561h.954v-.033zm1.567-1.483h2.18c.102-1.247-.409-1.988-1.465-1.988-.953 0-1.702.674-1.702 1.752 0 1.078.647 1.786 1.77 1.786.716 0 1.056-.202 1.26-.337l-.306-.607c-.17.068-.442.236-.885.236-.545.034-.818-.337-.852-.842zm0-.64c.069-.438.273-.708.681-.708.443 0 .58.303.58.708h-1.26zm7.425-1.247h-.92l-.545 2.157-.579-2.157h-.851l-.579 2.157-.51-2.157h-.989l.954 3.37h.852l.715-2.258.715 2.258h.851l.886-3.37zm5.551-1.247h-.953l-.988 1.954-.988-1.954h-1.09l1.533 2.864v1.753h.988v-1.753l1.498-2.864zm3.031 2.898c0-.876-.545-1.752-1.737-1.752-1.192 0-1.702.91-1.702 1.786s.51 1.752 1.702 1.752c1.226 0 1.737-.944 1.737-1.786zm-.987.034c0 .64-.205 1.044-.716 1.044-.51 0-.749-.471-.749-1.078 0-.606.17-1.078.715-1.078.511 0 .75.471.75 1.112zm3.78-1.685a.974.974 0 00-.477-.101c-.443 0-.715.303-.851.539v-.472h-.92v3.37h.92V50.42c.068-.169.34-.506.749-.506.204 0 .307.034.341.068l.238-.775zm1.328 1.718l1.09 1.652h1.09l-1.294-1.854 1.26-1.516h-1.022l-1.124 1.348v-2.966h-.919v4.988h.919v-1.652zm7.561-1.516c0-.977-.783-1.449-1.771-1.449h-1.533v4.617h.988v-1.652h.443c1.158 0 1.873-.505 1.873-1.516zm-.988 0c0 .505-.272.775-.885.775h-.443v-1.483h.477c.613 0 .851.27.851.708zm1.465-.202v2.359c0 .606.272 1.078 1.022 1.078.579 0 .919-.303 1.089-.54 0 .136.034.371.069.439h.919c-.034-.202-.102-.54-.102-.977v-2.393h-.92v2.258c-.068.067-.34.438-.715.438-.34 0-.443-.169-.443-.505v-2.19h-.919v.033zm3.78-1.618v4.785c.17.068.613.27 1.397.27 1.021 0 1.805-.64 1.805-1.786 0-1.18-.579-1.752-1.465-1.752-.374 0-.681.202-.817.337v-1.854h-.92zm.954 2.494c.068-.067.272-.27.579-.27.511 0 .715.371.715 1.011 0 .708-.307 1.079-.817 1.079-.273 0-.409-.068-.477-.068v-1.752zm3.814-2.494h-.919v4.988h.919v-4.988zm1.873 1.618h-.953v3.37h.953v-3.37zm.103-1.011c0-.303-.239-.54-.579-.54-.341 0-.579.237-.579.54 0 .303.238.54.579.54.34.033.579-.237.579-.54zm3.439 4.145l-.272-.607c-.102.068-.341.202-.749.202-.579 0-.852-.471-.852-1.078 0-.606.273-1.045.818-1.045.34 0 .545.101.715.203l.306-.64c-.17-.102-.476-.27-1.055-.27-1.022 0-1.805.64-1.805 1.786 0 1.044.681 1.752 1.77 1.752.648 0 .954-.202 1.124-.303zm4.905.236v-.775h-1.737v-3.808h-.988v4.616h2.725v-.033zm1.498-3.37h-.953v3.37h.953v-3.37zm.102-1.011c0-.303-.238-.54-.579-.54-.34 0-.579.237-.579.54 0 .303.239.54.579.54.341.033.579-.237.579-.54zm.784-.607v4.785c.17.068.613.27 1.396.27 1.022 0 1.805-.64 1.805-1.786 0-1.18-.579-1.752-1.464-1.752-.375 0-.682.202-.818.337v-1.854h-.919zm.953 2.494c.068-.067.273-.27.579-.27.511 0 .715.371.715 1.011 0 .708-.306 1.079-.817 1.079-.272 0-.409-.068-.477-.068v-1.752zm5.075-.876c-.068-.034-.204-.101-.477-.101-.443 0-.715.303-.851.539v-.472h-.92v3.37h.92V50.42c.068-.169.34-.506.749-.506.204 0 .306.034.34.068l.239-.775zm3.133 3.37c-.034-.203-.102-.54-.102-1.011v-1.213c0-.91-.443-1.247-1.362-1.247-.716 0-1.192.303-1.397.471l.409.573c.136-.1.443-.303.885-.303.443 0 .545.169.545.472v.202h-.136c-.919 0-1.805.303-1.805 1.213 0 .607.443.944 1.022.944.477 0 .817-.27.953-.438 0 .1.035.27.069.37h.919v-.033zm-1.022-.91c-.102.1-.306.303-.613.303-.204 0-.408-.101-.408-.337 0-.404.374-.54.919-.54h.136v.574h-.034zm3.951-2.46c-.068-.034-.204-.101-.477-.101-.442 0-.715.303-.851.539v-.472h-.92v3.37h.92V50.42c.068-.169.34-.506.749-.506.204 0 .307.034.341.068l.238-.775zm1.396 3.302l-.136.337c-.136.37-.306.607-.783.607-.204 0-.273-.034-.341-.034l-.136.741c.068.034.238.068.511.068.919 0 1.294-.472 1.601-1.247l1.396-3.74h-.954l-.681 2.224h-.034l-.749-2.225h-.988l1.294 3.27zM55.275 46.374l3.541 3.539 1.84-1.82-3.576-3.505 2.928-2.898-1.839-1.785-8.31 8.222 8.378 8.256 1.84-1.786-6.573-6.47 1.77-1.753zM.613 41.693l6.54 6.436-1.772 1.718-3.542-3.504L0 48.129l3.576 3.538-2.997 2.965 1.84 1.786 8.343-8.29-8.344-8.255-1.805 1.82zM16.075 56.992L30.31 71.077l14.27-14.12 1.805-1.785L30.345 39.3l-1.805 1.786 14.202 14.086-12.431 12.3-14.202-14.086h-.034L4.802 64.54l1.839 1.82 9.434-9.368z"
7087
+ })), _path2$o || (_path2$o = /*#__PURE__*/React.createElement("path", {
7088
+ d: "M30.31 74.513L16.072 60.427l-8.14 8.088L9.74 70.3l6.334-6.268 1.737 1.718-5.892 5.83 1.805 1.786 5.892-5.83 1.737 1.719-4.836 4.785 1.84 1.82 4.835-4.785 1.737 1.718-2.997 2.966 1.84 1.786 2.962-2.966 3.576 3.538 3.576-3.504 2.963 2.965 1.84-1.82-2.998-2.965 1.771-1.718 4.837 4.785 1.805-1.82-4.837-4.785 1.737-1.719 5.892 5.83 1.84-1.786-5.892-5.83 1.702-1.718L50.88 70.3l1.84-1.82-6.336-6.268 1.737-1.718 5.892 5.83 1.805-1.82-6.845-6.774-.852-.842L30.31 74.513zM48.136 49.83l-1.83 1.81L56.42 61.649l1.83-1.81L48.136 49.83z"
7089
+ })), _path3$i || (_path3$i = /*#__PURE__*/React.createElement("path", {
7090
+ d: "M28.709 62.417l1.6 1.617 8.958-8.862-1.805-1.786-12.431-12.3 5.313-5.223 14.202 14.052h.034l13.725-13.58-1.805-1.82L44.58 46.31 30.344 32.224l-8.957 8.862 14.236 14.086-5.313 5.257-12.397-12.3-1.84-1.786L2.315 59.957l1.84 1.786 11.92-11.794 12.635 12.468zM4.18 34.547l-1.83 1.811 10.186 10.08 1.83-1.811L4.18 34.547z"
7091
+ })), _path4$9 || (_path4$9 = /*#__PURE__*/React.createElement("path", {
7092
+ d: "M30.347 21.744l14.236 14.085 8.106-8.02-1.806-1.82-6.3 6.235-1.737-1.719 5.858-5.762-1.84-1.82-5.823 5.796L39.27 27l4.768-4.717-1.805-1.82-4.768 4.718-1.737-1.719 2.929-2.898-1.84-1.786-2.928 2.864-1.737-1.718h.034l-1.84-1.786-3.575 3.538-2.895-2.898-1.84 1.786 2.93 2.898-1.737 1.719-4.734-4.65-1.805 1.785L21.39 27l-1.737 1.719-5.858-5.796-1.805 1.82 5.858 5.762-1.771 1.719-6.3-6.234-1.806 1.82 6.3 6.233-1.736 1.719-5.892-5.796-1.805 1.786 7.697 7.616 17.812-17.624z"
7093
+ })), _path5$8 || (_path5$8 = /*#__PURE__*/React.createElement("path", {
7094
+ d: "M30.347 25.179L14.27 41.084l1.805 1.786 14.236 14.086 1.84-1.786-14.236-14.086 12.43-12.3L44.584 42.87l11.205-11.086-1.84-1.786-9.365 9.267-14.236-14.086zM77.683 8.128c0-1.82-1.226-2.46-2.554-3.066-1.056-.472-1.84-.708-1.84-1.483 0-.674.512-1.01 1.33-1.01.85 0 1.6.37 1.94.606l.852-1.45c-.409-.302-1.294-.808-2.895-.808-1.771 0-3.201 1.045-3.201 2.73 0 1.583.92 2.325 2.111 2.931 1.158.573 2.214.809 2.214 1.685 0 .64-.58 1.146-1.567 1.146a3.338 3.338 0 01-2.111-.741l-.886 1.449c.443.336 1.465.977 3.065.977 2.214-.068 3.542-1.18 3.542-2.966zm6.676 2.258l-.613-1.314c-.239.135-.716.438-1.567.438-1.226 0-1.805-.977-1.805-2.291 0-1.315.613-2.224 1.77-2.224.716 0 1.193.235 1.5.438l.646-1.348c-.34-.236-1.055-.573-2.213-.573-2.18 0-3.815 1.348-3.815 3.774 0 2.224 1.43 3.74 3.747 3.74 1.362 0 2.009-.404 2.35-.64zm7.288.472V5.837c0-1.314-.58-2.325-2.18-2.325-1.192 0-1.873.64-2.248 1.044V.276h-1.975v10.582h1.975V6.039c.137-.202.716-.91 1.499-.91.715 0 .953.371.953 1.079v4.65h1.976zm8.276-3.606c0-1.853-1.158-3.706-3.678-3.706s-3.61 1.954-3.61 3.774c0 1.853 1.09 3.74 3.61 3.74 2.554-.034 3.678-2.022 3.678-3.808zm-2.112.034c0 1.348-.408 2.258-1.532 2.258s-1.567-.978-1.567-2.325c0-1.348.375-2.258 1.499-2.258s1.6 1.01 1.6 2.325zm9.094-2.628c-.273-.674-.818-1.146-1.874-1.146-1.158 0-1.805.64-2.179 1.044V3.68h-1.942v7.178h1.976V6.039c.136-.202.613-.876 1.362-.876.579 0 .852.37.852 1.078v4.617h1.975V5.972c.272-.337.715-.809 1.362-.809.647 0 .852.37.852 1.078v4.617h1.975V5.837c0-1.314-.545-2.325-2.078-2.325-1.021 0-1.702.472-2.281 1.146zm5.721-4.381v10.177c.341.168 1.328.572 2.963.572 2.18 0 3.849-1.381 3.849-3.807 0-2.46-1.26-3.707-3.065-3.707a2.54 2.54 0 00-1.771.741V.277h-1.976zm1.976 5.324c.136-.135.579-.54 1.226-.54 1.055 0 1.532.81 1.532 2.158 0 1.482-.647 2.291-1.771 2.291-.545 0-.851-.135-.987-.168v-3.74zm5.823-1.887v5.021c0 1.314.579 2.325 2.18 2.325a2.83 2.83 0 002.316-1.146c0 .304.102.775.136.944h1.941c-.102-.438-.204-1.146-.204-2.056V3.714h-1.975v4.785c-.136.169-.715.91-1.499.91-.715 0-.953-.37-.953-1.078V3.714h-1.942zm12.738 0c-.17-.101-.443-.202-.988-.202-.919 0-1.532.606-1.839 1.146V3.68h-1.975v7.178h1.975V6.342c.17-.337.681-1.078 1.567-1.078.408 0 .647.101.749.169l.511-1.719zm4.7 0c-.375-.135-.818-.168-1.294-.168-2.01 0-3.202 1.044-3.202 2.594 0 .944.477 1.685 1.294 2.157-.442.236-.817.674-.817 1.348 0 .505.238.842.647 1.078-.715.37-1.226.944-1.226 1.752 0 1.28 1.192 1.921 3.167 1.921 2.384 0 3.951-1.078 3.951-2.595 0-2.123-1.907-2.123-3.406-2.19-1.055-.067-1.464-.135-1.464-.505 0-.203.136-.337.272-.438.273.033.545.067.852.067 2.009 0 3.133-1.045 3.133-2.595 0-.404-.102-.808-.272-1.145h.953V3.714h-2.588zm-1.26 3.74c-.818 0-1.294-.505-1.294-1.314 0-.842.476-1.314 1.294-1.314.817 0 1.294.472 1.294 1.314 0 .809-.477 1.314-1.294 1.314zm-.852 3.64c.307.034.647.067.988.1 1.056.068 1.737.035 1.737.81 0 .606-.681 1.044-1.873 1.044-1.022 0-1.397-.404-1.397-.977-.034-.404.171-.741.545-.977zm15.939-1.079l-.851-1.449c-.511.371-1.158.742-2.248.742-1.941 0-2.895-1.55-2.895-3.404 0-1.82.988-3.268 2.861-3.268.919 0 1.532.236 2.077.573l.92-1.517c-.783-.505-1.669-.775-2.963-.775-3.338 0-5.109 2.393-5.109 5.055s1.703 5.088 5.075 5.088c1.464-.034 2.656-.607 3.133-1.045zm2.248-2.291h4.598c.238-2.662-.852-4.212-3.134-4.212-2.009 0-3.576 1.449-3.576 3.707 0 2.291 1.363 3.807 3.781 3.807 1.498 0 2.213-.438 2.69-.674l-.647-1.28c-.34.168-.919.505-1.873.505-1.192 0-1.737-.74-1.839-1.853zm0-1.314c.136-.944.613-1.483 1.43-1.483.92 0 1.226.674 1.26 1.483h-2.69zm12.158 4.448V5.837c0-1.314-.579-2.325-2.179-2.325-1.192 0-1.907.64-2.316 1.078v-.91h-1.941v7.178h1.975V6.039c.136-.202.715-.91 1.498-.91.716 0 .954.371.954 1.079v4.65h2.009zm1.976-5.695v3.64c0 1.381.579 2.223 2.282 2.223.919 0 1.532-.236 1.805-.404l-.477-1.449c-.136.101-.511.27-.954.27-.545 0-.715-.304-.715-1.011V5.163h1.703V3.714h-1.703v-2.09h-1.975v2.09h-1.158v1.449h1.192zm6.403 2.561h4.597c.239-2.662-.851-4.212-3.133-4.212-2.009 0-3.576 1.449-3.576 3.707 0 2.291 1.362 3.807 3.78 3.807 1.499 0 2.214-.438 2.691-.674l-.647-1.28c-.341.168-.92.505-1.873.505-1.192 0-1.771-.74-1.839-1.853zm0-1.314c.136-.944.613-1.483 1.43-1.483.92 0 1.226.674 1.26 1.483h-2.69zm10.523-2.696c-.17-.101-.442-.202-.987-.202-.92 0-1.499.606-1.839 1.146V3.68h-1.942v7.178h1.976V6.342c.17-.337.681-1.078 1.566-1.078.409 0 .647.101.749.169l.477-1.719z"
7095
+ })));
7096
+ }
7097
+
7098
+ var _g$5, _defs$2;
7099
+
7100
+ var _excluded$S = ["title", "titleId"];
7101
+
7102
+ function _extends$S() { _extends$S = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$S.apply(this, arguments); }
7103
+
7104
+ function _objectWithoutProperties$R(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$S(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
7105
+
7106
+ function _objectWithoutPropertiesLoose$S(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6654
7107
 
6655
7108
  function SvgLogoSimplyeBlack(_ref) {
6656
7109
  var title = _ref.title,
6657
7110
  titleId = _ref.titleId,
6658
- props = _objectWithoutProperties$E(_ref, _excluded$F);
7111
+ props = _objectWithoutProperties$R(_ref, _excluded$S);
6659
7112
 
6660
- return /*#__PURE__*/React.createElement("svg", _extends$F({
7113
+ return /*#__PURE__*/React.createElement("svg", _extends$S({
6661
7114
  viewBox: "0 0 512 148",
6662
7115
  xmlns: "http://www.w3.org/2000/svg",
6663
7116
  "aria-labelledby": titleId
6664
7117
  }, props), title ? /*#__PURE__*/React.createElement("title", {
6665
7118
  id: titleId
6666
- }, title) : null, _g$3 || (_g$3 = /*#__PURE__*/React.createElement("g", {
7119
+ }, title) : null, _g$5 || (_g$5 = /*#__PURE__*/React.createElement("g", {
6667
7120
  clipPath: "url(#logo_simplye_black_svg__clip0)"
6668
7121
  }, /*#__PURE__*/React.createElement("path", {
6669
7122
  d: "M25.017 34.161c-.504-.616-.54-1.441.215-1.69l52.402-17.328a.944.944 0 011.24.898.998.998 0 00.93.945c.415.067.836.084 1.254.05a1.001 1.001 0 001.009-.941l-.003-5.512a1.001 1.001 0 00-.558-.914 1.137 1.137 0 00-.83-.118L21.98 29.023c-2.26.73-2.663 1.004-2.663 3.432l.02 99.764a.916.916 0 00.039.282c1.212 3.697 5.547 5.389 5.547 5.389 4.256 1.615 6.449 2.064 10.304.727 0 0 .085-99.525.035-99.963a.28.28 0 00-.23-.242c-.41-.077-6.716-.21-10.017-4.25"
@@ -6680,29 +7133,67 @@ function SvgLogoSimplyeBlack(_ref) {
6680
7133
  })))));
6681
7134
  }
6682
7135
 
6683
- var _g$4, _defs$3;
7136
+ var _g$6, _defs$3;
6684
7137
 
6685
- var _excluded$G = ["title", "titleId"];
7138
+ var _excluded$T = ["title", "titleId"];
6686
7139
 
6687
- function _extends$G() { _extends$G = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$G.apply(this, arguments); }
7140
+ function _extends$T() { _extends$T = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$T.apply(this, arguments); }
6688
7141
 
6689
- function _objectWithoutProperties$F(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$G(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
7142
+ function _objectWithoutProperties$S(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$T(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6690
7143
 
6691
- function _objectWithoutPropertiesLoose$G(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
7144
+ function _objectWithoutPropertiesLoose$T(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
7145
+
7146
+ function SvgLogoSimplyeWhite(_ref) {
7147
+ var title = _ref.title,
7148
+ titleId = _ref.titleId,
7149
+ props = _objectWithoutProperties$S(_ref, _excluded$T);
7150
+
7151
+ return /*#__PURE__*/React.createElement("svg", _extends$T({
7152
+ viewBox: "0 0 512 148",
7153
+ fill: "#fff",
7154
+ xmlns: "http://www.w3.org/2000/svg",
7155
+ "aria-labelledby": titleId
7156
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
7157
+ id: titleId
7158
+ }, title) : null, _g$6 || (_g$6 = /*#__PURE__*/React.createElement("g", {
7159
+ clipPath: "url(#logo_simplye_white_svg__clip0)"
7160
+ }, /*#__PURE__*/React.createElement("path", {
7161
+ d: "M25.017 34.161c-.504-.616-.54-1.441.215-1.69l52.402-17.328a.944.944 0 011.24.898.998.998 0 00.93.945c.415.067.836.084 1.254.05a1.001 1.001 0 001.009-.941l-.003-5.512a1.001 1.001 0 00-.558-.914 1.137 1.137 0 00-.83-.118L21.98 29.023c-2.26.73-2.663 1.004-2.663 3.432l.02 99.764a.916.916 0 00.039.282c1.212 3.697 5.547 5.389 5.547 5.389 4.256 1.615 6.449 2.064 10.304.727 0 0 .085-99.525.035-99.963a.28.28 0 00-.23-.242c-.41-.077-6.716-.21-10.017-4.25"
7162
+ }), /*#__PURE__*/React.createElement("path", {
7163
+ d: "M6.382 25.48c-.529-.595-.54-1.44.216-1.69L58.999 6.462a.944.944 0 011.241.897.985.985 0 00.93.945c.415.059.835.075 1.254.05a.997.997 0 001.008-.94l-.002-5.403a1.172 1.172 0 00-.496-.989 1.077 1.077 0 00-.893-.152L3.346 20.342c-2.26.731-2.344 1.05-2.344 3.478l.006 100.104c.003.096.016.19.04.283.93 3.738 5.241 5.003 5.241 5.003 4.256 1.615 6.45 2.064 10.304.726 0 0 .086-99.525.035-99.962a.28.28 0 00-.229-.243c-.41-.077-6.585-.386-10.017-4.25"
7164
+ }), /*#__PURE__*/React.createElement("path", {
7165
+ d: "M112.969 28.139a.946.946 0 00-1.242-.897L65.072 42.744c-12.007 3.546-12.608 3.957-16.436 2.548a10.762 10.762 0 01-4.804-3.209c-.487-.63-.489-1.441.267-1.691l52.402-17.327a.946.946 0 011.24.897.984.984 0 00.93.946c.415.054.833.07 1.25.05a.99.99 0 001.013-.941l-.003-5.419a1.01 1.01 0 00-.557-1.008.99.99 0 00-.831-.117L40.848 36.944c-2.26.732-2.663 1.005-2.663 3.432l.02 97.48c0 .096.004 1.042.002 1.138-.059 3.155 3.655 4.911 5.418 5.699a14.107 14.107 0 0010.47.824l58.236-18.912a.945.945 0 00.638-.894v-18.715a.948.948 0 00-.783-.93.942.942 0 00-.435.027l-46.7 15.307a.986.986 0 01-1.265-.917v-16.534a.944.944 0 01.672-.904l47.793-15.656c.581-.213.718-.312.718-.808l-.037-19.111a.91.91 0 00-1.224-.756l-46.771 15.49c-.603.174-1.15-.439-1.15-1.067l.071-16.602a.945.945 0 01.656-.9l47.895-15.902c.391-.125.555-.68.555-1.091l.005-18.504zM193.94 91.63c.043 3.264-.609 6.5-1.911 9.494a19.556 19.556 0 01-5.499 7.236 25.79 25.79 0 01-8.742 4.574 38.338 38.338 0 01-11.52 1.621 41.503 41.503 0 01-8.569-.811 43.232 43.232 0 01-6.773-1.968 31.143 31.143 0 01-5.094-2.49 32.82 32.82 0 01-3.416-2.373l6.947-11.347c.463.31 1.158.792 2.084 1.447a20.297 20.297 0 003.473 1.911 33.661 33.661 0 004.864 1.679c2.003.521 4.066.774 6.136.752 3.937 0 6.967-.868 9.089-2.605a7.893 7.893 0 003.184-6.31 6.703 6.703 0 00-1.447-4.342 13.8 13.8 0 00-3.821-3.184 48.838 48.838 0 00-5.5-2.721 95.44 95.44 0 01-6.484-3.068 49.257 49.257 0 01-6.599-3.821 25.536 25.536 0 01-5.211-4.747 20.55 20.55 0 01-3.473-6.195 24.361 24.361 0 01-1.274-8.278 19.651 19.651 0 011.969-8.916 20.53 20.53 0 015.326-6.715 24.22 24.22 0 017.873-4.284 30.599 30.599 0 019.726-1.505c2.813-.03 5.624.202 8.394.694 2.181.398 4.329.96 6.426 1.68a26.533 26.533 0 014.631 2.083 41.813 41.813 0 013.126 2.027l-6.599 11.462a32.073 32.073 0 00-2.547-1.505 24.885 24.885 0 00-3.474-1.505 38.012 38.012 0 00-4.284-1.216 21.567 21.567 0 00-4.747-.521 12.53 12.53 0 00-7.526 2.026 6.912 6.912 0 00-2.779 5.963 6.563 6.563 0 001.101 3.88 11.19 11.19 0 003.01 2.836 30.206 30.206 0 004.515 2.431c1.737.773 3.609 1.622 5.616 2.547a110.48 110.48 0 017.41 3.706 26.855 26.855 0 016.31 4.747 21.065 21.065 0 016.079 15.63zM220.454 40.221a8.972 8.972 0 01-2.721 6.484 9.097 9.097 0 01-6.773 2.78 8.91 8.91 0 01-6.716-2.78 9.064 9.064 0 01-2.663-6.483 8.684 8.684 0 012.663-6.369 9.097 9.097 0 016.716-2.663 9.294 9.294 0 016.773 2.663 8.596 8.596 0 012.721 6.368zm-17.252 72.944V56.779h15.515v56.386h-15.515zM275.449 64.305a30.007 30.007 0 017.643-6.484 20.409 20.409 0 0110.42-2.432 18.358 18.358 0 017.584 1.39 13.05 13.05 0 014.978 3.82 14.903 14.903 0 012.721 5.79 31.09 31.09 0 01.81 7.294v39.482h-15.398V76.809a11.606 11.606 0 00-1.447-6.368c-.967-1.465-2.723-2.199-5.268-2.2a9.43 9.43 0 00-3.474.637c-1.037.4-2.012.946-2.895 1.62a20.225 20.225 0 00-2.315 2.085 74.01 74.01 0 00-1.853 2.026v38.556h-15.399V76.809c0-2.855-.521-4.997-1.564-6.426-1.041-1.427-2.72-2.141-5.036-2.142a8.78 8.78 0 00-3.878.868 14.06 14.06 0 00-3.127 2.026 15.322 15.322 0 00-2.2 2.316 73.736 73.736 0 01-1.331 1.737v37.977h-15.399V56.779h15.051v6.946a73.305 73.305 0 012.548-2.662 17.54 17.54 0 013.589-2.721 24.398 24.398 0 014.747-2.084 19.363 19.363 0 016.021-.869c4.013 0 7.159.81 9.437 2.432a14.285 14.285 0 015.035 6.484zM371.897 84.914a37.586 37.586 0 01-1.853 12.157 27.702 27.702 0 01-5.21 9.321 23.497 23.497 0 01-7.989 6.02 23.991 23.991 0 01-10.19 2.143 20.801 20.801 0 01-8.336-1.39 19.832 19.832 0 01-4.632-2.663v28.02h-15.398V56.779h15.052v5.904a21.67 21.67 0 016.078-5.094 18.72 18.72 0 019.553-2.2c7.178 0 12.794 2.547 16.846 7.642 4.052 5.094 6.078 12.389 6.079 21.883zm-16.326 0c0-5.326-.926-9.533-2.779-12.62a9.202 9.202 0 00-8.452-4.632 10.535 10.535 0 00-3.937.695c-1.095.43-2.142.974-3.126 1.62-.831.538-1.59 1.18-2.257 1.911a44.486 44.486 0 00-1.332 1.563v25.357a24.172 24.172 0 003.763 2.547 12.078 12.078 0 005.963 1.274 10.195 10.195 0 009.031-4.69c2.084-3.125 3.126-7.467 3.126-13.025zM380.929 113.165V29.801h15.399v83.364h-15.399zM402.811 56.779h16.441l12.505 37.166h.579l11.463-37.166h15.862l-23.272 62.407a64.516 64.516 0 01-4.053 8.916 25.026 25.026 0 01-5.21 6.599 21.354 21.354 0 01-7.121 4.111 29.982 29.982 0 01-9.9 1.447 31.243 31.243 0 01-5.673-.405c-1.389-.272-2.392-.484-3.01-.637l2.199-12.157a8.43 8.43 0 001.737.405c1.23.14 2.468.197 3.705.173 3.937 0 6.793-.888 8.568-2.663a19.126 19.126 0 004.284-7.178l2.084-5.79-21.188-55.228zM466.725 113.165V36.053h44.461v13.431h-28.368v17.368h25.009v12.736h-25.009v20.146h29.178v13.431h-45.271z"
7166
+ }))), _defs$3 || (_defs$3 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
7167
+ id: "logo_simplye_white_svg__clip0"
7168
+ }, /*#__PURE__*/React.createElement("path", {
7169
+ transform: "translate(0 .118)",
7170
+ d: "M0 0h511.984v147H0z"
7171
+ })))));
7172
+ }
7173
+
7174
+ var _g$7, _defs$4;
7175
+
7176
+ var _excluded$U = ["title", "titleId"];
7177
+
7178
+ function _extends$U() { _extends$U = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$U.apply(this, arguments); }
7179
+
7180
+ function _objectWithoutProperties$T(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$U(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
7181
+
7182
+ function _objectWithoutPropertiesLoose$U(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6692
7183
 
6693
7184
  function SvgLogoSimplyeColor(_ref) {
6694
7185
  var title = _ref.title,
6695
7186
  titleId = _ref.titleId,
6696
- props = _objectWithoutProperties$F(_ref, _excluded$G);
7187
+ props = _objectWithoutProperties$T(_ref, _excluded$U);
6697
7188
 
6698
- return /*#__PURE__*/React.createElement("svg", _extends$G({
7189
+ return /*#__PURE__*/React.createElement("svg", _extends$U({
6699
7190
  viewBox: "0 0 682 196",
6700
7191
  fill: "none",
6701
7192
  xmlns: "http://www.w3.org/2000/svg",
6702
7193
  "aria-labelledby": titleId
6703
7194
  }, props), title ? /*#__PURE__*/React.createElement("title", {
6704
7195
  id: titleId
6705
- }, title) : null, _g$4 || (_g$4 = /*#__PURE__*/React.createElement("g", {
7196
+ }, title) : null, _g$7 || (_g$7 = /*#__PURE__*/React.createElement("g", {
6706
7197
  clipPath: "url(#logo_simplye_color_svg__clip0)"
6707
7198
  }, /*#__PURE__*/React.createElement("path", {
6708
7199
  d: "M32.454 44.821c-.672-.822-.72-1.921.288-2.254l69.866-23.102a1.258 1.258 0 011.654 1.195c-.001.69.559 1.155 1.242 1.26.528.083 1.108.12 1.67.068.727-.068 1.346-.526 1.346-1.255l-.004-7.35c0-.376-.164-.94-.744-1.218-.324-.158-.735-.28-1.108-.156l-78.258 25.96c-3.012.975-3.55 1.34-3.55 4.576l.027 133.016c0 .126.013.257.052.377 1.616 4.929 7.396 7.184 7.396 7.184 5.674 2.155 8.598 2.753 13.738.969 0 0 .115-132.697.047-133.28a.373.373 0 00-.306-.323c-.546-.103-8.954-.279-13.355-5.667",
@@ -6716,7 +7207,7 @@ function SvgLogoSimplyeColor(_ref) {
6716
7207
  }), /*#__PURE__*/React.createElement("path", {
6717
7208
  d: "M257.68 121.443c0 4.631-.848 8.852-2.547 12.658-1.698 3.81-4.144 7.024-7.333 9.65-3.19 2.624-7.077 4.657-11.654 6.096-4.581 1.44-9.703 2.162-15.361 2.162-4.221 0-8.028-.362-11.424-1.08-3.396-.721-6.406-1.594-9.03-2.625-2.626-1.027-4.891-2.134-6.793-3.319-1.906-1.181-3.423-2.238-4.554-3.165l9.261-15.128c.619.412 1.546 1.056 2.78 1.93 1.235.876 2.779 1.724 4.631 2.548 1.853.824 4.015 1.569 6.484 2.237 2.47.67 5.196 1.004 8.181 1.004 5.249 0 9.288-1.158 12.12-3.473 2.829-2.316 4.245-5.119 4.245-8.414 0-2.264-.645-4.193-1.929-5.79-1.29-1.593-2.987-3.009-5.096-4.245-2.11-1.235-4.554-2.443-7.332-3.627a127.762 127.762 0 01-8.645-4.092c-3.192-1.544-6.124-3.241-8.8-5.093-2.677-1.853-4.993-3.961-6.947-6.33-1.955-2.366-3.499-5.118-4.631-8.259-1.134-3.139-1.698-6.817-1.698-11.038 0-4.424.874-8.387 2.624-11.887 1.75-3.497 4.115-6.484 7.101-8.954 2.984-2.47 6.484-4.372 10.497-5.71 4.015-1.338 8.338-2.009 12.968-2.009 4.219 0 7.951.31 11.193.927 3.241.617 6.097 1.365 8.568 2.239 2.469.876 4.528 1.8 6.175 2.778 1.645.979 3.034 1.879 4.167 2.702l-8.799 15.283c-.926-.617-2.06-1.285-3.395-2.007-1.34-.718-2.884-1.389-4.632-2.008a50.57 50.57 0 00-5.712-1.62 28.702 28.702 0 00-6.329-.694c-4.221 0-7.565.901-10.034 2.701-2.471 1.803-3.706 4.452-3.706 7.95 0 2.06.487 3.782 1.467 5.172.976 1.39 2.315 2.65 4.013 3.782 1.699 1.134 3.706 2.214 6.022 3.242a601.234 601.234 0 017.486 3.396 147.494 147.494 0 019.88 4.94c3.189 1.75 5.994 3.86 8.414 6.329 2.416 2.471 4.373 5.379 5.865 8.723 1.491 3.345 2.239 7.385 2.239 12.118zm12.349 28.714v-75.18h20.686v75.18h-20.686zm23.002-97.256c0 3.294-1.211 6.174-3.628 8.645-2.418 2.47-5.429 3.705-9.03 3.705-3.604 0-6.588-1.236-8.955-3.705-2.368-2.47-3.55-5.35-3.55-8.645 0-3.293 1.182-6.123 3.55-8.49 2.367-2.367 5.351-3.551 8.955-3.551 3.601 0 6.612 1.184 9.03 3.55 2.417 2.368 3.628 5.198 3.628 8.49zm73.325 32.11c3.089-3.602 6.485-6.484 10.19-8.645 3.706-2.162 8.336-3.242 13.893-3.242 4.015 0 7.385.618 10.112 1.852 2.727 1.235 4.94 2.933 6.637 5.095 1.699 2.161 2.907 4.734 3.628 7.718.719 2.987 1.081 6.228 1.081 9.725v52.643h-20.531v-48.473c0-3.706-.643-6.535-1.929-8.49-1.29-1.956-3.628-2.934-7.024-2.934-1.648 0-3.192.284-4.632.848a15.621 15.621 0 00-3.86 2.161 26.835 26.835 0 00-3.086 2.78 92.35 92.35 0 00-2.471 2.701v51.407h-20.532v-48.473c0-3.807-.694-6.663-2.085-8.57-1.388-1.902-3.626-2.854-6.714-2.854-1.852 0-3.578.385-5.171 1.157-1.597.772-2.987 1.674-4.169 2.701-1.184 1.031-2.161 2.06-2.932 3.088a106.536 106.536 0 01-1.776 2.316v50.635h-20.532v-75.18h20.068v9.262a97.36 97.36 0 013.397-3.55c1.336-1.337 2.934-2.547 4.785-3.629 1.854-1.081 3.962-2.006 6.33-2.778 2.366-.772 5.041-1.158 8.027-1.158 5.351 0 9.545 1.08 12.583 3.242 3.034 2.16 5.272 5.043 6.713 8.645zm106.828 27.478c0-7.1-1.235-12.71-3.705-16.827-2.471-4.114-6.228-6.174-11.269-6.174-1.956 0-3.704.308-5.25.925-1.544.619-2.933 1.34-4.167 2.162-1.235.825-2.238 1.674-3.01 2.547a59.725 59.725 0 00-1.776 2.084v33.808c1.336 1.134 3.01 2.266 5.018 3.397 2.006 1.133 4.654 1.698 7.95 1.698 5.249 0 9.261-2.085 12.041-6.253 2.779-4.168 4.168-9.957 4.168-17.367zm21.767 0c0 5.97-.825 11.374-2.47 16.21-1.647 4.838-3.964 8.98-6.947 12.426a31.322 31.322 0 01-10.651 8.028c-4.118 1.904-8.647 2.856-13.587 2.856-4.629 0-8.336-.616-11.114-1.852-2.779-1.236-4.839-2.417-6.175-3.551v37.358h-20.531V74.976h20.069v7.873c2.057-2.57 4.758-4.836 8.103-6.791 3.344-1.955 7.588-2.934 12.737-2.934 9.571 0 17.059 3.396 22.461 10.188 5.403 6.793 8.105 16.518 8.105 29.177zm12.041 37.668V39.007h20.532v111.15h-20.532zm29.176-75.18h21.92l16.673 49.554h.772l15.284-49.555h21.149l-31.029 83.208c-1.649 4.425-3.449 8.387-5.404 11.887-1.956 3.497-4.272 6.43-6.946 8.8-2.679 2.365-5.843 4.192-9.495 5.48-3.654 1.285-8.054 1.93-13.198 1.93-3.192 0-5.713-.181-7.565-.541-1.852-.361-3.192-.644-4.013-.848l2.932-16.21c.514.205 1.286.385 2.316.541 1.028.154 2.674.23 4.941.23 5.248 0 9.054-1.183 11.422-3.551 2.367-2.368 4.269-5.557 5.712-9.569l2.779-7.72-28.25-73.637zm85.216 75.18V47.342h59.28v17.91h-37.823v23.156h33.344v16.981h-33.344v26.861h38.903v17.907h-60.36z",
6718
7209
  fill: "#1B385E"
6719
- }))), _defs$3 || (_defs$3 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
7210
+ }))), _defs$4 || (_defs$4 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
6720
7211
  id: "logo_simplye_color_svg__clip0"
6721
7212
  }, /*#__PURE__*/React.createElement("path", {
6722
7213
  fill: "#fff",
@@ -6725,76 +7216,472 @@ function SvgLogoSimplyeColor(_ref) {
6725
7216
  })))));
6726
7217
  }
6727
7218
 
6728
- var _path$A;
7219
+ var _path$L;
6729
7220
 
6730
- var _excluded$H = ["title", "titleId"];
7221
+ var _excluded$V = ["title", "titleId"];
6731
7222
 
6732
- function _extends$H() { _extends$H = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$H.apply(this, arguments); }
7223
+ function _extends$V() { _extends$V = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$V.apply(this, arguments); }
6733
7224
 
6734
- function _objectWithoutProperties$G(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$H(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
7225
+ function _objectWithoutProperties$U(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$V(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6735
7226
 
6736
- function _objectWithoutPropertiesLoose$H(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
7227
+ function _objectWithoutPropertiesLoose$V(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6737
7228
 
6738
7229
  function SvgLogoSnflBlack(_ref) {
6739
7230
  var title = _ref.title,
6740
7231
  titleId = _ref.titleId,
6741
- props = _objectWithoutProperties$G(_ref, _excluded$H);
7232
+ props = _objectWithoutProperties$U(_ref, _excluded$V);
6742
7233
 
6743
- return /*#__PURE__*/React.createElement("svg", _extends$H({
7234
+ return /*#__PURE__*/React.createElement("svg", _extends$V({
6744
7235
  viewBox: "0 0 84 111",
6745
7236
  xmlns: "http://www.w3.org/2000/svg",
6746
7237
  "aria-labelledby": titleId
6747
7238
  }, props), title ? /*#__PURE__*/React.createElement("title", {
6748
7239
  id: titleId
6749
- }, title) : null, _path$A || (_path$A = /*#__PURE__*/React.createElement("path", {
7240
+ }, title) : null, _path$L || (_path$L = /*#__PURE__*/React.createElement("path", {
6750
7241
  d: "M5.483 30.355c0 .392-.058.723-.204 1.055-.146.301-.32.572-.583.784a2.812 2.812 0 01-.933.512c-.38.12-.788.18-1.225.18-.35 0-.642-.03-.905-.09-.262-.06-.525-.12-.729-.21a9.82 9.82 0 01-.554-.272 1.82 1.82 0 01-.35-.271l.73-1.266c.057.03.116.09.233.15.087.06.233.151.379.211.145.06.32.12.525.181.204.06.408.09.641.09.409 0 .73-.09.963-.3a.854.854 0 00.35-.694.854.854 0 00-.146-.482c-.117-.121-.233-.242-.408-.362-.175-.09-.35-.211-.584-.302-.233-.09-.466-.21-.7-.331a3.985 3.985 0 01-.7-.422 3.085 3.085 0 01-.554-.513 2.213 2.213 0 01-.379-.693 2.928 2.928 0 01-.146-.904c0-.362.059-.694.204-.995.146-.302.321-.543.555-.754.233-.21.525-.362.845-.482.321-.12.671-.181 1.05-.181.35 0 .642.03.905.09.262.06.495.12.7.181.204.06.35.15.495.241.146.09.234.151.321.211l-.7 1.267-.262-.181a4.677 4.677 0 00-.38-.181 2.13 2.13 0 00-.466-.12c-.175-.031-.321-.061-.496-.061-.35 0-.613.06-.817.21-.204.152-.291.363-.291.664 0 .181.029.301.116.422.088.12.175.211.321.302.146.09.292.18.496.27.175.091.38.182.613.272.262.12.525.271.787.422.263.151.467.332.67.513.205.18.35.452.468.723.087.392.145.724.145 1.116zM11.171 25.712v7.024H9.392v-7.024H7.117v-1.477h6.3v1.477h-2.246zM18.346 27.672c-.059-.181-.117-.362-.175-.513-.059-.18-.088-.331-.146-.452a5.04 5.04 0 00-.088-.332c-.029-.09-.029-.15-.029-.18h-.03c0 .03-.028.09-.057.18a5.04 5.04 0 00-.088.332 2.71 2.71 0 01-.146.452c-.058.15-.116.332-.175.513l-.7 2.02h2.304l-.67-2.02zm-2.655 5.064h-1.75l3.15-8.5h1.692l3.238 8.5h-1.896l-.584-1.598h-3.295l-.555 1.598zM27.183 32.736h-1.662l-3.18-8.5h1.867l1.75 5.094c.059.15.088.331.146.482.059.15.088.301.146.452.03.15.088.241.088.332.029.09.029.15.029.15h.029s0-.06.03-.15c.028-.09.058-.211.087-.332.029-.15.087-.271.145-.452.059-.15.088-.332.146-.482l1.663-5.095h1.75l-3.034 8.501zM36.255 26.797c0-.391-.117-.693-.35-.874-.233-.18-.583-.301-1.08-.301h-.874v2.351h.962c.467 0 .817-.09 1.021-.301.204-.211.321-.513.321-.875zm.467 5.94l-1.517-2.413c-.175-.24-.292-.452-.408-.572-.117-.151-.204-.241-.292-.332-.087-.06-.146-.12-.233-.15-.059-.03-.146-.03-.263-.03h-.116v3.496h-1.75v-8.5h2.741c.963 0 1.721.21 2.246.632.525.422.788 1.025.788 1.839 0 .362-.059.663-.175.904a2.152 2.152 0 01-.438.664 2.34 2.34 0 01-.612.452c-.234.12-.467.18-.73.24v.031c.117.09.263.211.409.392.146.18.35.452.554.814l1.604 2.532h-1.808zM46.522 28.486c0-.392-.058-.754-.146-1.116a2.491 2.491 0 00-.437-.934 2.123 2.123 0 00-.73-.633 2.262 2.262 0 00-1.05-.242c-.408 0-.758.09-1.078.242-.292.15-.555.361-.759.633a2.49 2.49 0 00-.437.934 4.669 4.669 0 00-.146 1.116c0 .392.058.783.146 1.145.087.362.233.694.437.965s.438.482.758.663c.292.15.671.241 1.08.241.408 0 .758-.09 1.079-.241.292-.15.554-.362.758-.633a2.49 2.49 0 00.438-.935c.029-.422.087-.783.087-1.205zm1.838-.03c0 .572-.088 1.145-.263 1.657a4.179 4.179 0 01-.787 1.417c-.35.422-.788.724-1.313.995-.525.241-1.137.362-1.808.362-.7 0-1.313-.12-1.838-.362a4.094 4.094 0 01-1.341-.965 4.112 4.112 0 01-.817-1.386 4.619 4.619 0 01-.292-1.658c0-.573.088-1.146.292-1.658.175-.543.467-.995.817-1.417.35-.422.787-.724 1.341-.965.525-.24 1.138-.361 1.838-.361.7 0 1.312.12 1.837.361.525.241.963.573 1.342.965.35.392.642.874.817 1.387.087.512.175 1.055.175 1.627zM55.534 30.355c0 .392-.058.724-.204 1.055-.146.302-.32.573-.583.784a2.81 2.81 0 01-.934.512c-.379.121-.787.181-1.225.181-.35 0-.641-.03-.904-.09-.262-.06-.525-.12-.73-.211-.203-.09-.378-.181-.553-.271a1.819 1.819 0 01-.35-.272l.729-1.266c.058.03.117.09.233.15.088.061.234.152.38.212.145.06.32.12.524.18.205.061.409.091.642.091.408 0 .73-.09.963-.301a.854.854 0 00.35-.694.854.854 0 00-.146-.482c-.117-.12-.234-.241-.409-.362-.175-.09-.35-.21-.583-.301a7.331 7.331 0 01-.7-.332 3.986 3.986 0 01-.7-.422 3.086 3.086 0 01-.554-.512 2.213 2.213 0 01-.38-.694 2.928 2.928 0 01-.145-.904c0-.362.058-.693.204-.995.146-.301.32-.542.554-.753.234-.211.525-.362.846-.483.32-.12.67-.18 1.05-.18.35 0 .642.03.904.09.263.06.496.12.7.18.204.061.35.151.496.242.146.09.233.15.32.21l-.7 1.267-.262-.18a4.669 4.669 0 00-.379-.182 2.125 2.125 0 00-.466-.12c-.175-.03-.321-.06-.496-.06-.35 0-.613.06-.817.21-.204.151-.292.362-.292.664 0 .18.03.301.117.422.088.12.175.21.32.301.147.09.293.18.497.271.175.09.379.181.612.272.263.12.525.271.788.422.262.15.466.331.67.512.205.211.35.452.467.724.088.392.146.723.146 1.115zM84 62.187H0v1.809h84v-1.809zM84 39.127H0v1.809h84v-1.809zM84 108.31H0v1.809h84v-1.809zM84 85.25H0v1.809h84V85.25zM5.542 55.796l-3.209-4.732a16.202 16.202 0 01-.583-.875c-.146-.24-.204-.392-.233-.392h.029v.121c0 .06 0 .15.029.271 0 .12 0 .211.03.362v5.245H0v-8.5h1.75l2.975 4.4c.117.181.233.362.35.513.117.181.204.332.263.452.087.12.145.242.175.332.058.09.058.12.058.12H5.6v-.12c0-.09 0-.181-.03-.302 0-.12 0-.27-.028-.422v-4.974h1.575v8.501H5.542zM11.842 47.295h-1.75v8.501h1.75v-8.5zM18.406 50.732c-.058-.18-.116-.362-.175-.513-.058-.18-.087-.331-.146-.452a5.04 5.04 0 00-.087-.331c-.03-.09-.03-.151-.03-.181h-.028c0 .03-.03.09-.059.18a5.04 5.04 0 00-.087.332 2.71 2.71 0 01-.146.452c-.058.151-.117.332-.175.513l-.7 2.02h2.304l-.67-2.02zm-2.625 5.064h-1.75l3.15-8.5h1.692l3.237 8.5h-1.895L19.66 54.2h-3.325l-.554 1.597zM28.174 49.858c0-.392-.117-.694-.35-.874-.233-.181-.583-.302-1.108-.302h-.875v2.351h.962c.467 0 .817-.09 1.021-.301.233-.211.35-.513.35-.874zm.467 5.938l-1.517-2.411c-.175-.241-.292-.452-.408-.573-.117-.15-.204-.241-.292-.332-.087-.06-.146-.12-.233-.15-.059-.03-.146-.03-.263-.03h-.117v3.496h-1.75v-8.5h2.742c.963 0 1.721.21 2.246.633.525.421.788 1.024.788 1.838 0 .362-.059.663-.175.905a2.15 2.15 0 01-.438.663c-.175.18-.38.331-.613.452-.233.12-.466.18-.729.241v.03c.117.09.263.211.409.392.145.181.35.453.554.814l1.604 2.532h-1.808zM38.763 55.043c-.117.09-.234.211-.409.301-.175.09-.379.212-.583.302-.233.09-.467.15-.73.21-.262.061-.553.091-.845.091-.7 0-1.312-.12-1.837-.361a3.968 3.968 0 01-1.313-.965 4.18 4.18 0 01-.787-1.417 5.323 5.323 0 01-.263-1.658c0-.573.088-1.145.263-1.658.175-.542.437-.995.816-1.386.35-.392.817-.724 1.342-.965.525-.241 1.137-.362 1.837-.362.555 0 1.021.06 1.4.18.38.122.759.272 1.08.513l-.788 1.327a2.975 2.975 0 00-.758-.362c-.263-.09-.584-.12-.963-.12s-.729.06-1.02.21c-.292.151-.555.362-.73.603-.204.272-.35.573-.437.905-.117.331-.146.723-.146 1.115 0 .422.058.784.146 1.146.087.361.233.663.437.934.204.272.438.483.759.633.291.151.641.241 1.05.241.437 0 .816-.06 1.108-.21.292-.121.554-.272.758-.453l.613 1.206zM46.315 55.796V52.12H42.61v3.677H40.89v-8.5h1.72v3.346h3.705v-3.347h1.72v8.501h-1.72zM56.962 51.546c0-.392-.059-.754-.146-1.115a2.49 2.49 0 00-.438-.935 2.121 2.121 0 00-.729-.633 2.262 2.262 0 00-1.05-.241c-.408 0-.758.09-1.079.241-.292.15-.554.362-.758.633a2.49 2.49 0 00-.438.935 4.667 4.667 0 00-.146 1.115c0 .392.059.784.146 1.146.088.361.233.693.438.964.204.272.437.483.758.663.292.151.67.242 1.08.242.407 0 .758-.09 1.078-.242.292-.15.555-.361.759-.633.204-.27.35-.572.437-.934.03-.422.088-.784.088-1.206zm1.837-.03c0 .573-.087 1.145-.262 1.658a4.18 4.18 0 01-.788 1.417c-.35.422-.787.723-1.312.995-.525.24-1.138.361-1.809.361-.7 0-1.312-.12-1.837-.361a4.092 4.092 0 01-1.342-.965 4.112 4.112 0 01-.816-1.387 4.617 4.617 0 01-.292-1.658c0-.572.087-1.145.291-1.658.175-.542.467-.995.817-1.416.35-.423.788-.724 1.342-.965.525-.241 1.137-.362 1.837-.362s1.313.12 1.838.362c.525.241.962.573 1.341.965.38.391.642.874.817 1.386.088.513.175 1.055.175 1.628zM66.033 53.416c0 .392-.058.724-.204 1.055-.146.302-.32.573-.583.784a2.811 2.811 0 01-.934.512c-.379.121-.787.181-1.225.181-.35 0-.641-.03-.904-.09-.262-.06-.525-.12-.729-.211-.204-.09-.38-.181-.554-.271a1.83 1.83 0 01-.35-.272l.729-1.266c.058.03.117.09.233.15.088.061.234.152.38.212.145.06.32.12.524.18.205.061.409.091.642.091.409 0 .73-.09.963-.301a.854.854 0 00.35-.694.853.853 0 00-.146-.482 1.707 1.707 0 00-.408-.362c-.175-.09-.35-.21-.584-.301a7.367 7.367 0 01-.7-.332 3.986 3.986 0 01-.7-.422 3.088 3.088 0 01-.554-.512 2.213 2.213 0 01-.38-.694 2.928 2.928 0 01-.145-.904c0-.362.058-.693.204-.995.146-.301.321-.542.554-.753.234-.211.525-.362.846-.483.321-.12.671-.18 1.05-.18a4 4 0 01.904.09c.263.06.496.12.7.18.204.061.35.151.496.242.146.09.234.15.321.21l-.7 1.267a1.17 1.17 0 00-.263-.15c-.116-.061-.233-.121-.379-.182a2.13 2.13 0 00-.466-.12c-.175-.03-.321-.06-.496-.06-.35 0-.613.06-.817.21-.204.151-.291.362-.291.664 0 .18.029.301.116.422.088.12.175.21.321.301.146.09.292.181.496.272.175.09.379.18.612.27.263.122.525.272.788.423.262.15.466.331.67.512.205.211.35.453.467.724.117.271.146.693.146 1.085zM1.75 71.834v2.08h2.625v1.417H1.75v3.527H0v-8.501h4.725v1.477H1.75zM13.182 74.608c0-.392-.058-.754-.146-1.115a2.49 2.49 0 00-.437-.935 2.122 2.122 0 00-.73-.633 2.262 2.262 0 00-1.05-.241c-.408 0-.758.09-1.078.241-.292.15-.554.362-.759.633a2.49 2.49 0 00-.437.935 4.668 4.668 0 00-.146 1.115c0 .392.058.784.146 1.146.087.361.233.693.437.964.205.272.438.483.759.663.291.151.67.242 1.079.242.408 0 .758-.09 1.079-.242.32-.15.554-.361.758-.632.204-.272.35-.573.438-.935.029-.422.087-.784.087-1.206zm1.838-.03c0 .573-.088 1.145-.263 1.658a4.18 4.18 0 01-.787 1.417c-.35.422-.788.723-1.313.995-.525.24-1.137.361-1.808.361-.7 0-1.312-.12-1.837-.361a4.094 4.094 0 01-1.342-.965 4.112 4.112 0 01-.817-1.387 4.617 4.617 0 01-.291-1.658c0-.573.087-1.145.291-1.658.175-.542.467-.995.817-1.416.35-.423.787-.724 1.342-.965.525-.241 1.137-.362 1.837-.362s1.313.12 1.838.362c.524.241.962.573 1.341.965.38.391.642.874.817 1.386.087.513.175 1.055.175 1.628zM24.092 75.392c0 1.176-.291 2.05-.845 2.683-.555.633-1.4.934-2.538.934-1.196 0-2.07-.3-2.654-.874-.584-.603-.846-1.447-.846-2.562v-5.215h1.75v5.064c0 .724.146 1.266.408 1.598.263.332.73.512 1.4.512.613 0 1.05-.18 1.342-.542.292-.362.408-.844.408-1.477v-5.185h1.605v5.064h-.03zM32.345 78.858l-3.208-4.733a16.16 16.16 0 01-.583-.874c-.146-.241-.205-.392-.234-.392h-.029v.12c0 .06 0 .151.03.272 0 .12 0 .21.028.362v5.245h-1.575v-8.501h1.75l2.975 4.401c.117.181.234.362.35.513.117.18.205.331.263.452.087.12.146.241.175.331.058.09.058.121.058.121h.03v-.12c0-.091 0-.181-.03-.302 0-.12 0-.271-.029-.422v-4.974h1.575v8.5h-1.546zM42.262 74.547c0-.965-.233-1.658-.7-2.08-.466-.452-1.196-.663-2.158-.663h-.759v5.607h.817c.933 0 1.633-.241 2.1-.724.467-.482.7-1.205.7-2.14zm1.838-.06c0 .603-.088 1.175-.292 1.718-.204.543-.467.995-.875 1.387-.38.392-.875.693-1.487.934-.613.211-1.313.332-2.13.332h-2.42v-8.501h2.479c.816 0 1.516.09 2.1.301.583.211 1.079.483 1.458.844.38.362.67.814.846 1.297.233.512.32 1.085.32 1.688zM49.524 73.793c-.058-.18-.116-.361-.175-.512-.058-.18-.087-.332-.145-.452-.03-.12-.059-.241-.088-.332-.03-.09-.03-.15-.03-.18h-.028c0 .03-.03.09-.059.18-.029.09-.058.211-.087.332-.03.15-.088.301-.146.452a9.94 9.94 0 00-.175.512l-.7 2.02h2.304l-.67-2.02zM46.9 78.858h-1.75l3.15-8.501h1.692l3.238 8.5h-1.896l-.554-1.597h-3.296l-.584 1.598zM57.634 71.834v7.024h-1.75v-7.024H53.61v-1.477h6.3v1.477h-2.275zM63.846 70.357h-1.75v8.5h1.75v-8.5zM72.77 74.608c0-.392-.059-.754-.146-1.115a2.49 2.49 0 00-.438-.935 2.122 2.122 0 00-.73-.633 2.262 2.262 0 00-1.05-.241c-.407 0-.757.09-1.078.241-.292.15-.554.362-.759.633a2.49 2.49 0 00-.437.935 4.668 4.668 0 00-.146 1.115c0 .392.058.784.146 1.146.087.361.233.693.437.964.205.272.438.483.759.663.291.151.67.242 1.079.242.408 0 .758-.09 1.08-.242.29-.15.553-.361.757-.632a2.49 2.49 0 00.438-.935 8.39 8.39 0 00.087-1.206zm1.866-.03c0 .573-.087 1.145-.262 1.658a4.18 4.18 0 01-.788 1.417c-.35.422-.787.723-1.312.995-.525.24-1.138.361-1.809.361-.7 0-1.312-.12-1.837-.361a4.094 4.094 0 01-1.342-.965 4.112 4.112 0 01-.817-1.387 4.617 4.617 0 01-.291-1.658c0-.573.087-1.145.291-1.658.175-.542.467-.995.817-1.416.35-.423.788-.724 1.342-.965.525-.241 1.137-.362 1.837-.362s1.313.12 1.838.362c.525.241.962.573 1.341.965.38.391.642.874.817 1.386.058.513.175 1.055.175 1.628zM82.395 78.858l-3.208-4.733a16.16 16.16 0 01-.584-.874c-.145-.241-.204-.392-.233-.392h-.03v.12c0 .06 0 .151.03.272 0 .12 0 .21.03.362v5.245h-1.576v-8.501h1.75l2.975 4.401c.117.181.234.362.35.513.117.18.204.331.263.452.087.12.146.241.175.331.058.09.058.121.058.121h.03v-.12c0-.091 0-.181-.03-.302 0-.12 0-.271-.03-.422v-4.974h1.576v8.5h-1.546zM0 101.92v-8.501h1.75v7.054h3.063v1.447H0zM8.867 93.419h-1.75v8.501h1.75v-8.501zM16.013 99.418c0-.392-.117-.694-.35-.905-.234-.21-.613-.3-1.109-.3h-.991v2.35h.904c.496 0 .875-.09 1.137-.271.292-.181.409-.482.409-.874zM15.72 95.8c0-.693-.437-1.025-1.312-1.025h-.846v2.11h.816c.467 0 .817-.09 1.021-.27.234-.151.321-.423.321-.815zm2.07 3.769c0 .422-.087.814-.232 1.115-.175.301-.38.543-.671.723a2.6 2.6 0 01-1.021.392 5.778 5.778 0 01-1.283.121H11.87v-8.501h2.742c.379 0 .729.03 1.079.09s.642.181.904.362c.263.15.467.392.613.663.145.272.233.603.233.995 0 .543-.146.995-.408 1.296a2.131 2.131 0 01-1.05.664v.03c.233.03.466.12.7.21.204.091.408.242.583.423.175.18.292.361.38.603.087.21.145.482.145.814zM24.267 95.981c0-.392-.117-.693-.35-.874-.234-.18-.584-.301-1.109-.301h-.875v2.351h.963c.467 0 .817-.09 1.02-.301.263-.212.35-.513.35-.875zm.466 5.939l-1.516-2.412c-.175-.24-.292-.452-.409-.572-.116-.151-.204-.242-.291-.332-.088-.06-.146-.12-.233-.15-.059-.03-.146-.03-.263-.03h-.117v3.496h-1.75v-8.501h2.742c.962 0 1.72.211 2.246.633.525.422.787 1.025.787 1.839 0 .362-.058.663-.175.904a2.151 2.151 0 01-.437.663 2.34 2.34 0 01-.613.453c-.233.12-.466.18-.729.24v.03c.117.091.263.212.409.393.145.18.35.452.554.814l1.604 2.532h-1.809zM32.464 96.856c-.058-.181-.117-.362-.175-.513-.059-.18-.088-.332-.146-.452a5.006 5.006 0 00-.087-.332c-.03-.09-.03-.15-.03-.18h-.029c0 .03-.029.09-.058.18-.03.09-.058.211-.088.332-.029.15-.087.301-.145.452-.059.15-.117.332-.175.513l-.7 2.02h2.304l-.671-2.02zm-2.625 5.064h-1.75l3.15-8.501h1.692l3.237 8.501h-1.896l-.554-1.598h-3.296l-.583 1.598zM42.205 95.981c0-.392-.116-.693-.35-.874-.233-.18-.583-.301-1.079-.301h-.875v2.351h.963c.466 0 .816-.09 1.02-.301.205-.212.321-.513.321-.875zm.467 5.939l-1.517-2.412c-.175-.24-.291-.452-.408-.572-.117-.151-.204-.242-.292-.332-.087-.06-.146-.12-.233-.15-.058-.03-.146-.03-.263-.03h-.116v3.496h-1.75v-8.501h2.741c.963 0 1.721.211 2.246.633.525.422.788 1.025.788 1.839 0 .362-.059.663-.175.904a2.151 2.151 0 01-.438.663 2.34 2.34 0 01-.612.453c-.234.12-.467.18-.73.24v.03c.117.091.263.212.409.393.146.18.35.452.554.814l1.604 2.532h-1.808zM49.788 98.725v3.195h-1.75v-3.195l-2.713-5.306h1.925L49 97.036l1.75-3.617h1.692l-2.654 5.306zM84 17.844H55.533V3.224l-27.066 14.62H0v-1.778h28L57.254.119v15.947H84v1.778z"
6751
7242
  })));
6752
7243
  }
6753
7244
 
6754
- var _path$B;
7245
+ var _path$M;
6755
7246
 
6756
- var _excluded$I = ["title", "titleId"];
7247
+ var _excluded$W = ["title", "titleId"];
6757
7248
 
6758
- function _extends$I() { _extends$I = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$I.apply(this, arguments); }
7249
+ function _extends$W() { _extends$W = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$W.apply(this, arguments); }
6759
7250
 
6760
- function _objectWithoutProperties$H(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$I(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
7251
+ function _objectWithoutProperties$V(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$W(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
6761
7252
 
6762
- function _objectWithoutPropertiesLoose$I(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
7253
+ function _objectWithoutPropertiesLoose$W(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6763
7254
 
6764
7255
  function SvgLogoSnflWhite(_ref) {
6765
7256
  var title = _ref.title,
6766
7257
  titleId = _ref.titleId,
6767
- props = _objectWithoutProperties$H(_ref, _excluded$I);
7258
+ props = _objectWithoutProperties$V(_ref, _excluded$W);
6768
7259
 
6769
- return /*#__PURE__*/React.createElement("svg", _extends$I({
7260
+ return /*#__PURE__*/React.createElement("svg", _extends$W({
6770
7261
  viewBox: "0 0 84 111",
6771
7262
  fill: "#fff",
6772
7263
  xmlns: "http://www.w3.org/2000/svg",
6773
7264
  "aria-labelledby": titleId
6774
7265
  }, props), title ? /*#__PURE__*/React.createElement("title", {
6775
7266
  id: titleId
6776
- }, title) : null, _path$B || (_path$B = /*#__PURE__*/React.createElement("path", {
7267
+ }, title) : null, _path$M || (_path$M = /*#__PURE__*/React.createElement("path", {
6777
7268
  d: "M5.483 30.355c0 .392-.058.723-.204 1.055-.146.301-.32.572-.583.784a2.812 2.812 0 01-.933.512c-.38.12-.788.18-1.225.18-.35 0-.642-.03-.905-.09-.262-.06-.525-.12-.729-.21a9.82 9.82 0 01-.554-.272 1.82 1.82 0 01-.35-.271l.73-1.266c.057.03.116.09.233.15.087.06.233.151.379.211.145.06.32.12.525.181.204.06.408.09.641.09.409 0 .73-.09.963-.3a.854.854 0 00.35-.694.854.854 0 00-.146-.482c-.117-.121-.233-.242-.408-.362-.175-.09-.35-.211-.584-.302-.233-.09-.466-.21-.7-.331a3.985 3.985 0 01-.7-.422 3.085 3.085 0 01-.554-.513 2.213 2.213 0 01-.379-.693 2.928 2.928 0 01-.146-.904c0-.362.059-.694.204-.995.146-.302.321-.543.555-.754.233-.21.525-.362.845-.482.321-.12.671-.181 1.05-.181.35 0 .642.03.905.09.262.06.495.12.7.181.204.06.35.15.495.241.146.09.234.151.321.211l-.7 1.267-.262-.181a4.677 4.677 0 00-.38-.181 2.13 2.13 0 00-.466-.12c-.175-.031-.321-.061-.496-.061-.35 0-.613.06-.817.21-.204.152-.291.363-.291.664 0 .181.029.301.116.422.088.12.175.211.321.302.146.09.292.18.496.27.175.091.38.182.613.272.262.12.525.271.787.422.263.151.467.332.67.513.205.18.35.452.468.723.087.392.145.724.145 1.116zM11.171 25.712v7.024H9.392v-7.024H7.117v-1.477h6.3v1.477h-2.246zM18.346 27.672c-.059-.181-.117-.362-.175-.513-.059-.18-.088-.331-.146-.452a5.04 5.04 0 00-.088-.332c-.029-.09-.029-.15-.029-.18h-.03c0 .03-.028.09-.057.18a5.04 5.04 0 00-.088.332 2.71 2.71 0 01-.146.452c-.058.15-.116.332-.175.513l-.7 2.02h2.304l-.67-2.02zm-2.655 5.064h-1.75l3.15-8.5h1.692l3.238 8.5h-1.896l-.584-1.598h-3.295l-.555 1.598zM27.183 32.736h-1.662l-3.18-8.5h1.867l1.75 5.094c.059.15.088.331.146.482.059.15.088.301.146.452.03.15.088.241.088.332.029.09.029.15.029.15h.029s0-.06.03-.15c.028-.09.058-.211.087-.332.029-.15.087-.271.145-.452.059-.15.088-.332.146-.482l1.663-5.095h1.75l-3.034 8.501zM36.255 26.797c0-.391-.117-.693-.35-.874-.233-.18-.583-.301-1.08-.301h-.874v2.351h.962c.467 0 .817-.09 1.021-.301.204-.211.321-.513.321-.875zm.467 5.94l-1.517-2.413c-.175-.24-.292-.452-.408-.572-.117-.151-.204-.241-.292-.332-.087-.06-.146-.12-.233-.15-.059-.03-.146-.03-.263-.03h-.116v3.496h-1.75v-8.5h2.741c.963 0 1.721.21 2.246.632.525.422.788 1.025.788 1.839 0 .362-.059.663-.175.904a2.152 2.152 0 01-.438.664 2.34 2.34 0 01-.612.452c-.234.12-.467.18-.73.24v.031c.117.09.263.211.409.392.146.18.35.452.554.814l1.604 2.532h-1.808zM46.522 28.486c0-.392-.058-.754-.146-1.116a2.491 2.491 0 00-.437-.934 2.123 2.123 0 00-.73-.633 2.262 2.262 0 00-1.05-.242c-.408 0-.758.09-1.078.242-.292.15-.555.361-.759.633a2.49 2.49 0 00-.437.934 4.669 4.669 0 00-.146 1.116c0 .392.058.783.146 1.145.087.362.233.694.437.965s.438.482.758.663c.292.15.671.241 1.08.241.408 0 .758-.09 1.079-.241.292-.15.554-.362.758-.633a2.49 2.49 0 00.438-.935c.029-.422.087-.783.087-1.205zm1.838-.03c0 .572-.088 1.145-.263 1.657a4.179 4.179 0 01-.787 1.417c-.35.422-.788.724-1.313.995-.525.241-1.137.362-1.808.362-.7 0-1.313-.12-1.838-.362a4.094 4.094 0 01-1.341-.965 4.112 4.112 0 01-.817-1.386 4.619 4.619 0 01-.292-1.658c0-.573.088-1.146.292-1.658.175-.543.467-.995.817-1.417.35-.422.787-.724 1.341-.965.525-.24 1.138-.361 1.838-.361.7 0 1.312.12 1.837.361.525.241.963.573 1.342.965.35.392.642.874.817 1.387.087.512.175 1.055.175 1.627zM55.534 30.355c0 .392-.058.724-.204 1.055-.146.302-.32.573-.583.784a2.81 2.81 0 01-.934.512c-.379.121-.787.181-1.225.181-.35 0-.641-.03-.904-.09-.262-.06-.525-.12-.73-.211-.203-.09-.378-.181-.553-.271a1.819 1.819 0 01-.35-.272l.729-1.266c.058.03.117.09.233.15.088.061.234.152.38.212.145.06.32.12.524.18.205.061.409.091.642.091.408 0 .73-.09.963-.301a.854.854 0 00.35-.694.854.854 0 00-.146-.482c-.117-.12-.234-.241-.409-.362-.175-.09-.35-.21-.583-.301a7.331 7.331 0 01-.7-.332 3.986 3.986 0 01-.7-.422 3.086 3.086 0 01-.554-.512 2.213 2.213 0 01-.38-.694 2.928 2.928 0 01-.145-.904c0-.362.058-.693.204-.995.146-.301.32-.542.554-.753.234-.211.525-.362.846-.483.32-.12.67-.18 1.05-.18.35 0 .642.03.904.09.263.06.496.12.7.18.204.061.35.151.496.242.146.09.233.15.32.21l-.7 1.267-.262-.18a4.669 4.669 0 00-.379-.182 2.125 2.125 0 00-.466-.12c-.175-.03-.321-.06-.496-.06-.35 0-.613.06-.817.21-.204.151-.292.362-.292.664 0 .18.03.301.117.422.088.12.175.21.32.301.147.09.293.18.497.271.175.09.379.181.612.272.263.12.525.271.788.422.262.15.466.331.67.512.205.211.35.452.467.724.088.392.146.723.146 1.115zM84 62.187H0v1.809h84v-1.809zM84 39.127H0v1.809h84v-1.809zM84 108.31H0v1.809h84v-1.809zM84 85.25H0v1.809h84V85.25zM5.542 55.796l-3.209-4.732a16.202 16.202 0 01-.583-.875c-.146-.24-.204-.392-.233-.392h.029v.121c0 .06 0 .15.029.271 0 .12 0 .211.03.362v5.245H0v-8.5h1.75l2.975 4.4c.117.181.233.362.35.513.117.181.204.332.263.452.087.12.145.242.175.332.058.09.058.12.058.12H5.6v-.12c0-.09 0-.181-.03-.302 0-.12 0-.27-.028-.422v-4.974h1.575v8.501H5.542zM11.842 47.295h-1.75v8.501h1.75v-8.5zM18.406 50.732c-.058-.18-.116-.362-.175-.513-.058-.18-.087-.331-.146-.452a5.04 5.04 0 00-.087-.331c-.03-.09-.03-.151-.03-.181h-.028c0 .03-.03.09-.059.18a5.04 5.04 0 00-.087.332 2.71 2.71 0 01-.146.452c-.058.151-.117.332-.175.513l-.7 2.02h2.304l-.67-2.02zm-2.625 5.064h-1.75l3.15-8.5h1.692l3.237 8.5h-1.895L19.66 54.2h-3.325l-.554 1.597zM28.174 49.858c0-.392-.117-.694-.35-.874-.233-.181-.583-.302-1.108-.302h-.875v2.351h.962c.467 0 .817-.09 1.021-.301.233-.211.35-.513.35-.874zm.467 5.938l-1.517-2.411c-.175-.241-.292-.452-.408-.573-.117-.15-.204-.241-.292-.332-.087-.06-.146-.12-.233-.15-.059-.03-.146-.03-.263-.03h-.117v3.496h-1.75v-8.5h2.742c.963 0 1.721.21 2.246.633.525.421.788 1.024.788 1.838 0 .362-.059.663-.175.905a2.15 2.15 0 01-.438.663c-.175.18-.38.331-.613.452-.233.12-.466.18-.729.241v.03c.117.09.263.211.409.392.145.181.35.453.554.814l1.604 2.532h-1.808zM38.763 55.043c-.117.09-.234.211-.409.301-.175.09-.379.212-.583.302-.233.09-.467.15-.73.21-.262.061-.553.091-.845.091-.7 0-1.312-.12-1.837-.361a3.968 3.968 0 01-1.313-.965 4.18 4.18 0 01-.787-1.417 5.323 5.323 0 01-.263-1.658c0-.573.088-1.145.263-1.658.175-.542.437-.995.816-1.386.35-.392.817-.724 1.342-.965.525-.241 1.137-.362 1.837-.362.555 0 1.021.06 1.4.18.38.122.759.272 1.08.513l-.788 1.327a2.975 2.975 0 00-.758-.362c-.263-.09-.584-.12-.963-.12s-.729.06-1.02.21c-.292.151-.555.362-.73.603-.204.272-.35.573-.437.905-.117.331-.146.723-.146 1.115 0 .422.058.784.146 1.146.087.361.233.663.437.934.204.272.438.483.759.633.291.151.641.241 1.05.241.437 0 .816-.06 1.108-.21.292-.121.554-.272.758-.453l.613 1.206zM46.315 55.796V52.12H42.61v3.677H40.89v-8.5h1.72v3.346h3.705v-3.347h1.72v8.501h-1.72zM56.962 51.546c0-.392-.059-.754-.146-1.115a2.49 2.49 0 00-.438-.935 2.121 2.121 0 00-.729-.633 2.262 2.262 0 00-1.05-.241c-.408 0-.758.09-1.079.241-.292.15-.554.362-.758.633a2.49 2.49 0 00-.438.935 4.667 4.667 0 00-.146 1.115c0 .392.059.784.146 1.146.088.361.233.693.438.964.204.272.437.483.758.663.292.151.67.242 1.08.242.407 0 .758-.09 1.078-.242.292-.15.555-.361.759-.633.204-.27.35-.572.437-.934.03-.422.088-.784.088-1.206zm1.837-.03c0 .573-.087 1.145-.262 1.658a4.18 4.18 0 01-.788 1.417c-.35.422-.787.723-1.312.995-.525.24-1.138.361-1.809.361-.7 0-1.312-.12-1.837-.361a4.092 4.092 0 01-1.342-.965 4.112 4.112 0 01-.816-1.387 4.617 4.617 0 01-.292-1.658c0-.572.087-1.145.291-1.658.175-.542.467-.995.817-1.416.35-.423.788-.724 1.342-.965.525-.241 1.137-.362 1.837-.362s1.313.12 1.838.362c.525.241.962.573 1.341.965.38.391.642.874.817 1.386.088.513.175 1.055.175 1.628zM66.033 53.416c0 .392-.058.724-.204 1.055-.146.302-.32.573-.583.784a2.811 2.811 0 01-.934.512c-.379.121-.787.181-1.225.181-.35 0-.641-.03-.904-.09-.262-.06-.525-.12-.729-.211-.204-.09-.38-.181-.554-.271a1.83 1.83 0 01-.35-.272l.729-1.266c.058.03.117.09.233.15.088.061.234.152.38.212.145.06.32.12.524.18.205.061.409.091.642.091.409 0 .73-.09.963-.301a.854.854 0 00.35-.694.853.853 0 00-.146-.482 1.707 1.707 0 00-.408-.362c-.175-.09-.35-.21-.584-.301a7.367 7.367 0 01-.7-.332 3.986 3.986 0 01-.7-.422 3.088 3.088 0 01-.554-.512 2.213 2.213 0 01-.38-.694 2.928 2.928 0 01-.145-.904c0-.362.058-.693.204-.995.146-.301.321-.542.554-.753.234-.211.525-.362.846-.483.321-.12.671-.18 1.05-.18a4 4 0 01.904.09c.263.06.496.12.7.18.204.061.35.151.496.242.146.09.234.15.321.21l-.7 1.267a1.17 1.17 0 00-.263-.15c-.116-.061-.233-.121-.379-.182a2.13 2.13 0 00-.466-.12c-.175-.03-.321-.06-.496-.06-.35 0-.613.06-.817.21-.204.151-.291.362-.291.664 0 .18.029.301.116.422.088.12.175.21.321.301.146.09.292.181.496.272.175.09.379.18.612.27.263.122.525.272.788.423.262.15.466.331.67.512.205.211.35.453.467.724.117.271.146.693.146 1.085zM1.75 71.834v2.08h2.625v1.417H1.75v3.527H0v-8.501h4.725v1.477H1.75zM13.182 74.608c0-.392-.058-.754-.146-1.115a2.49 2.49 0 00-.437-.935 2.122 2.122 0 00-.73-.633 2.262 2.262 0 00-1.05-.241c-.408 0-.758.09-1.078.241-.292.15-.554.362-.759.633a2.49 2.49 0 00-.437.935 4.668 4.668 0 00-.146 1.115c0 .392.058.784.146 1.146.087.361.233.693.437.964.205.272.438.483.759.663.291.151.67.242 1.079.242.408 0 .758-.09 1.079-.242.32-.15.554-.361.758-.632.204-.272.35-.573.438-.935.029-.422.087-.784.087-1.206zm1.838-.03c0 .573-.088 1.145-.263 1.658a4.18 4.18 0 01-.787 1.417c-.35.422-.788.723-1.313.995-.525.24-1.137.361-1.808.361-.7 0-1.312-.12-1.837-.361a4.094 4.094 0 01-1.342-.965 4.112 4.112 0 01-.817-1.387 4.617 4.617 0 01-.291-1.658c0-.573.087-1.145.291-1.658.175-.542.467-.995.817-1.416.35-.423.787-.724 1.342-.965.525-.241 1.137-.362 1.837-.362s1.313.12 1.838.362c.524.241.962.573 1.341.965.38.391.642.874.817 1.386.087.513.175 1.055.175 1.628zM24.092 75.392c0 1.176-.291 2.05-.845 2.683-.555.633-1.4.934-2.538.934-1.196 0-2.07-.3-2.654-.874-.584-.603-.846-1.447-.846-2.562v-5.215h1.75v5.064c0 .724.146 1.266.408 1.598.263.332.73.512 1.4.512.613 0 1.05-.18 1.342-.542.292-.362.408-.844.408-1.477v-5.185h1.605v5.064h-.03zM32.345 78.858l-3.208-4.733a16.16 16.16 0 01-.583-.874c-.146-.241-.205-.392-.234-.392h-.029v.12c0 .06 0 .151.03.272 0 .12 0 .21.028.362v5.245h-1.575v-8.501h1.75l2.975 4.401c.117.181.234.362.35.513.117.18.205.331.263.452.087.12.146.241.175.331.058.09.058.121.058.121h.03v-.12c0-.091 0-.181-.03-.302 0-.12 0-.271-.029-.422v-4.974h1.575v8.5h-1.546zM42.262 74.547c0-.965-.233-1.658-.7-2.08-.466-.452-1.196-.663-2.158-.663h-.759v5.607h.817c.933 0 1.633-.241 2.1-.724.467-.482.7-1.205.7-2.14zm1.838-.06c0 .603-.088 1.175-.292 1.718-.204.543-.467.995-.875 1.387-.38.392-.875.693-1.487.934-.613.211-1.313.332-2.13.332h-2.42v-8.501h2.479c.816 0 1.516.09 2.1.301.583.211 1.079.483 1.458.844.38.362.67.814.846 1.297.233.512.32 1.085.32 1.688zM49.524 73.793c-.058-.18-.116-.361-.175-.512-.058-.18-.087-.332-.145-.452-.03-.12-.059-.241-.088-.332-.03-.09-.03-.15-.03-.18h-.028c0 .03-.03.09-.059.18-.029.09-.058.211-.087.332-.03.15-.088.301-.146.452a9.94 9.94 0 00-.175.512l-.7 2.02h2.304l-.67-2.02zM46.9 78.858h-1.75l3.15-8.501h1.692l3.238 8.5h-1.896l-.554-1.597h-3.296l-.584 1.598zM57.634 71.834v7.024h-1.75v-7.024H53.61v-1.477h6.3v1.477h-2.275zM63.846 70.357h-1.75v8.5h1.75v-8.5zM72.77 74.608c0-.392-.059-.754-.146-1.115a2.49 2.49 0 00-.438-.935 2.122 2.122 0 00-.73-.633 2.262 2.262 0 00-1.05-.241c-.407 0-.757.09-1.078.241-.292.15-.554.362-.759.633a2.49 2.49 0 00-.437.935 4.668 4.668 0 00-.146 1.115c0 .392.058.784.146 1.146.087.361.233.693.437.964.205.272.438.483.759.663.291.151.67.242 1.079.242.408 0 .758-.09 1.08-.242.29-.15.553-.361.757-.632a2.49 2.49 0 00.438-.935 8.39 8.39 0 00.087-1.206zm1.866-.03c0 .573-.087 1.145-.262 1.658a4.18 4.18 0 01-.788 1.417c-.35.422-.787.723-1.312.995-.525.24-1.138.361-1.809.361-.7 0-1.312-.12-1.837-.361a4.094 4.094 0 01-1.342-.965 4.112 4.112 0 01-.817-1.387 4.617 4.617 0 01-.291-1.658c0-.573.087-1.145.291-1.658.175-.542.467-.995.817-1.416.35-.423.788-.724 1.342-.965.525-.241 1.137-.362 1.837-.362s1.313.12 1.838.362c.525.241.962.573 1.341.965.38.391.642.874.817 1.386.058.513.175 1.055.175 1.628zM82.395 78.858l-3.208-4.733a16.16 16.16 0 01-.584-.874c-.145-.241-.204-.392-.233-.392h-.03v.12c0 .06 0 .151.03.272 0 .12 0 .21.03.362v5.245h-1.576v-8.501h1.75l2.975 4.401c.117.181.234.362.35.513.117.18.204.331.263.452.087.12.146.241.175.331.058.09.058.121.058.121h.03v-.12c0-.091 0-.181-.03-.302 0-.12 0-.271-.03-.422v-4.974h1.576v8.5h-1.546zM0 101.92v-8.501h1.75v7.054h3.063v1.447H0zM8.867 93.419h-1.75v8.501h1.75v-8.501zM16.013 99.418c0-.392-.117-.694-.35-.905-.234-.21-.613-.3-1.109-.3h-.991v2.35h.904c.496 0 .875-.09 1.137-.271.292-.181.409-.482.409-.874zM15.72 95.8c0-.693-.437-1.025-1.312-1.025h-.846v2.11h.816c.467 0 .817-.09 1.021-.27.234-.151.321-.423.321-.815zm2.07 3.769c0 .422-.087.814-.232 1.115-.175.301-.38.543-.671.723a2.6 2.6 0 01-1.021.392 5.778 5.778 0 01-1.283.121H11.87v-8.501h2.742c.379 0 .729.03 1.079.09s.642.181.904.362c.263.15.467.392.613.663.145.272.233.603.233.995 0 .543-.146.995-.408 1.296a2.131 2.131 0 01-1.05.664v.03c.233.03.466.12.7.21.204.091.408.242.583.423.175.18.292.361.38.603.087.21.145.482.145.814zM24.267 95.981c0-.392-.117-.693-.35-.874-.234-.18-.584-.301-1.109-.301h-.875v2.351h.963c.467 0 .817-.09 1.02-.301.263-.212.35-.513.35-.875zm.466 5.939l-1.516-2.412c-.175-.24-.292-.452-.409-.572-.116-.151-.204-.242-.291-.332-.088-.06-.146-.12-.233-.15-.059-.03-.146-.03-.263-.03h-.117v3.496h-1.75v-8.501h2.742c.962 0 1.72.211 2.246.633.525.422.787 1.025.787 1.839 0 .362-.058.663-.175.904a2.151 2.151 0 01-.437.663 2.34 2.34 0 01-.613.453c-.233.12-.466.18-.729.24v.03c.117.091.263.212.409.393.145.18.35.452.554.814l1.604 2.532h-1.809zM32.464 96.856c-.058-.181-.117-.362-.175-.513-.059-.18-.088-.332-.146-.452a5.006 5.006 0 00-.087-.332c-.03-.09-.03-.15-.03-.18h-.029c0 .03-.029.09-.058.18-.03.09-.058.211-.088.332-.029.15-.087.301-.145.452-.059.15-.117.332-.175.513l-.7 2.02h2.304l-.671-2.02zm-2.625 5.064h-1.75l3.15-8.501h1.692l3.237 8.501h-1.896l-.554-1.598h-3.296l-.583 1.598zM42.205 95.981c0-.392-.116-.693-.35-.874-.233-.18-.583-.301-1.079-.301h-.875v2.351h.963c.466 0 .816-.09 1.02-.301.205-.212.321-.513.321-.875zm.467 5.939l-1.517-2.412c-.175-.24-.291-.452-.408-.572-.117-.151-.204-.242-.292-.332-.087-.06-.146-.12-.233-.15-.058-.03-.146-.03-.263-.03h-.116v3.496h-1.75v-8.501h2.741c.963 0 1.721.211 2.246.633.525.422.788 1.025.788 1.839 0 .362-.059.663-.175.904a2.151 2.151 0 01-.438.663 2.34 2.34 0 01-.612.453c-.234.12-.467.18-.73.24v.03c.117.091.263.212.409.393.146.18.35.452.554.814l1.604 2.532h-1.808zM49.788 98.725v3.195h-1.75v-3.195l-2.713-5.306h1.925L49 97.036l1.75-3.617h1.692l-2.654 5.306zM84 17.844H55.533V3.224l-27.066 14.62H0v-1.778h28L57.254.119v15.947H84v1.778z"
6778
7269
  })));
6779
7270
  }
6780
7271
 
7272
+ var _path$N, _path2$p, _path3$j, _path4$a, _path5$9, _path6$2, _path7$2, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55;
7273
+
7274
+ var _excluded$X = ["title", "titleId"];
7275
+
7276
+ function _extends$X() { _extends$X = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$X.apply(this, arguments); }
7277
+
7278
+ function _objectWithoutProperties$W(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$X(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
7279
+
7280
+ function _objectWithoutPropertiesLoose$X(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
7281
+
7282
+ function SvgLogoTreasuresColor(_ref) {
7283
+ var title = _ref.title,
7284
+ titleId = _ref.titleId,
7285
+ props = _objectWithoutProperties$W(_ref, _excluded$X);
7286
+
7287
+ return /*#__PURE__*/React.createElement("svg", _extends$X({
7288
+ viewBox: "0 0 324 265",
7289
+ fill: "none",
7290
+ xmlns: "http://www.w3.org/2000/svg",
7291
+ "aria-labelledby": titleId
7292
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
7293
+ id: titleId
7294
+ }, title) : null, _path$N || (_path$N = /*#__PURE__*/React.createElement("path", {
7295
+ d: "M21.553 153.725c-.997-.059-3.455-.118-5.33-.118-1.874 0-4.332.059-5.329.118-.059 0-.118-.177-.059-.236 2.111-.819 2.99-1.986 2.99-6.894v-31.067H10.31c-5.742 0-8.141 1.284-10.075 6.54-.059.059-.236 0-.236-.059.236-3.388.236-7.123.118-9.168 0-.118.06-.177.177-.177 1.174.059 5.388.118 8.142.118h15.581c2.753 0 6.968-.059 8.141-.118.118 0 .177.059.177.177-.118 2.045-.118 5.78.119 9.168 0 .059-.178.118-.237.059-1.934-5.256-4.332-6.54-10.075-6.54H18.63v31.067c0 4.908.878 6.075 2.99 6.894.05.059-.008.236-.067.236z",
7296
+ fill: "#D3BA81"
7297
+ })), _path2$p || (_path2$p = /*#__PURE__*/React.createElement("path", {
7298
+ d: "M21.553 153.725c-.997-.059-3.455-.118-5.33-.118-1.874 0-4.332.059-5.329.118-.059 0-.118-.177-.059-.236 2.111-.819 2.99-1.986 2.99-6.894v-31.067H10.31c-5.742 0-8.141 1.284-10.075 6.54-.059.059-.236 0-.236-.059.236-3.388.236-7.123.118-9.168 0-.118.06-.177.177-.177 1.174.059 5.388.118 8.142.118h15.581c2.753 0 6.968-.059 8.141-.118.118 0 .177.059.177.177-.118 2.045-.118 5.78.119 9.168 0 .059-.178.118-.237.059-1.934-5.256-4.332-6.54-10.075-6.54H18.63v31.067c0 4.908.878 6.075 2.99 6.894.05.059-.008.236-.067.236zM51.246 115.536h-7.263v16.762h7.263c6.503 0 9.367-2.568 9.367-8.407.007-5.845-2.864-8.355-9.367-8.355zm5.27 18.859l6.385 11.854c1.934 3.616 3.75 5.196 5.912 5.196.524 0 1.174-.177 1.174-.177.059 0 .177.177.177.236-.642 1.343-2.34 2.569-4.569 2.569-3.166 0-4.982-1.639-7.322-6.016l-6.909-13.02h-7.38v11.559c0 4.908.878 6.074 2.989 6.894.059.059 0 .236-.06.236-.996-.059-3.454-.118-5.328-.118-1.875 0-4.156.059-5.152.118-.06 0-.118-.177-.06-.236 1.934-.82 2.813-1.868 2.813-6.599v-27.332c0-4.732-.879-5.78-2.812-6.599-.06-.059 0-.236.059-.236 0 0 1.756.059 6.148.059h8.724c9.315 0 14.35 3.565 14.35 10.924 0 6.015-3.219 9.581-9.139 10.688z",
7299
+ fill: "#D3BA81"
7300
+ })), _path3$j || (_path3$j = /*#__PURE__*/React.createElement("path", {
7301
+ d: "M51.246 115.536h-7.263v16.762h7.263c6.503 0 9.367-2.568 9.367-8.407.007-5.845-2.864-8.355-9.367-8.355zm5.27 18.859l6.385 11.854c1.934 3.616 3.75 5.196 5.912 5.196.524 0 1.174-.177 1.174-.177.059 0 .177.177.177.236-.642 1.343-2.34 2.569-4.569 2.569-3.166 0-4.982-1.639-7.322-6.016l-6.909-13.02h-7.38v11.559c0 4.908.878 6.074 2.989 6.894.059.059 0 .236-.06.236-.996-.059-3.454-.118-5.328-.118-1.875 0-4.156.059-5.152.118-.06 0-.118-.177-.06-.236 1.934-.82 2.813-1.868 2.813-6.599v-27.332c0-4.732-.879-5.78-2.812-6.599-.06-.059 0-.236.059-.236 0 0 1.756.059 6.148.059h8.724c9.315 0 14.35 3.565 14.35 10.924 0 6.015-3.219 9.581-9.139 10.688zM104.139 153.784c-1.174-.059-5.388-.118-8.141-.118H80.593c-4.392 0-6.148.059-6.148.059-.06 0-.118-.177-.06-.236 1.935-.819 2.813-1.867 2.813-6.599v-27.332c0-4.731-.878-5.779-2.812-6.598-.06-.06 0-.237.059-.237 0 0 1.757.059 6.148.059H94.47c2.753 0 6.967-.059 8.141-.118.118 0 .177.059.177.177-.118 1.868-.118 5.197.118 8.348 0 .059-.177.119-.236.059-1.875-4.613-4.805-5.72-10.075-5.72h-10.6v15.707h7.5c5.506 0 7.322-.937 8.606-3.853.06-.059.236 0 .236.059-.118 1.048-.177 3.27-.177 5.137 0 1.868.06 4.09.177 5.138 0 .059-.177.118-.236.059-1.291-2.923-3.107-3.853-8.606-3.853h-7.5v16.991h11.537c6.326 0 8.725-1.056 10.659-6.311.059-.059.236 0 .236.059-.236 3.388-.236 6.894-.118 8.939 0 .125-.059.184-.17.184z",
7302
+ fill: "#D3BA81"
7303
+ })), _path4$a || (_path4$a = /*#__PURE__*/React.createElement("path", {
7304
+ d: "M104.139 153.784c-1.174-.059-5.388-.118-8.141-.118H80.593c-4.392 0-6.148.059-6.148.059-.06 0-.118-.177-.06-.236 1.935-.819 2.813-1.867 2.813-6.599v-27.332c0-4.731-.878-5.779-2.812-6.598-.06-.06 0-.237.059-.237 0 0 1.757.059 6.148.059H94.47c2.753 0 6.967-.059 8.141-.118.118 0 .177.059.177.177-.118 1.868-.118 5.197.118 8.348 0 .059-.177.119-.236.059-1.875-4.613-4.805-5.72-10.075-5.72h-10.6v15.707h7.5c5.506 0 7.322-.937 8.606-3.853.06-.059.236 0 .236.059-.118 1.048-.177 3.27-.177 5.137 0 1.868.06 4.09.177 5.138 0 .059-.177.118-.236.059-1.291-2.923-3.107-3.853-8.606-3.853h-7.5v16.991h11.537c6.326 0 8.725-1.056 10.659-6.311.059-.059.236 0 .236.059-.236 3.388-.236 6.894-.118 8.939 0 .125-.059.184-.17.184zM133.126 138.661l-7.263-17.692-7.263 17.692h14.526zm2.17 15.065c-.059-.059-.059-.288-.059-.288 2.517-.937 3.1-2.222.819-7.706l-1.756-4.266h-16.807l-1.521 3.676c-2.221 5.373-2.17 7.004 1.174 8.296 0 0 0 .236-.059.288a108.307 108.307 0 00-5.152-.118c-1.757 0-3.927.059-5.152.118-.059-.059-.059-.288-.059-.288 2.635-1.225 3.808-2.923 6.03-8.296l13.884-33.754c.059-.059.295-.059.354 0l14.231 34.337c2.288 5.55 3.107 6.539 5.152 7.706 0 0 0 .236-.059.287a120.397 120.397 0 00-5.565-.118c-2.407.008-4.34.067-5.455.126z",
7305
+ fill: "#D3BA81"
7306
+ })), _path5$9 || (_path5$9 = /*#__PURE__*/React.createElement("path", {
7307
+ d: "M133.126 138.661l-7.263-17.692-7.263 17.692h14.526zm2.17 15.065c-.059-.059-.059-.288-.059-.288 2.517-.937 3.1-2.222.819-7.706l-1.756-4.266h-16.807l-1.521 3.676c-2.221 5.373-2.17 7.004 1.174 8.296 0 0 0 .236-.059.288a108.307 108.307 0 00-5.152-.118c-1.757 0-3.927.059-5.152.118-.059-.059-.059-.288-.059-.288 2.635-1.225 3.808-2.923 6.03-8.296l13.884-33.754c.059-.059.295-.059.354 0l14.231 34.337c2.288 5.55 3.107 6.539 5.152 7.706 0 0 0 .236-.059.287a120.397 120.397 0 00-5.565-.118c-2.407.008-4.34.067-5.455.126zM170.141 113.491c.642 0 1.285-.236 1.639-.465.059 0 .236.059.236.118 0 2.982.236 5.898.701 8.88 0 .059-.177.118-.236.059-2.694-5.019-6.68-7.418-10.953-7.418-4.156 0-7.027 2.568-7.027 6.421 0 4.613 3.218 5.898 9.603 8.88 5.152 2.391 11.13 5.373 11.13 12.496 0 7.241-5.034 12.09-12.887 12.09-6.149 0-9.898-2.805-11.832-2.805a2.68 2.68 0 00-1.402.406c-.059 0-.237-.059-.178-.118.532-2.864.82-5.956 1.115-9.868 0-.059.236-.059.236-.059 1.698 5.72 5.329 9.691 12.238 9.691 5.565 0 8.437-3.27 8.437-7.824 0-4.731-2.695-6.311-9.374-9.404-5.211-2.391-11.36-4.967-11.36-11.913 0-6.539 5.093-10.746 11.419-10.746 3.816 0 6.333 1.579 8.495 1.579z",
7308
+ fill: "#D3BA81"
7309
+ })), _path6$2 || (_path6$2 = /*#__PURE__*/React.createElement("path", {
7310
+ d: "M170.141 113.491c.642 0 1.285-.236 1.639-.465.059 0 .236.059.236.118 0 2.982.236 5.898.701 8.88 0 .059-.177.118-.236.059-2.694-5.019-6.68-7.418-10.953-7.418-4.156 0-7.027 2.568-7.027 6.421 0 4.613 3.218 5.898 9.603 8.88 5.152 2.391 11.13 5.373 11.13 12.496 0 7.241-5.034 12.09-12.887 12.09-6.149 0-9.898-2.805-11.832-2.805a2.68 2.68 0 00-1.402.406c-.059 0-.237-.059-.178-.118.532-2.864.82-5.956 1.115-9.868 0-.059.236-.059.236-.059 1.698 5.72 5.329 9.691 12.238 9.691 5.565 0 8.437-3.27 8.437-7.824 0-4.731-2.695-6.311-9.374-9.404-5.211-2.391-11.36-4.967-11.36-11.913 0-6.539 5.093-10.746 11.419-10.746 3.816 0 6.333 1.579 8.495 1.579zM183.444 138.366v-18.807c0-4.732-.878-5.78-2.812-6.599-.059-.059 0-.236.059-.236.996.059 3.277.118 5.152.118s4.155-.059 5.152-.118c.059 0 .118.177.059.236-1.934.819-2.812 1.867-2.812 6.599v18.917c0 9.168 4.037 12.674 11.418 12.674 7.086 0 11.131-4.03 11.131-13.08v-17.227c0-5.019-.76-6.886-3.395-7.883-.059-.059 0-.236.059-.236a94.55 94.55 0 004.864.118c2.052 0 3.867-.059 4.864-.118.059 0 .118.177.059.236-2.635.997-3.395 2.864-3.395 7.883v17.405c0 11.33-6.031 16.29-15.05 16.29-9.323.007-15.353-4.96-15.353-16.172z",
7311
+ fill: "#D3BA81"
7312
+ })), _path7$2 || (_path7$2 = /*#__PURE__*/React.createElement("path", {
7313
+ d: "M183.444 138.366v-18.807c0-4.732-.878-5.78-2.812-6.599-.059-.059 0-.236.059-.236.996.059 3.277.118 5.152.118s4.155-.059 5.152-.118c.059 0 .118.177.059.236-1.934.819-2.812 1.867-2.812 6.599v18.917c0 9.168 4.037 12.674 11.418 12.674 7.086 0 11.131-4.03 11.131-13.08v-17.227c0-5.019-.76-6.886-3.395-7.883-.059-.059 0-.236.059-.236a94.55 94.55 0 004.864.118c2.052 0 3.867-.059 4.864-.118.059 0 .118.177.059.236-2.635.997-3.395 2.864-3.395 7.883v17.405c0 11.33-6.031 16.29-15.05 16.29-9.323.007-15.353-4.96-15.353-16.172zM238.379 115.536h-7.263v16.762h7.263c6.502 0 9.373-2.568 9.373-8.407-.007-5.845-2.878-8.355-9.373-8.355zm5.27 18.859l6.384 11.854c1.934 3.616 3.75 5.196 5.912 5.196.525 0 1.174-.177 1.174-.177.059 0 .177.177.177.236-.642 1.343-2.34 2.569-4.569 2.569-3.166 0-4.975-1.639-7.322-6.016l-6.908-13.02h-7.381v11.559c0 4.908.878 6.074 2.989 6.894.059.059 0 .236-.059.236-.997-.059-3.455-.118-5.329-.118-1.875 0-4.156.059-5.152.118-.059 0-.118-.177-.059-.236 1.933-.82 2.812-1.868 2.812-6.599v-27.332c0-4.732-.879-5.78-2.812-6.599-.059-.059 0-.236.059-.236 0 0 1.756.059 6.148.059h8.725c9.314 0 14.348 3.565 14.348 10.924 0 6.015-3.225 9.581-9.137 10.688z",
7314
+ fill: "#D3BA81"
7315
+ })), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
7316
+ d: "M238.379 115.536h-7.263v16.762h7.263c6.502 0 9.373-2.568 9.373-8.407-.007-5.845-2.878-8.355-9.373-8.355zm5.27 18.859l6.384 11.854c1.934 3.616 3.75 5.196 5.912 5.196.525 0 1.174-.177 1.174-.177.059 0 .177.177.177.236-.642 1.343-2.34 2.569-4.569 2.569-3.166 0-4.975-1.639-7.322-6.016l-6.908-13.02h-7.381v11.559c0 4.908.878 6.074 2.989 6.894.059.059 0 .236-.059.236-.997-.059-3.455-.118-5.329-.118-1.875 0-4.156.059-5.152.118-.059 0-.118-.177-.059-.236 1.933-.82 2.812-1.868 2.812-6.599v-27.332c0-4.732-.879-5.78-2.812-6.599-.059-.059 0-.236.059-.236 0 0 1.756.059 6.148.059h8.725c9.314 0 14.348 3.565 14.348 10.924 0 6.015-3.225 9.581-9.137 10.688zM291.728 153.784c-1.174-.059-5.388-.118-8.142-.118h-15.404c-4.392 0-6.148.059-6.148.059-.059 0-.118-.177-.059-.236 1.933-.819 2.812-1.867 2.812-6.599v-27.332c0-4.731-.879-5.779-2.812-6.598-.059-.06 0-.237.059-.237 0 0 1.756.059 6.148.059h13.884c2.753 0 6.968-.059 8.141-.118.118 0 .177.059.177.177-.118 1.868-.118 5.197.118 8.348 0 .059-.177.119-.236.059-1.875-4.613-4.805-5.72-10.075-5.72h-10.599v15.707h7.499c5.506 0 7.322-.937 8.606-3.853.059-.059.237 0 .237.059-.119 1.048-.178 3.27-.178 5.137 0 1.868.059 4.09.178 5.138 0 .059-.178.118-.237.059-1.291-2.923-3.107-3.853-8.606-3.853h-7.499v16.991h11.537c6.325 0 8.724-1.056 10.658-6.311.059-.059.236 0 .236.059-.236 3.388-.236 6.894-.118 8.939 0 .125-.059.184-.177.184z",
7317
+ fill: "#D3BA81"
7318
+ })), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
7319
+ d: "M291.728 153.784c-1.174-.059-5.388-.118-8.142-.118h-15.404c-4.392 0-6.148.059-6.148.059-.059 0-.118-.177-.059-.236 1.933-.819 2.812-1.867 2.812-6.599v-27.332c0-4.731-.879-5.779-2.812-6.598-.059-.06 0-.237.059-.237 0 0 1.756.059 6.148.059h13.884c2.753 0 6.968-.059 8.141-.118.118 0 .177.059.177.177-.118 1.868-.118 5.197.118 8.348 0 .059-.177.119-.236.059-1.875-4.613-4.805-5.72-10.075-5.72h-10.599v15.707h7.499c5.506 0 7.322-.937 8.606-3.853.059-.059.237 0 .237.059-.119 1.048-.178 3.27-.178 5.137 0 1.868.059 4.09.178 5.138 0 .059-.178.118-.237.059-1.291-2.923-3.107-3.853-8.606-3.853h-7.499v16.991h11.537c6.325 0 8.724-1.056 10.658-6.311.059-.059.236 0 .236.059-.236 3.388-.236 6.894-.118 8.939 0 .125-.059.184-.177.184zM318.907 113.491c.642 0 1.284-.236 1.639-.465.059 0 .236.059.236.118 0 2.982.236 5.898.701 8.88 0 .059-.177.118-.236.059-2.694-5.019-6.68-7.418-10.954-7.418-4.155 0-7.026 2.568-7.026 6.421 0 4.613 3.218 5.898 9.602 8.88 5.152 2.391 11.131 5.373 11.131 12.496 0 7.241-5.034 12.09-12.887 12.09-6.149 0-9.898-2.805-11.832-2.805-.524 0-1.056.177-1.403.406-.059 0-.236-.059-.177-.118.524-2.864.82-5.956 1.115-9.868 0-.059.236-.059.236-.059 1.698 5.72 5.329 9.691 12.238 9.691 5.565 0 8.436-3.27 8.436-7.824 0-4.731-2.694-6.311-9.374-9.404-5.211-2.391-11.359-4.967-11.359-11.913 0-6.539 5.093-10.746 11.419-10.746 3.808 0 6.332 1.579 8.495 1.579z",
7320
+ fill: "#D3BA81"
7321
+ })), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
7322
+ d: "M318.907 113.491c.642 0 1.284-.236 1.639-.465.059 0 .236.059.236.118 0 2.982.236 5.898.701 8.88 0 .059-.177.118-.236.059-2.694-5.019-6.68-7.418-10.954-7.418-4.155 0-7.026 2.568-7.026 6.421 0 4.613 3.218 5.898 9.602 8.88 5.152 2.391 11.131 5.373 11.131 12.496 0 7.241-5.034 12.09-12.887 12.09-6.149 0-9.898-2.805-11.832-2.805-.524 0-1.056.177-1.403.406-.059 0-.236-.059-.177-.118.524-2.864.82-5.956 1.115-9.868 0-.059.236-.059.236-.059 1.698 5.72 5.329 9.691 12.238 9.691 5.565 0 8.436-3.27 8.436-7.824 0-4.731-2.694-6.311-9.374-9.404-5.211-2.391-11.359-4.967-11.359-11.913 0-6.539 5.093-10.746 11.419-10.746 3.808 0 6.332 1.579 8.495 1.579z",
7323
+ fill: "#D3BA81"
7324
+ })), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
7325
+ d: "M43.565 89.555c.023-.067.14-.17.214-.17.421.17 1.713.494 2.746.679.067.037.037.288-.03.325-1.446.17-2.11.775-2.59 2.568l-.31 1.166 8.621 2.31c1.373.37 1.963.266 2.613-.553.044-.022.258.067.266.126a33.08 33.08 0 00-.584 1.97c-.199.753-.361 1.432-.48 2-.029.052-.265.023-.294-.022-.156-1.025-.613-1.41-1.986-1.778l-8.621-2.31-.31 1.166c-.48 1.793-.207 2.65.96 3.52.036.067-.06.303-.133.296-.99-.355-2.266-.724-2.717-.783-.066-.037-.118-.184-.103-.25.155-.31.45-1.13.93-2.909l1.174-4.392c.465-1.756.612-2.605.634-2.96z",
7326
+ fill: "#05002F"
7327
+ })), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
7328
+ d: "M43.565 89.555c.023-.067.14-.17.214-.17.421.17 1.713.494 2.746.679.067.037.037.288-.03.325-1.446.17-2.11.775-2.59 2.568l-.31 1.166 8.621 2.31c1.373.37 1.963.266 2.613-.553.044-.022.258.067.266.126a33.08 33.08 0 00-.584 1.97c-.199.753-.361 1.432-.48 2-.029.052-.265.023-.294-.022-.156-1.025-.613-1.41-1.986-1.778l-8.621-2.31-.31 1.166c-.48 1.793-.207 2.65.96 3.52.036.067-.06.303-.133.296-.99-.355-2.266-.724-2.717-.783-.066-.037-.118-.184-.103-.25.155-.31.45-1.13.93-2.909l1.174-4.392c.465-1.756.612-2.605.634-2.96zM52.118 86.1l3.063 1.225c1.27.51 1.86.495 2.539-.184.044-.022.25.103.25.155a35.084 35.084 0 00-1.461 3.646c-.036.044-.265-.007-.287-.059-.023-.96-.436-1.38-1.713-1.89l-6.997-2.797c-1.27-.51-1.86-.494-2.54.185-.043.022-.25-.104-.25-.155a35.184 35.184 0 001.462-3.646c.036-.045.265.007.287.058.022.96.436 1.38 1.713 1.89l2.945 1.18 2.48-6.207-2.945-1.18c-1.27-.51-1.86-.495-2.54.184-.044.022-.25-.103-.25-.155a34.754 34.754 0 001.461-3.646c.037-.044.266.007.288.059.022.96.435 1.38 1.712 1.89l6.998 2.797c1.27.51 1.86.494 2.539-.192.044-.022.25.103.25.155a35.093 35.093 0 00-1.462 3.646c-.036.044-.265-.007-.287-.059-.022-.96-.435-1.38-1.712-1.89l-3.063-1.225-2.48 6.215z",
7329
+ fill: "#05002F"
7330
+ })), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
7331
+ d: "M52.118 86.1l3.063 1.225c1.27.51 1.86.495 2.539-.184.044-.022.25.103.25.155a35.084 35.084 0 00-1.461 3.646c-.036.044-.265-.007-.287-.059-.023-.96-.436-1.38-1.713-1.89l-6.997-2.797c-1.27-.51-1.86-.494-2.54.185-.043.022-.25-.104-.25-.155a35.184 35.184 0 001.462-3.646c.036-.045.265.007.287.058.022.96.436 1.38 1.713 1.89l2.945 1.18 2.48-6.207-2.945-1.18c-1.27-.51-1.86-.495-2.54.184-.044.022-.25-.103-.25-.155a34.754 34.754 0 001.461-3.646c.037-.044.266.007.288.059.022.96.435 1.38 1.712 1.89l6.998 2.797c1.27.51 1.86.494 2.539-.192.044-.022.25.103.25.155a35.093 35.093 0 00-1.462 3.646c-.036.044-.265-.007-.287-.059-.022-.96-.435-1.38-1.712-1.89l-3.063-1.225-2.48 6.215zM62.391 76.918c-.044.037-.265-.044-.28-.088.066-.953-.317-1.447-1.66-2.185l-6.06-3.314c-1.484-.812-2.156-.871-2.909-.318-.051.015-.236-.133-.229-.184.259-.436.65-1.107.982-1.72l1.97-3.61c.88-1.608 1.233-2.406 1.337-2.738.037-.066.177-.133.243-.11.37.265 1.314.76 2.274 1.18.051.052-.037.288-.111.31-1.255-.147-1.963.325-2.805 1.86l-1.557 2.85 4.096 2.243 1.056-1.933c.56-1.026.672-1.787.11-2.569-.029-.059.133-.28.185-.266.31.192.967.569 1.402.812.443.244 1.115.59 1.44.746.037.044-.06.295-.126.302-.96-.051-1.542.45-2.103 1.484l-1.056 1.926 4.193 2.296 1.653-3.019c.9-1.646.87-2.458-.126-3.639-.022-.074.133-.28.2-.258.96.605 1.948 1.13 2.42 1.321.067.037.097.2.067.258-.177.251-.516.79-1.609 2.798l-2.089 3.83a76.59 76.59 0 00-.908 1.735z",
7332
+ fill: "#05002F"
7333
+ })), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
7334
+ d: "M62.391 76.918c-.044.037-.265-.044-.28-.088.066-.953-.317-1.447-1.66-2.185l-6.06-3.314c-1.484-.812-2.156-.871-2.909-.318-.051.015-.236-.133-.229-.184.259-.436.65-1.107.982-1.72l1.97-3.61c.88-1.608 1.233-2.406 1.337-2.738.037-.066.177-.133.243-.11.37.265 1.314.76 2.274 1.18.051.052-.037.288-.111.31-1.255-.147-1.963.325-2.805 1.86l-1.557 2.85 4.096 2.243 1.056-1.933c.56-1.026.672-1.787.11-2.569-.029-.059.133-.28.185-.266.31.192.967.569 1.402.812.443.244 1.115.59 1.44.746.037.044-.06.295-.126.302-.96-.051-1.542.45-2.103 1.484l-1.056 1.926 4.193 2.296 1.653-3.019c.9-1.646.87-2.458-.126-3.639-.022-.074.133-.28.2-.258.96.605 1.948 1.13 2.42 1.321.067.037.097.2.067.258-.177.251-.516.79-1.609 2.798l-2.089 3.83a76.59 76.59 0 00-.908 1.735zM77.832 53.528l-13.006.354 5.396 4.222c1.35 1.055 1.993 1.255 2.974.79.052-.008.214.162.192.221-.273.317-.716.856-1.085 1.329a46.4 46.4 0 00-1.026 1.372c-.052.03-.258-.08-.258-.132.214-1.07-.133-1.639-1.484-2.694l-5.41-4.23c-1.078-.841-1.727-1.011-2.569-.612-.051.007-.214-.17-.192-.222.28-.332.709-.841 1.085-1.328.436-.554.672-.893.967-1.329.045-.03.2-.022.259.022.347.546.93.775 2.007.746l9.02-.178-4.827-3.771c-1.351-1.056-1.993-1.262-2.975-.79-.052.007-.214-.17-.192-.221.266-.318.716-.857 1.085-1.33a38.22 38.22 0 001.026-1.372c.044-.03.251.081.259.133-.215 1.07.132 1.639 1.483 2.694l7.5 5.86c.029.067-.14.436-.23.466z",
7335
+ fill: "#05002F"
7336
+ })), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
7337
+ d: "M77.832 53.528l-13.006.354 5.396 4.222c1.35 1.055 1.993 1.255 2.974.79.052-.008.214.162.192.221-.273.317-.716.856-1.085 1.329a46.4 46.4 0 00-1.026 1.372c-.052.03-.258-.08-.258-.132.214-1.07-.133-1.639-1.484-2.694l-5.41-4.23c-1.078-.841-1.727-1.011-2.569-.612-.051.007-.214-.17-.192-.222.28-.332.709-.841 1.085-1.328.436-.554.672-.893.967-1.329.045-.03.2-.022.259.022.347.546.93.775 2.007.746l9.02-.178-4.827-3.771c-1.351-1.056-1.993-1.262-2.975-.79-.052.007-.214-.17-.192-.221.266-.318.716-.857 1.085-1.33a38.22 38.22 0 001.026-1.372c.044-.03.251.081.259.133-.215 1.07.132 1.639 1.483 2.694l7.5 5.86c.029.067-.14.436-.23.466zM80.61 50.265c-.052.03-.244-.11-.244-.162.325-.893.096-1.476-.996-2.561l-4.901-4.857c-1.203-1.189-1.83-1.432-2.709-1.107-.052 0-.192-.192-.17-.244.37-.347.93-.886 1.425-1.38l2.893-2.923c1.292-1.306 1.853-1.97 2.045-2.266.051-.052.206-.074.265-.037.28.354 1.049 1.092 1.853 1.764.037.067-.11.266-.192.266-1.159-.495-1.978-.236-3.21 1.011l-2.281 2.303 3.314 3.284 1.55-1.564c.827-.834 1.136-1.535.82-2.436-.016-.067.198-.229.25-.207.244.266.768.812 1.13 1.166a34.9 34.9 0 001.18 1.115c.03.052-.14.266-.199.258-.908-.317-1.609.008-2.428.842l-1.55 1.565 3.395 3.358 2.42-2.443c1.322-1.329 1.521-2.126.887-3.536 0-.073.199-.228.265-.192.753.85 1.565 1.624 1.956 1.942.052.051.037.214-.014.265-.244.192-.709.613-2.326 2.244l-3.07 3.1a82.204 82.204 0 00-1.358 1.432z",
7338
+ fill: "#05002F"
7339
+ })), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
7340
+ d: "M80.61 50.265c-.052.03-.244-.11-.244-.162.325-.893.096-1.476-.996-2.561l-4.901-4.857c-1.203-1.189-1.83-1.432-2.709-1.107-.052 0-.192-.192-.17-.244.37-.347.93-.886 1.425-1.38l2.893-2.923c1.292-1.306 1.853-1.97 2.045-2.266.051-.052.206-.074.265-.037.28.354 1.049 1.092 1.853 1.764.037.067-.11.266-.192.266-1.159-.495-1.978-.236-3.21 1.011l-2.281 2.303 3.314 3.284 1.55-1.564c.827-.834 1.136-1.535.82-2.436-.016-.067.198-.229.25-.207.244.266.768.812 1.13 1.166a34.9 34.9 0 001.18 1.115c.03.052-.14.266-.199.258-.908-.317-1.609.008-2.428.842l-1.55 1.565 3.395 3.358 2.42-2.443c1.322-1.329 1.521-2.126.887-3.536 0-.073.199-.228.265-.192.753.85 1.565 1.624 1.956 1.942.052.051.037.214-.014.265-.244.192-.709.613-2.326 2.244l-3.07 3.1a82.204 82.204 0 00-1.358 1.432zM80.585 32.543c-.052-.007-.17-.214-.133-.258.325-.23 1.018-.716 1.572-1.152a59.99 59.99 0 001.624-1.32c.052-.016.229.147.221.198-.531.665-.56 1.307.864 2.23l6.104 3.963-2.052-6.894-.118-.066c-1.55-.945-1.97-1.07-2.65-.893-.051-.008-.17-.214-.133-.259.325-.229 1.019-.716 1.573-1.151a59.954 59.954 0 001.623-1.321c.052-.023.23.147.222.199-.517.65-.576 1.292.9 2.2l6.2 3.823-2.31-6.695c-.458-1.358-1.122-1.779-2.31-1.247-.052-.008-.163-.214-.133-.258a53.535 53.535 0 001.616-1.211 40.976 40.976 0 001.344-1.085c.051-.022.229.148.221.2-.369.67-.42 1.284.155 2.937l3.47 10.223c-.008.051-.318.295-.385.295l-7.964-4.872 2.68 8.961c-.008.052-.318.295-.384.295l-9.197-5.897c-1.52-.967-1.956-1.115-2.62-.945z",
7341
+ fill: "#05002F"
7342
+ })), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
7343
+ d: "M80.585 32.543c-.052-.007-.17-.214-.133-.258.325-.23 1.018-.716 1.572-1.152a59.99 59.99 0 001.624-1.32c.052-.016.229.147.221.198-.531.665-.56 1.307.864 2.23l6.104 3.963-2.052-6.894-.118-.066c-1.55-.945-1.97-1.07-2.65-.893-.051-.008-.17-.214-.133-.259.325-.229 1.019-.716 1.573-1.151a59.954 59.954 0 001.623-1.321c.052-.023.23.147.222.199-.517.65-.576 1.292.9 2.2l6.2 3.823-2.31-6.695c-.458-1.358-1.122-1.779-2.31-1.247-.052-.008-.163-.214-.133-.258a53.535 53.535 0 001.616-1.211 40.976 40.976 0 001.344-1.085c.051-.022.229.148.221.2-.369.67-.42 1.284.155 2.937l3.47 10.223c-.008.051-.318.295-.385.295l-7.964-4.872 2.68 8.961c-.008.052-.318.295-.384.295l-9.197-5.897c-1.52-.967-1.956-1.115-2.62-.945zM113.49 25.28c-.524.236-1.158.554-1.837.916-.687.361-1.3.708-1.787 1.01-.059.008-.199-.176-.184-.228.649-.812.62-1.41-.052-2.665l-1.373-2.576-4.834-2.635c-1.55-.849-1.978-1.07-2.776-1.033-.051-.015-.125-.236-.088-.28.354-.17 1.136-.547 1.779-.886.686-.362 1.395-.783 1.756-.997.059-.007.2.178.185.23-.473.575-.473 1.07.827 1.785l3.734 2.075.377-3.935c.125-1.373-.251-2.007-1.388-1.808-.052-.015-.125-.236-.088-.28.376-.178 1.24-.62 1.801-.916a36.956 36.956 0 001.336-.753c.059-.007.199.178.184.23-.384.427-.48 1.092-.672 2.952l-.538 5.388 1.38 2.59c.671 1.255 1.144 1.617 2.185 1.536.037.022.118.243.073.28z",
7344
+ fill: "#05002F"
7345
+ })), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
7346
+ d: "M113.49 25.28c-.524.236-1.158.554-1.837.916-.687.361-1.3.708-1.787 1.01-.059.008-.199-.176-.184-.228.649-.812.62-1.41-.052-2.665l-1.373-2.576-4.834-2.635c-1.55-.849-1.978-1.07-2.776-1.033-.051-.015-.125-.236-.088-.28.354-.17 1.136-.547 1.779-.886.686-.362 1.395-.783 1.756-.997.059-.007.2.178.185.23-.473.575-.473 1.07.827 1.785l3.734 2.075.377-3.935c.125-1.373-.251-2.007-1.388-1.808-.052-.015-.125-.236-.088-.28.376-.178 1.24-.62 1.801-.916a36.956 36.956 0 001.336-.753c.059-.007.199.178.184.23-.384.427-.48 1.092-.672 2.952l-.538 5.388 1.38 2.59c.671 1.255 1.144 1.617 2.185 1.536.037.022.118.243.073.28zM124.912 13.44c-1.306-3.306-3.388-4.612-5.875-3.63-2.466.973-3.108 3.32-1.809 6.62 1.307 3.307 3.388 4.613 5.876 3.631 2.465-.966 3.107-3.314 1.808-6.62zm-9.514 3.75c-1.417-3.587-.059-7.07 3.262-8.377 3.351-1.321 6.658.258 8.075 3.867 1.417 3.588.059 7.072-3.262 8.378-3.351 1.329-6.651-.258-8.075-3.868z",
7347
+ fill: "#05002F"
7348
+ })), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
7349
+ d: "M124.912 13.44c-1.306-3.306-3.388-4.612-5.875-3.63-2.466.973-3.108 3.32-1.809 6.62 1.307 3.307 3.388 4.613 5.876 3.631 2.465-.966 3.107-3.314 1.808-6.62zm-9.514 3.75c-1.417-3.587-.059-7.07 3.262-8.377 3.351-1.321 6.658.258 8.075 3.867 1.417 3.588.059 7.072-3.262 8.378-3.351 1.329-6.651-.258-8.075-3.868zM133.974 5.226l-2.532.656 1.277 4.902 2.532-.657c1.882-.488 2.48-1.41 2.037-3.123-.45-1.72-1.447-2.266-3.314-1.778zm-3.794 2.96c-.428-1.64-.841-2.163-1.764-2.333-.044-.022-.067-.258-.022-.295a61.49 61.49 0 001.926-.465l3.403-.886c2.842-.738 4.908.118 5.469 2.266.451 1.727-.376 3.21-2.17 4.104l2.141 2.37c.841.937 1.365 1.32 2.118 1.128.281-.073.524-.265.672-.435.051-.03.236.03.243.081.03.68-.361 1.602-1.38 1.867-1.306.34-2.236-.516-3.218-1.623l-2.406-2.746-2.215.576.739 2.827c.346 1.32.708 1.786 1.66 1.933.045.023.067.259.022.296-.546.103-1.203.258-1.919.443-.716.184-1.358.369-1.889.546-.059-.008-.148-.222-.126-.266.761-.59.849-1.174.502-2.495l-1.786-6.894z",
7350
+ fill: "#05002F"
7351
+ })), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
7352
+ d: "M133.974 5.226l-2.532.656 1.277 4.902 2.532-.657c1.882-.488 2.48-1.41 2.037-3.123-.45-1.72-1.447-2.266-3.314-1.778zm-3.794 2.96c-.428-1.64-.841-2.163-1.764-2.333-.044-.022-.067-.258-.022-.295a61.49 61.49 0 001.926-.465l3.403-.886c2.842-.738 4.908.118 5.469 2.266.451 1.727-.376 3.21-2.17 4.104l2.141 2.37c.841.937 1.365 1.32 2.118 1.128.281-.073.524-.265.672-.435.051-.03.236.03.243.081.03.68-.361 1.602-1.38 1.867-1.306.34-2.236-.516-3.218-1.623l-2.406-2.746-2.215.576.739 2.827c.346 1.32.708 1.786 1.66 1.933.045.023.067.259.022.296-.546.103-1.203.258-1.919.443-.716.184-1.358.369-1.889.546-.059-.008-.148-.222-.126-.266.761-.59.849-1.174.502-2.495l-1.786-6.894zM148.67 14.083c-.561.037-1.226.11-1.956.207-.731.096-1.395.206-1.942.317-.059-.007-.125-.236-.088-.28.827-.495.982-1.063.804-2.421l-1.011-7.47c-.184-1.358-.487-1.86-1.417-2.118-.037-.03-.037-.266.015-.296.561-.037 1.218-.11 1.956-.206.73-.096 1.387-.207 1.941-.318.059.008.125.237.089.28-.827.495-.982 1.064-.798 2.422l.539 3.963 3.713-4.723c.915-1.181.982-1.897-.03-2.126-.044-.03-.037-.266.015-.295a53.686 53.686 0 003.986-.539c.052.007.125.236.088.28-.745.303-1.262.915-2.516 2.502l-2.23 2.776 4.348 4.856c1.129 1.248 1.454 1.602 2.192 1.853.044.03.037.266-.015.295-.398.037-1.254.118-1.97.214-.79.104-1.624.259-2.03.332-.059-.007-.126-.236-.089-.28.657-.384.834-.841-.111-1.912l-3.454-3.919-1.698 2.118.281 2.074c.184 1.358.487 1.86 1.417 2.119.022.037.015.273-.029.295z",
7353
+ fill: "#05002F"
7354
+ })), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
7355
+ d: "M148.67 14.083c-.561.037-1.226.11-1.956.207-.731.096-1.395.206-1.942.317-.059-.007-.125-.236-.088-.28.827-.495.982-1.063.804-2.421l-1.011-7.47c-.184-1.358-.487-1.86-1.417-2.118-.037-.03-.037-.266.015-.296.561-.037 1.218-.11 1.956-.206.73-.096 1.387-.207 1.941-.318.059.008.125.237.089.28-.827.495-.982 1.064-.798 2.422l.539 3.963 3.713-4.723c.915-1.181.982-1.897-.03-2.126-.044-.03-.037-.266.015-.295a53.686 53.686 0 003.986-.539c.052.007.125.236.088.28-.745.303-1.262.915-2.516 2.502l-2.23 2.776 4.348 4.856c1.129 1.248 1.454 1.602 2.192 1.853.044.03.037.266-.015.295-.398.037-1.254.118-1.97.214-.79.104-1.624.259-2.03.332-.059-.007-.126-.236-.089-.28.657-.384.834-.841-.111-1.912l-3.454-3.919-1.698 2.118.281 2.074c.184 1.358.487 1.86 1.417 2.119.022.037.015.273-.029.295zM166.79 1.181l-.125 5.432 2.28.052c1.971.044 2.805-.738 2.849-2.613.045-1.911-.789-2.775-2.723-2.82l-2.281-.051zm.952 11.455c.037.037-.007.274-.059.288a36.338 36.338 0 00-2.074-.103 34.686 34.686 0 00-1.985.007c-.052-.022-.082-.258-.045-.295.901-.362 1.152-.9 1.181-2.288l.17-7.197c.037-1.712-.221-2.34-1.063-2.76-.037-.037.007-.273.059-.288.509.03 1.292.066 2 .081l3.189.074c2.952.066 4.739 1.55 4.687 3.882-.052 2.333-1.926 3.75-4.879 3.676l-2.281-.051-.059 2.531c-.037 1.447.207 2 1.159 2.443z",
7356
+ fill: "#05002F"
7357
+ })), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
7358
+ d: "M166.79 1.181l-.125 5.432 2.28.052c1.971.044 2.805-.738 2.849-2.613.045-1.911-.789-2.775-2.723-2.82l-2.281-.051zm.952 11.455c.037.037-.007.274-.059.288a36.338 36.338 0 00-2.074-.103 34.686 34.686 0 00-1.985.007c-.052-.022-.082-.258-.045-.295.901-.362 1.152-.9 1.181-2.288l.17-7.197c.037-1.712-.221-2.34-1.063-2.76-.037-.037.007-.273.059-.288.509.03 1.292.066 2 .081l3.189.074c2.952.066 4.739 1.55 4.687 3.882-.052 2.333-1.926 3.75-4.879 3.676l-2.281-.051-.059 2.531c-.037 1.447.207 2 1.159 2.443zM185.818 9.492l.583-4.583c.214-1.69.066-2.348-.842-2.953-.029-.037.037-.266.089-.28.406.073 1.1.177 1.69.25.591.074 1.285.148 1.698.178.052.022.059.258.015.295-1.026.362-1.336.952-1.55 2.65l-.583 4.583c-.429 3.337-2.385 4.901-5.595 4.488-3.337-.428-4.857-2.413-4.429-5.765l.65-5.115c.169-1.358.007-1.919-.82-2.406-.029-.037.037-.266.089-.28.546.103 1.203.206 1.934.302.73.096 1.395.163 1.948.192.052.022.059.259.015.295-.923.266-1.218.768-1.395 2.126l-.649 5.115c-.325 2.532.693 3.934 3.048 4.23 2.443.302 3.779-.775 4.104-3.322z",
7359
+ fill: "#05002F"
7360
+ })), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
7361
+ d: "M185.818 9.492l.583-4.583c.214-1.69.066-2.348-.842-2.953-.029-.037.037-.266.089-.28.406.073 1.1.177 1.69.25.591.074 1.285.148 1.698.178.052.022.059.258.015.295-1.026.362-1.336.952-1.55 2.65l-.583 4.583c-.429 3.337-2.385 4.901-5.595 4.488-3.337-.428-4.857-2.413-4.429-5.765l.65-5.115c.169-1.358.007-1.919-.82-2.406-.029-.037.037-.266.089-.28.546.103 1.203.206 1.934.302.73.096 1.395.163 1.948.192.052.022.059.259.015.295-.923.266-1.218.768-1.395 2.126l-.649 5.115c-.325 2.532.693 3.934 3.048 4.23 2.443.302 3.779-.775 4.104-3.322zM196.219 9.795c1.816.472 2.761-.015 3.159-1.565.414-1.587-.192-2.488-1.993-2.953l-2.133-.553-1.166 4.517 2.133.554zm-1.07 5.735c1.83.472 2.819-.015 3.225-1.602.428-1.639-.214-2.554-2.029-3.019l-2.51-.65-1.196 4.628 2.51.643zm-5.565-.303c-.052-.03-.023-.266.022-.295.937-.17 1.328-.665 1.712-2.148l1.727-6.687c.421-1.639.318-2.303-.406-2.901-.029-.044.067-.258.126-.266.487.148 1.232.354 1.911.532l3.005.775c2.775.716 4.177 2.362 3.69 4.251-.354 1.358-1.483 2.148-3.107 2.23 1.675.863 2.435 2.177 2.037 3.712-.524 2.044-2.598 2.849-5.41 2.126l-3.366-.871c-.694-.17-1.447-.347-1.941-.458z",
7362
+ fill: "#05002F"
7363
+ })), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
7364
+ d: "M196.219 9.795c1.816.472 2.761-.015 3.159-1.565.414-1.587-.192-2.488-1.993-2.953l-2.133-.553-1.166 4.517 2.133.554zm-1.07 5.735c1.83.472 2.819-.015 3.225-1.602.428-1.639-.214-2.554-2.029-3.019l-2.51-.65-1.196 4.628 2.51.643zm-5.565-.303c-.052-.03-.023-.266.022-.295.937-.17 1.328-.665 1.712-2.148l1.727-6.687c.421-1.639.318-2.303-.406-2.901-.029-.044.067-.258.126-.266.487.148 1.232.354 1.911.532l3.005.775c2.775.716 4.177 2.362 3.69 4.251-.354 1.358-1.483 2.148-3.107 2.23 1.675.863 2.435 2.177 2.037 3.712-.524 2.044-2.598 2.849-5.41 2.126l-3.366-.871c-.694-.17-1.447-.347-1.941-.458zM203.754 19.257a77.349 77.349 0 00-1.867-.664c-.045-.037.007-.266.051-.288.93-.074 1.403-.553 1.993-2.14l2.495-6.673c.48-1.284.45-1.867-.244-2.532-.022-.044.096-.25.155-.25.51.228 1.13.48 1.823.738.724.273 1.395.501 1.942.671.044.037-.008.266-.052.288-1.041.052-1.469.473-1.963 1.809l-3.13 8.355 2.716 1.018c1.757.657 2.562.517 3.587-.642.067-.03.296.089.288.163-.465 1.04-.841 2.088-.967 2.583-.022.066-.184.125-.251.096-.273-.14-.848-.399-2.996-1.196l-3.58-1.336z",
7365
+ fill: "#05002F"
7366
+ })), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
7367
+ d: "M203.754 19.257a77.349 77.349 0 00-1.867-.664c-.045-.037.007-.266.051-.288.93-.074 1.403-.553 1.993-2.14l2.495-6.673c.48-1.284.45-1.867-.244-2.532-.022-.044.096-.25.155-.25.51.228 1.13.48 1.823.738.724.273 1.395.501 1.942.671.044.037-.008.266-.052.288-1.041.052-1.469.473-1.963 1.809l-3.13 8.355 2.716 1.018c1.757.657 2.562.517 3.587-.642.067-.03.296.089.288.163-.465 1.04-.841 2.088-.967 2.583-.022.066-.184.125-.251.096-.273-.14-.848-.399-2.996-1.196l-3.58-1.336zM216.547 24.372c.015.044-.118.244-.17.236-.509-.28-1.137-.59-1.838-.922a32.606 32.606 0 00-1.882-.827c-.044-.037.029-.266.074-.28 1.041.03 1.498-.347 2.103-1.639l3.13-6.65c.605-1.292.605-1.882-.081-2.665-.015-.052.11-.243.17-.236.509.28 1.136.59 1.837.923a32.92 32.92 0 001.883.826c.044.037-.03.266-.074.288-1.041-.03-1.499.347-2.104 1.639l-3.129 6.65c-.606 1.277-.606 1.875.081 2.657z",
7368
+ fill: "#05002F"
7369
+ })), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
7370
+ d: "M216.547 24.372c.015.044-.118.244-.17.236-.509-.28-1.137-.59-1.838-.922a32.606 32.606 0 00-1.882-.827c-.044-.037.029-.266.074-.28 1.041.03 1.498-.347 2.103-1.639l3.13-6.65c.605-1.292.605-1.882-.081-2.665-.015-.052.11-.243.17-.236.509.28 1.136.59 1.837.923a32.92 32.92 0 001.883.826c.044.037-.03.266-.074.288-1.041-.03-1.499.347-2.104 1.639l-3.129 6.65c-.606 1.277-.606 1.875.081 2.657zM230.961 17.847c1.366.805 1.787 1.654 2.458 2.045.185.11.384.096.561.037.089.03.207.184.222.236a22.26 22.26 0 00-1.454 2.953c-.037.059-.274.007-.296-.067.096-1.948-.612-3.447-2.029-4.281-2.193-1.284-4.429-.317-6.215 2.731-1.787 3.048-1.521 5.521.701 6.827 1.476.864 3.218.783 4.923-.273.074-.022.244.163.199.222a27.916 27.916 0 00-2.037 2.65.467.467 0 01-.288-.081c-.051-.2-.155-.34-.391-.48-.635-.377-1.587-.325-2.967-1.137-3.048-1.786-3.816-5.395-1.875-8.71 1.941-3.306 5.514-4.413 8.488-2.672z",
7371
+ fill: "#05002F"
7372
+ })), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
7373
+ d: "M230.961 17.847c1.366.805 1.787 1.654 2.458 2.045.185.11.384.096.561.037.089.03.207.184.222.236a22.26 22.26 0 00-1.454 2.953c-.037.059-.274.007-.296-.067.096-1.948-.612-3.447-2.029-4.281-2.193-1.284-4.429-.317-6.215 2.731-1.787 3.048-1.521 5.521.701 6.827 1.476.864 3.218.783 4.923-.273.074-.022.244.163.199.222a27.916 27.916 0 00-2.037 2.65.467.467 0 01-.288-.081c-.051-.2-.155-.34-.391-.48-.635-.377-1.587-.325-2.967-1.137-3.048-1.786-3.816-5.395-1.875-8.71 1.941-3.306 5.514-4.413 8.488-2.672zM236.254 37.023a52.693 52.693 0 00-1.565-1.218c-.029-.051.089-.25.14-.258.908.222 1.506-.081 2.569-1.395l4.488-5.528c.863-1.063 1.018-1.632.576-2.48-.008-.052.169-.207.221-.192a39.056 39.056 0 003.122 2.532c.03.051-.088.25-.14.258-1.004-.28-1.535-.022-2.436 1.085l-5.617 6.93 2.251 1.831c1.454 1.181 2.266 1.3 3.602.532.074-.008.251.177.222.243-.768.834-1.462 1.712-1.735 2.14-.044.06-.214.06-.266.015-.214-.221-.679-.65-2.457-2.089l-2.975-2.406z",
7374
+ fill: "#05002F"
7375
+ })), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
7376
+ d: "M236.254 37.023a52.693 52.693 0 00-1.565-1.218c-.029-.051.089-.25.14-.258.908.222 1.506-.081 2.569-1.395l4.488-5.528c.863-1.063 1.018-1.632.576-2.48-.008-.052.169-.207.221-.192a39.056 39.056 0 003.122 2.532c.03.051-.088.25-.14.258-1.004-.28-1.535-.022-2.436 1.085l-5.617 6.93 2.251 1.831c1.454 1.181 2.266 1.3 3.602.532.074-.008.251.177.222.243-.768.834-1.462 1.712-1.735 2.14-.044.06-.214.06-.266.015-.214-.221-.679-.65-2.457-2.089l-2.975-2.406zM247.103 46.272c0 .052-.184.2-.236.17-.391-.428-.886-.93-1.447-1.462a34.865 34.865 0 00-1.52-1.387c-.03-.052.111-.244.162-.244.974.362 1.535.148 2.525-.878l5.107-5.3c.989-1.026 1.181-1.594.783-2.554 0-.051.191-.192.236-.17.391.428.886.93 1.446 1.462a34.762 34.762 0 001.521 1.388c.03.051-.111.243-.162.243-.975-.362-1.536-.148-2.525.878l-5.107 5.3c-.989 1.033-1.181 1.594-.783 2.554z",
7377
+ fill: "#05002F"
7378
+ })), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
7379
+ d: "M247.103 46.272c0 .052-.184.2-.236.17-.391-.428-.886-.93-1.447-1.462a34.865 34.865 0 00-1.52-1.387c-.03-.052.111-.244.162-.244.974.362 1.535.148 2.525-.878l5.107-5.3c.989-1.026 1.181-1.594.783-2.554 0-.051.191-.192.236-.17.391.428.886.93 1.446 1.462a34.762 34.762 0 001.521 1.388c.03.051-.111.243-.162.243-.975-.362-1.536-.148-2.525.878l-5.107 5.3c-.989 1.033-1.181 1.594-.783 2.554zM257.738 48c1.233 1.416 2.281 1.55 3.492.501 1.24-1.078 1.247-2.163.037-3.565l-1.44-1.66-3.521 3.062L257.738 48zm-4.133 4.118c1.24 1.424 2.325 1.58 3.565.509 1.277-1.114 1.27-2.222.037-3.639l-1.705-1.956-3.602 3.13 1.705 1.956zm-4.414-3.41c-.022-.052.133-.236.185-.23.871.392 1.468.207 2.627-.796l5.211-4.525c1.277-1.114 1.565-1.72 1.307-2.62.007-.052.206-.177.251-.148.317.391.812.99 1.277 1.52l2.029 2.34c1.883 2.163 2.097 4.311.628 5.588-1.063.923-2.443.93-3.824.074.894 1.66.775 3.174-.428 4.214-1.594 1.38-3.757.871-5.661-1.32l-2.281-2.629c-.45-.524-.974-1.092-1.321-1.468z",
7380
+ fill: "#05002F"
7381
+ })), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
7382
+ d: "M257.738 48c1.233 1.416 2.281 1.55 3.492.501 1.24-1.078 1.247-2.163.037-3.565l-1.44-1.66-3.521 3.062L257.738 48zm-4.133 4.118c1.24 1.424 2.325 1.58 3.565.509 1.277-1.114 1.27-2.222.037-3.639l-1.705-1.956-3.602 3.13 1.705 1.956zm-4.414-3.41c-.022-.052.133-.236.185-.23.871.392 1.468.207 2.627-.796l5.211-4.525c1.277-1.114 1.565-1.72 1.307-2.62.007-.052.206-.177.251-.148.317.391.812.99 1.277 1.52l2.029 2.34c1.883 2.163 2.097 4.311.628 5.588-1.063.923-2.443.93-3.824.074.894 1.66.775 3.174-.428 4.214-1.594 1.38-3.757.871-5.661-1.32l-2.281-2.629c-.45-.524-.974-1.092-1.321-1.468zM270.23 56.524l-1.484-2.155-4.178 2.871 1.484 2.156c1.1 1.601 2.17 1.852 3.631.856 1.469-1.019 1.639-2.14.547-3.728zm-4.075-2.56c1.395-.96 1.75-1.529 1.595-2.451.007-.052.221-.155.265-.118.273.428.694 1.077 1.093 1.653l1.993 2.9c1.66 2.422 1.557 4.658-.266 5.913-1.469 1.011-3.144.738-4.598-.65l-1.499 2.82c-.59 1.107-.775 1.734-.339 2.377.162.236.428.406.634.48.045.036.052.228 0 .258-.634.258-1.631.199-2.221-.657-.768-1.115-.273-2.281.428-3.58l1.764-3.196-1.299-1.89-2.406 1.654c-1.13.775-1.44 1.277-1.255 2.222-.008.051-.222.154-.266.118-.288-.48-.649-1.041-1.07-1.654a28.662 28.662 0 00-1.159-1.587c-.015-.051.155-.214.207-.206.812.516 1.387.398 2.517-.377l5.882-4.03z",
7383
+ fill: "#05002F"
7384
+ })), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
7385
+ d: "M270.23 56.524l-1.484-2.155-4.178 2.871 1.484 2.156c1.1 1.601 2.17 1.852 3.631.856 1.469-1.019 1.639-2.14.547-3.728zm-4.075-2.56c1.395-.96 1.75-1.529 1.595-2.451.007-.052.221-.155.265-.118.273.428.694 1.077 1.093 1.653l1.993 2.9c1.66 2.422 1.557 4.658-.266 5.913-1.469 1.011-3.144.738-4.598-.65l-1.499 2.82c-.59 1.107-.775 1.734-.339 2.377.162.236.428.406.634.48.045.036.052.228 0 .258-.634.258-1.631.199-2.221-.657-.768-1.115-.273-2.281.428-3.58l1.764-3.196-1.299-1.89-2.406 1.654c-1.13.775-1.44 1.277-1.255 2.222-.008.051-.222.154-.266.118-.288-.48-.649-1.041-1.07-1.654a28.662 28.662 0 00-1.159-1.587c-.015-.051.155-.214.207-.206.812.516 1.387.398 2.517-.377l5.882-4.03zM272.487 73.87l3.542-4.303-5.528.516 1.986 3.787zm-5.913-1.764c-.014.051-.236.125-.28.088a52.308 52.308 0 00-.849-1.69 54.499 54.499 0 00-.819-1.484c-.008-.059.184-.199.229-.184.634.398 1.269.516 2.959.361l10.991-.937c.059.03.236.37.229.428l-7.02 8.665c-1.129 1.388-1.336 1.92-1.358 2.54-.015.051-.236.125-.28.088a29.893 29.893 0 00-.805-1.653 38.002 38.002 0 00-1.055-1.89c-.008-.059.184-.2.228-.184.635.583 1.233.679 2.399-.746l.642-.76-2.391-4.562-.657.06c-1.653.147-2.296.583-2.163 1.86z",
7386
+ fill: "#05002F"
7387
+ })), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
7388
+ d: "M272.487 73.87l3.542-4.303-5.528.516 1.986 3.787zm-5.913-1.764c-.014.051-.236.125-.28.088a52.308 52.308 0 00-.849-1.69 54.499 54.499 0 00-.819-1.484c-.008-.059.184-.199.229-.184.634.398 1.269.516 2.959.361l10.991-.937c.059.03.236.37.229.428l-7.02 8.665c-1.129 1.388-1.336 1.92-1.358 2.54-.015.051-.236.125-.28.088a29.893 29.893 0 00-.805-1.653 38.002 38.002 0 00-1.055-1.89c-.008-.059.184-.2.228-.184.635.583 1.233.679 2.399-.746l.642-.76-2.391-4.562-.657.06c-1.653.147-2.296.583-2.163 1.86zM283.825 82.454l-.945-2.436-4.724 1.83.945 2.436c.701 1.816 1.683 2.303 3.329 1.668 1.661-.65 2.089-1.697 1.395-3.498zm-3.381-3.432c1.58-.613 2.052-1.085 2.119-2.015.022-.045.251-.096.288-.052.169.48.428 1.203.679 1.86l1.269 3.277c1.063 2.739.443 4.894-1.624 5.69-1.668.643-3.233-.006-4.325-1.69l-2.104 2.4c-.834.937-1.158 1.513-.878 2.229.103.273.325.494.509.612.037.044-.007.236-.059.251-.671.103-1.631-.177-2.015-1.151-.487-1.262.259-2.281 1.24-3.38l2.451-2.71-.827-2.133-2.724 1.056c-1.276.494-1.697.908-1.734 1.867-.022.044-.251.096-.288.052a33.158 33.158 0 00-.657-1.853 31.568 31.568 0 00-.76-1.816c0-.059.199-.177.251-.155.672.687 1.262.709 2.539.215l6.65-2.554z",
7389
+ fill: "#05002F"
7390
+ })), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
7391
+ d: "M283.825 82.454l-.945-2.436-4.724 1.83.945 2.436c.701 1.816 1.683 2.303 3.329 1.668 1.661-.65 2.089-1.697 1.395-3.498zm-3.381-3.432c1.58-.613 2.052-1.085 2.119-2.015.022-.045.251-.096.288-.052.169.48.428 1.203.679 1.86l1.269 3.277c1.063 2.739.443 4.894-1.624 5.69-1.668.643-3.233-.006-4.325-1.69l-2.104 2.4c-.834.937-1.158 1.513-.878 2.229.103.273.325.494.509.612.037.044-.007.236-.059.251-.671.103-1.631-.177-2.015-1.151-.487-1.262.259-2.281 1.24-3.38l2.451-2.71-.827-2.133-2.724 1.056c-1.276.494-1.697.908-1.734 1.867-.022.044-.251.096-.288.052a33.158 33.158 0 00-.657-1.853 31.568 31.568 0 00-.76-1.816c0-.059.199-.177.251-.155.672.687 1.262.709 2.539.215l6.65-2.554zM277.367 100.663a36.15 36.15 0 00-.465-2 41.487 41.487 0 00-.568-1.978c.007-.06.221-.148.265-.126.643.82 1.233.93 2.606.569l2.827-.739 3.683-4.089c1.181-1.313 1.498-1.675 1.646-2.458.03-.044.266-.066.295-.022.081.392.266 1.233.451 1.934.191.753.442 1.543.561 1.941-.008.06-.222.148-.266.126-.45-.59-.93-.709-1.927.391l-2.886 3.152 3.743 1.277c1.306.442 2.015.221 2.088-.938.03-.044.259-.066.296-.022.088.406.317 1.35.472 1.963.155.591.31 1.115.421 1.477-.008.059-.222.147-.266.125-.325-.472-.952-.723-2.716-1.343l-5.123-1.779-2.841.738c-1.381.362-1.838.738-2.001 1.772-.029.051-.265.073-.295.029z",
7392
+ fill: "#05002F"
7393
+ })), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
7394
+ d: "M277.367 100.663a36.15 36.15 0 00-.465-2 41.487 41.487 0 00-.568-1.978c.007-.06.221-.148.265-.126.643.82 1.233.93 2.606.569l2.827-.739 3.683-4.089c1.181-1.313 1.498-1.675 1.646-2.458.03-.044.266-.066.295-.022.081.392.266 1.233.451 1.934.191.753.442 1.543.561 1.941-.008.06-.222.148-.266.126-.45-.59-.93-.709-1.927.391l-2.886 3.152 3.743 1.277c1.306.442 2.015.221 2.088-.938.03-.044.259-.066.296-.022.088.406.317 1.35.472 1.963.155.591.31 1.115.421 1.477-.008.059-.222.147-.266.125-.325-.472-.952-.723-2.716-1.343l-5.123-1.779-2.841.738c-1.381.362-1.838.738-2.001 1.772-.029.051-.265.073-.295.029zM55.772 173.197c.023.066-.03.214-.096.251-.45.074-1.727.45-2.708.826-.074 0-.178-.228-.14-.295 1.15-.886 1.417-1.749.907-3.535l-.332-1.159-8.584 2.436c-1.373.391-1.823.782-1.956 1.808-.022.044-.258.074-.295.029a33.396 33.396 0 00-.51-1.992 36.505 36.505 0 00-.612-1.964c0-.059.214-.155.266-.133.656.805 1.247.901 2.62.51l8.584-2.436-.332-1.159c-.51-1.786-1.181-2.384-2.628-2.532-.066-.037-.103-.288-.037-.324 1.034-.2 2.318-.547 2.739-.724.073 0 .191.096.214.163.022.346.192 1.203.694 2.967l1.24 4.369c.501 1.772.804 2.584.966 2.894z",
7395
+ fill: "#05002F"
7396
+ })), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
7397
+ d: "M55.772 173.197c.023.066-.03.214-.096.251-.45.074-1.727.45-2.708.826-.074 0-.178-.228-.14-.295 1.15-.886 1.417-1.749.907-3.535l-.332-1.159-8.584 2.436c-1.373.391-1.823.782-1.956 1.808-.022.044-.258.074-.295.029a33.396 33.396 0 00-.51-1.992 36.505 36.505 0 00-.612-1.964c0-.059.214-.155.266-.133.656.805 1.247.901 2.62.51l8.584-2.436-.332-1.159c-.51-1.786-1.181-2.384-2.628-2.532-.066-.037-.103-.288-.037-.324 1.034-.2 2.318-.547 2.739-.724.073 0 .191.096.214.163.022.346.192 1.203.694 2.967l1.24 4.369c.501 1.772.804 2.584.966 2.894zM51.96 182.615l-3.018 1.328c-1.255.554-1.654.982-1.646 1.942-.015.044-.251.11-.288.066a27.626 27.626 0 00-.745-1.816 30.375 30.375 0 00-.842-1.779c-.007-.059.192-.184.244-.162.7.657 1.291.657 2.546.103l6.894-3.033c1.255-.554 1.653-.982 1.646-1.949.022-.044.251-.111.288-.066.192.524.443 1.144.745 1.815.296.68.584 1.277.842 1.779.007.059-.192.185-.244.163-.701-.657-1.291-.65-2.546-.104l-2.901 1.277 2.694 6.119 2.9-1.277c1.256-.553 1.654-.981 1.647-1.948.015-.052.243-.111.288-.067a34.151 34.151 0 001.58 3.602c.007.059-.193.185-.244.163-.701-.657-1.292-.65-2.547-.104l-6.894 3.034c-1.255.553-1.653.982-1.646 1.948-.022.045-.25.111-.288.067a29.387 29.387 0 00-.745-1.823 30.37 30.37 0 00-.841-1.779c-.008-.059.191-.185.243-.162.701.656 1.292.649 2.547.103l3.018-1.329-2.686-6.111z",
7398
+ fill: "#05002F"
7399
+ })), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
7400
+ d: "M51.96 182.615l-3.018 1.328c-1.255.554-1.654.982-1.646 1.942-.015.044-.251.11-.288.066a27.626 27.626 0 00-.745-1.816 30.375 30.375 0 00-.842-1.779c-.007-.059.192-.184.244-.162.7.657 1.291.657 2.546.103l6.894-3.033c1.255-.554 1.653-.982 1.646-1.949.022-.044.251-.111.288-.066.192.524.443 1.144.745 1.815.296.68.584 1.277.842 1.779.007.059-.192.185-.244.163-.701-.657-1.291-.65-2.546-.104l-2.901 1.277 2.694 6.119 2.9-1.277c1.256-.553 1.654-.981 1.647-1.948.015-.052.243-.111.288-.067a34.151 34.151 0 001.58 3.602c.007.059-.193.185-.244.163-.701-.657-1.292-.65-2.547-.104l-6.894 3.034c-1.255.553-1.653.982-1.646 1.948-.022.045-.25.111-.288.067a29.387 29.387 0 00-.745-1.823 30.37 30.37 0 00-.841-1.779c-.008-.059.191-.185.243-.162.701.656 1.292.649 2.547.103l3.018-1.329-2.686-6.111zM53.49 199.34c-.014-.059.17-.206.215-.199.79.531 1.417.443 2.716-.362l5.883-3.616c1.446-.886 1.823-1.44 1.72-2.37.014-.051.228-.14.272-.103.251.443.643 1.107 1.004 1.705l2.156 3.499c.96 1.564 1.476 2.266 1.72 2.517.036.059.029.214-.023.273-.413.192-1.306.76-2.148 1.387-.073.022-.236-.177-.214-.251.753-1.011.694-1.867-.221-3.358l-1.698-2.761-3.978 2.444 1.151 1.874c.613.997 1.218 1.469 2.178 1.373.066 0 .177.251.14.295-.317.178-.974.554-1.402.82a45.84 45.84 0 00-1.366.878c-.06.015-.229-.199-.2-.258.517-.805.377-1.565-.243-2.561l-1.151-1.875-4.067 2.502 1.8 2.93c.982 1.594 1.706 1.978 3.226 1.698.074.015.177.251.126.302-1.004.532-1.949 1.137-2.347 1.447-.06.037-.222-.015-.259-.074-.133-.28-.428-.834-1.631-2.782l-2.288-3.713c-.37-.583-.79-1.24-1.07-1.661z",
7401
+ fill: "#05002F"
7402
+ })), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
7403
+ d: "M53.49 199.34c-.014-.059.17-.206.215-.199.79.531 1.417.443 2.716-.362l5.883-3.616c1.446-.886 1.823-1.44 1.72-2.37.014-.051.228-.14.272-.103.251.443.643 1.107 1.004 1.705l2.156 3.499c.96 1.564 1.476 2.266 1.72 2.517.036.059.029.214-.023.273-.413.192-1.306.76-2.148 1.387-.073.022-.236-.177-.214-.251.753-1.011.694-1.867-.221-3.358l-1.698-2.761-3.978 2.444 1.151 1.874c.613.997 1.218 1.469 2.178 1.373.066 0 .177.251.14.295-.317.178-.974.554-1.402.82a45.84 45.84 0 00-1.366.878c-.06.015-.229-.199-.2-.258.517-.805.377-1.565-.243-2.561l-1.151-1.875-4.067 2.502 1.8 2.93c.982 1.594 1.706 1.978 3.226 1.698.074.015.177.251.126.302-1.004.532-1.949 1.137-2.347 1.447-.06.037-.222-.015-.259-.074-.133-.28-.428-.834-1.631-2.782l-2.288-3.713c-.37-.583-.79-1.24-1.07-1.661zM76.283 211.711l-4.037 3.543 1.483 1.691c1.285 1.461 2.414 1.55 3.809.324 1.425-1.247 1.484-2.435.221-3.867l-1.476-1.691zm-7.69 8.363c0 .052-.208.177-.252.148a35.684 35.684 0 00-1.314-1.58 28.253 28.253 0 00-1.336-1.439c-.022-.052.133-.236.185-.229.864.413 1.424.236 2.458-.672l5.351-4.701c1.277-1.115 1.558-1.727 1.292-2.621 0-.051.199-.177.25-.147.318.391.82.989 1.285 1.513l2.082 2.369c1.926 2.192 2.044 4.488.31 6.008-1.735 1.521-4.016 1.108-5.942-1.085l-1.484-1.69-1.882 1.653c-1.085.938-1.329 1.484-1.004 2.473z",
7404
+ fill: "#05002F"
7405
+ })), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
7406
+ d: "M76.283 211.711l-4.037 3.543 1.483 1.691c1.285 1.461 2.414 1.55 3.809.324 1.425-1.247 1.484-2.435.221-3.867l-1.476-1.691zm-7.69 8.363c0 .052-.208.177-.252.148a35.684 35.684 0 00-1.314-1.58 28.253 28.253 0 00-1.336-1.439c-.022-.052.133-.236.185-.229.864.413 1.424.236 2.458-.672l5.351-4.701c1.277-1.115 1.558-1.727 1.292-2.621 0-.051.199-.177.25-.147.318.391.82.989 1.285 1.513l2.082 2.369c1.926 2.192 2.044 4.488.31 6.008-1.735 1.521-4.016 1.108-5.942-1.085l-1.484-1.69-1.882 1.653c-1.085.938-1.329 1.484-1.004 2.473zM87.902 230.533c2.34-2.672 2.554-5.123.546-6.88-1.993-1.749-4.37-1.247-6.717 1.425-2.34 2.672-2.554 5.122-.546 6.879 1.993 1.749 4.377 1.248 6.717-1.424zm-7.684-6.739c2.54-2.901 6.26-3.285 8.946-.93 2.709 2.376 2.812 6.037.258 8.953-2.546 2.901-6.259 3.284-8.945.93-2.717-2.377-2.82-6.038-.259-8.953z",
7407
+ fill: "#05002F"
7408
+ })), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
7409
+ d: "M87.902 230.533c2.34-2.672 2.554-5.123.546-6.88-1.993-1.749-4.37-1.247-6.717 1.425-2.34 2.672-2.554 5.122-.546 6.879 1.993 1.749 4.377 1.248 6.717-1.424zm-7.684-6.739c2.54-2.901 6.26-3.285 8.946-.93 2.709 2.376 2.812 6.037.258 8.953-2.546 2.901-6.259 3.284-8.945.93-2.717-2.377-2.82-6.038-.259-8.953zM91.6 241.169a52.592 52.592 0 00-1.669-1.078c-.037-.044.067-.258.118-.266.923.148 1.491-.214 2.436-1.616l3.986-5.905c.767-1.137.87-1.712.354-2.524-.007-.052.155-.222.207-.207.443.34.989.731 1.601 1.144.643.436 1.233.812 1.735 1.107.037.045-.066.259-.118.266-1.026-.192-1.535.118-2.333 1.299l-4.99 7.396 2.407 1.624c1.557 1.048 2.37 1.1 3.639.214.074-.015.266.155.236.229-.694.9-1.306 1.838-1.543 2.288-.044.059-.206.081-.265.037-.236-.2-.738-.583-2.635-1.86l-3.167-2.148z",
7410
+ fill: "#05002F"
7411
+ })), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
7412
+ d: "M91.6 241.169a52.592 52.592 0 00-1.669-1.078c-.037-.044.067-.258.118-.266.923.148 1.491-.214 2.436-1.616l3.986-5.905c.767-1.137.87-1.712.354-2.524-.007-.052.155-.222.207-.207.443.34.989.731 1.601 1.144.643.436 1.233.812 1.735 1.107.037.045-.066.259-.118.266-1.026-.192-1.535.118-2.333 1.299l-4.99 7.396 2.407 1.624c1.557 1.048 2.37 1.1 3.639.214.074-.015.266.155.236.229-.694.9-1.306 1.838-1.543 2.288-.044.059-.206.081-.265.037-.236-.2-.738-.583-2.635-1.86l-3.167-2.148zM113.329 246.572c1.616-3.159 1.217-5.587-1.159-6.805-2.362-1.203-4.547-.14-6.163 3.026-1.617 3.159-1.218 5.595 1.158 6.805 2.362 1.203 4.547.133 6.164-3.026zm-9.101-4.65c1.756-3.432 5.262-4.716 8.444-3.093 3.21 1.639 4.2 5.167 2.435 8.614-1.756 3.432-5.262 4.717-8.444 3.093-3.203-1.646-4.199-5.167-2.435-8.614z",
7413
+ fill: "#05002F"
7414
+ })), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
7415
+ d: "M113.329 246.572c1.616-3.159 1.217-5.587-1.159-6.805-2.362-1.203-4.547-.14-6.163 3.026-1.617 3.159-1.218 5.595 1.158 6.805 2.362 1.203 4.547.133 6.164-3.026zm-9.101-4.65c1.756-3.432 5.262-4.716 8.444-3.093 3.21 1.639 4.2 5.167 2.435 8.614-1.756 3.432-5.262 4.717-8.444 3.093-3.203-1.646-4.199-5.167-2.435-8.614zM127.326 258.809l-4.555-12.186-2.243 6.473c-.561 1.617-.547 2.289.214 3.071.022.044-.089.258-.148.251a33.895 33.895 0 00-1.609-.591 47.214 47.214 0 00-1.631-.524c-.044-.037 0-.265.044-.288 1.078-.14 1.506-.656 2.067-2.28l2.251-6.488c.45-1.292.391-1.964-.258-2.628-.022-.044.088-.251.147-.251.406.163 1.026.391 1.609.598.665.229 1.063.347 1.565.487.044.037.089.185.067.251-.406.509-.429 1.129-.052 2.141l3.093 8.473 2.007-5.794c.561-1.617.546-2.288-.214-3.071-.022-.044.089-.258.148-.258.384.155 1.041.399 1.609.598.561.192 1.232.406 1.631.524.044.037 0 .266-.044.288-1.078.14-1.506.657-2.067 2.281l-3.115 8.997c-.066.044-.465 0-.516-.074z",
7416
+ fill: "#05002F"
7417
+ })), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
7418
+ d: "M127.326 258.809l-4.555-12.186-2.243 6.473c-.561 1.617-.547 2.289.214 3.071.022.044-.089.258-.148.251a33.895 33.895 0 00-1.609-.591 47.214 47.214 0 00-1.631-.524c-.044-.037 0-.265.044-.288 1.078-.14 1.506-.656 2.067-2.28l2.251-6.488c.45-1.292.391-1.964-.258-2.628-.022-.044.088-.251.147-.251.406.163 1.026.391 1.609.598.665.229 1.063.347 1.565.487.044.037.089.185.067.251-.406.509-.429 1.129-.052 2.141l3.093 8.473 2.007-5.794c.561-1.617.546-2.288-.214-3.071-.022-.044.089-.258.148-.258.384.155 1.041.399 1.609.598.561.192 1.232.406 1.631.524.044.037 0 .266-.044.288-1.078.14-1.506.657-2.067 2.281l-3.115 8.997c-.066.044-.465 0-.516-.074zM138.92 251.458c-.266 1.307.435 1.927 2.413 3.145 1.772 1.151 3.337 2.317 2.879 4.546-.465 2.259-2.303 3.359-4.776 2.849-1.749-.354-2.745-1.313-3.439-1.454a.659.659 0 00-.583.141c-.074 0-.244-.089-.266-.148.369-1.085.701-2.155.982-3.255.044-.044.265-.037.31.029.192 1.934 1.336 3.292 3.225 3.676 1.521.31 2.576-.28 2.849-1.587.281-1.358-.28-2.059-2.273-3.277-1.838-1.166-3.447-2.229-3.004-4.406.421-2.067 2.155-3.145 4.362-2.695 1.292.266 1.845.783 2.48.908a.622.622 0 00.517-.11c.074-.008.243.066.265.125a30.288 30.288 0 00-.332 3.063c-.014.074-.258.096-.302.03-.576-1.683-1.558-2.731-2.864-2.997-1.284-.28-2.207.266-2.443 1.417z",
7419
+ fill: "#05002F"
7420
+ })), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
7421
+ d: "M138.92 251.458c-.266 1.307.435 1.927 2.413 3.145 1.772 1.151 3.337 2.317 2.879 4.546-.465 2.259-2.303 3.359-4.776 2.849-1.749-.354-2.745-1.313-3.439-1.454a.659.659 0 00-.583.141c-.074 0-.244-.089-.266-.148.369-1.085.701-2.155.982-3.255.044-.044.265-.037.31.029.192 1.934 1.336 3.292 3.225 3.676 1.521.31 2.576-.28 2.849-1.587.281-1.358-.28-2.059-2.273-3.277-1.838-1.166-3.447-2.229-3.004-4.406.421-2.067 2.155-3.145 4.362-2.695 1.292.266 1.845.783 2.48.908a.622.622 0 00.517-.11c.074-.008.243.066.265.125a30.288 30.288 0 00-.332 3.063c-.014.074-.258.096-.302.03-.576-1.683-1.558-2.731-2.864-2.997-1.284-.28-2.207.266-2.443 1.417zM153.814 263.821a32.29 32.29 0 00-1.956-.199 29.109 29.109 0 00-1.963-.088c-.052-.023-.074-.259-.029-.296.907-.31 1.181-.834 1.284-2.199l.553-7.514c.104-1.366-.088-1.927-.944-2.37-.03-.036.022-.265.073-.28.554.074 1.218.14 1.956.199.739.059 1.403.089 1.964.089.051.022.074.258.029.295-.908.31-1.181.834-1.284 2.2l-.295 3.993 4.606-3.853c1.136-.96 1.35-1.653.406-2.082-.03-.036.022-.273.073-.28.428.052 1.469.148 2.133.192.65.052 1.455.088 1.875.103.052.022.074.259.037.295-.79.141-1.424.635-2.982 1.934l-2.753 2.251 3.248 5.647c.849 1.454 1.092 1.867 1.764 2.266.037.037-.022.266-.074.288a38.308 38.308 0 00-1.971-.199c-.79-.059-1.638-.082-2.052-.096-.051-.023-.073-.259-.029-.288.723-.236.989-.65.288-1.897l-2.576-4.547-2.097 1.727-.155 2.089c-.103 1.366.089 1.919.945 2.362.03.015-.022.244-.074.258z",
7422
+ fill: "#05002F"
7423
+ })), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
7424
+ d: "M153.814 263.821a32.29 32.29 0 00-1.956-.199 29.109 29.109 0 00-1.963-.088c-.052-.023-.074-.259-.029-.296.907-.31 1.181-.834 1.284-2.199l.553-7.514c.104-1.366-.088-1.927-.944-2.37-.03-.036.022-.265.073-.28.554.074 1.218.14 1.956.199.739.059 1.403.089 1.964.089.051.022.074.258.029.295-.908.31-1.181.834-1.284 2.2l-.295 3.993 4.606-3.853c1.136-.96 1.35-1.653.406-2.082-.03-.036.022-.273.073-.28.428.052 1.469.148 2.133.192.65.052 1.455.088 1.875.103.052.022.074.259.037.295-.79.141-1.424.635-2.982 1.934l-2.753 2.251 3.248 5.647c.849 1.454 1.092 1.867 1.764 2.266.037.037-.022.266-.074.288a38.308 38.308 0 00-1.971-.199c-.79-.059-1.638-.082-2.052-.096-.051-.023-.073-.259-.029-.288.723-.236.989-.65.288-1.897l-2.576-4.547-2.097 1.727-.155 2.089c-.103 1.366.089 1.919.945 2.362.03.015-.022.244-.074.258zM174.948 263.88a38.028 38.028 0 00-4.096.259c-.052-.015-.104-.244-.074-.288.93-.472 1.144-1.033 1.055-2.451l-.184-2.915-3.314-4.392c-1.063-1.41-1.358-1.793-2.104-2.089-.037-.037-.015-.265.037-.295.399-.007 1.262-.022 1.978-.074.775-.051 1.602-.14 2.015-.184.052.015.104.243.074.288-.664.332-.871.775.015 1.963l2.546 3.432 1.964-3.432c.679-1.196.598-1.934-.524-2.222-.037-.037-.015-.273.037-.288a48.614 48.614 0 002.015-.096 27.316 27.316 0 001.527-.132c.052.014.104.243.074.287-.524.229-.885.798-1.83 2.414l-2.716 4.687.184 2.93c.089 1.418.376 1.942 1.358 2.296.037.052.015.288-.037.302z",
7425
+ fill: "#05002F"
7426
+ })), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
7427
+ d: "M174.948 263.88a38.028 38.028 0 00-4.096.259c-.052-.015-.104-.244-.074-.288.93-.472 1.144-1.033 1.055-2.451l-.184-2.915-3.314-4.392c-1.063-1.41-1.358-1.793-2.104-2.089-.037-.037-.015-.265.037-.295.399-.007 1.262-.022 1.978-.074.775-.051 1.602-.14 2.015-.184.052.015.104.243.074.288-.664.332-.871.775.015 1.963l2.546 3.432 1.964-3.432c.679-1.196.598-1.934-.524-2.222-.037-.037-.015-.273.037-.288a48.614 48.614 0 002.015-.096 27.316 27.316 0 001.527-.132c.052.014.104.243.074.287-.524.229-.885.798-1.83 2.414l-2.716 4.687.184 2.93c.089 1.418.376 1.942 1.358 2.296.037.052.015.288-.037.302zM189.9 261.887c-.059-.007-.148-.221-.118-.265.752-.583.863-1.203.509-2.694l-1.594-6.717c-.392-1.646-.798-2.185-1.713-2.369-.044-.03-.059-.259-.015-.296.495-.103 1.255-.258 1.934-.428l4.001-.952c1.786-.428 2.613-.694 2.93-.849.074-.015.214.045.251.111.052.45.317 1.484.642 2.48 0 .074-.236.17-.302.125-.724-1.033-1.558-1.24-3.256-.834l-3.159.753 1.078 4.54 2.141-.51c1.136-.273 1.778-.701 1.978-1.638.022-.059.295-.089.324-.037.067.354.222 1.092.34 1.587.118.487.31 1.225.413 1.572-.007.059-.258.155-.31.111-.605-.746-1.365-.842-2.509-.576l-2.141.509 1.107 4.65 3.351-.797c1.823-.435 2.414-.996 2.621-2.532.037-.066.295-.088.332-.022.192 1.122.465 2.207.635 2.687.014.074-.082.207-.148.221-.31.037-.93.148-3.152.679l-4.244 1.012c-.694.147-1.439.339-1.926.479z",
7428
+ fill: "#05002F"
7429
+ })), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
7430
+ d: "M189.9 261.887c-.059-.007-.148-.221-.118-.265.752-.583.863-1.203.509-2.694l-1.594-6.717c-.392-1.646-.798-2.185-1.713-2.369-.044-.03-.059-.259-.015-.296.495-.103 1.255-.258 1.934-.428l4.001-.952c1.786-.428 2.613-.694 2.93-.849.074-.015.214.045.251.111.052.45.317 1.484.642 2.48 0 .074-.236.17-.302.125-.724-1.033-1.558-1.24-3.256-.834l-3.159.753 1.078 4.54 2.141-.51c1.136-.273 1.778-.701 1.978-1.638.022-.059.295-.089.324-.037.067.354.222 1.092.34 1.587.118.487.31 1.225.413 1.572-.007.059-.258.155-.31.111-.605-.746-1.365-.842-2.509-.576l-2.141.509 1.107 4.65 3.351-.797c1.823-.435 2.414-.996 2.621-2.532.037-.066.295-.088.332-.022.192 1.122.465 2.207.635 2.687.014.074-.082.207-.148.221-.31.037-.93.148-3.152.679l-4.244 1.012c-.694.147-1.439.339-1.926.479zM208.286 256.389c.044.022.096.251.052.287a55.95 55.95 0 00-1.934.702c-.576.221-1.085.435-1.454.59-.059 0-.177-.207-.155-.251.487-.398.731-1.07 1.203-2.76l1.292-4.584-4.149-2.775c-1.372-.908-1.764-1.181-2.546-1.248-.044-.022-.096-.251-.052-.288a50.187 50.187 0 001.875-.656c.738-.281 1.521-.62 1.897-.783.059 0 .177.207.155.251-.554.517-.62 1.004.531 1.786l3.108 2.111.923-3.38c.332-1.248.118-1.919-1.019-1.868-.044-.022-.096-.251-.052-.287a79.933 79.933 0 001.934-.702 54.652 54.652 0 001.454-.59c.059 0 .177.206.155.251-.487.398-.731 1.07-1.203 2.76l-1.218 4.326 4.377 2.922c1.366.908 1.764 1.181 2.539 1.248.045.022.096.251.052.288-.377.125-1.196.398-1.875.657-.738.28-1.52.62-1.897.782-.059 0-.177-.207-.155-.251.554-.524.62-1.011-.531-1.786l-3.336-2.273-.997 3.661c-.332 1.24-.111 1.911 1.026 1.86z",
7431
+ fill: "#05002F"
7432
+ })), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
7433
+ d: "M208.286 256.389c.044.022.096.251.052.287a55.95 55.95 0 00-1.934.702c-.576.221-1.085.435-1.454.59-.059 0-.177-.207-.155-.251.487-.398.731-1.07 1.203-2.76l1.292-4.584-4.149-2.775c-1.372-.908-1.764-1.181-2.546-1.248-.044-.022-.096-.251-.052-.288a50.187 50.187 0 001.875-.656c.738-.281 1.521-.62 1.897-.783.059 0 .177.207.155.251-.554.517-.62 1.004.531 1.786l3.108 2.111.923-3.38c.332-1.248.118-1.919-1.019-1.868-.044-.022-.096-.251-.052-.287a79.933 79.933 0 001.934-.702 54.652 54.652 0 001.454-.59c.059 0 .177.206.155.251-.487.398-.731 1.07-1.203 2.76l-1.218 4.326 4.377 2.922c1.366.908 1.764 1.181 2.539 1.248.045.022.096.251.052.288-.377.125-1.196.398-1.875.657-.738.28-1.52.62-1.897.782-.059 0-.177-.207-.155-.251.554-.524.62-1.011-.531-1.786l-3.336-2.273-.997 3.661c-.332 1.24-.111 1.911 1.026 1.86zM220.929 244.793l1.602 2.886c.664 1.196 1.129 1.557 2.088 1.461.052.015.133.236.096.281-.509.236-1.099.546-1.741.908-.643.361-1.218.701-1.691.996-.059.007-.199-.177-.184-.229.59-.76.531-1.343-.133-2.546l-3.654-6.591c-.664-1.196-1.129-1.558-2.089-1.462-.051-.015-.132-.236-.088-.28.509-.237 1.1-.547 1.742-.908a38.594 38.594 0 001.69-.997c.059-.007.199.177.185.229-.591.76-.532 1.343.132 2.547l1.536 2.775 5.845-3.24-1.535-2.776c-.664-1.195-1.129-1.557-2.089-1.461-.051-.015-.132-.236-.096-.281.51-.243 1.1-.546 1.742-.908.65-.354 1.218-.693 1.691-.996.059-.015.199.177.184.229-.59.76-.531 1.343.133 2.546l3.654 6.592c.664 1.195 1.129 1.557 2.088 1.461.052.015.133.236.089.281-.509.243-1.1.546-1.742.907-.649.355-1.218.694-1.69.997-.059.007-.199-.177-.185-.229.591-.76.532-1.343-.133-2.546l-1.601-2.886-5.846 3.24z",
7434
+ fill: "#05002F"
7435
+ })), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
7436
+ d: "M220.929 244.793l1.602 2.886c.664 1.196 1.129 1.557 2.088 1.461.052.015.133.236.096.281-.509.236-1.099.546-1.741.908-.643.361-1.218.701-1.691.996-.059.007-.199-.177-.184-.229.59-.76.531-1.343-.133-2.546l-3.654-6.591c-.664-1.196-1.129-1.558-2.089-1.462-.051-.015-.132-.236-.088-.28.509-.237 1.1-.547 1.742-.908a38.594 38.594 0 001.69-.997c.059-.007.199.177.185.229-.591.76-.532 1.343.132 2.547l1.536 2.775 5.845-3.24-1.535-2.776c-.664-1.195-1.129-1.557-2.089-1.461-.051-.015-.132-.236-.096-.281.51-.243 1.1-.546 1.742-.908.65-.354 1.218-.693 1.691-.996.059-.015.199.177.184.229-.59.76-.531 1.343.133 2.546l3.654 6.592c.664 1.195 1.129 1.557 2.088 1.461.052.015.133.236.089.281-.509.243-1.1.546-1.742.907-.649.355-1.218.694-1.69.997-.059.007-.199-.177-.185-.229.591-.76.532-1.343-.133-2.546l-1.601-2.886-5.846 3.24zM240.985 238.755c.051.007.155.222.125.266-.487.31-1.07.708-1.697 1.159-.628.45-1.189.878-1.632 1.247-.059.015-.221-.155-.214-.199.532-.893.421-1.484-.413-2.635l-4.303-5.964c-.834-1.152-1.351-1.447-2.369-1.225-.052-.008-.155-.222-.126-.266a38.79 38.79 0 001.698-1.159c.627-.45 1.188-.878 1.631-1.247.052-.015.221.155.214.199-.531.893-.421 1.483.413 2.635l4.303 5.964c.827 1.159 1.351 1.454 2.37 1.225z",
7437
+ fill: "#05002F"
7438
+ })), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
7439
+ d: "M240.985 238.755c.051.007.155.222.125.266-.487.31-1.07.708-1.697 1.159-.628.45-1.189.878-1.632 1.247-.059.015-.221-.155-.214-.199.532-.893.421-1.484-.413-2.635l-4.303-5.964c-.834-1.152-1.351-1.447-2.369-1.225-.052-.008-.155-.222-.126-.266a38.79 38.79 0 001.698-1.159c.627-.45 1.188-.878 1.631-1.247.052-.015.221.155.214.199-.531.893-.421 1.483.413 2.635l4.303 5.964c.827 1.159 1.351 1.454 2.37 1.225zM249.227 230.939c1.418-1.255 1.558-2.348.465-3.573-1.129-1.269-2.236-1.24-3.638 0l-1.942 1.727 3.174 3.573 1.941-1.727zm-4.162-4.09c1.402-1.247 1.527-2.295.457-3.498-1.092-1.225-2.177-1.225-3.565.007l-1.646 1.462 3.1 3.491 1.654-1.462zm.811 8.54c-.051.022-.236-.125-.228-.177.383-.871.192-1.469-.827-2.613l-4.591-5.159c-1.129-1.27-1.735-1.543-2.635-1.277-.052 0-.177-.199-.155-.251a66.42 66.42 0 001.506-1.292l2.317-2.059c2.141-1.904 4.289-2.148 5.58-.694.93 1.048.953 2.429.118 3.824 1.646-.916 3.167-.812 4.215.376 1.402 1.58.915 3.742-1.255 5.676l-2.598 2.31c-.517.458-1.078.989-1.447 1.336z",
7440
+ fill: "#05002F"
7441
+ })), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
7442
+ d: "M249.227 230.939c1.418-1.255 1.558-2.348.465-3.573-1.129-1.269-2.236-1.24-3.638 0l-1.942 1.727 3.174 3.573 1.941-1.727zm-4.162-4.09c1.402-1.247 1.527-2.295.457-3.498-1.092-1.225-2.177-1.225-3.565.007l-1.646 1.462 3.1 3.491 1.654-1.462zm.811 8.54c-.051.022-.236-.125-.228-.177.383-.871.192-1.469-.827-2.613l-4.591-5.159c-1.129-1.27-1.735-1.543-2.635-1.277-.052 0-.177-.199-.155-.251a66.42 66.42 0 001.506-1.292l2.317-2.059c2.141-1.904 4.289-2.148 5.58-.694.93 1.048.953 2.429.118 3.824 1.646-.916 3.167-.812 4.215.376 1.402 1.58.915 3.742-1.255 5.676l-2.598 2.31c-.517.458-1.078.989-1.447 1.336zM260.086 221.21c.052 0 .2.185.177.237-.413.398-.907.908-1.432 1.476a30.86 30.86 0 00-1.35 1.55c-.052.029-.251-.103-.251-.155.339-.982.111-1.535-.938-2.502l-5.417-4.975c-1.048-.967-1.617-1.144-2.569-.723-.052 0-.199-.185-.177-.237.413-.398.908-.908 1.432-1.476.524-.568.989-1.1 1.351-1.55.051-.029.243.103.251.155-.34.982-.111 1.535.937 2.495l5.418 4.975c1.048.974 1.616 1.151 2.568.73z",
7443
+ fill: "#05002F"
7444
+ })), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
7445
+ d: "M260.086 221.21c.052 0 .2.185.177.237-.413.398-.907.908-1.432 1.476a30.86 30.86 0 00-1.35 1.55c-.052.029-.251-.103-.251-.155.339-.982.111-1.535-.938-2.502l-5.417-4.975c-1.048-.967-1.617-1.144-2.569-.723-.052 0-.199-.185-.177-.237.413-.398.908-.908 1.432-1.476.524-.568.989-1.1 1.351-1.55.051-.029.243.103.251.155-.34.982-.111 1.535.937 2.495l5.418 4.975c1.048.974 1.616 1.151 2.568.73zM260.161 200.927c.044-.059.191-.103.258-.073.332.31 1.41 1.092 2.303 1.646.044.059-.074.28-.148.295-1.41-.377-2.251-.059-3.358 1.432l-.724.967 7.16 5.336c1.144.849 1.727.975 2.628.45.051-.007.214.163.199.215-.376.442-.812.996-1.269 1.616a32.52 32.52 0 00-1.189 1.683c-.044.029-.258-.081-.266-.133.237-1.011-.044-1.543-1.188-2.391l-7.16-5.337-.723.967c-1.107 1.491-1.173 2.384-.413 3.631.015.074-.17.259-.236.229-.783-.694-1.846-1.505-2.237-1.734-.044-.059-.044-.214 0-.273.266-.229.842-.886 1.934-2.355l2.716-3.646c1.107-1.469 1.565-2.207 1.713-2.525z",
7446
+ fill: "#05002F"
7447
+ })), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
7448
+ d: "M260.161 200.927c.044-.059.191-.103.258-.073.332.31 1.41 1.092 2.303 1.646.044.059-.074.28-.148.295-1.41-.377-2.251-.059-3.358 1.432l-.724.967 7.16 5.336c1.144.849 1.727.975 2.628.45.051-.007.214.163.199.215-.376.442-.812.996-1.269 1.616a32.52 32.52 0 00-1.189 1.683c-.044.029-.258-.081-.266-.133.237-1.011-.044-1.543-1.188-2.391l-7.16-5.337-.723.967c-1.107 1.491-1.173 2.384-.413 3.631.015.074-.17.259-.236.229-.783-.694-1.846-1.505-2.237-1.734-.044-.059-.044-.214 0-.273.266-.229.842-.886 1.934-2.355l2.716-3.646c1.107-1.469 1.565-2.207 1.713-2.525zM275.512 199.731c.052-.014.229.141.221.192-.325.48-.701 1.071-1.092 1.742a32.024 32.024 0 00-1.004 1.794c-.044.037-.266-.052-.273-.103.133-1.034-.207-1.528-1.432-2.252l-6.326-3.757c-1.225-.73-1.815-.789-2.664-.177-.052.015-.229-.14-.222-.192.325-.479.702-1.07 1.093-1.742.398-.664.738-1.276 1.004-1.793.044-.037.265.051.273.103-.133 1.034.206 1.528 1.432 2.251l6.325 3.757c1.226.724 1.816.783 2.665.177z",
7449
+ fill: "#05002F"
7450
+ })), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
7451
+ d: "M275.512 199.731c.052-.014.229.141.221.192-.325.48-.701 1.071-1.092 1.742a32.024 32.024 0 00-1.004 1.794c-.044.037-.266-.052-.273-.103.133-1.034-.207-1.528-1.432-2.252l-6.326-3.757c-1.225-.73-1.815-.789-2.664-.177-.052.015-.229-.14-.222-.192.325-.479.702-1.07 1.093-1.742.398-.664.738-1.276 1.004-1.793.044-.037.265.051.273.103-.133 1.034.206 1.528 1.432 2.251l6.325 3.757c1.226.724 1.816.783 2.665.177zM277.085 182.947c-3.233-1.469-5.647-.959-6.746 1.469-1.1 2.414.073 4.547 3.306 6.016 3.233 1.468 5.647.959 6.747-1.469 1.099-2.414-.074-4.547-3.307-6.016zm-4.23 9.308c-3.513-1.595-4.952-5.049-3.476-8.297 1.491-3.284 4.967-4.436 8.496-2.834 3.513 1.594 4.952 5.049 3.476 8.296-1.491 3.285-4.967 4.436-8.496 2.835z",
7452
+ fill: "#05002F"
7453
+ })), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
7454
+ d: "M277.085 182.947c-3.233-1.469-5.647-.959-6.746 1.469-1.1 2.414.073 4.547 3.306 6.016 3.233 1.468 5.647.959 6.747-1.469 1.099-2.414-.074-4.547-3.307-6.016zm-4.23 9.308c-3.513-1.595-4.952-5.049-3.476-8.297 1.491-3.284 4.967-4.436 8.496-2.834 3.513 1.594 4.952 5.049 3.476 8.296-1.491 3.285-4.967 4.436-8.496 2.835zM288.748 168.082l-11.95 5.144 6.576 1.919c1.646.48 2.318.436 3.056-.361.044-.022.258.074.266.133a53.248 53.248 0 00-.517 1.631c-.17.568-.347 1.255-.443 1.653-.029.045-.265.015-.295-.029-.192-1.071-.731-1.477-2.377-1.956l-6.591-1.927c-1.314-.384-1.978-.295-2.613.384-.044.022-.258-.074-.266-.133.141-.413.347-1.048.517-1.631.199-.672.295-1.078.406-1.587.03-.044.177-.096.251-.081.524.376 1.152.376 2.141-.052l8.311-3.506-5.883-1.72c-1.646-.479-2.318-.435-3.056.362-.044.022-.258-.074-.266-.133.133-.391.347-1.063.517-1.631.17-.568.347-1.247.45-1.653.03-.045.266-.015.288.029.192 1.07.731 1.469 2.377 1.956l9.138 2.672c.059.059.029.465-.037.517z",
7455
+ fill: "#05002F"
7456
+ })), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
7457
+ d: "M288.748 168.082l-11.95 5.144 6.576 1.919c1.646.48 2.318.436 3.056-.361.044-.022.258.074.266.133a53.248 53.248 0 00-.517 1.631c-.17.568-.347 1.255-.443 1.653-.029.045-.265.015-.295-.029-.192-1.071-.731-1.477-2.377-1.956l-6.591-1.927c-1.314-.384-1.978-.295-2.613.384-.044.022-.258-.074-.266-.133.141-.413.347-1.048.517-1.631.199-.672.295-1.078.406-1.587.03-.044.177-.096.251-.081.524.376 1.152.376 2.141-.052l8.311-3.506-5.883-1.72c-1.646-.479-2.318-.435-3.056.362-.044.022-.258-.074-.266-.133.133-.391.347-1.063.517-1.631.17-.568.347-1.247.45-1.653.03-.045.266-.015.288.029.192 1.07.731 1.469 2.377 1.956l9.138 2.672c.059.059.029.465-.037.517z",
7458
+ fill: "#05002F"
7459
+ })));
7460
+ }
7461
+
7462
+ var _path$O, _path2$q, _path3$k, _path4$b, _path5$a, _path6$3, _path7$3, _path8$1, _path9$1, _path10$1, _path11$1, _path12$1, _path13$1, _path14$1, _path15$1, _path16$1, _path17$1, _path18$1, _path19$1, _path20$1, _path21$1, _path22$1, _path23$1, _path24$1, _path25$1, _path26$1, _path27$1, _path28$1, _path29$1, _path30$1, _path31$1, _path32$1, _path33$1, _path34$1, _path35$1, _path36$1, _path37$1, _path38$1, _path39$1, _path40$1, _path41$1, _path42$1, _path43$1, _path44$1, _path45$1, _path46$1, _path47$1, _path48$1, _path49$1, _path50$1, _path51$1, _path52$1, _path53$1, _path54$1, _path55$1;
7463
+
7464
+ var _excluded$Y = ["title", "titleId"];
7465
+
7466
+ function _extends$Y() { _extends$Y = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$Y.apply(this, arguments); }
7467
+
7468
+ function _objectWithoutProperties$X(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose$Y(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
7469
+
7470
+ function _objectWithoutPropertiesLoose$Y(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
7471
+
7472
+ function SvgLogoTreasuresColorNegative(_ref) {
7473
+ var title = _ref.title,
7474
+ titleId = _ref.titleId,
7475
+ props = _objectWithoutProperties$X(_ref, _excluded$Y);
7476
+
7477
+ return /*#__PURE__*/React.createElement("svg", _extends$Y({
7478
+ viewBox: "0 0 327 266",
7479
+ fill: "none",
7480
+ xmlns: "http://www.w3.org/2000/svg",
7481
+ "aria-labelledby": titleId
7482
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
7483
+ id: titleId
7484
+ }, title) : null, _path$O || (_path$O = /*#__PURE__*/React.createElement("path", {
7485
+ d: "M23.553 154.725c-.997-.059-3.455-.118-5.33-.118-1.874 0-4.332.059-5.329.118-.059 0-.118-.177-.059-.236 2.111-.819 2.99-1.986 2.99-6.894v-31.067H12.31c-5.742 0-8.141 1.284-10.075 6.54-.059.059-.236 0-.236-.059.236-3.388.236-7.123.118-9.168 0-.118.06-.177.177-.177 1.174.059 5.388.118 8.142.118h15.581c2.753 0 6.968-.059 8.141-.118.118 0 .177.059.177.177-.118 2.045-.118 5.78.119 9.168 0 .059-.178.118-.237.059-1.934-5.256-4.332-6.54-10.075-6.54H20.63v31.067c0 4.908.878 6.075 2.99 6.894.05.059-.008.236-.067.236z",
7486
+ fill: "#D3BA81"
7487
+ })), _path2$q || (_path2$q = /*#__PURE__*/React.createElement("path", {
7488
+ d: "M23.553 154.725c-.997-.059-3.455-.118-5.33-.118-1.874 0-4.332.059-5.329.118-.059 0-.118-.177-.059-.236 2.111-.819 2.99-1.986 2.99-6.894v-31.067H12.31c-5.742 0-8.141 1.284-10.075 6.54-.059.059-.236 0-.236-.059.236-3.388.236-7.123.118-9.168 0-.118.06-.177.177-.177 1.174.059 5.388.118 8.142.118h15.581c2.753 0 6.968-.059 8.141-.118.118 0 .177.059.177.177-.118 2.045-.118 5.78.119 9.168 0 .059-.178.118-.237.059-1.934-5.256-4.332-6.54-10.075-6.54H20.63v31.067c0 4.908.878 6.075 2.99 6.894.05.059-.008.236-.067.236zM53.246 116.536h-7.263v16.762h7.263c6.503 0 9.367-2.568 9.367-8.407.007-5.845-2.864-8.355-9.367-8.355zm5.27 18.859l6.385 11.854c1.934 3.616 3.75 5.196 5.912 5.196.524 0 1.174-.177 1.174-.177.059 0 .177.177.177.236-.642 1.343-2.34 2.569-4.569 2.569-3.166 0-4.982-1.639-7.322-6.016l-6.909-13.02h-7.38v11.559c0 4.908.878 6.074 2.989 6.894.059.059 0 .236-.06.236-.996-.059-3.454-.118-5.328-.118-1.875 0-4.156.059-5.152.118-.06 0-.118-.177-.06-.236 1.934-.82 2.813-1.868 2.813-6.599v-27.332c0-4.732-.879-5.78-2.812-6.599-.06-.059 0-.236.059-.236 0 0 1.756.059 6.148.059h8.724c9.315 0 14.35 3.565 14.35 10.924 0 6.015-3.219 9.581-9.139 10.688z",
7489
+ fill: "#D3BA81"
7490
+ })), _path3$k || (_path3$k = /*#__PURE__*/React.createElement("path", {
7491
+ d: "M53.246 116.536h-7.263v16.762h7.263c6.503 0 9.367-2.568 9.367-8.407.007-5.845-2.864-8.355-9.367-8.355zm5.27 18.859l6.385 11.854c1.934 3.616 3.75 5.196 5.912 5.196.524 0 1.174-.177 1.174-.177.059 0 .177.177.177.236-.642 1.343-2.34 2.569-4.569 2.569-3.166 0-4.982-1.639-7.322-6.016l-6.909-13.02h-7.38v11.559c0 4.908.878 6.074 2.989 6.894.059.059 0 .236-.06.236-.996-.059-3.454-.118-5.328-.118-1.875 0-4.156.059-5.152.118-.06 0-.118-.177-.06-.236 1.934-.82 2.813-1.868 2.813-6.599v-27.332c0-4.732-.879-5.78-2.812-6.599-.06-.059 0-.236.059-.236 0 0 1.756.059 6.148.059h8.724c9.315 0 14.35 3.565 14.35 10.924 0 6.015-3.219 9.581-9.139 10.688zM106.139 154.784c-1.174-.059-5.388-.118-8.141-.118H82.593c-4.392 0-6.148.059-6.148.059-.06 0-.118-.177-.06-.236 1.935-.819 2.813-1.867 2.813-6.599v-27.332c0-4.731-.878-5.779-2.812-6.598-.06-.06 0-.237.059-.237 0 0 1.757.059 6.148.059H96.47c2.753 0 6.967-.059 8.141-.118.118 0 .177.059.177.177-.118 1.868-.118 5.197.118 8.348 0 .059-.177.119-.236.059-1.875-4.613-4.805-5.72-10.075-5.72h-10.6v15.707h7.5c5.506 0 7.322-.937 8.606-3.853.059-.059.236 0 .236.059-.118 1.048-.177 3.27-.177 5.137 0 1.868.059 4.09.177 5.138 0 .059-.177.118-.236.059-1.291-2.923-3.107-3.853-8.606-3.853h-7.5v16.991h11.537c6.326 0 8.725-1.056 10.659-6.311.059-.059.236 0 .236.059-.236 3.388-.236 6.894-.118 8.939 0 .125-.059.184-.17.184z",
7492
+ fill: "#D3BA81"
7493
+ })), _path4$b || (_path4$b = /*#__PURE__*/React.createElement("path", {
7494
+ d: "M106.139 154.784c-1.174-.059-5.388-.118-8.141-.118H82.593c-4.392 0-6.148.059-6.148.059-.06 0-.118-.177-.06-.236 1.935-.819 2.813-1.867 2.813-6.599v-27.332c0-4.731-.878-5.779-2.812-6.598-.06-.06 0-.237.059-.237 0 0 1.757.059 6.148.059H96.47c2.753 0 6.967-.059 8.141-.118.118 0 .177.059.177.177-.118 1.868-.118 5.197.118 8.348 0 .059-.177.119-.236.059-1.875-4.613-4.805-5.72-10.075-5.72h-10.6v15.707h7.5c5.506 0 7.322-.937 8.606-3.853.059-.059.236 0 .236.059-.118 1.048-.177 3.27-.177 5.137 0 1.868.059 4.09.177 5.138 0 .059-.177.118-.236.059-1.291-2.923-3.107-3.853-8.606-3.853h-7.5v16.991h11.537c6.326 0 8.725-1.056 10.659-6.311.059-.059.236 0 .236.059-.236 3.388-.236 6.894-.118 8.939 0 .125-.059.184-.17.184zM135.126 139.661l-7.263-17.692-7.263 17.692h14.526zm2.17 15.065c-.059-.059-.059-.288-.059-.288 2.517-.937 3.1-2.222.819-7.706l-1.756-4.266h-16.807l-1.521 3.676c-2.221 5.373-2.17 7.004 1.174 8.296 0 0 0 .236-.059.288a108.307 108.307 0 00-5.152-.118c-1.757 0-3.927.059-5.152.118-.059-.059-.059-.288-.059-.288 2.635-1.225 3.808-2.923 6.03-8.296l13.884-33.754c.059-.059.295-.059.354 0l14.231 34.337c2.288 5.55 3.107 6.539 5.152 7.706 0 0 0 .236-.059.287a120.397 120.397 0 00-5.565-.118c-2.407.008-4.34.067-5.455.126z",
7495
+ fill: "#D3BA81"
7496
+ })), _path5$a || (_path5$a = /*#__PURE__*/React.createElement("path", {
7497
+ d: "M135.126 139.661l-7.263-17.692-7.263 17.692h14.526zm2.17 15.065c-.059-.059-.059-.288-.059-.288 2.517-.937 3.1-2.222.819-7.706l-1.756-4.266h-16.807l-1.521 3.676c-2.221 5.373-2.17 7.004 1.174 8.296 0 0 0 .236-.059.288a108.307 108.307 0 00-5.152-.118c-1.757 0-3.927.059-5.152.118-.059-.059-.059-.288-.059-.288 2.635-1.225 3.808-2.923 6.03-8.296l13.884-33.754c.059-.059.295-.059.354 0l14.231 34.337c2.288 5.55 3.107 6.539 5.152 7.706 0 0 0 .236-.059.287a120.397 120.397 0 00-5.565-.118c-2.407.008-4.34.067-5.455.126zM172.141 114.491c.642 0 1.285-.236 1.639-.465.059 0 .236.059.236.118 0 2.982.236 5.898.701 8.88 0 .059-.177.118-.236.059-2.694-5.019-6.68-7.418-10.953-7.418-4.156 0-7.027 2.568-7.027 6.421 0 4.613 3.218 5.898 9.603 8.88 5.152 2.391 11.13 5.373 11.13 12.496 0 7.241-5.034 12.09-12.887 12.09-6.149 0-9.898-2.805-11.832-2.805a2.68 2.68 0 00-1.402.406c-.059 0-.237-.059-.178-.118.532-2.864.82-5.956 1.115-9.868 0-.059.236-.059.236-.059 1.698 5.72 5.329 9.691 12.238 9.691 5.565 0 8.437-3.27 8.437-7.824 0-4.731-2.695-6.311-9.374-9.404-5.211-2.391-11.36-4.967-11.36-11.913 0-6.539 5.093-10.746 11.419-10.746 3.816 0 6.333 1.579 8.495 1.579z",
7498
+ fill: "#D3BA81"
7499
+ })), _path6$3 || (_path6$3 = /*#__PURE__*/React.createElement("path", {
7500
+ d: "M172.141 114.491c.642 0 1.285-.236 1.639-.465.059 0 .236.059.236.118 0 2.982.236 5.898.701 8.88 0 .059-.177.118-.236.059-2.694-5.019-6.68-7.418-10.953-7.418-4.156 0-7.027 2.568-7.027 6.421 0 4.613 3.218 5.898 9.603 8.88 5.152 2.391 11.13 5.373 11.13 12.496 0 7.241-5.034 12.09-12.887 12.09-6.149 0-9.898-2.805-11.832-2.805a2.68 2.68 0 00-1.402.406c-.059 0-.237-.059-.178-.118.532-2.864.82-5.956 1.115-9.868 0-.059.236-.059.236-.059 1.698 5.72 5.329 9.691 12.238 9.691 5.565 0 8.437-3.27 8.437-7.824 0-4.731-2.695-6.311-9.374-9.404-5.211-2.391-11.36-4.967-11.36-11.913 0-6.539 5.093-10.746 11.419-10.746 3.816 0 6.333 1.579 8.495 1.579zM185.444 139.366v-18.807c0-4.732-.878-5.78-2.812-6.599-.059-.059 0-.236.059-.236.996.059 3.277.118 5.152.118s4.155-.059 5.152-.118c.059 0 .118.177.059.236-1.934.819-2.812 1.867-2.812 6.599v18.917c0 9.168 4.037 12.674 11.418 12.674 7.086 0 11.131-4.03 11.131-13.08v-17.227c0-5.019-.76-6.886-3.395-7.883-.059-.059 0-.236.059-.236a94.55 94.55 0 004.864.118c2.052 0 3.867-.059 4.864-.118.059 0 .118.177.059.236-2.635.997-3.395 2.864-3.395 7.883v17.405c0 11.33-6.031 16.29-15.05 16.29-9.323.007-15.353-4.96-15.353-16.172z",
7501
+ fill: "#D3BA81"
7502
+ })), _path7$3 || (_path7$3 = /*#__PURE__*/React.createElement("path", {
7503
+ d: "M185.444 139.366v-18.807c0-4.732-.878-5.78-2.812-6.599-.059-.059 0-.236.059-.236.996.059 3.277.118 5.152.118s4.155-.059 5.152-.118c.059 0 .118.177.059.236-1.934.819-2.812 1.867-2.812 6.599v18.917c0 9.168 4.037 12.674 11.418 12.674 7.086 0 11.131-4.03 11.131-13.08v-17.227c0-5.019-.76-6.886-3.395-7.883-.059-.059 0-.236.059-.236a94.55 94.55 0 004.864.118c2.052 0 3.867-.059 4.864-.118.059 0 .118.177.059.236-2.635.997-3.395 2.864-3.395 7.883v17.405c0 11.33-6.031 16.29-15.05 16.29-9.323.007-15.353-4.96-15.353-16.172zM240.379 116.536h-7.263v16.762h7.263c6.502 0 9.373-2.568 9.373-8.407-.007-5.845-2.878-8.355-9.373-8.355zm5.27 18.859l6.384 11.854c1.934 3.616 3.75 5.196 5.912 5.196.525 0 1.174-.177 1.174-.177.059 0 .177.177.177.236-.642 1.343-2.34 2.569-4.569 2.569-3.166 0-4.975-1.639-7.322-6.016l-6.908-13.02h-7.381v11.559c0 4.908.878 6.074 2.989 6.894.059.059 0 .236-.059.236-.997-.059-3.455-.118-5.329-.118-1.875 0-4.156.059-5.152.118-.059 0-.118-.177-.059-.236 1.933-.82 2.812-1.868 2.812-6.599v-27.332c0-4.732-.879-5.78-2.812-6.599-.059-.059 0-.236.059-.236 0 0 1.756.059 6.148.059h8.725c9.314 0 14.348 3.565 14.348 10.924 0 6.015-3.225 9.581-9.137 10.688z",
7504
+ fill: "#D3BA81"
7505
+ })), _path8$1 || (_path8$1 = /*#__PURE__*/React.createElement("path", {
7506
+ d: "M240.379 116.536h-7.263v16.762h7.263c6.502 0 9.373-2.568 9.373-8.407-.007-5.845-2.878-8.355-9.373-8.355zm5.27 18.859l6.384 11.854c1.934 3.616 3.75 5.196 5.912 5.196.525 0 1.174-.177 1.174-.177.059 0 .177.177.177.236-.642 1.343-2.34 2.569-4.569 2.569-3.166 0-4.975-1.639-7.322-6.016l-6.908-13.02h-7.381v11.559c0 4.908.878 6.074 2.989 6.894.059.059 0 .236-.059.236-.997-.059-3.455-.118-5.329-.118-1.875 0-4.156.059-5.152.118-.059 0-.118-.177-.059-.236 1.933-.82 2.812-1.868 2.812-6.599v-27.332c0-4.732-.879-5.78-2.812-6.599-.059-.059 0-.236.059-.236 0 0 1.756.059 6.148.059h8.725c9.314 0 14.348 3.565 14.348 10.924 0 6.015-3.225 9.581-9.137 10.688zM293.728 154.784c-1.174-.059-5.388-.118-8.142-.118h-15.404c-4.392 0-6.148.059-6.148.059-.059 0-.118-.177-.059-.236 1.933-.819 2.812-1.867 2.812-6.599v-27.332c0-4.731-.879-5.779-2.812-6.598-.059-.06 0-.237.059-.237 0 0 1.756.059 6.148.059h13.884c2.753 0 6.968-.059 8.141-.118.118 0 .177.059.177.177-.118 1.868-.118 5.197.118 8.348 0 .059-.177.119-.236.059-1.875-4.613-4.805-5.72-10.075-5.72h-10.599v15.707h7.499c5.506 0 7.322-.937 8.606-3.853.059-.059.237 0 .237.059-.119 1.048-.178 3.27-.178 5.137 0 1.868.059 4.09.178 5.138 0 .059-.178.118-.237.059-1.291-2.923-3.107-3.853-8.606-3.853h-7.499v16.991h11.537c6.325 0 8.724-1.056 10.658-6.311.059-.059.236 0 .236.059-.236 3.388-.236 6.894-.118 8.939 0 .125-.059.184-.177.184z",
7507
+ fill: "#D3BA81"
7508
+ })), _path9$1 || (_path9$1 = /*#__PURE__*/React.createElement("path", {
7509
+ d: "M293.728 154.784c-1.174-.059-5.388-.118-8.142-.118h-15.404c-4.392 0-6.148.059-6.148.059-.059 0-.118-.177-.059-.236 1.933-.819 2.812-1.867 2.812-6.599v-27.332c0-4.731-.879-5.779-2.812-6.598-.059-.06 0-.237.059-.237 0 0 1.756.059 6.148.059h13.884c2.753 0 6.968-.059 8.141-.118.118 0 .177.059.177.177-.118 1.868-.118 5.197.118 8.348 0 .059-.177.119-.236.059-1.875-4.613-4.805-5.72-10.075-5.72h-10.599v15.707h7.499c5.506 0 7.322-.937 8.606-3.853.059-.059.237 0 .237.059-.119 1.048-.178 3.27-.178 5.137 0 1.868.059 4.09.178 5.138 0 .059-.178.118-.237.059-1.291-2.923-3.107-3.853-8.606-3.853h-7.499v16.991h11.537c6.325 0 8.724-1.056 10.658-6.311.059-.059.236 0 .236.059-.236 3.388-.236 6.894-.118 8.939 0 .125-.059.184-.177.184zM320.907 114.491c.642 0 1.284-.236 1.639-.465.059 0 .236.059.236.118 0 2.982.236 5.898.701 8.88 0 .059-.177.118-.236.059-2.694-5.019-6.68-7.418-10.954-7.418-4.155 0-7.026 2.568-7.026 6.421 0 4.613 3.218 5.898 9.602 8.88 5.152 2.391 11.131 5.373 11.131 12.496 0 7.241-5.034 12.09-12.887 12.09-6.149 0-9.898-2.805-11.832-2.805-.524 0-1.056.177-1.403.406-.059 0-.236-.059-.177-.118.524-2.864.82-5.956 1.115-9.868 0-.059.236-.059.236-.059 1.698 5.72 5.329 9.691 12.238 9.691 5.565 0 8.436-3.27 8.436-7.824 0-4.731-2.694-6.311-9.374-9.404-5.211-2.391-11.359-4.967-11.359-11.913 0-6.539 5.093-10.746 11.419-10.746 3.808 0 6.332 1.579 8.495 1.579z",
7510
+ fill: "#D3BA81"
7511
+ })), _path10$1 || (_path10$1 = /*#__PURE__*/React.createElement("path", {
7512
+ d: "M320.907 114.491c.642 0 1.284-.236 1.639-.465.059 0 .236.059.236.118 0 2.982.236 5.898.701 8.88 0 .059-.177.118-.236.059-2.694-5.019-6.68-7.418-10.954-7.418-4.155 0-7.026 2.568-7.026 6.421 0 4.613 3.218 5.898 9.602 8.88 5.152 2.391 11.131 5.373 11.131 12.496 0 7.241-5.034 12.09-12.887 12.09-6.149 0-9.898-2.805-11.832-2.805-.524 0-1.056.177-1.403.406-.059 0-.236-.059-.177-.118.524-2.864.82-5.956 1.115-9.868 0-.059.236-.059.236-.059 1.698 5.72 5.329 9.691 12.238 9.691 5.565 0 8.436-3.27 8.436-7.824 0-4.731-2.694-6.311-9.374-9.404-5.211-2.391-11.359-4.967-11.359-11.913 0-6.539 5.093-10.746 11.419-10.746 3.808 0 6.332 1.579 8.495 1.579z",
7513
+ fill: "#D3BA81"
7514
+ })), _path11$1 || (_path11$1 = /*#__PURE__*/React.createElement("path", {
7515
+ d: "M45.565 90.555c.023-.067.14-.17.214-.17.421.17 1.713.494 2.746.679.067.037.037.288-.03.325-1.446.17-2.11.775-2.59 2.568l-.31 1.166 8.621 2.31c1.373.37 1.963.266 2.613-.553.044-.022.258.067.266.126a33.08 33.08 0 00-.584 1.97c-.199.753-.361 1.432-.48 2.001-.029.051-.265.022-.294-.023-.156-1.025-.613-1.41-1.986-1.778l-8.621-2.31-.31 1.166c-.48 1.793-.207 2.649.96 3.52.036.067-.06.303-.133.296-.99-.355-2.266-.724-2.717-.783-.066-.037-.118-.184-.103-.251.155-.31.45-1.13.93-2.908l1.174-4.392c.465-1.756.612-2.605.634-2.96z",
7516
+ fill: "#fff"
7517
+ })), _path12$1 || (_path12$1 = /*#__PURE__*/React.createElement("path", {
7518
+ d: "M45.565 90.555c.023-.067.14-.17.214-.17.421.17 1.713.494 2.746.679.067.037.037.288-.03.325-1.446.17-2.11.775-2.59 2.568l-.31 1.166 8.621 2.31c1.373.37 1.963.266 2.613-.553.044-.022.258.067.266.126a33.08 33.08 0 00-.584 1.97c-.199.753-.361 1.432-.48 2.001-.029.051-.265.022-.294-.023-.156-1.025-.613-1.41-1.986-1.778l-8.621-2.31-.31 1.166c-.48 1.793-.207 2.649.96 3.52.036.067-.06.303-.133.296-.99-.355-2.266-.724-2.717-.783-.066-.037-.118-.184-.103-.251.155-.31.45-1.13.93-2.908l1.174-4.392c.465-1.756.612-2.605.634-2.96zM54.118 87.1l3.063 1.225c1.27.51 1.86.495 2.539-.184.044-.022.25.103.25.155a35.084 35.084 0 00-1.461 3.646c-.036.044-.265-.007-.287-.059-.023-.96-.436-1.38-1.713-1.89l-6.997-2.797c-1.27-.51-1.86-.494-2.54.185-.043.022-.25-.104-.25-.155a35.184 35.184 0 001.462-3.646c.036-.045.265.007.287.058.022.96.436 1.38 1.713 1.89l2.945 1.18 2.48-6.207-2.945-1.18c-1.27-.51-1.86-.495-2.54.184-.044.022-.25-.103-.25-.155a34.754 34.754 0 001.461-3.646c.037-.044.266.007.288.059.022.96.435 1.38 1.712 1.89l6.998 2.797c1.27.51 1.86.494 2.539-.192.044-.022.25.103.25.155a35.093 35.093 0 00-1.461 3.646c-.037.044-.266-.007-.288-.059-.022-.96-.435-1.38-1.712-1.89l-3.063-1.225-2.48 6.215z",
7519
+ fill: "#fff"
7520
+ })), _path13$1 || (_path13$1 = /*#__PURE__*/React.createElement("path", {
7521
+ d: "M54.118 87.1l3.063 1.225c1.27.51 1.86.495 2.539-.184.044-.022.25.103.25.155a35.084 35.084 0 00-1.461 3.646c-.036.044-.265-.007-.287-.059-.023-.96-.436-1.38-1.713-1.89l-6.997-2.797c-1.27-.51-1.86-.494-2.54.185-.043.022-.25-.104-.25-.155a35.184 35.184 0 001.462-3.646c.036-.045.265.007.287.058.022.96.436 1.38 1.713 1.89l2.945 1.18 2.48-6.207-2.945-1.18c-1.27-.51-1.86-.495-2.54.184-.044.022-.25-.103-.25-.155a34.754 34.754 0 001.461-3.646c.037-.044.266.007.288.059.022.96.435 1.38 1.712 1.89l6.998 2.797c1.27.51 1.86.494 2.539-.192.044-.022.25.103.25.155a35.093 35.093 0 00-1.461 3.646c-.037.044-.266-.007-.288-.059-.022-.96-.435-1.38-1.712-1.89l-3.063-1.225-2.48 6.215zM64.391 77.918c-.044.037-.265-.044-.28-.088.066-.953-.318-1.447-1.66-2.185l-6.06-3.314c-1.484-.812-2.156-.871-2.909-.318-.051.015-.236-.133-.229-.184.259-.436.65-1.107.982-1.72l1.97-3.61c.88-1.608 1.233-2.406 1.337-2.738.037-.066.177-.133.243-.11.37.265 1.314.76 2.274 1.18.051.052-.037.288-.111.31-1.255-.147-1.963.325-2.805 1.86l-1.557 2.85 4.096 2.243 1.056-1.933c.56-1.026.672-1.787.11-2.569-.029-.059.133-.28.185-.266.31.192.967.569 1.402.812.443.244 1.115.59 1.44.746.037.044-.06.295-.126.302-.96-.051-1.542.45-2.103 1.484l-1.056 1.926 4.193 2.296 1.653-3.019c.9-1.646.87-2.458-.126-3.639-.022-.074.133-.28.2-.258.96.605 1.948 1.13 2.42 1.321.067.037.097.2.067.258-.177.251-.516.79-1.609 2.798l-2.089 3.83a76.59 76.59 0 00-.908 1.735z",
7522
+ fill: "#fff"
7523
+ })), _path14$1 || (_path14$1 = /*#__PURE__*/React.createElement("path", {
7524
+ d: "M64.391 77.918c-.044.037-.265-.044-.28-.088.066-.953-.318-1.447-1.66-2.185l-6.06-3.314c-1.484-.812-2.156-.871-2.909-.318-.051.015-.236-.133-.229-.184.259-.436.65-1.107.982-1.72l1.97-3.61c.88-1.608 1.233-2.406 1.337-2.738.037-.066.177-.133.243-.11.37.265 1.314.76 2.274 1.18.051.052-.037.288-.111.31-1.255-.147-1.963.325-2.805 1.86l-1.557 2.85 4.096 2.243 1.056-1.933c.56-1.026.672-1.787.11-2.569-.029-.059.133-.28.185-.266.31.192.967.569 1.402.812.443.244 1.115.59 1.44.746.037.044-.06.295-.126.302-.96-.051-1.542.45-2.103 1.484l-1.056 1.926 4.193 2.296 1.653-3.019c.9-1.646.87-2.458-.126-3.639-.022-.074.133-.28.2-.258.96.605 1.948 1.13 2.42 1.321.067.037.097.2.067.258-.177.251-.516.79-1.609 2.798l-2.089 3.83a76.59 76.59 0 00-.908 1.735zM79.832 54.528l-13.006.354 5.396 4.222c1.35 1.055 1.993 1.255 2.974.79.052-.008.214.162.192.221-.273.317-.716.856-1.085 1.329a46.4 46.4 0 00-1.026 1.372c-.052.03-.258-.08-.258-.132.214-1.07-.133-1.639-1.484-2.694l-5.41-4.23c-1.078-.841-1.727-1.011-2.569-.612-.051.007-.214-.17-.192-.222.28-.332.709-.841 1.085-1.328.436-.554.672-.893.967-1.329.045-.03.2-.022.259.022.347.546.93.775 2.007.746l9.02-.178-4.827-3.771c-1.351-1.056-1.993-1.262-2.975-.79-.052.007-.214-.17-.192-.221.266-.318.716-.857 1.085-1.33a38.22 38.22 0 001.026-1.372c.044-.03.251.081.259.133-.215 1.07.132 1.639 1.483 2.694l7.5 5.86c.029.067-.14.436-.23.466z",
7525
+ fill: "#fff"
7526
+ })), _path15$1 || (_path15$1 = /*#__PURE__*/React.createElement("path", {
7527
+ d: "M79.832 54.528l-13.006.354 5.396 4.222c1.35 1.055 1.993 1.255 2.974.79.052-.008.214.162.192.221-.273.317-.716.856-1.085 1.329a46.4 46.4 0 00-1.026 1.372c-.052.03-.258-.08-.258-.132.214-1.07-.133-1.639-1.484-2.694l-5.41-4.23c-1.078-.841-1.727-1.011-2.569-.612-.051.007-.214-.17-.192-.222.28-.332.709-.841 1.085-1.328.436-.554.672-.893.967-1.329.045-.03.2-.022.259.022.347.546.93.775 2.007.746l9.02-.178-4.827-3.771c-1.351-1.056-1.993-1.262-2.975-.79-.052.007-.214-.17-.192-.221.266-.318.716-.857 1.085-1.33a38.22 38.22 0 001.026-1.372c.044-.03.251.081.259.133-.215 1.07.132 1.639 1.483 2.694l7.5 5.86c.029.067-.14.436-.23.466zM82.61 51.265c-.052.03-.244-.11-.244-.162.325-.893.096-1.476-.996-2.561l-4.901-4.857c-1.203-1.189-1.83-1.432-2.709-1.107-.052 0-.192-.192-.17-.244.37-.347.93-.886 1.425-1.38l2.893-2.923c1.292-1.306 1.853-1.97 2.045-2.266.051-.052.206-.074.265-.037.28.354 1.049 1.092 1.853 1.764.037.067-.11.266-.192.266-1.159-.495-1.978-.236-3.21 1.011l-2.281 2.303 3.314 3.284 1.55-1.564c.827-.834 1.136-1.535.82-2.436-.016-.067.198-.229.25-.207.244.266.768.812 1.13 1.166a34.9 34.9 0 001.18 1.115c.03.052-.14.266-.199.258-.908-.317-1.609.008-2.428.842l-1.55 1.565 3.395 3.358 2.42-2.443c1.322-1.329 1.521-2.126.887-3.536 0-.073.199-.228.265-.192.753.85 1.565 1.624 1.956 1.942.052.051.037.214-.014.265-.244.192-.709.613-2.326 2.244l-3.07 3.1a82.204 82.204 0 00-1.358 1.432z",
7528
+ fill: "#fff"
7529
+ })), _path16$1 || (_path16$1 = /*#__PURE__*/React.createElement("path", {
7530
+ d: "M82.61 51.265c-.052.03-.244-.11-.244-.162.325-.893.096-1.476-.996-2.561l-4.901-4.857c-1.203-1.189-1.83-1.432-2.709-1.107-.052 0-.192-.192-.17-.244.37-.347.93-.886 1.425-1.38l2.893-2.923c1.292-1.306 1.853-1.97 2.045-2.266.051-.052.206-.074.265-.037.28.354 1.049 1.092 1.853 1.764.037.067-.11.266-.192.266-1.159-.495-1.978-.236-3.21 1.011l-2.281 2.303 3.314 3.284 1.55-1.564c.827-.834 1.136-1.535.82-2.436-.016-.067.198-.229.25-.207.244.266.768.812 1.13 1.166a34.9 34.9 0 001.18 1.115c.03.052-.14.266-.199.258-.908-.317-1.609.008-2.428.842l-1.55 1.565 3.395 3.358 2.42-2.443c1.322-1.329 1.521-2.126.887-3.536 0-.073.199-.228.265-.192.753.85 1.565 1.624 1.956 1.942.052.051.037.214-.014.265-.244.192-.709.613-2.326 2.244l-3.07 3.1a82.204 82.204 0 00-1.358 1.432zM82.585 33.543c-.052-.007-.17-.214-.133-.258.325-.23 1.018-.716 1.572-1.152a59.99 59.99 0 001.624-1.32c.052-.016.229.147.221.198-.531.665-.56 1.307.864 2.23l6.104 3.963-2.052-6.894-.118-.066c-1.55-.945-1.97-1.07-2.65-.893-.051-.008-.17-.214-.133-.259.325-.229 1.019-.716 1.573-1.151a59.954 59.954 0 001.623-1.321c.052-.023.23.147.222.199-.517.65-.576 1.292.9 2.2l6.2 3.823-2.31-6.695c-.458-1.358-1.122-1.779-2.31-1.247-.052-.008-.163-.214-.133-.258a53.535 53.535 0 001.616-1.211 40.976 40.976 0 001.344-1.085c.051-.022.229.148.221.2-.369.67-.42 1.284.155 2.937l3.469 10.223c-.007.051-.317.295-.384.295l-7.964-4.872 2.68 8.961c-.008.052-.318.295-.384.295l-9.197-5.897c-1.52-.967-1.956-1.115-2.62-.945z",
7531
+ fill: "#fff"
7532
+ })), _path17$1 || (_path17$1 = /*#__PURE__*/React.createElement("path", {
7533
+ d: "M82.585 33.543c-.052-.007-.17-.214-.133-.258.325-.23 1.018-.716 1.572-1.152a59.99 59.99 0 001.624-1.32c.052-.016.229.147.221.198-.531.665-.56 1.307.864 2.23l6.104 3.963-2.052-6.894-.118-.066c-1.55-.945-1.97-1.07-2.65-.893-.051-.008-.17-.214-.133-.259.325-.229 1.019-.716 1.573-1.151a59.954 59.954 0 001.623-1.321c.052-.023.23.147.222.199-.517.65-.576 1.292.9 2.2l6.2 3.823-2.31-6.695c-.458-1.358-1.122-1.779-2.31-1.247-.052-.008-.163-.214-.133-.258a53.535 53.535 0 001.616-1.211 40.976 40.976 0 001.344-1.085c.051-.022.229.148.221.2-.369.67-.42 1.284.155 2.937l3.469 10.223c-.007.051-.317.295-.384.295l-7.964-4.872 2.68 8.961c-.008.052-.318.295-.384.295l-9.197-5.897c-1.52-.967-1.956-1.115-2.62-.945zM115.49 26.28c-.524.236-1.158.554-1.837.916-.687.361-1.3.708-1.787 1.01-.059.008-.199-.176-.184-.228.649-.812.62-1.41-.052-2.665l-1.373-2.576-4.834-2.635c-1.55-.849-1.978-1.07-2.776-1.033-.051-.015-.125-.236-.088-.28.354-.17 1.136-.547 1.779-.886.686-.362 1.395-.783 1.756-.997.059-.007.2.178.185.23-.473.575-.473 1.07.827 1.785l3.734 2.075.377-3.935c.125-1.373-.251-2.007-1.388-1.808-.052-.015-.125-.236-.088-.28.376-.178 1.24-.62 1.801-.916a36.956 36.956 0 001.336-.753c.059-.007.199.178.184.23-.384.427-.48 1.092-.672 2.952l-.538 5.388 1.38 2.59c.671 1.255 1.144 1.617 2.185 1.536.037.022.118.243.073.28z",
7534
+ fill: "#fff"
7535
+ })), _path18$1 || (_path18$1 = /*#__PURE__*/React.createElement("path", {
7536
+ d: "M115.49 26.28c-.524.236-1.158.554-1.837.916-.687.361-1.3.708-1.787 1.01-.059.008-.199-.176-.184-.228.649-.812.62-1.41-.052-2.665l-1.373-2.576-4.834-2.635c-1.55-.849-1.978-1.07-2.776-1.033-.051-.015-.125-.236-.088-.28.354-.17 1.136-.547 1.779-.886.686-.362 1.395-.783 1.756-.997.059-.007.2.178.185.23-.473.575-.473 1.07.827 1.785l3.734 2.075.377-3.935c.125-1.373-.251-2.007-1.388-1.808-.052-.015-.125-.236-.088-.28.376-.178 1.24-.62 1.801-.916a36.956 36.956 0 001.336-.753c.059-.007.199.178.184.23-.384.427-.48 1.092-.672 2.952l-.538 5.388 1.38 2.59c.671 1.255 1.144 1.617 2.185 1.536.037.022.118.243.073.28zM126.912 14.44c-1.306-3.306-3.388-4.612-5.875-3.63-2.466.973-3.108 3.32-1.809 6.62 1.307 3.307 3.388 4.613 5.876 3.631 2.465-.966 3.107-3.314 1.808-6.62zm-9.514 3.75c-1.417-3.587-.059-7.07 3.262-8.377 3.351-1.321 6.658.258 8.075 3.867 1.417 3.588.059 7.072-3.262 8.378-3.351 1.329-6.651-.258-8.075-3.868z",
7537
+ fill: "#fff"
7538
+ })), _path19$1 || (_path19$1 = /*#__PURE__*/React.createElement("path", {
7539
+ d: "M126.912 14.44c-1.306-3.306-3.388-4.612-5.875-3.63-2.466.973-3.108 3.32-1.809 6.62 1.307 3.307 3.388 4.613 5.876 3.631 2.465-.966 3.107-3.314 1.808-6.62zm-9.514 3.75c-1.417-3.587-.059-7.07 3.262-8.377 3.351-1.321 6.658.258 8.075 3.867 1.417 3.588.059 7.072-3.262 8.378-3.351 1.329-6.651-.258-8.075-3.868zM135.974 6.226l-2.532.656 1.277 4.902 2.532-.657c1.882-.488 2.48-1.41 2.037-3.123-.45-1.72-1.447-2.266-3.314-1.778zm-3.794 2.96c-.428-1.64-.841-2.163-1.764-2.333-.044-.022-.067-.258-.022-.295a61.49 61.49 0 001.926-.465l3.403-.886c2.842-.738 4.908.118 5.469 2.266.451 1.727-.376 3.21-2.17 4.104l2.141 2.37c.841.937 1.365 1.32 2.118 1.128.281-.073.524-.265.672-.435.051-.03.236.03.243.081.03.68-.361 1.602-1.38 1.867-1.306.34-2.236-.516-3.218-1.623l-2.406-2.746-2.215.576.739 2.827c.346 1.32.708 1.786 1.66 1.933.045.023.067.259.022.296-.546.103-1.203.258-1.919.443-.716.184-1.358.369-1.889.546-.059-.008-.148-.222-.126-.266.761-.59.849-1.174.502-2.495l-1.786-6.894z",
7540
+ fill: "#fff"
7541
+ })), _path20$1 || (_path20$1 = /*#__PURE__*/React.createElement("path", {
7542
+ d: "M135.974 6.226l-2.532.656 1.277 4.902 2.532-.657c1.882-.488 2.48-1.41 2.037-3.123-.45-1.72-1.447-2.266-3.314-1.778zm-3.794 2.96c-.428-1.64-.841-2.163-1.764-2.333-.044-.022-.067-.258-.022-.295a61.49 61.49 0 001.926-.465l3.403-.886c2.842-.738 4.908.118 5.469 2.266.451 1.727-.376 3.21-2.17 4.104l2.141 2.37c.841.937 1.365 1.32 2.118 1.128.281-.073.524-.265.672-.435.051-.03.236.03.243.081.03.68-.361 1.602-1.38 1.867-1.306.34-2.236-.516-3.218-1.623l-2.406-2.746-2.215.576.739 2.827c.346 1.32.708 1.786 1.66 1.933.045.023.067.259.022.296-.546.103-1.203.258-1.919.443-.716.184-1.358.369-1.889.546-.059-.008-.148-.222-.126-.266.761-.59.849-1.174.502-2.495l-1.786-6.894zM150.67 15.083c-.561.037-1.226.11-1.956.207-.731.096-1.395.206-1.942.317-.059-.007-.125-.236-.088-.28.827-.495.982-1.063.804-2.421l-1.011-7.47c-.184-1.358-.487-1.86-1.417-2.118-.037-.03-.037-.266.015-.296.561-.037 1.218-.11 1.956-.206.73-.096 1.387-.207 1.941-.318.059.008.125.237.089.28-.827.495-.982 1.064-.798 2.422l.539 3.963 3.713-4.723c.915-1.181.982-1.897-.03-2.126-.044-.03-.037-.266.015-.295a53.708 53.708 0 003.986-.539c.052.007.125.236.088.28-.745.303-1.262.915-2.516 2.502l-2.23 2.776 4.348 4.856c1.129 1.248 1.454 1.602 2.192 1.853.044.03.037.266-.015.295-.398.037-1.254.118-1.97.214-.79.104-1.624.259-2.03.332-.059-.007-.126-.236-.089-.28.657-.384.834-.841-.111-1.912l-3.454-3.919-1.698 2.118.281 2.074c.184 1.358.487 1.86 1.417 2.119.022.037.015.273-.029.295z",
7543
+ fill: "#fff"
7544
+ })), _path21$1 || (_path21$1 = /*#__PURE__*/React.createElement("path", {
7545
+ d: "M150.67 15.083c-.561.037-1.226.11-1.956.207-.731.096-1.395.206-1.942.317-.059-.007-.125-.236-.088-.28.827-.495.982-1.063.804-2.421l-1.011-7.47c-.184-1.358-.487-1.86-1.417-2.118-.037-.03-.037-.266.015-.296.561-.037 1.218-.11 1.956-.206.73-.096 1.387-.207 1.941-.318.059.008.125.237.089.28-.827.495-.982 1.064-.798 2.422l.539 3.963 3.713-4.723c.915-1.181.982-1.897-.03-2.126-.044-.03-.037-.266.015-.295a53.708 53.708 0 003.986-.539c.052.007.125.236.088.28-.745.303-1.262.915-2.516 2.502l-2.23 2.776 4.348 4.856c1.129 1.248 1.454 1.602 2.192 1.853.044.03.037.266-.015.295-.398.037-1.254.118-1.97.214-.79.104-1.624.259-2.03.332-.059-.007-.126-.236-.089-.28.657-.384.834-.841-.111-1.912l-3.454-3.919-1.698 2.118.281 2.074c.184 1.358.487 1.86 1.417 2.119.022.037.015.273-.029.295zM168.79 2.181l-.125 5.432 2.28.052c1.971.044 2.805-.738 2.849-2.613.045-1.911-.789-2.775-2.723-2.82l-2.281-.051zm.952 11.455c.037.037-.007.274-.059.288a36.338 36.338 0 00-2.074-.103 34.686 34.686 0 00-1.985.007c-.052-.022-.082-.258-.045-.295.901-.362 1.152-.9 1.181-2.288l.17-7.197c.037-1.712-.221-2.34-1.063-2.76-.037-.037.007-.273.059-.288.509.03 1.292.066 2 .081l3.189.074c2.952.066 4.739 1.55 4.687 3.882-.052 2.333-1.926 3.75-4.879 3.676l-2.281-.051-.059 2.531c-.037 1.447.207 2 1.159 2.443z",
7546
+ fill: "#fff"
7547
+ })), _path22$1 || (_path22$1 = /*#__PURE__*/React.createElement("path", {
7548
+ d: "M168.79 2.181l-.125 5.432 2.28.052c1.971.044 2.805-.738 2.849-2.613.045-1.911-.789-2.775-2.723-2.82l-2.281-.051zm.952 11.455c.037.037-.007.274-.059.288a36.338 36.338 0 00-2.074-.103 34.686 34.686 0 00-1.985.007c-.052-.022-.082-.258-.045-.295.901-.362 1.152-.9 1.181-2.288l.17-7.197c.037-1.712-.221-2.34-1.063-2.76-.037-.037.007-.273.059-.288.509.03 1.292.066 2 .081l3.189.074c2.952.066 4.739 1.55 4.687 3.882-.052 2.333-1.926 3.75-4.879 3.676l-2.281-.051-.059 2.531c-.037 1.447.207 2 1.159 2.443zM187.818 10.492l.583-4.583c.214-1.69.066-2.348-.842-2.953-.029-.037.037-.266.089-.28.406.073 1.1.177 1.69.25.591.074 1.285.148 1.698.178.052.022.059.258.015.295-1.026.362-1.336.952-1.55 2.65l-.583 4.583c-.429 3.337-2.385 4.901-5.595 4.488-3.337-.428-4.857-2.413-4.429-5.765l.65-5.115c.169-1.358.007-1.919-.82-2.406-.029-.037.037-.266.089-.28.546.103 1.203.206 1.934.302.73.096 1.395.163 1.948.192.052.022.059.259.015.295-.923.266-1.218.768-1.395 2.126l-.649 5.115c-.325 2.532.693 3.934 3.048 4.23 2.443.302 3.779-.775 4.104-3.322z",
7549
+ fill: "#fff"
7550
+ })), _path23$1 || (_path23$1 = /*#__PURE__*/React.createElement("path", {
7551
+ d: "M187.818 10.492l.583-4.583c.214-1.69.066-2.348-.842-2.953-.029-.037.037-.266.089-.28.406.073 1.1.177 1.69.25.591.074 1.285.148 1.698.178.052.022.059.258.015.295-1.026.362-1.336.952-1.55 2.65l-.583 4.583c-.429 3.337-2.385 4.901-5.595 4.488-3.337-.428-4.857-2.413-4.429-5.765l.65-5.115c.169-1.358.007-1.919-.82-2.406-.029-.037.037-.266.089-.28.546.103 1.203.206 1.934.302.73.096 1.395.163 1.948.192.052.022.059.259.015.295-.923.266-1.218.768-1.395 2.126l-.649 5.115c-.325 2.532.693 3.934 3.048 4.23 2.443.302 3.779-.775 4.104-3.322zM198.219 10.795c1.816.472 2.761-.015 3.159-1.565.414-1.587-.192-2.488-1.993-2.953l-2.133-.553-1.166 4.517 2.133.554zm-1.07 5.735c1.83.472 2.819-.015 3.225-1.602.428-1.639-.214-2.554-2.029-3.019l-2.51-.65-1.196 4.628 2.51.643zm-5.565-.303c-.052-.03-.023-.266.022-.295.937-.17 1.328-.665 1.712-2.148l1.727-6.687c.421-1.639.318-2.303-.406-2.901-.029-.044.067-.258.126-.266.487.148 1.232.354 1.911.532l3.005.775c2.775.716 4.177 2.362 3.69 4.251-.354 1.358-1.483 2.148-3.107 2.23 1.675.863 2.435 2.177 2.037 3.712-.524 2.044-2.598 2.849-5.41 2.126l-3.366-.871c-.694-.17-1.447-.347-1.941-.458z",
7552
+ fill: "#fff"
7553
+ })), _path24$1 || (_path24$1 = /*#__PURE__*/React.createElement("path", {
7554
+ d: "M198.219 10.795c1.816.472 2.761-.015 3.159-1.565.414-1.587-.192-2.488-1.993-2.953l-2.133-.553-1.166 4.517 2.133.554zm-1.07 5.735c1.83.472 2.819-.015 3.225-1.602.428-1.639-.214-2.554-2.029-3.019l-2.51-.65-1.196 4.628 2.51.643zm-5.565-.303c-.052-.03-.023-.266.022-.295.937-.17 1.328-.665 1.712-2.148l1.727-6.687c.421-1.639.318-2.303-.406-2.901-.029-.044.067-.258.126-.266.487.148 1.232.354 1.911.532l3.005.775c2.775.716 4.177 2.362 3.69 4.251-.354 1.358-1.483 2.148-3.107 2.23 1.675.863 2.435 2.177 2.037 3.712-.524 2.044-2.598 2.849-5.41 2.126l-3.366-.871c-.694-.17-1.447-.347-1.941-.458zM205.754 20.257a77.349 77.349 0 00-1.867-.664c-.045-.037.007-.266.051-.288.93-.074 1.403-.553 1.993-2.14l2.495-6.673c.48-1.284.45-1.867-.244-2.532-.022-.044.096-.25.155-.25.51.228 1.13.48 1.823.738.724.273 1.395.501 1.942.671.044.037-.008.266-.052.288-1.041.052-1.469.473-1.963 1.809l-3.13 8.355 2.716 1.018c1.757.657 2.562.517 3.587-.642.067-.03.296.089.288.163-.465 1.04-.841 2.088-.967 2.583-.022.066-.184.125-.251.096-.273-.14-.848-.399-2.996-1.196l-3.58-1.336z",
7555
+ fill: "#fff"
7556
+ })), _path25$1 || (_path25$1 = /*#__PURE__*/React.createElement("path", {
7557
+ d: "M205.754 20.257a77.349 77.349 0 00-1.867-.664c-.045-.037.007-.266.051-.288.93-.074 1.403-.553 1.993-2.14l2.495-6.673c.48-1.284.45-1.867-.244-2.532-.022-.044.096-.25.155-.25.51.228 1.13.48 1.823.738.724.273 1.395.501 1.942.671.044.037-.008.266-.052.288-1.041.052-1.469.473-1.963 1.809l-3.13 8.355 2.716 1.018c1.757.657 2.562.517 3.587-.642.067-.03.296.089.288.163-.465 1.04-.841 2.088-.967 2.583-.022.066-.184.125-.251.096-.273-.14-.848-.399-2.996-1.196l-3.58-1.336zM218.547 25.372c.015.044-.118.244-.17.236-.509-.28-1.137-.59-1.838-.922a32.606 32.606 0 00-1.882-.827c-.044-.037.029-.266.074-.28 1.041.03 1.498-.347 2.103-1.639l3.13-6.65c.605-1.292.605-1.882-.081-2.665-.015-.052.11-.243.17-.236.509.28 1.136.59 1.837.923a32.92 32.92 0 001.883.826c.044.037-.03.266-.074.288-1.041-.03-1.499.347-2.104 1.639l-3.129 6.65c-.606 1.277-.606 1.875.081 2.657z",
7558
+ fill: "#fff"
7559
+ })), _path26$1 || (_path26$1 = /*#__PURE__*/React.createElement("path", {
7560
+ d: "M218.547 25.372c.015.044-.118.244-.17.236-.509-.28-1.137-.59-1.838-.922a32.606 32.606 0 00-1.882-.827c-.044-.037.029-.266.074-.28 1.041.03 1.498-.347 2.103-1.639l3.13-6.65c.605-1.292.605-1.882-.081-2.665-.015-.052.11-.243.17-.236.509.28 1.136.59 1.837.923a32.92 32.92 0 001.883.826c.044.037-.03.266-.074.288-1.041-.03-1.499.347-2.104 1.639l-3.129 6.65c-.606 1.277-.606 1.875.081 2.657zM232.961 18.847c1.366.805 1.787 1.654 2.458 2.045.185.11.384.096.561.037.089.03.207.184.222.236a22.26 22.26 0 00-1.454 2.953c-.037.059-.274.007-.296-.067.096-1.948-.612-3.447-2.029-4.281-2.193-1.284-4.429-.317-6.215 2.731-1.787 3.048-1.521 5.521.701 6.827 1.476.864 3.218.783 4.923-.273.074-.022.244.163.199.222a27.916 27.916 0 00-2.037 2.65.467.467 0 01-.288-.081c-.051-.2-.155-.34-.391-.48-.635-.377-1.587-.325-2.967-1.137-3.048-1.786-3.816-5.395-1.875-8.71 1.941-3.306 5.514-4.413 8.488-2.672z",
7561
+ fill: "#fff"
7562
+ })), _path27$1 || (_path27$1 = /*#__PURE__*/React.createElement("path", {
7563
+ d: "M232.961 18.847c1.366.805 1.787 1.654 2.458 2.045.185.11.384.096.561.037.089.03.207.184.222.236a22.26 22.26 0 00-1.454 2.953c-.037.059-.274.007-.296-.067.096-1.948-.612-3.447-2.029-4.281-2.193-1.284-4.429-.317-6.215 2.731-1.787 3.048-1.521 5.521.701 6.827 1.476.864 3.218.783 4.923-.273.074-.022.244.163.199.222a27.916 27.916 0 00-2.037 2.65.467.467 0 01-.288-.081c-.051-.2-.155-.34-.391-.48-.635-.377-1.587-.325-2.967-1.137-3.048-1.786-3.816-5.395-1.875-8.71 1.941-3.306 5.514-4.413 8.488-2.672zM238.254 38.023a52.693 52.693 0 00-1.565-1.218c-.029-.051.089-.25.14-.258.908.222 1.506-.081 2.569-1.395l4.488-5.528c.863-1.063 1.018-1.632.576-2.48-.008-.052.169-.207.221-.192a39.056 39.056 0 003.122 2.532c.03.051-.088.25-.14.258-1.004-.28-1.535-.022-2.436 1.085l-5.617 6.93 2.251 1.831c1.454 1.181 2.266 1.3 3.602.532.074-.008.251.177.222.243-.768.834-1.462 1.712-1.735 2.14-.044.06-.214.06-.266.015-.214-.221-.679-.65-2.457-2.089l-2.975-2.406z",
7564
+ fill: "#fff"
7565
+ })), _path28$1 || (_path28$1 = /*#__PURE__*/React.createElement("path", {
7566
+ d: "M238.254 38.023a52.693 52.693 0 00-1.565-1.218c-.029-.051.089-.25.14-.258.908.222 1.506-.081 2.569-1.395l4.488-5.528c.863-1.063 1.018-1.632.576-2.48-.008-.052.169-.207.221-.192a39.056 39.056 0 003.122 2.532c.03.051-.088.25-.14.258-1.004-.28-1.535-.022-2.436 1.085l-5.617 6.93 2.251 1.831c1.454 1.181 2.266 1.3 3.602.532.074-.008.251.177.222.243-.768.834-1.462 1.712-1.735 2.14-.044.06-.214.06-.266.015-.214-.221-.679-.65-2.457-2.089l-2.975-2.406zM249.103 47.272c0 .052-.184.2-.236.17-.391-.428-.886-.93-1.447-1.462a34.865 34.865 0 00-1.52-1.387c-.03-.052.111-.244.162-.244.974.362 1.535.148 2.525-.878l5.107-5.3c.989-1.026 1.181-1.594.783-2.554 0-.051.191-.192.236-.17.391.428.886.93 1.446 1.462a34.762 34.762 0 001.521 1.388c.03.051-.111.243-.162.243-.975-.362-1.536-.148-2.525.878l-5.107 5.3c-.989 1.033-1.181 1.594-.783 2.554z",
7567
+ fill: "#fff"
7568
+ })), _path29$1 || (_path29$1 = /*#__PURE__*/React.createElement("path", {
7569
+ d: "M249.103 47.272c0 .052-.184.2-.236.17-.391-.428-.886-.93-1.447-1.462a34.865 34.865 0 00-1.52-1.387c-.03-.052.111-.244.162-.244.974.362 1.535.148 2.525-.878l5.107-5.3c.989-1.026 1.181-1.594.783-2.554 0-.051.191-.192.236-.17.391.428.886.93 1.446 1.462a34.762 34.762 0 001.521 1.388c.03.051-.111.243-.162.243-.975-.362-1.536-.148-2.525.878l-5.107 5.3c-.989 1.033-1.181 1.594-.783 2.554zM259.738 49c1.233 1.416 2.281 1.55 3.492.501 1.24-1.078 1.247-2.163.037-3.565l-1.44-1.66-3.521 3.062L259.738 49zm-4.133 4.118c1.24 1.424 2.325 1.58 3.565.509 1.277-1.114 1.27-2.222.037-3.639l-1.705-1.956-3.602 3.13 1.705 1.956zm-4.414-3.41c-.022-.052.133-.236.185-.23.871.392 1.468.207 2.627-.796l5.211-4.525c1.277-1.114 1.565-1.72 1.307-2.62.007-.052.206-.177.251-.148.317.391.812.99 1.277 1.52l2.029 2.34c1.883 2.163 2.097 4.311.628 5.588-1.063.923-2.443.93-3.824.074.894 1.66.775 3.174-.428 4.214-1.594 1.38-3.757.871-5.661-1.32l-2.281-2.629c-.45-.524-.974-1.092-1.321-1.468z",
7570
+ fill: "#fff"
7571
+ })), _path30$1 || (_path30$1 = /*#__PURE__*/React.createElement("path", {
7572
+ d: "M259.738 49c1.233 1.416 2.281 1.55 3.492.501 1.24-1.078 1.247-2.163.037-3.565l-1.44-1.66-3.521 3.062L259.738 49zm-4.133 4.118c1.24 1.424 2.325 1.58 3.565.509 1.277-1.114 1.27-2.222.037-3.639l-1.705-1.956-3.602 3.13 1.705 1.956zm-4.414-3.41c-.022-.052.133-.236.185-.23.871.392 1.468.207 2.627-.796l5.211-4.525c1.277-1.114 1.565-1.72 1.307-2.62.007-.052.206-.177.251-.148.317.391.812.99 1.277 1.52l2.029 2.34c1.883 2.163 2.097 4.311.628 5.588-1.063.923-2.443.93-3.824.074.894 1.66.775 3.174-.428 4.214-1.594 1.38-3.757.871-5.661-1.32l-2.281-2.629c-.45-.524-.974-1.092-1.321-1.468zM272.23 57.524l-1.484-2.155-4.178 2.871 1.484 2.156c1.1 1.601 2.17 1.852 3.631.856 1.469-1.019 1.639-2.14.547-3.728zm-4.075-2.56c1.395-.96 1.75-1.529 1.595-2.451.007-.052.221-.155.265-.118.273.428.694 1.077 1.093 1.653l1.993 2.9c1.66 2.422 1.557 4.658-.266 5.913-1.469 1.011-3.144.738-4.598-.65l-1.499 2.82c-.59 1.107-.775 1.734-.339 2.377.162.236.428.406.634.48.045.036.052.228 0 .258-.634.258-1.631.199-2.221-.657-.768-1.115-.273-2.281.428-3.58l1.764-3.196-1.299-1.89-2.406 1.654c-1.13.775-1.44 1.277-1.255 2.222-.008.051-.222.154-.266.118-.288-.48-.649-1.041-1.07-1.654a28.662 28.662 0 00-1.159-1.587c-.015-.051.155-.214.207-.206.812.516 1.387.398 2.517-.377l5.882-4.03z",
7573
+ fill: "#fff"
7574
+ })), _path31$1 || (_path31$1 = /*#__PURE__*/React.createElement("path", {
7575
+ d: "M272.23 57.524l-1.484-2.155-4.178 2.871 1.484 2.156c1.1 1.601 2.17 1.852 3.631.856 1.469-1.019 1.639-2.14.547-3.728zm-4.075-2.56c1.395-.96 1.75-1.529 1.595-2.451.007-.052.221-.155.265-.118.273.428.694 1.077 1.093 1.653l1.993 2.9c1.66 2.422 1.557 4.658-.266 5.913-1.469 1.011-3.144.738-4.598-.65l-1.499 2.82c-.59 1.107-.775 1.734-.339 2.377.162.236.428.406.634.48.045.036.052.228 0 .258-.634.258-1.631.199-2.221-.657-.768-1.115-.273-2.281.428-3.58l1.764-3.196-1.299-1.89-2.406 1.654c-1.13.775-1.44 1.277-1.255 2.222-.008.051-.222.154-.266.118-.288-.48-.649-1.041-1.07-1.654a28.662 28.662 0 00-1.159-1.587c-.015-.051.155-.214.207-.206.812.516 1.387.398 2.517-.377l5.882-4.03zM274.487 74.87l3.542-4.303-5.528.516 1.986 3.787zm-5.913-1.764c-.014.051-.236.125-.28.088a52.308 52.308 0 00-.849-1.69 54.499 54.499 0 00-.819-1.484c-.008-.059.184-.199.229-.184.634.398 1.269.516 2.959.361l10.991-.937c.059.03.236.37.229.428l-7.02 8.665c-1.129 1.388-1.336 1.92-1.358 2.54-.015.051-.236.125-.28.088a29.893 29.893 0 00-.805-1.653 38.002 38.002 0 00-1.055-1.89c-.008-.059.184-.2.228-.184.635.583 1.233.679 2.399-.746l.642-.76-2.391-4.562-.657.06c-1.653.147-2.296.583-2.163 1.86z",
7576
+ fill: "#fff"
7577
+ })), _path32$1 || (_path32$1 = /*#__PURE__*/React.createElement("path", {
7578
+ d: "M274.487 74.87l3.542-4.303-5.528.516 1.986 3.787zm-5.913-1.764c-.014.051-.236.125-.28.088a52.308 52.308 0 00-.849-1.69 54.499 54.499 0 00-.819-1.484c-.008-.059.184-.199.229-.184.634.398 1.269.516 2.959.361l10.991-.937c.059.03.236.37.229.428l-7.02 8.665c-1.129 1.388-1.336 1.92-1.358 2.54-.015.051-.236.125-.28.088a29.893 29.893 0 00-.805-1.653 38.002 38.002 0 00-1.055-1.89c-.008-.059.184-.2.228-.184.635.583 1.233.679 2.399-.746l.642-.76-2.391-4.562-.657.06c-1.653.147-2.296.583-2.163 1.86zM285.825 83.454l-.945-2.436-4.724 1.83.945 2.436c.701 1.816 1.683 2.303 3.329 1.668 1.661-.65 2.089-1.697 1.395-3.498zm-3.381-3.432c1.58-.613 2.052-1.085 2.119-2.015.022-.045.251-.096.288-.052.169.48.428 1.203.679 1.86l1.269 3.277c1.063 2.739.443 4.894-1.624 5.69-1.668.643-3.233-.006-4.325-1.69l-2.104 2.4c-.834.937-1.158 1.513-.878 2.229.103.273.325.494.509.612.037.044-.007.236-.059.251-.671.103-1.631-.177-2.015-1.151-.487-1.262.259-2.281 1.24-3.38l2.451-2.71-.827-2.133-2.724 1.056c-1.276.494-1.697.908-1.734 1.867-.022.044-.251.096-.288.052a33.158 33.158 0 00-.657-1.853 31.568 31.568 0 00-.76-1.816c0-.059.199-.177.251-.155.672.687 1.262.709 2.539.215l6.65-2.554z",
7579
+ fill: "#fff"
7580
+ })), _path33$1 || (_path33$1 = /*#__PURE__*/React.createElement("path", {
7581
+ d: "M285.825 83.454l-.945-2.436-4.724 1.83.945 2.436c.701 1.816 1.683 2.303 3.329 1.668 1.661-.65 2.089-1.697 1.395-3.498zm-3.381-3.432c1.58-.613 2.052-1.085 2.119-2.015.022-.045.251-.096.288-.052.169.48.428 1.203.679 1.86l1.269 3.277c1.063 2.739.443 4.894-1.624 5.69-1.668.643-3.233-.006-4.325-1.69l-2.104 2.4c-.834.937-1.158 1.513-.878 2.229.103.273.325.494.509.612.037.044-.007.236-.059.251-.671.103-1.631-.177-2.015-1.151-.487-1.262.259-2.281 1.24-3.38l2.451-2.71-.827-2.133-2.724 1.056c-1.276.494-1.697.908-1.734 1.867-.022.044-.251.096-.288.052a33.158 33.158 0 00-.657-1.853 31.568 31.568 0 00-.76-1.816c0-.059.199-.177.251-.155.672.687 1.262.709 2.539.215l6.65-2.554zM279.367 101.663a36.087 36.087 0 00-.465-2 41.487 41.487 0 00-.568-1.978c.007-.06.221-.148.265-.126.643.82 1.233.93 2.606.569l2.827-.739 3.683-4.089c1.181-1.313 1.498-1.675 1.646-2.458.03-.044.266-.066.295-.022.081.392.266 1.233.451 1.934.191.753.442 1.543.561 1.941-.008.06-.222.148-.266.126-.45-.59-.93-.709-1.927.391l-2.886 3.152 3.743 1.277c1.306.443 2.015.221 2.088-.938.03-.044.259-.066.296-.022.088.406.317 1.351.472 1.963.155.591.31 1.115.421 1.477-.008.059-.222.147-.266.125-.325-.472-.952-.723-2.716-1.343l-5.123-1.779-2.841.738c-1.381.362-1.838.738-2.001 1.772-.029.051-.265.073-.295.029z",
7582
+ fill: "#fff"
7583
+ })), _path34$1 || (_path34$1 = /*#__PURE__*/React.createElement("path", {
7584
+ d: "M279.367 101.663a36.087 36.087 0 00-.465-2 41.487 41.487 0 00-.568-1.978c.007-.06.221-.148.265-.126.643.82 1.233.93 2.606.569l2.827-.739 3.683-4.089c1.181-1.313 1.498-1.675 1.646-2.458.03-.044.266-.066.295-.022.081.392.266 1.233.451 1.934.191.753.442 1.543.561 1.941-.008.06-.222.148-.266.126-.45-.59-.93-.709-1.927.391l-2.886 3.152 3.743 1.277c1.306.443 2.015.221 2.088-.938.03-.044.259-.066.296-.022.088.406.317 1.351.472 1.963.155.591.31 1.115.421 1.477-.008.059-.222.147-.266.125-.325-.472-.952-.723-2.716-1.343l-5.123-1.779-2.841.738c-1.381.362-1.838.738-2.001 1.772-.029.051-.265.073-.295.029zM57.772 174.197c.023.066-.03.214-.096.251-.45.074-1.727.45-2.708.826-.074 0-.178-.228-.14-.295 1.15-.886 1.417-1.749.907-3.535l-.332-1.159-8.584 2.436c-1.373.391-1.823.782-1.956 1.808-.022.044-.258.074-.295.029a33.396 33.396 0 00-.51-1.992 36.505 36.505 0 00-.612-1.964c0-.059.214-.155.266-.133.656.805 1.247.901 2.62.51l8.584-2.436-.332-1.159c-.51-1.786-1.181-2.384-2.628-2.532-.066-.037-.103-.288-.037-.324 1.034-.2 2.318-.547 2.739-.724.073 0 .191.096.214.163.022.346.192 1.203.694 2.967l1.24 4.369c.501 1.772.804 2.584.966 2.894z",
7585
+ fill: "#fff"
7586
+ })), _path35$1 || (_path35$1 = /*#__PURE__*/React.createElement("path", {
7587
+ d: "M57.772 174.197c.023.066-.03.214-.096.251-.45.074-1.727.45-2.708.826-.074 0-.178-.228-.14-.295 1.15-.886 1.417-1.749.907-3.535l-.332-1.159-8.584 2.436c-1.373.391-1.823.782-1.956 1.808-.022.044-.258.074-.295.029a33.396 33.396 0 00-.51-1.992 36.505 36.505 0 00-.612-1.964c0-.059.214-.155.266-.133.656.805 1.247.901 2.62.51l8.584-2.436-.332-1.159c-.51-1.786-1.181-2.384-2.628-2.532-.066-.037-.103-.288-.037-.324 1.034-.2 2.318-.547 2.739-.724.073 0 .191.096.214.163.022.346.192 1.203.694 2.967l1.24 4.369c.501 1.772.804 2.584.966 2.894zM53.96 183.615l-3.018 1.328c-1.255.554-1.654.982-1.646 1.942-.015.044-.251.11-.288.066a27.626 27.626 0 00-.745-1.816 30.375 30.375 0 00-.842-1.779c-.007-.059.192-.184.244-.162.7.657 1.291.657 2.546.103l6.894-3.033c1.255-.554 1.653-.982 1.646-1.949.022-.044.251-.111.288-.066.192.524.443 1.144.745 1.815.296.68.584 1.277.842 1.779.007.059-.192.185-.244.163-.701-.657-1.291-.65-2.546-.104l-2.901 1.277 2.694 6.119 2.9-1.277c1.256-.553 1.654-.981 1.647-1.948.015-.052.243-.111.288-.067a34.151 34.151 0 001.58 3.602c.007.059-.193.185-.244.163-.701-.657-1.292-.65-2.547-.104l-6.894 3.034c-1.255.553-1.653.982-1.646 1.948-.022.045-.25.111-.288.067a29.387 29.387 0 00-.745-1.823 30.37 30.37 0 00-.841-1.779c-.008-.059.191-.185.243-.162.701.656 1.292.649 2.547.103l3.018-1.329-2.686-6.111z",
7588
+ fill: "#fff"
7589
+ })), _path36$1 || (_path36$1 = /*#__PURE__*/React.createElement("path", {
7590
+ d: "M53.96 183.615l-3.018 1.328c-1.255.554-1.654.982-1.646 1.942-.015.044-.251.11-.288.066a27.626 27.626 0 00-.745-1.816 30.375 30.375 0 00-.842-1.779c-.007-.059.192-.184.244-.162.7.657 1.291.657 2.546.103l6.894-3.033c1.255-.554 1.653-.982 1.646-1.949.022-.044.251-.111.288-.066.192.524.443 1.144.745 1.815.296.68.584 1.277.842 1.779.007.059-.192.185-.244.163-.701-.657-1.291-.65-2.546-.104l-2.901 1.277 2.694 6.119 2.9-1.277c1.256-.553 1.654-.981 1.647-1.948.015-.052.243-.111.288-.067a34.151 34.151 0 001.58 3.602c.007.059-.193.185-.244.163-.701-.657-1.292-.65-2.547-.104l-6.894 3.034c-1.255.553-1.653.982-1.646 1.948-.022.045-.25.111-.288.067a29.387 29.387 0 00-.745-1.823 30.37 30.37 0 00-.841-1.779c-.008-.059.191-.185.243-.162.701.656 1.292.649 2.547.103l3.018-1.329-2.686-6.111zM55.49 200.34c-.014-.059.17-.206.215-.199.79.531 1.417.443 2.716-.362l5.883-3.616c1.446-.886 1.823-1.44 1.72-2.37.014-.051.228-.14.272-.103.251.443.643 1.107 1.004 1.705l2.156 3.499c.96 1.564 1.476 2.266 1.72 2.517.036.059.029.214-.023.273-.413.192-1.306.76-2.148 1.387-.073.022-.236-.177-.214-.251.753-1.011.694-1.867-.221-3.358l-1.698-2.761-3.978 2.444 1.151 1.874c.613.997 1.218 1.469 2.178 1.373.066 0 .177.251.14.295-.317.178-.974.554-1.403.82a45.84 45.84 0 00-1.365.878c-.06.015-.229-.199-.2-.258.517-.805.377-1.565-.243-2.561l-1.151-1.875-4.067 2.502 1.8 2.93c.982 1.594 1.706 1.978 3.226 1.698.074.015.177.251.126.302-1.004.532-1.949 1.137-2.347 1.447-.06.037-.222-.015-.259-.074-.133-.28-.428-.834-1.631-2.782l-2.288-3.713c-.37-.583-.79-1.24-1.07-1.661z",
7591
+ fill: "#fff"
7592
+ })), _path37$1 || (_path37$1 = /*#__PURE__*/React.createElement("path", {
7593
+ d: "M55.49 200.34c-.014-.059.17-.206.215-.199.79.531 1.417.443 2.716-.362l5.883-3.616c1.446-.886 1.823-1.44 1.72-2.37.014-.051.228-.14.272-.103.251.443.643 1.107 1.004 1.705l2.156 3.499c.96 1.564 1.476 2.266 1.72 2.517.036.059.029.214-.023.273-.413.192-1.306.76-2.148 1.387-.073.022-.236-.177-.214-.251.753-1.011.694-1.867-.221-3.358l-1.698-2.761-3.978 2.444 1.151 1.874c.613.997 1.218 1.469 2.178 1.373.066 0 .177.251.14.295-.317.178-.974.554-1.403.82a45.84 45.84 0 00-1.365.878c-.06.015-.229-.199-.2-.258.517-.805.377-1.565-.243-2.561l-1.151-1.875-4.067 2.502 1.8 2.93c.982 1.594 1.706 1.978 3.226 1.698.074.015.177.251.126.302-1.004.532-1.949 1.137-2.347 1.447-.06.037-.222-.015-.259-.074-.133-.28-.428-.834-1.631-2.782l-2.288-3.713c-.37-.583-.79-1.24-1.07-1.661zM78.283 212.711l-4.037 3.543 1.483 1.691c1.285 1.461 2.414 1.55 3.809.324 1.425-1.247 1.484-2.435.221-3.867l-1.476-1.691zm-7.69 8.363c0 .052-.208.177-.252.148a35.684 35.684 0 00-1.314-1.58 28.253 28.253 0 00-1.336-1.439c-.022-.052.133-.236.185-.229.864.413 1.424.236 2.458-.672l5.351-4.701c1.277-1.115 1.558-1.727 1.292-2.621 0-.051.199-.177.25-.147.318.391.82.989 1.285 1.513l2.082 2.369c1.926 2.192 2.044 4.488.31 6.008-1.735 1.521-4.016 1.108-5.942-1.085l-1.484-1.69-1.882 1.653c-1.085.938-1.329 1.484-1.004 2.473z",
7594
+ fill: "#fff"
7595
+ })), _path38$1 || (_path38$1 = /*#__PURE__*/React.createElement("path", {
7596
+ d: "M78.283 212.711l-4.037 3.543 1.483 1.691c1.285 1.461 2.414 1.55 3.809.324 1.425-1.247 1.484-2.435.221-3.867l-1.476-1.691zm-7.69 8.363c0 .052-.208.177-.252.148a35.684 35.684 0 00-1.314-1.58 28.253 28.253 0 00-1.336-1.439c-.022-.052.133-.236.185-.229.864.413 1.424.236 2.458-.672l5.351-4.701c1.277-1.115 1.558-1.727 1.292-2.621 0-.051.199-.177.25-.147.318.391.82.989 1.285 1.513l2.082 2.369c1.926 2.192 2.044 4.488.31 6.008-1.735 1.521-4.016 1.108-5.942-1.085l-1.484-1.69-1.882 1.653c-1.085.938-1.329 1.484-1.004 2.473zM89.902 231.533c2.34-2.672 2.554-5.123.546-6.88-1.993-1.749-4.37-1.247-6.717 1.425-2.34 2.672-2.554 5.122-.546 6.879 1.993 1.749 4.377 1.248 6.717-1.424zm-7.684-6.739c2.54-2.901 6.26-3.285 8.946-.93 2.709 2.376 2.812 6.037.258 8.953-2.546 2.901-6.259 3.284-8.945.93-2.717-2.377-2.82-6.038-.259-8.953z",
7597
+ fill: "#fff"
7598
+ })), _path39$1 || (_path39$1 = /*#__PURE__*/React.createElement("path", {
7599
+ d: "M89.902 231.533c2.34-2.672 2.554-5.123.546-6.88-1.993-1.749-4.37-1.247-6.717 1.425-2.34 2.672-2.554 5.122-.546 6.879 1.993 1.749 4.377 1.248 6.717-1.424zm-7.684-6.739c2.54-2.901 6.26-3.285 8.946-.93 2.709 2.376 2.812 6.037.258 8.953-2.546 2.901-6.259 3.284-8.945.93-2.717-2.377-2.82-6.038-.259-8.953zM93.6 242.169a52.592 52.592 0 00-1.669-1.078c-.037-.044.067-.258.118-.266.923.148 1.491-.214 2.436-1.616l3.986-5.905c.767-1.137.87-1.712.354-2.524-.007-.052.155-.222.207-.207.443.34.989.731 1.601 1.144.643.436 1.233.812 1.735 1.107.037.045-.066.259-.118.266-1.026-.192-1.535.118-2.333 1.299l-4.99 7.396 2.407 1.624c1.557 1.048 2.37 1.1 3.639.214.074-.015.266.155.236.229-.694.9-1.306 1.838-1.543 2.288-.044.059-.206.081-.265.037-.236-.2-.738-.583-2.635-1.86l-3.167-2.148z",
7600
+ fill: "#fff"
7601
+ })), _path40$1 || (_path40$1 = /*#__PURE__*/React.createElement("path", {
7602
+ d: "M93.6 242.169a52.592 52.592 0 00-1.669-1.078c-.037-.044.067-.258.118-.266.923.148 1.491-.214 2.436-1.616l3.986-5.905c.767-1.137.87-1.712.354-2.524-.007-.052.155-.222.207-.207.443.34.989.731 1.601 1.144.643.436 1.233.812 1.735 1.107.037.045-.066.259-.118.266-1.026-.192-1.535.118-2.333 1.299l-4.99 7.396 2.407 1.624c1.557 1.048 2.37 1.1 3.639.214.074-.015.266.155.236.229-.694.9-1.306 1.838-1.543 2.288-.044.059-.206.081-.265.037-.236-.2-.738-.583-2.635-1.86l-3.167-2.148zM115.329 247.572c1.616-3.159 1.217-5.587-1.159-6.805-2.362-1.203-4.547-.14-6.163 3.026-1.617 3.159-1.218 5.595 1.158 6.805 2.362 1.203 4.547.133 6.164-3.026zm-9.101-4.65c1.756-3.432 5.262-4.716 8.444-3.093 3.21 1.639 4.2 5.167 2.435 8.614-1.756 3.432-5.262 4.717-8.444 3.093-3.203-1.646-4.199-5.167-2.435-8.614z",
7603
+ fill: "#fff"
7604
+ })), _path41$1 || (_path41$1 = /*#__PURE__*/React.createElement("path", {
7605
+ d: "M115.329 247.572c1.616-3.159 1.217-5.587-1.159-6.805-2.362-1.203-4.547-.14-6.163 3.026-1.617 3.159-1.218 5.595 1.158 6.805 2.362 1.203 4.547.133 6.164-3.026zm-9.101-4.65c1.756-3.432 5.262-4.716 8.444-3.093 3.21 1.639 4.2 5.167 2.435 8.614-1.756 3.432-5.262 4.717-8.444 3.093-3.203-1.646-4.199-5.167-2.435-8.614zM129.326 259.809l-4.555-12.186-2.243 6.473c-.561 1.617-.547 2.289.214 3.071.022.044-.089.258-.148.251a33.895 33.895 0 00-1.609-.591 47.214 47.214 0 00-1.631-.524c-.044-.037 0-.265.044-.288 1.078-.14 1.506-.656 2.067-2.28l2.251-6.488c.45-1.292.391-1.964-.258-2.628-.022-.044.088-.251.147-.251.406.163 1.026.391 1.609.598.665.229 1.063.347 1.565.487.044.037.089.185.067.251-.406.509-.429 1.129-.052 2.141l3.093 8.473 2.007-5.794c.561-1.617.546-2.288-.214-3.071-.022-.044.089-.258.148-.258.384.155 1.041.399 1.609.598.561.192 1.232.406 1.631.524.044.037 0 .266-.044.288-1.078.14-1.506.657-2.067 2.281l-3.115 8.997c-.066.044-.465 0-.516-.074z",
7606
+ fill: "#fff"
7607
+ })), _path42$1 || (_path42$1 = /*#__PURE__*/React.createElement("path", {
7608
+ d: "M129.326 259.809l-4.555-12.186-2.243 6.473c-.561 1.617-.547 2.289.214 3.071.022.044-.089.258-.148.251a33.895 33.895 0 00-1.609-.591 47.214 47.214 0 00-1.631-.524c-.044-.037 0-.265.044-.288 1.078-.14 1.506-.656 2.067-2.28l2.251-6.488c.45-1.292.391-1.964-.258-2.628-.022-.044.088-.251.147-.251.406.163 1.026.391 1.609.598.665.229 1.063.347 1.565.487.044.037.089.185.067.251-.406.509-.429 1.129-.052 2.141l3.093 8.473 2.007-5.794c.561-1.617.546-2.288-.214-3.071-.022-.044.089-.258.148-.258.384.155 1.041.399 1.609.598.561.192 1.232.406 1.631.524.044.037 0 .266-.044.288-1.078.14-1.506.657-2.067 2.281l-3.115 8.997c-.066.044-.465 0-.516-.074zM140.92 252.458c-.266 1.307.435 1.927 2.413 3.145 1.772 1.151 3.337 2.317 2.879 4.546-.465 2.259-2.303 3.359-4.776 2.849-1.749-.354-2.745-1.313-3.439-1.454a.659.659 0 00-.583.141c-.074 0-.244-.089-.266-.148.369-1.085.701-2.155.982-3.255.044-.044.265-.037.31.029.192 1.934 1.336 3.292 3.225 3.676 1.521.31 2.576-.28 2.849-1.587.281-1.358-.28-2.059-2.273-3.277-1.838-1.166-3.447-2.229-3.004-4.406.421-2.067 2.155-3.145 4.362-2.695 1.292.266 1.845.783 2.48.908a.622.622 0 00.517-.11c.074-.008.243.066.265.125a30.288 30.288 0 00-.332 3.063c-.014.074-.258.096-.302.03-.576-1.683-1.558-2.731-2.864-2.997-1.284-.28-2.207.266-2.443 1.417z",
7609
+ fill: "#fff"
7610
+ })), _path43$1 || (_path43$1 = /*#__PURE__*/React.createElement("path", {
7611
+ d: "M140.92 252.458c-.266 1.307.435 1.927 2.413 3.145 1.772 1.151 3.337 2.317 2.879 4.546-.465 2.259-2.303 3.359-4.776 2.849-1.749-.354-2.745-1.313-3.439-1.454a.659.659 0 00-.583.141c-.074 0-.244-.089-.266-.148.369-1.085.701-2.155.982-3.255.044-.044.265-.037.31.029.192 1.934 1.336 3.292 3.225 3.676 1.521.31 2.576-.28 2.849-1.587.281-1.358-.28-2.059-2.273-3.277-1.838-1.166-3.447-2.229-3.004-4.406.421-2.067 2.155-3.145 4.362-2.695 1.292.266 1.845.783 2.48.908a.622.622 0 00.517-.11c.074-.008.243.066.265.125a30.288 30.288 0 00-.332 3.063c-.014.074-.258.096-.302.03-.576-1.683-1.558-2.731-2.864-2.997-1.284-.28-2.207.266-2.443 1.417zM155.814 264.821a32.29 32.29 0 00-1.956-.199 29.109 29.109 0 00-1.963-.088c-.052-.023-.074-.259-.029-.296.907-.31 1.181-.834 1.284-2.199l.553-7.514c.104-1.366-.088-1.927-.944-2.37-.03-.036.022-.265.073-.28.554.074 1.218.14 1.956.199.739.059 1.403.089 1.964.089.051.022.074.258.029.295-.908.31-1.181.834-1.284 2.2l-.295 3.993 4.606-3.853c1.136-.96 1.35-1.653.406-2.082-.03-.036.022-.273.073-.28.428.052 1.469.148 2.133.192.65.052 1.455.088 1.875.103.052.022.074.259.037.295-.79.141-1.424.635-2.982 1.934l-2.753 2.251 3.248 5.647c.849 1.454 1.092 1.867 1.764 2.266.037.037-.022.266-.074.288a38.308 38.308 0 00-1.971-.199c-.79-.059-1.638-.082-2.052-.096-.051-.023-.073-.259-.029-.288.723-.236.989-.65.288-1.897l-2.576-4.547-2.097 1.727-.155 2.089c-.103 1.366.089 1.919.945 2.362.03.015-.022.244-.074.258z",
7612
+ fill: "#fff"
7613
+ })), _path44$1 || (_path44$1 = /*#__PURE__*/React.createElement("path", {
7614
+ d: "M155.814 264.821a32.29 32.29 0 00-1.956-.199 29.109 29.109 0 00-1.963-.088c-.052-.023-.074-.259-.029-.296.907-.31 1.181-.834 1.284-2.199l.553-7.514c.104-1.366-.088-1.927-.944-2.37-.03-.036.022-.265.073-.28.554.074 1.218.14 1.956.199.739.059 1.403.089 1.964.089.051.022.074.258.029.295-.908.31-1.181.834-1.284 2.2l-.295 3.993 4.606-3.853c1.136-.96 1.35-1.653.406-2.082-.03-.036.022-.273.073-.28.428.052 1.469.148 2.133.192.65.052 1.455.088 1.875.103.052.022.074.259.037.295-.79.141-1.424.635-2.982 1.934l-2.753 2.251 3.248 5.647c.849 1.454 1.092 1.867 1.764 2.266.037.037-.022.266-.074.288a38.308 38.308 0 00-1.971-.199c-.79-.059-1.638-.082-2.052-.096-.051-.023-.073-.259-.029-.288.723-.236.989-.65.288-1.897l-2.576-4.547-2.097 1.727-.155 2.089c-.103 1.366.089 1.919.945 2.362.03.015-.022.244-.074.258zM176.948 264.88a38.028 38.028 0 00-4.096.259c-.052-.015-.104-.244-.074-.288.93-.472 1.144-1.033 1.055-2.451l-.184-2.915-3.314-4.392c-1.063-1.41-1.358-1.793-2.104-2.089-.037-.037-.015-.265.037-.295.399-.007 1.262-.022 1.978-.074.775-.051 1.602-.14 2.015-.184.052.015.104.243.074.288-.664.332-.871.775.015 1.963l2.546 3.432 1.964-3.432c.679-1.196.598-1.934-.524-2.222-.037-.037-.015-.273.037-.288a48.614 48.614 0 002.015-.096 27.316 27.316 0 001.527-.132c.052.014.104.243.074.287-.524.229-.885.798-1.83 2.414l-2.716 4.687.184 2.93c.089 1.418.376 1.942 1.358 2.296.037.052.015.288-.037.302z",
7615
+ fill: "#fff"
7616
+ })), _path45$1 || (_path45$1 = /*#__PURE__*/React.createElement("path", {
7617
+ d: "M176.948 264.88a38.028 38.028 0 00-4.096.259c-.052-.015-.104-.244-.074-.288.93-.472 1.144-1.033 1.055-2.451l-.184-2.915-3.314-4.392c-1.063-1.41-1.358-1.793-2.104-2.089-.037-.037-.015-.265.037-.295.399-.007 1.262-.022 1.978-.074.775-.051 1.602-.14 2.015-.184.052.015.104.243.074.288-.664.332-.871.775.015 1.963l2.546 3.432 1.964-3.432c.679-1.196.598-1.934-.524-2.222-.037-.037-.015-.273.037-.288a48.614 48.614 0 002.015-.096 27.316 27.316 0 001.527-.132c.052.014.104.243.074.287-.524.229-.885.798-1.83 2.414l-2.716 4.687.184 2.93c.089 1.418.376 1.942 1.358 2.296.037.052.015.288-.037.302zM191.9 262.887c-.059-.007-.148-.221-.118-.265.752-.583.863-1.203.509-2.694l-1.594-6.717c-.392-1.646-.798-2.185-1.713-2.369-.044-.03-.059-.259-.015-.296.495-.103 1.255-.258 1.934-.428l4.001-.952c1.786-.428 2.613-.694 2.93-.849.074-.015.214.045.251.111.052.45.317 1.484.642 2.48 0 .074-.236.17-.302.125-.724-1.033-1.558-1.24-3.256-.834l-3.159.753 1.078 4.54 2.141-.51c1.136-.273 1.778-.701 1.978-1.638.022-.059.295-.089.324-.037.067.354.222 1.092.34 1.587.118.487.31 1.225.413 1.572-.007.059-.258.155-.31.111-.605-.746-1.365-.842-2.509-.576l-2.141.509 1.107 4.65 3.351-.797c1.823-.435 2.414-.996 2.621-2.532.037-.066.295-.088.332-.022.192 1.122.465 2.207.635 2.687.014.074-.082.207-.148.221-.31.037-.93.148-3.152.679l-4.244 1.012c-.694.147-1.439.339-1.926.479z",
7618
+ fill: "#fff"
7619
+ })), _path46$1 || (_path46$1 = /*#__PURE__*/React.createElement("path", {
7620
+ d: "M191.9 262.887c-.059-.007-.148-.221-.118-.265.752-.583.863-1.203.509-2.694l-1.594-6.717c-.392-1.646-.798-2.185-1.713-2.369-.044-.03-.059-.259-.015-.296.495-.103 1.255-.258 1.934-.428l4.001-.952c1.786-.428 2.613-.694 2.93-.849.074-.015.214.045.251.111.052.45.317 1.484.642 2.48 0 .074-.236.17-.302.125-.724-1.033-1.558-1.24-3.256-.834l-3.159.753 1.078 4.54 2.141-.51c1.136-.273 1.778-.701 1.978-1.638.022-.059.295-.089.324-.037.067.354.222 1.092.34 1.587.118.487.31 1.225.413 1.572-.007.059-.258.155-.31.111-.605-.746-1.365-.842-2.509-.576l-2.141.509 1.107 4.65 3.351-.797c1.823-.435 2.414-.996 2.621-2.532.037-.066.295-.088.332-.022.192 1.122.465 2.207.635 2.687.014.074-.082.207-.148.221-.31.037-.93.148-3.152.679l-4.244 1.012c-.694.147-1.439.339-1.926.479zM210.286 257.389c.044.022.096.251.052.287a55.95 55.95 0 00-1.934.702c-.576.221-1.085.435-1.454.59-.059 0-.177-.207-.155-.251.487-.398.731-1.07 1.203-2.76l1.292-4.584-4.149-2.775c-1.372-.908-1.764-1.181-2.546-1.248-.044-.022-.096-.251-.052-.288a50.187 50.187 0 001.875-.656c.738-.281 1.521-.62 1.897-.783.059 0 .177.207.155.251-.554.517-.62 1.004.531 1.786l3.108 2.111.923-3.38c.332-1.248.118-1.919-1.019-1.868-.044-.022-.096-.251-.052-.287a79.933 79.933 0 001.934-.702 54.652 54.652 0 001.454-.59c.059 0 .177.206.155.251-.487.398-.731 1.07-1.203 2.76l-1.218 4.326 4.377 2.922c1.366.908 1.764 1.181 2.539 1.248.045.022.096.251.052.288-.377.125-1.196.398-1.875.657-.738.28-1.52.62-1.897.782-.059 0-.177-.207-.155-.251.554-.524.62-1.011-.531-1.786l-3.336-2.273-.997 3.661c-.332 1.24-.111 1.911 1.026 1.86z",
7621
+ fill: "#fff"
7622
+ })), _path47$1 || (_path47$1 = /*#__PURE__*/React.createElement("path", {
7623
+ d: "M210.286 257.389c.044.022.096.251.052.287a55.95 55.95 0 00-1.934.702c-.576.221-1.085.435-1.454.59-.059 0-.177-.207-.155-.251.487-.398.731-1.07 1.203-2.76l1.292-4.584-4.149-2.775c-1.372-.908-1.764-1.181-2.546-1.248-.044-.022-.096-.251-.052-.288a50.187 50.187 0 001.875-.656c.738-.281 1.521-.62 1.897-.783.059 0 .177.207.155.251-.554.517-.62 1.004.531 1.786l3.108 2.111.923-3.38c.332-1.248.118-1.919-1.019-1.868-.044-.022-.096-.251-.052-.287a79.933 79.933 0 001.934-.702 54.652 54.652 0 001.454-.59c.059 0 .177.206.155.251-.487.398-.731 1.07-1.203 2.76l-1.218 4.326 4.377 2.922c1.366.908 1.764 1.181 2.539 1.248.045.022.096.251.052.288-.377.125-1.196.398-1.875.657-.738.28-1.52.62-1.897.782-.059 0-.177-.207-.155-.251.554-.524.62-1.011-.531-1.786l-3.336-2.273-.997 3.661c-.332 1.24-.111 1.911 1.026 1.86zM222.929 245.793l1.602 2.886c.664 1.196 1.129 1.557 2.088 1.461.052.015.133.236.096.281-.509.236-1.099.546-1.741.908-.643.361-1.218.701-1.691.996-.059.007-.199-.177-.184-.229.59-.76.531-1.343-.133-2.546l-3.654-6.591c-.664-1.196-1.129-1.558-2.089-1.462-.051-.015-.132-.236-.088-.28.509-.237 1.1-.547 1.742-.908a38.594 38.594 0 001.69-.997c.059-.007.199.177.185.229-.591.76-.532 1.343.132 2.547l1.536 2.775 5.845-3.24-1.535-2.776c-.664-1.195-1.129-1.557-2.089-1.461-.051-.015-.132-.236-.096-.281.51-.243 1.1-.546 1.742-.908.65-.354 1.218-.693 1.691-.996.059-.015.199.177.184.229-.59.76-.531 1.343.133 2.546l3.654 6.592c.664 1.195 1.129 1.557 2.088 1.461.052.015.133.236.089.281-.509.243-1.1.546-1.742.907-.649.355-1.218.694-1.69.997-.059.007-.199-.177-.185-.229.591-.76.532-1.343-.133-2.546l-1.601-2.886-5.846 3.24z",
7624
+ fill: "#fff"
7625
+ })), _path48$1 || (_path48$1 = /*#__PURE__*/React.createElement("path", {
7626
+ d: "M222.929 245.793l1.602 2.886c.664 1.196 1.129 1.557 2.088 1.461.052.015.133.236.096.281-.509.236-1.099.546-1.741.908-.643.361-1.218.701-1.691.996-.059.007-.199-.177-.184-.229.59-.76.531-1.343-.133-2.546l-3.654-6.591c-.664-1.196-1.129-1.558-2.089-1.462-.051-.015-.132-.236-.088-.28.509-.237 1.1-.547 1.742-.908a38.594 38.594 0 001.69-.997c.059-.007.199.177.185.229-.591.76-.532 1.343.132 2.547l1.536 2.775 5.845-3.24-1.535-2.776c-.664-1.195-1.129-1.557-2.089-1.461-.051-.015-.132-.236-.096-.281.51-.243 1.1-.546 1.742-.908.65-.354 1.218-.693 1.691-.996.059-.015.199.177.184.229-.59.76-.531 1.343.133 2.546l3.654 6.592c.664 1.195 1.129 1.557 2.088 1.461.052.015.133.236.089.281-.509.243-1.1.546-1.742.907-.649.355-1.218.694-1.69.997-.059.007-.199-.177-.185-.229.591-.76.532-1.343-.133-2.546l-1.601-2.886-5.846 3.24zM242.985 239.755c.051.007.155.222.125.266-.487.31-1.07.708-1.697 1.159-.628.45-1.189.878-1.632 1.247-.059.015-.221-.155-.214-.199.532-.893.421-1.484-.413-2.635l-4.303-5.964c-.834-1.152-1.351-1.447-2.369-1.225-.052-.008-.155-.222-.126-.266a38.79 38.79 0 001.698-1.159c.627-.45 1.188-.878 1.631-1.247.052-.015.221.155.214.199-.531.893-.421 1.483.413 2.635l4.303 5.964c.827 1.159 1.351 1.454 2.37 1.225z",
7627
+ fill: "#fff"
7628
+ })), _path49$1 || (_path49$1 = /*#__PURE__*/React.createElement("path", {
7629
+ d: "M242.985 239.755c.051.007.155.222.125.266-.487.31-1.07.708-1.697 1.159-.628.45-1.189.878-1.632 1.247-.059.015-.221-.155-.214-.199.532-.893.421-1.484-.413-2.635l-4.303-5.964c-.834-1.152-1.351-1.447-2.369-1.225-.052-.008-.155-.222-.126-.266a38.79 38.79 0 001.698-1.159c.627-.45 1.188-.878 1.631-1.247.052-.015.221.155.214.199-.531.893-.421 1.483.413 2.635l4.303 5.964c.827 1.159 1.351 1.454 2.37 1.225zM251.227 231.939c1.418-1.255 1.558-2.348.465-3.573-1.129-1.269-2.236-1.24-3.638 0l-1.942 1.727 3.174 3.573 1.941-1.727zm-4.162-4.09c1.402-1.247 1.527-2.295.457-3.498-1.092-1.225-2.177-1.225-3.565.007l-1.646 1.462 3.1 3.491 1.654-1.462zm.811 8.54c-.051.022-.236-.125-.228-.177.383-.871.192-1.469-.827-2.613l-4.591-5.159c-1.129-1.27-1.735-1.543-2.635-1.277-.052 0-.177-.199-.155-.251a66.42 66.42 0 001.506-1.292l2.317-2.059c2.141-1.904 4.289-2.148 5.58-.694.93 1.048.953 2.429.118 3.824 1.646-.916 3.167-.812 4.215.376 1.402 1.58.915 3.742-1.255 5.676l-2.598 2.31c-.517.458-1.078.989-1.447 1.336z",
7630
+ fill: "#fff"
7631
+ })), _path50$1 || (_path50$1 = /*#__PURE__*/React.createElement("path", {
7632
+ d: "M251.227 231.939c1.418-1.255 1.558-2.348.465-3.573-1.129-1.269-2.236-1.24-3.638 0l-1.942 1.727 3.174 3.573 1.941-1.727zm-4.162-4.09c1.402-1.247 1.527-2.295.457-3.498-1.092-1.225-2.177-1.225-3.565.007l-1.646 1.462 3.1 3.491 1.654-1.462zm.811 8.54c-.051.022-.236-.125-.228-.177.383-.871.192-1.469-.827-2.613l-4.591-5.159c-1.129-1.27-1.735-1.543-2.635-1.277-.052 0-.177-.199-.155-.251a66.42 66.42 0 001.506-1.292l2.317-2.059c2.141-1.904 4.289-2.148 5.58-.694.93 1.048.953 2.429.118 3.824 1.646-.916 3.167-.812 4.215.376 1.402 1.58.915 3.742-1.255 5.676l-2.598 2.31c-.517.458-1.078.989-1.447 1.336zM262.086 222.21c.052 0 .2.185.177.237-.413.398-.907.908-1.432 1.476a30.86 30.86 0 00-1.35 1.55c-.052.029-.251-.103-.251-.155.339-.982.111-1.535-.938-2.502l-5.417-4.975c-1.048-.967-1.617-1.144-2.569-.723-.052 0-.199-.185-.177-.237.413-.398.908-.908 1.432-1.476.524-.568.989-1.1 1.351-1.55.051-.029.243.103.251.155-.34.982-.111 1.535.937 2.495l5.418 4.975c1.048.974 1.616 1.151 2.568.73z",
7633
+ fill: "#fff"
7634
+ })), _path51$1 || (_path51$1 = /*#__PURE__*/React.createElement("path", {
7635
+ d: "M262.086 222.21c.052 0 .2.185.177.237-.413.398-.907.908-1.432 1.476a30.86 30.86 0 00-1.35 1.55c-.052.029-.251-.103-.251-.155.339-.982.111-1.535-.938-2.502l-5.417-4.975c-1.048-.967-1.617-1.144-2.569-.723-.052 0-.199-.185-.177-.237.413-.398.908-.908 1.432-1.476.524-.568.989-1.1 1.351-1.55.051-.029.243.103.251.155-.34.982-.111 1.535.937 2.495l5.418 4.975c1.048.974 1.616 1.151 2.568.73zM262.161 201.927c.044-.059.191-.103.258-.073.332.31 1.41 1.092 2.303 1.646.044.059-.074.28-.148.295-1.41-.377-2.251-.059-3.358 1.432l-.724.967 7.16 5.336c1.144.849 1.727.975 2.628.45.051-.007.214.163.199.215-.376.442-.812.996-1.269 1.616a32.52 32.52 0 00-1.189 1.683c-.044.029-.258-.081-.266-.133.237-1.011-.044-1.543-1.188-2.391l-7.16-5.337-.723.967c-1.107 1.491-1.173 2.384-.413 3.631.015.074-.17.259-.236.229-.783-.694-1.846-1.505-2.237-1.734-.044-.059-.044-.214 0-.273.266-.229.842-.886 1.934-2.355l2.716-3.646c1.107-1.469 1.565-2.207 1.713-2.525z",
7636
+ fill: "#fff"
7637
+ })), _path52$1 || (_path52$1 = /*#__PURE__*/React.createElement("path", {
7638
+ d: "M262.161 201.927c.044-.059.191-.103.258-.073.332.31 1.41 1.092 2.303 1.646.044.059-.074.28-.148.295-1.41-.377-2.251-.059-3.358 1.432l-.724.967 7.16 5.336c1.144.849 1.727.975 2.628.45.051-.007.214.163.199.215-.376.442-.812.996-1.269 1.616a32.52 32.52 0 00-1.189 1.683c-.044.029-.258-.081-.266-.133.237-1.011-.044-1.543-1.188-2.391l-7.16-5.337-.723.967c-1.107 1.491-1.173 2.384-.413 3.631.015.074-.17.259-.236.229-.783-.694-1.846-1.505-2.237-1.734-.044-.059-.044-.214 0-.273.266-.229.842-.886 1.934-2.355l2.716-3.646c1.107-1.469 1.565-2.207 1.713-2.525zM277.512 200.731c.052-.014.229.141.221.192-.325.48-.701 1.071-1.092 1.742a32.024 32.024 0 00-1.004 1.794c-.044.037-.266-.052-.273-.103.133-1.034-.207-1.528-1.432-2.252l-6.326-3.757c-1.225-.73-1.815-.789-2.664-.177-.052.015-.229-.14-.222-.192.325-.479.702-1.07 1.093-1.742.398-.664.738-1.276 1.004-1.793.044-.037.265.051.273.103-.133 1.034.206 1.528 1.432 2.251l6.325 3.757c1.226.724 1.816.783 2.665.177z",
7639
+ fill: "#fff"
7640
+ })), _path53$1 || (_path53$1 = /*#__PURE__*/React.createElement("path", {
7641
+ d: "M277.512 200.731c.052-.014.229.141.221.192-.325.48-.701 1.071-1.092 1.742a32.024 32.024 0 00-1.004 1.794c-.044.037-.266-.052-.273-.103.133-1.034-.207-1.528-1.432-2.252l-6.326-3.757c-1.225-.73-1.815-.789-2.664-.177-.052.015-.229-.14-.222-.192.325-.479.702-1.07 1.093-1.742.398-.664.738-1.276 1.004-1.793.044-.037.265.051.273.103-.133 1.034.206 1.528 1.432 2.251l6.325 3.757c1.226.724 1.816.783 2.665.177zM279.085 183.947c-3.233-1.469-5.647-.959-6.746 1.469-1.1 2.414.073 4.547 3.306 6.016 3.233 1.468 5.647.959 6.747-1.469 1.099-2.414-.074-4.547-3.307-6.016zm-4.23 9.308c-3.513-1.595-4.952-5.049-3.476-8.297 1.491-3.284 4.967-4.436 8.496-2.834 3.513 1.594 4.952 5.049 3.476 8.296-1.491 3.285-4.967 4.436-8.496 2.835z",
7642
+ fill: "#fff"
7643
+ })), _path54$1 || (_path54$1 = /*#__PURE__*/React.createElement("path", {
7644
+ d: "M279.085 183.947c-3.233-1.469-5.647-.959-6.746 1.469-1.1 2.414.073 4.547 3.306 6.016 3.233 1.468 5.647.959 6.747-1.469 1.099-2.414-.074-4.547-3.307-6.016zm-4.23 9.308c-3.513-1.595-4.952-5.049-3.476-8.297 1.491-3.284 4.967-4.436 8.496-2.834 3.513 1.594 4.952 5.049 3.476 8.296-1.491 3.285-4.967 4.436-8.496 2.835zM290.748 169.082l-11.95 5.144 6.576 1.919c1.646.48 2.318.436 3.056-.361.044-.022.258.074.266.133a53.248 53.248 0 00-.517 1.631c-.17.568-.347 1.255-.443 1.653-.029.045-.265.015-.295-.029-.192-1.071-.731-1.477-2.377-1.956l-6.591-1.927c-1.314-.384-1.978-.295-2.613.384-.044.022-.258-.074-.266-.133.141-.413.347-1.048.517-1.631.199-.672.295-1.078.406-1.587.03-.044.177-.096.251-.081.524.376 1.152.376 2.141-.052l8.311-3.506-5.883-1.72c-1.646-.479-2.318-.435-3.056.362-.044.022-.258-.074-.266-.133.133-.391.347-1.063.517-1.631.17-.568.347-1.247.45-1.653.03-.045.266-.015.288.029.192 1.07.731 1.469 2.377 1.956l9.138 2.672c.059.059.029.465-.037.517z",
7645
+ fill: "#fff"
7646
+ })), _path55$1 || (_path55$1 = /*#__PURE__*/React.createElement("path", {
7647
+ d: "M290.748 169.082l-11.95 5.144 6.576 1.919c1.646.48 2.318.436 3.056-.361.044-.022.258.074.266.133a53.248 53.248 0 00-.517 1.631c-.17.568-.347 1.255-.443 1.653-.029.045-.265.015-.295-.029-.192-1.071-.731-1.477-2.377-1.956l-6.591-1.927c-1.314-.384-1.978-.295-2.613.384-.044.022-.258-.074-.266-.133.141-.413.347-1.048.517-1.631.199-.672.295-1.078.406-1.587.03-.044.177-.096.251-.081.524.376 1.152.376 2.141-.052l8.311-3.506-5.883-1.72c-1.646-.479-2.318-.435-3.056.362-.044.022-.258-.074-.266-.133.133-.391.347-1.063.517-1.631.17-.568.347-1.247.45-1.653.03-.045.266-.015.288.029.192 1.07.731 1.469 2.377 1.956l9.138 2.672c.059.059.029.465-.037.517z",
7648
+ fill: "#fff"
7649
+ })));
7650
+ }
7651
+
6781
7652
  /* eslint-disable camelcase */
6782
7653
  var logoSvgs = {
6783
7654
  logo_bpl_black: SvgLogoBplBlack,
7655
+ logo_bpl_white: SvgLogoBplWhite,
7656
+ logo_clever_color: SvgLogoCleverColor,
7657
+ logo_clever_white: SvgLogoCleverWhite,
7658
+ logo_lpa_black: SvgLogoLpaBlack,
6784
7659
  logo_lpa_color: SvgLogoLpaColor,
6785
7660
  logo_lpa_white: SvgLogoLpaWhite,
7661
+ logo_mln_black: SvgLogoMlnBlack,
7662
+ logo_mln_white: SvgLogoMlnWhite,
6786
7663
  logo_nypl_full_black: SvgLogoNyplFullBlack,
6787
7664
  logo_nypl_full_white: SvgLogoNyplFullWhite,
6788
- logo_nypl_lion_white: SvgLogoNyplLionWhite,
6789
7665
  logo_nypl_lion_black: SvgLogoNyplLionBlack,
7666
+ logo_nypl_lion_white: SvgLogoNyplLionWhite,
6790
7667
  logo_qpl_alt_black: SvgLogoQplAltBlack,
7668
+ logo_qpl_alt_white: SvgLogoQplAltWhite,
7669
+ logo_qpl_black: SvgLogoQplBlack,
6791
7670
  logo_qpl_color: SvgLogoQplColor,
7671
+ logo_qpl_white: SvgLogoQplWhite,
7672
+ logo_schomburg_black: SvgLogoSchomburgBlack,
7673
+ logo_schomburg_circle_black: SvgLogoSchomburgCircleBlack,
6792
7674
  logo_schomburg_circle_color: SvgLogoSchomburgCircleColor,
7675
+ logo_schomburg_circle_white: SvgLogoSchomburgCircleWhite,
6793
7676
  logo_schomburg_color: SvgLogoSchomburgColor,
7677
+ logo_schomburg_white: SvgLogoSchomburgWhite,
6794
7678
  logo_simplye_black: SvgLogoSimplyeBlack,
7679
+ logo_simplye_white: SvgLogoSimplyeWhite,
6795
7680
  logo_simplye_color: SvgLogoSimplyeColor,
6796
7681
  logo_snfl_black: SvgLogoSnflBlack,
6797
- logo_snfl_white: SvgLogoSnflWhite
7682
+ logo_snfl_white: SvgLogoSnflWhite,
7683
+ logo_treasures_color: SvgLogoTreasuresColor,
7684
+ logo_treasures_color_negative: SvgLogoTreasuresColorNegative
6798
7685
  };
6799
7686
 
6800
7687
  /**
@@ -6945,7 +7832,8 @@ function NotificationContent$1(props) {
6945
7832
  */
6946
7833
 
6947
7834
  function Notification$1(props) {
6948
- var _props$centered = props.centered,
7835
+ var ariaLabel = props.ariaLabel,
7836
+ _props$centered = props.centered,
6949
7837
  centered = _props$centered === void 0 ? false : _props$centered,
6950
7838
  className = props.className,
6951
7839
  _props$dismissible = props.dismissible,
@@ -6972,18 +7860,18 @@ function Notification$1(props) {
6972
7860
 
6973
7861
  var styles = react.useMultiStyleConfig("Notification", {
6974
7862
  centered: centered,
7863
+ dismissible: dismissible,
6975
7864
  noMargin: noMargin,
6976
- notificationType: notificationType,
6977
- showIcon: showIcon
7865
+ notificationType: notificationType
6978
7866
  });
6979
7867
 
6980
7868
  var iconElement = function iconElement() {
6981
7869
  var _iconProps;
6982
7870
 
6983
7871
  var baseIconProps = {
7872
+ additionalStyles: styles.icon,
6984
7873
  decorative: false,
6985
- size: exports.IconSizes.Large,
6986
- additionalStyles: styles.icon
7874
+ size: exports.IconSizes.Large
6987
7875
  }; // If the icon should not display, return null.
6988
7876
 
6989
7877
  if (!showIcon) {
@@ -6995,14 +7883,17 @@ function Notification$1(props) {
6995
7883
  id: id + "-custom-notification-icon"
6996
7884
  }, baseIconProps));
6997
7885
  var iconProps = (_iconProps = {}, _iconProps[exports.NotificationTypes.Announcement] = {
7886
+ color: exports.IconColors.SectionResearchSecondary,
6998
7887
  name: exports.IconNames.SpeakerNotes,
6999
- color: exports.IconColors.SectionResearchSecondary
7888
+ title: "Notification announcement icon"
7000
7889
  }, _iconProps[exports.NotificationTypes.Standard] = {
7890
+ color: exports.IconColors.UiBlack,
7001
7891
  name: exports.IconNames.AlertNotificationImportant,
7002
- color: exports.IconColors.UiBlack
7892
+ title: "Notification standard icon"
7003
7893
  }, _iconProps[exports.NotificationTypes.Warning] = {
7894
+ color: exports.IconColors.BrandPrimary,
7004
7895
  name: exports.IconNames.ErrorFilled,
7005
- color: exports.IconColors.BrandPrimary
7896
+ title: "Notification warning icon"
7006
7897
  }, _iconProps);
7007
7898
  return React__default.createElement(Icon, Object.assign({
7008
7899
  id: id + "-notification-icon"
@@ -7014,10 +7905,11 @@ function Notification$1(props) {
7014
7905
  onClick: handleClose,
7015
7906
  additionalStyles: styles.dismissibleButton
7016
7907
  }, React__default.createElement(Icon, {
7017
- id: id + "-notification-dismissible-icon",
7018
7908
  decorative: false,
7909
+ id: id + "-notification-dismissible-icon",
7019
7910
  name: exports.IconNames.Close,
7020
- size: exports.IconSizes.Large
7911
+ size: exports.IconSizes.Large,
7912
+ title: "Notification close icon"
7021
7913
  }));
7022
7914
  var iconElem = iconElement();
7023
7915
  var childHeading = notificationHeading && React__default.createElement(NotificationHeading$1, {
@@ -7039,11 +7931,12 @@ function Notification$1(props) {
7039
7931
  }
7040
7932
 
7041
7933
  return React__default.createElement(react.Box, {
7934
+ "aria-label": ariaLabel,
7042
7935
  as: "aside",
7043
- id: id,
7044
7936
  className: className,
7045
- __css: styles,
7046
- "data-type": notificationType
7937
+ "data-type": notificationType,
7938
+ id: id,
7939
+ __css: styles
7047
7940
  }, React__default.createElement(react.Box, {
7048
7941
  __css: styles.container
7049
7942
  }, childHeading, childContent), dismissibleButton);
@@ -7560,7 +8453,9 @@ var SelectTypes;
7560
8453
  */
7561
8454
 
7562
8455
  var Select$1 = /*#__PURE__*/React__default.forwardRef(function (props, ref) {
7563
- var children = props.children,
8456
+ var _props$additionalStyl = props.additionalStyles,
8457
+ additionalStyles = _props$additionalStyl === void 0 ? {} : _props$additionalStyl,
8458
+ children = props.children,
7564
8459
  className = props.className,
7565
8460
  helperText = props.helperText,
7566
8461
  _props$id = props.id,
@@ -7616,7 +8511,7 @@ var Select$1 = /*#__PURE__*/React__default.forwardRef(function (props, ref) {
7616
8511
 
7617
8512
  return React__default.createElement(react.Box, {
7618
8513
  className: className,
7619
- __css: styles
8514
+ __css: _extends({}, styles, additionalStyles)
7620
8515
  }, showLabel && React__default.createElement(Label, {
7621
8516
  id: id + "-label",
7622
8517
  htmlFor: id,
@@ -7677,9 +8572,7 @@ function SearchBar$1(props) {
7677
8572
  selectProps = props.selectProps,
7678
8573
  textInputElement = props.textInputElement,
7679
8574
  textInputProps = props.textInputProps;
7680
- var styles = react.useMultiStyleConfig("SearchBar", {
7681
- hasSelect: selectProps
7682
- });
8575
+ var styles = react.useMultiStyleConfig("SearchBar", {});
7683
8576
  var stateProps = {
7684
8577
  helperText: "",
7685
8578
  isDisabled: isDisabled,
@@ -7703,6 +8596,7 @@ function SearchBar$1(props) {
7703
8596
  }; // Render the `Select` component.
7704
8597
 
7705
8598
  var selectElem = selectProps && React.createElement(Select$1, Object.assign({
8599
+ additionalStyles: styles.select,
7706
8600
  id: "searchbar-select-" + id,
7707
8601
  labelText: selectProps == null ? void 0 : selectProps.labelText,
7708
8602
  name: selectProps == null ? void 0 : selectProps.name,
@@ -8356,8 +9250,12 @@ var getElementsFromContentData$1 = function getElementsFromContentData(data, use
8356
9250
  panels.push(tempPanel);
8357
9251
  });
8358
9252
  return {
8359
- tabs: React.createElement(react.TabList, null, tabs),
8360
- panels: React.createElement(react.TabPanels, null, panels)
9253
+ tabs: [React.createElement(react.TabList, {
9254
+ key: "list"
9255
+ }, tabs)],
9256
+ panels: [React.createElement(react.TabPanels, {
9257
+ key: "panels"
9258
+ }, panels)]
8361
9259
  };
8362
9260
  };
8363
9261
  /**
@@ -8430,7 +9328,7 @@ function Tabs(props) {
8430
9328
  tabs = _ref.tabs,
8431
9329
  panels = _ref.panels;
8432
9330
 
8433
- if (!tabs.length || !panels.length) {
9331
+ if (tabs.length === 0 || panels.length === 0) {
8434
9332
  console.warn("Tabs: Pass data in the `data` props or as children.");
8435
9333
  } // `tabs` is an array for the children component approach but an object for
8436
9334
  // the `contentData` prop approach. We need to get the right props key value