-
Notifications
You must be signed in to change notification settings - Fork 0
/
ExampleOfPigeonError.html
811 lines (762 loc) · 737 KB
/
ExampleOfPigeonError.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>BadLog - D:\Util\BadLog\CheezeCurd_1129_20-59.bag</title>
<!-- bootstrap.min.css -->
<style type="text/css">
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
/*# sourceMappingURL=bootstrap.min.css.map */
</style>
<!-- jquery-3.2.1.min.js -->
<script>
/*! jQuery v3.2.1 | (c) JS Foundation and other contributors | jquery.org/license */
!function(a,b){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){"use strict";var c=[],d=a.document,e=Object.getPrototypeOf,f=c.slice,g=c.concat,h=c.push,i=c.indexOf,j={},k=j.toString,l=j.hasOwnProperty,m=l.toString,n=m.call(Object),o={};function p(a,b){b=b||d;var c=b.createElement("script");c.text=a,b.head.appendChild(c).parentNode.removeChild(c)}var q="3.2.1",r=function(a,b){return new r.fn.init(a,b)},s=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,t=/^-ms-/,u=/-([a-z])/g,v=function(a,b){return b.toUpperCase()};r.fn=r.prototype={jquery:q,constructor:r,length:0,toArray:function(){return f.call(this)},get:function(a){return null==a?f.call(this):a<0?this[a+this.length]:this[a]},pushStack:function(a){var b=r.merge(this.constructor(),a);return b.prevObject=this,b},each:function(a){return r.each(this,a)},map:function(a){return this.pushStack(r.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(f.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(a<0?b:0);return this.pushStack(c>=0&&c<b?[this[c]]:[])},end:function(){return this.prevObject||this.constructor()},push:h,sort:c.sort,splice:c.splice},r.extend=r.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||r.isFunction(g)||(g={}),h===i&&(g=this,h--);h<i;h++)if(null!=(a=arguments[h]))for(b in a)c=g[b],d=a[b],g!==d&&(j&&d&&(r.isPlainObject(d)||(e=Array.isArray(d)))?(e?(e=!1,f=c&&Array.isArray(c)?c:[]):f=c&&r.isPlainObject(c)?c:{},g[b]=r.extend(j,f,d)):void 0!==d&&(g[b]=d));return g},r.extend({expando:"jQuery"+(q+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===r.type(a)},isWindow:function(a){return null!=a&&a===a.window},isNumeric:function(a){var b=r.type(a);return("number"===b||"string"===b)&&!isNaN(a-parseFloat(a))},isPlainObject:function(a){var b,c;return!(!a||"[object Object]"!==k.call(a))&&(!(b=e(a))||(c=l.call(b,"constructor")&&b.constructor,"function"==typeof c&&m.call(c)===n))},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?j[k.call(a)]||"object":typeof a},globalEval:function(a){p(a)},camelCase:function(a){return a.replace(t,"ms-").replace(u,v)},each:function(a,b){var c,d=0;if(w(a)){for(c=a.length;d<c;d++)if(b.call(a[d],d,a[d])===!1)break}else for(d in a)if(b.call(a[d],d,a[d])===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(s,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(w(Object(a))?r.merge(c,"string"==typeof a?[a]:a):h.call(c,a)),c},inArray:function(a,b,c){return null==b?-1:i.call(b,a,c)},merge:function(a,b){for(var c=+b.length,d=0,e=a.length;d<c;d++)a[e++]=b[d];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;f<g;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,e,f=0,h=[];if(w(a))for(d=a.length;f<d;f++)e=b(a[f],f,c),null!=e&&h.push(e);else for(f in a)e=b(a[f],f,c),null!=e&&h.push(e);return g.apply([],h)},guid:1,proxy:function(a,b){var c,d,e;if("string"==typeof b&&(c=a[b],b=a,a=c),r.isFunction(a))return d=f.call(arguments,2),e=function(){return a.apply(b||this,d.concat(f.call(arguments)))},e.guid=a.guid=a.guid||r.guid++,e},now:Date.now,support:o}),"function"==typeof Symbol&&(r.fn[Symbol.iterator]=c[Symbol.iterator]),r.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(a,b){j["[object "+b+"]"]=b.toLowerCase()});function w(a){var b=!!a&&"length"in a&&a.length,c=r.type(a);return"function"!==c&&!r.isWindow(a)&&("array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a)}var x=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=ha(),z=ha(),A=ha(),B=function(a,b){return a===b&&(l=!0),0},C={}.hasOwnProperty,D=[],E=D.pop,F=D.push,G=D.push,H=D.slice,I=function(a,b){for(var c=0,d=a.length;c<d;c++)if(a[c]===b)return c;return-1},J="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",K="[\\x20\\t\\r\\n\\f]",L="(?:\\\\.|[\\w-]|[^\0-\\xa0])+",M="\\["+K+"*("+L+")(?:"+K+"*([*^$|!~]?=)"+K+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+L+"))|)"+K+"*\\]",N=":("+L+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+M+")*)|.*)\\)|)",O=new RegExp(K+"+","g"),P=new RegExp("^"+K+"+|((?:^|[^\\\\])(?:\\\\.)*)"+K+"+$","g"),Q=new RegExp("^"+K+"*,"+K+"*"),R=new RegExp("^"+K+"*([>+~]|"+K+")"+K+"*"),S=new RegExp("="+K+"*([^\\]'\"]*?)"+K+"*\\]","g"),T=new RegExp(N),U=new RegExp("^"+L+"$"),V={ID:new RegExp("^#("+L+")"),CLASS:new RegExp("^\\.("+L+")"),TAG:new RegExp("^("+L+"|[*])"),ATTR:new RegExp("^"+M),PSEUDO:new RegExp("^"+N),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+K+"*(even|odd|(([+-]|)(\\d*)n|)"+K+"*(?:([+-]|)"+K+"*(\\d+)|))"+K+"*\\)|)","i"),bool:new RegExp("^(?:"+J+")$","i"),needsContext:new RegExp("^"+K+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+K+"*((?:-\\d)?\\d*)"+K+"*\\)|)(?=[^-]|$)","i")},W=/^(?:input|select|textarea|button)$/i,X=/^h\d$/i,Y=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,$=/[+~]/,_=new RegExp("\\\\([\\da-f]{1,6}"+K+"?|("+K+")|.)","ig"),aa=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:d<0?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},ba=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ca=function(a,b){return b?"\0"===a?"\ufffd":a.slice(0,-1)+"\\"+a.charCodeAt(a.length-1).toString(16)+" ":"\\"+a},da=function(){m()},ea=ta(function(a){return a.disabled===!0&&("form"in a||"label"in a)},{dir:"parentNode",next:"legend"});try{G.apply(D=H.call(v.childNodes),v.childNodes),D[v.childNodes.length].nodeType}catch(fa){G={apply:D.length?function(a,b){F.apply(a,H.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function ga(a,b,d,e){var f,h,j,k,l,o,r,s=b&&b.ownerDocument,w=b?b.nodeType:9;if(d=d||[],"string"!=typeof a||!a||1!==w&&9!==w&&11!==w)return d;if(!e&&((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,p)){if(11!==w&&(l=Z.exec(a)))if(f=l[1]){if(9===w){if(!(j=b.getElementById(f)))return d;if(j.id===f)return d.push(j),d}else if(s&&(j=s.getElementById(f))&&t(b,j)&&j.id===f)return d.push(j),d}else{if(l[2])return G.apply(d,b.getElementsByTagName(a)),d;if((f=l[3])&&c.getElementsByClassName&&b.getElementsByClassName)return G.apply(d,b.getElementsByClassName(f)),d}if(c.qsa&&!A[a+" "]&&(!q||!q.test(a))){if(1!==w)s=b,r=a;else if("object"!==b.nodeName.toLowerCase()){(k=b.getAttribute("id"))?k=k.replace(ba,ca):b.setAttribute("id",k=u),o=g(a),h=o.length;while(h--)o[h]="#"+k+" "+sa(o[h]);r=o.join(","),s=$.test(a)&&qa(b.parentNode)||b}if(r)try{return G.apply(d,s.querySelectorAll(r)),d}catch(x){}finally{k===u&&b.removeAttribute("id")}}}return i(a.replace(P,"$1"),b,d,e)}function ha(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ia(a){return a[u]=!0,a}function ja(a){var b=n.createElement("fieldset");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function ka(a,b){var c=a.split("|"),e=c.length;while(e--)d.attrHandle[c[e]]=b}function la(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&a.sourceIndex-b.sourceIndex;if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function ma(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function na(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function oa(a){return function(b){return"form"in b?b.parentNode&&b.disabled===!1?"label"in b?"label"in b.parentNode?b.parentNode.disabled===a:b.disabled===a:b.isDisabled===a||b.isDisabled!==!a&&ea(b)===a:b.disabled===a:"label"in b&&b.disabled===a}}function pa(a){return ia(function(b){return b=+b,ia(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function qa(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=ga.support={},f=ga.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return!!b&&"HTML"!==b.nodeName},m=ga.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=n.documentElement,p=!f(n),v!==n&&(e=n.defaultView)&&e.top!==e&&(e.addEventListener?e.addEventListener("unload",da,!1):e.attachEvent&&e.attachEvent("onunload",da)),c.attributes=ja(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ja(function(a){return a.appendChild(n.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=Y.test(n.getElementsByClassName),c.getById=ja(function(a){return o.appendChild(a).id=u,!n.getElementsByName||!n.getElementsByName(u).length}),c.getById?(d.filter.ID=function(a){var b=a.replace(_,aa);return function(a){return a.getAttribute("id")===b}},d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c?[c]:[]}}):(d.filter.ID=function(a){var b=a.replace(_,aa);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}},d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c,d,e,f=b.getElementById(a);if(f){if(c=f.getAttributeNode("id"),c&&c.value===a)return[f];e=b.getElementsByName(a),d=0;while(f=e[d++])if(c=f.getAttributeNode("id"),c&&c.value===a)return[f]}return[]}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){if("undefined"!=typeof b.getElementsByClassName&&p)return b.getElementsByClassName(a)},r=[],q=[],(c.qsa=Y.test(n.querySelectorAll))&&(ja(function(a){o.appendChild(a).innerHTML="<a id='"+u+"'></a><select id='"+u+"-\r\\' msallowcapture=''><option selected=''></option></select>",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+K+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+K+"*(?:value|"+J+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),ja(function(a){a.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var b=n.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+K+"*[*^$|!~]?="),2!==a.querySelectorAll(":enabled").length&&q.push(":enabled",":disabled"),o.appendChild(a).disabled=!0,2!==a.querySelectorAll(":disabled").length&&q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=Y.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ja(function(a){c.disconnectedMatch=s.call(a,"*"),s.call(a,"[s!='']:x"),r.push("!=",N)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=Y.test(o.compareDocumentPosition),t=b||Y.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===n||a.ownerDocument===v&&t(v,a)?-1:b===n||b.ownerDocument===v&&t(v,b)?1:k?I(k,a)-I(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,g=[a],h=[b];if(!e||!f)return a===n?-1:b===n?1:e?-1:f?1:k?I(k,a)-I(k,b):0;if(e===f)return la(a,b);c=a;while(c=c.parentNode)g.unshift(c);c=b;while(c=c.parentNode)h.unshift(c);while(g[d]===h[d])d++;return d?la(g[d],h[d]):g[d]===v?-1:h[d]===v?1:0},n):n},ga.matches=function(a,b){return ga(a,null,null,b)},ga.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(S,"='$1']"),c.matchesSelector&&p&&!A[b+" "]&&(!r||!r.test(b))&&(!q||!q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return ga(b,n,null,[a]).length>0},ga.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},ga.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&C.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},ga.escape=function(a){return(a+"").replace(ba,ca)},ga.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},ga.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=ga.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=ga.selectors={cacheLength:50,createPseudo:ia,match:V,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(_,aa),a[3]=(a[3]||a[4]||a[5]||"").replace(_,aa),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||ga.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&ga.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return V.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&T.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(_,aa).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+K+")"+a+"("+K+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=ga.attr(d,a);return null==e?"!="===b:!b||(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(O," ")+" ").indexOf(c)>-1:"|="===b&&(e===c||e.slice(0,c.length+1)===c+"-"))}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h,t=!1;if(q){if(f){while(p){m=b;while(m=m[p])if(h?m.nodeName.toLowerCase()===r:1===m.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){m=q,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n&&j[2],m=n&&q.childNodes[n];while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if(1===m.nodeType&&++t&&m===b){k[a]=[w,n,t];break}}else if(s&&(m=b,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n),t===!1)while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if((h?m.nodeName.toLowerCase()===r:1===m.nodeType)&&++t&&(s&&(l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),k[a]=[w,t]),m===b))break;return t-=e,t===d||t%d===0&&t/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||ga.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ia(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=I(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ia(function(a){var b=[],c=[],d=h(a.replace(P,"$1"));return d[u]?ia(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ia(function(a){return function(b){return ga(a,b).length>0}}),contains:ia(function(a){return a=a.replace(_,aa),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ia(function(a){return U.test(a||"")||ga.error("unsupported lang: "+a),a=a.replace(_,aa).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:oa(!1),disabled:oa(!0),checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return X.test(a.nodeName)},input:function(a){return W.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:pa(function(){return[0]}),last:pa(function(a,b){return[b-1]}),eq:pa(function(a,b,c){return[c<0?c+b:c]}),even:pa(function(a,b){for(var c=0;c<b;c+=2)a.push(c);return a}),odd:pa(function(a,b){for(var c=1;c<b;c+=2)a.push(c);return a}),lt:pa(function(a,b,c){for(var d=c<0?c+b:c;--d>=0;)a.push(d);return a}),gt:pa(function(a,b,c){for(var d=c<0?c+b:c;++d<b;)a.push(d);return a})}},d.pseudos.nth=d.pseudos.eq;for(b in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})d.pseudos[b]=ma(b);for(b in{submit:!0,reset:!0})d.pseudos[b]=na(b);function ra(){}ra.prototype=d.filters=d.pseudos,d.setFilters=new ra,g=ga.tokenize=function(a,b){var c,e,f,g,h,i,j,k=z[a+" "];if(k)return b?0:k.slice(0);h=a,i=[],j=d.preFilter;while(h){c&&!(e=Q.exec(h))||(e&&(h=h.slice(e[0].length)||h),i.push(f=[])),c=!1,(e=R.exec(h))&&(c=e.shift(),f.push({value:c,type:e[0].replace(P," ")}),h=h.slice(c.length));for(g in d.filter)!(e=V[g].exec(h))||j[g]&&!(e=j[g](e))||(c=e.shift(),f.push({value:c,type:g,matches:e}),h=h.slice(c.length));if(!c)break}return b?h.length:h?ga.error(a):z(a,i).slice(0)};function sa(a){for(var b=0,c=a.length,d="";b<c;b++)d+=a[b].value;return d}function ta(a,b,c){var d=b.dir,e=b.next,f=e||d,g=c&&"parentNode"===f,h=x++;return b.first?function(b,c,e){while(b=b[d])if(1===b.nodeType||g)return a(b,c,e);return!1}:function(b,c,i){var j,k,l,m=[w,h];if(i){while(b=b[d])if((1===b.nodeType||g)&&a(b,c,i))return!0}else while(b=b[d])if(1===b.nodeType||g)if(l=b[u]||(b[u]={}),k=l[b.uniqueID]||(l[b.uniqueID]={}),e&&e===b.nodeName.toLowerCase())b=b[d]||b;else{if((j=k[f])&&j[0]===w&&j[1]===h)return m[2]=j[2];if(k[f]=m,m[2]=a(b,c,i))return!0}return!1}}function ua(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function va(a,b,c){for(var d=0,e=b.length;d<e;d++)ga(a,b[d],c);return c}function wa(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;h<i;h++)(f=a[h])&&(c&&!c(f,d,e)||(g.push(f),j&&b.push(h)));return g}function xa(a,b,c,d,e,f){return d&&!d[u]&&(d=xa(d)),e&&!e[u]&&(e=xa(e,f)),ia(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||va(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:wa(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=wa(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?I(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=wa(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):G.apply(g,r)})}function ya(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=ta(function(a){return a===b},h,!0),l=ta(function(a){return I(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];i<f;i++)if(c=d.relative[a[i].type])m=[ta(ua(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;e<f;e++)if(d.relative[a[e].type])break;return xa(i>1&&ua(m),i>1&&sa(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(P,"$1"),c,i<e&&ya(a.slice(i,e)),e<f&&ya(a=a.slice(e)),e<f&&sa(a))}m.push(c)}return ua(m)}function za(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,o,q,r=0,s="0",t=f&&[],u=[],v=j,x=f||e&&d.find.TAG("*",k),y=w+=null==v?1:Math.random()||.1,z=x.length;for(k&&(j=g===n||g||k);s!==z&&null!=(l=x[s]);s++){if(e&&l){o=0,g||l.ownerDocument===n||(m(l),h=!p);while(q=a[o++])if(q(l,g||n,h)){i.push(l);break}k&&(w=y)}c&&((l=!q&&l)&&r--,f&&t.push(l))}if(r+=s,c&&s!==r){o=0;while(q=b[o++])q(t,u,g,h);if(f){if(r>0)while(s--)t[s]||u[s]||(u[s]=E.call(i));u=wa(u)}G.apply(i,u),k&&!f&&u.length>0&&r+b.length>1&&ga.uniqueSort(i)}return k&&(w=y,j=v),t};return c?ia(f):f}return h=ga.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=ya(b[c]),f[u]?d.push(f):e.push(f);f=A(a,za(e,d)),f.selector=a}return f},i=ga.select=function(a,b,c,e){var f,i,j,k,l,m="function"==typeof a&&a,n=!e&&g(a=m.selector||a);if(c=c||[],1===n.length){if(i=n[0]=n[0].slice(0),i.length>2&&"ID"===(j=i[0]).type&&9===b.nodeType&&p&&d.relative[i[1].type]){if(b=(d.find.ID(j.matches[0].replace(_,aa),b)||[])[0],!b)return c;m&&(b=b.parentNode),a=a.slice(i.shift().value.length)}f=V.needsContext.test(a)?0:i.length;while(f--){if(j=i[f],d.relative[k=j.type])break;if((l=d.find[k])&&(e=l(j.matches[0].replace(_,aa),$.test(i[0].type)&&qa(b.parentNode)||b))){if(i.splice(f,1),a=e.length&&sa(i),!a)return G.apply(c,e),c;break}}}return(m||h(a,n))(e,b,!p,c,!b||$.test(a)&&qa(b.parentNode)||b),c},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ja(function(a){return 1&a.compareDocumentPosition(n.createElement("fieldset"))}),ja(function(a){return a.innerHTML="<a href='#'></a>","#"===a.firstChild.getAttribute("href")})||ka("type|href|height|width",function(a,b,c){if(!c)return a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ja(function(a){return a.innerHTML="<input/>",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||ka("value",function(a,b,c){if(!c&&"input"===a.nodeName.toLowerCase())return a.defaultValue}),ja(function(a){return null==a.getAttribute("disabled")})||ka(J,function(a,b,c){var d;if(!c)return a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),ga}(a);r.find=x,r.expr=x.selectors,r.expr[":"]=r.expr.pseudos,r.uniqueSort=r.unique=x.uniqueSort,r.text=x.getText,r.isXMLDoc=x.isXML,r.contains=x.contains,r.escapeSelector=x.escape;var y=function(a,b,c){var d=[],e=void 0!==c;while((a=a[b])&&9!==a.nodeType)if(1===a.nodeType){if(e&&r(a).is(c))break;d.push(a)}return d},z=function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c},A=r.expr.match.needsContext;function B(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()}var C=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i,D=/^.[^:#\[\.,]*$/;function E(a,b,c){return r.isFunction(b)?r.grep(a,function(a,d){return!!b.call(a,d,a)!==c}):b.nodeType?r.grep(a,function(a){return a===b!==c}):"string"!=typeof b?r.grep(a,function(a){return i.call(b,a)>-1!==c}):D.test(b)?r.filter(b,a,c):(b=r.filter(b,a),r.grep(a,function(a){return i.call(b,a)>-1!==c&&1===a.nodeType}))}r.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?r.find.matchesSelector(d,a)?[d]:[]:r.find.matches(a,r.grep(b,function(a){return 1===a.nodeType}))},r.fn.extend({find:function(a){var b,c,d=this.length,e=this;if("string"!=typeof a)return this.pushStack(r(a).filter(function(){for(b=0;b<d;b++)if(r.contains(e[b],this))return!0}));for(c=this.pushStack([]),b=0;b<d;b++)r.find(a,e[b],c);return d>1?r.uniqueSort(c):c},filter:function(a){return this.pushStack(E(this,a||[],!1))},not:function(a){return this.pushStack(E(this,a||[],!0))},is:function(a){return!!E(this,"string"==typeof a&&A.test(a)?r(a):a||[],!1).length}});var F,G=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,H=r.fn.init=function(a,b,c){var e,f;if(!a)return this;if(c=c||F,"string"==typeof a){if(e="<"===a[0]&&">"===a[a.length-1]&&a.length>=3?[null,a,null]:G.exec(a),!e||!e[1]&&b)return!b||b.jquery?(b||c).find(a):this.constructor(b).find(a);if(e[1]){if(b=b instanceof r?b[0]:b,r.merge(this,r.parseHTML(e[1],b&&b.nodeType?b.ownerDocument||b:d,!0)),C.test(e[1])&&r.isPlainObject(b))for(e in b)r.isFunction(this[e])?this[e](b[e]):this.attr(e,b[e]);return this}return f=d.getElementById(e[2]),f&&(this[0]=f,this.length=1),this}return a.nodeType?(this[0]=a,this.length=1,this):r.isFunction(a)?void 0!==c.ready?c.ready(a):a(r):r.makeArray(a,this)};H.prototype=r.fn,F=r(d);var I=/^(?:parents|prev(?:Until|All))/,J={children:!0,contents:!0,next:!0,prev:!0};r.fn.extend({has:function(a){var b=r(a,this),c=b.length;return this.filter(function(){for(var a=0;a<c;a++)if(r.contains(this,b[a]))return!0})},closest:function(a,b){var c,d=0,e=this.length,f=[],g="string"!=typeof a&&r(a);if(!A.test(a))for(;d<e;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&r.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?r.uniqueSort(f):f)},index:function(a){return a?"string"==typeof a?i.call(r(a),this[0]):i.call(this,a.jquery?a[0]:a):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(r.uniqueSort(r.merge(this.get(),r(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function K(a,b){while((a=a[b])&&1!==a.nodeType);return a}r.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return y(a,"parentNode")},parentsUntil:function(a,b,c){return y(a,"parentNode",c)},next:function(a){return K(a,"nextSibling")},prev:function(a){return K(a,"previousSibling")},nextAll:function(a){return y(a,"nextSibling")},prevAll:function(a){return y(a,"previousSibling")},nextUntil:function(a,b,c){return y(a,"nextSibling",c)},prevUntil:function(a,b,c){return y(a,"previousSibling",c)},siblings:function(a){return z((a.parentNode||{}).firstChild,a)},children:function(a){return z(a.firstChild)},contents:function(a){return B(a,"iframe")?a.contentDocument:(B(a,"template")&&(a=a.content||a),r.merge([],a.childNodes))}},function(a,b){r.fn[a]=function(c,d){var e=r.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=r.filter(d,e)),this.length>1&&(J[a]||r.uniqueSort(e),I.test(a)&&e.reverse()),this.pushStack(e)}});var L=/[^\x20\t\r\n\f]+/g;function M(a){var b={};return r.each(a.match(L)||[],function(a,c){b[c]=!0}),b}r.Callbacks=function(a){a="string"==typeof a?M(a):r.extend({},a);var b,c,d,e,f=[],g=[],h=-1,i=function(){for(e=e||a.once,d=b=!0;g.length;h=-1){c=g.shift();while(++h<f.length)f[h].apply(c[0],c[1])===!1&&a.stopOnFalse&&(h=f.length,c=!1)}a.memory||(c=!1),b=!1,e&&(f=c?[]:"")},j={add:function(){return f&&(c&&!b&&(h=f.length-1,g.push(c)),function d(b){r.each(b,function(b,c){r.isFunction(c)?a.unique&&j.has(c)||f.push(c):c&&c.length&&"string"!==r.type(c)&&d(c)})}(arguments),c&&!b&&i()),this},remove:function(){return r.each(arguments,function(a,b){var c;while((c=r.inArray(b,f,c))>-1)f.splice(c,1),c<=h&&h--}),this},has:function(a){return a?r.inArray(a,f)>-1:f.length>0},empty:function(){return f&&(f=[]),this},disable:function(){return e=g=[],f=c="",this},disabled:function(){return!f},lock:function(){return e=g=[],c||b||(f=c=""),this},locked:function(){return!!e},fireWith:function(a,c){return e||(c=c||[],c=[a,c.slice?c.slice():c],g.push(c),b||i()),this},fire:function(){return j.fireWith(this,arguments),this},fired:function(){return!!d}};return j};function N(a){return a}function O(a){throw a}function P(a,b,c,d){var e;try{a&&r.isFunction(e=a.promise)?e.call(a).done(b).fail(c):a&&r.isFunction(e=a.then)?e.call(a,b,c):b.apply(void 0,[a].slice(d))}catch(a){c.apply(void 0,[a])}}r.extend({Deferred:function(b){var c=[["notify","progress",r.Callbacks("memory"),r.Callbacks("memory"),2],["resolve","done",r.Callbacks("once memory"),r.Callbacks("once memory"),0,"resolved"],["reject","fail",r.Callbacks("once memory"),r.Callbacks("once memory"),1,"rejected"]],d="pending",e={state:function(){return d},always:function(){return f.done(arguments).fail(arguments),this},"catch":function(a){return e.then(null,a)},pipe:function(){var a=arguments;return r.Deferred(function(b){r.each(c,function(c,d){var e=r.isFunction(a[d[4]])&&a[d[4]];f[d[1]](function(){var a=e&&e.apply(this,arguments);a&&r.isFunction(a.promise)?a.promise().progress(b.notify).done(b.resolve).fail(b.reject):b[d[0]+"With"](this,e?[a]:arguments)})}),a=null}).promise()},then:function(b,d,e){var f=0;function g(b,c,d,e){return function(){var h=this,i=arguments,j=function(){var a,j;if(!(b<f)){if(a=d.apply(h,i),a===c.promise())throw new TypeError("Thenable self-resolution");j=a&&("object"==typeof a||"function"==typeof a)&&a.then,r.isFunction(j)?e?j.call(a,g(f,c,N,e),g(f,c,O,e)):(f++,j.call(a,g(f,c,N,e),g(f,c,O,e),g(f,c,N,c.notifyWith))):(d!==N&&(h=void 0,i=[a]),(e||c.resolveWith)(h,i))}},k=e?j:function(){try{j()}catch(a){r.Deferred.exceptionHook&&r.Deferred.exceptionHook(a,k.stackTrace),b+1>=f&&(d!==O&&(h=void 0,i=[a]),c.rejectWith(h,i))}};b?k():(r.Deferred.getStackHook&&(k.stackTrace=r.Deferred.getStackHook()),a.setTimeout(k))}}return r.Deferred(function(a){c[0][3].add(g(0,a,r.isFunction(e)?e:N,a.notifyWith)),c[1][3].add(g(0,a,r.isFunction(b)?b:N)),c[2][3].add(g(0,a,r.isFunction(d)?d:O))}).promise()},promise:function(a){return null!=a?r.extend(a,e):e}},f={};return r.each(c,function(a,b){var g=b[2],h=b[5];e[b[1]]=g.add,h&&g.add(function(){d=h},c[3-a][2].disable,c[0][2].lock),g.add(b[3].fire),f[b[0]]=function(){return f[b[0]+"With"](this===f?void 0:this,arguments),this},f[b[0]+"With"]=g.fireWith}),e.promise(f),b&&b.call(f,f),f},when:function(a){var b=arguments.length,c=b,d=Array(c),e=f.call(arguments),g=r.Deferred(),h=function(a){return function(c){d[a]=this,e[a]=arguments.length>1?f.call(arguments):c,--b||g.resolveWith(d,e)}};if(b<=1&&(P(a,g.done(h(c)).resolve,g.reject,!b),"pending"===g.state()||r.isFunction(e[c]&&e[c].then)))return g.then();while(c--)P(e[c],h(c),g.reject);return g.promise()}});var Q=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;r.Deferred.exceptionHook=function(b,c){a.console&&a.console.warn&&b&&Q.test(b.name)&&a.console.warn("jQuery.Deferred exception: "+b.message,b.stack,c)},r.readyException=function(b){a.setTimeout(function(){throw b})};var R=r.Deferred();r.fn.ready=function(a){return R.then(a)["catch"](function(a){r.readyException(a)}),this},r.extend({isReady:!1,readyWait:1,ready:function(a){(a===!0?--r.readyWait:r.isReady)||(r.isReady=!0,a!==!0&&--r.readyWait>0||R.resolveWith(d,[r]))}}),r.ready.then=R.then;function S(){d.removeEventListener("DOMContentLoaded",S),
a.removeEventListener("load",S),r.ready()}"complete"===d.readyState||"loading"!==d.readyState&&!d.documentElement.doScroll?a.setTimeout(r.ready):(d.addEventListener("DOMContentLoaded",S),a.addEventListener("load",S));var T=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if("object"===r.type(c)){e=!0;for(h in c)T(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,r.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(r(a),c)})),b))for(;h<i;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},U=function(a){return 1===a.nodeType||9===a.nodeType||!+a.nodeType};function V(){this.expando=r.expando+V.uid++}V.uid=1,V.prototype={cache:function(a){var b=a[this.expando];return b||(b={},U(a)&&(a.nodeType?a[this.expando]=b:Object.defineProperty(a,this.expando,{value:b,configurable:!0}))),b},set:function(a,b,c){var d,e=this.cache(a);if("string"==typeof b)e[r.camelCase(b)]=c;else for(d in b)e[r.camelCase(d)]=b[d];return e},get:function(a,b){return void 0===b?this.cache(a):a[this.expando]&&a[this.expando][r.camelCase(b)]},access:function(a,b,c){return void 0===b||b&&"string"==typeof b&&void 0===c?this.get(a,b):(this.set(a,b,c),void 0!==c?c:b)},remove:function(a,b){var c,d=a[this.expando];if(void 0!==d){if(void 0!==b){Array.isArray(b)?b=b.map(r.camelCase):(b=r.camelCase(b),b=b in d?[b]:b.match(L)||[]),c=b.length;while(c--)delete d[b[c]]}(void 0===b||r.isEmptyObject(d))&&(a.nodeType?a[this.expando]=void 0:delete a[this.expando])}},hasData:function(a){var b=a[this.expando];return void 0!==b&&!r.isEmptyObject(b)}};var W=new V,X=new V,Y=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,Z=/[A-Z]/g;function $(a){return"true"===a||"false"!==a&&("null"===a?null:a===+a+""?+a:Y.test(a)?JSON.parse(a):a)}function _(a,b,c){var d;if(void 0===c&&1===a.nodeType)if(d="data-"+b.replace(Z,"-$&").toLowerCase(),c=a.getAttribute(d),"string"==typeof c){try{c=$(c)}catch(e){}X.set(a,b,c)}else c=void 0;return c}r.extend({hasData:function(a){return X.hasData(a)||W.hasData(a)},data:function(a,b,c){return X.access(a,b,c)},removeData:function(a,b){X.remove(a,b)},_data:function(a,b,c){return W.access(a,b,c)},_removeData:function(a,b){W.remove(a,b)}}),r.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=X.get(f),1===f.nodeType&&!W.get(f,"hasDataAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=r.camelCase(d.slice(5)),_(f,d,e[d])));W.set(f,"hasDataAttrs",!0)}return e}return"object"==typeof a?this.each(function(){X.set(this,a)}):T(this,function(b){var c;if(f&&void 0===b){if(c=X.get(f,a),void 0!==c)return c;if(c=_(f,a),void 0!==c)return c}else this.each(function(){X.set(this,a,b)})},null,b,arguments.length>1,null,!0)},removeData:function(a){return this.each(function(){X.remove(this,a)})}}),r.extend({queue:function(a,b,c){var d;if(a)return b=(b||"fx")+"queue",d=W.get(a,b),c&&(!d||Array.isArray(c)?d=W.access(a,b,r.makeArray(c)):d.push(c)),d||[]},dequeue:function(a,b){b=b||"fx";var c=r.queue(a,b),d=c.length,e=c.shift(),f=r._queueHooks(a,b),g=function(){r.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return W.get(a,c)||W.access(a,c,{empty:r.Callbacks("once memory").add(function(){W.remove(a,[b+"queue",c])})})}}),r.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.length<c?r.queue(this[0],a):void 0===b?this:this.each(function(){var c=r.queue(this,a,b);r._queueHooks(this,a),"fx"===a&&"inprogress"!==c[0]&&r.dequeue(this,a)})},dequeue:function(a){return this.each(function(){r.dequeue(this,a)})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,b){var c,d=1,e=r.Deferred(),f=this,g=this.length,h=function(){--d||e.resolveWith(f,[f])};"string"!=typeof a&&(b=a,a=void 0),a=a||"fx";while(g--)c=W.get(f[g],a+"queueHooks"),c&&c.empty&&(d++,c.empty.add(h));return h(),e.promise(b)}});var aa=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,ba=new RegExp("^(?:([+-])=|)("+aa+")([a-z%]*)$","i"),ca=["Top","Right","Bottom","Left"],da=function(a,b){return a=b||a,"none"===a.style.display||""===a.style.display&&r.contains(a.ownerDocument,a)&&"none"===r.css(a,"display")},ea=function(a,b,c,d){var e,f,g={};for(f in b)g[f]=a.style[f],a.style[f]=b[f];e=c.apply(a,d||[]);for(f in b)a.style[f]=g[f];return e};function fa(a,b,c,d){var e,f=1,g=20,h=d?function(){return d.cur()}:function(){return r.css(a,b,"")},i=h(),j=c&&c[3]||(r.cssNumber[b]?"":"px"),k=(r.cssNumber[b]||"px"!==j&&+i)&&ba.exec(r.css(a,b));if(k&&k[3]!==j){j=j||k[3],c=c||[],k=+i||1;do f=f||".5",k/=f,r.style(a,b,k+j);while(f!==(f=h()/i)&&1!==f&&--g)}return c&&(k=+k||+i||0,e=c[1]?k+(c[1]+1)*c[2]:+c[2],d&&(d.unit=j,d.start=k,d.end=e)),e}var ga={};function ha(a){var b,c=a.ownerDocument,d=a.nodeName,e=ga[d];return e?e:(b=c.body.appendChild(c.createElement(d)),e=r.css(b,"display"),b.parentNode.removeChild(b),"none"===e&&(e="block"),ga[d]=e,e)}function ia(a,b){for(var c,d,e=[],f=0,g=a.length;f<g;f++)d=a[f],d.style&&(c=d.style.display,b?("none"===c&&(e[f]=W.get(d,"display")||null,e[f]||(d.style.display="")),""===d.style.display&&da(d)&&(e[f]=ha(d))):"none"!==c&&(e[f]="none",W.set(d,"display",c)));for(f=0;f<g;f++)null!=e[f]&&(a[f].style.display=e[f]);return a}r.fn.extend({show:function(){return ia(this,!0)},hide:function(){return ia(this)},toggle:function(a){return"boolean"==typeof a?a?this.show():this.hide():this.each(function(){da(this)?r(this).show():r(this).hide()})}});var ja=/^(?:checkbox|radio)$/i,ka=/<([a-z][^\/\0>\x20\t\r\n\f]+)/i,la=/^$|\/(?:java|ecma)script/i,ma={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};ma.optgroup=ma.option,ma.tbody=ma.tfoot=ma.colgroup=ma.caption=ma.thead,ma.th=ma.td;function na(a,b){var c;return c="undefined"!=typeof a.getElementsByTagName?a.getElementsByTagName(b||"*"):"undefined"!=typeof a.querySelectorAll?a.querySelectorAll(b||"*"):[],void 0===b||b&&B(a,b)?r.merge([a],c):c}function oa(a,b){for(var c=0,d=a.length;c<d;c++)W.set(a[c],"globalEval",!b||W.get(b[c],"globalEval"))}var pa=/<|&#?\w+;/;function qa(a,b,c,d,e){for(var f,g,h,i,j,k,l=b.createDocumentFragment(),m=[],n=0,o=a.length;n<o;n++)if(f=a[n],f||0===f)if("object"===r.type(f))r.merge(m,f.nodeType?[f]:f);else if(pa.test(f)){g=g||l.appendChild(b.createElement("div")),h=(ka.exec(f)||["",""])[1].toLowerCase(),i=ma[h]||ma._default,g.innerHTML=i[1]+r.htmlPrefilter(f)+i[2],k=i[0];while(k--)g=g.lastChild;r.merge(m,g.childNodes),g=l.firstChild,g.textContent=""}else m.push(b.createTextNode(f));l.textContent="",n=0;while(f=m[n++])if(d&&r.inArray(f,d)>-1)e&&e.push(f);else if(j=r.contains(f.ownerDocument,f),g=na(l.appendChild(f),"script"),j&&oa(g),c){k=0;while(f=g[k++])la.test(f.type||"")&&c.push(f)}return l}!function(){var a=d.createDocumentFragment(),b=a.appendChild(d.createElement("div")),c=d.createElement("input");c.setAttribute("type","radio"),c.setAttribute("checked","checked"),c.setAttribute("name","t"),b.appendChild(c),o.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,b.innerHTML="<textarea>x</textarea>",o.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue}();var ra=d.documentElement,sa=/^key/,ta=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,ua=/^([^.]*)(?:\.(.+)|)/;function va(){return!0}function wa(){return!1}function xa(){try{return d.activeElement}catch(a){}}function ya(a,b,c,d,e,f){var g,h;if("object"==typeof b){"string"!=typeof c&&(d=d||c,c=void 0);for(h in b)ya(a,h,c,d,b[h],f);return a}if(null==d&&null==e?(e=c,d=c=void 0):null==e&&("string"==typeof c?(e=d,d=void 0):(e=d,d=c,c=void 0)),e===!1)e=wa;else if(!e)return a;return 1===f&&(g=e,e=function(a){return r().off(a),g.apply(this,arguments)},e.guid=g.guid||(g.guid=r.guid++)),a.each(function(){r.event.add(this,b,e,d,c)})}r.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,n,o,p,q=W.get(a);if(q){c.handler&&(f=c,c=f.handler,e=f.selector),e&&r.find.matchesSelector(ra,e),c.guid||(c.guid=r.guid++),(i=q.events)||(i=q.events={}),(g=q.handle)||(g=q.handle=function(b){return"undefined"!=typeof r&&r.event.triggered!==b.type?r.event.dispatch.apply(a,arguments):void 0}),b=(b||"").match(L)||[""],j=b.length;while(j--)h=ua.exec(b[j])||[],n=p=h[1],o=(h[2]||"").split(".").sort(),n&&(l=r.event.special[n]||{},n=(e?l.delegateType:l.bindType)||n,l=r.event.special[n]||{},k=r.extend({type:n,origType:p,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&r.expr.match.needsContext.test(e),namespace:o.join(".")},f),(m=i[n])||(m=i[n]=[],m.delegateCount=0,l.setup&&l.setup.call(a,d,o,g)!==!1||a.addEventListener&&a.addEventListener(n,g)),l.add&&(l.add.call(a,k),k.handler.guid||(k.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,k):m.push(k),r.event.global[n]=!0)}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,n,o,p,q=W.hasData(a)&&W.get(a);if(q&&(i=q.events)){b=(b||"").match(L)||[""],j=b.length;while(j--)if(h=ua.exec(b[j])||[],n=p=h[1],o=(h[2]||"").split(".").sort(),n){l=r.event.special[n]||{},n=(d?l.delegateType:l.bindType)||n,m=i[n]||[],h=h[2]&&new RegExp("(^|\\.)"+o.join("\\.(?:.*\\.|)")+"(\\.|$)"),g=f=m.length;while(f--)k=m[f],!e&&p!==k.origType||c&&c.guid!==k.guid||h&&!h.test(k.namespace)||d&&d!==k.selector&&("**"!==d||!k.selector)||(m.splice(f,1),k.selector&&m.delegateCount--,l.remove&&l.remove.call(a,k));g&&!m.length&&(l.teardown&&l.teardown.call(a,o,q.handle)!==!1||r.removeEvent(a,n,q.handle),delete i[n])}else for(n in i)r.event.remove(a,n+b[j],c,d,!0);r.isEmptyObject(i)&&W.remove(a,"handle events")}},dispatch:function(a){var b=r.event.fix(a),c,d,e,f,g,h,i=new Array(arguments.length),j=(W.get(this,"events")||{})[b.type]||[],k=r.event.special[b.type]||{};for(i[0]=b,c=1;c<arguments.length;c++)i[c]=arguments[c];if(b.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,b)!==!1){h=r.event.handlers.call(this,b,j),c=0;while((f=h[c++])&&!b.isPropagationStopped()){b.currentTarget=f.elem,d=0;while((g=f.handlers[d++])&&!b.isImmediatePropagationStopped())b.rnamespace&&!b.rnamespace.test(g.namespace)||(b.handleObj=g,b.data=g.data,e=((r.event.special[g.origType]||{}).handle||g.handler).apply(f.elem,i),void 0!==e&&(b.result=e)===!1&&(b.preventDefault(),b.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,b),b.result}},handlers:function(a,b){var c,d,e,f,g,h=[],i=b.delegateCount,j=a.target;if(i&&j.nodeType&&!("click"===a.type&&a.button>=1))for(;j!==this;j=j.parentNode||this)if(1===j.nodeType&&("click"!==a.type||j.disabled!==!0)){for(f=[],g={},c=0;c<i;c++)d=b[c],e=d.selector+" ",void 0===g[e]&&(g[e]=d.needsContext?r(e,this).index(j)>-1:r.find(e,this,null,[j]).length),g[e]&&f.push(d);f.length&&h.push({elem:j,handlers:f})}return j=this,i<b.length&&h.push({elem:j,handlers:b.slice(i)}),h},addProp:function(a,b){Object.defineProperty(r.Event.prototype,a,{enumerable:!0,configurable:!0,get:r.isFunction(b)?function(){if(this.originalEvent)return b(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[a]},set:function(b){Object.defineProperty(this,a,{enumerable:!0,configurable:!0,writable:!0,value:b})}})},fix:function(a){return a[r.expando]?a:new r.Event(a)},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==xa()&&this.focus)return this.focus(),!1},delegateType:"focusin"},blur:{trigger:function(){if(this===xa()&&this.blur)return this.blur(),!1},delegateType:"focusout"},click:{trigger:function(){if("checkbox"===this.type&&this.click&&B(this,"input"))return this.click(),!1},_default:function(a){return B(a.target,"a")}},beforeunload:{postDispatch:function(a){void 0!==a.result&&a.originalEvent&&(a.originalEvent.returnValue=a.result)}}}},r.removeEvent=function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c)},r.Event=function(a,b){return this instanceof r.Event?(a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||void 0===a.defaultPrevented&&a.returnValue===!1?va:wa,this.target=a.target&&3===a.target.nodeType?a.target.parentNode:a.target,this.currentTarget=a.currentTarget,this.relatedTarget=a.relatedTarget):this.type=a,b&&r.extend(this,b),this.timeStamp=a&&a.timeStamp||r.now(),void(this[r.expando]=!0)):new r.Event(a,b)},r.Event.prototype={constructor:r.Event,isDefaultPrevented:wa,isPropagationStopped:wa,isImmediatePropagationStopped:wa,isSimulated:!1,preventDefault:function(){var a=this.originalEvent;this.isDefaultPrevented=va,a&&!this.isSimulated&&a.preventDefault()},stopPropagation:function(){var a=this.originalEvent;this.isPropagationStopped=va,a&&!this.isSimulated&&a.stopPropagation()},stopImmediatePropagation:function(){var a=this.originalEvent;this.isImmediatePropagationStopped=va,a&&!this.isSimulated&&a.stopImmediatePropagation(),this.stopPropagation()}},r.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,"char":!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:function(a){var b=a.button;return null==a.which&&sa.test(a.type)?null!=a.charCode?a.charCode:a.keyCode:!a.which&&void 0!==b&&ta.test(a.type)?1&b?1:2&b?3:4&b?2:0:a.which}},r.event.addProp),r.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(a,b){r.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c,d=this,e=a.relatedTarget,f=a.handleObj;return e&&(e===d||r.contains(d,e))||(a.type=f.origType,c=f.handler.apply(this,arguments),a.type=b),c}}}),r.fn.extend({on:function(a,b,c,d){return ya(this,a,b,c,d)},one:function(a,b,c,d){return ya(this,a,b,c,d,1)},off:function(a,b,c){var d,e;if(a&&a.preventDefault&&a.handleObj)return d=a.handleObj,r(a.delegateTarget).off(d.namespace?d.origType+"."+d.namespace:d.origType,d.selector,d.handler),this;if("object"==typeof a){for(e in a)this.off(e,b,a[e]);return this}return b!==!1&&"function"!=typeof b||(c=b,b=void 0),c===!1&&(c=wa),this.each(function(){r.event.remove(this,a,c,b)})}});var za=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi,Aa=/<script|<style|<link/i,Ba=/checked\s*(?:[^=]|=\s*.checked.)/i,Ca=/^true\/(.*)/,Da=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function Ea(a,b){return B(a,"table")&&B(11!==b.nodeType?b:b.firstChild,"tr")?r(">tbody",a)[0]||a:a}function Fa(a){return a.type=(null!==a.getAttribute("type"))+"/"+a.type,a}function Ga(a){var b=Ca.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function Ha(a,b){var c,d,e,f,g,h,i,j;if(1===b.nodeType){if(W.hasData(a)&&(f=W.access(a),g=W.set(b,f),j=f.events)){delete g.handle,g.events={};for(e in j)for(c=0,d=j[e].length;c<d;c++)r.event.add(b,e,j[e][c])}X.hasData(a)&&(h=X.access(a),i=r.extend({},h),X.set(b,i))}}function Ia(a,b){var c=b.nodeName.toLowerCase();"input"===c&&ja.test(a.type)?b.checked=a.checked:"input"!==c&&"textarea"!==c||(b.defaultValue=a.defaultValue)}function Ja(a,b,c,d){b=g.apply([],b);var e,f,h,i,j,k,l=0,m=a.length,n=m-1,q=b[0],s=r.isFunction(q);if(s||m>1&&"string"==typeof q&&!o.checkClone&&Ba.test(q))return a.each(function(e){var f=a.eq(e);s&&(b[0]=q.call(this,e,f.html())),Ja(f,b,c,d)});if(m&&(e=qa(b,a[0].ownerDocument,!1,a,d),f=e.firstChild,1===e.childNodes.length&&(e=f),f||d)){for(h=r.map(na(e,"script"),Fa),i=h.length;l<m;l++)j=e,l!==n&&(j=r.clone(j,!0,!0),i&&r.merge(h,na(j,"script"))),c.call(a[l],j,l);if(i)for(k=h[h.length-1].ownerDocument,r.map(h,Ga),l=0;l<i;l++)j=h[l],la.test(j.type||"")&&!W.access(j,"globalEval")&&r.contains(k,j)&&(j.src?r._evalUrl&&r._evalUrl(j.src):p(j.textContent.replace(Da,""),k))}return a}function Ka(a,b,c){for(var d,e=b?r.filter(b,a):a,f=0;null!=(d=e[f]);f++)c||1!==d.nodeType||r.cleanData(na(d)),d.parentNode&&(c&&r.contains(d.ownerDocument,d)&&oa(na(d,"script")),d.parentNode.removeChild(d));return a}r.extend({htmlPrefilter:function(a){return a.replace(za,"<$1></$2>")},clone:function(a,b,c){var d,e,f,g,h=a.cloneNode(!0),i=r.contains(a.ownerDocument,a);if(!(o.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||r.isXMLDoc(a)))for(g=na(h),f=na(a),d=0,e=f.length;d<e;d++)Ia(f[d],g[d]);if(b)if(c)for(f=f||na(a),g=g||na(h),d=0,e=f.length;d<e;d++)Ha(f[d],g[d]);else Ha(a,h);return g=na(h,"script"),g.length>0&&oa(g,!i&&na(a,"script")),h},cleanData:function(a){for(var b,c,d,e=r.event.special,f=0;void 0!==(c=a[f]);f++)if(U(c)){if(b=c[W.expando]){if(b.events)for(d in b.events)e[d]?r.event.remove(c,d):r.removeEvent(c,d,b.handle);c[W.expando]=void 0}c[X.expando]&&(c[X.expando]=void 0)}}}),r.fn.extend({detach:function(a){return Ka(this,a,!0)},remove:function(a){return Ka(this,a)},text:function(a){return T(this,function(a){return void 0===a?r.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=a)})},null,a,arguments.length)},append:function(){return Ja(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=Ea(this,a);b.appendChild(a)}})},prepend:function(){return Ja(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=Ea(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return Ja(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return Ja(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},empty:function(){for(var a,b=0;null!=(a=this[b]);b++)1===a.nodeType&&(r.cleanData(na(a,!1)),a.textContent="");return this},clone:function(a,b){return a=null!=a&&a,b=null==b?a:b,this.map(function(){return r.clone(this,a,b)})},html:function(a){return T(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a&&1===b.nodeType)return b.innerHTML;if("string"==typeof a&&!Aa.test(a)&&!ma[(ka.exec(a)||["",""])[1].toLowerCase()]){a=r.htmlPrefilter(a);try{for(;c<d;c++)b=this[c]||{},1===b.nodeType&&(r.cleanData(na(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=[];return Ja(this,arguments,function(b){var c=this.parentNode;r.inArray(this,a)<0&&(r.cleanData(na(this)),c&&c.replaceChild(b,this))},a)}}),r.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){r.fn[a]=function(a){for(var c,d=[],e=r(a),f=e.length-1,g=0;g<=f;g++)c=g===f?this:this.clone(!0),r(e[g])[b](c),h.apply(d,c.get());return this.pushStack(d)}});var La=/^margin/,Ma=new RegExp("^("+aa+")(?!px)[a-z%]+$","i"),Na=function(b){var c=b.ownerDocument.defaultView;return c&&c.opener||(c=a),c.getComputedStyle(b)};!function(){function b(){if(i){i.style.cssText="box-sizing:border-box;position:relative;display:block;margin:auto;border:1px;padding:1px;top:1%;width:50%",i.innerHTML="",ra.appendChild(h);var b=a.getComputedStyle(i);c="1%"!==b.top,g="2px"===b.marginLeft,e="4px"===b.width,i.style.marginRight="50%",f="4px"===b.marginRight,ra.removeChild(h),i=null}}var c,e,f,g,h=d.createElement("div"),i=d.createElement("div");i.style&&(i.style.backgroundClip="content-box",i.cloneNode(!0).style.backgroundClip="",o.clearCloneStyle="content-box"===i.style.backgroundClip,h.style.cssText="border:0;width:8px;height:0;top:0;left:-9999px;padding:0;margin-top:1px;position:absolute",h.appendChild(i),r.extend(o,{pixelPosition:function(){return b(),c},boxSizingReliable:function(){return b(),e},pixelMarginRight:function(){return b(),f},reliableMarginLeft:function(){return b(),g}}))}();function Oa(a,b,c){var d,e,f,g,h=a.style;return c=c||Na(a),c&&(g=c.getPropertyValue(b)||c[b],""!==g||r.contains(a.ownerDocument,a)||(g=r.style(a,b)),!o.pixelMarginRight()&&Ma.test(g)&&La.test(b)&&(d=h.width,e=h.minWidth,f=h.maxWidth,h.minWidth=h.maxWidth=h.width=g,g=c.width,h.width=d,h.minWidth=e,h.maxWidth=f)),void 0!==g?g+"":g}function Pa(a,b){return{get:function(){return a()?void delete this.get:(this.get=b).apply(this,arguments)}}}var Qa=/^(none|table(?!-c[ea]).+)/,Ra=/^--/,Sa={position:"absolute",visibility:"hidden",display:"block"},Ta={letterSpacing:"0",fontWeight:"400"},Ua=["Webkit","Moz","ms"],Va=d.createElement("div").style;function Wa(a){if(a in Va)return a;var b=a[0].toUpperCase()+a.slice(1),c=Ua.length;while(c--)if(a=Ua[c]+b,a in Va)return a}function Xa(a){var b=r.cssProps[a];return b||(b=r.cssProps[a]=Wa(a)||a),b}function Ya(a,b,c){var d=ba.exec(b);return d?Math.max(0,d[2]-(c||0))+(d[3]||"px"):b}function Za(a,b,c,d,e){var f,g=0;for(f=c===(d?"border":"content")?4:"width"===b?1:0;f<4;f+=2)"margin"===c&&(g+=r.css(a,c+ca[f],!0,e)),d?("content"===c&&(g-=r.css(a,"padding"+ca[f],!0,e)),"margin"!==c&&(g-=r.css(a,"border"+ca[f]+"Width",!0,e))):(g+=r.css(a,"padding"+ca[f],!0,e),"padding"!==c&&(g+=r.css(a,"border"+ca[f]+"Width",!0,e)));return g}function $a(a,b,c){var d,e=Na(a),f=Oa(a,b,e),g="border-box"===r.css(a,"boxSizing",!1,e);return Ma.test(f)?f:(d=g&&(o.boxSizingReliable()||f===a.style[b]),"auto"===f&&(f=a["offset"+b[0].toUpperCase()+b.slice(1)]),f=parseFloat(f)||0,f+Za(a,b,c||(g?"border":"content"),d,e)+"px")}r.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=Oa(a,"opacity");return""===c?"1":c}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":"cssFloat"},style:function(a,b,c,d){if(a&&3!==a.nodeType&&8!==a.nodeType&&a.style){var e,f,g,h=r.camelCase(b),i=Ra.test(b),j=a.style;return i||(b=Xa(h)),g=r.cssHooks[b]||r.cssHooks[h],void 0===c?g&&"get"in g&&void 0!==(e=g.get(a,!1,d))?e:j[b]:(f=typeof c,"string"===f&&(e=ba.exec(c))&&e[1]&&(c=fa(a,b,e),f="number"),null!=c&&c===c&&("number"===f&&(c+=e&&e[3]||(r.cssNumber[h]?"":"px")),o.clearCloneStyle||""!==c||0!==b.indexOf("background")||(j[b]="inherit"),g&&"set"in g&&void 0===(c=g.set(a,c,d))||(i?j.setProperty(b,c):j[b]=c)),void 0)}},css:function(a,b,c,d){var e,f,g,h=r.camelCase(b),i=Ra.test(b);return i||(b=Xa(h)),g=r.cssHooks[b]||r.cssHooks[h],g&&"get"in g&&(e=g.get(a,!0,c)),void 0===e&&(e=Oa(a,b,d)),"normal"===e&&b in Ta&&(e=Ta[b]),""===c||c?(f=parseFloat(e),c===!0||isFinite(f)?f||0:e):e}}),r.each(["height","width"],function(a,b){r.cssHooks[b]={get:function(a,c,d){if(c)return!Qa.test(r.css(a,"display"))||a.getClientRects().length&&a.getBoundingClientRect().width?$a(a,b,d):ea(a,Sa,function(){return $a(a,b,d)})},set:function(a,c,d){var e,f=d&&Na(a),g=d&&Za(a,b,d,"border-box"===r.css(a,"boxSizing",!1,f),f);return g&&(e=ba.exec(c))&&"px"!==(e[3]||"px")&&(a.style[b]=c,c=r.css(a,b)),Ya(a,c,g)}}}),r.cssHooks.marginLeft=Pa(o.reliableMarginLeft,function(a,b){if(b)return(parseFloat(Oa(a,"marginLeft"))||a.getBoundingClientRect().left-ea(a,{marginLeft:0},function(){return a.getBoundingClientRect().left}))+"px"}),r.each({margin:"",padding:"",border:"Width"},function(a,b){r.cssHooks[a+b]={expand:function(c){for(var d=0,e={},f="string"==typeof c?c.split(" "):[c];d<4;d++)e[a+ca[d]+b]=f[d]||f[d-2]||f[0];return e}},La.test(a)||(r.cssHooks[a+b].set=Ya)}),r.fn.extend({css:function(a,b){return T(this,function(a,b,c){var d,e,f={},g=0;if(Array.isArray(b)){for(d=Na(a),e=b.length;g<e;g++)f[b[g]]=r.css(a,b[g],!1,d);return f}return void 0!==c?r.style(a,b,c):r.css(a,b)},a,b,arguments.length>1)}});function _a(a,b,c,d,e){return new _a.prototype.init(a,b,c,d,e)}r.Tween=_a,_a.prototype={constructor:_a,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||r.easing._default,this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(r.cssNumber[c]?"":"px")},cur:function(){var a=_a.propHooks[this.prop];return a&&a.get?a.get(this):_a.propHooks._default.get(this)},run:function(a){var b,c=_a.propHooks[this.prop];return this.options.duration?this.pos=b=r.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):this.pos=b=a,this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):_a.propHooks._default.set(this),this}},_a.prototype.init.prototype=_a.prototype,_a.propHooks={_default:{get:function(a){var b;return 1!==a.elem.nodeType||null!=a.elem[a.prop]&&null==a.elem.style[a.prop]?a.elem[a.prop]:(b=r.css(a.elem,a.prop,""),b&&"auto"!==b?b:0)},set:function(a){r.fx.step[a.prop]?r.fx.step[a.prop](a):1!==a.elem.nodeType||null==a.elem.style[r.cssProps[a.prop]]&&!r.cssHooks[a.prop]?a.elem[a.prop]=a.now:r.style(a.elem,a.prop,a.now+a.unit)}}},_a.propHooks.scrollTop=_a.propHooks.scrollLeft={set:function(a){a.elem.nodeType&&a.elem.parentNode&&(a.elem[a.prop]=a.now)}},r.easing={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2},_default:"swing"},r.fx=_a.prototype.init,r.fx.step={};var ab,bb,cb=/^(?:toggle|show|hide)$/,db=/queueHooks$/;function eb(){bb&&(d.hidden===!1&&a.requestAnimationFrame?a.requestAnimationFrame(eb):a.setTimeout(eb,r.fx.interval),r.fx.tick())}function fb(){return a.setTimeout(function(){ab=void 0}),ab=r.now()}function gb(a,b){var c,d=0,e={height:a};for(b=b?1:0;d<4;d+=2-b)c=ca[d],e["margin"+c]=e["padding"+c]=a;return b&&(e.opacity=e.width=a),e}function hb(a,b,c){for(var d,e=(kb.tweeners[b]||[]).concat(kb.tweeners["*"]),f=0,g=e.length;f<g;f++)if(d=e[f].call(c,b,a))return d}function ib(a,b,c){var d,e,f,g,h,i,j,k,l="width"in b||"height"in b,m=this,n={},o=a.style,p=a.nodeType&&da(a),q=W.get(a,"fxshow");c.queue||(g=r._queueHooks(a,"fx"),null==g.unqueued&&(g.unqueued=0,h=g.empty.fire,g.empty.fire=function(){g.unqueued||h()}),g.unqueued++,m.always(function(){m.always(function(){g.unqueued--,r.queue(a,"fx").length||g.empty.fire()})}));for(d in b)if(e=b[d],cb.test(e)){if(delete b[d],f=f||"toggle"===e,e===(p?"hide":"show")){if("show"!==e||!q||void 0===q[d])continue;p=!0}n[d]=q&&q[d]||r.style(a,d)}if(i=!r.isEmptyObject(b),i||!r.isEmptyObject(n)){l&&1===a.nodeType&&(c.overflow=[o.overflow,o.overflowX,o.overflowY],j=q&&q.display,null==j&&(j=W.get(a,"display")),k=r.css(a,"display"),"none"===k&&(j?k=j:(ia([a],!0),j=a.style.display||j,k=r.css(a,"display"),ia([a]))),("inline"===k||"inline-block"===k&&null!=j)&&"none"===r.css(a,"float")&&(i||(m.done(function(){o.display=j}),null==j&&(k=o.display,j="none"===k?"":k)),o.display="inline-block")),c.overflow&&(o.overflow="hidden",m.always(function(){o.overflow=c.overflow[0],o.overflowX=c.overflow[1],o.overflowY=c.overflow[2]})),i=!1;for(d in n)i||(q?"hidden"in q&&(p=q.hidden):q=W.access(a,"fxshow",{display:j}),f&&(q.hidden=!p),p&&ia([a],!0),m.done(function(){p||ia([a]),W.remove(a,"fxshow");for(d in n)r.style(a,d,n[d])})),i=hb(p?q[d]:0,d,m),d in q||(q[d]=i.start,p&&(i.end=i.start,i.start=0))}}function jb(a,b){var c,d,e,f,g;for(c in a)if(d=r.camelCase(c),e=b[d],f=a[c],Array.isArray(f)&&(e=f[1],f=a[c]=f[0]),c!==d&&(a[d]=f,delete a[c]),g=r.cssHooks[d],g&&"expand"in g){f=g.expand(f),delete a[d];for(c in f)c in a||(a[c]=f[c],b[c]=e)}else b[d]=e}function kb(a,b,c){var d,e,f=0,g=kb.prefilters.length,h=r.Deferred().always(function(){delete i.elem}),i=function(){if(e)return!1;for(var b=ab||fb(),c=Math.max(0,j.startTime+j.duration-b),d=c/j.duration||0,f=1-d,g=0,i=j.tweens.length;g<i;g++)j.tweens[g].run(f);return h.notifyWith(a,[j,f,c]),f<1&&i?c:(i||h.notifyWith(a,[j,1,0]),h.resolveWith(a,[j]),!1)},j=h.promise({elem:a,props:r.extend({},b),opts:r.extend(!0,{specialEasing:{},easing:r.easing._default},c),originalProperties:b,originalOptions:c,startTime:ab||fb(),duration:c.duration,tweens:[],createTween:function(b,c){var d=r.Tween(a,j.opts,b,c,j.opts.specialEasing[b]||j.opts.easing);return j.tweens.push(d),d},stop:function(b){var c=0,d=b?j.tweens.length:0;if(e)return this;for(e=!0;c<d;c++)j.tweens[c].run(1);return b?(h.notifyWith(a,[j,1,0]),h.resolveWith(a,[j,b])):h.rejectWith(a,[j,b]),this}}),k=j.props;for(jb(k,j.opts.specialEasing);f<g;f++)if(d=kb.prefilters[f].call(j,a,k,j.opts))return r.isFunction(d.stop)&&(r._queueHooks(j.elem,j.opts.queue).stop=r.proxy(d.stop,d)),d;return r.map(k,hb,j),r.isFunction(j.opts.start)&&j.opts.start.call(a,j),j.progress(j.opts.progress).done(j.opts.done,j.opts.complete).fail(j.opts.fail).always(j.opts.always),r.fx.timer(r.extend(i,{elem:a,anim:j,queue:j.opts.queue})),j}r.Animation=r.extend(kb,{tweeners:{"*":[function(a,b){var c=this.createTween(a,b);return fa(c.elem,a,ba.exec(b),c),c}]},tweener:function(a,b){r.isFunction(a)?(b=a,a=["*"]):a=a.match(L);for(var c,d=0,e=a.length;d<e;d++)c=a[d],kb.tweeners[c]=kb.tweeners[c]||[],kb.tweeners[c].unshift(b)},prefilters:[ib],prefilter:function(a,b){b?kb.prefilters.unshift(a):kb.prefilters.push(a)}}),r.speed=function(a,b,c){var d=a&&"object"==typeof a?r.extend({},a):{complete:c||!c&&b||r.isFunction(a)&&a,duration:a,easing:c&&b||b&&!r.isFunction(b)&&b};return r.fx.off?d.duration=0:"number"!=typeof d.duration&&(d.duration in r.fx.speeds?d.duration=r.fx.speeds[d.duration]:d.duration=r.fx.speeds._default),null!=d.queue&&d.queue!==!0||(d.queue="fx"),d.old=d.complete,d.complete=function(){r.isFunction(d.old)&&d.old.call(this),d.queue&&r.dequeue(this,d.queue)},d},r.fn.extend({fadeTo:function(a,b,c,d){return this.filter(da).css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=r.isEmptyObject(a),f=r.speed(b,c,d),g=function(){var b=kb(this,r.extend({},a),f);(e||W.get(this,"finish"))&&b.stop(!0)};return g.finish=g,e||f.queue===!1?this.each(g):this.queue(f.queue,g)},stop:function(a,b,c){var d=function(a){var b=a.stop;delete a.stop,b(c)};return"string"!=typeof a&&(c=b,b=a,a=void 0),b&&a!==!1&&this.queue(a||"fx",[]),this.each(function(){var b=!0,e=null!=a&&a+"queueHooks",f=r.timers,g=W.get(this);if(e)g[e]&&g[e].stop&&d(g[e]);else for(e in g)g[e]&&g[e].stop&&db.test(e)&&d(g[e]);for(e=f.length;e--;)f[e].elem!==this||null!=a&&f[e].queue!==a||(f[e].anim.stop(c),b=!1,f.splice(e,1));!b&&c||r.dequeue(this,a)})},finish:function(a){return a!==!1&&(a=a||"fx"),this.each(function(){var b,c=W.get(this),d=c[a+"queue"],e=c[a+"queueHooks"],f=r.timers,g=d?d.length:0;for(c.finish=!0,r.queue(this,a,[]),e&&e.stop&&e.stop.call(this,!0),b=f.length;b--;)f[b].elem===this&&f[b].queue===a&&(f[b].anim.stop(!0),f.splice(b,1));for(b=0;b<g;b++)d[b]&&d[b].finish&&d[b].finish.call(this);delete c.finish})}}),r.each(["toggle","show","hide"],function(a,b){var c=r.fn[b];r.fn[b]=function(a,d,e){return null==a||"boolean"==typeof a?c.apply(this,arguments):this.animate(gb(b,!0),a,d,e)}}),r.each({slideDown:gb("show"),slideUp:gb("hide"),slideToggle:gb("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){r.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),r.timers=[],r.fx.tick=function(){var a,b=0,c=r.timers;for(ab=r.now();b<c.length;b++)a=c[b],a()||c[b]!==a||c.splice(b--,1);c.length||r.fx.stop(),ab=void 0},r.fx.timer=function(a){r.timers.push(a),r.fx.start()},r.fx.interval=13,r.fx.start=function(){bb||(bb=!0,eb())},r.fx.stop=function(){bb=null},r.fx.speeds={slow:600,fast:200,_default:400},r.fn.delay=function(b,c){return b=r.fx?r.fx.speeds[b]||b:b,c=c||"fx",this.queue(c,function(c,d){var e=a.setTimeout(c,b);d.stop=function(){a.clearTimeout(e)}})},function(){var a=d.createElement("input"),b=d.createElement("select"),c=b.appendChild(d.createElement("option"));a.type="checkbox",o.checkOn=""!==a.value,o.optSelected=c.selected,a=d.createElement("input"),a.value="t",a.type="radio",o.radioValue="t"===a.value}();var lb,mb=r.expr.attrHandle;r.fn.extend({attr:function(a,b){return T(this,r.attr,a,b,arguments.length>1)},removeAttr:function(a){return this.each(function(){r.removeAttr(this,a)})}}),r.extend({attr:function(a,b,c){var d,e,f=a.nodeType;if(3!==f&&8!==f&&2!==f)return"undefined"==typeof a.getAttribute?r.prop(a,b,c):(1===f&&r.isXMLDoc(a)||(e=r.attrHooks[b.toLowerCase()]||(r.expr.match.bool.test(b)?lb:void 0)),void 0!==c?null===c?void r.removeAttr(a,b):e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:(a.setAttribute(b,c+""),c):e&&"get"in e&&null!==(d=e.get(a,b))?d:(d=r.find.attr(a,b),
null==d?void 0:d))},attrHooks:{type:{set:function(a,b){if(!o.radioValue&&"radio"===b&&B(a,"input")){var c=a.value;return a.setAttribute("type",b),c&&(a.value=c),b}}}},removeAttr:function(a,b){var c,d=0,e=b&&b.match(L);if(e&&1===a.nodeType)while(c=e[d++])a.removeAttribute(c)}}),lb={set:function(a,b,c){return b===!1?r.removeAttr(a,c):a.setAttribute(c,c),c}},r.each(r.expr.match.bool.source.match(/\w+/g),function(a,b){var c=mb[b]||r.find.attr;mb[b]=function(a,b,d){var e,f,g=b.toLowerCase();return d||(f=mb[g],mb[g]=e,e=null!=c(a,b,d)?g:null,mb[g]=f),e}});var nb=/^(?:input|select|textarea|button)$/i,ob=/^(?:a|area)$/i;r.fn.extend({prop:function(a,b){return T(this,r.prop,a,b,arguments.length>1)},removeProp:function(a){return this.each(function(){delete this[r.propFix[a]||a]})}}),r.extend({prop:function(a,b,c){var d,e,f=a.nodeType;if(3!==f&&8!==f&&2!==f)return 1===f&&r.isXMLDoc(a)||(b=r.propFix[b]||b,e=r.propHooks[b]),void 0!==c?e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:a[b]=c:e&&"get"in e&&null!==(d=e.get(a,b))?d:a[b]},propHooks:{tabIndex:{get:function(a){var b=r.find.attr(a,"tabindex");return b?parseInt(b,10):nb.test(a.nodeName)||ob.test(a.nodeName)&&a.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),o.optSelected||(r.propHooks.selected={get:function(a){var b=a.parentNode;return b&&b.parentNode&&b.parentNode.selectedIndex,null},set:function(a){var b=a.parentNode;b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex)}}),r.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){r.propFix[this.toLowerCase()]=this});function pb(a){var b=a.match(L)||[];return b.join(" ")}function qb(a){return a.getAttribute&&a.getAttribute("class")||""}r.fn.extend({addClass:function(a){var b,c,d,e,f,g,h,i=0;if(r.isFunction(a))return this.each(function(b){r(this).addClass(a.call(this,b,qb(this)))});if("string"==typeof a&&a){b=a.match(L)||[];while(c=this[i++])if(e=qb(c),d=1===c.nodeType&&" "+pb(e)+" "){g=0;while(f=b[g++])d.indexOf(" "+f+" ")<0&&(d+=f+" ");h=pb(d),e!==h&&c.setAttribute("class",h)}}return this},removeClass:function(a){var b,c,d,e,f,g,h,i=0;if(r.isFunction(a))return this.each(function(b){r(this).removeClass(a.call(this,b,qb(this)))});if(!arguments.length)return this.attr("class","");if("string"==typeof a&&a){b=a.match(L)||[];while(c=this[i++])if(e=qb(c),d=1===c.nodeType&&" "+pb(e)+" "){g=0;while(f=b[g++])while(d.indexOf(" "+f+" ")>-1)d=d.replace(" "+f+" "," ");h=pb(d),e!==h&&c.setAttribute("class",h)}}return this},toggleClass:function(a,b){var c=typeof a;return"boolean"==typeof b&&"string"===c?b?this.addClass(a):this.removeClass(a):r.isFunction(a)?this.each(function(c){r(this).toggleClass(a.call(this,c,qb(this),b),b)}):this.each(function(){var b,d,e,f;if("string"===c){d=0,e=r(this),f=a.match(L)||[];while(b=f[d++])e.hasClass(b)?e.removeClass(b):e.addClass(b)}else void 0!==a&&"boolean"!==c||(b=qb(this),b&&W.set(this,"__className__",b),this.setAttribute&&this.setAttribute("class",b||a===!1?"":W.get(this,"__className__")||""))})},hasClass:function(a){var b,c,d=0;b=" "+a+" ";while(c=this[d++])if(1===c.nodeType&&(" "+pb(qb(c))+" ").indexOf(b)>-1)return!0;return!1}});var rb=/\r/g;r.fn.extend({val:function(a){var b,c,d,e=this[0];{if(arguments.length)return d=r.isFunction(a),this.each(function(c){var e;1===this.nodeType&&(e=d?a.call(this,c,r(this).val()):a,null==e?e="":"number"==typeof e?e+="":Array.isArray(e)&&(e=r.map(e,function(a){return null==a?"":a+""})),b=r.valHooks[this.type]||r.valHooks[this.nodeName.toLowerCase()],b&&"set"in b&&void 0!==b.set(this,e,"value")||(this.value=e))});if(e)return b=r.valHooks[e.type]||r.valHooks[e.nodeName.toLowerCase()],b&&"get"in b&&void 0!==(c=b.get(e,"value"))?c:(c=e.value,"string"==typeof c?c.replace(rb,""):null==c?"":c)}}}),r.extend({valHooks:{option:{get:function(a){var b=r.find.attr(a,"value");return null!=b?b:pb(r.text(a))}},select:{get:function(a){var b,c,d,e=a.options,f=a.selectedIndex,g="select-one"===a.type,h=g?null:[],i=g?f+1:e.length;for(d=f<0?i:g?f:0;d<i;d++)if(c=e[d],(c.selected||d===f)&&!c.disabled&&(!c.parentNode.disabled||!B(c.parentNode,"optgroup"))){if(b=r(c).val(),g)return b;h.push(b)}return h},set:function(a,b){var c,d,e=a.options,f=r.makeArray(b),g=e.length;while(g--)d=e[g],(d.selected=r.inArray(r.valHooks.option.get(d),f)>-1)&&(c=!0);return c||(a.selectedIndex=-1),f}}}}),r.each(["radio","checkbox"],function(){r.valHooks[this]={set:function(a,b){if(Array.isArray(b))return a.checked=r.inArray(r(a).val(),b)>-1}},o.checkOn||(r.valHooks[this].get=function(a){return null===a.getAttribute("value")?"on":a.value})});var sb=/^(?:focusinfocus|focusoutblur)$/;r.extend(r.event,{trigger:function(b,c,e,f){var g,h,i,j,k,m,n,o=[e||d],p=l.call(b,"type")?b.type:b,q=l.call(b,"namespace")?b.namespace.split("."):[];if(h=i=e=e||d,3!==e.nodeType&&8!==e.nodeType&&!sb.test(p+r.event.triggered)&&(p.indexOf(".")>-1&&(q=p.split("."),p=q.shift(),q.sort()),k=p.indexOf(":")<0&&"on"+p,b=b[r.expando]?b:new r.Event(p,"object"==typeof b&&b),b.isTrigger=f?2:3,b.namespace=q.join("."),b.rnamespace=b.namespace?new RegExp("(^|\\.)"+q.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=e),c=null==c?[b]:r.makeArray(c,[b]),n=r.event.special[p]||{},f||!n.trigger||n.trigger.apply(e,c)!==!1)){if(!f&&!n.noBubble&&!r.isWindow(e)){for(j=n.delegateType||p,sb.test(j+p)||(h=h.parentNode);h;h=h.parentNode)o.push(h),i=h;i===(e.ownerDocument||d)&&o.push(i.defaultView||i.parentWindow||a)}g=0;while((h=o[g++])&&!b.isPropagationStopped())b.type=g>1?j:n.bindType||p,m=(W.get(h,"events")||{})[b.type]&&W.get(h,"handle"),m&&m.apply(h,c),m=k&&h[k],m&&m.apply&&U(h)&&(b.result=m.apply(h,c),b.result===!1&&b.preventDefault());return b.type=p,f||b.isDefaultPrevented()||n._default&&n._default.apply(o.pop(),c)!==!1||!U(e)||k&&r.isFunction(e[p])&&!r.isWindow(e)&&(i=e[k],i&&(e[k]=null),r.event.triggered=p,e[p](),r.event.triggered=void 0,i&&(e[k]=i)),b.result}},simulate:function(a,b,c){var d=r.extend(new r.Event,c,{type:a,isSimulated:!0});r.event.trigger(d,null,b)}}),r.fn.extend({trigger:function(a,b){return this.each(function(){r.event.trigger(a,b,this)})},triggerHandler:function(a,b){var c=this[0];if(c)return r.event.trigger(a,b,c,!0)}}),r.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(a,b){r.fn[b]=function(a,c){return arguments.length>0?this.on(b,null,a,c):this.trigger(b)}}),r.fn.extend({hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}}),o.focusin="onfocusin"in a,o.focusin||r.each({focus:"focusin",blur:"focusout"},function(a,b){var c=function(a){r.event.simulate(b,a.target,r.event.fix(a))};r.event.special[b]={setup:function(){var d=this.ownerDocument||this,e=W.access(d,b);e||d.addEventListener(a,c,!0),W.access(d,b,(e||0)+1)},teardown:function(){var d=this.ownerDocument||this,e=W.access(d,b)-1;e?W.access(d,b,e):(d.removeEventListener(a,c,!0),W.remove(d,b))}}});var tb=a.location,ub=r.now(),vb=/\?/;r.parseXML=function(b){var c;if(!b||"string"!=typeof b)return null;try{c=(new a.DOMParser).parseFromString(b,"text/xml")}catch(d){c=void 0}return c&&!c.getElementsByTagName("parsererror").length||r.error("Invalid XML: "+b),c};var wb=/\[\]$/,xb=/\r?\n/g,yb=/^(?:submit|button|image|reset|file)$/i,zb=/^(?:input|select|textarea|keygen)/i;function Ab(a,b,c,d){var e;if(Array.isArray(b))r.each(b,function(b,e){c||wb.test(a)?d(a,e):Ab(a+"["+("object"==typeof e&&null!=e?b:"")+"]",e,c,d)});else if(c||"object"!==r.type(b))d(a,b);else for(e in b)Ab(a+"["+e+"]",b[e],c,d)}r.param=function(a,b){var c,d=[],e=function(a,b){var c=r.isFunction(b)?b():b;d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(null==c?"":c)};if(Array.isArray(a)||a.jquery&&!r.isPlainObject(a))r.each(a,function(){e(this.name,this.value)});else for(c in a)Ab(c,a[c],b,e);return d.join("&")},r.fn.extend({serialize:function(){return r.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var a=r.prop(this,"elements");return a?r.makeArray(a):this}).filter(function(){var a=this.type;return this.name&&!r(this).is(":disabled")&&zb.test(this.nodeName)&&!yb.test(a)&&(this.checked||!ja.test(a))}).map(function(a,b){var c=r(this).val();return null==c?null:Array.isArray(c)?r.map(c,function(a){return{name:b.name,value:a.replace(xb,"\r\n")}}):{name:b.name,value:c.replace(xb,"\r\n")}}).get()}});var Bb=/%20/g,Cb=/#.*$/,Db=/([?&])_=[^&]*/,Eb=/^(.*?):[ \t]*([^\r\n]*)$/gm,Fb=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Gb=/^(?:GET|HEAD)$/,Hb=/^\/\//,Ib={},Jb={},Kb="*/".concat("*"),Lb=d.createElement("a");Lb.href=tb.href;function Mb(a){return function(b,c){"string"!=typeof b&&(c=b,b="*");var d,e=0,f=b.toLowerCase().match(L)||[];if(r.isFunction(c))while(d=f[e++])"+"===d[0]?(d=d.slice(1)||"*",(a[d]=a[d]||[]).unshift(c)):(a[d]=a[d]||[]).push(c)}}function Nb(a,b,c,d){var e={},f=a===Jb;function g(h){var i;return e[h]=!0,r.each(a[h]||[],function(a,h){var j=h(b,c,d);return"string"!=typeof j||f||e[j]?f?!(i=j):void 0:(b.dataTypes.unshift(j),g(j),!1)}),i}return g(b.dataTypes[0])||!e["*"]&&g("*")}function Ob(a,b){var c,d,e=r.ajaxSettings.flatOptions||{};for(c in b)void 0!==b[c]&&((e[c]?a:d||(d={}))[c]=b[c]);return d&&r.extend(!0,a,d),a}function Pb(a,b,c){var d,e,f,g,h=a.contents,i=a.dataTypes;while("*"===i[0])i.shift(),void 0===d&&(d=a.mimeType||b.getResponseHeader("Content-Type"));if(d)for(e in h)if(h[e]&&h[e].test(d)){i.unshift(e);break}if(i[0]in c)f=i[0];else{for(e in c){if(!i[0]||a.converters[e+" "+i[0]]){f=e;break}g||(g=e)}f=f||g}if(f)return f!==i[0]&&i.unshift(f),c[f]}function Qb(a,b,c,d){var e,f,g,h,i,j={},k=a.dataTypes.slice();if(k[1])for(g in a.converters)j[g.toLowerCase()]=a.converters[g];f=k.shift();while(f)if(a.responseFields[f]&&(c[a.responseFields[f]]=b),!i&&d&&a.dataFilter&&(b=a.dataFilter(b,a.dataType)),i=f,f=k.shift())if("*"===f)f=i;else if("*"!==i&&i!==f){if(g=j[i+" "+f]||j["* "+f],!g)for(e in j)if(h=e.split(" "),h[1]===f&&(g=j[i+" "+h[0]]||j["* "+h[0]])){g===!0?g=j[e]:j[e]!==!0&&(f=h[0],k.unshift(h[1]));break}if(g!==!0)if(g&&a["throws"])b=g(b);else try{b=g(b)}catch(l){return{state:"parsererror",error:g?l:"No conversion from "+i+" to "+f}}}return{state:"success",data:b}}r.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:tb.href,type:"GET",isLocal:Fb.test(tb.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Kb,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":r.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(a,b){return b?Ob(Ob(a,r.ajaxSettings),b):Ob(r.ajaxSettings,a)},ajaxPrefilter:Mb(Ib),ajaxTransport:Mb(Jb),ajax:function(b,c){"object"==typeof b&&(c=b,b=void 0),c=c||{};var e,f,g,h,i,j,k,l,m,n,o=r.ajaxSetup({},c),p=o.context||o,q=o.context&&(p.nodeType||p.jquery)?r(p):r.event,s=r.Deferred(),t=r.Callbacks("once memory"),u=o.statusCode||{},v={},w={},x="canceled",y={readyState:0,getResponseHeader:function(a){var b;if(k){if(!h){h={};while(b=Eb.exec(g))h[b[1].toLowerCase()]=b[2]}b=h[a.toLowerCase()]}return null==b?null:b},getAllResponseHeaders:function(){return k?g:null},setRequestHeader:function(a,b){return null==k&&(a=w[a.toLowerCase()]=w[a.toLowerCase()]||a,v[a]=b),this},overrideMimeType:function(a){return null==k&&(o.mimeType=a),this},statusCode:function(a){var b;if(a)if(k)y.always(a[y.status]);else for(b in a)u[b]=[u[b],a[b]];return this},abort:function(a){var b=a||x;return e&&e.abort(b),A(0,b),this}};if(s.promise(y),o.url=((b||o.url||tb.href)+"").replace(Hb,tb.protocol+"//"),o.type=c.method||c.type||o.method||o.type,o.dataTypes=(o.dataType||"*").toLowerCase().match(L)||[""],null==o.crossDomain){j=d.createElement("a");try{j.href=o.url,j.href=j.href,o.crossDomain=Lb.protocol+"//"+Lb.host!=j.protocol+"//"+j.host}catch(z){o.crossDomain=!0}}if(o.data&&o.processData&&"string"!=typeof o.data&&(o.data=r.param(o.data,o.traditional)),Nb(Ib,o,c,y),k)return y;l=r.event&&o.global,l&&0===r.active++&&r.event.trigger("ajaxStart"),o.type=o.type.toUpperCase(),o.hasContent=!Gb.test(o.type),f=o.url.replace(Cb,""),o.hasContent?o.data&&o.processData&&0===(o.contentType||"").indexOf("application/x-www-form-urlencoded")&&(o.data=o.data.replace(Bb,"+")):(n=o.url.slice(f.length),o.data&&(f+=(vb.test(f)?"&":"?")+o.data,delete o.data),o.cache===!1&&(f=f.replace(Db,"$1"),n=(vb.test(f)?"&":"?")+"_="+ub++ +n),o.url=f+n),o.ifModified&&(r.lastModified[f]&&y.setRequestHeader("If-Modified-Since",r.lastModified[f]),r.etag[f]&&y.setRequestHeader("If-None-Match",r.etag[f])),(o.data&&o.hasContent&&o.contentType!==!1||c.contentType)&&y.setRequestHeader("Content-Type",o.contentType),y.setRequestHeader("Accept",o.dataTypes[0]&&o.accepts[o.dataTypes[0]]?o.accepts[o.dataTypes[0]]+("*"!==o.dataTypes[0]?", "+Kb+"; q=0.01":""):o.accepts["*"]);for(m in o.headers)y.setRequestHeader(m,o.headers[m]);if(o.beforeSend&&(o.beforeSend.call(p,y,o)===!1||k))return y.abort();if(x="abort",t.add(o.complete),y.done(o.success),y.fail(o.error),e=Nb(Jb,o,c,y)){if(y.readyState=1,l&&q.trigger("ajaxSend",[y,o]),k)return y;o.async&&o.timeout>0&&(i=a.setTimeout(function(){y.abort("timeout")},o.timeout));try{k=!1,e.send(v,A)}catch(z){if(k)throw z;A(-1,z)}}else A(-1,"No Transport");function A(b,c,d,h){var j,m,n,v,w,x=c;k||(k=!0,i&&a.clearTimeout(i),e=void 0,g=h||"",y.readyState=b>0?4:0,j=b>=200&&b<300||304===b,d&&(v=Pb(o,y,d)),v=Qb(o,v,y,j),j?(o.ifModified&&(w=y.getResponseHeader("Last-Modified"),w&&(r.lastModified[f]=w),w=y.getResponseHeader("etag"),w&&(r.etag[f]=w)),204===b||"HEAD"===o.type?x="nocontent":304===b?x="notmodified":(x=v.state,m=v.data,n=v.error,j=!n)):(n=x,!b&&x||(x="error",b<0&&(b=0))),y.status=b,y.statusText=(c||x)+"",j?s.resolveWith(p,[m,x,y]):s.rejectWith(p,[y,x,n]),y.statusCode(u),u=void 0,l&&q.trigger(j?"ajaxSuccess":"ajaxError",[y,o,j?m:n]),t.fireWith(p,[y,x]),l&&(q.trigger("ajaxComplete",[y,o]),--r.active||r.event.trigger("ajaxStop")))}return y},getJSON:function(a,b,c){return r.get(a,b,c,"json")},getScript:function(a,b){return r.get(a,void 0,b,"script")}}),r.each(["get","post"],function(a,b){r[b]=function(a,c,d,e){return r.isFunction(c)&&(e=e||d,d=c,c=void 0),r.ajax(r.extend({url:a,type:b,dataType:e,data:c,success:d},r.isPlainObject(a)&&a))}}),r._evalUrl=function(a){return r.ajax({url:a,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,"throws":!0})},r.fn.extend({wrapAll:function(a){var b;return this[0]&&(r.isFunction(a)&&(a=a.call(this[0])),b=r(a,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstElementChild)a=a.firstElementChild;return a}).append(this)),this},wrapInner:function(a){return r.isFunction(a)?this.each(function(b){r(this).wrapInner(a.call(this,b))}):this.each(function(){var b=r(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=r.isFunction(a);return this.each(function(c){r(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(a){return this.parent(a).not("body").each(function(){r(this).replaceWith(this.childNodes)}),this}}),r.expr.pseudos.hidden=function(a){return!r.expr.pseudos.visible(a)},r.expr.pseudos.visible=function(a){return!!(a.offsetWidth||a.offsetHeight||a.getClientRects().length)},r.ajaxSettings.xhr=function(){try{return new a.XMLHttpRequest}catch(b){}};var Rb={0:200,1223:204},Sb=r.ajaxSettings.xhr();o.cors=!!Sb&&"withCredentials"in Sb,o.ajax=Sb=!!Sb,r.ajaxTransport(function(b){var c,d;if(o.cors||Sb&&!b.crossDomain)return{send:function(e,f){var g,h=b.xhr();if(h.open(b.type,b.url,b.async,b.username,b.password),b.xhrFields)for(g in b.xhrFields)h[g]=b.xhrFields[g];b.mimeType&&h.overrideMimeType&&h.overrideMimeType(b.mimeType),b.crossDomain||e["X-Requested-With"]||(e["X-Requested-With"]="XMLHttpRequest");for(g in e)h.setRequestHeader(g,e[g]);c=function(a){return function(){c&&(c=d=h.onload=h.onerror=h.onabort=h.onreadystatechange=null,"abort"===a?h.abort():"error"===a?"number"!=typeof h.status?f(0,"error"):f(h.status,h.statusText):f(Rb[h.status]||h.status,h.statusText,"text"!==(h.responseType||"text")||"string"!=typeof h.responseText?{binary:h.response}:{text:h.responseText},h.getAllResponseHeaders()))}},h.onload=c(),d=h.onerror=c("error"),void 0!==h.onabort?h.onabort=d:h.onreadystatechange=function(){4===h.readyState&&a.setTimeout(function(){c&&d()})},c=c("abort");try{h.send(b.hasContent&&b.data||null)}catch(i){if(c)throw i}},abort:function(){c&&c()}}}),r.ajaxPrefilter(function(a){a.crossDomain&&(a.contents.script=!1)}),r.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(a){return r.globalEval(a),a}}}),r.ajaxPrefilter("script",function(a){void 0===a.cache&&(a.cache=!1),a.crossDomain&&(a.type="GET")}),r.ajaxTransport("script",function(a){if(a.crossDomain){var b,c;return{send:function(e,f){b=r("<script>").prop({charset:a.scriptCharset,src:a.url}).on("load error",c=function(a){b.remove(),c=null,a&&f("error"===a.type?404:200,a.type)}),d.head.appendChild(b[0])},abort:function(){c&&c()}}}});var Tb=[],Ub=/(=)\?(?=&|$)|\?\?/;r.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var a=Tb.pop()||r.expando+"_"+ub++;return this[a]=!0,a}}),r.ajaxPrefilter("json jsonp",function(b,c,d){var e,f,g,h=b.jsonp!==!1&&(Ub.test(b.url)?"url":"string"==typeof b.data&&0===(b.contentType||"").indexOf("application/x-www-form-urlencoded")&&Ub.test(b.data)&&"data");if(h||"jsonp"===b.dataTypes[0])return e=b.jsonpCallback=r.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,h?b[h]=b[h].replace(Ub,"$1"+e):b.jsonp!==!1&&(b.url+=(vb.test(b.url)?"&":"?")+b.jsonp+"="+e),b.converters["script json"]=function(){return g||r.error(e+" was not called"),g[0]},b.dataTypes[0]="json",f=a[e],a[e]=function(){g=arguments},d.always(function(){void 0===f?r(a).removeProp(e):a[e]=f,b[e]&&(b.jsonpCallback=c.jsonpCallback,Tb.push(e)),g&&r.isFunction(f)&&f(g[0]),g=f=void 0}),"script"}),o.createHTMLDocument=function(){var a=d.implementation.createHTMLDocument("").body;return a.innerHTML="<form></form><form></form>",2===a.childNodes.length}(),r.parseHTML=function(a,b,c){if("string"!=typeof a)return[];"boolean"==typeof b&&(c=b,b=!1);var e,f,g;return b||(o.createHTMLDocument?(b=d.implementation.createHTMLDocument(""),e=b.createElement("base"),e.href=d.location.href,b.head.appendChild(e)):b=d),f=C.exec(a),g=!c&&[],f?[b.createElement(f[1])]:(f=qa([a],b,g),g&&g.length&&r(g).remove(),r.merge([],f.childNodes))},r.fn.load=function(a,b,c){var d,e,f,g=this,h=a.indexOf(" ");return h>-1&&(d=pb(a.slice(h)),a=a.slice(0,h)),r.isFunction(b)?(c=b,b=void 0):b&&"object"==typeof b&&(e="POST"),g.length>0&&r.ajax({url:a,type:e||"GET",dataType:"html",data:b}).done(function(a){f=arguments,g.html(d?r("<div>").append(r.parseHTML(a)).find(d):a)}).always(c&&function(a,b){g.each(function(){c.apply(this,f||[a.responseText,b,a])})}),this},r.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(a,b){r.fn[b]=function(a){return this.on(b,a)}}),r.expr.pseudos.animated=function(a){return r.grep(r.timers,function(b){return a===b.elem}).length},r.offset={setOffset:function(a,b,c){var d,e,f,g,h,i,j,k=r.css(a,"position"),l=r(a),m={};"static"===k&&(a.style.position="relative"),h=l.offset(),f=r.css(a,"top"),i=r.css(a,"left"),j=("absolute"===k||"fixed"===k)&&(f+i).indexOf("auto")>-1,j?(d=l.position(),g=d.top,e=d.left):(g=parseFloat(f)||0,e=parseFloat(i)||0),r.isFunction(b)&&(b=b.call(a,c,r.extend({},h))),null!=b.top&&(m.top=b.top-h.top+g),null!=b.left&&(m.left=b.left-h.left+e),"using"in b?b.using.call(a,m):l.css(m)}},r.fn.extend({offset:function(a){if(arguments.length)return void 0===a?this:this.each(function(b){r.offset.setOffset(this,a,b)});var b,c,d,e,f=this[0];if(f)return f.getClientRects().length?(d=f.getBoundingClientRect(),b=f.ownerDocument,c=b.documentElement,e=b.defaultView,{top:d.top+e.pageYOffset-c.clientTop,left:d.left+e.pageXOffset-c.clientLeft}):{top:0,left:0}},position:function(){if(this[0]){var a,b,c=this[0],d={top:0,left:0};return"fixed"===r.css(c,"position")?b=c.getBoundingClientRect():(a=this.offsetParent(),b=this.offset(),B(a[0],"html")||(d=a.offset()),d={top:d.top+r.css(a[0],"borderTopWidth",!0),left:d.left+r.css(a[0],"borderLeftWidth",!0)}),{top:b.top-d.top-r.css(c,"marginTop",!0),left:b.left-d.left-r.css(c,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var a=this.offsetParent;while(a&&"static"===r.css(a,"position"))a=a.offsetParent;return a||ra})}}),r.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(a,b){var c="pageYOffset"===b;r.fn[a]=function(d){return T(this,function(a,d,e){var f;return r.isWindow(a)?f=a:9===a.nodeType&&(f=a.defaultView),void 0===e?f?f[b]:a[d]:void(f?f.scrollTo(c?f.pageXOffset:e,c?e:f.pageYOffset):a[d]=e)},a,d,arguments.length)}}),r.each(["top","left"],function(a,b){r.cssHooks[b]=Pa(o.pixelPosition,function(a,c){if(c)return c=Oa(a,b),Ma.test(c)?r(a).position()[b]+"px":c})}),r.each({Height:"height",Width:"width"},function(a,b){r.each({padding:"inner"+a,content:b,"":"outer"+a},function(c,d){r.fn[d]=function(e,f){var g=arguments.length&&(c||"boolean"!=typeof e),h=c||(e===!0||f===!0?"margin":"border");return T(this,function(b,c,e){var f;return r.isWindow(b)?0===d.indexOf("outer")?b["inner"+a]:b.document.documentElement["client"+a]:9===b.nodeType?(f=b.documentElement,Math.max(b.body["scroll"+a],f["scroll"+a],b.body["offset"+a],f["offset"+a],f["client"+a])):void 0===e?r.css(b,c,h):r.style(b,c,e,h)},b,g?e:void 0,g)}})}),r.fn.extend({bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return 1===arguments.length?this.off(a,"**"):this.off(b,a||"**",c)}}),r.holdReady=function(a){a?r.readyWait++:r.ready(!0)},r.isArray=Array.isArray,r.parseJSON=JSON.parse,r.nodeName=B,"function"==typeof define&&define.amd&&define("jquery",[],function(){return r});var Vb=a.jQuery,Wb=a.$;return r.noConflict=function(b){return a.$===r&&(a.$=Wb),b&&a.jQuery===r&&(a.jQuery=Vb),r},b||(a.jQuery=a.$=r),r});
</script>
<!-- bootstrap.min.js -->
<script>
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under the MIT license
*/
if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(a){"use strict";var b=a.fn.jquery.split(" ")[0].split(".");if(b[0]<2&&b[1]<9||1==b[0]&&9==b[1]&&b[2]<1||b[0]>3)throw new Error("Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 4")}(jQuery),+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]};return!1}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one("bsTransitionEnd",function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b(),a.support.transition&&(a.event.special.bsTransitionEnd={bindType:a.support.transition.end,delegateType:a.support.transition.end,handle:function(b){if(a(b.target).is(this))return b.handleObj.handler.apply(this,arguments)}})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var c=a(this),e=c.data("bs.alert");e||c.data("bs.alert",e=new d(this)),"string"==typeof b&&e[b].call(c)})}var c='[data-dismiss="alert"]',d=function(b){a(b).on("click",c,this.close)};d.VERSION="3.3.7",d.TRANSITION_DURATION=150,d.prototype.close=function(b){function c(){g.detach().trigger("closed.bs.alert").remove()}var e=a(this),f=e.attr("data-target");f||(f=e.attr("href"),f=f&&f.replace(/.*(?=#[^\s]*$)/,""));var g=a("#"===f?[]:f);b&&b.preventDefault(),g.length||(g=e.closest(".alert")),g.trigger(b=a.Event("close.bs.alert")),b.isDefaultPrevented()||(g.removeClass("in"),a.support.transition&&g.hasClass("fade")?g.one("bsTransitionEnd",c).emulateTransitionEnd(d.TRANSITION_DURATION):c())};var e=a.fn.alert;a.fn.alert=b,a.fn.alert.Constructor=d,a.fn.alert.noConflict=function(){return a.fn.alert=e,this},a(document).on("click.bs.alert.data-api",c,d.prototype.close)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof b&&b;e||d.data("bs.button",e=new c(this,f)),"toggle"==b?e.toggle():b&&e.setState(b)})}var c=function(b,d){this.$element=a(b),this.options=a.extend({},c.DEFAULTS,d),this.isLoading=!1};c.VERSION="3.3.7",c.DEFAULTS={loadingText:"loading..."},c.prototype.setState=function(b){var c="disabled",d=this.$element,e=d.is("input")?"val":"html",f=d.data();b+="Text",null==f.resetText&&d.data("resetText",d[e]()),setTimeout(a.proxy(function(){d[e](null==f[b]?this.options[b]:f[b]),"loadingText"==b?(this.isLoading=!0,d.addClass(c).attr(c,c).prop(c,!0)):this.isLoading&&(this.isLoading=!1,d.removeClass(c).removeAttr(c).prop(c,!1))},this),0)},c.prototype.toggle=function(){var a=!0,b=this.$element.closest('[data-toggle="buttons"]');if(b.length){var c=this.$element.find("input");"radio"==c.prop("type")?(c.prop("checked")&&(a=!1),b.find(".active").removeClass("active"),this.$element.addClass("active")):"checkbox"==c.prop("type")&&(c.prop("checked")!==this.$element.hasClass("active")&&(a=!1),this.$element.toggleClass("active")),c.prop("checked",this.$element.hasClass("active")),a&&c.trigger("change")}else this.$element.attr("aria-pressed",!this.$element.hasClass("active")),this.$element.toggleClass("active")};var d=a.fn.button;a.fn.button=b,a.fn.button.Constructor=c,a.fn.button.noConflict=function(){return a.fn.button=d,this},a(document).on("click.bs.button.data-api",'[data-toggle^="button"]',function(c){var d=a(c.target).closest(".btn");b.call(d,"toggle"),a(c.target).is('input[type="radio"], input[type="checkbox"]')||(c.preventDefault(),d.is("input,button")?d.trigger("focus"):d.find("input:visible,button:visible").first().trigger("focus"))}).on("focus.bs.button.data-api blur.bs.button.data-api",'[data-toggle^="button"]',function(b){a(b.target).closest(".btn").toggleClass("focus",/^focus(in)?$/.test(b.type))})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},c.DEFAULTS,d.data(),"object"==typeof b&&b),g="string"==typeof b?b:f.slide;e||d.data("bs.carousel",e=new c(this,f)),"number"==typeof b?e.to(b):g?e[g]():f.interval&&e.pause().cycle()})}var c=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.paused=null,this.sliding=null,this.interval=null,this.$active=null,this.$items=null,this.options.keyboard&&this.$element.on("keydown.bs.carousel",a.proxy(this.keydown,this)),"hover"==this.options.pause&&!("ontouchstart"in document.documentElement)&&this.$element.on("mouseenter.bs.carousel",a.proxy(this.pause,this)).on("mouseleave.bs.carousel",a.proxy(this.cycle,this))};c.VERSION="3.3.7",c.TRANSITION_DURATION=600,c.DEFAULTS={interval:5e3,pause:"hover",wrap:!0,keyboard:!0},c.prototype.keydown=function(a){if(!/input|textarea/i.test(a.target.tagName)){switch(a.which){case 37:this.prev();break;case 39:this.next();break;default:return}a.preventDefault()}},c.prototype.cycle=function(b){return b||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},c.prototype.getItemIndex=function(a){return this.$items=a.parent().children(".item"),this.$items.index(a||this.$active)},c.prototype.getItemForDirection=function(a,b){var c=this.getItemIndex(b),d="prev"==a&&0===c||"next"==a&&c==this.$items.length-1;if(d&&!this.options.wrap)return b;var e="prev"==a?-1:1,f=(c+e)%this.$items.length;return this.$items.eq(f)},c.prototype.to=function(a){var b=this,c=this.getItemIndex(this.$active=this.$element.find(".item.active"));if(!(a>this.$items.length-1||a<0))return this.sliding?this.$element.one("slid.bs.carousel",function(){b.to(a)}):c==a?this.pause().cycle():this.slide(a>c?"next":"prev",this.$items.eq(a))},c.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .prev").length&&a.support.transition&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},c.prototype.next=function(){if(!this.sliding)return this.slide("next")},c.prototype.prev=function(){if(!this.sliding)return this.slide("prev")},c.prototype.slide=function(b,d){var e=this.$element.find(".item.active"),f=d||this.getItemForDirection(b,e),g=this.interval,h="next"==b?"left":"right",i=this;if(f.hasClass("active"))return this.sliding=!1;var j=f[0],k=a.Event("slide.bs.carousel",{relatedTarget:j,direction:h});if(this.$element.trigger(k),!k.isDefaultPrevented()){if(this.sliding=!0,g&&this.pause(),this.$indicators.length){this.$indicators.find(".active").removeClass("active");var l=a(this.$indicators.children()[this.getItemIndex(f)]);l&&l.addClass("active")}var m=a.Event("slid.bs.carousel",{relatedTarget:j,direction:h});return a.support.transition&&this.$element.hasClass("slide")?(f.addClass(b),f[0].offsetWidth,e.addClass(h),f.addClass(h),e.one("bsTransitionEnd",function(){f.removeClass([b,h].join(" ")).addClass("active"),e.removeClass(["active",h].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger(m)},0)}).emulateTransitionEnd(c.TRANSITION_DURATION)):(e.removeClass("active"),f.addClass("active"),this.sliding=!1,this.$element.trigger(m)),g&&this.cycle(),this}};var d=a.fn.carousel;a.fn.carousel=b,a.fn.carousel.Constructor=c,a.fn.carousel.noConflict=function(){return a.fn.carousel=d,this};var e=function(c){var d,e=a(this),f=a(e.attr("data-target")||(d=e.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,""));if(f.hasClass("carousel")){var g=a.extend({},f.data(),e.data()),h=e.attr("data-slide-to");h&&(g.interval=!1),b.call(f,g),h&&f.data("bs.carousel").to(h),c.preventDefault()}};a(document).on("click.bs.carousel.data-api","[data-slide]",e).on("click.bs.carousel.data-api","[data-slide-to]",e),a(window).on("load",function(){a('[data-ride="carousel"]').each(function(){var c=a(this);b.call(c,c.data())})})}(jQuery),+function(a){"use strict";function b(b){var c,d=b.attr("data-target")||(c=b.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,"");return a(d)}function c(b){return this.each(function(){var c=a(this),e=c.data("bs.collapse"),f=a.extend({},d.DEFAULTS,c.data(),"object"==typeof b&&b);!e&&f.toggle&&/show|hide/.test(b)&&(f.toggle=!1),e||c.data("bs.collapse",e=new d(this,f)),"string"==typeof b&&e[b]()})}var d=function(b,c){this.$element=a(b),this.options=a.extend({},d.DEFAULTS,c),this.$trigger=a('[data-toggle="collapse"][href="#'+b.id+'"],[data-toggle="collapse"][data-target="#'+b.id+'"]'),this.transitioning=null,this.options.parent?this.$parent=this.getParent():this.addAriaAndCollapsedClass(this.$element,this.$trigger),this.options.toggle&&this.toggle()};d.VERSION="3.3.7",d.TRANSITION_DURATION=350,d.DEFAULTS={toggle:!0},d.prototype.dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},d.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var b,e=this.$parent&&this.$parent.children(".panel").children(".in, .collapsing");if(!(e&&e.length&&(b=e.data("bs.collapse"),b&&b.transitioning))){var f=a.Event("show.bs.collapse");if(this.$element.trigger(f),!f.isDefaultPrevented()){e&&e.length&&(c.call(e,"hide"),b||e.data("bs.collapse",null));var g=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[g](0).attr("aria-expanded",!0),this.$trigger.removeClass("collapsed").attr("aria-expanded",!0),this.transitioning=1;var h=function(){this.$element.removeClass("collapsing").addClass("collapse in")[g](""),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return h.call(this);var i=a.camelCase(["scroll",g].join("-"));this.$element.one("bsTransitionEnd",a.proxy(h,this)).emulateTransitionEnd(d.TRANSITION_DURATION)[g](this.$element[0][i])}}}},d.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var b=a.Event("hide.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.dimension();this.$element[c](this.$element[c]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse in").attr("aria-expanded",!1),this.$trigger.addClass("collapsed").attr("aria-expanded",!1),this.transitioning=1;var e=function(){this.transitioning=0,this.$element.removeClass("collapsing").addClass("collapse").trigger("hidden.bs.collapse")};return a.support.transition?void this.$element[c](0).one("bsTransitionEnd",a.proxy(e,this)).emulateTransitionEnd(d.TRANSITION_DURATION):e.call(this)}}},d.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()},d.prototype.getParent=function(){return a(this.options.parent).find('[data-toggle="collapse"][data-parent="'+this.options.parent+'"]').each(a.proxy(function(c,d){var e=a(d);this.addAriaAndCollapsedClass(b(e),e)},this)).end()},d.prototype.addAriaAndCollapsedClass=function(a,b){var c=a.hasClass("in");a.attr("aria-expanded",c),b.toggleClass("collapsed",!c).attr("aria-expanded",c)};var e=a.fn.collapse;a.fn.collapse=c,a.fn.collapse.Constructor=d,a.fn.collapse.noConflict=function(){return a.fn.collapse=e,this},a(document).on("click.bs.collapse.data-api",'[data-toggle="collapse"]',function(d){var e=a(this);e.attr("data-target")||d.preventDefault();var f=b(e),g=f.data("bs.collapse"),h=g?"toggle":e.data();c.call(f,h)})}(jQuery),+function(a){"use strict";function b(b){var c=b.attr("data-target");c||(c=b.attr("href"),c=c&&/#[A-Za-z]/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,""));var d=c&&a(c);return d&&d.length?d:b.parent()}function c(c){c&&3===c.which||(a(e).remove(),a(f).each(function(){var d=a(this),e=b(d),f={relatedTarget:this};e.hasClass("open")&&(c&&"click"==c.type&&/input|textarea/i.test(c.target.tagName)&&a.contains(e[0],c.target)||(e.trigger(c=a.Event("hide.bs.dropdown",f)),c.isDefaultPrevented()||(d.attr("aria-expanded","false"),e.removeClass("open").trigger(a.Event("hidden.bs.dropdown",f)))))}))}function d(b){return this.each(function(){var c=a(this),d=c.data("bs.dropdown");d||c.data("bs.dropdown",d=new g(this)),"string"==typeof b&&d[b].call(c)})}var e=".dropdown-backdrop",f='[data-toggle="dropdown"]',g=function(b){a(b).on("click.bs.dropdown",this.toggle)};g.VERSION="3.3.7",g.prototype.toggle=function(d){var e=a(this);if(!e.is(".disabled, :disabled")){var f=b(e),g=f.hasClass("open");if(c(),!g){"ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&a(document.createElement("div")).addClass("dropdown-backdrop").insertAfter(a(this)).on("click",c);var h={relatedTarget:this};if(f.trigger(d=a.Event("show.bs.dropdown",h)),d.isDefaultPrevented())return;e.trigger("focus").attr("aria-expanded","true"),f.toggleClass("open").trigger(a.Event("shown.bs.dropdown",h))}return!1}},g.prototype.keydown=function(c){if(/(38|40|27|32)/.test(c.which)&&!/input|textarea/i.test(c.target.tagName)){var d=a(this);if(c.preventDefault(),c.stopPropagation(),!d.is(".disabled, :disabled")){var e=b(d),g=e.hasClass("open");if(!g&&27!=c.which||g&&27==c.which)return 27==c.which&&e.find(f).trigger("focus"),d.trigger("click");var h=" li:not(.disabled):visible a",i=e.find(".dropdown-menu"+h);if(i.length){var j=i.index(c.target);38==c.which&&j>0&&j--,40==c.which&&j<i.length-1&&j++,~j||(j=0),i.eq(j).trigger("focus")}}}};var h=a.fn.dropdown;a.fn.dropdown=d,a.fn.dropdown.Constructor=g,a.fn.dropdown.noConflict=function(){return a.fn.dropdown=h,this},a(document).on("click.bs.dropdown.data-api",c).on("click.bs.dropdown.data-api",".dropdown form",function(a){a.stopPropagation()}).on("click.bs.dropdown.data-api",f,g.prototype.toggle).on("keydown.bs.dropdown.data-api",f,g.prototype.keydown).on("keydown.bs.dropdown.data-api",".dropdown-menu",g.prototype.keydown)}(jQuery),+function(a){"use strict";function b(b,d){return this.each(function(){var e=a(this),f=e.data("bs.modal"),g=a.extend({},c.DEFAULTS,e.data(),"object"==typeof b&&b);f||e.data("bs.modal",f=new c(this,g)),"string"==typeof b?f[b](d):g.show&&f.show(d)})}var c=function(b,c){this.options=c,this.$body=a(document.body),this.$element=a(b),this.$dialog=this.$element.find(".modal-dialog"),this.$backdrop=null,this.isShown=null,this.originalBodyPad=null,this.scrollbarWidth=0,this.ignoreBackdropClick=!1,this.options.remote&&this.$element.find(".modal-content").load(this.options.remote,a.proxy(function(){this.$element.trigger("loaded.bs.modal")},this))};c.VERSION="3.3.7",c.TRANSITION_DURATION=300,c.BACKDROP_TRANSITION_DURATION=150,c.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},c.prototype.toggle=function(a){return this.isShown?this.hide():this.show(a)},c.prototype.show=function(b){var d=this,e=a.Event("show.bs.modal",{relatedTarget:b});this.$element.trigger(e),this.isShown||e.isDefaultPrevented()||(this.isShown=!0,this.checkScrollbar(),this.setScrollbar(),this.$body.addClass("modal-open"),this.escape(),this.resize(),this.$element.on("click.dismiss.bs.modal",'[data-dismiss="modal"]',a.proxy(this.hide,this)),this.$dialog.on("mousedown.dismiss.bs.modal",function(){d.$element.one("mouseup.dismiss.bs.modal",function(b){a(b.target).is(d.$element)&&(d.ignoreBackdropClick=!0)})}),this.backdrop(function(){var e=a.support.transition&&d.$element.hasClass("fade");d.$element.parent().length||d.$element.appendTo(d.$body),d.$element.show().scrollTop(0),d.adjustDialog(),e&&d.$element[0].offsetWidth,d.$element.addClass("in"),d.enforceFocus();var f=a.Event("shown.bs.modal",{relatedTarget:b});e?d.$dialog.one("bsTransitionEnd",function(){d.$element.trigger("focus").trigger(f)}).emulateTransitionEnd(c.TRANSITION_DURATION):d.$element.trigger("focus").trigger(f)}))},c.prototype.hide=function(b){b&&b.preventDefault(),b=a.Event("hide.bs.modal"),this.$element.trigger(b),this.isShown&&!b.isDefaultPrevented()&&(this.isShown=!1,this.escape(),this.resize(),a(document).off("focusin.bs.modal"),this.$element.removeClass("in").off("click.dismiss.bs.modal").off("mouseup.dismiss.bs.modal"),this.$dialog.off("mousedown.dismiss.bs.modal"),a.support.transition&&this.$element.hasClass("fade")?this.$element.one("bsTransitionEnd",a.proxy(this.hideModal,this)).emulateTransitionEnd(c.TRANSITION_DURATION):this.hideModal())},c.prototype.enforceFocus=function(){a(document).off("focusin.bs.modal").on("focusin.bs.modal",a.proxy(function(a){document===a.target||this.$element[0]===a.target||this.$element.has(a.target).length||this.$element.trigger("focus")},this))},c.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keydown.dismiss.bs.modal",a.proxy(function(a){27==a.which&&this.hide()},this)):this.isShown||this.$element.off("keydown.dismiss.bs.modal")},c.prototype.resize=function(){this.isShown?a(window).on("resize.bs.modal",a.proxy(this.handleUpdate,this)):a(window).off("resize.bs.modal")},c.prototype.hideModal=function(){var a=this;this.$element.hide(),this.backdrop(function(){a.$body.removeClass("modal-open"),a.resetAdjustments(),a.resetScrollbar(),a.$element.trigger("hidden.bs.modal")})},c.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},c.prototype.backdrop=function(b){var d=this,e=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var f=a.support.transition&&e;if(this.$backdrop=a(document.createElement("div")).addClass("modal-backdrop "+e).appendTo(this.$body),this.$element.on("click.dismiss.bs.modal",a.proxy(function(a){return this.ignoreBackdropClick?void(this.ignoreBackdropClick=!1):void(a.target===a.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus():this.hide()))},this)),f&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),!b)return;f?this.$backdrop.one("bsTransitionEnd",b).emulateTransitionEnd(c.BACKDROP_TRANSITION_DURATION):b()}else if(!this.isShown&&this.$backdrop){this.$backdrop.removeClass("in");var g=function(){d.removeBackdrop(),b&&b()};a.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one("bsTransitionEnd",g).emulateTransitionEnd(c.BACKDROP_TRANSITION_DURATION):g()}else b&&b()},c.prototype.handleUpdate=function(){this.adjustDialog()},c.prototype.adjustDialog=function(){var a=this.$element[0].scrollHeight>document.documentElement.clientHeight;this.$element.css({paddingLeft:!this.bodyIsOverflowing&&a?this.scrollbarWidth:"",paddingRight:this.bodyIsOverflowing&&!a?this.scrollbarWidth:""})},c.prototype.resetAdjustments=function(){this.$element.css({paddingLeft:"",paddingRight:""})},c.prototype.checkScrollbar=function(){var a=window.innerWidth;if(!a){var b=document.documentElement.getBoundingClientRect();a=b.right-Math.abs(b.left)}this.bodyIsOverflowing=document.body.clientWidth<a,this.scrollbarWidth=this.measureScrollbar()},c.prototype.setScrollbar=function(){var a=parseInt(this.$body.css("padding-right")||0,10);this.originalBodyPad=document.body.style.paddingRight||"",this.bodyIsOverflowing&&this.$body.css("padding-right",a+this.scrollbarWidth)},c.prototype.resetScrollbar=function(){this.$body.css("padding-right",this.originalBodyPad)},c.prototype.measureScrollbar=function(){var a=document.createElement("div");a.className="modal-scrollbar-measure",this.$body.append(a);var b=a.offsetWidth-a.clientWidth;return this.$body[0].removeChild(a),b};var d=a.fn.modal;a.fn.modal=b,a.fn.modal.Constructor=c,a.fn.modal.noConflict=function(){return a.fn.modal=d,this},a(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(c){var d=a(this),e=d.attr("href"),f=a(d.attr("data-target")||e&&e.replace(/.*(?=#[^\s]+$)/,"")),g=f.data("bs.modal")?"toggle":a.extend({remote:!/#/.test(e)&&e},f.data(),d.data());d.is("a")&&c.preventDefault(),f.one("show.bs.modal",function(a){a.isDefaultPrevented()||f.one("hidden.bs.modal",function(){d.is(":visible")&&d.trigger("focus")})}),b.call(f,g,this)})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.tooltip"),f="object"==typeof b&&b;!e&&/destroy|hide/.test(b)||(e||d.data("bs.tooltip",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.type=null,this.options=null,this.enabled=null,this.timeout=null,this.hoverState=null,this.$element=null,this.inState=null,this.init("tooltip",a,b)};c.VERSION="3.3.7",c.TRANSITION_DURATION=150,c.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0}},c.prototype.init=function(b,c,d){if(this.enabled=!0,this.type=b,this.$element=a(c),this.options=this.getOptions(d),this.$viewport=this.options.viewport&&a(a.isFunction(this.options.viewport)?this.options.viewport.call(this,this.$element):this.options.viewport.selector||this.options.viewport),this.inState={click:!1,hover:!1,focus:!1},this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var e=this.options.trigger.split(" "),f=e.length;f--;){var g=e[f];if("click"==g)this.$element.on("click."+this.type,this.options.selector,a.proxy(this.toggle,this));else if("manual"!=g){var h="hover"==g?"mouseenter":"focusin",i="hover"==g?"mouseleave":"focusout";this.$element.on(h+"."+this.type,this.options.selector,a.proxy(this.enter,this)),this.$element.on(i+"."+this.type,this.options.selector,a.proxy(this.leave,this))}}this.options.selector?this._options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.getOptions=function(b){return b=a.extend({},this.getDefaults(),this.$element.data(),b),b.delay&&"number"==typeof b.delay&&(b.delay={show:b.delay,hide:b.delay}),b},c.prototype.getDelegateOptions=function(){var b={},c=this.getDefaults();return this._options&&a.each(this._options,function(a,d){c[a]!=d&&(b[a]=d)}),b},c.prototype.enter=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);return c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),b instanceof a.Event&&(c.inState["focusin"==b.type?"focus":"hover"]=!0),c.tip().hasClass("in")||"in"==c.hoverState?void(c.hoverState="in"):(clearTimeout(c.timeout),c.hoverState="in",c.options.delay&&c.options.delay.show?void(c.timeout=setTimeout(function(){"in"==c.hoverState&&c.show()},c.options.delay.show)):c.show())},c.prototype.isInStateTrue=function(){for(var a in this.inState)if(this.inState[a])return!0;return!1},c.prototype.leave=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget).data("bs."+this.type);if(c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c)),b instanceof a.Event&&(c.inState["focusout"==b.type?"focus":"hover"]=!1),!c.isInStateTrue())return clearTimeout(c.timeout),c.hoverState="out",c.options.delay&&c.options.delay.hide?void(c.timeout=setTimeout(function(){"out"==c.hoverState&&c.hide()},c.options.delay.hide)):c.hide()},c.prototype.show=function(){var b=a.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(b);var d=a.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(b.isDefaultPrevented()||!d)return;var e=this,f=this.tip(),g=this.getUID(this.type);this.setContent(),f.attr("id",g),this.$element.attr("aria-describedby",g),this.options.animation&&f.addClass("fade");var h="function"==typeof this.options.placement?this.options.placement.call(this,f[0],this.$element[0]):this.options.placement,i=/\s?auto?\s?/i,j=i.test(h);j&&(h=h.replace(i,"")||"top"),f.detach().css({top:0,left:0,display:"block"}).addClass(h).data("bs."+this.type,this),this.options.container?f.appendTo(this.options.container):f.insertAfter(this.$element),this.$element.trigger("inserted.bs."+this.type);var k=this.getPosition(),l=f[0].offsetWidth,m=f[0].offsetHeight;if(j){var n=h,o=this.getPosition(this.$viewport);h="bottom"==h&&k.bottom+m>o.bottom?"top":"top"==h&&k.top-m<o.top?"bottom":"right"==h&&k.right+l>o.width?"left":"left"==h&&k.left-l<o.left?"right":h,f.removeClass(n).addClass(h)}var p=this.getCalculatedOffset(h,k,l,m);this.applyPlacement(p,h);var q=function(){var a=e.hoverState;e.$element.trigger("shown.bs."+e.type),e.hoverState=null,"out"==a&&e.leave(e)};a.support.transition&&this.$tip.hasClass("fade")?f.one("bsTransitionEnd",q).emulateTransitionEnd(c.TRANSITION_DURATION):q()}},c.prototype.applyPlacement=function(b,c){var d=this.tip(),e=d[0].offsetWidth,f=d[0].offsetHeight,g=parseInt(d.css("margin-top"),10),h=parseInt(d.css("margin-left"),10);isNaN(g)&&(g=0),isNaN(h)&&(h=0),b.top+=g,b.left+=h,a.offset.setOffset(d[0],a.extend({using:function(a){d.css({top:Math.round(a.top),left:Math.round(a.left)})}},b),0),d.addClass("in");var i=d[0].offsetWidth,j=d[0].offsetHeight;"top"==c&&j!=f&&(b.top=b.top+f-j);var k=this.getViewportAdjustedDelta(c,b,i,j);k.left?b.left+=k.left:b.top+=k.top;var l=/top|bottom/.test(c),m=l?2*k.left-e+i:2*k.top-f+j,n=l?"offsetWidth":"offsetHeight";d.offset(b),this.replaceArrow(m,d[0][n],l)},c.prototype.replaceArrow=function(a,b,c){this.arrow().css(c?"left":"top",50*(1-a/b)+"%").css(c?"top":"left","")},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle();a.find(".tooltip-inner")[this.options.html?"html":"text"](b),a.removeClass("fade in top bottom left right")},c.prototype.hide=function(b){function d(){"in"!=e.hoverState&&f.detach(),e.$element&&e.$element.removeAttr("aria-describedby").trigger("hidden.bs."+e.type),b&&b()}var e=this,f=a(this.$tip),g=a.Event("hide.bs."+this.type);if(this.$element.trigger(g),!g.isDefaultPrevented())return f.removeClass("in"),a.support.transition&&f.hasClass("fade")?f.one("bsTransitionEnd",d).emulateTransitionEnd(c.TRANSITION_DURATION):d(),this.hoverState=null,this},c.prototype.fixTitle=function(){var a=this.$element;(a.attr("title")||"string"!=typeof a.attr("data-original-title"))&&a.attr("data-original-title",a.attr("title")||"").attr("title","")},c.prototype.hasContent=function(){return this.getTitle()},c.prototype.getPosition=function(b){b=b||this.$element;var c=b[0],d="BODY"==c.tagName,e=c.getBoundingClientRect();null==e.width&&(e=a.extend({},e,{width:e.right-e.left,height:e.bottom-e.top}));var f=window.SVGElement&&c instanceof window.SVGElement,g=d?{top:0,left:0}:f?null:b.offset(),h={scroll:d?document.documentElement.scrollTop||document.body.scrollTop:b.scrollTop()},i=d?{width:a(window).width(),height:a(window).height()}:null;return a.extend({},e,h,i,g)},c.prototype.getCalculatedOffset=function(a,b,c,d){return"bottom"==a?{top:b.top+b.height,left:b.left+b.width/2-c/2}:"top"==a?{top:b.top-d,left:b.left+b.width/2-c/2}:"left"==a?{top:b.top+b.height/2-d/2,left:b.left-c}:{top:b.top+b.height/2-d/2,left:b.left+b.width}},c.prototype.getViewportAdjustedDelta=function(a,b,c,d){var e={top:0,left:0};if(!this.$viewport)return e;var f=this.options.viewport&&this.options.viewport.padding||0,g=this.getPosition(this.$viewport);if(/right|left/.test(a)){var h=b.top-f-g.scroll,i=b.top+f-g.scroll+d;h<g.top?e.top=g.top-h:i>g.top+g.height&&(e.top=g.top+g.height-i)}else{var j=b.left-f,k=b.left+f+c;j<g.left?e.left=g.left-j:k>g.right&&(e.left=g.left+g.width-k)}return e},c.prototype.getTitle=function(){var a,b=this.$element,c=this.options;return a=b.attr("data-original-title")||("function"==typeof c.title?c.title.call(b[0]):c.title)},c.prototype.getUID=function(a){do a+=~~(1e6*Math.random());while(document.getElementById(a));return a},c.prototype.tip=function(){if(!this.$tip&&(this.$tip=a(this.options.template),1!=this.$tip.length))throw new Error(this.type+" `template` option must consist of exactly 1 top-level element!");return this.$tip},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},c.prototype.enable=function(){this.enabled=!0},c.prototype.disable=function(){this.enabled=!1},c.prototype.toggleEnabled=function(){this.enabled=!this.enabled},c.prototype.toggle=function(b){var c=this;b&&(c=a(b.currentTarget).data("bs."+this.type),c||(c=new this.constructor(b.currentTarget,this.getDelegateOptions()),a(b.currentTarget).data("bs."+this.type,c))),b?(c.inState.click=!c.inState.click,c.isInStateTrue()?c.enter(c):c.leave(c)):c.tip().hasClass("in")?c.leave(c):c.enter(c)},c.prototype.destroy=function(){var a=this;clearTimeout(this.timeout),this.hide(function(){a.$element.off("."+a.type).removeData("bs."+a.type),a.$tip&&a.$tip.detach(),a.$tip=null,a.$arrow=null,a.$viewport=null,a.$element=null})};var d=a.fn.tooltip;a.fn.tooltip=b,a.fn.tooltip.Constructor=c,a.fn.tooltip.noConflict=function(){return a.fn.tooltip=d,this}}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.popover"),f="object"==typeof b&&b;!e&&/destroy|hide/.test(b)||(e||d.data("bs.popover",e=new c(this,f)),"string"==typeof b&&e[b]())})}var c=function(a,b){this.init("popover",a,b)};if(!a.fn.tooltip)throw new Error("Popover requires tooltip.js");c.VERSION="3.3.7",c.DEFAULTS=a.extend({},a.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'}),c.prototype=a.extend({},a.fn.tooltip.Constructor.prototype),c.prototype.constructor=c,c.prototype.getDefaults=function(){return c.DEFAULTS},c.prototype.setContent=function(){var a=this.tip(),b=this.getTitle(),c=this.getContent();a.find(".popover-title")[this.options.html?"html":"text"](b),a.find(".popover-content").children().detach().end()[this.options.html?"string"==typeof c?"html":"append":"text"](c),a.removeClass("fade top bottom left right in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},c.prototype.hasContent=function(){return this.getTitle()||this.getContent()},c.prototype.getContent=function(){var a=this.$element,b=this.options;return a.attr("data-content")||("function"==typeof b.content?b.content.call(a[0]):b.content)},c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};var d=a.fn.popover;a.fn.popover=b,a.fn.popover.Constructor=c,a.fn.popover.noConflict=function(){return a.fn.popover=d,this}}(jQuery),+function(a){"use strict";function b(c,d){this.$body=a(document.body),this.$scrollElement=a(a(c).is(document.body)?window:c),this.options=a.extend({},b.DEFAULTS,d),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",a.proxy(this.process,this)),this.refresh(),this.process()}function c(c){return this.each(function(){var d=a(this),e=d.data("bs.scrollspy"),f="object"==typeof c&&c;e||d.data("bs.scrollspy",e=new b(this,f)),"string"==typeof c&&e[c]()})}b.VERSION="3.3.7",b.DEFAULTS={offset:10},b.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},b.prototype.refresh=function(){var b=this,c="offset",d=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),a.isWindow(this.$scrollElement[0])||(c="position",d=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var b=a(this),e=b.data("target")||b.attr("href"),f=/^#./.test(e)&&a(e);return f&&f.length&&f.is(":visible")&&[[f[c]().top+d,e]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){b.offsets.push(this[0]),b.targets.push(this[1])})},b.prototype.process=function(){var a,b=this.$scrollElement.scrollTop()+this.options.offset,c=this.getScrollHeight(),d=this.options.offset+c-this.$scrollElement.height(),e=this.offsets,f=this.targets,g=this.activeTarget;if(this.scrollHeight!=c&&this.refresh(),b>=d)return g!=(a=f[f.length-1])&&this.activate(a);if(g&&b<e[0])return this.activeTarget=null,this.clear();for(a=e.length;a--;)g!=f[a]&&b>=e[a]&&(void 0===e[a+1]||b<e[a+1])&&this.activate(f[a])},b.prototype.activate=function(b){
this.activeTarget=b,this.clear();var c=this.selector+'[data-target="'+b+'"],'+this.selector+'[href="'+b+'"]',d=a(c).parents("li").addClass("active");d.parent(".dropdown-menu").length&&(d=d.closest("li.dropdown").addClass("active")),d.trigger("activate.bs.scrollspy")},b.prototype.clear=function(){a(this.selector).parentsUntil(this.options.target,".active").removeClass("active")};var d=a.fn.scrollspy;a.fn.scrollspy=c,a.fn.scrollspy.Constructor=b,a.fn.scrollspy.noConflict=function(){return a.fn.scrollspy=d,this},a(window).on("load.bs.scrollspy.data-api",function(){a('[data-spy="scroll"]').each(function(){var b=a(this);c.call(b,b.data())})})}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.tab");e||d.data("bs.tab",e=new c(this)),"string"==typeof b&&e[b]()})}var c=function(b){this.element=a(b)};c.VERSION="3.3.7",c.TRANSITION_DURATION=150,c.prototype.show=function(){var b=this.element,c=b.closest("ul:not(.dropdown-menu)"),d=b.data("target");if(d||(d=b.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,"")),!b.parent("li").hasClass("active")){var e=c.find(".active:last a"),f=a.Event("hide.bs.tab",{relatedTarget:b[0]}),g=a.Event("show.bs.tab",{relatedTarget:e[0]});if(e.trigger(f),b.trigger(g),!g.isDefaultPrevented()&&!f.isDefaultPrevented()){var h=a(d);this.activate(b.closest("li"),c),this.activate(h,h.parent(),function(){e.trigger({type:"hidden.bs.tab",relatedTarget:b[0]}),b.trigger({type:"shown.bs.tab",relatedTarget:e[0]})})}}},c.prototype.activate=function(b,d,e){function f(){g.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),b.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),h?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu").length&&b.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),e&&e()}var g=d.find("> .active"),h=e&&a.support.transition&&(g.length&&g.hasClass("fade")||!!d.find("> .fade").length);g.length&&h?g.one("bsTransitionEnd",f).emulateTransitionEnd(c.TRANSITION_DURATION):f(),g.removeClass("in")};var d=a.fn.tab;a.fn.tab=b,a.fn.tab.Constructor=c,a.fn.tab.noConflict=function(){return a.fn.tab=d,this};var e=function(c){c.preventDefault(),b.call(a(this),"show")};a(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',e).on("click.bs.tab.data-api",'[data-toggle="pill"]',e)}(jQuery),+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.affix"),f="object"==typeof b&&b;e||d.data("bs.affix",e=new c(this,f)),"string"==typeof b&&e[b]()})}var c=function(b,d){this.options=a.extend({},c.DEFAULTS,d),this.$target=a(this.options.target).on("scroll.bs.affix.data-api",a.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLoop,this)),this.$element=a(b),this.affixed=null,this.unpin=null,this.pinnedOffset=null,this.checkPosition()};c.VERSION="3.3.7",c.RESET="affix affix-top affix-bottom",c.DEFAULTS={offset:0,target:window},c.prototype.getState=function(a,b,c,d){var e=this.$target.scrollTop(),f=this.$element.offset(),g=this.$target.height();if(null!=c&&"top"==this.affixed)return e<c&&"top";if("bottom"==this.affixed)return null!=c?!(e+this.unpin<=f.top)&&"bottom":!(e+g<=a-d)&&"bottom";var h=null==this.affixed,i=h?e:f.top,j=h?g:b;return null!=c&&e<=c?"top":null!=d&&i+j>=a-d&&"bottom"},c.prototype.getPinnedOffset=function(){if(this.pinnedOffset)return this.pinnedOffset;this.$element.removeClass(c.RESET).addClass("affix");var a=this.$target.scrollTop(),b=this.$element.offset();return this.pinnedOffset=b.top-a},c.prototype.checkPositionWithEventLoop=function(){setTimeout(a.proxy(this.checkPosition,this),1)},c.prototype.checkPosition=function(){if(this.$element.is(":visible")){var b=this.$element.height(),d=this.options.offset,e=d.top,f=d.bottom,g=Math.max(a(document).height(),a(document.body).height());"object"!=typeof d&&(f=e=d),"function"==typeof e&&(e=d.top(this.$element)),"function"==typeof f&&(f=d.bottom(this.$element));var h=this.getState(g,b,e,f);if(this.affixed!=h){null!=this.unpin&&this.$element.css("top","");var i="affix"+(h?"-"+h:""),j=a.Event(i+".bs.affix");if(this.$element.trigger(j),j.isDefaultPrevented())return;this.affixed=h,this.unpin="bottom"==h?this.getPinnedOffset():null,this.$element.removeClass(c.RESET).addClass(i).trigger(i.replace("affix","affixed")+".bs.affix")}"bottom"==h&&this.$element.offset({top:g-b-f})}};var d=a.fn.affix;a.fn.affix=b,a.fn.affix.Constructor=c,a.fn.affix.noConflict=function(){return a.fn.affix=d,this},a(window).on("load",function(){a('[data-spy="affix"]').each(function(){var c=a(this),d=c.data();d.offset=d.offset||{},null!=d.offsetBottom&&(d.offset.bottom=d.offsetBottom),null!=d.offsetTop&&(d.offset.top=d.offsetTop),b.call(c,d)})})}(jQuery);
</script>
<!-- highcharts.js -->
<script>
/*
Highcharts JS v6.0.4 (2017-12-15)
(c) 2009-2016 Torstein Honsi
License: www.highcharts.com/license
*/
(function(S,M){"object"===typeof module&&module.exports?module.exports=S.document?M(S):M:S.Highcharts=M(S)})("undefined"!==typeof window?window:this,function(S){var M=function(){var a="undefined"===typeof S?window:S,E=a.document,D=a.navigator&&a.navigator.userAgent||"",H=E&&E.createElementNS&&!!E.createElementNS("http://www.w3.org/2000/svg","svg").createSVGRect,p=/(edge|msie|trident)/i.test(D)&&!a.opera,f=/Firefox/.test(D),l=f&&4>parseInt(D.split("Firefox/")[1],10);return a.Highcharts?a.Highcharts.error(16,
!0):{product:"Highcharts",version:"6.0.4",deg2rad:2*Math.PI/360,doc:E,hasBidiBug:l,hasTouch:E&&void 0!==E.documentElement.ontouchstart,isMS:p,isWebKit:/AppleWebKit/.test(D),isFirefox:f,isTouchDevice:/(Mobile|Android|Windows Phone)/.test(D),SVG_NS:"http://www.w3.org/2000/svg",chartCount:0,seriesTypes:{},symbolSizes:{},svg:H,win:a,marginNames:["plotTop","marginRight","marginBottom","plotLeft"],noop:function(){},charts:[]}}();(function(a){a.timers=[];var E=a.charts,D=a.doc,H=a.win;a.error=function(p,
f){p=a.isNumber(p)?"Highcharts error #"+p+": www.highcharts.com/errors/"+p:p;if(f)throw Error(p);H.console&&console.log(p)};a.Fx=function(a,f,l){this.options=f;this.elem=a;this.prop=l};a.Fx.prototype={dSetter:function(){var a=this.paths[0],f=this.paths[1],l=[],r=this.now,n=a.length,w;if(1===r)l=this.toD;else if(n===f.length&&1>r)for(;n--;)w=parseFloat(a[n]),l[n]=isNaN(w)?f[n]:r*parseFloat(f[n]-w)+w;else l=f;this.elem.attr("d",l,null,!0)},update:function(){var a=this.elem,f=this.prop,l=this.now,r=
this.options.step;if(this[f+"Setter"])this[f+"Setter"]();else a.attr?a.element&&a.attr(f,l,null,!0):a.style[f]=l+this.unit;r&&r.call(a,l,this)},run:function(p,f,l){var r=this,n=r.options,w=function(a){return w.stopped?!1:r.step(a)},u=H.requestAnimationFrame||function(a){setTimeout(a,13)},e=function(){for(var h=0;h<a.timers.length;h++)a.timers[h]()||a.timers.splice(h--,1);a.timers.length&&u(e)};p===f?(delete n.curAnim[this.prop],n.complete&&0===a.keys(n.curAnim).length&&n.complete.call(this.elem)):
(this.startTime=+new Date,this.start=p,this.end=f,this.unit=l,this.now=this.start,this.pos=0,w.elem=this.elem,w.prop=this.prop,w()&&1===a.timers.push(w)&&u(e))},step:function(p){var f=+new Date,l,r=this.options,n=this.elem,w=r.complete,u=r.duration,e=r.curAnim;n.attr&&!n.element?p=!1:p||f>=u+this.startTime?(this.now=this.end,this.pos=1,this.update(),l=e[this.prop]=!0,a.objectEach(e,function(a){!0!==a&&(l=!1)}),l&&w&&w.call(n),p=!1):(this.pos=r.easing((f-this.startTime)/u),this.now=this.start+(this.end-
this.start)*this.pos,this.update(),p=!0);return p},initPath:function(p,f,l){function r(a){var b,c;for(k=a.length;k--;)b="M"===a[k]||"L"===a[k],c=/[a-zA-Z]/.test(a[k+3]),b&&c&&a.splice(k+1,0,a[k+1],a[k+2],a[k+1],a[k+2])}function n(a,b){for(;a.length<c;){a[0]=b[c-a.length];var e=a.slice(0,d);[].splice.apply(a,[0,0].concat(e));z&&(e=a.slice(a.length-d),[].splice.apply(a,[a.length,0].concat(e)),k--)}a[0]="M"}function w(a,k){for(var e=(c-a.length)/d;0<e&&e--;)b=a.slice().splice(a.length/B-d,d*B),b[0]=
k[c-d-e*d],m&&(b[d-6]=b[d-2],b[d-5]=b[d-1]),[].splice.apply(a,[a.length/B,0].concat(b)),z&&e--}f=f||"";var u,e=p.startX,h=p.endX,m=-1<f.indexOf("C"),d=m?7:3,c,b,k;f=f.split(" ");l=l.slice();var z=p.isArea,B=z?2:1,I;m&&(r(f),r(l));if(e&&h){for(k=0;k<e.length;k++)if(e[k]===h[0]){u=k;break}else if(e[0]===h[h.length-e.length+k]){u=k;I=!0;break}void 0===u&&(f=[])}f.length&&a.isNumber(u)&&(c=l.length+u*B*d,I?(n(f,l),w(l,f)):(n(l,f),w(f,l)));return[f,l]}};a.Fx.prototype.fillSetter=a.Fx.prototype.strokeSetter=
function(){this.elem.attr(this.prop,a.color(this.start).tweenTo(a.color(this.end),this.pos),null,!0)};a.extend=function(a,f){var l;a||(a={});for(l in f)a[l]=f[l];return a};a.merge=function(){var p,f=arguments,l,r={},n=function(l,p){"object"!==typeof l&&(l={});a.objectEach(p,function(e,h){!a.isObject(e,!0)||a.isClass(e)||a.isDOMElement(e)?l[h]=p[h]:l[h]=n(l[h]||{},e)});return l};!0===f[0]&&(r=f[1],f=Array.prototype.slice.call(f,2));l=f.length;for(p=0;p<l;p++)r=n(r,f[p]);return r};a.pInt=function(a,
f){return parseInt(a,f||10)};a.isString=function(a){return"string"===typeof a};a.isArray=function(a){a=Object.prototype.toString.call(a);return"[object Array]"===a||"[object Array Iterator]"===a};a.isObject=function(p,f){return!!p&&"object"===typeof p&&(!f||!a.isArray(p))};a.isDOMElement=function(p){return a.isObject(p)&&"number"===typeof p.nodeType};a.isClass=function(p){var f=p&&p.constructor;return!(!a.isObject(p,!0)||a.isDOMElement(p)||!f||!f.name||"Object"===f.name)};a.isNumber=function(a){return"number"===
typeof a&&!isNaN(a)&&Infinity>a&&-Infinity<a};a.erase=function(a,f){for(var l=a.length;l--;)if(a[l]===f){a.splice(l,1);break}};a.defined=function(a){return void 0!==a&&null!==a};a.attr=function(p,f,l){var r;a.isString(f)?a.defined(l)?p.setAttribute(f,l):p&&p.getAttribute&&(r=p.getAttribute(f)):a.defined(f)&&a.isObject(f)&&a.objectEach(f,function(a,l){p.setAttribute(l,a)});return r};a.splat=function(p){return a.isArray(p)?p:[p]};a.syncTimeout=function(a,f,l){if(f)return setTimeout(a,f,l);a.call(0,
l)};a.pick=function(){var a=arguments,f,l,r=a.length;for(f=0;f<r;f++)if(l=a[f],void 0!==l&&null!==l)return l};a.css=function(p,f){a.isMS&&!a.svg&&f&&void 0!==f.opacity&&(f.filter="alpha(opacity\x3d"+100*f.opacity+")");a.extend(p.style,f)};a.createElement=function(p,f,l,r,n){p=D.createElement(p);var w=a.css;f&&a.extend(p,f);n&&w(p,{padding:0,border:"none",margin:0});l&&w(p,l);r&&r.appendChild(p);return p};a.extendClass=function(p,f){var l=function(){};l.prototype=new p;a.extend(l.prototype,f);return l};
a.pad=function(a,f,l){return Array((f||2)+1-String(a).length).join(l||0)+a};a.relativeLength=function(a,f,l){return/%$/.test(a)?f*parseFloat(a)/100+(l||0):parseFloat(a)};a.wrap=function(a,f,l){var p=a[f];a[f]=function(){var a=Array.prototype.slice.call(arguments),f=arguments,u=this;u.proceed=function(){p.apply(u,arguments.length?arguments:f)};a.unshift(p);a=l.apply(this,a);u.proceed=null;return a}};a.getTZOffset=function(p){var f=a.Date;return 6E4*(f.hcGetTimezoneOffset&&f.hcGetTimezoneOffset(p)||
f.hcTimezoneOffset||0)};a.dateFormat=function(p,f,l){if(!a.defined(f)||isNaN(f))return a.defaultOptions.lang.invalidDate||"";p=a.pick(p,"%Y-%m-%d %H:%M:%S");var r=a.Date,n=new r(f-a.getTZOffset(f)),w=n[r.hcGetHours](),u=n[r.hcGetDay](),e=n[r.hcGetDate](),h=n[r.hcGetMonth](),m=n[r.hcGetFullYear](),d=a.defaultOptions.lang,c=d.weekdays,b=d.shortWeekdays,k=a.pad,r=a.extend({a:b?b[u]:c[u].substr(0,3),A:c[u],d:k(e),e:k(e,2," "),w:u,b:d.shortMonths[h],B:d.months[h],m:k(h+1),y:m.toString().substr(2,2),Y:m,
H:k(w),k:w,I:k(w%12||12),l:w%12||12,M:k(n[r.hcGetMinutes]()),p:12>w?"AM":"PM",P:12>w?"am":"pm",S:k(n.getSeconds()),L:k(Math.round(f%1E3),3)},a.dateFormats);a.objectEach(r,function(a,b){for(;-1!==p.indexOf("%"+b);)p=p.replace("%"+b,"function"===typeof a?a(f):a)});return l?p.substr(0,1).toUpperCase()+p.substr(1):p};a.formatSingle=function(p,f){var l=/\.([0-9])/,r=a.defaultOptions.lang;/f$/.test(p)?(l=(l=p.match(l))?l[1]:-1,null!==f&&(f=a.numberFormat(f,l,r.decimalPoint,-1<p.indexOf(",")?r.thousandsSep:
""))):f=a.dateFormat(p,f);return f};a.format=function(p,f){for(var l="{",r=!1,n,w,u,e,h=[],m;p;){l=p.indexOf(l);if(-1===l)break;n=p.slice(0,l);if(r){n=n.split(":");w=n.shift().split(".");e=w.length;m=f;for(u=0;u<e;u++)m&&(m=m[w[u]]);n.length&&(m=a.formatSingle(n.join(":"),m));h.push(m)}else h.push(n);p=p.slice(l+1);l=(r=!r)?"}":"{"}h.push(p);return h.join("")};a.getMagnitude=function(a){return Math.pow(10,Math.floor(Math.log(a)/Math.LN10))};a.normalizeTickInterval=function(p,f,l,r,n){var w,u=p;l=
a.pick(l,1);w=p/l;f||(f=n?[1,1.2,1.5,2,2.5,3,4,5,6,8,10]:[1,2,2.5,5,10],!1===r&&(1===l?f=a.grep(f,function(a){return 0===a%1}):.1>=l&&(f=[1/l])));for(r=0;r<f.length&&!(u=f[r],n&&u*l>=p||!n&&w<=(f[r]+(f[r+1]||f[r]))/2);r++);return u=a.correctFloat(u*l,-Math.round(Math.log(.001)/Math.LN10))};a.stableSort=function(a,f){var l=a.length,p,n;for(n=0;n<l;n++)a[n].safeI=n;a.sort(function(a,n){p=f(a,n);return 0===p?a.safeI-n.safeI:p});for(n=0;n<l;n++)delete a[n].safeI};a.arrayMin=function(a){for(var f=a.length,
l=a[0];f--;)a[f]<l&&(l=a[f]);return l};a.arrayMax=function(a){for(var f=a.length,l=a[0];f--;)a[f]>l&&(l=a[f]);return l};a.destroyObjectProperties=function(p,f){a.objectEach(p,function(a,r){a&&a!==f&&a.destroy&&a.destroy();delete p[r]})};a.discardElement=function(p){var f=a.garbageBin;f||(f=a.createElement("div"));p&&f.appendChild(p);f.innerHTML=""};a.correctFloat=function(a,f){return parseFloat(a.toPrecision(f||14))};a.setAnimation=function(p,f){f.renderer.globalAnimation=a.pick(p,f.options.chart.animation,
!0)};a.animObject=function(p){return a.isObject(p)?a.merge(p):{duration:p?500:0}};a.timeUnits={millisecond:1,second:1E3,minute:6E4,hour:36E5,day:864E5,week:6048E5,month:24192E5,year:314496E5};a.numberFormat=function(p,f,l,r){p=+p||0;f=+f;var n=a.defaultOptions.lang,w=(p.toString().split(".")[1]||"").split("e")[0].length,u,e,h=p.toString().split("e");-1===f?f=Math.min(w,20):a.isNumber(f)?f&&h[1]&&0>h[1]&&(u=f+ +h[1],0<=u?(h[0]=(+h[0]).toExponential(u).split("e")[0],f=u):(h[0]=h[0].split(".")[0]||0,
p=20>f?(h[0]*Math.pow(10,h[1])).toFixed(f):0,h[1]=0)):f=2;e=(Math.abs(h[1]?h[0]:p)+Math.pow(10,-Math.max(f,w)-1)).toFixed(f);w=String(a.pInt(e));u=3<w.length?w.length%3:0;l=a.pick(l,n.decimalPoint);r=a.pick(r,n.thousandsSep);p=(0>p?"-":"")+(u?w.substr(0,u)+r:"");p+=w.substr(u).replace(/(\d{3})(?=\d)/g,"$1"+r);f&&(p+=l+e.slice(-f));h[1]&&0!==+p&&(p+="e"+h[1]);return p};Math.easeInOutSine=function(a){return-.5*(Math.cos(Math.PI*a)-1)};a.getStyle=function(p,f,l){if("width"===f)return Math.min(p.offsetWidth,
p.scrollWidth)-a.getStyle(p,"padding-left")-a.getStyle(p,"padding-right");if("height"===f)return Math.min(p.offsetHeight,p.scrollHeight)-a.getStyle(p,"padding-top")-a.getStyle(p,"padding-bottom");H.getComputedStyle||a.error(27,!0);if(p=H.getComputedStyle(p,void 0))p=p.getPropertyValue(f),a.pick(l,"opacity"!==f)&&(p=a.pInt(p));return p};a.inArray=function(p,f){return(a.indexOfPolyfill||Array.prototype.indexOf).call(f,p)};a.grep=function(p,f){return(a.filterPolyfill||Array.prototype.filter).call(p,
f)};a.find=Array.prototype.find?function(a,f){return a.find(f)}:function(a,f){var l,r=a.length;for(l=0;l<r;l++)if(f(a[l],l))return a[l]};a.map=function(a,f){for(var l=[],r=0,n=a.length;r<n;r++)l[r]=f.call(a[r],a[r],r,a);return l};a.keys=function(p){return(a.keysPolyfill||Object.keys).call(void 0,p)};a.reduce=function(p,f,l){return(a.reducePolyfill||Array.prototype.reduce).call(p,f,l)};a.offset=function(a){var f=D.documentElement;a=a.parentElement?a.getBoundingClientRect():{top:0,left:0};return{top:a.top+
(H.pageYOffset||f.scrollTop)-(f.clientTop||0),left:a.left+(H.pageXOffset||f.scrollLeft)-(f.clientLeft||0)}};a.stop=function(p,f){for(var l=a.timers.length;l--;)a.timers[l].elem!==p||f&&f!==a.timers[l].prop||(a.timers[l].stopped=!0)};a.each=function(p,f,l){return(a.forEachPolyfill||Array.prototype.forEach).call(p,f,l)};a.objectEach=function(a,f,l){for(var r in a)a.hasOwnProperty(r)&&f.call(l,a[r],r,a)};a.addEvent=function(p,f,l){var r,n,w=p.addEventListener||a.addEventListenerPolyfill;p.hcEvents&&
!Object.prototype.hasOwnProperty.call(p,"hcEvents")&&(n={},a.objectEach(p.hcEvents,function(a,e){n[e]=a.slice(0)}),p.hcEvents=n);r=p.hcEvents=p.hcEvents||{};w&&w.call(p,f,l,!1);r[f]||(r[f]=[]);r[f].push(l);return function(){a.removeEvent(p,f,l)}};a.removeEvent=function(p,f,l){function r(e,m){var d=p.removeEventListener||a.removeEventListenerPolyfill;d&&d.call(p,e,m,!1)}function n(){var e,m;p.nodeName&&(f?(e={},e[f]=!0):e=u,a.objectEach(e,function(a,c){if(u[c])for(m=u[c].length;m--;)r(c,u[c][m])}))}
var w,u=p.hcEvents,e;u&&(f?(w=u[f]||[],l?(e=a.inArray(l,w),-1<e&&(w.splice(e,1),u[f]=w),r(f,l)):(n(),u[f]=[])):(n(),p.hcEvents={}))};a.fireEvent=function(p,f,l,r){var n;n=p.hcEvents;var w,u;l=l||{};if(D.createEvent&&(p.dispatchEvent||p.fireEvent))n=D.createEvent("Events"),n.initEvent(f,!0,!0),a.extend(n,l),p.dispatchEvent?p.dispatchEvent(n):p.fireEvent(f,n);else if(n)for(n=n[f]||[],w=n.length,l.target||a.extend(l,{preventDefault:function(){l.defaultPrevented=!0},target:p,type:f}),f=0;f<w;f++)(u=n[f])&&
!1===u.call(p,l)&&l.preventDefault();r&&!l.defaultPrevented&&r(l)};a.animate=function(p,f,l){var r,n="",w,u,e;a.isObject(l)||(e=arguments,l={duration:e[2],easing:e[3],complete:e[4]});a.isNumber(l.duration)||(l.duration=400);l.easing="function"===typeof l.easing?l.easing:Math[l.easing]||Math.easeInOutSine;l.curAnim=a.merge(f);a.objectEach(f,function(e,m){a.stop(p,m);u=new a.Fx(p,l,m);w=null;"d"===m?(u.paths=u.initPath(p,p.d,f.d),u.toD=f.d,r=0,w=1):p.attr?r=p.attr(m):(r=parseFloat(a.getStyle(p,m))||
0,"opacity"!==m&&(n="px"));w||(w=e);w&&w.match&&w.match("px")&&(w=w.replace(/px/g,""));u.run(r,w,n)})};a.seriesType=function(p,f,l,r,n){var w=a.getOptions(),u=a.seriesTypes;w.plotOptions[p]=a.merge(w.plotOptions[f],l);u[p]=a.extendClass(u[f]||function(){},r);u[p].prototype.type=p;n&&(u[p].prototype.pointClass=a.extendClass(a.Point,n));return u[p]};a.uniqueKey=function(){var a=Math.random().toString(36).substring(2,9),f=0;return function(){return"highcharts-"+a+"-"+f++}}();H.jQuery&&(H.jQuery.fn.highcharts=
function(){var p=[].slice.call(arguments);if(this[0])return p[0]?(new (a[a.isString(p[0])?p.shift():"Chart"])(this[0],p[0],p[1]),this):E[a.attr(this[0],"data-highcharts-chart")]})})(M);(function(a){var E=a.each,D=a.isNumber,H=a.map,p=a.merge,f=a.pInt;a.Color=function(l){if(!(this instanceof a.Color))return new a.Color(l);this.init(l)};a.Color.prototype={parsers:[{regex:/rgba\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]?(?:\.[0-9]+)?)\s*\)/,parse:function(a){return[f(a[1]),f(a[2]),
f(a[3]),parseFloat(a[4],10)]}},{regex:/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/,parse:function(a){return[f(a[1]),f(a[2]),f(a[3]),1]}}],names:{none:"rgba(255,255,255,0)",white:"#ffffff",black:"#000000"},init:function(l){var f,n,w,u;if((this.input=l=this.names[l&&l.toLowerCase?l.toLowerCase():""]||l)&&l.stops)this.stops=H(l.stops,function(e){return new a.Color(e[1])});else if(l&&l.charAt&&"#"===l.charAt()&&(f=l.length,l=parseInt(l.substr(1),16),7===f?n=[(l&16711680)>>16,(l&65280)>>
8,l&255,1]:4===f&&(n=[(l&3840)>>4|(l&3840)>>8,(l&240)>>4|l&240,(l&15)<<4|l&15,1])),!n)for(w=this.parsers.length;w--&&!n;)u=this.parsers[w],(f=u.regex.exec(l))&&(n=u.parse(f));this.rgba=n||[]},get:function(a){var f=this.input,n=this.rgba,l;this.stops?(l=p(f),l.stops=[].concat(l.stops),E(this.stops,function(n,e){l.stops[e]=[l.stops[e][0],n.get(a)]})):l=n&&D(n[0])?"rgb"===a||!a&&1===n[3]?"rgb("+n[0]+","+n[1]+","+n[2]+")":"a"===a?n[3]:"rgba("+n.join(",")+")":f;return l},brighten:function(a){var l,n=this.rgba;
if(this.stops)E(this.stops,function(n){n.brighten(a)});else if(D(a)&&0!==a)for(l=0;3>l;l++)n[l]+=f(255*a),0>n[l]&&(n[l]=0),255<n[l]&&(n[l]=255);return this},setOpacity:function(a){this.rgba[3]=a;return this},tweenTo:function(a,f){var n=this.rgba,l=a.rgba;l.length&&n&&n.length?(a=1!==l[3]||1!==n[3],f=(a?"rgba(":"rgb(")+Math.round(l[0]+(n[0]-l[0])*(1-f))+","+Math.round(l[1]+(n[1]-l[1])*(1-f))+","+Math.round(l[2]+(n[2]-l[2])*(1-f))+(a?","+(l[3]+(n[3]-l[3])*(1-f)):"")+")"):f=a.input||"none";return f}};
a.color=function(l){return new a.Color(l)}})(M);(function(a){var E,D,H=a.addEvent,p=a.animate,f=a.attr,l=a.charts,r=a.color,n=a.css,w=a.createElement,u=a.defined,e=a.deg2rad,h=a.destroyObjectProperties,m=a.doc,d=a.each,c=a.extend,b=a.erase,k=a.grep,z=a.hasTouch,B=a.inArray,I=a.isArray,x=a.isFirefox,K=a.isMS,t=a.isObject,C=a.isString,N=a.isWebKit,q=a.merge,A=a.noop,F=a.objectEach,G=a.pick,g=a.pInt,v=a.removeEvent,Q=a.stop,L=a.svg,P=a.SVG_NS,J=a.symbolSizes,R=a.win;E=a.SVGElement=function(){return this};
c(E.prototype,{opacity:1,SVG_NS:P,textProps:"direction fontSize fontWeight fontFamily fontStyle color lineHeight width textAlign textDecoration textOverflow textOutline".split(" "),init:function(a,g){this.element="span"===g?w(g):m.createElementNS(this.SVG_NS,g);this.renderer=a},animate:function(y,g,b){g=a.animObject(G(g,this.renderer.globalAnimation,!0));0!==g.duration?(b&&(g.complete=b),p(this,y,g)):(this.attr(y,null,b),g.step&&g.step.call(this));return this},colorGradient:function(y,g,b){var v=
this.renderer,c,O,k,e,z,h,m,L,A,J,t=[],x;y.radialGradient?O="radialGradient":y.linearGradient&&(O="linearGradient");O&&(k=y[O],z=v.gradients,m=y.stops,J=b.radialReference,I(k)&&(y[O]=k={x1:k[0],y1:k[1],x2:k[2],y2:k[3],gradientUnits:"userSpaceOnUse"}),"radialGradient"===O&&J&&!u(k.gradientUnits)&&(e=k,k=q(k,v.getRadialAttr(J,e),{gradientUnits:"userSpaceOnUse"})),F(k,function(a,y){"id"!==y&&t.push(y,a)}),F(m,function(a){t.push(a)}),t=t.join(","),z[t]?J=z[t].attr("id"):(k.id=J=a.uniqueKey(),z[t]=h=v.createElement(O).attr(k).add(v.defs),
h.radAttr=e,h.stops=[],d(m,function(y){0===y[1].indexOf("rgba")?(c=a.color(y[1]),L=c.get("rgb"),A=c.get("a")):(L=y[1],A=1);y=v.createElement("stop").attr({offset:y[0],"stop-color":L,"stop-opacity":A}).add(h);h.stops.push(y)})),x="url("+v.url+"#"+J+")",b.setAttribute(g,x),b.gradient=t,y.toString=function(){return x})},applyTextOutline:function(y){var g=this.element,v,c,k,q,e;-1!==y.indexOf("contrast")&&(y=y.replace(/contrast/g,this.renderer.getContrast(g.style.fill)));y=y.split(" ");c=y[y.length-1];
if((k=y[0])&&"none"!==k&&a.svg){this.fakeTS=!0;y=[].slice.call(g.getElementsByTagName("tspan"));this.ySetter=this.xSetter;k=k.replace(/(^[\d\.]+)(.*?)$/g,function(a,y,g){return 2*y+g});for(e=y.length;e--;)v=y[e],"highcharts-text-outline"===v.getAttribute("class")&&b(y,g.removeChild(v));q=g.firstChild;d(y,function(a,y){0===y&&(a.setAttribute("x",g.getAttribute("x")),y=g.getAttribute("y"),a.setAttribute("y",y||0),null===y&&g.setAttribute("y",0));a=a.cloneNode(1);f(a,{"class":"highcharts-text-outline",
fill:c,stroke:c,"stroke-width":k,"stroke-linejoin":"round"});g.insertBefore(a,q)})}},attr:function(a,g,b,v){var y,c=this.element,k,d=this,O,q;"string"===typeof a&&void 0!==g&&(y=a,a={},a[y]=g);"string"===typeof a?d=(this[a+"Getter"]||this._defaultGetter).call(this,a,c):(F(a,function(y,g){O=!1;v||Q(this,g);this.symbolName&&/^(x|y|width|height|r|start|end|innerR|anchorX|anchorY)$/.test(g)&&(k||(this.symbolAttr(a),k=!0),O=!0);!this.rotation||"x"!==g&&"y"!==g||(this.doTransform=!0);O||(q=this[g+"Setter"]||
this._defaultSetter,q.call(this,y,g,c),this.shadows&&/^(width|height|visibility|x|y|d|transform|cx|cy|r)$/.test(g)&&this.updateShadows(g,y,q))},this),this.afterSetters());b&&b();return d},afterSetters:function(){this.doTransform&&(this.updateTransform(),this.doTransform=!1)},updateShadows:function(a,g,b){for(var y=this.shadows,v=y.length;v--;)b.call(y[v],"height"===a?Math.max(g-(y[v].cutHeight||0),0):"d"===a?this.d:g,a,y[v])},addClass:function(a,g){var y=this.attr("class")||"";-1===y.indexOf(a)&&
(g||(a=(y+(y?" ":"")+a).replace(" "," ")),this.attr("class",a));return this},hasClass:function(a){return-1!==B(a,(this.attr("class")||"").split(" "))},removeClass:function(a){return this.attr("class",(this.attr("class")||"").replace(a,""))},symbolAttr:function(a){var y=this;d("x y r start end width height innerR anchorX anchorY".split(" "),function(g){y[g]=G(a[g],y[g])});y.attr({d:y.renderer.symbols[y.symbolName](y.x,y.y,y.width,y.height,y)})},clip:function(a){return this.attr("clip-path",a?"url("+
this.renderer.url+"#"+a.id+")":"none")},crisp:function(a,g){var y;g=g||a.strokeWidth||0;y=Math.round(g)%2/2;a.x=Math.floor(a.x||this.x||0)+y;a.y=Math.floor(a.y||this.y||0)+y;a.width=Math.floor((a.width||this.width||0)-2*y);a.height=Math.floor((a.height||this.height||0)-2*y);u(a.strokeWidth)&&(a.strokeWidth=g);return a},css:function(a){var y=this.styles,b={},v=this.element,k,d="",q,e=!y,z=["textOutline","textOverflow","width"];a&&a.color&&(a.fill=a.color);y&&F(a,function(a,g){a!==y[g]&&(b[g]=a,e=!0)});
e&&(y&&(a=c(y,b)),k=this.textWidth=a&&a.width&&"auto"!==a.width&&"text"===v.nodeName.toLowerCase()&&g(a.width),this.styles=a,k&&!L&&this.renderer.forExport&&delete a.width,K&&!L?n(this.element,a):(q=function(a,y){return"-"+y.toLowerCase()},F(a,function(a,y){-1===B(y,z)&&(d+=y.replace(/([A-Z])/g,q)+":"+a+";")}),d&&f(v,"style",d)),this.added&&("text"===this.element.nodeName&&this.renderer.buildText(this),a&&a.textOutline&&this.applyTextOutline(a.textOutline)));return this},strokeWidth:function(){return this["stroke-width"]||
0},on:function(a,g){var y=this,b=y.element;z&&"click"===a?(b.ontouchstart=function(a){y.touchEventFired=Date.now();a.preventDefault();g.call(b,a)},b.onclick=function(a){(-1===R.navigator.userAgent.indexOf("Android")||1100<Date.now()-(y.touchEventFired||0))&&g.call(b,a)}):b["on"+a]=g;return this},setRadialReference:function(a){var y=this.renderer.gradients[this.element.gradient];this.element.radialReference=a;y&&y.radAttr&&y.animate(this.renderer.getRadialAttr(a,y.radAttr));return this},translate:function(a,
g){return this.attr({translateX:a,translateY:g})},invert:function(a){this.inverted=a;this.updateTransform();return this},updateTransform:function(){var a=this.translateX||0,g=this.translateY||0,b=this.scaleX,v=this.scaleY,c=this.inverted,k=this.rotation,d=this.matrix,q=this.element;c&&(a+=this.width,g+=this.height);a=["translate("+a+","+g+")"];u(d)&&a.push("matrix("+d.join(",")+")");c?a.push("rotate(90) scale(-1,1)"):k&&a.push("rotate("+k+" "+G(this.rotationOriginX,q.getAttribute("x"),0)+" "+G(this.rotationOriginY,
q.getAttribute("y")||0)+")");(u(b)||u(v))&&a.push("scale("+G(b,1)+" "+G(v,1)+")");a.length&&q.setAttribute("transform",a.join(" "))},toFront:function(){var a=this.element;a.parentNode.appendChild(a);return this},align:function(a,g,v){var y,c,k,d,q={};c=this.renderer;k=c.alignedObjects;var e,O;if(a){if(this.alignOptions=a,this.alignByTranslate=g,!v||C(v))this.alignTo=y=v||"renderer",b(k,this),k.push(this),v=null}else a=this.alignOptions,g=this.alignByTranslate,y=this.alignTo;v=G(v,c[y],c);y=a.align;
c=a.verticalAlign;k=(v.x||0)+(a.x||0);d=(v.y||0)+(a.y||0);"right"===y?e=1:"center"===y&&(e=2);e&&(k+=(v.width-(a.width||0))/e);q[g?"translateX":"x"]=Math.round(k);"bottom"===c?O=1:"middle"===c&&(O=2);O&&(d+=(v.height-(a.height||0))/O);q[g?"translateY":"y"]=Math.round(d);this[this.placed?"animate":"attr"](q);this.placed=!0;this.alignAttr=q;return this},getBBox:function(a,g){var y,b=this.renderer,v,k=this.element,q=this.styles,O,z=this.textStr,h,m=b.cache,L=b.cacheKeys,A;g=G(g,this.rotation);v=g*e;
O=q&&q.fontSize;u(z)&&(A=z.toString(),-1===A.indexOf("\x3c")&&(A=A.replace(/[0-9]/g,"0")),A+=["",g||0,O,q&&q.width,q&&q.textOverflow].join());A&&!a&&(y=m[A]);if(!y){if(k.namespaceURI===this.SVG_NS||b.forExport){try{(h=this.fakeTS&&function(a){d(k.querySelectorAll(".highcharts-text-outline"),function(y){y.style.display=a})})&&h("none"),y=k.getBBox?c({},k.getBBox()):{width:k.offsetWidth,height:k.offsetHeight},h&&h("")}catch(W){}if(!y||0>y.width)y={width:0,height:0}}else y=this.htmlGetBBox();b.isSVG&&
(a=y.width,b=y.height,q&&"11px"===q.fontSize&&17===Math.round(b)&&(y.height=b=14),g&&(y.width=Math.abs(b*Math.sin(v))+Math.abs(a*Math.cos(v)),y.height=Math.abs(b*Math.cos(v))+Math.abs(a*Math.sin(v))));if(A&&0<y.height){for(;250<L.length;)delete m[L.shift()];m[A]||L.push(A);m[A]=y}}return y},show:function(a){return this.attr({visibility:a?"inherit":"visible"})},hide:function(){return this.attr({visibility:"hidden"})},fadeOut:function(a){var y=this;y.animate({opacity:0},{duration:a||150,complete:function(){y.attr({y:-9999})}})},
add:function(a){var y=this.renderer,g=this.element,b;a&&(this.parentGroup=a);this.parentInverted=a&&a.inverted;void 0!==this.textStr&&y.buildText(this);this.added=!0;if(!a||a.handleZ||this.zIndex)b=this.zIndexSetter();b||(a?a.element:y.box).appendChild(g);if(this.onAdd)this.onAdd();return this},safeRemoveChild:function(a){var y=a.parentNode;y&&y.removeChild(a)},destroy:function(){var a=this,g=a.element||{},v=a.renderer.isSVG&&"SPAN"===g.nodeName&&a.parentGroup,c=g.ownerSVGElement;g.onclick=g.onmouseout=
g.onmouseover=g.onmousemove=g.point=null;Q(a);a.clipPath&&c&&(d(c.querySelectorAll("[clip-path],[CLIP-PATH]"),function(g){g.getAttribute("clip-path").match(RegExp('[("]#'+a.clipPath.element.id+'[)"]'))&&g.removeAttribute("clip-path")}),a.clipPath=a.clipPath.destroy());if(a.stops){for(c=0;c<a.stops.length;c++)a.stops[c]=a.stops[c].destroy();a.stops=null}a.safeRemoveChild(g);for(a.destroyShadows();v&&v.div&&0===v.div.childNodes.length;)g=v.parentGroup,a.safeRemoveChild(v.div),delete v.div,v=g;a.alignTo&&
b(a.renderer.alignedObjects,a);F(a,function(g,y){delete a[y]});return null},shadow:function(a,g,b){var y=[],v,c,k=this.element,d,q,e,z;if(!a)this.destroyShadows();else if(!this.shadows){q=G(a.width,3);e=(a.opacity||.15)/q;z=this.parentInverted?"(-1,-1)":"("+G(a.offsetX,1)+", "+G(a.offsetY,1)+")";for(v=1;v<=q;v++)c=k.cloneNode(0),d=2*q+1-2*v,f(c,{isShadow:"true",stroke:a.color||"#000000","stroke-opacity":e*v,"stroke-width":d,transform:"translate"+z,fill:"none"}),b&&(f(c,"height",Math.max(f(c,"height")-
d,0)),c.cutHeight=d),g?g.element.appendChild(c):k.parentNode&&k.parentNode.insertBefore(c,k),y.push(c);this.shadows=y}return this},destroyShadows:function(){d(this.shadows||[],function(a){this.safeRemoveChild(a)},this);this.shadows=void 0},xGetter:function(a){"circle"===this.element.nodeName&&("x"===a?a="cx":"y"===a&&(a="cy"));return this._defaultGetter(a)},_defaultGetter:function(a){a=G(this[a+"Value"],this[a],this.element?this.element.getAttribute(a):null,0);/^[\-0-9\.]+$/.test(a)&&(a=parseFloat(a));
return a},dSetter:function(a,g,b){a&&a.join&&(a=a.join(" "));/(NaN| {2}|^$)/.test(a)&&(a="M 0 0");this[g]!==a&&(b.setAttribute(g,a),this[g]=a)},dashstyleSetter:function(a){var b,v=this["stroke-width"];"inherit"===v&&(v=1);if(a=a&&a.toLowerCase()){a=a.replace("shortdashdotdot","3,1,1,1,1,1,").replace("shortdashdot","3,1,1,1").replace("shortdot","1,1,").replace("shortdash","3,1,").replace("longdash","8,3,").replace(/dot/g,"1,3,").replace("dash","4,3,").replace(/,$/,"").split(",");for(b=a.length;b--;)a[b]=
g(a[b])*v;a=a.join(",").replace(/NaN/g,"none");this.element.setAttribute("stroke-dasharray",a)}},alignSetter:function(a){this.alignValue=a;this.element.setAttribute("text-anchor",{left:"start",center:"middle",right:"end"}[a])},opacitySetter:function(a,g,b){this[g]=a;b.setAttribute(g,a)},titleSetter:function(a){var g=this.element.getElementsByTagName("title")[0];g||(g=m.createElementNS(this.SVG_NS,"title"),this.element.appendChild(g));g.firstChild&&g.removeChild(g.firstChild);g.appendChild(m.createTextNode(String(G(a),
"").replace(/<[^>]*>/g,"")))},textSetter:function(a){a!==this.textStr&&(delete this.bBox,this.textStr=a,this.added&&this.renderer.buildText(this))},fillSetter:function(a,g,b){"string"===typeof a?b.setAttribute(g,a):a&&this.colorGradient(a,g,b)},visibilitySetter:function(a,g,b){"inherit"===a?b.removeAttribute(g):this[g]!==a&&b.setAttribute(g,a);this[g]=a},zIndexSetter:function(a,b){var v=this.renderer,y=this.parentGroup,c=(y||v).element||v.box,k,d=this.element,q,e,v=c===v.box;k=this.added;var z;u(a)&&
(d.zIndex=a,a=+a,this[b]===a&&(k=!1),this[b]=a);if(k){(a=this.zIndex)&&y&&(y.handleZ=!0);b=c.childNodes;for(z=b.length-1;0<=z&&!q;z--)if(y=b[z],k=y.zIndex,e=!u(k),y!==d)if(0>a&&e&&!v&&!z)c.insertBefore(d,b[z]),q=!0;else if(g(k)<=a||e&&(!u(a)||0<=a))c.insertBefore(d,b[z+1]||null),q=!0;q||(c.insertBefore(d,b[v?3:0]||null),q=!0)}return q},_defaultSetter:function(a,g,b){b.setAttribute(g,a)}});E.prototype.yGetter=E.prototype.xGetter;E.prototype.translateXSetter=E.prototype.translateYSetter=E.prototype.rotationSetter=
E.prototype.verticalAlignSetter=E.prototype.rotationOriginXSetter=E.prototype.rotationOriginYSetter=E.prototype.scaleXSetter=E.prototype.scaleYSetter=E.prototype.matrixSetter=function(a,g){this[g]=a;this.doTransform=!0};E.prototype["stroke-widthSetter"]=E.prototype.strokeSetter=function(a,g,b){this[g]=a;this.stroke&&this["stroke-width"]?(E.prototype.fillSetter.call(this,this.stroke,"stroke",b),b.setAttribute("stroke-width",this["stroke-width"]),this.hasStroke=!0):"stroke-width"===g&&0===a&&this.hasStroke&&
(b.removeAttribute("stroke"),this.hasStroke=!1)};D=a.SVGRenderer=function(){this.init.apply(this,arguments)};c(D.prototype,{Element:E,SVG_NS:P,init:function(a,g,b,v,c,k){var y;v=this.createElement("svg").attr({version:"1.1","class":"highcharts-root"}).css(this.getStyle(v));y=v.element;a.appendChild(y);f(a,"dir","ltr");-1===a.innerHTML.indexOf("xmlns")&&f(y,"xmlns",this.SVG_NS);this.isSVG=!0;this.box=y;this.boxWrapper=v;this.alignedObjects=[];this.url=(x||N)&&m.getElementsByTagName("base").length?
R.location.href.replace(/#.*?$/,"").replace(/<[^>]*>/g,"").replace(/([\('\)])/g,"\\$1").replace(/ /g,"%20"):"";this.createElement("desc").add().element.appendChild(m.createTextNode("Created with Highcharts 6.0.4"));this.defs=this.createElement("defs").add();this.allowHTML=k;this.forExport=c;this.gradients={};this.cache={};this.cacheKeys=[];this.imgCount=0;this.setSize(g,b,!1);var d;x&&a.getBoundingClientRect&&(g=function(){n(a,{left:0,top:0});d=a.getBoundingClientRect();n(a,{left:Math.ceil(d.left)-
d.left+"px",top:Math.ceil(d.top)-d.top+"px"})},g(),this.unSubPixelFix=H(R,"resize",g))},getStyle:function(a){return this.style=c({fontFamily:'"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif',fontSize:"12px"},a)},setStyle:function(a){this.boxWrapper.css(this.getStyle(a))},isHidden:function(){return!this.boxWrapper.getBBox().width},destroy:function(){var a=this.defs;this.box=null;this.boxWrapper=this.boxWrapper.destroy();h(this.gradients||{});this.gradients=null;a&&(this.defs=a.destroy());
this.unSubPixelFix&&this.unSubPixelFix();return this.alignedObjects=null},createElement:function(a){var g=new this.Element;g.init(this,a);return g},draw:A,getRadialAttr:function(a,g){return{cx:a[0]-a[2]/2+g.cx*a[2],cy:a[1]-a[2]/2+g.cy*a[2],r:g.r*a[2]}},getSpanWidth:function(a,g){var b=a.getBBox(!0).width;!L&&this.forExport&&(b=this.measureSpanWidth(g.firstChild.data,a.styles));return b},applyEllipsis:function(a,g,b,v){var c=a.rotation,y=b,k,d=0,q=b.length,e=function(a){g.removeChild(g.firstChild);
a&&g.appendChild(m.createTextNode(a))},z;a.rotation=0;y=this.getSpanWidth(a,g);if(z=y>v){for(;d<=q;)k=Math.ceil((d+q)/2),y=b.substring(0,k)+"\u2026",e(y),y=this.getSpanWidth(a,g),d===q?d=q+1:y>v?q=k-1:d=k;0===q&&e("")}a.rotation=c;return z},escapes:{"\x26":"\x26amp;","\x3c":"\x26lt;","\x3e":"\x26gt;","'":"\x26#39;",'"':"\x26quot;"},buildText:function(a){var b=a.element,v=this,c=v.forExport,y=G(a.textStr,"").toString(),q=-1!==y.indexOf("\x3c"),e=b.childNodes,z,h,A,J,t=f(b,"x"),x=a.styles,B=a.textWidth,
l=x&&x.lineHeight,C=x&&x.textOutline,u=x&&"ellipsis"===x.textOverflow,Q=x&&"nowrap"===x.whiteSpace,w=x&&x.fontSize,R,I,r=e.length,x=B&&!a.added&&this.box,p=function(a){var c;c=/(px|em)$/.test(a&&a.style.fontSize)?a.style.fontSize:w||v.style.fontSize||12;return l?g(l):v.fontMetrics(c,a.getAttribute("style")?a:b).h},K=function(a){F(v.escapes,function(g,b){a=a.replace(new RegExp(g,"g"),b)});return a};R=[y,u,Q,l,C,w,B].join();if(R!==a.textCache){for(a.textCache=R;r--;)b.removeChild(e[r]);q||C||u||B||
-1!==y.indexOf(" ")?(z=/<.*class="([^"]+)".*>/,h=/<.*style="([^"]+)".*>/,A=/<.*href="([^"]+)".*>/,x&&x.appendChild(b),y=q?y.replace(/<(b|strong)>/g,'\x3cspan style\x3d"font-weight:bold"\x3e').replace(/<(i|em)>/g,'\x3cspan style\x3d"font-style:italic"\x3e').replace(/<a/g,"\x3cspan").replace(/<\/(b|strong|i|em|a)>/g,"\x3c/span\x3e").split(/<br.*?>/g):[y],y=k(y,function(a){return""!==a}),d(y,function(g,y){var k,q=0;g=g.replace(/^\s+|\s+$/g,"").replace(/<span/g,"|||\x3cspan").replace(/<\/span>/g,"\x3c/span\x3e|||");
k=g.split("|||");d(k,function(g){if(""!==g||1===k.length){var d={},e=m.createElementNS(v.SVG_NS,"tspan"),x,F;z.test(g)&&(x=g.match(z)[1],f(e,"class",x));h.test(g)&&(F=g.match(h)[1].replace(/(;| |^)color([ :])/,"$1fill$2"),f(e,"style",F));A.test(g)&&!c&&(f(e,"onclick",'location.href\x3d"'+g.match(A)[1]+'"'),f(e,"class","highcharts-anchor"),n(e,{cursor:"pointer"}));g=K(g.replace(/<[a-zA-Z\/](.|\n)*?>/g,"")||" ");if(" "!==g){e.appendChild(m.createTextNode(g));q?d.dx=0:y&&null!==t&&(d.x=t);f(e,d);b.appendChild(e);
!q&&I&&(!L&&c&&n(e,{display:"block"}),f(e,"dy",p(e)));if(B){d=g.replace(/([^\^])-/g,"$1- ").split(" ");x=1<k.length||y||1<d.length&&!Q;var O=[],l,C=p(e),G=a.rotation;for(u&&(J=v.applyEllipsis(a,e,g,B));!u&&x&&(d.length||O.length);)a.rotation=0,l=v.getSpanWidth(a,e),g=l>B,void 0===J&&(J=g),g&&1!==d.length?(e.removeChild(e.firstChild),O.unshift(d.pop())):(d=O,O=[],d.length&&!Q&&(e=m.createElementNS(P,"tspan"),f(e,{dy:C,x:t}),F&&f(e,"style",F),b.appendChild(e)),l>B&&(B=l)),d.length&&e.appendChild(m.createTextNode(d.join(" ").replace(/- /g,
"-")));a.rotation=G}q++}}});I=I||b.childNodes.length}),J&&a.attr("title",a.textStr),x&&x.removeChild(b),C&&a.applyTextOutline&&a.applyTextOutline(C)):b.appendChild(m.createTextNode(K(y)))}},getContrast:function(a){a=r(a).rgba;return 510<a[0]+a[1]+a[2]?"#000000":"#FFFFFF"},button:function(a,g,b,v,d,k,e,z,h){var y=this.label(a,g,b,h,null,null,null,null,"button"),m=0;y.attr(q({padding:8,r:2},d));var A,L,J,t;d=q({fill:"#f7f7f7",stroke:"#cccccc","stroke-width":1,style:{color:"#333333",cursor:"pointer",
fontWeight:"normal"}},d);A=d.style;delete d.style;k=q(d,{fill:"#e6e6e6"},k);L=k.style;delete k.style;e=q(d,{fill:"#e6ebf5",style:{color:"#000000",fontWeight:"bold"}},e);J=e.style;delete e.style;z=q(d,{style:{color:"#cccccc"}},z);t=z.style;delete z.style;H(y.element,K?"mouseover":"mouseenter",function(){3!==m&&y.setState(1)});H(y.element,K?"mouseout":"mouseleave",function(){3!==m&&y.setState(m)});y.setState=function(a){1!==a&&(y.state=m=a);y.removeClass(/highcharts-button-(normal|hover|pressed|disabled)/).addClass("highcharts-button-"+
["normal","hover","pressed","disabled"][a||0]);y.attr([d,k,e,z][a||0]).css([A,L,J,t][a||0])};y.attr(d).css(c({cursor:"default"},A));return y.on("click",function(a){3!==m&&v.call(y,a)})},crispLine:function(a,g){a[1]===a[4]&&(a[1]=a[4]=Math.round(a[1])-g%2/2);a[2]===a[5]&&(a[2]=a[5]=Math.round(a[2])+g%2/2);return a},path:function(a){var g={fill:"none"};I(a)?g.d=a:t(a)&&c(g,a);return this.createElement("path").attr(g)},circle:function(a,g,b){a=t(a)?a:{x:a,y:g,r:b};g=this.createElement("circle");g.xSetter=
g.ySetter=function(a,g,b){b.setAttribute("c"+g,a)};return g.attr(a)},arc:function(a,g,b,v,c,d){t(a)?(v=a,g=v.y,b=v.r,a=v.x):v={innerR:v,start:c,end:d};a=this.symbol("arc",a,g,b,b,v);a.r=b;return a},rect:function(a,g,b,v,c,d){c=t(a)?a.r:c;var k=this.createElement("rect");a=t(a)?a:void 0===a?{}:{x:a,y:g,width:Math.max(b,0),height:Math.max(v,0)};void 0!==d&&(a.strokeWidth=d,a=k.crisp(a));a.fill="none";c&&(a.r=c);k.rSetter=function(a,g,b){f(b,{rx:a,ry:a})};return k.attr(a)},setSize:function(a,g,b){var v=
this.alignedObjects,c=v.length;this.width=a;this.height=g;for(this.boxWrapper.animate({width:a,height:g},{step:function(){this.attr({viewBox:"0 0 "+this.attr("width")+" "+this.attr("height")})},duration:G(b,!0)?void 0:0});c--;)v[c].align()},g:function(a){var g=this.createElement("g");return a?g.attr({"class":"highcharts-"+a}):g},image:function(a,g,b,v,d){var k={preserveAspectRatio:"none"};1<arguments.length&&c(k,{x:g,y:b,width:v,height:d});k=this.createElement("image").attr(k);k.element.setAttributeNS?
k.element.setAttributeNS("http://www.w3.org/1999/xlink","href",a):k.element.setAttribute("hc-svg-href",a);return k},symbol:function(a,g,b,v,k,q){var e=this,y,z=/^url\((.*?)\)$/,h=z.test(a),A=!h&&(this.symbols[a]?a:"circle"),L=A&&this.symbols[A],t=u(g)&&L&&L.call(this.symbols,Math.round(g),Math.round(b),v,k,q),x,F;L?(y=this.path(t),y.attr("fill","none"),c(y,{symbolName:A,x:g,y:b,width:v,height:k}),q&&c(y,q)):h&&(x=a.match(z)[1],y=this.image(x),y.imgwidth=G(J[x]&&J[x].width,q&&q.width),y.imgheight=
G(J[x]&&J[x].height,q&&q.height),F=function(){y.attr({width:y.width,height:y.height})},d(["width","height"],function(a){y[a+"Setter"]=function(a,g){var b={},v=this["img"+g],c="width"===g?"translateX":"translateY";this[g]=a;u(v)&&(this.element&&this.element.setAttribute(g,v),this.alignByTranslate||(b[c]=((this[g]||0)-v)/2,this.attr(b)))}}),u(g)&&y.attr({x:g,y:b}),y.isImg=!0,u(y.imgwidth)&&u(y.imgheight)?F():(y.attr({width:0,height:0}),w("img",{onload:function(){var a=l[e.chartIndex];0===this.width&&
(n(this,{position:"absolute",top:"-999em"}),m.body.appendChild(this));J[x]={width:this.width,height:this.height};y.imgwidth=this.width;y.imgheight=this.height;y.element&&F();this.parentNode&&this.parentNode.removeChild(this);e.imgCount--;if(!e.imgCount&&a&&a.onload)a.onload()},src:x}),this.imgCount++));return y},symbols:{circle:function(a,g,b,v){return this.arc(a+b/2,g+v/2,b/2,v/2,{start:0,end:2*Math.PI,open:!1})},square:function(a,g,b,v){return["M",a,g,"L",a+b,g,a+b,g+v,a,g+v,"Z"]},triangle:function(a,
g,b,v){return["M",a+b/2,g,"L",a+b,g+v,a,g+v,"Z"]},"triangle-down":function(a,g,b,v){return["M",a,g,"L",a+b,g,a+b/2,g+v,"Z"]},diamond:function(a,g,b,v){return["M",a+b/2,g,"L",a+b,g+v/2,a+b/2,g+v,a,g+v/2,"Z"]},arc:function(a,g,b,v,c){var k=c.start,d=c.r||b,q=c.r||v||b,e=c.end-.001;b=c.innerR;v=G(c.open,.001>Math.abs(c.end-c.start-2*Math.PI));var y=Math.cos(k),z=Math.sin(k),h=Math.cos(e),e=Math.sin(e);c=.001>c.end-k-Math.PI?0:1;d=["M",a+d*y,g+q*z,"A",d,q,0,c,1,a+d*h,g+q*e];u(b)&&d.push(v?"M":"L",a+b*
h,g+b*e,"A",b,b,0,c,0,a+b*y,g+b*z);d.push(v?"":"Z");return d},callout:function(a,g,b,v,c){var d=Math.min(c&&c.r||0,b,v),k=d+6,q=c&&c.anchorX;c=c&&c.anchorY;var e;e=["M",a+d,g,"L",a+b-d,g,"C",a+b,g,a+b,g,a+b,g+d,"L",a+b,g+v-d,"C",a+b,g+v,a+b,g+v,a+b-d,g+v,"L",a+d,g+v,"C",a,g+v,a,g+v,a,g+v-d,"L",a,g+d,"C",a,g,a,g,a+d,g];q&&q>b?c>g+k&&c<g+v-k?e.splice(13,3,"L",a+b,c-6,a+b+6,c,a+b,c+6,a+b,g+v-d):e.splice(13,3,"L",a+b,v/2,q,c,a+b,v/2,a+b,g+v-d):q&&0>q?c>g+k&&c<g+v-k?e.splice(33,3,"L",a,c+6,a-6,c,a,c-6,
a,g+d):e.splice(33,3,"L",a,v/2,q,c,a,v/2,a,g+d):c&&c>v&&q>a+k&&q<a+b-k?e.splice(23,3,"L",q+6,g+v,q,g+v+6,q-6,g+v,a+d,g+v):c&&0>c&&q>a+k&&q<a+b-k&&e.splice(3,3,"L",q-6,g,q,g-6,q+6,g,b-d,g);return e}},clipRect:function(g,b,v,c){var d=a.uniqueKey(),k=this.createElement("clipPath").attr({id:d}).add(this.defs);g=this.rect(g,b,v,c,0).add(k);g.id=d;g.clipPath=k;g.count=0;return g},text:function(a,g,b,v){var c={};if(v&&(this.allowHTML||!this.forExport))return this.html(a,g,b);c.x=Math.round(g||0);b&&(c.y=
Math.round(b));if(a||0===a)c.text=a;a=this.createElement("text").attr(c);v||(a.xSetter=function(a,g,b){var v=b.getElementsByTagName("tspan"),c,d=b.getAttribute(g),k;for(k=0;k<v.length;k++)c=v[k],c.getAttribute(g)===d&&c.setAttribute(g,a);b.setAttribute(g,a)});return a},fontMetrics:function(a,b){a=a||b&&b.style&&b.style.fontSize||this.style&&this.style.fontSize;a=/px/.test(a)?g(a):/em/.test(a)?parseFloat(a)*(b?this.fontMetrics(null,b.parentNode).f:16):12;b=24>a?a+3:Math.round(1.2*a);return{h:b,b:Math.round(.8*
b),f:a}},rotCorr:function(a,g,b){var v=a;g&&b&&(v=Math.max(v*Math.cos(g*e),4));return{x:-a/3*Math.sin(g*e),y:v}},label:function(g,b,k,e,z,h,m,A,L){var y=this,J=y.g("button"!==L&&"label"),t=J.text=y.text("",0,0,m).attr({zIndex:1}),x,F,n=0,B=3,l=0,C,f,Q,G,w,R={},I,P,r=/^url\((.*?)\)$/.test(e),p=r,K,O,N,T;L&&J.addClass("highcharts-"+L);p=r;K=function(){return(I||0)%2/2};O=function(){var a=t.element.style,g={};F=(void 0===C||void 0===f||w)&&u(t.textStr)&&t.getBBox();J.width=(C||F.width||0)+2*B+l;J.height=
(f||F.height||0)+2*B;P=B+y.fontMetrics(a&&a.fontSize,t).b;p&&(x||(J.box=x=y.symbols[e]||r?y.symbol(e):y.rect(),x.addClass(("button"===L?"":"highcharts-label-box")+(L?" highcharts-"+L+"-box":"")),x.add(J),a=K(),g.x=a,g.y=(A?-P:0)+a),g.width=Math.round(J.width),g.height=Math.round(J.height),x.attr(c(g,R)),R={})};N=function(){var a=l+B,g;g=A?0:P;u(C)&&F&&("center"===w||"right"===w)&&(a+={center:.5,right:1}[w]*(C-F.width));if(a!==t.x||g!==t.y)t.attr("x",a),void 0!==g&&t.attr("y",g);t.x=a;t.y=g};T=function(a,
g){x?x.attr(a,g):R[a]=g};J.onAdd=function(){t.add(J);J.attr({text:g||0===g?g:"",x:b,y:k});x&&u(z)&&J.attr({anchorX:z,anchorY:h})};J.widthSetter=function(g){C=a.isNumber(g)?g:null};J.heightSetter=function(a){f=a};J["text-alignSetter"]=function(a){w=a};J.paddingSetter=function(a){u(a)&&a!==B&&(B=J.padding=a,N())};J.paddingLeftSetter=function(a){u(a)&&a!==l&&(l=a,N())};J.alignSetter=function(a){a={left:0,center:.5,right:1}[a];a!==n&&(n=a,F&&J.attr({x:Q}))};J.textSetter=function(a){void 0!==a&&t.textSetter(a);
O();N()};J["stroke-widthSetter"]=function(a,g){a&&(p=!0);I=this["stroke-width"]=a;T(g,a)};J.strokeSetter=J.fillSetter=J.rSetter=function(a,g){"r"!==g&&("fill"===g&&a&&(p=!0),J[g]=a);T(g,a)};J.anchorXSetter=function(a,g){z=J.anchorX=a;T(g,Math.round(a)-K()-Q)};J.anchorYSetter=function(a,g){h=J.anchorY=a;T(g,a-G)};J.xSetter=function(a){J.x=a;n&&(a-=n*((C||F.width)+2*B));Q=Math.round(a);J.attr("translateX",Q)};J.ySetter=function(a){G=J.y=Math.round(a);J.attr("translateY",G)};var U=J.css;return c(J,{css:function(a){if(a){var g=
{};a=q(a);d(J.textProps,function(b){void 0!==a[b]&&(g[b]=a[b],delete a[b])});t.css(g)}return U.call(J,a)},getBBox:function(){return{width:F.width+2*B,height:F.height+2*B,x:F.x-B,y:F.y-B}},shadow:function(a){a&&(O(),x&&x.shadow(a));return J},destroy:function(){v(J.element,"mouseenter");v(J.element,"mouseleave");t&&(t=t.destroy());x&&(x=x.destroy());E.prototype.destroy.call(J);J=y=O=N=T=null}})}});a.Renderer=D})(M);(function(a){var E=a.attr,D=a.createElement,H=a.css,p=a.defined,f=a.each,l=a.extend,
r=a.isFirefox,n=a.isMS,w=a.isWebKit,u=a.pick,e=a.pInt,h=a.SVGRenderer,m=a.win,d=a.wrap;l(a.SVGElement.prototype,{htmlCss:function(a){var b=this.element;if(b=a&&"SPAN"===b.tagName&&a.width)delete a.width,this.textWidth=b,this.updateTransform();a&&"ellipsis"===a.textOverflow&&(a.whiteSpace="nowrap",a.overflow="hidden");this.styles=l(this.styles,a);H(this.element,a);return this},htmlGetBBox:function(){var a=this.element;return{x:a.offsetLeft,y:a.offsetTop,width:a.offsetWidth,height:a.offsetHeight}},
htmlUpdateTransform:function(){if(this.added){var a=this.renderer,b=this.element,d=this.translateX||0,z=this.translateY||0,h=this.x||0,m=this.y||0,x=this.textAlign||"left",n={left:0,center:.5,right:1}[x],t=this.styles;H(b,{marginLeft:d,marginTop:z});this.shadows&&f(this.shadows,function(a){H(a,{marginLeft:d+1,marginTop:z+1})});this.inverted&&f(b.childNodes,function(c){a.invertChild(c,b)});if("SPAN"===b.tagName){var l=this.rotation,u=e(this.textWidth),q=t&&t.whiteSpace,A=[l,x,b.innerHTML,this.textWidth,
this.textAlign].join();A!==this.cTT&&(t=a.fontMetrics(b.style.fontSize).b,p(l)&&this.setSpanRotation(l,n,t),H(b,{width:"",whiteSpace:q||"nowrap"}),b.offsetWidth>u&&/[ \-]/.test(b.textContent||b.innerText)&&H(b,{width:u+"px",display:"block",whiteSpace:q||"normal"}),this.getSpanCorrection(b.offsetWidth,t,n,l,x));H(b,{left:h+(this.xCorr||0)+"px",top:m+(this.yCorr||0)+"px"});w&&(t=b.offsetHeight);this.cTT=A}}else this.alignOnAdd=!0},setSpanRotation:function(a,b,d){var c={},k=this.renderer.getTransformKey();
c[k]=c.transform="rotate("+a+"deg)";c[k+(r?"Origin":"-origin")]=c.transformOrigin=100*b+"% "+d+"px";H(this.element,c)},getSpanCorrection:function(a,b,d){this.xCorr=-a*d;this.yCorr=-b}});l(h.prototype,{getTransformKey:function(){return n&&!/Edge/.test(m.navigator.userAgent)?"-ms-transform":w?"-webkit-transform":r?"MozTransform":m.opera?"-o-transform":""},html:function(a,b,k){var c=this.createElement("span"),e=c.element,h=c.renderer,m=h.isSVG,w=function(a,b){f(["opacity","visibility"],function(c){d(a,
c+"Setter",function(a,c,d,k){a.call(this,c,d,k);b[d]=c})})};c.textSetter=function(a){a!==e.innerHTML&&delete this.bBox;this.textStr=a;e.innerHTML=u(a,"");c.htmlUpdateTransform()};m&&w(c,c.element.style);c.xSetter=c.ySetter=c.alignSetter=c.rotationSetter=function(a,b){"align"===b&&(b="textAlign");c[b]=a;c.htmlUpdateTransform()};c.attr({text:a,x:Math.round(b),y:Math.round(k)}).css({fontFamily:this.style.fontFamily,fontSize:this.style.fontSize,position:"absolute"});e.style.whiteSpace="nowrap";c.css=
c.htmlCss;m&&(c.add=function(a){var b,d=h.box.parentNode,k=[];if(this.parentGroup=a){if(b=a.div,!b){for(;a;)k.push(a),a=a.parentGroup;f(k.reverse(),function(a){function e(g,b){a[b]=g;n?q[h.getTransformKey()]="translate("+(a.x||a.translateX)+"px,"+(a.y||a.translateY)+"px)":"translateX"===b?q.left=g+"px":q.top=g+"px";a.doTransform=!0}var q,g=E(a.element,"class");g&&(g={className:g});b=a.div=a.div||D("div",g,{position:"absolute",left:(a.translateX||0)+"px",top:(a.translateY||0)+"px",display:a.display,
opacity:a.opacity,pointerEvents:a.styles&&a.styles.pointerEvents},b||d);q=b.style;l(a,{classSetter:function(a){return function(g){this.element.setAttribute("class",g);a.className=g}}(b),on:function(){k[0].div&&c.on.apply({element:k[0].div},arguments);return a},translateXSetter:e,translateYSetter:e});w(a,q)})}}else b=d;b.appendChild(e);c.added=!0;c.alignOnAdd&&c.htmlUpdateTransform();return c});return c}})})(M);(function(a){function E(){var n=a.defaultOptions.global,l=r.moment;if(n.timezone){if(l)return function(a){return-l.tz(a,
n.timezone).utcOffset()};a.error(25)}return n.useUTC&&n.getTimezoneOffset}function D(){var n=a.defaultOptions.global,f,u=n.useUTC,e=u?"getUTC":"get",h=u?"setUTC":"set",m="Minutes Hours Day Date Month FullYear".split(" "),d=m.concat(["Milliseconds","Seconds"]);a.Date=f=n.Date||r.Date;f.hcTimezoneOffset=u&&n.timezoneOffset;f.hcGetTimezoneOffset=E();f.hcHasTimeZone=!(!f.hcTimezoneOffset&&!f.hcGetTimezoneOffset);f.hcMakeTime=function(a,b,d,e,h,m){var c;u?(c=f.UTC.apply(0,arguments),c+=p(c)):c=(new f(a,
b,l(d,1),l(e,0),l(h,0),l(m,0))).getTime();return c};for(n=0;n<m.length;n++)f["hcGet"+m[n]]=e+m[n];for(n=0;n<d.length;n++)f["hcSet"+d[n]]=h+d[n]}var H=a.color,p=a.getTZOffset,f=a.merge,l=a.pick,r=a.win;a.defaultOptions={colors:"#7cb5ec #434348 #90ed7d #f7a35c #8085e9 #f15c80 #e4d354 #2b908f #f45b5b #91e8e1".split(" "),symbols:["circle","diamond","square","triangle","triangle-down"],lang:{loading:"Loading...",months:"January February March April May June July August September October November December".split(" "),
shortMonths:"Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec".split(" "),weekdays:"Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),decimalPoint:".",numericSymbols:"kMGTPE".split(""),resetZoom:"Reset zoom",resetZoomTitle:"Reset zoom level 1:1",thousandsSep:" "},global:{useUTC:!0},chart:{borderRadius:0,defaultSeriesType:"line",ignoreHiddenSeries:!0,spacing:[10,10,15,10],resetZoomButton:{theme:{zIndex:6},position:{align:"right",x:-10,y:10}},width:null,height:null,borderColor:"#335cad",
backgroundColor:"#ffffff",plotBorderColor:"#cccccc"},title:{text:"Chart title",align:"center",margin:15,widthAdjust:-44},subtitle:{text:"",align:"center",widthAdjust:-44},plotOptions:{},labels:{style:{position:"absolute",color:"#333333"}},legend:{enabled:!0,align:"center",layout:"horizontal",labelFormatter:function(){return this.name},borderColor:"#999999",borderRadius:0,navigation:{activeColor:"#003399",inactiveColor:"#cccccc"},itemStyle:{color:"#333333",fontSize:"12px",fontWeight:"bold",textOverflow:"ellipsis"},
itemHoverStyle:{color:"#000000"},itemHiddenStyle:{color:"#cccccc"},shadow:!1,itemCheckboxStyle:{position:"absolute",width:"13px",height:"13px"},squareSymbol:!0,symbolPadding:5,verticalAlign:"bottom",x:0,y:0,title:{style:{fontWeight:"bold"}}},loading:{labelStyle:{fontWeight:"bold",position:"relative",top:"45%"},style:{position:"absolute",backgroundColor:"#ffffff",opacity:.5,textAlign:"center"}},tooltip:{enabled:!0,animation:a.svg,borderRadius:3,dateTimeLabelFormats:{millisecond:"%A, %b %e, %H:%M:%S.%L",
second:"%A, %b %e, %H:%M:%S",minute:"%A, %b %e, %H:%M",hour:"%A, %b %e, %H:%M",day:"%A, %b %e, %Y",week:"Week from %A, %b %e, %Y",month:"%B %Y",year:"%Y"},footerFormat:"",padding:8,snap:a.isTouchDevice?25:10,backgroundColor:H("#f7f7f7").setOpacity(.85).get(),borderWidth:1,headerFormat:'\x3cspan style\x3d"font-size: 10px"\x3e{point.key}\x3c/span\x3e\x3cbr/\x3e',pointFormat:'\x3cspan style\x3d"color:{point.color}"\x3e\u25cf\x3c/span\x3e {series.name}: \x3cb\x3e{point.y}\x3c/b\x3e\x3cbr/\x3e',shadow:!0,
style:{color:"#333333",cursor:"default",fontSize:"12px",pointerEvents:"none",whiteSpace:"nowrap"}},credits:{enabled:!0,href:"http://www.highcharts.com",position:{align:"right",x:-10,verticalAlign:"bottom",y:-5},style:{cursor:"pointer",color:"#999999",fontSize:"9px"},text:"Highcharts.com"}};a.setOptions=function(n){a.defaultOptions=f(!0,a.defaultOptions,n);D();return a.defaultOptions};a.getOptions=function(){return a.defaultOptions};a.defaultPlotOptions=a.defaultOptions.plotOptions;D()})(M);(function(a){var E=
a.correctFloat,D=a.defined,H=a.destroyObjectProperties,p=a.isNumber,f=a.merge,l=a.pick,r=a.deg2rad;a.Tick=function(a,l,f,e){this.axis=a;this.pos=l;this.type=f||"";this.isNewLabel=this.isNew=!0;f||e||this.addLabel()};a.Tick.prototype={addLabel:function(){var a=this.axis,w=a.options,u=a.chart,e=a.categories,h=a.names,m=this.pos,d=w.labels,c=a.tickPositions,b=m===c[0],k=m===c[c.length-1],h=e?l(e[m],h[m],m):m,e=this.label,c=c.info,z;a.isDatetimeAxis&&c&&(z=w.dateTimeLabelFormats[c.higherRanks[m]||c.unitName]);
this.isFirst=b;this.isLast=k;w=a.labelFormatter.call({axis:a,chart:u,isFirst:b,isLast:k,dateTimeLabelFormat:z,value:a.isLog?E(a.lin2log(h)):h,pos:m});D(e)?e&&e.attr({text:w}):(this.labelLength=(this.label=e=D(w)&&d.enabled?u.renderer.text(w,0,0,d.useHTML).css(f(d.style)).add(a.labelGroup):null)&&e.getBBox().width,this.rotation=0)},getLabelSize:function(){return this.label?this.label.getBBox()[this.axis.horiz?"height":"width"]:0},handleOverflow:function(a){var f=this.axis,n=f.options.labels,e=a.x,
h=f.chart.chartWidth,m=f.chart.spacing,d=l(f.labelLeft,Math.min(f.pos,m[3])),m=l(f.labelRight,Math.max(f.isRadial?0:f.pos+f.len,h-m[1])),c=this.label,b=this.rotation,k={left:0,center:.5,right:1}[f.labelAlign||c.attr("align")],z=c.getBBox().width,B=f.getSlotWidth(),I=B,x=1,p,t={};if(b||!1===n.overflow)0>b&&e-k*z<d?p=Math.round(e/Math.cos(b*r)-d):0<b&&e+k*z>m&&(p=Math.round((h-e)/Math.cos(b*r)));else if(h=e+(1-k)*z,e-k*z<d?I=a.x+I*(1-k)-d:h>m&&(I=m-a.x+I*k,x=-1),I=Math.min(B,I),I<B&&"center"===f.labelAlign&&
(a.x+=x*(B-I-k*(B-Math.min(z,I)))),z>I||f.autoRotation&&(c.styles||{}).width)p=I;p&&(t.width=p,(n.style||{}).textOverflow||(t.textOverflow="ellipsis"),c.css(t))},getPosition:function(a,f,l,e){var h=this.axis,m=h.chart,d=e&&m.oldChartHeight||m.chartHeight;return{x:a?h.translate(f+l,null,null,e)+h.transB:h.left+h.offset+(h.opposite?(e&&m.oldChartWidth||m.chartWidth)-h.right-h.left:0),y:a?d-h.bottom+h.offset-(h.opposite?h.height:0):d-h.translate(f+l,null,null,e)-h.transB}},getLabelPosition:function(a,
f,l,e,h,m,d,c){var b=this.axis,k=b.transA,z=b.reversed,B=b.staggerLines,n=b.tickRotCorr||{x:0,y:0},x=h.y,u=e||b.reserveSpaceDefault?0:-b.labelOffset*("center"===b.labelAlign?.5:1);D(x)||(x=0===b.side?l.rotation?-8:-l.getBBox().height:2===b.side?n.y+8:Math.cos(l.rotation*r)*(n.y-l.getBBox(!1,0).height/2));a=a+h.x+u+n.x-(m&&e?m*k*(z?-1:1):0);f=f+x-(m&&!e?m*k*(z?1:-1):0);B&&(l=d/(c||1)%B,b.opposite&&(l=B-l-1),f+=b.labelOffset/B*l);return{x:a,y:Math.round(f)}},getMarkPath:function(a,f,l,e,h,m){return m.crispLine(["M",
a,f,"L",a+(h?0:-l),f+(h?l:0)],e)},renderGridLine:function(a,f,l){var e=this.axis,h=e.options,m=this.gridLine,d={},c=this.pos,b=this.type,k=e.tickmarkOffset,z=e.chart.renderer,B=b?b+"Grid":"grid",n=h[B+"LineWidth"],x=h[B+"LineColor"],h=h[B+"LineDashStyle"];m||(d.stroke=x,d["stroke-width"]=n,h&&(d.dashstyle=h),b||(d.zIndex=1),a&&(d.opacity=0),this.gridLine=m=z.path().attr(d).addClass("highcharts-"+(b?b+"-":"")+"grid-line").add(e.gridGroup));if(!a&&m&&(a=e.getPlotLinePath(c+k,m.strokeWidth()*l,a,!0)))m[this.isNew?
"attr":"animate"]({d:a,opacity:f})},renderMark:function(a,f,u){var e=this.axis,h=e.options,m=e.chart.renderer,d=this.type,c=d?d+"Tick":"tick",b=e.tickSize(c),k=this.mark,z=!k,B=a.x;a=a.y;var n=l(h[c+"Width"],!d&&e.isXAxis?1:0),h=h[c+"Color"];b&&(e.opposite&&(b[0]=-b[0]),z&&(this.mark=k=m.path().addClass("highcharts-"+(d?d+"-":"")+"tick").add(e.axisGroup),k.attr({stroke:h,"stroke-width":n})),k[z?"attr":"animate"]({d:this.getMarkPath(B,a,b[0],k.strokeWidth()*u,e.horiz,m),opacity:f}))},renderLabel:function(a,
f,u,e){var h=this.axis,m=h.horiz,d=h.options,c=this.label,b=d.labels,k=b.step,h=h.tickmarkOffset,z=!0,B=a.x;a=a.y;c&&p(B)&&(c.xy=a=this.getLabelPosition(B,a,c,m,b,h,e,k),this.isFirst&&!this.isLast&&!l(d.showFirstLabel,1)||this.isLast&&!this.isFirst&&!l(d.showLastLabel,1)?z=!1:!m||b.step||b.rotation||f||0===u||this.handleOverflow(a),k&&e%k&&(z=!1),z&&p(a.y)?(a.opacity=u,c[this.isNewLabel?"attr":"animate"](a),this.isNewLabel=!1):(c.attr("y",-9999),this.isNewLabel=!0))},render:function(a,f,u){var e=
this.axis,h=e.horiz,m=this.getPosition(h,this.pos,e.tickmarkOffset,f),d=m.x,c=m.y,e=h&&d===e.pos+e.len||!h&&c===e.pos?-1:1;u=l(u,1);this.isActive=!0;this.renderGridLine(f,u,e);this.renderMark(m,u,e);this.renderLabel(m,f,u,a);this.isNew=!1},destroy:function(){H(this,this.axis)}}})(M);var V=function(a){var E=a.addEvent,D=a.animObject,H=a.arrayMax,p=a.arrayMin,f=a.color,l=a.correctFloat,r=a.defaultOptions,n=a.defined,w=a.deg2rad,u=a.destroyObjectProperties,e=a.each,h=a.extend,m=a.fireEvent,d=a.format,
c=a.getMagnitude,b=a.grep,k=a.inArray,z=a.isArray,B=a.isNumber,I=a.isString,x=a.merge,K=a.normalizeTickInterval,t=a.objectEach,C=a.pick,N=a.removeEvent,q=a.splat,A=a.syncTimeout,F=a.Tick,G=function(){this.init.apply(this,arguments)};a.extend(G.prototype,{defaultOptions:{dateTimeLabelFormats:{millisecond:"%H:%M:%S.%L",second:"%H:%M:%S",minute:"%H:%M",hour:"%H:%M",day:"%e. %b",week:"%e. %b",month:"%b '%y",year:"%Y"},endOnTick:!1,labels:{enabled:!0,style:{color:"#666666",cursor:"default",fontSize:"11px"},
x:0},maxPadding:.01,minorTickLength:2,minorTickPosition:"outside",minPadding:.01,startOfWeek:1,startOnTick:!1,tickLength:10,tickmarkPlacement:"between",tickPixelInterval:100,tickPosition:"outside",title:{align:"middle",style:{color:"#666666"}},type:"linear",minorGridLineColor:"#f2f2f2",minorGridLineWidth:1,minorTickColor:"#999999",lineColor:"#ccd6eb",lineWidth:1,gridLineColor:"#e6e6e6",tickColor:"#ccd6eb"},defaultYAxisOptions:{endOnTick:!0,tickPixelInterval:72,showLastLabel:!0,labels:{x:-8},maxPadding:.05,
minPadding:.05,startOnTick:!0,title:{rotation:270,text:"Values"},stackLabels:{allowOverlap:!1,enabled:!1,formatter:function(){return a.numberFormat(this.total,-1)},style:{fontSize:"11px",fontWeight:"bold",color:"#000000",textOutline:"1px contrast"}},gridLineWidth:1,lineWidth:0},defaultLeftAxisOptions:{labels:{x:-15},title:{rotation:270}},defaultRightAxisOptions:{labels:{x:15},title:{rotation:90}},defaultBottomAxisOptions:{labels:{autoRotation:[-45],x:0},title:{rotation:0}},defaultTopAxisOptions:{labels:{autoRotation:[-45],
x:0},title:{rotation:0}},init:function(a,b){var g=b.isX,v=this;v.chart=a;v.horiz=a.inverted&&!v.isZAxis?!g:g;v.isXAxis=g;v.coll=v.coll||(g?"xAxis":"yAxis");v.opposite=b.opposite;v.side=b.side||(v.horiz?v.opposite?0:2:v.opposite?1:3);v.setOptions(b);var c=this.options,d=c.type;v.labelFormatter=c.labels.formatter||v.defaultLabelFormatter;v.userOptions=b;v.minPixelPadding=0;v.reversed=c.reversed;v.visible=!1!==c.visible;v.zoomEnabled=!1!==c.zoomEnabled;v.hasNames="category"===d||!0===c.categories;v.categories=
c.categories||v.hasNames;v.names=v.names||[];v.plotLinesAndBandsGroups={};v.isLog="logarithmic"===d;v.isDatetimeAxis="datetime"===d;v.positiveValuesOnly=v.isLog&&!v.allowNegativeLog;v.isLinked=n(c.linkedTo);v.ticks={};v.labelEdge=[];v.minorTicks={};v.plotLinesAndBands=[];v.alternateBands={};v.len=0;v.minRange=v.userMinRange=c.minRange||c.maxZoom;v.range=c.range;v.offset=c.offset||0;v.stacks={};v.oldStacks={};v.stacksTouched=0;v.max=null;v.min=null;v.crosshair=C(c.crosshair,q(a.options.tooltip.crosshairs)[g?
0:1],!1);b=v.options.events;-1===k(v,a.axes)&&(g?a.axes.splice(a.xAxis.length,0,v):a.axes.push(v),a[v.coll].push(v));v.series=v.series||[];a.inverted&&!v.isZAxis&&g&&void 0===v.reversed&&(v.reversed=!0);t(b,function(a,g){E(v,g,a)});v.lin2log=c.linearToLogConverter||v.lin2log;v.isLog&&(v.val2lin=v.log2lin,v.lin2val=v.lin2log)},setOptions:function(a){this.options=x(this.defaultOptions,"yAxis"===this.coll&&this.defaultYAxisOptions,[this.defaultTopAxisOptions,this.defaultRightAxisOptions,this.defaultBottomAxisOptions,
this.defaultLeftAxisOptions][this.side],x(r[this.coll],a))},defaultLabelFormatter:function(){var g=this.axis,b=this.value,c=g.categories,k=this.dateTimeLabelFormat,e=r.lang,q=e.numericSymbols,e=e.numericSymbolMagnitude||1E3,h=q&&q.length,m,z=g.options.labels.format,g=g.isLog?Math.abs(b):g.tickInterval;if(z)m=d(z,this);else if(c)m=b;else if(k)m=a.dateFormat(k,b);else if(h&&1E3<=g)for(;h--&&void 0===m;)c=Math.pow(e,h+1),g>=c&&0===10*b%c&&null!==q[h]&&0!==b&&(m=a.numberFormat(b/c,-1)+q[h]);void 0===
m&&(m=1E4<=Math.abs(b)?a.numberFormat(b,-1):a.numberFormat(b,-1,void 0,""));return m},getSeriesExtremes:function(){var a=this,v=a.chart;a.hasVisibleSeries=!1;a.dataMin=a.dataMax=a.threshold=null;a.softThreshold=!a.isXAxis;a.buildStacks&&a.buildStacks();e(a.series,function(g){if(g.visible||!v.options.chart.ignoreHiddenSeries){var c=g.options,d=c.threshold,k;a.hasVisibleSeries=!0;a.positiveValuesOnly&&0>=d&&(d=null);if(a.isXAxis)c=g.xData,c.length&&(g=p(c),k=H(c),B(g)||g instanceof Date||(c=b(c,B),
g=p(c)),a.dataMin=Math.min(C(a.dataMin,c[0],g),g),a.dataMax=Math.max(C(a.dataMax,c[0],k),k));else if(g.getExtremes(),k=g.dataMax,g=g.dataMin,n(g)&&n(k)&&(a.dataMin=Math.min(C(a.dataMin,g),g),a.dataMax=Math.max(C(a.dataMax,k),k)),n(d)&&(a.threshold=d),!c.softThreshold||a.positiveValuesOnly)a.softThreshold=!1}})},translate:function(a,b,c,d,k,e){var g=this.linkedParent||this,v=1,q=0,h=d?g.oldTransA:g.transA;d=d?g.oldMin:g.min;var m=g.minPixelPadding;k=(g.isOrdinal||g.isBroken||g.isLog&&k)&&g.lin2val;
h||(h=g.transA);c&&(v*=-1,q=g.len);g.reversed&&(v*=-1,q-=v*(g.sector||g.len));b?(a=(a*v+q-m)/h+d,k&&(a=g.lin2val(a))):(k&&(a=g.val2lin(a)),a=B(d)?v*(a-d)*h+q+v*m+(B(e)?h*e:0):void 0);return a},toPixels:function(a,b){return this.translate(a,!1,!this.horiz,null,!0)+(b?0:this.pos)},toValue:function(a,b){return this.translate(a-(b?0:this.pos),!0,!this.horiz,null,!0)},getPlotLinePath:function(a,b,c,d,k){var g=this.chart,v=this.left,q=this.top,e,h,m=c&&g.oldChartHeight||g.chartHeight,z=c&&g.oldChartWidth||
g.chartWidth,A;e=this.transB;var t=function(a,g,b){if(a<g||a>b)d?a=Math.min(Math.max(g,a),b):A=!0;return a};k=C(k,this.translate(a,null,null,c));a=c=Math.round(k+e);e=h=Math.round(m-k-e);B(k)?this.horiz?(e=q,h=m-this.bottom,a=c=t(a,v,v+this.width)):(a=v,c=z-this.right,e=h=t(e,q,q+this.height)):(A=!0,d=!1);return A&&!d?null:g.renderer.crispLine(["M",a,e,"L",c,h],b||1)},getLinearTickPositions:function(a,b,c){var g,v=l(Math.floor(b/a)*a);c=l(Math.ceil(c/a)*a);var d=[],k;l(v+a)===v&&(k=20);if(this.single)return[b];
for(b=v;b<=c;){d.push(b);b=l(b+a,k);if(b===g)break;g=b}return d},getMinorTickInterval:function(){var a=this.options;return!0===a.minorTicks?C(a.minorTickInterval,"auto"):!1===a.minorTicks?null:a.minorTickInterval},getMinorTickPositions:function(){var a=this,b=a.options,c=a.tickPositions,d=a.minorTickInterval,k=[],q=a.pointRangePadding||0,h=a.min-q,q=a.max+q,m=q-h;if(m&&m/d<a.len/3)if(a.isLog)e(this.paddedTicks,function(g,b,v){b&&k.push.apply(k,a.getLogTickPositions(d,v[b-1],v[b],!0))});else if(a.isDatetimeAxis&&
"auto"===this.getMinorTickInterval())k=k.concat(a.getTimeTicks(a.normalizeTimeTickInterval(d),h,q,b.startOfWeek));else for(b=h+(c[0]-h)%d;b<=q&&b!==k[0];b+=d)k.push(b);0!==k.length&&a.trimTicks(k);return k},adjustForMinRange:function(){var a=this.options,b=this.min,c=this.max,d,k,q,h,m,z,A,t;this.isXAxis&&void 0===this.minRange&&!this.isLog&&(n(a.min)||n(a.max)?this.minRange=null:(e(this.series,function(a){z=a.xData;for(h=A=a.xIncrement?1:z.length-1;0<h;h--)if(m=z[h]-z[h-1],void 0===q||m<q)q=m}),
this.minRange=Math.min(5*q,this.dataMax-this.dataMin)));c-b<this.minRange&&(k=this.dataMax-this.dataMin>=this.minRange,t=this.minRange,d=(t-c+b)/2,d=[b-d,C(a.min,b-d)],k&&(d[2]=this.isLog?this.log2lin(this.dataMin):this.dataMin),b=H(d),c=[b+t,C(a.max,b+t)],k&&(c[2]=this.isLog?this.log2lin(this.dataMax):this.dataMax),c=p(c),c-b<t&&(d[0]=c-t,d[1]=C(a.min,c-t),b=H(d)));this.min=b;this.max=c},getClosest:function(){var a;this.categories?a=1:e(this.series,function(g){var b=g.closestPointRange,v=g.visible||
!g.chart.options.chart.ignoreHiddenSeries;!g.noSharedTooltip&&n(b)&&v&&(a=n(a)?Math.min(a,b):b)});return a},nameToX:function(a){var g=z(this.categories),b=g?this.categories:this.names,c=a.options.x,d;a.series.requireSorting=!1;n(c)||(c=!1===this.options.uniqueNames?a.series.autoIncrement():k(a.name,b));-1===c?g||(d=b.length):d=c;void 0!==d&&(this.names[d]=a.name);return d},updateNames:function(){var a=this;0<this.names.length&&(this.names.length=0,this.minRange=this.userMinRange,e(this.series||[],
function(g){g.xIncrement=null;if(!g.points||g.isDirtyData)g.processData(),g.generatePoints();e(g.points,function(b,v){var c;b.options&&(c=a.nameToX(b),void 0!==c&&c!==b.x&&(b.x=c,g.xData[v]=c))})}))},setAxisTranslation:function(a){var g=this,b=g.max-g.min,c=g.axisPointRange||0,d,k=0,q=0,h=g.linkedParent,m=!!g.categories,z=g.transA,A=g.isXAxis;if(A||m||c)d=g.getClosest(),h?(k=h.minPointOffset,q=h.pointRangePadding):e(g.series,function(a){var b=m?1:A?C(a.options.pointRange,d,0):g.axisPointRange||0;
a=a.options.pointPlacement;c=Math.max(c,b);g.single||(k=Math.max(k,I(a)?0:b/2),q=Math.max(q,"on"===a?0:b))}),h=g.ordinalSlope&&d?g.ordinalSlope/d:1,g.minPointOffset=k*=h,g.pointRangePadding=q*=h,g.pointRange=Math.min(c,b),A&&(g.closestPointRange=d);a&&(g.oldTransA=z);g.translationSlope=g.transA=z=g.options.staticScale||g.len/(b+q||1);g.transB=g.horiz?g.left:g.bottom;g.minPixelPadding=z*k},minFromRange:function(){return this.max-this.range},setTickInterval:function(g){var b=this,d=b.chart,k=b.options,
q=b.isLog,h=b.log2lin,z=b.isDatetimeAxis,A=b.isXAxis,t=b.isLinked,x=k.maxPadding,f=k.minPadding,F=k.tickInterval,u=k.tickPixelInterval,G=b.categories,p=b.threshold,I=b.softThreshold,r,w,N,D;z||G||t||this.getTickAmount();N=C(b.userMin,k.min);D=C(b.userMax,k.max);t?(b.linkedParent=d[b.coll][k.linkedTo],d=b.linkedParent.getExtremes(),b.min=C(d.min,d.dataMin),b.max=C(d.max,d.dataMax),k.type!==b.linkedParent.options.type&&a.error(11,1)):(!I&&n(p)&&(b.dataMin>=p?(r=p,f=0):b.dataMax<=p&&(w=p,x=0)),b.min=
C(N,r,b.dataMin),b.max=C(D,w,b.dataMax));q&&(b.positiveValuesOnly&&!g&&0>=Math.min(b.min,C(b.dataMin,b.min))&&a.error(10,1),b.min=l(h(b.min),15),b.max=l(h(b.max),15));b.range&&n(b.max)&&(b.userMin=b.min=N=Math.max(b.dataMin,b.minFromRange()),b.userMax=D=b.max,b.range=null);m(b,"foundExtremes");b.beforePadding&&b.beforePadding();b.adjustForMinRange();!(G||b.axisPointRange||b.usePercentage||t)&&n(b.min)&&n(b.max)&&(h=b.max-b.min)&&(!n(N)&&f&&(b.min-=h*f),!n(D)&&x&&(b.max+=h*x));B(k.softMin)&&!B(b.userMin)&&
(b.min=Math.min(b.min,k.softMin));B(k.softMax)&&!B(b.userMax)&&(b.max=Math.max(b.max,k.softMax));B(k.floor)&&(b.min=Math.max(b.min,k.floor));B(k.ceiling)&&(b.max=Math.min(b.max,k.ceiling));I&&n(b.dataMin)&&(p=p||0,!n(N)&&b.min<p&&b.dataMin>=p?b.min=p:!n(D)&&b.max>p&&b.dataMax<=p&&(b.max=p));b.tickInterval=b.min===b.max||void 0===b.min||void 0===b.max?1:t&&!F&&u===b.linkedParent.options.tickPixelInterval?F=b.linkedParent.tickInterval:C(F,this.tickAmount?(b.max-b.min)/Math.max(this.tickAmount-1,1):
void 0,G?1:(b.max-b.min)*u/Math.max(b.len,u));A&&!g&&e(b.series,function(a){a.processData(b.min!==b.oldMin||b.max!==b.oldMax)});b.setAxisTranslation(!0);b.beforeSetTickPositions&&b.beforeSetTickPositions();b.postProcessTickInterval&&(b.tickInterval=b.postProcessTickInterval(b.tickInterval));b.pointRange&&!F&&(b.tickInterval=Math.max(b.pointRange,b.tickInterval));g=C(k.minTickInterval,b.isDatetimeAxis&&b.closestPointRange);!F&&b.tickInterval<g&&(b.tickInterval=g);z||q||F||(b.tickInterval=K(b.tickInterval,
null,c(b.tickInterval),C(k.allowDecimals,!(.5<b.tickInterval&&5>b.tickInterval&&1E3<b.max&&9999>b.max)),!!this.tickAmount));this.tickAmount||(b.tickInterval=b.unsquish());this.setTickPositions()},setTickPositions:function(){var a=this.options,b,c=a.tickPositions;b=this.getMinorTickInterval();var d=a.tickPositioner,k=a.startOnTick,q=a.endOnTick;this.tickmarkOffset=this.categories&&"between"===a.tickmarkPlacement&&1===this.tickInterval?.5:0;this.minorTickInterval="auto"===b&&this.tickInterval?this.tickInterval/
5:b;this.single=this.min===this.max&&n(this.min)&&!this.tickAmount&&(parseInt(this.min,10)===this.min||!1!==a.allowDecimals);this.tickPositions=b=c&&c.slice();!b&&(b=this.isDatetimeAxis?this.getTimeTicks(this.normalizeTimeTickInterval(this.tickInterval,a.units),this.min,this.max,a.startOfWeek,this.ordinalPositions,this.closestPointRange,!0):this.isLog?this.getLogTickPositions(this.tickInterval,this.min,this.max):this.getLinearTickPositions(this.tickInterval,this.min,this.max),b.length>this.len&&(b=
[b[0],b.pop()],b[0]===b[1]&&(b.length=1)),this.tickPositions=b,d&&(d=d.apply(this,[this.min,this.max])))&&(this.tickPositions=b=d);this.paddedTicks=b.slice(0);this.trimTicks(b,k,q);this.isLinked||(this.single&&2>b.length&&(this.min-=.5,this.max+=.5),c||d||this.adjustTickAmount())},trimTicks:function(a,b,c){var g=a[0],d=a[a.length-1],k=this.minPointOffset||0;if(!this.isLinked){if(b&&-Infinity!==g)this.min=g;else for(;this.min-k>a[0];)a.shift();if(c)this.max=d;else for(;this.max+k<a[a.length-1];)a.pop();
0===a.length&&n(g)&&!this.options.tickPositions&&a.push((d+g)/2)}},alignToOthers:function(){var a={},b,c=this.options;!1===this.chart.options.chart.alignTicks||!1===c.alignTicks||this.isLog||e(this.chart[this.coll],function(g){var c=g.options,c=[g.horiz?c.left:c.top,c.width,c.height,c.pane].join();g.series.length&&(a[c]?b=!0:a[c]=1)});return b},getTickAmount:function(){var a=this.options,b=a.tickAmount,c=a.tickPixelInterval;!n(a.tickInterval)&&this.len<c&&!this.isRadial&&!this.isLog&&a.startOnTick&&
a.endOnTick&&(b=2);!b&&this.alignToOthers()&&(b=Math.ceil(this.len/c)+1);4>b&&(this.finalTickAmt=b,b=5);this.tickAmount=b},adjustTickAmount:function(){var a=this.tickInterval,b=this.tickPositions,c=this.tickAmount,d=this.finalTickAmt,k=b&&b.length,q=C(this.threshold,this.softThreshold?0:null);if(this.hasData()){if(k<c){for(;b.length<c;)b.length%2||this.min===q?b.push(l(b[b.length-1]+a)):b.unshift(l(b[0]-a));this.transA*=(k-1)/(c-1);this.min=b[0];this.max=b[b.length-1]}else k>c&&(this.tickInterval*=
2,this.setTickPositions());if(n(d)){for(a=c=b.length;a--;)(3===d&&1===a%2||2>=d&&0<a&&a<c-1)&&b.splice(a,1);this.finalTickAmt=void 0}}},setScale:function(){var a,b;this.oldMin=this.min;this.oldMax=this.max;this.oldAxisLength=this.len;this.setAxisSize();b=this.len!==this.oldAxisLength;e(this.series,function(b){if(b.isDirtyData||b.isDirty||b.xAxis.isDirty)a=!0});b||a||this.isLinked||this.forceRedraw||this.userMin!==this.oldUserMin||this.userMax!==this.oldUserMax||this.alignToOthers()?(this.resetStacks&&
this.resetStacks(),this.forceRedraw=!1,this.getSeriesExtremes(),this.setTickInterval(),this.oldUserMin=this.userMin,this.oldUserMax=this.userMax,this.isDirty||(this.isDirty=b||this.min!==this.oldMin||this.max!==this.oldMax)):this.cleanStacks&&this.cleanStacks()},setExtremes:function(a,b,c,d,k){var g=this,q=g.chart;c=C(c,!0);e(g.series,function(a){delete a.kdTree});k=h(k,{min:a,max:b});m(g,"setExtremes",k,function(){g.userMin=a;g.userMax=b;g.eventArgs=k;c&&q.redraw(d)})},zoom:function(a,b){var g=this.dataMin,
c=this.dataMax,d=this.options,k=Math.min(g,C(d.min,g)),d=Math.max(c,C(d.max,c));if(a!==this.min||b!==this.max)this.allowZoomOutside||(n(g)&&(a<k&&(a=k),a>d&&(a=d)),n(c)&&(b<k&&(b=k),b>d&&(b=d))),this.displayBtn=void 0!==a||void 0!==b,this.setExtremes(a,b,!1,void 0,{trigger:"zoom"});return!0},setAxisSize:function(){var b=this.chart,c=this.options,d=c.offsets||[0,0,0,0],k=this.horiz,q=this.width=Math.round(a.relativeLength(C(c.width,b.plotWidth-d[3]+d[1]),b.plotWidth)),e=this.height=Math.round(a.relativeLength(C(c.height,
b.plotHeight-d[0]+d[2]),b.plotHeight)),h=this.top=Math.round(a.relativeLength(C(c.top,b.plotTop+d[0]),b.plotHeight,b.plotTop)),c=this.left=Math.round(a.relativeLength(C(c.left,b.plotLeft+d[3]),b.plotWidth,b.plotLeft));this.bottom=b.chartHeight-e-h;this.right=b.chartWidth-q-c;this.len=Math.max(k?q:e,0);this.pos=k?c:h},getExtremes:function(){var a=this.isLog,b=this.lin2log;return{min:a?l(b(this.min)):this.min,max:a?l(b(this.max)):this.max,dataMin:this.dataMin,dataMax:this.dataMax,userMin:this.userMin,
userMax:this.userMax}},getThreshold:function(a){var b=this.isLog,g=this.lin2log,c=b?g(this.min):this.min,b=b?g(this.max):this.max;null===a?a=c:c>a?a=c:b<a&&(a=b);return this.translate(a,0,1,0,1)},autoLabelAlign:function(a){a=(C(a,0)-90*this.side+720)%360;return 15<a&&165>a?"right":195<a&&345>a?"left":"center"},tickSize:function(a){var b=this.options,g=b[a+"Length"],c=C(b[a+"Width"],"tick"===a&&this.isXAxis?1:0);if(c&&g)return"inside"===b[a+"Position"]&&(g=-g),[g,c]},labelMetrics:function(){var a=
this.tickPositions&&this.tickPositions[0]||0;return this.chart.renderer.fontMetrics(this.options.labels.style&&this.options.labels.style.fontSize,this.ticks[a]&&this.ticks[a].label)},unsquish:function(){var a=this.options.labels,b=this.horiz,c=this.tickInterval,d=c,k=this.len/(((this.categories?1:0)+this.max-this.min)/c),q,h=a.rotation,m=this.labelMetrics(),z,A=Number.MAX_VALUE,t,x=function(a){a/=k||1;a=1<a?Math.ceil(a):1;return a*c};b?(t=!a.staggerLines&&!a.step&&(n(h)?[h]:k<C(a.autoRotationLimit,
80)&&a.autoRotation))&&e(t,function(a){var b;if(a===h||a&&-90<=a&&90>=a)z=x(Math.abs(m.h/Math.sin(w*a))),b=z+Math.abs(a/360),b<A&&(A=b,q=a,d=z)}):a.step||(d=x(m.h));this.autoRotation=t;this.labelRotation=C(q,h);return d},getSlotWidth:function(){var a=this.chart,b=this.horiz,c=this.options.labels,d=Math.max(this.tickPositions.length-(this.categories?0:1),1),k=a.margin[3];return b&&2>(c.step||0)&&!c.rotation&&(this.staggerLines||1)*this.len/d||!b&&(c.style&&parseInt(c.style.width,10)||k&&k-a.spacing[3]||
.33*a.chartWidth)},renderUnsquish:function(){var a=this.chart,b=a.renderer,c=this.tickPositions,d=this.ticks,k=this.options.labels,q=this.horiz,h=this.getSlotWidth(),m=Math.max(1,Math.round(h-2*(k.padding||5))),z={},A=this.labelMetrics(),t=k.style&&k.style.textOverflow,f,F=0,l,B;I(k.rotation)||(z.rotation=k.rotation||0);e(c,function(a){(a=d[a])&&a.labelLength>F&&(F=a.labelLength)});this.maxLabelLength=F;if(this.autoRotation)F>m&&F>A.h?z.rotation=this.labelRotation:this.labelRotation=0;else if(h&&
(f={width:m+"px"},!t))for(f.textOverflow="clip",l=c.length;!q&&l--;)if(B=c[l],m=d[B].label)m.styles&&"ellipsis"===m.styles.textOverflow?m.css({textOverflow:"clip"}):d[B].labelLength>h&&m.css({width:h+"px"}),m.getBBox().height>this.len/c.length-(A.h-A.f)&&(m.specCss={textOverflow:"ellipsis"});z.rotation&&(f={width:(F>.5*a.chartHeight?.33*a.chartHeight:a.chartHeight)+"px"},t||(f.textOverflow="ellipsis"));if(this.labelAlign=k.align||this.autoLabelAlign(this.labelRotation))z.align=this.labelAlign;e(c,
function(a){var b=(a=d[a])&&a.label;b&&(b.attr(z),f&&b.css(x(f,b.specCss)),delete b.specCss,a.rotation=z.rotation)});this.tickRotCorr=b.rotCorr(A.b,this.labelRotation||0,0!==this.side)},hasData:function(){return this.hasVisibleSeries||n(this.min)&&n(this.max)&&this.tickPositions&&0<this.tickPositions.length},addTitle:function(a){var b=this.chart.renderer,g=this.horiz,c=this.opposite,d=this.options.title,k;this.axisTitle||((k=d.textAlign)||(k=(g?{low:"left",middle:"center",high:"right"}:{low:c?"right":
"left",middle:"center",high:c?"left":"right"})[d.align]),this.axisTitle=b.text(d.text,0,0,d.useHTML).attr({zIndex:7,rotation:d.rotation||0,align:k}).addClass("highcharts-axis-title").css(d.style).add(this.axisGroup),this.axisTitle.isNew=!0);d.style.width||this.isRadial||this.axisTitle.css({width:this.len});this.axisTitle[a?"show":"hide"](!0)},generateTick:function(a){var b=this.ticks;b[a]?b[a].addLabel():b[a]=new F(this,a)},getOffset:function(){var a=this,b=a.chart,c=b.renderer,d=a.options,k=a.tickPositions,
q=a.ticks,h=a.horiz,m=a.side,z=b.inverted&&!a.isZAxis?[1,0,3,2][m]:m,A,x,f=0,F,l=0,B=d.title,u=d.labels,G=0,p=b.axisOffset,b=b.clipOffset,I=[-1,1,1,-1][m],r=d.className,w=a.axisParent,K=this.tickSize("tick");A=a.hasData();a.showAxis=x=A||C(d.showEmpty,!0);a.staggerLines=a.horiz&&u.staggerLines;a.axisGroup||(a.gridGroup=c.g("grid").attr({zIndex:d.gridZIndex||1}).addClass("highcharts-"+this.coll.toLowerCase()+"-grid "+(r||"")).add(w),a.axisGroup=c.g("axis").attr({zIndex:d.zIndex||2}).addClass("highcharts-"+
this.coll.toLowerCase()+" "+(r||"")).add(w),a.labelGroup=c.g("axis-labels").attr({zIndex:u.zIndex||7}).addClass("highcharts-"+a.coll.toLowerCase()+"-labels "+(r||"")).add(w));A||a.isLinked?(e(k,function(b,c){a.generateTick(b,c)}),a.renderUnsquish(),a.reserveSpaceDefault=0===m||2===m||{1:"left",3:"right"}[m]===a.labelAlign,C(u.reserveSpace,"center"===a.labelAlign?!0:null,a.reserveSpaceDefault)&&e(k,function(a){G=Math.max(q[a].getLabelSize(),G)}),a.staggerLines&&(G*=a.staggerLines),a.labelOffset=G*
(a.opposite?-1:1)):t(q,function(a,b){a.destroy();delete q[b]});B&&B.text&&!1!==B.enabled&&(a.addTitle(x),x&&!1!==B.reserveSpace&&(a.titleOffset=f=a.axisTitle.getBBox()[h?"height":"width"],F=B.offset,l=n(F)?0:C(B.margin,h?5:10)));a.renderLine();a.offset=I*C(d.offset,p[m]);a.tickRotCorr=a.tickRotCorr||{x:0,y:0};c=0===m?-a.labelMetrics().h:2===m?a.tickRotCorr.y:0;l=Math.abs(G)+l;G&&(l=l-c+I*(h?C(u.y,a.tickRotCorr.y+8*I):u.x));a.axisTitleMargin=C(F,l);p[m]=Math.max(p[m],a.axisTitleMargin+f+I*a.offset,
l,A&&k.length&&K?K[0]+I*a.offset:0);d=d.offset?0:2*Math.floor(a.axisLine.strokeWidth()/2);b[z]=Math.max(b[z],d)},getLinePath:function(a){var b=this.chart,c=this.opposite,g=this.offset,d=this.horiz,k=this.left+(c?this.width:0)+g,g=b.chartHeight-this.bottom-(c?this.height:0)+g;c&&(a*=-1);return b.renderer.crispLine(["M",d?this.left:k,d?g:this.top,"L",d?b.chartWidth-this.right:k,d?g:b.chartHeight-this.bottom],a)},renderLine:function(){this.axisLine||(this.axisLine=this.chart.renderer.path().addClass("highcharts-axis-line").add(this.axisGroup),
this.axisLine.attr({stroke:this.options.lineColor,"stroke-width":this.options.lineWidth,zIndex:7}))},getTitlePosition:function(){var a=this.horiz,b=this.left,c=this.top,d=this.len,k=this.options.title,q=a?b:c,e=this.opposite,h=this.offset,m=k.x||0,z=k.y||0,A=this.axisTitle,t=this.chart.renderer.fontMetrics(k.style&&k.style.fontSize,A),A=Math.max(A.getBBox(null,0).height-t.h-1,0),d={low:q+(a?0:d),middle:q+d/2,high:q+(a?d:0)}[k.align],b=(a?c+this.height:b)+(a?1:-1)*(e?-1:1)*this.axisTitleMargin+[-A,
A,t.f,-A][this.side];return{x:a?d+m:b+(e?this.width:0)+h+m,y:a?b+z-(e?this.height:0)+h:d+z}},renderMinorTick:function(a){var b=this.chart.hasRendered&&B(this.oldMin),c=this.minorTicks;c[a]||(c[a]=new F(this,a,"minor"));b&&c[a].isNew&&c[a].render(null,!0);c[a].render(null,!1,1)},renderTick:function(a,b){var c=this.isLinked,g=this.ticks,d=this.chart.hasRendered&&B(this.oldMin);if(!c||a>=this.min&&a<=this.max)g[a]||(g[a]=new F(this,a)),d&&g[a].isNew&&g[a].render(b,!0,.1),g[a].render(b)},render:function(){var b=
this,c=b.chart,d=b.options,k=b.isLog,q=b.lin2log,h=b.isLinked,m=b.tickPositions,z=b.axisTitle,x=b.ticks,f=b.minorTicks,l=b.alternateBands,C=d.stackLabels,n=d.alternateGridColor,u=b.tickmarkOffset,G=b.axisLine,p=b.showAxis,I=D(c.renderer.globalAnimation),r,w;b.labelEdge.length=0;b.overlap=!1;e([x,f,l],function(a){t(a,function(a){a.isActive=!1})});if(b.hasData()||h)b.minorTickInterval&&!b.categories&&e(b.getMinorTickPositions(),function(a){b.renderMinorTick(a)}),m.length&&(e(m,function(a,c){b.renderTick(a,
c)}),u&&(0===b.min||b.single)&&(x[-1]||(x[-1]=new F(b,-1,null,!0)),x[-1].render(-1))),n&&e(m,function(d,g){w=void 0!==m[g+1]?m[g+1]+u:b.max-u;0===g%2&&d<b.max&&w<=b.max+(c.polar?-u:u)&&(l[d]||(l[d]=new a.PlotLineOrBand(b)),r=d+u,l[d].options={from:k?q(r):r,to:k?q(w):w,color:n},l[d].render(),l[d].isActive=!0)}),b._addedPlotLB||(e((d.plotLines||[]).concat(d.plotBands||[]),function(a){b.addPlotBandOrLine(a)}),b._addedPlotLB=!0);e([x,f,l],function(a){var b,d=[],g=I.duration;t(a,function(a,b){a.isActive||
(a.render(b,!1,0),a.isActive=!1,d.push(b))});A(function(){for(b=d.length;b--;)a[d[b]]&&!a[d[b]].isActive&&(a[d[b]].destroy(),delete a[d[b]])},a!==l&&c.hasRendered&&g?g:0)});G&&(G[G.isPlaced?"animate":"attr"]({d:this.getLinePath(G.strokeWidth())}),G.isPlaced=!0,G[p?"show":"hide"](!0));z&&p&&(d=b.getTitlePosition(),B(d.y)?(z[z.isNew?"attr":"animate"](d),z.isNew=!1):(z.attr("y",-9999),z.isNew=!0));C&&C.enabled&&b.renderStackTotals();b.isDirty=!1},redraw:function(){this.visible&&(this.render(),e(this.plotLinesAndBands,
function(a){a.render()}));e(this.series,function(a){a.isDirty=!0})},keepProps:"extKey hcEvents names series userMax userMin".split(" "),destroy:function(a){var b=this,c=b.stacks,d=b.plotLinesAndBands,g;a||N(b);t(c,function(a,b){u(a);c[b]=null});e([b.ticks,b.minorTicks,b.alternateBands],function(a){u(a)});if(d)for(a=d.length;a--;)d[a].destroy();e("stackTotalGroup axisLine axisTitle axisGroup gridGroup labelGroup cross".split(" "),function(a){b[a]&&(b[a]=b[a].destroy())});for(g in b.plotLinesAndBandsGroups)b.plotLinesAndBandsGroups[g]=
b.plotLinesAndBandsGroups[g].destroy();t(b,function(a,c){-1===k(c,b.keepProps)&&delete b[c]})},drawCrosshair:function(a,b){var c,d=this.crosshair,g=C(d.snap,!0),k,q=this.cross;a||(a=this.cross&&this.cross.e);this.crosshair&&!1!==(n(b)||!g)?(g?n(b)&&(k=this.isXAxis?b.plotX:this.len-b.plotY):k=a&&(this.horiz?a.chartX-this.pos:this.len-a.chartY+this.pos),n(k)&&(c=this.getPlotLinePath(b&&(this.isXAxis?b.x:C(b.stackY,b.y)),null,null,null,k)||null),n(c)?(b=this.categories&&!this.isRadial,q||(this.cross=
q=this.chart.renderer.path().addClass("highcharts-crosshair highcharts-crosshair-"+(b?"category ":"thin ")+d.className).attr({zIndex:C(d.zIndex,2)}).add(),q.attr({stroke:d.color||(b?f("#ccd6eb").setOpacity(.25).get():"#cccccc"),"stroke-width":C(d.width,1)}).css({"pointer-events":"none"}),d.dashStyle&&q.attr({dashstyle:d.dashStyle})),q.show().attr({d:c}),b&&!d.width&&q.attr({"stroke-width":this.transA}),this.cross.e=a):this.hideCrosshair()):this.hideCrosshair()},hideCrosshair:function(){this.cross&&
this.cross.hide()}});return a.Axis=G}(M);(function(a){var E=a.Axis,D=a.Date,H=a.dateFormat,p=a.defaultOptions,f=a.defined,l=a.each,r=a.extend,n=a.getMagnitude,w=a.getTZOffset,u=a.normalizeTickInterval,e=a.pick,h=a.timeUnits;E.prototype.getTimeTicks=function(a,d,c,b){var k=[],m={},B=p.global.useUTC,n,x=new D(d-Math.max(w(d),w(c))),u=D.hcMakeTime,t=a.unitRange,C=a.count,N,q;if(f(d)){x[D.hcSetMilliseconds](t>=h.second?0:C*Math.floor(x.getMilliseconds()/C));if(t>=h.second)x[D.hcSetSeconds](t>=h.minute?
0:C*Math.floor(x.getSeconds()/C));if(t>=h.minute)x[D.hcSetMinutes](t>=h.hour?0:C*Math.floor(x[D.hcGetMinutes]()/C));if(t>=h.hour)x[D.hcSetHours](t>=h.day?0:C*Math.floor(x[D.hcGetHours]()/C));if(t>=h.day)x[D.hcSetDate](t>=h.month?1:C*Math.floor(x[D.hcGetDate]()/C));t>=h.month&&(x[D.hcSetMonth](t>=h.year?0:C*Math.floor(x[D.hcGetMonth]()/C)),n=x[D.hcGetFullYear]());if(t>=h.year)x[D.hcSetFullYear](n-n%C);if(t===h.week)x[D.hcSetDate](x[D.hcGetDate]()-x[D.hcGetDay]()+e(b,1));n=x[D.hcGetFullYear]();b=x[D.hcGetMonth]();
var A=x[D.hcGetDate](),F=x[D.hcGetHours]();d=x.getTime();D.hcHasTimeZone&&(q=(!B||!!D.hcGetTimezoneOffset)&&(c-d>4*h.month||w(d)!==w(c)),N=w(x),x=new D(d+N));B=x.getTime();for(d=1;B<c;)k.push(B),B=t===h.year?u(n+d*C,0):t===h.month?u(n,b+d*C):!q||t!==h.day&&t!==h.week?q&&t===h.hour?u(n,b,A,F+d*C,0,0,N)-N:B+t*C:u(n,b,A+d*C*(t===h.day?1:7)),d++;k.push(B);t<=h.hour&&1E4>k.length&&l(k,function(a){0===a%18E5&&"000000000"===H("%H%M%S%L",a)&&(m[a]="day")})}k.info=r(a,{higherRanks:m,totalRange:t*C});return k};
E.prototype.normalizeTimeTickInterval=function(a,d){var c=d||[["millisecond",[1,2,5,10,20,25,50,100,200,500]],["second",[1,2,5,10,15,30]],["minute",[1,2,5,10,15,30]],["hour",[1,2,3,4,6,8,12]],["day",[1,2]],["week",[1,2]],["month",[1,2,3,4,6]],["year",null]];d=c[c.length-1];var b=h[d[0]],k=d[1],e;for(e=0;e<c.length&&!(d=c[e],b=h[d[0]],k=d[1],c[e+1]&&a<=(b*k[k.length-1]+h[c[e+1][0]])/2);e++);b===h.year&&a<5*b&&(k=[1,2,5]);a=u(a/b,k,"year"===d[0]?Math.max(n(a/b),1):1);return{unitRange:b,count:a,unitName:d[0]}}})(M);
(function(a){var E=a.Axis,D=a.getMagnitude,H=a.map,p=a.normalizeTickInterval,f=a.pick;E.prototype.getLogTickPositions=function(a,r,n,w){var l=this.options,e=this.len,h=this.lin2log,m=this.log2lin,d=[];w||(this._minorAutoInterval=null);if(.5<=a)a=Math.round(a),d=this.getLinearTickPositions(a,r,n);else if(.08<=a)for(var e=Math.floor(r),c,b,k,z,B,l=.3<a?[1,2,4]:.15<a?[1,2,4,6,8]:[1,2,3,4,5,6,7,8,9];e<n+1&&!B;e++)for(b=l.length,c=0;c<b&&!B;c++)k=m(h(e)*l[c]),k>r&&(!w||z<=n)&&void 0!==z&&d.push(z),z>n&&
(B=!0),z=k;else r=h(r),n=h(n),a=w?this.getMinorTickInterval():l.tickInterval,a=f("auto"===a?null:a,this._minorAutoInterval,l.tickPixelInterval/(w?5:1)*(n-r)/((w?e/this.tickPositions.length:e)||1)),a=p(a,null,D(a)),d=H(this.getLinearTickPositions(a,r,n),m),w||(this._minorAutoInterval=a/5);w||(this.tickInterval=a);return d};E.prototype.log2lin=function(a){return Math.log(a)/Math.LN10};E.prototype.lin2log=function(a){return Math.pow(10,a)}})(M);(function(a,E){var D=a.arrayMax,H=a.arrayMin,p=a.defined,
f=a.destroyObjectProperties,l=a.each,r=a.erase,n=a.merge,w=a.pick;a.PlotLineOrBand=function(a,e){this.axis=a;e&&(this.options=e,this.id=e.id)};a.PlotLineOrBand.prototype={render:function(){var f=this,e=f.axis,h=e.horiz,m=f.options,d=m.label,c=f.label,b=m.to,k=m.from,z=m.value,l=p(k)&&p(b),r=p(z),x=f.svgElem,K=!x,t=[],C=m.color,N=w(m.zIndex,0),q=m.events,t={"class":"highcharts-plot-"+(l?"band ":"line ")+(m.className||"")},A={},F=e.chart.renderer,G=l?"bands":"lines",g=e.log2lin;e.isLog&&(k=g(k),b=g(b),
z=g(z));r?(t={stroke:C,"stroke-width":m.width},m.dashStyle&&(t.dashstyle=m.dashStyle)):l&&(C&&(t.fill=C),m.borderWidth&&(t.stroke=m.borderColor,t["stroke-width"]=m.borderWidth));A.zIndex=N;G+="-"+N;(C=e.plotLinesAndBandsGroups[G])||(e.plotLinesAndBandsGroups[G]=C=F.g("plot-"+G).attr(A).add());K&&(f.svgElem=x=F.path().attr(t).add(C));if(r)t=e.getPlotLinePath(z,x.strokeWidth());else if(l)t=e.getPlotBandPath(k,b,m);else return;K&&t&&t.length?(x.attr({d:t}),q&&a.objectEach(q,function(a,b){x.on(b,function(a){q[b].apply(f,
[a])})})):x&&(t?(x.show(),x.animate({d:t})):(x.hide(),c&&(f.label=c=c.destroy())));d&&p(d.text)&&t&&t.length&&0<e.width&&0<e.height&&!t.flat?(d=n({align:h&&l&&"center",x:h?!l&&4:10,verticalAlign:!h&&l&&"middle",y:h?l?16:10:l?6:-4,rotation:h&&!l&&90},d),this.renderLabel(d,t,l,N)):c&&c.hide();return f},renderLabel:function(a,e,h,m){var d=this.label,c=this.axis.chart.renderer;d||(d={align:a.textAlign||a.align,rotation:a.rotation,"class":"highcharts-plot-"+(h?"band":"line")+"-label "+(a.className||"")},
d.zIndex=m,this.label=d=c.text(a.text,0,0,a.useHTML).attr(d).add(),d.css(a.style));m=e.xBounds||[e[1],e[4],h?e[6]:e[1]];e=e.yBounds||[e[2],e[5],h?e[7]:e[2]];h=H(m);c=H(e);d.align(a,!1,{x:h,y:c,width:D(m)-h,height:D(e)-c});d.show()},destroy:function(){r(this.axis.plotLinesAndBands,this);delete this.axis;f(this)}};a.extend(E.prototype,{getPlotBandPath:function(a,e){var h=this.getPlotLinePath(e,null,null,!0),m=this.getPlotLinePath(a,null,null,!0),d=[],c=this.horiz,b=1,k;a=a<this.min&&e<this.min||a>this.max&&
e>this.max;if(m&&h)for(a&&(k=m.toString()===h.toString(),b=0),a=0;a<m.length;a+=6)c&&h[a+1]===m[a+1]?(h[a+1]+=b,h[a+4]+=b):c||h[a+2]!==m[a+2]||(h[a+2]+=b,h[a+5]+=b),d.push("M",m[a+1],m[a+2],"L",m[a+4],m[a+5],h[a+4],h[a+5],h[a+1],h[a+2],"z"),d.flat=k;return d},addPlotBand:function(a){return this.addPlotBandOrLine(a,"plotBands")},addPlotLine:function(a){return this.addPlotBandOrLine(a,"plotLines")},addPlotBandOrLine:function(f,e){var h=(new a.PlotLineOrBand(this,f)).render(),m=this.userOptions;h&&(e&&
(m[e]=m[e]||[],m[e].push(f)),this.plotLinesAndBands.push(h));return h},removePlotBandOrLine:function(a){for(var e=this.plotLinesAndBands,h=this.options,m=this.userOptions,d=e.length;d--;)e[d].id===a&&e[d].destroy();l([h.plotLines||[],m.plotLines||[],h.plotBands||[],m.plotBands||[]],function(c){for(d=c.length;d--;)c[d].id===a&&r(c,c[d])})},removePlotBand:function(a){this.removePlotBandOrLine(a)},removePlotLine:function(a){this.removePlotBandOrLine(a)}})})(M,V);(function(a){var E=a.dateFormat,D=a.each,
H=a.extend,p=a.format,f=a.isNumber,l=a.map,r=a.merge,n=a.pick,w=a.splat,u=a.syncTimeout,e=a.timeUnits;a.Tooltip=function(){this.init.apply(this,arguments)};a.Tooltip.prototype={init:function(a,e){this.chart=a;this.options=e;this.crosshairs=[];this.now={x:0,y:0};this.isHidden=!0;this.split=e.split&&!a.inverted;this.shared=e.shared||this.split},cleanSplit:function(a){D(this.chart.series,function(e){var d=e&&e.tt;d&&(!d.isActive||a?e.tt=d.destroy():d.isActive=!1)})},getLabel:function(){var a=this.chart.renderer,
e=this.options;this.label||(this.split?this.label=a.g("tooltip"):(this.label=a.label("",0,0,e.shape||"callout",null,null,e.useHTML,null,"tooltip").attr({padding:e.padding,r:e.borderRadius}),this.label.attr({fill:e.backgroundColor,"stroke-width":e.borderWidth}).css(e.style).shadow(e.shadow)),this.label.attr({zIndex:8}).add());return this.label},update:function(a){this.destroy();r(!0,this.chart.options.tooltip.userOptions,a);this.init(this.chart,r(!0,this.options,a))},destroy:function(){this.label&&
(this.label=this.label.destroy());this.split&&this.tt&&(this.cleanSplit(this.chart,!0),this.tt=this.tt.destroy());clearTimeout(this.hideTimer);clearTimeout(this.tooltipTimeout)},move:function(a,e,d,c){var b=this,k=b.now,h=!1!==b.options.animation&&!b.isHidden&&(1<Math.abs(a-k.x)||1<Math.abs(e-k.y)),m=b.followPointer||1<b.len;H(k,{x:h?(2*k.x+a)/3:a,y:h?(k.y+e)/2:e,anchorX:m?void 0:h?(2*k.anchorX+d)/3:d,anchorY:m?void 0:h?(k.anchorY+c)/2:c});b.getLabel().attr(k);h&&(clearTimeout(this.tooltipTimeout),
this.tooltipTimeout=setTimeout(function(){b&&b.move(a,e,d,c)},32))},hide:function(a){var e=this;clearTimeout(this.hideTimer);a=n(a,this.options.hideDelay,500);this.isHidden||(this.hideTimer=u(function(){e.getLabel()[a?"fadeOut":"hide"]();e.isHidden=!0},a))},getAnchor:function(a,e){var d,c=this.chart,b=c.inverted,k=c.plotTop,h=c.plotLeft,m=0,f=0,x,n;a=w(a);d=a[0].tooltipPos;this.followPointer&&e&&(void 0===e.chartX&&(e=c.pointer.normalize(e)),d=[e.chartX-c.plotLeft,e.chartY-k]);d||(D(a,function(a){x=
a.series.yAxis;n=a.series.xAxis;m+=a.plotX+(!b&&n?n.left-h:0);f+=(a.plotLow?(a.plotLow+a.plotHigh)/2:a.plotY)+(!b&&x?x.top-k:0)}),m/=a.length,f/=a.length,d=[b?c.plotWidth-f:m,this.shared&&!b&&1<a.length&&e?e.chartY-k:b?c.plotHeight-m:f]);return l(d,Math.round)},getPosition:function(a,e,d){var c=this.chart,b=this.distance,k={},h=c.inverted&&d.h||0,m,f=["y",c.chartHeight,e,d.plotY+c.plotTop,c.plotTop,c.plotTop+c.plotHeight],x=["x",c.chartWidth,a,d.plotX+c.plotLeft,c.plotLeft,c.plotLeft+c.plotWidth],
l=!this.followPointer&&n(d.ttBelow,!c.inverted===!!d.negative),t=function(a,c,d,g,e,q){var m=d<g-b,z=g+b+d<c,A=g-b-d;g+=b;if(l&&z)k[a]=g;else if(!l&&m)k[a]=A;else if(m)k[a]=Math.min(q-d,0>A-h?A:A-h);else if(z)k[a]=Math.max(e,g+h+d>c?g:g+h);else return!1},C=function(a,c,d,g){var e;g<b||g>c-b?e=!1:k[a]=g<d/2?1:g>c-d/2?c-d-2:g-d/2;return e},p=function(a){var b=f;f=x;x=b;m=a},q=function(){!1!==t.apply(0,f)?!1!==C.apply(0,x)||m||(p(!0),q()):m?k.x=k.y=0:(p(!0),q())};(c.inverted||1<this.len)&&p();q();return k},
defaultFormatter:function(a){var e=this.points||w(this),d;d=[a.tooltipFooterHeaderFormatter(e[0])];d=d.concat(a.bodyFormatter(e));d.push(a.tooltipFooterHeaderFormatter(e[0],!0));return d},refresh:function(a,e){var d,c=this.options,b,k=a,h,m={},f=[];d=c.formatter||this.defaultFormatter;var m=this.shared,x;c.enabled&&(clearTimeout(this.hideTimer),this.followPointer=w(k)[0].series.tooltipOptions.followPointer,h=this.getAnchor(k,e),e=h[0],b=h[1],!m||k.series&&k.series.noSharedTooltip?m=k.getLabelConfig():
(D(k,function(a){a.setState("hover");f.push(a.getLabelConfig())}),m={x:k[0].category,y:k[0].y},m.points=f,k=k[0]),this.len=f.length,m=d.call(m,this),x=k.series,this.distance=n(x.tooltipOptions.distance,16),!1===m?this.hide():(d=this.getLabel(),this.isHidden&&d.attr({opacity:1}).show(),this.split?this.renderSplit(m,w(a)):(c.style.width||d.css({width:this.chart.spacingBox.width}),d.attr({text:m&&m.join?m.join(""):m}),d.removeClass(/highcharts-color-[\d]+/g).addClass("highcharts-color-"+n(k.colorIndex,
x.colorIndex)),d.attr({stroke:c.borderColor||k.color||x.color||"#666666"}),this.updatePosition({plotX:e,plotY:b,negative:k.negative,ttBelow:k.ttBelow,h:h[2]||0})),this.isHidden=!1))},renderSplit:function(e,m){var d=this,c=[],b=this.chart,k=b.renderer,h=!0,f=this.options,l=0,x=this.getLabel();a.isString(e)&&(e=[!1,e]);D(e.slice(0,m.length+1),function(a,e){if(!1!==a){e=m[e-1]||{isHeader:!0,plotX:m[0].plotX};var z=e.series||d,t=z.tt,q=e.series||{},A="highcharts-color-"+n(e.colorIndex,q.colorIndex,"none");
t||(z.tt=t=k.label(null,null,null,"callout",null,null,f.useHTML).addClass("highcharts-tooltip-box "+A).attr({padding:f.padding,r:f.borderRadius,fill:f.backgroundColor,stroke:f.borderColor||e.color||q.color||"#333333","stroke-width":f.borderWidth}).add(x));t.isActive=!0;t.attr({text:a});t.css(f.style).shadow(f.shadow);a=t.getBBox();q=a.width+t.strokeWidth();e.isHeader?(l=a.height,q=Math.max(0,Math.min(e.plotX+b.plotLeft-q/2,b.chartWidth-q))):q=e.plotX+b.plotLeft-n(f.distance,16)-q;0>q&&(h=!1);a=(e.series&&
e.series.yAxis&&e.series.yAxis.pos)+(e.plotY||0);a-=b.plotTop;c.push({target:e.isHeader?b.plotHeight+l:a,rank:e.isHeader?1:0,size:z.tt.getBBox().height+1,point:e,x:q,tt:t})}});this.cleanSplit();a.distribute(c,b.plotHeight+l);D(c,function(a){var c=a.point,d=c.series;a.tt.attr({visibility:void 0===a.pos?"hidden":"inherit",x:h||c.isHeader?a.x:c.plotX+b.plotLeft+n(f.distance,16),y:a.pos+b.plotTop,anchorX:c.isHeader?c.plotX+b.plotLeft:c.plotX+d.xAxis.pos,anchorY:c.isHeader?a.pos+b.plotTop-15:c.plotY+d.yAxis.pos})})},
updatePosition:function(a){var e=this.chart,d=this.getLabel(),d=(this.options.positioner||this.getPosition).call(this,d.width,d.height,a);this.move(Math.round(d.x),Math.round(d.y||0),a.plotX+e.plotLeft,a.plotY+e.plotTop)},getDateFormat:function(a,m,d,c){var b=E("%m-%d %H:%M:%S.%L",m),k,h,f={millisecond:15,second:12,minute:9,hour:6,day:3},l="millisecond";for(h in e){if(a===e.week&&+E("%w",m)===d&&"00:00:00.000"===b.substr(6)){h="week";break}if(e[h]>a){h=l;break}if(f[h]&&b.substr(f[h])!=="01-01 00:00:00.000".substr(f[h]))break;
"week"!==h&&(l=h)}h&&(k=c[h]);return k},getXDateFormat:function(a,e,d){e=e.dateTimeLabelFormats;var c=d&&d.closestPointRange;return(c?this.getDateFormat(c,a.x,d.options.startOfWeek,e):e.day)||e.year},tooltipFooterHeaderFormatter:function(a,e){e=e?"footer":"header";var d=a.series,c=d.tooltipOptions,b=c.xDateFormat,k=d.xAxis,h=k&&"datetime"===k.options.type&&f(a.key),m=c[e+"Format"];h&&!b&&(b=this.getXDateFormat(a,c,k));h&&b&&D(a.point&&a.point.tooltipDateKeys||["key"],function(a){m=m.replace("{point."+
a+"}","{point."+a+":"+b+"}")});return p(m,{point:a,series:d})},bodyFormatter:function(a){return l(a,function(a){var d=a.series.tooltipOptions;return(d[(a.point.formatPrefix||"point")+"Formatter"]||a.point.tooltipFormatter).call(a.point,d[(a.point.formatPrefix||"point")+"Format"])})}}})(M);(function(a){var E=a.addEvent,D=a.attr,H=a.charts,p=a.color,f=a.css,l=a.defined,r=a.each,n=a.extend,w=a.find,u=a.fireEvent,e=a.isObject,h=a.offset,m=a.pick,d=a.splat,c=a.Tooltip;a.Pointer=function(a,c){this.init(a,
c)};a.Pointer.prototype={init:function(a,d){this.options=d;this.chart=a;this.runChartClick=d.chart.events&&!!d.chart.events.click;this.pinchDown=[];this.lastValidTouch={};c&&(a.tooltip=new c(a,d.tooltip),this.followTouchMove=m(d.tooltip.followTouchMove,!0));this.setDOMEvents()},zoomOption:function(a){var b=this.chart,c=b.options.chart,d=c.zoomType||"",b=b.inverted;/touch/.test(a.type)&&(d=m(c.pinchType,d));this.zoomX=a=/x/.test(d);this.zoomY=d=/y/.test(d);this.zoomHor=a&&!b||d&&b;this.zoomVert=d&&
!b||a&&b;this.hasZoom=a||d},normalize:function(a,c){var b;b=a.touches?a.touches.length?a.touches.item(0):a.changedTouches[0]:a;c||(this.chartPosition=c=h(this.chart.container));return n(a,{chartX:Math.round(b.pageX-c.left),chartY:Math.round(b.pageY-c.top)})},getCoordinates:function(a){var b={xAxis:[],yAxis:[]};r(this.chart.axes,function(c){b[c.isXAxis?"xAxis":"yAxis"].push({axis:c,value:c.toValue(a[c.horiz?"chartX":"chartY"])})});return b},findNearestKDPoint:function(a,c,d){var b;r(a,function(a){var k=
!(a.noSharedTooltip&&c)&&0>a.options.findNearestPointBy.indexOf("y");a=a.searchPoint(d,k);if((k=e(a,!0))&&!(k=!e(b,!0)))var k=b.distX-a.distX,h=b.dist-a.dist,m=(a.series.group&&a.series.group.zIndex)-(b.series.group&&b.series.group.zIndex),k=0<(0!==k&&c?k:0!==h?h:0!==m?m:b.series.index>a.series.index?-1:1);k&&(b=a)});return b},getPointFromEvent:function(a){a=a.target;for(var b;a&&!b;)b=a.point,a=a.parentNode;return b},getChartCoordinatesFromPoint:function(a,c){var b=a.series,d=b.xAxis,b=b.yAxis,k=
m(a.clientX,a.plotX);if(d&&b)return c?{chartX:d.len+d.pos-k,chartY:b.len+b.pos-a.plotY}:{chartX:k+d.pos,chartY:a.plotY+b.pos}},getHoverData:function(b,c,d,h,f,l,n){var k,z=[],x=n&&n.isBoosting;h=!(!h||!b);n=c&&!c.stickyTracking?[c]:a.grep(d,function(a){return a.visible&&!(!f&&a.directTouch)&&m(a.options.enableMouseTracking,!0)&&a.stickyTracking});c=(k=h?b:this.findNearestKDPoint(n,f,l))&&k.series;k&&(f&&!c.noSharedTooltip?(n=a.grep(d,function(a){return a.visible&&!(!f&&a.directTouch)&&m(a.options.enableMouseTracking,
!0)&&!a.noSharedTooltip}),r(n,function(a){var b=w(a.points,function(a){return a.x===k.x&&!a.isNull});e(b)&&(x&&(b=a.getPoint(b)),z.push(b))})):z.push(k));return{hoverPoint:k,hoverSeries:c,hoverPoints:z}},runPointActions:function(b,c){var d=this.chart,k=d.tooltip&&d.tooltip.options.enabled?d.tooltip:void 0,e=k?k.shared:!1,h=c||d.hoverPoint,f=h&&h.series||d.hoverSeries,f=this.getHoverData(h,f,d.series,!!c||f&&f.directTouch&&this.isDirectTouch,e,b,{isBoosting:d.isBoosting}),l,h=f.hoverPoint;l=f.hoverPoints;
c=(f=f.hoverSeries)&&f.tooltipOptions.followPointer;e=e&&f&&!f.noSharedTooltip;if(h&&(h!==d.hoverPoint||k&&k.isHidden)){r(d.hoverPoints||[],function(b){-1===a.inArray(b,l)&&b.setState()});r(l||[],function(a){a.setState("hover")});if(d.hoverSeries!==f)f.onMouseOver();d.hoverPoint&&d.hoverPoint.firePointEvent("mouseOut");if(!h.series)return;h.firePointEvent("mouseOver");d.hoverPoints=l;d.hoverPoint=h;k&&k.refresh(e?l:h,b)}else c&&k&&!k.isHidden&&(h=k.getAnchor([{}],b),k.updatePosition({plotX:h[0],plotY:h[1]}));
this.unDocMouseMove||(this.unDocMouseMove=E(d.container.ownerDocument,"mousemove",function(b){var c=H[a.hoverChartIndex];if(c)c.pointer.onDocumentMouseMove(b)}));r(d.axes,function(c){var d=m(c.crosshair.snap,!0),k=d?a.find(l,function(a){return a.series[c.coll]===c}):void 0;k||!d?c.drawCrosshair(b,k):c.hideCrosshair()})},reset:function(a,c){var b=this.chart,k=b.hoverSeries,e=b.hoverPoint,h=b.hoverPoints,m=b.tooltip,f=m&&m.shared?h:e;a&&f&&r(d(f),function(b){b.series.isCartesian&&void 0===b.plotX&&
(a=!1)});if(a)m&&f&&(m.refresh(f),e&&(e.setState(e.state,!0),r(b.axes,function(a){a.crosshair&&a.drawCrosshair(null,e)})));else{if(e)e.onMouseOut();h&&r(h,function(a){a.setState()});if(k)k.onMouseOut();m&&m.hide(c);this.unDocMouseMove&&(this.unDocMouseMove=this.unDocMouseMove());r(b.axes,function(a){a.hideCrosshair()});this.hoverX=b.hoverPoints=b.hoverPoint=null}},scaleGroups:function(a,c){var b=this.chart,d;r(b.series,function(k){d=a||k.getPlotBox();k.xAxis&&k.xAxis.zoomEnabled&&k.group&&(k.group.attr(d),
k.markerGroup&&(k.markerGroup.attr(d),k.markerGroup.clip(c?b.clipRect:null)),k.dataLabelsGroup&&k.dataLabelsGroup.attr(d))});b.clipRect.attr(c||b.clipBox)},dragStart:function(a){var b=this.chart;b.mouseIsDown=a.type;b.cancelClick=!1;b.mouseDownX=this.mouseDownX=a.chartX;b.mouseDownY=this.mouseDownY=a.chartY},drag:function(a){var b=this.chart,c=b.options.chart,d=a.chartX,e=a.chartY,h=this.zoomHor,m=this.zoomVert,f=b.plotLeft,l=b.plotTop,n=b.plotWidth,q=b.plotHeight,A,F=this.selectionMarker,G=this.mouseDownX,
g=this.mouseDownY,v=c.panKey&&a[c.panKey+"Key"];F&&F.touch||(d<f?d=f:d>f+n&&(d=f+n),e<l?e=l:e>l+q&&(e=l+q),this.hasDragged=Math.sqrt(Math.pow(G-d,2)+Math.pow(g-e,2)),10<this.hasDragged&&(A=b.isInsidePlot(G-f,g-l),b.hasCartesianSeries&&(this.zoomX||this.zoomY)&&A&&!v&&!F&&(this.selectionMarker=F=b.renderer.rect(f,l,h?1:n,m?1:q,0).attr({fill:c.selectionMarkerFill||p("#335cad").setOpacity(.25).get(),"class":"highcharts-selection-marker",zIndex:7}).add()),F&&h&&(d-=G,F.attr({width:Math.abs(d),x:(0<d?
0:d)+G})),F&&m&&(d=e-g,F.attr({height:Math.abs(d),y:(0<d?0:d)+g})),A&&!F&&c.panning&&b.pan(a,c.panning)))},drop:function(a){var b=this,c=this.chart,d=this.hasPinched;if(this.selectionMarker){var e={originalEvent:a,xAxis:[],yAxis:[]},h=this.selectionMarker,m=h.attr?h.attr("x"):h.x,t=h.attr?h.attr("y"):h.y,p=h.attr?h.attr("width"):h.width,w=h.attr?h.attr("height"):h.height,q;if(this.hasDragged||d)r(c.axes,function(c){if(c.zoomEnabled&&l(c.min)&&(d||b[{xAxis:"zoomX",yAxis:"zoomY"}[c.coll]])){var k=c.horiz,
h="touchend"===a.type?c.minPixelPadding:0,g=c.toValue((k?m:t)+h),k=c.toValue((k?m+p:t+w)-h);e[c.coll].push({axis:c,min:Math.min(g,k),max:Math.max(g,k)});q=!0}}),q&&u(c,"selection",e,function(a){c.zoom(n(a,d?{animation:!1}:null))});this.selectionMarker=this.selectionMarker.destroy();d&&this.scaleGroups()}c&&(f(c.container,{cursor:c._cursor}),c.cancelClick=10<this.hasDragged,c.mouseIsDown=this.hasDragged=this.hasPinched=!1,this.pinchDown=[])},onContainerMouseDown:function(a){2!==a.button&&(a=this.normalize(a),
this.zoomOption(a),a.preventDefault&&a.preventDefault(),this.dragStart(a))},onDocumentMouseUp:function(b){H[a.hoverChartIndex]&&H[a.hoverChartIndex].pointer.drop(b)},onDocumentMouseMove:function(a){var b=this.chart,c=this.chartPosition;a=this.normalize(a,c);!c||this.inClass(a.target,"highcharts-tracker")||b.isInsidePlot(a.chartX-b.plotLeft,a.chartY-b.plotTop)||this.reset()},onContainerMouseLeave:function(b){var c=H[a.hoverChartIndex];c&&(b.relatedTarget||b.toElement)&&(c.pointer.reset(),c.pointer.chartPosition=
null)},onContainerMouseMove:function(b){var c=this.chart;l(a.hoverChartIndex)&&H[a.hoverChartIndex]&&H[a.hoverChartIndex].mouseIsDown||(a.hoverChartIndex=c.index);b=this.normalize(b);b.returnValue=!1;"mousedown"===c.mouseIsDown&&this.drag(b);!this.inClass(b.target,"highcharts-tracker")&&!c.isInsidePlot(b.chartX-c.plotLeft,b.chartY-c.plotTop)||c.openMenu||this.runPointActions(b)},inClass:function(a,c){for(var b;a;){if(b=D(a,"class")){if(-1!==b.indexOf(c))return!0;if(-1!==b.indexOf("highcharts-container"))return!1}a=
a.parentNode}},onTrackerMouseOut:function(a){var b=this.chart.hoverSeries;a=a.relatedTarget||a.toElement;this.isDirectTouch=!1;if(!(!b||!a||b.stickyTracking||this.inClass(a,"highcharts-tooltip")||this.inClass(a,"highcharts-series-"+b.index)&&this.inClass(a,"highcharts-tracker")))b.onMouseOut()},onContainerClick:function(a){var b=this.chart,c=b.hoverPoint,d=b.plotLeft,e=b.plotTop;a=this.normalize(a);b.cancelClick||(c&&this.inClass(a.target,"highcharts-tracker")?(u(c.series,"click",n(a,{point:c})),
b.hoverPoint&&c.firePointEvent("click",a)):(n(a,this.getCoordinates(a)),b.isInsidePlot(a.chartX-d,a.chartY-e)&&u(b,"click",a)))},setDOMEvents:function(){var b=this,c=b.chart.container,d=c.ownerDocument;c.onmousedown=function(a){b.onContainerMouseDown(a)};c.onmousemove=function(a){b.onContainerMouseMove(a)};c.onclick=function(a){b.onContainerClick(a)};this.unbindContainerMouseLeave=E(c,"mouseleave",b.onContainerMouseLeave);a.unbindDocumentMouseUp||(a.unbindDocumentMouseUp=E(d,"mouseup",b.onDocumentMouseUp));
a.hasTouch&&(c.ontouchstart=function(a){b.onContainerTouchStart(a)},c.ontouchmove=function(a){b.onContainerTouchMove(a)},a.unbindDocumentTouchEnd||(a.unbindDocumentTouchEnd=E(d,"touchend",b.onDocumentTouchEnd)))},destroy:function(){var b=this;b.unDocMouseMove&&b.unDocMouseMove();this.unbindContainerMouseLeave();a.chartCount||(a.unbindDocumentMouseUp&&(a.unbindDocumentMouseUp=a.unbindDocumentMouseUp()),a.unbindDocumentTouchEnd&&(a.unbindDocumentTouchEnd=a.unbindDocumentTouchEnd()));clearInterval(b.tooltipTimeout);
a.objectEach(b,function(a,c){b[c]=null})}}})(M);(function(a){var E=a.charts,D=a.each,H=a.extend,p=a.map,f=a.noop,l=a.pick;H(a.Pointer.prototype,{pinchTranslate:function(a,f,l,p,e,h){this.zoomHor&&this.pinchTranslateDirection(!0,a,f,l,p,e,h);this.zoomVert&&this.pinchTranslateDirection(!1,a,f,l,p,e,h)},pinchTranslateDirection:function(a,f,l,p,e,h,m,d){var c=this.chart,b=a?"x":"y",k=a?"X":"Y",z="chart"+k,n=a?"width":"height",r=c["plot"+(a?"Left":"Top")],x,w,t=d||1,C=c.inverted,u=c.bounds[a?"h":"v"],
q=1===f.length,A=f[0][z],F=l[0][z],G=!q&&f[1][z],g=!q&&l[1][z],v;l=function(){!q&&20<Math.abs(A-G)&&(t=d||Math.abs(F-g)/Math.abs(A-G));w=(r-F)/t+A;x=c["plot"+(a?"Width":"Height")]/t};l();f=w;f<u.min?(f=u.min,v=!0):f+x>u.max&&(f=u.max-x,v=!0);v?(F-=.8*(F-m[b][0]),q||(g-=.8*(g-m[b][1])),l()):m[b]=[F,g];C||(h[b]=w-r,h[n]=x);h=C?1/t:t;e[n]=x;e[b]=f;p[C?a?"scaleY":"scaleX":"scale"+k]=t;p["translate"+k]=h*r+(F-h*A)},pinch:function(a){var n=this,r=n.chart,u=n.pinchDown,e=a.touches,h=e.length,m=n.lastValidTouch,
d=n.hasZoom,c=n.selectionMarker,b={},k=1===h&&(n.inClass(a.target,"highcharts-tracker")&&r.runTrackerClick||n.runChartClick),z={};1<h&&(n.initiated=!0);d&&n.initiated&&!k&&a.preventDefault();p(e,function(a){return n.normalize(a)});"touchstart"===a.type?(D(e,function(a,b){u[b]={chartX:a.chartX,chartY:a.chartY}}),m.x=[u[0].chartX,u[1]&&u[1].chartX],m.y=[u[0].chartY,u[1]&&u[1].chartY],D(r.axes,function(a){if(a.zoomEnabled){var b=r.bounds[a.horiz?"h":"v"],c=a.minPixelPadding,d=a.toPixels(l(a.options.min,
a.dataMin)),e=a.toPixels(l(a.options.max,a.dataMax)),k=Math.max(d,e);b.min=Math.min(a.pos,Math.min(d,e)-c);b.max=Math.max(a.pos+a.len,k+c)}}),n.res=!0):n.followTouchMove&&1===h?this.runPointActions(n.normalize(a)):u.length&&(c||(n.selectionMarker=c=H({destroy:f,touch:!0},r.plotBox)),n.pinchTranslate(u,e,b,c,z,m),n.hasPinched=d,n.scaleGroups(b,z),n.res&&(n.res=!1,this.reset(!1,0)))},touch:function(f,n){var p=this.chart,r,e;if(p.index!==a.hoverChartIndex)this.onContainerMouseLeave({relatedTarget:!0});
a.hoverChartIndex=p.index;1===f.touches.length?(f=this.normalize(f),(e=p.isInsidePlot(f.chartX-p.plotLeft,f.chartY-p.plotTop))&&!p.openMenu?(n&&this.runPointActions(f),"touchmove"===f.type&&(n=this.pinchDown,r=n[0]?4<=Math.sqrt(Math.pow(n[0].chartX-f.chartX,2)+Math.pow(n[0].chartY-f.chartY,2)):!1),l(r,!0)&&this.pinch(f)):n&&this.reset()):2===f.touches.length&&this.pinch(f)},onContainerTouchStart:function(a){this.zoomOption(a);this.touch(a,!0)},onContainerTouchMove:function(a){this.touch(a)},onDocumentTouchEnd:function(f){E[a.hoverChartIndex]&&
E[a.hoverChartIndex].pointer.drop(f)}})})(M);(function(a){var E=a.addEvent,D=a.charts,H=a.css,p=a.doc,f=a.extend,l=a.noop,r=a.Pointer,n=a.removeEvent,w=a.win,u=a.wrap;if(!a.hasTouch&&(w.PointerEvent||w.MSPointerEvent)){var e={},h=!!w.PointerEvent,m=function(){var c=[];c.item=function(a){return this[a]};a.objectEach(e,function(a){c.push({pageX:a.pageX,pageY:a.pageY,target:a.target})});return c},d=function(c,b,d,e){"touch"!==c.pointerType&&c.pointerType!==c.MSPOINTER_TYPE_TOUCH||!D[a.hoverChartIndex]||
(e(c),e=D[a.hoverChartIndex].pointer,e[b]({type:d,target:c.currentTarget,preventDefault:l,touches:m()}))};f(r.prototype,{onContainerPointerDown:function(a){d(a,"onContainerTouchStart","touchstart",function(a){e[a.pointerId]={pageX:a.pageX,pageY:a.pageY,target:a.currentTarget}})},onContainerPointerMove:function(a){d(a,"onContainerTouchMove","touchmove",function(a){e[a.pointerId]={pageX:a.pageX,pageY:a.pageY};e[a.pointerId].target||(e[a.pointerId].target=a.currentTarget)})},onDocumentPointerUp:function(a){d(a,
"onDocumentTouchEnd","touchend",function(a){delete e[a.pointerId]})},batchMSEvents:function(a){a(this.chart.container,h?"pointerdown":"MSPointerDown",this.onContainerPointerDown);a(this.chart.container,h?"pointermove":"MSPointerMove",this.onContainerPointerMove);a(p,h?"pointerup":"MSPointerUp",this.onDocumentPointerUp)}});u(r.prototype,"init",function(a,b,d){a.call(this,b,d);this.hasZoom&&H(b.container,{"-ms-touch-action":"none","touch-action":"none"})});u(r.prototype,"setDOMEvents",function(a){a.apply(this);
(this.hasZoom||this.followTouchMove)&&this.batchMSEvents(E)});u(r.prototype,"destroy",function(a){this.batchMSEvents(n);a.call(this)})}})(M);(function(a){var E=a.addEvent,D=a.css,H=a.discardElement,p=a.defined,f=a.each,l=a.isFirefox,r=a.marginNames,n=a.merge,w=a.pick,u=a.setAnimation,e=a.stableSort,h=a.win,m=a.wrap;a.Legend=function(a,c){this.init(a,c)};a.Legend.prototype={init:function(a,c){this.chart=a;this.setOptions(c);c.enabled&&(this.render(),E(this.chart,"endResize",function(){this.legend.positionCheckboxes()}))},
setOptions:function(a){var c=w(a.padding,8);this.options=a;this.itemStyle=a.itemStyle;this.itemHiddenStyle=n(this.itemStyle,a.itemHiddenStyle);this.itemMarginTop=a.itemMarginTop||0;this.padding=c;this.initialItemY=c-5;this.itemHeight=this.maxItemWidth=0;this.symbolWidth=w(a.symbolWidth,16);this.pages=[]},update:function(a,c){var b=this.chart;this.setOptions(n(!0,this.options,a));this.destroy();b.isDirtyLegend=b.isDirtyBox=!0;w(c,!0)&&b.redraw()},colorizeItem:function(a,c){a.legendGroup[c?"removeClass":
"addClass"]("highcharts-legend-item-hidden");var b=this.options,d=a.legendItem,e=a.legendLine,h=a.legendSymbol,f=this.itemHiddenStyle.color,b=c?b.itemStyle.color:f,m=c?a.color||f:f,l=a.options&&a.options.marker,t={fill:m};d&&d.css({fill:b,color:b});e&&e.attr({stroke:m});h&&(l&&h.isMarker&&(t=a.pointAttribs(),c||(t.stroke=t.fill=f)),h.attr(t))},positionItem:function(a){var c=this.options,b=c.symbolPadding,c=!c.rtl,d=a._legendItemPos,e=d[0],d=d[1],h=a.checkbox;(a=a.legendGroup)&&a.element&&a.translate(c?
e:this.legendWidth-e-2*b-4,d);h&&(h.x=e,h.y=d)},destroyItem:function(a){var c=a.checkbox;f(["legendItem","legendLine","legendSymbol","legendGroup"],function(b){a[b]&&(a[b]=a[b].destroy())});c&&H(a.checkbox)},destroy:function(){function a(a){this[a]&&(this[a]=this[a].destroy())}f(this.getAllItems(),function(c){f(["legendItem","legendGroup"],a,c)});f("clipRect up down pager nav box title group".split(" "),a,this);this.display=null},positionCheckboxes:function(){var a=this.group&&this.group.alignAttr,
c,b=this.clipHeight||this.legendHeight,e=this.titleHeight;a&&(c=a.translateY,f(this.allItems,function(d){var k=d.checkbox,h;k&&(h=c+e+k.y+(this.scrollOffset||0)+3,D(k,{left:a.translateX+d.checkboxOffset+k.x-20+"px",top:h+"px",display:h>c-6&&h<c+b-6?"":"none"}))},this))},renderTitle:function(){var a=this.options,c=this.padding,b=a.title,e=0;b.text&&(this.title||(this.title=this.chart.renderer.label(b.text,c-3,c-4,null,null,null,a.useHTML,null,"legend-title").attr({zIndex:1}).css(b.style).add(this.group)),
a=this.title.getBBox(),e=a.height,this.offsetWidth=a.width,this.contentGroup.attr({translateY:e}));this.titleHeight=e},setText:function(d){var c=this.options;d.legendItem.attr({text:c.labelFormat?a.format(c.labelFormat,d):c.labelFormatter.call(d)})},renderItem:function(a){var c=this.chart,b=c.renderer,d=this.options,e="horizontal"===d.layout,h=this.symbolWidth,f=d.symbolPadding,m=this.itemStyle,l=this.itemHiddenStyle,t=this.padding,p=e?w(d.itemDistance,20):0,r=!d.rtl,q=d.width,A=d.itemMarginBottom||
0,F=this.itemMarginTop,G=a.legendItem,g=!a.series,v=!g&&a.series.drawLegendSymbol?a.series:a,u=v.options,L=this.createCheckboxForItem&&u&&u.showCheckbox,u=h+f+p+(L?20:0),P=d.useHTML,J=a.options.className;G||(a.legendGroup=b.g("legend-item").addClass("highcharts-"+v.type+"-series highcharts-color-"+a.colorIndex+(J?" "+J:"")+(g?" highcharts-series-"+a.index:"")).attr({zIndex:1}).add(this.scrollGroup),a.legendItem=G=b.text("",r?h+f:-f,this.baseline||0,P).css(n(a.visible?m:l)).attr({align:r?"left":"right",
zIndex:2}).add(a.legendGroup),this.baseline||(h=m.fontSize,this.fontMetrics=b.fontMetrics(h,G),this.baseline=this.fontMetrics.f+3+F,G.attr("y",this.baseline)),this.symbolHeight=d.symbolHeight||this.fontMetrics.f,v.drawLegendSymbol(this,a),this.setItemEvents&&this.setItemEvents(a,G,P),L&&this.createCheckboxForItem(a));this.colorizeItem(a,a.visible);m.width||G.css({width:(d.itemWidth||d.width||c.spacingBox.width)-u});this.setText(a);b=G.getBBox();m=a.checkboxOffset=d.itemWidth||a.legendItemWidth||b.width+
u;this.itemHeight=b=Math.round(a.legendItemHeight||b.height||this.symbolHeight);e&&this.itemX-t+m>(q||c.spacingBox.width-2*t-d.x)&&(this.itemX=t,this.itemY+=F+this.lastLineHeight+A,this.lastLineHeight=0);this.maxItemWidth=Math.max(this.maxItemWidth,m);this.lastItemY=F+this.itemY+A;this.lastLineHeight=Math.max(b,this.lastLineHeight);a._legendItemPos=[this.itemX,this.itemY];e?this.itemX+=m:(this.itemY+=F+b+A,this.lastLineHeight=b);this.offsetWidth=q||Math.max((e?this.itemX-t-(a.checkbox?0:p):m)+t,this.offsetWidth)},
getAllItems:function(){var a=[];f(this.chart.series,function(c){var b=c&&c.options;c&&w(b.showInLegend,p(b.linkedTo)?!1:void 0,!0)&&(a=a.concat(c.legendItems||("point"===b.legendType?c.data:c)))});return a},getAlignment:function(){var a=this.options;return a.floating?"":a.align.charAt(0)+a.verticalAlign.charAt(0)+a.layout.charAt(0)},adjustMargins:function(a,c){var b=this.chart,d=this.options,e=this.getAlignment();e&&f([/(lth|ct|rth)/,/(rtv|rm|rbv)/,/(rbh|cb|lbh)/,/(lbv|lm|ltv)/],function(k,h){k.test(e)&&
!p(a[h])&&(b[r[h]]=Math.max(b[r[h]],b.legend[(h+1)%2?"legendHeight":"legendWidth"]+[1,-1,-1,1][h]*d[h%2?"x":"y"]+w(d.margin,12)+c[h]+(0===h?b.titleOffset+b.options.title.margin:0)))})},render:function(){var a=this,c=a.chart,b=c.renderer,k=a.group,h,m,l,x,p=a.box,t=a.options,C=a.padding;a.itemX=C;a.itemY=a.initialItemY;a.offsetWidth=0;a.lastItemY=0;k||(a.group=k=b.g("legend").attr({zIndex:7}).add(),a.contentGroup=b.g().attr({zIndex:1}).add(k),a.scrollGroup=b.g().add(a.contentGroup));a.renderTitle();
h=a.getAllItems();e(h,function(a,b){return(a.options&&a.options.legendIndex||0)-(b.options&&b.options.legendIndex||0)});t.reversed&&h.reverse();a.allItems=h;a.display=m=!!h.length;a.lastLineHeight=0;f(h,function(b){a.renderItem(b)});l=(t.width||a.offsetWidth)+C;x=a.lastItemY+a.lastLineHeight+a.titleHeight;x=a.handleOverflow(x);x+=C;p||(a.box=p=b.rect().addClass("highcharts-legend-box").attr({r:t.borderRadius}).add(k),p.isNew=!0);p.attr({stroke:t.borderColor,"stroke-width":t.borderWidth||0,fill:t.backgroundColor||
"none"}).shadow(t.shadow);0<l&&0<x&&(p[p.isNew?"attr":"animate"](p.crisp.call({},{x:0,y:0,width:l,height:x},p.strokeWidth())),p.isNew=!1);p[m?"show":"hide"]();a.legendWidth=l;a.legendHeight=x;f(h,function(b){a.positionItem(b)});m&&(b=c.spacingBox,/(lth|ct|rth)/.test(a.getAlignment())&&(b=n(b,{y:b.y+c.titleOffset+c.options.title.margin})),k.align(n(t,{width:l,height:x}),!0,b));c.isResizing||this.positionCheckboxes()},handleOverflow:function(a){var c=this,b=this.chart,d=b.renderer,e=this.options,h=
e.y,m=this.padding,b=b.spacingBox.height+("top"===e.verticalAlign?-h:h)-m,h=e.maxHeight,l,n=this.clipRect,t=e.navigation,p=w(t.animation,!0),r=t.arrowSize||12,q=this.nav,A=this.pages,F,G=this.allItems,g=function(a){"number"===typeof a?n.attr({height:a}):n&&(c.clipRect=n.destroy(),c.contentGroup.clip());c.contentGroup.div&&(c.contentGroup.div.style.clip=a?"rect("+m+"px,9999px,"+(m+a)+"px,0)":"auto")};"horizontal"!==e.layout||"middle"===e.verticalAlign||e.floating||(b/=2);h&&(b=Math.min(b,h));A.length=
0;a>b&&!1!==t.enabled?(this.clipHeight=l=Math.max(b-20-this.titleHeight-m,0),this.currentPage=w(this.currentPage,1),this.fullHeight=a,f(G,function(a,b){var c=a._legendItemPos[1],d=Math.round(a.legendItem.getBBox().height),g=A.length;if(!g||c-A[g-1]>l&&(F||c)!==A[g-1])A.push(F||c),g++;a.pageIx=g-1;F&&(G[b-1].pageIx=g-1);b===G.length-1&&c+d-A[g-1]>l&&(A.push(c),a.pageIx=g);c!==F&&(F=c)}),n||(n=c.clipRect=d.clipRect(0,m,9999,0),c.contentGroup.clip(n)),g(l),q||(this.nav=q=d.g().attr({zIndex:1}).add(this.group),
this.up=d.symbol("triangle",0,0,r,r).on("click",function(){c.scroll(-1,p)}).add(q),this.pager=d.text("",15,10).addClass("highcharts-legend-navigation").css(t.style).add(q),this.down=d.symbol("triangle-down",0,0,r,r).on("click",function(){c.scroll(1,p)}).add(q)),c.scroll(0),a=b):q&&(g(),this.nav=q.destroy(),this.scrollGroup.attr({translateY:1}),this.clipHeight=0);return a},scroll:function(a,c){var b=this.pages,d=b.length;a=this.currentPage+a;var e=this.clipHeight,h=this.options.navigation,f=this.pager,
m=this.padding;a>d&&(a=d);0<a&&(void 0!==c&&u(c,this.chart),this.nav.attr({translateX:m,translateY:e+this.padding+7+this.titleHeight,visibility:"visible"}),this.up.attr({"class":1===a?"highcharts-legend-nav-inactive":"highcharts-legend-nav-active"}),f.attr({text:a+"/"+d}),this.down.attr({x:18+this.pager.getBBox().width,"class":a===d?"highcharts-legend-nav-inactive":"highcharts-legend-nav-active"}),this.up.attr({fill:1===a?h.inactiveColor:h.activeColor}).css({cursor:1===a?"default":"pointer"}),this.down.attr({fill:a===
d?h.inactiveColor:h.activeColor}).css({cursor:a===d?"default":"pointer"}),this.scrollOffset=-b[a-1]+this.initialItemY,this.scrollGroup.animate({translateY:this.scrollOffset}),this.currentPage=a,this.positionCheckboxes())}};a.LegendSymbolMixin={drawRectangle:function(a,c){var b=a.symbolHeight,d=a.options.squareSymbol;c.legendSymbol=this.chart.renderer.rect(d?(a.symbolWidth-b)/2:0,a.baseline-b+1,d?b:a.symbolWidth,b,w(a.options.symbolRadius,b/2)).addClass("highcharts-point").attr({zIndex:3}).add(c.legendGroup)},
drawLineMarker:function(a){var c=this.options,b=c.marker,d=a.symbolWidth,e=a.symbolHeight,h=e/2,f=this.chart.renderer,m=this.legendGroup;a=a.baseline-Math.round(.3*a.fontMetrics.b);var l;l={"stroke-width":c.lineWidth||0};c.dashStyle&&(l.dashstyle=c.dashStyle);this.legendLine=f.path(["M",0,a,"L",d,a]).addClass("highcharts-graph").attr(l).add(m);b&&!1!==b.enabled&&(c=Math.min(w(b.radius,h),h),0===this.symbol.indexOf("url")&&(b=n(b,{width:e,height:e}),c=0),this.legendSymbol=b=f.symbol(this.symbol,d/
2-c,a-c,2*c,2*c,b).addClass("highcharts-point").add(m),b.isMarker=!0)}};(/Trident\/7\.0/.test(h.navigator.userAgent)||l)&&m(a.Legend.prototype,"positionItem",function(a,c){var b=this,d=function(){c._legendItemPos&&a.call(b,c)};d();setTimeout(d)})})(M);(function(a){var E=a.addEvent,D=a.animate,H=a.animObject,p=a.attr,f=a.doc,l=a.Axis,r=a.createElement,n=a.defaultOptions,w=a.discardElement,u=a.charts,e=a.css,h=a.defined,m=a.each,d=a.extend,c=a.find,b=a.fireEvent,k=a.grep,z=a.isNumber,B=a.isObject,I=
a.isString,x=a.Legend,K=a.marginNames,t=a.merge,C=a.objectEach,N=a.Pointer,q=a.pick,A=a.pInt,F=a.removeEvent,G=a.seriesTypes,g=a.splat,v=a.svg,Q=a.syncTimeout,L=a.win,P=a.Chart=function(){this.getArgs.apply(this,arguments)};a.chart=function(a,b,c){return new P(a,b,c)};d(P.prototype,{callbacks:[],getArgs:function(){var a=[].slice.call(arguments);if(I(a[0])||a[0].nodeName)this.renderTo=a.shift();this.init(a[0],a[1])},init:function(b,c){var d,g,e=b.series,k=b.plotOptions||{};b.series=null;d=t(n,b);for(g in d.plotOptions)d.plotOptions[g].tooltip=
k[g]&&t(k[g].tooltip)||void 0;d.tooltip.userOptions=b.chart&&b.chart.forExport&&b.tooltip.userOptions||b.tooltip;d.series=b.series=e;this.userOptions=b;b=d.chart;g=b.events;this.margin=[];this.spacing=[];this.bounds={h:{},v:{}};this.labelCollectors=[];this.callback=c;this.isResizing=0;this.options=d;this.axes=[];this.series=[];this.hasCartesianSeries=b.showAxes;var q=this;q.index=u.length;u.push(q);a.chartCount++;g&&C(g,function(a,b){E(q,b,a)});q.xAxis=[];q.yAxis=[];q.pointCount=q.colorCounter=q.symbolCounter=
0;q.firstRender()},initSeries:function(b){var c=this.options.chart;(c=G[b.type||c.type||c.defaultSeriesType])||a.error(17,!0);c=new c;c.init(this,b);return c},orderSeries:function(a){var b=this.series;for(a=a||0;a<b.length;a++)b[a]&&(b[a].index=a,b[a].name=b[a].name||"Series "+(b[a].index+1))},isInsidePlot:function(a,b,c){var d=c?b:a;a=c?a:b;return 0<=d&&d<=this.plotWidth&&0<=a&&a<=this.plotHeight},redraw:function(c){var g=this.axes,e=this.series,k=this.pointer,q=this.legend,h=this.isDirtyLegend,
f,l,v=this.hasCartesianSeries,A=this.isDirtyBox,F,t=this.renderer,x=t.isHidden(),n=[];this.setResponsive&&this.setResponsive(!1);a.setAnimation(c,this);x&&this.temporaryDisplay();this.layOutTitles();for(c=e.length;c--;)if(F=e[c],F.options.stacking&&(f=!0,F.isDirty)){l=!0;break}if(l)for(c=e.length;c--;)F=e[c],F.options.stacking&&(F.isDirty=!0);m(e,function(a){a.isDirty&&"point"===a.options.legendType&&(a.updateTotals&&a.updateTotals(),h=!0);a.isDirtyData&&b(a,"updatedData")});h&&q.options.enabled&&
(q.render(),this.isDirtyLegend=!1);f&&this.getStacks();v&&m(g,function(a){a.updateNames();a.setScale()});this.getMargins();v&&(m(g,function(a){a.isDirty&&(A=!0)}),m(g,function(a){var c=a.min+","+a.max;a.extKey!==c&&(a.extKey=c,n.push(function(){b(a,"afterSetExtremes",d(a.eventArgs,a.getExtremes()));delete a.eventArgs}));(A||f)&&a.redraw()}));A&&this.drawChartBox();b(this,"predraw");m(e,function(a){(A||a.isDirty)&&a.visible&&a.redraw();a.isDirtyData=!1});k&&k.reset(!0);t.draw();b(this,"redraw");b(this,
"render");x&&this.temporaryDisplay(!0);m(n,function(a){a.call()})},get:function(a){function b(b){return b.id===a||b.options&&b.options.id===a}var d,g=this.series,e;d=c(this.axes,b)||c(this.series,b);for(e=0;!d&&e<g.length;e++)d=c(g[e].points||[],b);return d},getAxes:function(){var a=this,b=this.options,c=b.xAxis=g(b.xAxis||{}),b=b.yAxis=g(b.yAxis||{});m(c,function(a,b){a.index=b;a.isX=!0});m(b,function(a,b){a.index=b});c=c.concat(b);m(c,function(b){new l(a,b)})},getSelectedPoints:function(){var a=
[];m(this.series,function(b){a=a.concat(k(b.data||[],function(a){return a.selected}))});return a},getSelectedSeries:function(){return k(this.series,function(a){return a.selected})},setTitle:function(a,b,c){var d=this,g=d.options,e;e=g.title=t({style:{color:"#333333",fontSize:g.isStock?"16px":"18px"}},g.title,a);g=g.subtitle=t({style:{color:"#666666"}},g.subtitle,b);m([["title",a,e],["subtitle",b,g]],function(a,b){var c=a[0],g=d[c],e=a[1];a=a[2];g&&e&&(d[c]=g=g.destroy());a&&!g&&(d[c]=d.renderer.text(a.text,
0,0,a.useHTML).attr({align:a.align,"class":"highcharts-"+c,zIndex:a.zIndex||4}).add(),d[c].update=function(a){d.setTitle(!b&&a,b&&a)},d[c].css(a.style))});d.layOutTitles(c)},layOutTitles:function(a){var b=0,c,g=this.renderer,e=this.spacingBox;m(["title","subtitle"],function(a){var c=this[a],k=this.options[a];a="title"===a?-3:k.verticalAlign?0:b+2;var q;c&&(q=k.style.fontSize,q=g.fontMetrics(q,c).b,c.css({width:(k.width||e.width+k.widthAdjust)+"px"}).align(d({y:a+q},k),!1,"spacingBox"),k.floating||
k.verticalAlign||(b=Math.ceil(b+c.getBBox(k.useHTML).height)))},this);c=this.titleOffset!==b;this.titleOffset=b;!this.isDirtyBox&&c&&(this.isDirtyBox=c,this.hasRendered&&q(a,!0)&&this.isDirtyBox&&this.redraw())},getChartSize:function(){var b=this.options.chart,c=b.width,b=b.height,d=this.renderTo;h(c)||(this.containerWidth=a.getStyle(d,"width"));h(b)||(this.containerHeight=a.getStyle(d,"height"));this.chartWidth=Math.max(0,c||this.containerWidth||600);this.chartHeight=Math.max(0,a.relativeLength(b,
this.chartWidth)||(1<this.containerHeight?this.containerHeight:400))},temporaryDisplay:function(b){var c=this.renderTo;if(b)for(;c&&c.style;)c.hcOrigStyle&&(a.css(c,c.hcOrigStyle),delete c.hcOrigStyle),c.hcOrigDetached&&(f.body.removeChild(c),c.hcOrigDetached=!1),c=c.parentNode;else for(;c&&c.style;){f.body.contains(c)||c.parentNode||(c.hcOrigDetached=!0,f.body.appendChild(c));if("none"===a.getStyle(c,"display",!1)||c.hcOricDetached)c.hcOrigStyle={display:c.style.display,height:c.style.height,overflow:c.style.overflow},
b={display:"block",overflow:"hidden"},c!==this.renderTo&&(b.height=0),a.css(c,b),c.offsetWidth||c.style.setProperty("display","block","important");c=c.parentNode;if(c===f.body)break}},setClassName:function(a){this.container.className="highcharts-container "+(a||"")},getContainer:function(){var b,c=this.options,g=c.chart,e,k;b=this.renderTo;var q=a.uniqueKey(),h;b||(this.renderTo=b=g.renderTo);I(b)&&(this.renderTo=b=f.getElementById(b));b||a.error(13,!0);e=A(p(b,"data-highcharts-chart"));z(e)&&u[e]&&
u[e].hasRendered&&u[e].destroy();p(b,"data-highcharts-chart",this.index);b.innerHTML="";g.skipClone||b.offsetWidth||this.temporaryDisplay();this.getChartSize();e=this.chartWidth;k=this.chartHeight;h=d({position:"relative",overflow:"hidden",width:e+"px",height:k+"px",textAlign:"left",lineHeight:"normal",zIndex:0,"-webkit-tap-highlight-color":"rgba(0,0,0,0)"},g.style);this.container=b=r("div",{id:q},h,b);this._cursor=b.style.cursor;this.renderer=new (a[g.renderer]||a.Renderer)(b,e,k,null,g.forExport,
c.exporting&&c.exporting.allowHTML);this.setClassName(g.className);this.renderer.setStyle(g.style);this.renderer.chartIndex=this.index},getMargins:function(a){var b=this.spacing,c=this.margin,d=this.titleOffset;this.resetMargins();d&&!h(c[0])&&(this.plotTop=Math.max(this.plotTop,d+this.options.title.margin+b[0]));this.legend&&this.legend.display&&this.legend.adjustMargins(c,b);this.extraMargin&&(this[this.extraMargin.type]=(this[this.extraMargin.type]||0)+this.extraMargin.value);this.adjustPlotArea&&
this.adjustPlotArea();a||this.getAxisMargins()},getAxisMargins:function(){var a=this,b=a.axisOffset=[0,0,0,0],c=a.margin;a.hasCartesianSeries&&m(a.axes,function(a){a.visible&&a.getOffset()});m(K,function(d,g){h(c[g])||(a[d]+=b[g])});a.setChartSize()},reflow:function(b){var c=this,d=c.options.chart,g=c.renderTo,e=h(d.width)&&h(d.height),k=d.width||a.getStyle(g,"width"),d=d.height||a.getStyle(g,"height"),g=b?b.target:L;if(!e&&!c.isPrinting&&k&&d&&(g===L||g===f)){if(k!==c.containerWidth||d!==c.containerHeight)clearTimeout(c.reflowTimeout),
c.reflowTimeout=Q(function(){c.container&&c.setSize(void 0,void 0,!1)},b?100:0);c.containerWidth=k;c.containerHeight=d}},initReflow:function(){var a=this,b;b=E(L,"resize",function(b){a.reflow(b)});E(a,"destroy",b)},setSize:function(c,d,g){var k=this,q=k.renderer;k.isResizing+=1;a.setAnimation(g,k);k.oldChartHeight=k.chartHeight;k.oldChartWidth=k.chartWidth;void 0!==c&&(k.options.chart.width=c);void 0!==d&&(k.options.chart.height=d);k.getChartSize();c=q.globalAnimation;(c?D:e)(k.container,{width:k.chartWidth+
"px",height:k.chartHeight+"px"},c);k.setChartSize(!0);q.setSize(k.chartWidth,k.chartHeight,g);m(k.axes,function(a){a.isDirty=!0;a.setScale()});k.isDirtyLegend=!0;k.isDirtyBox=!0;k.layOutTitles();k.getMargins();k.redraw(g);k.oldChartHeight=null;b(k,"resize");Q(function(){k&&b(k,"endResize",null,function(){--k.isResizing})},H(c).duration)},setChartSize:function(a){var b=this.inverted,c=this.renderer,d=this.chartWidth,g=this.chartHeight,e=this.options.chart,k=this.spacing,q=this.clipOffset,h,f,l,v;this.plotLeft=
h=Math.round(this.plotLeft);this.plotTop=f=Math.round(this.plotTop);this.plotWidth=l=Math.max(0,Math.round(d-h-this.marginRight));this.plotHeight=v=Math.max(0,Math.round(g-f-this.marginBottom));this.plotSizeX=b?v:l;this.plotSizeY=b?l:v;this.plotBorderWidth=e.plotBorderWidth||0;this.spacingBox=c.spacingBox={x:k[3],y:k[0],width:d-k[3]-k[1],height:g-k[0]-k[2]};this.plotBox=c.plotBox={x:h,y:f,width:l,height:v};d=2*Math.floor(this.plotBorderWidth/2);b=Math.ceil(Math.max(d,q[3])/2);c=Math.ceil(Math.max(d,
q[0])/2);this.clipBox={x:b,y:c,width:Math.floor(this.plotSizeX-Math.max(d,q[1])/2-b),height:Math.max(0,Math.floor(this.plotSizeY-Math.max(d,q[2])/2-c))};a||m(this.axes,function(a){a.setAxisSize();a.setAxisTranslation()})},resetMargins:function(){var a=this,b=a.options.chart;m(["margin","spacing"],function(c){var d=b[c],g=B(d)?d:[d,d,d,d];m(["Top","Right","Bottom","Left"],function(d,e){a[c][e]=q(b[c+d],g[e])})});m(K,function(b,c){a[b]=q(a.margin[c],a.spacing[c])});a.axisOffset=[0,0,0,0];a.clipOffset=
[0,0,0,0]},drawChartBox:function(){var a=this.options.chart,b=this.renderer,c=this.chartWidth,d=this.chartHeight,g=this.chartBackground,e=this.plotBackground,k=this.plotBorder,q,h=this.plotBGImage,f=a.backgroundColor,m=a.plotBackgroundColor,l=a.plotBackgroundImage,v,A=this.plotLeft,F=this.plotTop,t=this.plotWidth,x=this.plotHeight,n=this.plotBox,p=this.clipRect,z=this.clipBox,G="animate";g||(this.chartBackground=g=b.rect().addClass("highcharts-background").add(),G="attr");q=a.borderWidth||0;v=q+(a.shadow?
8:0);f={fill:f||"none"};if(q||g["stroke-width"])f.stroke=a.borderColor,f["stroke-width"]=q;g.attr(f).shadow(a.shadow);g[G]({x:v/2,y:v/2,width:c-v-q%2,height:d-v-q%2,r:a.borderRadius});G="animate";e||(G="attr",this.plotBackground=e=b.rect().addClass("highcharts-plot-background").add());e[G](n);e.attr({fill:m||"none"}).shadow(a.plotShadow);l&&(h?h.animate(n):this.plotBGImage=b.image(l,A,F,t,x).add());p?p.animate({width:z.width,height:z.height}):this.clipRect=b.clipRect(z);G="animate";k||(G="attr",this.plotBorder=
k=b.rect().addClass("highcharts-plot-border").attr({zIndex:1}).add());k.attr({stroke:a.plotBorderColor,"stroke-width":a.plotBorderWidth||0,fill:"none"});k[G](k.crisp({x:A,y:F,width:t,height:x},-k.strokeWidth()));this.isDirtyBox=!1},propFromSeries:function(){var a=this,b=a.options.chart,c,d=a.options.series,g,e;m(["inverted","angular","polar"],function(k){c=G[b.type||b.defaultSeriesType];e=b[k]||c&&c.prototype[k];for(g=d&&d.length;!e&&g--;)(c=G[d[g].type])&&c.prototype[k]&&(e=!0);a[k]=e})},linkSeries:function(){var a=
this,b=a.series;m(b,function(a){a.linkedSeries.length=0});m(b,function(b){var c=b.options.linkedTo;I(c)&&(c=":previous"===c?a.series[b.index-1]:a.get(c))&&c.linkedParent!==b&&(c.linkedSeries.push(b),b.linkedParent=c,b.visible=q(b.options.visible,c.options.visible,b.visible))})},renderSeries:function(){m(this.series,function(a){a.translate();a.render()})},renderLabels:function(){var a=this,b=a.options.labels;b.items&&m(b.items,function(c){var g=d(b.style,c.style),e=A(g.left)+a.plotLeft,k=A(g.top)+
a.plotTop+12;delete g.left;delete g.top;a.renderer.text(c.html,e,k).attr({zIndex:2}).css(g).add()})},render:function(){var a=this.axes,b=this.renderer,c=this.options,d,g,e;this.setTitle();this.legend=new x(this,c.legend);this.getStacks&&this.getStacks();this.getMargins(!0);this.setChartSize();c=this.plotWidth;d=this.plotHeight=Math.max(this.plotHeight-21,0);m(a,function(a){a.setScale()});this.getAxisMargins();g=1.1<c/this.plotWidth;e=1.05<d/this.plotHeight;if(g||e)m(a,function(a){(a.horiz&&g||!a.horiz&&
e)&&a.setTickInterval(!0)}),this.getMargins();this.drawChartBox();this.hasCartesianSeries&&m(a,function(a){a.visible&&a.render()});this.seriesGroup||(this.seriesGroup=b.g("series-group").attr({zIndex:3}).add());this.renderSeries();this.renderLabels();this.addCredits();this.setResponsive&&this.setResponsive();this.hasRendered=!0},addCredits:function(a){var b=this;a=t(!0,this.options.credits,a);a.enabled&&!this.credits&&(this.credits=this.renderer.text(a.text+(this.mapCredits||""),0,0).addClass("highcharts-credits").on("click",
function(){a.href&&(L.location.href=a.href)}).attr({align:a.position.align,zIndex:8}).css(a.style).add().align(a.position),this.credits.update=function(a){b.credits=b.credits.destroy();b.addCredits(a)})},destroy:function(){var c=this,d=c.axes,g=c.series,e=c.container,k,q=e&&e.parentNode;b(c,"destroy");c.renderer.forExport?a.erase(u,c):u[c.index]=void 0;a.chartCount--;c.renderTo.removeAttribute("data-highcharts-chart");F(c);for(k=d.length;k--;)d[k]=d[k].destroy();this.scroller&&this.scroller.destroy&&
this.scroller.destroy();for(k=g.length;k--;)g[k]=g[k].destroy();m("title subtitle chartBackground plotBackground plotBGImage plotBorder seriesGroup clipRect credits pointer rangeSelector legend resetZoomButton tooltip renderer".split(" "),function(a){var b=c[a];b&&b.destroy&&(c[a]=b.destroy())});e&&(e.innerHTML="",F(e),q&&w(e));C(c,function(a,b){delete c[b]})},isReadyToRender:function(){var a=this;return v||L!=L.top||"complete"===f.readyState?!0:(f.attachEvent("onreadystatechange",function(){f.detachEvent("onreadystatechange",
a.firstRender);"complete"===f.readyState&&a.firstRender()}),!1)},firstRender:function(){var a=this,c=a.options;if(a.isReadyToRender()){a.getContainer();b(a,"init");a.resetMargins();a.setChartSize();a.propFromSeries();a.getAxes();m(c.series||[],function(b){a.initSeries(b)});a.linkSeries();b(a,"beforeRender");N&&(a.pointer=new N(a,c));a.render();if(!a.renderer.imgCount&&a.onload)a.onload();a.temporaryDisplay(!0)}},onload:function(){m([this.callback].concat(this.callbacks),function(a){a&&void 0!==this.index&&
a.apply(this,[this])},this);b(this,"load");b(this,"render");h(this.index)&&!1!==this.options.chart.reflow&&this.initReflow();this.onload=null}})})(M);(function(a){var E,D=a.each,H=a.extend,p=a.erase,f=a.fireEvent,l=a.format,r=a.isArray,n=a.isNumber,w=a.pick,u=a.removeEvent;a.Point=E=function(){};a.Point.prototype={init:function(a,h,f){this.series=a;this.color=a.color;this.applyOptions(h,f);a.options.colorByPoint?(h=a.options.colors||a.chart.options.colors,this.color=this.color||h[a.colorCounter],
h=h.length,f=a.colorCounter,a.colorCounter++,a.colorCounter===h&&(a.colorCounter=0)):f=a.colorIndex;this.colorIndex=w(this.colorIndex,f);a.chart.pointCount++;return this},applyOptions:function(a,h){var e=this.series,d=e.options.pointValKey||e.pointValKey;a=E.prototype.optionsToObject.call(this,a);H(this,a);this.options=this.options?H(this.options,a):a;a.group&&delete this.group;d&&(this.y=this[d]);this.isNull=w(this.isValid&&!this.isValid(),null===this.x||!n(this.y,!0));this.selected&&(this.state=
"select");"name"in this&&void 0===h&&e.xAxis&&e.xAxis.hasNames&&(this.x=e.xAxis.nameToX(this));void 0===this.x&&e&&(this.x=void 0===h?e.autoIncrement(this):h);return this},optionsToObject:function(a){var e={},f=this.series,d=f.options.keys,c=d||f.pointArrayMap||["y"],b=c.length,k=0,l=0;if(n(a)||null===a)e[c[0]]=a;else if(r(a))for(!d&&a.length>b&&(f=typeof a[0],"string"===f?e.name=a[0]:"number"===f&&(e.x=a[0]),k++);l<b;)d&&void 0===a[k]||(e[c[l]]=a[k]),k++,l++;else"object"===typeof a&&(e=a,a.dataLabels&&
(f._hasPointLabels=!0),a.marker&&(f._hasPointMarkers=!0));return e},getClassName:function(){return"highcharts-point"+(this.selected?" highcharts-point-select":"")+(this.negative?" highcharts-negative":"")+(this.isNull?" highcharts-null-point":"")+(void 0!==this.colorIndex?" highcharts-color-"+this.colorIndex:"")+(this.options.className?" "+this.options.className:"")+(this.zone&&this.zone.className?" "+this.zone.className.replace("highcharts-negative",""):"")},getZone:function(){var a=this.series,
h=a.zones,a=a.zoneAxis||"y",f=0,d;for(d=h[f];this[a]>=d.value;)d=h[++f];d&&d.color&&!this.options.color&&(this.color=d.color);return d},destroy:function(){var a=this.series.chart,h=a.hoverPoints,f;a.pointCount--;h&&(this.setState(),p(h,this),h.length||(a.hoverPoints=null));if(this===a.hoverPoint)this.onMouseOut();if(this.graphic||this.dataLabel)u(this),this.destroyElements();this.legendItem&&a.legend.destroyItem(this);for(f in this)this[f]=null},destroyElements:function(){for(var a=["graphic","dataLabel",
"dataLabelUpper","connector","shadowGroup"],h,f=6;f--;)h=a[f],this[h]&&(this[h]=this[h].destroy())},getLabelConfig:function(){return{x:this.category,y:this.y,color:this.color,colorIndex:this.colorIndex,key:this.name||this.category,series:this.series,point:this,percentage:this.percentage,total:this.total||this.stackTotal}},tooltipFormatter:function(a){var e=this.series,f=e.tooltipOptions,d=w(f.valueDecimals,""),c=f.valuePrefix||"",b=f.valueSuffix||"";D(e.pointArrayMap||["y"],function(e){e="{point."+
e;if(c||b)a=a.replace(e+"}",c+e+"}"+b);a=a.replace(e+"}",e+":,."+d+"f}")});return l(a,{point:this,series:this.series})},firePointEvent:function(a,h,m){var d=this,c=this.series.options;(c.point.events[a]||d.options&&d.options.events&&d.options.events[a])&&this.importEvents();"click"===a&&c.allowPointSelect&&(m=function(a){d.select&&d.select(null,a.ctrlKey||a.metaKey||a.shiftKey)});f(this,a,h,m)},visible:!0}})(M);(function(a){var E=a.addEvent,D=a.animObject,H=a.arrayMax,p=a.arrayMin,f=a.correctFloat,
l=a.Date,r=a.defaultOptions,n=a.defaultPlotOptions,w=a.defined,u=a.each,e=a.erase,h=a.extend,m=a.fireEvent,d=a.grep,c=a.isArray,b=a.isNumber,k=a.isString,z=a.merge,B=a.objectEach,I=a.pick,x=a.removeEvent,K=a.splat,t=a.SVGElement,C=a.syncTimeout,N=a.win;a.Series=a.seriesType("line",null,{lineWidth:2,allowPointSelect:!1,showCheckbox:!1,animation:{duration:1E3},events:{},marker:{lineWidth:0,lineColor:"#ffffff",radius:4,states:{hover:{animation:{duration:50},enabled:!0,radiusPlus:2,lineWidthPlus:1},select:{fillColor:"#cccccc",
lineColor:"#000000",lineWidth:2}}},point:{events:{}},dataLabels:{align:"center",formatter:function(){return null===this.y?"":a.numberFormat(this.y,-1)},style:{fontSize:"11px",fontWeight:"bold",color:"contrast",textOutline:"1px contrast"},verticalAlign:"bottom",x:0,y:0,padding:5},cropThreshold:300,pointRange:0,softThreshold:!0,states:{hover:{animation:{duration:50},lineWidthPlus:1,marker:{},halo:{size:10,opacity:.25}},select:{marker:{}}},stickyTracking:!0,turboThreshold:1E3,findNearestPointBy:"x"},
{isCartesian:!0,pointClass:a.Point,sorted:!0,requireSorting:!0,directTouch:!1,axisTypes:["xAxis","yAxis"],colorCounter:0,parallelArrays:["x","y"],coll:"series",init:function(a,b){var c=this,d,g=a.series,e;c.chart=a;c.options=b=c.setOptions(b);c.linkedSeries=[];c.bindAxes();h(c,{name:b.name,state:"",visible:!1!==b.visible,selected:!0===b.selected});d=b.events;B(d,function(a,b){E(c,b,a)});if(d&&d.click||b.point&&b.point.events&&b.point.events.click||b.allowPointSelect)a.runTrackerClick=!0;c.getColor();
c.getSymbol();u(c.parallelArrays,function(a){c[a+"Data"]=[]});c.setData(b.data,!1);c.isCartesian&&(a.hasCartesianSeries=!0);g.length&&(e=g[g.length-1]);c._i=I(e&&e._i,-1)+1;a.orderSeries(this.insert(g))},insert:function(a){var c=this.options.index,d;if(b(c)){for(d=a.length;d--;)if(c>=I(a[d].options.index,a[d]._i)){a.splice(d+1,0,this);break}-1===d&&a.unshift(this);d+=1}else a.push(this);return I(d,a.length-1)},bindAxes:function(){var b=this,c=b.options,d=b.chart,e;u(b.axisTypes||[],function(g){u(d[g],
function(a){e=a.options;if(c[g]===e.index||void 0!==c[g]&&c[g]===e.id||void 0===c[g]&&0===e.index)b.insert(a.series),b[g]=a,a.isDirty=!0});b[g]||b.optionalAxis===g||a.error(18,!0)})},updateParallelArrays:function(a,c){var d=a.series,e=arguments,g=b(c)?function(b){var g="y"===b&&d.toYData?d.toYData(a):a[b];d[b+"Data"][c]=g}:function(a){Array.prototype[c].apply(d[a+"Data"],Array.prototype.slice.call(e,2))};u(d.parallelArrays,g)},autoIncrement:function(){var b=this.options,c=this.xIncrement,d,e=b.pointIntervalUnit,
g=0,c=I(c,b.pointStart,0);this.pointInterval=d=I(this.pointInterval,b.pointInterval,1);e&&(b=new l(c),"day"===e?b=+b[l.hcSetDate](b[l.hcGetDate]()+d):"month"===e?b=+b[l.hcSetMonth](b[l.hcGetMonth]()+d):"year"===e&&(b=+b[l.hcSetFullYear](b[l.hcGetFullYear]()+d)),l.hcHasTimeZone&&(g=a.getTZOffset(b)-a.getTZOffset(c)),d=b-c+g);this.xIncrement=c+d;return c},setOptions:function(a){var b=this.chart,c=b.options,d=c.plotOptions,g=(b.userOptions||{}).plotOptions||{},e=d[this.type];this.userOptions=a;b=z(e,
d.series,a);this.tooltipOptions=z(r.tooltip,r.plotOptions.series&&r.plotOptions.series.tooltip,r.plotOptions[this.type].tooltip,c.tooltip.userOptions,d.series&&d.series.tooltip,d[this.type].tooltip,a.tooltip);this.stickyTracking=I(a.stickyTracking,g[this.type]&&g[this.type].stickyTracking,g.series&&g.series.stickyTracking,this.tooltipOptions.shared&&!this.noSharedTooltip?!0:b.stickyTracking);null===e.marker&&delete b.marker;this.zoneAxis=b.zoneAxis;a=this.zones=(b.zones||[]).slice();!b.negativeColor&&
!b.negativeFillColor||b.zones||a.push({value:b[this.zoneAxis+"Threshold"]||b.threshold||0,className:"highcharts-negative",color:b.negativeColor,fillColor:b.negativeFillColor});a.length&&w(a[a.length-1].value)&&a.push({color:this.color,fillColor:this.fillColor});return b},getCyclic:function(a,b,c){var d,g=this.chart,e=this.userOptions,k=a+"Index",h=a+"Counter",q=c?c.length:I(g.options.chart[a+"Count"],g[a+"Count"]);b||(d=I(e[k],e["_"+k]),w(d)||(g.series.length||(g[h]=0),e["_"+k]=d=g[h]%q,g[h]+=1),
c&&(b=c[d]));void 0!==d&&(this[k]=d);this[a]=b},getColor:function(){this.options.colorByPoint?this.options.color=null:this.getCyclic("color",this.options.color||n[this.type].color,this.chart.options.colors)},getSymbol:function(){this.getCyclic("symbol",this.options.marker.symbol,this.chart.options.symbols)},drawLegendSymbol:a.LegendSymbolMixin.drawLineMarker,setData:function(d,e,h,f){var g=this,q=g.points,m=q&&q.length||0,l,A=g.options,t=g.chart,x=null,n=g.xAxis,p=A.turboThreshold,z=this.xData,F=
this.yData,C=(l=g.pointArrayMap)&&l.length;d=d||[];l=d.length;e=I(e,!0);if(!1!==f&&l&&m===l&&!g.cropped&&!g.hasGroupedData&&g.visible)u(d,function(a,b){q[b].update&&a!==A.data[b]&&q[b].update(a,!1,null,!1)});else{g.xIncrement=null;g.colorCounter=0;u(this.parallelArrays,function(a){g[a+"Data"].length=0});if(p&&l>p){for(h=0;null===x&&h<l;)x=d[h],h++;if(b(x))for(h=0;h<l;h++)z[h]=this.autoIncrement(),F[h]=d[h];else if(c(x))if(C)for(h=0;h<l;h++)x=d[h],z[h]=x[0],F[h]=x.slice(1,C+1);else for(h=0;h<l;h++)x=
d[h],z[h]=x[0],F[h]=x[1];else a.error(12)}else for(h=0;h<l;h++)void 0!==d[h]&&(x={series:g},g.pointClass.prototype.applyOptions.apply(x,[d[h]]),g.updateParallelArrays(x,h));F&&k(F[0])&&a.error(14,!0);g.data=[];g.options.data=g.userOptions.data=d;for(h=m;h--;)q[h]&&q[h].destroy&&q[h].destroy();n&&(n.minRange=n.userMinRange);g.isDirty=t.isDirtyBox=!0;g.isDirtyData=!!q;h=!1}"point"===A.legendType&&(this.processData(),this.generatePoints());e&&t.redraw(h)},processData:function(b){var c=this.xData,d=this.yData,
e=c.length,g;g=0;var k,h,q=this.xAxis,f,m=this.options;f=m.cropThreshold;var l=this.getExtremesFromAll||m.getExtremesFromAll,t=this.isCartesian,m=q&&q.val2lin,x=q&&q.isLog,n=this.requireSorting,p,z;if(t&&!this.isDirty&&!q.isDirty&&!this.yAxis.isDirty&&!b)return!1;q&&(b=q.getExtremes(),p=b.min,z=b.max);if(t&&this.sorted&&!l&&(!f||e>f||this.forceCrop))if(c[e-1]<p||c[0]>z)c=[],d=[];else if(c[0]<p||c[e-1]>z)g=this.cropData(this.xData,this.yData,p,z),c=g.xData,d=g.yData,g=g.start,k=!0;for(f=c.length||
1;--f;)e=x?m(c[f])-m(c[f-1]):c[f]-c[f-1],0<e&&(void 0===h||e<h)?h=e:0>e&&n&&(a.error(15),n=!1);this.cropped=k;this.cropStart=g;this.processedXData=c;this.processedYData=d;this.closestPointRange=h},cropData:function(a,b,c,d){var g=a.length,e=0,k=g,h=I(this.cropShoulder,1),f;for(f=0;f<g;f++)if(a[f]>=c){e=Math.max(0,f-h);break}for(c=f;c<g;c++)if(a[c]>d){k=c+h;break}return{xData:a.slice(e,k),yData:b.slice(e,k),start:e,end:k}},generatePoints:function(){var a=this.options,b=a.data,c=this.data,d,g=this.processedXData,
e=this.processedYData,k=this.pointClass,h=g.length,f=this.cropStart||0,m,l=this.hasGroupedData,a=a.keys,t,x=[],n;c||l||(c=[],c.length=b.length,c=this.data=c);a&&l&&(this.options.keys=!1);for(n=0;n<h;n++)m=f+n,l?(t=(new k).init(this,[g[n]].concat(K(e[n]))),t.dataGroup=this.groupMap[n]):(t=c[m])||void 0===b[m]||(c[m]=t=(new k).init(this,b[m],g[n])),t&&(t.index=m,x[n]=t);this.options.keys=a;if(c&&(h!==(d=c.length)||l))for(n=0;n<d;n++)n!==f||l||(n+=h),c[n]&&(c[n].destroyElements(),c[n].plotX=void 0);
this.data=c;this.points=x},getExtremes:function(a){var d=this.yAxis,e=this.processedXData,k,g=[],h=0;k=this.xAxis.getExtremes();var f=k.min,q=k.max,m,l,t,n;a=a||this.stackedYData||this.processedYData||[];k=a.length;for(n=0;n<k;n++)if(l=e[n],t=a[n],m=(b(t,!0)||c(t))&&(!d.positiveValuesOnly||t.length||0<t),l=this.getExtremesFromAll||this.options.getExtremesFromAll||this.cropped||(e[n+1]||l)>=f&&(e[n-1]||l)<=q,m&&l)if(m=t.length)for(;m--;)"number"===typeof t[m]&&(g[h++]=t[m]);else g[h++]=t;this.dataMin=
p(g);this.dataMax=H(g)},translate:function(){this.processedXData||this.processData();this.generatePoints();var a=this.options,c=a.stacking,d=this.xAxis,e=d.categories,g=this.yAxis,k=this.points,h=k.length,m=!!this.modifyValue,l=a.pointPlacement,t="between"===l||b(l),n=a.threshold,x=a.startFromThreshold?n:0,p,z,C,r,u=Number.MAX_VALUE;"between"===l&&(l=.5);b(l)&&(l*=I(a.pointRange||d.pointRange));for(a=0;a<h;a++){var B=k[a],N=B.x,K=B.y;z=B.low;var D=c&&g.stacks[(this.negStacks&&K<(x?0:n)?"-":"")+this.stackKey],
E;g.positiveValuesOnly&&null!==K&&0>=K&&(B.isNull=!0);B.plotX=p=f(Math.min(Math.max(-1E5,d.translate(N,0,0,0,1,l,"flags"===this.type)),1E5));c&&this.visible&&!B.isNull&&D&&D[N]&&(r=this.getStackIndicator(r,N,this.index),E=D[N],K=E.points[r.key],z=K[0],K=K[1],z===x&&r.key===D[N].base&&(z=I(n,g.min)),g.positiveValuesOnly&&0>=z&&(z=null),B.total=B.stackTotal=E.total,B.percentage=E.total&&B.y/E.total*100,B.stackY=K,E.setOffset(this.pointXOffset||0,this.barW||0));B.yBottom=w(z)?g.translate(z,0,1,0,1):
null;m&&(K=this.modifyValue(K,B));B.plotY=z="number"===typeof K&&Infinity!==K?Math.min(Math.max(-1E5,g.translate(K,0,1,0,1)),1E5):void 0;B.isInside=void 0!==z&&0<=z&&z<=g.len&&0<=p&&p<=d.len;B.clientX=t?f(d.translate(N,0,0,0,1,l)):p;B.negative=B.y<(n||0);B.category=e&&void 0!==e[B.x]?e[B.x]:B.x;B.isNull||(void 0!==C&&(u=Math.min(u,Math.abs(p-C))),C=p);B.zone=this.zones.length&&B.getZone()}this.closestPointRangePx=u},getValidPoints:function(a,b){var c=this.chart;return d(a||this.points||[],function(a){return b&&
!c.isInsidePlot(a.plotX,a.plotY,c.inverted)?!1:!a.isNull})},setClip:function(a){var b=this.chart,c=this.options,d=b.renderer,g=b.inverted,e=this.clipBox,k=e||b.clipBox,h=this.sharedClipKey||["_sharedClip",a&&a.duration,a&&a.easing,k.height,c.xAxis,c.yAxis].join(),f=b[h],q=b[h+"m"];f||(a&&(k.width=0,g&&(k.x=b.plotSizeX),b[h+"m"]=q=d.clipRect(g?b.plotSizeX+99:-99,g?-b.plotLeft:-b.plotTop,99,g?b.chartWidth:b.chartHeight)),b[h]=f=d.clipRect(k),f.count={length:0});a&&!f.count[this.index]&&(f.count[this.index]=
!0,f.count.length+=1);!1!==c.clip&&(this.group.clip(a||e?f:b.clipRect),this.markerGroup.clip(q),this.sharedClipKey=h);a||(f.count[this.index]&&(delete f.count[this.index],--f.count.length),0===f.count.length&&h&&b[h]&&(e||(b[h]=b[h].destroy()),b[h+"m"]&&(b[h+"m"]=b[h+"m"].destroy())))},animate:function(a){var b=this.chart,c=D(this.options.animation),d;a?this.setClip(c):(d=this.sharedClipKey,(a=b[d])&&a.animate({width:b.plotSizeX,x:0},c),b[d+"m"]&&b[d+"m"].animate({width:b.plotSizeX+99,x:0},c),this.animate=
null)},afterAnimate:function(){this.setClip();m(this,"afterAnimate");this.finishedAnimating=!0},drawPoints:function(){var a=this.points,b=this.chart,c,d,g,e,k=this.options.marker,h,f,l,m=this[this.specialGroup]||this.markerGroup,t,n=I(k.enabled,this.xAxis.isRadial?!0:null,this.closestPointRangePx>=2*k.radius);if(!1!==k.enabled||this._hasPointMarkers)for(c=0;c<a.length;c++)d=a[c],e=d.graphic,h=d.marker||{},f=!!d.marker,g=n&&void 0===h.enabled||h.enabled,l=d.isInside,g&&!d.isNull?(g=I(h.symbol,this.symbol),
d.hasImage=0===g.indexOf("url"),t=this.markerAttribs(d,d.selected&&"select"),e?e[l?"show":"hide"](!0).animate(t):l&&(0<t.width||d.hasImage)&&(d.graphic=e=b.renderer.symbol(g,t.x,t.y,t.width,t.height,f?h:k).add(m)),e&&e.attr(this.pointAttribs(d,d.selected&&"select")),e&&e.addClass(d.getClassName(),!0)):e&&(d.graphic=e.destroy())},markerAttribs:function(a,b){var c=this.options.marker,d=a.marker||{},g=I(d.radius,c.radius);b&&(c=c.states[b],b=d.states&&d.states[b],g=I(b&&b.radius,c&&c.radius,g+(c&&c.radiusPlus||
0)));a.hasImage&&(g=0);a={x:Math.floor(a.plotX)-g,y:a.plotY-g};g&&(a.width=a.height=2*g);return a},pointAttribs:function(a,b){var c=this.options.marker,d=a&&a.options,g=d&&d.marker||{},e=this.color,k=d&&d.color,h=a&&a.color,d=I(g.lineWidth,c.lineWidth);a=a&&a.zone&&a.zone.color;e=k||a||h||e;a=g.fillColor||c.fillColor||e;e=g.lineColor||c.lineColor||e;b&&(c=c.states[b],b=g.states&&g.states[b]||{},d=I(b.lineWidth,c.lineWidth,d+I(b.lineWidthPlus,c.lineWidthPlus,0)),a=b.fillColor||c.fillColor||a,e=b.lineColor||
c.lineColor||e);return{stroke:e,"stroke-width":d,fill:a}},destroy:function(){var a=this,b=a.chart,c=/AppleWebKit\/533/.test(N.navigator.userAgent),d,g,k=a.data||[],h,f;m(a,"destroy");x(a);u(a.axisTypes||[],function(b){(f=a[b])&&f.series&&(e(f.series,a),f.isDirty=f.forceRedraw=!0)});a.legendItem&&a.chart.legend.destroyItem(a);for(g=k.length;g--;)(h=k[g])&&h.destroy&&h.destroy();a.points=null;clearTimeout(a.animationTimeout);B(a,function(a,b){a instanceof t&&!a.survive&&(d=c&&"group"===b?"hide":"destroy",
a[d]())});b.hoverSeries===a&&(b.hoverSeries=null);e(b.series,a);b.orderSeries();B(a,function(b,c){delete a[c]})},getGraphPath:function(a,b,c){var d=this,g=d.options,e=g.step,k,h=[],f=[],l;a=a||d.points;(k=a.reversed)&&a.reverse();(e={right:1,center:2}[e]||e&&3)&&k&&(e=4-e);!g.connectNulls||b||c||(a=this.getValidPoints(a));u(a,function(k,m){var q=k.plotX,t=k.plotY,n=a[m-1];(k.leftCliff||n&&n.rightCliff)&&!c&&(l=!0);k.isNull&&!w(b)&&0<m?l=!g.connectNulls:k.isNull&&!b?l=!0:(0===m||l?m=["M",k.plotX,k.plotY]:
d.getPointSpline?m=d.getPointSpline(a,k,m):e?(m=1===e?["L",n.plotX,t]:2===e?["L",(n.plotX+q)/2,n.plotY,"L",(n.plotX+q)/2,t]:["L",q,n.plotY],m.push("L",q,t)):m=["L",q,t],f.push(k.x),e&&f.push(k.x),h.push.apply(h,m),l=!1)});h.xMap=f;return d.graphPath=h},drawGraph:function(){var a=this,b=this.options,c=(this.gappedPath||this.getGraphPath).call(this),d=[["graph","highcharts-graph",b.lineColor||this.color,b.dashStyle]];u(this.zones,function(c,e){d.push(["zone-graph-"+e,"highcharts-graph highcharts-zone-graph-"+
e+" "+(c.className||""),c.color||a.color,c.dashStyle||b.dashStyle])});u(d,function(d,e){var g=d[0],k=a[g];k?(k.endX=a.preventGraphAnimation?null:c.xMap,k.animate({d:c})):c.length&&(a[g]=a.chart.renderer.path(c).addClass(d[1]).attr({zIndex:1}).add(a.group),k={stroke:d[2],"stroke-width":b.lineWidth,fill:a.fillGraph&&a.color||"none"},d[3]?k.dashstyle=d[3]:"square"!==b.linecap&&(k["stroke-linecap"]=k["stroke-linejoin"]="round"),k=a[g].attr(k).shadow(2>e&&b.shadow));k&&(k.startX=c.xMap,k.isArea=c.isArea)})},
applyZones:function(){var a=this,b=this.chart,c=b.renderer,d=this.zones,e,k,h=this.clips||[],f,m=this.graph,l=this.area,t=Math.max(b.chartWidth,b.chartHeight),n=this[(this.zoneAxis||"y")+"Axis"],x,p,z=b.inverted,C,r,w,B,K=!1;d.length&&(m||l)&&n&&void 0!==n.min&&(p=n.reversed,C=n.horiz,m&&m.hide(),l&&l.hide(),x=n.getExtremes(),u(d,function(d,g){e=p?C?b.plotWidth:0:C?0:n.toPixels(x.min);e=Math.min(Math.max(I(k,e),0),t);k=Math.min(Math.max(Math.round(n.toPixels(I(d.value,x.max),!0)),0),t);K&&(e=k=n.toPixels(x.max));
r=Math.abs(e-k);w=Math.min(e,k);B=Math.max(e,k);n.isXAxis?(f={x:z?B:w,y:0,width:r,height:t},C||(f.x=b.plotHeight-f.x)):(f={x:0,y:z?B:w,width:t,height:r},C&&(f.y=b.plotWidth-f.y));z&&c.isVML&&(f=n.isXAxis?{x:0,y:p?w:B,height:f.width,width:b.chartWidth}:{x:f.y-b.plotLeft-b.spacingBox.x,y:0,width:f.height,height:b.chartHeight});h[g]?h[g].animate(f):(h[g]=c.clipRect(f),m&&a["zone-graph-"+g].clip(h[g]),l&&a["zone-area-"+g].clip(h[g]));K=d.value>x.max}),this.clips=h)},invertGroups:function(a){function b(){u(["group",
"markerGroup"],function(b){c[b]&&(d.renderer.isVML&&c[b].attr({width:c.yAxis.len,height:c.xAxis.len}),c[b].width=c.yAxis.len,c[b].height=c.xAxis.len,c[b].invert(a))})}var c=this,d=c.chart,e;c.xAxis&&(e=E(d,"resize",b),E(c,"destroy",e),b(a),c.invertGroups=b)},plotGroup:function(a,b,c,d,e){var g=this[a],k=!g;k&&(this[a]=g=this.chart.renderer.g().attr({zIndex:d||.1}).add(e));g.addClass("highcharts-"+b+" highcharts-series-"+this.index+" highcharts-"+this.type+"-series "+(w(this.colorIndex)?"highcharts-color-"+
this.colorIndex+" ":"")+(this.options.className||"")+(g.hasClass("highcharts-tracker")?" highcharts-tracker":""),!0);g.attr({visibility:c})[k?"attr":"animate"](this.getPlotBox());return g},getPlotBox:function(){var a=this.chart,b=this.xAxis,c=this.yAxis;a.inverted&&(b=c,c=this.xAxis);return{translateX:b?b.left:a.plotLeft,translateY:c?c.top:a.plotTop,scaleX:1,scaleY:1}},render:function(){var a=this,b=a.chart,c,d=a.options,e=!!a.animate&&b.renderer.isSVG&&D(d.animation).duration,k=a.visible?"inherit":
"hidden",h=d.zIndex,f=a.hasRendered,m=b.seriesGroup,l=b.inverted;c=a.plotGroup("group","series",k,h,m);a.markerGroup=a.plotGroup("markerGroup","markers",k,h,m);e&&a.animate(!0);c.inverted=a.isCartesian?l:!1;a.drawGraph&&(a.drawGraph(),a.applyZones());a.drawDataLabels&&a.drawDataLabels();a.visible&&a.drawPoints();a.drawTracker&&!1!==a.options.enableMouseTracking&&a.drawTracker();a.invertGroups(l);!1===d.clip||a.sharedClipKey||f||c.clip(b.clipRect);e&&a.animate();f||(a.animationTimeout=C(function(){a.afterAnimate()},
e));a.isDirty=!1;a.hasRendered=!0},redraw:function(){var a=this.chart,b=this.isDirty||this.isDirtyData,c=this.group,d=this.xAxis,e=this.yAxis;c&&(a.inverted&&c.attr({width:a.plotWidth,height:a.plotHeight}),c.animate({translateX:I(d&&d.left,a.plotLeft),translateY:I(e&&e.top,a.plotTop)}));this.translate();this.render();b&&delete this.kdTree},kdAxisArray:["clientX","plotY"],searchPoint:function(a,b){var c=this.xAxis,d=this.yAxis,e=this.chart.inverted;return this.searchKDTree({clientX:e?c.len-a.chartY+
c.pos:a.chartX-c.pos,plotY:e?d.len-a.chartX+d.pos:a.chartY-d.pos},b)},buildKDTree:function(){function a(c,d,e){var g,k;if(k=c&&c.length)return g=b.kdAxisArray[d%e],c.sort(function(a,b){return a[g]-b[g]}),k=Math.floor(k/2),{point:c[k],left:a(c.slice(0,k),d+1,e),right:a(c.slice(k+1),d+1,e)}}this.buildingKdTree=!0;var b=this,c=-1<b.options.findNearestPointBy.indexOf("y")?2:1;delete b.kdTree;C(function(){b.kdTree=a(b.getValidPoints(null,!b.directTouch),c,c);b.buildingKdTree=!1},b.options.kdNow?0:1)},
searchKDTree:function(a,b){function c(a,b,g,f){var m=b.point,l=d.kdAxisArray[g%f],q,t,n=m;t=w(a[e])&&w(m[e])?Math.pow(a[e]-m[e],2):null;q=w(a[k])&&w(m[k])?Math.pow(a[k]-m[k],2):null;q=(t||0)+(q||0);m.dist=w(q)?Math.sqrt(q):Number.MAX_VALUE;m.distX=w(t)?Math.sqrt(t):Number.MAX_VALUE;l=a[l]-m[l];q=0>l?"left":"right";t=0>l?"right":"left";b[q]&&(q=c(a,b[q],g+1,f),n=q[h]<n[h]?q:m);b[t]&&Math.sqrt(l*l)<n[h]&&(a=c(a,b[t],g+1,f),n=a[h]<n[h]?a:n);return n}var d=this,e=this.kdAxisArray[0],k=this.kdAxisArray[1],
h=b?"distX":"dist";b=-1<d.options.findNearestPointBy.indexOf("y")?2:1;this.kdTree||this.buildingKdTree||this.buildKDTree();if(this.kdTree)return c(a,this.kdTree,b,b)}})})(M);(function(a){var E=a.Axis,D=a.Chart,H=a.correctFloat,p=a.defined,f=a.destroyObjectProperties,l=a.each,r=a.format,n=a.objectEach,w=a.pick,u=a.Series;a.StackItem=function(a,h,f,d,c){var b=a.chart.inverted;this.axis=a;this.isNegative=f;this.options=h;this.x=d;this.total=null;this.points={};this.stack=c;this.rightCliff=this.leftCliff=
0;this.alignOptions={align:h.align||(b?f?"left":"right":"center"),verticalAlign:h.verticalAlign||(b?"middle":f?"bottom":"top"),y:w(h.y,b?4:f?14:-6),x:w(h.x,b?f?-6:6:0)};this.textAlign=h.textAlign||(b?f?"right":"left":"center")};a.StackItem.prototype={destroy:function(){f(this,this.axis)},render:function(a){var e=this.options,f=e.format,f=f?r(f,this):e.formatter.call(this);this.label?this.label.attr({text:f,visibility:"hidden"}):this.label=this.axis.chart.renderer.text(f,null,null,e.useHTML).css(e.style).attr({align:this.textAlign,
rotation:e.rotation,visibility:"hidden"}).add(a)},setOffset:function(a,h){var e=this.axis,d=e.chart,c=e.translate(e.usePercentage?100:this.total,0,0,0,1),e=e.translate(0),e=Math.abs(c-e);a=d.xAxis[0].translate(this.x)+a;c=this.getStackBox(d,this,a,c,h,e);if(h=this.label)h.align(this.alignOptions,null,c),c=h.alignAttr,h[!1===this.options.crop||d.isInsidePlot(c.x,c.y)?"show":"hide"](!0)},getStackBox:function(a,h,f,d,c,b){var e=h.axis.reversed,l=a.inverted;a=a.plotHeight;h=h.isNegative&&!e||!h.isNegative&&
e;return{x:l?h?d:d-b:f,y:l?a-f-c:h?a-d-b:a-d,width:l?b:c,height:l?c:b}}};D.prototype.getStacks=function(){var a=this;l(a.yAxis,function(a){a.stacks&&a.hasVisibleSeries&&(a.oldStacks=a.stacks)});l(a.series,function(e){!e.options.stacking||!0!==e.visible&&!1!==a.options.chart.ignoreHiddenSeries||(e.stackKey=e.type+w(e.options.stack,""))})};E.prototype.buildStacks=function(){var a=this.series,h=w(this.options.reversedStacks,!0),f=a.length,d;if(!this.isXAxis){this.usePercentage=!1;for(d=f;d--;)a[h?d:
f-d-1].setStackedPoints();for(d=0;d<f;d++)a[d].modifyStacks()}};E.prototype.renderStackTotals=function(){var a=this.chart,h=a.renderer,f=this.stacks,d=this.stackTotalGroup;d||(this.stackTotalGroup=d=h.g("stack-labels").attr({visibility:"visible",zIndex:6}).add());d.translate(a.plotLeft,a.plotTop);n(f,function(a){n(a,function(a){a.render(d)})})};E.prototype.resetStacks=function(){var a=this,h=a.stacks;a.isXAxis||n(h,function(e){n(e,function(d,c){d.touched<a.stacksTouched?(d.destroy(),delete e[c]):
(d.total=null,d.cumulative=null)})})};E.prototype.cleanStacks=function(){var a;this.isXAxis||(this.oldStacks&&(a=this.stacks=this.oldStacks),n(a,function(a){n(a,function(a){a.cumulative=a.total})}))};u.prototype.setStackedPoints=function(){if(this.options.stacking&&(!0===this.visible||!1===this.chart.options.chart.ignoreHiddenSeries)){var e=this.processedXData,h=this.processedYData,f=[],d=h.length,c=this.options,b=c.threshold,k=w(c.startFromThreshold&&b,0),l=c.stack,c=c.stacking,n=this.stackKey,r=
"-"+n,x=this.negStacks,u=this.yAxis,t=u.stacks,C=u.oldStacks,N,q,A,F,G,g,v;u.stacksTouched+=1;for(G=0;G<d;G++)g=e[G],v=h[G],N=this.getStackIndicator(N,g,this.index),F=N.key,A=(q=x&&v<(k?0:b))?r:n,t[A]||(t[A]={}),t[A][g]||(C[A]&&C[A][g]?(t[A][g]=C[A][g],t[A][g].total=null):t[A][g]=new a.StackItem(u,u.options.stackLabels,q,g,l)),A=t[A][g],null!==v?(A.points[F]=A.points[this.index]=[w(A.cumulative,k)],p(A.cumulative)||(A.base=F),A.touched=u.stacksTouched,0<N.index&&!1===this.singleStacks&&(A.points[F][0]=
A.points[this.index+","+g+",0"][0])):A.points[F]=A.points[this.index]=null,"percent"===c?(q=q?n:r,x&&t[q]&&t[q][g]?(q=t[q][g],A.total=q.total=Math.max(q.total,A.total)+Math.abs(v)||0):A.total=H(A.total+(Math.abs(v)||0))):A.total=H(A.total+(v||0)),A.cumulative=w(A.cumulative,k)+(v||0),null!==v&&(A.points[F].push(A.cumulative),f[G]=A.cumulative);"percent"===c&&(u.usePercentage=!0);this.stackedYData=f;u.oldStacks={}}};u.prototype.modifyStacks=function(){var a=this,h=a.stackKey,f=a.yAxis.stacks,d=a.processedXData,
c,b=a.options.stacking;a[b+"Stacker"]&&l([h,"-"+h],function(e){for(var k=d.length,h,l;k--;)if(h=d[k],c=a.getStackIndicator(c,h,a.index,e),l=(h=f[e]&&f[e][h])&&h.points[c.key])a[b+"Stacker"](l,h,k)})};u.prototype.percentStacker=function(a,h,f){h=h.total?100/h.total:0;a[0]=H(a[0]*h);a[1]=H(a[1]*h);this.stackedYData[f]=a[1]};u.prototype.getStackIndicator=function(a,h,f,d){!p(a)||a.x!==h||d&&a.key!==d?a={x:h,index:0,key:d}:a.index++;a.key=[f,h,a.index].join();return a}})(M);(function(a){var E=a.addEvent,
D=a.animate,H=a.Axis,p=a.createElement,f=a.css,l=a.defined,r=a.each,n=a.erase,w=a.extend,u=a.fireEvent,e=a.inArray,h=a.isNumber,m=a.isObject,d=a.isArray,c=a.merge,b=a.objectEach,k=a.pick,z=a.Point,B=a.Series,I=a.seriesTypes,x=a.setAnimation,K=a.splat;w(a.Chart.prototype,{addSeries:function(a,b,c){var d,e=this;a&&(b=k(b,!0),u(e,"addSeries",{options:a},function(){d=e.initSeries(a);e.isDirtyLegend=!0;e.linkSeries();b&&e.redraw(c)}));return d},addAxis:function(a,b,d,e){var h=b?"xAxis":"yAxis",f=this.options;
a=c(a,{index:this[h].length,isX:b});b=new H(this,a);f[h]=K(f[h]||{});f[h].push(a);k(d,!0)&&this.redraw(e);return b},showLoading:function(a){var b=this,c=b.options,d=b.loadingDiv,e=c.loading,k=function(){d&&f(d,{left:b.plotLeft+"px",top:b.plotTop+"px",width:b.plotWidth+"px",height:b.plotHeight+"px"})};d||(b.loadingDiv=d=p("div",{className:"highcharts-loading highcharts-loading-hidden"},null,b.container),b.loadingSpan=p("span",{className:"highcharts-loading-inner"},null,d),E(b,"redraw",k));d.className=
"highcharts-loading";b.loadingSpan.innerHTML=a||c.lang.loading;f(d,w(e.style,{zIndex:10}));f(b.loadingSpan,e.labelStyle);b.loadingShown||(f(d,{opacity:0,display:""}),D(d,{opacity:e.style.opacity||.5},{duration:e.showDuration||0}));b.loadingShown=!0;k()},hideLoading:function(){var a=this.options,b=this.loadingDiv;b&&(b.className="highcharts-loading highcharts-loading-hidden",D(b,{opacity:0},{duration:a.loading.hideDuration||100,complete:function(){f(b,{display:"none"})}}));this.loadingShown=!1},propsRequireDirtyBox:"backgroundColor borderColor borderWidth margin marginTop marginRight marginBottom marginLeft spacing spacingTop spacingRight spacingBottom spacingLeft borderRadius plotBackgroundColor plotBackgroundImage plotBorderColor plotBorderWidth plotShadow shadow".split(" "),
propsRequireUpdateSeries:"chart.inverted chart.polar chart.ignoreHiddenSeries chart.type colors plotOptions tooltip".split(" "),update:function(a,d,f){var m=this,n={credits:"addCredits",title:"setTitle",subtitle:"setSubtitle"},t=a.chart,x,g,p=[];if(t){c(!0,m.options.chart,t);"className"in t&&m.setClassName(t.className);if("inverted"in t||"polar"in t)m.propFromSeries(),x=!0;"alignTicks"in t&&(x=!0);b(t,function(a,b){-1!==e("chart."+b,m.propsRequireUpdateSeries)&&(g=!0);-1!==e(b,m.propsRequireDirtyBox)&&
(m.isDirtyBox=!0)});"style"in t&&m.renderer.setStyle(t.style)}a.colors&&(this.options.colors=a.colors);a.plotOptions&&c(!0,this.options.plotOptions,a.plotOptions);b(a,function(a,b){if(m[b]&&"function"===typeof m[b].update)m[b].update(a,!1);else if("function"===typeof m[n[b]])m[n[b]](a);"chart"!==b&&-1!==e(b,m.propsRequireUpdateSeries)&&(g=!0)});r("xAxis yAxis zAxis series colorAxis pane".split(" "),function(b){a[b]&&(r(K(a[b]),function(a,c){(c=l(a.id)&&m.get(a.id)||m[b][c])&&c.coll===b&&(c.update(a,
!1),f&&(c.touched=!0));if(!c&&f)if("series"===b)m.addSeries(a,!1).touched=!0;else if("xAxis"===b||"yAxis"===b)m.addAxis(a,"xAxis"===b,!1).touched=!0}),f&&r(m[b],function(a){a.touched?delete a.touched:p.push(a)}))});r(p,function(a){a.remove(!1)});x&&r(m.axes,function(a){a.update({},!1)});g&&r(m.series,function(a){a.update({},!1)});a.loading&&c(!0,m.options.loading,a.loading);x=t&&t.width;t=t&&t.height;h(x)&&x!==m.chartWidth||h(t)&&t!==m.chartHeight?m.setSize(x,t):k(d,!0)&&m.redraw()},setSubtitle:function(a){this.setTitle(void 0,
a)}});w(z.prototype,{update:function(a,b,c,d){function e(){h.applyOptions(a);null===h.y&&g&&(h.graphic=g.destroy());m(a,!0)&&(g&&g.element&&a&&a.marker&&void 0!==a.marker.symbol&&(h.graphic=g.destroy()),a&&a.dataLabels&&h.dataLabel&&(h.dataLabel=h.dataLabel.destroy()),h.connector&&(h.connector=h.connector.destroy()));l=h.index;f.updateParallelArrays(h,l);t.data[l]=m(t.data[l],!0)||m(a,!0)?h.options:a;f.isDirty=f.isDirtyData=!0;!f.fixedBox&&f.hasCartesianSeries&&(n.isDirtyBox=!0);"point"===t.legendType&&
(n.isDirtyLegend=!0);b&&n.redraw(c)}var h=this,f=h.series,g=h.graphic,l,n=f.chart,t=f.options;b=k(b,!0);!1===d?e():h.firePointEvent("update",{options:a},e)},remove:function(a,b){this.series.removePoint(e(this,this.series.data),a,b)}});w(B.prototype,{addPoint:function(a,b,c,d){var e=this.options,h=this.data,f=this.chart,g=this.xAxis,g=g&&g.hasNames&&g.names,l=e.data,m,n,t=this.xData,q,x;b=k(b,!0);m={series:this};this.pointClass.prototype.applyOptions.apply(m,[a]);x=m.x;q=t.length;if(this.requireSorting&&
x<t[q-1])for(n=!0;q&&t[q-1]>x;)q--;this.updateParallelArrays(m,"splice",q,0,0);this.updateParallelArrays(m,q);g&&m.name&&(g[x]=m.name);l.splice(q,0,a);n&&(this.data.splice(q,0,null),this.processData());"point"===e.legendType&&this.generatePoints();c&&(h[0]&&h[0].remove?h[0].remove(!1):(h.shift(),this.updateParallelArrays(m,"shift"),l.shift()));this.isDirtyData=this.isDirty=!0;b&&f.redraw(d)},removePoint:function(a,b,c){var d=this,e=d.data,h=e[a],f=d.points,g=d.chart,l=function(){f&&f.length===e.length&&
f.splice(a,1);e.splice(a,1);d.options.data.splice(a,1);d.updateParallelArrays(h||{series:d},"splice",a,1);h&&h.destroy();d.isDirty=!0;d.isDirtyData=!0;b&&g.redraw()};x(c,g);b=k(b,!0);h?h.firePointEvent("remove",null,l):l()},remove:function(a,b,c){function d(){e.destroy();h.isDirtyLegend=h.isDirtyBox=!0;h.linkSeries();k(a,!0)&&h.redraw(b)}var e=this,h=e.chart;!1!==c?u(e,"remove",null,d):d()},update:function(a,b){var d=this,e=d.chart,h=d.userOptions,f=d.oldType||d.type,l=a.type||h.type||e.options.chart.type,
g=I[f].prototype,m,n=["group","markerGroup","dataLabelsGroup"],t=["navigatorSeries","baseSeries"],x=d.finishedAnimating&&{animation:!1};if(Object.keys&&"data"===Object.keys(a).toString())return this.setData(a.data,b);t=n.concat(t);r(t,function(a){t[a]=d[a];delete d[a]});a=c(h,x,{index:d.index,pointStart:d.xData[0]},{data:d.options.data},a);d.remove(!1,null,!1);for(m in g)d[m]=void 0;w(d,I[l||f].prototype);r(t,function(a){d[a]=t[a]});d.init(e,a);a.zIndex!==h.zIndex&&r(n,function(b){d[b]&&d[b].attr({zIndex:a.zIndex})});
d.oldType=f;e.linkSeries();k(b,!0)&&e.redraw(!1)}});w(H.prototype,{update:function(a,b){var d=this.chart;a=d.options[this.coll][this.options.index]=c(this.userOptions,a);this.destroy(!0);this.init(d,w(a,{events:void 0}));d.isDirtyBox=!0;k(b,!0)&&d.redraw()},remove:function(a){for(var b=this.chart,c=this.coll,e=this.series,h=e.length;h--;)e[h]&&e[h].remove(!1);n(b.axes,this);n(b[c],this);d(b.options[c])?b.options[c].splice(this.options.index,1):delete b.options[c];r(b[c],function(a,b){a.options.index=
b});this.destroy();b.isDirtyBox=!0;k(a,!0)&&b.redraw()},setTitle:function(a,b){this.update({title:a},b)},setCategories:function(a,b){this.update({categories:a},b)}})})(M);(function(a){var E=a.color,D=a.each,H=a.map,p=a.pick,f=a.Series,l=a.seriesType;l("area","line",{softThreshold:!1,threshold:0},{singleStacks:!1,getStackPoints:function(f){var l=[],r=[],u=this.xAxis,e=this.yAxis,h=e.stacks[this.stackKey],m={},d=this.index,c=e.series,b=c.length,k,z=p(e.options.reversedStacks,!0)?1:-1,B;f=f||this.points;
if(this.options.stacking){for(B=0;B<f.length;B++)f[B].leftNull=f[B].rightNull=null,m[f[B].x]=f[B];a.objectEach(h,function(a,b){null!==a.total&&r.push(b)});r.sort(function(a,b){return a-b});k=H(c,function(){return this.visible});D(r,function(a,c){var f=0,n,x;if(m[a]&&!m[a].isNull)l.push(m[a]),D([-1,1],function(e){var f=1===e?"rightNull":"leftNull",l=0,t=h[r[c+e]];if(t)for(B=d;0<=B&&B<b;)n=t.points[B],n||(B===d?m[a][f]=!0:k[B]&&(x=h[a].points[B])&&(l-=x[1]-x[0])),B+=z;m[a][1===e?"rightCliff":"leftCliff"]=
l});else{for(B=d;0<=B&&B<b;){if(n=h[a].points[B]){f=n[1];break}B+=z}f=e.translate(f,0,1,0,1);l.push({isNull:!0,plotX:u.translate(a,0,0,0,1),x:a,plotY:f,yBottom:f})}})}return l},getGraphPath:function(a){var l=f.prototype.getGraphPath,r=this.options,u=r.stacking,e=this.yAxis,h,m,d=[],c=[],b=this.index,k,z=e.stacks[this.stackKey],B=r.threshold,I=e.getThreshold(r.threshold),x,r=r.connectNulls||"percent"===u,K=function(h,f,l){var m=a[h];h=u&&z[m.x].points[b];var n=m[l+"Null"]||0;l=m[l+"Cliff"]||0;var x,
t,m=!0;l||n?(x=(n?h[0]:h[1])+l,t=h[0]+l,m=!!n):!u&&a[f]&&a[f].isNull&&(x=t=B);void 0!==x&&(c.push({plotX:k,plotY:null===x?I:e.getThreshold(x),isNull:m,isCliff:!0}),d.push({plotX:k,plotY:null===t?I:e.getThreshold(t),doCurve:!1}))};a=a||this.points;u&&(a=this.getStackPoints(a));for(h=0;h<a.length;h++)if(m=a[h].isNull,k=p(a[h].rectPlotX,a[h].plotX),x=p(a[h].yBottom,I),!m||r)r||K(h,h-1,"left"),m&&!u&&r||(c.push(a[h]),d.push({x:h,plotX:k,plotY:x})),r||K(h,h+1,"right");h=l.call(this,c,!0,!0);d.reversed=
!0;m=l.call(this,d,!0,!0);m.length&&(m[0]="L");m=h.concat(m);l=l.call(this,c,!1,r);m.xMap=h.xMap;this.areaPath=m;return l},drawGraph:function(){this.areaPath=[];f.prototype.drawGraph.apply(this);var a=this,l=this.areaPath,w=this.options,u=[["area","highcharts-area",this.color,w.fillColor]];D(this.zones,function(e,h){u.push(["zone-area-"+h,"highcharts-area highcharts-zone-area-"+h+" "+e.className,e.color||a.color,e.fillColor||w.fillColor])});D(u,function(e){var h=e[0],f=a[h];f?(f.endX=a.preventGraphAnimation?
null:l.xMap,f.animate({d:l})):(f=a[h]=a.chart.renderer.path(l).addClass(e[1]).attr({fill:p(e[3],E(e[2]).setOpacity(p(w.fillOpacity,.75)).get()),zIndex:0}).add(a.group),f.isArea=!0);f.startX=l.xMap;f.shiftUnit=w.step?2:1})},drawLegendSymbol:a.LegendSymbolMixin.drawRectangle})})(M);(function(a){var E=a.pick;a=a.seriesType;a("spline","line",{},{getPointSpline:function(a,H,p){var f=H.plotX,l=H.plotY,r=a[p-1];p=a[p+1];var n,w,u,e;if(r&&!r.isNull&&!1!==r.doCurve&&!H.isCliff&&p&&!p.isNull&&!1!==p.doCurve&&
!H.isCliff){a=r.plotY;u=p.plotX;p=p.plotY;var h=0;n=(1.5*f+r.plotX)/2.5;w=(1.5*l+a)/2.5;u=(1.5*f+u)/2.5;e=(1.5*l+p)/2.5;u!==n&&(h=(e-w)*(u-f)/(u-n)+l-e);w+=h;e+=h;w>a&&w>l?(w=Math.max(a,l),e=2*l-w):w<a&&w<l&&(w=Math.min(a,l),e=2*l-w);e>p&&e>l?(e=Math.max(p,l),w=2*l-e):e<p&&e<l&&(e=Math.min(p,l),w=2*l-e);H.rightContX=u;H.rightContY=e}H=["C",E(r.rightContX,r.plotX),E(r.rightContY,r.plotY),E(n,f),E(w,l),f,l];r.rightContX=r.rightContY=null;return H}})})(M);(function(a){var E=a.seriesTypes.area.prototype,
D=a.seriesType;D("areaspline","spline",a.defaultPlotOptions.area,{getStackPoints:E.getStackPoints,getGraphPath:E.getGraphPath,drawGraph:E.drawGraph,drawLegendSymbol:a.LegendSymbolMixin.drawRectangle})})(M);(function(a){var E=a.animObject,D=a.color,H=a.each,p=a.extend,f=a.isNumber,l=a.merge,r=a.pick,n=a.Series,w=a.seriesType,u=a.svg;w("column","line",{borderRadius:0,crisp:!0,groupPadding:.2,marker:null,pointPadding:.1,minPointLength:0,cropThreshold:50,pointRange:null,states:{hover:{halo:!1,brightness:.1},
select:{color:"#cccccc",borderColor:"#000000"}},dataLabels:{align:null,verticalAlign:null,y:null},softThreshold:!1,startFromThreshold:!0,stickyTracking:!1,tooltip:{distance:6},threshold:0,borderColor:"#ffffff"},{cropShoulder:0,directTouch:!0,trackerGroups:["group","dataLabelsGroup"],negStacks:!0,init:function(){n.prototype.init.apply(this,arguments);var a=this,h=a.chart;h.hasRendered&&H(h.series,function(e){e.type===a.type&&(e.isDirty=!0)})},getColumnMetrics:function(){var a=this,h=a.options,f=a.xAxis,
d=a.yAxis,c=f.reversed,b,k={},l=0;!1===h.grouping?l=1:H(a.chart.series,function(c){var e=c.options,h=c.yAxis,f;c.type!==a.type||!c.visible&&a.chart.options.chart.ignoreHiddenSeries||d.len!==h.len||d.pos!==h.pos||(e.stacking?(b=c.stackKey,void 0===k[b]&&(k[b]=l++),f=k[b]):!1!==e.grouping&&(f=l++),c.columnIndex=f)});var n=Math.min(Math.abs(f.transA)*(f.ordinalSlope||h.pointRange||f.closestPointRange||f.tickInterval||1),f.len),p=n*h.groupPadding,x=(n-2*p)/(l||1),h=Math.min(h.maxPointWidth||f.len,r(h.pointWidth,
x*(1-2*h.pointPadding)));a.columnMetrics={width:h,offset:(x-h)/2+(p+((a.columnIndex||0)+(c?1:0))*x-n/2)*(c?-1:1)};return a.columnMetrics},crispCol:function(a,h,f,d){var c=this.chart,b=this.borderWidth,e=-(b%2?.5:0),b=b%2?.5:1;c.inverted&&c.renderer.isVML&&(b+=1);this.options.crisp&&(f=Math.round(a+f)+e,a=Math.round(a)+e,f-=a);d=Math.round(h+d)+b;e=.5>=Math.abs(h)&&.5<d;h=Math.round(h)+b;d-=h;e&&d&&(--h,d+=1);return{x:a,y:h,width:f,height:d}},translate:function(){var a=this,h=a.chart,f=a.options,d=
a.dense=2>a.closestPointRange*a.xAxis.transA,d=a.borderWidth=r(f.borderWidth,d?0:1),c=a.yAxis,b=f.threshold,k=a.translatedThreshold=c.getThreshold(b),l=r(f.minPointLength,5),p=a.getColumnMetrics(),u=p.width,x=a.barW=Math.max(u,1+2*d),w=a.pointXOffset=p.offset;h.inverted&&(k-=.5);f.pointPadding&&(x=Math.ceil(x));n.prototype.translate.apply(a);H(a.points,function(d){var e=r(d.yBottom,k),f=999+Math.abs(e),f=Math.min(Math.max(-f,d.plotY),c.len+f),m=d.plotX+w,n=x,t=Math.min(f,e),p,g=Math.max(f,e)-t;l&&
Math.abs(g)<l&&(g=l,p=!c.reversed&&!d.negative||c.reversed&&d.negative,d.y===b&&a.dataMax<=b&&c.min<b&&(p=!p),t=Math.abs(t-k)>l?e-l:k-(p?l:0));d.barX=m;d.pointWidth=u;d.tooltipPos=h.inverted?[c.len+c.pos-h.plotLeft-f,a.xAxis.len-m-n/2,g]:[m+n/2,f+c.pos-h.plotTop,g];d.shapeType="rect";d.shapeArgs=a.crispCol.apply(a,d.isNull?[m,k,n,0]:[m,t,n,g])})},getSymbol:a.noop,drawLegendSymbol:a.LegendSymbolMixin.drawRectangle,drawGraph:function(){this.group[this.dense?"addClass":"removeClass"]("highcharts-dense-data")},
pointAttribs:function(a,f){var e=this.options,d,c=this.pointAttrToOptions||{};d=c.stroke||"borderColor";var b=c["stroke-width"]||"borderWidth",k=a&&a.color||this.color,h=a&&a[d]||e[d]||this.color||k,n=a&&a[b]||e[b]||this[b]||0,c=e.dashStyle;a&&this.zones.length&&(k=a.getZone(),k=a.options.color||k&&k.color||this.color);f&&(a=l(e.states[f],a.options.states&&a.options.states[f]||{}),f=a.brightness,k=a.color||void 0!==f&&D(k).brighten(a.brightness).get()||k,h=a[d]||h,n=a[b]||n,c=a.dashStyle||c);d={fill:k,
stroke:h,"stroke-width":n};c&&(d.dashstyle=c);return d},drawPoints:function(){var a=this,h=this.chart,m=a.options,d=h.renderer,c=m.animationLimit||250,b;H(a.points,function(e){var k=e.graphic;if(f(e.plotY)&&null!==e.y){b=e.shapeArgs;if(k)k[h.pointCount<c?"animate":"attr"](l(b));else e.graphic=k=d[e.shapeType](b).add(e.group||a.group);m.borderRadius&&k.attr({r:m.borderRadius});k.attr(a.pointAttribs(e,e.selected&&"select")).shadow(m.shadow,null,m.stacking&&!m.borderRadius);k.addClass(e.getClassName(),
!0)}else k&&(e.graphic=k.destroy())})},animate:function(a){var e=this,f=this.yAxis,d=e.options,c=this.chart.inverted,b={},k=c?"translateX":"translateY",l;u&&(a?(b.scaleY=.001,a=Math.min(f.pos+f.len,Math.max(f.pos,f.toPixels(d.threshold))),c?b.translateX=a-f.len:b.translateY=a,e.group.attr(b)):(l=e.group.attr(k),e.group.animate({scaleY:1},p(E(e.options.animation),{step:function(a,c){b[k]=l+c.pos*(f.pos-l);e.group.attr(b)}})),e.animate=null))},remove:function(){var a=this,f=a.chart;f.hasRendered&&H(f.series,
function(e){e.type===a.type&&(e.isDirty=!0)});n.prototype.remove.apply(a,arguments)}})})(M);(function(a){a=a.seriesType;a("bar","column",null,{inverted:!0})})(M);(function(a){var E=a.Series;a=a.seriesType;a("scatter","line",{lineWidth:0,findNearestPointBy:"xy",marker:{enabled:!0},tooltip:{headerFormat:'\x3cspan style\x3d"color:{point.color}"\x3e\u25cf\x3c/span\x3e \x3cspan style\x3d"font-size: 0.85em"\x3e {series.name}\x3c/span\x3e\x3cbr/\x3e',pointFormat:"x: \x3cb\x3e{point.x}\x3c/b\x3e\x3cbr/\x3ey: \x3cb\x3e{point.y}\x3c/b\x3e\x3cbr/\x3e"}},
{sorted:!1,requireSorting:!1,noSharedTooltip:!0,trackerGroups:["group","markerGroup","dataLabelsGroup"],takeOrdinalPosition:!1,drawGraph:function(){this.options.lineWidth&&E.prototype.drawGraph.call(this)}})})(M);(function(a){var E=a.deg2rad,D=a.isNumber,H=a.pick,p=a.relativeLength;a.CenteredSeriesMixin={getCenter:function(){var a=this.options,l=this.chart,r=2*(a.slicedOffset||0),n=l.plotWidth-2*r,l=l.plotHeight-2*r,w=a.center,w=[H(w[0],"50%"),H(w[1],"50%"),a.size||"100%",a.innerSize||0],u=Math.min(n,
l),e,h;for(e=0;4>e;++e)h=w[e],a=2>e||2===e&&/%$/.test(h),w[e]=p(h,[n,l,u,w[2]][e])+(a?r:0);w[3]>w[2]&&(w[3]=w[2]);return w},getStartAndEndRadians:function(a,l){a=D(a)?a:0;l=D(l)&&l>a&&360>l-a?l:a+360;return{start:E*(a+-90),end:E*(l+-90)}}}})(M);(function(a){var E=a.addEvent,D=a.CenteredSeriesMixin,H=a.defined,p=a.each,f=a.extend,l=D.getStartAndEndRadians,r=a.inArray,n=a.noop,w=a.pick,u=a.Point,e=a.Series,h=a.seriesType,m=a.setAnimation;h("pie","line",{center:[null,null],clip:!1,colorByPoint:!0,dataLabels:{distance:30,
enabled:!0,formatter:function(){return this.point.isNull?void 0:this.point.name},x:0},ignoreHiddenPoint:!0,legendType:"point",marker:null,size:null,showInLegend:!1,slicedOffset:10,stickyTracking:!1,tooltip:{followPointer:!0},borderColor:"#ffffff",borderWidth:1,states:{hover:{brightness:.1,shadow:!1}}},{isCartesian:!1,requireSorting:!1,directTouch:!0,noSharedTooltip:!0,trackerGroups:["group","dataLabelsGroup"],axisTypes:[],pointAttribs:a.seriesTypes.column.prototype.pointAttribs,animate:function(a){var c=
this,b=c.points,d=c.startAngleRad;a||(p(b,function(a){var b=a.graphic,e=a.shapeArgs;b&&(b.attr({r:a.startR||c.center[3]/2,start:d,end:d}),b.animate({r:e.r,start:e.start,end:e.end},c.options.animation))}),c.animate=null)},updateTotals:function(){var a,c=0,b=this.points,e=b.length,f,h=this.options.ignoreHiddenPoint;for(a=0;a<e;a++)f=b[a],c+=h&&!f.visible?0:f.isNull?0:f.y;this.total=c;for(a=0;a<e;a++)f=b[a],f.percentage=0<c&&(f.visible||!h)?f.y/c*100:0,f.total=c},generatePoints:function(){e.prototype.generatePoints.call(this);
this.updateTotals()},translate:function(a){this.generatePoints();var c=0,b=this.options,d=b.slicedOffset,e=d+(b.borderWidth||0),f,h,m,n=l(b.startAngle,b.endAngle),t=this.startAngleRad=n.start,n=(this.endAngleRad=n.end)-t,p=this.points,u,q=b.dataLabels.distance,b=b.ignoreHiddenPoint,r,F=p.length,G;a||(this.center=a=this.getCenter());this.getX=function(b,c,d){m=Math.asin(Math.min((b-a[1])/(a[2]/2+d.labelDistance),1));return a[0]+(c?-1:1)*Math.cos(m)*(a[2]/2+d.labelDistance)};for(r=0;r<F;r++){G=p[r];
G.labelDistance=w(G.options.dataLabels&&G.options.dataLabels.distance,q);this.maxLabelDistance=Math.max(this.maxLabelDistance||0,G.labelDistance);f=t+c*n;if(!b||G.visible)c+=G.percentage/100;h=t+c*n;G.shapeType="arc";G.shapeArgs={x:a[0],y:a[1],r:a[2]/2,innerR:a[3]/2,start:Math.round(1E3*f)/1E3,end:Math.round(1E3*h)/1E3};m=(h+f)/2;m>1.5*Math.PI?m-=2*Math.PI:m<-Math.PI/2&&(m+=2*Math.PI);G.slicedTranslation={translateX:Math.round(Math.cos(m)*d),translateY:Math.round(Math.sin(m)*d)};h=Math.cos(m)*a[2]/
2;u=Math.sin(m)*a[2]/2;G.tooltipPos=[a[0]+.7*h,a[1]+.7*u];G.half=m<-Math.PI/2||m>Math.PI/2?1:0;G.angle=m;f=Math.min(e,G.labelDistance/5);G.labelPos=[a[0]+h+Math.cos(m)*G.labelDistance,a[1]+u+Math.sin(m)*G.labelDistance,a[0]+h+Math.cos(m)*f,a[1]+u+Math.sin(m)*f,a[0]+h,a[1]+u,0>G.labelDistance?"center":G.half?"right":"left",m]}},drawGraph:null,drawPoints:function(){var a=this,c=a.chart.renderer,b,e,h,l,m=a.options.shadow;m&&!a.shadowGroup&&(a.shadowGroup=c.g("shadow").add(a.group));p(a.points,function(d){e=
d.graphic;if(d.isNull)e&&(d.graphic=e.destroy());else{l=d.shapeArgs;b=d.getTranslate();var k=d.shadowGroup;m&&!k&&(k=d.shadowGroup=c.g("shadow").add(a.shadowGroup));k&&k.attr(b);h=a.pointAttribs(d,d.selected&&"select");e?e.setRadialReference(a.center).attr(h).animate(f(l,b)):(d.graphic=e=c[d.shapeType](l).setRadialReference(a.center).attr(b).add(a.group),d.visible||e.attr({visibility:"hidden"}),e.attr(h).attr({"stroke-linejoin":"round"}).shadow(m,k));e.addClass(d.getClassName())}})},searchPoint:n,
sortByAngle:function(a,c){a.sort(function(a,d){return void 0!==a.angle&&(d.angle-a.angle)*c})},drawLegendSymbol:a.LegendSymbolMixin.drawRectangle,getCenter:D.getCenter,getSymbol:n},{init:function(){u.prototype.init.apply(this,arguments);var a=this,c;a.name=w(a.name,"Slice");c=function(b){a.slice("select"===b.type)};E(a,"select",c);E(a,"unselect",c);return a},isValid:function(){return a.isNumber(this.y,!0)&&0<=this.y},setVisible:function(a,c){var b=this,d=b.series,e=d.chart,f=d.options.ignoreHiddenPoint;
c=w(c,f);a!==b.visible&&(b.visible=b.options.visible=a=void 0===a?!b.visible:a,d.options.data[r(b,d.data)]=b.options,p(["graphic","dataLabel","connector","shadowGroup"],function(c){if(b[c])b[c][a?"show":"hide"](!0)}),b.legendItem&&e.legend.colorizeItem(b,a),a||"hover"!==b.state||b.setState(""),f&&(d.isDirty=!0),c&&e.redraw())},slice:function(a,c,b){var d=this.series;m(b,d.chart);w(c,!0);this.sliced=this.options.sliced=H(a)?a:!this.sliced;d.options.data[r(this,d.data)]=this.options;this.graphic.animate(this.getTranslate());
this.shadowGroup&&this.shadowGroup.animate(this.getTranslate())},getTranslate:function(){return this.sliced?this.slicedTranslation:{translateX:0,translateY:0}},haloPath:function(a){var c=this.shapeArgs;return this.sliced||!this.visible?[]:this.series.chart.renderer.symbols.arc(c.x,c.y,c.r+a,c.r+a,{innerR:this.shapeArgs.r-1,start:c.start,end:c.end})}})})(M);(function(a){var E=a.addEvent,D=a.arrayMax,H=a.defined,p=a.each,f=a.extend,l=a.format,r=a.map,n=a.merge,w=a.noop,u=a.pick,e=a.relativeLength,h=
a.Series,m=a.seriesTypes,d=a.stableSort;a.distribute=function(a,b){function c(a,b){return a.target-b.target}var e,f=!0,h=a,l=[],m;m=0;for(e=a.length;e--;)m+=a[e].size;if(m>b){d(a,function(a,b){return(b.rank||0)-(a.rank||0)});for(m=e=0;m<=b;)m+=a[e].size,e++;l=a.splice(e-1,a.length)}d(a,c);for(a=r(a,function(a){return{size:a.size,targets:[a.target],align:u(a.align,.5)}});f;){for(e=a.length;e--;)f=a[e],m=(Math.min.apply(0,f.targets)+Math.max.apply(0,f.targets))/2,f.pos=Math.min(Math.max(0,m-f.size*
f.align),b-f.size);e=a.length;for(f=!1;e--;)0<e&&a[e-1].pos+a[e-1].size>a[e].pos&&(a[e-1].size+=a[e].size,a[e-1].targets=a[e-1].targets.concat(a[e].targets),a[e-1].align=.5,a[e-1].pos+a[e-1].size>b&&(a[e-1].pos=b-a[e-1].size),a.splice(e,1),f=!0)}e=0;p(a,function(a){var b=0;p(a.targets,function(){h[e].pos=a.pos+b;b+=h[e].size;e++})});h.push.apply(h,l);d(h,c)};h.prototype.drawDataLabels=function(){function c(a,b){var c=b.filter;return c?(b=c.operator,a=a[c.property],c=c.value,"\x3e"===b&&a>c||"\x3c"===
b&&a<c||"\x3e\x3d"===b&&a>=c||"\x3c\x3d"===b&&a<=c||"\x3d\x3d"===b&&a==c||"\x3d\x3d\x3d"===b&&a===c?!0:!1):!0}var b=this,d=b.options,e=d.dataLabels,f=b.points,h,m,r=b.hasRendered||0,t,w,D=u(e.defer,!!d.animation),q=b.chart.renderer;if(e.enabled||b._hasPointLabels)b.dlProcessOptions&&b.dlProcessOptions(e),w=b.plotGroup("dataLabelsGroup","data-labels",D&&!r?"hidden":"visible",e.zIndex||6),D&&(w.attr({opacity:+r}),r||E(b,"afterAnimate",function(){b.visible&&w.show(!0);w[d.animation?"animate":"attr"]({opacity:1},
{duration:200})})),m=e,p(f,function(f){var k,p=f.dataLabel,g,x,r=f.connector,z=!p,C;h=f.dlOptions||f.options&&f.options.dataLabels;(k=u(h&&h.enabled,m.enabled)&&!f.isNull)&&(k=!0===c(f,h||e));k&&(e=n(m,h),g=f.getLabelConfig(),C=e[f.formatPrefix+"Format"]||e.format,t=H(C)?l(C,g):(e[f.formatPrefix+"Formatter"]||e.formatter).call(g,e),C=e.style,g=e.rotation,C.color=u(e.color,C.color,b.color,"#000000"),"contrast"===C.color&&(f.contrastColor=q.getContrast(f.color||b.color),C.color=e.inside||0>u(f.labelDistance,
e.distance)||d.stacking?f.contrastColor:"#000000"),d.cursor&&(C.cursor=d.cursor),x={fill:e.backgroundColor,stroke:e.borderColor,"stroke-width":e.borderWidth,r:e.borderRadius||0,rotation:g,padding:e.padding,zIndex:1},a.objectEach(x,function(a,b){void 0===a&&delete x[b]}));!p||k&&H(t)?k&&H(t)&&(p?x.text=t:(p=f.dataLabel=g?q.text(t,0,-9999).addClass("highcharts-data-label"):q.label(t,0,-9999,e.shape,null,null,e.useHTML,null,"data-label"),p.addClass(" highcharts-data-label-color-"+f.colorIndex+" "+(e.className||
"")+(e.useHTML?"highcharts-tracker":""))),p.attr(x),p.css(C).shadow(e.shadow),p.added||p.add(w),b.alignDataLabel(f,p,e,null,z)):(f.dataLabel=p=p.destroy(),r&&(f.connector=r.destroy()))})};h.prototype.alignDataLabel=function(a,b,d,e,h){var c=this.chart,k=c.inverted,l=u(a.dlBox&&a.dlBox.centerX,a.plotX,-9999),m=u(a.plotY,-9999),n=b.getBBox(),p,q=d.rotation,r=d.align,w=this.visible&&(a.series.forceDL||c.isInsidePlot(l,Math.round(m),k)||e&&c.isInsidePlot(l,k?e.x+1:e.y+e.height-1,k)),z="justify"===u(d.overflow,
"justify");if(w&&(p=d.style.fontSize,p=c.renderer.fontMetrics(p,b).b,e=f({x:k?this.yAxis.len-m:l,y:Math.round(k?this.xAxis.len-l:m),width:0,height:0},e),f(d,{width:n.width,height:n.height}),q?(z=!1,l=c.renderer.rotCorr(p,q),l={x:e.x+d.x+e.width/2+l.x,y:e.y+d.y+{top:0,middle:.5,bottom:1}[d.verticalAlign]*e.height},b[h?"attr":"animate"](l).attr({align:r}),m=(q+720)%360,m=180<m&&360>m,"left"===r?l.y-=m?n.height:0:"center"===r?(l.x-=n.width/2,l.y-=n.height/2):"right"===r&&(l.x-=n.width,l.y-=m?0:n.height)):
(b.align(d,null,e),l=b.alignAttr),z?a.isLabelJustified=this.justifyDataLabel(b,d,l,n,e,h):u(d.crop,!0)&&(w=c.isInsidePlot(l.x,l.y)&&c.isInsidePlot(l.x+n.width,l.y+n.height)),d.shape&&!q))b[h?"attr":"animate"]({anchorX:k?c.plotWidth-a.plotY:a.plotX,anchorY:k?c.plotHeight-a.plotX:a.plotY});w||(b.attr({y:-9999}),b.placed=!1)};h.prototype.justifyDataLabel=function(a,b,d,e,f,h){var c=this.chart,k=b.align,l=b.verticalAlign,m,n,p=a.box?0:a.padding||0;m=d.x+p;0>m&&("right"===k?b.align="left":b.x=-m,n=!0);
m=d.x+e.width-p;m>c.plotWidth&&("left"===k?b.align="right":b.x=c.plotWidth-m,n=!0);m=d.y+p;0>m&&("bottom"===l?b.verticalAlign="top":b.y=-m,n=!0);m=d.y+e.height-p;m>c.plotHeight&&("top"===l?b.verticalAlign="bottom":b.y=c.plotHeight-m,n=!0);n&&(a.placed=!h,a.align(b,null,f));return n};m.pie&&(m.pie.prototype.drawDataLabels=function(){var c=this,b=c.data,d,e=c.chart,f=c.options.dataLabels,l=u(f.connectorPadding,10),m=u(f.connectorWidth,1),n=e.plotWidth,t=e.plotHeight,r,w=c.center,q=w[2]/2,A=w[1],F,G,
g,v,E=[[],[]],L,P,J,M,y=[0,0,0,0];c.visible&&(f.enabled||c._hasPointLabels)&&(p(b,function(a){a.dataLabel&&a.visible&&a.dataLabel.shortened&&(a.dataLabel.attr({width:"auto"}).css({width:"auto",textOverflow:"clip"}),a.dataLabel.shortened=!1)}),h.prototype.drawDataLabels.apply(c),p(b,function(a){a.dataLabel&&a.visible&&(E[a.half].push(a),a.dataLabel._pos=null)}),p(E,function(b,h){var k,m,x=b.length,r=[],z;if(x)for(c.sortByAngle(b,h-.5),0<c.maxLabelDistance&&(k=Math.max(0,A-q-c.maxLabelDistance),m=Math.min(A+
q+c.maxLabelDistance,e.plotHeight),p(b,function(a){0<a.labelDistance&&a.dataLabel&&(a.top=Math.max(0,A-q-a.labelDistance),a.bottom=Math.min(A+q+a.labelDistance,e.plotHeight),z=a.dataLabel.getBBox().height||21,a.positionsIndex=r.push({target:a.labelPos[1]-a.top+z/2,size:z,rank:a.y})-1)}),a.distribute(r,m+z-k)),M=0;M<x;M++)d=b[M],m=d.positionsIndex,g=d.labelPos,F=d.dataLabel,J=!1===d.visible?"hidden":"inherit",P=k=g[1],r&&H(r[m])&&(void 0===r[m].pos?J="hidden":(v=r[m].size,P=d.top+r[m].pos)),delete d.positionIndex,
L=f.justify?w[0]+(h?-1:1)*(q+d.labelDistance):c.getX(P<d.top+2||P>d.bottom-2?k:P,h,d),F._attr={visibility:J,align:g[6]},F._pos={x:L+f.x+({left:l,right:-l}[g[6]]||0),y:P+f.y-10},g.x=L,g.y=P,u(f.crop,!0)&&(G=F.getBBox().width,k=null,L-G<l?(k=Math.round(G-L+l),y[3]=Math.max(k,y[3])):L+G>n-l&&(k=Math.round(L+G-n+l),y[1]=Math.max(k,y[1])),0>P-v/2?y[0]=Math.max(Math.round(-P+v/2),y[0]):P+v/2>t&&(y[2]=Math.max(Math.round(P+v/2-t),y[2])),F.sideOverflow=k)}),0===D(y)||this.verifyDataLabelOverflow(y))&&(this.placeDataLabels(),
m&&p(this.points,function(a){var b;r=a.connector;if((F=a.dataLabel)&&F._pos&&a.visible&&0<a.labelDistance){J=F._attr.visibility;if(b=!r)a.connector=r=e.renderer.path().addClass("highcharts-data-label-connector highcharts-color-"+a.colorIndex).add(c.dataLabelsGroup),r.attr({"stroke-width":m,stroke:f.connectorColor||a.color||"#666666"});r[b?"attr":"animate"]({d:c.connectorPath(a.labelPos)});r.attr("visibility",J)}else r&&(a.connector=r.destroy())}))},m.pie.prototype.connectorPath=function(a){var b=
a.x,c=a.y;return u(this.options.dataLabels.softConnector,!0)?["M",b+("left"===a[6]?5:-5),c,"C",b,c,2*a[2]-a[4],2*a[3]-a[5],a[2],a[3],"L",a[4],a[5]]:["M",b+("left"===a[6]?5:-5),c,"L",a[2],a[3],"L",a[4],a[5]]},m.pie.prototype.placeDataLabels=function(){p(this.points,function(a){var b=a.dataLabel;b&&a.visible&&((a=b._pos)?(b.sideOverflow&&(b._attr.width=b.getBBox().width-b.sideOverflow,b.css({width:b._attr.width+"px",textOverflow:"ellipsis"}),b.shortened=!0),b.attr(b._attr),b[b.moved?"animate":"attr"](a),
b.moved=!0):b&&b.attr({y:-9999}))},this)},m.pie.prototype.alignDataLabel=w,m.pie.prototype.verifyDataLabelOverflow=function(a){var b=this.center,c=this.options,d=c.center,f=c.minSize||80,h,l=null!==c.size;l||(null!==d[0]?h=Math.max(b[2]-Math.max(a[1],a[3]),f):(h=Math.max(b[2]-a[1]-a[3],f),b[0]+=(a[3]-a[1])/2),null!==d[1]?h=Math.max(Math.min(h,b[2]-Math.max(a[0],a[2])),f):(h=Math.max(Math.min(h,b[2]-a[0]-a[2]),f),b[1]+=(a[0]-a[2])/2),h<b[2]?(b[2]=h,b[3]=Math.min(e(c.innerSize||0,h),h),this.translate(b),
this.drawDataLabels&&this.drawDataLabels()):l=!0);return l});m.column&&(m.column.prototype.alignDataLabel=function(a,b,d,e,f){var c=this.chart.inverted,k=a.series,l=a.dlBox||a.shapeArgs,m=u(a.below,a.plotY>u(this.translatedThreshold,k.yAxis.len)),p=u(d.inside,!!this.options.stacking);l&&(e=n(l),0>e.y&&(e.height+=e.y,e.y=0),l=e.y+e.height-k.yAxis.len,0<l&&(e.height-=l),c&&(e={x:k.yAxis.len-e.y-e.height,y:k.xAxis.len-e.x-e.width,width:e.height,height:e.width}),p||(c?(e.x+=m?0:e.width,e.width=0):(e.y+=
m?e.height:0,e.height=0)));d.align=u(d.align,!c||p?"center":m?"right":"left");d.verticalAlign=u(d.verticalAlign,c||p?"middle":m?"top":"bottom");h.prototype.alignDataLabel.call(this,a,b,d,e,f);a.isLabelJustified&&a.contrastColor&&a.dataLabel.css({color:a.contrastColor})})})(M);(function(a){var E=a.Chart,D=a.each,H=a.objectEach,p=a.pick;a=a.addEvent;a(E.prototype,"render",function(){var a=[];D(this.labelCollectors||[],function(f){a=a.concat(f())});D(this.yAxis||[],function(f){f.options.stackLabels&&
!f.options.stackLabels.allowOverlap&&H(f.stacks,function(f){H(f,function(f){a.push(f.label)})})});D(this.series||[],function(f){var l=f.options.dataLabels,n=f.dataLabelCollections||["dataLabel"];(l.enabled||f._hasPointLabels)&&!l.allowOverlap&&f.visible&&D(n,function(l){D(f.points,function(f){f[l]&&(f[l].labelrank=p(f.labelrank,f.shapeArgs&&f.shapeArgs.height),a.push(f[l]))})})});this.hideOverlappingLabels(a)});E.prototype.hideOverlappingLabels=function(a){var f=a.length,p,n,w,u,e,h,m,d,c,b=function(a,
b,c,d,e,f,h,l){return!(e>a+c||e+h<a||f>b+d||f+l<b)};for(n=0;n<f;n++)if(p=a[n])p.oldOpacity=p.opacity,p.newOpacity=1,p.width||(w=p.getBBox(),p.width=w.width,p.height=w.height);a.sort(function(a,b){return(b.labelrank||0)-(a.labelrank||0)});for(n=0;n<f;n++)for(w=a[n],p=n+1;p<f;++p)if(u=a[p],w&&u&&w!==u&&w.placed&&u.placed&&0!==w.newOpacity&&0!==u.newOpacity&&(e=w.alignAttr,h=u.alignAttr,m=w.parentGroup,d=u.parentGroup,c=2*(w.box?0:w.padding||0),e=b(e.x+m.translateX,e.y+m.translateY,w.width-c,w.height-
c,h.x+d.translateX,h.y+d.translateY,u.width-c,u.height-c)))(w.labelrank<u.labelrank?w:u).newOpacity=0;D(a,function(a){var b,c;a&&(c=a.newOpacity,a.oldOpacity!==c&&a.placed&&(c?a.show(!0):b=function(){a.hide()},a.alignAttr.opacity=c,a[a.isOld?"animate":"attr"](a.alignAttr,null,b)),a.isOld=!0)})}})(M);(function(a){var E=a.addEvent,D=a.Chart,H=a.createElement,p=a.css,f=a.defaultOptions,l=a.defaultPlotOptions,r=a.each,n=a.extend,w=a.fireEvent,u=a.hasTouch,e=a.inArray,h=a.isObject,m=a.Legend,d=a.merge,
c=a.pick,b=a.Point,k=a.Series,z=a.seriesTypes,B=a.svg,I;I=a.TrackerMixin={drawTrackerPoint:function(){var a=this,b=a.chart.pointer,c=function(a){var c=b.getPointFromEvent(a);void 0!==c&&(b.isDirectTouch=!0,c.onMouseOver(a))};r(a.points,function(a){a.graphic&&(a.graphic.element.point=a);a.dataLabel&&(a.dataLabel.div?a.dataLabel.div.point=a:a.dataLabel.element.point=a)});a._hasTracking||(r(a.trackerGroups,function(d){if(a[d]){a[d].addClass("highcharts-tracker").on("mouseover",c).on("mouseout",function(a){b.onTrackerMouseOut(a)});
if(u)a[d].on("touchstart",c);a.options.cursor&&a[d].css(p).css({cursor:a.options.cursor})}}),a._hasTracking=!0)},drawTrackerGraph:function(){var a=this,b=a.options,c=b.trackByArea,d=[].concat(c?a.areaPath:a.graphPath),e=d.length,f=a.chart,h=f.pointer,k=f.renderer,l=f.options.tooltip.snap,g=a.tracker,m,n=function(){if(f.hoverSeries!==a)a.onMouseOver()},p="rgba(192,192,192,"+(B?.0001:.002)+")";if(e&&!c)for(m=e+1;m--;)"M"===d[m]&&d.splice(m+1,0,d[m+1]-l,d[m+2],"L"),(m&&"M"===d[m]||m===e)&&d.splice(m,
0,"L",d[m-2]+l,d[m-1]);g?g.attr({d:d}):a.graph&&(a.tracker=k.path(d).attr({"stroke-linejoin":"round",visibility:a.visible?"visible":"hidden",stroke:p,fill:c?p:"none","stroke-width":a.graph.strokeWidth()+(c?0:2*l),zIndex:2}).add(a.group),r([a.tracker,a.markerGroup],function(a){a.addClass("highcharts-tracker").on("mouseover",n).on("mouseout",function(a){h.onTrackerMouseOut(a)});b.cursor&&a.css({cursor:b.cursor});if(u)a.on("touchstart",n)}))}};z.column&&(z.column.prototype.drawTracker=I.drawTrackerPoint);
z.pie&&(z.pie.prototype.drawTracker=I.drawTrackerPoint);z.scatter&&(z.scatter.prototype.drawTracker=I.drawTrackerPoint);n(m.prototype,{setItemEvents:function(a,c,e){var f=this,h=f.chart.renderer.boxWrapper,k="highcharts-legend-"+(a instanceof b?"point":"series")+"-active";(e?c:a.legendGroup).on("mouseover",function(){a.setState("hover");h.addClass(k);c.css(f.options.itemHoverStyle)}).on("mouseout",function(){c.css(d(a.visible?f.itemStyle:f.itemHiddenStyle));h.removeClass(k);a.setState()}).on("click",
function(b){var c=function(){a.setVisible&&a.setVisible()};h.removeClass(k);b={browserEvent:b};a.firePointEvent?a.firePointEvent("legendItemClick",b,c):w(a,"legendItemClick",b,c)})},createCheckboxForItem:function(a){a.checkbox=H("input",{type:"checkbox",checked:a.selected,defaultChecked:a.selected},this.options.itemCheckboxStyle,this.chart.container);E(a.checkbox,"click",function(b){w(a.series||a,"checkboxClick",{checked:b.target.checked,item:a},function(){a.select()})})}});f.legend.itemStyle.cursor=
"pointer";n(D.prototype,{showResetZoom:function(){var a=this,b=f.lang,c=a.options.chart.resetZoomButton,d=c.theme,e=d.states,h="chart"===c.relativeTo?null:"plotBox";this.resetZoomButton=a.renderer.button(b.resetZoom,null,null,function(){a.zoomOut()},d,e&&e.hover).attr({align:c.position.align,title:b.resetZoomTitle}).addClass("highcharts-reset-zoom").add().align(c.position,!1,h)},zoomOut:function(){var a=this;w(a,"selection",{resetSelection:!0},function(){a.zoom()})},zoom:function(a){var b,d=this.pointer,
e=!1,f;!a||a.resetSelection?(r(this.axes,function(a){b=a.zoom()}),d.initiated=!1):r(a.xAxis.concat(a.yAxis),function(a){var c=a.axis;d[c.isXAxis?"zoomX":"zoomY"]&&(b=c.zoom(a.min,a.max),c.displayBtn&&(e=!0))});f=this.resetZoomButton;e&&!f?this.showResetZoom():!e&&h(f)&&(this.resetZoomButton=f.destroy());b&&this.redraw(c(this.options.chart.animation,a&&a.animation,100>this.pointCount))},pan:function(a,b){var c=this,d=c.hoverPoints,e;d&&r(d,function(a){a.setState()});r("xy"===b?[1,0]:[1],function(b){b=
c[b?"xAxis":"yAxis"][0];var d=b.horiz,f=a[d?"chartX":"chartY"],d=d?"mouseDownX":"mouseDownY",h=c[d],g=(b.pointRange||0)/2,k=b.getExtremes(),l=b.toValue(h-f,!0)+g,m=b.toValue(h+b.len-f,!0)-g,n=m<l,h=n?m:l,l=n?l:m,m=Math.min(k.dataMin,g?k.min:b.toValue(b.toPixels(k.min)-b.minPixelPadding)),g=Math.max(k.dataMax,g?k.max:b.toValue(b.toPixels(k.max)+b.minPixelPadding)),n=m-h;0<n&&(l+=n,h=m);n=l-g;0<n&&(l=g,h-=n);b.series.length&&h!==k.min&&l!==k.max&&(b.setExtremes(h,l,!1,!1,{trigger:"pan"}),e=!0);c[d]=
f});e&&c.redraw(!1);p(c.container,{cursor:"move"})}});n(b.prototype,{select:function(a,b){var d=this,f=d.series,h=f.chart;a=c(a,!d.selected);d.firePointEvent(a?"select":"unselect",{accumulate:b},function(){d.selected=d.options.selected=a;f.options.data[e(d,f.data)]=d.options;d.setState(a&&"select");b||r(h.getSelectedPoints(),function(a){a.selected&&a!==d&&(a.selected=a.options.selected=!1,f.options.data[e(a,f.data)]=a.options,a.setState(""),a.firePointEvent("unselect"))})})},onMouseOver:function(a){var b=
this.series.chart,c=b.pointer;a=a?c.normalize(a):c.getChartCoordinatesFromPoint(this,b.inverted);c.runPointActions(a,this)},onMouseOut:function(){var a=this.series.chart;this.firePointEvent("mouseOut");r(a.hoverPoints||[],function(a){a.setState()});a.hoverPoints=a.hoverPoint=null},importEvents:function(){if(!this.hasImportedEvents){var b=this,c=d(b.series.options.point,b.options).events;b.events=c;a.objectEach(c,function(a,c){E(b,c,a)});this.hasImportedEvents=!0}},setState:function(a,b){var d=Math.floor(this.plotX),
e=this.plotY,f=this.series,h=f.options.states[a]||{},k=l[f.type].marker&&f.options.marker,m=k&&!1===k.enabled,p=k&&k.states&&k.states[a]||{},g=!1===p.enabled,r=f.stateMarkerGraphic,u=this.marker||{},w=f.chart,x=f.halo,z,B=k&&f.markerAttribs;a=a||"";if(!(a===this.state&&!b||this.selected&&"select"!==a||!1===h.enabled||a&&(g||m&&!1===p.enabled)||a&&u.states&&u.states[a]&&!1===u.states[a].enabled)){B&&(z=f.markerAttribs(this,a));if(this.graphic)this.state&&this.graphic.removeClass("highcharts-point-"+
this.state),a&&this.graphic.addClass("highcharts-point-"+a),this.graphic.animate(f.pointAttribs(this,a),c(w.options.chart.animation,h.animation)),z&&this.graphic.animate(z,c(w.options.chart.animation,p.animation,k.animation)),r&&r.hide();else{if(a&&p){k=u.symbol||f.symbol;r&&r.currentSymbol!==k&&(r=r.destroy());if(r)r[b?"animate":"attr"]({x:z.x,y:z.y});else k&&(f.stateMarkerGraphic=r=w.renderer.symbol(k,z.x,z.y,z.width,z.height).add(f.markerGroup),r.currentSymbol=k);r&&r.attr(f.pointAttribs(this,
a))}r&&(r[a&&w.isInsidePlot(d,e,w.inverted)?"show":"hide"](),r.element.point=this)}(d=h.halo)&&d.size?(x||(f.halo=x=w.renderer.path().add((this.graphic||r).parentGroup)),x[b?"animate":"attr"]({d:this.haloPath(d.size)}),x.attr({"class":"highcharts-halo highcharts-color-"+c(this.colorIndex,f.colorIndex)}),x.point=this,x.attr(n({fill:this.color||f.color,"fill-opacity":d.opacity,zIndex:-1},d.attributes))):x&&x.point&&x.point.haloPath&&x.animate({d:x.point.haloPath(0)});this.state=a}},haloPath:function(a){return this.series.chart.renderer.symbols.circle(Math.floor(this.plotX)-
a,this.plotY-a,2*a,2*a)}});n(k.prototype,{onMouseOver:function(){var a=this.chart,b=a.hoverSeries;if(b&&b!==this)b.onMouseOut();this.options.events.mouseOver&&w(this,"mouseOver");this.setState("hover");a.hoverSeries=this},onMouseOut:function(){var a=this.options,b=this.chart,c=b.tooltip,d=b.hoverPoint;b.hoverSeries=null;if(d)d.onMouseOut();this&&a.events.mouseOut&&w(this,"mouseOut");!c||this.stickyTracking||c.shared&&!this.noSharedTooltip||c.hide();this.setState()},setState:function(a){var b=this,
d=b.options,e=b.graph,f=d.states,h=d.lineWidth,d=0;a=a||"";if(b.state!==a&&(r([b.group,b.markerGroup,b.dataLabelsGroup],function(c){c&&(b.state&&c.removeClass("highcharts-series-"+b.state),a&&c.addClass("highcharts-series-"+a))}),b.state=a,!f[a]||!1!==f[a].enabled)&&(a&&(h=f[a].lineWidth||h+(f[a].lineWidthPlus||0)),e&&!e.dashstyle))for(h={"stroke-width":h},e.animate(h,c(b.chart.options.chart.animation,f[a]&&f[a].animation));b["zone-graph-"+d];)b["zone-graph-"+d].attr(h),d+=1},setVisible:function(a,
b){var c=this,d=c.chart,e=c.legendItem,f,h=d.options.chart.ignoreHiddenSeries,k=c.visible;f=(c.visible=a=c.options.visible=c.userOptions.visible=void 0===a?!k:a)?"show":"hide";r(["group","dataLabelsGroup","markerGroup","tracker","tt"],function(a){if(c[a])c[a][f]()});if(d.hoverSeries===c||(d.hoverPoint&&d.hoverPoint.series)===c)c.onMouseOut();e&&d.legend.colorizeItem(c,a);c.isDirty=!0;c.options.stacking&&r(d.series,function(a){a.options.stacking&&a.visible&&(a.isDirty=!0)});r(c.linkedSeries,function(b){b.setVisible(a,
!1)});h&&(d.isDirtyBox=!0);!1!==b&&d.redraw();w(c,f)},show:function(){this.setVisible(!0)},hide:function(){this.setVisible(!1)},select:function(a){this.selected=a=void 0===a?!this.selected:a;this.checkbox&&(this.checkbox.checked=a);w(this,a?"select":"unselect")},drawTracker:I.drawTrackerGraph})})(M);(function(a){var E=a.Chart,D=a.each,H=a.inArray,p=a.isArray,f=a.isObject,l=a.pick,r=a.splat;E.prototype.setResponsive=function(f){var l=this.options.responsive,n=[],e=this.currentResponsive;l&&l.rules&&
D(l.rules,function(e){void 0===e._id&&(e._id=a.uniqueKey());this.matchResponsiveRule(e,n,f)},this);var h=a.merge.apply(0,a.map(n,function(e){return a.find(l.rules,function(a){return a._id===e}).chartOptions})),n=n.toString()||void 0;n!==(e&&e.ruleIds)&&(e&&this.update(e.undoOptions,f),n?(this.currentResponsive={ruleIds:n,mergedOptions:h,undoOptions:this.currentOptions(h)},this.update(h,f)):this.currentResponsive=void 0)};E.prototype.matchResponsiveRule=function(a,f){var n=a.condition;(n.callback||
function(){return this.chartWidth<=l(n.maxWidth,Number.MAX_VALUE)&&this.chartHeight<=l(n.maxHeight,Number.MAX_VALUE)&&this.chartWidth>=l(n.minWidth,0)&&this.chartHeight>=l(n.minHeight,0)}).call(this)&&f.push(a._id)};E.prototype.currentOptions=function(l){function n(e,h,l,d){var c;a.objectEach(e,function(a,e){if(!d&&-1<H(e,["series","xAxis","yAxis"]))for(a=r(a),l[e]=[],c=0;c<a.length;c++)h[e][c]&&(l[e][c]={},n(a[c],h[e][c],l[e][c],d+1));else f(a)?(l[e]=p(a)?[]:{},n(a,h[e]||{},l[e],d+1)):l[e]=h[e]||
null})}var u={};n(l,this.options,u,0);return u}})(M);return M});
</script>
<!-- boost.js -->
<script>
/*
Highcharts JS v6.0.4 (2017-12-15)
Boost module
(c) 2010-2017 Highsoft AS
Author: Torstein Honsi
License: www.highcharts.com/license
*/
(function(v){"object"===typeof module&&module.exports?module.exports=v:v(Highcharts)})(function(v){(function(l){function v(){var a=Array.prototype.slice.call(arguments),c=-Number.MAX_VALUE;y(a,function(a){if("undefined"!==typeof a&&null!==a&&"undefined"!==typeof a.length&&0<a.length)return c=a.length,!0});return c}function K(a){var c=0,d=0,f=C(a.options.boost&&a.options.boost.allowForce,!0),b;if("undefined"!==typeof a.boostForceChartBoost)return a.boostForceChartBoost;if(1<a.series.length)for(var m=
0;m<a.series.length;m++)b=a.series[m],L[b.type]&&++d,v(b.processedXData,b.options.data,b.points)>=(b.options.boostThreshold||Number.MAX_VALUE)&&++c;a.boostForceChartBoost=f&&d===a.series.length&&0<c||5<c;return a.boostForceChartBoost}function ka(a){function c(b,c){c=a.createShader("vertex"===c?a.VERTEX_SHADER:a.FRAGMENT_SHADER);a.shaderSource(c,b);a.compileShader(c);return a.getShaderParameter(c,a.COMPILE_STATUS)?c:!1}function d(){function b(b){return a.getUniformLocation(m,b)}var d=c("#version 100\nprecision highp float;\nattribute vec4 aVertexPosition;\nattribute vec4 aColor;\nvarying highp vec2 position;\nvarying highp vec4 vColor;\nuniform mat4 uPMatrix;\nuniform float pSize;\nuniform float translatedThreshold;\nuniform bool hasThreshold;\nuniform bool skipTranslation;\nuniform float plotHeight;\nuniform float xAxisTrans;\nuniform float xAxisMin;\nuniform float xAxisMinPad;\nuniform float xAxisPointRange;\nuniform float xAxisLen;\nuniform bool xAxisPostTranslate;\nuniform float xAxisOrdinalSlope;\nuniform float xAxisOrdinalOffset;\nuniform float xAxisPos;\nuniform bool xAxisCVSCoord;\nuniform float yAxisTrans;\nuniform float yAxisMin;\nuniform float yAxisMinPad;\nuniform float yAxisPointRange;\nuniform float yAxisLen;\nuniform bool yAxisPostTranslate;\nuniform float yAxisOrdinalSlope;\nuniform float yAxisOrdinalOffset;\nuniform float yAxisPos;\nuniform bool yAxisCVSCoord;\nuniform bool isBubble;\nuniform bool bubbleSizeByArea;\nuniform float bubbleZMin;\nuniform float bubbleZMax;\nuniform float bubbleZThreshold;\nuniform float bubbleMinSize;\nuniform float bubbleMaxSize;\nuniform bool bubbleSizeAbs;\nuniform bool isInverted;\nfloat bubbleRadius(){\nfloat value \x3d aVertexPosition.w;\nfloat zMax \x3d bubbleZMax;\nfloat zMin \x3d bubbleZMin;\nfloat radius \x3d 0.0;\nfloat pos \x3d 0.0;\nfloat zRange \x3d zMax - zMin;\nif (bubbleSizeAbs){\nvalue \x3d value - bubbleZThreshold;\nzMax \x3d max(zMax - bubbleZThreshold, zMin - bubbleZThreshold);\nzMin \x3d 0.0;\n}\nif (value \x3c zMin){\nradius \x3d bubbleZMin / 2.0 - 1.0;\n} else {\npos \x3d zRange \x3e 0.0 ? (value - zMin) / zRange : 0.5;\nif (bubbleSizeByArea \x26\x26 pos \x3e 0.0){\npos \x3d sqrt(pos);\n}\nradius \x3d ceil(bubbleMinSize + pos * (bubbleMaxSize - bubbleMinSize)) / 2.0;\n}\nreturn radius * 2.0;\n}\nfloat translate(float val,\nfloat pointPlacement,\nfloat localA,\nfloat localMin,\nfloat minPixelPadding,\nfloat pointRange,\nfloat len,\nbool cvsCoord\n){\nfloat sign \x3d 1.0;\nfloat cvsOffset \x3d 0.0;\nif (cvsCoord) {\nsign *\x3d -1.0;\ncvsOffset \x3d len;\n}\nreturn sign * (val - localMin) * localA + cvsOffset + \n(sign * minPixelPadding);\n}\nfloat xToPixels(float value){\nif (skipTranslation){\nreturn value;// + xAxisPos;\n}\nreturn translate(value, 0.0, xAxisTrans, xAxisMin, xAxisMinPad, xAxisPointRange, xAxisLen, xAxisCVSCoord);// + xAxisPos;\n}\nfloat yToPixels(float value, float checkTreshold){\nfloat v;\nif (skipTranslation){\nv \x3d value;// + yAxisPos;\n} else {\nv \x3d translate(value, 0.0, yAxisTrans, yAxisMin, yAxisMinPad, yAxisPointRange, yAxisLen, yAxisCVSCoord);// + yAxisPos;\nif (v \x3e plotHeight) {\nv \x3d plotHeight;\n}\n}\nif (checkTreshold \x3e 0.0 \x26\x26 hasThreshold) {\nv \x3d min(v, translatedThreshold);\n}\nreturn v;\n}\nvoid main(void) {\nif (isBubble){\ngl_PointSize \x3d bubbleRadius();\n} else {\ngl_PointSize \x3d pSize;\n}\nvColor \x3d aColor;\nif (isInverted) {\ngl_Position \x3d uPMatrix * vec4(xToPixels(aVertexPosition.y) + yAxisPos, yToPixels(aVertexPosition.x, aVertexPosition.z) + xAxisPos, 0.0, 1.0);\n} else {\ngl_Position \x3d uPMatrix * vec4(xToPixels(aVertexPosition.x) + xAxisPos, yToPixels(aVertexPosition.y, aVertexPosition.z) + yAxisPos, 0.0, 1.0);\n}\n}",
"vertex"),f=c("precision highp float;\nuniform vec4 fillColor;\nvarying highp vec2 position;\nvarying highp vec4 vColor;\nuniform sampler2D uSampler;\nuniform bool isCircle;\nuniform bool hasColor;\nvoid main(void) {\nvec4 col \x3d fillColor;\nvec4 tcol;\nif (hasColor) {\ncol \x3d vColor;\n}\nif (isCircle) {\ntcol \x3d texture2D(uSampler, gl_PointCoord.st);\ncol *\x3d tcol;\nif (tcol.r \x3c 0.0) {\ndiscard;\n} else {\ngl_FragColor \x3d col;\n}\n} else {\ngl_FragColor \x3d col;\n}\n}","fragment");
if(!d||!f)return m=!1;m=a.createProgram();a.attachShader(m,d);a.attachShader(m,f);a.linkProgram(m);a.useProgram(m);a.bindAttribLocation(m,0,"aVertexPosition");l=b("uPMatrix");n=b("pSize");g=b("fillColor");S=b("isBubble");h=b("bubbleSizeAbs");A=b("bubbleSizeByArea");y=b("uSampler");e=b("skipTranslation");z=b("isCircle");k=b("isInverted");E=b("plotHeight");return!0}function f(c,e){c=b[c]=b[c]||a.getUniformLocation(m,c);a.uniform1f(c,e)}var b={},m,l,n,g,S,h,A,e,z,k,E,y;a&&d();return{psUniform:function(){return n},
pUniform:function(){return l},fillColorUniform:function(){return g},setPlotHeight:function(b){a.uniform1f(E,b)},setBubbleUniforms:function(b,c,e){var d=b.options,m=Number.MAX_VALUE,l=-Number.MAX_VALUE;"bubble"===b.type&&(m=C(d.zMin,Math.min(m,Math.max(c,!1===d.displayNegative?d.zThreshold:-Number.MAX_VALUE))),l=C(d.zMax,Math.max(l,e)),a.uniform1i(S,1),a.uniform1i(z,1),a.uniform1i(A,"width"!==b.options.sizeBy),a.uniform1i(h,b.options.sizeByAbsoluteValue),f("bubbleZMin",m),f("bubbleZMax",l),f("bubbleZThreshold",
b.options.zThreshold),f("bubbleMinSize",b.minPxSize),f("bubbleMaxSize",b.maxPxSize))},bind:function(){a.useProgram(m)},program:function(){return m},create:d,setUniform:f,setPMatrix:function(b){a.uniformMatrix4fv(l,!1,b)},setColor:function(b){a.uniform4f(g,b[0]/255,b[1]/255,b[2]/255,b[3])},setPointSize:function(b){a.uniform1f(n,b)},setSkipTranslation:function(b){a.uniform1i(e,!0===b?1:0)},setTexture:function(){a.uniform1i(y,0)},setDrawAsCircle:function(b){a.uniform1i(z,b?1:0)},reset:function(){a.uniform1i(S,
0);a.uniform1i(z,0)},setInverted:function(b){a.uniform1i(k,b)},destroy:function(){a&&m&&(a.deleteProgram(m),m=!1)}}}function ba(a,c,d){function f(){b&&(a.deleteBuffer(b),m=b=!1);g=0;l=d||2;k=[]}var b=!1,m=!1,l=d||2,n=!1,g=0,k;return{destroy:f,bind:function(){if(!b)return!1;a.vertexAttribPointer(m,l,a.FLOAT,!1,0,0)},data:k,build:function(d,g,e){var h;k=d||[];if(!(k&&0!==k.length||n))return f(),!1;l=e||l;b&&a.deleteBuffer(b);n||(h=new Float32Array(k));b=a.createBuffer();a.bindBuffer(a.ARRAY_BUFFER,
b);a.bufferData(a.ARRAY_BUFFER,n||h,a.STATIC_DRAW);m=a.getAttribLocation(c.program(),g);a.enableVertexAttribArray(m);return!0},render:function(c,d,e){var f=n?n.length:k.length;if(!b||!f)return!1;if(!c||c>f||0>c)c=0;if(!d||d>f)d=f;a.drawArrays(a[(e||"points").toUpperCase()],c/l,(d-c)/l);return!0},allocate:function(a){g=-1;n=new Float32Array(4*a)},push:function(a,b,c,d){n&&(n[++g]=a,n[++g]=b,n[++g]=c,n[++g]=d)}}}function la(a){function c(a){var b,c;return a.isSeriesBoosting?(b=!!a.options.stacking,
c=a.xData||a.options.xData||a.processedXData,b=(b?a.data:c||a.options.data).length,"treemap"===a.type?b*=12:"heatmap"===a.type?b*=6:N[a.type]&&(b*=2),b):0}function d(){e.clear(e.COLOR_BUFFER_BIT|e.DEPTH_BUFFER_BIT)}function f(a,b){function c(a){a&&(b.colorData.push(a[0]),b.colorData.push(a[1]),b.colorData.push(a[2]),b.colorData.push(a[3]))}function d(a,b,d,e,f){c(f);q.usePreallocated?A.push(a,b,d?1:0,e||1):(E.push(a),E.push(b),E.push(d?1:0),E.push(e||1))}function e(a,b,e,f,r){c(r);d(a+e,b);c(r);d(a,
b);c(r);d(a,b+f);c(r);d(a,b+f);c(r);d(a+e,b+f);c(r);d(a+e,b)}function f(a){q.useGPUTranslations||(b.skipTranslation=!0,a.x=H.toPixels(a.x,!0),a.y=J.toPixels(a.y,!0));d(a.x,a.y,0,2)}var ma=a.pointArrayMap&&"low,high"===a.pointArrayMap.join(","),h=a.chart,r=a.options,m=!!r.stacking,g=r.data,n=a.xAxis.getExtremes(),k=n.min,n=n.max,w=a.yAxis.getExtremes(),z=w.min,w=w.max,p=a.xData||r.xData||a.processedXData,D=a.yData||r.yData||a.processedYData,v=a.zData||r.zData||a.processedZData,J=a.yAxis,H=a.xAxis,
Z=a.chart.plotHeight,T=!p||0===p.length,t=a.points||!1,F=!1,C=!1,x,Q,R,g=m?a.data:p||g,p={x:Number.MIN_VALUE,y:0},P={x:Number.MIN_VALUE,y:0},M=0,u,S,B=-1,I=!1,G=!1,Y="undefined"===typeof h.index,O=!1,U=!1,K=N[a.type],L=!1,aa=!0;if(!(r.boostData&&0<r.boostData.length))if(a.closestPointRangePx=Number.MAX_VALUE,t&&0<t.length)b.skipTranslation=!0,b.drawMode="triangles",t[0].node&&t[0].node.levelDynamic&&t.sort(function(a,b){if(a.node){if(a.node.levelDynamic>b.node.levelDynamic)return 1;if(a.node.levelDynamic<
b.node.levelDynamic)return-1}return 0}),y(t,function(b){var c=b.plotY,d;"undefined"===typeof c||isNaN(c)||null===b.y||(c=b.shapeArgs,d=b.series.pointAttribs(b),b=d["stroke-width"]||0,Q=l.color(d.fill).rgba,Q[0]/=255,Q[1]/=255,Q[2]/=255,"treemap"===a.type&&(b=b||1,R=l.color(d.stroke).rgba,R[0]/=255,R[1]/=255,R[2]/=255,e(c.x,c.y,c.width,c.height,R),b/=2),"heatmap"===a.type&&h.inverted&&(c.x=H.len-c.x,c.y=J.len-c.y,c.width=-c.width,c.height=-c.height),e(c.x+b,c.y+b,c.width-2*b,c.height-2*b,Q))});else{for(;B<
g.length-1;){x=g[++B];if(Y)break;T?(t=x[0],u=x[1],g[B+1]&&(G=g[B+1][0]),g[B-1]&&(I=g[B-1][0]),3<=x.length&&(S=x[2],x[2]>b.zMax&&(b.zMax=x[2]),x[2]<b.zMin&&(b.zMin=x[2]))):(t=x,u=D[B],g[B+1]&&(G=g[B+1]),g[B-1]&&(I=g[B-1]),v&&v.length&&(S=v[B],v[B]>b.zMax&&(b.zMax=v[B]),v[B]<b.zMin&&(b.zMin=v[B])));G&&G>=k&&G<=n&&(O=!0);I&&I>=k&&I<=n&&(U=!0);ma?(T&&(u=x.slice(1,3)),u=u[1]):m&&(t=x.x,u=x.stackY);a.requireSorting||(aa=u>=z&&u<=w);t>n&&P.x<n&&(P.x=t,P.y=u);t<k&&p.x<k&&(p.x=t,p.y=u);if(0===u||u&&aa)if(t>=
k&&t<=n&&(L=!0),L||O||U)q.useGPUTranslations||(b.skipTranslation=!0,t=H.toPixels(t,!0),u=J.toPixels(u,!0),u>Z&&(u=Z)),K&&(x=0,0>u&&(x=u,u=0),q.useGPUTranslations||(x=J.toPixels(x,!0)),d(t,x,0,0,!1)),b.hasMarkers&&!1!==F&&(a.closestPointRangePx=Math.min(a.closestPointRangePx,Math.abs(t-F))),!q.useGPUTranslations&&!q.usePreallocated&&F&&1>t-F&&C&&1>Math.abs(u-C)?q.debug.showSkipSummary&&++M:(r.step&&d(t,C,0,2,!1),d(t,u,0,"bubble"===a.type?S||1:2,!1),F=t,C=u)}q.debug.showSkipSummary&&console.log("skipped points:",
M);F||(f(p),f(P))}}function b(){w=[];P.data=E=[];T=[];A&&A.destroy()}function m(a){h&&(h.setUniform("xAxisTrans",a.transA),h.setUniform("xAxisMin",a.min),h.setUniform("xAxisMinPad",a.minPixelPadding),h.setUniform("xAxisPointRange",a.pointRange),h.setUniform("xAxisLen",a.len),h.setUniform("xAxisPos",a.pos),h.setUniform("xAxisCVSCoord",!a.horiz))}function g(a){h&&(h.setUniform("yAxisTrans",a.transA),h.setUniform("yAxisMin",a.min),h.setUniform("yAxisMinPad",a.minPixelPadding),h.setUniform("yAxisPointRange",
a.pointRange),h.setUniform("yAxisLen",a.len),h.setUniform("yAxisPos",a.pos),h.setUniform("yAxisCVSCoord",!a.horiz))}function n(a,b){h.setUniform("hasThreshold",a);h.setUniform("translatedThreshold",b)}function k(c){if(c)z=c.chartWidth||800,J=c.chartHeight||400;else return!1;if(!e||!z||!J)return!1;q.debug.timeRendering&&console.time("gl rendering");e.canvas.width=z;e.canvas.height=J;h.bind();e.viewport(0,0,z,J);h.setPMatrix([2/z,0,0,0,0,-(2/J),0,0,0,0,-2,0,-1,1,-1,1]);h.setPlotHeight(c.plotHeight);
1<q.lineWidth&&!l.isMS&&e.lineWidth(q.lineWidth);A.build(P.data,"aVertexPosition",4);A.bind();v&&(e.bindTexture(e.TEXTURE_2D,H),h.setTexture(H));h.setInverted(c.inverted);y(w,function(a,b){var c=a.series.options,d=c.threshold,f=I(d),d=a.series.yAxis.getThreshold(d),r=C(c.marker?c.marker.enabled:null,a.series.xAxis.isRadial?!0:null,a.series.closestPointRangePx>2*((c.marker?c.marker.radius:10)||10)),k=a.series.pointAttribs&&a.series.pointAttribs().fill||a.series.color;a.series.fillOpacity&&c.fillOpacity&&
(k=(new ca(k)).setOpacity(C(c.fillOpacity,1)).get());c.colorByPoint&&(k=a.series.chart.options.colors[b]);k=l.color(k).rgba;q.useAlpha||(k[3]=1);"lines"===a.drawMode&&q.useAlpha&&1>k[3]&&(k[3]/=10);"add"===c.boostBlending?(e.blendFunc(e.SRC_ALPHA,e.ONE),e.blendEquation(e.FUNC_ADD)):"mult"===c.boostBlending?e.blendFunc(e.DST_COLOR,e.ZERO):"darken"===c.boostBlending?(e.blendFunc(e.ONE,e.ONE),e.blendEquation(e.FUNC_MIN)):e.blendFuncSeparate(e.SRC_ALPHA,e.ONE_MINUS_SRC_ALPHA,e.ONE,e.ONE_MINUS_SRC_ALPHA);
h.reset();0<a.colorData.length&&(h.setUniform("hasColor",1),b=ba(e,h),b.build(a.colorData,"aColor",4),b.bind());h.setColor(k);m(a.series.xAxis);g(a.series.yAxis);n(f,d);"points"===a.drawMode&&(c.marker&&c.marker.radius?h.setPointSize(2*c.marker.radius):h.setPointSize(1));h.setSkipTranslation(a.skipTranslation);"bubble"===a.series.type&&h.setBubbleUniforms(a.series,a.zMin,a.zMax);h.setDrawAsCircle(Y[a.series.type]&&v||!1);A.render(a.from,a.to,a.drawMode);a.hasMarkers&&r&&(c.marker&&c.marker.radius?
h.setPointSize(2*c.marker.radius):h.setPointSize(10),h.setDrawAsCircle(!0),A.render(a.from,a.to,"POINTS"))});q.debug.timeRendering&&console.timeEnd("gl rendering");a&&a();b()}function p(a){d();if(a.renderer.forExport)return k(a);M?k(a):setTimeout(function(){p(a)},1)}var h=!1,A=!1,e=!1,z=0,J=0,E=!1,T=!1,v=!1,P={},M=!1,w=[],F=G.createElement("canvas"),D=F.getContext("2d"),H,N={column:!0,bar:!0,area:!0},Y={scatter:!0,bubble:!0},q={pointSize:1,lineWidth:1,fillColor:"#AA00AA",useAlpha:!0,usePreallocated:!1,
useGPUTranslations:!1,debug:{timeRendering:!1,timeSeriesProcessing:!1,timeSetup:!1,timeBufferCopy:!1,timeKDTree:!1,showSkipSummary:!1}};return P={allocateBufferForSingleSeries:function(a){var b=0;q.usePreallocated&&(a.isSeriesBoosting&&(b=c(a)),A.allocate(b))},pushSeries:function(a){0<w.length&&(w[w.length-1].to=E.length,w[w.length-1].hasMarkers&&(w[w.length-1].markerTo=T.length));q.debug.timeSeriesProcessing&&console.time("building "+a.type+" series");w.push({from:E.length,markerFrom:T.length,colorData:[],
series:a,zMin:Number.MAX_VALUE,zMax:-Number.MAX_VALUE,hasMarkers:a.options.marker?!1!==a.options.marker.enabled:!1,showMarksers:!0,drawMode:{area:"lines",arearange:"lines",areaspline:"line_strip",column:"lines",bar:"lines",line:"line_strip",scatter:"points",heatmap:"triangles",treemap:"triangles",bubble:"points"}[a.type]||"line_strip"});f(a,w[w.length-1]);q.debug.timeSeriesProcessing&&console.timeEnd("building "+a.type+" series")},setSize:function(a,b){if(z!==a||b!==b)z=a,J=b,h.bind(),h.setPMatrix([2/
z,0,0,0,0,-(2/J),0,0,0,0,-2,0,-1,1,-1,1])},inited:function(){return M},setThreshold:n,init:function(a,c){var d=0,f=["webgl","experimental-webgl","moz-webgl","webkit-3d"];M=!1;if(!a)return!1;for(q.debug.timeSetup&&console.time("gl setup");d<f.length&&!(e=a.getContext(f[d],{}));d++);if(e)c||b();else return!1;e.enable(e.BLEND);e.blendFunc(e.SRC_ALPHA,e.ONE_MINUS_SRC_ALPHA);e.disable(e.DEPTH_TEST);e.depthFunc(e.LESS);h=ka(e);A=ba(e,h);v=!1;H=e.createTexture();F.width=512;F.height=512;D.mozImageSmoothingEnabled=
!1;D.webkitImageSmoothingEnabled=!1;D.msImageSmoothingEnabled=!1;D.imageSmoothingEnabled=!1;D.strokeStyle="rgba(255, 255, 255, 0)";D.fillStyle="#FFF";D.beginPath();D.arc(256,256,256,0,2*Math.PI);D.stroke();D.fill();try{e.bindTexture(e.TEXTURE_2D,H),e.texImage2D(e.TEXTURE_2D,0,e.RGBA,e.RGBA,e.UNSIGNED_BYTE,F),e.texParameteri(e.TEXTURE_2D,e.TEXTURE_WRAP_S,e.CLAMP_TO_EDGE),e.texParameteri(e.TEXTURE_2D,e.TEXTURE_WRAP_T,e.CLAMP_TO_EDGE),e.texParameteri(e.TEXTURE_2D,e.TEXTURE_MAG_FILTER,e.LINEAR),e.texParameteri(e.TEXTURE_2D,
e.TEXTURE_MIN_FILTER,e.LINEAR),e.bindTexture(e.TEXTURE_2D,null),v=!0}catch(W){}M=!0;q.debug.timeSetup&&console.timeEnd("gl setup");return!0},render:p,settings:q,valid:function(){return!1!==e},clear:d,flush:b,setXAxis:m,setYAxis:g,data:E,gl:function(){return e},allocateBuffer:function(a){var b=0;q.usePreallocated&&(y(a.series,function(a){a.isSeriesBoosting&&(b+=c(a))}),A.allocate(b))},destroy:function(){b();A.destroy();h.destroy();e&&(H&&e.deleteTexture(H),e.canvas.width=1,e.canvas.height=1)},setOptions:function(a){na(!0,
q,a)}}}function da(a,c){var d=a.chartWidth,f=a.chartHeight,b=a,m=a.seriesGroup||c.group,g=G.implementation.hasFeature("www.http://w3.org/TR/SVG11/feature#Extensibility","1.1"),b=a.isChartSeriesBoosting()?a:c,g=!1;b.renderTarget||(b.canvas=oa,a.renderer.forExport||!g?(b.renderTarget=a.renderer.image("",0,0,d,f).addClass("highcharts-boost-canvas").add(m),b.boostClear=function(){b.renderTarget.attr({href:""})},b.boostCopy=function(){b.boostResizeTarget();b.renderTarget.attr({href:b.canvas.toDataURL("image/png")})}):
(b.renderTargetFo=a.renderer.createElement("foreignObject").add(m),b.renderTarget=G.createElement("canvas"),b.renderTargetCtx=b.renderTarget.getContext("2d"),b.renderTargetFo.element.appendChild(b.renderTarget),b.boostClear=function(){b.renderTarget.width=b.canvas.width;b.renderTarget.height=b.canvas.height},b.boostCopy=function(){b.renderTarget.width=b.canvas.width;b.renderTarget.height=b.canvas.height;b.renderTargetCtx.drawImage(b.canvas,0,0)}),b.boostResizeTarget=function(){d=a.chartWidth;f=a.chartHeight;
(b.renderTargetFo||b.renderTarget).attr({x:0,y:0,width:d,height:f}).css({pointerEvents:"none",mixedBlendMode:"normal",opacity:1});b instanceof l.Chart&&b.markerGroup.translate(c.xAxis.pos,c.yAxis.pos)},b.boostClipRect=a.renderer.clipRect(),(b.renderTargetFo||b.renderTarget).clip(b.boostClipRect),b instanceof l.Chart&&(b.markerGroup=b.renderer.g().add(m),b.markerGroup.translate(c.xAxis.pos,c.yAxis.pos)));b.canvas.width=d;b.canvas.height=f;b.boostClipRect.attr(a.getBoostClipRect(b));b.boostResizeTarget();
b.boostClear();b.ogl||(b.ogl=la(function(){b.ogl.settings.debug.timeBufferCopy&&console.time("buffer copy");b.boostCopy();b.ogl.settings.debug.timeBufferCopy&&console.timeEnd("buffer copy")}),b.ogl.init(b.canvas),b.ogl.setOptions(a.options.boost||{}),b instanceof l.Chart&&b.ogl.allocateBuffer(a));b.ogl.setSize(d,f);return b.ogl}function ea(a,c,d){a&&c.renderTarget&&c.canvas&&!(d||c.chart).isChartSeriesBoosting()&&a.render(d||c.chart)}function fa(a,c){a&&c.renderTarget&&c.canvas&&!c.chart.isChartSeriesBoosting()&&
a.allocateBufferForSingleSeries(c)}function pa(a){var c=!0;this.chart.options&&this.chart.options.boost&&(c="undefined"===typeof this.chart.options.boost.enabled?!0:this.chart.options.boost.enabled);if(!c||!this.isSeriesBoosting)return a.call(this);this.chart.isBoosting=!0;if(a=da(this.chart,this))fa(a,this),a.pushSeries(this);ea(a,this)}var N=l.win,G=N.document,qa=function(){},ga=l.Chart,ca=l.Color,p=l.Series,g=l.seriesTypes,y=l.each,ha=l.extend,ia=l.addEvent,ra=l.fireEvent,sa=l.grep,I=l.isNumber,
na=l.merge,C=l.pick,k=l.wrap,O=l.getOptions().plotOptions,oa=G.createElement("canvas"),U,ja="area arearange column bar line scatter heatmap bubble treemap".split(" "),L={};y(ja,function(a){L[a]=1});ca.prototype.names={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",
coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",
dodgerblue:"#1e90ff",feldspar:"#d19275",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",gold:"#ffd700",goldenrod:"#daa520",gray:"#808080",green:"#008000",greenyellow:"#adff2f",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",lightgrey:"#d3d3d3",lightgreen:"#90ee90",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslateblue:"#8470ff",lightslategray:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370d8",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:"#d87093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",red:"#ff0000",
rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",violetred:"#d02090",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"};
ga.prototype.isChartSeriesBoosting=function(){return C(this.options.boost&&this.options.boost.seriesThreshold,50)<=this.series.length||K(this)};ga.prototype.getBoostClipRect=function(a){var c={x:this.plotLeft,y:this.plotTop,width:this.plotWidth,height:this.plotHeight};a===this&&y(this.yAxis,function(a){c.y=Math.min(a.pos,c.y);c.height=Math.max(a.pos-this.plotTop+a.len,c.height)},this);return c};l.eachAsync=function(a,c,d,f,b,g){b=b||0;f=f||3E4;for(var m=b+f,k=!0;k&&b<m&&b<a.length;)k=c(a[b],b),++b;
k&&(b<a.length?g?l.eachAsync(a,c,d,f,b,g):N.requestAnimationFrame?N.requestAnimationFrame(function(){l.eachAsync(a,c,d,f,b)}):setTimeout(function(){l.eachAsync(a,c,d,f,b)}):d&&d())};p.prototype.getPoint=function(a){var c=a,d=this.xData||this.options.xData||this.processedXData||!1;!a||a instanceof this.pointClass||(c=(new this.pointClass).init(this,this.options.data[a.i],d?d[a.i]:void 0),c.category=c.x,c.dist=a.dist,c.distX=a.distX,c.plotX=a.plotX,c.plotY=a.plotY,c.index=a.i);return c};k(p.prototype,
"searchPoint",function(a){return this.getPoint(a.apply(this,[].slice.call(arguments,1)))});k(p.prototype,"destroy",function(a){var c=this,d=c.chart;d.markerGroup===c.markerGroup&&(c.markerGroup=null);d.hoverPoints&&(d.hoverPoints=sa(d.hoverPoints,function(a){return a.series===c}));d.hoverPoint&&d.hoverPoint.series===c&&(d.hoverPoint=null);a.call(this)});k(p.prototype,"getExtremes",function(a){if(!this.isSeriesBoosting||!this.hasExtremes||!this.hasExtremes())return a.apply(this,Array.prototype.slice.call(arguments,
1))});y(ja,function(a){O[a]&&(O[a].boostThreshold=5E3,O[a].boostData=[],g[a].prototype.fillOpacity=!0)});y(["translate","generatePoints","drawTracker","drawPoints","render"],function(a){function c(c){var d=this.options.stacking&&("translate"===a||"generatePoints"===a),b=!0;this.chart&&this.chart.options&&this.chart.options.boost&&(b="undefined"===typeof this.chart.options.boost.enabled?!0:this.chart.options.boost.enabled);if(!this.isSeriesBoosting||d||!b||"heatmap"===this.type||"treemap"===this.type)c.call(this);
else if(this[a+"Canvas"])this[a+"Canvas"]()}k(p.prototype,a,c);"translate"===a&&(g.column&&k(g.column.prototype,a,c),g.bar&&k(g.bar.prototype,a,c),g.arearange&&k(g.arearange.prototype,a,c),g.treemap&&k(g.treemap.prototype,a,c),g.heatmap&&k(g.heatmap.prototype,a,c))});k(p.prototype,"processData",function(a){function c(a){return d.chart.isChartSeriesBoosting()||(a?a.length:0)>=(d.options.boostThreshold||Number.MAX_VALUE)}var d=this,f=this.options.data;c(f)&&"heatmap"!==this.type&&"treemap"!==this.type&&
!this.options.stacking&&this.hasExtremes&&this.hasExtremes(!0)||(a.apply(this,Array.prototype.slice.call(arguments,1)),f=this.processedXData);(this.isSeriesBoosting=c(f))?this.enterBoost():this.exitBoost&&this.exitBoost()});k(p.prototype,"setVisible",function(a,c,d){a.call(this,c,d);!1===this.visible&&this.canvas&&this.renderTarget&&(this.ogl&&this.ogl.clear(),this.boostClear())});p.prototype.enterBoost=function(){this.alteredByBoost=[];y(["allowDG","directTouch","stickyTracking"],function(a){this.alteredByBoost.push({prop:a,
val:this[a],own:this.hasOwnProperty(a)})},this);this.directTouch=this.allowDG=!1;this.stickyTracking=!0;this.animate=null;this.labelBySeries&&(this.labelBySeries=this.labelBySeries.destroy())};p.prototype.exitBoost=function(){y(this.alteredByBoost||[],function(a){a.own?this[a.prop]=a.val:delete this[a.prop]},this);this.boostClear&&this.boostClear()};p.prototype.hasExtremes=function(a){var c=this.options,d=this.xAxis&&this.xAxis.options,f=this.yAxis&&this.yAxis.options;return c.data.length>(c.boostThreshold||
Number.MAX_VALUE)&&I(f.min)&&I(f.max)&&(!a||I(d.min)&&I(d.max))};p.prototype.destroyGraphics=function(){var a=this,c=this.points,d,f;if(c)for(f=0;f<c.length;f+=1)(d=c[f])&&d.graphic&&(d.graphic=d.graphic.destroy());y(["graph","area","tracker"],function(b){a[b]&&(a[b]=a[b].destroy())})};(function(){var a=0,c,d=["webgl","experimental-webgl","moz-webgl","webkit-3d"],f=!1;if("undefined"!==typeof N.WebGLRenderingContext)for(c=G.createElement("canvas");a<d.length;a++)try{if(f=c.getContext(d[a]),"undefined"!==
typeof f&&null!==f)return!0}catch(b){}return!1})()?(l.extend(p.prototype,{renderCanvas:function(){function a(a,b){var c,d,f,h="undefined"===typeof g.index,l=!0;if(!h&&(O?(c=a[0],d=a[1]):(c=a,d=v[b]),F?(O&&(d=a.slice(1,3)),f=d[0],d=d[1]):D&&(c=a.x,d=a.stackY,f=d-a.y),N||(l=d>=z&&d<=y),null!==d&&c>=A&&c<=e&&l))if(a=Math.ceil(k.toPixels(c,!0)),I){if(void 0===r||a===C){F||(f=d);if(void 0===K||d>L)L=d,K=b;if(void 0===r||f<q)q=f,r=b}a!==C&&(void 0!==r&&(d=n.toPixels(L,!0),w=n.toPixels(q,!0),X(a,d,K),w!==
d&&X(a,w,r)),r=K=void 0,C=a)}else d=Math.ceil(n.toPixels(d,!0)),X(a,d,b);return!h}function c(){ra(d,"renderedCanvas");delete d.buildKDTree;d.buildKDTree();V.debug.timeKDTree&&console.timeEnd("kd tree building")}var d=this,f=d.options||{},b=!1,g=d.chart,k=this.xAxis,n=this.yAxis,p=f.xData||d.processedXData,v=f.yData||d.processedYData,h=f.data,b=k.getExtremes(),A=b.min,e=b.max,b=n.getExtremes(),z=b.min,y=b.max,E={},C,I=!!d.sampling,G,M=!1!==f.enableMouseTracking,w=n.getThreshold(f.threshold),F=d.pointArrayMap&&
"low,high"===d.pointArrayMap.join(","),D=!!f.stacking,H=d.cropStart||0,N=d.requireSorting,O=!p,q,L,r,K,V,W=this.xData||this.options.xData||this.processedXData||!1,X=function(a,b,c){U=a+","+b;M&&!E[U]&&(E[U]=!0,g.inverted&&(a=k.len-a,b=n.len-b),G.push({x:W?W[H+c]:!1,clientX:a,plotX:a,plotY:b,i:H+c}))},b=da(g,d);g.isBoosting=!0;V=b.settings;if(this.visible){if(this.points||this.graph)this.animate=null,this.destroyGraphics();g.isChartSeriesBoosting()?this.markerGroup=g.markerGroup:this.markerGroup=d.plotGroup("markerGroup",
"markers",!0,1,g.seriesGroup);G=this.points=[];d.buildKDTree=qa;b&&(fa(b,this),b.pushSeries(d),ea(b,this,g));g.renderer.forExport||(V.debug.timeKDTree&&console.time("kd tree building"),l.eachAsync(D?d.data:p||h,a,c))}}}),y(["heatmap","treemap"],function(a){g[a]&&k(g[a].prototype,"drawPoints",pa)}),g.bubble&&(delete g.bubble.prototype.buildKDTree,k(g.bubble.prototype,"markerAttribs",function(a){return this.isSeriesBoosting?!1:a.apply(this,[].slice.call(arguments,1))})),g.scatter.prototype.fill=!0,
ha(g.area.prototype,{fill:!0,fillOpacity:!0,sampling:!0}),ha(g.column.prototype,{fill:!0,sampling:!0}),l.Chart.prototype.callbacks.push(function(a){ia(a,"predraw",function(){a.boostForceChartBoost=void 0;a.boostForceChartBoost=K(a);a.isBoosting=!1;!a.isChartSeriesBoosting()&&a.didBoost&&(a.didBoost=!1);a.boostClear&&a.boostClear();a.canvas&&a.ogl&&a.isChartSeriesBoosting()&&(a.didBoost=!0,a.ogl.allocateBuffer(a));a.markerGroup&&a.xAxis&&0<a.xAxis.length&&a.yAxis&&0<a.yAxis.length&&a.markerGroup.translate(a.xAxis[0].pos,
a.yAxis[0].pos)});ia(a,"render",function(){a.ogl&&a.isChartSeriesBoosting()&&a.ogl.render(a)})})):"undefined"!==typeof l.initCanvasBoost?l.initCanvasBoost():l.error(26)})(v)});
</script>
<!-- exporting.js -->
<script>
/*
Highcharts JS v6.0.4 (2017-12-15)
Exporting module
(c) 2010-2017 Torstein Honsi
License: www.highcharts.com/license
*/
(function(k){"object"===typeof module&&module.exports?module.exports=k:k(Highcharts)})(function(k){(function(f){var k=f.defaultOptions,z=f.doc,B=f.Chart,w=f.addEvent,I=f.removeEvent,F=f.fireEvent,p=f.createElement,C=f.discardElement,u=f.css,n=f.merge,D=f.pick,h=f.each,G=f.objectEach,r=f.extend,J=f.isTouchDevice,E=f.win,H=E.navigator.userAgent,K=f.Renderer.prototype.symbols;/Edge\/|Trident\/|MSIE /.test(H);/firefox/i.test(H);r(k.lang,{printChart:"Print chart",downloadPNG:"Download PNG image",downloadJPEG:"Download JPEG image",
downloadPDF:"Download PDF document",downloadSVG:"Download SVG vector image",contextButtonTitle:"Chart context menu"});k.navigation={buttonOptions:{theme:{},symbolSize:14,symbolX:12.5,symbolY:10.5,align:"right",buttonSpacing:3,height:22,verticalAlign:"top",width:24}};n(!0,k.navigation,{menuStyle:{border:"1px solid #999999",background:"#ffffff",padding:"5px 0"},menuItemStyle:{padding:"0.5em 1em",background:"none",color:"#333333",fontSize:J?"14px":"11px",transition:"background 250ms, color 250ms"},menuItemHoverStyle:{background:"#335cad",
color:"#ffffff"},buttonOptions:{symbolFill:"#666666",symbolStroke:"#666666",symbolStrokeWidth:3,theme:{fill:"#ffffff",stroke:"none",padding:5}}});k.exporting={type:"image/png",url:"https://export.highcharts.com/",printMaxWidth:780,scale:2,buttons:{contextButton:{className:"highcharts-contextbutton",menuClassName:"highcharts-contextmenu",symbol:"menu",_titleKey:"contextButtonTitle",menuItems:"printChart separator downloadPNG downloadJPEG downloadPDF downloadSVG".split(" ")}},menuItemDefinitions:{printChart:{textKey:"printChart",
onclick:function(){this.print()}},separator:{separator:!0},downloadPNG:{textKey:"downloadPNG",onclick:function(){this.exportChart()}},downloadJPEG:{textKey:"downloadJPEG",onclick:function(){this.exportChart({type:"image/jpeg"})}},downloadPDF:{textKey:"downloadPDF",onclick:function(){this.exportChart({type:"application/pdf"})}},downloadSVG:{textKey:"downloadSVG",onclick:function(){this.exportChart({type:"image/svg+xml"})}}}};f.post=function(a,b,e){var c=p("form",n({method:"post",action:a,enctype:"multipart/form-data"},
e),{display:"none"},z.body);G(b,function(a,b){p("input",{type:"hidden",name:b,value:a},null,c)});c.submit();C(c)};r(B.prototype,{sanitizeSVG:function(a,b){if(b&&b.exporting&&b.exporting.allowHTML){var e=a.match(/<\/svg>(.*?$)/);e&&e[1]&&(e='\x3cforeignObject x\x3d"0" y\x3d"0" width\x3d"'+b.chart.width+'" height\x3d"'+b.chart.height+'"\x3e\x3cbody xmlns\x3d"http://www.w3.org/1999/xhtml"\x3e'+e[1]+"\x3c/body\x3e\x3c/foreignObject\x3e",a=a.replace("\x3c/svg\x3e",e+"\x3c/svg\x3e"))}a=a.replace(/zIndex="[^"]+"/g,
"").replace(/isShadow="[^"]+"/g,"").replace(/symbolName="[^"]+"/g,"").replace(/jQuery[0-9]+="[^"]+"/g,"").replace(/url\(("|")(\S+)("|")\)/g,"url($2)").replace(/url\([^#]+#/g,"url(#").replace(/<svg /,'\x3csvg xmlns:xlink\x3d"http://www.w3.org/1999/xlink" ').replace(/ (NS[0-9]+\:)?href=/g," xlink:href\x3d").replace(/\n/," ").replace(/<\/svg>.*?$/,"\x3c/svg\x3e").replace(/(fill|stroke)="rgba\(([ 0-9]+,[ 0-9]+,[ 0-9]+),([ 0-9\.]+)\)"/g,'$1\x3d"rgb($2)" $1-opacity\x3d"$3"').replace(/ /g,
"\u00a0").replace(/­/g,"\u00ad");this.ieSanitizeSVG&&(a=this.ieSanitizeSVG(a));return a},getChartHTML:function(){return this.container.innerHTML},getSVG:function(a){var b,e,c,v,m,g=n(this.options,a);e=p("div",null,{position:"absolute",top:"-9999em",width:this.chartWidth+"px",height:this.chartHeight+"px"},z.body);c=this.renderTo.style.width;m=this.renderTo.style.height;c=g.exporting.sourceWidth||g.chart.width||/px$/.test(c)&&parseInt(c,10)||600;m=g.exporting.sourceHeight||g.chart.height||/px$/.test(m)&&
parseInt(m,10)||400;r(g.chart,{animation:!1,renderTo:e,forExport:!0,renderer:"SVGRenderer",width:c,height:m});g.exporting.enabled=!1;delete g.data;g.series=[];h(this.series,function(a){v=n(a.userOptions,{animation:!1,enableMouseTracking:!1,showCheckbox:!1,visible:a.visible});v.isInternal||g.series.push(v)});h(this.axes,function(a){a.userOptions.internalKey||(a.userOptions.internalKey=f.uniqueKey())});b=new f.Chart(g,this.callback);a&&h(["xAxis","yAxis","series"],function(c){var d={};a[c]&&(d[c]=a[c],
b.update(d))});h(this.axes,function(a){var c=f.find(b.axes,function(b){return b.options.internalKey===a.userOptions.internalKey}),d=a.getExtremes(),e=d.userMin,d=d.userMax;!c||void 0===e&&void 0===d||c.setExtremes(e,d,!0,!1)});c=b.getChartHTML();c=this.sanitizeSVG(c,g);g=null;b.destroy();C(e);return c},getSVGForExport:function(a,b){var e=this.options.exporting;return this.getSVG(n({chart:{borderRadius:0}},e.chartOptions,b,{exporting:{sourceWidth:a&&a.sourceWidth||e.sourceWidth,sourceHeight:a&&a.sourceHeight||
e.sourceHeight}}))},exportChart:function(a,b){b=this.getSVGForExport(a,b);a=n(this.options.exporting,a);f.post(a.url,{filename:a.filename||"chart",type:a.type,width:a.width||0,scale:a.scale,svg:b},a.formAttributes)},print:function(){var a=this,b=a.container,e=[],c=b.parentNode,f=z.body,m=f.childNodes,g=a.options.exporting.printMaxWidth,d,t;if(!a.isPrinting){a.isPrinting=!0;a.pointer.reset(null,0);F(a,"beforePrint");if(t=g&&a.chartWidth>g)d=[a.options.chart.width,void 0,!1],a.setSize(g,void 0,!1);
h(m,function(a,b){1===a.nodeType&&(e[b]=a.style.display,a.style.display="none")});f.appendChild(b);E.focus();E.print();setTimeout(function(){c.appendChild(b);h(m,function(a,b){1===a.nodeType&&(a.style.display=e[b])});a.isPrinting=!1;t&&a.setSize.apply(a,d);F(a,"afterPrint")},1E3)}},contextMenu:function(a,b,e,c,v,m,g){var d=this,t=d.options.navigation,k=d.chartWidth,q=d.chartHeight,n="cache-"+a,l=d[n],x=Math.max(v,m),y,A;l||(d[n]=l=p("div",{className:a},{position:"absolute",zIndex:1E3,padding:x+"px"},
d.container),y=p("div",{className:"highcharts-menu"},null,l),u(y,r({MozBoxShadow:"3px 3px 10px #888",WebkitBoxShadow:"3px 3px 10px #888",boxShadow:"3px 3px 10px #888"},t.menuStyle)),A=function(){u(l,{display:"none"});g&&g.setState(0);d.openMenu=!1},d.exportEvents.push(w(l,"mouseleave",function(){l.hideTimer=setTimeout(A,500)}),w(l,"mouseenter",function(){clearTimeout(l.hideTimer)}),w(z,"mouseup",function(b){d.pointer.inClass(b.target,a)||A()})),h(b,function(a){"string"===typeof a&&(a=d.options.exporting.menuItemDefinitions[a]);
if(f.isObject(a,!0)){var b;a.separator?b=p("hr",null,null,y):(b=p("div",{className:"highcharts-menu-item",onclick:function(b){b&&b.stopPropagation();A();a.onclick&&a.onclick.apply(d,arguments)},innerHTML:a.text||d.options.lang[a.textKey]},null,y),b.onmouseover=function(){u(this,t.menuItemHoverStyle)},b.onmouseout=function(){u(this,t.menuItemStyle)},u(b,r({cursor:"pointer"},t.menuItemStyle)));d.exportDivElements.push(b)}}),d.exportDivElements.push(y,l),d.exportMenuWidth=l.offsetWidth,d.exportMenuHeight=
l.offsetHeight);b={display:"block"};e+d.exportMenuWidth>k?b.right=k-e-v-x+"px":b.left=e-x+"px";c+m+d.exportMenuHeight>q&&"top"!==g.alignOptions.verticalAlign?b.bottom=q-c-x+"px":b.top=c+m-x+"px";u(l,b);d.openMenu=!0},addButton:function(a){var b=this,e=b.renderer,c=n(b.options.navigation.buttonOptions,a),f=c.onclick,m=c.menuItems,g,d,k=c.symbolSize||12;b.btnCount||(b.btnCount=0);b.exportDivElements||(b.exportDivElements=[],b.exportSVGElements=[]);if(!1!==c.enabled){var h=c.theme,q=h.states,p=q&&q.hover,
q=q&&q.select,l;delete h.states;f?l=function(a){a.stopPropagation();f.call(b,a)}:m&&(l=function(){b.contextMenu(d.menuClassName,m,d.translateX,d.translateY,d.width,d.height,d);d.setState(2)});c.text&&c.symbol?h.paddingLeft=D(h.paddingLeft,25):c.text||r(h,{width:c.width,height:c.height,padding:0});d=e.button(c.text,0,0,l,h,p,q).addClass(a.className).attr({"stroke-linecap":"round",title:b.options.lang[c._titleKey],zIndex:3});d.menuClassName=a.menuClassName||"highcharts-menu-"+b.btnCount++;c.symbol&&
(g=e.symbol(c.symbol,c.symbolX-k/2,c.symbolY-k/2,k,k).addClass("highcharts-button-symbol").attr({zIndex:1}).add(d),g.attr({stroke:c.symbolStroke,fill:c.symbolFill,"stroke-width":c.symbolStrokeWidth||1}));d.add().align(r(c,{width:d.width,x:D(c.x,b.buttonOffset)}),!0,"spacingBox");b.buttonOffset+=(d.width+c.buttonSpacing)*("right"===c.align?-1:1);b.exportSVGElements.push(d,g)}},destroyExport:function(a){var b=a?a.target:this;a=b.exportSVGElements;var e=b.exportDivElements,c=b.exportEvents,f;a&&(h(a,
function(a,c){a&&(a.onclick=a.ontouchstart=null,f="cache-"+a.menuClassName,b[f]&&delete b[f],b.exportSVGElements[c]=a.destroy())}),a.length=0);e&&(h(e,function(a,c){clearTimeout(a.hideTimer);I(a,"mouseleave");b.exportDivElements[c]=a.onmouseout=a.onmouseover=a.ontouchstart=a.onclick=null;C(a)}),e.length=0);c&&(h(c,function(a){a()}),c.length=0)}});K.menu=function(a,b,e,c){return["M",a,b+2.5,"L",a+e,b+2.5,"M",a,b+c/2+.5,"L",a+e,b+c/2+.5,"M",a,b+c-1.5,"L",a+e,b+c-1.5]};B.prototype.renderExporting=function(){var a=
this,b=a.options.exporting,e=b.buttons,c=a.isDirtyExporting||!a.exportSVGElements;a.buttonOffset=0;a.isDirtyExporting&&a.destroyExport();c&&!1!==b.enabled&&(a.exportEvents=[],G(e,function(b){a.addButton(b)}),a.isDirtyExporting=!1);w(a,"destroy",a.destroyExport)};B.prototype.callbacks.push(function(a){a.renderExporting();w(a,"redraw",a.renderExporting);h(["exporting","navigation"],function(b){a[b]={update:function(e,c){a.isDirtyExporting=!0;n(!0,a.options[b],e);D(c,!0)&&a.redraw()}}})})})(k)});
</script>
<!-- offline-exporting.js -->
<script>
/*
Highcharts JS v6.0.4 (2017-12-15)
Client side exporting module
(c) 2015 Torstein Honsi / Oystein Moseng
License: www.highcharts.com/license
*/
(function(n){"object"===typeof module&&module.exports?module.exports=n:n(Highcharts)})(function(n){(function(d){function n(a,f){var c=t.getElementsByTagName("head")[0],b=t.createElement("script");b.type="text/javascript";b.src=a;b.onload=f;b.onerror=function(){d.error("Error loading script "+a)};c.appendChild(b)}var C=d.merge,e=d.win,r=e.navigator,t=e.document,w=d.each,x=e.URL||e.webkitURL||e,B=/Edge\/|Trident\/|MSIE /.test(r.userAgent),D=/Edge\/\d+/.test(r.userAgent),E=B?150:0;d.CanVGRenderer={};
d.dataURLtoBlob=function(a){if(e.atob&&e.ArrayBuffer&&e.Uint8Array&&e.Blob&&x.createObjectURL){a=a.match(/data:([^;]*)(;base64)?,([0-9A-Za-z+/]+)/);for(var d=e.atob(a[3]),c=new e.ArrayBuffer(d.length),c=new e.Uint8Array(c),b=0;b<c.length;++b)c[b]=d.charCodeAt(b);a=new e.Blob([c],{type:a[1]});return x.createObjectURL(a)}};d.downloadURL=function(a,f){var c=t.createElement("a"),b;if("string"===typeof a||a instanceof String||!r.msSaveOrOpenBlob){if(D||2E6<a.length)if(a=d.dataURLtoBlob(a),!a)throw"Data URL length limit reached";
if(void 0!==c.download)c.href=a,c.download=f,t.body.appendChild(c),c.click(),t.body.removeChild(c);else try{if(b=e.open(a,"chart"),void 0===b||null===b)throw"Failed to open window";}catch(u){e.location.href=a}}else r.msSaveOrOpenBlob(a,f)};d.svgToDataUrl=function(a){var d=-1<r.userAgent.indexOf("WebKit")&&0>r.userAgent.indexOf("Chrome");try{if(!d&&0>r.userAgent.toLowerCase().indexOf("firefox"))return x.createObjectURL(new e.Blob([a],{type:"image/svg+xml;charset-utf-16"}))}catch(c){}return"data:image/svg+xml;charset\x3dUTF-8,"+
encodeURIComponent(a)};d.imageToDataUrl=function(a,d,c,b,u,l,k,m,p){var g=new e.Image,h,f=function(){setTimeout(function(){var e=t.createElement("canvas"),f=e.getContext&&e.getContext("2d"),y;try{if(f){e.height=g.height*b;e.width=g.width*b;f.drawImage(g,0,0,e.width,e.height);try{y=e.toDataURL(d),u(y,d,c,b)}catch(F){h(a,d,c,b)}}else k(a,d,c,b)}finally{p&&p(a,d,c,b)}},E)},q=function(){m(a,d,c,b);p&&p(a,d,c,b)};h=function(){g=new e.Image;h=l;g.crossOrigin="Anonymous";g.onload=f;g.onerror=q;g.src=a};
g.onload=f;g.onerror=q;g.src=a};d.downloadSVGLocal=function(a,f,c,b){function u(b,a){a=new e.jsPDF("l","pt",[b.width.baseVal.value+2*a,b.height.baseVal.value+2*a]);w(b.querySelectorAll('*[visibility\x3d"hidden"]'),function(b){b.parentNode.removeChild(b)});e.svg2pdf(b,a,{removeInvalid:!0});return a.output("datauristring")}function l(){z.innerHTML=a;var e=z.getElementsByTagName("text"),f,g=z.getElementsByTagName("svg")[0].style;w(e,function(b){w(["font-family","font-size"],function(a){!b.style[a]&&
g[a]&&(b.style[a]=g[a])});b.style["font-family"]=b.style["font-family"]&&b.style["font-family"].split(" ").splice(-1);f=b.getElementsByTagName("title");w(f,function(a){b.removeChild(a)})});e=u(z.firstChild,0);try{d.downloadURL(e,v),b&&b()}catch(G){c()}}var k,m,p=!0,g,h=f.libURL||d.getOptions().exporting.libURL,z=t.createElement("div"),q=f.type||"image/png",v=(f.filename||"chart")+"."+("image/svg+xml"===q?"svg":q.split("/")[1]),A=f.scale||1,h="/"!==h.slice(-1)?h+"/":h;if("image/svg+xml"===q)try{r.msSaveOrOpenBlob?
(m=new MSBlobBuilder,m.append(a),k=m.getBlob("image/svg+xml")):k=d.svgToDataUrl(a),d.downloadURL(k,v),b&&b()}catch(y){c()}else"application/pdf"===q?e.jsPDF&&e.svg2pdf?l():(p=!0,n(h+"jspdf.js",function(){n(h+"svg2pdf.js",function(){l()})})):(k=d.svgToDataUrl(a),g=function(){try{x.revokeObjectURL(k)}catch(y){}},d.imageToDataUrl(k,q,{},A,function(a){try{d.downloadURL(a,v),b&&b()}catch(F){c()}},function(){var f=t.createElement("canvas"),u=f.getContext("2d"),l=a.match(/^<svg[^>]*width\s*=\s*\"?(\d+)\"?[^>]*>/)[1]*
A,k=a.match(/^<svg[^>]*height\s*=\s*\"?(\d+)\"?[^>]*>/)[1]*A,m=function(){u.drawSvg(a,0,0,l,k);try{d.downloadURL(r.msSaveOrOpenBlob?f.msToBlob():f.toDataURL(q),v),b&&b()}catch(H){c()}finally{g()}};f.width=l;f.height=k;e.canvg?m():(p=!0,n(h+"rgbcolor.js",function(){n(h+"canvg.js",function(){m()})}))},c,c,function(){p&&g()}))};d.Chart.prototype.getSVGForLocalExport=function(a,e,c,b){var f=this,l,k=0,m,p,g,h,n,q=function(a,d,c){++k;c.imageElement.setAttributeNS("http://www.w3.org/1999/xlink","href",
a);k===l.length&&b(f.sanitizeSVG(m.innerHTML,p))};d.wrap(d.Chart.prototype,"getChartHTML",function(b){var a=b.apply(this,Array.prototype.slice.call(arguments,1));p=this.options;m=this.container.cloneNode(!0);return a});f.getSVGForExport(a,e);l=m.getElementsByTagName("image");try{if(l.length)for(h=0,n=l.length;h<n;++h)g=l[h],d.imageToDataUrl(g.getAttributeNS("http://www.w3.org/1999/xlink","href"),"image/png",{imageElement:g},a.scale,q,c,c,c);else b(f.sanitizeSVG(m.innerHTML,p))}catch(v){c()}};d.Chart.prototype.exportChartLocal=
function(a,e){var c=this,b=d.merge(c.options.exporting,a),f=function(){if(!1===b.fallbackToExportServer)if(b.error)b.error(b);else throw"Fallback to export server disabled";else c.exportChart(b)};B&&("application/pdf"===b.type||c.container.getElementsByTagName("image").length&&"image/svg+xml"!==b.type)||"application/pdf"===b.type&&c.container.getElementsByTagName("image").length?f():c.getSVGForLocalExport(b,e,f,function(a){-1<a.indexOf("\x3cforeignObject")&&"image/svg+xml"!==b.type?f():d.downloadSVGLocal(a,
b,f)})};C(!0,d.getOptions().exporting,{libURL:"https://code.highcharts.com/6.0.4/lib/",menuItemDefinitions:{downloadPNG:{textKey:"downloadPNG",onclick:function(){this.exportChartLocal()}},downloadJPEG:{textKey:"downloadJPEG",onclick:function(){this.exportChartLocal({type:"image/jpeg"})}},downloadSVG:{textKey:"downloadSVG",onclick:function(){this.exportChartLocal({type:"image/svg+xml"})}},downloadPDF:{textKey:"downloadPDF",onclick:function(){this.exportChartLocal({type:"application/pdf"})}}}})})(n)});
</script>
<!-- For syncronizing chart zooms -->
<script>
function syncExtremes(e) {
var thisChart = this.chart;
if (e.trigger !== 'syncExtremes') { // Prevent feedback loop
Highcharts.each(Highcharts.charts, function (chart) {
if (chart !== thisChart) {
if (chart.xAxis[0].setExtremes) { // It is null while updating
chart.xAxis[0].setExtremes(e.min, e.max, undefined, false, { trigger: 'syncExtremes' });
}
}
});
}
}
</script>
</head>
<body>
<div class="container">
<div class="page-header">
<h1>D:\Util\BadLog\CheezeCurd_1129_20-59.bag <a href="data:text/csv;base64,VGltaW5ncy9Sb2JvdExvb3AsVGltaW5ncy9UaW1lc3RhbXAsVHVycmV0L0Rlc2lyZWQsVHVycmV0L0FjdHVhbCxUdXJyZXQvRXJyb3IsSGVhZGluZy9Sb2JvdCxIZWFkaW5nL1R1cnJldCxFcnJvcnMvUGlnZW9uCjE4Ljk4MCw0LjIwMTIsMTYyOC4wLDU0OTEuMCwtMTAuMDAwLDAuMDAwMCwzMzkuNTIsMi4wMDAwCjAuMjgyMDAsNC4yNTU2LDE2MjguMCwxMzk3LjAsMTI4LjAwLDAuMDAwMCwtMjAuMzAzLDIuMDAwMAowLjQzMjAwLDQuMjY0MSwxNjI4LjAsMTM5Ny4wLDEyOC4wMCwwLjAwMDAsLTIwLjMwMywyLjAwMDAKMC4yNDIwMCw0LjI3MTYsMTYyOC4wLDEzOTcuMCwxMjguMDAsMC4wMDAwLC0yMC4zMDMsMi4wMDAwCjAuMjg3MDAsNC4yODAwLDE2MjguMCwxMzk3LjAsMTI4LjAwLDAuMDAwMCwtMjAuMzAzLDIuMDAwMAowLjIyODAwLDQuMjg3NywxNjI4LjAsMTM5Ny4wLDEyOC4wMCwwLjAwMDAsLTIwLjMwMywyLjAwMDAKMC43MjYwMCw0LjI5NTcsMTYyOC4wLDEzOTcuMCwxMjguMDAsMC4wMDAwLC0yMC4zMDMsMi4wMDAwCjAuMjUzMDAsNC4zMDI4LDE2MjguMCwxMzk3LjAsMTI4LjAwLDAuMDAwMCwtMjAuMzAzLDIuMDAwMAowLjI3MTAwLDQuMzIyOSwxNjI4LjAsMTM5Ny4wLDE1LjAwMCwwLjAwMDAsLTIwLjMwMywyLjAwMDAKMC4yNzAwMCw0LjM0MjgsMTYyOC4wLDEzOTcuMCwxNS4wMDAsMC4wMDAwLC0yMC4zMDMsMi4wMDAwCjAuMzMzMDAsNC4zNjI2LDE2MjguMCwxNjI2LjAsMTUuMDAwLDAuMDAwMCwtMC4xNzU3OCwyLjAwMDAKMC4yNjEwMCw0LjM4MjYsMTYyOC4wLDE2MjYuMCwyLjAwMDAsMC4wMDAwLC0wLjE3NTc4LDIuMDAwMAowLjI2NjAwLDQuNDAyNiwxNjI4LjAsMTYyNi4wLDIuMDAwMCwwLjAwMDAsLTAuMTc1NzgsMi4wMDAwCjAuMjYxMDAsNC40MjI4LDE2MjguMCwxNjI2LjAsMi4wMDAwLDAuMDAwMCwtMC4xNzU3OCwyLjAwMDAKMC4yNjUwMCw0LjQ0MjksMTYyOC4wLDE2MjYuMCwyLjAwMDAsMC4wMDAwLC0wLjE3NTc4LDIuMDAwMAowLjI2MzAwLDQuNDYyNiwxNjI4LjAsMTYyNi4wLDIuMDAwMCwwLjAwMDAsLTAuMTc1NzgsMi4wMDAwCjAuMjY5MDAsNC40ODI3LDE2MjguMCwxNjI2LjAsMi4wMDAwLDAuMDAwMCwtMC4xNzU3OCwyLjAwMDAKMC4yNjcwMCw0LjUwMjcsMTYyOC4wLDE2MjYuMCwyLjAwMDAsMC4wMDAwLC0wLjE3NTc4LDIuMDAwMAowLjI2NzAwLDQuNTIyOSwxNjI4LjAsMTYyNi4wLDIuMDAwMCwwLjAwMDAsLTAuMTc1NzgsMi4wMDAwCjAuMzAwMDAsNC41NDMxLDE2MjguMCwxNjI2LjAsMi4wMDAwLDAuMDAwMCwtMC4xNzU3OCwyLjAwMDAKMC4yNjYwMCw0LjU2MjksMTYyOC4wLDE2MjYuMCwyLjAwMDAsMC4wMDAwLC0wLjE3NTc4LDIuMDAwMAowLjI2MDAwLDQuNTgyNiwxNjI4LjAsMTYyNi4wLDIuMDAwMCwwLjAwMDAsLTAuMTc1NzgsMi4wMDAwCjAuMjY1MDAsNC42MDI5LDE2MjguMCwxNjI2LjAsMi4wMDAwLDAuMDAwMCwtMC4xNzU3OCwyLjAwMDAKMC4yNjAwMCw0LjYyMjYsMTYyOC4wLDE2MjYuMCwyLjAwMDAsMC4wMDAwLC0wLjE3NTc4LDIuMDAwMAowLjI3MDAwLDQuNjQyNywxNjI4LjAsMTYyNi4wLDIuMDAwMCwwLjAwMDAsLTAuMTc1NzgsMi4wMDAwCjAuMjY2MDAsNC42NjI1LDE2MjguMCwxNjI2LjAsMi4wMDAwLDAuMDAwMCwtMC4xNzU3OCwyLjAwMDAKMC4zNzYwMCw0LjY4MjgsMTYyOC4wLDE2MjYuMCwyLjAwMDAsMC4wMDAwLC0wLjE3NTc4LDIuMDAwMAowLjI2ODAwLDQuNzAyNiwxNjI4LjAsMTYyNi4wLDIuMDAwMCwwLjAwMDAsLTAuMTc1NzgsMi4wMDAwCjAuMjc0MDAsNC43MjMwLDE2MjguMCwxNjI2LjAsMi4wMDAwLDAuMDAwMCwtMC4xNzU3OCwyLjAwMDAKMC4yNjcwMCw0Ljc0MjYsMTYyOC4wLDE2MjYuMCwyLjAwMDAsMC4wMDAwLC0wLjE3NTc4LDIuMDAwMAowLjI3MDAwLDQuNzYyNSwxNjI4LjAsMTYyNi4wLDIuMDAwMCwwLjAwMDAsLTAuMTc1NzgsMi4wMDAwCjAuMjc1MDAsNC43ODI2LDE2MjguNSwxNjI2LjAsMi4wMDAwLDAuMDQzOTQ1LC0wLjE3NTc4LDIuMDAwMAowLjI5ODAwLDQuODAyNSwxNjI5LjAsMTYyNi4wLDIuMDAwMCwwLjA4Nzg5MSwtMC4xNzU3OCwyLjAwMDAKMC4yNzYwMCw0LjgyMjYsMTYyOS41LDE2MjYuMCwyLjAwMDAsMC4xMzE4NCwtMC4xNzU3OCwyLjAwMDAKMC4yOTcwMCw0Ljg0MjYsMTYzMC41LDE2MjYuMCwyLjAwMDAsMC4yMTk3MywtMC4xNzU3OCwyLjAwMDAKMC4zMDIwMCw0Ljg2MzEsMTYzMS41LDE2MjYuMCw0LjAwMDAsMC4zMDc2MiwtMC4xNzU3OCwyLjAwMDAKMC4zMDEwMCw0Ljg4MjgsMTYzMi41LDE2MjYuMCw0LjAwMDAsMC4zOTU1MSwtMC4xNzU3OCwyLjAwMDAKMC4zMDYwMCw0LjkwMjUsMTYzNC4wLDE2MjYuMCw0LjAwMDAsMC41MjczNCwtMC4xNzU3OCwyLjAwMDAKMC44NTgwMCw0LjkyNTEsMTYzNS41LDE2MjYuMCw4LjAwMDAsMC42NTkxOCwtMC4xNzU3OCwyLjAwMDAKMC4zMTUwMCw0Ljk0MjgsMTYzNy41LDE2MjYuMCw4LjAwMDAsMC44MzQ5NiwtMC4xNzU3OCwyLjAwMDAKMC4zNzkwMCw0Ljk2MjUsMTYzOS41LDE2MjYuMCw4LjAwMDAsMS4wMTA3LC0wLjE3NTc4LDIuMDAwMAowLjMxMDAwLDQuOTgyNiwxNjQyLjAsMTYyNi4wLDEzLjAwMCwxLjIzMDUsLTAuMTc1NzgsMi4wMDAwCjAuMzAxMDAsNS4wMDI1LDE2NDUuMCwxNjI2LjAsMTMuMDAwLDEuNDk0MSwtMC4xNzU3OCwyLjAwMDAKMC4zMDgwMCw1LjAyMjksMTY0OC4wLDE2MjcuMCwxMy4wMDAsMS43NTc4LC0wLjA4Nzg5MSwyLjAwMDAKMC4zMDYwMCw1LjA0MjYsMTY1MS41LDE2MjcuMCwxOC4wMDAsMi4wNjU0LC0wLjA4Nzg5MSwyLjAwMDAKMC4zMDkwMCw1LjA2MjcsMTY1NS41LDE2MjcuMCwxOC4wMDAsMi40MTcwLC0wLjA4Nzg5MSwyLjAwMDAKMC4zMTkwMCw1LjA4MzAsMTY1OS41LDE2MjcuMCwxOC4wMDAsMi43Njg2LC0wLjA4Nzg5MSwyLjAwMDAKMC4zNTYwMCw1LjEwMjUsMTY2NC4wLDE2MjcuMCwyMi4wMDAsMy4xNjQxLC0wLjA4Nzg5MSwyLjAwMDAKMC4zNDAwMCw1LjEyMjUsMTY2OS4wLDE2MjcuMCwyMi4wMDAsMy42MDM1LC0wLjA4Nzg5MSwyLjAwMDAKMC4zOTgwMCw1LjE0MjUsMTY3NC4wLDE2MjcuMCwyMi4wMDAsNC4wNDMwLC0wLjA4Nzg5MSwyLjAwMDAKMC40MDEwMCw1LjE2MjUsMTY3OS41LDE2MjcuMCwyNC4wMDAsNC41MjY0LDIuMDIxNSwyLjAwMDAKMC4zMDMwMCw1LjE4MjIsMTY4NS41LDE2NTEuMCwyNC4wMDAsNS4wNTM3LDIuMDIxNSwyLjAwMDAKMC4zNDEwMCw1LjIwMjQsMTY5MS41LDE2NTEuMCwyNC4wMDAsNS41ODExLDIuMDIxNSwyLjAwMDAKMC4zMzgwMCw1LjIyMjcsMTY5OC4wLDE2NTEuMCwyNy4wMDAsNi4xNTIzLDIuMDIxNSwyLjAwMDAKMC4zNTkwMCw1LjI0MjUsMTcwNS4wLDE2NTEuMCwyNy4wMDAsNi43Njc2LDIuMDIxNSwyLjAwMDAKMC4zNjQwMCw1LjI2MjQsMTcxMi4wLDE2NTEuMCwyNy4wMDAsNy4zODI4LDIuMDIxNSwyLjAwMDAKMC4zNDIwMCw1LjI4MjUsMTcxOS41LDE2NTEuMCwzMC4wMDAsOC4wNDIwLDIuMDIxNSwyLjAwMDAKMC4zNDYwMCw1LjMwMjQsMTcyNy4wLDE2NTEuMCwzMC4wMDAsOC43MDEyLDIuMDIxNSwyLjAwMDAKMC4zMDkwMCw1LjMyMjQsMTczNC41LDE2OTguMCwzMC4wMDAsOS4zNjA0LDYuMTUyMywyLjAwMDAKMC4zMzkwMCw1LjM0MjUsMTc0Mi41LDE2OTguMCwzMS4wMDAsMTAuMDYzLDYuMTUyMywyLjAwMDAKMC4zNDIwMCw1LjM2MjgsMTc1MC41LDE2OTguMCwzMS4wMDAsMTAuNzY3LDYuMTUyMywyLjAwMDAKMC4zMDAwMCw1LjM4MjQsMTc1OS4wLDE2OTguMCwzMS4wMDAsMTEuNTE0LDYuMTUyMywyLjAwMDAKMC4yOTcwMCw1LjQwMjIsMTc2Ny41LDE2OTguMCwzMy4wMDAsMTIuMjYxLDYuMTUyMywyLjAwMDAKMC4zMDAwMCw1LjQyMjIsMTc3Ni4wLDE2OTguMCwzMy4wMDAsMTMuMDA4LDYuMTUyMywyLjAwMDAKMC4zMDgwMCw1LjQ0MjUsMTc4NC41LDE2OTguMCwzMy4wMDAsMTMuNzU1LDYuMTUyMywyLjAwMDAKMC4zMDAwMCw1LjQ2MjIsMTc5My41LDE2OTguMCwzMy4wMDAsMTQuNTQ2LDYuMTUyMywyLjAwMDAKMC4zMDAwMCw1LjQ4MjQsMTgwMi41LDE2OTguMCwzMy4wMDAsMTUuMzM3LDYuMTUyMywyLjAwMDAKMC4zNDgwMCw1LjUwMjUsMTgxMi4wLDE3NjEuMCwzMy4wMDAsMTYuMTcyLDExLjY4OSwyLjAwMDAKMC4yOTgwMCw1LjUyMjIsMTgyMS4wLDE3NjEuMCwzNS4wMDAsMTYuOTYzLDExLjY4OSwyLjAwMDAKMC4yOTYwMCw1LjU0MjQsMTgzMC41LDE3NjEuMCwzNS4wMDAsMTcuNzk4LDExLjY4OSwyLjAwMDAKMC4zMDEwMCw1LjU2MjQsMTg0MC4wLDE3NjEuMCwzNS4wMDAsMTguNjMzLDExLjY4OSwyLjAwMDAKMC4yOTkwMCw1LjU4MjQsMTg0OS41LDE3NjEuMCwzNi4wMDAsMTkuNDY4LDExLjY4OSwyLjAwMDAKMC4zMTIwMCw1LjYwMjQsMTg1OS4wLDE3NjEuMCwzNi4wMDAsMjAuMzAzLDExLjY4OSwyLjAwMDAKMC4yOTgwMCw1LjYyMjQsMTg2OS4wLDE3NjEuMCwzNi4wMDAsMjEuMTgyLDExLjY4OSwyLjAwMDAKMC4zNjQwMCw1LjY0MzUsMTg3OC41LDE4MzUuMCwzNi4wMDAsMjIuMDE3LDE4LjE5MywyLjAwMDAKMC4yOTIwMCw1LjY2MjMsMTg4OC41LDE4MzUuMCwzNi4wMDAsMjIuODk2LDE4LjE5MywyLjAwMDAKMC4zNDAwMCw1LjY4MjQsMTg5OC41LDE4MzUuMCwzNi4wMDAsMjMuNzc0LDE4LjE5MywyLjAwMDAKMC4yOTUwMCw1LjcwMjIsMTkwOC41LDE4MzUuMCwzNy4wMDAsMjQuNjUzLDE4LjE5MywyLjAwMDAKMC43MjEwMCw1LjcyMzIsMTkxOC41LDE4MzUuMCwzNy4wMDAsMjUuNTMyLDE4LjE5MywyLjAwMDAKMC4zNDEwMCw1Ljc0NDksMTkzNC4wLDE4MzUuMCwzNy4wMDAsMjYuODk1LDE4LjE5MywyLjAwMDAKMC4zMTQwMCw1Ljc2MjQsMTkzOS4wLDE4MzUuMCw0NC4wMDAsMjcuMzM0LDE4LjE5MywyLjAwMDAKMC4zMDQwMCw1Ljc4MjUsMTk0OS41LDE4MzUuMCw0NC4wMDAsMjguMjU3LDE4LjE5MywyLjAwMDAKMC4yOTgwMCw1LjgwMjMsMTk1OS41LDE5MTIuMCw0NC4wMDAsMjkuMTM2LDI0Ljk2MSwyLjAwMDAKMC4zMTEwMCw1LjgyMjQsMTk3MC4wLDE5MTIuMCwzOC4wMDAsMzAuMDU5LDI0Ljk2MSwyLjAwMDAKMC4yOTMwMCw1Ljg0MjMsMTk4MC4wLDE5MTIuMCwzOC4wMDAsMzAuOTM4LDI0Ljk2MSwyLjAwMDAKMC4yOTcwMCw1Ljg2MjQsMTk5MC41LDE5MTIuMCwzOC4wMDAsMzEuODYwLDI0Ljk2MSwyLjAwMDAKMC4yOTUwMCw1Ljg4MjMsMjAwMS4wLDE5MTIuMCwzOC4wMDAsMzIuNzgzLDI0Ljk2MSwyLjAwMDAKMC4yOTQwMCw1LjkwMjMsMjAxMS4wLDE5MTIuMCwzOC4wMDAsMzMuNjYyLDI0Ljk2MSwyLjAwMDAKMC4yOTUwMCw1LjkyMjUsMjAyMS41LDE5MTIuMCwzOC4wMDAsMzQuNTg1LDI0Ljk2MSwyLjAwMDAKMC4zMDYwMCw1Ljk0MjksMjAzMS41LDE5MTIuMCwzOC4wMDAsMzUuNDY0LDI0Ljk2MSwyLjAwMDAKMC4zMDYwMCw1Ljk2MjgsMjA0Mi4wLDE5OTUuMCwzOC4wMDAsMzYuMzg3LDMyLjI1NiwyLjAwMDAKMC4zNDcwMCw1Ljk4MjksMjA1Mi4wLDE5OTUuMCwzOC4wMDAsMzcuMjY2LDMyLjI1NiwyLjAwMDAKMC4zOTQwMCw2LjAwMjcsMjA2Mi4wLDE5OTUuMCwzOC4wMDAsMzguMTQ1LDMyLjI1NiwyLjAwMDAKMC44NTcwMCw2LjAyNjAsMjA3Mi4wLDE5OTUuMCwzOC4wMDAsMzkuMDIzLDMyLjI1NiwyLjAwMDAKMC43NDgwMCw2LjA0NTgsMjA4Mi4wLDE5OTUuMCwzOC4wMDAsMzkuOTAyLDMyLjI1NiwyLjAwMDAKMC44NTAwMCw2LjA2MzEsMjA5Mi41LDE5OTUuMCwzNy4wMDAsNDAuODI1LDMyLjI1NiwyLjAwMDAKMC4yOTcwMCw2LjA4MjMsMjEwMi41LDE5OTUuMCwzNy4wMDAsNDEuNzA0LDMyLjI1NiwyLjAwMDAKMC4zNDQwMCw2LjEwMjMsMjExMi4wLDE5OTUuMCwzNy4wMDAsNDIuNTM5LDMyLjI1NiwyLjAwMDAKMC4yOTUwMCw2LjEyMjAsMjEyMi4wLDE5OTUuMCwzNy4wMDAsNDMuNDE4LDMyLjI1NiwyLjAwMDAKMC4zMDIwMCw2LjE0MjIsMjEzMi4wLDE5OTUuMCwzNy4wMDAsNDQuMjk3LDM5LjQ2MywyLjAwMDAKMC4yOTQwMCw2LjE2MjAsMjE0Mi4wLDIwNzcuMCwzNy4wMDAsNDUuMTc2LDM5LjQ2MywyLjAwMDAKMC40MDAwMCw2LjE4MjMsMjE1MS41LDIwNzcuMCwzOC4wMDAsNDYuMDExLDM5LjQ2MywyLjAwMDAKMC4zMzcwMCw2LjIwMjIsMjE2MS41LDIwNzcuMCwzOC4wMDAsNDYuODkwLDM5LjQ2MywyLjAwMDAKMC4zMzcwMCw2LjIyMjEsMjE3MS4wLDIwNzcuMCwzOC4wMDAsNDcuNzI1LDM5LjQ2MywyLjAwMDAKMC4zMDMwMCw2LjI0MjQsMjE4MC41LDIwNzcuMCwzOC4wMDAsNDguNTYwLDM5LjQ2MywyLjAwMDAKMC4yOTEwMCw2LjI2MjIsMjE5MC4wLDIwNzcuMCwzOC4wMDAsNDkuMzk1LDM5LjQ2MywyLjAwMDAKMC4yODUwMCw2LjI4MjIsMjE5OS41LDIwNzcuMCwzOC4wMDAsNTAuMjI5LDM5LjQ2MywyLjAwMDAKMC4zMzIwMCw2LjMwMjQsMjIwOS4wLDIxNTYuMCwzNi4wMDAsNTEuMDY0LDQ2LjQwNiwyLjAwMDAKMC4zMDMwMCw2LjMyMjIsMjIxOC41LDIxNTYuMCwzNi4wMDAsNTEuODk5LDQ2LjQwNiwyLjAwMDAKMC4yOTEwMCw2LjM0MjIsMjIyOC4wLDIxNTYuMCwzNi4wMDAsNTIuNzM0LDQ2LjQwNiwyLjAwMDAKMC4yOTgwMCw2LjM2MjIsMjIzNy4wLDIxNTYuMCwzNi4wMDAsNTMuNTI1LDQ2LjQwNiwyLjAwMDAKMC4zMDAwMCw2LjM4MjIsMjI0Ni41LDIxNTYuMCwzNi4wMDAsNTQuMzYwLDQ2LjQwNiwyLjAwMDAKMC4yOTQwMCw2LjQwMjIsMjI1NS41LDIxNTYuMCwzNi4wMDAsNTUuMTUxLDQ2LjQwNiwyLjAwMDAKMC4zMzYwMCw2LjQyMjIsMjI2NS4wLDIxNTYuMCwzNi4wMDAsNTUuOTg2LDQ2LjQwNiwyLjAwMDAKMC4zMDIwMCw2LjQ0MjMsMjI3NC4wLDIxNTYuMCwzNi4wMDAsNTYuNzc3LDUyLjkxMCwyLjAwMDAKMC4zMDIwMCw2LjQ2MjIsMjI4My41LDIyMzAuMCwzNi4wMDAsNTcuNjEyLDUyLjkxMCwyLjAwMDAKMC4yOTgwMCw2LjQ4MjMsMjI5Mi41LDIyMzAuMCwzNi4wMDAsNTguNDAzLDUyLjkxMCwyLjAwMDAKMTMuODYyLDYuNTE1OCwyMzAxLjUsMjIzMC4wLDM2LjAwMCw1OS45NDEsNTIuOTEwLDIuMDAwMAowLjI4NTAwLDYuNTIyMiwyMzEwLjAsMjIzMC4wLDM2LjAwMCw1OS45NDEsNTIuOTEwLDIuMDAwMAowLjMzOTAwLDYuNTQyMiwyMzE5LjAsMjIzMC4wLDM1LjAwMCw2MC43MzIsNTIuOTEwLDIuMDAwMAowLjM4ODAwLDYuNTYyMiwyMzI4LjAsMjIzMC4wLDM1LjAwMCw2MS41MjMsNTIuOTEwLDIuMDAwMAowLjMwMzAwLDYuNTgyMiwyMzM3LjAsMjIzMC4wLDM1LjAwMCw2Mi4zMTQsNTIuOTEwLDIuMDAwMAowLjMwNjAwLDYuNjAyMywyMzQ2LjAsMjIzMC4wLDM1LjAwMCw2My4xMDUsNTIuOTEwLDIuMDAwMAowLjMzOTAwLDYuNjIyNiwyMzU1LjUsMjMwNC4wLDM1LjAwMCw2My45NDAsNTkuNDE0LDIuMDAwMAowLjI5ODAwLDYuNjQyNCwyMzY1LjAsMjMwNC4wLDM1LjAwMCw2NC43NzUsNTkuNDE0LDIuMDAwMAowLjM1NTAwLDYuNjYyMSwyMzc1LjAsMjMwNC4wLDM2LjAwMCw2NS42NTQsNTkuNDE0LDIuMDAwMAowLjMwNjAwLDYuNjgyMywyMzg1LjAsMjMwNC4wLDM2LjAwMCw2Ni41MzMsNTkuNDE0LDIuMDAwMAowLjMzNjAwLDYuNzAyMiwyMzk1LjUsMjMwNC4wLDM2LjAwMCw2Ny40NTYsNTkuNDE0LDIuMDAwMAowLjMwNjAwLDYuNzIyMiwyNDA2LjUsMjMwNC4wLDM3LjAwMCw2OC40MjMsNTkuNDE0LDIuMDAwMAowLjMwMDAwLDYuNzQyMiwyNDE4LjAsMjMwNC4wLDM3LjAwMCw2OS40MzQsNTkuNDE0LDIuMDAwMAowLjI5MDAwLDYuNzYyMSwyNDI5LjUsMjMwNC4wLDM3LjAwMCw3MC40NDQsNTkuNDE0LDIuMDAwMAowLjI5ODAwLDYuNzgyMCwyNDQxLjUsMjM4MS4wLDQwLjAwMCw3MS40OTksNjYuMTgyLDIuMDAwMAowLjMwMTAwLDYuODAyMywyNDUzLjAsMjM4MS4wLDQwLjAwMCw3Mi41MTAsNjYuMTgyLDIuMDAwMAowLjM0MzAwLDYuODIyNCwyNDY1LjAsMjM4MS4wLDQwLjAwMCw3My41NjQsNjYuMTgyLDIuMDAwMAowLjM5NjAwLDYuODQyMSwyNDc2LjUsMjM4MS4wLDQyLjAwMCw3NC41NzUsNjYuMTgyLDIuMDAwMAowLjI4ODAwLDYuODYyMSwyNDg3LjUsMjM4MS4wLDQyLjAwMCw3NS41NDIsNjYuMTgyLDIuMDAwMAowLjI5NjAwLDYuODgyMywyNDk5LjAsMjM4MS4wLDQyLjAwMCw3Ni41NTMsNjYuMTgyLDIuMDAwMAowLjI5NDAwLDYuOTAyMCwyNTA5LjUsMjM4MS4wLDQyLjAwMCw3Ny40NzYsNjYuMTgyLDIuMDAwMAowLjI5NDAwLDYuOTIyMSwyNTIwLjUsMjM4MS4wLDQyLjAwMCw3OC40NDIsNjYuMTgyLDIuMDAwMAowLjMzODAwLDYuOTQyNCwyNTMxLjAsMjQ3MS4wLDQyLjAwMCw3OS4zNjUsNzQuMDkyLDIuMDAwMAowLjI4ODAwLDYuOTYyMSwyNTQxLjUsMjQ3MS4wLDQwLjAwMCw4MC4yODgsNzQuMDkyLDIuMDAwMAowLjMwMDAwLDYuOTgyMywyNTUxLjUsMjQ3MS4wLDQwLjAwMCw4MS4xNjcsNzQuMDkyLDIuMDAwMAowLjI5MzAwLDcuMDAyMywyNTYxLjUsMjQ3MS4wLDQwLjAwMCw4Mi4wNDYsNzQuMDkyLDIuMDAwMAowLjI5MzAwLDcuMDIyMSwyNTcxLjAsMjQ3MS4wLDM4LjAwMCw4Mi44ODEsNzQuMDkyLDIuMDAwMAowLjI5MjAwLDcuMDQyMiwyNTgwLjUsMjQ3MS4wLDM4LjAwMCw4My43MTYsNzQuMDkyLDIuMDAwMAowLjMzNzAwLDcuMDYyNCwyNTg5LjUsMjQ3MS4wLDM4LjAwMCw4NC41MDcsNzQuMDkyLDIuMDAwMAowLjMwMjAwLDcuMDgyMywyNTk4LjAsMjQ3MS4wLDM2LjAwMCw4NS4yNTQsODEuNDc1LDIuMDAwMAowLjU3MjAwLDcuMTAyNCwyNjA3LjAsMjU1NS4wLDM2LjAwMCw4Ni4wNDUsODEuNDc1LDIuMDAwMAowLjM1MTAwLDcuMTIyMywyNjE1LjUsMjU1NS4wLDM2LjAwMCw4Ni43OTIsODEuNDc1LDIuMDAwMAowLjMwMzAwLDcuMTQyMywyNjIzLjUsMjU1NS4wLDM0LjAwMCw4Ny40OTUsODEuNDc1LDIuMDAwMAowLjMwMzAwLDcuMTYyNCwyNjMxLjUsMjU1NS4wLDM0LjAwMCw4OC4xOTgsODEuNDc1LDIuMDAwMAowLjMzMjAwLDcuMTgyMiwyNjM5LjUsMjU1NS4wLDM0LjAwMCw4OC45MDEsODEuNDc1LDIuMDAwMAowLjI5MDAwLDcuMjAyMSwyNjQ3LjAsMjU1NS4wLDMyLjAwMCw4OS41NjEsODEuNDc1LDIuMDAwMAowLjM2ODAwLDcuMjIyMiwyNjU0LjUsMjU1NS4wLDMyLjAwMCw5MC4yMjAsODEuNDc1LDIuMDAwMAowLjI5MDAwLDcuMjQyMiwyNjYxLjUsMjU1NS4wLDMyLjAwMCw5MC44MzUsODEuNDc1LDIuMDAwMAowLjMzNzAwLDcuMjYyMiwyNjY4LjUsMjYyNC4wLDMxLjAwMCw5MS40NTAsODcuNTM5LDIuMDAwMAowLjI5NTAwLDcuMjgyMiwyNjc1LjAsMjYyNC4wLDMxLjAwMCw5Mi4wMjEsODcuNTM5LDIuMDAwMAowLjQxMTAwLDcuMzAyNCwyNjgxLjUsMjYyNC4wLDMxLjAwMCw5Mi41OTMsODcuNTM5LDIuMDAwMAowLjI5MzAwLDcuMzIyMSwyNjg3LjUsMjYyNC4wLDI5LjAwMCw5My4xMjAsODcuNTM5LDIuMDAwMAowLjI5NzAwLDcuMzQyMSwyNjkzLjUsMjYyNC4wLDI5LjAwMCw5My42NDcsODcuNTM5LDIuMDAwMAowLjMyOTAwLDcuMzYyMiwyNzAwLjAsMjYyNC4wLDI5LjAwMCw5NC4yMTksODcuNTM5LDIuMDAwMAowLjMzMzAwLDcuMzgyMiwyNzA3LjAsMjYyNC4wLDI5LjAwMCw5NC44MzQsODcuNTM5LDIuMDAwMAowLjI5NjAwLDcuNDAyMSwyNzE0LjUsMjYyNC4wLDI5LjAwMCw5NS40OTMsOTIuNDYxLDIuMDAwMAowLjM1NDAwLDcuNDIyMiwyNzIyLjUsMjY4MC4wLDI5LjAwMCw5Ni4xOTYsOTIuNDYxLDIuMDAwMAowLjM1MjAwLDcuNDQyMywyNzMwLjUsMjY4MC4wLDMwLjAwMCw5Ni44OTksOTIuNDYxLDIuMDAwMAowLjM2MTAwLDcuNDY1NSwyNzM4LjAsMjY4MC4wLDMwLjAwMCw5Ny41NTksOTIuNDYxLDIuMDAwMAowLjQ1NDAwLDcuNDgyNCwyNzQ2LjAsMjY4MC4wLDMwLjAwMCw5OC4yNjIsOTIuNDYxLDIuMDAwMAowLjI5NDAwLDcuNTAyNCwyNzU0LjUsMjY4MC4wLDMyLjAwMCw5OS4wMDksOTIuNDYxLDIuMDAwMAowLjM0OTAwLDcuNTIyNCwyNzYyLjUsMjY4MC4wLDMyLjAwMCw5OS43MTIsOTIuNDYxLDIuMDAwMAowLjMyNjAwLDcuNTQyMiwyNzcxLjUsMjY4MC4wLDMyLjAwMCwxMDAuNTAsOTIuNDYxLDIuMDAwMAowLjMyNTAwLDcuNTYyMSwyNzgxLjAsMjY4MC4wLDM0LjAwMCwxMDEuMzQsOTIuNDYxLDIuMDAwMAowLjI5MjAwLDcuNTgyMywyNzkxLjAsMjczOS4wLDM0LjAwMCwxMDIuMjIsOTcuNjQ2LDIuMDAwMAowLjQ1MDAwLDcuNjAyNSwyODAwLjUsMjczOS4wLDM0LjAwMCwxMDMuMDUsOTcuNjQ2LDIuMDAwMAowLjI4MDAwLDcuNjIyNCwyODEwLjUsMjczOS4wLDM2LjAwMCwxMDMuOTMsOTcuNjQ2LDIuMDAwMAowLjI4MjAwLDcuNjQyMSwyODIwLjUsMjczOS4wLDM2LjAwMCwxMDQuODEsOTcuNjQ2LDIuMDAwMAowLjMyODAwLDcuNjYyNSwyODMwLjUsMjczOS4wLDM2LjAwMCwxMDUuNjksOTcuNjQ2LDIuMDAwMAowLjUwNDAwLDcuNjgyOCwyODQwLjUsMjczOS4wLDM3LjAwMCwxMDYuNTcsOTcuNjQ2LDIuMDAwMAowLjI5NTAwLDcuNzAyNywyODUwLjUsMjczOS4wLDM3LjAwMCwxMDcuNDUsOTcuNjQ2LDIuMDAwMAowLjMwNDAwLDcuNzIyOCwyODYwLjUsMjgxNC4wLDM3LjAwMCwxMDguMzMsMTA0LjI0LDIuMDAwMAowLjM4MjAwLDcuNzQyMiwyODcwLjUsMjgxNC4wLDM4LjAwMCwxMDkuMjAsMTA0LjI0LDIuMDAwMAowLjMxOTAwLDcuNzYyMSwyODgxLjAsMjgxNC4wLDM4LjAwMCwxMTAuMTMsMTA0LjI0LDIuMDAwMAowLjI4NDAwLDcuNzgyMiwyODkxLjUsMjgxNC4wLDM4LjAwMCwxMTEuMDUsMTA0LjI0LDIuMDAwMAowLjMwMTAwLDcuODAyMywyOTAyLjAsMjgxNC4wLDM5LjAwMCwxMTEuOTcsMTA0LjI0LDIuMDAwMAowLjI4NzAwLDcuODIyMiwyOTEzLjAsMjgxNC4wLDM5LjAwMCwxMTIuOTQsMTA0LjI0LDIuMDAwMAoxLjAwNTAsNy44NDQyLDI5MjMuMCwyODE0LjAsMzkuMDAwLDExMy44MiwxMDQuMjQsMi4wMDAwCjEuMDU2MCw3Ljg2NTgsMjkzMy41LDI4MTQuMCwzNS4wMDAsMTE0Ljc0LDEwNC4yNCwyLjAwMDAKMS4wMDMwLDcuODg0OCwyOTQ0LjAsMjg5NS4wLDM1LjAwMCwxMTUuNjYsMTExLjM2LDIuMDAwMAowLjg0NDAwLDcuOTAzOSwyOTU0LjUsMjg5NS4wLDM1LjAwMCwxMTYuNTksMTExLjM2LDIuMDAwMAowLjk4MTAwLDcuOTI0MywyOTY1LjAsMjg5NS4wLDQxLjAwMCwxMTcuNTEsMTExLjM2LDIuMDAwMAowLjk1NzAwLDcuOTQ1NywyOTc1LjUsMjg5NS4wLDQxLjAwMCwxMTguNDMsMTExLjM2LDIuMDAwMAowLjg5NDAwLDcuOTY1MiwyOTg2LjUsMjg5NS4wLDQxLjAwMCwxMTkuNDAsMTExLjM2LDIuMDAwMAoxLjQ1ODAsNy45ODYzLDI5OTcuNSwyODk1LjAsNDIuMDAwLDEyMC4zNywxMTEuMzYsMi4wMDAwCjEuNDcwMCw4LjAwNDcsMzAwOC41LDI4OTUuMCw0Mi4wMDAsMTIxLjMzLDExMS4zNiwyLjAwMDAKMC4yODEwMCw4LjAyMjEsMzAxOS41LDI4OTUuMCw0Mi4wMDAsMTIyLjMwLDExMS4zNiwyLjAwMDAKMC4zOTQwMCw4LjA0MjIsMzAzMC41LDI4OTUuMCw0Mi4wMDAsMTIzLjI3LDExMS4zNiwyLjAwMDAKMC4yODMwMCw4LjA2MTcsMzA0Mi4wLDI5ODAuMCw0Mi4wMDAsMTI0LjI4LDExOC44MywyLjAwMDAKMC4yNjkwMCw4LjA4MTksMzA1My4wLDI5ODAuMCw0Mi4wMDAsMTI1LjI0LDExOC44MywyLjAwMDAKMC4zMjkwMCw4LjEwMTksMzA2NC41LDI5ODAuMCw0MS4wMDAsMTI2LjI1LDExOC44MywyLjAwMDAKMC4zNzEwMCw4LjEyMjEsMzA3Ni41LDI5ODAuMCw0MS4wMDAsMTI3LjMxLDExOC44MywyLjAwMDAKMC4zNzMwMCw4LjE0MjAsMzA4OC4wLDI5ODAuMCw0MS4wMDAsMTI4LjMyLDExOC44MywyLjAwMDAKMC4zNzUwMCw4LjE2MTksMzEwMC4wLDI5ODAuMCw0Mi4wMDAsMTI5LjM4LDExOC44MywyLjAwMDAKMC4zNTAwMCw4LjE4MjAsMzExMi4wLDI5ODAuMCw0Mi4wMDAsMTMwLjQzLDExOC44MywyLjAwMDAKMC4zMjMwMCw4LjIwMTksMzEyNC4wLDI5ODAuMCw0Mi4wMDAsMTMxLjQ4LDExOC44MywyLjAwMDAKMC4yODkwMCw4LjIyMjAsMzEzNi41LDMwNzIuMCw0My4wMDAsMTMyLjU4LDEyNi45MSwyLjAwMDAKMC4yODUwMCw4LjI0MTksMzE0OC41LDMwNzIuMCw0My4wMDAsMTMzLjY0LDEyNi45MSwyLjAwMDAKMC4zMzUwMCw4LjI2MjIsMzE2MC41LDMwNzIuMCw0My4wMDAsMTM0LjY5LDEyNi45MSwyLjAwMDAKMC4zMTMwMCw4LjI4MjEsMzE3Mi41LDMwNzIuMCw0Mi4wMDAsMTM1Ljc1LDEyNi45MSwyLjAwMDAKMC4yNzQwMCw4LjMwMTksMzE4NC41LDMwNzIuMCw0Mi4wMDAsMTM2LjgwLDEyNi45MSwyLjAwMDAKMC4yODcwMCw4LjMyMTksMzE5Ni41LDMwNzIuMCw0Mi4wMDAsMTM3Ljg2LDEyNi45MSwyLjAwMDAKMC4zMTkwMCw4LjM0MjAsMzIwOC41LDMwNzIuMCw0My4wMDAsMTM4LjkxLDEyNi45MSwyLjAwMDAKMC4zMzgwMCw4LjM2MTgsMzIyMC4wLDMwNzIuMCw0My4wMDAsMTM5LjkyLDEyNi45MSwyLjAwMDAKMC4zMTgwMCw4LjM4MTksMzIzMi4wLDMxNjkuMCw0My4wMDAsMTQwLjk4LDEzNS40NCwyLjAwMDAKMC4yNzUwMCw4LjQwMTgsMzI0My41LDMxNjkuMCw0My4wMDAsMTQxLjk5LDEzNS40NCwyLjAwMDAKMC4yNzQwMCw4LjQyMTksMzI1NS4wLDMxNjkuMCw0My4wMDAsMTQzLjAwLDEzNS40NCwyLjAwMDAKMC4yNzUwMCw4LjQ0MTksMzI2Ni41LDMxNjkuMCw0My4wMDAsMTQ0LjAxLDEzNS40NCwyLjAwMDAKMC4yNzUwMCw4LjQ2MTksMzI3OC4wLDMxNjkuMCw0MS4wMDAsMTQ1LjAyLDEzNS40NCwyLjAwMDAKMC4zMTcwMCw4LjQ4MTksMzI4OS4wLDMxNjkuMCw0MS4wMDAsMTQ1Ljk5LDEzNS40NCwyLjAwMDAKMC4yNzIwMCw4LjUwMTgsMzMwMC4wLDMxNjkuMCw0MS4wMDAsMTQ2Ljk1LDEzNS40NCwyLjAwMDAKMC40MjQwMCw4LjUyMTgsMzMxMS4wLDMxNjkuMCw0MS4wMDAsMTQ3LjkyLDEzNS40NCwyLjAwMDAKMC4zMjAwMCw4LjU0MjAsMzMyMi4wLDMyNjIuMCw0MS4wMDAsMTQ4Ljg5LDE0My42MSwyLjAwMDAKMC40ODAwMCw4LjU2MjEsMzMzMy4wLDMyNjIuMCw0MS4wMDAsMTQ5Ljg1LDE0My42MSwyLjAwMDAKMC4zMjEwMCw4LjU4MTksMzM0NC4wLDMyNjIuMCw0MC4wMDAsMTUwLjgyLDE0My42MSwyLjAwMDAKMC4yODMwMCw4LjYwMTksMzM1NS4wLDMyNjIuMCw0MC4wMDAsMTUxLjc5LDE0My42MSwyLjAwMDAKMC4yNzQwMCw4LjYyMTksMzM2Ni4wLDMyNjIuMCw0MC4wMDAsMTUyLjc1LDE0My42MSwyLjAwMDAKMC4zMTEwMCw4LjY0MTksMzM3Ny4wLDMyNjIuMCw0MC4wMDAsMTUzLjcyLDE0My42MSwyLjAwMDAKMC4zMTAwMCw4LjY2MTksMzM4Ny41LDMyNjIuMCw0MC4wMDAsMTU0LjY0LDE0My42MSwyLjAwMDAKMC4yNzYwMCw4LjY4MTksMzM5OC41LDMyNjIuMCw0MC4wMDAsMTU1LjYxLDE0My42MSwyLjAwMDAKMC4yNzcwMCw4LjcwMTksMzQwOS41LDMzNTAuMCw0MC4wMDAsMTU2LjU4LDE1MS4zNSwyLjAwMDAKMC4yODUwMCw4LjcyMzIsMzQyMC41LDMzNTAuMCw0MC4wMDAsMTU3LjU0LDE1MS4zNSwyLjAwMDAKMC4yNzkwMCw4Ljc0MjIsMzQzMS41LDMzNTAuMCw0MC4wMDAsMTU4LjUxLDE1MS4zNSwyLjAwMDAKMS45NzkwLDguNzYzNywzNDQyLjUsMzM1MC4wLDM5LjAwMCwxNTkuNDgsMTUxLjM1LDIuMDAwMAowLjMyNjAwLDguNzgxOCwzNDUzLjUsMzM1MC4wLDM5LjAwMCwxNjAuNDQsMTUxLjM1LDIuMDAwMAowLjI3NDAwLDguODAxOSwzNDY0LjUsMzM1MC4wLDM5LjAwMCwxNjEuNDEsMTUxLjM1LDIuMDAwMAowLjI3MzAwLDguODIxOSwzNDc1LjUsMzM1MC4wLDQyLjAwMCwxNjIuMzgsMTUxLjM1LDIuMDAwMAowLjI3NjAwLDguODQxOSwzNDg2LjUsMzM1MC4wLDQyLjAwMCwxNjMuMzQsMTUxLjM1LDIuMDAwMAowLjI3MTAwLDguODYxOSwzNDk3LjUsMzQzNi4wLDQyLjAwMCwxNjQuMzEsMTU4LjkxLDIuMDAwMAowLjI2OTAwLDguODgxOCwzNTA4LjUsMzQzNi4wLDQxLjAwMCwxNjUuMjgsMTU4LjkxLDIuMDAwMAowLjI3MDAwLDguOTAxOSwzNTIwLjAsMzQzNi4wLDQxLjAwMCwxNjYuMjksMTU4LjkxLDIuMDAwMAowLjI5NTAwLDguOTIxOCwzNTMxLjAsMzQzNi4wLDQxLjAwMCwxNjcuMjYsMTU4LjkxLDIuMDAwMAowLjI3NjAwLDguOTQxOCwzNTQyLjUsMzQzNi4wLDQxLjAwMCwxNjguMjcsMTU4LjkxLDIuMDAwMAowLjI2ODAwLDguOTYxOCwzNTU0LjAsMzQzNi4wLDQxLjAwMCwxNjkuMjgsMTU4LjkxLDIuMDAwMAowLjI2ODAwLDguOTgxOCwzNTY1LjUsMzQzNi4wLDQxLjAwMCwxNzAuMjksMTU4LjkxLDIuMDAwMAowLjM1NjAwLDkuMDAxOSwzNTc2LjUsMzQzNi4wLDQxLjAwMCwxNzEuMjUsMTU4LjkxLDIuMDAwMAowLjMwNjAwLDkuMDIxOSwzNTg4LjAsMzUyNi4wLDQxLjAwMCwxNzIuMjcsMTY2LjgyLDIuMDAwMAowLjI3MzAwLDkuMDQxOSwzNTk5LjAsMzUyNi4wLDQxLjAwMCwxNzMuMjMsMTY2LjgyLDIuMDAwMAowLjI3NTAwLDkuMDYyMCwzNjEwLjAsMzUyNi4wLDQxLjAwMCwxNzQuMjAsMTY2LjgyLDIuMDAwMAowLjM4MTAwLDkuMDgyMSwzNjIxLjAsMzUyNi4wLDQxLjAwMCwxNzUuMTcsMTY2LjgyLDIuMDAwMAowLjI4MDAwLDkuMTAxNywzNjMyLjAsMzUyNi4wLDQxLjAwMCwxNzYuMTMsMTY2LjgyLDIuMDAwMAowLjI3NDAwLDkuMTIxOSwzNjQyLjUsMzUyNi4wLDQxLjAwMCwxNzcuMDYsMTY2LjgyLDIuMDAwMAowLjI3NTAwLDkuMTQxOSwzNjUzLjUsMzUyNi4wLDQxLjAwMCwxNzguMDIsMTY2LjgyLDIuMDAwMAowLjQ3NzAwLDkuMTYyMSwzNjYzLjUsMzUyNi4wLDQxLjAwMCwxNzguOTAsMTY2LjgyLDIuMDAwMAowLjMwNzAwLDkuMTgxNywzNjc0LjAsMzYxNi4wLDM4LjAwMCwxNzkuODIsMTc0LjczLDIuMDAwMAowLjMwMjAwLDkuMjAxOSwzNjg0LjAsMzYxNi4wLDM4LjAwMCwxODAuNzAsMTc0LjczLDIuMDAwMAowLjI2NDAwLDkuMjIxOSwzNjk0LjAsMzYxNi4wLDM4LjAwMCwxODEuNTgsMTc0LjczLDIuMDAwMAowLjM1OTAwLDkuMjQyMSwzNzAzLjUsMzYxNi4wLDM4LjAwMCwxODIuNDIsMTc0LjczLDIuMDAwMAowLjI1OTAwLDkuMjYyMCwzNzEzLjAsMzYxNi4wLDM4LjAwMCwxODMuMjUsMTc0LjczLDIuMDAwMAowLjM0NDAwLDkuMjgyMCwzNzIyLjUsMzYxNi4wLDM4LjAwMCwxODQuMDksMTc0LjczLDIuMDAwMAowLjI2MjAwLDkuMzAyMCwzNzMxLjUsMzYxNi4wLDM2LjAwMCwxODQuODgsMTc0LjczLDIuMDAwMAowLjI2OTAwLDkuMzIyMSwzNzQwLjUsMzYxNi4wLDM2LjAwMCwxODUuNjcsMTc0LjczLDIuMDAwMAowLjM2NTAwLDkuMzQyMCwzNzQ5LjUsMzY5Ny4wLDM2LjAwMCwxODYuNDYsMTgxLjg1LDIuMDAwMAowLjM2MDAwLDkuMzYyMCwzNzU4LjAsMzY5Ny4wLDM1LjAwMCwxODcuMjEsMTgxLjg1LDIuMDAwMAowLjMwMTAwLDkuMzgxOSwzNzY2LjUsMzY5Ny4wLDM1LjAwMCwxODcuOTUsMTgxLjg1LDIuMDAwMAowLjI3MDAwLDkuNDAxNywzNzc1LjAsMzY5Ny4wLDM1LjAwMCwxODguNzAsMTgxLjg1LDIuMDAwMAowLjI2NzAwLDkuNDIxOSwzNzgzLjAsMzY5Ny4wLDM0LjAwMCwxODkuNDAsMTgxLjg1LDIuMDAwMAowLjI3NDAwLDkuNDQyMywzNzkxLjAsMzY5Ny4wLDM0LjAwMCwxOTAuMTEsMTgxLjg1LDIuMDAwMAowLjM0NzAwLDkuNDYxOSwzNzk5LjAsMzY5Ny4wLDM0LjAwMCwxOTAuODEsMTgxLjg1LDIuMDAwMAowLjI5NTAwLDkuNDgyMCwzODA2LjUsMzY5Ny4wLDMzLjAwMCwxOTEuNDcsMTgxLjg1LDIuMDAwMAowLjI2OTAwLDkuNTAxOCwzODE0LjAsMzc2Ny4wLDMzLjAwMCwxOTIuMTMsMTg4LjAwLDIuMDAwMAowLjI2NzAwLDkuNTIxOSwzODIxLjUsMzc2Ny4wLDMzLjAwMCwxOTIuNzksMTg4LjAwLDIuMDAwMAowLjQ2MjAwLDkuNTQyNSwzODI4LjUsMzc2Ny4wLDMxLjAwMCwxOTMuNDAsMTg4LjAwLDIuMDAwMAowLjI5MjAwLDkuNTYyMiwzODM1LjUsMzc2Ny4wLDMxLjAwMCwxOTQuMDIsMTg4LjAwLDIuMDAwMAowLjMwNDAwLDkuNTgxOSwzODQyLjUsMzc2Ny4wLDMxLjAwMCwxOTQuNjMsMTg4LjAwLDIuMDAwMAowLjMzNDAwLDkuNjAzNywzODQ5LjAsMzc2Ny4wLDMwLjAwMCwxOTUuMjEsMTg4LjAwLDIuMDAwMAowLjI2NjAwLDkuNjIxOCwzODU1LjUsMzc2Ny4wLDMwLjAwMCwxOTUuNzgsMTg4LjAwLDIuMDAwMAowLjc3NzAwLDkuNjQyNCwzODYyLjAsMzc2Ny4wLDMwLjAwMCwxOTYuMzUsMTg4LjAwLDIuMDAwMAowLjI2MjAwLDkuNjYxOSwzODY4LjAsMzgyNy4wLDMwLjAwMCwxOTYuODgsMTkzLjI3LDIuMDAwMAowLjI2NzAwLDkuNjgxOSwzODc0LjAsMzgyNy4wLDMwLjAwMCwxOTcuNDAsMTkzLjI3LDIuMDAwMAowLjI2MTAwLDkuNzAxOCwzODgwLjAsMzgyNy4wLDMwLjAwMCwxOTcuOTMsMTkzLjI3LDIuMDAwMAowLjMxNjAwLDkuNzIyMCwzODg1LjUsMzgyNy4wLDI4LjAwMCwxOTguNDEsMTkzLjI3LDIuMDAwMAowLjMwMzAwLDkuNzQxOCwzODkxLjAsMzgyNy4wLDI4LjAwMCwxOTguOTAsMTkzLjI3LDIuMDAwMAowLjI4NDAwLDkuNzYxNywzODk2LjUsMzgyNy4wLDI4LjAwMCwxOTkuMzgsMTkzLjI3LDIuMDAwMAowLjMwNTAwLDkuNzgyMCwzOTAxLjUsMzgyNy4wLDI2LjAwMCwxOTkuODIsMTkzLjI3LDIuMDAwMAowLjI3NjAwLDkuODAxOSwzOTA2LjUsMzgyNy4wLDI2LjAwMCwyMDAuMjYsMTkzLjI3LDIuMDAwMAowLjM1MTAwLDkuODIxOSwzOTExLjAsMzg3Ni4wLDI2LjAwMCwyMDAuNjUsMTk3LjU4LDIuMDAwMAowLjMwNTAwLDkuODQxOSwzOTE2LjAsMzg3Ni4wLDI1LjAwMCwyMDEuMDksMTk3LjU4LDIuMDAwMAowLjI2NTAwLDkuODYxOCwzOTIwLjUsMzg3Ni4wLDI1LjAwMCwyMDEuNDksMTk3LjU4LDIuMDAwMAowLjI2NzAwLDkuODgxOCwzOTI0LjUsMzg3Ni4wLDI1LjAwMCwyMDEuODQsMTk3LjU4LDIuMDAwMAowLjI2MTAwLDkuOTAyMCwzOTI4LjUsMzg3Ni4wLDIzLjAwMCwyMDIuMTksMTk3LjU4LDIuMDAwMAowLjI2MTAwLDkuOTIxOSwzOTMyLjUsMzg3Ni4wLDIzLjAwMCwyMDIuNTQsMTk3LjU4LDIuMDAwMAowLjI2NzAwLDkuOTQxNywzOTM2LjAsMzg3Ni4wLDIzLjAwMCwyMDIuODUsMTk3LjU4LDIuMDAwMAowLjI2MzAwLDkuOTYxOSwzOTM5LjUsMzg3Ni4wLDIyLjAwMCwyMDMuMTYsMTk3LjU4LDIuMDAwMAowLjI2MTAwLDkuOTgxOSwzOTQyLjAsMzkxNS4wLDIyLjAwMCwyMDMuMzgsMjAxLjAxLDIuMDAwMAowLjI2MTAwLDEwLjAwMiwzOTQ0LjAsMzkxNS4wLDIyLjAwMCwyMDMuNTUsMjAxLjAxLDIuMDAwMAowLjI2NjAwLDEwLjAyMiwzOTQ2LjAsMzkxNS4wLDE5LjAwMCwyMDMuNzMsMjAxLjAxLDIuMDAwMAowLjM2MDAwLDEwLjA0MiwzOTQ4LjUsMzkxNS4wLDE5LjAwMCwyMDMuOTUsMjAxLjAxLDIuMDAwMAowLjI1OTAwLDEwLjA2MiwzOTUxLjUsMzkxNS4wLDE5LjAwMCwyMDQuMjEsMjAxLjAxLDIuMDAwMAowLjM5MTAwLDEwLjA4MiwzOTU1LjUsMzkxNS4wLDE4LjAwMCwyMDQuNTcsMjAxLjAxLDIuMDAwMAowLjM0MzAwLDEwLjEwMiwzOTYwLjAsMzkxNS4wLDE4LjAwMCwyMDQuOTYsMjAxLjAxLDIuMDAwMAowLjI2NjAwLDEwLjEyMiwzOTY1LjUsMzkxNS4wLDE4LjAwMCwyMDUuNDQsMjAxLjAxLDIuMDAwMAowLjI2MDAwLDEwLjE0MiwzOTcxLjUsMzkzOS4wLDIyLjAwMCwyMDUuOTcsMjAzLjEyLDIuMDAwMAowLjMxNzAwLDEwLjE2MiwzOTc4LjUsMzkzOS4wLDIyLjAwMCwyMDYuNTksMjAzLjEyLDIuMDAwMAowLjI1NDAwLDEwLjE4MiwzOTg1LjUsMzkzOS4wLDIyLjAwMCwyMDcuMjAsMjAzLjEyLDIuMDAwMAowLjI2NDAwLDEwLjIwMiwzOTkzLjUsMzkzOS4wLDI4LjAwMCwyMDcuOTEsMjAzLjEyLDIuMDAwMAowLjI1ODAwLDEwLjIyMiw0MDAyLjAsMzkzOS4wLDI4LjAwMCwyMDguNjUsMjAzLjEyLDIuMDAwMAowLjI1NTAwLDEwLjI0Miw0MDEwLjUsMzkzOS4wLDI4LjAwMCwyMDkuNDAsMjAzLjEyLDIuMDAwMAowLjMwODAwLDEwLjI2Miw0MDE5LjUsMzkzOS4wLDMyLjAwMCwyMTAuMTksMjAzLjEyLDIuMDAwMAowLjI3NjAwLDEwLjI4Miw0MDI5LjAsMzkzOS4wLDMyLjAwMCwyMTEuMDMsMjAzLjEyLDIuMDAwMAowLjI3NDAwLDEwLjMwMiw0MDM5LjAsMzk4OC4wLDMyLjAwMCwyMTEuOTAsMjA3LjQyLDIuMDAwMAowLjM1ODAwLDEwLjMyMiw0MDQ5LjAsMzk4OC4wLDM2LjAwMCwyMTIuNzgsMjA3LjQyLDIuMDAwMAowLjMyNjAwLDEwLjM0Miw0MDU5LjUsMzk4OC4wLDM2LjAwMCwyMTMuNzEsMjA3LjQyLDIuMDAwMAowLjMyODAwLDEwLjM2Miw0MDY5LjUsMzk4OC4wLDM2LjAwMCwyMTQuNTgsMjA3LjQyLDIuMDAwMAowLjMzNzAwLDEwLjM4Miw0MDgwLjAsMzk4OC4wLDM3LjAwMCwyMTUuNTEsMjA3LjQyLDIuMDAwMAowLjI2NTAwLDEwLjQwMiw0MDkwLjAsMzk4OC4wLDM3LjAwMCwyMTYuMzksMjA3LjQyLDIuMDAwMAowLjI2NzAwLDEwLjQyMiw0MTAwLjUsMzk4OC4wLDM3LjAwMCwyMTcuMzEsMjA3LjQyLDIuMDAwMAowLjI2MTAwLDEwLjQ0Miw0MTExLjAsMzk4OC4wLDM5LjAwMCwyMTguMjMsMjA3LjQyLDIuMDAwMAowLjI2NjAwLDEwLjQ2Miw0MTIxLjUsNDA2NC4wLDM5LjAwMCwyMTkuMTYsMjE0LjEwLDIuMDAwMAowLjMzMDAwLDEwLjQ4Miw0MTMyLjAsNDA2NC4wLDM5LjAwMCwyMjAuMDgsMjE0LjEwLDIuMDAwMAowLjMwMTAwLDEwLjUwMiw0MTQyLjUsNDA2NC4wLDM5LjAwMCwyMjEuMDAsMjE0LjEwLDIuMDAwMAowLjI2NjAwLDEwLjUyMiw0MTUyLjUsNDA2NC4wLDM5LjAwMCwyMjEuODgsMjE0LjEwLDIuMDAwMAowLjMwMzAwLDEwLjU0Miw0MTYzLjAsNDA2NC4wLDM5LjAwMCwyMjIuODAsMjE0LjEwLDIuMDAwMAowLjI2MjAwLDEwLjU2Miw0MTczLjAsNDA2NC4wLDM4LjAwMCwyMjMuNjgsMjE0LjEwLDIuMDAwMAowLjI2MjAwLDEwLjU4Miw0MTgzLjAsNDA2NC4wLDM4LjAwMCwyMjQuNTYsMjE0LjEwLDIuMDAwMAowLjI2NTAwLDEwLjYwMiw0MTkzLjAsNDA2NC4wLDM4LjAwMCwyMjUuNDQsMjE0LjEwLDIuMDAwMAowLjI2NDAwLDEwLjYyMiw0MjAzLjAsNDE0Ny4wLDM3LjAwMCwyMjYuMzIsMjIxLjQwLDIuMDAwMAowLjI2ODAwLDEwLjY0Miw0MjEzLjAsNDE0Ny4wLDM3LjAwMCwyMjcuMjAsMjIxLjQwLDIuMDAwMAowLjMwNzAwLDEwLjY2Miw0MjIzLjAsNDE0Ny4wLDM3LjAwMCwyMjguMDgsMjIxLjQwLDIuMDAwMAowLjI2MzAwLDEwLjY4Miw0MjMyLjUsNDE0Ny4wLDM4LjAwMCwyMjguOTEsMjIxLjQwLDIuMDAwMAowLjMwNDAwLDEwLjcwMiw0MjQyLjUsNDE0Ny4wLDM4LjAwMCwyMjkuNzksMjIxLjQwLDIuMDAwMAowLjMwMjAwLDEwLjcyMiw0MjUyLjAsNDE0Ny4wLDM4LjAwMCwyMzAuNjMsMjIxLjQwLDIuMDAwMAowLjMwMjAwLDEwLjc0Miw0MjYxLjUsNDE0Ny4wLDM3LjAwMCwyMzEuNDYsMjIxLjQwLDIuMDAwMAowLjMwMzAwLDEwLjc2Miw0MjcxLjAsNDE0Ny4wLDM3LjAwMCwyMzIuMjksMjIxLjQwLDIuMDAwMAowLjM4OTAwLDEwLjc4Miw0MjgwLjAsNDIyNi4wLDM3LjAwMCwyMzMuMDksMjI4LjM0LDIuMDAwMAowLjI2NzAwLDEwLjgwMiw0Mjg5LjUsNDIyNi4wLDM2LjAwMCwyMzMuOTIsMjI4LjM0LDIuMDAwMAowLjI4MjAwLDEwLjgyMiw0Mjk4LjUsNDIyNi4wLDM2LjAwMCwyMzQuNzEsMjI4LjM0LDIuMDAwMAowLjI3NTAwLDEwLjg0Miw0MzA4LjAsNDIyNi4wLDM2LjAwMCwyMzUuNTUsMjI4LjM0LDIuMDAwMAowLjI2MzAwLDEwLjg2Miw0MzE3LjAsNDIyNi4wLDM2LjAwMCwyMzYuMzQsMjI4LjM0LDIuMDAwMAowLjI2MDAwLDEwLjg4Miw0MzI2LjAsNDIyNi4wLDM2LjAwMCwyMzcuMTMsMjI4LjM0LDIuMDAwMAowLjMzNzAwLDEwLjkwMiw0MzM1LjAsNDIyNi4wLDM2LjAwMCwyMzcuOTIsMjI4LjM0LDIuMDAwMAowLjMxNjAwLDEwLjkyMiw0MzQ0LjAsNDIyNi4wLDM2LjAwMCwyMzguNzEsMjI4LjM0LDIuMDAwMAowLjI3ODAwLDEwLjk0Miw0MzUzLjAsNDMwMS4wLDM2LjAwMCwyMzkuNTAsMjM0LjkzLDIuMDAwMAowLjMwNjAwLDEwLjk2Miw0MzYyLjAsNDMwMS4wLDM2LjAwMCwyNDAuMjksMjM0LjkzLDIuMDAwMAowLjI1NzAwLDEwLjk4Miw0MzcxLjAsNDMwMS4wLDM1LjAwMCwyNDEuMDgsMjM0LjkzLDIuMDAwMAowLjI3MDAwLDExLjAwMiw0Mzc5LjUsNDMwMS4wLDM1LjAwMCwyNDEuODMsMjM0LjkzLDIuMDAwMAowLjI2ODAwLDExLjAyMiw0Mzg4LjUsNDMwMS4wLDM1LjAwMCwyNDIuNjIsMjM0LjkzLDIuMDAwMAowLjI2NjAwLDExLjA0Miw0Mzk3LjAsNDMwMS4wLDM0LjAwMCwyNDMuMzcsMjM0LjkzLDIuMDAwMAowLjMyNjAwLDExLjA2Miw0NDA2LjAsNDMwMS4wLDM0LjAwMCwyNDQuMTYsMjM0LjkzLDIuMDAwMAowLjMwMDAwLDExLjA4Miw0NDE0LjUsNDMwMS4wLDM0LjAwMCwyNDQuOTEsMjM0LjkzLDIuMDAwMAowLjMwMzAwLDExLjEwMiw0NDIzLjAsNDM3NC4wLDM0LjAwMCwyNDUuNjUsMjQxLjM1LDIuMDAwMAowLjM2NDAwLDExLjEyMiw0NDMxLjAsNDM3NC4wLDM0LjAwMCwyNDYuMzYsMjQxLjM1LDIuMDAwMAowLjI2NTAwLDExLjE0Miw0NDM5LjUsNDM3NC4wLDM0LjAwMCwyNDcuMTAsMjQxLjM1LDIuMDAwMAowLjI2ODAwLDExLjE2Miw0NDQ3LjUsNDM3NC4wLDMzLjAwMCwyNDcuODEsMjQxLjM1LDIuMDAwMAowLjM1ODAwLDExLjE4Miw0NDU1LjUsNDM3NC4wLDMzLjAwMCwyNDguNTEsMjQxLjM1LDIuMDAwMAowLjM1MDAwLDExLjIwMiw0NDYzLjUsNDM3NC4wLDMzLjAwMCwyNDkuMjEsMjQxLjM1LDIuMDAwMAowLjI2NzAwLDExLjIyMiw0NDcxLjAsNDM3NC4wLDMyLjAwMCwyNDkuODcsMjQxLjM1LDIuMDAwMAowLjI2MDAwLDExLjI0Miw0NDc4LjUsNDM3NC4wLDMyLjAwMCwyNTAuNTMsMjQxLjM1LDIuMDAwMAowLjI2NDAwLDExLjI2Miw0NDg2LjAsNDQ0MC4wLDMyLjAwMCwyNTEuMTksMjQ3LjE1LDIuMDAwMAowLjI2MDAwLDExLjI4Miw0NDkzLjUsNDQ0MC4wLDMyLjAwMCwyNTEuODUsMjQ3LjE1LDIuMDAwMAowLjI2NzAwLDExLjMwMiw0NTAwLjUsNDQ0MC4wLDMyLjAwMCwyNTIuNDcsMjQ3LjE1LDIuMDAwMAowLjI2NTAwLDExLjMyMiw0NTA4LjAsNDQ0MC4wLDMyLjAwMCwyNTMuMTMsMjQ3LjE1LDIuMDAwMAowLjI3MjAwLDExLjM0Miw0NTE1LjAsNDQ0MC4wLDMyLjAwMCwyNTMuNzQsMjQ3LjE1LDIuMDAwMAowLjI3NDAwLDExLjM2Miw0NTIyLjAsNDQ0MC4wLDMyLjAwMCwyNTQuMzYsMjQ3LjE1LDIuMDAwMAowLjI3NTAwLDExLjM4Miw0NTI5LjAsNDQ0MC4wLDMyLjAwMCwyNTQuOTcsMjQ3LjE1LDIuMDAwMAowLjI3MTAwLDExLjQwMiw0NTM1LjUsNDQ0MC4wLDMwLjAwMCwyNTUuNTQsMjQ3LjE1LDIuMDAwMAowLjI3NTAwLDExLjQyMiw0NTQyLjUsNDUwMC4wLDMwLjAwMCwyNTYuMTYsMjUyLjQyLDIuMDAwMAowLjI2NDAwLDExLjQ0Miw0NTQ5LjAsNDUwMC4wLDMwLjAwMCwyNTYuNzMsMjUyLjQyLDIuMDAwMAowLjM0NjAwLDExLjQ2Miw0NTU2LjAsNDUwMC4wLDMwLjAwMCwyNTcuMzQsMjUyLjQyLDIuMDAwMAowLjMyOTAwLDExLjQ4Miw0NTU5LjAsNDUwMC4wLDMwLjAwMCwyNTcuNjEsMjUyLjQyLDIuMDAwMAowLjM2MjAwLDExLjUwMiw0NTY2LjAsNDUwMC4wLDMwLjAwMCwyNTguMjIsMjUyLjQyLDIuMDAwMAowLjI2NzAwLDExLjUyMiw0NTczLjAsNDUwMC4wLDI3LjAwMCwyNTguODQsMjUyLjQyLDIuMDAwMAowLjI3MDAwLDExLjU0Miw0NTc5LjUsNDUwMC4wLDI3LjAwMCwyNTkuNDEsMjUyLjQyLDIuMDAwMAowLjMwMjAwLDExLjU2Miw0NTg2LjUsNDUwMC4wLDI3LjAwMCwyNjAuMDIsMjUyLjQyLDIuMDAwMAowLjI2NzAwLDExLjU4Miw0NTkzLjUsNDU1My4wLDI4LjAwMCwyNjAuNjQsMjU3LjA4LDIuMDAwMAowLjMwNjAwLDExLjYwMiw0NjAwLjAsNDU1My4wLDI4LjAwMCwyNjEuMjEsMjU3LjA4LDIuMDAwMAowLjMxNTAwLDExLjYyMiw0NjA3LjAsNDU1My4wLDI4LjAwMCwyNjEuODMsMjU3LjA4LDIuMDAwMAowLjMyMzAwLDExLjY0Miw0NjE0LjAsNDU1My4wLDMwLjAwMCwyNjIuNDQsMjU3LjA4LDIuMDAwMAowLjQ3MzAwLDExLjY2Miw0NjIxLjAsNDU1My4wLDMwLjAwMCwyNjMuMDYsMjU3LjA4LDIuMDAwMAowLjMwMzAwLDExLjY4Miw0NjI3LjUsNDU1My4wLDMwLjAwMCwyNjMuNjMsMjU3LjA4LDIuMDAwMAowLjI1ODAwLDExLjcwMiw0NjM0LjUsNDU1My4wLDI5LjAwMCwyNjQuMjQsMjU3LjA4LDIuMDAwMAowLjI1MTAwLDExLjcyMiw0NjQxLjAsNDU1My4wLDI5LjAwMCwyNjQuODEsMjU3LjA4LDIuMDAwMAowLjI2ODAwLDExLjc0Miw0NjQ4LjAsNDYwNy4wLDI5LjAwMCwyNjUuNDMsMjYxLjgzLDIuMDAwMAowLjMzOTAwLDExLjc2Miw0NjU1LjAsNDYwNy4wLDI5LjAwMCwyNjYuMDQsMjYxLjgzLDIuMDAwMAowLjM0MTAwLDExLjc4Miw0NjYxLjUsNDYwNy4wLDI5LjAwMCwyNjYuNjIsMjYxLjgzLDIuMDAwMAowLjI5NTAwLDExLjgwMiw0NjY4LjAsNDYwNy4wLDI5LjAwMCwyNjcuMTksMjYxLjgzLDIuMDAwMAowLjI1NjAwLDExLjgyMiw0Njc0LjUsNDYwNy4wLDMwLjAwMCwyNjcuNzYsMjYxLjgzLDIuMDAwMAowLjU0OTAwLDExLjg0Miw0NjgxLjUsNDYwNy4wLDMwLjAwMCwyNjguMzcsMjYxLjgzLDIuMDAwMAowLjMxNTAwLDExLjg2Miw0Njg3LjUsNDYwNy4wLDMwLjAwMCwyNjguOTAsMjYxLjgzLDIuMDAwMAowLjMwODAwLDExLjg4Miw0Njk0LjAsNDYwNy4wLDI4LjAwMCwyNjkuNDcsMjYxLjgzLDIuMDAwMAowLjI1MzAwLDExLjkwMiw0NzAwLjUsNDY2MC4wLDI4LjAwMCwyNzAuMDQsMjY2LjQ4LDIuMDAwMAowLjI2NjAwLDExLjkyMiw0NzA3LjAsNDY2MC4wLDI4LjAwMCwyNzAuNjIsMjY2LjQ4LDIuMDAwMAowLjI1MzAwLDExLjk0Miw0NzEzLjAsNDY2MC4wLDMwLjAwMCwyNzEuMTQsMjY2LjQ4LDIuMDAwMAowLjI1OTAwLDExLjk2Miw0NzE5LjUsNDY2MC4wLDMwLjAwMCwyNzEuNzEsMjY2LjQ4LDIuMDAwMAowLjI5NzAwLDExLjk4Miw0NzI1LjUsNDY2MC4wLDMwLjAwMCwyNzIuMjQsMjY2LjQ4LDIuMDAwMAowLjI2MjAwLDEyLjAwMiw0NzMxLjUsNDY2MC4wLDI4LjAwMCwyNzIuNzcsMjY2LjQ4LDIuMDAwMAowLjI1NDAwLDEyLjAyMiw0NzM3LjUsNDY2MC4wLDI4LjAwMCwyNzMuMzAsMjY2LjQ4LDIuMDAwMAowLjI1NzAwLDEyLjA0Miw0NzQzLjUsNDY2MC4wLDI4LjAwMCwyNzMuODIsMjY2LjQ4LDIuMDAwMAowLjMyNzAwLDEyLjA2Miw0NzQ5LjUsNDcxMS4wLDI3LjAwMCwyNzQuMzUsMjcwLjk3LDIuMDAwMAowLjQzODAwLDEyLjA4Miw0NzU1LjUsNDcxMS4wLDI3LjAwMCwyNzQuODgsMjcwLjk3LDIuMDAwMAowLjI5NTAwLDEyLjEwMiw0NzYxLjUsNDcxMS4wLDI3LjAwMCwyNzUuNDEsMjcwLjk3LDIuMDAwMAowLjI2MTAwLDEyLjEyMiw0NzY3LjUsNDcxMS4wLDI3LjAwMCwyNzUuOTMsMjcwLjk3LDIuMDAwMAowLjI1MjAwLDEyLjE0Miw0NzczLjAsNDcxMS4wLDI3LjAwMCwyNzYuNDIsMjcwLjk3LDIuMDAwMAowLjI5ODAwLDEyLjE2Miw0Nzc5LjAsNDcxMS4wLDI3LjAwMCwyNzYuOTQsMjcwLjk3LDIuMDAwMAowLjMwMDAwLDEyLjE4Miw0Nzg1LjAsNDcxMS4wLDI3LjAwMCwyNzcuNDcsMjcwLjk3LDIuMDAwMAowLjM0MTAwLDEyLjIwMiw0NzkwLjUsNDcxMS4wLDI3LjAwMCwyNzcuOTUsMjcwLjk3LDIuMDAwMAowLjU4NDAwLDEyLjIyMiw0Nzk2LjAsNDc1OS4wLDI3LjAwMCwyNzguNDQsMjc1LjE5LDIuMDAwMAowLjM3NTAwLDEyLjI0Miw0ODAxLjUsNDc1OS4wLDI2LjAwMCwyNzguOTIsMjc1LjE5LDIuMDAwMAowLjI2MDAwLDEyLjI2Miw0ODA3LjUsNDc1OS4wLDI2LjAwMCwyNzkuNDUsMjc1LjE5LDIuMDAwMAowLjI1NTAwLDEyLjI4Miw0ODEyLjUsNDc1OS4wLDI2LjAwMCwyNzkuODksMjc1LjE5LDIuMDAwMAowLjI5OTAwLDEyLjMwMiw0ODE4LjAsNDc1OS4wLDI2LjAwMCwyODAuMzcsMjc1LjE5LDIuMDAwMAowLjI1ODAwLDEyLjMyMiw0ODIzLjUsNDc1OS4wLDI2LjAwMCwyODAuODUsMjc1LjE5LDIuMDAwMAowLjI1NzAwLDEyLjM0Miw0ODI4LjUsNDc1OS4wLDI2LjAwMCwyODEuMjksMjc1LjE5LDIuMDAwMAowLjI1NTAwLDEyLjM2Miw0ODMzLjUsNDc1OS4wLDI2LjAwMCwyODEuNzMsMjc1LjE5LDIuMDAwMAowLjMxMjAwLDEyLjM4Miw0ODM4LjUsNDgwMy4wLDI2LjAwMCwyODIuMTcsMjc5LjA1LDIuMDAwMAowLjI2MzAwLDEyLjQwMiw0ODQzLjUsNDgwMy4wLDI2LjAwMCwyODIuNjEsMjc5LjA1LDIuMDAwMAowLjI1NzAwLDEyLjQyMiw0ODQ4LjAsNDgwMy4wLDI0LjAwMCwyODMuMDEsMjc5LjA1LDIuMDAwMAowLjI5MDAwLDEyLjQ0Miw0ODUyLjUsNDgwMy4wLDI0LjAwMCwyODMuNDAsMjc5LjA1LDIuMDAwMAowLjI2MjAwLDEyLjQ2Miw0ODU3LjAsNDgwMy4wLDI0LjAwMCwyODMuODAsMjc5LjA1LDIuMDAwMAowLjI1OTAwLDEyLjQ4Miw0ODYxLjUsNDgwMy4wLDIzLjAwMCwyODQuMTksMjc5LjA1LDIuMDAwMAowLjMwNTAwLDEyLjUwMiw0ODY1LjUsNDgwMy4wLDIzLjAwMCwyODQuNTUsMjc5LjA1LDIuMDAwMAowLjMwNTAwLDEyLjUyMiw0ODY5LjUsNDgwMy4wLDIzLjAwMCwyODQuOTAsMjc5LjA1LDIuMDAwMAowLjI1ODAwLDEyLjU0Miw0ODczLjUsNDg0My4wLDIzLjAwMCwyODUuMjUsMjgyLjU3LDIuMDAwMAowLjI5NzAwLDEyLjU2Miw0ODc3LjUsNDg0My4wLDIzLjAwMCwyODUuNjAsMjgyLjU3LDIuMDAwMAowLjI1NzAwLDEyLjU4Miw0ODgxLjUsNDg0My4wLDIzLjAwMCwyODUuOTUsMjgyLjU3LDIuMDAwMAowLjI4MjAwLDEyLjYwMiw0ODg1LjAsNDg0My4wLDIzLjAwMCwyODYuMjYsMjgyLjU3LDIuMDAwMAowLjI0OTAwLDEyLjYyMiw0ODg4LjUsNDg0My4wLDIzLjAwMCwyODYuNTcsMjgyLjU3LDIuMDAwMAowLjI1MjAwLDEyLjY0Miw0ODkyLjAsNDg0My4wLDIzLjAwMCwyODYuODgsMjgyLjU3LDIuMDAwMAowLjI2MzAwLDEyLjY2Miw0ODk1LjUsNDg0My4wLDIyLjAwMCwyODcuMTgsMjgyLjU3LDIuMDAwMAowLjI1MjAwLDEyLjY4Miw0ODk5LjAsNDg0My4wLDIyLjAwMCwyODcuNDksMjgyLjU3LDIuMDAwMAowLjI2MjAwLDEyLjcwMiw0OTAyLjAsNDg3NS4wLDIyLjAwMCwyODcuNzUsMjg1LjM4LDIuMDAwMAowLjIxOTAwLDEyLjcyMiw0OTAyLjAsNDg3NS4wLDIxLjAwMCwyODcuNzUsMjg1LjM4LDEuMDAwMAowLjIyNTAwLDEyLjc0Miw0OTAyLjAsNDg3NS4wLDIxLjAwMCwyODcuNzUsMjg1LjM4LDEuMDAwMAowLjIzMzAwLDEyLjc2Miw0OTAyLjAsNDg3NS4wLDIxLjAwMCwyODcuNzUsMjg1LjM4LDEuMDAwMAowLjIyODAwLDEyLjc4Miw0OTAyLjAsNDg3NS4wLDEzLjAwMCwyODcuNzUsMjg1LjM4LDEuMDAwMAowLjIyMTAwLDEyLjgwMiw0OTAyLjAsNDg3NS4wLDEzLjAwMCwyODcuNzUsMjg1LjM4LDEuMDAwMAowLjIyMzAwLDEyLjgyMiw0OTAyLjAsNDg3NS4wLDEzLjAwMCwyODcuNzUsMjg1LjM4LDEuMDAwMAowLjMxMjAwLDEyLjg0Miw0OTAyLjAsNDg3NS4wLDExLjAwMCwyODcuNzUsMjg1LjM4LDEuMDAwMAowLjIyODAwLDEyLjg2Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIyNzAwLDEyLjg4Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIyMjAwLDEyLjkwMiw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIzMzAwLDEyLjkyMiw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIyMTAwLDEyLjk0Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjI2MTAwLDEyLjk2Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjMzMzAwLDEyLjk4Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIxOTAwLDEzLjAwMiw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIyMzAwLDEzLjAyMiw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIyMDAwLDEzLjA0Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIyMDAwLDEzLjA2Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjM4OTAwLDEzLjA4Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIyNDAwLDEzLjEwMiw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIyNDAwLDEzLjEyMiw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIyMjAwLDEzLjE0Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIxOTAwLDEzLjE2Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIzMDAwLDEzLjE4Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIzNTAwLDEzLjIwMiw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIxODAwLDEzLjIyMiw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIxNzAwLDEzLjI0Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIzMDAwLDEzLjI2Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIyNDAwLDEzLjI4Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIzNjAwLDEzLjMwMiw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIyMTAwLDEzLjMyMiw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIxOTAwLDEzLjM0Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIyNjAwLDEzLjM2Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIzMzAwLDEzLjM4Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjI1OTAwLDEzLjQwMiw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIzOTAwLDEzLjQyMiw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIyNDAwLDEzLjQ0Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIzMDAwLDEzLjQ2Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIzMjAwLDEzLjQ4Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIyODAwLDEzLjUwMiw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIzMjAwLDEzLjUyMiw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjMxMjAwLDEzLjU0Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIyODAwLDEzLjU2Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIxOTAwLDEzLjU4Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIyMjAwLDEzLjYwMiw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIxOTAwLDEzLjYyMiw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIyODAwLDEzLjY0Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIyNTAwLDEzLjY2Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIzNzAwLDEzLjY4Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjMxODAwLDEzLjcwMiw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjMzOTAwLDEzLjcyMiw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIyMjAwLDEzLjc0Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIxOTAwLDEzLjc2Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjI3NzAwLDEzLjc4Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIyOTAwLDEzLjgwMiw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIyODAwLDEzLjgyMiw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIxNjAwLDEzLjg0Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIxODAwLDEzLjg2Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIyNDAwLDEzLjg4Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjQzMjAwLDEzLjkwMiw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIyMzAwLDEzLjkyMiw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjMwNTAwLDEzLjk0Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIzNDAwLDEzLjk2Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIzNDAwLDEzLjk4Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIyNjAwLDE0LjAwMiw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIxODAwLDE0LjAyMiw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjI1NDAwLDE0LjA0Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIxNjAwLDE0LjA2Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjQwNTAwLDE0LjA4Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjY5OTAwLDE0LjEwMiw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjE4OTAwLDE0LjEyMiw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjMwMTAwLDE0LjE0Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjQxNDAwLDE0LjE2Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjE4ODAwLDE0LjE4Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjE3NzAwLDE0LjIwMiw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjE3NDAwLDE0LjIyMiw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjE4MDAwLDE0LjI0Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjE4MzAwLDE0LjI2Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjE3NzAwLDE0LjI4Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjE4NjAwLDE0LjMwMiw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjE3NTAwLDE0LjMyMiw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjE4MTAwLDE0LjM0Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjE3NjAwLDE0LjM2Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjE3MDAwLDE0LjM4Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjE3NDAwLDE0LjQwMiw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjE2OTAwLDE0LjQyMiw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjE4MTAwLDE0LjQ0Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjE4MzAwLDE0LjQ2Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjE4MjAwLDE0LjQ4Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjE4NTAwLDE0LjUwMiw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjE4MTAwLDE0LjUyMiw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjE4MTAwLDE0LjU0Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjE3NzAwLDE0LjU2Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjE3NzAwLDE0LjU4Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjE3MzAwLDE0LjYwMiw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjE3MTAwLDE0LjYyMiw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjE3NDAwLDE0LjY0Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjE3OTAwLDE0LjY2Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjE3NTAwLDE0LjY4Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjE3MzAwLDE0LjcwMiw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjE3NjAwLDE0LjcyMiw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjE3NjAwLDE0Ljc0Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjE2ODAwLDE0Ljc2Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjE2OTAwLDE0Ljc4Miw0OTAyLjAsNDg5MS4wLDExLjAwMCwyODcuNzUsMjg2Ljc5LDEuMDAwMAowLjIwNjAwLDE0LjgwMiw1NjY2LjAsNDg5MS4wLDExLjAwMCwzNTQuOTAsMjg2Ljc5LDEuMDAwMAowLjI1MDAwLDE0LjgyMiw1NjY2LjAsNDg5MS4wLDc3Mi4wMCwzNTQuOTAsMjg2Ljc5LDEuMDAwMAowLjI0MTAwLDE0Ljg0Miw1NjY2LjAsNDg5MS4wLDc3Mi4wMCwzNTQuOTAsMjg2Ljc5LDEuMDAwMAowLjE3NTAwLDE0Ljg2Miw1NjY2LjAsNDg5MS4wLDc3Mi4wMCwzNTQuOTAsMjg2Ljc5LDEuMDAwMAowLjE3ODAwLDE0Ljg4Miw1NjY2LjAsNDg5MS4wLDI5Ni4wMCwzNTQuOTAsMjg2Ljc5LDEuMDAwMAowLjI1MjAwLDE0LjkwMiw1NjY2LjAsNDg5MS4wLDI5Ni4wMCwzNTQuOTAsMjg2Ljc5LDEuMDAwMAowLjE4OTAwLDE0LjkyMiw1NjY2LjAsNDg5MS4wLDI5Ni4wMCwzNTQuOTAsMjg2Ljc5LDEuMDAwMAowLjE3NzAwLDE0Ljk0Miw1NjY2LjAsNTU4NS4wLDU2LjAwMCwzNTQuOTAsMzQ3Ljc4LDEuMDAwMAowLjIzMDAwLDE0Ljk2Miw1NjY2LjAsNTU4NS4wLDU2LjAwMCwzNTQuOTAsMzQ3Ljc4LDEuMDAwMAowLjE4MTAwLDE0Ljk4Miw1NjY2LjAsNTU4NS4wLDU2LjAwMCwzNTQuOTAsMzQ3Ljc4LDEuMDAwMAowLjE5MzAwLDE1LjAwMiw1NjY2LjAsNTU4NS4wLDcuMDAwMCwzNTQuOTAsMzQ3Ljc4LDEuMDAwMAowLjE5MzAwLDE1LjAyMiw1NjY2LjAsNTU4NS4wLDcuMDAwMCwzNTQuOTAsMzQ3Ljc4LDEuMDAwMAowLjE3OTAwLDE1LjA0Miw1NjY2LjAsNTU4NS4wLDcuMDAwMCwzNTQuOTAsMzQ3Ljc4LDEuMDAwMAowLjE4NjAwLDE1LjA2Miw1NjY2LjAsNTU4NS4wLDMuMDAwMCwzNTQuOTAsMzQ3Ljc4LDEuMDAwMAowLjE3MDAwLDE1LjA4Miw1NjY2LjAsNTU4NS4wLDMuMDAwMCwzNTQuOTAsMzQ3Ljc4LDEuMDAwMAowLjE4MDAwLDE1LjEwMiw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3MjAwLDE1LjEyMiw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3MTAwLDE1LjE0Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NzAwLDE1LjE2Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3MzAwLDE1LjE4Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NTAwLDE1LjIwMiw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjI3NDAwLDE1LjIyMiw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NzAwLDE1LjI0Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE4MDAwLDE1LjI2Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NzAwLDE1LjI4Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3OTAwLDE1LjMwMiw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE4MDAwLDE1LjMyMiw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3MTAwLDE1LjM0Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3MzAwLDE1LjM2Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3MzAwLDE1LjM4Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NTAwLDE1LjQwMiw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3MjAwLDE1LjQyMiw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NjAwLDE1LjQ0Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NDAwLDE1LjQ2Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3MzAwLDE1LjQ4Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NDAwLDE1LjUwMiw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE4MzAwLDE1LjUyMiw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE4ODAwLDE1LjU0Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NzAwLDE1LjU2Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NzAwLDE1LjU4Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NjAwLDE1LjYwMiw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE4MDAwLDE1LjYyMiw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE4MTAwLDE1LjY0Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3MDAwLDE1LjY2Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3OTAwLDE1LjY4Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE2ODAwLDE1LjcwMiw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NTAwLDE1LjcyMiw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjI2OTAwLDE1Ljc0Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NTAwLDE1Ljc2Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NzAwLDE1Ljc4Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NDAwLDE1LjgwMiw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NjAwLDE1LjgyMiw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NDAwLDE1Ljg0Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NzAwLDE1Ljg2Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjI1MzAwLDE1Ljg4Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjI0NzAwLDE1LjkwMiw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3ODAwLDE1LjkyMiw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NzAwLDE1Ljk0Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE2OTAwLDE1Ljk2Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NzAwLDE1Ljk4Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NjAwLDE2LjAwMiw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NTAwLDE2LjAyMiw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE5MzAwLDE2LjA0Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE5OTAwLDE2LjA2Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjIwOTAwLDE2LjA4Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE4MTAwLDE2LjEwMiw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NjAwLDE2LjEyMiw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjM4NDAwLDE2LjE0Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NjAwLDE2LjE2Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE4MjAwLDE2LjE4Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3MzAwLDE2LjIwMiw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE2NjAwLDE2LjIyMiw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NzAwLDE2LjI0Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3ODAwLDE2LjI2Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NTAwLDE2LjI4Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3MjAwLDE2LjMwMiw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE2ODAwLDE2LjMyMiw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3OTAwLDE2LjM0Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE4MTAwLDE2LjM2Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE2OTAwLDE2LjM4Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjIwNjAwLDE2LjQwMiw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NjAwLDE2LjQyMiw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NzAwLDE2LjQ0Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NDAwLDE2LjQ2Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NTAwLDE2LjQ4Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE4MDAwLDE2LjUwMiw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE4MzAwLDE2LjUyMiw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NDAwLDE2LjU0Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjM0NTAwLDE2LjU2Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NzAwLDE2LjU4Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE4NjAwLDE2LjYwMiw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3ODAwLDE2LjYyMiw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NjAwLDE2LjY0Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE4MjAwLDE2LjY2Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NDAwLDE2LjY4Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NDAwLDE2LjcwMiw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NTAwLDE2LjcyMiw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NjAwLDE2Ljc0Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NzAwLDE2Ljc2Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NDAwLDE2Ljc4Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3ODAwLDE2LjgwMiw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjIwMzAwLDE2LjgyMiw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE4MDAwLDE2Ljg0Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE4MDAwLDE2Ljg2Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE4MzAwLDE2Ljg4Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3MzAwLDE2LjkwMiw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE4NTAwLDE2LjkyMiw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NDAwLDE2Ljk0Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE4NzAwLDE2Ljk2Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NTAwLDE2Ljk4Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE3NzAwLDE3LjAwMiw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjIwNTAwLDE3LjAyMiw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE4OTAwLDE3LjA0Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE4MTAwLDE3LjA2Miw1NjY2LjAsNTY2My4wLDMuMDAwMCwzNTQuOTAsMzU0LjY0LDEuMDAwMAowLjE4MzAwLDE3LjA4Miw1NjY2LjUsNTY2My4wLDMuMDAwMCwzNTQuOTUsMzU0LjY0LDEuMDAwMAowLjIwNDAwLDE3LjEwMiw1NjY2LjUsNTY2My4wLDMuMDAwMCwzNTQuOTUsMzU0LjY0LDEuMDAwMAowLjIwMjAwLDE3LjEyMiw1NjY2LjUsNTY2My4wLDMuMDAwMCwzNTQuOTUsMzU0LjY0LDEuMDAwMAowLjIwNzAwLDE3LjE0Miw1NjY2LjUsNTY2My4wLDMuMDAwMCwzNTQuOTUsMzU0LjY0LDEuMDAwMAowLjE5MjAwLDE3LjE2Miw1NjY2LjUsNTY2My4wLDMuMDAwMCwzNTQuOTUsMzU0LjY0LDEuMDAwMAowLjE4NDAwLDE3LjE4Miw1NjY2LjUsNTY2My4wLDMuMDAwMCwzNTQuOTUsMzU0LjY0LDEuMDAwMAowLjE3NDAwLDE3LjIwMiw1NjY2LjUsNTY2My4wLDMuMDAwMCwzNTQuOTUsMzU0LjY0LDEuMDAwMAowLjE3NDAwLDE3LjIyMiw1NjY2LjUsNTY2My4wLDMuMDAwMCwzNTQuOTUsMzU0LjY0LDEuMDAwMAowLjE3OTAwLDE3LjI0Miw1NjY2LjUsNTY2My4wLDMuMDAwMCwzNTQuOTUsMzU0LjY0LDEuMDAwMAowLjE3NjAwLDE3LjI2Miw1NjY2LjUsNTY2My4wLDMuMDAwMCwzNTQuOTUsMzU0LjY0LDEuMDAwMAowLjE3NjAwLDE3LjI4Miw1NjY2LjUsNTY2My4wLDMuMDAwMCwzNTQuOTUsMzU0LjY0LDEuMDAwMAowLjE3NTAwLDE3LjMwMiw1NjY2LjUsNTY2My4wLDMuMDAwMCwzNTQuOTUsMzU0LjY0LDEuMDAwMAowLjIwOTAwLDE3LjMyMiw1NjY3LjAsNTY2My4wLDMuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE3MzAwLDE3LjM0MSw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE4MzAwLDE3LjM2Miw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE3MzAwLDE3LjM4Miw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE3MTAwLDE3LjQwMiw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE3MTAwLDE3LjQyMiw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjIzODAwLDE3LjQ0Miw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE4MzAwLDE3LjQ2Miw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjI4NjAwLDE3LjQ4Miw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE3ODAwLDE3LjUwMiw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE3NjAwLDE3LjUyMSw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE3NDAwLDE3LjU0Miw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE3ODAwLDE3LjU2Miw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE4MDAwLDE3LjU4Miw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjI4OTAwLDE3LjYwMiw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE4NzAwLDE3LjYyMiw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE4NTAwLDE3LjY0Miw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE4MTAwLDE3LjY2Miw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE4MjAwLDE3LjY4Miw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE3NzAwLDE3LjcwMiw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE3OTAwLDE3LjcyMiw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE4MzAwLDE3Ljc0Miw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE3OTAwLDE3Ljc2Miw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE4MDAwLDE3Ljc4Miw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE3OTAwLDE3LjgwMiw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE4MzAwLDE3LjgyMiw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE3NDAwLDE3Ljg0Miw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE3ODAwLDE3Ljg2Miw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE3OTAwLDE3Ljg4Miw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE3ODAwLDE3LjkwMiw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE3MTAwLDE3LjkyMiw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE3NzAwLDE3Ljk0Miw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE3ODAwLDE3Ljk2Miw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE3NDAwLDE3Ljk4MSw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE2NzAwLDE4LjAwMiw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE4MTAwLDE4LjAyMiw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE4MTAwLDE4LjA0Miw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE3NjAwLDE4LjA2Miw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE4MDAwLDE4LjA4Miw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjIxMTAwLDE4LjEwMiw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE5MTAwLDE4LjEyMiw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE4NTAwLDE4LjE0Miw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE4NDAwLDE4LjE2Miw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE3ODAwLDE4LjE4Miw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE4MzAwLDE4LjIwMiw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE3ODAwLDE4LjIyMiw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE3NjAwLDE4LjI0Miw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE3OTAwLDE4LjI2Miw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE4MTAwLDE4LjI4Miw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE3OTAwLDE4LjMwMiw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE3NDAwLDE4LjMyMiw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE3NjAwLDE4LjM0Miw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE4MzAwLDE4LjM2Miw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE3MTAwLDE4LjM4Miw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE3NjAwLDE4LjQwMiw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjIzODAwLDE4LjQyMiw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjMzMzAwLDE4LjQ0Miw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE4NTAwLDE4LjQ2Miw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE3MTAwLDE4LjQ4Miw1NjY3LjAsNTY2My4wLDQuMDAwMCwzNTQuOTksMzU0LjY0LDEuMDAwMAowLjE3OTAwLDE4LjUwMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDEuMDAwMAowLjE4MjAwLDE4LjUyMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDEuMDAwMAowLjE3NjAwLDE4LjU0Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDEuMDAwMAowLjI0MjAwLDE4LjU2Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDEuMDAwMAowLjE4NTAwLDE4LjU4Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDEuMDAwMAowLjE3NjAwLDE4LjYwMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDEuMDAwMAowLjIzOTAwLDE4LjYyMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDEuMDAwMAowLjE4NjAwLDE4LjY0Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDEuMDAwMAowLjMxOTAwLDE4LjY2Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDEuMDAwMAowLjE4NjAwLDE4LjY4Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDEuMDAwMAowLjE3MjAwLDE4LjcwMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDEuMDAwMAowLjE3MzAwLDE4LjcyMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDEuMDAwMAowLjE3NzAwLDE4Ljc0Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDEuMDAwMAowLjE3MzAwLDE4Ljc2Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDEuMDAwMAowLjE3NzAwLDE4Ljc4Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDEuMDAwMAowLjE3MzAwLDE4LjgwMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDEuMDAwMAowLjE2ODAwLDE4LjgyMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE3NzAwLDE4Ljg0Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE4MDAwLDE4Ljg2Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE3NzAwLDE4Ljg4Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE4NDAwLDE4LjkwMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE3NDAwLDE4LjkyMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE3MjAwLDE4Ljk0Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE3ODAwLDE4Ljk2Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE3ODAwLDE4Ljk4Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE4MjAwLDE5LjAwMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE3MjAwLDE5LjAyMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE4MTAwLDE5LjA0Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE4NzAwLDE5LjA2Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE3NzAwLDE5LjA4Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjIxMzAwLDE5LjEwMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE3OTAwLDE5LjEyMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjI2NTAwLDE5LjE0Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjUyMzAwLDE5LjE2Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjI4MzAwLDE5LjE4Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE3MTAwLDE5LjIwMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0NzAwLDE5LjIyMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjMzMDAwLDE5LjI0Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0NDAwLDE5LjI2MSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjM3NzAwLDE5LjI4Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjM2MTAwLDE5LjMwMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0MzAwLDE5LjMyMSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0OTAwLDE5LjM0MSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0MzAwLDE5LjM2MSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0ODAwLDE5LjM4MSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0MDAwLDE5LjQwMSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0NTAwLDE5LjQyMSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1MjAwLDE5LjQ0MSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjEzODAwLDE5LjQ2Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0MjAwLDE5LjQ4MSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjEzOTAwLDE5LjUwMSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjEzNjAwLDE5LjUyMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjEzOTAwLDE5LjU0MSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0NjAwLDE5LjU2MSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0NzAwLDE5LjU4MSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE3NTAwLDE5LjYwMSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0MDAwLDE5LjYyMSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0NTAwLDE5LjY0MSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1MDAwLDE5LjY2MSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0NzAwLDE5LjY4Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1NDAwLDE5LjcwMyw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0MzAwLDE5LjcyMSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0MjAwLDE5Ljc0MSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0MTAwLDE5Ljc2MSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0MDAwLDE5Ljc4MSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0OTAwLDE5LjgwMSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1MDAwLDE5LjgyMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0NDAwLDE5Ljg0MSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0MzAwLDE5Ljg2MSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0MTAwLDE5Ljg4MSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjMwMjAwLDE5LjkwMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0MDAwLDE5LjkyMSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjEzOTAwLDE5Ljk0MSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0MDAwLDE5Ljk2MSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE3NzAwLDE5Ljk4Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjEzNzAwLDIwLjAwMSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0MDAwLDIwLjAyMSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0MTAwLDIwLjA0MSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0MTAwLDIwLjA2MSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0MjAwLDIwLjA4MSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjMxNjAwLDIwLjEwMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE3OTAwLDIwLjEyMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjEzOTAwLDIwLjE0Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0MTAwLDIwLjE2MSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE3MDAwLDIwLjE4MSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE2MzAwLDIwLjIwMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0OTAwLDIwLjIyMSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE4MTAwLDIwLjI0Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0NjAwLDIwLjI2Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1NTAwLDIwLjI4Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1MjAwLDIwLjMwMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0NTAwLDIwLjMyMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1OTAwLDIwLjM0Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0NTAwLDIwLjM2Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0ODAwLDIwLjM4Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1MzAwLDIwLjQwMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1MzAwLDIwLjQyMSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1MzAwLDIwLjQ0Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0NDAwLDIwLjQ2Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0MTAwLDIwLjQ4Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0MjAwLDIwLjUwMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0ODAwLDIwLjUyMSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0NzAwLDIwLjU0MSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0MTAwLDIwLjU2Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE3MzAwLDIwLjU4Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0NzAwLDIwLjYwMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0ODAwLDIwLjYyMSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0OTAwLDIwLjY0MSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1MjAwLDIwLjY2Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1MDAwLDIwLjY4Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0ODAwLDIwLjcwMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1NjAwLDIwLjcyMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE2NjAwLDIwLjc0Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1NzAwLDIwLjc2Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0NzAwLDIwLjc4MSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0NjAwLDIwLjgwMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0NzAwLDIwLjgyMSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0NTAwLDIwLjg0MSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0MzAwLDIwLjg2MSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjM0NTAwLDIwLjg4Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0MzAwLDIwLjkwMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0NTAwLDIwLjkyMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0MzAwLDIwLjk0Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1MjAwLDIwLjk2Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0MzAwLDIwLjk4MSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0NTAwLDIxLjAwMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0MjAwLDIxLjAyMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0NDAwLDIxLjA0MSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0MjAwLDIxLjA2MSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjEzODAwLDIxLjA4MSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1NjAwLDIxLjEwMSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE3MzAwLDIxLjEyMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0MTAwLDIxLjE0MSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0NDAwLDIxLjE2MSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0ODAwLDIxLjE4Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE3NzAwLDIxLjIwMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1MzAwLDIxLjIyMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE2MDAwLDIxLjI0Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE2MjAwLDIxLjI2Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1NDAwLDIxLjI4Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0ODAwLDIxLjMwMSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1MjAwLDIxLjMyMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1NDAwLDIxLjM0Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1NDAwLDIxLjM2Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1MzAwLDIxLjM4MSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1NTAwLDIxLjQwMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0NTAwLDIxLjQyMSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1NDAwLDIxLjQ0Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0ODAwLDIxLjQ2Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1MTAwLDIxLjQ4Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1MjAwLDIxLjUwMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0NTAwLDIxLjUyMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1MTAwLDIxLjU0Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0ODAwLDIxLjU2Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1MDAwLDIxLjU4Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1NDAwLDIxLjYwMSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1MTAwLDIxLjYyMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE2OTAwLDIxLjY0Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1MjAwLDIxLjY2Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1MzAwLDIxLjY4Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0NDAwLDIxLjcwMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1NDAwLDIxLjcyMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1MDAwLDIxLjc0Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE2MzAwLDIxLjc2Myw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0OTAwLDIxLjc4MSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0NTAwLDIxLjgwMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1MzAwLDIxLjgyMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1NjAwLDIxLjg0Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1MjAwLDIxLjg2Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0NjAwLDIxLjg4MSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0NzAwLDIxLjkwMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1MTAwLDIxLjkyMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1NTAwLDIxLjk0Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1MTAwLDIxLjk2Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0OTAwLDIxLjk4Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1MjAwLDIyLjAwMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE0NzAwLDIyLjAyMSw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1NDAwLDIyLjA0Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1NTAwLDIyLjA2Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1MDAwLDIyLjA4Miw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE1MDAwLDIyLjEwMiw1NjY3LjUsNTY2My4wLDQuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjE4NjAwLDIyLjEyMiw1NjY4LjAsNTY2My4wLDQuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE4MDAwLDIyLjE0Miw1NjY3LjUsNTY2My4wLDUuMDAwMCwzNTUuMDMsMzU0LjY0LDIuMDAwMAowLjIxNzAwLDIyLjE2Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1MjAwLDIyLjE4Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE0NjAwLDIyLjIwMiw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE0OTAwLDIyLjIyMiw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE0OTAwLDIyLjI0Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE0OTAwLDIyLjI2Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE2MzAwLDIyLjI4Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE0OTAwLDIyLjMwMiw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1MzAwLDIyLjMyMiw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1MDAwLDIyLjM0Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE0NTAwLDIyLjM2Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1MTAwLDIyLjM4Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE0OTAwLDIyLjQwMiw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE0NzAwLDIyLjQyMiw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1NDAwLDIyLjQ0Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1MDAwLDIyLjQ2Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1MjAwLDIyLjQ4Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1NDAwLDIyLjUwMiw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjIzOTAwLDIyLjUyMiw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1MjAwLDIyLjU0Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjIwODAwLDIyLjU2Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjMwMTAwLDIyLjU4Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE0ODAwLDIyLjYwMiw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjIwNzAwLDIyLjYyMiw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1MTAwLDIyLjY0Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1MDAwLDIyLjY2Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1MTAwLDIyLjY4Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE0NDAwLDIyLjcwMiw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1MzAwLDIyLjcyMiw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1NDAwLDIyLjc0Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE0OTAwLDIyLjc2Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1MTAwLDIyLjc4Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE0OTAwLDIyLjgwMiw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1MDAwLDIyLjgyMiw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1MDAwLDIyLjg0Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE0ODAwLDIyLjg2Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1NDAwLDIyLjg4Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1NTAwLDIyLjkwMiw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE0NjAwLDIyLjkyMiw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE0ODAwLDIyLjk0Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1NDAwLDIyLjk2Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1NTAwLDIyLjk4Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1NDAwLDIzLjAwMiw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1ODAwLDIzLjAyMiw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1NDAwLDIzLjA0Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1MTAwLDIzLjA2Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1MzAwLDIzLjA4Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1NDAwLDIzLjEwMiw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1MjAwLDIzLjEyMiw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1NjAwLDIzLjE0Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1MTAwLDIzLjE2Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE0NjAwLDIzLjE4Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1MDAwLDIzLjIwMiw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE0NTAwLDIzLjIyMiw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1MzAwLDIzLjI0Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1MzAwLDIzLjI2Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1MDAwLDIzLjI4Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE0NzAwLDIzLjMwMSw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1NDAwLDIzLjMyMiw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1NzAwLDIzLjM0Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1MTAwLDIzLjM2Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE0NjAwLDIzLjM4Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1NDAwLDIzLjQwMiw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1MzAwLDIzLjQyMiw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1NDAwLDIzLjQ0Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1MjAwLDIzLjQ2Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1OTAwLDIzLjQ4Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE0ODAwLDIzLjUwMiw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1NTAwLDIzLjUyMiw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE0NzAwLDIzLjU0Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1MjAwLDIzLjU2Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1MzAwLDIzLjU4Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1NDAwLDIzLjYwMiw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1NDAwLDIzLjYyMiw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE0MzAwLDIzLjY0Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjIzNzAwLDIzLjY2Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjIxMjAwLDIzLjY4Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1MjAwLDIzLjcwMiw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1MDAwLDIzLjcyMiw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE0NzAwLDIzLjc0MSw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE0ODAwLDIzLjc2Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1MTAwLDIzLjc4Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1MjAwLDIzLjgwMiw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1MjAwLDIzLjgyMiw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1OTAwLDIzLjg0Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1ODAwLDIzLjg2Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1NjAwLDIzLjg4Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1MjAwLDIzLjkwMiw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1MDAwLDIzLjkyMSw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE0OTAwLDIzLjk0Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1NDAwLDIzLjk2Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE0NzAwLDIzLjk4Miw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE0OTAwLDI0LjAwMiw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE0NzAwLDI0LjAyMiw1NjY4LjAsNTY2My4wLDUuMDAwMCwzNTUuMDgsMzU0LjY0LDIuMDAwMAowLjE1MDAwLDI0LjA0Miw1NjY4LjUsNTY2My4wLDUuMDAwMCwzNTUuMTIsMzU0LjY0LDIuMDAwMAowLjE1MTAwLDI0LjA2Miw1NjY4LjUsNTY2My4wLDUuMDAwMCwzNTUuMTIsMzU0LjY0LDIuMDAwMAowLjE0OTAwLDI0LjA4Miw1NjY4LjUsNTY2My4wLDUuMDAwMCwzNTUuMTIsMzU0LjY0LDIuMDAwMAowLjIyMDAwLDI0LjEwMiw1NjY5LjAsNTY2My4wLDUuMDAwMCwzNTUuMTcsMzU0LjY0LDIuMDAwMAowLjE4MTAwLDI0LjEyMiw1NjcwLjAsNTY2My4wLDYuMDAwMCwzNTUuMjUsMzU0LjY0LDIuMDAwMAowLjE4MzAwLDI0LjE0Miw1NjcxLjAsNTY2My4wLDYuMDAwMCwzNTUuMzQsMzU0LjY0LDIuMDAwMAowLjE4MDAwLDI0LjE2Miw1NjcyLjUsNTY2My4wLDYuMDAwMCwzNTUuNDcsMzU0LjY0LDIuMDAwMAowLjIyMTAwLDI0LjE4Miw1Njc0LjUsNTY2My4wLDkuMDAwMCwzNTUuNjUsMzU0LjY0LDIuMDAwMAowLjE3ODAwLDI0LjIwMiw1Njc3LjAsNTY2My4wLDkuMDAwMCwzNTUuODcsMzU0LjY0LDIuMDAwMAowLjI5ODAwLDI0LjIyMiw1NjgwLjAsNTY2My4wLDkuMDAwMCwzNTYuMTMsMzU0LjY0LDIuMDAwMAowLjE4MTAwLDI0LjI0Miw1NjgzLjAsNTY2My4wLDE2LjAwMCwzNTYuNDAsMzU0LjY0LDIuMDAwMAowLjE3ODAwLDI0LjI2MSw1Njg3LjAsNTY2My4wLDE2LjAwMCwzNTYuNzUsMzU0LjY0LDIuMDAwMAowLjIxNTAwLDI0LjI4Miw1NjkyLjAsNTY2My4wLDE2LjAwMCwzNTcuMTksMzU0LjY0LDIuMDAwMAowLjIxMjAwLDI0LjMwMiw1Njk3LjAsNTY2My4wLDIyLjAwMCwzNTcuNjMsMzU0LjY0LDIuMDAwMAowLjE3NzAwLDI0LjMyMiw1NzAzLjAsNTY2My4wLDIyLjAwMCwzNTguMTUsMzU0LjY0LDIuMDAwMAowLjI3NjAwLDI0LjM0Miw1NzA5LjUsNTY2My4wLDIyLjAwMCwzNTguNzMsMzU0LjY0LDIuMDAwMAowLjE5MjAwLDI0LjM2Miw1NzE2LjUsNTY2My4wLDI2LjAwMCwzNTkuMzQsMzU0LjY0LDIuMDAwMAowLjE4MzAwLDI0LjM4Miw1NzI0LjAsNTY4NS4wLDI2LjAwMCwzNjAuMDAsMzU2LjU3LDIuMDAwMAowLjE4ODAwLDI0LjQwMiw1NzMyLjAsNTY4NS4wLDI2LjAwMCwzNjAuNzAsMzU2LjU3LDIuMDAwMAowLjE4NTAwLDI0LjQyMSw1NzQwLjAsNTY4NS4wLDMxLjAwMCwzNjEuNDEsMzU2LjU3LDIuMDAwMAowLjIxNjAwLDI0LjQ0Miw1NzQ4LjUsNTY4NS4wLDMxLjAwMCwzNjIuMTUsMzU2LjU3LDIuMDAwMAowLjE4MTAwLDI0LjQ2Miw1NzU3LjUsNTY4NS4wLDMxLjAwMCwzNjIuOTQsMzU2LjU3LDIuMDAwMAowLjE4MTAwLDI0LjQ4Miw1NzY2LjUsNTY4NS4wLDMyLjAwMCwzNjMuNzQsMzU2LjU3LDIuMDAwMAowLjE4MDAwLDI0LjUwMiw1Nzc1LjUsNTY4NS4wLDMyLjAwMCwzNjQuNTMsMzU2LjU3LDIuMDAwMAowLjM5NzAwLDI0LjUyMiw1Nzg1LjAsNTY4NS4wLDMyLjAwMCwzNjUuMzYsMzU2LjU3LDIuMDAwMAowLjIxNjAwLDI0LjU0Miw1Nzk0LjUsNTc0My4wLDM1LjAwMCwzNjYuMjAsMzYxLjY3LDIuMDAwMAowLjI5OTAwLDI0LjU2Miw1ODA0LjUsNTc0My4wLDM1LjAwMCwzNjcuMDgsMzYxLjY3LDIuMDAwMAowLjE5MTAwLDI0LjU4Miw1ODE0LjAsNTc0My4wLDM1LjAwMCwzNjcuOTEsMzYxLjY3LDIuMDAwMAowLjIxMzAwLDI0LjYwMiw1ODI0LjAsNTc0My4wLDM2LjAwMCwzNjguNzksMzYxLjY3LDIuMDAwMAowLjIyNjAwLDI0LjYyMiw1ODM0LjAsNTc0My4wLDM2LjAwMCwzNjkuNjcsMzYxLjY3LDIuMDAwMAowLjE3OTAwLDI0LjY0Miw1ODQ0LjAsNTc0My4wLDM2LjAwMCwzNzAuNTUsMzYxLjY3LDIuMDAwMAowLjMwMDAwLDI0LjY2Miw1ODU0LjUsNTc0My4wLDM2LjAwMCwzNzEuNDcsMzYxLjY3LDIuMDAwMAowLjE4MzAwLDI0LjY4Miw1ODY1LjAsNTc0My4wLDM2LjAwMCwzNzIuMzksMzYxLjY3LDIuMDAwMAowLjI2NDAwLDI0LjcwMiw1ODc1LjUsNTgyMC4wLDM2LjAwMCwzNzMuMzIsMzY4LjQ0LDIuMDAwMAowLjIyMTAwLDI0LjcyMiw1ODg2LjUsNTgyMC4wLDM3LjAwMCwzNzQuMjgsMzY4LjQ0LDIuMDAwMAowLjE4NDAwLDI0Ljc0Miw1ODk3LjAsNTgyMC4wLDM3LjAwMCwzNzUuMjEsMzY4LjQ0LDIuMDAwMAowLjE3OTAwLDI0Ljc2Miw1OTA4LjAsNTgyMC4wLDM3LjAwMCwzNzYuMTcsMzY4LjQ0LDIuMDAwMAowLjIxNTAwLDI0Ljc4Miw1OTE5LjAsNTgyMC4wLDM5LjAwMCwzNzcuMTQsMzY4LjQ0LDIuMDAwMAowLjIxNTAwLDI0LjgwMiw1OTMwLjUsNTgyMC4wLDM5LjAwMCwzNzguMTUsMzY4LjQ0LDIuMDAwMAowLjE4NDAwLDI0LjgyMiw1OTQxLjUsNTgyMC4wLDM5LjAwMCwzNzkuMTIsMzY4LjQ0LDIuMDAwMAowLjE4MTAwLDI0Ljg0Miw1OTUzLjAsNTgyMC4wLDM5LjAwMCwzODAuMTMsMzY4LjQ0LDIuMDAwMAowLjE4MzAwLDI0Ljg2Miw1OTY0LjAsNTkwNC4wLDM5LjAwMCwzODEuMDksMzc1LjgyLDIuMDAwMAowLjE4NDAwLDI0Ljg4Miw1OTc1LjUsNTkwNC4wLDM5LjAwMCwzODIuMTAsMzc1LjgyLDIuMDAwMAowLjE5MzAwLDI0LjkwMiw1OTg3LjAsNTkwNC4wLDM5LjAwMCwzODMuMTIsMzc1LjgyLDIuMDAwMAowLjE5ODAwLDI0LjkyMiw1OTk4LjAsNTkwNC4wLDM5LjAwMCwzODQuMDgsMzc1LjgyLDIuMDAwMAowLjE5NDAwLDI0Ljk0Miw2MDA5LjUsNTkwNC4wLDM5LjAwMCwzODUuMDksMzc1LjgyLDIuMDAwMAowLjI3NDAwLDI0Ljk2Miw2MDIwLjUsNTkwNC4wLDM5LjAwMCwzODYuMDYsMzc1LjgyLDIuMDAwMAowLjI2MjAwLDI0Ljk4Miw2MDMyLjAsNTkwNC4wLDM5LjAwMCwzODcuMDcsMzc1LjgyLDIuMDAwMAowLjIxNzAwLDI1LjAwMiw2MDQzLjUsNTkwNC4wLDM5LjAwMCwzODguMDgsMzc1LjgyLDIuMDAwMAowLjIyNjAwLDI1LjAyMiw2MDU0LjUsNTk5NC4wLDQwLjAwMCwzODkuMDUsMzgzLjczLDIuMDAwMAowLjIyMjAwLDI1LjA0Miw2MDY2LjAsNTk5NC4wLDQwLjAwMCwzOTAuMDYsMzgzLjczLDIuMDAwMAowLjE4NzAwLDI1LjA2Miw2MDc3LjUsNTk5NC4wLDQwLjAwMCwzOTEuMDcsMzgzLjczLDIuMDAwMAowLjE4MDAwLDI1LjA4Miw2MDg4LjUsNTk5NC4wLDQwLjAwMCwzOTIuMDQsMzgzLjczLDIuMDAwMAowLjI2MzAwLDI1LjEwMiw2MTAwLjAsNTk5NC4wLDQwLjAwMCwzOTMuMDUsMzgzLjczLDIuMDAwMAowLjE3NzAwLDI1LjEyMiw2MTExLjUsNTk5NC4wLDQwLjAwMCwzOTQuMDYsMzgzLjczLDIuMDAwMAowLjE4NDAwLDI1LjE0Miw2MTIyLjUsNTk5NC4wLDQwLjAwMCwzOTUuMDIsMzgzLjczLDIuMDAwMAowLjIxODAwLDI1LjE2Miw2MTM0LjAsNTk5NC4wLDQwLjAwMCwzOTYuMDQsMzgzLjczLDIuMDAwMAowLjI5NjAwLDI1LjE4Miw2MTQ1LjAsNjA4NS4wLDQwLjAwMCwzOTcuMDAsMzkxLjczLDIuMDAwMAowLjE3NzAwLDI1LjIwMiw2MTU2LjUsNjA4NS4wLDQwLjAwMCwzOTguMDEsMzkxLjczLDIuMDAwMAowLjE4NDAwLDI1LjIyMiw2MTY3LjUsNjA4NS4wLDQwLjAwMCwzOTguOTgsMzkxLjczLDIuMDAwMAowLjE4MTAwLDI1LjI0Miw2MTc5LjAsNjA4NS4wLDQwLjAwMCwzOTkuOTksMzkxLjczLDIuMDAwMAowLjE3ODAwLDI1LjI2Miw2MTkwLjAsNjA4NS4wLDQwLjAwMCw0MDAuOTYsMzkxLjczLDIuMDAwMAowLjIxNjAwLDI1LjI4Miw2MjAxLjUsNjA4NS4wLDQwLjAwMCw0MDEuOTcsMzkxLjczLDIuMDAwMAowLjIxNzAwLDI1LjMwMiw2MjEyLjUsNjA4NS4wLDQwLjAwMCw0MDIuOTMsMzkxLjczLDIuMDAwMAowLjE4MDAwLDI1LjMyMiw2MjIzLjUsNjA4NS4wLDM5LjAwMCw0MDMuOTAsMzkxLjczLDIuMDAwMAowLjE3NzAwLDI1LjM0Miw2MjM1LjAsNjE3NS4wLDM5LjAwMCw0MDQuOTEsMzk5LjY0LDIuMDAwMAowLjE3ODAwLDI1LjM2Miw2MjQ2LjAsNjE3NS4wLDM5LjAwMCw0MDUuODgsMzk5LjY0LDIuMDAwMAowLjE4MDAwLDI1LjM4MSw2MjU3LjAsNjE3NS4wLDQwLjAwMCw0MDYuODUsMzk5LjY0LDIuMDAwMAowLjE3NTAwLDI1LjQwMiw2MjY4LjAsNjE3NS4wLDQwLjAwMCw0MDcuODEsMzk5LjY0LDIuMDAwMAowLjIyNDAwLDI1LjQyMiw2Mjc5LjAsNjE3NS4wLDQwLjAwMCw0MDguNzgsMzk5LjY0LDIuMDAwMAowLjE4ODAwLDI1LjQ0Miw2MjkwLjAsNjE3NS4wLDM5LjAwMCw0MDkuNzUsMzk5LjY0LDIuMDAwMAowLjE4MTAwLDI1LjQ2Miw2MzAxLjAsNjE3NS4wLDM5LjAwMCw0MTAuNzEsMzk5LjY0LDIuMDAwMAowLjE3OTAwLDI1LjQ4Miw2MzEyLjAsNjE3NS4wLDM5LjAwMCw0MTEuNjgsMzk5LjY0LDIuMDAwMAowLjIyMjAwLDI1LjUwMiw2MzIzLjAsNjI2NS4wLDM5LjAwMCw0MTIuNjUsNDA3LjU1LDIuMDAwMAowLjIyMjAwLDI1LjUyMiw2MzM0LjAsNjI2NS4wLDM5LjAwMCw0MTMuNjEsNDA3LjU1LDIuMDAwMAowLjIxOTAwLDI1LjU0Miw2MzQ1LjAsNjI2NS4wLDM5LjAwMCw0MTQuNTgsNDA3LjU1LDIuMDAwMAowLjE4MTAwLDI1LjU2Miw2MzU2LjAsNjI2NS4wLDM5LjAwMCw0MTUuNTUsNDA3LjU1LDIuMDAwMAowLjIyMTAwLDI1LjU4Miw2MzY3LjUsNjI2NS4wLDM5LjAwMCw0MTYuNTYsNDA3LjU1LDIuMDAwMAowLjE4MzAwLDI1LjYwMiw2Mzc4LjUsNjI2NS4wLDM5LjAwMCw0MTcuNTIsNDA3LjU1LDIuMDAwMAowLjIzODAwLDI1LjYyMiw2Mzg5LjUsNjI2NS4wLDQwLjAwMCw0MTguNDksNDA3LjU1LDIuMDAwMAowLjIxOTAwLDI1LjY0Miw2NDAwLjUsNjI2NS4wLDQwLjAwMCw0MTkuNDYsNDA3LjU1LDIuMDAwMAowLjE3ODAwLDI1LjY2MSw2NDExLjUsNjM1Mi4wLDQwLjAwMCw0MjAuNDIsNDE1LjIwLDIuMDAwMAowLjE4MTAwLDI1LjY4Miw2NDIyLjUsNjM1Mi4wLDM5LjAwMCw0MjEuMzksNDE1LjIwLDIuMDAwMAowLjIxODAwLDI1LjcwMiw2NDMzLjUsNjM1Mi4wLDM5LjAwMCw0MjIuMzYsNDE1LjIwLDIuMDAwMAowLjIxNzAwLDI1LjcyMiw2NDQ1LjAsNjM1Mi4wLDM5LjAwMCw0MjMuMzcsNDE1LjIwLDIuMDAwMAowLjIxNzAwLDI1Ljc0Miw2NDU2LjAsNjM1Mi4wLDQwLjAwMCw0MjQuMzQsNDE1LjIwLDIuMDAwMAowLjIxOTAwLDI1Ljc2Miw2NDY3LjUsNjM1Mi4wLDQwLjAwMCw0MjUuMzUsNDE1LjIwLDIuMDAwMAowLjE4MjAwLDI1Ljc4Miw2NDc4LjUsNjM1Mi4wLDQwLjAwMCw0MjYuMzEsNDE1LjIwLDIuMDAwMAowLjI2OTAwLDI1LjgwMiw2NDkwLjUsNjM1Mi4wLDQwLjAwMCw0MjcuMzcsNDE1LjIwLDIuMDAwMAowLjIyNDAwLDI1LjgyMiw2NTAyLjAsNjQ0MS4wLDQwLjAwMCw0MjguMzgsNDIzLjAyLDIuMDAwMAowLjI2MzAwLDI1Ljg0Miw2NTE0LjAsNjQ0MS4wLDQwLjAwMCw0MjkuNDMsNDIzLjAyLDIuMDAwMAowLjE3NTAwLDI1Ljg2Miw2NTI2LjUsNjQ0MS4wLDQyLjAwMCw0MzAuNTMsNDIzLjAyLDIuMDAwMAowLjE4MTAwLDI1Ljg4Miw2NTM5LjUsNjQ0MS4wLDQyLjAwMCw0MzEuNjcsNDIzLjAyLDIuMDAwMAowLjE4MDAwLDI1LjkwMiw2NTUyLjUsNjQ0MS4wLDQyLjAwMCw0MzIuODIsNDIzLjAyLDIuMDAwMAowLjIxNTAwLDI1LjkyMiw2NTY1LjUsNjQ0MS4wLDQzLjAwMCw0MzMuOTYsNDIzLjAyLDIuMDAwMAowLjMxMTAwLDI1Ljk0Miw2NTc4LjUsNjQ0MS4wLDQzLjAwMCw0MzUuMTAsNDIzLjAyLDIuMDAwMAowLjM2NzAwLDI1Ljk2Miw2NTkxLjUsNjQ0MS4wLDQzLjAwMCw0MzYuMjUsNDIzLjAyLDIuMDAwMAowLjE5MDAwLDI1Ljk4Miw2NjA0LjAsNjUzNS4wLDQ1LjAwMCw0MzcuMzQsNDMxLjI4LDIuMDAwMAowLjIyMjAwLDI2LjAwMiw2NjE2LjUsNjUzNS4wLDQ1LjAwMCw0MzguNDQsNDMxLjI4LDIuMDAwMAowLjE4NzAwLDI2LjAyMiw2NjI4LjUsNjUzNS4wLDQ1LjAwMCw0MzkuNTAsNDMxLjI4LDIuMDAwMAowLjE4MDAwLDI2LjA0Miw2NjQwLjUsNjUzNS4wLDQzLjAwMCw0NDAuNTUsNDMxLjI4LDIuMDAwMAowLjE4NDAwLDI2LjA2Miw2NjUyLjUsNjUzNS4wLDQzLjAwMCw0NDEuNjEsNDMxLjI4LDIuMDAwMAowLjE4MzAwLDI2LjA4Miw2NjY0LjAsNjUzNS4wLDQzLjAwMCw0NDIuNjIsNDMxLjI4LDIuMDAwMAowLjIxMjAwLDI2LjEwMiw2Njc1LjAsNjUzNS4wLDQyLjAwMCw0NDMuNTgsNDMxLjI4LDIuMDAwMAowLjI0NzAwLDI2LjEyMiw2Njg2LjAsNjUzNS4wLDQyLjAwMCw0NDQuNTUsNDMxLjI4LDIuMDAwMAowLjIxNzAwLDI2LjE0Miw2Njk2LjUsNjYzNi4wLDQyLjAwMCw0NDUuNDcsNDQwLjE2LDIuMDAwMAowLjE4MzAwLDI2LjE2Miw2NzA3LjAsNjYzNi4wLDM5LjAwMCw0NDYuNDAsNDQwLjE2LDIuMDAwMAowLjE4NzAwLDI2LjE4Miw2NzE3LjUsNjYzNi4wLDM5LjAwMCw0NDcuMzIsNDQwLjE2LDIuMDAwMAowLjIxMjAwLDI2LjIwMiw2NzI3LjUsNjYzNi4wLDM5LjAwMCw0NDguMjAsNDQwLjE2LDIuMDAwMAowLjE3NzAwLDI2LjIyMiw2NzM3LjAsNjYzNi4wLDM4LjAwMCw0NDkuMDMsNDQwLjE2LDIuMDAwMAowLjIxNzAwLDI2LjI0Miw2NzQ2LjUsNjYzNi4wLDM4LjAwMCw0NDkuODcsNDQwLjE2LDIuMDAwMAowLjE4MjAwLDI2LjI2Miw2NzU2LjAsNjYzNi4wLDM4LjAwMCw0NTAuNzAsNDQwLjE2LDIuMDAwMAowLjI0MTAwLDI2LjI4Miw2NzYwLjUsNjYzNi4wLDM2LjAwMCw0NTEuMTAsNDQwLjE2LDIuMDAwMAowLjE3OTAwLDI2LjMwMiw2NzY5LjUsNjcyMi4wLDM2LjAwMCw0NTEuODksNDQ3LjcxLDIuMDAwMAowLjE3OTAwLDI2LjMyMiw2Nzc4LjAsNjcyMi4wLDM2LjAwMCw0NTIuNjQsNDQ3LjcxLDIuMDAwMAowLjM2MDAwLDI2LjM0Miw2Nzg2LjUsNjcyMi4wLDMzLjAwMCw0NTMuMzgsNDQ3LjcxLDIuMDAwMAowLjE4NjAwLDI2LjM2Miw2Nzk0LjUsNjcyMi4wLDMzLjAwMCw0NTQuMDksNDQ3LjcxLDIuMDAwMAowLjIxNDAwLDI2LjM4Miw2ODAyLjUsNjcyMi4wLDMzLjAwMCw0NTQuNzksNDQ3LjcxLDIuMDAwMAowLjE3ODAwLDI2LjQwMiw2ODEwLjAsNjcyMi4wLDMyLjAwMCw0NTUuNDUsNDQ3LjcxLDIuMDAwMAowLjI2NTAwLDI2LjQyMiw2ODE3LjUsNjcyMi4wLDMyLjAwMCw0NTYuMTEsNDQ3LjcxLDIuMDAwMAowLjIxOTAwLDI2LjQ0Miw2ODI0LjUsNjcyMi4wLDMyLjAwMCw0NTYuNzIsNDQ3LjcxLDIuMDAwMAowLjE4NzAwLDI2LjQ2Miw2ODMxLjUsNjc4OC4wLDMwLjAwMCw0NTcuMzQsNDUzLjUyLDIuMDAwMAowLjE5NTAwLDI2LjQ4Miw2ODM4LjAsNjc4OC4wLDMwLjAwMCw0NTcuOTEsNDUzLjUyLDIuMDAwMAowLjE4ODAwLDI2LjUwMiw2ODQ0LjUsNjc4OC4wLDMwLjAwMCw0NTguNDgsNDUzLjUyLDIuMDAwMAowLjE4NjAwLDI2LjUyMiw2ODUxLjAsNjc4OC4wLDI5LjAwMCw0NTkuMDUsNDUzLjUyLDIuMDAwMAowLjE4NTAwLDI2LjU0Miw2ODU3LjAsNjc4OC4wLDI5LjAwMCw0NTkuNTgsNDUzLjUyLDIuMDAwMAowLjIyODAwLDI2LjU2Miw2ODYyLjUsNjc4OC4wLDI5LjAwMCw0NjAuMDYsNDUzLjUyLDIuMDAwMAowLjE4MTAwLDI2LjU4Miw2ODY4LjAsNjc4OC4wLDI3LjAwMCw0NjAuNTUsNDUzLjUyLDIuMDAwMAowLjIxNTAwLDI2LjYwMiw2ODczLjUsNjc4OC4wLDI3LjAwMCw0NjEuMDMsNDUzLjUyLDIuMDAwMAowLjE4MTAwLDI2LjYyMiw2ODc4LjUsNjg0My4wLDI3LjAwMCw0NjEuNDcsNDU4LjM1LDIuMDAwMAowLjE4MDAwLDI2LjY0Miw2ODgzLjAsNjg0My4wLDI1LjAwMCw0NjEuODcsNDU4LjM1LDIuMDAwMAowLjE3NzAwLDI2LjY2Miw2ODg3LjUsNjg0My4wLDI1LjAwMCw0NjIuMjYsNDU4LjM1LDIuMDAwMAowLjI2ODAwLDI2LjY4Miw2ODkyLjAsNjg0My4wLDI1LjAwMCw0NjIuNjYsNDU4LjM1LDIuMDAwMAowLjIxOTAwLDI2LjcwMiw2ODk2LjAsNjg0My4wLDI0LjAwMCw0NjMuMDEsNDU4LjM1LDIuMDAwMAowLjM4ODAwLDI2LjcyMiw2ODk5LjUsNjg0My4wLDI0LjAwMCw0NjMuMzIsNDU4LjM1LDIuMDAwMAowLjE3OTAwLDI2Ljc0Miw2OTAzLjAsNjg0My4wLDI0LjAwMCw0NjMuNjIsNDU4LjM1LDIuMDAwMAowLjE4MTAwLDI2Ljc2Miw2OTA2LjUsNjg0My4wLDIxLjAwMCw0NjMuOTMsNDU4LjM1LDIuMDAwMAowLjE4MzAwLDI2Ljc4Miw2OTA5LjUsNjg4My4wLDIxLjAwMCw0NjQuMTksNDYxLjg3LDIuMDAwMAowLjQzMTAwLDI2LjgwMiw2OTEyLjUsNjg4My4wLDIxLjAwMCw0NjQuNDYsNDYxLjg3LDIuMDAwMAowLjE4MDAwLDI2LjgyMiw2OTE1LjAsNjg4My4wLDE5LjAwMCw0NjQuNjgsNDYxLjg3LDIuMDAwMAowLjE4MDAwLDI2Ljg0Miw2OTE3LjUsNjg4My4wLDE5LjAwMCw0NjQuOTAsNDYxLjg3LDIuMDAwMAowLjI1OTAwLDI2Ljg2Miw2OTIwLjAsNjg4My4wLDE5LjAwMCw0NjUuMTIsNDYxLjg3LDIuMDAwMAowLjE4MjAwLDI2Ljg4Miw2OTIyLjAsNjg4My4wLDE4LjAwMCw0NjUuMjksNDYxLjg3LDIuMDAwMAowLjIxNTAwLDI2LjkwMiw2OTI0LjUsNjg4My4wLDE4LjAwMCw0NjUuNTEsNDYxLjg3LDIuMDAwMAowLjI1NzAwLDI2LjkyMiw2OTI3LjAsNjg4My4wLDE4LjAwMCw0NjUuNzMsNDYxLjg3LDIuMDAwMAowLjE4MTAwLDI2Ljk0Miw2OTI5LjUsNjkwNy4wLDE4LjAwMCw0NjUuOTUsNDYzLjk3LDIuMDAwMAowLjI5NjAwLDI2Ljk2Miw2OTMyLjUsNjkwNy4wLDE4LjAwMCw0NjYuMjIsNDYzLjk3LDIuMDAwMAowLjE4NjAwLDI2Ljk4Miw2OTM2LjAsNjkwNy4wLDE4LjAwMCw0NjYuNTIsNDYzLjk3LDIuMDAwMAowLjI1MzAwLDI3LjAwMiw2OTM5LjAsNjkwNy4wLDE5LjAwMCw0NjYuNzksNDYzLjk3LDIuMDAwMAowLjI3NzAwLDI3LjAyMiw2OTQzLjAsNjkwNy4wLDE5LjAwMCw0NjcuMTQsNDYzLjk3LDIuMDAwMAowLjIxNzAwLDI3LjA0Miw2OTQ2LjUsNjkwNy4wLDE5LjAwMCw0NjcuNDUsNDYzLjk3LDIuMDAwMAowLjE3NTAwLDI3LjA2Miw2OTUwLjUsNjkwNy4wLDIwLjAwMCw0NjcuODAsNDYzLjk3LDIuMDAwMAowLjIxNjAwLDI3LjA4Miw2OTU1LjAsNjkwNy4wLDIwLjAwMCw0NjguMTksNDYzLjk3LDIuMDAwMAowLjE3ODAwLDI3LjEwMiw2OTYwLjAsNjkzMC4wLDIwLjAwMCw0NjguNjMsNDY2LjAwLDIuMDAwMAowLjE4NTAwLDI3LjEyMiw2OTY1LjAsNjkzMC4wLDIzLjAwMCw0NjkuMDcsNDY2LjAwLDIuMDAwMAowLjE4MjAwLDI3LjE0Miw2OTcxLjAsNjkzMC4wLDIzLjAwMCw0NjkuNjAsNDY2LjAwLDIuMDAwMAowLjE3OTAwLDI3LjE2Miw2OTc3LjAsNjkzMC4wLDIzLjAwMCw0NzAuMTMsNDY2LjAwLDIuMDAwMAowLjE3NDAwLDI3LjE4Miw2OTg0LjAsNjkzMC4wLDI2LjAwMCw0NzAuNzQsNDY2LjAwLDIuMDAwMAowLjIzODAwLDI3LjIwMiw2OTkyLjAsNjkzMC4wLDI2LjAwMCw0NzEuNDUsNDY2LjAwLDIuMDAwMAowLjIxODAwLDI3LjIyMiw3MDAwLjAsNjkzMC4wLDI2LjAwMCw0NzIuMTUsNDY2LjAwLDIuMDAwMAowLjE4MjAwLDI3LjI0Miw3MDA4LjUsNjkzMC4wLDMwLjAwMCw0NzIuOTAsNDY2LjAwLDIuMDAwMAowLjIxNjAwLDI3LjI2Miw3MDE3LjUsNjk3Mi4wLDMwLjAwMCw0NzMuNjksNDY5LjY5LDIuMDAwMAowLjIxNjAwLDI3LjI4Miw3MDI3LjUsNjk3Mi4wLDMwLjAwMCw0NzQuNTcsNDY5LjY5LDIuMDAwMAowLjE4MTAwLDI3LjMwMiw3MDM3LjUsNjk3Mi4wLDM0LjAwMCw0NzUuNDQsNDY5LjY5LDIuMDAwMAowLjE4OTAwLDI3LjMyMiw3MDQ4LjAsNjk3Mi4wLDM0LjAwMCw0NzYuMzcsNDY5LjY5LDIuMDAwMAowLjIxNjAwLDI3LjM0Miw3MDU5LjAsNjk3Mi4wLDM0LjAwMCw0NzcuMzMsNDY5LjY5LDIuMDAwMAowLjE3ODAwLDI3LjM2Miw3MDcwLjUsNjk3Mi4wLDM4LjAwMCw0NzguMzQsNDY5LjY5LDIuMDAwMAowLjIxODAwLDI3LjM4Miw3MDgxLjUsNjk3Mi4wLDM4LjAwMCw0NzkuMzEsNDY5LjY5LDIuMDAwMAowLjE3NjAwLDI3LjQwMiw3MDkzLjAsNjk3Mi4wLDM4LjAwMCw0ODAuMzIsNDY5LjY5LDIuMDAwMAowLjIxNjAwLDI3LjQyMiw3MTA1LjAsNzA0NC4wLDQwLjAwMCw0ODEuMzgsNDc2LjAyLDIuMDAwMAowLjI0MTAwLDI3LjQ0Miw3MTE2LjUsNzA0NC4wLDQwLjAwMCw0ODIuMzksNDc2LjAyLDIuMDAwMAowLjE4MDAwLDI3LjQ2Miw3MTI4LjUsNzA0NC4wLDQwLjAwMCw0ODMuNDQsNDc2LjAyLDIuMDAwMAowLjI5MzAwLDI3LjQ4Miw3MTQxLjAsNzA0NC4wLDQxLjAwMCw0ODQuNTQsNDc2LjAyLDIuMDAwMAowLjE5MTAwLDI3LjUwMiw3MTUzLjUsNzA0NC4wLDQxLjAwMCw0ODUuNjQsNDc2LjAyLDIuMDAwMAowLjQ4ODAwLDI3LjUyNSw3MTY2LjAsNzA0NC4wLDQxLjAwMCw0ODYuNzQsNDc2LjAyLDIuMDAwMAowLjMyMTAwLDI3LjU0Miw3MTc5LjAsNzA0NC4wLDQ0LjAwMCw0ODcuODgsNDc2LjAyLDIuMDAwMAowLjI2MjAwLDI3LjU2Miw3MTkxLjUsNzA0NC4wLDQ0LjAwMCw0ODguOTgsNDc2LjAyLDIuMDAwMAowLjIxODAwLDI3LjU4Miw3MjA0LjUsNzEzNi4wLDQ0LjAwMCw0OTAuMTIsNDg0LjEwLDIuMDAwMAowLjIzMjAwLDI3LjYwMiw3MjE4LjAsNzEzNi4wLDQ1LjAwMCw0OTEuMzEsNDg0LjEwLDIuMDAwMAowLjE4MzAwLDI3LjYyMiw3MjMxLjAsNzEzNi4wLDQ1LjAwMCw0OTIuNDUsNDg0LjEwLDIuMDAwMAowLjE4MDAwLDI3LjY0Miw3MjQ0LjAsNzEzNi4wLDQ1LjAwMCw0OTMuNTksNDg0LjEwLDIuMDAwMAowLjE4NTAwLDI3LjY2Miw3MjU3LjUsNzEzNi4wLDQ1LjAwMCw0OTQuNzgsNDg0LjEwLDIuMDAwMAowLjIxNzAwLDI3LjY4Miw3MjcxLjAsNzEzNi4wLDQ1LjAwMCw0OTUuOTcsNDg0LjEwLDIuMDAwMAowLjE5NDAwLDI3LjcwMiw3Mjg0LjUsNzEzNi4wLDQ1LjAwMCw0OTcuMTUsNDg0LjEwLDIuMDAwMAowLjE3NzAwLDI3LjcyMSw3Mjk4LjAsNzEzNi4wLDQ1LjAwMCw0OTguMzQsNDg0LjEwLDIuMDAwMAowLjE3OTAwLDI3Ljc0Miw3MzExLjUsNzI0MS4wLDQ1LjAwMCw0OTkuNTMsNDkzLjMzLDIuMDAwMAowLjE4MDAwLDI3Ljc2Miw3MzI1LjAsNzI0MS4wLDQ1LjAwMCw1MDAuNzEsNDkzLjMzLDIuMDAwMAowLjIyMTAwLDI3Ljc4Miw3MzM5LjAsNzI0MS4wLDQ2LjAwMCw1MDEuOTQsNDkzLjMzLDIuMDAwMAowLjE3NDAwLDI3LjgwMiw3MzUyLjUsNzI0MS4wLDQ2LjAwMCw1MDMuMTMsNDkzLjMzLDIuMDAwMAowLjE4MzAwLDI3LjgyMiw3MzY2LjAsNzI0MS4wLDQ2LjAwMCw1MDQuMzIsNDkzLjMzLDIuMDAwMAowLjE3OTAwLDI3Ljg0Miw3Mzc5LjUsNzI0MS4wLDQ3LjAwMCw1MDUuNTAsNDkzLjMzLDIuMDAwMAowLjE4NTAwLDI3Ljg2Miw3MzkyLjUsNzI0MS4wLDQ3LjAwMCw1MDYuNjUsNDkzLjMzLDIuMDAwMAowLjIxNzAwLDI3Ljg4Miw3NDA1LjUsNzI0MS4wLDQ3LjAwMCw1MDcuNzksNDkzLjMzLDIuMDAwMAowLjIxODAwLDI3LjkwMiw3NDE4LjAsNzM1MC4wLDQ1LjAwMCw1MDguODksNTAyLjkxLDIuMDAwMAowLjE3ODAwLDI3LjkyMSw3NDMwLjUsNzM1MC4wLDQ1LjAwMCw1MDkuOTksNTAyLjkxLDIuMDAwMAowLjE3OTAwLDI3Ljk0Miw3NDQzLjAsNzM1MC4wLDQ1LjAwMCw1MTEuMDgsNTAyLjkxLDIuMDAwMAowLjE4MTAwLDI3Ljk2Miw3NDU1LjUsNzM1MC4wLDQ0LjAwMCw1MTIuMTgsNTAyLjkxLDIuMDAwMAowLjIyMDAwLDI3Ljk4Miw3NDY3LjUsNzM1MC4wLDQ0LjAwMCw1MTMuMjQsNTAyLjkxLDIuMDAwMAowLjE3ODAwLDI4LjAwMiw3NDc5LjAsNzM1MC4wLDQ0LjAwMCw1MTQuMjUsNTAyLjkxLDIuMDAwMAowLjE4NzAwLDI4LjAyMiw3NDkwLjUsNzM1MC4wLDQyLjAwMCw1MTUuMjYsNTAyLjkxLDIuMDAwMAowLjIyNTAwLDI4LjA0Miw3NTAyLjAsNzM1MC4wLDQyLjAwMCw1MTYuMjcsNTAyLjkxLDIuMDAwMAowLjI4MTAwLDI4LjA2Miw3NTEzLjAsNzQ1MS4wLDQyLjAwMCw1MTcuMjQsNTExLjc5LDIuMDAwMAowLjI4MTAwLDI4LjA4Miw3NTIzLjUsNzQ1MS4wLDQwLjAwMCw1MTguMTYsNTExLjc5LDIuMDAwMAowLjI5MjAwLDI4LjEwMiw3NTM0LjUsNzQ1MS4wLDQwLjAwMCw1MTkuMTMsNTExLjc5LDIuMDAwMAowLjE4NzAwLDI4LjEyMiw3NTQ1LjAsNzQ1MS4wLDQwLjAwMCw1MjAuMDUsNTExLjc5LDIuMDAwMAowLjMwNjAwLDI4LjE0Miw3NTU1LjAsNzQ1MS4wLDM5LjAwMCw1MjAuOTMsNTExLjc5LDIuMDAwMAowLjE3OTAwLDI4LjE2Miw3NTY1LjUsNzQ1MS4wLDM5LjAwMCw1MjEuODUsNTExLjc5LDIuMDAwMAowLjI2NzAwLDI4LjE4Miw3NTc1LjAsNzQ1MS4wLDM5LjAwMCw1MjIuNjksNTExLjc5LDIuMDAwMAowLjE4NDAwLDI4LjIwMiw3NTg1LjAsNzQ1MS4wLDM3LjAwMCw1MjMuNTYsNTExLjc5LDIuMDAwMAowLjMwODAwLDI4LjIyMiw3NTk1LjAsNzU0MC4wLDM3LjAwMCw1MjQuNDQsNTE5LjYxLDIuMDAwMAowLjE3OTAwLDI4LjI0Miw3NjA1LjAsNzU0MC4wLDM3LjAwMCw1MjUuMzIsNTE5LjYxLDIuMDAwMAowLjE4MTAwLDI4LjI2Miw3NjE1LjUsNzU0MC4wLDM3LjAwMCw1MjYuMjUsNTE5LjYxLDIuMDAwMAowLjI1NzAwLDI4LjI4Miw3NjI2LjUsNzU0MC4wLDM3LjAwMCw1MjcuMjEsNTE5LjYxLDIuMDAwMAowLjE4NDAwLDI4LjMwMiw3NjM4LjAsNzU0MC4wLDM3LjAwMCw1MjguMjIsNTE5LjYxLDIuMDAwMAowLjM5NjAwLDI4LjMyMiw3NjUwLjAsNzU0MC4wLDM5LjAwMCw1MjkuMjgsNTE5LjYxLDIuMDAwMAowLjE4NDAwLDI4LjM0Miw3NjYxLjUsNzU0MC4wLDM5LjAwMCw1MzAuMjksNTE5LjYxLDIuMDAwMAowLjE3ODAwLDI4LjM2Miw3Njc0LjAsNzU0MC4wLDM5LjAwMCw1MzEuMzksNTE5LjYxLDIuMDAwMAowLjI2OTAwLDI4LjM4Miw3Njg2LjUsNzYyMy4wLDQyLjAwMCw1MzIuNDksNTI2LjkwLDIuMDAwMAowLjE4MjAwLDI4LjQwMiw3Njk5LjAsNzYyMy4wLDQyLjAwMCw1MzMuNTgsNTI2LjkwLDIuMDAwMAowLjE4NDAwLDI4LjQyMiw3NzEyLjAsNzYyMy4wLDQyLjAwMCw1MzQuNzMsNTI2LjkwLDIuMDAwMAowLjI2NTAwLDI4LjQ0Miw3NzI1LjUsNzYyMy4wLDQ0LjAwMCw1MzUuOTEsNTI2LjkwLDIuMDAwMAowLjIyMzAwLDI4LjQ2Miw3NzM5LjAsNzYyMy4wLDQ0LjAwMCw1MzcuMTAsNTI2LjkwLDIuMDAwMAowLjIxNTAwLDI4LjQ4Miw3NzUzLjAsNzYyMy4wLDQ0LjAwMCw1MzguMzMsNTI2LjkwLDIuMDAwMAowLjE3NzAwLDI4LjUwMiw3NzY3LjAsNzYyMy4wLDQ2LjAwMCw1MzkuNTYsNTI2LjkwLDIuMDAwMAowLjQ0MTAwLDI4LjUyMiw3NzgxLjAsNzYyMy4wLDQ2LjAwMCw1NDAuNzksNTI2LjkwLDIuMDAwMAowLjE4ODAwLDI4LjU0Miw3Nzk1LjAsNzcyNC4wLDQ2LjAwMCw1NDIuMDIsNTM1Ljc4LDIuMDAwMAowLjIzMDAwLDI4LjU2Miw3ODA5LjAsNzcyNC4wLDQ3LjAwMCw1NDMuMjUsNTM1Ljc4LDIuMDAwMAowLjE4NjAwLDI4LjU4Miw3ODIzLjAsNzcyNC4wLDQ3LjAwMCw1NDQuNDgsNTM1Ljc4LDIuMDAwMAowLjE4MTAwLDI4LjYwMiw3ODM3LjAsNzcyNC4wLDQ3LjAwMCw1NDUuNzEsNTM1Ljc4LDIuMDAwMAowLjE4MzAwLDI4LjYyMiw3ODUxLjUsNzcyNC4wLDQ3LjAwMCw1NDYuOTksNTM1Ljc4LDIuMDAwMAowLjE4MzAwLDI4LjY0Miw3ODY2LjAsNzcyNC4wLDQ3LjAwMCw1NDguMjYsNTM1Ljc4LDIuMDAwMAowLjE4MTAwLDI4LjY2Miw3ODgwLjUsNzcyNC4wLDQ3LjAwMCw1NDkuNTQsNTM1Ljc4LDIuMDAwMAowLjIzMTAwLDI4LjY4Miw3ODk1LjAsNzcyNC4wLDQ3LjAwMCw1NTAuODEsNTM1Ljc4LDIuMDAwMAowLjE3OTAwLDI4LjcwMiw3OTA5LjUsNzgzNS4wLDQ3LjAwMCw1NTIuMDgsNTQ1LjU0LDIuMDAwMAowLjE4MDAwLDI4LjcyMiw3OTI0LjAsNzgzNS4wLDQ3LjAwMCw1NTMuMzYsNTQ1LjU0LDIuMDAwMAowLjMwMjAwLDI4Ljc0Miw3OTM4LjUsNzgzNS4wLDQ4LjAwMCw1NTQuNjMsNTQ1LjU0LDIuMDAwMAowLjE4MTAwLDI4Ljc2MSw3OTUzLjAsNzgzNS4wLDQ4LjAwMCw1NTUuOTEsNTQ1LjU0LDIuMDAwMAowLjIxOTAwLDI4Ljc4Miw3OTY3LjAsNzgzNS4wLDQ4LjAwMCw1NTcuMTQsNTQ1LjU0LDIuMDAwMAowLjE4MjAwLDI4LjgwMiw3OTgxLjUsNzgzNS4wLDQ4LjAwMCw1NTguNDEsNTQ1LjU0LDIuMDAwMAowLjE4NzAwLDI4LjgyMiw3OTk2LjAsNzgzNS4wLDQ4LjAwMCw1NTkuNjksNTQ1LjU0LDIuMDAwMAowLjIxOTAwLDI4Ljg0Miw4MDEwLjUsNzgzNS4wLDQ4LjAwMCw1NjAuOTYsNTQ1LjU0LDIuMDAwMAowLjI2MDAwLDI4Ljg2Miw4MDI1LjAsNzk1MS4wLDQ4LjAwMCw1NjIuMjQsNTU1LjczLDIuMDAwMAowLjIxOTAwLDI4Ljg4Miw4MDM5LjUsNzk1MS4wLDQ4LjAwMCw1NjMuNTEsNTU1LjczLDIuMDAwMAowLjE4NjAwLDI4LjkwMiw4MDU0LjAsNzk1MS4wLDQ4LjAwMCw1NjQuNzksNTU1LjczLDIuMDAwMAowLjE4MTAwLDI4LjkyMiw4MDY4LjUsNzk1MS4wLDQ4LjAwMCw1NjYuMDYsNTU1LjczLDIuMDAwMAowLjE4MzAwLDI4Ljk0Miw4MDgzLjAsNzk1MS4wLDQ4LjAwMCw1NjcuMzMsNTU1LjczLDIuMDAwMAowLjE4NTAwLDI4Ljk2Miw4MDk3LjUsNzk1MS4wLDQ4LjAwMCw1NjguNjEsNTU1LjczLDIuMDAwMAowLjIxNTAwLDI4Ljk4Miw4MTEyLjAsNzk1MS4wLDQ4LjAwMCw1NjkuODgsNTU1LjczLDIuMDAwMAowLjE3NzAwLDI5LjAwMiw4MTI2LjUsNzk1MS4wLDQ4LjAwMCw1NzEuMTYsNTU1LjczLDIuMDAwMAowLjIyMTAwLDI5LjAyMiw4MTQxLjAsODA2Ny4wLDQ4LjAwMCw1NzIuNDMsNTY1LjkzLDIuMDAwMAowLjI3MzAwLDI5LjA0Miw4MTU1LjUsODA2Ny4wLDQ4LjAwMCw1NzMuNzEsNTY1LjkzLDIuMDAwMAowLjIyNjAwLDI5LjA2Miw4MTcwLjAsODA2Ny4wLDQ4LjAwMCw1NzQuOTgsNTY1LjkzLDIuMDAwMAowLjE5MDAwLDI5LjA4Miw4MTg0LjUsODA2Ny4wLDQ4LjAwMCw1NzYuMjUsNTY1LjkzLDIuMDAwMAowLjE4NzAwLDI5LjEwMiw4MTk5LjUsODA2Ny4wLDQ3LjAwMCw1NzcuNTcsNTY1LjkzLDIuMDAwMAowLjUzMzAwLDI5LjEyMiw4MjE0LjAsODA2Ny4wLDQ3LjAwMCw1NzguODUsNTY1LjkzLDIuMDAwMAowLjIyMzAwLDI5LjE0Miw4MjI5LjAsODA2Ny4wLDQ3LjAwMCw1ODAuMTcsNTY1LjkzLDIuMDAwMAowLjI3MDAwLDI5LjE2Miw4MjQ0LjAsODA2Ny4wLDQ5LjAwMCw1ODEuNDgsNTY1LjkzLDIuMDAwMAowLjI3NDAwLDI5LjE4Miw4MjU4LjUsODE4My4wLDQ5LjAwMCw1ODIuNzYsNTc2LjEyLDIuMDAwMAowLjI4NDAwLDI5LjIwMiw4Mjc0LjAsODE4My4wLDQ5LjAwMCw1ODQuMTIsNTc2LjEyLDIuMDAwMAowLjE4NzAwLDI5LjIyMiw4Mjg5LjAsODE4My4wLDQ5LjAwMCw1ODUuNDQsNTc2LjEyLDIuMDAwMAowLjE4MDAwLDI5LjI0Miw4MzA0LjUsODE4My4wLDQ5LjAwMCw1ODYuODAsNTc2LjEyLDIuMDAwMAowLjIxOTAwLDI5LjI2Miw4MzIwLjUsODE4My4wLDQ5LjAwMCw1ODguMjEsNTc2LjEyLDIuMDAwMAowLjIxODAwLDI5LjI4Miw4MzM2LjUsODE4My4wLDUwLjAwMCw1ODkuNjEsNTc2LjEyLDIuMDAwMAowLjE4NjAwLDI5LjMwMiw4MzUyLjUsODE4My4wLDUwLjAwMCw1OTEuMDIsNTc2LjEyLDIuMDAwMAowLjI3MDAwLDI5LjMyMiw4MzY5LjUsODE4My4wLDUwLjAwMCw1OTIuNTEsNTc2LjEyLDIuMDAwMAowLjIyNzAwLDI5LjM0Miw4Mzg2LjUsODMwNS4wLDUzLjAwMCw1OTQuMDEsNTg2Ljg1LDIuMDAwMAowLjE3NjAwLDI5LjM2Miw4NDAzLjUsODMwNS4wLDUzLjAwMCw1OTUuNTAsNTg2Ljg1LDIuMDAwMAowLjIxODAwLDI5LjM4Miw4NDIwLjUsODMwNS4wLDUzLjAwMCw1OTcuMDAsNTg2Ljg1LDIuMDAwMAowLjIxNDAwLDI5LjQwMiw4NDM3LjUsODMwNS4wLDU0LjAwMCw1OTguNDksNTg2Ljg1LDIuMDAwMAowLjMyNjAwLDI5LjQyMiw4NDU0LjUsODMwNS4wLDU0LjAwMCw1OTkuOTksNTg2Ljg1LDIuMDAwMAowLjIzMzAwLDI5LjQ0Miw4NDcxLjUsODMwNS4wLDU0LjAwMCw2MDEuNDgsNTg2Ljg1LDIuMDAwMAowLjE4MjAwLDI5LjQ2Miw4NDg4LjAsODMwNS4wLDU1LjAwMCw2MDIuOTMsNTg2Ljg1LDIuMDAwMAowLjIxNTAwLDI5LjQ4Miw4NTA0LjUsODMwNS4wLDU1LjAwMCw2MDQuMzgsNTg2Ljg1LDIuMDAwMAowLjE3NzAwLDI5LjUwMiw4NTIwLjUsODQzNy4wLDU1LjAwMCw2MDUuNzksNTk4LjQ1LDIuMDAwMAowLjIxODAwLDI5LjUyMiw4NTM3LjAsODQzNy4wLDUyLjAwMCw2MDcuMjQsNTk4LjQ1LDIuMDAwMAowLjE4MjAwLDI5LjU0Miw4NTUzLjAsODQzNy4wLDUyLjAwMCw2MDguNjQsNTk4LjQ1LDIuMDAwMAowLjIxNzAwLDI5LjU2Miw4NTY4LjUsODQzNy4wLDUyLjAwMCw2MTAuMDAsNTk4LjQ1LDIuMDAwMAowLjIxNjAwLDI5LjU4Miw4NTg0LjUsODQzNy4wLDUxLjAwMCw2MTEuNDEsNTk4LjQ1LDIuMDAwMAowLjE5MjAwLDI5LjYwNSw4NTk5LjUsODQzNy4wLDUxLjAwMCw2MTIuNzMsNTk4LjQ1LDIuMDAwMAowLjI4MDAwLDI5LjYyNCw4NjE1LjAsODQzNy4wLDUxLjAwMCw2MTQuMDksNTk4LjQ1LDIuMDAwMAowLjIyODAwLDI5LjY0Miw4NjMwLjAsODQzNy4wLDU0LjAwMCw2MTUuNDEsNTk4LjQ1LDIuMDAwMAowLjE4MDAwLDI5LjY2Miw4NjQ1LjAsODU2NC4wLDU0LjAwMCw2MTYuNzMsNjA5LjYxLDIuMDAwMAowLjIyMTAwLDI5LjY4Miw4NjU5LjUsODU2NC4wLDU0LjAwMCw2MTguMDAsNjA5LjYxLDIuMDAwMAowLjIyMjAwLDI5LjcwMiw4Njc0LjAsODU2NC4wLDUxLjAwMCw2MTkuMjgsNjA5LjYxLDIuMDAwMAowLjIyMTAwLDI5LjcyMiw4Njg4LjUsODU2NC4wLDUxLjAwMCw2MjAuNTUsNjA5LjYxLDIuMDAwMAowLjIxNzAwLDI5Ljc0Miw4NzAzLjAsODU2NC4wLDUxLjAwMCw2MjEuODMsNjA5LjYxLDIuMDAwMAowLjE4MzAwLDI5Ljc2Miw4NzE3LjAsODU2NC4wLDQ4LjAwMCw2MjMuMDYsNjA5LjYxLDIuMDAwMAowLjI3MDAwLDI5Ljc4Miw4NzMxLjAsODU2NC4wLDQ4LjAwMCw2MjQuMjksNjA5LjYxLDIuMDAwMAowLjE4MTAwLDI5LjgwMiw4NzQ0LjUsODU2NC4wLDQ4LjAwMCw2MjUuNDcsNjA5LjYxLDIuMDAwMAowLjE3ODAwLDI5LjgyMSw4NzU4LjAsODY4Ni4wLDQ2LjAwMCw2MjYuNjYsNjIwLjMzLDIuMDAwMAowLjE4NjAwLDI5Ljg0Miw4NzcxLjUsODY4Ni4wLDQ2LjAwMCw2MjcuODUsNjIwLjMzLDIuMDAwMAowLjE4MTAwLDI5Ljg2Miw4Nzg0LjUsODY4Ni4wLDQ2LjAwMCw2MjguOTksNjIwLjMzLDIuMDAwMAowLjE3OTAwLDI5Ljg4Miw4Nzk3LjUsODY4Ni4wLDQ2LjAwMCw2MzAuMTMsNjIwLjMzLDIuMDAwMAowLjIxMzAwLDI5LjkwMiw4ODEwLjUsODY4Ni4wLDQ2LjAwMCw2MzEuMjcsNjIwLjMzLDIuMDAwMAowLjI2ODAwLDI5LjkyMiw4ODIzLjAsODY4Ni4wLDQ2LjAwMCw2MzIuMzcsNjIwLjMzLDIuMDAwMAowLjI2MjAwLDI5Ljk0Miw4ODM1LjUsODY4Ni4wLDQ1LjAwMCw2MzMuNDcsNjIwLjMzLDIuMDAwMAowLjE4ODAwLDI5Ljk2Miw4ODQ4LjAsODY4Ni4wLDQ1LjAwMCw2MzQuNTcsNjIwLjMzLDIuMDAwMAowLjIxNzAwLDI5Ljk4Miw4ODYwLjAsODc5My4wLDQ1LjAwMCw2MzUuNjMsNjI5Ljc0LDIuMDAwMAowLjE4NDAwLDMwLjAwMiw4ODcyLjAsODc5My4wLDQzLjAwMCw2MzYuNjgsNjI5Ljc0LDIuMDAwMAowLjIyMTAwLDMwLjAyMiw4ODgzLjUsODc5My4wLDQzLjAwMCw2MzcuNjksNjI5Ljc0LDIuMDAwMAowLjIyMDAwLDMwLjA0Miw4ODk1LjAsODc5My4wLDQzLjAwMCw2MzguNzAsNjI5Ljc0LDIuMDAwMAowLjE4MzAwLDMwLjA2Miw4OTA2LjUsODc5My4wLDQyLjAwMCw2MzkuNzEsNjI5Ljc0LDIuMDAwMAowLjIxODAwLDMwLjA4Miw4OTE3LjUsODc5My4wLDQyLjAwMCw2NDAuNjgsNjI5Ljc0LDIuMDAwMAowLjE3ODAwLDMwLjEwMiw4OTI4LjUsODc5My4wLDQyLjAwMCw2NDEuNjUsNjI5Ljc0LDIuMDAwMAowLjE5MzAwLDMwLjEyMiw4OTM5LjUsODc5My4wLDQwLjAwMCw2NDIuNjEsNjI5Ljc0LDIuMDAwMAowLjE5MjAwLDMwLjE0Miw4OTUwLjAsODg5MC4wLDQwLjAwMCw2NDMuNTQsNjM4LjI2LDIuMDAwMAowLjE4OTAwLDMwLjE2Miw4OTYwLjUsODg5MC4wLDQwLjAwMCw2NDQuNDYsNjM4LjI2LDIuMDAwMAowLjE4MzAwLDMwLjE4Miw4OTcwLjUsODg5MC4wLDM5LjAwMCw2NDUuMzQsNjM4LjI2LDIuMDAwMAowLjMyNDAwLDMwLjIwMiw4OTgwLjUsODg5MC4wLDM5LjAwMCw2NDYuMjIsNjM4LjI2LDIuMDAwMAowLjE3OTAwLDMwLjIyMiw4OTkwLjUsODg5MC4wLDM5LjAwMCw2NDcuMDksNjM4LjI2LDIuMDAwMAowLjI3OTAwLDMwLjI0Miw5MDAwLjUsODg5MC4wLDM4LjAwMCw2NDcuOTcsNjM4LjI2LDIuMDAwMAowLjE4NDAwLDMwLjI2Miw5MDEwLjAsODg5MC4wLDM4LjAwMCw2NDguODEsNjM4LjI2LDIuMDAwMAowLjE4MTAwLDMwLjI4Miw5MDE5LjUsODg5MC4wLDM4LjAwMCw2NDkuNjQsNjM4LjI2LDIuMDAwMAowLjI4MjAwLDMwLjMwMiw5MDI5LjAsODk3NC4wLDM3LjAwMCw2NTAuNDgsNjQ1LjY0LDIuMDAwMAowLjIyNTAwLDMwLjMyMiw5MDM5LjAsODk3NC4wLDM3LjAwMCw2NTEuMzYsNjQ1LjY0LDIuMDAwMAowLjE4MjAwLDMwLjM0Miw5MDQ5LjAsODk3NC4wLDM3LjAwMCw2NTIuMjQsNjQ1LjY0LDIuMDAwMAowLjE4MDAwLDMwLjM2Miw5MDU5LjUsODk3NC4wLDM3LjAwMCw2NTMuMTYsNjQ1LjY0LDIuMDAwMAowLjIxNDAwLDMwLjM4Miw5MDcwLjUsODk3NC4wLDM3LjAwMCw2NTQuMTMsNjQ1LjY0LDIuMDAwMAowLjMwNTAwLDMwLjQwMiw5MDgyLjAsODk3NC4wLDM3LjAwMCw2NTUuMTQsNjQ1LjY0LDIuMDAwMAowLjE4MjAwLDMwLjQyMiw5MDkzLjUsODk3NC4wLDM5LjAwMCw2NTYuMTUsNjQ1LjY0LDIuMDAwMAowLjIyMDAwLDMwLjQ0Miw5MTA1LjUsODk3NC4wLDM5LjAwMCw2NTcuMjAsNjQ1LjY0LDIuMDAwMAowLjIxOTAwLDMwLjQ2Miw5MTE3LjUsOTA1Ni4wLDM5LjAwMCw2NTguMjYsNjUyLjg1LDIuMDAwMAowLjIxNzAwLDMwLjQ4Miw5MTMwLjAsOTA1Ni4wLDQyLjAwMCw2NTkuMzYsNjUyLjg1LDIuMDAwMAowLjE3OTAwLDMwLjUwMiw5MTQyLjAsOTA1Ni4wLDQyLjAwMCw2NjAuNDEsNjUyLjg1LDIuMDAwMAowLjE4MTAwLDMwLjUyMiw5MTU0LjUsOTA1Ni4wLDQyLjAwMCw2NjEuNTEsNjUyLjg1LDIuMDAwMAowLjIxODAwLDMwLjU0Miw5MTY3LjAsOTA1Ni4wLDQzLjAwMCw2NjIuNjEsNjUyLjg1LDIuMDAwMAowLjE4MDAwLDMwLjU2Miw5MTgwLjAsOTA1Ni4wLDQzLjAwMCw2NjMuNzUsNjUyLjg1LDIuMDAwMAowLjE4MDAwLDMwLjU4Miw5MTkyLjUsOTA1Ni4wLDQzLjAwMCw2NjQuODUsNjUyLjg1LDIuMDAwMAowLjIxOTAwLDMwLjYwMiw5MjA1LjUsOTA1Ni4wLDQzLjAwMCw2NjUuOTksNjUyLjg1LDIuMDAwMAowLjE4NzAwLDMwLjYyMiw5MjE4LjUsOTE1MS4wLDQzLjAwMCw2NjcuMTMsNjYxLjIwLDIuMDAwMAowLjE4NTAwLDMwLjY0NSw5MjMyLjAsOTE1MS4wLDQzLjAwMCw2NjguMzIsNjYxLjIwLDIuMDAwMAowLjMxNDAwLDMwLjY2Miw5MjQ1LjAsOTE1MS4wLDQ2LjAwMCw2NjkuNDYsNjYxLjIwLDIuMDAwMAowLjMxMzAwLDMwLjY4NCw5MjU4LjUsOTE1MS4wLDQ2LjAwMCw2NzAuNjUsNjYxLjIwLDIuMDAwMAowLjIyODAwLDMwLjcwMiw5MjcxLjUsOTE1MS4wLDQ2LjAwMCw2NzEuNzksNjYxLjIwLDIuMDAwMAowLjE4MDAwLDMwLjcyMiw5Mjg1LjAsOTE1MS4wLDQ4LjAwMCw2NzIuOTgsNjYxLjIwLDIuMDAwMAowLjE4MzAwLDMwLjc0Miw5Mjk4LjUsOTE1MS4wLDQ4LjAwMCw2NzQuMTcsNjYxLjIwLDIuMDAwMAowLjE4MTAwLDMwLjc2Miw5MzEyLjAsOTE1MS4wLDQ4LjAwMCw2NzUuMzUsNjYxLjIwLDIuMDAwMAowLjE4NzAwLDMwLjc4Miw5MzI1LjUsOTI1NC4wLDQ3LjAwMCw2NzYuNTQsNjcwLjI1LDIuMDAwMAowLjIyMDAwLDMwLjgwMiw5MzM5LjAsOTI1NC4wLDQ3LjAwMCw2NzcuNzIsNjcwLjI1LDIuMDAwMAowLjE4MjAwLDMwLjgyMiw5MzUyLjAsOTI1NC4wLDQ3LjAwMCw2NzguODcsNjcwLjI1LDIuMDAwMAowLjQzOTAwLDMwLjg0Miw5MzY1LjUsOTI1NC4wLDQ2LjAwMCw2ODAuMDUsNjcwLjI1LDIuMDAwMAowLjE4NzAwLDMwLjg2Miw5Mzc5LjAsOTI1NC4wLDQ2LjAwMCw2ODEuMjQsNjcwLjI1LDIuMDAwMAowLjIyMjAwLDMwLjg4Miw5MzkyLjUsOTI1NC4wLDQ2LjAwMCw2ODIuNDMsNjcwLjI1LDIuMDAwMAowLjIyMDAwLDMwLjkwMiw5NDA2LjAsOTI1NC4wLDQ2LjAwMCw2ODMuNjEsNjcwLjI1LDIuMDAwMAowLjE4NTAwLDMwLjkyMiw5NDE5LjAsOTI1NC4wLDQ2LjAwMCw2ODQuNzYsNjcwLjI1LDIuMDAwMAowLjE4MzAwLDMwLjk0Miw5NDMyLjAsOTM2Mi4wLDQ2LjAwMCw2ODUuOTAsNjc5Ljc1LDIuMDAwMAowLjE3OTAwLDMwLjk2Miw5NDQ1LjAsOTM2Mi4wLDQ1LjAwMCw2ODcuMDQsNjc5Ljc1LDIuMDAwMAowLjE4MjAwLDMwLjk4Miw5NDU4LjAsOTM2Mi4wLDQ1LjAwMCw2ODguMTgsNjc5Ljc1LDIuMDAwMAowLjIyMTAwLDMxLjAwMiw5NDcxLjAsOTM2Mi4wLDQ1LjAwMCw2ODkuMzMsNjc5Ljc1LDIuMDAwMAowLjE4MjAwLDMxLjAyMSw5NDgzLjUsOTM2Mi4wLDQ1LjAwMCw2OTAuNDIsNjc5Ljc1LDIuMDAwMAowLjE4NDAwLDMxLjA0Miw5NDk2LjAsOTM2Mi4wLDQ1LjAwMCw2OTEuNTIsNjc5Ljc1LDIuMDAwMAowLjE5MTAwLDMxLjA2Miw5NTA4LjUsOTM2Mi4wLDQ1LjAwMCw2OTIuNjIsNjc5Ljc1LDIuMDAwMAowLjIxNDAwLDMxLjA4Miw5NTIxLjAsOTM2Mi4wLDQzLjAwMCw2OTMuNzIsNjc5Ljc1LDIuMDAwMAowLjE4NTAwLDMxLjEwMSw5NTMzLjAsOTQ2OC4wLDQzLjAwMCw2OTQuNzgsNjg5LjA2LDIuMDAwMAowLjE4MjAwLDMxLjEyMiw5NTQ1LjAsOTQ2OC4wLDQzLjAwMCw2OTUuODMsNjg5LjA2LDIuMDAwMAowLjE5MTAwLDMxLjE0Miw5NTU3LjAsOTQ2OC4wLDQzLjAwMCw2OTYuODgsNjg5LjA2LDIuMDAwMAowLjE5MTAwLDMxLjE2Miw5NTY4LjUsOTQ2OC4wLDQzLjAwMCw2OTcuOTAsNjg5LjA2LDIuMDAwMAowLjI3ODAwLDMxLjE4Miw5NTgwLjAsOTQ2OC4wLDQzLjAwMCw2OTguOTEsNjg5LjA2LDIuMDAwMAowLjIyODAwLDMxLjIwMiw5NTkxLjUsOTQ2OC4wLDQxLjAwMCw2OTkuOTIsNjg5LjA2LDIuMDAwMAowLjIxODAwLDMxLjIyMiw5NjAzLjAsOTQ2OC4wLDQxLjAwMCw3MDAuOTMsNjg5LjA2LDIuMDAwMAowLjE4MjAwLDMxLjI0Miw5NjE0LjAsOTQ2OC4wLDQxLjAwMCw3MDEuODksNjg5LjA2LDIuMDAwMAowLjE3OTAwLDMxLjI2Miw5NjI1LjAsOTU2NC4wLDQwLjAwMCw3MDIuODYsNjk3LjUwLDIuMDAwMAowLjE4MTAwLDMxLjI4Miw5NjM1LjUsOTU2NC4wLDQwLjAwMCw3MDMuNzgsNjk3LjUwLDIuMDAwMAowLjE4MTAwLDMxLjMwMiw5NjQ2LjUsOTU2NC4wLDQwLjAwMCw3MDQuNzUsNjk3LjUwLDIuMDAwMAowLjE4MTAwLDMxLjMyMiw5NjU3LjAsOTU2NC4wLDM5LjAwMCw3MDUuNjcsNjk3LjUwLDIuMDAwMAowLjE4NTAwLDMxLjM0Miw5NjY3LjAsOTU2NC4wLDM5LjAwMCw3MDYuNTUsNjk3LjUwLDIuMDAwMAowLjM0NTAwLDMxLjM2Miw5Njc3LjAsOTU2NC4wLDM5LjAwMCw3MDcuNDMsNjk3LjUwLDIuMDAwMAowLjE3ODAwLDMxLjM4Miw5Njg3LjAsOTU2NC4wLDM4LjAwMCw3MDguMzEsNjk3LjUwLDIuMDAwMAowLjE4NTAwLDMxLjQwMiw5Njk3LjAsOTU2NC4wLDM4LjAwMCw3MDkuMTksNjk3LjUwLDIuMDAwMAowLjI1NDAwLDMxLjQyMiw5NzA2LjUsOTY1Mi4wLDM4LjAwMCw3MTAuMDIsNzA1LjIzLDIuMDAwMAowLjIxNjAwLDMxLjQ0Miw5NzE2LjAsOTY1Mi4wLDM2LjAwMCw3MTAuODYsNzA1LjIzLDIuMDAwMAowLjIxODAwLDMxLjQ2Miw5NzI1LjAsOTY1Mi4wLDM2LjAwMCw3MTEuNjUsNzA1LjIzLDIuMDAwMAowLjE4MDAwLDMxLjQ4Miw5NzM0LjAsOTY1Mi4wLDM2LjAwMCw3MTIuNDQsNzA1LjIzLDIuMDAwMAowLjE4MTAwLDMxLjUwMiw5NzQyLjUsOTY1Mi4wLDM2LjAwMCw3MTMuMTksNzA1LjIzLDIuMDAwMAowLjE4MDAwLDMxLjUyMiw5NzUxLjAsOTY1Mi4wLDM2LjAwMCw3MTMuOTQsNzA1LjIzLDIuMDAwMAowLjIxNjAwLDMxLjU0Miw5NzU5LjUsOTY1Mi4wLDM2LjAwMCw3MTQuNjgsNzA1LjIzLDIuMDAwMAowLjIxODAwLDMxLjU2Miw5NzY3LjUsOTY1Mi4wLDMzLjAwMCw3MTUuMzksNzA1LjIzLDIuMDAwMAowLjE4MDAwLDMxLjU4Miw5Nzc1LjUsOTcyOC4wLDMzLjAwMCw3MTYuMDksNzExLjkxLDIuMDAwMAowLjE3NTAwLDMxLjYwMiw5NzgzLjAsOTcyOC4wLDMzLjAwMCw3MTYuNzUsNzExLjkxLDIuMDAwMAowLjE3NjAwLDMxLjYyMiw5NzkxLjAsOTcyOC4wLDMzLjAwMCw3MTcuNDUsNzExLjkxLDIuMDAwMAowLjI2NzAwLDMxLjY0Miw5Nzk4LjAsOTcyOC4wLDMzLjAwMCw3MTguMDcsNzExLjkxLDIuMDAwMAowLjIxNzAwLDMxLjY2Miw5ODA1LjUsOTcyOC4wLDMzLjAwMCw3MTguNzMsNzExLjkxLDIuMDAwMAowLjMxMTAwLDMxLjY4Miw5ODEyLjUsOTcyOC4wLDMxLjAwMCw3MTkuMzQsNzExLjkxLDIuMDAwMAowLjMwMTAwLDMxLjcwMiw5ODIwLjAsOTcyOC4wLDMxLjAwMCw3MjAuMDAsNzExLjkxLDIuMDAwMAowLjIyMjAwLDMxLjcyNCw5ODI3LjAsOTc5MC4wLDMxLjAwMCw3MjAuNjIsNzE3LjM2LDIuMDAwMAowLjIyNTAwLDMxLjc0Miw5ODMzLjUsOTc5MC4wLDMxLjAwMCw3MjEuMTksNzE3LjM2LDIuMDAwMAowLjIyMTAwLDMxLjc2Miw5ODQwLjUsOTc5MC4wLDMxLjAwMCw3MjEuODAsNzE3LjM2LDIuMDAwMAowLjIyMjAwLDMxLjc4Miw5ODQ3LjAsOTc5MC4wLDMxLjAwMCw3MjIuMzcsNzE3LjM2LDIuMDAwMAowLjE4NTAwLDMxLjgwMiw5ODUzLjUsOTc5MC4wLDMwLjAwMCw3MjIuOTQsNzE3LjM2LDIuMDAwMAowLjE3OTAwLDMxLjgyMiw5ODU5LjUsOTc5MC4wLDMwLjAwMCw3MjMuNDcsNzE3LjM2LDIuMDAwMAowLjE4MjAwLDMxLjg0Miw5ODY1LjUsOTc5MC4wLDMwLjAwMCw3MjQuMDAsNzE3LjM2LDIuMDAwMAowLjIxODAwLDMxLjg2Miw5ODcxLjUsOTc5MC4wLDI4LjAwMCw3MjQuNTMsNzE3LjM2LDIuMDAwMAowLjIyMzAwLDMxLjg4Miw5ODc2LjUsOTc5MC4wLDI4LjAwMCw3MjQuOTcsNzE3LjM2LDIuMDAwMAowLjIyNDAwLDMxLjkwMiw5ODgxLjUsOTg0NS4wLDI4LjAwMCw3MjUuNDEsNzIyLjIwLDIuMDAwMAowLjE4MjAwLDMxLjkyMiw5ODg2LjUsOTg0NS4wLDI1LjAwMCw3MjUuODQsNzIyLjIwLDIuMDAwMAowLjE4MTAwLDMxLjk0Miw5ODkwLjUsOTg0NS4wLDI1LjAwMCw3MjYuMjAsNzIyLjIwLDIuMDAwMAowLjIxOTAwLDMxLjk2Miw5ODk0LjUsOTg0NS4wLDI1LjAwMCw3MjYuNTUsNzIyLjIwLDIuMDAwMAowLjM3MTAwLDMxLjk4Miw5ODk4LjUsOTg0NS4wLDIzLjAwMCw3MjYuOTAsNzIyLjIwLDIuMDAwMAowLjE4ODAwLDMyLjAwMiw5OTAxLjUsOTg0NS4wLDIzLjAwMCw3MjcuMTYsNzIyLjIwLDIuMDAwMAowLjE4NjAwLDMyLjAyMiw5OTA1LjAsOTg0NS4wLDIzLjAwMCw3MjcuNDcsNzIyLjIwLDIuMDAwMAowLjE4NjAwLDMyLjA0Miw5OTA4LjAsOTg4NS4wLDIxLjAwMCw3MjcuNzMsNzI1LjcxLDIuMDAwMAowLjI3MDAwLDMyLjA2Miw5OTEwLjUsOTg4NS4wLDIxLjAwMCw3MjcuOTUsNzI1LjcxLDIuMDAwMAowLjE4MjAwLDMyLjA4MSw5OTEzLjAsOTg4NS4wLDIxLjAwMCw3MjguMTcsNzI1LjcxLDIuMDAwMAowLjE4ODAwLDMyLjEwMiw5OTE1LjAsOTg4NS4wLDE5LjAwMCw3MjguMzUsNzI1LjcxLDIuMDAwMAowLjIyMTAwLDMyLjEyMiw5OTE3LjAsOTg4NS4wLDE5LjAwMCw3MjguNTMsNzI1LjcxLDIuMDAwMAowLjE4MzAwLDMyLjE0Miw5OTE4LjUsOTg4NS4wLDE5LjAwMCw3MjguNjYsNzI1LjcxLDIuMDAwMAowLjE4MjAwLDMyLjE2Miw5OTIwLjAsOTg4NS4wLDE1LjAwMCw3MjguNzksNzI1LjcxLDIuMDAwMAowLjMzMTAwLDMyLjE4Miw5OTIxLjUsOTg4NS4wLDE1LjAwMCw3MjguOTIsNzI1LjcxLDIuMDAwMAowLjMxOTAwLDMyLjIwMiw5OTIyLjUsOTg4NS4wLDE1LjAwMCw3MjkuMDEsNzI1LjcxLDIuMDAwMAowLjM1MjAwLDMyLjIyMiw5OTIzLjAsOTkwNi4wLDE1LjAwMCw3MjkuMDUsNzI3LjU2LDIuMDAwMAowLjE1ODAwLDMyLjI0Miw5OTIzLjUsOTkwNi4wLDE1LjAwMCw3MjkuMTAsNzI3LjU2LDIuMDAwMAowLjIxMzAwLDMyLjI2Miw5OTIzLjUsOTkwNi4wLDE1LjAwMCw3MjkuMTAsNzI3LjU2LDIuMDAwMAowLjIyMTAwLDMyLjI4Miw5OTI0LjAsOTkwNi4wLDEyLjAwMCw3MjkuMTQsNzI3LjU2LDIuMDAwMAowLjIxOTAwLDMyLjMwMiw5OTIzLjUsOTkwNi4wLDEyLjAwMCw3MjkuMTAsNzI3LjU2LDIuMDAwMAowLjE1NDAwLDMyLjMyMiw5OTIzLjUsOTkwNi4wLDEyLjAwMCw3MjkuMTAsNzI3LjU2LDIuMDAwMAowLjE0ODAwLDMyLjM0Miw5OTIzLjUsOTkwNi4wLDEwLjAwMCw3MjkuMTAsNzI3LjU2LDIuMDAwMAowLjE1MTAwLDMyLjM2MSw5OTIzLjUsOTkwNi4wLDEwLjAwMCw3MjkuMTAsNzI3LjU2LDIuMDAwMAowLjE1NjAwLDMyLjM4Miw5OTIzLjUsOTkxMy4wLDEwLjAwMCw3MjkuMTAsNzI4LjE3LDIuMDAwMAowLjE1MzAwLDMyLjQwMiw5OTIzLjUsOTkxMy4wLDEwLjAwMCw3MjkuMTAsNzI4LjE3LDIuMDAwMAowLjE0NjAwLDMyLjQyMSw5OTIzLjUsOTkxMy4wLDEwLjAwMCw3MjkuMTAsNzI4LjE3LDIuMDAwMAowLjE0NzAwLDMyLjQ0Miw5OTIzLjUsOTkxMy4wLDEwLjAwMCw3MjkuMTAsNzI4LjE3LDIuMDAwMAowLjE0NjAwLDMyLjQ2Miw5OTIzLjUsOTkxMy4wLDEwLjAwMCw3MjkuMTAsNzI4LjE3LDIuMDAwMAowLjE0OTAwLDMyLjQ4Miw5OTIzLjUsOTkxMy4wLDEwLjAwMCw3MjkuMTAsNzI4LjE3LDIuMDAwMAowLjE1NDAwLDMyLjUwMiw5OTIzLjUsOTkxMy4wLDEwLjAwMCw3MjkuMTAsNzI4LjE3LDIuMDAwMAowLjE1NDAwLDMyLjUyMiw5OTIzLjUsOTkxMy4wLDEwLjAwMCw3MjkuMTAsNzI4LjE3LDIuMDAwMAowLjE1MzAwLDMyLjU0Miw5OTIzLjUsOTkxMy4wLDEwLjAwMCw3MjkuMTAsNzI4LjE3LDIuMDAwMAowLjIwNDAwLDMyLjU2Miw5OTIzLjUsOTkxMy4wLDEwLjAwMCw3MjkuMTAsNzI4LjE3LDIuMDAwMAowLjE1NTAwLDMyLjU4Miw5OTIzLjUsOTkxMy4wLDEwLjAwMCw3MjkuMTAsNzI4LjE3LDIuMDAwMAowLjE1MzAwLDMyLjYwMiw5OTIzLjUsOTkxMy4wLDEwLjAwMCw3MjkuMTAsNzI4LjE3LDIuMDAwMAowLjE1MTAwLDMyLjYyMiw5OTIzLjUsOTkxMy4wLDEwLjAwMCw3MjkuMTAsNzI4LjE3LDIuMDAwMAowLjE1MTAwLDMyLjY0Miw5OTIzLjUsOTkxMy4wLDEwLjAwMCw3MjkuMTAsNzI4LjE3LDIuMDAwMAowLjE0NjAwLDMyLjY2Miw5OTIzLjUsOTkxMy4wLDEwLjAwMCw3MjkuMTAsNzI4LjE3LDIuMDAwMAowLjE1MTAwLDMyLjY4Miw5OTIzLjUsOTkxMy4wLDEwLjAwMCw3MjkuMTAsNzI4LjE3LDIuMDAwMAowLjE1MzAwLDMyLjcwMiw5OTIzLjUsOTkxMy4wLDEwLjAwMCw3MjkuMTAsNzI4LjE3LDIuMDAwMAowLjE0NDAwLDMyLjcyMiw5OTIzLjUsOTkxMy4wLDEwLjAwMCw3MjkuMTAsNzI4LjE3LDIuMDAwMAowLjE1MjAwLDMyLjc0Miw5OTIzLjUsOTkxMy4wLDEwLjAwMCw3MjkuMTAsNzI4LjE3LDIuMDAwMAowLjE2MTAwLDMyLjc2NCw5OTIzLjUsOTkxMy4wLDEwLjAwMCw3MjkuMTAsNzI4LjE3LDIuMDAwMAowLjE0ODAwLDMyLjc4Miw5OTIzLjUsOTkxMy4wLDEwLjAwMCw3MjkuMTAsNzI4LjE3LDIuMDAwMAowLjE1MDAwLDMyLjgwMiw5OTIzLjUsOTkxMy4wLDEwLjAwMCw3MjkuMTAsNzI4LjE3LDIuMDAwMAowLjE1NDAwLDMyLjgyMiw5OTIzLjUsOTkxMy4wLDEwLjAwMCw3MjkuMTAsNzI4LjE3LDIuMDAwMAowLjE1MjAwLDMyLjg0Miw5OTIzLjUsOTkxMy4wLDEwLjAwMCw3MjkuMTAsNzI4LjE3LDIuMDAwMAowLjE1MTAwLDMyLjg2Miw5OTIzLjUsOTkxMy4wLDEwLjAwMCw3MjkuMTAsNzI4LjE3LDIuMDAwMAowLjE1MTAwLDMyLjg4Miw5OTIzLjUsOTkxMy4wLDEwLjAwMCw3MjkuMTAsNzI4LjE3LDIuMDAwMAowLjMwNTAwLDMyLjkwMiw5OTIzLjUsOTkxMy4wLDEwLjAwMCw3MjkuMTAsNzI4LjE3LDIuMDAwMAowLjE1NzAwLDMyLjkyMiw5OTIzLjUsOTkxMy4wLDEwLjAwMCw3MjkuMTAsNzI4LjE3LDIuMDAwMAowLjE0NTAwLDMyLjk0MSw5OTIzLjUsOTkxMy4wLDEwLjAwMCw3MjkuMTAsNzI4LjE3LDIuMDAwMAowLjI3MTAwLDMyLjk2Miw5OTI0LjAsOTkxMy4wLDEwLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE4NDAwLDMyLjk4Miw5OTIzLjUsOTkxMy4wLDEwLjAwMCw3MjkuMTAsNzI4LjE3LDIuMDAwMAowLjE1MDAwLDMzLjAwMiw5OTIzLjUsOTkxMy4wLDEwLjAwMCw3MjkuMTAsNzI4LjE3LDIuMDAwMAowLjE0NzAwLDMzLjAyMiw5OTIzLjUsOTkxMy4wLDEwLjAwMCw3MjkuMTAsNzI4LjE3LDIuMDAwMAowLjE4MTAwLDMzLjA0Miw5OTI0LjAsOTkxMy4wLDEwLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE0OTAwLDMzLjA2Miw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE0ODAwLDMzLjA4Miw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE1MTAwLDMzLjEwMiw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjIxOTAwLDMzLjEyMiw5OTIzLjUsOTkxMy4wLDExLjAwMCw3MjkuMTAsNzI4LjE3LDIuMDAwMAowLjE1MTAwLDMzLjE0Miw5OTIzLjUsOTkxMy4wLDExLjAwMCw3MjkuMTAsNzI4LjE3LDIuMDAwMAowLjE4MTAwLDMzLjE2Miw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE0ODAwLDMzLjE4MSw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE1MTAwLDMzLjIwMiw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE1MzAwLDMzLjIyMiw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE0NzAwLDMzLjI0MSw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE1MjAwLDMzLjI2Miw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE1ODAwLDMzLjI4Miw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE1ODAwLDMzLjMwMSw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE0ODAwLDMzLjMyMSw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE1MjAwLDMzLjM0Miw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE1MjAwLDMzLjM2Miw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE1NDAwLDMzLjM4Miw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE1MTAwLDMzLjQwMiw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE1MTAwLDMzLjQyMiw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE0OTAwLDMzLjQ0Miw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE1MzAwLDMzLjQ2Miw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE1MjAwLDMzLjQ4Miw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE1MzAwLDMzLjUwMiw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE1MjAwLDMzLjUyMiw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE3OTAwLDMzLjU0Miw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE1OTAwLDMzLjU2Miw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE1MzAwLDMzLjU4Miw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjIxMDAwLDMzLjYwMiw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjI0NTAwLDMzLjYyMiw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjIwNTAwLDMzLjY0Miw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE1MjAwLDMzLjY2Miw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE0NTAwLDMzLjY4MSw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE1MzAwLDMzLjcwMiw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE0NzAwLDMzLjcyMiw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE1ODAwLDMzLjc0Miw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE1MDAwLDMzLjc2Miw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE1ODAwLDMzLjc4NCw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjI0NTAwLDMzLjgwMiw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE1MjAwLDMzLjgyMiw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE1MjAwLDMzLjg0Miw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjMwMzAwLDMzLjg2Miw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE1NjAwLDMzLjg4Miw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE0NzAwLDMzLjkwMiw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE1MTAwLDMzLjkyMiw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE1NDAwLDMzLjk0Miw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE1NjAwLDMzLjk2Miw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE1NDAwLDMzLjk4Miw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE2MDAwLDM0LjAwMiw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE1NTAwLDM0LjAyMiw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE1MzAwLDM0LjA0Miw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE1MTAwLDM0LjA2Miw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE0NjAwLDM0LjA4Miw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE2MDAwLDM0LjEwMiw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE1ODAwLDM0LjEyMiw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE1MzAwLDM0LjE0Miw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjIzMTAwLDM0LjE2Miw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE0ODAwLDM0LjE4Miw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE0NjAwLDM0LjIwMiw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE0NTAwLDM0LjIyMiw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE1MDAwLDM0LjI0Miw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE1MzAwLDM0LjI2Miw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE1MDAwLDM0LjI4Miw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE1NzAwLDM0LjMwMiw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjE2MzAwLDM0LjMyMiw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAowLjI2MTAwLDM0LjM0Miw5OTI0LjAsOTkxMy4wLDExLjAwMCw3MjkuMTQsNzI4LjE3LDIuMDAwMAo=" download="D:\Util\BadLog\CheezeCurd_1129_20-59.bag.csv" class="btn btn-default btn-md">Download CSV</a></h1>
</div>
<table class="table table-striped"><thead><tr><th>Name</th><th>Value</th></tr></thead><tbody><tr><td>Turret PID</td><td>kP = 2.500000, kI = 0.000000, kD = 25.000000, kF = 0.000000</td></tr>
</tbody></table>
<!-- Log Table -->
<div id="Timings" style="min-width: 310px; height: 400px; margin: 0 auto"></div>
<script>
Highcharts.chart('Timings', {
chart: {
type: 'line',
zoomType: 'x'
},
title: {
text: 'Timings (ms)'
},
subtitle: {
text: '[ Timings ]'
},
xAxis: {
events: {
setExtremes: syncExtremes
},
title: {
text: 'Timestamp (s)'
}
},
credits: {
enabled: false
},
series: [{
name: 'RobotLoop',
data: [[4.2012,18.98],[4.2556,0.282],[4.2641,0.432],[4.2716,0.242],[4.28,0.287],[4.2877,0.228],[4.2957,0.726],[4.3028,0.253],[4.3229,0.271],[4.3428,0.27],[4.3626,0.333],[4.3826,0.261],[4.4026,0.266],[4.4228,0.261],[4.4429,0.265],[4.4626,0.263],[4.4827,0.269],[4.5027,0.267],[4.5229,0.267],[4.5431,0.3],[4.5629,0.266],[4.5826,0.26],[4.6029,0.265],[4.6226,0.26],[4.6427,0.27],[4.6625,0.266],[4.6828,0.376],[4.7026,0.268],[4.723,0.274],[4.7426,0.267],[4.7625,0.27],[4.7826,0.275],[4.8025,0.298],[4.8226,0.276],[4.8426,0.297],[4.8631,0.302],[4.8828,0.301],[4.9025,0.306],[4.9251,0.858],[4.9428,0.315],[4.9625,0.379],[4.9826,0.31],[5.0025,0.301],[5.0229,0.308],[5.0426,0.306],[5.0627,0.309],[5.083,0.319],[5.1025,0.356],[5.1225,0.34],[5.1425,0.398],[5.1625,0.401],[5.1822,0.303],[5.2024,0.341],[5.2227,0.338],[5.2425,0.359],[5.2624,0.364],[5.2825,0.342],[5.3024,0.346],[5.3224,0.309],[5.3425,0.339],[5.3628,0.342],[5.3824,0.3],[5.4022,0.297],[5.4222,0.3],[5.4425,0.308],[5.4622,0.3],[5.4824,0.3],[5.5025,0.348],[5.5222,0.298],[5.5424,0.296],[5.5624,0.301],[5.5824,0.299],[5.6024,0.312],[5.6224,0.298],[5.6435,0.364],[5.6623,0.292],[5.6824,0.34],[5.7022,0.295],[5.7232,0.721],[5.7449,0.341],[5.7624,0.314],[5.7825,0.304],[5.8023,0.298],[5.8224,0.311],[5.8423,0.293],[5.8624,0.297],[5.8823,0.295],[5.9023,0.294],[5.9225,0.295],[5.9429,0.306],[5.9628,0.306],[5.9829,0.347],[6.0027,0.394],[6.026,0.857],[6.0458,0.748],[6.0631,0.85],[6.0823,0.297],[6.1023,0.344],[6.122,0.295],[6.1422,0.302],[6.162,0.294],[6.1823,0.4],[6.2022,0.337],[6.2221,0.337],[6.2424,0.303],[6.2622,0.291],[6.2822,0.285],[6.3024,0.332],[6.3222,0.303],[6.3422,0.291],[6.3622,0.298],[6.3822,0.3],[6.4022,0.294],[6.4222,0.336],[6.4423,0.302],[6.4622,0.302],[6.4823,0.298],[6.5158,13.862],[6.5222,0.285],[6.5422,0.339],[6.5622,0.388],[6.5822,0.303],[6.6023,0.306],[6.6226,0.339],[6.6424,0.298],[6.6621,0.355],[6.6823,0.306],[6.7022,0.336],[6.7222,0.306],[6.7422,0.3],[6.7621,0.29],[6.782,0.298],[6.8023,0.301],[6.8224,0.343],[6.8421,0.396],[6.8621,0.288],[6.8823,0.296],[6.902,0.294],[6.9221,0.294],[6.9424,0.338],[6.9621,0.288],[6.9823,0.3],[7.0023,0.293],[7.0221,0.293],[7.0422,0.292],[7.0624,0.337],[7.0823,0.302],[7.1024,0.572],[7.1223,0.351],[7.1423,0.303],[7.1624,0.303],[7.1822,0.332],[7.2021,0.29],[7.2222,0.368],[7.2422,0.29],[7.2622,0.337],[7.2822,0.295],[7.3024,0.411],[7.3221,0.293],[7.3421,0.297],[7.3622,0.329],[7.3822,0.333],[7.4021,0.296],[7.4222,0.354],[7.4423,0.352],[7.4655,0.361],[7.4824,0.454],[7.5024,0.294],[7.5224,0.349],[7.5422,0.326],[7.5621,0.325],[7.5823,0.292],[7.6025,0.45],[7.6224,0.28],[7.6421,0.282],[7.6625,0.328],[7.6828,0.504],[7.7027,0.295],[7.7228,0.304],[7.7422,0.382],[7.7621,0.319],[7.7822,0.284],[7.8023,0.301],[7.8222,0.287],[7.8442,1.005],[7.8658,1.056],[7.8848,1.003],[7.9039,0.844],[7.9243,0.981],[7.9457,0.957],[7.9652,0.894],[7.9863,1.458],[8.0047,1.47],[8.0221,0.281],[8.0422,0.394],[8.0617,0.283],[8.0819,0.269],[8.1019,0.329],[8.1221,0.371],[8.142,0.373],[8.1619,0.375],[8.182,0.35],[8.2019,0.323],[8.222,0.289],[8.2419,0.285],[8.2622,0.335],[8.2821,0.313],[8.3019,0.274],[8.3219,0.287],[8.342,0.319],[8.3618,0.338],[8.3819,0.318],[8.4018,0.275],[8.4219,0.274],[8.4419,0.275],[8.4619,0.275],[8.4819,0.317],[8.5018,0.272],[8.5218,0.424],[8.542,0.32],[8.5621,0.48],[8.5819,0.321],[8.6019,0.283],[8.6219,0.274],[8.6419,0.311],[8.6619,0.31],[8.6819,0.276],[8.7019,0.277],[8.7232,0.285],[8.7422,0.279],[8.7637,1.979],[8.7818,0.326],[8.8019,0.274],[8.8219,0.273],[8.8419,0.276],[8.8619,0.271],[8.8818,0.269],[8.9019,0.27],[8.9218,0.295],[8.9418,0.276],[8.9618,0.268],[8.9818,0.268],[9.0019,0.356],[9.0219,0.306],[9.0419,0.273],[9.062,0.275],[9.0821,0.381],[9.1017,0.28],[9.1219,0.274],[9.1419,0.275],[9.1621,0.477],[9.1817,0.307],[9.2019,0.302],[9.2219,0.264],[9.2421,0.359],[9.262,0.259],[9.282,0.344],[9.302,0.262],[9.3221,0.269],[9.342,0.365],[9.362,0.36],[9.3819,0.301],[9.4017,0.27],[9.4219,0.267],[9.4423,0.274],[9.4619,0.347],[9.482,0.295],[9.5018,0.269],[9.5219,0.267],[9.5425,0.462],[9.5622,0.292],[9.5819,0.304],[9.6037,0.334],[9.6218,0.266],[9.6424,0.777],[9.6619,0.262],[9.6819,0.267],[9.7018,0.261],[9.722,0.316],[9.7418,0.303],[9.7617,0.284],[9.782,0.305],[9.8019,0.276],[9.8219,0.351],[9.8419,0.305],[9.8618,0.265],[9.8818,0.267],[9.902,0.261],[9.9219,0.261],[9.9417,0.267],[9.9619,0.263],[9.9819,0.261],[10.002,0.261],[10.022,0.266],[10.042,0.36],[10.062,0.259],[10.082,0.391],[10.102,0.343],[10.122,0.266],[10.142,0.26],[10.162,0.317],[10.182,0.254],[10.202,0.264],[10.222,0.258],[10.242,0.255],[10.262,0.308],[10.282,0.276],[10.302,0.274],[10.322,0.358],[10.342,0.326],[10.362,0.328],[10.382,0.337],[10.402,0.265],[10.422,0.267],[10.442,0.261],[10.462,0.266],[10.482,0.33],[10.502,0.301],[10.522,0.266],[10.542,0.303],[10.562,0.262],[10.582,0.262],[10.602,0.265],[10.622,0.264],[10.642,0.268],[10.662,0.307],[10.682,0.263],[10.702,0.304],[10.722,0.302],[10.742,0.302],[10.762,0.303],[10.782,0.389],[10.802,0.267],[10.822,0.282],[10.842,0.275],[10.862,0.263],[10.882,0.26],[10.902,0.337],[10.922,0.316],[10.942,0.278],[10.962,0.306],[10.982,0.257],[11.002,0.27],[11.022,0.268],[11.042,0.266],[11.062,0.326],[11.082,0.3],[11.102,0.303],[11.122,0.364],[11.142,0.265],[11.162,0.268],[11.182,0.358],[11.202,0.35],[11.222,0.267],[11.242,0.26],[11.262,0.264],[11.282,0.26],[11.302,0.267],[11.322,0.265],[11.342,0.272],[11.362,0.274],[11.382,0.275],[11.402,0.271],[11.422,0.275],[11.442,0.264],[11.462,0.346],[11.482,0.329],[11.502,0.362],[11.522,0.267],[11.542,0.27],[11.562,0.302],[11.582,0.267],[11.602,0.306],[11.622,0.315],[11.642,0.323],[11.662,0.473],[11.682,0.303],[11.702,0.258],[11.722,0.251],[11.742,0.268],[11.762,0.339],[11.782,0.341],[11.802,0.295],[11.822,0.256],[11.842,0.549],[11.862,0.315],[11.882,0.308],[11.902,0.253],[11.922,0.266],[11.942,0.253],[11.962,0.259],[11.982,0.297],[12.002,0.262],[12.022,0.254],[12.042,0.257],[12.062,0.327],[12.082,0.438],[12.102,0.295],[12.122,0.261],[12.142,0.252],[12.162,0.298],[12.182,0.3],[12.202,0.341],[12.222,0.584],[12.242,0.375],[12.262,0.26],[12.282,0.255],[12.302,0.299],[12.322,0.258],[12.342,0.257],[12.362,0.255],[12.382,0.312],[12.402,0.263],[12.422,0.257],[12.442,0.29],[12.462,0.262],[12.482,0.259],[12.502,0.305],[12.522,0.305],[12.542,0.258],[12.562,0.297],[12.582,0.257],[12.602,0.282],[12.622,0.249],[12.642,0.252],[12.662,0.263],[12.682,0.252],[12.702,0.262],[12.722,0.219],[12.742,0.225],[12.762,0.233],[12.782,0.228],[12.802,0.221],[12.822,0.223],[12.842,0.312],[12.862,0.228],[12.882,0.227],[12.902,0.222],[12.922,0.233],[12.942,0.221],[12.962,0.261],[12.982,0.333],[13.002,0.219],[13.022,0.223],[13.042,0.22],[13.062,0.22],[13.082,0.389],[13.102,0.224],[13.122,0.224],[13.142,0.222],[13.162,0.219],[13.182,0.23],[13.202,0.235],[13.222,0.218],[13.242,0.217],[13.262,0.23],[13.282,0.224],[13.302,0.236],[13.322,0.221],[13.342,0.219],[13.362,0.226],[13.382,0.233],[13.402,0.259],[13.422,0.239],[13.442,0.224],[13.462,0.23],[13.482,0.232],[13.502,0.228],[13.522,0.232],[13.542,0.312],[13.562,0.228],[13.582,0.219],[13.602,0.222],[13.622,0.219],[13.642,0.228],[13.662,0.225],[13.682,0.237],[13.702,0.318],[13.722,0.339],[13.742,0.222],[13.762,0.219],[13.782,0.277],[13.802,0.229],[13.822,0.228],[13.842,0.216],[13.862,0.218],[13.882,0.224],[13.902,0.432],[13.922,0.223],[13.942,0.305],[13.962,0.234],[13.982,0.234],[14.002,0.226],[14.022,0.218],[14.042,0.254],[14.062,0.216],[14.082,0.405],[14.102,0.699],[14.122,0.189],[14.142,0.301],[14.162,0.414],[14.182,0.188],[14.202,0.177],[14.222,0.174],[14.242,0.18],[14.262,0.183],[14.282,0.177],[14.302,0.186],[14.322,0.175],[14.342,0.181],[14.362,0.176],[14.382,0.17],[14.402,0.174],[14.422,0.169],[14.442,0.181],[14.462,0.183],[14.482,0.182],[14.502,0.185],[14.522,0.181],[14.542,0.181],[14.562,0.177],[14.582,0.177],[14.602,0.173],[14.622,0.171],[14.642,0.174],[14.662,0.179],[14.682,0.175],[14.702,0.173],[14.722,0.176],[14.742,0.176],[14.762,0.168],[14.782,0.169],[14.802,0.206],[14.822,0.25],[14.842,0.241],[14.862,0.175],[14.882,0.178],[14.902,0.252],[14.922,0.189],[14.942,0.177],[14.962,0.23],[14.982,0.181],[15.002,0.193],[15.022,0.193],[15.042,0.179],[15.062,0.186],[15.082,0.17],[15.102,0.18],[15.122,0.172],[15.142,0.171],[15.162,0.177],[15.182,0.173],[15.202,0.175],[15.222,0.274],[15.242,0.177],[15.262,0.18],[15.282,0.177],[15.302,0.179],[15.322,0.18],[15.342,0.171],[15.362,0.173],[15.382,0.173],[15.402,0.175],[15.422,0.172],[15.442,0.176],[15.462,0.174],[15.482,0.173],[15.502,0.174],[15.522,0.183],[15.542,0.188],[15.562,0.177],[15.582,0.177],[15.602,0.176],[15.622,0.18],[15.642,0.181],[15.662,0.17],[15.682,0.179],[15.702,0.168],[15.722,0.175],[15.742,0.269],[15.762,0.175],[15.782,0.177],[15.802,0.174],[15.822,0.176],[15.842,0.174],[15.862,0.177],[15.882,0.253],[15.902,0.247],[15.922,0.178],[15.942,0.177],[15.962,0.169],[15.982,0.177],[16.002,0.176],[16.022,0.175],[16.042,0.193],[16.062,0.199],[16.082,0.209],[16.102,0.181],[16.122,0.176],[16.142,0.384],[16.162,0.176],[16.182,0.182],[16.202,0.173],[16.222,0.166],[16.242,0.177],[16.262,0.178],[16.282,0.175],[16.302,0.172],[16.322,0.168],[16.342,0.179],[16.362,0.181],[16.382,0.169],[16.402,0.206],[16.422,0.176],[16.442,0.177],[16.462,0.174],[16.482,0.175],[16.502,0.18],[16.522,0.183],[16.542,0.174],[16.562,0.345],[16.582,0.177],[16.602,0.186],[16.622,0.178],[16.642,0.176],[16.662,0.182],[16.682,0.174],[16.702,0.174],[16.722,0.175],[16.742,0.176],[16.762,0.177],[16.782,0.174],[16.802,0.178],[16.822,0.203],[16.842,0.18],[16.862,0.18],[16.882,0.183],[16.902,0.173],[16.922,0.185],[16.942,0.174],[16.962,0.187],[16.982,0.175],[17.002,0.177],[17.022,0.205],[17.042,0.189],[17.062,0.181],[17.082,0.183],[17.102,0.204],[17.122,0.202],[17.142,0.207],[17.162,0.192],[17.182,0.184],[17.202,0.174],[17.222,0.174],[17.242,0.179],[17.262,0.176],[17.282,0.176],[17.302,0.175],[17.322,0.209],[17.341,0.173],[17.362,0.183],[17.382,0.173],[17.402,0.171],[17.422,0.171],[17.442,0.238],[17.462,0.183],[17.482,0.286],[17.502,0.178],[17.521,0.176],[17.542,0.174],[17.562,0.178],[17.582,0.18],[17.602,0.289],[17.622,0.187],[17.642,0.185],[17.662,0.181],[17.682,0.182],[17.702,0.177],[17.722,0.179],[17.742,0.183],[17.762,0.179],[17.782,0.18],[17.802,0.179],[17.822,0.183],[17.842,0.174],[17.862,0.178],[17.882,0.179],[17.902,0.178],[17.922,0.171],[17.942,0.177],[17.962,0.178],[17.981,0.174],[18.002,0.167],[18.022,0.181],[18.042,0.181],[18.062,0.176],[18.082,0.18],[18.102,0.211],[18.122,0.191],[18.142,0.185],[18.162,0.184],[18.182,0.178],[18.202,0.183],[18.222,0.178],[18.242,0.176],[18.262,0.179],[18.282,0.181],[18.302,0.179],[18.322,0.174],[18.342,0.176],[18.362,0.183],[18.382,0.171],[18.402,0.176],[18.422,0.238],[18.442,0.333],[18.462,0.185],[18.482,0.171],[18.502,0.179],[18.522,0.182],[18.542,0.176],[18.562,0.242],[18.582,0.185],[18.602,0.176],[18.622,0.239],[18.642,0.186],[18.662,0.319],[18.682,0.186],[18.702,0.172],[18.722,0.173],[18.742,0.177],[18.762,0.173],[18.782,0.177],[18.802,0.173],[18.822,0.168],[18.842,0.177],[18.862,0.18],[18.882,0.177],[18.902,0.184],[18.922,0.174],[18.942,0.172],[18.962,0.178],[18.982,0.178],[19.002,0.182],[19.022,0.172],[19.042,0.181],[19.062,0.187],[19.082,0.177],[19.102,0.213],[19.122,0.179],[19.142,0.265],[19.162,0.523],[19.182,0.283],[19.202,0.171],[19.222,0.147],[19.242,0.33],[19.261,0.144],[19.282,0.377],[19.302,0.361],[19.321,0.143],[19.341,0.149],[19.361,0.143],[19.381,0.148],[19.401,0.14],[19.421,0.145],[19.441,0.152],[19.462,0.138],[19.481,0.142],[19.501,0.139],[19.522,0.136],[19.541,0.139],[19.561,0.146],[19.581,0.147],[19.601,0.175],[19.621,0.14],[19.641,0.145],[19.661,0.15],[19.682,0.147],[19.703,0.154],[19.721,0.143],[19.741,0.142],[19.761,0.141],[19.781,0.14],[19.801,0.149],[19.822,0.15],[19.841,0.144],[19.861,0.143],[19.881,0.141],[19.902,0.302],[19.921,0.14],[19.941,0.139],[19.961,0.14],[19.982,0.177],[20.001,0.137],[20.021,0.14],[20.041,0.141],[20.061,0.141],[20.081,0.142],[20.102,0.316],[20.122,0.179],[20.142,0.139],[20.161,0.141],[20.181,0.17],[20.202,0.163],[20.221,0.149],[20.242,0.181],[20.262,0.146],[20.282,0.155],[20.302,0.152],[20.322,0.145],[20.342,0.159],[20.362,0.145],[20.382,0.148],[20.402,0.153],[20.421,0.153],[20.442,0.153],[20.462,0.144],[20.482,0.141],[20.502,0.142],[20.521,0.148],[20.541,0.147],[20.562,0.141],[20.582,0.173],[20.602,0.147],[20.621,0.148],[20.641,0.149],[20.662,0.152],[20.682,0.15],[20.702,0.148],[20.722,0.156],[20.742,0.166],[20.762,0.157],[20.781,0.147],[20.802,0.146],[20.821,0.147],[20.841,0.145],[20.861,0.143],[20.882,0.345],[20.902,0.143],[20.922,0.145],[20.942,0.143],[20.962,0.152],[20.981,0.143],[21.002,0.145],[21.022,0.142],[21.041,0.144],[21.061,0.142],[21.081,0.138],[21.101,0.156],[21.122,0.173],[21.141,0.141],[21.161,0.144],[21.182,0.148],[21.202,0.177],[21.222,0.153],[21.242,0.16],[21.262,0.162],[21.282,0.154],[21.301,0.148],[21.322,0.152],[21.342,0.154],[21.362,0.154],[21.381,0.153],[21.402,0.155],[21.421,0.145],[21.442,0.154],[21.462,0.148],[21.482,0.151],[21.502,0.152],[21.522,0.145],[21.542,0.151],[21.562,0.148],[21.582,0.15],[21.601,0.154],[21.622,0.151],[21.642,0.169],[21.662,0.152],[21.682,0.153],[21.702,0.144],[21.722,0.154],[21.742,0.15],[21.763,0.163],[21.781,0.149],[21.802,0.145],[21.822,0.153],[21.842,0.156],[21.862,0.152],[21.881,0.146],[21.902,0.147],[21.922,0.151],[21.942,0.155],[21.962,0.151],[21.982,0.149],[22.002,0.152],[22.021,0.147],[22.042,0.154],[22.062,0.155],[22.082,0.15],[22.102,0.15],[22.122,0.186],[22.142,0.18],[22.162,0.217],[22.182,0.152],[22.202,0.146],[22.222,0.149],[22.242,0.149],[22.262,0.149],[22.282,0.163],[22.302,0.149],[22.322,0.153],[22.342,0.15],[22.362,0.145],[22.382,0.151],[22.402,0.149],[22.422,0.147],[22.442,0.154],[22.462,0.15],[22.482,0.152],[22.502,0.154],[22.522,0.239],[22.542,0.152],[22.562,0.208],[22.582,0.301],[22.602,0.148],[22.622,0.207],[22.642,0.151],[22.662,0.15],[22.682,0.151],[22.702,0.144],[22.722,0.153],[22.742,0.154],[22.762,0.149],[22.782,0.151],[22.802,0.149],[22.822,0.15],[22.842,0.15],[22.862,0.148],[22.882,0.154],[22.902,0.155],[22.922,0.146],[22.942,0.148],[22.962,0.154],[22.982,0.155],[23.002,0.154],[23.022,0.158],[23.042,0.154],[23.062,0.151],[23.082,0.153],[23.102,0.154],[23.122,0.152],[23.142,0.156],[23.162,0.151],[23.182,0.146],[23.202,0.15],[23.222,0.145],[23.242,0.153],[23.262,0.153],[23.282,0.15],[23.301,0.147],[23.322,0.154],[23.342,0.157],[23.362,0.151],[23.382,0.146],[23.402,0.154],[23.422,0.153],[23.442,0.154],[23.462,0.152],[23.482,0.159],[23.502,0.148],[23.522,0.155],[23.542,0.147],[23.562,0.152],[23.582,0.153],[23.602,0.154],[23.622,0.154],[23.642,0.143],[23.662,0.237],[23.682,0.212],[23.702,0.152],[23.722,0.15],[23.741,0.147],[23.762,0.148],[23.782,0.151],[23.802,0.152],[23.822,0.152],[23.842,0.159],[23.862,0.158],[23.882,0.156],[23.902,0.152],[23.921,0.15],[23.942,0.149],[23.962,0.154],[23.982,0.147],[24.002,0.149],[24.022,0.147],[24.042,0.15],[24.062,0.151],[24.082,0.149],[24.102,0.22],[24.122,0.181],[24.142,0.183],[24.162,0.18],[24.182,0.221],[24.202,0.178],[24.222,0.298],[24.242,0.181],[24.261,0.178],[24.282,0.215],[24.302,0.212],[24.322,0.177],[24.342,0.276],[24.362,0.192],[24.382,0.183],[24.402,0.188],[24.421,0.185],[24.442,0.216],[24.462,0.181],[24.482,0.181],[24.502,0.18],[24.522,0.397],[24.542,0.216],[24.562,0.299],[24.582,0.191],[24.602,0.213],[24.622,0.226],[24.642,0.179],[24.662,0.3],[24.682,0.183],[24.702,0.264],[24.722,0.221],[24.742,0.184],[24.762,0.179],[24.782,0.215],[24.802,0.215],[24.822,0.184],[24.842,0.181],[24.862,0.183],[24.882,0.184],[24.902,0.193],[24.922,0.198],[24.942,0.194],[24.962,0.274],[24.982,0.262],[25.002,0.217],[25.022,0.226],[25.042,0.222],[25.062,0.187],[25.082,0.18],[25.102,0.263],[25.122,0.177],[25.142,0.184],[25.162,0.218],[25.182,0.296],[25.202,0.177],[25.222,0.184],[25.242,0.181],[25.262,0.178],[25.282,0.216],[25.302,0.217],[25.322,0.18],[25.342,0.177],[25.362,0.178],[25.381,0.18],[25.402,0.175],[25.422,0.224],[25.442,0.188],[25.462,0.181],[25.482,0.179],[25.502,0.222],[25.522,0.222],[25.542,0.219],[25.562,0.181],[25.582,0.221],[25.602,0.183],[25.622,0.238],[25.642,0.219],[25.661,0.178],[25.682,0.181],[25.702,0.218],[25.722,0.217],[25.742,0.217],[25.762,0.219],[25.782,0.182],[25.802,0.269],[25.822,0.224],[25.842,0.263],[25.862,0.175],[25.882,0.181],[25.902,0.18],[25.922,0.215],[25.942,0.311],[25.962,0.367],[25.982,0.19],[26.002,0.222],[26.022,0.187],[26.042,0.18],[26.062,0.184],[26.082,0.183],[26.102,0.212],[26.122,0.247],[26.142,0.217],[26.162,0.183],[26.182,0.187],[26.202,0.212],[26.222,0.177],[26.242,0.217],[26.262,0.182],[26.282,0.241],[26.302,0.179],[26.322,0.179],[26.342,0.36],[26.362,0.186],[26.382,0.214],[26.402,0.178],[26.422,0.265],[26.442,0.219],[26.462,0.187],[26.482,0.195],[26.502,0.188],[26.522,0.186],[26.542,0.185],[26.562,0.228],[26.582,0.181],[26.602,0.215],[26.622,0.181],[26.642,0.18],[26.662,0.177],[26.682,0.268],[26.702,0.219],[26.722,0.388],[26.742,0.179],[26.762,0.181],[26.782,0.183],[26.802,0.431],[26.822,0.18],[26.842,0.18],[26.862,0.259],[26.882,0.182],[26.902,0.215],[26.922,0.257],[26.942,0.181],[26.962,0.296],[26.982,0.186],[27.002,0.253],[27.022,0.277],[27.042,0.217],[27.062,0.175],[27.082,0.216],[27.102,0.178],[27.122,0.185],[27.142,0.182],[27.162,0.179],[27.182,0.174],[27.202,0.238],[27.222,0.218],[27.242,0.182],[27.262,0.216],[27.282,0.216],[27.302,0.181],[27.322,0.189],[27.342,0.216],[27.362,0.178],[27.382,0.218],[27.402,0.176],[27.422,0.216],[27.442,0.241],[27.462,0.18],[27.482,0.293],[27.502,0.191],[27.525,0.488],[27.542,0.321],[27.562,0.262],[27.582,0.218],[27.602,0.232],[27.622,0.183],[27.642,0.18],[27.662,0.185],[27.682,0.217],[27.702,0.194],[27.721,0.177],[27.742,0.179],[27.762,0.18],[27.782,0.221],[27.802,0.174],[27.822,0.183],[27.842,0.179],[27.862,0.185],[27.882,0.217],[27.902,0.218],[27.921,0.178],[27.942,0.179],[27.962,0.181],[27.982,0.22],[28.002,0.178],[28.022,0.187],[28.042,0.225],[28.062,0.281],[28.082,0.281],[28.102,0.292],[28.122,0.187],[28.142,0.306],[28.162,0.179],[28.182,0.267],[28.202,0.184],[28.222,0.308],[28.242,0.179],[28.262,0.181],[28.282,0.257],[28.302,0.184],[28.322,0.396],[28.342,0.184],[28.362,0.178],[28.382,0.269],[28.402,0.182],[28.422,0.184],[28.442,0.265],[28.462,0.223],[28.482,0.215],[28.502,0.177],[28.522,0.441],[28.542,0.188],[28.562,0.23],[28.582,0.186],[28.602,0.181],[28.622,0.183],[28.642,0.183],[28.662,0.181],[28.682,0.231],[28.702,0.179],[28.722,0.18],[28.742,0.302],[28.761,0.181],[28.782,0.219],[28.802,0.182],[28.822,0.187],[28.842,0.219],[28.862,0.26],[28.882,0.219],[28.902,0.186],[28.922,0.181],[28.942,0.183],[28.962,0.185],[28.982,0.215],[29.002,0.177],[29.022,0.221],[29.042,0.273],[29.062,0.226],[29.082,0.19],[29.102,0.187],[29.122,0.533],[29.142,0.223],[29.162,0.27],[29.182,0.274],[29.202,0.284],[29.222,0.187],[29.242,0.18],[29.262,0.219],[29.282,0.218],[29.302,0.186],[29.322,0.27],[29.342,0.227],[29.362,0.176],[29.382,0.218],[29.402,0.214],[29.422,0.326],[29.442,0.233],[29.462,0.182],[29.482,0.215],[29.502,0.177],[29.522,0.218],[29.542,0.182],[29.562,0.217],[29.582,0.216],[29.605,0.192],[29.624,0.28],[29.642,0.228],[29.662,0.18],[29.682,0.221],[29.702,0.222],[29.722,0.221],[29.742,0.217],[29.762,0.183],[29.782,0.27],[29.802,0.181],[29.821,0.178],[29.842,0.186],[29.862,0.181],[29.882,0.179],[29.902,0.213],[29.922,0.268],[29.942,0.262],[29.962,0.188],[29.982,0.217],[30.002,0.184],[30.022,0.221],[30.042,0.22],[30.062,0.183],[30.082,0.218],[30.102,0.178],[30.122,0.193],[30.142,0.192],[30.162,0.189],[30.182,0.183],[30.202,0.324],[30.222,0.179],[30.242,0.279],[30.262,0.184],[30.282,0.181],[30.302,0.282],[30.322,0.225],[30.342,0.182],[30.362,0.18],[30.382,0.214],[30.402,0.305],[30.422,0.182],[30.442,0.22],[30.462,0.219],[30.482,0.217],[30.502,0.179],[30.522,0.181],[30.542,0.218],[30.562,0.18],[30.582,0.18],[30.602,0.219],[30.622,0.187],[30.645,0.185],[30.662,0.314],[30.684,0.313],[30.702,0.228],[30.722,0.18],[30.742,0.183],[30.762,0.181],[30.782,0.187],[30.802,0.22],[30.822,0.182],[30.842,0.439],[30.862,0.187],[30.882,0.222],[30.902,0.22],[30.922,0.185],[30.942,0.183],[30.962,0.179],[30.982,0.182],[31.002,0.221],[31.021,0.182],[31.042,0.184],[31.062,0.191],[31.082,0.214],[31.101,0.185],[31.122,0.182],[31.142,0.191],[31.162,0.191],[31.182,0.278],[31.202,0.228],[31.222,0.218],[31.242,0.182],[31.262,0.179],[31.282,0.181],[31.302,0.181],[31.322,0.181],[31.342,0.185],[31.362,0.345],[31.382,0.178],[31.402,0.185],[31.422,0.254],[31.442,0.216],[31.462,0.218],[31.482,0.18],[31.502,0.181],[31.522,0.18],[31.542,0.216],[31.562,0.218],[31.582,0.18],[31.602,0.175],[31.622,0.176],[31.642,0.267],[31.662,0.217],[31.682,0.311],[31.702,0.301],[31.724,0.222],[31.742,0.225],[31.762,0.221],[31.782,0.222],[31.802,0.185],[31.822,0.179],[31.842,0.182],[31.862,0.218],[31.882,0.223],[31.902,0.224],[31.922,0.182],[31.942,0.181],[31.962,0.219],[31.982,0.371],[32.002,0.188],[32.022,0.186],[32.042,0.186],[32.062,0.27],[32.081,0.182],[32.102,0.188],[32.122,0.221],[32.142,0.183],[32.162,0.182],[32.182,0.331],[32.202,0.319],[32.222,0.352],[32.242,0.158],[32.262,0.213],[32.282,0.221],[32.302,0.219],[32.322,0.154],[32.342,0.148],[32.361,0.151],[32.382,0.156],[32.402,0.153],[32.421,0.146],[32.442,0.147],[32.462,0.146],[32.482,0.149],[32.502,0.154],[32.522,0.154],[32.542,0.153],[32.562,0.204],[32.582,0.155],[32.602,0.153],[32.622,0.151],[32.642,0.151],[32.662,0.146],[32.682,0.151],[32.702,0.153],[32.722,0.144],[32.742,0.152],[32.764,0.161],[32.782,0.148],[32.802,0.15],[32.822,0.154],[32.842,0.152],[32.862,0.151],[32.882,0.151],[32.902,0.305],[32.922,0.157],[32.941,0.145],[32.962,0.271],[32.982,0.184],[33.002,0.15],[33.022,0.147],[33.042,0.181],[33.062,0.149],[33.082,0.148],[33.102,0.151],[33.122,0.219],[33.142,0.151],[33.162,0.181],[33.181,0.148],[33.202,0.151],[33.222,0.153],[33.241,0.147],[33.262,0.152],[33.282,0.158],[33.301,0.158],[33.321,0.148],[33.342,0.152],[33.362,0.152],[33.382,0.154],[33.402,0.151],[33.422,0.151],[33.442,0.149],[33.462,0.153],[33.482,0.152],[33.502,0.153],[33.522,0.152],[33.542,0.179],[33.562,0.159],[33.582,0.153],[33.602,0.21],[33.622,0.245],[33.642,0.205],[33.662,0.152],[33.681,0.145],[33.702,0.153],[33.722,0.147],[33.742,0.158],[33.762,0.15],[33.784,0.158],[33.802,0.245],[33.822,0.152],[33.842,0.152],[33.862,0.303],[33.882,0.156],[33.902,0.147],[33.922,0.151],[33.942,0.154],[33.962,0.156],[33.982,0.154],[34.002,0.16],[34.022,0.155],[34.042,0.153],[34.062,0.151],[34.082,0.146],[34.102,0.16],[34.122,0.158],[34.142,0.153],[34.162,0.231],[34.182,0.148],[34.202,0.146],[34.222,0.145],[34.242,0.15],[34.262,0.153],[34.282,0.15],[34.302,0.157],[34.322,0.163],[34.342,0.261]]
},]
});
</script>
<div class="panel-group">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" href="#collapse_805e86a8cbf628e38e4c45612c005a504009e79a">Errors</a>
</h4>
</div>
<div id="collapse_805e86a8cbf628e38e4c45612c005a504009e79a" class="panel-collapse collapse">
<div class="panel-body">
<!-- Empty table omitted -->
<!-- Log Table -->
<div id="Errors/Devices" style="min-width: 310px; height: 400px; margin: 0 auto"></div>
<script>
Highcharts.chart('Errors/Devices', {
chart: {
type: 'line',
zoomType: 'x'
},
title: {
text: 'Devices (Integer)'
},
subtitle: {
text: '[ Errors/Devices ]'
},
xAxis: {
events: {
setExtremes: syncExtremes
},
title: {
text: 'Timestamp (s)'
}
},
credits: {
enabled: false
},
series: [{
name: 'Pigeon',
data: [[4.2012,2],[4.2556,2],[4.2641,2],[4.2716,2],[4.28,2],[4.2877,2],[4.2957,2],[4.3028,2],[4.3229,2],[4.3428,2],[4.3626,2],[4.3826,2],[4.4026,2],[4.4228,2],[4.4429,2],[4.4626,2],[4.4827,2],[4.5027,2],[4.5229,2],[4.5431,2],[4.5629,2],[4.5826,2],[4.6029,2],[4.6226,2],[4.6427,2],[4.6625,2],[4.6828,2],[4.7026,2],[4.723,2],[4.7426,2],[4.7625,2],[4.7826,2],[4.8025,2],[4.8226,2],[4.8426,2],[4.8631,2],[4.8828,2],[4.9025,2],[4.9251,2],[4.9428,2],[4.9625,2],[4.9826,2],[5.0025,2],[5.0229,2],[5.0426,2],[5.0627,2],[5.083,2],[5.1025,2],[5.1225,2],[5.1425,2],[5.1625,2],[5.1822,2],[5.2024,2],[5.2227,2],[5.2425,2],[5.2624,2],[5.2825,2],[5.3024,2],[5.3224,2],[5.3425,2],[5.3628,2],[5.3824,2],[5.4022,2],[5.4222,2],[5.4425,2],[5.4622,2],[5.4824,2],[5.5025,2],[5.5222,2],[5.5424,2],[5.5624,2],[5.5824,2],[5.6024,2],[5.6224,2],[5.6435,2],[5.6623,2],[5.6824,2],[5.7022,2],[5.7232,2],[5.7449,2],[5.7624,2],[5.7825,2],[5.8023,2],[5.8224,2],[5.8423,2],[5.8624,2],[5.8823,2],[5.9023,2],[5.9225,2],[5.9429,2],[5.9628,2],[5.9829,2],[6.0027,2],[6.026,2],[6.0458,2],[6.0631,2],[6.0823,2],[6.1023,2],[6.122,2],[6.1422,2],[6.162,2],[6.1823,2],[6.2022,2],[6.2221,2],[6.2424,2],[6.2622,2],[6.2822,2],[6.3024,2],[6.3222,2],[6.3422,2],[6.3622,2],[6.3822,2],[6.4022,2],[6.4222,2],[6.4423,2],[6.4622,2],[6.4823,2],[6.5158,2],[6.5222,2],[6.5422,2],[6.5622,2],[6.5822,2],[6.6023,2],[6.6226,2],[6.6424,2],[6.6621,2],[6.6823,2],[6.7022,2],[6.7222,2],[6.7422,2],[6.7621,2],[6.782,2],[6.8023,2],[6.8224,2],[6.8421,2],[6.8621,2],[6.8823,2],[6.902,2],[6.9221,2],[6.9424,2],[6.9621,2],[6.9823,2],[7.0023,2],[7.0221,2],[7.0422,2],[7.0624,2],[7.0823,2],[7.1024,2],[7.1223,2],[7.1423,2],[7.1624,2],[7.1822,2],[7.2021,2],[7.2222,2],[7.2422,2],[7.2622,2],[7.2822,2],[7.3024,2],[7.3221,2],[7.3421,2],[7.3622,2],[7.3822,2],[7.4021,2],[7.4222,2],[7.4423,2],[7.4655,2],[7.4824,2],[7.5024,2],[7.5224,2],[7.5422,2],[7.5621,2],[7.5823,2],[7.6025,2],[7.6224,2],[7.6421,2],[7.6625,2],[7.6828,2],[7.7027,2],[7.7228,2],[7.7422,2],[7.7621,2],[7.7822,2],[7.8023,2],[7.8222,2],[7.8442,2],[7.8658,2],[7.8848,2],[7.9039,2],[7.9243,2],[7.9457,2],[7.9652,2],[7.9863,2],[8.0047,2],[8.0221,2],[8.0422,2],[8.0617,2],[8.0819,2],[8.1019,2],[8.1221,2],[8.142,2],[8.1619,2],[8.182,2],[8.2019,2],[8.222,2],[8.2419,2],[8.2622,2],[8.2821,2],[8.3019,2],[8.3219,2],[8.342,2],[8.3618,2],[8.3819,2],[8.4018,2],[8.4219,2],[8.4419,2],[8.4619,2],[8.4819,2],[8.5018,2],[8.5218,2],[8.542,2],[8.5621,2],[8.5819,2],[8.6019,2],[8.6219,2],[8.6419,2],[8.6619,2],[8.6819,2],[8.7019,2],[8.7232,2],[8.7422,2],[8.7637,2],[8.7818,2],[8.8019,2],[8.8219,2],[8.8419,2],[8.8619,2],[8.8818,2],[8.9019,2],[8.9218,2],[8.9418,2],[8.9618,2],[8.9818,2],[9.0019,2],[9.0219,2],[9.0419,2],[9.062,2],[9.0821,2],[9.1017,2],[9.1219,2],[9.1419,2],[9.1621,2],[9.1817,2],[9.2019,2],[9.2219,2],[9.2421,2],[9.262,2],[9.282,2],[9.302,2],[9.3221,2],[9.342,2],[9.362,2],[9.3819,2],[9.4017,2],[9.4219,2],[9.4423,2],[9.4619,2],[9.482,2],[9.5018,2],[9.5219,2],[9.5425,2],[9.5622,2],[9.5819,2],[9.6037,2],[9.6218,2],[9.6424,2],[9.6619,2],[9.6819,2],[9.7018,2],[9.722,2],[9.7418,2],[9.7617,2],[9.782,2],[9.8019,2],[9.8219,2],[9.8419,2],[9.8618,2],[9.8818,2],[9.902,2],[9.9219,2],[9.9417,2],[9.9619,2],[9.9819,2],[10.002,2],[10.022,2],[10.042,2],[10.062,2],[10.082,2],[10.102,2],[10.122,2],[10.142,2],[10.162,2],[10.182,2],[10.202,2],[10.222,2],[10.242,2],[10.262,2],[10.282,2],[10.302,2],[10.322,2],[10.342,2],[10.362,2],[10.382,2],[10.402,2],[10.422,2],[10.442,2],[10.462,2],[10.482,2],[10.502,2],[10.522,2],[10.542,2],[10.562,2],[10.582,2],[10.602,2],[10.622,2],[10.642,2],[10.662,2],[10.682,2],[10.702,2],[10.722,2],[10.742,2],[10.762,2],[10.782,2],[10.802,2],[10.822,2],[10.842,2],[10.862,2],[10.882,2],[10.902,2],[10.922,2],[10.942,2],[10.962,2],[10.982,2],[11.002,2],[11.022,2],[11.042,2],[11.062,2],[11.082,2],[11.102,2],[11.122,2],[11.142,2],[11.162,2],[11.182,2],[11.202,2],[11.222,2],[11.242,2],[11.262,2],[11.282,2],[11.302,2],[11.322,2],[11.342,2],[11.362,2],[11.382,2],[11.402,2],[11.422,2],[11.442,2],[11.462,2],[11.482,2],[11.502,2],[11.522,2],[11.542,2],[11.562,2],[11.582,2],[11.602,2],[11.622,2],[11.642,2],[11.662,2],[11.682,2],[11.702,2],[11.722,2],[11.742,2],[11.762,2],[11.782,2],[11.802,2],[11.822,2],[11.842,2],[11.862,2],[11.882,2],[11.902,2],[11.922,2],[11.942,2],[11.962,2],[11.982,2],[12.002,2],[12.022,2],[12.042,2],[12.062,2],[12.082,2],[12.102,2],[12.122,2],[12.142,2],[12.162,2],[12.182,2],[12.202,2],[12.222,2],[12.242,2],[12.262,2],[12.282,2],[12.302,2],[12.322,2],[12.342,2],[12.362,2],[12.382,2],[12.402,2],[12.422,2],[12.442,2],[12.462,2],[12.482,2],[12.502,2],[12.522,2],[12.542,2],[12.562,2],[12.582,2],[12.602,2],[12.622,2],[12.642,2],[12.662,2],[12.682,2],[12.702,2],[12.722,1],[12.742,1],[12.762,1],[12.782,1],[12.802,1],[12.822,1],[12.842,1],[12.862,1],[12.882,1],[12.902,1],[12.922,1],[12.942,1],[12.962,1],[12.982,1],[13.002,1],[13.022,1],[13.042,1],[13.062,1],[13.082,1],[13.102,1],[13.122,1],[13.142,1],[13.162,1],[13.182,1],[13.202,1],[13.222,1],[13.242,1],[13.262,1],[13.282,1],[13.302,1],[13.322,1],[13.342,1],[13.362,1],[13.382,1],[13.402,1],[13.422,1],[13.442,1],[13.462,1],[13.482,1],[13.502,1],[13.522,1],[13.542,1],[13.562,1],[13.582,1],[13.602,1],[13.622,1],[13.642,1],[13.662,1],[13.682,1],[13.702,1],[13.722,1],[13.742,1],[13.762,1],[13.782,1],[13.802,1],[13.822,1],[13.842,1],[13.862,1],[13.882,1],[13.902,1],[13.922,1],[13.942,1],[13.962,1],[13.982,1],[14.002,1],[14.022,1],[14.042,1],[14.062,1],[14.082,1],[14.102,1],[14.122,1],[14.142,1],[14.162,1],[14.182,1],[14.202,1],[14.222,1],[14.242,1],[14.262,1],[14.282,1],[14.302,1],[14.322,1],[14.342,1],[14.362,1],[14.382,1],[14.402,1],[14.422,1],[14.442,1],[14.462,1],[14.482,1],[14.502,1],[14.522,1],[14.542,1],[14.562,1],[14.582,1],[14.602,1],[14.622,1],[14.642,1],[14.662,1],[14.682,1],[14.702,1],[14.722,1],[14.742,1],[14.762,1],[14.782,1],[14.802,1],[14.822,1],[14.842,1],[14.862,1],[14.882,1],[14.902,1],[14.922,1],[14.942,1],[14.962,1],[14.982,1],[15.002,1],[15.022,1],[15.042,1],[15.062,1],[15.082,1],[15.102,1],[15.122,1],[15.142,1],[15.162,1],[15.182,1],[15.202,1],[15.222,1],[15.242,1],[15.262,1],[15.282,1],[15.302,1],[15.322,1],[15.342,1],[15.362,1],[15.382,1],[15.402,1],[15.422,1],[15.442,1],[15.462,1],[15.482,1],[15.502,1],[15.522,1],[15.542,1],[15.562,1],[15.582,1],[15.602,1],[15.622,1],[15.642,1],[15.662,1],[15.682,1],[15.702,1],[15.722,1],[15.742,1],[15.762,1],[15.782,1],[15.802,1],[15.822,1],[15.842,1],[15.862,1],[15.882,1],[15.902,1],[15.922,1],[15.942,1],[15.962,1],[15.982,1],[16.002,1],[16.022,1],[16.042,1],[16.062,1],[16.082,1],[16.102,1],[16.122,1],[16.142,1],[16.162,1],[16.182,1],[16.202,1],[16.222,1],[16.242,1],[16.262,1],[16.282,1],[16.302,1],[16.322,1],[16.342,1],[16.362,1],[16.382,1],[16.402,1],[16.422,1],[16.442,1],[16.462,1],[16.482,1],[16.502,1],[16.522,1],[16.542,1],[16.562,1],[16.582,1],[16.602,1],[16.622,1],[16.642,1],[16.662,1],[16.682,1],[16.702,1],[16.722,1],[16.742,1],[16.762,1],[16.782,1],[16.802,1],[16.822,1],[16.842,1],[16.862,1],[16.882,1],[16.902,1],[16.922,1],[16.942,1],[16.962,1],[16.982,1],[17.002,1],[17.022,1],[17.042,1],[17.062,1],[17.082,1],[17.102,1],[17.122,1],[17.142,1],[17.162,1],[17.182,1],[17.202,1],[17.222,1],[17.242,1],[17.262,1],[17.282,1],[17.302,1],[17.322,1],[17.341,1],[17.362,1],[17.382,1],[17.402,1],[17.422,1],[17.442,1],[17.462,1],[17.482,1],[17.502,1],[17.521,1],[17.542,1],[17.562,1],[17.582,1],[17.602,1],[17.622,1],[17.642,1],[17.662,1],[17.682,1],[17.702,1],[17.722,1],[17.742,1],[17.762,1],[17.782,1],[17.802,1],[17.822,1],[17.842,1],[17.862,1],[17.882,1],[17.902,1],[17.922,1],[17.942,1],[17.962,1],[17.981,1],[18.002,1],[18.022,1],[18.042,1],[18.062,1],[18.082,1],[18.102,1],[18.122,1],[18.142,1],[18.162,1],[18.182,1],[18.202,1],[18.222,1],[18.242,1],[18.262,1],[18.282,1],[18.302,1],[18.322,1],[18.342,1],[18.362,1],[18.382,1],[18.402,1],[18.422,1],[18.442,1],[18.462,1],[18.482,1],[18.502,1],[18.522,1],[18.542,1],[18.562,1],[18.582,1],[18.602,1],[18.622,1],[18.642,1],[18.662,1],[18.682,1],[18.702,1],[18.722,1],[18.742,1],[18.762,1],[18.782,1],[18.802,1],[18.822,2],[18.842,2],[18.862,2],[18.882,2],[18.902,2],[18.922,2],[18.942,2],[18.962,2],[18.982,2],[19.002,2],[19.022,2],[19.042,2],[19.062,2],[19.082,2],[19.102,2],[19.122,2],[19.142,2],[19.162,2],[19.182,2],[19.202,2],[19.222,2],[19.242,2],[19.261,2],[19.282,2],[19.302,2],[19.321,2],[19.341,2],[19.361,2],[19.381,2],[19.401,2],[19.421,2],[19.441,2],[19.462,2],[19.481,2],[19.501,2],[19.522,2],[19.541,2],[19.561,2],[19.581,2],[19.601,2],[19.621,2],[19.641,2],[19.661,2],[19.682,2],[19.703,2],[19.721,2],[19.741,2],[19.761,2],[19.781,2],[19.801,2],[19.822,2],[19.841,2],[19.861,2],[19.881,2],[19.902,2],[19.921,2],[19.941,2],[19.961,2],[19.982,2],[20.001,2],[20.021,2],[20.041,2],[20.061,2],[20.081,2],[20.102,2],[20.122,2],[20.142,2],[20.161,2],[20.181,2],[20.202,2],[20.221,2],[20.242,2],[20.262,2],[20.282,2],[20.302,2],[20.322,2],[20.342,2],[20.362,2],[20.382,2],[20.402,2],[20.421,2],[20.442,2],[20.462,2],[20.482,2],[20.502,2],[20.521,2],[20.541,2],[20.562,2],[20.582,2],[20.602,2],[20.621,2],[20.641,2],[20.662,2],[20.682,2],[20.702,2],[20.722,2],[20.742,2],[20.762,2],[20.781,2],[20.802,2],[20.821,2],[20.841,2],[20.861,2],[20.882,2],[20.902,2],[20.922,2],[20.942,2],[20.962,2],[20.981,2],[21.002,2],[21.022,2],[21.041,2],[21.061,2],[21.081,2],[21.101,2],[21.122,2],[21.141,2],[21.161,2],[21.182,2],[21.202,2],[21.222,2],[21.242,2],[21.262,2],[21.282,2],[21.301,2],[21.322,2],[21.342,2],[21.362,2],[21.381,2],[21.402,2],[21.421,2],[21.442,2],[21.462,2],[21.482,2],[21.502,2],[21.522,2],[21.542,2],[21.562,2],[21.582,2],[21.601,2],[21.622,2],[21.642,2],[21.662,2],[21.682,2],[21.702,2],[21.722,2],[21.742,2],[21.763,2],[21.781,2],[21.802,2],[21.822,2],[21.842,2],[21.862,2],[21.881,2],[21.902,2],[21.922,2],[21.942,2],[21.962,2],[21.982,2],[22.002,2],[22.021,2],[22.042,2],[22.062,2],[22.082,2],[22.102,2],[22.122,2],[22.142,2],[22.162,2],[22.182,2],[22.202,2],[22.222,2],[22.242,2],[22.262,2],[22.282,2],[22.302,2],[22.322,2],[22.342,2],[22.362,2],[22.382,2],[22.402,2],[22.422,2],[22.442,2],[22.462,2],[22.482,2],[22.502,2],[22.522,2],[22.542,2],[22.562,2],[22.582,2],[22.602,2],[22.622,2],[22.642,2],[22.662,2],[22.682,2],[22.702,2],[22.722,2],[22.742,2],[22.762,2],[22.782,2],[22.802,2],[22.822,2],[22.842,2],[22.862,2],[22.882,2],[22.902,2],[22.922,2],[22.942,2],[22.962,2],[22.982,2],[23.002,2],[23.022,2],[23.042,2],[23.062,2],[23.082,2],[23.102,2],[23.122,2],[23.142,2],[23.162,2],[23.182,2],[23.202,2],[23.222,2],[23.242,2],[23.262,2],[23.282,2],[23.301,2],[23.322,2],[23.342,2],[23.362,2],[23.382,2],[23.402,2],[23.422,2],[23.442,2],[23.462,2],[23.482,2],[23.502,2],[23.522,2],[23.542,2],[23.562,2],[23.582,2],[23.602,2],[23.622,2],[23.642,2],[23.662,2],[23.682,2],[23.702,2],[23.722,2],[23.741,2],[23.762,2],[23.782,2],[23.802,2],[23.822,2],[23.842,2],[23.862,2],[23.882,2],[23.902,2],[23.921,2],[23.942,2],[23.962,2],[23.982,2],[24.002,2],[24.022,2],[24.042,2],[24.062,2],[24.082,2],[24.102,2],[24.122,2],[24.142,2],[24.162,2],[24.182,2],[24.202,2],[24.222,2],[24.242,2],[24.261,2],[24.282,2],[24.302,2],[24.322,2],[24.342,2],[24.362,2],[24.382,2],[24.402,2],[24.421,2],[24.442,2],[24.462,2],[24.482,2],[24.502,2],[24.522,2],[24.542,2],[24.562,2],[24.582,2],[24.602,2],[24.622,2],[24.642,2],[24.662,2],[24.682,2],[24.702,2],[24.722,2],[24.742,2],[24.762,2],[24.782,2],[24.802,2],[24.822,2],[24.842,2],[24.862,2],[24.882,2],[24.902,2],[24.922,2],[24.942,2],[24.962,2],[24.982,2],[25.002,2],[25.022,2],[25.042,2],[25.062,2],[25.082,2],[25.102,2],[25.122,2],[25.142,2],[25.162,2],[25.182,2],[25.202,2],[25.222,2],[25.242,2],[25.262,2],[25.282,2],[25.302,2],[25.322,2],[25.342,2],[25.362,2],[25.381,2],[25.402,2],[25.422,2],[25.442,2],[25.462,2],[25.482,2],[25.502,2],[25.522,2],[25.542,2],[25.562,2],[25.582,2],[25.602,2],[25.622,2],[25.642,2],[25.661,2],[25.682,2],[25.702,2],[25.722,2],[25.742,2],[25.762,2],[25.782,2],[25.802,2],[25.822,2],[25.842,2],[25.862,2],[25.882,2],[25.902,2],[25.922,2],[25.942,2],[25.962,2],[25.982,2],[26.002,2],[26.022,2],[26.042,2],[26.062,2],[26.082,2],[26.102,2],[26.122,2],[26.142,2],[26.162,2],[26.182,2],[26.202,2],[26.222,2],[26.242,2],[26.262,2],[26.282,2],[26.302,2],[26.322,2],[26.342,2],[26.362,2],[26.382,2],[26.402,2],[26.422,2],[26.442,2],[26.462,2],[26.482,2],[26.502,2],[26.522,2],[26.542,2],[26.562,2],[26.582,2],[26.602,2],[26.622,2],[26.642,2],[26.662,2],[26.682,2],[26.702,2],[26.722,2],[26.742,2],[26.762,2],[26.782,2],[26.802,2],[26.822,2],[26.842,2],[26.862,2],[26.882,2],[26.902,2],[26.922,2],[26.942,2],[26.962,2],[26.982,2],[27.002,2],[27.022,2],[27.042,2],[27.062,2],[27.082,2],[27.102,2],[27.122,2],[27.142,2],[27.162,2],[27.182,2],[27.202,2],[27.222,2],[27.242,2],[27.262,2],[27.282,2],[27.302,2],[27.322,2],[27.342,2],[27.362,2],[27.382,2],[27.402,2],[27.422,2],[27.442,2],[27.462,2],[27.482,2],[27.502,2],[27.525,2],[27.542,2],[27.562,2],[27.582,2],[27.602,2],[27.622,2],[27.642,2],[27.662,2],[27.682,2],[27.702,2],[27.721,2],[27.742,2],[27.762,2],[27.782,2],[27.802,2],[27.822,2],[27.842,2],[27.862,2],[27.882,2],[27.902,2],[27.921,2],[27.942,2],[27.962,2],[27.982,2],[28.002,2],[28.022,2],[28.042,2],[28.062,2],[28.082,2],[28.102,2],[28.122,2],[28.142,2],[28.162,2],[28.182,2],[28.202,2],[28.222,2],[28.242,2],[28.262,2],[28.282,2],[28.302,2],[28.322,2],[28.342,2],[28.362,2],[28.382,2],[28.402,2],[28.422,2],[28.442,2],[28.462,2],[28.482,2],[28.502,2],[28.522,2],[28.542,2],[28.562,2],[28.582,2],[28.602,2],[28.622,2],[28.642,2],[28.662,2],[28.682,2],[28.702,2],[28.722,2],[28.742,2],[28.761,2],[28.782,2],[28.802,2],[28.822,2],[28.842,2],[28.862,2],[28.882,2],[28.902,2],[28.922,2],[28.942,2],[28.962,2],[28.982,2],[29.002,2],[29.022,2],[29.042,2],[29.062,2],[29.082,2],[29.102,2],[29.122,2],[29.142,2],[29.162,2],[29.182,2],[29.202,2],[29.222,2],[29.242,2],[29.262,2],[29.282,2],[29.302,2],[29.322,2],[29.342,2],[29.362,2],[29.382,2],[29.402,2],[29.422,2],[29.442,2],[29.462,2],[29.482,2],[29.502,2],[29.522,2],[29.542,2],[29.562,2],[29.582,2],[29.605,2],[29.624,2],[29.642,2],[29.662,2],[29.682,2],[29.702,2],[29.722,2],[29.742,2],[29.762,2],[29.782,2],[29.802,2],[29.821,2],[29.842,2],[29.862,2],[29.882,2],[29.902,2],[29.922,2],[29.942,2],[29.962,2],[29.982,2],[30.002,2],[30.022,2],[30.042,2],[30.062,2],[30.082,2],[30.102,2],[30.122,2],[30.142,2],[30.162,2],[30.182,2],[30.202,2],[30.222,2],[30.242,2],[30.262,2],[30.282,2],[30.302,2],[30.322,2],[30.342,2],[30.362,2],[30.382,2],[30.402,2],[30.422,2],[30.442,2],[30.462,2],[30.482,2],[30.502,2],[30.522,2],[30.542,2],[30.562,2],[30.582,2],[30.602,2],[30.622,2],[30.645,2],[30.662,2],[30.684,2],[30.702,2],[30.722,2],[30.742,2],[30.762,2],[30.782,2],[30.802,2],[30.822,2],[30.842,2],[30.862,2],[30.882,2],[30.902,2],[30.922,2],[30.942,2],[30.962,2],[30.982,2],[31.002,2],[31.021,2],[31.042,2],[31.062,2],[31.082,2],[31.101,2],[31.122,2],[31.142,2],[31.162,2],[31.182,2],[31.202,2],[31.222,2],[31.242,2],[31.262,2],[31.282,2],[31.302,2],[31.322,2],[31.342,2],[31.362,2],[31.382,2],[31.402,2],[31.422,2],[31.442,2],[31.462,2],[31.482,2],[31.502,2],[31.522,2],[31.542,2],[31.562,2],[31.582,2],[31.602,2],[31.622,2],[31.642,2],[31.662,2],[31.682,2],[31.702,2],[31.724,2],[31.742,2],[31.762,2],[31.782,2],[31.802,2],[31.822,2],[31.842,2],[31.862,2],[31.882,2],[31.902,2],[31.922,2],[31.942,2],[31.962,2],[31.982,2],[32.002,2],[32.022,2],[32.042,2],[32.062,2],[32.081,2],[32.102,2],[32.122,2],[32.142,2],[32.162,2],[32.182,2],[32.202,2],[32.222,2],[32.242,2],[32.262,2],[32.282,2],[32.302,2],[32.322,2],[32.342,2],[32.361,2],[32.382,2],[32.402,2],[32.421,2],[32.442,2],[32.462,2],[32.482,2],[32.502,2],[32.522,2],[32.542,2],[32.562,2],[32.582,2],[32.602,2],[32.622,2],[32.642,2],[32.662,2],[32.682,2],[32.702,2],[32.722,2],[32.742,2],[32.764,2],[32.782,2],[32.802,2],[32.822,2],[32.842,2],[32.862,2],[32.882,2],[32.902,2],[32.922,2],[32.941,2],[32.962,2],[32.982,2],[33.002,2],[33.022,2],[33.042,2],[33.062,2],[33.082,2],[33.102,2],[33.122,2],[33.142,2],[33.162,2],[33.181,2],[33.202,2],[33.222,2],[33.241,2],[33.262,2],[33.282,2],[33.301,2],[33.321,2],[33.342,2],[33.362,2],[33.382,2],[33.402,2],[33.422,2],[33.442,2],[33.462,2],[33.482,2],[33.502,2],[33.522,2],[33.542,2],[33.562,2],[33.582,2],[33.602,2],[33.622,2],[33.642,2],[33.662,2],[33.681,2],[33.702,2],[33.722,2],[33.742,2],[33.762,2],[33.784,2],[33.802,2],[33.822,2],[33.842,2],[33.862,2],[33.882,2],[33.902,2],[33.922,2],[33.942,2],[33.962,2],[33.982,2],[34.002,2],[34.022,2],[34.042,2],[34.062,2],[34.082,2],[34.102,2],[34.122,2],[34.142,2],[34.162,2],[34.182,2],[34.202,2],[34.222,2],[34.242,2],[34.262,2],[34.282,2],[34.302,2],[34.322,2],[34.342,2]]
},]
});
</script>
</div>
</div>
</div>
</div>
<div class="panel-group">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" href="#collapse_04e2190535daeb296768ab2fea43588d34784f1e">Pigeon</a>
</h4>
</div>
<div id="collapse_04e2190535daeb296768ab2fea43588d34784f1e" class="panel-collapse collapse">
<div class="panel-body">
<!-- Empty table omitted -->
<!-- Log Table -->
<div id="Pigeon/Heading" style="min-width: 310px; height: 400px; margin: 0 auto"></div>
<script>
Highcharts.chart('Pigeon/Heading', {
chart: {
type: 'line',
zoomType: 'x'
},
title: {
text: 'Heading (Degrees)'
},
subtitle: {
text: '[ Pigeon/Heading ]'
},
xAxis: {
events: {
setExtremes: syncExtremes
},
title: {
text: 'Timestamp (s)'
}
},
credits: {
enabled: false
},
series: [{
name: 'Robot',
data: [[4.2012,0],[4.2556,0],[4.2641,0],[4.2716,0],[4.28,0],[4.2877,0],[4.2957,0],[4.3028,0],[4.3229,0],[4.3428,0],[4.3626,0],[4.3826,0],[4.4026,0],[4.4228,0],[4.4429,0],[4.4626,0],[4.4827,0],[4.5027,0],[4.5229,0],[4.5431,0],[4.5629,0],[4.5826,0],[4.6029,0],[4.6226,0],[4.6427,0],[4.6625,0],[4.6828,0],[4.7026,0],[4.723,0],[4.7426,0],[4.7625,0],[4.7826,0.043945],[4.8025,0.087891],[4.8226,0.13184],[4.8426,0.21973],[4.8631,0.30762],[4.8828,0.39551],[4.9025,0.52734],[4.9251,0.65918],[4.9428,0.83496],[4.9625,1.0107],[4.9826,1.2305],[5.0025,1.4941],[5.0229,1.7578],[5.0426,2.0654],[5.0627,2.417],[5.083,2.7686],[5.1025,3.1641],[5.1225,3.6035],[5.1425,4.043],[5.1625,4.5264],[5.1822,5.0537],[5.2024,5.5811],[5.2227,6.1523],[5.2425,6.7676],[5.2624,7.3828],[5.2825,8.042],[5.3024,8.7012],[5.3224,9.3604],[5.3425,10.063],[5.3628,10.767],[5.3824,11.514],[5.4022,12.261],[5.4222,13.008],[5.4425,13.755],[5.4622,14.546],[5.4824,15.337],[5.5025,16.172],[5.5222,16.963],[5.5424,17.798],[5.5624,18.633],[5.5824,19.468],[5.6024,20.303],[5.6224,21.182],[5.6435,22.017],[5.6623,22.896],[5.6824,23.774],[5.7022,24.653],[5.7232,25.532],[5.7449,26.895],[5.7624,27.334],[5.7825,28.257],[5.8023,29.136],[5.8224,30.059],[5.8423,30.938],[5.8624,31.86],[5.8823,32.783],[5.9023,33.662],[5.9225,34.585],[5.9429,35.464],[5.9628,36.387],[5.9829,37.266],[6.0027,38.145],[6.026,39.023],[6.0458,39.902],[6.0631,40.825],[6.0823,41.704],[6.1023,42.539],[6.122,43.418],[6.1422,44.297],[6.162,45.176],[6.1823,46.011],[6.2022,46.89],[6.2221,47.725],[6.2424,48.56],[6.2622,49.395],[6.2822,50.229],[6.3024,51.064],[6.3222,51.899],[6.3422,52.734],[6.3622,53.525],[6.3822,54.36],[6.4022,55.151],[6.4222,55.986],[6.4423,56.777],[6.4622,57.612],[6.4823,58.403],[6.5158,59.941],[6.5222,59.941],[6.5422,60.732],[6.5622,61.523],[6.5822,62.314],[6.6023,63.105],[6.6226,63.94],[6.6424,64.775],[6.6621,65.654],[6.6823,66.533],[6.7022,67.456],[6.7222,68.423],[6.7422,69.434],[6.7621,70.444],[6.782,71.499],[6.8023,72.51],[6.8224,73.564],[6.8421,74.575],[6.8621,75.542],[6.8823,76.553],[6.902,77.476],[6.9221,78.442],[6.9424,79.365],[6.9621,80.288],[6.9823,81.167],[7.0023,82.046],[7.0221,82.881],[7.0422,83.716],[7.0624,84.507],[7.0823,85.254],[7.1024,86.045],[7.1223,86.792],[7.1423,87.495],[7.1624,88.198],[7.1822,88.901],[7.2021,89.561],[7.2222,90.22],[7.2422,90.835],[7.2622,91.45],[7.2822,92.021],[7.3024,92.593],[7.3221,93.12],[7.3421,93.647],[7.3622,94.219],[7.3822,94.834],[7.4021,95.493],[7.4222,96.196],[7.4423,96.899],[7.4655,97.559],[7.4824,98.262],[7.5024,99.009],[7.5224,99.712],[7.5422,100.5],[7.5621,101.34],[7.5823,102.22],[7.6025,103.05],[7.6224,103.93],[7.6421,104.81],[7.6625,105.69],[7.6828,106.57],[7.7027,107.45],[7.7228,108.33],[7.7422,109.2],[7.7621,110.13],[7.7822,111.05],[7.8023,111.97],[7.8222,112.94],[7.8442,113.82],[7.8658,114.74],[7.8848,115.66],[7.9039,116.59],[7.9243,117.51],[7.9457,118.43],[7.9652,119.4],[7.9863,120.37],[8.0047,121.33],[8.0221,122.3],[8.0422,123.27],[8.0617,124.28],[8.0819,125.24],[8.1019,126.25],[8.1221,127.31],[8.142,128.32],[8.1619,129.38],[8.182,130.43],[8.2019,131.48],[8.222,132.58],[8.2419,133.64],[8.2622,134.69],[8.2821,135.75],[8.3019,136.8],[8.3219,137.86],[8.342,138.91],[8.3618,139.92],[8.3819,140.98],[8.4018,141.99],[8.4219,143],[8.4419,144.01],[8.4619,145.02],[8.4819,145.99],[8.5018,146.95],[8.5218,147.92],[8.542,148.89],[8.5621,149.85],[8.5819,150.82],[8.6019,151.79],[8.6219,152.75],[8.6419,153.72],[8.6619,154.64],[8.6819,155.61],[8.7019,156.58],[8.7232,157.54],[8.7422,158.51],[8.7637,159.48],[8.7818,160.44],[8.8019,161.41],[8.8219,162.38],[8.8419,163.34],[8.8619,164.31],[8.8818,165.28],[8.9019,166.29],[8.9218,167.26],[8.9418,168.27],[8.9618,169.28],[8.9818,170.29],[9.0019,171.25],[9.0219,172.27],[9.0419,173.23],[9.062,174.2],[9.0821,175.17],[9.1017,176.13],[9.1219,177.06],[9.1419,178.02],[9.1621,178.9],[9.1817,179.82],[9.2019,180.7],[9.2219,181.58],[9.2421,182.42],[9.262,183.25],[9.282,184.09],[9.302,184.88],[9.3221,185.67],[9.342,186.46],[9.362,187.21],[9.3819,187.95],[9.4017,188.7],[9.4219,189.4],[9.4423,190.11],[9.4619,190.81],[9.482,191.47],[9.5018,192.13],[9.5219,192.79],[9.5425,193.4],[9.5622,194.02],[9.5819,194.63],[9.6037,195.21],[9.6218,195.78],[9.6424,196.35],[9.6619,196.88],[9.6819,197.4],[9.7018,197.93],[9.722,198.41],[9.7418,198.9],[9.7617,199.38],[9.782,199.82],[9.8019,200.26],[9.8219,200.65],[9.8419,201.09],[9.8618,201.49],[9.8818,201.84],[9.902,202.19],[9.9219,202.54],[9.9417,202.85],[9.9619,203.16],[9.9819,203.38],[10.002,203.55],[10.022,203.73],[10.042,203.95],[10.062,204.21],[10.082,204.57],[10.102,204.96],[10.122,205.44],[10.142,205.97],[10.162,206.59],[10.182,207.2],[10.202,207.91],[10.222,208.65],[10.242,209.4],[10.262,210.19],[10.282,211.03],[10.302,211.9],[10.322,212.78],[10.342,213.71],[10.362,214.58],[10.382,215.51],[10.402,216.39],[10.422,217.31],[10.442,218.23],[10.462,219.16],[10.482,220.08],[10.502,221],[10.522,221.88],[10.542,222.8],[10.562,223.68],[10.582,224.56],[10.602,225.44],[10.622,226.32],[10.642,227.2],[10.662,228.08],[10.682,228.91],[10.702,229.79],[10.722,230.63],[10.742,231.46],[10.762,232.29],[10.782,233.09],[10.802,233.92],[10.822,234.71],[10.842,235.55],[10.862,236.34],[10.882,237.13],[10.902,237.92],[10.922,238.71],[10.942,239.5],[10.962,240.29],[10.982,241.08],[11.002,241.83],[11.022,242.62],[11.042,243.37],[11.062,244.16],[11.082,244.91],[11.102,245.65],[11.122,246.36],[11.142,247.1],[11.162,247.81],[11.182,248.51],[11.202,249.21],[11.222,249.87],[11.242,250.53],[11.262,251.19],[11.282,251.85],[11.302,252.47],[11.322,253.13],[11.342,253.74],[11.362,254.36],[11.382,254.97],[11.402,255.54],[11.422,256.16],[11.442,256.73],[11.462,257.34],[11.482,257.61],[11.502,258.22],[11.522,258.84],[11.542,259.41],[11.562,260.02],[11.582,260.64],[11.602,261.21],[11.622,261.83],[11.642,262.44],[11.662,263.06],[11.682,263.63],[11.702,264.24],[11.722,264.81],[11.742,265.43],[11.762,266.04],[11.782,266.62],[11.802,267.19],[11.822,267.76],[11.842,268.37],[11.862,268.9],[11.882,269.47],[11.902,270.04],[11.922,270.62],[11.942,271.14],[11.962,271.71],[11.982,272.24],[12.002,272.77],[12.022,273.3],[12.042,273.82],[12.062,274.35],[12.082,274.88],[12.102,275.41],[12.122,275.93],[12.142,276.42],[12.162,276.94],[12.182,277.47],[12.202,277.95],[12.222,278.44],[12.242,278.92],[12.262,279.45],[12.282,279.89],[12.302,280.37],[12.322,280.85],[12.342,281.29],[12.362,281.73],[12.382,282.17],[12.402,282.61],[12.422,283.01],[12.442,283.4],[12.462,283.8],[12.482,284.19],[12.502,284.55],[12.522,284.9],[12.542,285.25],[12.562,285.6],[12.582,285.95],[12.602,286.26],[12.622,286.57],[12.642,286.88],[12.662,287.18],[12.682,287.49],[12.702,287.75],[12.722,287.75],[12.742,287.75],[12.762,287.75],[12.782,287.75],[12.802,287.75],[12.822,287.75],[12.842,287.75],[12.862,287.75],[12.882,287.75],[12.902,287.75],[12.922,287.75],[12.942,287.75],[12.962,287.75],[12.982,287.75],[13.002,287.75],[13.022,287.75],[13.042,287.75],[13.062,287.75],[13.082,287.75],[13.102,287.75],[13.122,287.75],[13.142,287.75],[13.162,287.75],[13.182,287.75],[13.202,287.75],[13.222,287.75],[13.242,287.75],[13.262,287.75],[13.282,287.75],[13.302,287.75],[13.322,287.75],[13.342,287.75],[13.362,287.75],[13.382,287.75],[13.402,287.75],[13.422,287.75],[13.442,287.75],[13.462,287.75],[13.482,287.75],[13.502,287.75],[13.522,287.75],[13.542,287.75],[13.562,287.75],[13.582,287.75],[13.602,287.75],[13.622,287.75],[13.642,287.75],[13.662,287.75],[13.682,287.75],[13.702,287.75],[13.722,287.75],[13.742,287.75],[13.762,287.75],[13.782,287.75],[13.802,287.75],[13.822,287.75],[13.842,287.75],[13.862,287.75],[13.882,287.75],[13.902,287.75],[13.922,287.75],[13.942,287.75],[13.962,287.75],[13.982,287.75],[14.002,287.75],[14.022,287.75],[14.042,287.75],[14.062,287.75],[14.082,287.75],[14.102,287.75],[14.122,287.75],[14.142,287.75],[14.162,287.75],[14.182,287.75],[14.202,287.75],[14.222,287.75],[14.242,287.75],[14.262,287.75],[14.282,287.75],[14.302,287.75],[14.322,287.75],[14.342,287.75],[14.362,287.75],[14.382,287.75],[14.402,287.75],[14.422,287.75],[14.442,287.75],[14.462,287.75],[14.482,287.75],[14.502,287.75],[14.522,287.75],[14.542,287.75],[14.562,287.75],[14.582,287.75],[14.602,287.75],[14.622,287.75],[14.642,287.75],[14.662,287.75],[14.682,287.75],[14.702,287.75],[14.722,287.75],[14.742,287.75],[14.762,287.75],[14.782,287.75],[14.802,354.9],[14.822,354.9],[14.842,354.9],[14.862,354.9],[14.882,354.9],[14.902,354.9],[14.922,354.9],[14.942,354.9],[14.962,354.9],[14.982,354.9],[15.002,354.9],[15.022,354.9],[15.042,354.9],[15.062,354.9],[15.082,354.9],[15.102,354.9],[15.122,354.9],[15.142,354.9],[15.162,354.9],[15.182,354.9],[15.202,354.9],[15.222,354.9],[15.242,354.9],[15.262,354.9],[15.282,354.9],[15.302,354.9],[15.322,354.9],[15.342,354.9],[15.362,354.9],[15.382,354.9],[15.402,354.9],[15.422,354.9],[15.442,354.9],[15.462,354.9],[15.482,354.9],[15.502,354.9],[15.522,354.9],[15.542,354.9],[15.562,354.9],[15.582,354.9],[15.602,354.9],[15.622,354.9],[15.642,354.9],[15.662,354.9],[15.682,354.9],[15.702,354.9],[15.722,354.9],[15.742,354.9],[15.762,354.9],[15.782,354.9],[15.802,354.9],[15.822,354.9],[15.842,354.9],[15.862,354.9],[15.882,354.9],[15.902,354.9],[15.922,354.9],[15.942,354.9],[15.962,354.9],[15.982,354.9],[16.002,354.9],[16.022,354.9],[16.042,354.9],[16.062,354.9],[16.082,354.9],[16.102,354.9],[16.122,354.9],[16.142,354.9],[16.162,354.9],[16.182,354.9],[16.202,354.9],[16.222,354.9],[16.242,354.9],[16.262,354.9],[16.282,354.9],[16.302,354.9],[16.322,354.9],[16.342,354.9],[16.362,354.9],[16.382,354.9],[16.402,354.9],[16.422,354.9],[16.442,354.9],[16.462,354.9],[16.482,354.9],[16.502,354.9],[16.522,354.9],[16.542,354.9],[16.562,354.9],[16.582,354.9],[16.602,354.9],[16.622,354.9],[16.642,354.9],[16.662,354.9],[16.682,354.9],[16.702,354.9],[16.722,354.9],[16.742,354.9],[16.762,354.9],[16.782,354.9],[16.802,354.9],[16.822,354.9],[16.842,354.9],[16.862,354.9],[16.882,354.9],[16.902,354.9],[16.922,354.9],[16.942,354.9],[16.962,354.9],[16.982,354.9],[17.002,354.9],[17.022,354.9],[17.042,354.9],[17.062,354.9],[17.082,354.95],[17.102,354.95],[17.122,354.95],[17.142,354.95],[17.162,354.95],[17.182,354.95],[17.202,354.95],[17.222,354.95],[17.242,354.95],[17.262,354.95],[17.282,354.95],[17.302,354.95],[17.322,354.99],[17.341,354.99],[17.362,354.99],[17.382,354.99],[17.402,354.99],[17.422,354.99],[17.442,354.99],[17.462,354.99],[17.482,354.99],[17.502,354.99],[17.521,354.99],[17.542,354.99],[17.562,354.99],[17.582,354.99],[17.602,354.99],[17.622,354.99],[17.642,354.99],[17.662,354.99],[17.682,354.99],[17.702,354.99],[17.722,354.99],[17.742,354.99],[17.762,354.99],[17.782,354.99],[17.802,354.99],[17.822,354.99],[17.842,354.99],[17.862,354.99],[17.882,354.99],[17.902,354.99],[17.922,354.99],[17.942,354.99],[17.962,354.99],[17.981,354.99],[18.002,354.99],[18.022,354.99],[18.042,354.99],[18.062,354.99],[18.082,354.99],[18.102,354.99],[18.122,354.99],[18.142,354.99],[18.162,354.99],[18.182,354.99],[18.202,354.99],[18.222,354.99],[18.242,354.99],[18.262,354.99],[18.282,354.99],[18.302,354.99],[18.322,354.99],[18.342,354.99],[18.362,354.99],[18.382,354.99],[18.402,354.99],[18.422,354.99],[18.442,354.99],[18.462,354.99],[18.482,354.99],[18.502,355.03],[18.522,355.03],[18.542,355.03],[18.562,355.03],[18.582,355.03],[18.602,355.03],[18.622,355.03],[18.642,355.03],[18.662,355.03],[18.682,355.03],[18.702,355.03],[18.722,355.03],[18.742,355.03],[18.762,355.03],[18.782,355.03],[18.802,355.03],[18.822,355.03],[18.842,355.03],[18.862,355.03],[18.882,355.03],[18.902,355.03],[18.922,355.03],[18.942,355.03],[18.962,355.03],[18.982,355.03],[19.002,355.03],[19.022,355.03],[19.042,355.03],[19.062,355.03],[19.082,355.03],[19.102,355.03],[19.122,355.03],[19.142,355.03],[19.162,355.03],[19.182,355.03],[19.202,355.03],[19.222,355.03],[19.242,355.03],[19.261,355.03],[19.282,355.03],[19.302,355.03],[19.321,355.03],[19.341,355.03],[19.361,355.03],[19.381,355.03],[19.401,355.03],[19.421,355.03],[19.441,355.03],[19.462,355.03],[19.481,355.03],[19.501,355.03],[19.522,355.03],[19.541,355.03],[19.561,355.03],[19.581,355.03],[19.601,355.03],[19.621,355.03],[19.641,355.03],[19.661,355.03],[19.682,355.03],[19.703,355.03],[19.721,355.03],[19.741,355.03],[19.761,355.03],[19.781,355.03],[19.801,355.03],[19.822,355.03],[19.841,355.03],[19.861,355.03],[19.881,355.03],[19.902,355.03],[19.921,355.03],[19.941,355.03],[19.961,355.03],[19.982,355.03],[20.001,355.03],[20.021,355.03],[20.041,355.03],[20.061,355.03],[20.081,355.03],[20.102,355.03],[20.122,355.03],[20.142,355.03],[20.161,355.03],[20.181,355.03],[20.202,355.03],[20.221,355.03],[20.242,355.03],[20.262,355.03],[20.282,355.03],[20.302,355.03],[20.322,355.03],[20.342,355.03],[20.362,355.03],[20.382,355.03],[20.402,355.03],[20.421,355.03],[20.442,355.03],[20.462,355.03],[20.482,355.03],[20.502,355.03],[20.521,355.03],[20.541,355.03],[20.562,355.03],[20.582,355.03],[20.602,355.03],[20.621,355.03],[20.641,355.03],[20.662,355.03],[20.682,355.03],[20.702,355.03],[20.722,355.03],[20.742,355.03],[20.762,355.03],[20.781,355.03],[20.802,355.03],[20.821,355.03],[20.841,355.03],[20.861,355.03],[20.882,355.03],[20.902,355.03],[20.922,355.03],[20.942,355.03],[20.962,355.03],[20.981,355.03],[21.002,355.03],[21.022,355.03],[21.041,355.03],[21.061,355.03],[21.081,355.03],[21.101,355.03],[21.122,355.03],[21.141,355.03],[21.161,355.03],[21.182,355.03],[21.202,355.03],[21.222,355.03],[21.242,355.03],[21.262,355.03],[21.282,355.03],[21.301,355.03],[21.322,355.03],[21.342,355.03],[21.362,355.03],[21.381,355.03],[21.402,355.03],[21.421,355.03],[21.442,355.03],[21.462,355.03],[21.482,355.03],[21.502,355.03],[21.522,355.03],[21.542,355.03],[21.562,355.03],[21.582,355.03],[21.601,355.03],[21.622,355.03],[21.642,355.03],[21.662,355.03],[21.682,355.03],[21.702,355.03],[21.722,355.03],[21.742,355.03],[21.763,355.03],[21.781,355.03],[21.802,355.03],[21.822,355.03],[21.842,355.03],[21.862,355.03],[21.881,355.03],[21.902,355.03],[21.922,355.03],[21.942,355.03],[21.962,355.03],[21.982,355.03],[22.002,355.03],[22.021,355.03],[22.042,355.03],[22.062,355.03],[22.082,355.03],[22.102,355.03],[22.122,355.08],[22.142,355.03],[22.162,355.08],[22.182,355.08],[22.202,355.08],[22.222,355.08],[22.242,355.08],[22.262,355.08],[22.282,355.08],[22.302,355.08],[22.322,355.08],[22.342,355.08],[22.362,355.08],[22.382,355.08],[22.402,355.08],[22.422,355.08],[22.442,355.08],[22.462,355.08],[22.482,355.08],[22.502,355.08],[22.522,355.08],[22.542,355.08],[22.562,355.08],[22.582,355.08],[22.602,355.08],[22.622,355.08],[22.642,355.08],[22.662,355.08],[22.682,355.08],[22.702,355.08],[22.722,355.08],[22.742,355.08],[22.762,355.08],[22.782,355.08],[22.802,355.08],[22.822,355.08],[22.842,355.08],[22.862,355.08],[22.882,355.08],[22.902,355.08],[22.922,355.08],[22.942,355.08],[22.962,355.08],[22.982,355.08],[23.002,355.08],[23.022,355.08],[23.042,355.08],[23.062,355.08],[23.082,355.08],[23.102,355.08],[23.122,355.08],[23.142,355.08],[23.162,355.08],[23.182,355.08],[23.202,355.08],[23.222,355.08],[23.242,355.08],[23.262,355.08],[23.282,355.08],[23.301,355.08],[23.322,355.08],[23.342,355.08],[23.362,355.08],[23.382,355.08],[23.402,355.08],[23.422,355.08],[23.442,355.08],[23.462,355.08],[23.482,355.08],[23.502,355.08],[23.522,355.08],[23.542,355.08],[23.562,355.08],[23.582,355.08],[23.602,355.08],[23.622,355.08],[23.642,355.08],[23.662,355.08],[23.682,355.08],[23.702,355.08],[23.722,355.08],[23.741,355.08],[23.762,355.08],[23.782,355.08],[23.802,355.08],[23.822,355.08],[23.842,355.08],[23.862,355.08],[23.882,355.08],[23.902,355.08],[23.921,355.08],[23.942,355.08],[23.962,355.08],[23.982,355.08],[24.002,355.08],[24.022,355.08],[24.042,355.12],[24.062,355.12],[24.082,355.12],[24.102,355.17],[24.122,355.25],[24.142,355.34],[24.162,355.47],[24.182,355.65],[24.202,355.87],[24.222,356.13],[24.242,356.4],[24.261,356.75],[24.282,357.19],[24.302,357.63],[24.322,358.15],[24.342,358.73],[24.362,359.34],[24.382,360],[24.402,360.7],[24.421,361.41],[24.442,362.15],[24.462,362.94],[24.482,363.74],[24.502,364.53],[24.522,365.36],[24.542,366.2],[24.562,367.08],[24.582,367.91],[24.602,368.79],[24.622,369.67],[24.642,370.55],[24.662,371.47],[24.682,372.39],[24.702,373.32],[24.722,374.28],[24.742,375.21],[24.762,376.17],[24.782,377.14],[24.802,378.15],[24.822,379.12],[24.842,380.13],[24.862,381.09],[24.882,382.1],[24.902,383.12],[24.922,384.08],[24.942,385.09],[24.962,386.06],[24.982,387.07],[25.002,388.08],[25.022,389.05],[25.042,390.06],[25.062,391.07],[25.082,392.04],[25.102,393.05],[25.122,394.06],[25.142,395.02],[25.162,396.04],[25.182,397],[25.202,398.01],[25.222,398.98],[25.242,399.99],[25.262,400.96],[25.282,401.97],[25.302,402.93],[25.322,403.9],[25.342,404.91],[25.362,405.88],[25.381,406.85],[25.402,407.81],[25.422,408.78],[25.442,409.75],[25.462,410.71],[25.482,411.68],[25.502,412.65],[25.522,413.61],[25.542,414.58],[25.562,415.55],[25.582,416.56],[25.602,417.52],[25.622,418.49],[25.642,419.46],[25.661,420.42],[25.682,421.39],[25.702,422.36],[25.722,423.37],[25.742,424.34],[25.762,425.35],[25.782,426.31],[25.802,427.37],[25.822,428.38],[25.842,429.43],[25.862,430.53],[25.882,431.67],[25.902,432.82],[25.922,433.96],[25.942,435.1],[25.962,436.25],[25.982,437.34],[26.002,438.44],[26.022,439.5],[26.042,440.55],[26.062,441.61],[26.082,442.62],[26.102,443.58],[26.122,444.55],[26.142,445.47],[26.162,446.4],[26.182,447.32],[26.202,448.2],[26.222,449.03],[26.242,449.87],[26.262,450.7],[26.282,451.1],[26.302,451.89],[26.322,452.64],[26.342,453.38],[26.362,454.09],[26.382,454.79],[26.402,455.45],[26.422,456.11],[26.442,456.72],[26.462,457.34],[26.482,457.91],[26.502,458.48],[26.522,459.05],[26.542,459.58],[26.562,460.06],[26.582,460.55],[26.602,461.03],[26.622,461.47],[26.642,461.87],[26.662,462.26],[26.682,462.66],[26.702,463.01],[26.722,463.32],[26.742,463.62],[26.762,463.93],[26.782,464.19],[26.802,464.46],[26.822,464.68],[26.842,464.9],[26.862,465.12],[26.882,465.29],[26.902,465.51],[26.922,465.73],[26.942,465.95],[26.962,466.22],[26.982,466.52],[27.002,466.79],[27.022,467.14],[27.042,467.45],[27.062,467.8],[27.082,468.19],[27.102,468.63],[27.122,469.07],[27.142,469.6],[27.162,470.13],[27.182,470.74],[27.202,471.45],[27.222,472.15],[27.242,472.9],[27.262,473.69],[27.282,474.57],[27.302,475.44],[27.322,476.37],[27.342,477.33],[27.362,478.34],[27.382,479.31],[27.402,480.32],[27.422,481.38],[27.442,482.39],[27.462,483.44],[27.482,484.54],[27.502,485.64],[27.525,486.74],[27.542,487.88],[27.562,488.98],[27.582,490.12],[27.602,491.31],[27.622,492.45],[27.642,493.59],[27.662,494.78],[27.682,495.97],[27.702,497.15],[27.721,498.34],[27.742,499.53],[27.762,500.71],[27.782,501.94],[27.802,503.13],[27.822,504.32],[27.842,505.5],[27.862,506.65],[27.882,507.79],[27.902,508.89],[27.921,509.99],[27.942,511.08],[27.962,512.18],[27.982,513.24],[28.002,514.25],[28.022,515.26],[28.042,516.27],[28.062,517.24],[28.082,518.16],[28.102,519.13],[28.122,520.05],[28.142,520.93],[28.162,521.85],[28.182,522.69],[28.202,523.56],[28.222,524.44],[28.242,525.32],[28.262,526.25],[28.282,527.21],[28.302,528.22],[28.322,529.28],[28.342,530.29],[28.362,531.39],[28.382,532.49],[28.402,533.58],[28.422,534.73],[28.442,535.91],[28.462,537.1],[28.482,538.33],[28.502,539.56],[28.522,540.79],[28.542,542.02],[28.562,543.25],[28.582,544.48],[28.602,545.71],[28.622,546.99],[28.642,548.26],[28.662,549.54],[28.682,550.81],[28.702,552.08],[28.722,553.36],[28.742,554.63],[28.761,555.91],[28.782,557.14],[28.802,558.41],[28.822,559.69],[28.842,560.96],[28.862,562.24],[28.882,563.51],[28.902,564.79],[28.922,566.06],[28.942,567.33],[28.962,568.61],[28.982,569.88],[29.002,571.16],[29.022,572.43],[29.042,573.71],[29.062,574.98],[29.082,576.25],[29.102,577.57],[29.122,578.85],[29.142,580.17],[29.162,581.48],[29.182,582.76],[29.202,584.12],[29.222,585.44],[29.242,586.8],[29.262,588.21],[29.282,589.61],[29.302,591.02],[29.322,592.51],[29.342,594.01],[29.362,595.5],[29.382,597],[29.402,598.49],[29.422,599.99],[29.442,601.48],[29.462,602.93],[29.482,604.38],[29.502,605.79],[29.522,607.24],[29.542,608.64],[29.562,610],[29.582,611.41],[29.605,612.73],[29.624,614.09],[29.642,615.41],[29.662,616.73],[29.682,618],[29.702,619.28],[29.722,620.55],[29.742,621.83],[29.762,623.06],[29.782,624.29],[29.802,625.47],[29.821,626.66],[29.842,627.85],[29.862,628.99],[29.882,630.13],[29.902,631.27],[29.922,632.37],[29.942,633.47],[29.962,634.57],[29.982,635.63],[30.002,636.68],[30.022,637.69],[30.042,638.7],[30.062,639.71],[30.082,640.68],[30.102,641.65],[30.122,642.61],[30.142,643.54],[30.162,644.46],[30.182,645.34],[30.202,646.22],[30.222,647.09],[30.242,647.97],[30.262,648.81],[30.282,649.64],[30.302,650.48],[30.322,651.36],[30.342,652.24],[30.362,653.16],[30.382,654.13],[30.402,655.14],[30.422,656.15],[30.442,657.2],[30.462,658.26],[30.482,659.36],[30.502,660.41],[30.522,661.51],[30.542,662.61],[30.562,663.75],[30.582,664.85],[30.602,665.99],[30.622,667.13],[30.645,668.32],[30.662,669.46],[30.684,670.65],[30.702,671.79],[30.722,672.98],[30.742,674.17],[30.762,675.35],[30.782,676.54],[30.802,677.72],[30.822,678.87],[30.842,680.05],[30.862,681.24],[30.882,682.43],[30.902,683.61],[30.922,684.76],[30.942,685.9],[30.962,687.04],[30.982,688.18],[31.002,689.33],[31.021,690.42],[31.042,691.52],[31.062,692.62],[31.082,693.72],[31.101,694.78],[31.122,695.83],[31.142,696.88],[31.162,697.9],[31.182,698.91],[31.202,699.92],[31.222,700.93],[31.242,701.89],[31.262,702.86],[31.282,703.78],[31.302,704.75],[31.322,705.67],[31.342,706.55],[31.362,707.43],[31.382,708.31],[31.402,709.19],[31.422,710.02],[31.442,710.86],[31.462,711.65],[31.482,712.44],[31.502,713.19],[31.522,713.94],[31.542,714.68],[31.562,715.39],[31.582,716.09],[31.602,716.75],[31.622,717.45],[31.642,718.07],[31.662,718.73],[31.682,719.34],[31.702,720],[31.724,720.62],[31.742,721.19],[31.762,721.8],[31.782,722.37],[31.802,722.94],[31.822,723.47],[31.842,724],[31.862,724.53],[31.882,724.97],[31.902,725.41],[31.922,725.84],[31.942,726.2],[31.962,726.55],[31.982,726.9],[32.002,727.16],[32.022,727.47],[32.042,727.73],[32.062,727.95],[32.081,728.17],[32.102,728.35],[32.122,728.53],[32.142,728.66],[32.162,728.79],[32.182,728.92],[32.202,729.01],[32.222,729.05],[32.242,729.1],[32.262,729.1],[32.282,729.14],[32.302,729.1],[32.322,729.1],[32.342,729.1],[32.361,729.1],[32.382,729.1],[32.402,729.1],[32.421,729.1],[32.442,729.1],[32.462,729.1],[32.482,729.1],[32.502,729.1],[32.522,729.1],[32.542,729.1],[32.562,729.1],[32.582,729.1],[32.602,729.1],[32.622,729.1],[32.642,729.1],[32.662,729.1],[32.682,729.1],[32.702,729.1],[32.722,729.1],[32.742,729.1],[32.764,729.1],[32.782,729.1],[32.802,729.1],[32.822,729.1],[32.842,729.1],[32.862,729.1],[32.882,729.1],[32.902,729.1],[32.922,729.1],[32.941,729.1],[32.962,729.14],[32.982,729.1],[33.002,729.1],[33.022,729.1],[33.042,729.14],[33.062,729.14],[33.082,729.14],[33.102,729.14],[33.122,729.1],[33.142,729.1],[33.162,729.14],[33.181,729.14],[33.202,729.14],[33.222,729.14],[33.241,729.14],[33.262,729.14],[33.282,729.14],[33.301,729.14],[33.321,729.14],[33.342,729.14],[33.362,729.14],[33.382,729.14],[33.402,729.14],[33.422,729.14],[33.442,729.14],[33.462,729.14],[33.482,729.14],[33.502,729.14],[33.522,729.14],[33.542,729.14],[33.562,729.14],[33.582,729.14],[33.602,729.14],[33.622,729.14],[33.642,729.14],[33.662,729.14],[33.681,729.14],[33.702,729.14],[33.722,729.14],[33.742,729.14],[33.762,729.14],[33.784,729.14],[33.802,729.14],[33.822,729.14],[33.842,729.14],[33.862,729.14],[33.882,729.14],[33.902,729.14],[33.922,729.14],[33.942,729.14],[33.962,729.14],[33.982,729.14],[34.002,729.14],[34.022,729.14],[34.042,729.14],[34.062,729.14],[34.082,729.14],[34.102,729.14],[34.122,729.14],[34.142,729.14],[34.162,729.14],[34.182,729.14],[34.202,729.14],[34.222,729.14],[34.242,729.14],[34.262,729.14],[34.282,729.14],[34.302,729.14],[34.322,729.14],[34.342,729.14]]
},{
name: 'Turret',
data: [[4.2012,339.52],[4.2556,-20.303],[4.2641,-20.303],[4.2716,-20.303],[4.28,-20.303],[4.2877,-20.303],[4.2957,-20.303],[4.3028,-20.303],[4.3229,-20.303],[4.3428,-20.303],[4.3626,-0.17578],[4.3826,-0.17578],[4.4026,-0.17578],[4.4228,-0.17578],[4.4429,-0.17578],[4.4626,-0.17578],[4.4827,-0.17578],[4.5027,-0.17578],[4.5229,-0.17578],[4.5431,-0.17578],[4.5629,-0.17578],[4.5826,-0.17578],[4.6029,-0.17578],[4.6226,-0.17578],[4.6427,-0.17578],[4.6625,-0.17578],[4.6828,-0.17578],[4.7026,-0.17578],[4.723,-0.17578],[4.7426,-0.17578],[4.7625,-0.17578],[4.7826,-0.17578],[4.8025,-0.17578],[4.8226,-0.17578],[4.8426,-0.17578],[4.8631,-0.17578],[4.8828,-0.17578],[4.9025,-0.17578],[4.9251,-0.17578],[4.9428,-0.17578],[4.9625,-0.17578],[4.9826,-0.17578],[5.0025,-0.17578],[5.0229,-0.087891],[5.0426,-0.087891],[5.0627,-0.087891],[5.083,-0.087891],[5.1025,-0.087891],[5.1225,-0.087891],[5.1425,-0.087891],[5.1625,2.0215],[5.1822,2.0215],[5.2024,2.0215],[5.2227,2.0215],[5.2425,2.0215],[5.2624,2.0215],[5.2825,2.0215],[5.3024,2.0215],[5.3224,6.1523],[5.3425,6.1523],[5.3628,6.1523],[5.3824,6.1523],[5.4022,6.1523],[5.4222,6.1523],[5.4425,6.1523],[5.4622,6.1523],[5.4824,6.1523],[5.5025,11.689],[5.5222,11.689],[5.5424,11.689],[5.5624,11.689],[5.5824,11.689],[5.6024,11.689],[5.6224,11.689],[5.6435,18.193],[5.6623,18.193],[5.6824,18.193],[5.7022,18.193],[5.7232,18.193],[5.7449,18.193],[5.7624,18.193],[5.7825,18.193],[5.8023,24.961],[5.8224,24.961],[5.8423,24.961],[5.8624,24.961],[5.8823,24.961],[5.9023,24.961],[5.9225,24.961],[5.9429,24.961],[5.9628,32.256],[5.9829,32.256],[6.0027,32.256],[6.026,32.256],[6.0458,32.256],[6.0631,32.256],[6.0823,32.256],[6.1023,32.256],[6.122,32.256],[6.1422,39.463],[6.162,39.463],[6.1823,39.463],[6.2022,39.463],[6.2221,39.463],[6.2424,39.463],[6.2622,39.463],[6.2822,39.463],[6.3024,46.406],[6.3222,46.406],[6.3422,46.406],[6.3622,46.406],[6.3822,46.406],[6.4022,46.406],[6.4222,46.406],[6.4423,52.91],[6.4622,52.91],[6.4823,52.91],[6.5158,52.91],[6.5222,52.91],[6.5422,52.91],[6.5622,52.91],[6.5822,52.91],[6.6023,52.91],[6.6226,59.414],[6.6424,59.414],[6.6621,59.414],[6.6823,59.414],[6.7022,59.414],[6.7222,59.414],[6.7422,59.414],[6.7621,59.414],[6.782,66.182],[6.8023,66.182],[6.8224,66.182],[6.8421,66.182],[6.8621,66.182],[6.8823,66.182],[6.902,66.182],[6.9221,66.182],[6.9424,74.092],[6.9621,74.092],[6.9823,74.092],[7.0023,74.092],[7.0221,74.092],[7.0422,74.092],[7.0624,74.092],[7.0823,81.475],[7.1024,81.475],[7.1223,81.475],[7.1423,81.475],[7.1624,81.475],[7.1822,81.475],[7.2021,81.475],[7.2222,81.475],[7.2422,81.475],[7.2622,87.539],[7.2822,87.539],[7.3024,87.539],[7.3221,87.539],[7.3421,87.539],[7.3622,87.539],[7.3822,87.539],[7.4021,92.461],[7.4222,92.461],[7.4423,92.461],[7.4655,92.461],[7.4824,92.461],[7.5024,92.461],[7.5224,92.461],[7.5422,92.461],[7.5621,92.461],[7.5823,97.646],[7.6025,97.646],[7.6224,97.646],[7.6421,97.646],[7.6625,97.646],[7.6828,97.646],[7.7027,97.646],[7.7228,104.24],[7.7422,104.24],[7.7621,104.24],[7.7822,104.24],[7.8023,104.24],[7.8222,104.24],[7.8442,104.24],[7.8658,104.24],[7.8848,111.36],[7.9039,111.36],[7.9243,111.36],[7.9457,111.36],[7.9652,111.36],[7.9863,111.36],[8.0047,111.36],[8.0221,111.36],[8.0422,111.36],[8.0617,118.83],[8.0819,118.83],[8.1019,118.83],[8.1221,118.83],[8.142,118.83],[8.1619,118.83],[8.182,118.83],[8.2019,118.83],[8.222,126.91],[8.2419,126.91],[8.2622,126.91],[8.2821,126.91],[8.3019,126.91],[8.3219,126.91],[8.342,126.91],[8.3618,126.91],[8.3819,135.44],[8.4018,135.44],[8.4219,135.44],[8.4419,135.44],[8.4619,135.44],[8.4819,135.44],[8.5018,135.44],[8.5218,135.44],[8.542,143.61],[8.5621,143.61],[8.5819,143.61],[8.6019,143.61],[8.6219,143.61],[8.6419,143.61],[8.6619,143.61],[8.6819,143.61],[8.7019,151.35],[8.7232,151.35],[8.7422,151.35],[8.7637,151.35],[8.7818,151.35],[8.8019,151.35],[8.8219,151.35],[8.8419,151.35],[8.8619,158.91],[8.8818,158.91],[8.9019,158.91],[8.9218,158.91],[8.9418,158.91],[8.9618,158.91],[8.9818,158.91],[9.0019,158.91],[9.0219,166.82],[9.0419,166.82],[9.062,166.82],[9.0821,166.82],[9.1017,166.82],[9.1219,166.82],[9.1419,166.82],[9.1621,166.82],[9.1817,174.73],[9.2019,174.73],[9.2219,174.73],[9.2421,174.73],[9.262,174.73],[9.282,174.73],[9.302,174.73],[9.3221,174.73],[9.342,181.85],[9.362,181.85],[9.3819,181.85],[9.4017,181.85],[9.4219,181.85],[9.4423,181.85],[9.4619,181.85],[9.482,181.85],[9.5018,188],[9.5219,188],[9.5425,188],[9.5622,188],[9.5819,188],[9.6037,188],[9.6218,188],[9.6424,188],[9.6619,193.27],[9.6819,193.27],[9.7018,193.27],[9.722,193.27],[9.7418,193.27],[9.7617,193.27],[9.782,193.27],[9.8019,193.27],[9.8219,197.58],[9.8419,197.58],[9.8618,197.58],[9.8818,197.58],[9.902,197.58],[9.9219,197.58],[9.9417,197.58],[9.9619,197.58],[9.9819,201.01],[10.002,201.01],[10.022,201.01],[10.042,201.01],[10.062,201.01],[10.082,201.01],[10.102,201.01],[10.122,201.01],[10.142,203.12],[10.162,203.12],[10.182,203.12],[10.202,203.12],[10.222,203.12],[10.242,203.12],[10.262,203.12],[10.282,203.12],[10.302,207.42],[10.322,207.42],[10.342,207.42],[10.362,207.42],[10.382,207.42],[10.402,207.42],[10.422,207.42],[10.442,207.42],[10.462,214.1],[10.482,214.1],[10.502,214.1],[10.522,214.1],[10.542,214.1],[10.562,214.1],[10.582,214.1],[10.602,214.1],[10.622,221.4],[10.642,221.4],[10.662,221.4],[10.682,221.4],[10.702,221.4],[10.722,221.4],[10.742,221.4],[10.762,221.4],[10.782,228.34],[10.802,228.34],[10.822,228.34],[10.842,228.34],[10.862,228.34],[10.882,228.34],[10.902,228.34],[10.922,228.34],[10.942,234.93],[10.962,234.93],[10.982,234.93],[11.002,234.93],[11.022,234.93],[11.042,234.93],[11.062,234.93],[11.082,234.93],[11.102,241.35],[11.122,241.35],[11.142,241.35],[11.162,241.35],[11.182,241.35],[11.202,241.35],[11.222,241.35],[11.242,241.35],[11.262,247.15],[11.282,247.15],[11.302,247.15],[11.322,247.15],[11.342,247.15],[11.362,247.15],[11.382,247.15],[11.402,247.15],[11.422,252.42],[11.442,252.42],[11.462,252.42],[11.482,252.42],[11.502,252.42],[11.522,252.42],[11.542,252.42],[11.562,252.42],[11.582,257.08],[11.602,257.08],[11.622,257.08],[11.642,257.08],[11.662,257.08],[11.682,257.08],[11.702,257.08],[11.722,257.08],[11.742,261.83],[11.762,261.83],[11.782,261.83],[11.802,261.83],[11.822,261.83],[11.842,261.83],[11.862,261.83],[11.882,261.83],[11.902,266.48],[11.922,266.48],[11.942,266.48],[11.962,266.48],[11.982,266.48],[12.002,266.48],[12.022,266.48],[12.042,266.48],[12.062,270.97],[12.082,270.97],[12.102,270.97],[12.122,270.97],[12.142,270.97],[12.162,270.97],[12.182,270.97],[12.202,270.97],[12.222,275.19],[12.242,275.19],[12.262,275.19],[12.282,275.19],[12.302,275.19],[12.322,275.19],[12.342,275.19],[12.362,275.19],[12.382,279.05],[12.402,279.05],[12.422,279.05],[12.442,279.05],[12.462,279.05],[12.482,279.05],[12.502,279.05],[12.522,279.05],[12.542,282.57],[12.562,282.57],[12.582,282.57],[12.602,282.57],[12.622,282.57],[12.642,282.57],[12.662,282.57],[12.682,282.57],[12.702,285.38],[12.722,285.38],[12.742,285.38],[12.762,285.38],[12.782,285.38],[12.802,285.38],[12.822,285.38],[12.842,285.38],[12.862,286.79],[12.882,286.79],[12.902,286.79],[12.922,286.79],[12.942,286.79],[12.962,286.79],[12.982,286.79],[13.002,286.79],[13.022,286.79],[13.042,286.79],[13.062,286.79],[13.082,286.79],[13.102,286.79],[13.122,286.79],[13.142,286.79],[13.162,286.79],[13.182,286.79],[13.202,286.79],[13.222,286.79],[13.242,286.79],[13.262,286.79],[13.282,286.79],[13.302,286.79],[13.322,286.79],[13.342,286.79],[13.362,286.79],[13.382,286.79],[13.402,286.79],[13.422,286.79],[13.442,286.79],[13.462,286.79],[13.482,286.79],[13.502,286.79],[13.522,286.79],[13.542,286.79],[13.562,286.79],[13.582,286.79],[13.602,286.79],[13.622,286.79],[13.642,286.79],[13.662,286.79],[13.682,286.79],[13.702,286.79],[13.722,286.79],[13.742,286.79],[13.762,286.79],[13.782,286.79],[13.802,286.79],[13.822,286.79],[13.842,286.79],[13.862,286.79],[13.882,286.79],[13.902,286.79],[13.922,286.79],[13.942,286.79],[13.962,286.79],[13.982,286.79],[14.002,286.79],[14.022,286.79],[14.042,286.79],[14.062,286.79],[14.082,286.79],[14.102,286.79],[14.122,286.79],[14.142,286.79],[14.162,286.79],[14.182,286.79],[14.202,286.79],[14.222,286.79],[14.242,286.79],[14.262,286.79],[14.282,286.79],[14.302,286.79],[14.322,286.79],[14.342,286.79],[14.362,286.79],[14.382,286.79],[14.402,286.79],[14.422,286.79],[14.442,286.79],[14.462,286.79],[14.482,286.79],[14.502,286.79],[14.522,286.79],[14.542,286.79],[14.562,286.79],[14.582,286.79],[14.602,286.79],[14.622,286.79],[14.642,286.79],[14.662,286.79],[14.682,286.79],[14.702,286.79],[14.722,286.79],[14.742,286.79],[14.762,286.79],[14.782,286.79],[14.802,286.79],[14.822,286.79],[14.842,286.79],[14.862,286.79],[14.882,286.79],[14.902,286.79],[14.922,286.79],[14.942,347.78],[14.962,347.78],[14.982,347.78],[15.002,347.78],[15.022,347.78],[15.042,347.78],[15.062,347.78],[15.082,347.78],[15.102,354.64],[15.122,354.64],[15.142,354.64],[15.162,354.64],[15.182,354.64],[15.202,354.64],[15.222,354.64],[15.242,354.64],[15.262,354.64],[15.282,354.64],[15.302,354.64],[15.322,354.64],[15.342,354.64],[15.362,354.64],[15.382,354.64],[15.402,354.64],[15.422,354.64],[15.442,354.64],[15.462,354.64],[15.482,354.64],[15.502,354.64],[15.522,354.64],[15.542,354.64],[15.562,354.64],[15.582,354.64],[15.602,354.64],[15.622,354.64],[15.642,354.64],[15.662,354.64],[15.682,354.64],[15.702,354.64],[15.722,354.64],[15.742,354.64],[15.762,354.64],[15.782,354.64],[15.802,354.64],[15.822,354.64],[15.842,354.64],[15.862,354.64],[15.882,354.64],[15.902,354.64],[15.922,354.64],[15.942,354.64],[15.962,354.64],[15.982,354.64],[16.002,354.64],[16.022,354.64],[16.042,354.64],[16.062,354.64],[16.082,354.64],[16.102,354.64],[16.122,354.64],[16.142,354.64],[16.162,354.64],[16.182,354.64],[16.202,354.64],[16.222,354.64],[16.242,354.64],[16.262,354.64],[16.282,354.64],[16.302,354.64],[16.322,354.64],[16.342,354.64],[16.362,354.64],[16.382,354.64],[16.402,354.64],[16.422,354.64],[16.442,354.64],[16.462,354.64],[16.482,354.64],[16.502,354.64],[16.522,354.64],[16.542,354.64],[16.562,354.64],[16.582,354.64],[16.602,354.64],[16.622,354.64],[16.642,354.64],[16.662,354.64],[16.682,354.64],[16.702,354.64],[16.722,354.64],[16.742,354.64],[16.762,354.64],[16.782,354.64],[16.802,354.64],[16.822,354.64],[16.842,354.64],[16.862,354.64],[16.882,354.64],[16.902,354.64],[16.922,354.64],[16.942,354.64],[16.962,354.64],[16.982,354.64],[17.002,354.64],[17.022,354.64],[17.042,354.64],[17.062,354.64],[17.082,354.64],[17.102,354.64],[17.122,354.64],[17.142,354.64],[17.162,354.64],[17.182,354.64],[17.202,354.64],[17.222,354.64],[17.242,354.64],[17.262,354.64],[17.282,354.64],[17.302,354.64],[17.322,354.64],[17.341,354.64],[17.362,354.64],[17.382,354.64],[17.402,354.64],[17.422,354.64],[17.442,354.64],[17.462,354.64],[17.482,354.64],[17.502,354.64],[17.521,354.64],[17.542,354.64],[17.562,354.64],[17.582,354.64],[17.602,354.64],[17.622,354.64],[17.642,354.64],[17.662,354.64],[17.682,354.64],[17.702,354.64],[17.722,354.64],[17.742,354.64],[17.762,354.64],[17.782,354.64],[17.802,354.64],[17.822,354.64],[17.842,354.64],[17.862,354.64],[17.882,354.64],[17.902,354.64],[17.922,354.64],[17.942,354.64],[17.962,354.64],[17.981,354.64],[18.002,354.64],[18.022,354.64],[18.042,354.64],[18.062,354.64],[18.082,354.64],[18.102,354.64],[18.122,354.64],[18.142,354.64],[18.162,354.64],[18.182,354.64],[18.202,354.64],[18.222,354.64],[18.242,354.64],[18.262,354.64],[18.282,354.64],[18.302,354.64],[18.322,354.64],[18.342,354.64],[18.362,354.64],[18.382,354.64],[18.402,354.64],[18.422,354.64],[18.442,354.64],[18.462,354.64],[18.482,354.64],[18.502,354.64],[18.522,354.64],[18.542,354.64],[18.562,354.64],[18.582,354.64],[18.602,354.64],[18.622,354.64],[18.642,354.64],[18.662,354.64],[18.682,354.64],[18.702,354.64],[18.722,354.64],[18.742,354.64],[18.762,354.64],[18.782,354.64],[18.802,354.64],[18.822,354.64],[18.842,354.64],[18.862,354.64],[18.882,354.64],[18.902,354.64],[18.922,354.64],[18.942,354.64],[18.962,354.64],[18.982,354.64],[19.002,354.64],[19.022,354.64],[19.042,354.64],[19.062,354.64],[19.082,354.64],[19.102,354.64],[19.122,354.64],[19.142,354.64],[19.162,354.64],[19.182,354.64],[19.202,354.64],[19.222,354.64],[19.242,354.64],[19.261,354.64],[19.282,354.64],[19.302,354.64],[19.321,354.64],[19.341,354.64],[19.361,354.64],[19.381,354.64],[19.401,354.64],[19.421,354.64],[19.441,354.64],[19.462,354.64],[19.481,354.64],[19.501,354.64],[19.522,354.64],[19.541,354.64],[19.561,354.64],[19.581,354.64],[19.601,354.64],[19.621,354.64],[19.641,354.64],[19.661,354.64],[19.682,354.64],[19.703,354.64],[19.721,354.64],[19.741,354.64],[19.761,354.64],[19.781,354.64],[19.801,354.64],[19.822,354.64],[19.841,354.64],[19.861,354.64],[19.881,354.64],[19.902,354.64],[19.921,354.64],[19.941,354.64],[19.961,354.64],[19.982,354.64],[20.001,354.64],[20.021,354.64],[20.041,354.64],[20.061,354.64],[20.081,354.64],[20.102,354.64],[20.122,354.64],[20.142,354.64],[20.161,354.64],[20.181,354.64],[20.202,354.64],[20.221,354.64],[20.242,354.64],[20.262,354.64],[20.282,354.64],[20.302,354.64],[20.322,354.64],[20.342,354.64],[20.362,354.64],[20.382,354.64],[20.402,354.64],[20.421,354.64],[20.442,354.64],[20.462,354.64],[20.482,354.64],[20.502,354.64],[20.521,354.64],[20.541,354.64],[20.562,354.64],[20.582,354.64],[20.602,354.64],[20.621,354.64],[20.641,354.64],[20.662,354.64],[20.682,354.64],[20.702,354.64],[20.722,354.64],[20.742,354.64],[20.762,354.64],[20.781,354.64],[20.802,354.64],[20.821,354.64],[20.841,354.64],[20.861,354.64],[20.882,354.64],[20.902,354.64],[20.922,354.64],[20.942,354.64],[20.962,354.64],[20.981,354.64],[21.002,354.64],[21.022,354.64],[21.041,354.64],[21.061,354.64],[21.081,354.64],[21.101,354.64],[21.122,354.64],[21.141,354.64],[21.161,354.64],[21.182,354.64],[21.202,354.64],[21.222,354.64],[21.242,354.64],[21.262,354.64],[21.282,354.64],[21.301,354.64],[21.322,354.64],[21.342,354.64],[21.362,354.64],[21.381,354.64],[21.402,354.64],[21.421,354.64],[21.442,354.64],[21.462,354.64],[21.482,354.64],[21.502,354.64],[21.522,354.64],[21.542,354.64],[21.562,354.64],[21.582,354.64],[21.601,354.64],[21.622,354.64],[21.642,354.64],[21.662,354.64],[21.682,354.64],[21.702,354.64],[21.722,354.64],[21.742,354.64],[21.763,354.64],[21.781,354.64],[21.802,354.64],[21.822,354.64],[21.842,354.64],[21.862,354.64],[21.881,354.64],[21.902,354.64],[21.922,354.64],[21.942,354.64],[21.962,354.64],[21.982,354.64],[22.002,354.64],[22.021,354.64],[22.042,354.64],[22.062,354.64],[22.082,354.64],[22.102,354.64],[22.122,354.64],[22.142,354.64],[22.162,354.64],[22.182,354.64],[22.202,354.64],[22.222,354.64],[22.242,354.64],[22.262,354.64],[22.282,354.64],[22.302,354.64],[22.322,354.64],[22.342,354.64],[22.362,354.64],[22.382,354.64],[22.402,354.64],[22.422,354.64],[22.442,354.64],[22.462,354.64],[22.482,354.64],[22.502,354.64],[22.522,354.64],[22.542,354.64],[22.562,354.64],[22.582,354.64],[22.602,354.64],[22.622,354.64],[22.642,354.64],[22.662,354.64],[22.682,354.64],[22.702,354.64],[22.722,354.64],[22.742,354.64],[22.762,354.64],[22.782,354.64],[22.802,354.64],[22.822,354.64],[22.842,354.64],[22.862,354.64],[22.882,354.64],[22.902,354.64],[22.922,354.64],[22.942,354.64],[22.962,354.64],[22.982,354.64],[23.002,354.64],[23.022,354.64],[23.042,354.64],[23.062,354.64],[23.082,354.64],[23.102,354.64],[23.122,354.64],[23.142,354.64],[23.162,354.64],[23.182,354.64],[23.202,354.64],[23.222,354.64],[23.242,354.64],[23.262,354.64],[23.282,354.64],[23.301,354.64],[23.322,354.64],[23.342,354.64],[23.362,354.64],[23.382,354.64],[23.402,354.64],[23.422,354.64],[23.442,354.64],[23.462,354.64],[23.482,354.64],[23.502,354.64],[23.522,354.64],[23.542,354.64],[23.562,354.64],[23.582,354.64],[23.602,354.64],[23.622,354.64],[23.642,354.64],[23.662,354.64],[23.682,354.64],[23.702,354.64],[23.722,354.64],[23.741,354.64],[23.762,354.64],[23.782,354.64],[23.802,354.64],[23.822,354.64],[23.842,354.64],[23.862,354.64],[23.882,354.64],[23.902,354.64],[23.921,354.64],[23.942,354.64],[23.962,354.64],[23.982,354.64],[24.002,354.64],[24.022,354.64],[24.042,354.64],[24.062,354.64],[24.082,354.64],[24.102,354.64],[24.122,354.64],[24.142,354.64],[24.162,354.64],[24.182,354.64],[24.202,354.64],[24.222,354.64],[24.242,354.64],[24.261,354.64],[24.282,354.64],[24.302,354.64],[24.322,354.64],[24.342,354.64],[24.362,354.64],[24.382,356.57],[24.402,356.57],[24.421,356.57],[24.442,356.57],[24.462,356.57],[24.482,356.57],[24.502,356.57],[24.522,356.57],[24.542,361.67],[24.562,361.67],[24.582,361.67],[24.602,361.67],[24.622,361.67],[24.642,361.67],[24.662,361.67],[24.682,361.67],[24.702,368.44],[24.722,368.44],[24.742,368.44],[24.762,368.44],[24.782,368.44],[24.802,368.44],[24.822,368.44],[24.842,368.44],[24.862,375.82],[24.882,375.82],[24.902,375.82],[24.922,375.82],[24.942,375.82],[24.962,375.82],[24.982,375.82],[25.002,375.82],[25.022,383.73],[25.042,383.73],[25.062,383.73],[25.082,383.73],[25.102,383.73],[25.122,383.73],[25.142,383.73],[25.162,383.73],[25.182,391.73],[25.202,391.73],[25.222,391.73],[25.242,391.73],[25.262,391.73],[25.282,391.73],[25.302,391.73],[25.322,391.73],[25.342,399.64],[25.362,399.64],[25.381,399.64],[25.402,399.64],[25.422,399.64],[25.442,399.64],[25.462,399.64],[25.482,399.64],[25.502,407.55],[25.522,407.55],[25.542,407.55],[25.562,407.55],[25.582,407.55],[25.602,407.55],[25.622,407.55],[25.642,407.55],[25.661,415.2],[25.682,415.2],[25.702,415.2],[25.722,415.2],[25.742,415.2],[25.762,415.2],[25.782,415.2],[25.802,415.2],[25.822,423.02],[25.842,423.02],[25.862,423.02],[25.882,423.02],[25.902,423.02],[25.922,423.02],[25.942,423.02],[25.962,423.02],[25.982,431.28],[26.002,431.28],[26.022,431.28],[26.042,431.28],[26.062,431.28],[26.082,431.28],[26.102,431.28],[26.122,431.28],[26.142,440.16],[26.162,440.16],[26.182,440.16],[26.202,440.16],[26.222,440.16],[26.242,440.16],[26.262,440.16],[26.282,440.16],[26.302,447.71],[26.322,447.71],[26.342,447.71],[26.362,447.71],[26.382,447.71],[26.402,447.71],[26.422,447.71],[26.442,447.71],[26.462,453.52],[26.482,453.52],[26.502,453.52],[26.522,453.52],[26.542,453.52],[26.562,453.52],[26.582,453.52],[26.602,453.52],[26.622,458.35],[26.642,458.35],[26.662,458.35],[26.682,458.35],[26.702,458.35],[26.722,458.35],[26.742,458.35],[26.762,458.35],[26.782,461.87],[26.802,461.87],[26.822,461.87],[26.842,461.87],[26.862,461.87],[26.882,461.87],[26.902,461.87],[26.922,461.87],[26.942,463.97],[26.962,463.97],[26.982,463.97],[27.002,463.97],[27.022,463.97],[27.042,463.97],[27.062,463.97],[27.082,463.97],[27.102,466],[27.122,466],[27.142,466],[27.162,466],[27.182,466],[27.202,466],[27.222,466],[27.242,466],[27.262,469.69],[27.282,469.69],[27.302,469.69],[27.322,469.69],[27.342,469.69],[27.362,469.69],[27.382,469.69],[27.402,469.69],[27.422,476.02],[27.442,476.02],[27.462,476.02],[27.482,476.02],[27.502,476.02],[27.525,476.02],[27.542,476.02],[27.562,476.02],[27.582,484.1],[27.602,484.1],[27.622,484.1],[27.642,484.1],[27.662,484.1],[27.682,484.1],[27.702,484.1],[27.721,484.1],[27.742,493.33],[27.762,493.33],[27.782,493.33],[27.802,493.33],[27.822,493.33],[27.842,493.33],[27.862,493.33],[27.882,493.33],[27.902,502.91],[27.921,502.91],[27.942,502.91],[27.962,502.91],[27.982,502.91],[28.002,502.91],[28.022,502.91],[28.042,502.91],[28.062,511.79],[28.082,511.79],[28.102,511.79],[28.122,511.79],[28.142,511.79],[28.162,511.79],[28.182,511.79],[28.202,511.79],[28.222,519.61],[28.242,519.61],[28.262,519.61],[28.282,519.61],[28.302,519.61],[28.322,519.61],[28.342,519.61],[28.362,519.61],[28.382,526.9],[28.402,526.9],[28.422,526.9],[28.442,526.9],[28.462,526.9],[28.482,526.9],[28.502,526.9],[28.522,526.9],[28.542,535.78],[28.562,535.78],[28.582,535.78],[28.602,535.78],[28.622,535.78],[28.642,535.78],[28.662,535.78],[28.682,535.78],[28.702,545.54],[28.722,545.54],[28.742,545.54],[28.761,545.54],[28.782,545.54],[28.802,545.54],[28.822,545.54],[28.842,545.54],[28.862,555.73],[28.882,555.73],[28.902,555.73],[28.922,555.73],[28.942,555.73],[28.962,555.73],[28.982,555.73],[29.002,555.73],[29.022,565.93],[29.042,565.93],[29.062,565.93],[29.082,565.93],[29.102,565.93],[29.122,565.93],[29.142,565.93],[29.162,565.93],[29.182,576.12],[29.202,576.12],[29.222,576.12],[29.242,576.12],[29.262,576.12],[29.282,576.12],[29.302,576.12],[29.322,576.12],[29.342,586.85],[29.362,586.85],[29.382,586.85],[29.402,586.85],[29.422,586.85],[29.442,586.85],[29.462,586.85],[29.482,586.85],[29.502,598.45],[29.522,598.45],[29.542,598.45],[29.562,598.45],[29.582,598.45],[29.605,598.45],[29.624,598.45],[29.642,598.45],[29.662,609.61],[29.682,609.61],[29.702,609.61],[29.722,609.61],[29.742,609.61],[29.762,609.61],[29.782,609.61],[29.802,609.61],[29.821,620.33],[29.842,620.33],[29.862,620.33],[29.882,620.33],[29.902,620.33],[29.922,620.33],[29.942,620.33],[29.962,620.33],[29.982,629.74],[30.002,629.74],[30.022,629.74],[30.042,629.74],[30.062,629.74],[30.082,629.74],[30.102,629.74],[30.122,629.74],[30.142,638.26],[30.162,638.26],[30.182,638.26],[30.202,638.26],[30.222,638.26],[30.242,638.26],[30.262,638.26],[30.282,638.26],[30.302,645.64],[30.322,645.64],[30.342,645.64],[30.362,645.64],[30.382,645.64],[30.402,645.64],[30.422,645.64],[30.442,645.64],[30.462,652.85],[30.482,652.85],[30.502,652.85],[30.522,652.85],[30.542,652.85],[30.562,652.85],[30.582,652.85],[30.602,652.85],[30.622,661.2],[30.645,661.2],[30.662,661.2],[30.684,661.2],[30.702,661.2],[30.722,661.2],[30.742,661.2],[30.762,661.2],[30.782,670.25],[30.802,670.25],[30.822,670.25],[30.842,670.25],[30.862,670.25],[30.882,670.25],[30.902,670.25],[30.922,670.25],[30.942,679.75],[30.962,679.75],[30.982,679.75],[31.002,679.75],[31.021,679.75],[31.042,679.75],[31.062,679.75],[31.082,679.75],[31.101,689.06],[31.122,689.06],[31.142,689.06],[31.162,689.06],[31.182,689.06],[31.202,689.06],[31.222,689.06],[31.242,689.06],[31.262,697.5],[31.282,697.5],[31.302,697.5],[31.322,697.5],[31.342,697.5],[31.362,697.5],[31.382,697.5],[31.402,697.5],[31.422,705.23],[31.442,705.23],[31.462,705.23],[31.482,705.23],[31.502,705.23],[31.522,705.23],[31.542,705.23],[31.562,705.23],[31.582,711.91],[31.602,711.91],[31.622,711.91],[31.642,711.91],[31.662,711.91],[31.682,711.91],[31.702,711.91],[31.724,717.36],[31.742,717.36],[31.762,717.36],[31.782,717.36],[31.802,717.36],[31.822,717.36],[31.842,717.36],[31.862,717.36],[31.882,717.36],[31.902,722.2],[31.922,722.2],[31.942,722.2],[31.962,722.2],[31.982,722.2],[32.002,722.2],[32.022,722.2],[32.042,725.71],[32.062,725.71],[32.081,725.71],[32.102,725.71],[32.122,725.71],[32.142,725.71],[32.162,725.71],[32.182,725.71],[32.202,725.71],[32.222,727.56],[32.242,727.56],[32.262,727.56],[32.282,727.56],[32.302,727.56],[32.322,727.56],[32.342,727.56],[32.361,727.56],[32.382,728.17],[32.402,728.17],[32.421,728.17],[32.442,728.17],[32.462,728.17],[32.482,728.17],[32.502,728.17],[32.522,728.17],[32.542,728.17],[32.562,728.17],[32.582,728.17],[32.602,728.17],[32.622,728.17],[32.642,728.17],[32.662,728.17],[32.682,728.17],[32.702,728.17],[32.722,728.17],[32.742,728.17],[32.764,728.17],[32.782,728.17],[32.802,728.17],[32.822,728.17],[32.842,728.17],[32.862,728.17],[32.882,728.17],[32.902,728.17],[32.922,728.17],[32.941,728.17],[32.962,728.17],[32.982,728.17],[33.002,728.17],[33.022,728.17],[33.042,728.17],[33.062,728.17],[33.082,728.17],[33.102,728.17],[33.122,728.17],[33.142,728.17],[33.162,728.17],[33.181,728.17],[33.202,728.17],[33.222,728.17],[33.241,728.17],[33.262,728.17],[33.282,728.17],[33.301,728.17],[33.321,728.17],[33.342,728.17],[33.362,728.17],[33.382,728.17],[33.402,728.17],[33.422,728.17],[33.442,728.17],[33.462,728.17],[33.482,728.17],[33.502,728.17],[33.522,728.17],[33.542,728.17],[33.562,728.17],[33.582,728.17],[33.602,728.17],[33.622,728.17],[33.642,728.17],[33.662,728.17],[33.681,728.17],[33.702,728.17],[33.722,728.17],[33.742,728.17],[33.762,728.17],[33.784,728.17],[33.802,728.17],[33.822,728.17],[33.842,728.17],[33.862,728.17],[33.882,728.17],[33.902,728.17],[33.922,728.17],[33.942,728.17],[33.962,728.17],[33.982,728.17],[34.002,728.17],[34.022,728.17],[34.042,728.17],[34.062,728.17],[34.082,728.17],[34.102,728.17],[34.122,728.17],[34.142,728.17],[34.162,728.17],[34.182,728.17],[34.202,728.17],[34.222,728.17],[34.242,728.17],[34.262,728.17],[34.282,728.17],[34.302,728.17],[34.322,728.17],[34.342,728.17]]
},]
});
</script>
</div>
</div>
</div>
</div>
<div class="panel-group">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" href="#collapse_281d014fc5b622650fcba8c8b017a19a4ba2c066">Turret</a>
</h4>
</div>
<div id="collapse_281d014fc5b622650fcba8c8b017a19a4ba2c066" class="panel-collapse collapse">
<div class="panel-body">
<!-- Empty table omitted -->
<!-- Log Table -->
<div id="Turret/Position" style="min-width: 310px; height: 400px; margin: 0 auto"></div>
<script>
Highcharts.chart('Turret/Position', {
chart: {
type: 'line',
zoomType: 'x'
},
title: {
text: 'Position (NativeUnits)'
},
subtitle: {
text: '[ Turret/Position ]'
},
xAxis: {
events: {
setExtremes: syncExtremes
},
title: {
text: 'Timestamp (s)'
}
},
credits: {
enabled: false
},
series: [{
name: 'Desired',
data: [[4.2012,1628],[4.2556,1628],[4.2641,1628],[4.2716,1628],[4.28,1628],[4.2877,1628],[4.2957,1628],[4.3028,1628],[4.3229,1628],[4.3428,1628],[4.3626,1628],[4.3826,1628],[4.4026,1628],[4.4228,1628],[4.4429,1628],[4.4626,1628],[4.4827,1628],[4.5027,1628],[4.5229,1628],[4.5431,1628],[4.5629,1628],[4.5826,1628],[4.6029,1628],[4.6226,1628],[4.6427,1628],[4.6625,1628],[4.6828,1628],[4.7026,1628],[4.723,1628],[4.7426,1628],[4.7625,1628],[4.7826,1628.5],[4.8025,1629],[4.8226,1629.5],[4.8426,1630.5],[4.8631,1631.5],[4.8828,1632.5],[4.9025,1634],[4.9251,1635.5],[4.9428,1637.5],[4.9625,1639.5],[4.9826,1642],[5.0025,1645],[5.0229,1648],[5.0426,1651.5],[5.0627,1655.5],[5.083,1659.5],[5.1025,1664],[5.1225,1669],[5.1425,1674],[5.1625,1679.5],[5.1822,1685.5],[5.2024,1691.5],[5.2227,1698],[5.2425,1705],[5.2624,1712],[5.2825,1719.5],[5.3024,1727],[5.3224,1734.5],[5.3425,1742.5],[5.3628,1750.5],[5.3824,1759],[5.4022,1767.5],[5.4222,1776],[5.4425,1784.5],[5.4622,1793.5],[5.4824,1802.5],[5.5025,1812],[5.5222,1821],[5.5424,1830.5],[5.5624,1840],[5.5824,1849.5],[5.6024,1859],[5.6224,1869],[5.6435,1878.5],[5.6623,1888.5],[5.6824,1898.5],[5.7022,1908.5],[5.7232,1918.5],[5.7449,1934],[5.7624,1939],[5.7825,1949.5],[5.8023,1959.5],[5.8224,1970],[5.8423,1980],[5.8624,1990.5],[5.8823,2001],[5.9023,2011],[5.9225,2021.5],[5.9429,2031.5],[5.9628,2042],[5.9829,2052],[6.0027,2062],[6.026,2072],[6.0458,2082],[6.0631,2092.5],[6.0823,2102.5],[6.1023,2112],[6.122,2122],[6.1422,2132],[6.162,2142],[6.1823,2151.5],[6.2022,2161.5],[6.2221,2171],[6.2424,2180.5],[6.2622,2190],[6.2822,2199.5],[6.3024,2209],[6.3222,2218.5],[6.3422,2228],[6.3622,2237],[6.3822,2246.5],[6.4022,2255.5],[6.4222,2265],[6.4423,2274],[6.4622,2283.5],[6.4823,2292.5],[6.5158,2301.5],[6.5222,2310],[6.5422,2319],[6.5622,2328],[6.5822,2337],[6.6023,2346],[6.6226,2355.5],[6.6424,2365],[6.6621,2375],[6.6823,2385],[6.7022,2395.5],[6.7222,2406.5],[6.7422,2418],[6.7621,2429.5],[6.782,2441.5],[6.8023,2453],[6.8224,2465],[6.8421,2476.5],[6.8621,2487.5],[6.8823,2499],[6.902,2509.5],[6.9221,2520.5],[6.9424,2531],[6.9621,2541.5],[6.9823,2551.5],[7.0023,2561.5],[7.0221,2571],[7.0422,2580.5],[7.0624,2589.5],[7.0823,2598],[7.1024,2607],[7.1223,2615.5],[7.1423,2623.5],[7.1624,2631.5],[7.1822,2639.5],[7.2021,2647],[7.2222,2654.5],[7.2422,2661.5],[7.2622,2668.5],[7.2822,2675],[7.3024,2681.5],[7.3221,2687.5],[7.3421,2693.5],[7.3622,2700],[7.3822,2707],[7.4021,2714.5],[7.4222,2722.5],[7.4423,2730.5],[7.4655,2738],[7.4824,2746],[7.5024,2754.5],[7.5224,2762.5],[7.5422,2771.5],[7.5621,2781],[7.5823,2791],[7.6025,2800.5],[7.6224,2810.5],[7.6421,2820.5],[7.6625,2830.5],[7.6828,2840.5],[7.7027,2850.5],[7.7228,2860.5],[7.7422,2870.5],[7.7621,2881],[7.7822,2891.5],[7.8023,2902],[7.8222,2913],[7.8442,2923],[7.8658,2933.5],[7.8848,2944],[7.9039,2954.5],[7.9243,2965],[7.9457,2975.5],[7.9652,2986.5],[7.9863,2997.5],[8.0047,3008.5],[8.0221,3019.5],[8.0422,3030.5],[8.0617,3042],[8.0819,3053],[8.1019,3064.5],[8.1221,3076.5],[8.142,3088],[8.1619,3100],[8.182,3112],[8.2019,3124],[8.222,3136.5],[8.2419,3148.5],[8.2622,3160.5],[8.2821,3172.5],[8.3019,3184.5],[8.3219,3196.5],[8.342,3208.5],[8.3618,3220],[8.3819,3232],[8.4018,3243.5],[8.4219,3255],[8.4419,3266.5],[8.4619,3278],[8.4819,3289],[8.5018,3300],[8.5218,3311],[8.542,3322],[8.5621,3333],[8.5819,3344],[8.6019,3355],[8.6219,3366],[8.6419,3377],[8.6619,3387.5],[8.6819,3398.5],[8.7019,3409.5],[8.7232,3420.5],[8.7422,3431.5],[8.7637,3442.5],[8.7818,3453.5],[8.8019,3464.5],[8.8219,3475.5],[8.8419,3486.5],[8.8619,3497.5],[8.8818,3508.5],[8.9019,3520],[8.9218,3531],[8.9418,3542.5],[8.9618,3554],[8.9818,3565.5],[9.0019,3576.5],[9.0219,3588],[9.0419,3599],[9.062,3610],[9.0821,3621],[9.1017,3632],[9.1219,3642.5],[9.1419,3653.5],[9.1621,3663.5],[9.1817,3674],[9.2019,3684],[9.2219,3694],[9.2421,3703.5],[9.262,3713],[9.282,3722.5],[9.302,3731.5],[9.3221,3740.5],[9.342,3749.5],[9.362,3758],[9.3819,3766.5],[9.4017,3775],[9.4219,3783],[9.4423,3791],[9.4619,3799],[9.482,3806.5],[9.5018,3814],[9.5219,3821.5],[9.5425,3828.5],[9.5622,3835.5],[9.5819,3842.5],[9.6037,3849],[9.6218,3855.5],[9.6424,3862],[9.6619,3868],[9.6819,3874],[9.7018,3880],[9.722,3885.5],[9.7418,3891],[9.7617,3896.5],[9.782,3901.5],[9.8019,3906.5],[9.8219,3911],[9.8419,3916],[9.8618,3920.5],[9.8818,3924.5],[9.902,3928.5],[9.9219,3932.5],[9.9417,3936],[9.9619,3939.5],[9.9819,3942],[10.002,3944],[10.022,3946],[10.042,3948.5],[10.062,3951.5],[10.082,3955.5],[10.102,3960],[10.122,3965.5],[10.142,3971.5],[10.162,3978.5],[10.182,3985.5],[10.202,3993.5],[10.222,4002],[10.242,4010.5],[10.262,4019.5],[10.282,4029],[10.302,4039],[10.322,4049],[10.342,4059.5],[10.362,4069.5],[10.382,4080],[10.402,4090],[10.422,4100.5],[10.442,4111],[10.462,4121.5],[10.482,4132],[10.502,4142.5],[10.522,4152.5],[10.542,4163],[10.562,4173],[10.582,4183],[10.602,4193],[10.622,4203],[10.642,4213],[10.662,4223],[10.682,4232.5],[10.702,4242.5],[10.722,4252],[10.742,4261.5],[10.762,4271],[10.782,4280],[10.802,4289.5],[10.822,4298.5],[10.842,4308],[10.862,4317],[10.882,4326],[10.902,4335],[10.922,4344],[10.942,4353],[10.962,4362],[10.982,4371],[11.002,4379.5],[11.022,4388.5],[11.042,4397],[11.062,4406],[11.082,4414.5],[11.102,4423],[11.122,4431],[11.142,4439.5],[11.162,4447.5],[11.182,4455.5],[11.202,4463.5],[11.222,4471],[11.242,4478.5],[11.262,4486],[11.282,4493.5],[11.302,4500.5],[11.322,4508],[11.342,4515],[11.362,4522],[11.382,4529],[11.402,4535.5],[11.422,4542.5],[11.442,4549],[11.462,4556],[11.482,4559],[11.502,4566],[11.522,4573],[11.542,4579.5],[11.562,4586.5],[11.582,4593.5],[11.602,4600],[11.622,4607],[11.642,4614],[11.662,4621],[11.682,4627.5],[11.702,4634.5],[11.722,4641],[11.742,4648],[11.762,4655],[11.782,4661.5],[11.802,4668],[11.822,4674.5],[11.842,4681.5],[11.862,4687.5],[11.882,4694],[11.902,4700.5],[11.922,4707],[11.942,4713],[11.962,4719.5],[11.982,4725.5],[12.002,4731.5],[12.022,4737.5],[12.042,4743.5],[12.062,4749.5],[12.082,4755.5],[12.102,4761.5],[12.122,4767.5],[12.142,4773],[12.162,4779],[12.182,4785],[12.202,4790.5],[12.222,4796],[12.242,4801.5],[12.262,4807.5],[12.282,4812.5],[12.302,4818],[12.322,4823.5],[12.342,4828.5],[12.362,4833.5],[12.382,4838.5],[12.402,4843.5],[12.422,4848],[12.442,4852.5],[12.462,4857],[12.482,4861.5],[12.502,4865.5],[12.522,4869.5],[12.542,4873.5],[12.562,4877.5],[12.582,4881.5],[12.602,4885],[12.622,4888.5],[12.642,4892],[12.662,4895.5],[12.682,4899],[12.702,4902],[12.722,4902],[12.742,4902],[12.762,4902],[12.782,4902],[12.802,4902],[12.822,4902],[12.842,4902],[12.862,4902],[12.882,4902],[12.902,4902],[12.922,4902],[12.942,4902],[12.962,4902],[12.982,4902],[13.002,4902],[13.022,4902],[13.042,4902],[13.062,4902],[13.082,4902],[13.102,4902],[13.122,4902],[13.142,4902],[13.162,4902],[13.182,4902],[13.202,4902],[13.222,4902],[13.242,4902],[13.262,4902],[13.282,4902],[13.302,4902],[13.322,4902],[13.342,4902],[13.362,4902],[13.382,4902],[13.402,4902],[13.422,4902],[13.442,4902],[13.462,4902],[13.482,4902],[13.502,4902],[13.522,4902],[13.542,4902],[13.562,4902],[13.582,4902],[13.602,4902],[13.622,4902],[13.642,4902],[13.662,4902],[13.682,4902],[13.702,4902],[13.722,4902],[13.742,4902],[13.762,4902],[13.782,4902],[13.802,4902],[13.822,4902],[13.842,4902],[13.862,4902],[13.882,4902],[13.902,4902],[13.922,4902],[13.942,4902],[13.962,4902],[13.982,4902],[14.002,4902],[14.022,4902],[14.042,4902],[14.062,4902],[14.082,4902],[14.102,4902],[14.122,4902],[14.142,4902],[14.162,4902],[14.182,4902],[14.202,4902],[14.222,4902],[14.242,4902],[14.262,4902],[14.282,4902],[14.302,4902],[14.322,4902],[14.342,4902],[14.362,4902],[14.382,4902],[14.402,4902],[14.422,4902],[14.442,4902],[14.462,4902],[14.482,4902],[14.502,4902],[14.522,4902],[14.542,4902],[14.562,4902],[14.582,4902],[14.602,4902],[14.622,4902],[14.642,4902],[14.662,4902],[14.682,4902],[14.702,4902],[14.722,4902],[14.742,4902],[14.762,4902],[14.782,4902],[14.802,5666],[14.822,5666],[14.842,5666],[14.862,5666],[14.882,5666],[14.902,5666],[14.922,5666],[14.942,5666],[14.962,5666],[14.982,5666],[15.002,5666],[15.022,5666],[15.042,5666],[15.062,5666],[15.082,5666],[15.102,5666],[15.122,5666],[15.142,5666],[15.162,5666],[15.182,5666],[15.202,5666],[15.222,5666],[15.242,5666],[15.262,5666],[15.282,5666],[15.302,5666],[15.322,5666],[15.342,5666],[15.362,5666],[15.382,5666],[15.402,5666],[15.422,5666],[15.442,5666],[15.462,5666],[15.482,5666],[15.502,5666],[15.522,5666],[15.542,5666],[15.562,5666],[15.582,5666],[15.602,5666],[15.622,5666],[15.642,5666],[15.662,5666],[15.682,5666],[15.702,5666],[15.722,5666],[15.742,5666],[15.762,5666],[15.782,5666],[15.802,5666],[15.822,5666],[15.842,5666],[15.862,5666],[15.882,5666],[15.902,5666],[15.922,5666],[15.942,5666],[15.962,5666],[15.982,5666],[16.002,5666],[16.022,5666],[16.042,5666],[16.062,5666],[16.082,5666],[16.102,5666],[16.122,5666],[16.142,5666],[16.162,5666],[16.182,5666],[16.202,5666],[16.222,5666],[16.242,5666],[16.262,5666],[16.282,5666],[16.302,5666],[16.322,5666],[16.342,5666],[16.362,5666],[16.382,5666],[16.402,5666],[16.422,5666],[16.442,5666],[16.462,5666],[16.482,5666],[16.502,5666],[16.522,5666],[16.542,5666],[16.562,5666],[16.582,5666],[16.602,5666],[16.622,5666],[16.642,5666],[16.662,5666],[16.682,5666],[16.702,5666],[16.722,5666],[16.742,5666],[16.762,5666],[16.782,5666],[16.802,5666],[16.822,5666],[16.842,5666],[16.862,5666],[16.882,5666],[16.902,5666],[16.922,5666],[16.942,5666],[16.962,5666],[16.982,5666],[17.002,5666],[17.022,5666],[17.042,5666],[17.062,5666],[17.082,5666.5],[17.102,5666.5],[17.122,5666.5],[17.142,5666.5],[17.162,5666.5],[17.182,5666.5],[17.202,5666.5],[17.222,5666.5],[17.242,5666.5],[17.262,5666.5],[17.282,5666.5],[17.302,5666.5],[17.322,5667],[17.341,5667],[17.362,5667],[17.382,5667],[17.402,5667],[17.422,5667],[17.442,5667],[17.462,5667],[17.482,5667],[17.502,5667],[17.521,5667],[17.542,5667],[17.562,5667],[17.582,5667],[17.602,5667],[17.622,5667],[17.642,5667],[17.662,5667],[17.682,5667],[17.702,5667],[17.722,5667],[17.742,5667],[17.762,5667],[17.782,5667],[17.802,5667],[17.822,5667],[17.842,5667],[17.862,5667],[17.882,5667],[17.902,5667],[17.922,5667],[17.942,5667],[17.962,5667],[17.981,5667],[18.002,5667],[18.022,5667],[18.042,5667],[18.062,5667],[18.082,5667],[18.102,5667],[18.122,5667],[18.142,5667],[18.162,5667],[18.182,5667],[18.202,5667],[18.222,5667],[18.242,5667],[18.262,5667],[18.282,5667],[18.302,5667],[18.322,5667],[18.342,5667],[18.362,5667],[18.382,5667],[18.402,5667],[18.422,5667],[18.442,5667],[18.462,5667],[18.482,5667],[18.502,5667.5],[18.522,5667.5],[18.542,5667.5],[18.562,5667.5],[18.582,5667.5],[18.602,5667.5],[18.622,5667.5],[18.642,5667.5],[18.662,5667.5],[18.682,5667.5],[18.702,5667.5],[18.722,5667.5],[18.742,5667.5],[18.762,5667.5],[18.782,5667.5],[18.802,5667.5],[18.822,5667.5],[18.842,5667.5],[18.862,5667.5],[18.882,5667.5],[18.902,5667.5],[18.922,5667.5],[18.942,5667.5],[18.962,5667.5],[18.982,5667.5],[19.002,5667.5],[19.022,5667.5],[19.042,5667.5],[19.062,5667.5],[19.082,5667.5],[19.102,5667.5],[19.122,5667.5],[19.142,5667.5],[19.162,5667.5],[19.182,5667.5],[19.202,5667.5],[19.222,5667.5],[19.242,5667.5],[19.261,5667.5],[19.282,5667.5],[19.302,5667.5],[19.321,5667.5],[19.341,5667.5],[19.361,5667.5],[19.381,5667.5],[19.401,5667.5],[19.421,5667.5],[19.441,5667.5],[19.462,5667.5],[19.481,5667.5],[19.501,5667.5],[19.522,5667.5],[19.541,5667.5],[19.561,5667.5],[19.581,5667.5],[19.601,5667.5],[19.621,5667.5],[19.641,5667.5],[19.661,5667.5],[19.682,5667.5],[19.703,5667.5],[19.721,5667.5],[19.741,5667.5],[19.761,5667.5],[19.781,5667.5],[19.801,5667.5],[19.822,5667.5],[19.841,5667.5],[19.861,5667.5],[19.881,5667.5],[19.902,5667.5],[19.921,5667.5],[19.941,5667.5],[19.961,5667.5],[19.982,5667.5],[20.001,5667.5],[20.021,5667.5],[20.041,5667.5],[20.061,5667.5],[20.081,5667.5],[20.102,5667.5],[20.122,5667.5],[20.142,5667.5],[20.161,5667.5],[20.181,5667.5],[20.202,5667.5],[20.221,5667.5],[20.242,5667.5],[20.262,5667.5],[20.282,5667.5],[20.302,5667.5],[20.322,5667.5],[20.342,5667.5],[20.362,5667.5],[20.382,5667.5],[20.402,5667.5],[20.421,5667.5],[20.442,5667.5],[20.462,5667.5],[20.482,5667.5],[20.502,5667.5],[20.521,5667.5],[20.541,5667.5],[20.562,5667.5],[20.582,5667.5],[20.602,5667.5],[20.621,5667.5],[20.641,5667.5],[20.662,5667.5],[20.682,5667.5],[20.702,5667.5],[20.722,5667.5],[20.742,5667.5],[20.762,5667.5],[20.781,5667.5],[20.802,5667.5],[20.821,5667.5],[20.841,5667.5],[20.861,5667.5],[20.882,5667.5],[20.902,5667.5],[20.922,5667.5],[20.942,5667.5],[20.962,5667.5],[20.981,5667.5],[21.002,5667.5],[21.022,5667.5],[21.041,5667.5],[21.061,5667.5],[21.081,5667.5],[21.101,5667.5],[21.122,5667.5],[21.141,5667.5],[21.161,5667.5],[21.182,5667.5],[21.202,5667.5],[21.222,5667.5],[21.242,5667.5],[21.262,5667.5],[21.282,5667.5],[21.301,5667.5],[21.322,5667.5],[21.342,5667.5],[21.362,5667.5],[21.381,5667.5],[21.402,5667.5],[21.421,5667.5],[21.442,5667.5],[21.462,5667.5],[21.482,5667.5],[21.502,5667.5],[21.522,5667.5],[21.542,5667.5],[21.562,5667.5],[21.582,5667.5],[21.601,5667.5],[21.622,5667.5],[21.642,5667.5],[21.662,5667.5],[21.682,5667.5],[21.702,5667.5],[21.722,5667.5],[21.742,5667.5],[21.763,5667.5],[21.781,5667.5],[21.802,5667.5],[21.822,5667.5],[21.842,5667.5],[21.862,5667.5],[21.881,5667.5],[21.902,5667.5],[21.922,5667.5],[21.942,5667.5],[21.962,5667.5],[21.982,5667.5],[22.002,5667.5],[22.021,5667.5],[22.042,5667.5],[22.062,5667.5],[22.082,5667.5],[22.102,5667.5],[22.122,5668],[22.142,5667.5],[22.162,5668],[22.182,5668],[22.202,5668],[22.222,5668],[22.242,5668],[22.262,5668],[22.282,5668],[22.302,5668],[22.322,5668],[22.342,5668],[22.362,5668],[22.382,5668],[22.402,5668],[22.422,5668],[22.442,5668],[22.462,5668],[22.482,5668],[22.502,5668],[22.522,5668],[22.542,5668],[22.562,5668],[22.582,5668],[22.602,5668],[22.622,5668],[22.642,5668],[22.662,5668],[22.682,5668],[22.702,5668],[22.722,5668],[22.742,5668],[22.762,5668],[22.782,5668],[22.802,5668],[22.822,5668],[22.842,5668],[22.862,5668],[22.882,5668],[22.902,5668],[22.922,5668],[22.942,5668],[22.962,5668],[22.982,5668],[23.002,5668],[23.022,5668],[23.042,5668],[23.062,5668],[23.082,5668],[23.102,5668],[23.122,5668],[23.142,5668],[23.162,5668],[23.182,5668],[23.202,5668],[23.222,5668],[23.242,5668],[23.262,5668],[23.282,5668],[23.301,5668],[23.322,5668],[23.342,5668],[23.362,5668],[23.382,5668],[23.402,5668],[23.422,5668],[23.442,5668],[23.462,5668],[23.482,5668],[23.502,5668],[23.522,5668],[23.542,5668],[23.562,5668],[23.582,5668],[23.602,5668],[23.622,5668],[23.642,5668],[23.662,5668],[23.682,5668],[23.702,5668],[23.722,5668],[23.741,5668],[23.762,5668],[23.782,5668],[23.802,5668],[23.822,5668],[23.842,5668],[23.862,5668],[23.882,5668],[23.902,5668],[23.921,5668],[23.942,5668],[23.962,5668],[23.982,5668],[24.002,5668],[24.022,5668],[24.042,5668.5],[24.062,5668.5],[24.082,5668.5],[24.102,5669],[24.122,5670],[24.142,5671],[24.162,5672.5],[24.182,5674.5],[24.202,5677],[24.222,5680],[24.242,5683],[24.261,5687],[24.282,5692],[24.302,5697],[24.322,5703],[24.342,5709.5],[24.362,5716.5],[24.382,5724],[24.402,5732],[24.421,5740],[24.442,5748.5],[24.462,5757.5],[24.482,5766.5],[24.502,5775.5],[24.522,5785],[24.542,5794.5],[24.562,5804.5],[24.582,5814],[24.602,5824],[24.622,5834],[24.642,5844],[24.662,5854.5],[24.682,5865],[24.702,5875.5],[24.722,5886.5],[24.742,5897],[24.762,5908],[24.782,5919],[24.802,5930.5],[24.822,5941.5],[24.842,5953],[24.862,5964],[24.882,5975.5],[24.902,5987],[24.922,5998],[24.942,6009.5],[24.962,6020.5],[24.982,6032],[25.002,6043.5],[25.022,6054.5],[25.042,6066],[25.062,6077.5],[25.082,6088.5],[25.102,6100],[25.122,6111.5],[25.142,6122.5],[25.162,6134],[25.182,6145],[25.202,6156.5],[25.222,6167.5],[25.242,6179],[25.262,6190],[25.282,6201.5],[25.302,6212.5],[25.322,6223.5],[25.342,6235],[25.362,6246],[25.381,6257],[25.402,6268],[25.422,6279],[25.442,6290],[25.462,6301],[25.482,6312],[25.502,6323],[25.522,6334],[25.542,6345],[25.562,6356],[25.582,6367.5],[25.602,6378.5],[25.622,6389.5],[25.642,6400.5],[25.661,6411.5],[25.682,6422.5],[25.702,6433.5],[25.722,6445],[25.742,6456],[25.762,6467.5],[25.782,6478.5],[25.802,6490.5],[25.822,6502],[25.842,6514],[25.862,6526.5],[25.882,6539.5],[25.902,6552.5],[25.922,6565.5],[25.942,6578.5],[25.962,6591.5],[25.982,6604],[26.002,6616.5],[26.022,6628.5],[26.042,6640.5],[26.062,6652.5],[26.082,6664],[26.102,6675],[26.122,6686],[26.142,6696.5],[26.162,6707],[26.182,6717.5],[26.202,6727.5],[26.222,6737],[26.242,6746.5],[26.262,6756],[26.282,6760.5],[26.302,6769.5],[26.322,6778],[26.342,6786.5],[26.362,6794.5],[26.382,6802.5],[26.402,6810],[26.422,6817.5],[26.442,6824.5],[26.462,6831.5],[26.482,6838],[26.502,6844.5],[26.522,6851],[26.542,6857],[26.562,6862.5],[26.582,6868],[26.602,6873.5],[26.622,6878.5],[26.642,6883],[26.662,6887.5],[26.682,6892],[26.702,6896],[26.722,6899.5],[26.742,6903],[26.762,6906.5],[26.782,6909.5],[26.802,6912.5],[26.822,6915],[26.842,6917.5],[26.862,6920],[26.882,6922],[26.902,6924.5],[26.922,6927],[26.942,6929.5],[26.962,6932.5],[26.982,6936],[27.002,6939],[27.022,6943],[27.042,6946.5],[27.062,6950.5],[27.082,6955],[27.102,6960],[27.122,6965],[27.142,6971],[27.162,6977],[27.182,6984],[27.202,6992],[27.222,7000],[27.242,7008.5],[27.262,7017.5],[27.282,7027.5],[27.302,7037.5],[27.322,7048],[27.342,7059],[27.362,7070.5],[27.382,7081.5],[27.402,7093],[27.422,7105],[27.442,7116.5],[27.462,7128.5],[27.482,7141],[27.502,7153.5],[27.525,7166],[27.542,7179],[27.562,7191.5],[27.582,7204.5],[27.602,7218],[27.622,7231],[27.642,7244],[27.662,7257.5],[27.682,7271],[27.702,7284.5],[27.721,7298],[27.742,7311.5],[27.762,7325],[27.782,7339],[27.802,7352.5],[27.822,7366],[27.842,7379.5],[27.862,7392.5],[27.882,7405.5],[27.902,7418],[27.921,7430.5],[27.942,7443],[27.962,7455.5],[27.982,7467.5],[28.002,7479],[28.022,7490.5],[28.042,7502],[28.062,7513],[28.082,7523.5],[28.102,7534.5],[28.122,7545],[28.142,7555],[28.162,7565.5],[28.182,7575],[28.202,7585],[28.222,7595],[28.242,7605],[28.262,7615.5],[28.282,7626.5],[28.302,7638],[28.322,7650],[28.342,7661.5],[28.362,7674],[28.382,7686.5],[28.402,7699],[28.422,7712],[28.442,7725.5],[28.462,7739],[28.482,7753],[28.502,7767],[28.522,7781],[28.542,7795],[28.562,7809],[28.582,7823],[28.602,7837],[28.622,7851.5],[28.642,7866],[28.662,7880.5],[28.682,7895],[28.702,7909.5],[28.722,7924],[28.742,7938.5],[28.761,7953],[28.782,7967],[28.802,7981.5],[28.822,7996],[28.842,8010.5],[28.862,8025],[28.882,8039.5],[28.902,8054],[28.922,8068.5],[28.942,8083],[28.962,8097.5],[28.982,8112],[29.002,8126.5],[29.022,8141],[29.042,8155.5],[29.062,8170],[29.082,8184.5],[29.102,8199.5],[29.122,8214],[29.142,8229],[29.162,8244],[29.182,8258.5],[29.202,8274],[29.222,8289],[29.242,8304.5],[29.262,8320.5],[29.282,8336.5],[29.302,8352.5],[29.322,8369.5],[29.342,8386.5],[29.362,8403.5],[29.382,8420.5],[29.402,8437.5],[29.422,8454.5],[29.442,8471.5],[29.462,8488],[29.482,8504.5],[29.502,8520.5],[29.522,8537],[29.542,8553],[29.562,8568.5],[29.582,8584.5],[29.605,8599.5],[29.624,8615],[29.642,8630],[29.662,8645],[29.682,8659.5],[29.702,8674],[29.722,8688.5],[29.742,8703],[29.762,8717],[29.782,8731],[29.802,8744.5],[29.821,8758],[29.842,8771.5],[29.862,8784.5],[29.882,8797.5],[29.902,8810.5],[29.922,8823],[29.942,8835.5],[29.962,8848],[29.982,8860],[30.002,8872],[30.022,8883.5],[30.042,8895],[30.062,8906.5],[30.082,8917.5],[30.102,8928.5],[30.122,8939.5],[30.142,8950],[30.162,8960.5],[30.182,8970.5],[30.202,8980.5],[30.222,8990.5],[30.242,9000.5],[30.262,9010],[30.282,9019.5],[30.302,9029],[30.322,9039],[30.342,9049],[30.362,9059.5],[30.382,9070.5],[30.402,9082],[30.422,9093.5],[30.442,9105.5],[30.462,9117.5],[30.482,9130],[30.502,9142],[30.522,9154.5],[30.542,9167],[30.562,9180],[30.582,9192.5],[30.602,9205.5],[30.622,9218.5],[30.645,9232],[30.662,9245],[30.684,9258.5],[30.702,9271.5],[30.722,9285],[30.742,9298.5],[30.762,9312],[30.782,9325.5],[30.802,9339],[30.822,9352],[30.842,9365.5],[30.862,9379],[30.882,9392.5],[30.902,9406],[30.922,9419],[30.942,9432],[30.962,9445],[30.982,9458],[31.002,9471],[31.021,9483.5],[31.042,9496],[31.062,9508.5],[31.082,9521],[31.101,9533],[31.122,9545],[31.142,9557],[31.162,9568.5],[31.182,9580],[31.202,9591.5],[31.222,9603],[31.242,9614],[31.262,9625],[31.282,9635.5],[31.302,9646.5],[31.322,9657],[31.342,9667],[31.362,9677],[31.382,9687],[31.402,9697],[31.422,9706.5],[31.442,9716],[31.462,9725],[31.482,9734],[31.502,9742.5],[31.522,9751],[31.542,9759.5],[31.562,9767.5],[31.582,9775.5],[31.602,9783],[31.622,9791],[31.642,9798],[31.662,9805.5],[31.682,9812.5],[31.702,9820],[31.724,9827],[31.742,9833.5],[31.762,9840.5],[31.782,9847],[31.802,9853.5],[31.822,9859.5],[31.842,9865.5],[31.862,9871.5],[31.882,9876.5],[31.902,9881.5],[31.922,9886.5],[31.942,9890.5],[31.962,9894.5],[31.982,9898.5],[32.002,9901.5],[32.022,9905],[32.042,9908],[32.062,9910.5],[32.081,9913],[32.102,9915],[32.122,9917],[32.142,9918.5],[32.162,9920],[32.182,9921.5],[32.202,9922.5],[32.222,9923],[32.242,9923.5],[32.262,9923.5],[32.282,9924],[32.302,9923.5],[32.322,9923.5],[32.342,9923.5],[32.361,9923.5],[32.382,9923.5],[32.402,9923.5],[32.421,9923.5],[32.442,9923.5],[32.462,9923.5],[32.482,9923.5],[32.502,9923.5],[32.522,9923.5],[32.542,9923.5],[32.562,9923.5],[32.582,9923.5],[32.602,9923.5],[32.622,9923.5],[32.642,9923.5],[32.662,9923.5],[32.682,9923.5],[32.702,9923.5],[32.722,9923.5],[32.742,9923.5],[32.764,9923.5],[32.782,9923.5],[32.802,9923.5],[32.822,9923.5],[32.842,9923.5],[32.862,9923.5],[32.882,9923.5],[32.902,9923.5],[32.922,9923.5],[32.941,9923.5],[32.962,9924],[32.982,9923.5],[33.002,9923.5],[33.022,9923.5],[33.042,9924],[33.062,9924],[33.082,9924],[33.102,9924],[33.122,9923.5],[33.142,9923.5],[33.162,9924],[33.181,9924],[33.202,9924],[33.222,9924],[33.241,9924],[33.262,9924],[33.282,9924],[33.301,9924],[33.321,9924],[33.342,9924],[33.362,9924],[33.382,9924],[33.402,9924],[33.422,9924],[33.442,9924],[33.462,9924],[33.482,9924],[33.502,9924],[33.522,9924],[33.542,9924],[33.562,9924],[33.582,9924],[33.602,9924],[33.622,9924],[33.642,9924],[33.662,9924],[33.681,9924],[33.702,9924],[33.722,9924],[33.742,9924],[33.762,9924],[33.784,9924],[33.802,9924],[33.822,9924],[33.842,9924],[33.862,9924],[33.882,9924],[33.902,9924],[33.922,9924],[33.942,9924],[33.962,9924],[33.982,9924],[34.002,9924],[34.022,9924],[34.042,9924],[34.062,9924],[34.082,9924],[34.102,9924],[34.122,9924],[34.142,9924],[34.162,9924],[34.182,9924],[34.202,9924],[34.222,9924],[34.242,9924],[34.262,9924],[34.282,9924],[34.302,9924],[34.322,9924],[34.342,9924]]
},{
name: 'Actual',
data: [[4.2012,5491],[4.2556,1397],[4.2641,1397],[4.2716,1397],[4.28,1397],[4.2877,1397],[4.2957,1397],[4.3028,1397],[4.3229,1397],[4.3428,1397],[4.3626,1626],[4.3826,1626],[4.4026,1626],[4.4228,1626],[4.4429,1626],[4.4626,1626],[4.4827,1626],[4.5027,1626],[4.5229,1626],[4.5431,1626],[4.5629,1626],[4.5826,1626],[4.6029,1626],[4.6226,1626],[4.6427,1626],[4.6625,1626],[4.6828,1626],[4.7026,1626],[4.723,1626],[4.7426,1626],[4.7625,1626],[4.7826,1626],[4.8025,1626],[4.8226,1626],[4.8426,1626],[4.8631,1626],[4.8828,1626],[4.9025,1626],[4.9251,1626],[4.9428,1626],[4.9625,1626],[4.9826,1626],[5.0025,1626],[5.0229,1627],[5.0426,1627],[5.0627,1627],[5.083,1627],[5.1025,1627],[5.1225,1627],[5.1425,1627],[5.1625,1627],[5.1822,1651],[5.2024,1651],[5.2227,1651],[5.2425,1651],[5.2624,1651],[5.2825,1651],[5.3024,1651],[5.3224,1698],[5.3425,1698],[5.3628,1698],[5.3824,1698],[5.4022,1698],[5.4222,1698],[5.4425,1698],[5.4622,1698],[5.4824,1698],[5.5025,1761],[5.5222,1761],[5.5424,1761],[5.5624,1761],[5.5824,1761],[5.6024,1761],[5.6224,1761],[5.6435,1835],[5.6623,1835],[5.6824,1835],[5.7022,1835],[5.7232,1835],[5.7449,1835],[5.7624,1835],[5.7825,1835],[5.8023,1912],[5.8224,1912],[5.8423,1912],[5.8624,1912],[5.8823,1912],[5.9023,1912],[5.9225,1912],[5.9429,1912],[5.9628,1995],[5.9829,1995],[6.0027,1995],[6.026,1995],[6.0458,1995],[6.0631,1995],[6.0823,1995],[6.1023,1995],[6.122,1995],[6.1422,1995],[6.162,2077],[6.1823,2077],[6.2022,2077],[6.2221,2077],[6.2424,2077],[6.2622,2077],[6.2822,2077],[6.3024,2156],[6.3222,2156],[6.3422,2156],[6.3622,2156],[6.3822,2156],[6.4022,2156],[6.4222,2156],[6.4423,2156],[6.4622,2230],[6.4823,2230],[6.5158,2230],[6.5222,2230],[6.5422,2230],[6.5622,2230],[6.5822,2230],[6.6023,2230],[6.6226,2304],[6.6424,2304],[6.6621,2304],[6.6823,2304],[6.7022,2304],[6.7222,2304],[6.7422,2304],[6.7621,2304],[6.782,2381],[6.8023,2381],[6.8224,2381],[6.8421,2381],[6.8621,2381],[6.8823,2381],[6.902,2381],[6.9221,2381],[6.9424,2471],[6.9621,2471],[6.9823,2471],[7.0023,2471],[7.0221,2471],[7.0422,2471],[7.0624,2471],[7.0823,2471],[7.1024,2555],[7.1223,2555],[7.1423,2555],[7.1624,2555],[7.1822,2555],[7.2021,2555],[7.2222,2555],[7.2422,2555],[7.2622,2624],[7.2822,2624],[7.3024,2624],[7.3221,2624],[7.3421,2624],[7.3622,2624],[7.3822,2624],[7.4021,2624],[7.4222,2680],[7.4423,2680],[7.4655,2680],[7.4824,2680],[7.5024,2680],[7.5224,2680],[7.5422,2680],[7.5621,2680],[7.5823,2739],[7.6025,2739],[7.6224,2739],[7.6421,2739],[7.6625,2739],[7.6828,2739],[7.7027,2739],[7.7228,2814],[7.7422,2814],[7.7621,2814],[7.7822,2814],[7.8023,2814],[7.8222,2814],[7.8442,2814],[7.8658,2814],[7.8848,2895],[7.9039,2895],[7.9243,2895],[7.9457,2895],[7.9652,2895],[7.9863,2895],[8.0047,2895],[8.0221,2895],[8.0422,2895],[8.0617,2980],[8.0819,2980],[8.1019,2980],[8.1221,2980],[8.142,2980],[8.1619,2980],[8.182,2980],[8.2019,2980],[8.222,3072],[8.2419,3072],[8.2622,3072],[8.2821,3072],[8.3019,3072],[8.3219,3072],[8.342,3072],[8.3618,3072],[8.3819,3169],[8.4018,3169],[8.4219,3169],[8.4419,3169],[8.4619,3169],[8.4819,3169],[8.5018,3169],[8.5218,3169],[8.542,3262],[8.5621,3262],[8.5819,3262],[8.6019,3262],[8.6219,3262],[8.6419,3262],[8.6619,3262],[8.6819,3262],[8.7019,3350],[8.7232,3350],[8.7422,3350],[8.7637,3350],[8.7818,3350],[8.8019,3350],[8.8219,3350],[8.8419,3350],[8.8619,3436],[8.8818,3436],[8.9019,3436],[8.9218,3436],[8.9418,3436],[8.9618,3436],[8.9818,3436],[9.0019,3436],[9.0219,3526],[9.0419,3526],[9.062,3526],[9.0821,3526],[9.1017,3526],[9.1219,3526],[9.1419,3526],[9.1621,3526],[9.1817,3616],[9.2019,3616],[9.2219,3616],[9.2421,3616],[9.262,3616],[9.282,3616],[9.302,3616],[9.3221,3616],[9.342,3697],[9.362,3697],[9.3819,3697],[9.4017,3697],[9.4219,3697],[9.4423,3697],[9.4619,3697],[9.482,3697],[9.5018,3767],[9.5219,3767],[9.5425,3767],[9.5622,3767],[9.5819,3767],[9.6037,3767],[9.6218,3767],[9.6424,3767],[9.6619,3827],[9.6819,3827],[9.7018,3827],[9.722,3827],[9.7418,3827],[9.7617,3827],[9.782,3827],[9.8019,3827],[9.8219,3876],[9.8419,3876],[9.8618,3876],[9.8818,3876],[9.902,3876],[9.9219,3876],[9.9417,3876],[9.9619,3876],[9.9819,3915],[10.002,3915],[10.022,3915],[10.042,3915],[10.062,3915],[10.082,3915],[10.102,3915],[10.122,3915],[10.142,3939],[10.162,3939],[10.182,3939],[10.202,3939],[10.222,3939],[10.242,3939],[10.262,3939],[10.282,3939],[10.302,3988],[10.322,3988],[10.342,3988],[10.362,3988],[10.382,3988],[10.402,3988],[10.422,3988],[10.442,3988],[10.462,4064],[10.482,4064],[10.502,4064],[10.522,4064],[10.542,4064],[10.562,4064],[10.582,4064],[10.602,4064],[10.622,4147],[10.642,4147],[10.662,4147],[10.682,4147],[10.702,4147],[10.722,4147],[10.742,4147],[10.762,4147],[10.782,4226],[10.802,4226],[10.822,4226],[10.842,4226],[10.862,4226],[10.882,4226],[10.902,4226],[10.922,4226],[10.942,4301],[10.962,4301],[10.982,4301],[11.002,4301],[11.022,4301],[11.042,4301],[11.062,4301],[11.082,4301],[11.102,4374],[11.122,4374],[11.142,4374],[11.162,4374],[11.182,4374],[11.202,4374],[11.222,4374],[11.242,4374],[11.262,4440],[11.282,4440],[11.302,4440],[11.322,4440],[11.342,4440],[11.362,4440],[11.382,4440],[11.402,4440],[11.422,4500],[11.442,4500],[11.462,4500],[11.482,4500],[11.502,4500],[11.522,4500],[11.542,4500],[11.562,4500],[11.582,4553],[11.602,4553],[11.622,4553],[11.642,4553],[11.662,4553],[11.682,4553],[11.702,4553],[11.722,4553],[11.742,4607],[11.762,4607],[11.782,4607],[11.802,4607],[11.822,4607],[11.842,4607],[11.862,4607],[11.882,4607],[11.902,4660],[11.922,4660],[11.942,4660],[11.962,4660],[11.982,4660],[12.002,4660],[12.022,4660],[12.042,4660],[12.062,4711],[12.082,4711],[12.102,4711],[12.122,4711],[12.142,4711],[12.162,4711],[12.182,4711],[12.202,4711],[12.222,4759],[12.242,4759],[12.262,4759],[12.282,4759],[12.302,4759],[12.322,4759],[12.342,4759],[12.362,4759],[12.382,4803],[12.402,4803],[12.422,4803],[12.442,4803],[12.462,4803],[12.482,4803],[12.502,4803],[12.522,4803],[12.542,4843],[12.562,4843],[12.582,4843],[12.602,4843],[12.622,4843],[12.642,4843],[12.662,4843],[12.682,4843],[12.702,4875],[12.722,4875],[12.742,4875],[12.762,4875],[12.782,4875],[12.802,4875],[12.822,4875],[12.842,4875],[12.862,4891],[12.882,4891],[12.902,4891],[12.922,4891],[12.942,4891],[12.962,4891],[12.982,4891],[13.002,4891],[13.022,4891],[13.042,4891],[13.062,4891],[13.082,4891],[13.102,4891],[13.122,4891],[13.142,4891],[13.162,4891],[13.182,4891],[13.202,4891],[13.222,4891],[13.242,4891],[13.262,4891],[13.282,4891],[13.302,4891],[13.322,4891],[13.342,4891],[13.362,4891],[13.382,4891],[13.402,4891],[13.422,4891],[13.442,4891],[13.462,4891],[13.482,4891],[13.502,4891],[13.522,4891],[13.542,4891],[13.562,4891],[13.582,4891],[13.602,4891],[13.622,4891],[13.642,4891],[13.662,4891],[13.682,4891],[13.702,4891],[13.722,4891],[13.742,4891],[13.762,4891],[13.782,4891],[13.802,4891],[13.822,4891],[13.842,4891],[13.862,4891],[13.882,4891],[13.902,4891],[13.922,4891],[13.942,4891],[13.962,4891],[13.982,4891],[14.002,4891],[14.022,4891],[14.042,4891],[14.062,4891],[14.082,4891],[14.102,4891],[14.122,4891],[14.142,4891],[14.162,4891],[14.182,4891],[14.202,4891],[14.222,4891],[14.242,4891],[14.262,4891],[14.282,4891],[14.302,4891],[14.322,4891],[14.342,4891],[14.362,4891],[14.382,4891],[14.402,4891],[14.422,4891],[14.442,4891],[14.462,4891],[14.482,4891],[14.502,4891],[14.522,4891],[14.542,4891],[14.562,4891],[14.582,4891],[14.602,4891],[14.622,4891],[14.642,4891],[14.662,4891],[14.682,4891],[14.702,4891],[14.722,4891],[14.742,4891],[14.762,4891],[14.782,4891],[14.802,4891],[14.822,4891],[14.842,4891],[14.862,4891],[14.882,4891],[14.902,4891],[14.922,4891],[14.942,5585],[14.962,5585],[14.982,5585],[15.002,5585],[15.022,5585],[15.042,5585],[15.062,5585],[15.082,5585],[15.102,5663],[15.122,5663],[15.142,5663],[15.162,5663],[15.182,5663],[15.202,5663],[15.222,5663],[15.242,5663],[15.262,5663],[15.282,5663],[15.302,5663],[15.322,5663],[15.342,5663],[15.362,5663],[15.382,5663],[15.402,5663],[15.422,5663],[15.442,5663],[15.462,5663],[15.482,5663],[15.502,5663],[15.522,5663],[15.542,5663],[15.562,5663],[15.582,5663],[15.602,5663],[15.622,5663],[15.642,5663],[15.662,5663],[15.682,5663],[15.702,5663],[15.722,5663],[15.742,5663],[15.762,5663],[15.782,5663],[15.802,5663],[15.822,5663],[15.842,5663],[15.862,5663],[15.882,5663],[15.902,5663],[15.922,5663],[15.942,5663],[15.962,5663],[15.982,5663],[16.002,5663],[16.022,5663],[16.042,5663],[16.062,5663],[16.082,5663],[16.102,5663],[16.122,5663],[16.142,5663],[16.162,5663],[16.182,5663],[16.202,5663],[16.222,5663],[16.242,5663],[16.262,5663],[16.282,5663],[16.302,5663],[16.322,5663],[16.342,5663],[16.362,5663],[16.382,5663],[16.402,5663],[16.422,5663],[16.442,5663],[16.462,5663],[16.482,5663],[16.502,5663],[16.522,5663],[16.542,5663],[16.562,5663],[16.582,5663],[16.602,5663],[16.622,5663],[16.642,5663],[16.662,5663],[16.682,5663],[16.702,5663],[16.722,5663],[16.742,5663],[16.762,5663],[16.782,5663],[16.802,5663],[16.822,5663],[16.842,5663],[16.862,5663],[16.882,5663],[16.902,5663],[16.922,5663],[16.942,5663],[16.962,5663],[16.982,5663],[17.002,5663],[17.022,5663],[17.042,5663],[17.062,5663],[17.082,5663],[17.102,5663],[17.122,5663],[17.142,5663],[17.162,5663],[17.182,5663],[17.202,5663],[17.222,5663],[17.242,5663],[17.262,5663],[17.282,5663],[17.302,5663],[17.322,5663],[17.341,5663],[17.362,5663],[17.382,5663],[17.402,5663],[17.422,5663],[17.442,5663],[17.462,5663],[17.482,5663],[17.502,5663],[17.521,5663],[17.542,5663],[17.562,5663],[17.582,5663],[17.602,5663],[17.622,5663],[17.642,5663],[17.662,5663],[17.682,5663],[17.702,5663],[17.722,5663],[17.742,5663],[17.762,5663],[17.782,5663],[17.802,5663],[17.822,5663],[17.842,5663],[17.862,5663],[17.882,5663],[17.902,5663],[17.922,5663],[17.942,5663],[17.962,5663],[17.981,5663],[18.002,5663],[18.022,5663],[18.042,5663],[18.062,5663],[18.082,5663],[18.102,5663],[18.122,5663],[18.142,5663],[18.162,5663],[18.182,5663],[18.202,5663],[18.222,5663],[18.242,5663],[18.262,5663],[18.282,5663],[18.302,5663],[18.322,5663],[18.342,5663],[18.362,5663],[18.382,5663],[18.402,5663],[18.422,5663],[18.442,5663],[18.462,5663],[18.482,5663],[18.502,5663],[18.522,5663],[18.542,5663],[18.562,5663],[18.582,5663],[18.602,5663],[18.622,5663],[18.642,5663],[18.662,5663],[18.682,5663],[18.702,5663],[18.722,5663],[18.742,5663],[18.762,5663],[18.782,5663],[18.802,5663],[18.822,5663],[18.842,5663],[18.862,5663],[18.882,5663],[18.902,5663],[18.922,5663],[18.942,5663],[18.962,5663],[18.982,5663],[19.002,5663],[19.022,5663],[19.042,5663],[19.062,5663],[19.082,5663],[19.102,5663],[19.122,5663],[19.142,5663],[19.162,5663],[19.182,5663],[19.202,5663],[19.222,5663],[19.242,5663],[19.261,5663],[19.282,5663],[19.302,5663],[19.321,5663],[19.341,5663],[19.361,5663],[19.381,5663],[19.401,5663],[19.421,5663],[19.441,5663],[19.462,5663],[19.481,5663],[19.501,5663],[19.522,5663],[19.541,5663],[19.561,5663],[19.581,5663],[19.601,5663],[19.621,5663],[19.641,5663],[19.661,5663],[19.682,5663],[19.703,5663],[19.721,5663],[19.741,5663],[19.761,5663],[19.781,5663],[19.801,5663],[19.822,5663],[19.841,5663],[19.861,5663],[19.881,5663],[19.902,5663],[19.921,5663],[19.941,5663],[19.961,5663],[19.982,5663],[20.001,5663],[20.021,5663],[20.041,5663],[20.061,5663],[20.081,5663],[20.102,5663],[20.122,5663],[20.142,5663],[20.161,5663],[20.181,5663],[20.202,5663],[20.221,5663],[20.242,5663],[20.262,5663],[20.282,5663],[20.302,5663],[20.322,5663],[20.342,5663],[20.362,5663],[20.382,5663],[20.402,5663],[20.421,5663],[20.442,5663],[20.462,5663],[20.482,5663],[20.502,5663],[20.521,5663],[20.541,5663],[20.562,5663],[20.582,5663],[20.602,5663],[20.621,5663],[20.641,5663],[20.662,5663],[20.682,5663],[20.702,5663],[20.722,5663],[20.742,5663],[20.762,5663],[20.781,5663],[20.802,5663],[20.821,5663],[20.841,5663],[20.861,5663],[20.882,5663],[20.902,5663],[20.922,5663],[20.942,5663],[20.962,5663],[20.981,5663],[21.002,5663],[21.022,5663],[21.041,5663],[21.061,5663],[21.081,5663],[21.101,5663],[21.122,5663],[21.141,5663],[21.161,5663],[21.182,5663],[21.202,5663],[21.222,5663],[21.242,5663],[21.262,5663],[21.282,5663],[21.301,5663],[21.322,5663],[21.342,5663],[21.362,5663],[21.381,5663],[21.402,5663],[21.421,5663],[21.442,5663],[21.462,5663],[21.482,5663],[21.502,5663],[21.522,5663],[21.542,5663],[21.562,5663],[21.582,5663],[21.601,5663],[21.622,5663],[21.642,5663],[21.662,5663],[21.682,5663],[21.702,5663],[21.722,5663],[21.742,5663],[21.763,5663],[21.781,5663],[21.802,5663],[21.822,5663],[21.842,5663],[21.862,5663],[21.881,5663],[21.902,5663],[21.922,5663],[21.942,5663],[21.962,5663],[21.982,5663],[22.002,5663],[22.021,5663],[22.042,5663],[22.062,5663],[22.082,5663],[22.102,5663],[22.122,5663],[22.142,5663],[22.162,5663],[22.182,5663],[22.202,5663],[22.222,5663],[22.242,5663],[22.262,5663],[22.282,5663],[22.302,5663],[22.322,5663],[22.342,5663],[22.362,5663],[22.382,5663],[22.402,5663],[22.422,5663],[22.442,5663],[22.462,5663],[22.482,5663],[22.502,5663],[22.522,5663],[22.542,5663],[22.562,5663],[22.582,5663],[22.602,5663],[22.622,5663],[22.642,5663],[22.662,5663],[22.682,5663],[22.702,5663],[22.722,5663],[22.742,5663],[22.762,5663],[22.782,5663],[22.802,5663],[22.822,5663],[22.842,5663],[22.862,5663],[22.882,5663],[22.902,5663],[22.922,5663],[22.942,5663],[22.962,5663],[22.982,5663],[23.002,5663],[23.022,5663],[23.042,5663],[23.062,5663],[23.082,5663],[23.102,5663],[23.122,5663],[23.142,5663],[23.162,5663],[23.182,5663],[23.202,5663],[23.222,5663],[23.242,5663],[23.262,5663],[23.282,5663],[23.301,5663],[23.322,5663],[23.342,5663],[23.362,5663],[23.382,5663],[23.402,5663],[23.422,5663],[23.442,5663],[23.462,5663],[23.482,5663],[23.502,5663],[23.522,5663],[23.542,5663],[23.562,5663],[23.582,5663],[23.602,5663],[23.622,5663],[23.642,5663],[23.662,5663],[23.682,5663],[23.702,5663],[23.722,5663],[23.741,5663],[23.762,5663],[23.782,5663],[23.802,5663],[23.822,5663],[23.842,5663],[23.862,5663],[23.882,5663],[23.902,5663],[23.921,5663],[23.942,5663],[23.962,5663],[23.982,5663],[24.002,5663],[24.022,5663],[24.042,5663],[24.062,5663],[24.082,5663],[24.102,5663],[24.122,5663],[24.142,5663],[24.162,5663],[24.182,5663],[24.202,5663],[24.222,5663],[24.242,5663],[24.261,5663],[24.282,5663],[24.302,5663],[24.322,5663],[24.342,5663],[24.362,5663],[24.382,5685],[24.402,5685],[24.421,5685],[24.442,5685],[24.462,5685],[24.482,5685],[24.502,5685],[24.522,5685],[24.542,5743],[24.562,5743],[24.582,5743],[24.602,5743],[24.622,5743],[24.642,5743],[24.662,5743],[24.682,5743],[24.702,5820],[24.722,5820],[24.742,5820],[24.762,5820],[24.782,5820],[24.802,5820],[24.822,5820],[24.842,5820],[24.862,5904],[24.882,5904],[24.902,5904],[24.922,5904],[24.942,5904],[24.962,5904],[24.982,5904],[25.002,5904],[25.022,5994],[25.042,5994],[25.062,5994],[25.082,5994],[25.102,5994],[25.122,5994],[25.142,5994],[25.162,5994],[25.182,6085],[25.202,6085],[25.222,6085],[25.242,6085],[25.262,6085],[25.282,6085],[25.302,6085],[25.322,6085],[25.342,6175],[25.362,6175],[25.381,6175],[25.402,6175],[25.422,6175],[25.442,6175],[25.462,6175],[25.482,6175],[25.502,6265],[25.522,6265],[25.542,6265],[25.562,6265],[25.582,6265],[25.602,6265],[25.622,6265],[25.642,6265],[25.661,6352],[25.682,6352],[25.702,6352],[25.722,6352],[25.742,6352],[25.762,6352],[25.782,6352],[25.802,6352],[25.822,6441],[25.842,6441],[25.862,6441],[25.882,6441],[25.902,6441],[25.922,6441],[25.942,6441],[25.962,6441],[25.982,6535],[26.002,6535],[26.022,6535],[26.042,6535],[26.062,6535],[26.082,6535],[26.102,6535],[26.122,6535],[26.142,6636],[26.162,6636],[26.182,6636],[26.202,6636],[26.222,6636],[26.242,6636],[26.262,6636],[26.282,6636],[26.302,6722],[26.322,6722],[26.342,6722],[26.362,6722],[26.382,6722],[26.402,6722],[26.422,6722],[26.442,6722],[26.462,6788],[26.482,6788],[26.502,6788],[26.522,6788],[26.542,6788],[26.562,6788],[26.582,6788],[26.602,6788],[26.622,6843],[26.642,6843],[26.662,6843],[26.682,6843],[26.702,6843],[26.722,6843],[26.742,6843],[26.762,6843],[26.782,6883],[26.802,6883],[26.822,6883],[26.842,6883],[26.862,6883],[26.882,6883],[26.902,6883],[26.922,6883],[26.942,6907],[26.962,6907],[26.982,6907],[27.002,6907],[27.022,6907],[27.042,6907],[27.062,6907],[27.082,6907],[27.102,6930],[27.122,6930],[27.142,6930],[27.162,6930],[27.182,6930],[27.202,6930],[27.222,6930],[27.242,6930],[27.262,6972],[27.282,6972],[27.302,6972],[27.322,6972],[27.342,6972],[27.362,6972],[27.382,6972],[27.402,6972],[27.422,7044],[27.442,7044],[27.462,7044],[27.482,7044],[27.502,7044],[27.525,7044],[27.542,7044],[27.562,7044],[27.582,7136],[27.602,7136],[27.622,7136],[27.642,7136],[27.662,7136],[27.682,7136],[27.702,7136],[27.721,7136],[27.742,7241],[27.762,7241],[27.782,7241],[27.802,7241],[27.822,7241],[27.842,7241],[27.862,7241],[27.882,7241],[27.902,7350],[27.921,7350],[27.942,7350],[27.962,7350],[27.982,7350],[28.002,7350],[28.022,7350],[28.042,7350],[28.062,7451],[28.082,7451],[28.102,7451],[28.122,7451],[28.142,7451],[28.162,7451],[28.182,7451],[28.202,7451],[28.222,7540],[28.242,7540],[28.262,7540],[28.282,7540],[28.302,7540],[28.322,7540],[28.342,7540],[28.362,7540],[28.382,7623],[28.402,7623],[28.422,7623],[28.442,7623],[28.462,7623],[28.482,7623],[28.502,7623],[28.522,7623],[28.542,7724],[28.562,7724],[28.582,7724],[28.602,7724],[28.622,7724],[28.642,7724],[28.662,7724],[28.682,7724],[28.702,7835],[28.722,7835],[28.742,7835],[28.761,7835],[28.782,7835],[28.802,7835],[28.822,7835],[28.842,7835],[28.862,7951],[28.882,7951],[28.902,7951],[28.922,7951],[28.942,7951],[28.962,7951],[28.982,7951],[29.002,7951],[29.022,8067],[29.042,8067],[29.062,8067],[29.082,8067],[29.102,8067],[29.122,8067],[29.142,8067],[29.162,8067],[29.182,8183],[29.202,8183],[29.222,8183],[29.242,8183],[29.262,8183],[29.282,8183],[29.302,8183],[29.322,8183],[29.342,8305],[29.362,8305],[29.382,8305],[29.402,8305],[29.422,8305],[29.442,8305],[29.462,8305],[29.482,8305],[29.502,8437],[29.522,8437],[29.542,8437],[29.562,8437],[29.582,8437],[29.605,8437],[29.624,8437],[29.642,8437],[29.662,8564],[29.682,8564],[29.702,8564],[29.722,8564],[29.742,8564],[29.762,8564],[29.782,8564],[29.802,8564],[29.821,8686],[29.842,8686],[29.862,8686],[29.882,8686],[29.902,8686],[29.922,8686],[29.942,8686],[29.962,8686],[29.982,8793],[30.002,8793],[30.022,8793],[30.042,8793],[30.062,8793],[30.082,8793],[30.102,8793],[30.122,8793],[30.142,8890],[30.162,8890],[30.182,8890],[30.202,8890],[30.222,8890],[30.242,8890],[30.262,8890],[30.282,8890],[30.302,8974],[30.322,8974],[30.342,8974],[30.362,8974],[30.382,8974],[30.402,8974],[30.422,8974],[30.442,8974],[30.462,9056],[30.482,9056],[30.502,9056],[30.522,9056],[30.542,9056],[30.562,9056],[30.582,9056],[30.602,9056],[30.622,9151],[30.645,9151],[30.662,9151],[30.684,9151],[30.702,9151],[30.722,9151],[30.742,9151],[30.762,9151],[30.782,9254],[30.802,9254],[30.822,9254],[30.842,9254],[30.862,9254],[30.882,9254],[30.902,9254],[30.922,9254],[30.942,9362],[30.962,9362],[30.982,9362],[31.002,9362],[31.021,9362],[31.042,9362],[31.062,9362],[31.082,9362],[31.101,9468],[31.122,9468],[31.142,9468],[31.162,9468],[31.182,9468],[31.202,9468],[31.222,9468],[31.242,9468],[31.262,9564],[31.282,9564],[31.302,9564],[31.322,9564],[31.342,9564],[31.362,9564],[31.382,9564],[31.402,9564],[31.422,9652],[31.442,9652],[31.462,9652],[31.482,9652],[31.502,9652],[31.522,9652],[31.542,9652],[31.562,9652],[31.582,9728],[31.602,9728],[31.622,9728],[31.642,9728],[31.662,9728],[31.682,9728],[31.702,9728],[31.724,9790],[31.742,9790],[31.762,9790],[31.782,9790],[31.802,9790],[31.822,9790],[31.842,9790],[31.862,9790],[31.882,9790],[31.902,9845],[31.922,9845],[31.942,9845],[31.962,9845],[31.982,9845],[32.002,9845],[32.022,9845],[32.042,9885],[32.062,9885],[32.081,9885],[32.102,9885],[32.122,9885],[32.142,9885],[32.162,9885],[32.182,9885],[32.202,9885],[32.222,9906],[32.242,9906],[32.262,9906],[32.282,9906],[32.302,9906],[32.322,9906],[32.342,9906],[32.361,9906],[32.382,9913],[32.402,9913],[32.421,9913],[32.442,9913],[32.462,9913],[32.482,9913],[32.502,9913],[32.522,9913],[32.542,9913],[32.562,9913],[32.582,9913],[32.602,9913],[32.622,9913],[32.642,9913],[32.662,9913],[32.682,9913],[32.702,9913],[32.722,9913],[32.742,9913],[32.764,9913],[32.782,9913],[32.802,9913],[32.822,9913],[32.842,9913],[32.862,9913],[32.882,9913],[32.902,9913],[32.922,9913],[32.941,9913],[32.962,9913],[32.982,9913],[33.002,9913],[33.022,9913],[33.042,9913],[33.062,9913],[33.082,9913],[33.102,9913],[33.122,9913],[33.142,9913],[33.162,9913],[33.181,9913],[33.202,9913],[33.222,9913],[33.241,9913],[33.262,9913],[33.282,9913],[33.301,9913],[33.321,9913],[33.342,9913],[33.362,9913],[33.382,9913],[33.402,9913],[33.422,9913],[33.442,9913],[33.462,9913],[33.482,9913],[33.502,9913],[33.522,9913],[33.542,9913],[33.562,9913],[33.582,9913],[33.602,9913],[33.622,9913],[33.642,9913],[33.662,9913],[33.681,9913],[33.702,9913],[33.722,9913],[33.742,9913],[33.762,9913],[33.784,9913],[33.802,9913],[33.822,9913],[33.842,9913],[33.862,9913],[33.882,9913],[33.902,9913],[33.922,9913],[33.942,9913],[33.962,9913],[33.982,9913],[34.002,9913],[34.022,9913],[34.042,9913],[34.062,9913],[34.082,9913],[34.102,9913],[34.122,9913],[34.142,9913],[34.162,9913],[34.182,9913],[34.202,9913],[34.222,9913],[34.242,9913],[34.262,9913],[34.282,9913],[34.302,9913],[34.322,9913],[34.342,9913]]
},]
});
</script>
<div id="Turret/Error" style="min-width: 310px; height: 400px; margin: 0 auto"></div>
<script>
Highcharts.chart('Turret/Error', {
chart: {
type: 'line',
zoomType: 'x'
},
title: {
text: 'Error (NativeUnits)'
},
subtitle: {
text: '[ Turret/Error ]'
},
xAxis: {
events: {
setExtremes: syncExtremes
},
title: {
text: 'Timestamp (s)'
}
},
credits: {
enabled: false
},
series: [{
name: 'Error',
data: [[4.2012,-10],[4.2556,128],[4.2641,128],[4.2716,128],[4.28,128],[4.2877,128],[4.2957,128],[4.3028,128],[4.3229,15],[4.3428,15],[4.3626,15],[4.3826,2],[4.4026,2],[4.4228,2],[4.4429,2],[4.4626,2],[4.4827,2],[4.5027,2],[4.5229,2],[4.5431,2],[4.5629,2],[4.5826,2],[4.6029,2],[4.6226,2],[4.6427,2],[4.6625,2],[4.6828,2],[4.7026,2],[4.723,2],[4.7426,2],[4.7625,2],[4.7826,2],[4.8025,2],[4.8226,2],[4.8426,2],[4.8631,4],[4.8828,4],[4.9025,4],[4.9251,8],[4.9428,8],[4.9625,8],[4.9826,13],[5.0025,13],[5.0229,13],[5.0426,18],[5.0627,18],[5.083,18],[5.1025,22],[5.1225,22],[5.1425,22],[5.1625,24],[5.1822,24],[5.2024,24],[5.2227,27],[5.2425,27],[5.2624,27],[5.2825,30],[5.3024,30],[5.3224,30],[5.3425,31],[5.3628,31],[5.3824,31],[5.4022,33],[5.4222,33],[5.4425,33],[5.4622,33],[5.4824,33],[5.5025,33],[5.5222,35],[5.5424,35],[5.5624,35],[5.5824,36],[5.6024,36],[5.6224,36],[5.6435,36],[5.6623,36],[5.6824,36],[5.7022,37],[5.7232,37],[5.7449,37],[5.7624,44],[5.7825,44],[5.8023,44],[5.8224,38],[5.8423,38],[5.8624,38],[5.8823,38],[5.9023,38],[5.9225,38],[5.9429,38],[5.9628,38],[5.9829,38],[6.0027,38],[6.026,38],[6.0458,38],[6.0631,37],[6.0823,37],[6.1023,37],[6.122,37],[6.1422,37],[6.162,37],[6.1823,38],[6.2022,38],[6.2221,38],[6.2424,38],[6.2622,38],[6.2822,38],[6.3024,36],[6.3222,36],[6.3422,36],[6.3622,36],[6.3822,36],[6.4022,36],[6.4222,36],[6.4423,36],[6.4622,36],[6.4823,36],[6.5158,36],[6.5222,36],[6.5422,35],[6.5622,35],[6.5822,35],[6.6023,35],[6.6226,35],[6.6424,35],[6.6621,36],[6.6823,36],[6.7022,36],[6.7222,37],[6.7422,37],[6.7621,37],[6.782,40],[6.8023,40],[6.8224,40],[6.8421,42],[6.8621,42],[6.8823,42],[6.902,42],[6.9221,42],[6.9424,42],[6.9621,40],[6.9823,40],[7.0023,40],[7.0221,38],[7.0422,38],[7.0624,38],[7.0823,36],[7.1024,36],[7.1223,36],[7.1423,34],[7.1624,34],[7.1822,34],[7.2021,32],[7.2222,32],[7.2422,32],[7.2622,31],[7.2822,31],[7.3024,31],[7.3221,29],[7.3421,29],[7.3622,29],[7.3822,29],[7.4021,29],[7.4222,29],[7.4423,30],[7.4655,30],[7.4824,30],[7.5024,32],[7.5224,32],[7.5422,32],[7.5621,34],[7.5823,34],[7.6025,34],[7.6224,36],[7.6421,36],[7.6625,36],[7.6828,37],[7.7027,37],[7.7228,37],[7.7422,38],[7.7621,38],[7.7822,38],[7.8023,39],[7.8222,39],[7.8442,39],[7.8658,35],[7.8848,35],[7.9039,35],[7.9243,41],[7.9457,41],[7.9652,41],[7.9863,42],[8.0047,42],[8.0221,42],[8.0422,42],[8.0617,42],[8.0819,42],[8.1019,41],[8.1221,41],[8.142,41],[8.1619,42],[8.182,42],[8.2019,42],[8.222,43],[8.2419,43],[8.2622,43],[8.2821,42],[8.3019,42],[8.3219,42],[8.342,43],[8.3618,43],[8.3819,43],[8.4018,43],[8.4219,43],[8.4419,43],[8.4619,41],[8.4819,41],[8.5018,41],[8.5218,41],[8.542,41],[8.5621,41],[8.5819,40],[8.6019,40],[8.6219,40],[8.6419,40],[8.6619,40],[8.6819,40],[8.7019,40],[8.7232,40],[8.7422,40],[8.7637,39],[8.7818,39],[8.8019,39],[8.8219,42],[8.8419,42],[8.8619,42],[8.8818,41],[8.9019,41],[8.9218,41],[8.9418,41],[8.9618,41],[8.9818,41],[9.0019,41],[9.0219,41],[9.0419,41],[9.062,41],[9.0821,41],[9.1017,41],[9.1219,41],[9.1419,41],[9.1621,41],[9.1817,38],[9.2019,38],[9.2219,38],[9.2421,38],[9.262,38],[9.282,38],[9.302,36],[9.3221,36],[9.342,36],[9.362,35],[9.3819,35],[9.4017,35],[9.4219,34],[9.4423,34],[9.4619,34],[9.482,33],[9.5018,33],[9.5219,33],[9.5425,31],[9.5622,31],[9.5819,31],[9.6037,30],[9.6218,30],[9.6424,30],[9.6619,30],[9.6819,30],[9.7018,30],[9.722,28],[9.7418,28],[9.7617,28],[9.782,26],[9.8019,26],[9.8219,26],[9.8419,25],[9.8618,25],[9.8818,25],[9.902,23],[9.9219,23],[9.9417,23],[9.9619,22],[9.9819,22],[10.002,22],[10.022,19],[10.042,19],[10.062,19],[10.082,18],[10.102,18],[10.122,18],[10.142,22],[10.162,22],[10.182,22],[10.202,28],[10.222,28],[10.242,28],[10.262,32],[10.282,32],[10.302,32],[10.322,36],[10.342,36],[10.362,36],[10.382,37],[10.402,37],[10.422,37],[10.442,39],[10.462,39],[10.482,39],[10.502,39],[10.522,39],[10.542,39],[10.562,38],[10.582,38],[10.602,38],[10.622,37],[10.642,37],[10.662,37],[10.682,38],[10.702,38],[10.722,38],[10.742,37],[10.762,37],[10.782,37],[10.802,36],[10.822,36],[10.842,36],[10.862,36],[10.882,36],[10.902,36],[10.922,36],[10.942,36],[10.962,36],[10.982,35],[11.002,35],[11.022,35],[11.042,34],[11.062,34],[11.082,34],[11.102,34],[11.122,34],[11.142,34],[11.162,33],[11.182,33],[11.202,33],[11.222,32],[11.242,32],[11.262,32],[11.282,32],[11.302,32],[11.322,32],[11.342,32],[11.362,32],[11.382,32],[11.402,30],[11.422,30],[11.442,30],[11.462,30],[11.482,30],[11.502,30],[11.522,27],[11.542,27],[11.562,27],[11.582,28],[11.602,28],[11.622,28],[11.642,30],[11.662,30],[11.682,30],[11.702,29],[11.722,29],[11.742,29],[11.762,29],[11.782,29],[11.802,29],[11.822,30],[11.842,30],[11.862,30],[11.882,28],[11.902,28],[11.922,28],[11.942,30],[11.962,30],[11.982,30],[12.002,28],[12.022,28],[12.042,28],[12.062,27],[12.082,27],[12.102,27],[12.122,27],[12.142,27],[12.162,27],[12.182,27],[12.202,27],[12.222,27],[12.242,26],[12.262,26],[12.282,26],[12.302,26],[12.322,26],[12.342,26],[12.362,26],[12.382,26],[12.402,26],[12.422,24],[12.442,24],[12.462,24],[12.482,23],[12.502,23],[12.522,23],[12.542,23],[12.562,23],[12.582,23],[12.602,23],[12.622,23],[12.642,23],[12.662,22],[12.682,22],[12.702,22],[12.722,21],[12.742,21],[12.762,21],[12.782,13],[12.802,13],[12.822,13],[12.842,11],[12.862,11],[12.882,11],[12.902,11],[12.922,11],[12.942,11],[12.962,11],[12.982,11],[13.002,11],[13.022,11],[13.042,11],[13.062,11],[13.082,11],[13.102,11],[13.122,11],[13.142,11],[13.162,11],[13.182,11],[13.202,11],[13.222,11],[13.242,11],[13.262,11],[13.282,11],[13.302,11],[13.322,11],[13.342,11],[13.362,11],[13.382,11],[13.402,11],[13.422,11],[13.442,11],[13.462,11],[13.482,11],[13.502,11],[13.522,11],[13.542,11],[13.562,11],[13.582,11],[13.602,11],[13.622,11],[13.642,11],[13.662,11],[13.682,11],[13.702,11],[13.722,11],[13.742,11],[13.762,11],[13.782,11],[13.802,11],[13.822,11],[13.842,11],[13.862,11],[13.882,11],[13.902,11],[13.922,11],[13.942,11],[13.962,11],[13.982,11],[14.002,11],[14.022,11],[14.042,11],[14.062,11],[14.082,11],[14.102,11],[14.122,11],[14.142,11],[14.162,11],[14.182,11],[14.202,11],[14.222,11],[14.242,11],[14.262,11],[14.282,11],[14.302,11],[14.322,11],[14.342,11],[14.362,11],[14.382,11],[14.402,11],[14.422,11],[14.442,11],[14.462,11],[14.482,11],[14.502,11],[14.522,11],[14.542,11],[14.562,11],[14.582,11],[14.602,11],[14.622,11],[14.642,11],[14.662,11],[14.682,11],[14.702,11],[14.722,11],[14.742,11],[14.762,11],[14.782,11],[14.802,11],[14.822,772],[14.842,772],[14.862,772],[14.882,296],[14.902,296],[14.922,296],[14.942,56],[14.962,56],[14.982,56],[15.002,7],[15.022,7],[15.042,7],[15.062,3],[15.082,3],[15.102,3],[15.122,3],[15.142,3],[15.162,3],[15.182,3],[15.202,3],[15.222,3],[15.242,3],[15.262,3],[15.282,3],[15.302,3],[15.322,3],[15.342,3],[15.362,3],[15.382,3],[15.402,3],[15.422,3],[15.442,3],[15.462,3],[15.482,3],[15.502,3],[15.522,3],[15.542,3],[15.562,3],[15.582,3],[15.602,3],[15.622,3],[15.642,3],[15.662,3],[15.682,3],[15.702,3],[15.722,3],[15.742,3],[15.762,3],[15.782,3],[15.802,3],[15.822,3],[15.842,3],[15.862,3],[15.882,3],[15.902,3],[15.922,3],[15.942,3],[15.962,3],[15.982,3],[16.002,3],[16.022,3],[16.042,3],[16.062,3],[16.082,3],[16.102,3],[16.122,3],[16.142,3],[16.162,3],[16.182,3],[16.202,3],[16.222,3],[16.242,3],[16.262,3],[16.282,3],[16.302,3],[16.322,3],[16.342,3],[16.362,3],[16.382,3],[16.402,3],[16.422,3],[16.442,3],[16.462,3],[16.482,3],[16.502,3],[16.522,3],[16.542,3],[16.562,3],[16.582,3],[16.602,3],[16.622,3],[16.642,3],[16.662,3],[16.682,3],[16.702,3],[16.722,3],[16.742,3],[16.762,3],[16.782,3],[16.802,3],[16.822,3],[16.842,3],[16.862,3],[16.882,3],[16.902,3],[16.922,3],[16.942,3],[16.962,3],[16.982,3],[17.002,3],[17.022,3],[17.042,3],[17.062,3],[17.082,3],[17.102,3],[17.122,3],[17.142,3],[17.162,3],[17.182,3],[17.202,3],[17.222,3],[17.242,3],[17.262,3],[17.282,3],[17.302,3],[17.322,3],[17.341,4],[17.362,4],[17.382,4],[17.402,4],[17.422,4],[17.442,4],[17.462,4],[17.482,4],[17.502,4],[17.521,4],[17.542,4],[17.562,4],[17.582,4],[17.602,4],[17.622,4],[17.642,4],[17.662,4],[17.682,4],[17.702,4],[17.722,4],[17.742,4],[17.762,4],[17.782,4],[17.802,4],[17.822,4],[17.842,4],[17.862,4],[17.882,4],[17.902,4],[17.922,4],[17.942,4],[17.962,4],[17.981,4],[18.002,4],[18.022,4],[18.042,4],[18.062,4],[18.082,4],[18.102,4],[18.122,4],[18.142,4],[18.162,4],[18.182,4],[18.202,4],[18.222,4],[18.242,4],[18.262,4],[18.282,4],[18.302,4],[18.322,4],[18.342,4],[18.362,4],[18.382,4],[18.402,4],[18.422,4],[18.442,4],[18.462,4],[18.482,4],[18.502,4],[18.522,4],[18.542,4],[18.562,4],[18.582,4],[18.602,4],[18.622,4],[18.642,4],[18.662,4],[18.682,4],[18.702,4],[18.722,4],[18.742,4],[18.762,4],[18.782,4],[18.802,4],[18.822,4],[18.842,4],[18.862,4],[18.882,4],[18.902,4],[18.922,4],[18.942,4],[18.962,4],[18.982,4],[19.002,4],[19.022,4],[19.042,4],[19.062,4],[19.082,4],[19.102,4],[19.122,4],[19.142,4],[19.162,4],[19.182,4],[19.202,4],[19.222,4],[19.242,4],[19.261,4],[19.282,4],[19.302,4],[19.321,4],[19.341,4],[19.361,4],[19.381,4],[19.401,4],[19.421,4],[19.441,4],[19.462,4],[19.481,4],[19.501,4],[19.522,4],[19.541,4],[19.561,4],[19.581,4],[19.601,4],[19.621,4],[19.641,4],[19.661,4],[19.682,4],[19.703,4],[19.721,4],[19.741,4],[19.761,4],[19.781,4],[19.801,4],[19.822,4],[19.841,4],[19.861,4],[19.881,4],[19.902,4],[19.921,4],[19.941,4],[19.961,4],[19.982,4],[20.001,4],[20.021,4],[20.041,4],[20.061,4],[20.081,4],[20.102,4],[20.122,4],[20.142,4],[20.161,4],[20.181,4],[20.202,4],[20.221,4],[20.242,4],[20.262,4],[20.282,4],[20.302,4],[20.322,4],[20.342,4],[20.362,4],[20.382,4],[20.402,4],[20.421,4],[20.442,4],[20.462,4],[20.482,4],[20.502,4],[20.521,4],[20.541,4],[20.562,4],[20.582,4],[20.602,4],[20.621,4],[20.641,4],[20.662,4],[20.682,4],[20.702,4],[20.722,4],[20.742,4],[20.762,4],[20.781,4],[20.802,4],[20.821,4],[20.841,4],[20.861,4],[20.882,4],[20.902,4],[20.922,4],[20.942,4],[20.962,4],[20.981,4],[21.002,4],[21.022,4],[21.041,4],[21.061,4],[21.081,4],[21.101,4],[21.122,4],[21.141,4],[21.161,4],[21.182,4],[21.202,4],[21.222,4],[21.242,4],[21.262,4],[21.282,4],[21.301,4],[21.322,4],[21.342,4],[21.362,4],[21.381,4],[21.402,4],[21.421,4],[21.442,4],[21.462,4],[21.482,4],[21.502,4],[21.522,4],[21.542,4],[21.562,4],[21.582,4],[21.601,4],[21.622,4],[21.642,4],[21.662,4],[21.682,4],[21.702,4],[21.722,4],[21.742,4],[21.763,4],[21.781,4],[21.802,4],[21.822,4],[21.842,4],[21.862,4],[21.881,4],[21.902,4],[21.922,4],[21.942,4],[21.962,4],[21.982,4],[22.002,4],[22.021,4],[22.042,4],[22.062,4],[22.082,4],[22.102,4],[22.122,4],[22.142,5],[22.162,5],[22.182,5],[22.202,5],[22.222,5],[22.242,5],[22.262,5],[22.282,5],[22.302,5],[22.322,5],[22.342,5],[22.362,5],[22.382,5],[22.402,5],[22.422,5],[22.442,5],[22.462,5],[22.482,5],[22.502,5],[22.522,5],[22.542,5],[22.562,5],[22.582,5],[22.602,5],[22.622,5],[22.642,5],[22.662,5],[22.682,5],[22.702,5],[22.722,5],[22.742,5],[22.762,5],[22.782,5],[22.802,5],[22.822,5],[22.842,5],[22.862,5],[22.882,5],[22.902,5],[22.922,5],[22.942,5],[22.962,5],[22.982,5],[23.002,5],[23.022,5],[23.042,5],[23.062,5],[23.082,5],[23.102,5],[23.122,5],[23.142,5],[23.162,5],[23.182,5],[23.202,5],[23.222,5],[23.242,5],[23.262,5],[23.282,5],[23.301,5],[23.322,5],[23.342,5],[23.362,5],[23.382,5],[23.402,5],[23.422,5],[23.442,5],[23.462,5],[23.482,5],[23.502,5],[23.522,5],[23.542,5],[23.562,5],[23.582,5],[23.602,5],[23.622,5],[23.642,5],[23.662,5],[23.682,5],[23.702,5],[23.722,5],[23.741,5],[23.762,5],[23.782,5],[23.802,5],[23.822,5],[23.842,5],[23.862,5],[23.882,5],[23.902,5],[23.921,5],[23.942,5],[23.962,5],[23.982,5],[24.002,5],[24.022,5],[24.042,5],[24.062,5],[24.082,5],[24.102,5],[24.122,6],[24.142,6],[24.162,6],[24.182,9],[24.202,9],[24.222,9],[24.242,16],[24.261,16],[24.282,16],[24.302,22],[24.322,22],[24.342,22],[24.362,26],[24.382,26],[24.402,26],[24.421,31],[24.442,31],[24.462,31],[24.482,32],[24.502,32],[24.522,32],[24.542,35],[24.562,35],[24.582,35],[24.602,36],[24.622,36],[24.642,36],[24.662,36],[24.682,36],[24.702,36],[24.722,37],[24.742,37],[24.762,37],[24.782,39],[24.802,39],[24.822,39],[24.842,39],[24.862,39],[24.882,39],[24.902,39],[24.922,39],[24.942,39],[24.962,39],[24.982,39],[25.002,39],[25.022,40],[25.042,40],[25.062,40],[25.082,40],[25.102,40],[25.122,40],[25.142,40],[25.162,40],[25.182,40],[25.202,40],[25.222,40],[25.242,40],[25.262,40],[25.282,40],[25.302,40],[25.322,39],[25.342,39],[25.362,39],[25.381,40],[25.402,40],[25.422,40],[25.442,39],[25.462,39],[25.482,39],[25.502,39],[25.522,39],[25.542,39],[25.562,39],[25.582,39],[25.602,39],[25.622,40],[25.642,40],[25.661,40],[25.682,39],[25.702,39],[25.722,39],[25.742,40],[25.762,40],[25.782,40],[25.802,40],[25.822,40],[25.842,40],[25.862,42],[25.882,42],[25.902,42],[25.922,43],[25.942,43],[25.962,43],[25.982,45],[26.002,45],[26.022,45],[26.042,43],[26.062,43],[26.082,43],[26.102,42],[26.122,42],[26.142,42],[26.162,39],[26.182,39],[26.202,39],[26.222,38],[26.242,38],[26.262,38],[26.282,36],[26.302,36],[26.322,36],[26.342,33],[26.362,33],[26.382,33],[26.402,32],[26.422,32],[26.442,32],[26.462,30],[26.482,30],[26.502,30],[26.522,29],[26.542,29],[26.562,29],[26.582,27],[26.602,27],[26.622,27],[26.642,25],[26.662,25],[26.682,25],[26.702,24],[26.722,24],[26.742,24],[26.762,21],[26.782,21],[26.802,21],[26.822,19],[26.842,19],[26.862,19],[26.882,18],[26.902,18],[26.922,18],[26.942,18],[26.962,18],[26.982,18],[27.002,19],[27.022,19],[27.042,19],[27.062,20],[27.082,20],[27.102,20],[27.122,23],[27.142,23],[27.162,23],[27.182,26],[27.202,26],[27.222,26],[27.242,30],[27.262,30],[27.282,30],[27.302,34],[27.322,34],[27.342,34],[27.362,38],[27.382,38],[27.402,38],[27.422,40],[27.442,40],[27.462,40],[27.482,41],[27.502,41],[27.525,41],[27.542,44],[27.562,44],[27.582,44],[27.602,45],[27.622,45],[27.642,45],[27.662,45],[27.682,45],[27.702,45],[27.721,45],[27.742,45],[27.762,45],[27.782,46],[27.802,46],[27.822,46],[27.842,47],[27.862,47],[27.882,47],[27.902,45],[27.921,45],[27.942,45],[27.962,44],[27.982,44],[28.002,44],[28.022,42],[28.042,42],[28.062,42],[28.082,40],[28.102,40],[28.122,40],[28.142,39],[28.162,39],[28.182,39],[28.202,37],[28.222,37],[28.242,37],[28.262,37],[28.282,37],[28.302,37],[28.322,39],[28.342,39],[28.362,39],[28.382,42],[28.402,42],[28.422,42],[28.442,44],[28.462,44],[28.482,44],[28.502,46],[28.522,46],[28.542,46],[28.562,47],[28.582,47],[28.602,47],[28.622,47],[28.642,47],[28.662,47],[28.682,47],[28.702,47],[28.722,47],[28.742,48],[28.761,48],[28.782,48],[28.802,48],[28.822,48],[28.842,48],[28.862,48],[28.882,48],[28.902,48],[28.922,48],[28.942,48],[28.962,48],[28.982,48],[29.002,48],[29.022,48],[29.042,48],[29.062,48],[29.082,48],[29.102,47],[29.122,47],[29.142,47],[29.162,49],[29.182,49],[29.202,49],[29.222,49],[29.242,49],[29.262,49],[29.282,50],[29.302,50],[29.322,50],[29.342,53],[29.362,53],[29.382,53],[29.402,54],[29.422,54],[29.442,54],[29.462,55],[29.482,55],[29.502,55],[29.522,52],[29.542,52],[29.562,52],[29.582,51],[29.605,51],[29.624,51],[29.642,54],[29.662,54],[29.682,54],[29.702,51],[29.722,51],[29.742,51],[29.762,48],[29.782,48],[29.802,48],[29.821,46],[29.842,46],[29.862,46],[29.882,46],[29.902,46],[29.922,46],[29.942,45],[29.962,45],[29.982,45],[30.002,43],[30.022,43],[30.042,43],[30.062,42],[30.082,42],[30.102,42],[30.122,40],[30.142,40],[30.162,40],[30.182,39],[30.202,39],[30.222,39],[30.242,38],[30.262,38],[30.282,38],[30.302,37],[30.322,37],[30.342,37],[30.362,37],[30.382,37],[30.402,37],[30.422,39],[30.442,39],[30.462,39],[30.482,42],[30.502,42],[30.522,42],[30.542,43],[30.562,43],[30.582,43],[30.602,43],[30.622,43],[30.645,43],[30.662,46],[30.684,46],[30.702,46],[30.722,48],[30.742,48],[30.762,48],[30.782,47],[30.802,47],[30.822,47],[30.842,46],[30.862,46],[30.882,46],[30.902,46],[30.922,46],[30.942,46],[30.962,45],[30.982,45],[31.002,45],[31.021,45],[31.042,45],[31.062,45],[31.082,43],[31.101,43],[31.122,43],[31.142,43],[31.162,43],[31.182,43],[31.202,41],[31.222,41],[31.242,41],[31.262,40],[31.282,40],[31.302,40],[31.322,39],[31.342,39],[31.362,39],[31.382,38],[31.402,38],[31.422,38],[31.442,36],[31.462,36],[31.482,36],[31.502,36],[31.522,36],[31.542,36],[31.562,33],[31.582,33],[31.602,33],[31.622,33],[31.642,33],[31.662,33],[31.682,31],[31.702,31],[31.724,31],[31.742,31],[31.762,31],[31.782,31],[31.802,30],[31.822,30],[31.842,30],[31.862,28],[31.882,28],[31.902,28],[31.922,25],[31.942,25],[31.962,25],[31.982,23],[32.002,23],[32.022,23],[32.042,21],[32.062,21],[32.081,21],[32.102,19],[32.122,19],[32.142,19],[32.162,15],[32.182,15],[32.202,15],[32.222,15],[32.242,15],[32.262,15],[32.282,12],[32.302,12],[32.322,12],[32.342,10],[32.361,10],[32.382,10],[32.402,10],[32.421,10],[32.442,10],[32.462,10],[32.482,10],[32.502,10],[32.522,10],[32.542,10],[32.562,10],[32.582,10],[32.602,10],[32.622,10],[32.642,10],[32.662,10],[32.682,10],[32.702,10],[32.722,10],[32.742,10],[32.764,10],[32.782,10],[32.802,10],[32.822,10],[32.842,10],[32.862,10],[32.882,10],[32.902,10],[32.922,10],[32.941,10],[32.962,10],[32.982,10],[33.002,10],[33.022,10],[33.042,10],[33.062,11],[33.082,11],[33.102,11],[33.122,11],[33.142,11],[33.162,11],[33.181,11],[33.202,11],[33.222,11],[33.241,11],[33.262,11],[33.282,11],[33.301,11],[33.321,11],[33.342,11],[33.362,11],[33.382,11],[33.402,11],[33.422,11],[33.442,11],[33.462,11],[33.482,11],[33.502,11],[33.522,11],[33.542,11],[33.562,11],[33.582,11],[33.602,11],[33.622,11],[33.642,11],[33.662,11],[33.681,11],[33.702,11],[33.722,11],[33.742,11],[33.762,11],[33.784,11],[33.802,11],[33.822,11],[33.842,11],[33.862,11],[33.882,11],[33.902,11],[33.922,11],[33.942,11],[33.962,11],[33.982,11],[34.002,11],[34.022,11],[34.042,11],[34.062,11],[34.082,11],[34.102,11],[34.122,11],[34.142,11],[34.162,11],[34.182,11],[34.202,11],[34.222,11],[34.242,11],[34.262,11],[34.282,11],[34.302,11],[34.322,11],[34.342,11]]
},]
});
</script>
</div>
</div>
</div>
</div>
<a style="color: grey; text-decoration: underline;" data-toggle="collapse" href="#metadata" aria-expanded="false" aria-controls="metadata">Info</a>
<div class="collapse" id="metadata">
<div class="well">{"topics":[{"unit":"ms","name":"Timings\/RobotLoop","attrs":["hide","join:Timings"]},{"unit":"s","name":"Timings\/Timestamp","attrs":["xaxis","hide"]},{"unit":"NativeUnits","name":"Turret\/Desired","attrs":["hide","join:Turret\/Position"]},{"unit":"NativeUnits","name":"Turret\/Actual","attrs":["hide","join:Turret\/Position"]},{"unit":"NativeUnits","name":"Turret\/Error","attrs":["hide","join:Turret\/Error"]},{"unit":"Degrees","name":"Heading\/Robot","attrs":["hide","join:Pigeon\/Heading"]},{"unit":"Degrees","name":"Heading\/Turret","attrs":["hide","join:Pigeon\/Heading"]},{"unit":"Integer","name":"Errors\/Pigeon","attrs":["hide","join:Errors\/Devices"]}],"values":[{"name":"Turret PID","value":"kP = 2.500000, kI = 0.000000, kD = 25.000000, kF = 0.000000"}]}</div>
<p>badlogvis 0.3.3</p>
</div>
</div> <!-- /container -->
</body>
</html>