streamlit-nightly 1.53.2.dev20260128__py3-none-any.whl → 1.53.2.dev20260202__py3-none-any.whl
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.
- streamlit/commands/execution_control.py +2 -2
- streamlit/config.py +3 -2
- streamlit/config_util.py +63 -8
- streamlit/delta_generator.py +2 -0
- streamlit/elements/deck_gl_json_chart.py +5 -1
- streamlit/elements/lib/built_in_chart_utils.py +24 -4
- streamlit/elements/lib/color_util.py +20 -1
- streamlit/elements/lib/column_types.py +6 -2
- streamlit/elements/lib/utils.py +6 -6
- streamlit/elements/markdown.py +0 -1
- streamlit/elements/metric.py +2 -1
- streamlit/elements/vega_charts.py +24 -4
- streamlit/elements/widgets/button_group.py +6 -276
- streamlit/elements/widgets/feedback.py +322 -0
- streamlit/elements/widgets/number_input.py +2 -1
- streamlit/elements/widgets/slider.py +2 -1
- streamlit/material_icon_names.py +1 -1
- streamlit/proto/Alert_pb2.py +2 -3
- streamlit/proto/AppPage_pb2.py +2 -3
- streamlit/proto/ArrowData_pb2.py +2 -3
- streamlit/proto/ArrowNamedDataSet_pb2.py +2 -3
- streamlit/proto/ArrowVegaLiteChart_pb2.py +2 -3
- streamlit/proto/Arrow_pb2.py +11 -18
- streamlit/proto/Arrow_pb2.pyi +1 -42
- streamlit/proto/AudioInput_pb2.py +5 -6
- streamlit/proto/AudioInput_pb2.pyi +3 -3
- streamlit/proto/Audio_pb2.py +3 -4
- streamlit/proto/AuthRedirect_pb2.py +2 -3
- streamlit/proto/AutoRerun_pb2.py +2 -3
- streamlit/proto/BackMsg_pb2.py +2 -3
- streamlit/proto/BackMsg_pb2.pyi +2 -10
- streamlit/proto/Balloons_pb2.py +2 -3
- streamlit/proto/Balloons_pb2.pyi +0 -2
- streamlit/proto/BidiComponent_pb2.py +2 -3
- streamlit/proto/Block_pb2.py +36 -43
- streamlit/proto/Block_pb2.pyi +3 -48
- streamlit/proto/ButtonGroup_pb2.py +11 -14
- streamlit/proto/ButtonGroup_pb2.pyi +6 -41
- streamlit/proto/ButtonLikeIconPosition_pb2.py +2 -3
- streamlit/proto/Button_pb2.py +3 -6
- streamlit/proto/Button_pb2.pyi +1 -18
- streamlit/proto/CameraInput_pb2.py +5 -6
- streamlit/proto/CameraInput_pb2.pyi +3 -3
- streamlit/proto/ChatInput_pb2.py +5 -8
- streamlit/proto/ChatInput_pb2.pyi +1 -17
- streamlit/proto/Checkbox_pb2.py +7 -8
- streamlit/proto/Checkbox_pb2.pyi +3 -3
- streamlit/proto/ClientState_pb2.py +2 -3
- streamlit/proto/Code_pb2.py +3 -6
- streamlit/proto/Code_pb2.pyi +1 -18
- streamlit/proto/ColorPicker_pb2.py +5 -6
- streamlit/proto/ColorPicker_pb2.pyi +3 -3
- streamlit/proto/Common_pb2.py +7 -8
- streamlit/proto/Common_pb2.pyi +2 -10
- streamlit/proto/Components_pb2.py +2 -3
- streamlit/proto/DateInput_pb2.py +5 -6
- streamlit/proto/DateInput_pb2.pyi +3 -3
- streamlit/proto/DateTimeInput_pb2.py +5 -6
- streamlit/proto/DateTimeInput_pb2.pyi +3 -3
- streamlit/proto/DeckGlJsonChart_pb2.py +5 -12
- streamlit/proto/DeckGlJsonChart_pb2.pyi +1 -54
- streamlit/proto/Delta_pb2.py +4 -6
- streamlit/proto/Delta_pb2.pyi +5 -14
- streamlit/proto/DocString_pb2.py +2 -3
- streamlit/proto/DownloadButton_pb2.py +2 -3
- streamlit/proto/Element_pb2.py +5 -8
- streamlit/proto/Element_pb2.pyi +9 -29
- streamlit/proto/Empty_pb2.py +2 -3
- streamlit/proto/Exception_pb2.py +2 -3
- streamlit/proto/Favicon_pb2.py +2 -3
- streamlit/proto/Feedback_pb2.py +28 -0
- streamlit/proto/Feedback_pb2.pyi +93 -0
- streamlit/proto/FileUploader_pb2.py +5 -6
- streamlit/proto/FileUploader_pb2.pyi +3 -3
- streamlit/proto/ForwardMsg_pb2.py +12 -18
- streamlit/proto/ForwardMsg_pb2.pyi +4 -48
- streamlit/proto/GapSize_pb2.py +2 -3
- streamlit/proto/GitInfo_pb2.py +2 -3
- streamlit/proto/GraphVizChart_pb2.py +3 -6
- streamlit/proto/GraphVizChart_pb2.pyi +1 -18
- streamlit/proto/Heading_pb2.py +2 -3
- streamlit/proto/HeightConfig_pb2.py +2 -3
- streamlit/proto/Html_pb2.py +2 -3
- streamlit/proto/IFrame_pb2.py +4 -11
- streamlit/proto/IFrame_pb2.pyi +1 -42
- streamlit/proto/Image_pb2.py +5 -8
- streamlit/proto/Image_pb2.pyi +2 -25
- streamlit/proto/Json_pb2.py +2 -3
- streamlit/proto/LabelVisibility_pb2.py +28 -0
- streamlit/proto/{LabelVisibilityMessage_pb2.pyi → LabelVisibility_pb2.pyi} +14 -14
- streamlit/proto/LinkButton_pb2.py +2 -3
- streamlit/proto/Logo_pb2.py +2 -3
- streamlit/proto/Markdown_pb2.py +5 -6
- streamlit/proto/Markdown_pb2.pyi +1 -5
- streamlit/proto/Metric_pb2.py +11 -12
- streamlit/proto/Metric_pb2.pyi +3 -3
- streamlit/proto/MetricsEvent_pb2.py +2 -3
- streamlit/proto/MultiSelect_pb2.py +5 -8
- streamlit/proto/MultiSelect_pb2.pyi +4 -14
- streamlit/proto/Navigation_pb2.py +2 -3
- streamlit/proto/NewSession_pb2.py +39 -28
- streamlit/proto/NewSession_pb2.pyi +44 -20
- streamlit/proto/NumberInput_pb2.py +7 -8
- streamlit/proto/NumberInput_pb2.pyi +3 -3
- streamlit/proto/PageConfig_pb2.py +2 -3
- streamlit/proto/PageInfo_pb2.py +2 -3
- streamlit/proto/PageLink_pb2.py +2 -3
- streamlit/proto/PageNotFound_pb2.py +2 -3
- streamlit/proto/PageProfile_pb2.py +2 -3
- streamlit/proto/ParentMessage_pb2.py +2 -3
- streamlit/proto/PlotlyChart_pb2.py +5 -10
- streamlit/proto/PlotlyChart_pb2.pyi +1 -58
- streamlit/proto/Progress_pb2.py +2 -3
- streamlit/proto/Radio_pb2.py +5 -8
- streamlit/proto/Radio_pb2.pyi +5 -22
- streamlit/proto/RootContainer_pb2.py +2 -3
- streamlit/proto/Selectbox_pb2.py +5 -8
- streamlit/proto/Selectbox_pb2.pyi +5 -25
- streamlit/proto/SessionEvent_pb2.py +2 -3
- streamlit/proto/SessionStatus_pb2.py +2 -3
- streamlit/proto/Skeleton_pb2.py +2 -3
- streamlit/proto/Slider_pb2.py +9 -10
- streamlit/proto/Slider_pb2.pyi +3 -3
- streamlit/proto/Snow_pb2.py +2 -3
- streamlit/proto/Snow_pb2.pyi +0 -2
- streamlit/proto/Space_pb2.py +2 -3
- streamlit/proto/Spinner_pb2.py +2 -3
- streamlit/proto/TextAlignmentConfig_pb2.py +2 -3
- streamlit/proto/TextArea_pb2.py +5 -8
- streamlit/proto/TextArea_pb2.pyi +4 -21
- streamlit/proto/TextInput_pb2.py +7 -8
- streamlit/proto/TextInput_pb2.pyi +3 -3
- streamlit/proto/Text_pb2.py +2 -3
- streamlit/proto/TimeInput_pb2.py +5 -6
- streamlit/proto/TimeInput_pb2.pyi +3 -3
- streamlit/proto/Toast_pb2.py +2 -3
- streamlit/proto/Transient_pb2.py +2 -3
- streamlit/proto/Video_pb2.py +3 -4
- streamlit/proto/WidgetStates_pb2.py +2 -3
- streamlit/proto/WidthConfig_pb2.py +2 -3
- streamlit/proto/openmetrics_data_model_pb2.py +2 -3
- streamlit/runtime/runtime.py +0 -4
- streamlit/static/index.html +2 -2
- streamlit/static/manifest.json +327 -312
- streamlit/static/static/css/{index.BUP6fTcR.css → index.C8MrxwGF.css} +1 -1
- streamlit/static/static/js/{ErrorOutline.esm.D71F8ziR.js → ErrorOutline.esm.CLuz0rSD.js} +1 -1
- streamlit/static/static/js/{FileDownload.esm.yTkppsJy.js → FileDownload.esm.CO68LcnZ.js} +1 -1
- streamlit/static/static/js/{FileHelper.hUOqtbwa.js → FileHelper.DAXgY6Ug.js} +1 -1
- streamlit/static/static/js/{FormClearHelper.DN8D_YXO.js → FormClearHelper.zxJ53Nym.js} +1 -1
- streamlit/static/static/js/{InputInstructions.DbssY6d4.js → InputInstructions.CCbg8esE.js} +1 -1
- streamlit/static/static/js/{Particles.BznyVdfo.js → Particles.BJw0A-zv.js} +1 -1
- streamlit/static/static/js/{ProgressBar.C5uBOtcx.js → ProgressBar.BrrHeAEh.js} +2 -2
- streamlit/static/static/js/{StreamlitSyntaxHighlighter.Nf1895x-.js → StreamlitSyntaxHighlighter.DvPLy3zk.js} +1 -1
- streamlit/static/static/js/{TableChart.esm.DHKzVs3a.js → TableChart.esm.BawvAi5p.js} +1 -1
- streamlit/static/static/js/{Toolbar.CQsWYXer.js → Toolbar.CbpscbNb.js} +1 -1
- streamlit/static/static/js/{WidgetLabelHelpIconInline.6xCU76OE.js → WidgetLabelHelpIconInline.DA4S2HFP.js} +1 -1
- streamlit/static/static/js/{base-input.Cs-E6S71.js → base-input.BKKl2eBF.js} +4 -4
- streamlit/static/static/js/{checkbox.OTGupu18.js → checkbox.CB43AKV4.js} +1 -1
- streamlit/static/static/js/{createDownloadLinkElement.DnBEQQbK.js → createDownloadLinkElement.jVwF96ey.js} +1 -1
- streamlit/static/static/js/data-grid-overlay-editor.CxQizSv7.js +1 -0
- streamlit/static/static/js/{downloader.K0GUNeuj.js → downloader.CKlIgsy5.js} +1 -1
- streamlit/static/static/js/{embed.o8HvK3mH.js → embed.BhRb_2n8.js} +1 -1
- streamlit/static/static/js/{es6.BHy5pqTP.js → es6.DPyfPmWm.js} +2 -2
- streamlit/static/static/js/formatNumber.DtfMnnPx.js +1 -0
- streamlit/static/static/js/{iconPosition.2YynQUxu.js → iconPosition.DkZAlu_k.js} +1 -1
- streamlit/static/static/js/{iframeResizer.contentWindow.D5h3hQuU.js → iframeResizer.contentWindow.l5sQWLra.js} +1 -1
- streamlit/static/static/js/{index.BZ-GJVxB.js → index.465nmxtO.js} +2 -2
- streamlit/static/static/js/{index.BPdmXoYW.js → index.6J1N4is3.js} +1 -1
- streamlit/static/static/js/{index.Bfo1cXfC.js → index.AZ9T4EqJ.js} +1 -1
- streamlit/static/static/js/{index.cfuZ69LI.js → index.BAK0CG1Q.js} +1 -1
- streamlit/static/static/js/{index.5zqfJ-in.js → index.BLD3tJ2C.js} +1 -1
- streamlit/static/static/js/{index.CxWzt6oi.js → index.BUlT_mOL.js} +3 -3
- streamlit/static/static/js/{index.DxGXuhh6.js → index.Bc_FQ4Wb.js} +1 -1
- streamlit/static/static/js/{index.DJfMW0Gy.js → index.BpCj2-sQ.js} +1 -1
- streamlit/static/static/js/{index.DLUSo6de.js → index.BzO83wKm.js} +1 -1
- streamlit/static/static/js/index.CAoX2tlo.js +2 -0
- streamlit/static/static/js/{index.CwtpGPHA.js → index.CBbYMKZp.js} +1 -1
- streamlit/static/static/js/{index.Bgf49D1Z.js → index.CL7it7tU.js} +222 -222
- streamlit/static/static/js/{index.DxfYCrPp.js → index.CL_icBXS.js} +1 -1
- streamlit/static/static/js/index.C_19KWNs.js +2 -0
- streamlit/static/static/js/index.CaU3Uv_L.js +1 -0
- streamlit/static/static/js/{index.Dh3PJIlq.js → index.Ccye_uLl.js} +1 -1
- streamlit/static/static/js/{index.C65jHNhe.js → index.CiS4giQ2.js} +1 -1
- streamlit/static/static/js/{index.hlAfdSqC.js → index.Ck64OQhV.js} +1 -1
- streamlit/static/static/js/{index.HmRK3HyC.js → index.CmbqbRMZ.js} +1 -1
- streamlit/static/static/js/{index.8MlRyIxN.js → index.CsEZTo6L.js} +2 -2
- streamlit/static/static/js/{index.DVRCyxMp.js → index.CsIENsKH.js} +1 -1
- streamlit/static/static/js/{index.Bqmx23jK.js → index.Cwg8nWw5.js} +1 -1
- streamlit/static/static/js/{index.CZf7Go1Z.js → index.D83azq2w.js} +1 -1
- streamlit/static/static/js/{index.CUkhn-vu.js → index.DDr-BLbJ.js} +1 -1
- streamlit/static/static/js/{index.iUV9rb8C.js → index.DKoJr0Se.js} +1 -1
- streamlit/static/static/js/{index.C2EoeVjP.js → index.DL_ywOgf.js} +2 -2
- streamlit/static/static/js/{index.q0ceUXt6.js → index.DR6V0uBJ.js} +1 -1
- streamlit/static/static/js/index.DZOGT9vX.js +1 -0
- streamlit/static/static/js/{index.BtuskCwg.js → index.Dac9Jib-.js} +1 -1
- streamlit/static/static/js/{index.6c-qDsD7.js → index.DiBeetOH.js} +1 -1
- streamlit/static/static/js/{index.DlgcEr0f.js → index.DjuMEZ6m.js} +1 -1
- streamlit/static/static/js/{index.DBPWUJsj.js → index.DmWUXdjc.js} +54 -54
- streamlit/static/static/js/{index.DL_yE83J.js → index.DpSc4e1j.js} +2 -2
- streamlit/static/static/js/{index.CgVv04GM.js → index.DzdPUxsx.js} +2 -2
- streamlit/static/static/js/{index.BtRWcqZV.js → index.FioS1Y9m.js} +1 -1
- streamlit/static/static/js/{index.BfMPq234.js → index.L9pOjBEn.js} +3 -3
- streamlit/static/static/js/{index.TjMWsKSH.js → index.LjqoQCm5.js} +3 -3
- streamlit/static/static/js/index.OizPL4jg.js +1 -0
- streamlit/static/static/js/{index.Cb03y5I8.js → index.Q2t_iBn0.js} +1 -1
- streamlit/static/static/js/index.WIMtx3m0.js +2 -0
- streamlit/static/static/js/index.Y9wPTZIf.js +1 -0
- streamlit/static/static/js/{index.COh5V_89.js → index.YutgmD9x.js} +2 -2
- streamlit/static/static/js/{index.BIqcOZ_u.js → index.b_f-McZ5.js} +1 -1
- streamlit/static/static/js/{index.BzTVI_BY.js → index.e6Ry6-Ft.js} +1 -1
- streamlit/static/static/js/index.hnu9U-5g.js +1 -0
- streamlit/static/static/js/{index.C6wyTXhz.js → index.rvbQETlC.js} +1 -1
- streamlit/static/static/js/index.w7yKy9fh.js +6 -0
- streamlit/static/static/js/{index.C7wst9Tm.js → index.y0h42OXL.js} +1 -1
- streamlit/static/static/js/{index.aCorc3Yt.js → index.y5HxPwg9.js} +48 -48
- streamlit/static/static/js/{index.CX0KdFyR.js → index.yHLCvUGh.js} +1 -1
- streamlit/static/static/js/{input.CXGIJ7D6.js → input.CAtwSQ27.js} +1 -1
- streamlit/static/static/js/{main.CCVkbuxC.js → main.VeMVx6VI.js} +1 -1
- streamlit/static/static/js/{memory.CNbnYs2A.js → memory.CxS_lIUn.js} +1 -1
- streamlit/static/static/js/number-overlay-editor.CoqRgZW_.js +9 -0
- streamlit/static/static/js/{pandasStylerUtils.CFSReOTm.js → pandasStylerUtils.DGWgd5sM.js} +1 -1
- streamlit/static/static/js/{sandbox.Bld0L3us.js → sandbox.2mSqEau0.js} +1 -1
- streamlit/static/static/js/sprintfjs.CsoVVZ9k.js +1 -0
- streamlit/static/static/js/{styled-components.BoUHK6TA.js → styled-components.BShfh7J8.js} +1 -1
- streamlit/static/static/js/{throttle.ByDFm7WV.js → throttle.Fq1DQK4p.js} +1 -1
- streamlit/static/static/js/{timepicker.CN6CUZEL.js → timepicker.DmyY-qtn.js} +1 -1
- streamlit/static/static/js/{toConsumableArray.DwMycSpg.js → toConsumableArray.Dvd9AIqV.js} +1 -1
- streamlit/static/static/js/uniqueId.CCajdEK8.js +1 -0
- streamlit/static/static/js/{useBasicWidgetState.Bg0ZMUt5.js → useBasicWidgetState.COLQ5AFB.js} +1 -1
- streamlit/static/static/js/{useIntlLocale.DgBUDcPA.js → useIntlLocale.kdIj0ego.js} +1 -1
- streamlit/static/static/js/{useTextInputAutoExpand.DDBezxks.js → useTextInputAutoExpand.DkuG1C1S.js} +1 -1
- streamlit/static/static/js/{useUpdateUiValue.Df1h6fXC.js → useUpdateUiValue.-UI_JsjT.js} +1 -1
- streamlit/static/static/js/{useWaveformController.DbWw5MEk.js → useWaveformController.C5PTwL6I.js} +1 -1
- streamlit/static/static/js/{withCalculatedWidth.YaK0HIIP.js → withCalculatedWidth.BREyS0pJ.js} +1 -1
- streamlit/static/static/js/{withFullScreenWrapper.CcWCKoY8.js → withFullScreenWrapper.DYDiEOrW.js} +1 -1
- streamlit/static/static/media/MaterialSymbols-Rounded.CnH1S47a.woff2 +0 -0
- streamlit/testing/v1/app_test.py +21 -5
- streamlit/testing/v1/element_tree.py +81 -4
- streamlit/web/server/server.py +0 -1
- streamlit/web/server/starlette/starlette_app.py +0 -1
- {streamlit_nightly-1.53.2.dev20260128.dist-info → streamlit_nightly-1.53.2.dev20260202.dist-info}/METADATA +10 -25
- {streamlit_nightly-1.53.2.dev20260128.dist-info → streamlit_nightly-1.53.2.dev20260202.dist-info}/RECORD +245 -252
- streamlit/proto/BokehChart_pb2.py +0 -27
- streamlit/proto/BokehChart_pb2.pyi +0 -56
- streamlit/proto/DataFrame_pb2.py +0 -56
- streamlit/proto/DataFrame_pb2.pyi +0 -430
- streamlit/proto/LabelVisibilityMessage_pb2.py +0 -29
- streamlit/proto/NamedDataSet_pb2.py +0 -28
- streamlit/proto/NamedDataSet_pb2.pyi +0 -67
- streamlit/proto/PagesChanged_pb2.py +0 -28
- streamlit/proto/PagesChanged_pb2.pyi +0 -55
- streamlit/proto/VegaLiteChart_pb2.py +0 -29
- streamlit/proto/VegaLiteChart_pb2.pyi +0 -79
- streamlit/static/static/js/data-grid-overlay-editor.COiiMi5r.js +0 -1
- streamlit/static/static/js/formatNumber.BK7h0k2z.js +0 -1
- streamlit/static/static/js/index.BBTKOM0z.js +0 -6
- streamlit/static/static/js/index.CSPY26T2.js +0 -1
- streamlit/static/static/js/index.CYhhEdja.js +0 -1
- streamlit/static/static/js/index.CdsyTabv.js +0 -1
- streamlit/static/static/js/index.CjRU8O1O.js +0 -2
- streamlit/static/static/js/index.Dc5-tFdw.js +0 -2
- streamlit/static/static/js/index.DcngUOyD.js +0 -2
- streamlit/static/static/js/index.VwDKazgt.js +0 -1
- streamlit/static/static/js/number-overlay-editor.CvI6wkld.js +0 -9
- streamlit/static/static/js/sprintf.DpPCfzXw.js +0 -1
- streamlit/static/static/js/uniqueId.DcCWa2cf.js +0 -1
- streamlit/static/static/media/MaterialSymbols-Rounded.C7IFxh57.woff2 +0 -0
- streamlit_nightly-1.53.2.dev20260128.data/scripts/streamlit.cmd +0 -16
- {streamlit_nightly-1.53.2.dev20260128.dist-info → streamlit_nightly-1.53.2.dev20260202.dist-info}/WHEEL +0 -0
- {streamlit_nightly-1.53.2.dev20260128.dist-info → streamlit_nightly-1.53.2.dev20260202.dist-info}/entry_points.txt +0 -0
- {streamlit_nightly-1.53.2.dev20260128.dist-info → streamlit_nightly-1.53.2.dev20260202.dist-info}/top_level.txt +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{al as JD,bD as QD,ag as e7,z as t7,V as r7,aL as a7,bE as rA,bF as n7,bG as i7,bH as o7,bI as qv,bJ as yh,bK as aA,aa as Wf,n as K5,bL as s7,bM as Kg,r as Gv,W as nA,j as cb,l as l7,k as u7}from"./index.aCorc3Yt.js";import{w as c7,E as iA}from"./withFullScreenWrapper.CcWCKoY8.js";import{F as f7}from"./FormClearHelper.DN8D_YXO.js";var lb={},ub={},$5;function h7(){return $5||($5=1,(function(tn){function qi(Ts){"@babel/helpers - typeof";return qi=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(Bs){return typeof Bs}:function(Bs){return Bs&&typeof Symbol=="function"&&Bs.constructor===Symbol&&Bs!==Symbol.prototype?"symbol":typeof Bs},qi(Ts)}Object.defineProperty(tn,"__esModule",{value:!0}),tn.default=Hv;var Es=Xu(JD()),Fo=Fs(QD());function Fs(Ts){return Ts&&Ts.__esModule?Ts:{default:Ts}}function rc(Ts){if(typeof WeakMap!="function")return null;var Bs=new WeakMap,ac=new WeakMap;return(rc=function(_i){return _i?ac:Bs})(Ts)}function Xu(Ts,Bs){if(Ts&&Ts.__esModule)return Ts;if(Ts===null||qi(Ts)!=="object"&&typeof Ts!="function")return{default:Ts};var ac=rc(Bs);if(ac&&ac.has(Ts))return ac.get(Ts);var Sc={},_i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var Jo in Ts)if(Jo!=="default"&&Object.prototype.hasOwnProperty.call(Ts,Jo)){var Ni=_i?Object.getOwnPropertyDescriptor(Ts,Jo):null;Ni&&(Ni.get||Ni.set)?Object.defineProperty(Sc,Jo,Ni):Sc[Jo]=Ts[Jo]}return Sc.default=Ts,ac&&ac.set(Ts,Sc),Sc}function Xf(Ts,Bs){if(!(Ts instanceof Bs))throw new TypeError("Cannot call a class as a function")}function wf(Ts,Bs){for(var ac=0;ac<Bs.length;ac++){var Sc=Bs[ac];Sc.enumerable=Sc.enumerable||!1,Sc.configurable=!0,"value"in Sc&&(Sc.writable=!0),Object.defineProperty(Ts,Sc.key,Sc)}}function Hc(Ts,Bs,ac){return Bs&&wf(Ts.prototype,Bs),Object.defineProperty(Ts,"prototype",{writable:!1}),Ts}function Tf(Ts,Bs){if(typeof Bs!="function"&&Bs!==null)throw new TypeError("Super expression must either be null or a function");Ts.prototype=Object.create(Bs&&Bs.prototype,{constructor:{value:Ts,writable:!0,configurable:!0}}),Object.defineProperty(Ts,"prototype",{writable:!1}),Bs&&Af(Ts,Bs)}function Af(Ts,Bs){return Af=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(Sc,_i){return Sc.__proto__=_i,Sc},Af(Ts,Bs)}function ah(Ts){var Bs=Wc();return function(){var Sc=Kh(Ts),_i;if(Bs){var Jo=Kh(this).constructor;_i=Reflect.construct(Sc,arguments,Jo)}else _i=Sc.apply(this,arguments);return gs(this,_i)}}function gs(Ts,Bs){if(Bs&&(qi(Bs)==="object"||typeof Bs=="function"))return Bs;if(Bs!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return Au(Ts)}function Au(Ts){if(Ts===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Ts}function Wc(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function Kh(Ts){return Kh=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(ac){return ac.__proto__||Object.getPrototypeOf(ac)},Kh(Ts)}var Os=["AfterExport","AfterPlot","Animated","AnimatingFrame","AnimationInterrupted","AutoSize","BeforeExport","BeforeHover","ButtonClicked","Click","ClickAnnotation","Deselect","DoubleClick","Framework","Hover","LegendClick","LegendDoubleClick","Relayout","Relayouting","Restyle","Redraw","Selected","Selecting","SliderChange","SliderEnd","SliderStart","SunburstClick","Transitioning","TransitionInterrupted","Unhover","WebGlContextLost"],He=["plotly_restyle","plotly_redraw","plotly_relayout","plotly_relayouting","plotly_doubleclick","plotly_animated","plotly_sunburstclick"],uv=typeof window<"u";function Hv(Ts){var Bs=(function(ac){Tf(_i,ac);var Sc=ah(_i);function _i(Jo){var Ni;return Xf(this,_i),Ni=Sc.call(this,Jo),Ni.p=Promise.resolve(),Ni.resizeHandler=null,Ni.handlers={},Ni.syncWindowResize=Ni.syncWindowResize.bind(Au(Ni)),Ni.syncEventHandlers=Ni.syncEventHandlers.bind(Au(Ni)),Ni.attachUpdateEvents=Ni.attachUpdateEvents.bind(Au(Ni)),Ni.getRef=Ni.getRef.bind(Au(Ni)),Ni.handleUpdate=Ni.handleUpdate.bind(Au(Ni)),Ni.figureCallback=Ni.figureCallback.bind(Au(Ni)),Ni.updatePlotly=Ni.updatePlotly.bind(Au(Ni)),Ni}return Hc(_i,[{key:"updatePlotly",value:function(Ni,nu,Sf){var Ui=this;this.p=this.p.then(function(){if(!Ui.unmounting){if(!Ui.el)throw new Error("Missing element reference");return Ts.react(Ui.el,{data:Ui.props.data,layout:Ui.props.layout,config:Ui.props.config,frames:Ui.props.frames})}}).then(function(){Ui.unmounting||(Ui.syncWindowResize(Ni),Ui.syncEventHandlers(),Ui.figureCallback(nu),Sf&&Ui.attachUpdateEvents())}).catch(function(Qo){Ui.props.onError&&Ui.props.onError(Qo)})}},{key:"componentDidMount",value:function(){this.unmounting=!1,this.updatePlotly(!0,this.props.onInitialized,!0)}},{key:"componentDidUpdate",value:function(Ni){this.unmounting=!1;var nu=Ni.frames&&Ni.frames.length?Ni.frames.length:0,Sf=this.props.frames&&this.props.frames.length?this.props.frames.length:0,Ui=!(Ni.layout===this.props.layout&&Ni.data===this.props.data&&Ni.config===this.props.config&&Sf===nu),Qo=Ni.revision!==void 0,Cp=Ni.revision!==this.props.revision;!Ui&&(!Qo||Qo&&!Cp)||this.updatePlotly(!1,this.props.onUpdate,!1)}},{key:"componentWillUnmount",value:function(){this.unmounting=!0,this.figureCallback(this.props.onPurge),this.resizeHandler&&uv&&(window.removeEventListener("resize",this.resizeHandler),this.resizeHandler=null),this.removeUpdateEvents(),Ts.purge(this.el)}},{key:"attachUpdateEvents",value:function(){var Ni=this;!this.el||!this.el.removeListener||He.forEach(function(nu){Ni.el.on(nu,Ni.handleUpdate)})}},{key:"removeUpdateEvents",value:function(){var Ni=this;!this.el||!this.el.removeListener||He.forEach(function(nu){Ni.el.removeListener(nu,Ni.handleUpdate)})}},{key:"handleUpdate",value:function(){this.figureCallback(this.props.onUpdate)}},{key:"figureCallback",value:function(Ni){if(typeof Ni=="function"){var nu=this.el,Sf=nu.data,Ui=nu.layout,Qo=this.el._transitionData?this.el._transitionData._frames:null,Cp={data:Sf,layout:Ui,frames:Qo};Ni(Cp,this.el)}}},{key:"syncWindowResize",value:function(Ni){var nu=this;uv&&(this.props.useResizeHandler&&!this.resizeHandler?(this.resizeHandler=function(){return Ts.Plots.resize(nu.el)},window.addEventListener("resize",this.resizeHandler),Ni&&this.resizeHandler()):!this.props.useResizeHandler&&this.resizeHandler&&(window.removeEventListener("resize",this.resizeHandler),this.resizeHandler=null))}},{key:"getRef",value:function(Ni){this.el=Ni,this.props.debug&&uv&&(window.gd=this.el)}},{key:"syncEventHandlers",value:function(){var Ni=this;Os.forEach(function(nu){var Sf=Ni.props["on"+nu],Ui=Ni.handlers[nu],Qo=!!Ui;Sf&&!Qo?Ni.addEventHandler(nu,Sf):!Sf&&Qo?Ni.removeEventHandler(nu):Sf&&Qo&&Sf!==Ui&&(Ni.removeEventHandler(nu),Ni.addEventHandler(nu,Sf))})}},{key:"addEventHandler",value:function(Ni,nu){this.handlers[Ni]=nu,this.el.on(this.getPlotlyEventName(Ni),this.handlers[Ni])}},{key:"removeEventHandler",value:function(Ni){this.el.removeListener(this.getPlotlyEventName(Ni),this.handlers[Ni]),delete this.handlers[Ni]}},{key:"getPlotlyEventName",value:function(Ni){return"plotly_"+Ni.toLowerCase()}},{key:"render",value:function(){return Es.default.createElement("div",{id:this.props.divId,style:this.props.style,ref:this.getRef,className:this.props.className})}}]),_i})(Es.Component);return Bs.propTypes={data:Fo.default.arrayOf(Fo.default.object),config:Fo.default.object,layout:Fo.default.object,frames:Fo.default.arrayOf(Fo.default.object),revision:Fo.default.number,onInitialized:Fo.default.func,onPurge:Fo.default.func,onError:Fo.default.func,onUpdate:Fo.default.func,debug:Fo.default.bool,style:Fo.default.object,className:Fo.default.string,useResizeHandler:Fo.default.bool,divId:Fo.default.string},Os.forEach(function(ac){Bs.propTypes["on"+ac]=Fo.default.func}),Bs.defaultProps={debug:!1,useResizeHandler:!1,data:[],style:{position:"relative",display:"inline-block"}},Bs}})(ub)),ub}var $y={exports:{}},v7=$y.exports,J5;function d7(){return J5||(J5=1,(function(tn){var qi={};(function(Es,Fo){tn.exports?tn.exports=Fo():Es.moduleName=Fo()})(typeof self<"u"?self:v7,()=>{var Es=(()=>{var Fo=Object.create,Fs=Object.defineProperty,rc=Object.defineProperties,Xu=Object.getOwnPropertyDescriptor,Xf=Object.getOwnPropertyDescriptors,wf=Object.getOwnPropertyNames,Hc=Object.getOwnPropertySymbols,Tf=Object.getPrototypeOf,Af=Object.prototype.hasOwnProperty,ah=Object.prototype.propertyIsEnumerable,gs=(Y,G,h)=>G in Y?Fs(Y,G,{enumerable:!0,configurable:!0,writable:!0,value:h}):Y[G]=h,Au=(Y,G)=>{for(var h in G||(G={}))Af.call(G,h)&&gs(Y,h,G[h]);if(Hc)for(var h of Hc(G))ah.call(G,h)&&gs(Y,h,G[h]);return Y},Wc=(Y,G)=>rc(Y,Xf(G)),Kh=(Y,G)=>{var h={};for(var b in Y)Af.call(Y,b)&&G.indexOf(b)<0&&(h[b]=Y[b]);if(Y!=null&&Hc)for(var b of Hc(Y))G.indexOf(b)<0&&ah.call(Y,b)&&(h[b]=Y[b]);return h},Os=(Y,G)=>function(){return Y&&(G=(0,Y[wf(Y)[0]])(Y=0)),G},He=(Y,G)=>function(){return G||(0,Y[wf(Y)[0]])((G={exports:{}}).exports,G),G.exports},uv=(Y,G)=>{for(var h in G)Fs(Y,h,{get:G[h],enumerable:!0})},Hv=(Y,G,h,b)=>{if(G&&typeof G=="object"||typeof G=="function")for(let S of wf(G))!Af.call(Y,S)&&S!==h&&Fs(Y,S,{get:()=>G[S],enumerable:!(b=Xu(G,S))||b.enumerable});return Y},Ts=(Y,G,h)=>(h=Y!=null?Fo(Tf(Y)):{},Hv(Fs(h,"default",{value:Y,enumerable:!0}),Y)),Bs=Y=>Hv(Fs({},"__esModule",{value:!0}),Y),ac=He({"src/version.js"(Y){Y.version="3.3.1"}}),Sc=He({"node_modules/native-promise-only/lib/npo.src.js"(Y,G){(function(b,S,E){S[b]=S[b]||E(),typeof G<"u"&&G.exports&&(G.exports=S[b])})("Promise",typeof window<"u"?window:Y,function(){var b,S,E,e=Object.prototype.toString,t=typeof setImmediate<"u"?function(m){return setImmediate(m)}:setTimeout;try{Object.defineProperty({},"x",{}),b=function(m,x,A,M){return Object.defineProperty(m,x,{value:A,writable:!0,configurable:M!==!1})}}catch{b=function(x,A,M){return x[A]=M,x}}E=(function(){var m,x,A;function M(_,w){this.fn=_,this.self=w,this.next=void 0}return{add:function(w,g){A=new M(w,g),x?x.next=A:m=A,x=A,A=void 0},drain:function(){var w=m;for(m=x=S=void 0;w;)w.fn.call(w.self),w=w.next}}})();function r(l,m){E.add(l,m),S||(S=t(E.drain))}function o(l){var m,x=typeof l;return l!=null&&(x=="object"||x=="function")&&(m=l.then),typeof m=="function"?m:!1}function a(){for(var l=0;l<this.chain.length;l++)i(this,this.state===1?this.chain[l].success:this.chain[l].failure,this.chain[l]);this.chain.length=0}function i(l,m,x){var A,M;try{m===!1?x.reject(l.msg):(m===!0?A=l.msg:A=m.call(void 0,l.msg),A===x.promise?x.reject(TypeError("Promise-chain cycle")):(M=o(A))?M.call(A,x.resolve,x.reject):x.resolve(A))}catch(_){x.reject(_)}}function n(l){var m,x=this;if(!x.triggered){x.triggered=!0,x.def&&(x=x.def);try{(m=o(l))?r(function(){var A=new c(x);try{m.call(l,function(){n.apply(A,arguments)},function(){s.apply(A,arguments)})}catch(M){s.call(A,M)}}):(x.msg=l,x.state=1,x.chain.length>0&&r(a,x))}catch(A){s.call(new c(x),A)}}}function s(l){var m=this;m.triggered||(m.triggered=!0,m.def&&(m=m.def),m.msg=l,m.state=2,m.chain.length>0&&r(a,m))}function f(l,m,x,A){for(var M=0;M<m.length;M++)(function(w){l.resolve(m[w]).then(function(u){x(w,u)},A)})(M)}function c(l){this.def=l,this.triggered=!1}function p(l){this.promise=l,this.state=0,this.triggered=!1,this.chain=[],this.msg=void 0}function d(l){if(typeof l!="function")throw TypeError("Not a function");if(this.__NPO__!==0)throw TypeError("Not a promise");this.__NPO__=1;var m=new p(this);this.then=function(A,M){var _={success:typeof A=="function"?A:!0,failure:typeof M=="function"?M:!1};return _.promise=new this.constructor(function(g,u){if(typeof g!="function"||typeof u!="function")throw TypeError("Not a function");_.resolve=g,_.reject=u}),m.chain.push(_),m.state!==0&&r(a,m),_.promise},this.catch=function(A){return this.then(void 0,A)};try{l.call(void 0,function(A){n.call(m,A)},function(A){s.call(m,A)})}catch(x){s.call(m,x)}}var T=b({},"constructor",d,!1);return d.prototype=T,b(T,"__NPO__",0,!1),b(d,"resolve",function(m){var x=this;return m&&typeof m=="object"&&m.__NPO__===1?m:new x(function(M,_){if(typeof M!="function"||typeof _!="function")throw TypeError("Not a function");M(m)})}),b(d,"reject",function(m){return new this(function(A,M){if(typeof A!="function"||typeof M!="function")throw TypeError("Not a function");M(m)})}),b(d,"all",function(m){var x=this;return e.call(m)!="[object Array]"?x.reject(TypeError("Not an array")):m.length===0?x.resolve([]):new x(function(M,_){if(typeof M!="function"||typeof _!="function")throw TypeError("Not a function");var w=m.length,g=Array(w),u=0;f(x,m,function(y,R){g[y]=R,++u===w&&M(g)},_)})}),b(d,"race",function(m){var x=this;return e.call(m)!="[object Array]"?x.reject(TypeError("Not an array")):new x(function(M,_){if(typeof M!="function"||typeof _!="function")throw TypeError("Not a function");f(x,m,function(g,u){M(u)},_)})}),d})}}),_i=He({"node_modules/@plotly/d3/d3.js"(Y,G){(function(){var h={version:"3.8.2"},b=[].slice,S=function(de){return b.call(de)},E=self.document;function e(de){return de&&(de.ownerDocument||de.document||de).documentElement}function t(de){return de&&(de.ownerDocument&&de.ownerDocument.defaultView||de.document&&de||de.defaultView)}if(E)try{S(E.documentElement.childNodes)[0].nodeType}catch{S=function(Pe){for(var Ke=Pe.length,vt=new Array(Ke);Ke--;)vt[Ke]=Pe[Ke];return vt}}if(Date.now||(Date.now=function(){return+new Date}),E)try{E.createElement("DIV").style.setProperty("opacity",0,"")}catch{var r=this.Element.prototype,o=r.setAttribute,a=r.setAttributeNS,i=this.CSSStyleDeclaration.prototype,n=i.setProperty;r.setAttribute=function(Pe,Ke){o.call(this,Pe,Ke+"")},r.setAttributeNS=function(Pe,Ke,vt){a.call(this,Pe,Ke,vt+"")},i.setProperty=function(Pe,Ke,vt){n.call(this,Pe,Ke+"",vt)}}h.ascending=s;function s(de,Pe){return de<Pe?-1:de>Pe?1:de>=Pe?0:NaN}h.descending=function(de,Pe){return Pe<de?-1:Pe>de?1:Pe>=de?0:NaN},h.min=function(de,Pe){var Ke=-1,vt=de.length,gt,Tt;if(arguments.length===1){for(;++Ke<vt;)if((Tt=de[Ke])!=null&&Tt>=Tt){gt=Tt;break}for(;++Ke<vt;)(Tt=de[Ke])!=null&>>Tt&&(gt=Tt)}else{for(;++Ke<vt;)if((Tt=Pe.call(de,de[Ke],Ke))!=null&&Tt>=Tt){gt=Tt;break}for(;++Ke<vt;)(Tt=Pe.call(de,de[Ke],Ke))!=null&>>Tt&&(gt=Tt)}return gt},h.max=function(de,Pe){var Ke=-1,vt=de.length,gt,Tt;if(arguments.length===1){for(;++Ke<vt;)if((Tt=de[Ke])!=null&&Tt>=Tt){gt=Tt;break}for(;++Ke<vt;)(Tt=de[Ke])!=null&&Tt>gt&&(gt=Tt)}else{for(;++Ke<vt;)if((Tt=Pe.call(de,de[Ke],Ke))!=null&&Tt>=Tt){gt=Tt;break}for(;++Ke<vt;)(Tt=Pe.call(de,de[Ke],Ke))!=null&&Tt>gt&&(gt=Tt)}return gt},h.extent=function(de,Pe){var Ke=-1,vt=de.length,gt,Tt,qt;if(arguments.length===1){for(;++Ke<vt;)if((Tt=de[Ke])!=null&&Tt>=Tt){gt=qt=Tt;break}for(;++Ke<vt;)(Tt=de[Ke])!=null&&(gt>Tt&&(gt=Tt),qt<Tt&&(qt=Tt))}else{for(;++Ke<vt;)if((Tt=Pe.call(de,de[Ke],Ke))!=null&&Tt>=Tt){gt=qt=Tt;break}for(;++Ke<vt;)(Tt=Pe.call(de,de[Ke],Ke))!=null&&(gt>Tt&&(gt=Tt),qt<Tt&&(qt=Tt))}return[gt,qt]};function f(de){return de===null?NaN:+de}function c(de){return!isNaN(de)}h.sum=function(de,Pe){var Ke=0,vt=de.length,gt,Tt=-1;if(arguments.length===1)for(;++Tt<vt;)c(gt=+de[Tt])&&(Ke+=gt);else for(;++Tt<vt;)c(gt=+Pe.call(de,de[Tt],Tt))&&(Ke+=gt);return Ke},h.mean=function(de,Pe){var Ke=0,vt=de.length,gt,Tt=-1,qt=vt;if(arguments.length===1)for(;++Tt<vt;)c(gt=f(de[Tt]))?Ke+=gt:--qt;else for(;++Tt<vt;)c(gt=f(Pe.call(de,de[Tt],Tt)))?Ke+=gt:--qt;if(qt)return Ke/qt},h.quantile=function(de,Pe){var Ke=(de.length-1)*Pe+1,vt=Math.floor(Ke),gt=+de[vt-1],Tt=Ke-vt;return Tt?gt+Tt*(de[vt]-gt):gt},h.median=function(de,Pe){var Ke=[],vt=de.length,gt,Tt=-1;if(arguments.length===1)for(;++Tt<vt;)c(gt=f(de[Tt]))&&Ke.push(gt);else for(;++Tt<vt;)c(gt=f(Pe.call(de,de[Tt],Tt)))&&Ke.push(gt);if(Ke.length)return h.quantile(Ke.sort(s),.5)},h.variance=function(de,Pe){var Ke=de.length,vt=0,gt,Tt,qt=0,Vt=-1,or=0;if(arguments.length===1)for(;++Vt<Ke;)c(gt=f(de[Vt]))&&(Tt=gt-vt,vt+=Tt/++or,qt+=Tt*(gt-vt));else for(;++Vt<Ke;)c(gt=f(Pe.call(de,de[Vt],Vt)))&&(Tt=gt-vt,vt+=Tt/++or,qt+=Tt*(gt-vt));if(or>1)return qt/(or-1)},h.deviation=function(){var de=h.variance.apply(this,arguments);return de&&Math.sqrt(de)};function p(de){return{left:function(Pe,Ke,vt,gt){for(arguments.length<3&&(vt=0),arguments.length<4&&(gt=Pe.length);vt<gt;){var Tt=vt+gt>>>1;de(Pe[Tt],Ke)<0?vt=Tt+1:gt=Tt}return vt},right:function(Pe,Ke,vt,gt){for(arguments.length<3&&(vt=0),arguments.length<4&&(gt=Pe.length);vt<gt;){var Tt=vt+gt>>>1;de(Pe[Tt],Ke)>0?gt=Tt:vt=Tt+1}return vt}}}var d=p(s);h.bisectLeft=d.left,h.bisect=h.bisectRight=d.right,h.bisector=function(de){return p(de.length===1?function(Pe,Ke){return s(de(Pe),Ke)}:de)},h.shuffle=function(de,Pe,Ke){(vt=arguments.length)<3&&(Ke=de.length,vt<2&&(Pe=0));for(var vt=Ke-Pe,gt,Tt;vt;)Tt=Math.random()*vt--|0,gt=de[vt+Pe],de[vt+Pe]=de[Tt+Pe],de[Tt+Pe]=gt;return de},h.permute=function(de,Pe){for(var Ke=Pe.length,vt=new Array(Ke);Ke--;)vt[Ke]=de[Pe[Ke]];return vt},h.pairs=function(de){for(var Pe=0,Ke=de.length-1,vt=de[0],gt=new Array(Ke<0?0:Ke);Pe<Ke;)gt[Pe]=[vt,vt=de[++Pe]];return gt},h.transpose=function(de){if(!(Tt=de.length))return[];for(var Pe=-1,Ke=h.min(de,T),vt=new Array(Ke);++Pe<Ke;)for(var gt=-1,Tt,qt=vt[Pe]=new Array(Tt);++gt<Tt;)qt[gt]=de[gt][Pe];return vt};function T(de){return de.length}h.zip=function(){return h.transpose(arguments)},h.keys=function(de){var Pe=[];for(var Ke in de)Pe.push(Ke);return Pe},h.values=function(de){var Pe=[];for(var Ke in de)Pe.push(de[Ke]);return Pe},h.entries=function(de){var Pe=[];for(var Ke in de)Pe.push({key:Ke,value:de[Ke]});return Pe},h.merge=function(de){for(var Pe=de.length,Ke,vt=-1,gt=0,Tt,qt;++vt<Pe;)gt+=de[vt].length;for(Tt=new Array(gt);--Pe>=0;)for(qt=de[Pe],Ke=qt.length;--Ke>=0;)Tt[--gt]=qt[Ke];return Tt};var l=Math.abs;h.range=function(de,Pe,Ke){if(arguments.length<3&&(Ke=1,arguments.length<2&&(Pe=de,de=0)),(Pe-de)/Ke===1/0)throw new Error("infinite range");var vt=[],gt=m(l(Ke)),Tt=-1,qt;if(de*=gt,Pe*=gt,Ke*=gt,Ke<0)for(;(qt=de+Ke*++Tt)>Pe;)vt.push(qt/gt);else for(;(qt=de+Ke*++Tt)<Pe;)vt.push(qt/gt);return vt};function m(de){for(var Pe=1;de*Pe%1;)Pe*=10;return Pe}function x(de,Pe){for(var Ke in Pe)Object.defineProperty(de.prototype,Ke,{value:Pe[Ke],enumerable:!1})}h.map=function(de,Pe){var Ke=new A;if(de instanceof A)de.forEach(function(Vt,or){Ke.set(Vt,or)});else if(Array.isArray(de)){var vt=-1,gt=de.length,Tt;if(arguments.length===1)for(;++vt<gt;)Ke.set(vt,de[vt]);else for(;++vt<gt;)Ke.set(Pe.call(de,Tt=de[vt],vt),Tt)}else for(var qt in de)Ke.set(qt,de[qt]);return Ke};function A(){this._=Object.create(null)}var M="__proto__",_="\0";x(A,{has:u,get:function(de){return this._[w(de)]},set:function(de,Pe){return this._[w(de)]=Pe},remove:v,keys:y,values:function(){var de=[];for(var Pe in this._)de.push(this._[Pe]);return de},entries:function(){var de=[];for(var Pe in this._)de.push({key:g(Pe),value:this._[Pe]});return de},size:R,empty:L,forEach:function(de){for(var Pe in this._)de.call(this,g(Pe),this._[Pe])}});function w(de){return(de+="")===M||de[0]===_?_+de:de}function g(de){return(de+="")[0]===_?de.slice(1):de}function u(de){return w(de)in this._}function v(de){return(de=w(de))in this._&&delete this._[de]}function y(){var de=[];for(var Pe in this._)de.push(g(Pe));return de}function R(){var de=0;for(var Pe in this._)++de;return de}function L(){for(var de in this._)return!1;return!0}h.nest=function(){var de={},Pe=[],Ke=[],vt,gt;function Tt(Vt,or,Ir){if(Ir>=Pe.length)return gt?gt.call(de,or):vt?or.sort(vt):or;for(var Lr=-1,Zr=or.length,ia=Pe[Ir++],la,nn,da,La=new A,Oa;++Lr<Zr;)(Oa=La.get(la=ia(nn=or[Lr])))?Oa.push(nn):La.set(la,[nn]);return Vt?(nn=Vt(),da=function(Qa,sn){nn.set(Qa,Tt(Vt,sn,Ir))}):(nn={},da=function(Qa,sn){nn[Qa]=Tt(Vt,sn,Ir)}),La.forEach(da),nn}function qt(Vt,or){if(or>=Pe.length)return Vt;var Ir=[],Lr=Ke[or++];return Vt.forEach(function(Zr,ia){Ir.push({key:Zr,values:qt(ia,or)})}),Lr?Ir.sort(function(Zr,ia){return Lr(Zr.key,ia.key)}):Ir}return de.map=function(Vt,or){return Tt(or,Vt,0)},de.entries=function(Vt){return qt(Tt(h.map,Vt,0),0)},de.key=function(Vt){return Pe.push(Vt),de},de.sortKeys=function(Vt){return Ke[Pe.length-1]=Vt,de},de.sortValues=function(Vt){return vt=Vt,de},de.rollup=function(Vt){return gt=Vt,de},de},h.set=function(de){var Pe=new z;if(de)for(var Ke=0,vt=de.length;Ke<vt;++Ke)Pe.add(de[Ke]);return Pe};function z(){this._=Object.create(null)}x(z,{has:u,add:function(de){return this._[w(de+="")]=!0,de},remove:v,values:y,size:R,empty:L,forEach:function(de){for(var Pe in this._)de.call(this,g(Pe))}}),h.behavior={};function F(de){return de}h.rebind=function(de,Pe){for(var Ke=1,vt=arguments.length,gt;++Ke<vt;)de[gt=arguments[Ke]]=B(de,Pe,Pe[gt]);return de};function B(de,Pe,Ke){return function(){var vt=Ke.apply(Pe,arguments);return vt===Pe?de:vt}}function O(de,Pe){if(Pe in de)return Pe;Pe=Pe.charAt(0).toUpperCase()+Pe.slice(1);for(var Ke=0,vt=I.length;Ke<vt;++Ke){var gt=I[Ke]+Pe;if(gt in de)return gt}}var I=["webkit","ms","moz","Moz","o","O"];function N(){}h.dispatch=function(){for(var de=new U,Pe=-1,Ke=arguments.length;++Pe<Ke;)de[arguments[Pe]]=X(de);return de};function U(){}U.prototype.on=function(de,Pe){var Ke=de.indexOf("."),vt="";if(Ke>=0&&(vt=de.slice(Ke+1),de=de.slice(0,Ke)),de)return arguments.length<2?this[de].on(vt):this[de].on(vt,Pe);if(arguments.length===2){if(Pe==null)for(de in this)this.hasOwnProperty(de)&&this[de].on(vt,null);return this}};function X(de){var Pe=[],Ke=new A;function vt(){for(var gt=Pe,Tt=-1,qt=gt.length,Vt;++Tt<qt;)(Vt=gt[Tt].on)&&Vt.apply(this,arguments);return de}return vt.on=function(gt,Tt){var qt=Ke.get(gt),Vt;return arguments.length<2?qt&&qt.on:(qt&&(qt.on=null,Pe=Pe.slice(0,Vt=Pe.indexOf(qt)).concat(Pe.slice(Vt+1)),Ke.remove(gt)),Tt&&Pe.push(Ke.set(gt,{on:Tt})),de)},vt}h.event=null;function ee(){h.event.preventDefault()}function ue(){for(var de=h.event,Pe;Pe=de.sourceEvent;)de=Pe;return de}function oe(de){for(var Pe=new U,Ke=0,vt=arguments.length;++Ke<vt;)Pe[arguments[Ke]]=X(Pe);return Pe.of=function(gt,Tt){return function(qt){try{var Vt=qt.sourceEvent=h.event;qt.target=de,h.event=qt,Pe[qt.type].apply(gt,Tt)}finally{h.event=Vt}}},Pe}h.requote=function(de){return de.replace(le,"\\$&")};var le=/[\\\^\$\*\+\?\|\[\]\(\)\.\{\}]/g,V={}.__proto__?function(de,Pe){de.__proto__=Pe}:function(de,Pe){for(var Ke in Pe)de[Ke]=Pe[Ke]};function J(de){return V(de,Q),de}var te=function(de,Pe){return Pe.querySelector(de)},Z=function(de,Pe){return Pe.querySelectorAll(de)},se=function(de,Pe){var Ke=de.matches||de[O(de,"matchesSelector")];return se=function(vt,gt){return Ke.call(vt,gt)},se(de,Pe)};typeof Sizzle=="function"&&(te=function(de,Pe){return Sizzle(de,Pe)[0]||null},Z=Sizzle,se=Sizzle.matchesSelector),h.selection=function(){return h.select(E.documentElement)};var Q=h.selection.prototype=[];Q.select=function(de){var Pe=[],Ke,vt,gt,Tt;de=q(de);for(var qt=-1,Vt=this.length;++qt<Vt;){Pe.push(Ke=[]),Ke.parentNode=(gt=this[qt]).parentNode;for(var or=-1,Ir=gt.length;++or<Ir;)(Tt=gt[or])?(Ke.push(vt=de.call(Tt,Tt.__data__,or,qt)),vt&&"__data__"in Tt&&(vt.__data__=Tt.__data__)):Ke.push(null)}return J(Pe)};function q(de){return typeof de=="function"?de:function(){return te(de,this)}}Q.selectAll=function(de){var Pe=[],Ke,vt;de=re(de);for(var gt=-1,Tt=this.length;++gt<Tt;)for(var qt=this[gt],Vt=-1,or=qt.length;++Vt<or;)(vt=qt[Vt])&&(Pe.push(Ke=S(de.call(vt,vt.__data__,Vt,gt))),Ke.parentNode=vt);return J(Pe)};function re(de){return typeof de=="function"?de:function(){return Z(de,this)}}var ae="http://www.w3.org/1999/xhtml",fe={svg:"http://www.w3.org/2000/svg",xhtml:ae,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};h.ns={prefix:fe,qualify:function(de){var Pe=de.indexOf(":"),Ke=de;return Pe>=0&&(Ke=de.slice(0,Pe))!=="xmlns"&&(de=de.slice(Pe+1)),fe.hasOwnProperty(Ke)?{space:fe[Ke],local:de}:de}},Q.attr=function(de,Pe){if(arguments.length<2){if(typeof de=="string"){var Ke=this.node();return de=h.ns.qualify(de),de.local?Ke.getAttributeNS(de.space,de.local):Ke.getAttribute(de)}for(Pe in de)this.each(be(Pe,de[Pe]));return this}return this.each(be(de,Pe))};function be(de,Pe){de=h.ns.qualify(de);function Ke(){this.removeAttribute(de)}function vt(){this.removeAttributeNS(de.space,de.local)}function gt(){this.setAttribute(de,Pe)}function Tt(){this.setAttributeNS(de.space,de.local,Pe)}function qt(){var or=Pe.apply(this,arguments);or==null?this.removeAttribute(de):this.setAttribute(de,or)}function Vt(){var or=Pe.apply(this,arguments);or==null?this.removeAttributeNS(de.space,de.local):this.setAttributeNS(de.space,de.local,or)}return Pe==null?de.local?vt:Ke:typeof Pe=="function"?de.local?Vt:qt:de.local?Tt:gt}function Me(de){return de.trim().replace(/\s+/g," ")}Q.classed=function(de,Pe){if(arguments.length<2){if(typeof de=="string"){var Ke=this.node(),vt=(de=Le(de)).length,gt=-1;if(Pe=Ke.classList){for(;++gt<vt;)if(!Pe.contains(de[gt]))return!1}else for(Pe=Ke.getAttribute("class");++gt<vt;)if(!Ie(de[gt]).test(Pe))return!1;return!0}for(Pe in de)this.each(je(Pe,de[Pe]));return this}return this.each(je(de,Pe))};function Ie(de){return new RegExp("(?:^|\\s+)"+h.requote(de)+"(?:\\s+|$)","g")}function Le(de){return(de+"").trim().split(/^|\s+/)}function je(de,Pe){de=Le(de).map(et);var Ke=de.length;function vt(){for(var Tt=-1;++Tt<Ke;)de[Tt](this,Pe)}function gt(){for(var Tt=-1,qt=Pe.apply(this,arguments);++Tt<Ke;)de[Tt](this,qt)}return typeof Pe=="function"?gt:vt}function et(de){var Pe=Ie(de);return function(Ke,vt){if(gt=Ke.classList)return vt?gt.add(de):gt.remove(de);var gt=Ke.getAttribute("class")||"";vt?(Pe.lastIndex=0,Pe.test(gt)||Ke.setAttribute("class",Me(gt+" "+de))):Ke.setAttribute("class",Me(gt.replace(Pe," ")))}}Q.style=function(de,Pe,Ke){var vt=arguments.length;if(vt<3){if(typeof de!="string"){vt<2&&(Pe="");for(Ke in de)this.each(rt(Ke,de[Ke],Pe));return this}if(vt<2){var gt=this.node();return t(gt).getComputedStyle(gt,null).getPropertyValue(de)}Ke=""}return this.each(rt(de,Pe,Ke))};function rt(de,Pe,Ke){function vt(){this.style.removeProperty(de)}function gt(){this.style.setProperty(de,Pe,Ke)}function Tt(){var qt=Pe.apply(this,arguments);qt==null?this.style.removeProperty(de):this.style.setProperty(de,qt,Ke)}return Pe==null?vt:typeof Pe=="function"?Tt:gt}Q.property=function(de,Pe){if(arguments.length<2){if(typeof de=="string")return this.node()[de];for(Pe in de)this.each(Je(Pe,de[Pe]));return this}return this.each(Je(de,Pe))};function Je(de,Pe){function Ke(){delete this[de]}function vt(){this[de]=Pe}function gt(){var Tt=Pe.apply(this,arguments);Tt==null?delete this[de]:this[de]=Tt}return Pe==null?Ke:typeof Pe=="function"?gt:vt}Q.text=function(de){return arguments.length?this.each(typeof de=="function"?function(){var Pe=de.apply(this,arguments);this.textContent=Pe??""}:de==null?function(){this.textContent=""}:function(){this.textContent=de}):this.node().textContent},Q.html=function(de){return arguments.length?this.each(typeof de=="function"?function(){var Pe=de.apply(this,arguments);this.innerHTML=Pe??""}:de==null?function(){this.innerHTML=""}:function(){this.innerHTML=de}):this.node().innerHTML},Q.append=function(de){return de=Ze(de),this.select(function(){return this.appendChild(de.apply(this,arguments))})};function Ze(de){function Pe(){var vt=this.ownerDocument,gt=this.namespaceURI;return gt===ae&&vt.documentElement.namespaceURI===ae?vt.createElement(de):vt.createElementNS(gt,de)}function Ke(){return this.ownerDocument.createElementNS(de.space,de.local)}return typeof de=="function"?de:(de=h.ns.qualify(de)).local?Ke:Pe}Q.insert=function(de,Pe){return de=Ze(de),Pe=q(Pe),this.select(function(){return this.insertBefore(de.apply(this,arguments),Pe.apply(this,arguments)||null)})},Q.remove=function(){return this.each(Ee)};function Ee(){var de=this.parentNode;de&&de.removeChild(this)}Q.data=function(de,Pe){var Ke=-1,vt=this.length,gt,Tt;if(!arguments.length){for(de=new Array(vt=(gt=this[0]).length);++Ke<vt;)(Tt=gt[Ke])&&(de[Ke]=Tt.__data__);return de}function qt(Lr,Zr){var ia,la=Lr.length,nn=Zr.length,da=Math.min(la,nn),La=new Array(nn),Oa=new Array(nn),Qa=new Array(la),sn,Fa;if(Pe){var Pn=new A,si=new Array(la),$n;for(ia=-1;++ia<la;)(sn=Lr[ia])&&(Pn.has($n=Pe.call(sn,sn.__data__,ia))?Qa[ia]=sn:Pn.set($n,sn),si[ia]=$n);for(ia=-1;++ia<nn;)(sn=Pn.get($n=Pe.call(Zr,Fa=Zr[ia],ia)))?sn!==!0&&(La[ia]=sn,sn.__data__=Fa):Oa[ia]=xe(Fa),Pn.set($n,!0);for(ia=-1;++ia<la;)ia in si&&Pn.get(si[ia])!==!0&&(Qa[ia]=Lr[ia])}else{for(ia=-1;++ia<da;)sn=Lr[ia],Fa=Zr[ia],sn?(sn.__data__=Fa,La[ia]=sn):Oa[ia]=xe(Fa);for(;ia<nn;++ia)Oa[ia]=xe(Zr[ia]);for(;ia<la;++ia)Qa[ia]=Lr[ia]}Oa.update=La,Oa.parentNode=La.parentNode=Qa.parentNode=Lr.parentNode,Vt.push(Oa),or.push(La),Ir.push(Qa)}var Vt=nt([]),or=J([]),Ir=J([]);if(typeof de=="function")for(;++Ke<vt;)qt(gt=this[Ke],de.call(gt,gt.parentNode.__data__,Ke));else for(;++Ke<vt;)qt(gt=this[Ke],de);return or.enter=function(){return Vt},or.exit=function(){return Ir},or};function xe(de){return{__data__:de}}Q.datum=function(de){return arguments.length?this.property("__data__",de):this.property("__data__")},Q.filter=function(de){var Pe=[],Ke,vt,gt;typeof de!="function"&&(de=he(de));for(var Tt=0,qt=this.length;Tt<qt;Tt++){Pe.push(Ke=[]),Ke.parentNode=(vt=this[Tt]).parentNode;for(var Vt=0,or=vt.length;Vt<or;Vt++)(gt=vt[Vt])&&de.call(gt,gt.__data__,Vt,Tt)&&Ke.push(gt)}return J(Pe)};function he(de){return function(){return se(this,de)}}Q.order=function(){for(var de=-1,Pe=this.length;++de<Pe;)for(var Ke=this[de],vt=Ke.length-1,gt=Ke[vt],Tt;--vt>=0;)(Tt=Ke[vt])&&(gt&>!==Tt.nextSibling&>.parentNode.insertBefore(Tt,gt),gt=Tt);return this},Q.sort=function(de){de=De.apply(this,arguments);for(var Pe=-1,Ke=this.length;++Pe<Ke;)this[Pe].sort(de);return this.order()};function De(de){return arguments.length||(de=s),function(Pe,Ke){return Pe&&Ke?de(Pe.__data__,Ke.__data__):!Pe-!Ke}}Q.each=function(de){return tt(this,function(Pe,Ke,vt){de.call(Pe,Pe.__data__,Ke,vt)})};function tt(de,Pe){for(var Ke=0,vt=de.length;Ke<vt;Ke++)for(var gt=de[Ke],Tt=0,qt=gt.length,Vt;Tt<qt;Tt++)(Vt=gt[Tt])&&Pe(Vt,Tt,Ke);return de}Q.call=function(de){var Pe=S(arguments);return de.apply(Pe[0]=this,Pe),this},Q.empty=function(){return!this.node()},Q.node=function(){for(var de=0,Pe=this.length;de<Pe;de++)for(var Ke=this[de],vt=0,gt=Ke.length;vt<gt;vt++){var Tt=Ke[vt];if(Tt)return Tt}return null},Q.size=function(){var de=0;return tt(this,function(){++de}),de};function nt(de){return V(de,$e),de}var $e=[];h.selection.enter=nt,h.selection.enter.prototype=$e,$e.append=Q.append,$e.empty=Q.empty,$e.node=Q.node,$e.call=Q.call,$e.size=Q.size,$e.select=function(de){for(var Pe=[],Ke,vt,gt,Tt,qt,Vt=-1,or=this.length;++Vt<or;){gt=(Tt=this[Vt]).update,Pe.push(Ke=[]),Ke.parentNode=Tt.parentNode;for(var Ir=-1,Lr=Tt.length;++Ir<Lr;)(qt=Tt[Ir])?(Ke.push(gt[Ir]=vt=de.call(Tt.parentNode,qt.__data__,Ir,Vt)),vt.__data__=qt.__data__):Ke.push(null)}return J(Pe)},$e.insert=function(de,Pe){return arguments.length<2&&(Pe=Et(this)),Q.insert.call(this,de,Pe)};function Et(de){var Pe,Ke;return function(vt,gt,Tt){var qt=de[Tt].update,Vt=qt.length,or;for(Tt!=Ke&&(Ke=Tt,Pe=0),gt>=Pe&&(Pe=gt+1);!(or=qt[Pe])&&++Pe<Vt;);return or}}h.select=function(de){var Pe;return typeof de=="string"?(Pe=[te(de,E)],Pe.parentNode=E.documentElement):(Pe=[de],Pe.parentNode=e(de)),J([Pe])},h.selectAll=function(de){var Pe;return typeof de=="string"?(Pe=S(Z(de,E)),Pe.parentNode=E.documentElement):(Pe=S(de),Pe.parentNode=null),J([Pe])},Q.on=function(de,Pe,Ke){var vt=arguments.length;if(vt<3){if(typeof de!="string"){vt<2&&(Pe=!1);for(Ke in de)this.each(Ct(Ke,de[Ke],Pe));return this}if(vt<2)return(vt=this.node()["__on"+de])&&vt._;Ke=!1}return this.each(Ct(de,Pe,Ke))};function Ct(de,Pe,Ke){var vt="__on"+de,gt=de.indexOf("."),Tt=Wt;gt>0&&(de=de.slice(0,gt));var qt=jt.get(de);qt&&(de=qt,Tt=dr);function Vt(){var Lr=this[vt];Lr&&(this.removeEventListener(de,Lr,Lr.$),delete this[vt])}function or(){var Lr=Tt(Pe,S(arguments));Vt.call(this),this.addEventListener(de,this[vt]=Lr,Lr.$=Ke),Lr._=Pe}function Ir(){var Lr=new RegExp("^__on([^.]+)"+h.requote(de)+"$"),Zr;for(var ia in this)if(Zr=ia.match(Lr)){var la=this[ia];this.removeEventListener(Zr[1],la,la.$),delete this[ia]}}return gt?Pe?or:Vt:Pe?N:Ir}var jt=h.map({mouseenter:"mouseover",mouseleave:"mouseout"});E&&jt.forEach(function(de){"on"+de in E&&jt.remove(de)});function Wt(de,Pe){return function(Ke){var vt=h.event;h.event=Ke,Pe[0]=this.__data__;try{de.apply(this,Pe)}finally{h.event=vt}}}function dr(de,Pe){var Ke=Wt(de,Pe);return function(vt){var gt=this,Tt=vt.relatedTarget;(!Tt||Tt!==gt&&!(Tt.compareDocumentPosition(gt)&8))&&Ke.call(gt,vt)}}var vr,Dr=0;function hr(de){var Pe=".dragsuppress-"+ ++Dr,Ke="click"+Pe,vt=h.select(t(de)).on("touchmove"+Pe,ee).on("dragstart"+Pe,ee).on("selectstart"+Pe,ee);if(vr==null&&(vr="onselectstart"in de?!1:O(de.style,"userSelect")),vr){var gt=e(de).style,Tt=gt[vr];gt[vr]="none"}return function(qt){if(vt.on(Pe,null),vr&&(gt[vr]=Tt),qt){var Vt=function(){vt.on(Ke,null)};vt.on(Ke,function(){ee(),Vt()},!0),setTimeout(Vt,0)}}}h.mouse=function(de){return mt(de,ue())};var Ar=this.navigator&&/WebKit/.test(this.navigator.userAgent)?-1:0;function mt(de,Pe){Pe.changedTouches&&(Pe=Pe.changedTouches[0]);var Ke=de.ownerSVGElement||de;if(Ke.createSVGPoint){var vt=Ke.createSVGPoint();if(Ar<0){var gt=t(de);if(gt.scrollX||gt.scrollY){Ke=h.select("body").append("svg").style({position:"absolute",top:0,left:0,margin:0,padding:0,border:"none"},"important");var Tt=Ke[0][0].getScreenCTM();Ar=!(Tt.f||Tt.e),Ke.remove()}}return Ar?(vt.x=Pe.pageX,vt.y=Pe.pageY):(vt.x=Pe.clientX,vt.y=Pe.clientY),vt=vt.matrixTransform(de.getScreenCTM().inverse()),[vt.x,vt.y]}var qt=de.getBoundingClientRect();return[Pe.clientX-qt.left-de.clientLeft,Pe.clientY-qt.top-de.clientTop]}h.touch=function(de,Pe,Ke){if(arguments.length<3&&(Ke=Pe,Pe=ue().changedTouches),Pe){for(var vt=0,gt=Pe.length,Tt;vt<gt;++vt)if((Tt=Pe[vt]).identifier===Ke)return mt(de,Tt)}},h.behavior.drag=function(){var de=oe(gt,"drag","dragstart","dragend"),Pe=null,Ke=Tt(N,h.mouse,t,"mousemove","mouseup"),vt=Tt(Fe,h.touch,F,"touchmove","touchend");function gt(){this.on("mousedown.drag",Ke).on("touchstart.drag",vt)}function Tt(qt,Vt,or,Ir,Lr){return function(){var Zr=this,ia=h.event.target.correspondingElement||h.event.target,la=Zr.parentNode,nn=de.of(Zr,arguments),da=0,La=qt(),Oa=".drag"+(La==null?"":"-"+La),Qa,sn=h.select(or(ia)).on(Ir+Oa,si).on(Lr+Oa,$n),Fa=hr(ia),Pn=Vt(la,La);Pe?(Qa=Pe.apply(Zr,arguments),Qa=[Qa.x-Pn[0],Qa.y-Pn[1]]):Qa=[0,0],nn({type:"dragstart"});function si(){var ni=Vt(la,La),Ai,Ci;ni&&(Ai=ni[0]-Pn[0],Ci=ni[1]-Pn[1],da|=Ai|Ci,Pn=ni,nn({type:"drag",x:ni[0]+Qa[0],y:ni[1]+Qa[1],dx:Ai,dy:Ci}))}function $n(){Vt(la,La)&&(sn.on(Ir+Oa,null).on(Lr+Oa,null),Fa(da),nn({type:"dragend"}))}}}return gt.origin=function(qt){return arguments.length?(Pe=qt,gt):Pe},h.rebind(gt,de,"on")};function Fe(){return h.event.changedTouches[0].identifier}h.touches=function(de,Pe){return arguments.length<2&&(Pe=ue().touches),Pe?S(Pe).map(function(Ke){var vt=mt(de,Ke);return vt.identifier=Ke.identifier,vt}):[]};var We=1e-6,Ae=We*We,me=Math.PI,pe=2*me,Te=pe-We,Ue=me/2,Xe=me/180,bt=180/me;function xt(de,Pe,Ke){return(Pe[0]-de[0])*(Ke[1]-de[1])-(Pe[1]-de[1])*(Ke[0]-de[0])}function Mt(de){return de>1?Ue:de<-1?-Ue:Math.asin(de)}function Nt(de){return((de=Math.exp(de))-1/de)/2}function sr(de){return((de=Math.exp(de))+1/de)/2}function ar(de){return((de=Math.exp(2*de))-1)/(de+1)}var tr=Math.SQRT2,Tr=2,sa=4;h.interpolateZoom=function(de,Pe){var Ke=de[0],vt=de[1],gt=de[2],Tt=Pe[0],qt=Pe[1],Vt=Pe[2],or=Tt-Ke,Ir=qt-vt,Lr=or*or+Ir*Ir,Zr,ia;if(Lr<Ae)ia=Math.log(Vt/gt)/tr,Zr=function(Qa){return[Ke+Qa*or,vt+Qa*Ir,gt*Math.exp(tr*Qa*ia)]};else{var la=Math.sqrt(Lr),nn=(Vt*Vt-gt*gt+sa*Lr)/(2*gt*Tr*la),da=(Vt*Vt-gt*gt-sa*Lr)/(2*Vt*Tr*la),La=Math.log(Math.sqrt(nn*nn+1)-nn),Oa=Math.log(Math.sqrt(da*da+1)-da);ia=(Oa-La)/tr,Zr=function(Qa){var sn=Qa*ia,Fa=sr(La),Pn=gt/(Tr*la)*(Fa*ar(tr*sn+La)-Nt(La));return[Ke+Pn*or,vt+Pn*Ir,gt*Fa/sr(tr*sn+La)]}}return Zr.duration=ia*1e3,Zr},h.behavior.zoom=function(){var de={x:0,y:0,k:1},Pe,Ke,vt,gt=[960,500],Tt=Ea,qt=250,Vt=0,or="mousedown.zoom",Ir="mousemove.zoom",Lr="mouseup.zoom",Zr,ia="touchstart.zoom",la,nn=oe(sn,"zoomstart","zoom","zoomend"),da,La,Oa,Qa;Ia||(Ia="onwheel"in E?(ba=function(){return-h.event.deltaY*(h.event.deltaMode?120:1)},"wheel"):"onmousewheel"in E?(ba=function(){return h.event.wheelDelta},"mousewheel"):(ba=function(){return-h.event.detail},"MozMousePixelScroll"));function sn(gi){gi.on(or,uo).on(Ia+".zoom",bl).on("dblclick.zoom",Ks).on(ia,ts)}sn.event=function(gi){gi.each(function(){var Lo=nn.of(this,arguments),Ko=de;Mi?h.select(this).transition().each("start.zoom",function(){de=this.__chart__||{x:0,y:0,k:1},Ci(Lo)}).tween("zoom:zoom",function(){var Ws=gt[0],Is=gt[1],tu=Ke?Ke[0]:Ws/2,ws=Ke?Ke[1]:Is/2,Xs=h.interpolateZoom([(tu-de.x)/de.k,(ws-de.y)/de.k,Ws/de.k],[(tu-Ko.x)/Ko.k,(ws-Ko.y)/Ko.k,Ws/Ko.k]);return function(wu){var yl=Xs(wu),st=Ws/yl[2];this.__chart__=de={x:tu-yl[0]*st,y:ws-yl[1]*st,k:st},Xo(Lo)}}).each("interrupt.zoom",function(){Ii(Lo)}).each("end.zoom",function(){Ii(Lo)}):(this.__chart__=de,Ci(Lo),Xo(Lo),Ii(Lo))})},sn.translate=function(gi){return arguments.length?(de={x:+gi[0],y:+gi[1],k:de.k},Ai(),sn):[de.x,de.y]},sn.scale=function(gi){return arguments.length?(de={x:de.x,y:de.y,k:null},si(+gi),Ai(),sn):de.k},sn.scaleExtent=function(gi){return arguments.length?(Tt=gi==null?Ea:[+gi[0],+gi[1]],sn):Tt},sn.center=function(gi){return arguments.length?(vt=gi&&[+gi[0],+gi[1]],sn):vt},sn.size=function(gi){return arguments.length?(gt=gi&&[+gi[0],+gi[1]],sn):gt},sn.duration=function(gi){return arguments.length?(qt=+gi,sn):qt},sn.x=function(gi){return arguments.length?(La=gi,da=gi.copy(),de={x:0,y:0,k:1},sn):La},sn.y=function(gi){return arguments.length?(Qa=gi,Oa=gi.copy(),de={x:0,y:0,k:1},sn):Qa};function Fa(gi){return[(gi[0]-de.x)/de.k,(gi[1]-de.y)/de.k]}function Pn(gi){return[gi[0]*de.k+de.x,gi[1]*de.k+de.y]}function si(gi){de.k=Math.max(Tt[0],Math.min(Tt[1],gi))}function $n(gi,Lo){Lo=Pn(Lo),de.x+=gi[0]-Lo[0],de.y+=gi[1]-Lo[1]}function ni(gi,Lo,Ko,Ws){gi.__chart__={x:de.x,y:de.y,k:de.k},si(Math.pow(2,Ws)),$n(Ke=Lo,Ko),gi=h.select(gi),qt>0&&(gi=gi.transition().duration(qt)),gi.call(sn.event)}function Ai(){La&&La.domain(da.range().map(function(gi){return(gi-de.x)/de.k}).map(da.invert)),Qa&&Qa.domain(Oa.range().map(function(gi){return(gi-de.y)/de.k}).map(Oa.invert))}function Ci(gi){Vt++||gi({type:"zoomstart"})}function Xo(gi){Ai(),gi({type:"zoom",scale:de.k,translate:[de.x,de.y]})}function Ii(gi){--Vt||(gi({type:"zoomend"}),Ke=null)}function uo(){var gi=this,Lo=nn.of(gi,arguments),Ko=0,Ws=h.select(t(gi)).on(Ir,ws).on(Lr,Xs),Is=Fa(h.mouse(gi)),tu=hr(gi);$a.call(gi),Ci(Lo);function ws(){Ko=1,$n(h.mouse(gi),Is),Xo(Lo)}function Xs(){Ws.on(Ir,null).on(Lr,null),tu(Ko),Ii(Lo)}}function ts(){var gi=this,Lo=nn.of(gi,arguments),Ko={},Ws=0,Is,tu=".zoom-"+h.event.changedTouches[0].identifier,ws="touchmove"+tu,Xs="touchend"+tu,wu=[],yl=h.select(gi),st=hr(gi);ur(),Ci(Lo),yl.on(or,null).on(ia,ur);function ir(){var Qr=h.touches(gi);return Is=de.k,Qr.forEach(function($r){$r.identifier in Ko&&(Ko[$r.identifier]=Fa($r))}),Qr}function ur(){var Qr=h.event.target;h.select(Qr).on(ws,ua).on(Xs,Ua),wu.push(Qr);for(var $r=h.event.changedTouches,cn=0,ln=$r.length;cn<ln;++cn)Ko[$r[cn].identifier]=null;var un=ir(),bn=Date.now();if(un.length===1){if(bn-la<500){var ei=un[0];ni(gi,ei,Ko[ei.identifier],Math.floor(Math.log(de.k)/Math.LN2)+1),ee()}la=bn}else if(un.length>1){var ei=un[0],Vn=un[1],_n=ei[0]-Vn[0],Wa=ei[1]-Vn[1];Ws=_n*_n+Wa*Wa}}function ua(){var Qr=h.touches(gi),$r,cn,ln,un;$a.call(gi);for(var bn=0,ei=Qr.length;bn<ei;++bn,un=null)if(ln=Qr[bn],un=Ko[ln.identifier]){if(cn)break;$r=ln,cn=un}if(un){var Vn=(Vn=ln[0]-$r[0])*Vn+(Vn=ln[1]-$r[1])*Vn,_n=Ws&&Math.sqrt(Vn/Ws);$r=[($r[0]+ln[0])/2,($r[1]+ln[1])/2],cn=[(cn[0]+un[0])/2,(cn[1]+un[1])/2],si(_n*Is)}la=null,$n($r,cn),Xo(Lo)}function Ua(){if(h.event.touches.length){for(var Qr=h.event.changedTouches,$r=0,cn=Qr.length;$r<cn;++$r)delete Ko[Qr[$r].identifier];for(var ln in Ko)return void ir()}h.selectAll(wu).on(tu,null),yl.on(or,uo).on(ia,ts),st(),Ii(Lo)}}function bl(){var gi=nn.of(this,arguments);Zr?clearTimeout(Zr):($a.call(this),Pe=Fa(Ke=vt||h.mouse(this)),Ci(gi)),Zr=setTimeout(function(){Zr=null,Ii(gi)},50),ee(),si(Math.pow(2,ba()*.002)*de.k),$n(Ke,Pe),Xo(gi)}function Ks(){var gi=h.mouse(this),Lo=Math.log(de.k)/Math.LN2;ni(this,gi,Fa(gi),h.event.shiftKey?Math.ceil(Lo)-1:Math.floor(Lo)+1)}return h.rebind(sn,nn,"on")};var Ea=[0,1/0],ba,Ia;h.color=Ra;function Ra(){}Ra.prototype.toString=function(){return this.rgb()+""},h.hsl=ya;function ya(de,Pe,Ke){return this instanceof ya?(this.h=+de,this.s=+Pe,void(this.l=+Ke)):arguments.length<2?de instanceof ya?new ya(de.h,de.s,de.l):Sr(""+de,Er,ya):new ya(de,Pe,Ke)}var rn=ya.prototype=new Ra;rn.brighter=function(de){return de=Math.pow(.7,arguments.length?de:1),new ya(this.h,this.s,this.l/de)},rn.darker=function(de){return de=Math.pow(.7,arguments.length?de:1),new ya(this.h,this.s,de*this.l)},rn.rgb=function(){return mn(this.h,this.s,this.l)};function mn(de,Pe,Ke){var vt,gt;de=isNaN(de)?0:(de%=360)<0?de+360:de,Pe=isNaN(Pe)||Pe<0?0:Pe>1?1:Pe,Ke=Ke<0?0:Ke>1?1:Ke,gt=Ke<=.5?Ke*(1+Pe):Ke+Pe-Ke*Pe,vt=2*Ke-gt;function Tt(Vt){return Vt>360?Vt-=360:Vt<0&&(Vt+=360),Vt<60?vt+(gt-vt)*Vt/60:Vt<180?gt:Vt<240?vt+(gt-vt)*(240-Vt)/60:vt}function qt(Vt){return Math.round(Tt(Vt)*255)}return new Nn(qt(de+120),qt(de),qt(de-120))}h.hcl=Yt;function Yt(de,Pe,Ke){return this instanceof Yt?(this.h=+de,this.c=+Pe,void(this.l=+Ke)):arguments.length<2?de instanceof Yt?new Yt(de.h,de.c,de.l):de instanceof $t?Va(de.l,de.a,de.b):Va((de=_r((de=h.rgb(de)).r,de.g,de.b)).l,de.a,de.b):new Yt(de,Pe,Ke)}var It=Yt.prototype=new Ra;It.brighter=function(de){return new Yt(this.h,this.c,Math.min(100,this.l+Cr*(arguments.length?de:1)))},It.darker=function(de){return new Yt(this.h,this.c,Math.max(0,this.l-Cr*(arguments.length?de:1)))},It.rgb=function(){return Zt(this.h,this.c,this.l).rgb()};function Zt(de,Pe,Ke){return isNaN(de)&&(de=0),isNaN(Pe)&&(Pe=0),new $t(Ke,Math.cos(de*=Xe)*Pe,Math.sin(de)*Pe)}h.lab=$t;function $t(de,Pe,Ke){return this instanceof $t?(this.l=+de,this.a=+Pe,void(this.b=+Ke)):arguments.length<2?de instanceof $t?new $t(de.l,de.a,de.b):de instanceof Yt?Zt(de.h,de.c,de.l):_r((de=Nn(de)).r,de.g,de.b):new $t(de,Pe,Ke)}var Cr=18,qr=.95047,Jr=1,aa=1.08883,Ca=$t.prototype=new Ra;Ca.brighter=function(de){return new $t(Math.min(100,this.l+Cr*(arguments.length?de:1)),this.a,this.b)},Ca.darker=function(de){return new $t(Math.max(0,this.l-Cr*(arguments.length?de:1)),this.a,this.b)},Ca.rgb=function(){return Ha(this.l,this.a,this.b)};function Ha(de,Pe,Ke){var vt=(de+16)/116,gt=vt+Pe/500,Tt=vt-Ke/200;return gt=Za(gt)*qr,vt=Za(vt)*Jr,Tt=Za(Tt)*aa,new Nn(wa(3.2404542*gt-1.5371385*vt-.4985314*Tt),wa(-.969266*gt+1.8760108*vt+.041556*Tt),wa(.0556434*gt-.2040259*vt+1.0572252*Tt))}function Va(de,Pe,Ke){return de>0?new Yt(Math.atan2(Ke,Pe)*bt,Math.sqrt(Pe*Pe+Ke*Ke),de):new Yt(NaN,NaN,de)}function Za(de){return de>.206893034?de*de*de:(de-4/29)/7.787037}function an(de){return de>.008856?Math.pow(de,1/3):7.787037*de+4/29}function wa(de){return Math.round(255*(de<=.00304?12.92*de:1.055*Math.pow(de,1/2.4)-.055))}h.rgb=Nn;function Nn(de,Pe,Ke){return this instanceof Nn?(this.r=~~de,this.g=~~Pe,void(this.b=~~Ke)):arguments.length<2?de instanceof Nn?new Nn(de.r,de.g,de.b):Sr(""+de,Nn,mn):new Nn(de,Pe,Ke)}function Wn(de){return new Nn(de>>16,de>>8&255,de&255)}function At(de){return Wn(de)+""}var ft=Nn.prototype=new Ra;ft.brighter=function(de){de=Math.pow(.7,arguments.length?de:1);var Pe=this.r,Ke=this.g,vt=this.b,gt=30;return!Pe&&!Ke&&!vt?new Nn(gt,gt,gt):(Pe&&Pe<gt&&(Pe=gt),Ke&&Ke<gt&&(Ke=gt),vt&&vt<gt&&(vt=gt),new Nn(Math.min(255,Pe/de),Math.min(255,Ke/de),Math.min(255,vt/de)))},ft.darker=function(de){return de=Math.pow(.7,arguments.length?de:1),new Nn(de*this.r,de*this.g,de*this.b)},ft.hsl=function(){return Er(this.r,this.g,this.b)},ft.toString=function(){return"#"+pr(this.r)+pr(this.g)+pr(this.b)};function pr(de){return de<16?"0"+Math.max(0,de).toString(16):Math.min(255,de).toString(16)}function Sr(de,Pe,Ke){var vt=0,gt=0,Tt=0,qt,Vt,or;if(qt=/([a-z]+)\((.*)\)/.exec(de=de.toLowerCase()),qt)switch(Vt=qt[2].split(","),qt[1]){case"hsl":return Ke(parseFloat(Vt[0]),parseFloat(Vt[1])/100,parseFloat(Vt[2])/100);case"rgb":return Pe(Gr(Vt[0]),Gr(Vt[1]),Gr(Vt[2]))}return(or=Fr.get(de))?Pe(or.r,or.g,or.b):(de!=null&&de.charAt(0)==="#"&&!isNaN(or=parseInt(de.slice(1),16))&&(de.length===4?(vt=(or&3840)>>4,vt=vt>>4|vt,gt=or&240,gt=gt>>4|gt,Tt=or&15,Tt=Tt<<4|Tt):de.length===7&&(vt=(or&16711680)>>16,gt=(or&65280)>>8,Tt=or&255)),Pe(vt,gt,Tt))}function Er(de,Pe,Ke){var vt=Math.min(de/=255,Pe/=255,Ke/=255),gt=Math.max(de,Pe,Ke),Tt=gt-vt,qt,Vt,or=(gt+vt)/2;return Tt?(Vt=or<.5?Tt/(gt+vt):Tt/(2-gt-vt),de==gt?qt=(Pe-Ke)/Tt+(Pe<Ke?6:0):Pe==gt?qt=(Ke-de)/Tt+2:qt=(de-Pe)/Tt+4,qt*=60):(qt=NaN,Vt=or>0&&or<1?0:qt),new ya(qt,Vt,or)}function _r(de,Pe,Ke){de=Mr(de),Pe=Mr(Pe),Ke=Mr(Ke);var vt=an((.4124564*de+.3575761*Pe+.1804375*Ke)/qr),gt=an((.2126729*de+.7151522*Pe+.072175*Ke)/Jr),Tt=an((.0193339*de+.119192*Pe+.9503041*Ke)/aa);return $t(116*gt-16,500*(vt-gt),200*(gt-Tt))}function Mr(de){return(de/=255)<=.04045?de/12.92:Math.pow((de+.055)/1.055,2.4)}function Gr(de){var Pe=parseFloat(de);return de.charAt(de.length-1)==="%"?Math.round(Pe*2.55):Pe}var Fr=h.map({aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074});Fr.forEach(function(de,Pe){Fr.set(de,Wn(Pe))});function pt(de){return typeof de=="function"?de:function(){return de}}h.functor=pt,h.xhr=Kt(F);function Kt(de){return function(Pe,Ke,vt){return arguments.length===2&&typeof Ke=="function"&&(vt=Ke,Ke=null),xr(Pe,Ke,de,vt)}}function xr(de,Pe,Ke,vt){var gt={},Tt=h.dispatch("beforesend","progress","load","error"),qt={},Vt=new XMLHttpRequest,or=null;self.XDomainRequest&&!("withCredentials"in Vt)&&/^(http(s)?:)?\/\//.test(de)&&(Vt=new XDomainRequest),"onload"in Vt?Vt.onload=Vt.onerror=Ir:Vt.onreadystatechange=function(){Vt.readyState>3&&Ir()};function Ir(){var Lr=Vt.status,Zr;if(!Lr&&fa(Vt)||Lr>=200&&Lr<300||Lr===304){try{Zr=Ke.call(gt,Vt)}catch(ia){Tt.error.call(gt,ia);return}Tt.load.call(gt,Zr)}else Tt.error.call(gt,Vt)}return Vt.onprogress=function(Lr){var Zr=h.event;h.event=Lr;try{Tt.progress.call(gt,Vt)}finally{h.event=Zr}},gt.header=function(Lr,Zr){return Lr=(Lr+"").toLowerCase(),arguments.length<2?qt[Lr]:(Zr==null?delete qt[Lr]:qt[Lr]=Zr+"",gt)},gt.mimeType=function(Lr){return arguments.length?(Pe=Lr==null?null:Lr+"",gt):Pe},gt.responseType=function(Lr){return arguments.length?(or=Lr,gt):or},gt.response=function(Lr){return Ke=Lr,gt},["get","post"].forEach(function(Lr){gt[Lr]=function(){return gt.send.apply(gt,[Lr].concat(S(arguments)))}}),gt.send=function(Lr,Zr,ia){if(arguments.length===2&&typeof Zr=="function"&&(ia=Zr,Zr=null),Vt.open(Lr,de,!0),Pe!=null&&!("accept"in qt)&&(qt.accept=Pe+",*/*"),Vt.setRequestHeader)for(var la in qt)Vt.setRequestHeader(la,qt[la]);return Pe!=null&&Vt.overrideMimeType&&Vt.overrideMimeType(Pe),or!=null&&(Vt.responseType=or),ia!=null&>.on("error",ia).on("load",function(nn){ia(null,nn)}),Tt.beforesend.call(gt,Vt),Vt.send(Zr??null),gt},gt.abort=function(){return Vt.abort(),gt},h.rebind(gt,Tt,"on"),vt==null?gt:gt.get(Hr(vt))}function Hr(de){return de.length===1?function(Pe,Ke){de(Pe==null?Ke:null)}:de}function fa(de){var Pe=de.responseType;return Pe&&Pe!=="text"?de.response:de.responseText}h.dsv=function(de,Pe){var Ke=new RegExp('["'+de+`
|
|
1
|
+
import{an as JD,bG as QD,ai as e7,z as t7,V as r7,aN as a7,bH as rA,bI as n7,bJ as i7,bK as o7,bL as qv,bM as yh,bN as aA,ac as Wf,n as K5,bO as s7,bP as Kg,r as Gv,W as nA,j as cb,l as l7,k as u7}from"./index.y5HxPwg9.js";import{w as c7,E as iA}from"./withFullScreenWrapper.DYDiEOrW.js";import{F as f7}from"./FormClearHelper.zxJ53Nym.js";var lb={},ub={},$5;function h7(){return $5||($5=1,(function(tn){function qi(Ts){"@babel/helpers - typeof";return qi=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(Bs){return typeof Bs}:function(Bs){return Bs&&typeof Symbol=="function"&&Bs.constructor===Symbol&&Bs!==Symbol.prototype?"symbol":typeof Bs},qi(Ts)}Object.defineProperty(tn,"__esModule",{value:!0}),tn.default=Hv;var Es=Xu(JD()),Fo=Fs(QD());function Fs(Ts){return Ts&&Ts.__esModule?Ts:{default:Ts}}function rc(Ts){if(typeof WeakMap!="function")return null;var Bs=new WeakMap,ac=new WeakMap;return(rc=function(_i){return _i?ac:Bs})(Ts)}function Xu(Ts,Bs){if(Ts&&Ts.__esModule)return Ts;if(Ts===null||qi(Ts)!=="object"&&typeof Ts!="function")return{default:Ts};var ac=rc(Bs);if(ac&&ac.has(Ts))return ac.get(Ts);var Sc={},_i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var Jo in Ts)if(Jo!=="default"&&Object.prototype.hasOwnProperty.call(Ts,Jo)){var Ni=_i?Object.getOwnPropertyDescriptor(Ts,Jo):null;Ni&&(Ni.get||Ni.set)?Object.defineProperty(Sc,Jo,Ni):Sc[Jo]=Ts[Jo]}return Sc.default=Ts,ac&&ac.set(Ts,Sc),Sc}function Xf(Ts,Bs){if(!(Ts instanceof Bs))throw new TypeError("Cannot call a class as a function")}function wf(Ts,Bs){for(var ac=0;ac<Bs.length;ac++){var Sc=Bs[ac];Sc.enumerable=Sc.enumerable||!1,Sc.configurable=!0,"value"in Sc&&(Sc.writable=!0),Object.defineProperty(Ts,Sc.key,Sc)}}function Hc(Ts,Bs,ac){return Bs&&wf(Ts.prototype,Bs),Object.defineProperty(Ts,"prototype",{writable:!1}),Ts}function Tf(Ts,Bs){if(typeof Bs!="function"&&Bs!==null)throw new TypeError("Super expression must either be null or a function");Ts.prototype=Object.create(Bs&&Bs.prototype,{constructor:{value:Ts,writable:!0,configurable:!0}}),Object.defineProperty(Ts,"prototype",{writable:!1}),Bs&&Af(Ts,Bs)}function Af(Ts,Bs){return Af=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(Sc,_i){return Sc.__proto__=_i,Sc},Af(Ts,Bs)}function ah(Ts){var Bs=Wc();return function(){var Sc=Kh(Ts),_i;if(Bs){var Jo=Kh(this).constructor;_i=Reflect.construct(Sc,arguments,Jo)}else _i=Sc.apply(this,arguments);return gs(this,_i)}}function gs(Ts,Bs){if(Bs&&(qi(Bs)==="object"||typeof Bs=="function"))return Bs;if(Bs!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return Au(Ts)}function Au(Ts){if(Ts===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Ts}function Wc(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function Kh(Ts){return Kh=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(ac){return ac.__proto__||Object.getPrototypeOf(ac)},Kh(Ts)}var Os=["AfterExport","AfterPlot","Animated","AnimatingFrame","AnimationInterrupted","AutoSize","BeforeExport","BeforeHover","ButtonClicked","Click","ClickAnnotation","Deselect","DoubleClick","Framework","Hover","LegendClick","LegendDoubleClick","Relayout","Relayouting","Restyle","Redraw","Selected","Selecting","SliderChange","SliderEnd","SliderStart","SunburstClick","Transitioning","TransitionInterrupted","Unhover","WebGlContextLost"],He=["plotly_restyle","plotly_redraw","plotly_relayout","plotly_relayouting","plotly_doubleclick","plotly_animated","plotly_sunburstclick"],uv=typeof window<"u";function Hv(Ts){var Bs=(function(ac){Tf(_i,ac);var Sc=ah(_i);function _i(Jo){var Ni;return Xf(this,_i),Ni=Sc.call(this,Jo),Ni.p=Promise.resolve(),Ni.resizeHandler=null,Ni.handlers={},Ni.syncWindowResize=Ni.syncWindowResize.bind(Au(Ni)),Ni.syncEventHandlers=Ni.syncEventHandlers.bind(Au(Ni)),Ni.attachUpdateEvents=Ni.attachUpdateEvents.bind(Au(Ni)),Ni.getRef=Ni.getRef.bind(Au(Ni)),Ni.handleUpdate=Ni.handleUpdate.bind(Au(Ni)),Ni.figureCallback=Ni.figureCallback.bind(Au(Ni)),Ni.updatePlotly=Ni.updatePlotly.bind(Au(Ni)),Ni}return Hc(_i,[{key:"updatePlotly",value:function(Ni,nu,Sf){var Ui=this;this.p=this.p.then(function(){if(!Ui.unmounting){if(!Ui.el)throw new Error("Missing element reference");return Ts.react(Ui.el,{data:Ui.props.data,layout:Ui.props.layout,config:Ui.props.config,frames:Ui.props.frames})}}).then(function(){Ui.unmounting||(Ui.syncWindowResize(Ni),Ui.syncEventHandlers(),Ui.figureCallback(nu),Sf&&Ui.attachUpdateEvents())}).catch(function(Qo){Ui.props.onError&&Ui.props.onError(Qo)})}},{key:"componentDidMount",value:function(){this.unmounting=!1,this.updatePlotly(!0,this.props.onInitialized,!0)}},{key:"componentDidUpdate",value:function(Ni){this.unmounting=!1;var nu=Ni.frames&&Ni.frames.length?Ni.frames.length:0,Sf=this.props.frames&&this.props.frames.length?this.props.frames.length:0,Ui=!(Ni.layout===this.props.layout&&Ni.data===this.props.data&&Ni.config===this.props.config&&Sf===nu),Qo=Ni.revision!==void 0,Cp=Ni.revision!==this.props.revision;!Ui&&(!Qo||Qo&&!Cp)||this.updatePlotly(!1,this.props.onUpdate,!1)}},{key:"componentWillUnmount",value:function(){this.unmounting=!0,this.figureCallback(this.props.onPurge),this.resizeHandler&&uv&&(window.removeEventListener("resize",this.resizeHandler),this.resizeHandler=null),this.removeUpdateEvents(),Ts.purge(this.el)}},{key:"attachUpdateEvents",value:function(){var Ni=this;!this.el||!this.el.removeListener||He.forEach(function(nu){Ni.el.on(nu,Ni.handleUpdate)})}},{key:"removeUpdateEvents",value:function(){var Ni=this;!this.el||!this.el.removeListener||He.forEach(function(nu){Ni.el.removeListener(nu,Ni.handleUpdate)})}},{key:"handleUpdate",value:function(){this.figureCallback(this.props.onUpdate)}},{key:"figureCallback",value:function(Ni){if(typeof Ni=="function"){var nu=this.el,Sf=nu.data,Ui=nu.layout,Qo=this.el._transitionData?this.el._transitionData._frames:null,Cp={data:Sf,layout:Ui,frames:Qo};Ni(Cp,this.el)}}},{key:"syncWindowResize",value:function(Ni){var nu=this;uv&&(this.props.useResizeHandler&&!this.resizeHandler?(this.resizeHandler=function(){return Ts.Plots.resize(nu.el)},window.addEventListener("resize",this.resizeHandler),Ni&&this.resizeHandler()):!this.props.useResizeHandler&&this.resizeHandler&&(window.removeEventListener("resize",this.resizeHandler),this.resizeHandler=null))}},{key:"getRef",value:function(Ni){this.el=Ni,this.props.debug&&uv&&(window.gd=this.el)}},{key:"syncEventHandlers",value:function(){var Ni=this;Os.forEach(function(nu){var Sf=Ni.props["on"+nu],Ui=Ni.handlers[nu],Qo=!!Ui;Sf&&!Qo?Ni.addEventHandler(nu,Sf):!Sf&&Qo?Ni.removeEventHandler(nu):Sf&&Qo&&Sf!==Ui&&(Ni.removeEventHandler(nu),Ni.addEventHandler(nu,Sf))})}},{key:"addEventHandler",value:function(Ni,nu){this.handlers[Ni]=nu,this.el.on(this.getPlotlyEventName(Ni),this.handlers[Ni])}},{key:"removeEventHandler",value:function(Ni){this.el.removeListener(this.getPlotlyEventName(Ni),this.handlers[Ni]),delete this.handlers[Ni]}},{key:"getPlotlyEventName",value:function(Ni){return"plotly_"+Ni.toLowerCase()}},{key:"render",value:function(){return Es.default.createElement("div",{id:this.props.divId,style:this.props.style,ref:this.getRef,className:this.props.className})}}]),_i})(Es.Component);return Bs.propTypes={data:Fo.default.arrayOf(Fo.default.object),config:Fo.default.object,layout:Fo.default.object,frames:Fo.default.arrayOf(Fo.default.object),revision:Fo.default.number,onInitialized:Fo.default.func,onPurge:Fo.default.func,onError:Fo.default.func,onUpdate:Fo.default.func,debug:Fo.default.bool,style:Fo.default.object,className:Fo.default.string,useResizeHandler:Fo.default.bool,divId:Fo.default.string},Os.forEach(function(ac){Bs.propTypes["on"+ac]=Fo.default.func}),Bs.defaultProps={debug:!1,useResizeHandler:!1,data:[],style:{position:"relative",display:"inline-block"}},Bs}})(ub)),ub}var $y={exports:{}},v7=$y.exports,J5;function d7(){return J5||(J5=1,(function(tn){var qi={};(function(Es,Fo){tn.exports?tn.exports=Fo():Es.moduleName=Fo()})(typeof self<"u"?self:v7,()=>{var Es=(()=>{var Fo=Object.create,Fs=Object.defineProperty,rc=Object.defineProperties,Xu=Object.getOwnPropertyDescriptor,Xf=Object.getOwnPropertyDescriptors,wf=Object.getOwnPropertyNames,Hc=Object.getOwnPropertySymbols,Tf=Object.getPrototypeOf,Af=Object.prototype.hasOwnProperty,ah=Object.prototype.propertyIsEnumerable,gs=(Y,G,h)=>G in Y?Fs(Y,G,{enumerable:!0,configurable:!0,writable:!0,value:h}):Y[G]=h,Au=(Y,G)=>{for(var h in G||(G={}))Af.call(G,h)&&gs(Y,h,G[h]);if(Hc)for(var h of Hc(G))ah.call(G,h)&&gs(Y,h,G[h]);return Y},Wc=(Y,G)=>rc(Y,Xf(G)),Kh=(Y,G)=>{var h={};for(var b in Y)Af.call(Y,b)&&G.indexOf(b)<0&&(h[b]=Y[b]);if(Y!=null&&Hc)for(var b of Hc(Y))G.indexOf(b)<0&&ah.call(Y,b)&&(h[b]=Y[b]);return h},Os=(Y,G)=>function(){return Y&&(G=(0,Y[wf(Y)[0]])(Y=0)),G},He=(Y,G)=>function(){return G||(0,Y[wf(Y)[0]])((G={exports:{}}).exports,G),G.exports},uv=(Y,G)=>{for(var h in G)Fs(Y,h,{get:G[h],enumerable:!0})},Hv=(Y,G,h,b)=>{if(G&&typeof G=="object"||typeof G=="function")for(let S of wf(G))!Af.call(Y,S)&&S!==h&&Fs(Y,S,{get:()=>G[S],enumerable:!(b=Xu(G,S))||b.enumerable});return Y},Ts=(Y,G,h)=>(h=Y!=null?Fo(Tf(Y)):{},Hv(Fs(h,"default",{value:Y,enumerable:!0}),Y)),Bs=Y=>Hv(Fs({},"__esModule",{value:!0}),Y),ac=He({"src/version.js"(Y){Y.version="3.3.1"}}),Sc=He({"node_modules/native-promise-only/lib/npo.src.js"(Y,G){(function(b,S,E){S[b]=S[b]||E(),typeof G<"u"&&G.exports&&(G.exports=S[b])})("Promise",typeof window<"u"?window:Y,function(){var b,S,E,e=Object.prototype.toString,t=typeof setImmediate<"u"?function(m){return setImmediate(m)}:setTimeout;try{Object.defineProperty({},"x",{}),b=function(m,x,A,M){return Object.defineProperty(m,x,{value:A,writable:!0,configurable:M!==!1})}}catch{b=function(x,A,M){return x[A]=M,x}}E=(function(){var m,x,A;function M(_,w){this.fn=_,this.self=w,this.next=void 0}return{add:function(w,g){A=new M(w,g),x?x.next=A:m=A,x=A,A=void 0},drain:function(){var w=m;for(m=x=S=void 0;w;)w.fn.call(w.self),w=w.next}}})();function r(l,m){E.add(l,m),S||(S=t(E.drain))}function o(l){var m,x=typeof l;return l!=null&&(x=="object"||x=="function")&&(m=l.then),typeof m=="function"?m:!1}function a(){for(var l=0;l<this.chain.length;l++)i(this,this.state===1?this.chain[l].success:this.chain[l].failure,this.chain[l]);this.chain.length=0}function i(l,m,x){var A,M;try{m===!1?x.reject(l.msg):(m===!0?A=l.msg:A=m.call(void 0,l.msg),A===x.promise?x.reject(TypeError("Promise-chain cycle")):(M=o(A))?M.call(A,x.resolve,x.reject):x.resolve(A))}catch(_){x.reject(_)}}function n(l){var m,x=this;if(!x.triggered){x.triggered=!0,x.def&&(x=x.def);try{(m=o(l))?r(function(){var A=new c(x);try{m.call(l,function(){n.apply(A,arguments)},function(){s.apply(A,arguments)})}catch(M){s.call(A,M)}}):(x.msg=l,x.state=1,x.chain.length>0&&r(a,x))}catch(A){s.call(new c(x),A)}}}function s(l){var m=this;m.triggered||(m.triggered=!0,m.def&&(m=m.def),m.msg=l,m.state=2,m.chain.length>0&&r(a,m))}function f(l,m,x,A){for(var M=0;M<m.length;M++)(function(w){l.resolve(m[w]).then(function(u){x(w,u)},A)})(M)}function c(l){this.def=l,this.triggered=!1}function p(l){this.promise=l,this.state=0,this.triggered=!1,this.chain=[],this.msg=void 0}function d(l){if(typeof l!="function")throw TypeError("Not a function");if(this.__NPO__!==0)throw TypeError("Not a promise");this.__NPO__=1;var m=new p(this);this.then=function(A,M){var _={success:typeof A=="function"?A:!0,failure:typeof M=="function"?M:!1};return _.promise=new this.constructor(function(g,u){if(typeof g!="function"||typeof u!="function")throw TypeError("Not a function");_.resolve=g,_.reject=u}),m.chain.push(_),m.state!==0&&r(a,m),_.promise},this.catch=function(A){return this.then(void 0,A)};try{l.call(void 0,function(A){n.call(m,A)},function(A){s.call(m,A)})}catch(x){s.call(m,x)}}var T=b({},"constructor",d,!1);return d.prototype=T,b(T,"__NPO__",0,!1),b(d,"resolve",function(m){var x=this;return m&&typeof m=="object"&&m.__NPO__===1?m:new x(function(M,_){if(typeof M!="function"||typeof _!="function")throw TypeError("Not a function");M(m)})}),b(d,"reject",function(m){return new this(function(A,M){if(typeof A!="function"||typeof M!="function")throw TypeError("Not a function");M(m)})}),b(d,"all",function(m){var x=this;return e.call(m)!="[object Array]"?x.reject(TypeError("Not an array")):m.length===0?x.resolve([]):new x(function(M,_){if(typeof M!="function"||typeof _!="function")throw TypeError("Not a function");var w=m.length,g=Array(w),u=0;f(x,m,function(y,R){g[y]=R,++u===w&&M(g)},_)})}),b(d,"race",function(m){var x=this;return e.call(m)!="[object Array]"?x.reject(TypeError("Not an array")):new x(function(M,_){if(typeof M!="function"||typeof _!="function")throw TypeError("Not a function");f(x,m,function(g,u){M(u)},_)})}),d})}}),_i=He({"node_modules/@plotly/d3/d3.js"(Y,G){(function(){var h={version:"3.8.2"},b=[].slice,S=function(de){return b.call(de)},E=self.document;function e(de){return de&&(de.ownerDocument||de.document||de).documentElement}function t(de){return de&&(de.ownerDocument&&de.ownerDocument.defaultView||de.document&&de||de.defaultView)}if(E)try{S(E.documentElement.childNodes)[0].nodeType}catch{S=function(Pe){for(var Ke=Pe.length,vt=new Array(Ke);Ke--;)vt[Ke]=Pe[Ke];return vt}}if(Date.now||(Date.now=function(){return+new Date}),E)try{E.createElement("DIV").style.setProperty("opacity",0,"")}catch{var r=this.Element.prototype,o=r.setAttribute,a=r.setAttributeNS,i=this.CSSStyleDeclaration.prototype,n=i.setProperty;r.setAttribute=function(Pe,Ke){o.call(this,Pe,Ke+"")},r.setAttributeNS=function(Pe,Ke,vt){a.call(this,Pe,Ke,vt+"")},i.setProperty=function(Pe,Ke,vt){n.call(this,Pe,Ke+"",vt)}}h.ascending=s;function s(de,Pe){return de<Pe?-1:de>Pe?1:de>=Pe?0:NaN}h.descending=function(de,Pe){return Pe<de?-1:Pe>de?1:Pe>=de?0:NaN},h.min=function(de,Pe){var Ke=-1,vt=de.length,gt,Tt;if(arguments.length===1){for(;++Ke<vt;)if((Tt=de[Ke])!=null&&Tt>=Tt){gt=Tt;break}for(;++Ke<vt;)(Tt=de[Ke])!=null&>>Tt&&(gt=Tt)}else{for(;++Ke<vt;)if((Tt=Pe.call(de,de[Ke],Ke))!=null&&Tt>=Tt){gt=Tt;break}for(;++Ke<vt;)(Tt=Pe.call(de,de[Ke],Ke))!=null&>>Tt&&(gt=Tt)}return gt},h.max=function(de,Pe){var Ke=-1,vt=de.length,gt,Tt;if(arguments.length===1){for(;++Ke<vt;)if((Tt=de[Ke])!=null&&Tt>=Tt){gt=Tt;break}for(;++Ke<vt;)(Tt=de[Ke])!=null&&Tt>gt&&(gt=Tt)}else{for(;++Ke<vt;)if((Tt=Pe.call(de,de[Ke],Ke))!=null&&Tt>=Tt){gt=Tt;break}for(;++Ke<vt;)(Tt=Pe.call(de,de[Ke],Ke))!=null&&Tt>gt&&(gt=Tt)}return gt},h.extent=function(de,Pe){var Ke=-1,vt=de.length,gt,Tt,qt;if(arguments.length===1){for(;++Ke<vt;)if((Tt=de[Ke])!=null&&Tt>=Tt){gt=qt=Tt;break}for(;++Ke<vt;)(Tt=de[Ke])!=null&&(gt>Tt&&(gt=Tt),qt<Tt&&(qt=Tt))}else{for(;++Ke<vt;)if((Tt=Pe.call(de,de[Ke],Ke))!=null&&Tt>=Tt){gt=qt=Tt;break}for(;++Ke<vt;)(Tt=Pe.call(de,de[Ke],Ke))!=null&&(gt>Tt&&(gt=Tt),qt<Tt&&(qt=Tt))}return[gt,qt]};function f(de){return de===null?NaN:+de}function c(de){return!isNaN(de)}h.sum=function(de,Pe){var Ke=0,vt=de.length,gt,Tt=-1;if(arguments.length===1)for(;++Tt<vt;)c(gt=+de[Tt])&&(Ke+=gt);else for(;++Tt<vt;)c(gt=+Pe.call(de,de[Tt],Tt))&&(Ke+=gt);return Ke},h.mean=function(de,Pe){var Ke=0,vt=de.length,gt,Tt=-1,qt=vt;if(arguments.length===1)for(;++Tt<vt;)c(gt=f(de[Tt]))?Ke+=gt:--qt;else for(;++Tt<vt;)c(gt=f(Pe.call(de,de[Tt],Tt)))?Ke+=gt:--qt;if(qt)return Ke/qt},h.quantile=function(de,Pe){var Ke=(de.length-1)*Pe+1,vt=Math.floor(Ke),gt=+de[vt-1],Tt=Ke-vt;return Tt?gt+Tt*(de[vt]-gt):gt},h.median=function(de,Pe){var Ke=[],vt=de.length,gt,Tt=-1;if(arguments.length===1)for(;++Tt<vt;)c(gt=f(de[Tt]))&&Ke.push(gt);else for(;++Tt<vt;)c(gt=f(Pe.call(de,de[Tt],Tt)))&&Ke.push(gt);if(Ke.length)return h.quantile(Ke.sort(s),.5)},h.variance=function(de,Pe){var Ke=de.length,vt=0,gt,Tt,qt=0,Vt=-1,or=0;if(arguments.length===1)for(;++Vt<Ke;)c(gt=f(de[Vt]))&&(Tt=gt-vt,vt+=Tt/++or,qt+=Tt*(gt-vt));else for(;++Vt<Ke;)c(gt=f(Pe.call(de,de[Vt],Vt)))&&(Tt=gt-vt,vt+=Tt/++or,qt+=Tt*(gt-vt));if(or>1)return qt/(or-1)},h.deviation=function(){var de=h.variance.apply(this,arguments);return de&&Math.sqrt(de)};function p(de){return{left:function(Pe,Ke,vt,gt){for(arguments.length<3&&(vt=0),arguments.length<4&&(gt=Pe.length);vt<gt;){var Tt=vt+gt>>>1;de(Pe[Tt],Ke)<0?vt=Tt+1:gt=Tt}return vt},right:function(Pe,Ke,vt,gt){for(arguments.length<3&&(vt=0),arguments.length<4&&(gt=Pe.length);vt<gt;){var Tt=vt+gt>>>1;de(Pe[Tt],Ke)>0?gt=Tt:vt=Tt+1}return vt}}}var d=p(s);h.bisectLeft=d.left,h.bisect=h.bisectRight=d.right,h.bisector=function(de){return p(de.length===1?function(Pe,Ke){return s(de(Pe),Ke)}:de)},h.shuffle=function(de,Pe,Ke){(vt=arguments.length)<3&&(Ke=de.length,vt<2&&(Pe=0));for(var vt=Ke-Pe,gt,Tt;vt;)Tt=Math.random()*vt--|0,gt=de[vt+Pe],de[vt+Pe]=de[Tt+Pe],de[Tt+Pe]=gt;return de},h.permute=function(de,Pe){for(var Ke=Pe.length,vt=new Array(Ke);Ke--;)vt[Ke]=de[Pe[Ke]];return vt},h.pairs=function(de){for(var Pe=0,Ke=de.length-1,vt=de[0],gt=new Array(Ke<0?0:Ke);Pe<Ke;)gt[Pe]=[vt,vt=de[++Pe]];return gt},h.transpose=function(de){if(!(Tt=de.length))return[];for(var Pe=-1,Ke=h.min(de,T),vt=new Array(Ke);++Pe<Ke;)for(var gt=-1,Tt,qt=vt[Pe]=new Array(Tt);++gt<Tt;)qt[gt]=de[gt][Pe];return vt};function T(de){return de.length}h.zip=function(){return h.transpose(arguments)},h.keys=function(de){var Pe=[];for(var Ke in de)Pe.push(Ke);return Pe},h.values=function(de){var Pe=[];for(var Ke in de)Pe.push(de[Ke]);return Pe},h.entries=function(de){var Pe=[];for(var Ke in de)Pe.push({key:Ke,value:de[Ke]});return Pe},h.merge=function(de){for(var Pe=de.length,Ke,vt=-1,gt=0,Tt,qt;++vt<Pe;)gt+=de[vt].length;for(Tt=new Array(gt);--Pe>=0;)for(qt=de[Pe],Ke=qt.length;--Ke>=0;)Tt[--gt]=qt[Ke];return Tt};var l=Math.abs;h.range=function(de,Pe,Ke){if(arguments.length<3&&(Ke=1,arguments.length<2&&(Pe=de,de=0)),(Pe-de)/Ke===1/0)throw new Error("infinite range");var vt=[],gt=m(l(Ke)),Tt=-1,qt;if(de*=gt,Pe*=gt,Ke*=gt,Ke<0)for(;(qt=de+Ke*++Tt)>Pe;)vt.push(qt/gt);else for(;(qt=de+Ke*++Tt)<Pe;)vt.push(qt/gt);return vt};function m(de){for(var Pe=1;de*Pe%1;)Pe*=10;return Pe}function x(de,Pe){for(var Ke in Pe)Object.defineProperty(de.prototype,Ke,{value:Pe[Ke],enumerable:!1})}h.map=function(de,Pe){var Ke=new A;if(de instanceof A)de.forEach(function(Vt,or){Ke.set(Vt,or)});else if(Array.isArray(de)){var vt=-1,gt=de.length,Tt;if(arguments.length===1)for(;++vt<gt;)Ke.set(vt,de[vt]);else for(;++vt<gt;)Ke.set(Pe.call(de,Tt=de[vt],vt),Tt)}else for(var qt in de)Ke.set(qt,de[qt]);return Ke};function A(){this._=Object.create(null)}var M="__proto__",_="\0";x(A,{has:u,get:function(de){return this._[w(de)]},set:function(de,Pe){return this._[w(de)]=Pe},remove:v,keys:y,values:function(){var de=[];for(var Pe in this._)de.push(this._[Pe]);return de},entries:function(){var de=[];for(var Pe in this._)de.push({key:g(Pe),value:this._[Pe]});return de},size:R,empty:L,forEach:function(de){for(var Pe in this._)de.call(this,g(Pe),this._[Pe])}});function w(de){return(de+="")===M||de[0]===_?_+de:de}function g(de){return(de+="")[0]===_?de.slice(1):de}function u(de){return w(de)in this._}function v(de){return(de=w(de))in this._&&delete this._[de]}function y(){var de=[];for(var Pe in this._)de.push(g(Pe));return de}function R(){var de=0;for(var Pe in this._)++de;return de}function L(){for(var de in this._)return!1;return!0}h.nest=function(){var de={},Pe=[],Ke=[],vt,gt;function Tt(Vt,or,Ir){if(Ir>=Pe.length)return gt?gt.call(de,or):vt?or.sort(vt):or;for(var Lr=-1,Zr=or.length,ia=Pe[Ir++],la,nn,da,La=new A,Oa;++Lr<Zr;)(Oa=La.get(la=ia(nn=or[Lr])))?Oa.push(nn):La.set(la,[nn]);return Vt?(nn=Vt(),da=function(Qa,sn){nn.set(Qa,Tt(Vt,sn,Ir))}):(nn={},da=function(Qa,sn){nn[Qa]=Tt(Vt,sn,Ir)}),La.forEach(da),nn}function qt(Vt,or){if(or>=Pe.length)return Vt;var Ir=[],Lr=Ke[or++];return Vt.forEach(function(Zr,ia){Ir.push({key:Zr,values:qt(ia,or)})}),Lr?Ir.sort(function(Zr,ia){return Lr(Zr.key,ia.key)}):Ir}return de.map=function(Vt,or){return Tt(or,Vt,0)},de.entries=function(Vt){return qt(Tt(h.map,Vt,0),0)},de.key=function(Vt){return Pe.push(Vt),de},de.sortKeys=function(Vt){return Ke[Pe.length-1]=Vt,de},de.sortValues=function(Vt){return vt=Vt,de},de.rollup=function(Vt){return gt=Vt,de},de},h.set=function(de){var Pe=new z;if(de)for(var Ke=0,vt=de.length;Ke<vt;++Ke)Pe.add(de[Ke]);return Pe};function z(){this._=Object.create(null)}x(z,{has:u,add:function(de){return this._[w(de+="")]=!0,de},remove:v,values:y,size:R,empty:L,forEach:function(de){for(var Pe in this._)de.call(this,g(Pe))}}),h.behavior={};function F(de){return de}h.rebind=function(de,Pe){for(var Ke=1,vt=arguments.length,gt;++Ke<vt;)de[gt=arguments[Ke]]=B(de,Pe,Pe[gt]);return de};function B(de,Pe,Ke){return function(){var vt=Ke.apply(Pe,arguments);return vt===Pe?de:vt}}function O(de,Pe){if(Pe in de)return Pe;Pe=Pe.charAt(0).toUpperCase()+Pe.slice(1);for(var Ke=0,vt=I.length;Ke<vt;++Ke){var gt=I[Ke]+Pe;if(gt in de)return gt}}var I=["webkit","ms","moz","Moz","o","O"];function N(){}h.dispatch=function(){for(var de=new U,Pe=-1,Ke=arguments.length;++Pe<Ke;)de[arguments[Pe]]=X(de);return de};function U(){}U.prototype.on=function(de,Pe){var Ke=de.indexOf("."),vt="";if(Ke>=0&&(vt=de.slice(Ke+1),de=de.slice(0,Ke)),de)return arguments.length<2?this[de].on(vt):this[de].on(vt,Pe);if(arguments.length===2){if(Pe==null)for(de in this)this.hasOwnProperty(de)&&this[de].on(vt,null);return this}};function X(de){var Pe=[],Ke=new A;function vt(){for(var gt=Pe,Tt=-1,qt=gt.length,Vt;++Tt<qt;)(Vt=gt[Tt].on)&&Vt.apply(this,arguments);return de}return vt.on=function(gt,Tt){var qt=Ke.get(gt),Vt;return arguments.length<2?qt&&qt.on:(qt&&(qt.on=null,Pe=Pe.slice(0,Vt=Pe.indexOf(qt)).concat(Pe.slice(Vt+1)),Ke.remove(gt)),Tt&&Pe.push(Ke.set(gt,{on:Tt})),de)},vt}h.event=null;function ee(){h.event.preventDefault()}function ue(){for(var de=h.event,Pe;Pe=de.sourceEvent;)de=Pe;return de}function oe(de){for(var Pe=new U,Ke=0,vt=arguments.length;++Ke<vt;)Pe[arguments[Ke]]=X(Pe);return Pe.of=function(gt,Tt){return function(qt){try{var Vt=qt.sourceEvent=h.event;qt.target=de,h.event=qt,Pe[qt.type].apply(gt,Tt)}finally{h.event=Vt}}},Pe}h.requote=function(de){return de.replace(le,"\\$&")};var le=/[\\\^\$\*\+\?\|\[\]\(\)\.\{\}]/g,V={}.__proto__?function(de,Pe){de.__proto__=Pe}:function(de,Pe){for(var Ke in Pe)de[Ke]=Pe[Ke]};function J(de){return V(de,Q),de}var te=function(de,Pe){return Pe.querySelector(de)},Z=function(de,Pe){return Pe.querySelectorAll(de)},se=function(de,Pe){var Ke=de.matches||de[O(de,"matchesSelector")];return se=function(vt,gt){return Ke.call(vt,gt)},se(de,Pe)};typeof Sizzle=="function"&&(te=function(de,Pe){return Sizzle(de,Pe)[0]||null},Z=Sizzle,se=Sizzle.matchesSelector),h.selection=function(){return h.select(E.documentElement)};var Q=h.selection.prototype=[];Q.select=function(de){var Pe=[],Ke,vt,gt,Tt;de=q(de);for(var qt=-1,Vt=this.length;++qt<Vt;){Pe.push(Ke=[]),Ke.parentNode=(gt=this[qt]).parentNode;for(var or=-1,Ir=gt.length;++or<Ir;)(Tt=gt[or])?(Ke.push(vt=de.call(Tt,Tt.__data__,or,qt)),vt&&"__data__"in Tt&&(vt.__data__=Tt.__data__)):Ke.push(null)}return J(Pe)};function q(de){return typeof de=="function"?de:function(){return te(de,this)}}Q.selectAll=function(de){var Pe=[],Ke,vt;de=re(de);for(var gt=-1,Tt=this.length;++gt<Tt;)for(var qt=this[gt],Vt=-1,or=qt.length;++Vt<or;)(vt=qt[Vt])&&(Pe.push(Ke=S(de.call(vt,vt.__data__,Vt,gt))),Ke.parentNode=vt);return J(Pe)};function re(de){return typeof de=="function"?de:function(){return Z(de,this)}}var ae="http://www.w3.org/1999/xhtml",fe={svg:"http://www.w3.org/2000/svg",xhtml:ae,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};h.ns={prefix:fe,qualify:function(de){var Pe=de.indexOf(":"),Ke=de;return Pe>=0&&(Ke=de.slice(0,Pe))!=="xmlns"&&(de=de.slice(Pe+1)),fe.hasOwnProperty(Ke)?{space:fe[Ke],local:de}:de}},Q.attr=function(de,Pe){if(arguments.length<2){if(typeof de=="string"){var Ke=this.node();return de=h.ns.qualify(de),de.local?Ke.getAttributeNS(de.space,de.local):Ke.getAttribute(de)}for(Pe in de)this.each(be(Pe,de[Pe]));return this}return this.each(be(de,Pe))};function be(de,Pe){de=h.ns.qualify(de);function Ke(){this.removeAttribute(de)}function vt(){this.removeAttributeNS(de.space,de.local)}function gt(){this.setAttribute(de,Pe)}function Tt(){this.setAttributeNS(de.space,de.local,Pe)}function qt(){var or=Pe.apply(this,arguments);or==null?this.removeAttribute(de):this.setAttribute(de,or)}function Vt(){var or=Pe.apply(this,arguments);or==null?this.removeAttributeNS(de.space,de.local):this.setAttributeNS(de.space,de.local,or)}return Pe==null?de.local?vt:Ke:typeof Pe=="function"?de.local?Vt:qt:de.local?Tt:gt}function Me(de){return de.trim().replace(/\s+/g," ")}Q.classed=function(de,Pe){if(arguments.length<2){if(typeof de=="string"){var Ke=this.node(),vt=(de=Le(de)).length,gt=-1;if(Pe=Ke.classList){for(;++gt<vt;)if(!Pe.contains(de[gt]))return!1}else for(Pe=Ke.getAttribute("class");++gt<vt;)if(!Ie(de[gt]).test(Pe))return!1;return!0}for(Pe in de)this.each(je(Pe,de[Pe]));return this}return this.each(je(de,Pe))};function Ie(de){return new RegExp("(?:^|\\s+)"+h.requote(de)+"(?:\\s+|$)","g")}function Le(de){return(de+"").trim().split(/^|\s+/)}function je(de,Pe){de=Le(de).map(et);var Ke=de.length;function vt(){for(var Tt=-1;++Tt<Ke;)de[Tt](this,Pe)}function gt(){for(var Tt=-1,qt=Pe.apply(this,arguments);++Tt<Ke;)de[Tt](this,qt)}return typeof Pe=="function"?gt:vt}function et(de){var Pe=Ie(de);return function(Ke,vt){if(gt=Ke.classList)return vt?gt.add(de):gt.remove(de);var gt=Ke.getAttribute("class")||"";vt?(Pe.lastIndex=0,Pe.test(gt)||Ke.setAttribute("class",Me(gt+" "+de))):Ke.setAttribute("class",Me(gt.replace(Pe," ")))}}Q.style=function(de,Pe,Ke){var vt=arguments.length;if(vt<3){if(typeof de!="string"){vt<2&&(Pe="");for(Ke in de)this.each(rt(Ke,de[Ke],Pe));return this}if(vt<2){var gt=this.node();return t(gt).getComputedStyle(gt,null).getPropertyValue(de)}Ke=""}return this.each(rt(de,Pe,Ke))};function rt(de,Pe,Ke){function vt(){this.style.removeProperty(de)}function gt(){this.style.setProperty(de,Pe,Ke)}function Tt(){var qt=Pe.apply(this,arguments);qt==null?this.style.removeProperty(de):this.style.setProperty(de,qt,Ke)}return Pe==null?vt:typeof Pe=="function"?Tt:gt}Q.property=function(de,Pe){if(arguments.length<2){if(typeof de=="string")return this.node()[de];for(Pe in de)this.each(Je(Pe,de[Pe]));return this}return this.each(Je(de,Pe))};function Je(de,Pe){function Ke(){delete this[de]}function vt(){this[de]=Pe}function gt(){var Tt=Pe.apply(this,arguments);Tt==null?delete this[de]:this[de]=Tt}return Pe==null?Ke:typeof Pe=="function"?gt:vt}Q.text=function(de){return arguments.length?this.each(typeof de=="function"?function(){var Pe=de.apply(this,arguments);this.textContent=Pe??""}:de==null?function(){this.textContent=""}:function(){this.textContent=de}):this.node().textContent},Q.html=function(de){return arguments.length?this.each(typeof de=="function"?function(){var Pe=de.apply(this,arguments);this.innerHTML=Pe??""}:de==null?function(){this.innerHTML=""}:function(){this.innerHTML=de}):this.node().innerHTML},Q.append=function(de){return de=Ze(de),this.select(function(){return this.appendChild(de.apply(this,arguments))})};function Ze(de){function Pe(){var vt=this.ownerDocument,gt=this.namespaceURI;return gt===ae&&vt.documentElement.namespaceURI===ae?vt.createElement(de):vt.createElementNS(gt,de)}function Ke(){return this.ownerDocument.createElementNS(de.space,de.local)}return typeof de=="function"?de:(de=h.ns.qualify(de)).local?Ke:Pe}Q.insert=function(de,Pe){return de=Ze(de),Pe=q(Pe),this.select(function(){return this.insertBefore(de.apply(this,arguments),Pe.apply(this,arguments)||null)})},Q.remove=function(){return this.each(Ee)};function Ee(){var de=this.parentNode;de&&de.removeChild(this)}Q.data=function(de,Pe){var Ke=-1,vt=this.length,gt,Tt;if(!arguments.length){for(de=new Array(vt=(gt=this[0]).length);++Ke<vt;)(Tt=gt[Ke])&&(de[Ke]=Tt.__data__);return de}function qt(Lr,Zr){var ia,la=Lr.length,nn=Zr.length,da=Math.min(la,nn),La=new Array(nn),Oa=new Array(nn),Qa=new Array(la),sn,Fa;if(Pe){var Pn=new A,si=new Array(la),$n;for(ia=-1;++ia<la;)(sn=Lr[ia])&&(Pn.has($n=Pe.call(sn,sn.__data__,ia))?Qa[ia]=sn:Pn.set($n,sn),si[ia]=$n);for(ia=-1;++ia<nn;)(sn=Pn.get($n=Pe.call(Zr,Fa=Zr[ia],ia)))?sn!==!0&&(La[ia]=sn,sn.__data__=Fa):Oa[ia]=xe(Fa),Pn.set($n,!0);for(ia=-1;++ia<la;)ia in si&&Pn.get(si[ia])!==!0&&(Qa[ia]=Lr[ia])}else{for(ia=-1;++ia<da;)sn=Lr[ia],Fa=Zr[ia],sn?(sn.__data__=Fa,La[ia]=sn):Oa[ia]=xe(Fa);for(;ia<nn;++ia)Oa[ia]=xe(Zr[ia]);for(;ia<la;++ia)Qa[ia]=Lr[ia]}Oa.update=La,Oa.parentNode=La.parentNode=Qa.parentNode=Lr.parentNode,Vt.push(Oa),or.push(La),Ir.push(Qa)}var Vt=nt([]),or=J([]),Ir=J([]);if(typeof de=="function")for(;++Ke<vt;)qt(gt=this[Ke],de.call(gt,gt.parentNode.__data__,Ke));else for(;++Ke<vt;)qt(gt=this[Ke],de);return or.enter=function(){return Vt},or.exit=function(){return Ir},or};function xe(de){return{__data__:de}}Q.datum=function(de){return arguments.length?this.property("__data__",de):this.property("__data__")},Q.filter=function(de){var Pe=[],Ke,vt,gt;typeof de!="function"&&(de=he(de));for(var Tt=0,qt=this.length;Tt<qt;Tt++){Pe.push(Ke=[]),Ke.parentNode=(vt=this[Tt]).parentNode;for(var Vt=0,or=vt.length;Vt<or;Vt++)(gt=vt[Vt])&&de.call(gt,gt.__data__,Vt,Tt)&&Ke.push(gt)}return J(Pe)};function he(de){return function(){return se(this,de)}}Q.order=function(){for(var de=-1,Pe=this.length;++de<Pe;)for(var Ke=this[de],vt=Ke.length-1,gt=Ke[vt],Tt;--vt>=0;)(Tt=Ke[vt])&&(gt&>!==Tt.nextSibling&>.parentNode.insertBefore(Tt,gt),gt=Tt);return this},Q.sort=function(de){de=De.apply(this,arguments);for(var Pe=-1,Ke=this.length;++Pe<Ke;)this[Pe].sort(de);return this.order()};function De(de){return arguments.length||(de=s),function(Pe,Ke){return Pe&&Ke?de(Pe.__data__,Ke.__data__):!Pe-!Ke}}Q.each=function(de){return tt(this,function(Pe,Ke,vt){de.call(Pe,Pe.__data__,Ke,vt)})};function tt(de,Pe){for(var Ke=0,vt=de.length;Ke<vt;Ke++)for(var gt=de[Ke],Tt=0,qt=gt.length,Vt;Tt<qt;Tt++)(Vt=gt[Tt])&&Pe(Vt,Tt,Ke);return de}Q.call=function(de){var Pe=S(arguments);return de.apply(Pe[0]=this,Pe),this},Q.empty=function(){return!this.node()},Q.node=function(){for(var de=0,Pe=this.length;de<Pe;de++)for(var Ke=this[de],vt=0,gt=Ke.length;vt<gt;vt++){var Tt=Ke[vt];if(Tt)return Tt}return null},Q.size=function(){var de=0;return tt(this,function(){++de}),de};function nt(de){return V(de,$e),de}var $e=[];h.selection.enter=nt,h.selection.enter.prototype=$e,$e.append=Q.append,$e.empty=Q.empty,$e.node=Q.node,$e.call=Q.call,$e.size=Q.size,$e.select=function(de){for(var Pe=[],Ke,vt,gt,Tt,qt,Vt=-1,or=this.length;++Vt<or;){gt=(Tt=this[Vt]).update,Pe.push(Ke=[]),Ke.parentNode=Tt.parentNode;for(var Ir=-1,Lr=Tt.length;++Ir<Lr;)(qt=Tt[Ir])?(Ke.push(gt[Ir]=vt=de.call(Tt.parentNode,qt.__data__,Ir,Vt)),vt.__data__=qt.__data__):Ke.push(null)}return J(Pe)},$e.insert=function(de,Pe){return arguments.length<2&&(Pe=Et(this)),Q.insert.call(this,de,Pe)};function Et(de){var Pe,Ke;return function(vt,gt,Tt){var qt=de[Tt].update,Vt=qt.length,or;for(Tt!=Ke&&(Ke=Tt,Pe=0),gt>=Pe&&(Pe=gt+1);!(or=qt[Pe])&&++Pe<Vt;);return or}}h.select=function(de){var Pe;return typeof de=="string"?(Pe=[te(de,E)],Pe.parentNode=E.documentElement):(Pe=[de],Pe.parentNode=e(de)),J([Pe])},h.selectAll=function(de){var Pe;return typeof de=="string"?(Pe=S(Z(de,E)),Pe.parentNode=E.documentElement):(Pe=S(de),Pe.parentNode=null),J([Pe])},Q.on=function(de,Pe,Ke){var vt=arguments.length;if(vt<3){if(typeof de!="string"){vt<2&&(Pe=!1);for(Ke in de)this.each(Ct(Ke,de[Ke],Pe));return this}if(vt<2)return(vt=this.node()["__on"+de])&&vt._;Ke=!1}return this.each(Ct(de,Pe,Ke))};function Ct(de,Pe,Ke){var vt="__on"+de,gt=de.indexOf("."),Tt=Wt;gt>0&&(de=de.slice(0,gt));var qt=jt.get(de);qt&&(de=qt,Tt=dr);function Vt(){var Lr=this[vt];Lr&&(this.removeEventListener(de,Lr,Lr.$),delete this[vt])}function or(){var Lr=Tt(Pe,S(arguments));Vt.call(this),this.addEventListener(de,this[vt]=Lr,Lr.$=Ke),Lr._=Pe}function Ir(){var Lr=new RegExp("^__on([^.]+)"+h.requote(de)+"$"),Zr;for(var ia in this)if(Zr=ia.match(Lr)){var la=this[ia];this.removeEventListener(Zr[1],la,la.$),delete this[ia]}}return gt?Pe?or:Vt:Pe?N:Ir}var jt=h.map({mouseenter:"mouseover",mouseleave:"mouseout"});E&&jt.forEach(function(de){"on"+de in E&&jt.remove(de)});function Wt(de,Pe){return function(Ke){var vt=h.event;h.event=Ke,Pe[0]=this.__data__;try{de.apply(this,Pe)}finally{h.event=vt}}}function dr(de,Pe){var Ke=Wt(de,Pe);return function(vt){var gt=this,Tt=vt.relatedTarget;(!Tt||Tt!==gt&&!(Tt.compareDocumentPosition(gt)&8))&&Ke.call(gt,vt)}}var vr,Dr=0;function hr(de){var Pe=".dragsuppress-"+ ++Dr,Ke="click"+Pe,vt=h.select(t(de)).on("touchmove"+Pe,ee).on("dragstart"+Pe,ee).on("selectstart"+Pe,ee);if(vr==null&&(vr="onselectstart"in de?!1:O(de.style,"userSelect")),vr){var gt=e(de).style,Tt=gt[vr];gt[vr]="none"}return function(qt){if(vt.on(Pe,null),vr&&(gt[vr]=Tt),qt){var Vt=function(){vt.on(Ke,null)};vt.on(Ke,function(){ee(),Vt()},!0),setTimeout(Vt,0)}}}h.mouse=function(de){return mt(de,ue())};var Ar=this.navigator&&/WebKit/.test(this.navigator.userAgent)?-1:0;function mt(de,Pe){Pe.changedTouches&&(Pe=Pe.changedTouches[0]);var Ke=de.ownerSVGElement||de;if(Ke.createSVGPoint){var vt=Ke.createSVGPoint();if(Ar<0){var gt=t(de);if(gt.scrollX||gt.scrollY){Ke=h.select("body").append("svg").style({position:"absolute",top:0,left:0,margin:0,padding:0,border:"none"},"important");var Tt=Ke[0][0].getScreenCTM();Ar=!(Tt.f||Tt.e),Ke.remove()}}return Ar?(vt.x=Pe.pageX,vt.y=Pe.pageY):(vt.x=Pe.clientX,vt.y=Pe.clientY),vt=vt.matrixTransform(de.getScreenCTM().inverse()),[vt.x,vt.y]}var qt=de.getBoundingClientRect();return[Pe.clientX-qt.left-de.clientLeft,Pe.clientY-qt.top-de.clientTop]}h.touch=function(de,Pe,Ke){if(arguments.length<3&&(Ke=Pe,Pe=ue().changedTouches),Pe){for(var vt=0,gt=Pe.length,Tt;vt<gt;++vt)if((Tt=Pe[vt]).identifier===Ke)return mt(de,Tt)}},h.behavior.drag=function(){var de=oe(gt,"drag","dragstart","dragend"),Pe=null,Ke=Tt(N,h.mouse,t,"mousemove","mouseup"),vt=Tt(Fe,h.touch,F,"touchmove","touchend");function gt(){this.on("mousedown.drag",Ke).on("touchstart.drag",vt)}function Tt(qt,Vt,or,Ir,Lr){return function(){var Zr=this,ia=h.event.target.correspondingElement||h.event.target,la=Zr.parentNode,nn=de.of(Zr,arguments),da=0,La=qt(),Oa=".drag"+(La==null?"":"-"+La),Qa,sn=h.select(or(ia)).on(Ir+Oa,si).on(Lr+Oa,$n),Fa=hr(ia),Pn=Vt(la,La);Pe?(Qa=Pe.apply(Zr,arguments),Qa=[Qa.x-Pn[0],Qa.y-Pn[1]]):Qa=[0,0],nn({type:"dragstart"});function si(){var ni=Vt(la,La),Ai,Ci;ni&&(Ai=ni[0]-Pn[0],Ci=ni[1]-Pn[1],da|=Ai|Ci,Pn=ni,nn({type:"drag",x:ni[0]+Qa[0],y:ni[1]+Qa[1],dx:Ai,dy:Ci}))}function $n(){Vt(la,La)&&(sn.on(Ir+Oa,null).on(Lr+Oa,null),Fa(da),nn({type:"dragend"}))}}}return gt.origin=function(qt){return arguments.length?(Pe=qt,gt):Pe},h.rebind(gt,de,"on")};function Fe(){return h.event.changedTouches[0].identifier}h.touches=function(de,Pe){return arguments.length<2&&(Pe=ue().touches),Pe?S(Pe).map(function(Ke){var vt=mt(de,Ke);return vt.identifier=Ke.identifier,vt}):[]};var We=1e-6,Ae=We*We,me=Math.PI,pe=2*me,Te=pe-We,Ue=me/2,Xe=me/180,bt=180/me;function xt(de,Pe,Ke){return(Pe[0]-de[0])*(Ke[1]-de[1])-(Pe[1]-de[1])*(Ke[0]-de[0])}function Mt(de){return de>1?Ue:de<-1?-Ue:Math.asin(de)}function Nt(de){return((de=Math.exp(de))-1/de)/2}function sr(de){return((de=Math.exp(de))+1/de)/2}function ar(de){return((de=Math.exp(2*de))-1)/(de+1)}var tr=Math.SQRT2,Tr=2,sa=4;h.interpolateZoom=function(de,Pe){var Ke=de[0],vt=de[1],gt=de[2],Tt=Pe[0],qt=Pe[1],Vt=Pe[2],or=Tt-Ke,Ir=qt-vt,Lr=or*or+Ir*Ir,Zr,ia;if(Lr<Ae)ia=Math.log(Vt/gt)/tr,Zr=function(Qa){return[Ke+Qa*or,vt+Qa*Ir,gt*Math.exp(tr*Qa*ia)]};else{var la=Math.sqrt(Lr),nn=(Vt*Vt-gt*gt+sa*Lr)/(2*gt*Tr*la),da=(Vt*Vt-gt*gt-sa*Lr)/(2*Vt*Tr*la),La=Math.log(Math.sqrt(nn*nn+1)-nn),Oa=Math.log(Math.sqrt(da*da+1)-da);ia=(Oa-La)/tr,Zr=function(Qa){var sn=Qa*ia,Fa=sr(La),Pn=gt/(Tr*la)*(Fa*ar(tr*sn+La)-Nt(La));return[Ke+Pn*or,vt+Pn*Ir,gt*Fa/sr(tr*sn+La)]}}return Zr.duration=ia*1e3,Zr},h.behavior.zoom=function(){var de={x:0,y:0,k:1},Pe,Ke,vt,gt=[960,500],Tt=Ea,qt=250,Vt=0,or="mousedown.zoom",Ir="mousemove.zoom",Lr="mouseup.zoom",Zr,ia="touchstart.zoom",la,nn=oe(sn,"zoomstart","zoom","zoomend"),da,La,Oa,Qa;Ia||(Ia="onwheel"in E?(ba=function(){return-h.event.deltaY*(h.event.deltaMode?120:1)},"wheel"):"onmousewheel"in E?(ba=function(){return h.event.wheelDelta},"mousewheel"):(ba=function(){return-h.event.detail},"MozMousePixelScroll"));function sn(gi){gi.on(or,uo).on(Ia+".zoom",bl).on("dblclick.zoom",Ks).on(ia,ts)}sn.event=function(gi){gi.each(function(){var Lo=nn.of(this,arguments),Ko=de;Mi?h.select(this).transition().each("start.zoom",function(){de=this.__chart__||{x:0,y:0,k:1},Ci(Lo)}).tween("zoom:zoom",function(){var Ws=gt[0],Is=gt[1],tu=Ke?Ke[0]:Ws/2,ws=Ke?Ke[1]:Is/2,Xs=h.interpolateZoom([(tu-de.x)/de.k,(ws-de.y)/de.k,Ws/de.k],[(tu-Ko.x)/Ko.k,(ws-Ko.y)/Ko.k,Ws/Ko.k]);return function(wu){var yl=Xs(wu),st=Ws/yl[2];this.__chart__=de={x:tu-yl[0]*st,y:ws-yl[1]*st,k:st},Xo(Lo)}}).each("interrupt.zoom",function(){Ii(Lo)}).each("end.zoom",function(){Ii(Lo)}):(this.__chart__=de,Ci(Lo),Xo(Lo),Ii(Lo))})},sn.translate=function(gi){return arguments.length?(de={x:+gi[0],y:+gi[1],k:de.k},Ai(),sn):[de.x,de.y]},sn.scale=function(gi){return arguments.length?(de={x:de.x,y:de.y,k:null},si(+gi),Ai(),sn):de.k},sn.scaleExtent=function(gi){return arguments.length?(Tt=gi==null?Ea:[+gi[0],+gi[1]],sn):Tt},sn.center=function(gi){return arguments.length?(vt=gi&&[+gi[0],+gi[1]],sn):vt},sn.size=function(gi){return arguments.length?(gt=gi&&[+gi[0],+gi[1]],sn):gt},sn.duration=function(gi){return arguments.length?(qt=+gi,sn):qt},sn.x=function(gi){return arguments.length?(La=gi,da=gi.copy(),de={x:0,y:0,k:1},sn):La},sn.y=function(gi){return arguments.length?(Qa=gi,Oa=gi.copy(),de={x:0,y:0,k:1},sn):Qa};function Fa(gi){return[(gi[0]-de.x)/de.k,(gi[1]-de.y)/de.k]}function Pn(gi){return[gi[0]*de.k+de.x,gi[1]*de.k+de.y]}function si(gi){de.k=Math.max(Tt[0],Math.min(Tt[1],gi))}function $n(gi,Lo){Lo=Pn(Lo),de.x+=gi[0]-Lo[0],de.y+=gi[1]-Lo[1]}function ni(gi,Lo,Ko,Ws){gi.__chart__={x:de.x,y:de.y,k:de.k},si(Math.pow(2,Ws)),$n(Ke=Lo,Ko),gi=h.select(gi),qt>0&&(gi=gi.transition().duration(qt)),gi.call(sn.event)}function Ai(){La&&La.domain(da.range().map(function(gi){return(gi-de.x)/de.k}).map(da.invert)),Qa&&Qa.domain(Oa.range().map(function(gi){return(gi-de.y)/de.k}).map(Oa.invert))}function Ci(gi){Vt++||gi({type:"zoomstart"})}function Xo(gi){Ai(),gi({type:"zoom",scale:de.k,translate:[de.x,de.y]})}function Ii(gi){--Vt||(gi({type:"zoomend"}),Ke=null)}function uo(){var gi=this,Lo=nn.of(gi,arguments),Ko=0,Ws=h.select(t(gi)).on(Ir,ws).on(Lr,Xs),Is=Fa(h.mouse(gi)),tu=hr(gi);$a.call(gi),Ci(Lo);function ws(){Ko=1,$n(h.mouse(gi),Is),Xo(Lo)}function Xs(){Ws.on(Ir,null).on(Lr,null),tu(Ko),Ii(Lo)}}function ts(){var gi=this,Lo=nn.of(gi,arguments),Ko={},Ws=0,Is,tu=".zoom-"+h.event.changedTouches[0].identifier,ws="touchmove"+tu,Xs="touchend"+tu,wu=[],yl=h.select(gi),st=hr(gi);ur(),Ci(Lo),yl.on(or,null).on(ia,ur);function ir(){var Qr=h.touches(gi);return Is=de.k,Qr.forEach(function($r){$r.identifier in Ko&&(Ko[$r.identifier]=Fa($r))}),Qr}function ur(){var Qr=h.event.target;h.select(Qr).on(ws,ua).on(Xs,Ua),wu.push(Qr);for(var $r=h.event.changedTouches,cn=0,ln=$r.length;cn<ln;++cn)Ko[$r[cn].identifier]=null;var un=ir(),bn=Date.now();if(un.length===1){if(bn-la<500){var ei=un[0];ni(gi,ei,Ko[ei.identifier],Math.floor(Math.log(de.k)/Math.LN2)+1),ee()}la=bn}else if(un.length>1){var ei=un[0],Vn=un[1],_n=ei[0]-Vn[0],Wa=ei[1]-Vn[1];Ws=_n*_n+Wa*Wa}}function ua(){var Qr=h.touches(gi),$r,cn,ln,un;$a.call(gi);for(var bn=0,ei=Qr.length;bn<ei;++bn,un=null)if(ln=Qr[bn],un=Ko[ln.identifier]){if(cn)break;$r=ln,cn=un}if(un){var Vn=(Vn=ln[0]-$r[0])*Vn+(Vn=ln[1]-$r[1])*Vn,_n=Ws&&Math.sqrt(Vn/Ws);$r=[($r[0]+ln[0])/2,($r[1]+ln[1])/2],cn=[(cn[0]+un[0])/2,(cn[1]+un[1])/2],si(_n*Is)}la=null,$n($r,cn),Xo(Lo)}function Ua(){if(h.event.touches.length){for(var Qr=h.event.changedTouches,$r=0,cn=Qr.length;$r<cn;++$r)delete Ko[Qr[$r].identifier];for(var ln in Ko)return void ir()}h.selectAll(wu).on(tu,null),yl.on(or,uo).on(ia,ts),st(),Ii(Lo)}}function bl(){var gi=nn.of(this,arguments);Zr?clearTimeout(Zr):($a.call(this),Pe=Fa(Ke=vt||h.mouse(this)),Ci(gi)),Zr=setTimeout(function(){Zr=null,Ii(gi)},50),ee(),si(Math.pow(2,ba()*.002)*de.k),$n(Ke,Pe),Xo(gi)}function Ks(){var gi=h.mouse(this),Lo=Math.log(de.k)/Math.LN2;ni(this,gi,Fa(gi),h.event.shiftKey?Math.ceil(Lo)-1:Math.floor(Lo)+1)}return h.rebind(sn,nn,"on")};var Ea=[0,1/0],ba,Ia;h.color=Ra;function Ra(){}Ra.prototype.toString=function(){return this.rgb()+""},h.hsl=ya;function ya(de,Pe,Ke){return this instanceof ya?(this.h=+de,this.s=+Pe,void(this.l=+Ke)):arguments.length<2?de instanceof ya?new ya(de.h,de.s,de.l):Sr(""+de,Er,ya):new ya(de,Pe,Ke)}var rn=ya.prototype=new Ra;rn.brighter=function(de){return de=Math.pow(.7,arguments.length?de:1),new ya(this.h,this.s,this.l/de)},rn.darker=function(de){return de=Math.pow(.7,arguments.length?de:1),new ya(this.h,this.s,de*this.l)},rn.rgb=function(){return mn(this.h,this.s,this.l)};function mn(de,Pe,Ke){var vt,gt;de=isNaN(de)?0:(de%=360)<0?de+360:de,Pe=isNaN(Pe)||Pe<0?0:Pe>1?1:Pe,Ke=Ke<0?0:Ke>1?1:Ke,gt=Ke<=.5?Ke*(1+Pe):Ke+Pe-Ke*Pe,vt=2*Ke-gt;function Tt(Vt){return Vt>360?Vt-=360:Vt<0&&(Vt+=360),Vt<60?vt+(gt-vt)*Vt/60:Vt<180?gt:Vt<240?vt+(gt-vt)*(240-Vt)/60:vt}function qt(Vt){return Math.round(Tt(Vt)*255)}return new Nn(qt(de+120),qt(de),qt(de-120))}h.hcl=Yt;function Yt(de,Pe,Ke){return this instanceof Yt?(this.h=+de,this.c=+Pe,void(this.l=+Ke)):arguments.length<2?de instanceof Yt?new Yt(de.h,de.c,de.l):de instanceof $t?Va(de.l,de.a,de.b):Va((de=_r((de=h.rgb(de)).r,de.g,de.b)).l,de.a,de.b):new Yt(de,Pe,Ke)}var It=Yt.prototype=new Ra;It.brighter=function(de){return new Yt(this.h,this.c,Math.min(100,this.l+Cr*(arguments.length?de:1)))},It.darker=function(de){return new Yt(this.h,this.c,Math.max(0,this.l-Cr*(arguments.length?de:1)))},It.rgb=function(){return Zt(this.h,this.c,this.l).rgb()};function Zt(de,Pe,Ke){return isNaN(de)&&(de=0),isNaN(Pe)&&(Pe=0),new $t(Ke,Math.cos(de*=Xe)*Pe,Math.sin(de)*Pe)}h.lab=$t;function $t(de,Pe,Ke){return this instanceof $t?(this.l=+de,this.a=+Pe,void(this.b=+Ke)):arguments.length<2?de instanceof $t?new $t(de.l,de.a,de.b):de instanceof Yt?Zt(de.h,de.c,de.l):_r((de=Nn(de)).r,de.g,de.b):new $t(de,Pe,Ke)}var Cr=18,qr=.95047,Jr=1,aa=1.08883,Ca=$t.prototype=new Ra;Ca.brighter=function(de){return new $t(Math.min(100,this.l+Cr*(arguments.length?de:1)),this.a,this.b)},Ca.darker=function(de){return new $t(Math.max(0,this.l-Cr*(arguments.length?de:1)),this.a,this.b)},Ca.rgb=function(){return Ha(this.l,this.a,this.b)};function Ha(de,Pe,Ke){var vt=(de+16)/116,gt=vt+Pe/500,Tt=vt-Ke/200;return gt=Za(gt)*qr,vt=Za(vt)*Jr,Tt=Za(Tt)*aa,new Nn(wa(3.2404542*gt-1.5371385*vt-.4985314*Tt),wa(-.969266*gt+1.8760108*vt+.041556*Tt),wa(.0556434*gt-.2040259*vt+1.0572252*Tt))}function Va(de,Pe,Ke){return de>0?new Yt(Math.atan2(Ke,Pe)*bt,Math.sqrt(Pe*Pe+Ke*Ke),de):new Yt(NaN,NaN,de)}function Za(de){return de>.206893034?de*de*de:(de-4/29)/7.787037}function an(de){return de>.008856?Math.pow(de,1/3):7.787037*de+4/29}function wa(de){return Math.round(255*(de<=.00304?12.92*de:1.055*Math.pow(de,1/2.4)-.055))}h.rgb=Nn;function Nn(de,Pe,Ke){return this instanceof Nn?(this.r=~~de,this.g=~~Pe,void(this.b=~~Ke)):arguments.length<2?de instanceof Nn?new Nn(de.r,de.g,de.b):Sr(""+de,Nn,mn):new Nn(de,Pe,Ke)}function Wn(de){return new Nn(de>>16,de>>8&255,de&255)}function At(de){return Wn(de)+""}var ft=Nn.prototype=new Ra;ft.brighter=function(de){de=Math.pow(.7,arguments.length?de:1);var Pe=this.r,Ke=this.g,vt=this.b,gt=30;return!Pe&&!Ke&&!vt?new Nn(gt,gt,gt):(Pe&&Pe<gt&&(Pe=gt),Ke&&Ke<gt&&(Ke=gt),vt&&vt<gt&&(vt=gt),new Nn(Math.min(255,Pe/de),Math.min(255,Ke/de),Math.min(255,vt/de)))},ft.darker=function(de){return de=Math.pow(.7,arguments.length?de:1),new Nn(de*this.r,de*this.g,de*this.b)},ft.hsl=function(){return Er(this.r,this.g,this.b)},ft.toString=function(){return"#"+pr(this.r)+pr(this.g)+pr(this.b)};function pr(de){return de<16?"0"+Math.max(0,de).toString(16):Math.min(255,de).toString(16)}function Sr(de,Pe,Ke){var vt=0,gt=0,Tt=0,qt,Vt,or;if(qt=/([a-z]+)\((.*)\)/.exec(de=de.toLowerCase()),qt)switch(Vt=qt[2].split(","),qt[1]){case"hsl":return Ke(parseFloat(Vt[0]),parseFloat(Vt[1])/100,parseFloat(Vt[2])/100);case"rgb":return Pe(Gr(Vt[0]),Gr(Vt[1]),Gr(Vt[2]))}return(or=Fr.get(de))?Pe(or.r,or.g,or.b):(de!=null&&de.charAt(0)==="#"&&!isNaN(or=parseInt(de.slice(1),16))&&(de.length===4?(vt=(or&3840)>>4,vt=vt>>4|vt,gt=or&240,gt=gt>>4|gt,Tt=or&15,Tt=Tt<<4|Tt):de.length===7&&(vt=(or&16711680)>>16,gt=(or&65280)>>8,Tt=or&255)),Pe(vt,gt,Tt))}function Er(de,Pe,Ke){var vt=Math.min(de/=255,Pe/=255,Ke/=255),gt=Math.max(de,Pe,Ke),Tt=gt-vt,qt,Vt,or=(gt+vt)/2;return Tt?(Vt=or<.5?Tt/(gt+vt):Tt/(2-gt-vt),de==gt?qt=(Pe-Ke)/Tt+(Pe<Ke?6:0):Pe==gt?qt=(Ke-de)/Tt+2:qt=(de-Pe)/Tt+4,qt*=60):(qt=NaN,Vt=or>0&&or<1?0:qt),new ya(qt,Vt,or)}function _r(de,Pe,Ke){de=Mr(de),Pe=Mr(Pe),Ke=Mr(Ke);var vt=an((.4124564*de+.3575761*Pe+.1804375*Ke)/qr),gt=an((.2126729*de+.7151522*Pe+.072175*Ke)/Jr),Tt=an((.0193339*de+.119192*Pe+.9503041*Ke)/aa);return $t(116*gt-16,500*(vt-gt),200*(gt-Tt))}function Mr(de){return(de/=255)<=.04045?de/12.92:Math.pow((de+.055)/1.055,2.4)}function Gr(de){var Pe=parseFloat(de);return de.charAt(de.length-1)==="%"?Math.round(Pe*2.55):Pe}var Fr=h.map({aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074});Fr.forEach(function(de,Pe){Fr.set(de,Wn(Pe))});function pt(de){return typeof de=="function"?de:function(){return de}}h.functor=pt,h.xhr=Kt(F);function Kt(de){return function(Pe,Ke,vt){return arguments.length===2&&typeof Ke=="function"&&(vt=Ke,Ke=null),xr(Pe,Ke,de,vt)}}function xr(de,Pe,Ke,vt){var gt={},Tt=h.dispatch("beforesend","progress","load","error"),qt={},Vt=new XMLHttpRequest,or=null;self.XDomainRequest&&!("withCredentials"in Vt)&&/^(http(s)?:)?\/\//.test(de)&&(Vt=new XDomainRequest),"onload"in Vt?Vt.onload=Vt.onerror=Ir:Vt.onreadystatechange=function(){Vt.readyState>3&&Ir()};function Ir(){var Lr=Vt.status,Zr;if(!Lr&&fa(Vt)||Lr>=200&&Lr<300||Lr===304){try{Zr=Ke.call(gt,Vt)}catch(ia){Tt.error.call(gt,ia);return}Tt.load.call(gt,Zr)}else Tt.error.call(gt,Vt)}return Vt.onprogress=function(Lr){var Zr=h.event;h.event=Lr;try{Tt.progress.call(gt,Vt)}finally{h.event=Zr}},gt.header=function(Lr,Zr){return Lr=(Lr+"").toLowerCase(),arguments.length<2?qt[Lr]:(Zr==null?delete qt[Lr]:qt[Lr]=Zr+"",gt)},gt.mimeType=function(Lr){return arguments.length?(Pe=Lr==null?null:Lr+"",gt):Pe},gt.responseType=function(Lr){return arguments.length?(or=Lr,gt):or},gt.response=function(Lr){return Ke=Lr,gt},["get","post"].forEach(function(Lr){gt[Lr]=function(){return gt.send.apply(gt,[Lr].concat(S(arguments)))}}),gt.send=function(Lr,Zr,ia){if(arguments.length===2&&typeof Zr=="function"&&(ia=Zr,Zr=null),Vt.open(Lr,de,!0),Pe!=null&&!("accept"in qt)&&(qt.accept=Pe+",*/*"),Vt.setRequestHeader)for(var la in qt)Vt.setRequestHeader(la,qt[la]);return Pe!=null&&Vt.overrideMimeType&&Vt.overrideMimeType(Pe),or!=null&&(Vt.responseType=or),ia!=null&>.on("error",ia).on("load",function(nn){ia(null,nn)}),Tt.beforesend.call(gt,Vt),Vt.send(Zr??null),gt},gt.abort=function(){return Vt.abort(),gt},h.rebind(gt,Tt,"on"),vt==null?gt:gt.get(Hr(vt))}function Hr(de){return de.length===1?function(Pe,Ke){de(Pe==null?Ke:null)}:de}function fa(de){var Pe=de.responseType;return Pe&&Pe!=="text"?de.response:de.responseText}h.dsv=function(de,Pe){var Ke=new RegExp('["'+de+`
|
|
2
2
|
]`),vt=de.charCodeAt(0);function gt(Ir,Lr,Zr){arguments.length<3&&(Zr=Lr,Lr=null);var ia=xr(Ir,Pe,Lr==null?Tt:qt(Lr),Zr);return ia.row=function(la){return arguments.length?ia.response((Lr=la)==null?Tt:qt(la)):Lr},ia}function Tt(Ir){return gt.parse(Ir.responseText)}function qt(Ir){return function(Lr){return gt.parse(Lr.responseText,Ir)}}gt.parse=function(Ir,Lr){var Zr;return gt.parseRows(Ir,function(ia,la){if(Zr)return Zr(ia,la-1);var nn=function(da){for(var La={},Oa=ia.length,Qa=0;Qa<Oa;++Qa)La[ia[Qa]]=da[Qa];return La};Zr=Lr?function(da,La){return Lr(nn(da),La)}:nn})},gt.parseRows=function(Ir,Lr){var Zr={},ia={},la=[],nn=Ir.length,da=0,La=0,Oa,Qa;function sn(){if(da>=nn)return ia;if(Qa)return Qa=!1,Zr;var Pn=da;if(Ir.charCodeAt(Pn)===34){for(var si=Pn;si++<nn;)if(Ir.charCodeAt(si)===34){if(Ir.charCodeAt(si+1)!==34)break;++si}da=si+2;var $n=Ir.charCodeAt(si+1);return $n===13?(Qa=!0,Ir.charCodeAt(si+2)===10&&++da):$n===10&&(Qa=!0),Ir.slice(Pn+1,si).replace(/""/g,'"')}for(;da<nn;){var $n=Ir.charCodeAt(da++),ni=1;if($n===10)Qa=!0;else if($n===13)Qa=!0,Ir.charCodeAt(da)===10&&(++da,++ni);else if($n!==vt)continue;return Ir.slice(Pn,da-ni)}return Ir.slice(Pn)}for(;(Oa=sn())!==ia;){for(var Fa=[];Oa!==Zr&&Oa!==ia;)Fa.push(Oa),Oa=sn();Lr&&(Fa=Lr(Fa,La++))==null||la.push(Fa)}return la},gt.format=function(Ir){if(Array.isArray(Ir[0]))return gt.formatRows(Ir);var Lr=new z,Zr=[];return Ir.forEach(function(ia){for(var la in ia)Lr.has(la)||Zr.push(Lr.add(la))}),[Zr.map(or).join(de)].concat(Ir.map(function(ia){return Zr.map(function(la){return or(ia[la])}).join(de)})).join(`
|
|
3
3
|
`)},gt.formatRows=function(Ir){return Ir.map(Vt).join(`
|
|
4
4
|
`)};function Vt(Ir){return Ir.map(or).join(de)}function or(Ir){return Ke.test(Ir)?'"'+Ir.replace(/\"/g,'""')+'"':Ir}return gt},h.csv=h.dsv(",","text/csv"),h.tsv=h.dsv(" ","text/tab-separated-values");var xa,_a,Wr,ha,jn=this[O(this,"requestAnimationFrame")]||function(de){setTimeout(de,17)};h.timer=function(){en.apply(this,arguments)};function en(de,Pe,Ke){var vt=arguments.length;vt<2&&(Pe=0),vt<3&&(Ke=Date.now());var gt=Ke+Pe,Tt={c:de,t:gt,n:null};return _a?_a.n=Tt:xa=Tt,_a=Tt,Wr||(ha=clearTimeout(ha),Wr=1,jn(Zn)),Tt}function Zn(){var de=ii(),Pe=pi()-de;Pe>24?(isFinite(Pe)&&(clearTimeout(ha),ha=setTimeout(Zn,Pe)),Wr=0):(Wr=1,jn(Zn))}h.timer.flush=function(){ii(),pi()};function ii(){for(var de=Date.now(),Pe=xa;Pe;)de>=Pe.t&&Pe.c(de-Pe.t)&&(Pe.c=null),Pe=Pe.n;return de}function pi(){for(var de,Pe=xa,Ke=1/0;Pe;)Pe.c?(Pe.t<Ke&&(Ke=Pe.t),Pe=(de=Pe).n):Pe=de?de.n=Pe.n:xa=Pe.n;return _a=de,Ke}h.round=function(de,Pe){return Pe?Math.round(de*(Pe=Math.pow(10,Pe)))/Pe:Math.round(de)},h.geom={};function di(de){return de[0]}function ki(de){return de[1]}h.geom.hull=function(de){var Pe=di,Ke=ki;if(arguments.length)return vt(de);function vt(gt){if(gt.length<3)return[];var Tt=pt(Pe),qt=pt(Ke),Vt,or=gt.length,Ir=[],Lr=[];for(Vt=0;Vt<or;Vt++)Ir.push([+Tt.call(this,gt[Vt],Vt),+qt.call(this,gt[Vt],Vt),Vt]);for(Ir.sort(no),Vt=0;Vt<or;Vt++)Lr.push([Ir[Vt][0],-Ir[Vt][1]]);var Zr=zn(Ir),ia=zn(Lr),la=ia[0]===Zr[0],nn=ia[ia.length-1]===Zr[Zr.length-1],da=[];for(Vt=Zr.length-1;Vt>=0;--Vt)da.push(gt[Ir[Zr[Vt]][2]]);for(Vt=+la;Vt<ia.length-nn;++Vt)da.push(gt[Ir[ia[Vt]][2]]);return da}return vt.x=function(gt){return arguments.length?(Pe=gt,vt):Pe},vt.y=function(gt){return arguments.length?(Ke=gt,vt):Ke},vt};function zn(de){for(var Pe=de.length,Ke=[0,1],vt=2,gt=2;gt<Pe;gt++){for(;vt>1&&xt(de[Ke[vt-2]],de[Ke[vt-1]],de[gt])<=0;)--vt;Ke[vt++]=gt}return Ke.slice(0,vt)}function no(de,Pe){return de[0]-Pe[0]||de[1]-Pe[1]}h.geom.polygon=function(de){return V(de,Xi),de};var Xi=h.geom.polygon.prototype=[];Xi.area=function(){for(var de=-1,Pe=this.length,Ke,vt=this[Pe-1],gt=0;++de<Pe;)Ke=vt,vt=this[de],gt+=Ke[1]*vt[0]-Ke[0]*vt[1];return gt*.5},Xi.centroid=function(de){var Pe=-1,Ke=this.length,vt=0,gt=0,Tt,qt=this[Ke-1],Vt;for(arguments.length||(de=-1/(6*this.area()));++Pe<Ke;)Tt=qt,qt=this[Pe],Vt=Tt[0]*qt[1]-qt[0]*Tt[1],vt+=(Tt[0]+qt[0])*Vt,gt+=(Tt[1]+qt[1])*Vt;return[vt*de,gt*de]},Xi.clip=function(de){for(var Pe,Ke=to(de),vt=-1,gt=this.length-to(this),Tt,qt,Vt=this[gt-1],or,Ir,Lr;++vt<gt;){for(Pe=de.slice(),de.length=0,or=this[vt],Ir=Pe[(qt=Pe.length-Ke)-1],Tt=-1;++Tt<qt;)Lr=Pe[Tt],Go(Lr,Vt,or)?(Go(Ir,Vt,or)||de.push(ho(Ir,Lr,Vt,or)),de.push(Lr)):Go(Ir,Vt,or)&&de.push(ho(Ir,Lr,Vt,or)),Ir=Lr;Ke&&de.push(de[0]),Vt=or}return de};function Go(de,Pe,Ke){return(Ke[0]-Pe[0])*(de[1]-Pe[1])<(Ke[1]-Pe[1])*(de[0]-Pe[0])}function ho(de,Pe,Ke,vt){var gt=de[0],Tt=Ke[0],qt=Pe[0]-gt,Vt=vt[0]-Tt,or=de[1],Ir=Ke[1],Lr=Pe[1]-or,Zr=vt[1]-Ir,ia=(Vt*(or-Ir)-Zr*(gt-Tt))/(Zr*qt-Vt*Lr);return[gt+ia*qt,or+ia*Lr]}function to(de){var Pe=de[0],Ke=de[de.length-1];return!(Pe[0]-Ke[0]||Pe[1]-Ke[1])}var Gi,Ho,jo,is=[],vo,$i,bi=[];function po(){Oo(this),this.edge=this.site=this.circle=null}function os(de){var Pe=is.pop()||new po;return Pe.site=de,Pe}function As(de){ss(de),jo.remove(de),is.push(de),Oo(de)}function ks(de){var Pe=de.circle,Ke=Pe.x,vt=Pe.cy,gt={x:Ke,y:vt},Tt=de.P,qt=de.N,Vt=[de];As(de);for(var or=Tt;or.circle&&l(Ke-or.circle.x)<We&&l(vt-or.circle.cy)<We;)Tt=or.P,Vt.unshift(or),As(or),or=Tt;Vt.unshift(or),ss(or);for(var Ir=qt;Ir.circle&&l(Ke-Ir.circle.x)<We&&l(vt-Ir.circle.cy)<We;)qt=Ir.N,Vt.push(Ir),As(Ir),Ir=qt;Vt.push(Ir),ss(Ir);var Lr=Vt.length,Zr;for(Zr=1;Zr<Lr;++Zr)Ir=Vt[Zr],or=Vt[Zr-1],Ri(Ir.edge,or.site,Ir.site,gt);or=Vt[0],Ir=Vt[Lr-1],Ir.edge=Vs(or.site,Ir.site,null,gt),Wo(or),Wo(Ir)}function Mo(de){for(var Pe=de.x,Ke=de.y,vt,gt,Tt,qt,Vt=jo._;Vt;)if(Tt=On(Vt,Ke)-Pe,Tt>We)Vt=Vt.L;else if(qt=Pe-vi(Vt,Ke),qt>We){if(!Vt.R){vt=Vt;break}Vt=Vt.R}else{Tt>-We?(vt=Vt.P,gt=Vt):qt>-We?(vt=Vt,gt=Vt.N):vt=gt=Vt;break}var or=os(de);if(jo.insert(vt,or),!(!vt&&!gt)){if(vt===gt){ss(vt),gt=os(vt.site),jo.insert(or,gt),or.edge=gt.edge=Vs(vt.site,or.site),Wo(vt),Wo(gt);return}if(!gt){or.edge=Vs(vt.site,or.site);return}ss(vt),ss(gt);var Ir=vt.site,Lr=Ir.x,Zr=Ir.y,ia=de.x-Lr,la=de.y-Zr,nn=gt.site,da=nn.x-Lr,La=nn.y-Zr,Oa=2*(ia*La-la*da),Qa=ia*ia+la*la,sn=da*da+La*La,Fa={x:(La*Qa-la*sn)/Oa+Lr,y:(ia*sn-da*Qa)/Oa+Zr};Ri(gt.edge,Ir,nn,Fa),or.edge=Vs(Ir,de,null,Fa),gt.edge=Vs(de,nn,null,Fa),Wo(vt),Wo(gt)}}function On(de,Pe){var Ke=de.site,vt=Ke.x,gt=Ke.y,Tt=gt-Pe;if(!Tt)return vt;var qt=de.P;if(!qt)return-1/0;Ke=qt.site;var Vt=Ke.x,or=Ke.y,Ir=or-Pe;if(!Ir)return Vt;var Lr=Vt-vt,Zr=1/Tt-1/Ir,ia=Lr/Ir;return Zr?(-ia+Math.sqrt(ia*ia-2*Zr*(Lr*Lr/(-2*Ir)-or+Ir/2+gt-Tt/2)))/Zr+vt:(vt+Vt)/2}function vi(de,Pe){var Ke=de.N;if(Ke)return On(Ke,Pe);var vt=de.site;return vt.y===Pe?vt.x:1/0}function Ss(de){this.site=de,this.edges=[]}Ss.prototype.prepare=function(){for(var de=this.edges,Pe=de.length,Ke;Pe--;)Ke=de[Pe].edge,(!Ke.b||!Ke.a)&&de.splice(Pe,1);return de.sort(Oi),de.length};function Ro(de){for(var Pe=de[0][0],Ke=de[1][0],vt=de[0][1],gt=de[1][1],Tt,qt,Vt,or,Ir=Ho,Lr=Ir.length,Zr,ia,la,nn,da,La;Lr--;)if(Zr=Ir[Lr],!(!Zr||!Zr.prepare()))for(la=Zr.edges,nn=la.length,ia=0;ia<nn;)La=la[ia].end(),Vt=La.x,or=La.y,da=la[++ia%nn].start(),Tt=da.x,qt=da.y,(l(Vt-Tt)>We||l(or-qt)>We)&&(la.splice(ia,0,new tl(qs(Zr.site,La,l(Vt-Pe)<We&>-or>We?{x:Pe,y:l(Tt-Pe)<We?qt:gt}:l(or-gt)<We&&Ke-Vt>We?{x:l(qt-gt)<We?Tt:Ke,y:gt}:l(Vt-Ke)<We&&or-vt>We?{x:Ke,y:l(Tt-Ke)<We?qt:vt}:l(or-vt)<We&&Vt-Pe>We?{x:l(qt-vt)<We?Tt:Pe,y:vt}:null),Zr.site,null)),++nn)}function Oi(de,Pe){return Pe.angle-de.angle}function Cs(){Oo(this),this.x=this.y=this.arc=this.site=this.cy=null}function Wo(de){var Pe=de.P,Ke=de.N;if(!(!Pe||!Ke)){var vt=Pe.site,gt=de.site,Tt=Ke.site;if(vt!==Tt){var qt=gt.x,Vt=gt.y,or=vt.x-qt,Ir=vt.y-Vt,Lr=Tt.x-qt,La=Tt.y-Vt,Zr=2*(or*La-Ir*Lr);if(!(Zr>=-Ae)){var ia=or*or+Ir*Ir,la=Lr*Lr+La*La,nn=(La*ia-Ir*la)/Zr,da=(or*la-Lr*ia)/Zr,La=da+Vt,Oa=bi.pop()||new Cs;Oa.arc=de,Oa.site=gt,Oa.x=nn+qt,Oa.y=La+Math.sqrt(nn*nn+da*da),Oa.cy=La,de.circle=Oa;for(var Qa=null,sn=$i._;sn;)if(Oa.y<sn.y||Oa.y===sn.y&&Oa.x<=sn.x)if(sn.L)sn=sn.L;else{Qa=sn.P;break}else if(sn.R)sn=sn.R;else{Qa=sn;break}$i.insert(Qa,Oa),Qa||(vo=Oa)}}}}function ss(de){var Pe=de.circle;Pe&&(Pe.P||(vo=Pe.N),$i.remove(Pe),bi.push(Pe),Oo(Pe),de.circle=null)}function fl(de,Pe,Ke,vt){return function(gt){var Tt=gt.a,qt=gt.b,Vt=Tt.x,or=Tt.y,Ir=qt.x,Lr=qt.y,Zr=0,ia=1,la=Ir-Vt,nn=Lr-or,da;if(da=de-Vt,!(!la&&da>0)){if(da/=la,la<0){if(da<Zr)return;da<ia&&(ia=da)}else if(la>0){if(da>ia)return;da>Zr&&(Zr=da)}if(da=Ke-Vt,!(!la&&da<0)){if(da/=la,la<0){if(da>ia)return;da>Zr&&(Zr=da)}else if(la>0){if(da<Zr)return;da<ia&&(ia=da)}if(da=Pe-or,!(!nn&&da>0)){if(da/=nn,nn<0){if(da<Zr)return;da<ia&&(ia=da)}else if(nn>0){if(da>ia)return;da>Zr&&(Zr=da)}if(da=vt-or,!(!nn&&da<0)){if(da/=nn,nn<0){if(da>ia)return;da>Zr&&(Zr=da)}else if(nn>0){if(da<Zr)return;da<ia&&(ia=da)}return Zr>0&&(gt.a={x:Vt+Zr*la,y:or+Zr*nn}),ia<1&&(gt.b={x:Vt+ia*la,y:or+ia*nn}),gt}}}}}}function fi(de){for(var Pe=Gi,Ke=fl(de[0][0],de[0][1],de[1][0],de[1][1]),vt=Pe.length,gt;vt--;)gt=Pe[vt],(!_o(gt,de)||!Ke(gt)||l(gt.a.x-gt.b.x)<We&&l(gt.a.y-gt.b.y)<We)&&(gt.a=gt.b=null,Pe.splice(vt,1))}function _o(de,Pe){var Ke=de.b;if(Ke)return!0;var vt=de.a,gt=Pe[0][0],Tt=Pe[1][0],qt=Pe[0][1],Vt=Pe[1][1],or=de.l,Ir=de.r,Lr=or.x,Zr=or.y,ia=Ir.x,la=Ir.y,nn=(Lr+ia)/2,da=(Zr+la)/2,La,Oa;if(la===Zr){if(nn<gt||nn>=Tt)return;if(Lr>ia){if(!vt)vt={x:nn,y:qt};else if(vt.y>=Vt)return;Ke={x:nn,y:Vt}}else{if(!vt)vt={x:nn,y:Vt};else if(vt.y<qt)return;Ke={x:nn,y:qt}}}else if(La=(Lr-ia)/(la-Zr),Oa=da-La*nn,La<-1||La>1)if(Lr>ia){if(!vt)vt={x:(qt-Oa)/La,y:qt};else if(vt.y>=Vt)return;Ke={x:(Vt-Oa)/La,y:Vt}}else{if(!vt)vt={x:(Vt-Oa)/La,y:Vt};else if(vt.y<qt)return;Ke={x:(qt-Oa)/La,y:qt}}else if(Zr<la){if(!vt)vt={x:gt,y:La*gt+Oa};else if(vt.x>=Tt)return;Ke={x:Tt,y:La*Tt+Oa}}else{if(!vt)vt={x:Tt,y:La*Tt+Oa};else if(vt.x<gt)return;Ke={x:gt,y:La*gt+Oa}}return de.a=vt,de.b=Ke,!0}function io(de,Pe){this.l=de,this.r=Pe,this.a=this.b=null}function Vs(de,Pe,Ke,vt){var gt=new io(de,Pe);return Gi.push(gt),Ke&&Ri(gt,de,Pe,Ke),vt&&Ri(gt,Pe,de,vt),Ho[de.i].edges.push(new tl(gt,de,Pe)),Ho[Pe.i].edges.push(new tl(gt,Pe,de)),gt}function qs(de,Pe,Ke){var vt=new io(de,null);return vt.a=Pe,vt.b=Ke,Gi.push(vt),vt}function Ri(de,Pe,Ke,vt){!de.a&&!de.b?(de.a=vt,de.l=Pe,de.r=Ke):de.l===Ke?de.b=vt:de.a=vt}function tl(de,Pe,Ke){var vt=de.a,gt=de.b;this.edge=de,this.site=Pe,this.angle=Ke?Math.atan2(Ke.y-Pe.y,Ke.x-Pe.x):de.l===Pe?Math.atan2(gt.x-vt.x,vt.y-gt.y):Math.atan2(vt.x-gt.x,gt.y-vt.y)}tl.prototype={start:function(){return this.edge.l===this.site?this.edge.a:this.edge.b},end:function(){return this.edge.l===this.site?this.edge.b:this.edge.a}};function il(){this._=null}function Oo(de){de.U=de.C=de.L=de.R=de.P=de.N=null}il.prototype={insert:function(de,Pe){var Ke,vt,gt;if(de){if(Pe.P=de,Pe.N=de.N,de.N&&(de.N.P=Pe),de.N=Pe,de.R){for(de=de.R;de.L;)de=de.L;de.L=Pe}else de.R=Pe;Ke=de}else this._?(de=Ns(this._),Pe.P=null,Pe.N=de,de.P=de.L=Pe,Ke=de):(Pe.P=Pe.N=null,this._=Pe,Ke=null);for(Pe.L=Pe.R=null,Pe.U=Ke,Pe.C=!0,de=Pe;Ke&&Ke.C;)vt=Ke.U,Ke===vt.L?(gt=vt.R,gt&>.C?(Ke.C=gt.C=!1,vt.C=!0,de=vt):(de===Ke.R&&(ys(this,Ke),de=Ke,Ke=de.U),Ke.C=!1,vt.C=!0,Ds(this,vt))):(gt=vt.L,gt&>.C?(Ke.C=gt.C=!1,vt.C=!0,de=vt):(de===Ke.L&&(Ds(this,Ke),de=Ke,Ke=de.U),Ke.C=!1,vt.C=!0,ys(this,vt))),Ke=de.U;this._.C=!1},remove:function(de){de.N&&(de.N.P=de.P),de.P&&(de.P.N=de.N),de.N=de.P=null;var Pe=de.U,Ke,vt=de.L,gt=de.R,Tt,qt;if(vt?gt?Tt=Ns(gt):Tt=vt:Tt=gt,Pe?Pe.L===de?Pe.L=Tt:Pe.R=Tt:this._=Tt,vt&>?(qt=Tt.C,Tt.C=de.C,Tt.L=vt,vt.U=Tt,Tt!==gt?(Pe=Tt.U,Tt.U=de.U,de=Tt.R,Pe.L=de,Tt.R=gt,gt.U=Tt):(Tt.U=Pe,Pe=Tt,de=Tt.R)):(qt=de.C,de=Tt),de&&(de.U=Pe),!qt){if(de&&de.C){de.C=!1;return}do{if(de===this._)break;if(de===Pe.L){if(Ke=Pe.R,Ke.C&&(Ke.C=!1,Pe.C=!0,ys(this,Pe),Ke=Pe.R),Ke.L&&Ke.L.C||Ke.R&&Ke.R.C){(!Ke.R||!Ke.R.C)&&(Ke.L.C=!1,Ke.C=!0,Ds(this,Ke),Ke=Pe.R),Ke.C=Pe.C,Pe.C=Ke.R.C=!1,ys(this,Pe),de=this._;break}}else if(Ke=Pe.L,Ke.C&&(Ke.C=!1,Pe.C=!0,Ds(this,Pe),Ke=Pe.L),Ke.L&&Ke.L.C||Ke.R&&Ke.R.C){(!Ke.L||!Ke.L.C)&&(Ke.R.C=!1,Ke.C=!0,ys(this,Ke),Ke=Pe.L),Ke.C=Pe.C,Pe.C=Ke.L.C=!1,Ds(this,Pe),de=this._;break}Ke.C=!0,de=Pe,Pe=Pe.U}while(!de.C);de&&(de.C=!1)}}};function ys(de,Pe){var Ke=Pe,vt=Pe.R,gt=Ke.U;gt?gt.L===Ke?gt.L=vt:gt.R=vt:de._=vt,vt.U=gt,Ke.U=vt,Ke.R=vt.L,Ke.R&&(Ke.R.U=Ke),vt.L=Ke}function Ds(de,Pe){var Ke=Pe,vt=Pe.L,gt=Ke.U;gt?gt.L===Ke?gt.L=vt:gt.R=vt:de._=vt,vt.U=gt,Ke.U=vt,Ke.L=vt.R,Ke.L&&(Ke.L.U=Ke),vt.R=Ke}function Ns(de){for(;de.L;)de=de.L;return de}function Ll(de,Pe){var Ke=de.sort(Fu).pop(),vt,gt,Tt;for(Gi=[],Ho=new Array(de.length),jo=new il,$i=new il;;)if(Tt=vo,Ke&&(!Tt||Ke.y<Tt.y||Ke.y===Tt.y&&Ke.x<Tt.x))(Ke.x!==vt||Ke.y!==gt)&&(Ho[Ke.i]=new Ss(Ke),Mo(Ke),vt=Ke.x,gt=Ke.y),Ke=de.pop();else if(Tt)ks(Tt.arc);else break;Pe&&(fi(Pe),Ro(Pe));var qt={cells:Ho,edges:Gi};return jo=$i=Gi=Ho=null,qt}function Fu(de,Pe){return Pe.y-de.y||Pe.x-de.x}h.geom.voronoi=function(de){var Pe=di,Ke=ki,vt=Pe,gt=Ke,Tt=mu;if(de)return qt(de);function qt(or){var Ir=new Array(or.length),Lr=Tt[0][0],Zr=Tt[0][1],ia=Tt[1][0],la=Tt[1][1];return Ll(Vt(or),Tt).cells.forEach(function(nn,da){var La=nn.edges,Oa=nn.site,Qa=Ir[da]=La.length?La.map(function(sn){var Fa=sn.start();return[Fa.x,Fa.y]}):Oa.x>=Lr&&Oa.x<=ia&&Oa.y>=Zr&&Oa.y<=la?[[Lr,la],[ia,la],[ia,Zr],[Lr,Zr]]:[];Qa.point=or[da]}),Ir}function Vt(or){return or.map(function(Ir,Lr){return{x:Math.round(vt(Ir,Lr)/We)*We,y:Math.round(gt(Ir,Lr)/We)*We,i:Lr}})}return qt.links=function(or){return Ll(Vt(or)).edges.filter(function(Ir){return Ir.l&&Ir.r}).map(function(Ir){return{source:or[Ir.l.i],target:or[Ir.r.i]}})},qt.triangles=function(or){var Ir=[];return Ll(Vt(or)).cells.forEach(function(Lr,Zr){for(var ia=Lr.site,la=Lr.edges.sort(Oi),nn=-1,da=la.length,La,Oa=la[da-1].edge,Qa=Oa.l===ia?Oa.r:Oa.l;++nn<da;)La=Qa,Oa=la[nn].edge,Qa=Oa.l===ia?Oa.r:Oa.l,Zr<La.i&&Zr<Qa.i&&Su(ia,La,Qa)<0&&Ir.push([or[Zr],or[La.i],or[Qa.i]])}),Ir},qt.x=function(or){return arguments.length?(vt=pt(Pe=or),qt):Pe},qt.y=function(or){return arguments.length?(gt=pt(Ke=or),qt):Ke},qt.clipExtent=function(or){return arguments.length?(Tt=or??mu,qt):Tt===mu?null:Tt},qt.size=function(or){return arguments.length?qt.clipExtent(or&&[[0,0],or]):Tt===mu?null:Tt&&Tt[1]},qt};var mu=[[-1e6,-1e6],[1e6,1e6]];function Su(de,Pe,Ke){return(de.x-Ke.x)*(Pe.y-de.y)-(de.x-Pe.x)*(Ke.y-de.y)}h.geom.delaunay=function(de){return h.geom.voronoi().triangles(de)},h.geom.quadtree=function(de,Pe,Ke,vt,gt){var Tt=di,qt=ki,Vt;if(Vt=arguments.length)return Tt=Zc,qt=Oc,Vt===3&&(gt=Ke,vt=Pe,Ke=Pe=0),or(de);function or(Ir){var Lr,Zr=pt(Tt),ia=pt(qt),la,nn,da,La,Oa,Qa,sn,Fa;if(Pe!=null)Oa=Pe,Qa=Ke,sn=vt,Fa=gt;else if(sn=Fa=-(Oa=Qa=1/0),la=[],nn=[],La=Ir.length,Vt)for(da=0;da<La;++da)Lr=Ir[da],Lr.x<Oa&&(Oa=Lr.x),Lr.y<Qa&&(Qa=Lr.y),Lr.x>sn&&(sn=Lr.x),Lr.y>Fa&&(Fa=Lr.y),la.push(Lr.x),nn.push(Lr.y);else for(da=0;da<La;++da){var Pn=+Zr(Lr=Ir[da],da),si=+ia(Lr,da);Pn<Oa&&(Oa=Pn),si<Qa&&(Qa=si),Pn>sn&&(sn=Pn),si>Fa&&(Fa=si),la.push(Pn),nn.push(si)}var $n=sn-Oa,ni=Fa-Qa;$n>ni?Fa=Qa+$n:sn=Oa+ni;function Ai(Ii,uo,ts,bl,Ks,gi,Lo,Ko){if(!(isNaN(ts)||isNaN(bl)))if(Ii.leaf){var Ws=Ii.x,Is=Ii.y;if(Ws!=null)if(l(Ws-ts)+l(Is-bl)<.01)Ci(Ii,uo,ts,bl,Ks,gi,Lo,Ko);else{var tu=Ii.point;Ii.x=Ii.y=Ii.point=null,Ci(Ii,tu,Ws,Is,Ks,gi,Lo,Ko),Ci(Ii,uo,ts,bl,Ks,gi,Lo,Ko)}else Ii.x=ts,Ii.y=bl,Ii.point=uo}else Ci(Ii,uo,ts,bl,Ks,gi,Lo,Ko)}function Ci(Ii,uo,ts,bl,Ks,gi,Lo,Ko){var Ws=(Ks+Lo)*.5,Is=(gi+Ko)*.5,tu=ts>=Ws,ws=bl>=Is,Xs=ws<<1|tu;Ii.leaf=!1,Ii=Ii.nodes[Xs]||(Ii.nodes[Xs]=_s()),tu?Ks=Ws:Lo=Ws,ws?gi=Is:Ko=Is,Ai(Ii,uo,ts,bl,Ks,gi,Lo,Ko)}var Xo=_s();if(Xo.add=function(Ii){Ai(Xo,Ii,+Zr(Ii,++da),+ia(Ii,da),Oa,Qa,sn,Fa)},Xo.visit=function(Ii){ou(Ii,Xo,Oa,Qa,sn,Fa)},Xo.find=function(Ii){return Yc(Xo,Ii[0],Ii[1],Oa,Qa,sn,Fa)},da=-1,Pe==null){for(;++da<La;)Ai(Xo,Ir[da],la[da],nn[da],Oa,Qa,sn,Fa);--da}else Ir.forEach(Xo.add);return la=nn=Ir=Lr=null,Xo}return or.x=function(Ir){return arguments.length?(Tt=Ir,or):Tt},or.y=function(Ir){return arguments.length?(qt=Ir,or):qt},or.extent=function(Ir){return arguments.length?(Ir==null?Pe=Ke=vt=gt=null:(Pe=+Ir[0][0],Ke=+Ir[0][1],vt=+Ir[1][0],gt=+Ir[1][1]),or):Pe==null?null:[[Pe,Ke],[vt,gt]]},or.size=function(Ir){return arguments.length?(Ir==null?Pe=Ke=vt=gt=null:(Pe=Ke=0,vt=+Ir[0],gt=+Ir[1]),or):Pe==null?null:[vt-Pe,gt-Ke]},or};function Zc(de){return de.x}function Oc(de){return de.y}function _s(){return{leaf:!0,nodes:[],point:null,x:null,y:null}}function ou(de,Pe,Ke,vt,gt,Tt){if(!de(Pe,Ke,vt,gt,Tt)){var qt=(Ke+gt)*.5,Vt=(vt+Tt)*.5,or=Pe.nodes;or[0]&&ou(de,or[0],Ke,vt,qt,Vt),or[1]&&ou(de,or[1],qt,vt,gt,Vt),or[2]&&ou(de,or[2],Ke,Vt,qt,Tt),or[3]&&ou(de,or[3],qt,Vt,gt,Tt)}}function Yc(de,Pe,Ke,vt,gt,Tt,qt){var Vt=1/0,or;return(function Ir(Lr,Zr,ia,la,nn){if(!(Zr>Tt||ia>qt||la<vt||nn<gt)){if(da=Lr.point){var da,La=Pe-Lr.x,Oa=Ke-Lr.y,Qa=La*La+Oa*Oa;if(Qa<Vt){var sn=Math.sqrt(Vt=Qa);vt=Pe-sn,gt=Ke-sn,Tt=Pe+sn,qt=Ke+sn,or=da}}for(var Fa=Lr.nodes,Pn=(Zr+la)*.5,si=(ia+nn)*.5,$n=Pe>=Pn,ni=Ke>=si,Ai=ni<<1|$n,Ci=Ai+4;Ai<Ci;++Ai)if(Lr=Fa[Ai&3])switch(Ai&3){case 0:Ir(Lr,Zr,ia,Pn,si);break;case 1:Ir(Lr,Pn,ia,la,si);break;case 2:Ir(Lr,Zr,si,Pn,nn);break;case 3:Ir(Lr,Pn,si,la,nn);break}}})(de,vt,gt,Tt,qt),or}h.interpolateRgb=Nl;function Nl(de,Pe){de=h.rgb(de),Pe=h.rgb(Pe);var Ke=de.r,vt=de.g,gt=de.b,Tt=Pe.r-Ke,qt=Pe.g-vt,Vt=Pe.b-gt;return function(or){return"#"+pr(Math.round(Ke+Tt*or))+pr(Math.round(vt+qt*or))+pr(Math.round(gt+Vt*or))}}h.interpolateObject=Pl;function Pl(de,Pe){var Ke={},vt={},gt;for(gt in de)gt in Pe?Ke[gt]=Vo(de[gt],Pe[gt]):vt[gt]=de[gt];for(gt in Pe)gt in de||(vt[gt]=Pe[gt]);return function(Tt){for(gt in Ke)vt[gt]=Ke[gt](Tt);return vt}}h.interpolateNumber=Ul;function Ul(de,Pe){return de=+de,Pe=+Pe,function(Ke){return de*(1-Ke)+Pe*Ke}}h.interpolateString=Mu;function Mu(de,Pe){var Ke=Zs.lastIndex=Il.lastIndex=0,vt,gt,Tt,qt=-1,Vt=[],or=[];for(de=de+"",Pe=Pe+"";(vt=Zs.exec(de))&&(gt=Il.exec(Pe));)(Tt=gt.index)>Ke&&(Tt=Pe.slice(Ke,Tt),Vt[qt]?Vt[qt]+=Tt:Vt[++qt]=Tt),(vt=vt[0])===(gt=gt[0])?Vt[qt]?Vt[qt]+=gt:Vt[++qt]=gt:(Vt[++qt]=null,or.push({i:qt,x:Ul(vt,gt)})),Ke=Il.lastIndex;return Ke<Pe.length&&(Tt=Pe.slice(Ke),Vt[qt]?Vt[qt]+=Tt:Vt[++qt]=Tt),Vt.length<2?or[0]?(Pe=or[0].x,function(Ir){return Pe(Ir)+""}):function(){return Pe}:(Pe=or.length,function(Ir){for(var Lr=0,Zr;Lr<Pe;++Lr)Vt[(Zr=or[Lr]).i]=Zr.x(Ir);return Vt.join("")})}var Zs=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,Il=new RegExp(Zs.source,"g");h.interpolate=Vo;function Vo(de,Pe){for(var Ke=h.interpolators.length,vt;--Ke>=0&&!(vt=h.interpolators[Ke](de,Pe)););return vt}h.interpolators=[function(de,Pe){var Ke=typeof Pe;return(Ke==="string"?Fr.has(Pe.toLowerCase())||/^(#|rgb\(|hsl\()/i.test(Pe)?Nl:Mu:Pe instanceof Ra?Nl:Array.isArray(Pe)?Ls:Ke==="object"&&isNaN(Pe)?Pl:Ul)(de,Pe)}],h.interpolateArray=Ls;function Ls(de,Pe){var Ke=[],vt=[],gt=de.length,Tt=Pe.length,qt=Math.min(de.length,Pe.length),Vt;for(Vt=0;Vt<qt;++Vt)Ke.push(Vo(de[Vt],Pe[Vt]));for(;Vt<gt;++Vt)vt[Vt]=de[Vt];for(;Vt<Tt;++Vt)vt[Vt]=Pe[Vt];return function(or){for(Vt=0;Vt<qt;++Vt)vt[Vt]=Ke[Vt](or);return vt}}var Yu=function(){return F},Jl=h.map({linear:Yu,poly:_c,quad:function(){return jf},cubic:function(){return hs},sin:function(){return Eu},exp:function(){return Tl},circle:function(){return Kc},elastic:sc,back:Lc,bounce:function(){return Rl}}),oc=h.map({in:F,out:kf,"in-out":Bo,"out-in":function(de){return Bo(kf(de))}});h.ease=function(de){var Pe=de.indexOf("-"),Ke=Pe>=0?de.slice(0,Pe):de,vt=Pe>=0?de.slice(Pe+1):"in";return Ke=Jl.get(Ke)||Yu,vt=oc.get(vt)||F,rl(vt(Ke.apply(null,b.call(arguments,1))))};function rl(de){return function(Pe){return Pe<=0?0:Pe>=1?1:de(Pe)}}function kf(de){return function(Pe){return 1-de(1-Pe)}}function Bo(de){return function(Pe){return .5*(Pe<.5?de(2*Pe):2-de(2-2*Pe))}}function jf(de){return de*de}function hs(de){return de*de*de}function Fi(de){if(de<=0)return 0;if(de>=1)return 1;var Pe=de*de,Ke=Pe*de;return 4*(de<.5?Ke:3*(de-Pe)+Ke-.75)}function _c(de){return function(Pe){return Math.pow(Pe,de)}}function Eu(de){return 1-Math.cos(de*Ue)}function Tl(de){return Math.pow(2,10*(de-1))}function Kc(de){return 1-Math.sqrt(1-de*de)}function sc(de,Pe){var Ke;return arguments.length<2&&(Pe=.45),arguments.length?Ke=Pe/pe*Math.asin(1/de):(de=1,Ke=Pe/4),function(vt){return 1+de*Math.pow(2,-10*vt)*Math.sin((vt-Ke)*pe/Pe)}}function Lc(de){return de||(de=1.70158),function(Pe){return Pe*Pe*((de+1)*Pe-de)}}function Rl(de){return de<1/2.75?7.5625*de*de:de<2/2.75?7.5625*(de-=1.5/2.75)*de+.75:de<2.5/2.75?7.5625*(de-=2.25/2.75)*de+.9375:7.5625*(de-=2.625/2.75)*de+.984375}h.interpolateHcl=yf;function yf(de,Pe){de=h.hcl(de),Pe=h.hcl(Pe);var Ke=de.h,vt=de.c,gt=de.l,Tt=Pe.h-Ke,qt=Pe.c-vt,Vt=Pe.l-gt;return isNaN(qt)&&(qt=0,vt=isNaN(vt)?Pe.c:vt),isNaN(Tt)?(Tt=0,Ke=isNaN(Ke)?Pe.h:Ke):Tt>180?Tt-=360:Tt<-180&&(Tt+=360),function(or){return Zt(Ke+Tt*or,vt+qt*or,gt+Vt*or)+""}}h.interpolateHsl=rf;function rf(de,Pe){de=h.hsl(de),Pe=h.hsl(Pe);var Ke=de.h,vt=de.s,gt=de.l,Tt=Pe.h-Ke,qt=Pe.s-vt,Vt=Pe.l-gt;return isNaN(qt)&&(qt=0,vt=isNaN(vt)?Pe.s:vt),isNaN(Tt)?(Tt=0,Ke=isNaN(Ke)?Pe.h:Ke):Tt>180?Tt-=360:Tt<-180&&(Tt+=360),function(or){return mn(Ke+Tt*or,vt+qt*or,gt+Vt*or)+""}}h.interpolateLab=Pc;function Pc(de,Pe){de=h.lab(de),Pe=h.lab(Pe);var Ke=de.l,vt=de.a,gt=de.b,Tt=Pe.l-Ke,qt=Pe.a-vt,Vt=Pe.b-gt;return function(or){return Ha(Ke+Tt*or,vt+qt*or,gt+Vt*or)+""}}h.interpolateRound=lc;function lc(de,Pe){return Pe-=de,function(Ke){return Math.round(de+Pe*Ke)}}h.transform=function(de){var Pe=E.createElementNS(h.ns.prefix.svg,"g");return(h.transform=function(Ke){if(Ke!=null){Pe.setAttribute("transform",Ke);var vt=Pe.transform.baseVal.consolidate()}return new $c(vt?vt.matrix:Ku)})(de)};function $c(de){var Pe=[de.a,de.b],Ke=[de.c,de.d],vt=ku(Pe),gt=Jc(Pe,Ke),Tt=ku(af(Ke,Pe,-gt))||0;Pe[0]*Ke[1]<Ke[0]*Pe[1]&&(Pe[0]*=-1,Pe[1]*=-1,vt*=-1,gt*=-1),this.rotate=(vt?Math.atan2(Pe[1],Pe[0]):Math.atan2(-Ke[0],Ke[1]))*bt,this.translate=[de.e,de.f],this.scale=[vt,Tt],this.skew=Tt?Math.atan2(gt,Tt)*bt:0}$c.prototype.toString=function(){return"translate("+this.translate+")rotate("+this.rotate+")skewX("+this.skew+")scale("+this.scale+")"};function Jc(de,Pe){return de[0]*Pe[0]+de[1]*Pe[1]}function ku(de){var Pe=Math.sqrt(Jc(de,de));return Pe&&(de[0]/=Pe,de[1]/=Pe),Pe}function af(de,Pe,Ke){return de[0]+=Ke*Pe[0],de[1]+=Ke*Pe[1],de}var Ku={a:1,b:0,c:0,d:1,e:0,f:0};h.interpolateTransform=Bc;function Ou(de){return de.length?de.pop()+",":""}function Dl(de,Pe,Ke,vt){if(de[0]!==Pe[0]||de[1]!==Pe[1]){var gt=Ke.push("translate(",null,",",null,")");vt.push({i:gt-4,x:Ul(de[0],Pe[0])},{i:gt-2,x:Ul(de[1],Pe[1])})}else(Pe[0]||Pe[1])&&Ke.push("translate("+Pe+")")}function pc(de,Pe,Ke,vt){de!==Pe?(de-Pe>180?Pe+=360:Pe-de>180&&(de+=360),vt.push({i:Ke.push(Ou(Ke)+"rotate(",null,")")-2,x:Ul(de,Pe)})):Pe&&Ke.push(Ou(Ke)+"rotate("+Pe+")")}function Qc(de,Pe,Ke,vt){de!==Pe?vt.push({i:Ke.push(Ou(Ke)+"skewX(",null,")")-2,x:Ul(de,Pe)}):Pe&&Ke.push(Ou(Ke)+"skewX("+Pe+")")}function zs(de,Pe,Ke,vt){if(de[0]!==Pe[0]||de[1]!==Pe[1]){var gt=Ke.push(Ou(Ke)+"scale(",null,",",null,")");vt.push({i:gt-4,x:Ul(de[0],Pe[0])},{i:gt-2,x:Ul(de[1],Pe[1])})}else(Pe[0]!==1||Pe[1]!==1)&&Ke.push(Ou(Ke)+"scale("+Pe+")")}function Bc(de,Pe){var Ke=[],vt=[];return de=h.transform(de),Pe=h.transform(Pe),Dl(de.translate,Pe.translate,Ke,vt),pc(de.rotate,Pe.rotate,Ke,vt),Qc(de.skew,Pe.skew,Ke,vt),zs(de.scale,Pe.scale,Ke,vt),de=Pe=null,function(gt){for(var Tt=-1,qt=vt.length,Vt;++Tt<qt;)Ke[(Vt=vt[Tt]).i]=Vt.x(gt);return Ke.join("")}}function Cf(de,Pe){return Pe=(Pe-=de=+de)||1/Pe,function(Ke){return(Ke-de)/Pe}}function nf(de,Pe){return Pe=(Pe-=de=+de)||1/Pe,function(Ke){return Math.max(0,Math.min(1,(Ke-de)/Pe))}}h.layout={},h.layout.bundle=function(){return function(de){for(var Pe=[],Ke=-1,vt=de.length;++Ke<vt;)Pe.push(Ic(de[Ke]));return Pe}};function Ic(de){for(var Pe=de.source,Ke=de.target,vt=su(Pe,Ke),gt=[Pe];Pe!==vt;)Pe=Pe.parent,gt.push(Pe);for(var Tt=gt.length;Ke!==vt;)gt.splice(Tt,0,Ke),Ke=Ke.parent;return gt}function of(de){for(var Pe=[],Ke=de.parent;Ke!=null;)Pe.push(de),de=Ke,Ke=Ke.parent;return Pe.push(de),Pe}function su(de,Pe){if(de===Pe)return de;for(var Ke=of(de),vt=of(Pe),gt=Ke.pop(),Tt=vt.pop(),qt=null;gt===Tt;)qt=gt,gt=Ke.pop(),Tt=vt.pop();return qt}h.layout.chord=function(){var de={},Pe,Ke,vt,gt,Tt=0,qt,Vt,or;function Ir(){var Zr={},ia=[],la=h.range(gt),nn=[],da,La,Oa,Qa,sn;for(Pe=[],Ke=[],da=0,Qa=-1;++Qa<gt;){for(La=0,sn=-1;++sn<gt;)La+=vt[Qa][sn];ia.push(La),nn.push(h.range(gt)),da+=La}for(qt&&la.sort(function(Xo,Ii){return qt(ia[Xo],ia[Ii])}),Vt&&nn.forEach(function(Xo,Ii){Xo.sort(function(uo,ts){return Vt(vt[Ii][uo],vt[Ii][ts])})}),da=(pe-Tt*gt)/da,La=0,Qa=-1;++Qa<gt;){for(Oa=La,sn=-1;++sn<gt;){var Fa=la[Qa],Pn=nn[Fa][sn],si=vt[Fa][Pn],$n=La,ni=La+=si*da;Zr[Fa+"-"+Pn]={index:Fa,subindex:Pn,startAngle:$n,endAngle:ni,value:si}}Ke[Fa]={index:Fa,startAngle:Oa,endAngle:La,value:ia[Fa]},La+=Tt}for(Qa=-1;++Qa<gt;)for(sn=Qa-1;++sn<gt;){var Ai=Zr[Qa+"-"+sn],Ci=Zr[sn+"-"+Qa];(Ai.value||Ci.value)&&Pe.push(Ai.value<Ci.value?{source:Ci,target:Ai}:{source:Ai,target:Ci})}or&&Lr()}function Lr(){Pe.sort(function(Zr,ia){return or((Zr.source.value+Zr.target.value)/2,(ia.source.value+ia.target.value)/2)})}return de.matrix=function(Zr){return arguments.length?(gt=(vt=Zr)&&vt.length,Pe=Ke=null,de):vt},de.padding=function(Zr){return arguments.length?(Tt=Zr,Pe=Ke=null,de):Tt},de.sortGroups=function(Zr){return arguments.length?(qt=Zr,Pe=Ke=null,de):qt},de.sortSubgroups=function(Zr){return arguments.length?(Vt=Zr,Pe=null,de):Vt},de.sortChords=function(Zr){return arguments.length?(or=Zr,Pe&&Lr(),de):or},de.chords=function(){return Pe||Ir(),Pe},de.groups=function(){return Ke||Ir(),Ke},de},h.layout.force=function(){var de={},Pe=h.dispatch("start","tick","end"),Ke,vt=[1,1],gt,Tt,qt=.9,Vt=$u,or=Zl,Ir=-30,Lr=uu,Zr=.1,ia=.64,la=[],nn=[],da,La,Oa;function Qa(Fa){return function(Pn,si,$n,ni){if(Pn.point!==Fa){var Ai=Pn.cx-Fa.x,Ci=Pn.cy-Fa.y,Xo=ni-si,Ii=Ai*Ai+Ci*Ci;if(Xo*Xo/ia<Ii){if(Ii<Lr){var uo=Pn.charge/Ii;Fa.px-=Ai*uo,Fa.py-=Ci*uo}return!0}if(Pn.point&&Ii&&Ii<Lr){var uo=Pn.pointCharge/Ii;Fa.px-=Ai*uo,Fa.py-=Ci*uo}}return!Pn.charge}}de.tick=function(){if((Tt*=.99)<.005)return Ke=null,Pe.end({type:"end",alpha:Tt=0}),!0;var Fa=la.length,Pn=nn.length,si,$n,ni,Ai,Ci,Xo,Ii,uo,ts;for($n=0;$n<Pn;++$n)ni=nn[$n],Ai=ni.source,Ci=ni.target,uo=Ci.x-Ai.x,ts=Ci.y-Ai.y,(Xo=uo*uo+ts*ts)&&(Xo=Tt*La[$n]*((Xo=Math.sqrt(Xo))-da[$n])/Xo,uo*=Xo,ts*=Xo,Ci.x-=uo*(Ii=Ai.weight+Ci.weight?Ai.weight/(Ai.weight+Ci.weight):.5),Ci.y-=ts*Ii,Ai.x+=uo*(Ii=1-Ii),Ai.y+=ts*Ii);if((Ii=Tt*Zr)&&(uo=vt[0]/2,ts=vt[1]/2,$n=-1,Ii))for(;++$n<Fa;)ni=la[$n],ni.x+=(uo-ni.x)*Ii,ni.y+=(ts-ni.y)*Ii;if(Ir)for(Ys(si=h.geom.quadtree(la),Tt,Oa),$n=-1;++$n<Fa;)(ni=la[$n]).fixed||si.visit(Qa(ni));for($n=-1;++$n<Fa;)ni=la[$n],ni.fixed?(ni.x=ni.px,ni.y=ni.py):(ni.x-=(ni.px-(ni.px=ni.x))*qt,ni.y-=(ni.py-(ni.py=ni.y))*qt);Pe.tick({type:"tick",alpha:Tt})},de.nodes=function(Fa){return arguments.length?(la=Fa,de):la},de.links=function(Fa){return arguments.length?(nn=Fa,de):nn},de.size=function(Fa){return arguments.length?(vt=Fa,de):vt},de.linkDistance=function(Fa){return arguments.length?(Vt=typeof Fa=="function"?Fa:+Fa,de):Vt},de.distance=de.linkDistance,de.linkStrength=function(Fa){return arguments.length?(or=typeof Fa=="function"?Fa:+Fa,de):or},de.friction=function(Fa){return arguments.length?(qt=+Fa,de):qt},de.charge=function(Fa){return arguments.length?(Ir=typeof Fa=="function"?Fa:+Fa,de):Ir},de.chargeDistance=function(Fa){return arguments.length?(Lr=Fa*Fa,de):Math.sqrt(Lr)},de.gravity=function(Fa){return arguments.length?(Zr=+Fa,de):Zr},de.theta=function(Fa){return arguments.length?(ia=Fa*Fa,de):Math.sqrt(ia)},de.alpha=function(Fa){return arguments.length?(Fa=+Fa,Tt?Fa>0?Tt=Fa:(Ke.c=null,Ke.t=NaN,Ke=null,Pe.end({type:"end",alpha:Tt=0})):Fa>0&&(Pe.start({type:"start",alpha:Tt=Fa}),Ke=en(de.tick)),de):Tt},de.start=function(){var Fa,Pn=la.length,si=nn.length,$n=vt[0],ni=vt[1],Ai,Ci;for(Fa=0;Fa<Pn;++Fa)(Ci=la[Fa]).index=Fa,Ci.weight=0;for(Fa=0;Fa<si;++Fa)Ci=nn[Fa],typeof Ci.source=="number"&&(Ci.source=la[Ci.source]),typeof Ci.target=="number"&&(Ci.target=la[Ci.target]),++Ci.source.weight,++Ci.target.weight;for(Fa=0;Fa<Pn;++Fa)Ci=la[Fa],isNaN(Ci.x)&&(Ci.x=Xo("x",$n)),isNaN(Ci.y)&&(Ci.y=Xo("y",ni)),isNaN(Ci.px)&&(Ci.px=Ci.x),isNaN(Ci.py)&&(Ci.py=Ci.y);if(da=[],typeof Vt=="function")for(Fa=0;Fa<si;++Fa)da[Fa]=+Vt.call(this,nn[Fa],Fa);else for(Fa=0;Fa<si;++Fa)da[Fa]=Vt;if(La=[],typeof or=="function")for(Fa=0;Fa<si;++Fa)La[Fa]=+or.call(this,nn[Fa],Fa);else for(Fa=0;Fa<si;++Fa)La[Fa]=or;if(Oa=[],typeof Ir=="function")for(Fa=0;Fa<Pn;++Fa)Oa[Fa]=+Ir.call(this,la[Fa],Fa);else for(Fa=0;Fa<Pn;++Fa)Oa[Fa]=Ir;function Xo(Ii,uo){if(!Ai){for(Ai=new Array(Pn),Ks=0;Ks<Pn;++Ks)Ai[Ks]=[];for(Ks=0;Ks<si;++Ks){var ts=nn[Ks];Ai[ts.source.index].push(ts.target),Ai[ts.target.index].push(ts.source)}}for(var bl=Ai[Fa],Ks=-1,gi=bl.length,Lo;++Ks<gi;)if(!isNaN(Lo=bl[Ks][Ii]))return Lo;return Math.random()*uo}return de.resume()},de.resume=function(){return de.alpha(.1)},de.stop=function(){return de.alpha(0)},de.drag=function(){if(gt||(gt=h.behavior.drag().origin(F).on("dragstart.force",sf).on("drag.force",sn).on("dragend.force",ul)),!arguments.length)return gt;this.on("mouseover.force",lu).on("mouseout.force",uc).call(gt)};function sn(Fa){Fa.px=h.event.x,Fa.py=h.event.y,de.resume()}return h.rebind(de,Pe,"on")};function sf(de){de.fixed|=2}function ul(de){de.fixed&=-7}function lu(de){de.fixed|=4,de.px=de.x,de.py=de.y}function uc(de){de.fixed&=-5}function Ys(de,Pe,Ke){var vt=0,gt=0;if(de.charge=0,!de.leaf)for(var Tt=de.nodes,qt=Tt.length,Vt=-1,or;++Vt<qt;)or=Tt[Vt],or!=null&&(Ys(or,Pe,Ke),de.charge+=or.charge,vt+=or.charge*or.cx,gt+=or.charge*or.cy);if(de.point){de.leaf||(de.point.x+=Math.random()-.5,de.point.y+=Math.random()-.5);var Ir=Pe*Ke[de.point.index];de.charge+=de.pointCharge=Ir,vt+=Ir*de.point.x,gt+=Ir*de.point.y}de.cx=vt/de.charge,de.cy=gt/de.charge}var $u=20,Zl=1,uu=1/0;h.layout.hierarchy=function(){var de=Lf,Pe=cc,Ke=Nc;function vt(gt){var Tt=[gt],qt=[],Vt;for(gt.depth=0;(Vt=Tt.pop())!=null;)if(qt.push(Vt),(Ir=Pe.call(vt,Vt,Vt.depth))&&(or=Ir.length)){for(var or,Ir,Lr;--or>=0;)Tt.push(Lr=Ir[or]),Lr.parent=Vt,Lr.depth=Vt.depth+1;Ke&&(Vt.value=0),Vt.children=Ir}else Ke&&(Vt.value=+Ke.call(vt,Vt,Vt.depth)||0),delete Vt.children;return Bu(gt,function(Zr){var ia,la;de&&(ia=Zr.children)&&ia.sort(de),Ke&&(la=Zr.parent)&&(la.value+=Zr.value)}),qt}return vt.sort=function(gt){return arguments.length?(de=gt,vt):de},vt.children=function(gt){return arguments.length?(Pe=gt,vt):Pe},vt.value=function(gt){return arguments.length?(Ke=gt,vt):Ke},vt.revalue=function(gt){return Ke&&(xc(gt,function(Tt){Tt.children&&(Tt.value=0)}),Bu(gt,function(Tt){var qt;Tt.children||(Tt.value=+Ke.call(vt,Tt,Tt.depth)||0),(qt=Tt.parent)&&(qt.value+=Tt.value)})),gt},vt};function al(de,Pe){return h.rebind(de,Pe,"sort","children","value"),de.nodes=de,de.links=Kf,de}function xc(de,Pe){for(var Ke=[de];(de=Ke.pop())!=null;)if(Pe(de),(gt=de.children)&&(vt=gt.length))for(var vt,gt;--vt>=0;)Ke.push(gt[vt])}function Bu(de,Pe){for(var Ke=[de],vt=[];(de=Ke.pop())!=null;)if(vt.push(de),(qt=de.children)&&(Tt=qt.length))for(var gt=-1,Tt,qt;++gt<Tt;)Ke.push(qt[gt]);for(;(de=vt.pop())!=null;)Pe(de)}function cc(de){return de.children}function Nc(de){return de.value}function Lf(de,Pe){return Pe.value-de.value}function Kf(de){return h.merge(de.map(function(Pe){return(Pe.children||[]).map(function(Ke){return{source:Pe,target:Ke}})}))}h.layout.partition=function(){var de=h.layout.hierarchy(),Pe=[1,1];function Ke(Tt,qt,Vt,or){var Ir=Tt.children;if(Tt.x=qt,Tt.y=Tt.depth*or,Tt.dx=Vt,Tt.dy=or,Ir&&(Zr=Ir.length)){var Lr=-1,Zr,ia,la;for(Vt=Tt.value?Vt/Tt.value:0;++Lr<Zr;)Ke(ia=Ir[Lr],qt,la=ia.value*Vt,or),qt+=la}}function vt(Tt){var qt=Tt.children,Vt=0;if(qt&&(Ir=qt.length))for(var or=-1,Ir;++or<Ir;)Vt=Math.max(Vt,vt(qt[or]));return 1+Vt}function gt(Tt,qt){var Vt=de.call(this,Tt,qt);return Ke(Vt[0],0,Pe[0],Pe[1]/vt(Vt[0])),Vt}return gt.size=function(Tt){return arguments.length?(Pe=Tt,gt):Pe},al(gt,de)},h.layout.pie=function(){var de=Number,Pe=bc,Ke=0,vt=pe,gt=0;function Tt(qt){var Vt=qt.length,or=qt.map(function(Qa,sn){return+de.call(Tt,Qa,sn)}),Ir=+(typeof Ke=="function"?Ke.apply(this,arguments):Ke),Lr=(typeof vt=="function"?vt.apply(this,arguments):vt)-Ir,Zr=Math.min(Math.abs(Lr)/Vt,+(typeof gt=="function"?gt.apply(this,arguments):gt)),ia=Zr*(Lr<0?-1:1),la=h.sum(or),nn=la?(Lr-Vt*ia)/la:0,da=h.range(Vt),La=[],Oa;return Pe!=null&&da.sort(Pe===bc?function(Qa,sn){return or[sn]-or[Qa]}:function(Qa,sn){return Pe(qt[Qa],qt[sn])}),da.forEach(function(Qa){La[Qa]={data:qt[Qa],value:Oa=or[Qa],startAngle:Ir,endAngle:Ir+=Oa*nn+ia,padAngle:Zr}}),La}return Tt.value=function(qt){return arguments.length?(de=qt,Tt):de},Tt.sort=function(qt){return arguments.length?(Pe=qt,Tt):Pe},Tt.startAngle=function(qt){return arguments.length?(Ke=qt,Tt):Ke},Tt.endAngle=function(qt){return arguments.length?(vt=qt,Tt):vt},Tt.padAngle=function(qt){return arguments.length?(gt=qt,Tt):gt},Tt};var bc={};h.layout.stack=function(){var de=F,Pe=lf,Ke=Tc,vt=jc,gt=Uc,Tt=yu;function qt(Vt,or){if(!(nn=Vt.length))return Vt;var Ir=Vt.map(function(Qa,sn){return de.call(qt,Qa,sn)}),Lr=Ir.map(function(Qa){return Qa.map(function(sn,Fa){return[gt.call(qt,sn,Fa),Tt.call(qt,sn,Fa)]})}),Zr=Pe.call(qt,Lr,or);Ir=h.permute(Ir,Zr),Lr=h.permute(Lr,Zr);var ia=Ke.call(qt,Lr,or),la=Ir[0].length,nn,da,La,Oa;for(La=0;La<la;++La)for(vt.call(qt,Ir[0][La],Oa=ia[La],Lr[0][La][1]),da=1;da<nn;++da)vt.call(qt,Ir[da][La],Oa+=Lr[da-1][La][1],Lr[da][La][1]);return Vt}return qt.values=function(Vt){return arguments.length?(de=Vt,qt):de},qt.order=function(Vt){return arguments.length?(Pe=typeof Vt=="function"?Vt:jl.get(Vt)||lf,qt):Pe},qt.offset=function(Vt){return arguments.length?(Ke=typeof Vt=="function"?Vt:wc.get(Vt)||Tc,qt):Ke},qt.x=function(Vt){return arguments.length?(gt=Vt,qt):gt},qt.y=function(Vt){return arguments.length?(Tt=Vt,qt):Tt},qt.out=function(Vt){return arguments.length?(vt=Vt,qt):vt},qt};function Uc(de){return de.x}function yu(de){return de.y}function jc(de,Pe,Ke){de.y0=Pe,de.y=Ke}var jl=h.map({"inside-out":function(de){var Pe=de.length,Ke,vt,gt=de.map(Js),Tt=de.map(cu),qt=h.range(Pe).sort(function(Zr,ia){return gt[Zr]-gt[ia]}),Vt=0,or=0,Ir=[],Lr=[];for(Ke=0;Ke<Pe;++Ke)vt=qt[Ke],Vt<or?(Vt+=Tt[vt],Ir.push(vt)):(or+=Tt[vt],Lr.push(vt));return Lr.reverse().concat(Ir)},reverse:function(de){return h.range(de.length).reverse()},default:lf}),wc=h.map({silhouette:function(de){var Pe=de.length,Ke=de[0].length,vt=[],gt=0,Tt,qt,Vt,or=[];for(qt=0;qt<Ke;++qt){for(Tt=0,Vt=0;Tt<Pe;Tt++)Vt+=de[Tt][qt][1];Vt>gt&&(gt=Vt),vt.push(Vt)}for(qt=0;qt<Ke;++qt)or[qt]=(gt-vt[qt])/2;return or},wiggle:function(de){var Pe=de.length,Ke=de[0],vt=Ke.length,gt,Tt,qt,Vt,or,Ir,Lr,Zr,ia,la=[];for(la[0]=Zr=ia=0,Tt=1;Tt<vt;++Tt){for(gt=0,Vt=0;gt<Pe;++gt)Vt+=de[gt][Tt][1];for(gt=0,or=0,Lr=Ke[Tt][0]-Ke[Tt-1][0];gt<Pe;++gt){for(qt=0,Ir=(de[gt][Tt][1]-de[gt][Tt-1][1])/(2*Lr);qt<gt;++qt)Ir+=(de[qt][Tt][1]-de[qt][Tt-1][1])/Lr;or+=Ir*de[gt][Tt][1]}la[Tt]=Zr-=Vt?or/Vt*Lr:0,Zr<ia&&(ia=Zr)}for(Tt=0;Tt<vt;++Tt)la[Tt]-=ia;return la},expand:function(de){var Pe=de.length,Ke=de[0].length,vt=1/Pe,gt,Tt,qt,Vt=[];for(Tt=0;Tt<Ke;++Tt){for(gt=0,qt=0;gt<Pe;gt++)qt+=de[gt][Tt][1];if(qt)for(gt=0;gt<Pe;gt++)de[gt][Tt][1]/=qt;else for(gt=0;gt<Pe;gt++)de[gt][Tt][1]=vt}for(Tt=0;Tt<Ke;++Tt)Vt[Tt]=0;return Vt},zero:Tc});function lf(de){return h.range(de.length)}function Tc(de){for(var Pe=-1,Ke=de[0].length,vt=[];++Pe<Ke;)vt[Pe]=0;return vt}function Js(de){for(var Pe=1,Ke=0,vt=de[0][1],gt,Tt=de.length;Pe<Tt;++Pe)(gt=de[Pe][1])>vt&&(Ke=Pe,vt=gt);return Ke}function cu(de){return de.reduce(Cu,0)}function Cu(de,Pe){return de+Pe[1]}h.layout.histogram=function(){var de=!0,Pe=Number,Ke=Rc,vt=ef;function gt(Tt,ia){for(var Vt=[],or=Tt.map(Pe,this),Ir=Ke.call(this,or,ia),Lr=vt.call(this,Ir,or,ia),Zr,ia=-1,la=or.length,nn=Lr.length-1,da=de?1:1/la,La;++ia<nn;)Zr=Vt[ia]=[],Zr.dx=Lr[ia+1]-(Zr.x=Lr[ia]),Zr.y=0;if(nn>0)for(ia=-1;++ia<la;)La=or[ia],La>=Ir[0]&&La<=Ir[1]&&(Zr=Vt[h.bisect(Lr,La,1,nn)-1],Zr.y+=da,Zr.push(Tt[ia]));return Vt}return gt.value=function(Tt){return arguments.length?(Pe=Tt,gt):Pe},gt.range=function(Tt){return arguments.length?(Ke=pt(Tt),gt):Ke},gt.bins=function(Tt){return arguments.length?(vt=typeof Tt=="number"?function(qt){return el(qt,Tt)}:pt(Tt),gt):vt},gt.frequency=function(Tt){return arguments.length?(de=!!Tt,gt):de},gt};function ef(de,Pe){return el(de,Math.ceil(Math.log(Pe.length)/Math.LN2+1))}function el(de,Pe){for(var Ke=-1,vt=+de[0],gt=(de[1]-vt)/Pe,Tt=[];++Ke<=Pe;)Tt[Ke]=gt*Ke+vt;return Tt}function Rc(de){return[h.min(de),h.max(de)]}h.layout.pack=function(){var de=h.layout.hierarchy().sort(fc),Pe=0,Ke=[1,1],vt;function gt(Tt,qt){var Vt=de.call(this,Tt,qt),or=Vt[0],Ir=Ke[0],Lr=Ke[1],Zr=vt==null?Math.sqrt:typeof vt=="function"?vt:function(){return vt};if(or.x=or.y=0,Bu(or,function(la){la.r=+Zr(la.value)}),Bu(or,zc),Pe){var ia=Pe*(vt?1:Math.max(2*or.r/Ir,2*or.r/Lr))/2;Bu(or,function(la){la.r+=ia}),Bu(or,zc),Bu(or,function(la){la.r-=ia})}return uf(or,Ir/2,Lr/2,vt?1:1/Math.max(2*or.r/Ir,2*or.r/Lr)),Vt}return gt.size=function(Tt){return arguments.length?(Ke=Tt,gt):Ke},gt.radius=function(Tt){return arguments.length?(vt=Tt==null||typeof Tt=="function"?Tt:+Tt,gt):vt},gt.padding=function(Tt){return arguments.length?(Pe=+Tt,gt):Pe},al(gt,de)};function fc(de,Pe){return de.value-Pe.value}function _u(de,Pe){var Ke=de._pack_next;de._pack_next=Pe,Pe._pack_prev=de,Pe._pack_next=Ke,Ke._pack_prev=Pe}function Dc(de,Pe){de._pack_next=Pe,Pe._pack_prev=de}function Nu(de,Pe){var Ke=Pe.x-de.x,vt=Pe.y-de.y,gt=de.r+Pe.r;return .999*gt*gt>Ke*Ke+vt*vt}function zc(de){if(!(Pe=de.children)||!(ia=Pe.length))return;var Pe,Ke=1/0,vt=-1/0,gt=1/0,Tt=-1/0,qt,Vt,or,Ir,Lr,Zr,ia;function la(Fa){Ke=Math.min(Fa.x-Fa.r,Ke),vt=Math.max(Fa.x+Fa.r,vt),gt=Math.min(Fa.y-Fa.r,gt),Tt=Math.max(Fa.y+Fa.r,Tt)}if(Pe.forEach(Pf),qt=Pe[0],qt.x=-qt.r,qt.y=0,la(qt),ia>1&&(Vt=Pe[1],Vt.x=Vt.r,Vt.y=0,la(Vt),ia>2))for(or=Pe[2],xu(qt,Vt,or),la(or),_u(qt,or),qt._pack_prev=or,_u(or,Vt),Vt=qt._pack_next,Ir=3;Ir<ia;Ir++){xu(qt,Vt,or=Pe[Ir]);var nn=0,da=1,La=1;for(Lr=Vt._pack_next;Lr!==Vt;Lr=Lr._pack_next,da++)if(Nu(Lr,or)){nn=1;break}if(nn==1)for(Zr=qt._pack_prev;Zr!==Lr._pack_prev&&!Nu(Zr,or);Zr=Zr._pack_prev,La++);nn?(da<La||da==La&&Vt.r<qt.r?Dc(qt,Vt=Lr):Dc(qt=Zr,Vt),Ir--):(_u(qt,or),Vt=or,la(or))}var Oa=(Ke+vt)/2,Qa=(gt+Tt)/2,sn=0;for(Ir=0;Ir<ia;Ir++)or=Pe[Ir],or.x-=Oa,or.y-=Qa,sn=Math.max(sn,or.r+Math.sqrt(or.x*or.x+or.y*or.y));de.r=sn,Pe.forEach(ql)}function Pf(de){de._pack_next=de._pack_prev=de}function ql(de){delete de._pack_next,delete de._pack_prev}function uf(de,Pe,Ke,vt){var gt=de.children;if(de.x=Pe+=vt*de.x,de.y=Ke+=vt*de.y,de.r*=vt,gt)for(var Tt=-1,qt=gt.length;++Tt<qt;)uf(gt[Tt],Pe,Ke,vt)}function xu(de,Pe,Ke){var vt=de.r+Ke.r,gt=Pe.x-de.x,Tt=Pe.y-de.y;if(vt&&(gt||Tt)){var qt=Pe.r+Ke.r,Vt=gt*gt+Tt*Tt;qt*=qt,vt*=vt;var or=.5+(vt-qt)/(2*Vt),Ir=Math.sqrt(Math.max(0,2*qt*(vt+Vt)-(vt-=Vt)*vt-qt*qt))/(2*Vt);Ke.x=de.x+or*gt+Ir*Tt,Ke.y=de.y+or*Tt-Ir*gt}else Ke.x=de.x+vt,Ke.y=de.y}h.layout.tree=function(){var de=h.layout.hierarchy().sort(null).value(null),Pe=Ju,Ke=[1,1],vt=null;function gt(Lr,Zr){var ia=de.call(this,Lr,Zr),la=ia[0],nn=Tt(la);if(Bu(nn,qt),nn.parent.m=-nn.z,xc(nn,Vt),vt)xc(la,Ir);else{var da=la,La=la,Oa=la;xc(la,function(Pn){Pn.x<da.x&&(da=Pn),Pn.x>La.x&&(La=Pn),Pn.depth>Oa.depth&&(Oa=Pn)});var Qa=Pe(da,La)/2-da.x,sn=Ke[0]/(La.x+Pe(La,da)/2+Qa),Fa=Ke[1]/(Oa.depth||1);xc(la,function(Pn){Pn.x=(Pn.x+Qa)*sn,Pn.y=Pn.depth*Fa})}return ia}function Tt(Lr){for(var Zr={A:null,children:[Lr]},ia=[Zr],la;(la=ia.pop())!=null;)for(var nn=la.children,da,La=0,Oa=nn.length;La<Oa;++La)ia.push((nn[La]=da={_:nn[La],parent:la,children:(da=nn[La].children)&&da.slice()||[],A:null,a:null,z:0,m:0,c:0,s:0,t:null,i:La}).a=da);return Zr.children[0]}function qt(Lr){var Zr=Lr.children,ia=Lr.parent.children,la=Lr.i?ia[Lr.i-1]:null;if(Zr.length){ol(Lr);var nn=(Zr[0].z+Zr[Zr.length-1].z)/2;la?(Lr.z=la.z+Pe(Lr._,la._),Lr.m=Lr.z-nn):Lr.z=nn}else la&&(Lr.z=la.z+Pe(Lr._,la._));Lr.parent.A=or(Lr,la,Lr.parent.A||ia[0])}function Vt(Lr){Lr._.x=Lr.z+Lr.parent.m,Lr.m+=Lr.parent.m}function or(Lr,Zr,ia){if(Zr){for(var la=Lr,nn=Lr,da=Zr,La=la.parent.children[0],Oa=la.m,Qa=nn.m,sn=da.m,Fa=La.m,Pn;da=hl(da),la=Uu(la),da&&la;)La=Uu(La),nn=hl(nn),nn.a=Lr,Pn=da.z+sn-la.z-Oa+Pe(da._,la._),Pn>0&&(Ql(hc(da,Lr,ia),Lr,Pn),Oa+=Pn,Qa+=Pn),sn+=da.m,Oa+=la.m,Fa+=La.m,Qa+=nn.m;da&&!hl(nn)&&(nn.t=da,nn.m+=sn-Qa),la&&!Uu(La)&&(La.t=la,La.m+=Oa-Fa,ia=Lr)}return ia}function Ir(Lr){Lr.x*=Ke[0],Lr.y=Lr.depth*Ke[1]}return gt.separation=function(Lr){return arguments.length?(Pe=Lr,gt):Pe},gt.size=function(Lr){return arguments.length?(vt=(Ke=Lr)==null?Ir:null,gt):vt?null:Ke},gt.nodeSize=function(Lr){return arguments.length?(vt=(Ke=Lr)==null?null:Ir,gt):vt?Ke:null},al(gt,de)};function Ju(de,Pe){return de.parent==Pe.parent?1:2}function Uu(de){var Pe=de.children;return Pe.length?Pe[0]:de.t}function hl(de){var Pe=de.children,Ke;return(Ke=Pe.length)?Pe[Ke-1]:de.t}function Ql(de,Pe,Ke){var vt=Ke/(Pe.i-de.i);Pe.c-=vt,Pe.s+=Ke,de.c+=vt,Pe.z+=Ke,Pe.m+=Ke}function ol(de){for(var Pe=0,Ke=0,vt=de.children,gt=vt.length,Tt;--gt>=0;)Tt=vt[gt],Tt.z+=Pe,Tt.m+=Pe,Pe+=Tt.s+(Ke+=Tt.c)}function hc(de,Pe,Ke){return de.a.parent===Pe.parent?de.a:Ke}h.layout.cluster=function(){var de=h.layout.hierarchy().sort(null).value(null),Pe=Ju,Ke=[1,1],vt=!1;function gt(Tt,qt){var Vt=de.call(this,Tt,qt),or=Vt[0],Ir,Lr=0;Bu(or,function(da){var La=da.children;La&&La.length?(da.x=tf(La),da.y=ju(La)):(da.x=Ir?Lr+=Pe(da,Ir):0,da.y=0,Ir=da)});var Zr=Jt(or),ia=yr(or),la=Zr.x-Pe(Zr,ia)/2,nn=ia.x+Pe(ia,Zr)/2;return Bu(or,vt?function(da){da.x=(da.x-or.x)*Ke[0],da.y=(or.y-da.y)*Ke[1]}:function(da){da.x=(da.x-la)/(nn-la)*Ke[0],da.y=(1-(or.y?da.y/or.y:1))*Ke[1]}),Vt}return gt.separation=function(Tt){return arguments.length?(Pe=Tt,gt):Pe},gt.size=function(Tt){return arguments.length?(vt=(Ke=Tt)==null,gt):vt?null:Ke},gt.nodeSize=function(Tt){return arguments.length?(vt=(Ke=Tt)!=null,gt):vt?Ke:null},al(gt,de)};function ju(de){return 1+h.max(de,function(Pe){return Pe.y})}function tf(de){return de.reduce(function(Pe,Ke){return Pe+Ke.x},0)/de.length}function Jt(de){var Pe=de.children;return Pe&&Pe.length?Jt(Pe[0]):de}function yr(de){var Pe=de.children,Ke;return Pe&&(Ke=Pe.length)?yr(Pe[Ke-1]):de}h.layout.treemap=function(){var de=h.layout.hierarchy(),Pe=Math.round,Ke=[1,1],vt=null,gt=Kr,Tt=!1,qt,Vt="squarify",or=.5*(1+Math.sqrt(5));function Ir(da,La){for(var Oa=-1,Qa=da.length,sn,Fa;++Oa<Qa;)Fa=(sn=da[Oa]).value*(La<0?0:La),sn.area=isNaN(Fa)||Fa<=0?0:Fa}function Lr(da){var La=da.children;if(La&&La.length){var Oa=gt(da),Qa=[],sn=La.slice(),Fa,Pn=1/0,si,$n=Vt==="slice"?Oa.dx:Vt==="dice"?Oa.dy:Vt==="slice-dice"?da.depth&1?Oa.dy:Oa.dx:Math.min(Oa.dx,Oa.dy),ni;for(Ir(sn,Oa.dx*Oa.dy/da.value),Qa.area=0;(ni=sn.length)>0;)Qa.push(Fa=sn[ni-1]),Qa.area+=Fa.area,Vt!=="squarify"||(si=ia(Qa,$n))<=Pn?(sn.pop(),Pn=si):(Qa.area-=Qa.pop().area,la(Qa,$n,Oa,!1),$n=Math.min(Oa.dx,Oa.dy),Qa.length=Qa.area=0,Pn=1/0);Qa.length&&(la(Qa,$n,Oa,!0),Qa.length=Qa.area=0),La.forEach(Lr)}}function Zr(da){var La=da.children;if(La&&La.length){var Oa=gt(da),Qa=La.slice(),sn,Fa=[];for(Ir(Qa,Oa.dx*Oa.dy/da.value),Fa.area=0;sn=Qa.pop();)Fa.push(sn),Fa.area+=sn.area,sn.z!=null&&(la(Fa,sn.z?Oa.dx:Oa.dy,Oa,!Qa.length),Fa.length=Fa.area=0);La.forEach(Zr)}}function ia(da,La){for(var Oa=da.area,Qa,sn=0,Fa=1/0,Pn=-1,si=da.length;++Pn<si;)(Qa=da[Pn].area)&&(Qa<Fa&&(Fa=Qa),Qa>sn&&(sn=Qa));return Oa*=Oa,La*=La,Oa?Math.max(La*sn*or/Oa,Oa/(La*Fa*or)):1/0}function la(da,La,Oa,Qa){var sn=-1,Fa=da.length,Pn=Oa.x,si=Oa.y,$n=La?Pe(da.area/La):0,ni;if(La==Oa.dx){for((Qa||$n>Oa.dy)&&($n=Oa.dy);++sn<Fa;)ni=da[sn],ni.x=Pn,ni.y=si,ni.dy=$n,Pn+=ni.dx=Math.min(Oa.x+Oa.dx-Pn,$n?Pe(ni.area/$n):0);ni.z=!0,ni.dx+=Oa.x+Oa.dx-Pn,Oa.y+=$n,Oa.dy-=$n}else{for((Qa||$n>Oa.dx)&&($n=Oa.dx);++sn<Fa;)ni=da[sn],ni.x=Pn,ni.y=si,ni.dx=$n,si+=ni.dy=Math.min(Oa.y+Oa.dy-si,$n?Pe(ni.area/$n):0);ni.z=!1,ni.dy+=Oa.y+Oa.dy-si,Oa.x+=$n,Oa.dx-=$n}}function nn(da){var La=qt||de(da),Oa=La[0];return Oa.x=Oa.y=0,Oa.value?(Oa.dx=Ke[0],Oa.dy=Ke[1]):Oa.dx=Oa.dy=0,qt&&de.revalue(Oa),Ir([Oa],Oa.dx*Oa.dy/Oa.value),(qt?Zr:Lr)(Oa),Tt&&(qt=La),La}return nn.size=function(da){return arguments.length?(Ke=da,nn):Ke},nn.padding=function(da){if(!arguments.length)return vt;function La(sn){var Fa=da.call(nn,sn,sn.depth);return Fa==null?Kr(sn):jr(sn,typeof Fa=="number"?[Fa,Fa,Fa,Fa]:Fa)}function Oa(sn){return jr(sn,da)}var Qa;return gt=(vt=da)==null?Kr:(Qa=typeof da)=="function"?La:(Qa==="number"&&(da=[da,da,da,da]),Oa),nn},nn.round=function(da){return arguments.length?(Pe=da?Math.round:Number,nn):Pe!=Number},nn.sticky=function(da){return arguments.length?(Tt=da,qt=null,nn):Tt},nn.ratio=function(da){return arguments.length?(or=da,nn):or},nn.mode=function(da){return arguments.length?(Vt=da+"",nn):Vt},al(nn,de)};function Kr(de){return{x:de.x,y:de.y,dx:de.dx,dy:de.dy}}function jr(de,Pe){var Ke=de.x+Pe[3],vt=de.y+Pe[0],gt=de.dx-Pe[1]-Pe[3],Tt=de.dy-Pe[0]-Pe[2];return gt<0&&(Ke+=gt/2,gt=0),Tt<0&&(vt+=Tt/2,Tt=0),{x:Ke,y:vt,dx:gt,dy:Tt}}h.random={normal:function(de,Pe){var Ke=arguments.length;return Ke<2&&(Pe=1),Ke<1&&(de=0),function(){var vt,gt,Tt;do vt=Math.random()*2-1,gt=Math.random()*2-1,Tt=vt*vt+gt*gt;while(!Tt||Tt>1);return de+Pe*vt*Math.sqrt(-2*Math.log(Tt)/Tt)}},logNormal:function(){var de=h.random.normal.apply(h,arguments);return function(){return Math.exp(de())}},bates:function(de){var Pe=h.random.irwinHall(de);return function(){return Pe()/de}},irwinHall:function(de){return function(){for(var Pe=0,Ke=0;Ke<de;Ke++)Pe+=Math.random();return Pe}}},h.scale={};function pa(de){var Pe=de[0],Ke=de[de.length-1];return Pe<Ke?[Pe,Ke]:[Ke,Pe]}function Ja(de){return de.rangeExtent?de.rangeExtent():pa(de.range())}function Ya(de,Pe,Ke,vt){var gt=Ke(de[0],de[1]),Tt=vt(Pe[0],Pe[1]);return function(qt){return Tt(gt(qt))}}function kn(de,Pe){var Ke=0,vt=de.length-1,gt=de[Ke],Tt=de[vt],qt;return Tt<gt&&(qt=Ke,Ke=vt,vt=qt,qt=gt,gt=Tt,Tt=qt),de[Ke]=Pe.floor(gt),de[vt]=Pe.ceil(Tt),de}function Dn(de){return de?{floor:function(Pe){return Math.floor(Pe/de)*de},ceil:function(Pe){return Math.ceil(Pe/de)*de}}:ti}var ti={floor:F,ceil:F};function yn(de,Pe,Ke,vt){var gt=[],Tt=[],qt=0,Vt=Math.min(de.length,Pe.length)-1;for(de[Vt]<de[0]&&(de=de.slice().reverse(),Pe=Pe.slice().reverse());++qt<=Vt;)gt.push(Ke(de[qt-1],de[qt])),Tt.push(vt(Pe[qt-1],Pe[qt]));return function(or){var Ir=h.bisect(de,or,1,Vt)-1;return Tt[Ir](gt[Ir](or))}}h.scale.linear=function(){return Gn([0,1],[0,1],Vo,!1)};function Gn(de,Pe,Ke,vt){var gt,Tt;function qt(){var or=Math.min(de.length,Pe.length)>2?yn:Ya,Ir=vt?nf:Cf;return gt=or(de,Pe,Ir,Ke),Tt=or(Pe,de,Ir,Vo),Vt}function Vt(or){return gt(or)}return Vt.invert=function(or){return Tt(or)},Vt.domain=function(or){return arguments.length?(de=or.map(Number),qt()):de},Vt.range=function(or){return arguments.length?(Pe=or,qt()):Pe},Vt.rangeRound=function(or){return Vt.range(or).interpolate(lc)},Vt.clamp=function(or){return arguments.length?(vt=or,qt()):vt},Vt.interpolate=function(or){return arguments.length?(Ke=or,qt()):Ke},Vt.ticks=function(or){return Vi(de,or)},Vt.tickFormat=function(or,Ir){return d3_scale_linearTickFormat(de,or,Ir)},Vt.nice=function(or){return dn(de,or),qt()},Vt.copy=function(){return Gn(de,Pe,Ke,vt)},qt()}function Mn(de,Pe){return h.rebind(de,Pe,"range","rangeRound","interpolate","clamp")}function dn(de,Pe){return kn(de,Dn(oi(de,Pe)[2])),kn(de,Dn(oi(de,Pe)[2])),de}function oi(de,Pe){Pe==null&&(Pe=10);var Ke=pa(de),vt=Ke[1]-Ke[0],gt=Math.pow(10,Math.floor(Math.log(vt/Pe)/Math.LN10)),Tt=Pe/vt*gt;return Tt<=.15?gt*=10:Tt<=.35?gt*=5:Tt<=.75&&(gt*=2),Ke[0]=Math.ceil(Ke[0]/gt)*gt,Ke[1]=Math.floor(Ke[1]/gt)*gt+gt*.5,Ke[2]=gt,Ke}function Vi(de,Pe){return h.range.apply(h,oi(de,Pe))}h.scale.log=function(){return zi(h.scale.linear().domain([0,1]),10,!0,[1,10])};function zi(de,Pe,Ke,vt){function gt(Vt){return(Ke?Math.log(Vt<0?0:Vt):-Math.log(Vt>0?0:-Vt))/Math.log(Pe)}function Tt(Vt){return Ke?Math.pow(Pe,Vt):-Math.pow(Pe,-Vt)}function qt(Vt){return de(gt(Vt))}return qt.invert=function(Vt){return Tt(de.invert(Vt))},qt.domain=function(Vt){return arguments.length?(Ke=Vt[0]>=0,de.domain((vt=Vt.map(Number)).map(gt)),qt):vt},qt.base=function(Vt){return arguments.length?(Pe=+Vt,de.domain(vt.map(gt)),qt):Pe},qt.nice=function(){var Vt=kn(vt.map(gt),Ke?Math:Zi);return de.domain(Vt),vt=Vt.map(Tt),qt},qt.ticks=function(){var Vt=pa(vt),or=[],Ir=Vt[0],Lr=Vt[1],Zr=Math.floor(gt(Ir)),ia=Math.ceil(gt(Lr)),la=Pe%1?2:Pe;if(isFinite(ia-Zr)){if(Ke){for(;Zr<ia;Zr++)for(var nn=1;nn<la;nn++)or.push(Tt(Zr)*nn);or.push(Tt(Zr))}else for(or.push(Tt(Zr));Zr++<ia;)for(var nn=la-1;nn>0;nn--)or.push(Tt(Zr)*nn);for(Zr=0;or[Zr]<Ir;Zr++);for(ia=or.length;or[ia-1]>Lr;ia--);or=or.slice(Zr,ia)}return or},qt.copy=function(){return zi(de.copy(),Pe,Ke,vt)},Mn(qt,de)}var Zi={floor:function(de){return-Math.ceil(-de)},ceil:function(de){return-Math.floor(-de)}};h.scale.pow=function(){return Hi(h.scale.linear(),1,[0,1])};function Hi(de,Pe,Ke){var vt=li(Pe),gt=li(1/Pe);function Tt(qt){return de(vt(qt))}return Tt.invert=function(qt){return gt(de.invert(qt))},Tt.domain=function(qt){return arguments.length?(de.domain((Ke=qt.map(Number)).map(vt)),Tt):Ke},Tt.ticks=function(qt){return Vi(Ke,qt)},Tt.tickFormat=function(qt,Vt){return d3_scale_linearTickFormat(Ke,qt,Vt)},Tt.nice=function(qt){return Tt.domain(dn(Ke,qt))},Tt.exponent=function(qt){return arguments.length?(vt=li(Pe=qt),gt=li(1/Pe),de.domain(Ke.map(vt)),Tt):Pe},Tt.copy=function(){return Hi(de.copy(),Pe,Ke)},Mn(Tt,de)}function li(de){return function(Pe){return Pe<0?-Math.pow(-Pe,de):Math.pow(Pe,de)}}h.scale.sqrt=function(){return h.scale.pow().exponent(.5)},h.scale.ordinal=function(){return Yn([],{t:"range",a:[[]]})};function Yn(de,Pe){var Ke,vt,gt;function Tt(Vt){return vt[((Ke.get(Vt)||(Pe.t==="range"?Ke.set(Vt,de.push(Vt)):NaN))-1)%vt.length]}function qt(Vt,or){return h.range(de.length).map(function(Ir){return Vt+or*Ir})}return Tt.domain=function(Vt){if(!arguments.length)return de;de=[],Ke=new A;for(var or=-1,Ir=Vt.length,Lr;++or<Ir;)Ke.has(Lr=Vt[or])||Ke.set(Lr,de.push(Lr));return Tt[Pe.t].apply(Tt,Pe.a)},Tt.range=function(Vt){return arguments.length?(vt=Vt,gt=0,Pe={t:"range",a:arguments},Tt):vt},Tt.rangePoints=function(Vt,or){arguments.length<2&&(or=0);var Ir=Vt[0],Lr=Vt[1],Zr=de.length<2?(Ir=(Ir+Lr)/2,0):(Lr-Ir)/(de.length-1+or);return vt=qt(Ir+Zr*or/2,Zr),gt=0,Pe={t:"rangePoints",a:arguments},Tt},Tt.rangeRoundPoints=function(Vt,or){arguments.length<2&&(or=0);var Ir=Vt[0],Lr=Vt[1],Zr=de.length<2?(Ir=Lr=Math.round((Ir+Lr)/2),0):(Lr-Ir)/(de.length-1+or)|0;return vt=qt(Ir+Math.round(Zr*or/2+(Lr-Ir-(de.length-1+or)*Zr)/2),Zr),gt=0,Pe={t:"rangeRoundPoints",a:arguments},Tt},Tt.rangeBands=function(Vt,or,Ir){arguments.length<2&&(or=0),arguments.length<3&&(Ir=or);var Lr=Vt[1]<Vt[0],Zr=Vt[Lr-0],ia=Vt[1-Lr],la=(ia-Zr)/(de.length-or+2*Ir);return vt=qt(Zr+la*Ir,la),Lr&&vt.reverse(),gt=la*(1-or),Pe={t:"rangeBands",a:arguments},Tt},Tt.rangeRoundBands=function(Vt,or,Ir){arguments.length<2&&(or=0),arguments.length<3&&(Ir=or);var Lr=Vt[1]<Vt[0],Zr=Vt[Lr-0],ia=Vt[1-Lr],la=Math.floor((ia-Zr)/(de.length-or+2*Ir));return vt=qt(Zr+Math.round((ia-Zr-(de.length-or)*la)/2),la),Lr&&vt.reverse(),gt=Math.round(la*(1-or)),Pe={t:"rangeRoundBands",a:arguments},Tt},Tt.rangeBand=function(){return gt},Tt.rangeExtent=function(){return pa(Pe.a[0])},Tt.copy=function(){return Yn(de,Pe)},Tt.domain(de)}h.scale.category10=function(){return h.scale.ordinal().range(oo)},h.scale.category20=function(){return h.scale.ordinal().range(No)},h.scale.category20b=function(){return h.scale.ordinal().range(xs)},h.scale.category20c=function(){return h.scale.ordinal().range(Gs)};var oo=[2062260,16744206,2924588,14034728,9725885,9197131,14907330,8355711,12369186,1556175].map(At),No=[2062260,11454440,16744206,16759672,2924588,10018698,14034728,16750742,9725885,12955861,9197131,12885140,14907330,16234194,8355711,13092807,12369186,14408589,1556175,10410725].map(At),xs=[3750777,5395619,7040719,10264286,6519097,9216594,11915115,13556636,9202993,12426809,15186514,15190932,8666169,11356490,14049643,15177372,8077683,10834324,13528509,14589654].map(At),Gs=[3244733,7057110,10406625,13032431,15095053,16616764,16625259,16634018,3253076,7652470,10607003,13101504,7695281,10394312,12369372,14342891,6513507,9868950,12434877,14277081].map(At);h.scale.quantile=function(){return bs([],[])};function bs(de,Pe){var Ke;function vt(){var Tt=0,qt=Pe.length;for(Ke=[];++Tt<qt;)Ke[Tt-1]=h.quantile(de,Tt/qt);return gt}function gt(Tt){if(!isNaN(Tt=+Tt))return Pe[h.bisect(Ke,Tt)]}return gt.domain=function(Tt){return arguments.length?(de=Tt.map(f).filter(c).sort(s),vt()):de},gt.range=function(Tt){return arguments.length?(Pe=Tt,vt()):Pe},gt.quantiles=function(){return Ke},gt.invertExtent=function(Tt){return Tt=Pe.indexOf(Tt),Tt<0?[NaN,NaN]:[Tt>0?Ke[Tt-1]:de[0],Tt<Ke.length?Ke[Tt]:de[de.length-1]]},gt.copy=function(){return bs(de,Pe)},vt()}h.scale.quantize=function(){return Hs(0,1,[0,1])};function Hs(de,Pe,Ke){var vt,gt;function Tt(Vt){return Ke[Math.max(0,Math.min(gt,Math.floor(vt*(Vt-de))))]}function qt(){return vt=Ke.length/(Pe-de),gt=Ke.length-1,Tt}return Tt.domain=function(Vt){return arguments.length?(de=+Vt[0],Pe=+Vt[Vt.length-1],qt()):[de,Pe]},Tt.range=function(Vt){return arguments.length?(Ke=Vt,qt()):Ke},Tt.invertExtent=function(Vt){return Vt=Ke.indexOf(Vt),Vt=Vt<0?NaN:Vt/vt+de,[Vt,Vt+1/vt]},Tt.copy=function(){return Hs(de,Pe,Ke)},qt()}h.scale.threshold=function(){return es([.5],[0,1])};function es(de,Pe){function Ke(vt){if(vt<=vt)return Pe[h.bisect(de,vt)]}return Ke.domain=function(vt){return arguments.length?(de=vt,Ke):de},Ke.range=function(vt){return arguments.length?(Pe=vt,Ke):Pe},Ke.invertExtent=function(vt){return vt=Pe.indexOf(vt),[de[vt-1],de[vt]]},Ke.copy=function(){return es(de,Pe)},Ke}h.scale.identity=function(){return pl([0,1])};function pl(de){function Pe(Ke){return+Ke}return Pe.invert=Pe,Pe.domain=Pe.range=function(Ke){return arguments.length?(de=Ke.map(Pe),Pe):de},Pe.ticks=function(Ke){return Vi(de,Ke)},Pe.tickFormat=function(Ke,vt){return d3_scale_linearTickFormat(de,Ke,vt)},Pe.copy=function(){return pl(de)},Pe}h.svg={};function vl(){return 0}h.svg.arc=function(){var de=Ti,Pe=xo,Ke=vl,vt=Us,gt=Ps,Tt=vs,qt=Yl;function Vt(){var Ir=Math.max(0,+de.apply(this,arguments)),Lr=Math.max(0,+Pe.apply(this,arguments)),Zr=gt.apply(this,arguments)-Ue,ia=Tt.apply(this,arguments)-Ue,la=Math.abs(ia-Zr),nn=Zr>ia?0:1;if(Lr<Ir&&(da=Lr,Lr=Ir,Ir=da),la>=Te)return or(Lr,nn)+(Ir?or(Ir,1-nn):"")+"Z";var da,La,Oa,Qa,sn=0,Fa=0,Pn,si,$n,ni,Ai,Ci,Xo,Ii,uo=[];if((Qa=(+qt.apply(this,arguments)||0)/2)&&(Oa=vt===Us?Math.sqrt(Ir*Ir+Lr*Lr):+vt.apply(this,arguments),nn||(Fa*=-1),Lr&&(Fa=Mt(Oa/Lr*Math.sin(Qa))),Ir&&(sn=Mt(Oa/Ir*Math.sin(Qa)))),Lr){Pn=Lr*Math.cos(Zr+Fa),si=Lr*Math.sin(Zr+Fa),$n=Lr*Math.cos(ia-Fa),ni=Lr*Math.sin(ia-Fa);var ts=Math.abs(ia-Zr-2*Fa)<=me?0:1;if(Fa&&Kl(Pn,si,$n,ni)===nn^ts){var bl=(Zr+ia)/2;Pn=Lr*Math.cos(bl),si=Lr*Math.sin(bl),$n=ni=null}}else Pn=si=0;if(Ir){Ai=Ir*Math.cos(ia-sn),Ci=Ir*Math.sin(ia-sn),Xo=Ir*Math.cos(Zr+sn),Ii=Ir*Math.sin(Zr+sn);var Ks=Math.abs(Zr-ia+2*sn)<=me?0:1;if(sn&&Kl(Ai,Ci,Xo,Ii)===1-nn^Ks){var gi=(Zr+ia)/2;Ai=Ir*Math.cos(gi),Ci=Ir*Math.sin(gi),Xo=Ii=null}}else Ai=Ci=0;if(la>We&&(da=Math.min(Math.abs(Lr-Ir)/2,+Ke.apply(this,arguments)))>.001){La=Ir<Lr^nn?0:1;var Lo=da,Ko=da;if(la<me){var Ws=Xo==null?[Ai,Ci]:$n==null?[Pn,si]:ho([Pn,si],[Xo,Ii],[$n,ni],[Ai,Ci]),Is=Pn-Ws[0],tu=si-Ws[1],ws=$n-Ws[0],Xs=ni-Ws[1],wu=1/Math.sin(Math.acos((Is*ws+tu*Xs)/(Math.sqrt(Is*Is+tu*tu)*Math.sqrt(ws*ws+Xs*Xs)))/2),yl=Math.sqrt(Ws[0]*Ws[0]+Ws[1]*Ws[1]);Ko=Math.min(da,(Ir-yl)/(wu-1)),Lo=Math.min(da,(Lr-yl)/(wu+1))}if($n!=null){var st=eu(Xo==null?[Ai,Ci]:[Xo,Ii],[Pn,si],Lr,Lo,nn),ir=eu([$n,ni],[Ai,Ci],Lr,Lo,nn);da===Lo?uo.push("M",st[0],"A",Lo,",",Lo," 0 0,",La," ",st[1],"A",Lr,",",Lr," 0 ",1-nn^Kl(st[1][0],st[1][1],ir[1][0],ir[1][1]),",",nn," ",ir[1],"A",Lo,",",Lo," 0 0,",La," ",ir[0]):uo.push("M",st[0],"A",Lo,",",Lo," 0 1,",La," ",ir[0])}else uo.push("M",Pn,",",si);if(Xo!=null){var ur=eu([Pn,si],[Xo,Ii],Ir,-Ko,nn),ua=eu([Ai,Ci],$n==null?[Pn,si]:[$n,ni],Ir,-Ko,nn);da===Ko?uo.push("L",ua[0],"A",Ko,",",Ko," 0 0,",La," ",ua[1],"A",Ir,",",Ir," 0 ",nn^Kl(ua[1][0],ua[1][1],ur[1][0],ur[1][1]),",",1-nn," ",ur[1],"A",Ko,",",Ko," 0 0,",La," ",ur[0]):uo.push("L",ua[0],"A",Ko,",",Ko," 0 0,",La," ",ur[0])}else uo.push("L",Ai,",",Ci)}else uo.push("M",Pn,",",si),$n!=null&&uo.push("A",Lr,",",Lr," 0 ",ts,",",nn," ",$n,",",ni),uo.push("L",Ai,",",Ci),Xo!=null&&uo.push("A",Ir,",",Ir," 0 ",Ks,",",1-nn," ",Xo,",",Ii);return uo.push("Z"),uo.join("")}function or(Ir,Lr){return"M0,"+Ir+"A"+Ir+","+Ir+" 0 1,"+Lr+" 0,"+-Ir+"A"+Ir+","+Ir+" 0 1,"+Lr+" 0,"+Ir}return Vt.innerRadius=function(Ir){return arguments.length?(de=pt(Ir),Vt):de},Vt.outerRadius=function(Ir){return arguments.length?(Pe=pt(Ir),Vt):Pe},Vt.cornerRadius=function(Ir){return arguments.length?(Ke=pt(Ir),Vt):Ke},Vt.padRadius=function(Ir){return arguments.length?(vt=Ir==Us?Us:pt(Ir),Vt):vt},Vt.startAngle=function(Ir){return arguments.length?(gt=pt(Ir),Vt):gt},Vt.endAngle=function(Ir){return arguments.length?(Tt=pt(Ir),Vt):Tt},Vt.padAngle=function(Ir){return arguments.length?(qt=pt(Ir),Vt):qt},Vt.centroid=function(){var Ir=(+de.apply(this,arguments)+ +Pe.apply(this,arguments))/2,Lr=(+gt.apply(this,arguments)+ +Tt.apply(this,arguments))/2-Ue;return[Math.cos(Lr)*Ir,Math.sin(Lr)*Ir]},Vt};var Us="auto";function Ti(de){return de.innerRadius}function xo(de){return de.outerRadius}function Ps(de){return de.startAngle}function vs(de){return de.endAngle}function Yl(de){return de&&de.padAngle}function Kl(de,Pe,Ke,vt){return(de-Ke)*Pe-(Pe-vt)*de>0?0:1}function eu(de,Pe,Ke,vt,gt){var Tt=de[0]-Pe[0],qt=de[1]-Pe[1],Vt=(gt?vt:-vt)/Math.sqrt(Tt*Tt+qt*qt),or=Vt*qt,Ir=-Vt*Tt,Lr=de[0]+or,Zr=de[1]+Ir,ia=Pe[0]+or,la=Pe[1]+Ir,nn=(Lr+ia)/2,da=(Zr+la)/2,La=ia-Lr,Oa=la-Zr,Qa=La*La+Oa*Oa,sn=Ke-vt,Fa=Lr*la-ia*Zr,Pn=(Oa<0?-1:1)*Math.sqrt(Math.max(0,sn*sn*Qa-Fa*Fa)),si=(Fa*Oa-La*Pn)/Qa,$n=(-Fa*La-Oa*Pn)/Qa,ni=(Fa*Oa+La*Pn)/Qa,Ai=(-Fa*La+Oa*Pn)/Qa,Ci=si-nn,Xo=$n-da,Ii=ni-nn,uo=Ai-da;return Ci*Ci+Xo*Xo>Ii*Ii+uo*uo&&(si=ni,$n=Ai),[[si-or,$n-Ir],[si*Ke/sn,$n*Ke/sn]]}function gc(){return!0}function $l(de){var Pe=di,Ke=ki,vt=gc,gt=ml,Tt=gt.key,qt=.7;function Vt(or){var Ir=[],Lr=[],Zr=-1,ia=or.length,la,nn=pt(Pe),da=pt(Ke);function La(){Ir.push("M",gt(de(Lr),qt))}for(;++Zr<ia;)vt.call(this,la=or[Zr],Zr)?Lr.push([+nn.call(this,la,Zr),+da.call(this,la,Zr)]):Lr.length&&(La(),Lr=[]);return Lr.length&&La(),Ir.length?Ir.join(""):null}return Vt.x=function(or){return arguments.length?(Pe=or,Vt):Pe},Vt.y=function(or){return arguments.length?(Ke=or,Vt):Ke},Vt.defined=function(or){return arguments.length?(vt=or,Vt):vt},Vt.interpolate=function(or){return arguments.length?(typeof or=="function"?Tt=gt=or:Tt=(gt=Qu.get(or)||ml).key,Vt):Tt},Vt.tension=function(or){return arguments.length?(qt=or,Vt):qt},Vt}h.svg.line=function(){return $l(F)};var Qu=h.map({linear:ml,"linear-closed":ec,step:Yi,"step-before":so,"step-after":tc,basis:we,"basis-open":Se,"basis-closed":Re,bundle:ct,cardinal:ze,"cardinal-open":bu,"cardinal-closed":fu,monotone:Ye});Qu.forEach(function(de,Pe){Pe.key=de,Pe.closed=/-closed$/.test(de)});function ml(de){return de.length>1?de.join("L"):de+"Z"}function ec(de){return de.join("L")+"Z"}function Yi(de){for(var Pe=0,Ke=de.length,vt=de[0],gt=[vt[0],",",vt[1]];++Pe<Ke;)gt.push("H",(vt[0]+(vt=de[Pe])[0])/2,"V",vt[1]);return Ke>1&>.push("H",vt[0]),gt.join("")}function so(de){for(var Pe=0,Ke=de.length,vt=de[0],gt=[vt[0],",",vt[1]];++Pe<Ke;)gt.push("V",(vt=de[Pe])[1],"H",vt[0]);return gt.join("")}function tc(de){for(var Pe=0,Ke=de.length,vt=de[0],gt=[vt[0],",",vt[1]];++Pe<Ke;)gt.push("H",(vt=de[Pe])[0],"V",vt[1]);return gt.join("")}function bu(de,Pe){return de.length<4?ml(de):de[1]+P(de.slice(1,-1),ne(de,Pe))}function fu(de,Pe){return de.length<3?ec(de):de[0]+P((de.push(de[0]),de),ne([de[de.length-2]].concat(de,[de[1]]),Pe))}function ze(de,Pe){return de.length<3?ml(de):de[0]+P(de,ne(de,Pe))}function P(de,Pe){if(Pe.length<1||de.length!=Pe.length&&de.length!=Pe.length+2)return ml(de);var Ke=de.length!=Pe.length,vt="",gt=de[0],Tt=de[1],qt=Pe[0],Vt=qt,or=1;if(Ke&&(vt+="Q"+(Tt[0]-qt[0]*2/3)+","+(Tt[1]-qt[1]*2/3)+","+Tt[0]+","+Tt[1],gt=de[1],or=2),Pe.length>1){Vt=Pe[1],Tt=de[or],or++,vt+="C"+(gt[0]+qt[0])+","+(gt[1]+qt[1])+","+(Tt[0]-Vt[0])+","+(Tt[1]-Vt[1])+","+Tt[0]+","+Tt[1];for(var Ir=2;Ir<Pe.length;Ir++,or++)Tt=de[or],Vt=Pe[Ir],vt+="S"+(Tt[0]-Vt[0])+","+(Tt[1]-Vt[1])+","+Tt[0]+","+Tt[1]}if(Ke){var Lr=de[or];vt+="Q"+(Tt[0]+Vt[0]*2/3)+","+(Tt[1]+Vt[1]*2/3)+","+Lr[0]+","+Lr[1]}return vt}function ne(de,Pe){for(var Ke=[],vt=(1-Pe)/2,gt,Tt=de[0],qt=de[1],Vt=1,or=de.length;++Vt<or;)gt=Tt,Tt=qt,qt=de[Vt],Ke.push([vt*(qt[0]-gt[0]),vt*(qt[1]-gt[1])]);return Ke}function we(de){if(de.length<3)return ml(de);var Pe=1,Ke=de.length,vt=de[0],gt=vt[0],Tt=vt[1],qt=[gt,gt,gt,(vt=de[1])[0]],Vt=[Tt,Tt,Tt,vt[1]],or=[gt,",",Tt,"L",_t(fr,qt),",",_t(fr,Vt)];for(de.push(de[Ke-1]);++Pe<=Ke;)vt=de[Pe],qt.shift(),qt.push(vt[0]),Vt.shift(),Vt.push(vt[1]),gr(or,qt,Vt);return de.pop(),or.push("L",vt),or.join("")}function Se(de){if(de.length<4)return ml(de);for(var Pe=[],Ke=-1,vt=de.length,gt,Tt=[0],qt=[0];++Ke<3;)gt=de[Ke],Tt.push(gt[0]),qt.push(gt[1]);for(Pe.push(_t(fr,Tt)+","+_t(fr,qt)),--Ke;++Ke<vt;)gt=de[Ke],Tt.shift(),Tt.push(gt[0]),qt.shift(),qt.push(gt[1]),gr(Pe,Tt,qt);return Pe.join("")}function Re(de){for(var Pe,Ke=-1,vt=de.length,gt=vt+4,Tt,qt=[],Vt=[];++Ke<4;)Tt=de[Ke%vt],qt.push(Tt[0]),Vt.push(Tt[1]);for(Pe=[_t(fr,qt),",",_t(fr,Vt)],--Ke;++Ke<gt;)Tt=de[Ke%vt],qt.shift(),qt.push(Tt[0]),Vt.shift(),Vt.push(Tt[1]),gr(Pe,qt,Vt);return Pe.join("")}function ct(de,Pe){var Ke=de.length-1;if(Ke)for(var vt=de[0][0],gt=de[0][1],Tt=de[Ke][0]-vt,qt=de[Ke][1]-gt,Vt=-1,or,Ir;++Vt<=Ke;)or=de[Vt],Ir=Vt/Ke,or[0]=Pe*or[0]+(1-Pe)*(vt+Ir*Tt),or[1]=Pe*or[1]+(1-Pe)*(gt+Ir*qt);return we(de)}function _t(de,Pe){return de[0]*Pe[0]+de[1]*Pe[1]+de[2]*Pe[2]+de[3]*Pe[3]}var zt=[0,2/3,1/3,0],Qt=[0,1/3,2/3,0],fr=[0,1/6,2/3,1/6];function gr(de,Pe,Ke){de.push("C",_t(zt,Pe),",",_t(zt,Ke),",",_t(Qt,Pe),",",_t(Qt,Ke),",",_t(fr,Pe),",",_t(fr,Ke))}function Br(de,Pe){return(Pe[1]-de[1])/(Pe[0]-de[0])}function ta(de){for(var Pe=0,Ke=de.length-1,vt=[],gt=de[0],Tt=de[1],qt=vt[0]=Br(gt,Tt);++Pe<Ke;)vt[Pe]=(qt+(qt=Br(gt=Tt,Tt=de[Pe+1])))/2;return vt[Pe]=qt,vt}function Ve(de){for(var Pe=[],Ke,vt,gt,Tt,qt=ta(de),Vt=-1,or=de.length-1;++Vt<or;)Ke=Br(de[Vt],de[Vt+1]),l(Ke)<We?qt[Vt]=qt[Vt+1]=0:(vt=qt[Vt]/Ke,gt=qt[Vt+1]/Ke,Tt=vt*vt+gt*gt,Tt>9&&(Tt=Ke*3/Math.sqrt(Tt),qt[Vt]=Tt*vt,qt[Vt+1]=Tt*gt));for(Vt=-1;++Vt<=or;)Tt=(de[Math.min(or,Vt+1)][0]-de[Math.max(0,Vt-1)][0])/(6*(1+qt[Vt]*qt[Vt])),Pe.push([Tt||0,qt[Vt]*Tt||0]);return Pe}function Ye(de){return de.length<3?ml(de):de[0]+P(de,Ve(de))}h.svg.line.radial=function(){var de=$l(it);return de.radius=de.x,delete de.x,de.angle=de.y,delete de.y,de};function it(de){for(var Pe,Ke=-1,vt=de.length,gt,Tt;++Ke<vt;)Pe=de[Ke],gt=Pe[0],Tt=Pe[1]-Ue,Pe[0]=gt*Math.cos(Tt),Pe[1]=gt*Math.sin(Tt);return de}function ht(de){var Pe=di,Ke=di,vt=0,gt=ki,Tt=gc,qt=ml,Vt=qt.key,or=qt,Ir="L",Lr=.7;function Zr(ia){var la=[],nn=[],da=[],La=-1,Oa=ia.length,Qa,sn=pt(Pe),Fa=pt(vt),Pn=Pe===Ke?function(){return $n}:pt(Ke),si=vt===gt?function(){return ni}:pt(gt),$n,ni;function Ai(){la.push("M",qt(de(da),Lr),Ir,or(de(nn.reverse()),Lr),"Z")}for(;++La<Oa;)Tt.call(this,Qa=ia[La],La)?(nn.push([$n=+sn.call(this,Qa,La),ni=+Fa.call(this,Qa,La)]),da.push([+Pn.call(this,Qa,La),+si.call(this,Qa,La)])):nn.length&&(Ai(),nn=[],da=[]);return nn.length&&Ai(),la.length?la.join(""):null}return Zr.x=function(ia){return arguments.length?(Pe=Ke=ia,Zr):Ke},Zr.x0=function(ia){return arguments.length?(Pe=ia,Zr):Pe},Zr.x1=function(ia){return arguments.length?(Ke=ia,Zr):Ke},Zr.y=function(ia){return arguments.length?(vt=gt=ia,Zr):gt},Zr.y0=function(ia){return arguments.length?(vt=ia,Zr):vt},Zr.y1=function(ia){return arguments.length?(gt=ia,Zr):gt},Zr.defined=function(ia){return arguments.length?(Tt=ia,Zr):Tt},Zr.interpolate=function(ia){return arguments.length?(typeof ia=="function"?Vt=qt=ia:Vt=(qt=Qu.get(ia)||ml).key,or=qt.reverse||qt,Ir=qt.closed?"M":"L",Zr):Vt},Zr.tension=function(ia){return arguments.length?(Lr=ia,Zr):Lr},Zr}so.reverse=tc,tc.reverse=so,h.svg.area=function(){return ht(F)},h.svg.area.radial=function(){var de=ht(it);return de.radius=de.x,delete de.x,de.innerRadius=de.x0,delete de.x0,de.outerRadius=de.x1,delete de.x1,de.angle=de.y,delete de.y,de.startAngle=de.y0,delete de.y0,de.endAngle=de.y1,delete de.y1,de};function St(de){return de.source}function yt(de){return de.target}h.svg.chord=function(){var de=St,Pe=yt,Ke=Lt,vt=Ps,gt=vs;function Tt(Lr,Zr){var ia=qt(this,de,Lr,Zr),la=qt(this,Pe,Lr,Zr);return"M"+ia.p0+or(ia.r,ia.p1,ia.a1-ia.a0)+(Vt(ia,la)?Ir(ia.r,ia.p1,ia.r,ia.p0):Ir(ia.r,ia.p1,la.r,la.p0)+or(la.r,la.p1,la.a1-la.a0)+Ir(la.r,la.p1,ia.r,ia.p0))+"Z"}function qt(Lr,Zr,ia,la){var nn=Zr.call(Lr,ia,la),da=Ke.call(Lr,nn,la),La=vt.call(Lr,nn,la)-Ue,Oa=gt.call(Lr,nn,la)-Ue;return{r:da,a0:La,a1:Oa,p0:[da*Math.cos(La),da*Math.sin(La)],p1:[da*Math.cos(Oa),da*Math.sin(Oa)]}}function Vt(Lr,Zr){return Lr.a0==Zr.a0&&Lr.a1==Zr.a1}function or(Lr,Zr,ia){return"A"+Lr+","+Lr+" 0 "+ +(ia>me)+",1 "+Zr}function Ir(Lr,Zr,ia,la){return"Q 0,0 "+la}return Tt.radius=function(Lr){return arguments.length?(Ke=pt(Lr),Tt):Ke},Tt.source=function(Lr){return arguments.length?(de=pt(Lr),Tt):de},Tt.target=function(Lr){return arguments.length?(Pe=pt(Lr),Tt):Pe},Tt.startAngle=function(Lr){return arguments.length?(vt=pt(Lr),Tt):vt},Tt.endAngle=function(Lr){return arguments.length?(gt=pt(Lr),Tt):gt},Tt};function Lt(de){return de.radius}h.svg.diagonal=function(){var de=St,Pe=yt,Ke=nr;function vt(gt,Tt){var qt=de.call(this,gt,Tt),Vt=Pe.call(this,gt,Tt),or=(qt.y+Vt.y)/2,Ir=[qt,{x:qt.x,y:or},{x:Vt.x,y:or},Vt];return Ir=Ir.map(Ke),"M"+Ir[0]+"C"+Ir[1]+" "+Ir[2]+" "+Ir[3]}return vt.source=function(gt){return arguments.length?(de=pt(gt),vt):de},vt.target=function(gt){return arguments.length?(Pe=pt(gt),vt):Pe},vt.projection=function(gt){return arguments.length?(Ke=gt,vt):Ke},vt};function nr(de){return[de.x,de.y]}h.svg.diagonal.radial=function(){var de=h.svg.diagonal(),Pe=nr,Ke=de.projection;return de.projection=function(vt){return arguments.length?Ke(cr(Pe=vt)):Pe},de};function cr(de){return function(){var Pe=de.apply(this,arguments),Ke=Pe[0],vt=Pe[1]-Ue;return[Ke*Math.cos(vt),Ke*Math.sin(vt)]}}h.svg.symbol=function(){var de=Pr,Pe=mr;function Ke(vt,gt){return(oa.get(de.call(this,vt,gt))||Vr)(Pe.call(this,vt,gt))}return Ke.type=function(vt){return arguments.length?(de=pt(vt),Ke):de},Ke.size=function(vt){return arguments.length?(Pe=pt(vt),Ke):Pe},Ke};function mr(){return 64}function Pr(){return"circle"}function Vr(de){var Pe=Math.sqrt(de/me);return"M0,"+Pe+"A"+Pe+","+Pe+" 0 1,1 0,"+-Pe+"A"+Pe+","+Pe+" 0 1,1 0,"+Pe+"Z"}var oa=h.map({circle:Vr,cross:function(de){var Pe=Math.sqrt(de/5)/2;return"M"+-3*Pe+","+-Pe+"H"+-Pe+"V"+-3*Pe+"H"+Pe+"V"+-Pe+"H"+3*Pe+"V"+Pe+"H"+Pe+"V"+3*Pe+"H"+-Pe+"V"+Pe+"H"+-3*Pe+"Z"},diamond:function(de){var Pe=Math.sqrt(de/(2*Aa)),Ke=Pe*Aa;return"M0,"+-Pe+"L"+Ke+",0 0,"+Pe+" "+-Ke+",0Z"},square:function(de){var Pe=Math.sqrt(de)/2;return"M"+-Pe+","+-Pe+"L"+Pe+","+-Pe+" "+Pe+","+Pe+" "+-Pe+","+Pe+"Z"},"triangle-down":function(de){var Pe=Math.sqrt(de/ca),Ke=Pe*ca/2;return"M0,"+Ke+"L"+Pe+","+-Ke+" "+-Pe+","+-Ke+"Z"},"triangle-up":function(de){var Pe=Math.sqrt(de/ca),Ke=Pe*ca/2;return"M0,"+-Ke+"L"+Pe+","+Ke+" "+-Pe+","+Ke+"Z"}});h.svg.symbolTypes=oa.keys();var ca=Math.sqrt(3),Aa=Math.tan(30*Xe);Q.transition=function(de){for(var Pe=Mi||++ui,Ke=Yo(de),vt=[],gt,Tt,qt=xi||{time:Date.now(),ease:Fi,delay:0,duration:250},Vt=-1,or=this.length;++Vt<or;){vt.push(gt=[]);for(var Ir=this[Vt],Lr=-1,Zr=Ir.length;++Lr<Zr;)(Tt=Ir[Lr])&&Eo(Tt,Lr,Ke,Pe,qt),gt.push(Tt)}return wn(vt,Ke,Pe)},Q.interrupt=function(de){return this.each(de==null?$a:Cn(Yo(de)))};var $a=Cn(Yo());function Cn(de){return function(){var Pe,Ke,vt;(Pe=this[de])&&(vt=Pe[Ke=Pe.active])&&(vt.timer.c=null,vt.timer.t=NaN,--Pe.count?delete Pe[Ke]:delete this[de],Pe.active+=.5,vt.event&&vt.event.interrupt.call(this,this.__data__,vt.index))}}function wn(de,Pe,Ke){return V(de,Ln),de.namespace=Pe,de.id=Ke,de}var Ln=[],ui=0,Mi,xi;Ln.call=Q.call,Ln.empty=Q.empty,Ln.node=Q.node,Ln.size=Q.size,h.transition=function(de,Pe){return de&&de.transition?Mi?de.transition(Pe):de:h.selection().transition(de)},h.transition.prototype=Ln,Ln.select=function(de){var Pe=this.id,Ke=this.namespace,vt=[],gt,Tt,qt;de=q(de);for(var Vt=-1,or=this.length;++Vt<or;){vt.push(gt=[]);for(var Ir=this[Vt],Lr=-1,Zr=Ir.length;++Lr<Zr;)(qt=Ir[Lr])&&(Tt=de.call(qt,qt.__data__,Lr,Vt))?("__data__"in qt&&(Tt.__data__=qt.__data__),Eo(Tt,Lr,Ke,Pe,qt[Ke][Pe]),gt.push(Tt)):gt.push(null)}return wn(vt,Ke,Pe)},Ln.selectAll=function(de){var Pe=this.id,Ke=this.namespace,vt=[],gt,Tt,qt,Vt,or;de=re(de);for(var Ir=-1,Lr=this.length;++Ir<Lr;)for(var Zr=this[Ir],ia=-1,la=Zr.length;++ia<la;)if(qt=Zr[ia]){or=qt[Ke][Pe],Tt=de.call(qt,qt.__data__,ia,Ir),vt.push(gt=[]);for(var nn=-1,da=Tt.length;++nn<da;)(Vt=Tt[nn])&&Eo(Vt,nn,Ke,Pe,or),gt.push(Vt)}return wn(vt,Ke,Pe)},Ln.filter=function(de){var Pe=[],Ke,vt,gt;typeof de!="function"&&(de=he(de));for(var Tt=0,qt=this.length;Tt<qt;Tt++){Pe.push(Ke=[]);for(var vt=this[Tt],Vt=0,or=vt.length;Vt<or;Vt++)(gt=vt[Vt])&&de.call(gt,gt.__data__,Vt,Tt)&&Ke.push(gt)}return wn(Pe,this.namespace,this.id)},Ln.tween=function(de,Pe){var Ke=this.id,vt=this.namespace;return arguments.length<2?this.node()[vt][Ke].tween.get(de):tt(this,Pe==null?function(gt){gt[vt][Ke].tween.remove(de)}:function(gt){gt[vt][Ke].tween.set(de,Pe)})};function Ji(de,Pe,Ke,vt){var gt=de.id,Tt=de.namespace;return tt(de,typeof Ke=="function"?function(qt,Vt,or){qt[Tt][gt].tween.set(Pe,vt(Ke.call(qt,qt.__data__,Vt,or)))}:(Ke=vt(Ke),function(qt){qt[Tt][gt].tween.set(Pe,Ke)}))}Ln.attr=function(de,Pe){if(arguments.length<2){for(Pe in de)this.attr(Pe,de[Pe]);return this}var Ke=de=="transform"?Bc:Vo,vt=h.ns.qualify(de);function gt(){this.removeAttribute(vt)}function Tt(){this.removeAttributeNS(vt.space,vt.local)}function qt(or){return or==null?gt:(or+="",function(){var Ir=this.getAttribute(vt),Lr;return Ir!==or&&(Lr=Ke(Ir,or),function(Zr){this.setAttribute(vt,Lr(Zr))})})}function Vt(or){return or==null?Tt:(or+="",function(){var Ir=this.getAttributeNS(vt.space,vt.local),Lr;return Ir!==or&&(Lr=Ke(Ir,or),function(Zr){this.setAttributeNS(vt.space,vt.local,Lr(Zr))})})}return Ji(this,"attr."+de,Pe,vt.local?Vt:qt)},Ln.attrTween=function(de,Pe){var Ke=h.ns.qualify(de);function vt(Tt,qt){var Vt=Pe.call(this,Tt,qt,this.getAttribute(Ke));return Vt&&function(or){this.setAttribute(Ke,Vt(or))}}function gt(Tt,qt){var Vt=Pe.call(this,Tt,qt,this.getAttributeNS(Ke.space,Ke.local));return Vt&&function(or){this.setAttributeNS(Ke.space,Ke.local,Vt(or))}}return this.tween("attr."+de,Ke.local?gt:vt)},Ln.style=function(de,Pe,Ke){var vt=arguments.length;if(vt<3){if(typeof de!="string"){vt<2&&(Pe="");for(Ke in de)this.style(Ke,de[Ke],Pe);return this}Ke=""}function gt(){this.style.removeProperty(de)}function Tt(qt){return qt==null?gt:(qt+="",function(){var Vt=t(this).getComputedStyle(this,null).getPropertyValue(de),or;return Vt!==qt&&(or=Vo(Vt,qt),function(Ir){this.style.setProperty(de,or(Ir),Ke)})})}return Ji(this,"style."+de,Pe,Tt)},Ln.styleTween=function(de,Pe,Ke){arguments.length<3&&(Ke="");function vt(gt,Tt){var qt=Pe.call(this,gt,Tt,t(this).getComputedStyle(this,null).getPropertyValue(de));return qt&&function(Vt){this.style.setProperty(de,qt(Vt),Ke)}}return this.tween("style."+de,vt)},Ln.text=function(de){return Ji(this,"text",de,Zo)};function Zo(de){return de==null&&(de=""),function(){this.textContent=de}}Ln.remove=function(){var de=this.namespace;return this.each("end.transition",function(){var Pe;this[de].count<2&&(Pe=this.parentNode)&&Pe.removeChild(this)})},Ln.ease=function(de){var Pe=this.id,Ke=this.namespace;return arguments.length<1?this.node()[Ke][Pe].ease:(typeof de!="function"&&(de=h.ease.apply(h,arguments)),tt(this,function(vt){vt[Ke][Pe].ease=de}))},Ln.delay=function(de){var Pe=this.id,Ke=this.namespace;return arguments.length<1?this.node()[Ke][Pe].delay:tt(this,typeof de=="function"?function(vt,gt,Tt){vt[Ke][Pe].delay=+de.call(vt,vt.__data__,gt,Tt)}:(de=+de,function(vt){vt[Ke][Pe].delay=de}))},Ln.duration=function(de){var Pe=this.id,Ke=this.namespace;return arguments.length<1?this.node()[Ke][Pe].duration:tt(this,typeof de=="function"?function(vt,gt,Tt){vt[Ke][Pe].duration=Math.max(1,de.call(vt,vt.__data__,gt,Tt))}:(de=Math.max(1,de),function(vt){vt[Ke][Pe].duration=de}))},Ln.each=function(de,Pe){var Ke=this.id,vt=this.namespace;if(arguments.length<2){var gt=xi,Tt=Mi;try{Mi=Ke,tt(this,function(qt,Vt,or){xi=qt[vt][Ke],de.call(qt,qt.__data__,Vt,or)})}finally{xi=gt,Mi=Tt}}else tt(this,function(qt){var Vt=qt[vt][Ke];(Vt.event||(Vt.event=h.dispatch("start","end","interrupt"))).on(de,Pe)});return this},Ln.transition=function(){for(var de=this.id,Pe=++ui,Ke=this.namespace,vt=[],gt,Tt,qt,Vt,or=0,Ir=this.length;or<Ir;or++){vt.push(gt=[]);for(var Tt=this[or],Lr=0,Zr=Tt.length;Lr<Zr;Lr++)(qt=Tt[Lr])&&(Vt=qt[Ke][de],Eo(qt,Lr,Ke,Pe,{time:Vt.time,ease:Vt.ease,delay:Vt.delay+Vt.duration,duration:Vt.duration})),gt.push(qt)}return wn(vt,Ke,Pe)};function Yo(de){return de==null?"__transition__":"__transition_"+de+"__"}function Eo(de,Pe,Ke,vt,gt){var Tt=de[Ke]||(de[Ke]={active:0,count:0}),qt=Tt[vt],Vt,or,Ir,Lr,Zr;function ia(da){var La=qt.delay;if(or.t=La+Vt,La<=da)return la(da-La);or.c=la}function la(da){var La=Tt.active,Oa=Tt[La];Oa&&(Oa.timer.c=null,Oa.timer.t=NaN,--Tt.count,delete Tt[La],Oa.event&&Oa.event.interrupt.call(de,de.__data__,Oa.index));for(var Qa in Tt)if(+Qa<vt){var sn=Tt[Qa];sn.timer.c=null,sn.timer.t=NaN,--Tt.count,delete Tt[Qa]}or.c=nn,en(function(){return or.c&&nn(da||1)&&(or.c=null,or.t=NaN),1},0,Vt),Tt.active=vt,qt.event&&qt.event.start.call(de,de.__data__,Pe),Zr=[],qt.tween.forEach(function(Fa,Pn){(Pn=Pn.call(de,de.__data__,Pe))&&Zr.push(Pn)}),Lr=qt.ease,Ir=qt.duration}function nn(da){for(var La=da/Ir,Oa=Lr(La),Qa=Zr.length;Qa>0;)Zr[--Qa].call(de,Oa);if(La>=1)return qt.event&&qt.event.end.call(de,de.__data__,Pe),--Tt.count?delete Tt[vt]:delete de[Ke],1}qt||(Vt=gt.time,or=en(ia,0,Vt),qt=Tt[vt]={tween:new A,time:Vt,timer:or,delay:gt.delay,duration:gt.duration,ease:gt.ease,index:Pe},gt=null,++Tt.count)}h.svg.axis=function(){var de=h.scale.linear(),Pe=rs,Ke=6,vt=6,gt=3,Tt=[10],qt=null,Vt;function or(Ir){Ir.each(function(){var Lr=h.select(this),Zr=this.__chart__||de,ia=this.__chart__=de.copy(),la=qt??(ia.ticks?ia.ticks.apply(ia,Tt):ia.domain()),nn=Vt??(ia.tickFormat?ia.tickFormat.apply(ia,Tt):F),da=Lr.selectAll(".tick").data(la,ia),La=da.enter().insert("g",".domain").attr("class","tick").style("opacity",We),Oa=h.transition(da.exit()).style("opacity",We).remove(),Qa=h.transition(da.order()).style("opacity",1),sn=Math.max(Ke,0)+gt,Fa,Pn=Ja(ia),si=Lr.selectAll(".domain").data([0]),$n=(si.enter().append("path").attr("class","domain"),h.transition(si));La.append("line"),La.append("text");var ni=La.select("line"),Ai=Qa.select("line"),Ci=da.select("text").text(nn),Xo=La.select("text"),Ii=Qa.select("text"),uo=Pe==="top"||Pe==="left"?-1:1,ts,bl,Ks,gi;if(Pe==="bottom"||Pe==="top"?(Fa=Qs,ts="x",Ks="y",bl="x2",gi="y2",Ci.attr("dy",uo<0?"0em":".71em").style("text-anchor","middle"),$n.attr("d","M"+Pn[0]+","+uo*vt+"V0H"+Pn[1]+"V"+uo*vt)):(Fa=ko,ts="y",Ks="x",bl="y2",gi="x2",Ci.attr("dy",".32em").style("text-anchor",uo<0?"end":"start"),$n.attr("d","M"+uo*vt+","+Pn[0]+"H0V"+Pn[1]+"H"+uo*vt)),ni.attr(gi,uo*Ke),Xo.attr(Ks,uo*sn),Ai.attr(bl,0).attr(gi,uo*Ke),Ii.attr(ts,0).attr(Ks,uo*sn),ia.rangeBand){var Lo=ia,Ko=Lo.rangeBand()/2;Zr=ia=function(Ws){return Lo(Ws)+Ko}}else Zr.rangeBand?Zr=ia:Oa.call(Fa,ia,Zr);La.call(Fa,Zr,ia),Qa.call(Fa,ia,ia)})}return or.scale=function(Ir){return arguments.length?(de=Ir,or):de},or.orient=function(Ir){return arguments.length?(Pe=Ir in sl?Ir+"":rs,or):Pe},or.ticks=function(){return arguments.length?(Tt=S(arguments),or):Tt},or.tickValues=function(Ir){return arguments.length?(qt=Ir,or):qt},or.tickFormat=function(Ir){return arguments.length?(Vt=Ir,or):Vt},or.tickSize=function(Ir){var Lr=arguments.length;return Lr?(Ke=+Ir,vt=+arguments[Lr-1],or):Ke},or.innerTickSize=function(Ir){return arguments.length?(Ke=+Ir,or):Ke},or.outerTickSize=function(Ir){return arguments.length?(vt=+Ir,or):vt},or.tickPadding=function(Ir){return arguments.length?(gt=+Ir,or):gt},or.tickSubdivide=function(){return arguments.length&&or},or};var rs="bottom",sl={top:1,right:1,bottom:1,left:1};function Qs(de,Pe,Ke){de.attr("transform",function(vt){var gt=Pe(vt);return"translate("+(isFinite(gt)?gt:Ke(vt))+",0)"})}function ko(de,Pe,Ke){de.attr("transform",function(vt){var gt=Pe(vt);return"translate(0,"+(isFinite(gt)?gt:Ke(vt))+")"})}h.svg.brush=function(){var de=oe(Lr,"brushstart","brush","brushend"),Pe=null,Ke=null,vt=[0,0],gt=[0,0],Tt,qt,Vt=!0,or=!0,Ir=xl[0];function Lr(da){da.each(function(){var La=h.select(this).style("pointer-events","all").style("-webkit-tap-highlight-color","rgba(0,0,0,0)").on("mousedown.brush",nn).on("touchstart.brush",nn),Oa=La.selectAll(".background").data([0]);Oa.enter().append("rect").attr("class","background").style("visibility","hidden").style("cursor","crosshair"),La.selectAll(".extent").data([0]).enter().append("rect").attr("class","extent").style("cursor","move");var Qa=La.selectAll(".resize").data(Ir,F);Qa.exit().remove(),Qa.enter().append("g").attr("class",function(si){return"resize "+si}).style("cursor",function(si){return Co[si]}).append("rect").attr("x",function(si){return/[ew]$/.test(si)?-3:null}).attr("y",function(si){return/^[ns]/.test(si)?-3:null}).attr("width",6).attr("height",6).style("visibility","hidden"),Qa.style("display",Lr.empty()?"none":null);var sn=h.transition(La),Fa=h.transition(Oa),Pn;Pe&&(Pn=Ja(Pe),Fa.attr("x",Pn[0]).attr("width",Pn[1]-Pn[0]),ia(sn)),Ke&&(Pn=Ja(Ke),Fa.attr("y",Pn[0]).attr("height",Pn[1]-Pn[0]),la(sn)),Zr(sn)})}Lr.event=function(da){da.each(function(){var La=de.of(this,arguments),Oa={x:vt,y:gt,i:Tt,j:qt},Qa=this.__chart__||Oa;this.__chart__=Oa,Mi?h.select(this).transition().each("start.brush",function(){Tt=Qa.i,qt=Qa.j,vt=Qa.x,gt=Qa.y,La({type:"brushstart"})}).tween("brush:brush",function(){var sn=Ls(vt,Oa.x),Fa=Ls(gt,Oa.y);return Tt=qt=null,function(Pn){vt=Oa.x=sn(Pn),gt=Oa.y=Fa(Pn),La({type:"brush",mode:"resize"})}}).each("end.brush",function(){Tt=Oa.i,qt=Oa.j,La({type:"brush",mode:"resize"}),La({type:"brushend"})}):(La({type:"brushstart"}),La({type:"brush",mode:"resize"}),La({type:"brushend"}))})};function Zr(da){da.selectAll(".resize").attr("transform",function(La){return"translate("+vt[+/e$/.test(La)]+","+gt[+/^s/.test(La)]+")"})}function ia(da){da.select(".extent").attr("x",vt[0]),da.selectAll(".extent,.n>rect,.s>rect").attr("width",vt[1]-vt[0])}function la(da){da.select(".extent").attr("y",gt[0]),da.selectAll(".extent,.e>rect,.w>rect").attr("height",gt[1]-gt[0])}function nn(){var da=this,La=h.select(h.event.target),Oa=de.of(da,arguments),Qa=h.select(da),sn=La.datum(),Fa=!/^(n|s)$/.test(sn)&&Pe,Pn=!/^(e|w)$/.test(sn)&&Ke,si=La.classed("extent"),$n=hr(da),ni,Ai=h.mouse(da),Ci,Xo=h.select(t(da)).on("keydown.brush",ts).on("keyup.brush",bl);if(h.event.changedTouches?Xo.on("touchmove.brush",Ks).on("touchend.brush",Lo):Xo.on("mousemove.brush",Ks).on("mouseup.brush",Lo),Qa.interrupt().selectAll("*").interrupt(),si)Ai[0]=vt[0]-Ai[0],Ai[1]=gt[0]-Ai[1];else if(sn){var Ii=+/w$/.test(sn),uo=+/^n/.test(sn);Ci=[vt[1-Ii]-Ai[0],gt[1-uo]-Ai[1]],Ai[0]=vt[Ii],Ai[1]=gt[uo]}else h.event.altKey&&(ni=Ai.slice());Qa.style("pointer-events","none").selectAll(".resize").style("display",null),h.select("body").style("cursor",La.style("cursor")),Oa({type:"brushstart"}),Ks();function ts(){h.event.keyCode==32&&(si||(ni=null,Ai[0]-=vt[1],Ai[1]-=gt[1],si=2),ee())}function bl(){h.event.keyCode==32&&si==2&&(Ai[0]+=vt[1],Ai[1]+=gt[1],si=0,ee())}function Ks(){var Ko=h.mouse(da),Ws=!1;Ci&&(Ko[0]+=Ci[0],Ko[1]+=Ci[1]),si||(h.event.altKey?(ni||(ni=[(vt[0]+vt[1])/2,(gt[0]+gt[1])/2]),Ai[0]=vt[+(Ko[0]<ni[0])],Ai[1]=gt[+(Ko[1]<ni[1])]):ni=null),Fa&&gi(Ko,Pe,0)&&(ia(Qa),Ws=!0),Pn&&gi(Ko,Ke,1)&&(la(Qa),Ws=!0),Ws&&(Zr(Qa),Oa({type:"brush",mode:si?"move":"resize"}))}function gi(Ko,Ws,Is){var tu=Ja(Ws),ws=tu[0],Xs=tu[1],wu=Ai[Is],yl=Is?gt:vt,st=yl[1]-yl[0],ir,ur;if(si&&(ws-=wu,Xs-=st+wu),ir=(Is?or:Vt)?Math.max(ws,Math.min(Xs,Ko[Is])):Ko[Is],si?ur=(ir+=wu)+st:(ni&&(wu=Math.max(ws,Math.min(Xs,2*ni[Is]-ir))),wu<ir?(ur=ir,ir=wu):ur=wu),yl[0]!=ir||yl[1]!=ur)return Is?qt=null:Tt=null,yl[0]=ir,yl[1]=ur,!0}function Lo(){Ks(),Qa.style("pointer-events","all").selectAll(".resize").style("display",Lr.empty()?"none":null),h.select("body").style("cursor",null),Xo.on("mousemove.brush",null).on("mouseup.brush",null).on("touchmove.brush",null).on("touchend.brush",null).on("keydown.brush",null).on("keyup.brush",null),$n(),Oa({type:"brushend"})}}return Lr.x=function(da){return arguments.length?(Pe=da,Ir=xl[!Pe<<1|!Ke],Lr):Pe},Lr.y=function(da){return arguments.length?(Ke=da,Ir=xl[!Pe<<1|!Ke],Lr):Ke},Lr.clamp=function(da){return arguments.length?(Pe&&Ke?(Vt=!!da[0],or=!!da[1]):Pe?Vt=!!da:Ke&&(or=!!da),Lr):Pe&&Ke?[Vt,or]:Pe?Vt:Ke?or:null},Lr.extent=function(da){var La,Oa,Qa,sn,Fa;return arguments.length?(Pe&&(La=da[0],Oa=da[1],Ke&&(La=La[0],Oa=Oa[0]),Tt=[La,Oa],Pe.invert&&(La=Pe(La),Oa=Pe(Oa)),Oa<La&&(Fa=La,La=Oa,Oa=Fa),(La!=vt[0]||Oa!=vt[1])&&(vt=[La,Oa])),Ke&&(Qa=da[0],sn=da[1],Pe&&(Qa=Qa[1],sn=sn[1]),qt=[Qa,sn],Ke.invert&&(Qa=Ke(Qa),sn=Ke(sn)),sn<Qa&&(Fa=Qa,Qa=sn,sn=Fa),(Qa!=gt[0]||sn!=gt[1])&&(gt=[Qa,sn])),Lr):(Pe&&(Tt?(La=Tt[0],Oa=Tt[1]):(La=vt[0],Oa=vt[1],Pe.invert&&(La=Pe.invert(La),Oa=Pe.invert(Oa)),Oa<La&&(Fa=La,La=Oa,Oa=Fa))),Ke&&(qt?(Qa=qt[0],sn=qt[1]):(Qa=gt[0],sn=gt[1],Ke.invert&&(Qa=Ke.invert(Qa),sn=Ke.invert(sn)),sn<Qa&&(Fa=Qa,Qa=sn,sn=Fa))),Pe&&Ke?[[La,Qa],[Oa,sn]]:Pe?[La,Oa]:Ke&&[Qa,sn])},Lr.clear=function(){return Lr.empty()||(vt=[0,0],gt=[0,0],Tt=qt=null),Lr},Lr.empty=function(){return!!Pe&&vt[0]==vt[1]||!!Ke&>[0]==gt[1]},h.rebind(Lr,de,"on")};var Co={n:"ns-resize",e:"ew-resize",s:"ns-resize",w:"ew-resize",nw:"nwse-resize",ne:"nesw-resize",se:"nwse-resize",sw:"nesw-resize"},xl=[["n","e","s","w","nw","ne","se","sw"],["e","w"],["n","s"],[]];h.text=Kt(function(de){return de.responseText}),h.json=function(de,Pe){return xr(de,"application/json",Vl,Pe)};function Vl(de){return JSON.parse(de.responseText)}h.html=function(de,Pe){return xr(de,"text/html",hu,Pe)};function hu(de){var Pe=E.createRange();return Pe.selectNode(E.body),Pe.createContextualFragment(de.responseText)}h.xml=Kt(function(de){return de.responseXML}),typeof G=="object"&&G.exports?G.exports=h:this.d3=h}).apply(self)}}),Jo=He({"node_modules/d3-time/dist/d3-time.js"(Y,G){(function(h,b){typeof Y=="object"&&typeof G<"u"?b(Y):(h=h||self,b(h.d3=h.d3||{}))})(Y,function(h){var b=new Date,S=new Date;function E(he,De,tt,nt){function $e(Et){return he(Et=arguments.length===0?new Date:new Date(+Et)),Et}return $e.floor=function(Et){return he(Et=new Date(+Et)),Et},$e.ceil=function(Et){return he(Et=new Date(Et-1)),De(Et,1),he(Et),Et},$e.round=function(Et){var Ct=$e(Et),jt=$e.ceil(Et);return Et-Ct<jt-Et?Ct:jt},$e.offset=function(Et,Ct){return De(Et=new Date(+Et),Ct==null?1:Math.floor(Ct)),Et},$e.range=function(Et,Ct,jt){var Wt=[],dr;if(Et=$e.ceil(Et),jt=jt==null?1:Math.floor(jt),!(Et<Ct)||!(jt>0))return Wt;do Wt.push(dr=new Date(+Et)),De(Et,jt),he(Et);while(dr<Et&&Et<Ct);return Wt},$e.filter=function(Et){return E(function(Ct){if(Ct>=Ct)for(;he(Ct),!Et(Ct);)Ct.setTime(Ct-1)},function(Ct,jt){if(Ct>=Ct)if(jt<0)for(;++jt<=0;)for(;De(Ct,-1),!Et(Ct););else for(;--jt>=0;)for(;De(Ct,1),!Et(Ct););})},tt&&($e.count=function(Et,Ct){return b.setTime(+Et),S.setTime(+Ct),he(b),he(S),Math.floor(tt(b,S))},$e.every=function(Et){return Et=Math.floor(Et),!isFinite(Et)||!(Et>0)?null:Et>1?$e.filter(nt?function(Ct){return nt(Ct)%Et===0}:function(Ct){return $e.count(0,Ct)%Et===0}):$e}),$e}var e=E(function(){},function(he,De){he.setTime(+he+De)},function(he,De){return De-he});e.every=function(he){return he=Math.floor(he),!isFinite(he)||!(he>0)?null:he>1?E(function(De){De.setTime(Math.floor(De/he)*he)},function(De,tt){De.setTime(+De+tt*he)},function(De,tt){return(tt-De)/he}):e};var t=e.range,r=1e3,o=6e4,a=36e5,i=864e5,n=6048e5,s=E(function(he){he.setTime(he-he.getMilliseconds())},function(he,De){he.setTime(+he+De*r)},function(he,De){return(De-he)/r},function(he){return he.getUTCSeconds()}),f=s.range,c=E(function(he){he.setTime(he-he.getMilliseconds()-he.getSeconds()*r)},function(he,De){he.setTime(+he+De*o)},function(he,De){return(De-he)/o},function(he){return he.getMinutes()}),p=c.range,d=E(function(he){he.setTime(he-he.getMilliseconds()-he.getSeconds()*r-he.getMinutes()*o)},function(he,De){he.setTime(+he+De*a)},function(he,De){return(De-he)/a},function(he){return he.getHours()}),T=d.range,l=E(function(he){he.setHours(0,0,0,0)},function(he,De){he.setDate(he.getDate()+De)},function(he,De){return(De-he-(De.getTimezoneOffset()-he.getTimezoneOffset())*o)/i},function(he){return he.getDate()-1}),m=l.range;function x(he){return E(function(De){De.setDate(De.getDate()-(De.getDay()+7-he)%7),De.setHours(0,0,0,0)},function(De,tt){De.setDate(De.getDate()+tt*7)},function(De,tt){return(tt-De-(tt.getTimezoneOffset()-De.getTimezoneOffset())*o)/n})}var A=x(0),M=x(1),_=x(2),w=x(3),g=x(4),u=x(5),v=x(6),y=A.range,R=M.range,L=_.range,z=w.range,F=g.range,B=u.range,O=v.range,I=E(function(he){he.setDate(1),he.setHours(0,0,0,0)},function(he,De){he.setMonth(he.getMonth()+De)},function(he,De){return De.getMonth()-he.getMonth()+(De.getFullYear()-he.getFullYear())*12},function(he){return he.getMonth()}),N=I.range,U=E(function(he){he.setMonth(0,1),he.setHours(0,0,0,0)},function(he,De){he.setFullYear(he.getFullYear()+De)},function(he,De){return De.getFullYear()-he.getFullYear()},function(he){return he.getFullYear()});U.every=function(he){return!isFinite(he=Math.floor(he))||!(he>0)?null:E(function(De){De.setFullYear(Math.floor(De.getFullYear()/he)*he),De.setMonth(0,1),De.setHours(0,0,0,0)},function(De,tt){De.setFullYear(De.getFullYear()+tt*he)})};var X=U.range,ee=E(function(he){he.setUTCSeconds(0,0)},function(he,De){he.setTime(+he+De*o)},function(he,De){return(De-he)/o},function(he){return he.getUTCMinutes()}),ue=ee.range,oe=E(function(he){he.setUTCMinutes(0,0,0)},function(he,De){he.setTime(+he+De*a)},function(he,De){return(De-he)/a},function(he){return he.getUTCHours()}),le=oe.range,V=E(function(he){he.setUTCHours(0,0,0,0)},function(he,De){he.setUTCDate(he.getUTCDate()+De)},function(he,De){return(De-he)/i},function(he){return he.getUTCDate()-1}),J=V.range;function te(he){return E(function(De){De.setUTCDate(De.getUTCDate()-(De.getUTCDay()+7-he)%7),De.setUTCHours(0,0,0,0)},function(De,tt){De.setUTCDate(De.getUTCDate()+tt*7)},function(De,tt){return(tt-De)/n})}var Z=te(0),se=te(1),Q=te(2),q=te(3),re=te(4),ae=te(5),fe=te(6),be=Z.range,Me=se.range,Ie=Q.range,Le=q.range,je=re.range,et=ae.range,rt=fe.range,Je=E(function(he){he.setUTCDate(1),he.setUTCHours(0,0,0,0)},function(he,De){he.setUTCMonth(he.getUTCMonth()+De)},function(he,De){return De.getUTCMonth()-he.getUTCMonth()+(De.getUTCFullYear()-he.getUTCFullYear())*12},function(he){return he.getUTCMonth()}),Ze=Je.range,Ee=E(function(he){he.setUTCMonth(0,1),he.setUTCHours(0,0,0,0)},function(he,De){he.setUTCFullYear(he.getUTCFullYear()+De)},function(he,De){return De.getUTCFullYear()-he.getUTCFullYear()},function(he){return he.getUTCFullYear()});Ee.every=function(he){return!isFinite(he=Math.floor(he))||!(he>0)?null:E(function(De){De.setUTCFullYear(Math.floor(De.getUTCFullYear()/he)*he),De.setUTCMonth(0,1),De.setUTCHours(0,0,0,0)},function(De,tt){De.setUTCFullYear(De.getUTCFullYear()+tt*he)})};var xe=Ee.range;h.timeDay=l,h.timeDays=m,h.timeFriday=u,h.timeFridays=B,h.timeHour=d,h.timeHours=T,h.timeInterval=E,h.timeMillisecond=e,h.timeMilliseconds=t,h.timeMinute=c,h.timeMinutes=p,h.timeMonday=M,h.timeMondays=R,h.timeMonth=I,h.timeMonths=N,h.timeSaturday=v,h.timeSaturdays=O,h.timeSecond=s,h.timeSeconds=f,h.timeSunday=A,h.timeSundays=y,h.timeThursday=g,h.timeThursdays=F,h.timeTuesday=_,h.timeTuesdays=L,h.timeWednesday=w,h.timeWednesdays=z,h.timeWeek=A,h.timeWeeks=y,h.timeYear=U,h.timeYears=X,h.utcDay=V,h.utcDays=J,h.utcFriday=ae,h.utcFridays=et,h.utcHour=oe,h.utcHours=le,h.utcMillisecond=e,h.utcMilliseconds=t,h.utcMinute=ee,h.utcMinutes=ue,h.utcMonday=se,h.utcMondays=Me,h.utcMonth=Je,h.utcMonths=Ze,h.utcSaturday=fe,h.utcSaturdays=rt,h.utcSecond=s,h.utcSeconds=f,h.utcSunday=Z,h.utcSundays=be,h.utcThursday=re,h.utcThursdays=je,h.utcTuesday=Q,h.utcTuesdays=Ie,h.utcWednesday=q,h.utcWednesdays=Le,h.utcWeek=Z,h.utcWeeks=be,h.utcYear=Ee,h.utcYears=xe,Object.defineProperty(h,"__esModule",{value:!0})})}}),Ni=He({"node_modules/d3-time-format/dist/d3-time-format.js"(Y,G){(function(h,b){typeof Y=="object"&&typeof G<"u"?b(Y,Jo()):(h=h||self,b(h.d3=h.d3||{},h.d3))})(Y,function(h,b){function S(Fe){if(0<=Fe.y&&Fe.y<100){var We=new Date(-1,Fe.m,Fe.d,Fe.H,Fe.M,Fe.S,Fe.L);return We.setFullYear(Fe.y),We}return new Date(Fe.y,Fe.m,Fe.d,Fe.H,Fe.M,Fe.S,Fe.L)}function E(Fe){if(0<=Fe.y&&Fe.y<100){var We=new Date(Date.UTC(-1,Fe.m,Fe.d,Fe.H,Fe.M,Fe.S,Fe.L));return We.setUTCFullYear(Fe.y),We}return new Date(Date.UTC(Fe.y,Fe.m,Fe.d,Fe.H,Fe.M,Fe.S,Fe.L))}function e(Fe,We,Ae){return{y:Fe,m:We,d:Ae,H:0,M:0,S:0,L:0}}function t(Fe){var We=Fe.dateTime,Ae=Fe.date,me=Fe.time,pe=Fe.periods,Te=Fe.days,Ue=Fe.shortDays,Xe=Fe.months,bt=Fe.shortMonths,xt=f(pe),Mt=c(pe),Nt=f(Te),sr=c(Te),ar=f(Ue),tr=c(Ue),Tr=f(Xe),sa=c(Xe),Ea=f(bt),ba=c(bt),Ia={a:Ha,A:Va,b:Za,B:an,c:null,d:I,e:I,f:ue,H:N,I:U,j:X,L:ee,m:oe,M:le,p:wa,q:Nn,Q:Ct,s:jt,S:V,u:J,U:te,V:Z,w:se,W:Q,x:null,X:null,y:q,Y:re,Z:ae,"%":Et},Ra={a:Wn,A:At,b:ft,B:pr,c:null,d:fe,e:fe,f:je,H:be,I:Me,j:Ie,L:Le,m:et,M:rt,p:Sr,q:Er,Q:Ct,s:jt,S:Je,u:Ze,U:Ee,V:xe,w:he,W:De,x:null,X:null,y:tt,Y:nt,Z:$e,"%":Et},ya={a:Zt,A:$t,b:Cr,B:qr,c:Jr,d:g,e:g,f:z,H:v,I:v,j:u,L,m:w,M:y,p:It,q:_,Q:B,s:O,S:R,u:d,U:T,V:l,w:p,W:m,x:aa,X:Ca,y:A,Y:x,Z:M,"%":F};Ia.x=rn(Ae,Ia),Ia.X=rn(me,Ia),Ia.c=rn(We,Ia),Ra.x=rn(Ae,Ra),Ra.X=rn(me,Ra),Ra.c=rn(We,Ra);function rn(_r,Mr){return function(Gr){var Fr=[],pt=-1,Kt=0,xr=_r.length,Hr,fa,xa;for(Gr instanceof Date||(Gr=new Date(+Gr));++pt<xr;)_r.charCodeAt(pt)===37&&(Fr.push(_r.slice(Kt,pt)),(fa=r[Hr=_r.charAt(++pt)])!=null?Hr=_r.charAt(++pt):fa=Hr==="e"?" ":"0",(xa=Mr[Hr])&&(Hr=xa(Gr,fa)),Fr.push(Hr),Kt=pt+1);return Fr.push(_r.slice(Kt,pt)),Fr.join("")}}function mn(_r,Mr){return function(Gr){var Fr=e(1900,void 0,1),pt=Yt(Fr,_r,Gr+="",0),Kt,xr;if(pt!=Gr.length)return null;if("Q"in Fr)return new Date(Fr.Q);if("s"in Fr)return new Date(Fr.s*1e3+("L"in Fr?Fr.L:0));if(Mr&&!("Z"in Fr)&&(Fr.Z=0),"p"in Fr&&(Fr.H=Fr.H%12+Fr.p*12),Fr.m===void 0&&(Fr.m="q"in Fr?Fr.q:0),"V"in Fr){if(Fr.V<1||Fr.V>53)return null;"w"in Fr||(Fr.w=1),"Z"in Fr?(Kt=E(e(Fr.y,0,1)),xr=Kt.getUTCDay(),Kt=xr>4||xr===0?b.utcMonday.ceil(Kt):b.utcMonday(Kt),Kt=b.utcDay.offset(Kt,(Fr.V-1)*7),Fr.y=Kt.getUTCFullYear(),Fr.m=Kt.getUTCMonth(),Fr.d=Kt.getUTCDate()+(Fr.w+6)%7):(Kt=S(e(Fr.y,0,1)),xr=Kt.getDay(),Kt=xr>4||xr===0?b.timeMonday.ceil(Kt):b.timeMonday(Kt),Kt=b.timeDay.offset(Kt,(Fr.V-1)*7),Fr.y=Kt.getFullYear(),Fr.m=Kt.getMonth(),Fr.d=Kt.getDate()+(Fr.w+6)%7)}else("W"in Fr||"U"in Fr)&&("w"in Fr||(Fr.w="u"in Fr?Fr.u%7:"W"in Fr?1:0),xr="Z"in Fr?E(e(Fr.y,0,1)).getUTCDay():S(e(Fr.y,0,1)).getDay(),Fr.m=0,Fr.d="W"in Fr?(Fr.w+6)%7+Fr.W*7-(xr+5)%7:Fr.w+Fr.U*7-(xr+6)%7);return"Z"in Fr?(Fr.H+=Fr.Z/100|0,Fr.M+=Fr.Z%100,E(Fr)):S(Fr)}}function Yt(_r,Mr,Gr,Fr){for(var pt=0,Kt=Mr.length,xr=Gr.length,Hr,fa;pt<Kt;){if(Fr>=xr)return-1;if(Hr=Mr.charCodeAt(pt++),Hr===37){if(Hr=Mr.charAt(pt++),fa=ya[Hr in r?Mr.charAt(pt++):Hr],!fa||(Fr=fa(_r,Gr,Fr))<0)return-1}else if(Hr!=Gr.charCodeAt(Fr++))return-1}return Fr}function It(_r,Mr,Gr){var Fr=xt.exec(Mr.slice(Gr));return Fr?(_r.p=Mt[Fr[0].toLowerCase()],Gr+Fr[0].length):-1}function Zt(_r,Mr,Gr){var Fr=ar.exec(Mr.slice(Gr));return Fr?(_r.w=tr[Fr[0].toLowerCase()],Gr+Fr[0].length):-1}function $t(_r,Mr,Gr){var Fr=Nt.exec(Mr.slice(Gr));return Fr?(_r.w=sr[Fr[0].toLowerCase()],Gr+Fr[0].length):-1}function Cr(_r,Mr,Gr){var Fr=Ea.exec(Mr.slice(Gr));return Fr?(_r.m=ba[Fr[0].toLowerCase()],Gr+Fr[0].length):-1}function qr(_r,Mr,Gr){var Fr=Tr.exec(Mr.slice(Gr));return Fr?(_r.m=sa[Fr[0].toLowerCase()],Gr+Fr[0].length):-1}function Jr(_r,Mr,Gr){return Yt(_r,We,Mr,Gr)}function aa(_r,Mr,Gr){return Yt(_r,Ae,Mr,Gr)}function Ca(_r,Mr,Gr){return Yt(_r,me,Mr,Gr)}function Ha(_r){return Ue[_r.getDay()]}function Va(_r){return Te[_r.getDay()]}function Za(_r){return bt[_r.getMonth()]}function an(_r){return Xe[_r.getMonth()]}function wa(_r){return pe[+(_r.getHours()>=12)]}function Nn(_r){return 1+~~(_r.getMonth()/3)}function Wn(_r){return Ue[_r.getUTCDay()]}function At(_r){return Te[_r.getUTCDay()]}function ft(_r){return bt[_r.getUTCMonth()]}function pr(_r){return Xe[_r.getUTCMonth()]}function Sr(_r){return pe[+(_r.getUTCHours()>=12)]}function Er(_r){return 1+~~(_r.getUTCMonth()/3)}return{format:function(_r){var Mr=rn(_r+="",Ia);return Mr.toString=function(){return _r},Mr},parse:function(_r){var Mr=mn(_r+="",!1);return Mr.toString=function(){return _r},Mr},utcFormat:function(_r){var Mr=rn(_r+="",Ra);return Mr.toString=function(){return _r},Mr},utcParse:function(_r){var Mr=mn(_r+="",!0);return Mr.toString=function(){return _r},Mr}}}var r={"-":"",_:" ",0:"0"},o=/^\s*\d+/,a=/^%/,i=/[\\^$*+?|[\]().{}]/g;function n(Fe,We,Ae){var me=Fe<0?"-":"",pe=(me?-Fe:Fe)+"",Te=pe.length;return me+(Te<Ae?new Array(Ae-Te+1).join(We)+pe:pe)}function s(Fe){return Fe.replace(i,"\\$&")}function f(Fe){return new RegExp("^(?:"+Fe.map(s).join("|")+")","i")}function c(Fe){for(var We={},Ae=-1,me=Fe.length;++Ae<me;)We[Fe[Ae].toLowerCase()]=Ae;return We}function p(Fe,We,Ae){var me=o.exec(We.slice(Ae,Ae+1));return me?(Fe.w=+me[0],Ae+me[0].length):-1}function d(Fe,We,Ae){var me=o.exec(We.slice(Ae,Ae+1));return me?(Fe.u=+me[0],Ae+me[0].length):-1}function T(Fe,We,Ae){var me=o.exec(We.slice(Ae,Ae+2));return me?(Fe.U=+me[0],Ae+me[0].length):-1}function l(Fe,We,Ae){var me=o.exec(We.slice(Ae,Ae+2));return me?(Fe.V=+me[0],Ae+me[0].length):-1}function m(Fe,We,Ae){var me=o.exec(We.slice(Ae,Ae+2));return me?(Fe.W=+me[0],Ae+me[0].length):-1}function x(Fe,We,Ae){var me=o.exec(We.slice(Ae,Ae+4));return me?(Fe.y=+me[0],Ae+me[0].length):-1}function A(Fe,We,Ae){var me=o.exec(We.slice(Ae,Ae+2));return me?(Fe.y=+me[0]+(+me[0]>68?1900:2e3),Ae+me[0].length):-1}function M(Fe,We,Ae){var me=/^(Z)|([+-]\d\d)(?::?(\d\d))?/.exec(We.slice(Ae,Ae+6));return me?(Fe.Z=me[1]?0:-(me[2]+(me[3]||"00")),Ae+me[0].length):-1}function _(Fe,We,Ae){var me=o.exec(We.slice(Ae,Ae+1));return me?(Fe.q=me[0]*3-3,Ae+me[0].length):-1}function w(Fe,We,Ae){var me=o.exec(We.slice(Ae,Ae+2));return me?(Fe.m=me[0]-1,Ae+me[0].length):-1}function g(Fe,We,Ae){var me=o.exec(We.slice(Ae,Ae+2));return me?(Fe.d=+me[0],Ae+me[0].length):-1}function u(Fe,We,Ae){var me=o.exec(We.slice(Ae,Ae+3));return me?(Fe.m=0,Fe.d=+me[0],Ae+me[0].length):-1}function v(Fe,We,Ae){var me=o.exec(We.slice(Ae,Ae+2));return me?(Fe.H=+me[0],Ae+me[0].length):-1}function y(Fe,We,Ae){var me=o.exec(We.slice(Ae,Ae+2));return me?(Fe.M=+me[0],Ae+me[0].length):-1}function R(Fe,We,Ae){var me=o.exec(We.slice(Ae,Ae+2));return me?(Fe.S=+me[0],Ae+me[0].length):-1}function L(Fe,We,Ae){var me=o.exec(We.slice(Ae,Ae+3));return me?(Fe.L=+me[0],Ae+me[0].length):-1}function z(Fe,We,Ae){var me=o.exec(We.slice(Ae,Ae+6));return me?(Fe.L=Math.floor(me[0]/1e3),Ae+me[0].length):-1}function F(Fe,We,Ae){var me=a.exec(We.slice(Ae,Ae+1));return me?Ae+me[0].length:-1}function B(Fe,We,Ae){var me=o.exec(We.slice(Ae));return me?(Fe.Q=+me[0],Ae+me[0].length):-1}function O(Fe,We,Ae){var me=o.exec(We.slice(Ae));return me?(Fe.s=+me[0],Ae+me[0].length):-1}function I(Fe,We){return n(Fe.getDate(),We,2)}function N(Fe,We){return n(Fe.getHours(),We,2)}function U(Fe,We){return n(Fe.getHours()%12||12,We,2)}function X(Fe,We){return n(1+b.timeDay.count(b.timeYear(Fe),Fe),We,3)}function ee(Fe,We){return n(Fe.getMilliseconds(),We,3)}function ue(Fe,We){return ee(Fe,We)+"000"}function oe(Fe,We){return n(Fe.getMonth()+1,We,2)}function le(Fe,We){return n(Fe.getMinutes(),We,2)}function V(Fe,We){return n(Fe.getSeconds(),We,2)}function J(Fe){var We=Fe.getDay();return We===0?7:We}function te(Fe,We){return n(b.timeSunday.count(b.timeYear(Fe)-1,Fe),We,2)}function Z(Fe,We){var Ae=Fe.getDay();return Fe=Ae>=4||Ae===0?b.timeThursday(Fe):b.timeThursday.ceil(Fe),n(b.timeThursday.count(b.timeYear(Fe),Fe)+(b.timeYear(Fe).getDay()===4),We,2)}function se(Fe){return Fe.getDay()}function Q(Fe,We){return n(b.timeMonday.count(b.timeYear(Fe)-1,Fe),We,2)}function q(Fe,We){return n(Fe.getFullYear()%100,We,2)}function re(Fe,We){return n(Fe.getFullYear()%1e4,We,4)}function ae(Fe){var We=Fe.getTimezoneOffset();return(We>0?"-":(We*=-1,"+"))+n(We/60|0,"0",2)+n(We%60,"0",2)}function fe(Fe,We){return n(Fe.getUTCDate(),We,2)}function be(Fe,We){return n(Fe.getUTCHours(),We,2)}function Me(Fe,We){return n(Fe.getUTCHours()%12||12,We,2)}function Ie(Fe,We){return n(1+b.utcDay.count(b.utcYear(Fe),Fe),We,3)}function Le(Fe,We){return n(Fe.getUTCMilliseconds(),We,3)}function je(Fe,We){return Le(Fe,We)+"000"}function et(Fe,We){return n(Fe.getUTCMonth()+1,We,2)}function rt(Fe,We){return n(Fe.getUTCMinutes(),We,2)}function Je(Fe,We){return n(Fe.getUTCSeconds(),We,2)}function Ze(Fe){var We=Fe.getUTCDay();return We===0?7:We}function Ee(Fe,We){return n(b.utcSunday.count(b.utcYear(Fe)-1,Fe),We,2)}function xe(Fe,We){var Ae=Fe.getUTCDay();return Fe=Ae>=4||Ae===0?b.utcThursday(Fe):b.utcThursday.ceil(Fe),n(b.utcThursday.count(b.utcYear(Fe),Fe)+(b.utcYear(Fe).getUTCDay()===4),We,2)}function he(Fe){return Fe.getUTCDay()}function De(Fe,We){return n(b.utcMonday.count(b.utcYear(Fe)-1,Fe),We,2)}function tt(Fe,We){return n(Fe.getUTCFullYear()%100,We,2)}function nt(Fe,We){return n(Fe.getUTCFullYear()%1e4,We,4)}function $e(){return"+0000"}function Et(){return"%"}function Ct(Fe){return+Fe}function jt(Fe){return Math.floor(+Fe/1e3)}var Wt;dr({dateTime:"%x, %X",date:"%-m/%-d/%Y",time:"%-I:%M:%S %p",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]});function dr(Fe){return Wt=t(Fe),h.timeFormat=Wt.format,h.timeParse=Wt.parse,h.utcFormat=Wt.utcFormat,h.utcParse=Wt.utcParse,Wt}var vr="%Y-%m-%dT%H:%M:%S.%LZ";function Dr(Fe){return Fe.toISOString()}var hr=Date.prototype.toISOString?Dr:h.utcFormat(vr);function Ar(Fe){var We=new Date(Fe);return isNaN(We)?null:We}var mt=+new Date("2000-01-01T00:00:00.000Z")?Ar:h.utcParse(vr);h.isoFormat=hr,h.isoParse=mt,h.timeFormatDefaultLocale=dr,h.timeFormatLocale=t,Object.defineProperty(h,"__esModule",{value:!0})})}}),nu=He({"node_modules/d3-format/dist/d3-format.js"(Y,G){(function(h,b){typeof Y=="object"&&typeof G<"u"?b(Y):(h=typeof globalThis<"u"?globalThis:h||self,b(h.d3=h.d3||{}))})(Y,function(h){function b(w){return Math.abs(w=Math.round(w))>=1e21?w.toLocaleString("en").replace(/,/g,""):w.toString(10)}function S(w,g){if((u=(w=g?w.toExponential(g-1):w.toExponential()).indexOf("e"))<0)return null;var u,v=w.slice(0,u);return[v.length>1?v[0]+v.slice(2):v,+w.slice(u+1)]}function E(w){return w=S(Math.abs(w)),w?w[1]:NaN}function e(w,g){return function(u,v){for(var y=u.length,R=[],L=0,z=w[0],F=0;y>0&&z>0&&(F+z+1>v&&(z=Math.max(1,v-F)),R.push(u.substring(y-=z,y+z)),!((F+=z+1)>v));)z=w[L=(L+1)%w.length];return R.reverse().join(g)}}function t(w){return function(g){return g.replace(/[0-9]/g,function(u){return w[+u]})}}var r=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function o(w){if(!(g=r.exec(w)))throw new Error("invalid format: "+w);var g;return new a({fill:g[1],align:g[2],sign:g[3],symbol:g[4],zero:g[5],width:g[6],comma:g[7],precision:g[8]&&g[8].slice(1),trim:g[9],type:g[10]})}o.prototype=a.prototype;function a(w){this.fill=w.fill===void 0?" ":w.fill+"",this.align=w.align===void 0?">":w.align+"",this.sign=w.sign===void 0?"-":w.sign+"",this.symbol=w.symbol===void 0?"":w.symbol+"",this.zero=!!w.zero,this.width=w.width===void 0?void 0:+w.width,this.comma=!!w.comma,this.precision=w.precision===void 0?void 0:+w.precision,this.trim=!!w.trim,this.type=w.type===void 0?"":w.type+""}a.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(this.width===void 0?"":Math.max(1,this.width|0))+(this.comma?",":"")+(this.precision===void 0?"":"."+Math.max(0,this.precision|0))+(this.trim?"~":"")+this.type};function i(w){e:for(var g=w.length,u=1,v=-1,y;u<g;++u)switch(w[u]){case".":v=y=u;break;case"0":v===0&&(v=u),y=u;break;default:if(!+w[u])break e;v>0&&(v=0);break}return v>0?w.slice(0,v)+w.slice(y+1):w}var n;function s(w,g){var u=S(w,g);if(!u)return w+"";var v=u[0],y=u[1],R=y-(n=Math.max(-8,Math.min(8,Math.floor(y/3)))*3)+1,L=v.length;return R===L?v:R>L?v+new Array(R-L+1).join("0"):R>0?v.slice(0,R)+"."+v.slice(R):"0."+new Array(1-R).join("0")+S(w,Math.max(0,g+R-1))[0]}function f(w,g){var u=S(w,g);if(!u)return w+"";var v=u[0],y=u[1];return y<0?"0."+new Array(-y).join("0")+v:v.length>y+1?v.slice(0,y+1)+"."+v.slice(y+1):v+new Array(y-v.length+2).join("0")}var c={"%":function(w,g){return(w*100).toFixed(g)},b:function(w){return Math.round(w).toString(2)},c:function(w){return w+""},d:b,e:function(w,g){return w.toExponential(g)},f:function(w,g){return w.toFixed(g)},g:function(w,g){return w.toPrecision(g)},o:function(w){return Math.round(w).toString(8)},p:function(w,g){return f(w*100,g)},r:f,s,X:function(w){return Math.round(w).toString(16).toUpperCase()},x:function(w){return Math.round(w).toString(16)}};function p(w){return w}var d=Array.prototype.map,T=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"];function l(w){var g=w.grouping===void 0||w.thousands===void 0?p:e(d.call(w.grouping,Number),w.thousands+""),u=w.currency===void 0?"":w.currency[0]+"",v=w.currency===void 0?"":w.currency[1]+"",y=w.decimal===void 0?".":w.decimal+"",R=w.numerals===void 0?p:t(d.call(w.numerals,String)),L=w.percent===void 0?"%":w.percent+"",z=w.minus===void 0?"-":w.minus+"",F=w.nan===void 0?"NaN":w.nan+"";function B(I){I=o(I);var N=I.fill,U=I.align,X=I.sign,ee=I.symbol,ue=I.zero,oe=I.width,le=I.comma,V=I.precision,J=I.trim,te=I.type;te==="n"?(le=!0,te="g"):c[te]||(V===void 0&&(V=12),J=!0,te="g"),(ue||N==="0"&&U==="=")&&(ue=!0,N="0",U="=");var Z=ee==="$"?u:ee==="#"&&/[boxX]/.test(te)?"0"+te.toLowerCase():"",se=ee==="$"?v:/[%p]/.test(te)?L:"",Q=c[te],q=/[defgprs%]/.test(te);V=V===void 0?6:/[gprs]/.test(te)?Math.max(1,Math.min(21,V)):Math.max(0,Math.min(20,V));function re(ae){var fe=Z,be=se,Me,Ie,Le;if(te==="c")be=Q(ae)+be,ae="";else{ae=+ae;var je=ae<0||1/ae<0;if(ae=isNaN(ae)?F:Q(Math.abs(ae),V),J&&(ae=i(ae)),je&&+ae==0&&X!=="+"&&(je=!1),fe=(je?X==="("?X:z:X==="-"||X==="("?"":X)+fe,be=(te==="s"?T[8+n/3]:"")+be+(je&&X==="("?")":""),q){for(Me=-1,Ie=ae.length;++Me<Ie;)if(Le=ae.charCodeAt(Me),48>Le||Le>57){be=(Le===46?y+ae.slice(Me+1):ae.slice(Me))+be,ae=ae.slice(0,Me);break}}}le&&!ue&&(ae=g(ae,1/0));var et=fe.length+ae.length+be.length,rt=et<oe?new Array(oe-et+1).join(N):"";switch(le&&ue&&(ae=g(rt+ae,rt.length?oe-be.length:1/0),rt=""),U){case"<":ae=fe+ae+be+rt;break;case"=":ae=fe+rt+ae+be;break;case"^":ae=rt.slice(0,et=rt.length>>1)+fe+ae+be+rt.slice(et);break;default:ae=rt+fe+ae+be;break}return R(ae)}return re.toString=function(){return I+""},re}function O(I,N){var U=B((I=o(I),I.type="f",I)),X=Math.max(-8,Math.min(8,Math.floor(E(N)/3)))*3,ee=Math.pow(10,-X),ue=T[8+X/3];return function(oe){return U(ee*oe)+ue}}return{format:B,formatPrefix:O}}var m;x({decimal:".",thousands:",",grouping:[3],currency:["$",""],minus:"-"});function x(w){return m=l(w),h.format=m.format,h.formatPrefix=m.formatPrefix,m}function A(w){return Math.max(0,-E(Math.abs(w)))}function M(w,g){return Math.max(0,Math.max(-8,Math.min(8,Math.floor(E(g)/3)))*3-E(Math.abs(w)))}function _(w,g){return w=Math.abs(w),g=Math.abs(g)-w,Math.max(0,E(g)-E(w))+1}h.FormatSpecifier=a,h.formatDefaultLocale=x,h.formatLocale=l,h.formatSpecifier=o,h.precisionFixed=A,h.precisionPrefix=M,h.precisionRound=_,Object.defineProperty(h,"__esModule",{value:!0})})}}),Sf=He({"node_modules/is-string-blank/index.js"(Y,G){G.exports=function(h){for(var b=h.length,S,E=0;E<b;E++)if(S=h.charCodeAt(E),(S<9||S>13)&&S!==32&&S!==133&&S!==160&&S!==5760&&S!==6158&&(S<8192||S>8205)&&S!==8232&&S!==8233&&S!==8239&&S!==8287&&S!==8288&&S!==12288&&S!==65279)return!1;return!0}}}),Ui=He({"node_modules/fast-isnumeric/index.js"(Y,G){var h=Sf();G.exports=function(b){var S=typeof b;if(S==="string"){var E=b;if(b=+b,b===0&&h(E))return!1}else if(S!=="number")return!1;return b-b<1}}}),Qo=He({"src/constants/numerical.js"(Y,G){G.exports={BADNUM:void 0,FP_SAFE:Number.MAX_VALUE*1e-4,ONEMAXYEAR:316224e5,ONEAVGYEAR:315576e5,ONEMINYEAR:31536e6,ONEMAXQUARTER:79488e5,ONEAVGQUARTER:78894e5,ONEMINQUARTER:76896e5,ONEMAXMONTH:26784e5,ONEAVGMONTH:26298e5,ONEMINMONTH:24192e5,ONEWEEK:6048e5,ONEDAY:864e5,ONEHOUR:36e5,ONEMIN:6e4,ONESEC:1e3,ONEMILLI:1,ONEMICROSEC:.001,EPOCHJD:24405875e-1,ALMOST_EQUAL:1-1e-6,LOG_CLIP:10,MINUS_SIGN:"−"}}}),Cp=He({"node_modules/base64-arraybuffer/dist/base64-arraybuffer.umd.js"(Y,G){(function(h,b){typeof Y=="object"&&typeof G<"u"?b(Y):(h=typeof globalThis<"u"?globalThis:h||self,b(h["base64-arraybuffer"]={}))})(Y,function(h){for(var b="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",S=typeof Uint8Array>"u"?[]:new Uint8Array(256),E=0;E<b.length;E++)S[b.charCodeAt(E)]=E;var e=function(r){var o=new Uint8Array(r),a,i=o.length,n="";for(a=0;a<i;a+=3)n+=b[o[a]>>2],n+=b[(o[a]&3)<<4|o[a+1]>>4],n+=b[(o[a+1]&15)<<2|o[a+2]>>6],n+=b[o[a+2]&63];return i%3===2?n=n.substring(0,n.length-1)+"=":i%3===1&&(n=n.substring(0,n.length-2)+"=="),n},t=function(r){var o=r.length*.75,a=r.length,i,n=0,s,f,c,p;r[r.length-1]==="="&&(o--,r[r.length-2]==="="&&o--);var d=new ArrayBuffer(o),T=new Uint8Array(d);for(i=0;i<a;i+=4)s=S[r.charCodeAt(i)],f=S[r.charCodeAt(i+1)],c=S[r.charCodeAt(i+2)],p=S[r.charCodeAt(i+3)],T[n++]=s<<2|f>>4,T[n++]=(f&15)<<4|c>>2,T[n++]=(c&3)<<6|p&63;return d};h.decode=t,h.encode=e,Object.defineProperty(h,"__esModule",{value:!0})})}}),fd=He({"src/lib/is_plain_object.js"(Y,G){G.exports=function(b){return window&&window.process&&window.process.versions?Object.prototype.toString.call(b)==="[object Object]":Object.prototype.toString.call(b)==="[object Object]"&&Object.getPrototypeOf(b).hasOwnProperty("hasOwnProperty")}}}),Sh=He({"src/lib/array.js"(Y){var G=Cp().decode,h=fd(),b=Array.isArray,S=ArrayBuffer,E=DataView;function e(s){return S.isView(s)&&!(s instanceof E)}Y.isTypedArray=e;function t(s){return b(s)||e(s)}Y.isArrayOrTypedArray=t;function r(s){return!t(s[0])}Y.isArray1D=r,Y.ensureArray=function(s,f){return b(s)||(s=[]),s.length=f,s};var o={u1c:typeof Uint8ClampedArray>"u"?void 0:Uint8ClampedArray,i1:typeof Int8Array>"u"?void 0:Int8Array,u1:typeof Uint8Array>"u"?void 0:Uint8Array,i2:typeof Int16Array>"u"?void 0:Int16Array,u2:typeof Uint16Array>"u"?void 0:Uint16Array,i4:typeof Int32Array>"u"?void 0:Int32Array,u4:typeof Uint32Array>"u"?void 0:Uint32Array,f4:typeof Float32Array>"u"?void 0:Float32Array,f8:typeof Float64Array>"u"?void 0:Float64Array};o.uint8c=o.u1c,o.uint8=o.u1,o.int8=o.i1,o.uint16=o.u2,o.int16=o.i2,o.uint32=o.u4,o.int32=o.i4,o.float32=o.f4,o.float64=o.f8;function a(s){return s.constructor===ArrayBuffer}Y.isArrayBuffer=a,Y.decodeTypedArraySpec=function(s){var f=[],c=i(s),p=c.dtype,d=o[p];if(!d)throw new Error('Error in dtype: "'+p+'"');var T=d.BYTES_PER_ELEMENT,l=c.bdata;a(l)||(l=G(l));var m=c.shape===void 0?[l.byteLength/T]:(""+c.shape).split(",");m.reverse();var x=m.length,A,M,_=+m[0],w=T*_,g=0;if(x===1)f=new d(l);else if(x===2)for(A=+m[1],M=0;M<A;M++)f[M]=new d(l,g,_),g+=w;else if(x===3){A=+m[1];for(var u=+m[2],v=0;v<u;v++)for(f[v]=[],M=0;M<A;M++)f[v][M]=new d(l,g,_),g+=w}else throw new Error("ndim: "+x+'is not supported with the shape:"'+c.shape+'"');return f.bdata=c.bdata,f.dtype=c.dtype,f.shape=m.reverse().join(","),s._inputArray=f,f},Y.isTypedArraySpec=function(s){return h(s)&&s.hasOwnProperty("dtype")&&typeof s.dtype=="string"&&s.hasOwnProperty("bdata")&&(typeof s.bdata=="string"||a(s.bdata))&&(s.shape===void 0||s.hasOwnProperty("shape")&&(typeof s.shape=="string"||typeof s.shape=="number"))};function i(s){return{bdata:s.bdata,dtype:s.dtype,shape:s.shape}}Y.concat=function(){var s=[],f=!0,c=0,p,d,T,l,m,x,A,M;for(T=0;T<arguments.length;T++)l=arguments[T],x=l.length,x&&(d?s.push(l):(d=l,m=x),b(l)?p=!1:(f=!1,c?p!==l.constructor&&(p=!1):p=l.constructor),c+=x);if(!c)return[];if(!s.length)return d;if(f)return d.concat.apply(d,s);if(p){for(A=new p(c),A.set(d),T=0;T<s.length;T++)l=s[T],A.set(l,m),m+=l.length;return A}for(A=new Array(c),M=0;M<d.length;M++)A[M]=d[M];for(T=0;T<s.length;T++){for(l=s[T],M=0;M<l.length;M++)A[m+M]=l[M];m+=M}return A},Y.maxRowLength=function(s){return n(s,Math.max,0)},Y.minRowLength=function(s){return n(s,Math.min,1/0)};function n(s,f,c){if(t(s))if(t(s[0])){for(var p=c,d=0;d<s.length;d++)p=f(p,s[d].length);return p}else return s.length;return 0}}}),$g=He({"src/lib/nested_property.js"(Y,G){var h=Ui(),b=Sh().isArrayOrTypedArray;G.exports=function(s,f){if(h(f))f=String(f);else if(typeof f!="string"||f.slice(-4)==="[-1]")throw"bad property string";var c=f.split("."),p,d,T,l;for(l=0;l<c.length;l++)if(String(c[l]).slice(0,2)==="__")throw"bad property string";for(l=0;l<c.length;){if(p=String(c[l]).match(/^([^\[\]]*)((\[\-?[0-9]*\])+)$/),p){if(p[1])c[l]=p[1];else if(l===0)c.splice(0,1);else throw"bad property string";for(d=p[2].slice(1,-1).split("]["),T=0;T<d.length;T++)l++,c.splice(l,0,Number(d[T]))}l++}return typeof s!="object"?i(s,f,c):{set:t(s,c,f),get:S(s,c),astr:f,parts:c,obj:s}};function S(n,s){return function(f){var c=n,p,d,T,l,m;for(l=0;l<s.length-1;l++){if(p=s[l],p===-1){for(d=!0,T=[],m=0;m<c.length;m++)T[m]=S(c[m],s.slice(l+1))(f),T[m]!==T[0]&&(d=!1);return d?T[0]:T}if(typeof p=="number"&&!b(c)||(c=c[p],typeof c!="object"||c===null))return}if(!(typeof c!="object"||c===null)&&(T=c[s[l]],!(!f&&T===null)))return T}}var E=/(^|\.)args\[/;function e(n,s){return n===void 0||n===null&&!s.match(E)}function t(n,s,f){return function(c){var p=n,d="",T=e(c,f),l,m;for(m=0;m<s.length-1;m++){if(l=s[m],typeof l=="number"&&!b(p))throw"array index but container is not an array";if(l===-1){if(T=!o(p,s.slice(m+1),c,f),T)break;return}if(!a(p,l,s[m+1],T))break;if(p=p[l],typeof p!="object"||p===null)throw"container is not an object";d=r(d,l)}if(T){if(m===s.length-1&&(delete p[s[m]],Array.isArray(p)&&+s[m]===p.length-1))for(;p.length&&p[p.length-1]===void 0;)p.pop()}else p[s[m]]=c}}function r(n,s){var f=s;return h(s)?f="["+s+"]":n&&(f="."+s),n+f}function o(n,s,f,c){var p=b(f),d=!0,T=f,l=c.replace("-1",0),m=p?!1:e(f,l),x=s[0],A;for(A=0;A<n.length;A++)l=c.replace("-1",A),p&&(T=f[A%f.length],m=e(T,l)),m&&(d=!1),a(n,A,x,m)&&t(n[A],s,c.replace("-1",A))(T);return d}function a(n,s,f,c){if(n[s]===void 0){if(c)return!1;typeof f=="number"?n[s]=[]:n[s]={}}return!0}function i(n,s,f){return{set:function(){throw"bad container"},get:function(){},astr:s,parts:f,obj:n}}}}),sA=He({"src/lib/keyed_container.js"(Y,G){var h=$g(),b=/^\w*$/,S=0,E=1,e=2,t=3,r=4;G.exports=function(a,i,n,s){n=n||"name",s=s||"value";var f,c,p,d={};i&&i.length?(p=h(a,i),c=p.get()):c=a,i=i||"";var T={};if(c)for(f=0;f<c.length;f++)T[c[f][n]]=f;var l=b.test(s),m={set:function(x,A){var M=A===null?r:S;if(!c){if(!p||M===r)return;c=[],p.set(c)}var _=T[x];if(_===void 0){if(M===r)return;M=M|t,_=c.length,T[x]=_}else A!==(l?c[_][s]:h(c[_],s).get())&&(M=M|e);var w=c[_]=c[_]||{};return w[n]=x,l?w[s]=A:h(w,s).set(A),A!==null&&(M=M&~r),d[_]=d[_]|M,m},get:function(x){if(c){var A=T[x];if(A!==void 0)return l?c[A][s]:h(c[A],s).get()}},rename:function(x,A){var M=T[x];return M===void 0||(d[M]=d[M]|E,T[A]=M,delete T[x],c[M][n]=A),m},remove:function(x){var A=T[x];if(A===void 0)return m;var M=c[A];if(Object.keys(M).length>2)return d[A]=d[A]|e,m.set(x,null);if(l){for(f=A;f<c.length;f++)d[f]=d[f]|t;for(f=A;f<c.length;f++)T[c[f][n]]--;c.splice(A,1),delete T[x]}else h(M,s).set(null),d[A]=d[A]|e|r;return m},constructUpdate:function(){for(var x,A,M={},_=Object.keys(d),w=0;w<_.length;w++)A=_[w],x=i+"["+A+"]",c[A]?(d[A]&E&&(M[x+"."+n]=c[A][n]),d[A]&e&&(l?M[x+"."+s]=d[A]&r?null:c[A][s]:M[x+"."+s]=d[A]&r?null:h(c[A],s).get())):M[x]=null;return M}};return m}}}),lA=He({"src/lib/relative_attr.js"(Y,G){var h=/^(.*)(\.[^\.\[\]]+|\[\d\])$/,b=/^[^\.\[\]]+$/;G.exports=function(S,E){for(;E;){var e=S.match(h);if(e)S=e[1];else if(S.match(b))S="";else throw new Error("bad relativeAttr call:"+[S,E]);if(E.charAt(0)==="^")E=E.slice(1);else break}return S&&E.charAt(0)!=="["?S+"."+E:S+E}}}),Jy=He({"src/lib/to_log_range.js"(Y,G){var h=Ui();G.exports=function(S,E){if(S>0)return Math.log(S)/Math.LN10;var e=Math.log(Math.min(E[0],E[1]))/Math.LN10;return h(e)||(e=Math.log(Math.max(E[0],E[1]))/Math.LN10-6),e}}}),uA=He({"src/lib/relink_private.js"(Y,G){var h=Sh().isArrayOrTypedArray,b=fd();G.exports=function S(E,e){for(var t in e){var r=e[t],o=E[t];if(o!==r)if(t.charAt(0)==="_"||typeof r=="function"){if(t in E)continue;E[t]=r}else if(h(r)&&h(o)&&b(r[0])){if(t==="customdata"||t==="ids")continue;for(var a=Math.min(r.length,o.length),i=0;i<a;i++)o[i]!==r[i]&&b(r[i])&&b(o[i])&&S(o[i],r[i])}else b(r)&&b(o)&&(S(o,r),Object.keys(o).length||delete E[t])}}}}),F0=He({"src/lib/mod.js"(Y,G){function h(S,E){var e=S%E;return e<0?e+E:e}function b(S,E){return Math.abs(S)>E/2?S-Math.round(S/E)*E:S}G.exports={mod:h,modHalf:b}}}),Zf=He({"node_modules/tinycolor2/tinycolor.js"(Y,G){(function(h){var b=/^\s+/,S=/\s+$/,E=0,e=h.round,t=h.min,r=h.max,o=h.random;function a(q,re){if(q=q||"",re=re||{},q instanceof a)return q;if(!(this instanceof a))return new a(q,re);var ae=i(q);this._originalInput=q,this._r=ae.r,this._g=ae.g,this._b=ae.b,this._a=ae.a,this._roundA=e(100*this._a)/100,this._format=re.format||ae.format,this._gradientType=re.gradientType,this._r<1&&(this._r=e(this._r)),this._g<1&&(this._g=e(this._g)),this._b<1&&(this._b=e(this._b)),this._ok=ae.ok,this._tc_id=E++}a.prototype={isDark:function(){return this.getBrightness()<128},isLight:function(){return!this.isDark()},isValid:function(){return this._ok},getOriginalInput:function(){return this._originalInput},getFormat:function(){return this._format},getAlpha:function(){return this._a},getBrightness:function(){var q=this.toRgb();return(q.r*299+q.g*587+q.b*114)/1e3},getLuminance:function(){var q=this.toRgb(),re,ae,fe,be,Me,Ie;return re=q.r/255,ae=q.g/255,fe=q.b/255,re<=.03928?be=re/12.92:be=h.pow((re+.055)/1.055,2.4),ae<=.03928?Me=ae/12.92:Me=h.pow((ae+.055)/1.055,2.4),fe<=.03928?Ie=fe/12.92:Ie=h.pow((fe+.055)/1.055,2.4),.2126*be+.7152*Me+.0722*Ie},setAlpha:function(q){return this._a=I(q),this._roundA=e(100*this._a)/100,this},toHsv:function(){var q=c(this._r,this._g,this._b);return{h:q.h*360,s:q.s,v:q.v,a:this._a}},toHsvString:function(){var q=c(this._r,this._g,this._b),re=e(q.h*360),ae=e(q.s*100),fe=e(q.v*100);return this._a==1?"hsv("+re+", "+ae+"%, "+fe+"%)":"hsva("+re+", "+ae+"%, "+fe+"%, "+this._roundA+")"},toHsl:function(){var q=s(this._r,this._g,this._b);return{h:q.h*360,s:q.s,l:q.l,a:this._a}},toHslString:function(){var q=s(this._r,this._g,this._b),re=e(q.h*360),ae=e(q.s*100),fe=e(q.l*100);return this._a==1?"hsl("+re+", "+ae+"%, "+fe+"%)":"hsla("+re+", "+ae+"%, "+fe+"%, "+this._roundA+")"},toHex:function(q){return d(this._r,this._g,this._b,q)},toHexString:function(q){return"#"+this.toHex(q)},toHex8:function(q){return T(this._r,this._g,this._b,this._a,q)},toHex8String:function(q){return"#"+this.toHex8(q)},toRgb:function(){return{r:e(this._r),g:e(this._g),b:e(this._b),a:this._a}},toRgbString:function(){return this._a==1?"rgb("+e(this._r)+", "+e(this._g)+", "+e(this._b)+")":"rgba("+e(this._r)+", "+e(this._g)+", "+e(this._b)+", "+this._roundA+")"},toPercentageRgb:function(){return{r:e(N(this._r,255)*100)+"%",g:e(N(this._g,255)*100)+"%",b:e(N(this._b,255)*100)+"%",a:this._a}},toPercentageRgbString:function(){return this._a==1?"rgb("+e(N(this._r,255)*100)+"%, "+e(N(this._g,255)*100)+"%, "+e(N(this._b,255)*100)+"%)":"rgba("+e(N(this._r,255)*100)+"%, "+e(N(this._g,255)*100)+"%, "+e(N(this._b,255)*100)+"%, "+this._roundA+")"},toName:function(){return this._a===0?"transparent":this._a<1?!1:B[d(this._r,this._g,this._b,!0)]||!1},toFilter:function(q){var re="#"+l(this._r,this._g,this._b,this._a),ae=re,fe=this._gradientType?"GradientType = 1, ":"";if(q){var be=a(q);ae="#"+l(be._r,be._g,be._b,be._a)}return"progid:DXImageTransform.Microsoft.gradient("+fe+"startColorstr="+re+",endColorstr="+ae+")"},toString:function(q){var re=!!q;q=q||this._format;var ae=!1,fe=this._a<1&&this._a>=0,be=!re&&fe&&(q==="hex"||q==="hex6"||q==="hex3"||q==="hex4"||q==="hex8"||q==="name");return be?q==="name"&&this._a===0?this.toName():this.toRgbString():(q==="rgb"&&(ae=this.toRgbString()),q==="prgb"&&(ae=this.toPercentageRgbString()),(q==="hex"||q==="hex6")&&(ae=this.toHexString()),q==="hex3"&&(ae=this.toHexString(!0)),q==="hex4"&&(ae=this.toHex8String(!0)),q==="hex8"&&(ae=this.toHex8String()),q==="name"&&(ae=this.toName()),q==="hsl"&&(ae=this.toHslString()),q==="hsv"&&(ae=this.toHsvString()),ae||this.toHexString())},clone:function(){return a(this.toString())},_applyModification:function(q,re){var ae=q.apply(null,[this].concat([].slice.call(re)));return this._r=ae._r,this._g=ae._g,this._b=ae._b,this.setAlpha(ae._a),this},lighten:function(){return this._applyModification(M,arguments)},brighten:function(){return this._applyModification(_,arguments)},darken:function(){return this._applyModification(w,arguments)},desaturate:function(){return this._applyModification(m,arguments)},saturate:function(){return this._applyModification(x,arguments)},greyscale:function(){return this._applyModification(A,arguments)},spin:function(){return this._applyModification(g,arguments)},_applyCombination:function(q,re){return q.apply(null,[this].concat([].slice.call(re)))},analogous:function(){return this._applyCombination(L,arguments)},complement:function(){return this._applyCombination(u,arguments)},monochromatic:function(){return this._applyCombination(z,arguments)},splitcomplement:function(){return this._applyCombination(R,arguments)},triad:function(){return this._applyCombination(v,arguments)},tetrad:function(){return this._applyCombination(y,arguments)}},a.fromRatio=function(q,re){if(typeof q=="object"){var ae={};for(var fe in q)q.hasOwnProperty(fe)&&(fe==="a"?ae[fe]=q[fe]:ae[fe]=le(q[fe]));q=ae}return a(q,re)};function i(q){var re={r:0,g:0,b:0},ae=1,fe=null,be=null,Me=null,Ie=!1,Le=!1;return typeof q=="string"&&(q=se(q)),typeof q=="object"&&(Z(q.r)&&Z(q.g)&&Z(q.b)?(re=n(q.r,q.g,q.b),Ie=!0,Le=String(q.r).substr(-1)==="%"?"prgb":"rgb"):Z(q.h)&&Z(q.s)&&Z(q.v)?(fe=le(q.s),be=le(q.v),re=p(q.h,fe,be),Ie=!0,Le="hsv"):Z(q.h)&&Z(q.s)&&Z(q.l)&&(fe=le(q.s),Me=le(q.l),re=f(q.h,fe,Me),Ie=!0,Le="hsl"),q.hasOwnProperty("a")&&(ae=q.a)),ae=I(ae),{ok:Ie,format:q.format||Le,r:t(255,r(re.r,0)),g:t(255,r(re.g,0)),b:t(255,r(re.b,0)),a:ae}}function n(q,re,ae){return{r:N(q,255)*255,g:N(re,255)*255,b:N(ae,255)*255}}function s(q,re,ae){q=N(q,255),re=N(re,255),ae=N(ae,255);var fe=r(q,re,ae),be=t(q,re,ae),Me,Ie,Le=(fe+be)/2;if(fe==be)Me=Ie=0;else{var je=fe-be;switch(Ie=Le>.5?je/(2-fe-be):je/(fe+be),fe){case q:Me=(re-ae)/je+(re<ae?6:0);break;case re:Me=(ae-q)/je+2;break;case ae:Me=(q-re)/je+4;break}Me/=6}return{h:Me,s:Ie,l:Le}}function f(q,re,ae){var fe,be,Me;q=N(q,360),re=N(re,100),ae=N(ae,100);function Ie(et,rt,Je){return Je<0&&(Je+=1),Je>1&&(Je-=1),Je<1/6?et+(rt-et)*6*Je:Je<1/2?rt:Je<2/3?et+(rt-et)*(2/3-Je)*6:et}if(re===0)fe=be=Me=ae;else{var Le=ae<.5?ae*(1+re):ae+re-ae*re,je=2*ae-Le;fe=Ie(je,Le,q+1/3),be=Ie(je,Le,q),Me=Ie(je,Le,q-1/3)}return{r:fe*255,g:be*255,b:Me*255}}function c(q,re,ae){q=N(q,255),re=N(re,255),ae=N(ae,255);var fe=r(q,re,ae),be=t(q,re,ae),Me,Ie,Le=fe,je=fe-be;if(Ie=fe===0?0:je/fe,fe==be)Me=0;else{switch(fe){case q:Me=(re-ae)/je+(re<ae?6:0);break;case re:Me=(ae-q)/je+2;break;case ae:Me=(q-re)/je+4;break}Me/=6}return{h:Me,s:Ie,v:Le}}function p(q,re,ae){q=N(q,360)*6,re=N(re,100),ae=N(ae,100);var fe=h.floor(q),be=q-fe,Me=ae*(1-re),Ie=ae*(1-be*re),Le=ae*(1-(1-be)*re),je=fe%6,et=[ae,Ie,Me,Me,Le,ae][je],rt=[Le,ae,ae,Ie,Me,Me][je],Je=[Me,Me,Le,ae,ae,Ie][je];return{r:et*255,g:rt*255,b:Je*255}}function d(q,re,ae,fe){var be=[oe(e(q).toString(16)),oe(e(re).toString(16)),oe(e(ae).toString(16))];return fe&&be[0].charAt(0)==be[0].charAt(1)&&be[1].charAt(0)==be[1].charAt(1)&&be[2].charAt(0)==be[2].charAt(1)?be[0].charAt(0)+be[1].charAt(0)+be[2].charAt(0):be.join("")}function T(q,re,ae,fe,be){var Me=[oe(e(q).toString(16)),oe(e(re).toString(16)),oe(e(ae).toString(16)),oe(V(fe))];return be&&Me[0].charAt(0)==Me[0].charAt(1)&&Me[1].charAt(0)==Me[1].charAt(1)&&Me[2].charAt(0)==Me[2].charAt(1)&&Me[3].charAt(0)==Me[3].charAt(1)?Me[0].charAt(0)+Me[1].charAt(0)+Me[2].charAt(0)+Me[3].charAt(0):Me.join("")}function l(q,re,ae,fe){var be=[oe(V(fe)),oe(e(q).toString(16)),oe(e(re).toString(16)),oe(e(ae).toString(16))];return be.join("")}a.equals=function(q,re){return!q||!re?!1:a(q).toRgbString()==a(re).toRgbString()},a.random=function(){return a.fromRatio({r:o(),g:o(),b:o()})};function m(q,re){re=re===0?0:re||10;var ae=a(q).toHsl();return ae.s-=re/100,ae.s=U(ae.s),a(ae)}function x(q,re){re=re===0?0:re||10;var ae=a(q).toHsl();return ae.s+=re/100,ae.s=U(ae.s),a(ae)}function A(q){return a(q).desaturate(100)}function M(q,re){re=re===0?0:re||10;var ae=a(q).toHsl();return ae.l+=re/100,ae.l=U(ae.l),a(ae)}function _(q,re){re=re===0?0:re||10;var ae=a(q).toRgb();return ae.r=r(0,t(255,ae.r-e(255*-(re/100)))),ae.g=r(0,t(255,ae.g-e(255*-(re/100)))),ae.b=r(0,t(255,ae.b-e(255*-(re/100)))),a(ae)}function w(q,re){re=re===0?0:re||10;var ae=a(q).toHsl();return ae.l-=re/100,ae.l=U(ae.l),a(ae)}function g(q,re){var ae=a(q).toHsl(),fe=(ae.h+re)%360;return ae.h=fe<0?360+fe:fe,a(ae)}function u(q){var re=a(q).toHsl();return re.h=(re.h+180)%360,a(re)}function v(q){var re=a(q).toHsl(),ae=re.h;return[a(q),a({h:(ae+120)%360,s:re.s,l:re.l}),a({h:(ae+240)%360,s:re.s,l:re.l})]}function y(q){var re=a(q).toHsl(),ae=re.h;return[a(q),a({h:(ae+90)%360,s:re.s,l:re.l}),a({h:(ae+180)%360,s:re.s,l:re.l}),a({h:(ae+270)%360,s:re.s,l:re.l})]}function R(q){var re=a(q).toHsl(),ae=re.h;return[a(q),a({h:(ae+72)%360,s:re.s,l:re.l}),a({h:(ae+216)%360,s:re.s,l:re.l})]}function L(q,re,ae){re=re||6,ae=ae||30;var fe=a(q).toHsl(),be=360/ae,Me=[a(q)];for(fe.h=(fe.h-(be*re>>1)+720)%360;--re;)fe.h=(fe.h+be)%360,Me.push(a(fe));return Me}function z(q,re){re=re||6;for(var ae=a(q).toHsv(),fe=ae.h,be=ae.s,Me=ae.v,Ie=[],Le=1/re;re--;)Ie.push(a({h:fe,s:be,v:Me})),Me=(Me+Le)%1;return Ie}a.mix=function(q,re,ae){ae=ae===0?0:ae||50;var fe=a(q).toRgb(),be=a(re).toRgb(),Me=ae/100,Ie={r:(be.r-fe.r)*Me+fe.r,g:(be.g-fe.g)*Me+fe.g,b:(be.b-fe.b)*Me+fe.b,a:(be.a-fe.a)*Me+fe.a};return a(Ie)},a.readability=function(q,re){var ae=a(q),fe=a(re);return(h.max(ae.getLuminance(),fe.getLuminance())+.05)/(h.min(ae.getLuminance(),fe.getLuminance())+.05)},a.isReadable=function(q,re,ae){var fe=a.readability(q,re),be,Me;switch(Me=!1,be=Q(ae),be.level+be.size){case"AAsmall":case"AAAlarge":Me=fe>=4.5;break;case"AAlarge":Me=fe>=3;break;case"AAAsmall":Me=fe>=7;break}return Me},a.mostReadable=function(q,re,ae){var fe=null,be=0,Me,Ie,Le,je;ae=ae||{},Ie=ae.includeFallbackColors,Le=ae.level,je=ae.size;for(var et=0;et<re.length;et++)Me=a.readability(q,re[et]),Me>be&&(be=Me,fe=a(re[et]));return a.isReadable(q,fe,{level:Le,size:je})||!Ie?fe:(ae.includeFallbackColors=!1,a.mostReadable(q,["#fff","#000"],ae))};var F=a.names={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"0ff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"00f",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",burntsienna:"ea7e5d",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"0ff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"f0f",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"663399",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"},B=a.hexNames=O(F);function O(q){var re={};for(var ae in q)q.hasOwnProperty(ae)&&(re[q[ae]]=ae);return re}function I(q){return q=parseFloat(q),(isNaN(q)||q<0||q>1)&&(q=1),q}function N(q,re){ee(q)&&(q="100%");var ae=ue(q);return q=t(re,r(0,parseFloat(q))),ae&&(q=parseInt(q*re,10)/100),h.abs(q-re)<1e-6?1:q%re/parseFloat(re)}function U(q){return t(1,r(0,q))}function X(q){return parseInt(q,16)}function ee(q){return typeof q=="string"&&q.indexOf(".")!=-1&&parseFloat(q)===1}function ue(q){return typeof q=="string"&&q.indexOf("%")!=-1}function oe(q){return q.length==1?"0"+q:""+q}function le(q){return q<=1&&(q=q*100+"%"),q}function V(q){return h.round(parseFloat(q)*255).toString(16)}function J(q){return X(q)/255}var te=(function(){var q="[-\\+]?\\d+%?",re="[-\\+]?\\d*\\.\\d+%?",ae="(?:"+re+")|(?:"+q+")",fe="[\\s|\\(]+("+ae+")[,|\\s]+("+ae+")[,|\\s]+("+ae+")\\s*\\)?",be="[\\s|\\(]+("+ae+")[,|\\s]+("+ae+")[,|\\s]+("+ae+")[,|\\s]+("+ae+")\\s*\\)?";return{CSS_UNIT:new RegExp(ae),rgb:new RegExp("rgb"+fe),rgba:new RegExp("rgba"+be),hsl:new RegExp("hsl"+fe),hsla:new RegExp("hsla"+be),hsv:new RegExp("hsv"+fe),hsva:new RegExp("hsva"+be),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/}})();function Z(q){return!!te.CSS_UNIT.exec(q)}function se(q){q=q.replace(b,"").replace(S,"").toLowerCase();var re=!1;if(F[q])q=F[q],re=!0;else if(q=="transparent")return{r:0,g:0,b:0,a:0,format:"name"};var ae;return(ae=te.rgb.exec(q))?{r:ae[1],g:ae[2],b:ae[3]}:(ae=te.rgba.exec(q))?{r:ae[1],g:ae[2],b:ae[3],a:ae[4]}:(ae=te.hsl.exec(q))?{h:ae[1],s:ae[2],l:ae[3]}:(ae=te.hsla.exec(q))?{h:ae[1],s:ae[2],l:ae[3],a:ae[4]}:(ae=te.hsv.exec(q))?{h:ae[1],s:ae[2],v:ae[3]}:(ae=te.hsva.exec(q))?{h:ae[1],s:ae[2],v:ae[3],a:ae[4]}:(ae=te.hex8.exec(q))?{r:X(ae[1]),g:X(ae[2]),b:X(ae[3]),a:J(ae[4]),format:re?"name":"hex8"}:(ae=te.hex6.exec(q))?{r:X(ae[1]),g:X(ae[2]),b:X(ae[3]),format:re?"name":"hex"}:(ae=te.hex4.exec(q))?{r:X(ae[1]+""+ae[1]),g:X(ae[2]+""+ae[2]),b:X(ae[3]+""+ae[3]),a:J(ae[4]+""+ae[4]),format:re?"name":"hex8"}:(ae=te.hex3.exec(q))?{r:X(ae[1]+""+ae[1]),g:X(ae[2]+""+ae[2]),b:X(ae[3]+""+ae[3]),format:re?"name":"hex"}:!1}function Q(q){var re,ae;return q=q||{level:"AA",size:"small"},re=(q.level||"AA").toUpperCase(),ae=(q.size||"small").toLowerCase(),re!=="AA"&&re!=="AAA"&&(re="AA"),ae!=="small"&&ae!=="large"&&(ae="small"),{level:re,size:ae}}typeof G<"u"&&G.exports?G.exports=a:window.tinycolor=a})(Math)}}),Po=He({"src/lib/extend.js"(Y){var G=fd(),h=Array.isArray;function b(E,e){var t,r;for(t=0;t<E.length;t++){if(r=E[t],r!==null&&typeof r=="object")return!1;r!==void 0&&(e[t]=r)}return!0}Y.extendFlat=function(){return S(arguments,!1,!1,!1)},Y.extendDeep=function(){return S(arguments,!0,!1,!1)},Y.extendDeepAll=function(){return S(arguments,!0,!0,!1)},Y.extendDeepNoArrays=function(){return S(arguments,!0,!1,!0)};function S(E,e,t,r){var o=E[0],a=E.length,i,n,s,f,c,p,d;if(a===2&&h(o)&&h(E[1])&&o.length===0){if(d=b(E[1],o),d)return o;o.splice(0,o.length)}for(var T=1;T<a;T++){i=E[T];for(n in i)s=o[n],f=i[n],r&&h(f)?o[n]=f:e&&f&&(G(f)||(c=h(f)))?(c?(c=!1,p=s&&h(s)?s:[]):p=s&&G(s)?s:{},o[n]=S([p,f],e,t,r)):(typeof f<"u"||t)&&(o[n]=f)}return o}}}),Ru=He({"src/plots/font_attributes.js"(Y,G){G.exports=function(h){var b=h.variantValues,S=h.editType,E=h.colorEditType;E===void 0&&(E=S);var e={editType:S,valType:"integer",min:1,max:1e3,extras:["normal","bold"],dflt:"normal"};h.noNumericWeightValues&&(e.valType="enumerated",e.values=e.extras,e.extras=void 0,e.min=void 0,e.max=void 0);var t={family:{valType:"string",noBlank:!0,strict:!0,editType:S},size:{valType:"number",min:1,editType:S},color:{valType:"color",editType:E},weight:e,style:{editType:S,valType:"enumerated",values:["normal","italic"],dflt:"normal"},variant:h.noFontVariant?void 0:{editType:S,valType:"enumerated",values:b||["normal","small-caps","all-small-caps","all-petite-caps","petite-caps","unicase"],dflt:"normal"},textcase:h.noFontTextcase?void 0:{editType:S,valType:"enumerated",values:["normal","word caps","upper","lower"],dflt:"normal"},lineposition:h.noFontLineposition?void 0:{editType:S,valType:"flaglist",flags:["under","over","through"],extras:["none"],dflt:"none"},shadow:h.noFontShadow?void 0:{editType:S,valType:"string",dflt:h.autoShadowDflt?"auto":"none"},editType:S};return h.autoSize&&(t.size.dflt="auto"),h.autoColor&&(t.color.dflt="auto"),h.arrayOk&&(t.family.arrayOk=!0,t.weight.arrayOk=!0,t.style.arrayOk=!0,h.noFontVariant||(t.variant.arrayOk=!0),h.noFontTextcase||(t.textcase.arrayOk=!0),h.noFontLineposition||(t.lineposition.arrayOk=!0),h.noFontShadow||(t.shadow.arrayOk=!0),t.size.arrayOk=!0,t.color.arrayOk=!0),t}}}),Jg=He({"src/components/fx/constants.js"(Y,G){G.exports={YANGLE:60,HOVERARROWSIZE:6,HOVERTEXTPAD:3,HOVERFONTSIZE:13,HOVERFONT:"Arial, sans-serif",HOVERMINTIME:50,HOVERID:"-hover"}}}),Gd=He({"src/components/fx/layout_attributes.js"(Y,G){var h=Jg(),b=Ru(),S=b({editType:"none"});S.family.dflt=h.HOVERFONT,S.size.dflt=h.HOVERFONTSIZE,G.exports={clickmode:{valType:"flaglist",flags:["event","select"],dflt:"event",editType:"plot",extras:["none"]},dragmode:{valType:"enumerated",values:["zoom","pan","select","lasso","drawclosedpath","drawopenpath","drawline","drawrect","drawcircle","orbit","turntable",!1],dflt:"zoom",editType:"modebar"},hovermode:{valType:"enumerated",values:["x","y","closest",!1,"x unified","y unified"],dflt:"closest",editType:"modebar"},hoversubplots:{valType:"enumerated",values:["single","overlaying","axis"],dflt:"overlaying",editType:"none"},hoverdistance:{valType:"integer",min:-1,dflt:20,editType:"none"},spikedistance:{valType:"integer",min:-1,dflt:-1,editType:"none"},hoverlabel:{bgcolor:{valType:"color",editType:"none"},bordercolor:{valType:"color",editType:"none"},font:S,grouptitlefont:b({editType:"none"}),align:{valType:"enumerated",values:["left","right","auto"],dflt:"auto",editType:"none"},namelength:{valType:"integer",min:-1,dflt:15,editType:"none"},showarrow:{valType:"boolean",dflt:!0,editType:"none"},editType:"none"},selectdirection:{valType:"enumerated",values:["h","v","d","any"],dflt:"any",editType:"none"}}}}),O0=He({"src/components/fx/attributes.js"(Y,G){var h=Ru(),b=Gd().hoverlabel,S=Po().extendFlat;G.exports={hoverlabel:{bgcolor:S({},b.bgcolor,{arrayOk:!0}),bordercolor:S({},b.bordercolor,{arrayOk:!0}),font:h({arrayOk:!0,editType:"none"}),align:S({},b.align,{arrayOk:!0}),namelength:S({},b.namelength,{arrayOk:!0}),showarrow:S({},b.showarrow),editType:"none"}}}}),Bl=He({"src/plots/attributes.js"(Y,G){var h=Ru(),b=O0();G.exports={type:{valType:"enumerated",values:[],dflt:"scatter",editType:"calc+clearAxisTypes",_noTemplating:!0},visible:{valType:"enumerated",values:[!0,!1,"legendonly"],dflt:!0,editType:"calc"},showlegend:{valType:"boolean",dflt:!0,editType:"style"},legend:{valType:"subplotid",dflt:"legend",editType:"style"},legendgroup:{valType:"string",dflt:"",editType:"style"},legendgrouptitle:{text:{valType:"string",dflt:"",editType:"style"},font:h({editType:"style"}),editType:"style"},legendrank:{valType:"number",dflt:1e3,editType:"style"},legendwidth:{valType:"number",min:0,editType:"style"},opacity:{valType:"number",min:0,max:1,dflt:1,editType:"style"},name:{valType:"string",editType:"style"},uid:{valType:"string",editType:"plot",anim:!0},ids:{valType:"data_array",editType:"calc",anim:!0},customdata:{valType:"data_array",editType:"calc"},meta:{valType:"any",arrayOk:!0,editType:"plot"},selectedpoints:{valType:"any",editType:"calc"},hoverinfo:{valType:"flaglist",flags:["x","y","z","text","name"],extras:["all","none","skip"],arrayOk:!0,dflt:"all",editType:"none"},hoverlabel:b.hoverlabel,stream:{token:{valType:"string",noBlank:!0,strict:!0,editType:"calc"},maxpoints:{valType:"number",min:0,max:1e4,dflt:500,editType:"calc"},editType:"calc"},uirevision:{valType:"any",editType:"none"}}}}),Lp=He({"src/components/colorscale/scales.js"(Y,G){var h=Zf(),b={Greys:[[0,"rgb(0,0,0)"],[1,"rgb(255,255,255)"]],YlGnBu:[[0,"rgb(8,29,88)"],[.125,"rgb(37,52,148)"],[.25,"rgb(34,94,168)"],[.375,"rgb(29,145,192)"],[.5,"rgb(65,182,196)"],[.625,"rgb(127,205,187)"],[.75,"rgb(199,233,180)"],[.875,"rgb(237,248,217)"],[1,"rgb(255,255,217)"]],Greens:[[0,"rgb(0,68,27)"],[.125,"rgb(0,109,44)"],[.25,"rgb(35,139,69)"],[.375,"rgb(65,171,93)"],[.5,"rgb(116,196,118)"],[.625,"rgb(161,217,155)"],[.75,"rgb(199,233,192)"],[.875,"rgb(229,245,224)"],[1,"rgb(247,252,245)"]],YlOrRd:[[0,"rgb(128,0,38)"],[.125,"rgb(189,0,38)"],[.25,"rgb(227,26,28)"],[.375,"rgb(252,78,42)"],[.5,"rgb(253,141,60)"],[.625,"rgb(254,178,76)"],[.75,"rgb(254,217,118)"],[.875,"rgb(255,237,160)"],[1,"rgb(255,255,204)"]],Bluered:[[0,"rgb(0,0,255)"],[1,"rgb(255,0,0)"]],RdBu:[[0,"rgb(5,10,172)"],[.35,"rgb(106,137,247)"],[.5,"rgb(190,190,190)"],[.6,"rgb(220,170,132)"],[.7,"rgb(230,145,90)"],[1,"rgb(178,10,28)"]],Reds:[[0,"rgb(220,220,220)"],[.2,"rgb(245,195,157)"],[.4,"rgb(245,160,105)"],[1,"rgb(178,10,28)"]],Blues:[[0,"rgb(5,10,172)"],[.35,"rgb(40,60,190)"],[.5,"rgb(70,100,245)"],[.6,"rgb(90,120,245)"],[.7,"rgb(106,137,247)"],[1,"rgb(220,220,220)"]],Picnic:[[0,"rgb(0,0,255)"],[.1,"rgb(51,153,255)"],[.2,"rgb(102,204,255)"],[.3,"rgb(153,204,255)"],[.4,"rgb(204,204,255)"],[.5,"rgb(255,255,255)"],[.6,"rgb(255,204,255)"],[.7,"rgb(255,153,255)"],[.8,"rgb(255,102,204)"],[.9,"rgb(255,102,102)"],[1,"rgb(255,0,0)"]],Rainbow:[[0,"rgb(150,0,90)"],[.125,"rgb(0,0,200)"],[.25,"rgb(0,25,255)"],[.375,"rgb(0,152,255)"],[.5,"rgb(44,255,150)"],[.625,"rgb(151,255,0)"],[.75,"rgb(255,234,0)"],[.875,"rgb(255,111,0)"],[1,"rgb(255,0,0)"]],Portland:[[0,"rgb(12,51,131)"],[.25,"rgb(10,136,186)"],[.5,"rgb(242,211,56)"],[.75,"rgb(242,143,56)"],[1,"rgb(217,30,30)"]],Jet:[[0,"rgb(0,0,131)"],[.125,"rgb(0,60,170)"],[.375,"rgb(5,255,255)"],[.625,"rgb(255,255,0)"],[.875,"rgb(250,0,0)"],[1,"rgb(128,0,0)"]],Hot:[[0,"rgb(0,0,0)"],[.3,"rgb(230,0,0)"],[.6,"rgb(255,210,0)"],[1,"rgb(255,255,255)"]],Blackbody:[[0,"rgb(0,0,0)"],[.2,"rgb(230,0,0)"],[.4,"rgb(230,210,0)"],[.7,"rgb(255,255,255)"],[1,"rgb(160,200,255)"]],Earth:[[0,"rgb(0,0,130)"],[.1,"rgb(0,180,180)"],[.2,"rgb(40,210,40)"],[.4,"rgb(230,230,50)"],[.6,"rgb(120,70,20)"],[1,"rgb(255,255,255)"]],Electric:[[0,"rgb(0,0,0)"],[.15,"rgb(30,0,100)"],[.4,"rgb(120,0,100)"],[.6,"rgb(160,90,0)"],[.8,"rgb(230,200,0)"],[1,"rgb(255,250,220)"]],Viridis:[[0,"#440154"],[.06274509803921569,"#48186a"],[.12549019607843137,"#472d7b"],[.18823529411764706,"#424086"],[.25098039215686274,"#3b528b"],[.3137254901960784,"#33638d"],[.3764705882352941,"#2c728e"],[.4392156862745098,"#26828e"],[.5019607843137255,"#21918c"],[.5647058823529412,"#1fa088"],[.6274509803921569,"#28ae80"],[.6901960784313725,"#3fbc73"],[.7529411764705882,"#5ec962"],[.8156862745098039,"#84d44b"],[.8784313725490196,"#addc30"],[.9411764705882353,"#d8e219"],[1,"#fde725"]],Cividis:[[0,"rgb(0,32,76)"],[.058824,"rgb(0,42,102)"],[.117647,"rgb(0,52,110)"],[.176471,"rgb(39,63,108)"],[.235294,"rgb(60,74,107)"],[.294118,"rgb(76,85,107)"],[.352941,"rgb(91,95,109)"],[.411765,"rgb(104,106,112)"],[.470588,"rgb(117,117,117)"],[.529412,"rgb(131,129,120)"],[.588235,"rgb(146,140,120)"],[.647059,"rgb(161,152,118)"],[.705882,"rgb(176,165,114)"],[.764706,"rgb(192,177,109)"],[.823529,"rgb(209,191,102)"],[.882353,"rgb(225,204,92)"],[.941176,"rgb(243,219,79)"],[1,"rgb(255,233,69)"]]},S=b.RdBu;function E(r,o){if(o||(o=S),!r)return o;function a(){try{r=b[r]||JSON.parse(r)}catch{r=o}}return typeof r=="string"&&(a(),typeof r=="string"&&a()),e(r)?r:o}function e(r){var o=0;if(!Array.isArray(r)||r.length<2||!r[0]||!r[r.length-1]||+r[0][0]!=0||+r[r.length-1][0]!=1)return!1;for(var a=0;a<r.length;a++){var i=r[a];if(i.length!==2||+i[0]<o||!h(i[1]).isValid())return!1;o=+i[0]}return!0}function t(r){return b[r]!==void 0?!0:e(r)}G.exports={scales:b,defaultScale:S,get:E,isValid:t}}}),Mf=He({"src/components/color/attributes.js"(Y){Y.defaults=["#1f77b4","#ff7f0e","#2ca02c","#d62728","#9467bd","#8c564b","#e377c2","#7f7f7f","#bcbd22","#17becf"],Y.defaultLine="#444",Y.lightLine="#eee",Y.background="#fff",Y.borderLine="#BEC8D9",Y.lightFraction=1e3/11}}),Di=He({"src/components/color/index.js"(Y,G){var h=Zf(),b=Ui(),S=Sh().isTypedArray,E=G.exports={},e=Mf();E.defaults=e.defaults;var t=E.defaultLine=e.defaultLine;E.lightLine=e.lightLine;var r=E.background=e.background;E.tinyRGB=function(a){var i=a.toRgb();return"rgb("+Math.round(i.r)+", "+Math.round(i.g)+", "+Math.round(i.b)+")"},E.rgb=function(a){return E.tinyRGB(h(a))},E.opacity=function(a){return a?h(a).getAlpha():0},E.addOpacity=function(a,i){var n=h(a).toRgb();return"rgba("+Math.round(n.r)+", "+Math.round(n.g)+", "+Math.round(n.b)+", "+i+")"},E.combine=function(a,i){var n=h(a).toRgb();if(n.a===1)return h(a).toRgbString();var s=h(i||r).toRgb(),f=s.a===1?s:{r:255*(1-s.a)+s.r*s.a,g:255*(1-s.a)+s.g*s.a,b:255*(1-s.a)+s.b*s.a},c={r:f.r*(1-n.a)+n.r*n.a,g:f.g*(1-n.a)+n.g*n.a,b:f.b*(1-n.a)+n.b*n.a};return h(c).toRgbString()},E.interpolate=function(a,i,n){var s=h(a).toRgb(),f=h(i).toRgb(),c={r:n*s.r+(1-n)*f.r,g:n*s.g+(1-n)*f.g,b:n*s.b+(1-n)*f.b};return h(c).toRgbString()},E.contrast=function(a,i,n){var s=h(a);s.getAlpha()!==1&&(s=h(E.combine(a,r)));var f=s.isDark()?i?s.lighten(i):r:n?s.darken(n):t;return f.toString()},E.stroke=function(a,i){var n=h(i);a.style({stroke:E.tinyRGB(n),"stroke-opacity":n.getAlpha()})},E.fill=function(a,i){var n=h(i);a.style({fill:E.tinyRGB(n),"fill-opacity":n.getAlpha()})},E.clean=function(a){if(!(!a||typeof a!="object")){var i=Object.keys(a),n,s,f,c;for(n=0;n<i.length;n++)if(f=i[n],c=a[f],f.slice(-5)==="color")if(Array.isArray(c))for(s=0;s<c.length;s++)c[s]=o(c[s]);else a[f]=o(c);else if(f.slice(-10)==="colorscale"&&Array.isArray(c))for(s=0;s<c.length;s++)Array.isArray(c[s])&&(c[s][1]=o(c[s][1]));else if(Array.isArray(c)){var p=c[0];if(!Array.isArray(p)&&p&&typeof p=="object")for(s=0;s<c.length;s++)E.clean(c[s])}else c&&typeof c=="object"&&!S(c)&&E.clean(c)}};function o(a){if(b(a)||typeof a!="string")return a;var i=a.trim();if(i.slice(0,3)!=="rgb")return a;var n=i.match(/^rgba?\s*\(([^()]*)\)$/);if(!n)return a;var s=n[1].trim().split(/\s*[\s,]\s*/),f=i.charAt(3)==="a"&&s.length===4;if(!f&&s.length!==3)return a;for(var c=0;c<s.length;c++){if(!s[c].length||(s[c]=Number(s[c]),!(s[c]>=0)))return a;if(c===3)s[c]>1&&(s[c]=1);else if(s[c]>=1)return a}var p=Math.round(s[0]*255)+", "+Math.round(s[1]*255)+", "+Math.round(s[2]*255);return f?"rgba("+p+", "+s[3]+")":"rgb("+p+")"}}}),Hd=He({"src/constants/interactions.js"(Y,G){G.exports={SHOW_PLACEHOLDER:100,HIDE_PLACEHOLDER:1e3,DESELECTDIM:.2}}}),B0=He({"src/lib/regex.js"(Y){Y.counter=function(G,h,b,S){var E=(h||"")+(b?"":"$"),e=S===!1?"":"^";return G==="xy"?new RegExp(e+"x([2-9]|[1-9][0-9]+)?y([2-9]|[1-9][0-9]+)?"+E):new RegExp(e+G+"([2-9]|[1-9][0-9]+)?"+E)}}}),cA=He({"src/lib/coerce.js"(Y){var G=Ui(),h=Zf(),b=Po().extendFlat,S=Bl(),E=Lp(),e=Di(),t=Hd().DESELECTDIM,r=$g(),o=B0().counter,a=F0().modHalf,i=Sh().isArrayOrTypedArray,n=Sh().isTypedArraySpec,s=Sh().decodeTypedArraySpec;Y.valObjectMeta={data_array:{coerceFunction:function(c,p,d){p.set(i(c)?c:n(c)?s(c):d)}},enumerated:{coerceFunction:function(c,p,d,T){T.coerceNumber&&(c=+c),T.values.indexOf(c)===-1?p.set(d):p.set(c)},validateFunction:function(c,p){p.coerceNumber&&(c=+c);for(var d=p.values,T=0;T<d.length;T++){var l=String(d[T]);if(l.charAt(0)==="/"&&l.charAt(l.length-1)==="/"){var m=new RegExp(l.slice(1,-1));if(m.test(c))return!0}else if(c===d[T])return!0}return!1}},boolean:{coerceFunction:function(c,p,d,T){const l=m=>m===!0||m===!1;l(c)||T.arrayOk&&Array.isArray(c)&&c.length>0&&c.every(l)?p.set(c):p.set(d)}},number:{coerceFunction:function(c,p,d,T){n(c)&&(c=s(c)),!G(c)||T.min!==void 0&&c<T.min||T.max!==void 0&&c>T.max?p.set(d):p.set(+c)}},integer:{coerceFunction:function(c,p,d,T){if((T.extras||[]).indexOf(c)!==-1){p.set(c);return}n(c)&&(c=s(c)),c%1||!G(c)||T.min!==void 0&&c<T.min||T.max!==void 0&&c>T.max?p.set(d):p.set(+c)}},string:{coerceFunction:function(c,p,d,T){if(typeof c!="string"){var l=typeof c=="number";T.strict===!0||!l?p.set(d):p.set(String(c))}else T.noBlank&&!c?p.set(d):p.set(c)}},color:{coerceFunction:function(c,p,d){n(c)&&(c=s(c)),h(c).isValid()?p.set(c):p.set(d)}},colorlist:{coerceFunction:function(c,p,d){function T(l){return h(l).isValid()}!Array.isArray(c)||!c.length?p.set(d):c.every(T)?p.set(c):p.set(d)}},colorscale:{coerceFunction:function(c,p,d){p.set(E.get(c,d))}},angle:{coerceFunction:function(c,p,d){n(c)&&(c=s(c)),c==="auto"?p.set("auto"):G(c)?p.set(a(+c,360)):p.set(d)}},subplotid:{coerceFunction:function(c,p,d,T){var l=T.regex||o(d);const m=x=>typeof x=="string"&&l.test(x);m(c)||T.arrayOk&&i(c)&&c.length>0&&c.every(m)?p.set(c):p.set(d)},validateFunction:function(c,p){var d=p.dflt;return c===d?!0:typeof c!="string"?!1:!!o(d).test(c)}},flaglist:{coerceFunction:function(c,p,d,T){if((T.extras||[]).indexOf(c)!==-1){p.set(c);return}if(typeof c!="string"){p.set(d);return}for(var l=c.split("+"),m=0;m<l.length;){var x=l[m];T.flags.indexOf(x)===-1||l.indexOf(x)<m?l.splice(m,1):m++}l.length?p.set(l.join("+")):p.set(d)}},any:{coerceFunction:function(c,p,d){c===void 0?p.set(d):p.set(n(c)?s(c):c)}},info_array:{coerceFunction:function(c,p,d,T){function l(F,B,O){var I,N={set:function(U){I=U}};return O===void 0&&(O=B.dflt),Y.valObjectMeta[B.valType].coerceFunction(F,N,O,B),I}if(n(c)&&(c=s(c)),!i(c)){p.set(d);return}var m=T.dimensions===2||T.dimensions==="1-2"&&Array.isArray(c)&&i(c[0]),x=T.items,A=[],M=Array.isArray(x),_=M&&m&&i(x[0]),w=m&&M&&!_,g=M&&!w?x.length:c.length,u,v,y,R,L,z;if(d=Array.isArray(d)?d:[],m)for(u=0;u<g;u++)for(A[u]=[],y=i(c[u])?c[u]:[],w?L=x.length:M?L=x[u].length:L=y.length,v=0;v<L;v++)w?R=x[v]:M?R=x[u][v]:R=x,z=l(y[v],R,(d[u]||[])[v]),z!==void 0&&(A[u][v]=z);else for(u=0;u<g;u++)z=l(c[u],M?x[u]:x,d[u]),z!==void 0&&(A[u]=z);p.set(A)},validateFunction:function(c,p){if(!i(c))return!1;var d=p.items,T=Array.isArray(d),l=p.dimensions===2;if(!p.freeLength&&c.length!==d.length)return!1;for(var m=0;m<c.length;m++)if(l){if(!i(c[m])||!p.freeLength&&c[m].length!==d[m].length)return!1;for(var x=0;x<c[m].length;x++)if(!f(c[m][x],T?d[m][x]:d))return!1}else if(!f(c[m],T?d[m]:d))return!1;return!0}}},Y.coerce=function(c,p,d,T,l){var m=r(d,T).get(),x=r(c,T),A=r(p,T),M=x.get(),_=p._template;if(M===void 0&&_&&(M=r(_,T).get(),_=0),l===void 0&&(l=m.dflt),m.arrayOk){if(i(M))return A.set(M),M;if(n(M))return M=s(M),A.set(M),M}var w=Y.valObjectMeta[m.valType].coerceFunction;w(M,A,l,m);var g=A.get();return _&&g===l&&!f(M,m)&&(M=r(_,T).get(),w(M,A,l,m),g=A.get()),g},Y.coerce2=function(c,p,d,T,l){var m=r(c,T),x=Y.coerce(c,p,d,T,l),A=m.get();return A!=null?x:!1},Y.coerceFont=function(c,p,d,T){T||(T={}),d=b({},d),d=b(d,T.overrideDflt||{});var l={family:c(p+".family",d.family),size:c(p+".size",d.size),color:c(p+".color",d.color),weight:c(p+".weight",d.weight),style:c(p+".style",d.style)};if(T.noFontVariant||(l.variant=c(p+".variant",d.variant)),T.noFontLineposition||(l.lineposition=c(p+".lineposition",d.lineposition)),T.noFontTextcase||(l.textcase=c(p+".textcase",d.textcase)),!T.noFontShadow){var m=d.shadow;m==="none"&&T.autoShadowDflt&&(m="auto"),l.shadow=c(p+".shadow",m)}return l},Y.coercePattern=function(c,p,d,T){var l=c(p+".shape"),m;if(l||(m=c(p+".path")),l||m){l&&c(p+".solidity"),c(p+".size");var x=c(p+".fillmode"),A=x==="overlay";if(!T){var M=c(p+".bgcolor",A?d:void 0);c(p+".fgcolor",A?e.contrast(M):d)}c(p+".fgopacity",A?.5:1)}},Y.coerceHoverinfo=function(c,p,d){var T=p._module.attributes,l=T.hoverinfo?T:S,m=l.hoverinfo,x;if(d._dataLength===1){var A=m.dflt==="all"?m.flags.slice():m.dflt.split("+");A.splice(A.indexOf("name"),1),x=A.join("+")}return Y.coerce(c,p,l,"hoverinfo",x)},Y.coerceSelectionMarkerOpacity=function(c,p){if(c.marker){var d=c.marker.opacity;if(d!==void 0){var T,l;!i(d)&&!c.selected&&!c.unselected&&(T=d,l=t*d),p("selected.marker.opacity",T),p("unselected.marker.opacity",l)}}};function f(c,p){var d=Y.valObjectMeta[p.valType];if(p.arrayOk&&i(c))return!0;if(d.validateFunction)return d.validateFunction(c,p);var T={},l=T,m={set:function(x){l=x}};return d.coerceFunction(c,m,T,p),l!==T}Y.validate=f}}),Pp=He({"src/plot_api/plot_config.js"(Y,G){var h={staticPlot:{valType:"boolean",dflt:!1},typesetMath:{valType:"boolean",dflt:!0},plotlyServerURL:{valType:"string",dflt:""},editable:{valType:"boolean",dflt:!1},edits:{annotationPosition:{valType:"boolean",dflt:!1},annotationTail:{valType:"boolean",dflt:!1},annotationText:{valType:"boolean",dflt:!1},axisTitleText:{valType:"boolean",dflt:!1},colorbarPosition:{valType:"boolean",dflt:!1},colorbarTitleText:{valType:"boolean",dflt:!1},legendPosition:{valType:"boolean",dflt:!1},legendText:{valType:"boolean",dflt:!1},shapePosition:{valType:"boolean",dflt:!1},titleText:{valType:"boolean",dflt:!1}},editSelection:{valType:"boolean",dflt:!0},autosizable:{valType:"boolean",dflt:!1},responsive:{valType:"boolean",dflt:!1},fillFrame:{valType:"boolean",dflt:!1},frameMargins:{valType:"number",dflt:0,min:0,max:.5},scrollZoom:{valType:"flaglist",flags:["cartesian","gl3d","geo","mapbox","map"],extras:[!0,!1],dflt:"gl3d+geo+map"},doubleClick:{valType:"enumerated",values:[!1,"reset","autosize","reset+autosize"],dflt:"reset+autosize"},doubleClickDelay:{valType:"number",dflt:300,min:0},showAxisDragHandles:{valType:"boolean",dflt:!0},showAxisRangeEntryBoxes:{valType:"boolean",dflt:!0},showTips:{valType:"boolean",dflt:!0},showLink:{valType:"boolean",dflt:!1},linkText:{valType:"string",dflt:"Edit chart",noBlank:!0},sendData:{valType:"boolean",dflt:!0},showSources:{valType:"any",dflt:!1},displayModeBar:{valType:"enumerated",values:["hover",!0,!1],dflt:"hover"},showSendToCloud:{valType:"boolean",dflt:!1},showEditInChartStudio:{valType:"boolean",dflt:!1},modeBarButtonsToRemove:{valType:"any",dflt:[]},modeBarButtonsToAdd:{valType:"any",dflt:[]},modeBarButtons:{valType:"any",dflt:!1},toImageButtonOptions:{valType:"any",dflt:{}},displaylogo:{valType:"boolean",dflt:!0},watermark:{valType:"boolean",dflt:!1},plotGlPixelRatio:{valType:"number",dflt:2,min:1,max:4},setBackground:{valType:"any",dflt:"transparent"},topojsonURL:{valType:"string",noBlank:!0,dflt:"https://cdn.plot.ly/un/"},mapboxAccessToken:{valType:"string",dflt:null},logging:{valType:"integer",min:0,max:2,dflt:1},notifyOnLogging:{valType:"integer",min:0,max:2,dflt:0},queueLength:{valType:"integer",min:0,dflt:0},locale:{valType:"string",dflt:"en-US"},locales:{valType:"any",dflt:{}}},b={};function S(E,e){for(var t in E){var r=E[t];r.valType?e[t]=r.dflt:(e[t]||(e[t]={}),S(r,e[t]))}}S(h,b),G.exports={configAttributes:h,dfltConfig:b}}}),fb=He({"src/lib/notifier.js"(Y,G){var h=_i(),b=Ui(),S=[];G.exports=function(E,e){if(S.indexOf(E)!==-1)return;S.push(E);var t=1e3;b(e)?t=e:e==="long"&&(t=3e3);var r=h.select("body").selectAll(".plotly-notifier").data([0]);r.enter().append("div").classed("plotly-notifier",!0);var o=r.selectAll(".notifier-note").data(S);function a(i){i.duration(700).style("opacity",0).each("end",function(n){var s=S.indexOf(n);s!==-1&&S.splice(s,1),h.select(this).remove()})}o.enter().append("div").classed("notifier-note",!0).style("opacity",0).each(function(i){var n=h.select(this);n.append("button").classed("notifier-close",!0).html("×").on("click",function(){n.transition().call(a)});for(var s=n.append("p"),f=i.split(/<br\s*\/?>/g),c=0;c<f.length;c++)c&&s.append("br"),s.append("span").text(f[c]);e==="stick"?n.transition().duration(350).style("opacity",1):n.transition().duration(700).style("opacity",1).transition().delay(t).call(a)})}}}),Wd=He({"src/lib/loggers.js"(Y,G){var h=Pp().dfltConfig,b=fb(),S=G.exports={};S.log=function(){var E;if(h.logging>1){var e=["LOG:"];for(E=0;E<arguments.length;E++)e.push(arguments[E]);console.trace.apply(console,e)}if(h.notifyOnLogging>1){var t=[];for(E=0;E<arguments.length;E++)t.push(arguments[E]);b(t.join("<br>"),"long")}},S.warn=function(){var E;if(h.logging>0){var e=["WARN:"];for(E=0;E<arguments.length;E++)e.push(arguments[E]);console.trace.apply(console,e)}if(h.notifyOnLogging>0){var t=[];for(E=0;E<arguments.length;E++)t.push(arguments[E]);b(t.join("<br>"),"stick")}},S.error=function(){var E;if(h.logging>0){var e=["ERROR:"];for(E=0;E<arguments.length;E++)e.push(arguments[E]);console.error.apply(console,e)}if(h.notifyOnLogging>0){var t=[];for(E=0;E<arguments.length;E++)t.push(arguments[E]);b(t.join("<br>"),"stick")}}}}),Qy=He({"src/lib/noop.js"(Y,G){G.exports=function(){}}}),hb=He({"src/lib/push_unique.js"(Y,G){G.exports=function(b,S){if(S instanceof RegExp){for(var E=S.toString(),e=0;e<b.length;e++)if(b[e]instanceof RegExp&&b[e].toString()===E)return b;b.push(S)}else(S||S===0)&&b.indexOf(S)===-1&&b.push(S);return b}}}),fA=He({"node_modules/gl-mat4/create.js"(Y,G){G.exports=h;function h(){var b=new Float32Array(16);return b[0]=1,b[1]=0,b[2]=0,b[3]=0,b[4]=0,b[5]=1,b[6]=0,b[7]=0,b[8]=0,b[9]=0,b[10]=1,b[11]=0,b[12]=0,b[13]=0,b[14]=0,b[15]=1,b}}}),hA=He({"node_modules/gl-mat4/clone.js"(Y,G){G.exports=h;function h(b){var S=new Float32Array(16);return S[0]=b[0],S[1]=b[1],S[2]=b[2],S[3]=b[3],S[4]=b[4],S[5]=b[5],S[6]=b[6],S[7]=b[7],S[8]=b[8],S[9]=b[9],S[10]=b[10],S[11]=b[11],S[12]=b[12],S[13]=b[13],S[14]=b[14],S[15]=b[15],S}}}),vA=He({"node_modules/gl-mat4/copy.js"(Y,G){G.exports=h;function h(b,S){return b[0]=S[0],b[1]=S[1],b[2]=S[2],b[3]=S[3],b[4]=S[4],b[5]=S[5],b[6]=S[6],b[7]=S[7],b[8]=S[8],b[9]=S[9],b[10]=S[10],b[11]=S[11],b[12]=S[12],b[13]=S[13],b[14]=S[14],b[15]=S[15],b}}}),vb=He({"node_modules/gl-mat4/identity.js"(Y,G){G.exports=h;function h(b){return b[0]=1,b[1]=0,b[2]=0,b[3]=0,b[4]=0,b[5]=1,b[6]=0,b[7]=0,b[8]=0,b[9]=0,b[10]=1,b[11]=0,b[12]=0,b[13]=0,b[14]=0,b[15]=1,b}}}),dA=He({"node_modules/gl-mat4/transpose.js"(Y,G){G.exports=h;function h(b,S){if(b===S){var E=S[1],e=S[2],t=S[3],r=S[6],o=S[7],a=S[11];b[1]=S[4],b[2]=S[8],b[3]=S[12],b[4]=E,b[6]=S[9],b[7]=S[13],b[8]=e,b[9]=r,b[11]=S[14],b[12]=t,b[13]=o,b[14]=a}else b[0]=S[0],b[1]=S[4],b[2]=S[8],b[3]=S[12],b[4]=S[1],b[5]=S[5],b[6]=S[9],b[7]=S[13],b[8]=S[2],b[9]=S[6],b[10]=S[10],b[11]=S[14],b[12]=S[3],b[13]=S[7],b[14]=S[11],b[15]=S[15];return b}}}),pA=He({"node_modules/gl-mat4/invert.js"(Y,G){G.exports=h;function h(b,S){var E=S[0],e=S[1],t=S[2],r=S[3],o=S[4],a=S[5],i=S[6],n=S[7],s=S[8],f=S[9],c=S[10],p=S[11],d=S[12],T=S[13],l=S[14],m=S[15],x=E*a-e*o,A=E*i-t*o,M=E*n-r*o,_=e*i-t*a,w=e*n-r*a,g=t*n-r*i,u=s*T-f*d,v=s*l-c*d,y=s*m-p*d,R=f*l-c*T,L=f*m-p*T,z=c*m-p*l,F=x*z-A*L+M*R+_*y-w*v+g*u;return F?(F=1/F,b[0]=(a*z-i*L+n*R)*F,b[1]=(t*L-e*z-r*R)*F,b[2]=(T*g-l*w+m*_)*F,b[3]=(c*w-f*g-p*_)*F,b[4]=(i*y-o*z-n*v)*F,b[5]=(E*z-t*y+r*v)*F,b[6]=(l*M-d*g-m*A)*F,b[7]=(s*g-c*M+p*A)*F,b[8]=(o*L-a*y+n*u)*F,b[9]=(e*y-E*L-r*u)*F,b[10]=(d*w-T*M+m*x)*F,b[11]=(f*M-s*w-p*x)*F,b[12]=(a*v-o*R-i*u)*F,b[13]=(E*R-e*v+t*u)*F,b[14]=(T*A-d*_-l*x)*F,b[15]=(s*_-f*A+c*x)*F,b):null}}}),gA=He({"node_modules/gl-mat4/adjoint.js"(Y,G){G.exports=h;function h(b,S){var E=S[0],e=S[1],t=S[2],r=S[3],o=S[4],a=S[5],i=S[6],n=S[7],s=S[8],f=S[9],c=S[10],p=S[11],d=S[12],T=S[13],l=S[14],m=S[15];return b[0]=a*(c*m-p*l)-f*(i*m-n*l)+T*(i*p-n*c),b[1]=-(e*(c*m-p*l)-f*(t*m-r*l)+T*(t*p-r*c)),b[2]=e*(i*m-n*l)-a*(t*m-r*l)+T*(t*n-r*i),b[3]=-(e*(i*p-n*c)-a*(t*p-r*c)+f*(t*n-r*i)),b[4]=-(o*(c*m-p*l)-s*(i*m-n*l)+d*(i*p-n*c)),b[5]=E*(c*m-p*l)-s*(t*m-r*l)+d*(t*p-r*c),b[6]=-(E*(i*m-n*l)-o*(t*m-r*l)+d*(t*n-r*i)),b[7]=E*(i*p-n*c)-o*(t*p-r*c)+s*(t*n-r*i),b[8]=o*(f*m-p*T)-s*(a*m-n*T)+d*(a*p-n*f),b[9]=-(E*(f*m-p*T)-s*(e*m-r*T)+d*(e*p-r*f)),b[10]=E*(a*m-n*T)-o*(e*m-r*T)+d*(e*n-r*a),b[11]=-(E*(a*p-n*f)-o*(e*p-r*f)+s*(e*n-r*a)),b[12]=-(o*(f*l-c*T)-s*(a*l-i*T)+d*(a*c-i*f)),b[13]=E*(f*l-c*T)-s*(e*l-t*T)+d*(e*c-t*f),b[14]=-(E*(a*l-i*T)-o*(e*l-t*T)+d*(e*i-t*a)),b[15]=E*(a*c-i*f)-o*(e*c-t*f)+s*(e*i-t*a),b}}}),mA=He({"node_modules/gl-mat4/determinant.js"(Y,G){G.exports=h;function h(b){var S=b[0],E=b[1],e=b[2],t=b[3],r=b[4],o=b[5],a=b[6],i=b[7],n=b[8],s=b[9],f=b[10],c=b[11],p=b[12],d=b[13],T=b[14],l=b[15],m=S*o-E*r,x=S*a-e*r,A=S*i-t*r,M=E*a-e*o,_=E*i-t*o,w=e*i-t*a,g=n*d-s*p,u=n*T-f*p,v=n*l-c*p,y=s*T-f*d,R=s*l-c*d,L=f*l-c*T;return m*L-x*R+A*y+M*v-_*u+w*g}}}),yA=He({"node_modules/gl-mat4/multiply.js"(Y,G){G.exports=h;function h(b,S,E){var e=S[0],t=S[1],r=S[2],o=S[3],a=S[4],i=S[5],n=S[6],s=S[7],f=S[8],c=S[9],p=S[10],d=S[11],T=S[12],l=S[13],m=S[14],x=S[15],A=E[0],M=E[1],_=E[2],w=E[3];return b[0]=A*e+M*a+_*f+w*T,b[1]=A*t+M*i+_*c+w*l,b[2]=A*r+M*n+_*p+w*m,b[3]=A*o+M*s+_*d+w*x,A=E[4],M=E[5],_=E[6],w=E[7],b[4]=A*e+M*a+_*f+w*T,b[5]=A*t+M*i+_*c+w*l,b[6]=A*r+M*n+_*p+w*m,b[7]=A*o+M*s+_*d+w*x,A=E[8],M=E[9],_=E[10],w=E[11],b[8]=A*e+M*a+_*f+w*T,b[9]=A*t+M*i+_*c+w*l,b[10]=A*r+M*n+_*p+w*m,b[11]=A*o+M*s+_*d+w*x,A=E[12],M=E[13],_=E[14],w=E[15],b[12]=A*e+M*a+_*f+w*T,b[13]=A*t+M*i+_*c+w*l,b[14]=A*r+M*n+_*p+w*m,b[15]=A*o+M*s+_*d+w*x,b}}}),_A=He({"node_modules/gl-mat4/translate.js"(Y,G){G.exports=h;function h(b,S,E){var e=E[0],t=E[1],r=E[2],o,a,i,n,s,f,c,p,d,T,l,m;return S===b?(b[12]=S[0]*e+S[4]*t+S[8]*r+S[12],b[13]=S[1]*e+S[5]*t+S[9]*r+S[13],b[14]=S[2]*e+S[6]*t+S[10]*r+S[14],b[15]=S[3]*e+S[7]*t+S[11]*r+S[15]):(o=S[0],a=S[1],i=S[2],n=S[3],s=S[4],f=S[5],c=S[6],p=S[7],d=S[8],T=S[9],l=S[10],m=S[11],b[0]=o,b[1]=a,b[2]=i,b[3]=n,b[4]=s,b[5]=f,b[6]=c,b[7]=p,b[8]=d,b[9]=T,b[10]=l,b[11]=m,b[12]=o*e+s*t+d*r+S[12],b[13]=a*e+f*t+T*r+S[13],b[14]=i*e+c*t+l*r+S[14],b[15]=n*e+p*t+m*r+S[15]),b}}}),xA=He({"node_modules/gl-mat4/scale.js"(Y,G){G.exports=h;function h(b,S,E){var e=E[0],t=E[1],r=E[2];return b[0]=S[0]*e,b[1]=S[1]*e,b[2]=S[2]*e,b[3]=S[3]*e,b[4]=S[4]*t,b[5]=S[5]*t,b[6]=S[6]*t,b[7]=S[7]*t,b[8]=S[8]*r,b[9]=S[9]*r,b[10]=S[10]*r,b[11]=S[11]*r,b[12]=S[12],b[13]=S[13],b[14]=S[14],b[15]=S[15],b}}}),bA=He({"node_modules/gl-mat4/rotate.js"(Y,G){G.exports=h;function h(b,S,E,e){var t=e[0],r=e[1],o=e[2],a=Math.sqrt(t*t+r*r+o*o),i,n,s,f,c,p,d,T,l,m,x,A,M,_,w,g,u,v,y,R,L,z,F,B;return Math.abs(a)<1e-6?null:(a=1/a,t*=a,r*=a,o*=a,i=Math.sin(E),n=Math.cos(E),s=1-n,f=S[0],c=S[1],p=S[2],d=S[3],T=S[4],l=S[5],m=S[6],x=S[7],A=S[8],M=S[9],_=S[10],w=S[11],g=t*t*s+n,u=r*t*s+o*i,v=o*t*s-r*i,y=t*r*s-o*i,R=r*r*s+n,L=o*r*s+t*i,z=t*o*s+r*i,F=r*o*s-t*i,B=o*o*s+n,b[0]=f*g+T*u+A*v,b[1]=c*g+l*u+M*v,b[2]=p*g+m*u+_*v,b[3]=d*g+x*u+w*v,b[4]=f*y+T*R+A*L,b[5]=c*y+l*R+M*L,b[6]=p*y+m*R+_*L,b[7]=d*y+x*R+w*L,b[8]=f*z+T*F+A*B,b[9]=c*z+l*F+M*B,b[10]=p*z+m*F+_*B,b[11]=d*z+x*F+w*B,S!==b&&(b[12]=S[12],b[13]=S[13],b[14]=S[14],b[15]=S[15]),b)}}}),wA=He({"node_modules/gl-mat4/rotateX.js"(Y,G){G.exports=h;function h(b,S,E){var e=Math.sin(E),t=Math.cos(E),r=S[4],o=S[5],a=S[6],i=S[7],n=S[8],s=S[9],f=S[10],c=S[11];return S!==b&&(b[0]=S[0],b[1]=S[1],b[2]=S[2],b[3]=S[3],b[12]=S[12],b[13]=S[13],b[14]=S[14],b[15]=S[15]),b[4]=r*t+n*e,b[5]=o*t+s*e,b[6]=a*t+f*e,b[7]=i*t+c*e,b[8]=n*t-r*e,b[9]=s*t-o*e,b[10]=f*t-a*e,b[11]=c*t-i*e,b}}}),TA=He({"node_modules/gl-mat4/rotateY.js"(Y,G){G.exports=h;function h(b,S,E){var e=Math.sin(E),t=Math.cos(E),r=S[0],o=S[1],a=S[2],i=S[3],n=S[8],s=S[9],f=S[10],c=S[11];return S!==b&&(b[4]=S[4],b[5]=S[5],b[6]=S[6],b[7]=S[7],b[12]=S[12],b[13]=S[13],b[14]=S[14],b[15]=S[15]),b[0]=r*t-n*e,b[1]=o*t-s*e,b[2]=a*t-f*e,b[3]=i*t-c*e,b[8]=r*e+n*t,b[9]=o*e+s*t,b[10]=a*e+f*t,b[11]=i*e+c*t,b}}}),AA=He({"node_modules/gl-mat4/rotateZ.js"(Y,G){G.exports=h;function h(b,S,E){var e=Math.sin(E),t=Math.cos(E),r=S[0],o=S[1],a=S[2],i=S[3],n=S[4],s=S[5],f=S[6],c=S[7];return S!==b&&(b[8]=S[8],b[9]=S[9],b[10]=S[10],b[11]=S[11],b[12]=S[12],b[13]=S[13],b[14]=S[14],b[15]=S[15]),b[0]=r*t+n*e,b[1]=o*t+s*e,b[2]=a*t+f*e,b[3]=i*t+c*e,b[4]=n*t-r*e,b[5]=s*t-o*e,b[6]=f*t-a*e,b[7]=c*t-i*e,b}}}),SA=He({"node_modules/gl-mat4/fromRotation.js"(Y,G){G.exports=h;function h(b,S,E){var e,t,r,o=E[0],a=E[1],i=E[2],n=Math.sqrt(o*o+a*a+i*i);return Math.abs(n)<1e-6?null:(n=1/n,o*=n,a*=n,i*=n,e=Math.sin(S),t=Math.cos(S),r=1-t,b[0]=o*o*r+t,b[1]=a*o*r+i*e,b[2]=i*o*r-a*e,b[3]=0,b[4]=o*a*r-i*e,b[5]=a*a*r+t,b[6]=i*a*r+o*e,b[7]=0,b[8]=o*i*r+a*e,b[9]=a*i*r-o*e,b[10]=i*i*r+t,b[11]=0,b[12]=0,b[13]=0,b[14]=0,b[15]=1,b)}}}),MA=He({"node_modules/gl-mat4/fromRotationTranslation.js"(Y,G){G.exports=h;function h(b,S,E){var e=S[0],t=S[1],r=S[2],o=S[3],a=e+e,i=t+t,n=r+r,s=e*a,f=e*i,c=e*n,p=t*i,d=t*n,T=r*n,l=o*a,m=o*i,x=o*n;return b[0]=1-(p+T),b[1]=f+x,b[2]=c-m,b[3]=0,b[4]=f-x,b[5]=1-(s+T),b[6]=d+l,b[7]=0,b[8]=c+m,b[9]=d-l,b[10]=1-(s+p),b[11]=0,b[12]=E[0],b[13]=E[1],b[14]=E[2],b[15]=1,b}}}),EA=He({"node_modules/gl-mat4/fromScaling.js"(Y,G){G.exports=h;function h(b,S){return b[0]=S[0],b[1]=0,b[2]=0,b[3]=0,b[4]=0,b[5]=S[1],b[6]=0,b[7]=0,b[8]=0,b[9]=0,b[10]=S[2],b[11]=0,b[12]=0,b[13]=0,b[14]=0,b[15]=1,b}}}),kA=He({"node_modules/gl-mat4/fromTranslation.js"(Y,G){G.exports=h;function h(b,S){return b[0]=1,b[1]=0,b[2]=0,b[3]=0,b[4]=0,b[5]=1,b[6]=0,b[7]=0,b[8]=0,b[9]=0,b[10]=1,b[11]=0,b[12]=S[0],b[13]=S[1],b[14]=S[2],b[15]=1,b}}}),CA=He({"node_modules/gl-mat4/fromXRotation.js"(Y,G){G.exports=h;function h(b,S){var E=Math.sin(S),e=Math.cos(S);return b[0]=1,b[1]=0,b[2]=0,b[3]=0,b[4]=0,b[5]=e,b[6]=E,b[7]=0,b[8]=0,b[9]=-E,b[10]=e,b[11]=0,b[12]=0,b[13]=0,b[14]=0,b[15]=1,b}}}),LA=He({"node_modules/gl-mat4/fromYRotation.js"(Y,G){G.exports=h;function h(b,S){var E=Math.sin(S),e=Math.cos(S);return b[0]=e,b[1]=0,b[2]=-E,b[3]=0,b[4]=0,b[5]=1,b[6]=0,b[7]=0,b[8]=E,b[9]=0,b[10]=e,b[11]=0,b[12]=0,b[13]=0,b[14]=0,b[15]=1,b}}}),PA=He({"node_modules/gl-mat4/fromZRotation.js"(Y,G){G.exports=h;function h(b,S){var E=Math.sin(S),e=Math.cos(S);return b[0]=e,b[1]=E,b[2]=0,b[3]=0,b[4]=-E,b[5]=e,b[6]=0,b[7]=0,b[8]=0,b[9]=0,b[10]=1,b[11]=0,b[12]=0,b[13]=0,b[14]=0,b[15]=1,b}}}),IA=He({"node_modules/gl-mat4/fromQuat.js"(Y,G){G.exports=h;function h(b,S){var E=S[0],e=S[1],t=S[2],r=S[3],o=E+E,a=e+e,i=t+t,n=E*o,s=e*o,f=e*a,c=t*o,p=t*a,d=t*i,T=r*o,l=r*a,m=r*i;return b[0]=1-f-d,b[1]=s+m,b[2]=c-l,b[3]=0,b[4]=s-m,b[5]=1-n-d,b[6]=p+T,b[7]=0,b[8]=c+l,b[9]=p-T,b[10]=1-n-f,b[11]=0,b[12]=0,b[13]=0,b[14]=0,b[15]=1,b}}}),RA=He({"node_modules/gl-mat4/frustum.js"(Y,G){G.exports=h;function h(b,S,E,e,t,r,o){var a=1/(E-S),i=1/(t-e),n=1/(r-o);return b[0]=r*2*a,b[1]=0,b[2]=0,b[3]=0,b[4]=0,b[5]=r*2*i,b[6]=0,b[7]=0,b[8]=(E+S)*a,b[9]=(t+e)*i,b[10]=(o+r)*n,b[11]=-1,b[12]=0,b[13]=0,b[14]=o*r*2*n,b[15]=0,b}}}),DA=He({"node_modules/gl-mat4/perspective.js"(Y,G){G.exports=h;function h(b,S,E,e,t){var r=1/Math.tan(S/2),o=1/(e-t);return b[0]=r/E,b[1]=0,b[2]=0,b[3]=0,b[4]=0,b[5]=r,b[6]=0,b[7]=0,b[8]=0,b[9]=0,b[10]=(t+e)*o,b[11]=-1,b[12]=0,b[13]=0,b[14]=2*t*e*o,b[15]=0,b}}}),zA=He({"node_modules/gl-mat4/perspectiveFromFieldOfView.js"(Y,G){G.exports=h;function h(b,S,E,e){var t=Math.tan(S.upDegrees*Math.PI/180),r=Math.tan(S.downDegrees*Math.PI/180),o=Math.tan(S.leftDegrees*Math.PI/180),a=Math.tan(S.rightDegrees*Math.PI/180),i=2/(o+a),n=2/(t+r);return b[0]=i,b[1]=0,b[2]=0,b[3]=0,b[4]=0,b[5]=n,b[6]=0,b[7]=0,b[8]=-((o-a)*i*.5),b[9]=(t-r)*n*.5,b[10]=e/(E-e),b[11]=-1,b[12]=0,b[13]=0,b[14]=e*E/(E-e),b[15]=0,b}}}),FA=He({"node_modules/gl-mat4/ortho.js"(Y,G){G.exports=h;function h(b,S,E,e,t,r,o){var a=1/(S-E),i=1/(e-t),n=1/(r-o);return b[0]=-2*a,b[1]=0,b[2]=0,b[3]=0,b[4]=0,b[5]=-2*i,b[6]=0,b[7]=0,b[8]=0,b[9]=0,b[10]=2*n,b[11]=0,b[12]=(S+E)*a,b[13]=(t+e)*i,b[14]=(o+r)*n,b[15]=1,b}}}),OA=He({"node_modules/gl-mat4/lookAt.js"(Y,G){var h=vb();G.exports=b;function b(S,E,e,t){var r,o,a,i,n,s,f,c,p,d,T=E[0],l=E[1],m=E[2],x=t[0],A=t[1],M=t[2],_=e[0],w=e[1],g=e[2];return Math.abs(T-_)<1e-6&&Math.abs(l-w)<1e-6&&Math.abs(m-g)<1e-6?h(S):(f=T-_,c=l-w,p=m-g,d=1/Math.sqrt(f*f+c*c+p*p),f*=d,c*=d,p*=d,r=A*p-M*c,o=M*f-x*p,a=x*c-A*f,d=Math.sqrt(r*r+o*o+a*a),d?(d=1/d,r*=d,o*=d,a*=d):(r=0,o=0,a=0),i=c*a-p*o,n=p*r-f*a,s=f*o-c*r,d=Math.sqrt(i*i+n*n+s*s),d?(d=1/d,i*=d,n*=d,s*=d):(i=0,n=0,s=0),S[0]=r,S[1]=i,S[2]=f,S[3]=0,S[4]=o,S[5]=n,S[6]=c,S[7]=0,S[8]=a,S[9]=s,S[10]=p,S[11]=0,S[12]=-(r*T+o*l+a*m),S[13]=-(i*T+n*l+s*m),S[14]=-(f*T+c*l+p*m),S[15]=1,S)}}}),BA=He({"node_modules/gl-mat4/str.js"(Y,G){G.exports=h;function h(b){return"mat4("+b[0]+", "+b[1]+", "+b[2]+", "+b[3]+", "+b[4]+", "+b[5]+", "+b[6]+", "+b[7]+", "+b[8]+", "+b[9]+", "+b[10]+", "+b[11]+", "+b[12]+", "+b[13]+", "+b[14]+", "+b[15]+")"}}}),db=He({"node_modules/gl-mat4/index.js"(Y,G){G.exports={create:fA(),clone:hA(),copy:vA(),identity:vb(),transpose:dA(),invert:pA(),adjoint:gA(),determinant:mA(),multiply:yA(),translate:_A(),scale:xA(),rotate:bA(),rotateX:wA(),rotateY:TA(),rotateZ:AA(),fromRotation:SA(),fromRotationTranslation:MA(),fromScaling:EA(),fromTranslation:kA(),fromXRotation:CA(),fromYRotation:LA(),fromZRotation:PA(),fromQuat:IA(),frustum:RA(),perspective:DA(),perspectiveFromFieldOfView:zA(),ortho:FA(),lookAt:OA(),str:BA()}}}),e1=He({"src/lib/matrix.js"(Y){var G=db();Y.init2dArray=function(h,b){for(var S=new Array(h),E=0;E<h;E++)S[E]=new Array(b);return S},Y.transposeRagged=function(h){var b=0,S=h.length,E,e;for(E=0;E<S;E++)b=Math.max(b,h[E].length);var t=new Array(b);for(E=0;E<b;E++)for(t[E]=new Array(S),e=0;e<S;e++)t[E][e]=h[e][E];return t},Y.dot=function(h,b){if(!(h.length&&b.length)||h.length!==b.length)return null;var S=h.length,E,e;if(h[0].length)for(E=new Array(S),e=0;e<S;e++)E[e]=Y.dot(h[e],b);else if(b[0].length){var t=Y.transposeRagged(b);for(E=new Array(t.length),e=0;e<t.length;e++)E[e]=Y.dot(h,t[e])}else for(E=0,e=0;e<S;e++)E+=h[e]*b[e];return E},Y.translationMatrix=function(h,b){return[[1,0,h],[0,1,b],[0,0,1]]},Y.rotationMatrix=function(h){var b=h*Math.PI/180;return[[Math.cos(b),-Math.sin(b),0],[Math.sin(b),Math.cos(b),0],[0,0,1]]},Y.rotationXYMatrix=function(h,b,S){return Y.dot(Y.dot(Y.translationMatrix(b,S),Y.rotationMatrix(h)),Y.translationMatrix(-b,-S))},Y.apply3DTransform=function(h){return function(){var b=arguments,S=arguments.length===1?b[0]:[b[0],b[1],b[2]||0];return Y.dot(h,[S[0],S[1],S[2],1]).slice(0,3)}},Y.apply2DTransform=function(h){return function(){var b=arguments;b.length===3&&(b=b[0]);var S=arguments.length===1?b[0]:[b[0],b[1]];return Y.dot(h,[S[0],S[1],1]).slice(0,2)}},Y.apply2DTransform2=function(h){var b=Y.apply2DTransform(h);return function(S){return b(S.slice(0,2)).concat(b(S.slice(2,4)))}},Y.convertCssMatrix=function(h){if(h){var b=h.length;if(b===16)return h;if(b===6)return[h[0],h[1],0,0,h[2],h[3],0,0,0,0,1,0,h[4],h[5],0,1]}return[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1]},Y.inverseTransformMatrix=function(h){var b=[];return G.invert(b,h),[[b[0],b[1],b[2],b[3]],[b[4],b[5],b[6],b[7]],[b[8],b[9],b[10],b[11]],[b[12],b[13],b[14],b[15]]]}}}),Qg=He({"src/lib/dom.js"(Y,G){var h=_i(),b=Wd(),S=e1(),E=db();function e(T){var l;if(typeof T=="string"){if(l=document.getElementById(T),l===null)throw new Error("No DOM element with id '"+T+"' exists on the page.");return l}else if(T==null)throw new Error("DOM element provided is null or undefined");return T}function t(T){var l=h.select(T);return l.node()instanceof HTMLElement&&l.size()&&l.classed("js-plotly-plot")}function r(T){var l=T&&T.parentNode;l&&l.removeChild(T)}function o(T,l){a("global",T,l)}function a(T,l,m){var x="plotly.js-style-"+T,A=document.getElementById(x);if(!(A&&A.matches(".no-inline-styles"))){A||(A=document.createElement("style"),A.setAttribute("id",x),A.appendChild(document.createTextNode("")),document.head.appendChild(A));var M=A.sheet;M?M.insertRule?M.insertRule(l+"{"+m+"}",0):M.addRule?M.addRule(l,m,0):b.warn("addStyleRule failed"):b.warn("Cannot addRelatedStyleRule, probably due to strict CSP...")}}function i(T){var l="plotly.js-style-"+T,m=document.getElementById(l);m&&r(m)}function n(T,l,m,x,A,M){var _=x.split(":"),w=A.split(":"),g="data-btn-style-event-added";M||(M=document),M.querySelectorAll(T).forEach(function(u){u.getAttribute(g)||(u.addEventListener("mouseenter",function(){var v=this.querySelector(m);v&&(v.style[_[0]]=_[1])}),u.addEventListener("mouseleave",function(){var v=this.querySelector(m);v&&(l&&this.matches(l)?v.style[_[0]]=_[1]:v.style[w[0]]=w[1])}),u.setAttribute(g,!0))})}function s(T){var l=c(T),m=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1];return l.forEach(function(x){var A=f(x);if(A){var M=S.convertCssMatrix(A);m=E.multiply(m,m,M)}}),m}function f(T){var l=window.getComputedStyle(T,null),m=l.getPropertyValue("-webkit-transform")||l.getPropertyValue("-moz-transform")||l.getPropertyValue("-ms-transform")||l.getPropertyValue("-o-transform")||l.getPropertyValue("transform");return m==="none"?null:m.replace("matrix","").replace("3d","").slice(1,-1).split(",").map(function(x){return+x})}function c(T){for(var l=[];p(T);)l.push(T),T=T.parentNode,typeof ShadowRoot=="function"&&T instanceof ShadowRoot&&(T=T.host);return l}function p(T){return T&&(T instanceof Element||T instanceof HTMLElement)}function d(T,l){return T&&l&&T.top===l.top&&T.left===l.left&&T.right===l.right&&T.bottom===l.bottom}G.exports={getGraphDiv:e,isPlotDiv:t,removeElement:r,addStyleRule:o,addRelatedStyleRule:a,deleteRelatedStyleRule:i,setStyleOnHover:n,getFullTransformMatrix:s,getElementTransformMatrix:f,getElementAndAncestors:c,equalDomRects:d}}}),em=He({"src/plots/animation_attributes.js"(Y,G){G.exports={mode:{valType:"enumerated",dflt:"afterall",values:["immediate","next","afterall"]},direction:{valType:"enumerated",values:["forward","reverse"],dflt:"forward"},fromcurrent:{valType:"boolean",dflt:!1},frame:{duration:{valType:"number",min:0,dflt:500},redraw:{valType:"boolean",dflt:!0}},transition:{duration:{valType:"number",min:0,dflt:500,editType:"none"},easing:{valType:"enumerated",dflt:"cubic-in-out",values:["linear","quad","cubic","sin","exp","circle","elastic","back","bounce","linear-in","quad-in","cubic-in","sin-in","exp-in","circle-in","elastic-in","back-in","bounce-in","linear-out","quad-out","cubic-out","sin-out","exp-out","circle-out","elastic-out","back-out","bounce-out","linear-in-out","quad-in-out","cubic-in-out","sin-in-out","exp-in-out","circle-in-out","elastic-in-out","back-in-out","bounce-in-out"],editType:"none"},ordering:{valType:"enumerated",values:["layout first","traces first"],dflt:"layout first",editType:"none"}}}}}),Zu=He({"src/plot_api/edit_types.js"(Y,G){var h=Po().extendFlat,b=fd(),S={valType:"flaglist",extras:["none"],flags:["calc","clearAxisTypes","plot","style","markerSize","colorbars"]},E={valType:"flaglist",extras:["none"],flags:["calc","plot","legend","ticks","axrange","layoutstyle","modebar","camera","arraydraw","colorbars"]},e=S.flags.slice().concat(["fullReplot"]),t=E.flags.slice().concat("layoutReplot");G.exports={traces:S,layout:E,traceFlags:function(){return r(e)},layoutFlags:function(){return r(t)},update:function(i,n){var s=n.editType;if(s&&s!=="none")for(var f=s.split("+"),c=0;c<f.length;c++)i[f[c]]=!0},overrideAll:o};function r(i){for(var n={},s=0;s<i.length;s++)n[i[s]]=!1;return n}function o(i,n,s){var f=h({},i);for(var c in f){var p=f[c];b(p)&&(f[c]=a(p,n,s,c))}return s==="from-root"&&(f.editType=n),f}function a(i,n,s,f){if(i.valType){var c=h({},i);if(c.editType=n,Array.isArray(i.items)){c.items=new Array(i.items.length);for(var p=0;p<i.items.length;p++)c.items[p]=a(i.items[p],n)}return c}else return o(i,n,f.charAt(0)==="_"?"nested":"from-root")}}}),nh=He({"src/components/drawing/attributes.js"(Y){Y.dash={valType:"string",values:["solid","dot","dash","longdash","dashdot","longdashdot"],dflt:"solid",editType:"style"},Y.pattern={shape:{valType:"enumerated",values:["","/","\\","x","-","|","+","."],dflt:"",arrayOk:!0,editType:"style"},path:{valType:"string",arrayOk:!0,editType:"style"},fillmode:{valType:"enumerated",values:["replace","overlay"],dflt:"replace",editType:"style"},bgcolor:{valType:"color",arrayOk:!0,editType:"style"},fgcolor:{valType:"color",arrayOk:!0,editType:"style"},fgopacity:{valType:"number",editType:"style",min:0,max:1},size:{valType:"number",min:0,dflt:8,arrayOk:!0,editType:"style"},solidity:{valType:"number",min:0,max:1,dflt:.3,arrayOk:!0,editType:"style"},editType:"style"}}}),pb=He({"src/constants/docs.js"(Y,G){G.exports={FORMAT_LINK:"https://github.com/d3/d3-format/tree/v1.4.5#d3-format",DATE_FORMAT_LINK:"https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format"}}}),Cl=He({"src/plots/template_attributes.js"(Y){var{DATE_FORMAT_LINK:G,FORMAT_LINK:h}=pb(),b=["Variables that can't be found will be replaced with the specifier.",'For example, a template of "data: %{x}, %{y}" will result in a value of "data: 1, %{y}" if x is 1 and y is missing.',"Variables with an undefined value will be replaced with the fallback value."].join(" ");function S({supportOther:E}={}){return["Variables are inserted using %{variable},",'for example "y: %{y}"'+(E?" as well as %{xother}, {%_xother}, {%_xother_}, {%xother_}. When showing info for several points, *xother* will be added to those with different x positions from the first point. An underscore before or after *(x|y)other* will add a space on that side, only when this field is shown.":"."),`Numbers are formatted using d3-format's syntax %{variable:d3-format}, for example "Price: %{y:$.2f}".`,h,"for details on the formatting syntax.",`Dates are formatted using d3-time-format's syntax %{variable|d3-time-format}, for example "Day: %{2019-01-01|%A}".`,G,"for details on the date formatting syntax.",b].join(" ")}Y.templateFormatStringDescription=S,Y.hovertemplateAttrs=({editType:E="none",arrayOk:e}={},t={})=>Au({valType:"string",dflt:"",editType:E},e!==!1?{arrayOk:!0}:{}),Y.texttemplateAttrs=({editType:E="calc",arrayOk:e}={},t={})=>Au({valType:"string",dflt:"",editType:E},e!==!1?{arrayOk:!0}:{}),Y.shapeTexttemplateAttrs=({editType:E="arraydraw",newshape:e}={},t={})=>({valType:"string",dflt:"",editType:E}),Y.templatefallbackAttrs=({editType:E="none"}={})=>({valType:"any",dflt:"-",editType:E})}}),t1=He({"src/components/shapes/label_texttemplate.js"(Y,G){function h(m,x){return x?x.d2l(m):m}function b(m,x){return x?x.l2d(m):m}function S(m){return m.x0}function E(m){return m.x1}function e(m){return m.y0}function t(m){return m.y1}function r(m){return m.x0shift||0}function o(m){return m.x1shift||0}function a(m){return m.y0shift||0}function i(m){return m.y1shift||0}function n(m,x){return h(m.x1,x)+o(m)-h(m.x0,x)-r(m)}function s(m,x,A){return h(m.y1,A)+i(m)-h(m.y0,A)-a(m)}function f(m,x){return Math.abs(n(m,x))}function c(m,x,A){return Math.abs(s(m,x,A))}function p(m,x,A){return m.type!=="line"?void 0:Math.sqrt(Math.pow(n(m,x),2)+Math.pow(s(m,x,A),2))}function d(m,x){return b((h(m.x1,x)+o(m)+h(m.x0,x)+r(m))/2,x)}function T(m,x,A){return b((h(m.y1,A)+i(m)+h(m.y0,A)+a(m))/2,A)}function l(m,x,A){return m.type!=="line"?void 0:s(m,x,A)/n(m,x)}G.exports={x0:S,x1:E,y0:e,y1:t,slope:l,dx:n,dy:s,width:f,height:c,length:p,xcenter:d,ycenter:T}}}),NA=He({"src/components/shapes/draw_newshape/attributes.js"(Y,G){var h=Zu().overrideAll,b=Bl(),S=Ru(),E=nh().dash,e=Po().extendFlat,{shapeTexttemplateAttrs:t,templatefallbackAttrs:r}=Cl(),o=t1();G.exports=h({newshape:{visible:e({},b.visible,{}),showlegend:{valType:"boolean",dflt:!1},legend:e({},b.legend,{}),legendgroup:e({},b.legendgroup,{}),legendgrouptitle:{text:e({},b.legendgrouptitle.text,{}),font:S({})},legendrank:e({},b.legendrank,{}),legendwidth:e({},b.legendwidth,{}),line:{color:{valType:"color"},width:{valType:"number",min:0,dflt:4},dash:e({},E,{dflt:"solid"})},fillcolor:{valType:"color",dflt:"rgba(0,0,0,0)"},fillrule:{valType:"enumerated",values:["evenodd","nonzero"],dflt:"evenodd"},opacity:{valType:"number",min:0,max:1,dflt:1},layer:{valType:"enumerated",values:["below","above","between"],dflt:"above"},drawdirection:{valType:"enumerated",values:["ortho","horizontal","vertical","diagonal"],dflt:"diagonal"},name:e({},b.name,{}),label:{text:{valType:"string",dflt:""},texttemplate:t({newshape:!0},{keys:Object.keys(o)}),texttemplatefallback:r({editType:"arraydraw"}),font:S({}),textposition:{valType:"enumerated",values:["top left","top center","top right","middle left","middle center","middle right","bottom left","bottom center","bottom right","start","middle","end"]},textangle:{valType:"angle",dflt:"auto"},xanchor:{valType:"enumerated",values:["auto","left","center","right"],dflt:"auto"},yanchor:{valType:"enumerated",values:["top","middle","bottom"]},padding:{valType:"number",dflt:3,min:0}}},activeshape:{fillcolor:{valType:"color",dflt:"rgb(255,0,255)",description:"Sets the color filling the active shape' interior."},opacity:{valType:"number",min:0,max:1,dflt:.5}}},"none","from-root")}}),UA=He({"src/components/selections/draw_newselection/attributes.js"(Y,G){var h=nh().dash,b=Po().extendFlat;G.exports={newselection:{mode:{valType:"enumerated",values:["immediate","gradual"],dflt:"immediate",editType:"none"},line:{color:{valType:"color",editType:"none"},width:{valType:"number",min:1,dflt:1,editType:"none"},dash:b({},h,{dflt:"dot",editType:"none"}),editType:"none"},editType:"none"},activeselection:{fillcolor:{valType:"color",dflt:"rgba(0,0,0,0)",editType:"none"},opacity:{valType:"number",min:0,max:1,dflt:.5,editType:"none"},editType:"none"}}}}),r1=He({"src/plots/pad_attributes.js"(Y,G){G.exports=function(h){var b=h.editType;return{t:{valType:"number",dflt:0,editType:b},r:{valType:"number",dflt:0,editType:b},b:{valType:"number",dflt:0,editType:b},l:{valType:"number",dflt:0,editType:b},editType:b}}}}),N0=He({"src/plots/layout_attributes.js"(Y,G){var h=Ru(),b=em(),S=Mf(),E=NA(),e=UA(),t=r1(),r=Po().extendFlat,o=h({editType:"calc"});o.family.dflt='"Open Sans", verdana, arial, sans-serif',o.size.dflt=12,o.color.dflt=S.defaultLine,G.exports={font:o,title:{text:{valType:"string",editType:"layoutstyle"},font:h({editType:"layoutstyle"}),subtitle:{text:{valType:"string",editType:"layoutstyle"},font:h({editType:"layoutstyle"}),editType:"layoutstyle"},xref:{valType:"enumerated",dflt:"container",values:["container","paper"],editType:"layoutstyle"},yref:{valType:"enumerated",dflt:"container",values:["container","paper"],editType:"layoutstyle"},x:{valType:"number",min:0,max:1,dflt:.5,editType:"layoutstyle"},y:{valType:"number",min:0,max:1,dflt:"auto",editType:"layoutstyle"},xanchor:{valType:"enumerated",dflt:"auto",values:["auto","left","center","right"],editType:"layoutstyle"},yanchor:{valType:"enumerated",dflt:"auto",values:["auto","top","middle","bottom"],editType:"layoutstyle"},pad:r(t({editType:"layoutstyle"}),{}),automargin:{valType:"boolean",dflt:!1,editType:"plot"},editType:"layoutstyle"},uniformtext:{mode:{valType:"enumerated",values:[!1,"hide","show"],dflt:!1,editType:"plot"},minsize:{valType:"number",min:0,dflt:0,editType:"plot"},editType:"plot"},autosize:{valType:"boolean",dflt:!1,editType:"none"},width:{valType:"number",min:10,dflt:700,editType:"plot"},height:{valType:"number",min:10,dflt:450,editType:"plot"},minreducedwidth:{valType:"number",min:2,dflt:64,editType:"plot"},minreducedheight:{valType:"number",min:2,dflt:64,editType:"plot"},margin:{l:{valType:"number",min:0,dflt:80,editType:"plot"},r:{valType:"number",min:0,dflt:80,editType:"plot"},t:{valType:"number",min:0,dflt:100,editType:"plot"},b:{valType:"number",min:0,dflt:80,editType:"plot"},pad:{valType:"number",min:0,dflt:0,editType:"plot"},autoexpand:{valType:"boolean",dflt:!0,editType:"plot"},editType:"plot"},computed:{valType:"any",editType:"none"},paper_bgcolor:{valType:"color",dflt:S.background,editType:"plot"},plot_bgcolor:{valType:"color",dflt:S.background,editType:"layoutstyle"},autotypenumbers:{valType:"enumerated",values:["convert types","strict"],dflt:"convert types",editType:"calc"},separators:{valType:"string",editType:"plot"},hidesources:{valType:"boolean",dflt:!1,editType:"plot"},showlegend:{valType:"boolean",editType:"legend"},colorway:{valType:"colorlist",dflt:S.defaults,editType:"calc"},datarevision:{valType:"any",editType:"calc"},uirevision:{valType:"any",editType:"none"},editrevision:{valType:"any",editType:"none"},selectionrevision:{valType:"any",editType:"none"},template:{valType:"any",editType:"calc"},newshape:E.newshape,activeshape:E.activeshape,newselection:e.newselection,activeselection:e.activeselection,meta:{valType:"any",arrayOk:!0,editType:"plot"},transition:r({},b.transition,{editType:"none"})}}}),jA=He({"node_modules/maplibre-gl/dist/maplibre-gl.css"(){(function(){if(!document.getElementById("696e55e75aaafa12d45b3ff634eadc8348f9c3015fc94984dac1ff824773eb97")){var Y=document.createElement("style");Y.id="696e55e75aaafa12d45b3ff634eadc8348f9c3015fc94984dac1ff824773eb97",Y.textContent=`.maplibregl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgb(0 0 0/0)}.maplibregl-canvas{left:0;position:absolute;top:0}.maplibregl-map:fullscreen{height:100%;width:100%}.maplibregl-ctrl-group button.maplibregl-ctrl-compass{touch-action:none}.maplibregl-canvas-container.maplibregl-interactive,.maplibregl-ctrl-group button.maplibregl-ctrl-compass{cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer{cursor:pointer}.maplibregl-canvas-container.maplibregl-interactive:active,.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active{cursor:grabbing}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-canvas-container.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:pinch-zoom}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:none}.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures,.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right,.maplibregl-ctrl-top-left,.maplibregl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.maplibregl-ctrl-top-left{left:0;top:0}.maplibregl-ctrl-top-right{right:0;top:0}.maplibregl-ctrl-bottom-left{bottom:0;left:0}.maplibregl-ctrl-bottom-right{bottom:0;right:0}.maplibregl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.maplibregl-ctrl-top-left .maplibregl-ctrl{float:left;margin:10px 0 0 10px}.maplibregl-ctrl-top-right .maplibregl-ctrl{float:right;margin:10px 10px 0 0}.maplibregl-ctrl-bottom-left .maplibregl-ctrl{float:left;margin:0 0 10px 10px}.maplibregl-ctrl-bottom-right .maplibregl-ctrl{float:right;margin:0 10px 10px 0}.maplibregl-ctrl-group{background:#fff;border-radius:4px}.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px rgba(0,0,0,.1)}@media (forced-colors:active){.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.maplibregl-ctrl-group button{background-color:transparent;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;padding:0;width:29px}.maplibregl-ctrl-group button+button{border-top:1px solid #ddd}.maplibregl-ctrl button .maplibregl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media (forced-colors:active){.maplibregl-ctrl-icon{background-color:transparent}.maplibregl-ctrl-group button+button{border-top:1px solid ButtonText}}.maplibregl-ctrl button::-moz-focus-inner{border:0;padding:0}.maplibregl-ctrl-attrib-button:focus,.maplibregl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl button:disabled{cursor:not-allowed}.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon{opacity:.25}.maplibregl-ctrl button:not(:disabled):hover{background-color:rgb(0 0 0/5%)}.maplibregl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.maplibregl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.maplibregl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.maplibregl-ctrl-group button:focus:only-child{border-radius:inherit}.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23333' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%2333b5e5' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23aaa' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon{animation:maplibregl-spin 2s linear infinite}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23999' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}}@keyframes maplibregl-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.maplibregl-ctrl-logo.maplibregl-compact{width:14px}@media (forced-colors:active){a.maplibregl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}.maplibregl-ctrl.maplibregl-ctrl-attrib{background-color:hsla(0,0%,100%,.5);margin:0;padding:0 5px}@media screen{.maplibregl-ctrl-attrib.maplibregl-compact{background-color:#fff;border-radius:12px;box-sizing:content-box;color:#000;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.maplibregl-ctrl-attrib.maplibregl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact-show,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{display:none}.maplibregl-ctrl-attrib-button{background-color:hsla(0,0%,100%,.5);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;list-style:none}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker{display:none}.maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button{left:0}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner{display:block}.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button{background-color:rgb(0 0 0/5%)}.maplibregl-ctrl-bottom-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;right:0}.maplibregl-ctrl-top-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{right:0;top:0}.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{left:0;top:0}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;left:0}}@media screen and (forced-colors:active){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.maplibregl-ctrl-attrib a{color:rgba(0,0,0,.75);text-decoration:none}.maplibregl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.maplibregl-attrib-empty{display:none}.maplibregl-ctrl-scale{background-color:hsla(0,0%,100%,.75);border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px}.maplibregl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.maplibregl-popup-anchor-top,.maplibregl-popup-anchor-top-left,.maplibregl-popup-anchor-top-right{flex-direction:column}.maplibregl-popup-anchor-bottom,.maplibregl-popup-anchor-bottom-left,.maplibregl-popup-anchor-bottom-right{flex-direction:column-reverse}.maplibregl-popup-anchor-left{flex-direction:row}.maplibregl-popup-anchor-right{flex-direction:row-reverse}.maplibregl-popup-tip{border:10px solid transparent;height:0;width:0;z-index:1}.maplibregl-popup-anchor-top .maplibregl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.maplibregl-popup-anchor-left .maplibregl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.maplibregl-popup-anchor-right .maplibregl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}.maplibregl-popup-close-button{background-color:transparent;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.maplibregl-popup-close-button:hover{background-color:rgb(0 0 0/5%)}.maplibregl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.1);padding:15px 10px;pointer-events:auto;position:relative}.maplibregl-popup-anchor-top-left .maplibregl-popup-content{border-top-left-radius:0}.maplibregl-popup-anchor-top-right .maplibregl-popup-content{border-top-right-radius:0}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content{border-bottom-left-radius:0}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content{border-bottom-right-radius:0}.maplibregl-popup-track-pointer{display:none}.maplibregl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-map:hover .maplibregl-popup-track-pointer{display:flex}.maplibregl-map:active .maplibregl-popup-track-pointer{display:none}.maplibregl-marker{left:0;position:absolute;top:0;transition:opacity .2s;will-change:transform}.maplibregl-user-location-dot,.maplibregl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.maplibregl-user-location-dot:before{animation:maplibregl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.maplibregl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px rgba(0,0,0,.35);box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}@keyframes maplibregl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.maplibregl-user-location-dot-stale{background-color:#aaa}.maplibregl-user-location-dot-stale:after{display:none}.maplibregl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.maplibregl-crosshair,.maplibregl-crosshair .maplibregl-interactive,.maplibregl-crosshair .maplibregl-interactive:active{cursor:crosshair}.maplibregl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}.maplibregl-cooperative-gesture-screen{align-items:center;background:rgba(0,0,0,.4);color:#fff;display:flex;font-size:1.4em;inset:0;justify-content:center;line-height:1.2;opacity:0;padding:1rem;pointer-events:none;position:absolute;transition:opacity 1s ease 1s;z-index:99999}.maplibregl-cooperative-gesture-screen.maplibregl-show{opacity:1;transition:opacity .05s}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:none}@media (hover:none),(width <= 480px){.maplibregl-cooperative-gesture-screen .maplibregl-desktop-message{display:none}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:block}}.maplibregl-pseudo-fullscreen{height:100%!important;left:0!important;position:fixed!important;top:0!important;width:100%!important;z-index:99999}`,document.head.appendChild(Y)}})()}}),ji=He({"src/registry.js"(Y){var G=Wd(),h=Qy(),b=hb(),S=fd(),E=Qg().addStyleRule,e=Po(),t=Bl(),r=N0(),o=e.extendFlat,a=e.extendDeepAll;Y.modules={},Y.allCategories={},Y.allTypes=[],Y.subplotsRegistry={},Y.componentsRegistry={},Y.layoutArrayContainers=[],Y.layoutArrayRegexes=[],Y.traceLayoutAttributes={},Y.localeRegistry={},Y.apiMethodRegistry={},Y.collectableSubplotTypes=null,Y.register=function(x){if(Y.collectableSubplotTypes=null,x)x&&!Array.isArray(x)&&(x=[x]);else throw new Error("No argument passed to Plotly.register.");for(var A=0;A<x.length;A++){var M=x[A];if(!M)throw new Error("Invalid module was attempted to be registered!");switch(M.moduleType){case"trace":i(M);break;case"transform":f(M);break;case"component":s(M);break;case"locale":c(M);break;case"apiMethod":var _=M.name;Y.apiMethodRegistry[_]=M.fn;break;default:throw new Error("Invalid module was attempted to be registered!")}}},Y.getModule=function(m){var x=Y.modules[l(m)];return x?x._module:!1},Y.traceIs=function(m,x){if(m=l(m),m==="various")return!1;var A=Y.modules[m];return A||(m&&G.log("Unrecognized trace type "+m+"."),A=Y.modules[t.type.dflt]),!!A.categories[x]},Y.getComponentMethod=function(m,x){var A=Y.componentsRegistry[m];return A&&A[x]||h},Y.call=function(){var m=arguments[0],x=[].slice.call(arguments,1);return Y.apiMethodRegistry[m].apply(null,x)};function i(m){var x=m.name,A=m.categories,M=m.meta;if(Y.modules[x]){G.log("Type "+x+" already registered");return}Y.subplotsRegistry[m.basePlotModule.name]||n(m.basePlotModule);for(var _={},w=0;w<A.length;w++)_[A[w]]=!0,Y.allCategories[A[w]]=!0;Y.modules[x]={_module:m,categories:_},M&&Object.keys(M).length&&(Y.modules[x].meta=M),Y.allTypes.push(x);for(var g in Y.componentsRegistry)d(g,x);m.layoutAttributes&&o(Y.traceLayoutAttributes,m.layoutAttributes);var u=m.basePlotModule,v=u.name;if(v==="mapbox"){var y=u.constants.styleRules;for(var R in y)E(".js-plotly-plot .plotly .mapboxgl-"+R,y[R])}v==="map"&&jA(),(v==="geo"||v==="mapbox"||v==="map")&&window.PlotlyGeoAssets===void 0&&(window.PlotlyGeoAssets={topojson:{}})}function n(m){var x=m.name;if(Y.subplotsRegistry[x]){G.log("Plot type "+x+" already registered.");return}p(m),Y.subplotsRegistry[x]=m;for(var A in Y.componentsRegistry)T(A,m.name)}function s(m){if(typeof m.name!="string")throw new Error("Component module *name* must be a string.");var x=m.name;Y.componentsRegistry[x]=m,m.layoutAttributes&&(m.layoutAttributes._isLinkedToArray&&b(Y.layoutArrayContainers,x),p(m));for(var A in Y.modules)d(x,A);for(var M in Y.subplotsRegistry)T(x,M);m.schema&&m.schema.layout&&a(r,m.schema.layout)}function f(m){if(typeof m.name!="string")throw new Error("Transform module *name* must be a string.");var x="Transform module "+m.name,A=typeof m.transform=="function",M=typeof m.calcTransform=="function";if(!A&&!M)throw new Error(x+" is missing a *transform* or *calcTransform* method.");A&&M&&G.log([x+" has both a *transform* and *calcTransform* methods.","Please note that all *transform* methods are executed","before all *calcTransform* methods."].join(" ")),S(m.attributes)||G.log(x+" registered without an *attributes* object."),typeof m.supplyDefaults!="function"&&G.log(x+" registered without a *supplyDefaults* method.")}function c(m){var x=m.name,A=x.split("-")[0],M=m.dictionary,_=m.format,w=M&&Object.keys(M).length,g=_&&Object.keys(_).length,u=Y.localeRegistry,v=u[x];if(v||(u[x]=v={}),A!==x){var y=u[A];y||(u[A]=y={}),w&&y.dictionary===v.dictionary&&(y.dictionary=M),g&&y.format===v.format&&(y.format=_)}w&&(v.dictionary=M),g&&(v.format=_)}function p(m){if(m.layoutAttributes){var x=m.layoutAttributes._arrayAttrRegexps;if(x)for(var A=0;A<x.length;A++)b(Y.layoutArrayRegexes,x[A])}}function d(m,x){var A=Y.componentsRegistry[m].schema;if(!(!A||!A.traces)){var M=A.traces[x];M&&a(Y.modules[x]._module.attributes,M)}}function T(m,x){var A=Y.componentsRegistry[m].schema;if(!(!A||!A.subplots)){var M=Y.subplotsRegistry[x],_=M.layoutAttributes,w=M.attr==="subplot"?M.name:M.attr;Array.isArray(w)&&(w=w[0]);var g=A.subplots[w];_&&g&&a(_,g)}}function l(m){return typeof m=="object"&&(m=m.type),m}}}),VA=He({"src/lib/dates.js"(Y){var G=Ni().timeFormat,h=Ui(),b=Wd(),S=F0().mod,E=Qo(),e=E.BADNUM,t=E.ONEDAY,r=E.ONEHOUR,o=E.ONEMIN,a=E.ONESEC,i=E.EPOCHJD,n=ji(),s=Ni().utcFormat,f=/^\s*(-?\d\d\d\d|\d\d)(-(\d?\d)(-(\d?\d)([ Tt]([01]?\d|2[0-3])(:([0-5]\d)(:([0-5]\d(\.\d+)?))?(Z|z|[+\-]\d\d(:?\d\d)?)?)?)?)?)?\s*$/m,c=/^\s*(-?\d\d\d\d|\d\d)(-(\d?\di?)(-(\d?\d)([ Tt]([01]?\d|2[0-3])(:([0-5]\d)(:([0-5]\d(\.\d+)?))?(Z|z|[+\-]\d\d(:?\d\d)?)?)?)?)?)?\s*$/m,p=new Date().getFullYear()-70;function d(F){return F&&n.componentsRegistry.calendars&&typeof F=="string"&&F!=="gregorian"}Y.dateTick0=function(F,B){var O=T(F,!!B);if(B<2)return O;var I=Y.dateTime2ms(O,F);return I+=t*(B-1),Y.ms2DateTime(I,0,F)};function T(F,B){return d(F)?B?n.getComponentMethod("calendars","CANONICAL_SUNDAY")[F]:n.getComponentMethod("calendars","CANONICAL_TICK")[F]:B?"2000-01-02":"2000-01-01"}Y.dfltRange=function(F){return d(F)?n.getComponentMethod("calendars","DFLTRANGE")[F]:["2000-01-01","2001-01-01"]},Y.isJSDate=function(F){return typeof F=="object"&&F!==null&&typeof F.getTime=="function"};var l,m;Y.dateTime2ms=function(F,B){if(Y.isJSDate(F)){var O=F.getTimezoneOffset()*o,I=(F.getUTCMinutes()-F.getMinutes())*o+(F.getUTCSeconds()-F.getSeconds())*a+(F.getUTCMilliseconds()-F.getMilliseconds());if(I){var N=3*o;O=O-N/2+S(I-O+N/2,N)}return F=Number(F)-O,F>=l&&F<=m?F:e}if(typeof F!="string"&&typeof F!="number")return e;F=String(F);var U=d(B),X=F.charAt(0);U&&(X==="G"||X==="g")&&(F=F.slice(1),B="");var ee=U&&B.slice(0,7)==="chinese",ue=F.match(ee?c:f);if(!ue)return e;var oe=ue[1],le=ue[3]||"1",V=Number(ue[5]||1),J=Number(ue[7]||0),te=Number(ue[9]||0),Z=Number(ue[11]||0);if(U){if(oe.length===2)return e;oe=Number(oe);var se;try{var Q=n.getComponentMethod("calendars","getCal")(B);if(ee){var q=le.charAt(le.length-1)==="i";le=parseInt(le,10),se=Q.newDate(oe,Q.toMonthIndex(oe,le,q),V)}else se=Q.newDate(oe,Number(le),V)}catch{return e}return se?(se.toJD()-i)*t+J*r+te*o+Z*a:e}oe.length===2?oe=(Number(oe)+2e3-p)%100+p:oe=Number(oe),le-=1;var re=new Date(Date.UTC(2e3,le,V,J,te));return re.setUTCFullYear(oe),re.getUTCMonth()!==le||re.getUTCDate()!==V?e:re.getTime()+Z*a},l=Y.MIN_MS=Y.dateTime2ms("-9999"),m=Y.MAX_MS=Y.dateTime2ms("9999-12-31 23:59:59.9999"),Y.isDateTime=function(F,B){return Y.dateTime2ms(F,B)!==e};function x(F,B){return String(F+Math.pow(10,B)).slice(1)}var A=90*t,M=3*r,_=5*o;Y.ms2DateTime=function(F,B,O){if(typeof F!="number"||!(F>=l&&F<=m))return e;B||(B=0);var I=Math.floor(S(F+.05,1)*10),N=Math.round(F-I/10),U,X,ee,ue,oe,le;if(d(O)){var V=Math.floor(N/t)+i,J=Math.floor(S(F,t));try{U=n.getComponentMethod("calendars","getCal")(O).fromJD(V).formatDate("yyyy-mm-dd")}catch{U=s("G%Y-%m-%d")(new Date(N))}if(U.charAt(0)==="-")for(;U.length<11;)U="-0"+U.slice(1);else for(;U.length<10;)U="0"+U;X=B<A?Math.floor(J/r):0,ee=B<A?Math.floor(J%r/o):0,ue=B<M?Math.floor(J%o/a):0,oe=B<_?J%a*10+I:0}else le=new Date(N),U=s("%Y-%m-%d")(le),X=B<A?le.getUTCHours():0,ee=B<A?le.getUTCMinutes():0,ue=B<M?le.getUTCSeconds():0,oe=B<_?le.getUTCMilliseconds()*10+I:0;return w(U,X,ee,ue,oe)},Y.ms2DateTimeLocal=function(F){if(!(F>=l+t&&F<=m-t))return e;var B=Math.floor(S(F+.05,1)*10),O=new Date(Math.round(F-B/10)),I=G("%Y-%m-%d")(O),N=O.getHours(),U=O.getMinutes(),X=O.getSeconds(),ee=O.getUTCMilliseconds()*10+B;return w(I,N,U,X,ee)};function w(F,B,O,I,N){if((B||O||I||N)&&(F+=" "+x(B,2)+":"+x(O,2),(I||N)&&(F+=":"+x(I,2),N))){for(var U=4;N%10===0;)U-=1,N/=10;F+="."+x(N,U)}return F}Y.cleanDate=function(F,B,O){if(F===e)return B;if(Y.isJSDate(F)||typeof F=="number"&&isFinite(F)){if(d(O))return b.error("JS Dates and milliseconds are incompatible with world calendars",F),B;if(F=Y.ms2DateTimeLocal(+F),!F&&B!==void 0)return B}else if(!Y.isDateTime(F,O))return b.error("unrecognized date",F),B;return F};var g=/%\d?f/g,u=/%h/g,v={1:"1",2:"1",3:"2",4:"2"};function y(F,B,O,I){F=F.replace(g,function(U){var X=Math.min(+U.charAt(1)||6,6),ee=(B/1e3%1+2).toFixed(X).slice(2).replace(/0+$/,"")||"0";return ee});var N=new Date(Math.floor(B+.05));if(F=F.replace(u,function(){return v[O("%q")(N)]}),d(I))try{F=n.getComponentMethod("calendars","worldCalFmt")(F,B,I)}catch{return"Invalid"}return O(F)(N)}var R=[59,59.9,59.99,59.999,59.9999];function L(F,B){var O=S(F+.05,t),I=x(Math.floor(O/r),2)+":"+x(S(Math.floor(O/o),60),2);if(B!=="M"){h(B)||(B=0);var N=Math.min(S(F/a,60),R[B]),U=(100+N).toFixed(B).slice(1);B>0&&(U=U.replace(/0+$/,"").replace(/[\.]$/,"")),I+=":"+U}return I}Y.formatDate=function(F,B,O,I,N,U){if(N=d(N)&&N,!B)if(O==="y")B=U.year;else if(O==="m")B=U.month;else if(O==="d")B=U.dayMonth+`
|