@local-logic/sdks-app 1.10.1 → 1.10.2

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 (151) hide show
  1. package/dist/assets/Check.c5d1a47d.svg +5 -0
  2. package/dist/assets/Chevron.bf118a99.svg +3 -0
  3. package/dist/assets/index-legacy.117bd3b3.js +1 -0
  4. package/dist/assets/index-legacy.c8efec8e.js +1 -0
  5. package/dist/assets/index-legacy.e52fef27.js +1 -0
  6. package/dist/assets/index-legacy.f129eeed.js +23 -0
  7. package/dist/assets/{index-legacy.ff5a8a77.js → index-legacy.fe366b74.js} +14 -14
  8. package/dist/assets/index.13ea26de.js +626 -0
  9. package/dist/assets/{index.c867554c.js → index.453c7d62.js} +226 -230
  10. package/dist/assets/index.53ec43c8.js +245 -0
  11. package/dist/assets/{index.8c76b125.js → index.8e1fa21d.js} +20 -8
  12. package/dist/assets/index.dd39e586.js +247 -0
  13. package/dist/assets/keyFactory-legacy.782b8549.js +1 -0
  14. package/dist/assets/keyFactory.e1cd5707.js +1 -0
  15. package/dist/assets/{useIsMobile-legacy.fca8247f.js → useIsMobile-legacy.887b2d7a.js} +1 -1
  16. package/dist/assets/{useIsMobile.4f441d9c.js → useIsMobile.54c8b33a.js} +1 -1
  17. package/dist/assets/{useQuery-legacy.e0f43a7f.js → useQuery-legacy.fa6f72de.js} +1 -1
  18. package/dist/assets/{useQuery.1ebb66e3.js → useQuery.9b24d1e2.js} +1 -1
  19. package/dist/index.html +2 -2
  20. package/dist/types/sdks/DataExplorer/components/Checkbox/index.d.ts +10 -0
  21. package/dist/types/sdks/DataExplorer/components/Checkbox/index.d.ts.map +1 -0
  22. package/dist/types/sdks/DataExplorer/components/Checkbox/index.js +26 -0
  23. package/dist/types/sdks/DataExplorer/components/Checkbox/index.js.map +1 -0
  24. package/dist/types/sdks/DataExplorer/components/Checkbox/styles.d.ts +7 -0
  25. package/dist/types/sdks/DataExplorer/components/Checkbox/styles.d.ts.map +1 -0
  26. package/dist/types/sdks/DataExplorer/components/Checkbox/styles.js +31 -0
  27. package/dist/types/sdks/DataExplorer/components/Checkbox/styles.js.map +1 -0
  28. package/dist/types/sdks/DataExplorer/components/DataTable/index.d.ts.map +1 -1
  29. package/dist/types/sdks/DataExplorer/components/DataTable/index.js +8 -29
  30. package/dist/types/sdks/DataExplorer/components/DataTable/index.js.map +1 -1
  31. package/dist/types/sdks/DataExplorer/components/Insights/index.d.ts.map +1 -1
  32. package/dist/types/sdks/DataExplorer/components/Insights/index.js +3 -27
  33. package/dist/types/sdks/DataExplorer/components/Insights/index.js.map +1 -1
  34. package/dist/types/sdks/DataExplorer/components/InsightsSelector/Categories.d.ts +7 -0
  35. package/dist/types/sdks/DataExplorer/components/InsightsSelector/Categories.d.ts.map +1 -0
  36. package/dist/types/sdks/DataExplorer/components/InsightsSelector/Categories.js +18 -0
  37. package/dist/types/sdks/DataExplorer/components/InsightsSelector/Categories.js.map +1 -0
  38. package/dist/types/sdks/DataExplorer/components/InsightsSelector/CategoryInsights.d.ts +10 -0
  39. package/dist/types/sdks/DataExplorer/components/InsightsSelector/CategoryInsights.d.ts.map +1 -0
  40. package/dist/types/sdks/DataExplorer/components/InsightsSelector/CategoryInsights.js +37 -0
  41. package/dist/types/sdks/DataExplorer/components/InsightsSelector/CategoryInsights.js.map +1 -0
  42. package/dist/types/sdks/DataExplorer/components/InsightsSelector/index.d.ts +8 -0
  43. package/dist/types/sdks/DataExplorer/components/InsightsSelector/index.d.ts.map +1 -0
  44. package/dist/types/sdks/DataExplorer/components/InsightsSelector/index.js +59 -0
  45. package/dist/types/sdks/DataExplorer/components/InsightsSelector/index.js.map +1 -0
  46. package/dist/types/sdks/DataExplorer/components/InsightsSelector/styles.d.ts +275 -0
  47. package/dist/types/sdks/DataExplorer/components/InsightsSelector/styles.d.ts.map +1 -0
  48. package/dist/types/sdks/DataExplorer/components/InsightsSelector/styles.js +95 -0
  49. package/dist/types/sdks/DataExplorer/components/InsightsSelector/styles.js.map +1 -0
  50. package/dist/types/sdks/DataExplorer/constants/index.d.ts +2 -0
  51. package/dist/types/sdks/DataExplorer/constants/index.d.ts.map +1 -0
  52. package/dist/types/sdks/DataExplorer/constants/index.js +2 -0
  53. package/dist/types/sdks/DataExplorer/constants/index.js.map +1 -0
  54. package/dist/types/sdks/DataExplorer/constants/insights.d.ts +690 -0
  55. package/dist/types/sdks/DataExplorer/constants/insights.d.ts.map +1 -0
  56. package/dist/types/sdks/DataExplorer/constants/insights.js +701 -0
  57. package/dist/types/sdks/DataExplorer/constants/insights.js.map +1 -0
  58. package/dist/types/sdks/DataExplorer/context.d.ts +4 -5
  59. package/dist/types/sdks/DataExplorer/context.d.ts.map +1 -1
  60. package/dist/types/sdks/DataExplorer/context.js +4 -5
  61. package/dist/types/sdks/DataExplorer/context.js.map +1 -1
  62. package/dist/types/sdks/DataExplorer/features/useData.d.ts +14 -5
  63. package/dist/types/sdks/DataExplorer/features/useData.d.ts.map +1 -1
  64. package/dist/types/sdks/DataExplorer/features/useData.js +189 -31
  65. package/dist/types/sdks/DataExplorer/features/useData.js.map +1 -1
  66. package/dist/types/sdks/DataExplorer/features/useDemographics.d.ts +4 -4
  67. package/dist/types/sdks/DataExplorer/features/useDemographics.d.ts.map +1 -1
  68. package/dist/types/sdks/DataExplorer/features/useDemographics.js +12 -7
  69. package/dist/types/sdks/DataExplorer/features/useDemographics.js.map +1 -1
  70. package/dist/types/sdks/DataExplorer/features/usePois.d.ts +2 -2
  71. package/dist/types/sdks/DataExplorer/features/usePois.d.ts.map +1 -1
  72. package/dist/types/sdks/DataExplorer/features/usePois.js +1 -5
  73. package/dist/types/sdks/DataExplorer/features/usePois.js.map +1 -1
  74. package/dist/types/sdks/DataExplorer/features/useSchools.d.ts +4 -5
  75. package/dist/types/sdks/DataExplorer/features/useSchools.d.ts.map +1 -1
  76. package/dist/types/sdks/DataExplorer/features/useSchools.js +12 -8
  77. package/dist/types/sdks/DataExplorer/features/useSchools.js.map +1 -1
  78. package/dist/types/sdks/DataExplorer/features/useScores.d.ts +1 -1
  79. package/dist/types/sdks/DataExplorer/features/useScores.d.ts.map +1 -1
  80. package/dist/types/sdks/DataExplorer/features/useScores.js +1 -5
  81. package/dist/types/sdks/DataExplorer/features/useScores.js.map +1 -1
  82. package/dist/types/sdks/Demographics/components/Content/Household/styles.d.ts.map +1 -1
  83. package/dist/types/sdks/Demographics/components/Content/Household/styles.js +1 -0
  84. package/dist/types/sdks/Demographics/components/Content/Household/styles.js.map +1 -1
  85. package/dist/types/sdks/Demographics/components/Content/Housing/styles.d.ts.map +1 -1
  86. package/dist/types/sdks/Demographics/components/Content/Housing/styles.js +1 -0
  87. package/dist/types/sdks/Demographics/components/Content/Housing/styles.js.map +1 -1
  88. package/dist/types/sdks/Demographics/components/Content/Income/styles.d.ts.map +1 -1
  89. package/dist/types/sdks/Demographics/components/Content/Income/styles.js +1 -0
  90. package/dist/types/sdks/Demographics/components/Content/Income/styles.js.map +1 -1
  91. package/dist/types/sdks/Demographics/components/Content/index.d.ts.map +1 -1
  92. package/dist/types/sdks/Demographics/components/Content/index.js +1 -1
  93. package/dist/types/sdks/Demographics/components/Content/index.js.map +1 -1
  94. package/dist/types/sdks/Demographics/components/Content/styles.d.ts.map +1 -1
  95. package/dist/types/sdks/Demographics/components/Content/styles.js +4 -0
  96. package/dist/types/sdks/Demographics/components/Content/styles.js.map +1 -1
  97. package/dist/types/sdks/Demographics/context.d.ts.map +1 -1
  98. package/dist/types/sdks/Demographics/context.js +3 -2
  99. package/dist/types/sdks/Demographics/context.js.map +1 -1
  100. package/dist/types/sdks/Demographics/styles.d.ts +1 -0
  101. package/dist/types/sdks/Demographics/styles.d.ts.map +1 -1
  102. package/dist/types/sdks/Demographics/styles.js +8 -0
  103. package/dist/types/sdks/Demographics/styles.js.map +1 -1
  104. package/package.json +4 -3
  105. package/dist/assets/index-legacy.bb092588.js +0 -1
  106. package/dist/assets/index-legacy.c8320f29.js +0 -23
  107. package/dist/assets/index-legacy.cf80e152.js +0 -1
  108. package/dist/assets/index-legacy.e84e967e.js +0 -1
  109. package/dist/assets/index.456bc508.js +0 -626
  110. package/dist/assets/index.72ba2b79.js +0 -247
  111. package/dist/assets/index.b042d9a9.js +0 -145
  112. package/dist/types/sdks/DataExplorer/components/Demographics/index.d.ts +0 -4
  113. package/dist/types/sdks/DataExplorer/components/Demographics/index.d.ts.map +0 -1
  114. package/dist/types/sdks/DataExplorer/components/Demographics/index.js +0 -15
  115. package/dist/types/sdks/DataExplorer/components/Demographics/index.js.map +0 -1
  116. package/dist/types/sdks/DataExplorer/components/Demographics/styles.d.ts +0 -3
  117. package/dist/types/sdks/DataExplorer/components/Demographics/styles.d.ts.map +0 -1
  118. package/dist/types/sdks/DataExplorer/components/Demographics/styles.js +0 -6
  119. package/dist/types/sdks/DataExplorer/components/Demographics/styles.js.map +0 -1
  120. package/dist/types/sdks/DataExplorer/components/POIs/index.d.ts +0 -4
  121. package/dist/types/sdks/DataExplorer/components/POIs/index.d.ts.map +0 -1
  122. package/dist/types/sdks/DataExplorer/components/POIs/index.js +0 -42
  123. package/dist/types/sdks/DataExplorer/components/POIs/index.js.map +0 -1
  124. package/dist/types/sdks/DataExplorer/components/POIs/styles.d.ts +0 -3
  125. package/dist/types/sdks/DataExplorer/components/POIs/styles.d.ts.map +0 -1
  126. package/dist/types/sdks/DataExplorer/components/POIs/styles.js +0 -6
  127. package/dist/types/sdks/DataExplorer/components/POIs/styles.js.map +0 -1
  128. package/dist/types/sdks/DataExplorer/components/Schools/index.d.ts +0 -4
  129. package/dist/types/sdks/DataExplorer/components/Schools/index.d.ts.map +0 -1
  130. package/dist/types/sdks/DataExplorer/components/Schools/index.js +0 -21
  131. package/dist/types/sdks/DataExplorer/components/Schools/index.js.map +0 -1
  132. package/dist/types/sdks/DataExplorer/components/Schools/styles.d.ts +0 -3
  133. package/dist/types/sdks/DataExplorer/components/Schools/styles.d.ts.map +0 -1
  134. package/dist/types/sdks/DataExplorer/components/Schools/styles.js +0 -6
  135. package/dist/types/sdks/DataExplorer/components/Schools/styles.js.map +0 -1
  136. package/dist/types/sdks/DataExplorer/components/Scores/index.d.ts +0 -4
  137. package/dist/types/sdks/DataExplorer/components/Scores/index.d.ts.map +0 -1
  138. package/dist/types/sdks/DataExplorer/components/Scores/index.js +0 -32
  139. package/dist/types/sdks/DataExplorer/components/Scores/index.js.map +0 -1
  140. package/dist/types/sdks/DataExplorer/components/Scores/styles.d.ts +0 -3
  141. package/dist/types/sdks/DataExplorer/components/Scores/styles.d.ts.map +0 -1
  142. package/dist/types/sdks/DataExplorer/components/Scores/styles.js +0 -6
  143. package/dist/types/sdks/DataExplorer/components/Scores/styles.js.map +0 -1
  144. package/dist/types/sdks/DataExplorer/components/Section/index.d.ts +0 -11
  145. package/dist/types/sdks/DataExplorer/components/Section/index.d.ts.map +0 -1
  146. package/dist/types/sdks/DataExplorer/components/Section/index.js +0 -22
  147. package/dist/types/sdks/DataExplorer/components/Section/index.js.map +0 -1
  148. package/dist/types/sdks/DataExplorer/components/Section/styles.d.ts +0 -11
  149. package/dist/types/sdks/DataExplorer/components/Section/styles.d.ts.map +0 -1
  150. package/dist/types/sdks/DataExplorer/components/Section/styles.js +0 -73
  151. package/dist/types/sdks/DataExplorer/components/Section/styles.js.map +0 -1
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_17_4631)">
3
+ <path d="M9.00016 16.17L4.83016 12L3.41016 13.41L9.00016 19L21.0002 6.99997L19.5902 5.58997L9.00016 16.17Z" />
4
+ </g>
5
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="8" height="12" viewBox="0 0 8 12" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M7.705 1.41L6.295 0L0.294998 6L6.295 12L7.705 10.59L3.125 6L7.705 1.41Z" />
3
+ </svg>
@@ -0,0 +1 @@
1
+ !function(){var e,t,n,r,o,i,a,l,c,s,u,d,p,f,h,v,m,g,y,b,x,w,C,M,E,O,S,k,P,I,_,L,A,R,j,z,T,D,V=["children"],N=["children"],G=["scope","children"],F=["asChild"],Z=["__scopeCollapsible","open","defaultOpen","disabled","onOpenChange"],H=["__scopeCollapsible"],U=["forceMount"],B=["__scopeCollapsible","present","children"],K=["type"],W=["value","defaultValue","onValueChange","collapsible"],q=["value","defaultValue","onValueChange"],Y=["__scopeAccordion","disabled"],$=["__scopeAccordion","value"],Q=["__scopeAccordion"],J=["__scopeAccordion"],X=["__scopeAccordion"];function ee(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function te(e){return function(e){if(Array.isArray(e))return fe(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||pe(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function ne(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}function re(e){return re="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},re(e)}function oe(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function ie(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function ae(e,t,n){return t&&ie(e.prototype,t),n&&ie(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function le(){"use strict";/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */le=function(){return e};var e={},t=Object.prototype,n=t.hasOwnProperty,r="function"==typeof Symbol?Symbol:{},o=r.iterator||"@@iterator",i=r.asyncIterator||"@@asyncIterator",a=r.toStringTag||"@@toStringTag";function l(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{l({},"")}catch(S){l=function(e,t,n){return e[t]=n}}function c(e,t,n,r){var o=t&&t.prototype instanceof d?t:d,i=Object.create(o.prototype),a=new M(r||[]);return i._invoke=function(e,t,n){var r="suspendedStart";return function(o,i){if("executing"===r)throw new Error("Generator is already running");if("completed"===r){if("throw"===o)throw i;return O()}for(n.method=o,n.arg=i;;){var a=n.delegate;if(a){var l=x(a,n);if(l){if(l===u)continue;return l}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if("suspendedStart"===r)throw r="completed",n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r="executing";var c=s(e,t,n);if("normal"===c.type){if(r=n.done?"completed":"suspendedYield",c.arg===u)continue;return{value:c.arg,done:n.done}}"throw"===c.type&&(r="completed",n.method="throw",n.arg=c.arg)}}}(e,n,a),i}function s(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(S){return{type:"throw",arg:S}}}e.wrap=c;var u={};function d(){}function p(){}function f(){}var h={};l(h,o,(function(){return this}));var v=Object.getPrototypeOf,m=v&&v(v(E([])));m&&m!==t&&n.call(m,o)&&(h=m);var g=f.prototype=d.prototype=Object.create(h);function y(e){["next","throw","return"].forEach((function(t){l(e,t,(function(e){return this._invoke(t,e)}))}))}function b(e,t){function r(o,i,a,l){var c=s(e[o],e,i);if("throw"!==c.type){var u=c.arg,d=u.value;return d&&"object"==re(d)&&n.call(d,"__await")?t.resolve(d.__await).then((function(e){r("next",e,a,l)}),(function(e){r("throw",e,a,l)})):t.resolve(d).then((function(e){u.value=e,a(u)}),(function(e){return r("throw",e,a,l)}))}l(c.arg)}var o;this._invoke=function(e,n){function i(){return new t((function(t,o){r(e,n,t,o)}))}return o=o?o.then(i,i):i()}}function x(e,t){var n=e.iterator[t.method];if(void 0===n){if(t.delegate=null,"throw"===t.method){if(e.iterator.return&&(t.method="return",t.arg=void 0,x(e,t),"throw"===t.method))return u;t.method="throw",t.arg=new TypeError("The iterator does not provide a 'throw' method")}return u}var r=s(n,e.iterator,t.arg);if("throw"===r.type)return t.method="throw",t.arg=r.arg,t.delegate=null,u;var o=r.arg;return o?o.done?(t[e.resultName]=o.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,u):o:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,u)}function w(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function C(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function M(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(w,this),this.reset(!0)}function E(e){if(e){var t=e[o];if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var r=-1,i=function t(){for(;++r<e.length;)if(n.call(e,r))return t.value=e[r],t.done=!1,t;return t.value=void 0,t.done=!0,t};return i.next=i}}return{next:O}}function O(){return{value:void 0,done:!0}}return p.prototype=f,l(g,"constructor",f),l(f,"constructor",p),p.displayName=l(f,a,"GeneratorFunction"),e.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===p||"GeneratorFunction"===(t.displayName||t.name))},e.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,f):(e.__proto__=f,l(e,a,"GeneratorFunction")),e.prototype=Object.create(g),e},e.awrap=function(e){return{__await:e}},y(b.prototype),l(b.prototype,i,(function(){return this})),e.AsyncIterator=b,e.async=function(t,n,r,o,i){void 0===i&&(i=Promise);var a=new b(c(t,n,r,o),i);return e.isGeneratorFunction(n)?a:a.next().then((function(e){return e.done?e.value:a.next()}))},y(g),l(g,a,"Generator"),l(g,o,(function(){return this})),l(g,"toString",(function(){return"[object Generator]"})),e.keys=function(e){var t=[];for(var n in e)t.push(n);return t.reverse(),function n(){for(;t.length;){var r=t.pop();if(r in e)return n.value=r,n.done=!1,n}return n.done=!0,n}},e.values=E,M.prototype={constructor:M,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(C),!e)for(var t in this)"t"===t.charAt(0)&&n.call(this,t)&&!isNaN(+t.slice(1))&&(this[t]=void 0)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var t=this;function r(n,r){return a.type="throw",a.arg=e,t.next=n,r&&(t.method="next",t.arg=void 0),!!r}for(var o=this.tryEntries.length-1;o>=0;--o){var i=this.tryEntries[o],a=i.completion;if("root"===i.tryLoc)return r("end");if(i.tryLoc<=this.prev){var l=n.call(i,"catchLoc"),c=n.call(i,"finallyLoc");if(l&&c){if(this.prev<i.catchLoc)return r(i.catchLoc,!0);if(this.prev<i.finallyLoc)return r(i.finallyLoc)}else if(l){if(this.prev<i.catchLoc)return r(i.catchLoc,!0)}else{if(!c)throw new Error("try statement without catch or finally");if(this.prev<i.finallyLoc)return r(i.finallyLoc)}}}},abrupt:function(e,t){for(var r=this.tryEntries.length-1;r>=0;--r){var o=this.tryEntries[r];if(o.tryLoc<=this.prev&&n.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===e||"continue"===e)&&i.tryLoc<=t&&t<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=e,a.arg=t,i?(this.method="next",this.next=i.finallyLoc,u):this.complete(a)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),u},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),C(n),u}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var r=n.completion;if("throw"===r.type){var o=r.arg;C(n)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,n){return this.delegate={iterator:E(e),resultName:t,nextLoc:n},"next"===this.method&&(this.arg=void 0),u}},e}function ce(e,t,n,r,o,i,a){try{var l=e[i](a),c=l.value}catch(s){return void n(s)}l.done?t(c):Promise.resolve(c).then(r,o)}function se(e){return function(){var t=this,n=arguments;return new Promise((function(r,o){var i=e.apply(t,n);function a(e){ce(i,r,o,a,l,"next",e)}function l(e){ce(i,r,o,a,l,"throw",e)}a(void 0)}))}}function ue(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=pe(e))||t&&e&&"number"==typeof e.length){n&&(e=n);var r=0,o=function(){};return{s:o,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,a=!0,l=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return a=e.done,e},e:function(e){l=!0,i=e},f:function(){try{a||null==n.return||n.return()}finally{if(l)throw i}}}}function de(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null==n)return;var r,o,i=[],a=!0,l=!1;try{for(n=n.call(e);!(a=(r=n.next()).done)&&(i.push(r.value),!t||i.length!==t);a=!0);}catch(c){l=!0,o=c}finally{try{a||null==n.return||n.return()}finally{if(l)throw o}}return i}(e,t)||pe(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function pe(e,t){if(e){if("string"==typeof e)return fe(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?fe(e,t):void 0}}function fe(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function he(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function ve(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?he(Object(n),!0).forEach((function(t){me(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):he(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function me(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}System.register(["./index-legacy.e52fef27.js","./index-legacy.fe366b74.js","./useIsMobile-legacy.887b2d7a.js","./useQuery-legacy.fa6f72de.js"],(function(ie,ce){"use strict";var pe,fe,he,ge,ye,be,xe,we,Ce,Me,Ee,Oe,Se,ke,Pe,Ie,_e,Le,Ae,Re,je,ze,Te,De,Ve,Ne,Ge,Fe,Ze,He,Ue,Be,Ke,We,qe,Ye,$e,Qe,Je,Xe,et,tt,nt,rt,ot,it,at,lt,ct,st,ut,dt,pt,ft,ht,vt,mt,gt,yt,bt,xt,wt,Ct;return{setters:[function(e){pe=e.M,fe=e.d,he=e.p,ge=e.s,ye=e.a,be=e.b,xe=e.$,we=e.c,Ce=e.e,Me=e.f,Ee=e.g,Oe=e.h,Se=e.i,ke=e.S,Pe=e.j,Ie=e.k,_e=e.A,Le=e.u,Ae=e.l,Re=e.m,je=e.n,ze=e.N,Te=e.P},function(e){De=e.R,Ve=e.r,Ne=e.a,Ge=e.j,Fe=e.O,Ze=e.e,He=e.u,Ue=e.b,Be=e.K,Ke=e.s,We=e.m,qe=e._,Ye=e.c,$e=e.d,Qe=e.C,Je=e.w,Xe=e.I,et=e.f,tt=e.t,nt=e.g,rt=e.h,ot=e.F,it=e.J,at=e.q,lt=e.o,ct=e.D,st=e.$,ut=e.k,dt=e.i,pt=e.l,ft=e.n,ht=e.N,vt=e.p,mt=e.v,gt=e.x,yt=e.G,bt=e.y,xt=e.E},function(e){wt=e.u},function(e){Ct=e.u}],execute:function(){var ce=De.createContext({}),Mt=function(){return Ve.exports.useContext(ce)},Et=function(e,t){switch(t.type){case"CATEGORY":return ve(ve({},e),{},{activeCategory:t.value});case"SCORE":var n=Fe.find((function(n){return""===t.value?n.value===e.activeCategory:n.scores.includes(t.value)})).value;return{activeCategory:n,activeScoreByCategory:ve(ve({},e.activeScoreByCategory),{},me({},n,t.value))}}},Ot=function(e){var t=e.children,n=window.innerWidth<Ne.screenSizes.tablet?{activeCategory:"commute",activeScoreByCategory:{commute:"transit_friendly",amenities:"groceries",character:"quiet",nature:"parks",education:"primary_schools"}}:{activeCategory:"commute",activeScoreByCategory:{commute:"",amenities:"",character:"",nature:"",education:""}},r=de(Ve.exports.useReducer(Et,n),2),o=r[0],i=r[1],a=de(Ve.exports.useState(),2),l=a[0],c=a[1],s=de(Ve.exports.useState(),2),u=s[0],d=s[1],p=de(Ve.exports.useState(),2),f=p[0],h=p[1],v=de(Ve.exports.useState(),2),m=v[0],g=v[1],y=de(Ve.exports.useState(),2),b=y[0],x=y[1],w=de(Ve.exports.useState(!1),2),C=w[0],M=w[1],E=o.activeCategory,O=o.activeScoreByCategory[E],S=function(e){i({type:"SCORE",value:e})},k=function(e){i({type:"CATEGORY",value:e})},P=Ve.exports.useMemo((function(){return{activeScore:O,setActiveScore:S,activeCategory:E,setActiveCategory:k,activePOI:l,setActivePOI:c,hoveredPOI:u,setHoveredPOI:d,commuteGeojson:f,setCommuteGeojson:h,destination:b,setDestination:x,showCommuteCalculator:C,setShowCommuteCalculator:M,schoolCatchment:m,setSchoolCatchment:g}}),[O,S,E,k,l,c,u,d,f,h,b,x,C,M,m,g]);return Ge(ce.Provider,{value:P,children:t})};function St(e,t){if(!e)throw new Error(t)}var kt=0;function Pt(e){var t=Ve.exports.useContext(pe).map.getMap(),n=Ve.exports.useRef(e),r=de(Ve.exports.useState(0),2)[1],o=Ve.exports.useMemo((function(){return e.id||"jsx-source-".concat(kt++)}),[]);Ve.exports.useEffect((function(){if(t){var e=function(){return r((function(e){return e+1}))};return t.on("styledata",e),e(),function(){var n;if(t.off("styledata",e),t.style&&t.style._loaded&&t.getSource(o)){var r=null===(n=t.getStyle())||void 0===n?void 0:n.layers;if(r){var i,a=ue(r);try{for(a.s();!(i=a.n()).done;){var l=i.value;l.source===o&&t.removeLayer(l.id)}}catch(c){a.e(c)}finally{a.f()}}t.removeSource(o)}}}}),[t]);var i=t&&t.style&&t.getSource(o);return i?function(e,t,n){St(t.id===n.id,"source id changed"),St(t.type===n.type,"source type changed");var r="",o=0;for(var i in t)"children"===i||"id"===i||fe(n[i],t[i])||(r=i,o++);if(o){var a=t.type;if("geojson"===a)e.setData(t.data);else if("image"===a)e.updateImage({url:t.url,coordinates:t.coordinates});else if("canvas"!==a&&"video"!==a||1!==o||"coordinates"!==r)if("vector"===a&&"setUrl"in e)switch(r){case"url":e.setUrl(t.url);break;case"tiles":e.setTiles(t.tiles)}else console.warn("Unable to update <Source> prop: ".concat(r));else e.setCoordinates(t.coordinates)}}(i,e,n.current):i=function(e,t,n){if(e.style&&e.style._loaded){var r=ve({},n);return delete r.id,delete r.children,e.addSource(t,r),e.getSource(t)}return null}(t,o,e),n.current=e,i&&Ve.exports.Children.map(e.children,(function(e){return e&&Ve.exports.cloneElement(e,{source:o})}))||null}var It=0;function _t(e){var t=Ve.exports.useContext(pe).map.getMap(),n=Ve.exports.useRef(e),r=de(Ve.exports.useState(0),2)[1],o=Ve.exports.useMemo((function(){return e.id||"jsx-layer-".concat(It++)}),[]);if(Ve.exports.useEffect((function(){if(t){var e=function(){return r((function(e){return e+1}))};return t.on("styledata",e),e(),function(){t.off("styledata",e),t.style&&t.style._loaded&&t.getLayer(o)&&t.removeLayer(o)}}}),[t]),t&&t.style&&t.getLayer(o))try{!function(e,t,n,r){if(St(n.id===r.id,"layer id changed"),St(n.type===r.type,"layer type changed"),"custom"!==n.type&&"custom"!==r.type){var o=n.layout,i=void 0===o?{}:o,a=n.paint,l=void 0===a?{}:a,c=n.filter,s=n.minzoom,u=n.maxzoom,d=n.beforeId;if(d!==r.beforeId&&e.moveLayer(t,d),i!==r.layout){var p=r.layout||{};for(var f in i)fe(i[f],p[f])||e.setLayoutProperty(t,f,i[f]);for(var h in p)i.hasOwnProperty(h)||e.setLayoutProperty(t,h,void 0)}if(l!==r.paint){var v=r.paint||{};for(var m in l)fe(l[m],v[m])||e.setPaintProperty(t,m,l[m]);for(var g in v)l.hasOwnProperty(g)||e.setPaintProperty(t,g,void 0)}fe(c,r.filter)||e.setFilter(t,c),s===r.minzoom&&u===r.maxzoom||e.setLayerZoomRange(t,s,u)}}(t,o,e,n.current)}catch(i){console.warn(i)}else!function(e,t,n){if(e.style&&e.style._loaded&&(!("source"in n)||e.getSource(n.source))){var r=ve(ve({},n),{},{id:t});delete r.beforeId,e.addLayer(r,n.beforeId)}}(t,o,e);return n.current=e,null}function Lt(e,t,n){void 0===n&&(n={});var r={type:"Feature"};return(0===n.id||n.id)&&(r.id=n.id),n.bbox&&(r.bbox=n.bbox),r.properties=t||{},r.geometry=e,r}function At(e,t,n){if(void 0===n&&(n={}),!e)throw new Error("coordinates is required");if(!Array.isArray(e))throw new Error("coordinates must be an Array");if(e.length<2)throw new Error("coordinates must be at least 2 numbers long");if(!Rt(e[0])||!Rt(e[1]))throw new Error("coordinates must contain numbers");return Lt({type:"Point",coordinates:e},t,n)}function Rt(e){return!isNaN(e)&&null!==e&&!Array.isArray(e)}function jt(e,t,n){if(null!==e)for(var r,o,i,a,l,c,s,u,d=0,p=0,f=e.type,h="FeatureCollection"===f,v="Feature"===f,m=h?e.features.length:1,g=0;g<m;g++){l=(u=!!(s=h?e.features[g].geometry:v?e.geometry:e)&&"GeometryCollection"===s.type)?s.geometries.length:1;for(var y=0;y<l;y++){var b=0,x=0;if(null!==(a=u?s.geometries[y]:s)){c=a.coordinates;var w=a.type;switch(d=!n||"Polygon"!==w&&"MultiPolygon"!==w?0:1,w){case null:break;case"Point":if(!1===t(c,p,g,b,x))return!1;p++,b++;break;case"LineString":case"MultiPoint":for(r=0;r<c.length;r++){if(!1===t(c[r],p,g,b,x))return!1;p++,"MultiPoint"===w&&b++}"LineString"===w&&b++;break;case"Polygon":case"MultiLineString":for(r=0;r<c.length;r++){for(o=0;o<c[r].length-d;o++){if(!1===t(c[r][o],p,g,b,x))return!1;p++}"MultiLineString"===w&&b++,"Polygon"===w&&x++}"Polygon"===w&&b++;break;case"MultiPolygon":for(r=0;r<c.length;r++){for(x=0,o=0;o<c[r].length;o++){for(i=0;i<c[r][o].length-d;i++){if(!1===t(c[r][o][i],p,g,b,x))return!1;p++}x++}b++}break;case"GeometryCollection":for(r=0;r<a.geometries.length;r++)if(!1===jt(a.geometries[r],t,n))return!1;break;default:throw new Error("Unknown Geometry Type")}}}}}function zt(e){var t=[1/0,1/0,-1/0,-1/0];return jt(e,(function(e){t[0]>e[0]&&(t[0]=e[0]),t[1]>e[1]&&(t[1]=e[1]),t[2]<e[0]&&(t[2]=e[0]),t[3]<e[1]&&(t[3]=e[1])})),t}function Tt(){var e,t=Ze().client,n=He().sdkState,r=Ue(n.options,250),o=Mt().activeScore,i=o?Be[o]:void 0,a=ve(ve({},Ve.exports.useMemo((function(){return!(null==r||!r.marker)?r.marker:{lat:null==r?void 0:r.lat,lng:null==r?void 0:r.lng}}),[r])),{},{limit:10,radius:2e3,include:i});return Ct(he.list(a),se(le().mark((function e(){return le().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",t.getPois(a));case 1:case"end":return e.stop()}}),e)}))),{enabled:!!(a&&null!==(e=a.include)&&void 0!==e&&e.length&&a.lat&&a.lng)})}function Dt(){var e=Ze().client,t=He().sdkState,n=Ue(t.options,250),r=Mt().activeScore,o="high_schools"===r||"primary_schools"===r,i=ve(ve({},Ve.exports.useMemo((function(){return!(null==n||!n.marker)?n.marker:{lat:null==n?void 0:n.lat,lng:null==n?void 0:n.lng}}),[n])),{},{limit:10,radius:2e3,include_catchments:!1});return Ct(ge.list(i),se(le().mark((function t(){return le().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.abrupt("return",e.getSchools(i));case 1:case"end":return t.stop()}}),t)}))),{enabled:!!i&&!!i.lat&&!!i.lng&&o})}zt.default=zt;var Vt=De.createContext({}),Nt=function(){return Ve.exports.useContext(Vt)},Gt=function(e){var t=e.children,n=e.mapRef,r=e.mapPadding;return Ge(Vt.Provider,{value:{mapRef:n,mapPadding:r},children:t})};function Ft(e,t,n,r,o,i){if(!(o-r<=n)){var a=r+o>>1;Zt(e,t,a,r,o,i%2),Ft(e,t,n,r,a-1,i+1),Ft(e,t,n,a+1,o,i+1)}}function Zt(e,t,n,r,o,i){for(;o>r;){if(o-r>600){var a=o-r+1,l=n-r+1,c=Math.log(a),s=.5*Math.exp(2*c/3),u=.5*Math.sqrt(c*s*(a-s)/a)*(l-a/2<0?-1:1);Zt(e,t,n,Math.max(r,Math.floor(n-l*s/a+u)),Math.min(o,Math.floor(n+(a-l)*s/a+u)),i)}var d=t[2*n+i],p=r,f=o;for(Ht(e,t,r,n),t[2*o+i]>d&&Ht(e,t,r,o);p<f;){for(Ht(e,t,p,f),p++,f--;t[2*p+i]<d;)p++;for(;t[2*f+i]>d;)f--}t[2*r+i]===d?Ht(e,t,r,f):Ht(e,t,++f,o),f<=n&&(r=f+1),n<=f&&(o=f-1)}}function Ht(e,t,n,r){Ut(e,n,r),Ut(t,2*n,2*r),Ut(t,2*n+1,2*r+1)}function Ut(e,t,n){var r=e[t];e[t]=e[n],e[n]=r}function Bt(e,t,n,r){var o=e-n,i=t-r;return o*o+i*i}var Kt,Wt=function(e){return e[0]},qt=function(e){return e[1]},Yt=function(){function e(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Wt,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:qt,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:64,i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:Float64Array;oe(this,e),this.nodeSize=o,this.points=t;for(var a=t.length<65536?Uint16Array:Uint32Array,l=this.ids=new a(t.length),c=this.coords=new i(2*t.length),s=0;s<t.length;s++)l[s]=s,c[2*s]=n(t[s]),c[2*s+1]=r(t[s]);Ft(l,c,o,0,l.length-1,0)}return ae(e,[{key:"range",value:function(e,t,n,r){return function(e,t,n,r,o,i,a){for(var l,c,s=[0,e.length-1,0],u=[];s.length;){var d=s.pop(),p=s.pop(),f=s.pop();if(p-f<=a)for(var h=f;h<=p;h++)l=t[2*h],c=t[2*h+1],l>=n&&l<=o&&c>=r&&c<=i&&u.push(e[h]);else{var v=Math.floor((f+p)/2);l=t[2*v],c=t[2*v+1],l>=n&&l<=o&&c>=r&&c<=i&&u.push(e[v]);var m=(d+1)%2;(0===d?n<=l:r<=c)&&(s.push(f),s.push(v-1),s.push(m)),(0===d?o>=l:i>=c)&&(s.push(v+1),s.push(p),s.push(m))}}return u}(this.ids,this.coords,e,t,n,r,this.nodeSize)}},{key:"within",value:function(e,t,n){return function(e,t,n,r,o,i){for(var a=[0,e.length-1,0],l=[],c=o*o;a.length;){var s=a.pop(),u=a.pop(),d=a.pop();if(u-d<=i)for(var p=d;p<=u;p++)Bt(t[2*p],t[2*p+1],n,r)<=c&&l.push(e[p]);else{var f=Math.floor((d+u)/2),h=t[2*f],v=t[2*f+1];Bt(h,v,n,r)<=c&&l.push(e[f]);var m=(s+1)%2;(0===s?n-o<=h:r-o<=v)&&(a.push(d),a.push(f-1),a.push(m)),(0===s?n+o>=h:r+o>=v)&&(a.push(f+1),a.push(u),a.push(m))}}return l}(this.ids,this.coords,e,t,n,this.nodeSize)}}]),e}(),$t={minZoom:0,maxZoom:16,minPoints:2,radius:40,extent:512,nodeSize:64,log:!1,generateId:!1,reduce:null,map:function(e){return e}},Qt=Math.fround||(Kt=new Float32Array(1),function(e){return Kt[0]=+e,Kt[0]}),Jt=function(){function e(t){oe(this,e),this.options=on(Object.create($t),t),this.trees=new Array(this.options.maxZoom+1)}return ae(e,[{key:"load",value:function(e){var t=this.options,n=t.log,r=t.minZoom,o=t.maxZoom,i=t.nodeSize;n&&console.time("total time");var a="prepare ".concat(e.length," points");n&&console.time(a),this.points=e;for(var l,c,s,u,d,p=[],f=0;f<e.length;f++)e[f].geometry&&p.push((l=e[f],c=f,s=void 0,u=void 0,d=void 0,s=de(l.geometry.coordinates,2),u=s[0],d=s[1],{x:Qt(nn(u)),y:Qt(rn(d)),zoom:1/0,index:c,parentId:-1}));this.trees[o+1]=new Yt(p,an,ln,i,Float32Array),n&&console.timeEnd(a);for(var h=o;h>=r;h--){var v=+Date.now();p=this._cluster(p,h),this.trees[h]=new Yt(p,an,ln,i,Float32Array),n&&console.log("z%d: %d clusters in %dms",h,p.length,+Date.now()-v)}return n&&console.timeEnd("total time"),this}},{key:"getClusters",value:function(e,t){var n=((e[0]+180)%360+360)%360-180,r=Math.max(-90,Math.min(90,e[1])),o=180===e[2]?180:((e[2]+180)%360+360)%360-180,i=Math.max(-90,Math.min(90,e[3]));if(e[2]-e[0]>=360)n=-180,o=180;else if(n>o){var a=this.getClusters([n,r,180,i],t),l=this.getClusters([-180,r,o,i],t);return a.concat(l)}var c,s=this.trees[this._limitZoom(t)],u=[],d=ue(s.range(nn(n),rn(i),nn(o),rn(r)));try{for(d.s();!(c=d.n()).done;){var p=c.value,f=s.points[p];u.push(f.numPoints?en(f):this.points[f.index])}}catch(h){d.e(h)}finally{d.f()}return u}},{key:"getChildren",value:function(e){var t=this._getOriginId(e),n=this._getOriginZoom(e),r="No cluster with the specified id.",o=this.trees[n];if(!o)throw new Error(r);var i=o.points[t];if(!i)throw new Error(r);var a,l=this.options.radius/(this.options.extent*Math.pow(2,n-1)),c=[],s=ue(o.within(i.x,i.y,l));try{for(s.s();!(a=s.n()).done;){var u=a.value,d=o.points[u];d.parentId===e&&c.push(d.numPoints?en(d):this.points[d.index])}}catch(p){s.e(p)}finally{s.f()}if(0===c.length)throw new Error(r);return c}},{key:"getLeaves",value:function(e,t,n){t=t||10,n=n||0;var r=[];return this._appendLeaves(r,e,t,n,0),r}},{key:"getTile",value:function(e,t,n){var r=this.trees[this._limitZoom(e)],o=Math.pow(2,e),i=this.options,a=i.extent,l=i.radius/a,c=(n-l)/o,s=(n+1+l)/o,u={features:[]};return this._addTileFeatures(r.range((t-l)/o,c,(t+1+l)/o,s),r.points,t,n,o,u),0===t&&this._addTileFeatures(r.range(1-l/o,c,1,s),r.points,o,n,o,u),t===o-1&&this._addTileFeatures(r.range(0,c,l/o,s),r.points,-1,n,o,u),u.features.length?u:null}},{key:"getClusterExpansionZoom",value:function(e){for(var t=this._getOriginZoom(e)-1;t<=this.options.maxZoom;){var n=this.getChildren(e);if(t++,1!==n.length)break;e=n[0].properties.cluster_id}return t}},{key:"_appendLeaves",value:function(e,t,n,r,o){var i,a=ue(this.getChildren(t));try{for(a.s();!(i=a.n()).done;){var l=i.value,c=l.properties;if(c&&c.cluster?o+c.point_count<=r?o+=c.point_count:o=this._appendLeaves(e,c.cluster_id,n,r,o):o<r?o++:e.push(l),e.length===n)break}}catch(s){a.e(s)}finally{a.f()}return o}},{key:"_addTileFeatures",value:function(e,t,n,r,o,i){var a,l=ue(e);try{for(l.s();!(a=l.n()).done;){var c=t[a.value],s=c.numPoints,u=void 0,d=void 0,p=void 0;if(s)u=tn(c),d=c.x,p=c.y;else{var f=this.points[c.index];u=f.properties,d=nn(f.geometry.coordinates[0]),p=rn(f.geometry.coordinates[1])}var h={type:1,geometry:[[Math.round(this.options.extent*(d*o-n)),Math.round(this.options.extent*(p*o-r))]],tags:u},v=void 0;s?v=c.id:this.options.generateId?v=c.index:this.points[c.index].id&&(v=this.points[c.index].id),void 0!==v&&(h.id=v),i.features.push(h)}}catch(m){l.e(m)}finally{l.f()}}},{key:"_limitZoom",value:function(e){return Math.max(this.options.minZoom,Math.min(Math.floor(+e),this.options.maxZoom+1))}},{key:"_cluster",value:function(e,t){for(var n=[],r=this.options,o=r.radius,i=r.extent,a=r.reduce,l=r.minPoints,c=o/(i*Math.pow(2,t)),s=0;s<e.length;s++){var u=e[s];if(!(u.zoom<=t)){u.zoom=t;var d,p=this.trees[t+1],f=p.within(u.x,u.y,c),h=u.numPoints||1,v=h,m=ue(f);try{for(m.s();!(d=m.n()).done;){var g=d.value,y=p.points[g];y.zoom>t&&(v+=y.numPoints||1)}}catch(A){m.e(A)}finally{m.f()}if(v>h&&v>=l){var b,x=u.x*h,w=u.y*h,C=a&&h>1?this._map(u,!0):null,M=(s<<5)+(t+1)+this.points.length,E=ue(f);try{for(E.s();!(b=E.n()).done;){var O=b.value,S=p.points[O];if(!(S.zoom<=t)){S.zoom=t;var k=S.numPoints||1;x+=S.x*k,w+=S.y*k,S.parentId=M,a&&(C||(C=this._map(u,!0)),a(C,this._map(S)))}}}catch(A){E.e(A)}finally{E.f()}u.parentId=M,n.push(Xt(x/v,w/v,M,v,C))}else if(n.push(u),v>1){var P,I=ue(f);try{for(I.s();!(P=I.n()).done;){var _=P.value,L=p.points[_];L.zoom<=t||(L.zoom=t,n.push(L))}}catch(A){I.e(A)}finally{I.f()}}}}return n}},{key:"_getOriginId",value:function(e){return e-this.points.length>>5}},{key:"_getOriginZoom",value:function(e){return(e-this.points.length)%32}},{key:"_map",value:function(e,t){if(e.numPoints)return t?on({},e.properties):e.properties;var n=this.points[e.index].properties,r=this.options.map(n);return t&&r===n?on({},r):r}}]),e}();function Xt(e,t,n,r,o){return{x:Qt(e),y:Qt(t),zoom:1/0,id:n,parentId:-1,numPoints:r,properties:o}}function en(e){return{type:"Feature",id:e.id,properties:tn(e),geometry:{type:"Point",coordinates:[(r=e.x,360*(r-.5)),(t=e.y,n=(180-360*t)*Math.PI/180,360*Math.atan(Math.exp(n))/Math.PI-90)]}};var t,n,r}function tn(e){var t=e.numPoints,n=t>=1e4?"".concat(Math.round(t/1e3),"k"):t>=1e3?"".concat(Math.round(t/100)/10,"k"):t;return on(on({},e.properties),{cluster:!0,cluster_id:e.id,point_count:t,point_count_abbreviated:n})}function nn(e){return e/360+.5}function rn(e){var t=Math.sin(e*Math.PI/180),n=.5-.25*Math.log((1+t)/(1-t))/Math.PI;return n<0?0:n>1?1:n}function on(e,t){for(var n in t)e[n]=t[n];return e}function an(e){return e.x}function ln(e){return e.y}var cn=Object.prototype.hasOwnProperty;function sn(e,t,n){var r,o=ue(e.keys());try{for(o.s();!(r=o.n()).done;)if(un(n=r.value,t))return n}catch(i){o.e(i)}finally{o.f()}}function un(e,t){var n,r,o;if(e===t)return!0;if(e&&t&&(n=e.constructor)===t.constructor){if(n===Date)return e.getTime()===t.getTime();if(n===RegExp)return e.toString()===t.toString();if(n===Array){if((r=e.length)===t.length)for(;r--&&un(e[r],t[r]););return-1===r}if(n===Set){if(e.size!==t.size)return!1;var i,a=ue(e);try{for(a.s();!(i=a.n()).done;){if((o=r=i.value)&&"object"===re(o)&&!(o=sn(t,o)))return!1;if(!t.has(o))return!1}}catch(s){a.e(s)}finally{a.f()}return!0}if(n===Map){if(e.size!==t.size)return!1;var l,c=ue(e);try{for(c.s();!(l=c.n()).done;){if((o=(r=l.value)[0])&&"object"===re(o)&&!(o=sn(t,o)))return!1;if(!un(r[1],t.get(o)))return!1}}catch(s){c.e(s)}finally{c.f()}return!0}if(n===ArrayBuffer)e=new Uint8Array(e),t=new Uint8Array(t);else if(n===DataView){if((r=e.byteLength)===t.byteLength)for(;r--&&e.getInt8(r)===t.getInt8(r););return-1===r}if(ArrayBuffer.isView(e)){if((r=e.byteLength)===t.byteLength)for(;r--&&e[r]===t[r];);return-1===r}if(!n||"object"===re(e)){for(n in r=0,e){if(cn.call(e,n)&&++r&&!cn.call(t,n))return!1;if(!(n in t)||!un(e[n],t[n]))return!1}return Object.keys(t).length===r}}return e!=e&&t!=t}function dn(e,t){return Ve.exports.useEffect(e,(n=t,r=Ve.exports.useRef(n),o=Ve.exports.useRef(0),un(n,r.current)||(r.current=n,o.current+=1),Ve.exports.useMemo((function(){return r.current}),[o.current])));var n,r,o}var pn=Ke(We.div)(e||(e=ne(["\n border-radius: 50%;\n background: linear-gradient(\n to top,\n ",",\n ","\n );\n color: ",";\n height: ","px;\n width: ","px;\n display: flex;\n justify-content: center;\n align-items: center;\n line-height: 1;\n font-family: ",";\n font-size: ","px;\n border: 2px solid #fff;\n box-shadow: ",";\n cursor: default;\n"])),qe["--ll-color-primary-variant1"],qe["--ll-color-primary"],qe["--ll-color-on-primary"],(function(e){return e.diameter}),(function(e){return e.diameter}),qe["--ll-font-family"],(function(e){return e.diameter/2.5}),qe["--ll-shadow-small"]),fn=Ke.ul(t||(t=ne(["\n list-style: none;\n padding: 0;\n margin: 0;\n"]))),hn=Ke.li(n||(n=ne(["\n font-family: ",";\n padding: ",";\n background-color: ",";\n border-radius: ",";\n border: 1px solid ",";\n cursor: default;\n\n &:not(:last-child) {\n margin-bottom: ",";\n }\n\n &:hover {\n background-color: ",";\n }\n"])),qe["--ll-font-family"],qe["--ll-spacing-x-small"],qe["--ll-color-background"],qe["--ll-border-radius-small"],qe["--ll-color-border"],qe["--ll-spacing-xx-small"],qe["--ll-color-surface"]),vn={all:function(){return["commute-calculator"]},list:function(e){return[].concat(te(vn.all()),[e])}};function mn(e){var t=e.transportMode,n=e.origin,r=e.destination,o=e.isOpen,i={return:"polyline,summary,typicalDuration",transportMode:t,origin:n,destination:"".concat(null==r?void 0:r.lat,",").concat(null==r?void 0:r.lng),apiKey:"KDL0aAzsbOcv7p53P2ovno2izfDOe93hyzZRrayktbE"};return Ct(vn.list(i),(function(){return fetch("https://router.hereapi.com/v8/routes?"+new URLSearchParams(i)).then((function(e){return e.json()})).then((function(e){return e.routes.length>0&&e.routes[0].sections.length>0?e.routes[0].sections[0]:[]})).catch((function(e){Ye.captureException(e)}))}),{enabled:!!i&&!!r&&!!n&&o})}var gn=function(e){var t,n,r,o,i=e.poi,a=e.poiType,l=e.rect,c=e.activePOI,s=e.hoveredPOI,u=e.isMapMoving,d=e.setActivePOI,p=e.isMobile,f=de(Ve.exports.useState(!1),2),h=f[0],v=f[1],m=s===i,g=$e().translations,y=He().sdkState,b=Mt(),x=b.setCommuteGeojson,w=b.setDestination,C=b.setShowCommuteCalculator,M=b.setSchoolCatchment,E=mn({destination:{lat:i.lat,lng:i.lng},transportMode:"pedestrian",origin:"".concat(null==y||null===(t=y.options)||void 0===t||null===(n=t.marker)||void 0===n?void 0:n.lat,",").concat(null==y||null===(r=y.options)||void 0===r||null===(o=r.marker)||void 0===o?void 0:o.lng),isOpen:h}).data;Ve.exports.useEffect((function(){if(v(c===i),c===i){var e="high_schools"===a||"primary_schools"===a?"school":"poi";Qe.poi.isSchool(i,e)&&null!=i&&i.catchments&&Object.keys((null==i?void 0:i.catchments)||[]).length>0&&M(Je.formatGeometry.formatGeometry(i.catchments[0].geometry))}}),[c,i]);var O=Ve.exports.useMemo((function(){if(null==E||!E.summary||!h)return null;var e=Math.floor(E.summary.typicalDuration/60/60),t=Math.floor(E.summary.typicalDuration/60%60);return 0===e?"".concat(t," ").concat(Xe.pluralize(g.MINUTE,t)):"".concat(e," ").concat(Xe.pluralize(g.HOUR,e)," ").concat(t," ").concat(Xe.pluralize(g.MINUTE,t))}),[E,h]);return Ge(ye,{latitude:i.lat,longitude:i.lng,style:{zIndex:h?1:0},children:et(tt.Root,{options:{type:a,poi:i,isOpen:!u&&h,isHovered:m,side:"top",size:["rapid_transit_stations"].includes(a)?"medium":"small",collisionPadding:p?{top:l.height+32,bottom:2*nt,left:2*nt,right:2*nt}:{left:l.width+32,right:2*nt,top:2*nt,bottom:2*nt},walkingTime:O,calculateRoute:function(){null!=E&&E.summary&&h&&(w({label:i.name,lat:i.lat,lng:i.lng}),x(Je.polyline.decode(E.polyline)),C(!0),v(!1))}},onChange:function(e){"open-change"===e.type&&(e.data?setTimeout((function(){d(i)}),0):h&&(d(void 0),M()))},children:[Ge(tt.Marker,{}),Ge(tt.Content,{})]})})},yn={default:{scale:1},hovered:{scale:1.2}},bn=function(e){var t=e.cluster,n=e.supercluster,r=e.pointsCount,o=e.onClick,i=e.zoom,a=e.activePOI,l=e.hoveredPOI,c=e.setActivePOI,s=e.rect,u=e.isMobile,d=e.isMapMoving,p=de(Ve.exports.useState(!1),2),f=p[0],h=p[1],v=20+t.properties.point_count/r*25,m=Ve.exports.useMemo((function(){return null==n?void 0:n.getChildren(t.id).map((function(e){return e.properties})).filter((function(e){return!!e}))}),[n,t]),g=null==m?void 0:m.find((function(e){return!!a&&e.poi===a}));return g?Ge(gn,{rect:s,poi:g.poi,poiType:g.type,isMobile:u,activePOI:a,hoveredPOI:l,isMapMoving:d,setActivePOI:c}):et(rt.Root,{open:!d&&f,onOpenChange:function(e){i<=17||h(e)},children:[Ge(rt.Trigger,{children:Ge(pn,{diameter:v,onClick:function(){i>17?h(!0):o&&o(t)},variants:yn,animate:f?"hovered":"default",whileHover:{scale:1.2},transition:Ne.transitions.default,children:t.properties.point_count})}),Ge(rt.Content,{side:"top",children:Ge(fn,{children:null==m?void 0:m.map((function(e,t){var n;return Ge(hn,{onClick:function(){return c(e.poi)},children:null===(n=e.poi)||void 0===n?void 0:n.name},t)}))})})]})};var xn=De.memo((function(e){var t,n=e.rect,r=e.zoom,o=e.mapRef,i=e.points,a=e.isMobile,l=e.activePOI,c=e.hoveredPOI,s=e.isMapMoving,u=e.setActivePOI,d=null==o||null===(t=o.current)||void 0===t?void 0:t.getMap().getBounds().toArray().flat(),p=function(e){var t=e.points,n=e.bounds,r=e.zoom,o=e.options,i=Ve.exports.useRef(),a=Ve.exports.useRef(),l=Ve.exports.useState([]),c=l[0],s=l[1],u=Math.round(r);return dn((function(){i.current&&un(a.current,t)&&un(i.current.options,o)||(i.current=new Jt(o),i.current.load(t)),n&&s(i.current.getClusters(n,u)),a.current=t}),[t,n,u,o]),{clusters:c,supercluster:i.current}}({points:i,bounds:d,zoom:r,options:{radius:50,maxZoom:30}}),f=p.clusters,h=p.supercluster;return Ge(ot,{children:f.map((function(e,t){var d=de(e.geometry.coordinates,2),p=d[0],f=d[1];return function(e){return void 0!==e.properties.cluster}(e)?Ge(ye,{latitude:f,longitude:p,children:Ge(bn,{rect:n,zoom:r,cluster:e,supercluster:h,pointsCount:i.length,activePOI:l,setActivePOI:u,isMobile:a,isMapMoving:s,hoveredPOI:c,onClick:function(){var t,n=Math.min(h.getClusterExpansionZoom(e.id),20);null===(t=o.current)||void 0===t||t.flyTo({zoom:n,center:[p,f],duration:1e3,essential:!0})}})},"cluster-".concat(e.id)):Ge(gn,{rect:n,poi:e.properties.poi,poiType:e.properties.type,isMobile:a,activePOI:l,hoveredPOI:c,isMapMoving:s,setActivePOI:u},t)}))})}));xn.displayName="Markers";var wn=function(e){return Ve.exports.createElement("svg",ve({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},e),Ve.exports.createElement("path",{d:"M12 2C8.13 2 5 5.13 5 9C5 14.25 12 22 12 22C12 22 19 14.25 19 9C19 5.13 15.87 2 12 2ZM12 11.5C10.62 11.5 9.5 10.38 9.5 9C9.5 7.62 10.62 6.5 12 6.5C13.38 6.5 14.5 7.62 14.5 9C14.5 10.38 13.38 11.5 12 11.5Z"}))},Cn=function(e){return Ve.exports.createElement("svg",ve({viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),Ve.exports.createElement("path",{d:"M10 20V14H14V20H19V12H22L12 3L2 12H5V20H10Z"}))};function Mn(e){var t=Ze().client,n=He().sdkState,r=Ue(n.options,250),o=ve(ve({},Ve.exports.useMemo((function(){return!(null==r||!r.marker)?r.marker:{lat:null==r?void 0:r.lat,lng:null==r?void 0:r.lng}}),[r])),{},{geographyLevels:["20","30"],locationScoresRounding:!1,include:e});return Ct(be.list(o),se(le().mark((function e(){return le().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",t.getScores(o));case 1:case"end":return e.stop()}}),e)}))),{enabled:!!o})}var En=Ke.div(r||(r=ne(["\n padding: "," ",";\n background-color: ",";\n display: flex;\n flex-direction: column;\n overflow: hidden;\n flex: 1;\n"])),qe["--ll-spacing-small"],qe["--ll-spacing-medium"],qe["--ll-color-surface"]),On=Ke.div(o||(o=ne(["\n display: grid;\n grid-template-columns: min-content 1fr;\n grid-gap: ",";\n margin-bottom: ",";\n"])),qe["--ll-spacing-medium"],qe["--ll-spacing-medium"]),Sn=function(){var e,t,n=He().sdkState,r=Mt(),o=r.activeCategory,i=r.activeScore,a=Mn(Fe.find((function(e){return e.value===o})).scores),l=a.data,c=a.isLoading;return i&&null!=l&&l.location[i]?c?Ge("div",{children:"Loading"}):Ge(it.Root,{options:{score:i,scoresData:l},children:et(En,{children:[et(On,{children:[Ge(it.Badge,{}),Ge(it.BarChart,{options:{renderNeighbourhoodAvg:!1,locationIcon:"pin"===(null===(e=n.options)||void 0===e||null===(t=e.marker)||void 0===t?void 0:t.icon)?wn:Cn}})]}),Ge(it.Description,{})]})}):null},kn=Ke.div(i||(i=ne(["\n display: flex;\n overflow-x: scroll;\n padding: "," ",";\n flex-shrink: 0;\n position: relative;\n"])),qe["--ll-spacing-x-small"],qe["--ll-spacing-medium"]),Pn=Ke.button(a||(a=ne(["\n position: relative;\n display: flex;\n flex-direction: column;\n align-items: center;\n background: none;\n border: none;\n min-width: 60px;\n padding: 0;\n margin: 0 8px;\n flex-shrink: 0;\n\n &:first-child {\n margin-left: 0;\n }\n\n &:last-child {\n margin-right: 0;\n }\n"]))),In=Ke.div(l||(l=ne(["\n position: absolute;\n top: -6px;\n right: 4px;\n border: 2px solid ",";\n border-radius: 6px;\n"])),qe["--ll-color-background"]),_n=Ke.div(c||(c=ne(["\n flex: 1;\n display: flex;\n align-items: center;\n"]))),Ln=Ke.div(s||(s=ne(["\n margin: 0 2px;\n"]))),An=function(e){var t=e.category,n=Mn(t.scores),r=n.data,o=n.isLoading,i=n.isFetching,a=Mt(),l=a.activeScore,c=a.setActiveScore,s=a.setActiveCategory;return Ge(kn,{children:t.scores.map((function(e){var n=e===l,a=n?"--ll-color-primary":"--ll-color-disabled";return o||i?Ge(Ln,{children:Ge(at,{height:"44px",width:"60px"})},e):Ge(it.Root,{options:{score:e,scoresData:r},children:et(Pn,{onClick:function(){s(t.value),c(e)},children:[Ge(it.Icon,{options:{color:a,height:28,width:28}}),Ge(_n,{children:Ge(it.Title,{options:{variant:"caption1",color:a,lineClamp:1,noMargin:!0,weight:"--ll-font-weight-bold"}})}),Ge(In,{children:Ge(it.Badge,{options:{variant:"small",isPrimary:n}})})]})},e)}))})},Rn=Ke.div(u||(u=ne(["\n display: flex;\n padding: "," ","\n "," ",";\n"])),qe["--ll-spacing-x-small"],qe["--ll-spacing-medium"],qe["--ll-spacing-xx-small"],qe["--ll-spacing-medium"]),jn=Ke.div(d||(d=ne(["\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n z-index: 3;\n box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 8px;\n overflow: hidden;\n display: flex;\n flex-direction: column;\n background-color: ",";\n border: 1px solid ",";\n"])),qe["--ll-color-background"],qe["--ll-color-border"]),zn=De.forwardRef((function(e,t){var n=Mt(),r=n.activeCategory,o=n.setActiveCategory;return et(jn,{ref:t,children:[Ge(Rn,{children:et(lt.Root,{value:r,onValueChange:function(e){return o(e)},children:[Ge(lt.Trigger,{size:"large",children:Ge(ct.Root,{options:{scoreCategory:r},children:Ge(ct.Title,{options:{color:"inherit",noMargin:!0,variant:"h6",lineHeight:1}})},r)}),Ge(lt.Content,{children:Fe.map((function(e){return Ge(ct.Root,{options:{scoreCategory:e.value},children:Ge(lt.Item,{value:e.value,children:Ge(ct.Title,{options:{color:"inherit",noMargin:!0,variant:"h6"}})})},e.value)}))})]})}),Ge(An,{category:Fe.find((function(e){return e.value===r}))}),Ge(Sn,{})]})}));function Tn(){return Tn=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Tn.apply(this,arguments)}zn.displayName="MobileScores";var Dn=Ve.exports.forwardRef((function(e,t){var n=e.children,r=ee(e,V),o=Ve.exports.Children.toArray(n),i=o.find(Gn);if(i){var a=i.props.children,l=o.map((function(e){return e===i?Ve.exports.Children.count(a)>1?Ve.exports.Children.only(null):Ve.exports.isValidElement(a)?a.props.children:null:e}));return Ve.exports.createElement(Vn,Tn({},r,{ref:t}),Ve.exports.isValidElement(a)?Ve.exports.cloneElement(a,void 0,l):null)}return Ve.exports.createElement(Vn,Tn({},r,{ref:t}),n)}));Dn.displayName="Slot";var Vn=Ve.exports.forwardRef((function(e,t){var n=e.children,r=ee(e,N);return Ve.exports.isValidElement(n)?Ve.exports.cloneElement(n,ve(ve({},function(e,t){var n=ve({},t),r=function(r){var o=e[r],i=t[r];/^on[A-Z]/.test(r)?n[r]=function(){null==i||i.apply(void 0,arguments),null==o||o.apply(void 0,arguments)}:"style"===r?n[r]=ve(ve({},o),i):"className"===r&&(n[r]=[o,i].filter(Boolean).join(" "))};for(var o in t)r(o);return ve(ve({},e),n)}(r,n.props)),{},{ref:xe(t,n.ref)})):Ve.exports.Children.count(n)>1?Ve.exports.Children.only(null):null}));Vn.displayName="SlotClone";var Nn=function(e){var t=e.children;return Ve.exports.createElement(Ve.exports.Fragment,null,t)};function Gn(e){return Ve.exports.isValidElement(e)&&e.type===Nn}var Fn=["a","button","div","h2","h3","img","li","nav","ol","p","span","svg","ul"].reduce((function(e,t){var n=Ve.exports.forwardRef((function(e,n){var r=e.asChild,o=ee(e,F),i=r?Dn:t;return Ve.exports.useEffect((function(){window[Symbol.for("radix-ui")]=!0}),[]),Ve.exports.createElement(i,Tn({},o,{ref:n}))}));return n.displayName="Primitive.".concat(t),ve(ve({},e),{},me({},t,n))}),{}),Zn=st["useId".toString()]||function(){},Hn=0;function Un(e){var t=de(Ve.exports.useState(Zn()),2),n=t[0],r=t[1];return Me((function(){e||r((function(e){return null!=e?e:String(Hn++)}))}),[e]),e||(n?"radix-".concat(n):"")}var Bn="Collapsible",Kn=de(we(Bn),2),Wn=Kn[0],qn=Kn[1],Yn=de(Wn(Bn),2),$n=Yn[0],Qn=Yn[1],Jn=Ve.exports.forwardRef((function(e,t){var n=e.__scopeCollapsible,r=e.open,o=e.defaultOpen,i=e.disabled,a=e.onOpenChange,l=ee(e,Z),c=de(Ee({prop:r,defaultProp:o,onChange:a}),2),s=c[0],u=void 0!==s&&s,d=c[1];return Ve.exports.createElement($n,{scope:n,disabled:i,contentId:Un(),open:u,onOpenToggle:Ve.exports.useCallback((function(){return d((function(e){return!e}))}),[d])},Ve.exports.createElement(Fn.div,Tn({"data-state":rr(u),"data-disabled":i?"":void 0},l,{ref:t})))})),Xn=Ve.exports.forwardRef((function(e,t){var n=e.__scopeCollapsible,r=ee(e,H),o=Qn("CollapsibleTrigger",n);return Ve.exports.createElement(Fn.button,Tn({type:"button","aria-controls":o.contentId,"aria-expanded":o.open||!1,"data-state":rr(o.open),"data-disabled":o.disabled?"":void 0,disabled:o.disabled},r,{ref:t,onClick:Oe(e.onClick,o.onOpenToggle)}))})),er="CollapsibleContent",tr=Ve.exports.forwardRef((function(e,t){var n=e.forceMount,r=ee(e,U),o=Qn(er,e.__scopeCollapsible);return Ve.exports.createElement(Se,{present:n||o.open},(function(e){var n=e.present;return Ve.exports.createElement(nr,Tn({},r,{ref:t,present:n}))}))})),nr=Ve.exports.forwardRef((function(e,t){var n,r=e.__scopeCollapsible,o=e.present,i=e.children,a=ee(e,B),l=Qn(er,r),c=de(Ve.exports.useState(o),2),s=c[0],u=c[1],d=Ve.exports.useRef(null),p=Ce(t,d),f=Ve.exports.useRef(0),h=f.current,v=Ve.exports.useRef(0),m=v.current,g=l.open||s,y=Ve.exports.useRef(g),b=Ve.exports.useRef();return Ve.exports.useEffect((function(){var e=requestAnimationFrame((function(){return y.current=!1}));return function(){return cancelAnimationFrame(e)}}),[]),Me((function(){var e=d.current;if(e){b.current=b.current||{transitionDuration:e.style.transitionDuration,animationDuration:e.style.animationDuration,animationFillMode:e.style.animationFillMode},e.style.transitionDuration="0s",e.style.animationDuration="0s",e.style.animationFillMode="none";var t=e.getBoundingClientRect();f.current=t.height,v.current=t.width,y.current||(e.style.transitionDuration=b.current.transitionDuration,e.style.animationDuration=b.current.animationDuration,e.style.animationFillMode=b.current.animationFillMode),u(o)}}),[l.open,o]),Ve.exports.createElement(Fn.div,Tn({"data-state":rr(l.open),"data-disabled":l.disabled?"":void 0,id:l.contentId,hidden:!g},a,{ref:p,style:ve((n={},me(n,"--radix-collapsible-content-height",h?"".concat(h,"px"):void 0),me(n,"--radix-collapsible-content-width",m?"".concat(m,"px"):void 0),n),e.style)}),g&&i)}));function rr(e){return e?"open":"closed"}var or,ir,ar,lr,cr,sr,ur,dr,pr,fr,hr,vr=Jn,mr=Xn,gr=tr,yr="Accordion",br=["Home","End","ArrowDown","ArrowUp"],xr=(ar=de(we(ir=(or=yr)+"CollectionProvider"),2),lr=ar[0],cr=ar[1],sr=de(lr(ir,{collectionRef:{current:null},itemMap:new Map}),2),ur=sr[0],dr=sr[1],pr=or+"CollectionSlot",fr=or+"CollectionItemSlot",hr="data-radix-collection-item",[{Provider:function(e){var t=e.scope,n=e.children,r=De.useRef(null),o=De.useRef(new Map).current;return De.createElement(ur,{scope:t,itemMap:o,collectionRef:r},n)},Slot:De.forwardRef((function(e,t){var n=e.scope,r=e.children,o=dr(pr,n),i=Ce(t,o.collectionRef);return De.createElement(Dn,{ref:i},r)})),ItemSlot:De.forwardRef((function(e,t){var n,r=e.scope,o=e.children,i=ee(e,G),a=De.useRef(null),l=Ce(t,a),c=dr(fr,r);return De.useEffect((function(){return c.itemMap.set(a,ve({ref:a},i)),function(){c.itemMap.delete(a)}})),De.createElement(Dn,(me(n={},hr,""),me(n,"ref",l),n),o)}))},function(e){var t=dr(or+"CollectionConsumer",e);return De.useCallback((function(){var e=t.collectionRef.current;if(!e)return[];var n=Array.from(e.querySelectorAll("[".concat(hr,"]")));return Array.from(t.itemMap.values()).sort((function(e,t){return n.indexOf(e.ref.current)-n.indexOf(t.ref.current)}))}),[t.collectionRef,t.itemMap])},cr]),wr=de(xr,3),Cr=wr[0],Mr=wr[1],Er=wr[2],Or=de(we(yr,[Er,qn]),2),Sr=Or[0],kr=(Or[1],qn()),Pr=De.forwardRef((function(e,t){var n=e.type,r=ee(e,K),o=r,i=r;return De.createElement(Cr.Provider,{scope:e.__scopeAccordion},"multiple"===n?De.createElement(Tr,Tn({},i,{ref:t})):De.createElement(zr,Tn({},o,{ref:t})))}));Pr.propTypes={type:function(e){var t=e.value||e.defaultValue;return e.type&&!["single","multiple"].includes(e.type)?new Error("Invalid prop `type` supplied to `Accordion`. Expected one of `single | multiple`."):"multiple"===e.type&&"string"==typeof t?new Error("Invalid prop `type` supplied to `Accordion`. Expected `single` when `defaultValue` or `value` is type `string`."):"single"===e.type&&Array.isArray(t)?new Error("Invalid prop `type` supplied to `Accordion`. Expected `multiple` when `defaultValue` or `value` is type `string[]`."):null}};var Ir=de(Sr(yr),2),_r=Ir[0],Lr=Ir[1],Ar=de(Sr(yr,{collapsible:!1}),2),Rr=Ar[0],jr=Ar[1],zr=De.forwardRef((function(e,t){var n=e.value,r=e.defaultValue,o=e.onValueChange,i=void 0===o?function(){}:o,a=e.collapsible,l=void 0!==a&&a,c=ee(e,W),s=de(Ee({prop:n,defaultProp:r,onChange:i}),2),u=s[0],d=s[1];return De.createElement(_r,{scope:e.__scopeAccordion,value:u?[u]:[],onItemOpen:d,onItemClose:De.useCallback((function(){return l&&d("")}),[l,d])},De.createElement(Rr,{scope:e.__scopeAccordion,collapsible:l},De.createElement(Gr,Tn({},c,{ref:t}))))})),Tr=De.forwardRef((function(e,t){var n=e.value,r=e.defaultValue,o=e.onValueChange,i=void 0===o?function(){}:o,a=ee(e,q),l=de(Ee({prop:n,defaultProp:r,onChange:i}),2),c=l[0],s=void 0===c?[]:c,u=l[1],d=De.useCallback((function(e){return u((function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return[].concat(te(t),[e])}))}),[u]),p=De.useCallback((function(e){return u((function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return t.filter((function(t){return t!==e}))}))}),[u]);return De.createElement(_r,{scope:e.__scopeAccordion,value:s,onItemOpen:d,onItemClose:p},De.createElement(Rr,{scope:e.__scopeAccordion,collapsible:!0},De.createElement(Gr,Tn({},a,{ref:t}))))})),Dr=de(Sr(yr),2),Vr=Dr[0],Nr=Dr[1],Gr=De.forwardRef((function(e,t){var n=e.__scopeAccordion,r=e.disabled,o=ee(e,Y),i=De.useRef(null),a=Ce(i,t),l=Mr(n),c=Oe(e.onKeyDown,(function(e){var t;if(br.includes(e.key)){var n=e.target,r=l().filter((function(e){var t;return!(null!==(t=e.ref.current)&&void 0!==t&&t.disabled)})),o=r.findIndex((function(e){return e.ref.current===n})),i=r.length;if(-1!==o){e.preventDefault();var a=o;switch(e.key){case"Home":a=0;break;case"End":a=i-1;break;case"ArrowDown":a=o+1;break;case"ArrowUp":(a=o-1)<0&&(a=i-1)}null===(t=r[a%i].ref.current)||void 0===t||t.focus()}}}));return De.createElement(Vr,{scope:n,disabled:r},De.createElement(Cr.Slot,{scope:n},De.createElement(Fn.div,Tn({},o,{ref:a,onKeyDown:r?void 0:c}))))})),Fr="AccordionItem",Zr=de(Sr(Fr),2),Hr=Zr[0],Ur=Zr[1],Br="AccordionTrigger";var Kr=Pr,Wr=De.forwardRef((function(e,t){var n=e.__scopeAccordion,r=e.value,o=ee(e,$),i=Nr(Fr,n),a=Lr(Fr,n),l=kr(n),c=Un(),s=r&&a.value.includes(r)||!1,u=i.disabled||e.disabled;return De.createElement(Hr,{scope:n,open:s,disabled:u,triggerId:c},De.createElement(vr,Tn({"data-state":s?"open":"closed"},l,o,{ref:t,disabled:u,open:s,onOpenChange:function(e){e?a.onItemOpen(r):a.onItemClose(r)}})))})),qr=De.forwardRef((function(e,t){var n,r=e.__scopeAccordion,o=ee(e,Q),i=Ur("AccordionHeader",r);return De.createElement(Fn.h3,Tn({"data-state":(n=i.open,n?"open":"closed"),"data-disabled":i.disabled?"":void 0},o,{ref:t}))})),Yr=De.forwardRef((function(e,t){var n=e.__scopeAccordion,r=ee(e,J),o=Ur(Br,n),i=jr(Br,n),a=kr(n);return De.createElement(Cr.ItemSlot,{scope:n},De.createElement(mr,Tn({"aria-disabled":o.open&&!i.collapsible||void 0,id:o.triggerId},a,r,{ref:t})))})),$r=De.forwardRef((function(e,t){var n,r=e.__scopeAccordion,o=ee(e,X),i=Ur("AccordionContent",r),a=kr(r);return De.createElement(gr,Tn({role:"region","aria-labelledby":i.triggerId},a,o,{ref:t,style:ve((n={},me(n,"--radix-accordion-content-height","var(--radix-collapsible-content-height)"),me(n,"--radix-accordion-content-width","var(--radix-collapsible-content-width)"),n),e.style)}))})),Qr=ut({from:{height:0},to:{height:"var(--radix-accordion-content-height)"}}),Jr=ut({from:{height:"var(--radix-accordion-content-height)"},to:{height:0}}),Xr=Ke(qr)(p||(p=ne(["\n margin: 0;\n z-index: 1;\n position: relative;\n margin: 0 calc(-1 * ",");\n padding: 0 ",";\n\n &:hover {\n background-color: ",";\n box-shadow: ",";\n }\n"])),qe["--ll-spacing-medium"],qe["--ll-spacing-medium"],qe["--ll-color-surface"],qe["--ll-shadow-small"]),eo=Ke(Yr)(f||(f=ne(["\n background: none;\n border: none;\n display: flex;\n align-items: center;\n width: 100%;\n padding: "," 0;\n"])),qe["--ll-spacing-x-small"]),to=Ke($r)(h||(h=ne(["\n background-color: ",";\n position: relative;\n overflow: hidden;\n margin-left: calc(-1 * ",");\n margin-right: calc(-1 * ",');\n\n [data-state="open"] & {\n /* TODO: Re-implement this once StyledComponents is fixed. https://locallogic.atlassian.net/browse/LL22-1107 */\n /* animation: ',' 300ms cubic-bezier(0.87, 0, 0.13, 1); */\n visibility: visible;\n }\n\n [data-state="closed"] & {\n /* TODO: Re-implement this once StyledComponents is fixed. https://locallogic.atlassian.net/browse/LL22-1107 */\n /* animation: '," 300ms cubic-bezier(0.87, 0, 0.13, 1); */\n visibility: hidden;\n }\n"])),qe["--ll-color-surface"],qe["--ll-spacing-medium"],qe["--ll-spacing-medium"],Qr,Jr),no=Ke.div(v||(v=ne(["\n padding: ",";\n border-top: 1px solid ",";\n border-bottom: 1px solid ",";\n"])),qe["--ll-spacing-medium"],qe["--ll-color-border"],qe["--ll-color-border"]),ro=Ke.span(m||(m=ne(["\n ","[data-state=open] & {\n transform: rotate(90deg);\n } ;\n"])),eo);Ke.div(g||(g=ne(["\n display: flex;\n align-items: flex-start;\n justify-content: space-between;\n"])));var oo=Ke.div(y||(y=ne(["\n margin: "," 0;\n"])),qe["--ll-spacing-small"]),io=Ke.div(b||(b=ne(["\n margin-top: ",";\n &:empty {\n margin: 0;\n }\n"])),qe["--ll-spacing-large"]),ao=function(e){var t=e.score,n=Dt(),r=n.data,o=n.isLoading,i=Mt(),a=i.activePOI,l=i.setActivePOI,c=i.hoveredPOI,s=i.setHoveredPOI,u=Nt(),d=u.mapRef,p=u.mapPadding;return o?Ge(ot,{children:te(Array(10)).map((function(e,t){return Ge(oo,{children:Ge(at,{height:"34px",width:"100%"})},t)}))}):r?Ge(dt.Root,{options:{type:"school",data:null==r?void 0:r[t],activePOI:a,hoveredPOI:c},onChange:function(e){if("poi-click"===e.type){var t=e.data;l(t);var n,r=window.innerWidth-p.left,o=window.innerWidth/2,i=r/2+p.left-o;if(t)null===(n=d.current)||void 0===n||n.easeTo({zoom:18,center:[t.lng,t.lat],duration:1e3,offset:[i,0]})}"poi-hover"===e.type&&s(e.data)}}):null},lo=De.memo((function(e){var t=e.result,n=e.poi,r=Mt(),o=r.activePOI,i=r.setActivePOI,a=r.hoveredPOI,l=r.setHoveredPOI,c=Nt(),s=c.mapRef,u=c.mapPadding;return t.data&&t.data[n]?Ge(pt.Content,{options:{value:n},children:Ge(dt.Root,{options:{type:"poi",data:t.data[n],activePOI:o,hoveredPOI:a},onChange:function(e){if("poi-click"===e.type){var t=e.data;i(t);var n,r=window.innerWidth-u.left,o=window.innerWidth/2,a=r/2+u.left-o;if(t)null===(n=s.current)||void 0===n||n.flyTo({zoom:18,center:[t.lng,t.lat],duration:1e3,offset:[a,0],essential:!0})}"poi-hover"===e.type&&l(e.data)}})},n):null}));lo.displayName="POI";var co=De.memo((function(e){var t=e.include,n=Tt(),r=null==t?void 0:t.filter((function(e){var t;return((null==n||null===(t=n.data)||void 0===t?void 0:t[e])||[]).length>0}));return n.isLoading&&r.length?Ge(ot,{children:te(Array(10)).map((function(e,t){return Ge(oo,{children:Ge(at,{height:"34px",width:"100%"})},t)}))}):n.data?et(pt.Root,{options:{include:r},children:[Ge(pt.Tabs,{}),r.map((function(e){return Ge(lo,{poi:e,result:n},e)}))]}):null}));co.displayName="POIs";var so=De.memo((function(e){var t,n,r=e.score,o=e.isLoading,i=e.scoresData,a=He().sdkState,l=r===Mt().activeScore;return o?Ge(oo,{children:Ge(at,{height:"34px",width:"100%"},r)}):null!=i&&i.location[r]?Ge(Wr,{value:r,children:et(it.Root,{options:{score:r,scoresData:i},children:[Ge(Xr,{children:et(eo,{children:[Ge(ro,{children:Ge(ft,{SVGElement:ke,fill:qe["--ll-color-on-background-variant1"]})}),Ge(ht,{spacing:"--ll-spacing-small"}),Ge(it.Icon,{}),Ge(ht,{spacing:"--ll-spacing-small"}),Ge(it.Title,{}),Ge(ht,{}),Ge(it.Badge,{options:{isPrimary:l}})]})}),Ge(to,{children:et(no,{children:[Ge(it.Description,{}),Ge(ht,{vertical:!0,spacing:"--ll-spacing-small"}),Ge(it.BarChart,{options:{renderNeighbourhoodAvg:!1,locationIcon:"pin"===(null===(t=a.options)||void 0===t||null===(n=t.marker)||void 0===n?void 0:n.icon)?wn:Cn}}),Ge(io,{children:"high_schools"===r||"primary_schools"===r?Ge(ao,{score:r}):Ge(co,{include:Be[r]})})]})})]})},r):null}));so.displayName="Score";var uo=Ke.div(x||(x=ne(["\n padding: "," ",";\n"])),qe["--ll-spacing-small"],qe["--ll-spacing-medium"]),po=Ke.div(w||(w=ne(["\n display: flex;\n justify-content: space-between;\n align-items: center;\n"]))),fo=De.memo((function(e){var t=e.tabContent,n=Mn(t.scores),r=n.data,o=n.isLoading,i=n.isFetching,a=$e().translations;return et(uo,{children:[et(po,{children:[Ge(vt.Title,{options:{variant:"h4",noMargin:!0,weight:"--ll-font-weight-medium"}}),i&&!o&&Ge(mt,{size:"small"})]}),Ge(ht,{spacing:"--ll-spacing-small",vertical:!0}),!i&&!Object.keys((null==r?void 0:r.location)||{}).length&&Ge(gt,{color:"--ll-color-on-background-variant1",children:a.EMPTY_TEXT}),t.scores.map((function(e){return Ge(so,{score:e,isLoading:o,scoresData:r},e)}))]})}));fo.displayName="ScoreCategory";var ho=De.memo((function(e){var t=e.tabContent,n=Mt(),r=n.activeScore,o=n.setActiveScore;return Ve.exports.useEffect((function(){o(t.scores[0])}),[]),Ge(Kr,{value:r,onValueChange:function(e){o(e)},type:"single",collapsible:!0,children:Ge(fo,{tabContent:t})})}));ho.displayName="ScoreCategoryAccordion";var vo=Ke.div(C||(C=ne(["\n overflow-y: auto;\n"]))),mo=Ke.div(M||(M=ne(["\n position: absolute;\n top: ",";\n left: ",";\n width: 360px;\n max-height: calc(100% - 2 * ",");\n z-index: 1;\n border-radius: ",";\n box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 8px;\n background-color: #fff;\n overflow: hidden;\n display: flex;\n flex-direction: column;\n background-color: ",";\n border: 1px solid ",";\n"])),qe["--ll-spacing-medium"],qe["--ll-spacing-medium"],qe["--ll-spacing-medium"],qe["--ll-border-radius-medium"],qe["--ll-color-background"],qe["--ll-color-border"]);Ke.div(E||(E=ne(["\n display: flex;\n justify-content: center;\n padding: ",";\n"])),qe["--ll-spacing-small"]);var go=Ke.div(O||(O=ne(["\n padding: ",";\n border-bottom: 1px solid ",";\n"])),qe["--ll-spacing-xx-small"],qe["--ll-color-border"]),yo=Ke.div(S||(S=ne(["\n display: flex;\n justify-content: center;\n padding: ",";\n background-color: ",";\n"])),qe["--ll-spacing-small"],qe["--ll-color-background"]),bo=function(){return Ge(yo,{children:Ge(yt.Root,{})})},xo=De.forwardRef((function(e,t){var n=Mt(),r=n.activeCategory,o=n.setActiveCategory;return Ge(vt.Root,{options:{currentTab:r},onChange:function(e){o(e.data)},children:et(mo,{ref:t,children:[Ge(go,{children:Ge(vt.Tabs,{})}),Ge(vo,{children:Fe.map((function(e){return Ge(vt.Content,{options:{value:e.value},children:Ge(ho,{tabContent:e},e.value)},e.value)}))}),Ge(bo,{})]})})}));xo.displayName="DesktopScores";var wo=Ke.div(k||(k=ne(["\n position: relative;\n display: flex;\n flex-direction: column;\n height: 100vh;\n"]))),Co=function(e){return Ve.exports.createElement("svg",ve({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},e),Ve.exports.createElement("path",{d:"M22.4275 10.5938L13.4175 1.58383C12.6675 0.833834 11.3475 0.823834 10.5875 1.58383L1.58745 10.5838C0.807453 11.3638 0.807453 12.6238 1.58745 13.4038L10.5875 22.4038C10.9775 22.7938 11.4875 22.9838 11.9975 22.9838C12.5075 22.9838 13.0175 22.7938 13.4075 22.4038L22.3975 13.4138C23.1875 12.6538 23.1975 11.3938 22.4275 10.5938ZM12.0075 20.9938L3.00745 11.9938L12.0075 2.99383L21.0075 11.9938L12.0075 20.9938ZM7.99745 11.0038V15.0038H9.99745V12.0038H13.9975V14.5038L17.4975 11.0038L13.9975 7.50383V10.0038H8.99745C8.44745 10.0038 7.99745 10.4538 7.99745 11.0038Z"}))},Mo=function(e){return Ve.exports.createElement("svg",ve({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},e),Ve.exports.createElement("path",{d:"M13.5 5.5C14.6 5.5 15.5 4.6 15.5 3.5C15.5 2.4 14.6 1.5 13.5 1.5C12.4 1.5 11.5 2.4 11.5 3.5C11.5 4.6 12.4 5.5 13.5 5.5ZM9.8 8.9L7 23H9.1L10.9 15L13 17V23H15V15.5L12.9 13.5L13.5 10.5C14.8 12 16.8 13 19 13V11C17.1 11 15.5 10 14.7 8.6L13.7 7C13.14 6.11 12.02 5.75 11.05 6.16L6 8.3V13H8V9.6L9.8 8.9Z"}))},Eo=function(e){return Ve.exports.createElement("svg",ve({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},e),Ve.exports.createElement("path",{d:"M18.92 6.01C18.72 5.42 18.16 5 17.5 5H6.5C5.84 5 5.29 5.42 5.08 6.01L3 12V20C3 20.55 3.45 21 4 21H5C5.55 21 6 20.55 6 20V19H18V20C18 20.55 18.45 21 19 21H20C20.55 21 21 20.55 21 20V12L18.92 6.01ZM6.85 7H17.14L18.22 10.11H5.77L6.85 7ZM19 17H5V12H19V17Z"}),Ve.exports.createElement("path",{d:"M7.5 16C8.32843 16 9 15.3284 9 14.5C9 13.6716 8.32843 13 7.5 13C6.67157 13 6 13.6716 6 14.5C6 15.3284 6.67157 16 7.5 16Z"}),Ve.exports.createElement("path",{d:"M16.5 16C17.3284 16 18 15.3284 18 14.5C18 13.6716 17.3284 13 16.5 13C15.6716 13 15 13.6716 15 14.5C15 15.3284 15.6716 16 16.5 16Z"}))},Oo=function(e){return Ve.exports.createElement("svg",ve({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},e),Ve.exports.createElement("path",{d:"M12,2C6.47,2,2,6.47,2,12s4.47,10,10,10s10-4.47,10-10S17.53,2,12,2z M17,15.59L15.59,17L12,13.41L8.41,17L7,15.59 L10.59,12L7,8.41L8.41,7L12,10.59L15.59,7L17,8.41L13.41,12L17,15.59z"}))},So=Ke.div(P||(P=ne(["\n max-height: calc(100% - 2 * ",");\n border-radius: ",";\n box-shadow: ",";\n background-color: ",";\n border: 1px solid ",";\n padding: ",";\n"])),qe["--ll-spacing-medium"],qe["--ll-border-radius-medium"],qe["--ll-shadow-small"],qe["--ll-color-background"],qe["--ll-color-border"],qe["--ll-spacing-x-small"]),ko=Ke.div(I||(I=ne(["\n display: flex;\n justify-content: space-between;\n align-items: end;\n\n "," {\n // Adjust if text of commute transport mode changes\n width: 52%;\n margin-right: ",";\n }\n"])),Pe,qe["--ll-spacing-x-small"]),Po=Ke.div(_||(_=ne(["\n background-color: ",";\n padding: "," "," 0;\n border-radius: ",";\n"])),qe["--ll-color-surface"],qe["--ll-spacing-x-small"],qe["--ll-spacing-small"],qe["--ll-border-radius-medium"]),Io=Ke(bt)(L||(L=ne(["\n position: absolute;\n right: ",";\n top: ",";\n"])),qe["--ll-spacing-xx-small"],qe["--ll-spacing-xx-small"]),_o=function(e){var t,n,r,o,i=e.className,a=e.onClose,l=He().sdkState,c=Mt(),s=c.setCommuteGeojson,u=c.destination,d=c.setDestination,p=de(Ve.exports.useState("pedestrian"),2),f=p[0],h=p[1],v=wt(),m=$e().translations,g=mn({destination:u,transportMode:f,origin:"".concat(null==l||null===(t=l.options)||void 0===t||null===(n=t.marker)||void 0===n?void 0:n.lat,",").concat(null==l||null===(r=l.options)||void 0===r||null===(o=r.marker)||void 0===o?void 0:o.lng),isOpen:!0}),y=g.data,b=g.isFetching,x=g.isFetched;Ve.exports.useEffect((function(){null!=y&&y.summary&&s(Je.polyline.decode(y.polyline))}),[y]);var w={pedestrian:[m.WALKING,Mo],car:[m.DRIVING,Eo]},C=Ve.exports.useMemo((function(){if(null==y||!y.summary)return null;var e=Math.floor(y.summary.typicalDuration/60/60),t=Math.floor(y.summary.typicalDuration/60%60);return 0===e?"".concat(t," ").concat(Xe.pluralize(m.MINUTE,t)):"".concat(e," ").concat(Xe.pluralize(m.HOUR,e)," ").concat(t," ").concat(Xe.pluralize(m.MINUTE,t))}),[y]),M=Ve.exports.useMemo((function(){if(null==y||!y.summary)return null;var e=Math.floor(y.summary.length/1e3);return 0===e?"".concat(y.summary.length," m"):"".concat(e," km")}),[y]);return et(So,{className:i,children:[Ge(Io,{size:"medium",color:"neutral",onClick:a,SVGElement:Oo}),et(ko,{children:[Ge(Ie,{label:m.CALCULATE_COMMUTE,placeholder:(null==u?void 0:u.label)||m.SEARCH_MAP,renderListAbove:v,renderListAbovePosition:30,onSearch:function(e){d({lat:e.latitude,lng:e.longitude})}}),Ge(lt.Root,{value:f,onValueChange:function(e){h(e)},children:et(lt.Trigger,{children:[Ge(ft,{SVGElement:w[f][1],fill:qe["--ll-color-on-background-variant1"],width:16}),w[f][0],et(lt.Content,{children:[Ge(lt.Item,{value:"car",children:m.DRIVING}),Ge(lt.Item,{value:"pedestrian",children:m.WALKING})]})]})})]}),(x||b)&&et(ot,{children:[Ge(ht,{vertical:!0,spacing:"--ll-spacing-x-small"}),Ge(_e,{open:!!y,children:b?Ge(at,{height:"70.4px",width:"100%"}):null!=y&&y.summary?et(Po,{children:[Ge(gt,{variant:"h5",children:C}),et(gt,{children:[M," – ",m.FAST_ROUTE]})]}):et(Po,{children:[Ge(gt,{variant:"h5",children:m.NO_ROUTE}),Ge(gt,{children:m.TRY_SUGGESTION})]})})]})]})},Lo=Ke.div(A||(A=ne(["\n position: absolute;\n bottom: 0;\n right: 0;\n left: 0;\n z-index: 3;\n"]))),Ao=Ke.div(R||(R=ne(["\n position: absolute;\n top: ",";\n right: ",";\n z-index: 3;\n max-width: 356px;\n"])),qe["--ll-spacing-medium"],qe["--ll-spacing-medium"]),Ro=Ke(bt)(j||(j=ne(["\n box-shadow: ",";\n position: absolute;\n bottom: ",";\n right: ",";\n"])),qe["--ll-shadow-medium"],qe["--ll-spacing-medium"],qe["--ll-spacing-medium"]),jo=Ke(_o)(z||(z=ne([""]))),zo=Ke(_o)(T||(T=ne(["\n border-radius: ","\n "," 0 0;\n border: 0;\n"])),qe["--ll-border-radius-small"],qe["--ll-border-radius-small"]),To=Ke(xt)(D||(D=ne(["\n box-shadow: ",";\n"])),qe["--ll-shadow-small"]),Do=function(){var e=Mt(),t=e.setCommuteGeojson,n=e.setDestination,r=e.showCommuteCalculator,o=e.setShowCommuteCalculator,i=$e().translations,a=function(){n(void 0),t(void 0),o(!1)},l=function(){o(!0)};return wt()?Ge(ot,{children:r?Ge(Lo,{children:Ge(zo,{onClose:a})}):Ge(Ro,{size:"large",SVGElement:Co,onClick:l})}):Ge(Ao,{children:r?Ge(jo,{onClose:a}):Ge(To,{onClick:l,startAdornment:Ge(Co,{}),children:i.CALCULATE_COMMUTE})})},Vo=function(){var e,t,n,r=He(),o=r.sdkState,i=r.setSdkState,a=Mt(),l=a.activeScore,c=a.activePOI,s=a.setActivePOI,u=a.hoveredPOI,d=a.commuteGeojson,p=a.destination,f=a.schoolCatchment,h=wt(),v=Tt(),m=Dt(),g="night"===(null==o||null===(e=o.globalOptions)||void 0===e||null===(t=e.appearance)||void 0===t?void 0:t.theme)?"dd191599-2a92-49fc-9a33-e12391753ad5":"600d69cb-288d-445e-9839-3dfe4d76b31a",y={id:"point",type:"line",paint:{"line-width":6,"line-color":getComputedStyle(document.documentElement).getPropertyValue("--ll-color-link")}},b={id:"school",type:"line",source:"schoolCatchment",paint:{"line-width":3,"line-color":getComputedStyle(document.documentElement).getPropertyValue("--ll-color-on-background")}},x=de(Ve.exports.useState(!1),2),w=x[0],C=x[1],M=Ve.exports.useMemo((function(){var e,t;return"high_schools"!==l&&"primary_schools"!==l||m.isFetching?Be&&l&&Be[l]&&null!==(e=Be[l])&&void 0!==e&&e.length||v.isFetching?v.data:me({},l,[]):me({},l,(null==m||null===(t=m.data)||void 0===t?void 0:t[l])||[])}),[v.data,m.data,l]),E=Ve.exports.useMemo((function(){return M?Object.entries(M).map((function(e){var t=de(e,2),n=t[0];return t[1].map((function(e){return At([e.lng,e.lat],{poi:e,type:n})}))})).flat().filter((function(e,t,n){return n.findIndex((function(t){return["lat","lng","name"].every((function(n){return t.properties.poi[n]===e.properties.poi[n]}))}))===t})):[]}),[M]),O=Ve.exports.useMemo((function(){var e,t,n,r=(null==o||null===(e=o.options)||void 0===e?void 0:e.marker)&&At([null==o||null===(t=o.options)||void 0===t?void 0:t.marker.lng,null==o||null===(n=o.options)||void 0===n?void 0:n.marker.lat]);return[].concat(te(E),te(r?[r]:[]),te(p?[At([null==p?void 0:p.lng,null==p?void 0:p.lat])]:[]))}),[E,null==o||null===(n=o.options)||void 0===n?void 0:n.marker,p]),S=Ve.exports.useRef(),k=de(Le(),2),P=k[0],I=k[1],_=Ve.exports.useMemo((function(){return{top:25+I.height,bottom:25,left:25,right:25}}),[I.height]),L=Ve.exports.useMemo((function(){return{top:50,bottom:50,left:I.width+32+50,right:50}}),[I.width]),A=h?_:L;return Ve.exports.useEffect((function(){var e,t;if(O.length&&null!==(e=o.options)&&void 0!==e&&e.marker){var n,r,i,a=de(zt((n=O.map((function(e){var t=e.geometry;return[t.coordinates[1],t.coordinates[0]]})),void 0===i&&(i={}),Lt({type:"MultiPoint",coordinates:n},r,i))),4),l=a[0],c=a[1],s=a[2],u=a[3];null==S||null===(t=S.current)||void 0===t||t.fitBounds([[c,l],[u,s]],{maxZoom:17,padding:A,duration:1e3})}}),[O,A,f]),o.options?Ge(Gt,{mapRef:S,mapPadding:A,children:et(wo,{children:[et(Ae,{ref:S,mapLib:Re,latitude:o.options.lat,longitude:o.options.lng,zoom:o.options.zoom,pitch:o.options.pitch,bearing:o.options.bearing,style:{flex:1,width:"100vw"},mapStyle:"https://api.maptiler.com/maps/".concat(g,"/style.json?key=","9jNGatuzs05Q1oNlctEs"),onMove:function(e){i(ve(ve({},o),{},{options:ve(ve({},o.options),{},{lat:e.viewState.latitude,lng:e.viewState.longitude,zoom:e.viewState.zoom,bearing:e.viewState.bearing,pitch:e.viewState.pitch})}))},cooperativeGestures:o.options.cooperativeGestures,onMoveStart:function(){return C(!0)},onMoveEnd:function(){return C(!1)},attributionControl:!1,children:[Ge(je,{compact:!0,position:h?"bottom-left":"bottom-right"}),Ge(ze,{position:h?"top-right":"bottom-right",showCompass:!0,style:{marginTop:h?16+I.height:16,marginRight:16}}),o.options.marker&&Ge(Te,{marker:o.options.marker}),Ge(xn,{rect:I,zoom:o.options.zoom,mapRef:S,points:E,isMobile:h,activePOI:c,hoveredPOI:u,isMapMoving:w,setActivePOI:s}),Ge(h?zn:xo,{ref:P}),Ge(Do,{}),p&&Ge(Te,{marker:ve({icon:"pin"},p)}),d&&Ge(Pt,{type:"geojson",data:d,children:Ge(_t,ve({},y))}),f&&Ge(Pt,{type:"geojson",data:f,children:Ge(_t,ve({},b))})]}),h&&Ge(bo,{})]})}):Ge("div",{children:"No options provided."})};ie("default",(function(){return Ge(Ot,{children:Ge(Vo,{})})}))}}}))}();
@@ -0,0 +1 @@
1
+ !function(){function C(t){return C="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(C){return typeof C}:function(C){return C&&"function"==typeof Symbol&&C.constructor===Symbol&&C!==Symbol.prototype?"symbol":typeof C},C(t)}var t,L,e,n,r,i,l,a,o,c,u,f;function d(){"use strict";/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */d=function(){return t};var t={},L=Object.prototype,e=L.hasOwnProperty,n="function"==typeof Symbol?Symbol:{},r=n.iterator||"@@iterator",i=n.asyncIterator||"@@asyncIterator",l=n.toStringTag||"@@toStringTag";function a(C,t,L){return Object.defineProperty(C,t,{value:L,enumerable:!0,configurable:!0,writable:!0}),C[t]}try{a({},"")}catch(O){a=function(C,t,L){return C[t]=L}}function o(C,t,L,e){var n=t&&t.prototype instanceof f?t:f,r=Object.create(n.prototype),i=new Z(e||[]);return r._invoke=function(C,t,L){var e="suspendedStart";return function(n,r){if("executing"===e)throw new Error("Generator is already running");if("completed"===e){if("throw"===n)throw r;return F()}for(L.method=n,L.arg=r;;){var i=L.delegate;if(i){var l=H(i,L);if(l){if(l===u)continue;return l}}if("next"===L.method)L.sent=L._sent=L.arg;else if("throw"===L.method){if("suspendedStart"===e)throw e="completed",L.arg;L.dispatchException(L.arg)}else"return"===L.method&&L.abrupt("return",L.arg);e="executing";var a=c(C,t,L);if("normal"===a.type){if(e=L.done?"completed":"suspendedYield",a.arg===u)continue;return{value:a.arg,done:L.done}}"throw"===a.type&&(e="completed",L.method="throw",L.arg=a.arg)}}}(C,L,i),r}function c(C,t,L){try{return{type:"normal",arg:C.call(t,L)}}catch(O){return{type:"throw",arg:O}}}t.wrap=o;var u={};function f(){}function h(){}function p(){}var s={};a(s,r,(function(){return this}));var v=Object.getPrototypeOf,y=v&&v(v(x([])));y&&y!==L&&e.call(y,r)&&(s=y);var m=p.prototype=f.prototype=Object.create(s);function g(C){["next","throw","return"].forEach((function(t){a(C,t,(function(C){return this._invoke(t,C)}))}))}function b(t,L){function n(r,i,l,a){var o=c(t[r],t,i);if("throw"!==o.type){var u=o.arg,f=u.value;return f&&"object"==C(f)&&e.call(f,"__await")?L.resolve(f.__await).then((function(C){n("next",C,l,a)}),(function(C){n("throw",C,l,a)})):L.resolve(f).then((function(C){u.value=C,l(u)}),(function(C){return n("throw",C,l,a)}))}a(o.arg)}var r;this._invoke=function(C,t){function e(){return new L((function(L,e){n(C,t,L,e)}))}return r=r?r.then(e,e):e()}}function H(C,t){var L=C.iterator[t.method];if(void 0===L){if(t.delegate=null,"throw"===t.method){if(C.iterator.return&&(t.method="return",t.arg=void 0,H(C,t),"throw"===t.method))return u;t.method="throw",t.arg=new TypeError("The iterator does not provide a 'throw' method")}return u}var e=c(L,C.iterator,t.arg);if("throw"===e.type)return t.method="throw",t.arg=e.arg,t.delegate=null,u;var n=e.arg;return n?n.done?(t[C.resultName]=n.value,t.next=C.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,u):n:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,u)}function M(C){var t={tryLoc:C[0]};1 in C&&(t.catchLoc=C[1]),2 in C&&(t.finallyLoc=C[2],t.afterLoc=C[3]),this.tryEntries.push(t)}function w(C){var t=C.completion||{};t.type="normal",delete t.arg,C.completion=t}function Z(C){this.tryEntries=[{tryLoc:"root"}],C.forEach(M,this),this.reset(!0)}function x(C){if(C){var t=C[r];if(t)return t.call(C);if("function"==typeof C.next)return C;if(!isNaN(C.length)){var L=-1,n=function t(){for(;++L<C.length;)if(e.call(C,L))return t.value=C[L],t.done=!1,t;return t.value=void 0,t.done=!0,t};return n.next=n}}return{next:F}}function F(){return{value:void 0,done:!0}}return h.prototype=p,a(m,"constructor",p),a(p,"constructor",h),h.displayName=a(p,l,"GeneratorFunction"),t.isGeneratorFunction=function(C){var t="function"==typeof C&&C.constructor;return!!t&&(t===h||"GeneratorFunction"===(t.displayName||t.name))},t.mark=function(C){return Object.setPrototypeOf?Object.setPrototypeOf(C,p):(C.__proto__=p,a(C,l,"GeneratorFunction")),C.prototype=Object.create(m),C},t.awrap=function(C){return{__await:C}},g(b.prototype),a(b.prototype,i,(function(){return this})),t.AsyncIterator=b,t.async=function(C,L,e,n,r){void 0===r&&(r=Promise);var i=new b(o(C,L,e,n),r);return t.isGeneratorFunction(L)?i:i.next().then((function(C){return C.done?C.value:i.next()}))},g(m),a(m,l,"Generator"),a(m,r,(function(){return this})),a(m,"toString",(function(){return"[object Generator]"})),t.keys=function(C){var t=[];for(var L in C)t.push(L);return t.reverse(),function L(){for(;t.length;){var e=t.pop();if(e in C)return L.value=e,L.done=!1,L}return L.done=!0,L}},t.values=x,Z.prototype={constructor:Z,reset:function(C){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(w),!C)for(var t in this)"t"===t.charAt(0)&&e.call(this,t)&&!isNaN(+t.slice(1))&&(this[t]=void 0)},stop:function(){this.done=!0;var C=this.tryEntries[0].completion;if("throw"===C.type)throw C.arg;return this.rval},dispatchException:function(C){if(this.done)throw C;var t=this;function L(L,e){return i.type="throw",i.arg=C,t.next=L,e&&(t.method="next",t.arg=void 0),!!e}for(var n=this.tryEntries.length-1;n>=0;--n){var r=this.tryEntries[n],i=r.completion;if("root"===r.tryLoc)return L("end");if(r.tryLoc<=this.prev){var l=e.call(r,"catchLoc"),a=e.call(r,"finallyLoc");if(l&&a){if(this.prev<r.catchLoc)return L(r.catchLoc,!0);if(this.prev<r.finallyLoc)return L(r.finallyLoc)}else if(l){if(this.prev<r.catchLoc)return L(r.catchLoc,!0)}else{if(!a)throw new Error("try statement without catch or finally");if(this.prev<r.finallyLoc)return L(r.finallyLoc)}}}},abrupt:function(C,t){for(var L=this.tryEntries.length-1;L>=0;--L){var n=this.tryEntries[L];if(n.tryLoc<=this.prev&&e.call(n,"finallyLoc")&&this.prev<n.finallyLoc){var r=n;break}}r&&("break"===C||"continue"===C)&&r.tryLoc<=t&&t<=r.finallyLoc&&(r=null);var i=r?r.completion:{};return i.type=C,i.arg=t,r?(this.method="next",this.next=r.finallyLoc,u):this.complete(i)},complete:function(C,t){if("throw"===C.type)throw C.arg;return"break"===C.type||"continue"===C.type?this.next=C.arg:"return"===C.type?(this.rval=this.arg=C.arg,this.method="return",this.next="end"):"normal"===C.type&&t&&(this.next=t),u},finish:function(C){for(var t=this.tryEntries.length-1;t>=0;--t){var L=this.tryEntries[t];if(L.finallyLoc===C)return this.complete(L.completion,L.afterLoc),w(L),u}},catch:function(C){for(var t=this.tryEntries.length-1;t>=0;--t){var L=this.tryEntries[t];if(L.tryLoc===C){var e=L.completion;if("throw"===e.type){var n=e.arg;w(L)}return n}}throw new Error("illegal catch attempt")},delegateYield:function(C,t,L){return this.delegate={iterator:x(C),resultName:t,nextLoc:L},"next"===this.method&&(this.arg=void 0),u}},t}function h(C,t,L,e,n,r,i){try{var l=C[r](i),a=l.value}catch(o){return void L(o)}l.done?t(a):Promise.resolve(a).then(e,n)}function p(C){return function(){var t=this,L=arguments;return new Promise((function(e,n){var r=C.apply(t,L);function i(C){h(r,e,n,i,l,"next",C)}function l(C){h(r,e,n,i,l,"throw",C)}i(void 0)}))}}function s(C,t){var L=Object.keys(C);if(Object.getOwnPropertySymbols){var e=Object.getOwnPropertySymbols(C);t&&(e=e.filter((function(t){return Object.getOwnPropertyDescriptor(C,t).enumerable}))),L.push.apply(L,e)}return L}function v(C){for(var t=1;t<arguments.length;t++){var L=null!=arguments[t]?arguments[t]:{};t%2?s(Object(L),!0).forEach((function(t){y(C,t,L[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(C,Object.getOwnPropertyDescriptors(L)):s(Object(L)).forEach((function(t){Object.defineProperty(C,t,Object.getOwnPropertyDescriptor(L,t))}))}return C}function y(C,t,L){return t in C?Object.defineProperty(C,t,{value:L,enumerable:!0,configurable:!0,writable:!0}):C[t]=L,C}function m(C,t){return function(C){if(Array.isArray(C))return C}(C)||function(C,t){var L=null==C?null:"undefined"!=typeof Symbol&&C[Symbol.iterator]||C["@@iterator"];if(null==L)return;var e,n,r=[],i=!0,l=!1;try{for(L=L.call(C);!(i=(e=L.next()).done)&&(r.push(e.value),!t||r.length!==t);i=!0);}catch(a){l=!0,n=a}finally{try{i||null==L.return||L.return()}finally{if(l)throw n}}return r}(C,t)||function(C,t){if(!C)return;if("string"==typeof C)return g(C,t);var L=Object.prototype.toString.call(C).slice(8,-1);"Object"===L&&C.constructor&&(L=C.constructor.name);if("Map"===L||"Set"===L)return Array.from(C);if("Arguments"===L||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(L))return g(C,t)}(C,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function g(C,t){(null==t||t>C.length)&&(t=C.length);for(var L=0,e=new Array(t);L<t;L++)e[L]=C[L];return e}function b(C,t){return t||(t=C.slice(0)),Object.freeze(Object.defineProperties(C,{raw:{value:Object.freeze(t)}}))}System.register(["./index-legacy.fe366b74.js","./useIsMobile-legacy.887b2d7a.js","./keyFactory-legacy.782b8549.js","./useQuery-legacy.fa6f72de.js"],(function(C,h){"use strict";var s,y,g,H,M,w,Z,x,F,O,V,j,S,_,E,A,P,T,k,D;return{setters:[function(C){s=C.s,y=C._,g=C.d,H=C.j,M=C.x,w=C.R,Z=C.r,x=C.a8,F=C.u,O=C.f,V=C.a9,j=C.e,S=C.aa,_=C.a,E=C.n,A=C.v,P=C.G},function(C){T=C.u},function(C){k=C.d},function(C){D=C.u}],execute:function(){s.div(t||(t=b(["\n height: 100vh;\n"])));var h=s.div(L||(L=b(["\n display: flex;\n flex-direction: column;\n box-sizing: border-box;\n background-color: ",";\n flex: 1;\n overflow: hidden;\n"])),y["--ll-color-background"]),I=s.div(e||(e=b(["\n overflow-y: auto;\n padding: ",";\n height: 100%;\n display: flex;\n flex-direction: column;\n"])),y["--ll-spacing-medium"]),G=s.div(n||(n=b(["\n overflow-y: auto;\n padding: ",";\n"])),y["--ll-spacing-small"]),N=function(){var C=g().translations;return H(M,{variant:"h3",weight:"--ll-font-weight-bold",children:C.DEMOGRAPHICS_TITLE})},R=w.createContext({}),z=function(){return Z.exports.useContext(R)},B=function(C){var t,L,e=C.children,n=T(),r=m(Z.exports.useState(x[0].value),2),i=r[0],l=r[1],a=F().sdkState,o=m(Z.exports.useReducer((function(C,t){return v(v({},C),t)}),{location:{lat:(null===(t=a.options)||void 0===t?void 0:t.lat)||43.661337,lng:(null===(L=a.options)||void 0===L?void 0:L.lng)||-79.401903},demographics:{radius:2500}}),2),c=o[0],u=o[1],f=Z.exports.useMemo((function(){return{demographicsState:c,setDemographicsState:u,activeCategory:i,setActiveCategory:l}}),[i,l,c,u]);return H(R.Provider,{value:f,children:O(V.Root,{options:{activeTab:i},onChange:function(C){l(C.data)},children:[H(G,{children:H(N,{})}),O("div",{style:{display:"flex",flexDirection:"column",height:"100vh"},children:[H(n?V.Select:V.Tabs,{}),e]})]})})},U=s.div(r||(r=b(["\n margin: "," 0;\n display: flex;\n flex-direction: column;\n flex: 1;\n overflow: hidden;\n"])),y["--ll-spacing-xx-small"]);s.div(i||(i=b(["\n display: flex;\n padding: "," ","\n "," ",";\n"])),y["--ll-spacing-x-small"],y["--ll-spacing-medium"],y["--ll-spacing-xx-small"],y["--ll-spacing-medium"]);var Y=s.div(l||(l=b(["\n height: 40px;\n display: flex;\n justify-content: center;\n align-items: center;\n margin-right: ",";\n"])),y["--ll-spacing-medium"]);var Q=function(){var C,t,L,e,n=z().demographicsState,r=n.income,i=n.income_stats,l=null==r?void 0:r.variables.slice().reverse(),a={variable:"avg_household_income",label:"Avg household income",value:(null==i||null===(C=i.variables)||void 0===C||null===(t=C.find((function(C){return"inc_home"===C.variable})))||void 0===t?void 0:t.value)||0},o={label:"Income",type:"standalone",variables:[{variable:"avg_individual_income",label:"Avg individual income",value:(null==i||null===(L=i.variables)||void 0===L||null===(e=L.find((function(C){return"inc_person"===C.variable})))||void 0===e?void 0:e.value)||0},a]};return H(S.AvgIncomeCard,r?{options:{incomeTypes:l||[]}}:{options:{incomeTypes:(null==o?void 0:o.variables)||[]}})},$=function(){var C=z().demographicsState.population_age;return H(S.PopulationByAgeChart,{options:{labels:(null==C?void 0:C.variables.map((function(C){return C.label})))||[],data:(null==C?void 0:C.variables.map((function(C){return Math.round(100*C.value)})))||[]}})},q=s.div(a||(a=b(["\n display: flex;\n justify-content: space-between;\n gap: ",";\n height: 100%;\n\n @media (max-width: ","px) {\n flex-wrap: wrap;\n }\n"])),y["--ll-spacing-medium"],_.screenSizes.tablet),J=function(){var C=z().demographicsState,t=C.property_tenure,L=C.housing_tenancy,e=(C.housing_type,L||t);return H(q,{children:e&&H(S.OwnersRentersCard,{options:{datasets:(null==e?void 0:e.variables.map((function(C){return{label:C.label,data:Math.round(100*C.value)}})))||[]}})})},K=function(){var C=z().demographicsState,t=C.household_composition,L=(C.family_composition,null==t?void 0:t.variables.map((function(C){return v(v({},C),{},{value:Math.round(100*C.value)})})).filter((function(C){return Math.round(100*C.value)>0})));return H(S.HouseholdCompositionCard,{options:{labels:(null==L?void 0:L.map((function(C){return"".concat(C.value,"% ").concat(C.label)})))||[],data:(null==L?void 0:L.map((function(C){return C.value})))||[]}})},W=function(){var C=z().demographicsState.commute_mode,t=null==C?void 0:C.variables.map((function(C){return v(v({},C),{},{value:Math.round(100*C.value)})})).filter((function(C){return Math.round(100*C.value)>0}));return H(S.CommuteModeCard,{options:{labels:(null==t?void 0:t.map((function(C){return"".concat(C.value,"% ").concat(C.label)})))||[],data:(null==t?void 0:t.map((function(C){return C.value})))||[]}})},X=function(){var C=z().demographicsState.education_level;return H(S.EducationLevelChart,{options:{labels:(null==C?void 0:C.variables.map((function(C){return C.label})))||[],data:(null==C?void 0:C.variables.map((function(C){return Math.round(100*C.value)})))||[]}})},CC=s.div(o||(o=b(["\n background-color: var(--ll-color-surface);\n padding: "," ",";\n border-radius: ",";\n"])),y["--ll-spacing-medium"],y["--ll-spacing-x-large"],y["--ll-border-radius-medium"]),tC=s.div(c||(c=b(["\n width: 100%;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n margin: "," 0;\n"])),y["--ll-spacing-medium"]),LC=s.div(u||(u=b(["\n align-items: center;\n padding-bottom: 20px;\n"]))),eC=function(){return O("svg",{width:"228",height:"144",viewBox:"0 0 228 144",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[H("path",{d:"M221.737 49.6439C219.155 40.3613 201.941 50.4581 201.941 50.4581L206.446 42.3011C206.981 41.4924 207.461 40.6358 207.872 39.7172C210.135 34.6674 210.105 29.2649 207.86 24.5602C207.243 21.7039 205.375 17.6216 200.22 13.1478C190.465 4.68327 157.758 -1.10716 148.29 0.178696C138.822 1.46487 156.897 5.44085 156.897 5.44085L155.465 5.42808C127.889 2.50965 100.143 2.13447 72.6147 2.7033C65.7117 2.84592 58.7877 3.07194 52.0285 4.23578C50.0837 4.57106 47.9924 5.08234 46.835 6.64852C41.6959 13.6047 62.7176 14.2845 66.0151 14.1504C51.5763 16.0237 35.5331 16.5984 22.1045 22.1684C20.2308 22.9456 18.3748 23.8667 16.9632 25.305C15.5514 26.7429 14.6316 28.7828 14.9497 30.8334C15.8736 36.7857 24.0888 38.5501 28.7472 39.872C28.7472 39.872 1.96884 57.6466 5.12475 66.6691C6.42933 70.3988 8.37369 74.325 11.9772 78.1898C9.92342 80.7638 8.11475 83.4647 6.71698 86.3203C5.86165 88.067 4.74139 90.4601 5.69846 92.4709C10.5758 102.717 84.5438 137.891 143.817 127.852C159.562 125.186 175.244 120.776 189.047 112.976C202.783 105.214 216.781 92.3933 220.241 76.2265C220.355 75.6936 220.439 75.1771 220.496 74.6747C222.643 67.2236 223.897 57.4101 221.737 49.6439Z",fill:"#008490",fillOpacity:"0.02"}),H("path",{d:"M20.9708 37.3362C17.6357 35.9124 14.8766 33.9177 14.9497 30.8334C15.4405 33.9962 17.9898 35.9765 20.9708 37.3362Z",fill:"white"}),H("path",{d:"M173.976 39.553L173.951 39.5445L173.976 39.5534V39.553L173.951 39.5445L173.976 39.5534C173.98 39.5419 174.065 39.3129 174.339 39.049C174.614 38.7853 175.078 38.4831 175.859 38.3264C175.987 38.3009 176.118 38.2891 176.251 38.2891C176.981 38.2871 177.776 38.6568 178.38 39.0355C178.682 39.2243 178.937 39.4137 179.116 39.5553C179.205 39.626 179.276 39.6849 179.323 39.7257L179.377 39.7732L179.395 39.7885L179.555 39.9351L179.652 39.7411C179.652 39.7411 179.672 39.7019 179.71 39.6299C179.844 39.3784 180.202 38.7408 180.666 38.1556C180.897 37.8632 181.154 37.5839 181.419 37.3735C181.683 37.1625 181.953 37.0235 182.201 36.9934C182.283 36.983 182.366 36.9784 182.449 36.9784C183.036 36.9771 183.661 37.2198 184.133 37.4684C184.37 37.592 184.568 37.7163 184.707 37.8092C184.776 37.8557 184.831 37.8943 184.867 37.9208L184.909 37.9515L184.922 37.9613L185.123 37.7032C185.118 37.6993 184.784 37.4399 184.286 37.1786C183.787 36.9182 183.125 36.6523 182.449 36.6513C182.353 36.6513 182.256 36.6568 182.16 36.6686C181.775 36.718 181.418 36.9368 181.09 37.2218C180.113 38.0784 179.365 39.5871 179.359 39.5949L179.506 39.6682L179.616 39.5475C179.611 39.5432 179.184 39.152 178.553 38.7582C177.922 38.3656 177.089 37.964 176.251 37.962C176.099 37.962 175.946 37.9757 175.795 38.0058C174.93 38.1779 174.396 38.5285 174.081 38.8432C173.766 39.1576 173.671 39.4317 173.666 39.4493L173.976 39.553Z",fill:"#17282F"}),H("path",{d:"M169.63 45.895L169.605 45.8864L169.629 45.8956L169.63 45.895L169.605 45.8864L169.629 45.8956C169.634 45.8838 169.718 45.6549 169.992 45.3909C170.267 45.1272 170.731 44.825 171.513 44.6686C171.641 44.6431 171.772 44.631 171.904 44.631C172.635 44.6291 173.429 44.9987 174.033 45.3775C174.335 45.5662 174.59 45.7556 174.769 45.8972C174.859 45.9679 174.929 46.0268 174.977 46.068L175.031 46.1151L175.048 46.1308L175.208 46.2773L175.305 46.0834C175.306 46.083 175.325 46.0438 175.364 45.9722C175.498 45.7203 175.856 45.0827 176.319 44.4976C176.55 44.2051 176.808 43.9258 177.072 43.7155C177.337 43.5041 177.606 43.3654 177.854 43.335C177.936 43.3249 178.019 43.32 178.103 43.32C178.69 43.319 179.315 43.5617 179.787 43.8103C180.023 43.934 180.222 44.0583 180.361 44.1512C180.43 44.1976 180.484 44.2362 180.521 44.2627L180.562 44.2934L180.576 44.3033L180.777 44.0452C180.771 44.0413 180.438 43.7819 179.939 43.5205C179.44 43.2601 178.778 42.9942 178.103 42.9929C178.007 42.9929 177.91 42.9984 177.813 43.0105C177.428 43.0599 177.071 43.2784 176.744 43.5633C175.767 44.4204 175.018 45.929 175.012 45.9368L175.159 46.0101L175.27 45.8894C175.265 45.8851 174.837 45.4939 174.207 45.1001C173.575 44.7076 172.743 44.3059 171.904 44.3039C171.752 44.3039 171.6 44.3177 171.448 44.3477H171.449C170.584 44.5198 170.049 44.8705 169.735 45.1851C169.42 45.4995 169.325 45.7736 169.319 45.7916L169.63 45.895Z",fill:"#17282F"}),H("path",{d:"M185.512 45.9349L185.456 45.9159L185.511 45.9358L185.512 45.9349L185.456 45.9159L185.511 45.9358C185.513 45.9313 185.575 45.7628 185.778 45.5669C185.982 45.3713 186.327 45.1449 186.916 45.0271C187.011 45.0082 187.108 44.9993 187.206 44.9993C187.749 44.9974 188.35 45.2751 188.806 45.5616C189.034 45.7043 189.227 45.8475 189.363 45.9548C189.43 46.0085 189.483 46.0529 189.519 46.0837L189.56 46.119L189.573 46.1308L189.733 46.2773L189.83 46.0834C189.83 46.083 189.845 46.0539 189.874 45.9996C189.976 45.8093 190.247 45.3255 190.598 44.8829C190.772 44.6618 190.967 44.4514 191.164 44.2941C191.362 44.1358 191.562 44.0341 191.74 44.0128C191.801 44.0053 191.862 44.0017 191.925 44.0017C192.361 44.0004 192.832 44.1826 193.188 44.3703C193.366 44.4635 193.517 44.5574 193.621 44.6274C193.673 44.6624 193.715 44.6915 193.742 44.7118L193.773 44.7347L193.783 44.7419L193.984 44.4835C193.979 44.4796 193.723 44.281 193.341 44.0805C192.958 43.881 192.449 43.6755 191.925 43.6746C191.85 43.6746 191.775 43.6788 191.7 43.688C191.394 43.7276 191.117 43.899 190.864 44.1184C190.112 44.7792 189.543 45.929 189.537 45.9368L189.684 46.0101L189.794 45.8894C189.789 45.8851 189.463 45.5862 188.98 45.2842C188.496 44.9836 187.857 44.6742 187.206 44.6722C187.088 44.6722 186.969 44.6827 186.852 44.7063C186.187 44.8387 185.772 45.1096 185.527 45.3546C185.282 45.5993 185.207 45.8135 185.201 45.8312L185.512 45.9349Z",fill:"#17282F"}),H("path",{d:"M204.09 52.6543L204 52.6242L204.09 52.6562L204.09 52.6543L204 52.6242L204.09 52.6562L204.096 52.6402C204.136 52.5627 204.313 52.23 204.968 52.0966C205.026 52.0848 205.086 52.0792 205.148 52.0792C205.485 52.0773 205.872 52.2539 206.167 52.4394C206.315 52.5316 206.44 52.6242 206.527 52.6935C206.571 52.7282 206.605 52.757 206.628 52.7766L206.654 52.7995L206.662 52.8064L206.822 52.9529L206.919 52.7589C206.919 52.7589 206.928 52.7403 206.947 52.7053C207.013 52.5823 207.19 52.2673 207.416 51.9814C207.529 51.8388 207.654 51.7037 207.779 51.6043C207.904 51.5042 208.026 51.4436 208.128 51.4319C208.165 51.4273 208.203 51.425 208.242 51.425C208.513 51.4237 208.815 51.5392 209.045 51.6602C209.159 51.7204 209.256 51.7809 209.323 51.826C209.357 51.8483 209.383 51.8669 209.401 51.8797L209.42 51.8944L209.426 51.8987L209.627 51.6402C209.622 51.6363 209.452 51.5045 209.197 51.3707C208.941 51.2376 208.602 51.0989 208.242 51.0979C208.191 51.0979 208.139 51.1008 208.087 51.1074C207.869 51.1358 207.68 51.2552 207.51 51.4028C207.004 51.8483 206.632 52.6045 206.626 52.6127L206.773 52.6857L206.883 52.5653C206.879 52.561 206.662 52.3628 206.341 52.162C206.019 51.9628 205.593 51.7544 205.148 51.7521C205.067 51.7521 204.985 51.7593 204.904 51.7757C204.458 51.8643 204.175 52.0478 204.007 52.2159C203.838 52.3841 203.785 52.5329 203.779 52.5509L204.09 52.6543Z",fill:"#17282F"}),H("path",{d:"M114.897 37.7327L115.057 37.697C114.253 34.0976 111.918 30.9299 108.87 28.6604C105.822 26.3913 102.059 25.0171 98.3807 25.0165C97.7161 25.0165 97.0545 25.0616 96.4005 25.1542C94.4324 25.4335 92.5089 26.1695 91.0179 27.5388C89.9926 28.4782 89.5961 29.4981 89.3401 30.5416C89.0836 31.5864 88.9558 32.6583 88.4734 33.7649C88.2162 34.3583 87.7135 34.8725 87.1109 34.9729C86.9667 34.9974 86.8252 35.0089 86.6846 35.0089C85.8706 35.0105 85.091 34.619 84.2803 34.2062C83.4703 33.7966 82.6291 33.3665 81.6739 33.3583L81.6438 33.358C80.8819 33.3586 80.0316 33.5663 79.2612 33.935C78.4914 34.3043 77.8004 34.8349 77.3708 35.4979C76.9589 36.1403 76.9084 36.9679 76.7737 37.7153C76.7079 38.0896 76.6236 38.4425 76.4795 38.7411C76.3343 39.0401 76.1347 39.2838 75.8234 39.4621C75.5187 39.6355 75.2025 39.7002 74.8653 39.7005C74.381 39.7012 73.8567 39.5615 73.3157 39.4153C72.7746 39.2704 72.2169 39.1193 71.6536 39.1186C71.3643 39.1186 71.0733 39.1595 70.7872 39.2632C70.2521 39.4572 69.8949 39.7071 69.659 39.9946C69.3041 40.427 69.2392 40.9187 69.1848 41.358C69.1318 41.8025 69.0852 42.1937 68.8408 42.496C68.673 42.7044 68.4702 42.8368 68.2162 42.9229C67.9629 43.0082 67.6578 43.0429 67.3049 43.0429C66.5991 43.0436 65.7087 42.9042 64.672 42.8097C64.5904 42.8022 64.5097 42.7986 64.4295 42.7986C63.3851 42.8012 62.4765 43.3923 61.8257 43.968C61.1749 44.5456 60.7781 45.1184 60.7731 45.1249L60.5952 45.3817H126.05L126.098 45.3022C126.114 45.2748 126.177 45.1495 126.177 44.8793C126.175 44.2931 125.895 43.0256 124.22 40.4506C123.7 39.6531 123.132 39.1278 122.541 38.8046C121.951 38.4808 121.342 38.3617 120.751 38.362C119.924 38.3624 119.132 38.592 118.441 38.8157C117.753 39.0411 117.156 39.2567 116.771 39.2534C116.427 39.2531 116.157 39.1585 115.935 39.0166C115.602 38.804 115.379 38.4749 115.242 38.1949C115.174 38.0555 115.127 37.9289 115.097 37.8387C115.082 37.7932 115.072 37.7569 115.065 37.7324L115.059 37.7049L115.057 37.697L114.897 37.7327L114.737 37.768C114.74 37.7811 114.837 38.2178 115.136 38.6666C115.286 38.891 115.488 39.1186 115.758 39.292C116.027 39.465 116.366 39.5812 116.771 39.5805C117.262 39.5772 117.858 39.3469 118.543 39.1268C119.225 38.905 119.986 38.6888 120.751 38.6891C121.298 38.6895 121.847 38.7977 122.384 39.0911C122.92 39.3852 123.449 39.8674 123.945 40.6289C125.605 43.1757 125.851 44.4017 125.849 44.8793C125.849 44.9895 125.836 45.0602 125.826 45.0998L125.815 45.1367L125.813 45.14L125.897 45.1822L125.816 45.1338L125.813 45.14L125.897 45.1822L125.816 45.1338L125.957 45.2182V45.0546H60.9078V45.2182L61.0425 45.3111L61.0589 45.2885C61.1431 45.1711 61.554 44.6225 62.1625 44.1096C62.7714 43.5947 63.5732 43.124 64.4295 43.1257C64.4999 43.1257 64.5707 43.1289 64.6421 43.1355C65.6675 43.2281 66.5578 43.3694 67.3049 43.37C67.6785 43.3697 68.0176 43.3344 68.3207 43.2326C68.6235 43.1316 68.8893 42.9598 69.0967 42.7004C69.3084 42.4358 69.3975 42.1352 69.4493 41.8398C69.5253 41.395 69.5306 40.9514 69.6928 40.569C69.855 40.1886 70.1554 39.8441 70.8993 39.5707C71.1441 39.482 71.3948 39.4457 71.6536 39.4457C72.1569 39.4454 72.6901 39.5854 73.2305 39.7313C73.7711 39.8762 74.319 40.027 74.8653 40.0277C75.2447 40.0283 75.6252 39.9521 75.986 39.7463C76.3608 39.5334 76.6095 39.2266 76.7747 38.8831C77.0228 38.3666 77.0985 37.7673 77.1896 37.1946C77.2787 36.6215 77.3839 36.0775 77.646 35.6752C78.0297 35.0805 78.6743 34.5787 79.4031 34.23C80.1312 33.8807 80.9419 33.6848 81.6438 33.6851L81.6713 33.6854C82.5246 33.69 83.3215 34.0855 84.1319 34.4979C84.9413 34.9068 85.7635 35.3343 86.6846 35.336C86.8429 35.336 87.0034 35.3232 87.1663 35.2951C87.9196 35.1629 88.4839 34.5598 88.7742 33.8951C89.2779 32.7358 89.407 31.6364 89.6583 30.6198C89.9106 29.6012 90.2734 28.6689 91.2397 27.7795C92.6688 26.4665 94.5274 25.7505 96.4467 25.478C97.0847 25.3877 97.7309 25.3436 98.3807 25.3436C101.977 25.3432 105.679 26.6919 108.674 28.9227C111.67 31.153 113.955 34.2614 114.737 37.768L114.897 37.7327Z",fill:"#17282F"}),H("path",{d:"M133.013 25.2886L133.173 25.253C132.844 23.781 131.892 22.4925 130.654 21.5701C129.415 20.6483 127.887 20.0896 126.387 20.089C126.116 20.089 125.846 20.1073 125.579 20.1452C124.774 20.2594 123.983 20.5607 123.366 21.1269C122.938 21.5187 122.768 21.9541 122.665 22.38C122.56 22.8079 122.509 23.2292 122.322 23.6577L122.318 23.6691L122.322 23.6574C122.229 23.8746 122.046 24.0538 121.849 24.0846C121.797 24.0937 121.746 24.0976 121.695 24.0976C121.4 24.0993 121.1 23.9531 120.774 23.7862C120.45 23.6227 120.099 23.4398 119.685 23.4356H119.672C119.349 23.4359 118.996 23.5229 118.674 23.6767C118.353 23.8311 118.062 24.0525 117.876 24.3387C117.692 24.6285 117.676 24.9717 117.622 25.2644C117.596 25.4113 117.563 25.5444 117.512 25.6504C117.46 25.7571 117.394 25.8362 117.289 25.8974C117.183 25.9569 117.076 25.9795 116.953 25.9801C116.777 25.9808 116.574 25.9278 116.357 25.8689C116.139 25.811 115.908 25.7472 115.664 25.7466C115.539 25.7466 115.411 25.7642 115.283 25.8104C115.057 25.8925 114.896 26.0024 114.788 26.1339C114.625 26.3324 114.599 26.5549 114.577 26.7308C114.556 26.9121 114.535 27.0458 114.459 27.1381C114.404 27.2065 114.341 27.2477 114.254 27.2778C114.167 27.3072 114.055 27.3209 113.92 27.3209C113.649 27.3213 113.292 27.266 112.872 27.2277C112.837 27.2244 112.801 27.2228 112.766 27.2228C112.308 27.2251 111.927 27.4786 111.656 27.7167C111.386 27.9568 111.223 28.1917 111.218 28.1986L111.041 28.455H137.543L137.591 28.3755C137.607 28.3484 137.637 28.2787 137.636 28.1554C137.635 27.8872 137.512 27.3664 136.835 26.3252C136.62 25.9949 136.38 25.7711 136.127 25.6327C135.874 25.4937 135.611 25.4427 135.362 25.443C135.012 25.4434 134.684 25.5395 134.405 25.6298C134.128 25.7221 133.888 25.8038 133.765 25.8006C133.646 25.8002 133.558 25.7688 133.482 25.7211C133.371 25.6501 133.289 25.5333 133.24 25.4309C133.215 25.3799 133.197 25.3335 133.187 25.3007L133.175 25.2631L133.173 25.2543L133.173 25.253L133.127 25.2634L133.173 25.2533L133.173 25.253L133.127 25.2634L133.173 25.2533L133.045 25.2814L133.173 25.254V25.2533L133.045 25.2814L133.173 25.254L133.02 25.287L133.173 25.2553L133.173 25.254L133.02 25.287L133.173 25.2553L133.013 25.2883L133.175 25.2654L133.173 25.2553L133.013 25.2883L133.175 25.2654L133.174 25.2592L133.173 25.253L133.013 25.2886L132.851 25.3115L132.853 25.322C132.858 25.3413 132.897 25.5225 133.029 25.7198C133.095 25.8176 133.185 25.919 133.307 25.9971C133.429 26.0757 133.585 26.1283 133.765 26.1277C133.994 26.1244 134.232 26.0276 134.506 25.9409C134.777 25.8526 135.073 25.7698 135.362 25.7701C135.568 25.7705 135.77 25.8104 135.97 25.9193C136.168 26.0285 136.368 26.2088 136.561 26.5038C137.222 27.5169 137.311 27.9961 137.309 28.1554C137.309 28.1924 137.305 28.2123 137.303 28.2192L137.302 28.2224L137.377 28.2473L137.309 28.2074L137.302 28.2224L137.377 28.2473L137.309 28.2074L137.45 28.2915V28.1279H111.353V28.2915L111.488 28.3844L111.493 28.3768C111.524 28.334 111.685 28.1191 111.92 27.9215C112.155 27.722 112.459 27.5483 112.766 27.5499L112.842 27.5532C113.25 27.5901 113.608 27.6474 113.92 27.6481C114.076 27.6477 114.222 27.6333 114.359 27.5879C114.495 27.5427 114.62 27.4619 114.715 27.3425L114.722 27.334L114.715 27.3425C114.815 27.2182 114.855 27.0786 114.877 26.9533C114.908 26.7629 114.912 26.5938 114.968 26.4639C115.025 26.3367 115.114 26.2232 115.395 26.1178C115.481 26.0868 115.569 26.0737 115.664 26.0737C115.848 26.073 116.055 26.126 116.271 26.1849C116.488 26.2425 116.715 26.3066 116.953 26.3072C117.118 26.3076 117.29 26.2735 117.451 26.1813C117.62 26.0855 117.735 25.9438 117.807 25.7924C117.916 25.5647 117.946 25.3161 117.982 25.0878C118.017 24.8591 118.06 24.6537 118.151 24.516C118.291 24.2978 118.536 24.1052 118.816 23.9714C119.095 23.8373 119.409 23.762 119.672 23.7627H119.683C119.995 23.7633 120.301 23.9118 120.626 24.078C120.95 24.2409 121.293 24.4231 121.695 24.4248C121.763 24.4248 121.834 24.4192 121.904 24.4071C122.252 24.3446 122.496 24.0757 122.623 23.7879C122.831 23.307 122.884 22.8576 122.983 22.4582C123.083 22.0568 123.219 21.7091 123.588 21.3673C124.143 20.8573 124.87 20.5764 125.625 20.4691C125.876 20.4334 126.131 20.4161 126.387 20.4161C127.805 20.4154 129.272 20.9489 130.458 21.8324C131.644 22.7156 132.546 23.9452 132.853 25.324L133.013 25.2886Z",fill:"#17282F"}),H("path",{d:"M188.687 63.382L188.847 63.3467C188.518 61.8747 187.566 60.5859 186.328 59.6641C185.089 58.7423 183.561 58.1833 182.061 58.1827C181.79 58.1827 181.52 58.201 181.253 58.2389C180.448 58.3527 179.657 58.6543 179.04 59.2206C178.611 59.6124 178.442 60.0478 178.339 60.4737C178.234 60.9016 178.183 61.3229 177.996 61.7514C177.903 61.9679 177.72 62.1475 177.523 62.1782C177.471 62.1871 177.42 62.1913 177.369 62.1913C177.074 62.193 176.774 62.0468 176.448 61.8799C176.124 61.7164 175.773 61.5335 175.359 61.5293H175.346C175.023 61.5296 174.67 61.6166 174.348 61.7703C174.027 61.9247 173.736 62.1459 173.549 62.4324C173.366 62.7222 173.35 63.0654 173.296 63.3581C173.27 63.5047 173.237 63.6381 173.186 63.7441C173.134 63.8507 173.069 63.9299 172.962 63.9911C172.857 64.0506 172.75 64.0735 172.627 64.0738C172.451 64.0745 172.248 64.0215 172.031 63.9626C171.814 63.9047 171.582 63.8409 171.338 63.8403C171.213 63.8403 171.085 63.8579 170.957 63.9044C170.731 63.9862 170.57 64.0961 170.462 64.2276C170.299 64.4261 170.273 64.6486 170.251 64.8245C170.23 65.0058 170.209 65.1395 170.133 65.2318C170.078 65.3001 170.015 65.3414 169.928 65.3715C169.841 65.4009 169.729 65.4146 169.594 65.4143C169.323 65.415 168.966 65.3597 168.546 65.3214C168.511 65.3181 168.475 65.3165 168.44 65.3165C167.982 65.3188 167.601 65.5723 167.331 65.8104C167.06 66.0505 166.897 66.2854 166.893 66.2919L166.715 66.5487H193.217L193.265 66.4692C193.281 66.4421 193.311 66.3724 193.31 66.2491C193.309 65.9815 193.186 65.4604 192.51 64.4192C192.294 64.0885 192.054 63.8648 191.801 63.7264C191.548 63.5874 191.285 63.5364 191.036 63.5367C190.685 63.537 190.358 63.6332 190.079 63.7235C189.802 63.8154 189.561 63.8975 189.439 63.8942C189.32 63.8939 189.231 63.8625 189.156 63.8148C189.045 63.7438 188.964 63.6273 188.914 63.5246C188.889 63.4736 188.871 63.4271 188.861 63.3944L188.849 63.3565L188.847 63.3476L188.847 63.3457V63.3454L188.846 63.345V63.3444L188.844 63.3372L188.687 63.382L188.53 63.4271L188.686 63.3823L188.528 63.4196L188.53 63.4271L188.686 63.3823L188.528 63.4196C188.531 63.4307 188.572 63.6182 188.703 63.8134C188.769 63.9113 188.858 64.0127 188.981 64.0908C189.103 64.1693 189.259 64.222 189.439 64.2213C189.667 64.2181 189.906 64.1213 190.18 64.0346C190.451 63.9463 190.747 63.8635 191.036 63.8638C191.242 63.8641 191.444 63.9041 191.644 64.013C191.843 64.1222 192.043 64.3025 192.235 64.5975C192.896 65.6109 192.985 66.0901 192.983 66.2491C192.983 66.286 192.979 66.306 192.977 66.3132L192.976 66.3161L193.051 66.3413L192.984 66.3011L192.976 66.3161L193.051 66.3413L192.984 66.3011L193.124 66.3852V66.2216H167.027V66.3852L167.162 66.4784L167.167 66.4705C167.198 66.4277 167.359 66.2128 167.594 66.0152C167.829 65.8157 168.133 65.642 168.44 65.6436L168.516 65.6472C168.924 65.6838 169.282 65.7411 169.594 65.7417C169.75 65.7414 169.896 65.727 170.032 65.6815C170.168 65.6364 170.294 65.5556 170.389 65.4362C170.489 65.3119 170.529 65.1722 170.551 65.047C170.582 64.8566 170.586 64.6875 170.642 64.5579C170.699 64.4304 170.788 64.3169 171.069 64.2115C171.155 64.1805 171.244 64.1674 171.338 64.1674C171.523 64.1667 171.729 64.2197 171.945 64.2783C172.162 64.3362 172.389 64.4003 172.627 64.4009C172.792 64.4013 172.964 64.3672 173.125 64.275C173.294 64.1792 173.409 64.0375 173.481 63.8861C173.59 63.6584 173.619 63.4095 173.656 63.1815C173.691 62.9528 173.734 62.7474 173.825 62.6097C173.965 62.3918 174.21 62.1989 174.49 62.0651C174.769 61.931 175.083 61.8557 175.346 61.8564H175.357C175.668 61.8574 175.975 62.0055 176.3 62.1717C176.624 62.3346 176.967 62.5168 177.369 62.5184C177.437 62.5184 177.507 62.5129 177.579 62.5008C177.926 62.4383 178.171 62.1694 178.297 61.8816C178.505 61.4007 178.557 60.9513 178.657 60.5519C178.757 60.1505 178.892 59.8028 179.262 59.461C179.817 58.951 180.544 58.6697 181.298 58.5627C181.55 58.5271 181.804 58.5098 182.061 58.5098C183.479 58.5091 184.946 59.0426 186.132 59.9261C187.318 60.8093 188.22 62.0386 188.527 63.4177L188.528 63.4222L188.53 63.4271L188.687 63.382Z",fill:"#17282F"}),H("path",{d:"M146.826 59.9805L146.986 59.9448C146.489 57.7149 145.043 55.7572 143.161 54.3552C141.278 52.9536 138.954 52.1041 136.678 52.1038C136.266 52.1038 135.857 52.1316 135.452 52.1888C134.233 52.3618 133.038 52.8178 132.11 53.6699C131.469 54.2571 131.219 54.9008 131.061 55.5465C130.902 56.1942 130.824 56.8474 130.532 57.5174C130.38 57.8683 130.083 58.167 129.742 58.2226C129.657 58.237 129.573 58.2439 129.49 58.2439C129.011 58.2455 128.54 58.0119 128.041 57.7575C127.544 57.5062 127.018 57.2354 126.412 57.2295H126.393C125.913 57.2298 125.383 57.3597 124.902 57.59C124.421 57.8212 123.987 58.1526 123.714 58.5729C123.449 58.9887 123.421 59.5042 123.338 59.9592C123.298 60.1865 123.247 60.3982 123.162 60.5729C123.077 60.7479 122.964 60.8856 122.785 60.9886C122.608 61.0887 122.427 61.1263 122.227 61.127C121.942 61.1276 121.624 61.0436 121.292 60.9536C120.959 60.8646 120.612 60.7698 120.254 60.7691C120.07 60.7691 119.884 60.795 119.7 60.862C119.363 60.9837 119.133 61.1436 118.98 61.3304C118.748 61.6124 118.708 61.9307 118.674 62.2005C118.642 62.4756 118.612 62.7013 118.476 62.8681C118.381 62.9866 118.268 63.0602 118.121 63.1102C117.975 63.1596 117.794 63.1809 117.582 63.1805C117.156 63.1812 116.609 63.0958 115.97 63.0376C115.917 63.0327 115.866 63.0304 115.815 63.0304C115.148 63.0327 114.579 63.4066 114.173 63.7647C113.767 64.1252 113.521 64.4805 113.516 64.487L113.338 64.7438H153.716L153.763 64.6643C153.78 64.6371 153.822 64.5475 153.821 64.3719C153.819 63.9908 153.64 63.2038 152.608 61.6163C152.285 61.1194 151.927 60.7884 151.554 60.584C151.181 60.3792 150.795 60.304 150.424 60.3043C149.904 60.3046 149.411 60.4482 148.985 60.5863C148.561 60.7256 148.194 60.8551 147.978 60.8522C147.779 60.8515 147.626 60.7979 147.498 60.7164C147.308 60.5951 147.176 60.4028 147.095 60.2369C147.055 60.1545 147.027 60.0796 147.01 60.0259L146.991 59.9638L146.987 59.9481L146.986 59.9445L146.986 59.9435V59.9425L146.985 59.9409L146.982 59.9288L146.826 59.9805L146.671 60.0321L146.67 60.0325C146.688 60.1015 146.763 60.3743 146.958 60.6432C147.15 60.9111 147.485 61.1809 147.978 61.1793C148.3 61.176 148.666 61.0315 149.086 60.8973C149.504 60.7613 149.965 60.6311 150.424 60.6314C150.752 60.6317 151.077 60.6962 151.397 60.8708C151.716 61.0458 152.033 61.3337 152.333 61.7946C153.35 63.3542 153.495 64.0994 153.493 64.3719C153.493 64.435 153.486 64.4729 153.481 64.4916L153.477 64.506L153.549 64.5357L153.482 64.4962L153.477 64.506L153.549 64.5357L153.482 64.4962L153.623 64.5802V64.4167H113.651V64.5802L113.786 64.6734L113.795 64.6604C113.844 64.591 114.095 64.257 114.463 63.9473C114.831 63.6355 115.312 63.3559 115.815 63.3575C115.856 63.3575 115.898 63.3595 115.94 63.3634C116.568 63.42 117.115 63.5073 117.582 63.5076C117.815 63.5076 118.03 63.4857 118.226 63.42C118.422 63.3549 118.597 63.242 118.732 63.0726C118.872 62.8982 118.929 62.7013 118.962 62.5152C119.009 62.2345 119.013 61.9676 119.107 61.7478C119.202 61.5303 119.366 61.3347 119.812 61.1692C119.955 61.1175 120.101 61.0965 120.254 61.0962C120.552 61.0959 120.874 61.1796 121.206 61.2696C121.539 61.3582 121.88 61.4534 122.227 61.4541C122.469 61.4544 122.715 61.4053 122.947 61.2725C123.19 61.1351 123.352 60.9346 123.457 60.7148C123.616 60.3844 123.662 60.0106 123.718 59.6599C123.772 59.3083 123.837 58.9825 123.989 58.7505C124.216 58.3982 124.603 58.0953 125.043 57.885C125.483 57.674 125.973 57.5559 126.393 57.5566H126.409C126.914 57.5589 127.395 57.7951 127.893 58.0489C128.39 58.2998 128.904 58.5693 129.49 58.571C129.591 58.571 129.693 58.5628 129.797 58.5448C130.289 58.4575 130.648 58.0698 130.832 57.6475C131.146 56.925 131.226 56.2439 131.379 55.6247C131.533 55.0036 131.75 54.4475 132.332 53.9107C133.198 53.1148 134.328 52.6788 135.498 52.5126C135.887 52.4577 136.281 52.4309 136.678 52.4309C138.872 52.4302 141.135 53.2542 142.965 54.6176C144.796 55.9806 146.19 57.8791 146.666 60.0161L146.668 60.0243L146.671 60.0321L146.826 59.9805Z",fill:"#17282F"}),H("path",{d:"M156.228 114.835C156.228 114.835 153.838 112.364 154.509 112.439C155.18 112.513 156.435 114.361 156.435 114.361C156.435 114.361 156.452 110.287 157.048 111.18C157.644 112.072 156.912 114.378 156.912 114.378C156.912 114.378 158.616 111.724 158.612 112.158C158.6 113.498 157.299 114.547 157.299 114.547C157.299 114.547 160.028 112.529 159.581 113.348C159.134 114.166 157.389 114.939 157.389 114.939C157.389 114.939 160.534 114.306 159.417 114.752C158.299 115.198 157.235 115.505 157.235 115.505H156.366C156.366 115.505 153.396 114.017 154.514 114.24C155.631 114.463 156.228 114.835 156.228 114.835Z",fill:"#17282F"}),H("path",{d:"M187.78 107.103C187.78 107.103 185.921 105.18 186.443 105.237C186.965 105.295 187.941 106.734 187.941 106.734C187.941 106.734 187.955 103.563 188.418 104.258C188.882 104.953 188.313 106.747 188.313 106.747C188.313 106.747 189.639 104.681 189.636 105.019C189.627 106.062 188.614 106.879 188.614 106.879C188.614 106.879 190.737 105.308 190.39 105.945C190.041 106.582 188.684 107.184 188.684 107.184C188.684 107.184 191.132 106.691 190.262 107.038C189.392 107.385 188.564 107.624 188.564 107.624H187.888C187.888 107.624 185.576 106.466 186.446 106.64C187.316 106.813 187.78 107.103 187.78 107.103Z",fill:"#17282F"}),H("path",{d:"M217.074 100.204C217.074 100.204 215.214 98.2812 215.736 98.3391C216.258 98.3967 217.235 99.835 217.235 99.835C217.235 99.835 217.248 96.6647 217.712 97.3591C218.176 98.0542 217.606 99.8484 217.606 99.8484C217.606 99.8484 218.932 97.7831 218.929 98.1206C218.92 99.1638 217.908 99.9802 217.908 99.9802C217.908 99.9802 220.031 98.4098 219.683 99.0467C219.335 99.6832 217.978 100.285 217.978 100.285C217.978 100.285 220.426 99.7921 219.556 100.14C218.686 100.487 217.858 100.725 217.858 100.725H217.182C217.182 100.725 214.87 99.5674 215.74 99.7414C216.61 99.9148 217.074 100.204 217.074 100.204Z",fill:"#17282F"}),H("path",{d:"M179.74 115.961C179.74 115.961 177.519 113.664 178.142 113.733C178.765 113.802 179.932 115.52 179.932 115.52C179.932 115.52 179.948 111.733 180.502 112.563C181.057 113.393 180.376 115.536 180.376 115.536C180.376 115.536 181.96 113.069 181.956 113.472C181.945 114.719 180.736 115.693 180.736 115.693C180.736 115.693 183.272 113.818 182.857 114.578C182.441 115.339 180.819 116.058 180.819 116.058C180.819 116.058 183.743 115.469 182.704 115.884C181.665 116.299 180.677 116.584 180.677 116.584H179.869C179.869 116.584 177.107 115.2 178.146 115.408C179.185 115.615 179.74 115.961 179.74 115.961Z",fill:"#008490",fillOpacity:"0.02"}),H("path",{d:"M135.91 105.886L116.156 83.7793L111.871 87.2008L90.3653 54.8792L71.6226 59.0482L66.03 48.6187L60.5812 48.3322L50.1982 27.8907L34.6629 42.0403L27.2081 39.3826L0 67.075L0.23386 67.3043L27.2952 39.7611L34.738 42.4145L50.1009 28.4223L60.3748 48.6492L65.8282 48.9357L71.4512 59.4214L90.2168 55.2475L111.796 87.6797L116.118 84.2284L135.666 106.104L135.91 105.886Z",fill:"#17282F"}),H("path",{d:"M139.595 110.01L137.534 107.705L137.29 107.922L139.35 110.228",fill:"#17282F"}),H("path",{d:"M61.4241 61.7655L59.7998 62.2048L59.8857 62.5204L61.51 62.0811",fill:"#17282F"}),H("path",{d:"M71.4559 59.0534L63.2529 61.2712L63.3385 61.5869L71.5414 59.3691",fill:"#17282F"}),H("path",{d:"M40.6883 49.8899L45.3162 43.0697L45.0046 40.7355L50.2548 30.0997L49.9608 29.9551L44.6664 40.6802L44.9751 42.9896L40.417 49.7064L40.6883 49.8899Z",fill:"#17282F"}),H("path",{d:"M38.7679 52.7187L39.9204 51.0207L39.6491 50.8372L38.4966 52.5352",fill:"#17282F"}),H("path",{d:"M31.3737 56.5337L23.9248 66.6158L24.1886 66.8098L31.6374 56.7277",fill:"#17282F"}),H("path",{d:"M27.4731 40.7744L29.3499 44.9895L33.5005 48.3652L33.0454 54.2701L32.0588 55.606L32.3225 55.8L33.3649 54.3889L33.8403 48.22L29.6176 44.7851L27.7727 40.6413L27.4731 40.7744Z",fill:"#17282F"}),H("path",{d:"M65.8163 48.6587L62.083 52.2127L60.7929 50.0662L60.5117 50.2343L62.0128 52.7314L66.0424 48.8955L65.8163 48.6587Z",fill:"#17282F"}),H("path",{d:"M222.756 90.0172L192.47 68.6922L183.293 81.6263L171.986 77.8643L154.479 102.33L143.198 99.9171L137.482 104.807L137.696 105.056L143.288 100.271L154.621 102.695L172.112 78.2509L183.419 82.0133L192.549 69.1479L222.568 90.2845L222.756 90.0172Z",fill:"#17282F"}),H("path",{d:"M192.35 68.8839L188.809 84.4221L184.762 82.6551L184.631 82.9547L189.04 84.8804L192.669 68.9565L192.35 68.8839Z",fill:"#17282F"}),H("path",{d:"M171.991 78.9274L163.184 104.513L157.245 103.482L157.188 103.804L163.403 104.883L172.301 79.0334L171.991 78.9274Z",fill:"#17282F"}),H("path",{d:"M171.737 77.143C163.89 77.143 157.529 83.4493 157.529 91.2285C157.529 94.8355 158.897 98.1249 161.146 100.617C162.175 100.468 164.05 100.366 166.123 101.069C168.869 102.002 170.58 103.53 170.955 103.887H172.229C172.603 103.53 174.315 102.002 177.061 101.069C179.318 100.303 181.341 100.493 182.292 100.657C184.562 98.1605 185.944 94.8548 185.944 91.2285C185.944 83.4493 179.584 77.143 171.737 77.143Z",fill:"#008490",fillOpacity:"0.02"}),H("path",{d:"M178.35 96.8786C177.913 97.0896 177.48 97.3078 177.052 97.5357C176.624 97.769 176.205 98.0228 175.811 98.2999C175.663 98.4029 175.517 98.5089 175.372 98.6149L177.699 94.2873L174.506 99.2792C174.182 99.5393 173.865 99.8042 173.553 100.075C173.037 100.523 172.535 100.98 172.044 101.45L171.882 96.7549L175.223 91.6763L171.857 96.0445L171.712 91.8421L171.472 96.5443L171.471 96.5453L171.472 96.5456L171.231 101.259C170.805 100.856 170.371 100.461 169.925 100.075C169.575 99.7712 169.218 99.4725 168.853 99.1827L165.832 94.0324L168.051 98.5756C167.924 98.483 167.797 98.3898 167.667 98.2999C167.273 98.0228 166.853 97.769 166.426 97.5357C165.998 97.3078 165.565 97.0896 165.128 96.8786C164.253 96.4596 163.36 96.067 162.439 95.7432C163.334 96.1213 164.192 96.5649 165.03 97.033C165.448 97.2685 165.862 97.5106 166.268 97.7614C166.669 98.0143 167.054 98.2819 167.419 98.5769C168.155 99.1585 168.843 99.7938 169.505 100.449C170.083 101.022 170.646 101.615 171.182 102.217L170.877 108.199H172.277L172.079 102.46C172.679 101.775 173.317 101.1 173.973 100.449C174.635 99.7938 175.322 99.1585 176.058 98.5769C176.424 98.2819 176.809 98.0143 177.209 97.7614C177.616 97.5106 178.029 97.2685 178.448 97.033C179.286 96.5649 180.144 96.1213 181.039 95.7432C180.117 96.067 179.225 96.4596 178.35 96.8786Z",fill:"#17282F"}),H("path",{d:"M62.6535 96.471C62.6535 100.518 60.38 100.823 57.5754 100.823C54.7707 100.823 52.4976 100.518 52.4976 96.471C52.4976 92.4237 54.7707 83.9635 57.5754 83.9635C60.38 83.9635 62.6535 92.4237 62.6535 96.471Z",fill:"#008490",fillOpacity:"0.02"}),H("path",{d:"M59.2925 98.3071L58.4523 98.365L60.6403 96.8927L59.0779 97.681L59.2925 97.0651L58.5782 97.9332L57.7403 98.3558L57.6737 95.4498L58.1174 94.3743L57.6629 94.9791L57.6243 93.2939L59.0159 91.4418L57.6148 92.8738L57.5299 89.1648L57.4548 91.5389L56.5622 90.5449L57.4404 91.9946L57.3215 95.755L56.5445 95.2477L55.8364 93.9945L56.1202 94.9709L54.7305 94.0635L57.3051 96.2803L56.9152 108.622H57.9752L57.7514 98.837L57.9962 98.6721L59.2925 98.3071Z",fill:"#17282F"}),H("path",{d:"M199.236 82.5327C199.236 90.4412 194.794 91.0381 189.313 91.0381C183.834 91.0381 179.391 90.4412 179.391 82.5327C179.391 74.625 183.834 58.0937 189.313 58.0937C194.794 58.0937 199.236 74.625 199.236 82.5327Z",fill:"#008490",fillOpacity:"0.02"}),H("path",{d:"M189.313 91.0381C188.13 91.0381 186.994 91.0103 185.941 90.887C182.121 90.4389 179.391 88.7324 179.391 82.5327C179.391 74.625 183.834 58.0937 189.313 58.0937C194.794 58.0937 199.236 74.625 199.236 82.5327C199.236 90.4412 194.794 91.0381 189.313 91.0381Z",fill:"#94D9AE"}),H("path",{d:"M192.668 86.1211L191.027 86.2342L195.302 83.3574L192.249 84.8977L192.668 83.6943L191.272 85.3906L189.635 86.2166L189.505 80.5377L190.372 78.4361L189.484 79.6179L189.409 76.3252L192.128 72.7058L189.39 75.5042L189.224 68.2569L189.078 72.8955L187.333 70.9535L189.05 73.7866L188.817 81.134L187.299 80.1429L185.915 77.6945L186.47 79.6019L183.754 77.8293L188.785 82.1608L188.023 106.277H190.094L189.657 87.156L190.135 86.8345L192.668 86.1211Z",fill:"#17282F"}),H("path",{d:"M220.476 85.6455C220.476 89.6927 218.202 89.9983 215.397 89.9983C212.593 89.9983 210.319 89.6927 210.319 85.6455C210.319 81.5982 212.593 73.1383 215.397 73.1383C218.202 73.1383 220.476 81.5982 220.476 85.6455Z",fill:"#008490",fillOpacity:"0.02"}),H("path",{d:"M215.397 89.9983C215.083 89.9983 214.774 89.9943 214.475 89.9816C212.111 89.8825 210.319 89.2384 210.319 85.6455C210.319 81.5982 212.593 73.1383 215.397 73.1383C218.202 73.1383 220.476 81.5982 220.476 85.6455C220.476 86.6997 220.322 87.4998 220.044 88.1073C219.997 88.2103 219.946 88.3081 219.892 88.4003C219.041 89.8504 217.347 89.9983 215.397 89.9983Z",fill:"#ADE2C0"}),H("path",{d:"M217.115 87.4818L216.275 87.5397L218.463 86.0674L216.9 86.8558L217.115 86.2398L216.401 87.108L215.563 87.5309L215.496 84.6246L215.94 83.5491L215.486 84.1535L215.447 82.4686L216.839 80.6166L215.437 82.0483L215.352 78.3396L215.277 80.7134L214.384 79.7196L215.263 81.1694L215.144 84.9294L214.367 84.4224L213.659 83.1696L213.943 84.1454L212.553 83.2386L215.128 85.4551L214.738 97.7971H215.798L215.574 88.0114L215.819 87.8466L217.115 87.4818Z",fill:"#17282F"}),H("path",{d:"M13.4865 82.2233C13.4865 86.2702 11.2131 86.5761 8.40855 86.5761C5.60402 86.5761 3.33057 86.2702 3.33057 82.2233C3.33057 78.176 5.60402 69.7161 8.40855 69.7161C11.2131 69.7161 13.4865 78.176 13.4865 82.2233Z",fill:"#008490",fillOpacity:"0.02"}),H("path",{d:"M8.40855 86.5761C5.60402 86.5761 3.33057 86.2702 3.33057 82.2233C3.33057 78.176 5.60402 69.7161 8.40855 69.7161C11.2131 69.7161 13.4865 78.176 13.4865 82.2233C13.4865 86.2702 11.2131 86.5761 8.40855 86.5761Z",fill:"#ADE2C0"}),H("path",{d:"M10.1249 84.0593L9.28504 84.1172L11.4729 82.6449L9.91033 83.4333L10.1249 82.8173L9.41048 83.6858L8.57272 84.1084L8.50616 81.2021L8.94995 80.1265L8.49551 80.7317L8.45688 79.0461L9.84853 77.194L8.44715 78.6261L8.36241 74.9171L8.28727 77.2912L7.39472 76.2971L8.27292 77.7468L8.15413 81.5076L7.37693 81.0002L6.66893 79.7471L6.9527 80.7232L5.56299 79.8161L8.13752 82.0326L7.7476 94.3746H8.80786L8.58386 84.5892L8.82861 84.4247L10.1249 84.0593Z",fill:"#17282F"}),H("path",{d:"M38.6504 73.045C30.8038 73.045 24.4429 79.3516 24.4429 87.1309C24.4429 90.7375 25.8107 94.0272 28.0596 96.5191C29.0883 96.3703 30.9636 96.2682 33.0362 96.9718C35.7825 97.9044 37.494 99.4323 37.8686 99.7895H39.1419C39.5168 99.4323 41.228 97.9044 43.9747 96.9718C46.2311 96.2054 48.2542 96.3948 49.2052 96.5594C51.4754 94.0626 52.8576 90.7572 52.8576 87.1309C52.8576 79.3516 46.4969 73.045 38.6504 73.045Z",fill:"#008490",fillOpacity:"0.02"}),H("path",{d:"M39.1419 99.7895H37.8686C37.494 99.4323 35.7825 97.9044 33.0362 96.9718C31.7627 96.5394 30.5639 96.4112 29.5901 96.4112C28.9789 96.4112 28.4562 96.4619 28.0596 96.5191C25.8107 94.0272 24.4429 90.7375 24.4429 87.1309C24.4429 79.3516 30.8038 73.045 38.6504 73.045C46.4969 73.045 52.8576 79.3516 52.8576 87.1309C52.8576 90.7572 51.4754 94.0626 49.2052 96.5594C48.7907 96.4877 48.1726 96.4112 47.4206 96.4112C46.4467 96.4112 45.2477 96.5394 43.9747 96.9718C41.228 97.9044 39.5168 99.4323 39.1419 99.7895Z",fill:"#95D9AF"}),H("path",{d:"M45.2643 92.7806C44.8271 92.9919 44.3939 93.2101 43.9663 93.4378C43.5383 93.6713 43.1186 93.9248 42.7254 94.2022C42.5766 94.3052 42.4314 94.4112 42.2863 94.5172L44.6135 90.1896L41.4199 95.1812C41.0964 95.4413 40.7786 95.7066 40.4666 95.9771C39.9508 96.4249 39.4495 96.8819 38.958 97.3526L38.7958 92.6573L42.1368 87.5786L38.7712 91.9468L38.626 87.7445L38.3861 92.4466L38.3855 92.4476L38.3861 92.4479L38.1453 97.1609C37.7186 96.7579 37.2848 96.3637 36.8395 95.9771C36.4888 95.6732 36.1326 95.3749 35.7673 95.0847L32.7459 89.9345L34.9651 94.478C34.8376 94.3854 34.7108 94.2922 34.5807 94.2022C34.1872 93.9248 33.7677 93.6713 33.3398 93.4378C32.9122 93.2101 32.4788 92.9919 32.0418 92.7806C31.1665 92.3616 30.2745 91.9694 29.3535 91.6456C30.2484 92.0237 31.1061 92.4669 31.9443 92.9353C32.3625 93.1708 32.7758 93.4129 33.1825 93.6638C33.5829 93.9166 33.9676 94.1839 34.3333 94.4793C35.0693 95.0609 35.7571 95.6961 36.419 96.3513C36.9974 96.9244 37.56 97.5177 38.0965 98.1193L37.7911 104.101H39.1913L38.993 98.3623C39.5927 97.6771 40.2307 97.0019 40.887 96.3513C41.549 95.6961 42.2365 95.0609 42.9728 94.4793C43.3381 94.1839 43.7232 93.9166 44.1236 93.6638C44.5303 93.4129 44.9435 93.1708 45.3619 92.9353C46.1998 92.4669 47.0577 92.0237 47.9526 91.6456C47.0315 91.9694 46.1395 92.3616 45.2643 92.7806Z",fill:"#17282F"}),H("path",{d:"M222.222 90.9076C199.714 103.363 159.89 111.653 114.527 111.652C89.4436 111.652 66.0554 109.119 46.3503 104.747C26.6456 100.376 10.6235 94.163 0.280159 86.8191L0.090332 87.0857C10.4923 94.4691 26.5466 100.688 46.2792 105.066C66.0115 109.444 89.4214 111.979 114.527 111.979C159.932 111.977 199.787 103.692 222.381 91.1938L222.222 90.9076Z",fill:"#17282F"}),H("path",{d:"M226.965 88.0539C226.002 88.6866 224.996 89.3107 223.948 89.925L224.114 90.2069C225.166 89.59 226.177 88.963 227.145 88.3271L226.965 88.0539Z",fill:"#17282F"}),H("path",{d:"M213.278 84.9877C213.278 93.2569 208.633 93.8817 202.902 93.8817C197.172 93.8817 192.526 93.2569 192.526 84.9877C192.526 76.7184 197.172 59.4322 202.902 59.4322C208.633 59.4322 213.278 76.7184 213.278 84.9877Z",fill:"#008490",fillOpacity:"0.02"}),H("path",{d:"M206.41 88.7399L204.694 88.8577L209.164 85.8496L205.971 87.4606L206.41 86.2019L204.95 87.9758L203.238 88.8397L203.102 82.9014L204.009 80.7039L203.08 81.9397L203.001 78.4963L205.845 74.712L202.982 77.6379L202.808 70.0595L202.655 74.9102L200.831 72.8792L202.626 75.8418L202.383 83.5252L200.795 82.4886L199.348 79.9283L199.928 81.9227L197.088 80.0693L202.349 84.5987L201.552 109.816H203.718L203.261 89.822L203.761 89.4854L206.41 88.7399Z",fill:"#17282F"}),H("path",{d:"M202.202 110.039C202.202 110.039 198.373 106.078 199.448 106.198C200.523 106.317 202.534 109.279 202.534 109.279C202.534 109.279 202.562 102.749 203.518 104.18C204.473 105.61 203.299 109.306 203.299 109.306C203.299 109.306 206.03 105.052 206.025 105.747C206.006 107.896 203.92 109.577 203.92 109.577C203.92 109.577 208.293 106.343 207.577 107.655C206.86 108.966 204.064 110.206 204.064 110.206C204.064 110.206 209.106 109.19 207.314 109.906C205.523 110.621 203.818 111.112 203.818 111.112H202.425C202.425 111.112 197.664 108.728 199.456 109.085C201.247 109.443 202.202 110.039 202.202 110.039Z",fill:"#17282F"}),H("path",{d:"M18.7489 105.121C18.7489 105.121 15.4367 101.695 16.3664 101.799C17.296 101.902 19.036 104.463 19.036 104.463C19.036 104.463 19.0599 98.816 19.8864 100.053C20.7128 101.291 19.6974 104.487 19.6974 104.487C19.6974 104.487 22.0599 100.808 22.0545 101.409C22.0383 103.268 20.2343 104.722 20.2343 104.722C20.2343 104.722 24.0173 101.925 23.3976 103.059C22.7776 104.193 20.3589 105.265 20.3589 105.265C20.3589 105.265 24.7198 104.387 23.1703 105.006C21.6206 105.624 20.1463 106.049 20.1463 106.049H18.9414C18.9414 106.049 14.8236 103.987 16.373 104.296C17.9226 104.606 18.7489 105.121 18.7489 105.121Z",fill:"#17282F"}),H("path",{d:"M30.7213 80.4798C30.7213 88.7582 26.0709 89.3833 20.3344 89.3833C14.5977 89.3833 9.94727 88.7582 9.94727 80.4798C9.94727 72.2014 14.5977 54.8966 20.3344 54.8966C26.0709 54.8966 30.7213 72.2014 30.7213 80.4798Z",fill:"#008490",fillOpacity:"0.02"}),H("path",{d:"M23.8465 84.2356L22.1286 84.3544L26.6036 81.3427L23.4076 82.9553L23.8465 81.6957L22.3854 83.4709L20.6715 84.3357L20.5356 78.3912L21.4429 76.1911L20.5135 77.4282L20.4346 73.9815L23.281 70.193L20.4149 73.1222L20.2412 65.5353L20.0879 70.3912L18.2618 68.3579L20.0583 71.3241L19.8153 79.0154L18.2256 77.9781L16.7772 75.4149L17.3579 77.4116L14.5151 75.5559L19.7814 80.0902L18.9838 105.336H21.1523L20.6941 85.3197L21.1949 84.9824L23.8465 84.2356Z",fill:"#17282F"}),H("path",{d:"M55.012 113.728C55.012 113.728 51.6997 110.302 52.6294 110.405C53.5593 110.508 55.299 113.07 55.299 113.07C55.299 113.07 55.3233 107.423 56.1497 108.66C56.9758 109.897 55.9606 113.093 55.9606 113.093C55.9606 113.093 58.3229 109.415 58.3177 110.015C58.3013 111.874 56.4977 113.328 56.4977 113.328C56.4977 113.328 60.2802 110.531 59.6605 111.665C59.0409 112.8 56.6219 113.872 56.6219 113.872C56.6219 113.872 60.9827 112.993 59.4331 113.612C57.8838 114.231 56.4092 114.655 56.4092 114.655H55.2047C55.2047 114.655 51.0866 112.593 52.6363 112.903C54.1856 113.212 55.012 113.728 55.012 113.728Z",fill:"#17282F"}),H("path",{d:"M72.5924 121.235C72.5924 121.235 69.2798 117.809 70.2098 117.912C71.1394 118.015 72.8791 120.577 72.8791 120.577C72.8791 120.577 72.9034 114.93 73.7298 116.167C74.5562 117.404 73.5407 120.6 73.5407 120.6C73.5407 120.6 75.903 116.922 75.8977 117.523C75.8814 119.382 74.0778 120.835 74.0778 120.835C74.0778 120.835 77.8606 118.038 77.2406 119.172C76.621 120.307 74.2023 121.379 74.2023 121.379C74.2023 121.379 78.5628 120.501 77.0135 121.119C75.4639 121.738 73.9896 122.163 73.9896 122.163H72.7847C72.7847 122.163 68.6667 120.101 70.2163 120.41C71.766 120.719 72.5924 121.235 72.5924 121.235Z",fill:"#17282F"}),H("path",{d:"M119.748 116.194C119.748 116.194 117.358 113.723 118.029 113.797C118.699 113.872 119.954 115.72 119.954 115.72C119.954 115.72 119.972 111.646 120.568 112.539C121.164 113.431 120.431 115.737 120.431 115.737C120.431 115.737 122.136 113.083 122.132 113.516C122.12 114.857 120.819 115.906 120.819 115.906C120.819 115.906 123.548 113.888 123.1 114.706C122.653 115.525 120.909 116.298 120.909 116.298C120.909 116.298 124.054 115.664 122.937 116.111C121.819 116.557 120.755 116.863 120.755 116.863H119.886C119.886 116.863 116.916 115.376 118.034 115.599C119.151 115.822 119.748 116.194 119.748 116.194Z",fill:"#17282F"}),H("path",{d:"M212.492 110.281C212.492 110.281 210.632 108.358 211.154 108.416C211.676 108.474 212.653 109.912 212.653 109.912C212.653 109.912 212.666 106.742 213.13 107.436C213.594 108.131 213.024 109.926 213.024 109.926C213.024 109.926 214.351 107.86 214.348 108.197C214.338 109.241 213.326 110.057 213.326 110.057C213.326 110.057 215.449 108.487 215.101 109.123C214.753 109.76 213.396 110.362 213.396 110.362C213.396 110.362 215.843 109.869 214.974 110.216C214.104 110.564 213.276 110.802 213.276 110.802H212.6C212.6 110.802 210.288 109.645 211.158 109.818C212.028 109.992 212.492 110.281 212.492 110.281Z",fill:"#17282F"}),H("path",{d:"M87.2932 116.207C87.2932 116.207 83.9813 112.782 84.9106 112.885C85.8406 112.988 87.5803 115.549 87.5803 115.549C87.5803 115.549 87.6045 109.902 88.431 111.139C89.2574 112.377 88.2419 115.573 88.2419 115.573C88.2419 115.573 90.6042 111.894 90.5989 112.495C90.5829 114.354 88.779 115.808 88.779 115.808C88.779 115.808 92.5618 113.01 91.9421 114.145C91.3221 115.279 88.9035 116.351 88.9035 116.351C88.9035 116.351 93.2643 115.473 91.7147 116.092C90.1651 116.711 88.6908 117.136 88.6908 117.136H87.4859C87.4859 117.136 83.3679 115.073 84.9175 115.382C86.4671 115.691 87.2932 116.207 87.2932 116.207Z",fill:"#008490",fillOpacity:"0.02"}),H("path",{d:"M63.3914 113.932C63.3914 113.932 61.1704 111.634 61.794 111.703C62.4172 111.772 63.5838 113.49 63.5838 113.49C63.5838 113.49 63.6002 109.703 64.1543 110.533C64.7084 111.363 64.0275 113.506 64.0275 113.506C64.0275 113.506 65.6115 111.039 65.6082 111.442C65.5974 112.689 64.3876 113.663 64.3876 113.663C64.3876 113.663 66.9242 111.788 66.5087 112.548C66.0932 113.309 64.4712 114.028 64.4712 114.028C64.4712 114.028 67.3954 113.439 66.3563 113.854C65.3173 114.269 64.3286 114.554 64.3286 114.554H63.5206C63.5206 114.554 60.7591 113.17 61.7982 113.378C62.8373 113.586 63.3914 113.932 63.3914 113.932Z",fill:"#008490",fillOpacity:"0.02"}),H("path",{d:"M35.6371 123.005C35.6371 123.005 33.416 120.708 34.0393 120.777C34.6628 120.846 35.8294 122.564 35.8294 122.564C35.8294 122.564 35.8458 118.777 36.3996 119.607C36.954 120.437 36.2731 122.58 36.2731 122.58C36.2731 122.58 37.8571 120.113 37.8538 120.516C37.8427 121.762 36.6332 122.738 36.6332 122.738C36.6332 122.738 39.1698 120.862 38.7543 121.622C38.3385 122.383 36.7164 123.102 36.7164 123.102C36.7164 123.102 39.641 122.513 38.602 122.928C37.5629 123.343 36.5739 123.628 36.5739 123.628H35.7662C35.7662 123.628 33.0048 122.245 34.0438 122.452C35.0829 122.659 35.6371 123.005 35.6371 123.005Z",fill:"#008490",fillOpacity:"0.02"}),H("path",{d:"M109.946 123.45C109.946 123.45 107.725 121.153 108.348 121.222C108.972 121.292 110.139 123.009 110.139 123.009C110.139 123.009 110.155 119.222 110.709 120.052C111.263 120.882 110.582 123.025 110.582 123.025C110.582 123.025 112.166 120.558 112.163 120.961C112.151 122.208 110.942 123.183 110.942 123.183C110.942 123.183 113.479 121.307 113.063 122.068C112.648 122.828 111.026 123.547 111.026 123.547C111.026 123.547 113.95 122.958 112.911 123.373C111.872 123.788 110.883 124.073 110.883 124.073H110.075C110.075 124.073 107.314 122.69 108.353 122.897C109.392 123.105 109.946 123.45 109.946 123.45Z",fill:"#008490",fillOpacity:"0.02"}),H("path",{d:"M145.982 123.57C145.982 123.57 143.761 121.273 144.385 121.343C145.008 121.412 146.175 123.129 146.175 123.129C146.175 123.129 146.191 119.343 146.745 120.172C147.3 121.002 146.619 123.145 146.619 123.145C146.619 123.145 148.203 120.678 148.199 121.081C148.188 122.328 146.979 123.303 146.979 123.303C146.979 123.303 149.515 121.427 149.1 122.188C148.684 122.948 147.062 123.667 147.062 123.667C147.062 123.667 149.986 123.078 148.947 123.493C147.908 123.908 146.919 124.193 146.919 124.193H146.112C146.112 124.193 143.35 122.81 144.39 123.017C145.429 123.225 145.982 123.57 145.982 123.57Z",fill:"#008490",fillOpacity:"0.02"}),H("path",{d:"M212.983 116.384C212.983 116.384 209.601 112.886 210.55 112.992C211.5 113.097 213.276 115.712 213.276 115.712C213.276 115.712 213.301 109.947 214.144 111.21C214.988 112.474 213.951 115.737 213.951 115.737C213.951 115.737 216.363 111.981 216.358 112.594C216.341 114.492 214.5 115.977 214.5 115.977C214.5 115.977 218.362 113.12 217.729 114.279C217.096 115.437 214.627 116.531 214.627 116.531C214.627 116.531 219.079 115.635 217.497 116.266C215.915 116.898 214.409 117.331 214.409 117.331H213.179C213.179 117.331 208.975 115.226 210.557 115.542C212.139 115.858 212.983 116.384 212.983 116.384Z",fill:"#008490",fillOpacity:"0.02"}),H("path",{d:"M11.4784 116.384C11.4784 116.384 8.09671 112.886 9.04585 112.992C9.99499 113.097 11.7713 115.712 11.7713 115.712C11.7713 115.712 11.796 109.947 12.6396 111.21C13.4833 112.474 12.4467 115.737 12.4467 115.737C12.4467 115.737 14.8587 111.981 14.8533 112.594C14.8366 114.492 12.995 115.977 12.995 115.977C12.995 115.977 16.8572 113.12 16.2243 114.279C15.5915 115.437 13.1221 116.531 13.1221 116.531C13.1221 116.531 17.5742 115.635 15.9924 116.266C14.4103 116.898 12.905 117.331 12.905 117.331H11.6749C11.6749 117.331 7.47063 115.226 9.05276 115.542C10.6346 115.858 11.4784 116.384 11.4784 116.384Z",fill:"#008490",fillOpacity:"0.02"}),H("path",{d:"M28.1605 111.446C28.1605 111.446 24.6996 105.488 25.6869 105.028C26.6739 104.568 28.7142 109.101 28.7142 109.101C28.7142 109.101 28.3193 100.561 29.2405 101.349C30.1619 102.137 31.0174 108.181 31.0174 108.181C31.0174 108.181 32.8601 101.612 33.4525 102.992C34.0446 104.371 32.979 108.545 32.979 108.545C32.979 108.545 35.6241 103.517 35.8875 105.159C36.1507 106.802 34.6371 109.495 34.6371 109.495C34.6371 109.495 38.125 106.014 38.3881 107.393C38.6512 108.772 37.4667 110.152 37.4667 110.152C37.4667 110.152 42.0733 107.656 40.9546 109.035C39.8358 110.415 38.1905 112.188 38.1905 112.188C38.1905 112.188 42.5999 110.612 42.0733 111.532C41.547 112.451 39.5727 113.437 39.5727 113.437C39.5727 113.437 43.1923 112.78 42.7971 113.371C42.4026 113.962 41.4834 114.543 41.4834 114.543H25.0945C25.0945 114.543 20.7511 112.977 22.4622 112.845C24.1733 112.714 25.7527 113.437 25.7527 113.437C25.7527 113.437 20.4222 109.823 22.9228 109.561C25.4237 109.298 27.4637 112.451 27.4637 112.451C27.4637 112.451 23.9101 107.459 25.1604 108.247L28.1605 111.446Z",fill:"#008490",fillOpacity:"0.02"}),H("path",{d:"M28.384 113.141C28.384 113.141 23.9157 108.519 25.1697 108.658C26.424 108.797 28.771 112.253 28.771 112.253C28.771 112.253 28.8035 104.635 29.9183 106.304C31.0332 107.973 29.6634 112.285 29.6634 112.285C29.6634 112.285 32.8503 107.322 32.8435 108.133C32.8212 110.64 30.3878 112.602 30.3878 112.602C30.3878 112.602 35.4912 108.828 34.6549 110.358C33.8186 111.889 30.5558 113.334 30.5558 113.334C30.5558 113.334 36.4385 112.15 34.3482 112.985C32.2579 113.819 30.2691 114.393 30.2691 114.393H28.6436C28.6436 114.393 23.0885 111.61 25.1788 112.028C27.2691 112.445 28.384 113.141 28.384 113.141Z",fill:"#17282F"}),H("path",{d:"M28.3833 113.141L28.5011 113.027C28.501 113.027 28.448 112.972 28.3545 112.874C28.0268 112.53 27.206 111.657 26.4697 110.787C26.1018 110.353 25.7547 109.919 25.5029 109.557C25.3772 109.376 25.2752 109.212 25.2074 109.079C25.1383 108.947 25.1086 108.84 25.1109 108.806L25.1114 108.796H25.1113L25.0697 108.783L25.0912 108.82L25.1113 108.796L25.0697 108.783L25.0912 108.82L25.0914 108.821L25.1169 108.819L25.1508 108.821C25.3976 108.844 25.7696 109.066 26.1535 109.402C26.733 109.904 27.3573 110.642 27.8322 111.253C28.0699 111.558 28.271 111.831 28.4123 112.028C28.483 112.127 28.5388 112.206 28.5768 112.261C28.6148 112.315 28.6347 112.344 28.6348 112.344L28.932 112.782L28.9342 112.254C28.9342 112.253 28.9358 111.869 28.9511 111.29C28.9739 110.423 29.0278 109.12 29.1517 108.041C29.2134 107.503 29.2935 107.019 29.3922 106.682C29.4408 106.513 29.4955 106.382 29.545 106.306C29.5695 106.268 29.592 106.245 29.6052 106.236L29.6173 106.229L29.618 106.228C29.618 106.228 29.6278 106.227 29.6589 106.251C29.6891 106.274 29.7326 106.321 29.7813 106.395C30.0743 106.83 30.1922 107.507 30.1908 108.247C30.191 109.157 30.0204 110.158 29.8487 110.928C29.763 111.313 29.6771 111.641 29.613 111.872C29.5809 111.987 29.5541 112.078 29.5354 112.141C29.5168 112.203 29.5065 112.235 29.5065 112.235L29.1319 113.414L29.8006 112.373C29.801 112.372 29.9703 112.109 30.2316 111.712C30.6234 111.116 31.2209 110.223 31.7566 109.481C32.0243 109.11 32.277 108.777 32.4778 108.54C32.5779 108.422 32.6656 108.329 32.7312 108.269C32.7637 108.24 32.791 108.219 32.8067 108.209L32.8182 108.203L32.7923 108.135V108.207L32.8182 108.203L32.7923 108.135V108.207V108.087L32.7337 108.191L32.7923 108.207V108.087L32.7337 108.191L32.789 108.093L32.6809 108.131C32.6843 108.143 32.7008 108.173 32.7337 108.191L32.789 108.093L32.6809 108.131L32.7243 108.116L32.6784 108.122L32.6809 108.131L32.7243 108.116L32.6784 108.122L32.6788 108.13V108.132V108.131C32.6694 109.331 32.0761 110.42 31.4761 111.209C31.1767 111.603 30.8771 111.921 30.6531 112.139C30.5412 112.248 30.4482 112.333 30.3836 112.39C30.3512 112.418 30.326 112.44 30.309 112.454L30.2842 112.474L30.4847 112.733C30.4853 112.733 30.7041 112.571 31.0449 112.327C31.5562 111.961 32.3402 111.412 33.0593 110.956C33.4188 110.729 33.7626 110.524 34.0447 110.379C34.1856 110.307 34.3111 110.249 34.4127 110.211C34.5136 110.172 34.5939 110.155 34.6237 110.156L34.6326 110.157H34.6332L34.6503 110.09L34.5968 110.13L34.6332 110.157L34.6503 110.09L34.5968 110.13L34.6575 110.085L34.5844 110.106L34.5968 110.13L34.6575 110.085L34.5844 110.106L34.6122 110.098H34.5828L34.5844 110.106L34.6122 110.098H34.5828C34.5854 110.104 34.5687 110.176 34.5103 110.28C34.1269 110.991 33.1173 111.736 32.2065 112.28C31.7513 112.553 31.3206 112.78 31.0046 112.938C30.8465 113.017 30.717 113.079 30.6273 113.121C30.5375 113.163 30.4886 113.185 30.4885 113.185L29.1253 113.789L30.5874 113.495C30.588 113.495 30.7878 113.454 31.1018 113.394C31.5727 113.303 32.2989 113.167 32.9836 113.053C33.6662 112.939 34.317 112.85 34.6027 112.85C34.6575 112.85 34.6984 112.854 34.7089 112.857L34.7092 112.856L34.7089 112.857V112.857L34.7092 112.856L34.7089 112.857L34.7463 112.76L34.6735 112.833L34.7089 112.857L34.7463 112.76L34.6735 112.833L34.7728 112.734H34.6329C34.6316 112.773 34.6542 112.816 34.6735 112.833L34.7728 112.734H34.6329H34.761L34.6519 112.665C34.6453 112.675 34.6332 112.698 34.6329 112.734H34.761L34.6519 112.665L34.704 112.698L34.6614 112.653L34.6519 112.665L34.704 112.698L34.6614 112.653C34.6601 112.655 34.6221 112.682 34.5588 112.713C34.4953 112.746 34.4045 112.786 34.2869 112.833C33.2461 113.248 32.2293 113.599 31.4731 113.846C31.0951 113.97 30.7822 114.067 30.5639 114.133C30.3456 114.2 30.2232 114.235 30.2229 114.235L30.2683 114.393V114.229H28.6429V114.393L28.7163 114.246C28.7157 114.246 28.4714 114.124 28.1033 113.933C27.5512 113.648 26.7227 113.211 26.0352 112.812C25.6918 112.613 25.3833 112.423 25.1657 112.269C25.0573 112.192 24.9712 112.124 24.9187 112.073L24.8686 112.017L24.8655 112.012L24.8384 112.028L24.8677 112.018L24.8655 112.012L24.8384 112.028L24.8677 112.018L24.779 112.046H24.8717L24.8677 112.018L24.779 112.046H24.8717H24.7519L24.8482 112.117L24.8717 112.046H24.7519L24.8482 112.117L24.7622 112.054L24.8162 112.146L24.8482 112.117L24.7622 112.054L24.8162 112.146L24.7858 112.094L24.8048 112.151L24.8162 112.146L24.7858 112.094L24.8048 112.151H24.8055L24.8477 112.149C24.9046 112.148 25.0062 112.16 25.146 112.188C26.1794 112.394 26.9703 112.669 27.5012 112.891C27.7667 113.003 27.9671 113.1 28.1004 113.17C28.1671 113.205 28.2169 113.233 28.2496 113.251L28.286 113.273L28.2965 113.279L29.4276 113.985L28.5011 113.027L28.3833 113.141L28.4702 113.002C28.457 112.994 27.324 112.289 25.2102 111.867C25.0583 111.837 24.9426 111.822 24.8477 111.821C24.787 111.822 24.7344 111.826 24.6739 111.852C24.6442 111.865 24.6107 111.887 24.584 111.923C24.5573 111.959 24.5433 112.007 24.544 112.046C24.5483 112.142 24.5884 112.189 24.6254 112.238C24.6988 112.326 24.8062 112.413 24.9477 112.515C25.4389 112.868 26.3387 113.369 27.1227 113.788C27.9057 114.206 28.5686 114.538 28.5694 114.539L28.6041 114.556H30.2914L30.3138 114.549C30.3167 114.549 32.3091 113.975 34.4084 113.136C34.57 113.072 34.6866 113.019 34.7715 112.971C34.8141 112.947 34.8485 112.924 34.8809 112.895L34.9288 112.84C34.9439 112.816 34.9602 112.781 34.9606 112.734C34.9609 112.7 34.9501 112.663 34.9331 112.637C34.9019 112.588 34.8659 112.569 34.8387 112.557C34.7967 112.539 34.7627 112.534 34.725 112.529C34.6873 112.525 34.6473 112.523 34.6027 112.523C34.376 112.524 34.0185 112.565 33.5961 112.626C32.3334 112.809 30.5241 113.174 30.5227 113.174L30.5551 113.334L30.6215 113.484C30.6254 113.482 31.4457 113.119 32.3755 112.56C33.3051 111.999 34.3452 111.256 34.798 110.436C34.8662 110.309 34.9081 110.21 34.9104 110.098C34.9127 110.031 34.8846 109.944 34.819 109.892C34.7545 109.84 34.684 109.83 34.6237 109.829C34.4874 109.832 34.3475 109.881 34.1728 109.955C33.5725 110.217 32.6122 110.842 31.7886 111.406C30.967 111.969 30.2906 112.469 30.2896 112.47L30.3871 112.602L30.4902 112.729C30.4967 112.723 31.1137 112.226 31.737 111.406C32.3593 110.587 32.9938 109.442 33.0063 108.134V108.134L33.0066 108.13C33.0056 108.085 33.0027 108.037 32.9705 107.981C32.9545 107.953 32.9279 107.925 32.8942 107.906C32.8604 107.887 32.8231 107.879 32.7923 107.879C32.6962 107.884 32.6488 107.922 32.5931 107.959C32.4934 108.033 32.3845 108.147 32.2539 108.298C31.8022 108.824 31.1242 109.794 30.5535 110.638C29.9839 111.482 29.5252 112.196 29.5248 112.197L29.6627 112.285L29.8188 112.334C29.8203 112.326 30.5171 110.144 30.5185 108.247C30.5172 107.475 30.4058 106.744 30.0539 106.213C29.9924 106.121 29.9311 106.049 29.8616 105.994C29.7929 105.94 29.7096 105.901 29.618 105.901C29.5126 105.901 29.421 105.953 29.3571 106.019C29.2365 106.143 29.1621 106.319 29.0911 106.545C28.9706 106.938 28.8836 107.484 28.8164 108.09C28.6162 109.906 28.6066 112.249 28.6065 112.252L28.7703 112.253L28.906 112.161C28.9041 112.158 28.3153 111.291 27.5653 110.402C27.1902 109.958 26.775 109.507 26.3683 109.155C25.9593 108.804 25.5676 108.542 25.1871 108.496L25.1169 108.491C25.0348 108.491 24.9468 108.51 24.8768 108.574C24.8063 108.638 24.782 108.73 24.7832 108.806C24.7864 108.961 24.8528 109.11 24.9509 109.294C25.297 109.925 26.1198 110.902 26.8632 111.738C27.6056 112.572 28.2645 113.253 28.2654 113.254L28.3833 113.141Z",fill:"#17282F"}),H("path",{d:"M175.538 121.928C175.538 121.928 168.997 110.667 170.863 109.798C172.729 108.929 176.585 117.496 176.585 117.496C176.585 117.496 175.838 101.354 177.58 102.844C179.321 104.335 180.938 115.758 180.938 115.758C180.938 115.758 184.421 103.341 185.541 105.949C186.66 108.556 184.646 116.446 184.646 116.446C184.646 116.446 189.645 106.942 190.143 110.046C190.641 113.15 187.78 118.241 187.78 118.241C187.78 118.241 194.372 111.66 194.87 114.268C195.367 116.876 193.128 119.483 193.128 119.483C193.128 119.483 201.835 114.764 199.721 117.372C197.606 119.979 194.497 123.332 194.497 123.332C194.497 123.332 202.83 120.352 201.835 122.09C200.84 123.829 197.108 125.691 197.108 125.691C197.108 125.691 203.95 124.449 203.204 125.567C202.457 126.684 200.72 127.782 200.72 127.782H169.744C169.744 127.782 161.534 124.822 164.768 124.574C168.002 124.325 170.988 125.691 170.988 125.691C170.988 125.691 160.912 118.862 165.639 118.365C170.365 117.869 174.222 123.829 174.222 123.829C174.222 123.829 167.505 114.392 169.868 115.882L175.538 121.928Z",fill:"#008490",fillOpacity:"0.02"}),H("path",{d:"M175.961 125.131C175.961 125.131 167.515 116.396 169.885 116.659C172.256 116.922 176.692 123.454 176.692 123.454C176.692 123.454 176.754 109.054 178.861 112.209C180.968 115.364 178.379 123.514 178.379 123.514C178.379 123.514 184.403 114.133 184.389 115.666C184.348 120.406 179.748 124.113 179.748 124.113C179.748 124.113 189.394 116.98 187.813 119.872C186.233 122.765 180.066 125.498 180.066 125.498C180.066 125.498 191.184 123.259 187.234 124.836C183.283 126.414 179.523 127.497 179.523 127.497H176.451C176.451 127.497 165.952 122.239 169.903 123.027C173.853 123.816 175.961 125.131 175.961 125.131Z",fill:"#17282F"}),H("path",{d:"M175.96 125.131L176.078 125.018C176.078 125.017 175.977 124.913 175.8 124.727C175.18 124.075 173.627 122.424 172.232 120.778C171.535 119.955 170.877 119.132 170.397 118.44C170.156 118.094 169.961 117.781 169.828 117.52C169.693 117.261 169.627 117.048 169.63 116.937C169.63 116.874 169.644 116.857 169.654 116.847C169.664 116.837 169.699 116.817 169.787 116.817C169.81 116.817 169.837 116.818 169.867 116.821C170.393 116.876 171.105 117.313 171.841 117.955C172.95 118.915 174.133 120.316 175.034 121.473C175.485 122.052 175.866 122.571 176.134 122.944C176.268 123.131 176.374 123.282 176.446 123.385C176.518 123.489 176.556 123.545 176.556 123.546L176.854 123.983L176.856 123.454C176.856 123.454 176.857 123.272 176.861 122.953C176.876 121.836 176.936 119.04 177.161 116.529C177.273 115.274 177.428 114.09 177.636 113.23C177.739 112.8 177.857 112.451 177.981 112.224C178.043 112.111 178.106 112.029 178.16 111.982C178.217 111.934 178.256 111.921 178.295 111.921C178.333 111.921 178.387 111.936 178.462 111.995C178.537 112.053 178.627 112.153 178.724 112.3C179.304 113.164 179.524 114.468 179.523 115.882C179.523 117.619 179.198 119.519 178.873 120.98C178.71 121.711 178.547 122.333 178.425 122.772C178.364 122.991 178.314 123.164 178.278 123.283C178.242 123.402 178.223 123.464 178.223 123.464L177.848 124.643L178.517 123.602C178.517 123.601 178.597 123.477 178.739 123.258C179.236 122.492 180.491 120.575 181.704 118.851C182.31 117.99 182.906 117.177 183.389 116.583C183.63 116.286 183.844 116.043 184.012 115.88C184.096 115.799 184.169 115.738 184.223 115.701L184.286 115.665L184.299 115.66L184.294 115.639V115.66L184.299 115.66L184.294 115.639V115.66V115.579L184.255 115.649L184.294 115.66V115.579L184.255 115.649L184.297 115.574L184.228 115.626L184.255 115.649L184.297 115.574L184.228 115.626L184.271 115.594L184.221 115.615L184.228 115.626L184.271 115.594L184.221 115.615L184.225 115.661V115.669L184.389 115.666L184.225 115.664C184.206 117.98 183.067 120.064 181.923 121.568C181.351 122.319 180.78 122.925 180.353 123.342C180.139 123.551 179.961 123.712 179.838 123.821C179.776 123.876 179.727 123.917 179.694 123.945C179.662 123.972 179.645 123.985 179.645 123.986L179.846 124.244C179.846 124.244 179.949 124.167 180.134 124.033C180.78 123.562 182.415 122.383 184.032 121.324C184.84 120.795 185.645 120.295 186.315 119.93C186.651 119.748 186.953 119.599 187.202 119.498C187.45 119.396 187.651 119.344 187.755 119.346L187.812 119.352L187.824 119.356L187.829 119.349L187.821 119.353L187.824 119.356L187.829 119.349L187.821 119.353L187.824 119.381C187.827 119.439 187.784 119.587 187.669 119.794C186.914 121.186 184.992 122.594 183.262 123.63C182.397 124.149 181.581 124.58 180.981 124.879C180.68 125.03 180.435 125.147 180.264 125.227C180.094 125.307 179.999 125.349 179.999 125.349L178.637 125.952L180.098 125.658C180.099 125.658 180.477 125.582 181.071 125.467C181.962 125.295 183.336 125.037 184.632 124.822C185.927 124.607 187.154 124.436 187.716 124.437C187.826 124.437 187.91 124.444 187.95 124.454L187.969 124.46L187.97 124.46L188.002 124.394L187.947 124.441L187.97 124.46L188.002 124.394L187.947 124.441L188.039 124.362H187.919L187.947 124.441L188.039 124.362H187.919H188.015L187.932 124.31C187.929 124.314 187.919 124.332 187.919 124.362H188.015L187.932 124.31L187.958 124.326L187.934 124.308L187.932 124.31L187.958 124.326L187.934 124.308L187.922 124.319C187.892 124.346 187.811 124.399 187.687 124.46C187.561 124.523 187.391 124.597 187.173 124.684C185.202 125.472 183.277 126.136 181.846 126.603C181.13 126.837 180.538 127.021 180.125 127.147C179.711 127.273 179.478 127.34 179.478 127.34L179.523 127.497V127.334H176.451V127.497L176.525 127.351C176.524 127.351 176.409 127.293 176.206 127.19C175.495 126.829 173.717 125.917 172.119 125.019C171.32 124.57 170.566 124.124 170.017 123.755C169.743 123.571 169.519 123.405 169.37 123.273C169.296 123.207 169.24 123.149 169.209 123.107L169.179 123.06L169.176 123.054L169.139 123.063H169.177L169.176 123.054L169.139 123.063H169.177H169.097L169.161 123.11L169.177 123.063H169.097L169.161 123.11L169.116 123.077L169.145 123.126L169.161 123.11L169.116 123.077L169.145 123.126L169.151 123.124C169.167 123.118 169.212 123.11 169.278 123.111C169.402 123.11 169.601 123.134 169.87 123.188C171.834 123.58 173.338 124.103 174.35 124.526C174.855 124.737 175.238 124.925 175.493 125.058C175.621 125.125 175.717 125.178 175.781 125.215C175.812 125.233 175.836 125.247 175.852 125.256L175.874 125.27L177.004 125.975L176.078 125.018L175.96 125.131L176.047 124.992C176.034 124.984 173.909 123.661 169.935 122.867C169.653 122.811 169.44 122.784 169.278 122.783C169.174 122.784 169.091 122.792 169.01 122.828C168.97 122.846 168.929 122.874 168.897 122.917C168.865 122.959 168.849 123.014 168.85 123.063C168.854 123.18 168.908 123.253 168.971 123.333C169.092 123.48 169.289 123.642 169.552 123.831C170.467 124.488 172.167 125.437 173.647 126.227C175.125 127.016 176.377 127.643 176.378 127.643L176.412 127.661H179.546L179.569 127.655C179.572 127.654 183.334 126.57 187.294 124.988C187.597 124.868 187.813 124.769 187.963 124.684C188.038 124.641 188.096 124.603 188.144 124.56C188.168 124.538 188.19 124.515 188.209 124.485C188.228 124.455 188.246 124.414 188.247 124.362C188.247 124.325 188.235 124.285 188.216 124.255C188.182 124.201 188.139 124.177 188.103 124.161C188.048 124.137 187.994 124.128 187.93 124.12C187.868 124.113 187.797 124.11 187.716 124.11C187.305 124.11 186.63 124.188 185.835 124.303C183.455 124.649 180.035 125.337 180.033 125.338L180.066 125.498L180.132 125.648C180.136 125.646 181.682 124.96 183.431 123.91C185.18 122.856 187.132 121.451 187.957 119.951C188.082 119.719 188.15 119.545 188.152 119.381C188.154 119.281 188.116 119.171 188.032 119.104C187.949 119.037 187.851 119.019 187.755 119.019C187.54 119.021 187.282 119.106 186.961 119.244C185.849 119.728 184.032 120.908 182.479 121.973C180.929 123.036 179.651 123.981 179.65 123.981L179.748 124.113L179.851 124.24C179.858 124.234 181.016 123.301 182.183 121.765C183.35 120.231 184.53 118.091 184.553 115.667V115.665V115.662L184.499 115.663H184.553V115.662L184.499 115.663H184.553V115.661C184.552 115.589 184.545 115.522 184.506 115.453C184.486 115.419 184.455 115.386 184.415 115.364C184.376 115.342 184.332 115.333 184.294 115.333C184.175 115.337 184.097 115.39 184.004 115.455C183.834 115.581 183.63 115.792 183.387 116.073C182.543 117.056 181.26 118.889 180.184 120.483C179.108 122.075 178.241 123.425 178.241 123.425L178.379 123.514L178.535 123.563C178.537 123.555 179.849 119.434 179.85 115.882C179.849 114.436 179.636 113.079 178.997 112.119C178.887 111.953 178.779 111.828 178.665 111.738C178.551 111.649 178.426 111.593 178.295 111.593C178.143 111.593 178.009 111.667 177.905 111.773C177.708 111.973 177.567 112.291 177.438 112.706C177.215 113.433 177.05 114.461 176.924 115.601C176.547 119.022 176.528 123.45 176.528 123.453L176.692 123.454L176.828 123.362C176.826 123.359 175.715 121.723 174.303 120.049C173.597 119.213 172.816 118.366 172.056 117.708C171.294 117.051 170.563 116.574 169.903 116.496C169.863 116.492 169.824 116.49 169.787 116.49C169.652 116.489 169.527 116.52 169.432 116.607C169.337 116.694 169.301 116.819 169.302 116.937C169.305 117.179 169.419 117.455 169.601 117.792C170.24 118.958 171.794 120.809 173.196 122.384C174.598 123.957 175.842 125.244 175.843 125.244L175.96 125.131Z",fill:"#17282F"}),H("path",{d:"M39.4332 111.783C39.4332 111.783 40.1023 111.179 40.6761 111.179C41.2499 111.179 43.0027 112.02 43.0027 112.02C43.0027 112.02 43.7039 113.098 43.7675 113.163C43.8311 113.228 44.6916 113.594 44.7555 113.745C44.8191 113.896 44.9469 114.393 44.9469 114.393H39.5925L38.6045 111.805L39.4332 111.783Z",fill:"white"}),H("path",{d:"M39.433 111.783L39.5427 111.904L39.569 111.882C39.6322 111.828 39.8039 111.689 40.0146 111.566C40.2247 111.443 40.4753 111.341 40.6759 111.343C40.7821 111.341 40.9944 111.389 41.231 111.466C41.5891 111.581 42.0164 111.757 42.352 111.904C42.5198 111.977 42.6649 112.043 42.7682 112.091C42.8711 112.139 42.9313 112.167 42.9313 112.167L43.0025 112.02L42.8652 112.109C42.8652 112.11 43.0405 112.379 43.224 112.657C43.3161 112.796 43.4098 112.938 43.4851 113.049C43.5228 113.105 43.5559 113.153 43.5821 113.19L43.6172 113.238L43.6503 113.278L43.6506 113.278L43.6998 113.317C43.7512 113.349 43.825 113.386 43.9197 113.433C44.0596 113.503 44.2372 113.591 44.3817 113.671C44.4538 113.712 44.5177 113.75 44.5609 113.782L44.6071 113.819L44.6127 113.824L44.6664 113.783L44.6042 113.809L44.6127 113.824L44.6664 113.783L44.6042 113.809C44.6288 113.865 44.6782 114.03 44.7169 114.169C44.7562 114.31 44.7877 114.433 44.7877 114.433L44.9466 114.393V114.229H39.7053L38.8399 111.962L39.4979 111.945L39.5427 111.904L39.433 111.783L39.4287 111.619L38.3687 111.647L39.4795 114.556H45.1576L45.1052 114.352C45.1049 114.351 45.0728 114.226 45.0325 114.082C44.9915 113.935 44.9456 113.776 44.9063 113.682C44.8755 113.616 44.8398 113.587 44.8015 113.554C44.7343 113.498 44.6491 113.446 44.5521 113.392C44.4079 113.311 44.2405 113.228 44.1041 113.16C44.0363 113.126 43.9763 113.096 43.9328 113.073L43.8826 113.045L43.8731 113.039L43.8266 113.105L43.8839 113.048L43.8731 113.039L43.8266 113.105L43.8839 113.048L43.8843 113.049L43.8263 113.105L43.8875 113.052L43.8843 113.049L43.8263 113.105L43.8875 113.052C43.8872 113.052 43.8662 113.025 43.8417 112.99C43.7519 112.862 43.5753 112.595 43.4226 112.363C43.2695 112.131 43.1401 111.932 43.1398 111.931L43.1149 111.893L43.0736 111.873C43.0716 111.872 42.6315 111.661 42.1167 111.449C41.8592 111.342 41.5832 111.236 41.3316 111.155C41.0783 111.074 40.8568 111.017 40.6759 111.016C40.3315 111.018 40.0041 111.185 39.7518 111.343C39.5005 111.501 39.3275 111.657 39.3232 111.661L39.433 111.783Z",fill:"#17282F"}),H("path",{d:"M40.6758 111.179L40.644 111.688C40.644 111.688 42.0143 112.483 41.9826 112.77C41.9504 113.056 41.6637 113.724 41.6637 113.724L42.365 114.456H38.6362L38.923 112.261C38.923 112.261 39.7196 111.116 40.6758 111.179Z",fill:"#17282F"}),H("path",{d:"M32.4537 111.466C32.4537 111.466 35.1307 107.457 35.7362 107.393C36.3418 107.33 37.6165 107.839 38.0946 108.666C38.5727 109.493 39.019 111.116 39.0508 111.211C39.0826 111.307 39.21 111.37 39.9431 112.547C40.6761 113.724 40.6443 114.393 40.6443 114.393H30.2866C30.2866 114.393 30.5096 113.342 30.8921 112.738C31.2745 112.133 32.167 111.911 32.167 111.911L32.4537 111.466Z",fill:"white"}),H("path",{d:"M32.4538 111.466L32.5901 111.556C32.5905 111.556 32.7567 111.307 33.0162 110.931C33.4058 110.367 34.0052 109.52 34.5606 108.811C34.8385 108.456 35.1055 108.136 35.3267 107.906C35.4372 107.791 35.5364 107.699 35.6154 107.638C35.6547 107.608 35.6891 107.585 35.7147 107.572L35.7445 107.559L35.7534 107.556C35.7812 107.553 35.8117 107.552 35.8445 107.552C36.123 107.55 36.5585 107.667 36.9642 107.879C37.3715 108.09 37.7513 108.397 37.9528 108.748C38.1809 109.141 38.4116 109.749 38.5849 110.265C38.6717 110.523 38.7448 110.759 38.7982 110.937C38.8251 111.025 38.8467 111.099 38.8631 111.154C38.8795 111.21 38.889 111.243 38.8952 111.263C38.9132 111.315 38.9395 111.352 38.9686 111.392C39.0135 111.452 39.0827 111.539 39.2128 111.726C39.3422 111.912 39.5303 112.194 39.8039 112.634C40.4635 113.693 40.4802 114.313 40.4806 114.38V114.385L40.5084 114.386L40.4806 114.385V114.385L40.5084 114.386L40.4806 114.385L40.6444 114.393V114.229H30.2867V114.393L30.447 114.426C30.447 114.426 30.4602 114.364 30.4865 114.258C30.5641 113.943 30.7635 113.245 31.0307 112.825C31.1946 112.564 31.4883 112.368 31.7445 112.245C31.8723 112.183 31.9897 112.139 32.0742 112.11C32.1165 112.096 32.1504 112.085 32.1735 112.079L32.1995 112.072L32.2068 112.07L32.2697 112.054L32.5915 111.554L32.4538 111.466L32.3159 111.377L32.0292 111.822L32.1671 111.911L32.1273 111.752C32.1201 111.754 31.8878 111.812 31.6016 111.951C31.316 112.09 30.9723 112.308 30.7537 112.651C30.5482 112.976 30.3956 113.399 30.2893 113.744C30.1837 114.089 30.1271 114.355 30.1263 114.358L30.0845 114.556H40.8007L40.8079 114.4L40.8083 114.38C40.8086 114.252 40.7716 113.567 40.0824 112.461C39.7144 111.87 39.4969 111.556 39.3664 111.378C39.3016 111.288 39.258 111.232 39.2324 111.198L39.2085 111.163L39.2059 111.159L39.1993 111.162L39.2062 111.159L39.2059 111.159L39.1993 111.162L39.2062 111.159C39.2049 111.155 39.1934 111.116 39.1774 111.062C39.1207 110.869 38.9929 110.436 38.8264 109.96C38.6596 109.483 38.4555 108.964 38.2369 108.584H38.2366C37.9872 108.155 37.5609 107.822 37.1156 107.589C36.6683 107.358 36.2043 107.226 35.8445 107.225C35.8015 107.225 35.7596 107.227 35.7193 107.231C35.6403 107.24 35.5781 107.271 35.5132 107.311C35.3932 107.386 35.2651 107.501 35.1196 107.65C34.6147 108.167 33.9196 109.093 33.3439 109.896C32.7691 110.699 32.318 111.374 32.3175 111.375L32.3167 111.376L32.3159 111.377L32.4538 111.466Z",fill:"#17282F"}),H("path",{d:"M36.5648 114.329C36.5648 114.329 36.2777 113.629 36.246 113.534C36.2142 113.438 36.2142 112.515 36.1185 112.133C36.0231 111.752 35.2262 110.575 35.2262 110.575L35.7996 108.92L35.5129 108.698L35.991 107.521L35.7236 107.397C35.0958 107.51 32.4535 111.466 32.4535 111.466L32.1668 111.911C32.1668 111.911 31.2744 112.133 30.8919 112.738C30.5649 113.255 30.3549 114.095 30.3008 114.329H36.5648Z",fill:"#17282F"}),H("path",{d:"M142.651 112.78C142.651 112.78 143.071 112.401 143.431 112.401C143.791 112.401 144.889 112.929 144.889 112.929C144.889 112.929 145.329 113.605 145.369 113.645C145.409 113.686 145.949 113.916 145.989 114.011C146.029 114.105 146.108 114.416 146.108 114.416H142.751L142.132 112.794L142.651 112.78Z",fill:"white"}),H("path",{d:"M142.651 112.78L142.761 112.901L142.776 112.888C142.814 112.856 142.919 112.771 143.047 112.697C143.173 112.622 143.324 112.563 143.431 112.565C143.483 112.564 143.615 112.591 143.76 112.64C143.981 112.711 144.248 112.82 144.457 112.912C144.562 112.957 144.652 112.999 144.717 113.028C144.781 113.058 144.818 113.076 144.818 113.076L144.889 112.929L144.752 113.018C144.752 113.018 144.862 113.187 144.977 113.362C145.035 113.449 145.094 113.538 145.142 113.608C145.165 113.643 145.186 113.674 145.203 113.697L145.226 113.729L145.253 113.761L145.252 113.76L145.294 113.793C145.332 113.816 145.377 113.839 145.437 113.869C145.525 113.913 145.636 113.968 145.725 114.017C145.768 114.042 145.807 114.065 145.831 114.083L145.853 114.1V114.1L145.92 114.039L145.838 114.074L145.853 114.1L145.92 114.039L145.838 114.074C145.85 114.102 145.882 114.206 145.905 114.292C145.93 114.38 145.949 114.456 145.949 114.457L146.108 114.416V114.252H142.864L142.367 112.951L142.655 112.943L142.716 112.942L142.761 112.901L142.651 112.78L142.647 112.616L141.896 112.636L142.638 114.58H146.319L146.267 114.375C146.267 114.375 146.247 114.296 146.221 114.205C146.195 114.112 146.167 114.013 146.139 113.947V113.947C146.112 113.887 146.084 113.868 146.056 113.843C146.009 113.804 145.954 113.771 145.891 113.736C145.799 113.684 145.693 113.631 145.608 113.588C145.565 113.567 145.528 113.549 145.501 113.535L145.473 113.519L145.471 113.517L145.406 113.608L145.486 113.531L145.471 113.517L145.406 113.608L145.486 113.531L145.485 113.53L145.423 113.592L145.491 113.536L145.485 113.53L145.423 113.592L145.491 113.536C145.486 113.53 145.445 113.473 145.399 113.405C145.259 113.197 145.027 112.84 145.027 112.84L145.002 112.801L144.96 112.782C144.959 112.781 144.682 112.648 144.357 112.514C144.195 112.447 144.021 112.38 143.861 112.328C143.699 112.277 143.558 112.239 143.431 112.238C143.193 112.24 142.982 112.351 142.819 112.452C142.656 112.555 142.546 112.655 142.541 112.658L142.651 112.78Z",fill:"#17282F"}),H("path",{d:"M143.431 112.401L143.411 112.72C143.411 112.72 144.27 113.219 144.251 113.399C144.231 113.578 144.051 113.997 144.051 113.997L144.49 114.456H142.152L142.332 113.08C142.332 113.08 142.832 112.362 143.431 112.401Z",fill:"#17282F"}),H("path",{d:"M138.275 112.581C138.275 112.581 139.954 110.068 140.334 110.028C140.713 109.988 141.512 110.307 141.812 110.825C142.112 111.344 142.392 112.362 142.412 112.421C142.432 112.481 142.511 112.521 142.971 113.259C143.431 113.997 143.411 114.416 143.411 114.416H136.917C136.917 114.416 137.056 113.758 137.296 113.379C137.536 113 138.096 112.86 138.096 112.86L138.275 112.581Z",fill:"white"}),H("path",{d:"M138.275 112.581L138.412 112.672C138.412 112.671 138.516 112.516 138.679 112.28C138.922 111.927 139.298 111.397 139.645 110.954C139.818 110.733 139.984 110.533 140.121 110.391C140.188 110.321 140.249 110.264 140.295 110.229L140.348 110.194L140.359 110.189L140.347 110.155L140.351 110.19L140.359 110.189L140.347 110.155L140.351 110.19L140.401 110.188C140.56 110.187 140.828 110.257 141.075 110.386C141.323 110.515 141.553 110.702 141.67 110.907C141.809 111.147 141.954 111.526 142.062 111.848C142.116 112.009 142.161 112.156 142.195 112.267C142.212 112.322 142.225 112.368 142.235 112.403C142.246 112.438 142.251 112.458 142.256 112.473L142.257 112.474C142.271 112.517 142.293 112.545 142.311 112.571C142.34 112.61 142.382 112.663 142.463 112.779C142.544 112.894 142.661 113.071 142.832 113.345C143.24 114.001 143.247 114.377 143.247 114.408V114.411L143.309 114.412L143.247 114.41V114.411L143.309 114.412L143.247 114.41L143.411 114.416V114.252H136.917V114.416L137.077 114.45C137.077 114.45 137.085 114.412 137.101 114.347C137.149 114.152 137.274 113.716 137.435 113.466C137.527 113.318 137.702 113.199 137.857 113.125C137.935 113.087 138.006 113.06 138.057 113.043L138.117 113.024L138.132 113.02L138.135 113.019L138.198 113.003L138.413 112.669L138.275 112.581L138.137 112.492L137.958 112.772L138.096 112.86L138.056 112.702C138.048 112.704 137.899 112.741 137.714 112.83C137.53 112.921 137.305 113.061 137.158 113.291H137.157C137.024 113.505 136.927 113.773 136.86 113.992C136.793 114.211 136.757 114.379 136.756 114.382L136.714 114.58H143.568L143.574 114.423L143.575 114.408C143.575 114.316 143.548 113.874 143.11 113.173C142.879 112.801 142.742 112.603 142.659 112.49C142.618 112.433 142.59 112.397 142.575 112.377L142.563 112.359L142.522 112.384L142.567 112.369L142.563 112.359L142.522 112.384L142.567 112.369L142.567 112.37C142.567 112.37 142.56 112.345 142.55 112.311C142.514 112.189 142.434 111.917 142.329 111.617C142.223 111.316 142.095 110.989 141.954 110.744L141.954 110.744C141.789 110.46 141.513 110.246 141.226 110.096C140.938 109.948 140.642 109.862 140.401 109.861L140.317 109.865H140.316C140.251 109.873 140.207 109.897 140.161 109.924C140.078 109.976 139.996 110.051 139.903 110.146C139.581 110.475 139.146 111.057 138.784 111.561C138.423 112.065 138.139 112.489 138.139 112.49L138.138 112.491L138.137 112.492L138.275 112.581Z",fill:"#17282F"}),H("path",{d:"M140.853 114.376C140.853 114.376 140.673 113.938 140.653 113.878C140.633 113.818 140.633 113.239 140.573 113C140.513 112.76 140.014 112.023 140.014 112.023L140.374 110.985L140.194 110.846L140.493 110.107L140.325 110.03C139.932 110.101 138.275 112.581 138.275 112.581L138.095 112.86C138.095 112.86 137.536 113 137.296 113.379C137.091 113.703 136.959 114.23 136.925 114.376H140.853Z",fill:"#17282F"}),H("path",{d:"M196.846 122.566C196.846 122.566 198.111 121.424 199.195 121.424C200.279 121.424 203.592 123.014 203.592 123.014C203.592 123.014 204.918 125.052 205.038 125.174C205.159 125.297 206.785 125.989 206.905 126.275C207.026 126.56 207.267 127.497 207.267 127.497H197.147L195.28 122.606L196.846 122.566Z",fill:"white"}),H("path",{d:"M196.846 122.566L196.955 122.687L196.968 122.675C197.035 122.617 197.359 122.34 197.785 122.081C198.21 121.821 198.741 121.586 199.195 121.588C199.428 121.587 199.834 121.681 200.289 121.828C200.974 122.049 201.784 122.382 202.421 122.661C202.739 122.8 203.015 122.925 203.21 123.015C203.406 123.106 203.521 123.161 203.521 123.161L203.592 123.014L203.454 123.103C203.455 123.103 203.786 123.613 204.133 124.138C204.306 124.401 204.483 124.667 204.625 124.877C204.696 124.981 204.758 125.071 204.807 125.141C204.832 125.175 204.853 125.204 204.871 125.228L204.921 125.289L204.989 125.341C205.073 125.395 205.214 125.466 205.391 125.555C205.655 125.687 205.992 125.852 206.27 126.008C206.409 126.085 206.534 126.16 206.623 126.225C206.668 126.257 206.703 126.286 206.727 126.308L206.751 126.335L206.755 126.34L206.77 126.332L206.754 126.338L206.755 126.34L206.77 126.332L206.754 126.338C206.807 126.462 206.899 126.77 206.973 127.037C207.048 127.305 207.108 127.538 207.108 127.538L207.267 127.497V127.334H197.259L195.515 122.764L196.91 122.727L196.955 122.687L196.846 122.566L196.841 122.402L195.044 122.449L197.034 127.661H207.478L207.425 127.457C207.425 127.456 207.365 127.221 207.289 126.949C207.212 126.676 207.124 126.372 207.056 126.211V126.211C207.018 126.128 206.964 126.08 206.9 126.024C206.786 125.931 206.629 125.834 206.45 125.733C206.182 125.582 205.867 125.426 205.61 125.298C205.481 125.234 205.367 125.177 205.282 125.132C205.24 125.109 205.205 125.09 205.181 125.075L205.154 125.058L205.149 125.055L205.114 125.099L205.154 125.059L205.149 125.055L205.114 125.099L205.154 125.059H205.155L205.148 125.065L205.155 125.06L205.155 125.059L205.148 125.065L205.155 125.06C205.146 125.05 205.107 124.998 205.059 124.929C204.887 124.684 204.553 124.182 204.264 123.742C203.975 123.302 203.73 122.925 203.729 122.925L203.704 122.886L203.663 122.866C203.661 122.865 202.831 122.467 201.862 122.068C201.378 121.868 200.859 121.668 200.389 121.517C199.918 121.366 199.503 121.262 199.195 121.261C198.595 121.263 197.991 121.565 197.526 121.857C197.062 122.15 196.74 122.44 196.736 122.444L196.846 122.566Z",fill:"#17282F"}),H("path",{d:"M199.195 121.424L199.134 122.386C199.134 122.386 201.724 123.89 201.664 124.431C201.604 124.972 201.062 126.235 201.062 126.235L202.387 127.617H195.339L195.881 123.469C195.881 123.469 197.387 121.304 199.195 121.424Z",fill:"#17282F"}),H("path",{d:"M183.654 121.965C183.654 121.965 188.713 114.389 189.858 114.268C191.003 114.148 193.412 115.111 194.316 116.674C195.219 118.237 196.062 121.304 196.123 121.484C196.183 121.665 196.424 121.785 197.809 124.01C199.195 126.235 199.135 127.497 199.135 127.497H179.558C179.558 127.497 179.979 125.513 180.702 124.371C181.425 123.228 183.112 122.807 183.112 122.807L183.654 121.965Z",fill:"white"}),H("path",{d:"M183.654 121.965L183.79 122.056C183.79 122.056 183.869 121.938 184.009 121.731C184.5 121.007 185.745 119.192 186.99 117.548C187.612 116.726 188.235 115.947 188.76 115.371C189.023 115.083 189.261 114.845 189.458 114.682C189.557 114.6 189.645 114.536 189.719 114.494C189.791 114.452 189.849 114.433 189.875 114.431C189.933 114.425 189.996 114.422 190.062 114.422C190.625 114.421 191.46 114.648 192.246 115.058C193.033 115.467 193.771 116.057 194.174 116.755C194.614 117.517 195.051 118.67 195.38 119.65C195.545 120.14 195.684 120.587 195.785 120.924C195.836 121.092 195.877 121.232 195.908 121.336C195.939 121.441 195.957 121.505 195.967 121.536C195.992 121.609 196.031 121.666 196.085 121.739C196.167 121.85 196.301 122.02 196.548 122.374C196.795 122.728 197.152 123.264 197.67 124.096C198.93 126.12 198.971 127.32 198.971 127.473V127.488V127.49L199.135 127.497V127.334H179.558V127.497L179.718 127.531C179.718 127.531 179.724 127.502 179.737 127.446C179.824 127.059 180.23 125.419 180.841 124.458C181.175 123.927 181.752 123.548 182.249 123.307C182.498 123.187 182.725 123.101 182.889 123.046C182.971 123.018 183.038 122.998 183.083 122.985L183.135 122.97L183.151 122.966L183.214 122.95L183.792 122.054L183.654 121.965L183.516 121.877L182.974 122.719L183.112 122.807L183.072 122.648C183.065 122.65 182.634 122.758 182.106 123.013C181.58 123.269 180.952 123.671 180.563 124.283C180.188 124.878 179.9 125.668 179.702 126.314C179.504 126.96 179.398 127.46 179.397 127.464L179.355 127.661H199.291L199.298 127.504L199.299 127.473C199.299 127.259 199.238 125.994 197.949 123.923C197.254 122.809 196.845 122.219 196.602 121.884C196.48 121.717 196.399 121.613 196.349 121.545C196.297 121.476 196.283 121.449 196.278 121.433C196.273 121.418 196.252 121.347 196.222 121.244C196.115 120.879 195.874 120.064 195.561 119.167C195.247 118.271 194.863 117.294 194.458 116.592C194.007 115.815 193.222 115.198 192.397 114.768C191.571 114.339 190.706 114.096 190.062 114.095C189.986 114.095 189.912 114.098 189.841 114.106C189.728 114.119 189.625 114.167 189.513 114.236C189.305 114.366 189.067 114.578 188.797 114.854C187.855 115.818 186.541 117.569 185.455 119.084C184.37 120.598 183.518 121.874 183.517 121.875L183.516 121.877L183.654 121.965Z",fill:"#17282F"}),H("path",{d:"M191.424 127.377C191.424 127.377 190.882 126.054 190.821 125.874C190.761 125.694 190.761 123.95 190.581 123.228C190.4 122.506 188.894 120.282 188.894 120.282L189.978 117.155L189.436 116.734L190.339 114.509L189.834 114.275C188.648 114.488 183.653 121.965 183.653 121.965L183.111 122.807C183.111 122.807 181.424 123.228 180.702 124.371C180.084 125.348 179.687 126.936 179.584 127.377H191.424Z",fill:"#17282F"})]})},nC=function(C){var t=C.options,L=t.title,e=t.subTitle;return H(CC,{children:O(tC,{children:[H(LC,{children:H(M,{variant:"h5",color:"--ll-color-primary",children:L})}),H(LC,{children:H(M,{variant:"h6",color:"--ll-color-on-background",children:e})}),H(E,{SVGElement:eC,height:150,width:350})]})})},rC=function(){var C=g().translations,t=z().demographicsState.mother_tongue,L=null==t?void 0:t.variables.map((function(C){return v(v({},C),{},{value:Math.round(100*C.value)})})).filter((function(C){return C.value>0})),e={title:"".concat(C.NO_DATA_TITLE),subTitle:"".concat(C.NO_DATA_SUBTITLE)};return t?H(S.MotherTongueChart,{options:{labels:(null==L?void 0:L.map((function(C){return C.label})))||[],data:(null==L?void 0:L.map((function(C){return C.value})))||[]}}):H(nC,{options:e})},iC=function(){var C,t,L,e,n,r,i=z(),l=i.demographicsState,a=i.activeCategory,o=i.setDemographicsState,c=(C={lat:l.location.lat,lng:l.location.lng,radius:l.demographics.radius},t=C.lat,L=C.lng,e=C.radius,n=j().client,r={lat:t,lng:L,radius:e},D(k.list(r),p(d().mark((function C(){return d().wrap((function(C){for(;;)switch(C.prev=C.next){case 0:return C.abrupt("return",n.getDemographics(r));case 1:case"end":return C.stop()}}),C)}))),{enabled:!!r})),u=c.data,f=c.isFetching;Z.exports.useEffect((function(){!f&&u&&o(v({},u))}),[f]);return H(U,{children:H(V.Content,{options:{value:a,style:{flex:"1"}},children:function(){if(f)return H(Y,{children:H(A,{})});switch(a){case"income":return H(Q,{});case"population":return H($,{});case"housing":return H(J,{});case"household":return H(K,{});case"commute":return H(W,{});case"education":return H(X,{});case"languages":return H(rC,{});default:return O("div",{children:[a," tab"]})}}()})})},lC=s.div(f||(f=b(["\n padding: ",";\n\n a {\n justify-content: end;\n }\n"])),y["--ll-spacing-small"]),aC=function(){return H(lC,{children:H(P.Root,{})})};C("default",(function(){return H(B,{children:H(h,{children:O(I,{children:[H(iC,{}),H(aC,{})]})})})}))}}}))}();