@venusprotocol/isolated-pools 3.5.0-dev.4 → 3.5.0-dev.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1968 @@
1
+ {
2
+ "address": "0x2ED16161FeB1Ea50882c546929A3672Ad2FC3aB8",
3
+ "abi": [
4
+ {
5
+ "inputs": [
6
+ {
7
+ "internalType": "bool",
8
+ "name": "timeBased_",
9
+ "type": "bool"
10
+ },
11
+ {
12
+ "internalType": "uint256",
13
+ "name": "blocksPerYear_",
14
+ "type": "uint256"
15
+ }
16
+ ],
17
+ "stateMutability": "nonpayable",
18
+ "type": "constructor"
19
+ },
20
+ {
21
+ "inputs": [],
22
+ "name": "InvalidBlocksPerYear",
23
+ "type": "error"
24
+ },
25
+ {
26
+ "inputs": [],
27
+ "name": "InvalidTimeBasedConfiguration",
28
+ "type": "error"
29
+ },
30
+ {
31
+ "inputs": [
32
+ {
33
+ "internalType": "uint256",
34
+ "name": "loopsLimit",
35
+ "type": "uint256"
36
+ },
37
+ {
38
+ "internalType": "uint256",
39
+ "name": "requiredLoops",
40
+ "type": "uint256"
41
+ }
42
+ ],
43
+ "name": "MaxLoopsLimitExceeded",
44
+ "type": "error"
45
+ },
46
+ {
47
+ "inputs": [
48
+ {
49
+ "internalType": "address",
50
+ "name": "sender",
51
+ "type": "address"
52
+ },
53
+ {
54
+ "internalType": "address",
55
+ "name": "calledContract",
56
+ "type": "address"
57
+ },
58
+ {
59
+ "internalType": "string",
60
+ "name": "methodSignature",
61
+ "type": "string"
62
+ }
63
+ ],
64
+ "name": "Unauthorized",
65
+ "type": "error"
66
+ },
67
+ {
68
+ "anonymous": false,
69
+ "inputs": [
70
+ {
71
+ "indexed": true,
72
+ "internalType": "address",
73
+ "name": "vToken",
74
+ "type": "address"
75
+ },
76
+ {
77
+ "indexed": false,
78
+ "internalType": "uint256",
79
+ "name": "newTimestamp",
80
+ "type": "uint256"
81
+ }
82
+ ],
83
+ "name": "BorrowLastRewardingBlockTimestampUpdated",
84
+ "type": "event"
85
+ },
86
+ {
87
+ "anonymous": false,
88
+ "inputs": [
89
+ {
90
+ "indexed": true,
91
+ "internalType": "address",
92
+ "name": "vToken",
93
+ "type": "address"
94
+ },
95
+ {
96
+ "indexed": false,
97
+ "internalType": "uint32",
98
+ "name": "newBlock",
99
+ "type": "uint32"
100
+ }
101
+ ],
102
+ "name": "BorrowLastRewardingBlockUpdated",
103
+ "type": "event"
104
+ },
105
+ {
106
+ "anonymous": false,
107
+ "inputs": [
108
+ {
109
+ "indexed": true,
110
+ "internalType": "address",
111
+ "name": "contributor",
112
+ "type": "address"
113
+ },
114
+ {
115
+ "indexed": false,
116
+ "internalType": "uint256",
117
+ "name": "newSpeed",
118
+ "type": "uint256"
119
+ }
120
+ ],
121
+ "name": "ContributorRewardTokenSpeedUpdated",
122
+ "type": "event"
123
+ },
124
+ {
125
+ "anonymous": false,
126
+ "inputs": [
127
+ {
128
+ "indexed": true,
129
+ "internalType": "address",
130
+ "name": "contributor",
131
+ "type": "address"
132
+ },
133
+ {
134
+ "indexed": false,
135
+ "internalType": "uint256",
136
+ "name": "rewardAccrued",
137
+ "type": "uint256"
138
+ }
139
+ ],
140
+ "name": "ContributorRewardsUpdated",
141
+ "type": "event"
142
+ },
143
+ {
144
+ "anonymous": false,
145
+ "inputs": [
146
+ {
147
+ "indexed": true,
148
+ "internalType": "contract VToken",
149
+ "name": "vToken",
150
+ "type": "address"
151
+ },
152
+ {
153
+ "indexed": true,
154
+ "internalType": "address",
155
+ "name": "borrower",
156
+ "type": "address"
157
+ },
158
+ {
159
+ "indexed": false,
160
+ "internalType": "uint256",
161
+ "name": "rewardTokenDelta",
162
+ "type": "uint256"
163
+ },
164
+ {
165
+ "indexed": false,
166
+ "internalType": "uint256",
167
+ "name": "rewardTokenTotal",
168
+ "type": "uint256"
169
+ },
170
+ {
171
+ "indexed": false,
172
+ "internalType": "uint256",
173
+ "name": "rewardTokenBorrowIndex",
174
+ "type": "uint256"
175
+ }
176
+ ],
177
+ "name": "DistributedBorrowerRewardToken",
178
+ "type": "event"
179
+ },
180
+ {
181
+ "anonymous": false,
182
+ "inputs": [
183
+ {
184
+ "indexed": true,
185
+ "internalType": "contract VToken",
186
+ "name": "vToken",
187
+ "type": "address"
188
+ },
189
+ {
190
+ "indexed": true,
191
+ "internalType": "address",
192
+ "name": "supplier",
193
+ "type": "address"
194
+ },
195
+ {
196
+ "indexed": false,
197
+ "internalType": "uint256",
198
+ "name": "rewardTokenDelta",
199
+ "type": "uint256"
200
+ },
201
+ {
202
+ "indexed": false,
203
+ "internalType": "uint256",
204
+ "name": "rewardTokenTotal",
205
+ "type": "uint256"
206
+ },
207
+ {
208
+ "indexed": false,
209
+ "internalType": "uint256",
210
+ "name": "rewardTokenSupplyIndex",
211
+ "type": "uint256"
212
+ }
213
+ ],
214
+ "name": "DistributedSupplierRewardToken",
215
+ "type": "event"
216
+ },
217
+ {
218
+ "anonymous": false,
219
+ "inputs": [
220
+ {
221
+ "indexed": false,
222
+ "internalType": "uint8",
223
+ "name": "version",
224
+ "type": "uint8"
225
+ }
226
+ ],
227
+ "name": "Initialized",
228
+ "type": "event"
229
+ },
230
+ {
231
+ "anonymous": false,
232
+ "inputs": [
233
+ {
234
+ "indexed": true,
235
+ "internalType": "address",
236
+ "name": "vToken",
237
+ "type": "address"
238
+ }
239
+ ],
240
+ "name": "MarketInitialized",
241
+ "type": "event"
242
+ },
243
+ {
244
+ "anonymous": false,
245
+ "inputs": [
246
+ {
247
+ "indexed": false,
248
+ "internalType": "uint256",
249
+ "name": "oldMaxLoopsLimit",
250
+ "type": "uint256"
251
+ },
252
+ {
253
+ "indexed": false,
254
+ "internalType": "uint256",
255
+ "name": "newmaxLoopsLimit",
256
+ "type": "uint256"
257
+ }
258
+ ],
259
+ "name": "MaxLoopsLimitUpdated",
260
+ "type": "event"
261
+ },
262
+ {
263
+ "anonymous": false,
264
+ "inputs": [
265
+ {
266
+ "indexed": false,
267
+ "internalType": "address",
268
+ "name": "oldAccessControlManager",
269
+ "type": "address"
270
+ },
271
+ {
272
+ "indexed": false,
273
+ "internalType": "address",
274
+ "name": "newAccessControlManager",
275
+ "type": "address"
276
+ }
277
+ ],
278
+ "name": "NewAccessControlManager",
279
+ "type": "event"
280
+ },
281
+ {
282
+ "anonymous": false,
283
+ "inputs": [
284
+ {
285
+ "indexed": true,
286
+ "internalType": "address",
287
+ "name": "previousOwner",
288
+ "type": "address"
289
+ },
290
+ {
291
+ "indexed": true,
292
+ "internalType": "address",
293
+ "name": "newOwner",
294
+ "type": "address"
295
+ }
296
+ ],
297
+ "name": "OwnershipTransferStarted",
298
+ "type": "event"
299
+ },
300
+ {
301
+ "anonymous": false,
302
+ "inputs": [
303
+ {
304
+ "indexed": true,
305
+ "internalType": "address",
306
+ "name": "previousOwner",
307
+ "type": "address"
308
+ },
309
+ {
310
+ "indexed": true,
311
+ "internalType": "address",
312
+ "name": "newOwner",
313
+ "type": "address"
314
+ }
315
+ ],
316
+ "name": "OwnershipTransferred",
317
+ "type": "event"
318
+ },
319
+ {
320
+ "anonymous": false,
321
+ "inputs": [
322
+ {
323
+ "indexed": true,
324
+ "internalType": "address",
325
+ "name": "vToken",
326
+ "type": "address"
327
+ },
328
+ {
329
+ "components": [
330
+ {
331
+ "internalType": "uint256",
332
+ "name": "mantissa",
333
+ "type": "uint256"
334
+ }
335
+ ],
336
+ "indexed": false,
337
+ "internalType": "struct ExponentialNoError.Exp",
338
+ "name": "marketBorrowIndex",
339
+ "type": "tuple"
340
+ }
341
+ ],
342
+ "name": "RewardTokenBorrowIndexUpdated",
343
+ "type": "event"
344
+ },
345
+ {
346
+ "anonymous": false,
347
+ "inputs": [
348
+ {
349
+ "indexed": true,
350
+ "internalType": "contract VToken",
351
+ "name": "vToken",
352
+ "type": "address"
353
+ },
354
+ {
355
+ "indexed": false,
356
+ "internalType": "uint256",
357
+ "name": "newSpeed",
358
+ "type": "uint256"
359
+ }
360
+ ],
361
+ "name": "RewardTokenBorrowSpeedUpdated",
362
+ "type": "event"
363
+ },
364
+ {
365
+ "anonymous": false,
366
+ "inputs": [
367
+ {
368
+ "indexed": true,
369
+ "internalType": "address",
370
+ "name": "recipient",
371
+ "type": "address"
372
+ },
373
+ {
374
+ "indexed": false,
375
+ "internalType": "uint256",
376
+ "name": "amount",
377
+ "type": "uint256"
378
+ }
379
+ ],
380
+ "name": "RewardTokenGranted",
381
+ "type": "event"
382
+ },
383
+ {
384
+ "anonymous": false,
385
+ "inputs": [
386
+ {
387
+ "indexed": true,
388
+ "internalType": "address",
389
+ "name": "vToken",
390
+ "type": "address"
391
+ }
392
+ ],
393
+ "name": "RewardTokenSupplyIndexUpdated",
394
+ "type": "event"
395
+ },
396
+ {
397
+ "anonymous": false,
398
+ "inputs": [
399
+ {
400
+ "indexed": true,
401
+ "internalType": "contract VToken",
402
+ "name": "vToken",
403
+ "type": "address"
404
+ },
405
+ {
406
+ "indexed": false,
407
+ "internalType": "uint256",
408
+ "name": "newSpeed",
409
+ "type": "uint256"
410
+ }
411
+ ],
412
+ "name": "RewardTokenSupplySpeedUpdated",
413
+ "type": "event"
414
+ },
415
+ {
416
+ "anonymous": false,
417
+ "inputs": [
418
+ {
419
+ "indexed": true,
420
+ "internalType": "address",
421
+ "name": "vToken",
422
+ "type": "address"
423
+ },
424
+ {
425
+ "indexed": false,
426
+ "internalType": "uint256",
427
+ "name": "newTimestamp",
428
+ "type": "uint256"
429
+ }
430
+ ],
431
+ "name": "SupplyLastRewardingBlockTimestampUpdated",
432
+ "type": "event"
433
+ },
434
+ {
435
+ "anonymous": false,
436
+ "inputs": [
437
+ {
438
+ "indexed": true,
439
+ "internalType": "address",
440
+ "name": "vToken",
441
+ "type": "address"
442
+ },
443
+ {
444
+ "indexed": false,
445
+ "internalType": "uint32",
446
+ "name": "newBlock",
447
+ "type": "uint32"
448
+ }
449
+ ],
450
+ "name": "SupplyLastRewardingBlockUpdated",
451
+ "type": "event"
452
+ },
453
+ {
454
+ "inputs": [],
455
+ "name": "INITIAL_INDEX",
456
+ "outputs": [
457
+ {
458
+ "internalType": "uint224",
459
+ "name": "",
460
+ "type": "uint224"
461
+ }
462
+ ],
463
+ "stateMutability": "view",
464
+ "type": "function"
465
+ },
466
+ {
467
+ "inputs": [],
468
+ "name": "acceptOwnership",
469
+ "outputs": [],
470
+ "stateMutability": "nonpayable",
471
+ "type": "function"
472
+ },
473
+ {
474
+ "inputs": [],
475
+ "name": "accessControlManager",
476
+ "outputs": [
477
+ {
478
+ "internalType": "contract IAccessControlManagerV8",
479
+ "name": "",
480
+ "type": "address"
481
+ }
482
+ ],
483
+ "stateMutability": "view",
484
+ "type": "function"
485
+ },
486
+ {
487
+ "inputs": [],
488
+ "name": "blocksOrSecondsPerYear",
489
+ "outputs": [
490
+ {
491
+ "internalType": "uint256",
492
+ "name": "",
493
+ "type": "uint256"
494
+ }
495
+ ],
496
+ "stateMutability": "view",
497
+ "type": "function"
498
+ },
499
+ {
500
+ "inputs": [
501
+ {
502
+ "internalType": "address",
503
+ "name": "holder",
504
+ "type": "address"
505
+ },
506
+ {
507
+ "internalType": "contract VToken[]",
508
+ "name": "vTokens",
509
+ "type": "address[]"
510
+ }
511
+ ],
512
+ "name": "claimRewardToken",
513
+ "outputs": [],
514
+ "stateMutability": "nonpayable",
515
+ "type": "function"
516
+ },
517
+ {
518
+ "inputs": [
519
+ {
520
+ "internalType": "address",
521
+ "name": "holder",
522
+ "type": "address"
523
+ }
524
+ ],
525
+ "name": "claimRewardToken",
526
+ "outputs": [],
527
+ "stateMutability": "nonpayable",
528
+ "type": "function"
529
+ },
530
+ {
531
+ "inputs": [
532
+ {
533
+ "internalType": "address",
534
+ "name": "vToken",
535
+ "type": "address"
536
+ },
537
+ {
538
+ "internalType": "address",
539
+ "name": "borrower",
540
+ "type": "address"
541
+ },
542
+ {
543
+ "components": [
544
+ {
545
+ "internalType": "uint256",
546
+ "name": "mantissa",
547
+ "type": "uint256"
548
+ }
549
+ ],
550
+ "internalType": "struct ExponentialNoError.Exp",
551
+ "name": "marketBorrowIndex",
552
+ "type": "tuple"
553
+ }
554
+ ],
555
+ "name": "distributeBorrowerRewardToken",
556
+ "outputs": [],
557
+ "stateMutability": "nonpayable",
558
+ "type": "function"
559
+ },
560
+ {
561
+ "inputs": [
562
+ {
563
+ "internalType": "address",
564
+ "name": "vToken",
565
+ "type": "address"
566
+ },
567
+ {
568
+ "internalType": "address",
569
+ "name": "supplier",
570
+ "type": "address"
571
+ }
572
+ ],
573
+ "name": "distributeSupplierRewardToken",
574
+ "outputs": [],
575
+ "stateMutability": "nonpayable",
576
+ "type": "function"
577
+ },
578
+ {
579
+ "inputs": [],
580
+ "name": "getBlockNumberOrTimestamp",
581
+ "outputs": [
582
+ {
583
+ "internalType": "uint256",
584
+ "name": "",
585
+ "type": "uint256"
586
+ }
587
+ ],
588
+ "stateMutability": "view",
589
+ "type": "function"
590
+ },
591
+ {
592
+ "inputs": [
593
+ {
594
+ "internalType": "address",
595
+ "name": "recipient",
596
+ "type": "address"
597
+ },
598
+ {
599
+ "internalType": "uint256",
600
+ "name": "amount",
601
+ "type": "uint256"
602
+ }
603
+ ],
604
+ "name": "grantRewardToken",
605
+ "outputs": [],
606
+ "stateMutability": "nonpayable",
607
+ "type": "function"
608
+ },
609
+ {
610
+ "inputs": [
611
+ {
612
+ "internalType": "contract Comptroller",
613
+ "name": "comptroller_",
614
+ "type": "address"
615
+ },
616
+ {
617
+ "internalType": "contract IERC20Upgradeable",
618
+ "name": "rewardToken_",
619
+ "type": "address"
620
+ },
621
+ {
622
+ "internalType": "uint256",
623
+ "name": "loopsLimit_",
624
+ "type": "uint256"
625
+ },
626
+ {
627
+ "internalType": "address",
628
+ "name": "accessControlManager_",
629
+ "type": "address"
630
+ }
631
+ ],
632
+ "name": "initialize",
633
+ "outputs": [],
634
+ "stateMutability": "nonpayable",
635
+ "type": "function"
636
+ },
637
+ {
638
+ "inputs": [
639
+ {
640
+ "internalType": "address",
641
+ "name": "vToken",
642
+ "type": "address"
643
+ }
644
+ ],
645
+ "name": "initializeMarket",
646
+ "outputs": [],
647
+ "stateMutability": "nonpayable",
648
+ "type": "function"
649
+ },
650
+ {
651
+ "inputs": [],
652
+ "name": "isTimeBased",
653
+ "outputs": [
654
+ {
655
+ "internalType": "bool",
656
+ "name": "",
657
+ "type": "bool"
658
+ }
659
+ ],
660
+ "stateMutability": "view",
661
+ "type": "function"
662
+ },
663
+ {
664
+ "inputs": [
665
+ {
666
+ "internalType": "address",
667
+ "name": "",
668
+ "type": "address"
669
+ }
670
+ ],
671
+ "name": "lastContributorBlock",
672
+ "outputs": [
673
+ {
674
+ "internalType": "uint256",
675
+ "name": "",
676
+ "type": "uint256"
677
+ }
678
+ ],
679
+ "stateMutability": "view",
680
+ "type": "function"
681
+ },
682
+ {
683
+ "inputs": [],
684
+ "name": "maxLoopsLimit",
685
+ "outputs": [
686
+ {
687
+ "internalType": "uint256",
688
+ "name": "",
689
+ "type": "uint256"
690
+ }
691
+ ],
692
+ "stateMutability": "view",
693
+ "type": "function"
694
+ },
695
+ {
696
+ "inputs": [],
697
+ "name": "owner",
698
+ "outputs": [
699
+ {
700
+ "internalType": "address",
701
+ "name": "",
702
+ "type": "address"
703
+ }
704
+ ],
705
+ "stateMutability": "view",
706
+ "type": "function"
707
+ },
708
+ {
709
+ "inputs": [],
710
+ "name": "pendingOwner",
711
+ "outputs": [
712
+ {
713
+ "internalType": "address",
714
+ "name": "",
715
+ "type": "address"
716
+ }
717
+ ],
718
+ "stateMutability": "view",
719
+ "type": "function"
720
+ },
721
+ {
722
+ "inputs": [],
723
+ "name": "renounceOwnership",
724
+ "outputs": [],
725
+ "stateMutability": "nonpayable",
726
+ "type": "function"
727
+ },
728
+ {
729
+ "inputs": [],
730
+ "name": "rewardToken",
731
+ "outputs": [
732
+ {
733
+ "internalType": "contract IERC20Upgradeable",
734
+ "name": "",
735
+ "type": "address"
736
+ }
737
+ ],
738
+ "stateMutability": "view",
739
+ "type": "function"
740
+ },
741
+ {
742
+ "inputs": [
743
+ {
744
+ "internalType": "address",
745
+ "name": "",
746
+ "type": "address"
747
+ }
748
+ ],
749
+ "name": "rewardTokenAccrued",
750
+ "outputs": [
751
+ {
752
+ "internalType": "uint256",
753
+ "name": "",
754
+ "type": "uint256"
755
+ }
756
+ ],
757
+ "stateMutability": "view",
758
+ "type": "function"
759
+ },
760
+ {
761
+ "inputs": [
762
+ {
763
+ "internalType": "address",
764
+ "name": "",
765
+ "type": "address"
766
+ }
767
+ ],
768
+ "name": "rewardTokenBorrowSpeeds",
769
+ "outputs": [
770
+ {
771
+ "internalType": "uint256",
772
+ "name": "",
773
+ "type": "uint256"
774
+ }
775
+ ],
776
+ "stateMutability": "view",
777
+ "type": "function"
778
+ },
779
+ {
780
+ "inputs": [
781
+ {
782
+ "internalType": "address",
783
+ "name": "",
784
+ "type": "address"
785
+ }
786
+ ],
787
+ "name": "rewardTokenBorrowState",
788
+ "outputs": [
789
+ {
790
+ "internalType": "uint224",
791
+ "name": "index",
792
+ "type": "uint224"
793
+ },
794
+ {
795
+ "internalType": "uint32",
796
+ "name": "block",
797
+ "type": "uint32"
798
+ },
799
+ {
800
+ "internalType": "uint32",
801
+ "name": "lastRewardingBlock",
802
+ "type": "uint32"
803
+ }
804
+ ],
805
+ "stateMutability": "view",
806
+ "type": "function"
807
+ },
808
+ {
809
+ "inputs": [
810
+ {
811
+ "internalType": "address",
812
+ "name": "",
813
+ "type": "address"
814
+ }
815
+ ],
816
+ "name": "rewardTokenBorrowStateTimeBased",
817
+ "outputs": [
818
+ {
819
+ "internalType": "uint224",
820
+ "name": "index",
821
+ "type": "uint224"
822
+ },
823
+ {
824
+ "internalType": "uint256",
825
+ "name": "timestamp",
826
+ "type": "uint256"
827
+ },
828
+ {
829
+ "internalType": "uint256",
830
+ "name": "lastRewardingTimestamp",
831
+ "type": "uint256"
832
+ }
833
+ ],
834
+ "stateMutability": "view",
835
+ "type": "function"
836
+ },
837
+ {
838
+ "inputs": [
839
+ {
840
+ "internalType": "address",
841
+ "name": "",
842
+ "type": "address"
843
+ },
844
+ {
845
+ "internalType": "address",
846
+ "name": "",
847
+ "type": "address"
848
+ }
849
+ ],
850
+ "name": "rewardTokenBorrowerIndex",
851
+ "outputs": [
852
+ {
853
+ "internalType": "uint256",
854
+ "name": "",
855
+ "type": "uint256"
856
+ }
857
+ ],
858
+ "stateMutability": "view",
859
+ "type": "function"
860
+ },
861
+ {
862
+ "inputs": [
863
+ {
864
+ "internalType": "address",
865
+ "name": "",
866
+ "type": "address"
867
+ }
868
+ ],
869
+ "name": "rewardTokenContributorSpeeds",
870
+ "outputs": [
871
+ {
872
+ "internalType": "uint256",
873
+ "name": "",
874
+ "type": "uint256"
875
+ }
876
+ ],
877
+ "stateMutability": "view",
878
+ "type": "function"
879
+ },
880
+ {
881
+ "inputs": [
882
+ {
883
+ "internalType": "address",
884
+ "name": "",
885
+ "type": "address"
886
+ },
887
+ {
888
+ "internalType": "address",
889
+ "name": "",
890
+ "type": "address"
891
+ }
892
+ ],
893
+ "name": "rewardTokenSupplierIndex",
894
+ "outputs": [
895
+ {
896
+ "internalType": "uint256",
897
+ "name": "",
898
+ "type": "uint256"
899
+ }
900
+ ],
901
+ "stateMutability": "view",
902
+ "type": "function"
903
+ },
904
+ {
905
+ "inputs": [
906
+ {
907
+ "internalType": "address",
908
+ "name": "",
909
+ "type": "address"
910
+ }
911
+ ],
912
+ "name": "rewardTokenSupplySpeeds",
913
+ "outputs": [
914
+ {
915
+ "internalType": "uint256",
916
+ "name": "",
917
+ "type": "uint256"
918
+ }
919
+ ],
920
+ "stateMutability": "view",
921
+ "type": "function"
922
+ },
923
+ {
924
+ "inputs": [
925
+ {
926
+ "internalType": "address",
927
+ "name": "",
928
+ "type": "address"
929
+ }
930
+ ],
931
+ "name": "rewardTokenSupplyState",
932
+ "outputs": [
933
+ {
934
+ "internalType": "uint224",
935
+ "name": "index",
936
+ "type": "uint224"
937
+ },
938
+ {
939
+ "internalType": "uint32",
940
+ "name": "block",
941
+ "type": "uint32"
942
+ },
943
+ {
944
+ "internalType": "uint32",
945
+ "name": "lastRewardingBlock",
946
+ "type": "uint32"
947
+ }
948
+ ],
949
+ "stateMutability": "view",
950
+ "type": "function"
951
+ },
952
+ {
953
+ "inputs": [
954
+ {
955
+ "internalType": "address",
956
+ "name": "",
957
+ "type": "address"
958
+ }
959
+ ],
960
+ "name": "rewardTokenSupplyStateTimeBased",
961
+ "outputs": [
962
+ {
963
+ "internalType": "uint224",
964
+ "name": "index",
965
+ "type": "uint224"
966
+ },
967
+ {
968
+ "internalType": "uint256",
969
+ "name": "timestamp",
970
+ "type": "uint256"
971
+ },
972
+ {
973
+ "internalType": "uint256",
974
+ "name": "lastRewardingTimestamp",
975
+ "type": "uint256"
976
+ }
977
+ ],
978
+ "stateMutability": "view",
979
+ "type": "function"
980
+ },
981
+ {
982
+ "inputs": [
983
+ {
984
+ "internalType": "address",
985
+ "name": "accessControlManager_",
986
+ "type": "address"
987
+ }
988
+ ],
989
+ "name": "setAccessControlManager",
990
+ "outputs": [],
991
+ "stateMutability": "nonpayable",
992
+ "type": "function"
993
+ },
994
+ {
995
+ "inputs": [
996
+ {
997
+ "internalType": "address",
998
+ "name": "contributor",
999
+ "type": "address"
1000
+ },
1001
+ {
1002
+ "internalType": "uint256",
1003
+ "name": "rewardTokenSpeed",
1004
+ "type": "uint256"
1005
+ }
1006
+ ],
1007
+ "name": "setContributorRewardTokenSpeed",
1008
+ "outputs": [],
1009
+ "stateMutability": "nonpayable",
1010
+ "type": "function"
1011
+ },
1012
+ {
1013
+ "inputs": [
1014
+ {
1015
+ "internalType": "contract VToken[]",
1016
+ "name": "vTokens",
1017
+ "type": "address[]"
1018
+ },
1019
+ {
1020
+ "internalType": "uint256[]",
1021
+ "name": "supplyLastRewardingBlockTimestamps",
1022
+ "type": "uint256[]"
1023
+ },
1024
+ {
1025
+ "internalType": "uint256[]",
1026
+ "name": "borrowLastRewardingBlockTimestamps",
1027
+ "type": "uint256[]"
1028
+ }
1029
+ ],
1030
+ "name": "setLastRewardingBlockTimestamps",
1031
+ "outputs": [],
1032
+ "stateMutability": "nonpayable",
1033
+ "type": "function"
1034
+ },
1035
+ {
1036
+ "inputs": [
1037
+ {
1038
+ "internalType": "contract VToken[]",
1039
+ "name": "vTokens",
1040
+ "type": "address[]"
1041
+ },
1042
+ {
1043
+ "internalType": "uint32[]",
1044
+ "name": "supplyLastRewardingBlocks",
1045
+ "type": "uint32[]"
1046
+ },
1047
+ {
1048
+ "internalType": "uint32[]",
1049
+ "name": "borrowLastRewardingBlocks",
1050
+ "type": "uint32[]"
1051
+ }
1052
+ ],
1053
+ "name": "setLastRewardingBlocks",
1054
+ "outputs": [],
1055
+ "stateMutability": "nonpayable",
1056
+ "type": "function"
1057
+ },
1058
+ {
1059
+ "inputs": [
1060
+ {
1061
+ "internalType": "uint256",
1062
+ "name": "limit",
1063
+ "type": "uint256"
1064
+ }
1065
+ ],
1066
+ "name": "setMaxLoopsLimit",
1067
+ "outputs": [],
1068
+ "stateMutability": "nonpayable",
1069
+ "type": "function"
1070
+ },
1071
+ {
1072
+ "inputs": [
1073
+ {
1074
+ "internalType": "contract VToken[]",
1075
+ "name": "vTokens",
1076
+ "type": "address[]"
1077
+ },
1078
+ {
1079
+ "internalType": "uint256[]",
1080
+ "name": "supplySpeeds",
1081
+ "type": "uint256[]"
1082
+ },
1083
+ {
1084
+ "internalType": "uint256[]",
1085
+ "name": "borrowSpeeds",
1086
+ "type": "uint256[]"
1087
+ }
1088
+ ],
1089
+ "name": "setRewardTokenSpeeds",
1090
+ "outputs": [],
1091
+ "stateMutability": "nonpayable",
1092
+ "type": "function"
1093
+ },
1094
+ {
1095
+ "inputs": [
1096
+ {
1097
+ "internalType": "address",
1098
+ "name": "newOwner",
1099
+ "type": "address"
1100
+ }
1101
+ ],
1102
+ "name": "transferOwnership",
1103
+ "outputs": [],
1104
+ "stateMutability": "nonpayable",
1105
+ "type": "function"
1106
+ },
1107
+ {
1108
+ "inputs": [
1109
+ {
1110
+ "internalType": "address",
1111
+ "name": "contributor",
1112
+ "type": "address"
1113
+ }
1114
+ ],
1115
+ "name": "updateContributorRewards",
1116
+ "outputs": [],
1117
+ "stateMutability": "nonpayable",
1118
+ "type": "function"
1119
+ },
1120
+ {
1121
+ "inputs": [
1122
+ {
1123
+ "internalType": "address",
1124
+ "name": "vToken",
1125
+ "type": "address"
1126
+ },
1127
+ {
1128
+ "components": [
1129
+ {
1130
+ "internalType": "uint256",
1131
+ "name": "mantissa",
1132
+ "type": "uint256"
1133
+ }
1134
+ ],
1135
+ "internalType": "struct ExponentialNoError.Exp",
1136
+ "name": "marketBorrowIndex",
1137
+ "type": "tuple"
1138
+ }
1139
+ ],
1140
+ "name": "updateRewardTokenBorrowIndex",
1141
+ "outputs": [],
1142
+ "stateMutability": "nonpayable",
1143
+ "type": "function"
1144
+ },
1145
+ {
1146
+ "inputs": [
1147
+ {
1148
+ "internalType": "address",
1149
+ "name": "vToken",
1150
+ "type": "address"
1151
+ }
1152
+ ],
1153
+ "name": "updateRewardTokenSupplyIndex",
1154
+ "outputs": [],
1155
+ "stateMutability": "nonpayable",
1156
+ "type": "function"
1157
+ }
1158
+ ],
1159
+ "transactionHash": "0x846cc13e073e14e36a0d607d3b82435f71a06883f1c53cd4670964dcc8f04274",
1160
+ "receipt": {
1161
+ "to": "0x0000000000000000000000000000000000008006",
1162
+ "from": "0xE8C6Cf867CF962d289305ECE9b139a4116674541",
1163
+ "contractAddress": "0x2ED16161FeB1Ea50882c546929A3672Ad2FC3aB8",
1164
+ "transactionIndex": 0,
1165
+ "gasUsed": "1846805973",
1166
+ "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
1167
+ "blockHash": "0x080745ddf42faf3038994e5d26cb7bb85cee613e10929588c15ebd6cd1e53fb7",
1168
+ "transactionHash": "0x846cc13e073e14e36a0d607d3b82435f71a06883f1c53cd4670964dcc8f04274",
1169
+ "logs": [
1170
+ {
1171
+ "transactionIndex": 0,
1172
+ "blockNumber": 3589881,
1173
+ "transactionHash": "0x846cc13e073e14e36a0d607d3b82435f71a06883f1c53cd4670964dcc8f04274",
1174
+ "address": "0x000000000000000000000000000000000000800A",
1175
+ "topics": [
1176
+ "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
1177
+ "0x000000000000000000000000e8c6cf867cf962d289305ece9b139a4116674541",
1178
+ "0x0000000000000000000000000000000000000000000000000000000000008001"
1179
+ ],
1180
+ "data": "0x000000000000000000000000000000000000000000000000018ae7881bfb6b0c",
1181
+ "logIndex": 0,
1182
+ "blockHash": "0x080745ddf42faf3038994e5d26cb7bb85cee613e10929588c15ebd6cd1e53fb7"
1183
+ },
1184
+ {
1185
+ "transactionIndex": 0,
1186
+ "blockNumber": 3589881,
1187
+ "transactionHash": "0x846cc13e073e14e36a0d607d3b82435f71a06883f1c53cd4670964dcc8f04274",
1188
+ "address": "0x000000000000000000000000000000000000800A",
1189
+ "topics": [
1190
+ "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
1191
+ "0x0000000000000000000000000000000000000000000000000000000000008001",
1192
+ "0x000000000000000000000000e8c6cf867cf962d289305ece9b139a4116674541"
1193
+ ],
1194
+ "data": "0x00000000000000000000000000000000000000000000000000c3f5e3ac53c8fc",
1195
+ "logIndex": 1,
1196
+ "blockHash": "0x080745ddf42faf3038994e5d26cb7bb85cee613e10929588c15ebd6cd1e53fb7"
1197
+ },
1198
+ {
1199
+ "transactionIndex": 0,
1200
+ "blockNumber": 3589881,
1201
+ "transactionHash": "0x846cc13e073e14e36a0d607d3b82435f71a06883f1c53cd4670964dcc8f04274",
1202
+ "address": "0x0000000000000000000000000000000000008008",
1203
+ "topics": ["0x27fe8c0b49f49507b9d4fe5968c9f49edfe5c9df277d433a07a0717ede97638d"],
1204
+ "data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000e40000000000000000000000000000000000000000000000000000000000008008000000000000000000000000000000000000000000000000000000000000800ecacbceb96a23515e0b51ca2c50b3b7d7bfa6a41ddfdb6c414c4af52a98c95465",
1205
+ "logIndex": 2,
1206
+ "blockHash": "0x080745ddf42faf3038994e5d26cb7bb85cee613e10929588c15ebd6cd1e53fb7"
1207
+ },
1208
+ {
1209
+ "transactionIndex": 0,
1210
+ "blockNumber": 3589881,
1211
+ "transactionHash": "0x846cc13e073e14e36a0d607d3b82435f71a06883f1c53cd4670964dcc8f04274",
1212
+ "address": "0x0000000000000000000000000000000000008008",
1213
+ "topics": [
1214
+ "0x3a36e47291f4201faf137fab081d92295bce2d53be2c6ca68ba82c7faa9ce241",
1215
+ "0x000000000000000000000000000000000000000000000000000000000000800e",
1216
+ "0xcacbceb96a23515e0b51ca2c50b3b7d7bfa6a41ddfdb6c414c4af52a98c95465"
1217
+ ],
1218
+ "data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000008e8208fb00000000000000000000081801008041000008180210009c00000001022001900000000001000414000000c001100210000000000101043b205b20560000040f0000086f011001c7000000200010043f000000000010043500008010020000390000205d00010430000000000032043500000dda0000213d00000dda0000c13d0000000001000019000000400100043d0000000000100439000000000101041a00000000020000190000000000210435000008180200804100000dda0000413d000000200400003900000dda0000613d000000000112019f000000400200043d000000000121019f0000000004034019000008180320009c000000000202004b00000aaa0000213d0000000f010000290000800d02000039000015c00000213d0000000505500210000000000101004b000015be0000613d0000088001000041000000040010043f0000087f01000041000000000701034fffffffffffffffff0000000008980436000000007907043c00000000010004120000004001100210205b20510000040f0000000400100443000000000001042d0000000000310435000080050200003900000882011001c7000000240010044300000860010000410000000101200190000000400010043f000000c002200210000000000200041400020000000103550000000f050000290000000002000416000000000604004b000008180330019700000000030100190000004402100039000000000968004b000000000802001900000005053002720000001f0430018f000000200430008c00000060033002700000002402100039000000010200c039000000400030043f00000020031000390000800b0200003900000884011001c7000000000003001f000000000707043b0000205c0001042e000000400040043f000000200130008c00000001013000390000001f0140003900000ddc0000613d000000000221004b000000010100403900000040022002100000002001000039000000000021041b0000000203000039000008180310009c0000000102004039000000200300003900000820020000410000000e0200002900000000065200190000000003000031000000000201041a000000fd01000039000000600210018f0000000007870436000000006806043c000000800010043f0000000401100370000000240220008c00000822011001c70000085b0110019700000020021000390000000000650435000000000303043b0000000000150435000000000013041b0000000101100190000000000103041a0000000d03000029000000000601034f00000064021000390000000001010433000000400020043f000015c60000c13d000000000112017000000001010020390000000002020433000000010110003900000883010000410000088501000041000000000686019f00000000066701cf000000000767022f0000010006600089000000000868022f00000000086801cf00000000080504330000000306600210000000000751034f0000001f0640019000000005054002720000081803000041000000400100003900000000010004160000004002100039000000040320008c000000000001042f000008660410009c00000000002004350000085b0210009c000000000121004b000000000202043b00000060013002100000000006050433000000000106004b000000020110008c000000010210008c00000000055900190000000008a7004b000000000709001900000880011001c70000000402100039000000000302004b0000004001200210000008180120009c000000000404043b00001d4a0000613d00001a5c0000613d000015cc0000613d000000400a00043d000000000161019f00000000014101cf000000000141022f0000010004400089000000000646022f00000000064601cf00000003044002100000000005520019000000000151034f00000041010000390000088a0310009c000000200230008c00000106010000390000010001000039000000fb01000039000000400900043d000000090300002900000107010000390000081b011001c7000d00000001001d00000000001204350000000e010000290000003301000039000000000112004b00000004043000390000002304300039000008660430009c00001be90000213d000015be0000413d00000006020000290000000000430435000000040a000029000400000001001d0000000603000029000000000303041a00000000019200190000085b02200197000500000001001d0000000f0200002900000003030000390000085e011001c7000002650000013d000000050330021000000104010000390000085b0220009c000000040210037000000aaa0000c13d000018ea0000213d0000176f0000613d0000000000560435000000000585019f00000000055701cf000000000757022f0000010005500089000000000858022f00000000085801cf0000000008060433000000030550021000000000066a0019000000000761034f0000000506600210000000000705004b0000000009b8004b00000000080a001900000005064002720000001f0540018f000015c00000c13d00000011010000390000000000520435000000000031041b000000600110021000000818030080410000081804008041000000000141019f0000004004300210000000000203041a0000001a03000039000000200420003900000e680000c13d0000001c020000390000088703000041000c00000001001d0000082001000041000000000202041a000000200140008c000000ff01000039000000000200041100000024011003700000000103000039000000000204004b000000000441034f00000dda0000813d000000000424004b000008180340009c0000000001a200190000000c0300002900000000020a043300000000030a40190000081803a0009c00000051010000390000004002300210000008180230009c0000000001310049205b1eed0000040f0000000000240435000000400400043d00000b510000613d0000000506500210000000000403004b0000000d020000290000087802200197000000000012041b000000e0017002100000088e011001970000088d0320009c0000088c040000410000004003100039000008860310009c0000000002210019000000000003043500000020043000390000088a0430009c000000400300043d000008780330019700000000030400190000088a0320009c0000088a0210009c0000088b0110009c00000000000104350000088a0410009c0000081802000041000000000071041b000008880240009c000000000207004b0000000201300039000900000001001d0000000000410435000000fe0100003900000ddd0000c13d000000000131019f0000000003094019000008180390009c00000004019000390000000f03000029000f00000004001d00000821011001c70000085b0110009c000000440220008c0000000005000019000000000303004b0000000003000416ffffffffffffffe0020000000000000000001e800000213d00040000000a001d0000000401a000390000087e011001c70000000d01000029000000240240003900000000066200190000000d0900002900000000322400d90000000002050019000700000002001d000600000001001d0000010301000039000000fc01000039000000000601043b000b00000001001d00000ddc0000013d000000000205043300000000050900190000004003300210000f00000003001d0000000c0200002900000008030000290000085c010000410000062d0000013d000000a00010043f000000000302041a00000102010000390000000101006039000e00000001001d000f00000001001d000006780000c13d000000000201004b000000050440021000000020033000390000000403100370020000020000000000001be60000613d00000004030000290000000503000029000018f00000c13d0000000105000029000100000005001d000018e70000613d00000000040c043300000001020000390000000002090019000008c0011001c7000000000051041b0000088b3430012a0000002001500039000000400500043d000000000143004b0000088b0400004100000000011201a00000088b0130009c0000000001020019000000e001900210000300000004001d000000000091041b000015c60000413d000015cd0000813d000000000209004b0000000004000019000000120100003900000b450000013d000000020110003900000004024000390000001f01300039000000000108004b0000000000130435000000600110018f000d00000009001d0000000603006029000000000402004b000200000006001d000000040250008c000000050100006b00000ba40000813d0000000704000029000008860210009c000700000001001d000000000131004b205b20220000040f000000c40010043f000000a40010043f000000840010043f000000000232004b0000000b0200002900000e260000413d0000000b030000290000000003000019000008660310009c0000000b09000029000b00000009001d000008180410009c0000002004008039000000000400003100000000051904360000085b0330009c0000000c01000029000000010220003900000006011000290000000501100210000000000323004b000008660440009c0000002002000039000000650100003900000b310000013d205b16b30000040f000f00000002001d000e00000002001d0000000000140435000000000151019f000000000141034f0000000a020000290000000006000019000000400060043fffffffff000000006f6e7472616374207a61626c653a2063496e697469616c6900000000ffffffff0000000001050019000000050900002900001bef0000c13d00001bd90000013d000000000157004b00001be80000613d00001a5e0000c13d000000020b00002900000006010000290000000702000029000300000006001d000018d20000013d00000000061a0436000000000159004b000018e90000613d0000000301000029000300000001001d000016790000613d000000000023043500000000040104330000000000540435000000000501041a000008c201000041000013720000013d000000000187004b00000000020904330000000c0400002900000000020a40190000081802a0009c000010f00000013d000000000169004b000000000107004b000800000001001d0000000c0900002900000007010000290000000902000029000000040200002900000044040000390000088b022001c70000088e022001970000087803200198000008b60210009c00008002020000390000086a011001c700000869010000410000002203000039000000000306004b000008940400004100000000322500d900000000323200d900000000414500d9000000000104004b0000088b154000d1000000400050043f00000020051000390000088a0510009c000000000523004b00000000655400d9000008930330009c00000000433200d900000893423000d100000a4a0000013d00000892010000410000000d0700002900000000010504330000088f0400004100000000313400d9000000000103004b0000088b143000d1000000200410003900000000422300d900000003090000290000000002094019000008180290009c0000085e0000013d000000090100002900000889010000410000000007046019000000000174004b0000081807100197000000000701041a00000e620000a13d000008a301000041000000e40010043f205b20330000040f0000086002000041000000000400041500000044030000390000800501000039000000000400041400000e1c0000613d000000000332004b000000010300c039000000200240008c0000088101000041000000000332034f00000b340000813d0000086e040000410000085d022001970000085b05200197000000c00010043f000008660110009c0000000001000411000005390000013d000000000032041b0000085d03300197000000000010041b0000010101000039000000000141004b000000000201043b00000b340000613d000000080100006b205b1eff0000040f00000000004204350000002002200039000000440310037000000000004604350000000505400210000008660540009c0000002403100370000000000606043b00000024033000390000086806600197000000640320008c0000000002010019536166654552433200000000000000016c6173742072657773657474696e672064696e67426c6f636577617264696e677365744c617374520000000100000000000000440000000064546f6b656e537073657452657761725b5d290000000000696e76616c696420697320616c72656100000024000000007fffffffffffffff000000200000000000000004000000000000201a0000613d0000000000910435000000000900041100001e7d0000613d00001e800000c13d000500000009001d0000000205000029000000030300002900001d4c0000c13d000000030a00002900030000000a001d0000000501000029000600000002001d000000040b00002900001bf50000813d0000000302000029000008d00150009c0000000804000029000000030b0000290000000801000029000000e005100270000018f60000813d0000000305000029000000020110006b000017710000c13d000000000203004b0000176e0000613d000000040210006b000017770000613d0000001d03000039000008cc0300004100000060014002100000004002b00210000008180b0080410000081802b0009c000016790000013d0000166d0000013d000000040340003900000000010a0019000000800b000039000000600c0000390000002a03000039000008cb03000041000008ca03000041000f00000000001d00000000010b0433000008650240009c000000040090044300000000011401cf000000000414022f0000010001100089000000000515022f00000000051501cf0000000005030433000000030110021000000000033b0019000000000434034f000000000501004b000000000857004b00000000070b0019000000000604034f00000000053b001900000005033002720000000204000367000000000b3c04360000001f0130018f0000000104400190000008660510009c0000000104004039000000400c00043d0000003f01100039000008c8011001970000000f0a0000290000081803100198000008180010019d0000006001100270000000010220018f000000000223019f0000006003400210000008660130009c000000040590008c000008c70500004100000000004a04350000004000a0043f000008c504000041000000000252004b000015ac0000613d000000000205004b000f00000005001d000000040290008c0000085b0920019700000000030004100000000a03000029000008c304000041000c00000004001d00000000342100a900000009050000290000000208000029000c00000009001d000200000008001d0000000e06000029000008c1040000410000000b050000290000000d040000290000000b0110006b000b00000041001d00000000212100d9000000000312004b000008930220009c00000000322100d900000893312000d10000000006190436000008bf010000410000088a0150009c000015e00000613d000000000303043300000000030a04330000000207000029000200000007001d00000000041a04360000000009046019000000000194004b0000081809100197000015c60000013d000000000901041a000015fc0000c13d0000000c0a000029000008180190009c000015be0000c13d00000000055a0019000000000897004b00000000070a001900000ee30000213d00000032010000390000089b03000041000a00000001001d00000e300000a13d00000dfe0000c13d000000080120006b000008720300004100000871030000410000087304000041000000c903000039000000000023041b000000000363019f0000085d032001970000085b061001970000000b0100006b00000870040000410000085b02300197000000000042041b0000085d04300197000000970200003900000004012000390000002401200039000000440120003900000064012000390000000000620435000000400070043f000000000635004b000000c001400210000000000308004b000000050550006c00000005645000b90000000108000029000100000008001d000000000128004b000000000208004b000000000801041a0000002002300039000000090a000029000900000005001d0000000904000029000000050220006c00000005432000b90000000206000029000300000009001d000000000119043600000e680000413d000000000127004b000000e0021002700000000707006029000000070170006b000000070a000029000d00000002001d0000000501300210000000080120006c0000085b0320009c00000879010000410000087801100197000000970100003900000dda0000013d0000000d0120006c000000000232019f0000000e030000290000089e02200197000b00000002001d0000000a04000029000a00000002001d0000000d0120006b00000e3a0000a13d0000000e0120006b000000020120008c000000010120008c00000005020000290000000a0a000029000a00000005001d000000000112034f00000007031000290000000102000367000c00000002001d000c00000000001d000000090100006b00000df40000c13d000000090120006b000900000004001d000000000043041b000000000403041a000000000335004b000000000300041100000de90000013d0000008001000039000000e001000039000600240030003d0000000703300029000700240030003d000800000004001d000000a002000039000000040100003900000027030000390000082304000041000000800020043f00000105010000390000ff00011001900000010502000039000001040200003900000b570000c13d000000000200041a00000000030004150000002402100370205b16ca0000040f000e00000003001d000001a20000013d0000000005040433000000000503004b0000000a0100002900000e150000c13d000000800200043d0000003302000039000000000225004b000000000653004b0000000b0400002900000000053500190000000107700190000008660860009c00000001070040390000000007000019000000000776004b0000000006670019000000400700043d0000003f06500039000000000406004b000000000605c019000008670440009c000008670600404100000867044001970000086705008041000000000524004b00000020055000390000085b0760009c000000000631034f000000000505004b000000000301043b0000008008000039000000000302001900030000000000024a3fa2930000000018c5e8ab00000000407ca46f8c9c29bce9930bf26ee6227fe3bfda3daba2641938fe05baf9dc12e4f257f636000000007472616374000000206e6f6e2d636f6e2063616c6c20746f416464726573733a6f6e20646964206e206f706572617469303a20455243323065640000000000006f7420737563636500000000000000036c206661696c65646576656c2063616c303a206c6f772d6cffffffffffffff3fa9059cbb000000006973746564000000757374206265206c6d61726b6574206d18118a199a97e44220eb74b0c33a782ae4514ad9315010c29563ff6035b973f270a0823100000000f4afb2111d80aa93ea10020be46f7810889eabdfbe0366aa510d7612da9ca257000000600000000095dd919300000000ffffffffffff00ffffffffffffffff00000000400000008000000064000000806865206f776e65726973206e6f7420742063616c6c6572204f776e61626c653a4fb2b0affd252c71755589a63ffcd89e0b0925ea999b3d9ffe6944646a362be7ffffffffffffffc0756e6374696f6e006c207468697320662063616e2063616c7074726f6c6c65724f6e6c7920636f6df8789145d0fd3af401bab4be26560cd266b5d239c9f7be784882c02173318701790000000000000074696f6e206f6e6c6564206f7065726154696d652d62617372696275746f72206172647344697374746869732052657764000000000000006479206c6f636b65ec8d54a99ea8395e0527d0d85f4099864c6d919eef378c417aefe759bc95e5c97022fa1cd16268612697206fd0c23c35cfdc448a42c8a0d70e68f65b8654c09a696d657374616d70617264696e67207477656400000000006e6f7420616c6c6f706173742069732020696e2074686520000000a4000000006c696420696e70756d707320696e76616b54696d6573746174000000000000003235365b5d290000365b5d2c75696e745d2c75696e743235616464726573735b657374616d707328426c6f636b54696d0df08e4f24f926f90441ea19fda63c6feac3f0d4c25e5c80251909abf904fc8020666f7220677261617264546f6b656e69656e7420726577696e7375666669636e74000000000000000000840000008072000000000000006e6577206f776e656e6f7420746865206c6c657220697320537465703a2063614f776e61626c65322f8f8ce17988eb91fa8826d4df30fc72cecc8d7307e3f8af4163eb203170b7fa65a3d8f4bb6b3fec2469897004cc61943f253382759baaab41b697bf2627e0a06c6f636b20696e20617264696e672062616c6c6f77656400206973206e6f7420746865207061737461737452657761726f723a3a7365744c69737472696275745265776172647344696420696e7075746b7320696e76616c6c790000000000006174696f6e206f6e736564206f706572426c6f636b2d62615d2c75696e7433322c75696e7433325b6464726573735b5d426c6f636b73286174206c69737465646574206973206e6f6b656e206d61726b726577617264546f99cbe776df729c3c5f5c6ba66dcf702a4785b469e931d32c2091432bbf4aa40f5f1c717a5bd6bca29ff7986078247dc9e466fdfdbaa78515bfeed4eb85c013b00de0b6b3a764000047bd371800000000aa5af0fd0000000086496fd90b3ed04e77ebb4f003c773e3ea9eb28086e16a4324741480445e83ba444956366afd423abc1653f76381d745c0f9a3ddcb0a4b096a7b996800070d8b7473000000000000732032323420626978206578636565646e657720696e6465b34b9f100000000000c097ce7bc90715ffffffffffffffdf18160ddd00000000626974730000000065656473203332206d62657220657863626c6f636b206e75ffffffffffffffbf3c209e9336465bd123bf29dc2df74b6f266b0e7a08c0454b42cbb15ccdc3cad608cc6b5d955391325d622183e25ac5afcd93958e4c903827796b89b91644bc983d98a1e5000000004e487b710000000000000064000000006565647300000000726573735b5d2c7565656473286164642c75696e74323536696e743235365b5dffffffffffffff9f00000060000000806973206e6f742069696e6700000000006e697469616c697a6e616765722061646e74726f6c206d61616365737320636f6472657373000000bd77fb31d467aafaf675768eb1ae369c86f71ea459f8fc17c2d09fef144f7c8a4c6f6f70734c696d616c6964206d61786c65723a20496e76436f6d7074726f6c697400000000000031fe014601293aa0fe4e111b00cd2b0ca5c30e0888f3093e66fd58e82f7b31a20000004000000000e3b4186f6b6457e019497f9722a3daaf1344cd1fd0a4f2848be0079c53165914ffffffffffff0000616c697a65640000647920696e697469023a8d90e8508b8302500962caba6a1568e884a7374b41e01806aa1896bbf2658000000000000000ffffffffffffff7f0000000400000080b0772d0b00000000ab882de59d99a32eff553aecb10793d015d089f94afb7896310ab089e4439a4cd8c362d765e22700fa1faef420bfe791c7c124b9cd0de2d338d16b8cac22d99f0000002000000080000000000a3a3a9e0000000004caeb1000000000160c3a03000000000e32cb86000000000e32cb850000000023526079000000001627ee89000000002eed6906000000002c427b57000000002a869a4d000000002a869a4c000000001627ee88000000005d8441b800000000552c0971000000006d049329000000006a95ddef000000006857249c000000006857249b00000000715018a6000000006dfd08ca0000000079ba50970000000074c4c1cc00000000741b252500000000741b2524000000006dfd08c900000000552c09700000000080d45a2d000000007c05a7c5000000008c37dfa300000000856e5e6c00000000818149450000000081814944000000008f693ec7000000008da5cb5b00000000be20309400000000b4a0bdf30000000092a182350000000092a18234000000008da5cb5a00000000bea6b8b800000000be26317e00000000db7954fd00000000ca37271b00000000c7ad089500000000c7ad089400000000e30c397800000000e1d146fb00000000f7c618c100000000f2fde38b00000000efc75f2400000000efc75f2300000000e1d146fa00000000be26317d000000007c05a7c40000010000000100000000020000000060cefb38474024988a09c465da9592146a682f133852f6797f26b83ff96e1f2b000000840000000008c379a000000000697320696e697469616c697a696e6700ae0fcab3000000000000000001e1338009c8f7ec0000000000000001ffffffe00000205b0000043200002059002104230000205400210421000020500000613d000008d3011001c7000008180130009c000020390000413d000000000631004b000000000161043a0000000006060031000000050660027000000000066400190000000506200210000020410000413d000000050130008c00000000002004390000000005010019000020310000613d0000201b0000c13d0000200d0000613d00001ffa0000613d000000000014041b00001fe70000813d000000000513004b000000000304041a000000c90400003900001fcc0000613d000000650200003900001faf0000613d00001f9d0000c13d00001fa10000613d000000000108001900000064024000390000000401400039000008d201000041000000000200041000000024014000390000006002000039000000440140003900001f7d0000613d00001f750000c13d00000000010a043300001f750000a13d0000001f0130008c00001f770000c13d00001f770000213d000008660240009c000000000114004b0000000004a1001900001f950000613d00001f590000613d00001f460000c13d00001f4a0000613d00020000000b001d000000c00340021000000000011300190000000003a30049000008bb033001970000001f0330003900001f5f0000013d00001f250000c13d000000040520008c0000000000040435000000000431001900001f140000413d000000000076043500000000070704330000000007540019000000000615001900001f1b0000613d0000006401a000390000004401a000390000000043080434000000000b1a0436000008d10100004100000040030000390000002401a0003900000000080100190000000001210019000008bb022001970000001f023000390000000000020435000000000231001900001ef20000413d000000000532004b00000000060604330000000006240019000000000521001900001ef90000613d00000000013204360000000043010434000008b80300004100001edd0000c13d00001ea20000613d00001e900000c13d00001e940000613d000500000004001d00001ebc0000c13d00001e390000c13d00001ea80000613d00001e860000c13d00001e860000413d00001e860000213d00001ec50000613d00001ec40000613d00040000000b001d00050000000c001d00001e510000c13d00001e670000613d00001e360000613d00001e240000c13d00001e280000613d0000000004c1004b00000000011c0019000008c90110019700001e600000613d00001e0d0000013d00001df60000c13d0000000004060433000000a004600039000000c004600039000008c60460009c000000800a600039000008640460009c000000000045043500000024056000390000085b041001970000002002600039000000440260003900001dd70000813d00001e860000a13d0000001f0230008c000008660460009c000000000226004b0000000006a20019000000600220018f0000001f02400039000000010100002900001e880000613d00001dbc0000613d00001da90000c13d00001dad0000613d000200000005001d000100000001001d00001dc30000013d00001d8c0000c13d00000000003404350000000404a0003900000000063a0436000008c2030000410000000005020019000500000000000200001d730000613d00001d610000c13d00001d650000613d000000060600002900000005050000290000000304000029000200000041001d00001d070000613d00001d4a0000413d00001d520000c13d00001d520000213d00001d590000613d00001ced0000613d00001cda0000c13d00001cde0000613d00001cf20000013d00001cc00000c13d000000040140006900001d520000813d00001d4c0000413d000000030400c029000000030200006b000408780030019b000000040100602900001d580000613d000600000000000200001c280000613d00001c160000c13d00001c1a0000613d00001bce0000613d00001b950000013d00001b8d0000613d00001b920000613d000000000257004900001be60000413d00001be90000c13d000000030600002900001c0e0000613d00001b660000613d00001b530000c13d00001b570000613d000400000008001d00070000000a001d00001bd30000613d00001b6d0000013d00001b370000c13d00000000081a043600001b310000613d00001bd90000613d00001bef0000413d00001be90000813d00001bef0000013d00001b210000813d00001b040000613d00001ad80000013d00001c080000c13d00001ad50000613d000900000000000200001a8b0000613d00001a790000c13d00001a7d0000613d000000070600002900000006050000290000000404000029000000030110006b000300000041001d000400000004001d00000004311000f900040000301200ad00001a5b0000213d00001a6b0000613d00001a0e0000613d00001a5c0000413d00001a640000c13d00001a640000213d00001a710000613d000019f50000613d000019e20000c13d000019e60000613d000019fa0000013d000019c80000c13d000000050140006900001a640000813d00001a5e0000413d000000040400c029000000040200006b000508780030019b000000050100602900001a6a0000613d000300000003001d00070000000000020000192f0000613d0000191d0000c13d000019210000613d000a00000004001d0000000a05000029000018c70000613d000018890000613d000018ea0000013d0000188e0000a13d0000187e0000a13d00000000055900490000190f0000613d0000186f0000613d000018e70000413d000018ea0000c13d000019150000613d0000000709000029000018540000613d000018410000c13d000018450000613d000700000009001d000018cc0000613d0000185b0000013d000018250000c13d0000181f0000613d000018d20000613d000018f00000413d000018ea0000813d000018f00000013d0000180f0000813d0000000709006029000000070190006b000017f20000613d000000000801043b000017c60000013d000019090000c13d000017c30000613d000900000002001d000a000000000002000008cf040000410000000202000029000200010010002d00000001211000f900010000203100ad0000000401100069000017710000413d0000000203000029000016f70000013d000017780000c13d000016f40000613d000200000001001d0004000000000002000008b403000041000008b503000041000016b60000613d0000166d0000c13d000016930000c13d000016970000613d000008ce011001c70000000403100039000008cd030000410000002403100039000016660000c13d0000166a0000613d0000166c0000c13d000016570000c13d0000165b0000613d000016480000c13d0000164c0000613d000016390000c13d0000163d0000613d0000162b0000613d000016190000c13d0000161d0000613d0000162b0000013d0000161f0000c13d0000160a0000c13d0000160e0000613d00000040019002100000081809008041000000000019043500000015020000390000002401900039000008c4020000410000004401900039000015d40000013d0000169a0000c13d000015610000c13d000015ad0000c13d000015be0000213d0000000d0b000029000016a20000613d000d0000000b001d000f0000000c001d000015790000c13d000015a10000613d0000155e0000613d0000154c0000c13d000015500000613d000000000441004b0000000001c40019000008c9041001970000159a0000613d000f0000000a001d000015350000013d0000151e0000c13d000000a004100039000000c004100039000008c60410009c000000800a100039000008640410009c0000000e050000290000002404100039000015ad0000013d000014ff0000813d0000168b0000613d000014e50000613d000014d20000c13d000014d60000613d0000000b0b000029000b00000004001d000c0000000a001d000014eb0000013d000014b60000c13d00000ef80000413d000000050130006c0000000103300039000014500000613d000016400000613d000014360000613d000014230000c13d000014270000613d0000000b0a000029000b00000006001d0000143b0000013d0000140a0000c13d0000000d014000690000000c0400c0290000000c0200006b000d08780030019b0000000d01006029000013660000613d0000000b030060290000132c0000013d000013240000613d000013290000613d000000090220006c00000009432000b90000000002870049000000030700002900000004060000290000165e0000613d000012fd0000613d000012ea0000c13d000012ee0000613d000000080a000029000400000006001d000300000007001d0000136c0000613d000013040000013d000012ce0000c13d0000000004190436000012c80000613d000013720000613d000000e008100270000012b80000813d0000000c070060290000000c0170006b0000129b0000613d000015cc0000013d000012770000c13d0000126c0000613d000d00000004001d0000000d311000f9000d0000301200ad000012220000213d000011d50000613d0000000805000029000016310000613d000011bc0000613d000011a90000c13d000011ad0000613d000900000006001d000800000005001d000011c10000013d000011900000c13d0000000c014000690000000b0400c0290000000b0200006b000c08780030019b0000000c01006029000010e40000613d0000000903006029000000000307004b000010a50000613d000015c00000013d000010aa0000a13d0000109a0000a13d000000080550006c00000008645000b900000000056900490000108b0000613d00000001060000290000164f0000613d000010700000613d0000105d0000c13d000010610000613d000100000006001d000010ea0000613d000010770000013d000010410000c13d0000103b0000613d000010f00000613d000000e0061002700000102b0000813d000000000601041a0000000b090060290000000b0190006b0000100e0000613d000000000701043b00000fe20000013d00000fdf0000613d00000000010904330000088a0110009c0000000001910019000016110000613d00000f870000613d00000f740000c13d00000f780000613d000c00000006001d000000000113019f000000c0035002100000081805008041000008180350009c0000000001094019000008180100004100000f8d0000613d000000040420008c000000000500041400000000062904360000089102000041000015ec0000613d000000000442004b000000010400c039000000400090043f000008660490009c000000000219004b0000000009a10019000016020000613d00000f3d0000613d00000f2a0000c13d00000f2e0000613d0000000d0a000029000c00000005001d000d0000000a001d00000f410000013d00000f120000c13d0000085b0310019700000000053a04360000088103000041000a00000003001d000015e60000a13d000500000002001d000014960000613d000000000102004b000e085b0010019b0000167f0000213d000000000342004b000600000003001d0000000032020434000f00000000000200000ed90000413d000000000634034f00000ee20000813d000000000253004b0000000005630019000000000051043500000ee50000c13d000000010880019000000ee50000213d000008660970009c00000001080040390000000008000019000000000817004b000000000771001900000868071001970000003f0160003900000ee50000813d000008be0150009c000000000501043b000000000134034f000000010400036700000ee30000613d000000000104c019000008670560009c0000086701002041000000000151004b000000000651013f000008670110019700000867052001970000086704004041000000000421004b00000ea90000c13d00000ead0000613d00000e9a0000c13d00000e9e0000613d00000b440000013d00000e850000c13d00000e890000613d00000e760000c13d00000e7a0000613d00000e5b0000c13d00000e5f0000613d00000b510000013d00000b440000c13d00000e4c0000c13d00000e500000613d00000037030000390000089d030000410000089c030000410000003b03000039000008ad03000041000008ac030000410000002903000039000008b103000041000008b00300004100000dee0000013d00000896030000410000001c030000390000087d03000041000008ab011001c70000004103000039000008aa03000041000008a903000041000000840210003900000038030000390000089a03000041000008990300004100000cda0000c13d000008af0400004100000cda0000613d000008ae0400004100000db40000613d0000000e0140006c000000010110008a000000010240008a00000d610000c13d00000d560000613d00000e440000613d00000d2b0000613d00000d180000c13d00000d1c0000613d00000d2f0000013d00000d000000c13d000000000232034f000000050310002900000cdf0000013d000008b704000041000000000323019f0000088b030060410000087803300198000000000301041a000000e00220021000000ca10000c13d000008180420009c000008bd0120019700000b340000c13d00000cb60000813d000000000542004b0000000104400367000000000454019f0000000d0500002900000cad0000013d00000c2f0000c13d00000c290000c13d000001820000013d00000025030000390000087503000041000008740300004100000c360000c13d0000000d0200006b000001da0000613d000000000100041a0000002e030000390000086c030000410000086b03000041000000000100001f000000050110027000000c7e0000413d000008880220009c00000aaa0000813d00000c060000c13d000001cd0000013d00000001011001bf000008bc01200197000001cb0000613d00000bba0000c13d000000000201001f0000000502200270000000010110008c000000ff0110018f00000bb70000c13d0000000001000410000c00000003001d00000b3e0000c13d00000b420000613d000008ba011001c7000000000414019f00000bf50000c13d00000bea0000613d000008a503000041000008a403000041000005200000013d00000ae70000413d000000000354004b00000000013104360000085b0630009c0000000043040434000000a001100039000005200000613d0000000005540019000000a004400039000008660870009c000000000727001900000868077001970000003f075000390000000505600210000008660560009c0000008005400039000000000506c019000008670780009c0000086705004041000000000575004b000000000875013f0000086705500197000008670730019700000867060080410000009f054000390000008003300039000000800400043d000008650430009c0000008002100039000008b501000041000008b401000041000000270100003900000abc0000a13d000008640210009c000008bb0110019700000000012101cf000000000121022f0000010002200089000000000525022f00000000052501cf0000008004400039000000030220021000000aa60000613d000000000502004b00000a930000c13d000000000758004b0000000008780436000000006706043c000000800550003900000a970000613d00000005043002720000001f0230018f00000b360000613d000008180030019d000000000203001900000863011001c7000008180140009c0000068d0000c13d00000895040000410000000001070433000000e001800210000000e001a002100000000000a1041b00000a3e0000613d000009ff0000613d00000aaa0000013d00000a040000a13d000009f40000a13d00000000055a004900000e8c0000613d0000000003070433000009e60000613d000000070500002900000000080600190000000003050433000000000a08001900000ea10000613d000009c70000613d000009b40000c13d000009b80000613d000000000081041b00000a440000613d000009cd0000013d0000099a0000c13d000009940000613d00000a4a0000613d0000000008046019000000000184004b0000081808100197000009800000013d0000000708006029000000070180006b000009640000613d000009410000c13d000009360000613d0000088a0130009c000d00000003001d000008660230009c000000000113004b000000000391001900000e7d0000613d000008d20000613d000008bf0000c13d000008c30000613d000008d60000013d000008a70000c13d00000891010000410000068d0000613d0000000c0110006c0000089004000041000008520000613d000000000105004b000000000305004b000008180000013d000008100000613d000008150000613d00000000020804330000000005060019000000070270006a0000000008090019000000010700002900000e920000613d000007e80000613d000007d50000c13d000007d90000613d000100000007001d000008580000613d000007ee0000013d000007bb0000c13d000007b50000613d0000085e0000613d000007a10000013d000007860000613d000007640000c13d000007590000613d0000088b0000613d0000000d0110006c00000e6e0000613d000006e40000613d000006d10000c13d000006d50000613d0000000909000029000700000005001d000900000009001d000006e80000013d000006b90000c13d0000000a011000290000000b0210002900000020011000390000085b04200197000000a002100039000000800100043d000008a201000041000008a1010000410000002901000039000008b901000041000008b80100004100000b7b0000013d00000b780000613d00000ab00000c13d000000170440008a001600000000001d001700000001001d000006280000013d0000081801200197000000e001100270000000800030043f00000878031001970000000102100039000005d50000013d000000010100c039000000130440008a001200200000003d001300000001001d205b19350000040f00000080030000390000004401100370000000640220008c000000c00020043f000000a00030043f0000000103100039000000020210003900000874010000410000087501000041000000250100003900000b210000c13d00000861011001c7205b1ffc0000040f000000110440008a001000400000003d001100000001001d000006300000013d000000c901000039205b0eeb0000040f205b0eb00000040f0000000401100039000000440320008c0000085f04000041000000000262019f000000000115004b0000085b051001970000085b0160009c00000a8d0000013d000000000121034f00000a7f0000c13d000000040530008c0000085b03300197000000800040043f00000862040000410000010403000039000000240320008c000003cb0000c13d000008a004000041000003cb0000613d0000089f04000041000004ae0000613d0000000e0130006c000000010120008a000000010130008a0000081802100197000004560000c13d0000044b0000613d00000e530000613d000004200000613d0000040d0000c13d000004110000613d000004240000013d000003f50000c13d000008180110009c000008180330009c0000000803100029000000090120006c000003d00000013d00000de30000c13d000008980100004100000897010000410000000803300029000800240030003d0000085d044001970000006503000039000008480130009c000006180000613d000008470430009c0000001903000039000008b20300004100000cbf0000c13d000008a801000041000008a7010000410000003e010000390000000501100029000500240030003d00000006033000290000084e0330009c000006070000613d0000084d0430009c205b177e0000040f0000008002000039000008550330009c000005fb0000613d000008540430009c0000088b01000041000008580130009c000005530000613d000008570430009c0000082d0130009c0000053e0000613d0000082c0130009c0000057b0000013d0000083a0330009c000005350000613d000008390430009c000008330330009c000005300000613d000008320430009c205b1fce0000040f0000000101100367205b1ed60000040f000000240120008c000008400130009c000005240000613d0000083f0430009c0000081f030000410000081e030000410000082401000041000001200010044300000003010000390000010000200443000001e000300443000001c000100443000001a000100443000001800020044300000160002004430000014000000443000000a00100043d000000c00300043d000000ff014001bf0000024f0000613d000000ff0550008c000000ff0540018f0000025c0000c13d0000ff0005400190000000000400041a000000c00030043f0000081d02000041205b1a910000040f0000085a0330009c0000050f0000613d000008590430009c000002a90000213d000008560430009c000002280000013d0000081a020000410000022e0000c13d205b1fb50000040f000006810000c13d000000000212004b0000085b02100197000008460130009c000005ef0000613d000008450430009c0000066c0000613d000008440430009c000003390000a13d000008430430009c0000082b0130009c000004f20000613d0000082a0430009c000005e30000613d000008290430009c000002a00000a13d000008280430009c0000002b030000390000087703000041000008760300004100000bc40000c13d0000000e033001af0000000f033001af00000101011001bf0000086d01200197000000ff01200190000000140330008a000bff0000200194000000150330008a0000006401100370000f085b0020019b000000840220008c000008380330009c000004ed0000613d000008370430009c000005ca0000613d000008360430009c000002900000a13d000008350430009c000008b30400004100000b010000c13d0000000e0100006b000008530330009c000005be0000613d000008520430009c000006440000613d000008510430009c000002b40000a13d000008500430009c0000020a0000a13d0000084f0430009c205b1c2e0000040f000008310330009c000004d80000613d000008300430009c000005ab0000613d0000082f0430009c000002800000a13d0000082e0430009c000001e40000213d000008270430009c000008a60400004100000aee0000c13d205b1d790000040f000000000103001900000000040004110000084c0330009c000005890000613d0000084b0430009c000006340000613d0000084a0430009c000002d40000a13d000008490430009c000001f10000213d000008420430009c000001530000a13d000008410430009c0000022f0000013d0000081c02000041000002260000c13d000002050000613d000000000301004b000001000200043d000000e00100043d000000400120008c00000000013101cf000000000131022f0000010003300089000000000535022f00000000053501cf000000e0044000390000000303300210000000e90000613d000000d70000c13d000000000865004b0000000005850436000000007807043c000000e006400039000000e005000039000000db0000613d00000005042002720000001f0320018f000000e00330003900000819033001970000001f03200039000006920000013d000e00000000001d000000080110006b000800000002001d0000000b010000290000087c030000410000087b0300004100000060021000390000087a0210009c000000a60000413d000000000453004b000000000431034f000000ad0000613d0000000a06000029000a00000007001d000000730000413d000000000064043500000020044000390000007a0000613d000000000404004b000000000625004b0000000b06000029000b00000007001d0000003e0000413d000000000643004b0000008005000039000000470000613d000000000624004b0000000004340019000000800050043f0000008006600039000008640760009c0000003f064000390000000504500210000008660450009c000000000504043b0000083e0330009c000003560000613d0000083d0430009c000005700000613d0000083c0430009c000002700000a13d0000083b0430009c000001a40000213d000008340430009c0000012d0000213d000008260430009c000000f90000a13d000008250430009c000000e003300270000000400080043f000000c90000c13d000000010330019000010000000103550002000000210355000008180220019700000060022002700017000000000002035f08fa035e023908f908f808f708f608f508f4035d08f300900017035c08f208f108f008ef08ee08ed08ec08eb08ea08e908e808e708e608e5000f02380017013f013e000f0165007000c3000e00c20105010400c1010308e408e3002008e208e1023708e0002008df01b708de023608dd08dc000e035b08db08da035a02350359000e0358006f016408d908d80234007000c3000e00c20357013d03560355003f01b60354035303520351000f00c1010300a402330020023203500237034f034e08d7034d034c034b034a0020034900d701b708d602310236034808d5000e08d408d30347035a023508d208d10164034608d00230007000c3000e00c20357013d03560355003f01b60354035303520351000f00c1010300a402330020023203500237034f034e08cf034d034c034b034a0020034900d701b708ce0231023603480345000e010208cd01b508cc00a4022f022e016408cb08ca001108c9002008c80079008f08c7000d006e08c6000d03440015022d08c50078034308c400c003420341007808c30342022c022b08c208c1013f013e000f08c008bf08be004b08bd08bc016308bb08ba08b9002a08b808b708b608b5034008b401b408b308b2033f08b108b0000608af08ae08ad01b301b208ac001708ab01620014004a0057000f08aa08a908a8001f08a708a6010108a508a408a308a208a108a0089f089e089d089c089b089a000f013c0017003e001f000f00d60096035e00d5000e0100022a00bf0013006d0899022901610898016001b10897001b0025089600be00bd00a3001600a2003b001e0016003a001a006c0022005c0895033e08940893089208910890088f088e088d088c000f013c0017003e001f000f00d6009601b000d5000e01000006015f013b000e00d40013006d00ff00950010015e01af00210061088b00100051088a08890888088708860885088408830882000f013c0017003e001f000f00d6009601b000d5000e0100035c00bf0013006d00ff009501610021033d033c088108800021000a015d000900040002000100050008000b00070003001900140006005b0021000a0228000900040002000100050008000b00070003001900060061005b0011001500020001002f003b001e0016003a001a006c0022005c087f003d01ae087e087d087c087b087a08790878000f08770017003e001f000f00d60096087600d5000e033b009601b100d5000e0875000600bc013b000e033a087400d3033908730338033a087200d3087103380870086f02270337015c0226086e02250336015c0226086d02250335086c00110077086b000d0042086a000d0049086900d20868086708660865086408630862000f008e0025000f0334022408610860085f085e085d085c085b000f008e0025000f01ad0013085a02230859085808570010005100a108560011085508540853085208510850084f000f006b0017003e001f000f006a00060160013b000e00d40013006d00ff00950010015e01af0021084e001000510011084d001500020001002f00bb000c005c015b0333084c084b084a08490848084708460845022700fe001b00bd00a3001600a2003b001e0016003a001a006c0022010103320030003800190844084303430842084101ac0840083f008d083e083d083c083b083a08390051001100770838000d00420837000d00490331000d0060001500a0005f000d00020001002f013a000c083608350834000f08330017008e0025000f0832033008310006083000100051082f082e082d000f006b0017003e001f000f006a00060094000e000a015d015a082c082b082a000f006b0017003e001f000f006a00060094000e000a00ba0829082808270826000f008e0025000f01ad0224082508240823000f008e0025000f082200690159005108210820081f000f013c0017003e001f000f00d6009601b000d5000e032f007901000006006900d40013006d00ff00950010015e01af081e0021081d00100051081c081b081a000f02380017013f013e000f0165007000c3000e00c20105010400c1010300a4032e01ab000e032d015800d3032c01aa000e0234007000c3000e00c20105010400c1010300a4013901ab000e032b013800d3081901aa000e0230007000c3000e00c20105010400c101b40006015f0222000e081800be01a908170095000e032a0039081600690815015b081402210329022d00370012002e0031005a0036000400020001000500350034000700030056000600250813001100420812000d0049081103280810080f080e000f008e0025000f00bf00640220032703260161080d0325080c0324021f005b000400020001000500d1002200d0021e01b601ae02380017013f013e000f0165007000c3000e00c20105010400c1010300a4032301ab000e080b00b900d3080a01aa000e0234007000c3000e00c20105010400c1010300a4013901ab000e032d013800d3032c01aa000e0230007000c3000e00c20105010400c101b40006015f0222000e032b00be01a901a80095000e032a003900bf00690809015b080802210329022d00370012002e0031005a003600040002000100050035003400070003005600060025080700cf0322032100610322032100370012002e0031008d0036000400020001000500350034000700030056000600ce0320022b031f0806015701a7031e0805021d01a601a90804031d021c0070015601a5000e031c021c0070033d0803000e01a8031b000600bc0802000e00d4006400b8021b01a4013701380033000400cd0090080101a300fd01a208000136008c0135015501a1000100050134009f01a0031a00070319019f00410048004000470018001d008b07ff0076009e00680067009d07fe008a07fd00240089009c008800870086008500500084008300820081006f004f003c000307fc00550066015400cc00570014005e019e0020000300d70039021a0017015300a1019d02190218000f001f02170318031707fb03160133008000120004000200010005004e004d0007000307fa0152007f00120004000200010005004e004d000700030056022a031503140313031403120021000a00b7000900040002000100050008000b0007000300190006007e0013015100b6000900040002000100050008000b0007019c0040000300190006007e001307f907f803110229019b07f70229019b031007f607f50021000a00b7000900040002000100050008000b0007000300190006007e0064030f030e030d005b0011003300020001002f003b001e0016003a001c006c0022005c07f4003d003000380019019a030c07f30021000a00b6000900040002000100050008000b0007000300190006007e0064030f0075030d005b0011003300020001002f003b001e0016003a001c006c0022005c07f2003d0030003807f1030b07f00017013f013e000f01650070015601a5000e07ef00cb07ee07ed021607ec07eb07ea07e9006307e8008e0025000f030a0224006b0017003e001f000f006a015007e7000e00bf001307e6022307e5016101ad0064021f07e4005b000400020001000500d1002200d007e301ae07e20017013f013e000f01650070015601a5000e01000006019e000e07e107e00239002107df00100051006b0017003e001f000f006a00060094000e000a0132015a008e0025000f07de07dd008e0025000f00bf0013006d006901590051008e0025000f002e07dc07db02150214021307da01630212021107d9001b00bd00a3001600a207d80051006b0017003e001f000f006a00060094000e034400fc00cd032701990161016207d700fb0069005a019807d6019707d5019607d40210020f000c006b0017003e001f000f006a00060094000e000a00b500090010019507d300fc07d200cb00130309006907d107d00308005107cf0017003e001f000f00d6009601b000d5000e033b009601b100d5000e032f007907ce0006006900d40013006d00ff00950010015e01af07cd0021006107cc00100051008e0025000f002e07cb07ca02150214021307c90163021202110025001007c8006901590051006b0017003e001f000f006a00060094000e000a00b607c7006b0017003e001f000f006a00060094000e000a00b700090010019507c600fc001307c507c407c3015b07c2022103080051006b0017003e001f000f006a00060094000e000a0228015a006b0017003e001f000f006a00060094000e000a00fe015a006b0017003e001f000f006a00060094000e000a0065015a013c0017003e001f000f00d600960307000e010000060160013b000e0093014f07c1013c0017003e001f000f00d600960307000e010000060160013b000e0093014e00090010019500cf00930009001001950013006901590051008e0025000f002e07c007bf02150214021307be016302120211006901590051006b0017003e001f000f006a00060160013b000e00d40013006d00ff009507bd00370012002e0031008d00360004000200010005003500340007000300560006009b07bc009a013300800012000407bb006b0017003e001f000f006a00060094000e033c0010005100fb0069005a0198019707ba019607b9000c00fb0069005a019807b8019707b7019607b60210020f000c006101a701b10306021d07b5030e0194020e030507b4007d07b3019a007d0199020e01b5007d0199020e07b207b1007d030407b0007800fa00d4006400b8021b01a4013701390131000400cd009007af01a300fd01a207ae0136008c0135015501a1000100050134009f07ad07ac0007030307ab00410048004000470018001d008b07aa0076009e00680067009d07a9008a07a800240089009c008800870086008500500084008300820081006f004f003c000307a700550066015400cc00570014005e019e0020000300d70039021a0017015300a1019d02190218000f001f02170021000a00fe000900040002000100050008000b0007000300190006001307a607a50021000a00b7000900040002000100050008000b0007000300190006014d00b5000900040002000100050008000b0007000300190006013000fe000900040002000100050008000b0007000300190006001300ce00370012002e0031008d00360004000200010005003500340007000300560006009b07a4009a0133008000120004000200010005004e004d0007000307a30152007f00120004000200010005004e004d0007000300560006019300370012002e0031005a00360004000200010005003500340007000300560150009907a200b9012f020d03020010007c012e0014004a007b03010054006407a10011019201910020008f0079006e00f9000d00f80015012d019000ca00540013020c020b0010007c012e0014004a007b020a0074030002ff02fe02ff003d07a0018f079f014c00b8020902fd00c90004018e079e006300530018001d079d0099079c0208007e012c0207079b018d0206012b02050059005d00010005001c00bb014b02fc0007020400410048004000470018001d008b00c8079a0076009e00680067009d0799008a079800240089009c008800870086008500500084008300820081006f004f003c0003079702fb079600550066079500cc00570014005e00920020000300d7003900b40017079402fa020302f9079300f70792018c0791012a002002020052012902010200079001ff012800f7001100b30020014a078f012700140020004c004b0015001b01260020078e02f80125018b00cb00f600520124000d012301220020012100520120007d0078011f00c000100058007300f7001100b30020004c004b00150011011e0020011d004b004c011c00c700f50033011b0190078d078c00b90074011a001c00720054012c003d02070119001a00c60118003d0207011900ca00f40117001a0072000400020001000500d10022005c01fe0030003800190021000a00fe000900040002000100050008000b00070003001900060116005b0011001500020001002f003b001e0016003a001c006c0022005c078b003d0030003800190021000a0132000900040002000100050008000b00070003001900060013078a078900b8078801a4000400cf0090078701a300fd01a207860136008c013500f3005d0001000500f200bb018a02f7000702f6014900410048004000470018001d008b07850076009e00680067009d0784008a078300240089009c008800870086008500500084008300820081006f004f003c000307820055018901540781078000100058077f0020007300d7077e004b00fd00170075077d002001fd02f5007901880021000a00b6000900040002000100050008000b0007000300190006014d00ba000900040002000100050008000b000700030019000601300132000900040002000100050008000b0007000300190006001300ce00370012002e0031008d00360004000200010005003500340007000300560006009b077c009a0133008000120004000200010005004e004d00070003077b0152007f00120004000200010005004e004d0007000300560006019300370012002e0031005a003600040002000100050035003400070003005601500099077a00b9012f02f407790010007c02f30014004a007b07780054006401fc07770011019201fc01910020008f0079006e00f9000d00f80015012d019000ca00540013077607750010007c02f30014004a007b07740074030002f202fe02f2003d0773018f0772014c00b801fb02fd00c90004018e0771006300530018001d07700099076f0208007e076e01fa02f1018d0206012b02050059005d00010005001c00bb014b02fc0007020400410048004000470018001d008b00c8076d0076009e00680067009d076c008a076b00240089009c008800870086008500500084008300820081006f004f003c0003076a02fb02f000550066015400cc00570014005e00920020000300d70769003900b40017076801f9011501fc07670766076501f801f700f7076401150763076202ef01f602ee00f701f50761012700140760075f01f4002001f301f2012901f101f0075e01ef012800f70011012a002001ee01ed004c004b0015001b0126002002ed02f80125018b00cb00f600520124000d012301220020012100520120007d0078011f00c000100058007300f7001100b30020004c004b00150011011e0020011d004b004c011c00c700f50033011b01900187075d00b90074011a001c00720054075c003d01fa075b001a00c60118003d01fa075a00ca00f40117001a00720759001b00bd00a3001600a2003b001e0016003a001a006c0022005c01ec0030003800190021000a0132000900040002000100050008000b00070003001900060157005b0011001500020001002f003b001e0016003a001c006c0022005c0758003d003000380757030b075600f102ec0755075400070041004807530040003c00030752035d07510750074f0232074e0076074d074c074b074a07490748016301b407470746033f07450744000607430742074101b301b201860740073f073e0029000a00b200280027000c00fb0069005a0198073d0197073c0196073b0210020f000c073a00790739000e0047001707380233000e0737073602eb01b607350734073307320731013d0730072f072e035b000f072d0098072c0020072b072a072907280727002002ea02e9072607250326000e01eb0724072307220721000e0720071f071e071d02e8071c003302e7071b003302e601ea003300fb00bd02e5005f003300a3001600a2013a000c00370012002e0031008d00360004000200010005003500340007000300560006009b071a009a0133008000120004000200010005004e004d000700030719015202e4015c02e3071802e202e10333015b000400020001000507170022010102e000300038001900100051001b00460045071601140148002a0044002d002c00430715003f0113002400b100b000af009800ae00ad000600ac00ab00aa00a900710097001e00160059001a000c0714031201e9001207130031000400020001000501e801e70007000300560006002507120341071107100010015e0157070f070e070d02df01b5070c070b070a0709007f00120004000200010005004e004d0007000300560006015f00370012002e0031005a0036000400020001000500350034000700030056000600250708001101e60707008f0079006e00f9000d00f8001500610706070501120139006001110185005f000d014701100138010f00020001010e00f000ef010d001c000c01a607040703001100770702000d00420701000d0049070000d201ad0064021f005b022302de00bf006402dd02dc00ee0004022000020001000500d1002200d0021e00300038001906ff033506fe001106fd06fc007706fb000d004206fa000d004906f900d2007f00120004000200010005004e004d000700030056000600bc0021000a015d000900040002000100050008000b000700030019011606f80021000a00b5000900040002000100050008000b000700030019000600bc00ba000900040002000100050008000b0007000300190006011600fc01e506f701e401e3007502db006401e506f601e401e3005b007e0061005b0146007e005b06f502e4015c02e306f406f302e2006e00ed02e1001500020001002f003b001e0016003a001a00080022010102e0003000380019001102da00f401e206f200a406f106f00324004c00c7001500020001002f003b001e0016003a001a00080022010102d900300038001902df06ef033906ee022700110101003300020001002f003b06ed0016003a001a006c0022033201ae0021000a00b7000900040002000100050008000b000700030019000600bc00b6000900040002000100050008000b0007000300190006011600fc01e506ec01e401e3007502db006106eb06ea06e906e806e700ee007500740309001c0072000400020001000500d10022005c06e6033e007702d8000d004202d7000d004901ea00d200cf02d602d5006102d602d500370012002e0031008d0036000400020001000500350034000700030056000600c9022c022b031f06e5015701a7031e0306021d01a601a9031c031d021c0070015601a5000e06e401a8031b06e3009603040006015f00d4006400b8021b01a4013701380033000400cd009006e201a300fd01a206e10136008c0135015501a1000100050134009f01a0031a00070319019f00410048004000470018001d008b06e00076009e00680067009d06df008a06de00240089009c008800870086008500500084008300820081006f004f003c000306dd00550066015400cc00570014005e019e0020000300d70039021a0017015300a1019d02190218000f001f021701e1031706dc03160133008000120004000200010005004e004d0007000306db0152007f00120004000200010005004e004d000700030056022a031502d4031302d403100021000a00b5000900040002000100050008000b00070003001900060184001302d300ba000900040002000100050008000b0007000300190006031106da019c0199019b01840013013006d90194019b06d806d70021000a00b5000900040002000100050008000b000700030019000601840061005b0011001500020001002f003b001e0016003a001c006c0022005c06d6003d00300038001901e0030c06d50021000a00ba000900040002000100050008000b000700030019000601840116005b0011001500020001002f003b001e0016003a001c006c0022005c06d4003d0030003806d30010000c00910029000a010c00280027000c0011004206d2000d004900f5000d0060001500a0005f000d00020001002f0145000c0011007706d1000d004202d2000d004906d000d2001106cf06ce000d007706cd000d004202d2000d004906cc000d0060001500a0005f000d00020001002f06cb000c0011004206ca000d004906c90328004206c8000d006000150049005f000d00a006c70011007706c6000d004206c5000d004906c400d20011007706c3000d004206c2000d004906c100d20011007706c0000d004206bf000d004906be00d2001b0046004506bd01140148002a0044002d002c004306bc003f06bb06ba001b00460045002406b90062002a0044002d002c004306b8003f011301830029000a02d100280027000c0029000a00ec00280027000c001b00460045002406b70062002a0044002d002c004306b6003f01130183001b0046004506b501140148002a0044002d002c004306b4003f011306b30029000a018200280027000c001b00460045002406b20062002a0044002d002c004306b1003f01130183001b00460045002406b00062002a0044002d002c004306af003f011301830041018606ae018106ad06ac06ab06aa06a9001006a806a706a6002506a506a406a306a206a106a00114069f069e0011069d069c069b069a069906980697069602ea069501640694034502d006930692023906910235035902d0022f02e901640346069000320010000c0029000a00b200280027000c068f02da0325014c068e068d068c068b068a06890688019d068701df0078019406860685030501a80078033700fc00a8068406830682014401560033000400cd00900681006300530018001d0680010b008c010a015501a1000100050134009f067f067e000701de067d00410048004000470018001d008b067c007602cf0068006702ce067b008a067a0024008902cd008800870086008500500084008300820081006f004f003c0003067900550189067806770014005e06760023000300eb067500b400c50109018c01810674067302cc001f067206710670066f00cf066e066d02cb066c066b002f066a06690668066700bb018a0666000702ca014900410048004000470018001d008b06650076009e00680067009d0664008a066300240089009c008800870086008500500084008300820081006f004f003c0003066200550189066100bc0222002301460039005300c5014606600023065f007502f5007901880021000a00b6000900040002000100050008000b0007000300260006013000ba000900040002000100050008000b000700030026000600fa0132000900040002000100050008000b0007000300260006001301dd00370012002e0031008d00360004000200010005003500340007000300a70006009b065e009a02c9008000120004065d007f00120004000200010005004e004d0007000300a70006015100370012002e0031005a00360004000200010005003500340007000300a7065c01dc065b0108012f02c8065a0010007c01800014004a007b06590054065801db065702c70011019203470023008f0079006e00f9000d00f80015012d017f00b90054001302c602c50010007c01800014004a007b02c40074065601db017e01db003d0655022c065400a801fb02c30004018e0653006300530018001d065201dc065101a6007e017d01da065001a002c201d9012b01d80059005d00010005001c00bb014b0143017c0007020400c800410048004000470018001d008b064f007602cf0068006702ce064e008a064d0024008902cd008800870086008500500084008300820081006f004f003c0003019f064c02c1064b00550066010700570014005e00920023000300eb003900b400c502c001f90115064a01f801f7007a007502bf011502be0649064801f60647007a01f50646012700140645064401f4002301f301f2012901f101f0064301ef0128007a0011012a002301ee01ed004c004b0015001b01260023064201d70125064100cb00f600520124000d012301220023012100520120007d0078011f00c0001000580073007a001100b30023004c004b00150011011e0023011d004b004c011c00c700f50033011b017f01dc064001080074011a001c00720054017d003d01da017b001a01e00118003d01da017b00b900f40117001a007201460078001b00bd00a3001600a2003b001e0016003a001a006c0022005c01ec0030003800260021000a00b6000900040002000100050008000b000700030026000600fa00ba000900040002000100050008000b0007000300260006015100370012002e0031005a00360004000200010005003500340007000300a700060025019a017a063f001300fa014e000900040002000100050008000b00070108063e00030026000600610093000900040002000100050008000b0007000300260006001301510021000a014e000900040002000100050008000b000700030026000600610093000900040002000100050008000b0007000300260006010800ee017900100058063d0014004a01780177063c0176017e017502bd002301740039063b007100b802bc02bb013700610015000400cf0090063a006300530018001d063906380136008c013500f3005d0001000500f2009f01a00637000702f6019f00410048004000470018001d008b06360076009e00680067009d0635008a063400240089009c008800870086008500500084008300820081006f004f003c0003063306320055006600cc00570014005e00920023000300eb0039005300c501d602ba00a1063102b902b8007a0116007d00a102be02b7063002b60153062f062e0095007a00be000a0065000900040002000100050008000b0007007501730003002600060013062d02b502b4001000580073007a00be000a0065000900040002000100050008000b0007000302b30026000602b201720011008f0108000d006e00ed013100020001002f003b001e0016003a001a0171002200d002b1003d02b00030003800260021000a00b7000900040002000100050008000b0007000300260006015100b5000900040002000100050008000b000700030026000600bc00fe000900040002000100050008000b00070003002600060013013000370012002e0031008d00360004000200010005003500340007000300a70006009b062c009a02c9008000120004000200010005004e004d00070003062b062a007f00120004000200010005004e004d0007000300a7000600fa00370012002e0031005a00360004000200010005003500340007000300a70150009906290075012f020d06280010007c012e0014004a007b0627005402f401d5062602c70011019201d70023008f0079006e00f9000d00f80015012d017f019c00540013020c020b0010007c012e0014004a007b020a0074062501d5017e01d5003d06240320062300b8020906220004018e0621006300530018001d06200099061f0146007e012c01d402af061e061d0206012b02050059005d00010005001c00bb014b02ae032e0007061c01de00410048004000470018001d008b061b0076009e00680067009d061a008a061900240089009c008800870086008500500084008300820081006f004f003c000306180617061602ad0055006600cc00570014005e00920023000300eb003900b400c50615061402030613007a01d6018c0612012a002302020052012902010200061101ff0128007a001100b30023014a0610012700140023004c004b0015001b0126002301eb02b30125060f00cb00f600520124000d012301220023012100520120007d0078011f00c0001000580073007a001100b30023004c004b00150011011e0023011d004b004c011c00c700f50033011b017f0099060e00750074011a001c00720054012c003d01d40119001a019a0118003d01d40119019c00f40117001a0072000400020001000500d10022005c01fe0030003800260021000a00b7000900040002000100050008000b000700030026000600bc00b5000900040002000100050008000b000700030026000600fa00370012002e0031005a00360004000200010005003500340007000300a7000600250157017a060d001300bc014f000900040002000100050008000b00070075060c00030026000600610093000900040002000100050008000b0007000300260006001300fa0021000a014f000900040002000100050008000b000700030026000600610093000900040002000100050008000b0007000300260006007500ee017900100058060b0014004a01780177060a0176017e017502bd0023017400390609007100b801d302bb013700610015000400cf00900608006300530018001d060702f70136008c013500f3005d0001000500f2009f02ae06060007060501de00410048004000470018001d008b06040076009e00680067009d0603008a060200240089009c008800870086008500500084008300820081006f004f003c0003060102ac0055006600cc00570014005e00920023000300eb0039005300c501fd01d602ab00a10600014a00c0007a00be000a0065000900040002000100050008000b02aa000701080173000300260006001302aa02b502b4001000580073007a00be000a0065000900040002000100050008000b0007000301d70026000602b201720011008f0075000d006e00ed013100020001002f003b001e0016003a001a0171002200d002a9003d02b000300038002602a805ff05fe05fd00be000a0065000900040002000100050008000b000700030026000601d20334006400a801d302c3014402a70033000402a602a505fc006300530018001d05fb02a401d9012b01d80059005d00010005001c009f018a017005fa05f9000705f802ca00410048004000470018001d00ea00e905f7002a00e8002d002c00e705f600e605f500e500e400e300e200e100e000df005000de00dd00dc00db00da004f003c0003014905f4003d00550066010700570014005e00920023000300eb003900b400c502a302a2010902a105f302a405f2004200ed006e02a0022e05f105f001d101e2013105ef002305ee029f05ed002305ec00520018029e05eb029d01d101d00004029c05ea029b0023016f05e905e8001e00160059010600f1029a0299005d00010005001a018a017000300298003c02970296029505e70149029401860293029205e6029105e505e401810290028f0023028e00eb0039028d028c028b028a00d305e302890288028700680067028605e2028505e102840283028202810280027f00a4027e027d027c01b30188016e001f05e0010205df05de05dd01e90012027b000400020001000501e801e70007000300a700060025002105dc01d0010205db02a2027a05da00fd00c5027901620014004a005702cc0025027805d9001100770277000d00420276000d00490275000d0060001500a0005f000d00020001002f013a000c0274027301490294016e001f05d80272010205d70112013900600111027101ac01cf05d6027800be000a0065000900040002000100050008000b0007000300cf00260006005b00320010000c0029000a00b200280027000c0029000a00ec00280027000c009101120139006001110185005f000d014701100138010f00020001010e00f000ef010d001c000c0029000a018200280027000c0029000a02d100280027000c05d505d4001505d305d2001500fb05d1013701ac001502cb05d005cf0145000c0029000a010c00280027000c001b00460045002405ce0062002a0044002d002c004305cd003f05cc05cb001b00460045002405ca0062002a0044002d002c004305c9003f05c800b100b000af009800ae00ad000600ac00ab00aa00a900710097001e00160059001c000c001b00460045002405c70062002a0044002d002c004305c6003f01ce0270001b00460045002405c50062002a0044002d002c004305c4003f01ce0270001b0046004505c301140148002a0044002d002c004305c2003f05c1026f001b0046004505c001140148002a0044002d002c004305bf003f01ce002400b100b000af009800ae00ad000600ac00ab00aa00a900710097001e00160059001a000c001105be01cf05bd003305bc00c700020001002f05bb000c001b00460045002405ba0062002a0044002d002c004305b9003f05b8026f026e026d026c010600f1026b001c000c00110042026a000d00490269000d0060001500a0005f000d00020001002f0145000c002505b700320011007705b6000d004205b5000d00490331000d0060001500a0005f000d00020001002f013a000c05b4006d01cd000a0228000900040002000100050008000b0007000300d90006001305b300370012002e0031008d00360004000200010005003500340007000302680006009b05b2009a05b100800012000405b0007f00120004000200010005004e004d000700030268000600c901cc000a015d000900040002000100050008000b0007000305af00d900060013026705ae026702660265026605ad05ac05ab0194026401cc000a0065000900040002000100050008000b0007000300d90006001305aa0263001000580073026401cc000a0065000900040002000100050008000b0007000300d9000605a9005b015d000900040002000100050008000b0007000300d9000601e1005b0065000900040002000100050008000b0007000300d900060013001b00bd00a3001600a2003b001e0016003a001a006c0022005c05a802620030003800d900320010000c0029000a00ec00280027000c00910029000a010c00280027000c05a705a6006d02d3000a00b6000900040002000100050008000b00070003016d0006014d00ba000900040002000100050008000b00070003016d000601dd0132000900040002000100050008000b00070003016d0006001300ce00370012002e0031008d00360004000200010005003500340007000301cb0006009b05a5009a05a400800012000405a3007f00120004000200010005004e004d0007000301cb0006019300370012002e0031005a00360004000200010005003500340007000301cb05a2018705a10158012f02c805a00010007c01800014004a007b059f005401d201ca059e059d001101e60191059c008f0079006e00f9000d00f80015012d026100ca0054001302c602c50010007c01800014004a007b02c40074026001ca059b01ca059a018f059900a801fb01c9000401b500900598006300530018001d059701870596025f007e017d01c8016c059502af010b008c010a00f3005d0001000500f200bb014301c70007025e00c800410048004000470018001d00ea00e90594002a00e8002d002c00e7059300e6059200e500e400e300e200e100e000df005000de00dd00dc00db00da004f003c00030591059002ad016b00550066010700570014005e009200d80003058f003900b4058e02c001f90115058d01f801f7016a00b902bf0115058c058b02ef01f602ee016a01f5058a012700140589058801f400d801f301f2012901f101f0058701ef0128016a0011012a00d801ee01ed004c004b0015001b012600d802ed025d0125018b00cb00f600520124000d0123012200d8012100520120007d0078011f00c0001000580073016a001100b300d8004c004b00150011011e00d8011d004b004c011c00c700f50033011b02610187058601580074011a001c00720054017d01c8017b001a00c6011801c8017b00ca00f40117001a007202080078001b00bd00a3001600a2003b001e0016003a001a006c0022005c01ec058500300038016d00320010000c00910029000a00b200280027000c0029000a00ec00280027000c01120584006001110185005f000d0147011002a8010f00020001010e00f000ef010d001c000c0029000a010c00280027000c0029000a018200280027000c001b00460045002405830062002a0044002d002c00430582003f058100b100b000af009800ae00ad000600ac00ab00aa00a900710097001e00160059001c000c0580057f014c006d014d000a00b6000900040002000100050008000b0007000300a6000600ce00ba000900040002000100050008000b0007000300a6000600c900370012002e0031005a003600040002000100050035003400070003057e0006002501e1017a057d001300ce014e000900040002000100050008000b00070169057c000300a6000601c600cd014c0093000900040002000100050008000b0007000300a60006001300c901c5000a014e000900040002000100050008000b0007000300a6000601c60093000900040002000100050008000b0007000300a60006016900ee017900100058057b0014004a01780177057a017605790175025c0578017400390577007102bc00a801c9014401c60015000400c600900576006300530018001d0575016c010b008c010a00f3005d0001000500f2009f0143018d000701c400c800410048004000470018001d00ea00e90574002a00e8002d002c00e7057300e6057200e500e400e300e200e100e000df005000de00dd00dc00db00da004f003c00030571016b00550066010700570014005e009205700003056f00390053056e010902ba00a1056d02b902b801c3025b007d00a1056c02b7056b02b60153056a0569009501c301df000a0065000900040002000100050008000b000701680173000300a60006001305680567056600100058007301c301df000a0065000900040002000100050008000b00070003056500a60006026201720011008f0169000d006e00ed013100020001002f003b001e0016003a001a0171002200d002b1056405630030003800a600320010000c0029000a00ec00280027000c0029000a00b200280027000c00910029000a018200280027000c001b00460045002405620062002a0044002d002c00430561003f056000b100b000af009800ae00ad000600ac00ab00aa00a900710097001e00160059001c000c055f006d0130000a00b7000900040002000100050008000b0007000301670006014d00b5000900040002000100050008000b000700030167000601dd00fe000900040002000100050008000b0007000301670006001300ce00370012002e0031008d00360004000200010005003500340007000301c20006009b055e009a055d008000120004055c007f00120004000200010005004e004d0007000301c20006019300370012002e0031005a00360004000200010005003500340007000301c201500099055b0158012f020d03020010007c012e0014004a007b0301005401d201c1055a0559001101e601910558008f0079006e00f9000d00f80015012d025a00ca00540013020c020b0010007c012e0014004a007b020a0074026001c1055701c10556018f055500a802090554000401e000900553006300530018001d055200990551025f007e012c01c0016c02c201c7010b008c010a00f3005d0001000500f200bb0550054f00070259030300410048004000470018001d00ea00e9054e002a00e8002d002c00e7054d00e6054c00e500e400e300e200e100e000df005000de00dd00dc00db00da004f003c0003054b054a02c1016b00550066010700570014005e009200c400030549003900b40548054702fa020302f901bf0109018c0546012a00c402020052012902010200054501ff012801bf001100b300c4014a05440127001400c4004c004b0015001b012600c401eb025d0125018b00cb00f600520124000d0123012200c4012100520120007d0078011f00c000100058007301bf001100b300c4004c004b00150011011e00c4011d004b004c011c00c700f50033011b025a0099054301580074011a001c00720054012c01c00119001a00c6011801c0011900ca00f40117001a0072000400020001000500d10022005c01fe02ac00300038016700320010000c00910029000a00b200280027000c0029000a00ec00280027000c01120323006001110185005f000d0147011000b9010f00020001010e00f000ef010d001c000c0029000a010c00280027000c001b00460045002405420062002a0044002d002c00430541003f054000b100b000af009800ae00ad000600ac00ab00aa00a900710097001e00160059001c000c053f0258006d00ce000a00b7000900040002000100050008000b0007000300a5000600c900b5000900040002000100050008000b0007000300a5000601cd00370012002e0031005a003600040002000100050035003400070003053e00060025025b017a053d001300c9014f000900040002000100050008000b00070168053c000300a5000600c600cd02580093000900040002000100050008000b0007000300a50006001301cd0257000a014f000900040002000100050008000b0007000300a5000600c60093000900040002000100050008000b0007000300a50006016800ee017900100058053b0014004a01780177053a017605390175025c0538017400390537007101d300a801c9014400c600150004031800900536006300530018001d0535016c010b008c010a00f3005d0001000500f2009f0256018d000701c4025500410048004000470018001d00ea00e90534002a00e8002d002c00e7053300e6053200e500e400e300e200e100e000df005000de00dd00dc00db00da004f003c00030531016b00550066010700570014005e009205300003052f00390053052e01fd010902ab00a1052d014a00c0025401c5000a0065000900040002000100050008000b017c000702530173000300a500060013017c052c0263001000580073025401c5000a0065000900040002000100050008000b00070003052b00a50006025201720011008f0168000d006e00ed013100020001002f003b001e0016003a001a0171002200d002a9052a05290030003800a500320010000c0029000a00ec00280027000c0029000a00b200280027000c0091001b00460045002405280062002a0044002d002c00430527003f052600b100b000af009800ae00ad000600ac00ab00aa00a900710097001e00160059001c000c05250524033600fc00a805230522052102a70520021602a602a5051f006300b40018001d051e051d051c01d9012b01d80059010600f102ec001c009f02510170014301c70007025e00c800410048004000470018001d00ea00e9051b002a00e8002d002c00e7051a00e6051900e500e400e300e200e100e000df005000de00dd00dc00db00da004f003c000301be05180252051705160515051405130014005e051201420003025001b70511051002a3024f010902a1050f01bd0032050e00ed050d02a0022e050c050b050a01e20231050901420508029f05070142050600520018029e0505029d01d105040004029c0503029b0142016f05020143001e00160059010600f1029a0299005d00010005001a0251017000300298003c029702960295050101be00c80186029302920500029104ff04fe01810290028f0142028e02500039028d028c028b028a00d304fd02890288028700680067028604fc028504fb02840283028202810280027f00a4027e027d027c01b30188016e001f04fa010204f904f804f701e90012027b000400020001000501e801e70007000304f600060025025704f501d001020259024f027a04f400fd04f3027901620014004a005704f20025013d04f101bd00320274027301be00c8016e001f04f00272010204ef011204ee00600111027101ac01cf014701100169010f00020001010e00f000ef010d001c000c013d01bd00320029000a00b200280027000c0010000c001b00460045002404ed0062002a0044002d002c004304ec003f04eb00b100b000af009800ae00ad000600ac00ab00aa00a900710097001e00160059001a000c001100770277000d00420276000d00490275000d0060001500a0005f000d00020001002f013a000c026e026d026c010600f1026b001c000c009100110042026a000d00490269000d0060001500a0005f000d00020001002f0145000c00bf0013006d00ff009504ea00320011004204e9000d006000150049005f000d00a0000d00020001002f0145000c04e804e7026504e6001404e504e404e3006f022f04e204e104e004df04de04dd04dc0032035f04db030a006400a804da04d9003304d804d70144024e024d04d604d5003304d400cd034004d3013d04d204d104d004cf035802eb04ce04cd04cc021604cb04ca006300530018001d04c902f104c804c704c604c5005d000100ef010b008c010a01550134010600f104c40134025604c3000701c4025500410048004000470018001d00ea00e904c2002a00e8002d002c00e704c100e604c000e500e400e300e200e100e000df005000de00dd00dc00db00da004f003c0003024e04bf02f00055018904be04bd0010005804bc04bb007304ba005204b904b804b701620014004a005704b6002504b500320010000c0029000a00b200280027000c04b404b3001504b204b1001504b001b204af024d04ae04ad017c01100253010f00020001010e00f000ef010d001c000c001b00460045002404ac0062002a0044002d002c004304ab003f04aa00b100b000af009800ae00ad000600ac00ab00aa00a900710097001e00160059001a000c04a9015c0226022502de00bf006402dd02dc00ee0004022000020001000500d1002200d0021e0030003804a800320010000c001b04a704a604a504a404a300f601b2000d00a3001600a2003b001e0016003a001a00080022010102d90030003804a2003202e802d8003302e702d7003302e601ea003300fb00bd02e5005f003300a3001600a2013a000c0010000c009b04a1009a04a0008000120004000200010005004e004d00070003024c00060032007f00120004000200010005004e004d00070003024c0006003200910029000a010c00280027000c0091003b001e0016003a005d0001002f001c0008000b00070003049f000600320010000c049e049d049c049b03300014049a049904980497049601a704950494049300f00097003b001e0016003a001a0492014b0007000304910006003200910490016f003200140032048f016f003200140032048e0051000c0000000000000000000001bc000000000000048d048c00000000000000000000024b0000000000000000048b048a000000000000048900000000000001bb01ba01b904880487000000000000000000000486000001410000024a000004850484048304820481000004800000000000000000047f000000000000047e000000000000047d000000000000047c000000000000047b000000000000047a0000000000000479000000000000047800000000000004770000000000000476000000000000047500000000000004740000000000000473000000000000047200000000000004710000000000000470000000000000046f000000000000046e000000000000046d000000000000046c000000000000046b000000000000046a0000000000000469000000000000046800000000000004670000000000000466000000000000046500000000000004640000000000000463000000000000046200000000000004610000000000000460000000000000045f000000000000045e000000000000045d000000000000045c000000000000045b000000000000045a0000000000000459000000000000045800000000000004570000000000000456000000000000045500000000000004540000000000000453000000000000045200000000000004510000000000000450000000000000044f000000000000044e000000000000044d000000000000044c000000000000044b000000000000044a000001bc002b002b0000000004490000002b01b80000000001410000000000000448044704460445044404430442044100000000024a0000044000000000000000000000043f0000000000000000043e0249002b002b002b000000000000002b043d0000000000000249002b002b0140043c043b043a04390166000002480000043804370000000001bb01ba01b90247002b002b002b0436043504340433043201410000043100000430042f042e042d042c000000000000042b042a04290428042704260425042404230000000000000246042204210420041f041e0000000001bb01ba01b9041d01bc002b002b002b00000000041c0000000000000000041b041a0419024500000244024304180417024602440243041600000000041500000414000000000000000000000248000004130000000000000166000002420000041204110410040f01660000024b0000040e040d040c040b000000000000040a040904080407040600000000000002410405000000000000000000000000040400000000040304020401040003ff03fe024100000000000001b800000000000003fd03fc03fb03fa03f903f803f703f603f500000000000003f400000000000000000000000003f303f203f103f003ef03ee03ed03ec03eb03ea03e903e803e70240023f03e603e503e403e30245000003e203e103e003df023e03de03dd000003dc03db03da03d903d803d703d60000023d023c03d503d4002b002b002b01b803d303d203d103d003cf03ce03cd03cc03cb03ca03c903c803c703c6000000000000000003c5000003c400000000000003c303c203c103c003bf03be03bd03bc0240023f03bb03ba03b903b803b703b603b5000000000000023e03b403b303b20000000003b1000003b003af03ae03ad023d023c03ac03ab03aa03a903a803a703a603a503a403a303a203a10000000003a0039f039e0247039d039c039b039a0399039803970396039503940393039203910000000000000000000000000390038f038e038d038c038b038a0389038800000000038700000141000003860000002b002b002b0140002b002b002b0385002b002b002b038400000000023b00000383000000000000014100000382000003810380037f037e037d000000000000037c037b037a0379037803770376000003750000000000000000000000000374023a03730372037100000000023b01400000000003700140036f036e00000000023a036d036c036b036a03690368036703660000000000000000000002420000036503640363036200000000000001400361000000000000036000000000000001660000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
1219
+ "logIndex": 3,
1220
+ "blockHash": "0x080745ddf42faf3038994e5d26cb7bb85cee613e10929588c15ebd6cd1e53fb7"
1221
+ },
1222
+ {
1223
+ "transactionIndex": 0,
1224
+ "blockNumber": 3589881,
1225
+ "transactionHash": "0x846cc13e073e14e36a0d607d3b82435f71a06883f1c53cd4670964dcc8f04274",
1226
+ "address": "0x0000000000000000000000000000000000008004",
1227
+ "topics": [
1228
+ "0xc94722ff13eacf53547c4741dab5228353a05938ffcdd5d4a2d533ae0e618287",
1229
+ "0x010008d54da53f04bebc50825ecec42d3571413c8ded5d892913d5db15221c18",
1230
+ "0x0000000000000000000000000000000000000000000000000000000000000000"
1231
+ ],
1232
+ "data": "0x",
1233
+ "logIndex": 4,
1234
+ "blockHash": "0x080745ddf42faf3038994e5d26cb7bb85cee613e10929588c15ebd6cd1e53fb7"
1235
+ },
1236
+ {
1237
+ "transactionIndex": 0,
1238
+ "blockNumber": 3589881,
1239
+ "transactionHash": "0x846cc13e073e14e36a0d607d3b82435f71a06883f1c53cd4670964dcc8f04274",
1240
+ "address": "0x2ED16161FeB1Ea50882c546929A3672Ad2FC3aB8",
1241
+ "topics": ["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],
1242
+ "data": "0x00000000000000000000000000000000000000000000000000000000000000ff",
1243
+ "logIndex": 5,
1244
+ "blockHash": "0x080745ddf42faf3038994e5d26cb7bb85cee613e10929588c15ebd6cd1e53fb7"
1245
+ },
1246
+ {
1247
+ "transactionIndex": 0,
1248
+ "blockNumber": 3589881,
1249
+ "transactionHash": "0x846cc13e073e14e36a0d607d3b82435f71a06883f1c53cd4670964dcc8f04274",
1250
+ "address": "0x0000000000000000000000000000000000008006",
1251
+ "topics": [
1252
+ "0x290afdae231a3fc0bbae8b1af63698b0a1d79b21ad17df0342dfb952fe74f8e5",
1253
+ "0x000000000000000000000000e8c6cf867cf962d289305ece9b139a4116674541",
1254
+ "0x010008d54da53f04bebc50825ecec42d3571413c8ded5d892913d5db15221c18",
1255
+ "0x0000000000000000000000002ed16161feb1ea50882c546929a3672ad2fc3ab8"
1256
+ ],
1257
+ "data": "0x",
1258
+ "logIndex": 6,
1259
+ "blockHash": "0x080745ddf42faf3038994e5d26cb7bb85cee613e10929588c15ebd6cd1e53fb7"
1260
+ },
1261
+ {
1262
+ "transactionIndex": 0,
1263
+ "blockNumber": 3589881,
1264
+ "transactionHash": "0x846cc13e073e14e36a0d607d3b82435f71a06883f1c53cd4670964dcc8f04274",
1265
+ "address": "0x000000000000000000000000000000000000800A",
1266
+ "topics": [
1267
+ "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
1268
+ "0x0000000000000000000000000000000000000000000000000000000000008001",
1269
+ "0x000000000000000000000000e8c6cf867cf962d289305ece9b139a4116674541"
1270
+ ],
1271
+ "data": "0x0000000000000000000000000000000000000000000000000021e6630296542c",
1272
+ "logIndex": 7,
1273
+ "blockHash": "0x080745ddf42faf3038994e5d26cb7bb85cee613e10929588c15ebd6cd1e53fb7"
1274
+ }
1275
+ ],
1276
+ "blockNumber": 3589881,
1277
+ "cumulativeGasUsed": "0",
1278
+ "status": 1,
1279
+ "byzantium": true
1280
+ },
1281
+ "args": [true, 0],
1282
+ "numDeployments": 1,
1283
+ "solcInputHash": "5e07e17b25cee0c988fa8165fdbce0b3",
1284
+ "metadata": {
1285
+ "llvm_options": [],
1286
+ "optimizer_settings": {
1287
+ "is_debug_logging_enabled": false,
1288
+ "is_fallback_to_size_enabled": false,
1289
+ "is_verify_each_enabled": false,
1290
+ "level_back_end": "Aggressive",
1291
+ "level_middle_end": "Aggressive",
1292
+ "level_middle_end_size": "Zero"
1293
+ },
1294
+ "solc_metadata": "{\"compiler\":{\"version\":\"0.8.25+commit.47b979f3\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"bool\",\"name\":\"timeBased_\",\"type\":\"bool\"},{\"internalType\":\"uint256\",\"name\":\"blocksPerYear_\",\"type\":\"uint256\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"inputs\":[],\"name\":\"InvalidBlocksPerYear\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidTimeBasedConfiguration\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"loopsLimit\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"requiredLoops\",\"type\":\"uint256\"}],\"name\":\"MaxLoopsLimitExceeded\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"sender\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"calledContract\",\"type\":\"address\"},{\"internalType\":\"string\",\"name\":\"methodSignature\",\"type\":\"string\"}],\"name\":\"Unauthorized\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"vToken\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"newTimestamp\",\"type\":\"uint256\"}],\"name\":\"BorrowLastRewardingBlockTimestampUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"vToken\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"newBlock\",\"type\":\"uint32\"}],\"name\":\"BorrowLastRewardingBlockUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"contributor\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"newSpeed\",\"type\":\"uint256\"}],\"name\":\"ContributorRewardTokenSpeedUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"contributor\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"rewardAccrued\",\"type\":\"uint256\"}],\"name\":\"ContributorRewardsUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"contract VToken\",\"name\":\"vToken\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"borrower\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"rewardTokenDelta\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"rewardTokenTotal\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"rewardTokenBorrowIndex\",\"type\":\"uint256\"}],\"name\":\"DistributedBorrowerRewardToken\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"contract VToken\",\"name\":\"vToken\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"supplier\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"rewardTokenDelta\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"rewardTokenTotal\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"rewardTokenSupplyIndex\",\"type\":\"uint256\"}],\"name\":\"DistributedSupplierRewardToken\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint8\",\"name\":\"version\",\"type\":\"uint8\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"vToken\",\"type\":\"address\"}],\"name\":\"MarketInitialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"oldMaxLoopsLimit\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"newmaxLoopsLimit\",\"type\":\"uint256\"}],\"name\":\"MaxLoopsLimitUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"oldAccessControlManager\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"newAccessControlManager\",\"type\":\"address\"}],\"name\":\"NewAccessControlManager\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"vToken\",\"type\":\"address\"},{\"components\":[{\"internalType\":\"uint256\",\"name\":\"mantissa\",\"type\":\"uint256\"}],\"indexed\":false,\"internalType\":\"struct ExponentialNoError.Exp\",\"name\":\"marketBorrowIndex\",\"type\":\"tuple\"}],\"name\":\"RewardTokenBorrowIndexUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"contract VToken\",\"name\":\"vToken\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"newSpeed\",\"type\":\"uint256\"}],\"name\":\"RewardTokenBorrowSpeedUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"RewardTokenGranted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"vToken\",\"type\":\"address\"}],\"name\":\"RewardTokenSupplyIndexUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"contract VToken\",\"name\":\"vToken\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"newSpeed\",\"type\":\"uint256\"}],\"name\":\"RewardTokenSupplySpeedUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"vToken\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"newTimestamp\",\"type\":\"uint256\"}],\"name\":\"SupplyLastRewardingBlockTimestampUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"vToken\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"newBlock\",\"type\":\"uint32\"}],\"name\":\"SupplyLastRewardingBlockUpdated\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"INITIAL_INDEX\",\"outputs\":[{\"internalType\":\"uint224\",\"name\":\"\",\"type\":\"uint224\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"acceptOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"accessControlManager\",\"outputs\":[{\"internalType\":\"contract IAccessControlManagerV8\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"blocksOrSecondsPerYear\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"holder\",\"type\":\"address\"},{\"internalType\":\"contract VToken[]\",\"name\":\"vTokens\",\"type\":\"address[]\"}],\"name\":\"claimRewardToken\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"holder\",\"type\":\"address\"}],\"name\":\"claimRewardToken\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"vToken\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"borrower\",\"type\":\"address\"},{\"components\":[{\"internalType\":\"uint256\",\"name\":\"mantissa\",\"type\":\"uint256\"}],\"internalType\":\"struct ExponentialNoError.Exp\",\"name\":\"marketBorrowIndex\",\"type\":\"tuple\"}],\"name\":\"distributeBorrowerRewardToken\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"vToken\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"supplier\",\"type\":\"address\"}],\"name\":\"distributeSupplierRewardToken\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getBlockNumberOrTimestamp\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"amount\",\"type\":\"uint256\"}],\"name\":\"grantRewardToken\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract Comptroller\",\"name\":\"comptroller_\",\"type\":\"address\"},{\"internalType\":\"contract IERC20Upgradeable\",\"name\":\"rewardToken_\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"loopsLimit_\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"accessControlManager_\",\"type\":\"address\"}],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"vToken\",\"type\":\"address\"}],\"name\":\"initializeMarket\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"isTimeBased\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"name\":\"lastContributorBlock\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"maxLoopsLimit\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"pendingOwner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"rewardToken\",\"outputs\":[{\"internalType\":\"contract IERC20Upgradeable\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"name\":\"rewardTokenAccrued\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"name\":\"rewardTokenBorrowSpeeds\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"name\":\"rewardTokenBorrowState\",\"outputs\":[{\"internalType\":\"uint224\",\"name\":\"index\",\"type\":\"uint224\"},{\"internalType\":\"uint32\",\"name\":\"block\",\"type\":\"uint32\"},{\"internalType\":\"uint32\",\"name\":\"lastRewardingBlock\",\"type\":\"uint32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"name\":\"rewardTokenBorrowStateTimeBased\",\"outputs\":[{\"internalType\":\"uint224\",\"name\":\"index\",\"type\":\"uint224\"},{\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"lastRewardingTimestamp\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"name\":\"rewardTokenBorrowerIndex\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"name\":\"rewardTokenContributorSpeeds\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"name\":\"rewardTokenSupplierIndex\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"name\":\"rewardTokenSupplySpeeds\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"name\":\"rewardTokenSupplyState\",\"outputs\":[{\"internalType\":\"uint224\",\"name\":\"index\",\"type\":\"uint224\"},{\"internalType\":\"uint32\",\"name\":\"block\",\"type\":\"uint32\"},{\"internalType\":\"uint32\",\"name\":\"lastRewardingBlock\",\"type\":\"uint32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"name\":\"rewardTokenSupplyStateTimeBased\",\"outputs\":[{\"internalType\":\"uint224\",\"name\":\"index\",\"type\":\"uint224\"},{\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"lastRewardingTimestamp\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"accessControlManager_\",\"type\":\"address\"}],\"name\":\"setAccessControlManager\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"contributor\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"rewardTokenSpeed\",\"type\":\"uint256\"}],\"name\":\"setContributorRewardTokenSpeed\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract VToken[]\",\"name\":\"vTokens\",\"type\":\"address[]\"},{\"internalType\":\"uint256[]\",\"name\":\"supplyLastRewardingBlockTimestamps\",\"type\":\"uint256[]\"},{\"internalType\":\"uint256[]\",\"name\":\"borrowLastRewardingBlockTimestamps\",\"type\":\"uint256[]\"}],\"name\":\"setLastRewardingBlockTimestamps\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract VToken[]\",\"name\":\"vTokens\",\"type\":\"address[]\"},{\"internalType\":\"uint32[]\",\"name\":\"supplyLastRewardingBlocks\",\"type\":\"uint32[]\"},{\"internalType\":\"uint32[]\",\"name\":\"borrowLastRewardingBlocks\",\"type\":\"uint32[]\"}],\"name\":\"setLastRewardingBlocks\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"limit\",\"type\":\"uint256\"}],\"name\":\"setMaxLoopsLimit\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract VToken[]\",\"name\":\"vTokens\",\"type\":\"address[]\"},{\"internalType\":\"uint256[]\",\"name\":\"supplySpeeds\",\"type\":\"uint256[]\"},{\"internalType\":\"uint256[]\",\"name\":\"borrowSpeeds\",\"type\":\"uint256[]\"}],\"name\":\"setRewardTokenSpeeds\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"contributor\",\"type\":\"address\"}],\"name\":\"updateContributorRewards\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"vToken\",\"type\":\"address\"},{\"components\":[{\"internalType\":\"uint256\",\"name\":\"mantissa\",\"type\":\"uint256\"}],\"internalType\":\"struct ExponentialNoError.Exp\",\"name\":\"marketBorrowIndex\",\"type\":\"tuple\"}],\"name\":\"updateRewardTokenBorrowIndex\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"vToken\",\"type\":\"address\"}],\"name\":\"updateRewardTokenSupplyIndex\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"author\":\"Venus\",\"events\":{\"Initialized(uint8)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"}},\"kind\":\"dev\",\"methods\":{\"acceptOwnership()\":{\"details\":\"The new owner accepts the ownership transfer.\"},\"claimRewardToken(address)\":{\"params\":{\"holder\":\"The address to claim REWARD TOKEN for\"}},\"claimRewardToken(address,address[])\":{\"params\":{\"holder\":\"The address to claim REWARD TOKEN for\",\"vTokens\":\"The list of markets to claim REWARD TOKEN in\"}},\"constructor\":{\"custom:oz-upgrades-unsafe-allow\":\"constructor\",\"params\":{\"blocksPerYear_\":\"The number of blocks per year\",\"timeBased_\":\"A boolean indicating whether the contract is based on time or block.\"}},\"distributeBorrowerRewardToken(address,address,(uint256))\":{\"details\":\"This function should only be called when the user has a borrow position in the market (e.g. Comptroller.preBorrowHook, and Comptroller.preRepayHook) We avoid an external call to check if they are in the market to save gas because this function is called in many places\",\"params\":{\"borrower\":\"The address of the borrower to distribute REWARD TOKEN to\",\"marketBorrowIndex\":\"The current global borrow index of vToken\",\"vToken\":\"The market in which the borrower is interacting\"}},\"getBlockNumberOrTimestamp()\":{\"details\":\"Function to simply retrieve block number or block timestamp\",\"returns\":{\"_0\":\"Current block number or block timestamp\"}},\"grantRewardToken(address,uint256)\":{\"details\":\"Note: If there is not enough REWARD TOKEN, we do not perform the transfer all\",\"params\":{\"amount\":\"The amount of REWARD TOKEN to (possibly) transfer\",\"recipient\":\"The address of the recipient to transfer REWARD TOKEN to\"}},\"initialize(address,address,uint256,address)\":{\"details\":\"Initializes the deployer to owner\",\"params\":{\"accessControlManager_\":\"AccessControlManager contract address\",\"comptroller_\":\"Comptroller to attach the reward distributor to\",\"loopsLimit_\":\"Maximum number of iterations for the loops in this contract\",\"rewardToken_\":\"Reward token to distribute\"}},\"initializeMarket(address)\":{\"custom:access\":\"Only Comptroller\",\"custom:event\":\"MarketInitialized emits on success\",\"params\":{\"vToken\":\"The address of the vToken to be initialized\"}},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"pendingOwner()\":{\"details\":\"Returns the address of the pending owner.\"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner.\"},\"setAccessControlManager(address)\":{\"custom:access\":\"Only Governance\",\"custom:event\":\"Emits NewAccessControlManager event\",\"details\":\"Admin function to set address of AccessControlManager\",\"params\":{\"accessControlManager_\":\"The new address of the AccessControlManager\"}},\"setContributorRewardTokenSpeed(address,uint256)\":{\"params\":{\"contributor\":\"The contributor whose REWARD TOKEN speed to update\",\"rewardTokenSpeed\":\"New REWARD TOKEN speed for contributor\"}},\"setLastRewardingBlockTimestamps(address[],uint256[],uint256[])\":{\"params\":{\"borrowLastRewardingBlockTimestamps\":\"New borrow-side REWARD TOKEN last rewarding block timestamp for the corresponding market\",\"supplyLastRewardingBlockTimestamps\":\"New supply-side REWARD TOKEN last rewarding block timestamp for the corresponding market\",\"vTokens\":\"The markets whose REWARD TOKEN last rewarding block to update\"}},\"setLastRewardingBlocks(address[],uint32[],uint32[])\":{\"params\":{\"borrowLastRewardingBlocks\":\"New borrow-side REWARD TOKEN last rewarding block for the corresponding market\",\"supplyLastRewardingBlocks\":\"New supply-side REWARD TOKEN last rewarding block for the corresponding market\",\"vTokens\":\"The markets whose REWARD TOKEN last rewarding block to update\"}},\"setMaxLoopsLimit(uint256)\":{\"params\":{\"limit\":\"Limit for the max loops can execute at a time\"}},\"setRewardTokenSpeeds(address[],uint256[],uint256[])\":{\"params\":{\"borrowSpeeds\":\"New borrow-side REWARD TOKEN speed for the corresponding market\",\"supplySpeeds\":\"New supply-side REWARD TOKEN speed for the corresponding market\",\"vTokens\":\"The markets whose REWARD TOKEN speed to update\"}},\"transferOwnership(address)\":{\"details\":\"Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner.\"},\"updateContributorRewards(address)\":{\"params\":{\"contributor\":\"The address to calculate contributor rewards for\"}}},\"title\":\"`RewardsDistributor`\",\"version\":1},\"userdoc\":{\"errors\":{\"InvalidBlocksPerYear()\":[{\"notice\":\"Thrown when blocks per year is invalid\"}],\"InvalidTimeBasedConfiguration()\":[{\"notice\":\"Thrown when time based but blocks per year is provided\"}],\"MaxLoopsLimitExceeded(uint256,uint256)\":[{\"notice\":\"Thrown an error on maxLoopsLimit exceeds for any loop\"}],\"Unauthorized(address,address,string)\":[{\"notice\":\"Thrown when the action is prohibited by AccessControlManager\"}]},\"events\":{\"BorrowLastRewardingBlockTimestampUpdated(address,uint256)\":{\"notice\":\"Emitted when a reward token last rewarding timestamp for borrow is updated\"},\"BorrowLastRewardingBlockUpdated(address,uint32)\":{\"notice\":\"Emitted when a reward token last rewarding block for borrow is updated\"},\"ContributorRewardTokenSpeedUpdated(address,uint256)\":{\"notice\":\"Emitted when a new REWARD TOKEN speed is set for a contributor\"},\"ContributorRewardsUpdated(address,uint256)\":{\"notice\":\"Emitted when a reward for contributor is updated\"},\"DistributedBorrowerRewardToken(address,address,uint256,uint256,uint256)\":{\"notice\":\"Emitted when REWARD TOKEN is distributed to a borrower\"},\"DistributedSupplierRewardToken(address,address,uint256,uint256,uint256)\":{\"notice\":\"Emitted when REWARD TOKEN is distributed to a supplier\"},\"MarketInitialized(address)\":{\"notice\":\"Emitted when a market is initialized\"},\"MaxLoopsLimitUpdated(uint256,uint256)\":{\"notice\":\"Emitted when max loops limit is set\"},\"NewAccessControlManager(address,address)\":{\"notice\":\"Emitted when access control manager contract address is changed\"},\"RewardTokenBorrowIndexUpdated(address,(uint256))\":{\"notice\":\"Emitted when a reward token borrow index is updated\"},\"RewardTokenBorrowSpeedUpdated(address,uint256)\":{\"notice\":\"Emitted when a new borrow-side REWARD TOKEN speed is calculated for a market\"},\"RewardTokenGranted(address,uint256)\":{\"notice\":\"Emitted when REWARD TOKEN is granted by admin\"},\"RewardTokenSupplyIndexUpdated(address)\":{\"notice\":\"Emitted when a reward token supply index is updated\"},\"RewardTokenSupplySpeedUpdated(address,uint256)\":{\"notice\":\"Emitted when a new supply-side REWARD TOKEN speed is calculated for a market\"},\"SupplyLastRewardingBlockTimestampUpdated(address,uint256)\":{\"notice\":\"Emitted when a reward token last rewarding timestamp for supply is updated\"},\"SupplyLastRewardingBlockUpdated(address,uint32)\":{\"notice\":\"Emitted when a reward token last rewarding block for supply is updated\"}},\"kind\":\"user\",\"methods\":{\"INITIAL_INDEX()\":{\"notice\":\"The initial REWARD TOKEN index for a market\"},\"accessControlManager()\":{\"notice\":\"Returns the address of the access control manager contract\"},\"blocksOrSecondsPerYear()\":{\"notice\":\"Stores blocksPerYear if isTimeBased is true else secondsPerYear is stored\"},\"claimRewardToken(address)\":{\"notice\":\"Claim all the rewardToken accrued by holder in all markets\"},\"claimRewardToken(address,address[])\":{\"notice\":\"Claim all the rewardToken accrued by holder in the specified markets\"},\"distributeBorrowerRewardToken(address,address,(uint256))\":{\"notice\":\"Calculate reward token accrued by a borrower and possibly transfer it to them Borrowers will begin to accrue after the first interaction with the protocol.\"},\"grantRewardToken(address,uint256)\":{\"notice\":\"Transfer REWARD TOKEN to the recipient\"},\"initialize(address,address,uint256,address)\":{\"notice\":\"RewardsDistributor initializer\"},\"initializeMarket(address)\":{\"notice\":\"Initializes the market state for a specific vToken\"},\"isTimeBased()\":{\"notice\":\"Acknowledges if a contract is time based or not\"},\"lastContributorBlock(address)\":{\"notice\":\"Last slot (block or second) at which a contributor's REWARD TOKEN rewards have been allocated\"},\"rewardTokenAccrued(address)\":{\"notice\":\"The REWARD TOKEN accrued but not yet transferred to each user\"},\"rewardTokenBorrowSpeeds(address)\":{\"notice\":\"The rate at which rewardToken is distributed to the corresponding borrow market per slot (block or second)\"},\"rewardTokenBorrowState(address)\":{\"notice\":\"The REWARD TOKEN market borrow state for each market\"},\"rewardTokenBorrowStateTimeBased(address)\":{\"notice\":\"The REWARD TOKEN market borrow state for each market\"},\"rewardTokenBorrowerIndex(address,address)\":{\"notice\":\"The REWARD TOKEN borrow index for each market for each borrower as of the last time they accrued REWARD TOKEN\"},\"rewardTokenContributorSpeeds(address)\":{\"notice\":\"The portion of REWARD TOKEN that each contributor receives per slot (block or second)\"},\"rewardTokenSupplierIndex(address,address)\":{\"notice\":\"The REWARD TOKEN borrow index for each market for each supplier as of the last time they accrued REWARD TOKEN\"},\"rewardTokenSupplySpeeds(address)\":{\"notice\":\"The rate at which rewardToken is distributed to the corresponding supply market per slot (block or second)\"},\"rewardTokenSupplyState(address)\":{\"notice\":\"The REWARD TOKEN market supply state for each market\"},\"rewardTokenSupplyStateTimeBased(address)\":{\"notice\":\"The REWARD TOKEN market supply state for each market\"},\"setAccessControlManager(address)\":{\"notice\":\"Sets the address of AccessControlManager\"},\"setContributorRewardTokenSpeed(address,uint256)\":{\"notice\":\"Set REWARD TOKEN speed for a single contributor\"},\"setLastRewardingBlockTimestamps(address[],uint256[],uint256[])\":{\"notice\":\"Set REWARD TOKEN last rewarding block timestamp for the specified markets, used when contract is time based\"},\"setLastRewardingBlocks(address[],uint32[],uint32[])\":{\"notice\":\"Set REWARD TOKEN last rewarding block for the specified markets, used when contract is block based\"},\"setMaxLoopsLimit(uint256)\":{\"notice\":\"Set the limit for the loops can iterate to avoid the DOS\"},\"setRewardTokenSpeeds(address[],uint256[],uint256[])\":{\"notice\":\"Set REWARD TOKEN borrow and supply speeds for the specified markets\"},\"updateContributorRewards(address)\":{\"notice\":\"Calculate additional accrued REWARD TOKEN for a contributor since last accrual\"}},\"notice\":\"Contract used to configure, track and distribute rewards to users based on their actions (borrows and supplies) in the protocol. Users can receive additional rewards through a `RewardsDistributor`. Each `RewardsDistributor` proxy is initialized with a specific reward token and `Comptroller`, which can then distribute the reward token to users that supply or borrow in the associated pool. Authorized users can set the reward token borrow and supply speeds for each market in the pool. This sets a fixed amount of reward token to be released each slot (block or second) for borrowers and suppliers, which is distributed based on a user\\u2019s percentage of the borrows or supplies respectively. The owner can also set up reward distributions to contributor addresses (distinct from suppliers and borrowers) by setting their contributor reward token speed, which similarly allocates a fixed amount of reward token per slot (block or second). The owner has the ability to transfer any amount of reward tokens held by the contract to any other address. Rewards are not distributed automatically and must be claimed by a user calling `claimRewardToken()`. Users should be aware that it is up to the owner and other centralized entities to ensure that the `RewardsDistributor` holds enough tokens to distribute the accumulated rewards of users and contributors.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/Rewards/RewardsDistributor.sol\":\"RewardsDistributor\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"details\":{\"constantOptimizer\":false,\"cse\":false,\"deduplicate\":false,\"inliner\":false,\"jumpdestRemover\":false,\"orderLiterals\":false,\"peephole\":false,\"simpleCounterForLoopUncheckedIncrement\":true,\"yul\":true,\"yulDetails\":{\"optimizerSteps\":\"dhfoDgvulfnTUtnIf[xa[r]EscLMcCTUtTOntnfDIulLculVcul [j]Tpeulxa[rul]xa[r]cLgvifCTUca[r]LSsTFOtfDnca[r]Iulc]jmul[jul] VcTOcul jmul:fDnTOcmu\",\"stackAllocation\":true}},\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol\":{\"keccak256\":\"0x9140dabc466abab21b48b72dbda26736b1183a310d0e677d3719d201df026510\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://75267b14b60dc216d01d596a4008189a6c44d3314e53eded0edb1e757d95be16\",\"dweb:/ipfs/QmQoMaxTRT6V7uQj9USfdQH9jh1crywB9auVjThzUSAbG2\"]},\"@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol\":{\"keccak256\":\"0x359a1ab89b46b9aba7bcad3fb651924baf4893d15153049b9976b0fc9be1358e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e89863421b4014b96a4b62be76eb3b9f0a8afe9684664a6f389124c0964bfe5c\",\"dweb:/ipfs/Qmbk7xr1irpDuU1WdxXgxELBXxs61rHhCgod7heVcvFx16\"]},\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"keccak256\":\"0x89be10e757d242e9b18d5a32c9fbe2019f6d63052bbe46397a430a1d60d7f794\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f103ee2e4aecd37aac6ceefe670709cdd7613dee25fa2d4d9feaf7fc0aaa155e\",\"dweb:/ipfs/QmRiNZLoJk5k3HPMYGPGjZFd2ke1ZxjhJZkM45Ec9GH9hv\"]},\"@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol\":{\"keccak256\":\"0x0e1f0f5f62f67a881cd1a9597acbc0a5e4071f3c2c10449a183b922ae7272e3f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c25f742ff154998d19a669e2508c3597b363e123ce9144cd0fcf6521229f401f\",\"dweb:/ipfs/QmQXRuFzStEWqeEPbhQU6cAg9PaSowxJVo4PDKyRod7dco\"]},\"@openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20PermitUpgradeable.sol\":{\"keccak256\":\"0x07e881de3b9f6d2c07909f193f24b96c7fe4ea60013260f3f25aecd8bab3c2f8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1fed09b97ccb0ff9ba9b6a94224f1d489026bf6b4b7279bfe64fb6e8749dee4d\",\"dweb:/ipfs/QmcRAzaSP1UnGr4vrGkfJmB2L9aiTYoXfV1Lg9gqrVRWn8\"]},\"@openzeppelin/contracts-upgradeable/token/ERC20/utils/SafeERC20Upgradeable.sol\":{\"keccak256\":\"0x23b997be73d3dd46885262704f0f8cfc7273fdadfe303d37969a9561373972b5\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d03ebe5406134f0c4a017dee625ff615031194493bd1e88504e5c8fae55bc166\",\"dweb:/ipfs/QmUZV5bMbgk2PAkV3coouSeSainHN2jhqaQDJaA7hQRyu2\"]},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"keccak256\":\"0x9c80f545915582e63fe206c6ce27cbe85a86fc10b9cd2a0e8c9488fb7c2ee422\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://310136ad60820af4177a11a61d77a3686faf5fca4942b600e08fc940db38396b\",\"dweb:/ipfs/QmbCzMNSTL7Zi7M4UCSqBrkHtp4jjxUnGbkneCZKdR1qeq\"]},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"keccak256\":\"0x75097e35253e7fb282ee4d7f27a80eaacfa759923185bf17302a89cbc059c5ef\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8b06267c5f80bad727af3e48b1382333d591dad51376399ef2f6b0ee6d58bf95\",\"dweb:/ipfs/QmdU5La1agcQvghnfMpWZGDPz2TUDTCxUwTLKmuMRXBpAx\"]},\"@openzeppelin/contracts/access/IAccessControl.sol\":{\"keccak256\":\"0x59ce320a585d7e1f163cd70390a0ef2ff9cec832e2aa544293a00692465a7a57\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://bb2c137c343ef0c4c7ce7b18c1d108afdc9d315a04e48307288d2d05adcbde3a\",\"dweb:/ipfs/QmUxhrAQM3MM3FF5j7AtcXLXguWCJBHJ14BRdVtuoQc8Fh\"]},\"@venusprotocol/governance-contracts/contracts/Governance/AccessControlledV8.sol\":{\"keccak256\":\"0x0dcf283925f4dddc23ca0ee71d2cb96a9dd6e4cf08061b69fde1697ea39dc514\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://38db65a77297d8df3345797277a624d81706bde2e9ede230a140e8ca2a027040\",\"dweb:/ipfs/QmWKcmtyyvi3dhAJHkdAKGNrsKcMxKQ6c82ArtDqe8tncG\"]},\"@venusprotocol/governance-contracts/contracts/Governance/IAccessControlManagerV8.sol\":{\"keccak256\":\"0xaa29b098440d0b3a131c5ecdf25ce548790c1b5ac7bf9b5c0264b6af6f7a1e0b\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://8120bda3990193388d0cc5f551510ef1eab685387a58a88ab607b5149e51acde\",\"dweb:/ipfs/QmNSX9ai6GbN4wQukM29rFkcWDFhqStUTtKe6XtreTvRcN\"]},\"@venusprotocol/oracle/contracts/interfaces/OracleInterface.sol\":{\"keccak256\":\"0x2432799b0d824fc701beb4c30146e912b9aeecf77b5c1635dde6c5fbe6bfc3a7\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://a0de4c46c1bb912ebf9eed630e210d17e2952b8076fcfd429672c7e6271ed665\",\"dweb:/ipfs/QmVuqSWTJSxpudZSJMpRC7pmw9iEjyZnnhm3n9RvmKXxTg\"]},\"@venusprotocol/protocol-reserve/contracts/Interfaces/IProtocolShareReserve.sol\":{\"keccak256\":\"0x5fddc5b63fdd850b3b5c83576cda50dcb27a205dbb1a23af17d9da0d9f04fa0a\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://8767ae7b2dd0ecd7a80ae3d083329a473949bd380535331acd6603ed56d60f00\",\"dweb:/ipfs/QmUyrJ9a1qjUHAxykwuDctAZxkDbvLMb5yGks8mUArCzj8\"]},\"@venusprotocol/solidity-utilities/contracts/TimeManagerV8.sol\":{\"keccak256\":\"0x57a2bbb9b8e02b1c0a5c0e305fef1328a22db56c3d4b148c362010a6e767243c\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://01c6af010cbff93563f2175d48702f5d901beb59b0e3315ed2a5583dfa53ee21\",\"dweb:/ipfs/QmY7sfvoQ1kEQtLhPdSA3bQdV4u3hT563RSvuCtgSrQUmx\"]},\"@venusprotocol/solidity-utilities/contracts/constants.sol\":{\"keccak256\":\"0x14de93ead464da249af31bea0e3bcfb62ec693bea3475fb4d90f055ac81dc5eb\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://6134b92b2bc5bad1c6e088d0d092736eede6dfe2cf7dadc573f1396a9d690274\",\"dweb:/ipfs/QmXwKV4SY7CdCaCaDqXudcLxVLB4vUfbwMiH9kH6HhWpiy\"]},\"@venusprotocol/venus-protocol/contracts/Tokens/Prime/Interfaces/IPrime.sol\":{\"keccak256\":\"0xd112f60183416ad796093b4a83a80ddc1b8b655965f02ae55ca82e2a0c68f97d\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://95b5d2eee4e994e248c66b95c1c23954e6aa81cce147b68705d0e9657de3871d\",\"dweb:/ipfs/Qmdf8sMZCm8f2j3rh2Jx7xzxqt1T5gyLKfMEeG6KtV4Fo7\"]},\"@venusprotocol/venus-protocol/contracts/Tokens/Prime/PrimeStorage.sol\":{\"keccak256\":\"0x5285c875114db2ea2be0b81b65722d5761806217022db733323c4e03365a95e7\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://f7381f89c82fcbacdb5f8d66dd944d09e102c23ad243d96cb46b480621bfb62c\",\"dweb:/ipfs/QmNgyd8zgXHB6akfj78MUrgLDvzjKn8d8u3KE3fhb2pPJh\"]},\"contracts/Comptroller.sol\":{\"keccak256\":\"0xc335c6b62d0029396318a984c3e63ca493c299d664feab74acb28eb2e8a4cc1c\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://f1397f302ac2df8ee168e6afbb77f7ddfaa66c38211939c466f014e3f53367d4\",\"dweb:/ipfs/QmNVKWNHAoQkfNX8weHmfSZdnux4nE7m3G24m1SQ8H6fLn\"]},\"contracts/ComptrollerInterface.sol\":{\"keccak256\":\"0xcbf7f9977472650c61345b7cbde23e81f626e1f8863bab4c6ce3dacfc7604919\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://79472ca5fcc29e5a41f1209fb33701c45852141d231ff7ac584b2ece3bda76c4\",\"dweb:/ipfs/QmUB8e8obVXN898oCMwFjeP1SFmrpu99iSwjmtPUZXCkXm\"]},\"contracts/ComptrollerStorage.sol\":{\"keccak256\":\"0x4df44cb65ac152bac2be4b4545430e703005a74a55b72e144100b16421bd8bfd\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://a7b1f84e68406b41cadf240e111887ab79787fa385b87040c87d6cf25ff586ed\",\"dweb:/ipfs/QmV8JQog8CCz4HuiicsRShHfk4hfFKxUayT1NgpFvDRTdq\"]},\"contracts/ErrorReporter.sol\":{\"keccak256\":\"0x7a7ced1caaac2d9242659ebd50b99f308c725ce958ac9e11f7ada404b1d97a7b\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://6bc5b36130029c245d9c2c6e4e6e3a6ad5596518e98764a2315f247e817e7c6b\",\"dweb:/ipfs/QmWMtrqThCk1wqPxgkK9mMaf8E3fuRUg51awuGL6KmxwrU\"]},\"contracts/ExponentialNoError.sol\":{\"keccak256\":\"0x8afbe8a24fe3539c124e718681ed3dcebd24c40dd53095786c0155998213b9b0\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://64d6fe74721ef3112ecc641d868fe51738e3687d782b750fac63f139c0335900\",\"dweb:/ipfs/Qme9R3YKdc9WeLMymU4bW544usyXJU3PXDMBmyE7x7riV9\"]},\"contracts/InterestRateModel.sol\":{\"keccak256\":\"0xc4fda1ab75ebe4b187b707c4f10c58780f343cf343c537f641dc75d3cd28ab51\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://8cf703e1c44ebd4977200275e7c8c480081f1f6f54bedb6b0a070af04a8c733d\",\"dweb:/ipfs/QmUNCCcYZxftVaf4SdqXUpjeeyNe9Kqr45dbNguBGY5X1h\"]},\"contracts/MaxLoopsLimitHelper.sol\":{\"keccak256\":\"0x4c25e30635485d162177effa384eee51768b0141a567a0da16ff6ad673274166\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://5d71ed301eb76292bce7b3500482452c397b766507222d00f3982b65520d156b\",\"dweb:/ipfs/QmcF3yPyr6hWQUA6wfEi6Hq1TEUtbxFP9MAcYQy4D2tFHC\"]},\"contracts/Rewards/RewardsDistributor.sol\":{\"keccak256\":\"0x3cc824e59c923cfe25c4f1a875959b7e9410cde8e73cd405de13f301298c697f\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://3cc9eaf325724c1a4906b2f91c4bd9ccb44fd721226e1d375832238d586b956b\",\"dweb:/ipfs/QmfTcWw1S3XonT8mc27RzD9aSWCu7qD7nqM9yD5wraCYZe\"]},\"contracts/Rewards/RewardsDistributorStorage.sol\":{\"keccak256\":\"0x70e5015a78a2acf95277949c8b4796e10b9ac194130be006d5e5217e158070c0\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://e2bb293581e076a38032cf087a5982967a2ffdc8f444550b019a4e52214da3fe\",\"dweb:/ipfs/QmV5QWm6hitgFyTcTXWQb9PyquuGfnLuMZumR9i6RUFT5g\"]},\"contracts/VToken.sol\":{\"keccak256\":\"0xa220ca317fe69b920b86e43f054c43b5f891f12160fd312c9a21668f969ee056\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://fbe57272638e7c9bad144320cb990fedd0c2a260fa508ff7eaa5c90aaf27cf73\",\"dweb:/ipfs/QmYoHbayLhZPr2avFLevtwkq77ZuvTPsZMH8bYP2SzQhcN\"]},\"contracts/VTokenInterfaces.sol\":{\"keccak256\":\"0x7c4cbb879e3a931cfee4fa7a9eb1978eddff18087a1c4f56decedb84c2479f1e\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://4e35b7a99b9e1050cbee00642bcfcddf81ea585836872a2c933ebac3ec5b8e2c\",\"dweb:/ipfs/QmWhKGVv361V92XcQHogaC2h1C6cNTK9BmEWjspxAjtg2t\"]},\"contracts/lib/constants.sol\":{\"keccak256\":\"0x54ab3a6f3bc87569ed12370f3470a1ec84cea9796d4d0ccf3d07dd4280c044aa\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://be1b725f8bf381f0a0e14b5fc676fcd38fbcbda868f6ec0b5163cfa4cb25e548\",\"dweb:/ipfs/QmdDLtw2sVdVy8RhHWeoNVaEzQJhykgbHdPrGeFRKRcPgw\"]},\"contracts/lib/validators.sol\":{\"keccak256\":\"0x93bdd5cfb100f0f9a1d446857e23c3633df6ab12c266333c978428edd96b1367\",\"license\":\"BSD-3-Clause\",\"urls\":[\"bzz-raw://4b3a06c0cc5166270e920a1b7a7a2126ac01ed1198ce695c483f7c6ce0791056\",\"dweb:/ipfs/QmcK9nwALKisL6WnrxdWjf38n2vds1tUvBgz4ii7Aj6ZHR\"]}},\"version\":1}",
1295
+ "solc_version": "0.8.25",
1296
+ "solc_zkvm_edition": "1.0.1",
1297
+ "zk_version": "1.5.0"
1298
+ },
1299
+ "bytecode": "0x000300000000000200170000000000020000000003020019000000000201001900000060022002700000081802200197000200000021035500010000000103550000000103300190000000c90000c13d0000008008000039000000400080043f000000040320008c00000dda0000413d000000000301043b000000e003300270000008250430009c000000f90000a13d000008260430009c0000012d0000213d000008340430009c000001a40000213d0000083b0430009c000002700000a13d0000083c0430009c000005700000613d0000083d0430009c000003560000613d0000083e0330009c00000dda0000c13d000000640320008c00000dda0000413d0000000003000416000000000303004b00000dda0000c13d0000000403100370000000000303043b000008660430009c00000dda0000213d0000002304300039000000000424004b00000dda0000813d0000000404300039000000000441034f000000000504043b000008660450009c00000aaa0000213d00000005045002100000003f064000390000086806600197000008640760009c00000aaa0000213d0000008006600039000000400060043f000000800050043f00000024033000390000000004340019000000000624004b00000dda0000213d000000000505004b000000470000613d0000008005000039000000000631034f000000000606043b0000085b0760009c00000dda0000213d000000200550003900000000006504350000002003300039000000000643004b0000003e0000413d0000002403100370000000000303043b000008660430009c00000dda0000213d0000002304300039000000000524004b000000000500001900000867050080410000086704400197000000000604004b00000000060000190000086706004041000008670440009c000000000605c019000000000406004b00000dda0000c13d0000000404300039000000000441034f000000000404043b000008660540009c00000aaa0000213d00000005054002100000003f065000390000086806600197000000400700043d0000000006670019000b00000007001d000000000776004b00000000070000190000000107004039000008660860009c00000aaa0000213d000000010770019000000aaa0000c13d000000400060043f0000000b06000029000000000046043500000024033000390000000005350019000000000625004b00000dda0000213d000000000404004b0000007a0000613d0000000b04000029000000000631034f000000000606043b000000200440003900000000006404350000002003300039000000000653004b000000730000413d0000004403100370000000000303043b000008660430009c00000dda0000213d0000002304300039000000000524004b000000000500001900000867050080410000086704400197000000000604004b00000000060000190000086706004041000008670440009c000000000605c019000000000406004b00000dda0000c13d0000000404300039000000000441034f000000000404043b000008660540009c00000aaa0000213d00000005054002100000003f065000390000086806600197000000400700043d0000000006670019000a00000007001d000000000776004b00000000070000190000000107004039000008660860009c00000aaa0000213d000000010770019000000aaa0000c13d000000400060043f0000000a06000029000000000046043500000024033000390000000005350019000000000225004b00000dda0000213d000000000204004b000000ad0000613d0000000a02000029000000000431034f000000000404043b000000200220003900000000004204350000002003300039000000000453004b000000a60000413d000000400100043d0000087a0210009c00000aaa0000213d0000006002100039000000400020043f00000040021000390000087b03000041000000000032043500000020021000390000087c03000041000000000032043500000033020000390000000000210435205b1eff0000040f0000000b010000290000000001010433000000800200043d000800000002001d000000000112004b00000e150000c13d0000000a010000290000000001010433000000080110006b00000e150000c13d000000080100006b00000b340000613d000e00000000001d000006920000013d0000000003000416000000000303004b00000dda0000c13d0000001f032000390000081903300197000000e003300039000000400030043f0000001f0320018f00000005042002720000000504400210000000db0000613d000000e005000039000000e006400039000000000701034f000000007807043c0000000005850436000000000865004b000000d70000c13d000000000503004b000000e90000613d000000000141034f0000000303300210000000e004400039000000000504043300000000053501cf000000000535022f000000000101043b0000010003300089000000000131022f00000000013101cf000000000151019f0000000000140435000000400120008c00000dda0000413d000000e00100043d000000000201004b0000000002000019000000010200c039000000000221004b00000dda0000c13d000001000200043d000000000301004b000002050000613d000000000202004b000002260000c13d0000081c0200004100000001030000390000022f0000013d000008410430009c000001530000a13d000008420430009c000001f10000213d000008490430009c000002d40000a13d0000084a0430009c000006340000613d0000084b0430009c000005890000613d0000084c0330009c00000dda0000c13d000000440220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000402100370000000000202043b00000000030200190000085b0220009c00000dda0000213d0000002401100370000000000201043b0000003301000039000000000101041a0000085b011001970000000004000411000000000141004b000006780000c13d0000000001030019000f00000001001d000e00000002001d205b1d790000040f000000400200043d000000000101004b00000aee0000c13d0000000e010000290000000000120435000008180120009c000008180200804100000040012002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f00000822011001c70000800d020000390000000203000039000008a604000041000001a20000013d000008270430009c000001e40000213d0000082e0430009c000002800000a13d0000082f0430009c000005ab0000613d000008300430009c000004d80000613d000008310330009c00000dda0000c13d000000440220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000402100370000000000202043b000f00000002001d0000085b0220009c00000dda0000213d0000002401100370000000000101043b000e00000001001d0000085b0110009c00000dda0000213d0000010401000039000000000101041a0000085b011001970000000002000411000000000121004b00000000010000190000000101006039205b16b30000040f0000000f010000290000000e02000029205b1c2e0000040f00000000010000190000205c0001042e0000084f0430009c0000020a0000a13d000008500430009c000002b40000a13d000008510430009c000006440000613d000008520430009c000005be0000613d000008530330009c00000dda0000c13d000000440220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000402100370000000000202043b000f00000002001d0000085b0220009c00000dda0000213d0000002401100370000000000301043b0000003301000039000000000101041a0000085b011001970000000002000411000000000121004b000006780000c13d0000000f01000029000e00000003001d205b16ca0000040f0000000e0100006b00000b010000c13d0000000f0100002900000000001004350000010201000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d0000000002000019000000000101043b000000000021041b0000000f0100002900000000001004350000010101000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b0000000e02000029000000000021041b000000400100043d0000000000210435000008180210009c000008180100804100000040011002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f00000822011001c70000800d020000390000000203000039000008b3040000410000000f0500002900000b310000013d000008350430009c000002900000a13d000008360430009c000005ca0000613d000008370430009c000004ed0000613d000008380330009c00000dda0000c13d000000840220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000402100370000000000202043b000f085b0020019b0000085b0220009c00000dda0000213d0000002402100370000000000202043b000e00000002001d0000085b0220009c00000dda0000213d0000006401100370000000000101043b000d00000001001d0000085b0110009c00000dda0000213d0000000003000415000000150330008a0000000503300210000000000200041a000bff000020019400000b570000c13d0000000003000415000000140330008a0000000503300210000000ff0120019000000b570000c13d0000086d0120019700000101011001bf000000000010041b0000010402000039000000000302041a0000085d033001970000000f033001af000000000032041b0000010502000039000000000302041a0000085d033001970000000e033001af000000000032041b0000ff000110019000000bc40000c13d000000400100043d00000064021000390000087603000041000000000032043500000044021000390000087703000041000000000032043500000024021000390000002b03000039000002650000013d000008280430009c000002a00000a13d000008290430009c000005e30000613d0000082a0430009c000004f20000613d0000082b0130009c00000dda0000c13d0000000001000416000000000101004b00000dda0000c13d0000010501000039000005390000013d000008430430009c000003390000a13d000008440430009c0000066c0000613d000008450430009c000005ef0000613d000008460130009c00000dda0000c13d0000000001000416000000000101004b00000dda0000c13d0000006501000039000000000101041a0000085b021001970000000001000411000000000212004b000006810000c13d205b1fb50000040f00000000010000190000205c0001042e000000000302004b0000022e0000c13d000000400100043d0000081a02000041000002280000013d000008560430009c000002a90000213d000008590430009c0000050f0000613d0000085a0330009c00000dda0000c13d000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000101043b000f00000001001d0000085b0110009c00000dda0000213d0000010401000039000000000101041a0000085b011001970000000002000411000000000121004b00000000010000190000000101006039205b16b30000040f0000000f01000029205b1a910000040f00000000010000190000205c0001042e000000400100043d0000081d020000410000000000210435000008180210009c000008180100804100000040011002100000081b011001c70000205d000104300000000203000039000000a00010043f000000800020043f000000c00030043f000000000400041a0000ff00054001900000025c0000c13d000000ff0540018f000000ff0550008c0000024f0000613d000000ff014001bf000000000010041b000000ff01000039000000400200043d0000000000120435000008180120009c000008180200804100000040012002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f00000822011001c70000800d0200003900000001030000390000082304000041205b20510000040f000000010120019000000dda0000613d000000c00300043d000000a00100043d000000800200043d0000014000000443000001600020044300000020020000390000018000200443000001a0001004430000004001000039000001c000100443000001e00030044300000100002004430000000301000039000001200010044300000824010000410000205c0001042e000000400100043d00000064021000390000081e03000041000000000032043500000044021000390000081f03000041000000000032043500000024021000390000002703000039000000000032043500000820020000410000000000210435000000040210003900000020030000390000000000320435000008180210009c0000081801008041000000400110021000000821011001c70000205d000104300000083f0430009c000005240000613d000008400130009c00000dda0000c13d000000240120008c00000dda0000413d0000000001000416000000000101004b00000dda0000c13d205b1ed60000040f00000004010000390000000101100367000000000101043b205b1fce0000040f00000000010000190000205c0001042e000008320430009c000005300000613d000008330330009c00000dda0000c13d000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000101043b0000085b0210009c00000dda0000213d000000000010043500000102010000390000062d0000013d000008390430009c000005350000613d0000083a0330009c00000dda0000c13d000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000101043b0000085b0210009c00000dda0000213d000000000010043500000107010000390000057b0000013d0000082c0130009c0000053e0000613d0000082d0130009c00000dda0000c13d0000000001000416000000000101004b00000dda0000c13d0000006501000039000005390000013d000008570430009c000005530000613d000008580130009c00000dda0000c13d0000000001000416000000000101004b00000dda0000c13d0000088b01000041000000800010043f0000085c010000410000205c0001042e000008540430009c000005fb0000613d000008550330009c00000dda0000c13d000000440220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000402100370000000000202043b000f00000002001d0000085b0220009c00000dda0000213d000000a002000039000000400020043f0000002401100370000000000101043b000000800010043f0000010401000039000000000101041a0000085b011001970000000002000411000000000121004b00000000010000190000000101006039205b16b30000040f00000080020000390000000f01000029205b177e0000040f00000000010000190000205c0001042e0000084d0430009c000006070000613d0000084e0330009c00000dda0000c13d000000640320008c00000dda0000413d0000000003000416000000000303004b00000dda0000c13d0000000403100370000000000303043b000008660430009c00000dda0000213d0000002304300039000000000424004b00000dda0000813d0000000404300039000000000441034f000000000404043b000800000004001d000008660440009c00000dda0000213d000700240030003d000000080300002900000005033002100000000703300029000000000323004b00000dda0000213d0000002403100370000000000303043b000008660430009c00000dda0000213d0000002304300039000000000424004b00000dda0000813d0000000404300039000000000441034f000000000404043b000f00000004001d000008660440009c00000dda0000213d000600240030003d0000000f0300002900000005033002100000000603300029000000000323004b00000dda0000213d0000004403100370000000000303043b000008660430009c00000dda0000213d0000002304300039000000000424004b00000dda0000813d0000000404300039000000000141034f000000000101043b000e00000001001d000008660110009c00000dda0000213d000500240030003d0000000e0100002900000005011002100000000501100029000000000121004b00000dda0000213d000000e001000039000000400010043f0000003e01000039000000800010043f000008a701000041000000a00010043f000008a801000041000000c00010043f0000008001000039205b1eff0000040f0000086001000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000000000101004b00000cbf0000c13d000000400100043d0000004402100039000008b20300004100000000003204350000002402100039000000190300003900000de90000013d000008470430009c000006180000613d000008480130009c00000dda0000c13d0000000001000416000000000101004b00000dda0000c13d0000003301000039000000000201041a0000085b052001970000000003000411000000000335004b000006780000c13d0000006503000039000000000403041a0000085d04400197000000000043041b0000085d02200197000000000021041b0000000001000414000008180210009c0000081801008041000000c0011002100000085e011001c70000800d0200003900000003030000390000086e04000041000000000600001900000b310000013d000000640320008c00000dda0000413d0000000003000416000000000303004b00000dda0000c13d0000000403100370000000000303043b000008660430009c00000dda0000213d0000002304300039000000000424004b00000dda0000813d0000000404300039000000000441034f000000000404043b000900000004001d000008660440009c00000dda0000213d000800240030003d000000090300002900000005033002100000000803300029000000000323004b00000dda0000213d0000002403100370000000000303043b000008660430009c00000dda0000213d0000002304300039000000000424004b00000dda0000813d0000000404300039000000000441034f000000000404043b000f00000004001d000008660440009c00000dda0000213d000700240030003d0000000f0300002900000005033002100000000703300029000000000323004b00000dda0000213d0000004403100370000000000303043b000008660430009c00000dda0000213d0000002304300039000000000424004b00000dda0000813d0000000404300039000000000141034f000000000101043b000e00000001001d000008660110009c00000dda0000213d000600240030003d0000000e0100002900000005011002100000000601100029000000000121004b00000dda0000213d000000e001000039000000400010043f0000003301000039000000800010043f0000089701000041000000a00010043f0000089801000041000000c00010043f0000008001000039205b1eff0000040f0000086001000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000000000101004b00000de30000c13d0000000f02000029000000090120006b00000df40000c13d0000000e02000029000000090120006b00000df40000c13d0000086001000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000500000001001d000000090100006b00000b340000613d000c00000000001d000003d00000013d0000000c020000290000000102200039000c00000002001d000000090120006c00000b340000813d0000000c01000029000000050110021000000008031000290000000102000367000000000332034f000000000303043b000f00000003001d0000085b0330009c00000dda0000213d0000000703100029000000000332034f000000000303043b000e00000003001d000008180330009c00000dda0000213d0000000601100029000000000112034f000000000101043b000d00000001001d000008180110009c00000dda0000213d0000010401000039000000000201041a000000400900043d0000088101000041000000000519043600000004019000390000000f03000029000000000031043500000000010004140000085b02200197000000040320008c000003f50000c13d0000000004000031000000200140008c0000002004008039000004240000013d000008180390009c000008180300004100000000030940190000004003300210000008180410009c0000081801008041000000c001100210000000000131019f00000880011001c7000b00000009001d000a00000005001d205b20560000040f0000000a0a0000290000000b09000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000000505400272000004110000613d000000000601034f0000000007090019000000006806043c00000000078704360000000008a7004b0000040d0000c13d0000001f06400190000004200000613d0000000505500210000000000751034f00000000055900190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f0002000000010355000000010220019000000e530000613d0000001f01400039000000600210018f00000000050900190000000001920019000000000221004b00000000020000190000000102004039000008660310009c00000aaa0000213d000000010220019000000aaa0000c13d000000400010043f000000200240008c00000dda0000413d0000000002050433000000000302004b0000000003000019000000010300c039000000000332004b00000dda0000c13d000000000202004b00000e1c0000613d0000000502000029000000010120008c0000044b0000613d000000020120008c00000ddd0000c13d000008850100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f0000000102200190000004560000c13d00000ddc0000013d000008830100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f000000010220019000000ddc0000613d000000000201043b0000000e0120006b00000e3a0000a13d0000000d0120006b00000e3a0000a13d000a00000002001d0000000f010000290000000000100435000000fb01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b0000000101100039000000000101041a000b00000001001d0000010001000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000b030000290000081803300197000000010220019000000dda0000613d000000000101043b0000000101100039000000000101041a0000081802100197000000010130008a0000000a04000029000000000141004b00000e260000413d000000010120008a000000000141004b00000e260000413d000b00000002001d0000000e0130006c000004ae0000613d0000000f010000290000000000100435000000fb01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b0000000101100039000000000201041a0000089e022001970000000e03000029000000000232019f000000000021041b000000400100043d0000000000310435000008180210009c000008180100804100000040011002100000000002000414000008180320009c0000081802008041000000c002200210000000000121019f00000822011001c70000800d0200003900000002030000390000089f040000410000000f05000029205b20510000040f000000010120019000000dda0000613d0000000b020000290000000d0120006c000003cb0000613d0000000f0100002900000000001004350000010001000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b0000000101100039000000000201041a0000089e022001970000000d03000029000000000232019f000000000021041b000000400100043d0000000000310435000008180210009c000008180100804100000040011002100000000002000414000008180320009c0000081802008041000000c002200210000000000121019f00000822011001c70000800d020000390000000203000039000008a0040000410000000f05000029205b20510000040f0000000101200190000003cb0000c13d00000dda0000013d000000240320008c00000dda0000413d0000000003000416000000000303004b00000dda0000c13d0000000403100370000000000303043b000f00000003001d0000085b0330009c00000dda0000213d0000010403000039000000000303041a0000086204000041000000800040043f00000000040004140000085b03300197000000040530008c00000a7f0000c13d000000000121034f000000000300003100000a8d0000013d0000000001000416000000000101004b00000dda0000c13d0000009701000039000005390000013d000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000601043b0000085b0160009c00000dda0000213d0000003301000039000000000101041a0000085b051001970000000001000411000000000115004b000006780000c13d0000006501000039000000000201041a0000085d02200197000000000262019f000000000021041b0000000001000414000008180210009c0000081801008041000000c0011002100000085e011001c70000800d0200003900000003030000390000085f0400004100000b310000013d000000440320008c00000dda0000413d0000000003000416000000000303004b00000dda0000c13d0000000403100370000000000303043b000f00000003001d0000085b0330009c00000dda0000213d0000002401100370000000000101043b000008660310009c00000dda0000213d0000000401100039205b0eb00000040f00000000020100190000000f01000029205b0eeb0000040f00000000010000190000205c0001042e000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000101043b0000085b0210009c00000dda0000213d0000000000100435000000fe010000390000062d0000013d0000000001000416000000000101004b00000dda0000c13d000000c901000039000006300000013d0000000001000416000000000101004b00000dda0000c13d0000003301000039000000000101041a0000085b01100197000000800010043f0000085c010000410000205c0001042e0000000001000416000000000101004b00000dda0000c13d0000000001000412001100000001001d001000400000003d000080050100003900000044030000390000000004000415000000110440008a00000005044002100000086002000041205b20330000040f205b1ffc0000040f000000400200043d0000000000120435000008180120009c0000081802008041000000400120021000000861011001c70000205c0001042e000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000101043b0000085b0210009c00000dda0000213d0000003302000039000000000202041a0000085b022001970000000003000411000000000232004b000006780000c13d000000000201004b00000b210000c13d0000082001000041000000800010043f0000002001000039000000840010043f0000002501000039000000a40010043f0000087501000041000000c40010043f0000087401000041000000e40010043f000008a3010000410000205d00010430000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000101043b0000085b0210009c00000dda0000213d00000000001004350000010601000039000000200010043f0000000001000019205b20220000040f0000000202100039000000000202041a0000000103100039000000000303041a000000000101041a0000087801100197000000800010043f000000a00030043f000000c00020043f00000879010000410000205c0001042e000000640220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000402100370000000000202043b000f00000002001d0000085b0220009c00000dda0000213d0000002402100370000000000202043b000e00000002001d0000085b0220009c00000dda0000213d000000a002000039000000400020043f0000004401100370000000000101043b000000800010043f0000010401000039000000000101041a0000085b011001970000000002000411000000000121004b00000000010000190000000101006039205b16b30000040f00000080030000390000000f010000290000000e02000029205b19350000040f00000000010000190000205c0001042e0000000001000416000000000101004b00000dda0000c13d0000000001000412001300000001001d001200200000003d000080050100003900000044030000390000000004000415000000130440008a00000005044002100000086002000041205b20330000040f000000000101004b0000000001000019000000010100c039000000800010043f0000085c010000410000205c0001042e000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000101043b0000085b0210009c00000dda0000213d00000000001004350000010001000039000005d50000013d000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000101043b0000085b0210009c00000dda0000213d0000000000100435000000fb01000039000000200010043f0000000001000019205b20220000040f0000000102100039000000000202041a000000000101041a0000087803100197000000800030043f000000e001100270000000a00010043f0000081801200197000000c00010043f00000879010000410000205c0001042e000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000101043b0000085b0210009c00000dda0000213d000000000010043500000101010000390000062d0000013d000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000101043b0000085b0210009c00000dda0000213d0000000000100435000000ff010000390000062d0000013d000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000101043b0000085b0210009c00000dda0000213d0000000000100435000000fd010000390000062d0000013d000000440220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000402100370000000000202043b0000085b0320009c00000dda0000213d0000002401100370000000000101043b000f00000001001d0000085b0110009c00000dda0000213d0000000000200435000000fc01000039000006280000013d000000440220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000402100370000000000202043b0000085b0320009c00000dda0000213d0000002401100370000000000101043b000f00000001001d0000085b0110009c00000dda0000213d00000000002004350000010301000039000000200010043f0000000001000019205b20220000040f0000000f020000290000000000200435000000200010043f0000000001000019205b20220000040f000000000101041a000000800010043f0000085c010000410000205c0001042e0000000001000416000000000101004b00000dda0000c13d0000000001000412001700000001001d001600000000001d000080050100003900000044030000390000000004000415000000170440008a00000005044002100000086002000041205b20330000040f000000800010043f0000085c010000410000205c0001042e000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000101043b000f00000001001d0000085b0110009c00000dda0000213d0000010401000039000000000101041a0000085b011001970000000002000411000000000121004b00000ab00000c13d0000086001000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000000010210008c00000b780000613d000000020110008c00000ddd0000c13d00000885010000410000000000100439000000000100041400000b7b0000013d000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000101043b0000085b0210009c00000dda0000213d205b16ca0000040f00000000010000190000205c0001042e0000082001000041000000800010043f0000002001000039000000840010043f000000a40010043f000008b801000041000000c40010043f000008b9010000410000205d000104300000082001000041000000800010043f0000002001000039000000840010043f0000002901000039000000a40010043f000008a101000041000000c40010043f000008a201000041000000e40010043f000008a3010000410000205d000104300000000e020000290000000102200039000e00000002001d000000080120006c00000b340000813d000000800100043d0000000e03000029000000000131004b00000e620000a13d0000000501300210000000a00210003900000000020204330000085b042001970000000b020000290000000002020433000000000232004b00000e620000a13d0000000a020000290000000002020433000000000232004b00000e620000a13d00000020011000390000000b021000290000000002020433000d00000002001d0000000a011000290000000001010433000c00000001001d0000010401000039000000000201041a000000400900043d000008810100004100000000051904360000000401900039000f00000004001d000000000041043500000000010004140000085b02200197000000040320008c000006b90000c13d0000000004000031000000200140008c0000002004008039000006e80000013d000008180390009c000008180300004100000000030940190000004003300210000008180410009c0000081801008041000000c001100210000000000131019f00000880011001c7000900000009001d000700000005001d205b20560000040f000000070a0000290000000909000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000000505400272000006d50000613d000000000601034f0000000007090019000000006806043c00000000078704360000000008a7004b000006d10000c13d0000001f06400190000006e40000613d0000000505500210000000000751034f00000000055900190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f0002000000010355000000010220019000000e6e0000613d0000001f01400039000000600210018f00000000050900190000000001920019000000000221004b00000000020000190000000102004039000008660310009c00000aaa0000213d000000010220019000000aaa0000c13d000000400010043f000000200240008c00000dda0000413d0000000002050433000000000302004b0000000003000019000000010300c039000000000332004b00000dda0000c13d000000000202004b00000e1c0000613d0000000f010000290000000000100435000000ff01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b000000000101041a0000000d0110006c0000088b0000613d0000000f010000290000000000100435000000fb01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b000600000001001d0000010601000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b000900000001001d000000ff01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b000000000101041a000500000001001d0000086001000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000000010210008c000007590000613d000000020110008c00000ddd0000c13d000008850100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f0000000102200190000007640000c13d00000ddc0000013d000008830100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000700000001001d0000086001000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000000ddc0000613d000000000601043b000000000106004b000007860000613d00000009030000290000000201300039000000000701041a000000070170006b00000000010000190000000101002039000000000207004b0000000002000019000000010200c039000000000112017000000007070060290000000101300039000000000201041a000007a10000013d000000400100043d000008860210009c000000070400002900000aaa0000213d0000004002100039000000400020043f0000002002100039000008870300004100000000003204350000001c020000390000000000210435000008880240009c00000ba40000813d00000006030000290000000101300039000000000101041a0000081807100197000000000174004b00000000010000190000000101002039000000000207004b0000000002000019000000010200c03900000000011201700000000007046019000000000103041a000000e002100270000000000127004b00000e680000413d000000000127004b0000000f050000290000085e0000613d000000050100006b000007b50000613d000700000002001d000000400900043d00000889010000410000000001190436000400000001001d0000000001000414000000040250008c000007bb0000c13d0000000003000031000000200130008c00000020040000390000000004034019000007ee0000013d000000000106004b000008580000613d00000009010000290000000101100039000000000071041b0000085e0000013d000100000007001d000200000006001d000008180290009c000008180200004100000000020940190000004002200210000008180310009c0000081801008041000000c001100210000000000121019f0000081b011001c70000000002050019000300000009001d205b20560000040f0000000309000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000000505400272000000040a000029000007d90000613d000000000601034f0000000007090019000000006806043c00000000078704360000000008a7004b000007d50000c13d0000001f06400190000007e80000613d0000000505500210000000000751034f00000000055900190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f0002000000010355000000010220019000000e920000613d000000020600002900000001070000290000001f01400039000000600210018f00000000080900190000000001920019000000000221004b00000000020000190000000102004039000008660410009c00000aaa0000213d000000010220019000000aaa0000c13d000000400010043f000000200230008c00000dda0000413d000000070270006a00000005432000b900000000422300d9000000050220006c000000000506001900000e680000c13d0000000002080433000000000402004b000008150000613d0000088a0410009c00000aaa0000213d0000002004100039000000400040043f00000000000104350000088b143000d1000000000103004b000008100000613d00000000313400d90000088b0110009c00000e680000c13d000000400100043d0000088a0310009c00000aaa0000213d00000000322400d9000008180000013d0000088a0210009c000000000200001900000aaa0000213d0000002003100039000000400030043f0000000000210435000000400200043d0000088a0320009c00000aaa0000213d000000000305004b000000090400002900000000030400190000000603006029000000000303041a0000002004200039000000400040043f00000878033001970000000000320435000000400300043d0000088a0430009c00000aaa0000213d0000002004300039000000400040043f0000000000030435000000000202043300000000010104330000000002210019000000000112004b00000000010000190000000101004039000000010110019000000e680000c13d000000400100043d0000088a0310009c00000aaa0000213d0000002003100039000000400030043f0000000000210435000000400100043d000008860310009c00000aaa0000213d0000004003100039000000400030043f00000020031000390000088c0400004100000000004304350000001a0300003900000000003104350000088d0320009c00000ba40000813d000000000105004b000008520000613d0000000903000029000000000103041a0000088e01100197000000000121019f000000000013041b0000000101300039000000000071041b0000000f050000290000085e0000013d000000e001700210000000000112019f0000000602000029000000000012041b0000000f050000290000085e0000013d000000e0017002100000000603000029000000000203041a0000087802200197000000000112019f000000000013041b0000000001000414000008180210009c0000081801008041000000c0011002100000085e011001c70000800d0200003900000002030000390000088f04000041205b20510000040f000000010120019000000dda0000613d0000000f010000290000000000100435000000ff01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b0000000d02000029000000000021041b000000400100043d0000000000210435000008180210009c000008180100804100000040011002100000000002000414000008180320009c0000081802008041000000c002200210000000000121019f00000822011001c70000800d02000039000000020300003900000890040000410000000f05000029205b20510000040f000000010120019000000dda0000613d0000000f010000290000000000100435000000fe01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b000000000101041a0000000c0110006c0000068d0000613d000000400900043d0000089101000041000000000519043600000000010004140000000f02000029000000040320008c000008a70000c13d0000000004000031000000200140008c0000002004008039000008d60000013d000008180390009c000008180300004100000000030940190000004004300210000008180310009c0000081801008041000000c001100210000000000141019f0000081b011001c7000d00000009001d000900000005001d205b20560000040f000000090a0000290000000d09000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000000505400272000008c30000613d000000000601034f0000000007090019000000006806043c00000000078704360000000008a7004b000008bf0000c13d0000001f06400190000008d20000613d0000000505500210000000000751034f00000000055900190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f0002000000010355000000010220019000000e7d0000613d0000001f01400039000000600110018f00000000050900190000000003910019000000000113004b00000000010000190000000101004039000008660230009c00000aaa0000213d000000010110019000000aaa0000c13d000d00000003001d000000400030043f000000200140008c00000dda0000413d0000000d030000290000088a0130009c00000aaa0000213d00000000010504330000002002300039000000400020043f00000000001304350000000f0100002900000000001004350000010001000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b000600000001001d0000010701000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b000900000001001d000000fe01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b000000000101041a000500000001001d0000086001000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000000010210008c000009360000613d000000020110008c00000ddd0000c13d000008850100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f0000000102200190000009410000c13d00000ddc0000013d000008830100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000700000001001d0000086001000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000000ddc0000613d000000000601043b000000000106004b000009640000613d00000009030000290000000201300039000000000801041a000000070180006b00000000010000190000000101002039000000000208004b0000000002000019000000010200c039000000000112017000000007080060290000000101300039000000000201041a0000000d07000029000009800000013d000000400100043d000008860210009c0000000d07000029000000070400002900000aaa0000213d0000004002100039000000400020043f0000002002100039000008870300004100000000003204350000001c020000390000000000210435000008880240009c00000ba40000813d00000006030000290000000101300039000000000101041a0000081808100197000000000184004b00000000010000190000000101002039000000000208004b0000000002000019000000010200c03900000000011201700000000008046019000000000103041a000000e002100270000000000128004b00000e680000413d000000000128004b0000000f0500002900000a4a0000613d000000050100006b000009940000613d000700000002001d000000400900043d00000892010000410000000001190436000400000001001d0000000001000414000000040250008c0000099a0000c13d0000000003000031000000200130008c00000020040000390000000004034019000009cd0000013d000000000106004b00000a440000613d00000009010000290000000101100039000000000081041b00000a4a0000013d000100000008001d000200000006001d000008180290009c000008180200004100000000020940190000004002200210000008180310009c0000081801008041000000c001100210000000000121019f0000081b011001c70000000002050019000300000009001d205b20560000040f0000000309000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000000505400272000000040a000029000009b80000613d000000000601034f0000000007090019000000006806043c00000000078704360000000008a7004b000009b40000c13d0000001f06400190000009c70000613d0000000505500210000000000751034f00000000055900190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f0002000000010355000000010220019000000ea10000613d000000020600002900000001080000290000001f01400039000000600210018f00000000050900190000000001920019000000000221004b00000000020000190000000102004039000008660410009c00000aaa0000213d000000010220019000000aaa0000c13d000000000a080019000000400010043f000000200230008c00000dda0000413d000000000305043300000893423000d1000000000403004b0000000d0700002900000000080600190000000705000029000009e60000613d00000000433200d9000008930330009c00000e680000c13d0000000003070433000000000403004b00000e8c0000613d00000000055a004900000005645000b900000000655400d9000000050550006c00000e680000c13d000000000523004b000009f40000a13d0000088a0210009c000000000200001900000a040000a13d00000aaa0000013d0000088a0510009c00000aaa0000213d0000002005100039000000400050043f00000000000104350000088b154000d1000000000104004b000009ff0000613d00000000414500d90000088b0110009c00000e680000c13d000000400100043d0000088a0410009c00000aaa0000213d00000000323200d900000000322500d90000002003100039000000400030043f0000000000210435000000400200043d0000088a0320009c00000aaa0000213d000000000308004b000000090400002900000000030400190000000603006029000000000303041a0000002004200039000000400040043f00000878033001970000000000320435000000400300043d0000088a0430009c00000aaa0000213d0000002004300039000000400040043f0000000000030435000000000202043300000000010104330000000002210019000000000112004b00000000010000190000000101004039000000010110019000000e680000c13d000000400100043d0000088a0310009c00000aaa0000213d0000002003100039000000400030043f0000000000210435000000400100043d000008860310009c00000aaa0000213d0000004003100039000000400030043f00000020031000390000088c0400004100000000004304350000001a0300003900000000003104350000088d0320009c00000ba40000813d000000000108004b00000a3e0000613d0000000903000029000000000103041a0000088e01100197000000000121019f000000000013041b00000001013000390000000000a1041b0000000f0500002900000a4a0000013d000000e001a00210000000000112019f0000000602000029000000000012041b0000000f0500002900000a4a0000013d000000e0018002100000000603000029000000000203041a0000087802200197000000000112019f000000000013041b0000000001070433000000400200043d0000000000120435000008180120009c000008180200804100000040012002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f00000822011001c70000800d0200003900000002030000390000089404000041205b20510000040f000000010120019000000dda0000613d0000000f010000290000000000100435000000fe01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b0000000c02000029000000000021041b000000400100043d0000000000210435000008180210009c000008180100804100000040011002100000000002000414000008180320009c0000081802008041000000c002200210000000000121019f00000822011001c70000800d02000039000000020300003900000895040000410000000f05000029205b20510000040f00000001012001900000068d0000c13d00000dda0000013d000008180140009c0000081804008041000000c00140021000000863011001c70000000002030019205b20560000040f00000000030100190000006003300270000008180030019d00000818033001970002000000010355000000010220019000000b360000613d00000080080000390000001f0230018f000000050430027200000a970000613d00000005054002100000008005500039000000000601034f000000006706043c0000000008780436000000000758004b00000a930000c13d000000000502004b00000aa60000613d0000000504400210000000000141034f00000003022002100000008004400039000000000504043300000000052501cf000000000525022f000000000101043b0000010002200089000000000121022f00000000012101cf000000000151019f00000000001404350000001f01300039000008bb01100197000008640210009c00000abc0000a13d0000087f0100004100000000001004350000004101000039000000040010043f00000880010000410000205d000104300000082001000041000000800010043f0000002001000039000000840010043f0000002701000039000000a40010043f000008b401000041000000c40010043f000008b501000041000000e40010043f000008a3010000410000205d000104300000008002100039000000400020043f000008650430009c00000dda0000213d000000200430008c00000dda0000413d000000800400043d000008660540009c00000dda0000213d00000080033000390000009f05400039000000000635004b0000000006000019000008670600804100000867073001970000086705500197000000000875013f000000000575004b00000000050000190000086705004041000008670780009c000000000506c019000000000505004b00000dda0000c13d00000080054000390000000006050433000008660560009c00000aaa0000213d00000005056002100000003f0750003900000868077001970000000007270019000008660870009c00000aaa0000213d000000400070043f0000000000620435000000a0044000390000000005540019000000000335004b00000dda0000213d000000000306004b000005200000613d000000a00110003900000000430404340000085b0630009c00000dda0000213d0000000001310436000000000354004b00000ae70000413d000005200000013d0000006401200039000008a40300004100000000003104350000004401200039000008a503000041000000000031043500000024012000390000002203000039000000000031043500000820010000410000000000120435000000040120003900000020030000390000000000310435000008180120009c0000081802008041000000400120021000000821011001c70000205d000104300000086001000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000000010210008c00000bea0000613d000000020110008c00000ddd0000c13d000008850100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f000000010220019000000bf50000c13d00000ddc0000013d0000009702000039000000000302041a0000085d04300197000000000414019f000000000042041b0000085b02300197000000800020043f000000a00010043f0000000001000414000008180210009c0000081801008041000000c001100210000008ba011001c70000800d0200003900000001030000390000087004000041205b20510000040f000000010120019000000dda0000613d00000000010000190000205c0001042e000000400200043d0000001f0430018f000000050530027200000b420000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b00000b3e0000c13d000000000604004b00000b510000613d0000000505500210000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000008180320009c00000818020080410000004002200210000000000112019f0000205d00010430000c00000003001d000a00000002001d00000869010000410000000000100439000000000100041000000004001004430000000001000414000008180210009c0000081801008041000000c0011002100000086a011001c70000800202000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000000000101004b00000bb70000c13d0000000a01000029000000ff0110018f000000010110008c000000000100001900000001010060390000000c020000290000000502200270000000000201001f00000bba0000c13d0000000b0100006b0000000a02000029000001cb0000613d000008bc0120019700000001011001bf000001cd0000013d000008830100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000e00000001001d0000086001000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000000000101004b00000c060000c13d000000400100043d000008b60210009c00000aaa0000813d0000004002100039000000400020043f0000002002100039000008870300004100000000003204350000001c0200003900000000002104350000000e02000029000008880220009c00000c7e0000413d000000400400043d000f00000004001d000008200200004100000000002404350000000402400039000000200300003900000000003204350000002402400039205b1eed0000040f0000000f030000290000000001310049000008180210009c0000081801008041000008180230009c000008180300804100000060011002100000004002300210000000000121019f0000205d000104300000000c010000290000000501100270000000000100001f000000400100043d00000064021000390000086b03000041000000000032043500000044021000390000086c03000041000000000032043500000024021000390000002e03000039000002650000013d0000006501000039000000000201041a0000085d02200197000000000021041b00000000010004110000085b061001970000003301000039000000000201041a0000085d03200197000000000363019f000000000031041b00000000010004140000085b05200197000008180210009c0000081801008041000000c0011002100000085e011001c70000800d0200003900000003030000390000086e04000041205b20510000040f000000010120019000000dda0000613d000000000100041a0000ff0001100190000001da0000613d000000400100043d0000000d0200006b00000c360000c13d00000064021000390000087403000041000000000032043500000044021000390000087503000041000000000032043500000024021000390000002503000039000002650000013d000008830100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000d00000001001d0000000f0100002900000000001004350000010201000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d0000000d02000029000001820000013d0000000f0100002900000000001004350000010601000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b000d00000001001d0000010701000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b0000000d02000029000000000202041a000008780320019800000c290000c13d0000088e022001970000088b022001c70000000d03000029000000000023041b000000000201041a000008780320019800000c2f0000c13d0000088e022001970000088b022001c7000000000021041b00000001011000390000000e02000029000000000021041b0000000d010000290000000101100039000000000021041b00000cad0000013d0000009702000039000000000302041a0000085d043001970000000d05000029000000000454019f000000000042041b000000200210003900000000005204350000085b023001970000000000210435000008180210009c000008180100804100000040011002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f0000086f011001c70000800d0200003900000001030000390000087004000041205b20510000040f000000010120019000000dda0000613d000000400100043d000000c903000039000000000203041a00000044040000390000000104400367000000000404043b000000000542004b00000cb60000813d000000000043041b000000200310003900000000004304350000000000210435000008180210009c000008180100804100000040011002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f0000086f011001c70000800d0200003900000001030000390000087304000041205b20510000040f000000010120019000000dda0000613d0000000b0100006b00000b340000c13d000000000200041a000008bd01200197000000000010041b000000400100043d00000001030000390000000000310435000008180210009c000008180100804100000040011002100000000002000414000008180420009c0000081802008041000000c002200210000000000112019f00000822011001c70000800d02000039000008230400004100000b310000013d0000000f010000290000000000100435000000fb01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b000d00000001001d0000010001000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b0000000d02000029000000000202041a000008780320019800000ca10000c13d0000088e022001970000088b022001c70000000d03000029000000000023041b0000000e02000029000000e002200210000000000301041a00000878033001980000088b03006041000000000323019f000000000031041b0000000d03000029000000000103041a0000087801100197000000000121019f000000000013041b0000000001000414000008180210009c0000081801008041000000c0011002100000085e011001c70000800d020000390000000203000039000008b704000041000001a20000013d00000064021000390000087103000041000000000032043500000044021000390000087203000041000000000032043500000024021000390000002203000039000002650000013d0000000f02000029000000080120006b00000dfe0000c13d0000000e02000029000000080120006b00000dfe0000c13d0000086001000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000400000001001d000000080100006b00000b340000613d000c00000000001d00000cdf0000013d0000000c020000290000000102200039000c00000002001d000000080120006c00000b340000813d0000000c01000029000000050110021000000007031000290000000102000367000000000332034f000000000303043b000f00000003001d0000085b0330009c00000dda0000213d00000005031000290000000601100029000000000112034f000000000232034f000000000202043b000d00000002001d000000000101043b000e00000001001d0000010401000039000000000201041a000000400900043d0000088101000041000000000519043600000004019000390000000f03000029000000000031043500000000010004140000085b02200197000000040320008c00000d000000c13d0000000004000031000000200140008c000000200400803900000d2f0000013d000008180390009c000008180300004100000000030940190000004003300210000008180410009c0000081801008041000000c001100210000000000131019f00000880011001c7000b00000009001d000a00000005001d205b20560000040f0000000a0a0000290000000b09000029000000000301001900000060033002700000081803300197000000200430008c00000020040000390000000004034019000000050540027200000d1c0000613d000000000601034f0000000007090019000000006806043c00000000078704360000000008a7004b00000d180000c13d0000001f0640019000000d2b0000613d0000000505500210000000000751034f00000000055900190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f0002000000010355000000010220019000000e440000613d0000001f01400039000000600210018f00000000050900190000000001920019000000000221004b00000000020000190000000102004039000008660310009c00000aaa0000213d000000010220019000000aaa0000c13d000000400010043f000000200240008c00000dda0000413d0000000002050433000000000302004b0000000003000019000000010300c039000000000332004b00000dda0000c13d000000000202004b00000e1c0000613d0000000402000029000000010120008c00000d560000613d000000020120008c00000ddd0000c13d000008850100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f000000010220019000000d610000c13d00000ddc0000013d000008830100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f000000010220019000000ddc0000613d000000000201043b0000000e0120006b00000e300000a13d0000000d0120006b00000e300000a13d000b00000002001d0000000f0100002900000000001004350000010601000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b0000000201100039000000000101041a000a00000001001d0000010701000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b0000000a04000029000000010240008a0000000b03000029000000000232004b00000e260000413d0000000201100039000000000101041a000900000001001d000000010110008a000000000131004b00000e260000413d0000000e0140006c00000db40000613d0000000f0100002900000000001004350000010601000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b00000002011000390000000e02000029000000000021041b000000400100043d0000000000210435000008180210009c000008180100804100000040011002100000000002000414000008180320009c0000081802008041000000c002200210000000000121019f00000822011001c70000800d020000390000000203000039000008ae040000410000000f05000029205b20510000040f000000010120019000000dda0000613d00000009020000290000000d0120006c00000cda0000613d0000000f0100002900000000001004350000010701000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b00000002011000390000000d02000029000000000021041b000000400100043d0000000000210435000008180210009c000008180100804100000040011002100000000002000414000008180320009c0000081802008041000000c002200210000000000121019f00000822011001c70000800d020000390000000203000039000008af040000410000000f05000029205b20510000040f000000010120019000000cda0000c13d00000000010000190000205d00010430000000000001042f0000087f0100004100000000001004350000005101000039000000040010043f00000880010000410000205d00010430000000400100043d00000044021000390000089903000041000000000032043500000024021000390000001a03000039000000000032043500000820020000410000000000210435000000040210003900000020030000390000000000320435000008180210009c000008180100804100000040011002100000087e011001c70000205d00010430000000400100043d00000064021000390000089a03000041000000000032043500000044021000390000089b03000041000000000032043500000024021000390000003803000039000002650000013d000000400100043d0000008402100039000008a90300004100000000003204350000006402100039000008aa03000041000000000032043500000044021000390000089b03000041000000000032043500000024021000390000004103000039000000000032043500000820020000410000000000210435000000040210003900000020030000390000000000320435000008180210009c00000818010080410000004001100210000008ab011001c70000205d00010430000000400100043d00000044021000390000087d03000041000000000032043500000024021000390000001c0300003900000de90000013d00000044021000390000089603000041000000000032043500000820020000410000000000210435000000240210003900000020030000390000000000320435000000040210003900000dee0000013d000000400100043d0000006402100039000008b00300004100000000003204350000004402100039000008b103000041000000000032043500000024021000390000002903000039000002650000013d000000400100043d0000006402100039000008ac0300004100000000003204350000004402100039000008ad03000041000000000032043500000024021000390000003b03000039000002650000013d000000400100043d00000064021000390000089c03000041000000000032043500000044021000390000089d03000041000000000032043500000024021000390000003703000039000002650000013d000000400200043d0000001f0430018f000000050530027200000e500000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b00000e4c0000c13d000000000604004b00000b440000c13d00000b510000013d000000400200043d0000001f0430018f0000000505300272000000050550021000000e5f0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b00000e5b0000c13d000000000604004b00000b510000613d00000b450000013d0000087f0100004100000000001004350000003201000039000000040010043f00000880010000410000205d000104300000087f0100004100000000001004350000001101000039000000040010043f00000880010000410000205d00010430000000400200043d0000001f0430018f0000000505300272000000050550021000000e7a0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b00000e760000c13d000000000604004b00000b510000613d00000b450000013d000000400200043d0000001f0430018f000000050530027200000e890000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b00000e850000c13d000000000604004b00000b510000613d00000b440000013d0000087f0100004100000000001004350000001201000039000000040010043f00000880010000410000205d00010430000000400200043d0000001f0430018f0000000505300272000000050550021000000e9e0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b00000e9a0000c13d000000000604004b00000b510000613d00000b450000013d000000400200043d0000001f0430018f0000000505300272000000050550021000000ead0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b00000ea90000c13d000000000604004b00000b510000613d00000b450000013d00000000030100190000001f01300039000000000421004b0000000004000019000008670400404100000867052001970000086701100197000000000651013f000000000151004b00000000010000190000086701002041000008670560009c000000000104c019000000000101004b00000ee30000613d0000000104000367000000000134034f000000000501043b000008be0150009c00000ee50000813d00000005065002100000003f016000390000086807100197000000400100043d0000000007710019000000000817004b00000000080000190000000108004039000008660970009c00000ee50000213d000000010880019000000ee50000c13d000000400070043f000000000051043500000020033000390000000005630019000000000225004b00000ee30000213d000000000253004b00000ee20000813d0000000002010019000000000634034f000000000606043b0000085b0760009c00000ee30000213d000000200220003900000000006204350000002003300039000000000653004b00000ed90000413d000000000001042d00000000010000190000205d000104300000087f0100004100000000001004350000004101000039000000040010043f00000880010000410000205d00010430000f000000000002000000c903000039000000000403041a000700000002001d0000000032020434000600000003001d000000000342004b0000167f0000213d000e085b0010019b000000000102004b000014960000613d0000000003000019000500000002001d00000007010000290000000001010433000000000131004b000015e60000a13d000a00000003001d0000000501300210000000060110002900000000010104330000010402000039000000000202041a000000400a00043d000008810300004100000000053a04360000085b031001970000000401a00039000f00000003001d000000000031043500000000010004140000085b02200197000000040320008c00000f120000c13d0000000003000031000000200130008c0000002004000039000000000403401900000f410000013d0000081803a0009c000008180300004100000000030a40190000004003300210000008180410009c0000081801008041000000c001100210000000000131019f00000880011001c7000d0000000a001d000c00000005001d205b20560000040f0000000c090000290000000d0a000029000000000301001900000060033002700000081803300197000000200430008c00000020040000390000000004034019000000050540027200000f2e0000613d000000000601034f00000000070a0019000000006806043c0000000007870436000000000897004b00000f2a0000c13d0000001f0640019000000f3d0000613d0000000505500210000000000751034f00000000055a00190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f00020000000103550000000102200190000016020000613d0000001f01400039000000600110018f0000000009a10019000000000219004b00000000020000190000000102004039000008660490009c000015c00000213d0000000102200190000015c00000c13d000000400090043f000000200230008c000015be0000413d00000000020a0433000000000402004b0000000004000019000000010400c039000000000442004b000015be0000c13d000000000202004b000015ec0000613d0000089102000041000000000629043600000000050004140000000f02000029000000040420008c00000f8d0000613d000008180190009c000008180100004100000000010940190000004001100210000008180350009c0000081805008041000000c003500210000000000113019f0000081b011001c7000d00000009001d000c00000006001d205b20560000040f0000000c0a0000290000000d09000029000000000301001900000060033002700000081803300197000000200430008c00000020040000390000000004034019000000050540027200000f780000613d000000000601034f0000000007090019000000006806043c00000000078704360000000008a7004b00000f740000c13d0000001f0640019000000f870000613d0000000505500210000000000751034f00000000055900190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f00020000000103550000000102200190000016110000613d0000001f01400039000000600110018f0000000001910019000d00000001001d000008660110009c000015c00000213d0000000d01000029000000400010043f000000200130008c000015be0000413d0000000d010000290000088a0110009c000015c00000213d00000000010904330000000d030000290000002002300039000000400020043f00000000001304350000000f0100002900000000001004350000010001000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b000900000001001d0000010701000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b000c00000001001d000000fe01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b000000000101041a000800000001001d0000086001000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f0000000102200190000015cc0000613d000000000101043b000000010210008c00000fdf0000613d000000020110008c000015fc0000c13d00000885010000410000000000100439000000000100041400000fe20000013d000008830100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f0000000102200190000015cc0000613d000000000101043b000b00000001001d0000086001000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f0000000102200190000015cc0000613d000000000701043b000000000107004b0000100e0000613d0000000c030000290000000201300039000000000901041a0000000b0190006b00000000010000190000000101002039000000000209004b0000000002000019000000010200c03900000000011201700000000b090060290000000101300039000000000601041a000000000169004b0000102b0000813d000015c60000013d000000400100043d000008860210009c0000000b04000029000015c00000213d0000004002100039000000400020043f0000002002100039000008870300004100000000003204350000001c020000390000000000210435000008880240009c000015cd0000813d00000009030000290000000101300039000000000101041a0000081809100197000000000194004b00000000010000190000000101002039000000000209004b0000000002000019000000010200c03900000000011201700000000009046019000000000103041a000000e006100270000000000169004b000015c60000413d000000000169004b0000000f05000029000010f00000613d000000080100006b0000103b0000613d000000400a00043d000008920100004100000000041a04360000000001000414000000040250008c000010410000c13d0000000003000031000000200130008c00000020040000390000000004034019000010770000013d000000000107004b000010ea0000613d0000000c010000290000000101100039000000000091041b000010f00000013d000100000006001d000b00000009001d000200000007001d0000081802a0009c000008180200004100000000020a40190000004002200210000008180310009c0000081801008041000000c001100210000000000121019f0000081b011001c7000000000205001900040000000a001d000300000004001d205b20560000040f0000000309000029000000040a000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000000505400272000010610000613d000000000601034f00000000070a0019000000006806043c0000000007870436000000000897004b0000105d0000c13d0000001f06400190000010700000613d0000000505500210000000000751034f00000000055a00190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f000200000001035500000001022001900000000b090000290000164f0000613d000000020700002900000001060000290000001f01400039000000600210018f0000000001a20019000000000221004b00000000020000190000000102004039000008660410009c000015c00000213d0000000102200190000015c00000c13d000000400010043f000000200230008c000015be0000413d00000000030a043300000893423000d1000000000403004b0000108b0000613d00000000433200d9000008930330009c000015c60000c13d0000000d030000290000000003030433000000000403004b000015e00000613d000000000569004900000008645000b900000000655400d9000000080550006c000015c60000c13d000000000523004b0000109a0000a13d0000088a0210009c0000000002000019000010aa0000a13d000015c00000013d0000088a0510009c000015c00000213d0000002005100039000000400050043f00000000000104350000088b154000d1000000000104004b000010a50000613d00000000414500d90000088b0110009c000015c60000c13d000000400100043d0000088a0410009c000015c00000213d00000000323200d900000000322500d90000002003100039000000400030043f0000000000210435000000400200043d0000088a0320009c000015c00000213d000000000307004b0000000c0400002900000000030400190000000903006029000000000303041a0000002004200039000000400040043f00000878033001970000000000320435000000400300043d0000088a0430009c000015c00000213d0000002004300039000000400040043f0000000000030435000000000202043300000000010104330000000002210019000000000112004b000000000100001900000001010040390000000101100190000015c60000c13d000000400100043d0000088a0310009c000015c00000213d0000002003100039000000400030043f0000000000210435000000400100043d000008860310009c000015c00000213d0000004003100039000000400030043f00000020031000390000088c0400004100000000004304350000001a0300003900000000003104350000088d0320009c000015cd0000813d000000000107004b000010e40000613d0000000c03000029000000000103041a0000088e01100197000000000121019f000000000013041b0000000101300039000000000091041b0000000f05000029000010f00000013d000000e001900210000000000112019f0000000902000029000000000012041b0000000f05000029000010f00000013d000000e0019002100000000903000029000000000203041a0000087802200197000000000112019f000000000013041b0000000d010000290000000001010433000000400200043d0000000000120435000008180120009c000008180200804100000040012002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f00000822011001c70000800d0200003900000002030000390000089404000041205b20510000040f0000000101200190000015be0000613d0000000f0100002900000000001004350000010001000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b000c00000001001d0000010701000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b000b00000001001d0000086001000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f0000000102200190000015cc0000613d000000000101043b000000000101004b0000000b0200002900000000010200190000000c01006029000000000101041a000c00000001001d0000010301000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000c03000029000c08780030019b0000000102200190000015be0000613d000000000101043b0000000e020000290000000000200435000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b000000000101041a000b00000001001d0000000f0100002900000000001004350000010301000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b0000000e020000290000000000200435000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b0000000c03000029000000000031041b0000088b0130009c000000000100001900000001010040390000000b0200006b0000000002000019000000010200c03900000000011201a00000088b040000410000000b0400c029000000000143004b000015c60000413d000000400500043d0000088a0150009c000015c00000213d0000002001500039000000400010043f0000000c014000690000000000150435000000400900043d000008bf01000041000000000619043600000004019000390000000e02000029000000000021043500000000010004140000000f02000029000000040320008c000011900000c13d0000000003000031000000200130008c00000020040000390000000004034019000011c10000013d000800000005001d000008180390009c000008180300004100000000030940190000004004300210000008180310009c0000081801008041000000c001100210000000000141019f00000880011001c7000b00000009001d000900000006001d205b20560000040f000000090a0000290000000b09000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000000505400272000011ad0000613d000000000601034f0000000007090019000000006806043c00000000078704360000000008a7004b000011a90000c13d0000001f06400190000011bc0000613d0000000505500210000000000751034f00000000055900190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f00020000000103550000000102200190000016310000613d00000008050000290000001f01400039000000600210018f0000000001920019000000000221004b00000000020000190000000102004039000008660410009c000015c00000213d0000000102200190000015c00000c13d000000400010043f000000200130008c000015be0000413d000000000209043300000893312000d1000000000302004b000011d50000613d00000000322100d9000008930220009c000015c60000c13d0000000d020000290000000002020433000000000302004b000015e00000613d000000000312004b000012220000213d00000000212100d90000000002050433000d0000301200ad0000000d311000f9000000000121004b000015c60000c13d0000000e010000290000000000100435000000fd01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000d030000290000088b3430012a0000000102200190000015be0000613d000000000101043b000000000101041a000d00000004001d000b00000041001d0000000b0110006b000000000100001900000001010040390000000101100190000015c60000c13d0000000e010000290000000000100435000000fd01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f00000001022001900000000d04000029000015be0000613d000000000101043b0000000b05000029000000000051041b000000400100043d00000040021000390000000c030000290000000000320435000000200210003900000000005204350000000000410435000008180210009c000008180100804100000040011002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f000008c0011001c70000800d020000390000000303000039000008c1040000410000000f050000290000000e06000029205b20510000040f0000000101200190000015be0000613d0000000f010000290000000000100435000000fb01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b000b00000001001d0000010601000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b000d00000001001d000000ff01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b000000000101041a000900000001001d0000086001000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f0000000102200190000015cc0000613d000000000101043b000000010210008c0000126c0000613d000000020110008c000015fc0000c13d000008850100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f0000000102200190000012770000c13d000015cc0000013d000008830100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f0000000102200190000015cc0000613d000000000101043b000c00000001001d0000086001000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f0000000102200190000015cc0000613d000000000601043b000000000106004b0000129b0000613d0000000d030000290000000201300039000000000701041a0000000c0170006b00000000010000190000000101002039000000000207004b0000000002000019000000010200c03900000000011201700000000c070060290000000101300039000000000801041a000000000187004b000012b80000813d000015c60000013d000000400100043d000008860210009c0000000c04000029000015c00000213d0000004002100039000000400020043f0000002002100039000008870300004100000000003204350000001c020000390000000000210435000008880240009c000015cd0000813d0000000b030000290000000101300039000000000101041a0000081807100197000000000174004b00000000010000190000000101002039000000000207004b0000000002000019000000010200c03900000000011201700000000007046019000000000103041a000000e008100270000000000187004b000015c60000413d000000000187004b0000000f05000029000013720000613d000000090100006b000012c80000613d000000400900043d000008890100004100000000041904360000000001000414000000040250008c000012ce0000c13d0000000003000031000000200130008c00000020040000390000000004034019000013040000013d000000000106004b0000136c0000613d0000000d010000290000000101100039000000000071041b000013720000013d000200000008001d000300000007001d000400000006001d000008180290009c000008180200004100000000020940190000004002200210000008180310009c0000081801008041000000c001100210000000000121019f0000081b011001c70000000002050019000c00000009001d000800000004001d205b20560000040f000000080a0000290000000c09000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000000505400272000012ee0000613d000000000601034f0000000007090019000000006806043c00000000078704360000000008a7004b000012ea0000c13d0000001f06400190000012fd0000613d0000000505500210000000000751034f00000000055900190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f000200000001035500000001022001900000165e0000613d0000000406000029000000030700002900000002080000290000001f01400039000000600210018f0000000001920019000000000221004b00000000020000190000000102004039000008660410009c000015c00000213d0000000102200190000015c00000c13d000000400010043f000000200230008c000015be0000413d000000000287004900000009432000b900000000422300d9000000090220006c000015c60000c13d0000000002090433000000000402004b000013290000613d0000088a0410009c000015c00000213d0000002004100039000000400040043f00000000000104350000088b143000d1000000000103004b000013240000613d00000000313400d90000088b0110009c000015c60000c13d000000400100043d0000088a0310009c000015c00000213d00000000322400d90000132c0000013d0000088a0210009c0000000002000019000015c00000213d0000002003100039000000400030043f0000000000210435000000400200043d0000088a0320009c000015c00000213d000000000306004b0000000d0400002900000000030400190000000b03006029000000000303041a0000002004200039000000400040043f00000878033001970000000000320435000000400300043d0000088a0430009c000015c00000213d0000002004300039000000400040043f0000000000030435000000000202043300000000010104330000000002210019000000000112004b000000000100001900000001010040390000000101100190000015c60000c13d000000400100043d0000088a0310009c000015c00000213d0000002003100039000000400030043f0000000000210435000000400100043d000008860310009c000015c00000213d0000004003100039000000400030043f00000020031000390000088c0400004100000000004304350000001a0300003900000000003104350000088d0320009c000015cd0000813d000000000106004b000013660000613d0000000d03000029000000000103041a0000088e01100197000000000121019f000000000013041b0000000101300039000000000071041b0000000f05000029000013720000013d000000e001700210000000000112019f0000000b02000029000000000012041b0000000f05000029000013720000013d000000e0017002100000000b03000029000000000203041a0000087802200197000000000112019f000000000013041b0000000001000414000008180210009c0000081801008041000000c0011002100000085e011001c70000800d0200003900000002030000390000088f04000041205b20510000040f0000000101200190000015be0000613d0000000f010000290000000000100435000000fb01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b000d00000001001d0000010601000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b000c00000001001d0000086001000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f0000000102200190000015cc0000613d000000000101043b000000000101004b0000000c0200002900000000010200190000000d01006029000000000101041a000d00000001001d000000fc01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000d03000029000d08780030019b0000000102200190000015be0000613d000000000101043b0000000e020000290000000000200435000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b000000000101041a000c00000001001d0000000f010000290000000000100435000000fc01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b0000000e020000290000000000200435000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b0000000d03000029000000000031041b0000088b0130009c000000000100001900000001010040390000000c0200006b0000000002000019000000010200c03900000000011201a00000088b040000410000000c0400c029000000000143004b000015c60000413d000000400500043d0000088a0150009c000015c00000213d0000002001500039000000400010043f0000000d014000690000000000150435000000400900043d000008c201000041000000000619043600000004019000390000000e02000029000000000021043500000000010004140000000f02000029000000040320008c0000140a0000c13d0000000003000031000000200130008c000000200400003900000000040340190000143b0000013d000900000005001d000008180390009c000008180300004100000000030940190000004004300210000008180310009c0000081801008041000000c001100210000000000141019f00000880011001c7000c00000009001d000b00000006001d205b20560000040f0000000b0a0000290000000c09000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000000505400272000014270000613d000000000601034f0000000007090019000000006806043c00000000078704360000000008a7004b000014230000c13d0000001f06400190000014360000613d0000000505500210000000000751034f00000000055900190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f00020000000103550000000102200190000016400000613d00000009050000290000001f01400039000000600210018f0000000001920019000000000221004b00000000020000190000000102004039000008660410009c000015c00000213d0000000102200190000015c00000c13d000000400010043f000000200130008c000015be0000413d0000000001050433000000000209043300000000342100a9000000000302004b000014500000613d00000000322400d9000000000112004b000015c60000c13d0000000e010000290000000000100435000000fd01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039000c00000004001d205b20560000040f0000000c030000290000088b3430012a0000000102200190000015be0000613d000000000101043b000000000101041a000c00000004001d000b00000041001d0000000b0110006b000000000100001900000001010040390000000101100190000015c60000c13d0000000e010000290000000000100435000000fd01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f00000001022001900000000c04000029000015be0000613d000000000101043b0000000b05000029000000000051041b000000400100043d00000040021000390000000d030000290000000000320435000000200210003900000000005204350000000000410435000008180210009c000008180100804100000040011002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f000008c0011001c70000800d020000390000000303000039000008c3040000410000000f050000290000000e06000029205b20510000040f0000000101200190000015be0000613d0000000a030000290000000103300039000000050130006c00000ef80000413d0000000e010000290000000000100435000000fd01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b000000000501041a0000010501000039000000000201041a000000400a00043d000008c20100004100000000041a04360000000401a000390000000003000410000000000031043500000000010004140000085b09200197000000040290008c000014b60000c13d0000000003000031000000200130008c00000020040000390000000004034019000014eb0000013d000f00000005001d0000081802a0009c000008180200004100000000020a40190000004002200210000008180310009c0000081801008041000000c001100210000000000121019f00000880011001c7000d00000009001d0000000002090019000c0000000a001d000b00000004001d205b20560000040f0000000b0b0000290000000c0a000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000001f0540018f0000000506400272000014d60000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000009b8004b000014d20000c13d000000000705004b000014e50000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f000200000001035500000001022001900000000d090000290000168b0000613d0000000f050000290000001f01400039000000600210018f0000000001a20019000000000221004b00000000020000190000000102004039000008660410009c000015c00000213d0000000102200190000015c00000c13d000000400010043f000000200230008c000015be0000413d000000000205004b000015ac0000613d00000000020a0433000000000252004b000014ff0000813d000f00000005001d000015ad0000013d000000440210003900000000005204350000002002100039000008c504000041000000000042043500000024041000390000000e05000029000000000054043500000044040000390000000000410435000008640410009c000015c00000213d000000800a1000390000004000a0043f000008c60410009c000015c00000213d000000c004100039000000400040043f000000200400003900000000004a0435000000a004100039000008c705000041000000000054043500000000040104330000000001000414000000040590008c0000151e0000c13d000008660130009c000015c00000213d0000000102000039000015350000013d000f0000000a001d000008180320009c00000818020080410000004002200210000008180340009c00000818040080410000006003400210000000000223019f000008180310009c0000081801008041000000c001100210000000000112019f000d00000009001d0000000002090019205b20510000040f000000010220018f00020000000103550000006001100270000008180010019d00000818031001980000159a0000613d0000000d090000290000000f0a0000290000001f01300039000008c8011001970000003f01100039000008c904100197000000400c00043d0000000001c40019000000000441004b00000000040000190000000104004039000008660510009c000015c00000213d0000000104400190000015c00000c13d000000400010043f0000001f0130018f000000000b3c0436000000020400036700000005033002720000000503300210000015500000613d00000000053b0019000000000604034f00000000070b0019000000006806043c0000000007870436000000000857004b0000154c0000c13d000000000501004b0000155e0000613d000000000434034f00000000033b00190000000301100210000000000503043300000000051501cf000000000515022f000000000404043b0000010001100089000000000414022f00000000011401cf000000000151019f000000000013043500000000040c0433000000000202004b000015a10000613d000000000204004b000015790000c13d000f0000000c001d000d0000000b001d0000086901000041000000000010043900000004009004430000000001000414000008180210009c0000081801008041000000c0011002100000086a011001c70000800202000039205b20560000040f0000000102200190000015cc0000613d000000000101043b000000000101004b0000000f01000029000016a20000613d0000000004010433000000000204004b0000000d0b000029000015ac0000613d000008650240009c000015be0000213d000000200140008c000015be0000413d00000000010b0433000000000201004b0000000002000019000000010200c039000000000221004b000015be0000c13d000000000101004b000f00000000001d000015ad0000c13d000000400100043d0000006402100039000008ca0300004100000000003204350000004402100039000008cb03000041000000000032043500000024021000390000002a03000039000000000032043500000820020000410000000000210435000000040210003900000020030000390000000000320435000008180210009c0000081801008041000000400110021000000821011001c70000205d00010430000000600c000039000000800b0000390000000d090000290000000f0a00002900000000040c0433000000000202004b000015610000c13d00000000010a0019000000000204004b0000169a0000c13d000000400400043d000f00000004001d00000820020000410000000000240435000000040340003900000020020000390000000000230435000015d40000013d000f00000000001d0000000e010000290000000000100435000000fd01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f00000001022001900000000f02000029000015be0000613d000000000101043b000000000021041b000000000001042d00000000010000190000205d000104300000087f0100004100000000001004350000004101000039000000040010043f00000880010000410000205d000104300000087f0100004100000000001004350000001101000039000000040010043f00000880010000410000205d00010430000000000001042f000000400400043d000f00000004001d000008200200004100000000002404350000000402400039000000200300003900000000003204350000002402400039205b1eed0000040f0000000f030000290000000001310049000008180210009c0000081801008041000008180230009c000008180300804100000060011002100000004002300210000000000121019f0000205d000104300000087f0100004100000000001004350000001201000039000000040010043f00000880010000410000205d000104300000087f0100004100000000001004350000003201000039000000040010043f00000880010000410000205d000104300000004401900039000008c402000041000000000021043500000024019000390000001502000039000000000021043500000820010000410000000000190435000000040190003900000020020000390000000000210435000008180190009c000008180900804100000040019002100000087e011001c70000205d000104300000087f0100004100000000001004350000005101000039000000040010043f00000880010000410000205d00010430000000400200043d0000001f0430018f000000050530027200000005055002100000160e0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b0000160a0000c13d000000000604004b0000161f0000c13d0000162b0000013d000000400200043d0000001f0430018f000000050530027200000005055002100000161d0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b000016190000c13d000000000604004b0000162b0000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000008180320009c00000818020080410000004002200210000000000121019f0000205d00010430000000400200043d0000001f0430018f000000050530027200000005055002100000163d0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b000016390000c13d000000000604004b000016790000613d0000166d0000013d000000400200043d0000001f0430018f000000050530027200000005055002100000164c0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b000016480000c13d000000000604004b000016790000613d0000166d0000013d000000400200043d0000001f0430018f00000005053002720000165b0000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b000016570000c13d000000000604004b0000166c0000c13d000016790000013d000000400200043d0000001f0430018f00000005053002720000166a0000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b000016660000c13d000000000604004b000016790000613d0000000505500210000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000008180320009c00000818020080410000004002200210000000000112019f0000205d00010430000000400100043d00000024031000390000000000230435000008cd03000041000000000031043500000004031000390000000000430435000008180210009c00000818010080410000004001100210000008ce011001c70000205d00010430000000400200043d0000001f0430018f00000005053002720000000505500210000016970000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b000016930000c13d000000000604004b0000166d0000c13d000016790000013d0000081802b0009c000008180b0080410000004002b00210000008180340009c00000818040080410000006001400210000000000121019f0000205d00010430000000400100043d0000004402100039000008cc03000041000000000032043500000024021000390000001d03000039000000000032043500000820020000410000000000210435000000040210003900000020030000390000000000320435000008180210009c000008180100804100000040011002100000087e011001c70000205d00010430000000000101004b000016b60000613d000000000001042d000000400100043d0000006402100039000008b50300004100000000003204350000004402100039000008b403000041000000000032043500000024021000390000002703000039000000000032043500000820020000410000000000210435000000040210003900000020030000390000000000320435000008180210009c0000081801008041000000400110021000000821011001c70000205d0001043000040000000000020000085b01100197000300000001001d00000000001004350000010101000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f00000001022001900000176f0000613d000000000101043b000000000101041a000200000001001d0000086001000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f0000000102200190000017770000613d000000000101043b000000010210008c000016f40000613d000000020110008c000017780000c13d000008850100004100000000001004390000000001000414000016f70000013d000008830100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f0000000102200190000017770000613d000000000101043b000400000001001d000000030100002900000000001004350000010201000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000002030000290000176f0000613d000000000101043b000000000101041a000000040210006b000017710000413d000000040210006b0000176e0000613d000000000203004b0000176e0000613d000000040110006900010000203100ad00000001211000f9000000000131004b000017710000c13d00000003010000290000000000100435000000fd01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f00000001022001900000176f0000613d000000000101043b000000000101041a000200010010002d000000020110006b000000000100001900000001010040390000000101100190000017710000c13d00000003010000290000000000100435000000fd01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f00000001022001900000176f0000613d000000000101043b0000000202000029000000000021041b0000010201000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f00000001022001900000176f0000613d000000000101043b0000000402000029000000000021041b000000fd01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f00000001022001900000176f0000613d000000000101043b000000000101041a000000400200043d0000000000120435000008180120009c000008180200804100000040012002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f00000822011001c70000800d020000390000000203000039000008cf040000410000000305000029205b20510000040f00000001012001900000176f0000613d000000000001042d00000000010000190000205d000104300000087f0100004100000000001004350000001101000039000000040010043f00000880010000410000205d00010430000000000001042f0000087f0100004100000000001004350000005101000039000000040010043f00000880010000410000205d00010430000a000000000002000900000002001d0000085b01100197000a00000001001d00000000001004350000010001000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000018e70000613d000000000101043b000600000001001d0000010701000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000018e70000613d000000000101043b000800000001001d000000fe01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000018e70000613d000000000101043b000000000101041a000500000001001d0000086001000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f0000000102200190000018e90000613d000000000101043b000000010210008c000017c30000613d000000020110008c000019090000c13d000008850100004100000000001004390000000001000414000017c60000013d000008830100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f0000000102200190000018e90000613d000000000101043b000700000001001d0000086001000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f0000000102200190000018e90000613d000000000801043b000000000108004b000017f20000613d00000008030000290000000201300039000000000901041a000000070190006b00000000010000190000000101002039000000000209004b0000000002000019000000010200c039000000000112017000000007090060290000000101300039000000000501041a000000000159004b0000180f0000813d000018f00000013d000000400100043d000008b60210009c0000000704000029000018ea0000813d0000004002100039000000400020043f0000002002100039000008870300004100000000003204350000001c020000390000000000210435000008880240009c000018f60000813d00000006030000290000000101300039000000000101041a0000081809100197000000000194004b00000000010000190000000101002039000000000209004b0000000002000019000000010200c03900000000011201700000000009046019000000000103041a000000e005100270000000000159004b000018f00000413d000000000159004b000018d20000613d000000050100006b0000181f0000613d000000400a00043d000008920100004100000000061a043600000000010004140000000a02000029000000040320008c000018250000c13d0000000003000031000000200130008c000000200400003900000000040340190000185b0000013d000000000108004b000018cc0000613d00000008010000290000000101100039000000000091041b000018d20000013d000100000005001d000700000009001d000200000008001d0000081803a0009c000008180300004100000000030a40190000004004300210000008180310009c0000081801008041000000c001100210000000000141019f0000081b011001c700040000000a001d000300000006001d205b20560000040f000000030b000029000000040a000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000001f0540018f0000000506400272000018450000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000009b8004b000018410000c13d000000000705004b000018540000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f000200000001035500000001022001900000000709000029000019150000613d000000020800002900000001050000290000001f01400039000000600210018f0000000001a20019000000000221004b00000000020000190000000102004039000008660410009c000018ea0000213d0000000102200190000018ea0000c13d000000400010043f000000200230008c000018e70000413d00000000030a043300000893423000d1000000000403004b0000186f0000613d00000000433200d9000008930330009c000018f00000c13d00000009030000290000000003030433000000000403004b0000190f0000613d000000000559004900000005645000b900000000655400d9000000050550006c000018f00000c13d000000000523004b0000187e0000a13d0000088a0210009c00000000020000190000188e0000a13d000018ea0000013d0000088a0510009c000018ea0000213d0000002005100039000000400050043f00000000000104350000088b154000d1000000000104004b000018890000613d00000000414500d90000088b0110009c000018f00000c13d000000400100043d0000088a0410009c000018ea0000213d00000000323200d900000000322500d90000002003100039000000400030043f0000000000210435000000400200043d0000088a0320009c000018ea0000213d000000000308004b000000080400002900000000030400190000000603006029000000000303041a0000002004200039000000400040043f00000878033001970000000000320435000000400300043d0000088a0430009c000018ea0000213d0000002004300039000000400040043f0000000000030435000000000202043300000000010104330000000002210019000000000112004b000000000100001900000001010040390000000101100190000018f00000c13d000000400100043d0000088a0310009c000018ea0000213d0000002003100039000000400030043f0000000000210435000000400100043d000008860310009c000018ea0000213d0000004003100039000000400030043f00000020031000390000088c0400004100000000004304350000001a0300003900000000003104350000088d0320009c000018f60000813d000000000108004b000018c70000613d0000000803000029000000000103041a0000088e01100197000000000121019f000000000013041b0000000101300039000000000091041b000018d20000013d000000e001900210000000000112019f0000000602000029000000000012041b000018d20000013d000000e0019002100000000603000029000000000203041a0000087802200197000000000112019f000000000013041b00000009010000290000000001010433000000400200043d0000000000120435000008180120009c000008180200804100000040012002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f00000822011001c70000800d02000039000000020300003900000894040000410000000a05000029205b20510000040f0000000101200190000018e70000613d000000000001042d00000000010000190000205d00010430000000000001042f0000087f0100004100000000001004350000004101000039000000040010043f00000880010000410000205d000104300000087f0100004100000000001004350000001101000039000000040010043f00000880010000410000205d00010430000000400400043d000a00000004001d000008200200004100000000002404350000000402400039000000200300003900000000003204350000002402400039205b1eed0000040f0000000a030000290000000001310049000008180210009c0000081801008041000008180230009c000008180300804100000060011002100000004002300210000000000121019f0000205d000104300000087f0100004100000000001004350000005101000039000000040010043f00000880010000410000205d000104300000087f0100004100000000001004350000001201000039000000040010043f00000880010000410000205d00010430000000400200043d0000001f0430018f00000005053002720000000505500210000019210000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b0000191d0000c13d000000000604004b0000192f0000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000008180320009c00000818020080410000004002200210000000000121019f0000205d000104300007000000000002000300000003001d000700000002001d0000085b01100197000600000001001d00000000001004350000010001000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000001a5c0000613d000000000101043b000500000001001d0000010701000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000001a5c0000613d000000000101043b000400000001001d0000086001000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000001a6a0000613d000000000101043b000000000101004b000000040200002900000000010200190000000501006029000000000101041a000500000001001d0000010301000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000503000029000508780030019b000000010220019000001a5c0000613d000000000101043b00000007020000290000085b02200197000700000002001d0000000000200435000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000001a5c0000613d000000000101043b000000000101041a000400000001001d000000060100002900000000001004350000010301000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000001a5c0000613d000000000101043b00000007020000290000000000200435000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000001a5c0000613d000000000101043b0000000503000029000000000031041b0000088b0130009c00000000010000190000000101004039000000040200006b0000000002000019000000010200c03900000000011201a00000088b04000041000000040400c029000000000143004b00001a5e0000413d000000400500043d000008d00150009c00001a640000813d0000002001500039000000400010043f00000005014000690000000000150435000008bf01000041000000400a00043d00000000061a04360000000401a000390000000702000029000000000021043500000000010004140000000602000029000000040320008c000019c80000c13d0000000003000031000000200130008c00000020040000390000000004034019000019fa0000013d000100000005001d0000081803a0009c000008180300004100000000030a40190000004004300210000008180310009c0000081801008041000000c001100210000000000141019f00000880011001c700040000000a001d000200000006001d205b20560000040f000000020b000029000000040a000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000001f0540018f0000000506400272000019e60000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000009b8004b000019e20000c13d000000000705004b000019f50000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f0002000000010355000000010220019000001a710000613d00000001050000290000001f01400039000000600210018f0000000001a20019000000000221004b00000000020000190000000102004039000008660410009c00001a640000213d000000010220019000001a640000c13d000000400010043f000000200130008c00001a5c0000413d00000000020a043300000893312000d1000000000302004b00001a0e0000613d00000000322100d9000008930220009c00001a5e0000c13d00000003020000290000000002020433000000000302004b00001a6b0000613d000000000312004b00001a5b0000213d00000000212100d9000000000205043300040000301200ad00000004311000f9000000000121004b00001a5e0000c13d00000007010000290000000000100435000000fd01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f00000004030000290000088b3430012a000000010220019000001a5c0000613d000000000101043b000000000101041a000400000004001d000300000041001d000000030110006b00000000010000190000000101004039000000010110019000001a5e0000c13d00000007010000290000000000100435000000fd01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000000040400002900001a5c0000613d000000000101043b0000000305000029000000000051041b000000400100043d000000400210003900000005030000290000000000320435000000200210003900000000005204350000000000410435000008180210009c000008180100804100000040011002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f000008c0011001c70000800d020000390000000303000039000008c10400004100000006050000290000000706000029205b20510000040f000000010120019000001a5c0000613d000000000001042d00000000010000190000205d000104300000087f0100004100000000001004350000001101000039000000040010043f00000880010000410000205d000104300000087f0100004100000000001004350000004101000039000000040010043f00000880010000410000205d00010430000000000001042f0000087f0100004100000000001004350000001201000039000000040010043f00000880010000410000205d00010430000000400200043d0000001f0430018f0000000505300272000000050550021000001a7d0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b00001a790000c13d000000000604004b00001a8b0000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000008180320009c00000818020080410000004002200210000000000121019f0000205d0001043000090000000000020000085b01100197000900000001001d0000000000100435000000fb01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000001be60000613d000000000101043b000600000001001d0000010601000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000001be60000613d000000000101043b000800000001001d000000ff01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000001be60000613d000000000101043b000000000101041a000500000001001d0000086001000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000001be80000613d000000000101043b000000010210008c00001ad50000613d000000020110008c00001c080000c13d00000885010000410000000000100439000000000100041400001ad80000013d000008830100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f000000010220019000001be80000613d000000000101043b000700000001001d0000086001000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000001be80000613d000000000601043b000000000106004b00001b040000613d00000008030000290000000201300039000000000701041a000000070170006b00000000010000190000000101002039000000000207004b0000000002000019000000010200c039000000000112017000000007070060290000000101300039000000000501041a000000000157004b00001b210000813d00001bef0000013d000000400100043d000008b60210009c000000070400002900001be90000813d0000004002100039000000400020043f0000002002100039000008870300004100000000003204350000001c020000390000000000210435000008880240009c00001bf50000813d00000006030000290000000101300039000000000101041a0000081807100197000000000174004b00000000010000190000000101002039000000000207004b0000000002000019000000010200c03900000000011201700000000007046019000000000103041a000000e005100270000000000157004b00001bef0000413d000000000157004b00001bd90000613d000000050100006b00001b310000613d000000400a00043d000008890100004100000000081a043600000000010004140000000902000029000000040320008c00001b370000c13d0000000003000031000000200130008c0000002004000039000000000403401900001b6d0000013d000000000106004b00001bd30000613d00000008010000290000000101100039000000000071041b00001bd90000013d000100000005001d000200000007001d000300000006001d0000081803a0009c000008180300004100000000030a40190000004004300210000008180310009c0000081801008041000000c001100210000000000141019f0000081b011001c700070000000a001d000400000008001d205b20560000040f000000040b000029000000070a000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000001f0540018f000000050640027200001b570000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000009b8004b00001b530000c13d000000000705004b00001b660000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f0002000000010355000000010220019000001c0e0000613d0000000306000029000000020700002900000001050000290000001f01400039000000600210018f0000000001a20019000000000221004b00000000020000190000000102004039000008660410009c00001be90000213d000000010220019000001be90000c13d000000400010043f000000200230008c00001be60000413d000000000257004900000005432000b900000000422300d9000000050220006c00001bef0000c13d00000000020a0433000000000402004b00001b920000613d0000088a0410009c00001be90000213d0000002004100039000000400040043f00000000000104350000088b143000d1000000000103004b00001b8d0000613d00000000313400d90000088b0110009c00001bef0000c13d000000400100043d0000088a0310009c00001be90000213d00000000322400d900001b950000013d0000088a0210009c000000000200001900001be90000213d0000002003100039000000400030043f0000000000210435000000400200043d0000088a0320009c00001be90000213d000000000306004b000000080400002900000000030400190000000603006029000000000303041a0000002004200039000000400040043f00000878033001970000000000320435000000400300043d0000088a0430009c00001be90000213d0000002004300039000000400040043f0000000000030435000000000202043300000000010104330000000002210019000000000112004b00000000010000190000000101004039000000010110019000001bef0000c13d000000400100043d0000088a0310009c00001be90000213d0000002003100039000000400030043f0000000000210435000000400100043d000008860310009c00001be90000213d0000004003100039000000400030043f00000020031000390000088c0400004100000000004304350000001a0300003900000000003104350000088d0320009c00001bf50000813d000000000106004b00001bce0000613d0000000803000029000000000103041a0000088e01100197000000000121019f000000000013041b0000000101300039000000000071041b00001bd90000013d000000e001700210000000000112019f0000000602000029000000000012041b00001bd90000013d000000e0017002100000000603000029000000000203041a0000087802200197000000000112019f000000000013041b0000000001000414000008180210009c0000081801008041000000c0011002100000085e011001c70000800d0200003900000002030000390000088f040000410000000905000029205b20510000040f000000010120019000001be60000613d000000000001042d00000000010000190000205d00010430000000000001042f0000087f0100004100000000001004350000004101000039000000040010043f00000880010000410000205d000104300000087f0100004100000000001004350000001101000039000000040010043f00000880010000410000205d00010430000000400400043d000900000004001d000008200200004100000000002404350000000402400039000000200300003900000000003204350000002402400039205b1eed0000040f00000009030000290000000001310049000008180210009c0000081801008041000008180230009c000008180300804100000060011002100000004002300210000000000121019f0000205d000104300000087f0100004100000000001004350000005101000039000000040010043f00000880010000410000205d00010430000000400200043d0000001f0430018f0000000505300272000000050550021000001c1a0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b00001c160000c13d000000000604004b00001c280000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000008180320009c00000818020080410000004002200210000000000121019f0000205d000104300006000000000002000600000002001d0000085b01100197000500000001001d0000000000100435000000fb01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000001d4a0000613d000000000101043b000400000001001d0000010601000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000001d4a0000613d000000000101043b000300000001001d0000086001000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000001d580000613d000000000101043b000000000101004b000000030200002900000000010200190000000401006029000000000101041a000400000001001d000000fc01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000403000029000408780030019b000000010220019000001d4a0000613d000000000101043b00000006020000290000085b02200197000600000002001d0000000000200435000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000001d4a0000613d000000000101043b000000000101041a000300000001001d00000005010000290000000000100435000000fc01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000001d4a0000613d000000000101043b00000006020000290000000000200435000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000001d4a0000613d000000000101043b0000000403000029000000000031041b0000088b0130009c00000000010000190000000101004039000000030200006b0000000002000019000000010200c03900000000011201a00000088b04000041000000030400c029000000000143004b00001d4c0000413d000000400500043d000008d00150009c00001d520000813d0000002001500039000000400010043f00000004014000690000000000150435000008c201000041000000400a00043d00000000061a04360000000401a000390000000602000029000000000021043500000000010004140000000502000029000000040320008c00001cc00000c13d0000000003000031000000200130008c0000002004000039000000000403401900001cf20000013d000100000005001d0000081803a0009c000008180300004100000000030a40190000004004300210000008180310009c0000081801008041000000c001100210000000000141019f00000880011001c700030000000a001d000200000006001d205b20560000040f000000020b000029000000030a000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000001f0540018f000000050640027200001cde0000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000009b8004b00001cda0000c13d000000000705004b00001ced0000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f0002000000010355000000010220019000001d590000613d00000001050000290000001f01400039000000600210018f0000000001a20019000000000221004b00000000020000190000000102004039000008660410009c00001d520000213d000000010220019000001d520000c13d000000400010043f000000200130008c00001d4a0000413d000000000105043300000000020a043300000000342100a9000000000302004b00001d070000613d00000000322400d9000000000112004b00001d4c0000c13d00000006010000290000000000100435000000fd01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039000300000004001d205b20560000040f00000003030000290000088b3430012a000000010220019000001d4a0000613d000000000101043b000000000101041a000300000004001d000200000041001d000000020110006b00000000010000190000000101004039000000010110019000001d4c0000c13d00000006010000290000000000100435000000fd01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000000030400002900001d4a0000613d000000000101043b0000000205000029000000000051041b000000400100043d000000400210003900000004030000290000000000320435000000200210003900000000005204350000000000410435000008180210009c000008180100804100000040011002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f000008c0011001c70000800d020000390000000303000039000008c30400004100000005050000290000000606000029205b20510000040f000000010120019000001d4a0000613d000000000001042d00000000010000190000205d000104300000087f0100004100000000001004350000001101000039000000040010043f00000880010000410000205d000104300000087f0100004100000000001004350000004101000039000000040010043f00000880010000410000205d00010430000000000001042f000000400200043d0000001f0430018f0000000505300272000000050550021000001d650000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b00001d610000c13d000000000604004b00001d730000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000008180320009c00000818020080410000004002200210000000000121019f0000205d00010430000500000000000200000000050200190000010502000039000000000202041a000000400a00043d000008c20300004100000000063a04360000000404a000390000000003000410000000000034043500000000040004140000085b09200197000000040290008c00001d8c0000c13d0000000003000031000000200230008c0000002004000039000000000403401900001dc30000013d000100000001001d000200000005001d0000081802a0009c000008180200004100000000020a40190000004002200210000008180340009c0000081804008041000000c001400210000000000121019f00000880011001c7000500000009001d000000000209001900040000000a001d000300000006001d205b20560000040f000000030b000029000000040a000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000001f0540018f000000050640027200001dad0000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000009b8004b00001da90000c13d000000000705004b00001dbc0000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f00020000000103550000000102200190000000050900002900001e880000613d000000020500002900000001010000290000001f02400039000000600220018f0000000006a20019000000000226004b00000000020000190000000102004039000008660460009c00001e800000213d000000010220019000001e800000c13d000000400060043f0000001f0230008c00001e860000a13d000000000205004b00001e7d0000613d00000000020a0433000000000252004b00001dd70000813d0000000001050019000000000001042d000000440260003900000000005204350000002002600039000008c50400004100000000004204350000085b041001970000002405600039000000000045043500000044040000390000000000460435000008640460009c00001e800000213d000000800a6000390000004000a0043f000008c60460009c00001e800000213d000000c004600039000000400040043f000000200400003900000000004a0435000000a004600039000008c705000041000000000054043500000000040604330000000001000414000000040590008c00001df60000c13d000008660130009c00001e800000213d000000010200003900001e0d0000013d00040000000a001d000008180320009c00000818020080410000004002200210000008180340009c00000818040080410000006003400210000000000223019f000008180310009c0000081801008041000000c001100210000000000112019f000500000009001d0000000002090019205b20510000040f000000010220018f00020000000103550000006001100270000008180010019d000008180310019800001e600000613d0000000509000029000000040a0000290000001f01300039000008c8011001970000003f01100039000008c901100197000000400c00043d00000000011c00190000000004c1004b00000000040000190000000104004039000008660510009c00001e800000213d000000010440019000001e800000c13d000000400010043f0000001f0130018f000000000b3c043600000002040003670000000503300272000000050330021000001e280000613d00000000053b0019000000000604034f00000000070b0019000000006806043c0000000007870436000000000857004b00001e240000c13d000000000501004b00001e360000613d000000000434034f00000000033b00190000000301100210000000000503043300000000051501cf000000000515022f000000000404043b0000010001100089000000000414022f00000000011401cf000000000151019f000000000013043500000000040c0433000000000202004b00001e670000613d000000000204004b00001e510000c13d00050000000c001d00040000000b001d0000086901000041000000000010043900000004009004430000000001000414000008180210009c0000081801008041000000c0011002100000086a011001c70000800202000039205b20560000040f000000010220019000001ec40000613d000000000101043b000000000101004b000000050100002900001ec50000613d0000000004010433000000000204004b000000040b00002900001e7d0000613d000008650240009c00001e860000213d000000200140008c00001e860000413d00000000010b0433000000000201004b0000000002000019000000010200c039000000000221004b00001e860000c13d000000000101004b000000000500001900001ea80000613d0000000001050019000000000001042d000000600c000039000000800b0000390000000509000029000000040a00002900000000040c0433000000000202004b00001e390000c13d00000000010a0019000000000204004b00001ebc0000c13d000000400400043d000500000004001d000008200200004100000000002404350000000403400039000000200200003900000000002304350000002402400039205b1eed0000040f00000005030000290000000001310049000008180210009c0000081801008041000008180230009c000008180300804100000060011002100000004002300210000000000121019f0000205d0001043000000000050000190000000001050019000000000001042d0000087f0100004100000000001004350000004101000039000000040010043f00000880010000410000205d0001043000000000010000190000205d00010430000000400200043d0000001f0430018f0000000505300272000000050550021000001e940000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b00001e900000c13d000000000604004b00001ea20000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000008180320009c00000818020080410000004002200210000000000112019f0000205d00010430000000400100043d0000006402100039000008ca0300004100000000003204350000004402100039000008cb03000041000000000032043500000024021000390000002a03000039000000000032043500000820020000410000000000210435000000040210003900000020030000390000000000320435000008180210009c0000081801008041000000400110021000000821011001c70000205d000104300000081802b0009c000008180b0080410000004002b00210000008180340009c00000818040080410000006001400210000000000121019f0000205d00010430000000000001042f000000400100043d0000004402100039000008cc03000041000000000032043500000024021000390000001d03000039000000000032043500000820020000410000000000210435000000040210003900000020030000390000000000320435000008180210009c000008180100804100000040011002100000087e011001c70000205d000104300000003301000039000000000101041a0000085b011001970000000002000411000000000121004b00001edd0000c13d000000000001042d000000400100043d0000004402100039000008b80300004100000000003204350000082002000041000000000021043500000024021000390000002003000039000000000032043500000004021000390000000000320435000008180210009c000008180100804100000040011002100000087e011001c70000205d0001043000000000430104340000000001320436000000000203004b00001ef90000613d000000000200001900000000052100190000000006240019000000000606043300000000006504350000002002200039000000000532004b00001ef20000413d000000000231001900000000000204350000001f02300039000008bb022001970000000001210019000000000001042d000300000000000200000000080100190000009701000039000000000201041a000000400a00043d0000002401a0003900000040030000390000000000310435000008d101000041000000000b1a04360000000401a000390000000009000411000000000091043500000000430804340000004401a0003900000000003104350000006401a000390000085b02200197000000000503004b00001f1b0000613d000000000500001900000000061500190000000007540019000000000707043300000000007604350000002005500039000000000635004b00001f140000413d000000000431001900000000000404350000000004000414000000040520008c00001f250000c13d0000000003000031000000200130008c0000002004000039000000000403401900001f5f0000013d000100000008001d0000001f03300039000008bb033001970000000003a300490000000001130019000008180310009c000008180100804100000060011002100000081803a0009c000008180300004100000000030a40190000004003300210000000000131019f000008180340009c0000081804008041000000c003400210000000000131019f00030000000a001d00020000000b001d205b20560000040f000000020b000029000000030a000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000001f0540018f000000050640027200001f4a0000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000009b8004b00001f460000c13d000000000705004b00001f590000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f00020000000103550000000102200190000000000900041100001f950000613d00000001080000290000001f01400039000000600110018f0000000004a10019000000000114004b00000000010000190000000101004039000008660240009c00001f770000213d000000010110019000001f770000c13d000000400040043f0000001f0130008c00001f750000a13d00000000010a0433000000000201004b0000000002000019000000010200c039000000000221004b00001f750000c13d000000000101004b00001f7d0000613d000000000001042d00000000010000190000205d000104300000087f0100004100000000001004350000004101000039000000040010043f00000880010000410000205d00010430000000440140003900000060020000390000000000210435000000240140003900000000020004100000000000210435000008d20100004100000000001404350000000401400039000000000091043500000064024000390000000001080019000300000004001d205b1eed0000040f00000003030000290000000001310049000008180210009c0000081801008041000008180230009c000008180300804100000060011002100000004002300210000000000121019f0000205d00010430000000400200043d0000001f0430018f0000000505300272000000050550021000001fa10000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b00001f9d0000c13d000000000604004b00001faf0000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000008180320009c00000818020080410000004002200210000000000112019f0000205d000104300000006502000039000000000302041a0000085d03300197000000000032041b0000085b061001970000003301000039000000000201041a0000085d03200197000000000363019f000000000031041b00000000010004140000085b05200197000008180210009c0000081801008041000000c0011002100000085e011001c70000800d0200003900000003030000390000086e04000041205b20510000040f000000010120019000001fcc0000613d000000000001042d00000000010000190000205d00010430000000400200043d000000c904000039000000000304041a000000000513004b00001fe70000813d000000000014041b000000200420003900000000001404350000000000320435000008180120009c000008180200804100000040012002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f0000086f011001c70000800d0200003900000001030000390000087304000041205b20510000040f000000010120019000001ffa0000613d000000000001042d00000064012000390000087103000041000000000031043500000044012000390000087203000041000000000031043500000024012000390000002203000039000000000031043500000820010000410000000000120435000000040120003900000020030000390000000000310435000008180120009c0000081802008041000000400120021000000821011001c70000205d0001043000000000010000190000205d00010430000000010210008c0000200d0000613d000000020110008c0000201b0000c13d000008850100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f00000001022001900000201a0000613d000000000101043b000000000001042d000008830100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f00000001022001900000201a0000613d000000000101043b000000000001042d000000000001042f0000087f0100004100000000001004350000005101000039000000040010043f00000880010000410000205d00010430000000000001042f0000000002000414000008180320009c0000081802008041000000c002200210000008180310009c00000818010080410000004001100210000000000121019f0000086f011001c70000801002000039205b20560000040f0000000102200190000020310000613d000000000101043b000000000001042d00000000010000190000205d0001043000000000050100190000000000200439000000050130008c000020410000413d000000040100003900000000020000190000000506200210000000000664001900000005066002700000000006060031000000000161043a0000000102200039000000000631004b000020390000413d000008180130009c000008180300804100000060013002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f000008d3011001c70000000002050019205b20560000040f0000000102200190000020500000613d000000000101043b000000000001042d000000000001042f00002054002104210000000102000039000000000001042d0000000002000019000000000001042d00002059002104230000000102000039000000000001042d0000000002000019000000000001042d0000205b000004320000205c0001042e0000205d000104300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe009c8f7ec0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000001e13380ae0fcab300000000000000000000000000000000000000000000000000000000616c697a696e6700000000000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320696e69746908c379a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008400000000000000000000000002000000000000000000000000000000000000200000000000000000000000007f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024980000000200000000000000000000000000000100000001000000000000000000000000000000000000000000000000000000000000000000000000007c05a7c400000000000000000000000000000000000000000000000000000000be26317d00000000000000000000000000000000000000000000000000000000e1d146fa00000000000000000000000000000000000000000000000000000000efc75f2300000000000000000000000000000000000000000000000000000000efc75f2400000000000000000000000000000000000000000000000000000000f2fde38b00000000000000000000000000000000000000000000000000000000f7c618c100000000000000000000000000000000000000000000000000000000e1d146fb00000000000000000000000000000000000000000000000000000000e30c397800000000000000000000000000000000000000000000000000000000c7ad089400000000000000000000000000000000000000000000000000000000c7ad089500000000000000000000000000000000000000000000000000000000ca37271b00000000000000000000000000000000000000000000000000000000db7954fd00000000000000000000000000000000000000000000000000000000be26317e00000000000000000000000000000000000000000000000000000000bea6b8b8000000000000000000000000000000000000000000000000000000008da5cb5a0000000000000000000000000000000000000000000000000000000092a182340000000000000000000000000000000000000000000000000000000092a1823500000000000000000000000000000000000000000000000000000000b4a0bdf300000000000000000000000000000000000000000000000000000000be203094000000000000000000000000000000000000000000000000000000008da5cb5b000000000000000000000000000000000000000000000000000000008f693ec70000000000000000000000000000000000000000000000000000000081814944000000000000000000000000000000000000000000000000000000008181494500000000000000000000000000000000000000000000000000000000856e5e6c000000000000000000000000000000000000000000000000000000008c37dfa3000000000000000000000000000000000000000000000000000000007c05a7c50000000000000000000000000000000000000000000000000000000080d45a2d00000000000000000000000000000000000000000000000000000000552c0970000000000000000000000000000000000000000000000000000000006dfd08c900000000000000000000000000000000000000000000000000000000741b252400000000000000000000000000000000000000000000000000000000741b25250000000000000000000000000000000000000000000000000000000074c4c1cc0000000000000000000000000000000000000000000000000000000079ba5097000000000000000000000000000000000000000000000000000000006dfd08ca00000000000000000000000000000000000000000000000000000000715018a6000000000000000000000000000000000000000000000000000000006857249b000000000000000000000000000000000000000000000000000000006857249c000000000000000000000000000000000000000000000000000000006a95ddef000000000000000000000000000000000000000000000000000000006d04932900000000000000000000000000000000000000000000000000000000552c0971000000000000000000000000000000000000000000000000000000005d8441b8000000000000000000000000000000000000000000000000000000001627ee88000000000000000000000000000000000000000000000000000000002a869a4c000000000000000000000000000000000000000000000000000000002a869a4d000000000000000000000000000000000000000000000000000000002c427b57000000000000000000000000000000000000000000000000000000002eed6906000000000000000000000000000000000000000000000000000000001627ee890000000000000000000000000000000000000000000000000000000023526079000000000000000000000000000000000000000000000000000000000e32cb85000000000000000000000000000000000000000000000000000000000e32cb8600000000000000000000000000000000000000000000000000000000160c3a030000000000000000000000000000000000000000000000000000000004caeb10000000000000000000000000000000000000000000000000000000000a3a3a9e000000000000000000000000ffffffffffffffffffffffffffffffffffffffff0000000000000000000000000000000000000020000000800000000000000000ffffffffffffffffffffffff0000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000038d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e22700310ab089e4439a4c15d089f94afb7896ff553aecb10793d0ab882de59d99a32e0000000000000000000000000000000000000020000000000000000000000000b0772d0b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000800000000000000000000000000000000000000000000000000000000000000000ffffffffffffff7f7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000000000000ffffffffffffffff80000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe01806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b830200000200000000000000000000000000000024000000000000000000000000647920696e697469616c697a6564000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320616c726561ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00008be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0020000000000000000000000000000000000004000000000000000000000000066fd58e82f7b31a2a5c30e0888f3093efe4e111b00cd2b0c31fe014601293aa06974000000000000000000000000000000000000000000000000000000000000436f6d7074726f6c6c65723a20496e76616c6964206d61784c6f6f70734c696dc2d09fef144f7c8a86f71ea459f8fc17f675768eb1ae369cbd77fb31d467aafa6472657373000000000000000000000000000000000000000000000000000000696e76616c696420616365737320636f6e74726f6c206d616e616765722061646e697469616c697a696e67000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206900000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000000000000000000000000060000000800000000000000000000000000000000000000000000000000000000000000000ffffffffffffff9f696e743235365b5d2c75696e743235365b5d2900000000000000000000000000736574526577617264546f6b656e53706565647328616464726573735b5d2c75696e76616c696420736574526577617264546f6b656e5370656564730000000000000000000000000000000000000000000000640000000000000000000000004e487b710000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000240000000000000000000000003d98a1e5000000000000000000000000000000000000000000000000000000000200000200000000000000000000000000000044000000000000000000000000796b89b91644bc98cd93958e4c9038275d622183e25ac5af08cc6b5d95539132020000020000000000000000000000000000000400000000000000000000000042cbb15ccdc3cad6266b0e7a08c0454b23bf29dc2df74b6f3c209e9336465bd1000000000000000000000000000000000000000000000000ffffffffffffffbf626c6f636b206e756d6265722065786365656473203332206269747300000000000000000000000000000000000000000000000000000000000000010000000018160ddd00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffdf0000000000000000000000000000000000c097ce7bc90715b34b9f10000000006e657720696e64657820657863656564732032323420626974730000000000000000000100000000000000000000000000000000000000000000000000000000ffffffff000000000000000000000000000000000000000000000000000000006a7b996800070d8bc0f9a3ddcb0a4b09bc1653f76381d745444956366afd423a24741480445e83baea9eb28086e16a4377ebb4f003c773e386496fd90b3ed04eaa5af0fd0000000000000000000000000000000000000000000000000000000047bd3718000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000de0b6b3a7640000bfeed4eb85c013b0e466fdfdbaa785159ff7986078247dc95f1c717a5bd6bca22091432bbf4aa40f4785b469e931d32c5f5c6ba66dcf702a99cbe776df729c3c726577617264546f6b656e206d61726b6574206973206e6f74206c69737465647365744c617374526577617264696e67426c6f636b7328616464726573735b5d2c75696e7433325b5d2c75696e7433325b5d2900000000000000000000000000426c6f636b2d6261736564206f7065726174696f6e206f6e6c7900000000000064696e67426c6f636b7320696e76616c696420696e7075740000000000000000526577617264734469737472696275746f723a3a7365744c61737452657761727468652070617374206973206e6f7420616c6c6f77656400000000000000000073657474696e67206c61737420726577617264696e6720626c6f636b20696e20ffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000041b697bf2627e0a03f253382759baaab2469897004cc619465a3d8f4bb6b3fec4163eb203170b7facecc8d7307e3f8affa8826d4df30fc722f8f8ce17988eb914f776e61626c6532537465703a2063616c6c6572206973206e6f7420746865206e6577206f776e6572000000000000000000000000000000000000000000000000000000000000000000000000000000000000840000008000000000000000006e74000000000000000000000000000000000000000000000000000000000000696e73756666696369656e7420726577617264546f6b656e20666f7220677261251909abf904fc80eac3f0d4c25e5c800441ea19fda63c6f0df08e4f24f926f97365744c617374526577617264696e67426c6f636b54696d657374616d707328616464726573735b5d2c75696e743235365b5d2c75696e743235365b5d290000740000000000000000000000000000000000000000000000000000000000000064696e67426c6f636b54696d657374616d707320696e76616c696420696e707500000000000000000000000000000000000000a400000000000000000000000020696e207468652070617374206973206e6f7420616c6c6f776564000000000073657474696e67206c61737420726577617264696e672074696d657374616d700e68f65b8654c09acfdc448a42c8a0d72697206fd0c23c357022fa1cd16268617aefe759bc95e5c94c6d919eef378c410527d0d85f409986ec8d54a99ea8395e6479206c6f636b656400000000000000000000000000000000000000000000007468697320526577617264734469737472696275746f7220697320616c72656154696d652d6261736564206f7065726174696f6e206f6e6c79000000000000004882c0217331870166b5d239c9f7be7801bab4be26560cd2f8789145d0fd3af44f6e6c7920636f6d7074726f6c6c65722063616e2063616c6c20746869732066756e6374696f6e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffc0fe6944646a362be70b0925ea999b3d9f755589a63ffcd89e4fb2b0affd252c714f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657200000000000000000000000000000000000000640000008000000000000000000200000000000000000000000000000000000040000000800000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff000000000000000000000000000000000000000000000001000000000000000095dd9193000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000060000000000000000000000000510d7612da9ca257889eabdfbe0366aaea10020be46f7810f4afb2111d80aa9370a08231000000000000000000000000000000000000000000000000000000009563ff6035b973f2e4514ad9315010c220eb74b0c33a782a18118a199a97e4426d61726b6574206d757374206265206c69737465640000000000000000000000a9059cbb00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffff3f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564000000000000000000000000000000000000000000000001ffffffffffffffe0000000000000000000000000000000000000000000000003ffffffffffffffe06f742073756363656564000000000000000000000000000000000000000000005361666545524332303a204552433230206f7065726174696f6e20646964206e416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000f257f63600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004400000000000000000000000038fe05baf9dc12e4e3bfda3daba26419e9930bf26ee6227f407ca46f8c9c29bc000000000000000000000000000000000000000000000000ffffffffffffffe018c5e8ab000000000000000000000000000000000000000000000000000000004a3fa2930000000000000000000000000000000000000000000000000000000002000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
1300
+ "deployedBytecode": "0x000300000000000200170000000000020000000003020019000000000201001900000060022002700000081802200197000200000021035500010000000103550000000103300190000000c90000c13d0000008008000039000000400080043f000000040320008c00000dda0000413d000000000301043b000000e003300270000008250430009c000000f90000a13d000008260430009c0000012d0000213d000008340430009c000001a40000213d0000083b0430009c000002700000a13d0000083c0430009c000005700000613d0000083d0430009c000003560000613d0000083e0330009c00000dda0000c13d000000640320008c00000dda0000413d0000000003000416000000000303004b00000dda0000c13d0000000403100370000000000303043b000008660430009c00000dda0000213d0000002304300039000000000424004b00000dda0000813d0000000404300039000000000441034f000000000504043b000008660450009c00000aaa0000213d00000005045002100000003f064000390000086806600197000008640760009c00000aaa0000213d0000008006600039000000400060043f000000800050043f00000024033000390000000004340019000000000624004b00000dda0000213d000000000505004b000000470000613d0000008005000039000000000631034f000000000606043b0000085b0760009c00000dda0000213d000000200550003900000000006504350000002003300039000000000643004b0000003e0000413d0000002403100370000000000303043b000008660430009c00000dda0000213d0000002304300039000000000524004b000000000500001900000867050080410000086704400197000000000604004b00000000060000190000086706004041000008670440009c000000000605c019000000000406004b00000dda0000c13d0000000404300039000000000441034f000000000404043b000008660540009c00000aaa0000213d00000005054002100000003f065000390000086806600197000000400700043d0000000006670019000b00000007001d000000000776004b00000000070000190000000107004039000008660860009c00000aaa0000213d000000010770019000000aaa0000c13d000000400060043f0000000b06000029000000000046043500000024033000390000000005350019000000000625004b00000dda0000213d000000000404004b0000007a0000613d0000000b04000029000000000631034f000000000606043b000000200440003900000000006404350000002003300039000000000653004b000000730000413d0000004403100370000000000303043b000008660430009c00000dda0000213d0000002304300039000000000524004b000000000500001900000867050080410000086704400197000000000604004b00000000060000190000086706004041000008670440009c000000000605c019000000000406004b00000dda0000c13d0000000404300039000000000441034f000000000404043b000008660540009c00000aaa0000213d00000005054002100000003f065000390000086806600197000000400700043d0000000006670019000a00000007001d000000000776004b00000000070000190000000107004039000008660860009c00000aaa0000213d000000010770019000000aaa0000c13d000000400060043f0000000a06000029000000000046043500000024033000390000000005350019000000000225004b00000dda0000213d000000000204004b000000ad0000613d0000000a02000029000000000431034f000000000404043b000000200220003900000000004204350000002003300039000000000453004b000000a60000413d000000400100043d0000087a0210009c00000aaa0000213d0000006002100039000000400020043f00000040021000390000087b03000041000000000032043500000020021000390000087c03000041000000000032043500000033020000390000000000210435205b1eff0000040f0000000b010000290000000001010433000000800200043d000800000002001d000000000112004b00000e150000c13d0000000a010000290000000001010433000000080110006b00000e150000c13d000000080100006b00000b340000613d000e00000000001d000006920000013d0000000003000416000000000303004b00000dda0000c13d0000001f032000390000081903300197000000e003300039000000400030043f0000001f0320018f00000005042002720000000504400210000000db0000613d000000e005000039000000e006400039000000000701034f000000007807043c0000000005850436000000000865004b000000d70000c13d000000000503004b000000e90000613d000000000141034f0000000303300210000000e004400039000000000504043300000000053501cf000000000535022f000000000101043b0000010003300089000000000131022f00000000013101cf000000000151019f0000000000140435000000400120008c00000dda0000413d000000e00100043d000000000201004b0000000002000019000000010200c039000000000221004b00000dda0000c13d000001000200043d000000000301004b000002050000613d000000000202004b000002260000c13d0000081c0200004100000001030000390000022f0000013d000008410430009c000001530000a13d000008420430009c000001f10000213d000008490430009c000002d40000a13d0000084a0430009c000006340000613d0000084b0430009c000005890000613d0000084c0330009c00000dda0000c13d000000440220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000402100370000000000202043b00000000030200190000085b0220009c00000dda0000213d0000002401100370000000000201043b0000003301000039000000000101041a0000085b011001970000000004000411000000000141004b000006780000c13d0000000001030019000f00000001001d000e00000002001d205b1d790000040f000000400200043d000000000101004b00000aee0000c13d0000000e010000290000000000120435000008180120009c000008180200804100000040012002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f00000822011001c70000800d020000390000000203000039000008a604000041000001a20000013d000008270430009c000001e40000213d0000082e0430009c000002800000a13d0000082f0430009c000005ab0000613d000008300430009c000004d80000613d000008310330009c00000dda0000c13d000000440220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000402100370000000000202043b000f00000002001d0000085b0220009c00000dda0000213d0000002401100370000000000101043b000e00000001001d0000085b0110009c00000dda0000213d0000010401000039000000000101041a0000085b011001970000000002000411000000000121004b00000000010000190000000101006039205b16b30000040f0000000f010000290000000e02000029205b1c2e0000040f00000000010000190000205c0001042e0000084f0430009c0000020a0000a13d000008500430009c000002b40000a13d000008510430009c000006440000613d000008520430009c000005be0000613d000008530330009c00000dda0000c13d000000440220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000402100370000000000202043b000f00000002001d0000085b0220009c00000dda0000213d0000002401100370000000000301043b0000003301000039000000000101041a0000085b011001970000000002000411000000000121004b000006780000c13d0000000f01000029000e00000003001d205b16ca0000040f0000000e0100006b00000b010000c13d0000000f0100002900000000001004350000010201000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d0000000002000019000000000101043b000000000021041b0000000f0100002900000000001004350000010101000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b0000000e02000029000000000021041b000000400100043d0000000000210435000008180210009c000008180100804100000040011002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f00000822011001c70000800d020000390000000203000039000008b3040000410000000f0500002900000b310000013d000008350430009c000002900000a13d000008360430009c000005ca0000613d000008370430009c000004ed0000613d000008380330009c00000dda0000c13d000000840220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000402100370000000000202043b000f085b0020019b0000085b0220009c00000dda0000213d0000002402100370000000000202043b000e00000002001d0000085b0220009c00000dda0000213d0000006401100370000000000101043b000d00000001001d0000085b0110009c00000dda0000213d0000000003000415000000150330008a0000000503300210000000000200041a000bff000020019400000b570000c13d0000000003000415000000140330008a0000000503300210000000ff0120019000000b570000c13d0000086d0120019700000101011001bf000000000010041b0000010402000039000000000302041a0000085d033001970000000f033001af000000000032041b0000010502000039000000000302041a0000085d033001970000000e033001af000000000032041b0000ff000110019000000bc40000c13d000000400100043d00000064021000390000087603000041000000000032043500000044021000390000087703000041000000000032043500000024021000390000002b03000039000002650000013d000008280430009c000002a00000a13d000008290430009c000005e30000613d0000082a0430009c000004f20000613d0000082b0130009c00000dda0000c13d0000000001000416000000000101004b00000dda0000c13d0000010501000039000005390000013d000008430430009c000003390000a13d000008440430009c0000066c0000613d000008450430009c000005ef0000613d000008460130009c00000dda0000c13d0000000001000416000000000101004b00000dda0000c13d0000006501000039000000000101041a0000085b021001970000000001000411000000000212004b000006810000c13d205b1fb50000040f00000000010000190000205c0001042e000000000302004b0000022e0000c13d000000400100043d0000081a02000041000002280000013d000008560430009c000002a90000213d000008590430009c0000050f0000613d0000085a0330009c00000dda0000c13d000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000101043b000f00000001001d0000085b0110009c00000dda0000213d0000010401000039000000000101041a0000085b011001970000000002000411000000000121004b00000000010000190000000101006039205b16b30000040f0000000f01000029205b1a910000040f00000000010000190000205c0001042e000000400100043d0000081d020000410000000000210435000008180210009c000008180100804100000040011002100000081b011001c70000205d000104300000000203000039000000a00010043f000000800020043f000000c00030043f000000000400041a0000ff00054001900000025c0000c13d000000ff0540018f000000ff0550008c0000024f0000613d000000ff014001bf000000000010041b000000ff01000039000000400200043d0000000000120435000008180120009c000008180200804100000040012002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f00000822011001c70000800d0200003900000001030000390000082304000041205b20510000040f000000010120019000000dda0000613d000000c00300043d000000a00100043d000000800200043d0000014000000443000001600020044300000020020000390000018000200443000001a0001004430000004001000039000001c000100443000001e00030044300000100002004430000000301000039000001200010044300000824010000410000205c0001042e000000400100043d00000064021000390000081e03000041000000000032043500000044021000390000081f03000041000000000032043500000024021000390000002703000039000000000032043500000820020000410000000000210435000000040210003900000020030000390000000000320435000008180210009c0000081801008041000000400110021000000821011001c70000205d000104300000083f0430009c000005240000613d000008400130009c00000dda0000c13d000000240120008c00000dda0000413d0000000001000416000000000101004b00000dda0000c13d205b1ed60000040f00000004010000390000000101100367000000000101043b205b1fce0000040f00000000010000190000205c0001042e000008320430009c000005300000613d000008330330009c00000dda0000c13d000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000101043b0000085b0210009c00000dda0000213d000000000010043500000102010000390000062d0000013d000008390430009c000005350000613d0000083a0330009c00000dda0000c13d000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000101043b0000085b0210009c00000dda0000213d000000000010043500000107010000390000057b0000013d0000082c0130009c0000053e0000613d0000082d0130009c00000dda0000c13d0000000001000416000000000101004b00000dda0000c13d0000006501000039000005390000013d000008570430009c000005530000613d000008580130009c00000dda0000c13d0000000001000416000000000101004b00000dda0000c13d0000088b01000041000000800010043f0000085c010000410000205c0001042e000008540430009c000005fb0000613d000008550330009c00000dda0000c13d000000440220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000402100370000000000202043b000f00000002001d0000085b0220009c00000dda0000213d000000a002000039000000400020043f0000002401100370000000000101043b000000800010043f0000010401000039000000000101041a0000085b011001970000000002000411000000000121004b00000000010000190000000101006039205b16b30000040f00000080020000390000000f01000029205b177e0000040f00000000010000190000205c0001042e0000084d0430009c000006070000613d0000084e0330009c00000dda0000c13d000000640320008c00000dda0000413d0000000003000416000000000303004b00000dda0000c13d0000000403100370000000000303043b000008660430009c00000dda0000213d0000002304300039000000000424004b00000dda0000813d0000000404300039000000000441034f000000000404043b000800000004001d000008660440009c00000dda0000213d000700240030003d000000080300002900000005033002100000000703300029000000000323004b00000dda0000213d0000002403100370000000000303043b000008660430009c00000dda0000213d0000002304300039000000000424004b00000dda0000813d0000000404300039000000000441034f000000000404043b000f00000004001d000008660440009c00000dda0000213d000600240030003d0000000f0300002900000005033002100000000603300029000000000323004b00000dda0000213d0000004403100370000000000303043b000008660430009c00000dda0000213d0000002304300039000000000424004b00000dda0000813d0000000404300039000000000141034f000000000101043b000e00000001001d000008660110009c00000dda0000213d000500240030003d0000000e0100002900000005011002100000000501100029000000000121004b00000dda0000213d000000e001000039000000400010043f0000003e01000039000000800010043f000008a701000041000000a00010043f000008a801000041000000c00010043f0000008001000039205b1eff0000040f0000086001000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000000000101004b00000cbf0000c13d000000400100043d0000004402100039000008b20300004100000000003204350000002402100039000000190300003900000de90000013d000008470430009c000006180000613d000008480130009c00000dda0000c13d0000000001000416000000000101004b00000dda0000c13d0000003301000039000000000201041a0000085b052001970000000003000411000000000335004b000006780000c13d0000006503000039000000000403041a0000085d04400197000000000043041b0000085d02200197000000000021041b0000000001000414000008180210009c0000081801008041000000c0011002100000085e011001c70000800d0200003900000003030000390000086e04000041000000000600001900000b310000013d000000640320008c00000dda0000413d0000000003000416000000000303004b00000dda0000c13d0000000403100370000000000303043b000008660430009c00000dda0000213d0000002304300039000000000424004b00000dda0000813d0000000404300039000000000441034f000000000404043b000900000004001d000008660440009c00000dda0000213d000800240030003d000000090300002900000005033002100000000803300029000000000323004b00000dda0000213d0000002403100370000000000303043b000008660430009c00000dda0000213d0000002304300039000000000424004b00000dda0000813d0000000404300039000000000441034f000000000404043b000f00000004001d000008660440009c00000dda0000213d000700240030003d0000000f0300002900000005033002100000000703300029000000000323004b00000dda0000213d0000004403100370000000000303043b000008660430009c00000dda0000213d0000002304300039000000000424004b00000dda0000813d0000000404300039000000000141034f000000000101043b000e00000001001d000008660110009c00000dda0000213d000600240030003d0000000e0100002900000005011002100000000601100029000000000121004b00000dda0000213d000000e001000039000000400010043f0000003301000039000000800010043f0000089701000041000000a00010043f0000089801000041000000c00010043f0000008001000039205b1eff0000040f0000086001000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000000000101004b00000de30000c13d0000000f02000029000000090120006b00000df40000c13d0000000e02000029000000090120006b00000df40000c13d0000086001000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000500000001001d000000090100006b00000b340000613d000c00000000001d000003d00000013d0000000c020000290000000102200039000c00000002001d000000090120006c00000b340000813d0000000c01000029000000050110021000000008031000290000000102000367000000000332034f000000000303043b000f00000003001d0000085b0330009c00000dda0000213d0000000703100029000000000332034f000000000303043b000e00000003001d000008180330009c00000dda0000213d0000000601100029000000000112034f000000000101043b000d00000001001d000008180110009c00000dda0000213d0000010401000039000000000201041a000000400900043d0000088101000041000000000519043600000004019000390000000f03000029000000000031043500000000010004140000085b02200197000000040320008c000003f50000c13d0000000004000031000000200140008c0000002004008039000004240000013d000008180390009c000008180300004100000000030940190000004003300210000008180410009c0000081801008041000000c001100210000000000131019f00000880011001c7000b00000009001d000a00000005001d205b20560000040f0000000a0a0000290000000b09000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000000505400272000004110000613d000000000601034f0000000007090019000000006806043c00000000078704360000000008a7004b0000040d0000c13d0000001f06400190000004200000613d0000000505500210000000000751034f00000000055900190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f0002000000010355000000010220019000000e530000613d0000001f01400039000000600210018f00000000050900190000000001920019000000000221004b00000000020000190000000102004039000008660310009c00000aaa0000213d000000010220019000000aaa0000c13d000000400010043f000000200240008c00000dda0000413d0000000002050433000000000302004b0000000003000019000000010300c039000000000332004b00000dda0000c13d000000000202004b00000e1c0000613d0000000502000029000000010120008c0000044b0000613d000000020120008c00000ddd0000c13d000008850100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f0000000102200190000004560000c13d00000ddc0000013d000008830100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f000000010220019000000ddc0000613d000000000201043b0000000e0120006b00000e3a0000a13d0000000d0120006b00000e3a0000a13d000a00000002001d0000000f010000290000000000100435000000fb01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b0000000101100039000000000101041a000b00000001001d0000010001000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000b030000290000081803300197000000010220019000000dda0000613d000000000101043b0000000101100039000000000101041a0000081802100197000000010130008a0000000a04000029000000000141004b00000e260000413d000000010120008a000000000141004b00000e260000413d000b00000002001d0000000e0130006c000004ae0000613d0000000f010000290000000000100435000000fb01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b0000000101100039000000000201041a0000089e022001970000000e03000029000000000232019f000000000021041b000000400100043d0000000000310435000008180210009c000008180100804100000040011002100000000002000414000008180320009c0000081802008041000000c002200210000000000121019f00000822011001c70000800d0200003900000002030000390000089f040000410000000f05000029205b20510000040f000000010120019000000dda0000613d0000000b020000290000000d0120006c000003cb0000613d0000000f0100002900000000001004350000010001000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b0000000101100039000000000201041a0000089e022001970000000d03000029000000000232019f000000000021041b000000400100043d0000000000310435000008180210009c000008180100804100000040011002100000000002000414000008180320009c0000081802008041000000c002200210000000000121019f00000822011001c70000800d020000390000000203000039000008a0040000410000000f05000029205b20510000040f0000000101200190000003cb0000c13d00000dda0000013d000000240320008c00000dda0000413d0000000003000416000000000303004b00000dda0000c13d0000000403100370000000000303043b000f00000003001d0000085b0330009c00000dda0000213d0000010403000039000000000303041a0000086204000041000000800040043f00000000040004140000085b03300197000000040530008c00000a7f0000c13d000000000121034f000000000300003100000a8d0000013d0000000001000416000000000101004b00000dda0000c13d0000009701000039000005390000013d000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000601043b0000085b0160009c00000dda0000213d0000003301000039000000000101041a0000085b051001970000000001000411000000000115004b000006780000c13d0000006501000039000000000201041a0000085d02200197000000000262019f000000000021041b0000000001000414000008180210009c0000081801008041000000c0011002100000085e011001c70000800d0200003900000003030000390000085f0400004100000b310000013d000000440320008c00000dda0000413d0000000003000416000000000303004b00000dda0000c13d0000000403100370000000000303043b000f00000003001d0000085b0330009c00000dda0000213d0000002401100370000000000101043b000008660310009c00000dda0000213d0000000401100039205b0eb00000040f00000000020100190000000f01000029205b0eeb0000040f00000000010000190000205c0001042e000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000101043b0000085b0210009c00000dda0000213d0000000000100435000000fe010000390000062d0000013d0000000001000416000000000101004b00000dda0000c13d000000c901000039000006300000013d0000000001000416000000000101004b00000dda0000c13d0000003301000039000000000101041a0000085b01100197000000800010043f0000085c010000410000205c0001042e0000000001000416000000000101004b00000dda0000c13d0000000001000412001100000001001d001000400000003d000080050100003900000044030000390000000004000415000000110440008a00000005044002100000086002000041205b20330000040f205b1ffc0000040f000000400200043d0000000000120435000008180120009c0000081802008041000000400120021000000861011001c70000205c0001042e000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000101043b0000085b0210009c00000dda0000213d0000003302000039000000000202041a0000085b022001970000000003000411000000000232004b000006780000c13d000000000201004b00000b210000c13d0000082001000041000000800010043f0000002001000039000000840010043f0000002501000039000000a40010043f0000087501000041000000c40010043f0000087401000041000000e40010043f000008a3010000410000205d00010430000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000101043b0000085b0210009c00000dda0000213d00000000001004350000010601000039000000200010043f0000000001000019205b20220000040f0000000202100039000000000202041a0000000103100039000000000303041a000000000101041a0000087801100197000000800010043f000000a00030043f000000c00020043f00000879010000410000205c0001042e000000640220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000402100370000000000202043b000f00000002001d0000085b0220009c00000dda0000213d0000002402100370000000000202043b000e00000002001d0000085b0220009c00000dda0000213d000000a002000039000000400020043f0000004401100370000000000101043b000000800010043f0000010401000039000000000101041a0000085b011001970000000002000411000000000121004b00000000010000190000000101006039205b16b30000040f00000080030000390000000f010000290000000e02000029205b19350000040f00000000010000190000205c0001042e0000000001000416000000000101004b00000dda0000c13d0000000001000412001300000001001d001200200000003d000080050100003900000044030000390000000004000415000000130440008a00000005044002100000086002000041205b20330000040f000000000101004b0000000001000019000000010100c039000000800010043f0000085c010000410000205c0001042e000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000101043b0000085b0210009c00000dda0000213d00000000001004350000010001000039000005d50000013d000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000101043b0000085b0210009c00000dda0000213d0000000000100435000000fb01000039000000200010043f0000000001000019205b20220000040f0000000102100039000000000202041a000000000101041a0000087803100197000000800030043f000000e001100270000000a00010043f0000081801200197000000c00010043f00000879010000410000205c0001042e000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000101043b0000085b0210009c00000dda0000213d000000000010043500000101010000390000062d0000013d000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000101043b0000085b0210009c00000dda0000213d0000000000100435000000ff010000390000062d0000013d000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000101043b0000085b0210009c00000dda0000213d0000000000100435000000fd010000390000062d0000013d000000440220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000402100370000000000202043b0000085b0320009c00000dda0000213d0000002401100370000000000101043b000f00000001001d0000085b0110009c00000dda0000213d0000000000200435000000fc01000039000006280000013d000000440220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000402100370000000000202043b0000085b0320009c00000dda0000213d0000002401100370000000000101043b000f00000001001d0000085b0110009c00000dda0000213d00000000002004350000010301000039000000200010043f0000000001000019205b20220000040f0000000f020000290000000000200435000000200010043f0000000001000019205b20220000040f000000000101041a000000800010043f0000085c010000410000205c0001042e0000000001000416000000000101004b00000dda0000c13d0000000001000412001700000001001d001600000000001d000080050100003900000044030000390000000004000415000000170440008a00000005044002100000086002000041205b20330000040f000000800010043f0000085c010000410000205c0001042e000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000101043b000f00000001001d0000085b0110009c00000dda0000213d0000010401000039000000000101041a0000085b011001970000000002000411000000000121004b00000ab00000c13d0000086001000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000000010210008c00000b780000613d000000020110008c00000ddd0000c13d00000885010000410000000000100439000000000100041400000b7b0000013d000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000101043b0000085b0210009c00000dda0000213d205b16ca0000040f00000000010000190000205c0001042e0000082001000041000000800010043f0000002001000039000000840010043f000000a40010043f000008b801000041000000c40010043f000008b9010000410000205d000104300000082001000041000000800010043f0000002001000039000000840010043f0000002901000039000000a40010043f000008a101000041000000c40010043f000008a201000041000000e40010043f000008a3010000410000205d000104300000000e020000290000000102200039000e00000002001d000000080120006c00000b340000813d000000800100043d0000000e03000029000000000131004b00000e620000a13d0000000501300210000000a00210003900000000020204330000085b042001970000000b020000290000000002020433000000000232004b00000e620000a13d0000000a020000290000000002020433000000000232004b00000e620000a13d00000020011000390000000b021000290000000002020433000d00000002001d0000000a011000290000000001010433000c00000001001d0000010401000039000000000201041a000000400900043d000008810100004100000000051904360000000401900039000f00000004001d000000000041043500000000010004140000085b02200197000000040320008c000006b90000c13d0000000004000031000000200140008c0000002004008039000006e80000013d000008180390009c000008180300004100000000030940190000004003300210000008180410009c0000081801008041000000c001100210000000000131019f00000880011001c7000900000009001d000700000005001d205b20560000040f000000070a0000290000000909000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000000505400272000006d50000613d000000000601034f0000000007090019000000006806043c00000000078704360000000008a7004b000006d10000c13d0000001f06400190000006e40000613d0000000505500210000000000751034f00000000055900190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f0002000000010355000000010220019000000e6e0000613d0000001f01400039000000600210018f00000000050900190000000001920019000000000221004b00000000020000190000000102004039000008660310009c00000aaa0000213d000000010220019000000aaa0000c13d000000400010043f000000200240008c00000dda0000413d0000000002050433000000000302004b0000000003000019000000010300c039000000000332004b00000dda0000c13d000000000202004b00000e1c0000613d0000000f010000290000000000100435000000ff01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b000000000101041a0000000d0110006c0000088b0000613d0000000f010000290000000000100435000000fb01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b000600000001001d0000010601000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b000900000001001d000000ff01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b000000000101041a000500000001001d0000086001000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000000010210008c000007590000613d000000020110008c00000ddd0000c13d000008850100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f0000000102200190000007640000c13d00000ddc0000013d000008830100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000700000001001d0000086001000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000000ddc0000613d000000000601043b000000000106004b000007860000613d00000009030000290000000201300039000000000701041a000000070170006b00000000010000190000000101002039000000000207004b0000000002000019000000010200c039000000000112017000000007070060290000000101300039000000000201041a000007a10000013d000000400100043d000008860210009c000000070400002900000aaa0000213d0000004002100039000000400020043f0000002002100039000008870300004100000000003204350000001c020000390000000000210435000008880240009c00000ba40000813d00000006030000290000000101300039000000000101041a0000081807100197000000000174004b00000000010000190000000101002039000000000207004b0000000002000019000000010200c03900000000011201700000000007046019000000000103041a000000e002100270000000000127004b00000e680000413d000000000127004b0000000f050000290000085e0000613d000000050100006b000007b50000613d000700000002001d000000400900043d00000889010000410000000001190436000400000001001d0000000001000414000000040250008c000007bb0000c13d0000000003000031000000200130008c00000020040000390000000004034019000007ee0000013d000000000106004b000008580000613d00000009010000290000000101100039000000000071041b0000085e0000013d000100000007001d000200000006001d000008180290009c000008180200004100000000020940190000004002200210000008180310009c0000081801008041000000c001100210000000000121019f0000081b011001c70000000002050019000300000009001d205b20560000040f0000000309000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000000505400272000000040a000029000007d90000613d000000000601034f0000000007090019000000006806043c00000000078704360000000008a7004b000007d50000c13d0000001f06400190000007e80000613d0000000505500210000000000751034f00000000055900190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f0002000000010355000000010220019000000e920000613d000000020600002900000001070000290000001f01400039000000600210018f00000000080900190000000001920019000000000221004b00000000020000190000000102004039000008660410009c00000aaa0000213d000000010220019000000aaa0000c13d000000400010043f000000200230008c00000dda0000413d000000070270006a00000005432000b900000000422300d9000000050220006c000000000506001900000e680000c13d0000000002080433000000000402004b000008150000613d0000088a0410009c00000aaa0000213d0000002004100039000000400040043f00000000000104350000088b143000d1000000000103004b000008100000613d00000000313400d90000088b0110009c00000e680000c13d000000400100043d0000088a0310009c00000aaa0000213d00000000322400d9000008180000013d0000088a0210009c000000000200001900000aaa0000213d0000002003100039000000400030043f0000000000210435000000400200043d0000088a0320009c00000aaa0000213d000000000305004b000000090400002900000000030400190000000603006029000000000303041a0000002004200039000000400040043f00000878033001970000000000320435000000400300043d0000088a0430009c00000aaa0000213d0000002004300039000000400040043f0000000000030435000000000202043300000000010104330000000002210019000000000112004b00000000010000190000000101004039000000010110019000000e680000c13d000000400100043d0000088a0310009c00000aaa0000213d0000002003100039000000400030043f0000000000210435000000400100043d000008860310009c00000aaa0000213d0000004003100039000000400030043f00000020031000390000088c0400004100000000004304350000001a0300003900000000003104350000088d0320009c00000ba40000813d000000000105004b000008520000613d0000000903000029000000000103041a0000088e01100197000000000121019f000000000013041b0000000101300039000000000071041b0000000f050000290000085e0000013d000000e001700210000000000112019f0000000602000029000000000012041b0000000f050000290000085e0000013d000000e0017002100000000603000029000000000203041a0000087802200197000000000112019f000000000013041b0000000001000414000008180210009c0000081801008041000000c0011002100000085e011001c70000800d0200003900000002030000390000088f04000041205b20510000040f000000010120019000000dda0000613d0000000f010000290000000000100435000000ff01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b0000000d02000029000000000021041b000000400100043d0000000000210435000008180210009c000008180100804100000040011002100000000002000414000008180320009c0000081802008041000000c002200210000000000121019f00000822011001c70000800d02000039000000020300003900000890040000410000000f05000029205b20510000040f000000010120019000000dda0000613d0000000f010000290000000000100435000000fe01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b000000000101041a0000000c0110006c0000068d0000613d000000400900043d0000089101000041000000000519043600000000010004140000000f02000029000000040320008c000008a70000c13d0000000004000031000000200140008c0000002004008039000008d60000013d000008180390009c000008180300004100000000030940190000004004300210000008180310009c0000081801008041000000c001100210000000000141019f0000081b011001c7000d00000009001d000900000005001d205b20560000040f000000090a0000290000000d09000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000000505400272000008c30000613d000000000601034f0000000007090019000000006806043c00000000078704360000000008a7004b000008bf0000c13d0000001f06400190000008d20000613d0000000505500210000000000751034f00000000055900190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f0002000000010355000000010220019000000e7d0000613d0000001f01400039000000600110018f00000000050900190000000003910019000000000113004b00000000010000190000000101004039000008660230009c00000aaa0000213d000000010110019000000aaa0000c13d000d00000003001d000000400030043f000000200140008c00000dda0000413d0000000d030000290000088a0130009c00000aaa0000213d00000000010504330000002002300039000000400020043f00000000001304350000000f0100002900000000001004350000010001000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b000600000001001d0000010701000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b000900000001001d000000fe01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b000000000101041a000500000001001d0000086001000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000000010210008c000009360000613d000000020110008c00000ddd0000c13d000008850100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f0000000102200190000009410000c13d00000ddc0000013d000008830100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000700000001001d0000086001000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000000ddc0000613d000000000601043b000000000106004b000009640000613d00000009030000290000000201300039000000000801041a000000070180006b00000000010000190000000101002039000000000208004b0000000002000019000000010200c039000000000112017000000007080060290000000101300039000000000201041a0000000d07000029000009800000013d000000400100043d000008860210009c0000000d07000029000000070400002900000aaa0000213d0000004002100039000000400020043f0000002002100039000008870300004100000000003204350000001c020000390000000000210435000008880240009c00000ba40000813d00000006030000290000000101300039000000000101041a0000081808100197000000000184004b00000000010000190000000101002039000000000208004b0000000002000019000000010200c03900000000011201700000000008046019000000000103041a000000e002100270000000000128004b00000e680000413d000000000128004b0000000f0500002900000a4a0000613d000000050100006b000009940000613d000700000002001d000000400900043d00000892010000410000000001190436000400000001001d0000000001000414000000040250008c0000099a0000c13d0000000003000031000000200130008c00000020040000390000000004034019000009cd0000013d000000000106004b00000a440000613d00000009010000290000000101100039000000000081041b00000a4a0000013d000100000008001d000200000006001d000008180290009c000008180200004100000000020940190000004002200210000008180310009c0000081801008041000000c001100210000000000121019f0000081b011001c70000000002050019000300000009001d205b20560000040f0000000309000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000000505400272000000040a000029000009b80000613d000000000601034f0000000007090019000000006806043c00000000078704360000000008a7004b000009b40000c13d0000001f06400190000009c70000613d0000000505500210000000000751034f00000000055900190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f0002000000010355000000010220019000000ea10000613d000000020600002900000001080000290000001f01400039000000600210018f00000000050900190000000001920019000000000221004b00000000020000190000000102004039000008660410009c00000aaa0000213d000000010220019000000aaa0000c13d000000000a080019000000400010043f000000200230008c00000dda0000413d000000000305043300000893423000d1000000000403004b0000000d0700002900000000080600190000000705000029000009e60000613d00000000433200d9000008930330009c00000e680000c13d0000000003070433000000000403004b00000e8c0000613d00000000055a004900000005645000b900000000655400d9000000050550006c00000e680000c13d000000000523004b000009f40000a13d0000088a0210009c000000000200001900000a040000a13d00000aaa0000013d0000088a0510009c00000aaa0000213d0000002005100039000000400050043f00000000000104350000088b154000d1000000000104004b000009ff0000613d00000000414500d90000088b0110009c00000e680000c13d000000400100043d0000088a0410009c00000aaa0000213d00000000323200d900000000322500d90000002003100039000000400030043f0000000000210435000000400200043d0000088a0320009c00000aaa0000213d000000000308004b000000090400002900000000030400190000000603006029000000000303041a0000002004200039000000400040043f00000878033001970000000000320435000000400300043d0000088a0430009c00000aaa0000213d0000002004300039000000400040043f0000000000030435000000000202043300000000010104330000000002210019000000000112004b00000000010000190000000101004039000000010110019000000e680000c13d000000400100043d0000088a0310009c00000aaa0000213d0000002003100039000000400030043f0000000000210435000000400100043d000008860310009c00000aaa0000213d0000004003100039000000400030043f00000020031000390000088c0400004100000000004304350000001a0300003900000000003104350000088d0320009c00000ba40000813d000000000108004b00000a3e0000613d0000000903000029000000000103041a0000088e01100197000000000121019f000000000013041b00000001013000390000000000a1041b0000000f0500002900000a4a0000013d000000e001a00210000000000112019f0000000602000029000000000012041b0000000f0500002900000a4a0000013d000000e0018002100000000603000029000000000203041a0000087802200197000000000112019f000000000013041b0000000001070433000000400200043d0000000000120435000008180120009c000008180200804100000040012002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f00000822011001c70000800d0200003900000002030000390000089404000041205b20510000040f000000010120019000000dda0000613d0000000f010000290000000000100435000000fe01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b0000000c02000029000000000021041b000000400100043d0000000000210435000008180210009c000008180100804100000040011002100000000002000414000008180320009c0000081802008041000000c002200210000000000121019f00000822011001c70000800d02000039000000020300003900000895040000410000000f05000029205b20510000040f00000001012001900000068d0000c13d00000dda0000013d000008180140009c0000081804008041000000c00140021000000863011001c70000000002030019205b20560000040f00000000030100190000006003300270000008180030019d00000818033001970002000000010355000000010220019000000b360000613d00000080080000390000001f0230018f000000050430027200000a970000613d00000005054002100000008005500039000000000601034f000000006706043c0000000008780436000000000758004b00000a930000c13d000000000502004b00000aa60000613d0000000504400210000000000141034f00000003022002100000008004400039000000000504043300000000052501cf000000000525022f000000000101043b0000010002200089000000000121022f00000000012101cf000000000151019f00000000001404350000001f01300039000008bb01100197000008640210009c00000abc0000a13d0000087f0100004100000000001004350000004101000039000000040010043f00000880010000410000205d000104300000082001000041000000800010043f0000002001000039000000840010043f0000002701000039000000a40010043f000008b401000041000000c40010043f000008b501000041000000e40010043f000008a3010000410000205d000104300000008002100039000000400020043f000008650430009c00000dda0000213d000000200430008c00000dda0000413d000000800400043d000008660540009c00000dda0000213d00000080033000390000009f05400039000000000635004b0000000006000019000008670600804100000867073001970000086705500197000000000875013f000000000575004b00000000050000190000086705004041000008670780009c000000000506c019000000000505004b00000dda0000c13d00000080054000390000000006050433000008660560009c00000aaa0000213d00000005056002100000003f0750003900000868077001970000000007270019000008660870009c00000aaa0000213d000000400070043f0000000000620435000000a0044000390000000005540019000000000335004b00000dda0000213d000000000306004b000005200000613d000000a00110003900000000430404340000085b0630009c00000dda0000213d0000000001310436000000000354004b00000ae70000413d000005200000013d0000006401200039000008a40300004100000000003104350000004401200039000008a503000041000000000031043500000024012000390000002203000039000000000031043500000820010000410000000000120435000000040120003900000020030000390000000000310435000008180120009c0000081802008041000000400120021000000821011001c70000205d000104300000086001000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000000010210008c00000bea0000613d000000020110008c00000ddd0000c13d000008850100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f000000010220019000000bf50000c13d00000ddc0000013d0000009702000039000000000302041a0000085d04300197000000000414019f000000000042041b0000085b02300197000000800020043f000000a00010043f0000000001000414000008180210009c0000081801008041000000c001100210000008ba011001c70000800d0200003900000001030000390000087004000041205b20510000040f000000010120019000000dda0000613d00000000010000190000205c0001042e000000400200043d0000001f0430018f000000050530027200000b420000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b00000b3e0000c13d000000000604004b00000b510000613d0000000505500210000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000008180320009c00000818020080410000004002200210000000000112019f0000205d00010430000c00000003001d000a00000002001d00000869010000410000000000100439000000000100041000000004001004430000000001000414000008180210009c0000081801008041000000c0011002100000086a011001c70000800202000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000000000101004b00000bb70000c13d0000000a01000029000000ff0110018f000000010110008c000000000100001900000001010060390000000c020000290000000502200270000000000201001f00000bba0000c13d0000000b0100006b0000000a02000029000001cb0000613d000008bc0120019700000001011001bf000001cd0000013d000008830100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000e00000001001d0000086001000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000000000101004b00000c060000c13d000000400100043d000008b60210009c00000aaa0000813d0000004002100039000000400020043f0000002002100039000008870300004100000000003204350000001c0200003900000000002104350000000e02000029000008880220009c00000c7e0000413d000000400400043d000f00000004001d000008200200004100000000002404350000000402400039000000200300003900000000003204350000002402400039205b1eed0000040f0000000f030000290000000001310049000008180210009c0000081801008041000008180230009c000008180300804100000060011002100000004002300210000000000121019f0000205d000104300000000c010000290000000501100270000000000100001f000000400100043d00000064021000390000086b03000041000000000032043500000044021000390000086c03000041000000000032043500000024021000390000002e03000039000002650000013d0000006501000039000000000201041a0000085d02200197000000000021041b00000000010004110000085b061001970000003301000039000000000201041a0000085d03200197000000000363019f000000000031041b00000000010004140000085b05200197000008180210009c0000081801008041000000c0011002100000085e011001c70000800d0200003900000003030000390000086e04000041205b20510000040f000000010120019000000dda0000613d000000000100041a0000ff0001100190000001da0000613d000000400100043d0000000d0200006b00000c360000c13d00000064021000390000087403000041000000000032043500000044021000390000087503000041000000000032043500000024021000390000002503000039000002650000013d000008830100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000d00000001001d0000000f0100002900000000001004350000010201000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d0000000d02000029000001820000013d0000000f0100002900000000001004350000010601000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b000d00000001001d0000010701000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b0000000d02000029000000000202041a000008780320019800000c290000c13d0000088e022001970000088b022001c70000000d03000029000000000023041b000000000201041a000008780320019800000c2f0000c13d0000088e022001970000088b022001c7000000000021041b00000001011000390000000e02000029000000000021041b0000000d010000290000000101100039000000000021041b00000cad0000013d0000009702000039000000000302041a0000085d043001970000000d05000029000000000454019f000000000042041b000000200210003900000000005204350000085b023001970000000000210435000008180210009c000008180100804100000040011002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f0000086f011001c70000800d0200003900000001030000390000087004000041205b20510000040f000000010120019000000dda0000613d000000400100043d000000c903000039000000000203041a00000044040000390000000104400367000000000404043b000000000542004b00000cb60000813d000000000043041b000000200310003900000000004304350000000000210435000008180210009c000008180100804100000040011002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f0000086f011001c70000800d0200003900000001030000390000087304000041205b20510000040f000000010120019000000dda0000613d0000000b0100006b00000b340000c13d000000000200041a000008bd01200197000000000010041b000000400100043d00000001030000390000000000310435000008180210009c000008180100804100000040011002100000000002000414000008180420009c0000081802008041000000c002200210000000000112019f00000822011001c70000800d02000039000008230400004100000b310000013d0000000f010000290000000000100435000000fb01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b000d00000001001d0000010001000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b0000000d02000029000000000202041a000008780320019800000ca10000c13d0000088e022001970000088b022001c70000000d03000029000000000023041b0000000e02000029000000e002200210000000000301041a00000878033001980000088b03006041000000000323019f000000000031041b0000000d03000029000000000103041a0000087801100197000000000121019f000000000013041b0000000001000414000008180210009c0000081801008041000000c0011002100000085e011001c70000800d020000390000000203000039000008b704000041000001a20000013d00000064021000390000087103000041000000000032043500000044021000390000087203000041000000000032043500000024021000390000002203000039000002650000013d0000000f02000029000000080120006b00000dfe0000c13d0000000e02000029000000080120006b00000dfe0000c13d0000086001000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000400000001001d000000080100006b00000b340000613d000c00000000001d00000cdf0000013d0000000c020000290000000102200039000c00000002001d000000080120006c00000b340000813d0000000c01000029000000050110021000000007031000290000000102000367000000000332034f000000000303043b000f00000003001d0000085b0330009c00000dda0000213d00000005031000290000000601100029000000000112034f000000000232034f000000000202043b000d00000002001d000000000101043b000e00000001001d0000010401000039000000000201041a000000400900043d0000088101000041000000000519043600000004019000390000000f03000029000000000031043500000000010004140000085b02200197000000040320008c00000d000000c13d0000000004000031000000200140008c000000200400803900000d2f0000013d000008180390009c000008180300004100000000030940190000004003300210000008180410009c0000081801008041000000c001100210000000000131019f00000880011001c7000b00000009001d000a00000005001d205b20560000040f0000000a0a0000290000000b09000029000000000301001900000060033002700000081803300197000000200430008c00000020040000390000000004034019000000050540027200000d1c0000613d000000000601034f0000000007090019000000006806043c00000000078704360000000008a7004b00000d180000c13d0000001f0640019000000d2b0000613d0000000505500210000000000751034f00000000055900190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f0002000000010355000000010220019000000e440000613d0000001f01400039000000600210018f00000000050900190000000001920019000000000221004b00000000020000190000000102004039000008660310009c00000aaa0000213d000000010220019000000aaa0000c13d000000400010043f000000200240008c00000dda0000413d0000000002050433000000000302004b0000000003000019000000010300c039000000000332004b00000dda0000c13d000000000202004b00000e1c0000613d0000000402000029000000010120008c00000d560000613d000000020120008c00000ddd0000c13d000008850100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f000000010220019000000d610000c13d00000ddc0000013d000008830100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f000000010220019000000ddc0000613d000000000201043b0000000e0120006b00000e300000a13d0000000d0120006b00000e300000a13d000b00000002001d0000000f0100002900000000001004350000010601000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b0000000201100039000000000101041a000a00000001001d0000010701000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b0000000a04000029000000010240008a0000000b03000029000000000232004b00000e260000413d0000000201100039000000000101041a000900000001001d000000010110008a000000000131004b00000e260000413d0000000e0140006c00000db40000613d0000000f0100002900000000001004350000010601000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b00000002011000390000000e02000029000000000021041b000000400100043d0000000000210435000008180210009c000008180100804100000040011002100000000002000414000008180320009c0000081802008041000000c002200210000000000121019f00000822011001c70000800d020000390000000203000039000008ae040000410000000f05000029205b20510000040f000000010120019000000dda0000613d00000009020000290000000d0120006c00000cda0000613d0000000f0100002900000000001004350000010701000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b00000002011000390000000d02000029000000000021041b000000400100043d0000000000210435000008180210009c000008180100804100000040011002100000000002000414000008180320009c0000081802008041000000c002200210000000000121019f00000822011001c70000800d020000390000000203000039000008af040000410000000f05000029205b20510000040f000000010120019000000cda0000c13d00000000010000190000205d00010430000000000001042f0000087f0100004100000000001004350000005101000039000000040010043f00000880010000410000205d00010430000000400100043d00000044021000390000089903000041000000000032043500000024021000390000001a03000039000000000032043500000820020000410000000000210435000000040210003900000020030000390000000000320435000008180210009c000008180100804100000040011002100000087e011001c70000205d00010430000000400100043d00000064021000390000089a03000041000000000032043500000044021000390000089b03000041000000000032043500000024021000390000003803000039000002650000013d000000400100043d0000008402100039000008a90300004100000000003204350000006402100039000008aa03000041000000000032043500000044021000390000089b03000041000000000032043500000024021000390000004103000039000000000032043500000820020000410000000000210435000000040210003900000020030000390000000000320435000008180210009c00000818010080410000004001100210000008ab011001c70000205d00010430000000400100043d00000044021000390000087d03000041000000000032043500000024021000390000001c0300003900000de90000013d00000044021000390000089603000041000000000032043500000820020000410000000000210435000000240210003900000020030000390000000000320435000000040210003900000dee0000013d000000400100043d0000006402100039000008b00300004100000000003204350000004402100039000008b103000041000000000032043500000024021000390000002903000039000002650000013d000000400100043d0000006402100039000008ac0300004100000000003204350000004402100039000008ad03000041000000000032043500000024021000390000003b03000039000002650000013d000000400100043d00000064021000390000089c03000041000000000032043500000044021000390000089d03000041000000000032043500000024021000390000003703000039000002650000013d000000400200043d0000001f0430018f000000050530027200000e500000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b00000e4c0000c13d000000000604004b00000b440000c13d00000b510000013d000000400200043d0000001f0430018f0000000505300272000000050550021000000e5f0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b00000e5b0000c13d000000000604004b00000b510000613d00000b450000013d0000087f0100004100000000001004350000003201000039000000040010043f00000880010000410000205d000104300000087f0100004100000000001004350000001101000039000000040010043f00000880010000410000205d00010430000000400200043d0000001f0430018f0000000505300272000000050550021000000e7a0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b00000e760000c13d000000000604004b00000b510000613d00000b450000013d000000400200043d0000001f0430018f000000050530027200000e890000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b00000e850000c13d000000000604004b00000b510000613d00000b440000013d0000087f0100004100000000001004350000001201000039000000040010043f00000880010000410000205d00010430000000400200043d0000001f0430018f0000000505300272000000050550021000000e9e0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b00000e9a0000c13d000000000604004b00000b510000613d00000b450000013d000000400200043d0000001f0430018f0000000505300272000000050550021000000ead0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b00000ea90000c13d000000000604004b00000b510000613d00000b450000013d00000000030100190000001f01300039000000000421004b0000000004000019000008670400404100000867052001970000086701100197000000000651013f000000000151004b00000000010000190000086701002041000008670560009c000000000104c019000000000101004b00000ee30000613d0000000104000367000000000134034f000000000501043b000008be0150009c00000ee50000813d00000005065002100000003f016000390000086807100197000000400100043d0000000007710019000000000817004b00000000080000190000000108004039000008660970009c00000ee50000213d000000010880019000000ee50000c13d000000400070043f000000000051043500000020033000390000000005630019000000000225004b00000ee30000213d000000000253004b00000ee20000813d0000000002010019000000000634034f000000000606043b0000085b0760009c00000ee30000213d000000200220003900000000006204350000002003300039000000000653004b00000ed90000413d000000000001042d00000000010000190000205d000104300000087f0100004100000000001004350000004101000039000000040010043f00000880010000410000205d00010430000f000000000002000000c903000039000000000403041a000700000002001d0000000032020434000600000003001d000000000342004b0000167f0000213d000e085b0010019b000000000102004b000014960000613d0000000003000019000500000002001d00000007010000290000000001010433000000000131004b000015e60000a13d000a00000003001d0000000501300210000000060110002900000000010104330000010402000039000000000202041a000000400a00043d000008810300004100000000053a04360000085b031001970000000401a00039000f00000003001d000000000031043500000000010004140000085b02200197000000040320008c00000f120000c13d0000000003000031000000200130008c0000002004000039000000000403401900000f410000013d0000081803a0009c000008180300004100000000030a40190000004003300210000008180410009c0000081801008041000000c001100210000000000131019f00000880011001c7000d0000000a001d000c00000005001d205b20560000040f0000000c090000290000000d0a000029000000000301001900000060033002700000081803300197000000200430008c00000020040000390000000004034019000000050540027200000f2e0000613d000000000601034f00000000070a0019000000006806043c0000000007870436000000000897004b00000f2a0000c13d0000001f0640019000000f3d0000613d0000000505500210000000000751034f00000000055a00190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f00020000000103550000000102200190000016020000613d0000001f01400039000000600110018f0000000009a10019000000000219004b00000000020000190000000102004039000008660490009c000015c00000213d0000000102200190000015c00000c13d000000400090043f000000200230008c000015be0000413d00000000020a0433000000000402004b0000000004000019000000010400c039000000000442004b000015be0000c13d000000000202004b000015ec0000613d0000089102000041000000000629043600000000050004140000000f02000029000000040420008c00000f8d0000613d000008180190009c000008180100004100000000010940190000004001100210000008180350009c0000081805008041000000c003500210000000000113019f0000081b011001c7000d00000009001d000c00000006001d205b20560000040f0000000c0a0000290000000d09000029000000000301001900000060033002700000081803300197000000200430008c00000020040000390000000004034019000000050540027200000f780000613d000000000601034f0000000007090019000000006806043c00000000078704360000000008a7004b00000f740000c13d0000001f0640019000000f870000613d0000000505500210000000000751034f00000000055900190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f00020000000103550000000102200190000016110000613d0000001f01400039000000600110018f0000000001910019000d00000001001d000008660110009c000015c00000213d0000000d01000029000000400010043f000000200130008c000015be0000413d0000000d010000290000088a0110009c000015c00000213d00000000010904330000000d030000290000002002300039000000400020043f00000000001304350000000f0100002900000000001004350000010001000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b000900000001001d0000010701000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b000c00000001001d000000fe01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b000000000101041a000800000001001d0000086001000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f0000000102200190000015cc0000613d000000000101043b000000010210008c00000fdf0000613d000000020110008c000015fc0000c13d00000885010000410000000000100439000000000100041400000fe20000013d000008830100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f0000000102200190000015cc0000613d000000000101043b000b00000001001d0000086001000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f0000000102200190000015cc0000613d000000000701043b000000000107004b0000100e0000613d0000000c030000290000000201300039000000000901041a0000000b0190006b00000000010000190000000101002039000000000209004b0000000002000019000000010200c03900000000011201700000000b090060290000000101300039000000000601041a000000000169004b0000102b0000813d000015c60000013d000000400100043d000008860210009c0000000b04000029000015c00000213d0000004002100039000000400020043f0000002002100039000008870300004100000000003204350000001c020000390000000000210435000008880240009c000015cd0000813d00000009030000290000000101300039000000000101041a0000081809100197000000000194004b00000000010000190000000101002039000000000209004b0000000002000019000000010200c03900000000011201700000000009046019000000000103041a000000e006100270000000000169004b000015c60000413d000000000169004b0000000f05000029000010f00000613d000000080100006b0000103b0000613d000000400a00043d000008920100004100000000041a04360000000001000414000000040250008c000010410000c13d0000000003000031000000200130008c00000020040000390000000004034019000010770000013d000000000107004b000010ea0000613d0000000c010000290000000101100039000000000091041b000010f00000013d000100000006001d000b00000009001d000200000007001d0000081802a0009c000008180200004100000000020a40190000004002200210000008180310009c0000081801008041000000c001100210000000000121019f0000081b011001c7000000000205001900040000000a001d000300000004001d205b20560000040f0000000309000029000000040a000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000000505400272000010610000613d000000000601034f00000000070a0019000000006806043c0000000007870436000000000897004b0000105d0000c13d0000001f06400190000010700000613d0000000505500210000000000751034f00000000055a00190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f000200000001035500000001022001900000000b090000290000164f0000613d000000020700002900000001060000290000001f01400039000000600210018f0000000001a20019000000000221004b00000000020000190000000102004039000008660410009c000015c00000213d0000000102200190000015c00000c13d000000400010043f000000200230008c000015be0000413d00000000030a043300000893423000d1000000000403004b0000108b0000613d00000000433200d9000008930330009c000015c60000c13d0000000d030000290000000003030433000000000403004b000015e00000613d000000000569004900000008645000b900000000655400d9000000080550006c000015c60000c13d000000000523004b0000109a0000a13d0000088a0210009c0000000002000019000010aa0000a13d000015c00000013d0000088a0510009c000015c00000213d0000002005100039000000400050043f00000000000104350000088b154000d1000000000104004b000010a50000613d00000000414500d90000088b0110009c000015c60000c13d000000400100043d0000088a0410009c000015c00000213d00000000323200d900000000322500d90000002003100039000000400030043f0000000000210435000000400200043d0000088a0320009c000015c00000213d000000000307004b0000000c0400002900000000030400190000000903006029000000000303041a0000002004200039000000400040043f00000878033001970000000000320435000000400300043d0000088a0430009c000015c00000213d0000002004300039000000400040043f0000000000030435000000000202043300000000010104330000000002210019000000000112004b000000000100001900000001010040390000000101100190000015c60000c13d000000400100043d0000088a0310009c000015c00000213d0000002003100039000000400030043f0000000000210435000000400100043d000008860310009c000015c00000213d0000004003100039000000400030043f00000020031000390000088c0400004100000000004304350000001a0300003900000000003104350000088d0320009c000015cd0000813d000000000107004b000010e40000613d0000000c03000029000000000103041a0000088e01100197000000000121019f000000000013041b0000000101300039000000000091041b0000000f05000029000010f00000013d000000e001900210000000000112019f0000000902000029000000000012041b0000000f05000029000010f00000013d000000e0019002100000000903000029000000000203041a0000087802200197000000000112019f000000000013041b0000000d010000290000000001010433000000400200043d0000000000120435000008180120009c000008180200804100000040012002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f00000822011001c70000800d0200003900000002030000390000089404000041205b20510000040f0000000101200190000015be0000613d0000000f0100002900000000001004350000010001000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b000c00000001001d0000010701000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b000b00000001001d0000086001000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f0000000102200190000015cc0000613d000000000101043b000000000101004b0000000b0200002900000000010200190000000c01006029000000000101041a000c00000001001d0000010301000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000c03000029000c08780030019b0000000102200190000015be0000613d000000000101043b0000000e020000290000000000200435000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b000000000101041a000b00000001001d0000000f0100002900000000001004350000010301000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b0000000e020000290000000000200435000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b0000000c03000029000000000031041b0000088b0130009c000000000100001900000001010040390000000b0200006b0000000002000019000000010200c03900000000011201a00000088b040000410000000b0400c029000000000143004b000015c60000413d000000400500043d0000088a0150009c000015c00000213d0000002001500039000000400010043f0000000c014000690000000000150435000000400900043d000008bf01000041000000000619043600000004019000390000000e02000029000000000021043500000000010004140000000f02000029000000040320008c000011900000c13d0000000003000031000000200130008c00000020040000390000000004034019000011c10000013d000800000005001d000008180390009c000008180300004100000000030940190000004004300210000008180310009c0000081801008041000000c001100210000000000141019f00000880011001c7000b00000009001d000900000006001d205b20560000040f000000090a0000290000000b09000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000000505400272000011ad0000613d000000000601034f0000000007090019000000006806043c00000000078704360000000008a7004b000011a90000c13d0000001f06400190000011bc0000613d0000000505500210000000000751034f00000000055900190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f00020000000103550000000102200190000016310000613d00000008050000290000001f01400039000000600210018f0000000001920019000000000221004b00000000020000190000000102004039000008660410009c000015c00000213d0000000102200190000015c00000c13d000000400010043f000000200130008c000015be0000413d000000000209043300000893312000d1000000000302004b000011d50000613d00000000322100d9000008930220009c000015c60000c13d0000000d020000290000000002020433000000000302004b000015e00000613d000000000312004b000012220000213d00000000212100d90000000002050433000d0000301200ad0000000d311000f9000000000121004b000015c60000c13d0000000e010000290000000000100435000000fd01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000d030000290000088b3430012a0000000102200190000015be0000613d000000000101043b000000000101041a000d00000004001d000b00000041001d0000000b0110006b000000000100001900000001010040390000000101100190000015c60000c13d0000000e010000290000000000100435000000fd01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f00000001022001900000000d04000029000015be0000613d000000000101043b0000000b05000029000000000051041b000000400100043d00000040021000390000000c030000290000000000320435000000200210003900000000005204350000000000410435000008180210009c000008180100804100000040011002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f000008c0011001c70000800d020000390000000303000039000008c1040000410000000f050000290000000e06000029205b20510000040f0000000101200190000015be0000613d0000000f010000290000000000100435000000fb01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b000b00000001001d0000010601000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b000d00000001001d000000ff01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b000000000101041a000900000001001d0000086001000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f0000000102200190000015cc0000613d000000000101043b000000010210008c0000126c0000613d000000020110008c000015fc0000c13d000008850100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f0000000102200190000012770000c13d000015cc0000013d000008830100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f0000000102200190000015cc0000613d000000000101043b000c00000001001d0000086001000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f0000000102200190000015cc0000613d000000000601043b000000000106004b0000129b0000613d0000000d030000290000000201300039000000000701041a0000000c0170006b00000000010000190000000101002039000000000207004b0000000002000019000000010200c03900000000011201700000000c070060290000000101300039000000000801041a000000000187004b000012b80000813d000015c60000013d000000400100043d000008860210009c0000000c04000029000015c00000213d0000004002100039000000400020043f0000002002100039000008870300004100000000003204350000001c020000390000000000210435000008880240009c000015cd0000813d0000000b030000290000000101300039000000000101041a0000081807100197000000000174004b00000000010000190000000101002039000000000207004b0000000002000019000000010200c03900000000011201700000000007046019000000000103041a000000e008100270000000000187004b000015c60000413d000000000187004b0000000f05000029000013720000613d000000090100006b000012c80000613d000000400900043d000008890100004100000000041904360000000001000414000000040250008c000012ce0000c13d0000000003000031000000200130008c00000020040000390000000004034019000013040000013d000000000106004b0000136c0000613d0000000d010000290000000101100039000000000071041b000013720000013d000200000008001d000300000007001d000400000006001d000008180290009c000008180200004100000000020940190000004002200210000008180310009c0000081801008041000000c001100210000000000121019f0000081b011001c70000000002050019000c00000009001d000800000004001d205b20560000040f000000080a0000290000000c09000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000000505400272000012ee0000613d000000000601034f0000000007090019000000006806043c00000000078704360000000008a7004b000012ea0000c13d0000001f06400190000012fd0000613d0000000505500210000000000751034f00000000055900190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f000200000001035500000001022001900000165e0000613d0000000406000029000000030700002900000002080000290000001f01400039000000600210018f0000000001920019000000000221004b00000000020000190000000102004039000008660410009c000015c00000213d0000000102200190000015c00000c13d000000400010043f000000200230008c000015be0000413d000000000287004900000009432000b900000000422300d9000000090220006c000015c60000c13d0000000002090433000000000402004b000013290000613d0000088a0410009c000015c00000213d0000002004100039000000400040043f00000000000104350000088b143000d1000000000103004b000013240000613d00000000313400d90000088b0110009c000015c60000c13d000000400100043d0000088a0310009c000015c00000213d00000000322400d90000132c0000013d0000088a0210009c0000000002000019000015c00000213d0000002003100039000000400030043f0000000000210435000000400200043d0000088a0320009c000015c00000213d000000000306004b0000000d0400002900000000030400190000000b03006029000000000303041a0000002004200039000000400040043f00000878033001970000000000320435000000400300043d0000088a0430009c000015c00000213d0000002004300039000000400040043f0000000000030435000000000202043300000000010104330000000002210019000000000112004b000000000100001900000001010040390000000101100190000015c60000c13d000000400100043d0000088a0310009c000015c00000213d0000002003100039000000400030043f0000000000210435000000400100043d000008860310009c000015c00000213d0000004003100039000000400030043f00000020031000390000088c0400004100000000004304350000001a0300003900000000003104350000088d0320009c000015cd0000813d000000000106004b000013660000613d0000000d03000029000000000103041a0000088e01100197000000000121019f000000000013041b0000000101300039000000000071041b0000000f05000029000013720000013d000000e001700210000000000112019f0000000b02000029000000000012041b0000000f05000029000013720000013d000000e0017002100000000b03000029000000000203041a0000087802200197000000000112019f000000000013041b0000000001000414000008180210009c0000081801008041000000c0011002100000085e011001c70000800d0200003900000002030000390000088f04000041205b20510000040f0000000101200190000015be0000613d0000000f010000290000000000100435000000fb01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b000d00000001001d0000010601000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b000c00000001001d0000086001000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f0000000102200190000015cc0000613d000000000101043b000000000101004b0000000c0200002900000000010200190000000d01006029000000000101041a000d00000001001d000000fc01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000d03000029000d08780030019b0000000102200190000015be0000613d000000000101043b0000000e020000290000000000200435000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b000000000101041a000c00000001001d0000000f010000290000000000100435000000fc01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b0000000e020000290000000000200435000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b0000000d03000029000000000031041b0000088b0130009c000000000100001900000001010040390000000c0200006b0000000002000019000000010200c03900000000011201a00000088b040000410000000c0400c029000000000143004b000015c60000413d000000400500043d0000088a0150009c000015c00000213d0000002001500039000000400010043f0000000d014000690000000000150435000000400900043d000008c201000041000000000619043600000004019000390000000e02000029000000000021043500000000010004140000000f02000029000000040320008c0000140a0000c13d0000000003000031000000200130008c000000200400003900000000040340190000143b0000013d000900000005001d000008180390009c000008180300004100000000030940190000004004300210000008180310009c0000081801008041000000c001100210000000000141019f00000880011001c7000c00000009001d000b00000006001d205b20560000040f0000000b0a0000290000000c09000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000000505400272000014270000613d000000000601034f0000000007090019000000006806043c00000000078704360000000008a7004b000014230000c13d0000001f06400190000014360000613d0000000505500210000000000751034f00000000055900190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f00020000000103550000000102200190000016400000613d00000009050000290000001f01400039000000600210018f0000000001920019000000000221004b00000000020000190000000102004039000008660410009c000015c00000213d0000000102200190000015c00000c13d000000400010043f000000200130008c000015be0000413d0000000001050433000000000209043300000000342100a9000000000302004b000014500000613d00000000322400d9000000000112004b000015c60000c13d0000000e010000290000000000100435000000fd01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039000c00000004001d205b20560000040f0000000c030000290000088b3430012a0000000102200190000015be0000613d000000000101043b000000000101041a000c00000004001d000b00000041001d0000000b0110006b000000000100001900000001010040390000000101100190000015c60000c13d0000000e010000290000000000100435000000fd01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f00000001022001900000000c04000029000015be0000613d000000000101043b0000000b05000029000000000051041b000000400100043d00000040021000390000000d030000290000000000320435000000200210003900000000005204350000000000410435000008180210009c000008180100804100000040011002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f000008c0011001c70000800d020000390000000303000039000008c3040000410000000f050000290000000e06000029205b20510000040f0000000101200190000015be0000613d0000000a030000290000000103300039000000050130006c00000ef80000413d0000000e010000290000000000100435000000fd01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b000000000501041a0000010501000039000000000201041a000000400a00043d000008c20100004100000000041a04360000000401a000390000000003000410000000000031043500000000010004140000085b09200197000000040290008c000014b60000c13d0000000003000031000000200130008c00000020040000390000000004034019000014eb0000013d000f00000005001d0000081802a0009c000008180200004100000000020a40190000004002200210000008180310009c0000081801008041000000c001100210000000000121019f00000880011001c7000d00000009001d0000000002090019000c0000000a001d000b00000004001d205b20560000040f0000000b0b0000290000000c0a000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000001f0540018f0000000506400272000014d60000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000009b8004b000014d20000c13d000000000705004b000014e50000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f000200000001035500000001022001900000000d090000290000168b0000613d0000000f050000290000001f01400039000000600210018f0000000001a20019000000000221004b00000000020000190000000102004039000008660410009c000015c00000213d0000000102200190000015c00000c13d000000400010043f000000200230008c000015be0000413d000000000205004b000015ac0000613d00000000020a0433000000000252004b000014ff0000813d000f00000005001d000015ad0000013d000000440210003900000000005204350000002002100039000008c504000041000000000042043500000024041000390000000e05000029000000000054043500000044040000390000000000410435000008640410009c000015c00000213d000000800a1000390000004000a0043f000008c60410009c000015c00000213d000000c004100039000000400040043f000000200400003900000000004a0435000000a004100039000008c705000041000000000054043500000000040104330000000001000414000000040590008c0000151e0000c13d000008660130009c000015c00000213d0000000102000039000015350000013d000f0000000a001d000008180320009c00000818020080410000004002200210000008180340009c00000818040080410000006003400210000000000223019f000008180310009c0000081801008041000000c001100210000000000112019f000d00000009001d0000000002090019205b20510000040f000000010220018f00020000000103550000006001100270000008180010019d00000818031001980000159a0000613d0000000d090000290000000f0a0000290000001f01300039000008c8011001970000003f01100039000008c904100197000000400c00043d0000000001c40019000000000441004b00000000040000190000000104004039000008660510009c000015c00000213d0000000104400190000015c00000c13d000000400010043f0000001f0130018f000000000b3c0436000000020400036700000005033002720000000503300210000015500000613d00000000053b0019000000000604034f00000000070b0019000000006806043c0000000007870436000000000857004b0000154c0000c13d000000000501004b0000155e0000613d000000000434034f00000000033b00190000000301100210000000000503043300000000051501cf000000000515022f000000000404043b0000010001100089000000000414022f00000000011401cf000000000151019f000000000013043500000000040c0433000000000202004b000015a10000613d000000000204004b000015790000c13d000f0000000c001d000d0000000b001d0000086901000041000000000010043900000004009004430000000001000414000008180210009c0000081801008041000000c0011002100000086a011001c70000800202000039205b20560000040f0000000102200190000015cc0000613d000000000101043b000000000101004b0000000f01000029000016a20000613d0000000004010433000000000204004b0000000d0b000029000015ac0000613d000008650240009c000015be0000213d000000200140008c000015be0000413d00000000010b0433000000000201004b0000000002000019000000010200c039000000000221004b000015be0000c13d000000000101004b000f00000000001d000015ad0000c13d000000400100043d0000006402100039000008ca0300004100000000003204350000004402100039000008cb03000041000000000032043500000024021000390000002a03000039000000000032043500000820020000410000000000210435000000040210003900000020030000390000000000320435000008180210009c0000081801008041000000400110021000000821011001c70000205d00010430000000600c000039000000800b0000390000000d090000290000000f0a00002900000000040c0433000000000202004b000015610000c13d00000000010a0019000000000204004b0000169a0000c13d000000400400043d000f00000004001d00000820020000410000000000240435000000040340003900000020020000390000000000230435000015d40000013d000f00000000001d0000000e010000290000000000100435000000fd01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f00000001022001900000000f02000029000015be0000613d000000000101043b000000000021041b000000000001042d00000000010000190000205d000104300000087f0100004100000000001004350000004101000039000000040010043f00000880010000410000205d000104300000087f0100004100000000001004350000001101000039000000040010043f00000880010000410000205d00010430000000000001042f000000400400043d000f00000004001d000008200200004100000000002404350000000402400039000000200300003900000000003204350000002402400039205b1eed0000040f0000000f030000290000000001310049000008180210009c0000081801008041000008180230009c000008180300804100000060011002100000004002300210000000000121019f0000205d000104300000087f0100004100000000001004350000001201000039000000040010043f00000880010000410000205d000104300000087f0100004100000000001004350000003201000039000000040010043f00000880010000410000205d000104300000004401900039000008c402000041000000000021043500000024019000390000001502000039000000000021043500000820010000410000000000190435000000040190003900000020020000390000000000210435000008180190009c000008180900804100000040019002100000087e011001c70000205d000104300000087f0100004100000000001004350000005101000039000000040010043f00000880010000410000205d00010430000000400200043d0000001f0430018f000000050530027200000005055002100000160e0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b0000160a0000c13d000000000604004b0000161f0000c13d0000162b0000013d000000400200043d0000001f0430018f000000050530027200000005055002100000161d0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b000016190000c13d000000000604004b0000162b0000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000008180320009c00000818020080410000004002200210000000000121019f0000205d00010430000000400200043d0000001f0430018f000000050530027200000005055002100000163d0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b000016390000c13d000000000604004b000016790000613d0000166d0000013d000000400200043d0000001f0430018f000000050530027200000005055002100000164c0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b000016480000c13d000000000604004b000016790000613d0000166d0000013d000000400200043d0000001f0430018f00000005053002720000165b0000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b000016570000c13d000000000604004b0000166c0000c13d000016790000013d000000400200043d0000001f0430018f00000005053002720000166a0000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b000016660000c13d000000000604004b000016790000613d0000000505500210000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000008180320009c00000818020080410000004002200210000000000112019f0000205d00010430000000400100043d00000024031000390000000000230435000008cd03000041000000000031043500000004031000390000000000430435000008180210009c00000818010080410000004001100210000008ce011001c70000205d00010430000000400200043d0000001f0430018f00000005053002720000000505500210000016970000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b000016930000c13d000000000604004b0000166d0000c13d000016790000013d0000081802b0009c000008180b0080410000004002b00210000008180340009c00000818040080410000006001400210000000000121019f0000205d00010430000000400100043d0000004402100039000008cc03000041000000000032043500000024021000390000001d03000039000000000032043500000820020000410000000000210435000000040210003900000020030000390000000000320435000008180210009c000008180100804100000040011002100000087e011001c70000205d00010430000000000101004b000016b60000613d000000000001042d000000400100043d0000006402100039000008b50300004100000000003204350000004402100039000008b403000041000000000032043500000024021000390000002703000039000000000032043500000820020000410000000000210435000000040210003900000020030000390000000000320435000008180210009c0000081801008041000000400110021000000821011001c70000205d0001043000040000000000020000085b01100197000300000001001d00000000001004350000010101000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f00000001022001900000176f0000613d000000000101043b000000000101041a000200000001001d0000086001000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f0000000102200190000017770000613d000000000101043b000000010210008c000016f40000613d000000020110008c000017780000c13d000008850100004100000000001004390000000001000414000016f70000013d000008830100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f0000000102200190000017770000613d000000000101043b000400000001001d000000030100002900000000001004350000010201000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000002030000290000176f0000613d000000000101043b000000000101041a000000040210006b000017710000413d000000040210006b0000176e0000613d000000000203004b0000176e0000613d000000040110006900010000203100ad00000001211000f9000000000131004b000017710000c13d00000003010000290000000000100435000000fd01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f00000001022001900000176f0000613d000000000101043b000000000101041a000200010010002d000000020110006b000000000100001900000001010040390000000101100190000017710000c13d00000003010000290000000000100435000000fd01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f00000001022001900000176f0000613d000000000101043b0000000202000029000000000021041b0000010201000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f00000001022001900000176f0000613d000000000101043b0000000402000029000000000021041b000000fd01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f00000001022001900000176f0000613d000000000101043b000000000101041a000000400200043d0000000000120435000008180120009c000008180200804100000040012002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f00000822011001c70000800d020000390000000203000039000008cf040000410000000305000029205b20510000040f00000001012001900000176f0000613d000000000001042d00000000010000190000205d000104300000087f0100004100000000001004350000001101000039000000040010043f00000880010000410000205d00010430000000000001042f0000087f0100004100000000001004350000005101000039000000040010043f00000880010000410000205d00010430000a000000000002000900000002001d0000085b01100197000a00000001001d00000000001004350000010001000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000018e70000613d000000000101043b000600000001001d0000010701000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000018e70000613d000000000101043b000800000001001d000000fe01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000018e70000613d000000000101043b000000000101041a000500000001001d0000086001000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f0000000102200190000018e90000613d000000000101043b000000010210008c000017c30000613d000000020110008c000019090000c13d000008850100004100000000001004390000000001000414000017c60000013d000008830100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f0000000102200190000018e90000613d000000000101043b000700000001001d0000086001000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f0000000102200190000018e90000613d000000000801043b000000000108004b000017f20000613d00000008030000290000000201300039000000000901041a000000070190006b00000000010000190000000101002039000000000209004b0000000002000019000000010200c039000000000112017000000007090060290000000101300039000000000501041a000000000159004b0000180f0000813d000018f00000013d000000400100043d000008b60210009c0000000704000029000018ea0000813d0000004002100039000000400020043f0000002002100039000008870300004100000000003204350000001c020000390000000000210435000008880240009c000018f60000813d00000006030000290000000101300039000000000101041a0000081809100197000000000194004b00000000010000190000000101002039000000000209004b0000000002000019000000010200c03900000000011201700000000009046019000000000103041a000000e005100270000000000159004b000018f00000413d000000000159004b000018d20000613d000000050100006b0000181f0000613d000000400a00043d000008920100004100000000061a043600000000010004140000000a02000029000000040320008c000018250000c13d0000000003000031000000200130008c000000200400003900000000040340190000185b0000013d000000000108004b000018cc0000613d00000008010000290000000101100039000000000091041b000018d20000013d000100000005001d000700000009001d000200000008001d0000081803a0009c000008180300004100000000030a40190000004004300210000008180310009c0000081801008041000000c001100210000000000141019f0000081b011001c700040000000a001d000300000006001d205b20560000040f000000030b000029000000040a000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000001f0540018f0000000506400272000018450000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000009b8004b000018410000c13d000000000705004b000018540000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f000200000001035500000001022001900000000709000029000019150000613d000000020800002900000001050000290000001f01400039000000600210018f0000000001a20019000000000221004b00000000020000190000000102004039000008660410009c000018ea0000213d0000000102200190000018ea0000c13d000000400010043f000000200230008c000018e70000413d00000000030a043300000893423000d1000000000403004b0000186f0000613d00000000433200d9000008930330009c000018f00000c13d00000009030000290000000003030433000000000403004b0000190f0000613d000000000559004900000005645000b900000000655400d9000000050550006c000018f00000c13d000000000523004b0000187e0000a13d0000088a0210009c00000000020000190000188e0000a13d000018ea0000013d0000088a0510009c000018ea0000213d0000002005100039000000400050043f00000000000104350000088b154000d1000000000104004b000018890000613d00000000414500d90000088b0110009c000018f00000c13d000000400100043d0000088a0410009c000018ea0000213d00000000323200d900000000322500d90000002003100039000000400030043f0000000000210435000000400200043d0000088a0320009c000018ea0000213d000000000308004b000000080400002900000000030400190000000603006029000000000303041a0000002004200039000000400040043f00000878033001970000000000320435000000400300043d0000088a0430009c000018ea0000213d0000002004300039000000400040043f0000000000030435000000000202043300000000010104330000000002210019000000000112004b000000000100001900000001010040390000000101100190000018f00000c13d000000400100043d0000088a0310009c000018ea0000213d0000002003100039000000400030043f0000000000210435000000400100043d000008860310009c000018ea0000213d0000004003100039000000400030043f00000020031000390000088c0400004100000000004304350000001a0300003900000000003104350000088d0320009c000018f60000813d000000000108004b000018c70000613d0000000803000029000000000103041a0000088e01100197000000000121019f000000000013041b0000000101300039000000000091041b000018d20000013d000000e001900210000000000112019f0000000602000029000000000012041b000018d20000013d000000e0019002100000000603000029000000000203041a0000087802200197000000000112019f000000000013041b00000009010000290000000001010433000000400200043d0000000000120435000008180120009c000008180200804100000040012002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f00000822011001c70000800d02000039000000020300003900000894040000410000000a05000029205b20510000040f0000000101200190000018e70000613d000000000001042d00000000010000190000205d00010430000000000001042f0000087f0100004100000000001004350000004101000039000000040010043f00000880010000410000205d000104300000087f0100004100000000001004350000001101000039000000040010043f00000880010000410000205d00010430000000400400043d000a00000004001d000008200200004100000000002404350000000402400039000000200300003900000000003204350000002402400039205b1eed0000040f0000000a030000290000000001310049000008180210009c0000081801008041000008180230009c000008180300804100000060011002100000004002300210000000000121019f0000205d000104300000087f0100004100000000001004350000005101000039000000040010043f00000880010000410000205d000104300000087f0100004100000000001004350000001201000039000000040010043f00000880010000410000205d00010430000000400200043d0000001f0430018f00000005053002720000000505500210000019210000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b0000191d0000c13d000000000604004b0000192f0000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000008180320009c00000818020080410000004002200210000000000121019f0000205d000104300007000000000002000300000003001d000700000002001d0000085b01100197000600000001001d00000000001004350000010001000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000001a5c0000613d000000000101043b000500000001001d0000010701000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000001a5c0000613d000000000101043b000400000001001d0000086001000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000001a6a0000613d000000000101043b000000000101004b000000040200002900000000010200190000000501006029000000000101041a000500000001001d0000010301000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000503000029000508780030019b000000010220019000001a5c0000613d000000000101043b00000007020000290000085b02200197000700000002001d0000000000200435000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000001a5c0000613d000000000101043b000000000101041a000400000001001d000000060100002900000000001004350000010301000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000001a5c0000613d000000000101043b00000007020000290000000000200435000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000001a5c0000613d000000000101043b0000000503000029000000000031041b0000088b0130009c00000000010000190000000101004039000000040200006b0000000002000019000000010200c03900000000011201a00000088b04000041000000040400c029000000000143004b00001a5e0000413d000000400500043d000008d00150009c00001a640000813d0000002001500039000000400010043f00000005014000690000000000150435000008bf01000041000000400a00043d00000000061a04360000000401a000390000000702000029000000000021043500000000010004140000000602000029000000040320008c000019c80000c13d0000000003000031000000200130008c00000020040000390000000004034019000019fa0000013d000100000005001d0000081803a0009c000008180300004100000000030a40190000004004300210000008180310009c0000081801008041000000c001100210000000000141019f00000880011001c700040000000a001d000200000006001d205b20560000040f000000020b000029000000040a000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000001f0540018f0000000506400272000019e60000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000009b8004b000019e20000c13d000000000705004b000019f50000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f0002000000010355000000010220019000001a710000613d00000001050000290000001f01400039000000600210018f0000000001a20019000000000221004b00000000020000190000000102004039000008660410009c00001a640000213d000000010220019000001a640000c13d000000400010043f000000200130008c00001a5c0000413d00000000020a043300000893312000d1000000000302004b00001a0e0000613d00000000322100d9000008930220009c00001a5e0000c13d00000003020000290000000002020433000000000302004b00001a6b0000613d000000000312004b00001a5b0000213d00000000212100d9000000000205043300040000301200ad00000004311000f9000000000121004b00001a5e0000c13d00000007010000290000000000100435000000fd01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f00000004030000290000088b3430012a000000010220019000001a5c0000613d000000000101043b000000000101041a000400000004001d000300000041001d000000030110006b00000000010000190000000101004039000000010110019000001a5e0000c13d00000007010000290000000000100435000000fd01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000000040400002900001a5c0000613d000000000101043b0000000305000029000000000051041b000000400100043d000000400210003900000005030000290000000000320435000000200210003900000000005204350000000000410435000008180210009c000008180100804100000040011002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f000008c0011001c70000800d020000390000000303000039000008c10400004100000006050000290000000706000029205b20510000040f000000010120019000001a5c0000613d000000000001042d00000000010000190000205d000104300000087f0100004100000000001004350000001101000039000000040010043f00000880010000410000205d000104300000087f0100004100000000001004350000004101000039000000040010043f00000880010000410000205d00010430000000000001042f0000087f0100004100000000001004350000001201000039000000040010043f00000880010000410000205d00010430000000400200043d0000001f0430018f0000000505300272000000050550021000001a7d0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b00001a790000c13d000000000604004b00001a8b0000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000008180320009c00000818020080410000004002200210000000000121019f0000205d0001043000090000000000020000085b01100197000900000001001d0000000000100435000000fb01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000001be60000613d000000000101043b000600000001001d0000010601000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000001be60000613d000000000101043b000800000001001d000000ff01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000001be60000613d000000000101043b000000000101041a000500000001001d0000086001000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000001be80000613d000000000101043b000000010210008c00001ad50000613d000000020110008c00001c080000c13d00000885010000410000000000100439000000000100041400001ad80000013d000008830100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f000000010220019000001be80000613d000000000101043b000700000001001d0000086001000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000001be80000613d000000000601043b000000000106004b00001b040000613d00000008030000290000000201300039000000000701041a000000070170006b00000000010000190000000101002039000000000207004b0000000002000019000000010200c039000000000112017000000007070060290000000101300039000000000501041a000000000157004b00001b210000813d00001bef0000013d000000400100043d000008b60210009c000000070400002900001be90000813d0000004002100039000000400020043f0000002002100039000008870300004100000000003204350000001c020000390000000000210435000008880240009c00001bf50000813d00000006030000290000000101300039000000000101041a0000081807100197000000000174004b00000000010000190000000101002039000000000207004b0000000002000019000000010200c03900000000011201700000000007046019000000000103041a000000e005100270000000000157004b00001bef0000413d000000000157004b00001bd90000613d000000050100006b00001b310000613d000000400a00043d000008890100004100000000081a043600000000010004140000000902000029000000040320008c00001b370000c13d0000000003000031000000200130008c0000002004000039000000000403401900001b6d0000013d000000000106004b00001bd30000613d00000008010000290000000101100039000000000071041b00001bd90000013d000100000005001d000200000007001d000300000006001d0000081803a0009c000008180300004100000000030a40190000004004300210000008180310009c0000081801008041000000c001100210000000000141019f0000081b011001c700070000000a001d000400000008001d205b20560000040f000000040b000029000000070a000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000001f0540018f000000050640027200001b570000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000009b8004b00001b530000c13d000000000705004b00001b660000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f0002000000010355000000010220019000001c0e0000613d0000000306000029000000020700002900000001050000290000001f01400039000000600210018f0000000001a20019000000000221004b00000000020000190000000102004039000008660410009c00001be90000213d000000010220019000001be90000c13d000000400010043f000000200230008c00001be60000413d000000000257004900000005432000b900000000422300d9000000050220006c00001bef0000c13d00000000020a0433000000000402004b00001b920000613d0000088a0410009c00001be90000213d0000002004100039000000400040043f00000000000104350000088b143000d1000000000103004b00001b8d0000613d00000000313400d90000088b0110009c00001bef0000c13d000000400100043d0000088a0310009c00001be90000213d00000000322400d900001b950000013d0000088a0210009c000000000200001900001be90000213d0000002003100039000000400030043f0000000000210435000000400200043d0000088a0320009c00001be90000213d000000000306004b000000080400002900000000030400190000000603006029000000000303041a0000002004200039000000400040043f00000878033001970000000000320435000000400300043d0000088a0430009c00001be90000213d0000002004300039000000400040043f0000000000030435000000000202043300000000010104330000000002210019000000000112004b00000000010000190000000101004039000000010110019000001bef0000c13d000000400100043d0000088a0310009c00001be90000213d0000002003100039000000400030043f0000000000210435000000400100043d000008860310009c00001be90000213d0000004003100039000000400030043f00000020031000390000088c0400004100000000004304350000001a0300003900000000003104350000088d0320009c00001bf50000813d000000000106004b00001bce0000613d0000000803000029000000000103041a0000088e01100197000000000121019f000000000013041b0000000101300039000000000071041b00001bd90000013d000000e001700210000000000112019f0000000602000029000000000012041b00001bd90000013d000000e0017002100000000603000029000000000203041a0000087802200197000000000112019f000000000013041b0000000001000414000008180210009c0000081801008041000000c0011002100000085e011001c70000800d0200003900000002030000390000088f040000410000000905000029205b20510000040f000000010120019000001be60000613d000000000001042d00000000010000190000205d00010430000000000001042f0000087f0100004100000000001004350000004101000039000000040010043f00000880010000410000205d000104300000087f0100004100000000001004350000001101000039000000040010043f00000880010000410000205d00010430000000400400043d000900000004001d000008200200004100000000002404350000000402400039000000200300003900000000003204350000002402400039205b1eed0000040f00000009030000290000000001310049000008180210009c0000081801008041000008180230009c000008180300804100000060011002100000004002300210000000000121019f0000205d000104300000087f0100004100000000001004350000005101000039000000040010043f00000880010000410000205d00010430000000400200043d0000001f0430018f0000000505300272000000050550021000001c1a0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b00001c160000c13d000000000604004b00001c280000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000008180320009c00000818020080410000004002200210000000000121019f0000205d000104300006000000000002000600000002001d0000085b01100197000500000001001d0000000000100435000000fb01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000001d4a0000613d000000000101043b000400000001001d0000010601000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000001d4a0000613d000000000101043b000300000001001d0000086001000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000001d580000613d000000000101043b000000000101004b000000030200002900000000010200190000000401006029000000000101041a000400000001001d000000fc01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000403000029000408780030019b000000010220019000001d4a0000613d000000000101043b00000006020000290000085b02200197000600000002001d0000000000200435000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000001d4a0000613d000000000101043b000000000101041a000300000001001d00000005010000290000000000100435000000fc01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000001d4a0000613d000000000101043b00000006020000290000000000200435000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000001d4a0000613d000000000101043b0000000403000029000000000031041b0000088b0130009c00000000010000190000000101004039000000030200006b0000000002000019000000010200c03900000000011201a00000088b04000041000000030400c029000000000143004b00001d4c0000413d000000400500043d000008d00150009c00001d520000813d0000002001500039000000400010043f00000004014000690000000000150435000008c201000041000000400a00043d00000000061a04360000000401a000390000000602000029000000000021043500000000010004140000000502000029000000040320008c00001cc00000c13d0000000003000031000000200130008c0000002004000039000000000403401900001cf20000013d000100000005001d0000081803a0009c000008180300004100000000030a40190000004004300210000008180310009c0000081801008041000000c001100210000000000141019f00000880011001c700030000000a001d000200000006001d205b20560000040f000000020b000029000000030a000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000001f0540018f000000050640027200001cde0000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000009b8004b00001cda0000c13d000000000705004b00001ced0000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f0002000000010355000000010220019000001d590000613d00000001050000290000001f01400039000000600210018f0000000001a20019000000000221004b00000000020000190000000102004039000008660410009c00001d520000213d000000010220019000001d520000c13d000000400010043f000000200130008c00001d4a0000413d000000000105043300000000020a043300000000342100a9000000000302004b00001d070000613d00000000322400d9000000000112004b00001d4c0000c13d00000006010000290000000000100435000000fd01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039000300000004001d205b20560000040f00000003030000290000088b3430012a000000010220019000001d4a0000613d000000000101043b000000000101041a000300000004001d000200000041001d000000020110006b00000000010000190000000101004039000000010110019000001d4c0000c13d00000006010000290000000000100435000000fd01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000000030400002900001d4a0000613d000000000101043b0000000205000029000000000051041b000000400100043d000000400210003900000004030000290000000000320435000000200210003900000000005204350000000000410435000008180210009c000008180100804100000040011002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f000008c0011001c70000800d020000390000000303000039000008c30400004100000005050000290000000606000029205b20510000040f000000010120019000001d4a0000613d000000000001042d00000000010000190000205d000104300000087f0100004100000000001004350000001101000039000000040010043f00000880010000410000205d000104300000087f0100004100000000001004350000004101000039000000040010043f00000880010000410000205d00010430000000000001042f000000400200043d0000001f0430018f0000000505300272000000050550021000001d650000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b00001d610000c13d000000000604004b00001d730000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000008180320009c00000818020080410000004002200210000000000121019f0000205d00010430000500000000000200000000050200190000010502000039000000000202041a000000400a00043d000008c20300004100000000063a04360000000404a000390000000003000410000000000034043500000000040004140000085b09200197000000040290008c00001d8c0000c13d0000000003000031000000200230008c0000002004000039000000000403401900001dc30000013d000100000001001d000200000005001d0000081802a0009c000008180200004100000000020a40190000004002200210000008180340009c0000081804008041000000c001400210000000000121019f00000880011001c7000500000009001d000000000209001900040000000a001d000300000006001d205b20560000040f000000030b000029000000040a000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000001f0540018f000000050640027200001dad0000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000009b8004b00001da90000c13d000000000705004b00001dbc0000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f00020000000103550000000102200190000000050900002900001e880000613d000000020500002900000001010000290000001f02400039000000600220018f0000000006a20019000000000226004b00000000020000190000000102004039000008660460009c00001e800000213d000000010220019000001e800000c13d000000400060043f0000001f0230008c00001e860000a13d000000000205004b00001e7d0000613d00000000020a0433000000000252004b00001dd70000813d0000000001050019000000000001042d000000440260003900000000005204350000002002600039000008c50400004100000000004204350000085b041001970000002405600039000000000045043500000044040000390000000000460435000008640460009c00001e800000213d000000800a6000390000004000a0043f000008c60460009c00001e800000213d000000c004600039000000400040043f000000200400003900000000004a0435000000a004600039000008c705000041000000000054043500000000040604330000000001000414000000040590008c00001df60000c13d000008660130009c00001e800000213d000000010200003900001e0d0000013d00040000000a001d000008180320009c00000818020080410000004002200210000008180340009c00000818040080410000006003400210000000000223019f000008180310009c0000081801008041000000c001100210000000000112019f000500000009001d0000000002090019205b20510000040f000000010220018f00020000000103550000006001100270000008180010019d000008180310019800001e600000613d0000000509000029000000040a0000290000001f01300039000008c8011001970000003f01100039000008c901100197000000400c00043d00000000011c00190000000004c1004b00000000040000190000000104004039000008660510009c00001e800000213d000000010440019000001e800000c13d000000400010043f0000001f0130018f000000000b3c043600000002040003670000000503300272000000050330021000001e280000613d00000000053b0019000000000604034f00000000070b0019000000006806043c0000000007870436000000000857004b00001e240000c13d000000000501004b00001e360000613d000000000434034f00000000033b00190000000301100210000000000503043300000000051501cf000000000515022f000000000404043b0000010001100089000000000414022f00000000011401cf000000000151019f000000000013043500000000040c0433000000000202004b00001e670000613d000000000204004b00001e510000c13d00050000000c001d00040000000b001d0000086901000041000000000010043900000004009004430000000001000414000008180210009c0000081801008041000000c0011002100000086a011001c70000800202000039205b20560000040f000000010220019000001ec40000613d000000000101043b000000000101004b000000050100002900001ec50000613d0000000004010433000000000204004b000000040b00002900001e7d0000613d000008650240009c00001e860000213d000000200140008c00001e860000413d00000000010b0433000000000201004b0000000002000019000000010200c039000000000221004b00001e860000c13d000000000101004b000000000500001900001ea80000613d0000000001050019000000000001042d000000600c000039000000800b0000390000000509000029000000040a00002900000000040c0433000000000202004b00001e390000c13d00000000010a0019000000000204004b00001ebc0000c13d000000400400043d000500000004001d000008200200004100000000002404350000000403400039000000200200003900000000002304350000002402400039205b1eed0000040f00000005030000290000000001310049000008180210009c0000081801008041000008180230009c000008180300804100000060011002100000004002300210000000000121019f0000205d0001043000000000050000190000000001050019000000000001042d0000087f0100004100000000001004350000004101000039000000040010043f00000880010000410000205d0001043000000000010000190000205d00010430000000400200043d0000001f0430018f0000000505300272000000050550021000001e940000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b00001e900000c13d000000000604004b00001ea20000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000008180320009c00000818020080410000004002200210000000000112019f0000205d00010430000000400100043d0000006402100039000008ca0300004100000000003204350000004402100039000008cb03000041000000000032043500000024021000390000002a03000039000000000032043500000820020000410000000000210435000000040210003900000020030000390000000000320435000008180210009c0000081801008041000000400110021000000821011001c70000205d000104300000081802b0009c000008180b0080410000004002b00210000008180340009c00000818040080410000006001400210000000000121019f0000205d00010430000000000001042f000000400100043d0000004402100039000008cc03000041000000000032043500000024021000390000001d03000039000000000032043500000820020000410000000000210435000000040210003900000020030000390000000000320435000008180210009c000008180100804100000040011002100000087e011001c70000205d000104300000003301000039000000000101041a0000085b011001970000000002000411000000000121004b00001edd0000c13d000000000001042d000000400100043d0000004402100039000008b80300004100000000003204350000082002000041000000000021043500000024021000390000002003000039000000000032043500000004021000390000000000320435000008180210009c000008180100804100000040011002100000087e011001c70000205d0001043000000000430104340000000001320436000000000203004b00001ef90000613d000000000200001900000000052100190000000006240019000000000606043300000000006504350000002002200039000000000532004b00001ef20000413d000000000231001900000000000204350000001f02300039000008bb022001970000000001210019000000000001042d000300000000000200000000080100190000009701000039000000000201041a000000400a00043d0000002401a0003900000040030000390000000000310435000008d101000041000000000b1a04360000000401a000390000000009000411000000000091043500000000430804340000004401a0003900000000003104350000006401a000390000085b02200197000000000503004b00001f1b0000613d000000000500001900000000061500190000000007540019000000000707043300000000007604350000002005500039000000000635004b00001f140000413d000000000431001900000000000404350000000004000414000000040520008c00001f250000c13d0000000003000031000000200130008c0000002004000039000000000403401900001f5f0000013d000100000008001d0000001f03300039000008bb033001970000000003a300490000000001130019000008180310009c000008180100804100000060011002100000081803a0009c000008180300004100000000030a40190000004003300210000000000131019f000008180340009c0000081804008041000000c003400210000000000131019f00030000000a001d00020000000b001d205b20560000040f000000020b000029000000030a000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000001f0540018f000000050640027200001f4a0000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000009b8004b00001f460000c13d000000000705004b00001f590000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f00020000000103550000000102200190000000000900041100001f950000613d00000001080000290000001f01400039000000600110018f0000000004a10019000000000114004b00000000010000190000000101004039000008660240009c00001f770000213d000000010110019000001f770000c13d000000400040043f0000001f0130008c00001f750000a13d00000000010a0433000000000201004b0000000002000019000000010200c039000000000221004b00001f750000c13d000000000101004b00001f7d0000613d000000000001042d00000000010000190000205d000104300000087f0100004100000000001004350000004101000039000000040010043f00000880010000410000205d00010430000000440140003900000060020000390000000000210435000000240140003900000000020004100000000000210435000008d20100004100000000001404350000000401400039000000000091043500000064024000390000000001080019000300000004001d205b1eed0000040f00000003030000290000000001310049000008180210009c0000081801008041000008180230009c000008180300804100000060011002100000004002300210000000000121019f0000205d00010430000000400200043d0000001f0430018f0000000505300272000000050550021000001fa10000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b00001f9d0000c13d000000000604004b00001faf0000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000008180320009c00000818020080410000004002200210000000000112019f0000205d000104300000006502000039000000000302041a0000085d03300197000000000032041b0000085b061001970000003301000039000000000201041a0000085d03200197000000000363019f000000000031041b00000000010004140000085b05200197000008180210009c0000081801008041000000c0011002100000085e011001c70000800d0200003900000003030000390000086e04000041205b20510000040f000000010120019000001fcc0000613d000000000001042d00000000010000190000205d00010430000000400200043d000000c904000039000000000304041a000000000513004b00001fe70000813d000000000014041b000000200420003900000000001404350000000000320435000008180120009c000008180200804100000040012002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f0000086f011001c70000800d0200003900000001030000390000087304000041205b20510000040f000000010120019000001ffa0000613d000000000001042d00000064012000390000087103000041000000000031043500000044012000390000087203000041000000000031043500000024012000390000002203000039000000000031043500000820010000410000000000120435000000040120003900000020030000390000000000310435000008180120009c0000081802008041000000400120021000000821011001c70000205d0001043000000000010000190000205d00010430000000010210008c0000200d0000613d000000020110008c0000201b0000c13d000008850100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f00000001022001900000201a0000613d000000000101043b000000000001042d000008830100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f00000001022001900000201a0000613d000000000101043b000000000001042d000000000001042f0000087f0100004100000000001004350000005101000039000000040010043f00000880010000410000205d00010430000000000001042f0000000002000414000008180320009c0000081802008041000000c002200210000008180310009c00000818010080410000004001100210000000000121019f0000086f011001c70000801002000039205b20560000040f0000000102200190000020310000613d000000000101043b000000000001042d00000000010000190000205d0001043000000000050100190000000000200439000000050130008c000020410000413d000000040100003900000000020000190000000506200210000000000664001900000005066002700000000006060031000000000161043a0000000102200039000000000631004b000020390000413d000008180130009c000008180300804100000060013002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f000008d3011001c70000000002050019205b20560000040f0000000102200190000020500000613d000000000101043b000000000001042d000000000001042f00002054002104210000000102000039000000000001042d0000000002000019000000000001042d00002059002104230000000102000039000000000001042d0000000002000019000000000001042d0000205b000004320000205c0001042e0000205d000104300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe009c8f7ec0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000001e13380ae0fcab300000000000000000000000000000000000000000000000000000000616c697a696e6700000000000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320696e69746908c379a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008400000000000000000000000002000000000000000000000000000000000000200000000000000000000000007f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024980000000200000000000000000000000000000100000001000000000000000000000000000000000000000000000000000000000000000000000000007c05a7c400000000000000000000000000000000000000000000000000000000be26317d00000000000000000000000000000000000000000000000000000000e1d146fa00000000000000000000000000000000000000000000000000000000efc75f2300000000000000000000000000000000000000000000000000000000efc75f2400000000000000000000000000000000000000000000000000000000f2fde38b00000000000000000000000000000000000000000000000000000000f7c618c100000000000000000000000000000000000000000000000000000000e1d146fb00000000000000000000000000000000000000000000000000000000e30c397800000000000000000000000000000000000000000000000000000000c7ad089400000000000000000000000000000000000000000000000000000000c7ad089500000000000000000000000000000000000000000000000000000000ca37271b00000000000000000000000000000000000000000000000000000000db7954fd00000000000000000000000000000000000000000000000000000000be26317e00000000000000000000000000000000000000000000000000000000bea6b8b8000000000000000000000000000000000000000000000000000000008da5cb5a0000000000000000000000000000000000000000000000000000000092a182340000000000000000000000000000000000000000000000000000000092a1823500000000000000000000000000000000000000000000000000000000b4a0bdf300000000000000000000000000000000000000000000000000000000be203094000000000000000000000000000000000000000000000000000000008da5cb5b000000000000000000000000000000000000000000000000000000008f693ec70000000000000000000000000000000000000000000000000000000081814944000000000000000000000000000000000000000000000000000000008181494500000000000000000000000000000000000000000000000000000000856e5e6c000000000000000000000000000000000000000000000000000000008c37dfa3000000000000000000000000000000000000000000000000000000007c05a7c50000000000000000000000000000000000000000000000000000000080d45a2d00000000000000000000000000000000000000000000000000000000552c0970000000000000000000000000000000000000000000000000000000006dfd08c900000000000000000000000000000000000000000000000000000000741b252400000000000000000000000000000000000000000000000000000000741b25250000000000000000000000000000000000000000000000000000000074c4c1cc0000000000000000000000000000000000000000000000000000000079ba5097000000000000000000000000000000000000000000000000000000006dfd08ca00000000000000000000000000000000000000000000000000000000715018a6000000000000000000000000000000000000000000000000000000006857249b000000000000000000000000000000000000000000000000000000006857249c000000000000000000000000000000000000000000000000000000006a95ddef000000000000000000000000000000000000000000000000000000006d04932900000000000000000000000000000000000000000000000000000000552c0971000000000000000000000000000000000000000000000000000000005d8441b8000000000000000000000000000000000000000000000000000000001627ee88000000000000000000000000000000000000000000000000000000002a869a4c000000000000000000000000000000000000000000000000000000002a869a4d000000000000000000000000000000000000000000000000000000002c427b57000000000000000000000000000000000000000000000000000000002eed6906000000000000000000000000000000000000000000000000000000001627ee890000000000000000000000000000000000000000000000000000000023526079000000000000000000000000000000000000000000000000000000000e32cb85000000000000000000000000000000000000000000000000000000000e32cb8600000000000000000000000000000000000000000000000000000000160c3a030000000000000000000000000000000000000000000000000000000004caeb10000000000000000000000000000000000000000000000000000000000a3a3a9e000000000000000000000000ffffffffffffffffffffffffffffffffffffffff0000000000000000000000000000000000000020000000800000000000000000ffffffffffffffffffffffff0000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000038d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e22700310ab089e4439a4c15d089f94afb7896ff553aecb10793d0ab882de59d99a32e0000000000000000000000000000000000000020000000000000000000000000b0772d0b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000800000000000000000000000000000000000000000000000000000000000000000ffffffffffffff7f7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000000000000ffffffffffffffff80000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe01806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b830200000200000000000000000000000000000024000000000000000000000000647920696e697469616c697a6564000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320616c726561ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00008be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0020000000000000000000000000000000000004000000000000000000000000066fd58e82f7b31a2a5c30e0888f3093efe4e111b00cd2b0c31fe014601293aa06974000000000000000000000000000000000000000000000000000000000000436f6d7074726f6c6c65723a20496e76616c6964206d61784c6f6f70734c696dc2d09fef144f7c8a86f71ea459f8fc17f675768eb1ae369cbd77fb31d467aafa6472657373000000000000000000000000000000000000000000000000000000696e76616c696420616365737320636f6e74726f6c206d616e616765722061646e697469616c697a696e67000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206900000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000000000000000000000000060000000800000000000000000000000000000000000000000000000000000000000000000ffffffffffffff9f696e743235365b5d2c75696e743235365b5d2900000000000000000000000000736574526577617264546f6b656e53706565647328616464726573735b5d2c75696e76616c696420736574526577617264546f6b656e5370656564730000000000000000000000000000000000000000000000640000000000000000000000004e487b710000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000240000000000000000000000003d98a1e5000000000000000000000000000000000000000000000000000000000200000200000000000000000000000000000044000000000000000000000000796b89b91644bc98cd93958e4c9038275d622183e25ac5af08cc6b5d95539132020000020000000000000000000000000000000400000000000000000000000042cbb15ccdc3cad6266b0e7a08c0454b23bf29dc2df74b6f3c209e9336465bd1000000000000000000000000000000000000000000000000ffffffffffffffbf626c6f636b206e756d6265722065786365656473203332206269747300000000000000000000000000000000000000000000000000000000000000010000000018160ddd00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffdf0000000000000000000000000000000000c097ce7bc90715b34b9f10000000006e657720696e64657820657863656564732032323420626974730000000000000000000100000000000000000000000000000000000000000000000000000000ffffffff000000000000000000000000000000000000000000000000000000006a7b996800070d8bc0f9a3ddcb0a4b09bc1653f76381d745444956366afd423a24741480445e83baea9eb28086e16a4377ebb4f003c773e386496fd90b3ed04eaa5af0fd0000000000000000000000000000000000000000000000000000000047bd3718000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000de0b6b3a7640000bfeed4eb85c013b0e466fdfdbaa785159ff7986078247dc95f1c717a5bd6bca22091432bbf4aa40f4785b469e931d32c5f5c6ba66dcf702a99cbe776df729c3c726577617264546f6b656e206d61726b6574206973206e6f74206c69737465647365744c617374526577617264696e67426c6f636b7328616464726573735b5d2c75696e7433325b5d2c75696e7433325b5d2900000000000000000000000000426c6f636b2d6261736564206f7065726174696f6e206f6e6c7900000000000064696e67426c6f636b7320696e76616c696420696e7075740000000000000000526577617264734469737472696275746f723a3a7365744c61737452657761727468652070617374206973206e6f7420616c6c6f77656400000000000000000073657474696e67206c61737420726577617264696e6720626c6f636b20696e20ffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000041b697bf2627e0a03f253382759baaab2469897004cc619465a3d8f4bb6b3fec4163eb203170b7facecc8d7307e3f8affa8826d4df30fc722f8f8ce17988eb914f776e61626c6532537465703a2063616c6c6572206973206e6f7420746865206e6577206f776e6572000000000000000000000000000000000000000000000000000000000000000000000000000000000000840000008000000000000000006e74000000000000000000000000000000000000000000000000000000000000696e73756666696369656e7420726577617264546f6b656e20666f7220677261251909abf904fc80eac3f0d4c25e5c800441ea19fda63c6f0df08e4f24f926f97365744c617374526577617264696e67426c6f636b54696d657374616d707328616464726573735b5d2c75696e743235365b5d2c75696e743235365b5d290000740000000000000000000000000000000000000000000000000000000000000064696e67426c6f636b54696d657374616d707320696e76616c696420696e707500000000000000000000000000000000000000a400000000000000000000000020696e207468652070617374206973206e6f7420616c6c6f776564000000000073657474696e67206c61737420726577617264696e672074696d657374616d700e68f65b8654c09acfdc448a42c8a0d72697206fd0c23c357022fa1cd16268617aefe759bc95e5c94c6d919eef378c410527d0d85f409986ec8d54a99ea8395e6479206c6f636b656400000000000000000000000000000000000000000000007468697320526577617264734469737472696275746f7220697320616c72656154696d652d6261736564206f7065726174696f6e206f6e6c79000000000000004882c0217331870166b5d239c9f7be7801bab4be26560cd2f8789145d0fd3af44f6e6c7920636f6d7074726f6c6c65722063616e2063616c6c20746869732066756e6374696f6e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffc0fe6944646a362be70b0925ea999b3d9f755589a63ffcd89e4fb2b0affd252c714f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657200000000000000000000000000000000000000640000008000000000000000000200000000000000000000000000000000000040000000800000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff000000000000000000000000000000000000000000000001000000000000000095dd9193000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000060000000000000000000000000510d7612da9ca257889eabdfbe0366aaea10020be46f7810f4afb2111d80aa9370a08231000000000000000000000000000000000000000000000000000000009563ff6035b973f2e4514ad9315010c220eb74b0c33a782a18118a199a97e4426d61726b6574206d757374206265206c69737465640000000000000000000000a9059cbb00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffff3f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564000000000000000000000000000000000000000000000001ffffffffffffffe0000000000000000000000000000000000000000000000003ffffffffffffffe06f742073756363656564000000000000000000000000000000000000000000005361666545524332303a204552433230206f7065726174696f6e20646964206e416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000f257f63600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004400000000000000000000000038fe05baf9dc12e4e3bfda3daba26419e9930bf26ee6227f407ca46f8c9c29bc000000000000000000000000000000000000000000000000ffffffffffffffe018c5e8ab000000000000000000000000000000000000000000000000000000004a3fa2930000000000000000000000000000000000000000000000000000000002000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
1301
+ "devdoc": {
1302
+ "author": "Venus",
1303
+ "events": {
1304
+ "Initialized(uint8)": {
1305
+ "details": "Triggered when the contract has been initialized or reinitialized."
1306
+ }
1307
+ },
1308
+ "kind": "dev",
1309
+ "methods": {
1310
+ "acceptOwnership()": {
1311
+ "details": "The new owner accepts the ownership transfer."
1312
+ },
1313
+ "claimRewardToken(address)": {
1314
+ "params": {
1315
+ "holder": "The address to claim REWARD TOKEN for"
1316
+ }
1317
+ },
1318
+ "claimRewardToken(address,address[])": {
1319
+ "params": {
1320
+ "holder": "The address to claim REWARD TOKEN for",
1321
+ "vTokens": "The list of markets to claim REWARD TOKEN in"
1322
+ }
1323
+ },
1324
+ "constructor": {
1325
+ "custom:oz-upgrades-unsafe-allow": "constructor",
1326
+ "params": {
1327
+ "blocksPerYear_": "The number of blocks per year",
1328
+ "timeBased_": "A boolean indicating whether the contract is based on time or block."
1329
+ }
1330
+ },
1331
+ "distributeBorrowerRewardToken(address,address,(uint256))": {
1332
+ "details": "This function should only be called when the user has a borrow position in the market (e.g. Comptroller.preBorrowHook, and Comptroller.preRepayHook) We avoid an external call to check if they are in the market to save gas because this function is called in many places",
1333
+ "params": {
1334
+ "borrower": "The address of the borrower to distribute REWARD TOKEN to",
1335
+ "marketBorrowIndex": "The current global borrow index of vToken",
1336
+ "vToken": "The market in which the borrower is interacting"
1337
+ }
1338
+ },
1339
+ "getBlockNumberOrTimestamp()": {
1340
+ "details": "Function to simply retrieve block number or block timestamp",
1341
+ "returns": {
1342
+ "_0": "Current block number or block timestamp"
1343
+ }
1344
+ },
1345
+ "grantRewardToken(address,uint256)": {
1346
+ "details": "Note: If there is not enough REWARD TOKEN, we do not perform the transfer all",
1347
+ "params": {
1348
+ "amount": "The amount of REWARD TOKEN to (possibly) transfer",
1349
+ "recipient": "The address of the recipient to transfer REWARD TOKEN to"
1350
+ }
1351
+ },
1352
+ "initialize(address,address,uint256,address)": {
1353
+ "details": "Initializes the deployer to owner",
1354
+ "params": {
1355
+ "accessControlManager_": "AccessControlManager contract address",
1356
+ "comptroller_": "Comptroller to attach the reward distributor to",
1357
+ "loopsLimit_": "Maximum number of iterations for the loops in this contract",
1358
+ "rewardToken_": "Reward token to distribute"
1359
+ }
1360
+ },
1361
+ "initializeMarket(address)": {
1362
+ "custom:access": "Only Comptroller",
1363
+ "custom:event": "MarketInitialized emits on success",
1364
+ "params": {
1365
+ "vToken": "The address of the vToken to be initialized"
1366
+ }
1367
+ },
1368
+ "owner()": {
1369
+ "details": "Returns the address of the current owner."
1370
+ },
1371
+ "pendingOwner()": {
1372
+ "details": "Returns the address of the pending owner."
1373
+ },
1374
+ "renounceOwnership()": {
1375
+ "details": "Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner."
1376
+ },
1377
+ "setAccessControlManager(address)": {
1378
+ "custom:access": "Only Governance",
1379
+ "custom:event": "Emits NewAccessControlManager event",
1380
+ "details": "Admin function to set address of AccessControlManager",
1381
+ "params": {
1382
+ "accessControlManager_": "The new address of the AccessControlManager"
1383
+ }
1384
+ },
1385
+ "setContributorRewardTokenSpeed(address,uint256)": {
1386
+ "params": {
1387
+ "contributor": "The contributor whose REWARD TOKEN speed to update",
1388
+ "rewardTokenSpeed": "New REWARD TOKEN speed for contributor"
1389
+ }
1390
+ },
1391
+ "setLastRewardingBlockTimestamps(address[],uint256[],uint256[])": {
1392
+ "params": {
1393
+ "borrowLastRewardingBlockTimestamps": "New borrow-side REWARD TOKEN last rewarding block timestamp for the corresponding market",
1394
+ "supplyLastRewardingBlockTimestamps": "New supply-side REWARD TOKEN last rewarding block timestamp for the corresponding market",
1395
+ "vTokens": "The markets whose REWARD TOKEN last rewarding block to update"
1396
+ }
1397
+ },
1398
+ "setLastRewardingBlocks(address[],uint32[],uint32[])": {
1399
+ "params": {
1400
+ "borrowLastRewardingBlocks": "New borrow-side REWARD TOKEN last rewarding block for the corresponding market",
1401
+ "supplyLastRewardingBlocks": "New supply-side REWARD TOKEN last rewarding block for the corresponding market",
1402
+ "vTokens": "The markets whose REWARD TOKEN last rewarding block to update"
1403
+ }
1404
+ },
1405
+ "setMaxLoopsLimit(uint256)": {
1406
+ "params": {
1407
+ "limit": "Limit for the max loops can execute at a time"
1408
+ }
1409
+ },
1410
+ "setRewardTokenSpeeds(address[],uint256[],uint256[])": {
1411
+ "params": {
1412
+ "borrowSpeeds": "New borrow-side REWARD TOKEN speed for the corresponding market",
1413
+ "supplySpeeds": "New supply-side REWARD TOKEN speed for the corresponding market",
1414
+ "vTokens": "The markets whose REWARD TOKEN speed to update"
1415
+ }
1416
+ },
1417
+ "transferOwnership(address)": {
1418
+ "details": "Starts the ownership transfer of the contract to a new account. Replaces the pending transfer if there is one. Can only be called by the current owner."
1419
+ },
1420
+ "updateContributorRewards(address)": {
1421
+ "params": {
1422
+ "contributor": "The address to calculate contributor rewards for"
1423
+ }
1424
+ }
1425
+ },
1426
+ "title": "`RewardsDistributor`",
1427
+ "version": 1
1428
+ },
1429
+ "userdoc": {
1430
+ "errors": {
1431
+ "InvalidBlocksPerYear()": [
1432
+ {
1433
+ "notice": "Thrown when blocks per year is invalid"
1434
+ }
1435
+ ],
1436
+ "InvalidTimeBasedConfiguration()": [
1437
+ {
1438
+ "notice": "Thrown when time based but blocks per year is provided"
1439
+ }
1440
+ ],
1441
+ "MaxLoopsLimitExceeded(uint256,uint256)": [
1442
+ {
1443
+ "notice": "Thrown an error on maxLoopsLimit exceeds for any loop"
1444
+ }
1445
+ ],
1446
+ "Unauthorized(address,address,string)": [
1447
+ {
1448
+ "notice": "Thrown when the action is prohibited by AccessControlManager"
1449
+ }
1450
+ ]
1451
+ },
1452
+ "events": {
1453
+ "BorrowLastRewardingBlockTimestampUpdated(address,uint256)": {
1454
+ "notice": "Emitted when a reward token last rewarding timestamp for borrow is updated"
1455
+ },
1456
+ "BorrowLastRewardingBlockUpdated(address,uint32)": {
1457
+ "notice": "Emitted when a reward token last rewarding block for borrow is updated"
1458
+ },
1459
+ "ContributorRewardTokenSpeedUpdated(address,uint256)": {
1460
+ "notice": "Emitted when a new REWARD TOKEN speed is set for a contributor"
1461
+ },
1462
+ "ContributorRewardsUpdated(address,uint256)": {
1463
+ "notice": "Emitted when a reward for contributor is updated"
1464
+ },
1465
+ "DistributedBorrowerRewardToken(address,address,uint256,uint256,uint256)": {
1466
+ "notice": "Emitted when REWARD TOKEN is distributed to a borrower"
1467
+ },
1468
+ "DistributedSupplierRewardToken(address,address,uint256,uint256,uint256)": {
1469
+ "notice": "Emitted when REWARD TOKEN is distributed to a supplier"
1470
+ },
1471
+ "MarketInitialized(address)": {
1472
+ "notice": "Emitted when a market is initialized"
1473
+ },
1474
+ "MaxLoopsLimitUpdated(uint256,uint256)": {
1475
+ "notice": "Emitted when max loops limit is set"
1476
+ },
1477
+ "NewAccessControlManager(address,address)": {
1478
+ "notice": "Emitted when access control manager contract address is changed"
1479
+ },
1480
+ "RewardTokenBorrowIndexUpdated(address,(uint256))": {
1481
+ "notice": "Emitted when a reward token borrow index is updated"
1482
+ },
1483
+ "RewardTokenBorrowSpeedUpdated(address,uint256)": {
1484
+ "notice": "Emitted when a new borrow-side REWARD TOKEN speed is calculated for a market"
1485
+ },
1486
+ "RewardTokenGranted(address,uint256)": {
1487
+ "notice": "Emitted when REWARD TOKEN is granted by admin"
1488
+ },
1489
+ "RewardTokenSupplyIndexUpdated(address)": {
1490
+ "notice": "Emitted when a reward token supply index is updated"
1491
+ },
1492
+ "RewardTokenSupplySpeedUpdated(address,uint256)": {
1493
+ "notice": "Emitted when a new supply-side REWARD TOKEN speed is calculated for a market"
1494
+ },
1495
+ "SupplyLastRewardingBlockTimestampUpdated(address,uint256)": {
1496
+ "notice": "Emitted when a reward token last rewarding timestamp for supply is updated"
1497
+ },
1498
+ "SupplyLastRewardingBlockUpdated(address,uint32)": {
1499
+ "notice": "Emitted when a reward token last rewarding block for supply is updated"
1500
+ }
1501
+ },
1502
+ "kind": "user",
1503
+ "methods": {
1504
+ "INITIAL_INDEX()": {
1505
+ "notice": "The initial REWARD TOKEN index for a market"
1506
+ },
1507
+ "accessControlManager()": {
1508
+ "notice": "Returns the address of the access control manager contract"
1509
+ },
1510
+ "blocksOrSecondsPerYear()": {
1511
+ "notice": "Stores blocksPerYear if isTimeBased is true else secondsPerYear is stored"
1512
+ },
1513
+ "claimRewardToken(address)": {
1514
+ "notice": "Claim all the rewardToken accrued by holder in all markets"
1515
+ },
1516
+ "claimRewardToken(address,address[])": {
1517
+ "notice": "Claim all the rewardToken accrued by holder in the specified markets"
1518
+ },
1519
+ "distributeBorrowerRewardToken(address,address,(uint256))": {
1520
+ "notice": "Calculate reward token accrued by a borrower and possibly transfer it to them Borrowers will begin to accrue after the first interaction with the protocol."
1521
+ },
1522
+ "grantRewardToken(address,uint256)": {
1523
+ "notice": "Transfer REWARD TOKEN to the recipient"
1524
+ },
1525
+ "initialize(address,address,uint256,address)": {
1526
+ "notice": "RewardsDistributor initializer"
1527
+ },
1528
+ "initializeMarket(address)": {
1529
+ "notice": "Initializes the market state for a specific vToken"
1530
+ },
1531
+ "isTimeBased()": {
1532
+ "notice": "Acknowledges if a contract is time based or not"
1533
+ },
1534
+ "lastContributorBlock(address)": {
1535
+ "notice": "Last slot (block or second) at which a contributor's REWARD TOKEN rewards have been allocated"
1536
+ },
1537
+ "rewardTokenAccrued(address)": {
1538
+ "notice": "The REWARD TOKEN accrued but not yet transferred to each user"
1539
+ },
1540
+ "rewardTokenBorrowSpeeds(address)": {
1541
+ "notice": "The rate at which rewardToken is distributed to the corresponding borrow market per slot (block or second)"
1542
+ },
1543
+ "rewardTokenBorrowState(address)": {
1544
+ "notice": "The REWARD TOKEN market borrow state for each market"
1545
+ },
1546
+ "rewardTokenBorrowStateTimeBased(address)": {
1547
+ "notice": "The REWARD TOKEN market borrow state for each market"
1548
+ },
1549
+ "rewardTokenBorrowerIndex(address,address)": {
1550
+ "notice": "The REWARD TOKEN borrow index for each market for each borrower as of the last time they accrued REWARD TOKEN"
1551
+ },
1552
+ "rewardTokenContributorSpeeds(address)": {
1553
+ "notice": "The portion of REWARD TOKEN that each contributor receives per slot (block or second)"
1554
+ },
1555
+ "rewardTokenSupplierIndex(address,address)": {
1556
+ "notice": "The REWARD TOKEN borrow index for each market for each supplier as of the last time they accrued REWARD TOKEN"
1557
+ },
1558
+ "rewardTokenSupplySpeeds(address)": {
1559
+ "notice": "The rate at which rewardToken is distributed to the corresponding supply market per slot (block or second)"
1560
+ },
1561
+ "rewardTokenSupplyState(address)": {
1562
+ "notice": "The REWARD TOKEN market supply state for each market"
1563
+ },
1564
+ "rewardTokenSupplyStateTimeBased(address)": {
1565
+ "notice": "The REWARD TOKEN market supply state for each market"
1566
+ },
1567
+ "setAccessControlManager(address)": {
1568
+ "notice": "Sets the address of AccessControlManager"
1569
+ },
1570
+ "setContributorRewardTokenSpeed(address,uint256)": {
1571
+ "notice": "Set REWARD TOKEN speed for a single contributor"
1572
+ },
1573
+ "setLastRewardingBlockTimestamps(address[],uint256[],uint256[])": {
1574
+ "notice": "Set REWARD TOKEN last rewarding block timestamp for the specified markets, used when contract is time based"
1575
+ },
1576
+ "setLastRewardingBlocks(address[],uint32[],uint32[])": {
1577
+ "notice": "Set REWARD TOKEN last rewarding block for the specified markets, used when contract is block based"
1578
+ },
1579
+ "setMaxLoopsLimit(uint256)": {
1580
+ "notice": "Set the limit for the loops can iterate to avoid the DOS"
1581
+ },
1582
+ "setRewardTokenSpeeds(address[],uint256[],uint256[])": {
1583
+ "notice": "Set REWARD TOKEN borrow and supply speeds for the specified markets"
1584
+ },
1585
+ "updateContributorRewards(address)": {
1586
+ "notice": "Calculate additional accrued REWARD TOKEN for a contributor since last accrual"
1587
+ }
1588
+ },
1589
+ "notice": "Contract used to configure, track and distribute rewards to users based on their actions (borrows and supplies) in the protocol. Users can receive additional rewards through a `RewardsDistributor`. Each `RewardsDistributor` proxy is initialized with a specific reward token and `Comptroller`, which can then distribute the reward token to users that supply or borrow in the associated pool. Authorized users can set the reward token borrow and supply speeds for each market in the pool. This sets a fixed amount of reward token to be released each slot (block or second) for borrowers and suppliers, which is distributed based on a user’s percentage of the borrows or supplies respectively. The owner can also set up reward distributions to contributor addresses (distinct from suppliers and borrowers) by setting their contributor reward token speed, which similarly allocates a fixed amount of reward token per slot (block or second). The owner has the ability to transfer any amount of reward tokens held by the contract to any other address. Rewards are not distributed automatically and must be claimed by a user calling `claimRewardToken()`. Users should be aware that it is up to the owner and other centralized entities to ensure that the `RewardsDistributor` holds enough tokens to distribute the accumulated rewards of users and contributors.",
1590
+ "version": 1
1591
+ },
1592
+ "storageLayout": {
1593
+ "storage": [
1594
+ {
1595
+ "astId": 292,
1596
+ "contract": "contracts/Rewards/RewardsDistributor.sol:RewardsDistributor",
1597
+ "label": "_initialized",
1598
+ "offset": 0,
1599
+ "slot": "0",
1600
+ "type": "t_uint8"
1601
+ },
1602
+ {
1603
+ "astId": 295,
1604
+ "contract": "contracts/Rewards/RewardsDistributor.sol:RewardsDistributor",
1605
+ "label": "_initializing",
1606
+ "offset": 1,
1607
+ "slot": "0",
1608
+ "type": "t_bool"
1609
+ },
1610
+ {
1611
+ "astId": 1562,
1612
+ "contract": "contracts/Rewards/RewardsDistributor.sol:RewardsDistributor",
1613
+ "label": "__gap",
1614
+ "offset": 0,
1615
+ "slot": "1",
1616
+ "type": "t_array(t_uint256)50_storage"
1617
+ },
1618
+ {
1619
+ "astId": 164,
1620
+ "contract": "contracts/Rewards/RewardsDistributor.sol:RewardsDistributor",
1621
+ "label": "_owner",
1622
+ "offset": 0,
1623
+ "slot": "51",
1624
+ "type": "t_address"
1625
+ },
1626
+ {
1627
+ "astId": 284,
1628
+ "contract": "contracts/Rewards/RewardsDistributor.sol:RewardsDistributor",
1629
+ "label": "__gap",
1630
+ "offset": 0,
1631
+ "slot": "52",
1632
+ "type": "t_array(t_uint256)49_storage"
1633
+ },
1634
+ {
1635
+ "astId": 57,
1636
+ "contract": "contracts/Rewards/RewardsDistributor.sol:RewardsDistributor",
1637
+ "label": "_pendingOwner",
1638
+ "offset": 0,
1639
+ "slot": "101",
1640
+ "type": "t_address"
1641
+ },
1642
+ {
1643
+ "astId": 151,
1644
+ "contract": "contracts/Rewards/RewardsDistributor.sol:RewardsDistributor",
1645
+ "label": "__gap",
1646
+ "offset": 0,
1647
+ "slot": "102",
1648
+ "type": "t_array(t_uint256)49_storage"
1649
+ },
1650
+ {
1651
+ "astId": 7789,
1652
+ "contract": "contracts/Rewards/RewardsDistributor.sol:RewardsDistributor",
1653
+ "label": "_accessControlManager",
1654
+ "offset": 0,
1655
+ "slot": "151",
1656
+ "type": "t_contract(IAccessControlManagerV8)7974"
1657
+ },
1658
+ {
1659
+ "astId": 7794,
1660
+ "contract": "contracts/Rewards/RewardsDistributor.sol:RewardsDistributor",
1661
+ "label": "__gap",
1662
+ "offset": 0,
1663
+ "slot": "152",
1664
+ "type": "t_array(t_uint256)49_storage"
1665
+ },
1666
+ {
1667
+ "astId": 27628,
1668
+ "contract": "contracts/Rewards/RewardsDistributor.sol:RewardsDistributor",
1669
+ "label": "maxLoopsLimit",
1670
+ "offset": 0,
1671
+ "slot": "201",
1672
+ "type": "t_uint256"
1673
+ },
1674
+ {
1675
+ "astId": 27633,
1676
+ "contract": "contracts/Rewards/RewardsDistributor.sol:RewardsDistributor",
1677
+ "label": "__gap",
1678
+ "offset": 0,
1679
+ "slot": "202",
1680
+ "type": "t_array(t_uint256)49_storage"
1681
+ },
1682
+ {
1683
+ "astId": 30485,
1684
+ "contract": "contracts/Rewards/RewardsDistributor.sol:RewardsDistributor",
1685
+ "label": "rewardTokenSupplyState",
1686
+ "offset": 0,
1687
+ "slot": "251",
1688
+ "type": "t_mapping(t_address,t_struct(RewardToken)30472_storage)"
1689
+ },
1690
+ {
1691
+ "astId": 30492,
1692
+ "contract": "contracts/Rewards/RewardsDistributor.sol:RewardsDistributor",
1693
+ "label": "rewardTokenSupplierIndex",
1694
+ "offset": 0,
1695
+ "slot": "252",
1696
+ "type": "t_mapping(t_address,t_mapping(t_address,t_uint256))"
1697
+ },
1698
+ {
1699
+ "astId": 30497,
1700
+ "contract": "contracts/Rewards/RewardsDistributor.sol:RewardsDistributor",
1701
+ "label": "rewardTokenAccrued",
1702
+ "offset": 0,
1703
+ "slot": "253",
1704
+ "type": "t_mapping(t_address,t_uint256)"
1705
+ },
1706
+ {
1707
+ "astId": 30502,
1708
+ "contract": "contracts/Rewards/RewardsDistributor.sol:RewardsDistributor",
1709
+ "label": "rewardTokenBorrowSpeeds",
1710
+ "offset": 0,
1711
+ "slot": "254",
1712
+ "type": "t_mapping(t_address,t_uint256)"
1713
+ },
1714
+ {
1715
+ "astId": 30507,
1716
+ "contract": "contracts/Rewards/RewardsDistributor.sol:RewardsDistributor",
1717
+ "label": "rewardTokenSupplySpeeds",
1718
+ "offset": 0,
1719
+ "slot": "255",
1720
+ "type": "t_mapping(t_address,t_uint256)"
1721
+ },
1722
+ {
1723
+ "astId": 30513,
1724
+ "contract": "contracts/Rewards/RewardsDistributor.sol:RewardsDistributor",
1725
+ "label": "rewardTokenBorrowState",
1726
+ "offset": 0,
1727
+ "slot": "256",
1728
+ "type": "t_mapping(t_address,t_struct(RewardToken)30472_storage)"
1729
+ },
1730
+ {
1731
+ "astId": 30518,
1732
+ "contract": "contracts/Rewards/RewardsDistributor.sol:RewardsDistributor",
1733
+ "label": "rewardTokenContributorSpeeds",
1734
+ "offset": 0,
1735
+ "slot": "257",
1736
+ "type": "t_mapping(t_address,t_uint256)"
1737
+ },
1738
+ {
1739
+ "astId": 30523,
1740
+ "contract": "contracts/Rewards/RewardsDistributor.sol:RewardsDistributor",
1741
+ "label": "lastContributorBlock",
1742
+ "offset": 0,
1743
+ "slot": "258",
1744
+ "type": "t_mapping(t_address,t_uint256)"
1745
+ },
1746
+ {
1747
+ "astId": 30530,
1748
+ "contract": "contracts/Rewards/RewardsDistributor.sol:RewardsDistributor",
1749
+ "label": "rewardTokenBorrowerIndex",
1750
+ "offset": 0,
1751
+ "slot": "259",
1752
+ "type": "t_mapping(t_address,t_mapping(t_address,t_uint256))"
1753
+ },
1754
+ {
1755
+ "astId": 30533,
1756
+ "contract": "contracts/Rewards/RewardsDistributor.sol:RewardsDistributor",
1757
+ "label": "comptroller",
1758
+ "offset": 0,
1759
+ "slot": "260",
1760
+ "type": "t_contract(Comptroller)20044"
1761
+ },
1762
+ {
1763
+ "astId": 30536,
1764
+ "contract": "contracts/Rewards/RewardsDistributor.sol:RewardsDistributor",
1765
+ "label": "rewardToken",
1766
+ "offset": 0,
1767
+ "slot": "261",
1768
+ "type": "t_contract(IERC20Upgradeable)745"
1769
+ },
1770
+ {
1771
+ "astId": 30542,
1772
+ "contract": "contracts/Rewards/RewardsDistributor.sol:RewardsDistributor",
1773
+ "label": "rewardTokenSupplyStateTimeBased",
1774
+ "offset": 0,
1775
+ "slot": "262",
1776
+ "type": "t_mapping(t_address,t_struct(TimeBasedRewardToken)30479_storage)"
1777
+ },
1778
+ {
1779
+ "astId": 30548,
1780
+ "contract": "contracts/Rewards/RewardsDistributor.sol:RewardsDistributor",
1781
+ "label": "rewardTokenBorrowStateTimeBased",
1782
+ "offset": 0,
1783
+ "slot": "263",
1784
+ "type": "t_mapping(t_address,t_struct(TimeBasedRewardToken)30479_storage)"
1785
+ },
1786
+ {
1787
+ "astId": 30553,
1788
+ "contract": "contracts/Rewards/RewardsDistributor.sol:RewardsDistributor",
1789
+ "label": "__gap",
1790
+ "offset": 0,
1791
+ "slot": "264",
1792
+ "type": "t_array(t_uint256)37_storage"
1793
+ },
1794
+ {
1795
+ "astId": 10243,
1796
+ "contract": "contracts/Rewards/RewardsDistributor.sol:RewardsDistributor",
1797
+ "label": "__gap",
1798
+ "offset": 0,
1799
+ "slot": "301",
1800
+ "type": "t_array(t_uint256)48_storage"
1801
+ }
1802
+ ],
1803
+ "types": {
1804
+ "t_address": {
1805
+ "encoding": "inplace",
1806
+ "label": "address",
1807
+ "numberOfBytes": "20"
1808
+ },
1809
+ "t_array(t_uint256)37_storage": {
1810
+ "base": "t_uint256",
1811
+ "encoding": "inplace",
1812
+ "label": "uint256[37]",
1813
+ "numberOfBytes": "1184"
1814
+ },
1815
+ "t_array(t_uint256)48_storage": {
1816
+ "base": "t_uint256",
1817
+ "encoding": "inplace",
1818
+ "label": "uint256[48]",
1819
+ "numberOfBytes": "1536"
1820
+ },
1821
+ "t_array(t_uint256)49_storage": {
1822
+ "base": "t_uint256",
1823
+ "encoding": "inplace",
1824
+ "label": "uint256[49]",
1825
+ "numberOfBytes": "1568"
1826
+ },
1827
+ "t_array(t_uint256)50_storage": {
1828
+ "base": "t_uint256",
1829
+ "encoding": "inplace",
1830
+ "label": "uint256[50]",
1831
+ "numberOfBytes": "1600"
1832
+ },
1833
+ "t_bool": {
1834
+ "encoding": "inplace",
1835
+ "label": "bool",
1836
+ "numberOfBytes": "1"
1837
+ },
1838
+ "t_contract(Comptroller)20044": {
1839
+ "encoding": "inplace",
1840
+ "label": "contract Comptroller",
1841
+ "numberOfBytes": "20"
1842
+ },
1843
+ "t_contract(IAccessControlManagerV8)7974": {
1844
+ "encoding": "inplace",
1845
+ "label": "contract IAccessControlManagerV8",
1846
+ "numberOfBytes": "20"
1847
+ },
1848
+ "t_contract(IERC20Upgradeable)745": {
1849
+ "encoding": "inplace",
1850
+ "label": "contract IERC20Upgradeable",
1851
+ "numberOfBytes": "20"
1852
+ },
1853
+ "t_mapping(t_address,t_mapping(t_address,t_uint256))": {
1854
+ "encoding": "mapping",
1855
+ "key": "t_address",
1856
+ "label": "mapping(address => mapping(address => uint256))",
1857
+ "numberOfBytes": "32",
1858
+ "value": "t_mapping(t_address,t_uint256)"
1859
+ },
1860
+ "t_mapping(t_address,t_struct(RewardToken)30472_storage)": {
1861
+ "encoding": "mapping",
1862
+ "key": "t_address",
1863
+ "label": "mapping(address => struct RewardsDistributorStorage.RewardToken)",
1864
+ "numberOfBytes": "32",
1865
+ "value": "t_struct(RewardToken)30472_storage"
1866
+ },
1867
+ "t_mapping(t_address,t_struct(TimeBasedRewardToken)30479_storage)": {
1868
+ "encoding": "mapping",
1869
+ "key": "t_address",
1870
+ "label": "mapping(address => struct RewardsDistributorStorage.TimeBasedRewardToken)",
1871
+ "numberOfBytes": "32",
1872
+ "value": "t_struct(TimeBasedRewardToken)30479_storage"
1873
+ },
1874
+ "t_mapping(t_address,t_uint256)": {
1875
+ "encoding": "mapping",
1876
+ "key": "t_address",
1877
+ "label": "mapping(address => uint256)",
1878
+ "numberOfBytes": "32",
1879
+ "value": "t_uint256"
1880
+ },
1881
+ "t_struct(RewardToken)30472_storage": {
1882
+ "encoding": "inplace",
1883
+ "label": "struct RewardsDistributorStorage.RewardToken",
1884
+ "members": [
1885
+ {
1886
+ "astId": 30467,
1887
+ "contract": "contracts/Rewards/RewardsDistributor.sol:RewardsDistributor",
1888
+ "label": "index",
1889
+ "offset": 0,
1890
+ "slot": "0",
1891
+ "type": "t_uint224"
1892
+ },
1893
+ {
1894
+ "astId": 30469,
1895
+ "contract": "contracts/Rewards/RewardsDistributor.sol:RewardsDistributor",
1896
+ "label": "block",
1897
+ "offset": 28,
1898
+ "slot": "0",
1899
+ "type": "t_uint32"
1900
+ },
1901
+ {
1902
+ "astId": 30471,
1903
+ "contract": "contracts/Rewards/RewardsDistributor.sol:RewardsDistributor",
1904
+ "label": "lastRewardingBlock",
1905
+ "offset": 0,
1906
+ "slot": "1",
1907
+ "type": "t_uint32"
1908
+ }
1909
+ ],
1910
+ "numberOfBytes": "64"
1911
+ },
1912
+ "t_struct(TimeBasedRewardToken)30479_storage": {
1913
+ "encoding": "inplace",
1914
+ "label": "struct RewardsDistributorStorage.TimeBasedRewardToken",
1915
+ "members": [
1916
+ {
1917
+ "astId": 30474,
1918
+ "contract": "contracts/Rewards/RewardsDistributor.sol:RewardsDistributor",
1919
+ "label": "index",
1920
+ "offset": 0,
1921
+ "slot": "0",
1922
+ "type": "t_uint224"
1923
+ },
1924
+ {
1925
+ "astId": 30476,
1926
+ "contract": "contracts/Rewards/RewardsDistributor.sol:RewardsDistributor",
1927
+ "label": "timestamp",
1928
+ "offset": 0,
1929
+ "slot": "1",
1930
+ "type": "t_uint256"
1931
+ },
1932
+ {
1933
+ "astId": 30478,
1934
+ "contract": "contracts/Rewards/RewardsDistributor.sol:RewardsDistributor",
1935
+ "label": "lastRewardingTimestamp",
1936
+ "offset": 0,
1937
+ "slot": "2",
1938
+ "type": "t_uint256"
1939
+ }
1940
+ ],
1941
+ "numberOfBytes": "96"
1942
+ },
1943
+ "t_uint224": {
1944
+ "encoding": "inplace",
1945
+ "label": "uint224",
1946
+ "numberOfBytes": "28"
1947
+ },
1948
+ "t_uint256": {
1949
+ "encoding": "inplace",
1950
+ "label": "uint256",
1951
+ "numberOfBytes": "32"
1952
+ },
1953
+ "t_uint32": {
1954
+ "encoding": "inplace",
1955
+ "label": "uint32",
1956
+ "numberOfBytes": "4"
1957
+ },
1958
+ "t_uint8": {
1959
+ "encoding": "inplace",
1960
+ "label": "uint8",
1961
+ "numberOfBytes": "1"
1962
+ }
1963
+ }
1964
+ },
1965
+ "factoryDeps": [
1966
+ "0x000300000000000200170000000000020000000003020019000000000201001900000060022002700000081802200197000200000021035500010000000103550000000103300190000000c90000c13d0000008008000039000000400080043f000000040320008c00000dda0000413d000000000301043b000000e003300270000008250430009c000000f90000a13d000008260430009c0000012d0000213d000008340430009c000001a40000213d0000083b0430009c000002700000a13d0000083c0430009c000005700000613d0000083d0430009c000003560000613d0000083e0330009c00000dda0000c13d000000640320008c00000dda0000413d0000000003000416000000000303004b00000dda0000c13d0000000403100370000000000303043b000008660430009c00000dda0000213d0000002304300039000000000424004b00000dda0000813d0000000404300039000000000441034f000000000504043b000008660450009c00000aaa0000213d00000005045002100000003f064000390000086806600197000008640760009c00000aaa0000213d0000008006600039000000400060043f000000800050043f00000024033000390000000004340019000000000624004b00000dda0000213d000000000505004b000000470000613d0000008005000039000000000631034f000000000606043b0000085b0760009c00000dda0000213d000000200550003900000000006504350000002003300039000000000643004b0000003e0000413d0000002403100370000000000303043b000008660430009c00000dda0000213d0000002304300039000000000524004b000000000500001900000867050080410000086704400197000000000604004b00000000060000190000086706004041000008670440009c000000000605c019000000000406004b00000dda0000c13d0000000404300039000000000441034f000000000404043b000008660540009c00000aaa0000213d00000005054002100000003f065000390000086806600197000000400700043d0000000006670019000b00000007001d000000000776004b00000000070000190000000107004039000008660860009c00000aaa0000213d000000010770019000000aaa0000c13d000000400060043f0000000b06000029000000000046043500000024033000390000000005350019000000000625004b00000dda0000213d000000000404004b0000007a0000613d0000000b04000029000000000631034f000000000606043b000000200440003900000000006404350000002003300039000000000653004b000000730000413d0000004403100370000000000303043b000008660430009c00000dda0000213d0000002304300039000000000524004b000000000500001900000867050080410000086704400197000000000604004b00000000060000190000086706004041000008670440009c000000000605c019000000000406004b00000dda0000c13d0000000404300039000000000441034f000000000404043b000008660540009c00000aaa0000213d00000005054002100000003f065000390000086806600197000000400700043d0000000006670019000a00000007001d000000000776004b00000000070000190000000107004039000008660860009c00000aaa0000213d000000010770019000000aaa0000c13d000000400060043f0000000a06000029000000000046043500000024033000390000000005350019000000000225004b00000dda0000213d000000000204004b000000ad0000613d0000000a02000029000000000431034f000000000404043b000000200220003900000000004204350000002003300039000000000453004b000000a60000413d000000400100043d0000087a0210009c00000aaa0000213d0000006002100039000000400020043f00000040021000390000087b03000041000000000032043500000020021000390000087c03000041000000000032043500000033020000390000000000210435205b1eff0000040f0000000b010000290000000001010433000000800200043d000800000002001d000000000112004b00000e150000c13d0000000a010000290000000001010433000000080110006b00000e150000c13d000000080100006b00000b340000613d000e00000000001d000006920000013d0000000003000416000000000303004b00000dda0000c13d0000001f032000390000081903300197000000e003300039000000400030043f0000001f0320018f00000005042002720000000504400210000000db0000613d000000e005000039000000e006400039000000000701034f000000007807043c0000000005850436000000000865004b000000d70000c13d000000000503004b000000e90000613d000000000141034f0000000303300210000000e004400039000000000504043300000000053501cf000000000535022f000000000101043b0000010003300089000000000131022f00000000013101cf000000000151019f0000000000140435000000400120008c00000dda0000413d000000e00100043d000000000201004b0000000002000019000000010200c039000000000221004b00000dda0000c13d000001000200043d000000000301004b000002050000613d000000000202004b000002260000c13d0000081c0200004100000001030000390000022f0000013d000008410430009c000001530000a13d000008420430009c000001f10000213d000008490430009c000002d40000a13d0000084a0430009c000006340000613d0000084b0430009c000005890000613d0000084c0330009c00000dda0000c13d000000440220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000402100370000000000202043b00000000030200190000085b0220009c00000dda0000213d0000002401100370000000000201043b0000003301000039000000000101041a0000085b011001970000000004000411000000000141004b000006780000c13d0000000001030019000f00000001001d000e00000002001d205b1d790000040f000000400200043d000000000101004b00000aee0000c13d0000000e010000290000000000120435000008180120009c000008180200804100000040012002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f00000822011001c70000800d020000390000000203000039000008a604000041000001a20000013d000008270430009c000001e40000213d0000082e0430009c000002800000a13d0000082f0430009c000005ab0000613d000008300430009c000004d80000613d000008310330009c00000dda0000c13d000000440220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000402100370000000000202043b000f00000002001d0000085b0220009c00000dda0000213d0000002401100370000000000101043b000e00000001001d0000085b0110009c00000dda0000213d0000010401000039000000000101041a0000085b011001970000000002000411000000000121004b00000000010000190000000101006039205b16b30000040f0000000f010000290000000e02000029205b1c2e0000040f00000000010000190000205c0001042e0000084f0430009c0000020a0000a13d000008500430009c000002b40000a13d000008510430009c000006440000613d000008520430009c000005be0000613d000008530330009c00000dda0000c13d000000440220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000402100370000000000202043b000f00000002001d0000085b0220009c00000dda0000213d0000002401100370000000000301043b0000003301000039000000000101041a0000085b011001970000000002000411000000000121004b000006780000c13d0000000f01000029000e00000003001d205b16ca0000040f0000000e0100006b00000b010000c13d0000000f0100002900000000001004350000010201000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d0000000002000019000000000101043b000000000021041b0000000f0100002900000000001004350000010101000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b0000000e02000029000000000021041b000000400100043d0000000000210435000008180210009c000008180100804100000040011002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f00000822011001c70000800d020000390000000203000039000008b3040000410000000f0500002900000b310000013d000008350430009c000002900000a13d000008360430009c000005ca0000613d000008370430009c000004ed0000613d000008380330009c00000dda0000c13d000000840220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000402100370000000000202043b000f085b0020019b0000085b0220009c00000dda0000213d0000002402100370000000000202043b000e00000002001d0000085b0220009c00000dda0000213d0000006401100370000000000101043b000d00000001001d0000085b0110009c00000dda0000213d0000000003000415000000150330008a0000000503300210000000000200041a000bff000020019400000b570000c13d0000000003000415000000140330008a0000000503300210000000ff0120019000000b570000c13d0000086d0120019700000101011001bf000000000010041b0000010402000039000000000302041a0000085d033001970000000f033001af000000000032041b0000010502000039000000000302041a0000085d033001970000000e033001af000000000032041b0000ff000110019000000bc40000c13d000000400100043d00000064021000390000087603000041000000000032043500000044021000390000087703000041000000000032043500000024021000390000002b03000039000002650000013d000008280430009c000002a00000a13d000008290430009c000005e30000613d0000082a0430009c000004f20000613d0000082b0130009c00000dda0000c13d0000000001000416000000000101004b00000dda0000c13d0000010501000039000005390000013d000008430430009c000003390000a13d000008440430009c0000066c0000613d000008450430009c000005ef0000613d000008460130009c00000dda0000c13d0000000001000416000000000101004b00000dda0000c13d0000006501000039000000000101041a0000085b021001970000000001000411000000000212004b000006810000c13d205b1fb50000040f00000000010000190000205c0001042e000000000302004b0000022e0000c13d000000400100043d0000081a02000041000002280000013d000008560430009c000002a90000213d000008590430009c0000050f0000613d0000085a0330009c00000dda0000c13d000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000101043b000f00000001001d0000085b0110009c00000dda0000213d0000010401000039000000000101041a0000085b011001970000000002000411000000000121004b00000000010000190000000101006039205b16b30000040f0000000f01000029205b1a910000040f00000000010000190000205c0001042e000000400100043d0000081d020000410000000000210435000008180210009c000008180100804100000040011002100000081b011001c70000205d000104300000000203000039000000a00010043f000000800020043f000000c00030043f000000000400041a0000ff00054001900000025c0000c13d000000ff0540018f000000ff0550008c0000024f0000613d000000ff014001bf000000000010041b000000ff01000039000000400200043d0000000000120435000008180120009c000008180200804100000040012002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f00000822011001c70000800d0200003900000001030000390000082304000041205b20510000040f000000010120019000000dda0000613d000000c00300043d000000a00100043d000000800200043d0000014000000443000001600020044300000020020000390000018000200443000001a0001004430000004001000039000001c000100443000001e00030044300000100002004430000000301000039000001200010044300000824010000410000205c0001042e000000400100043d00000064021000390000081e03000041000000000032043500000044021000390000081f03000041000000000032043500000024021000390000002703000039000000000032043500000820020000410000000000210435000000040210003900000020030000390000000000320435000008180210009c0000081801008041000000400110021000000821011001c70000205d000104300000083f0430009c000005240000613d000008400130009c00000dda0000c13d000000240120008c00000dda0000413d0000000001000416000000000101004b00000dda0000c13d205b1ed60000040f00000004010000390000000101100367000000000101043b205b1fce0000040f00000000010000190000205c0001042e000008320430009c000005300000613d000008330330009c00000dda0000c13d000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000101043b0000085b0210009c00000dda0000213d000000000010043500000102010000390000062d0000013d000008390430009c000005350000613d0000083a0330009c00000dda0000c13d000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000101043b0000085b0210009c00000dda0000213d000000000010043500000107010000390000057b0000013d0000082c0130009c0000053e0000613d0000082d0130009c00000dda0000c13d0000000001000416000000000101004b00000dda0000c13d0000006501000039000005390000013d000008570430009c000005530000613d000008580130009c00000dda0000c13d0000000001000416000000000101004b00000dda0000c13d0000088b01000041000000800010043f0000085c010000410000205c0001042e000008540430009c000005fb0000613d000008550330009c00000dda0000c13d000000440220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000402100370000000000202043b000f00000002001d0000085b0220009c00000dda0000213d000000a002000039000000400020043f0000002401100370000000000101043b000000800010043f0000010401000039000000000101041a0000085b011001970000000002000411000000000121004b00000000010000190000000101006039205b16b30000040f00000080020000390000000f01000029205b177e0000040f00000000010000190000205c0001042e0000084d0430009c000006070000613d0000084e0330009c00000dda0000c13d000000640320008c00000dda0000413d0000000003000416000000000303004b00000dda0000c13d0000000403100370000000000303043b000008660430009c00000dda0000213d0000002304300039000000000424004b00000dda0000813d0000000404300039000000000441034f000000000404043b000800000004001d000008660440009c00000dda0000213d000700240030003d000000080300002900000005033002100000000703300029000000000323004b00000dda0000213d0000002403100370000000000303043b000008660430009c00000dda0000213d0000002304300039000000000424004b00000dda0000813d0000000404300039000000000441034f000000000404043b000f00000004001d000008660440009c00000dda0000213d000600240030003d0000000f0300002900000005033002100000000603300029000000000323004b00000dda0000213d0000004403100370000000000303043b000008660430009c00000dda0000213d0000002304300039000000000424004b00000dda0000813d0000000404300039000000000141034f000000000101043b000e00000001001d000008660110009c00000dda0000213d000500240030003d0000000e0100002900000005011002100000000501100029000000000121004b00000dda0000213d000000e001000039000000400010043f0000003e01000039000000800010043f000008a701000041000000a00010043f000008a801000041000000c00010043f0000008001000039205b1eff0000040f0000086001000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000000000101004b00000cbf0000c13d000000400100043d0000004402100039000008b20300004100000000003204350000002402100039000000190300003900000de90000013d000008470430009c000006180000613d000008480130009c00000dda0000c13d0000000001000416000000000101004b00000dda0000c13d0000003301000039000000000201041a0000085b052001970000000003000411000000000335004b000006780000c13d0000006503000039000000000403041a0000085d04400197000000000043041b0000085d02200197000000000021041b0000000001000414000008180210009c0000081801008041000000c0011002100000085e011001c70000800d0200003900000003030000390000086e04000041000000000600001900000b310000013d000000640320008c00000dda0000413d0000000003000416000000000303004b00000dda0000c13d0000000403100370000000000303043b000008660430009c00000dda0000213d0000002304300039000000000424004b00000dda0000813d0000000404300039000000000441034f000000000404043b000900000004001d000008660440009c00000dda0000213d000800240030003d000000090300002900000005033002100000000803300029000000000323004b00000dda0000213d0000002403100370000000000303043b000008660430009c00000dda0000213d0000002304300039000000000424004b00000dda0000813d0000000404300039000000000441034f000000000404043b000f00000004001d000008660440009c00000dda0000213d000700240030003d0000000f0300002900000005033002100000000703300029000000000323004b00000dda0000213d0000004403100370000000000303043b000008660430009c00000dda0000213d0000002304300039000000000424004b00000dda0000813d0000000404300039000000000141034f000000000101043b000e00000001001d000008660110009c00000dda0000213d000600240030003d0000000e0100002900000005011002100000000601100029000000000121004b00000dda0000213d000000e001000039000000400010043f0000003301000039000000800010043f0000089701000041000000a00010043f0000089801000041000000c00010043f0000008001000039205b1eff0000040f0000086001000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000000000101004b00000de30000c13d0000000f02000029000000090120006b00000df40000c13d0000000e02000029000000090120006b00000df40000c13d0000086001000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000500000001001d000000090100006b00000b340000613d000c00000000001d000003d00000013d0000000c020000290000000102200039000c00000002001d000000090120006c00000b340000813d0000000c01000029000000050110021000000008031000290000000102000367000000000332034f000000000303043b000f00000003001d0000085b0330009c00000dda0000213d0000000703100029000000000332034f000000000303043b000e00000003001d000008180330009c00000dda0000213d0000000601100029000000000112034f000000000101043b000d00000001001d000008180110009c00000dda0000213d0000010401000039000000000201041a000000400900043d0000088101000041000000000519043600000004019000390000000f03000029000000000031043500000000010004140000085b02200197000000040320008c000003f50000c13d0000000004000031000000200140008c0000002004008039000004240000013d000008180390009c000008180300004100000000030940190000004003300210000008180410009c0000081801008041000000c001100210000000000131019f00000880011001c7000b00000009001d000a00000005001d205b20560000040f0000000a0a0000290000000b09000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000000505400272000004110000613d000000000601034f0000000007090019000000006806043c00000000078704360000000008a7004b0000040d0000c13d0000001f06400190000004200000613d0000000505500210000000000751034f00000000055900190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f0002000000010355000000010220019000000e530000613d0000001f01400039000000600210018f00000000050900190000000001920019000000000221004b00000000020000190000000102004039000008660310009c00000aaa0000213d000000010220019000000aaa0000c13d000000400010043f000000200240008c00000dda0000413d0000000002050433000000000302004b0000000003000019000000010300c039000000000332004b00000dda0000c13d000000000202004b00000e1c0000613d0000000502000029000000010120008c0000044b0000613d000000020120008c00000ddd0000c13d000008850100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f0000000102200190000004560000c13d00000ddc0000013d000008830100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f000000010220019000000ddc0000613d000000000201043b0000000e0120006b00000e3a0000a13d0000000d0120006b00000e3a0000a13d000a00000002001d0000000f010000290000000000100435000000fb01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b0000000101100039000000000101041a000b00000001001d0000010001000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000b030000290000081803300197000000010220019000000dda0000613d000000000101043b0000000101100039000000000101041a0000081802100197000000010130008a0000000a04000029000000000141004b00000e260000413d000000010120008a000000000141004b00000e260000413d000b00000002001d0000000e0130006c000004ae0000613d0000000f010000290000000000100435000000fb01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b0000000101100039000000000201041a0000089e022001970000000e03000029000000000232019f000000000021041b000000400100043d0000000000310435000008180210009c000008180100804100000040011002100000000002000414000008180320009c0000081802008041000000c002200210000000000121019f00000822011001c70000800d0200003900000002030000390000089f040000410000000f05000029205b20510000040f000000010120019000000dda0000613d0000000b020000290000000d0120006c000003cb0000613d0000000f0100002900000000001004350000010001000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b0000000101100039000000000201041a0000089e022001970000000d03000029000000000232019f000000000021041b000000400100043d0000000000310435000008180210009c000008180100804100000040011002100000000002000414000008180320009c0000081802008041000000c002200210000000000121019f00000822011001c70000800d020000390000000203000039000008a0040000410000000f05000029205b20510000040f0000000101200190000003cb0000c13d00000dda0000013d000000240320008c00000dda0000413d0000000003000416000000000303004b00000dda0000c13d0000000403100370000000000303043b000f00000003001d0000085b0330009c00000dda0000213d0000010403000039000000000303041a0000086204000041000000800040043f00000000040004140000085b03300197000000040530008c00000a7f0000c13d000000000121034f000000000300003100000a8d0000013d0000000001000416000000000101004b00000dda0000c13d0000009701000039000005390000013d000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000601043b0000085b0160009c00000dda0000213d0000003301000039000000000101041a0000085b051001970000000001000411000000000115004b000006780000c13d0000006501000039000000000201041a0000085d02200197000000000262019f000000000021041b0000000001000414000008180210009c0000081801008041000000c0011002100000085e011001c70000800d0200003900000003030000390000085f0400004100000b310000013d000000440320008c00000dda0000413d0000000003000416000000000303004b00000dda0000c13d0000000403100370000000000303043b000f00000003001d0000085b0330009c00000dda0000213d0000002401100370000000000101043b000008660310009c00000dda0000213d0000000401100039205b0eb00000040f00000000020100190000000f01000029205b0eeb0000040f00000000010000190000205c0001042e000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000101043b0000085b0210009c00000dda0000213d0000000000100435000000fe010000390000062d0000013d0000000001000416000000000101004b00000dda0000c13d000000c901000039000006300000013d0000000001000416000000000101004b00000dda0000c13d0000003301000039000000000101041a0000085b01100197000000800010043f0000085c010000410000205c0001042e0000000001000416000000000101004b00000dda0000c13d0000000001000412001100000001001d001000400000003d000080050100003900000044030000390000000004000415000000110440008a00000005044002100000086002000041205b20330000040f205b1ffc0000040f000000400200043d0000000000120435000008180120009c0000081802008041000000400120021000000861011001c70000205c0001042e000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000101043b0000085b0210009c00000dda0000213d0000003302000039000000000202041a0000085b022001970000000003000411000000000232004b000006780000c13d000000000201004b00000b210000c13d0000082001000041000000800010043f0000002001000039000000840010043f0000002501000039000000a40010043f0000087501000041000000c40010043f0000087401000041000000e40010043f000008a3010000410000205d00010430000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000101043b0000085b0210009c00000dda0000213d00000000001004350000010601000039000000200010043f0000000001000019205b20220000040f0000000202100039000000000202041a0000000103100039000000000303041a000000000101041a0000087801100197000000800010043f000000a00030043f000000c00020043f00000879010000410000205c0001042e000000640220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000402100370000000000202043b000f00000002001d0000085b0220009c00000dda0000213d0000002402100370000000000202043b000e00000002001d0000085b0220009c00000dda0000213d000000a002000039000000400020043f0000004401100370000000000101043b000000800010043f0000010401000039000000000101041a0000085b011001970000000002000411000000000121004b00000000010000190000000101006039205b16b30000040f00000080030000390000000f010000290000000e02000029205b19350000040f00000000010000190000205c0001042e0000000001000416000000000101004b00000dda0000c13d0000000001000412001300000001001d001200200000003d000080050100003900000044030000390000000004000415000000130440008a00000005044002100000086002000041205b20330000040f000000000101004b0000000001000019000000010100c039000000800010043f0000085c010000410000205c0001042e000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000101043b0000085b0210009c00000dda0000213d00000000001004350000010001000039000005d50000013d000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000101043b0000085b0210009c00000dda0000213d0000000000100435000000fb01000039000000200010043f0000000001000019205b20220000040f0000000102100039000000000202041a000000000101041a0000087803100197000000800030043f000000e001100270000000a00010043f0000081801200197000000c00010043f00000879010000410000205c0001042e000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000101043b0000085b0210009c00000dda0000213d000000000010043500000101010000390000062d0000013d000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000101043b0000085b0210009c00000dda0000213d0000000000100435000000ff010000390000062d0000013d000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000101043b0000085b0210009c00000dda0000213d0000000000100435000000fd010000390000062d0000013d000000440220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000402100370000000000202043b0000085b0320009c00000dda0000213d0000002401100370000000000101043b000f00000001001d0000085b0110009c00000dda0000213d0000000000200435000000fc01000039000006280000013d000000440220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000402100370000000000202043b0000085b0320009c00000dda0000213d0000002401100370000000000101043b000f00000001001d0000085b0110009c00000dda0000213d00000000002004350000010301000039000000200010043f0000000001000019205b20220000040f0000000f020000290000000000200435000000200010043f0000000001000019205b20220000040f000000000101041a000000800010043f0000085c010000410000205c0001042e0000000001000416000000000101004b00000dda0000c13d0000000001000412001700000001001d001600000000001d000080050100003900000044030000390000000004000415000000170440008a00000005044002100000086002000041205b20330000040f000000800010043f0000085c010000410000205c0001042e000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000101043b000f00000001001d0000085b0110009c00000dda0000213d0000010401000039000000000101041a0000085b011001970000000002000411000000000121004b00000ab00000c13d0000086001000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000000010210008c00000b780000613d000000020110008c00000ddd0000c13d00000885010000410000000000100439000000000100041400000b7b0000013d000000240220008c00000dda0000413d0000000002000416000000000202004b00000dda0000c13d0000000401100370000000000101043b0000085b0210009c00000dda0000213d205b16ca0000040f00000000010000190000205c0001042e0000082001000041000000800010043f0000002001000039000000840010043f000000a40010043f000008b801000041000000c40010043f000008b9010000410000205d000104300000082001000041000000800010043f0000002001000039000000840010043f0000002901000039000000a40010043f000008a101000041000000c40010043f000008a201000041000000e40010043f000008a3010000410000205d000104300000000e020000290000000102200039000e00000002001d000000080120006c00000b340000813d000000800100043d0000000e03000029000000000131004b00000e620000a13d0000000501300210000000a00210003900000000020204330000085b042001970000000b020000290000000002020433000000000232004b00000e620000a13d0000000a020000290000000002020433000000000232004b00000e620000a13d00000020011000390000000b021000290000000002020433000d00000002001d0000000a011000290000000001010433000c00000001001d0000010401000039000000000201041a000000400900043d000008810100004100000000051904360000000401900039000f00000004001d000000000041043500000000010004140000085b02200197000000040320008c000006b90000c13d0000000004000031000000200140008c0000002004008039000006e80000013d000008180390009c000008180300004100000000030940190000004003300210000008180410009c0000081801008041000000c001100210000000000131019f00000880011001c7000900000009001d000700000005001d205b20560000040f000000070a0000290000000909000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000000505400272000006d50000613d000000000601034f0000000007090019000000006806043c00000000078704360000000008a7004b000006d10000c13d0000001f06400190000006e40000613d0000000505500210000000000751034f00000000055900190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f0002000000010355000000010220019000000e6e0000613d0000001f01400039000000600210018f00000000050900190000000001920019000000000221004b00000000020000190000000102004039000008660310009c00000aaa0000213d000000010220019000000aaa0000c13d000000400010043f000000200240008c00000dda0000413d0000000002050433000000000302004b0000000003000019000000010300c039000000000332004b00000dda0000c13d000000000202004b00000e1c0000613d0000000f010000290000000000100435000000ff01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b000000000101041a0000000d0110006c0000088b0000613d0000000f010000290000000000100435000000fb01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b000600000001001d0000010601000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b000900000001001d000000ff01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b000000000101041a000500000001001d0000086001000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000000010210008c000007590000613d000000020110008c00000ddd0000c13d000008850100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f0000000102200190000007640000c13d00000ddc0000013d000008830100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000700000001001d0000086001000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000000ddc0000613d000000000601043b000000000106004b000007860000613d00000009030000290000000201300039000000000701041a000000070170006b00000000010000190000000101002039000000000207004b0000000002000019000000010200c039000000000112017000000007070060290000000101300039000000000201041a000007a10000013d000000400100043d000008860210009c000000070400002900000aaa0000213d0000004002100039000000400020043f0000002002100039000008870300004100000000003204350000001c020000390000000000210435000008880240009c00000ba40000813d00000006030000290000000101300039000000000101041a0000081807100197000000000174004b00000000010000190000000101002039000000000207004b0000000002000019000000010200c03900000000011201700000000007046019000000000103041a000000e002100270000000000127004b00000e680000413d000000000127004b0000000f050000290000085e0000613d000000050100006b000007b50000613d000700000002001d000000400900043d00000889010000410000000001190436000400000001001d0000000001000414000000040250008c000007bb0000c13d0000000003000031000000200130008c00000020040000390000000004034019000007ee0000013d000000000106004b000008580000613d00000009010000290000000101100039000000000071041b0000085e0000013d000100000007001d000200000006001d000008180290009c000008180200004100000000020940190000004002200210000008180310009c0000081801008041000000c001100210000000000121019f0000081b011001c70000000002050019000300000009001d205b20560000040f0000000309000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000000505400272000000040a000029000007d90000613d000000000601034f0000000007090019000000006806043c00000000078704360000000008a7004b000007d50000c13d0000001f06400190000007e80000613d0000000505500210000000000751034f00000000055900190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f0002000000010355000000010220019000000e920000613d000000020600002900000001070000290000001f01400039000000600210018f00000000080900190000000001920019000000000221004b00000000020000190000000102004039000008660410009c00000aaa0000213d000000010220019000000aaa0000c13d000000400010043f000000200230008c00000dda0000413d000000070270006a00000005432000b900000000422300d9000000050220006c000000000506001900000e680000c13d0000000002080433000000000402004b000008150000613d0000088a0410009c00000aaa0000213d0000002004100039000000400040043f00000000000104350000088b143000d1000000000103004b000008100000613d00000000313400d90000088b0110009c00000e680000c13d000000400100043d0000088a0310009c00000aaa0000213d00000000322400d9000008180000013d0000088a0210009c000000000200001900000aaa0000213d0000002003100039000000400030043f0000000000210435000000400200043d0000088a0320009c00000aaa0000213d000000000305004b000000090400002900000000030400190000000603006029000000000303041a0000002004200039000000400040043f00000878033001970000000000320435000000400300043d0000088a0430009c00000aaa0000213d0000002004300039000000400040043f0000000000030435000000000202043300000000010104330000000002210019000000000112004b00000000010000190000000101004039000000010110019000000e680000c13d000000400100043d0000088a0310009c00000aaa0000213d0000002003100039000000400030043f0000000000210435000000400100043d000008860310009c00000aaa0000213d0000004003100039000000400030043f00000020031000390000088c0400004100000000004304350000001a0300003900000000003104350000088d0320009c00000ba40000813d000000000105004b000008520000613d0000000903000029000000000103041a0000088e01100197000000000121019f000000000013041b0000000101300039000000000071041b0000000f050000290000085e0000013d000000e001700210000000000112019f0000000602000029000000000012041b0000000f050000290000085e0000013d000000e0017002100000000603000029000000000203041a0000087802200197000000000112019f000000000013041b0000000001000414000008180210009c0000081801008041000000c0011002100000085e011001c70000800d0200003900000002030000390000088f04000041205b20510000040f000000010120019000000dda0000613d0000000f010000290000000000100435000000ff01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b0000000d02000029000000000021041b000000400100043d0000000000210435000008180210009c000008180100804100000040011002100000000002000414000008180320009c0000081802008041000000c002200210000000000121019f00000822011001c70000800d02000039000000020300003900000890040000410000000f05000029205b20510000040f000000010120019000000dda0000613d0000000f010000290000000000100435000000fe01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b000000000101041a0000000c0110006c0000068d0000613d000000400900043d0000089101000041000000000519043600000000010004140000000f02000029000000040320008c000008a70000c13d0000000004000031000000200140008c0000002004008039000008d60000013d000008180390009c000008180300004100000000030940190000004004300210000008180310009c0000081801008041000000c001100210000000000141019f0000081b011001c7000d00000009001d000900000005001d205b20560000040f000000090a0000290000000d09000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000000505400272000008c30000613d000000000601034f0000000007090019000000006806043c00000000078704360000000008a7004b000008bf0000c13d0000001f06400190000008d20000613d0000000505500210000000000751034f00000000055900190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f0002000000010355000000010220019000000e7d0000613d0000001f01400039000000600110018f00000000050900190000000003910019000000000113004b00000000010000190000000101004039000008660230009c00000aaa0000213d000000010110019000000aaa0000c13d000d00000003001d000000400030043f000000200140008c00000dda0000413d0000000d030000290000088a0130009c00000aaa0000213d00000000010504330000002002300039000000400020043f00000000001304350000000f0100002900000000001004350000010001000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b000600000001001d0000010701000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b000900000001001d000000fe01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b000000000101041a000500000001001d0000086001000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000000010210008c000009360000613d000000020110008c00000ddd0000c13d000008850100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f0000000102200190000009410000c13d00000ddc0000013d000008830100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000700000001001d0000086001000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000000ddc0000613d000000000601043b000000000106004b000009640000613d00000009030000290000000201300039000000000801041a000000070180006b00000000010000190000000101002039000000000208004b0000000002000019000000010200c039000000000112017000000007080060290000000101300039000000000201041a0000000d07000029000009800000013d000000400100043d000008860210009c0000000d07000029000000070400002900000aaa0000213d0000004002100039000000400020043f0000002002100039000008870300004100000000003204350000001c020000390000000000210435000008880240009c00000ba40000813d00000006030000290000000101300039000000000101041a0000081808100197000000000184004b00000000010000190000000101002039000000000208004b0000000002000019000000010200c03900000000011201700000000008046019000000000103041a000000e002100270000000000128004b00000e680000413d000000000128004b0000000f0500002900000a4a0000613d000000050100006b000009940000613d000700000002001d000000400900043d00000892010000410000000001190436000400000001001d0000000001000414000000040250008c0000099a0000c13d0000000003000031000000200130008c00000020040000390000000004034019000009cd0000013d000000000106004b00000a440000613d00000009010000290000000101100039000000000081041b00000a4a0000013d000100000008001d000200000006001d000008180290009c000008180200004100000000020940190000004002200210000008180310009c0000081801008041000000c001100210000000000121019f0000081b011001c70000000002050019000300000009001d205b20560000040f0000000309000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000000505400272000000040a000029000009b80000613d000000000601034f0000000007090019000000006806043c00000000078704360000000008a7004b000009b40000c13d0000001f06400190000009c70000613d0000000505500210000000000751034f00000000055900190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f0002000000010355000000010220019000000ea10000613d000000020600002900000001080000290000001f01400039000000600210018f00000000050900190000000001920019000000000221004b00000000020000190000000102004039000008660410009c00000aaa0000213d000000010220019000000aaa0000c13d000000000a080019000000400010043f000000200230008c00000dda0000413d000000000305043300000893423000d1000000000403004b0000000d0700002900000000080600190000000705000029000009e60000613d00000000433200d9000008930330009c00000e680000c13d0000000003070433000000000403004b00000e8c0000613d00000000055a004900000005645000b900000000655400d9000000050550006c00000e680000c13d000000000523004b000009f40000a13d0000088a0210009c000000000200001900000a040000a13d00000aaa0000013d0000088a0510009c00000aaa0000213d0000002005100039000000400050043f00000000000104350000088b154000d1000000000104004b000009ff0000613d00000000414500d90000088b0110009c00000e680000c13d000000400100043d0000088a0410009c00000aaa0000213d00000000323200d900000000322500d90000002003100039000000400030043f0000000000210435000000400200043d0000088a0320009c00000aaa0000213d000000000308004b000000090400002900000000030400190000000603006029000000000303041a0000002004200039000000400040043f00000878033001970000000000320435000000400300043d0000088a0430009c00000aaa0000213d0000002004300039000000400040043f0000000000030435000000000202043300000000010104330000000002210019000000000112004b00000000010000190000000101004039000000010110019000000e680000c13d000000400100043d0000088a0310009c00000aaa0000213d0000002003100039000000400030043f0000000000210435000000400100043d000008860310009c00000aaa0000213d0000004003100039000000400030043f00000020031000390000088c0400004100000000004304350000001a0300003900000000003104350000088d0320009c00000ba40000813d000000000108004b00000a3e0000613d0000000903000029000000000103041a0000088e01100197000000000121019f000000000013041b00000001013000390000000000a1041b0000000f0500002900000a4a0000013d000000e001a00210000000000112019f0000000602000029000000000012041b0000000f0500002900000a4a0000013d000000e0018002100000000603000029000000000203041a0000087802200197000000000112019f000000000013041b0000000001070433000000400200043d0000000000120435000008180120009c000008180200804100000040012002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f00000822011001c70000800d0200003900000002030000390000089404000041205b20510000040f000000010120019000000dda0000613d0000000f010000290000000000100435000000fe01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b0000000c02000029000000000021041b000000400100043d0000000000210435000008180210009c000008180100804100000040011002100000000002000414000008180320009c0000081802008041000000c002200210000000000121019f00000822011001c70000800d02000039000000020300003900000895040000410000000f05000029205b20510000040f00000001012001900000068d0000c13d00000dda0000013d000008180140009c0000081804008041000000c00140021000000863011001c70000000002030019205b20560000040f00000000030100190000006003300270000008180030019d00000818033001970002000000010355000000010220019000000b360000613d00000080080000390000001f0230018f000000050430027200000a970000613d00000005054002100000008005500039000000000601034f000000006706043c0000000008780436000000000758004b00000a930000c13d000000000502004b00000aa60000613d0000000504400210000000000141034f00000003022002100000008004400039000000000504043300000000052501cf000000000525022f000000000101043b0000010002200089000000000121022f00000000012101cf000000000151019f00000000001404350000001f01300039000008bb01100197000008640210009c00000abc0000a13d0000087f0100004100000000001004350000004101000039000000040010043f00000880010000410000205d000104300000082001000041000000800010043f0000002001000039000000840010043f0000002701000039000000a40010043f000008b401000041000000c40010043f000008b501000041000000e40010043f000008a3010000410000205d000104300000008002100039000000400020043f000008650430009c00000dda0000213d000000200430008c00000dda0000413d000000800400043d000008660540009c00000dda0000213d00000080033000390000009f05400039000000000635004b0000000006000019000008670600804100000867073001970000086705500197000000000875013f000000000575004b00000000050000190000086705004041000008670780009c000000000506c019000000000505004b00000dda0000c13d00000080054000390000000006050433000008660560009c00000aaa0000213d00000005056002100000003f0750003900000868077001970000000007270019000008660870009c00000aaa0000213d000000400070043f0000000000620435000000a0044000390000000005540019000000000335004b00000dda0000213d000000000306004b000005200000613d000000a00110003900000000430404340000085b0630009c00000dda0000213d0000000001310436000000000354004b00000ae70000413d000005200000013d0000006401200039000008a40300004100000000003104350000004401200039000008a503000041000000000031043500000024012000390000002203000039000000000031043500000820010000410000000000120435000000040120003900000020030000390000000000310435000008180120009c0000081802008041000000400120021000000821011001c70000205d000104300000086001000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000000010210008c00000bea0000613d000000020110008c00000ddd0000c13d000008850100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f000000010220019000000bf50000c13d00000ddc0000013d0000009702000039000000000302041a0000085d04300197000000000414019f000000000042041b0000085b02300197000000800020043f000000a00010043f0000000001000414000008180210009c0000081801008041000000c001100210000008ba011001c70000800d0200003900000001030000390000087004000041205b20510000040f000000010120019000000dda0000613d00000000010000190000205c0001042e000000400200043d0000001f0430018f000000050530027200000b420000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b00000b3e0000c13d000000000604004b00000b510000613d0000000505500210000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000008180320009c00000818020080410000004002200210000000000112019f0000205d00010430000c00000003001d000a00000002001d00000869010000410000000000100439000000000100041000000004001004430000000001000414000008180210009c0000081801008041000000c0011002100000086a011001c70000800202000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000000000101004b00000bb70000c13d0000000a01000029000000ff0110018f000000010110008c000000000100001900000001010060390000000c020000290000000502200270000000000201001f00000bba0000c13d0000000b0100006b0000000a02000029000001cb0000613d000008bc0120019700000001011001bf000001cd0000013d000008830100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000e00000001001d0000086001000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000000000101004b00000c060000c13d000000400100043d000008b60210009c00000aaa0000813d0000004002100039000000400020043f0000002002100039000008870300004100000000003204350000001c0200003900000000002104350000000e02000029000008880220009c00000c7e0000413d000000400400043d000f00000004001d000008200200004100000000002404350000000402400039000000200300003900000000003204350000002402400039205b1eed0000040f0000000f030000290000000001310049000008180210009c0000081801008041000008180230009c000008180300804100000060011002100000004002300210000000000121019f0000205d000104300000000c010000290000000501100270000000000100001f000000400100043d00000064021000390000086b03000041000000000032043500000044021000390000086c03000041000000000032043500000024021000390000002e03000039000002650000013d0000006501000039000000000201041a0000085d02200197000000000021041b00000000010004110000085b061001970000003301000039000000000201041a0000085d03200197000000000363019f000000000031041b00000000010004140000085b05200197000008180210009c0000081801008041000000c0011002100000085e011001c70000800d0200003900000003030000390000086e04000041205b20510000040f000000010120019000000dda0000613d000000000100041a0000ff0001100190000001da0000613d000000400100043d0000000d0200006b00000c360000c13d00000064021000390000087403000041000000000032043500000044021000390000087503000041000000000032043500000024021000390000002503000039000002650000013d000008830100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000d00000001001d0000000f0100002900000000001004350000010201000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d0000000d02000029000001820000013d0000000f0100002900000000001004350000010601000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b000d00000001001d0000010701000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b0000000d02000029000000000202041a000008780320019800000c290000c13d0000088e022001970000088b022001c70000000d03000029000000000023041b000000000201041a000008780320019800000c2f0000c13d0000088e022001970000088b022001c7000000000021041b00000001011000390000000e02000029000000000021041b0000000d010000290000000101100039000000000021041b00000cad0000013d0000009702000039000000000302041a0000085d043001970000000d05000029000000000454019f000000000042041b000000200210003900000000005204350000085b023001970000000000210435000008180210009c000008180100804100000040011002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f0000086f011001c70000800d0200003900000001030000390000087004000041205b20510000040f000000010120019000000dda0000613d000000400100043d000000c903000039000000000203041a00000044040000390000000104400367000000000404043b000000000542004b00000cb60000813d000000000043041b000000200310003900000000004304350000000000210435000008180210009c000008180100804100000040011002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f0000086f011001c70000800d0200003900000001030000390000087304000041205b20510000040f000000010120019000000dda0000613d0000000b0100006b00000b340000c13d000000000200041a000008bd01200197000000000010041b000000400100043d00000001030000390000000000310435000008180210009c000008180100804100000040011002100000000002000414000008180420009c0000081802008041000000c002200210000000000112019f00000822011001c70000800d02000039000008230400004100000b310000013d0000000f010000290000000000100435000000fb01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b000d00000001001d0000010001000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b0000000d02000029000000000202041a000008780320019800000ca10000c13d0000088e022001970000088b022001c70000000d03000029000000000023041b0000000e02000029000000e002200210000000000301041a00000878033001980000088b03006041000000000323019f000000000031041b0000000d03000029000000000103041a0000087801100197000000000121019f000000000013041b0000000001000414000008180210009c0000081801008041000000c0011002100000085e011001c70000800d020000390000000203000039000008b704000041000001a20000013d00000064021000390000087103000041000000000032043500000044021000390000087203000041000000000032043500000024021000390000002203000039000002650000013d0000000f02000029000000080120006b00000dfe0000c13d0000000e02000029000000080120006b00000dfe0000c13d0000086001000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000000ddc0000613d000000000101043b000400000001001d000000080100006b00000b340000613d000c00000000001d00000cdf0000013d0000000c020000290000000102200039000c00000002001d000000080120006c00000b340000813d0000000c01000029000000050110021000000007031000290000000102000367000000000332034f000000000303043b000f00000003001d0000085b0330009c00000dda0000213d00000005031000290000000601100029000000000112034f000000000232034f000000000202043b000d00000002001d000000000101043b000e00000001001d0000010401000039000000000201041a000000400900043d0000088101000041000000000519043600000004019000390000000f03000029000000000031043500000000010004140000085b02200197000000040320008c00000d000000c13d0000000004000031000000200140008c000000200400803900000d2f0000013d000008180390009c000008180300004100000000030940190000004003300210000008180410009c0000081801008041000000c001100210000000000131019f00000880011001c7000b00000009001d000a00000005001d205b20560000040f0000000a0a0000290000000b09000029000000000301001900000060033002700000081803300197000000200430008c00000020040000390000000004034019000000050540027200000d1c0000613d000000000601034f0000000007090019000000006806043c00000000078704360000000008a7004b00000d180000c13d0000001f0640019000000d2b0000613d0000000505500210000000000751034f00000000055900190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f0002000000010355000000010220019000000e440000613d0000001f01400039000000600210018f00000000050900190000000001920019000000000221004b00000000020000190000000102004039000008660310009c00000aaa0000213d000000010220019000000aaa0000c13d000000400010043f000000200240008c00000dda0000413d0000000002050433000000000302004b0000000003000019000000010300c039000000000332004b00000dda0000c13d000000000202004b00000e1c0000613d0000000402000029000000010120008c00000d560000613d000000020120008c00000ddd0000c13d000008850100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f000000010220019000000d610000c13d00000ddc0000013d000008830100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f000000010220019000000ddc0000613d000000000201043b0000000e0120006b00000e300000a13d0000000d0120006b00000e300000a13d000b00000002001d0000000f0100002900000000001004350000010601000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b0000000201100039000000000101041a000a00000001001d0000010701000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b0000000a04000029000000010240008a0000000b03000029000000000232004b00000e260000413d0000000201100039000000000101041a000900000001001d000000010110008a000000000131004b00000e260000413d0000000e0140006c00000db40000613d0000000f0100002900000000001004350000010601000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b00000002011000390000000e02000029000000000021041b000000400100043d0000000000210435000008180210009c000008180100804100000040011002100000000002000414000008180320009c0000081802008041000000c002200210000000000121019f00000822011001c70000800d020000390000000203000039000008ae040000410000000f05000029205b20510000040f000000010120019000000dda0000613d00000009020000290000000d0120006c00000cda0000613d0000000f0100002900000000001004350000010701000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000dda0000613d000000000101043b00000002011000390000000d02000029000000000021041b000000400100043d0000000000210435000008180210009c000008180100804100000040011002100000000002000414000008180320009c0000081802008041000000c002200210000000000121019f00000822011001c70000800d020000390000000203000039000008af040000410000000f05000029205b20510000040f000000010120019000000cda0000c13d00000000010000190000205d00010430000000000001042f0000087f0100004100000000001004350000005101000039000000040010043f00000880010000410000205d00010430000000400100043d00000044021000390000089903000041000000000032043500000024021000390000001a03000039000000000032043500000820020000410000000000210435000000040210003900000020030000390000000000320435000008180210009c000008180100804100000040011002100000087e011001c70000205d00010430000000400100043d00000064021000390000089a03000041000000000032043500000044021000390000089b03000041000000000032043500000024021000390000003803000039000002650000013d000000400100043d0000008402100039000008a90300004100000000003204350000006402100039000008aa03000041000000000032043500000044021000390000089b03000041000000000032043500000024021000390000004103000039000000000032043500000820020000410000000000210435000000040210003900000020030000390000000000320435000008180210009c00000818010080410000004001100210000008ab011001c70000205d00010430000000400100043d00000044021000390000087d03000041000000000032043500000024021000390000001c0300003900000de90000013d00000044021000390000089603000041000000000032043500000820020000410000000000210435000000240210003900000020030000390000000000320435000000040210003900000dee0000013d000000400100043d0000006402100039000008b00300004100000000003204350000004402100039000008b103000041000000000032043500000024021000390000002903000039000002650000013d000000400100043d0000006402100039000008ac0300004100000000003204350000004402100039000008ad03000041000000000032043500000024021000390000003b03000039000002650000013d000000400100043d00000064021000390000089c03000041000000000032043500000044021000390000089d03000041000000000032043500000024021000390000003703000039000002650000013d000000400200043d0000001f0430018f000000050530027200000e500000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b00000e4c0000c13d000000000604004b00000b440000c13d00000b510000013d000000400200043d0000001f0430018f0000000505300272000000050550021000000e5f0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b00000e5b0000c13d000000000604004b00000b510000613d00000b450000013d0000087f0100004100000000001004350000003201000039000000040010043f00000880010000410000205d000104300000087f0100004100000000001004350000001101000039000000040010043f00000880010000410000205d00010430000000400200043d0000001f0430018f0000000505300272000000050550021000000e7a0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b00000e760000c13d000000000604004b00000b510000613d00000b450000013d000000400200043d0000001f0430018f000000050530027200000e890000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b00000e850000c13d000000000604004b00000b510000613d00000b440000013d0000087f0100004100000000001004350000001201000039000000040010043f00000880010000410000205d00010430000000400200043d0000001f0430018f0000000505300272000000050550021000000e9e0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b00000e9a0000c13d000000000604004b00000b510000613d00000b450000013d000000400200043d0000001f0430018f0000000505300272000000050550021000000ead0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b00000ea90000c13d000000000604004b00000b510000613d00000b450000013d00000000030100190000001f01300039000000000421004b0000000004000019000008670400404100000867052001970000086701100197000000000651013f000000000151004b00000000010000190000086701002041000008670560009c000000000104c019000000000101004b00000ee30000613d0000000104000367000000000134034f000000000501043b000008be0150009c00000ee50000813d00000005065002100000003f016000390000086807100197000000400100043d0000000007710019000000000817004b00000000080000190000000108004039000008660970009c00000ee50000213d000000010880019000000ee50000c13d000000400070043f000000000051043500000020033000390000000005630019000000000225004b00000ee30000213d000000000253004b00000ee20000813d0000000002010019000000000634034f000000000606043b0000085b0760009c00000ee30000213d000000200220003900000000006204350000002003300039000000000653004b00000ed90000413d000000000001042d00000000010000190000205d000104300000087f0100004100000000001004350000004101000039000000040010043f00000880010000410000205d00010430000f000000000002000000c903000039000000000403041a000700000002001d0000000032020434000600000003001d000000000342004b0000167f0000213d000e085b0010019b000000000102004b000014960000613d0000000003000019000500000002001d00000007010000290000000001010433000000000131004b000015e60000a13d000a00000003001d0000000501300210000000060110002900000000010104330000010402000039000000000202041a000000400a00043d000008810300004100000000053a04360000085b031001970000000401a00039000f00000003001d000000000031043500000000010004140000085b02200197000000040320008c00000f120000c13d0000000003000031000000200130008c0000002004000039000000000403401900000f410000013d0000081803a0009c000008180300004100000000030a40190000004003300210000008180410009c0000081801008041000000c001100210000000000131019f00000880011001c7000d0000000a001d000c00000005001d205b20560000040f0000000c090000290000000d0a000029000000000301001900000060033002700000081803300197000000200430008c00000020040000390000000004034019000000050540027200000f2e0000613d000000000601034f00000000070a0019000000006806043c0000000007870436000000000897004b00000f2a0000c13d0000001f0640019000000f3d0000613d0000000505500210000000000751034f00000000055a00190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f00020000000103550000000102200190000016020000613d0000001f01400039000000600110018f0000000009a10019000000000219004b00000000020000190000000102004039000008660490009c000015c00000213d0000000102200190000015c00000c13d000000400090043f000000200230008c000015be0000413d00000000020a0433000000000402004b0000000004000019000000010400c039000000000442004b000015be0000c13d000000000202004b000015ec0000613d0000089102000041000000000629043600000000050004140000000f02000029000000040420008c00000f8d0000613d000008180190009c000008180100004100000000010940190000004001100210000008180350009c0000081805008041000000c003500210000000000113019f0000081b011001c7000d00000009001d000c00000006001d205b20560000040f0000000c0a0000290000000d09000029000000000301001900000060033002700000081803300197000000200430008c00000020040000390000000004034019000000050540027200000f780000613d000000000601034f0000000007090019000000006806043c00000000078704360000000008a7004b00000f740000c13d0000001f0640019000000f870000613d0000000505500210000000000751034f00000000055900190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f00020000000103550000000102200190000016110000613d0000001f01400039000000600110018f0000000001910019000d00000001001d000008660110009c000015c00000213d0000000d01000029000000400010043f000000200130008c000015be0000413d0000000d010000290000088a0110009c000015c00000213d00000000010904330000000d030000290000002002300039000000400020043f00000000001304350000000f0100002900000000001004350000010001000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b000900000001001d0000010701000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b000c00000001001d000000fe01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b000000000101041a000800000001001d0000086001000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f0000000102200190000015cc0000613d000000000101043b000000010210008c00000fdf0000613d000000020110008c000015fc0000c13d00000885010000410000000000100439000000000100041400000fe20000013d000008830100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f0000000102200190000015cc0000613d000000000101043b000b00000001001d0000086001000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f0000000102200190000015cc0000613d000000000701043b000000000107004b0000100e0000613d0000000c030000290000000201300039000000000901041a0000000b0190006b00000000010000190000000101002039000000000209004b0000000002000019000000010200c03900000000011201700000000b090060290000000101300039000000000601041a000000000169004b0000102b0000813d000015c60000013d000000400100043d000008860210009c0000000b04000029000015c00000213d0000004002100039000000400020043f0000002002100039000008870300004100000000003204350000001c020000390000000000210435000008880240009c000015cd0000813d00000009030000290000000101300039000000000101041a0000081809100197000000000194004b00000000010000190000000101002039000000000209004b0000000002000019000000010200c03900000000011201700000000009046019000000000103041a000000e006100270000000000169004b000015c60000413d000000000169004b0000000f05000029000010f00000613d000000080100006b0000103b0000613d000000400a00043d000008920100004100000000041a04360000000001000414000000040250008c000010410000c13d0000000003000031000000200130008c00000020040000390000000004034019000010770000013d000000000107004b000010ea0000613d0000000c010000290000000101100039000000000091041b000010f00000013d000100000006001d000b00000009001d000200000007001d0000081802a0009c000008180200004100000000020a40190000004002200210000008180310009c0000081801008041000000c001100210000000000121019f0000081b011001c7000000000205001900040000000a001d000300000004001d205b20560000040f0000000309000029000000040a000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000000505400272000010610000613d000000000601034f00000000070a0019000000006806043c0000000007870436000000000897004b0000105d0000c13d0000001f06400190000010700000613d0000000505500210000000000751034f00000000055a00190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f000200000001035500000001022001900000000b090000290000164f0000613d000000020700002900000001060000290000001f01400039000000600210018f0000000001a20019000000000221004b00000000020000190000000102004039000008660410009c000015c00000213d0000000102200190000015c00000c13d000000400010043f000000200230008c000015be0000413d00000000030a043300000893423000d1000000000403004b0000108b0000613d00000000433200d9000008930330009c000015c60000c13d0000000d030000290000000003030433000000000403004b000015e00000613d000000000569004900000008645000b900000000655400d9000000080550006c000015c60000c13d000000000523004b0000109a0000a13d0000088a0210009c0000000002000019000010aa0000a13d000015c00000013d0000088a0510009c000015c00000213d0000002005100039000000400050043f00000000000104350000088b154000d1000000000104004b000010a50000613d00000000414500d90000088b0110009c000015c60000c13d000000400100043d0000088a0410009c000015c00000213d00000000323200d900000000322500d90000002003100039000000400030043f0000000000210435000000400200043d0000088a0320009c000015c00000213d000000000307004b0000000c0400002900000000030400190000000903006029000000000303041a0000002004200039000000400040043f00000878033001970000000000320435000000400300043d0000088a0430009c000015c00000213d0000002004300039000000400040043f0000000000030435000000000202043300000000010104330000000002210019000000000112004b000000000100001900000001010040390000000101100190000015c60000c13d000000400100043d0000088a0310009c000015c00000213d0000002003100039000000400030043f0000000000210435000000400100043d000008860310009c000015c00000213d0000004003100039000000400030043f00000020031000390000088c0400004100000000004304350000001a0300003900000000003104350000088d0320009c000015cd0000813d000000000107004b000010e40000613d0000000c03000029000000000103041a0000088e01100197000000000121019f000000000013041b0000000101300039000000000091041b0000000f05000029000010f00000013d000000e001900210000000000112019f0000000902000029000000000012041b0000000f05000029000010f00000013d000000e0019002100000000903000029000000000203041a0000087802200197000000000112019f000000000013041b0000000d010000290000000001010433000000400200043d0000000000120435000008180120009c000008180200804100000040012002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f00000822011001c70000800d0200003900000002030000390000089404000041205b20510000040f0000000101200190000015be0000613d0000000f0100002900000000001004350000010001000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b000c00000001001d0000010701000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b000b00000001001d0000086001000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f0000000102200190000015cc0000613d000000000101043b000000000101004b0000000b0200002900000000010200190000000c01006029000000000101041a000c00000001001d0000010301000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000c03000029000c08780030019b0000000102200190000015be0000613d000000000101043b0000000e020000290000000000200435000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b000000000101041a000b00000001001d0000000f0100002900000000001004350000010301000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b0000000e020000290000000000200435000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b0000000c03000029000000000031041b0000088b0130009c000000000100001900000001010040390000000b0200006b0000000002000019000000010200c03900000000011201a00000088b040000410000000b0400c029000000000143004b000015c60000413d000000400500043d0000088a0150009c000015c00000213d0000002001500039000000400010043f0000000c014000690000000000150435000000400900043d000008bf01000041000000000619043600000004019000390000000e02000029000000000021043500000000010004140000000f02000029000000040320008c000011900000c13d0000000003000031000000200130008c00000020040000390000000004034019000011c10000013d000800000005001d000008180390009c000008180300004100000000030940190000004004300210000008180310009c0000081801008041000000c001100210000000000141019f00000880011001c7000b00000009001d000900000006001d205b20560000040f000000090a0000290000000b09000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000000505400272000011ad0000613d000000000601034f0000000007090019000000006806043c00000000078704360000000008a7004b000011a90000c13d0000001f06400190000011bc0000613d0000000505500210000000000751034f00000000055900190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f00020000000103550000000102200190000016310000613d00000008050000290000001f01400039000000600210018f0000000001920019000000000221004b00000000020000190000000102004039000008660410009c000015c00000213d0000000102200190000015c00000c13d000000400010043f000000200130008c000015be0000413d000000000209043300000893312000d1000000000302004b000011d50000613d00000000322100d9000008930220009c000015c60000c13d0000000d020000290000000002020433000000000302004b000015e00000613d000000000312004b000012220000213d00000000212100d90000000002050433000d0000301200ad0000000d311000f9000000000121004b000015c60000c13d0000000e010000290000000000100435000000fd01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000d030000290000088b3430012a0000000102200190000015be0000613d000000000101043b000000000101041a000d00000004001d000b00000041001d0000000b0110006b000000000100001900000001010040390000000101100190000015c60000c13d0000000e010000290000000000100435000000fd01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f00000001022001900000000d04000029000015be0000613d000000000101043b0000000b05000029000000000051041b000000400100043d00000040021000390000000c030000290000000000320435000000200210003900000000005204350000000000410435000008180210009c000008180100804100000040011002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f000008c0011001c70000800d020000390000000303000039000008c1040000410000000f050000290000000e06000029205b20510000040f0000000101200190000015be0000613d0000000f010000290000000000100435000000fb01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b000b00000001001d0000010601000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b000d00000001001d000000ff01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b000000000101041a000900000001001d0000086001000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f0000000102200190000015cc0000613d000000000101043b000000010210008c0000126c0000613d000000020110008c000015fc0000c13d000008850100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f0000000102200190000012770000c13d000015cc0000013d000008830100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f0000000102200190000015cc0000613d000000000101043b000c00000001001d0000086001000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f0000000102200190000015cc0000613d000000000601043b000000000106004b0000129b0000613d0000000d030000290000000201300039000000000701041a0000000c0170006b00000000010000190000000101002039000000000207004b0000000002000019000000010200c03900000000011201700000000c070060290000000101300039000000000801041a000000000187004b000012b80000813d000015c60000013d000000400100043d000008860210009c0000000c04000029000015c00000213d0000004002100039000000400020043f0000002002100039000008870300004100000000003204350000001c020000390000000000210435000008880240009c000015cd0000813d0000000b030000290000000101300039000000000101041a0000081807100197000000000174004b00000000010000190000000101002039000000000207004b0000000002000019000000010200c03900000000011201700000000007046019000000000103041a000000e008100270000000000187004b000015c60000413d000000000187004b0000000f05000029000013720000613d000000090100006b000012c80000613d000000400900043d000008890100004100000000041904360000000001000414000000040250008c000012ce0000c13d0000000003000031000000200130008c00000020040000390000000004034019000013040000013d000000000106004b0000136c0000613d0000000d010000290000000101100039000000000071041b000013720000013d000200000008001d000300000007001d000400000006001d000008180290009c000008180200004100000000020940190000004002200210000008180310009c0000081801008041000000c001100210000000000121019f0000081b011001c70000000002050019000c00000009001d000800000004001d205b20560000040f000000080a0000290000000c09000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000000505400272000012ee0000613d000000000601034f0000000007090019000000006806043c00000000078704360000000008a7004b000012ea0000c13d0000001f06400190000012fd0000613d0000000505500210000000000751034f00000000055900190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f000200000001035500000001022001900000165e0000613d0000000406000029000000030700002900000002080000290000001f01400039000000600210018f0000000001920019000000000221004b00000000020000190000000102004039000008660410009c000015c00000213d0000000102200190000015c00000c13d000000400010043f000000200230008c000015be0000413d000000000287004900000009432000b900000000422300d9000000090220006c000015c60000c13d0000000002090433000000000402004b000013290000613d0000088a0410009c000015c00000213d0000002004100039000000400040043f00000000000104350000088b143000d1000000000103004b000013240000613d00000000313400d90000088b0110009c000015c60000c13d000000400100043d0000088a0310009c000015c00000213d00000000322400d90000132c0000013d0000088a0210009c0000000002000019000015c00000213d0000002003100039000000400030043f0000000000210435000000400200043d0000088a0320009c000015c00000213d000000000306004b0000000d0400002900000000030400190000000b03006029000000000303041a0000002004200039000000400040043f00000878033001970000000000320435000000400300043d0000088a0430009c000015c00000213d0000002004300039000000400040043f0000000000030435000000000202043300000000010104330000000002210019000000000112004b000000000100001900000001010040390000000101100190000015c60000c13d000000400100043d0000088a0310009c000015c00000213d0000002003100039000000400030043f0000000000210435000000400100043d000008860310009c000015c00000213d0000004003100039000000400030043f00000020031000390000088c0400004100000000004304350000001a0300003900000000003104350000088d0320009c000015cd0000813d000000000106004b000013660000613d0000000d03000029000000000103041a0000088e01100197000000000121019f000000000013041b0000000101300039000000000071041b0000000f05000029000013720000013d000000e001700210000000000112019f0000000b02000029000000000012041b0000000f05000029000013720000013d000000e0017002100000000b03000029000000000203041a0000087802200197000000000112019f000000000013041b0000000001000414000008180210009c0000081801008041000000c0011002100000085e011001c70000800d0200003900000002030000390000088f04000041205b20510000040f0000000101200190000015be0000613d0000000f010000290000000000100435000000fb01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b000d00000001001d0000010601000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b000c00000001001d0000086001000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f0000000102200190000015cc0000613d000000000101043b000000000101004b0000000c0200002900000000010200190000000d01006029000000000101041a000d00000001001d000000fc01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000d03000029000d08780030019b0000000102200190000015be0000613d000000000101043b0000000e020000290000000000200435000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b000000000101041a000c00000001001d0000000f010000290000000000100435000000fc01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b0000000e020000290000000000200435000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b0000000d03000029000000000031041b0000088b0130009c000000000100001900000001010040390000000c0200006b0000000002000019000000010200c03900000000011201a00000088b040000410000000c0400c029000000000143004b000015c60000413d000000400500043d0000088a0150009c000015c00000213d0000002001500039000000400010043f0000000d014000690000000000150435000000400900043d000008c201000041000000000619043600000004019000390000000e02000029000000000021043500000000010004140000000f02000029000000040320008c0000140a0000c13d0000000003000031000000200130008c000000200400003900000000040340190000143b0000013d000900000005001d000008180390009c000008180300004100000000030940190000004004300210000008180310009c0000081801008041000000c001100210000000000141019f00000880011001c7000c00000009001d000b00000006001d205b20560000040f0000000b0a0000290000000c09000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000000505400272000014270000613d000000000601034f0000000007090019000000006806043c00000000078704360000000008a7004b000014230000c13d0000001f06400190000014360000613d0000000505500210000000000751034f00000000055900190000000306600210000000000805043300000000086801cf000000000868022f000000000707043b0000010006600089000000000767022f00000000066701cf000000000686019f0000000000650435000000000003001f00020000000103550000000102200190000016400000613d00000009050000290000001f01400039000000600210018f0000000001920019000000000221004b00000000020000190000000102004039000008660410009c000015c00000213d0000000102200190000015c00000c13d000000400010043f000000200130008c000015be0000413d0000000001050433000000000209043300000000342100a9000000000302004b000014500000613d00000000322400d9000000000112004b000015c60000c13d0000000e010000290000000000100435000000fd01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039000c00000004001d205b20560000040f0000000c030000290000088b3430012a0000000102200190000015be0000613d000000000101043b000000000101041a000c00000004001d000b00000041001d0000000b0110006b000000000100001900000001010040390000000101100190000015c60000c13d0000000e010000290000000000100435000000fd01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f00000001022001900000000c04000029000015be0000613d000000000101043b0000000b05000029000000000051041b000000400100043d00000040021000390000000d030000290000000000320435000000200210003900000000005204350000000000410435000008180210009c000008180100804100000040011002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f000008c0011001c70000800d020000390000000303000039000008c3040000410000000f050000290000000e06000029205b20510000040f0000000101200190000015be0000613d0000000a030000290000000103300039000000050130006c00000ef80000413d0000000e010000290000000000100435000000fd01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000015be0000613d000000000101043b000000000501041a0000010501000039000000000201041a000000400a00043d000008c20100004100000000041a04360000000401a000390000000003000410000000000031043500000000010004140000085b09200197000000040290008c000014b60000c13d0000000003000031000000200130008c00000020040000390000000004034019000014eb0000013d000f00000005001d0000081802a0009c000008180200004100000000020a40190000004002200210000008180310009c0000081801008041000000c001100210000000000121019f00000880011001c7000d00000009001d0000000002090019000c0000000a001d000b00000004001d205b20560000040f0000000b0b0000290000000c0a000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000001f0540018f0000000506400272000014d60000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000009b8004b000014d20000c13d000000000705004b000014e50000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f000200000001035500000001022001900000000d090000290000168b0000613d0000000f050000290000001f01400039000000600210018f0000000001a20019000000000221004b00000000020000190000000102004039000008660410009c000015c00000213d0000000102200190000015c00000c13d000000400010043f000000200230008c000015be0000413d000000000205004b000015ac0000613d00000000020a0433000000000252004b000014ff0000813d000f00000005001d000015ad0000013d000000440210003900000000005204350000002002100039000008c504000041000000000042043500000024041000390000000e05000029000000000054043500000044040000390000000000410435000008640410009c000015c00000213d000000800a1000390000004000a0043f000008c60410009c000015c00000213d000000c004100039000000400040043f000000200400003900000000004a0435000000a004100039000008c705000041000000000054043500000000040104330000000001000414000000040590008c0000151e0000c13d000008660130009c000015c00000213d0000000102000039000015350000013d000f0000000a001d000008180320009c00000818020080410000004002200210000008180340009c00000818040080410000006003400210000000000223019f000008180310009c0000081801008041000000c001100210000000000112019f000d00000009001d0000000002090019205b20510000040f000000010220018f00020000000103550000006001100270000008180010019d00000818031001980000159a0000613d0000000d090000290000000f0a0000290000001f01300039000008c8011001970000003f01100039000008c904100197000000400c00043d0000000001c40019000000000441004b00000000040000190000000104004039000008660510009c000015c00000213d0000000104400190000015c00000c13d000000400010043f0000001f0130018f000000000b3c0436000000020400036700000005033002720000000503300210000015500000613d00000000053b0019000000000604034f00000000070b0019000000006806043c0000000007870436000000000857004b0000154c0000c13d000000000501004b0000155e0000613d000000000434034f00000000033b00190000000301100210000000000503043300000000051501cf000000000515022f000000000404043b0000010001100089000000000414022f00000000011401cf000000000151019f000000000013043500000000040c0433000000000202004b000015a10000613d000000000204004b000015790000c13d000f0000000c001d000d0000000b001d0000086901000041000000000010043900000004009004430000000001000414000008180210009c0000081801008041000000c0011002100000086a011001c70000800202000039205b20560000040f0000000102200190000015cc0000613d000000000101043b000000000101004b0000000f01000029000016a20000613d0000000004010433000000000204004b0000000d0b000029000015ac0000613d000008650240009c000015be0000213d000000200140008c000015be0000413d00000000010b0433000000000201004b0000000002000019000000010200c039000000000221004b000015be0000c13d000000000101004b000f00000000001d000015ad0000c13d000000400100043d0000006402100039000008ca0300004100000000003204350000004402100039000008cb03000041000000000032043500000024021000390000002a03000039000000000032043500000820020000410000000000210435000000040210003900000020030000390000000000320435000008180210009c0000081801008041000000400110021000000821011001c70000205d00010430000000600c000039000000800b0000390000000d090000290000000f0a00002900000000040c0433000000000202004b000015610000c13d00000000010a0019000000000204004b0000169a0000c13d000000400400043d000f00000004001d00000820020000410000000000240435000000040340003900000020020000390000000000230435000015d40000013d000f00000000001d0000000e010000290000000000100435000000fd01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f00000001022001900000000f02000029000015be0000613d000000000101043b000000000021041b000000000001042d00000000010000190000205d000104300000087f0100004100000000001004350000004101000039000000040010043f00000880010000410000205d000104300000087f0100004100000000001004350000001101000039000000040010043f00000880010000410000205d00010430000000000001042f000000400400043d000f00000004001d000008200200004100000000002404350000000402400039000000200300003900000000003204350000002402400039205b1eed0000040f0000000f030000290000000001310049000008180210009c0000081801008041000008180230009c000008180300804100000060011002100000004002300210000000000121019f0000205d000104300000087f0100004100000000001004350000001201000039000000040010043f00000880010000410000205d000104300000087f0100004100000000001004350000003201000039000000040010043f00000880010000410000205d000104300000004401900039000008c402000041000000000021043500000024019000390000001502000039000000000021043500000820010000410000000000190435000000040190003900000020020000390000000000210435000008180190009c000008180900804100000040019002100000087e011001c70000205d000104300000087f0100004100000000001004350000005101000039000000040010043f00000880010000410000205d00010430000000400200043d0000001f0430018f000000050530027200000005055002100000160e0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b0000160a0000c13d000000000604004b0000161f0000c13d0000162b0000013d000000400200043d0000001f0430018f000000050530027200000005055002100000161d0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b000016190000c13d000000000604004b0000162b0000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000008180320009c00000818020080410000004002200210000000000121019f0000205d00010430000000400200043d0000001f0430018f000000050530027200000005055002100000163d0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b000016390000c13d000000000604004b000016790000613d0000166d0000013d000000400200043d0000001f0430018f000000050530027200000005055002100000164c0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b000016480000c13d000000000604004b000016790000613d0000166d0000013d000000400200043d0000001f0430018f00000005053002720000165b0000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b000016570000c13d000000000604004b0000166c0000c13d000016790000013d000000400200043d0000001f0430018f00000005053002720000166a0000613d00000005065002100000000006620019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b000016660000c13d000000000604004b000016790000613d0000000505500210000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000008180320009c00000818020080410000004002200210000000000112019f0000205d00010430000000400100043d00000024031000390000000000230435000008cd03000041000000000031043500000004031000390000000000430435000008180210009c00000818010080410000004001100210000008ce011001c70000205d00010430000000400200043d0000001f0430018f00000005053002720000000505500210000016970000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b000016930000c13d000000000604004b0000166d0000c13d000016790000013d0000081802b0009c000008180b0080410000004002b00210000008180340009c00000818040080410000006001400210000000000121019f0000205d00010430000000400100043d0000004402100039000008cc03000041000000000032043500000024021000390000001d03000039000000000032043500000820020000410000000000210435000000040210003900000020030000390000000000320435000008180210009c000008180100804100000040011002100000087e011001c70000205d00010430000000000101004b000016b60000613d000000000001042d000000400100043d0000006402100039000008b50300004100000000003204350000004402100039000008b403000041000000000032043500000024021000390000002703000039000000000032043500000820020000410000000000210435000000040210003900000020030000390000000000320435000008180210009c0000081801008041000000400110021000000821011001c70000205d0001043000040000000000020000085b01100197000300000001001d00000000001004350000010101000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f00000001022001900000176f0000613d000000000101043b000000000101041a000200000001001d0000086001000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f0000000102200190000017770000613d000000000101043b000000010210008c000016f40000613d000000020110008c000017780000c13d000008850100004100000000001004390000000001000414000016f70000013d000008830100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f0000000102200190000017770000613d000000000101043b000400000001001d000000030100002900000000001004350000010201000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000000002030000290000176f0000613d000000000101043b000000000101041a000000040210006b000017710000413d000000040210006b0000176e0000613d000000000203004b0000176e0000613d000000040110006900010000203100ad00000001211000f9000000000131004b000017710000c13d00000003010000290000000000100435000000fd01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f00000001022001900000176f0000613d000000000101043b000000000101041a000200010010002d000000020110006b000000000100001900000001010040390000000101100190000017710000c13d00000003010000290000000000100435000000fd01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f00000001022001900000176f0000613d000000000101043b0000000202000029000000000021041b0000010201000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f00000001022001900000176f0000613d000000000101043b0000000402000029000000000021041b000000fd01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f00000001022001900000176f0000613d000000000101043b000000000101041a000000400200043d0000000000120435000008180120009c000008180200804100000040012002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f00000822011001c70000800d020000390000000203000039000008cf040000410000000305000029205b20510000040f00000001012001900000176f0000613d000000000001042d00000000010000190000205d000104300000087f0100004100000000001004350000001101000039000000040010043f00000880010000410000205d00010430000000000001042f0000087f0100004100000000001004350000005101000039000000040010043f00000880010000410000205d00010430000a000000000002000900000002001d0000085b01100197000a00000001001d00000000001004350000010001000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000018e70000613d000000000101043b000600000001001d0000010701000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000018e70000613d000000000101043b000800000001001d000000fe01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000018e70000613d000000000101043b000000000101041a000500000001001d0000086001000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f0000000102200190000018e90000613d000000000101043b000000010210008c000017c30000613d000000020110008c000019090000c13d000008850100004100000000001004390000000001000414000017c60000013d000008830100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f0000000102200190000018e90000613d000000000101043b000700000001001d0000086001000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f0000000102200190000018e90000613d000000000801043b000000000108004b000017f20000613d00000008030000290000000201300039000000000901041a000000070190006b00000000010000190000000101002039000000000209004b0000000002000019000000010200c039000000000112017000000007090060290000000101300039000000000501041a000000000159004b0000180f0000813d000018f00000013d000000400100043d000008b60210009c0000000704000029000018ea0000813d0000004002100039000000400020043f0000002002100039000008870300004100000000003204350000001c020000390000000000210435000008880240009c000018f60000813d00000006030000290000000101300039000000000101041a0000081809100197000000000194004b00000000010000190000000101002039000000000209004b0000000002000019000000010200c03900000000011201700000000009046019000000000103041a000000e005100270000000000159004b000018f00000413d000000000159004b000018d20000613d000000050100006b0000181f0000613d000000400a00043d000008920100004100000000061a043600000000010004140000000a02000029000000040320008c000018250000c13d0000000003000031000000200130008c000000200400003900000000040340190000185b0000013d000000000108004b000018cc0000613d00000008010000290000000101100039000000000091041b000018d20000013d000100000005001d000700000009001d000200000008001d0000081803a0009c000008180300004100000000030a40190000004004300210000008180310009c0000081801008041000000c001100210000000000141019f0000081b011001c700040000000a001d000300000006001d205b20560000040f000000030b000029000000040a000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000001f0540018f0000000506400272000018450000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000009b8004b000018410000c13d000000000705004b000018540000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f000200000001035500000001022001900000000709000029000019150000613d000000020800002900000001050000290000001f01400039000000600210018f0000000001a20019000000000221004b00000000020000190000000102004039000008660410009c000018ea0000213d0000000102200190000018ea0000c13d000000400010043f000000200230008c000018e70000413d00000000030a043300000893423000d1000000000403004b0000186f0000613d00000000433200d9000008930330009c000018f00000c13d00000009030000290000000003030433000000000403004b0000190f0000613d000000000559004900000005645000b900000000655400d9000000050550006c000018f00000c13d000000000523004b0000187e0000a13d0000088a0210009c00000000020000190000188e0000a13d000018ea0000013d0000088a0510009c000018ea0000213d0000002005100039000000400050043f00000000000104350000088b154000d1000000000104004b000018890000613d00000000414500d90000088b0110009c000018f00000c13d000000400100043d0000088a0410009c000018ea0000213d00000000323200d900000000322500d90000002003100039000000400030043f0000000000210435000000400200043d0000088a0320009c000018ea0000213d000000000308004b000000080400002900000000030400190000000603006029000000000303041a0000002004200039000000400040043f00000878033001970000000000320435000000400300043d0000088a0430009c000018ea0000213d0000002004300039000000400040043f0000000000030435000000000202043300000000010104330000000002210019000000000112004b000000000100001900000001010040390000000101100190000018f00000c13d000000400100043d0000088a0310009c000018ea0000213d0000002003100039000000400030043f0000000000210435000000400100043d000008860310009c000018ea0000213d0000004003100039000000400030043f00000020031000390000088c0400004100000000004304350000001a0300003900000000003104350000088d0320009c000018f60000813d000000000108004b000018c70000613d0000000803000029000000000103041a0000088e01100197000000000121019f000000000013041b0000000101300039000000000091041b000018d20000013d000000e001900210000000000112019f0000000602000029000000000012041b000018d20000013d000000e0019002100000000603000029000000000203041a0000087802200197000000000112019f000000000013041b00000009010000290000000001010433000000400200043d0000000000120435000008180120009c000008180200804100000040012002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f00000822011001c70000800d02000039000000020300003900000894040000410000000a05000029205b20510000040f0000000101200190000018e70000613d000000000001042d00000000010000190000205d00010430000000000001042f0000087f0100004100000000001004350000004101000039000000040010043f00000880010000410000205d000104300000087f0100004100000000001004350000001101000039000000040010043f00000880010000410000205d00010430000000400400043d000a00000004001d000008200200004100000000002404350000000402400039000000200300003900000000003204350000002402400039205b1eed0000040f0000000a030000290000000001310049000008180210009c0000081801008041000008180230009c000008180300804100000060011002100000004002300210000000000121019f0000205d000104300000087f0100004100000000001004350000005101000039000000040010043f00000880010000410000205d000104300000087f0100004100000000001004350000001201000039000000040010043f00000880010000410000205d00010430000000400200043d0000001f0430018f00000005053002720000000505500210000019210000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b0000191d0000c13d000000000604004b0000192f0000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000008180320009c00000818020080410000004002200210000000000121019f0000205d000104300007000000000002000300000003001d000700000002001d0000085b01100197000600000001001d00000000001004350000010001000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000001a5c0000613d000000000101043b000500000001001d0000010701000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000001a5c0000613d000000000101043b000400000001001d0000086001000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000001a6a0000613d000000000101043b000000000101004b000000040200002900000000010200190000000501006029000000000101041a000500000001001d0000010301000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000503000029000508780030019b000000010220019000001a5c0000613d000000000101043b00000007020000290000085b02200197000700000002001d0000000000200435000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000001a5c0000613d000000000101043b000000000101041a000400000001001d000000060100002900000000001004350000010301000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000001a5c0000613d000000000101043b00000007020000290000000000200435000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000001a5c0000613d000000000101043b0000000503000029000000000031041b0000088b0130009c00000000010000190000000101004039000000040200006b0000000002000019000000010200c03900000000011201a00000088b04000041000000040400c029000000000143004b00001a5e0000413d000000400500043d000008d00150009c00001a640000813d0000002001500039000000400010043f00000005014000690000000000150435000008bf01000041000000400a00043d00000000061a04360000000401a000390000000702000029000000000021043500000000010004140000000602000029000000040320008c000019c80000c13d0000000003000031000000200130008c00000020040000390000000004034019000019fa0000013d000100000005001d0000081803a0009c000008180300004100000000030a40190000004004300210000008180310009c0000081801008041000000c001100210000000000141019f00000880011001c700040000000a001d000200000006001d205b20560000040f000000020b000029000000040a000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000001f0540018f0000000506400272000019e60000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000009b8004b000019e20000c13d000000000705004b000019f50000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f0002000000010355000000010220019000001a710000613d00000001050000290000001f01400039000000600210018f0000000001a20019000000000221004b00000000020000190000000102004039000008660410009c00001a640000213d000000010220019000001a640000c13d000000400010043f000000200130008c00001a5c0000413d00000000020a043300000893312000d1000000000302004b00001a0e0000613d00000000322100d9000008930220009c00001a5e0000c13d00000003020000290000000002020433000000000302004b00001a6b0000613d000000000312004b00001a5b0000213d00000000212100d9000000000205043300040000301200ad00000004311000f9000000000121004b00001a5e0000c13d00000007010000290000000000100435000000fd01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f00000004030000290000088b3430012a000000010220019000001a5c0000613d000000000101043b000000000101041a000400000004001d000300000041001d000000030110006b00000000010000190000000101004039000000010110019000001a5e0000c13d00000007010000290000000000100435000000fd01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000000040400002900001a5c0000613d000000000101043b0000000305000029000000000051041b000000400100043d000000400210003900000005030000290000000000320435000000200210003900000000005204350000000000410435000008180210009c000008180100804100000040011002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f000008c0011001c70000800d020000390000000303000039000008c10400004100000006050000290000000706000029205b20510000040f000000010120019000001a5c0000613d000000000001042d00000000010000190000205d000104300000087f0100004100000000001004350000001101000039000000040010043f00000880010000410000205d000104300000087f0100004100000000001004350000004101000039000000040010043f00000880010000410000205d00010430000000000001042f0000087f0100004100000000001004350000001201000039000000040010043f00000880010000410000205d00010430000000400200043d0000001f0430018f0000000505300272000000050550021000001a7d0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b00001a790000c13d000000000604004b00001a8b0000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000008180320009c00000818020080410000004002200210000000000121019f0000205d0001043000090000000000020000085b01100197000900000001001d0000000000100435000000fb01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000001be60000613d000000000101043b000600000001001d0000010601000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000001be60000613d000000000101043b000800000001001d000000ff01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000001be60000613d000000000101043b000000000101041a000500000001001d0000086001000041000000000010043900000000010004120000000400100443000000400100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000001be80000613d000000000101043b000000010210008c00001ad50000613d000000020110008c00001c080000c13d00000885010000410000000000100439000000000100041400001ad80000013d000008830100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f000000010220019000001be80000613d000000000101043b000700000001001d0000086001000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000001be80000613d000000000601043b000000000106004b00001b040000613d00000008030000290000000201300039000000000701041a000000070170006b00000000010000190000000101002039000000000207004b0000000002000019000000010200c039000000000112017000000007070060290000000101300039000000000501041a000000000157004b00001b210000813d00001bef0000013d000000400100043d000008b60210009c000000070400002900001be90000813d0000004002100039000000400020043f0000002002100039000008870300004100000000003204350000001c020000390000000000210435000008880240009c00001bf50000813d00000006030000290000000101300039000000000101041a0000081807100197000000000174004b00000000010000190000000101002039000000000207004b0000000002000019000000010200c03900000000011201700000000007046019000000000103041a000000e005100270000000000157004b00001bef0000413d000000000157004b00001bd90000613d000000050100006b00001b310000613d000000400a00043d000008890100004100000000081a043600000000010004140000000902000029000000040320008c00001b370000c13d0000000003000031000000200130008c0000002004000039000000000403401900001b6d0000013d000000000106004b00001bd30000613d00000008010000290000000101100039000000000071041b00001bd90000013d000100000005001d000200000007001d000300000006001d0000081803a0009c000008180300004100000000030a40190000004004300210000008180310009c0000081801008041000000c001100210000000000141019f0000081b011001c700070000000a001d000400000008001d205b20560000040f000000040b000029000000070a000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000001f0540018f000000050640027200001b570000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000009b8004b00001b530000c13d000000000705004b00001b660000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f0002000000010355000000010220019000001c0e0000613d0000000306000029000000020700002900000001050000290000001f01400039000000600210018f0000000001a20019000000000221004b00000000020000190000000102004039000008660410009c00001be90000213d000000010220019000001be90000c13d000000400010043f000000200230008c00001be60000413d000000000257004900000005432000b900000000422300d9000000050220006c00001bef0000c13d00000000020a0433000000000402004b00001b920000613d0000088a0410009c00001be90000213d0000002004100039000000400040043f00000000000104350000088b143000d1000000000103004b00001b8d0000613d00000000313400d90000088b0110009c00001bef0000c13d000000400100043d0000088a0310009c00001be90000213d00000000322400d900001b950000013d0000088a0210009c000000000200001900001be90000213d0000002003100039000000400030043f0000000000210435000000400200043d0000088a0320009c00001be90000213d000000000306004b000000080400002900000000030400190000000603006029000000000303041a0000002004200039000000400040043f00000878033001970000000000320435000000400300043d0000088a0430009c00001be90000213d0000002004300039000000400040043f0000000000030435000000000202043300000000010104330000000002210019000000000112004b00000000010000190000000101004039000000010110019000001bef0000c13d000000400100043d0000088a0310009c00001be90000213d0000002003100039000000400030043f0000000000210435000000400100043d000008860310009c00001be90000213d0000004003100039000000400030043f00000020031000390000088c0400004100000000004304350000001a0300003900000000003104350000088d0320009c00001bf50000813d000000000106004b00001bce0000613d0000000803000029000000000103041a0000088e01100197000000000121019f000000000013041b0000000101300039000000000071041b00001bd90000013d000000e001700210000000000112019f0000000602000029000000000012041b00001bd90000013d000000e0017002100000000603000029000000000203041a0000087802200197000000000112019f000000000013041b0000000001000414000008180210009c0000081801008041000000c0011002100000085e011001c70000800d0200003900000002030000390000088f040000410000000905000029205b20510000040f000000010120019000001be60000613d000000000001042d00000000010000190000205d00010430000000000001042f0000087f0100004100000000001004350000004101000039000000040010043f00000880010000410000205d000104300000087f0100004100000000001004350000001101000039000000040010043f00000880010000410000205d00010430000000400400043d000900000004001d000008200200004100000000002404350000000402400039000000200300003900000000003204350000002402400039205b1eed0000040f00000009030000290000000001310049000008180210009c0000081801008041000008180230009c000008180300804100000060011002100000004002300210000000000121019f0000205d000104300000087f0100004100000000001004350000005101000039000000040010043f00000880010000410000205d00010430000000400200043d0000001f0430018f0000000505300272000000050550021000001c1a0000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b00001c160000c13d000000000604004b00001c280000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000008180320009c00000818020080410000004002200210000000000121019f0000205d000104300006000000000002000600000002001d0000085b01100197000500000001001d0000000000100435000000fb01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000001d4a0000613d000000000101043b000400000001001d0000010601000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000001d4a0000613d000000000101043b000300000001001d0000086001000041000000000010043900000000010004120000000400100443000000200100003900000024001004430000000001000414000008180210009c0000081801008041000000c00110021000000882011001c70000800502000039205b20560000040f000000010220019000001d580000613d000000000101043b000000000101004b000000030200002900000000010200190000000401006029000000000101041a000400000001001d000000fc01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000403000029000408780030019b000000010220019000001d4a0000613d000000000101043b00000006020000290000085b02200197000600000002001d0000000000200435000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000001d4a0000613d000000000101043b000000000101041a000300000001001d00000005010000290000000000100435000000fc01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000001d4a0000613d000000000101043b00000006020000290000000000200435000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f000000010220019000001d4a0000613d000000000101043b0000000403000029000000000031041b0000088b0130009c00000000010000190000000101004039000000030200006b0000000002000019000000010200c03900000000011201a00000088b04000041000000030400c029000000000143004b00001d4c0000413d000000400500043d000008d00150009c00001d520000813d0000002001500039000000400010043f00000004014000690000000000150435000008c201000041000000400a00043d00000000061a04360000000401a000390000000602000029000000000021043500000000010004140000000502000029000000040320008c00001cc00000c13d0000000003000031000000200130008c0000002004000039000000000403401900001cf20000013d000100000005001d0000081803a0009c000008180300004100000000030a40190000004004300210000008180310009c0000081801008041000000c001100210000000000141019f00000880011001c700030000000a001d000200000006001d205b20560000040f000000020b000029000000030a000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000001f0540018f000000050640027200001cde0000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000009b8004b00001cda0000c13d000000000705004b00001ced0000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f0002000000010355000000010220019000001d590000613d00000001050000290000001f01400039000000600210018f0000000001a20019000000000221004b00000000020000190000000102004039000008660410009c00001d520000213d000000010220019000001d520000c13d000000400010043f000000200130008c00001d4a0000413d000000000105043300000000020a043300000000342100a9000000000302004b00001d070000613d00000000322400d9000000000112004b00001d4c0000c13d00000006010000290000000000100435000000fd01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039000300000004001d205b20560000040f00000003030000290000088b3430012a000000010220019000001d4a0000613d000000000101043b000000000101041a000300000004001d000200000041001d000000020110006b00000000010000190000000101004039000000010110019000001d4c0000c13d00000006010000290000000000100435000000fd01000039000000200010043f0000000001000414000008180210009c0000081801008041000000c0011002100000086f011001c70000801002000039205b20560000040f0000000102200190000000030400002900001d4a0000613d000000000101043b0000000205000029000000000051041b000000400100043d000000400210003900000004030000290000000000320435000000200210003900000000005204350000000000410435000008180210009c000008180100804100000040011002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f000008c0011001c70000800d020000390000000303000039000008c30400004100000005050000290000000606000029205b20510000040f000000010120019000001d4a0000613d000000000001042d00000000010000190000205d000104300000087f0100004100000000001004350000001101000039000000040010043f00000880010000410000205d000104300000087f0100004100000000001004350000004101000039000000040010043f00000880010000410000205d00010430000000000001042f000000400200043d0000001f0430018f0000000505300272000000050550021000001d650000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b00001d610000c13d000000000604004b00001d730000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000008180320009c00000818020080410000004002200210000000000121019f0000205d00010430000500000000000200000000050200190000010502000039000000000202041a000000400a00043d000008c20300004100000000063a04360000000404a000390000000003000410000000000034043500000000040004140000085b09200197000000040290008c00001d8c0000c13d0000000003000031000000200230008c0000002004000039000000000403401900001dc30000013d000100000001001d000200000005001d0000081802a0009c000008180200004100000000020a40190000004002200210000008180340009c0000081804008041000000c001400210000000000121019f00000880011001c7000500000009001d000000000209001900040000000a001d000300000006001d205b20560000040f000000030b000029000000040a000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000001f0540018f000000050640027200001dad0000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000009b8004b00001da90000c13d000000000705004b00001dbc0000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f00020000000103550000000102200190000000050900002900001e880000613d000000020500002900000001010000290000001f02400039000000600220018f0000000006a20019000000000226004b00000000020000190000000102004039000008660460009c00001e800000213d000000010220019000001e800000c13d000000400060043f0000001f0230008c00001e860000a13d000000000205004b00001e7d0000613d00000000020a0433000000000252004b00001dd70000813d0000000001050019000000000001042d000000440260003900000000005204350000002002600039000008c50400004100000000004204350000085b041001970000002405600039000000000045043500000044040000390000000000460435000008640460009c00001e800000213d000000800a6000390000004000a0043f000008c60460009c00001e800000213d000000c004600039000000400040043f000000200400003900000000004a0435000000a004600039000008c705000041000000000054043500000000040604330000000001000414000000040590008c00001df60000c13d000008660130009c00001e800000213d000000010200003900001e0d0000013d00040000000a001d000008180320009c00000818020080410000004002200210000008180340009c00000818040080410000006003400210000000000223019f000008180310009c0000081801008041000000c001100210000000000112019f000500000009001d0000000002090019205b20510000040f000000010220018f00020000000103550000006001100270000008180010019d000008180310019800001e600000613d0000000509000029000000040a0000290000001f01300039000008c8011001970000003f01100039000008c901100197000000400c00043d00000000011c00190000000004c1004b00000000040000190000000104004039000008660510009c00001e800000213d000000010440019000001e800000c13d000000400010043f0000001f0130018f000000000b3c043600000002040003670000000503300272000000050330021000001e280000613d00000000053b0019000000000604034f00000000070b0019000000006806043c0000000007870436000000000857004b00001e240000c13d000000000501004b00001e360000613d000000000434034f00000000033b00190000000301100210000000000503043300000000051501cf000000000515022f000000000404043b0000010001100089000000000414022f00000000011401cf000000000151019f000000000013043500000000040c0433000000000202004b00001e670000613d000000000204004b00001e510000c13d00050000000c001d00040000000b001d0000086901000041000000000010043900000004009004430000000001000414000008180210009c0000081801008041000000c0011002100000086a011001c70000800202000039205b20560000040f000000010220019000001ec40000613d000000000101043b000000000101004b000000050100002900001ec50000613d0000000004010433000000000204004b000000040b00002900001e7d0000613d000008650240009c00001e860000213d000000200140008c00001e860000413d00000000010b0433000000000201004b0000000002000019000000010200c039000000000221004b00001e860000c13d000000000101004b000000000500001900001ea80000613d0000000001050019000000000001042d000000600c000039000000800b0000390000000509000029000000040a00002900000000040c0433000000000202004b00001e390000c13d00000000010a0019000000000204004b00001ebc0000c13d000000400400043d000500000004001d000008200200004100000000002404350000000403400039000000200200003900000000002304350000002402400039205b1eed0000040f00000005030000290000000001310049000008180210009c0000081801008041000008180230009c000008180300804100000060011002100000004002300210000000000121019f0000205d0001043000000000050000190000000001050019000000000001042d0000087f0100004100000000001004350000004101000039000000040010043f00000880010000410000205d0001043000000000010000190000205d00010430000000400200043d0000001f0430018f0000000505300272000000050550021000001e940000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b00001e900000c13d000000000604004b00001ea20000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000008180320009c00000818020080410000004002200210000000000112019f0000205d00010430000000400100043d0000006402100039000008ca0300004100000000003204350000004402100039000008cb03000041000000000032043500000024021000390000002a03000039000000000032043500000820020000410000000000210435000000040210003900000020030000390000000000320435000008180210009c0000081801008041000000400110021000000821011001c70000205d000104300000081802b0009c000008180b0080410000004002b00210000008180340009c00000818040080410000006001400210000000000121019f0000205d00010430000000000001042f000000400100043d0000004402100039000008cc03000041000000000032043500000024021000390000001d03000039000000000032043500000820020000410000000000210435000000040210003900000020030000390000000000320435000008180210009c000008180100804100000040011002100000087e011001c70000205d000104300000003301000039000000000101041a0000085b011001970000000002000411000000000121004b00001edd0000c13d000000000001042d000000400100043d0000004402100039000008b80300004100000000003204350000082002000041000000000021043500000024021000390000002003000039000000000032043500000004021000390000000000320435000008180210009c000008180100804100000040011002100000087e011001c70000205d0001043000000000430104340000000001320436000000000203004b00001ef90000613d000000000200001900000000052100190000000006240019000000000606043300000000006504350000002002200039000000000532004b00001ef20000413d000000000231001900000000000204350000001f02300039000008bb022001970000000001210019000000000001042d000300000000000200000000080100190000009701000039000000000201041a000000400a00043d0000002401a0003900000040030000390000000000310435000008d101000041000000000b1a04360000000401a000390000000009000411000000000091043500000000430804340000004401a0003900000000003104350000006401a000390000085b02200197000000000503004b00001f1b0000613d000000000500001900000000061500190000000007540019000000000707043300000000007604350000002005500039000000000635004b00001f140000413d000000000431001900000000000404350000000004000414000000040520008c00001f250000c13d0000000003000031000000200130008c0000002004000039000000000403401900001f5f0000013d000100000008001d0000001f03300039000008bb033001970000000003a300490000000001130019000008180310009c000008180100804100000060011002100000081803a0009c000008180300004100000000030a40190000004003300210000000000131019f000008180340009c0000081804008041000000c003400210000000000131019f00030000000a001d00020000000b001d205b20560000040f000000020b000029000000030a000029000000000301001900000060033002700000081803300197000000200430008c000000200400003900000000040340190000001f0540018f000000050640027200001f4a0000613d000000000701034f00000000080a0019000000007907043c00000000089804360000000009b8004b00001f460000c13d000000000705004b00001f590000613d0000000506600210000000000761034f00000000066a00190000000305500210000000000806043300000000085801cf000000000858022f000000000707043b0000010005500089000000000757022f00000000055701cf000000000585019f0000000000560435000000000003001f00020000000103550000000102200190000000000900041100001f950000613d00000001080000290000001f01400039000000600110018f0000000004a10019000000000114004b00000000010000190000000101004039000008660240009c00001f770000213d000000010110019000001f770000c13d000000400040043f0000001f0130008c00001f750000a13d00000000010a0433000000000201004b0000000002000019000000010200c039000000000221004b00001f750000c13d000000000101004b00001f7d0000613d000000000001042d00000000010000190000205d000104300000087f0100004100000000001004350000004101000039000000040010043f00000880010000410000205d00010430000000440140003900000060020000390000000000210435000000240140003900000000020004100000000000210435000008d20100004100000000001404350000000401400039000000000091043500000064024000390000000001080019000300000004001d205b1eed0000040f00000003030000290000000001310049000008180210009c0000081801008041000008180230009c000008180300804100000060011002100000004002300210000000000121019f0000205d00010430000000400200043d0000001f0430018f0000000505300272000000050550021000001fa10000613d0000000006520019000000000701034f0000000008020019000000007907043c0000000008980436000000000968004b00001f9d0000c13d000000000604004b00001faf0000613d000000000151034f00000000055200190000000304400210000000000605043300000000064601cf000000000646022f000000000101043b0000010004400089000000000141022f00000000014101cf000000000161019f00000000001504350000006001300210000008180320009c00000818020080410000004002200210000000000112019f0000205d000104300000006502000039000000000302041a0000085d03300197000000000032041b0000085b061001970000003301000039000000000201041a0000085d03200197000000000363019f000000000031041b00000000010004140000085b05200197000008180210009c0000081801008041000000c0011002100000085e011001c70000800d0200003900000003030000390000086e04000041205b20510000040f000000010120019000001fcc0000613d000000000001042d00000000010000190000205d00010430000000400200043d000000c904000039000000000304041a000000000513004b00001fe70000813d000000000014041b000000200420003900000000001404350000000000320435000008180120009c000008180200804100000040012002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f0000086f011001c70000800d0200003900000001030000390000087304000041205b20510000040f000000010120019000001ffa0000613d000000000001042d00000064012000390000087103000041000000000031043500000044012000390000087203000041000000000031043500000024012000390000002203000039000000000031043500000820010000410000000000120435000000040120003900000020030000390000000000310435000008180120009c0000081802008041000000400120021000000821011001c70000205d0001043000000000010000190000205d00010430000000010210008c0000200d0000613d000000020110008c0000201b0000c13d000008850100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f00000001022001900000201a0000613d000000000101043b000000000001042d000008830100004100000000001004390000000001000414000008180210009c0000081801008041000000c00110021000000884011001c70000800b02000039205b20560000040f00000001022001900000201a0000613d000000000101043b000000000001042d000000000001042f0000087f0100004100000000001004350000005101000039000000040010043f00000880010000410000205d00010430000000000001042f0000000002000414000008180320009c0000081802008041000000c002200210000008180310009c00000818010080410000004001100210000000000121019f0000086f011001c70000801002000039205b20560000040f0000000102200190000020310000613d000000000101043b000000000001042d00000000010000190000205d0001043000000000050100190000000000200439000000050130008c000020410000413d000000040100003900000000020000190000000506200210000000000664001900000005066002700000000006060031000000000161043a0000000102200039000000000631004b000020390000413d000008180130009c000008180300804100000060013002100000000002000414000008180320009c0000081802008041000000c002200210000000000112019f000008d3011001c70000000002050019205b20560000040f0000000102200190000020500000613d000000000101043b000000000001042d000000000001042f00002054002104210000000102000039000000000001042d0000000002000019000000000001042d00002059002104230000000102000039000000000001042d0000000002000019000000000001042d0000205b000004320000205c0001042e0000205d000104300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000001ffffffe009c8f7ec0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000001e13380ae0fcab300000000000000000000000000000000000000000000000000000000616c697a696e6700000000000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320696e69746908c379a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008400000000000000000000000002000000000000000000000000000000000000200000000000000000000000007f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb38474024980000000200000000000000000000000000000100000001000000000000000000000000000000000000000000000000000000000000000000000000007c05a7c400000000000000000000000000000000000000000000000000000000be26317d00000000000000000000000000000000000000000000000000000000e1d146fa00000000000000000000000000000000000000000000000000000000efc75f2300000000000000000000000000000000000000000000000000000000efc75f2400000000000000000000000000000000000000000000000000000000f2fde38b00000000000000000000000000000000000000000000000000000000f7c618c100000000000000000000000000000000000000000000000000000000e1d146fb00000000000000000000000000000000000000000000000000000000e30c397800000000000000000000000000000000000000000000000000000000c7ad089400000000000000000000000000000000000000000000000000000000c7ad089500000000000000000000000000000000000000000000000000000000ca37271b00000000000000000000000000000000000000000000000000000000db7954fd00000000000000000000000000000000000000000000000000000000be26317e00000000000000000000000000000000000000000000000000000000bea6b8b8000000000000000000000000000000000000000000000000000000008da5cb5a0000000000000000000000000000000000000000000000000000000092a182340000000000000000000000000000000000000000000000000000000092a1823500000000000000000000000000000000000000000000000000000000b4a0bdf300000000000000000000000000000000000000000000000000000000be203094000000000000000000000000000000000000000000000000000000008da5cb5b000000000000000000000000000000000000000000000000000000008f693ec70000000000000000000000000000000000000000000000000000000081814944000000000000000000000000000000000000000000000000000000008181494500000000000000000000000000000000000000000000000000000000856e5e6c000000000000000000000000000000000000000000000000000000008c37dfa3000000000000000000000000000000000000000000000000000000007c05a7c50000000000000000000000000000000000000000000000000000000080d45a2d00000000000000000000000000000000000000000000000000000000552c0970000000000000000000000000000000000000000000000000000000006dfd08c900000000000000000000000000000000000000000000000000000000741b252400000000000000000000000000000000000000000000000000000000741b25250000000000000000000000000000000000000000000000000000000074c4c1cc0000000000000000000000000000000000000000000000000000000079ba5097000000000000000000000000000000000000000000000000000000006dfd08ca00000000000000000000000000000000000000000000000000000000715018a6000000000000000000000000000000000000000000000000000000006857249b000000000000000000000000000000000000000000000000000000006857249c000000000000000000000000000000000000000000000000000000006a95ddef000000000000000000000000000000000000000000000000000000006d04932900000000000000000000000000000000000000000000000000000000552c0971000000000000000000000000000000000000000000000000000000005d8441b8000000000000000000000000000000000000000000000000000000001627ee88000000000000000000000000000000000000000000000000000000002a869a4c000000000000000000000000000000000000000000000000000000002a869a4d000000000000000000000000000000000000000000000000000000002c427b57000000000000000000000000000000000000000000000000000000002eed6906000000000000000000000000000000000000000000000000000000001627ee890000000000000000000000000000000000000000000000000000000023526079000000000000000000000000000000000000000000000000000000000e32cb85000000000000000000000000000000000000000000000000000000000e32cb8600000000000000000000000000000000000000000000000000000000160c3a030000000000000000000000000000000000000000000000000000000004caeb10000000000000000000000000000000000000000000000000000000000a3a3a9e000000000000000000000000ffffffffffffffffffffffffffffffffffffffff0000000000000000000000000000000000000020000000800000000000000000ffffffffffffffffffffffff0000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000038d16b8cac22d99fc7c124b9cd0de2d3fa1faef420bfe791d8c362d765e22700310ab089e4439a4c15d089f94afb7896ff553aecb10793d0ab882de59d99a32e0000000000000000000000000000000000000020000000000000000000000000b0772d0b000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000800000000000000000000000000000000000000000000000000000000000000000ffffffffffffff7f7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000000000000ffffffffffffffff80000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe01806aa1896bbf26568e884a7374b41e002500962caba6a15023a8d90e8508b830200000200000000000000000000000000000024000000000000000000000000647920696e697469616c697a6564000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e747261637420697320616c726561ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00008be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0020000000000000000000000000000000000004000000000000000000000000066fd58e82f7b31a2a5c30e0888f3093efe4e111b00cd2b0c31fe014601293aa06974000000000000000000000000000000000000000000000000000000000000436f6d7074726f6c6c65723a20496e76616c6964206d61784c6f6f70734c696dc2d09fef144f7c8a86f71ea459f8fc17f675768eb1ae369cbd77fb31d467aafa6472657373000000000000000000000000000000000000000000000000000000696e76616c696420616365737320636f6e74726f6c206d616e616765722061646e697469616c697a696e67000000000000000000000000000000000000000000496e697469616c697a61626c653a20636f6e7472616374206973206e6f74206900000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000000000000000000000000060000000800000000000000000000000000000000000000000000000000000000000000000ffffffffffffff9f696e743235365b5d2c75696e743235365b5d2900000000000000000000000000736574526577617264546f6b656e53706565647328616464726573735b5d2c75696e76616c696420736574526577617264546f6b656e5370656564730000000000000000000000000000000000000000000000640000000000000000000000004e487b710000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000240000000000000000000000003d98a1e5000000000000000000000000000000000000000000000000000000000200000200000000000000000000000000000044000000000000000000000000796b89b91644bc98cd93958e4c9038275d622183e25ac5af08cc6b5d95539132020000020000000000000000000000000000000400000000000000000000000042cbb15ccdc3cad6266b0e7a08c0454b23bf29dc2df74b6f3c209e9336465bd1000000000000000000000000000000000000000000000000ffffffffffffffbf626c6f636b206e756d6265722065786365656473203332206269747300000000000000000000000000000000000000000000000000000000000000010000000018160ddd00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffdf0000000000000000000000000000000000c097ce7bc90715b34b9f10000000006e657720696e64657820657863656564732032323420626974730000000000000000000100000000000000000000000000000000000000000000000000000000ffffffff000000000000000000000000000000000000000000000000000000006a7b996800070d8bc0f9a3ddcb0a4b09bc1653f76381d745444956366afd423a24741480445e83baea9eb28086e16a4377ebb4f003c773e386496fd90b3ed04eaa5af0fd0000000000000000000000000000000000000000000000000000000047bd3718000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000de0b6b3a7640000bfeed4eb85c013b0e466fdfdbaa785159ff7986078247dc95f1c717a5bd6bca22091432bbf4aa40f4785b469e931d32c5f5c6ba66dcf702a99cbe776df729c3c726577617264546f6b656e206d61726b6574206973206e6f74206c69737465647365744c617374526577617264696e67426c6f636b7328616464726573735b5d2c75696e7433325b5d2c75696e7433325b5d2900000000000000000000000000426c6f636b2d6261736564206f7065726174696f6e206f6e6c7900000000000064696e67426c6f636b7320696e76616c696420696e7075740000000000000000526577617264734469737472696275746f723a3a7365744c61737452657761727468652070617374206973206e6f7420616c6c6f77656400000000000000000073657474696e67206c61737420726577617264696e6720626c6f636b20696e20ffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000041b697bf2627e0a03f253382759baaab2469897004cc619465a3d8f4bb6b3fec4163eb203170b7facecc8d7307e3f8affa8826d4df30fc722f8f8ce17988eb914f776e61626c6532537465703a2063616c6c6572206973206e6f7420746865206e6577206f776e6572000000000000000000000000000000000000000000000000000000000000000000000000000000000000840000008000000000000000006e74000000000000000000000000000000000000000000000000000000000000696e73756666696369656e7420726577617264546f6b656e20666f7220677261251909abf904fc80eac3f0d4c25e5c800441ea19fda63c6f0df08e4f24f926f97365744c617374526577617264696e67426c6f636b54696d657374616d707328616464726573735b5d2c75696e743235365b5d2c75696e743235365b5d290000740000000000000000000000000000000000000000000000000000000000000064696e67426c6f636b54696d657374616d707320696e76616c696420696e707500000000000000000000000000000000000000a400000000000000000000000020696e207468652070617374206973206e6f7420616c6c6f776564000000000073657474696e67206c61737420726577617264696e672074696d657374616d700e68f65b8654c09acfdc448a42c8a0d72697206fd0c23c357022fa1cd16268617aefe759bc95e5c94c6d919eef378c410527d0d85f409986ec8d54a99ea8395e6479206c6f636b656400000000000000000000000000000000000000000000007468697320526577617264734469737472696275746f7220697320616c72656154696d652d6261736564206f7065726174696f6e206f6e6c79000000000000004882c0217331870166b5d239c9f7be7801bab4be26560cd2f8789145d0fd3af44f6e6c7920636f6d7074726f6c6c65722063616e2063616c6c20746869732066756e6374696f6e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffc0fe6944646a362be70b0925ea999b3d9f755589a63ffcd89e4fb2b0affd252c714f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657200000000000000000000000000000000000000640000008000000000000000000200000000000000000000000000000000000040000000800000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00ff000000000000000000000000000000000000000000000001000000000000000095dd9193000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000060000000000000000000000000510d7612da9ca257889eabdfbe0366aaea10020be46f7810f4afb2111d80aa9370a08231000000000000000000000000000000000000000000000000000000009563ff6035b973f2e4514ad9315010c220eb74b0c33a782a18118a199a97e4426d61726b6574206d757374206265206c69737465640000000000000000000000a9059cbb00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffff3f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564000000000000000000000000000000000000000000000001ffffffffffffffe0000000000000000000000000000000000000000000000003ffffffffffffffe06f742073756363656564000000000000000000000000000000000000000000005361666545524332303a204552433230206f7065726174696f6e20646964206e416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000f257f63600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004400000000000000000000000038fe05baf9dc12e4e3bfda3daba26419e9930bf26ee6227f407ca46f8c9c29bc000000000000000000000000000000000000000000000000ffffffffffffffe018c5e8ab000000000000000000000000000000000000000000000000000000004a3fa2930000000000000000000000000000000000000000000000000000000002000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
1967
+ ]
1968
+ }