@xyo-network/react-shared 7.5.7 → 7.5.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 (119) hide show
  1. package/dist/browser/components/BasicHero/BasicHero.d.ts.map +1 -1
  2. package/dist/browser/components/bigint/InputAdornment.d.ts.map +1 -1
  3. package/dist/browser/components/bigint/TextField.d.ts.map +1 -1
  4. package/dist/browser/hooks/payload/types/ValidatedResponse.d.ts +2 -2
  5. package/dist/browser/hooks/payload/types/ValidatedResponse.d.ts.map +1 -1
  6. package/dist/browser/hooks/payload/usePayloadValidate.d.ts.map +1 -1
  7. package/dist/browser/hooks/useShareForwardRef.d.ts.map +1 -1
  8. package/dist/browser/index.mjs +641 -594
  9. package/dist/browser/index.mjs.map +1 -1
  10. package/package.json +88 -40
  11. package/src/SizeProp.ts +0 -1
  12. package/src/components/Ampersand.tsx +0 -11
  13. package/src/components/BasicHero/BasicHero.stories.tsx +0 -54
  14. package/src/components/BasicHero/BasicHero.tsx +0 -270
  15. package/src/components/BasicHero/default-desktop.svg +0 -1
  16. package/src/components/BasicHero/index.ts +0 -1
  17. package/src/components/Ellipsize.tsx +0 -103
  18. package/src/components/LabeledTextFieldWrapper.tsx +0 -20
  19. package/src/components/ListItemButtonEx.tsx +0 -30
  20. package/src/components/LoadResult.stories.tsx +0 -33
  21. package/src/components/LoadResult.tsx +0 -27
  22. package/src/components/NotFound.tsx +0 -16
  23. package/src/components/Pipe.tsx +0 -11
  24. package/src/components/ScrollTableOnSm.tsx +0 -13
  25. package/src/components/SectionSpacingRow/SectionSpacingRow.stories.tsx +0 -32
  26. package/src/components/SectionSpacingRow/SectionSpacingRow.tsx +0 -26
  27. package/src/components/SectionSpacingRow/index.ts +0 -1
  28. package/src/components/StyleGuide/AppBars.example.tsx +0 -29
  29. package/src/components/StyleGuide/Buttons.example.tsx +0 -46
  30. package/src/components/StyleGuide/Papers.example.tsx +0 -23
  31. package/src/components/StyleGuide/StyleGuide.example.tsx +0 -20
  32. package/src/components/StyleGuide/StyleGuide.stories.tsx +0 -21
  33. package/src/components/StyleGuide/Texts.example.tsx +0 -34
  34. package/src/components/StyleGuide/VariantContext.example.tsx +0 -3
  35. package/src/components/TableCell/AddressTableCell.tsx +0 -24
  36. package/src/components/TableCell/EllipsisTableCell.tsx +0 -58
  37. package/src/components/TableCell/EllipsizeTableCell.stories.tsx +0 -105
  38. package/src/components/TableCell/HashTableCell.tsx +0 -28
  39. package/src/components/TableCell/findParent.ts +0 -10
  40. package/src/components/TableCell/getRemainingRowWidth.ts +0 -12
  41. package/src/components/TableCell/getSmallestParentWidth.ts +0 -13
  42. package/src/components/TableCell/index.ts +0 -3
  43. package/src/components/ThemeTokenAvatar/ThemeTokenAvatar.stories.tsx +0 -25
  44. package/src/components/ThemeTokenAvatar/ThemeTokenAvatar.tsx +0 -8
  45. package/src/components/ThemeTokenAvatar/index.ts +0 -1
  46. package/src/components/ThemeTokenAvatarGroup/ThemeTokenAvatarGroup.stories.tsx +0 -38
  47. package/src/components/ThemeTokenAvatarGroup/ThemeTokenAvatarGroup.tsx +0 -13
  48. package/src/components/ThemeTokenAvatarGroup/index.ts +0 -1
  49. package/src/components/TokenBar/TokenBar.stories.tsx +0 -33
  50. package/src/components/TokenBar/TokenBar.tsx +0 -32
  51. package/src/components/TokenBar/index.ts +0 -1
  52. package/src/components/TokenData/TokenData.ts +0 -141
  53. package/src/components/TokenData/img/ada.png +0 -0
  54. package/src/components/TokenData/img/btc.png +0 -0
  55. package/src/components/TokenData/img/busd.png +0 -0
  56. package/src/components/TokenData/img/dai.png +0 -0
  57. package/src/components/TokenData/img/dogecoin.png +0 -0
  58. package/src/components/TokenData/img/dot.png +0 -0
  59. package/src/components/TokenData/img/ethereum.png +0 -0
  60. package/src/components/TokenData/img/frax.png +0 -0
  61. package/src/components/TokenData/img/images.d.ts +0 -5
  62. package/src/components/TokenData/img/index.ts +0 -16
  63. package/src/components/TokenData/img/link.png +0 -0
  64. package/src/components/TokenData/img/sol.png +0 -0
  65. package/src/components/TokenData/img/tether.png +0 -0
  66. package/src/components/TokenData/img/usd-coin.png +0 -0
  67. package/src/components/TokenData/img/weth.png +0 -0
  68. package/src/components/TokenData/img/wrapped-bitcoin.png +0 -0
  69. package/src/components/TokenData/img/xl1.png +0 -0
  70. package/src/components/TokenData/img/xyo.png +0 -0
  71. package/src/components/TokenData/index.ts +0 -2
  72. package/src/components/TokenData/useGetTokenData.tsx +0 -16
  73. package/src/components/TokenSummary/TokenSummary.stories.tsx +0 -37
  74. package/src/components/TokenSummary/TokenSummary.tsx +0 -32
  75. package/src/components/TokenSummary/index.ts +0 -1
  76. package/src/components/TypographyEx.tsx +0 -14
  77. package/src/components/bigint/FixedPointPopover.tsx +0 -27
  78. package/src/components/bigint/Input.stories.tsx +0 -79
  79. package/src/components/bigint/Input.ts +0 -6
  80. package/src/components/bigint/InputAdornment.tsx +0 -44
  81. package/src/components/bigint/TextField.tsx +0 -128
  82. package/src/components/bigint/helpers/formatBigIntInput.ts +0 -11
  83. package/src/components/bigint/helpers/index.ts +0 -1
  84. package/src/components/bigint/index.ts +0 -5
  85. package/src/components/index.ts +0 -19
  86. package/src/components/pluginValidation/DataMissing.tsx +0 -16
  87. package/src/components/pluginValidation/index.ts +0 -1
  88. package/src/contexts/ListMode/Context.ts +0 -5
  89. package/src/contexts/ListMode/Provider.tsx +0 -29
  90. package/src/contexts/ListMode/State.ts +0 -9
  91. package/src/contexts/ListMode/index.ts +0 -4
  92. package/src/contexts/ListMode/use.ts +0 -7
  93. package/src/contexts/diviner/Context.ts +0 -4
  94. package/src/contexts/diviner/Provider.tsx +0 -45
  95. package/src/contexts/diviner/State.ts +0 -7
  96. package/src/contexts/diviner/index.ts +0 -3
  97. package/src/contexts/index.ts +0 -2
  98. package/src/global.d.ts +0 -1
  99. package/src/hooks/GradientStyles/GradientStyle.stories.tsx +0 -66
  100. package/src/hooks/GradientStyles/GradientStyles.tsx +0 -54
  101. package/src/hooks/GradientStyles/index.ts +0 -1
  102. package/src/hooks/index.ts +0 -5
  103. package/src/hooks/payload/index.ts +0 -4
  104. package/src/hooks/payload/types/ValidatedResponse.ts +0 -3
  105. package/src/hooks/payload/types/index.ts +0 -1
  106. package/src/hooks/payload/useBoundWitnessValidate.tsx +0 -29
  107. package/src/hooks/payload/usePayloadHash.tsx +0 -26
  108. package/src/hooks/payload/usePayloadValidate.tsx +0 -22
  109. package/src/hooks/useDataState.ts +0 -18
  110. package/src/hooks/useMediaQuery.ts +0 -3
  111. package/src/hooks/useShareForwardRef.ts +0 -23
  112. package/src/index.ts +0 -6
  113. package/src/lib/assertDefinedEx.ts +0 -7
  114. package/src/lib/getActualPaddingX.ts +0 -63
  115. package/src/lib/index.ts +0 -3
  116. package/src/lib/networkComponents.tsx +0 -48
  117. package/src/lib/xyo.tsx +0 -15
  118. package/src/models/ListMode.ts +0 -1
  119. package/src/models/index.ts +0 -1
@@ -1 +0,0 @@
1
- <svg version="1.1" id="a" xmlns="http://www.w3.org/2000/svg" x="0" y="0" viewBox="0 0 978 472.3" style="enable-background:new 0 0 978 472.3" xml:space="preserve"><style>.st3{fill:none}</style><g style="opacity:.6" id="b"><linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="483.548" y1="-7805.521" x2="518.692" y2="-7902.1" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_1_);stroke-width:.25" d="m363.3 483.1 2.8-1.1h2.7l2.7-.4 2.7.4 2.7-1 2.7-.7 2.9-2.1 2.9-2.5 3-3.1 2.9-2.4 2.8-2.6 2.8-2 2.7-1.1 2.7-1.4 2.8-1.9 2.7-1.6 2.7-2.7 2.7-1.1 2.6-.8 2.5-.4 2.5-.6 2.6-1.7 2.7-1.8 2.6-1.6 2.6-1.8 2.6-1.7 2.6-2.6 2.7-2.2h2.3l2.5-.8 2.5-1.3 2.5-1.5 2.5-1.6 2.4-1 2.5-1.5 2.4-1.2 2.5-1.3 2.5-2 2.4-1.4 2.3-.8 2.4-1.3 2.3-.7 2.3.5 2.2.1 2.3-1.1 2.3-.3 2.1 1.5 2.1 1.2 2.2 1.1 2.1.9 2.1 1.4 2.1 1.6 2.1 1.2 2.2.3 2.1 1.9 2.1.9 2 1.5 2.1.9 2.2.1 2.2-.9 2.2-.4 2.1.1 2.1.5 2.1.4 2 1.3 2.1 1 2 1.6 2 1.7 2.1.1h2l2.1.1 2.1.2 2 .1 2 1 2.1.4 2 .4 2 .1h2.1l2-1.1h2.1l1.9.8 2.1-.6 2-.1 1.9 1 2 1.1 1.9 1.8 1.9 2.1 1.9 1.2 1.9.8 2 .6 1.8 1.7 2 1.3 1.9 1.2 1.9-.5 1.9.9 1.9 1.1 1.9 1.5 1.9 1 1.8 2.1 1.9.6 1.9-.4 1.9 1.1 1.9.4 1.9.3 1.8 2 1.8 2.6 1.8 2.2 1.9.7 1.8 1.2 1.9-.6 1.8-.4 1.9-.3 1.9-.7 1.8.1 1.8.9 1.8.4 1.8 1.7 1.8 1.5 1.8 1.2 1.8-.4 1.8.2 1.8.3 1.8 2.7 1.7 2.6"/><linearGradient id="SVGID_00000052793219167351285500000007425153466360779947_" gradientUnits="userSpaceOnUse" x1="485.765" y1="-7807.071" x2="520.594" y2="-7902.762" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000052793219167351285500000007425153466360779947_);stroke-width:.25" d="m365 481.6 2.7.1 2.6.6 2.7.1 2.8-.7 2.8-1.7 2.9-2.1 3-3 3-3.3 3-2.8 2.8-2.2 2.7-.4 2.6-.7 2.7-1.2 2.8-2.6 2.9-2.7 2.8-2.7 2.7-1.4 2.5-.3 2.5-.3 2.6-1 2.7-1.7 2.6-1.4 2.7-2.2 2.7-2.6 2.7-2.4 2.5-1.4 2.6-1.7 2.5-1.1 2.5-.7 2.5-1.5 2.5-1.5 2.5-.6 2.5-2 2.5-1.9 2.4-1.2 2.5-.7 2.4-1.5 2.4-.7 2.3-.4h2.3l2.3-.3 2.4-1.7 2.4-1.2 2.3-.6 2.2 1.1 2.1 1 2.2.6 2.2.8 2.2.8 2.1 1.3 2.1 1.4 2.2.7 2 1.7 2.2 1.4 2 1.6 2.1 1.2 2.2.3 2.1.6 2.2.5h2.1l2.2-.1h4.2l2.1.9 2 1.3 2.1.8 2.1 1.5 2 .5 2.1.4 2 .5 2.1 1 2 1.1 2 .6 2.1 1.1 2-.1h2.1l2 .3 2.1-.9 2-.8h2.1l2 .3 2 .1h2l2-.3h2l1.9 2.2 1.8 3 2 1.8 1.9 1.5 1.9.7 1.9 1.4 2 .4 1.9.3 1.9 1.2h2l1.9.7 1.9.2 1.9.6 1.9 1.5 1.9.9 1.8.6 1.9 1.2 1.9.4 1.8 2.2 1.9 2.3 1.8 2.7 1.8 1.4 1.9 2 1.8-.1 1.9-.8 1.9.1 1.8-.5 1.9-1.2 1.9-.3 1.8.7 1.8 1.4 1.8 1.2 1.8 1.6 1.8 1.6 1.8-.3 1.8.7 1.8.9 1.8 1.4 1.4 2.3"/><path class="st3" d="m363.7 483.2 2.8-1.1 2.9-.8 2.6.3 2.7.4 2.8-1.3 3-3 3-3 3-3.2 2.9-1.5 2.8-2.3 2.7-.8 2.8-1.3 2.8-1.9 2.9-3.3 2.8-1.6 2.7-2.2 2.7-1 2.7-1.5 2.6-.9 2.6-1 2.7-1.9 2.7-2.4 2.7-2.5 2.8-2.6 2.6-1.8 2.6-2 2.6-1.4 2.6-1.3 2.4-.2 2.5-1.1 2.5-1.2 2.6-1.9 2.4-1.2 2.5-.8 2.4-.5 2.5-1.6 2.3.1 2.4-1.1 2.4-.9 2.3-.5h2.4l2.2.2 2.5-1.8 2.3-1.1 2.2.6 2.2 1 2.3.2 2.2.1 2.2.5 2.2 1 2.1 2.1 2.1 1.4 2.2.3 2.1 1 2.2.8 2.1 1.1 2 1.6 2.1 1.4 2.2-.2 2.2-.1 2.2.1h2.1l2.2.2 2 .7 2.1.8 2.1 1.3 2 1.9 2.1 1 2 .8 2 1.4 2 1.7 2.1.1 2.1.2 2 .7 2.1 1 2 .4 2.1-.8 2.1-1.3 2.1-.5 2.1-.5 2 .4 1.9 1 2.1.4 1.9.5 2 .3 2 .4 1.9 1.5 2 1.1 1.9.9 2 1.5 1.8 3.1 2 1.2 1.9.2 2-.2 1.9.5 1.9 1 1.9.5 2-.5 1.9.9 1.9.6 1.9 1.2 1.8 1.5 1.9 1 1.9 1.9 1.8 2.8 1.8 2.2 1.9 2.1 1.8 1.9 1.9.6 1.9-1.1 1.9-.6 1.9-.8 1.8-.6 1.9-.4 1.8-1.1 1.9-.1 1.8 1.7 1.8 3.6 1.7 2.7 1.8 1.1 1.9 1.2 1.8.3 1.8 1.1 1.7.8.3.4"/><linearGradient id="SVGID_00000090279531044248500680000018234039888730381717_" gradientUnits="userSpaceOnUse" x1="484.827" y1="-7805.173" x2="520.112" y2="-7902.101" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000090279531044248500680000018234039888730381717_);stroke-width:.25" d="m364 483.4 1.3-.3 2.8-1.2 2.8.1 2.7-.2 2.9-1.6 3-2.6 2.9-2.1 3-3 2.9-2.1 2.8-1.3 2.8-1.7 2.9-1.9 2.8-2 2.9-3.1 2.9-2.4 2.7-1.8 2.8-2.3 2.8-1.8 2.7-2 2.6-.8 2.6-.6 2.7-2.2 2.7-2.1 2.7-2 2.8-3.5 2.7-2.3 2.5-.4 2.5-.5 2.5-.4 2.4-.8 2.6-1.1 2.5-1.8 2.5-1.1 2.5-1.1 2.5-1.2 2.4-.2 2.3-.4 2.5-1.2 2.4-.9 2.4-1 2.4-.7 2.3-.2h4.6l2.2.6 2.3.7 2.3-.4 2.2.4h2.3l2.2.6 2.1 1.5 2.1 1.4 2.2.9 2.2.3 2.1 1 2.2 1 2.1.6 2.1 1.3 2.2.5 2.2.3 2.2-.1 2.1.2 2.1 1.1 2.1-.1 2.2.3 2.1 1 2 1.2 2.1.9 2 2 2 2 2 1.4 2.1 1.3 2 .8 2.1 1 2 1.3 2.1.5 2-.6 2.2-2.2 2.1-.6 2.1-.3h2l2 1 2 1 2 1.3 2 .6 1.9.6 2 .5 2.1-1.4 2 .5 1.9.9 1.9 1.9 1.9 2.2 1.9 1.6 2 .1 2 .4 1.9 1.2 1.9.9 1.9.8 2-1 1.9-.2 1.9 1.6 1.9 1.6 1.9 1 1.8 2.1 1.9 3 1.8 2.5 1.9 1.9 1.8.7 1.9 1.3 1.9.3 1.9-1.1 1.9-.9 1.9-1.5 1.8-.2 1.9-.5 1.8-.7 1.9-.7 1.8 1.2 1.8 4 1.8 3.7 1.8 1.2 1.8 2.4 1.8 1.9.2.3"/><linearGradient id="SVGID_00000135668092631224211980000001062949137533952394_" gradientUnits="userSpaceOnUse" x1="488.493" y1="-7805.31" x2="524.2" y2="-7903.423" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000135668092631224211980000001062949137533952394_);stroke-width:.25" d="m368.3 483.4 1.3-.5 2.9-1.2 2.9-1.5 2.9-1.4 3-2.7 3.1-3.1 2.9-2.1 2.8-1.8 3-3.2 2.9-1.5 2.7-1.2 2.9-2.9 2.8-1.7 3-3.1 2.8-2.7 2.7-1.2 2.7-1.1 2.7-2 2.8-1.8 2.7-1.8 2.6-1.5 2.7-2.1 2.7-1.5 2.6-1.6 2.6-1 2.5-1.2 2.5-.4 2.5-.4 2.5-.8 2.6-2.3 2.6-1.5 2.5-1.7 2.5-1.6 2.4.1 2.4-.5 2.5-1.5 2.5-1.6 2.4-.9 2.5-1.1 2.3-.3 2.2.9 2.2 1.5 2.3.8 2.2 1.1 2.2.6 2.2.6 2.3.3 2.2.6 2.3.3 2.2.8 2.1 1.2h2.3l2.2-.1 2.1.9 2.3-.4 2.1.8 2.2.8 2.2.4 2.2-.2 2 1.5 2.2.3 2.2-1 2.2.3 2.1-.1 2.1.5 2.1 1.5 1.9 3.3 2 2.1 2 2.1 2.1 1.9 2 1.3 2.1.9 2 1.2 2.1.4 2.1-1.4 2.2-1.3 2.1-.5 2 .6 2 .8 2 .6 2.1.1 2 1.7 1.9 1.7 1.9 2.2h2.1l2-1.3 2.1-1.5 2-.5 2 .6 1.9 1.6 2 1.2 1.9 1.4 1.9 2.1 1.9 1.9 1.9 2.1 1.9 1.2 2-.2 1.9.8h1.9l2-.4 1.9.3 1.9 1.6 1.8 2.5 1.9 2.7 1.8 2.1 1.9.9 1.9.5 1.9-.6 1.9-.6 1.9-.6 1.9-1.1 1.9.2 1.9-1.1 1.8-.5 1.9-1.6 1.8-.2 1.8 2.3 1.8 3.3 1.8 3.3 1.8 2.6 1.8 2.8 1.8 2.2.7.3"/><linearGradient id="SVGID_00000140725054652687788240000000616942766301099455_" gradientUnits="userSpaceOnUse" x1="489.949" y1="-7804.73" x2="526.748" y2="-7905.861" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000140725054652687788240000000616942766301099455_);stroke-width:.25" d="m368.2 483.4.2-.2 2.9-.8 2.9-1.3 3-1.9 3-2.7 3-2.7 3.1-3.3 3.1-3.5 2.9-2.5 2.9-2 2.8-1.6 2.8-1.3 2.9-2.1 2.9-3.4 2.8-1.7 2.7-1 2.8-1.7 2.6-1.2 2.8-2 2.8-2.4 2.7-1.5 2.7-1.6 2.5-.6 2.7-1.6 2.7-2.1 2.5-.8 2.6-1.5 2.5-.5 2.5-.3 2.6-1.9 2.5-.9 2.6-1.8 2.6-1.8 2.4-.6 2.5-.9 2.5-1.7 2.5-1.3 2.4-1.3 2.4.3 2.3.5 2.2 1 2.2 1 2.2 1.6 2.2 1.7 2.3.8 2.2.6 2.3.1 2.2.5 2.3.7 2.2.7 2.3-.3 2.2-.1 2.3-.6 2.2.1 2.2.5 2.2.1 2.2.4 2.2.3 2.2.4 2.1.6 2.2.8h2.2l2.2-.2 2.2-.9 2.1.7 2.1.9 2 2.1 2 3 2 2.3 2 2.4 2 1.8 2 2.1 2.1.4 2.1.4 2.2-1.2 2.1-1.2 2.1-.5 2.1-.6 2 .9 2.1.7 2 .9 2 .8 2 1 2 2.3 2-.1 2-.2 2 .6 2-.3 2 .1 2-.1 2 .3 2 1.2 1.9 2.3 1.9 3.4 1.9 1.1 1.9.9 1.9 1.6 2 .6 1.9 1.3 2-.6 1.9-.3 1.9.6 2-.2 1.8 2.4 1.9 1.7 1.9 2 1.9.9 1.9-.5 1.9-.8 1.9-.8 1.9-.5 1.9-1.3 1.8-.2 1.9.2 1.9-.6 1.8-1 1.9-.7 1.8 1 1.8 4 1.8 3.4 1.8 3.2 1.8 3.7 1.8 2 1.6 1.9"/><linearGradient id="SVGID_00000059298324887466054720000012015308044547551933_" gradientUnits="userSpaceOnUse" x1="492.814" y1="-7804.604" x2="529.829" y2="-7906.312" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000059298324887466054720000012015308044547551933_);stroke-width:.25" d="m370.7 483.4 2.2-1.2 3.1-2.4 3.1-3.3 3.1-2.9 3-2.4 3.1-3.2 2.9-2.4 2.9-1.6 2.9-2.4 2.8-1.5 3-2.5 2.9-2.7 2.8-1.7 2.7-1.6 2.8-1.8 2.8-2 2.8-2 2.8-1.8 2.6-1.1 2.7-1.6 2.7-1.9 2.7-1.9 2.7-2.2 2.6-.6 2.6-1.5 2.5-.6 2.6-1.6 2.5-.4 2.6-.9 2.5-.9 2.5-1.2 2.6-1.5 2.4-1.2 2.6-1.7 2.4-.8h2.4l2.3.4 2.4.6 2.2.9 2.3 1.3 2.2 1.5 2.3.9 2.2 1.6 2.2.8 2.3.4 2.2.7 2.3 1 2.2.1 2.4-1 2.3-1.2 2.3-.7 2.4-1.2 2.2.2 2.2 1.2 2.1.2 2.3.3 2.2-.1 2.1.7 2.2.7 2.1.5 2.2.1 2.2-.3 2.2-.1 2.1 1.8 2 1.6 2.1 1.7 2 1.7 2.1 2.4 2 1.6 2.1 1.5 2 .7h2.2l2.1-.3 2.1-.2 2.1-.5 2.1.3 2.1-.7 2 .9 2 1 2.1 1.1 2 .6 1.9 2.4 2 1.3 2.1.1 2-.4h2l2.1-.8 2 .1 2-.7 2 .3 2 .7 1.8 3.4 1.9 3 1.9 2.3 2 .9 1.9.7 1.9 1.9 2 .5 1.9.1 2 1 1.9.1 1.9.1 1.9 1 1.9 1.1 1.9.5 2-.8 1.9-.9 1.9.1 1.9-.7 1.9-.9 1.9-.3 1.8-.1 1.9-.7 1.9-.2 1.8.8 1.9.8 1.8 1.9 1.8 2.8 1.8 4 1.8 1.9 1.8 2.7 1.8 2.4 1.8 3 .6.9"/><linearGradient id="SVGID_00000089567529049923602700000000252700998155635882_" gradientUnits="userSpaceOnUse" x1="494.464" y1="-7804.26" x2="532.891" y2="-7909.814" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000089567529049923602700000000252700998155635882_);stroke-width:.25" d="m371.5 483.4.2-.1 3.1-3.2 3.1-2.1 3-2.2 3.1-3.3 3-2.3 3-2.8 2.9-1.5 2.9-1.7 2.9-2.3 3-2.7 2.9-3 2.8-1.3 2.8-1.5 2.8-2.1 2.9-2.6 2.9-2.1 2.7-2.3 2.9-2.5 2.7-1.5 2.6-1 2.7-1.4 2.7-2.1 2.7-1.5 2.6-1.4 2.5.1 2.6-1.2 2.5-.9 2.5-.2 2.5-.6 2.5-1 2.7-2.6 2.6-1.5 2.5-1.1 2.4-.5 2.4.5 2.2 1.3 2.4.6 2.3.4 2.3.6 2.2 1.9 2.3 1 2.3.3 2.3 1 2.2.8 2.3.3 2.3.4h2.3l2.3-.5 2.3-.8 2.3.5 2.4-1.2h2.2l2.2.7 2.3-.1 2.3-1 2.2-.7 2.3-.1 2.1 1.1 2.1 1 2.2.1 2.2.3 2.1 1.3 2.1 1.1 2.1 1.2 2.1 1 2.1 2 2.1 1.7 2.1.5 2.1.3 2.1.6h2.1l2.1 1.2 2.1.1 2.1.6 2.1.1 2.1-.2 2 .6 2.1 1.4 2-.3h2.1l2 1.5 2 1.3 2 1.5 2-.2h2.1l2 .2 2.1-.8 2-1 2 .3 2 .5 1.9 1.4 1.9 2.5 1.9 2.6 1.9 3.1 1.9 2.2 2 1.5 1.9.5 2 .7 1.9-.4h2l1.9-.7 2 .8 1.9 1.9 1.9.3 1.9-1.6 1.9.1 2-.7 1.9-.8 1.9-.9 1.9-.4 1.9-1.5h1.8l1.9-.8 1.9 1.1h1.8l1.9 1.9 1.8 2.8 1.8 2.8 1.8 2.8 1.8 3 1.8 3.1 1.8 3.4 1.8 3 .9 1.4"/><linearGradient id="SVGID_00000158729191102883062050000005918608341001313720_" gradientUnits="userSpaceOnUse" x1="495.753" y1="-7803.676" x2="535.349" y2="-7912.458" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000158729191102883062050000005918608341001313720_);stroke-width:.25" d="m371.2 483.4 2.3-1.9 3.2-2.8 3.1-2.7 3.1-3.2 2.9-1.7 2.9-1.2 3.1-2.8 3-2.4 2.9-2 2.8-.8 2.9-2.4 3-2.8 2.8-1.9 2.9-2.2 2.9-2.5 2.8-2.2 2.8-2.4 2.9-2.2 2.8-2.4 2.7-1.9 2.7-1.2 2.7-1.5 2.7-1.4 2.5-.7 2.6-.8 2.5-.1 2.6-.8 2.5-.6 2.6-1.1 2.6-1.5 2.6-1.7 2.6-1.8 2.5-1.2 2.4.7 2.3.7 2.4.2 2.3 1 2.4.5 2.3.8 2.3.4 2.4.6 2.2 1.5 2.3-.1 2.4.2 2.2 1.3 2.3.5 2.4-1 2.3-.2 2.3.9 2.2-.1 2.4-1.1h2.3l2.3-.9 2.3-.7 2.3-.2 2.2-.4 2.3-.2 2.2.3 2.2.3 2.1 1.6 2.1 1.3h2.2l2.1 1.5 2.2.5 2.1.5 2.1 1.9 2.2.4 2.1.3 2.1.8 2.1.6 2.1.4 2.2-.2 2.1.7 2 1.6 2.1-.4 2.1 1.2 2.1.6 2 1 2.1-.2 2 .7 2.1 1.6 2 1.4 2 .5 2.1-.6 2-.6 2.1.2 2 .6 2.1-1.1 2-.7 2 .8 1.9 2.3 2 1.6 1.9 1.8 1.9 2.3 1.9 2.8 2 1.6 1.9.7 2 .2 2 .2 1.9.9 1.9-.3 2-.5 1.9.3 1.9 1.3 2 .3 1.9-1.1 1.9-.7 2-2.1 1.9-1.4 1.9-.4 1.9-.1 1.9-1.4 1.9-.3 1.8 1.2 1.9 1.7 1.8 1.1 1.9 1.6 1.8 1.8 1.8 2.9 1.8 3.1 1.8 2.1 1.9 2.6 1.8 3.6 1.8 3.3 1.6 3.9"/><linearGradient id="SVGID_00000128484700355297646690000000349154855013672116_" gradientUnits="userSpaceOnUse" x1="497.1" y1="-7803.124" x2="537.528" y2="-7914.195" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000128484700355297646690000000349154855013672116_);stroke-width:.25" d="m371 483.4 1.3-1.1 3.1-2.5 3.2-2.9 3-2.3 2.9-1.3 2.9-1 3.1-2.8 3-2.2 2.9-1.7 2.9-2.2 3.1-3 3-3.5 2.9-2 2.9-1.9 2.9-2.4 2.8-1.7 2.8-2.2 2.9-2.5 2.8-1.7 2.7-1.3 2.7-1.3 2.7-1.7 2.7-1 2.6-.9 2.6-.5 2.6-.7 2.6-1.1 2.6-1.2 2.6-1 2.4.2 2.6-1.7 2.7-1.9 2.5-.6 2.4.1 2.4.5 2.4.6 2.3.3 2.4 1.3 2.4-.4 2.4-.6 2.4.5 2.4-.2 2.3.4 2.3.3 2.3.4 2.3.8 2.3-.1 2.4-.4 2.4-1.4 2.3-.2 2.4-.7 2.3-.9 2.3.6 2.2.1 2.3.1 2.2-.1 2.2.9 2.3.5h2.2l2.2-.1 2.2-.1 2.2.4 2.2.2 2.1 1.6 2.2.5 2.1.9 2.2.6 2.1.5h2.2l2.1.8 2.1.8h2.1l2.1.8 2.1.9 2.1 1.1 2.1 1 2 1.2 2.1.3 2 1.3h2.1l2.1-.4 2.1.9 2 .3 2.1-.1 2.1-.7 2 .2 2 .7 2 .7 2.1.1 2-.5 2 1.6 1.9 1.7 2 1.6 1.9 2 2 2.4 1.8 3.8 2 1.1 2 .1 1.9 1.8 2 .4 2-1.4 1.9-.9 2-.6 1.9 1.2 1.9.8 2-1 1.9-1.9 2-1.8 1.9-1.3 1.9-1.1 1.9-.2 1.9.1 1.9.5 1.9.2 1.8.4 1.9.9 1.8 1.9 1.9.8 1.8 2.1 1.8 2.7 1.9 3.3 1.8 1.8 1.8 3.2 1.8 3.2 1.8 4.2 1.8 4.2.5 1.5"/><linearGradient id="SVGID_00000026156212334444561130000013418605626929861026_" gradientUnits="userSpaceOnUse" x1="498.475" y1="-7802.392" x2="540.135" y2="-7916.862" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000026156212334444561130000013418605626929861026_);stroke-width:.25" d="m370.7 483.4.3-.3 3.1-2 3-1.1 3.1-2.8 3.1-2.4 2.9-1.4 3.1-2.5 3-2.2 2.9-1.3 3-2.5 3.1-3.5 3-2.2 3-3 2.9-2.2 2.9-2.4 2.9-1.7 2.8-1.7 2.7-1.2 2.7-.8 2.8-1.7 2.8-1.5 2.7-2.1 2.7-.8 2.6-.7 2.6-.4 2.7-1.4 2.7-1.7 2.7-1.7 2.6-1.1 2.5-.5 2.6-1.2 2.6-1.4 2.6-.9 2.4-.2 2.5.3 2.3.7 2.4 1 2.4.4h2.4l2.5-.6 2.3.1 2.5-.2 2.4-1.1 2.4.2 2.2 1.5 2.4-.6 2.4-.8 2.5-1.3 2.3-.6 2.4-.8 2.4-.5 2.3-.2 2.3.1 2.2.4 2.3.4 2.2-.1 2.3.3h2.2l2.3-.5 2.3-1 2.2.2 2.2.6 2.2.9 2.1 1.3 2.2 1 2.1.6 2.2.4 2.1 1.3 2.2.3 2.1-.6h2.2l2.1.8 2.2.2 2 1.1 2.1.8 2.1.8 2.1.9 2.1.9 2.1-.4 2 1.4 2.1-.2 2.1-.1 2.2-1.4 2 1.5 2.1-.4h2l2 1.2 2 1.2 2 1.7 2 1.3 2 1 1.9 2.2 2 1.4 2 1.2 2 1.3 1.9 2 1.9 3 2 .6 2 .6 1.9.4 2 .8 2-.9 2-1.9 1.9-1.2 2-.7 1.9.7 1.9.2 2 .1 1.9-2.1 1.9-.7 1.9-.1 2-1.6 1.9-.1 1.8-.1 1.9 1.5 1.9 1.7 1.8.5 1.9 1.9 1.8 1.2 1.9.7 1.8 2.1 1.8 3.1 1.8 3.8 1.9 3.1 1.8 3.2 1.8 3.3 1.8 3.4 1.5 4.5"/><linearGradient id="SVGID_00000178893772469449868550000015266031999546181543_" gradientUnits="userSpaceOnUse" x1="502.034" y1="-7802.297" x2="544.298" y2="-7918.424" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000178893772469449868550000015266031999546181543_);stroke-width:.25" d="m373.6 483.4 2.1-1.3 3-1.6 3.2-2.6 3.1-2.6 3.1-2.6 3-2.4 3.1-2.3 3-2.3 3.1-3.2 3-3.1 3.1-3.3 2.9-1.5 2.8-1.1 2.8-1.3 2.8-1.5 2.8-1.4 2.8-1.2 2.8-2.1 2.8-1.9 2.8-1.7 2.7-.9 2.6.1 2.6-.8 2.7-1 2.6-1.3 2.7-1.3 2.6-1 2.6-.9 2.7-2.2 2.7-1.7 2.6-.9 2.5-.4 2.5-1 2.4.6 2.4.7 2.4 1 2.4.6 2.4.3 2.4-.8 2.4.1h2.4l2.4.2 2.4-.2 2.4-.3 2.4-.8 2.5-1.5 2.4-.9 2.4-.7 2.3-.4 2.4-.7 2.4-1 2.3-1 2.3-.1 2.3.2 2.3.6 2.2-.1 2.2.8 2.3-.9 2.3-.7 2.2.2 2.3.1 2.1 1.2 2.2 1.2 2.2-.3 2.1.6 2.2.1 2.2-.6 2.2.2 2.1.6 2.2 1 2 1.2 2.2.6 2.1.6 2.1.3 2.2-.2 2 1.1 2.1.9 2 1.3 2.1.1 2.1.6 2.1-.4 2.1-.6h2.1l2.1.1 2 .3 2 2 2 1.5 2 1.5 2 1.9 2 1.1 2 .8 1.9 1.3 2 1.8 1.9 1.9 2 1.6 2 1.5 1.9 1.1 2 .5 2 .2 2-.2 2-1.6 1.9-1.5 2-.7 1.9.5 2-.1 1.9.9 1.9.1 1.9.4 2-1.3 1.9-.6 1.9-1.1 1.9-1.1 1.9 1 1.9.8 1.8 1.7 1.9 1.8 1.8 1.7 1.9.5 1.8 1 1.9 2.3 1.8 2.7 1.8 2.8 1.9 2.1 1.8 3.5 1.8 5.2 1.8 3.4 1.9 4 1.3 2.2"/><linearGradient id="SVGID_00000037686015469309767490000013147503047982369416_" gradientUnits="userSpaceOnUse" x1="503.392" y1="-7801.699" x2="546.445" y2="-7919.988" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000037686015469309767490000013147503047982369416_);stroke-width:.25" d="m373.3 483.4 1.2-.7 3-1.1 3-2 3.1-2.2 3.2-2.4 3.1-2.6 3-2.4 3.1-2.4 3.1-3 3-2.7 3-2.4 2.8-.3 2.9-1.4 2.8-1.5 2.9-1.6 2.8-1.3 2.9-1.9 2.8-2.6 3-3.2 2.8-1.8 2.8-1.2 2.7-1.3 2.6-.2 2.6.2 2.7-1.3 2.6-.8 2.6-.9 2.7-1.1 2.7-1.8 2.6-1.6 2.7-1.5 2.5-.7 2.6-1.4h2.5l2.5-.1 2.4 1.1 2.4.6 2.4.1 2.4.8 2.4.2 2.4.1 2.4-.4 2.6-1.7 2.4-1.3 2.5-.7 2.4-.9 2.4-.7 2.4-.5 2.4-.5 2.4-1.9 2.5-1.9 2.4-.6 2.3-.6 2.3-.5 2.3.3 2.2 1 2.3.1 2.2.4 2.3-.6 2.2.5 2.2.3 2.2.6 2.3.2 2.1.3 2.3-.3 2.2.3 2.1.3 2.2.6 2.2-.1 2.2-.4 2.1.4 2.2.5 2.1.2 2.1-.3 2.1.8 2.1.5 2.1 1.6 2.1 1.1 2.1.8 2 1.2 2.1.8 2.1-.4 2.1-.8 2 .7 2.1 1.4 2 .9 2 1.6 2 1.3 2 1.2 2 1 2 1.9h2l2.1.6 1.9 1.6 2 1.5 2 .8 1.9 2.2 2-.1 2 .4 2-.7 2-.7 1.9-.2 2-.3 2 .5 1.9-1.5 2 .1 1.9-.4 1.9 1 1.9 2.4 1.9-.1 1.9-1 2-.9 1.9-.6 1.8.6 1.9.7 1.9 2.8 1.8 2.9 1.9 1.3 1.9.3 1.8.7 1.9 1.4 1.8 3.2 1.8 4 1.9 2.8 1.8 3.5 1.8 4.2 1.9 2.8 1.8 3 1.8 3.1.3.7"/><linearGradient id="SVGID_00000078030392944555044130000004411160222606705838_" gradientUnits="userSpaceOnUse" x1="504.848" y1="-7800.862" x2="548.475" y2="-7920.701" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000078030392944555044130000004411160222606705838_);stroke-width:.25" d="m372.5 483.4.7-.3 3.1-1.6 3.1-1.9 3-1 3.2-2.8 3-1.6 3-1.2 3.1-2.6 3.1-2.9 3-2.1 3-2 2.9-1.4 2.9-1.6 2.9-1.4 2.7-.4 3-2.4 2.9-2.6 3-2.9 2.9-2.3 2.9-2.1 2.7-1.2 2.8-1.8 2.7-.4 2.7-1.4 2.7-.6 2.5.4 2.7-.9 2.7-1.3 2.6-1 2.7-1.6 2.6-.8 2.7-2.1 2.6-1.3 2.6-1.6 2.6-.9 2.4.4 2.4.6 2.5.1 2.4.5 2.5.2h2.4l2.5-.9 2.5-1.8 2.6-1.8 2.3.2 2.5-1.3 2.4-.3 2.3.4 2.5-.9 2.4-1.5 2.6-3.1 2.4-1.6 2.4-.8h2.3l2.3.2 2.2.3 2.3.3 2.2.7 2.3.4 2.3-.2 2.2.1 2.2.8 2.2 1.4 2.1.9 2.3-.1 2.2-.1 2.2-.5 2.2.4 2.2-.4 2.2-.4 2.2.2h2.1l2.2.8 2.1.9 2.1-.2 2.2.2 2.1.2 2.1 1 2 1.3 2.1.8 2.1 1.3 2 1.3 2.1.8h2.1l2 1.5 2.1.9 2 .9 2.1.4 2 1.5 2 2.1 2 .2 2 .5 2.1-.4 2 .3 2 1 2 1.3 1.9 1.3 2 2.3 2-.1 2-.2 1.9-.2h2l2-.5h2l1.9-.8 2 .1 1.9.1 2-.4 1.9 1.1h1.9l1.9.1 1.9-.2 1.9.9 1.9.7 1.9 2 1.9.6 1.9 2.4 1.8 1.7 1.9.5 1.9 1.5 1.8 2.5 1.9.9 1.8 1.6 1.9 2.3 1.8 3.5 1.8 3.6 1.9 4.1 1.8 2.7 1.9 3.8 1.8 2.7 1.8 1.7.2.3"/><linearGradient id="SVGID_00000130612600033178171600000013456645625453645224_" gradientUnits="userSpaceOnUse" x1="506.887" y1="-7800.683" x2="551.442" y2="-7923.097" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000130612600033178171600000013456645625453645224_);stroke-width:.25" d="m374.1 483.4.9-.7 3.2-2.3 3.1-2 3.1-1.7 3-1.5 3-1.2 3.1-2.4 3.1-2.4 3-1.7 2.9-1.2 3-2.4 3-2.1 3-1.9 2.9-2 2.9-1.6 3.1-3.1 2.9-2.3 2.9-2.1 2.8-1.5 2.8-1.5 2.7.1 2.7-.9 2.7-1.2 2.7-.7 2.7-1.2 2.7-1.1 2.7-.9 2.7-1.8 2.8-1.9 2.6-.4 2.6-1.2 2.7-2.1 2.7-2.3 2.6-.6 2.5-.1 2.5-.6 2.5-.5h2.5l2.4.7 2.4.1 2.6-1 2.5-2.1 2.5-.5 2.3.6 2.5-1.4 2.5-1 2.4-.2 2.4-.5 2.5-1.1 2.4-1 2.4-1.5 2.4-1.1 2.4-.5 2.2.8 2.3.5 2.4-.7 2.3-.5 2.3.2 2.2.9 2.2.8 2.2.2 2.2.8 2.2.9 2.2.9 2.3-.4 2.2-1 2.3.1h2.2l2.2-.2 2.2-.4 2.2-.3 2.1.9 2.1.9 2.2.8 2.1-.3 2.2-.6 2.1 1.8 2 1.5 2.1 2.1 2 1.3 2.1.8 2.1.3h2.1l2.1.1 2.1 1.4 2 .5 2.1-.2 2 1.3 2.1.9 2 .7 2.1-.7 2 .4 2 .7 2 1.8 2 1.9 2 .8 1.9 1.6 2 .9 2 2.8 2-1.4 2-.7 2-.4 2-.9 1.9-1.2 2-1 2-1 1.9.8 2 .8 1.9-.2 1.9.3 1.9.3 1.9.6 1.9 1.9 1.9 1.6 1.9 1 1.9.8 1.9 2.5 1.8.9 1.9 2 1.9 2.9 1.8 2.9 1.9 1.1 1.9-.3 1.8 2.2 1.9 4.5 1.8 4.5 1.8 2.2 1.9 2.6 1.8 4.1 1.9 2.6 1.8 2.3.2.2"/><linearGradient id="SVGID_00000176752316399393241540000010564138252927022240_" gradientUnits="userSpaceOnUse" x1="508.339" y1="-7800.292" x2="554.253" y2="-7926.406" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000176752316399393241540000010564138252927022240_);stroke-width:.25" d="m374.5 483.4 2.4-1.6 3.1-1.6 3.1-2.2 3.1-1.5 3.1-1.8 3-1.7 3.1-2.1 3-1.4 3-2 3.1-2.4 3-1.9 3.1-2.9 3-2.4 2.9-1.4 3-2.7 2.9-2.3 2.9-1.4 2.9-1.9 2.7-.7 2.8-1.3 2.8-.7 2.7-1.3 2.8-1 2.7-.8 2.7-.9 2.7-1.9 2.7-1 2.7-1.1 2.6-.9 2.8-1.5 2.7-2.2 2.7-1.8 2.5-.2 2.6-1.2 2.7-2.1 2.5-.4 2.4.9 2.6-.7 2.5-.9 2.5-1 2.6-1.1 2.4-.4 2.4.6h2.4l2.5-1.4 2.5-1.7 2.4.5 2.4-.2 2.4-.3 2.4-.4 2.3-.3 2.5-1.1 2.3.1 2.3-.6 2.4-1.5 2.3.1 2.4-.5 2.3-.2 2.2-.2 2.2 1.5 2.2 1.4 2.3.8h2.2l2.2.6 2.3-.4 2.2-.4 2.2.1 2.3-.5 2.2-.6h2.2l2.2.2 2.1.6 2.2-.2 2.2-1.2 2.1 1 2.1 1.4 2.1 1 2 2.8 2.1 1.3 2.1.6 2.1.6h2.2l2 .9 2.1.7 2.1 1 2-.1 2.1.1 2 1.2 2.1.7 2.1-.3 2-1.1 2.1.1 2 1.1 2 1.7 1.9 3 2 1.6 2 .9 2 1.8 2 .7 2 .8 2-.5 2-1.6 2-.4 1.9-1.4 2-1.8 2-.6 1.9.8 2-.1 1.9.2 1.9.2 1.9-.3 2 .7 1.8 2.8 1.9 3.1 1.9 1.3 1.9.9 1.9 1.4 1.9 1.7 1.8 2 1.9 4.2 1.9 2.7 1.8 1.1 1.9.9 1.9 1.2 1.8 4.1 1.9 2.8 1.8 2.4 1.9 4.5 1.8 3.1 1.9 1.7 1.9 3.4.2.6"/><linearGradient id="SVGID_00000065040720078185258150000008721396654791091331_" gradientUnits="userSpaceOnUse" x1="507.003" y1="-7799.195" x2="554.232" y2="-7928.978" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000065040720078185258150000008721396654791091331_);stroke-width:.25" d="m370.1 483.4 2.6-1.5 3-.1 3-.8 3.3-2.5 3.2-2.6 3.2-2.5 3-1.6 2.9-.4 3.1-1.8 3-1.7 3-1.8 3.1-2.9 3.1-2 2.9-1.7 3-1.8 3-2.8 3.1-2.7 2.9-2.2 2.9-1.6 2.9-1.7 2.8-1 2.7-.6 2.8-1.2 2.8-1.4 2.6-.2 2.6.3 2.8-1.5 2.7-1.2 2.8-1.5 2.7-1.3 2.6-.5 2.7-1 2.7-2.4 2.7-1.2 2.7-1.9 2.6-1.9 2.6-.7 2.5-.3 2.5.5 2.5-.6 2.6-1.5 2.5-1.2 2.5.2 2.5-.3 2.4-.7 2.5-.2 2.4-.5 2.4.1 2.5-.7 2.4.1 2.4-1 2.4-.5 2.3.1 2.4.1 2.3-.2 2.5-1.2 2.2 1.1 2.4-.6 2.3-.4 2.3-.6 2.3.2 2.2 1.3 2.2.7 2.3-.1 2.3-.4 2.3-.8 2.3-.6 2.2-.9 2.3-1.2 2.2-.4 2.3.2 2.2-1.3 2.2-.2 2.2-.3 2.1.8 2.1 1.8 2.2 1.1 2 1.5 2.1 1.6 2.1.7 2.1 1.7 2.1 1.6 2 1.8 2.2.1 2.1-.3 2.1.6 2 .8 2.1-.2 2.1-.4 2.1-.2 2.1.6 2-.3 2.1-.9 2.1-.2 1.9 3.3 2 2.9 2 2.4 2 .4 2-1.3 2 .5 2 1.2 2 .5h2l2-1.8 2-1 2-1.7 2-1.3 1.9.7 2 .7 1.9.4 1.9 1.5 1.9-.5 2 1.1 1.9.8 1.9 2.7 1.8 3.1 1.9 1.8 1.9 1 1.9.9 1.9 1 1.9 2.3 1.9 3.2 1.8 2.2 1.9 1.2 1.9 2 1.9 1.8 1.8 3.5 1.9 4.5 1.8 3.1 1.9 2.6 1.9 2.9 1.8 2.9 1.8 4.3"/><linearGradient id="SVGID_00000148633369312603564340000003802417646239862176_" gradientUnits="userSpaceOnUse" x1="504.638" y1="-7797.892" x2="554.481" y2="-7934.829" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000148633369312603564340000003802417646239862176_);stroke-width:.25" d="m364.1 483.4 1.3-.5 3.2-1.1 3.1-1.2 2.9.6 3.1-1.5 3.3-3 3.1-1.3 3.1-1.2 3.1-2.1 3.1-1.5 3-1 2.9-1 3.1-2 3.1-2.8 3.2-3 3-1.5 3-2.2 2.9-1.8 3.1-3.1 3-1.8 2.9-1.8 2.8-.3 2.8-1.7 2.9-1.8 2.8-1.1 2.7-.3 2.8-1.1 2.6.2 2.8-1.5 2.7-.7 2.6.1 2.7-.6 2.7-.8 2.8-2.4 2.7-2.4 2.8-2.7 2.7-1.9 2.7-1.6 2.6-.7 2.6-.7 2.5-.1 2.5-.5 2.6-1 2.6-1 2.5-1.3 2.5.1h2.4l2.5-.1 2.4.7 2.3.7 2.5-.2 2.4-.7 2.5-1 2.4-1.2 2.4-.2 2.4.5 2.4-.4 2.3.5 2.3 1 2.3-.3 2.4-.6 2.3.4 2.3-1.4 2.4-.8 2.3-.1 2.2 1.1 2.3.3 2.3-.6 2.3-.7 2.3-1.7 2.3-1.7 2.3-.7 2.2-.4 2.2.3h2.2l2.2.4 2.2.7 2.1.3 2.1 2 2.1 1.2 2.1 1.2 2.1 1.3 2.1 2.5 2.1 1.3 2.1 2.3 2.1.8 2.1-.9 2.2-.2 2.1-.1 2 1.1 2.1-1.1 2.2-.9 2.1-.5 2-.1 2.1-.3 2 .8 2.1 1.3 2 .6 2 1.5 2 1.2 2 .1 2.1-.6 2 .4 2 .2 2 .2 1.9.6 2.1-1.4 2-1.5 2-2.6 1.9-1 2 .4 1.9 1 1.9 1.4 2 2 1.9 1 1.9.8 1.9.6 1.9 2.2 1.9 4.3 1.9 2.2 1.9 1.5 1.9 1.4 1.9 2 1.9 2.5 1.9 2.2 1.8 1.4 1.9 1.7 1.9 1.6 1.9 3.6 1.8 3.5 1.9 3.4 1.9 3.6 1.8 2.8 1.9 3.6 1.9 3.1 1.2 3.3"/><linearGradient id="SVGID_00000007399017019011584280000008077016892734811816_" gradientUnits="userSpaceOnUse" x1="506.385" y1="-7798.833" x2="556.721" y2="-7937.145" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000007399017019011584280000008077016892734811816_);stroke-width:.25" d="m364.3 481.9 3.2-1.7 3.1-.6 3-.1 3.2-1.6 3.2-2 3.1-1.1 3-.9 3-.6 3.1-1.9 3-.6 2.9-.1 3.2-3.2 3.2-2.4 3-2.4 3.1-2 3-1.9 3.2-3.2 3-2.7 2.9-.9 2.8-.9 3-1.9 3-2.2 2.9-1.8 2.7-.5 2.8-1.4 2.8-1 2.7-.1 2.8-1.2 2.7-.3 2.7-.4 2.6.2 2.7-.6 2.7-1.4 2.8-2.6 2.8-2.8 2.8-1.7 2.7-2.3 2.6-.9 2.6-.2 2.5-.3 2.7-2 2.6-.9 2.6-1 2.5-.5 2.5-.1 2.4.3 2.4.7 2.5.2h2.4l2.5-.3 2.4-.7 2.5-.6 2.4.4 2.4.1 2.4-.6 2.3.4 2.4.7 2.4-.9h2.3l2.3.6h2.4l2.3-.2 2.4-1.6 2.3.4 2.3-.2 2.3-.7 2.4-1 2.3-1.2 2.3-.9 2.3-.7 2.3-.7 2.2-.4 2.2.2 2.3-.5 2.1 1.9 2.2.7 2.2.1 2.1.4 2.2 1.4 2.1 1.9 2.1.4 2.2 1.4 2 1.6 2.1 1.7 2.1 1.8 2.1.7h2.2l2.1.2 2.1 1 2.1-.6 2.1-.9 2.2-1.9 2.1-1.4 2.1-.9 2 1.2 2.1 1.3 2 .6 2.1-.4 2 .5 2 .2 2.1-.3 2-.8 2 .3 2-.4 2.1-1 2-.5 1.9-.6 2-1 2-1.5 2 1 1.9.8 2 1.3 1.9 1.6 1.9 2.1 1.9.8 2 .9 1.9 1.1 1.9 1.2 1.9 3.3 1.9 3 1.9 2.3 1.9 2.1 1.9 2.3 1.9 2.3 1.9 2.1 1.9 1.6 1.8 2.1 1.9 2.2 1.9 3.1 1.9 3 1.8 3 1.9 2.5 1.9 3.1 1.9 4.1 1.9 3.3 1.6 4.1"/><linearGradient id="SVGID_00000038400347070080358710000016838217546000382366_" gradientUnits="userSpaceOnUse" x1="506.618" y1="-7798.02" x2="558.329" y2="-7940.097" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000038400347070080358710000016838217546000382366_);stroke-width:.25" d="m363 481.9 3.3-2.6 3.3-1.6 3.1-.9 3.1-.9 3.1-.5 3.1-1.2 3.2-1.9 3-.8 3.1-1.1 3-.7 2.9-.2 3.1-2 3.1-1.5 2.9-.5 3.1-2.3 3.3-3.7 3.1-2.6 3-2.3 3-1.5 2.9-1.1 2.9-1.7 3-2.2 2.9-1.3 2.8-1.2 2.9-1.3 2.8-.9 2.8-1.5 2.8-1.6 2.8-.4 2.6.6 2.6.6 2.7-.6 2.7-1.1 2.7-1.5 2.9-3.1 2.8-2.1 2.7-2.2 2.7-1.1 2.6-.1 2.6-.6 2.6-1.5 2.6-.6 2.6-1.5 2.6-.8 2.5.2 2.5-.1 2.5.1 2.4.4 2.4.4 2.5-.8 2.5.2h2.4l2.4.5 2.4-.2 2.5-1.2 2.4.3 2.4.1 2.3-.1 2.4.7 2.3-.1 2.4-.1 2.4-.5 2.3-.3 2.4-.7 2.3-.2 2.3-.3 2.3-.1 2.4-1.2 2.3-1.8 2.4-.8 2.3-1.1 2.3-.9 2.2-.3 2.3.1 2.2.1 2.2.7 2.1.8 2.2 1.2 2.1 1.4 2.2.2h2.2l2.1 1.4 2.1 1.8 2.1 1.6 2.1 2.3 2.1 2.5 2.1.9 2.1 1.3 2.1-.1 2.2-.1 2.1-1.3 2.2-.9 2.1-.9 2.1-1.3 2.1-1.3 2.1-1.4 2.1.6 2 .5 2.1-.4 2.1-1.2 2-1.5 2.1-1.4 2-.1 2 .9 2 .1 2 .1 2 .1 2-1.1 2-.2 2-1.4 1.9 1.2 2 1.4 1.9 2.8 1.9 2.8 2 2.6 1.9.8h1.9l2 1.5 1.9.8 1.9 2.1 1.9 2.3 1.9 2.4 1.9 2 1.9 2.5 1.9 1.5 1.9 1.7 1.9 3.4 1.9 2.7 1.9 3.6 1.9 4 1.9 3.6 1.8 1.5 1.9 1.6 1.9 2.6 1.9 3.2 1.9 5 1.2 3.4"/><linearGradient id="SVGID_00000029016498194205190590000004212045029253095570_" gradientUnits="userSpaceOnUse" x1="509.428" y1="-7801.196" x2="560.566" y2="-7941.691" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000029016498194205190590000004212045029253095570_);stroke-width:.25" d="m365.1 478.5 3.4-2.7 3.1-.3 3.1-.6 3.1-.3 3.1-1.5 3.2-1.8 3.2-1.8 3 .2 3-.9 3.1-1.4 3.1-1.4 3-1.2 3.1-2 3-.3 2.9-.7 3.1-2 3.1-3 3-1.7 2.9-1 3-1.7 3-2.2 2.9-1.4 3-2.1 2.9-1.4 2.8-1.4 2.8-.7 2.8-.5 2.8-.8 2.7-.7 2.7.1 2.6.2 2.8-1.1 2.8-2.1 2.8-2.1 2.7-1.4 2.7-.8 2.8-2.4 2.7-1.2 2.6-.8 2.7-1.3 2.6-1.3 2.6-.5 2.6-.6 2.5-.7 2.6-1h2.5l2.5.9 2.4.2 2.5-.8 2.6-.8 2.4.3 2.4.2 2.4.5 2.4.1 2.5-1.1 2.4.8 2.4.1 2.4-.9 2.4-.6 2.4-.1 2.4-.6 2.4-.8 2.3.4 2.3-.3 2.4-1.1 2.3-.3 2.3-.2 2.4-.7 2.3-1.3 2.4-2.2 2.3-1.4 2.3.8 2.2.1 2.2 1 2.2-.2 2.2.7 2.2.6 2.2 1.6 2.1 1.1 2.2.4 2.2 1.4 2.1 1.3 2.1 1.5 2.1 2.1 2.1 1.4 2.1 1.4 2.2.9 2.1 1.1 2.1.1 2.2-.5 2.1-.8 2.1-.4 2.2-2 2.1-1.6 2.2-2.3 2.1-.7 2.1-1 2-1.3 2.1.8 2.1-1.8 2-1.7 2.1-1.1 2-1.4 2 .7 2 1.3 2 .9 2 1.3 2 .4 2 .2 1.9-1.4 2 .3 2 2.4 1.9 3.1 1.9 3.7 2 1.5 1.9.5 1.9.8 2 1.8h1.9l1.9.1 1.9 2 1.9 2.2 1.9 2.1 2 2.1 1.9 1.3 1.8 2.9 2 3 1.8 5 2 4.4 1.9 3.8 1.9 3 1.9 2.1 1.8 1.2 1.9 2.9 1.9 4 1.9 5.4.8 2.4"/><linearGradient id="SVGID_00000114062530907677969750000012422056764167894178_" gradientUnits="userSpaceOnUse" x1="509.788" y1="-7800.805" x2="561.643" y2="-7943.273" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000114062530907677969750000012422056764167894178_);stroke-width:.25" d="m363.8 478.5 3.3-2 3.4-1.8 3.1-1 3.1-.6 3.2-1.1 3.2-2.1 3.2-.9 2.9.4 3.1-1.2 3.2-1.9 3.1-1.7 3-.8 3.1-.9 3-.9 2.8.8 2.9-.8 3.1-1.7 3.1-2.9 3-1.7 3.2-2.9 3-1.8 3-2.1 2.8-1 3-1.9 3-2.2 2.8-.8 2.8-.7 2.7.5 2.7-.1 2.7-.7 2.8-.3 2.7-1 2.8-1.3 2.8-1.3 2.7-.9 2.7-1.2 2.8-1.7 2.7-1.4 2.7-1.7 2.7-.9 2.6-.4 2.6-.5 2.6-1.3 2.6-1.3 2.6.1 2.5-.6 2.6-.7 2.5.1 2.5-.7 2.5-.7 2.6-.6h2.4l2.5.1 2.4-.2 2.4-.1 2.5-.3 2.4-.1 2.4.4 2.4-1.1 2.5-.9 2.4-1.4 2.4-.4 2.4-.9 2.4-.4 2.3-.3 2.4-1 2.3.4 2.3.5h2.3l2.3-1.7 2.4-1.4 2.3.1h2.2l2.3.5 2.2.2 2.2.5 2.2.1 2.2.3 2.2 1.8 2.1 1.7 2.2 1.8 2.1 2.3 2.2.8 2.1 1.7 2.1.8 2.2.8 2.1 1.1 2.2.4 2.1-.6 2.2-.3 2.1.3 2.2-.9 2.1-.4 2.1-1.7 2.2-1.7 2.1-2 2.1-1 2.1-.8 2.1-1 2.1-.8 2-1.1 2.1-1 2-.8 2.1-.5 2-.9 2 .3 2 .6 2 1.1 2 1.2 2-.1 1.9.9 2 .2 1.9 1.9 2 3.3 1.9 2.2 2 2.2 1.9 1 2 .9 1.9.9 1.9.9 1.9 1.5 2 .9 1.9 1.1 1.9 1.1 1.9 1.5 1.9 2.1 1.9 3.2 1.9 3.9 1.9 4.5 1.9 4.2 2 5.4 1.9 2.8 1.9 2.5 1.9 1.2 1.8 3.4 2 5 1.9 6.5.2.5"/><path class="st3" d="m365.9 476.3 3.3-1.8 3 .2 3.3-1.9 3.3-1.7 3.1-.1 2.9.7 3.1-.5 3.1-.8 3.2-2 3.1-1.4 3.2-1.9 3.1-1.5 3-.6 3-.9 2.9.1 3-1.1 3.1-2 3-1.6 3.1-1.9 3-2.3 3-1.7 3-1.2 2.9-2 3.1-2.5 2.8-1 2.8-.4 2.9-1.4 2.8-1 2.8-.3 2.7-.9 2.7.1 2.7.1 2.7-.3 2.8-1.1 2.7-1.2 2.9-2 2.6-1 2.8-1.2 2.6-.9 2.7-1.4 2.7-1 2.7-1.4h2.5l2.7-1.4 2.6-.2 2.5-.3 2.5-.4 2.6-1.4 2.6-1 2.6-1.4 2.5-.5 2.4.6 2.6-1.4 2.4-.3 2.5-.8 2.4.6 2.4.2 2.5-1.1 2.4-1 2.5-1.7 2.5-.9 2.4-1.1 2.4-1.4 2.4-.6 2.3-.3 2.3 1.4 2.3 1.4 2.2 1.5 2.3-.1 2.3.3 2.3-.5 2.4-1.3 2.3-.7 2.2-.2 2.3-.6 2.2.7 2.2.5 2.2 1.7 2.1 3.1 2.2 1.8 2.1 1.3 2.2.8 2.2 1 2.1 1.5 2.2.1 2.2.2 2.2-.7 2.1.4 2.2-.5 2.1.1 2.1 1.4 2.2-1.1 2.2-1.8 2.1-2.5 2.2-1.5 2.1-.9 2.1-.7 2.1-1.4 2.1-1.6 2.1-.9 2-1.8 2.1-.8 2 1 2.1-.4 2-.1 2-.9 2 1.7 2-.2 2 .5 2-.8 2 1 1.9 2 2 3.1 1.9 3.1 2 2.1 1.9 1.7 2 .2 1.9 1.3 2 2.3 1.9 2.7 1.9 1.7 1.9-.4 2 .1 1.9 1.5 1.9.1 1.9.9 1.9 3.2 1.9 4.8 2 4.4 1.9 4.1 1.9 4.9 1.9 4 1.9 3.1 1.9 2.3 1.9 4.6 2 4.7 1.8 5.7"/><linearGradient id="SVGID_00000043426199622063883690000000885209661650822572_" gradientUnits="userSpaceOnUse" x1="513.412" y1="-7802.09" x2="566.291" y2="-7947.37" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000043426199622063883690000000885209661650822572_);stroke-width:.25" d="m364.5 476.1 3.4-1.9 3.2-.5 3 .5 3.2-.7 3 .2 3.1-.2 3.1-.4 3.1-.5 3.1-.8 3.2-1.7 3.2-1.6 3.1-1.5 3.3-2.6 3-.8 3-1.1 3-.1 3-1.5 3.1-2 3.1-1.9 3.1-2.2 2.9-1.1 2.9-.7 3.1-2.4 3-1.7 2.9-1.3 2.9-2 3-2.1 2.8-.6 2.8-.4 2.7.3 2.7 1 2.7-.4 2.7.1 2.8-1.6 2.8-1.4 2.8-2.1 2.7-.2 2.7-.5 2.7-.8 2.7-1.9 2.8-1.5 2.7-1.2 2.6-1.3 2.8-1.9 2.6-1.8 2.6.1 2.6-1 2.6-.9 2.6-.9 2.5-.8 2.6-1.4 2.6-1.3 2.5-.6 2.5-1.7 2.5-.6 2.5-.4 2.5-.6 2.4-.7 2.5-1 2.4-.3 2.4-.9 2.4-.3 2.4.5 2.4-1.6 2.4.3 2.2 1.7 2.3 1.1 2.3 1.6 2.3.7 2.3.6 2.3-.1 2.3-1.6 2.4-1 2.2-.2 2.3-.1 2.3.1 2.2 1.6 2.1 2.4 2.2 2.3 2.2 1.6 2.1 1.3 2.3.4 2.2.4 2.1 1.1 2.2-.6h2.2l2.2.7 2.2-.1 2.1.1 2.2-.2 2.1.2h2.2l2.2-2 2.1-1.4 2.2-.6 2.1-.4 2.1-.7 2.1-2 2.1-1.4 2.1.1 2.1-2.9 2.1-2.7 2.1-2.1 2.1-1.2 2 1.1 2 .2 2 .7 2 .2 2 1.8 2 .3 2-.6 2 .7 2 1.2 1.9 2 2 3 1.9 1.7 2 2.5 2-.1 1.9 1.6 1.9 3.1 2 2.9 1.9 1.3 1.9.2 2 1.4 1.9 2.4 1.9-.6 1.9.7 1.9 4.4 2 3.9 1.9 4.4 1.9 3 1.9 2.7 1.9 3.9 2 4.3 1.9 3.7 1.9 3.6 1.9 4.6 2 4.9.8 2.4"/><linearGradient id="SVGID_00000130618501351747985580000002402530422689501354_" gradientUnits="userSpaceOnUse" x1="514.151" y1="-7799.935" x2="568.949" y2="-7950.484" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000130618501351747985580000002402530422689501354_);stroke-width:.25" d="m363 477.5 3.3-1.2h3.2l3.1.3 3.2-.6 3 .8 3.2-.9 3.1-.4 3.2-1.2 3.1-1 3.2-1.3 3.4-2.9 3.2-2.2 3-.3 3.2-2.2 3-.5 3.1-.7 3-1 3-.9 3.1-1.9 3.1-2 3.1-1.9 3-1.2 3-1.7 2.9-1.5 3-1.4 3-1.6 3-2.5 2.9-1.4 2.7.1 2.8.1 2.8-.4 2.7.5h2.7l2.8-1.4 2.8-1.5 2.8-1.1h2.7l2.7-.3 2.6.3 2.8-2 2.8-2.5 2.7-.7 2.7-1.5 2.9-3.6 2.7-2.3 2.7-1.4 2.7-1.8 2.6-.6 2.5-.7 2.6-1.3 2.6-1.4 2.6-1.3 2.6-1.9 2.6-1.5 2.5-.7 2.5.2 2.4-.2 2.4.9 2.5-.8 2.4-1 2.5-1.4 2.5-.8 2.4-.4 2.4.1 2.3-.1 2.3 1.6 2.3 1.5 2.3 1.2 2.3 1.2 2.3.7 2.3-.1 2.4-1.2 2.3-.2 2.3-.5 2.2.7 2.2 2 2.2 2.3 2.2 1.2 2.3.3 2.2 1.9 2.2.1 2.2 1.4 2.2 1.5 2.2.8 2.2-.3 2.2-1 2.2.2 2.2.2 2.3-2 2.1-.1 2.2-.6 2.1 1.2 2.2.8 2.1-1.2 2.2-1.5 2.1.1 2.1-.5 2.2-1.3 2.1-1.4 2.1-1.1 2.1-1.1 2.1-1.8 2.1-2.8 2.1-2.3 2.1-1.9 2-.6 2 1.1 2 1.1 2 1.5 2.1 1 2-.7 2 .2 2-.4 1.9-1.1 2 1 2 3.1 1.9 2.1 2 1.9 1.9 1.8 2 2.5 1.9 3 2 1.9 1.9 1.6 2 1.3 1.9.7 1.9 1 1.9 1.6 2 2.1 1.9 4.4 1.9 4.4 2 3.8 1.9 3.5 1.9 2.5 1.9 1 1.9 3.5 2 4.6 1.9 3.8 2 5 1.9 5.4 1.9 3.8.1.2"/><linearGradient id="SVGID_00000011736762985924318410000012287917969731562668_" gradientUnits="userSpaceOnUse" x1="516.489" y1="-7798.817" x2="571.391" y2="-7949.658" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000011736762985924318410000012287917969731562668_);stroke-width:.25" d="M364.7 478.4h3.2l3.2-.1 3 .7 3.2-.5 3.5-2.8 3.2-.7 3.1-.8 3.3-1.3 3.1-1 3.2-.9 3.1-1 3.2-1.5 3.2-1.6 3-.8 3.1-1 3-.5 3.2-2 3.2-2.7 3-1.1 3.1-1.8 3-1.2 3-1.6 3.1-1.7 2.9-.7 3-2 3-2 3-1.9 2.9-1h5.5l2.8-.5 2.8-.3 2.8-1.1 2.8-.6 2.7-.6 2.9-1.4 2.7-1.1h2.7l2.8-1.6 2.7-.3 2.7-1.4 2.9-2.9 2.9-3.8 2.7-1.7 2.6-1.1 2.7-.8 2.6-1.1 2.7-1.7 2.6-1.3 2.5-.1 2.6-1.3 2.7-1.7 2.6-1.5 2.5-1.9 2.6-.7 2.4.8h2.4l2.5-.6 2.5-.8 2.5-1.2 2.4-.9 2.5-1.2 2.4.2 2.4.4 2.3 1.3 2.3 1.6 2.3 1.7 2.3.7 2.3.2 2.3.9 2.3.2 2.4-.6 2.3.1 2.2 1.5 2.3 1.7 2.2 2.1h2.2l2.3-.2 2.3 1 2.2 1.5 2.2 1.6 2.2 1.1h2.2l2.2-.3 2.3-.2 2.2-1.8 2.2-.6 2.2-.2 2.2-.4 2.3-1.3 2.1.6 2.2-.6 2.1-.2 2.2.1 2.1-.8 2.2-.3 2.1 1h2.1l2.1-2.5 2.1-1.7 2.2-2.5 2.1-1.7 2.1-1.6 2-1.1 2.1-1.5 2 .6 2 1.9 2.1 1.1 2 1.2 2 1.5 2 .3 2-.6 2-1.1 2-1h2l2 .5 1.9.7 2 2.5 1.9 1.7 2 2.2 2 2 1.9 3.2 2 1.6 1.9 1.8 1.9 2.2 2 .9 1.9 1.7 1.9 3.1 2 3.7 1.9 4.3 1.9 3 2 4.5 1.9 2.8 1.9.4 1.9.4 1.9 3.2 2 4.4 1.9 4.6 2 7.4 2 5.4.5 1.4"/><linearGradient id="SVGID_00000075131767531377898400000004501669899052305825_" gradientUnits="userSpaceOnUse" x1="516.832" y1="-7796.877" x2="572.881" y2="-7950.861" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000075131767531377898400000004501669899052305825_);stroke-width:.25" d="m363.2 479.6 3.1 1.1 3.1.3 3.2-.2 3.3-1.1 3.5-3 3.3-1.5 3.3-1 3.1-.6 3.1.1 3.1.2 3.2-1.2 3.1-.8 3.2-1 3.2-2.4 3.2-1.7 3-.4 3.2-1.9 3.1-1.8 3.3-3 3.1-1.5 3.1-2.5 3.1-1.7 3-1.6 2.9-.4h2.9l3-1.7 3-1.8 2.9-1.1 2.9-1.2 2.8.2h2.8l2.8-.8 2.9-1.6 2.8-.6 2.8-.2 2.8-1.3 2.8-.8 2.8-1.7 2.8-1.9 2.8-1.3 2.8-2.1 2.9-3.1 2.8-2 2.7-.9 2.7-1.2 2.6-.6 2.6-.8 2.6-.3 2.7-2.3 2.7-1.6 2.6-.6 2.6-1 2.6-1.7 2.6-1 2.6-2.8 2.6-1.3 2.5-.2 2.4-.5 2.5-.5 2.5-.9 2.5-.7 2.5-1.1 2.4-.3h2.4l2.3 1.3 2.4.6 2.3 1.6 2.3 1.3 2.3.7 2.3.7 2.3 1.2 2.3.9 2.4-.8 2.3.8 2.2 1.3 2.3 1.4 2.2.8 2.3.1 2.3 1.3 2.2 1.3 2.3-.2 2.2.6 2.3-.6 2.2.9 2.2.6 2.2-.8 2.3-1.6 2.2.1 2.2.8h2.2l2.2-.6 2.1-.6 2.2-.8 2.2-.6 2.1.4 2.2.7 2.1-.1 2.1-.1 2.1-.4 2.2-2.2 2.1-2.8 2.1-.9 2.1-.9 2.1-.9 2.1-1.2 2-.2 2.1-.5 2 3.2 2 1.8 2.1 1.5 2-.7 2-.4 2-.6 2-.3 2-1.3 2-.7 2 .6 2-.2 1.9 2.4 2 2.2 1.9 1.2 2 1.4 2 3.1 1.9 3.7 2 1.7 1.9.8 1.9 1 2 2.3 1.9 3.4 2 2.7 1.9 4.9 2 3.5 1.9 2.1 1.9 3.4 2 2.3 1.9 1.1 1.9 1.2 1.9 4.5 2 6 2 6.8 2 5.7.7 1.8"/><linearGradient id="SVGID_00000064315048137315514890000017710611561204203923_" gradientUnits="userSpaceOnUse" x1="518.854" y1="-7795.729" x2="574.452" y2="-7948.476" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000064315048137315514890000017710611561204203923_);stroke-width:.25" d="m364.9 480.7 3.3-.5 3.2-.3 3.3-.9 3.4-2.1 3.4-1.2h3.1l3.2-.1 2.9 1.1 3.2-.5 3.1-.2 3.1-.1 3.3-2.1 3.3-2.4 3.2-1.1 3.1-.9 3.1-1.3 3.3-2.7 3.2-2 3.1-2.2 3.3-3.5 3.1-1.7 3.1-1.5 3-1 2.9-.2 2.9-1.1 3-1.3 2.9-.3 2.9-.6 2.9-.8 2.9-.9 2.9-1.5 2.9-1.9 2.9-.9 2.8-.9 2.8-1.1 2.9-.9 2.8-1.3 2.9-2.7 2.8-2.1 2.8-1 2.8-2.3 2.8-2H498l2.7-.9 2.7-1.5 2.8-2.7 2.7-1.6 2.6-1.2 2.6-.9 2.7-2 2.7-2 2.6-2.3 2.7-2h2.4l2.6-.7 2.5-.9 2.6-1.5 2.5-1.5 2.6-2.1 2.4-.2 2.4.2 2.4.2h4.8l2.4.8 2.3 2.1 2.3 1.5 2.3 1.2 2.3.9 2.3 1.4 2.2 2 2.3.9 2.4.2 2.2 1.2 2.3.3 2.3-.3 2.3.6 2.3.9 2.2.4 2.3-.3 2.3.2 2.2.4 2.2.3 2.3-.1 2.2-.2 2.3-1.9 2.2-.2 2.1 1.7 2.2.7 2.2.4 2.2-1.1 2.2-.7 2.1-.3 2.2-.9 2.1 1.8 2.1.8 2.2-1.1 2.1-.7 2.2-1.8 2.1-.9 2.1-.7 2.1-1.1 2.1-.4 2-.6 2.1.7 2.1-.6 2 1.2 2 1.5 2.1-.4 2-.7 2 .7 2-.1 2-.5 2 .1 2 .3 2 .8 2 .8 2 2.2 2 1.6 1.9 2 2 .7 2 2.9 1.9.5 2 2.4 1.9 1.1 2 .5 1.9 1.3 1.9 3.3 2 3.8 2 3.7 1.9 3.8 1.9 2.9 2 2.4 1.9 2.2 2 3.1 1.9 1.1 1.9 4.1 2 5.5 2 6.4 2 7 .5 1.6"/><linearGradient id="SVGID_00000050632469664405236940000011220896798214614161_" gradientUnits="userSpaceOnUse" x1="519.396" y1="-7794.551" x2="575.939" y2="-7949.896" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000050632469664405236940000011220896798214614161_);stroke-width:.25" d="m363.5 481.1 3.3-.4 3.2.4 3.2-.6 3.4-1.4 3.3-.6 3.3-.9 3.2-.6 3.2-.1 3 .6 3.2-.7 3.2-.7 3.3-1.7 3.2-1.2h3.1l3.1-.6 3.1-1.1 3.2-1.5 3.3-3 3.4-4.2 3.2-1.8 3.1-1.4 3.1-2 3.2-2.6 3-1.5 3-.7 2.9.3 2.8.6 2.9-.8 3-2 3-1.5 2.9-1.4 2.9-.4 2.9-1.5 3-2.1 2.9-1.6 2.7-.1 2.8-.9 2.9-2.3 3-3.5 2.9-2.4 2.8-1.6 2.7.1 2.6.6 2.7-1 2.7-.9 2.8-2.2 2.8-2.3 2.7-2 2.8-2.1 2.6-.9 2.6-1.3 2.7-2.2 2.7-2.5 2.7-3 2.5.5 2.5-.3 2.6-1 2.6-2.4 2.6-2.2 2.5-1.6 2.5.1 2.4.2 2.4.5 2.4.4 2.5.1 2.3.8 2.4.9 2.3.3 2.4-.1 2.4 1.1 2.2 1.8 2.3 1.6 2.3.6 2.4.2 2.3.7 2.3.9 2.2 1.6 2.4-.5 2.3-.5 2.3-.1 2.2-.1 2.3.4 2.3-.4 2.2.3 2.2.9 2.3-1.2 2.3-.9 2.2.3 2.2-.1 2.2 1.2 2.2.1 2.1.1 2.2-.1 2.2.7 2.2-.9 2.1.6 2.1 1.7 2.2.3 2.1-.5 2.1-.6 2.2-.8 2.1-2.1 2.1-1.3 2.1-2.1 2.1.8 2.1.3 2 .4 2.1 1.1 2 1.3 2.1.6 2-1.1 2 .4 2.1 1 2-.8 2-.2 2-.8 2 1.5 2 2.1 2 1.1 2 1.9 2 1.9 1.9 1.3 2 1.2 2 1.5 1.9 1.6 2 1.4 2 2.1 1.9 1.5 1.9 1.1 2 3.3 2 4 1.9 1.6 2 2.6 1.9 3.6 2 2.7 1.9 2.3 1.9 1.7 2 4.1 1.9 3.5 2 4.4 2 6.5 2.1 7.1.6 1.8"/><path class="st3" d="m365.1 482.7 3.3.3 3.2-.1 3.3.1 3.2-.5 3.4-.7 3.2-.8 3.4-1.4 3.3-.9 3.1.1 3.2-1 3.3-1.3 3.2-1.1 3.1.1 3.2-1.2 3.2-.8 3.1-1 3.3-2.1 3.4-3.5 3.2-2.7 3.2-1.6 3.1-1.3 3.1-1.8 3.1-1.3 2.9-.2 3-.7 2.9-.6 3.1-1.4 3-1.4 2.9-1.5 3-1.2 3-1.4 2.9-1.8 2.9-1.3 3-1.8 2.9-1.2 2.8-1.3 3-3.1 3-2.8 2.8-1.5 2.8-1.1 2.8-1.4 2.7-.5 2.8-1.1 2.8-2.1 2.7-1.2 2.7-.8 2.7-1.2 2.7-.5 2.7-1.3 2.7-1.9 2.6-1.6 2.8-2.9 2.7-2.4 2.5-.2 2.6-1.2 2.6-1.3 2.6-.7 2.5-1.4 2.6-.7 2.5-.5 2.4.4 2.4.1 2.5.8 2.4-.4 2.5-.6 2.4-.6 2.4-.2 2.4-.3 2.4.8 2.3.6 2.4-.3 2.4.6 2.3.1 2.4.1 2.2.8 2.3 1 2.3 1 2.3-.1 2.4-.3 2.2.3 2.3.1 2.3.4 2.2-.2 2.3-.7h2.3l2.2-.9 2.3-.7 2.2.7h2.2l2.2-1.2 2.2.6 2.2 1.2 2.2.5 2.1-.2 2.2-.3 2.1 1.3 2.2-.1 2.1.2 2.2.8 2.1.8 2.1-.2 2.1-2.4 2.2-1.8 2.1-1.2 2-.8 2.1.3 2.1.9 2 1.7 2.1.8 2.1.7 2-.1 2 .2 2.1.9 2-.6 2 .3 2-.6 2 .6 2 2.1 2 2 2 1 2-.5 1.9 1.6 2 3.1 2 2.5 2 2.2 2 2.8 1.9 2.2 2 3.2 2 3.1 1.9 1.7 2 1.7 1.9 1.1 2 2.3 1.9 2.7 2 2.7 1.9 3.1 2 2.6 2 3.5 1.9 4.3 2 5 2 5.4 2 6.1 1.1 2.1"/><linearGradient id="SVGID_00000111894402184906383850000004291615534716562821_" gradientUnits="userSpaceOnUse" x1="535.635" y1="-7795.263" x2="592.069" y2="-7950.331" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000111894402184906383850000004291615534716562821_);stroke-width:.25" d="m387.8 483.4 1.9-.5 3.3-1.2 3.3-.8 3.4-2 3.3-1.3 3 1.2 3.2-1.6 3.3-1.9 3.3-2 3.2-1.4 3.2-1.4 3.2-1.8 3.2-1.8 3.3-3 3.1-.9 2.9.7 3-.8 3.1-1.1 3.1-2.3 3.1-1.5 3-1.6 2.9-.1 3-.9 3-1.7 3.1-3.3 3-2.5 3.1-3 3-1.9 2.9-1.8 2.9-2 2.9-1.3 2.9-1.5 2.8-1.5 2.8-1.2 2.8-.5 2.8-1.9 2.7-1 2.7-.3 2.8-1.4 2.8-2 2.7-.8 2.7-1.4 2.6-.9 2.7-1.4 2.7-2.2 2.7-1.5 2.6-.5 2.6-.3 2.6-1 2.5-.8 2.6-1 2.6-1 2.6-1.6 2.5-.5 2.4-.3h2.5l2.5.7 2.4.7 2.4-.9 2.5-1.3 2.5-1.1 2.5-1.5 2.3.1 2.4.4 2.4.8 2.3-.1 2.3 1 2.3 2.1 2.3.8 2.4-.2 2.4-1.3 2.3-.4 2.3.6 2.3.4 2.2 1.4 2.3-.2 2.3-1.6 2.3-.9 2.3-.8 2.2-.6 2.3-1.1 2.3-1.8h2.2l2.1 1.8 2.2.9 2.2-.2 2.2-.3 2.2.9 2.1.6 2.2-.6 2.2.1 2.1.2 2.1.5 2.2.4 2.1-1 2.1-.1 2.1-.8 2.1-1.2 2.1-.6h2.1l2.1.9 2 .9 2.1.4 2 .2 2.1.1 2 .5h2.1l2 1.1 2 .2 2 1.1h2l2-.1 2-.5 2 2.6 2 1.7 2 1.9 2 4 2 3.8 2 2.1 2 3.4 2 3.1 1.9 3.3 2 2.4 2 .7 1.9 1.5 2 1.2 1.9 2.6 2 3.1 1.9 2.8 2 2.9 2 3.5 2 3.7 1.9 4.5 2 4.9 2.1 5.5 2 5 1.2 1.2"/><linearGradient id="SVGID_00000127744193418901665930000004810798515117239427_" gradientUnits="userSpaceOnUse" x1="541.234" y1="-7795.398" x2="598.426" y2="-7952.534" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000127744193418901665930000004810798515117239427_);stroke-width:.25" d="m394.4 483.4.5-.3 3.3-.9 3.3-1.1 3.1.7 3.3-1.6 3.3-1.9 3.3-1.6 3.3-1.6 3.3-2.1 3.3-2.2 3.1-1.6 3.1-.4 3.1-.1 3.1-.9 3.1-1.6 3.1-1.9 3.2-2.5 3.2-2.2 3-1.5 3.1-1.2 2.9-.6 3-1.1 3.1-3.1 3.1-2.6 3.1-2.9 2.9-1.7 3-1.4 3-3.1 3-2.3 2.8-1 2.9-1.2 2.8-.7 2.8-1.3 2.8-1.1 2.8-.8 2.7-.3 2.8-1.2 2.7-1 2.7-.9 2.8-1.6 2.7-1.5 2.7-1.5 2.7-.7 2.6-.9 2.7-1.5 2.6-1 2.6-.7 2.6-.9 2.6-.7 2.5-.5 2.7-1.5 2.5-1.4 2.5-.5 2.5.6 2.5-.3 2.5-.8 2.5-.4h2.4l2.5-1 2.5-1.1 2.5-2.2 2.4-.3 2.4.6 2.3.7 2.4.9 2.3.2 2.3 2.2 2.3.3 2.4-.9 2.4-.6 2.3.5 2.3-1.3 2.3.5 2.3-.2 2.3-1.1 2.3-1.1 2.4-1.7 2.2-.1 2.3-.1 2.2-1.8 2.3-2.4 2.2.1 2.2.9 2.2 1 2.2-.1 2.2 1.7 2.2.2 2.1 1 2.2.8 2.1-.6 2.2-1.7 2.2-1.3 2.1.6 2.1.3 2.1.8 2.1.3 2.1-.1 2.1-1h2.1l2.1-.8 2-.1 2.1.9 2.1.8 2 .8 2.1-.6 2-.1h2l2 .9 2.1.8 2 .2 2 .2 2-.3 2 1.7 1.9 1.1 2 3.5 2 3.4 2.1 4.6 2 3.6 2 4.9 2 2.8 2 2.4 1.9 2.4 2-.3 1.9.4 2 2.7 2 3.3 2 4.7 2 3.9 1.9 3.4 2 3.1 2 3.9 2 4.3 2 5 2 4.6 1.9 1.3 2 2.4.8 1.9"/><linearGradient id="SVGID_00000007394475099299005260000007483933102707257483_" gradientUnits="userSpaceOnUse" x1="556.612" y1="-7803.681" x2="610.138" y2="-7950.733" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000007394475099299005260000007483933102707257483_);stroke-width:.25" d="m416.6 477.6 3.4-2.7 3.2-1.7 3.2-.7 3.2-1.9 3.1-.2 3.2-1.4 3.1-1.6 3.2-2.3 3.3-2.7 3.1-1.2 3.2-2.6 3-.7 2.9-.5 3.1-1.7 3.2-3.4 3.1-3.4 3.1-1.9 2.9-.9 3-1.6 3-2.6 3-2.4 2.8-.9 2.9-.9 2.7.7 2.8-.4 2.9-2.4 2.8-1.4 2.9-1.3 2.7-.1 2.7-.2 2.8-1.6 2.7-1.2 2.9-2.9 2.7-1 2.6-.4 2.7-1.1 2.7-1.5 2.6-.5 2.7-1.8 2.6-.5 2.7-1 2.5-.8 2.6-1 2.6-1 2.6-.6 2.5.2 2.4.2 2.6-.7 2.5-.6 2.5-.8 2.4-.4 2.5-.3 2.5-1.5 2.5-.9 2.4.2h2.4l2.3 1 2.4 1.1 2.3.1 2.4-.7 2.4-1.2 2.4-.9h2.3l2.4-.7 2.4-1.8 2.3-1 2.3-.4 2.4-1.4 2.3-1.3 2.2-.1 2.3-.4 2.2.6 2.3-.3 2.2-.7 2.3-1.5 2.2-.1 2.2.2 2.2-.1 2.2.3 2.2 1 2.1 1.3 2.2-.7 2.2-1.7 2.1-.5 2.2-.8 2.1.7 2.1.1 2.2.3 2 .8 2.2 2 2 .2 2.1-.7 2.1-1 2.1-.5 2 .6 2.1 1.9 2.1 1.2 2 1.1 2-1.1 2.1-1 2 .7 2-.8 2 1.8 2 1.6 2 .7 2 1.1 2 .6 2 2.2 2 3.5 2.1 4.5 2 3.3 2 4.3 2 2.6 2 1.2 1.9 2 2 .5 1.9 2.2 2 2.6 2 4.2 2 4.1 2.1 4.9 2 4.1 2 4.2 2 3.5 1.9 3.2 2 4 2 3.7 2 1.8 1.9 2.8 2 2.6.3.7"/><linearGradient id="SVGID_00000098943238334324789200000012629483603156993680_" gradientUnits="userSpaceOnUse" x1="559.244" y1="-7804.443" x2="612.405" y2="-7950.514" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000098943238334324789200000012629483603156993680_);stroke-width:.25" d="m418.8 476.9 3.2-1 3.2-.9 3.3-2.1 3.3-1.3 3.1-.8 3.3-2.5 3.2-1.4 3.2-2.2 3.1-1.8 3.2-2.3 3-.6 3.1-1.4 3.2-2.1 3.1-2.4 3.1-2.9 3.1-1.9 3-1.7 2.9-.4 3-1.4 2.9-1.9 2.9-1 2.9-.9 2.8.8 2.8-.9 2.9-2.2 3-2.7 2.8-.5 2.7-.7 2.8-.8 2.9-2.1 2.7-.9 2.8-1.8 2.7-.7 2.8-1 2.7-1.9 2.7-1.7 2.8-1.9 2.6-.5 2.7-.8 2.6-.3 2.6-1.2 2.6-.6 2.5-.1h2.6l2.5.5 2.5.7 2.5-.1 2.5-1.2 2.6-1.2 2.5-1.8 2.5-.8 2.5-1.2 2.6-1.9 2.4.2 2.4 1.4 2.3 1.6 2.4.6 2.4-1.3 2.4-.4 2.5-1.6 2.4-1.9 2.4-1.9 2.4-2 2.4-1.8 2.4-1.3 2.3-1.5 2.4-1.2 2.2.6 2.3.9 2.3-.5 2.2.3 2.3 1 2.2-.6 2.3-1.9 2.3-2.4 2.2-.1 2.2-1 2.2-.6h2.2l2.2.1 2.2 1.3 2.1-.5 2.2-1.3 2.2-.4 2.1-.7 2.2 1.3 2.1.4 2.1-.5 2.1.3 2.1.3 2.1.8 2.1.2 2.1 1.6 2 .5 2.1.6 2.1 1.1 2 1.3 2.1 1.4 2-.7 2.1-.1 2 .7 2 .7 2 2 2.1.3 2 1.3 2 .9 2 2.1 2 2.2 2 2.1 2 2.4 2 3.5 2 3.7 2 2.1 2 2 2 1.8 2 2.6 1.9.1 2 2.8 2 3.2 2 5.1 2 4.2 2.1 4.7 2 4.2 2 2.7 2 3.8 2 4.9 2 3.9 2 4.3 2 3.2 1.7 1.8"/><linearGradient id="SVGID_00000091728669137681267870000009615657574198758590_" gradientUnits="userSpaceOnUse" x1="561.36" y1="-7802.231" x2="616.889" y2="-7954.798" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000091728669137681267870000009615657574198758590_);stroke-width:.25" d="m420.8 478.9 3.5-3 3.3-2 3.3-1.7 3.2-1.8 3.3-1.9 3.2-1.7 3.2-1.9 3.1-.6 3.1-.4 3.1-1.5 3.1-1.6 3.2-2.5 3.1-2.2 3.2-2.3 3-1 3-1.4 3-1.3 2.9-.1 2.9-.5 2.9-.9 2.9-.6 2.9-1.2 3-1.7 2.9-1.9 2.9-1.4 2.9-1.9 2.9-1.5 2.8-1.6 2.8-1 2.8-1.5 2.8-1.2 2.8-1.7 2.8-1.3 2.7-1.8 2.8-1.7 2.7-1.5 2.7-1 2.6.3 2.7-.9 2.6-1.1 2.6-.8 2.6-.1 2.6.4 2.6-.4 2.5.3 2.5-.2 2.6-.9 2.5-1.3 2.6-1.2 2.5-1.1 2.5-.5 2.5.2h2.4l2.4 1.1 2.5.2 2.5-1.6 2.4-1.8 2.5-1.3 2.4-1 2.4-2.2 2.5-2.4 2.4-2.5 2.4-1.3 2.4-1.2 2.3-1.3 2.4-2.1 2.3-.3 2.3 1.7 2.3.9 2.2-.3 2.3-.4 2.3-1.3 2.3-1.7 2.3-2.6 2.2-1.1 2.3-1 2.2.4 2.2-.1 2.2.3 2.2.9 2.1.1 2.2.1 2.2-1.7 2.1-.5 2.2-1.4 2.1-.1 2.2-.5 2.1-.3 2.1.4 2.1 1 2.1 1.8 2.1 1.9 2.1 1.1 2 1.4 2.1 1 2.1 1.6 2 1 2.1 1.5 2 .8 2.1 1 2-.5 2.1 2.4 2 1.5 2-.6 2 1.6 2-.4 2 3.2 2.1 2.2 2 2.5 2 3.1 2 2.9 2 2.5 2 1.6 2 1.6 2 1.5 1.9 1.8 2 1.1 2 .9 2 3.5 2 4.5 2 2.6 2 4 2 3.9 2 4 2 3.3 2 3.2 2.1 6 2 5 2.1 5.4 1.6 4.1"/><path class="st3" d="m423 479.3 3.4-2 3.4-3.1 3.4-2.8 3.3-1.4 3.3-2.1 3.1-1.2 3.3-1.7 3 .1 3-.1 3.1-1.2 3.2-1.8 3.2-2.7 3.1-1.3 3-1.2 3.2-2.4 2.9-.3 3-.4 2.9-.4 2.9-.8 3.1-2.3 3-2.3 2.9-1.2 2.9-.3 2.9-2 2.9-1 2.9-1.7 2.9-1.3 2.9-2.1 2.8-1.4 2.8-.9 2.8-1 2.8-1.2 2.7-1.3 2.8-1.6 2.8-2.3 2.7-1.4 2.7-.2 2.8-2.4 2.6-1.1 2.6-.4 2.7-.5 2.5 1 2.6-.3 2.6-.5h2.5l2.6-1.5 2.6-.5 2.5-.5 2.6-1.2 2.5-1.1 2.5-.3 2.5-.7 2.4 1.2 2.5.5 2.4-.6 2.5-1.7 2.5-2.2 2.5-1.4 2.5-1.7 2.4-3.2 2.5-2.3 2.4-1.2 2.4-2.2 2.4-2.1 2.4-1.3 2.3-1.4 2.3.5 2.3 1.3 2.3-1.3 2.3-.5 2.3-1.3 2.3-1.2 2.3-1.6 2.2-2.2 2.3-.7 2.2.2 2.2-.3 2.2.6 2.2 1.1 2.2.3 2.2-1.1 2.2.8 2.1-.9 2.2.1 2.1.4 2.2-1.7 2.1-1.2 2.2.3 2.1 1.5 2.1 1.1 2.1 2.4 2.1.6 2.1-.1 2-.4 2.1.6 2.1 1.8 2.1 1.6 2 2 2.1 2.7 2 1.1 2.1.5 2 2.3 2 1 2.1.5 2 2 2 2.4 2 .7 2.1 2.4 2 3.1 2 2.2 2 2 2.1 3 1.9.8 2 .1 2 1.8 1.9-.6 2 2.1 2 1.5 2 2.7 1.9 1.2 2 3.2 2 3.4 2 2.4 2 3.5 2 3.1 2.1 5.7 2 6.6 2.1 6.1 2.1 6.4 2.1 5.8.7 1.6"/><linearGradient id="SVGID_00000030479183624570736570000014576611912445768107_" gradientUnits="userSpaceOnUse" x1="568.308" y1="-7800.998" x2="625.348" y2="-7957.697" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000030479183624570736570000014576611912445768107_);stroke-width:.25" d="m425.3 479.2 3.5-3.1 3.3-1.9 3.3-1.9 3.3-1.2 3.3-2.7 3.2-1.1 3.2-.6 3 .1 3.1-.1 3.1-1 3.1-1.7 3.2-1.7 3.1-2 3.1-1.4 3-1.1 3-.6 3.1-1.4 3-1.9 3.1-2.2 2.9-.9 3-.8 2.8-.3 3-1.8 3-2.8 2.9-.2 2.9-1.5 2.8-1.3 2.9-2.2 2.9-1.7 2.7.9 2.9-1.8 2.8-2.3 2.8-2 2.8-2 2.8-1.6 2.7-1.4 2.8-1.1 2.7-1.6 2.6-.3 2.6.4 2.6.2 2.6.6 2.6-.3 2.6-.6 2.6-1.5 2.6-1.7 2.6-1.2 2.6-.2 2.5-.1h2.5l2.5 1 2.4.5 2.5-.4 2.5-1.5 2.5-1.3 2.6-2.5 2.5-2.9 2.5-2 2.5-3.1 2.5-4 2.4-1.4 2.4-1.6 2.4-.9 2.4-.9 2.3-.5 2.4-1.2 2.3-1.1 2.3-.9 2.4-1.5 2.3-1.6 2.3-1.8 2.3.1 2.2.7 2.3-.8 2.2-1.3 2.3-.5 2.2-2.8 2.2-.4h4.4l2.2 2.2 2.2 1 2.1.5 2.2 1.7 2.1-1.1 2.2-1.9 2.1-.1 2.2 1.9 2.1 2.1 2.1 1.4 2.1-.1 2.1-1.6 2.1-.9 2.1-.2 2 .9 2.1 2.3 2.1 1.5 2.1 1.5 2 1.8 2.1 2.3 2 2.2 2.1 3.7 2 1.6 2.1 1.7 2 1.7 2.1.5 2 .9 2 2.2 2 1.2 2 2 2 1.6 2.1 2.5 1.9.8 2 .8 2-.3 1.9.5 2 1.1 2 2.2 2 2 2 3.2 2 2.6 1.9 1.8 2 2.4 2 3.3 2 3.7 2.1 6.1 2.1 5.9 2 4.2 2.1 5.3 2.1 6.3 2 4.9 1.5 3.6"/><linearGradient id="SVGID_00000145036567498120596140000014582467948443935647_" gradientUnits="userSpaceOnUse" x1="571.876" y1="-7800.875" x2="629.149" y2="-7958.224" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000145036567498120596140000014582467948443935647_);stroke-width:.25" d="m427.6 478.9 3.4-2.3 3.4-1.7 3.3-1.5 3.3-1.8 3.2-.7 3.2-.9 3 .2 3.1.5 3.1-1.2 3.3-2.1 3.1-1.5 3.2-2.5 3.1-1.2 3.1-1.1 3.1-1.1 3.1-2.8 3.1-2.2 3.1-1.7 2.9.3 2.9-.5 3-1.1 3-1.8 3-2.2 2.9-1.5 3-2.2 2.9-1.9 3-2.7 2.8.3 2.8-.7 2.7-.2 2.9-1.9 2.9-2.4 2.8-1.6 2.8-2 2.8-1.3 2.6.5 2.7.2 2.6-.3 2.7-.5 2.6.1 2.6 1.1 2.6.2 2.6-.5 2.6-.9 2.7-.8 2.6-2 2.6-1.6 2.6-.1 2.5-.5 2.5.4 2.5.2 2.5.2 2.6-2.4 2.6-3.3 2.6-2.8 2.5-2.2 2.5-1.3 2.4-2.8 2.5-2.3 2.5-4.3 2.5-2 2.4.1 2.4-.6 2.3-.4 2.4-2.8 2.4-2 2.4-1.4 2.3-2.1 2.3-1.3 2.4-.8 2.2-1.3 2.3-.8 2.3-.4 2.3-1.4 2.2-1.1 2.3-2 2.2-1.7 2.2.4 2.2-.2 2.2.2 2.2 2.6 2.2.1 2.1 1.4 2.2-.2 2.2-.6 2.1-.5 2.1-.4 2.2 3 2.1 1.2 2.1 1.4 2.1-.2 2.1.9 2.1-.8 2.1-.2 2.1.5 2.1 1.7 2.1.3 2 2.6 2.1 2.6 2.1 1.6 2 3 2.1 3.9 2.1 1.6 2 1.7 2.1.2 2 1.5 2 1.6 2-.2 2.1 2.5 2 1.7 2 1.2 2 .3 2 .8 1.9 1.4 2 .2 2 .9 2 2.1 2 2.9 2 2.6 2 2.5 1.9.5 2 1.2 2 2.7 2 2.6 2 3.5 2 3.5 2 5.6 2.1 5.5 2.1 6.9 2.1 5.7 2.1 4.1 2.1 5.7 1.2 3.9"/><linearGradient id="SVGID_00000021116587674485960240000012310500518515617173_" gradientUnits="userSpaceOnUse" x1="573.611" y1="-7800.867" x2="631.056" y2="-7958.709" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000021116587674485960240000012310500518515617173_);stroke-width:.25" d="m426.8 478.1 3.4-1.4 3.3-1 3.3-1.5 3.2.2h3.1l3.2-.2 3.1.4 3.2-1.9 3.2-1.4 3.2-1.3 3.2-1.8 3.3-2.1 3.1-1.2 3.1-1.7 3.2-1.3 3.1-2 3.1-2.7 3.2-2.1 3-1.5 3-1.1 3.1-2 3-1.2 2.9-1.3 2.9-.8 3-2.3 3-2.1 3-2.2 2.9-2 2.8.2 2.7 1.1 2.9-1.5 2.8-2.2h2.8l2.7-.3 2.7.6h2.7l2.7-.4 2.8-.9 2.7-1 2.6.4 2.6.4 2.7-.2h2.6l2.7-1.3 2.7-2.3 2.6-1.3 2.6.1 2.6-.9 2.6-.8 2.6-1.2 2.6-1.9 2.5-.9 2.5-.2 2.6-2.1 2.6-3.2 2.6-2.7 2.5-1.5 2.5-1.7 2.4-1.9 2.5-2.1 2.5-3.3 2.5-1.7 2.4-1.3 2.4-1.1 2.4-.9 2.4-2 2.4-3.3 2.3-2.3 2.4-2.8 2.3-1.6 2.4-.7 2.2-1.2 2.3-.2 2.3-1.1 2.3-1 2.2-1.5 2.3-2.1 2.2-.4 2.3-.7 2.1.9 2.3.8 2.1.7 2.2.6 2.2 1.4 2.2-.4 2.1.2h2.2l2.1 1.3 2.1 2.3 2.2.3 2.1.1 2.1 1.1 2.1 1.1 2.1.2 2.1-.1 2.1 1 2.1.7 2.1 1.1 2 .7 2.1 1 2.1 2 2.1 2.9 2.1 4.4 2 3.9 2.1 1.5 2-.5 2 .9 2.1 1 2-.3 2 .8 2 2.9 2 1 2 .5 2 1.7 2 .5 2 .2 1.9 1.4 2.1 2.3 1.9 1.7 2 2.6 2 2.1 2 .6 1.9 1.4 2 1.4 2 1.8 2 2.9 2 5 2.1 5.8 2.1 5 2.1 6.8 2.1 6.7 2.1 4.9 2.1 5.7 2.1 6 .5 1.2"/><linearGradient id="SVGID_00000171714810699832725160000008889391094259750805_" gradientUnits="userSpaceOnUse" x1="580.384" y1="-7801.219" x2="637.946" y2="-7959.371" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000171714810699832725160000008889391094259750805_);stroke-width:.25" d="m435.6 478.5 3.3-1.4 3.4-1.7 3.2-.9 3.3-1.5 3.3-1.8 3.3-2.1 3.2-1 3.1-.6 3.2-1.2 3.1-1.2 3.2-1.9 3.2-1.4 3.1-1.3 3.2-2.3 3.1-1.7 3.1-2.4 3.1-2.2 3.1-2.4 3.1-1.8 3-1.7 2.9-1 2.9-.5 3.1-2.4 2.9-1.2 2.9-1 2.8-.7 2.8.4 2.8-.4 2.9-1 2.7.9 2.8-1 2.7.5 2.8-.6 2.7-.3 2.8-.9 2.6.2 2.7-.1 2.7-.2 2.7-.7 2.7-.7 2.7-1.2 2.7-1.5 2.6-.4 2.5.6 2.6-.1 2.7-2.1 2.6-1.5 2.7-2.9 2.6-2.2 2.6-1.3 2.6-2.5 2.5-2.3 2.6-1.1 2.5-1.7 2.5-.7 2.4-.6 2.5-2.3 2.6-3.4 2.5-3.3 2.4-3.1 2.5-1.4 2.4-.7 2.4-1.7 2.4-2 2.4-1.9 2.3-2.2 2.4-2.8 2.3-1 2.4-.6 2.3-1.8 2.3-1.8 2.3-1.9 2.2-.9h2.3l2.2-1.5 2.3-1.3 2.2-1.3 2.2.9 2.2.1 2.2.1 2.2 1.8 2.1 1.7 2.2 1.1 2.2-.1 2.1-.1 2.2 1.7 2.1 1.2 2.2-.3 2.1 1.1 2.1.9 2.1 1.4 2.2 2.1 2.1 1.2 2.1 1 2-.1 2.1-1.1 2.1.1 2.1 1.9 2 2.5 2.2 4.4 2 3.4 2.1 2.8 2.1 1.5 2-.4 2 .8h2.1l2 .7 2 1.3 2 2 2 1 2 1h2l2 .8 2 1.4 2-.2 1.9 1.7 2 1.2 2 3.2 2 1.4 2 1.1h1.9l1.9.2 1.9 1 2.1 4 2.1 5.8 2.1 6.2 2.1 4.8 2 5.6 2.2 7.1 2.1 5.7 2.1 4.6 2.2 7.8 1.6 5.5"/><linearGradient id="SVGID_00000002386750985747074450000009020594812430656154_" gradientUnits="userSpaceOnUse" x1="583.694" y1="-7801.521" x2="641.637" y2="-7960.732" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000002386750985747074450000009020594812430656154_);stroke-width:.25" d="m438.1 477.7 3.4-1.9 3.3-1.8 3.3-1.6 3.3-1.6 3.3-1.4 3.2-1.1 3.3-1.2 3.2-2 3.2-1.2 3.3-2.1 3.1-.7 3.1-1.9 3.1-.5 3.2-2 3.1-2.2 3.2-3.1 3.2-3 3.1-2.2 3-1.2 2.9-.2 3-1 2.9-1.3 3-1.1h2.8l2.9-1 2.9-1.2 2.9-1.3 2.8.1 2.7 1.1 2.8.3 2.8-.7 2.8-.9 2.8-.4 2.7.1 2.7.8h2.7l2.7-.4 2.7-.8 2.7-.4 2.7-.7 2.7-1.3 2.6.3 2.7-.7 2.7-2.7 2.7-2.3 2.6-1.1 2.6-.1 2.6-2.2 2.7-3.2 2.6-3.1 2.5-.8 2.6-2.2 2.6-2 2.4-.1 2.5-1.1 2.6-2.1 2.5-3 2.5-2.1 2.5-2.9 2.4-2.2 2.5-1 2.4-.8 2.4-1.3 2.4-2 2.4-2.9 2.4-2.9 2.3-1.2 2.4-2.4 2.3-.6 2.3-.9 2.3-2 2.3-1.3 2.3-1.8 2.2-1.4 2.3-.3 2.2-.6 2.3-.5h2.2l2.2-.2 2.2-.9 2.2 3.3 2.1 1.2 2.2-.6 2.2.5 2.2 2.5 2.1 2.2h2.2l2.1-.2 2.1 1.4 2.2.7 2.1 2.9 2.1 1.3 2.1 1 2.1.8 2.1-1.6 2.1.7 2.1-.1 2 .3 2.1 2.5 2.1 3.4 2.1 3.1 2.1 2.4 2.1 2 2 .1 2-1.3 2-1 2 1.9 2.1 2.5 2.1 3.4 2 1.4 2 .4h2l1.9-.3 2-.6 2 1 1.9 1.2 2.1 2.6 1.9 1.2 2 1.8 1.9-.2 2 2 2 .5 1.9 1.9 2 2.8 2.1 4.8 2.1 4.9 2.1 6.7 2.1 4.8 2.1 5.6 2.1 5.4 2.2 7.3 2.2 7.9 2.2 8 .3.9"/><linearGradient id="SVGID_00000032606619726024641010000017538885847920572566_" gradientUnits="userSpaceOnUse" x1="583.475" y1="-7798.447" x2="642.878" y2="-7961.637" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000032606619726024641010000017538885847920572566_);stroke-width:.25" d="m433.8 479.3 3.6-2.7 3.4-2.5 3.4-1.8 3.3-1.2 3.3-1.2 3.3-1 3.2-1 3.4-2.3 3.2-1.5 3.3-2.4 3.3-2.5 3.2-1.1 3.2-1.5 3.1-1.6 3.3-2.3 3.1-1.5 3.1-1.5 3.2-3.2 3-1.2 3.1-1.3 3-1.1 3-.9 2.9.1 2.9-.5 3-1.8 2.9-.8 2.9-.9 2.9-.5 2.7 1 2.8 1.5 2.7 1 2.8-.6 2.8-.6 2.8-.4 2.8.1 2.7.2 2.7-.2 2.7.7 2.7.2 2.7-.6 2.8-1.2 2.8-2.4 2.7-1.9 2.7-1.3 2.7-1.3 2.6-2 2.7-.9 2.6-1.3 2.7-1.6 2.6-1.4 2.6-1.4 2.6-3.7 2.6-1 2.6-2.4 2.5-1.9 2.6-1.1 2.5-2 2.5-2.2 2.5-1.5 2.5-2.5 2.5-2.4 2.5-2.4 2.4-.6 2.4-1.1 2.4-2.5 2.4-.8 2.4-1 2.4-1.8 2.3-1 2.4-.3 2.3-2.1 2.3-1.7 2.3-.5 2.3-1.8 2.3-3.1 2.3-2.3 2.3-1.8 2.2-1.2 2.2-1.2 2.3-.7 2.2.6 2.2 1.5 2.2 1.7 2.2 2 2.2 1.7 2.1 2.1 2.2.1 2.2-.2 2.1.4 2.2.7 2.1.9 2.1 2.1 2.2 1.4 2.1.7 2.1 1.7 2.1.5 2.1-1.6 2.1-1.4 2-.1 2.1 2.1 2.1 2.5 2.1 1.3 2.1.8 2.1 1.7 2 2.9 2.1 1.5 2-1.2 2 .5 2 .7 2.1 2.7 2.1 1.7 2 .8 2-.2 2 1.8 1.9.1 2-.9 2 2.1 2 2.3 2 1.1 2 1.9 2 1.9 2 2.2 1.9 1.3 2 .9 1.9.8 2 1.8 2 3.2 2.1 3.8 2.1 6.3 2.1 6.5 2.2 6.2 2.1 6.8 2.2 5.7 2.1 6.6 2.2 6.7 2.2 6 .4 1.1"/><linearGradient id="SVGID_00000145035555397935257660000014105879133679485085_" gradientUnits="userSpaceOnUse" x1="585.621" y1="-7798.145" x2="644.936" y2="-7961.122" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000145035555397935257660000014105879133679485085_);stroke-width:.25" d="m433 478.6 3.5-2.1 3.5-1.5 3.4-1.7 3.4-2.3 3.4-2 3.4-1.9 3.4-2.4 3.3-1.5 3.3-1.8 3.3-2.4 3.3-2.2 3.3-1.9 3.3-3 3.2-1.7 3.1-1.1 3.1-.9 3.1-.8 3.1-1.1 3-.3 3-.7 3.1-2.3 3.1-2.3 3-.9 2.9-.2 2.9.1 2.9.9 2.8.5 2.9-.4 2.9-.6 2.8.3 2.8.1 2.8-.2 2.8.6 2.9-.9 2.8-1.2 2.8-.3 2.7.5 2.7.2 2.7.4 2.8-2.1 2.8-1.6 2.7-1.2 2.8-1.3 2.7-1.4 2.7-1 2.7-.7 2.6-1.1 2.7-.7 2.6-1.1 2.6-1 2.6-1.3 2.7-2.4 2.6-2 2.6-1.7 2.6-1.7 2.5-2.9 2.6-2.9 2.6-2.5 2.5-2 2.5-1.9 2.5-2.2 2.5-1.3 2.4-.1 2.4.8 2.4-.8 2.4-1.2 2.4-.7 2.4-2 2.4-2.2 2.3-1.2 2.4-.9 2.3-1 2.4-2.1 2.3-1.4 2.3-1.7 2.3-2.6 2.3-3.3 2.3-2.3 2.2-1.4 2.3-.2 2.2-.2h2.2l2.2 1.3 2.2 1.1 2.2 2.8 2.2 1 2.2-.5 2.2.3h2.1l2.2 1.6h2.2l2.1.9 2.2 1.5 2.1 1.8 2.1.2 2.1-.6 2.1 1 2.1.5 2.1-.5 2.1 1 2.1 1.7 2.1.9 2-.7 2.1 1.2 2.1 2.3 2.1.4 2 .7 2 .1 2.1 2.3 2-.8 2 .5 2 .9 2 .4 2 1.2 2.1 2.5 2 1.8 2 1.3 2 2.9 2 1.7 2 1 2-.5 2 2 1.9 1.6 2 .1 1.9 1.3 2 1.4 1.9.7 2 2.5 2.1 3.9 2.1 5.6 2.1 6.2 2.1 5.8 2.2 6.7 2.2 6.9 2.1 5.9 2.2 7.1 2.2 6.7 2.1 5.3.6 1.4"/><linearGradient id="SVGID_00000162312248976396610410000002112572548359200902_" gradientUnits="userSpaceOnUse" x1="585.697" y1="-7795.606" x2="647.757" y2="-7966.112" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000162312248976396610410000002112572548359200902_);stroke-width:.25" d="m428.7 479.5 3.6-2.2 3.4-.7 3.4-.8 3.4-1.5 3.4-1.9 3.7-4.2 3.4-2.6 3.5-2.6 3.4-2.2 3.4-2.9 3.3-1.8 3.2-1.4 3.3-2 3.4-2.6 3.2-2.3h3.1l3.1-.3 3.1-1.3 3.1-1.2 3.1-.3 3-1.1 3.2-2.2 3.1-1.6h2.9l2.9.8 2.9.6 2.8.8 3-.1 2.9-1 3-1.3 2.9-1.6 2.9-.8 2.9-.6 2.7.9 2.9-.4 2.8.1 2.7.7h2.8l2.7-.4 2.8-.4 2.8-.4 2.8-2.5 2.7-.8 2.7.1 2.8-1.4 2.7-.4 2.7-1.3 2.6-.9 2.7-1.8 2.7-.3 2.6-1.2 2.7-1.7 2.6-1.6 2.6-.9 2.6.1 2.5-1.4 2.6-2.1 2.6-3.1 2.6-3.5 2.6-3.1 2.5-1.7 2.5-.6 2.5-.5 2.4.7 2.4.3 2.5-.1 2.4-1.3 2.4-.9 2.4-.9 2.5-2.4 2.4-2.4 2.3-1.8 2.4-.8 2.3-.8 2.4-2 2.3-1.8 2.3-2.8 2.4-3.9 2.2-3.6 2.3-2.7 2.3-1.1 2.2-.3 2.3-1.4 2.2-.9 2.2 1.2 2.2 3.2 2.2 2.1 2.2.8 2.2 1.9 2.2.6 2.2-.5 2.1-.2 2.2-.3 2.1-1.1 2.2.5 2.1.8 2.1.5 2.1.8 2.2 2.3 2.1 1.2 2.1.7 2.1 1.6 2.1-.1 2.1 1.6 2.1.5 2-.3 2.1-.1 2 .3 2 .8 2.1 1.1 2-.5 2 .2 2-.2 2-.3 2 1.7 2.1 1.2 2 2.3 2.1 3.6 2 3.1 2.1 1.7 1.9.7 2-.4 1.9.1 2 1.9 2 1.2 1.9.7 2 1.1 2 1.2 1.9 1.5 2 2.5 2.1 5.3 2.1 4.3 2 3.6 2.2 5.5 2.1 6.3 2.2 7.3 2.3 7.8 2.2 7 2.1 5.4 2.1 4.6 2.1 4.8 1.2 3.1"/><linearGradient id="SVGID_00000152236841820522175720000010466300941033619134_" gradientUnits="userSpaceOnUse" x1="587.797" y1="-7795.496" x2="651.224" y2="-7969.715" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000152236841820522175720000010466300941033619134_);stroke-width:.25" d="m427.9 478.7 3.5-1.7 3.4-.6 3.4-.7 3.6-2.2 3.4-1.7 3.6-3.1 3.5-2.7 3.6-4.1 3.6-4 3.4-3.2 3.4-2.5 3.2-.4 3.3-1.4 3.2-1.3 3.3-1.4 3.1-.5 3.1-.6 3.2-1.7 3.1-.5h3.1l3.1-1.2 3.1-1.4 3-.4 3-.3 2.9.5 2.9 1.2 3 .1 3-1.1 3-2.6 3-1.5 3-1.7 2.9-.2 2.9-.7 2.8-.6 2.9.1 2.8-.4 2.8.1 2.8-.2 2.7 1.6h2.8l2.7-.6 2.8-.9 2.8-1.3 2.8-1 2.7-1.4 2.8-1.1 2.7-.4 2.7-1.7 2.7-.7 2.6.3 2.6.2 2.6-.7 2.7-2 2.7-1.9 2.6-.8 2.6-.9 2.6-1.9 2.6-2.6 2.6-2.4 2.5-1.8 2.6-2.7 2.5-1 2.5-.2 2.4.4 2.5 2 2.4.4 2.4-.2 2.5-.4 2.4-2.5 2.4-1.8 2.5-2.2 2.4-1.8 2.4-3 2.4-2.2 2.3-2.4 2.4-.9 2.3-1.4 2.3-4 2.3-5.8 2.3-3.4 2.3-2.8 2.3-.8 2.2-1.7 2.3-.2 2.2 2.3 2.2 1.2 2.2 2.2 2.2 1.9 2.3.9 2.1.6 2.3 1.7 2.1 1.1 2.2-.4 2.2-.6 2.1-.2 2.1.5 2.2.4 2.1-.9 2.1 1.7 2.2 1.6 2.1 2 2.1 2 2.2 2.4 2.1.2 2.1 1h2l2.1-1.4 2-.9 2.1.6 2 .4 2-1.8 2-.4 2 .4 2-1.3 2 .1 2 1.4 2 .3 2.1 2.8 2.1 3.3 2.1 4.4 2 1.5 1.9-1.6 2 .9 2 3 2 2.4 2 .5 1.9.5 2 .8 2 2.5 2 2.3 2 2.7 2.1 4.7 2.1 4.3 2 3.1 2.1 5.2 2.1 4.8 2.1 5.3 2.3 7.4 2.2 6.4 2.1 6.3 2.2 5 2.1 5.6 2.1 4.1 1.1 2.7"/><linearGradient id="SVGID_00000093864935236372759470000016254032319732842645_" gradientUnits="userSpaceOnUse" x1="589.757" y1="-7795.582" x2="653.645" y2="-7971.111" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000093864935236372759470000016254032319732842645_);stroke-width:.25" d="m427.1 477.4 3.5-1.6 3.6-1.8 3.5-1.3 3.4-.5 3.5-1.5 3.6-4.2 3.7-4.5 3.6-3.3 3.6-3.6 3.5-3.6 3.3-1.6 3.3-.5 3.1.9 3.3-1.4 3.2-.7 3.2-1.6 3.3-1.7 3.2-2.7 3.2-.8 3.1-.3 3.1-.4 3.1-1 3-.5 3 .7 3-1 3 .6 2.9.4h3l3-1.5 3-1 3-1.6 2.9-.8 3-1.5 2.9-1.2 2.9-.3 2.8-.4h2.8l2.9-.1 2.7 1 2.8-.1 2.8.2 2.8-1 2.7-.5 2.8-1.1 2.8-1.1 2.8-1.5 2.7-.8 2.7-1.2 2.8-1.8 2.6-.1 2.6.4 2.7.2 2.6-.8 2.7-1.7 2.6-.8 2.6-1.2 2.6-1.2 2.6-.9 2.6-1.7 2.6-1.8 2.5-.5 2.5-.3 2.5-.2 2.5-.6 2.5-.5 2.5-.3 2.4.3 2.5-.8 2.5-2.1 2.4-2.6 2.4-1.2 2.5-2.7 2.4-2.9 2.4-1.7 2.4-3.5 2.3-1.8 2.4-2.3 2.3-3.4 2.3-3.1 2.4-3.1 2.3-2.4 2.2-1.4 2.3-1 2.3.9 2.2 1.5 2.2.5 2.3.9 2.2.5 2.2 1.5 2.2.9 2.2-.9 2.2.4 2.2.4 2.2.2 2.1.7 2.2.6 2.1-.6 2.2-.5 2.1.1 2.2 2.6 2.1 2.7 2.2 1.5 2.1 1.8 2.1 2 2.1.3 2.1-.7 2.1.7 2-.4 2.1-.9 2-.9 2-.6 2-1.5 2.1.7 2-.8 2-.7 2 .9 2 1.5 2 .8 2.1 1.9 2 2 2.1 4.6 2 1.3 2-.4 1.9.1 2.1 2.6 2 2.1 1.9.1 2 1.2 1.9 1 2 .3 2 2.5 2 3.7 2.1 3.6 2.1 4.9 2.1 5.3 2.2 5.7 2.1 5.2 2.2 4.9 2 4.2 2.1 4.6 2.2 5.8 2.2 6 2.1 5.7 2.2 5.1 2.2 5.7.7 1.7"/><linearGradient id="SVGID_00000124148626391391258060000017371096735923117474_" gradientUnits="userSpaceOnUse" x1="589.582" y1="-7793.172" x2="656.426" y2="-7976.862" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000124148626391391258060000017371096735923117474_);stroke-width:.25" d="m422.6 478.3 3.6-1.8 3.6-1.2 3.6-2.4 3.6-2 3.4-.4 3.7-3 3.6-3 3.7-5 3.7-3.9 3.5-2.3 3.4-2.7 3.3-.1 3.3-.6 3.1.6 3.4-1.8 3.3-1.4 3.2-1.7 3.4-3.2 3.3-2 3.2-1.1h3.1l3.1-.8 3.1-1 3.1-.1 3.1-1.2 3.1-.9 3 .2 2.8 2.1 3-.6 3-.3 3.1-2.2 3-2.2 3-1 2.9.5 2.9-.6 2.8.4 2.9-.6 2.9.1 2.8-.4 2.9-.7 2.9-1.6 2.8-1.5 2.9-1.4 2.7.3 2.8-1 2.7.3 2.8-.6 2.8-2 2.7-.5 2.7.2 2.7-.1 2.7-1.5h2.6l2.7-.1 2.6-.9 2.7-1.2 2.6-.4 2.6-1 2.6-.1 2.6-1.5 2.5.2 2.6.8 2.5-.1 2.5.3 2.5-.4 2.6-.8 2.5-.5 2.5-2.9 2.5-1.9 2.4-1.6 2.5-2.9 2.4-.9 2.5-1.2 2.4-2.5 2.4-1.3 2.4-2.8 2.4-2.6 2.4-3.7 2.3-3.8 2.4-2 2.3-1.6 2.3-2.2 2.3-2 2.3-1.9 2.3.5 2.2 2 2.3 1.6h2.2l2.3-.5 2.2.7 2.2 1.2 2.2.1 2.2-.1 2.2-.3 2.2.1 2.2-1.1 2.2.8 2.1.7 2.2.5 2.1-.5 2.2-.3 2.1 1.7 2.2 2.1 2.1 1.2 2.1.8 2.2 1.8 2-.8 2.1.3 2.1-.1 2.1.1 2-.3 2-1.7 2.1 1 2-.1 2-1.9 2-1.6 1.9-1.4 2 .4 2.2 4.2 2.1 3.4 2 2.4 2 .6 2 1.4 2.1 1.7 2 1 2 1.4 2 1.4 2 1.4h1.9l2 1.8 2 2.1 2 1 1.9 1.4 2.1 4 2.1 3.9 2.1 4 2.1 5.4 2.2 5.5 2.1 5.2 2.2 6.3 2 3.2 2.1 3.5 2.1 5 2.1 4.4 2.2 4.8 2.2 7.6 2.2 5.3 2.1 4.4.7 1.7"/><linearGradient id="SVGID_00000131331802582508672700000010966239922676944281_" gradientUnits="userSpaceOnUse" x1="591.519" y1="-7792.158" x2="658.954" y2="-7977.426" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000131331802582508672700000010966239922676944281_);stroke-width:.25" d="m421.6 478.2 3.6-1.9 3.7-2.2 3.8-2.9 3.6-2.3 3.5-.6 3.7-3.7 3.8-4.1 3.6-3.1 3.6-3.1 3.5-2.1 3.5-2.1 3.3-1.2 3.3.1 3.3-.5 3.3-1.7 3.4-2.7 3.3-1.6 3.4-2.4 3.2-.7 3.2-1.5 3.2-.9 3.3-2.2 3.1-.7h6.1l3.1-1.1 3.1-.7 3 .6 3-.2 2.9.3 3.1-1.1 3-1.8 3-.9h2.9l3-1.1 2.9-.6h2.9l2.9-.2 2.8-.2 2.9-.2 2.9-1 2.9-1.8 2.8-.3 2.8-.9 2.8-.8 2.8-1.1 2.8-1 2.7-.4 2.8-1 2.7.6 2.6 1.2 2.7.3 2.7-1.5h2.7l2.6-.2 2.7-.3 2.6-.3 2.6-.1 2.6.7 2.6-.6 2.6.2h2.5l2.6-1.1 2.6-.5 2.5-.6 2.6-.8 2.5-.9 2.5-2.5 2.5-1.3 2.5-2.8 2.5-2.3 2.5-1 2.4-.2 2.4-1.4 2.5-3.5 2.4-1.1 2.4-.8 2.4-2.6 2.3-2.3 2.4-3.4 2.4-3 2.3-2.5 2.3-2.6 2.3-2.6 2.3-.2 2.3-.1 2.2.8 2.3 1.2 2.3.7 2.2 1.3 2.2.7 2.3.7h2.2l2.2-.4 2.2.1 2.2.2 2.2.6 2.2-1.2 2.1-.4 2.2-1 2.1.9 2.2-.3h2.1l2.1.3 2.2 2 2.1.5 2.1.9 2.1.8 2.1.5 2.1.2 2-1.3 2.1-.1 2-.3 2.1-.9 2-.8 2-.5 2-.4 2-.3 2 .8 2.1 2.4 2.1 3.1 2.1 3 2 1.4 2 1.2h2l2 .8 2 1.1 1.9.7 2 1.5 2 1.7 2.1 1.8 2 1.9 2 2.2 2 2.8 2.1 4.4 2.1 2.6 2 3.4 2.1 4.6 2.1 4.4 2.2 4.9 2.2 6 2.1 5.2 2.1 4.5 2.2 6 2.1 4.3 2.1 4 2.1 4.9 2.2 4.5 2.1 3.8 2.1 4.5.8 2"/><linearGradient id="SVGID_00000133511645510664550790000006675069752454824609_" gradientUnits="userSpaceOnUse" x1="590.775" y1="-7790.412" x2="660.056" y2="-7980.762" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000133511645510664550790000006675069752454824609_);stroke-width:.25" d="m416.9 478.6 3.9-2.6 3.6-.8 3.6-1.6 3.9-4.2 3.6-1.3 3.7-2.2 3.8-4.4 3.7-3.4 3.6-2.1 3.6-2.7 3.4-.9 3.4-1.1 3.4-.8 3.4-1.1 3.4-2.3 3.5-2.5 3.3-.9 3.3-1.8 3.4-1.9 3.2-1.4 3.4-2.5 3.2-.5 3.1-.2 3.2-1.2 3.2-1.3 3.1-.2 3.1-.2 3.1-1.4h3l3 .2 3.1-.1 3-1.1 3.1-1.2 3-1.4 3-.9 2.9-.1 3-.2 2.9-1 2.9-.4 2.9-.3 2.9.1 2.8-.6 2.9-.2 2.9-1.7 2.9-1.6 2.8-.2 2.8-.7 2.7-.5 2.8-.3 2.7.5 2.8.2 2.7.5 2.6.4 2.7.6 2.7-.5H595.8l2.7-.6 2.7-1.1h2.6l2.6-1.8 2.6-.6h2.6l2.6-.7 2.6-2.7 2.6-1.9 2.6-1.7 2.5-.2 2.5-.4 2.5-1.8 2.5-1.3 2.5-1 2.5-2.2 2.5-1.7 2.4.6 2.4-.9 2.5-1.1 2.4-1.4 2.4-1.5 2.4-2.5 2.3-1.1 2.4-3.3 2.4-.9 2.3-1.4 2.3-2.2 2.3-.5 2.3-1.8 2.3-.8 2.3.5 2.3 1.1 2.2.3 2.3.3 2.2.9 2.3-.2 2.2.2 2.2.4 2.2.1h2.2l2.2.3 2.2-1.1 2.1-1.9 2.2-1.9 2.1-.1 2.2.4 2.1.3 2.1-1.5h4.2l2.1-.1 2.2 2 2.1 2 2.1.7 2.1-.3 2-1h2.1l2-1.3 2-.9 2-1.2 2-.3 2.1 2.1 2 1.6 2.1 1.7 2 1 2.1 2.5 2 1.1 2 1.8 2 1 2.1 1.4 1.9.6 2 1 2.1 1.8 2 1.5 2 1.9 2 2.7 2 2 2.1 2.9 2.1 4.1 2.1 3.9 2 3 2.1 3.8 2.1 4.3 2.2 6.6 2.3 6.2 2.1 4.4 2.1 4.7 2.1 4.5 2.2 5.7 2.1 4.2 2.1 3.4 2.1 3.2 2 3.7 2.2 5.4 1.5 3.9"/><linearGradient id="SVGID_00000070815752502265449060000011985822293348143533_" gradientUnits="userSpaceOnUse" x1="596.663" y1="-7793.945" x2="664.782" y2="-7981.107" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000070815752502265449060000011985822293348143533_);stroke-width:.25" d="m423.4 475.2 3.7-2.6 3.8-2.4 3.7-2.4 3.8-3.1 3.8-3.1 3.8-4.5 3.6-2.4 3.6-2 3.4-.7 3.4-.3 3.6-2.7 3.4-1.4 3.4-1.4 3.4-1 3.3-1.3 3.4-1.7 3.4-1.4 3.3-2 3.3-1.4 3.3-1.1 3.2-.3 3.2-1.4 3.2-1.4 3.2-1.2 3.1-.5 3.1-.5 3.2-.7 3-.9 3.2-1.2 2.9.5 3.1-.5 3-1.6 3-.5 3-.3 3-.7 3-1.3 3-1.4 2.8 1 2.9.4 2.9-.6 2.9-1.1 2.9-1.4 2.9-1.5 2.8-.5 2.8-.5 2.8-.3 2.8-.5 2.8.9 2.7.7 2.7 1.1 2.7-.7 2.7.1 2.7.6 2.7-.3 2.7.3 2.7-.5 2.6.3 2.7-1.5 2.7-3.5 2.7-2.3 2.6-1.3 2.6 1.1 2.6-2 2.6-4 2.6-2.9 2.6-1 2.5-1.1 2.5-.5 2.5-.9 2.5.3 2.5-.4 2.4.1 2.5-.3 2.5-.5 2.4-.3 2.4-1 2.4-1 2.4-1.5 2.4-1.8 2.4-2 2.4-.2 2.3-.7 2.4-1.6 2.3-1.1 2.3-.4 2.3-1 2.3.6 2.3-1.1 2.3-.6 2.2-.2 2.3.9 2.2-1.3 2.3-1.5 2.2-.6 2.2.3 2.2.9 2.3 1 2.2 1.7 2.2-1.1 2.1-1.5 2.2-1 2.1-.3 2.2.1 2.1-2h2.1l2.1-1.7 2.1-1.2 2.1 1.2 2.1.7 2.1 1.1 2.2 1.9 2-1.1 2.1-.8 2-.2 2-.4 2-.9 2.1-.2 2-.3 2.1 2.6 2.1 1.8 2 1.2 2 1.1 2 .7 2.1 2.6 2.1 1.1 2 1.1 2 2.2 2.1 2.1 2 1 1.9.3 2 1.7 2 1.3 2 1.5 2 1.8 2.2 4.5 2.1 3.9 2.1 3.9 2.1 4.3 2.1 3.8 2.1 4.2 2.2 5.1 2.1 5.3 2.2 5.7 2.2 4.9 2.2 5.1 2.1 4.5 2.1 3 2 3.6 2.2 4.5 2.1 4.6 2.2 4.9 1.7 4.5"/><linearGradient id="SVGID_00000097500256565446298850000001840255434550034587_" gradientUnits="userSpaceOnUse" x1="598.654" y1="-7794.449" x2="666.707" y2="-7981.444" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000097500256565446298850000001840255434550034587_);stroke-width:.25" d="m422.5 473.7 3.7-1.9 3.8-1.6 3.7-2.6 3.9-3.5 3.8-3.9 3.9-4.2 3.7-2.5 3.5-1.6 3.5-.6 3.5-.9 3.5-1.6 3.5-2.9 3.5-1.2 3.3-.3 3.4-1 3.3-.9 3.4-1 3.2-.4 3.4-1.5 3.3-1.9 3.3-1.9 3.3-1.4 3.3-1.4 3.2-.6 3 .5 3.2-.7 3.2-1.2h3l3.1-.9 3 .7 3.1-1 3.1-1.2 3.1-2 3.1-1.6 3-1.2 3.1-1.5 3-1.4 2.9.2 2.9-.2 2.9-1.5 3-1 2.9-.5 2.8-.9 2.8 1.1 2.9-.1 2.8-.4h2.8l2.7.6h2.8l2.8.7 2.7.4 2.7 1.1 2.7.3 2.7.6 2.7-.2 2.7-1.4 2.7-1.4 2.8-2.4 2.7-2.5 2.7-2.7 2.6-1.1 2.6-.6 2.6-1.8 2.7-3.3 2.6-2.5 2.6-1.9 2.5-1.5 2.6-1.3 2.5-.7 2.5.7 2.5-1.3 2.5.3 2.4-.5 2.5-.5 2.5-1 2.4-.3 2.4-.8 2.4-1.1 2.4-.1 2.4.8 2.4.5 2.4-1 2.3-.9 2.4-1.1 2.3-1.6 2.3-1 2.3-1.2 2.4.9 2.2-1.4 2.3-1.3 2.3-1.6 2.2-.8 2.2-3.5 2.3-.5 2.2-.8 2.2-.6 2.2 1.9 2.3 1.7 2.2 2.2 2.2-.1 2.2-.2 2.2 1.2 2.1-.1 2.1-2.4 2.1-1.4 2.1-2 2.1-.4 2.2.6 2.1-.7 2.1.1 2.1 1.2 2.1 1.2 2.1 1.1 2.1-.7 2-.5 2-1.2 2.1.3 2 .4 2.1.8 2.1 2.1 2.1 3 2 1.1 2-.4 2-.1 2.1 2.5 2.1 2.4 2 .6 2.1 3.1 2 1.9 2 1 2 1.7 2.1 2.8 2 .8 2 2.2 2 1.3 2.1 2.7 2.1 3.8 2.1 3.4 2.1 4 2.1 3.3 2.1 5 2.3 6.3 2.1 4.5 2.1 3.7 2.2 4.9 2.1 4.5 2.1 3.9 2.1 4.2 2.2 4 2 3.3 2.2 4.3 2.1 5 2.3 5.7.8 1.6"/><linearGradient id="SVGID_00000093868193401514471130000000941390691218416307_" gradientUnits="userSpaceOnUse" x1="586.621" y1="-7780.575" x2="661.702" y2="-7986.871" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000093868193401514471130000000941390691218416307_);stroke-width:.25" d="m399 483.4 3.2-2.3 4-1.9 3.9-2 3.8-1 4-3.3 3.8-1.8 3.6-.4 3.9-2.9 3.8-2.8 3.9-3.5 3.9-3.6 3.7-2.3 3.8-3.2 3.6-1.5 3.4-.4 3.7-2.4 3.4-.9 3.6-1.9 3.4-.6 3.4-.5 3.3-.3 3.4-.5 3.3-.8 3.4-.9 3.3-1.1 3.4-1.6 3.3-1.9 3.4-2.7 3.3-.6 3.1-.5 3.3-1.1 3.2-1.7 3.3-1.9 3.1-.3 3 1.2 3 .2 3.1-.1 3.2-2.5 3.1-1.7 3.1-1.8 3.1-1.4 3-.9 3.1-2.4 3-2.4 3-1.4 3-.8 2.9-.3 2.8.7 2.9.1h2.9l2.8.7 2.8-.4 2.8-.3 2.8.5 2.8 1.3 2.7.7 2.8-.4 2.7 1.1 2.7 1.5 2.8.8 2.7-1.5 2.7-.9 2.8-2.3 2.8-3.7 2.7-2 2.7-1.4 2.6-1.5 2.7-1.8 2.6-1.2 2.6-1.3 2.6-1.7 2.7-2.9 2.5-.8 2.6-2.8 2.6-.1 2.5-1.2h2.5l2.5.1 2.5-.5 2.5-1.4 2.4-.8 2.5.8 2.4-1.3 2.4-.9 2.4.1 2.5.4 2.3-1.6 2.4-.8 2.4 1.4 2.4 1.1 2.3-2.1 2.4-1.9 2.3-2.4 2.3-.8 2.3-1.9 2.2-1.9 2.3-1.7 2.3-2.3 2.2-1.8 2.2-.4 2.3-.1 2.2-1.6 2.2-1.4 2.2.9 2.3 3 2.2 2.6 2.2 1.3 2.2.9 2.2.4 2.2-.9 2.1-1 2.1-1.7 2-3 2.2-.1 2.1 1.3 2.2.9 2-.7 2.2.9 2-.8 2.1.8 2.1.8 2.1-.1 2 .5 2.1.2 2.1 2.1 2.1.9 2.1 2.8 2.1 1.8 2 1.1 2 .7 2.1 1.1 2 .7 2.1 2.4 2.1 3.4 2.1 2.3 2.1 1.8 2 2.2 2 1.9 2 1.1 2.1 1.5 2 1.1 2.1 3.1 2 2.6 2.1 2.3 2.1 4 2.1 4.5 2.1 3.3 2.1 3.4 2.2 5.4 2.1 4.1 2.1 3.2 2.1 3.9 2.1 3.6 2.1 3.5 2.1 3.3 2.2 5.3 2.2 4.9 2 3.4 2.2 4.3 2.1 3.7 2.1 4.4 1.3 2.6"/><linearGradient id="SVGID_00000160895584689744575450000007965729429527777725_" gradientUnits="userSpaceOnUse" x1="587.024" y1="-7779.15" x2="663.605" y2="-7989.555" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000160895584689744575450000007965729429527777725_);stroke-width:.25" d="m395.5 483.4 1.5-1.2 4-2 4-1.7 4-2.7 4.1-3.5 4-3.2 3.9-1.5 3.8-1.6 3.9-2.9 3.8-2.3 3.7-1.5 3.9-3.5 3.8-2.7 3.8-3 3.5-.9 3.7-1.6 3.5-1.3 3.5-.3 3.5-1.6 3.5-1.1 3.5-.8 3.3.2 3.3.4 3.4-.4 3.4-1.2 3.3-.6 3.3-.7 3.4-1.4 3.4-2.2 3.3-2.4 3.4-1.7 3.3-2.6 3.3-2 3.2-.1 3.1.6 3.1-.6 3.1-.6 3.2-1.9 3.2-2 3.2-2.1 3.1-2 3.1-1.4 3-.7 3.1-1.3 3.1-2.9 3-2.1h2.9l3-1 2.9-.1 2.9-.5 2.9.7 2.8 1 2.8 1.1 2.8 1 2.7 2.5 2.8 1.5 2.8.2 2.8.4 2.8-.4 2.8-1.2 2.7.7 2.8-2.1 2.8-2.6 2.8-2.5 2.7-2.3 2.7-2.6 2.8-2.9 2.7-2.4 2.6-.8 2.7-1 2.6-1.4 2.6-1.3 2.6-.5 2.6-.2 2.6-2.5 2.6-3.6 2.5-1.6 2.5-.2 2.5.9 2.5-.8 2.5-.2 2.5-1.3 2.5-1.7 2.4 1.1 2.5 1.3h2.4l2.4-3.2 2.4-2.7 2.4-1.5 2.4 1.7 2.3.9 2.4-.7 2.3-.9 2.4-2.5 2.3-1.4 2.3-.9 2.3-.5 2.3-2.6 2.2-1.8 2.3-1.7 2.2-1.2 2.3-.3 2.2-.1 2.2-.4 2.3.4 2.2.9 2.2 1.8 2.2.9 2.2.6 2.2-.4 2.2.7h2.2l2.1 1.1 2.2-1 2.1-.2h2.1l2.2 2.1 2.1 1 2.2.2 2-1.2 2.1-.3 2-.7 2.1-.2 2.1.8 2.1 1.2 2 .3 2.1 1.4 2.2 2.8 2.1 1.7 2 .3h2l2.1 2 2.1 2.4 2.1 2.1 2 1.5 2.2 3.4 2.1 2.8 2.1 3 2 2.2 2.2 3.4 2 .8 2 1.5 2 1.4 2.1 2.7 2.1 3 2 2.3 2.1 2.4 2.1 4.3 2.1 2.7 2 2.6 2.2 5.3 2.2 4.1 2.1 4 2.1 3 2 2.9 2 2.1 2.2 3.6 2 3.5 2.2 4.9 2.2 4.5 2.1 4.3 2.1 3.3 2.2 5.9 2.2 4.4.7 1.2"/><linearGradient id="SVGID_00000002370408604711888770000005786431169350477970_" gradientUnits="userSpaceOnUse" x1="578.77" y1="-7774.962" x2="658.936" y2="-7995.203" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000002370408604711888770000005786431169350477970_);stroke-width:.25" d="m375.7 483.4.4-.3 4.2-1.7 3.9-.1 3.8.7 4.1-1.9 4.1-2 4-1.5 3.9-1 4-2.1 4-3.1 4.1-3.5 4.1-3.8 3.9-2.5 3.8-1.1 3.9-3 3.8-1.5 3.8-2.6 3.7-1.4 3.9-3.8 3.6-.5 3.5-.5 3.5.1 3.6-1.2 3.5-.6 3.5-.7 3.5-2h3.4l3.4.1 3.4-.1 3.4-1.3 3.3.4 3.4-2.1 3.4-1.4 3.4-1.8 3.4-1.9 3.4-2 3.3-1.3 3.2-.9 3.3-1.7 3.2-.9 3.2-.3 3.1-.7 3.2-.9 3.1-.8 3.3-2.8 3.2-3 3.2-2.8 3.1-1.7 3.1-2.2 3.1-2.6 3-1.3 3-.3 2.9.2 3-1 2.9-.4 2.9-.3 2.9 1.4 2.8 2.1 2.8 1.5 2.7 1.3 2.8 2.2 2.8.4 2.8.3h2.8l2.9-2.3 2.8-.8 2.8-1.4 2.8-2.8 2.8-1.5 2.7-3.3 2.8-3 2.7-1.6 2.8-2.6 2.6-.5 2.7-.7 2.6-1.2 2.7-2.5 2.6-1.9 2.6-1.1 2.6-.9 2.6-2.2 2.5-1.4 2.6-3.5 2.5-.3 2.5-.1 2.5-.4 2.5-1.6 2.5-2.1 2.4-1.5 2.5.4 2.4-.5 2.4-3.5 2.4-2.2 2.5.3 2.3.9 2.4 1.8h2.4l2.4-.2 2.3-1.5 2.3-.5 2.3-2.1 2.3-1 2.3-.2 2.3-.1 2.3-1.5 2.2-1.1 2.3-1.5 2.2-.2 2.3-.1 2.2.6 2.2-.2 2.2-.6 2.3.9 2.2.3 2.2.5 2.2 1.1 2.2 1 2.1-.5 2.1-1.1 2.2-.3 2.1-.4 2.2 1.5 2.1.9 2.2 1.2 2.1 1.4 2.1.3 2.1 1.3 2.1.7 2.1.7 2.2 1.9 2 .5 2.1 1.2 2.2 1.9 2 1.6 2.1 1.4 2.1 1 2 .7 2-.5 2.1 2.1 2.1 2.6 2.1 1.9 2.1 3.2 2.2 3.6 2.1 3.5 2.1 2.3 2 1.2 2.2 3.2 2 1.6 2 2.1 2.1 1.8 2.1 3.9 2.1 2.9 2 1.5 2.1 2.7 2.1 2.7 2 2.6 2.2 4.9 2.2 5 2.1 2.9 2.1 2.8 2 3 2 2 2.1 2.9 2 2.7 2.1 3.6 2.2 4.2 2.2 5.6 2.1 2.9 2.1 4.3 2.2 4.5 2.2 4.6 1.2 1.9"/><linearGradient id="SVGID_00000083052697431570872730000005966440720385017748_" gradientUnits="userSpaceOnUse" x1="577.825" y1="-7773.086" x2="660.989" y2="-8001.592" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000083052697431570872730000005966440720385017748_);stroke-width:.25" d="m369.6 483.4 1-.5 4.3-2.9 4.3-2.7 4.1-1.4 4-.2 3.8.8 4-1 4.1-2.5 4-1.7 4-1.5 4.2-3.3 4.1-4 4-2 3.9-1.9 3.9-1.9 3.9-2.5 3.8-2.2 4-3.2 3.7-1.8 3.7-.7 3.5.3 3.6-1.1 3.6-1 3.7-1.2 3.5-.5 3.4.3 3.5-1 3.4.4h3.4l3.5-1 3.4-.8 3.5-.7 3.5-2.8 3.4-1.2 3.4-1.6 3.4-1.7 3.3-1.1 3.3-.8 3.3-1.3 3.3-1.6 3.4-2.2 3.2-1.7 3.2-1 3.3-1.5 3.1-1.1 3.3-2.5 3.2-2.7 3.2-1.9 3.1-2.3 3.2-3.6 3.1-1.1 3-.9 3 .6 2.9.2 3.1-1.7 2.9-.3 2.9.3 2.9.2 2.9 1.2 2.8 1.6 2.8 1.9 2.8 1.4 2.8.9 2.8.9 2.9-1.3 2.8-1.8 2.9-1.3 2.7-.6 2.8-1.3 2.9-3.5 2.8-3.3 2.7-2.2 2.8-1.8 2.7-2.2 2.7-.9 2.7-1.1 2.6-.6 2.7-2.2 2.6-1.8 2.7-1.7 2.6-1.3 2.5-1 2.7-3.9 2.5-2.3 2.6-2.1 2.5-2.1 2.5-1.2 2.5-1.9 2.5-2.1 2.5-1.6 2.4-.7 2.5-1.7 2.4-.9 2.4-2 2.4-.3 2.4-.4 2.4.4 2.4.1 2.3-.1 2.4-.3 2.3-1.9 2.4.1 2.3.5 2.3.6 2.3.3 2.3.8h2.3l2.3-.2 2.2-1.3 2.2-1.2 2.3.2 2.2-.5 2.2.3h2.3l2.2-.9 2.1-.7 2.2-2.1 2.1.4 2.2 1.7 2.3 1.7 2.1.3 2.1-.5 2.2-.1 2.1.3 2.2 1.5 2.2 3.2 2.1.5 2.2 1.5 2.1 1.7 2.2 2.2 2.1 2.3 2.1 1.5 2.1.1 2.1.8 2.1 2 2.1 1.1 2.1.7 2.1 1.8 2.2 3.9 2 .4 2 .9 2.1 1.8 2.1 2.4 2.1 1.6 2.1 2.8 2 1.3 2.1 1.4 2.1 2.4 2.1 3.7 2.1 2.8 2.1 3 2.2 3 1.9.8 2 1.4 2.1 3.1 2.1 3 2.2 3.6 2.1 3.6 2.1 3.5 2.1 3 2.1 3.6 2.1 2.9 2 2.4 2.1 2.4 2 2.8 2.2 4.1 2.1 3.3 2.1 3.5 2.1 3.7 2.1 3.5 2.1 4.1 2.1 3.9 2.3 5.3 2.1 4.3 1 1.9"/><linearGradient id="SVGID_00000027585852632459324020000008718218566333647488_" gradientUnits="userSpaceOnUse" x1="577.783" y1="-7773.746" x2="662.98" y2="-8007.811" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000027585852632459324020000008718218566333647488_);stroke-width:.25" d="m365.1 481.1 4.3-2.5 4.5-3.2 4.4-3.6 4 .1 4-.5 4-.3 4.1-1.9 4.1-1.5 4-1.4 4.2-3.1 4-1.6 4.2-4.4 3.9-1.5 3.9-.7 3.8-1.6 3.8-.9 4.1-3.5 3.8-2.4 3.8-1.5 3.7-.3 3.5.1 3.6.1 3.6-.6 3.6-.8 3.6-.6 3.7-2 3.4.1 3.5-.4 3.4 1 3.4-.2 3.4.3 3.5-1.7 3.6-2.4 3.5-2.5 3.5-3.3 3.5-1.7 3.3-.7 3.3-1.2 3.4-1.1 3.3-1.7 3.2.1 3.3-1.7 3.4-2.4 3.3-2.9 3.3-3.9 3.4-3.7 3.2-3.1 3.3-3.3 3.1-1.2 3.1-.4 3-.1 3 .5 3-.4 3.1-1.2 3-.8 2.9 1.4 2.9.8 2.9.5 2.9.4 2.9.6 2.7 3.3 2.9 1.1 2.8.3 2.9-.4 2.9-1.2 2.8-1.1 2.9-2.1 2.8.2 2.8-.3 2.8-1.6 2.8-2.6 2.8-1.9 2.8-2.4 2.7-2.4 2.8-1.9 2.7-2.3 2.7-2.2 2.6-1.7 2.7-1.4 2.6-1.8 2.7-.7 2.5-.7 2.6-1.7 2.6-1.5 2.6-2.1 2.6-1.8 2.5-2.1 2.5-4.6 2.5-3.9 2.5-2.9 2.5-2.7 2.4-.9 2.5-1.7 2.4-2.1 2.4-1.6 2.4-1.7 2.4-.5 2.4.4 2.4 1 2.3-.1 2.4-1 2.3.9 2.4 1.4 2.3 2.7 2.4 1.4 2.3-.6 2.3.6h2.2l2.3-2.6 2.2-2 2.2.2 2.3.3 2.2-.6 2.2-1.6 2.2-.8 2.2-.2 2.2-.8 2.1-1.3 2.2.6 2.2 1.9 2.2.2 2.2.9 2.1 1.6 2.2.9 2.2 1.5 2.1 1.5 2.2 1.1 2.2 4.1 2.2 2.1 2.2 2.7 2.2 1.9 2.1 2 2.1.6 2.1.4 2.1.6 2.1 2.4 2.1 1.1 2.1 1.8 2.2 2.3 2.1 3.2 2.2 2.2 2-.1 2 1.4 2.1 1.9 2.1 1.4 2 1.6 2-.8 2 .3 2 2.4 2.2 3.3 2.2 4.2 2.1 2.8 2.1 3.4 2.1 2.4 2.1 3.4 2 2.1 2.1 1.4 2 2.7 2.2 4.2 2.1 2.9 2 1.8 2.1 2.8 2.1 3.1 2.1 3.9 2.1 3 2.1 3.3 2.1 3.9 2.2 4.8 2.2 4.4 2.2 4.3 2 3.1 2.1 3.1 2.1 2.9 2.1 4.2 2.3 5.7 1.9 4.2"/><linearGradient id="SVGID_00000108995772588592240960000011313867773829961629_" gradientUnits="userSpaceOnUse" x1="579.124" y1="-7775.089" x2="665.304" y2="-8011.867" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000108995772588592240960000011313867773829961629_);stroke-width:.25" d="m363.6 478.7 4.6-4.1 4.4-2.7 4.4-2.8 4.2-1.4 4.1-.9 4.2-1.5 4.1-2.1 4.2-2 4-.7 4.1-2.4 4.1-2.3 4.2-3.2 3.8-.5 3.8.3 4-1.9 3.8-.8 4-3 3.8-1.1 3.7-.4 3.7-1 3.6.8 3.7-.9 3.6-.5 3.6-.3 3.7-.9 3.6-1 3.5-.7 3.6-.9 3.6-.8 3.4.2 3.3 1 3.7-2.9 3.6-3.3 3.7-3.3 3.5-2.9 3.4-.8 3.4-1.2 3.3-.2 3.3-.7 3.3-.3 3.3-1.5 3.4-1.3 3.3-2.8 3.5-3.9 3.3-3.7 3.3-2.7 3.3-3.5 3.3-3.9 3.2-1.9 3.1.7 3.1-1.4 3 .4 3-.2 3.1-.8 3-.8 2.9.8 3 1.1 2.9.6 2.8 1.9 2.9 2.2 2.9 1.3 2.9.4 2.9-.9 2.9-1.7 2.9-.8 2.8-1 2.9-2.3 2.9-.9 2.8-.4 2.8-.4 2.8-1.4 2.8-1.5 2.8-2.4 2.7-2.7 2.8-2.2 2.7-2.3 2.7.1 2.7-1.2 2.7-2.2 2.6-1.4 2.7-1 2.6-.3 2.6-.2 2.6-1.4 2.6-2.6 2.5-1.9 2.6-4.4 2.5-2.8 2.6-2.4 2.5-2.9 2.5-3 2.4-2.5 2.5-3.6 2.4-2 2.5-.6 2.3-2.6 2.4-3.3 2.4-1.2 2.4.9 2.4 2.2 2.4 1.7h2.3l2.4-1.2 2.3 1.6 2.3 1.1 2.4 1.5 2.3-.2 2.3-.5 2.2-.1 2.3-1.3 2.2-1.4 2.3-.3 2.2 1.3 2.3-.4 2.2-1 2.2-.9 2.2-.2 2.1-2 2.2.8 2.2.5 2.2 1.1 2.2 2.2 2.2.9 2.2 1.1 2.2 2.4 2.2 1.9 2.1.4 2.2.6 2.1 2.6 2.3 3 2.2 4.2 2.2 1.4 2.1 1.4 2.1.9 2-.7h2.1l2.2 3.1 2.1 1.6 2.1 2.1 2.1 1.6 2.2 2.4 2.1 1.7 2.1 1.9 2 .8 2.1 2.5 2.1 1.6 2 .4 2 .1 2 .3 2.1 2.9 2.2 3.8 2.1 3.1 2.2 3.5 2.2 4.3 2.1 3.7 2.2 3.5 1.9 1.2 2.1 1.5 2 2.7 2.1 2.3 2.1 2.4 2 2 1.9.6 2.2 3.8 2.1 3.1 2.1 4 2.2 5 2.2 4.1 2.3 5.6 2.2 4.8 2.1 4.4 2.3 4.9 2.1 3.5 2 2.1 2.1 4.1 2.3 5.7 1.8 3.9"/><path class="st3" d="m366.8 472.2 4.5-3.5 4.4-2.2 4.4-2.6 4.3-2.5 4.3-2.4 4.1-.8 4.2-2.5 4.1-1.7 4.1-1.6 4.1-1.9 4.1-2.1 3.8.2 3.8.6 3.8.2 3.9-1.2 4-2.5 3.9-2.2 3.7.5 3.5 1.6h3.7l3.7-.5 3.9-3 3.7-.6 3.7-2 3.6-.2 3.5.8 3.6-.6 3.5-.3 3.5-.1 3.6-1.3 3.7-3.8 3.7-4.1 3.7-3.1 3.4-1.1 3.5-1.4 3.3-.1h3.4l3.4-1.7 3.3-.5 3.4-2.4 3.4-2.5 3.4-2.2 3.4-3.4 3.3-2.2 3.3-1.8 3.3-3.1 3.3-3 3.3-3.3 3.1.1 3.2-2.1 3.1-.6 3-.5 3.1-1.2 3.1-.8 3-.7 2.9.5 2.9 2.8 2.9 2.4 2.9 1.1 2.9-.3 3-1.4 2.9-.6 2.9.1 2.9-.9 2.9-2.3 3-3.3 2.9-2.5 2.8-.2 2.8.8 2.7-1 2.8-1.4 2.8-1.7 2.8-1.4 2.7-1.5 2.8-.7 2.7-1.1 2.7-1.6 2.7-1.2 2.6-1.9 2.7-.8 2.6.4 2.6.5 2.6-.5 2.7-1.4 2.5-3.4 2.6-2.6 2.6-2.3 2.5-3.1 2.5-2.4 2.5-3.5 2.5-2 2.5-2.9 2.5-2.1 2.4-2.6 2.4-2.8 2.4-1.7 2.4-1.1 2.4-.5 2.4 1.4 2.4 1.4 2.3-.2 2.4-.5 2.3-.3 2.4-.4 2.3.4 2.3 1.1 2.3.7 2.3-.6 2.3-1.7 2.2-1.3 2.3-.7 2.2-1.3 2.2.3 2.3 1.4 2.2-.7 2.2-1.9 2.2.3 2.2-.6 2.2 2.5 2.2 1.2 2.2.5 2.2 1.4 2.3 2.1 2.1 1.6 2.2 1.3 2.2 1.9 2.2.7 2.1 1.5 2.2 2.2 2.2 1.9 2.2 2.5 2.2 2.6 2.1 1 2-1.6 2.1 1.4 2.2 2.3 2.1 1.2 2.1.4 2.1 2.2 2.2 2.5 2.1 2.3 2.1 1.8 2.1 1.7 2.1 1.8 2.1 1.6 2.1 2.1 2 1.2h2l2.2 3.4 2.1 3.9 2.2 2.9 2.2 4.3 2.2 3.9 2 2.2 2.2 3.1 2.1 3 2.1 2.9 2 1.5 2 .9 1.9.7 2.1 2 2 1.3 2.1 2.8 2 2 2.1 4.1 2.2 4.2 2.1 3.2 2.3 6.3 2.3 6 2.4 6.7 2.2 4.3 2.2 4.7 2.2 4.4 2.2 4.2 2.1 4.6 2.2 4.3 1.4 2.8"/><linearGradient id="SVGID_00000075133066333866144270000010039824283865963959_" gradientUnits="userSpaceOnUse" x1="585.133" y1="-7782.272" x2="671.488" y2="-8019.511" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000075133066333866144270000010039824283865963959_);stroke-width:.25" d="m365.3 469.9 4.4-2.4 4.7-3.9 4.4-2.9 4.5-3.1 4.5-4.3 4.3-2.4 4.1-.5 4.2-1.9 4.1-2 4.1-1.5 4.1-1.2 3.7 1.6 3.7.9 3.8.8 3.9-1 4-1.8 4-2.5 3.8-.4 3.5 2.2 3.8-1 3.8-1.3 3.8-1.4 3.7-.8 3.8-1.2 3.5.3 3.6.4h3.5l3.5.5 3.7-.9 3.6-1.7 3.7-3.1 3.8-4.4 3.5-1.4 3.6-2.3 3.5-.9 3.4-.7 3.4-.1 3.5-2.5 3.4-2.1 3.5-2.7 3.4-2.4 3.3-.9 3.4-1.4 3.3-1.3 3.3-2.1 3.3-3.3 3.4-3.5 3.3-3.1 3.2-2.3 3.2-.9 3.2-2.1 3.1-1.2 3.1-.7 3.1-2.7 3.1-1.3 3 .8 2.9.7 3 1.2 2.9 1.6 3-1 2.9-1.1 3-.3 2.8.9 3-2.2 2.9-2.5 3-3.2 2.9-1.1 2.8-1h2.8l2.8-.3 2.8-.4 2.8-.3 2.8-.8 2.7-1.5 2.8-2 2.7-1 2.7-1.3 2.7-1.7 2.7-.7 2.7-1.4 2.6-.4 2.6.6 2.7-1 2.6-1.5 2.6-.7 2.6-2.6 2.5-3.6 2.6-4.3 2.5-3.1 2.5-1.6 2.5-2.8 2.5-2.1 2.5-1.7 2.4-.6 2.5-.3 2.4-.6 2.4-1.6 2.5.6 2.3.1 2.5.3 2.3 1.1 2.4-1 2.3-1.9 2.4 1 2.3-2 2.3 1.1 2.4.5 2.3-.8 2.2-1.3 2.3-1.1 2.2-1.5 2.3-1.7 2.2-.5 2.3.8 2.2-1.1 2.2-.2 2.2-.1 2.2 1 2.2.9 2.3.8 2.2 1.4 2.2 1.3 2.2 1.8 2.2.9 2.2 1.1 2.1.5 2.2 1.2 2.1.2 2.2 1.9 2.3 3.2 2.1 1.3 2.2 2 2.1 1.3 2.2.8 2.1 2.2 2.1.5 2.1.3 2.1 1.1 2.1 1.2 2.1 1.8 2.2 2.9 2.2 3.4 2.1 2 2.2 3.8 2.1 2.6 2.2 2.7h2l2 1.3 2.2 3 2.1 3.4 2.2 3.8 2.2 3.7 2.1 3 2.1 2 2.1 1.9 2.1 2.7 2.1 2.3 2.1 3.5 2.2 3.1 1.9.7 1.9-.5 2 .8 1.9 1.1 2.1 2 2.1 2.9 2.1 3.7 2.2 4.6 2.3 5.4 2.3 5.5 2.3 6.7 2.3 5.7 2.3 5.3 2.3 5.8 2.3 5.3 2.1 4.1 2.2 3.9 2.2 4.3 1.7 3.4"/><linearGradient id="SVGID_00000093157768300990544150000011772325176638073987_" gradientUnits="userSpaceOnUse" x1="587.631" y1="-7784.23" x2="675.088" y2="-8024.509" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000093157768300990544150000011772325176638073987_);stroke-width:.25" d="m363.9 466.6 4.7-4 4.7-4.5 4.5-2.5 4.4-2.8 4.4-2.6 4.3-1.3 4.1-.7 4.1-1.4 4.3-2.1 4.3-2.9 3.9.3 3.9.2 3.8 1 3.8.5h3.9l3.8-.4 4.1-3.1 3.9-.2 3.8-.6 3.7.2 3.9-2.3 3.8-.9 3.7.1 3.6.4 3.6 1 3.6-.4 3.7-.7 3.6.2 3.7-2 3.7-2.6 3.7-2.1 3.7-2.7 3.6-2 3.7-3.4 3.4-.4 3.5-1.1 3.4.4 3.4-.8 3.5-1.5 3.4-.9 3.4-2 3.4-2.2 3.4-1.5 3.3-1.4 3.3-1.2 3.5-4 3.4-4 3.3-3.2 3.3-2.5 3.2-1.9 3.2-2.7 3.2-1.2 3.1-1.5 3.2-2.5 3.1-1.7 3.1.1 3-.2 3-.1 3-.8 3-.7 2.9.2 3-.9 2.9-.6 3-1.4 2.9-2.9 2.9-1 2.9-.3 2.8.3 2.9-1 2.8.2 2.8-.3 2.8-1.9 2.9-2.9 2.7-1.4 2.8-.7 2.7.1 2.7.7 2.7-1.7 2.7-1h2.7l2.7-1 2.7-2 2.6-1.1 2.6-3.1 2.6-1.5 2.6-1.5 2.6-1.3 2.6-1.2 2.5-2.7 2.6-1.4 2.5-2.4 2.5-1.8 2.5-2.2 2.4-1.5 2.5.6 2.4.6 2.5.3 2.4 1.8 2.5 1.1 2.4.1 2.4-1 2.3-2.6 2.4-2 2.3-.7 2.4-.2 2.3-1.6 2.3-2 2.3-.9 2.3.7 2.3-.6 2.3-.4 2.2-2.3 2.2-2.4 2.2-2.7 2.2-1.5 2.3 1.1 2.2.2 2.2 1.1 2.3.8 2.2 2.3 2.3.8 2.2 1.5 2.1.1 2.3 1.7 2.1.4 2.2 1.3 2.2 1.5 2.1-.1 2.2.4 2.2 1.7 2.2 2.2 2.1 1.5 2.2 2 2.1-.5 2 .1 2.2 2.4 2.1 1.5 2.2 1.4 2.1 2.3 2.2 2.7 2.1 1.6 2.1 1.7 2.2 2.9 2.2 4 2.3 4.6 2.1 2.3 2.1 1.7 2.1 1.8 2.2 3.1 2.2 3.5 2.1 2.6 2.2 3.6 2.2 4.3 2.1 2.5 2.1 1.3 2 .7 1.9.6 2.2 3.1 2.2 4.6 2.1 2.6 2 1.2 2 .4h1.8l1.9-.2 2.1 1.8 2 3 2.3 4.6 2.2 5.4 2.3 5.5 2.3 5.3 2.4 7.1 2.4 6.5 2.3 5.3 2.2 5.4 2.3 5.3 2.2 3.6 2.1 3.4 2.2 3.9 2.1 4 1.9 2.5"/><linearGradient id="SVGID_00000101099882102517672780000007280647043273072546_" gradientUnits="userSpaceOnUse" x1="587.342" y1="-7784.311" x2="676.322" y2="-8028.802" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000101099882102517672780000007280647043273072546_);stroke-width:.25" d="m358 464.5 4.7-3.6 4.6-2.5 4.6-3 4.4-1.4 4.5-3.1 4.4-2.4 4.1.2 4.2-.9 4.2-.9 4.4-3.2 4.2-1.8 4.1-.9 4-.6 4-.4 3.8 1.2 3.7 1.8 4-1 4.1-2.2 4-2.4 4-1.6 3.6 1.4 3.9-1.1 3.8-1 3.8-1 3.7.5 3.6.6 3.6 1.3 3.7-1.4 3.7-.8 3.7-2.1 3.8-1.7 3.6-1.1 3.7-2.6 3.8-4.2 3.8-3.4 3.5-.7 3.4.5 3.4.1 3.3 1.1 3.4.1 3.4-1.1 3.6-3.7 3.5-2.3 3.3-1 3.4-1.1 3.4-2 3.4-3.9 3.5-4 3.4-4.2 3.3-2.9 3.3-2.6 3.2-2.2 3.2-.7 3.2-1.2 3.2-3 3.1-2.2 3.1-.4 3.1-.8 3.1-2.5h3l3-1.4h3l3-.5 2.9-.1 3-.7 2.9-.4 2.9-1.3 2.9-2.2 2.9-.7 2.9-1.6 2.9-1 2.8-.3 2.8-.5 2.8-1.6 2.8-2.1 2.8-.7 2.7-.4 2.8-1.4 2.7.1 2.7-.3h2.7l2.7-.6 2.7-2.1 2.6-1.7 2.7-2.2 2.6-2.4 2.6-1.8 2.6-.9 2.6-.7 2.5-.7 2.6-.5 2.5-2.5 2.5-1.8 2.5-1.4 2.5-1.5 2.5.2 2.5.9 2.5 1.5 2.4 1 2.5-.6 2.4 1.3h2.4l2.4-1.9 2.4-2.2 2.3-2.2 2.4-.6 2.3-1.6 2.3-2.5 2.3-1.5 2.3-.3 2.3.3 2.4 1.2 2.2-1.8 2.2-2.3 2.2-2.5 2.2-2.9 2.2-.5 2.3-.6 2.2 1.2 2.3 1.8 2.2.4 2.2 1 2.3 1.1 2.2 1.2 2.2.1 2.1-.4 2.2 1.7 2.3 2.1 2.2 2 2.1-.1 2.2 1.3 2.1.6 2.1.7 2.2.9 2.1 1 2.1 1.2 2.1.6 2.1-.5 2.2 2 2.2 4.6 2.3 3.4 2.1 3.1 2.2 1.9 2.2 2.6 2.2 3.8 2.2 4.4 2.3 3.6 2.1 2.3 2.1 1.4 2.1 3 2.1 1.9 2.1 1.4 2.1 2.2 2.2 3.9 2.2 3.8 2.2 2.6 2 1.4 2.1 2 2 1.3 2.2 3.2 2.1 2.2 2 2.3 2.1 2.6 2 1.4 2 .7 2 1.3 1.9.1 2 1.7 2.2 3.9 2.3 5.4 2.3 5.8 2.3 5.9 2.4 6.9 2.4 6.6 2.3 5.1 2.3 5.9 2.3 5.4 2.1 3.2 2 1.3 2 2.6 2.2 3.6 2.2 4.9 1.8 3.9"/><linearGradient id="SVGID_00000170244353089203367810000003684980727916611459_" gradientUnits="userSpaceOnUse" x1="583.951" y1="-7781.785" x2="676.381" y2="-8035.718" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000170244353089203367810000003684980727916611459_);stroke-width:.25" d="m347.3 464.3 4.9-3.7 4.7-2.7 4.6-2.3 4.6-2.2 4.5-1.7 4.5-2 4.3-1.1 4.4-1.7 4.2.1 4.1.2 4.2-.6 4.4-2.7 4.2-1.3 4.2-1.6 4.1-1 4.1-.9 4-.5 4-.4 4.1-2.3 4-1.4 4-.6 3.9-.8 3.7 1 3.8.2 3.8-.9 3.9-1 3.7-.1 3.6 1.3 3.7.1 3.7-.4 3.8-1.2 3.8-1.8 3.7-1.2 3.6-1 3.8-2.3 3.7-2.7 3.6-1.5 3.7-2.5 3.6-1.7 3.6-1.8 3.2 2.9 3.4.2 3.5-.8 3.5-2.7 3.5-2.4 3.5-2.8 3.4-2 3.5-2.3 3.5-4.7 3.4-2.8 3.4-3.4 3.3-2.7 3.4-3 3.2-1.5 3.3-1.9 3.2-2.6 3.2-1.6 3.2-1.4 3.1-1.7 3.2-2.8 3.1-1.9 3-.8 3.1-1 3-.6 3 .2 2.9.1 3-1.2 2.9-.3 3-.7 2.9-.8 2.9-1.3 2.9-1.4 2.9-1.7 2.8.4 2.8-.4 2.9-1.4 2.8-.8 2.8-1 2.8-1.3 2.7-1.6 2.8-.5 2.7-1.6 2.7-1 2.7-.6 2.7-1.7 2.7-.6 2.6-1.6 2.7-2.5 2.6-2.6 2.6-1.1 2.6-.8 2.6-1 2.5-.7 2.6-1.8 2.5-1.5 2.5-2.3 2.5-.7 2.5.7 2.5 1.8 2.5 1.9 2.5 2.7 2.5-.1 2.4.3 2.4-1 2.4-1.3 2.4-1.5 2.4-1.2 2.4-2 2.3-1.9 2.3-2.8 2.3-2.3 2.3-.9 2.3-.7h2.3l2.3-1.8 2.2-1.8 2.3-1.2 2.2.5 2.3-.1 2.2-1.1 2.3.1 2.1-1.4 2.3.3h2.2l2.2.1 2.2.6 2.2 2.2 2.3 1.3 2.1.4 2.2.1 2.2 1 2.1.8 2.3 2 2.2 1.9 2.2 2.7 2.1.5 2.1.5 2.1-.1 2.1.4 2.1.4 2.2 1.6 2.1.8 2.2 3.4 2.2 3.8 2.3 4.2 2.2 2.6 2.2 3.2 2.2 3.6 2.2 3.4 2.3 4.4 2.1 2.8 2.2 2.3 2.2 3.1 2.2 3.4 2.1 1.9 2.1 1.9 2.2 3.7 2.2 3.3 2.1 3.1 2 .8 2.1 2.4 2.1 1.5 2 1.1 2 1.4 2.2 3.4 2.2 3.5 2 2.1 2 1.1 2.1 2.1 1.9 1 2 .5 2.1 3.6 2.2 3.9 2.3 5.8 2.5 7.2 2.4 6.5 2.2 5.1 2.3 5.4 2.3 5.5 2.2 3.6 2 1.5 2 2 2.1 3.3 2.2 3.6 2.2 4.7 2.3 5.7 1.5 3.1"/><linearGradient id="SVGID_00000165206685162586103260000015330756262623118745_" gradientUnits="userSpaceOnUse" x1="583.238" y1="-7781.124" x2="678.419" y2="-8042.623" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000165206685162586103260000015330756262623118745_);stroke-width:.25" d="m340.9 462.9 5-4 5.1-4.6 4.6-1.9 4.5-.8 4.5-1.1 4.6-2.5 4.6-2 4.3-.7 4.5-1.8 4.1.5 4.1.9 4.1.4 4.2-.2 4.5-3.6 4.2-.8 4 .3 4.2-2 4.3-2.1 4.2-2.6 4.2-2.2 3.9-.2 3.9-.2 4-.8 3.8.2 3.8 1 3.9-.5 3.9-1.5 3.9-1.1 3.9-1.9 3.6 1.4 3.7.3 3.8-2.4 3.7-.2 3.7-.5 3.6.2 3.8-2.5 3.6-.8 3.7-1.1 3.7-3.7 3.7-1.9 3.6-1.7 3.4.8 3.5-.7 3.4.5 3.5-.6 3.5-2.4 3.6-3.7 3.5-3.1 3.5-2.6 3.4-3.3 3.5-3.4 3.4-2.7 3.3-1 3.3-2.1 3.4-2.7 3.3-2.7 3.2-2.5 3.3-1.9 3.1-1.6 3.2-2.4 3.2-2.8 3.3-4 3.1-1.9 3-.5 3.1-.9 3-.5 3-.4 2.9-.5 3 .5 2.9-1 3-1.1 2.9-1 2.9-.4 2.8.4 2.9.1 2.9-1.3 2.8-.2 2.8-.9 2.8-.2 2.8-1.4 2.8.3 2.8.3 2.7-3 2.8-4.4 2.7-1.9 2.7-1.6 2.7-.9 2.7-1.6 2.6-.7 2.7-2.2 2.6-2.3 2.6-.9 2.6-1.4 2.6-1.5 2.5-1.5 2.6-.4 2.5-.4 2.5-1.4 2.5-.6 2.6 1.3 2.5.8 2.5 2.1 2.4.2 2.5-.4 2.4.5 2.5.1 2.4-2.1 2.3-1.8 2.4-2.6 2.3-1.3 2.4.1 2.4-.8 2.3-1.3 2.3-1.3 2.3-1.3 2.3-.7 2.2-2.1 2.3-2.5 2.2-1.3 2.3 1.9 2.3 1.2 2.2-1 2.2-2 2.2-1 2.3 1 2.2.4 2.2.4 2.2-.4 2.1-.5 2.1-.9 2.3 2.2 2.2 1h2.1l2.3 2.2 2.2 1.9 2.2 2.6 2.2 2.5 2.3 3.1 2.2 1.8 2.1.1 2-1.2 2.1-.5 2.1 1.1 2.1 1.4 2.2 3 2.3 3.7 2.2 3.1 2.2 3.5 2.3 4.4 2.2 2.8 2.1 1.9 2.2 3.1 2.3 4.2 2.2 4 2.2 3 2.2 3.6 2.1 1.7 2.2 3.2 2.2 3.8 2.2 3.8 2.3 4.1 2 .7 2 1.5 2.1 2.1 2.1 1.3 1.9-.1 2.1 2.4 2.1 2.9 2.1 1.9 2.1 2.9 2.1 2.4 2 1.8 2.1 2.1 2 2.1 2.3 4.9 2.1 3.6 2.4 5.9 2.4 7 2.4 6.4 2.2 4.5 2.2 3.9 2.2 3.2 1.8.3 2.2 3.2 2.1 3.3 2.2 4.9 2.1 3 2.3 5.2 2.3 5.5 1.2 2.8"/><linearGradient id="SVGID_00000151528046123436844600000017564861669038638266_" gradientUnits="userSpaceOnUse" x1="576.483" y1="-7775.713" x2="675.196" y2="-8046.921" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000151528046123436844600000017564861669038638266_);stroke-width:.25" d="m324.6 464.8 4.9-2 5.3-4.5 4.7-1 4.9-3.2 4.9-2.8 4.5-.6 4.8-2.5 4.8-3.7 4.6-1.8 4.5-.8 4.2 1 4.3-.9h4.3l3.9 3.2 4.3-1.5 4.3-.3 4.2-.8 4.3-.9 4.2-1.6 4.5-3.4 4.3-2.7 4.2-1.4 4.1-1 4-.1 4.2-3.2 4.1-1.5 4-1.2 3.8.9 3.9-.2 3.8.1 4-2 3.9-1.4 3.7.5h3.7l3.8-.2 3.8-1.1 3.6.3 3.7-.5 3.7-1 3.7-.7 3.9-3.9 3.7-2.6 3.7-2.2h7l3.6-1.3 3.4-.1 3.4 1.2 3.6-2.5 3.6-3.8 3.6-4.2 3.5-2.7 3.5-2.2 3.4-1.7 3.4-1.9 3.3-1.5 3.3-1.2 3.4-3.1 3.4-3.9 3.3-3.5 3.3-1.9 3.2-2.5 3.2-1.5 3.2-2.2 3.2-2.2 3.1-2.6 3.2-2.3 3.1-1.4 3-1.2 3-.4 3-.4 3 .5 3-.7 2.9-1.1 3-.8 2.9-.1 2.9.5 2.8.8 2.9-.7 2.9-1.7 2.8-.4 2.9.2 2.7.4 2.8.5 2.8-1.3 2.8-2.8 2.8-2.9 2.7-2.8 2.8-1.1 2.7-1.8 2.7-2.6 2.6-1.1 2.7-.9 2.6-1.6 2.7-.3 2.6.1 2.6-.9 2.6-.7 2.5-2.7 2.6-2.6 2.5-1.9 2.5-1.3 2.5-.2 2.5 1.4 2.5.5h2.5l2.5-.1 2.5 1.2 2.4-.2 2.4-1.3 2.4-2 2.4-2.2 2.3-2.5 2.4-.8 2.4-.5 2.3-1.8 2.3-1.3 2.3-.7 2.3-1.2 2.3-1.6 2.2-1.1 2.3-.9 2.3.2 2.3 1.1 2.2.2 2.3 1 2.3.3 2.2-1.7 2.1-1 2.2-.7 2.3 1.5 2.1-.6 2.2.5 2.3 1.6 2.1-.2 2.2 1.2 2.2.6 2.2 1.5 2.2 2.1 2.3 2.6 2.2 2.8 2.3 3.2 2.2 1.7 2.1 1.1 2.1-.5 2.1-.3 2.1 1.3 2-.4 2.1-.1 2.2 3.2 2.3 3.9 2.3 4.7 2.2 4.1 2.3 3.6 2.2 2.7 2.1 2.3 2.4 5.2 2.3 5.4 2.2 2.8 2.1 1.6 2.2 3.1 2.2 3.9 2.3 4.3 2.1 3 2.2 3.1 2.2 2.5 2 1.8 2 1.1 2 .1 2 1.4 2.1 2.1 2.2 3.1 2 1.4 2 1.7 2.2 3.4 2.1 2.9 2 1.6 2.1 2.8 2.2 3.4 2.2 3.6 2.2 4 2.4 6.6 2.4 7 2.4 5.9 2.2 4.1 2 1.3 2 1.4 2 2.9 2.2 3.1 2.2 4.2 2.3 5.3 2.1 3.6 2.2 3.8 2.3 5.5.9 2.4"/><linearGradient id="SVGID_00000128479719721205839980000016086095574211306652_" gradientUnits="userSpaceOnUse" x1="567.012" y1="-7772.956" x2="669.484" y2="-8054.49" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000128479719721205839980000016086095574211306652_);stroke-width:.25" d="m303.4 463.3 5.1-2.2 5.1-2.2 4.7-.1 4.8-.2 4.8-1 5.3-4.7 5.1-3.9 4.5.5 4.7-1.2 4.8-1.7 4.8-2.4 4.8-3.1 4.7-2.1 4.3.8 4.2 1.2 4.2.8 4.3.4 4 2.2 4.5-1.5 4.4-1.7 4.4-1.8 4.3-1.3 4.4-1.9 4.4-2.9 4.3-1.8 4.4-3.1 4.2-1.4 3.9 1 4.1-.8 4.2-2.7 4.1-1.7 4-1.5 4-1.2h3.9l4-1.7 3.8.3 3.7.7 3.9-.7 3.8-.7h3.7l3.8-.9 3.7.1 3.7-1.5 3.8-1.2 3.8-2.6 3.7-1.1 3.6-1.1 3.5 1.1 3.6-.6 3.6-2 3.5-.6 3.6-.7 3.4-.2 3.7-3.2 3.6-3.5 3.5-3.3 3.5-1.4 3.4-2.5 3.4-.9 3.5-3.8 3.4-2.8 3.5-3.7 3.4-4.9 3.4-3.5 3.2-1.3 3.3-3.2 3.2-1.4 3.2-.8 3.1-.6 3.1-.3 3.2-1.2 3.1-1.9 3.1-2 3.1-2.6 3.1-2.5 3-1 2.9 1.2 3 .1 3-.8h2.9l2.9-1.2 2.9.7 2.9.2 2.9.1 2.8-.9h2.9l2.8-1.9 2.9-1.7 2.7-.4 2.9-1.4 2.7-1.5 2.8-.8 2.7-.4 2.7-1.5 2.7-1.6 2.7-1.3 2.7-1.2 2.7-.2 2.6-1.6 2.7-1 2.6-.9 2.6-1.7 2.6-2.4 2.5-2 2.6-1 2.5-1.9 2.5-2.2 2.5-1.1 2.5-.1 2.5-.2 2.5-.1 2.5-.5 2.4.6 2.5-.5 2.4-.8 2.4-1.8 2.3-2.2h2.4l2.4.2 2.3-2.5 2.4-1.3 2.3-1.5 2.3-2.1 2.2-1.3 2.3-1.1 2.3-1 2.3-.2 2.2-.2 2.3 1.4 2.4 2.8 2.3.9 2.3.9 2.1-1.8 2.2-.2 2.2-2.2 2.2.5 2.2 1.2 2.3 1.6 2.2.7 2.1.2 2.2-1.1 2.2 1.1 2.1 1 2.3 2.2 2.2 1.8 2.2 3 2.3 2.6 2.2 2.5 2.2 2.5 2.2 1.2 2-1.5 2.1 1 2.1.9 2.2 1.8 2.2 2.6 2.2 3.5 2.3 3.4 2.2 3.5 2.3 3.9 2.1 2 2.2 3.2 2.3 4.1 2.2 3.6 2.3 3.6 2.2 3.8 2.2 2.9 2.3 4.7 2.3 4.7 2.3 4 2.1 3.3 2.2 1.8 2 1.5 2 .9 2 .5 2 1.4 2.1 2 2.1 1.7 2 1.9 2.2 3.1 2.2 3.5 2.1 3.3 2.1 2 2.1 3.1 2.1 2.8 2.2 3.3 2.1 2.8 2.2 4.1 2.3 5.1 2.4 6.5 2.4 6 2.3 4.4 2 2.1 1.9 1 2.1 2.5 2.2 3.9 2.2 3.7 2.3 5.6 2.2 3.7 2.4 6.2 1.4 3.7"/><linearGradient id="SVGID_00000072247000228205980070000004055484931443404682_" gradientUnits="userSpaceOnUse" x1="560.379" y1="-7772.471" x2="665.637" y2="-8061.648" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000072247000228205980070000004055484931443404682_);stroke-width:.25" d="m286.3 460 5-.2 5.1-1.1 5-.8 5-.9 5-1.3 5.1-1.9 4.8-.2h4.7l5.2-3.4 5.3-4.4 4.9-1.9 4.6-.2 4.6-.5 4.8-2.2 5-3.6 4.8-2.6 4.3.8 4.4.4 4 3.1 4.2 1.7 4.3-.2 4.7-3.4 4.6-2.4 4.3-.7 4.4-1.8 4.5-2.8 4.3-1 4.2-.8 4.5-3.9 4.2-.8 3.9 1 4.3-2.5 4.2-1.5 4.1-1.4 3.9.1 4.1-1.7 4-.3 3.7 1.3 3.9-.6 4-1.1 3.8-.5 3.9-.8 3.8-.2 3.8-.5 3.7-1 3.9-2.7 3.9-1.7 3.5 1.5 3.7-.3 3.7-1.1 3.6-1.6 3.8-2 3.6-1.3 3.4 1.1 3.5.1 3.6-1.6 3.6-2.2 3.6-1.8 3.5-2.9 3.6-3.3 3.6-4 3.5-3.8 3.5-3.1 3.5-2.8 3.4-3 3.4-3.5 3.4-2.3 3.3-3.1 3.3-3.4 3.3-1.2 3.1.1 3.2-1 3.2-1.5 3.1-.7 3.1-1.2 3.2-2.3 3.1-2.9 3.1-1.3 3-1.4 3-1 3 1.3 3 .5 2.9-.1 2.9-.1 3-.2 2.9-.9 2.9-1 2.9-.4 2.9-1.9 2.8-3.2 2.9-2.1 2.8-1.5 2.8-1.7 2.8-.4 2.8 1.9 2.7.4 2.7 1.5 2.8-1.2 2.7-1.8h2.7l2.7.2 2.6-2.3 2.7-1 2.6-1.2 2.6-2.8 2.6-1.3 2.6-1 2.6-2.3 2.5-1.5 2.5-2.5 2.6-2.7 2.5-1 2.5-1.1 2.4-1.9 2.5-1.3 2.4-1 2.5-.3 2.4.1h2.5l2.4-.6 2.4-.4 2.3-1.5 2.4-.6 2.4-.1 2.2-2.9 2.3-1.5 2.4-.8 2.3-.6 2.2-1.1 2.3-.8 2.3 1.1 2.4 1.1 2.3.6 2.3 1.6 2.3.9 2.2 1.1 2.2-2.7 2.1-1.6 2.2-1.1 2.2-.4 2.2 1.2 2.3 2.7 2.2.8 2.2-.5 2.2 1 2.2 1.2 2.2 1.6 2.2 2.5 2.2.6 2.2 2.5 2.3 2.8 2.3 3 2.2 2.9 2.1.8 2.1-.5 2.1 1.4 2.1.7 2.2 1.7 2.2 3.2 2.3 3.5 2.2 2.3 2.2 3.2 2.2 3.4 2.2 2.6 2.3 4 2.3 3.7 2.3 4.5 2.2 3.6 2.1 1.9 2.2 2.4 2.3 5.2 2.3 4.7 2.4 5.1 2.1 2.7 2.2 3 2 .6 2.1 2.1 2 .5 2 .9 2.1 1.8 2.1 3.1 2.1 1.3 2.1 3.5 2.2 2.5 2.2 3.8 2 2 2.1 2.1 2.1 3 2.1 2.3 2.2 3.5 2.2 4 2.4 5.9 2.4 6 2.3 5.4 2.2 4.2 2.3 4.8 1.9.8 2.1 2.5 2.3 5 2.1 2.6 2.1 3.4 2.4 5.6 2.4 6.3 2.2 4.3.1.2"/><linearGradient id="SVGID_00000117674719426897740690000013287595150551945916_" gradientUnits="userSpaceOnUse" x1="562.455" y1="-7777.141" x2="667.882" y2="-8066.822" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000117674719426897740690000013287595150551945916_);stroke-width:.25" d="m284.2 453.8 5.3-1.5 5.2-1.5 4.8 1.3 4.8.4 4.9-.4 5.2-1.8 4.8.3 5-1.8 5.3-3.7 5.3-4.5 4.7.2 4.9-1.6 4.8-1.5h4.6l5.1-4.4 4.9-2.7 4.6-1 4.2 1.7 4.1 2.5 4.4.1 4.3 1 4.7-3 4.4-1.1 4.5-1.1 4.5-1.9 4.5-3 4.5-2.6 4.3-1.3 4.5-2.9 4.4-2.6 4 .9 4.1-.6 4.1-.4 3.9 1 4-.4 4-.2 3.8 2.2 3.8 1.2 4.1-2 4.1-2.5 3.9-1.1 3.8.9 3.8-.1 3.9-2 3.9-1 3.8-.5 3.8-1.2 3.7-.6 3.8-1.3 3.8-3 3.8-1.8 3.7-2.4 3.7-.9 3.5.6 3.5 1 3.4.7 3.7-2.6 3.6-2.2 3.6-3.3 3.7-4 3.6-4.7 3.6-3.9 3.5-3 3.4-2 3.5-3 3.4-3.1 3.4-3.5 3.4-3.2 3.3-1.3 3.2-.3 3.3-2 3.2-1.8 3.2-1 3.1-.4 3.1-.4 3.2-.2 3.1-1.5 3.1-1.3 3-1 3.1-2.9 3.1-1.5 3-.4 3-1.2 3-.7 2.9-.4 3-1.2 2.9-.9 2.9-.3 2.9-3.1 2.9-1.2 2.8-2.3 2.9-1 2.8.8 2.8.5 2.7.5 2.8.8 2.8-.1 2.7.5 2.7-.4 2.7-.8 2.7.2 2.7-.8 2.7-1.2 2.7-.4 2.6-2.1 2.6-2.1 2.6-1.4 2.6-3.5 2.5-3 2.6-2.1 2.5-3.1 2.5-.7 2.5-1.4 2.5-1.4 2.5-2.2 2.4-3.1 2.4-2.3 2.4-1.3 2.5 2.5 2.5-1 2.3-.6 2.4-.8 2.4-1.1 2.3-2.2 2.4-.8 2.4.5 2.3-.5 2.3.3 2.3-.6 2.3-.7 2.3.1 2.4 2.9 2.3-.8 2.3 1 2.3 1.4 2.3 1.7 2.2-.7 2.2-1.7 2.2-1.4 2.1-1.8 2.2-1.1 2.2.7 2.2 1.4 2.2 1.3 2.3 1.5 2.2.5 2.2 1.9 2.2 1.9 2.3 2 2.2 2.3 2.3 2.7 2.3 3.4 2.2 1.9 2.3 3.2 2.1 1.2 2.1-.3 2.1.5 2.1.8 2.1.4 2.1 1.6 2.3 4 2.1 1.7 2.3 3 2.2 2.6 2.2 4 2.3 4 2.3 3.9 2.3 4 2.3 4.2 2.1 2.6 2.2 2.3 2.2 3.2 2.4 5.6 2.4 6.3 2.3 4.1 2 .2 2.2 2.9 2.2 3.9 2 .5 1.9-.1 2.1 2.2 2.1 2.3 2.1 2.1 2.2 3 2.2 3.5 2 2.2 2.2 3.1 2 1.7 2 1.4 2.2 3.5 2.3 4.6 2.2 3.5 2.3 5.4 2.5 6.4 2.2 4.2 2.2 3.9 2.1 3 2.2 3.3 2.2 3.5 2.3 5.6 2.4 5.3 2.2 4.5 2.4 5.8 2.1 3 2.2 3.4.7 1.6"/><linearGradient id="SVGID_00000013153492555660116850000012803897830436495528_" gradientUnits="userSpaceOnUse" x1="554.074" y1="-7774.047" x2="663.55" y2="-8074.817" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000013153492555660116850000012803897830436495528_);stroke-width:.25" d="m265.7 453.2 5.8-3.8 5.6-2.4 5.2-.8 5.3-1.5 5.2-.9 5.1-.5 4.5 3.3 4.9-.1 4.6 2.8 5-1.1 5.3-3.2 5.4-4.3 5.3-3.4 5.2-3.3 4.7.1 4.6.1 5-2.7 4.9-2.3 4.8-1.5 4.9-3 4.3 1.7 4.2 2.5 4.4.3 4.5-.3 4.7-2.5 4.6-2.1 4.4-1 4.4-.8 4.6-2.4 4.4-1.5 4.6-3.2 4.3-1.2 4.3-1.6 4.1.3 4.2-.2 3.9 1.3 4 .4 4.1-.5 4 .8 3.9 1.2 3.8 1.1 4.2-2 4-1.2 4-1.4 4-1 4-1.9 3.9-1 3.7.6 3.7 1 3.9-1.6 4-3.2 3.8-1.4 3.7-1.3 3.8-2 3.8-1.8 3.6-.4 3.5 1.9 3.6.2 3.6-.2 3.5-.9 3.8-3.4 3.7-5.5 3.7-4 3.7-5 3.6-3.6 3.5-3.4 3.5-1.9 3.4-2.2 3.4-1.5 3.5-3 3.4-3.6 3.3-2.1 3.3-.9 3.3-2.4 3.3-2.6 3.1.7 3.2.4h3.1l3.2-1.3h3.1l3.1-.6 3.1-2.1 3.1-2 3.1-1.8 3.1-1.7 3-.5 3-2.4 3-2.2 3-1.6 2.9-1.1 3-1.9 2.9-2.9 2.9-1.7 2.9-.6 2.8.6 2.8 2 2.8 2 2.8-.8 2.8.2 2.8.8 2.8-1.6 2.7.2 2.7-.7 2.8.5h2.7l2.6-.5 2.7-.2 2.7.5 2.6-2.3 2.6-4.8 2.6-1.2 2.6-2.7 2.6-2.9 2.5-2.4 2.5-3.2 2.5-2.3 2.5-1.2 2.5-2.7 2.4-3 2.5-2.9 2.4-2.5 2.4.3 2.5.6 2.4-1.3 2.4-1.3 2.4-.8 2.3-.7 2.4-1.3 2.3-.2 2.5 1.9 2.3.4 2.3-1 2.3-.8 2.3.1 2.4.7 2.3 1.3 2.3-.2 2.3.4 2.2.1 2.4 1.7 2.2.3 2.2-1.9 2.1-2h2.2l2.1-1.7 2.3 1.2 2.2.9 2.3 2.8 2.2 1.6 2.3 2.6 2.3 1.6 2.2 2.4 2.2 1 2.3 2.4 2.3 3.4 2.2 2.4 2.2 1.6 2.2 1.8 2.2 2 2.1-.1 2-.8 2.2 1.1 2.1 1.4 2.2 1.6 2.2 2.6 2.1 1.8 2.2 2.4 2.3 3.6 2.3 5 2.2 2.6 2.3 4.5 2.3 4.2 2.3 3.4 2.2 3.1 2.3 4.2 2.1 1.9 2.3 4.4 2.5 7.2 2.3 4 2.1 2.2 2.2 2.1 2.1 2.3h1.9l2-.1 2.1 3.4 2.2 2.2 2 1.7 2.3 3.9 2.1 3.4 2.2 2.5 2.2 3.6 2.1 2.8 2 1.8 2.2 3 2.3 4.7 2.3 5.6 2.3 3.9 2.2 4.3 2.3 4.5 2.1 2.8 2.3 4.7 2.2 3.7 2.1 2.4 2.3 5.3 2.6 7.9 2.4 6 2.3 4.7 2.2 3.6 2.2 3.8.3.4"/><linearGradient id="SVGID_00000134967478966088917550000005089511670395874970_" gradientUnits="userSpaceOnUse" x1="554.354" y1="-7776.016" x2="664.851" y2="-8079.611" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000134967478966088917550000005089511670395874970_);stroke-width:.25" d="m261.8 449.7 1.2-.6 6-4.6 5.7-3 5.5-2.1 5.3-1.1 5.3-.6 4.6 2.6 4.9 1.2 4.6 2.7 4.8 1.3 4.8 1.1 5.2-2.6 5.7-5.1 5.5-4.8 5.3-3.9 4.8-.4 4.8-.4 5.2-4 5.2-3.5 4.7-.9 4.6.2 4.4 1.2 4.3 1.3 4.4 1.1 4.5-.3 4.7-1.6 4.8-3.4 4.2 1.5 4.7-2.8 4.8-4.5 4.5-1.7 4.3-.4 4.6-3.8 4.2.2 4.3-1 4.1.7 4.1.6 3.9 2.2 4 .3 4.1.2 4 .5 4 .2 3.9.2 4.1-.9 3.9-.2 3.9.2 4.2-3.4 3.9-.6 3.8.3 3.9-.9 3.9-.9 4-3.9 3.8-.2 3.7.6 3.8-1.7 3.8-2 3.6.8 3.7-1.3 3.7-.6 3.5-.1 3.8-3.1 3.7-3.1 3.8-4.1 3.8-5.8 3.7-4.6 3.6-3.6 3.5-2 3.5-1.5 3.4-1.3 3.5-2.5 3.4-2.7 3.5-3.6 3.3-1.2 3.3-1 3.3-2.8 3.3-.6 3.2-.6 3.2-1 3.2-1.9 3.2-.9 3.2-.1 3.1-.8 3.1-.2 3.1-.7 3-.4 3.1-2.1 3.1-1.8 3.1-2.5 3-3.5 3-1.9 3-1.9 2.9-1.1 3-1.3 2.9-1.2 2.9.9 2.8-.6 2.9 1.1 2.8.1 2.8-.3 2.8.4 2.8-.4 2.8-.6 2.8.7 2.8 2.1 2.7-.5 2.7-1.5 2.7-1 2.7-1.5 2.7-.6 2.7-.7 2.6.1 2.6-2.7 2.6-2.4 2.6-1.4 2.6-3 2.5-1.8 2.5-3.8 2.5-3.8 2.5-3 2.4-2.8 2.4-4.3 2.5-2.9 2.4-.1 2.5.3 2.3-3 2.5-.8 2.3-1.2 2.4-.4 2.5 1.3 2.4 1 2.4 1.7 2.4.8h2.3l2.4-.7 2.3.2 2.2-1.7 2.3-.9 2.3.9 2.4 1.3 2.3.8 2.2-1.3 2.1-2.4 2.3-.4 2.2-.4 2.2.3 2.2-.6 2.2.7 2.2.6 2.3 2.4 2.2-.1 2.3 2 2.3 2.7 2.3 2.8 2.2 1.3 2.2 2.4 2.3 2.1 2.3 2.6 2.1 1 2.3 2.6 2.2 2.7 2.3 2.3 2.2 1.6 2-.2 2.1 1 2.2 1.3 2.1.9 2.2 2.8 2.2 2.6 2.2 2.6 2.2 2.6 2.3 3 2.3 4.2 2.2 3.5 2.4 5 2.3 4.3 2.2 3.2 2.4 4.7 2.2 3.6 2.4 4.8 2.2 3.5 2.2 3 2.3 3.5 2 .8 2 .5 2.1 2 2.1 2.3 2.1 1.9 2.1 1.9 2.1 2.7 2.1 2.8 2.3 3.4 2.1 3.2 2.4 4.9 2.1 2.9 2.1 2.7 2.3 3.9 2.2 4 2.3 4.5 2.3 4.9 2.2 3.6 2.1 2.8 2.1 2.1 2.3 4.8 2.2 4.1 2.3 3.9 2.3 5.5 2.6 7.5 2.4 5.5 2.3 4.7 2.4 5.7 2 4.1"/><path class="st3" d="m261.8 444.8 4-1.9 6-4 5.5-1.6 5.7-2.6 4.9 1.2 4.7 2.9 5.1.3 5.2-.5 4.7 1.5 5.1-.2 4.9.1 5.7-5.2 5.7-5.5 5.3-3.2 5-1.1 5.1-2.1 5.1-3.1 5.1-2.9 4.8-.8h4.7l4.2 3.1 4.6-.3 4.7-.8 4.6-.8h4.5l4.6-1.1 4.4.1 4.7-1.9 4.6-2.3 4.7-3 4.6-3.2 4.6-2.6 4.3-.5 4.3-1.2 4.3-.3 4 1.2 3.8 3.3 4.1.9 4.1.3 4 .3 4 .4 4 1.2 4-.5 4-.7 4 .2 4-1.3 4-1.4 4-.3 3.9-.9 3.9-1.1 3.9-1.7 4-2.1 3.7.8 3.9-2.3 3.7-.9 3.8-1 3.7-.6 3.7-.6 3.8-2.9 3.7-2.4 3.8-4.2 3.9-5.4 3.8-5.1 3.7-3.9 3.5-.5 3.5-2.8 3.6-2.7 3.5-1.3 3.4-1.8 3.5-3.5 3.5-2.5 3.3-1.1 3.3-.9 3.3.1 3.3-1.5 3.3-1.2 3.3-2.4 3.2-.4 3.2-.8 3.2-1.7 3.1-.3 3.2-.2 3.1-2.6 3.2-2.4h3l3.1-2.2 3.1-2.5 3.1-2.6 3-3.3 3-.8 2.9-1.1 3-1.6 2.9-.5 2.9-.3 2.9-1 2.9 1.7 2.8 1.3 2.9 1.4h2.8l2.8-1.1 2.8 1 2.8-1.3 2.8-.2 2.7 1.2 2.8-.1 2.7-1 2.7-2.4 2.7-1.3 2.7-.1 2.6-.5 2.7-3 2.6-2.5 2.6-1.1 2.6-.2 2.6.5 2.5-2.1 2.6-3.4 2.4-5.2 2.5-3.9 2.4-3.7 2.4-2.4 2.5-1.8 2.4-2 2.4-2.8 2.4-.7 2.5-.3 2.3-1.2h2.4l2.4.8 2.5.8 2.4.8 2.4 1 2.3.3 2.4.8 2.3-.8 2.2-2 2.3-.7 2.2-1.3 2.4.3 2.2.5 2.3-.4 2.2-1.1 2.1-2.1 2.2-2.2 2.1-.9 2.3.8 2.3 2 2.2 1.8 2.3 1.2 2.2 1.1 2.2.4 2.3 2.8 2.2 1.7 2.2 1.5 2.3 2.1 2.3 2.8 2.2 2.5 2.3 1.9 2.3 3.9 2.3 2.5 2.1 1.3 2.2 2 2.2 1.3 2.1 1.3 2.3 2.7 2.1 1.9 2.2 2.1 2.1.4 2.3 4.4 2.3 3.4 2.3 3.9 2.4 5.1 2.1 1.8 2.2 2.9 2.4 4.9 2.4 5.7 2.3 3.8 2.3 4.2 2.5 6 2.3 4 2 1.3 2.2 3 2.2 2 2 .6 2.2 3.3 2 1.2 2 .7 2.1 2 2.2 3.3 2.2 3.5 2.1 2.7 2.3 4.5 2.3 4.1 2.2 3.6 2.2 3.2 2.3 4.3 2.2 3.4 2.2 3.3 2.1 2.9 2.2 3.2 2.2 3.8 2.2 4 2.3 3.9 2.3 4.9 2.3 4.2 2.4 6.1 2.6 7 2.2 4.2 2.4 5.4 2.3 4.5 2.4 5.4.4 1"/><linearGradient id="SVGID_00000147209773428682733800000003819592441678139797_" gradientUnits="userSpaceOnUse" x1="560.692" y1="-7783.557" x2="673.08" y2="-8092.311" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000147209773428682733800000003819592441678139797_);stroke-width:.25" d="m261.8 439.9 1.1-.4 6.1-4.1 5.4-.6 5.7-2.4 5 1.2 5 1.4 4.9 1.6 5.1.8 5.3-1.6 5.3-1.4 5 .2 5.5-3.7 5.4-2.6 5.5-3.8 5.4-4.1 5.2-2.8 5.2-2.7 4.8-.5 4.9-.7 4.6.5 4.4 1.8 4.7-.1 4.7-.1 4.5.1 4.6-.1 4.5.2 4.8-2.6 4.7-2.1 4.9-4.2 4.9-4.5 4.5-1.4 4.6-2.7h4.3l4.4-.9 4.3-1.2 4.1 1.1 4.1 1.5 4 1.7 4.1.6 3.9 2.4 4 1.2 4.1-.8h4.1l4 .3 3.9 1.2 4.1-1.9 4-.2 4-1.6 3.9.3 4-1.4 4-1.8 3.8-.2 3.8.3 4-2.7 3.8-1.8 3.8-.5 3.7-.5 3.8-2.3 3.9-3.4 3.9-5 3.9-4.9 3.8-4.8 3.8-3.6 3.6-1.7 3.6-2.8 3.7-3 3.6-3.3 3.5-1.5 3.4-1.2 3.5-1.9 3.3.1 3.4-1.2 3.5-2.4 3.3-2.3 3.3 1.1 3.3-1.9 3.3-2.2 3.3-.4 3.2-1.6 3.2-.2 3.1.5 3.2-1.4 3.2-2.8 3.2-3.4 3.2-2.4 3.1-2.3 3-.9 3.1-2.5 3.1-4.1 3-3.3 3-1.8 3-.1 2.9-.2 2.9.8 2.9.7 2.9.1 2.9.1h2.8l2.9 1.4 2.8 1.3 2.8-.7 2.8.9 2.8.9 2.8.5 2.8 1.1 2.7-1.3 2.7-1.6 2.7-3 2.7-.7 2.7-1 2.7-1.5 2.6-2.5 2.6-.5 2.6-2 2.6-.9 2.6-1.4 2.5-2.9 2.5-2.6 2.5-2.3 2.5-3 2.5-1.5 2.4-3 2.4-3 2.5-1.8 2.4-1.2 2.4-1 2.4-1.3 2.4-.8 2.4.8 2.5 1.7 2.4.2 2.4-.5 2.3.2 2.4.7 2.3-1.5 2.2-2.3 2.3-.9h2.3l2.2-2.3 2.3-.3 2.3 1.6 2.3.6 2.3-.1 2.1-1.3 2.1-2.6 2.2-1.8h2.2l2.2 1.1 2.3 1.6 2.3 1.6 2.2 1.8 2.3 1.8 2.3 2.3 2.2 1.7 2.2 1.3 2.3 2.7 2.3 2.2 2.3 2.8 2.2 2.1 2.2 1.7 2.2 1.6 2.1 1.1 2.3 3.1 2.3 3.1 2.2 2 2.2 2.1 2.3 3.6 2.1 1.2h2.1l2.1 1.3 2.3 4 2.2 3.4 2.4 3.9 2.3 4.6 2.3 3.9 2.3 4.2 2.4 5.5 2.4 4.3 2.3 4.4 2.5 5.9 2.2 3.4 2.2 2.3 2.3 4.4 2.1 2.5 2.1 1 2.1 2 2.1 1.7 2.1 1.8 2 .9 2.1 2.5 2.2 3.6 2.3 3.7 2.2 4.2 2.3 4.3 2.3 3.8 2.2 3.9 2.3 3.8 2.3 4.3 2.3 4.3 1.9 1.3 2.3 3.8 2.1 2.3 2.2 4.1 2.4 5.5 2.3 4.4 2.4 5 2.3 5.2 2.5 6.1 2.2 3.9 2.3 3.9 2.4 5.7 2.3 5 1.5 3.9"/><linearGradient id="SVGID_00000175302396913902139110000000377134882280152503_" gradientUnits="userSpaceOnUse" x1="564.404" y1="-7788.376" x2="677.061" y2="-8097.891" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000175302396913902139110000000377134882280152503_);stroke-width:.25" d="m261.8 433.7 4.2-1.5 5.7-1.8 5.5-.9 5.2.5 5 2.2 5.1.6 5.1.6 5.3-.1 5.2-.7 5.4-1.9 5.7-4.3 5.1-.8 5.7-4.6 5.5-3.9 5.1-2 5-.2 4.9-.5 4.8-.3 4.9-.6 4.5 1.4 4.8-.5 4.7-.1 4.8-1 4.5.8 4.5.3 4.8-2.3 5.1-4.7 4.9-4 4.8-2.7 4.6-1.7 4.5-1.6 4.4-.7 4.5-1.2 4.5-1.8 4.4-1.3 4.2.2 4 2.3 4 1.7 3.9 3 3.9 2.2 3.9 2.8 4.1-.1 4.2-1.3 4.1-.8 4.2-2.6 4-.3 4.1-1 4.1-1.8 3.9-.3 4-1.6 3.9.4 3.7 1.2 4-2 3.9-1.6 3.9-1.8 3.7-.6 4-3.2 3.9-3.6 3.9-4.3 3.9-5.3 3.7-2.1 3.9-5.4 3.7-3.5 3.8-3.4 3.5-1.4 3.6-2.1 3.7-4.1 3.5-2.2 3.4.9 3.3-.1 3.5-1 3.4-.9 3.3-1.8 3.4-1.5 3.3-1.2 3.4-2.4 3.3-1.6 3.2-1 3.3-.1 3.2-.4 3.1.3 3.2-2.5 3.3-5.1 3.2-3.5 3.1-1.5 3.1-2.7 3.1-3.1 3.1-4.5 3-1.8 3-.5h3l3-1 2.9.3 2.9 1.4 2.9-.2 2.9.4 2.9.5 2.9.5 2.8.6 2.9 1.6 2.8-.1 2.8 2.3 2.8.6 2.8-.4 2.7-.8 2.8-2.3 2.7-1.6 2.7-.5 2.7-2.1 2.6-3.5 2.7-3.1 2.6-.2 2.6-1.1 2.6-1.4 2.7.6 2.6-.7 2.5-2.8 2.5-1.3 2.5-1.1 2.5-1.3 2.5-1.7 2.5-2.6 2.4-3.7 2.4-1.9 2.4-.5 2.5-1.4 2.4-.7 2.4-.5 2.5 1.4 2.4 1.1 2.4.5 2.3-1.5 2.3-1.7 2.4-.3 2.2-1.7 2.4-.6 2.2-1 2.3-.3 2.3-1.7 2.3.4 2.3 1.5 2.2-.7 2.2-1.5 2.2-1.1 2.3.5 2.1-1.8 2.1-2.2 2.1-1.2 2.3 2.1 2.4 3.2 2.2 1.4 2.3 1.9 2.2 2 2.2.8 2.2.9 2.2.7 2.3 3.1 2.4 3.9 2.3 3.3 2.2 2.4 2.3 3 2.1.2 2.2 1.9 2.4 4.1 2.3 3.9 2.2 1.8 2.3 3 2.2 2.1 1.9-.9 2.2 2.2 2.2 2 2.2 2.3 2.2 3.4 2.4 4.3 2.3 4.6 2.5 6 2.3 4 2.3 4.4 2.5 5.6 2.4 5.4 2.4 5.6 2.3 3.5 2.2 3 2.2 2.2 2.1 1.7 2.1 1.6 2 1.2 2.1 2.1 2.1 1.9 2 1.3 2.2 2.8 2.3 4 2.3 4.9 2.4 5.5 2.4 5 2.2 2.9 2.3 4.2 2.3 5.1 2.1 2.5 2.1 2.2 2.2 2.7 2.2 3.7 2.2 3.5 2.3 4 2.5 6.5 2.1 3.2 2.4 4.9 2.3 4.2 2.2 3.8 2.3 4.8 2.4 5.1 2.4 5.4 2.4 5.3.8 1.9"/><linearGradient id="SVGID_00000011719822426831013190000015230041953687251584_" gradientUnits="userSpaceOnUse" x1="567.486" y1="-7791.124" x2="679.495" y2="-8098.864" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000011719822426831013190000015230041953687251584_);stroke-width:.25" d="M261.8 429.8h1l5.7-1.5 5.7-1.7 5.1 1.9 5.4-.3 5.2 1.1 5.2.5h5.3l5.4-1.4 5.7-3.6 5.6-3.4 5.5-2.3 5.2-1.3 5.4-2.8 5.2-1.6 4.8.7h4.9l5.1-1 4.8-.2 4.9-.7 4.7.6 4.8-.6 4.9-1.6 4.7-.1 4.8-.9 5-3.6 5.1-4.8 4.9-2.6 4.5-.6 4.5-.3h4.5l4.6-2.5 4.7-2.8h4.3l4.3.1 4.4-.4 4.3-1.2 4.2.9 3.9 3.8 3.8 4.2 3.9 2.9 4.2-1.1 4.2-.3 4.3-3.2 4.3-2.4 4.1-1 4.2-2.5 4.1-1.8 4-.6 3.9.9 3.8 1 3.9.2 3.9-1.8 3.9-.7 4-2.2 3.8-.8 3.9-1.8 3.8-2 3.9-3 3.9-3.7 3.9-4.4 3.9-6 3.9-4.2 3.7-4.1 3.7-3.5 3.7-3.2 3.6-2.1h3.4l3.5.1 3.4-1.2 3.5-.7 3.4-1.3 3.4-1.9 3.4-.7 3.4-1.2 3.3-.9 3.3-2.2 3.4-2 3.3-2.2 3.2-1 3.2-1.1 3.2-1.7 3.3-4.8 3.2-3.5 3.2-2.8 3.1-3.1 3.2-3.5 3-2.7 3.1-1.2 3-1.2 3-2.8 3-.4 2.9 1.3h3l2.9.9 2.9.6 2.9 1 2.9.2 2.9.8 2.8.9 2.8 1.3 2.9 1.7 2.8.3 2.8.2 2.8.4 2.7-1.3 2.8-2.2 2.7-3.4 2.7-1.7 2.6-1.9 2.7-2.4 2.6-3.7 2.6-1.6 2.7.8 2.6.4 2.6 1.1 2.6-.2 2.6-1.2 2.5-2.1 2.6-1.3 2.5-.9 2.5.3 2.4-3.1 2.5-2.2 2.3-3.4 2.4-2.5 2.4-1.3h2.5l2.4.9 2.5 1.1 2.4.2 2.4.8 2.4-1 2.3-1.2 2.3-1 2.3-1.7 2.3-.3 2.4.3 2.3 1 2.3-.4 2.3-.2 2.2-1.3 2.2-1.1 2.2-.5 2.2-1.1 2.1-1.6 2.2-1 2.2-.7 2.2.5 2.3 1.6 2.3 1.4 2.2 1.9 2.3 1.6 2.2.5h2.1l2.2.6 2.2 1.1 2.4 4.8 2.4 4.7 2.3 3.1 2.3 3 2.2 1.5 2.1.1 2.3 3.2 2.3 3.5 2.3 3.3 2.2 1.4 2.3 3.2 2.2 2 2.2 2.6 2.1 1.1 2.1.9 2.2 1.7 2.3 3.8 2.4 6 2.5 5.3 2.3 3.9 2.2 3 2.4 4.7 2.5 6.1 2.4 5.5 2.4 4.8 2.5 6.5 2.2 2.5 2.2 2.6 2.1 2.1 2.1.9 2.1 2.5 2.1 1.2 2.1 2.3 2.1 1.4 2 1.8 2.2 2.9 2.4 5.2 2.5 5.8 2.2 4 2.3 3.8 2.2 3.8 2.3 3.5 2.1 2.5 2.3 3.9 2.2 3.5 2.2 4 2.1 1.9 2.2 3.6 2.3 4.3 2.3 4.6 2.4 5.1 2.3 4 2.2 3.6 2.4 5.6 2.3 4.3 2.6 6.9 2.4 5.2 1.6 3.8"/><linearGradient id="SVGID_00000129918862065967009410000012992616293393478804_" gradientUnits="userSpaceOnUse" x1="570.621" y1="-7796.258" x2="682.182" y2="-8102.774" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000129918862065967009410000012992616293393478804_);stroke-width:.25" d="m261.8 423.3 3.8 1.1 5.1 2.4 5.4.3 5.3 1 5.7-1.7 5.3.6 5.4-.8 5.6-1.7 6-5.3 5.6-2.7 5.4-1.5 4.9 1.5 5.1-.3 5.5-3.3 5.3-2 4.9.8 4.8 1 4.8 1 5.2-2.8 5-1 4.7.4 5.1-2.9 4.9-.9h4.7l5.1-4 5.1-4.2 4.7-.7 4.6-.5h4.6l4.5-.8 4.8-2.6 4.5-1 4.4-.3 4.5-.7 4.4-.8 4.3.4 4.1 2.3 4 2.3 4.1 1.8 4.1 1.1 4.2.3 4.3-2.1 4.4-2.7 4.3-2.3 4.4-4.3 4.2-2.5 4.2-2.2 4.1-1.3 3.8 1.7 3.9 1.4 3.9.6 3.9-.9 4-1.5 3.8.2 3.9-.5 3.7.2 3.9-1.9 3.9-2.3 3.9-2.2 3.8-2.1 3.9-5.1 4-7 3.8-4.8 3.7-2.7 3.8-2.9 3.5-1.4 3.6-.6 3.5-.2 3.5-2.2 3.5-2.3 3.5-1.7 3.5-1.4 3.4-.5 3.3-.4 3.4-2.7 3.5-3.7 3.3-3.1 3.4-3.3 3.3-4.1 3.3-2.9 3.3-2.5 3.2-2.4 3.2-2.2 3.2-2.2 3.1-2.1 3.2-3.1 3.1-1.9 3-1.5 3.1-2.3 3-2 3-.9 3-1.2 2.9 1.1 3 1.6h2.9l2.9.1 2.9-.1 2.9.4 2.9.9 2.8 1.7 2.9 1.5 2.8-.7 2.8-.5 2.8-1.9 2.8-.2 2.7-.3 2.7-2.8 2.7-1.6 2.7-2.8 2.7-1.5 2.6-3 2.7-1.5 2.6-2.2h2.6l2.7 2.2 2.6.8 2.6.5 2.6-1 2.5-.8 2.6.1 2.5.5 2.6 1.6 2.5-1.6 2.4-2.6 2.5-.3 2.3-3 2.4-1.3 2.5.5 2.5.7 2.4.4 2.5 1.2 2.4.1 2.3-1.4 2.3-2.8 2.3-1.1 2.3-.4 2.3-.4 2.3-1.2 2.3.4 2.4 1.1 2.2-.5 2.3-1.2 2.2-1.2 2.2-.1 2.2-.7 2.2-.9 2.1-2 2.3.5 2.1-.5 2.2-.3 2.3 2.1 2.3 1.2 2-1.3 2.2-.1 2.2 1.1 2.2.5 2.2 1.6 2.5 5.7 2.4 4.8 2.4 3.6 2.2 2.1 2.2 1.2 2.2 1.5 2.3 2.5 2.2 2.1 2.3 3.1 2.2 2.4 2.3 3.1 2.3 3.3 2.2 3 2.2 1.9 2.1 1.4 2.3 3.2 2.4 4.2 2.3 4.5 2.5 5.6 2.4 4.9 2.3 3.2 2.3 4.1 2.4 4.9 2.4 4.5 2.4 5.7 2.5 5 2.4 5.2 2.3 4.2 2.1 1.8 2 .9 2.2 1.9 2.1 1.7 2 1.2 2.1 2 1.9.1 2 1.1 2.3 3.9 2.4 4.8 2.3 4.7 2.3 4 2.2 2.9 2.3 4.1 2.4 5 2.2 3.9 2.4 4.6 2.3 4.5 2.1 2.5 2.1 2.1 2.2 3.5 2.2 3.7 2.4 4.7 2.4 5.2 2.4 5.9 2.2 3.5 2.4 5.2 2.6 6.3 2.7 7.9 1.5 3.2"/><linearGradient id="SVGID_00000067917392842578196200000009331760760813231005_" gradientUnits="userSpaceOnUse" x1="573.365" y1="-7796.84" x2="685.446" y2="-8104.78" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000067917392842578196200000009331760760813231005_);stroke-width:.25" d="m261.8 421.4.5.2 5.2 2.4 5.5.4 5.2 2.4 5.9-3 5.5-.4 5.7-1.3 5.7-2.1 6-4.9 5.4-.5 5.3-.7 5.1.7 5.4-2 5.5-2.1h5l4.7 2.6 4.8 1.8 5.2-1.7 5.2-1.6 5-1.3 5.2-2.2 5.5-5.1 5-2.1 4.8.1 5-2.4 4.8-1.4 4.7-.2 4.6.2 4.6-.2 4.6-.4 4.7-1.8 4.7-2.3 4.4.6 4.7-2.1 4.5-1.3 4.3 1.2 4 3.5 4.2 1.6 4.4-1.3 4.4-1.8 4.3-1.1 4.3-1.2 4.3-1.4 4.6-4.6 4.4-3.6 4.3-2.7 4.1-.8 4-.2 3.9 1.3 4 .4 3.9.9 3.8.6 3.9.8 3.9.1 3.8 1.1 3.9-1.3 4-2.8 3.9-2.8 3.8-1.2 3.9-2.3 4-6 4-6.4 3.8-1.5 3.7-2.1 3.7-1.9 3.6-2 3.6-.9 3.6-2.1 3.7-3.2 3.5-1 3.4-.8 3.6-3 3.5-2.3 3.4-2.7 3.5-2.3 3.4-3.7 3.5-5 3.4-6.4 3.4-5.5 3.3-2.5 3.3-3.2 3.2-1.4 3.2-1 3.2-1 3.2-2.8 3.1-1.1 3.1-1.8 3.1-1.1 3.1-.6 3-1.3 3-.7 3-.7 3 .4 3 .4 2.9-.8 3-.9 2.9-.3 2.9 1.8 2.8 2.4 2.9-.7 2.9-.5 2.8.4 2.8-2.4 2.8-2.1 2.8-.3 2.8-1 2.7-.4 2.7-1.6 2.7-2.4 2.7-2.6 2.7-1.3 2.6-1.8 2.7-.8 2.6-1.6 2.6-.7 2.6 1.4 2.6-.6 2.6-.4 2.6 1 2.7 2.4 2.6 3.9 2.6 2.3 2.6.3 2.5-.6 2.5.2 2.5-1.1 2.3-2.4 2.5-.3 2.5.1 2.4-1.2 2.3-1.4 2.5-.1 2.3-.7 2.4-.9 2.2-3.6 2.3-1.5 2.4.4 2.3-.2 2.3-.3 2.3.3 2.4 1.1 2.4 1.6 2.2-1.1 2.2-1.4 2.3.3 2.3.6 2.2.3 2.1-2.5 2.2-1.3 2.2.7 2.2-.7 2.1-.3 2.2-.1 2.1-1.1 2.2.5 2.2 1.3 2.2.6 2.2 1 2.3 3.5 2.5 4.8 2.2 2.4 2.2.9 2.3 3.5 2.3 3.1 2.4 4.1 2.2 1.6 2.2 2.2 2.3 2.1 2.2 3.1 2.3 3.3 2.3 3.1 2.3 2.8 2.2 2 2.4 4.5 2.5 6.3 2.4 4.5 2.3 4.4 2.3 2.6 2.2 3.3 2.4 4.7 2.4 4.6 2.6 7.2 2.4 4.8 2.4 4.7 2.4 4.3 2.3 3.5 2.1 2 2.2 2 2.1 2.3 2.1 1.7 2 .7 2 1.2 2 .9 2 .2 2.1 2 2.2 3.4 2.3 4 2.4 5.2 2.4 4.7 2.2 3.4 2.2 3.8 2.3 3.9 2.3 3.8 2.3 4.5 2.2 3.5 2.2 3.3 2.3 4.2 2.3 4 2.2 3.4 2.5 6.1 2.4 4.7 2.2 3.8 2.3 3.7 2.5 6.2 2.7 7.7 2.6 7 .1.4"/><linearGradient id="SVGID_00000173162547106020285210000001255437919104535978_" gradientUnits="userSpaceOnUse" x1="261.764" y1="-7957.252" x2="951.457" y2="-7957.252" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000173162547106020285210000001255437919104535978_);stroke-width:.25" d="m261.8 419.7 2.6.8 5.8-.7 5.6.1 5.8-1.4 5.5.1 5.8-2.1 5.5-.5 5.6-1.6 5.5-.5 5.4-.7h5.3l5.2.2 5.6-3 5.4-1.7 4.8 1.9 4.8 2.5 5.2-1.1 5.4-2.8 5.1-1 5.3-2.7 5.6-6.3 5.4-4.3 5.1-1.7 4.8-.7 4.8-.3 4.6 1 4.8-1.7 4.5 1.3 4.7-.7 4.6.3 4.8-2.2 4.7-1.7 4.6-1.2 4.4.3 4.4.6 4.2 1.6 4.4.2 4.5-2 4.4-.8 4.5-2.5 4.2-.3 4.5-3.2 4.5-4.1 4.4-2.5 4.1.1 4.1-.1 4 .8 3.9 1.8 4.1-.1 3.9.8 3.9 1.7 3.8 2.2 4-1 3.9.1 4.1-3.5 3.9-1.7 3.9-1.4 4-2.6 4-4 3.9-3.9 4.1-6 3.7-1.5 3.7-1.3 3.7-.5 3.7-2.6 3.6-.5 3.7-2.6 3.6-2.1 3.6-2.6 3.6-1.7 3.6-3.3 3.5-3.1 3.5-3.2 3.5-4 3.6-5 3.4-4.4 3.5-5.6 3.4-5.2 3.3-2.6 3.3-3.1 3.3-1.8 3.2-2.9 3.2-2.2 3.2-1.3 3.1-.7 3.2-1 3.1-1.5 3 .3 3.1-.9 3.1-1.7 3-.6 3 1.5 3 1.3 2.9-1.3 3 .5 2.9-.6 2.9-.5 3-.1 2.8.4 2.9 1.1 2.9 1 2.8-1 2.8-2.8 2.8-.4 2.8-2.9 2.7-2.3 2.8-.7 2.7-1.8 2.7-1.5 2.7-1.7 2.6-3.3 2.7-.7 2.6-2.8 2.5-3.1 2.7 1.8 2.7 2.4 2.6 1.4 2.6.8 2.7 1.2 2.6 2.3 2.7 3.7 2.6 2 2.5 1.3 2.6.7 2.5-.8 2.4-2 2.5.8 2.5-.6 2.5.3 2.4-.9 2.3-2.2 2.3-2 2.4-1.3 2.4-.4 2.3-.4 2.5 1.6 2.3.4 2.4.6 2.4.2 2.3.4 2.4 1 2.3.2 2.2-1.8 2.2-1.1 2.2-.8 2.3-.2 2.2.1 2.2-.4 2.3.3 2.2.6 2.2-.5h2.2l2.1-1.7 2.1.4 2.3 1.4 2.2-.1 2-.6 2.2.1 2.3 2.2 2.2 1.3 2.2 2.1 2.3 2.5 2.5 5.2 2.3 3.3 2.2 2.1 2.3 2 2.2 1.9 2.2 2.5 2.4 3.5 2.3 4.1 2.4 4.2 2.3 3.1 2.4 3.9 2.3 3.8 2.4 4.9 2.4 4.3 2.4 4.1 2.3 3.7 2.2 2.1 2.3 3.4 2.3 3.9 2.5 5.4 2.4 4.9 2.3 4.2 2.6 6.5 2.3 3.6 2.3 2.9 2.3 4 2.1 1.7 1.9.1 2.1 1.1 2.1 2 2 .6 2 1.1 2.2 3 2.3 3.8 2.4 5 2.3 4.4 2.3 3.6 2 1.9 2.1 2.1 2.3 3.9 2.3 3.8 2.1 2.8 2.2 3.4 2.3 3.8 2.4 5 2.4 4.7 2.3 4.5 2.2 3.6 2.3 3.7 2.4 5.7 2.2 3.1 2.5 5.5 2.6 7.2 2.7 7.4 1.5 4.2"/><linearGradient id="SVGID_00000103977509475732862550000014755293662412086414_" gradientUnits="userSpaceOnUse" x1="261.764" y1="-7958.624" x2="957.865" y2="-7958.624" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000103977509475732862550000014755293662412086414_);stroke-width:.25" d="m261.8 416.7 5.5-1.7 6.1-2.5 5.6-.2 5.6.2 5.9-1.8 5.2 1.6 5.5-.1 5.7-1.5 5.2 1 5.1 1.5 5.3.8 5.7-3.2 5.8-4.1 5.3-.9 5.2-.2h5.1l5.4-1.9 5.2-2.1 5.4-2.8 5.9-7 5.2-2.8 5.1-2 5-1.4 4.7 1.2 4.8-.3 4.7-.5 4.7.4 4.6.6 4.8-1.6 4.7-.3 4.7-1.5 4.6-.8 4.4 1.5 4.5-.7 4.5-.6 4.6-2.1 4.6-2 4.5-2.1 4.5-1.8 4.4-1.9 4.2 1.4 4.4-2.5 4.3-.7 4 2.4 4.1.2 4 .7 4.1.5 4.1-.2 4 1.2 3.9.7 3.9 1.3 4-.5 4-.7 4-.8 4-1.6 4-3 4.1-3.3 4-3.6 3.9-3.6 3.9-2 3.8-.7 3.8-2.9 3.8-1.6 3.8-5.2 3.7-.4 3.7-2.1 3.6-.4 3.6-3.6 3.7-3.7 3.6-3.2 3.6-2.4 3.5-3.9 3.6-5.5 3.6-5.8 3.5-4.2 3.4-4.9 3.4-2.9 3.4-2.8 3.3-4 3.3-2.3 3.3-.8 3.2-1.6 3.2-1 3.2-2.1 3.1-1.2 3.1-1.9 3.2-.6 3-.3 3.1-.1 3.1-.4 3 .1 3 2.1 3-.4 3-.6 2.9-.6h3l2.9-2.2 2.9-.5 2.9.6 2.9.4 2.8-.5 2.8-3.1 2.8-1.6 2.8-2.1 2.8-2.5 2.8-.5 2.7-1.3 2.7-.4 2.7-2.2 2.7-1.7 2.6-2.7 2.7-.7 2.6-2 2.6.8 2.7 1.9 2.7 1.6 2.6 1.7 2.7 1.9 2.6-.2 2.6 1.2 2.6 1.2 2.6.9 2.6 1.5 2.5 1 2.5-.7 2.5-.7 2.5.6 2.5 1.7h4.9l2.4-1 2.5.1 2.3-1.3 2.4.9 2.5.4 2.3-.2h2.4l2.4 1 2.4 1.8h2.4l2.3-.3 2.3-.3 2.2-.7 2.2-1.6 2.2-1.2 2.3 1.1 2.3.9 2.3-.1 2.2.3 2.1-1.8 2.1-2 2.2-.1 2.1-.5 2.3 1.6 2.2.1H819.5l2.1.2 2.2 1 2.3 1.7 2.1.2 2.3 2.5 2.3 3.3 2.4 3.5 2.3 3 2.2 2.2 2.3 2.2 2.3 2.9 2.3 3.5 2.4 4.8 2.5 5.4 2.5 5.1 2.4 3.9 2.4 4.1 2.4 4.6 2.4 5 2.5 5 2.3 3.2 2.1 1.5 2.1 1.5 2.3 3.4 2.4 4 2.2 3.2 2.5 5.2 2.5 6.2 2.4 3.8 2.2 2.5 2.2 3.3 2.1 1.1 2.1 1.4 2.2 2.5 2.1 1.8 2 1.3 2.2 2.6 2.2 2.9 2.3 3.8 2.4 4.8 2.3 4.4 2.1 2.4 2.1 1.6 2.2 3.4 2.4 4.6 2.2 3.5 2.3 3.6 2.3 3.7 2.1 2.9 2.4 5.1 2.4 4.7 2.2 2.8 2.3 4.3 2.1 2.8 2.2 3.5 2.3 4 2.5 5.5 2.5 5.9 2.7 7 2.5 6.3.8 1.7"/><linearGradient id="SVGID_00000125566621380863982930000009411351569300235674_" gradientUnits="userSpaceOnUse" x1="261.791" y1="-7958.728" x2="963.687" y2="-7958.728" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000125566621380863982930000009411351569300235674_);stroke-width:.25" d="m261.8 411.4 2.3-.2 6.5-4.1 5.8-.5 5.7-.5 5.5 1 5.3 1.6 5.1 3.4 5.5-.3 5.6-.6 5.6-1.2 5.4-.1 5.7-2.1 5.9-4.2 5.6-2.5 5.5-1.6 5.4-1.7 5.5-2.8 5.3-1.7 5.3-2.2 5.8-6 5.6-5 5-.6 4.9-.3 4.8.8 4.9-.6 4.7.4 4.9-1.2 4.6 1.1 4.6.9 4.7-.8 4.9-2.2 4.9-3.4 4.4 1.2 4.6.1 4.7-2.3 4.6-2 4.5-.6 4.5-1.4 4.5-.9 4.3-.4 4.3.6 4.3-1 4.2 1.4 3.9 2.9 4.3-.7 4.3-1.2 3.9 2.7 4 1.5 4.1-.8 4 1.1 4.1.2 4.1-1.6 4-.1 4-.8 4-.7 4.1-3.4 4.1-3.5 3.9-.9 3.9-1.5 3.9-3 3.9-1.7 3.8-1 3.8-3.5 4-6.2 3.8-2.3 3.6-1.1 3.7-1.5 3.7-3.8 3.7-3.4 3.7-2.9 3.6-4 3.6-4.4 3.6-4.1 3.5-4 3.6-7 3.5-4.6 3.4-1.8 3.4-2.7 3.3-3.5 3.4-2.8 3.2-2.2 3.3-1.3 3.2-1.8 3.2-1.2 3.2-2.1 3.2-.7h3.1l3.1-.3 3.1.6 3-1.3 3.1-.6 3 1.3 3 .2 3 1 3-.4 3-.9 2.9-.3 3-1.3 2.9-1.5 2.9-.7 2.8-.6 2.9-1.7 2.8-1.6 2.8-4.3 2.8-1.9 2.7-1.2 2.8-.3 2.8-.4 2.7-.5 2.7.7 2.7-1.1 2.7-.5 2.6-2 2.7.3 2.6-.1 2.7 1.9 2.7 1.7 2.6.5 2.7 1.5 2.6 1.6 2.6-.2 2.6.1 2.5-1.3 2.5.6 2.6 1.5 2.6 1.6 2.5-.5 2.5 1.1 2.5.9 2.5.9 2.5-.2 2.4.8 2.4-.9 2.5.2 2.3-1 2.5 1.5 2.5 2 2.4.9h2.3l2.3-1.2 2.3-1.6 2.2-.6 2.4.4 2.3.9 2.3.5 2.3-.1 2.3-.2 2.2-.3 2.3.1 2.2.1 2.1-2.2 2-2.3 2.1-1.3 2.2-.9 2.2 1.2 2.3 1.8 2.1-.3 2.2.7 2.2.5 2.2 1.2 2.3 1.4 2.2 2.2 2.3 1.8 2.2 1.7 2.3 2.2 2.2 2.5 2.3 3 2.4 3.2 2.4 3.9 2.4 4.4 2.5 5.2 2.5 5.6 2.5 5.7 2.4 4 2.3 3.4 2.5 4.9 2.5 5.4 2.4 4.6 2.4 3.8 2.1 1.5 2.2 1.8 2.2 2.7 2.2 1.9 2.3 3.4 2.3 3.7 2.5 5.4 2.3 3.9 2.2 2.3 2.2 2.4 2.1 1.3 2.1 2.1 2.2 3 2.3 3.6 2.2 2.1 2 .9 2.2 2.7 2.3 3.9 2.4 5.4 2.5 5.2 2.2 2.8 2 1.7 2.3 3.4 2.2 3.4 2.5 5.2 2.3 4 2.3 4.2 2.3 3.9 2.1 2.6 2.2 3.2 2.3 3.6 2.2 3.3 2.1 2.9 2.1 2.3 2.4 4.6 2.2 3.5 2.7 6.9 2.6 6.8 2.6 6.6 1.8 4.7"/><linearGradient id="SVGID_00000002381470392072732850000009077253339518539190_" gradientUnits="userSpaceOnUse" x1="261.764" y1="-7957.681" x2="969.694" y2="-7957.681" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000002381470392072732850000009077253339518539190_);stroke-width:.25" d="m261.8 404.9 5.6-1.6 6.2-2.3 6.1-1.9 5.4 1.6 5 4.4 5.5.9 5.4.8 5.9-1.9 5.6-.7 5.2 1.7 5.7-1.9 5.7-2.2 5.9-3.4 5.6-2.3 5.6-3 6.2-7 5.7-3.9 5.2-1.2 5.5-3 5.2-1.7h5l5-.1 4.9.3 5.1-2.3 4.9-.4 4.9-1 4.9-.9 4.8-.7 5-2.5 4.7-.3 4.7-1 4.8-1.4 4.5.8 4.4 1.2 4.7-2.4 4.6-.8 4.6-2.6 4.4.3 4.3 1.6 4.2 1.2 4.2 1.2 4.1 2.3 4.3-.4 4.2.9 4.2.3 4.1 1.9 4 1.7 4.1.4 4.3-1.7 4.2-2.3 4 1 4 .1 4.1-2 4.1-1.7 4.1-2 4.1-2.9 4-1.9 3.9-1 3.9-2.2 4-2.4 3.9-2.2 3.9-3.9 3.9-4.2 3.9-3.6 3.7-2.6 3.8-3.5 3.7-2.6 3.7-2.9 3.7-2.9 3.5-1.2 3.6-1.8 3.6-3.5 3.6-5.9 3.6-3.8 3.5-4.2 3.5-4.1 3.4-3.6 3.4-3 3.3-2.7 3.3-1.5 3.3-2.1 3.3-2.3 3.2-1.1 3.2-1.9 3.2-.5 3.2-.1 3.1-.6 3.2-1.4 3.1-2.3 3 .1 3.1 1.8 3 1.8 3 .3 3.1.4 3-1 2.9-1.5 3-1.4 2.9-1.3 2.9-1.1 2.9.6 2.9-.5 2.8-2.6 2.9-2.7 2.7-4.1 2.8-1.4 2.8.6 2.8.2 2.8.8 2.8.7 2.7.9 2.7-.3 2.7-2.3 2.7-.1 2.6-.5 2.8 2.7 2.6 1.2 2.7-.4 2.6-.2 2.6-1.1 2.6.4 2.5-2 2.6 1.2 2.6 2 2.7 3.2 2.6 2.1 2.5.1 2.5-.3 2.5-1.5 2.4-1.4 2.4-.2 2.4-.9 2.5 1.1 2.6 2.3 2.4-.2 2.4.8 2.5 1.4 2.4-.7h2.3l2.3-1 2.3-1.3 2.3-.3 2.3-.8 2.2-.9 2.3-.1 2.3-.1 2.2-1.3 2.3.2 2.2-.3 2.3.8 2.2.2 2.2-.4 2.2-.8 2.3 1.4 2.2-.1 2.1-1.3 2.2.7 2.2.4 2.1.6 2.3 2.2 2.3 1.9 2.3 2.1 2.3 1.6 2.1.4 2.1.6 2.3 1.8 2.3 2.7 2.3 4 2.5 4.2 2.3 3.6 2.4 3.9 2.6 6 2.6 6.2 2.5 5.2 2.5 5.2 2.6 6.6 2.4 3.6 2.3 3.9 2.5 5.2 2.5 4.3 2.2 2.5 2.4 3.8 2.1 1.4 2.2 2.5 2.3 2.8 2.2 2.3 2.2 2.3 2.1 2 2.2 2.3 2.2 2.8 2.2 2.6 2.2 1.7 2.1 2 2.3 3.4 2.2 2.8 2.1 1.7 2.2 2.9 2.5 5.7 2.3 4.1 2.3 3.6 2.4 4.5 2.3 3.7 2.1 2 2.2 3.3 2.4 4.3 2.3 4.3 2.4 4.7 2.2 2.7 2 1.9 2.2 2.8 2.4 5 2.4 4.4 2 1.9 2.1 2 2.2 3.3 2.2 3.5 2.7 7.4 2.6 6.2 2.7 6.9 2.6 6.5.2.5"/><linearGradient id="SVGID_00000176761235838491145920000006038637325702472086_" gradientUnits="userSpaceOnUse" x1="261.759" y1="-7958.133" x2="976.735" y2="-7958.133" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000176761235838491145920000006038637325702472086_);stroke-width:.25" d="m261.8 397.6 2.8-1 6.3-2.1 5.9-.8 5.6 1.7 5.5 1.6 5.3 2.3 5.6.3 5.6.5 5.6-.5h5.6l5.2 1.8 5.8-1.7 5.7-2.2 6.2-5.9 6.1-5.6 6.5-8.8 5.9-5.5 5.2-.1 5.1.3 5.1-.4 5 .4 4.8 2.1 4.9.3 5-.4 5.4-3.5 5.2-2.8 5.1-2.9 5.2-3.3 4.5 1.7 4.7.2 4.8-1.2 4.8-1.1 4.6.6 4.6-.6 4.8-2 4.5-.2 4.6-.6 4.4.4 4.2 1.8 4.3 2.1 4.4-.1 4.1 3 4.3-.4 4.2 1.3 4.1 2 4.2.8 4.1 1.3 4.2 1.1 4.1-.5 4.3-1.4 4 .6 4.3-2.2 4.1-1.4 4.2-2.7 4.1-2.2 4-1 4-1.4 4.1-2.7 4-2.4 3.9-1.7 3.9-1.7 3.9-1.8 4-4.6 3.9-3 3.8-3 3.8-4.1 3.8-3.5 3.8-5 3.8-4.2 3.6-2.3 3.7-2.8 3.6-4.5 3.5-1.5 3.5-1.1 3.5-2.7 3.5-2.4 3.4-2.3 3.5-4.5 3.4-2.4 3.4-3.2 3.3-2.9 3.3-1.1 3.3-2.1 3.2-2.9 3.2-.4 3.2-.3 3.2-1.8 3.1-.3 3.2 1 3.1-.2 3.1.4 3-1.1 3.1.3 3 1 3-1.3 3-.3h3l3 .4 2.9-.1 3-.8 2.9-.9 2.8-4.2 2.8-4.3 2.8-2.8 2.9-1.1 2.8.7 2.8.9 2.8-.1 2.8.4 2.8 1.5 2.8 3.5 2.8 1.4 2.7-.8 2.7-1.1 2.6-2.1 2.7-.6 2.6-.2 2.7.1 2.6.9 2.6-1.4 2.5-3.3 2.6 1.2 2.7 2.9 2.6 1 2.5.1 2.6.8 2.5.1 2.6.8 2.5-.4 2.4-.4 2.4-1.2 2.5-.3 2.4-.4 2.5.3 2.5 1.8 2.4.4 2.4.6 2.4.3 2.3-2.4 2.3-.7 2.4.1 2.2-.8 2.3-1.7 2.2-1.5 2.2-.8 2.3-.3 2.3.7 2.2-1h2.3l2.3 2.1 2.3 1 2.3 1 2.3.9 2.2.2 2.1-1 2.2.2 2.2.6 2.1-.5 2.3.9 2.3 2.4 2.3 2.3 2.2.6 2.2 1.8 2.2 1.2 2.3 1.3 2.2 2 2.5 4.9 2.3 3.3 2.5 4.6 2.4 3.3 2.4 4.1 2.3 3.3 2.5 4.7 2.6 6.6 2.6 5.9 2.8 8.4 2.5 4.4 2.4 4.3 2.4 4.4 2.4 3.9 2.3 3 2.4 4.1 2.4 3.5 2.2 2.1 2.1 1.6 2.2 2.5 2.1 1.4 2 .4 2.1.8 2.1 1.2 2.2 2.7 2.1 2.3 2.3 2.9 2.1 2.2 2.2 2.7 2.3 3.1 2.1 2.2 2.5 5.3 2.6 6.2 2.3 3.9 2.3 3.5 2.4 4.4 2.1 2.2 2.2 3.1 2.4 4.3 2.4 4.7 2.3 3.9 2 1.7 2.2 2.5 2.2 3.4 2.3 4 2.4 4.8 2.2 3.2 2.1 1.6 2.1 2.4 2.1 2.4 2.2 3.8 2.7 7.3 2.6 5.9 2.5 5.5 2.6 6.1.1.4"/><linearGradient id="SVGID_00000127740226001525122290000016023667504440051092_" gradientUnits="userSpaceOnUse" x1="261.778" y1="-7960.5" x2="983.744" y2="-7960.5" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000127740226001525122290000016023667504440051092_);stroke-width:.25" d="M261.8 389h.1l6.2-1.4 6.5-3.4 5 5.2 5.5 2 5 5.3 5.6.7 5.8-.1 5.6.3 6-2.5 5.4 1.8 5.8-1.8 6-4 6.4-6.8 6.3-6.4 6.2-6.4 5.7-2.9 5.5-1.8 5.4-1.5 5.2-.6 4.8 3 4.7 3.3 4.8 1.4 5.3-2.2 5.4-3.1 5.3-3.7 5.2-2.9 5.1-1.8 4.9-.6 4.9-1.7 4.8-.5 4.6 1.4 4.8-1.3 4.6.7 4.8-2.3 4.6-.4 4.6-.7 4.5.5 4.2 3.4 4.4.9 4.3 1.4 4.2 1.8 4.4-.3 4.3.6 4.4-.5 4 3.6 4.2.4 4.1 2.1h4.2l4.1 2 4.2-1.5 4.3-2.7 4.2-.8 4.1-1.4 4.2-3 4.1-1.5 4.1-1.9 4.1-1.5 4-2.7 4-1.6 4-1.6 3.9-2.2 3.9-1.6 3.9-3.4 3.9-2.7 3.8-3.7 3.9-3.9 3.9-5.6 3.8-4.9 3.7-4.6 3.7-3.2 3.6-2.8 3.6-1.2 3.5-1.5 3.5-1.7 3.5-2.3 3.5-1.3 3.4-1.9 3.4-1.4 3.5-3.7 3.3-2 3.4-2 3.3-2.2 3.3-3.1 3.2-3.8 3.3-1.7 3.2-.8 3.2-.4 3.1 1.8 3.2-.5 3.1-1 3.1-.5 3.1.3 3-1.8 3-.4 3.1.4 3-.1 3 1.6 3 .5 2.9-.3 3-1.4 2.8-2.7 2.9-3.4 2.8-2.9 2.9-2.2 2.8-.2 2.8-.5 2.9 2.6 2.8.7 2.8.8 2.8.4 2.8.8 2.8 2.5 2.7.9 2.7-.5 2.7-1.7 2.6-1 2.7-1 2.6-1.5 2.5-3 2.6-.7 2.6 1.1 2.7 1.4 2.6 1.9 2.6-.2 2.5-.9 2.5-.6 2.6.5 2.5.6 2.6 1.2 2.6 2 2.5.6 2.4-.9 2.5.3 2.3-1.9 2.5.6 2.3-.6 2.4-1.3 2.3-.8 2.4-.5 2.3-1.3 2.2-1.2h2.4l2.2-1.8 2.2-1.9 2.2-.4 2.3-.3 2.2-.2 2.3-.4 2.3 1.1 2.4 2.7 2.4 2.7 2.5 2.7 2.3 1.2 2.2-.2 2-2.2 2.1-.9 2.1-.4 2.3 1.3 2.3 2.1 2.4 2.7 2.3 2.4 2.2.7 2.2.8 2.1.2 2.2 1.6 2.3 2.6 2.6 5.2 2.4 3.8 2.4 3.4 2.3 3 2.5 5.5 2.6 5.8 2.7 6.9 2.7 6.7 2.6 6.1 2.4 3.9 2.5 4.8 2.6 6.2 2.4 3.9 2.3 2.3 2.3 3.6 2.3 3.2 2.3 2.4 2.2 2.4 2.4 3.6 2.4 4.3 2 .2 2 .8 2.1.8 2 .6 2.2 2.3 2.3 3.4 2.1 2.2 2.1 1.5 2.2 2.2 2.1 2 2.2 3 2.4 4.1 2.6 6.1 2.5 5.5 2.5 4.9 2.1 2.8 2.2 2.2 2.3 4.2 2.6 5.7 2.2 3.3 2.2 2.3 2.1 2.4 2.1 1.8 2 1.8 2.3 3.5 2.2 3.6 2.3 3.8 2.1 2 1.9.8 2.2 3.6 2.2 3 2.3 4.1 2.5 5.2 2.7 6.9 2.6 6.7 2.5 5.6"/><linearGradient id="SVGID_00000059293302689292320100000017716603413926434709_" gradientUnits="userSpaceOnUse" x1="261.791" y1="-7960.431" x2="989.107" y2="-7960.431" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000059293302689292320100000017716603413926434709_);stroke-width:.25" d="m261.8 378.8 3.9-.3 6-.2 5.3 4.1 5.1 4.7 5.3 3.8 5.5 2.2 5.4 2.7 5.9-.9 6-1.7 5.7-.6 6-2.4 6.3-4.7 6.2-5 6.4-6.1 6.2-6.1 5.8-3.2 5.8-3.9 5.6-2.2 5.1 1.1 5.1 1 4.7 3.4 5 .6 5.1-.1 5.4-2.8 5-.2 5.3-2.9 5-.3 5-1.3 5.2-2.7 4.9-1 4.5 2.1 5-2 4.6.3 4.8-.9 4.8-1.3 4.9-3.6 4.6.1 4.3 2.3 4.1 4h4.5l4.3 1.7 4.2 2.6 4.4 1 4.4-.2 4.4-.9 4.3-.4 4.2 1 4.2.5 4.3-1.1 4.2.8 4.2-.2 4.1-.1 4.2-2 4.3-2.3 4.2-2.6 4-.1 4.1-1.6 4.1-3 4-3 4-1.4 4-2.2 3.9-1.3 3.9-2.2 4-4.5 3.9-2.8 3.8-2.5 3.9-4.7 3.8-4.2 3.8-3.7 3.6-2.6 3.7-4 3.7-2.3 3.5-1.2 3.6-1.9 3.5-.9 3.5-.3 3.4-.5 3.5-2.6 3.4-1.3 3.4-.6 3.3-1.1 3.4-3.4 3.4-3.7 3.3-3.1 3.2-1.1 3.3-1.8 3.2-1.9h3.2l3.2-.4 3.1-.8 3.1-1.4 3.1-1.7 3.1-.7 3.1-.5 3-1.5 3.1.4 3 1.4 3 .3 3-.6 2.9-.2 3-1.8 2.9-1.2 2.9-1.7 2.8-1.4 2.9-.7 2.8-1.6 2.8-.4 2.9-.7 2.7-.7 2.8-.1 2.8-1.3 2.8 1.9 2.7 1.2 2.8.8 2.7.8 2.7-.2 2.7-.3 2.7.8 2.6-1.1 2.6-1.9 2.6-.6 2.5-1.9 2.7 1.4 2.7 2.7 2.5-.7 2.6-.5 2.5.4 2.7 2.3 2.6 3 2.6 1.4 2.6 1 2.4-.3 2.5-.8 2.3-2.8 2.4-.8 2.4-.7 2.3-1.2h2.4l2.5 1.1 2.3-.9 2.4.2 2.3-.5 2.2-2 2.2-2.6 2.2-.9 2.2-.9 2.3-.7 2.4 1.6 2.2-.3 2.2-.8 2.3.7 2.4 2.6 2.3 1.2 2.4 1.9 2.2.5 2.2-.9 2.1-.2 2.2-.4 2.2 1.3 2.3 1 2.3 2.4 2.3 2.4 2.4 3h2.1l2.3 1.4 2.3 2.2 2.3 2.6 2.5 4.5 2.4 3.7 2.3 2.9 2.4 3.6 2.6 6 2.7 6.7 2.5 5.2 2.7 6.5 2.5 4.8 2.5 4.8 2.6 5.8 2.6 5.3 2.5 4.7 2.5 4.8 2.4 3.9 2.2 2.5 2.3 2.4 2.2 2.5 2.3 2.9 2.3 2.7 2-.1 2.1 1.3 2.2 2.2 2 1.1 2 .6 2.2 2.2 2.4 4 2 1.2 2.1 1.6 2.3 3.3 2.1 1.7 2.4 4.1 2.5 5.6 2.5 4.9 2.3 3.4 2.4 4.6 2.3 3.5 2.3 4.3 2.5 4.7 2.3 3.7 2.3 3.6 2.1 1.8 1.8.5 2.2 2.3 2.2 3.4 2.3 3.6 2 1.5 2.1 1.9 2 1.6 2.1 2.5 2.3 4.4 2.4 4.2 2.2 3.5 2.6 6.1 2.9 8.7 2.7 7"/><path class="st3" d="m261.8 371.9.9-.1 5.7 2.2 5.6 2.7 5.3 4.3 4.8 6.9 5.4 3.6 5.6 2.1 6-.9 5.8.5 6.4-4.4 6.3-4 6-2.7 6.4-5 6.3-5.5 6.5-7 6-3.9 6-5 5.6-1.3 5.3-.3 5.1 1.5 5 1.8 5 .7 5.1.7 5.1.1 5 .2 5.1-.5 5 .4 5-.7 5.4-3.7 5-1.2 4.7 1.3 4.9-.8 4.8-.2 4.7-.2 4.8-.8 4.9-2.7 4.7-.3 4.5 1.3 4.5.7 4.5-.3 4.5 1.4 4.5-1.3 4.3 2.4h4.4l4.5-1.7 4.4-.2 4.3.1 4.5-2.1 4.2.3 4.1 2 4.2-.7 4.2-.2 4.3-1.9 4.1-.1 4.2-1.1 4.2-2.7 4.2-2.9 4.1-1.7 4-.6 4-1.6 3.9.7 3.9-.3 3.9-2.4 4.1-4.6 3.9-4 3.9-3.7 3.9-2.9 3.7-1.6 3.8-3.5 3.8-4.7 3.8-3.7 3.6-2.5 3.7-2.2 3.5-1.4 3.6.6 3.4.6 3.5-.8 3.5-1.2 3.5-1.1 3.4-2 3.4-1.7 3.4-3.5 3.4-.8 3.3-1.9 3.3-2.8 3.3-4.1 3.3-1.7 3.2-3.3 3.2-1.8 3.2-1.2 3.1-1.3 3.1-1 3.2.7 3.1.5 3.1 1.5 3 .3 3.1-.5 3-.5 3-.6 3-1.6 2.9-1.5 3-.1 2.9-1.5 2.8-2.2 2.9-2.4 2.8-1.3 2.9.7 2.8-1.5 2.8-1.8 2.7-2.5 2.8.1 2.8.2 2.8-1 2.7 1.4 2.8-.2 2.7 1.1 2.7-.3 2.7 1.7 2.8 1.3 2.7.7 2.6-.4 2.5-1.5 2.7.1 2.6.9 2.6-.1 2.6 1.5 2.6.4 2.6 1.8 2.7 2.3 2.7 3.3 2.5.5 2.6.6 2.5.1 2.3-2.7 2.4-1.8 2.3-1.2 2.4-1.6 2.4.8 2.5.3 2.4.1 2.4.7 2.3-.5 2.3-.5 2.4.1 2.2-1.4 2.2-1.5 2.2-1.9 2.3.4 2.4.8 2.3.5 2.1-1.9 2.2-.3 2.4 1.7 2.3.6 2.3 1.4 2.3 1.2 2.2.7 2.2-.5 2.1-.5 2.2.5 2.3 1.3 2.2.9 2.4 3.1 2.4 3 2.4 2.8 2.3 2.4 2.3 1.9 2.2 2.1 2.5 3.8 2.4 4.2 2.5 3.9 2.4 3.9 2.5 4.9 2.6 5.3 2.7 6.5 2.5 4.7 2.6 5.4 2.6 5.8 2.7 6.3 2.3 3.5 2.5 4.7 2.5 4.4 2.5 4.7 2.2 1.4 2.1 1.2 2.3 2.7 2.4 4 2.2 1.8 2 .5 2 .5 2.3 2.9 2.3 3.1 2 1.1 2.2 2.1 2.1 1.7 2.1.8 2.2 2.9 2.1 2.1 2.1 1.1 2.3 3.7 2.6 6.2 2.5 4.9 2.4 4.7 2.3 3.1 2.3 3.4 2.4 4.3 2.4 4.9 2.5 5.3 2.5 4.7 2 1.4h1.8l2.1 2.1 2.3 3.1 2.2 3.3 2.3 3.6 1.8.5 2.1 1.8 2.1 2.9 2.1 2.2 2.5 5.1 2.5 5.1 2.5 5.3 2.7 7.4 2.9 7.6.2.7"/><linearGradient id="SVGID_00000057135199010598418930000008755611380007929472_" gradientUnits="userSpaceOnUse" x1="261.746" y1="-7964.529" x2="1000.934" y2="-7964.529" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000057135199010598418930000008755611380007929472_);stroke-width:.25" d="m261.8 365.9 3.6 1.7 5.8 2 4.9 6.7 4.5 9.6 5.4 4.1 5.9 1.1 6.2-1.8 5.8.9 6.5-4.6 6.6-4.7 6.1-2.8 6.8-7.2 6.4-5.7 6.1-3.7 6.1-3.7 6.1-5.3 5.6-.8 5.8-3.8 5.1 2 5.1 1.9 5 2.1 5 1.6 5.1.4 5.1.8 5.1.2 5.2-1.2 5.1-.7 4.9.8 5.1-1.8 5-.8 5-.3 4.7.8 4.9-.6 4.9-1.5 4.8-.8 4.9-1.6 4.4 2.3 4.8-1.1 4.9-4 4.6-.3 4.5.5 4.4.7 4.4 1.1 4.5-1.2 4.5-.8 4.5-1.5 4.3.6h4.3l4.1 3 4.3-1.6 4.5-4.6 4.3-1.2 4.2-.9 4.1.8 4.3-4.2 4.1-1.6 4.1-1.2 4 1.5 3.9.5 4 .4 3.9-.2 4-2 4.1-4.5 4-4.4 3.9-2.2 3.8-1.4 3.9-2.7 3.8-3.2 3.8-4.1 3.8-3.3 3.7-1.4 3.6-1.9 3.6.7 3.6.5 3.5-1.1 3.6-1.4 3.5-.8 3.5-3.7 3.5-3.3 3.4-1.9 3.5-1.6 3.3-.6 3.4-3 3.4-5 3.3-3 3.3-2 3.2-3.1 3.3-1.9 3.2-1.5 3.1-.2 3.2-.2 3.1-.1 3.2.9 3.1.4 3.1 1.7 3.1.3 3 .5 3.1-.6 2.9-2.4 3-1.8 2.9-3.2 3-1 2.9-2.6 2.9-1.2 2.9 1.1 2.9-1.2 2.8-1.5 2.8-2.7 2.7-2.9 2.8-2.2 2.7-1.2 2.8 1.5 2.8.5 2.7-1 2.8 1.1 2.8 1.2 2.7-.1 2.6.1 2.8 3 2.8 1.6 2.6.6 2.6-2.1 2.6-.2 2.6 1.6 2.7 1 2.5-.2 2.7 1.5 2.6 1.6 2.7 2 2.6 2.4 2.6.9 2.6 1.5 2.4-1.1 2.4-2 2.3-2 2.5.2 2.4-.3 2.4.3 2.5 1 2.4-.2 2.4.9 2.4-.8 2.3-.9 2.2-1 2.3-1.4 2.2-1 2.4 1.3 2.3-.9 2.3.9 2.4 1.4 2.2-.5 2.2-.9h2.2l2.3.2 2.1-1.3 2.2.1 2.3 1.6 2.2.3 2.3.6 2.3 2 2.4 2.7 2.3 2 2.3 1.2 2.4 3.2 2.3 2.7 2.3 2 2.4 2.9 2.3 1.7 2.4 3.6 2.5 4.5 2.6 5.6 2.5 4.1 2.5 4.7 2.6 5.4 2.6 5.5 2.5 4.4 2.5 4.5 2.5 4.8 2.7 6 2.5 4.9 2.4 3.7 2.3 2.4 2.2 2.2 2.2 1.5 2.3 3.1 2.4 3.7 2.2 1.7 2.2 1.6 2.4 3.9 2.2 2.5 2.3 2.6 2.2 2.7 2.3 3.1 2.3 3.4 2.1 1.1 1.9-.3 2.1 1.4 2.2 2.8 2 1.1 2.4 3.6 2.3 3.7 2.6 5.7 2.3 3.4 2.1 1.9 2.2 2.5 2.5 5.7 2.5 4.9 2.2 3.1 2.5 4.9 2.2 2.9 2.1 1.9 2.2 2.8 2.4 4.4 2.3 4.1 2 1.3 2 .9 1.7-.5 2.2 2.9 2.3 4.1 2.5 5.1 2.7 6.7 2.4 4.8 2.6 5.7 2.7 6.6 1 2.4"/><linearGradient id="SVGID_00000177464630729421779500000018352585450605673876_" gradientUnits="userSpaceOnUse" x1="261.764" y1="-7966.74" x2="1007.411" y2="-7966.74" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000177464630729421779500000018352585450605673876_);stroke-width:.25" d="m261.8 357.7 1.1-.3 5.7 3 4.6 9.6 4.7 8.4 5.3 5 6.2-.4 6.1-.3 6.2-1.4 6.2-1.4 6.2-2.3 6.2-1.8 6.7-6.5 6.6-6.2 6.4-5.2 6.1-3.3 6.6-7.6 5.6-.9 5.7-1.7 5.2 1.5 5.4.1 5.2 1 4.9 3 5.2.4 5.1.7 5.2.2 5.3-1.7 5.1.2 4.8 2.2 5-.1 5.2-1.4 4.7 1.8 5-.7 5.2-2.6 4.9-1.1 4.6 1.9 4.9-.9 4.8-1 4.7-.3 5-3.4 4.8-2.2 4.5.5 4.6-.5 4.6-.4 4.5-1.3h4.5l4.3 1.1 4.6-1.9 4.2 1.3 4.3 1.2 4.4-1 4.5-3.7 4.3-2.9 4.3-.3 4.3-2.6 4.2-2.1 4.2-1.6 4.1.2 3.9 3.6 3.9 2.7 4-.5 4.1-2.1 4-1.9 4-1.7 4-2.6 3.9-3.2 4-3.4 3.9-3.1 3.9-4 3.8-3.2 3.8-2.2 3.7-.9 3.6-.6 3.7-.8 3.6-.6 3.6.1 3.6-1.5 3.5-1.8 3.6-3.1 3.5-3.7 3.5-3.4 3.5-.2 3.4-1.4 3.4-2.8 3.3-4.5 3.4-4.4 3.3-2.9 3.3.8 3.2-1.7 3.3-1.5 3.2-2 3.2 1.5 3.2 1.6 3.1-1.1 3.2.4 3.1.9 3.1 2.9 3.1.3 3.1-.5 3-1.9 3-3.2 3-1 2.9-2.5 3-1.2 2.8-1.8 2.9-3.2 2.9.1 2.9-2.2 2.8-2 2.8-1.2 2.8-1.9 2.7-2.2 2.7-1.6 2.8-.4 2.7-1.4 2.8 1 2.7.1 2.8.6 2.7.8 2.7.2 2.8 2.2h2.6l2.8 1.3 2.7 2.4 2.7 2.3 2.7 2.1 2.8 3.4 2.7 1.4 2.5.1 2.6.7 2.7 2.7 2.6-.1 2.5-.4 2.3-2.2 2.4-1.5 2.4-1.4 2.5-.3 2.4.2 2.5.1 2.5.7 2.5 1.4 2.5 1.1 2.3-.5 2.3-1.2 2.3-.9 2.4.3 2.4 1.3 2.4.7 2.1-2.3 2.3-.2 2.2-1 2.4 1 2.2-1.1 2-1.9 2.3-.3 2.2.2 2.3.6 2.2.7 2.4 2.1 2.3 1.4 2.3 1.7 2.4 2.2 2.2.7 2.3 1 2.3 1.5 2.5 4.3 2.3 2.3 2.5 3.5 2.3 2.8 2.5 4.3 2.5 3.8 2.5 4.7 2.5 4.2 2.5 4.1 2.4 2.9 2.4 3.3 2.6 5.6 2.7 6.1 2.4 4 2.7 5.5 2.6 5.6 2.5 4.2 2.5 5 2.2 1.5 2-.1 2.1 1.1 2.3 2.2 2.4 4 2.3 2.6 2.3 3.2 2.2 2 2.5 5 2.3 3 2.2 1.9 2.4 3.5 2.2 2.8 2.2 1.8 2.1 1.3 1.9.3 2.3 3 2.2 2.3 2.2 3.1 2.3 2.6 2.5 5.2 2.4 4.4 1.9.4 2.1 2.1 2.4 4.2 2.4 4.2 2.6 5.6 2.3 3 2.3 3.9 2 1.5 2.3 3.4 2.6 5.5 2.2 3 2 1.5 1.9.7 1.9.6 2 1.9 2.2 3.3 2.6 5.9 2.8 7.2 2.5 5.4 2.6 5.5 2.4 4.7 2.2 4.2"/><linearGradient id="SVGID_00000110462321642483491120000017499821389843365504_" gradientUnits="userSpaceOnUse" x1="261.768" y1="-7969.752" x2="1013.21" y2="-7969.752" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000110462321642483491120000017499821389843365504_);stroke-width:.25" d="m261.8 352.1 3.8 1 5.2 6.3 5.3 5.8 5.5 4 5.9 1.8 6.3-.6 5.4 3.8 6 .3 6.4-2.8 6.1-1.2 7-7.1 6.9-7.4 6.3-4.1 6.2-3.3 6.2-4.4 5.7-.8 5.5.6 5.8-2.8 5.5-.4 5.3 1.2 5.1 1.5 5.3 1 5.4-1.3 5.1 1.6 5.2-.2 4.8 3 5.1.2 5 .9 5 .8 5.1-.4 5.1-1.8 5.2-2.1 5-1 4.7 1.3 4.8.9 5-2.2 5-3.6 4.9-1.4 4.6-.1 4.8-1 4.5.7 4.7-.8h4.5l4.7-2.4 4.6-2 4.4.2 4.3 1.3 4.4.1 4.3 1.2 4.4-1.4 4.4-2.3 4.5-3.8 4.3-2 4.2-.5 4.2-.8 4.2-.2 3.9 3 4 1.7 4.1-1.2 4.1-2 4.1-1.8 4-1.3 4-2.1 3.9-1.7 4-1 3.9-3.2 3.9-4.1 3.9-2.3 3.8-2 3.7-1.3 3.8-1.7 3.7-2.3 3.7-.7 3.6.4 3.6-1.6 3.6-.9 3.6-3.5 3.5-3.6 3.5-1.1 3.5-1.4 3.5-2.3 3.4-5 3.5-4.3 3.3-2.3 3.4-3.2 3.3-1 3.3.5 3.2-.2 3.3.1 3.2.1 3.2-.3 3.2-1 3.2-.3 3.1-.2 3.1.1 3.2.5 3.1-.1 3-.9 3-1.5 3-2.2 3-.8 3-1.7 2.9-3.4 2.9-2.8 2.9-1.4 2.8-1.1 2.9-.9 2.8-1.1 2.8-3.9 2.8-1.2 2.8-.8 2.8-.5 2.7-1.4 2.7-1.6 2.7-1.3 2.7-.5 2.8 1.9 2.8 1.9 2.8 3.3 2.9 4.7 2.8 3 2.7 1.7 2.7 1.7 2.7 1.3 2.8 2.1 2.8 3.3 2.6.2 2.5-.5 2.5-1 2.5-1.5 2.4-2.5 2.5.7 2.5-1.1 2.5-.5 2.5.5 2.4-.1 2.5 1.3 2.6 2.4 2.5.6 2.5.4 2.2-2.6 2.3-1 2.3-.6 2.4.1 2.6 3.4 2.4 1.2 2.4.4 2.3-.3 2.3-.6 2.1-1.9 2.2-1.5 2.2-.2 2.3.2 2.2-.6 2.1-1.1 2.4 1.4 2.5 3.4 2.3 1.9 2.3.8 2.3 1.3 2.2.7 2.3 1.5 2.3 1.6 2.2.7 2.4 2.7 2.3 2 2.6 4.6 2.5 3.8 2.4 3.7 2.7 6 2.7 5.7 2.4 3.7 2.3 1.9 2.4 2.9 2.5 4.4 2.6 5.2 2.7 6.1 2.4 3.4 2.5 3.9 2.4 3.7 2.6 5 2.5 4.2 2.3 2.6 2.1 1.1 2.1.9 2.2 2 2.5 3.9 2.3 3.2 2.3 2.9 2.2 1.7 2.5 4.7 2.3 3 2.3 2.7 2.4 3.8 2.3 3.1 2.2 1.9 2 1.3 2.1 1.4 2.2 2.3 2.3 3.5 2.4 3.4 2.2 3.2 2.4 3.9 2.5 4.6 2.1 1.7 2.1 2.1 2.3 3.1 2.2 2.7 2.4 4.1 2.4 4.7 2.2 2.6 2.2 2.3 2.3 3.8 2.2 3 2.3 3.3 2.1 1.9 2 1.5 2.1 2.1 2.2 2.9 2.1 2.8 2.5 5.2 2.7 6.4 2.7 6.1 2.5 5.1 2.3 3.8 2.3 4.4"/><path class="st3" d="M261.8 347.5h.4l6.3.7 5.4 5.3 5.3 6.1 5.8 2.9 5.6 3.9 5.7 2.5 5.8 2.3 6.8-4.6 6.3-1.5 6.9-6.3 6.7-5.8 6.6-4.8 6.1-2.5 6-1.9 6-1.9 5.9-2.7 5.7-.5 5.4.8 5.4.5 5.7-1.6 5.2 1.3 5.3 1 5 2.7 5 2.1 5.1 1.3 5.1 1 5.2-.3 5.3-.7 4.8 2.7 5.6-5.3 5.4-4.6 5.3-2.8 4.9-.1 4.9.1 4.9-.8 4.9-.6 5-2.6 4.7-.1 4.6 1.4 4.7-.2 4.8-2.5 4.6-.1 4.5.8 4.6-1.5 4.6-.9 4.5-.2 4.4.3 4.4-1.3 4.6-3.3 4.5-2.3 4.4-2.3 4.3-.1 4.1 1.9 4.1.8 4.1 2.3h4.1l4.1 1 4.2-2.7 4.2-2 4.1-2.4 4.1-3.2 4 1.3 3.8 1.5 3.9-.2 4-3.4 4-2.6 3.8-1 3.9-1.1 3.8-1.4 3.8-3.3 3.8-2.1 3.7-.9 3.7-2.1h3.6l3.7-2.7 3.6-2.4 3.6-2.4 3.5-2.5 3.6-4.6 3.5-2.8 3.4-.3 3.5.3 3.4-1.9 3.3-1.2 3.4-.6 3.3-.4 3.4-.5 3.2-.5 3.3-1.6 3.2-.8 3.3-1.1 3.2-.7 3.1-.8 3.2-.9 3.1-1.6 3.1-3.7 3-3.7 3.1-.7 3-1.3 3-2.9 2.9-1.3 3-1.5 2.9-2.2 2.9-1.9 2.9-1.2 2.9-1.4 2.8-1.9 2.8-2.2 2.8-1.8 2.9.7 2.8-1.7h2.8l2.7-1.3 2.8.4 2.8 1.5 2.7.4 2.8 1.8 3 4.9 2.8 3.3 2.8 2.4 2.8 1.7 2.7 1 2.7 1.2 2.8 2.5 2.7 1.5 2.7 1.8 2.5-1.1 2.5-1.2 2.5-2 2.4-3.5 2.5-.5 2.4-.5 2.5-.1 2.6.9 2.6 1.5 2.7 3.7 2.5 1.8 2.5.8 2.4-1 2.3-2.5 2.2-2.1 2.3-.9 2.4-.6 2.5 2.1 2.5 2.2 2.5 1.5 2.3.3 2.3-.7 2.3.5 2.3-.1 2.3-.5 2.3.8 2.4 1.9 2.1-2.1 2.1-1 2.3.9 2.6 3.5 2.3 1.5 2.1-.8 2.3.6 2.5 4.1 2.3.8 2.2 1 2.3 1.3 2.5 3.4 2.5 4.6 2.5 3.6 2.5 3.4 2.4 3.7 2.9 7.4 2.6 5.5 2.2.5 2.3 1.6 2.3 2.2 2.4 4.1 2.7 5.7 2.6 4.6 2.4 3.5 2.4 2.9 2.5 4.3 2.4 3.8 2.6 5.3 2.2 1.1 2.2 1.9 2.3 2.3 2.3 2.9 2.4 3.3 2.3 2.7 2.5 4.9 2.4 3.1 2 .5 2.3 2.8 2.3 2.8 2.4 4.2 2.4 3.5 2.3 2.9 2.2 2.5 2.2 2.1 2.2 2 2.1 2.3 2.5 4.1 2.4 4.2 2.4 4.3 2.6 5.2 2.3 3.6 2.3 3.1 2 .9 1.9.8 2.2 2 2.3 3.6 2.3 3.9 2.4 4.1 2.5 4.8 2.1 1.7 1.9.6 2.2 2.7 2.1 2.6 2 1.6 2.2 2.6 2.5 4.7 2.3 4.1 2.8 6.8 2.7 6.6 2.5 5 2.2 3.2 2.1 2.4.3.5"/><linearGradient id="SVGID_00000100356110400019065080000010570500673405138606_" gradientUnits="userSpaceOnUse" x1="261.781" y1="-7971.807" x2="1024.68" y2="-7971.807" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000100356110400019065080000010570500673405138606_);stroke-width:.25" d="m261.8 340.7 3.5.6 5.9 2.8 5.2 7.5 5.2 6.6 5.9 2.7 5.4 5.4h6.2l7-5.1 6.6-3.1 6.7-4.1 7.3-8.5 6.6-4.9 6.5-3.9 5.6.9 5.9-.6 5.8-1.1 5.9-1.4 5.6-.2 5.2 3 5.8-1.5 5.5-.6 4.6 7 5.2 1.7 5.3.5 5 2.8 5.2 1.2 5.4-1.1 5.2.4 5.3-1.5 5.3-2 5.6-4.8 5.5-4.1 5-.6 5.4-4.5 4.9-.3 5.2-3.2 4.9-1.5 4.9-.8 4.8-.2 4.5 2.6 4.5 2.1 4.7-.2 4.7-1.7 4.8-3.3 4.6-.1 4.4.9h4.5l4.7-4.1 4.5-1.8 4.4.2h4.3l4.3 1.1 4.2.9 4.3-.2 4.1 2.2 4.1 1.5 4.1.4 4.3-2.2 4.3-4.1 4.2-3.7 4.1-1.2 3.9 2 4-1 4-.7 4-2 3.9-.8 3.9-.8 3.9-.6 3.8-.3 3.9-2.3 3.8-2.5 3.7-2 3.8-3 3.7.1 3.6-1 3.7-1.9 3.6-2.3 3.6-3.6 3.6-2.4 3.5-2.4h3.5l3.5-1.3 3.4 1.3 3.5 1.3 3.4-.6 3.4-2.3 3.3-2.9 3.3-2.9 3.3-1 3.3.6 3.3-.4 3.2.2 3.2-1.3 3.1-4.2 3.2-4.5 3-5 3.1-2.2 3-3.9 3-4 3.1-.2 3 .4 3-1.8 2.9-1 3-1.7 2.9-.3 2.9-.9 2.9-.1 2.9-2.2 2.8-1.7 2.7-4.4 2.8-1.3 2.8.5 2.9 1.4 2.9 1.8 2.8 2 2.8 1 2.8 1.4 2.8.4 2.9 5 2.9 3.8 2.8 2.1 2.8 1.2 2.7 1.8 2.8 1.1 2.7 1.1 2.6.9 2.6-.6 2.5-2.2 2.4-3.9 2.5-.7 2.5-.7 2.5-1.3 2.6 2 2.6 1.9 2.6.8 2.6 1.8 2.6 1.5 2.4-.7 2.4.5 2.4-.9 2.4-.2 2.4-1.1 2.3-1.3 2.3-.6 2.4.4 2.5 1.7 2.5 1.9 2.4 1.2 2.3-.3 2.3-.1 2.2-1.1 2.4 1.4 2.3.4 2.3.9 2.3.5 2.3.1 2.3 1.3 2.5 2.7 2.3 1.2 2.3.8 2.3 1.1 2.3 1 2.3 1.9 2.3 1.5 2.4 2.1 2.4 3.3 2.5 3.1 2.4 2.8 2.5 3.6 2.7 6.1 2.5 4.3 2.5 3.6 2.5 3.4 2.2 1.2 2.4 3.5 2.7 5.9 2.6 4.4 2.4 3.2 2.4 2.9 2.3 2.7 2.5 3.9 2.4 3.3 2.4 3.3 2.4 2.9 2.3 3.1 2.3 2.6 2.3 2.4 2.2 1.6 2.4 3.3 2.6 5.5 2.5 4.2 2 .8 2.1.9 2.4 3.5 2.4 4.1 2.5 4 2.5 5 2.3 2.8 2.3 3.1 2.2 2.1 1.9.4 2.6 4.9 2.7 6.4 2.4 4 2.3 2.8 2.6 5.5 2.5 4.9 2.2 2.3 2 1 2 .9 2 1.6 2.2 2.3 2.2 3 2.5 4.9 2.2 2.6 2 1.5 2.1 1.7 2 1.3 1.8.4 2.3 3.2 2.2 3.3 2.4 3.8 2.6 6 2.8 7.2 2.6 5.7 2.6 5.3 1.9 2"/><linearGradient id="SVGID_00000025406557261696342900000015982113202033591481_" gradientUnits="userSpaceOnUse" x1="261.79" y1="-7972.638" x2="1031.368" y2="-7972.638" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000025406557261696342900000015982113202033591481_);stroke-width:.25" d="m261.8 335.8 6.4.5 5.1 7.9 5.4 6.3 5.8 4.2 5.6 4.5 6.3.4 6.6-2.4 7.1-5.7 6.9-4.5 7-6.1 6.7-4.4 6.9-6.5 6.4-3.9 5.7 1h5.8l5.7.7 5.7.1 5.5 1.1 5.5.8 5.4 1.3 4.9 5.2 5.1 2.9 5.2 1.9 4.8 6.1 5.2 1.3 5.3.7 5.6-2.5 5.3-.4 5.5-3.6 5.6-3.7 5.4-2.9 5.4-3.1 5.3-3.5 5.4-4.7 5.3-3.5 4.9-.5 4.9-.8 4.9-.3 4.6 1.6 4.6 1.4 4.8-.3 4.7-.8 4.7-.6 4.7-.9 4.4 2.1 4.6-1.1 4.8-4.3 4.5-1.2 4.4.7 4.3 1.3 4.4-.6 4.5-2.3 4.2.8 4.1 3.8 4.1 3.1 4.3-2 4.3-1.9 4.3-3.3 4.2-1.4 4.1-.3 4-.1 4.1-1 4.1-2.3 4-.7 4-1.7 3.9-.3 3.9.4 3.8-.4 3.9-.8 3.9-3 3.7-.9 3.8-2.1 3.8-1.3 3.7-.1 3.6-.6 3.7-3.7 3.7-1.6 3.6-2.1 3.5-1.7 3.6-2.6 3.5-1 3.5-.4 3.4-.6 3.5-.9 3.4-2.2 3.3-2.8 3.4-1 3.3.3 3.4.6h3.3l3.2-.3 3.3-2.6 3.1-3.6 3.2-4.2 3.1-4.3 3.1-5.2 3-4.3 3-4.3 3-3.6 3-1.1 3-1.7 3-.1 3 .4 3-1.5 2.9-1.3 2.9.3 2.9-1.6 2.8-2 2.8-1.2 2.9.2 2.8-.8 2.9.5 2.8 1.1 2.9 2.7 2.9.6 2.9 3.8 2.9 2.5 2.8 2.1 2.9 2.3 2.7.7 2.8 2.1 2.8 1.4 2.7.5 2.7 1.4 2.7.5 2.6-.3 2.5-1.4 2.7.4 2.5-.6 2.5-1.1 2.5-.7 2.5-.3 2.6.8 2.7 1.8 2.6 2.5 2.6.8 2.4-.2 2.5-.5 2.5.5 2.3-1.1 2.3-2.2 2.3-.8 2.4.1 2.5 1.2 2.4 1 2.6 2.5 2.3-.1 2.2-1.7 2.2-2.2 2.3-.1 2.3.4 2.5 2.5 2.4 1.3 2.4 1.6 2.4 1.7 2.3.6 2.4 2 2.5 3 2.5 2.5 2.1-1 2.1-.2 2.2-.4 2.3 2.1 2.5 2.8 2.4 2.8 2.4 2.1 2.3 1.6 2.3 2.3 2.5 3.7 2.7 5.7 2.6 4.1 2.4 3.1 2.4 3.4 2.6 4.2 2.6 4.9 2.6 4.4 2.4 3.5 2.3 2.4 2.5 3.4 2.2 2.1 2.4 2.3 2.6 5.3 2.5 4.3 2.4 3 2.4 3.4 2.3 2.8 2.5 3.9 2.4 3 2.1 1.5 2.4 3.2 2.3 2.8 2.2 2 2.4 3.3 2.3 2.9 2.5 4.6 2.6 5.5 2.5 4.3 2.4 3.7 2.2 2 2.2 2.6 2.2 1.6 2.5 4.8 2.4 4.1 2.7 6.1 2.4 3.8 2.5 4.1 2.3 3.6 2.3 2.8 2.4 3.7 2.2 3.1 2.1 1.3 1.9.7 2.3 3.1 2.1 2.3 2 1.3 1.9.3 2.2 2.7 2.2 2.7 1.9 1.2 2 1.3 2.3 3.2 2.4 4.3 2.4 4.3 2.6 6.1 2.6 5.1 2.4 4.4 2.4 4.3.9 1.5"/><linearGradient id="SVGID_00000167362896005043744220000000943647895631627946_" gradientUnits="userSpaceOnUse" x1="261.715" y1="-7977.941" x2="1039.192" y2="-7977.941" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000167362896005043744220000000943647895631627946_);stroke-width:.25" d="m261.8 337.3 1.4 1.4 6 3.9 6.1 2.8 6.2 1.6 5.8 4.4 6.7-1.5 6.4-.2 7-4.2 6.8-3.8 7.3-6.9 6.9-5.5 7.2-7.7 6.8-5.5 5.7 1.4 5.9-.1 5 5.4 5.6 1.4 5.8-.1 5.7-.3 5.1 4.3 5.4 2.3 5.2 3.2 4.9 5.2 5.2 2.5 5 4.5 5 3.4 5.6-1.8 5.5-1.7 5.6-2.4 5.6-3.6 5.6-3.6 5.6-4.6 5.2-1.6 5.8-7.6 5.3-3 4.9.4 4.9-.1 4.9-.3 4.9-.7 4.9-1.5 4.9-1.1 4.7 1 4.6 1.2 4.7-.7 4.7-1.3 4.7-1.7 4.6-1.2 4.5.3 4.6-1.2 4.4.9 4.4.9 4.2 2 4.3 1.7 4.3.6 4.3.3 4.3-.9 4.3-1.9 4.3-2 4.2-.7 4.2-1.2 4.2-1.2 4.2-3 4.1-2.5 4-1.2 4.1-1.4 3.8 1.9 4-.5 3.9.2 3.9-1.6 3.9-1.3 3.8-.6 3.8-.7 3.7.1 3.8.1 3.7-.2 3.7-3 3.7-3.5 3.7-3.1 3.6-2 3.6-1.8 3.5-2.1 3.5-1.3 3.5-.7 3.5-2.2 3.4-.4 3.5-2.6 3.3-3 3.4-.1 3.4 1.4 3.3.5 3.3-.9 3.3-.8 3.2-1.6 3.2-2.5 3.1-3.7 3.1-5.3 3.1-6 3-5.2 3-5.4 2.9-4.9 3-1.5 3-.9h3.1l2.9-2.6 2.9-.8 2.9-.8 2.9-2 2.9-1.5 2.8-2.3 2.8-2.1 2.9 2.2 3 2.6 2.9 3 2.9 1.1 2.9 2.3 2.8.6 2.8 1.7 2.9 2 2.8 2.2 2.9 2.4 2.9 3.1 2.9 3.5 2.7 1.2 2.7.5 2.6-1 2.7.2 2.6-1 2.6.8 2.7 1.6 2.5-1.5 2.6-.4 2.6.4 2.5-.3 2.6 1.5 2.7 2.5 2.8 3.1 2.5 1.1 2.5.2 2.4-1.3 2.3-2.5 2.2-2.1 2.5.9 2.4-.2 2.5.7 2.6 2.3 2.5 1.6 2.1-1.9 2.4.1 2.4.9 2.4.7 2.4.9 2.4.8 2.4 1 2.3.3 2.4 1.7 2.3 1 2.2-.5 2.3 1 2.5 1.9 2.2.6 2.3.6 2.2.1 2.2.7 2.4 1.6 2.2 1 2.3 1.3 2.3 1.8 2.3 1.4 2.6 4.2 2.4 3.3 2.6 4.1 2.7 5.6 2.6 4.2 2.3 2.8 2.6 4.4 2.6 4.2 2.5 3.8 2.6 5.1 2.4 2.8 2.4 3.4 2.2.8 2.2 2.2 2.4 3.1 2.6 4.8 2.4 3.5 2.6 4.8 2.5 3.9 2.5 4.2 2.4 3.3 2.4 3.2 2.1.7 2.1 1.6 2.4 3.5 2.4 3.8 2.5 3.7 2.4 4 2.7 5.7 2.6 5.3 2.5 4.4 2.5 4.4 2.2 1.8 2.3 3.4 2.4 3.7 2.5 3.8 2.2 2.4 2.6 5.3 2.3 2.9 2.3 3.5 2.3 3.4 2.3 2.5 2.4 4.2 2 1 2.3 3.2 2 1.4 2 1.3 2 1 2 1.1 2 1.9 1.9.7 2.4 3.6 2.1 2.6 2.2 2.4 2.1 2.6 2.2 2.5 2.5 5.5 2.7 5.9 2.1 2.2 2.5 5.1 2.4 4 1.1 2.2"/><linearGradient id="SVGID_00000128476067991688941750000002453116786441751963_" gradientUnits="userSpaceOnUse" x1="261.759" y1="-7980.963" x2="1046.426" y2="-7980.963" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000128476067991688941750000002453116786441751963_);stroke-width:.25" d="m261.8 336.5 3.6 1.3 6.3 2.3 6.2 2.8 6.7-.7 6.5.6 6.6-.7 6.7-2.1 7.1-4.8 7.5-7.8 7.3-7.1 7.5-9.2 6.7-4.2 6.2-1.3 5.4 3.7 5.6 2.3 5.2 4.8 5.9-.4 5.4 2.9 5.4 2.7 5.3 3.1 5.2 3.9 5 4.8 5.3 3.1 5 4.3 5.1 3.7 5.8-2.8 5.4.2 5.3.4 5.8-4.1 5.7-4.8 5.6-3.4 5.4-2.1 5.6-5.3 5.3-2.1h5l5 .1 4.8 2.3 5.3-4.2 5.3-5.8 4.9-1 4.8.2 4.8-.3 4.7-.7 5-3.3 4.6-.5 4.6 1.4 4.5.1 4.5.9 4.3 3.1 4.5.2 4.5-1.8 4.3 3.5 4.2 2 4.4.7 4.3-.6 4.4-1.5 4.4-2.9 4.3-2.6 4.3-2.2 4.2-2.2 4.2-1.8 4.2-2.2 4 .4 4.1-.3 3.9 1.6 4-.5 4-1.8 4-2.6 3.8.1 3.9-.3 3.8.1 3.8-1.6 3.8-.7 3.8-.7 3.7-.7 3.7-2.4 3.7-1.8 3.7-2.5 3.6-4 3.6-3.5 3.5-2.2 3.6-1.8 3.5-1.2 3.4-.2 3.5-1.7 3.4 1.8 3.4-.6 3.4-1.5 3.3-.3 3.4-.1 3.3-.4 3.2-1.8 3.3-1.8 3.1-4.1 3.2-3.8 3.1-5.3 3-4.6 3-4.2 3.1-3.8 2.9-4.7 2.9-5.5 3-1.5 3-1 2.9-2.2 2.9-1.6 2.9-1.8 2.9-1.3 2.8-3 2.9-.4 2.8-.2 3 1.5 3 3.5 2.9 2.2 2.9 1.7 2.8 1.1 2.8.1 2.8.8 2.8 1.7 3 3.9 2.9 3.5 2.9 3.6 2.9 2.4 2.7.8 2.6-.4 2.8.9 2.6-.3 2.8 2.4 2.7 1.2 2.6 1.1 2.6-.5 2.6.2 2.6.6 2.5.2 2.6.3 2.5.2 2.7 2.7h2.5l2.6.9 2.6 1.5 2.4-.8 2.4.3 2.4-.1 2.5-.1 2.3-.4 2.3-.7 2.4-.1 2.5 1 2.5 2.5 2.6 2.8 2.3-.2 2.3.1 2.4.2 2.4 1.4 2.3.2 2.3.9 2.3.1 2.2-.9 2.1-1.1 2.3.7 2.3.8 2.4 2.5 2.3.9 2.2.5 2.3 1.3 2.1-.7 2.1-.3 2.5 2.9 2.6 4.4 2.5 3.7 2.6 4.7 2.5 3.9 2.6 4.4 2.5 3.6 2.4 2.9 2.7 4.8 2.6 4.7 2.5 4.3 2.5 3.5 2.4 2.7 2.4 3.5 2.4 3.1 2.2 1.5 2.4 2.6 2.5 4.1 2.4 3.6 2.6 4.6 2.6 4.9 2.7 5.1 2.3 3 2.3 2.1 2.3 2.8 2.3 2.6 2.3 2.5 2.4 3.8 2.5 4.4 2.5 4 2.7 5.7 2.6 5.2 2.3 2.9 2.5 4.6 2.4 3.3 2.5 4.2 2.2 2.2 2.3 3.2 2.5 4.1 2.5 4.4 2.1 2 2.3 3.1 2.3 3.1 2.5 4 2.3 3.3 2.3 3.1 2.1 2.1 2.2 2.4 1.9.7 1.9.7 1.8-.5 2.1 2.1 2 1.5 1.9.9 2.2 3 2.3 3.3 2.1 2.2 2.5 4.8 2.3 3.2 2.2 3 2.3 3.8 2.5 4.6 2.5 5.1 2.6 5 .2.4"/><linearGradient id="SVGID_00000123437598836857777270000007478046743808585139_" gradientUnits="userSpaceOnUse" x1="261.752" y1="-7982.606" x2="1056.244" y2="-7982.606" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000123437598836857777270000007478046743808585139_);stroke-width:.25" d="m261.8 335.4 5.7 2.4 6.4 2.4 7.5-4.3 6.6-.1 6.7-.5 6.9-2.1 7.4-6.2 7.9-9.8 7.4-6.9 7.3-7.5 6.7-3.4 6.4-2.1 5.5 3.6 5.3 5.2 5.6 2.4 5.5 3.6 5.6 1.9 5.6 1.5 5.3 3.7 5.3 4.1 5 5.8 5.5 1.8 5.1 4.2 5.4 1.3 5.4 1.5 5.7-1.4 5.7-2.5 5.8-3.4 5.4-.5 5.7-4.9 5.7-3.8 5.5-3.4 5.2-.8 5.2-.7 5.2-1.1 4.8 2.6 5.1-1.9 5.3-4.2 5.3-4.7 4.8-.2 5-1.4 4.7.2 4.9-2.4 4.7.1 4.7.1 4.5 2.7 4.5.8 4.5 1.7 4.6-1.3 4.3 2.5 4.3 3.4 4.4 1.7 4.3 1.5 4.4-.7 4.4.1 4.5-3.9 4.4-3.1 4.4-4 4.3-3.1 4.3-2.5 4.1.2 4.1.9 4.1-.6 4.1-1.6 4-1.9 4-1.2 4 1.4 3.9 1 3.9.9 3.9-3 3.9-4.2 3.8-1.2 3.8-2.7 3.8-1.3 3.7-1.9 3.7-.6 3.7-1.6 3.7-3.8 3.6-3.4 3.6-1.4 3.5-2.2 3.6.6 3.5.1 3.4-1.6 3.5-.2 3.4-.3 3.4.3 3.4.4 3.4.9 3.4-.9 3.3-1.3 3.2-2.6 3.2-3.9 3.2-3.9 3.1-4.3 3.1-4.9 3-6.7 3-4.8 3-2.2 3-3.5 3-2.3 2.9-2.8 2.9-3.6 3-2.3 2.9-.6 3 .6 2.9-1.2 2.8-1.4 2.9-1.5 2.8-1.2 2.9 1.2 2.9.9 2.9 2 2.8.3 2.8-.9 2.7-.6 2.9 2.4 2.9 2.1 2.9 2.9 2.9 4.1 3 4.7 2.9 3.4 2.8 1.5 2.7 1.1 2.8 1.6 2.6-.3 2.7.9 2.7 1.8 2.9 3.6 2.6.7 2.5-2h2.5l2.6.9h2.6l2.4-1.2 2.7 2.3 2.6 2.1 2.6 1.6 2.6 1.4 2.6 1.2 2.5.8 2.4-.6 2.2-2.6 2.2-1.5 2.3-1.1 2.4-.1 2.5 1.6 2.5 2 2.3-.1 2.3-.5 2.3-.1h2.3l2.4 1.2 2.4 1.3 2.4 1.3 2.3.6 2.2-.4 2.3.8 2.3.9 2.3 1.2 2.5 2.3 2.6 4 2.3 1 2.3 1.9 2.2.1 2.2.5 2.4 2 2.2.6 2.4 3.3 2.6 3.6 2.7 6 2.6 4.1 2.6 4.6 2.7 5.4 2.5 3.5 2.5 3.2 2.4 2.8 2.5 4.1 2.6 4.2 2.4 3.6 2.4 3.1 2.4 2.8 2.2 1.3 2.5 4.1 2.9 6.8 2.5 4.5 2.4 2.8 2.3 2.5 2.5 3.9 2.4 3.1 2.3 3.1 2.6 4.5 2.1 1.2 2.2 2 2.6 4.4 2.4 3.8 2.6 4.9 2.6 5.3 2.7 5.3 2.3 3.3 2.5 4.3 2.5 3.7 2.4 3.5 2.2 2.6 2.4 3.4 2.4 3.6 2.3 3.4 2.3 2.9 2.2 2.6 2.6 5 2.2 2 2.2 2.7 2.2 2.6 2.4 3.9 2.1 2 1.9.4 1.8-.1 1.8-.2 1.9.8 2 1.6 1.9 1 2.1 1.9 2.2 2.7 2.6 5.4 2.4 4.2 2.1 2.3 2.4 4 2.5 5 2.4 4.2 2.4 4 2.1 2.3 1.9 1 .6.7"/><linearGradient id="SVGID_00000102522495424841141300000004596000594770828683_" gradientUnits="userSpaceOnUse" x1="261.789" y1="-7985.455" x2="1064.672" y2="-7985.455" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000102522495424841141300000004596000594770828683_);stroke-width:.25" d="M261.8 337h1.1l6.9.2 7.1-1.4 6.6.9 7.1-1.8 7.4-4.4 7.8-7.6 7.9-9.1 8-10.7 6.8-2.8 7.3-6.8 6.2.1 6.2-.5 5.6 3.4 5.6 3.4 5.9.6 5.1 6 5.6 2.6 5.8 1 5.3 3.7 4.8 8.1 5.1 5.3 5.5 2.2 5.5 1.8 5.8-2 5.7-.4 5.6-1.2 5.8-3.1 5.7-2.4 5.8-4.2 5.8-4.9 5.3-.9 5.1 1.5 5.3-.7 5.2-.8 5.1-.5 5.2-1.6 5.4-4.4 5.3-4.3 5.1-1.8 4.8.1 4.9-1 4.8.5 4.7.8 4.6 1.4 4.6 1.7 4.6 1 4.7.1 4.6-.7 4.4 2 4.3 5.5 4.4.7 4.6-2.6 4.4 2.1 4.4-.5 4.4-.7 4.4-2.9 4.5-4.9 4.4-4.3 4.3.1 4.1.5 4.2-.2 4.2-1.3 4.2-4.2 4-1 4.1-1 4-1.8 4-.2 3.9.5 4-1.7 3.8-.8 3.9-1.3 3.8-1.7 3.9-3.3 3.7-1 3.8-1.2 3.7-1.6 3.7-1.6 3.6-2 3.6-2.7 3.6-.2 3.6.2 3.5-5.3 3.5-1.8 3.5.7 3.5 1.7 3.4.6 3.5.2 3.4-.2 3.3-.3 3.4.2 3.3-1.3 3.3-1.5 3.2-4 3.1-5.3 3.1-5.7 3.1-4.4 3-3.3 3-4.1 3-3.6 3-4.2 3-2.1 3-1.9 2.9-2.4 2.9-3.2 2.9-.9 3-.5 2.8-2.1 2.9-2.1 2.8-1.2 2.8-1 2.9-.9 2.9 1.3 2.9 1.3 2.9 2 2.8.9 2.9 2.6 2.9 2.1 2.8.9 2.8 1.4 2.9 3 2.8 1.4 2.9 2.2 2.9 3.7 2.8 2.2 2.8 2.2 2.7.7 2.8 2.3 2.8 2.4 2.6.2 2.6.2 2.6.8 2.5-.3 2.7.7 2.6 1.5h2.5l2.4-1.1 2.6.9 2.5-.3 2.7 3.1 2.6 2.4 2.5.4 2.3-1.4 2.5 1 2.3-.7 2.4-.1 2.3-.5 2.4-.6 2.5 1.6 2.1-1.9h2.3l2.4.6 2.4 1 2.4 1.5 2.4.9 2.4 1.3 2.3.8 2.2-.5 2.3.8 2.4 2 2.4 1.5 2.2.6 2.6 3.5 2.6 3.7 2.5 3.5 2.2.4 2.2.4 2.3 1.6 2.3 1.4 2.3 2 2.8 5.1 2.6 4.7 2.6 4.1 2.6 4.7 2.7 5 2.4 3 2.4 2.6 2.4 3 2.7 4.9 2.5 3.6 2.5 3.7 2.4 3.2 2.4 2.8 2.5 4.1 2.4 3 2.6 4.6 2.5 4.1 2.4 3 2.4 3.2 2.4 3.2 2.3 2.2 2.3 2.8 2.4 3.3 2.6 4.3 2.4 3.4 2.3 2.5 2.4 3.7 2.6 4.7 2.6 5.4 2.7 5.2 2.7 5.6 2.5 4.6 2.3 2.6 2.2 2.2 2.4 3.5 2.6 4.8 2.3 3.4 2.2 1.9 2.3 3.2 2.4 3.4 2.4 4.2 2.4 3.8 2.4 3.5 2.4 4 2.3 2.9 2.1 1.7 1.7-.8 1.6-1.3 2 1.6 1.9.7 1.9.8 1.8-.1 2 1.8 2.2 2.9 2.6 5.1 2.2 2.7 2.4 4.3 2.4 4 2.3 3.5 2.2 3.1 2.3 3.4 2.1 2.4 2.2 2.7 1.8.9 1.3 1.4"/><linearGradient id="SVGID_00000153663262476832264090000010558827796365990543_" gradientUnits="userSpaceOnUse" x1="564.724" y1="-7990.586" x2="1065.858" y2="-7990.586" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000153663262476832264090000010558827796365990543_);stroke-width:.25" d="m564.8 301.1 4.4 1.3 4.3 1.3 4.4-.6 4.4-2.6 4.4-4.2 4.3-1 4.2-1.5 4.3-3.1 4.2-1.8 4.1-1.7 4.1-1.4 4.1-3.2 4.1-2.9 4-.7 3.9-.3 3.9 1.1h3.9l3.9.2 3.8.5 3.8-3.1 3.8-.4 3.8-3.2 3.7-2.8 3.7-2.5 3.7-1.5 3.6.7 3.6-3.4 3.5-3.7h3.5l3.5 1.9 3.5.4 3.5.8 3.5.6 3.4-.9 3.4-1.1 3.4-.7 3.3-.7 3.3-2.1 3.3-1.5 3.2-4.1 3.2-4.1 3.1-5 3.1-4.1 3.1-4 3.1-2.1 3.1-1.7 3-2.7 2.9-3.7 3-2.5 3-2 2.9-3.1 3-.7 2.8-2.6 2.8-2.9 2.9-1.4 2.8-2.2 2.3-1.9c.3-.1.8-.1 1.3 0 .9.1 1.3.5 2.1 1 .4.2 1.5 1 2.9 1.4 1.2.4 1.4.1 2.9.5.5.1 1.7.4 2.9 1.1 1 .6 1.1.9 2.9 2.6 1.2 1.1 2.2 1.9 2.9 2.5 2.2 1.8 2.1 1.5 2.9 2.2 1.7 1.7 1.2 2.4 3 3.9.5.4 1.4 1.2 2.9 1.8 1.2.5 1.5.3 2.8.8.7.3 1.4.7 2.8 1.6 2 1.2 2.1 1.4 2.8 1.6 1.2.4 1.4 0 2.7.4 1.1.3 1.1.6 2.8 1.3.9.4.8.3 2.7.9 1.9.7 1.9.8 2.7.9 1.6.4 1.8.1 2.7.4 1.2.4 1.2 1.1 2.8 2.7 1.1 1.1 1.1.9 2.8 2.5 1.3 1.3 1.3 1.4 2.8 2.9 1.2 1.2 1.8 1.8 2.8 2.4.1.1 1 .5 2.7 1.4 1.3.7 2 1.1 2.6 1.2 1.1.3 2.1.4 2.6.4s1.4 0 2.5-.3c1.4-.4 1.4-.8 2.4-.9.8-.1 1.5.1 2.5.4.3.1 1.3.4 2.6 1.1 1.6.9 1.6 1.2 2.6 1.5.4.1 1.1.1 2.5.1h2.4c2.1-.1 2-.2 2.4-.1 1.4.4 1.4 1.6 2.6 1.8.9.1 1.1-.7 2.3-.7 1.1 0 1.2.6 2.5.7.9.1 1-.2 2.3-.3.8 0 1.6-.1 2.4.2 1.4.5 1.2 1.3 2.5 1.7.7.2.7 0 2.4.1.8.1.8.1 2.4.4 1.3.2 2 .3 2.3.2 1.2-.3 1.1-1.3 2.2-1.5.7-.1 1.4.3 2.4.8 1.4.8 1.3 1.2 2.4 1.7 1 .4 2 .4 2.3.5.5 0 1.3 0 2.2-.3 1.2-.5 1.3-1.1 2.1-1.2.8-.1 1.4.4 2.3 1 1.3.9 1.2 1.3 2.5 2.3.6.4.5.3 2.4 1.4 1.1.7 1.7 1.1 2.4 1.5 1 .7 1.6 1.3 2.4 2.1 1 1 1.8 1.9 2.5 2.7.9 1.1 1.7 2 2.5 3.2 1.6 2.3 1.3 2.7 2.6 3.9.8.8 1.6 1.4 2.4 2 1.3 1 1.5.9 2.3 1.6 1.2 1 1.2 1.3 2.4 2.4 1.2 1 1.4.9 2.3 1.7.8.6 1 1.1 2.5 3.1 2.3 3.2 1.9 2.7 2.5 3.6.9 1.4 1.8 2.6 2.6 4.2 1.7 3 1.2 3.4 2.9 6.6 1 2 1 1.5 2.6 4.4 1.2 2.2 1.5 2.9 2.6 4.2.8.9 1.7 1.8 2.4 2.4 1.4 1.3 1.5 1.2 2.3 2.1 1 1 1 1.3 2.4 3.1 1.2 1.5 1.2 1.3 2.4 2.7 1.1 1.4 1.2 1.6 2.5 3.3 1.4 1.9 1.6 1.8 2.4 2.9.8 1 1.1 1.7 2.6 4.7 1.9 3.8 2.7 5.5 2.7 5.5 2 4 2.1 4.3 2.7 5.4 1 1.8 2 3.2 2.5 4 .4.7.3.5 2.5 3.5 1.3 1.9 1.7 2.5 2.5 3.4 1.4 1.8 2 2.4 2.3 2.7 1.2 1.1 1.3.9 2.2 1.7 1.3 1.3 1.1 1.9 2.4 2.9.9.7 1.2.5 2.1 1.1 1.2.9 1.5 1.8 2.5 3.6.9 1.8.7 1 2.5 4.2 1.6 2.8 1.5 3 2.6 4.7 1.2 2 1.4 1.8 2.4 3.5 1.3 2.1 1.2 2.5 2.7 5.2 1.2 2.1 1.2 1.9 2.5 4.1 1 1.8 1 2 2.7 5.5.5 1.1 1.2 2.5 2.6 5.1 1.8 3.4 2.2 4.2 2.6 4.9 1.3 2.3 2.1 3.4 2.5 4 .6.9 1.3 1.8 2.3 2.9.6.7 1.2 1.2 2.2 2.2 1.7 1.6 1.7 1.5 2.2 2 1.1 1.2.9 1.5 2.5 4 .9 1.5 1.7 2.5 2.4 3.4.9 1.2 1.4 1.9 2.3 2.8.6.7.7.7 2.2 2.1 1.2 1.1 1.7 1.7 2.2 2.2.4.5 1.2 1.5 2.4 3.5 1.6 2.8 1.3 3.3 2.8 6.5 1.1 2.3 1.2 1.8 2.5 4.6 1.2 2.3 1.4 3.2 2.6 4.8.9 1.3.8.9 2.2 2.6.9 1.1 1.3 1.8 2.1 2 .5.1.5-.1 1.8-.1 1.2 0 1.3.2 1.8.1.9-.2.9-.6 1.7-.7.8-.1 1.4.3 1.9.5.6.3.9.7 2.1 2.1 1.3 1.6 1.4 2 2.1 2.2.7.2 1 0 1.8.3.7.2 1.2.6 2 1.5 1.2 1.4 1.4 2.1 2.3 3.4.9 1.3 1.1 1.2 2.2 2.5.9 1.2 1.4 2.3 2.5 4.5 1.6 3.3 1.4 3.8 2.6 5.1l2.1 2.1c1.1 1.2 1.4 1.5 2.1 2.1 1.5 1.4 1.4 1.1 2 1.8.8.9.8 1.3 2.2 3.2.3.4.5.7.7.9"/><linearGradient id="SVGID_00000013896616876836797120000018276557967226136241_" gradientUnits="userSpaceOnUse" x1="565.28" y1="-7995.515" x2="1065.894" y2="-7995.515" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000013896616876836797120000018276557967226136241_);stroke-width:.25" d="m565.3 296.9 4.4 1.5 4.3 2.8 4.5-2.9 4.3 1.4 4.4-3 4.4-3 4.4-2.9 4.3-1.8 4.2-2.4 4.2-2.2 4.2-1.9 4.1-1.9 4.1-2.2 4-.6 4-1 4-1.6 3.9-1.1 3.9-.2 3.9.1 3.8-2.1 3.8-1 3.8-.8 3.8-3.9 3.7-3.1 3.7.1 3.7-1.7 3.6-2.9 3.6-1.4 3.6.6 3.6 1.4 3.5-.3 3.5.4h3.5l3.4-1.7 3.5 1.9 3.4-1 3.4-1.9 3.3-2.3 3.3-2.1 3.3-1.5 3.2-1.6 3.1-4.4 3.1-5.7 3.1-2 3.2-.6 3.2.3 3.1-1.9 3-4.2 3-2.8 3-2.7 2.8-4.9 2.9-2.8 2.8-3.4 2.8-3.7 2.8-2.7 2-.9c.3-.1 7-1.6 10.7 0 1 .4 1.7.9 1.7.9 1.3.9 1.5 1.5 3 3.1 1.4 1.4 2 2.1 3 2.2 1.2.1 1.5-.6 2.8-.5 1.1.1 1.7.8 2.9 2 1.8 1.9 1.5 2.5 3 3.6.9.7 1 .4 2.9 1.6.2.1 1.4.9 2.9 2.1 1.8 1.4 1.9 1.8 2.9 2.1 1 .3 1.9.3 2.7.4 1.5 0 1.7-.2 2.7-.1.8.1 1.5.4 2.8 1.1.3.2.8.4 2.8 1.6 2 1.2 2.2 1.3 2.8 1.4 1.2.2 1.4-.2 2.6 0 1 .1 1.7.6 2.7 1.2.8.5 1.6 1.1 2.8 2.2.3.3 1.1 1.1 2.8 3.3 1.1 1.4 2.9 3.8 2.9 3.8 1.4 1.8 1.8 2.4 2.8 2.8.2.1 1 .2 2.6.5 1.9.4 2 .3 2.6.5.7.2 1.3.5 2.6 1.1 1.9.9 2 1.1 2.6 1.1 1 .1 1.1-.3 2.5-.3.8 0 1.3.1 2.5.3 1.9.4 2 .6 2.5.5 1.2-.3 1-1.6 2.3-2.1.5-.2 1.2-.1 2.5.1 1.1.2 1.8.3 2.5.6 1.5.7 1.4 1.6 2.6 1.9.8.2 1.5 0 2.4-.2.4-.1.6-.2 2.3-.9 1.3-.5 1.9-.8 2.3-.9.3-.1 1.4-.2 2.4.1.9.3 1 .7 2.6 2.5 1.7 2 2.2 2.3 2.6 2.4.7.3.7.1 2.4.7 1.4.4 1.6.6 2.4.7.4 0 1.3.1 2.3-.2 1.2-.4 1.2-.9 2.2-1.1.7-.1.7.1 2.3 0 1.6 0 1.6-.2 2.3-.1.9.2.9.7 2.4 1.7.9.6 1.5 1 2.4 1.1.7.1.8-.1 2.2-.1.9 0 1.5 0 2.2.2 1.1.2 1.8.7 2.3 1.1 1.4 1 1.2 1.5 2.4 2.2 1 .6 1.2.3 2.3.9.9.5 1.1.9 2.4 2.2 1.2 1.2 1.2 1 2.4 2.3.5.5 1.5 1.5 2.5 2.7 1.4 1.8 1.3 2 2.5 3.4s1.3 1.1 2.4 2.5c1.3 1.6 1.3 2.1 2.5 3.3 1.2 1.1 1.3.8 2.3 1.7 1.5 1.4 1.1 2.2 2.6 4.2.9 1.2 1.1 1 2.4 2.6 1.1 1.3 1.7 2.4 2.6 3.8 1.6 2.7 1.3 2.9 2.7 5.1.4.6 1.1 1.6 2.5 3.6 1 1.4 1.6 2.2 2.5 3.4 1.8 2.3 1.7 2 2.5 3.1 1.5 2.2 1.2 2.7 2.7 4.9 1 1.5 1.2 1.3 2.5 3.1.5.7.7 1 2.6 4.3 1.3 2.3 2 3.5 2.6 4.2 1 1.2 1.2 1.2 2.4 2.6.9 1.1 1.4 1.9 2.5 3.6 1 1.5 1.7 2.7 2.6 4.2.7 1.2 1.5 2.6 2.6 4.6 1.4 2.5 1.4 2.7 2.7 4.9.9 1.6 1.6 2.7 2.5 4 1.1 1.6 1.8 2.2 2.4 2.7 1.1.9 1.3.8 2.2 1.6 1.1 1 1 1.3 2.4 3.2.5.6 1.2 1.5 2.3 2.6 1.2 1.1 1.3 1 2.2 2 .8.8 1 1.2 2.4 3.2 2.1 3 1.8 2.5 2.4 3.4 1.5 2.3 1.3 2.8 2.5 4.2 1 1.2 1.3 1.1 2.2 2.2.9 1 1.5 2.3 2.6 4.9 2.1 4.8 2.3 5.2 2.8 6 1 1.7 1.2 1.5 2.4 3.6.6 1 1.1 1.9 2.7 5.1 1 2.1 1.4 3 2.8 5.9 1.6 3.4 2.2 4.8 2.8 5.8 1.1 2.2 1.8 3.5 2.6 5 1.3 2.3 2 3.1 2.4 3.6.5.6.6.6 2.2 2.4 1.2 1.2 1.8 1.9 2.2 2.5.4.5 1.4 1.7 2.4 3.2 1.1 1.8 1.1 2.3 2.7 5.3.9 1.6 1.5 2.6 2.3 2.6.7 0 .9-.8 1.7-.8.6 0 1.1.5 2.1 1.5 1.3 1.4 1.9 2.1 2.3 2.8 1.1 1.7 1.6 3 2.8 6 1.8 4.5 2.1 5.2 2.8 6.1.4.6 1 1.4 2.3 3.2.1.1.8 1 2.2 2.7.9 1 1.3 1.6 2.1 1.7.7.1.9-.3 1.8-.2.2 0 .7.1 2 1 .9.6 1 .8 2 1.6.9.7 1.3 1 2 1.4 1.1.5 1.2.4 1.9.7 1 .6.9 1.1 2.2 2.6l2.1 2.1c1.3 1.3 1.5 1.5 2.1 1.9.7.5.8.4 1.9 1.1.3.2 1.3.8 2 1.3.3.2 1 .9 2.2 2.8 1.7 2.8 1.2 3.4 2.5 4.5.3.2.8.7 2 1.7.4.4.8.7 1 .9"/><linearGradient id="SVGID_00000001647323907800260340000010042729327504008888_" gradientUnits="userSpaceOnUse" x1="561.439" y1="-8003.447" x2="1065.831" y2="-8003.447" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000001647323907800260340000010042729327504008888_);stroke-width:.25" d="m561.5 289 4.4 2.5 4.3 4.8 4.5.4 4.4.4 4.4.5 4.5-3.8 4.5-4.6 4.4-3.8 4.3-1 4.3-3.8 4.3-3.7 4.2-1.3 4.2-2.6 4.1-1.1 4.1-1.9 4.1-2.8 4-1.3 4-1.2 3.9-.6 3.9.9 3.9-1.7 3.8.3 3.8-.3 3.8-1.8 3.8-2.3 3.7-1.7 3.7-.6 3.7-1.4 3.6-1.9 3.6-1.2 3.6-2.2 3.5-.6 3.5 1.4 3.5.4 3.5-.5 3.5 3 3.5 1.2 3.4-.4 3.4-.8 3.4-.7 3.3-.8 3.3-1.6 3.2-2.6 3.2-3.6 3.1-4.7 3.1-3.7 3.1-1.9 3.1-.6 3-2.3 3-3.5 3-3.3 2.9-3.9 3-1.1 3-.7 2.9-2.9 2.8-3.3 2.8-3.8 2.1-2.4 2-1.4 4.5-1.3c.6.1 1.4.2 2.3.6.8.3 1.4.6 1.8.9.4.3 1.1.7 1.8 1.3 1.7 1.5 1.6 2.4 2.9 2.9.4.2.3.1 2.9.5 1.6.2 2.5.4 2.9.5.3.1.9.4 3 2.2 1.9 1.7 1.9 2 3 2.6 1.5.9 1.8.6 2.9 1.4 1.3.9 1.2 1.5 3.1 4.2 1.2 1.7 1.8 2.6 3 3.6.5.4 1.4 1.2 2.9 1.8.9.4 1.1.4 2.8 1 1.2.4 2 .9 2.8 1.2 1.9.9 1.9.9 2.8 1.3 1.7.6 1.8.4 2.8.9 1.6.8 1.5 1.5 2.8 2 1.2.4 1.5-.1 2.7.3 1 .3 1 .7 2.8 2 .7.5 1.4 1 2.8 1.8 2.2 1.4 2.1 1.2 2.8 1.7 1.7 1.3 1.5 1.9 2.8 2.5 1 .4 1.2.1 2.7.6 1.6.5 1.7 1.1 2.7 1.1 1.2 0 1.4-.7 2.5-.7.9.1.9.5 2.7 1.4 1 .5 1.7.8 2.6.9 1.3.1 1.5-.4 2.5-.3 1.3.2 1.2 1.2 2.7 1.5.4.1 1.1.1 2.5-.1 1.6-.1 1.6-.3 2.5-.3 1.5 0 1.7.4 2.5.2.2-.1.8-.2 2.3-1.8 1.5-1.6 1.7-2.2 2.2-2.2.9 0 1 1.3 2.6 1.9 1 .4 2.1.2 2.4.2 1.3-.2 1.4-.6 2.3-.6 1.2 0 1.3.6 2.5.6 1.2-.1 1.3-.8 2.3-.7 1 .1 1.1.9 2.5 1.3 1.2.3 1.4-.3 2.3 0 1.4.4 1.2 1.9 2.6 2.4.8.3 1-.2 2.3 0 1.2.2 1.3.7 2.4.8.9.1 1-.2 2.3-.3.7 0 1.5-.1 2.3.2.9.3.9.7 2.5 1.8 1.1.8 1.7 1.2 2.4 1.3.9.1 1.1-.3 2.2-.2 1 .1 1 .4 2.3.7 1.3.3 1.4-.1 2.2.2 1.2.4 1.1 1.1 2.4 1.6.7.3.7.1 2.2.4.8.2 1.6.4 2.3.7.5.2 1.1.6 2.4 2.1 1.3 1.5 1.4 1.9 2.5 3.2 1.3 1.5 1.4 1.3 2.5 2.5 1.5 1.8 1.1 2.2 2.6 4 1 1.2 2 2.1 2.4 2.5 1.3 1.1 1.6 1.1 2.4 1.8.9.8 1 1.2 2.6 4.1 1.2 2.2 1.9 3.3 2.6 4.2 1.1 1.4 1.3 1.2 2.5 2.7.5.6 1 1.3 2.6 4 1.4 2.3 2.4 4 2.7 4.5.5.8 1.3 2.3 2.7 4.7 1.3 2.3 1.7 3 2.6 3.9 1 1.1 1.3 1.1 2.4 2.2.8.8 1.4 1.7 2.6 3.9s1.3 2.7 2.8 5.8c1.6 3.3 2.2 4.2 2.7 4.9 1.2 1.8 1.5 1.5 2.4 3 1.7 2.5 1.2 3.2 3 6.9.7 1.4.5.8 2.7 4.6 1.3 2.4 1.7 3.1 2.6 4.5.9 1.3 1.9 2.4 2.4 3 1.7 2 1.7 1.7 2.4 2.6 1.4 2.1 1.1 3.1 2.5 3.9.9.5 1.1.2 2.1.7 1.1.6 1 1.1 2.3 2.6.4.4 1.1 1.2 2.3 2 .9.7 1.2.6 2.2 1.3 1.2.9 2 1.7 2.2 1.9 1.5 1.6 1.1 2.2 2.4 3.4.9.8 1.1.6 2.2 1.5.9.7 1.5 1.5 2.4 2.9 1.2 1.9 2.1 3.4 2.6 4.4 1.7 3.3 1.7 3.4 2.7 5 .9 1.5 1.1 1.4 2.4 3.4.4.6 1.5 2.2 2.5 4.1.8 1.3 1 2 2.8 5.7 2.5 5.3 2 4.2 2.8 6 1.7 3.8 1.9 4.3 2.8 6 1.3 2.3 1.5 2 2.5 3.9 1.5 2.8 1.2 3.6 2.7 5.5.3.5.2.2 2.3 2.5 1.2 1.4 1.9 2.1 2.3 2.6 1.1 1.4 1.7 2.5 2.4 3.8 1.6 2.8 1.3 3 2.7 5.1.8 1.3.8 1 2.4 3.3 1.2 1.8 1.5 2.3 2.4 3.3.9 1 1.1.9 2.2 2.1.5.5.6.7 2.3 2.9 1.7 2.2 2 2.5 2.3 2.8.9 1 1 .9 2.2 2 1.2 1.2 2 2.2 2.2 2.5 1.2 1.5 1.2 1.9 2.3 3 .9 1 1.5 1.2 2 1.4.9.3 1.1.1 1.9.3.7.3.9.6 2.1 2.1 1.1 1.3 1.6 2 2.2 2.5.5.5 1 .8 2 1.6 1.6 1.1 1.5 1 2 1.4.6.5.6.7 2.2 3 .9 1.2 1.4 1.8 2.1 1.9.3 0 .6-.1.8-.2"/><linearGradient id="SVGID_00000018946167760337277620000005317095865609500089_" gradientUnits="userSpaceOnUse" x1="559.133" y1="-8000.667" x2="1065.88" y2="-8000.667" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000018946167760337277620000005317095865609500089_);stroke-width:.25" d="m559.2 281.6 2.9 1.2 4.3 6.7 4.4 4.1 4.6-.9 4.6-2.1 4.5-.8 4.5-1.1 4.6-5.3 4.5-3.4 4.4-3.8 4.4-4.1 4.4-5 4.2-2.3h4.2l4.1 1.8 4.1 1.9 4.1-2.3 4.1-2.8 4-3 4-3 4-1.2 3.9-1 3.9-.2 3.8.1 3.8-1 3.8-.8h3.8l3.7-1.2 3.7-1.3 3.7-.3 3.6-.2 3.6-1.1 3.6-.8 3.6-.2 3.6.8 3.5.4 3.5 2.1 3.5 2.8 3.5 1 3.4.3 3.4-1.7 3.3-1.9 3.3-2.2 3.3-1.4 3.2-4.6 3.1-4.2 3.2-2.9 3.2-1.8 3.1-1.8 3.1-1.1 3.1-1.5 3.2.7 3-1.9 3-3 3-2 2.9-3.3 2.9-3.3 2.9-2.3 2.8-3.5 2.8-3.6 1.3-1.4 1.1-1.3 1.8-.8 1.8.3c.2.5.5 1.1 1.2 1.8.5.5.9.6 1.5 1.1 1.6 1 1.5 1.5 3 2.5 1.3.9 1.4.6 2.9 1.5 1.3.8 2.1 1.6 2.9 2.4 1.2 1.2 1.1 1.4 3 3.5 1.4 1.6 2.1 2.4 3 3.1 1.1.8 1.2.7 2.9 1.9 1.5 1.1 1.5 1.3 2.9 2.2 1 .7 1 .6 2.8 1.8 1.5.9 2.2 1.4 2.8 1.9 1.8 1.4 1.7 1.8 2.9 2.3 1.2.5 1.4.1 2.7.6.5.2.8.4 2.8 1.9 1.5 1.1 2.2 1.6 2.8 1.7 1.2.1 1.5-.7 2.6-.6 1 .1 1 .8 2.8 1.6 1 .5 1.1.3 2.7 1 .6.3 1.6.7 2.7 1.4 1.6 1.1 1.4 1.4 2.8 2.1 1.1.6 2.2.8 2.6.9 1.3.2 1.5 0 2.6.2 1.4.3 1.4.8 2.6.9 1.4.2 1.6-.3 2.5-.1 1.4.4 1.2 1.6 2.7 2.1 1 .3 1.9 0 2.5-.1 1.3-.4 1.3-.9 2.4-1.1 1.3-.2 1.6.4 2.5.1 1.2-.4.9-1.5 2.2-2.2.8-.4 1.5-.4 2.4-.4.7 0 1.6 0 2.5.3 1.2.5 1.1 1.2 2.6 2.3.8.6 1.5 1.1 2.5 1 1 0 1.2-.7 2.3-.7 1-.1 1.2.4 2.4.4 1.3.1 1.5-.5 2.3-.3 1 .2 1.1 1.2 2.7 3.3 1.5 1.9 2.2 2.1 2.5 2.1 1.1.2 2.1-.3 2.3-.4 1.2-.6 1-1.3 2.1-1.7.4-.1 1-.2 2.3-.2 1.2 0 1.8 0 2.3.1.8.2.9.4 2.4 1.2 1.7.9 1.6.7 2.4 1.1 1.5.9 1.4 1.5 2.4 1.8.8.2 1-.1 2.2.1.8.1 1.5.4 2.3.8 1.3.6 1.3.8 2.3 1.1 1 .4 1.1.2 2.3.6.9.3 1 .5 2.3 1 1.4.6 1.6.5 2.3.9.8.4 1.4.9 2.4 2.2 1 1.3 1.6 2.3 2.6 4.1 1.9 3.3 1.9 3.5 2.7 4.6.7 1 1.4 2 2.5 3.1s1.3 1.1 2.4 2.2c.8.9 1 1.2 2.5 3.1 1.7 2.1 1.6 1.9 2.5 3.1 1.2 1.6 1.9 2.8 2.6 3.9 1.6 2.7 1.5 3.1 2.7 4.5 1 1.3 1.2 1.1 2.4 2.6.7.8 1 1.3 2.6 3.9 1.7 2.7 2.5 4.1 2.6 4.2 1.7 2.8 1.7 3 2.6 4.4 1.1 1.6 1.2 1.6 2.5 3.4.9 1.3 1.5 2.3 2.6 4.1.4.7 1.4 2.3 2.7 4.7 1 1.8 1 2 2.7 5.1 1.5 2.8 1.9 3.5 2.6 4.5 1.1 1.5 1.3 1.4 2.4 2.8.8 1.1.9 1.4 2.6 4.5 1.8 3.1 2.2 3.7 2.6 4.1 1.1 1.3 1.3 1.1 2.3 2.4 1.3 1.6 1.2 2.1 2.5 3.4.8.9.9.7 2.3 2 .9.9 1.6 1.6 2.3 2.4 1.5 1.7 1.5 1.9 2.3 2.6 1 .9 1.1.8 2.2 1.7.8.7 1.3 1.3 2.3 2.5.6.7.9 1.1 2.4 3 2 2.5 1.9 2.4 2.4 3 1.2 1.5 1.8 2.3 2.4 3.3 1.3 2 1.2 2.3 2.6 4.8 1.2 1.9 1.2 1.7 2.5 3.8 1.3 2.2 1.4 2.6 2.6 4.7 1.3 2.1 1.5 2 2.4 3.6 1.3 2.2 1.3 2.9 2.9 6.7 1 2.2.8 1.5 2.8 6 .9 2.1 2 4.1 2.8 6.2.9 2.1 1.3 3.3 2.6 4.6.9.9 1.2.9 2.2 2 1.1 1.2 1.3 1.9 2.4 3.6 1.2 1.8 1.3 1.5 2.3 3 1.3 2 1.1 2.3 2.6 4.8 1.2 2.1 1.2 1.6 2.4 3.6 1 1.6 1.2 2.4 2.4 3.1.8.5 1 .4 2 1.1.4.3 1.1.8 2.2 2 1 1.1 1.7 2.1 2.3 3 .7 1 1.5 2.3 2.5 4.1 1.6 3 1.4 3.3 2.6 5 .8 1.1 1.8 2.1 2.2 2.6l2.1 2.1c.9.9 1.4 1.4 2.1 1.6.9.4 1.1.1 1.9.4.9.4.9.9 2.2 2.5.8.9 1.2 1.5 2.1 2 .7.4.8.3 1.9.9 1.1.6 1.8 1.1 2 1.2.8.6 1.3 1.1 2.1 1.9 1.3 1.4 1.3 1.6 2.1 2.1.8.6.9.4 1.9 1 1.1.8 1.1 1.1 2 1.5.8.4 1.1.3 1.9.8.7.4 1.1.9 1.4 1.2"/><linearGradient id="SVGID_00000068636853950070900910000012709907221628622258_" gradientUnits="userSpaceOnUse" x1="576.104" y1="-8002.596" x2="1065.875" y2="-8002.596" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000068636853950070900910000012709907221628622258_);stroke-width:.25" d="m576.2 286.4 4.7-4.5 4.7-3.3 4.5-.8 4.5-3.1 4.5-3.7 4.5-5.1 4.4-3.4 4.3-2.7 4.3 1.2 4.2-.3h4.2l4.1.7 4.1-.9 4.1-1.7 4.1-1.9 4-2.3 4-1.7 3.9-.4 4-.5 3.9-2.3 3.8-1.2 3.8-.1 3.8.1 3.8-1.8 3.7-2.1 3.7 2.9 3.7.8 3.7 1.4 3.7-.4 3.6 1.1 3.6 2.4 3.6-.9 3.5-.2 3.5-1.3 3.5-.8 3.4-1.6 3.4.2 3.4-.6 3.3-2 3.3-2.4 3.3-1.2 3.2-2.6 3.3-1.2 3.2-1.8 3.2-.8 3.1-1.6 3.2.9 3.2.2 3.1-2.1 3-2.3 3-2.2 3-1.7 2.9-1.9 3-2.2 2.8-2.8 2.7-5.1 2.8-2.3 2.8-2.8 2.9.3 3.1 2.7 3 2.2 3.1 3.9 3.1 2.8 3 2.7 2.8.9 2.9.7 2.9 1.5 2.8.9 2.7-1.7 2.6-1.2 2.9 1.8 2.9 2.3 2.8 2.1 2.7.8 2.8 1.3 2.9 2.9 3 4.1 2.6.5 2.6-.1 2.8 2 2.6-.4 2.6 1.1 2.6.2 2.7 1.6 2.7 1.9 2.5.3 2.5-.2 2.3-1.5 2.2-2.5 2.5.4 2.7 2.4 2.3-1.4 2.5.9 2.2-1.5 2.4.2 2.3-.5 2.4.7 2.5.9 2.4 1.4 2.5 1.4 2.3.4h2.3l2.5 2.1 2.4.9 2.1-1.8 2.3.4 2.2-.1 2.2.1 2.4 1.9 2.4 1.7 2.4 1.6 2.5 3 2.4 1.8 2.4 2 2.4 2.1 2.7 4.7 2.8 5.3 2.5 3.2 2.5 2.5 2.7 4.9 2.7 5.1 2.6 3.3 2.4 3 2.7 4.4 2.6 3.6 2.4 2.9 2.8 5.4 2.8 5.6 2.6 4.4 2.7 4.8 2.6 4.1 2.3 2.2 2.8 5.1 2.4 3.2 2.3 2.3 2.2 1.2 2.5 3.6 2.1.5 2.1 1.2 2.4 3.1 2.5 3.5 2.2 2.4 2.6 4.5 2.6 3.9 2.5 4.2 2.6 4.8 2.4 2.9 2.8 5.8 2.7 5.4 2.5 3.6 2.5 4.4 2.1 1.4 2.4 3 2.5 4.3 2.7 5.1 2.8 6.2 2.7 4.9 2.2 2.5 2.5 4.2 2.1 1.8 2.1 1.3 2.3 2.9 2.1 2.1 2.1 1.6 2 1.3 2.1 2 2.4 3.7 2.1 1.7.2.2"/><linearGradient id="SVGID_00000166637861684492596670000016134510791034322876_" gradientUnits="userSpaceOnUse" x1="563.824" y1="-8002.28" x2="1065.885" y2="-8002.28" gradientTransform="translate(0 8332.32)"><stop offset="0" style="stop-color:#fff;stop-opacity:0"/><stop offset=".21" style="stop-color:#fff;stop-opacity:0"/><stop offset=".29" style="stop-color:#fff;stop-opacity:3.000000e-02"/><stop offset=".34" style="stop-color:#fff;stop-opacity:8.000000e-02"/><stop offset=".39" style="stop-color:#fff;stop-opacity:.15"/><stop offset=".43" style="stop-color:#fff;stop-opacity:.23"/><stop offset=".46" style="stop-color:#fff;stop-opacity:.34"/><stop offset=".49" style="stop-color:#fff;stop-opacity:.47"/><stop offset=".52" style="stop-color:#fff;stop-opacity:.61"/><stop offset=".54" style="stop-color:#fff;stop-opacity:.78"/><stop offset=".57" style="stop-color:#fff;stop-opacity:.96"/><stop offset=".57" style="stop-color:#fff"/><stop offset=".6" style="stop-color:#f0eefa"/><stop offset=".65" style="stop-color:#c8c3ee"/><stop offset=".73" style="stop-color:#897eda"/><stop offset=".82" style="stop-color:#3b28c2"/><stop offset="1" style="stop-color:#f0effa"/></linearGradient><path style="fill:none;stroke:url(#SVGID_00000166637861684492596670000016134510791034322876_);stroke-width:.25" d="m563.9 280.9 3.6 3.3 4.6.6 4.8-3 4.8-3.5 4.7-3.5 4.6-2.5 4.6-3.6 4.6-3.7 4.4-2 4.4-.7 4.4-1.1 4.3-3 4.4-4.1 4.2-3.3 4.2 2.3 4.2-.7 4.1 1.5 4.1-1.6 4-.7 4.1-.9 4-1.3 3.9-1.1 3.9.5 3.9.3 3.9-4.2 3.8-2.5 3.8-.2 3.8 2 3.8 1.1 3.7 1.3 3.8 2.5 3.7 1.1 3.6-.8 3.6-.1 3.6-.1 3.6-.8h3.5l3.5-2.9 3.4-2.9 3.4-.2h3.5l3.4-1 3.3-1.7 3.3-2.1 3.4.6 3.3.7 3.3-.8 3.2-.4 3.3 1 3.3.6 3.1-1 3-3.6 3.1-1.6 3.1-.2 3.1-1.2 3-1.4 2.9-2.6 3-1 2.9-2.6 2.8-2.7 2.9-2.1 2.9-.8 3 1 2.9.7 3 .6 2.9.6 2.9 1.1 2.9.8 2.9 1.3 3.1 3 2.9 1.3 2.8.4 2.6-1.7 2.7-1.2 2.8 1.6 2.9 2.1 2.8 1.8 2.9 1.8 2.7 1.3 2.9 2.9 3 3.4 2.6.4 2.8 1.7 2.7 1.5 2.8 2.2 2.6.7 2.6-.1 2.4-1.1 2.5-.2 2.6 1.1 2.5-.7 2.4-.7 2.2-2.6 2.6 1.8 2.8 3.2 2.5 1.4 2.3-1.5 2.2-2 2.3-.9 2.3-.2 2.4-.2 2.4 1 2.5 1.2 2.3.6 2.5 1.2 2.2-.4 2.4 1.2 2.2-.8h2.3l2.1-1.2h2.2l2.4 1.9 2.5 2.7 2.4 1.3 2.5 2.4 2.6 3.6 2.5 2.4 2.5 2.9 2.5 3.1 2.6 3.4 2.5 3 2.7 4.6 2.5 3.3 2.7 4.2 2.7 4.5 2.6 3.8 2.5 3.6 2.6 3.5 2.6 4.3 2.7 4.7 2.6 3.9 2.6 4 2.9 5.7 2.3 2 2.5 3.2 2.3 2.1 2.6 4.4 2.6 4 2.7 4.7 2.4 3 2 .4 2.1.5 2.3 2.6 2.2 1.8 2.5 3.2 2.6 4.7 2.7 4.9 2.3 2.4 2.3 2.7 2.6 4.6 2.4 2.8 2.6 4.6 2.7 5.6 2.3 2.2 2.3 2.7 2.5 4.1 2.1 1.6 2.3 2.4 2.8 6.1 3 7.1 2.6 4.6 2.7 5.2 2.5 4.3 2.1 1.5 2.3 3 2.2 2.3 2 1.2 2.1 2 2.2 2.1.3.3"/><path class="st3" d="m558.5 277.8 5-3.8 4.7 2.7 4.7 1.1 4.8-1.7 4.8-3.1 4.8-3.8 4.6-2.6 4.7-2.6 4.5-.5 4.5-.9 4.5-2.1 4.5-4.9 4.4-3.5 4.4-3.5 4.3-1.9 4.2-.4 4.2-1 4.2.3 4.1.2 4.1.8 4 1.5 4.1.3 4 1.7 4-1.2 3.9-2 3.9-2.5 3.9-2 3.8-2 3.9 1.2 3.8 3.4 3.8 2.2 3.8 2 3.7 1.9 3.7-.5 3.7-.5 3.6-2 3.5-2.7 3.5-3.5 3.5-2.6h3.5l3.5.3 3.5-1 3.4-.8 3.5 1.5 3.4 1.3 3.4.3 3.3-.9 3.4 1.3 3.4 1.3h3.3l3.2-1.1 3.1-1.8 3.2-1.7 3-2.1 3.2-.6 3.1-.6 3.1-.3h3.1l3-.8 3-2.4 2.9-1.1 2.9-1.8 3-1.2 2.9-.7 2.8-2.3 2.9-.2 2.9.2 2.9.3h2.9l2.7-1.4 2.9.7 3 1.5 2.8-.1 2.7.2 2.9 1.2 2.9 1.4 2.7.6 2.9 2.3 3 3 3.1 4.7 2.9 2.7 2.8 1.7 2.7.3 2.8 2.1 2.8 2.1 2.8 1.4 2.7 1.5 2.5-.7 2.4-1.1 2.4-1.9 2.4-1.6 2.5.2 2.5-.3 2.5.3 2.6 1.7 2.6 1h2.4l2.4-.7 2.2-2.2 2.4.8 2.6 1.2 2.3.1 2.5.9 2.5 1.3 2.4.7 2.3.1 2.3-.2 2.5 1.7 2-2.3 2.1-1.2 2.2-.4 2.1-.9 2.1-1.5 2.4 1.8 2.5 2.7 2.6 3.1 2.7 4.4 2.7 4.1 2.3 1.2 2.4 1.8 2.6 3.5 2.6 3.7 2.5 2.7 2.6 3.2 2.7 5 2.8 5.1 2.7 4.3 3 6.8 2.7 4.7 2.7 4 2.4 2.9 2.7 4.5 2.6 4 2.6 3.3 2.6 4.2 2.5 3.7 2.3 1.4 2.4 2.8 2.4 2.6 2.6 4.3 2.5 3.1 2 .7 2.2 1.2 2.3 2.1 2.1 1.4 2.5 3 2.4 3.5 2.6 4.3 2.5 3.7 2.5 3.3 2.3 2.9 2.5 3.7 2.5 3.9 2.4 3.1 2.4 3.4 2.5 3.6 2.1 1.6 2.4 3.1 2.1 1.5 2.4 3.7 2.9 6 2.5 4.4 2.7 5.2 2.5 4 2.7 5.2 2.5 3.6 2.5 4.4 2.4 3.3.2.1"/></g></svg>